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 |
|---|---|---|---|---|
.item-1 .word {
margin-top: -10%;
}
.item-1 .word>span:first-child {
text-align: center;
font-size: 50px;
font-weight: 700;
color: #0A9676;
text-shadow: 5px -2px 8px #151414;
}
.item-1 .word>span.hidden-xs,
.item-1 .word>span.col-xs-12{
color: #B6BF31;
text-shadow: 9px -2px 15px #000;
}
.item-1 .motto {
font-size: 25px;
}
.item-1 .next-page {
position: absolute;
margin-left: -35px;
left: 50%;
bottom: 10%;
border: 2px solid rgba(255,255,255,.2);
width: 70px;
height: 70px;
border-radius: 50%;
}
.item-1 .next-page,
.item-1 .next-page:hover ,
.item-1 .next-page:focus{
color: yellowgreen;
}
.item-1 .next-page{
line-height: 80px;
overflow: hidden;
background: rgba(0,0,0,.2);
transition: 1s all ease;
-webkit-transition: 1s all ease;
}
.item-1 .next-page:hover{
background: rgba(51,51,51,1);
}
.item-1 .next-page span {
font-size: 30px;
animation: nextPage 2s linear infinite;
-webkit-animation: nextPage 2s linear infinite;
}
.item-1 .next-page {
animation: fadeInUp 2s ease ;
-webkit-animation: fadeInUp 2s ease ;
}
.item-1 .inner {
width: 100%;
height: 100%;
display: none;
position: absolute;
}
.item-1 .corner1,
.item-1 .corner2,
.item-1 .corner3,
.item-1 .corner4{
max-width: 72px;
min-width: 50px;
width: 5%;
position: absolute;
}
.item-1 [class^='corner'] img {
width: 100%;
}
.item-1 .corner1{
left: 10%;
top: 10%;
animation: corner1 1s ease;
-webkit-animation: corner1 1s ease;
transform-origin: 0;
-webkit-transform-origin: 0;
}
.item-1 .corner2{
left: 10%;
bottom: 10%;
animation: corner2 1s ease;
-webkit-animation: corner2 1s ease;
transform-origin: 0;
-webkit-transform-origin: 0;
}
.item-1 .corner3{
right: 10%;
top: 10%;
animation: corner3 1s ease;
-webkit-animation: corner3 1s ease;
}
.item-1 .corner4{
right: 10%;
bottom: 10%;
animation: corner4 1s ease;
-webkit-animation: corner4 1s ease;
}
.word>span:nth-child(1),
.word>span:nth-child(2){
display: inline-block;
-webkit-animation: fadeInDownBig 2s ease;
animation: fadeInDownBig 2s ease;
}
.word p{
-webkit-animation: p-fly 2s ease;
animation: p-fly 2s ease;
} | public/Backstage/css1/page-1.css | .item-1 .word {
margin-top: -10%;
}
.item-1 .word>span:first-child {
text-align: center;
font-size: 50px;
font-weight: 700;
color: #0A9676;
text-shadow: 5px -2px 8px #151414;
}
.item-1 .word>span.hidden-xs,
.item-1 .word>span.col-xs-12{
color: #B6BF31;
text-shadow: 9px -2px 15px #000;
}
.item-1 .motto {
font-size: 25px;
}
.item-1 .next-page {
position: absolute;
margin-left: -35px;
left: 50%;
bottom: 10%;
border: 2px solid rgba(255,255,255,.2);
width: 70px;
height: 70px;
border-radius: 50%;
}
.item-1 .next-page,
.item-1 .next-page:hover ,
.item-1 .next-page:focus{
color: yellowgreen;
}
.item-1 .next-page{
line-height: 80px;
overflow: hidden;
background: rgba(0,0,0,.2);
transition: 1s all ease;
-webkit-transition: 1s all ease;
}
.item-1 .next-page:hover{
background: rgba(51,51,51,1);
}
.item-1 .next-page span {
font-size: 30px;
animation: nextPage 2s linear infinite;
-webkit-animation: nextPage 2s linear infinite;
}
.item-1 .next-page {
animation: fadeInUp 2s ease ;
-webkit-animation: fadeInUp 2s ease ;
}
.item-1 .inner {
width: 100%;
height: 100%;
display: none;
position: absolute;
}
.item-1 .corner1,
.item-1 .corner2,
.item-1 .corner3,
.item-1 .corner4{
max-width: 72px;
min-width: 50px;
width: 5%;
position: absolute;
}
.item-1 [class^='corner'] img {
width: 100%;
}
.item-1 .corner1{
left: 10%;
top: 10%;
animation: corner1 1s ease;
-webkit-animation: corner1 1s ease;
transform-origin: 0;
-webkit-transform-origin: 0;
}
.item-1 .corner2{
left: 10%;
bottom: 10%;
animation: corner2 1s ease;
-webkit-animation: corner2 1s ease;
transform-origin: 0;
-webkit-transform-origin: 0;
}
.item-1 .corner3{
right: 10%;
top: 10%;
animation: corner3 1s ease;
-webkit-animation: corner3 1s ease;
}
.item-1 .corner4{
right: 10%;
bottom: 10%;
animation: corner4 1s ease;
-webkit-animation: corner4 1s ease;
}
.word>span:nth-child(1),
.word>span:nth-child(2){
display: inline-block;
-webkit-animation: fadeInDownBig 2s ease;
animation: fadeInDownBig 2s ease;
}
.word p{
-webkit-animation: p-fly 2s ease;
animation: p-fly 2s ease;
} | 0.511473 | 0.099426 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body{
margin: 0
}
a {
background: 0 0;
text-decoration: none !important;
cursor: pointer
}
a:active,
a:hover {
outline: 0
}
img {
border: 0;
max-width: 100%
}
svg:not(:root) {
overflow: hidden
}
.grst-block{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
}
.eleme-svg:after{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: 0 0
}
body {
min-width: 20em;
width: 100%;
background: #f2f2f2;
color: #333;
font: 100%/1.5 "Helvetica Neue", "Microsoft Yahei", sans-serif
}
p {
margin: 0 0 .6em
}
a:focus {
outline: 0;
text-decoration: underline
}
[class*=" icon-"],
[class^=icon-] {
vertical-align: middle;
line-height: 1
}
.eleme-svg {
margin: 0
}
.eleme-svg.svg-rating-star {
width: 50px;
height: 10px
}
.eleme-svg.svg-rating-star .svg-rating-star-active {
fill: #fdcc00
}
.eleme-svg.svg-rating-star .svg-rating-star-inactive {
fill: #d1d1d1
}
span.icon-pay {
font-size: 16px
}
.rst-badge,
.rst-badge-large {
display: inline-block;
padding: 0 2px;
border-radius: 2px;
font-weight: 400!important;
vertical-align: text-bottom;
text-align: center
}
.rst-badge,
.rst-badge-large {
background: #ff6000;
color: #fff
}
.rst-badge {
height: 14px;
min-width: .625rem;
font-size: .625rem!important;
line-height: 14px!important
}
.rst-badge-large {
height: 16px;
min-width: .75rem;
font-size: .75rem!important;
line-height: 16px!important
}
.activity-offline {
color: #FF6000;
line-height: 1.5em
}
.grst-block {
padding: 16px 20px;
border-bottom: 2px solid #f5f5f5;
color: #333
}
.grst-block:focus {
background: #f5f5f5;
text-decoration: none
}
.grst-logo {
display: block;
margin-right: 16px;
border-radius: 3px;
border: 1px solid #d9d9d9;
width: 42px;
height: 42px
}
.grst-detail {
width: 80%;
line-height: 1
}
.grst-name {
font-size: 1.05em;
line-height: 1.2;
word-break: break-all
}
.grst-name>.rst-badge-large {
position: relative;
top: -3px;
margin: 0 4px 0 0
}
.grst-name>.rst-badge-pay {
background: 0 0;
padding: 0
}
.grst-misc,
.grst-sales {
color: #666;
font-size: .7em
}
.grst-activity-detail [class*=" icon-"],
.grst-activity-detail>[class^=icon-] {
display: block
}
.grst-sales {
margin-left: 4px
}
.grst-misc {
margin-top: 4px
}
.grst-activity {
margin: 5px 0 0;
/*border-top: 1px solid #eee*/
}
.grst-activity-detail {
font-size: .7em;
color: #666;
margin: 5px 0 0
}
.grst-activity-detail>.rst-badge {
margin-right: 5px
}
.select-shopbar{
background-color:#FF4146;
color:white;
}
.shop-list{
background-color:#FFFFFF;
}
.dianpu-img{
width: 29px;
margin: 8px;
}
.pi_sousuo{
display:inline-block;
position:absolute;
line-height:40px;
height:40px;
width:40px;
left:5%;
margin-top:5px;
border-radius:3px;
color:#fff;
background: #fff url("../image/iconfont-sousuo.png") no-repeat center;
background-size: 25px 25px;
}
.pi_sousuo2{
display:inline-block;
position:absolute;
background:#ff4146;
line-height:40px;
width:60px;
right:5%;
margin-top:5px;
border-radius:3px;
color:#fff;
font-size: 14px;
}
.pi_sousuo1{
margin-top:45px;
width:100%;
height:50px;
text-align:center;
background-color:#f5f5f5;
/*position: fixed;*/
}
.pi_input{
padding-left:40px;
height:40px;
width:90%;
margin-top: 5px;
border-width:0;
border-radius:3px;
background-color:#fff;
}
#pi_back{
line-height:45px;
position:absolute;
display:inline-block;
right:0;
width:40px;
height:45px;
background:url("../image/iconfont-fanhui-copy.png") no-repeat center;
background-size: 20px 20px;
}
#pi_address{
font-size:13px;
background-color: #f5f5f5;
color: #A9A9A9;
}
/*替换css颜色*/
.header-bar{
background-color: #16aad8;
}
.pi_sousuo2{
background:#16aad8;
}
.navigation-item.selected {
color: #16aad8;
}
#header-searchInput .input-group .search-btn{
background:#16aad8;
}
.shop-menu .lib{
color: #16aad8;
border-left: 3px solid #16aad8;
}
.mui-ellipsisa{
color: #16aad8;
}
.pi_next{
background: #16aad8 !important;
}
.confirmation-list .total-info .items-total-price{
color: #16aad8;
}
#shopmenu-cart .shopmenu-cart-bar .row-status{
background:#16aad8;
}
.confirmation-item .item-info, .confirmation-item .tuan-info{
color: #16aad8;
}
.pi_next1{
background: #16aad8 !important;
}
.payment .radio.selected + .label {
background-color: #16aad8;
border-color: #16aad8;
}
.orderResult-form .total-info .total{
color: #16aad8;
}
.order-status{
color: #16aad8;
}
#shopmenu-cart .shopmenu-cart-bar .row-num .cart-count{
background-color: #16aad8;
}
.detail-label{
color: #16aad8;
}
.attr-btn{
background-color: #16aad8 !important;
}
.select-area .btn-shopping{
background-color: #16aad8;
border-left: 27px solid #16a0d0;
}
.icon-hit{
background-color: #16aad8;
} | Theme/waimai/Public/css/shop.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body{
margin: 0
}
a {
background: 0 0;
text-decoration: none !important;
cursor: pointer
}
a:active,
a:hover {
outline: 0
}
img {
border: 0;
max-width: 100%
}
svg:not(:root) {
overflow: hidden
}
.grst-block{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
}
.eleme-svg:after{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: 0 0
}
body {
min-width: 20em;
width: 100%;
background: #f2f2f2;
color: #333;
font: 100%/1.5 "Helvetica Neue", "Microsoft Yahei", sans-serif
}
p {
margin: 0 0 .6em
}
a:focus {
outline: 0;
text-decoration: underline
}
[class*=" icon-"],
[class^=icon-] {
vertical-align: middle;
line-height: 1
}
.eleme-svg {
margin: 0
}
.eleme-svg.svg-rating-star {
width: 50px;
height: 10px
}
.eleme-svg.svg-rating-star .svg-rating-star-active {
fill: #fdcc00
}
.eleme-svg.svg-rating-star .svg-rating-star-inactive {
fill: #d1d1d1
}
span.icon-pay {
font-size: 16px
}
.rst-badge,
.rst-badge-large {
display: inline-block;
padding: 0 2px;
border-radius: 2px;
font-weight: 400!important;
vertical-align: text-bottom;
text-align: center
}
.rst-badge,
.rst-badge-large {
background: #ff6000;
color: #fff
}
.rst-badge {
height: 14px;
min-width: .625rem;
font-size: .625rem!important;
line-height: 14px!important
}
.rst-badge-large {
height: 16px;
min-width: .75rem;
font-size: .75rem!important;
line-height: 16px!important
}
.activity-offline {
color: #FF6000;
line-height: 1.5em
}
.grst-block {
padding: 16px 20px;
border-bottom: 2px solid #f5f5f5;
color: #333
}
.grst-block:focus {
background: #f5f5f5;
text-decoration: none
}
.grst-logo {
display: block;
margin-right: 16px;
border-radius: 3px;
border: 1px solid #d9d9d9;
width: 42px;
height: 42px
}
.grst-detail {
width: 80%;
line-height: 1
}
.grst-name {
font-size: 1.05em;
line-height: 1.2;
word-break: break-all
}
.grst-name>.rst-badge-large {
position: relative;
top: -3px;
margin: 0 4px 0 0
}
.grst-name>.rst-badge-pay {
background: 0 0;
padding: 0
}
.grst-misc,
.grst-sales {
color: #666;
font-size: .7em
}
.grst-activity-detail [class*=" icon-"],
.grst-activity-detail>[class^=icon-] {
display: block
}
.grst-sales {
margin-left: 4px
}
.grst-misc {
margin-top: 4px
}
.grst-activity {
margin: 5px 0 0;
/*border-top: 1px solid #eee*/
}
.grst-activity-detail {
font-size: .7em;
color: #666;
margin: 5px 0 0
}
.grst-activity-detail>.rst-badge {
margin-right: 5px
}
.select-shopbar{
background-color:#FF4146;
color:white;
}
.shop-list{
background-color:#FFFFFF;
}
.dianpu-img{
width: 29px;
margin: 8px;
}
.pi_sousuo{
display:inline-block;
position:absolute;
line-height:40px;
height:40px;
width:40px;
left:5%;
margin-top:5px;
border-radius:3px;
color:#fff;
background: #fff url("../image/iconfont-sousuo.png") no-repeat center;
background-size: 25px 25px;
}
.pi_sousuo2{
display:inline-block;
position:absolute;
background:#ff4146;
line-height:40px;
width:60px;
right:5%;
margin-top:5px;
border-radius:3px;
color:#fff;
font-size: 14px;
}
.pi_sousuo1{
margin-top:45px;
width:100%;
height:50px;
text-align:center;
background-color:#f5f5f5;
/*position: fixed;*/
}
.pi_input{
padding-left:40px;
height:40px;
width:90%;
margin-top: 5px;
border-width:0;
border-radius:3px;
background-color:#fff;
}
#pi_back{
line-height:45px;
position:absolute;
display:inline-block;
right:0;
width:40px;
height:45px;
background:url("../image/iconfont-fanhui-copy.png") no-repeat center;
background-size: 20px 20px;
}
#pi_address{
font-size:13px;
background-color: #f5f5f5;
color: #A9A9A9;
}
/*替换css颜色*/
.header-bar{
background-color: #16aad8;
}
.pi_sousuo2{
background:#16aad8;
}
.navigation-item.selected {
color: #16aad8;
}
#header-searchInput .input-group .search-btn{
background:#16aad8;
}
.shop-menu .lib{
color: #16aad8;
border-left: 3px solid #16aad8;
}
.mui-ellipsisa{
color: #16aad8;
}
.pi_next{
background: #16aad8 !important;
}
.confirmation-list .total-info .items-total-price{
color: #16aad8;
}
#shopmenu-cart .shopmenu-cart-bar .row-status{
background:#16aad8;
}
.confirmation-item .item-info, .confirmation-item .tuan-info{
color: #16aad8;
}
.pi_next1{
background: #16aad8 !important;
}
.payment .radio.selected + .label {
background-color: #16aad8;
border-color: #16aad8;
}
.orderResult-form .total-info .total{
color: #16aad8;
}
.order-status{
color: #16aad8;
}
#shopmenu-cart .shopmenu-cart-bar .row-num .cart-count{
background-color: #16aad8;
}
.detail-label{
color: #16aad8;
}
.attr-btn{
background-color: #16aad8 !important;
}
.select-area .btn-shopping{
background-color: #16aad8;
border-left: 27px solid #16a0d0;
}
.icon-hit{
background-color: #16aad8;
} | 0.31059 | 0.098642 |
*{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
header{
display: flex;
justify-content: center;
height: 120px;
}
.container{
display: flex;
width: 980px;
}
.header{
justify-content: space-between;
align-items: center;
}
.menu nav ul{
display: flex;
list-style: none;
}
.menu nav a{
display: inline-block;
color: #777;
text-decoration: none;
text-transform: uppercase;
padding: 15px;
}
.menu nav a:hover{
background-color: rgb(25, 127, 211);
color: white;
}
.banner{
display: flex;
justify-content: center;
background-image: url('/Medicenter/assets/images/img1.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 600px;
}
.banner .collumn{
flex-direction: column;
}
.banner_title{
max-width: 350px;
flex: 3;
color: #fff;
margin-top: 80px;
}
.banner_title h1{
font-size: 70px;
font-weight: 100;
margin-bottom: 20px;
text-shadow: 0px 1px 1px #000;
}
.banner_title p{
font-size: 20px;
line-height: 1.5;
}
.banner_options{
flex: 1;
display: flex;
}
.banner1,
.banner2,
.banner3{
flex: 1;
padding: 20px;
color: #fff;
}
.banner_options p{
font-size: 14px;
margin-top: 20px;
margin-bottom: 20px;
}
.banner_options a{
display: inline-block;
color: #fff;
border: 1px solid #fff;
padding: 8px 8px;
text-decoration: none;
margin-top: 15px;
}
.banner_options hr{
border-color:rgb(98, 129, 146);
margin-top: -5px;
}
.banner3_hours{
display: flex;
justify-content: space-between;
}
.banner1{
background-color: #39AAE1;
}
.banner2{
background-color: #0079C7;
}
.banner3{
background-color: #2B4C99;
}
#geral{
display: flex;
justify-content: center;
}
.news{
flex: 2;
}
.widgets{
margin-top: 20px;
}
.widgets hr{
width: 50px;
border-color: aqua;
margin-top: 10px;
margin-bottom: 20px;
}
.data{
display: flex;
}
.dataday{
background-color: #2b4c99;
color: #fff;
padding: 10px 10px;
margin-right: 3px;
}
.data_likes{
background-color: #39AAE1;
color: #fff;
padding: 10px 10px;
}
article .foto,
article h2{
margin-top: 30px;
margin-bottom: 30px;
}
article p{
line-height: 1.5;
}
.flex{
display: flex;
flex-wrap: wrap;
}
article{
flex: 1;
min-width: 300px;
margin-right: 20px;
}
article a{
text-decoration: none;
color: #000;
}
article img{
width: 100%;
height: auto;
}
aside{
flex:1;
}
.ret{
flex: 1;
min-width: 140px;
height: 150px;
background-color: #39AAE1;
margin-right: 20px;
margin-top: 20px;
}
.widgets_body hr{
width: 100%;
border-color: rgba(243, 240, 240, 0.719);
}
.widgets_body li{
list-style: none;
}
.widgets_body li a{
text-decoration: none;
color:rgb(54, 21, 173);
}
.widgets_body1 li::before{
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url('../images/quadrado.png');
margin-right: 10px;
}
footer{
background-color: #111;
display: flex;
justify-content: center;
}
.footer_menu{
display: flex;
justify-content: space-between;
}
.footer_menu a{
flex: 1;
text-decoration: none;
color: #fff;
}
.fm_1{
background-color: #39AAE1;
}
.fm_2{
background-color: #0079C7;
}
.fm_3{
background-color: #2B4C99;
}
.fm_1,
.fm_2,
.fm_3{
flex: 1;
padding: 20px;
color: #fff;
line-height: 1.9;
font-weight: 100;
}
.collumn{
flex-direction: column;
}
.footer_area{
display: flex;
}
.footer_areaitem{
flex: 1;
color: #fff;
}
.footer_areaitem .widgets_body{
color: #777;
}
.endereco{
display: flex;
justify-content: space-between;
}
.endereco .email{
color: #fff;
}
.mb{
margin-bottom: 20px;
}
.social ul{
display: flex;
margin-top: 70px;
}
.social ul li a{
margin-right: 20px;
}
.day_post{
color: #00f;
}
footer span{
color: #fff;
}
.copyrate{
padding: 15px;
border-top: 1px solid #666;
color: #fff;
}
.menuMobile{
display: none;
width: 40px;
height: 40px;
margin-top: 40px;
margin-bottom: 40px;
margin-right: 20px;
}
.mm_line{
border: 2px solid #0079C7;
}
@media (max-width:650px){
.banner_title h1{
font-size: 60px;
padding-left:20px ;
}
.banner_title p{
padding-left: 20px;
font-size: 14px;
}
.banner_options{
height: auto;
flex-direction: column;
}
.container{
flex-direction: column;
margin-left: 10px;
margin-right: 10px;
}
.footer_menu{
flex-direction: column;
}
.footer_area{
flex-direction: column;
}
header .container{
flex-direction: row;
}
.menu nav ul{
flex-direction: column;
display: none;
position: absolute;
left: 0;
width: 100%;
background-color: #fff;
}
header{
height: auto;
}
.logo{
padding-left: 20px;
}
.menuMobile{
display: flex;
flex-direction: column;
justify-content: space-around;
}
} | Medicenter/assets/css/template.css | *{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
header{
display: flex;
justify-content: center;
height: 120px;
}
.container{
display: flex;
width: 980px;
}
.header{
justify-content: space-between;
align-items: center;
}
.menu nav ul{
display: flex;
list-style: none;
}
.menu nav a{
display: inline-block;
color: #777;
text-decoration: none;
text-transform: uppercase;
padding: 15px;
}
.menu nav a:hover{
background-color: rgb(25, 127, 211);
color: white;
}
.banner{
display: flex;
justify-content: center;
background-image: url('/Medicenter/assets/images/img1.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 600px;
}
.banner .collumn{
flex-direction: column;
}
.banner_title{
max-width: 350px;
flex: 3;
color: #fff;
margin-top: 80px;
}
.banner_title h1{
font-size: 70px;
font-weight: 100;
margin-bottom: 20px;
text-shadow: 0px 1px 1px #000;
}
.banner_title p{
font-size: 20px;
line-height: 1.5;
}
.banner_options{
flex: 1;
display: flex;
}
.banner1,
.banner2,
.banner3{
flex: 1;
padding: 20px;
color: #fff;
}
.banner_options p{
font-size: 14px;
margin-top: 20px;
margin-bottom: 20px;
}
.banner_options a{
display: inline-block;
color: #fff;
border: 1px solid #fff;
padding: 8px 8px;
text-decoration: none;
margin-top: 15px;
}
.banner_options hr{
border-color:rgb(98, 129, 146);
margin-top: -5px;
}
.banner3_hours{
display: flex;
justify-content: space-between;
}
.banner1{
background-color: #39AAE1;
}
.banner2{
background-color: #0079C7;
}
.banner3{
background-color: #2B4C99;
}
#geral{
display: flex;
justify-content: center;
}
.news{
flex: 2;
}
.widgets{
margin-top: 20px;
}
.widgets hr{
width: 50px;
border-color: aqua;
margin-top: 10px;
margin-bottom: 20px;
}
.data{
display: flex;
}
.dataday{
background-color: #2b4c99;
color: #fff;
padding: 10px 10px;
margin-right: 3px;
}
.data_likes{
background-color: #39AAE1;
color: #fff;
padding: 10px 10px;
}
article .foto,
article h2{
margin-top: 30px;
margin-bottom: 30px;
}
article p{
line-height: 1.5;
}
.flex{
display: flex;
flex-wrap: wrap;
}
article{
flex: 1;
min-width: 300px;
margin-right: 20px;
}
article a{
text-decoration: none;
color: #000;
}
article img{
width: 100%;
height: auto;
}
aside{
flex:1;
}
.ret{
flex: 1;
min-width: 140px;
height: 150px;
background-color: #39AAE1;
margin-right: 20px;
margin-top: 20px;
}
.widgets_body hr{
width: 100%;
border-color: rgba(243, 240, 240, 0.719);
}
.widgets_body li{
list-style: none;
}
.widgets_body li a{
text-decoration: none;
color:rgb(54, 21, 173);
}
.widgets_body1 li::before{
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url('../images/quadrado.png');
margin-right: 10px;
}
footer{
background-color: #111;
display: flex;
justify-content: center;
}
.footer_menu{
display: flex;
justify-content: space-between;
}
.footer_menu a{
flex: 1;
text-decoration: none;
color: #fff;
}
.fm_1{
background-color: #39AAE1;
}
.fm_2{
background-color: #0079C7;
}
.fm_3{
background-color: #2B4C99;
}
.fm_1,
.fm_2,
.fm_3{
flex: 1;
padding: 20px;
color: #fff;
line-height: 1.9;
font-weight: 100;
}
.collumn{
flex-direction: column;
}
.footer_area{
display: flex;
}
.footer_areaitem{
flex: 1;
color: #fff;
}
.footer_areaitem .widgets_body{
color: #777;
}
.endereco{
display: flex;
justify-content: space-between;
}
.endereco .email{
color: #fff;
}
.mb{
margin-bottom: 20px;
}
.social ul{
display: flex;
margin-top: 70px;
}
.social ul li a{
margin-right: 20px;
}
.day_post{
color: #00f;
}
footer span{
color: #fff;
}
.copyrate{
padding: 15px;
border-top: 1px solid #666;
color: #fff;
}
.menuMobile{
display: none;
width: 40px;
height: 40px;
margin-top: 40px;
margin-bottom: 40px;
margin-right: 20px;
}
.mm_line{
border: 2px solid #0079C7;
}
@media (max-width:650px){
.banner_title h1{
font-size: 60px;
padding-left:20px ;
}
.banner_title p{
padding-left: 20px;
font-size: 14px;
}
.banner_options{
height: auto;
flex-direction: column;
}
.container{
flex-direction: column;
margin-left: 10px;
margin-right: 10px;
}
.footer_menu{
flex-direction: column;
}
.footer_area{
flex-direction: column;
}
header .container{
flex-direction: row;
}
.menu nav ul{
flex-direction: column;
display: none;
position: absolute;
left: 0;
width: 100%;
background-color: #fff;
}
header{
height: auto;
}
.logo{
padding-left: 20px;
}
.menuMobile{
display: flex;
flex-direction: column;
justify-content: space-around;
}
} | 0.38827 | 0.068913 |
.u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 1206px;
}
.u-section-1 .u-line-1 {
left: auto;
top: 787px;
position: absolute;
height: 389px;
width: 3px;
transform-origin: center top 0px;
right: 567px;
}
.u-section-1 .u-group-1 {
width: 910px;
min-height: 216px;
background-image: none;
margin: 51px 0 0 auto;
}
.u-section-1 .u-container-layout-1 {
padding: 11px 0;
}
.u-section-1 .u-text-1 {
font-family: Montserrat, sans-serif;
margin: 0 116px 0 256px;
}
.u-section-1 .u-text-2 {
font-size: 1.25rem;
font-weight: 700;
margin: 11px 31px 0 231px;
}
.u-section-1 .u-image-1 {
width: 467px;
height: 467px;
filter: brightness(0.65);
background-image: url("images/ecole-678x3812.jpg");
background-position: 50% 50%;
margin: -229px auto 0 -63px;
}
.u-section-1 .u-text-3 {
font-size: 1.5rem;
margin: -178px 70px 0 485px;
}
.u-section-1 .u-text-4 {
margin: 93px 26px 0 0;
}
.u-section-1 .u-text-5 {
font-size: 1.5rem;
font-weight: 700;
margin: 47px auto 0 52px;
}
.u-section-1 .u-text-6 {
font-weight: 700;
font-size: 1.5rem;
margin: -28px 0 0 690px;
}
.u-section-1 .u-text-7 {
font-weight: 700;
margin: 60px 366px 0 auto;
}
.u-section-1 .u-text-8 {
font-weight: 700;
margin: 19px 52px 0 auto;
}
.u-section-1 .u-image-2 {
width: 570px;
height: 283px;
margin: -88px auto 0 -14px;
}
.u-section-1 .u-text-9 {
font-weight: 700;
margin: -158px 256px 0 auto;
}
.u-section-1 .u-text-10 {
font-weight: 700;
margin: 47px 0 0 auto;
}
.u-section-1 .u-text-11 {
font-weight: 700;
margin: 36px 256px 49px auto;
}
@media (max-width: 1199px) {
.u-section-1 .u-container-layout-1 {
padding-left: 340px;
}
.u-section-1 .u-text-3 {
margin-right: 0;
margin-left: 355px;
}
.u-section-1 .u-text-4 {
margin-right: 0;
}
.u-section-1 .u-text-6 {
margin-left: 490px;
}
.u-section-1 .u-text-7 {
margin-right: 302px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-group-1 {
width: 720px;
}
.u-section-1 .u-container-layout-1 {
padding: 40px 40px 130px 130px;
}
.u-section-1 .u-text-1 {
margin-right: 81px;
margin-left: 161px;
}
.u-section-1 .u-text-2 {
margin-left: 72px;
margin-right: 134px;
}
.u-section-1 .u-text-3 {
margin-left: 135px;
}
.u-section-1 .u-text-6 {
margin-left: 270px;
}
.u-section-1 .u-text-7 {
margin-right: 231px;
}
.u-section-1 .u-text-9 {
margin-right: 196px;
}
.u-section-1 .u-text-11 {
margin-right: 196px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1191px;
}
.u-section-1 .u-group-1 {
width: 540px;
}
.u-section-1 .u-container-layout-1 {
padding: 11px 30px 100px;
}
.u-section-1 .u-text-1 {
margin-left: 2px;
}
.u-section-1 .u-text-2 {
margin-left: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
}
.u-section-1 .u-text-6 {
margin-left: 90px;
}
.u-section-1 .u-text-7 {
margin-right: 173px;
}
.u-section-1 .u-image-2 {
width: 540px;
height: 268px;
margin-left: 0;
}
.u-section-1 .u-text-9 {
margin-top: -143px;
margin-right: 147px;
}
.u-section-1 .u-text-11 {
margin-right: 147px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 965px;
}
.u-section-1 .u-group-1 {
width: 340px;
}
.u-section-1 .u-text-1 {
margin-left: 0;
}
.u-section-1 .u-text-2 {
margin-right: 84px;
}
.u-section-1 .u-image-1 {
width: 340px;
height: 340px;
margin-left: 0;
}
.u-section-1 .u-text-3 {
margin-top: -51px;
}
.u-section-1 .u-text-6 {
margin-left: 0;
}
.u-section-1 .u-text-7 {
margin-right: 109px;
}
.u-section-1 .u-image-2 {
width: 340px;
height: 169px;
}
.u-section-1 .u-text-9 {
margin-top: -44px;
margin-right: 93px;
}
.u-section-1 .u-text-11 {
margin-right: 93px;
}
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 419px;
}
.u-section-2 .u-line-1 {
width: 912px;
height: 3px;
margin: 29px auto 0;
}
.u-section-2 .u-list-1 {
grid-template-rows: auto;
margin-top: 24px;
margin-bottom: 5px;
}
.u-section-2 .u-repeater-1 {
grid-template-columns: 33.3333% 33.3333% 33.3333%;
min-height: 358px;
grid-gap: 0px 0px;
}
.u-section-2 .u-container-layout-1 {
padding: 20px 30px 30px;
}
.u-section-2 .u-image-1 {
height: 213px;
margin: 0 auto 0 0;
}
.u-section-2 .u-btn-1 {
font-size: 0.875rem;
letter-spacing: 1px;
border-style: none none solid;
text-transform: uppercase;
margin: 37px auto 0;
padding: 2px 0;
}
.u-section-2 .u-container-layout-2 {
padding: 20px 30px 30px;
}
.u-section-2 .u-image-2 {
height: 213px;
margin: 0 auto 0 0;
}
.u-section-2 .u-btn-2 {
font-size: 0.875rem;
letter-spacing: 1px;
border-style: none none solid;
text-transform: uppercase;
margin: 37px auto 0;
padding: 2px 0;
}
.u-section-2 .u-container-layout-3 {
padding: 20px 30px 30px;
}
.u-section-2 .u-image-3 {
height: 213px;
margin: 0 auto 0 0;
}
.u-section-2 .u-btn-3 {
font-size: 0.875rem;
letter-spacing: 1px;
border-style: none none solid;
text-transform: uppercase;
margin: 37px auto 0;
padding: 2px 0;
}
@media (max-width: 1199px) {
.u-section-2 .u-repeater-1 {
grid-template-columns: repeat(3, 33.333333333333336%);
min-height: 295px;
}
.u-section-2 .u-image-1 {
height: 169px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-2 {
height: 169px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-3 {
height: 169px;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 991px) {
.u-section-2 .u-line-1 {
width: 720px;
}
.u-section-2 .u-repeater-1 {
grid-template-columns: repeat(2, 50%);
min-height: 678px;
}
.u-section-2 .u-image-1 {
height: 200px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-2 {
height: 200px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-3 {
height: 200px;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 767px) {
.u-section-2 .u-line-1 {
width: 540px;
}
.u-section-2 .u-repeater-1 {
grid-template-columns: 100%;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-1 {
height: 347px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
height: 347px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-3 {
height: 347px;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 575px) {
.u-section-2 .u-line-1 {
width: 340px;
}
.u-section-2 .u-image-1 {
height: 214px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-2 {
height: 214px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-3 {
height: 214px;
margin-right: initial;
margin-left: initial;
}
}.u-section-3 {
background-image: none;
}
.u-section-3 .u-sheet-1 {
min-height: 324px;
}
.u-section-3 .u-text-1 {
font-size: 1.5rem;
margin: 41px auto 0 462px;
}
.u-section-3 .u-text-2 {
margin: 53px 86px 0 376px;
}
.u-section-3 .u-image-1 {
width: 160px;
height: 160px;
background-image: url("images/IMG_8281.JPG");
background-position: 50% 50%;
margin: -130px auto -30px 163px;
}
@media (max-width: 1199px) {
.u-section-3 .u-text-1 {
margin-left: 381px;
}
.u-section-3 .u-text-2 {
margin-right: -67px;
margin-left: 262px;
}
}
@media (max-width: 991px) {
.u-section-3 .u-text-1 {
margin-left: 292px;
}
.u-section-3 .u-text-2 {
margin-left: 42px;
}
}
@media (max-width: 767px) {
.u-section-3 .u-text-1 {
margin-left: 219px;
}
.u-section-3 .u-text-2 {
margin-left: 0;
}
}
@media (max-width: 575px) {
.u-section-3 .u-text-1 {
margin-left: 138px;
}
}.u-section-4 {
background-image: none;
}
.u-section-4 .u-sheet-1 {
min-height: 309px;
}
.u-section-4 .u-text-1 {
font-size: 1.5rem;
margin: 45px auto 0;
}
.u-section-4 .u-text-2 {
font-size: 1.25rem;
margin: 61px 438px 0 auto;
}
.u-section-4 .u-icon-1 {
width: 59px;
height: 59px;
margin: -45px auto 0 399px;
}
.u-section-4 .u-text-3 {
font-size: 1.25rem;
margin: 41px auto 0;
}
.u-section-4 .u-icon-2 {
width: 55px;
height: 55px;
margin: -44px auto 45px 403px;
}
@media (max-width: 1199px) {
.u-section-4 .u-text-2 {
margin-top: 49px;
margin-right: 361px;
}
.u-section-4 .u-icon-1 {
margin-left: 329px;
}
.u-section-4 .u-text-3 {
margin-top: 108px;
}
.u-section-4 .u-icon-2 {
margin-top: -43px;
margin-left: 323px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-text-2 {
margin-right: 277px;
}
.u-section-4 .u-icon-1 {
margin-left: 252px;
}
.u-section-4 .u-icon-2 {
margin-left: 254px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-text-2 {
margin-right: 208px;
}
.u-section-4 .u-icon-1 {
margin-left: 189px;
}
.u-section-4 .u-icon-2 {
margin-left: 191px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-text-2 {
margin-right: 131px;
}
.u-section-4 .u-icon-1 {
margin-left: 119px;
}
.u-section-4 .u-icon-2 {
margin-left: 120px;
}
}.u-section-5 .u-sheet-1 {
min-height: 149px;
}
.u-section-5 .u-btn-1 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
align-self: flex-end;
margin: 55px auto 0 40px;
padding: 6px 31px 6px 30px;
}
.u-section-5 .u-btn-2 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
align-self: flex-end;
margin: -40px auto 0 310px;
padding: 6px 31px 6px 30px;
}
.u-section-5 .u-btn-3 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
align-self: flex-end;
margin: -40px 314px 0 auto;
padding: 6px 31px 6px 30px;
}
.u-section-5 .u-btn-4 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: -40px 19px 55px auto;
padding: 6px 31px 6px 30px;
}
@media (max-width: 1199px) {
.u-section-5 .u-btn-1 {
margin-left: 0;
}
.u-section-5 .u-btn-2 {
margin-left: 110px;
}
.u-section-5 .u-btn-3 {
margin-right: 114px;
}
.u-section-5 .u-btn-4 {
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-5 .u-btn-2 {
margin-left: 0;
}
.u-section-5 .u-btn-3 {
margin-right: 0;
}
} | Accueil.css | .u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 1206px;
}
.u-section-1 .u-line-1 {
left: auto;
top: 787px;
position: absolute;
height: 389px;
width: 3px;
transform-origin: center top 0px;
right: 567px;
}
.u-section-1 .u-group-1 {
width: 910px;
min-height: 216px;
background-image: none;
margin: 51px 0 0 auto;
}
.u-section-1 .u-container-layout-1 {
padding: 11px 0;
}
.u-section-1 .u-text-1 {
font-family: Montserrat, sans-serif;
margin: 0 116px 0 256px;
}
.u-section-1 .u-text-2 {
font-size: 1.25rem;
font-weight: 700;
margin: 11px 31px 0 231px;
}
.u-section-1 .u-image-1 {
width: 467px;
height: 467px;
filter: brightness(0.65);
background-image: url("images/ecole-678x3812.jpg");
background-position: 50% 50%;
margin: -229px auto 0 -63px;
}
.u-section-1 .u-text-3 {
font-size: 1.5rem;
margin: -178px 70px 0 485px;
}
.u-section-1 .u-text-4 {
margin: 93px 26px 0 0;
}
.u-section-1 .u-text-5 {
font-size: 1.5rem;
font-weight: 700;
margin: 47px auto 0 52px;
}
.u-section-1 .u-text-6 {
font-weight: 700;
font-size: 1.5rem;
margin: -28px 0 0 690px;
}
.u-section-1 .u-text-7 {
font-weight: 700;
margin: 60px 366px 0 auto;
}
.u-section-1 .u-text-8 {
font-weight: 700;
margin: 19px 52px 0 auto;
}
.u-section-1 .u-image-2 {
width: 570px;
height: 283px;
margin: -88px auto 0 -14px;
}
.u-section-1 .u-text-9 {
font-weight: 700;
margin: -158px 256px 0 auto;
}
.u-section-1 .u-text-10 {
font-weight: 700;
margin: 47px 0 0 auto;
}
.u-section-1 .u-text-11 {
font-weight: 700;
margin: 36px 256px 49px auto;
}
@media (max-width: 1199px) {
.u-section-1 .u-container-layout-1 {
padding-left: 340px;
}
.u-section-1 .u-text-3 {
margin-right: 0;
margin-left: 355px;
}
.u-section-1 .u-text-4 {
margin-right: 0;
}
.u-section-1 .u-text-6 {
margin-left: 490px;
}
.u-section-1 .u-text-7 {
margin-right: 302px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-group-1 {
width: 720px;
}
.u-section-1 .u-container-layout-1 {
padding: 40px 40px 130px 130px;
}
.u-section-1 .u-text-1 {
margin-right: 81px;
margin-left: 161px;
}
.u-section-1 .u-text-2 {
margin-left: 72px;
margin-right: 134px;
}
.u-section-1 .u-text-3 {
margin-left: 135px;
}
.u-section-1 .u-text-6 {
margin-left: 270px;
}
.u-section-1 .u-text-7 {
margin-right: 231px;
}
.u-section-1 .u-text-9 {
margin-right: 196px;
}
.u-section-1 .u-text-11 {
margin-right: 196px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1191px;
}
.u-section-1 .u-group-1 {
width: 540px;
}
.u-section-1 .u-container-layout-1 {
padding: 11px 30px 100px;
}
.u-section-1 .u-text-1 {
margin-left: 2px;
}
.u-section-1 .u-text-2 {
margin-left: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
}
.u-section-1 .u-text-6 {
margin-left: 90px;
}
.u-section-1 .u-text-7 {
margin-right: 173px;
}
.u-section-1 .u-image-2 {
width: 540px;
height: 268px;
margin-left: 0;
}
.u-section-1 .u-text-9 {
margin-top: -143px;
margin-right: 147px;
}
.u-section-1 .u-text-11 {
margin-right: 147px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 965px;
}
.u-section-1 .u-group-1 {
width: 340px;
}
.u-section-1 .u-text-1 {
margin-left: 0;
}
.u-section-1 .u-text-2 {
margin-right: 84px;
}
.u-section-1 .u-image-1 {
width: 340px;
height: 340px;
margin-left: 0;
}
.u-section-1 .u-text-3 {
margin-top: -51px;
}
.u-section-1 .u-text-6 {
margin-left: 0;
}
.u-section-1 .u-text-7 {
margin-right: 109px;
}
.u-section-1 .u-image-2 {
width: 340px;
height: 169px;
}
.u-section-1 .u-text-9 {
margin-top: -44px;
margin-right: 93px;
}
.u-section-1 .u-text-11 {
margin-right: 93px;
}
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 419px;
}
.u-section-2 .u-line-1 {
width: 912px;
height: 3px;
margin: 29px auto 0;
}
.u-section-2 .u-list-1 {
grid-template-rows: auto;
margin-top: 24px;
margin-bottom: 5px;
}
.u-section-2 .u-repeater-1 {
grid-template-columns: 33.3333% 33.3333% 33.3333%;
min-height: 358px;
grid-gap: 0px 0px;
}
.u-section-2 .u-container-layout-1 {
padding: 20px 30px 30px;
}
.u-section-2 .u-image-1 {
height: 213px;
margin: 0 auto 0 0;
}
.u-section-2 .u-btn-1 {
font-size: 0.875rem;
letter-spacing: 1px;
border-style: none none solid;
text-transform: uppercase;
margin: 37px auto 0;
padding: 2px 0;
}
.u-section-2 .u-container-layout-2 {
padding: 20px 30px 30px;
}
.u-section-2 .u-image-2 {
height: 213px;
margin: 0 auto 0 0;
}
.u-section-2 .u-btn-2 {
font-size: 0.875rem;
letter-spacing: 1px;
border-style: none none solid;
text-transform: uppercase;
margin: 37px auto 0;
padding: 2px 0;
}
.u-section-2 .u-container-layout-3 {
padding: 20px 30px 30px;
}
.u-section-2 .u-image-3 {
height: 213px;
margin: 0 auto 0 0;
}
.u-section-2 .u-btn-3 {
font-size: 0.875rem;
letter-spacing: 1px;
border-style: none none solid;
text-transform: uppercase;
margin: 37px auto 0;
padding: 2px 0;
}
@media (max-width: 1199px) {
.u-section-2 .u-repeater-1 {
grid-template-columns: repeat(3, 33.333333333333336%);
min-height: 295px;
}
.u-section-2 .u-image-1 {
height: 169px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-2 {
height: 169px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-3 {
height: 169px;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 991px) {
.u-section-2 .u-line-1 {
width: 720px;
}
.u-section-2 .u-repeater-1 {
grid-template-columns: repeat(2, 50%);
min-height: 678px;
}
.u-section-2 .u-image-1 {
height: 200px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-2 {
height: 200px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-3 {
height: 200px;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 767px) {
.u-section-2 .u-line-1 {
width: 540px;
}
.u-section-2 .u-repeater-1 {
grid-template-columns: 100%;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-1 {
height: 347px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
height: 347px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-3 {
height: 347px;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 575px) {
.u-section-2 .u-line-1 {
width: 340px;
}
.u-section-2 .u-image-1 {
height: 214px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-2 {
height: 214px;
margin-right: initial;
margin-left: initial;
}
.u-section-2 .u-image-3 {
height: 214px;
margin-right: initial;
margin-left: initial;
}
}.u-section-3 {
background-image: none;
}
.u-section-3 .u-sheet-1 {
min-height: 324px;
}
.u-section-3 .u-text-1 {
font-size: 1.5rem;
margin: 41px auto 0 462px;
}
.u-section-3 .u-text-2 {
margin: 53px 86px 0 376px;
}
.u-section-3 .u-image-1 {
width: 160px;
height: 160px;
background-image: url("images/IMG_8281.JPG");
background-position: 50% 50%;
margin: -130px auto -30px 163px;
}
@media (max-width: 1199px) {
.u-section-3 .u-text-1 {
margin-left: 381px;
}
.u-section-3 .u-text-2 {
margin-right: -67px;
margin-left: 262px;
}
}
@media (max-width: 991px) {
.u-section-3 .u-text-1 {
margin-left: 292px;
}
.u-section-3 .u-text-2 {
margin-left: 42px;
}
}
@media (max-width: 767px) {
.u-section-3 .u-text-1 {
margin-left: 219px;
}
.u-section-3 .u-text-2 {
margin-left: 0;
}
}
@media (max-width: 575px) {
.u-section-3 .u-text-1 {
margin-left: 138px;
}
}.u-section-4 {
background-image: none;
}
.u-section-4 .u-sheet-1 {
min-height: 309px;
}
.u-section-4 .u-text-1 {
font-size: 1.5rem;
margin: 45px auto 0;
}
.u-section-4 .u-text-2 {
font-size: 1.25rem;
margin: 61px 438px 0 auto;
}
.u-section-4 .u-icon-1 {
width: 59px;
height: 59px;
margin: -45px auto 0 399px;
}
.u-section-4 .u-text-3 {
font-size: 1.25rem;
margin: 41px auto 0;
}
.u-section-4 .u-icon-2 {
width: 55px;
height: 55px;
margin: -44px auto 45px 403px;
}
@media (max-width: 1199px) {
.u-section-4 .u-text-2 {
margin-top: 49px;
margin-right: 361px;
}
.u-section-4 .u-icon-1 {
margin-left: 329px;
}
.u-section-4 .u-text-3 {
margin-top: 108px;
}
.u-section-4 .u-icon-2 {
margin-top: -43px;
margin-left: 323px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-text-2 {
margin-right: 277px;
}
.u-section-4 .u-icon-1 {
margin-left: 252px;
}
.u-section-4 .u-icon-2 {
margin-left: 254px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-text-2 {
margin-right: 208px;
}
.u-section-4 .u-icon-1 {
margin-left: 189px;
}
.u-section-4 .u-icon-2 {
margin-left: 191px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-text-2 {
margin-right: 131px;
}
.u-section-4 .u-icon-1 {
margin-left: 119px;
}
.u-section-4 .u-icon-2 {
margin-left: 120px;
}
}.u-section-5 .u-sheet-1 {
min-height: 149px;
}
.u-section-5 .u-btn-1 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
align-self: flex-end;
margin: 55px auto 0 40px;
padding: 6px 31px 6px 30px;
}
.u-section-5 .u-btn-2 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
align-self: flex-end;
margin: -40px auto 0 310px;
padding: 6px 31px 6px 30px;
}
.u-section-5 .u-btn-3 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
align-self: flex-end;
margin: -40px 314px 0 auto;
padding: 6px 31px 6px 30px;
}
.u-section-5 .u-btn-4 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: -40px 19px 55px auto;
padding: 6px 31px 6px 30px;
}
@media (max-width: 1199px) {
.u-section-5 .u-btn-1 {
margin-left: 0;
}
.u-section-5 .u-btn-2 {
margin-left: 110px;
}
.u-section-5 .u-btn-3 {
margin-right: 114px;
}
.u-section-5 .u-btn-4 {
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-5 .u-btn-2 {
margin-left: 0;
}
.u-section-5 .u-btn-3 {
margin-right: 0;
}
} | 0.522202 | 0.090173 |
.modal-content {
height: 500px;
}
.ace__item--editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.ace__item--body {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.modal-header {
background-color: #8e8e8e;
border-bottom: 0;
border-radius: 0;
}
.modal-header .close {
padding: 0;
margin: 0;
}
.close {
font-size: 13px;
color: #fff;
font-weight: normal;
text-shadow: none;
opacity: 1;
line-height: 1.5;
}
.btn-download {
padding: .25rem 1rem;
font-size: 0.8125rem;
color: #fff;
background-color: #837f80;
border-color: #837f80;
}
.btn-download:hover {
color: #fff;
}
.btn-download:hover {
color: #fff;
}
.btn-download-resource {
padding: 0.25rem 1rem 0.15rem 1rem;
font-size: 0.8125rem;
color: #12494b;
background-color: #2bc389;
border-color: #2bc389;
border-radius: 6px;
}
.btn-download-resource:hover {
color: #12494b;
}
.card-header-lesson-detail {
border-radius: 0 !important;
border-top: 1px solid #bca9af;
padding-top: 0.6rem;
padding-bottom: 0.5rem;
}
.card-header-lesson-detail img {
height: 25px;
margin-right: 5px;
padding-bottom: 3px;
}
.lesson_detail--voice {
background: repeating-linear-gradient(
-45deg,
#bababa,
#bababa 5px,
#acacac 5px,
#acacac 10px
);
border-radius: 5px;
color: #212529 !important;
cursor: pointer;
margin-right: 3px;
font-size: 11px;
padding: 4px 4px 3px 6px;
font-weight: bold;
opacity: 0.6;
text-decoration: none !important;
text-align: center;
}
.lesson_detail--voice__female{
padding-right: 6px;
}
.lesson_detail--voice__male.active,
.lesson_detail--voice__male:hover {
background: #0190ff;
color: #fefefe !important;
}
.lesson_detail--voice__female.active,
.lesson_detail--voice__female:hover {
background: #f9306e;
color: #fefefe !important;
} | resources/assets/css/lesson/lesson_detail/detail.css | .modal-content {
height: 500px;
}
.ace__item--editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.ace__item--body {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.modal-header {
background-color: #8e8e8e;
border-bottom: 0;
border-radius: 0;
}
.modal-header .close {
padding: 0;
margin: 0;
}
.close {
font-size: 13px;
color: #fff;
font-weight: normal;
text-shadow: none;
opacity: 1;
line-height: 1.5;
}
.btn-download {
padding: .25rem 1rem;
font-size: 0.8125rem;
color: #fff;
background-color: #837f80;
border-color: #837f80;
}
.btn-download:hover {
color: #fff;
}
.btn-download:hover {
color: #fff;
}
.btn-download-resource {
padding: 0.25rem 1rem 0.15rem 1rem;
font-size: 0.8125rem;
color: #12494b;
background-color: #2bc389;
border-color: #2bc389;
border-radius: 6px;
}
.btn-download-resource:hover {
color: #12494b;
}
.card-header-lesson-detail {
border-radius: 0 !important;
border-top: 1px solid #bca9af;
padding-top: 0.6rem;
padding-bottom: 0.5rem;
}
.card-header-lesson-detail img {
height: 25px;
margin-right: 5px;
padding-bottom: 3px;
}
.lesson_detail--voice {
background: repeating-linear-gradient(
-45deg,
#bababa,
#bababa 5px,
#acacac 5px,
#acacac 10px
);
border-radius: 5px;
color: #212529 !important;
cursor: pointer;
margin-right: 3px;
font-size: 11px;
padding: 4px 4px 3px 6px;
font-weight: bold;
opacity: 0.6;
text-decoration: none !important;
text-align: center;
}
.lesson_detail--voice__female{
padding-right: 6px;
}
.lesson_detail--voice__male.active,
.lesson_detail--voice__male:hover {
background: #0190ff;
color: #fefefe !important;
}
.lesson_detail--voice__female.active,
.lesson_detail--voice__female:hover {
background: #f9306e;
color: #fefefe !important;
} | 0.479504 | 0.08374 |
html
{
background-image: url("background.png");
background-color: #ffffff;
}
hr
{
border-color: #480000;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover
{
border-color: #772200;
color: #480000;
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active
{
border-color: #480000;
box-shadow: 0px 0px 4px #772200;
}
button:hover img
{
background-color: #772200;
}
button:active img
{
background-color: #480000;
}
body
{
overflow-x: hidden;
}
body>header
{
background: #480000;
}
body>header nav
{
right: 237px;
}
body>header form
{
right: 5px;
}
body>header form>div
{
margin: -5px -5px 0px -8px;
height: 32px;
border-radius: 0px 4px 4px 0px;
background: #ffffff;
}
body>header>a:first-child
{
color: #ffffff;
}
body>header nav ul
{
margin-top: -8px;
margin-right: -8px;
padding: 8px;
padding-left: 0px;
border-radius: 4px 0px 0px 4px;
background-color: #ffffff;
}
body>header nav ul li a img
{
background-color: #480000;
}
body>footer>ul:first-child+a
{
background-color: #ffffff;
}
div.entries article .articleBody
{
border-color: #480000;
}
.entries .update
{
color: #480000;
}
.entries table thead tr
{
border-bottom-color: #480000;
}
.entries table th
{
color: #480000;
}
.entries table tr.tags+tr,
.entries table tr.notags+tr
{
border-top: #480000 1px solid;
}
.entries table tr.hover+tr
{
border-top: #999999 1px solid;
}
section, .taglist, body>ul
{
border-color: #480000;
}
.taglist dt
{
color: #480000;
}
h1
{
color: #480000;
background-image: url("h1.png");
}
h2
{
color: #480000;
}
.edit label[for], .edit section h2, .auth label, #commentform label, .config dt, .search section label[for]
{
color: #480000;
}
#commentform, #evaluateform
{
border-color: #480000;
}
#evaluateform
{
background: #ffffff;
}
#commentformHeadding, #evaluateformHeadding
{
border-color: #480000;
background: #480000;
}
#commentformHeadding.inactive, #evaluateformHeadding.inactive
{
border-bottom: #480000 1px solid;
}
.search section ul.filter li
{
border-bottom: #480000 1px solid;
}
.read .status+.status
{
border-color: #480000;
color: #ffffff;
background: #480000;
}
.read #body
{
border-color: #efefef;
}
.read #comments
{
border-color: #480000;
}
.read #evaluateform>div label
{
color: #480000;
}
.pager li a[href="#"], .pager li a[href=""], .pager li button.loopback
{
border-color: #480000;
background: #480000;
}
.index .pagerContainer.subjectPager
{
border-color: #480000;
color: #ffffff;
background: #480000;
}
.dropDown
{
border-color: #480000;
}
.dropDown.open
{
background-color: #480000;
box-shadow: 0px 0px 4px #480000;
}
.dropDown ul
{
border-color: #480000;
color: #480000;
box-shadow: 0px 0px 4px #480000;
}
.dropDown ul li:hover
{
background-color: #480000;
}
.dropDown ul li.listType+.listVisibility,
.dropDown ul li.listVisibility+.dateType
{
border-color: #480000;
}
.dropDown .button
{
background-color: #480000;
}
.dropDown ul li.selected .button
{
background-color: #480000;
} | style/alt/style.css | html
{
background-image: url("background.png");
background-color: #ffffff;
}
hr
{
border-color: #480000;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover
{
border-color: #772200;
color: #480000;
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active
{
border-color: #480000;
box-shadow: 0px 0px 4px #772200;
}
button:hover img
{
background-color: #772200;
}
button:active img
{
background-color: #480000;
}
body
{
overflow-x: hidden;
}
body>header
{
background: #480000;
}
body>header nav
{
right: 237px;
}
body>header form
{
right: 5px;
}
body>header form>div
{
margin: -5px -5px 0px -8px;
height: 32px;
border-radius: 0px 4px 4px 0px;
background: #ffffff;
}
body>header>a:first-child
{
color: #ffffff;
}
body>header nav ul
{
margin-top: -8px;
margin-right: -8px;
padding: 8px;
padding-left: 0px;
border-radius: 4px 0px 0px 4px;
background-color: #ffffff;
}
body>header nav ul li a img
{
background-color: #480000;
}
body>footer>ul:first-child+a
{
background-color: #ffffff;
}
div.entries article .articleBody
{
border-color: #480000;
}
.entries .update
{
color: #480000;
}
.entries table thead tr
{
border-bottom-color: #480000;
}
.entries table th
{
color: #480000;
}
.entries table tr.tags+tr,
.entries table tr.notags+tr
{
border-top: #480000 1px solid;
}
.entries table tr.hover+tr
{
border-top: #999999 1px solid;
}
section, .taglist, body>ul
{
border-color: #480000;
}
.taglist dt
{
color: #480000;
}
h1
{
color: #480000;
background-image: url("h1.png");
}
h2
{
color: #480000;
}
.edit label[for], .edit section h2, .auth label, #commentform label, .config dt, .search section label[for]
{
color: #480000;
}
#commentform, #evaluateform
{
border-color: #480000;
}
#evaluateform
{
background: #ffffff;
}
#commentformHeadding, #evaluateformHeadding
{
border-color: #480000;
background: #480000;
}
#commentformHeadding.inactive, #evaluateformHeadding.inactive
{
border-bottom: #480000 1px solid;
}
.search section ul.filter li
{
border-bottom: #480000 1px solid;
}
.read .status+.status
{
border-color: #480000;
color: #ffffff;
background: #480000;
}
.read #body
{
border-color: #efefef;
}
.read #comments
{
border-color: #480000;
}
.read #evaluateform>div label
{
color: #480000;
}
.pager li a[href="#"], .pager li a[href=""], .pager li button.loopback
{
border-color: #480000;
background: #480000;
}
.index .pagerContainer.subjectPager
{
border-color: #480000;
color: #ffffff;
background: #480000;
}
.dropDown
{
border-color: #480000;
}
.dropDown.open
{
background-color: #480000;
box-shadow: 0px 0px 4px #480000;
}
.dropDown ul
{
border-color: #480000;
color: #480000;
box-shadow: 0px 0px 4px #480000;
}
.dropDown ul li:hover
{
background-color: #480000;
}
.dropDown ul li.listType+.listVisibility,
.dropDown ul li.listVisibility+.dateType
{
border-color: #480000;
}
.dropDown .button
{
background-color: #480000;
}
.dropDown ul li.selected .button
{
background-color: #480000;
} | 0.283781 | 0.082994 |
@media screen and (max-width: 479px) {
* {
box-sizing: border-box;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
text-decoration: none;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
#navigation{
width:auto;
background-color:transparent !important;
position:relative !important;
}
.sitenav {
display: none;
margin-top:0;
width:100%;
}
.sitenav ul {
background: #000000;
color: #000;
width: 100%;
float: none;
margin-top: 0;
}
.sitenav ul li {
border-top: 1px #334451 solid;
display: block !important;
float: none;
text-align: left;
margin-right:0px !important;
}
.sitenav ul li ul {
color: #fff;
opacity: 0;
padding:0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
background-color:#0e2d45 !important;
top:0;
position: relative;
width:100%;
}
.sitenav ul li{display:block !important; margin-right:0px !important;}
.sitenav ul li a {
padding: 8px 10px !important;
display: block !important;
color: #ffffff !important;
text-align:left;
}
.sitenav ul li a:hover {
color: #ffffff !important;
}
.sitenav ul li ul,
.sitenav ul li ul ul {
display: block !important;
}
.sitenav ul li ul li a:before {
content: "\00BB \00a0";
}
.sitenav ul li ul li a {
color:#a88057 !important;
padding-left: 20px !important;
}
.sitenav ul li ul li ul li a {
padding-left: 30px !important;
}
.sitenav ul li.current_page_item a{
background-color:transparent !important;
}
.sitenav ul li:hover,
.sitenav ul li.current_page_item{
background-color:inherit !important;
}
}
/* Mobile Landscape View */
@media screen and (max-width: 719px) and (min-width: 480px) {
* {
box-sizing: border-box;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
text-decoration: none;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.sitenav {
display: none;
margin-top:0;
width:100%;
}
#navigation {
width:auto;
background-color:transparent !important;
position:relative !important;
}
.sitenav ul {
background: #000000;
color: #000;
width: 100%;
float: none;
margin-top: 0;
}
.sitenav ul li {
border-top: 1px #334451 solid;
display: block !important;
float: none;
text-align: left;
margin-right:0px !important;
}
.sitenav ul li ul {
color: #fff;
opacity: 0;
padding:0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
background-color:#0e2d45 !important;
top:0;
position: relative;
width:100%;
}
.sitenav ul li a {
padding: 8px 25px !important;
display: block !important;
color: #ffffff !important;
text-align:center !important;
}
.sitenav ul li a:hover {
color: #ffffff !important;
}
.sitenav ul li ul,
.sitenav ul li ul ul {
display: block !important;
}
.sitenav ul li ul li a:before {
content: "\00BB \00a0";
}
.sitenav ul li ul li a {
color:#a88057 !important;
padding-left: 20px !important;
}
.sitenav ul li ul li ul li a {
padding-left: 30px !important;
}
.sitenav ul li.current_page_item a{
background-color:transparent !important;
}
.sitenav ul li:hover,
.sitenav ul li.current_page_item{
background-color:inherit !important;
}
}
@media screen and (max-width: 999px) and (min-width: 720px) {
* {
box-sizing: border-box;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
text-decoration: none;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.sitenav {
display: none;
float:none;
}
#navigation{
width:auto;
background-color: transparent !important;
position:relative !important;
}
.sitenav ul {
background: #000000;
color: #000;
width: 100%;
float: none;
margin-top: 0;
}
.sitenav ul li {
border-top: 1px #334451 solid;
display: block !important;
float: none;
text-align: left;
margin-right:0px !important;
}
.sitenav ul li ul {
color: #fff;
opacity: 0;
padding:0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
background-color:#0e2d45 !important;
top:0;
position: relative;
width:100%;
}
.sitenav ul li a {
padding: 8px 10px !important;
display: block !important;
color: #ffffff !important;
text-align:left;
}
.sitenav ul li a:hover {
color: #ffffff !important;
}
.sitenav ul li ul li a:before {
content: "\00BB \00a0";
}
.sitenav ul li ul li a {
color:#a88057 !important;
padding-left: 20px !important;
}
.sitenav ul li ul li ul li a {
padding-left: 30px !important;
}
.sitenav ul li:hover,
.sitenav ul li.current_page_item{
background-color:inherit !important;
}
}
@media screen and (min-width: 1000px) {
.sitenav ul li ul li {
display: block;
position: relative;
float: none;
}
.sitenav ul li ul li a {
color:#a88057 !important;
display: block;
padding-top: 10px;
padding-bottom: 10px;
}
.site-main {
width: 70%;
}
}
@media screen and (min-width: 1000px) and (max-width: 1159px) {
.sitenav ul{
font-size:12px;
}
.sitenav ul li:hover > ul{
top:52px;
}
#navigation{
width:auto;
}
} | blog.phong123.com/wp-content/themes/barter/css/responsive-menu.css |
@media screen and (max-width: 479px) {
* {
box-sizing: border-box;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
text-decoration: none;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
#navigation{
width:auto;
background-color:transparent !important;
position:relative !important;
}
.sitenav {
display: none;
margin-top:0;
width:100%;
}
.sitenav ul {
background: #000000;
color: #000;
width: 100%;
float: none;
margin-top: 0;
}
.sitenav ul li {
border-top: 1px #334451 solid;
display: block !important;
float: none;
text-align: left;
margin-right:0px !important;
}
.sitenav ul li ul {
color: #fff;
opacity: 0;
padding:0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
background-color:#0e2d45 !important;
top:0;
position: relative;
width:100%;
}
.sitenav ul li{display:block !important; margin-right:0px !important;}
.sitenav ul li a {
padding: 8px 10px !important;
display: block !important;
color: #ffffff !important;
text-align:left;
}
.sitenav ul li a:hover {
color: #ffffff !important;
}
.sitenav ul li ul,
.sitenav ul li ul ul {
display: block !important;
}
.sitenav ul li ul li a:before {
content: "\00BB \00a0";
}
.sitenav ul li ul li a {
color:#a88057 !important;
padding-left: 20px !important;
}
.sitenav ul li ul li ul li a {
padding-left: 30px !important;
}
.sitenav ul li.current_page_item a{
background-color:transparent !important;
}
.sitenav ul li:hover,
.sitenav ul li.current_page_item{
background-color:inherit !important;
}
}
/* Mobile Landscape View */
@media screen and (max-width: 719px) and (min-width: 480px) {
* {
box-sizing: border-box;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
text-decoration: none;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.sitenav {
display: none;
margin-top:0;
width:100%;
}
#navigation {
width:auto;
background-color:transparent !important;
position:relative !important;
}
.sitenav ul {
background: #000000;
color: #000;
width: 100%;
float: none;
margin-top: 0;
}
.sitenav ul li {
border-top: 1px #334451 solid;
display: block !important;
float: none;
text-align: left;
margin-right:0px !important;
}
.sitenav ul li ul {
color: #fff;
opacity: 0;
padding:0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
background-color:#0e2d45 !important;
top:0;
position: relative;
width:100%;
}
.sitenav ul li a {
padding: 8px 25px !important;
display: block !important;
color: #ffffff !important;
text-align:center !important;
}
.sitenav ul li a:hover {
color: #ffffff !important;
}
.sitenav ul li ul,
.sitenav ul li ul ul {
display: block !important;
}
.sitenav ul li ul li a:before {
content: "\00BB \00a0";
}
.sitenav ul li ul li a {
color:#a88057 !important;
padding-left: 20px !important;
}
.sitenav ul li ul li ul li a {
padding-left: 30px !important;
}
.sitenav ul li.current_page_item a{
background-color:transparent !important;
}
.sitenav ul li:hover,
.sitenav ul li.current_page_item{
background-color:inherit !important;
}
}
@media screen and (max-width: 999px) and (min-width: 720px) {
* {
box-sizing: border-box;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
text-decoration: none;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.sitenav {
display: none;
float:none;
}
#navigation{
width:auto;
background-color: transparent !important;
position:relative !important;
}
.sitenav ul {
background: #000000;
color: #000;
width: 100%;
float: none;
margin-top: 0;
}
.sitenav ul li {
border-top: 1px #334451 solid;
display: block !important;
float: none;
text-align: left;
margin-right:0px !important;
}
.sitenav ul li ul {
color: #fff;
opacity: 0;
padding:0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
left: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
background-color:#0e2d45 !important;
top:0;
position: relative;
width:100%;
}
.sitenav ul li a {
padding: 8px 10px !important;
display: block !important;
color: #ffffff !important;
text-align:left;
}
.sitenav ul li a:hover {
color: #ffffff !important;
}
.sitenav ul li ul li a:before {
content: "\00BB \00a0";
}
.sitenav ul li ul li a {
color:#a88057 !important;
padding-left: 20px !important;
}
.sitenav ul li ul li ul li a {
padding-left: 30px !important;
}
.sitenav ul li:hover,
.sitenav ul li.current_page_item{
background-color:inherit !important;
}
}
@media screen and (min-width: 1000px) {
.sitenav ul li ul li {
display: block;
position: relative;
float: none;
}
.sitenav ul li ul li a {
color:#a88057 !important;
display: block;
padding-top: 10px;
padding-bottom: 10px;
}
.site-main {
width: 70%;
}
}
@media screen and (min-width: 1000px) and (max-width: 1159px) {
.sitenav ul{
font-size:12px;
}
.sitenav ul li:hover > ul{
top:52px;
}
#navigation{
width:auto;
}
} | 0.383872 | 0.112065 |
body {
background-color: #BFF8EE;
position: relative;
width: 100%;
height: 100%;
overflow-x: hidden;
}
body ul li {
list-style: none;
}
ul i {
list-style: none;
}
* {
-o-box-sizing: border-box;
box-sizing: border-box;
}
.clearFix {
clear: both;
}
@media (max-width:767px) {
.text-center-xs {
text-align: center;
}
}
.mainHeader {
background-color: #090667;
margin: auto;
}
.mainHeader button .navbar-toggler-icon {
background-color: #ae9841;
}
.mainHeader button .navbar-toggler-icon i {
font-size: 30px;
}
.mainHeader .row {
background-color: #090667;
}
.mainHeader .row .col-md-5 img {
max-width: 150px;
max-height: 70px;
}
.mainHeader .row .col-md-6 .navbar ul li {
padding: 5px;
}
.mainHeader .row .col-md-6 .navbar ul li a {
color: #BFF8EE;
font-size: 18px;
}
.mainHeader .row .col-md-6 .navbar ul li a.active,
.mainHeader .row .col-md-6 .navbar ul li a:hover,
.mainHeader .row .col-md-6 .navbar ul li a:focus {
color: #ae9841;
font-weight: bold;
}
.mainHeader .row .col-md-6 .navbar ul li .dropdown-item {
color: #ae9841;
}
.mainFooter {
background-color: rgba(255, 255, 255, 0.555);
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
color: #090667;
position: relative;
margin: auto;
}
.mainFooter .row {
padding: 10px;
}
.mainFooter .row .col-md-6 h4 {
margin-bottom: 15px;
}
.mainFooter .row .col-md-6 li i {
padding-right: 10px;
}
.mainFooter .row .col-md-6 li ul {
padding-left: 25px;
margin-top: 10px;
}
.mainFooter .row .col-md-6 li ul li {
display: inline-block;
padding-right: 5px;
}
.mainFooter .row .col-md-6 li ul li:hover {
color: #ae9841;
font-weight: bold;
}
.mainFooter .row .col-md-5 input {
margin-bottom: 10px;
}
.mainFooter .row .col-md-5 button {
background-color: #090667;
margin-top: 5px;
color: #69d4ce;
}
.mainFooter .copyRight {
margin-top: 15px;
color: #090667;
font-weight: bold;
padding: 5px;
}
.mainFooter hr {
background-color: #ae9841;
}
.login-wrap {
width: 100%;
margin: auto;
max-width: 525px;
position: relative;
min-height: 650px;
background: url(https://images.unsplash.com/photo-1524222928538-afb4409a0d70?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80) no-repeat center;
background-size: 1000px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.login-wrap .container {
position: absolute;
top: 0;
bottom: 0;
padding: 60px 70px 50px 70px;
background: rgba(174, 152, 65, 0.6);
}
.login-wrap .container .Dentist,
.login-wrap .container .Patient {
overflow-y: scroll;
height: 420px;
}
.login-wrap .container .Dentist .ImgPat,
.login-wrap .container .Patient .ImgPat {
position: relative;
border: none;
padding-top: 7px;
border-radius: 25px;
margin-bottom: 15px;
text-align: center;
background: rgba(255, 255, 255, 0.555);
}
.login-wrap .container .Dentist .ImgPat .inputfile,
.login-wrap .container .Patient .ImgPat .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.login-wrap .container .Dentist .ImgPat .inputfile + label,
.login-wrap .container .Patient .ImgPat .inputfile + label {
font-size: 1.25em;
font-weight: 700;
color: white;
display: inline-block;
border-radius: 40%;
}
.login-wrap .container .Dentist .ImgPat .inputfile:focus + label,
.login-wrap .container .Dentist .ImgPat .inputfile + label:hover,
.login-wrap .container .Patient .ImgPat .inputfile:focus + label,
.login-wrap .container .Patient .ImgPat .inputfile + label:hover {
color: #731A92;
}
.login-wrap .container .Dentist .ImgPat .inputfile + label,
.login-wrap .container .Patient .ImgPat .inputfile + label {
cursor: pointer;
/* "foucsand" cursor */
}
.login-wrap .container ul {
border: none;
margin-bottom: 30px;
}
.login-wrap .container ul li {
text-transform: uppercase;
padding-right: 20px;
font-size: 26px;
font-weight: bold;
}
.login-wrap .container ul li a {
color: #090667;
opacity: 0.5;
text-decoration: none;
}
.login-wrap .container ul li a:hover,
.login-wrap .container ul li a.active {
opacity: 1;
padding-bottom: 5px;
border-bottom: #ae9841 2px solid;
}
.login-wrap .container .tab-pane {
min-height: 345px;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
}
.login-wrap .container .tab-pane h4 {
color: #090667;
text-align: center;
margin-bottom: 20px;
padding: 3px;
box-shadow: 4px 7px 11px #ae9841;
}
.login-wrap .container .tab-pane input:not([type=file]) {
border: none;
padding: 15px 20px;
border-radius: 25px;
margin-bottom: 15px;
background: rgba(255, 255, 255, 0.555);
}
.login-wrap .container .tab-pane label {
color: rgba(9, 6, 103, 0.5);
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
.login-wrap .container .tab-pane button {
border: none;
padding: 10px 10px;
color: #69d4ce;
border-radius: 25px;
margin-top: 15px;
background: rgba(255, 255, 255, 0.1);
background: #090667;
}
.login-wrap .container .hr {
height: 2px;
margin: 50px 0 50px 0;
background: #ae9841;
opacity: 0.8;
}
.login-wrap .container .foot-lnk {
text-align: center;
}
.login-wrap .container .foot-lnk a {
color: #090667;
}
@-webkit-keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
@-webkit-keyframes slideOut {
0% {
left: 0;
opacity: 0.2;
}
20% {
left: 100px;
opacity: 0.4;
}
40% {
left: 50px;
opacity: 0.6;
}
60% {
left: 150px;
opacity: 0.8;
}
80% {
left: 100px;
opacity: 1;
}
100% {
left: 0;
opacity: 1;
}
}
@keyframes slideOut {
0% {
left: 0;
opacity: 0.2;
}
20% {
left: 100px;
opacity: 0.4;
}
40% {
left: 50px;
opacity: 0.6;
}
60% {
left: 150px;
opacity: 0.8;
}
80% {
left: 100px;
opacity: 1;
}
100% {
left: 0;
opacity: 1;
}
}
.services {
background-color: white;
padding: 5px;
margin: 30px;
}
.services img {
width: 100%;
max-height: 30px;
margin: 10px;
}
.services .servicesHeader {
text-align: center;
}
.services .servicesHeader h3 {
color: #9C59C8;
}
.services .servicesHeader .row .col-md-6 {
margin-top: 24px;
}
.services .servicesHeader .row .col-md-6 p {
color: #ae9841;
font-size: 24px;
-webkit-animation: slidein 3s;
animation: slidein 3s;
}
.services .row {
margin-bottom: 20px;
}
.services .row .col-md-4,
.services .row .col-md-3 {
box-shadow: 0 12px 15px 0 rgba(160, 124, 124, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
background: rgba(65, 167, 174, 0.4);
width: 200px;
opacity: 0;
-webkit-animation: slideOut 3s forwards 4s 1;
animation: slideOut 3s forwards 4s 1;
padding: 10px;
margin-right: 5px;
}
.services .row .col-md-4 .titleSer,
.services .row .col-md-3 .titleSer {
color: #53107E;
font-weight: bold;
}
.services .row .col-md-4 .titleSer svg:not(:root).svg-inline--fa,
.services .row .col-md-3 .titleSer svg:not(:root).svg-inline--fa {
margin-right: 10px;
}
.services .row2 {
margin-bottom: 50px;
}
.aboutUs {
background-color: white;
text-align: center;
margin: 30px;
padding: 40px;
}
.aboutUs h1 {
color: #ae9841;
}
.aboutUs p {
color: #53107E;
font-size: 24px;
-webkit-animation: slidein 3s;
animation: slidein 3s;
}
.ConectUs h3 {
box-shadow: 0 12px 15px 0 rgba(160, 124, 124, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
background: rgba(65, 167, 174, 0.4);
text-align: center;
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
color: #53107E;
-webkit-animation: h3Color 2s infinite alternate ease-in 2s;
animation: h3Color 2s infinite alternate ease-in 2s;
}
.ConectUs button {
background-color: #53107E;
margin-top: 10px;
color: #BFF8EE;
font-size: 18px;
border-radius: 100px;
margin-bottom: 10px;
}
@-webkit-keyframes h3Color {
0% {
color: #ae9841;
}
40% {
color: #53107E;
}
80% {
color: #ae9841;
}
100% {
color: #53107E;
}
}
@keyframes h3Color {
0% {
color: #ae9841;
}
40% {
color: #53107E;
}
80% {
color: #ae9841;
}
100% {
color: #53107E;
}
}
.dentistHome .modal-header {
background-color: #53107E;
color: #fff;
text-align: center;
}
.dentistHome .modal-header button {
width: 10px;
margin-right: 10px;
background-color: #53107E;
}
.dentistHome .modal-header button span {
color: #fff;
}
.dentistHome .modal-body .row {
text-align: center;
font-weight: bold;
}
.dentistHome .modal-body.patients button {
margin-bottom: 20px;
font-size: 24px;
text-align: center;
}
.dentistHome .modal-body.patients button svg:not(:root).svg-inline--fa {
color: #ae9841;
margin-right: 10px;
}
.dentistHome .modal-body button {
background-color: #53107E;
width: 100%;
}
.dentistHome .modal .modal-dialog {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .modal .modal-dialog .modal-header {
background-color: #53107E;
color: #fff;
text-align: center;
}
.dentistHome .modal .modal-dialog .modal-header span {
color: #fff;
}
.dentistHome .modal .modal-dialog .modal-body {
background: rgba(174, 152, 65, 0.5);
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile + label {
font-size: 1.25em;
font-weight: 700;
color: white;
display: inline-block;
border-radius: 40%;
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile:focus + label,
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile + label:hover {
color: #731A92;
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile + label {
cursor: pointer;
/* "foucsand" cursor */
}
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto ul li a {
padding: 5px;
color: #090667;
text-decoration: none;
font-size: 24px;
margin-right: 10px;
}
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto ul li a.active,
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto ul li a :hover {
background: rgba(174, 152, 65, 0.7);
color: #53107E;
}
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto .col-md-4 {
font-size: 20px;
text-align: center;
}
.dentistHome .modal .modal-dialog .modal-body input {
margin-bottom: 10px;
}
.dentistHome .modal .modal-dialog .modal-body button {
background-color: #53107E;
color: #fff;
border-radius: 100px;
margin-top: 10px;
}
.dentistHome .modal .modal-dialog .modal-body .genderform {
background-color: #fff;
margin-bottom: 10px;
}
.dentistHome .modal .modal-dialog .modal-body .genderform label {
margin-right: 35px;
}
.dentistHome .modal .modal-dialog .modal-body .genderform input {
padding-right: 20px;
padding-left: 20px;
margin-left: 10px;
}
.dentistHome .row .col-md-3 {
padding-left: 70px;
padding-top: 25px;
padding-bottom: 25px;
font-style: italic;
font-size: 20px;
}
.dentistHome .row .col-md-3 ul {
display: inline-block;
}
.dentistHome .row .col-md-3 ul h4 {
color: #090667;
}
.dentistHome .row .col-md-3 ul li {
padding-left: 25px;
margin-bottom: 10px;
}
.dentistHome .row .col-md-3 ul li a {
font-size: 20px;
color: #53107E;
text-decoration: none;
}
.dentistHome .row .col-md-3 ul li a.active,
.dentistHome .row .col-md-3 ul li a:hover {
color: #ae9841;
font-weight: bold;
}
.dentistHome .row .col-md-3 ul li a svg:not(:root).svg-inline--fa {
margin-right: 5px;
}
.dentistHome .row .col-md-3 ul li img {
text-align: center;
width: 150px;
height: 150px;
border-radius: 50%;
margin-bottom: 15px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 {
background-color: #69d4ce;
padding: 20px;
}
.dentistHome .row .col-md-9 .tab-pane {
transition: all 0.5s ease-in-out 0s;
}
.dentistHome .row .col-md-9 .dentistHome {
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
}
.dentistHome .row .col-md-9 .dentistHome h2,
.dentistHome .row .col-md-9 .dentistHome h3 {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
padding: 20px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistHome button {
background-color: #BFF8EE;
border: none;
color: #53107E;
float: right;
text-decoration: none;
}
.dentistHome .row .col-md-9 .dentistHome button i {
color: #53107E;
}
.dentistHome .row .col-md-9 .dentistHome #AllItems {
display: none;
}
.dentistHome .row .col-md-9 .dentistHome #AllItems svg:not(:root).svg-inline--fa {
font-size: 56px;
opacity: 0.6;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat {
text-align: center;
padding: 13px;
height: 150px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
color: #53107E;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat h5 {
font-size: 18px;
margin-top: 5px;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat h5 span {
font-weight: bold;
color: #ae9841;
font-size: 28px;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat button {
width: 140px;
height: 40px;
margin-top: 15px;
padding: 5px;
border-radius: 100px;
color: #fff;
font-size: 16px;
border: none;
background-color: #53107E;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .appoHeader {
padding-top: 0;
margin: 1px;
margin-bottom: 5px;
font-weight: bold;
color: #090667;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .row .col-md-3 {
padding: 10px;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .AllItem {
height: 250px;
overflow-y: scroll;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .AllItem .col-md-3 {
padding: 10px;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .AllItem .item {
margin: 1px;
background-color: #BFF8EE;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 3px;
}
.dentistHome .row .col-md-9 .dentistProfile .row .col-md-5 {
background-color: #BFF8EE;
padding-bottom: 20px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
margin-right: 10px;
margin-top: 10px;
}
.dentistHome .row .col-md-9 .dentistProfile .row h4 {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
margin-top: 10px;
padding: 20px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile + label {
font-size: 1.25em;
font-weight: 700;
color: white;
display: inline-block;
border-radius: 40%;
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile:focus + label,
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile + label:hover {
color: #731A92;
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile + label {
cursor: pointer;
/* "foucsand" cursor */
}
.dentistHome .row .col-md-9 .dentistProfile .row .divImg {
text-align: center;
}
.dentistHome .row .col-md-9 .dentistProfile .row .divImg img {
width: 140px;
height: 140px;
border-radius: 50%;
}
.dentistHome .row .col-md-9 .dentistProfile .row button {
background-color: #53107E;
color: #41AE9F;
font-size: 24px;
font-weight: bold;
margin: 15px 80px 10px 80px;
}
.dentistHome .row .col-md-9 .dentistProfile .row input {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistProfile .row label {
color: #53107E;
font-style: italic;
margin-top: 10px;
}
.dentistHome .row .col-md-9 .mainForm h2,
.dentistHome .row .col-md-9 .mainForm h3 {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
width: 100%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg img {
position: relative;
width: 100%;
max-height: 550px;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg img.tooth {
position: absolute;
border-radius: 50%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD0 {
height: 35px;
width: 35px;
right: 32px;
top: 41%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD1 {
height: 30px;
width: 30px;
right: 34px;
top: 35%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD2 {
height: 30px;
width: 30px;
right: 45px;
top: 28%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD3 {
height: 30px;
width: 30px;
right: 65px;
top: 22%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD4 {
height: 30px;
width: 30px;
right: 78px;
top: 15%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD5 {
height: 30px;
width: 30px;
right: 105px;
top: 10%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD6 {
height: 25px;
width: 25px;
right: 30%;
top: 6.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD7 {
height: 25px;
width: 25px;
right: 41%;
top: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD8 {
height: 25px;
width: 25px;
left: 42%;
top: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD9 {
height: 25px;
width: 25px;
left: 32%;
top: 6.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD10 {
height: 28px;
width: 28px;
left: 23%;
top: 10%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD11 {
height: 28px;
width: 28px;
left: 16%;
top: 15%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD12 {
height: 30px;
width: 30px;
left: 12%;
top: 22%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD13 {
height: 30px;
width: 30px;
left: 10%;
top: 29%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD14 {
height: 30px;
width: 30px;
left: 8%;
top: 35%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD15 {
height: 30px;
width: 30px;
left: 7%;
top: 42%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD16 {
height: 30px;
width: 30px;
left: 7%;
bottom: 40%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD17 {
height: 30px;
width: 30px;
left: 7%;
bottom: 33%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD18 {
height: 30px;
width: 30px;
left: 10%;
bottom: 25%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD19 {
height: 30px;
width: 30px;
left: 16%;
bottom: 17.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD20 {
height: 30px;
width: 30px;
left: 22%;
bottom: 12%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD21 {
height: 20px;
width: 20px;
left: 29%;
bottom: 9%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD22 {
height: 20px;
width: 20px;
left: 36%;
bottom: 6%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD23 {
height: 20px;
width: 20px;
left: 44.5%;
bottom: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD24 {
height: 20px;
width: 20px;
right: 44%;
bottom: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD25 {
height: 20px;
width: 20px;
right: 36%;
bottom: 6.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD26 {
height: 20px;
width: 20px;
right: 28%;
bottom: 9%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD27 {
height: 30px;
width: 30px;
right: 22%;
bottom: 12.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD28 {
height: 30px;
width: 30px;
right: 16%;
bottom: 18%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD29 {
height: 30px;
width: 30px;
right: 10%;
bottom: 25%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD30 {
height: 30px;
width: 30px;
right: 7%;
bottom: 33%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD31 {
height: 30px;
width: 30px;
right: 7%;
bottom: 40%;
}
.dentistHome .row .col-md-9 .mainForm .row {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
padding: 20px;
font-size: 16px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .mainForm .row .searchBtn {
width: 10%;
border-radius: 0;
}
.dentistHome .row .col-md-9 .mainForm .row button {
border: none;
border-radius: 100px;
background-color: #53107E;
color: #BFF8EE;
width: 80%;
}
.dentistHome .row .col-md-9 .mainForm .allitems {
height: 300px;
overflow-y: scroll;
overflow-x: hidden;
background-color: #BFF8EE;
}
.dentistHome .row .col-md-9 .mainForm .allitems .patientdetials:hover {
color: #ae9841;
cursor: pointer;
font-weight: bold;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-header {
background-color: #53107E;
color: #fff;
text-align: center;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-header button {
width: 10px;
margin-right: 10px;
background-color: #53107E;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-header button span {
color: #fff;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body .row {
text-align: center;
font-weight: bold;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body.patients button {
margin-bottom: 20px;
font-size: 24px;
text-align: center;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body.patients button svg:not(:root).svg-inline--fa {
color: #ae9841;
margin-right: 10px;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body button {
background-color: #53107E;
width: 100%;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row button {
background-color: #fff;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row button .fa-trash-alt {
color: red;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row button .fa-edit {
color: blue;
}
.dentistHome .row .col-md-9 .mainForm .rowHeader {
margin-top: 20px;
font-size: 16px;
font-style: italic;
margin-left: 1px;
margin-right: 1px;
font-weight: bold;
}
.dentistHome .row .col-md-9 .changePassword .mainForm {
font-size: 18px;
font-weight: bold;
}
.dentistHome .row .col-md-9 .changePassword .mainForm button {
width: 50%;
margin-left: 20%;
}
.patients .patientInfo {
padding: 10px;
}
.patients .patientInfo .infoCard,
.patients .patientInfo h5 {
background: rgba(105, 212, 206, 0.5);
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 15px;
color: #53107E;
margin-bottom: 10px;
}
.patients .patientInfo .infoCard .imgClass,
.patients .patientInfo h5 .imgClass {
text-align: center;
}
.patients .patientInfo .infoCard .imgClass ul,
.patients .patientInfo h5 .imgClass ul {
margin-bottom: 10px;
}
.patients .patientInfo .infoCard .imgClass ul li,
.patients .patientInfo h5 .imgClass ul li {
list-style: none;
margin-top: 10px;
text-align: center;
}
.patients .patientInfo .infoCard .imgClass img,
.patients .patientInfo h5 .imgClass img {
border-radius: 50%;
width: 150px;
height: 150px;
margin-left: 50px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.patients .patientInfo .infoCard .imgClass h5,
.patients .patientInfo h5 .imgClass h5 {
color: #53107E;
text-transform: uppercase;
margin-left: 30px;
}
.patients .patientInfo .Upcoming {
padding: 10px;
text-align: center;
background-color: white;
}
.patients .patientDetails {
padding: 10px;
background: rgba(191, 248, 238, 0.5);
}
.patients .patientDetails h3 {
background-color: white;
color: #53107E;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 15px;
}
.patients .patientDetails hr {
margin-bottom: 50px;
background-color: rgba(156, 89, 200, 0.5);
}
.patients .patientDetails .row {
margin-bottom: 20px;
}
.patients .patientDetails .row .col-md-4 {
margin-bottom: 5px;
}
.patients .patientDetails .row button {
background-color: white;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
border-radius: 100px;
color: #53107E;
height: 80px;
font-size: 24px;
}
.patients .patientDetails .row button:hover {
border: 2px solid #9C59C8;
}
.patients .patientDetails .row button svg:not(:root).svg-inline--fa {
color: rgba(156, 89, 200, 0.7);
font-size: 32px;
}
.patients .patientDetails .homeHeader {
background: rgba(105, 212, 206, 0.5);
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 10px;
font-size: 20px;
font-style: italic;
font-weight: bold;
color: #53107E;
}
.patients .patientDetails .doctorList {
background: rgba(255, 255, 255, 0.5);
padding: 15px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.patients .patientDetails .doctorList img {
width: 80px;
height: 50px;
border-radius: 50%;
}
.patients .patientDetails .Chart .mainChartImg img {
position: relative;
width: 100%;
max-height: 550px;
}
.patients .patientDetails .Chart .mainChartImg img.tooth {
position: absolute;
border-radius: 50%;
}
.patients .patientDetails .Chart .mainChartImg #toothD0 {
height: 35px;
width: 35px;
right: 32px;
top: 41%;
}
.patients .patientDetails .Chart .mainChartImg #toothD1 {
height: 30px;
width: 30px;
right: 34px;
top: 35%;
}
.patients .patientDetails .Chart .mainChartImg #toothD2 {
height: 30px;
width: 30px;
right: 45px;
top: 28%;
}
.patients .patientDetails .Chart .mainChartImg #toothD3 {
height: 30px;
width: 30px;
right: 65px;
top: 22%;
}
.patients .patientDetails .Chart .mainChartImg #toothD4 {
height: 30px;
width: 30px;
right: 78px;
top: 15%;
}
.patients .patientDetails .Chart .mainChartImg #toothD5 {
height: 30px;
width: 30px;
right: 105px;
top: 10%;
}
.patients .patientDetails .Chart .mainChartImg #toothD6 {
height: 25px;
width: 25px;
right: 30%;
top: 6.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD7 {
height: 25px;
width: 25px;
right: 41%;
top: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD8 {
height: 25px;
width: 25px;
left: 42%;
top: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD9 {
height: 25px;
width: 25px;
left: 32%;
top: 6.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD10 {
height: 28px;
width: 28px;
left: 23%;
top: 10%;
}
.patients .patientDetails .Chart .mainChartImg #toothD11 {
height: 28px;
width: 28px;
left: 16%;
top: 15%;
}
.patients .patientDetails .Chart .mainChartImg #toothD12 {
height: 30px;
width: 30px;
left: 12%;
top: 22%;
}
.patients .patientDetails .Chart .mainChartImg #toothD13 {
height: 30px;
width: 30px;
left: 10%;
top: 29%;
}
.patients .patientDetails .Chart .mainChartImg #toothD14 {
height: 30px;
width: 30px;
left: 8%;
top: 35%;
}
.patients .patientDetails .Chart .mainChartImg #toothD15 {
height: 30px;
width: 30px;
left: 7%;
top: 42%;
}
.patients .patientDetails .Chart .mainChartImg #toothD16 {
height: 30px;
width: 30px;
left: 7%;
bottom: 40%;
}
.patients .patientDetails .Chart .mainChartImg #toothD17 {
height: 30px;
width: 30px;
left: 7%;
bottom: 33%;
}
.patients .patientDetails .Chart .mainChartImg #toothD18 {
height: 30px;
width: 30px;
left: 10%;
bottom: 25%;
}
.patients .patientDetails .Chart .mainChartImg #toothD19 {
height: 30px;
width: 30px;
left: 16%;
bottom: 17.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD20 {
height: 30px;
width: 30px;
left: 22%;
bottom: 12%;
}
.patients .patientDetails .Chart .mainChartImg #toothD21 {
height: 20px;
width: 20px;
left: 29%;
bottom: 9%;
}
.patients .patientDetails .Chart .mainChartImg #toothD22 {
height: 20px;
width: 20px;
left: 36%;
bottom: 6%;
}
.patients .patientDetails .Chart .mainChartImg #toothD23 {
height: 20px;
width: 20px;
left: 44.5%;
bottom: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD24 {
height: 20px;
width: 20px;
right: 44%;
bottom: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD25 {
height: 20px;
width: 20px;
right: 36%;
bottom: 6.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD26 {
height: 20px;
width: 20px;
right: 28%;
bottom: 9%;
}
.patients .patientDetails .Chart .mainChartImg #toothD27 {
height: 30px;
width: 30px;
right: 22%;
bottom: 12.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD28 {
height: 30px;
width: 30px;
right: 16%;
bottom: 18%;
}
.patients .patientDetails .Chart .mainChartImg #toothD29 {
height: 30px;
width: 30px;
right: 10%;
bottom: 25%;
}
.patients .patientDetails .Chart .mainChartImg #toothD30 {
height: 30px;
width: 30px;
right: 7%;
bottom: 33%;
}
.patients .patientDetails .Chart .mainChartImg #toothD31 {
height: 30px;
width: 30px;
right: 7%;
bottom: 40%;
}
.patients .patientDetails .patientModel .modal-header {
background-color: #53107E;
color: #BFF8EE;
}
.patients .patientDetails .patientModel .modal-header button span {
color: #BFF8EE;
}
.patients .patientDetails .patientModel .modal-body {
text-align: center;
}
.patients .patientDetails .patientModel .modal-body p {
font-size: 20px;
color: #090667;
}
.patients .patientDetails .patientModel .modal-body .row {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 5px;
}
.patients .patientDetails .patientModel .modal-body .row label {
font-weight: bold;
color: #090667;
font-size: 20px;
}
.patients .patientDetails .patientModel .modal-body ul li a {
padding: 5px;
color: #090667;
text-decoration: none;
font-size: 24px;
margin-right: 10px;
}
.patients .patientDetails .patientModel .modal-body ul li a.active,
.patients .patientDetails .patientModel .modal-body ul li a :hover {
background: rgba(174, 152, 65, 0.7);
color: #53107E;
} | public/css/app.css | body {
background-color: #BFF8EE;
position: relative;
width: 100%;
height: 100%;
overflow-x: hidden;
}
body ul li {
list-style: none;
}
ul i {
list-style: none;
}
* {
-o-box-sizing: border-box;
box-sizing: border-box;
}
.clearFix {
clear: both;
}
@media (max-width:767px) {
.text-center-xs {
text-align: center;
}
}
.mainHeader {
background-color: #090667;
margin: auto;
}
.mainHeader button .navbar-toggler-icon {
background-color: #ae9841;
}
.mainHeader button .navbar-toggler-icon i {
font-size: 30px;
}
.mainHeader .row {
background-color: #090667;
}
.mainHeader .row .col-md-5 img {
max-width: 150px;
max-height: 70px;
}
.mainHeader .row .col-md-6 .navbar ul li {
padding: 5px;
}
.mainHeader .row .col-md-6 .navbar ul li a {
color: #BFF8EE;
font-size: 18px;
}
.mainHeader .row .col-md-6 .navbar ul li a.active,
.mainHeader .row .col-md-6 .navbar ul li a:hover,
.mainHeader .row .col-md-6 .navbar ul li a:focus {
color: #ae9841;
font-weight: bold;
}
.mainHeader .row .col-md-6 .navbar ul li .dropdown-item {
color: #ae9841;
}
.mainFooter {
background-color: rgba(255, 255, 255, 0.555);
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
color: #090667;
position: relative;
margin: auto;
}
.mainFooter .row {
padding: 10px;
}
.mainFooter .row .col-md-6 h4 {
margin-bottom: 15px;
}
.mainFooter .row .col-md-6 li i {
padding-right: 10px;
}
.mainFooter .row .col-md-6 li ul {
padding-left: 25px;
margin-top: 10px;
}
.mainFooter .row .col-md-6 li ul li {
display: inline-block;
padding-right: 5px;
}
.mainFooter .row .col-md-6 li ul li:hover {
color: #ae9841;
font-weight: bold;
}
.mainFooter .row .col-md-5 input {
margin-bottom: 10px;
}
.mainFooter .row .col-md-5 button {
background-color: #090667;
margin-top: 5px;
color: #69d4ce;
}
.mainFooter .copyRight {
margin-top: 15px;
color: #090667;
font-weight: bold;
padding: 5px;
}
.mainFooter hr {
background-color: #ae9841;
}
.login-wrap {
width: 100%;
margin: auto;
max-width: 525px;
position: relative;
min-height: 650px;
background: url(https://images.unsplash.com/photo-1524222928538-afb4409a0d70?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80) no-repeat center;
background-size: 1000px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.login-wrap .container {
position: absolute;
top: 0;
bottom: 0;
padding: 60px 70px 50px 70px;
background: rgba(174, 152, 65, 0.6);
}
.login-wrap .container .Dentist,
.login-wrap .container .Patient {
overflow-y: scroll;
height: 420px;
}
.login-wrap .container .Dentist .ImgPat,
.login-wrap .container .Patient .ImgPat {
position: relative;
border: none;
padding-top: 7px;
border-radius: 25px;
margin-bottom: 15px;
text-align: center;
background: rgba(255, 255, 255, 0.555);
}
.login-wrap .container .Dentist .ImgPat .inputfile,
.login-wrap .container .Patient .ImgPat .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.login-wrap .container .Dentist .ImgPat .inputfile + label,
.login-wrap .container .Patient .ImgPat .inputfile + label {
font-size: 1.25em;
font-weight: 700;
color: white;
display: inline-block;
border-radius: 40%;
}
.login-wrap .container .Dentist .ImgPat .inputfile:focus + label,
.login-wrap .container .Dentist .ImgPat .inputfile + label:hover,
.login-wrap .container .Patient .ImgPat .inputfile:focus + label,
.login-wrap .container .Patient .ImgPat .inputfile + label:hover {
color: #731A92;
}
.login-wrap .container .Dentist .ImgPat .inputfile + label,
.login-wrap .container .Patient .ImgPat .inputfile + label {
cursor: pointer;
/* "foucsand" cursor */
}
.login-wrap .container ul {
border: none;
margin-bottom: 30px;
}
.login-wrap .container ul li {
text-transform: uppercase;
padding-right: 20px;
font-size: 26px;
font-weight: bold;
}
.login-wrap .container ul li a {
color: #090667;
opacity: 0.5;
text-decoration: none;
}
.login-wrap .container ul li a:hover,
.login-wrap .container ul li a.active {
opacity: 1;
padding-bottom: 5px;
border-bottom: #ae9841 2px solid;
}
.login-wrap .container .tab-pane {
min-height: 345px;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
}
.login-wrap .container .tab-pane h4 {
color: #090667;
text-align: center;
margin-bottom: 20px;
padding: 3px;
box-shadow: 4px 7px 11px #ae9841;
}
.login-wrap .container .tab-pane input:not([type=file]) {
border: none;
padding: 15px 20px;
border-radius: 25px;
margin-bottom: 15px;
background: rgba(255, 255, 255, 0.555);
}
.login-wrap .container .tab-pane label {
color: rgba(9, 6, 103, 0.5);
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
.login-wrap .container .tab-pane button {
border: none;
padding: 10px 10px;
color: #69d4ce;
border-radius: 25px;
margin-top: 15px;
background: rgba(255, 255, 255, 0.1);
background: #090667;
}
.login-wrap .container .hr {
height: 2px;
margin: 50px 0 50px 0;
background: #ae9841;
opacity: 0.8;
}
.login-wrap .container .foot-lnk {
text-align: center;
}
.login-wrap .container .foot-lnk a {
color: #090667;
}
@-webkit-keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
@-webkit-keyframes slideOut {
0% {
left: 0;
opacity: 0.2;
}
20% {
left: 100px;
opacity: 0.4;
}
40% {
left: 50px;
opacity: 0.6;
}
60% {
left: 150px;
opacity: 0.8;
}
80% {
left: 100px;
opacity: 1;
}
100% {
left: 0;
opacity: 1;
}
}
@keyframes slideOut {
0% {
left: 0;
opacity: 0.2;
}
20% {
left: 100px;
opacity: 0.4;
}
40% {
left: 50px;
opacity: 0.6;
}
60% {
left: 150px;
opacity: 0.8;
}
80% {
left: 100px;
opacity: 1;
}
100% {
left: 0;
opacity: 1;
}
}
.services {
background-color: white;
padding: 5px;
margin: 30px;
}
.services img {
width: 100%;
max-height: 30px;
margin: 10px;
}
.services .servicesHeader {
text-align: center;
}
.services .servicesHeader h3 {
color: #9C59C8;
}
.services .servicesHeader .row .col-md-6 {
margin-top: 24px;
}
.services .servicesHeader .row .col-md-6 p {
color: #ae9841;
font-size: 24px;
-webkit-animation: slidein 3s;
animation: slidein 3s;
}
.services .row {
margin-bottom: 20px;
}
.services .row .col-md-4,
.services .row .col-md-3 {
box-shadow: 0 12px 15px 0 rgba(160, 124, 124, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
background: rgba(65, 167, 174, 0.4);
width: 200px;
opacity: 0;
-webkit-animation: slideOut 3s forwards 4s 1;
animation: slideOut 3s forwards 4s 1;
padding: 10px;
margin-right: 5px;
}
.services .row .col-md-4 .titleSer,
.services .row .col-md-3 .titleSer {
color: #53107E;
font-weight: bold;
}
.services .row .col-md-4 .titleSer svg:not(:root).svg-inline--fa,
.services .row .col-md-3 .titleSer svg:not(:root).svg-inline--fa {
margin-right: 10px;
}
.services .row2 {
margin-bottom: 50px;
}
.aboutUs {
background-color: white;
text-align: center;
margin: 30px;
padding: 40px;
}
.aboutUs h1 {
color: #ae9841;
}
.aboutUs p {
color: #53107E;
font-size: 24px;
-webkit-animation: slidein 3s;
animation: slidein 3s;
}
.ConectUs h3 {
box-shadow: 0 12px 15px 0 rgba(160, 124, 124, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
background: rgba(65, 167, 174, 0.4);
text-align: center;
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
color: #53107E;
-webkit-animation: h3Color 2s infinite alternate ease-in 2s;
animation: h3Color 2s infinite alternate ease-in 2s;
}
.ConectUs button {
background-color: #53107E;
margin-top: 10px;
color: #BFF8EE;
font-size: 18px;
border-radius: 100px;
margin-bottom: 10px;
}
@-webkit-keyframes h3Color {
0% {
color: #ae9841;
}
40% {
color: #53107E;
}
80% {
color: #ae9841;
}
100% {
color: #53107E;
}
}
@keyframes h3Color {
0% {
color: #ae9841;
}
40% {
color: #53107E;
}
80% {
color: #ae9841;
}
100% {
color: #53107E;
}
}
.dentistHome .modal-header {
background-color: #53107E;
color: #fff;
text-align: center;
}
.dentistHome .modal-header button {
width: 10px;
margin-right: 10px;
background-color: #53107E;
}
.dentistHome .modal-header button span {
color: #fff;
}
.dentistHome .modal-body .row {
text-align: center;
font-weight: bold;
}
.dentistHome .modal-body.patients button {
margin-bottom: 20px;
font-size: 24px;
text-align: center;
}
.dentistHome .modal-body.patients button svg:not(:root).svg-inline--fa {
color: #ae9841;
margin-right: 10px;
}
.dentistHome .modal-body button {
background-color: #53107E;
width: 100%;
}
.dentistHome .modal .modal-dialog {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .modal .modal-dialog .modal-header {
background-color: #53107E;
color: #fff;
text-align: center;
}
.dentistHome .modal .modal-dialog .modal-header span {
color: #fff;
}
.dentistHome .modal .modal-dialog .modal-body {
background: rgba(174, 152, 65, 0.5);
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile + label {
font-size: 1.25em;
font-weight: 700;
color: white;
display: inline-block;
border-radius: 40%;
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile:focus + label,
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile + label:hover {
color: #731A92;
}
.dentistHome .modal .modal-dialog .modal-body.Photo .inputfile + label {
cursor: pointer;
/* "foucsand" cursor */
}
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto ul li a {
padding: 5px;
color: #090667;
text-decoration: none;
font-size: 24px;
margin-right: 10px;
}
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto ul li a.active,
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto ul li a :hover {
background: rgba(174, 152, 65, 0.7);
color: #53107E;
}
.dentistHome .modal .modal-dialog .modal-body.ShowPhoto .col-md-4 {
font-size: 20px;
text-align: center;
}
.dentistHome .modal .modal-dialog .modal-body input {
margin-bottom: 10px;
}
.dentistHome .modal .modal-dialog .modal-body button {
background-color: #53107E;
color: #fff;
border-radius: 100px;
margin-top: 10px;
}
.dentistHome .modal .modal-dialog .modal-body .genderform {
background-color: #fff;
margin-bottom: 10px;
}
.dentistHome .modal .modal-dialog .modal-body .genderform label {
margin-right: 35px;
}
.dentistHome .modal .modal-dialog .modal-body .genderform input {
padding-right: 20px;
padding-left: 20px;
margin-left: 10px;
}
.dentistHome .row .col-md-3 {
padding-left: 70px;
padding-top: 25px;
padding-bottom: 25px;
font-style: italic;
font-size: 20px;
}
.dentistHome .row .col-md-3 ul {
display: inline-block;
}
.dentistHome .row .col-md-3 ul h4 {
color: #090667;
}
.dentistHome .row .col-md-3 ul li {
padding-left: 25px;
margin-bottom: 10px;
}
.dentistHome .row .col-md-3 ul li a {
font-size: 20px;
color: #53107E;
text-decoration: none;
}
.dentistHome .row .col-md-3 ul li a.active,
.dentistHome .row .col-md-3 ul li a:hover {
color: #ae9841;
font-weight: bold;
}
.dentistHome .row .col-md-3 ul li a svg:not(:root).svg-inline--fa {
margin-right: 5px;
}
.dentistHome .row .col-md-3 ul li img {
text-align: center;
width: 150px;
height: 150px;
border-radius: 50%;
margin-bottom: 15px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 {
background-color: #69d4ce;
padding: 20px;
}
.dentistHome .row .col-md-9 .tab-pane {
transition: all 0.5s ease-in-out 0s;
}
.dentistHome .row .col-md-9 .dentistHome {
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
}
.dentistHome .row .col-md-9 .dentistHome h2,
.dentistHome .row .col-md-9 .dentistHome h3 {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
padding: 20px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistHome button {
background-color: #BFF8EE;
border: none;
color: #53107E;
float: right;
text-decoration: none;
}
.dentistHome .row .col-md-9 .dentistHome button i {
color: #53107E;
}
.dentistHome .row .col-md-9 .dentistHome #AllItems {
display: none;
}
.dentistHome .row .col-md-9 .dentistHome #AllItems svg:not(:root).svg-inline--fa {
font-size: 56px;
opacity: 0.6;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat {
text-align: center;
padding: 13px;
height: 150px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
color: #53107E;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat h5 {
font-size: 18px;
margin-top: 5px;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat h5 span {
font-weight: bold;
color: #ae9841;
font-size: 28px;
}
.dentistHome .row .col-md-9 .dentistHome .TotalPat button {
width: 140px;
height: 40px;
margin-top: 15px;
padding: 5px;
border-radius: 100px;
color: #fff;
font-size: 16px;
border: none;
background-color: #53107E;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .appoHeader {
padding-top: 0;
margin: 1px;
margin-bottom: 5px;
font-weight: bold;
color: #090667;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .row .col-md-3 {
padding: 10px;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .AllItem {
height: 250px;
overflow-y: scroll;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .AllItem .col-md-3 {
padding: 10px;
}
.dentistHome .row .col-md-9 .dentistHome .appoinmentList .AllItem .item {
margin: 1px;
background-color: #BFF8EE;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 3px;
}
.dentistHome .row .col-md-9 .dentistProfile .row .col-md-5 {
background-color: #BFF8EE;
padding-bottom: 20px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
margin-right: 10px;
margin-top: 10px;
}
.dentistHome .row .col-md-9 .dentistProfile .row h4 {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
margin-top: 10px;
padding: 20px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile + label {
font-size: 1.25em;
font-weight: 700;
color: white;
display: inline-block;
border-radius: 40%;
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile:focus + label,
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile + label:hover {
color: #731A92;
}
.dentistHome .row .col-md-9 .dentistProfile .row .inputfile + label {
cursor: pointer;
/* "foucsand" cursor */
}
.dentistHome .row .col-md-9 .dentistProfile .row .divImg {
text-align: center;
}
.dentistHome .row .col-md-9 .dentistProfile .row .divImg img {
width: 140px;
height: 140px;
border-radius: 50%;
}
.dentistHome .row .col-md-9 .dentistProfile .row button {
background-color: #53107E;
color: #41AE9F;
font-size: 24px;
font-weight: bold;
margin: 15px 80px 10px 80px;
}
.dentistHome .row .col-md-9 .dentistProfile .row input {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .dentistProfile .row label {
color: #53107E;
font-style: italic;
margin-top: 10px;
}
.dentistHome .row .col-md-9 .mainForm h2,
.dentistHome .row .col-md-9 .mainForm h3 {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
width: 100%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg img {
position: relative;
width: 100%;
max-height: 550px;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg img.tooth {
position: absolute;
border-radius: 50%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD0 {
height: 35px;
width: 35px;
right: 32px;
top: 41%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD1 {
height: 30px;
width: 30px;
right: 34px;
top: 35%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD2 {
height: 30px;
width: 30px;
right: 45px;
top: 28%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD3 {
height: 30px;
width: 30px;
right: 65px;
top: 22%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD4 {
height: 30px;
width: 30px;
right: 78px;
top: 15%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD5 {
height: 30px;
width: 30px;
right: 105px;
top: 10%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD6 {
height: 25px;
width: 25px;
right: 30%;
top: 6.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD7 {
height: 25px;
width: 25px;
right: 41%;
top: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD8 {
height: 25px;
width: 25px;
left: 42%;
top: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD9 {
height: 25px;
width: 25px;
left: 32%;
top: 6.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD10 {
height: 28px;
width: 28px;
left: 23%;
top: 10%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD11 {
height: 28px;
width: 28px;
left: 16%;
top: 15%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD12 {
height: 30px;
width: 30px;
left: 12%;
top: 22%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD13 {
height: 30px;
width: 30px;
left: 10%;
top: 29%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD14 {
height: 30px;
width: 30px;
left: 8%;
top: 35%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD15 {
height: 30px;
width: 30px;
left: 7%;
top: 42%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD16 {
height: 30px;
width: 30px;
left: 7%;
bottom: 40%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD17 {
height: 30px;
width: 30px;
left: 7%;
bottom: 33%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD18 {
height: 30px;
width: 30px;
left: 10%;
bottom: 25%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD19 {
height: 30px;
width: 30px;
left: 16%;
bottom: 17.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD20 {
height: 30px;
width: 30px;
left: 22%;
bottom: 12%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD21 {
height: 20px;
width: 20px;
left: 29%;
bottom: 9%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD22 {
height: 20px;
width: 20px;
left: 36%;
bottom: 6%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD23 {
height: 20px;
width: 20px;
left: 44.5%;
bottom: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD24 {
height: 20px;
width: 20px;
right: 44%;
bottom: 5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD25 {
height: 20px;
width: 20px;
right: 36%;
bottom: 6.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD26 {
height: 20px;
width: 20px;
right: 28%;
bottom: 9%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD27 {
height: 30px;
width: 30px;
right: 22%;
bottom: 12.5%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD28 {
height: 30px;
width: 30px;
right: 16%;
bottom: 18%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD29 {
height: 30px;
width: 30px;
right: 10%;
bottom: 25%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD30 {
height: 30px;
width: 30px;
right: 7%;
bottom: 33%;
}
.dentistHome .row .col-md-9 .mainForm .Chart .mainChartImg #toothD31 {
height: 30px;
width: 30px;
right: 7%;
bottom: 40%;
}
.dentistHome .row .col-md-9 .mainForm .row {
color: #53107E;
font-style: italic;
margin-bottom: 10px;
padding: 20px;
font-size: 16px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.dentistHome .row .col-md-9 .mainForm .row .searchBtn {
width: 10%;
border-radius: 0;
}
.dentistHome .row .col-md-9 .mainForm .row button {
border: none;
border-radius: 100px;
background-color: #53107E;
color: #BFF8EE;
width: 80%;
}
.dentistHome .row .col-md-9 .mainForm .allitems {
height: 300px;
overflow-y: scroll;
overflow-x: hidden;
background-color: #BFF8EE;
}
.dentistHome .row .col-md-9 .mainForm .allitems .patientdetials:hover {
color: #ae9841;
cursor: pointer;
font-weight: bold;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-header {
background-color: #53107E;
color: #fff;
text-align: center;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-header button {
width: 10px;
margin-right: 10px;
background-color: #53107E;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-header button span {
color: #fff;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body .row {
text-align: center;
font-weight: bold;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body.patients button {
margin-bottom: 20px;
font-size: 24px;
text-align: center;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body.patients button svg:not(:root).svg-inline--fa {
color: #ae9841;
margin-right: 10px;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row .modal-body button {
background-color: #53107E;
width: 100%;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row button {
background-color: #fff;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row button .fa-trash-alt {
color: red;
}
.dentistHome .row .col-md-9 .mainForm .allitems .row button .fa-edit {
color: blue;
}
.dentistHome .row .col-md-9 .mainForm .rowHeader {
margin-top: 20px;
font-size: 16px;
font-style: italic;
margin-left: 1px;
margin-right: 1px;
font-weight: bold;
}
.dentistHome .row .col-md-9 .changePassword .mainForm {
font-size: 18px;
font-weight: bold;
}
.dentistHome .row .col-md-9 .changePassword .mainForm button {
width: 50%;
margin-left: 20%;
}
.patients .patientInfo {
padding: 10px;
}
.patients .patientInfo .infoCard,
.patients .patientInfo h5 {
background: rgba(105, 212, 206, 0.5);
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 15px;
color: #53107E;
margin-bottom: 10px;
}
.patients .patientInfo .infoCard .imgClass,
.patients .patientInfo h5 .imgClass {
text-align: center;
}
.patients .patientInfo .infoCard .imgClass ul,
.patients .patientInfo h5 .imgClass ul {
margin-bottom: 10px;
}
.patients .patientInfo .infoCard .imgClass ul li,
.patients .patientInfo h5 .imgClass ul li {
list-style: none;
margin-top: 10px;
text-align: center;
}
.patients .patientInfo .infoCard .imgClass img,
.patients .patientInfo h5 .imgClass img {
border-radius: 50%;
width: 150px;
height: 150px;
margin-left: 50px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.patients .patientInfo .infoCard .imgClass h5,
.patients .patientInfo h5 .imgClass h5 {
color: #53107E;
text-transform: uppercase;
margin-left: 30px;
}
.patients .patientInfo .Upcoming {
padding: 10px;
text-align: center;
background-color: white;
}
.patients .patientDetails {
padding: 10px;
background: rgba(191, 248, 238, 0.5);
}
.patients .patientDetails h3 {
background-color: white;
color: #53107E;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 15px;
}
.patients .patientDetails hr {
margin-bottom: 50px;
background-color: rgba(156, 89, 200, 0.5);
}
.patients .patientDetails .row {
margin-bottom: 20px;
}
.patients .patientDetails .row .col-md-4 {
margin-bottom: 5px;
}
.patients .patientDetails .row button {
background-color: white;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
border-radius: 100px;
color: #53107E;
height: 80px;
font-size: 24px;
}
.patients .patientDetails .row button:hover {
border: 2px solid #9C59C8;
}
.patients .patientDetails .row button svg:not(:root).svg-inline--fa {
color: rgba(156, 89, 200, 0.7);
font-size: 32px;
}
.patients .patientDetails .homeHeader {
background: rgba(105, 212, 206, 0.5);
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 10px;
font-size: 20px;
font-style: italic;
font-weight: bold;
color: #53107E;
}
.patients .patientDetails .doctorList {
background: rgba(255, 255, 255, 0.5);
padding: 15px;
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.patients .patientDetails .doctorList img {
width: 80px;
height: 50px;
border-radius: 50%;
}
.patients .patientDetails .Chart .mainChartImg img {
position: relative;
width: 100%;
max-height: 550px;
}
.patients .patientDetails .Chart .mainChartImg img.tooth {
position: absolute;
border-radius: 50%;
}
.patients .patientDetails .Chart .mainChartImg #toothD0 {
height: 35px;
width: 35px;
right: 32px;
top: 41%;
}
.patients .patientDetails .Chart .mainChartImg #toothD1 {
height: 30px;
width: 30px;
right: 34px;
top: 35%;
}
.patients .patientDetails .Chart .mainChartImg #toothD2 {
height: 30px;
width: 30px;
right: 45px;
top: 28%;
}
.patients .patientDetails .Chart .mainChartImg #toothD3 {
height: 30px;
width: 30px;
right: 65px;
top: 22%;
}
.patients .patientDetails .Chart .mainChartImg #toothD4 {
height: 30px;
width: 30px;
right: 78px;
top: 15%;
}
.patients .patientDetails .Chart .mainChartImg #toothD5 {
height: 30px;
width: 30px;
right: 105px;
top: 10%;
}
.patients .patientDetails .Chart .mainChartImg #toothD6 {
height: 25px;
width: 25px;
right: 30%;
top: 6.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD7 {
height: 25px;
width: 25px;
right: 41%;
top: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD8 {
height: 25px;
width: 25px;
left: 42%;
top: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD9 {
height: 25px;
width: 25px;
left: 32%;
top: 6.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD10 {
height: 28px;
width: 28px;
left: 23%;
top: 10%;
}
.patients .patientDetails .Chart .mainChartImg #toothD11 {
height: 28px;
width: 28px;
left: 16%;
top: 15%;
}
.patients .patientDetails .Chart .mainChartImg #toothD12 {
height: 30px;
width: 30px;
left: 12%;
top: 22%;
}
.patients .patientDetails .Chart .mainChartImg #toothD13 {
height: 30px;
width: 30px;
left: 10%;
top: 29%;
}
.patients .patientDetails .Chart .mainChartImg #toothD14 {
height: 30px;
width: 30px;
left: 8%;
top: 35%;
}
.patients .patientDetails .Chart .mainChartImg #toothD15 {
height: 30px;
width: 30px;
left: 7%;
top: 42%;
}
.patients .patientDetails .Chart .mainChartImg #toothD16 {
height: 30px;
width: 30px;
left: 7%;
bottom: 40%;
}
.patients .patientDetails .Chart .mainChartImg #toothD17 {
height: 30px;
width: 30px;
left: 7%;
bottom: 33%;
}
.patients .patientDetails .Chart .mainChartImg #toothD18 {
height: 30px;
width: 30px;
left: 10%;
bottom: 25%;
}
.patients .patientDetails .Chart .mainChartImg #toothD19 {
height: 30px;
width: 30px;
left: 16%;
bottom: 17.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD20 {
height: 30px;
width: 30px;
left: 22%;
bottom: 12%;
}
.patients .patientDetails .Chart .mainChartImg #toothD21 {
height: 20px;
width: 20px;
left: 29%;
bottom: 9%;
}
.patients .patientDetails .Chart .mainChartImg #toothD22 {
height: 20px;
width: 20px;
left: 36%;
bottom: 6%;
}
.patients .patientDetails .Chart .mainChartImg #toothD23 {
height: 20px;
width: 20px;
left: 44.5%;
bottom: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD24 {
height: 20px;
width: 20px;
right: 44%;
bottom: 5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD25 {
height: 20px;
width: 20px;
right: 36%;
bottom: 6.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD26 {
height: 20px;
width: 20px;
right: 28%;
bottom: 9%;
}
.patients .patientDetails .Chart .mainChartImg #toothD27 {
height: 30px;
width: 30px;
right: 22%;
bottom: 12.5%;
}
.patients .patientDetails .Chart .mainChartImg #toothD28 {
height: 30px;
width: 30px;
right: 16%;
bottom: 18%;
}
.patients .patientDetails .Chart .mainChartImg #toothD29 {
height: 30px;
width: 30px;
right: 10%;
bottom: 25%;
}
.patients .patientDetails .Chart .mainChartImg #toothD30 {
height: 30px;
width: 30px;
right: 7%;
bottom: 33%;
}
.patients .patientDetails .Chart .mainChartImg #toothD31 {
height: 30px;
width: 30px;
right: 7%;
bottom: 40%;
}
.patients .patientDetails .patientModel .modal-header {
background-color: #53107E;
color: #BFF8EE;
}
.patients .patientDetails .patientModel .modal-header button span {
color: #BFF8EE;
}
.patients .patientDetails .patientModel .modal-body {
text-align: center;
}
.patients .patientDetails .patientModel .modal-body p {
font-size: 20px;
color: #090667;
}
.patients .patientDetails .patientModel .modal-body .row {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.21), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
padding: 5px;
}
.patients .patientDetails .patientModel .modal-body .row label {
font-weight: bold;
color: #090667;
font-size: 20px;
}
.patients .patientDetails .patientModel .modal-body ul li a {
padding: 5px;
color: #090667;
text-decoration: none;
font-size: 24px;
margin-right: 10px;
}
.patients .patientDetails .patientModel .modal-body ul li a.active,
.patients .patientDetails .patientModel .modal-body ul li a :hover {
background: rgba(174, 152, 65, 0.7);
color: #53107E;
} | 0.458349 | 0.048519 |
html {
height: auto;
width: auto;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: 500;
}
.carousel .carousel-item img {
max-width: 100%;
height: auto;
width: 100% !important;
}
html, body, button, .popover {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
hr {
opacity: 0.1;
}
del {
text-decoration: none;
color: #b30000;
text-decoration: line-through;
background: #fadad7;
}
ins {
background: #eaf2c2;
color: #406619;
text-decoration: none;
}
.bg-tran {
background-color: transparent;
}
.layout.is-page .layout-side .layout-banner .layout-logo {
width: 32px;
}
.layout.is-page .layout-header .layout-avatar-right {
width: 32px;
height: 32px;
}
/*展示颜色样式*/
.color1, .layout.is-page.color1 .layout-header {
background-color: #5E9CFB;
}
.color2, .layout.is-page.color2 .layout-header {
background-color: #28B559;
}
.color3, .layout.is-page.color3 .layout-header {
background-color: #D979A2;
}
.color4, .layout.is-page.color4 .layout-header {
background-color: #EC8904;
}
.color5, .layout.is-page.color5 .layout-header {
background-color: #17a2b8;
}
.color6, .layout.is-page.color6 .layout-header {
background-color: #9D91CA;
}
.is-page{
background-color:transparent;
}
.layout-header-bar .fa-bars {
color: white;
}
.layout.is-page .layout-footer {
height: auto;
}
.layout.is-page .layout-main {
min-height: calc(100vh - 142px);
}
.img-fluid {
width: 100%;
height: auto;
}
.layout-gotop{
display:none;
}
/*徽章按钮样式 一般*/
.badge-btn {
cursor: pointer;
/* padding-left: 5px; */
padding: 1px 7px 1px 7px;
font-size: 16px;
font-weight: 600;
}
/*.btn-info:hover {
color: white;
background-color: #117a8b;
border-color: #117a8b;
}
.btn-info {
color: white;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:active {
color: white;
background-color: #117a8b;
border-color: #117a8b;
}
.btn-info:focus {
color: white;
background-color: #117a8b;
border-color: #117a8b;
}
.text-info {
color: #17a2b8 !important;
}*/
.alert {
padding: .75rem 1.25rem;
}
.form-group {
margin-bottom: 1rem;
}
/*黑白*/
/*
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: progid: DXImageTransform. Microsoft. BasicImage(grayscale=1);
filter: gray;
}*/
.btn-info.disabled, .btn-info:disabled {
color: white;
}
.layout-menu .scroll {
overflow-x: hidden;
}
.dropdown-arrow.arrow-primary {
display: none;
}
.layout.is-page .layout-side {
box-shadow: 0 14px 28px rgba(255,255,255,.25), 0 10px 10px rgba(255,255,255,.22);
}
.layout.is-page .layout-user-state {
background-color: white;
}
span#cnzz_stat_icon_1280206141 {
display: none;
margin-top: -30px;
}
.layout-menu {
overflow: hidden;
}
input.te-image-file-input {
display: none;
}
.tabs-border-card {
background: transparent;
}
.upload .upload-body.is-avatar .upload-item .avatar {
background-color: transparent;
}
.layout.is-page .layout-header {
justify-content: space-between;
}
.alert-link {
font-weight: bolder;
}
.menu .nav-link {
color: white;
}
.overflow-hidden {
overflow: auto !important;
}
.link-primary:focus, .link-primary:hover {
color: #26adf8;
}
.link-primary {
color: #009ef7;
}
/*自定义主题色*/
.layout-item .layout-left .layout-left-header {
background-color: var(--hover-color);
}
.layout-item .layout-right .layout-right-header, .layout-item .layout-top {
background-color: var(--main-color);
}
.btn-info-1 {
background-color: var(--main-color);
color: white;
border-color: var(--main-color);
}
.btn-info-1:hover {
background-color:var(--hover-color);
color: white;
border-color: var(--hover-color);
}
.btn-info-1:active {
background-color: var(--active-color);
color: white;
border-color: var(--active-color);
}
/*弹窗边框消除*/
.table-modal-footer {
border: 0;
}
.modal-content {
border: 0;
}
.modal-header {
border: 0;
} | CnGalWebSite/CnGalWebSite.Server/wwwroot/css/cover-default.css |
html {
height: auto;
width: auto;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: 500;
}
.carousel .carousel-item img {
max-width: 100%;
height: auto;
width: 100% !important;
}
html, body, button, .popover {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
hr {
opacity: 0.1;
}
del {
text-decoration: none;
color: #b30000;
text-decoration: line-through;
background: #fadad7;
}
ins {
background: #eaf2c2;
color: #406619;
text-decoration: none;
}
.bg-tran {
background-color: transparent;
}
.layout.is-page .layout-side .layout-banner .layout-logo {
width: 32px;
}
.layout.is-page .layout-header .layout-avatar-right {
width: 32px;
height: 32px;
}
/*展示颜色样式*/
.color1, .layout.is-page.color1 .layout-header {
background-color: #5E9CFB;
}
.color2, .layout.is-page.color2 .layout-header {
background-color: #28B559;
}
.color3, .layout.is-page.color3 .layout-header {
background-color: #D979A2;
}
.color4, .layout.is-page.color4 .layout-header {
background-color: #EC8904;
}
.color5, .layout.is-page.color5 .layout-header {
background-color: #17a2b8;
}
.color6, .layout.is-page.color6 .layout-header {
background-color: #9D91CA;
}
.is-page{
background-color:transparent;
}
.layout-header-bar .fa-bars {
color: white;
}
.layout.is-page .layout-footer {
height: auto;
}
.layout.is-page .layout-main {
min-height: calc(100vh - 142px);
}
.img-fluid {
width: 100%;
height: auto;
}
.layout-gotop{
display:none;
}
/*徽章按钮样式 一般*/
.badge-btn {
cursor: pointer;
/* padding-left: 5px; */
padding: 1px 7px 1px 7px;
font-size: 16px;
font-weight: 600;
}
/*.btn-info:hover {
color: white;
background-color: #117a8b;
border-color: #117a8b;
}
.btn-info {
color: white;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:active {
color: white;
background-color: #117a8b;
border-color: #117a8b;
}
.btn-info:focus {
color: white;
background-color: #117a8b;
border-color: #117a8b;
}
.text-info {
color: #17a2b8 !important;
}*/
.alert {
padding: .75rem 1.25rem;
}
.form-group {
margin-bottom: 1rem;
}
/*黑白*/
/*
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: progid: DXImageTransform. Microsoft. BasicImage(grayscale=1);
filter: gray;
}*/
.btn-info.disabled, .btn-info:disabled {
color: white;
}
.layout-menu .scroll {
overflow-x: hidden;
}
.dropdown-arrow.arrow-primary {
display: none;
}
.layout.is-page .layout-side {
box-shadow: 0 14px 28px rgba(255,255,255,.25), 0 10px 10px rgba(255,255,255,.22);
}
.layout.is-page .layout-user-state {
background-color: white;
}
span#cnzz_stat_icon_1280206141 {
display: none;
margin-top: -30px;
}
.layout-menu {
overflow: hidden;
}
input.te-image-file-input {
display: none;
}
.tabs-border-card {
background: transparent;
}
.upload .upload-body.is-avatar .upload-item .avatar {
background-color: transparent;
}
.layout.is-page .layout-header {
justify-content: space-between;
}
.alert-link {
font-weight: bolder;
}
.menu .nav-link {
color: white;
}
.overflow-hidden {
overflow: auto !important;
}
.link-primary:focus, .link-primary:hover {
color: #26adf8;
}
.link-primary {
color: #009ef7;
}
/*自定义主题色*/
.layout-item .layout-left .layout-left-header {
background-color: var(--hover-color);
}
.layout-item .layout-right .layout-right-header, .layout-item .layout-top {
background-color: var(--main-color);
}
.btn-info-1 {
background-color: var(--main-color);
color: white;
border-color: var(--main-color);
}
.btn-info-1:hover {
background-color:var(--hover-color);
color: white;
border-color: var(--hover-color);
}
.btn-info-1:active {
background-color: var(--active-color);
color: white;
border-color: var(--active-color);
}
/*弹窗边框消除*/
.table-modal-footer {
border: 0;
}
.modal-content {
border: 0;
}
.modal-header {
border: 0;
} | 0.400515 | 0.076891 |
.projects-section {
position: relative;
padding-top: 90px;
}
.projects-section .outer-container {
position: relative;
padding: 0px 50px;
}
.project-block {
position: relative;
z-index: 99;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.project-block .inner-box {
position: relative;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.project-block:hover {
transform: scaleY(1.07);
}
.project-block .inner-box .image {
position: relative;
}
.project-block .inner-box .image img {
position: relative;
width: 100%;
display: block;
}
.project-block .inner-box .image .overlay-box {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
z-index: 1;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
-webkit-transform: perspective(400px) rotateY(90deg);
-moz-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
-o-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: right;
-o-transform-origin: left;
transform-origin: left;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: rgba(22,26,51,0.90);
}
.project-block .inner-box:hover .image .overlay-box {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
-moz-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
-o-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
}
.project-block .inner-box .image .overlay-box .overlay-inner {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding: 25px 28px;
background-color: #f97534;
}
.project-block .inner-box .image .overlay-box .title {
position: relative;
color: #ffffff;
font-size: 15px;
font-weight: 400;
padding-left: 40px;
}
.project-block .inner-box .image .overlay-box .title:before {
position: absolute;
content: '';
left: 0px;
top: 10px;
width: 30px;
height: 1px;
background-color: rgba(255,255,255,0.30);
}
.project-block .inner-box .image .overlay-box h3 {
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 1.3em;
margin-top: 8px;
}
.project-block .inner-box .image .overlay-box h3 a {
position: relative;
color: #ffffff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.project-block .inner-box .image .overlay-box h3 a:hover {
color: #161a33;
} | public/stylesheets/slider-hover.css | .projects-section {
position: relative;
padding-top: 90px;
}
.projects-section .outer-container {
position: relative;
padding: 0px 50px;
}
.project-block {
position: relative;
z-index: 99;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.project-block .inner-box {
position: relative;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.project-block:hover {
transform: scaleY(1.07);
}
.project-block .inner-box .image {
position: relative;
}
.project-block .inner-box .image img {
position: relative;
width: 100%;
display: block;
}
.project-block .inner-box .image .overlay-box {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
z-index: 1;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
-webkit-transform: perspective(400px) rotateY(90deg);
-moz-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
-o-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: right;
-o-transform-origin: left;
transform-origin: left;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: rgba(22,26,51,0.90);
}
.project-block .inner-box:hover .image .overlay-box {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
-moz-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
-o-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
}
.project-block .inner-box .image .overlay-box .overlay-inner {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding: 25px 28px;
background-color: #f97534;
}
.project-block .inner-box .image .overlay-box .title {
position: relative;
color: #ffffff;
font-size: 15px;
font-weight: 400;
padding-left: 40px;
}
.project-block .inner-box .image .overlay-box .title:before {
position: absolute;
content: '';
left: 0px;
top: 10px;
width: 30px;
height: 1px;
background-color: rgba(255,255,255,0.30);
}
.project-block .inner-box .image .overlay-box h3 {
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 1.3em;
margin-top: 8px;
}
.project-block .inner-box .image .overlay-box h3 a {
position: relative;
color: #ffffff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.project-block .inner-box .image .overlay-box h3 a:hover {
color: #161a33;
} | 0.453746 | 0.06236 |
*{
margin:0;
padding: 0;
font-size: 7vw;
font-family: sans-serif;
}
.container-index{
width: 100vw;
margin:0 auto;
margin-top: 11vw;
min-height:50vh;
}
.header{
height: 11vw;
width: 100vw;
background-color: #0a90ff;
color: #b0ffff;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 10px 0 .5em black;
position: fixed;
top: 0;
}
.header h1{
font-size: 10vw;
}
.message-display{
overflow-y: scroll;
height: 80%;
}
.sent-message{
background: #b0ffff;
color: #0a90ff;
display: flex;
text-align: right;
transition: .7s;
margin-top: .3rem;
margin-bottom: .3rem;
flex-direction:row-reverse;
float: right;
width: 70%;
}
.sent-message span{
margin-right: 0px;
}
.sent-message .box{
display: block;
float: right;
border-left: 20px solid #b0ffff;
border-bottom: 20px solid white;
border-top: 20px solid white;
}
.recived-message{
background: #b0ffff;
color: #0a90ff;
display: flex;
transition: .6s;
margin-top: .3rem;
margin-bottom: .3rem;
width: 70%;
}
.recived-message .box{
border-right: 20px solid #b0ffff;
border-bottom: 20px solid white;
border-top: 20px solid white;
}
.room-name{
width: 100vw;
display: flex;
height: 2rem;
align-items: center;
justify-content: center;
}
.rooms-list li:nth-child(2n+1){
background-color: #ffdfdf;
}
.form-index{
position: fixed;
bottom: 0;
display: flex;
flex-direction: column;
width: 100vw;
}
.form-index input{
padding-left: 1rem;
width: 100%;
}
.form-index p{
width: 100%;
box-shadow: 5px 0 .3em black;
display: flex;
}
.form-index button{
background-color: #0a90ff;
min-height:2rem;
}
input,
input:active{
outline: none;
}
@media (min-width: 700px) and (max-height : 700px){
*{
font-size: 30px;
}
.header{
height: 2.5rem;
}
.header h1{
font-size:2rem;
}
.form-index p {
flex-direction: row;
}
.form-index input{
padding-left: 1rem;
width: 50%;
}
.rooms-list li{
font-size: 1.5rem;
}
} | public/indexStyle.css | *{
margin:0;
padding: 0;
font-size: 7vw;
font-family: sans-serif;
}
.container-index{
width: 100vw;
margin:0 auto;
margin-top: 11vw;
min-height:50vh;
}
.header{
height: 11vw;
width: 100vw;
background-color: #0a90ff;
color: #b0ffff;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 10px 0 .5em black;
position: fixed;
top: 0;
}
.header h1{
font-size: 10vw;
}
.message-display{
overflow-y: scroll;
height: 80%;
}
.sent-message{
background: #b0ffff;
color: #0a90ff;
display: flex;
text-align: right;
transition: .7s;
margin-top: .3rem;
margin-bottom: .3rem;
flex-direction:row-reverse;
float: right;
width: 70%;
}
.sent-message span{
margin-right: 0px;
}
.sent-message .box{
display: block;
float: right;
border-left: 20px solid #b0ffff;
border-bottom: 20px solid white;
border-top: 20px solid white;
}
.recived-message{
background: #b0ffff;
color: #0a90ff;
display: flex;
transition: .6s;
margin-top: .3rem;
margin-bottom: .3rem;
width: 70%;
}
.recived-message .box{
border-right: 20px solid #b0ffff;
border-bottom: 20px solid white;
border-top: 20px solid white;
}
.room-name{
width: 100vw;
display: flex;
height: 2rem;
align-items: center;
justify-content: center;
}
.rooms-list li:nth-child(2n+1){
background-color: #ffdfdf;
}
.form-index{
position: fixed;
bottom: 0;
display: flex;
flex-direction: column;
width: 100vw;
}
.form-index input{
padding-left: 1rem;
width: 100%;
}
.form-index p{
width: 100%;
box-shadow: 5px 0 .3em black;
display: flex;
}
.form-index button{
background-color: #0a90ff;
min-height:2rem;
}
input,
input:active{
outline: none;
}
@media (min-width: 700px) and (max-height : 700px){
*{
font-size: 30px;
}
.header{
height: 2.5rem;
}
.header h1{
font-size:2rem;
}
.form-index p {
flex-direction: row;
}
.form-index input{
padding-left: 1rem;
width: 50%;
}
.rooms-list li{
font-size: 1.5rem;
}
} | 0.442155 | 0.05921 |
::-webkit-scrollbar { background: transparent;width: 0; }
::-webkit-scrollbar-button { background: transparent; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-track-piece { background: transparent; }
::-webkit-scrollbar-thumb { background: transparent; }
::-webkit-scrollbar-corner { background: transparent; }
::-webkit-resizer { background: transparent; }
/** selection color **/
::-webkit-selection {
background: #81c546;
color: #FFF;
text-shadow: none;
}
::-moz-selection {
background: #81c546;
color: #FFF;
text-shadow: none;
}
::selection {
background: #81c546;
color: #FFF;
text-shadow: none;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/** search bg **/
.trans{
background-image: linear-gradient(200deg, rgba(124,178,40,0.9) 0%, rgba(80,179,226,0.9) 100%);
}
/** change placeholder color **/
/*input:focus::-webkit-input-placeholder{
color: #333;
}
input:focus::-moz-placeholder{
color: #333;
}
::-webkit-input-placeholder,input:-moz-placeholder,.placeholder {
color:#bbb;
}
input::-moz-focus-inner {
border:0;
}*/
/** reset + normalize **/
html{
margin:0;
padding:0;
border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
html,body,* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
overflow-wrap: break-word;
white-space: normal;
}
audio,canvas,video {
display: inline-block;
}
audio:not([controls]) {
display: none;
}
iframe{
width: 100%;
z-index: -999;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
button::-moz-focus-inner,input::-moz-focus-inner {
padding: 0;
border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
cursor: pointer;
}
input, select {
vertical-align: middle;
}
textarea:disabled, input:not([type]):disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled {
background-color: #EBEBE4;
}
select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
cursor: pointer;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
display:block;
}
input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=url]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear,input[type=time]::-ms-clear {
display: none;
}
input[type=password]::-ms-reveal {
display: none;
}
img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
.ie7 img, .iem7 img {
-ms-interpolation-mode : bicubic;
}
* {
border-collapse: collapse;
}
body{
line-height:1.5;
background:white;
}
table{
border-collapse:separate;
border-spacing:0;
}
caption, th, td{
text-align:left;
font-weight:normal;
float:none !important;
}
table, th, td{
vertical-align:middle;
}
/*blockquote:before, blockquote:after, q:before, q:after{
content:'';
}*/
.editable blockquote:before,.editable-thread blockquote:before,.editable blockquote:after,.editable-thread blockquote:after{
content: '';
}
blockquote:before{
content: '“'
}
blockquote:after{
content: '”';
}
blockquote, q{
quotes:"" "";
}
a img {
border:none;
}
:focus {
outline:0;
}
/* typography.css */
@font-face {
font-family: 'Open Sans Black';
src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Bold';
src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Italic';
src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans BoldItalic';
src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Light';
src: url('../fonts/OpenSans-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather';
src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Italic';
src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Light';
src: url('../fonts/Merriweather-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Light Italic';
src: url('../fonts/Merriweather-LightItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Bold';
src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Bold Italic';
src: url('../fonts/Merriweather-BoldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/*@font-face {
font-family: 'NotCourier';
src: url('../fonts/NotCourierSans.otf');
font-weight: normal;
font-style: normal;
}*/
html {
font-size:100%;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
}
html, body {
width: 100%;
height: 100%;
font-size:12pt !important;
color:rgba(0,0,0,0.8);
background:#fff;
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
letter-spacing: 0.00em;
font-family: 'Open Sans';
color: #000;
}
h1 {
font-size: 42pt;
line-height: 1.5;
}
h2 {
font-size: 30pt;
line-height: 1.5;
}
h3 {
font-size: 24pt;
line-height: 28pt;
}
h4 {
font-size: 20pt;
line-height: 1.5;
}
h5 {
font-size: 16pt;
line-height: 1.5;
}
h6 {
font-size: 12pt;
line-height: 1.5;
}
p{
margin: 5px 0 10px;
font-family: 'Open Sans';
font-weight: normal;
font-style: normal;
color: rgba(0,0,0,0.8);
font-size: 11pt;
line-height: 1.5;
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto;
}
.margin0{
margin: 0 !important;
}
p.legend{
margin: 10px 0 15px;
padding: 0 0 3px;
font-weight: normal;
font-style: normal;
color: #404040;
font-size: 18pt;
line-height: 1.5;
border-bottom: 1px solid #ccc;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin:0;
}
.title{
width: 100%;
padding: 20px;
overflow: auto;
}
.title > .heading{
letter-spacing: 7px;
margin-top: 20px;
}
body > header,
body > section,
body > footer {
display: block;
width: 100%;
clear: both;
float: left;
}
/* Common HTML Tags*/
.bold{
font-family: 'Open Sans Bold' !important;
}
.eb{
font-family: 'Open Sans Bold' !important;
line-height: 1;
}
.ei{
font-family: 'Open Sans Italic' !important;
line-height: 1;
}
.eb > .ei,.ei > .eb{
font-family: 'Open Sans BoldItalic' !important;
line-height: 1;
}
.black{
font-family: 'Open Sans Black' !important;
}
.italic{
font-family: 'Open Sans Italic' !important;
}
.bold > .italic,.italic > .bold{
font-family: 'Open Sans BoldItalic' !important;
}
.underline{
text-decoration: underline;
}
.flt-left {
float:left !important;
}
.flt-right {
float:right !important;
}
.txt-left{
text-align: left;
}
.txt-right{
text-align: right;
}
.txt-center{
text-align: center;
}
.txt-justify{
text-align: justify;
}
.full-span{
width: 100%;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
a{
color: #1E8CBE !important;
text-decoration:none;
}
a:visited {
color:#06c;
text-decoration:none;
}
a:focus, a:hover{
color:#09f;
}
blockquote {
font-family: 'Times New Roman', 'Serif' !important;
/* margin: 5px 0 5px 20px;
padding: 5px 15px;
background: #fff;
color:#595959;
border-left: 5px #000 solid;
font-style:italic !important;*/
font-weight: 400;
font-style: italic;
font-size: 28px !important;
line-height: 1.48;
letter-spacing: -0.014em;
margin: 5px 0 15px 0px;
color: rgba(0,0,0,0.6);
//border: none;
padding: 0;
padding-left: 0px;
text-align: left;
}
blockquote span{
font-family: 'Times New Roman', 'Serif' !important;
font-style:italic !important;
}
strong, b {
font-family: 'Open Sans Bold' !important;
}
.serif{
font-family: 'Merriweather', Serif !important;
font-weight: normal;
}
.light{
font-family: 'Open Sans Light' !important;
font-weight: normal;
}
.dark{
font-family: 'Open Sans Black' !important;
font-weight: normal;
}
em, dfn {
font-family: 'Open Sans Italic' !important;
font-weight: normal;
font-size: inherit;
}
sup, sub {
line-height:0;
}
abbr, acronym {
border-bottom:2px dotted #007acc;
cursor: pointer;
}
address {
margin:0 0 1.5em;
font-family: 'Open Sans Italic';
}
del {
color:#111;
}
pre {
margin:10px;
white-space:pre;
}
pre, code, tt {
font-family: 'NotCourier', monospace;
font-size: 11pt;
line-height: 1.5;
}
ul, menu, dir {
list-style-type: none;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
}
li ul, li ol {
margin: 0;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
}
ul li a {
border: none;
text-decoration: none;
transition: all 0.05s ease-in-out;
}
ul {
list-style-type:none;
}
ol {
list-style-type:none;
}
dl {
margin: 0;
}
dl dt {
font-weight:normal;
}
dd {
margin: 0;
}
/** Common classes*/
.hidden {
display:none !important;
}
.visible{
display: block;
}
/* forms.css */
label {
font-family: 'Open Sans Bold';
}
fieldset {
padding:0 1.4em 1.4em 1.4em;
margin:0 0 1.5em 0;
border:1px solid #ccc;
}
legend {
font-family: 'Open Sans Bold';
font-size:14pt;
padding: 0 5px 0 5px;
}
fieldset, #IE8#HACK {
padding-top:1.4em;
}
legend, #IE8#HACK {
margin-top:0;
margin-bottom:0;
}
/*input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="date"], input.text, input.title, textarea {
width: 100%;
padding: 5px;
margin: 5px 0 5px 0;
background-color:#fff;
border:1px solid #ccc;
color:#000;
font-family: 'Open Sans';
font-size: 11pt;
}*/
input[type="file"]{
width: 100%;
font-family: 'Open Sans';
font-size: 10pt;
margin: 5px 0 10px 0;
padding: 5px 5px 5px 0;
}
/*input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input[type=date]:focus, input.text:focus, input.title:focus, textarea:focus {
border-color:#999;
}*/
input:disabled, isindex:disabled, textarea:disabled {
color: #545454;
}
select{
width: 100%;
margin-bottom: 5px;
font-family: 'Open Sans';
font-size: 11pt;
padding: 3px;
background-color:#fff;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-appearance: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-appearance: button;
-moz-appearance: button;
}
input.text, input.title {
width:300px;
padding:5px;
}
textarea {
width: 100%;
padding:5px;
margin-bottom: 5px;
resize: vertical;
}
form.inline {
line-height:3;
}
form.inline p {
margin-bottom:0;
}
/* grid css */
hr {
background:#ddd;
color:#ddd;
clear:both;
float:none;
width:100%;
height:1px;
margin:0 0 17px;
border:none;
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/** Bg/fg Colors */
.square10{
width: 10px;
height: 10px;
display: inline-block;
}
ul.inline > li{
width: 33%;
margin-bottom: 5px;
display: inline-block;
}
.bg-black {
background-color: #000000 !important;
}
.bg-white {
background-color: #ffffff !important;
}
.bg-lime {
background-color: #a4c400 !important;
}
.bg-green {
background-color: #60a917 !important;
}
.bg-activeGreen{
background-color: rgb(108, 195, 92) !important;
}
.bg-emerald {
background-color: #008a00 !important;
}
.bg-teal {
background-color: #00aba9 !important;
}
.bg-cyan {
background-color: #1ba1e2 !important;
}
.bg-cobalt {
background-color: #0050ef !important;
}
.bg-indigo {
background-color: #6a00ff !important;
}
.bg-violet {
background-color: #aa00ff !important;
}
.bg-pink {
background-color: #dc4fad !important;
}
.bg-magenta {
background-color: #d80073 !important;
}
.bg-crimson {
background-color: #a20025 !important;
}
.bg-red {
background-color: #e51400 !important;
}
.bg-orange {
background-color: #fa6800 !important;
}
.bg-amber {
background-color: #f0a30a !important;
}
.bg-yellow {
background-color: #e3c800 !important;
}
.bg-brown {
background-color: #825a2c !important;
}
.bg-olive {
background-color: #6d8764 !important;
}
.bg-steel {
background-color: #647687 !important;
}
.bg-mauve {
background-color: #76608a !important;
}
.bg-taupe {
background-color: #87794e !important;
}
.bg-gray {
background-color: #555555 !important;
}
.bg-dark {
background-color: #333333 !important;
}
.bg-darker {
background-color: #222222 !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-darkBrown {
background-color: #63362f !important;
}
.bg-darkCrimson {
background-color: #640024 !important;
}
.bg-darkMagenta {
background-color: #81003c !important;
}
.bg-darkIndigo {
background-color: #4b0096 !important;
}
.bg-darkCyan {
background-color: #1b6eae !important;
}
.bg-darkCobalt {
background-color: #00356a !important;
}
.bg-darkTeal {
background-color: #004050 !important;
}
.bg-darkEmerald {
background-color: #003e00 !important;
}
.bg-darkGreen {
background-color: #128023 !important;
}
.bg-darkOrange {
background-color: #bf5a15 !important;
}
.bg-darkRed {
background-color: #9a1616 !important;
}
.bg-darkPink {
background-color: #9a165a !important;
}
.bg-darkViolet {
background-color: #57169a !important;
}
.bg-darkBlue {
background-color: #16499a !important;
}
.bg-lightBlue {
background-color: #4390df !important;
}
.bg-lighterBlue {
background-color: #00ccff !important;
}
.bg-lightTeal {
background-color: #45fffd !important;
}
.bg-lightOlive {
background-color: #78aa1c !important;
}
.bg-lightOrange {
background-color: #c29008 !important;
}
.bg-lightPink {
background-color: #f472d0 !important;
}
.bg-grayDark {
background-color: #333333 !important;
}
.bg-grayDarker {
background-color: #222222 !important;
}
.bg-grayLight {
background-color: #999999 !important;
}
.bg-grayLighter {
background-color: #eeeeee !important;
}
.bg-lightRed {
background-color: #FF2D19 !important;
}
.bg-lightGreen {
background-color: #7AD61D !important;
}
.bg-globalColor{
background-color: #1E8CBE !important;
}
.fg-globalColor{
color: #1E8CBE !important;
}
.fg-black {
color: #000000 !important;
}
.fg-white {
color: #ffffff !important;
}
.fg-lime {
color: #a4c400 !important;
}
.fg-green {
color: #60a917 !important;
}
.fg-emerald {
color: #008a00 !important;
}
.fg-teal {
color: #00aba9 !important;
}
.fg-cyan {
color: #1ba1e2 !important;
}
.fg-cobalt {
color: #0050ef !important;
}
.fg-indigo {
color: #6a00ff !important;
}
.fg-violet {
color: #aa00ff !important;
}
.fg-pink {
color: #dc4fad !important;
}
.fg-magenta {
color: #d80073 !important;
}
.fg-crimson {
color: #a20025 !important;
}
.fg-red {
color: #e51400 !important;
}
.fg-orange {
color: #fa6800 !important;
}
.fg-amber {
color: #f0a30a !important;
}
.fg-yellow {
color: #e3c800 !important;
}
.fg-brown {
color: #825a2c !important;
}
.fg-olive {
color: #6d8764 !important;
}
.fg-steel {
color: #647687 !important;
}
.fg-mauve {
color: #76608a !important;
}
.fg-taupe {
color: #87794e !important;
}
.fg-gray {
color: #555555 !important;
}
.fg-dark {
color: #333333 !important;
}
.fg-darker {
color: #222222 !important;
}
.fg-transparent {
color: transparent !important;
}
.fg-darkBrown {
color: #63362f !important;
}
.fg-darkCrimson {
color: #640024 !important;
}
.fg-darkMagenta {
color: #81003c !important;
}
.fg-darkIndigo {
color: #4b0096 !important;
}
.fg-darkCyan {
color: #1b6eae !important;
}
.fg-darkCobalt {
color: #00356a !important;
}
.fg-darkTeal {
color: #004050 !important;
}
.fg-darkEmerald {
color: #003e00 !important;
}
.fg-darkGreen {
color: #128023 !important;
}
.fg-darkOrange {
color: #bf5a15 !important;
}
.fg-darkRed {
color: #9a1616 !important;
}
.fg-darkPink {
color: #9a165a !important;
}
.fg-darkViolet {
color: #57169a !important;
}
.fg-darkBlue {
color: #16499a !important;
}
.fg-lightBlue {
color: #4390df !important;
}
.fg-lighterBlue {
color: #00ccff !important;
}
.fg-lightTeal {
color: #45fffd !important;
}
.fg-lightOlive {
color: #78aa1c !important;
}
.fg-lightOrange {
color: #c29008 !important;
}
.fg-lightPink {
color: #f472d0 !important;
}
.fg-grayDark {
color: #333333 !important;
}
.fg-grayDarker {
color: #222222 !important;
}
.fg-grayLight {
color: #999999 !important;
}
.fg-grayLighter {
color: #eeeeee !important;
}
.fg-lightRed {
color: #FF2D19 !important;
}
.fg-lightGreen {
color: #7AD61D !important;
}
.fg-activeGreen{
color: rgb(108, 195, 92) !important;
}
.global-color-black{
background-color: #242424 !important;
}
.global-color-carbon{
background-color: #292929 !important;
}
.global-color-blue{
background-color: #48a5f3 !important;
}
.btn-general{
transition: all 0.3s ease;
width: 100%;
padding: 7px;
border: 2px solid;
font-size: 80%;
letter-spacing: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font-weight: bold;
}
.btn-general:hover{
color: #000 !important;
background: transparent !important;
}
.btn-general:active{
box-shadow: inset 0 0 20px rgba(0,0,0,0.5)!important;
border: 2px solid rgba(0,0,0,0.3) !important;
}
.txt-general{
color: #888;
width: 100%;
padding: 5px;
margin: 5px 0 5px 0;
background: transparent;
border: 1px solid;
border-color: transparent transparent #ccc transparent;
color:#000;
font-family: 'Open Sans';
font-size: 12pt;
}
.pointer{
cursor: pointer !important;
}
.filler{
width: 100%;
height: 50px;
}
.featured-tags-title{
padding-top: 10px;
border-top: 1px solid rgba(0,0,0,0.05);
text-transform: uppercase;
letter-spacing: 1.5px;
font-family: 'Open Sans Bold';
font-size: 9pt;
/* border-top: 2px solid rgba(0,0,0,0.3);*/
margin: -1px 0 0 0;
}
.tag{
font-size: 10pt;
color: #333 !important;
border: 1px solid rgba(0,0,0,0.15);
padding: 5px 10px;
background: #fff;
border-radius: 3px;
margin: 0 5px 7px 0;
display: inline-block;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
}
.tag:hover{
background: rgba(235,235,235,0.5);
}
/** headbar css **/
.headbar{
background: #000;
height: 50px;
position: fixed;
}
.logo{
height: 50px;
padding: 9px 0 0 55px;
background-repeat: no-repeat;
background-position: 15px 10px;
}
.logo h5{
display: inline-block;
}
.search{
width: 100%;
background: #222;
color: #fff;
padding: 5px 25px;
font-size: 11pt;
border: 0;
border-radius: 5px;
}
.search:focus{
background: #333;
}
.search-prop{
position: absolute;
top: 16px;
left: 7px;
}
.nav-actions{
padding: 9px 10px;
position: relative;
}
.nav-actions > ul > li{
width: 33px;
height: 33px;
display: inline-block;
position: relative;
margin: 0 5px;
color: #666;
font-size: 12pt;
text-align: center;
border: 2px solid #333;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
cursor: pointer;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}
.nav-actions > ul > li:focus, .nav-actions > ul > li:hover{
color: #fff !important;
background: #09f;
border-color: #09f;
box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}
.nav-actions > ul > li > i{
margin-top: 6px;
}
.nav-info{
padding: 7px 0;
}
.nav-info > ul > li{
color: #fff;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
cursor: pointer;
}
.nav-info .avatar{
width: 35px;
height: 35px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-size: cover;
background-position: 50% 50%;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-repeat: no-repeat;
}
.search-dropdown{
display: none;
letter-spacing: normal;
position: relative;
position: absolute;
width: 100%;
top: 50px;
padding: 10px 0px 0px;
height: auto;
background: rgba(255,255,255,0.99);
box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
overflow: auto;
}
.search-dropdown > ul{
position: relative;
}
.search-dropdown > ul > li{
margin: 0px;
color: #555;
width: 100%;
float: left;
}
.search-dropdown > ul > li > a{
color: inherit !important;
display: block;
padding: 7px 20px;
text-decoration: none;
font-family: 'Open Sans' !important;
font-size: 11pt;display: block;
width: 100%;
float: left;
border-bottom: 1px solid rgba(235,235,235,0.4);
}
.search-dropdown > ul > li:hover{
background: #f2f2f2 !important;
color: #08c !important;
}
.selected{
background: #f2f2f2 !important;
color: #08c !important;
}
.search-all{
float: left;
padding: 0 20px;
line-height: 39px;
font-size: 15px;
height: 40px;
width: inherit;
border-top: 1px solid rgba(235,235,235,0.6);
box-shadow: 0px 0px 1px rgba(205,205,205,0.3);
cursor: pointer;
background: #f7f7f7;
color: #222;
}
.search-all:hover{
background: #1b6eae;
color: #fff;
}
.search-wrapper{
width: 100%;
height: 100%;
display: none;
background:rgba(0,0,0,0.5);
position: fixed;
top: 0;
z-index: 99;
left: 0;
}
ul.nav-dropdown{
display: none;
position: absolute;
width: 400px;
top: 40px;
right: 0;
background: #fff;
box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
ul.nav-dropdown.navinfo{
width: 200px;
top: 50px;
}
ul.nav-dropdown li{
display: block;
overflow: auto;
padding: 10px 10px;
}
ul.nav-dropdown li:hover{
background: rgba(0,0,0,0.05);
}
ul.nav-dropdown:after{
border: 6px solid rgba(0, 0, 0, 0);
border-bottom-color: #F5F5F5;
content: ' ';
height: 0;
position: absolute;
right: 8px;
top: -12px;
width: 0;
}
.overflow-wrap{
max-height: 400px;
overflow: auto;
}
.category-thumbnail{
width: 100px;
height: 45px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-size: cover;
background-position: 50% 50%;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-repeat: no-repeat;
}
.offscroll {
height: 672px;
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
#startup {
transform: translate(40%,100%);
}
.spinner-container {
animation: rotate 2s linear infinite;
-webkit-animation: rotate 2s linear infinite;
}
.spinner-container .path {
stroke-dasharray: 1,150; /* 1%, 101% circumference */
stroke-dashoffset: 0;
stroke: #1ba1e2;
stroke-linecap: round;
animation: dash 1.5s ease-in-out infinite;
-webkit-animation: dash 1.5s ease-in-out infinite;
}
.avatar{
width: 45px;
height: 45px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-size: cover;
border-radius: 3px;
background-position: 50% 50%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-repeat: no-repeat;
}
.dot-center{
padding: 0 7px 0 5px;
}
.dot-center:after{
content: '.';
position: absolute;
}
.link:hover{
text-decoration: underline;
}
@keyframes rotate{
100% { transform: rotate(360deg);-webkit-transform : rotate(360deg); }
}
@keyframes dash {
0% {
stroke-dasharray: 1,150; /* 1%, 101% circumference */
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90,150; /* 70%, 101% circumference */
stroke-dashoffset: -35; /* 25% circumference */
}
100% {
stroke-dasharray: 90,150; /* 70%, 101% circumference */
stroke-dashoffset: -124; /* -99% circumference */
}
}
.toggle-sidebar{
display: none !important;
font-size: 20px;
padding: 0 10px;
}
.editable p,.thread-desc p{
margin: 3px 0 5px 0 !important;
}
.editable span,.editable p,.editable li,.thread-desc span,.thread-desc p,.thread-desc li{
font-family: 'Merriweather' !important;
}
.editable b,.thread-desc b{
font-family: 'Merriweather Bold' !important;
font-size: inherit !important;
}
.editable i,.thread-desc i{
font-family: 'Merriweather Italic' !important;
font-size: inherit !important;
}
.editable .relative > i,.thread-desc .relative > i{
font-family: 'FontAwesome' !important;
}
.editable b > i,.editable i > b,.thread-desc b > i,.thread-desc i > b{
font-family: 'Merriweather Bold Italic' !important;
font-size: inherit !important;
}
.editable:empty:not(:focus):before{
content:attr(data-text);
color: #ccc;
}
.editable pre p,.thread-desc pre p{
font-family: monospace !important;
color: #48d8a0 !important;
}
.editable pre,.thread-desc pre{
/* color: rgb(188,0,13);
background: rgba(235,235,235,0.5);*/
/* margin: 2px;
padding: 6px 10px;
font-family: monospace;
background: #272b38;
color: #48d8a0;
border-radius: 4px;*/
/* background: #f5f2f0;*/
background: #272b38;
padding: 0.5em 1em;
margin: .5em 0;
overflow: auto;
color: #48d8a0 !important;
font-family: monospace !important;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.editable h4 > ol,.thread-desc h4 > ol,.editable h4 > ul,.thread-desc h4 > ul{
margin-left: 45px !important;
}
.editable h5 > ol,.thread-desc h5 > ol,.editable h5 > ul,.thread-desc h5 > ul{
margin-left: 35px !important;
}
.editable h6 > ol,.thread-desc h6 > ol,.editable h6 > ul,.thread-desc h6 > ul{
margin-left: 25px !important;
}
.editable span{
font-family: 'Merriweather' !important;
color: inherit !important;
font-size: inherit !important;
line-height: inherit !important;
}
.editable h3,.editable h4,.editable h5,.editable h6,.thread-desc h3,.thread-desc h4,.thread-desc h5,.thread-desc h6{
font-family: 'Merriweather' !important;
color: rgba(0,0,0,0.5);
}
.editable h3 span,.editable h4 span,.editable h5 span,.editable h6 span,.thread-desc h3 span,.thread-desc h4 span,.thread-desc h5 span,.thread-desc h6 span{
font-family: 'Merriweather' !important;
color: rgba(0,0,0,0.4) !important;
font-size: inherit !important;
line-height: inherit !important;
}
.editable h3,.thread-desc h3{
font-size: 24pt !important;
}
.editable h4,.thread-desc h4{
font-size: 20pt !important;
}
.editable h5,.thread-desc h5{
font-size: 16pt !important;
}
.editable h6,.thread-desc h6{
font-size: 12pt !important;
}
.editable ul,.thread-desc ul{
list-style-type: disc !important;
margin-left: 20px;
}
.editable ol,.thread-desc ol{
list-style-type: decimal !important;
margin-left: 30px;
}
.editable ol > li,.thread-desc ol > li{
display: list-item !important;
}
.thread{
margin-top: 10px;
padding: 10px 20px;
border-bottom: 1px solid rgba(100,100,100,0.1);
}
li.thread:last-child{
border-bottom: none;
}
.thread li{
display: inline-block;
vertical-align: middle;
}
.thread ul li > a{
color: #09f;
}
/** SIDEBAR **/
.sidebarwrapper{
position: fixed;
height: 100%;
width: 100%;
left:0;
right:0;
bottom:0;
top:0;
overflow: auto;
display: none;
z-index: 999;
}
.sidebar{
position: absolute;
margin-top: 50px;
left: -100%;
width: 100%;
}
.sidebar ul > li{
display: block;
width: 100%;
border-bottom: 1px solid rgba(235,235,235,0.2);
}
.sidebar ul > li > a{
display: block;
padding: 15px;
color: rgba(201, 212, 246, 0.86) !important;
white-space: nowrap;
font-size: 18px;
}
.sidebar ul > li > a > i{
font-size: 20px;
margin-right: 5px;
}
.nav-toggle{
float: left;
padding: 13px 15px 13px 5px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
content: '';
position: absolute;
display: block;
width: 25px;
height: 2px;
border-radius: 1px;
background: #fff;
cursor: pointer;
}
.nav-toggle span:before {
top: -6px;
}
.nav-toggle span:after {
bottom: -6px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
background-color: transparent;
}
.nav-toggle.active span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
top: 0;
}
.nav-toggle.active span:after {
top: 10px;
-webkit-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}.load-more{
display: table;
margin: 20px auto;
height: 120px;
width: 120px;
cursor: pointer;
}
.load-more > a{
text-transform: uppercase;
padding: 0 9px;
text-align: center;
font-size: 12px;
font-weight: 600;
display: table-cell;
vertical-align: middle;
color: #4090db !important;
}
.load-more:before{
height: 120px;
width: 120px;
border: 2px solid #4090db;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
content: '';
position: absolute;
}
.load-more{
display: table;
margin: 20px auto;
height: 120px;
width: 120px;
cursor: pointer;
}
.load-more > a{
text-transform: uppercase;
padding: 0 9px;
text-align: center;
font-size: 12px;
font-weight: 600;
display: table-cell;
vertical-align: middle;
color: #4090db !important;
}
.load-more:before{
height: 120px;
width: 120px;
border: 2px solid #4090db;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
content: '';
position: absolute;
transition: all 0.2s linear;
}
.headbar-mobile{
background: #000;
height: 50px;
position: fixed;
display:none !important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.logo,.nav-actions,.nav-info,.rightPane{display:none !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 84% !important;float: left;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.stas-desktop{display: block !important;}
.stats-mobile{display: none !important;}
}
/*--- Mobile portrait ---*/
@media only screen and (min-width : 0px) and (max-width : 480px) {
.logo,.nav-actions,.nav-info,.rightPane,.new-thread-button{display:none !important;}
.toggle-sidebar,.new-post-view,.reply-post-box > .new-thread-button{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 84% !important;float: left;margin-left: 13px;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.load-more{height: 100px !important;width: 100px !important;}
.load-more:before{height: 100px !important;width: 100px !important;}
.thumbnail{background-position: 50% 50% !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stats-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.upvote-action{text-align: center !important;}
.modal-ul > li .pure-u-7-8{padding-left: 25px !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
/*profile*/
.bg-img{height: 200px !important;background-position: 0% 0% !important;background-size: contain !important;}
.profile-avatar{height: 90px!important;width: 90px !important;}
.sinfo{margin-top: 50px !important;}
.sinfo h2{font-size: 20pt !important;}
.pcontent{padding: 10px !important;}
.pcontent .pure-u-md-1-2{padding: 0 !important;}
.change-cover,.save-cover,.cancel-cover{display: none !important;}
}
/*--- Mobile landscape ---*/
@media only screen and (min-width : 480px) and (max-width : 595px) {
.logo,.nav-actions,.nav-info,.rightPane,.new-thread-button{display:none !important;}
.toggle-sidebar,.new-post-view,.reply-post-box > .new-thread-button{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 10px !important;margin-left: 13px;}
.search{width: 90% !important;float: left;}
.search-prop{left: 44px !important;top: 17px;}
.search-dropdown{top: 39px !important;}
.load-more{height: 100px !important;width: 100px !important;}
.load-more:before{height: 100px !important;width: 100px !important;}
.thumbnail{background-position: 50% 50% !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.modal-ul > li .pure-u-7-8{padding-left: 25px !important;}
/*profile*/
.bg-img{height: 200px !important;background-position: 0% 0% !important;background-size: contain !important;}
.profile-avatar{height: 90px!important;width: 90px !important;}
.sinfo{margin-top: 50px !important;}
.sinfo h2{font-size: 20pt !important;}
.pcontent{padding: 10px !important;}
.pcontent .pure-u-md-1-2{padding: 0 !important;}
.change-cover,.save-cover,.cancel-cover{display: none !important;}
}
/*--- Tablet portrait ---*/
@media only screen and (min-width : 640px) and (max-width : 800px) {
.logo,.nav-actions,.nav-info,.filler-left{display:none !important;}
//.md45-headbar,.md45-headbar .pure-u-md-1-2,.md56-body{width: 100% !important;}
//.md56-body .pure-u-md-16-24{width: 65% !important;}
.rightPane{display: block !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 93% !important;float: left;margin-left: 13px;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
}
/*--- Tablet portrait iPad Mini--- */
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.logo,.nav-actions,.nav-info,.filler-left{display:none !important;}
.md45-headbar,.md45-headbar .pure-u-md-1-2,.md56-body{width: 100% !important;}
.md56-body .pure-u-md-16-24{width: 65% !important;}
.rightPane{display: block !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 93% !important;float: left;margin-left: 13px;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
}
/*--- Tablet landscape --- */
@media only screen and (min-width : 1024px) and (max-width : 1224px) {
.logo,.nav-actions,.nav-info,.filler-left{display:none !important;}
.md45-headbar,.md45-headbar .pure-u-md-1-2,.md56-body{width: 100% !important;}
.md56-body .pure-u-md-16-24{width: 66.5% !important;}
.rightPane{display: block !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 93% !important;float: left;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
}
.beeper-wrapper{
display: block;
position: fixed;
left: 0;
bottom: 0;
z-index: 99999999;
}
.beeper-wrapper > ul{
width: 335px;
height: 100%;
float: right;
padding: 10px 10px 10px 20px;
}
.beeper{
padding: 10px;
background-color: #1d7ccf;
/* background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 80%);
background-image: -webkit-gradient(linear, right bottom, left bottom, from(#52aeff), to(#2180d3));*/
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.32);
margin: 10px 0;
}
.beeper > a{
display: block;
}
.close-beeper{
display: none !important;
font-size: 13px !important;
}
.beeper:hover .close-beeper{
display: block !important;
}
.bubble ,.bubble-mobile, .bubble-mobile-float{
position: absolute;
top: -7px;
left: 20px;
background-color: #e44c34;
color: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
border-color: #E23923 #D83722 #C0311E;
border-left: 1px solid #D83722;
border-width: 1px;
box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
padding: 0px 5px 0 4px;
font-weight: bold;
font-size: 13px;
font-family: 'Open Sans Black';
}
.bubble-mobile{
top: 8px;
left: 30px;
z-index: 9999;
}
.bubble-mobile-float{
position: relative;
top: 0;
left: 0;
margin: 3px 0;
}
.active-notif{
background:rgba(235,235,235,.8);
}
.relative{
position: relative;
}
.remove-desc-image{
font-family:'FontAwesome' !important;
position: absolute;
left: 10px;
top:10px;
cursor: pointer;
} | assets/css/main.css | ::-webkit-scrollbar { background: transparent;width: 0; }
::-webkit-scrollbar-button { background: transparent; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-track-piece { background: transparent; }
::-webkit-scrollbar-thumb { background: transparent; }
::-webkit-scrollbar-corner { background: transparent; }
::-webkit-resizer { background: transparent; }
/** selection color **/
::-webkit-selection {
background: #81c546;
color: #FFF;
text-shadow: none;
}
::-moz-selection {
background: #81c546;
color: #FFF;
text-shadow: none;
}
::selection {
background: #81c546;
color: #FFF;
text-shadow: none;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/** search bg **/
.trans{
background-image: linear-gradient(200deg, rgba(124,178,40,0.9) 0%, rgba(80,179,226,0.9) 100%);
}
/** change placeholder color **/
/*input:focus::-webkit-input-placeholder{
color: #333;
}
input:focus::-moz-placeholder{
color: #333;
}
::-webkit-input-placeholder,input:-moz-placeholder,.placeholder {
color:#bbb;
}
input::-moz-focus-inner {
border:0;
}*/
/** reset + normalize **/
html{
margin:0;
padding:0;
border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
html,body,* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
overflow-wrap: break-word;
white-space: normal;
}
audio,canvas,video {
display: inline-block;
}
audio:not([controls]) {
display: none;
}
iframe{
width: 100%;
z-index: -999;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
button::-moz-focus-inner,input::-moz-focus-inner {
padding: 0;
border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
cursor: pointer;
}
input, select {
vertical-align: middle;
}
textarea:disabled, input:not([type]):disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled {
background-color: #EBEBE4;
}
select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
cursor: pointer;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
display:block;
}
input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=url]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear,input[type=time]::-ms-clear {
display: none;
}
input[type=password]::-ms-reveal {
display: none;
}
img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
.ie7 img, .iem7 img {
-ms-interpolation-mode : bicubic;
}
* {
border-collapse: collapse;
}
body{
line-height:1.5;
background:white;
}
table{
border-collapse:separate;
border-spacing:0;
}
caption, th, td{
text-align:left;
font-weight:normal;
float:none !important;
}
table, th, td{
vertical-align:middle;
}
/*blockquote:before, blockquote:after, q:before, q:after{
content:'';
}*/
.editable blockquote:before,.editable-thread blockquote:before,.editable blockquote:after,.editable-thread blockquote:after{
content: '';
}
blockquote:before{
content: '“'
}
blockquote:after{
content: '”';
}
blockquote, q{
quotes:"" "";
}
a img {
border:none;
}
:focus {
outline:0;
}
/* typography.css */
@font-face {
font-family: 'Open Sans Black';
src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Bold';
src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Italic';
src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans BoldItalic';
src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans Light';
src: url('../fonts/OpenSans-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather';
src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Italic';
src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Light';
src: url('../fonts/Merriweather-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Light Italic';
src: url('../fonts/Merriweather-LightItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Bold';
src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Merriweather Bold Italic';
src: url('../fonts/Merriweather-BoldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/*@font-face {
font-family: 'NotCourier';
src: url('../fonts/NotCourierSans.otf');
font-weight: normal;
font-style: normal;
}*/
html {
font-size:100%;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
}
html, body {
width: 100%;
height: 100%;
font-size:12pt !important;
color:rgba(0,0,0,0.8);
background:#fff;
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
letter-spacing: 0.00em;
font-family: 'Open Sans';
color: #000;
}
h1 {
font-size: 42pt;
line-height: 1.5;
}
h2 {
font-size: 30pt;
line-height: 1.5;
}
h3 {
font-size: 24pt;
line-height: 28pt;
}
h4 {
font-size: 20pt;
line-height: 1.5;
}
h5 {
font-size: 16pt;
line-height: 1.5;
}
h6 {
font-size: 12pt;
line-height: 1.5;
}
p{
margin: 5px 0 10px;
font-family: 'Open Sans';
font-weight: normal;
font-style: normal;
color: rgba(0,0,0,0.8);
font-size: 11pt;
line-height: 1.5;
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto;
}
.margin0{
margin: 0 !important;
}
p.legend{
margin: 10px 0 15px;
padding: 0 0 3px;
font-weight: normal;
font-style: normal;
color: #404040;
font-size: 18pt;
line-height: 1.5;
border-bottom: 1px solid #ccc;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin:0;
}
.title{
width: 100%;
padding: 20px;
overflow: auto;
}
.title > .heading{
letter-spacing: 7px;
margin-top: 20px;
}
body > header,
body > section,
body > footer {
display: block;
width: 100%;
clear: both;
float: left;
}
/* Common HTML Tags*/
.bold{
font-family: 'Open Sans Bold' !important;
}
.eb{
font-family: 'Open Sans Bold' !important;
line-height: 1;
}
.ei{
font-family: 'Open Sans Italic' !important;
line-height: 1;
}
.eb > .ei,.ei > .eb{
font-family: 'Open Sans BoldItalic' !important;
line-height: 1;
}
.black{
font-family: 'Open Sans Black' !important;
}
.italic{
font-family: 'Open Sans Italic' !important;
}
.bold > .italic,.italic > .bold{
font-family: 'Open Sans BoldItalic' !important;
}
.underline{
text-decoration: underline;
}
.flt-left {
float:left !important;
}
.flt-right {
float:right !important;
}
.txt-left{
text-align: left;
}
.txt-right{
text-align: right;
}
.txt-center{
text-align: center;
}
.txt-justify{
text-align: justify;
}
.full-span{
width: 100%;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
a{
color: #1E8CBE !important;
text-decoration:none;
}
a:visited {
color:#06c;
text-decoration:none;
}
a:focus, a:hover{
color:#09f;
}
blockquote {
font-family: 'Times New Roman', 'Serif' !important;
/* margin: 5px 0 5px 20px;
padding: 5px 15px;
background: #fff;
color:#595959;
border-left: 5px #000 solid;
font-style:italic !important;*/
font-weight: 400;
font-style: italic;
font-size: 28px !important;
line-height: 1.48;
letter-spacing: -0.014em;
margin: 5px 0 15px 0px;
color: rgba(0,0,0,0.6);
//border: none;
padding: 0;
padding-left: 0px;
text-align: left;
}
blockquote span{
font-family: 'Times New Roman', 'Serif' !important;
font-style:italic !important;
}
strong, b {
font-family: 'Open Sans Bold' !important;
}
.serif{
font-family: 'Merriweather', Serif !important;
font-weight: normal;
}
.light{
font-family: 'Open Sans Light' !important;
font-weight: normal;
}
.dark{
font-family: 'Open Sans Black' !important;
font-weight: normal;
}
em, dfn {
font-family: 'Open Sans Italic' !important;
font-weight: normal;
font-size: inherit;
}
sup, sub {
line-height:0;
}
abbr, acronym {
border-bottom:2px dotted #007acc;
cursor: pointer;
}
address {
margin:0 0 1.5em;
font-family: 'Open Sans Italic';
}
del {
color:#111;
}
pre {
margin:10px;
white-space:pre;
}
pre, code, tt {
font-family: 'NotCourier', monospace;
font-size: 11pt;
line-height: 1.5;
}
ul, menu, dir {
list-style-type: none;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
}
li ul, li ol {
margin: 0;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
}
ul li a {
border: none;
text-decoration: none;
transition: all 0.05s ease-in-out;
}
ul {
list-style-type:none;
}
ol {
list-style-type:none;
}
dl {
margin: 0;
}
dl dt {
font-weight:normal;
}
dd {
margin: 0;
}
/** Common classes*/
.hidden {
display:none !important;
}
.visible{
display: block;
}
/* forms.css */
label {
font-family: 'Open Sans Bold';
}
fieldset {
padding:0 1.4em 1.4em 1.4em;
margin:0 0 1.5em 0;
border:1px solid #ccc;
}
legend {
font-family: 'Open Sans Bold';
font-size:14pt;
padding: 0 5px 0 5px;
}
fieldset, #IE8#HACK {
padding-top:1.4em;
}
legend, #IE8#HACK {
margin-top:0;
margin-bottom:0;
}
/*input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="date"], input.text, input.title, textarea {
width: 100%;
padding: 5px;
margin: 5px 0 5px 0;
background-color:#fff;
border:1px solid #ccc;
color:#000;
font-family: 'Open Sans';
font-size: 11pt;
}*/
input[type="file"]{
width: 100%;
font-family: 'Open Sans';
font-size: 10pt;
margin: 5px 0 10px 0;
padding: 5px 5px 5px 0;
}
/*input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input[type=date]:focus, input.text:focus, input.title:focus, textarea:focus {
border-color:#999;
}*/
input:disabled, isindex:disabled, textarea:disabled {
color: #545454;
}
select{
width: 100%;
margin-bottom: 5px;
font-family: 'Open Sans';
font-size: 11pt;
padding: 3px;
background-color:#fff;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-appearance: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-appearance: button;
-moz-appearance: button;
}
input.text, input.title {
width:300px;
padding:5px;
}
textarea {
width: 100%;
padding:5px;
margin-bottom: 5px;
resize: vertical;
}
form.inline {
line-height:3;
}
form.inline p {
margin-bottom:0;
}
/* grid css */
hr {
background:#ddd;
color:#ddd;
clear:both;
float:none;
width:100%;
height:1px;
margin:0 0 17px;
border:none;
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/** Bg/fg Colors */
.square10{
width: 10px;
height: 10px;
display: inline-block;
}
ul.inline > li{
width: 33%;
margin-bottom: 5px;
display: inline-block;
}
.bg-black {
background-color: #000000 !important;
}
.bg-white {
background-color: #ffffff !important;
}
.bg-lime {
background-color: #a4c400 !important;
}
.bg-green {
background-color: #60a917 !important;
}
.bg-activeGreen{
background-color: rgb(108, 195, 92) !important;
}
.bg-emerald {
background-color: #008a00 !important;
}
.bg-teal {
background-color: #00aba9 !important;
}
.bg-cyan {
background-color: #1ba1e2 !important;
}
.bg-cobalt {
background-color: #0050ef !important;
}
.bg-indigo {
background-color: #6a00ff !important;
}
.bg-violet {
background-color: #aa00ff !important;
}
.bg-pink {
background-color: #dc4fad !important;
}
.bg-magenta {
background-color: #d80073 !important;
}
.bg-crimson {
background-color: #a20025 !important;
}
.bg-red {
background-color: #e51400 !important;
}
.bg-orange {
background-color: #fa6800 !important;
}
.bg-amber {
background-color: #f0a30a !important;
}
.bg-yellow {
background-color: #e3c800 !important;
}
.bg-brown {
background-color: #825a2c !important;
}
.bg-olive {
background-color: #6d8764 !important;
}
.bg-steel {
background-color: #647687 !important;
}
.bg-mauve {
background-color: #76608a !important;
}
.bg-taupe {
background-color: #87794e !important;
}
.bg-gray {
background-color: #555555 !important;
}
.bg-dark {
background-color: #333333 !important;
}
.bg-darker {
background-color: #222222 !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-darkBrown {
background-color: #63362f !important;
}
.bg-darkCrimson {
background-color: #640024 !important;
}
.bg-darkMagenta {
background-color: #81003c !important;
}
.bg-darkIndigo {
background-color: #4b0096 !important;
}
.bg-darkCyan {
background-color: #1b6eae !important;
}
.bg-darkCobalt {
background-color: #00356a !important;
}
.bg-darkTeal {
background-color: #004050 !important;
}
.bg-darkEmerald {
background-color: #003e00 !important;
}
.bg-darkGreen {
background-color: #128023 !important;
}
.bg-darkOrange {
background-color: #bf5a15 !important;
}
.bg-darkRed {
background-color: #9a1616 !important;
}
.bg-darkPink {
background-color: #9a165a !important;
}
.bg-darkViolet {
background-color: #57169a !important;
}
.bg-darkBlue {
background-color: #16499a !important;
}
.bg-lightBlue {
background-color: #4390df !important;
}
.bg-lighterBlue {
background-color: #00ccff !important;
}
.bg-lightTeal {
background-color: #45fffd !important;
}
.bg-lightOlive {
background-color: #78aa1c !important;
}
.bg-lightOrange {
background-color: #c29008 !important;
}
.bg-lightPink {
background-color: #f472d0 !important;
}
.bg-grayDark {
background-color: #333333 !important;
}
.bg-grayDarker {
background-color: #222222 !important;
}
.bg-grayLight {
background-color: #999999 !important;
}
.bg-grayLighter {
background-color: #eeeeee !important;
}
.bg-lightRed {
background-color: #FF2D19 !important;
}
.bg-lightGreen {
background-color: #7AD61D !important;
}
.bg-globalColor{
background-color: #1E8CBE !important;
}
.fg-globalColor{
color: #1E8CBE !important;
}
.fg-black {
color: #000000 !important;
}
.fg-white {
color: #ffffff !important;
}
.fg-lime {
color: #a4c400 !important;
}
.fg-green {
color: #60a917 !important;
}
.fg-emerald {
color: #008a00 !important;
}
.fg-teal {
color: #00aba9 !important;
}
.fg-cyan {
color: #1ba1e2 !important;
}
.fg-cobalt {
color: #0050ef !important;
}
.fg-indigo {
color: #6a00ff !important;
}
.fg-violet {
color: #aa00ff !important;
}
.fg-pink {
color: #dc4fad !important;
}
.fg-magenta {
color: #d80073 !important;
}
.fg-crimson {
color: #a20025 !important;
}
.fg-red {
color: #e51400 !important;
}
.fg-orange {
color: #fa6800 !important;
}
.fg-amber {
color: #f0a30a !important;
}
.fg-yellow {
color: #e3c800 !important;
}
.fg-brown {
color: #825a2c !important;
}
.fg-olive {
color: #6d8764 !important;
}
.fg-steel {
color: #647687 !important;
}
.fg-mauve {
color: #76608a !important;
}
.fg-taupe {
color: #87794e !important;
}
.fg-gray {
color: #555555 !important;
}
.fg-dark {
color: #333333 !important;
}
.fg-darker {
color: #222222 !important;
}
.fg-transparent {
color: transparent !important;
}
.fg-darkBrown {
color: #63362f !important;
}
.fg-darkCrimson {
color: #640024 !important;
}
.fg-darkMagenta {
color: #81003c !important;
}
.fg-darkIndigo {
color: #4b0096 !important;
}
.fg-darkCyan {
color: #1b6eae !important;
}
.fg-darkCobalt {
color: #00356a !important;
}
.fg-darkTeal {
color: #004050 !important;
}
.fg-darkEmerald {
color: #003e00 !important;
}
.fg-darkGreen {
color: #128023 !important;
}
.fg-darkOrange {
color: #bf5a15 !important;
}
.fg-darkRed {
color: #9a1616 !important;
}
.fg-darkPink {
color: #9a165a !important;
}
.fg-darkViolet {
color: #57169a !important;
}
.fg-darkBlue {
color: #16499a !important;
}
.fg-lightBlue {
color: #4390df !important;
}
.fg-lighterBlue {
color: #00ccff !important;
}
.fg-lightTeal {
color: #45fffd !important;
}
.fg-lightOlive {
color: #78aa1c !important;
}
.fg-lightOrange {
color: #c29008 !important;
}
.fg-lightPink {
color: #f472d0 !important;
}
.fg-grayDark {
color: #333333 !important;
}
.fg-grayDarker {
color: #222222 !important;
}
.fg-grayLight {
color: #999999 !important;
}
.fg-grayLighter {
color: #eeeeee !important;
}
.fg-lightRed {
color: #FF2D19 !important;
}
.fg-lightGreen {
color: #7AD61D !important;
}
.fg-activeGreen{
color: rgb(108, 195, 92) !important;
}
.global-color-black{
background-color: #242424 !important;
}
.global-color-carbon{
background-color: #292929 !important;
}
.global-color-blue{
background-color: #48a5f3 !important;
}
.btn-general{
transition: all 0.3s ease;
width: 100%;
padding: 7px;
border: 2px solid;
font-size: 80%;
letter-spacing: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font-weight: bold;
}
.btn-general:hover{
color: #000 !important;
background: transparent !important;
}
.btn-general:active{
box-shadow: inset 0 0 20px rgba(0,0,0,0.5)!important;
border: 2px solid rgba(0,0,0,0.3) !important;
}
.txt-general{
color: #888;
width: 100%;
padding: 5px;
margin: 5px 0 5px 0;
background: transparent;
border: 1px solid;
border-color: transparent transparent #ccc transparent;
color:#000;
font-family: 'Open Sans';
font-size: 12pt;
}
.pointer{
cursor: pointer !important;
}
.filler{
width: 100%;
height: 50px;
}
.featured-tags-title{
padding-top: 10px;
border-top: 1px solid rgba(0,0,0,0.05);
text-transform: uppercase;
letter-spacing: 1.5px;
font-family: 'Open Sans Bold';
font-size: 9pt;
/* border-top: 2px solid rgba(0,0,0,0.3);*/
margin: -1px 0 0 0;
}
.tag{
font-size: 10pt;
color: #333 !important;
border: 1px solid rgba(0,0,0,0.15);
padding: 5px 10px;
background: #fff;
border-radius: 3px;
margin: 0 5px 7px 0;
display: inline-block;
-webkit-transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
}
.tag:hover{
background: rgba(235,235,235,0.5);
}
/** headbar css **/
.headbar{
background: #000;
height: 50px;
position: fixed;
}
.logo{
height: 50px;
padding: 9px 0 0 55px;
background-repeat: no-repeat;
background-position: 15px 10px;
}
.logo h5{
display: inline-block;
}
.search{
width: 100%;
background: #222;
color: #fff;
padding: 5px 25px;
font-size: 11pt;
border: 0;
border-radius: 5px;
}
.search:focus{
background: #333;
}
.search-prop{
position: absolute;
top: 16px;
left: 7px;
}
.nav-actions{
padding: 9px 10px;
position: relative;
}
.nav-actions > ul > li{
width: 33px;
height: 33px;
display: inline-block;
position: relative;
margin: 0 5px;
color: #666;
font-size: 12pt;
text-align: center;
border: 2px solid #333;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
cursor: pointer;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}
.nav-actions > ul > li:focus, .nav-actions > ul > li:hover{
color: #fff !important;
background: #09f;
border-color: #09f;
box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}
.nav-actions > ul > li > i{
margin-top: 6px;
}
.nav-info{
padding: 7px 0;
}
.nav-info > ul > li{
color: #fff;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
cursor: pointer;
}
.nav-info .avatar{
width: 35px;
height: 35px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-size: cover;
background-position: 50% 50%;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-repeat: no-repeat;
}
.search-dropdown{
display: none;
letter-spacing: normal;
position: relative;
position: absolute;
width: 100%;
top: 50px;
padding: 10px 0px 0px;
height: auto;
background: rgba(255,255,255,0.99);
box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
overflow: auto;
}
.search-dropdown > ul{
position: relative;
}
.search-dropdown > ul > li{
margin: 0px;
color: #555;
width: 100%;
float: left;
}
.search-dropdown > ul > li > a{
color: inherit !important;
display: block;
padding: 7px 20px;
text-decoration: none;
font-family: 'Open Sans' !important;
font-size: 11pt;display: block;
width: 100%;
float: left;
border-bottom: 1px solid rgba(235,235,235,0.4);
}
.search-dropdown > ul > li:hover{
background: #f2f2f2 !important;
color: #08c !important;
}
.selected{
background: #f2f2f2 !important;
color: #08c !important;
}
.search-all{
float: left;
padding: 0 20px;
line-height: 39px;
font-size: 15px;
height: 40px;
width: inherit;
border-top: 1px solid rgba(235,235,235,0.6);
box-shadow: 0px 0px 1px rgba(205,205,205,0.3);
cursor: pointer;
background: #f7f7f7;
color: #222;
}
.search-all:hover{
background: #1b6eae;
color: #fff;
}
.search-wrapper{
width: 100%;
height: 100%;
display: none;
background:rgba(0,0,0,0.5);
position: fixed;
top: 0;
z-index: 99;
left: 0;
}
ul.nav-dropdown{
display: none;
position: absolute;
width: 400px;
top: 40px;
right: 0;
background: #fff;
box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
ul.nav-dropdown.navinfo{
width: 200px;
top: 50px;
}
ul.nav-dropdown li{
display: block;
overflow: auto;
padding: 10px 10px;
}
ul.nav-dropdown li:hover{
background: rgba(0,0,0,0.05);
}
ul.nav-dropdown:after{
border: 6px solid rgba(0, 0, 0, 0);
border-bottom-color: #F5F5F5;
content: ' ';
height: 0;
position: absolute;
right: 8px;
top: -12px;
width: 0;
}
.overflow-wrap{
max-height: 400px;
overflow: auto;
}
.category-thumbnail{
width: 100px;
height: 45px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-size: cover;
background-position: 50% 50%;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-repeat: no-repeat;
}
.offscroll {
height: 672px;
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
#startup {
transform: translate(40%,100%);
}
.spinner-container {
animation: rotate 2s linear infinite;
-webkit-animation: rotate 2s linear infinite;
}
.spinner-container .path {
stroke-dasharray: 1,150; /* 1%, 101% circumference */
stroke-dashoffset: 0;
stroke: #1ba1e2;
stroke-linecap: round;
animation: dash 1.5s ease-in-out infinite;
-webkit-animation: dash 1.5s ease-in-out infinite;
}
.avatar{
width: 45px;
height: 45px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-size: cover;
border-radius: 3px;
background-position: 50% 50%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-repeat: no-repeat;
}
.dot-center{
padding: 0 7px 0 5px;
}
.dot-center:after{
content: '.';
position: absolute;
}
.link:hover{
text-decoration: underline;
}
@keyframes rotate{
100% { transform: rotate(360deg);-webkit-transform : rotate(360deg); }
}
@keyframes dash {
0% {
stroke-dasharray: 1,150; /* 1%, 101% circumference */
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90,150; /* 70%, 101% circumference */
stroke-dashoffset: -35; /* 25% circumference */
}
100% {
stroke-dasharray: 90,150; /* 70%, 101% circumference */
stroke-dashoffset: -124; /* -99% circumference */
}
}
.toggle-sidebar{
display: none !important;
font-size: 20px;
padding: 0 10px;
}
.editable p,.thread-desc p{
margin: 3px 0 5px 0 !important;
}
.editable span,.editable p,.editable li,.thread-desc span,.thread-desc p,.thread-desc li{
font-family: 'Merriweather' !important;
}
.editable b,.thread-desc b{
font-family: 'Merriweather Bold' !important;
font-size: inherit !important;
}
.editable i,.thread-desc i{
font-family: 'Merriweather Italic' !important;
font-size: inherit !important;
}
.editable .relative > i,.thread-desc .relative > i{
font-family: 'FontAwesome' !important;
}
.editable b > i,.editable i > b,.thread-desc b > i,.thread-desc i > b{
font-family: 'Merriweather Bold Italic' !important;
font-size: inherit !important;
}
.editable:empty:not(:focus):before{
content:attr(data-text);
color: #ccc;
}
.editable pre p,.thread-desc pre p{
font-family: monospace !important;
color: #48d8a0 !important;
}
.editable pre,.thread-desc pre{
/* color: rgb(188,0,13);
background: rgba(235,235,235,0.5);*/
/* margin: 2px;
padding: 6px 10px;
font-family: monospace;
background: #272b38;
color: #48d8a0;
border-radius: 4px;*/
/* background: #f5f2f0;*/
background: #272b38;
padding: 0.5em 1em;
margin: .5em 0;
overflow: auto;
color: #48d8a0 !important;
font-family: monospace !important;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.editable h4 > ol,.thread-desc h4 > ol,.editable h4 > ul,.thread-desc h4 > ul{
margin-left: 45px !important;
}
.editable h5 > ol,.thread-desc h5 > ol,.editable h5 > ul,.thread-desc h5 > ul{
margin-left: 35px !important;
}
.editable h6 > ol,.thread-desc h6 > ol,.editable h6 > ul,.thread-desc h6 > ul{
margin-left: 25px !important;
}
.editable span{
font-family: 'Merriweather' !important;
color: inherit !important;
font-size: inherit !important;
line-height: inherit !important;
}
.editable h3,.editable h4,.editable h5,.editable h6,.thread-desc h3,.thread-desc h4,.thread-desc h5,.thread-desc h6{
font-family: 'Merriweather' !important;
color: rgba(0,0,0,0.5);
}
.editable h3 span,.editable h4 span,.editable h5 span,.editable h6 span,.thread-desc h3 span,.thread-desc h4 span,.thread-desc h5 span,.thread-desc h6 span{
font-family: 'Merriweather' !important;
color: rgba(0,0,0,0.4) !important;
font-size: inherit !important;
line-height: inherit !important;
}
.editable h3,.thread-desc h3{
font-size: 24pt !important;
}
.editable h4,.thread-desc h4{
font-size: 20pt !important;
}
.editable h5,.thread-desc h5{
font-size: 16pt !important;
}
.editable h6,.thread-desc h6{
font-size: 12pt !important;
}
.editable ul,.thread-desc ul{
list-style-type: disc !important;
margin-left: 20px;
}
.editable ol,.thread-desc ol{
list-style-type: decimal !important;
margin-left: 30px;
}
.editable ol > li,.thread-desc ol > li{
display: list-item !important;
}
.thread{
margin-top: 10px;
padding: 10px 20px;
border-bottom: 1px solid rgba(100,100,100,0.1);
}
li.thread:last-child{
border-bottom: none;
}
.thread li{
display: inline-block;
vertical-align: middle;
}
.thread ul li > a{
color: #09f;
}
/** SIDEBAR **/
.sidebarwrapper{
position: fixed;
height: 100%;
width: 100%;
left:0;
right:0;
bottom:0;
top:0;
overflow: auto;
display: none;
z-index: 999;
}
.sidebar{
position: absolute;
margin-top: 50px;
left: -100%;
width: 100%;
}
.sidebar ul > li{
display: block;
width: 100%;
border-bottom: 1px solid rgba(235,235,235,0.2);
}
.sidebar ul > li > a{
display: block;
padding: 15px;
color: rgba(201, 212, 246, 0.86) !important;
white-space: nowrap;
font-size: 18px;
}
.sidebar ul > li > a > i{
font-size: 20px;
margin-right: 5px;
}
.nav-toggle{
float: left;
padding: 13px 15px 13px 5px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
content: '';
position: absolute;
display: block;
width: 25px;
height: 2px;
border-radius: 1px;
background: #fff;
cursor: pointer;
}
.nav-toggle span:before {
top: -6px;
}
.nav-toggle span:after {
bottom: -6px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
background-color: transparent;
}
.nav-toggle.active span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
top: 0;
}
.nav-toggle.active span:after {
top: 10px;
-webkit-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}.load-more{
display: table;
margin: 20px auto;
height: 120px;
width: 120px;
cursor: pointer;
}
.load-more > a{
text-transform: uppercase;
padding: 0 9px;
text-align: center;
font-size: 12px;
font-weight: 600;
display: table-cell;
vertical-align: middle;
color: #4090db !important;
}
.load-more:before{
height: 120px;
width: 120px;
border: 2px solid #4090db;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
content: '';
position: absolute;
}
.load-more{
display: table;
margin: 20px auto;
height: 120px;
width: 120px;
cursor: pointer;
}
.load-more > a{
text-transform: uppercase;
padding: 0 9px;
text-align: center;
font-size: 12px;
font-weight: 600;
display: table-cell;
vertical-align: middle;
color: #4090db !important;
}
.load-more:before{
height: 120px;
width: 120px;
border: 2px solid #4090db;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
content: '';
position: absolute;
transition: all 0.2s linear;
}
.headbar-mobile{
background: #000;
height: 50px;
position: fixed;
display:none !important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.logo,.nav-actions,.nav-info,.rightPane{display:none !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 84% !important;float: left;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.stas-desktop{display: block !important;}
.stats-mobile{display: none !important;}
}
/*--- Mobile portrait ---*/
@media only screen and (min-width : 0px) and (max-width : 480px) {
.logo,.nav-actions,.nav-info,.rightPane,.new-thread-button{display:none !important;}
.toggle-sidebar,.new-post-view,.reply-post-box > .new-thread-button{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 84% !important;float: left;margin-left: 13px;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.load-more{height: 100px !important;width: 100px !important;}
.load-more:before{height: 100px !important;width: 100px !important;}
.thumbnail{background-position: 50% 50% !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stats-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.upvote-action{text-align: center !important;}
.modal-ul > li .pure-u-7-8{padding-left: 25px !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
/*profile*/
.bg-img{height: 200px !important;background-position: 0% 0% !important;background-size: contain !important;}
.profile-avatar{height: 90px!important;width: 90px !important;}
.sinfo{margin-top: 50px !important;}
.sinfo h2{font-size: 20pt !important;}
.pcontent{padding: 10px !important;}
.pcontent .pure-u-md-1-2{padding: 0 !important;}
.change-cover,.save-cover,.cancel-cover{display: none !important;}
}
/*--- Mobile landscape ---*/
@media only screen and (min-width : 480px) and (max-width : 595px) {
.logo,.nav-actions,.nav-info,.rightPane,.new-thread-button{display:none !important;}
.toggle-sidebar,.new-post-view,.reply-post-box > .new-thread-button{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 10px !important;margin-left: 13px;}
.search{width: 90% !important;float: left;}
.search-prop{left: 44px !important;top: 17px;}
.search-dropdown{top: 39px !important;}
.load-more{height: 100px !important;width: 100px !important;}
.load-more:before{height: 100px !important;width: 100px !important;}
.thumbnail{background-position: 50% 50% !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.modal-ul > li .pure-u-7-8{padding-left: 25px !important;}
/*profile*/
.bg-img{height: 200px !important;background-position: 0% 0% !important;background-size: contain !important;}
.profile-avatar{height: 90px!important;width: 90px !important;}
.sinfo{margin-top: 50px !important;}
.sinfo h2{font-size: 20pt !important;}
.pcontent{padding: 10px !important;}
.pcontent .pure-u-md-1-2{padding: 0 !important;}
.change-cover,.save-cover,.cancel-cover{display: none !important;}
}
/*--- Tablet portrait ---*/
@media only screen and (min-width : 640px) and (max-width : 800px) {
.logo,.nav-actions,.nav-info,.filler-left{display:none !important;}
//.md45-headbar,.md45-headbar .pure-u-md-1-2,.md56-body{width: 100% !important;}
//.md56-body .pure-u-md-16-24{width: 65% !important;}
.rightPane{display: block !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 93% !important;float: left;margin-left: 13px;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
}
/*--- Tablet portrait iPad Mini--- */
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.logo,.nav-actions,.nav-info,.filler-left{display:none !important;}
.md45-headbar,.md45-headbar .pure-u-md-1-2,.md56-body{width: 100% !important;}
.md56-body .pure-u-md-16-24{width: 65% !important;}
.rightPane{display: block !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 93% !important;float: left;margin-left: 13px;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.rightPane,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
}
/*--- Tablet landscape --- */
@media only screen and (min-width : 1024px) and (max-width : 1224px) {
.logo,.nav-actions,.nav-info,.filler-left{display:none !important;}
.md45-headbar,.md45-headbar .pure-u-md-1-2,.md56-body{width: 100% !important;}
.md56-body .pure-u-md-16-24{width: 66.5% !important;}
.rightPane{display: block !important;}
.toggle-sidebar{display: block!important;}
.thread-options{padding: 0px !important;}
.thread-options > p span{padding-right: 5px !important;}
.search{width: 93% !important;float: left;}
.search-prop{left: 44px !important;top: 20px;}
.search-dropdown{top: 39px !important;}
.ttitle h2,.ttitle h3{font-size: 17pt !important;line-height: 1.3 !important;}
.nav-actions,.nav-info,.headbar{display:none !important;}
.toggle-sidebar,.headbar-mobile{display: block!important;}
.stas-desktop{display: none !important;}
.stats-mobile{display: block !important;}
.avatar-settings{margin: 0 auto !important;}
.adjust-on-mobile{padding-right: 0 !important;}
}
.beeper-wrapper{
display: block;
position: fixed;
left: 0;
bottom: 0;
z-index: 99999999;
}
.beeper-wrapper > ul{
width: 335px;
height: 100%;
float: right;
padding: 10px 10px 10px 20px;
}
.beeper{
padding: 10px;
background-color: #1d7ccf;
/* background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 80%);
background-image: -webkit-gradient(linear, right bottom, left bottom, from(#52aeff), to(#2180d3));*/
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.32);
margin: 10px 0;
}
.beeper > a{
display: block;
}
.close-beeper{
display: none !important;
font-size: 13px !important;
}
.beeper:hover .close-beeper{
display: block !important;
}
.bubble ,.bubble-mobile, .bubble-mobile-float{
position: absolute;
top: -7px;
left: 20px;
background-color: #e44c34;
color: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
border-color: #E23923 #D83722 #C0311E;
border-left: 1px solid #D83722;
border-width: 1px;
box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
padding: 0px 5px 0 4px;
font-weight: bold;
font-size: 13px;
font-family: 'Open Sans Black';
}
.bubble-mobile{
top: 8px;
left: 30px;
z-index: 9999;
}
.bubble-mobile-float{
position: relative;
top: 0;
left: 0;
margin: 3px 0;
}
.active-notif{
background:rgba(235,235,235,.8);
}
.relative{
position: relative;
}
.remove-desc-image{
font-family:'FontAwesome' !important;
position: absolute;
left: 10px;
top:10px;
cursor: pointer;
} | 0.375134 | 0.04597 |
*{
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 300;
}
html, body{
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
background: #f3f2f2;
}
h4 {
font-size: 24px;
font-weight: 600;
color: #000;
opacity: 0.85;
}
.session {
display: flex;
justify-content: space-around;
box-shadow: 0px 7px 10px 2px rgb(0 0 0 / 12%);
}
.left {
width: 230px;
height: 397px;
background: #A8D5E2;
display: grid;
place-items: center;
}
form {
padding: 40px 30px;
background: #fefefe;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 20px;
width: 300px;
}
form h4 {
margin-bottom: 20px;
color: rgba(0, 0, 0, 0.5);
}
form h4 span {
color: black;
font-weight: 700;
}
form p {
line-height: 155%;
margin-bottom: 5px;
font-size: 14px;
color: #000;
opacity: 0.65;
font-weight: 400;
max-width: 200px;
}
label {
font-size: 12.5px;
color: #000;
opacity: 0.8;
font-weight: 400;
display: none;
}
.floating-label {
margin-top: 20px;
}
input {
padding: 8px;
width: 220px;
border: none;
outline: none;
border-bottom: 3px groove #b08bf8;
}
input::placeholder{
color: rgba(0, 0, 0, 0.5);
}
input:checked{
border: none;
}
button {
-webkit-appearance: none;
width: auto;
min-width: 100px;
border-radius: 24px;
text-align: center;
padding: 15px 40px;
margin-top: 65px;
background-color: #b08bf8;
color: #fff;
font-size: 14px;
margin-left: auto;
font-weight: 500;
box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.13);
border: none;
transition: all 0.3s ease;
outline: 0;
}
button:hover{
transform: translateY(-3px);
box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
} | login-page/style.css | *{
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 300;
}
html, body{
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
background: #f3f2f2;
}
h4 {
font-size: 24px;
font-weight: 600;
color: #000;
opacity: 0.85;
}
.session {
display: flex;
justify-content: space-around;
box-shadow: 0px 7px 10px 2px rgb(0 0 0 / 12%);
}
.left {
width: 230px;
height: 397px;
background: #A8D5E2;
display: grid;
place-items: center;
}
form {
padding: 40px 30px;
background: #fefefe;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 20px;
width: 300px;
}
form h4 {
margin-bottom: 20px;
color: rgba(0, 0, 0, 0.5);
}
form h4 span {
color: black;
font-weight: 700;
}
form p {
line-height: 155%;
margin-bottom: 5px;
font-size: 14px;
color: #000;
opacity: 0.65;
font-weight: 400;
max-width: 200px;
}
label {
font-size: 12.5px;
color: #000;
opacity: 0.8;
font-weight: 400;
display: none;
}
.floating-label {
margin-top: 20px;
}
input {
padding: 8px;
width: 220px;
border: none;
outline: none;
border-bottom: 3px groove #b08bf8;
}
input::placeholder{
color: rgba(0, 0, 0, 0.5);
}
input:checked{
border: none;
}
button {
-webkit-appearance: none;
width: auto;
min-width: 100px;
border-radius: 24px;
text-align: center;
padding: 15px 40px;
margin-top: 65px;
background-color: #b08bf8;
color: #fff;
font-size: 14px;
margin-left: auto;
font-weight: 500;
box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.13);
border: none;
transition: all 0.3s ease;
outline: 0;
}
button:hover{
transform: translateY(-3px);
box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
} | 0.353428 | 0.096706 |
@import url(figure.css);
body {
color: #212121;
font-family: arial, sans-serif;
overflow-y: scroll;
margin: 0;
padding: 0;
background-color: #F0F4C3;
}
h1 {
font-size: 2.2em;
}
.link-bar {
font-size: 11pt;
font-style: italic;
}
.correct-reply {
color: #1E8F1E;
font-weight: bold;
}
.comment-comment-form {
overflow: hidden;
margin-left: 70px;
}
.left-side, .right-side {
width: 47%;
padding-top: 10px;
}
.tag-table {
text-align: left;
margin-bottom: 10px;
}
.frontpage-title {
font-size: 16pt;
font-weight: bold;
border-bottom: 1px solid #B6B6B6;
display: block;
margin-bottom: 10px;
}
.top-member {
text-align: center;
border: 2px solid #727272;
border-radius: 5px;
display: inline-block;
padding: 7px;
}
.left-side {
float: left;
}
.right-side {
float: right;
}
.comment-comment {
margin-left: 70px;
border-top: 1px solid #B6B6B6;
}
.arrow-up, .arrow-down {
fill: #B6B6B6;
}
.arrow-up-active {
fill: #1E8F1E;
}
.arrow-down-active {
fill: #FF3333;
}
.no-dec {
text-decoration: none;
}
.allQuestions a {
display: block;
text-decoration: none;
color: #212121;
border-top: 1px solid transparent;
padding: 0 0 5px 0;
border-bottom: 1px solid #B6B6B6;
}
#question textarea {
width: 940px;
min-height: 150px;
}
#editUser textarea {
width: 600px;
min-height: 100px;
}
#reply textarea {
width: 600px;
min-height: 100px;
}
.singleQuestion {
margin-bottom: 20px;
}
.allQuestions a:hover {
color: #727272;
border-top: 1px solid #727272;
border-bottom: 1px solid #727272;
}
.user-list {
display: block;
clear: both;
height: 80px;
margin: 10px;
padding: 0 0 5px 0;
border-bottom: 1px solid #B6B6B6;
}
.user-list a {
text-decoration: none;
color: #212121;
}
.allScore {
font-size: 30pt;
margin-top: 10px;
position: absolute;
}
.rep {
font-weight: bold;
font-style: italic;
}
.user-list h3 {
margin-top: 0;
}
.activity-list {
list-style: none;
display: block;
}
.reply {
margin: 5px;
padding: 5px;
border-top: 1px solid #B6B6B6;
}
.arrow-link {
display: block;
}
.author {
font-size: small;
font-style: italic;
}
#navbar {
margin: 5px 0;
}
.navbar ul {
list-style: none;
margin: 0;
padding: 0;
}
.navbar li {
display: inline-block;
color: #212121;
position: relative;
}
.navbar a {
display: block;
width: 100%;
padding: 1em;
text-decoration: none;
color: inherit;
white-space: nowrap;
}
.navbar li:hover {
color: #727272;
}
.navbar li.selected {
border-top: 2px #FF9800 solid;
border-bottom: 2px #FF9800 solid;
}
/**
* Layout of the main page elements
*/
#wrapper {
margin: 0 auto;
width: 980px;
padding: 0 10px 10px 10px;
}
/**
* Layout for header
*/
#header {
position: relative;
margin: 0 auto;
width: 980px;
display: block;
}
#headerWrap {
background-color: #CDDC39;
position: relative;
display: block;
width: 100%;
left: 0;
}
.sitetitle {
color: #212121;
top: 6px;
left: 130px;
font-size: 48px;
display: inline-block;
}
.siteslogan {
top: 65px;
left: 130px;
font-style: italic;
color: #212121;
display: block;
}
.top-login {
float:right;
margin-top: 6px;
}
.top-login a {
color: #212121;
text-decoration: none;
}
.tag-line {
font-size: 10pt;
font-style: italic;
}
.top-login a:hover {
color: #FF9800;
}
/**
* Layout for main
*/
#main {
min-height: 20em;
}
/**
* Layout for footer
*/
#footer {
margin-top: 40px;
border-top: 1px solid #ccc;
padding-top: 22px;
}
.sitefooter {
color: #666;
}
/**
* For articles
*/
.article1 {
width: 700px;
border-right: 1px solid #ccc;
padding-right: 1em;
}
.article1 h1,
.article1 h2 {
border-bottom: 1px solid #ccc;
}
.byline {
margin-top: 44px;
border-top: 1px dashed #ccc;
padding-top: 22px;
color: #666;
}
.byline p {
margin-top: 0;
} | webroot/css/style.css | @import url(figure.css);
body {
color: #212121;
font-family: arial, sans-serif;
overflow-y: scroll;
margin: 0;
padding: 0;
background-color: #F0F4C3;
}
h1 {
font-size: 2.2em;
}
.link-bar {
font-size: 11pt;
font-style: italic;
}
.correct-reply {
color: #1E8F1E;
font-weight: bold;
}
.comment-comment-form {
overflow: hidden;
margin-left: 70px;
}
.left-side, .right-side {
width: 47%;
padding-top: 10px;
}
.tag-table {
text-align: left;
margin-bottom: 10px;
}
.frontpage-title {
font-size: 16pt;
font-weight: bold;
border-bottom: 1px solid #B6B6B6;
display: block;
margin-bottom: 10px;
}
.top-member {
text-align: center;
border: 2px solid #727272;
border-radius: 5px;
display: inline-block;
padding: 7px;
}
.left-side {
float: left;
}
.right-side {
float: right;
}
.comment-comment {
margin-left: 70px;
border-top: 1px solid #B6B6B6;
}
.arrow-up, .arrow-down {
fill: #B6B6B6;
}
.arrow-up-active {
fill: #1E8F1E;
}
.arrow-down-active {
fill: #FF3333;
}
.no-dec {
text-decoration: none;
}
.allQuestions a {
display: block;
text-decoration: none;
color: #212121;
border-top: 1px solid transparent;
padding: 0 0 5px 0;
border-bottom: 1px solid #B6B6B6;
}
#question textarea {
width: 940px;
min-height: 150px;
}
#editUser textarea {
width: 600px;
min-height: 100px;
}
#reply textarea {
width: 600px;
min-height: 100px;
}
.singleQuestion {
margin-bottom: 20px;
}
.allQuestions a:hover {
color: #727272;
border-top: 1px solid #727272;
border-bottom: 1px solid #727272;
}
.user-list {
display: block;
clear: both;
height: 80px;
margin: 10px;
padding: 0 0 5px 0;
border-bottom: 1px solid #B6B6B6;
}
.user-list a {
text-decoration: none;
color: #212121;
}
.allScore {
font-size: 30pt;
margin-top: 10px;
position: absolute;
}
.rep {
font-weight: bold;
font-style: italic;
}
.user-list h3 {
margin-top: 0;
}
.activity-list {
list-style: none;
display: block;
}
.reply {
margin: 5px;
padding: 5px;
border-top: 1px solid #B6B6B6;
}
.arrow-link {
display: block;
}
.author {
font-size: small;
font-style: italic;
}
#navbar {
margin: 5px 0;
}
.navbar ul {
list-style: none;
margin: 0;
padding: 0;
}
.navbar li {
display: inline-block;
color: #212121;
position: relative;
}
.navbar a {
display: block;
width: 100%;
padding: 1em;
text-decoration: none;
color: inherit;
white-space: nowrap;
}
.navbar li:hover {
color: #727272;
}
.navbar li.selected {
border-top: 2px #FF9800 solid;
border-bottom: 2px #FF9800 solid;
}
/**
* Layout of the main page elements
*/
#wrapper {
margin: 0 auto;
width: 980px;
padding: 0 10px 10px 10px;
}
/**
* Layout for header
*/
#header {
position: relative;
margin: 0 auto;
width: 980px;
display: block;
}
#headerWrap {
background-color: #CDDC39;
position: relative;
display: block;
width: 100%;
left: 0;
}
.sitetitle {
color: #212121;
top: 6px;
left: 130px;
font-size: 48px;
display: inline-block;
}
.siteslogan {
top: 65px;
left: 130px;
font-style: italic;
color: #212121;
display: block;
}
.top-login {
float:right;
margin-top: 6px;
}
.top-login a {
color: #212121;
text-decoration: none;
}
.tag-line {
font-size: 10pt;
font-style: italic;
}
.top-login a:hover {
color: #FF9800;
}
/**
* Layout for main
*/
#main {
min-height: 20em;
}
/**
* Layout for footer
*/
#footer {
margin-top: 40px;
border-top: 1px solid #ccc;
padding-top: 22px;
}
.sitefooter {
color: #666;
}
/**
* For articles
*/
.article1 {
width: 700px;
border-right: 1px solid #ccc;
padding-right: 1em;
}
.article1 h1,
.article1 h2 {
border-bottom: 1px solid #ccc;
}
.byline {
margin-top: 44px;
border-top: 1px dashed #ccc;
padding-top: 22px;
color: #666;
}
.byline p {
margin-top: 0;
} | 0.353875 | 0.120439 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
}
.top-nav {
background-color:#333;
overflow: hidden;
width: 100%;
}
.top-nav a:hover{
background-color:black;
}
.top-nav a{
float: left;
display: block;
text-decoration: none;
font-weight: bolder;
padding: 14px 16px;
color: #f2f2f2;
font-size: 17px;
text-align: center;
}
.top-nav .icon {
display: none;
}
.top-nav a.active {
background-color: #04AA6D;
}
.column {
margin-top: 10px;
width: 100%;
display: flex;
flex-direction: row;
}
.row {
margin-top: 10px;
width: 100%;
display: flex;
flex-direction: column;
}
.column-side {
flex-basis: 20%;
}
.column div {
width: 100%;
margin: 0;
}
.category-img {
width: 100px;
height: 100px;
object-fit: cover;
}
.card-img {
display: block;
width: 100%;
/* box-shadow: 0px 0px 10px black; */
}
.card {
width: 100%;
margin: 10px;
margin-bottom: 50px;
padding: 10px;
display: flex;
flex-direction: column;
}
.card-title {
font-size: 30px;
font-weight: bolder;
margin-top: 20px;
margin-bottom: 0;
width: 100%;
}
.card-body {
font-size: 20px;
margin: 5px;
width: 100%;
}
.category-container {
font-size: 20px;
width: 100%;
display: flex;
}
.category-img{
margin: 5px;
}
.muted {
color: gray;
margin: 10px;
}
.category-container .cat-title {
color: #333;
text-decoration: none;
font-weight: bold;
}
.category-container .cat-title:hover {
color: #04AA6D;
}
.btn {
width: fit-content;
border-radius: 5px;
color: black;
padding: 8px;
text-decoration: none;
font-weight: 700;
float: right;
font-size: 12px;
}
.btn-primary {
color: #f2f2f2;
background-color: #04AA6D;
}
.btn-primary:hover {
color: #04AA6D;
background-color: #fff;
}
.no-decor .card-title {
text-decoration: none;
}
.card-tag {
text-decoration: none;
font-size: 18px;
color: #04AA6D;
padding: 5px;
border-radius: 5px;
font-weight: 900;
}
.card-tag:hover {
text-decoration: none;
font-size: 18px;
color: #fff;
background-color: #04AA6D;
}
.side-body {
font-weight: bolder;
}
@media screen and (max-width:600px) {
.top-nav a:not(:first-child) {display: none;}
.top-nav a.icon {
display: block;
float: right;
}
}
@media screen and (max-width: 600px) {
.top-nav.responsive {position: relative;}
.top-nav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
.top-nav.top-nav.responsive a {
float: none;
display: block;
text-align: left;
}
.column {
flex-direction: column;
}
.column-side {
background-color: #333;
color: #f2f2f2;
font-size: 90%;
text-align: center;
bottom: 0%;
width: 100%;
}
}
.footer {
width: 100%;
bottom: 0%;
padding: 30px 10px;
justify-content: space-around;
}
.list-unstyled {
text-decoration: none;
list-style: none;
}
.list-unstyled li a{
color: #f2f2f2;
text-decoration: none;
font-size: 80%;
margin: 0;
transition: .5s all ease;
}
.list-unstyled li a:hover{
margin-left: 5px;
font-weight: 700;
}
.addr .icon-text{
align-items: center;
text-align: center;
}
.m4 {
margin: 4px;
}
.container {
margin-right: 10px;
}
.headline {
color: #f2f2f2;
margin: 2px;
border-left: 3px solid #f2f2f2;
padding-left: 10px;
font-size: 120%;
}
.footer-sec {
padding-top: 10px;
background-color: #333;
margin-top: auto;
bottom: 0%;
width: 100%;
}
.container-base {
display: flex;
justify-content: space-around;
} | blog/static/blog/css/style copy.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
}
.top-nav {
background-color:#333;
overflow: hidden;
width: 100%;
}
.top-nav a:hover{
background-color:black;
}
.top-nav a{
float: left;
display: block;
text-decoration: none;
font-weight: bolder;
padding: 14px 16px;
color: #f2f2f2;
font-size: 17px;
text-align: center;
}
.top-nav .icon {
display: none;
}
.top-nav a.active {
background-color: #04AA6D;
}
.column {
margin-top: 10px;
width: 100%;
display: flex;
flex-direction: row;
}
.row {
margin-top: 10px;
width: 100%;
display: flex;
flex-direction: column;
}
.column-side {
flex-basis: 20%;
}
.column div {
width: 100%;
margin: 0;
}
.category-img {
width: 100px;
height: 100px;
object-fit: cover;
}
.card-img {
display: block;
width: 100%;
/* box-shadow: 0px 0px 10px black; */
}
.card {
width: 100%;
margin: 10px;
margin-bottom: 50px;
padding: 10px;
display: flex;
flex-direction: column;
}
.card-title {
font-size: 30px;
font-weight: bolder;
margin-top: 20px;
margin-bottom: 0;
width: 100%;
}
.card-body {
font-size: 20px;
margin: 5px;
width: 100%;
}
.category-container {
font-size: 20px;
width: 100%;
display: flex;
}
.category-img{
margin: 5px;
}
.muted {
color: gray;
margin: 10px;
}
.category-container .cat-title {
color: #333;
text-decoration: none;
font-weight: bold;
}
.category-container .cat-title:hover {
color: #04AA6D;
}
.btn {
width: fit-content;
border-radius: 5px;
color: black;
padding: 8px;
text-decoration: none;
font-weight: 700;
float: right;
font-size: 12px;
}
.btn-primary {
color: #f2f2f2;
background-color: #04AA6D;
}
.btn-primary:hover {
color: #04AA6D;
background-color: #fff;
}
.no-decor .card-title {
text-decoration: none;
}
.card-tag {
text-decoration: none;
font-size: 18px;
color: #04AA6D;
padding: 5px;
border-radius: 5px;
font-weight: 900;
}
.card-tag:hover {
text-decoration: none;
font-size: 18px;
color: #fff;
background-color: #04AA6D;
}
.side-body {
font-weight: bolder;
}
@media screen and (max-width:600px) {
.top-nav a:not(:first-child) {display: none;}
.top-nav a.icon {
display: block;
float: right;
}
}
@media screen and (max-width: 600px) {
.top-nav.responsive {position: relative;}
.top-nav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
.top-nav.top-nav.responsive a {
float: none;
display: block;
text-align: left;
}
.column {
flex-direction: column;
}
.column-side {
background-color: #333;
color: #f2f2f2;
font-size: 90%;
text-align: center;
bottom: 0%;
width: 100%;
}
}
.footer {
width: 100%;
bottom: 0%;
padding: 30px 10px;
justify-content: space-around;
}
.list-unstyled {
text-decoration: none;
list-style: none;
}
.list-unstyled li a{
color: #f2f2f2;
text-decoration: none;
font-size: 80%;
margin: 0;
transition: .5s all ease;
}
.list-unstyled li a:hover{
margin-left: 5px;
font-weight: 700;
}
.addr .icon-text{
align-items: center;
text-align: center;
}
.m4 {
margin: 4px;
}
.container {
margin-right: 10px;
}
.headline {
color: #f2f2f2;
margin: 2px;
border-left: 3px solid #f2f2f2;
padding-left: 10px;
font-size: 120%;
}
.footer-sec {
padding-top: 10px;
background-color: #333;
margin-top: auto;
bottom: 0%;
width: 100%;
}
.container-base {
display: flex;
justify-content: space-around;
} | 0.415492 | 0.074265 |
h1, h5{
color: black;
}
.banner_part {
position: relative;
background-color: #dde5e8;
background-image: url("");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* line 7, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text {
display: table;
width: 100%;
height: 820px;
}
/* line 11, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text .banner_text_iner {
display: table-cell;
vertical-align: middle;
}
@media (max-width: 991px) {
/* line 7, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text {
height: 550px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* line 7, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text {
height: 650px;
}
}
/* line 21, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h5 {
font-size: 24px;
letter-spacing: 2px;
}
@media (max-width: 991px) {
/* line 21, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h5 {
font-size: 18px;
}
}
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 100px;
text-transform: capitalize;
font-weight: 700;
line-height: 110px;
margin: 17px 0 49px;
}
@media (max-width: 576px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 35px;
margin-bottom: 15px;
line-height: 1.3;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 30px;
margin-bottom: 15px;
line-height: 1.3;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 40px;
margin-bottom: 15px;
line-height: 1.3;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 40px;
margin-bottom: 15px;
line-height: 1.4;
}
}
/* line 54, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
/* line 58, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text p {
font-size: 15px;
line-height: 1.8;
font-family: "Roboto Condensed", sans-serif;
margin-bottom: 70px;
padding-right: 80px;
}
@media (max-width: 991px) {
/* line 58, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text p {
padding-right: 0;
margin-bottom: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* line 58, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text p {
padding-right: 0;
}
}
/* line 73, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_img {
position: absolute;
right: 0;
top: 30%;
} | assets/css/style-tb.css | h1, h5{
color: black;
}
.banner_part {
position: relative;
background-color: #dde5e8;
background-image: url("");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* line 7, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text {
display: table;
width: 100%;
height: 820px;
}
/* line 11, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text .banner_text_iner {
display: table-cell;
vertical-align: middle;
}
@media (max-width: 991px) {
/* line 7, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text {
height: 550px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* line 7, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text {
height: 650px;
}
}
/* line 21, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h5 {
font-size: 24px;
letter-spacing: 2px;
}
@media (max-width: 991px) {
/* line 21, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h5 {
font-size: 18px;
}
}
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 100px;
text-transform: capitalize;
font-weight: 700;
line-height: 110px;
margin: 17px 0 49px;
}
@media (max-width: 576px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 35px;
margin-bottom: 15px;
line-height: 1.3;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 30px;
margin-bottom: 15px;
line-height: 1.3;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 40px;
margin-bottom: 15px;
line-height: 1.3;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* line 28, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text h1 {
font-size: 40px;
margin-bottom: 15px;
line-height: 1.4;
}
}
/* line 54, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
/* line 58, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text p {
font-size: 15px;
line-height: 1.8;
font-family: "Roboto Condensed", sans-serif;
margin-bottom: 70px;
padding-right: 80px;
}
@media (max-width: 991px) {
/* line 58, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text p {
padding-right: 0;
margin-bottom: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* line 58, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_text p {
padding-right: 0;
}
}
/* line 73, /Applications/MAMP/htdocs/palash/cl/august 2019/202. Shop/202 shop html/sass/_banner.scss */
.banner_part .single_banner_slider .banner_img {
position: absolute;
right: 0;
top: 30%;
} | 0.346873 | 0.0809 |
* {
box-sizing: border-box;
}
#container {
width: 100%;
position: relative;
}
#skyline {
width: 100%;
}
#logo {
position: absolute;
left: 25%;
bottom: -25%;
width: 150px;
height: 150px;
border-radius: 50%;
border: 7px solid #ffffff;
}
.bottomcontainer {
width: 50%;
margin: 0 auto;
margin-top: 70px;
}
.column1 {
width: 39%;
display: inline-block;
vertical-align: top;
}
.column2 {
width: 60%;
display: inline-block;
vertical-align: top;
}
#classroom {
width: 456px;
}
.Happenings {
background: white;
color: grey;
}
.Author {
color: grey;
font-style: italic;
font-size: 12px;
}
p {
background: white;
font-family: Helvetica, Arial, sans-serif;
}
.TIYHouston, .Title {
font-weight: bold;
}
.Title {
font-size: 28px;
}
.Search {
font-weight: bold;
color: grey;
border-top: 1px solid grey;
padding: 20px 0px 0px 0px;
}
#search {
}
#search input[type="text"] {
background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
border: 1px solid #d1d1d1;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #bebebe;
width: 150px;
padding: 6px 6px 6px 3px;
inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
width: 200px;
}
.tophalf {
color: black;
font-size: 14px;
border-bottom: 1px solid #cccccc;
font-family: Helvetica, Arial, sans-serif;
padding: 5px;
}
.bottomhalf {
color: black;
display: inline-block;
}
.left {
color: grey;
display: inline-block;
}
.center {
color: black;
display: inline-block;
}
.right {
color: grey;
display: inline-block;
}
#stickytiylogo {
width: 45px;
display: block;
}
.stickybox {
position: fixed;
background: white;
bottom: 0;
right: 0;
width: 25%;
padding: 0px;
border: 1px solid #cccccc;
border-radius: 5px;
}
#tiyhouston {
font-weight: bold;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
}
#theironyard {
color: grey;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
} | styles/style.css | * {
box-sizing: border-box;
}
#container {
width: 100%;
position: relative;
}
#skyline {
width: 100%;
}
#logo {
position: absolute;
left: 25%;
bottom: -25%;
width: 150px;
height: 150px;
border-radius: 50%;
border: 7px solid #ffffff;
}
.bottomcontainer {
width: 50%;
margin: 0 auto;
margin-top: 70px;
}
.column1 {
width: 39%;
display: inline-block;
vertical-align: top;
}
.column2 {
width: 60%;
display: inline-block;
vertical-align: top;
}
#classroom {
width: 456px;
}
.Happenings {
background: white;
color: grey;
}
.Author {
color: grey;
font-style: italic;
font-size: 12px;
}
p {
background: white;
font-family: Helvetica, Arial, sans-serif;
}
.TIYHouston, .Title {
font-weight: bold;
}
.Title {
font-size: 28px;
}
.Search {
font-weight: bold;
color: grey;
border-top: 1px solid grey;
padding: 20px 0px 0px 0px;
}
#search {
}
#search input[type="text"] {
background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
border: 1px solid #d1d1d1;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #bebebe;
width: 150px;
padding: 6px 6px 6px 3px;
inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
width: 200px;
}
.tophalf {
color: black;
font-size: 14px;
border-bottom: 1px solid #cccccc;
font-family: Helvetica, Arial, sans-serif;
padding: 5px;
}
.bottomhalf {
color: black;
display: inline-block;
}
.left {
color: grey;
display: inline-block;
}
.center {
color: black;
display: inline-block;
}
.right {
color: grey;
display: inline-block;
}
#stickytiylogo {
width: 45px;
display: block;
}
.stickybox {
position: fixed;
background: white;
bottom: 0;
right: 0;
width: 25%;
padding: 0px;
border: 1px solid #cccccc;
border-radius: 5px;
}
#tiyhouston {
font-weight: bold;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
}
#theironyard {
color: grey;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
} | 0.350088 | 0.13215 |
ul {
list-style: none;
}
.overflow{
overflow: hidden;
}
.uppercase{
text-transform: uppercase;
}
.btn-common {
font-size: 14px;
color: #0099ae;
border: 1px solid #0099ae;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 10px 25px;
}
#action .col-sm-5{
position: absolute;
top: 0;
height: 100%;
right: 0;
}
.btn-common:hover,
.btn-common:focus{
outline: none;
background: none;
box-shadow: none;
color: #01707f;
border-color:#01707f;
}
.align-right{
text-align: right;
}
.inline{
display: inline-block;
}
.padding{
padding: 65px 0;
}
.padding-bottom{
padding-bottom: 65px;
}
.padding-top{
padding-top: 90px;
}
.padding-right{
padding-right: 80px;
}
.padding-left{
padding-left: 80px;
}
.margin-bottom{
margin-bottom: 35px;
}
.carousel-indicators.visible-xs {
height: 20px;
margin: 0;
padding: 0;
position: absolute;
top: -35px;
width: 100%;
left: 0;
}
.carousel-indicators.visible-xs li {
border-color: #D29948;
border-width: 2px;
height: 12px;
margin: 0 5px 0 0;
width: 12px;
}
.carousel-indicators.visible-xs li.active {
background: rgba(210, 153, 72, 0.7);
}
.search{
position: absolute;
top: 20px;
right: 0;
z-index: 1;
}
.search i{
color: #00aeef;
cursor: pointer;
position: absolute;
right: 10px;
top: 2px;
}
.field-toggle{
position: relative;
top: 30px;
right: 15px;
display: none;
height: 50px;
}
.search-form{
padding-left: 10px;
height: 40px;
font-size: 18px;
color: #818285;
font-weight: 300;
outline: none;
border: 1px solid #00aeef;
margin-top: 20px;
border-radius: 4px;
}
.social-icons ul li{
padding: 0 10px;
}
.social-icons ul li:last-child{
padding-right: 0;
}
.social-icons ul li a{
font-size: 18px;
color: #d3d3d3;
padding: 0;
}
.social-icons ul li a:hover .fa-facebook {
color:#0884d5;
}
.social-icons ul li a:hover .fa-twitter {
color:#2AA7DC;
}
.social-icons ul li a:hover .fa-google-plus {
color:#A22523;
}
.social-icons ul li a:hover .fa-dribbble {
color:#E94989;
}
.social-icons ul li a:hover .fa-linkedin {
color:#006DC0;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{
background: none;
}
#header .navbar {
background: #fff;
border: 0;
margin-bottom: 0;
}
#header .navbar-toggle{
margin-top: 20px;
}
#header .navbar-brand{
padding: 0;
margin-left: 0;
}
#header .navbar-brand h1{
padding: 0;
margin: 0;
}
#header .navbar-nav.navbar-right >li:last-child{
margin-right: 20px;
}
#header .navbar-nav.navbar-right >li a {
color: #000;
font-size: 12px;
padding: 20px;
text-transform: uppercase;
font-weight: 300;
}
#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
background-color: inherit;
border: 0;
color: #00aeef;
}
#header .navbar-inverse .navbar-nav li a:hover{
color: #00aeef;
}
/* Dropdown menu*/
ul.sub-menu {
display: none;
list-style: none;
padding: 0;
margin: 0;
}
#header .navbar-nav li ul.sub-menu li a{
color: #818285;
padding: 5px 0;
font-size: 13px;
display: block;
text-transform: capitalize;
}
#header .navbar-nav li ul.sub-menu li .active{
background: #00aeef;
color: #fff;
position: relative;
}
#header .navbar-nav li ul.sub-menu li .active i{
position: absolute;
font-size: 56px;
top: -13px;
color: #0884d5;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
left: -3px;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
right: -3px;
}
#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
background: #00aeef;
color: #fff;
}
.fa-angle-down{
padding-left: 5px;
}
.scaleIn {
-webkit-animation-name: scaleIn;
animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
#action {
background-color: #fbfafa;
background-repeat: repeat-x;
height: 157px;
background-position: center;
display: table;
position: static;
width: 100%;
}
.vertical-center{
display: table-cell;
vertical-align: middle;
width: 100%;
position: statice;
}
.single-service{
overflow: hidden;
display: block;
}
.single-service img {
margin-bottom: 35px;
}
.single-service .fold {
margin-bottom: 35px;
}
.single-service h2 {
margin-top: 0;
margin-bottom: 15px;
}
.single-service p {
padding: 0 48px;
}
.action h1{
margin-top: 0;
}
.action p{
font-size: 18px;
margin-bottom: 0;
font-weight: 300;
}
.action .btn-common{
margin-top: 55px;
float: left;
}
.title {
color: #404040;
font-weight: 300;
}
.single-features {
overflow: hidden;
padding-top: 65px;
padding-bottom: 40px;
}
.single-features .col-sm-6 {
margin-top: 50px;
}
.single-features:last-child {
padding-bottom: 95px;
padding-top: 0;
}
.single-features h2{
margin-bottom: 15px;
}
#clients{
padding-bottom: 45px;
}
.clients {
margin-bottom: 45px;
}
.clients img {
display: inline-block;
}
.clients-logo {
overflow: hidden;
margin-bottom: 10px;
}
/*************************
*******About Us Page******
**************************/
#action ,
#page-breadcrumb{
position: relative;
}
#page-breadcrumb {
background-color: #fbfafa;
background-repeat: repeat-x;
height: 130px;
background-position: center;
display: table;
position: static;
width: 100%;
}
#company-information .padding-top{
padding-top: 172px;
}
.single-service img {
height: 150px;
}
.about-image {
padding:90px 90px 0;
}
.social-profile {
background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
display: none;
position: absolute;
text-align: center;
top: 0;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;transition: all 0.9s ease 0s;
width: 100%;
height: 100%;
}
.team-single:hover .social-profile{
background:rgba(112, 35, 64, 0.9);
display: block;
-webkit-animation: fadeInUp 400ms;
animation: fadeInUp 400ms;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.social-profile .nav-pills {
display: inline-block;
margin-top: -26px;
padding: 0;
position: relative;
top: 50%;
}
.social-profile .nav-pills li {
display: inline-block;
margin: 0 5px;
}
.social-profile .nav-pills li a {
color: #fff;
border: 1px solid #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0;
border-radius: 40px;
-webkit-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.social-profile .nav-pills li a:hover {
color: #702340;
border-color: #702340;
}
.count h1{
font-size: 60px;
color: #00aeef;
}
.count h3{
font-size: 16px;
}
.progress .progress-bar.six-sec-ease-in-out {
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-ms-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
.top-zero{
margin-top: 0;
}
h3.top-zero{
font-size: 20px;
}
#company-information .about-us h2{
margin-bottom: 45px;
}
.single-skill h3{
font-size: 16px;
}
.progress{
height: 30px;
box-shadow: none;
-webkit-box-shadow: none;
}
.progress-bar{
line-height: 30px;
box-shadow: none;
-webkit-box-shadow: none;
}
.progress-bar.progress-bar-primary{
background: #00aeef;
}
/*************************
*******Service Page******
**************************/
#recent-projects{
padding: 85px 0;
}
.recent-projects .team-single{
height: 355px;
}
.recent-projects p.padding-bottom{
padding-bottom: 50px;
}
.choose{
padding-top: 30px;
}
#company-information.choose .padding-top{
padding-top: 50px;
}
#company-information h2{
margin-bottom: 25px;
margin-top: 0;
}
ul.elements{
list-style: none;
margin: 0;
padding: 0;
}
ul.elements li{
margin: 6px 0;
}
ul.elements li > i{
color:#C03035;
display: inline-block;
margin-right: 10px;
}
#company-information h1.margin-bottom{
margin-bottom: 26px;
}
.pagination li{
display: inline-block;
margin: 0 10px;
}
.pagination li a{
color: #000;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid #fff;
}
.pagination li a:hover,
.pagination .active a,
.pagination a:active,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination a:focus {
background: transparent;
border-color: #C03035;
color: #C03035;
}
/*****************************
Portfolio with right sidebar
*****************************/
.sidebar h3 {
color: #404040;
margin-top: 0;
border-bottom: 3px solid #ececec;
margin-bottom: 6px;
padding-bottom: 8px;
}
.sidebar-item{
margin-bottom: 48px;
}
.categories .navbar-stacked li {
border-bottom: 1px solid #ececec;
}
.categories .navbar-stacked li:last-child {
border-bottom: 0px solid #ececec;
}
.categories .navbar-stacked li a {
font-size: 16px;
color: #6a6a6a;
padding: 8px 0;
padding-left: 0;
}
.categories .navbar-stacked li a:hover{
background: none;
margin-left: 20px;
color: #0099AE;
opacity: 1;
}
.categories .navbar-stacked li.active a{
color: #0099AE;
padding-left: 20px;
}
.categories .navbar-stacked li.active a:before{
position: absolute;
content: "";
border-color: transparent transparent transparent #0099AE;
border-width: 8px;
border-style: solid;
left: 0;
top: 13px;
margin-top: 0;
z-index: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.categories .navbar-stacked li.active a:after {
position: absolute;
content: "";
border-color: transparent transparent transparent #fff;
border-width: 6px;
border-style: solid;
left: 0px;
top: 15px;
margin-top: 0;
z-index: 1;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media{
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
padding-top: 21px;
margin-top: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media:last-child{
border-bottom: 0px solid #ececec;
padding-bottom: 0;
}
.sidebar-item .media:hover{
border-left: 2px solid #0099AE;
padding-left: 5px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media:hover.media .media-body h4 a{
color: #0099AE;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media .media-body h4 {
margin-top: 0;
margin-bottom: 8px;
}
.sidebar-item .media .media-body h4 a{
color: #7d7d7d;
font-size: 16px;
}
.sidebar-item .media .media-body p {
color: #b4b4b4;
font-size: 12px;
}
.tag-cloud .nav-pills{
margin-top: 16px;
}
.tag-cloud .nav-pills li{
margin: 0;
margin-top: 6px;
margin-right: 4px;
}
.tag-cloud .nav-pills li a{
font-size: 14px;
font-weight: 300;
padding: 5px 15px;
background: #bbbbbb;
color: #fff;
border-radius: 3px;
}
.tag-cloud .nav-pills li a:hover{
background: #0099AE;
}
.popular ul.gallery {
margin: 0;
padding: 0;
list-style: none;
margin: 10px -8px;
}
.popular ul.gallery li {
display: block;
width: 33.33%;
float: left;
padding: 8px;
}
.popular ul.gallery li a {
display: block;
}
.popular ul.gallery li a img {
width: 100%;
transition: border-radius 300ms ease-in;
-webkit-transition: border-radius 300ms ease-in;
}
.popular ul.gallery li a img:hover {
border-radius: 60px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.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 .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/*Shortcodes CSS*/
.bs-example{
margin: 0 0 20px;
}
.panel-group{
border: 1px solid #eee;
}
.panel-default{
border: 0;
}
.panel-group .panel{
border-radius: 0;
}
.panel-group .panel+.panel{
margin-top: 0;
}
.panel-default>.panel-heading{
background-color: transparent;
border-top: 1px solid #eee;
}
.panel-group .panel-default:first-child>.panel-heading{
border-top: 0;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
border-top-color: #eee;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
background-color: #4FCCCD;
}
.tab-content {
padding-top: 20px;
}
/*Features*/
.feature-inner{
text-align: center;
}
.icon-wrapper{
display: inline-block;
background-color: #4FCCCD;
color: #fff;
padding: 25px;
box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
border-radius: 100%;
margin: 10px 0;
} | expdj/apps/main/static/css/about.css | ul {
list-style: none;
}
.overflow{
overflow: hidden;
}
.uppercase{
text-transform: uppercase;
}
.btn-common {
font-size: 14px;
color: #0099ae;
border: 1px solid #0099ae;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 10px 25px;
}
#action .col-sm-5{
position: absolute;
top: 0;
height: 100%;
right: 0;
}
.btn-common:hover,
.btn-common:focus{
outline: none;
background: none;
box-shadow: none;
color: #01707f;
border-color:#01707f;
}
.align-right{
text-align: right;
}
.inline{
display: inline-block;
}
.padding{
padding: 65px 0;
}
.padding-bottom{
padding-bottom: 65px;
}
.padding-top{
padding-top: 90px;
}
.padding-right{
padding-right: 80px;
}
.padding-left{
padding-left: 80px;
}
.margin-bottom{
margin-bottom: 35px;
}
.carousel-indicators.visible-xs {
height: 20px;
margin: 0;
padding: 0;
position: absolute;
top: -35px;
width: 100%;
left: 0;
}
.carousel-indicators.visible-xs li {
border-color: #D29948;
border-width: 2px;
height: 12px;
margin: 0 5px 0 0;
width: 12px;
}
.carousel-indicators.visible-xs li.active {
background: rgba(210, 153, 72, 0.7);
}
.search{
position: absolute;
top: 20px;
right: 0;
z-index: 1;
}
.search i{
color: #00aeef;
cursor: pointer;
position: absolute;
right: 10px;
top: 2px;
}
.field-toggle{
position: relative;
top: 30px;
right: 15px;
display: none;
height: 50px;
}
.search-form{
padding-left: 10px;
height: 40px;
font-size: 18px;
color: #818285;
font-weight: 300;
outline: none;
border: 1px solid #00aeef;
margin-top: 20px;
border-radius: 4px;
}
.social-icons ul li{
padding: 0 10px;
}
.social-icons ul li:last-child{
padding-right: 0;
}
.social-icons ul li a{
font-size: 18px;
color: #d3d3d3;
padding: 0;
}
.social-icons ul li a:hover .fa-facebook {
color:#0884d5;
}
.social-icons ul li a:hover .fa-twitter {
color:#2AA7DC;
}
.social-icons ul li a:hover .fa-google-plus {
color:#A22523;
}
.social-icons ul li a:hover .fa-dribbble {
color:#E94989;
}
.social-icons ul li a:hover .fa-linkedin {
color:#006DC0;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{
background: none;
}
#header .navbar {
background: #fff;
border: 0;
margin-bottom: 0;
}
#header .navbar-toggle{
margin-top: 20px;
}
#header .navbar-brand{
padding: 0;
margin-left: 0;
}
#header .navbar-brand h1{
padding: 0;
margin: 0;
}
#header .navbar-nav.navbar-right >li:last-child{
margin-right: 20px;
}
#header .navbar-nav.navbar-right >li a {
color: #000;
font-size: 12px;
padding: 20px;
text-transform: uppercase;
font-weight: 300;
}
#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
background-color: inherit;
border: 0;
color: #00aeef;
}
#header .navbar-inverse .navbar-nav li a:hover{
color: #00aeef;
}
/* Dropdown menu*/
ul.sub-menu {
display: none;
list-style: none;
padding: 0;
margin: 0;
}
#header .navbar-nav li ul.sub-menu li a{
color: #818285;
padding: 5px 0;
font-size: 13px;
display: block;
text-transform: capitalize;
}
#header .navbar-nav li ul.sub-menu li .active{
background: #00aeef;
color: #fff;
position: relative;
}
#header .navbar-nav li ul.sub-menu li .active i{
position: absolute;
font-size: 56px;
top: -13px;
color: #0884d5;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
left: -3px;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
right: -3px;
}
#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
background: #00aeef;
color: #fff;
}
.fa-angle-down{
padding-left: 5px;
}
.scaleIn {
-webkit-animation-name: scaleIn;
animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
#action {
background-color: #fbfafa;
background-repeat: repeat-x;
height: 157px;
background-position: center;
display: table;
position: static;
width: 100%;
}
.vertical-center{
display: table-cell;
vertical-align: middle;
width: 100%;
position: statice;
}
.single-service{
overflow: hidden;
display: block;
}
.single-service img {
margin-bottom: 35px;
}
.single-service .fold {
margin-bottom: 35px;
}
.single-service h2 {
margin-top: 0;
margin-bottom: 15px;
}
.single-service p {
padding: 0 48px;
}
.action h1{
margin-top: 0;
}
.action p{
font-size: 18px;
margin-bottom: 0;
font-weight: 300;
}
.action .btn-common{
margin-top: 55px;
float: left;
}
.title {
color: #404040;
font-weight: 300;
}
.single-features {
overflow: hidden;
padding-top: 65px;
padding-bottom: 40px;
}
.single-features .col-sm-6 {
margin-top: 50px;
}
.single-features:last-child {
padding-bottom: 95px;
padding-top: 0;
}
.single-features h2{
margin-bottom: 15px;
}
#clients{
padding-bottom: 45px;
}
.clients {
margin-bottom: 45px;
}
.clients img {
display: inline-block;
}
.clients-logo {
overflow: hidden;
margin-bottom: 10px;
}
/*************************
*******About Us Page******
**************************/
#action ,
#page-breadcrumb{
position: relative;
}
#page-breadcrumb {
background-color: #fbfafa;
background-repeat: repeat-x;
height: 130px;
background-position: center;
display: table;
position: static;
width: 100%;
}
#company-information .padding-top{
padding-top: 172px;
}
.single-service img {
height: 150px;
}
.about-image {
padding:90px 90px 0;
}
.social-profile {
background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
display: none;
position: absolute;
text-align: center;
top: 0;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;transition: all 0.9s ease 0s;
width: 100%;
height: 100%;
}
.team-single:hover .social-profile{
background:rgba(112, 35, 64, 0.9);
display: block;
-webkit-animation: fadeInUp 400ms;
animation: fadeInUp 400ms;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.social-profile .nav-pills {
display: inline-block;
margin-top: -26px;
padding: 0;
position: relative;
top: 50%;
}
.social-profile .nav-pills li {
display: inline-block;
margin: 0 5px;
}
.social-profile .nav-pills li a {
color: #fff;
border: 1px solid #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0;
border-radius: 40px;
-webkit-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.social-profile .nav-pills li a:hover {
color: #702340;
border-color: #702340;
}
.count h1{
font-size: 60px;
color: #00aeef;
}
.count h3{
font-size: 16px;
}
.progress .progress-bar.six-sec-ease-in-out {
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-ms-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
.top-zero{
margin-top: 0;
}
h3.top-zero{
font-size: 20px;
}
#company-information .about-us h2{
margin-bottom: 45px;
}
.single-skill h3{
font-size: 16px;
}
.progress{
height: 30px;
box-shadow: none;
-webkit-box-shadow: none;
}
.progress-bar{
line-height: 30px;
box-shadow: none;
-webkit-box-shadow: none;
}
.progress-bar.progress-bar-primary{
background: #00aeef;
}
/*************************
*******Service Page******
**************************/
#recent-projects{
padding: 85px 0;
}
.recent-projects .team-single{
height: 355px;
}
.recent-projects p.padding-bottom{
padding-bottom: 50px;
}
.choose{
padding-top: 30px;
}
#company-information.choose .padding-top{
padding-top: 50px;
}
#company-information h2{
margin-bottom: 25px;
margin-top: 0;
}
ul.elements{
list-style: none;
margin: 0;
padding: 0;
}
ul.elements li{
margin: 6px 0;
}
ul.elements li > i{
color:#C03035;
display: inline-block;
margin-right: 10px;
}
#company-information h1.margin-bottom{
margin-bottom: 26px;
}
.pagination li{
display: inline-block;
margin: 0 10px;
}
.pagination li a{
color: #000;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid #fff;
}
.pagination li a:hover,
.pagination .active a,
.pagination a:active,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination a:focus {
background: transparent;
border-color: #C03035;
color: #C03035;
}
/*****************************
Portfolio with right sidebar
*****************************/
.sidebar h3 {
color: #404040;
margin-top: 0;
border-bottom: 3px solid #ececec;
margin-bottom: 6px;
padding-bottom: 8px;
}
.sidebar-item{
margin-bottom: 48px;
}
.categories .navbar-stacked li {
border-bottom: 1px solid #ececec;
}
.categories .navbar-stacked li:last-child {
border-bottom: 0px solid #ececec;
}
.categories .navbar-stacked li a {
font-size: 16px;
color: #6a6a6a;
padding: 8px 0;
padding-left: 0;
}
.categories .navbar-stacked li a:hover{
background: none;
margin-left: 20px;
color: #0099AE;
opacity: 1;
}
.categories .navbar-stacked li.active a{
color: #0099AE;
padding-left: 20px;
}
.categories .navbar-stacked li.active a:before{
position: absolute;
content: "";
border-color: transparent transparent transparent #0099AE;
border-width: 8px;
border-style: solid;
left: 0;
top: 13px;
margin-top: 0;
z-index: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.categories .navbar-stacked li.active a:after {
position: absolute;
content: "";
border-color: transparent transparent transparent #fff;
border-width: 6px;
border-style: solid;
left: 0px;
top: 15px;
margin-top: 0;
z-index: 1;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media{
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
padding-top: 21px;
margin-top: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media:last-child{
border-bottom: 0px solid #ececec;
padding-bottom: 0;
}
.sidebar-item .media:hover{
border-left: 2px solid #0099AE;
padding-left: 5px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media:hover.media .media-body h4 a{
color: #0099AE;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media .media-body h4 {
margin-top: 0;
margin-bottom: 8px;
}
.sidebar-item .media .media-body h4 a{
color: #7d7d7d;
font-size: 16px;
}
.sidebar-item .media .media-body p {
color: #b4b4b4;
font-size: 12px;
}
.tag-cloud .nav-pills{
margin-top: 16px;
}
.tag-cloud .nav-pills li{
margin: 0;
margin-top: 6px;
margin-right: 4px;
}
.tag-cloud .nav-pills li a{
font-size: 14px;
font-weight: 300;
padding: 5px 15px;
background: #bbbbbb;
color: #fff;
border-radius: 3px;
}
.tag-cloud .nav-pills li a:hover{
background: #0099AE;
}
.popular ul.gallery {
margin: 0;
padding: 0;
list-style: none;
margin: 10px -8px;
}
.popular ul.gallery li {
display: block;
width: 33.33%;
float: left;
padding: 8px;
}
.popular ul.gallery li a {
display: block;
}
.popular ul.gallery li a img {
width: 100%;
transition: border-radius 300ms ease-in;
-webkit-transition: border-radius 300ms ease-in;
}
.popular ul.gallery li a img:hover {
border-radius: 60px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.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 .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/*Shortcodes CSS*/
.bs-example{
margin: 0 0 20px;
}
.panel-group{
border: 1px solid #eee;
}
.panel-default{
border: 0;
}
.panel-group .panel{
border-radius: 0;
}
.panel-group .panel+.panel{
margin-top: 0;
}
.panel-default>.panel-heading{
background-color: transparent;
border-top: 1px solid #eee;
}
.panel-group .panel-default:first-child>.panel-heading{
border-top: 0;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
border-top-color: #eee;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
background-color: #4FCCCD;
}
.tab-content {
padding-top: 20px;
}
/*Features*/
.feature-inner{
text-align: center;
}
.icon-wrapper{
display: inline-block;
background-color: #4FCCCD;
color: #fff;
padding: 25px;
box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
border-radius: 100%;
margin: 10px 0;
} | 0.457864 | 0.1011 |
@charset "UTF-8";
/* CSS Document */
@media(min-width:768px) {
.navbar-default {
border-color: rgba(255,255,255,.3);
background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
color: rgba(255,255,255,.7);
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #fff;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
color: white;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color:black;
}
.navbar-default.affix {
border-color: rgba(34,34,34,.05);
background-color: #fff;
}
.navbar-default.affix .navbar-header .navbar-brand {
font-size: 14px;
color: #5763AC;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
color: #4D5CDA;
}
.navbar-default.affix .nav > li>a,
.navbar-default.affix .nav>li>a:focus {
color: #222;
}
.navbar-default.affix .nav > li>a:hover,
.navbar-default.affix .nav>li>a:focus:hover {
color: #5763AC;
}
header {
max-width: 100%;
min-height: auto;
text-align: center;
color: #fff;
background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,0)), to(rgba(0,0,0,1))), url('../img/fam-jam.jpg') no-repeat;
background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background-position: top right;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
header {
min-height: 100%;
}
header .header-content {
position: absolute;
top: 50%;
padding: 0 50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .header-content .header-content-inner {
margin-right: auto;
margin-left: auto;
max-width: 1000px;
}
header .header-content .header-content-inner p {
margin-right: auto;
margin-left: auto;
max-width: 80%;
font-size: 18px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
.modal-dialog {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.modal-content {
height: auto;
min-height: 100%;
border-radius: 1;
}
} | css/media-min-768.css | @charset "UTF-8";
/* CSS Document */
@media(min-width:768px) {
.navbar-default {
border-color: rgba(255,255,255,.3);
background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
color: rgba(255,255,255,.7);
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #fff;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
color: white;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color:black;
}
.navbar-default.affix {
border-color: rgba(34,34,34,.05);
background-color: #fff;
}
.navbar-default.affix .navbar-header .navbar-brand {
font-size: 14px;
color: #5763AC;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
color: #4D5CDA;
}
.navbar-default.affix .nav > li>a,
.navbar-default.affix .nav>li>a:focus {
color: #222;
}
.navbar-default.affix .nav > li>a:hover,
.navbar-default.affix .nav>li>a:focus:hover {
color: #5763AC;
}
header {
max-width: 100%;
min-height: auto;
text-align: center;
color: #fff;
background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,0)), to(rgba(0,0,0,1))), url('../img/fam-jam.jpg') no-repeat;
background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), url('../img/fam-jam.jpg') no-repeat;
background-position: top right;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
header {
min-height: 100%;
}
header .header-content {
position: absolute;
top: 50%;
padding: 0 50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .header-content .header-content-inner {
margin-right: auto;
margin-left: auto;
max-width: 1000px;
}
header .header-content .header-content-inner p {
margin-right: auto;
margin-left: auto;
max-width: 80%;
font-size: 18px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
.modal-dialog {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.modal-content {
height: auto;
min-height: 100%;
border-radius: 1;
}
} | 0.398289 | 0.054274 |
margin: 0px !important;
padding: 0;
height: 100%;
background: #fff;
}
.frunt-menu{
margin-top: 20px;
width: 30%;
float: right;
margin-right: 225px;
border-right: 1px solid #c0c0c0;
height: 100%;
}
.frunt-menu .column{
height: 100%;
float: right;
}
.frunt-menu .header{
padding-right: 30px;
}
.frunt-menu .column:first-child .header{
padding-right: 0px;
}
.frunt-menu .col_content{
position: relative;
height: 100%;
overflow-y: hidden;
padding-right: 30px;
}
#menu{
display: block;
overflow: hidden;
position: fixed;
z-index: 0;
text-align: right;
margin: 0;
padding: 0;
height: 25%;
-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
width: 100%;
}
#content{
position: absolute;
display: block;
margin: 0;
padding: 0;
height: 100%;
}
.frunt-layout{
position: fixed;
top: 30%;
margin-bottom: 0px !important;
width: 100%;
bottom : 0;
}
body,html,
#container,
#content,
.frunt-slider{
height: 100% !important;
}
.frunt-layout-controls{
margin-top: 0px;
right: 20px;
position: absolute;
background: #fff;
top: -30px;
vertical-align: middle;
margin-bottom: none;
}
.frunt-layout .thumb_wpr .caption{
background: rgba(255,255,255,.9);
}
#splash{
background: #fff;
height: 100%;
width: 100%;
}
#header{
position: absolute;
text-align: left;
right: 0;
padding: 20px 40px;
}
#header .site_title{
font-size: 24px;
margin-bottom: 2px;
}
#header .site_title a{
color: inherit;
text-decoration: inherit;
}
#header .site_subtitle{
font-size: 14px;
margin-bottom: 10px;
}
#header .site_description{
font-size: 10px;
color: #999;
}
.frunt-menu{
margin-left: 250px;
}
.frunt-menu .extras{
color: #666;
}
.frunt-menu .extras a{
color: inherit;
padding: 0 10px;
display: block;
text-decoration: inherit;
}
.project_info{
position: fixed;
left:20px;
z-index: 0;
width: 100%;
height: 25%;
top:0px;
width: 250px;
float: left;
text-overflow: ellipsis;
color: #000;
padding: 30px 20px 60px 45px;
}
.project_info .project_title{
text-transform: capitalize;
font-weight: bold;
vertical-align: bottom;
margin-bottom: 20px;
word-break: break-word;
}
.project_info .frunt-list .val{
font-size: 10px;
word-break: break-word;
padding: 5px 0;
padding-right: 50px;
display: block;
}
.frunt-list{
height: 100%;
}
.frunt-list-key-description{
position: absolute;
padding: 10px;
z-index: 50px;
top: 20px;
width: 400px;
height: 100%;
background: #fff;
overflow-y: hidden;
-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
left: 300px;
}
.frunt-list-key-description .val{
}
.img_slider{
overflow-x:hidden;
padding: 0;
overflow-y: scroll;
height: auto;
min-height: 100%;
margin-left: 300px;
background-color: #c0c0c0;
}
.img_wpr{
position: relative;
margin: 0px auto;
display: block;
padding: 0;
overflow: hidden;
}
.img_wpr .caption{
padding: 5px;
background: #000;
display: inline-block;
position: absolute;
color: #fff;
font-size: 12px;
bottom: 20px;
left: 20px;
} | docs/gallery/_archive/horiz3/css/style.css | margin: 0px !important;
padding: 0;
height: 100%;
background: #fff;
}
.frunt-menu{
margin-top: 20px;
width: 30%;
float: right;
margin-right: 225px;
border-right: 1px solid #c0c0c0;
height: 100%;
}
.frunt-menu .column{
height: 100%;
float: right;
}
.frunt-menu .header{
padding-right: 30px;
}
.frunt-menu .column:first-child .header{
padding-right: 0px;
}
.frunt-menu .col_content{
position: relative;
height: 100%;
overflow-y: hidden;
padding-right: 30px;
}
#menu{
display: block;
overflow: hidden;
position: fixed;
z-index: 0;
text-align: right;
margin: 0;
padding: 0;
height: 25%;
-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
width: 100%;
}
#content{
position: absolute;
display: block;
margin: 0;
padding: 0;
height: 100%;
}
.frunt-layout{
position: fixed;
top: 30%;
margin-bottom: 0px !important;
width: 100%;
bottom : 0;
}
body,html,
#container,
#content,
.frunt-slider{
height: 100% !important;
}
.frunt-layout-controls{
margin-top: 0px;
right: 20px;
position: absolute;
background: #fff;
top: -30px;
vertical-align: middle;
margin-bottom: none;
}
.frunt-layout .thumb_wpr .caption{
background: rgba(255,255,255,.9);
}
#splash{
background: #fff;
height: 100%;
width: 100%;
}
#header{
position: absolute;
text-align: left;
right: 0;
padding: 20px 40px;
}
#header .site_title{
font-size: 24px;
margin-bottom: 2px;
}
#header .site_title a{
color: inherit;
text-decoration: inherit;
}
#header .site_subtitle{
font-size: 14px;
margin-bottom: 10px;
}
#header .site_description{
font-size: 10px;
color: #999;
}
.frunt-menu{
margin-left: 250px;
}
.frunt-menu .extras{
color: #666;
}
.frunt-menu .extras a{
color: inherit;
padding: 0 10px;
display: block;
text-decoration: inherit;
}
.project_info{
position: fixed;
left:20px;
z-index: 0;
width: 100%;
height: 25%;
top:0px;
width: 250px;
float: left;
text-overflow: ellipsis;
color: #000;
padding: 30px 20px 60px 45px;
}
.project_info .project_title{
text-transform: capitalize;
font-weight: bold;
vertical-align: bottom;
margin-bottom: 20px;
word-break: break-word;
}
.project_info .frunt-list .val{
font-size: 10px;
word-break: break-word;
padding: 5px 0;
padding-right: 50px;
display: block;
}
.frunt-list{
height: 100%;
}
.frunt-list-key-description{
position: absolute;
padding: 10px;
z-index: 50px;
top: 20px;
width: 400px;
height: 100%;
background: #fff;
overflow-y: hidden;
-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
left: 300px;
}
.frunt-list-key-description .val{
}
.img_slider{
overflow-x:hidden;
padding: 0;
overflow-y: scroll;
height: auto;
min-height: 100%;
margin-left: 300px;
background-color: #c0c0c0;
}
.img_wpr{
position: relative;
margin: 0px auto;
display: block;
padding: 0;
overflow: hidden;
}
.img_wpr .caption{
padding: 5px;
background: #000;
display: inline-block;
position: absolute;
color: #fff;
font-size: 12px;
bottom: 20px;
left: 20px;
} | 0.279238 | 0.056835 |
.landing-logo {
position: relative;
display: block;
margin-top: 0;
margin-left: auto;
margin-right: auto;
height: auto;
overflow: hidden;
width: 35vmax;
}
.landing-page {
position: relative;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
}
.landing-trans {
position: relative;
text-align: center;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
width: 60%;
height: auto;
font-size: normal;
font-weight: bolder;
font-style: unset;
color: rgb(13, 194, 58);
}
.landing-update {
position: relative;
text-align: center;
}
.landing-button{
position: relative;
text-align: center;
}
.landing-button-img{
width: 350px;
height: auto ;
border: 1px solid #fff;
border-radius: 15px;
overflow: hidden;
}
.landing-button-img:hover{
background-color: #D3D3D3;
opacity: 0.9;
}
@media only screen and (min-width:200px) and (max-width:450px){
.landing-button-img{
width: 280px;
height: auto ;
border: 1px solid #fff;
border-radius: 15px;
overflow: hidden;
}
.landing-notice-privacystmnt {
position: relative;
font-size: 10px!important;
margin: 10px auto;
text-align: center;
height: auto;
width: 80%;
}
.landingpage-notice-column a{
font-size: 10px;
}
.landing-update {
position: relative;
text-align: center;
/*margin-top: 2vw;*/
margin-left: auto;
margin-right: auto;
width: 80%;
height: auto;
word-wrap:break-word;
word-break: normal;
overflow: hidden;
font-size: 14px!important;
font-weight: bolder;
font-style: unset;
color: crimson;
}
}
.landing-update {
position: relative;
text-align: center;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
word-wrap:break-word;
word-break: normal;
overflow: hidden;
font-size: large;
font-weight: bolder;
font-style: unset;
color: crimson;
}
.landingpage-notice-column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.landingpage-notice-row:after {
content: "";
display: table;
clear: both;
}
.landing-notice-privacystmnt{
position: relative;
margin: 10px auto;
text-align: center;
width: 80%;
height: auto;
font-size: larger;
}
@media (max-width: 375px){
.homescreen-button-english {
text-align: right;
}
}
@media (min-width: 376px){
.homescreen-button-english {
text-align: right;
}
}
.homescreen-button-french{
text-align: left;
}
.closeButton{
text-align: right;
}
.landing-notice-privacystmnt-english {
position: relative;
text-align: right;
/*margin-left: 35%;*/
width: 100%;
height: auto;
font-size: larger;
}
.landingpage-notice-column a{
display: inline-block;
}
.slash{
position: absolute;
margin-top: 0;
top: 5px;
color: #363636;
cursor: text;
}
.slash:hover{
text-decoration: none;
color: #363636;
}
.landing-notice-english{
width: 60px;
text-align: center;
}
.landing-notice-privacystmnt-french {
position: relative;
text-align: left;
margin-left: auto;
/*margin-right: auto;*/
width: 100%;
height: auto;
font-size: larger;
}
.landing-notice-french{
width: 95px;
text-align: center;
}
.homescreen-eng{
position: relative;
width: 100%;
height: auto;
font-size: larger;
}
#homescreen-english{
width: 100%;
height: auto;
font-size: 10px;
}
.homescreen-button-english{
width: 100%;
text-align: right;
}
.homescreen-fre{
position: relative;
text-align: left;
width: 100%;
height: auto;
font-size: larger;
}
#homescreen-french{
font-size: 10px;
width: 100%;
height: auto;
}
.instructionimg{
width: 100%;
height: 80%;
margin: 5px;
}
.Diacontent{
background-color:#D3D3D3
}
.nowrap{white-space:nowrap;} | src/LandingPage.css | .landing-logo {
position: relative;
display: block;
margin-top: 0;
margin-left: auto;
margin-right: auto;
height: auto;
overflow: hidden;
width: 35vmax;
}
.landing-page {
position: relative;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
}
.landing-trans {
position: relative;
text-align: center;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
width: 60%;
height: auto;
font-size: normal;
font-weight: bolder;
font-style: unset;
color: rgb(13, 194, 58);
}
.landing-update {
position: relative;
text-align: center;
}
.landing-button{
position: relative;
text-align: center;
}
.landing-button-img{
width: 350px;
height: auto ;
border: 1px solid #fff;
border-radius: 15px;
overflow: hidden;
}
.landing-button-img:hover{
background-color: #D3D3D3;
opacity: 0.9;
}
@media only screen and (min-width:200px) and (max-width:450px){
.landing-button-img{
width: 280px;
height: auto ;
border: 1px solid #fff;
border-radius: 15px;
overflow: hidden;
}
.landing-notice-privacystmnt {
position: relative;
font-size: 10px!important;
margin: 10px auto;
text-align: center;
height: auto;
width: 80%;
}
.landingpage-notice-column a{
font-size: 10px;
}
.landing-update {
position: relative;
text-align: center;
/*margin-top: 2vw;*/
margin-left: auto;
margin-right: auto;
width: 80%;
height: auto;
word-wrap:break-word;
word-break: normal;
overflow: hidden;
font-size: 14px!important;
font-weight: bolder;
font-style: unset;
color: crimson;
}
}
.landing-update {
position: relative;
text-align: center;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
word-wrap:break-word;
word-break: normal;
overflow: hidden;
font-size: large;
font-weight: bolder;
font-style: unset;
color: crimson;
}
.landingpage-notice-column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.landingpage-notice-row:after {
content: "";
display: table;
clear: both;
}
.landing-notice-privacystmnt{
position: relative;
margin: 10px auto;
text-align: center;
width: 80%;
height: auto;
font-size: larger;
}
@media (max-width: 375px){
.homescreen-button-english {
text-align: right;
}
}
@media (min-width: 376px){
.homescreen-button-english {
text-align: right;
}
}
.homescreen-button-french{
text-align: left;
}
.closeButton{
text-align: right;
}
.landing-notice-privacystmnt-english {
position: relative;
text-align: right;
/*margin-left: 35%;*/
width: 100%;
height: auto;
font-size: larger;
}
.landingpage-notice-column a{
display: inline-block;
}
.slash{
position: absolute;
margin-top: 0;
top: 5px;
color: #363636;
cursor: text;
}
.slash:hover{
text-decoration: none;
color: #363636;
}
.landing-notice-english{
width: 60px;
text-align: center;
}
.landing-notice-privacystmnt-french {
position: relative;
text-align: left;
margin-left: auto;
/*margin-right: auto;*/
width: 100%;
height: auto;
font-size: larger;
}
.landing-notice-french{
width: 95px;
text-align: center;
}
.homescreen-eng{
position: relative;
width: 100%;
height: auto;
font-size: larger;
}
#homescreen-english{
width: 100%;
height: auto;
font-size: 10px;
}
.homescreen-button-english{
width: 100%;
text-align: right;
}
.homescreen-fre{
position: relative;
text-align: left;
width: 100%;
height: auto;
font-size: larger;
}
#homescreen-french{
font-size: 10px;
width: 100%;
height: auto;
}
.instructionimg{
width: 100%;
height: 80%;
margin: 5px;
}
.Diacontent{
background-color:#D3D3D3
}
.nowrap{white-space:nowrap;} | 0.602412 | 0.116966 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
ul {
list-style: none;
}
input {
outline: none;
border: none;
}
/* HEADER */
header {
display: flex;
justify-content: space-between;
}
nav {
display: flex;
align-items: center;
}
.header_logo {
padding: 1.8rem 3.5rem;
width: 12rem;
}
.header_logo img {
width: 8rem;
}
.button__language_principal {
border: 1px solid #ffffff;
padding: .4rem 1rem;
border-radius: 2px;
display: flex;
align-items: center;
cursor: default;
}
.navigation input {
background: #f12;
cursor: pointer;
color: #fff;
margin-right: 3rem;
margin-left: 1rem;
width: 5rem;
height: 2.35rem;
border-radius: 2px;
}
/* APRESENTATION FORMS */
.box__center {
display: flex;
align-items: center;
justify-content: center;
height: 80vh;
}
.texts__login {
text-align: center;
}
.texts__login h1 {
font-size: 3.125rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: bold;
}
.texts__login span {
display: block;
}
.texts__login h2 {
font-size: 1.625rem;
margin: 1rem auto;
}
.texts__login p {
padding-bottom: 20px;
font-size: 1.2rem;
}
.texts__login input {
width: 150px;
height: 60px !important;
padding-left: 1rem;
color: rgb(255, 255, 255);
background: #f12;
font-size: 1.2rem;
padding-right: 2rem;
padding-bottom: .2rem;
}
.texts__login input:nth-child(1) {
width: 450px;
height: 60px !important;
color: #111;
background: rgb(255, 255, 255);
margin-left: 1rem;
}
.texts__login input:nth-child(2):hover {
cursor: pointer;
}
.container1 {
width: 100%;
height: 100vh;
background: url(../images/fundo_netflix.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
color: #fff;
}
.container1::before {
content: '';
width: 100%;
min-height: 100vh;
background: rgba(0, 0, 0, 0.7);
position: absolute;
}
.container1__conteud {
position: relative;
z-index: 1;
}
/* CONTAINERS */
.containers,
.containers2 {
width: 100%;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: space-evenly;
color: #fff;
background: #000000;
}
.container__title__text {
width: 34rem;
}
.container__title__text h1 {
font-size: 3.125rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: bold;
}
.container__title__text p {
font-size: 1.625rem;
font-weight: 400;
}
.container__image img {
width: 32rem;
}
/* QUESTIONS */
.questions {
width: 100%;
min-height: 80vh;
display: flex;
justify-content: center;
flex-direction: column;
color: #fff;
background: #000000;
}
.questions h1 {
font-size: 3.125rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: bold;
padding-top: 3rem;
display: block;
text-align: center;
}
/* ACCORDION */
.accordions {
width: 60%;
margin: 2rem auto;
}
.accordion-item {
margin-bottom: .5rem;
}
.accordion-item input {
display: none;
}
.accordion-item label {
display: block;
background: #303030;
cursor: pointer;
padding: .8em 2.2em .8em 1.2em;
border-bottom: 1px solid #111;
font-size: 1.625rem;
}
.accordion-content {
height: 0px;
overflow: hidden;
-webkit-transition: height 0.3s ease-in-out;
-moz-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
-ms-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
background: #303030;
padding: 0 1.2rem 0 1.2rem;
transition: .3s;
font-size: 1.625rem;
}
[id^=accordion]:checked~.accordion-content {
height: auto;
padding: .8em 2.2em .8em 1.2em;
}
.form__questions {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
margin-bottom: 6rem;
}
.form__questions p {
margin-top: 2rem;
padding-bottom: 20px;
font-size: 1.2rem;
}
.form__questions input {
width: 150px;
height: 60px !important;
padding-left: 1rem;
color: rgb(255, 255, 255);
background: #f12;
font-size: 1.2rem;
padding-right: 2rem;
padding-bottom: .2rem;
}
.form__questions input:nth-child(1) {
width: 450px;
height: 60px !important;
color: #111;
background: rgb(255, 255, 255);
margin-left: 1rem;
}
/* FOOTER */
footer {
width: 100%;
min-height: 65vh;
display: flex;
align-items: center;
justify-content: center;
background: #000000;
color: #757575;
font-size: 0.8125rem;
}
.footer {
width: 65%;
}
.footer__title {
margin-bottom: 1.5rem;
font-size: 1rem;
}
.button_language2 {
margin-top: 2rem;
margin-bottom: 2rem;
display: flex;
}
.button__language {
border: 1px solid #757575;
padding: .4rem 1rem;
border-radius: 2px;
display: flex;
align-items: center;
font-size: 1rem;
cursor: default;
}
.links {
display: flex;
justify-content: space-between;
}
.visited__links ul li {
margin-bottom: 10px;
}
.visited__links ul li a,
.footer__title a {
text-decoration: none;
color: #757575;
}
.visited__links ul li a:hover,
.footer__title a:hover {
text-decoration: underline;
}
.divisor {
height: 8px;
background: #222;
}
i:nth-child(3) {
z-index: 2;
margin-left: -1.8rem;
}
/* RESPONSIVENESS */
/* Tablets em formato paisagem e monitores antigos */
@media(max-width:960px) {
.containers {
flex-direction: column;
padding: 2rem 0;
}
.containers2 {
flex-direction: column-reverse;
padding: 2rem 0;
}
.container__title__text {
width: 70%;
text-align: center;
}
}
/* Tablets em formato retrato */
@media(max-width:745px) {
.texts__login {
display: flex;
align-items: center;
flex-direction: column;
}
.texts__login input:nth-child(1) {
max-width: 300px;
}
.texts__login input:nth-child(2) {
max-width: 200px;
}
.form__questions input:nth-child(1) {
max-width: 300px;
}
.accordions {
width: 100%;
}
}
/* Smartphones em formato paisagem */
@media(max-width:480px) {
.button__language_principal {
font-size: .5rem;
min-width: 1rem;
}
.texts__login h1 {
font-size: 2.725rem;
}
.texts__login h2 {
font-size: 1.125rem;
}
.texts__login p {
font-size: .8rem;
}
.texts__login input:nth-child(1) {
max-width: 200px;
}
.form__questions input:nth-child(1) {
max-width: 200px;
}
.visited__links ul li a {
font-size: .4rem;
}
}
/* Smartphones em formato retrato */
@media(max-width:390px) {
.texts__login input:nth-child(1) {
max-width: 140px;
}
.form__questions input:nth-child(1) {
max-width: 100px;
}
} | Netflix/style/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
ul {
list-style: none;
}
input {
outline: none;
border: none;
}
/* HEADER */
header {
display: flex;
justify-content: space-between;
}
nav {
display: flex;
align-items: center;
}
.header_logo {
padding: 1.8rem 3.5rem;
width: 12rem;
}
.header_logo img {
width: 8rem;
}
.button__language_principal {
border: 1px solid #ffffff;
padding: .4rem 1rem;
border-radius: 2px;
display: flex;
align-items: center;
cursor: default;
}
.navigation input {
background: #f12;
cursor: pointer;
color: #fff;
margin-right: 3rem;
margin-left: 1rem;
width: 5rem;
height: 2.35rem;
border-radius: 2px;
}
/* APRESENTATION FORMS */
.box__center {
display: flex;
align-items: center;
justify-content: center;
height: 80vh;
}
.texts__login {
text-align: center;
}
.texts__login h1 {
font-size: 3.125rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: bold;
}
.texts__login span {
display: block;
}
.texts__login h2 {
font-size: 1.625rem;
margin: 1rem auto;
}
.texts__login p {
padding-bottom: 20px;
font-size: 1.2rem;
}
.texts__login input {
width: 150px;
height: 60px !important;
padding-left: 1rem;
color: rgb(255, 255, 255);
background: #f12;
font-size: 1.2rem;
padding-right: 2rem;
padding-bottom: .2rem;
}
.texts__login input:nth-child(1) {
width: 450px;
height: 60px !important;
color: #111;
background: rgb(255, 255, 255);
margin-left: 1rem;
}
.texts__login input:nth-child(2):hover {
cursor: pointer;
}
.container1 {
width: 100%;
height: 100vh;
background: url(../images/fundo_netflix.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
color: #fff;
}
.container1::before {
content: '';
width: 100%;
min-height: 100vh;
background: rgba(0, 0, 0, 0.7);
position: absolute;
}
.container1__conteud {
position: relative;
z-index: 1;
}
/* CONTAINERS */
.containers,
.containers2 {
width: 100%;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: space-evenly;
color: #fff;
background: #000000;
}
.container__title__text {
width: 34rem;
}
.container__title__text h1 {
font-size: 3.125rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: bold;
}
.container__title__text p {
font-size: 1.625rem;
font-weight: 400;
}
.container__image img {
width: 32rem;
}
/* QUESTIONS */
.questions {
width: 100%;
min-height: 80vh;
display: flex;
justify-content: center;
flex-direction: column;
color: #fff;
background: #000000;
}
.questions h1 {
font-size: 3.125rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: bold;
padding-top: 3rem;
display: block;
text-align: center;
}
/* ACCORDION */
.accordions {
width: 60%;
margin: 2rem auto;
}
.accordion-item {
margin-bottom: .5rem;
}
.accordion-item input {
display: none;
}
.accordion-item label {
display: block;
background: #303030;
cursor: pointer;
padding: .8em 2.2em .8em 1.2em;
border-bottom: 1px solid #111;
font-size: 1.625rem;
}
.accordion-content {
height: 0px;
overflow: hidden;
-webkit-transition: height 0.3s ease-in-out;
-moz-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
-ms-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
background: #303030;
padding: 0 1.2rem 0 1.2rem;
transition: .3s;
font-size: 1.625rem;
}
[id^=accordion]:checked~.accordion-content {
height: auto;
padding: .8em 2.2em .8em 1.2em;
}
.form__questions {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
margin-bottom: 6rem;
}
.form__questions p {
margin-top: 2rem;
padding-bottom: 20px;
font-size: 1.2rem;
}
.form__questions input {
width: 150px;
height: 60px !important;
padding-left: 1rem;
color: rgb(255, 255, 255);
background: #f12;
font-size: 1.2rem;
padding-right: 2rem;
padding-bottom: .2rem;
}
.form__questions input:nth-child(1) {
width: 450px;
height: 60px !important;
color: #111;
background: rgb(255, 255, 255);
margin-left: 1rem;
}
/* FOOTER */
footer {
width: 100%;
min-height: 65vh;
display: flex;
align-items: center;
justify-content: center;
background: #000000;
color: #757575;
font-size: 0.8125rem;
}
.footer {
width: 65%;
}
.footer__title {
margin-bottom: 1.5rem;
font-size: 1rem;
}
.button_language2 {
margin-top: 2rem;
margin-bottom: 2rem;
display: flex;
}
.button__language {
border: 1px solid #757575;
padding: .4rem 1rem;
border-radius: 2px;
display: flex;
align-items: center;
font-size: 1rem;
cursor: default;
}
.links {
display: flex;
justify-content: space-between;
}
.visited__links ul li {
margin-bottom: 10px;
}
.visited__links ul li a,
.footer__title a {
text-decoration: none;
color: #757575;
}
.visited__links ul li a:hover,
.footer__title a:hover {
text-decoration: underline;
}
.divisor {
height: 8px;
background: #222;
}
i:nth-child(3) {
z-index: 2;
margin-left: -1.8rem;
}
/* RESPONSIVENESS */
/* Tablets em formato paisagem e monitores antigos */
@media(max-width:960px) {
.containers {
flex-direction: column;
padding: 2rem 0;
}
.containers2 {
flex-direction: column-reverse;
padding: 2rem 0;
}
.container__title__text {
width: 70%;
text-align: center;
}
}
/* Tablets em formato retrato */
@media(max-width:745px) {
.texts__login {
display: flex;
align-items: center;
flex-direction: column;
}
.texts__login input:nth-child(1) {
max-width: 300px;
}
.texts__login input:nth-child(2) {
max-width: 200px;
}
.form__questions input:nth-child(1) {
max-width: 300px;
}
.accordions {
width: 100%;
}
}
/* Smartphones em formato paisagem */
@media(max-width:480px) {
.button__language_principal {
font-size: .5rem;
min-width: 1rem;
}
.texts__login h1 {
font-size: 2.725rem;
}
.texts__login h2 {
font-size: 1.125rem;
}
.texts__login p {
font-size: .8rem;
}
.texts__login input:nth-child(1) {
max-width: 200px;
}
.form__questions input:nth-child(1) {
max-width: 200px;
}
.visited__links ul li a {
font-size: .4rem;
}
}
/* Smartphones em formato retrato */
@media(max-width:390px) {
.texts__login input:nth-child(1) {
max-width: 140px;
}
.form__questions input:nth-child(1) {
max-width: 100px;
}
} | 0.404743 | 0.072505 |
.background {
background-color: white;
}
.head{
background-color: white;
color: #082943;
}
#avatar{
border-radius: 20px;
/* margin-left: 15px; */
width:100px;
height:100px;
}
#avatar-panel{
display: flex;
flex-direction: row;
margin-top: 20px;
margin-left: 25px;
}
#name{
padding-left: 30px;
padding-top: 0px;
color: #082943;
font-size: 20px;
font-weight: bolder;
margin-bottom: 0;
}
#alias{
display: flex;
flex-direction: column;
}
#tag, #uni, #bio{
margin: 0px;
padding-left: 30px;
color: blue;
font-size: 15px;
}
#uni{
color: #082943;
margin-top: 9px;
}
#info-panel{
font-family: 'Montserrat', sans-serif;
background-color: whitesmoke;
width: 90%;
border-radius: 20px;
/* margin: auto; */
margin-top: 50px;
display: flex;
flex-direction: row;
justify-content: space-around;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bolder;
color: #082943;
font-size: smaller;
line-height: 17px;
margin-left: 25px;
margin-right: 25px;
box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
}
#followers{
border-right-color: #082943;
}
.followers p{
text-align: center;
}
#reps{
padding-left: 10px;
border-right-color: #082943;
text-align: center
}
#post-wrapper{
/* width: fit-content */
padding: 15px;
}
.card{
width: 100%;
background-color: whitesmoke;
}
h1,h2,h3,h4,h5,h6, p{
color: #082943;
font-family: 'Montserrat', sans-serif;
}
.card-wrapper{
margin-bottom: 20px;
}
#bar{
display: flex;
flex-direction: row;
}
#bar .typcn{
margin-top: 68px;
margin-left: 27px;
}
.left{
position: relative;
font-size: 25px;
}
#profile-settings{
display: flex;
flex-direction: row;
margin: 15px 0px 0px 149px;
position: relative;
bottom: 46px;
}
#edit{
padding: 0px;
/* background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%); */
background-color:#ffffff;
border-radius:11px;
border:1px solid #dcdcdc;;
display:inline-block;
cursor:pointer;
color:#082943;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}
.head-title{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#head{
align-self: center;
}
.popup-list .am-list-body {
height: 210px;
overflow: auto;
}
#cog{
position: relative;
top: 4px;
}
#bio{
color: grey;
margin-top: 9px;
}
#follow{
position: relative;
top: 23px;
padding: 20px 25px 5px 30px;
}
#btn-follow{
/* background-color: #082943; */
color: white;
}
.btn-following{
background-color: white;
}
#follows p{
position: relative;
left: 155px;
top: 10px;
font-size: 10px;
background-color: grey;
border-radius: 5px;
padding: 5px;
width: 60px;
color: white;
} | src/app/profile/profile.component.css | .background {
background-color: white;
}
.head{
background-color: white;
color: #082943;
}
#avatar{
border-radius: 20px;
/* margin-left: 15px; */
width:100px;
height:100px;
}
#avatar-panel{
display: flex;
flex-direction: row;
margin-top: 20px;
margin-left: 25px;
}
#name{
padding-left: 30px;
padding-top: 0px;
color: #082943;
font-size: 20px;
font-weight: bolder;
margin-bottom: 0;
}
#alias{
display: flex;
flex-direction: column;
}
#tag, #uni, #bio{
margin: 0px;
padding-left: 30px;
color: blue;
font-size: 15px;
}
#uni{
color: #082943;
margin-top: 9px;
}
#info-panel{
font-family: 'Montserrat', sans-serif;
background-color: whitesmoke;
width: 90%;
border-radius: 20px;
/* margin: auto; */
margin-top: 50px;
display: flex;
flex-direction: row;
justify-content: space-around;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bolder;
color: #082943;
font-size: smaller;
line-height: 17px;
margin-left: 25px;
margin-right: 25px;
box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
}
#followers{
border-right-color: #082943;
}
.followers p{
text-align: center;
}
#reps{
padding-left: 10px;
border-right-color: #082943;
text-align: center
}
#post-wrapper{
/* width: fit-content */
padding: 15px;
}
.card{
width: 100%;
background-color: whitesmoke;
}
h1,h2,h3,h4,h5,h6, p{
color: #082943;
font-family: 'Montserrat', sans-serif;
}
.card-wrapper{
margin-bottom: 20px;
}
#bar{
display: flex;
flex-direction: row;
}
#bar .typcn{
margin-top: 68px;
margin-left: 27px;
}
.left{
position: relative;
font-size: 25px;
}
#profile-settings{
display: flex;
flex-direction: row;
margin: 15px 0px 0px 149px;
position: relative;
bottom: 46px;
}
#edit{
padding: 0px;
/* background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%); */
background-color:#ffffff;
border-radius:11px;
border:1px solid #dcdcdc;;
display:inline-block;
cursor:pointer;
color:#082943;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}
.head-title{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#head{
align-self: center;
}
.popup-list .am-list-body {
height: 210px;
overflow: auto;
}
#cog{
position: relative;
top: 4px;
}
#bio{
color: grey;
margin-top: 9px;
}
#follow{
position: relative;
top: 23px;
padding: 20px 25px 5px 30px;
}
#btn-follow{
/* background-color: #082943; */
color: white;
}
.btn-following{
background-color: white;
}
#follows p{
position: relative;
left: 155px;
top: 10px;
font-size: 10px;
background-color: grey;
border-radius: 5px;
padding: 5px;
width: 60px;
color: white;
} | 0.515864 | 0.075176 |
.main-header {position: relative; height: 100vh; overflow: hidden;}
.background-cinza {background: rgb(250, 250, 250) ;}
.video{width: 100%; display: none;}
.flutuar {position: absolute; top: 0; left: 0; background-color: rgba(241, 241, 241, .8); width: 100%; height: 100%;}
.cabecalho {position: relative;width: 100%; height: 100vh; flex-direction: column; justify-content: center; align-items: center; text-align: center; background-color: none;}
.cabecalho h1 {font-size: 3.5em;}
header.main-header .container {background-color: rgba(241, 241, 241, 0)}
.buttom-container {transition: all 0.5s; width: 200px;}
.buttom-container:hover {
transform: scale(1.05);
display: inline-block;
}
.buttom-portifolio {
text-decoration: none;
color: #000;
font-size: 1.3em;
padding: 10px 23px;
border: 1px solid #000;
border-radius: 5px 5px 5px 5px;
}
.buttom-container:hover .buttom-portifolio{
box-shadow: 0 0 15px rgb(211, 211, 211);
}
@media screen and (max-width: 900px) {
.main-header {background-image: url('developer.jpeg'); background-position: center; background-attachment: fixed; background-size: cover;}
.header-content {flex-direction: column;}
.video {display: none;}
.flutuar {position: static; opacity: 0.75;}
.cabecalho {align-items: baseline ;text-align: left;}
.cabecalho h1 {font-size: 2.9em;}
}
@media screen and (min-width: 1200px) {
.video{display: block;}
}
/*SESSÃO DE SERVIÇO*/
.my-services { margin-bottom: 100px; text-align: center; font-size: 1.4em ;}
.services-content {flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 60vh;}
.service {width: 44%;padding: 3% 1%; margin: 3% 2%; transition: 0.3s;}
.service:hover {
box-shadow: 0 0 40px 10px rgb(245, 245, 245);
transform: scale(1.01);
}
.icon-service {padding: 0 20px;}
.icon-service img{width: 50px; border-radius: 50%;}
.about-service p {color: rgb(102, 102, 102)}
@media screen and (max-width: 900px) {
.services-content {flex-direction: column; align-items: center;}
.service {width: 94%;}
}
/*<NAME>*/
.article-about-me header {margin-bottom: 100px; position: relative;}
.article-about-me header h2 {font-weight: 700; font-size: 2em; }
.article-about-me header h2:before {
content: '';
width: 100px;
height: 3px;
background-color: #f0f;
position: absolute;
top: 120%;
left: 0;
}
.about-content {position: ; min-height: 60vh; justify-content: center;}
.about-content > div {margin: 0 10px; text-align: justify;}
.about-content div.about-img-content {margin: 20px 15px; overflow: hidden;}
.about-content div img {width: 100%; transition: 0.6s;}
.about-content div img:hover {transform: scale(1.08);}
a.contact-buttom {text-decoration: none; padding: 15px 40px; border-radius: 5px; border: 1px solid #000; transition: 0.5s;}
a.contact-buttom:hover {background: #000; color: rgb(255, 255, 255);}
@media screen and (max-width: 900px) {
.about-content {flex-direction: column;}
}
/*Section portifolio*/
.section-portifolio header{margin-bottom: 100px; text-align: center; font-size: 1.4em}
.portifolio-content {flex-direction: row;flex-wrap: wrap;}
.portifolio-content > div {position: relative; width: 25%; margin: 20px 4.166%; overflow: hidden; transition: 1s; border-radius: 5px;}
.portifolio-content div img {width: 100%;transition: .5s;}
.portifolio-content div div.display-black {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0, 0, 0); opacity: .3; transition: .5s; align-items: center; justify-content: center; color: #fff;}
.portifolio-content div:hover img {transform: scale(1.08);}
.portifolio-content div:hover div.display-black {display: flex; justify-content: center; cursor: pointer;}
@media screen and (max-width: 900px) {
.portifolio-content > div {position: relative; width: 40%; margin: 20px 5%;}
} | index.css | .main-header {position: relative; height: 100vh; overflow: hidden;}
.background-cinza {background: rgb(250, 250, 250) ;}
.video{width: 100%; display: none;}
.flutuar {position: absolute; top: 0; left: 0; background-color: rgba(241, 241, 241, .8); width: 100%; height: 100%;}
.cabecalho {position: relative;width: 100%; height: 100vh; flex-direction: column; justify-content: center; align-items: center; text-align: center; background-color: none;}
.cabecalho h1 {font-size: 3.5em;}
header.main-header .container {background-color: rgba(241, 241, 241, 0)}
.buttom-container {transition: all 0.5s; width: 200px;}
.buttom-container:hover {
transform: scale(1.05);
display: inline-block;
}
.buttom-portifolio {
text-decoration: none;
color: #000;
font-size: 1.3em;
padding: 10px 23px;
border: 1px solid #000;
border-radius: 5px 5px 5px 5px;
}
.buttom-container:hover .buttom-portifolio{
box-shadow: 0 0 15px rgb(211, 211, 211);
}
@media screen and (max-width: 900px) {
.main-header {background-image: url('developer.jpeg'); background-position: center; background-attachment: fixed; background-size: cover;}
.header-content {flex-direction: column;}
.video {display: none;}
.flutuar {position: static; opacity: 0.75;}
.cabecalho {align-items: baseline ;text-align: left;}
.cabecalho h1 {font-size: 2.9em;}
}
@media screen and (min-width: 1200px) {
.video{display: block;}
}
/*SESSÃO DE SERVIÇO*/
.my-services { margin-bottom: 100px; text-align: center; font-size: 1.4em ;}
.services-content {flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 60vh;}
.service {width: 44%;padding: 3% 1%; margin: 3% 2%; transition: 0.3s;}
.service:hover {
box-shadow: 0 0 40px 10px rgb(245, 245, 245);
transform: scale(1.01);
}
.icon-service {padding: 0 20px;}
.icon-service img{width: 50px; border-radius: 50%;}
.about-service p {color: rgb(102, 102, 102)}
@media screen and (max-width: 900px) {
.services-content {flex-direction: column; align-items: center;}
.service {width: 94%;}
}
/*<NAME>*/
.article-about-me header {margin-bottom: 100px; position: relative;}
.article-about-me header h2 {font-weight: 700; font-size: 2em; }
.article-about-me header h2:before {
content: '';
width: 100px;
height: 3px;
background-color: #f0f;
position: absolute;
top: 120%;
left: 0;
}
.about-content {position: ; min-height: 60vh; justify-content: center;}
.about-content > div {margin: 0 10px; text-align: justify;}
.about-content div.about-img-content {margin: 20px 15px; overflow: hidden;}
.about-content div img {width: 100%; transition: 0.6s;}
.about-content div img:hover {transform: scale(1.08);}
a.contact-buttom {text-decoration: none; padding: 15px 40px; border-radius: 5px; border: 1px solid #000; transition: 0.5s;}
a.contact-buttom:hover {background: #000; color: rgb(255, 255, 255);}
@media screen and (max-width: 900px) {
.about-content {flex-direction: column;}
}
/*Section portifolio*/
.section-portifolio header{margin-bottom: 100px; text-align: center; font-size: 1.4em}
.portifolio-content {flex-direction: row;flex-wrap: wrap;}
.portifolio-content > div {position: relative; width: 25%; margin: 20px 4.166%; overflow: hidden; transition: 1s; border-radius: 5px;}
.portifolio-content div img {width: 100%;transition: .5s;}
.portifolio-content div div.display-black {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0, 0, 0); opacity: .3; transition: .5s; align-items: center; justify-content: center; color: #fff;}
.portifolio-content div:hover img {transform: scale(1.08);}
.portifolio-content div:hover div.display-black {display: flex; justify-content: center; cursor: pointer;}
@media screen and (max-width: 900px) {
.portifolio-content > div {position: relative; width: 40%; margin: 20px 5%;}
} | 0.423339 | 0.100834 |
/* ===== Resets/Browser Normalization ===== */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
margin:0;
outline:0;
padding:0;
font-size: 100%; /*add font size to reset */
background:transparent;
vertical-align: baseline;
}
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
img, input, li, ol, p, select, span, td, textarea, th, ul {
border-style: none;
margin: 0;
padding: 0;
}
a, address, body, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
text-decoration: none;
}
body, caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
ol, ul {
list-style: none;
}
ol.numbers {
list-style: decimal;
padding-left: 20px;
}
ul.dots {
list-style: circle;
padding-left: 20px;
}
/* ===== Basic Element Styles ===== */
a, a:visited {
color: #000099;
font-weight: bold;
}
a:hover, a:active {
text-decoration: underline;
}
.disabled {
color: #333366;
text-decoration: none;
}
body, textarea, input, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
background: #D4D0C8;
font-size: 62.5%;
position: relative;
line-height: 1;
color: black;
}
hr {
background-color: #999999;
border: 0;
height: 0.1em;
margin: 0.5em 0 0.5em 0;
}
input[type="radio"], input[type="checkbox"] {
font-size: 1.1em;
margin: 0.2em;
}
input[type="text"], input[type="password"] {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
margin: 0.2em;
padding: 0.1em 0 0.1em 0;
}
input[type="submit"], input[type="button"],
input[type="reset"] {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
}
input[type="submit"]:hover {
color: #ff0000;
cursor: pointer;
text-decoration: underline;
}
input[type="file"] {
font-size: 1.1em;
height: 1.6em; /* force ctrl to scale with text */
}
select {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
height: 1.6em; /* force ctrl to scale with text */
margin: 0.1em;
}
select[multiple="multiple"] {
height: 5em;
}
h1, .h1 {
font-size: 1.6em;
font-weight: bold;
}
h2, .h2 {
font-size: 1.3em;
font-weight: bold;
}
h3, .h3 {
font-size: 1.1em;
font-weight: bold;
}
/* IE7 fix */
table {
font-size: 1em;
}
/* IE7 fix */
table input {
border: #999999 solid 0.1em;
}
textarea {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
}
th, th a {
color: #000000;
font-weight: bold;
}
/* ===== Legacy Styles ===== */
/* The "smallSubmit" class can be used to decorate
links (A elements) and make them similar to form's buttons. */
.smallSubmit, .smallSubmit:visited {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.2em 0.1em 0.2em;
}
.smallSubmit:hover {
color: #ff0000;
text-decoration: none;
}
.smallSubmit:active {
background-color: #cccccc;
color: #333366;
text-decoration: none;
}
.info {
color: #000000;
font-style: normal;
}
.boxhead {
color: #FFFFFF;
font-size: 1.1em;
font-weight: bold;
}
.boxlink {
float:right;
}
DIV.boxtop {
background-color: #000099;
border-color: #999999;
border-style: solid;
margin: 0 auto 0 auto;
padding: 0.1em 0.4em 0.1em 0.4em;
text-align: center;
}
DIV.boxhead-left {
border: none;
color: #FFFFFF;
float: left;
font-size: 1.1em;
font-weight: bold;
width: auto;
}
DIV.boxhead-fill {
border: none;
color: #FFFFFF;
font-size: 1.1em;
font-weight: bold;
text-align: center;
width: 0;
}
DIV.boxhead-right {
border: none;
color: #FFFFFF;
float: right;
font-size: 1.1em;
font-weight: bold;
width: auto;
}
A.boxheadbutton {
color: #FFFFFF;
font-size: 1.1em;
}
A.boxheadbutton:hover {
color: #ff0000;
text-decoration: none;
}
.boxoutside {
background-color: #FFFFFF;
border: 0.1em solid #999999;
}
.boxtop {
background-color: #000099;
border: 0 solid #999999;
padding: 0.1em 0.4em 0.1em 0.4em;
}
.boxbottom {
background-color: #FFFFFF;
border: 0 solid #999999;
padding: 0.4em;
}
.button {
background-color: #dddddd;
border: 0.2em outset #9999CC;
padding-right: 0.5em;
padding-left: 0.5em;
}
.browsecategorylist {
margin-left: 10px;
}
.browsecategorytext {
color: #000099;
font-weight: bold;
padding-left: 10px;
background:url(/images/bg_bullet_full_2.gif) no-repeat 0px 0.5em;
}
A.browsecategorybutton {
color: #000099;
}
.browsecategorybuttondisabled {
color: #333333;
font-weight: bold;
}
A.buttontext, .buttontextdisabled {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-weight: bold;
line-height: 1.8em;
margin: 0.2em;
padding: 0.1em 0.4em 0.1em 0.4em;
/*white-space: nowrap;*/
}
A.buttontext {
color: #000099;
}
A.buttontext:hover {
color: #ff0000;
}
A.linktext {
color: #000099;
}
A.linktext:hover {
color: #ff0000;
}
.buttontextdisabled {
color: #333333;
}
A.headerbuttontext {
color: #000099;
}
A.headerbuttontext:hover {
color: #000000;
}
.submenutextinfo {
border-right: 0.1em solid #5886C6;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em;
}
.submenutext, A.submenutext, A.submenutext:visited {
border-right: 0.1em solid #5886C6;
color: #ffff00;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
padding-right: 0.5em;
}
A.submenutext:hover {
color: #ffff00;
}
.submenutextdisabled, A.submenutextdisabled {
border-right: 0.1em solid #5886C6;
color: #CCCCCC;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
padding-right: 0.5em;
}
A.submenutextdisabled:hover {
color: #ffff00;
}
.submenutextinforight {
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
}
.submenutextright, A.submenutextright {
color: #ffff00;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
}
A.submenutextright:hover {
color: #ffff00;
}
.submenutextrightdisabled, A.submenutextrightdisabled {
color: #CCCCCC;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
}
A.submenutextrightdisabled:hover {
color: #ffff00;
}
A.lightbuttontext {
border: none;
color: #ffff00;
}
A.lightbuttontext:hover {
color: #ffff00;
}
A.lightbuttontextsmall {
border: none;
color: #ffff00;
font-size: 0.8em;
}
A.lightbuttontextsmall:hover {
color: #ffff00;
}
.lightbuttontextdisabled {
color: #CCCCCC;
font-weight: bold;
}
A.buttontextbig, .buttontextbigdisabled {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.5em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.4em 0.1em 0.4em;
}
A.buttontextbig {
color: #000099;
}
.buttontextbigdisabled {
color: #CCCCCC;
}
A.buttontextbig:hover {
color: #ff0000;
}
A IMG.imageborder {
border: 0.1em solid #999999;
}
.eventMessage, .errorMessage {
background-color: #FFFFEE;
border: solid #000000 0.1em;
font-size: 1.1em;
font-weight: bold;
margin: 1em;
padding: 1em;
}
.eventMessage {
color: #000099;
}
.errorMessage {
color: #ff0000;
}
.mediumSubmit, .largeSubmit, .loginButton {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1.4em;
font-weight: bold;
margin: 0.2em;
}
.mediumSubmit:hover,.largeSubmit:hover,.loginButton:hover {
color: #ff0000;
}
.smallAltSubmit,.mediumAltSubmit,.largeAltSubmit {
font-size: 1.1em;
}
.basePrice {
color: #000000;
}
.normalPrice {
color: #008000;
}
.salePrice {
color: #ff0000;
}
.divHidden {
width:400px;
overflow:hidden;
white-space:nowrap;
}
/* ===== Product Summary Styles ===== */
.product-prevnext {
text-align: right;
}
.productsummary-container {
border-top: #999 solid 0.1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.productsummary {
border-bottom: #999 solid 0.1em;
/* using min-height as an alternative to clear: both; because that, in some browsers, will clear the top-level columns and not just in this div (Mozilla based, namely) */
min-height: 6em;
overflow: visible;
padding: 0.5em;
position: relative;
}
.productsummary .smallimage {
float: left;
/* position: absolute; top: 5px; left: 5px; */
margin: 0 0.5em 0.5em 0;
}
.productsummary .smallimage img {
border: #CCC solid 0.1em;
height: 5em;
}
.productsummary .productbuy {
float: right;
margin: 0.5em;
text-align: right;
width: 13em;
}
.productsummary .productinfo {
/* margin-left: 60px; */
text-align: left;
}
/* ===== Product Detail Styles ===== */
#productdetail #long-description {
border-top: #999 solid 0.1em;
margin-top: 1em;
padding-top: 0.5em;
}
#productdetail #reviews {
border-top: #999 solid 0.1em;
margin-top: 1em;
padding-top: 0.5em;
}
#productdetail #associated-products {
border-top: #999 solid 0.1em;
margin-top: 1em;
padding-top: 0.5em;
}
.treeWrapper {
background-color: #ffffff;
border-top: 0.1em solid #000000;
border-left: 0.1em solid #000000;
color: #000000;
font-size: 1.6em;
font-weight: normal;
margin-left: 1.2em;
margin-top: 0.2em;
text-align: left;
text-decoration: none;
}
.lefthalf{
float: left;
height: 1%;
left: 0;
margin: 0% 1% 1% 0%;
width: 49%;
}
.righthalf {
float: right;
height: 1%;
margin: 0 0 1% 1%;
right: 0;
width: 49%;
}
.leftclear{
clear: left;
height: 1%;
}
/* ==== Styles For Form Widgets === */
.formTableBordered {
border: 0.1em solid #999999;
width: 100%;
}
/* ==== Styles For The Html Log === */
.DEBUG {
color: #808080;
}
.WARN {
color: #0000ff;
font-weight: bold;
}
.INFO{
color: #008000;
}
.ERROR {
border: 0.2em solid #ff0000;
color: #ff0000;
font-weight: bold;
}
/* ==== Styles Copied From tabstyles.css === */
.treewrapper {
margin-left: 1em;
}
.treeitem {
border: #888888 solid 0.1em;
color: #0000ff;
font-size: 1.4em;
font-weight: bold;
}
.appbar {
background-color: #ffffff;
}
.whitearea {
background-color: #FFFFFF;
}
.blackarea {
background-color: #000000;
}
.apptitle {
background-color: #000099;
color: #FFFFFF;
display: block;
font-size: 1.3em;
font-weight: bold;
line-height: 2em;
width: 100%;
}
.page-title {
color:#000099;
margin-bottom:0.5em;
font-size:1.6em;
font-weight:bold;
}
DIV.row {
background-color: #B4B0AA;
margin: 0 auto 0 auto;
text-align: center;
}
DIV.col {
border: none;
float: left;
width: auto;
}
DIV.col-fill {
background-color: #B4B0AA;
border: none;
color: #000099;
font-weight: bold;
text-align: center;
width: 0;
}
DIV.col-right {
border: none;
float: right;
width: auto;
}
DIV.contentarea {
background-color: #FFFFFF;
border: solid #000000 0.1em;
margin: 1em;
}
DIV.endcolumns {
/* deprecated - use .clear */
clear: both;
}
DIV.simple-right-small {
float: right;
width: 2em;
text-align: right;
}
DIV.simple-right-half {
float: right;
width: 50%;
text-align: right;
}
DIV.screenlet {
background-color: #FFFFFF;
border: 0.1em solid #999999;
height: auto !important;
height: 1%;
margin-bottom: 1em;
}
DIV.screenlet-body {
background-color: #FFFFFF;
height: auto !important;
height: 1%;
padding: 0.4em;
}
DIV.no-padding {
padding: 0;
border: none;
}
.no-padding h2,
.no-padding .h2 {
padding: 0.4em;
}
#column-container {
margin: auto;
padding: 1em;
position: relative;
}
#column-container h1,
#column-container .h1,
#column-container h2,
#column-container .h2 {
margin-bottom: 0.5em;
}
#column-container h1,
#column-container .h1 {
color: #000099;
}
#column-container .left {
float: left;
/* alt: position: absolute; top: 0px; left: 0px; */
width: 22em;
margin-right: 1em;
}
#column-container .left-larger {
float: left;
/* alt: position: absolute; top: 0px; left: 0px; */
width: 25em;
margin-right: 1em;
}
.left-border {
float: left;
margin-right: 1em;
width: 22em;
border-right: 0.5px dotted #ccc;
background-color: #eee;
height: 100%;
}
#column-container .right {
float: right;
margin-left: 1em;
width: 22em;
}
#column-container .leftonly {
margin-left: 23em;
width: auto;
}
#column-container .leftonly-larger {
margin-left: 26em;
width: auto;
}
#column-container .rightonly {
margin-right: 23em;
width: auto;
}
#column-container .center {
margin-left: 23em;
margin-right: 23em;
width: auto;
}
#column-container .nocolumns {
width: auto;
}
DIV.column-left-wide {
background-color: #CCCCCC;
border: #000000 solid 0.2em;
float: left;
overflow: auto;
width: 30em;
}
DIV.widget-container {
margin-bottom: 2em;
}
/* ===== New Styles ===== */
/* ================================ */
/* ===== Used to clear floats ===== */
/* ================================ */
.clear {
clear: both;
height: 0;
visibility: hidden;
}
.no-clear .clear {
/* Used in container elements to override the clear class
in contained elements. */
clear: none;
}
/* ================================= */
/* ===== Single Element Styles ===== */
/* ================================= */
.alert {
/* Used for alert text */
color: #ff0000;
}
.content-messages p {
margin: 0.5em 0 0.5em 0;
}
.hidden {
height: 0;
visibility: hidden;
}
.label {
/* Used for <input> element labels */
font-weight: bold;
height: 1.2em; /* Same as <input> height */
padding-right: 1.1em;
text-align: right;
white-space: nowrap;
width: 1%;
vertical-align: middle;
}
.required, input.required {
/* required style for <input> elements */
background-color: #eeeeee;
}
.tooltip {
/* tooltip style */
background-color: #ffffbb;
border: 0.1em solid #999999;
color: #000000;
font-style: italic;
margin: 0.4em;
padding: 0.1em;
}
.visible {
height: auto;
visibility: visible;
}
/* ================================== */
/* ===== Used to align elements ===== */
/* ================================== */
.align-float {
float: right;
}
.align-text {
text-align: right;
}
.align-top {
vertical-align: top;
}
.centered {
text-align: center;
}
/* ==================================== */
/* ===== Masthead (Header) Styles ===== */
/* ==================================== */
#masthead {
background-color: #FFFFFF;
color: #000000;
font-weight: bold;
height: 1%; /* IE fix */
}
#masthead ul li {
float: left;
padding: 0.4em;
}
#masthead ul .logo-area {
/* placeholder */
}
#masthead ul .opposed,
#masthead ul .control-area {
float: right;
text-align: right;
}
#masthead ul .control-area .expanded {
background: url(/images/collapse.gif) no-repeat right;
min-height: 10px;
min-width: 10px;
padding: 0 0.4em 0 0.4em;
}
#masthead ul .control-area .collapsed {
background: url(/images/expand.gif) no-repeat right;
min-height: 10px;
min-width: 10px;
}
ul#preferences-menu {
float: right;
}
/* ========================================= */
/* ===== Footer Styles ===================== */
/* ========================================= */
#footer {
text-align: center;
}
#footer p {
margin: 1em;
}
/* ================================================== */
/* ===== Main Navigation (App Menu) Styles ========== */
/* ================================================== */
#main-navigation {
background-color: #ffffff;
font-size: 1.1em;
height: 1%; /* IE fix */
}
#main-navigation ul {
display: inline; /* IE Fix */
}
#main-navigation ul li {
float: left;
background-image: url(/images/tabs/main_uns_left.gif);
}
#main-navigation ul li:hover {
background-image: url(/images/tabs/main_sel_left.gif);
}
#main-navigation ul li.selected {
background-image: url(/images/tabs/main_sel_left.gif);
}
#main-navigation ul a {
background-image: url(/images/tabs/main_uns_right.gif);
background-position: top right;
background-repeat: no-repeat;
border-bottom: solid #989898 0.01em;
color: #000000;
display: block;
padding: 0.3em 0.6em 0.1em 0.6em;
text-align: center;
}
#main-navigation ul .disabled {
/* disabled tab */
color: #D4D0C8;
}
#main-navigation ul a:hover,
#main-navigation ul .selected a,
#main-navigation ui .selected a:hover {
background-image: url(/images/tabs/main_sel_right.gif);
background-position: top right;
background-repeat: no-repeat;
border-bottom: solid #D4D0C8 0.01em;
color: #000099;
text-decoration: none;
}
/* ======================================================= */
/* ===== Secondary Navigation (App Menu) Styles ========== */
/* ======================================================= */
#secondary-navigation {
}
#secondary-navigation a {
padding: 0 1em 0 1em;
border: 0.05em solid #000099;
color: #ffff66;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
}
#secondary-navigation .disabled {
padding: 0 1em 0 1em;
border: 0.05em solid #000099;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
color: #D4D0C8;
}
#secondary-navigation a.selected,
#secondary-navigation a:hover {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
border-bottom: 0.05em solid #2626c1;
text-decoration: none;
color: #ffffff;
}
/* ========================================================= */
/* ===== Component Navigation (App Header) Styles ========== */
/* ========================================================= */
#app-navigation {
background-color: #5f9fcf;
background-image: url(/images/gradient_main.gif);
background-repeat: repeat-y;
border: 0.1em solid #69a9d9;
height: 1%; /* IE fix */
margin: 1em;
}
#app-navigation h1,
#app-navigation h2,
#app-navigation h3 {
color: #ffffff;
padding: 0.4em;
}
#app-navigation ul {
display: inline; /* IE Fix */
}
#app-navigation ul li ul li {
background-color: #000099;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
border-right: 0.1em solid #69a9d9;
border-top: 0.1em solid #69a9d9;
float: left;
}
#app-navigation .opposed li,
#app-navigation ul .opposed,
#app-navigation ul .col-right {
/* .col-right deprecated - use .opposed */
border-left: 0.1em solid #69a9d9;
border-right: none;
float: right;
}
#app-navigation ul .disabled {
color: #D4D0C8;
}
#app-navigation ul a {
border-bottom: 0.05em solid #000099;
color: #ffff66;
display: block;
font-size: 1em;
padding: 0 1em 0 1em;
}
#app-navigation ul .selected,
#app-navigation ul .selected a {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
color: #ffffff;
}
#app-navigation ul a:hover {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
border-bottom: 0.05em solid #2626c1;
text-decoration: none;
color: #ffffff;
}
/* ================================================= */
/* ===== Screenlet Title Bar/Navigation Styles ===== */
/* ================================================= */
.screenlet-title-bar {
background-color: #000099;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
color: #ffffff;
height: 1%; /* IE fix */
min-height: 1.5em;
}
.screenlet-title-bar .h1,
.screenlet-title-bar .h2,
.screenlet-title-bar .h3,
.screenlet-title-bar h1,
.screenlet-title-bar h2,
.screenlet-title-bar h3 {
background: none;
color: #ffffff;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.screenlet-title-bar ul {
display: inline; /* IE Fix */
}
.screenlet-title-bar ul li {
background: none;
border-left: 0.1em solid #5f9fcf;
color: #ffffff;
float: right;
font-size: 1em;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.screenlet-title-bar ul h1,
.screenlet-title-bar ul h2,
.screenlet-title-bar ul h3,
.screenlet-title-bar ul .h1,
.screenlet-title-bar ul .h2,
.screenlet-title-bar ul .h3 {
border-left: none;
float: left;
}
.screenlet-title-bar .h1 {
font-size: 1.6em;
}
.screenlet-title-bar .h2 {
font-size: 1.3em;
}
.screenlet-title-bar .h3,
.screenlet-title-bar .head4 {
font-size: 1.1em;
}
.screenlet-title-bar .h3 a {
color: #ffff66;
display: inline;
}
.screenlet-title-bar ul a {
color: #ffff66;
display: block;
}
.screenlet-title-bar ul a:visited {
color: #ffff66;
}
.screenlet-title-bar ul li:hover {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
}
.screenlet-title-bar ul a:hover {
color: #ffffff;
text-decoration: none;
}
.screenlet-title-bar ul .disabled {
color: #CCCCCC;
}
.screenlet-title-bar ul .collapsed,
.screenlet-title-bar ul .collapsed:hover {
background: url(/images/expand.gif) no-repeat center center;
min-height: 1.1em;
min-width: 1.1em;
}
.screenlet-title-bar ul .expanded,
.screenlet-title-bar ul .expanded:hover {
background: url(/images/collapse.gif) no-repeat center center;
min-height: 1.1em;
min-width: 1.1em;
}
.screenlet-title-bar ul .collapsed a,
.screenlet-title-bar ul .expanded a {
/* IE fix */
cursor: default;
}
.screenlet-title-bar ul .h1:hover,
.screenlet-title-bar ul .h2:hover,
.screenlet-title-bar ul .h3:hover {
background-color: #000099;
background-image: url(/images/gradient_sub_uns.gif);
}
/* login screenlet decorator */
.login-screenlet {
min-width: 25em;
width: 25%;
}
.login-screenlet .screenlet-title-bar {
text-align: center;
}
/***********************************************
ajax auto complete
***********************************************/
div.autocomplete {
position:absolute;
width:auto !important;
/* min-width:154px; */
background-color:#f8f8f8;
border:1px solid #999999;
margin:0;
padding:0;
}
div.autocomplete ul {
list-style-type:none;
margin:0;
padding:0;
}
div.autocomplete ul li.selected {
background-color: #ffb;
}
div.autocomplete ul li {
list-style-type:none;
display:block;
float: none;
margin:0;
padding:2px;
/*height:32px;*/
cursor:pointer;
}
.indicator img {
background: url(/images/ajax-loader.gif) no-repeat 0 0;
display: block;
margin:3px 10px 0px 24px;
width:16px;
height:16px;
border: none;
}
/* ======================================================= */
/* ===== Basic Navigation (Vertical Menu) Style ========== */
/* ======================================================= */
.basic-nav {
/* indent menu - helpful for widgets */
padding-left: 1em;
}
.basic-nav ul {
/* placeholder */
}
.basic-nav ul li {
}
.basic-nav ul a {
color: #000099;
font-size: 1.1em;
}
.basic-nav ul .selected,
.basic-nav ul .selected a {
color: #0000ff;
}
.basic-nav ul a:hover {
color: #0000ff;
}
.basic-nav ul .disabled,
.basic-nav ul .disabled a {
color: #D4D0C8;
}
/* ======================================== */
/* ===== Button Bar Navigation Styles ===== */
/* ======================================== */
.button-bar {
margin-bottom: 1.0em;
width: 100%;
}
.button-bar ul {
display: inline; /* IE Fix */
}
.button-bar ul li {
float: left;
font-weight: bold;
padding: 0.1em 0.4em 0.1em 0.4em;
}
.button-bar ul .opposed {
float: right;
}
.button-bar ul a,
.tabContainer ul a {
display: block;
}
.button-bar ul a,
.button-bar a {
padding: 0.1em 0.5em 0.1em 0.5em;
white-space: nowrap;
}
.button-bar ul a:hover {
color: #0000ff;
}
.button-bar .opposed,
.button-bar .opposed li,
.button-bar ul .opposed {
float: right;
}
/* ===== Button style decorator ===== */
.button-style-1 ul li,
.tabContainer ul li {
background-color: #ffffff;
color: #000099;
}
.button-style-1 a,
.button-style-1 ul a,
a.button-style-1 {
background-color: #D4D0C8;
border: solid #000099 0.1em;
color: #000099;
}
.button-style-1 .selected,
.button-style-1 ul .selected,
.button-style-1 ul .selected a {
background-color: #000099;
color: #ffffff;
}
.button-style-1 a:hover,
.button-style-1 ul a:hover,
a.button-style-1:hover {
background-color: #000099;
color: #ffffff;
text-decoration: none;
}
/* ===== Button style decorator ===== */
.button-style-2 {
display: table;
}
.button-style-2 ul li {
background-color: #ffffff;
color: #000099;
}
.button-style-2 ul a,
.button-style-2 a,
a.button-style-2 {
background-color: #ffffff;
border: solid #000099 0.1em;
color: #000099;
}
.button-style-2 ul .selected a,
.button-style-2 .selected {
background-color: #000099;
color: #ffffff;
}
.button-style-2 ul a:hover,
.button-style-2 a:hover,
a.button-style-2:hover {
background-color: #000099;
color: #ffffff;
text-decoration: none;
}
.button-style-2 .disabled {
background-color: #ffffff;
border: solid #D4D0C8 0.1em;
color: #D4D0C8;
}
/* ===== Button bar decorators ===== */
.tool-bar {
background-color: #D4D0C8;
border: 0.1em solid #000099;
padding: 0.2em;
}
.tool-bar ul li {
background-color: #D4D0C8;
padding: 0.1em;
}
/* tab-bar decorator intended to be used at
the top of the main content area */
.tab-bar {
display:table;
}
.tab-bar ul li {
background-color: #0366b0;
border-right: 0.1em solid #5f9fcf;
border-bottom: 0.1em solid #5f9fcf;
margin: 0;
padding: 0;
}
.tab-bar ul a,
.tab-bar ul a:visited {
color: #ffffff;
}
.tab-bar ul a:hover,
.tab-bar ul .selected,
.tab-bar ul .selected a,
.tab-bar ul .selected a:hover {
background-color: #5f9fcf;
color: #ffffff;
text-decoration: none;
}
.tab-bar ul .disabled {
color: #D4D0C8;
padding: 0.1em 0.4em 0.1em 0.4em;
}
.tab-bar .opposed,
.tab-bar .opposed li,
.tab-bar ul .opposed {
border-left: 0.1em solid #5f9fcf;
border-right: none;
}
/* ======================== */
/* ===== Table Styles ===== */
/* ======================== */
.basic-table {
background-color: #ffffff;
color: #000000;
margin-bottom: 1em;
width: 100%;
}
form .basic-table,
.screenlet-body .basic-table {
margin-bottom: 0;
}
.basic-table tr td {
/* Style for all cells */
padding: 0.1em;
vertical-align: middle;
}
.basic-table tr .label,
.basic-table tr .group-label {
/* field labels for forms */
font-weight: bold;
text-align: right;
padding-right: 1.5em;
white-space: nowrap;
width: 1%;
}
.basic-table tr .group-label {
/* "header" for field label groups */
font-size: 1.2em;
padding: 2em 1.5em 0 0;
}
.basic-table tr th,
.basic-table .header-row {
font-weight: bold;
text-align: left;
}
.basic-table .header-row td {
border-bottom: 0.1em solid #000000;
}
.basic-table .header-row td a {
color: #000000;
}
.basic-table .alternate-row {
/* Alternating row style */
background-color: #eeeeee;
}
.basic-table .selected {
background: #FFFCCF;
}
.basic-table .alternate-rowSelected {
background: #FFF55F;
}
.basic-table .Validate {
/*Style use by alt-row-style on list*/
background: #A0D5F7;
}
.basic-table .alternate-rowValidate {
/*Style use by alt-row-style on list*/
background: #72A8F2;
}
.basic-table .Warn {
/*Style use by alt-row-style on list*/
background: #f55C5C;
}
.basic-table .alternate-rowWarn {
/*Style use by alt-row-style on list*/
background: #FC7455;
}
.basic-table tr .button-col {
/* button column style - for the small
collection of buttons used in lists */
vertical-align: top;
}
.basic-table tr .button-col a {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
float: left;
margin: 0 0.1em 0 0.1em;
padding: 0.1em 0.4em 0.1em 0.4em;
white-space: nowrap;
}
.basic-table tr .smallSubmit,
.basic-table tr .smallSubmit:visited {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.2em 0.1em 0.2em;
white-space: nowrap;
}
.basic-table tr .button-col a:hover,
.basic-table tr .button-col a:active,
.basic-table tr .smallSubmit:hover,
.basic-table tr .smallSubmit:active {
color: #ff0000;
text-decoration: none;
}
.basic-table .collapsed {
visibility: collapse;
}
/* ===== Alternate table header style ===== */
.basic-table .header-row-2 th,
.basic-table .header-row-2 td {
background-color: #999999;
border-bottom: 0;
border-left: 0.1em solid #cccccc;
color: #ffffff;
font-weight: bold;
text-align: left;
}
/* ===== Sort field style ===== */
.basic-table .header-row-2 th .sort-order-asc,
.basic-table .header-row-2 td .sort-order-asc{
background: url(/images/arrow-gr-up.png) no-repeat right;
padding-right: 20px;
}
.basic-table .header-row-2 th .sort-order-desc,
.basic-table .header-row-2 td .sort-order-desc{
background: url(/images/arrow-gr-dw.png) no-repeat right;
padding-right: 20px;
}
.basic-table .header-row-2 th .sort-order,
.basic-table .header-row-2 td .sort-order{
background: url(/images/arrow-gr.png) no-repeat right;
padding-right: 20px;
}
/* ===== Table decorator - Hover bar ===== */
.hover-bar tr:hover {
background-color: #cccccc;
cursor: default;
}
.hover-bar .header-row:hover,
.hover-bar tr th:hover {
background-color: #ffffff;
color: #000000;
}
/* ===== Table decorator - Grid ===== */
/* These decorators need an IE hack. IE7 does not
render borders around empty <td> elements */
.dark-grid {
/* dark grid */
border-right: 0.1em solid #000000;
border-top: 0.1em solid #000000;
}
.dark-grid td,
.dark-grid .header-row-2 th,
.dark-grid .header-row-2 td {
border-bottom: 0.1em solid #000000;
border-left: 0.1em solid #000000;
}
.light-grid {
/* light grid */
border-right: 0.1em solid #cccccc;
border-top: 0.1em solid #cccccc;
}
.light-grid td,
.light-grid .header-row td{
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
}
/* ===== Table decorator - Calendar ===== */
.calendar {
border-right: 0.1em solid #cccccc;
}
.calendar tr td {
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
vertical-align: top;
padding: 0.5em;
}
.calendar .header-row td {
background-color: #69a9d9;
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
color: #ffffff;
height: auto;
text-align: center;
}
.calendar tr td .add-new {
float: right;
}
.calendar tr td .h1 {
color: #000099;
float: left;
}
.calendar .current-period {
background-color: #ffffcc;
}
.calendar .active-period {
background-color: #eeeeee;
}
/* ======================= */
/* ===== Tree Styles ===== */
/* ======================= */
.basic-tree {
/* placeholder */
}
.basic-tree ul {
padding-left: 1em;
}
.basic-tree li {
padding-left: 1em;
white-space: nowrap;
}
.basic-tree li .expanded {
background: url(/images/collapse.gif) no-repeat left center;
padding-right: 1em;
}
.basic-tree li .collapsed {
background: url(/images/expand.gif) no-repeat left center;
padding-right: 1em;
}
.basic-tree li .leafnode {
background: url(/images/expand-collapse-placeholder.gif) no-repeat left center;
padding-right: 1em;
}
.basic-tree li .treeitem {
/* treeitem is deprecated */
border-style: none;
color: #000099;
font-size: 1em;
}
.basic-tree li a:hover {
color: #0000ff;
}
/* ======================== */
/* ===== Form Styles ===== */
/* ======================== */
.basic-form {
margin-bottom: 1em;
}
.basic-form table {
width: 100%;
}
.basic-form table .header-row:hover {
background-color: #ffffff;
color: #000000;
}
.basic-form table tr td {
padding: 0.1em;
}
.basic-form table tr .label,
.basic-form table tr .group-label {
/* field labels for forms */
font-weight: bold;
text-align: right;
padding-right: 1.5em;
width: 1%;
}
.basic-form table tr .group-label {
/* "header" for field label groups */
font-size: 1.2em;
padding: 2em 1.5em 0 0;
}
.basic-form table tr th,
.basic-form table .header-row {
font-weight: bold;
text-align: left;
}
.basic-form table .header-row:hover,
.basic-form table tr th:hover{
background-color: #ffffff;
color: #000000;
}
.basic-form table .header-row td {
border-bottom: 0.1em solid #999999;
}
.basic-form table .viewManyTR1,
.basic-form table .alternate-row {
/* Alternating row style */
/* .viewManyTR1 deprecated - use .alternate-row */
background-color: #eeeeee;
}
.basic-form table tr td .smallSubmit,
.basic-form table tr td .smallSubmit:visited {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.2em 0.1em 0.2em;
}
.basic-form table tr td .smallSubmit:hover,
.basic-form table tr td .smallSubmit:active {
color: #ff0000;
text-decoration: none;
}
.basic-form table tr td .disabled {
background-color: #cccccc;
color: #333366;
text-decoration: none;
}
/* ===== Form decorator - Form Widget ===== */
.form-widget table tr .label,
.form-widget-table tr .label {
/* Added for backward compatibility */
width: 20%;
}
.form-widget table,
.form-widget-table {
width: auto;
}
.form-widget-table {
margin-bottom: 1em;
}
/* Pager */
.nav-pager {
height: 2em;
padding-bottom: 0.7em;
padding-top: 0.4em;
}
.nav-pager ul {
display: inline; /* IE Fix */
}
.nav-pager ul li {
background-color: #ffffff;
float:left;
font-weight: bold;
line-height: 1.8em;
margin: 0.2em;
}
.nav-pager ul li a {
display: block;
}
.nav-pager ul .nav-first,
.nav-pager ul .nav-previous,
.nav-pager ul .nav-next,
.nav-pager ul .nav-last {
border: #999999 solid 0.1em;
padding: 0 1em 0 1em;
}
.nav-pager ul .nav-first-disabled,
.nav-pager ul .nav-previous-disabled,
.nav-pager ul .nav-next-disabled,
.nav-pager ul .nav-last-disabled {
border: #999999 solid 0.1em;
color: #333333;
padding: 0 0.5em 0 0.5em;
}
.nav-pager select {
margin: 0;
}
/* ================================= */
/* ===== Visual Embellishments ===== */
/* ================================= */
.view-calendar a{
background: url(/images/cal.gif) no-repeat !important;
display: inline-block;
/* margin: 3px 10px 0px 4px; */
vertical-align:top;
margin-top: 2px;
width:16px;
height:16px;
}
.field-lookup a{
background: url(/images/fieldlookup.gif) no-repeat 0 0;
display: inline-block;
/* margin: 3px 10px 0px 4px; */
vertical-align:top;
margin-top: 3px;
width:16px;
height:16px;
}
/* ================================= */
/* ===== Calendar Date Select ====== */
/* ================================= */
.calendar_date_select {
color: #fff;
border: #777 1px solid;
display: block;
width: 200px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #4682B4;
border-top:1px solid #777;
border-bottom:2px solid #777;
color: white !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #4682B4;
}
.calendar_date_select .cds_footer {
background-color: #4682B4;
padding:3px;
font-size:12px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #87CEEB;
border-bottom: 2px solid #87CEEB;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: #000;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: #fff;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color: #000 !important;
background: none !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_buttons a {
background: none !important;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: #fff;
font-size: 9px;
background: none;
display: inline !important;
}
.calendar_date_select td {
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
background-color: #87CEEB;
}
.calendar_date_select td.weekend {
background-color: #ADD8E6;
}
.calendar_date_select td div {
color: #fff;
}
.calendar_date_select td div.other {
color: #888;
}
.calendar_date_select td.selected div {
color: #000;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #FFD700;
}
.calendar_date_select td.selected {
background-color: #fff;
}
.calendar_date_select td:hover {
background-color:#00BFFF;
}
.calendar_date_select td.today {
border: 1px dashed #FFFF00;
}
.calendar_date_select td.disabled div {
color: #454545;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid #FF0000;
}
/* ============================= */
/* ===== FieldGroup Styles ===== */
/* ============================= */
.fieldgroup-title-bar {
border-top: 0.1em solid #DADADA;
font-size: 1em;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.fieldgroup-title-bar ul .collapsed,
.fieldgroup-title-bar ul .collapsed:hover {
background: url(/images/expand.gif) no-repeat left center;
min-height: 1.1em;
min-width: 1.1em;
}
.fieldgroup-title-bar ul .expanded,
.fieldgroup-title-bar ul .expanded:hover {
background: url(/images/collapse.gif) no-repeat left center;
min-height: 1.1em;
min-width: 1.1em;
}
.fieldgroup-title-bar a {
cursor:pointer;
text-decoration:none;
padding-left: 10px;
color: #000000;
}
/* == Portlet configuration screenlet == */
.portlet-config {
background-color:#D4D0C8;
border: 2px solid #D4D0C8;
margin-bottom: 5px;
}
.portlet-config-title-bar .title {
color: #555555;
font-size: 1.2em;
float: left;
}
.portlet-config-title-bar ul {
display: inline; /* IE Fix */
}
.portlet-config-title-bar ul li {
float: right;
font-size: 1em;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.portlet-config-title-bar ul li.move-up {
background: url(/images/arrow-single-up-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-down {
background: url(/images/arrow-single-down-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-left {
background: url(/images/arrow-single-left-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-right {
background: url(/images/arrow-single-right-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-top {
background: url(/images/arrow-end-up-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-bottom {
background: url(/images/arrow-end-down-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.remove {
background: url(/images/mini-trash.png) no-repeat center center;
}
.portlet-config-title-bar ul li.edit {
background: url(/images/mini-edit.png) no-repeat center center;
}
/* == Portal Manager Toolbar == */
#manage-portal-toolbar {
background-color:#D4D0C8;
margin-bottom: 0.5em;
}
#manage-portal-toolbar ul li {
float: left;
padding: 0.1em 0.5em 0.2em 0.5em;
}
#manage-portal-toolbar #config-on-off,
#manage-portal-toolbar #manage-portal-page,
#manage-portal-toolbar #add-column {
float: right;
}
#manage-portal-toolbar #portal-page-name {
font-size: 1.5em;
font-weight: bold;
}
.manage-portal-column-toolbar #add-portlet,
.manage-portal-column-toolbar #delete-column,
.manage-portal-column-toolbar #column-width {
float: right;
}
/***********************************************
Webtools
***********************************************/
.webToolList h3 {
margin:0.75em 0 0.09em 0;
text-transform:uppercase;
}
/***********************************************
Lookups
***********************************************/
.fieldLookup{
background: #ffffff;
border-right: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 3px solid #999;
position: absolute;
padding: 3px 1 1 1;
overflow: visible;
z-index: 110000;
visibility: visible;
}
.fieldLookupHeader{
border-bottom: 1px solid #aaa;
border-top: 1px solid #999;
height: 18px;
font-size: 12px;
padding: 3px 0;
color: #333;
background-image: url(header_bg.gif);
cursor: move;
}
.fieldLookupHeader span{
text-align: right;
cursor: pointer;
}
.fieldLookupHeader span div{
background-image: url(header_close_button.png);
float: right;
width: 16px;
height: 16px;
}
#fieldLookupContent{
background-color: #ffffff;
overflow: auto;
width:100%;
height:95%;
}
/* overwrite */
#fieldLookupContent ul li a {
display: inherit;
cursor: pointer;
background: none;
}
#fieldLookupContent td {
padding-top: 5px;
padding-bottom: 5px;
}
#fieldLookupContent td span a {
background: url(/images/fieldlookup.gif) no-repeat;
display: inline-block;
}
#fieldLookupContent td a {
background: none;
cursor: pointer;
display: inline;
}
/* overwrite*/
#findScreenlet{
margin-top: 0;
}
.fadedBackground {
background: url(faded_background.png);
position: absolute;
overflow: visible;
z-index: 109999;
visibility: visible;
left: 0px;
top: 0px;
} | themes/flatgrey/webapp/flatgrey/maincss.css |
/* ===== Resets/Browser Normalization ===== */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
margin:0;
outline:0;
padding:0;
font-size: 100%; /*add font size to reset */
background:transparent;
vertical-align: baseline;
}
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
img, input, li, ol, p, select, span, td, textarea, th, ul {
border-style: none;
margin: 0;
padding: 0;
}
a, address, body, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
text-decoration: none;
}
body, caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
ol, ul {
list-style: none;
}
ol.numbers {
list-style: decimal;
padding-left: 20px;
}
ul.dots {
list-style: circle;
padding-left: 20px;
}
/* ===== Basic Element Styles ===== */
a, a:visited {
color: #000099;
font-weight: bold;
}
a:hover, a:active {
text-decoration: underline;
}
.disabled {
color: #333366;
text-decoration: none;
}
body, textarea, input, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
background: #D4D0C8;
font-size: 62.5%;
position: relative;
line-height: 1;
color: black;
}
hr {
background-color: #999999;
border: 0;
height: 0.1em;
margin: 0.5em 0 0.5em 0;
}
input[type="radio"], input[type="checkbox"] {
font-size: 1.1em;
margin: 0.2em;
}
input[type="text"], input[type="password"] {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
margin: 0.2em;
padding: 0.1em 0 0.1em 0;
}
input[type="submit"], input[type="button"],
input[type="reset"] {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
}
input[type="submit"]:hover {
color: #ff0000;
cursor: pointer;
text-decoration: underline;
}
input[type="file"] {
font-size: 1.1em;
height: 1.6em; /* force ctrl to scale with text */
}
select {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
height: 1.6em; /* force ctrl to scale with text */
margin: 0.1em;
}
select[multiple="multiple"] {
height: 5em;
}
h1, .h1 {
font-size: 1.6em;
font-weight: bold;
}
h2, .h2 {
font-size: 1.3em;
font-weight: bold;
}
h3, .h3 {
font-size: 1.1em;
font-weight: bold;
}
/* IE7 fix */
table {
font-size: 1em;
}
/* IE7 fix */
table input {
border: #999999 solid 0.1em;
}
textarea {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
}
th, th a {
color: #000000;
font-weight: bold;
}
/* ===== Legacy Styles ===== */
/* The "smallSubmit" class can be used to decorate
links (A elements) and make them similar to form's buttons. */
.smallSubmit, .smallSubmit:visited {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.2em 0.1em 0.2em;
}
.smallSubmit:hover {
color: #ff0000;
text-decoration: none;
}
.smallSubmit:active {
background-color: #cccccc;
color: #333366;
text-decoration: none;
}
.info {
color: #000000;
font-style: normal;
}
.boxhead {
color: #FFFFFF;
font-size: 1.1em;
font-weight: bold;
}
.boxlink {
float:right;
}
DIV.boxtop {
background-color: #000099;
border-color: #999999;
border-style: solid;
margin: 0 auto 0 auto;
padding: 0.1em 0.4em 0.1em 0.4em;
text-align: center;
}
DIV.boxhead-left {
border: none;
color: #FFFFFF;
float: left;
font-size: 1.1em;
font-weight: bold;
width: auto;
}
DIV.boxhead-fill {
border: none;
color: #FFFFFF;
font-size: 1.1em;
font-weight: bold;
text-align: center;
width: 0;
}
DIV.boxhead-right {
border: none;
color: #FFFFFF;
float: right;
font-size: 1.1em;
font-weight: bold;
width: auto;
}
A.boxheadbutton {
color: #FFFFFF;
font-size: 1.1em;
}
A.boxheadbutton:hover {
color: #ff0000;
text-decoration: none;
}
.boxoutside {
background-color: #FFFFFF;
border: 0.1em solid #999999;
}
.boxtop {
background-color: #000099;
border: 0 solid #999999;
padding: 0.1em 0.4em 0.1em 0.4em;
}
.boxbottom {
background-color: #FFFFFF;
border: 0 solid #999999;
padding: 0.4em;
}
.button {
background-color: #dddddd;
border: 0.2em outset #9999CC;
padding-right: 0.5em;
padding-left: 0.5em;
}
.browsecategorylist {
margin-left: 10px;
}
.browsecategorytext {
color: #000099;
font-weight: bold;
padding-left: 10px;
background:url(/images/bg_bullet_full_2.gif) no-repeat 0px 0.5em;
}
A.browsecategorybutton {
color: #000099;
}
.browsecategorybuttondisabled {
color: #333333;
font-weight: bold;
}
A.buttontext, .buttontextdisabled {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-weight: bold;
line-height: 1.8em;
margin: 0.2em;
padding: 0.1em 0.4em 0.1em 0.4em;
/*white-space: nowrap;*/
}
A.buttontext {
color: #000099;
}
A.buttontext:hover {
color: #ff0000;
}
A.linktext {
color: #000099;
}
A.linktext:hover {
color: #ff0000;
}
.buttontextdisabled {
color: #333333;
}
A.headerbuttontext {
color: #000099;
}
A.headerbuttontext:hover {
color: #000000;
}
.submenutextinfo {
border-right: 0.1em solid #5886C6;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em;
}
.submenutext, A.submenutext, A.submenutext:visited {
border-right: 0.1em solid #5886C6;
color: #ffff00;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
padding-right: 0.5em;
}
A.submenutext:hover {
color: #ffff00;
}
.submenutextdisabled, A.submenutextdisabled {
border-right: 0.1em solid #5886C6;
color: #CCCCCC;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
padding-right: 0.5em;
}
A.submenutextdisabled:hover {
color: #ffff00;
}
.submenutextinforight {
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
}
.submenutextright, A.submenutextright {
color: #ffff00;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
}
A.submenutextright:hover {
color: #ffff00;
}
.submenutextrightdisabled, A.submenutextrightdisabled {
color: #CCCCCC;
font-size: 0.9em;
font-weight: bold;
padding-left: 0.2em;
}
A.submenutextrightdisabled:hover {
color: #ffff00;
}
A.lightbuttontext {
border: none;
color: #ffff00;
}
A.lightbuttontext:hover {
color: #ffff00;
}
A.lightbuttontextsmall {
border: none;
color: #ffff00;
font-size: 0.8em;
}
A.lightbuttontextsmall:hover {
color: #ffff00;
}
.lightbuttontextdisabled {
color: #CCCCCC;
font-weight: bold;
}
A.buttontextbig, .buttontextbigdisabled {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.5em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.4em 0.1em 0.4em;
}
A.buttontextbig {
color: #000099;
}
.buttontextbigdisabled {
color: #CCCCCC;
}
A.buttontextbig:hover {
color: #ff0000;
}
A IMG.imageborder {
border: 0.1em solid #999999;
}
.eventMessage, .errorMessage {
background-color: #FFFFEE;
border: solid #000000 0.1em;
font-size: 1.1em;
font-weight: bold;
margin: 1em;
padding: 1em;
}
.eventMessage {
color: #000099;
}
.errorMessage {
color: #ff0000;
}
.mediumSubmit, .largeSubmit, .loginButton {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1.4em;
font-weight: bold;
margin: 0.2em;
}
.mediumSubmit:hover,.largeSubmit:hover,.loginButton:hover {
color: #ff0000;
}
.smallAltSubmit,.mediumAltSubmit,.largeAltSubmit {
font-size: 1.1em;
}
.basePrice {
color: #000000;
}
.normalPrice {
color: #008000;
}
.salePrice {
color: #ff0000;
}
.divHidden {
width:400px;
overflow:hidden;
white-space:nowrap;
}
/* ===== Product Summary Styles ===== */
.product-prevnext {
text-align: right;
}
.productsummary-container {
border-top: #999 solid 0.1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.productsummary {
border-bottom: #999 solid 0.1em;
/* using min-height as an alternative to clear: both; because that, in some browsers, will clear the top-level columns and not just in this div (Mozilla based, namely) */
min-height: 6em;
overflow: visible;
padding: 0.5em;
position: relative;
}
.productsummary .smallimage {
float: left;
/* position: absolute; top: 5px; left: 5px; */
margin: 0 0.5em 0.5em 0;
}
.productsummary .smallimage img {
border: #CCC solid 0.1em;
height: 5em;
}
.productsummary .productbuy {
float: right;
margin: 0.5em;
text-align: right;
width: 13em;
}
.productsummary .productinfo {
/* margin-left: 60px; */
text-align: left;
}
/* ===== Product Detail Styles ===== */
#productdetail #long-description {
border-top: #999 solid 0.1em;
margin-top: 1em;
padding-top: 0.5em;
}
#productdetail #reviews {
border-top: #999 solid 0.1em;
margin-top: 1em;
padding-top: 0.5em;
}
#productdetail #associated-products {
border-top: #999 solid 0.1em;
margin-top: 1em;
padding-top: 0.5em;
}
.treeWrapper {
background-color: #ffffff;
border-top: 0.1em solid #000000;
border-left: 0.1em solid #000000;
color: #000000;
font-size: 1.6em;
font-weight: normal;
margin-left: 1.2em;
margin-top: 0.2em;
text-align: left;
text-decoration: none;
}
.lefthalf{
float: left;
height: 1%;
left: 0;
margin: 0% 1% 1% 0%;
width: 49%;
}
.righthalf {
float: right;
height: 1%;
margin: 0 0 1% 1%;
right: 0;
width: 49%;
}
.leftclear{
clear: left;
height: 1%;
}
/* ==== Styles For Form Widgets === */
.formTableBordered {
border: 0.1em solid #999999;
width: 100%;
}
/* ==== Styles For The Html Log === */
.DEBUG {
color: #808080;
}
.WARN {
color: #0000ff;
font-weight: bold;
}
.INFO{
color: #008000;
}
.ERROR {
border: 0.2em solid #ff0000;
color: #ff0000;
font-weight: bold;
}
/* ==== Styles Copied From tabstyles.css === */
.treewrapper {
margin-left: 1em;
}
.treeitem {
border: #888888 solid 0.1em;
color: #0000ff;
font-size: 1.4em;
font-weight: bold;
}
.appbar {
background-color: #ffffff;
}
.whitearea {
background-color: #FFFFFF;
}
.blackarea {
background-color: #000000;
}
.apptitle {
background-color: #000099;
color: #FFFFFF;
display: block;
font-size: 1.3em;
font-weight: bold;
line-height: 2em;
width: 100%;
}
.page-title {
color:#000099;
margin-bottom:0.5em;
font-size:1.6em;
font-weight:bold;
}
DIV.row {
background-color: #B4B0AA;
margin: 0 auto 0 auto;
text-align: center;
}
DIV.col {
border: none;
float: left;
width: auto;
}
DIV.col-fill {
background-color: #B4B0AA;
border: none;
color: #000099;
font-weight: bold;
text-align: center;
width: 0;
}
DIV.col-right {
border: none;
float: right;
width: auto;
}
DIV.contentarea {
background-color: #FFFFFF;
border: solid #000000 0.1em;
margin: 1em;
}
DIV.endcolumns {
/* deprecated - use .clear */
clear: both;
}
DIV.simple-right-small {
float: right;
width: 2em;
text-align: right;
}
DIV.simple-right-half {
float: right;
width: 50%;
text-align: right;
}
DIV.screenlet {
background-color: #FFFFFF;
border: 0.1em solid #999999;
height: auto !important;
height: 1%;
margin-bottom: 1em;
}
DIV.screenlet-body {
background-color: #FFFFFF;
height: auto !important;
height: 1%;
padding: 0.4em;
}
DIV.no-padding {
padding: 0;
border: none;
}
.no-padding h2,
.no-padding .h2 {
padding: 0.4em;
}
#column-container {
margin: auto;
padding: 1em;
position: relative;
}
#column-container h1,
#column-container .h1,
#column-container h2,
#column-container .h2 {
margin-bottom: 0.5em;
}
#column-container h1,
#column-container .h1 {
color: #000099;
}
#column-container .left {
float: left;
/* alt: position: absolute; top: 0px; left: 0px; */
width: 22em;
margin-right: 1em;
}
#column-container .left-larger {
float: left;
/* alt: position: absolute; top: 0px; left: 0px; */
width: 25em;
margin-right: 1em;
}
.left-border {
float: left;
margin-right: 1em;
width: 22em;
border-right: 0.5px dotted #ccc;
background-color: #eee;
height: 100%;
}
#column-container .right {
float: right;
margin-left: 1em;
width: 22em;
}
#column-container .leftonly {
margin-left: 23em;
width: auto;
}
#column-container .leftonly-larger {
margin-left: 26em;
width: auto;
}
#column-container .rightonly {
margin-right: 23em;
width: auto;
}
#column-container .center {
margin-left: 23em;
margin-right: 23em;
width: auto;
}
#column-container .nocolumns {
width: auto;
}
DIV.column-left-wide {
background-color: #CCCCCC;
border: #000000 solid 0.2em;
float: left;
overflow: auto;
width: 30em;
}
DIV.widget-container {
margin-bottom: 2em;
}
/* ===== New Styles ===== */
/* ================================ */
/* ===== Used to clear floats ===== */
/* ================================ */
.clear {
clear: both;
height: 0;
visibility: hidden;
}
.no-clear .clear {
/* Used in container elements to override the clear class
in contained elements. */
clear: none;
}
/* ================================= */
/* ===== Single Element Styles ===== */
/* ================================= */
.alert {
/* Used for alert text */
color: #ff0000;
}
.content-messages p {
margin: 0.5em 0 0.5em 0;
}
.hidden {
height: 0;
visibility: hidden;
}
.label {
/* Used for <input> element labels */
font-weight: bold;
height: 1.2em; /* Same as <input> height */
padding-right: 1.1em;
text-align: right;
white-space: nowrap;
width: 1%;
vertical-align: middle;
}
.required, input.required {
/* required style for <input> elements */
background-color: #eeeeee;
}
.tooltip {
/* tooltip style */
background-color: #ffffbb;
border: 0.1em solid #999999;
color: #000000;
font-style: italic;
margin: 0.4em;
padding: 0.1em;
}
.visible {
height: auto;
visibility: visible;
}
/* ================================== */
/* ===== Used to align elements ===== */
/* ================================== */
.align-float {
float: right;
}
.align-text {
text-align: right;
}
.align-top {
vertical-align: top;
}
.centered {
text-align: center;
}
/* ==================================== */
/* ===== Masthead (Header) Styles ===== */
/* ==================================== */
#masthead {
background-color: #FFFFFF;
color: #000000;
font-weight: bold;
height: 1%; /* IE fix */
}
#masthead ul li {
float: left;
padding: 0.4em;
}
#masthead ul .logo-area {
/* placeholder */
}
#masthead ul .opposed,
#masthead ul .control-area {
float: right;
text-align: right;
}
#masthead ul .control-area .expanded {
background: url(/images/collapse.gif) no-repeat right;
min-height: 10px;
min-width: 10px;
padding: 0 0.4em 0 0.4em;
}
#masthead ul .control-area .collapsed {
background: url(/images/expand.gif) no-repeat right;
min-height: 10px;
min-width: 10px;
}
ul#preferences-menu {
float: right;
}
/* ========================================= */
/* ===== Footer Styles ===================== */
/* ========================================= */
#footer {
text-align: center;
}
#footer p {
margin: 1em;
}
/* ================================================== */
/* ===== Main Navigation (App Menu) Styles ========== */
/* ================================================== */
#main-navigation {
background-color: #ffffff;
font-size: 1.1em;
height: 1%; /* IE fix */
}
#main-navigation ul {
display: inline; /* IE Fix */
}
#main-navigation ul li {
float: left;
background-image: url(/images/tabs/main_uns_left.gif);
}
#main-navigation ul li:hover {
background-image: url(/images/tabs/main_sel_left.gif);
}
#main-navigation ul li.selected {
background-image: url(/images/tabs/main_sel_left.gif);
}
#main-navigation ul a {
background-image: url(/images/tabs/main_uns_right.gif);
background-position: top right;
background-repeat: no-repeat;
border-bottom: solid #989898 0.01em;
color: #000000;
display: block;
padding: 0.3em 0.6em 0.1em 0.6em;
text-align: center;
}
#main-navigation ul .disabled {
/* disabled tab */
color: #D4D0C8;
}
#main-navigation ul a:hover,
#main-navigation ul .selected a,
#main-navigation ui .selected a:hover {
background-image: url(/images/tabs/main_sel_right.gif);
background-position: top right;
background-repeat: no-repeat;
border-bottom: solid #D4D0C8 0.01em;
color: #000099;
text-decoration: none;
}
/* ======================================================= */
/* ===== Secondary Navigation (App Menu) Styles ========== */
/* ======================================================= */
#secondary-navigation {
}
#secondary-navigation a {
padding: 0 1em 0 1em;
border: 0.05em solid #000099;
color: #ffff66;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
}
#secondary-navigation .disabled {
padding: 0 1em 0 1em;
border: 0.05em solid #000099;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
color: #D4D0C8;
}
#secondary-navigation a.selected,
#secondary-navigation a:hover {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
border-bottom: 0.05em solid #2626c1;
text-decoration: none;
color: #ffffff;
}
/* ========================================================= */
/* ===== Component Navigation (App Header) Styles ========== */
/* ========================================================= */
#app-navigation {
background-color: #5f9fcf;
background-image: url(/images/gradient_main.gif);
background-repeat: repeat-y;
border: 0.1em solid #69a9d9;
height: 1%; /* IE fix */
margin: 1em;
}
#app-navigation h1,
#app-navigation h2,
#app-navigation h3 {
color: #ffffff;
padding: 0.4em;
}
#app-navigation ul {
display: inline; /* IE Fix */
}
#app-navigation ul li ul li {
background-color: #000099;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
border-right: 0.1em solid #69a9d9;
border-top: 0.1em solid #69a9d9;
float: left;
}
#app-navigation .opposed li,
#app-navigation ul .opposed,
#app-navigation ul .col-right {
/* .col-right deprecated - use .opposed */
border-left: 0.1em solid #69a9d9;
border-right: none;
float: right;
}
#app-navigation ul .disabled {
color: #D4D0C8;
}
#app-navigation ul a {
border-bottom: 0.05em solid #000099;
color: #ffff66;
display: block;
font-size: 1em;
padding: 0 1em 0 1em;
}
#app-navigation ul .selected,
#app-navigation ul .selected a {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
color: #ffffff;
}
#app-navigation ul a:hover {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
border-bottom: 0.05em solid #2626c1;
text-decoration: none;
color: #ffffff;
}
/* ================================================= */
/* ===== Screenlet Title Bar/Navigation Styles ===== */
/* ================================================= */
.screenlet-title-bar {
background-color: #000099;
background-image: url(/images/gradient_sub_uns.gif);
background-repeat: repeat-x;
color: #ffffff;
height: 1%; /* IE fix */
min-height: 1.5em;
}
.screenlet-title-bar .h1,
.screenlet-title-bar .h2,
.screenlet-title-bar .h3,
.screenlet-title-bar h1,
.screenlet-title-bar h2,
.screenlet-title-bar h3 {
background: none;
color: #ffffff;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.screenlet-title-bar ul {
display: inline; /* IE Fix */
}
.screenlet-title-bar ul li {
background: none;
border-left: 0.1em solid #5f9fcf;
color: #ffffff;
float: right;
font-size: 1em;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.screenlet-title-bar ul h1,
.screenlet-title-bar ul h2,
.screenlet-title-bar ul h3,
.screenlet-title-bar ul .h1,
.screenlet-title-bar ul .h2,
.screenlet-title-bar ul .h3 {
border-left: none;
float: left;
}
.screenlet-title-bar .h1 {
font-size: 1.6em;
}
.screenlet-title-bar .h2 {
font-size: 1.3em;
}
.screenlet-title-bar .h3,
.screenlet-title-bar .head4 {
font-size: 1.1em;
}
.screenlet-title-bar .h3 a {
color: #ffff66;
display: inline;
}
.screenlet-title-bar ul a {
color: #ffff66;
display: block;
}
.screenlet-title-bar ul a:visited {
color: #ffff66;
}
.screenlet-title-bar ul li:hover {
background-color: #2626c1;
background-image: url(/images/gradient_sub_sel.gif);
background-repeat: repeat-x;
}
.screenlet-title-bar ul a:hover {
color: #ffffff;
text-decoration: none;
}
.screenlet-title-bar ul .disabled {
color: #CCCCCC;
}
.screenlet-title-bar ul .collapsed,
.screenlet-title-bar ul .collapsed:hover {
background: url(/images/expand.gif) no-repeat center center;
min-height: 1.1em;
min-width: 1.1em;
}
.screenlet-title-bar ul .expanded,
.screenlet-title-bar ul .expanded:hover {
background: url(/images/collapse.gif) no-repeat center center;
min-height: 1.1em;
min-width: 1.1em;
}
.screenlet-title-bar ul .collapsed a,
.screenlet-title-bar ul .expanded a {
/* IE fix */
cursor: default;
}
.screenlet-title-bar ul .h1:hover,
.screenlet-title-bar ul .h2:hover,
.screenlet-title-bar ul .h3:hover {
background-color: #000099;
background-image: url(/images/gradient_sub_uns.gif);
}
/* login screenlet decorator */
.login-screenlet {
min-width: 25em;
width: 25%;
}
.login-screenlet .screenlet-title-bar {
text-align: center;
}
/***********************************************
ajax auto complete
***********************************************/
div.autocomplete {
position:absolute;
width:auto !important;
/* min-width:154px; */
background-color:#f8f8f8;
border:1px solid #999999;
margin:0;
padding:0;
}
div.autocomplete ul {
list-style-type:none;
margin:0;
padding:0;
}
div.autocomplete ul li.selected {
background-color: #ffb;
}
div.autocomplete ul li {
list-style-type:none;
display:block;
float: none;
margin:0;
padding:2px;
/*height:32px;*/
cursor:pointer;
}
.indicator img {
background: url(/images/ajax-loader.gif) no-repeat 0 0;
display: block;
margin:3px 10px 0px 24px;
width:16px;
height:16px;
border: none;
}
/* ======================================================= */
/* ===== Basic Navigation (Vertical Menu) Style ========== */
/* ======================================================= */
.basic-nav {
/* indent menu - helpful for widgets */
padding-left: 1em;
}
.basic-nav ul {
/* placeholder */
}
.basic-nav ul li {
}
.basic-nav ul a {
color: #000099;
font-size: 1.1em;
}
.basic-nav ul .selected,
.basic-nav ul .selected a {
color: #0000ff;
}
.basic-nav ul a:hover {
color: #0000ff;
}
.basic-nav ul .disabled,
.basic-nav ul .disabled a {
color: #D4D0C8;
}
/* ======================================== */
/* ===== Button Bar Navigation Styles ===== */
/* ======================================== */
.button-bar {
margin-bottom: 1.0em;
width: 100%;
}
.button-bar ul {
display: inline; /* IE Fix */
}
.button-bar ul li {
float: left;
font-weight: bold;
padding: 0.1em 0.4em 0.1em 0.4em;
}
.button-bar ul .opposed {
float: right;
}
.button-bar ul a,
.tabContainer ul a {
display: block;
}
.button-bar ul a,
.button-bar a {
padding: 0.1em 0.5em 0.1em 0.5em;
white-space: nowrap;
}
.button-bar ul a:hover {
color: #0000ff;
}
.button-bar .opposed,
.button-bar .opposed li,
.button-bar ul .opposed {
float: right;
}
/* ===== Button style decorator ===== */
.button-style-1 ul li,
.tabContainer ul li {
background-color: #ffffff;
color: #000099;
}
.button-style-1 a,
.button-style-1 ul a,
a.button-style-1 {
background-color: #D4D0C8;
border: solid #000099 0.1em;
color: #000099;
}
.button-style-1 .selected,
.button-style-1 ul .selected,
.button-style-1 ul .selected a {
background-color: #000099;
color: #ffffff;
}
.button-style-1 a:hover,
.button-style-1 ul a:hover,
a.button-style-1:hover {
background-color: #000099;
color: #ffffff;
text-decoration: none;
}
/* ===== Button style decorator ===== */
.button-style-2 {
display: table;
}
.button-style-2 ul li {
background-color: #ffffff;
color: #000099;
}
.button-style-2 ul a,
.button-style-2 a,
a.button-style-2 {
background-color: #ffffff;
border: solid #000099 0.1em;
color: #000099;
}
.button-style-2 ul .selected a,
.button-style-2 .selected {
background-color: #000099;
color: #ffffff;
}
.button-style-2 ul a:hover,
.button-style-2 a:hover,
a.button-style-2:hover {
background-color: #000099;
color: #ffffff;
text-decoration: none;
}
.button-style-2 .disabled {
background-color: #ffffff;
border: solid #D4D0C8 0.1em;
color: #D4D0C8;
}
/* ===== Button bar decorators ===== */
.tool-bar {
background-color: #D4D0C8;
border: 0.1em solid #000099;
padding: 0.2em;
}
.tool-bar ul li {
background-color: #D4D0C8;
padding: 0.1em;
}
/* tab-bar decorator intended to be used at
the top of the main content area */
.tab-bar {
display:table;
}
.tab-bar ul li {
background-color: #0366b0;
border-right: 0.1em solid #5f9fcf;
border-bottom: 0.1em solid #5f9fcf;
margin: 0;
padding: 0;
}
.tab-bar ul a,
.tab-bar ul a:visited {
color: #ffffff;
}
.tab-bar ul a:hover,
.tab-bar ul .selected,
.tab-bar ul .selected a,
.tab-bar ul .selected a:hover {
background-color: #5f9fcf;
color: #ffffff;
text-decoration: none;
}
.tab-bar ul .disabled {
color: #D4D0C8;
padding: 0.1em 0.4em 0.1em 0.4em;
}
.tab-bar .opposed,
.tab-bar .opposed li,
.tab-bar ul .opposed {
border-left: 0.1em solid #5f9fcf;
border-right: none;
}
/* ======================== */
/* ===== Table Styles ===== */
/* ======================== */
.basic-table {
background-color: #ffffff;
color: #000000;
margin-bottom: 1em;
width: 100%;
}
form .basic-table,
.screenlet-body .basic-table {
margin-bottom: 0;
}
.basic-table tr td {
/* Style for all cells */
padding: 0.1em;
vertical-align: middle;
}
.basic-table tr .label,
.basic-table tr .group-label {
/* field labels for forms */
font-weight: bold;
text-align: right;
padding-right: 1.5em;
white-space: nowrap;
width: 1%;
}
.basic-table tr .group-label {
/* "header" for field label groups */
font-size: 1.2em;
padding: 2em 1.5em 0 0;
}
.basic-table tr th,
.basic-table .header-row {
font-weight: bold;
text-align: left;
}
.basic-table .header-row td {
border-bottom: 0.1em solid #000000;
}
.basic-table .header-row td a {
color: #000000;
}
.basic-table .alternate-row {
/* Alternating row style */
background-color: #eeeeee;
}
.basic-table .selected {
background: #FFFCCF;
}
.basic-table .alternate-rowSelected {
background: #FFF55F;
}
.basic-table .Validate {
/*Style use by alt-row-style on list*/
background: #A0D5F7;
}
.basic-table .alternate-rowValidate {
/*Style use by alt-row-style on list*/
background: #72A8F2;
}
.basic-table .Warn {
/*Style use by alt-row-style on list*/
background: #f55C5C;
}
.basic-table .alternate-rowWarn {
/*Style use by alt-row-style on list*/
background: #FC7455;
}
.basic-table tr .button-col {
/* button column style - for the small
collection of buttons used in lists */
vertical-align: top;
}
.basic-table tr .button-col a {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
float: left;
margin: 0 0.1em 0 0.1em;
padding: 0.1em 0.4em 0.1em 0.4em;
white-space: nowrap;
}
.basic-table tr .smallSubmit,
.basic-table tr .smallSubmit:visited {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.2em 0.1em 0.2em;
white-space: nowrap;
}
.basic-table tr .button-col a:hover,
.basic-table tr .button-col a:active,
.basic-table tr .smallSubmit:hover,
.basic-table tr .smallSubmit:active {
color: #ff0000;
text-decoration: none;
}
.basic-table .collapsed {
visibility: collapse;
}
/* ===== Alternate table header style ===== */
.basic-table .header-row-2 th,
.basic-table .header-row-2 td {
background-color: #999999;
border-bottom: 0;
border-left: 0.1em solid #cccccc;
color: #ffffff;
font-weight: bold;
text-align: left;
}
/* ===== Sort field style ===== */
.basic-table .header-row-2 th .sort-order-asc,
.basic-table .header-row-2 td .sort-order-asc{
background: url(/images/arrow-gr-up.png) no-repeat right;
padding-right: 20px;
}
.basic-table .header-row-2 th .sort-order-desc,
.basic-table .header-row-2 td .sort-order-desc{
background: url(/images/arrow-gr-dw.png) no-repeat right;
padding-right: 20px;
}
.basic-table .header-row-2 th .sort-order,
.basic-table .header-row-2 td .sort-order{
background: url(/images/arrow-gr.png) no-repeat right;
padding-right: 20px;
}
/* ===== Table decorator - Hover bar ===== */
.hover-bar tr:hover {
background-color: #cccccc;
cursor: default;
}
.hover-bar .header-row:hover,
.hover-bar tr th:hover {
background-color: #ffffff;
color: #000000;
}
/* ===== Table decorator - Grid ===== */
/* These decorators need an IE hack. IE7 does not
render borders around empty <td> elements */
.dark-grid {
/* dark grid */
border-right: 0.1em solid #000000;
border-top: 0.1em solid #000000;
}
.dark-grid td,
.dark-grid .header-row-2 th,
.dark-grid .header-row-2 td {
border-bottom: 0.1em solid #000000;
border-left: 0.1em solid #000000;
}
.light-grid {
/* light grid */
border-right: 0.1em solid #cccccc;
border-top: 0.1em solid #cccccc;
}
.light-grid td,
.light-grid .header-row td{
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
}
/* ===== Table decorator - Calendar ===== */
.calendar {
border-right: 0.1em solid #cccccc;
}
.calendar tr td {
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
vertical-align: top;
padding: 0.5em;
}
.calendar .header-row td {
background-color: #69a9d9;
border-bottom: 0.1em solid #cccccc;
border-left: 0.1em solid #cccccc;
color: #ffffff;
height: auto;
text-align: center;
}
.calendar tr td .add-new {
float: right;
}
.calendar tr td .h1 {
color: #000099;
float: left;
}
.calendar .current-period {
background-color: #ffffcc;
}
.calendar .active-period {
background-color: #eeeeee;
}
/* ======================= */
/* ===== Tree Styles ===== */
/* ======================= */
.basic-tree {
/* placeholder */
}
.basic-tree ul {
padding-left: 1em;
}
.basic-tree li {
padding-left: 1em;
white-space: nowrap;
}
.basic-tree li .expanded {
background: url(/images/collapse.gif) no-repeat left center;
padding-right: 1em;
}
.basic-tree li .collapsed {
background: url(/images/expand.gif) no-repeat left center;
padding-right: 1em;
}
.basic-tree li .leafnode {
background: url(/images/expand-collapse-placeholder.gif) no-repeat left center;
padding-right: 1em;
}
.basic-tree li .treeitem {
/* treeitem is deprecated */
border-style: none;
color: #000099;
font-size: 1em;
}
.basic-tree li a:hover {
color: #0000ff;
}
/* ======================== */
/* ===== Form Styles ===== */
/* ======================== */
.basic-form {
margin-bottom: 1em;
}
.basic-form table {
width: 100%;
}
.basic-form table .header-row:hover {
background-color: #ffffff;
color: #000000;
}
.basic-form table tr td {
padding: 0.1em;
}
.basic-form table tr .label,
.basic-form table tr .group-label {
/* field labels for forms */
font-weight: bold;
text-align: right;
padding-right: 1.5em;
width: 1%;
}
.basic-form table tr .group-label {
/* "header" for field label groups */
font-size: 1.2em;
padding: 2em 1.5em 0 0;
}
.basic-form table tr th,
.basic-form table .header-row {
font-weight: bold;
text-align: left;
}
.basic-form table .header-row:hover,
.basic-form table tr th:hover{
background-color: #ffffff;
color: #000000;
}
.basic-form table .header-row td {
border-bottom: 0.1em solid #999999;
}
.basic-form table .viewManyTR1,
.basic-form table .alternate-row {
/* Alternating row style */
/* .viewManyTR1 deprecated - use .alternate-row */
background-color: #eeeeee;
}
.basic-form table tr td .smallSubmit,
.basic-form table tr td .smallSubmit:visited {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
font-size: 1em;
font-weight: bold;
margin: 0.2em;
padding: 0.1em 0.2em 0.1em 0.2em;
}
.basic-form table tr td .smallSubmit:hover,
.basic-form table tr td .smallSubmit:active {
color: #ff0000;
text-decoration: none;
}
.basic-form table tr td .disabled {
background-color: #cccccc;
color: #333366;
text-decoration: none;
}
/* ===== Form decorator - Form Widget ===== */
.form-widget table tr .label,
.form-widget-table tr .label {
/* Added for backward compatibility */
width: 20%;
}
.form-widget table,
.form-widget-table {
width: auto;
}
.form-widget-table {
margin-bottom: 1em;
}
/* Pager */
.nav-pager {
height: 2em;
padding-bottom: 0.7em;
padding-top: 0.4em;
}
.nav-pager ul {
display: inline; /* IE Fix */
}
.nav-pager ul li {
background-color: #ffffff;
float:left;
font-weight: bold;
line-height: 1.8em;
margin: 0.2em;
}
.nav-pager ul li a {
display: block;
}
.nav-pager ul .nav-first,
.nav-pager ul .nav-previous,
.nav-pager ul .nav-next,
.nav-pager ul .nav-last {
border: #999999 solid 0.1em;
padding: 0 1em 0 1em;
}
.nav-pager ul .nav-first-disabled,
.nav-pager ul .nav-previous-disabled,
.nav-pager ul .nav-next-disabled,
.nav-pager ul .nav-last-disabled {
border: #999999 solid 0.1em;
color: #333333;
padding: 0 0.5em 0 0.5em;
}
.nav-pager select {
margin: 0;
}
/* ================================= */
/* ===== Visual Embellishments ===== */
/* ================================= */
.view-calendar a{
background: url(/images/cal.gif) no-repeat !important;
display: inline-block;
/* margin: 3px 10px 0px 4px; */
vertical-align:top;
margin-top: 2px;
width:16px;
height:16px;
}
.field-lookup a{
background: url(/images/fieldlookup.gif) no-repeat 0 0;
display: inline-block;
/* margin: 3px 10px 0px 4px; */
vertical-align:top;
margin-top: 3px;
width:16px;
height:16px;
}
/* ================================= */
/* ===== Calendar Date Select ====== */
/* ================================= */
.calendar_date_select {
color: #fff;
border: #777 1px solid;
display: block;
width: 200px;
z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
position: absolute;
z-index: 999;
}
.calendar_date_select thead th {
font-weight:bold;
background-color: #4682B4;
border-top:1px solid #777;
border-bottom:2px solid #777;
color: white !important;
}
.calendar_date_select .cds_buttons {
text-align:center;
padding:5px 0px;
background-color: #4682B4;
}
.calendar_date_select .cds_footer {
background-color: #4682B4;
padding:3px;
font-size:12px;
text-align:center;
}
.calendar_date_select table {
margin: 0px;
padding: 0px;
}
.calendar_date_select .cds_header {
background-color: #87CEEB;
border-bottom: 2px solid #87CEEB;
text-align:center;
}
.calendar_date_select .cds_header span {
font-size:15px;
color: #000;
font-weight: bold;
}
.calendar_date_select select { font-size:11px;}
.calendar_date_select .cds_header a:hover {
color: #fff;
}
.calendar_date_select .cds_header a {
width:22px;
height:20px;
text-decoration: none;
font-size:14px;
color: #000 !important;
background: none !important;
}
.calendar_date_select .cds_header a.prev {
float:left;
}
.calendar_date_select .cds_header a.next {
float:right;
}
.calendar_date_select .cds_header a.close {
float:right;
display:none;
}
.calendar_date_select .cds_buttons a {
background: none !important;
}
.calendar_date_select .cds_header select.month {
width:90px;
}
.calendar_date_select .cds_header select.year {
width:61px;
}
.calendar_date_select .cds_buttons a {
color: #fff;
font-size: 9px;
background: none;
display: inline !important;
}
.calendar_date_select td {
font-size:12px;
width: 24px;
height: 21px;
text-align:center;
vertical-align: middle;
background-color: #87CEEB;
}
.calendar_date_select td.weekend {
background-color: #ADD8E6;
}
.calendar_date_select td div {
color: #fff;
}
.calendar_date_select td div.other {
color: #888;
}
.calendar_date_select td.selected div {
color: #000;
}
.calendar_date_select tbody td {
border-bottom: 1px solid #FFD700;
}
.calendar_date_select td.selected {
background-color: #fff;
}
.calendar_date_select td:hover {
background-color:#00BFFF;
}
.calendar_date_select td.today {
border: 1px dashed #FFFF00;
}
.calendar_date_select td.disabled div {
color: #454545;
}
.fieldWithErrors .calendar_date_select {
border: 2px solid #FF0000;
}
/* ============================= */
/* ===== FieldGroup Styles ===== */
/* ============================= */
.fieldgroup-title-bar {
border-top: 0.1em solid #DADADA;
font-size: 1em;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.fieldgroup-title-bar ul .collapsed,
.fieldgroup-title-bar ul .collapsed:hover {
background: url(/images/expand.gif) no-repeat left center;
min-height: 1.1em;
min-width: 1.1em;
}
.fieldgroup-title-bar ul .expanded,
.fieldgroup-title-bar ul .expanded:hover {
background: url(/images/collapse.gif) no-repeat left center;
min-height: 1.1em;
min-width: 1.1em;
}
.fieldgroup-title-bar a {
cursor:pointer;
text-decoration:none;
padding-left: 10px;
color: #000000;
}
/* == Portlet configuration screenlet == */
.portlet-config {
background-color:#D4D0C8;
border: 2px solid #D4D0C8;
margin-bottom: 5px;
}
.portlet-config-title-bar .title {
color: #555555;
font-size: 1.2em;
float: left;
}
.portlet-config-title-bar ul {
display: inline; /* IE Fix */
}
.portlet-config-title-bar ul li {
float: right;
font-size: 1em;
font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
.portlet-config-title-bar ul li.move-up {
background: url(/images/arrow-single-up-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-down {
background: url(/images/arrow-single-down-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-left {
background: url(/images/arrow-single-left-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-right {
background: url(/images/arrow-single-right-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-top {
background: url(/images/arrow-end-up-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.move-bottom {
background: url(/images/arrow-end-down-green.png) no-repeat center center;
}
.portlet-config-title-bar ul li.remove {
background: url(/images/mini-trash.png) no-repeat center center;
}
.portlet-config-title-bar ul li.edit {
background: url(/images/mini-edit.png) no-repeat center center;
}
/* == Portal Manager Toolbar == */
#manage-portal-toolbar {
background-color:#D4D0C8;
margin-bottom: 0.5em;
}
#manage-portal-toolbar ul li {
float: left;
padding: 0.1em 0.5em 0.2em 0.5em;
}
#manage-portal-toolbar #config-on-off,
#manage-portal-toolbar #manage-portal-page,
#manage-portal-toolbar #add-column {
float: right;
}
#manage-portal-toolbar #portal-page-name {
font-size: 1.5em;
font-weight: bold;
}
.manage-portal-column-toolbar #add-portlet,
.manage-portal-column-toolbar #delete-column,
.manage-portal-column-toolbar #column-width {
float: right;
}
/***********************************************
Webtools
***********************************************/
.webToolList h3 {
margin:0.75em 0 0.09em 0;
text-transform:uppercase;
}
/***********************************************
Lookups
***********************************************/
.fieldLookup{
background: #ffffff;
border-right: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 3px solid #999;
position: absolute;
padding: 3px 1 1 1;
overflow: visible;
z-index: 110000;
visibility: visible;
}
.fieldLookupHeader{
border-bottom: 1px solid #aaa;
border-top: 1px solid #999;
height: 18px;
font-size: 12px;
padding: 3px 0;
color: #333;
background-image: url(header_bg.gif);
cursor: move;
}
.fieldLookupHeader span{
text-align: right;
cursor: pointer;
}
.fieldLookupHeader span div{
background-image: url(header_close_button.png);
float: right;
width: 16px;
height: 16px;
}
#fieldLookupContent{
background-color: #ffffff;
overflow: auto;
width:100%;
height:95%;
}
/* overwrite */
#fieldLookupContent ul li a {
display: inherit;
cursor: pointer;
background: none;
}
#fieldLookupContent td {
padding-top: 5px;
padding-bottom: 5px;
}
#fieldLookupContent td span a {
background: url(/images/fieldlookup.gif) no-repeat;
display: inline-block;
}
#fieldLookupContent td a {
background: none;
cursor: pointer;
display: inline;
}
/* overwrite*/
#findScreenlet{
margin-top: 0;
}
.fadedBackground {
background: url(faded_background.png);
position: absolute;
overflow: visible;
z-index: 109999;
visibility: visible;
left: 0px;
top: 0px;
} | 0.324128 | 0.090735 |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@import url("font-awesome.min.css");
/*
Threshold by Pixelarity
pixelarity.com | <EMAIL>
License: pixelarity.com/license
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
/* Box Model */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Containers */
.container {
margin-left: auto;
margin-right: auto;
}
.container.\31 25\25 {
width: 100%;
max-width: 1500px;
min-width: 1200px;
}
.container.\37 5\25 {
width: 900px;
}
.container.\35 0\25 {
width: 600px;
}
.container.\32 5\25 {
width: 300px;
}
.container {
width: 1200px;
}
@media screen and (max-width: 1280px) {
.container.\31 25\25 {
width: 100%;
max-width: 1250px;
min-width: 1000px;
}
.container.\37 5\25 {
width: 750px;
}
.container.\35 0\25 {
width: 500px;
}
.container.\32 5\25 {
width: 250px;
}
.container {
width: 1000px;
}
}
@media screen and (max-width: 1080px) {
.container.\31 25\25 {
width: 100%;
max-width: 118.75%;
min-width: 95%;
}
.container.\37 5\25 {
width: 71.25%;
}
.container.\35 0\25 {
width: 47.5%;
}
.container.\32 5\25 {
width: 23.75%;
}
.container {
width: 95%;
}
}
@media screen and (max-width: 960px) {
.container.\31 25\25 {
width: 100%;
max-width: 118.75%;
min-width: 95%;
}
.container.\37 5\25 {
width: 71.25%;
}
.container.\35 0\25 {
width: 47.5%;
}
.container.\32 5\25 {
width: 23.75%;
}
.container {
width: 95% !important;
}
}
@media screen and (max-width: 736px) {
.container.\31 25\25 {
width: 100%;
max-width: 112.5%;
min-width: 90%;
}
.container.\37 5\25 {
width: 67.5%;
}
.container.\35 0\25 {
width: 45%;
}
.container.\32 5\25 {
width: 22.5%;
}
.container {
width: 90% !important;
}
}
/* Grid */
.row {
border-bottom: solid 1px transparent;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row > * {
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row:after, .row:before {
content: '';
display: block;
clear: both;
height: 0;
}
.row.uniform > * > :first-child {
margin-top: 0;
}
.row.uniform > * > :last-child {
margin-bottom: 0;
}
.row.\30 \25 > * {
padding: 0px 0 0 0px;
}
.row.\30 \25 {
margin: 0px 0 -1px 0px;
}
.row.uniform.\30 \25 > * {
padding: 0px 0 0 0px;
}
.row.uniform.\30 \25 {
margin: 0px 0 -1px 0px;
}
.row > * {
padding: 40px 0 0 40px;
}
.row {
margin: -40px 0 -1px -40px;
}
.row.uniform > * {
padding: 40px 0 0 40px;
}
.row.uniform {
margin: -40px 0 -1px -40px;
}
.row.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.uniform.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.uniform.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.uniform.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.uniform.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.uniform.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.uniform.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.\31 2u, .\31 2u\24 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u, .\31 1u\24 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u, .\31 0u\24 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u, .\39 u\24 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u, .\38 u\24 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u, .\37 u\24 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u, .\36 u\24 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u, .\35 u\24 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u, .\34 u\24 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u, .\33 u\24 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u, .\32 u\24 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u, .\31 u\24 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
clear: left;
}
.\-11u {
margin-left: 91.66667%;
}
.\-10u {
margin-left: 83.33333%;
}
.\-9u {
margin-left: 75%;
}
.\-8u {
margin-left: 66.66667%;
}
.\-7u {
margin-left: 58.33333%;
}
.\-6u {
margin-left: 50%;
}
.\-5u {
margin-left: 41.66667%;
}
.\-4u {
margin-left: 33.33333%;
}
.\-3u {
margin-left: 25%;
}
.\-2u {
margin-left: 16.66667%;
}
.\-1u {
margin-left: 8.33333%;
}
@media screen and (max-width: 1280px) {
.row > * {
padding: 40px 0 0 40px;
}
.row {
margin: -40px 0 -1px -40px;
}
.row.uniform > * {
padding: 40px 0 0 40px;
}
.row.uniform {
margin: -40px 0 -1px -40px;
}
.row.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.uniform.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.uniform.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.uniform.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.uniform.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.uniform.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.uniform.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.\31 2u\28normal\29, .\31 2u\24\28normal\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28normal\29, .\31 1u\24\28normal\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28normal\29, .\31 0u\24\28normal\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28normal\29, .\39 u\24\28normal\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28normal\29, .\38 u\24\28normal\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28normal\29, .\37 u\24\28normal\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28normal\29, .\36 u\24\28normal\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28normal\29, .\35 u\24\28normal\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28normal\29, .\34 u\24\28normal\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28normal\29, .\33 u\24\28normal\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28normal\29, .\32 u\24\28normal\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28normal\29, .\31 u\24\28normal\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28normal\29 + *,
.\31 1u\24\28normal\29 + *,
.\31 0u\24\28normal\29 + *,
.\39 u\24\28normal\29 + *,
.\38 u\24\28normal\29 + *,
.\37 u\24\28normal\29 + *,
.\36 u\24\28normal\29 + *,
.\35 u\24\28normal\29 + *,
.\34 u\24\28normal\29 + *,
.\33 u\24\28normal\29 + *,
.\32 u\24\28normal\29 + *,
.\31 u\24\28normal\29 + * {
clear: left;
}
.\-11u\28normal\29 {
margin-left: 91.66667%;
}
.\-10u\28normal\29 {
margin-left: 83.33333%;
}
.\-9u\28normal\29 {
margin-left: 75%;
}
.\-8u\28normal\29 {
margin-left: 66.66667%;
}
.\-7u\28normal\29 {
margin-left: 58.33333%;
}
.\-6u\28normal\29 {
margin-left: 50%;
}
.\-5u\28normal\29 {
margin-left: 41.66667%;
}
.\-4u\28normal\29 {
margin-left: 33.33333%;
}
.\-3u\28normal\29 {
margin-left: 25%;
}
.\-2u\28normal\29 {
margin-left: 16.66667%;
}
.\-1u\28normal\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 1080px) {
.row > * {
padding: 20px 0 0 20px;
}
.row {
margin: -20px 0 -1px -20px;
}
.row.uniform > * {
padding: 20px 0 0 20px;
}
.row.uniform {
margin: -20px 0 -1px -20px;
}
.row.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.uniform.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.uniform.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.uniform.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.uniform.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.row.uniform.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.uniform.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28narrow\29, .\39 u\24\28narrow\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28narrow\29, .\38 u\24\28narrow\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28narrow\29, .\37 u\24\28narrow\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28narrow\29, .\36 u\24\28narrow\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28narrow\29, .\35 u\24\28narrow\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28narrow\29, .\34 u\24\28narrow\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28narrow\29, .\33 u\24\28narrow\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28narrow\29, .\32 u\24\28narrow\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28narrow\29, .\31 u\24\28narrow\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28narrow\29 + *,
.\31 1u\24\28narrow\29 + *,
.\31 0u\24\28narrow\29 + *,
.\39 u\24\28narrow\29 + *,
.\38 u\24\28narrow\29 + *,
.\37 u\24\28narrow\29 + *,
.\36 u\24\28narrow\29 + *,
.\35 u\24\28narrow\29 + *,
.\34 u\24\28narrow\29 + *,
.\33 u\24\28narrow\29 + *,
.\32 u\24\28narrow\29 + *,
.\31 u\24\28narrow\29 + * {
clear: left;
}
.\-11u\28narrow\29 {
margin-left: 91.66667%;
}
.\-10u\28narrow\29 {
margin-left: 83.33333%;
}
.\-9u\28narrow\29 {
margin-left: 75%;
}
.\-8u\28narrow\29 {
margin-left: 66.66667%;
}
.\-7u\28narrow\29 {
margin-left: 58.33333%;
}
.\-6u\28narrow\29 {
margin-left: 50%;
}
.\-5u\28narrow\29 {
margin-left: 41.66667%;
}
.\-4u\28narrow\29 {
margin-left: 33.33333%;
}
.\-3u\28narrow\29 {
margin-left: 25%;
}
.\-2u\28narrow\29 {
margin-left: 16.66667%;
}
.\-1u\28narrow\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 960px) {
.row > * {
padding: 20px 0 0 20px;
}
.row {
margin: -20px 0 -1px -20px;
}
.row.uniform > * {
padding: 20px 0 0 20px;
}
.row.uniform {
margin: -20px 0 -1px -20px;
}
.row.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.uniform.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.uniform.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.uniform.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.uniform.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.row.uniform.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.uniform.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28narrower\29, .\39 u\24\28narrower\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28narrower\29, .\38 u\24\28narrower\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28narrower\29, .\37 u\24\28narrower\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28narrower\29, .\36 u\24\28narrower\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28narrower\29, .\35 u\24\28narrower\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28narrower\29, .\34 u\24\28narrower\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28narrower\29, .\33 u\24\28narrower\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28narrower\29, .\32 u\24\28narrower\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28narrower\29, .\31 u\24\28narrower\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28narrower\29 + *,
.\31 1u\24\28narrower\29 + *,
.\31 0u\24\28narrower\29 + *,
.\39 u\24\28narrower\29 + *,
.\38 u\24\28narrower\29 + *,
.\37 u\24\28narrower\29 + *,
.\36 u\24\28narrower\29 + *,
.\35 u\24\28narrower\29 + *,
.\34 u\24\28narrower\29 + *,
.\33 u\24\28narrower\29 + *,
.\32 u\24\28narrower\29 + *,
.\31 u\24\28narrower\29 + * {
clear: left;
}
.\-11u\28narrower\29 {
margin-left: 91.66667%;
}
.\-10u\28narrower\29 {
margin-left: 83.33333%;
}
.\-9u\28narrower\29 {
margin-left: 75%;
}
.\-8u\28narrower\29 {
margin-left: 66.66667%;
}
.\-7u\28narrower\29 {
margin-left: 58.33333%;
}
.\-6u\28narrower\29 {
margin-left: 50%;
}
.\-5u\28narrower\29 {
margin-left: 41.66667%;
}
.\-4u\28narrower\29 {
margin-left: 33.33333%;
}
.\-3u\28narrower\29 {
margin-left: 25%;
}
.\-2u\28narrower\29 {
margin-left: 16.66667%;
}
.\-1u\28narrower\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 736px) {
.row > * {
padding: 20px 0 0 20px;
}
.row {
margin: -20px 0 -1px -20px;
}
.row.uniform > * {
padding: 20px 0 0 20px;
}
.row.uniform {
margin: -20px 0 -1px -20px;
}
.row.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.uniform.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.uniform.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.uniform.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.uniform.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.row.uniform.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.uniform.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28mobile\29 + *,
.\31 1u\24\28mobile\29 + *,
.\31 0u\24\28mobile\29 + *,
.\39 u\24\28mobile\29 + *,
.\38 u\24\28mobile\29 + *,
.\37 u\24\28mobile\29 + *,
.\36 u\24\28mobile\29 + *,
.\35 u\24\28mobile\29 + *,
.\34 u\24\28mobile\29 + *,
.\33 u\24\28mobile\29 + *,
.\32 u\24\28mobile\29 + *,
.\31 u\24\28mobile\29 + * {
clear: left;
}
.\-11u\28mobile\29 {
margin-left: 91.66667%;
}
.\-10u\28mobile\29 {
margin-left: 83.33333%;
}
.\-9u\28mobile\29 {
margin-left: 75%;
}
.\-8u\28mobile\29 {
margin-left: 66.66667%;
}
.\-7u\28mobile\29 {
margin-left: 58.33333%;
}
.\-6u\28mobile\29 {
margin-left: 50%;
}
.\-5u\28mobile\29 {
margin-left: 41.66667%;
}
.\-4u\28mobile\29 {
margin-left: 33.33333%;
}
.\-3u\28mobile\29 {
margin-left: 25%;
}
.\-2u\28mobile\29 {
margin-left: 16.66667%;
}
.\-1u\28mobile\29 {
margin-left: 8.33333%;
}
}
/* Basic */
body {
background: #212022;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13pt;
font-weight: 300;
line-height: 1.75em;
color: #777777;
}
input, textarea, select {
font-family: 'Source Sans Pro', sans-serif;
font-size: 13pt;
font-weight: 300;
line-height: 1.75em;
color: #777777;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2em;
font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
text-decoration: none;
}
strong, b {
font-weight: 400;
color: #818181;
}
em, i {
font-style: italic;
}
a {
color: #ccc;
}
a:hover {
text-decoration: none;
}
sub {
position: relative;
top: 0.5em;
font-size: 0.8em;
}
sup {
position: relative;
top: -0.5em;
font-size: 0.8em;
}
hr {
border: 0;
border-top: solid 1px #ddd;
}
blockquote {
border-left: solid 0.5em #ddd;
padding: 1em 0 1em 2em;
font-style: italic;
}
p, ul, ol, dl, table {
margin-bottom: 1em;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
header {
margin-bottom: 1em;
}
header h2 {
font-size: 1.6em;
font-weight: 700;
color: #FFF;
}
header .byline {
display: block;
margin: 0.8em 0 0 0;
padding: 0 0 0.5em 0;
color: #777777;
}
footer {
margin-top: 1em;
}
br.clear {
clear: both;
}
/* Sections/Articles */
section, article {
margin-bottom: 3em;
}
section > :last-child, section:last-child, article > :last-child, article:last-child {
margin-bottom: 0;
}
.row > section, .row > article {
margin-bottom: 0;
}
/* Images */
.image {
display: inline-block;
}
.image img {
display: block;
width: 100%;
}
.image.featured {
display: block;
width: 100%;
margin: 0 0 2em 0;
}
.image.full {
display: block;
width: 100%;
}
.image.left {
float: left;
margin: 0 2em 2em 0;
}
.image.centered {
display: block;
margin: 0 0 2em 0;
}
.image.centered img {
margin: 0 auto;
width: auto;
}
/* Lists */
ul.list {
margin: 0;
padding: 0;
}
ul.list li {
width: 45%;
margin: 0em 1.00em 3.4em 1.00em;
padding: 0em;
display: inline-block;
}
ul.list li:first-child {
margin-top: 0;
}
ul.list h3 {
display: block;
margin-bottom: 0.70em;
font-size: 1.4em;
color: #FFF;
}
ul.list .button {
margin-top: 0.4em;
}
ul.default {
list-style: none;
margin: 0;
padding: 0;
}
ul.default li {
display: block;
padding: 0.60em 0em;
border-top: 1px solid #302e31;
}
ul.default li:first-child {
padding-top: 0;
border-top: none;
}
ul.default a {
text-decoration: none;
color: #888787;
}
ul.default a:hover {
text-decoration: underline;
}
ul.icon li {
position: relative;
display: inline-block;
margin: 0em 2em;
}
ul.icons {
cursor: default;
}
ul.icons li {
display: inline-block;
}
ul.icons a {
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border: 0;
}
ul.info li {
padding: 2em 0 1.5em 0;
border-top: 1px solid #302e31;
}
ul.info li:first-child {
padding-top: 0;
border-top: none;
}
ul.info li:last-child {
padding-bottom: 0;
}
ul.info h3 {
display: inline-block;
padding-bottom: 0.50em;
font-size: 1.1em;
color: #FFF;
}
ul.info a {
text-decoration: none;
}
ul.info a:hover {
text-decoration: underline;
}
ul.menu {
cursor: default;
}
ul.menu li {
display: inline-block;
line-height: 1em;
border-left: solid 1px #ddd;
padding: 0 0 0 0.5em;
margin: 0 0 0 0.5em;
}
ul.menu li:first-child {
border-left: 0;
padding-left: 0;
margin-left: 0;
}
ul.actions {
cursor: default;
}
ul.actions li {
display: inline-block;
margin: 0 0 0 0.5em;
}
ul.actions li:first-child {
margin-left: 0;
}
ol.default {
list-style: decimal;
padding-left: 1.25em;
}
ol.default li {
padding-left: 0.25em;
}
/* Forms */
form .actions {
padding-top: 0;
}
form label {
display: block;
}
form input.text, form select, form textarea {
-moz-transition: border-color 0.25s ease-in-out;
-webkit-transition: border-color 0.25s ease-in-out;
-ms-transition: border-color 0.25s ease-in-out;
transition: border-color 0.25s ease-in-out;
-webkit-appearance: none;
display: block;
width: 100%;
padding: 0.60em 0.85em;
background: none;
border: solid 1px #302e31;
border-radius: 0.35em;
outline: none;
color: rgba(255, 255, 255, 0.8);
}
form input.text:focus, form select:focus, form textarea:focus {
border-color: #3d3c3e;
}
form textarea {
min-height: 14em;
}
form .formerize-placeholder, form ::-webkit-input-placeholder, form :-moz-placeholder, form ::-moz-placeholder, form :-ms-input-placeholder {
color: #555 !important;
}
form ::-moz-focus-inner {
border: 0;
}
/* Tables */
table {
width: 100%;
}
table.default {
width: 100%;
}
table.default tbody tr:nth-child(2n+2) {
background: #f4f4f4;
}
table.default td {
padding: 0.5em 1em 0.5em 1em;
}
table.default th {
text-align: left;
font-weight: 400;
padding: 0.5em 1em 0.5em 1em;
}
table.default thead {
background: #444;
color: #fff;
}
table.default tfoot {
background: #eee;
}
/* Buttons */
.button {
-moz-transition: background-color 0.25s ease-in-out;
-webkit-transition: background-color 0.25s ease-in-out;
-ms-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
position: relative;
display: inline-block;
border: 0;
padding: 0em 1.25em;
background: #d5484f;
border-radius: 5px;
line-height: 2.65em;
text-decoration: none;
text-align: center;
font-size: 1em;
font-weight: 900;
color: #fff;
cursor: pointer;
}
.button:hover {
background: #ca4047;
}
/* Icons */
.fa {
text-decoration: none;
}
.fa:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa.solo span {
display: none;
}
/* Header */
#header {
position: relative;
padding: 2.5em 0em;
}
#header .container {
position: relative;
}
/* Logo */
#logo h1 {
color: #FFF;
}
#logo h1 a {
display: block;
font-size: 1.7em;
font-weight: 900;
color: #FFF;
}
/* Nav */
#nav {
position: absolute;
right: 0;
top: 0;
}
#nav > ul > li {
margin-left: 2em;
display: inline-block;
}
#nav > ul > li:first-child {
margin-left: 0;
}
#nav > ul > li > ul {
display: none;
}
#nav > ul > li > a, #nav > ul > li > span {
-moz-transition: color 0.25s ease-in-out;
-webkit-transition: color 0.25s ease-in-out;
-ms-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
display: block;
text-decoration: none;
font-weight: 300;
font-size: 1.05em;
outline: 0;
color: #949494;
}
#nav > ul > li:hover > a, #nav > ul > li:hover > span {
color: #fff;
}
#nav > ul > li.active > a, #nav > ul > li.active > span {
color: #fff;
}
.dropotron {
top: 0;
text-align: left;
line-height: 2em;
min-width: 12em;
background: #d5484f;
line-height: 1em;
padding: 1em 0 1em 0;
border-radius: 8px;
}
.dropotron a, .dropotron span {
-moz-transition: color 0.25s ease-in-out;
-webkit-transition: color 0.25s ease-in-out;
-ms-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
display: block;
padding: 0.6em 1em;
font-size: 0.90em;
text-decoration: none;
color: #ddd;
color: rgba(255, 255, 255, 0.7);
}
.dropotron a:hover {
color: #FFF;
}
.dropotron li.active > a, .dropotron li.active > span {
color: #FFF;
}
.dropotron.level-0 {
margin-top: 1.25em;
}
.dropotron.level-0:before {
content: '';
position: absolute;
top: -1.2em;
left: 50%;
margin-left: -0.6em;
width: 1.2em;
height: 1.2em;
border-bottom: solid 0.6em #d5484f;
border-left: solid 0.6em transparent;
border-right: solid 0.6em transparent;
}
/* Banner */
#banner {
position: relative;
padding: 5em 0em;
border-top: 1px solid #302e30;
color: #fff;
}
#banner .container {
position: relative;
}
#banner header {
padding-right: 1em;
}
#banner header h2 {
font-size: 2.8em;
font-weight: 900;
}
#banner header .byline {
font-size: 1.6em;
}
#banner .button {
margin-top: 0.50em;
}
#devices {
position: relative;
height: 20.4em;
min-height: 20.4em;
top: 0em;
right: 0;
}
#laptop {
position: absolute;
top: 0;
right: 0;
padding: 1.5em 3em 3.5em 3em;
background: url(images/laptop.png) no-repeat center top;
}
#mobile {
position: absolute;
bottom: 1.3em;
left: 0.8em;
padding: 1.5em 0.6em 1.3em 0.6em;
background: url(images/phone.png) no-repeat center top;
z-index: 1;
}
/* Wrapper */
#wrapper {
position: relative;
padding: 6em 0em;
background: #181719;
}
.homepage #wrapper {
padding: 0em 0em 3em 0em;
background: #181719 url(images/bg01.png) repeat-x;
}
/* Main */
#main {
position: relative;
}
#main .button {
margin-top: 1em;
}
/* Content */
#content header h2 {
font-size: 2.5em;
}
#content header .byline {
font-size: 1.4em;
color: #a7a7a7;
}
#content h3 {
display: block;
padding: 1.5em 0em 1em 0em;
font-size: 1.2em;
color: #FFF;
}
.contact #content header {
margin-bottom: 2.5em;
}
/* Footer */
#footer {
position: relative;
}
/* Copyright */
#copyright {
padding: 3em 0em 5em 0em;
text-align: center;
}
/* Featured */
#featured {
position: relative;
padding-top: 5em;
border-top: 1px solid #302e31;
}
#featured .image-border {
display: block;
padding: 8% 9% 8% 9%;
background: url(images/tablet.png) no-repeat center top;
background-size: contain;
}
/* Extra #1 */
#extra {
position: relative;
padding: 0;
}
#extra h3 {
display: block;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #3c3c3c;
font-size: 1.4em;
color: #FFF;
}
#extra .content {
padding: 3em 2.2em 0em 2.2em;
}
#extra .button {
margin-top: 0.50em;
}
#extra ul {
overflow: hidden;
background: #282729;
border-radius: 6px;
}
#extra ul li {
display: inline-block;
float: left;
width: 50%;
}
#extra ul img {
border-radius: 6px 0px 0px 6px;
}
/* Extra #2 */
#extra2 {
position: relative;
padding: 5em 0em;
}
#extra2 header {
padding-right: 2em;
}
#extra2 header h2, #extra2 header .byline {
font-size: 1.4em;
}
/* Pennant */
.pennant {
position: relative;
display: inline-block;
width: 7em;
height: 7em;
text-align: center;
}
.pennant:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
content: " ";
top: 0;
left: 0;
border: 5px solid #282729;
border-radius: 10px;
display: inline-block;
width: 7em;
height: 7em;
text-align: center;
}
.pennant .fa {
display: block;
text-align: center;
color: #d5484f;
z-index: 1;
line-height: 7em;
height: 7em;
width: 7em;
text-decoration: none;
}
.pennant .fa:before {
display: inline-block;
vertical-align: middle;
font-size: 2.75em;
text-decoration: none !important;
}
/* Newsletter */
#newsletter {
position: relative;
padding: 3em 0em;
border-top: 1px solid #302e31;
border-bottom: 1px solid #302e31;
}
#newsletter span {
font-weight: 700;
font-size: 1.3em;
color: #FFF;
}
#subscribe {
position: relative;
}
#subscribe .text {
-moz-transition: background-color 0.25s ease-in-out;
-webkit-transition: background-color 0.25s ease-in-out;
-ms-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
-webkit-appearance: none;
display: block;
height: 50px;
margin: 0;
padding: 0em 1em;
background: #191819;
border-radius: 0.35em;
width: 100%;
border: none;
color: #777777;
}
#subscribe .text:focus {
background: #161516;
}
#subscribe select:focus, #subscribe textarea:focus {
background: #161516;
}
#subscribe .submit {
position: absolute;
right: 0;
top: 0;
height: 50px;
margin: 0;
padding: 0em 1em 0em 1em;
background: #d5484f;
display: block;
border: 0;
border-radius: 0px 5px 5px 0px;
line-height: 50px;
text-decoration: none;
font-size: 1em;
font-weight: 900;
color: #FFF;
}
/* Contact */
#contact {
position: relative;
padding: 4em 0em;
}
#contact a {
color: inherit;
}
#contact ul {
margin: 0;
padding: 0;
list-style: none;
}
#contact li {
display: inline-block;
width: 24.7%;
margin: 1em 0em;
padding: 0;
}
#contact a {
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
}
#contact li .p-icon {
float: left;
position: relative;
width: 3em;
height: 3em;
text-align: center;
margin-right: 1.5em;
}
#contact li .p-icon:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
content: "";
top: 0;
left: 0;
border: 3px solid #282729;
border-radius: 10px;
display: inline-block;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
}
#contact li .p-icon .fa {
display: block;
height: 3em;
width: 3em;
line-height: 3em;
}
#contact li .p-icon .fa:before {
display: inline-block;
text-align: center;
color: #d5484f;
z-index: 1;
vertical-align: middle;
}
/* Device Image */
#box1 {
position: relative;
height: 326px;
}
#box2 {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 552px;
height: 326px;
padding: 26px 60px 35px 60px;
background: url(images/laptop.png) no-repeat center bottom;
background-size: auto 100%;
}
#box3 {
position: absolute;
bottom: 0;
left: 0;
z-index: 11;
width: 100px;
height: 175px;
padding: 26px 8px 0px 8px;
background: url(images/phone.png) no-repeat center bottom;
background-size: auto 100%;
}
/* Normal */
@media screen and (max-width: 1280px) {
/* Basic */
body, input, textarea, select {
font-size: 12pt;
}
/* Lists */
ul.list li {
width: 43%;
margin: 0em 1.00em 3.4em 1.00em;
padding: 0em;
display: inline-block;
}
ul.list li:first-child {
margin-top: 0;
}
/* Banner */
#banner {
padding: 4em 0em 4em 0em;
}
#banner header .byline {
font-size: 1.3em;
}
#devices {
height: 20.1em;
min-height: 20.1em;
}
#laptop {
width: 480px;
height: 450px !important;
float: none;
position: relative;
left: 50%;
margin-left: -240px;
padding: 1.4em 3.4em 3.5em 3.4em;
background-size: 100%;
}
#mobile {
bottom: 1.6em;
left: 50%;
margin-left: -240px;
width: 80px;
padding: 1.4em 0.45em 1.0em 0.45em;
height: 150px !important;
background-size: 100%;
}
/* Extra #1 */
#extra h3 {
font-size: 1.3em;
}
#extra .content {
padding: 2em 2em 0em 2em;
}
#extra .button {
margin-top: 0.5em;
}
#extra ul img {
display: block;
height: 100%;
}
#extra p {
font-size: 0.90em !important;
}
/* Pennant */
.pennant {
width: 5em;
height: 5em;
}
.pennant:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
content: " ";
top: 0;
left: 0;
border: 5px solid #282729;
border-radius: 10px;
display: inline-block;
width: 5em;
height: 5em;
text-align: center;
}
.pennant .fa {
line-height: 5em;
height: 5em;
width: 5em;
}
/* Contact */
#contact ul {
font-size: 0.95em !important;
}
/* Device Image */
#box1 {
height: 260px;
margin-bottom: 1em;
}
#box2 {
width: 100%;
height: 260px;
padding: 20px 58px 0px 58px;
}
#box3 {
left: 0;
height: 145px;
padding: 21px 15px 0px 15px;
}
}
/* Narrow */
@media screen and (max-width: 1080px) {
/* Basic */
body, input, textarea, select {
font-size: 11pt;
}
/* Nav */
#nav {
position: absolute;
right: 0;
top: 0;
}
.dropotron.level-0 {
margin-top: 1.4em;
}
/* Banner */
#mobile {
bottom: 0em !important;
}
/* Featured */
#featured .image-border {
padding: 8% 8% 10% 8%;
}
/* Extra #1 */
#extra h3 {
display: block;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #3c3c3c;
font-size: 1.2em;
color: #FFF;
}
#extra .content {
padding: 2em 1.7em 0em 1.7em;
}
#extra .button {
margin-top: 0em;
}
/* Device Image */
#box1 {
width: 400px;
height: 240px;
margin: 0em auto 2em auto;
}
#box2 {
width: 100%;
height: 240px;
padding: 19px 42px 0px 42px !important;
}
#box3 {
left: -1em !important;
}
}
/* Narrower */
@media screen and (max-width: 960px) {
/* Basic */
body, input, textarea, select {
font-size: 11pt;
}
form {
width: 100%;
}
/* Lists */
ul.featured li {
width: 40% !important;
margin: 0 2.5% 5% 0;
}
ul.list {
text-align: center;
}
ul.lists li {
margin-bottom: 2em;
padding: 0em 1.5em;
}
ul.default li {
margin-bottom: 0em !important;
}
ul.staff li {
margin: 0 0.50em;
}
/* Nav */
#nav > ul > li {
margin-left: 1.5em;
}
/* Header */
#header {
padding: 6em 0em;
}
#logo {
position: relative;
left: 0;
margin: 0;
width: 100%;
}
#logo h1 {
display: block;
text-align: center;
}
#logo h1 a {
font-size: 2.2em;
}
/* Nav */
#nav {
position: absolute;
left: 0em;
top: 4em;
right: 0;
}
#nav > ul {
text-align: center;
}
#nav > ul > li {
float: none;
display: inline-block;
}
#nav > ul > li:last-child {
padding-right: 0;
}
#nav > ul > li > a, #nav > ul > li > span {
display: block;
}
/* Banner */
#banner {
padding: 2em 0em 2em 0em !important;
}
#banner header {
padding: 0em 1em;
text-align: center;
}
#banner header h2 {
font-size: 1.8em;
}
#banner header .byline {
font-size: 1.3em;
}
#banner .button {
display: block;
width: 100% !important;
max-width: 320px;
margin: 0 auto;
padding: 0.70em 1em !important;
}
#devices {
height: 20.1em;
min-height: 20.1em;
}
#laptop {
width: 480px;
height: 450px !important;
float: none;
position: relative;
left: 50%;
margin-left: -240px;
padding: 1.4em 3.4em 3.5em 3.4em;
background-size: 100%;
}
#mobile {
bottom: 0;
left: 50%;
margin-left: -240px;
width: 80px;
padding: 1.4em 0.45em 1.0em 0.45em;
height: 150px !important;
background-size: 100%;
}
/* Content */
#content {
overflow: hidden;
margin-bottom: 2em !important;
}
/* Featured */
#featured .image-border {
margin: 0em auto 2em auto;
width: 360px;
padding: 1.8em 2em 2em 2em;
}
/* Extra #1 */
#extra .content {
padding: 3em 2.2em 3em 2.2em;
}
#extra .button {
margin-top: 1.5em;
}
#extra ul {
text-align: center;
}
#extra ul li {
display: block;
float: none;
width: 100%;
}
#extra ul img {
border-radius: 6px 6px 0px 0px;
}
/* Extra #2 */
#extra2 {
text-align: center;
}
#extra2 header {
margin-bottom: 3em;
padding-right: 0;
}
/* Contact */
#contact ul {
position: relative;
}
#contact li {
display: inline-block;
width: 45% !important;
font-size: 0.95em;
}
/* Newsletter */
#newsletter span {
display: block;
padding-bottom: 3em !important;
}
#newsletter section {
padding: 0em 2em !important;
}
/* Device Image */
#box1 {
width: 400px;
height: 260px;
margin: 0em auto 4em auto;
}
#box2 {
width: 100%;
height: 240px;
padding: 19px 42px 0px 42px !important;
}
#box3 {
left: -1em !important;
}
}
/* Mobile */
#navPanel, #titleBar {
display: none;
}
@media screen and (max-width: 736px) {
/* Basic */
html, body {
overflow-x: hidden;
}
body, input, textarea, select {
line-height: 1.75em;
font-size: 11pt;
}
body {
padding-top: 0;
}
h2, h3, h4, h5, h6 {
font-size: 1.5em;
}
section, article {
clear: both;
margin: 2em 0 2em 0 !important;
}
section > :first-child, section:first-child, article > :first-child, article:first-child {
margin-top: 0 !important;
}
/* Lists */
ul.list {
text-align: center;
overflow: hidden;
}
ul.list li {
display: block;
width: 100%;
margin: 0em;
padding: 4em 0em 0em 0em;
}
ul.list li:first-child {
padding-top: 0em !important;
}
ul.list .button {
margin-top: 2em;
}
ul.icon li {
padding: 2em 0em;
}
ul.icon li:last-child {
padding-bottom: 0;
}
ul.actions li {
display: block;
}
/* Button */
.button {
display: block;
width: 100% !important;
line-height: 3.25em;
}
/* Header */
#header {
padding: 4.5em 0em 3.5em 0em;
}
#logo h1 a {
font-size: 2.25em;
}
#nav {
display: none;
}
/* Banner */
#banner {
padding: 4em 0em 2em 0em;
}
#banner header {
padding: 0em 1em;
text-align: center;
}
#banner header h2 {
font-size: 1.8em;
}
#banner header .byline {
font-size: 1.3em;
}
#banner .button {
margin-top: 0.50em;
padding: 0em 1em;
line-height: 2em;
font-size: 1em;
}
#laptop {
width: 340px;
height: 250px !important;
float: none;
position: relative;
left: 50%;
margin-left: -170px;
padding: 1.1em 2.5em 3.5em 2.5em;
background-size: 100%;
}
#mobile {
bottom: 0;
left: 50%;
margin-left: -120px;
width: 60px;
padding: 1.2em 0.4em 0.0em 0.4em;
height: 127px !important;
background-size: 100%;
}
/* Wrapper */
#wrapper {
padding: 3em 0em 3em 0em;
}
.homepage #wrapper {
padding: 0em 0em 3em 0em;
background: #181719 url(images/bg01.png) repeat-x;
}
/* Main */
#main .button {
margin-top: 2em;
}
/* Content */
#content header h2 {
font-size: 2.1em;
}
#content header .byline {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
/* Sidebar */
#sidebar section, #sidebar2 section {
margin-bottom: 4em !important;
}
#sidebar section:last-child, #sidebar2 section:last-child {
margin-bottom: 0em !important;
}
/* Featured */
#featured .image-border {
width: 100% !important;
padding: 8% 9% 8% 9%;
}
/* Extra #1 */
#extra .content {
padding: 3em 2.2em 3.5em 2.2em;
}
#extra .button {
margin-top: 2.50em;
}
#extra ul {
text-align: center;
}
#extra ul li {
display: block;
float: none;
width: 100%;
}
#extra ul img {
border-radius: 6px 6px 0px 0px;
}
/* Extra #2 */
#extra2 {
padding: 4em 0em 2em 0em;
text-align: center;
}
#extra2 header {
margin-bottom: 0;
padding-right: 0;
}
/* Newsletter */
#newsletter {
padding: 3em 0em 1.5em 0em;
}
#newsletter section {
text-align: center;
}
#newsletter span {
padding-bottom: 1em !important;
}
/* Contact */
#contact {
padding: 4em 0em 3em 0em;
}
#contact ul {
position: relative;
}
#contact li {
display: block;
width: 100% !important;
margin-top: 2em;
padding: 0;
}
#contact li:first-child {
margin-top: 0;
}
/* Device Image */
#box1 {
position: relative;
width: 220px;
height: 140px !important;
left: 50%;
margin-left: -110px;
margin-bottom: 0em !important;
}
#box2 {
display: block;
width: 100% !important;
height: 140px !important;
background-size: auto 100%;
padding: 12px 18px 0px 18px !important;
}
#box3 {
display: block;
left: -.90em;
bottom: 0;
width: 50px;
height: 85px;
background-size: auto 100%;
padding: 14px 5px 0px 5px;
}
/* Off-Canvas Navigation */
#page-wrapper {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
padding-bottom: 1px;
}
#titleBar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
display: block;
height: 44px;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
background: none;
}
#titleBar .toggle {
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 60px;
}
#titleBar .toggle:before {
content: '';
position: absolute;
left: 7px;
top: 7px;
background: rgba(0, 0, 0, 0.2);
width: 60px;
height: 44px;
border-radius: 4px;
}
#titleBar .toggle:after {
content: '';
display: block;
width: 20px;
height: 12px;
position: absolute;
left: 28px;
top: 23px;
background: url("images/toggle.svg") 0px 0px no-repeat;
opacity: 0.7;
}
#titleBar .toggle:active:after {
opacity: 0.9;
}
#navPanel {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translateX(-275px);
-webkit-transform: translateX(-275px);
-ms-transform: translateX(-275px);
transform: translateX(-275px);
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
display: block;
height: 100%;
left: 0;
overflow-y: auto;
position: fixed;
top: 0;
width: 275px;
z-index: 10002;
background: #1d1d1d;
}
#navPanel .link {
display: block;
color: #888;
text-decoration: none;
height: 44px;
line-height: 44px;
border-top: solid 1px rgba(255, 255, 255, 0.05);
padding: 0 1em 0 1em;
}
#navPanel .link.depth-0 {
color: #fff;
}
#navPanel .indent-1 {
display: inline-block;
width: 1em;
}
#navPanel .indent-2 {
display: inline-block;
width: 2em;
}
#navPanel .indent-3 {
display: inline-block;
width: 3em;
}
#navPanel .indent-4 {
display: inline-block;
width: 4em;
}
#navPanel .indent-5 {
display: inline-block;
width: 5em;
}
#navPanel .depth-0 {
color: #fff;
}
body.navPanel-visible #page-wrapper {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}
body.navPanel-visible #titleBar {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}
body.navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
} | eddy/assets/css/main.css | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@import url("font-awesome.min.css");
/*
Threshold by Pixelarity
pixelarity.com | <EMAIL>
License: pixelarity.com/license
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
/* Box Model */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Containers */
.container {
margin-left: auto;
margin-right: auto;
}
.container.\31 25\25 {
width: 100%;
max-width: 1500px;
min-width: 1200px;
}
.container.\37 5\25 {
width: 900px;
}
.container.\35 0\25 {
width: 600px;
}
.container.\32 5\25 {
width: 300px;
}
.container {
width: 1200px;
}
@media screen and (max-width: 1280px) {
.container.\31 25\25 {
width: 100%;
max-width: 1250px;
min-width: 1000px;
}
.container.\37 5\25 {
width: 750px;
}
.container.\35 0\25 {
width: 500px;
}
.container.\32 5\25 {
width: 250px;
}
.container {
width: 1000px;
}
}
@media screen and (max-width: 1080px) {
.container.\31 25\25 {
width: 100%;
max-width: 118.75%;
min-width: 95%;
}
.container.\37 5\25 {
width: 71.25%;
}
.container.\35 0\25 {
width: 47.5%;
}
.container.\32 5\25 {
width: 23.75%;
}
.container {
width: 95%;
}
}
@media screen and (max-width: 960px) {
.container.\31 25\25 {
width: 100%;
max-width: 118.75%;
min-width: 95%;
}
.container.\37 5\25 {
width: 71.25%;
}
.container.\35 0\25 {
width: 47.5%;
}
.container.\32 5\25 {
width: 23.75%;
}
.container {
width: 95% !important;
}
}
@media screen and (max-width: 736px) {
.container.\31 25\25 {
width: 100%;
max-width: 112.5%;
min-width: 90%;
}
.container.\37 5\25 {
width: 67.5%;
}
.container.\35 0\25 {
width: 45%;
}
.container.\32 5\25 {
width: 22.5%;
}
.container {
width: 90% !important;
}
}
/* Grid */
.row {
border-bottom: solid 1px transparent;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row > * {
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row:after, .row:before {
content: '';
display: block;
clear: both;
height: 0;
}
.row.uniform > * > :first-child {
margin-top: 0;
}
.row.uniform > * > :last-child {
margin-bottom: 0;
}
.row.\30 \25 > * {
padding: 0px 0 0 0px;
}
.row.\30 \25 {
margin: 0px 0 -1px 0px;
}
.row.uniform.\30 \25 > * {
padding: 0px 0 0 0px;
}
.row.uniform.\30 \25 {
margin: 0px 0 -1px 0px;
}
.row > * {
padding: 40px 0 0 40px;
}
.row {
margin: -40px 0 -1px -40px;
}
.row.uniform > * {
padding: 40px 0 0 40px;
}
.row.uniform {
margin: -40px 0 -1px -40px;
}
.row.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.uniform.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.uniform.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.uniform.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.uniform.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.uniform.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.uniform.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.\31 2u, .\31 2u\24 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u, .\31 1u\24 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u, .\31 0u\24 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u, .\39 u\24 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u, .\38 u\24 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u, .\37 u\24 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u, .\36 u\24 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u, .\35 u\24 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u, .\34 u\24 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u, .\33 u\24 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u, .\32 u\24 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u, .\31 u\24 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
clear: left;
}
.\-11u {
margin-left: 91.66667%;
}
.\-10u {
margin-left: 83.33333%;
}
.\-9u {
margin-left: 75%;
}
.\-8u {
margin-left: 66.66667%;
}
.\-7u {
margin-left: 58.33333%;
}
.\-6u {
margin-left: 50%;
}
.\-5u {
margin-left: 41.66667%;
}
.\-4u {
margin-left: 33.33333%;
}
.\-3u {
margin-left: 25%;
}
.\-2u {
margin-left: 16.66667%;
}
.\-1u {
margin-left: 8.33333%;
}
@media screen and (max-width: 1280px) {
.row > * {
padding: 40px 0 0 40px;
}
.row {
margin: -40px 0 -1px -40px;
}
.row.uniform > * {
padding: 40px 0 0 40px;
}
.row.uniform {
margin: -40px 0 -1px -40px;
}
.row.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.uniform.\32 00\25 > * {
padding: 80px 0 0 80px;
}
.row.uniform.\32 00\25 {
margin: -80px 0 -1px -80px;
}
.row.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.uniform.\31 50\25 > * {
padding: 60px 0 0 60px;
}
.row.uniform.\31 50\25 {
margin: -60px 0 -1px -60px;
}
.row.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.uniform.\35 0\25 > * {
padding: 20px 0 0 20px;
}
.row.uniform.\35 0\25 {
margin: -20px 0 -1px -20px;
}
.row.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\32 5\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\32 5\25 {
margin: -10px 0 -1px -10px;
}
.\31 2u\28normal\29, .\31 2u\24\28normal\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28normal\29, .\31 1u\24\28normal\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28normal\29, .\31 0u\24\28normal\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28normal\29, .\39 u\24\28normal\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28normal\29, .\38 u\24\28normal\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28normal\29, .\37 u\24\28normal\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28normal\29, .\36 u\24\28normal\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28normal\29, .\35 u\24\28normal\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28normal\29, .\34 u\24\28normal\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28normal\29, .\33 u\24\28normal\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28normal\29, .\32 u\24\28normal\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28normal\29, .\31 u\24\28normal\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28normal\29 + *,
.\31 1u\24\28normal\29 + *,
.\31 0u\24\28normal\29 + *,
.\39 u\24\28normal\29 + *,
.\38 u\24\28normal\29 + *,
.\37 u\24\28normal\29 + *,
.\36 u\24\28normal\29 + *,
.\35 u\24\28normal\29 + *,
.\34 u\24\28normal\29 + *,
.\33 u\24\28normal\29 + *,
.\32 u\24\28normal\29 + *,
.\31 u\24\28normal\29 + * {
clear: left;
}
.\-11u\28normal\29 {
margin-left: 91.66667%;
}
.\-10u\28normal\29 {
margin-left: 83.33333%;
}
.\-9u\28normal\29 {
margin-left: 75%;
}
.\-8u\28normal\29 {
margin-left: 66.66667%;
}
.\-7u\28normal\29 {
margin-left: 58.33333%;
}
.\-6u\28normal\29 {
margin-left: 50%;
}
.\-5u\28normal\29 {
margin-left: 41.66667%;
}
.\-4u\28normal\29 {
margin-left: 33.33333%;
}
.\-3u\28normal\29 {
margin-left: 25%;
}
.\-2u\28normal\29 {
margin-left: 16.66667%;
}
.\-1u\28normal\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 1080px) {
.row > * {
padding: 20px 0 0 20px;
}
.row {
margin: -20px 0 -1px -20px;
}
.row.uniform > * {
padding: 20px 0 0 20px;
}
.row.uniform {
margin: -20px 0 -1px -20px;
}
.row.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.uniform.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.uniform.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.uniform.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.uniform.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.row.uniform.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.uniform.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28narrow\29, .\39 u\24\28narrow\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28narrow\29, .\38 u\24\28narrow\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28narrow\29, .\37 u\24\28narrow\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28narrow\29, .\36 u\24\28narrow\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28narrow\29, .\35 u\24\28narrow\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28narrow\29, .\34 u\24\28narrow\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28narrow\29, .\33 u\24\28narrow\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28narrow\29, .\32 u\24\28narrow\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28narrow\29, .\31 u\24\28narrow\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28narrow\29 + *,
.\31 1u\24\28narrow\29 + *,
.\31 0u\24\28narrow\29 + *,
.\39 u\24\28narrow\29 + *,
.\38 u\24\28narrow\29 + *,
.\37 u\24\28narrow\29 + *,
.\36 u\24\28narrow\29 + *,
.\35 u\24\28narrow\29 + *,
.\34 u\24\28narrow\29 + *,
.\33 u\24\28narrow\29 + *,
.\32 u\24\28narrow\29 + *,
.\31 u\24\28narrow\29 + * {
clear: left;
}
.\-11u\28narrow\29 {
margin-left: 91.66667%;
}
.\-10u\28narrow\29 {
margin-left: 83.33333%;
}
.\-9u\28narrow\29 {
margin-left: 75%;
}
.\-8u\28narrow\29 {
margin-left: 66.66667%;
}
.\-7u\28narrow\29 {
margin-left: 58.33333%;
}
.\-6u\28narrow\29 {
margin-left: 50%;
}
.\-5u\28narrow\29 {
margin-left: 41.66667%;
}
.\-4u\28narrow\29 {
margin-left: 33.33333%;
}
.\-3u\28narrow\29 {
margin-left: 25%;
}
.\-2u\28narrow\29 {
margin-left: 16.66667%;
}
.\-1u\28narrow\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 960px) {
.row > * {
padding: 20px 0 0 20px;
}
.row {
margin: -20px 0 -1px -20px;
}
.row.uniform > * {
padding: 20px 0 0 20px;
}
.row.uniform {
margin: -20px 0 -1px -20px;
}
.row.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.uniform.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.uniform.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.uniform.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.uniform.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.row.uniform.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.uniform.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28narrower\29, .\39 u\24\28narrower\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28narrower\29, .\38 u\24\28narrower\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28narrower\29, .\37 u\24\28narrower\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28narrower\29, .\36 u\24\28narrower\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28narrower\29, .\35 u\24\28narrower\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28narrower\29, .\34 u\24\28narrower\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28narrower\29, .\33 u\24\28narrower\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28narrower\29, .\32 u\24\28narrower\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28narrower\29, .\31 u\24\28narrower\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28narrower\29 + *,
.\31 1u\24\28narrower\29 + *,
.\31 0u\24\28narrower\29 + *,
.\39 u\24\28narrower\29 + *,
.\38 u\24\28narrower\29 + *,
.\37 u\24\28narrower\29 + *,
.\36 u\24\28narrower\29 + *,
.\35 u\24\28narrower\29 + *,
.\34 u\24\28narrower\29 + *,
.\33 u\24\28narrower\29 + *,
.\32 u\24\28narrower\29 + *,
.\31 u\24\28narrower\29 + * {
clear: left;
}
.\-11u\28narrower\29 {
margin-left: 91.66667%;
}
.\-10u\28narrower\29 {
margin-left: 83.33333%;
}
.\-9u\28narrower\29 {
margin-left: 75%;
}
.\-8u\28narrower\29 {
margin-left: 66.66667%;
}
.\-7u\28narrower\29 {
margin-left: 58.33333%;
}
.\-6u\28narrower\29 {
margin-left: 50%;
}
.\-5u\28narrower\29 {
margin-left: 41.66667%;
}
.\-4u\28narrower\29 {
margin-left: 33.33333%;
}
.\-3u\28narrower\29 {
margin-left: 25%;
}
.\-2u\28narrower\29 {
margin-left: 16.66667%;
}
.\-1u\28narrower\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 736px) {
.row > * {
padding: 20px 0 0 20px;
}
.row {
margin: -20px 0 -1px -20px;
}
.row.uniform > * {
padding: 20px 0 0 20px;
}
.row.uniform {
margin: -20px 0 -1px -20px;
}
.row.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.uniform.\32 00\25 > * {
padding: 40px 0 0 40px;
}
.row.uniform.\32 00\25 {
margin: -40px 0 -1px -40px;
}
.row.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.uniform.\31 50\25 > * {
padding: 30px 0 0 30px;
}
.row.uniform.\31 50\25 {
margin: -30px 0 -1px -30px;
}
.row.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.uniform.\35 0\25 > * {
padding: 10px 0 0 10px;
}
.row.uniform.\35 0\25 {
margin: -10px 0 -1px -10px;
}
.row.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.row.uniform.\32 5\25 > * {
padding: 5px 0 0 5px;
}
.row.uniform.\32 5\25 {
margin: -5px 0 -1px -5px;
}
.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28mobile\29 + *,
.\31 1u\24\28mobile\29 + *,
.\31 0u\24\28mobile\29 + *,
.\39 u\24\28mobile\29 + *,
.\38 u\24\28mobile\29 + *,
.\37 u\24\28mobile\29 + *,
.\36 u\24\28mobile\29 + *,
.\35 u\24\28mobile\29 + *,
.\34 u\24\28mobile\29 + *,
.\33 u\24\28mobile\29 + *,
.\32 u\24\28mobile\29 + *,
.\31 u\24\28mobile\29 + * {
clear: left;
}
.\-11u\28mobile\29 {
margin-left: 91.66667%;
}
.\-10u\28mobile\29 {
margin-left: 83.33333%;
}
.\-9u\28mobile\29 {
margin-left: 75%;
}
.\-8u\28mobile\29 {
margin-left: 66.66667%;
}
.\-7u\28mobile\29 {
margin-left: 58.33333%;
}
.\-6u\28mobile\29 {
margin-left: 50%;
}
.\-5u\28mobile\29 {
margin-left: 41.66667%;
}
.\-4u\28mobile\29 {
margin-left: 33.33333%;
}
.\-3u\28mobile\29 {
margin-left: 25%;
}
.\-2u\28mobile\29 {
margin-left: 16.66667%;
}
.\-1u\28mobile\29 {
margin-left: 8.33333%;
}
}
/* Basic */
body {
background: #212022;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13pt;
font-weight: 300;
line-height: 1.75em;
color: #777777;
}
input, textarea, select {
font-family: 'Source Sans Pro', sans-serif;
font-size: 13pt;
font-weight: 300;
line-height: 1.75em;
color: #777777;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2em;
font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
text-decoration: none;
}
strong, b {
font-weight: 400;
color: #818181;
}
em, i {
font-style: italic;
}
a {
color: #ccc;
}
a:hover {
text-decoration: none;
}
sub {
position: relative;
top: 0.5em;
font-size: 0.8em;
}
sup {
position: relative;
top: -0.5em;
font-size: 0.8em;
}
hr {
border: 0;
border-top: solid 1px #ddd;
}
blockquote {
border-left: solid 0.5em #ddd;
padding: 1em 0 1em 2em;
font-style: italic;
}
p, ul, ol, dl, table {
margin-bottom: 1em;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
header {
margin-bottom: 1em;
}
header h2 {
font-size: 1.6em;
font-weight: 700;
color: #FFF;
}
header .byline {
display: block;
margin: 0.8em 0 0 0;
padding: 0 0 0.5em 0;
color: #777777;
}
footer {
margin-top: 1em;
}
br.clear {
clear: both;
}
/* Sections/Articles */
section, article {
margin-bottom: 3em;
}
section > :last-child, section:last-child, article > :last-child, article:last-child {
margin-bottom: 0;
}
.row > section, .row > article {
margin-bottom: 0;
}
/* Images */
.image {
display: inline-block;
}
.image img {
display: block;
width: 100%;
}
.image.featured {
display: block;
width: 100%;
margin: 0 0 2em 0;
}
.image.full {
display: block;
width: 100%;
}
.image.left {
float: left;
margin: 0 2em 2em 0;
}
.image.centered {
display: block;
margin: 0 0 2em 0;
}
.image.centered img {
margin: 0 auto;
width: auto;
}
/* Lists */
ul.list {
margin: 0;
padding: 0;
}
ul.list li {
width: 45%;
margin: 0em 1.00em 3.4em 1.00em;
padding: 0em;
display: inline-block;
}
ul.list li:first-child {
margin-top: 0;
}
ul.list h3 {
display: block;
margin-bottom: 0.70em;
font-size: 1.4em;
color: #FFF;
}
ul.list .button {
margin-top: 0.4em;
}
ul.default {
list-style: none;
margin: 0;
padding: 0;
}
ul.default li {
display: block;
padding: 0.60em 0em;
border-top: 1px solid #302e31;
}
ul.default li:first-child {
padding-top: 0;
border-top: none;
}
ul.default a {
text-decoration: none;
color: #888787;
}
ul.default a:hover {
text-decoration: underline;
}
ul.icon li {
position: relative;
display: inline-block;
margin: 0em 2em;
}
ul.icons {
cursor: default;
}
ul.icons li {
display: inline-block;
}
ul.icons a {
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border: 0;
}
ul.info li {
padding: 2em 0 1.5em 0;
border-top: 1px solid #302e31;
}
ul.info li:first-child {
padding-top: 0;
border-top: none;
}
ul.info li:last-child {
padding-bottom: 0;
}
ul.info h3 {
display: inline-block;
padding-bottom: 0.50em;
font-size: 1.1em;
color: #FFF;
}
ul.info a {
text-decoration: none;
}
ul.info a:hover {
text-decoration: underline;
}
ul.menu {
cursor: default;
}
ul.menu li {
display: inline-block;
line-height: 1em;
border-left: solid 1px #ddd;
padding: 0 0 0 0.5em;
margin: 0 0 0 0.5em;
}
ul.menu li:first-child {
border-left: 0;
padding-left: 0;
margin-left: 0;
}
ul.actions {
cursor: default;
}
ul.actions li {
display: inline-block;
margin: 0 0 0 0.5em;
}
ul.actions li:first-child {
margin-left: 0;
}
ol.default {
list-style: decimal;
padding-left: 1.25em;
}
ol.default li {
padding-left: 0.25em;
}
/* Forms */
form .actions {
padding-top: 0;
}
form label {
display: block;
}
form input.text, form select, form textarea {
-moz-transition: border-color 0.25s ease-in-out;
-webkit-transition: border-color 0.25s ease-in-out;
-ms-transition: border-color 0.25s ease-in-out;
transition: border-color 0.25s ease-in-out;
-webkit-appearance: none;
display: block;
width: 100%;
padding: 0.60em 0.85em;
background: none;
border: solid 1px #302e31;
border-radius: 0.35em;
outline: none;
color: rgba(255, 255, 255, 0.8);
}
form input.text:focus, form select:focus, form textarea:focus {
border-color: #3d3c3e;
}
form textarea {
min-height: 14em;
}
form .formerize-placeholder, form ::-webkit-input-placeholder, form :-moz-placeholder, form ::-moz-placeholder, form :-ms-input-placeholder {
color: #555 !important;
}
form ::-moz-focus-inner {
border: 0;
}
/* Tables */
table {
width: 100%;
}
table.default {
width: 100%;
}
table.default tbody tr:nth-child(2n+2) {
background: #f4f4f4;
}
table.default td {
padding: 0.5em 1em 0.5em 1em;
}
table.default th {
text-align: left;
font-weight: 400;
padding: 0.5em 1em 0.5em 1em;
}
table.default thead {
background: #444;
color: #fff;
}
table.default tfoot {
background: #eee;
}
/* Buttons */
.button {
-moz-transition: background-color 0.25s ease-in-out;
-webkit-transition: background-color 0.25s ease-in-out;
-ms-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
position: relative;
display: inline-block;
border: 0;
padding: 0em 1.25em;
background: #d5484f;
border-radius: 5px;
line-height: 2.65em;
text-decoration: none;
text-align: center;
font-size: 1em;
font-weight: 900;
color: #fff;
cursor: pointer;
}
.button:hover {
background: #ca4047;
}
/* Icons */
.fa {
text-decoration: none;
}
.fa:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa.solo span {
display: none;
}
/* Header */
#header {
position: relative;
padding: 2.5em 0em;
}
#header .container {
position: relative;
}
/* Logo */
#logo h1 {
color: #FFF;
}
#logo h1 a {
display: block;
font-size: 1.7em;
font-weight: 900;
color: #FFF;
}
/* Nav */
#nav {
position: absolute;
right: 0;
top: 0;
}
#nav > ul > li {
margin-left: 2em;
display: inline-block;
}
#nav > ul > li:first-child {
margin-left: 0;
}
#nav > ul > li > ul {
display: none;
}
#nav > ul > li > a, #nav > ul > li > span {
-moz-transition: color 0.25s ease-in-out;
-webkit-transition: color 0.25s ease-in-out;
-ms-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
display: block;
text-decoration: none;
font-weight: 300;
font-size: 1.05em;
outline: 0;
color: #949494;
}
#nav > ul > li:hover > a, #nav > ul > li:hover > span {
color: #fff;
}
#nav > ul > li.active > a, #nav > ul > li.active > span {
color: #fff;
}
.dropotron {
top: 0;
text-align: left;
line-height: 2em;
min-width: 12em;
background: #d5484f;
line-height: 1em;
padding: 1em 0 1em 0;
border-radius: 8px;
}
.dropotron a, .dropotron span {
-moz-transition: color 0.25s ease-in-out;
-webkit-transition: color 0.25s ease-in-out;
-ms-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
display: block;
padding: 0.6em 1em;
font-size: 0.90em;
text-decoration: none;
color: #ddd;
color: rgba(255, 255, 255, 0.7);
}
.dropotron a:hover {
color: #FFF;
}
.dropotron li.active > a, .dropotron li.active > span {
color: #FFF;
}
.dropotron.level-0 {
margin-top: 1.25em;
}
.dropotron.level-0:before {
content: '';
position: absolute;
top: -1.2em;
left: 50%;
margin-left: -0.6em;
width: 1.2em;
height: 1.2em;
border-bottom: solid 0.6em #d5484f;
border-left: solid 0.6em transparent;
border-right: solid 0.6em transparent;
}
/* Banner */
#banner {
position: relative;
padding: 5em 0em;
border-top: 1px solid #302e30;
color: #fff;
}
#banner .container {
position: relative;
}
#banner header {
padding-right: 1em;
}
#banner header h2 {
font-size: 2.8em;
font-weight: 900;
}
#banner header .byline {
font-size: 1.6em;
}
#banner .button {
margin-top: 0.50em;
}
#devices {
position: relative;
height: 20.4em;
min-height: 20.4em;
top: 0em;
right: 0;
}
#laptop {
position: absolute;
top: 0;
right: 0;
padding: 1.5em 3em 3.5em 3em;
background: url(images/laptop.png) no-repeat center top;
}
#mobile {
position: absolute;
bottom: 1.3em;
left: 0.8em;
padding: 1.5em 0.6em 1.3em 0.6em;
background: url(images/phone.png) no-repeat center top;
z-index: 1;
}
/* Wrapper */
#wrapper {
position: relative;
padding: 6em 0em;
background: #181719;
}
.homepage #wrapper {
padding: 0em 0em 3em 0em;
background: #181719 url(images/bg01.png) repeat-x;
}
/* Main */
#main {
position: relative;
}
#main .button {
margin-top: 1em;
}
/* Content */
#content header h2 {
font-size: 2.5em;
}
#content header .byline {
font-size: 1.4em;
color: #a7a7a7;
}
#content h3 {
display: block;
padding: 1.5em 0em 1em 0em;
font-size: 1.2em;
color: #FFF;
}
.contact #content header {
margin-bottom: 2.5em;
}
/* Footer */
#footer {
position: relative;
}
/* Copyright */
#copyright {
padding: 3em 0em 5em 0em;
text-align: center;
}
/* Featured */
#featured {
position: relative;
padding-top: 5em;
border-top: 1px solid #302e31;
}
#featured .image-border {
display: block;
padding: 8% 9% 8% 9%;
background: url(images/tablet.png) no-repeat center top;
background-size: contain;
}
/* Extra #1 */
#extra {
position: relative;
padding: 0;
}
#extra h3 {
display: block;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #3c3c3c;
font-size: 1.4em;
color: #FFF;
}
#extra .content {
padding: 3em 2.2em 0em 2.2em;
}
#extra .button {
margin-top: 0.50em;
}
#extra ul {
overflow: hidden;
background: #282729;
border-radius: 6px;
}
#extra ul li {
display: inline-block;
float: left;
width: 50%;
}
#extra ul img {
border-radius: 6px 0px 0px 6px;
}
/* Extra #2 */
#extra2 {
position: relative;
padding: 5em 0em;
}
#extra2 header {
padding-right: 2em;
}
#extra2 header h2, #extra2 header .byline {
font-size: 1.4em;
}
/* Pennant */
.pennant {
position: relative;
display: inline-block;
width: 7em;
height: 7em;
text-align: center;
}
.pennant:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
content: " ";
top: 0;
left: 0;
border: 5px solid #282729;
border-radius: 10px;
display: inline-block;
width: 7em;
height: 7em;
text-align: center;
}
.pennant .fa {
display: block;
text-align: center;
color: #d5484f;
z-index: 1;
line-height: 7em;
height: 7em;
width: 7em;
text-decoration: none;
}
.pennant .fa:before {
display: inline-block;
vertical-align: middle;
font-size: 2.75em;
text-decoration: none !important;
}
/* Newsletter */
#newsletter {
position: relative;
padding: 3em 0em;
border-top: 1px solid #302e31;
border-bottom: 1px solid #302e31;
}
#newsletter span {
font-weight: 700;
font-size: 1.3em;
color: #FFF;
}
#subscribe {
position: relative;
}
#subscribe .text {
-moz-transition: background-color 0.25s ease-in-out;
-webkit-transition: background-color 0.25s ease-in-out;
-ms-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
-webkit-appearance: none;
display: block;
height: 50px;
margin: 0;
padding: 0em 1em;
background: #191819;
border-radius: 0.35em;
width: 100%;
border: none;
color: #777777;
}
#subscribe .text:focus {
background: #161516;
}
#subscribe select:focus, #subscribe textarea:focus {
background: #161516;
}
#subscribe .submit {
position: absolute;
right: 0;
top: 0;
height: 50px;
margin: 0;
padding: 0em 1em 0em 1em;
background: #d5484f;
display: block;
border: 0;
border-radius: 0px 5px 5px 0px;
line-height: 50px;
text-decoration: none;
font-size: 1em;
font-weight: 900;
color: #FFF;
}
/* Contact */
#contact {
position: relative;
padding: 4em 0em;
}
#contact a {
color: inherit;
}
#contact ul {
margin: 0;
padding: 0;
list-style: none;
}
#contact li {
display: inline-block;
width: 24.7%;
margin: 1em 0em;
padding: 0;
}
#contact a {
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
}
#contact li .p-icon {
float: left;
position: relative;
width: 3em;
height: 3em;
text-align: center;
margin-right: 1.5em;
}
#contact li .p-icon:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
content: "";
top: 0;
left: 0;
border: 3px solid #282729;
border-radius: 10px;
display: inline-block;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
}
#contact li .p-icon .fa {
display: block;
height: 3em;
width: 3em;
line-height: 3em;
}
#contact li .p-icon .fa:before {
display: inline-block;
text-align: center;
color: #d5484f;
z-index: 1;
vertical-align: middle;
}
/* Device Image */
#box1 {
position: relative;
height: 326px;
}
#box2 {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 552px;
height: 326px;
padding: 26px 60px 35px 60px;
background: url(images/laptop.png) no-repeat center bottom;
background-size: auto 100%;
}
#box3 {
position: absolute;
bottom: 0;
left: 0;
z-index: 11;
width: 100px;
height: 175px;
padding: 26px 8px 0px 8px;
background: url(images/phone.png) no-repeat center bottom;
background-size: auto 100%;
}
/* Normal */
@media screen and (max-width: 1280px) {
/* Basic */
body, input, textarea, select {
font-size: 12pt;
}
/* Lists */
ul.list li {
width: 43%;
margin: 0em 1.00em 3.4em 1.00em;
padding: 0em;
display: inline-block;
}
ul.list li:first-child {
margin-top: 0;
}
/* Banner */
#banner {
padding: 4em 0em 4em 0em;
}
#banner header .byline {
font-size: 1.3em;
}
#devices {
height: 20.1em;
min-height: 20.1em;
}
#laptop {
width: 480px;
height: 450px !important;
float: none;
position: relative;
left: 50%;
margin-left: -240px;
padding: 1.4em 3.4em 3.5em 3.4em;
background-size: 100%;
}
#mobile {
bottom: 1.6em;
left: 50%;
margin-left: -240px;
width: 80px;
padding: 1.4em 0.45em 1.0em 0.45em;
height: 150px !important;
background-size: 100%;
}
/* Extra #1 */
#extra h3 {
font-size: 1.3em;
}
#extra .content {
padding: 2em 2em 0em 2em;
}
#extra .button {
margin-top: 0.5em;
}
#extra ul img {
display: block;
height: 100%;
}
#extra p {
font-size: 0.90em !important;
}
/* Pennant */
.pennant {
width: 5em;
height: 5em;
}
.pennant:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
content: " ";
top: 0;
left: 0;
border: 5px solid #282729;
border-radius: 10px;
display: inline-block;
width: 5em;
height: 5em;
text-align: center;
}
.pennant .fa {
line-height: 5em;
height: 5em;
width: 5em;
}
/* Contact */
#contact ul {
font-size: 0.95em !important;
}
/* Device Image */
#box1 {
height: 260px;
margin-bottom: 1em;
}
#box2 {
width: 100%;
height: 260px;
padding: 20px 58px 0px 58px;
}
#box3 {
left: 0;
height: 145px;
padding: 21px 15px 0px 15px;
}
}
/* Narrow */
@media screen and (max-width: 1080px) {
/* Basic */
body, input, textarea, select {
font-size: 11pt;
}
/* Nav */
#nav {
position: absolute;
right: 0;
top: 0;
}
.dropotron.level-0 {
margin-top: 1.4em;
}
/* Banner */
#mobile {
bottom: 0em !important;
}
/* Featured */
#featured .image-border {
padding: 8% 8% 10% 8%;
}
/* Extra #1 */
#extra h3 {
display: block;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #3c3c3c;
font-size: 1.2em;
color: #FFF;
}
#extra .content {
padding: 2em 1.7em 0em 1.7em;
}
#extra .button {
margin-top: 0em;
}
/* Device Image */
#box1 {
width: 400px;
height: 240px;
margin: 0em auto 2em auto;
}
#box2 {
width: 100%;
height: 240px;
padding: 19px 42px 0px 42px !important;
}
#box3 {
left: -1em !important;
}
}
/* Narrower */
@media screen and (max-width: 960px) {
/* Basic */
body, input, textarea, select {
font-size: 11pt;
}
form {
width: 100%;
}
/* Lists */
ul.featured li {
width: 40% !important;
margin: 0 2.5% 5% 0;
}
ul.list {
text-align: center;
}
ul.lists li {
margin-bottom: 2em;
padding: 0em 1.5em;
}
ul.default li {
margin-bottom: 0em !important;
}
ul.staff li {
margin: 0 0.50em;
}
/* Nav */
#nav > ul > li {
margin-left: 1.5em;
}
/* Header */
#header {
padding: 6em 0em;
}
#logo {
position: relative;
left: 0;
margin: 0;
width: 100%;
}
#logo h1 {
display: block;
text-align: center;
}
#logo h1 a {
font-size: 2.2em;
}
/* Nav */
#nav {
position: absolute;
left: 0em;
top: 4em;
right: 0;
}
#nav > ul {
text-align: center;
}
#nav > ul > li {
float: none;
display: inline-block;
}
#nav > ul > li:last-child {
padding-right: 0;
}
#nav > ul > li > a, #nav > ul > li > span {
display: block;
}
/* Banner */
#banner {
padding: 2em 0em 2em 0em !important;
}
#banner header {
padding: 0em 1em;
text-align: center;
}
#banner header h2 {
font-size: 1.8em;
}
#banner header .byline {
font-size: 1.3em;
}
#banner .button {
display: block;
width: 100% !important;
max-width: 320px;
margin: 0 auto;
padding: 0.70em 1em !important;
}
#devices {
height: 20.1em;
min-height: 20.1em;
}
#laptop {
width: 480px;
height: 450px !important;
float: none;
position: relative;
left: 50%;
margin-left: -240px;
padding: 1.4em 3.4em 3.5em 3.4em;
background-size: 100%;
}
#mobile {
bottom: 0;
left: 50%;
margin-left: -240px;
width: 80px;
padding: 1.4em 0.45em 1.0em 0.45em;
height: 150px !important;
background-size: 100%;
}
/* Content */
#content {
overflow: hidden;
margin-bottom: 2em !important;
}
/* Featured */
#featured .image-border {
margin: 0em auto 2em auto;
width: 360px;
padding: 1.8em 2em 2em 2em;
}
/* Extra #1 */
#extra .content {
padding: 3em 2.2em 3em 2.2em;
}
#extra .button {
margin-top: 1.5em;
}
#extra ul {
text-align: center;
}
#extra ul li {
display: block;
float: none;
width: 100%;
}
#extra ul img {
border-radius: 6px 6px 0px 0px;
}
/* Extra #2 */
#extra2 {
text-align: center;
}
#extra2 header {
margin-bottom: 3em;
padding-right: 0;
}
/* Contact */
#contact ul {
position: relative;
}
#contact li {
display: inline-block;
width: 45% !important;
font-size: 0.95em;
}
/* Newsletter */
#newsletter span {
display: block;
padding-bottom: 3em !important;
}
#newsletter section {
padding: 0em 2em !important;
}
/* Device Image */
#box1 {
width: 400px;
height: 260px;
margin: 0em auto 4em auto;
}
#box2 {
width: 100%;
height: 240px;
padding: 19px 42px 0px 42px !important;
}
#box3 {
left: -1em !important;
}
}
/* Mobile */
#navPanel, #titleBar {
display: none;
}
@media screen and (max-width: 736px) {
/* Basic */
html, body {
overflow-x: hidden;
}
body, input, textarea, select {
line-height: 1.75em;
font-size: 11pt;
}
body {
padding-top: 0;
}
h2, h3, h4, h5, h6 {
font-size: 1.5em;
}
section, article {
clear: both;
margin: 2em 0 2em 0 !important;
}
section > :first-child, section:first-child, article > :first-child, article:first-child {
margin-top: 0 !important;
}
/* Lists */
ul.list {
text-align: center;
overflow: hidden;
}
ul.list li {
display: block;
width: 100%;
margin: 0em;
padding: 4em 0em 0em 0em;
}
ul.list li:first-child {
padding-top: 0em !important;
}
ul.list .button {
margin-top: 2em;
}
ul.icon li {
padding: 2em 0em;
}
ul.icon li:last-child {
padding-bottom: 0;
}
ul.actions li {
display: block;
}
/* Button */
.button {
display: block;
width: 100% !important;
line-height: 3.25em;
}
/* Header */
#header {
padding: 4.5em 0em 3.5em 0em;
}
#logo h1 a {
font-size: 2.25em;
}
#nav {
display: none;
}
/* Banner */
#banner {
padding: 4em 0em 2em 0em;
}
#banner header {
padding: 0em 1em;
text-align: center;
}
#banner header h2 {
font-size: 1.8em;
}
#banner header .byline {
font-size: 1.3em;
}
#banner .button {
margin-top: 0.50em;
padding: 0em 1em;
line-height: 2em;
font-size: 1em;
}
#laptop {
width: 340px;
height: 250px !important;
float: none;
position: relative;
left: 50%;
margin-left: -170px;
padding: 1.1em 2.5em 3.5em 2.5em;
background-size: 100%;
}
#mobile {
bottom: 0;
left: 50%;
margin-left: -120px;
width: 60px;
padding: 1.2em 0.4em 0.0em 0.4em;
height: 127px !important;
background-size: 100%;
}
/* Wrapper */
#wrapper {
padding: 3em 0em 3em 0em;
}
.homepage #wrapper {
padding: 0em 0em 3em 0em;
background: #181719 url(images/bg01.png) repeat-x;
}
/* Main */
#main .button {
margin-top: 2em;
}
/* Content */
#content header h2 {
font-size: 2.1em;
}
#content header .byline {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
/* Sidebar */
#sidebar section, #sidebar2 section {
margin-bottom: 4em !important;
}
#sidebar section:last-child, #sidebar2 section:last-child {
margin-bottom: 0em !important;
}
/* Featured */
#featured .image-border {
width: 100% !important;
padding: 8% 9% 8% 9%;
}
/* Extra #1 */
#extra .content {
padding: 3em 2.2em 3.5em 2.2em;
}
#extra .button {
margin-top: 2.50em;
}
#extra ul {
text-align: center;
}
#extra ul li {
display: block;
float: none;
width: 100%;
}
#extra ul img {
border-radius: 6px 6px 0px 0px;
}
/* Extra #2 */
#extra2 {
padding: 4em 0em 2em 0em;
text-align: center;
}
#extra2 header {
margin-bottom: 0;
padding-right: 0;
}
/* Newsletter */
#newsletter {
padding: 3em 0em 1.5em 0em;
}
#newsletter section {
text-align: center;
}
#newsletter span {
padding-bottom: 1em !important;
}
/* Contact */
#contact {
padding: 4em 0em 3em 0em;
}
#contact ul {
position: relative;
}
#contact li {
display: block;
width: 100% !important;
margin-top: 2em;
padding: 0;
}
#contact li:first-child {
margin-top: 0;
}
/* Device Image */
#box1 {
position: relative;
width: 220px;
height: 140px !important;
left: 50%;
margin-left: -110px;
margin-bottom: 0em !important;
}
#box2 {
display: block;
width: 100% !important;
height: 140px !important;
background-size: auto 100%;
padding: 12px 18px 0px 18px !important;
}
#box3 {
display: block;
left: -.90em;
bottom: 0;
width: 50px;
height: 85px;
background-size: auto 100%;
padding: 14px 5px 0px 5px;
}
/* Off-Canvas Navigation */
#page-wrapper {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
padding-bottom: 1px;
}
#titleBar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
display: block;
height: 44px;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
background: none;
}
#titleBar .toggle {
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 60px;
}
#titleBar .toggle:before {
content: '';
position: absolute;
left: 7px;
top: 7px;
background: rgba(0, 0, 0, 0.2);
width: 60px;
height: 44px;
border-radius: 4px;
}
#titleBar .toggle:after {
content: '';
display: block;
width: 20px;
height: 12px;
position: absolute;
left: 28px;
top: 23px;
background: url("images/toggle.svg") 0px 0px no-repeat;
opacity: 0.7;
}
#titleBar .toggle:active:after {
opacity: 0.9;
}
#navPanel {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translateX(-275px);
-webkit-transform: translateX(-275px);
-ms-transform: translateX(-275px);
transform: translateX(-275px);
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
display: block;
height: 100%;
left: 0;
overflow-y: auto;
position: fixed;
top: 0;
width: 275px;
z-index: 10002;
background: #1d1d1d;
}
#navPanel .link {
display: block;
color: #888;
text-decoration: none;
height: 44px;
line-height: 44px;
border-top: solid 1px rgba(255, 255, 255, 0.05);
padding: 0 1em 0 1em;
}
#navPanel .link.depth-0 {
color: #fff;
}
#navPanel .indent-1 {
display: inline-block;
width: 1em;
}
#navPanel .indent-2 {
display: inline-block;
width: 2em;
}
#navPanel .indent-3 {
display: inline-block;
width: 3em;
}
#navPanel .indent-4 {
display: inline-block;
width: 4em;
}
#navPanel .indent-5 {
display: inline-block;
width: 5em;
}
#navPanel .depth-0 {
color: #fff;
}
body.navPanel-visible #page-wrapper {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}
body.navPanel-visible #titleBar {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}
body.navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
} | 0.302082 | 0.104614 |
.app {
padding: 0rem;
}
#menu {
background-color: #fff;
box-shadow: 0 0 5px #000;
height: 60px;
width: 100%;
position: fixed;
z-index: 999;
}
#menu #back-button {
display: inline-block;
margin: 20px 0 0 20px;
float: left;
}
#menu #available-steps {
float: right;
margin: 20px 20px 0 0;
display: inline-block;
}
/* Home */
.page {
padding-top: 80px;
overflow: hidden;
}
.page#home {
text-align: center;
}
.description {
}
.event {
display: none;
color:#fff;
font-size:12px;
padding:3px 7px;
background-color:#333;
}
@keyframes fade {
from { opacity: 0.3; }
50% { opacity: 0.2; }
to { opacity: 0.3; }
}
@-webkit-keyframes fade {
from { opacity: 0.3; }
50% { opacity: 0.2; }
to { opacity: 0.3; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
/* Collections */
.page#collections a {
height: 150px;
background-color: orange;
margin-bottom: 20px;
text-decoration: none;
font-size: 1rem;
padding-bottom: 20px;
}
.page#collections a span {
font-size: 2.5rem;
font-weight: 700;
margin: 0 15px 0 20px;
}
.page#collections a i {
display: block;
color: rgba(0,0,0,0.3);
margin: 0 20px;
}
/* Item list */
#item-list, #item-list li h4 {
position: relative;
}
#item-list li {
list-style: none;
position: relative;
}
#item-list li .item-description {
line-height: 1.2;
margin: 10px 0 50px 0;
padding-right: 20px
}
#item-list li .item-description span {
display: block;
font-style: italic;
margin-top: 5px;
}
#item-list li .item-description span:first-child {
margin-top: 15px;
}
#item-list li .item-description span img {
height: 20px;
margin-right: 10px;
}
#item-list li .item-button {
text-decoration: none;
background-color: #00a0b0;
display: inline-block;
padding: 5px 10px;
text-transform: uppercase;
font-size:.75em;
font-weight: bold;
margin-top: 15px;
border: none;
color: #fff;
}
#item-list li .item-button:disabled {
background-color: #c7c8ca;
color: #939598;
}
#item-list li:not(:last-child):before {
content:'';
position: absolute;
height: 130%;
left: -35px;
top: 0;
bottom: -40px;
width: 5px;
background-color: #000;
}
#item-list li:last-child:before {
content:'';
position: absolute;
height: 100%;
left: -35px;
top: 0;
bottom: -40px;
width: 5px;
background-color: #000;
}
#item-list li h4:before {
content: '';
width: 30px;
height: 30px;
border-radius: 20px;
background-color: #E4E4E4;
border: solid 2px #000;
position: absolute;
left:-50px;
z-index: 1;
top: -5px;
}
#item-list li.achieved:before {
background-color: #00a0b0;
}
#item-list li.achieved h4:before {
border-color: #00a0b0;
}
#purchase {
text-align: center;
}
#purchase input {
margin-top: 200px;
font-size: 2rem;
} | app/www/css/index.css | .app {
padding: 0rem;
}
#menu {
background-color: #fff;
box-shadow: 0 0 5px #000;
height: 60px;
width: 100%;
position: fixed;
z-index: 999;
}
#menu #back-button {
display: inline-block;
margin: 20px 0 0 20px;
float: left;
}
#menu #available-steps {
float: right;
margin: 20px 20px 0 0;
display: inline-block;
}
/* Home */
.page {
padding-top: 80px;
overflow: hidden;
}
.page#home {
text-align: center;
}
.description {
}
.event {
display: none;
color:#fff;
font-size:12px;
padding:3px 7px;
background-color:#333;
}
@keyframes fade {
from { opacity: 0.3; }
50% { opacity: 0.2; }
to { opacity: 0.3; }
}
@-webkit-keyframes fade {
from { opacity: 0.3; }
50% { opacity: 0.2; }
to { opacity: 0.3; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
/* Collections */
.page#collections a {
height: 150px;
background-color: orange;
margin-bottom: 20px;
text-decoration: none;
font-size: 1rem;
padding-bottom: 20px;
}
.page#collections a span {
font-size: 2.5rem;
font-weight: 700;
margin: 0 15px 0 20px;
}
.page#collections a i {
display: block;
color: rgba(0,0,0,0.3);
margin: 0 20px;
}
/* Item list */
#item-list, #item-list li h4 {
position: relative;
}
#item-list li {
list-style: none;
position: relative;
}
#item-list li .item-description {
line-height: 1.2;
margin: 10px 0 50px 0;
padding-right: 20px
}
#item-list li .item-description span {
display: block;
font-style: italic;
margin-top: 5px;
}
#item-list li .item-description span:first-child {
margin-top: 15px;
}
#item-list li .item-description span img {
height: 20px;
margin-right: 10px;
}
#item-list li .item-button {
text-decoration: none;
background-color: #00a0b0;
display: inline-block;
padding: 5px 10px;
text-transform: uppercase;
font-size:.75em;
font-weight: bold;
margin-top: 15px;
border: none;
color: #fff;
}
#item-list li .item-button:disabled {
background-color: #c7c8ca;
color: #939598;
}
#item-list li:not(:last-child):before {
content:'';
position: absolute;
height: 130%;
left: -35px;
top: 0;
bottom: -40px;
width: 5px;
background-color: #000;
}
#item-list li:last-child:before {
content:'';
position: absolute;
height: 100%;
left: -35px;
top: 0;
bottom: -40px;
width: 5px;
background-color: #000;
}
#item-list li h4:before {
content: '';
width: 30px;
height: 30px;
border-radius: 20px;
background-color: #E4E4E4;
border: solid 2px #000;
position: absolute;
left:-50px;
z-index: 1;
top: -5px;
}
#item-list li.achieved:before {
background-color: #00a0b0;
}
#item-list li.achieved h4:before {
border-color: #00a0b0;
}
#purchase {
text-align: center;
}
#purchase input {
margin-top: 200px;
font-size: 2rem;
} | 0.318591 | 0.08163 |
http://meyerweb.com/eric/tools/css/reset/
v2.0b1 | 201101 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Meyer's reset ends here */
/* base.css, part of YUI's CSS Foundation */
h1,h2,h3 {
/* top & bottom margin based on font size */
margin: 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
/*bringing boldness back to headers and the strong element*/
font-weight: bold;
}
abbr,acronym {
/*indicating to users that more info is available */
border-bottom: 1px dotted #000;
cursor: help;
}
em {
/*bringing italics back to the em element*/
font-style: italic;
}
blockquote,ul,ol,dl {
/*giving blockquotes and lists room to breath*/
margin: 1em;
}
ol,ul,dl {
/*bringing lists on to the page with breathing room */
margin-left: 2em;
}
ol li {
/*giving OL's LIs generated numbers*/
list-style: decimal outside;
}
ul li {
/*giving UL's LIs generated disc markers*/
list-style: disc outside;
}
dl dd {
/*giving UL's LIs generated numbers*/
margin-left: 1em;
}
th,td {
/*borders and padding to make the table readable*/
border: 1px solid #000;
padding: .5em;
}
th {
/*distinguishing table headers from data cells*/
font-weight: bold;
text-align: center;
}
caption {
/*coordinated marking to match cell's padding*/
margin-bottom: .5em;
/*centered so it doesn't blend in to other content*/
text-align: center;
}
p,fieldset,table {
/*so things don't run into each other*/
margin-bottom: 1em;
}
/* base.css ends here */
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 62.5%;
color: #222;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.6em;
}
h3 {
font-size: 1.4em;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map-canvas {
height: 500px;
}
.slider-amount {
border: 0;
color: #06c;
font-weight: bold;
}
#home {
display: table;
}
#hd1 {
border-bottom: 2em solid #6699ff;
height: 11em;
}
#hd1 #hlogo {
float: left;
height: 90px;
margin-top: 10px;
width: 368px;
}
#hlogo a {
background-position: 0 0;
background-image: url(/img/logo.png);
display: block;
float: left;
height: 90px;
text-indent: -999999em;
width: 368px;
}
#hd1 #search {
float: left;
margin-top: 10px;
padding: 28px 0 20px 5px;
}
#address{
border: 1px solid #ddd;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
padding: 0.4em;
width: 22.4em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
}
#main {
margin-left: 40em;
}
aside {
left: 0;
position: absolute;
top: 13em;
width: 40em;
}
aside fieldset {
padding: 2em 2em 0 2em;
margin: 0;
}
#propertyList {
padding: 0 2em;
overflow: auto;
}
#loading {
background: url(/img/preloader.gif) #fff no-repeat 38em 0.5em;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
position: absolute;
top: 0;
left: 0;
width: 40em;
}
.formUiContainer {
margin-bottom: 2em;
}
.facebook-share {
height: 4em;
width: 36em;
}
#agencyContainer .ui-state-active,
#agencyContainer .ui-widget-content .ui-state-active,
#agencyContainer .ui-widget-header .ui-state-active {
background-image: url('/css/custom-jquery-ui/images/ui-bg_glass_65_0066cc_1x400.png');
background-color: #06c;
}
.property {
outline: 1px solid #ddd;
border-top: 1px solid #fff;
border-left: 1px solid #c06;
padding: 0.5em 1em;
background: #f0f0f0;
margin: 0.1em 0.1em 0.5em;
}
.property.agency {
border-left: 1px solid #06c;
}
#map-canvas .property {
margin: 1px;
}
.property a {
text-decoration: none;
font-weight: bold;
color: #06c;
}
.property a:visited {
color: #7ac;
}
.property a:hover {
color: #c06;
}
.property .pic {
float: left;
margin-top: 0.5em;
}
.property .pic img {
width: 64px;
}
.property .content {
margin-left: 74px;
min-height: 64px;
}
.property .content h2,
.property .content p {
margin: 0;
line-height: 1.4em;
}
.property .content .old {
color: #999;
} | web/css/screen.css | http://meyerweb.com/eric/tools/css/reset/
v2.0b1 | 201101 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Meyer's reset ends here */
/* base.css, part of YUI's CSS Foundation */
h1,h2,h3 {
/* top & bottom margin based on font size */
margin: 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
/*bringing boldness back to headers and the strong element*/
font-weight: bold;
}
abbr,acronym {
/*indicating to users that more info is available */
border-bottom: 1px dotted #000;
cursor: help;
}
em {
/*bringing italics back to the em element*/
font-style: italic;
}
blockquote,ul,ol,dl {
/*giving blockquotes and lists room to breath*/
margin: 1em;
}
ol,ul,dl {
/*bringing lists on to the page with breathing room */
margin-left: 2em;
}
ol li {
/*giving OL's LIs generated numbers*/
list-style: decimal outside;
}
ul li {
/*giving UL's LIs generated disc markers*/
list-style: disc outside;
}
dl dd {
/*giving UL's LIs generated numbers*/
margin-left: 1em;
}
th,td {
/*borders and padding to make the table readable*/
border: 1px solid #000;
padding: .5em;
}
th {
/*distinguishing table headers from data cells*/
font-weight: bold;
text-align: center;
}
caption {
/*coordinated marking to match cell's padding*/
margin-bottom: .5em;
/*centered so it doesn't blend in to other content*/
text-align: center;
}
p,fieldset,table {
/*so things don't run into each other*/
margin-bottom: 1em;
}
/* base.css ends here */
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 62.5%;
color: #222;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.6em;
}
h3 {
font-size: 1.4em;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map-canvas {
height: 500px;
}
.slider-amount {
border: 0;
color: #06c;
font-weight: bold;
}
#home {
display: table;
}
#hd1 {
border-bottom: 2em solid #6699ff;
height: 11em;
}
#hd1 #hlogo {
float: left;
height: 90px;
margin-top: 10px;
width: 368px;
}
#hlogo a {
background-position: 0 0;
background-image: url(/img/logo.png);
display: block;
float: left;
height: 90px;
text-indent: -999999em;
width: 368px;
}
#hd1 #search {
float: left;
margin-top: 10px;
padding: 28px 0 20px 5px;
}
#address{
border: 1px solid #ddd;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
padding: 0.4em;
width: 22.4em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
}
#main {
margin-left: 40em;
}
aside {
left: 0;
position: absolute;
top: 13em;
width: 40em;
}
aside fieldset {
padding: 2em 2em 0 2em;
margin: 0;
}
#propertyList {
padding: 0 2em;
overflow: auto;
}
#loading {
background: url(/img/preloader.gif) #fff no-repeat 38em 0.5em;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
position: absolute;
top: 0;
left: 0;
width: 40em;
}
.formUiContainer {
margin-bottom: 2em;
}
.facebook-share {
height: 4em;
width: 36em;
}
#agencyContainer .ui-state-active,
#agencyContainer .ui-widget-content .ui-state-active,
#agencyContainer .ui-widget-header .ui-state-active {
background-image: url('/css/custom-jquery-ui/images/ui-bg_glass_65_0066cc_1x400.png');
background-color: #06c;
}
.property {
outline: 1px solid #ddd;
border-top: 1px solid #fff;
border-left: 1px solid #c06;
padding: 0.5em 1em;
background: #f0f0f0;
margin: 0.1em 0.1em 0.5em;
}
.property.agency {
border-left: 1px solid #06c;
}
#map-canvas .property {
margin: 1px;
}
.property a {
text-decoration: none;
font-weight: bold;
color: #06c;
}
.property a:visited {
color: #7ac;
}
.property a:hover {
color: #c06;
}
.property .pic {
float: left;
margin-top: 0.5em;
}
.property .pic img {
width: 64px;
}
.property .content {
margin-left: 74px;
min-height: 64px;
}
.property .content h2,
.property .content p {
margin: 0;
line-height: 1.4em;
}
.property .content .old {
color: #999;
} | 0.282394 | 0.089375 |
.container-100 {
margin: 0 auto;
max-width: 100rem;
}
.container-120 {
margin: 0 auto;
max-width: 120rem;
}
.container-140 {
margin: 0 auto;
max-width: 140rem;
}
@keyframes circle_animation_general {
0% {
d: path("M60.3,-27.3C65.3,-4.1,47.7,18.7,26.7,33.2C5.6,47.7,-19,53.8,-32,44.3C-45,34.8,-46.4,9.6,-39.1,-16.6C-31.9,-42.9,-15.9,-70.3,5.9,-72.2C27.6,-74.1,55.3,-50.5,60.3,-27.3Z");
}
25% {
d: path("M66,-23.2C72.8,-0.6,56.7,27.6,32.5,45.4C8.2,63.2,-24.2,70.5,-44.6,56.8C-65,43,-73.5,8.2,-64,-18C-54.6,-44.2,-27.3,-61.9,1.2,-62.2C29.6,-62.6,59.3,-45.8,66,-23.2Z");
}
50% {
d: path("M41.1,-9.8C48.2,8.3,45.2,33.3,30.3,44.9C15.3,56.5,-11.7,54.9,-27,42.5C-42.3,30.1,-46,7,-39.6,-10.3C-33.1,-27.6,-16.6,-39.1,0.2,-39.2C17,-39.3,34.1,-27.9,41.1,-9.8Z");
}
75% {
d: path("M68.2,-17.3C76.6,3.7,63.5,36.6,40.7,52.2C17.9,67.9,-14.6,66.3,-31.9,51.9C-49.1,37.4,-51.2,10.1,-43.4,-10.2C-35.5,-30.5,-17.8,-43.7,6.1,-45.6C29.9,-47.6,59.8,-38.4,68.2,-17.3Z");
}
}
.who-we__btn {
font-size: 1.5rem;
color: #02a589;
text-transform: capitalize;
}
.header {
height: 75vh;
width: 100%;
position: relative;
}
.header .header-cont {
height: 8rem;
display: flex;
justify-content: space-between;
}
.header .header-cont__nav {
z-index: 1000;
display: flex;
justify-content: start;
align-items: center;
}
.header .title-page {
font-size: 4rem;
font-weight: 500;
color: #02a589;
}
.header .nav {
background-color: #ffffff;
margin-left: 5rem;
width: 50rem;
}
.header .nav ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.header .nav ul .nav-list {
font-size: 1.5rem;
letter-spacing: 0.25rem;
text-transform: capitalize;
position: relative;
font-weight: 500;
}
.header .nav ul .nav-list .nav-link {
color: #B2B2B2;
transition: 0.3s ease-in-out;
}
.header .nav ul .nav-list .nav-link:hover {
color: #000000;
}
.header .nav ul .nav-list:before {
content: "";
position: absolute;
bottom: -0.5rem;
left: 0;
width: 0%;
height: 0.3rem;
transition: 0.5s ease-in-out;
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
}
.header .nav ul .nav-list:hover:before {
width: 100%;
}
.item-adic {
z-index: 1000;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.item-adic .adic-form__search {
display: flex;
justify-content: space-between;
align-items: center;
}
.item-adic .adic-form__search .adic-cont__input {
position: relative;
}
.item-adic .adic-form__search label {
cursor: pointer;
margin-right: 1rem;
}
.item-adic .adic-form__search input {
display: block;
width: 0rem;
transition: 0.3s ease-in-out;
}
.item-adic .adic-form__search input::placeholder {
text-transform: capitalize;
}
.item-adic .adic-form__search input:focus {
width: 20rem;
margin-right: 5rem;
}
.item-adic .adic-form__search .adict-line__decoration {
content: "";
width: 0rem;
right: 0;
bottom: -0.3rem;
position: absolute;
height: 0.3rem;
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
display: block;
transition: 0.3s ease-in-out;
}
.item-adic .adic-form__search input:focus + .adict-line__decoration {
width: 20rem;
margin-right: 5rem;
}
.item-adic .adic-form__search .adict-button {
overflow: hidden;
background: linear-gradient(119deg, #00ffa6 0%, #00d474 100%);
text-transform: capitalize;
border-radius: 0.5rem;
color: #ffffff;
width: 0rem;
height: auto;
padding: 0rem;
position: absolute;
bottom: 0;
top: -0.5rem;
right: -1rem;
transition: 0.3s ease-in-out;
z-index: 100;
}
.item-adic .adic-form__search .adict-button:hover {
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
}
.item-adic .adic-form__search input:focus ~ .adict-button {
width: 5rem;
}
.item-adic .line-sep {
display: block;
width: 0.2rem;
height: 2.6rem;
margin: 0rem 2rem;
background-color: #B2B2B2;
}
.item-adic .adic-selec__lang {
border: none;
text-transform: uppercase;
border-radius: 0.5rem;
outline: none;
cursor: pointer;
}
.item-adic .login {
overflow: hidden;
background: #e8f7f6;
text-transform: capitalize;
border-radius: 0.5rem;
color: #02a589;
width: 8rem;
height: 2.7rem;
padding: 0.5rem 1.5rem;
text-align: center;
font-size: 1.25rem;
letter-spacing: 0.18rem;
margin-left: 1rem;
transform: scale(1);
transition: 0.3s ease-in-out;
font-weight: 900;
}
.item-adic .login:hover {
transform: scale(1.05);
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
color: #ffffff;
}
.hero-main {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.hero-main .hero-cont {
height: 100vh;
display: flex;
justify-content: space-between;
align-items: center;
}
.hero-main .hero-cont .hero-info {
max-width: 45rem;
height: auto;
}
.hero-main .hero-cont .hero-info h1 {
font-size: 4vmax;
margin: 0;
color: #02a589;
text-transform: capitalize;
}
.hero-main .hero-cont .hero-info p {
font-size: 1.2vmax;
letter-spacing: 0.2rem;
line-height: 2.5rem;
color: #858585;
}
.hero-main .hero-cont .hero-info .btn-get {
overflow: hidden;
background: #02a589;
text-transform: capitalize;
border-radius: 2rem;
color: #ffff;
width: auto;
height: auto;
padding: 1rem 2rem;
font-size: 1.5vmax;
transition: 0.3s ease-in-out;
transform: scale(1);
}
.hero-main .hero-cont .hero-info .btn-get:hover {
background: #00947b;
transform: scale(1.03);
}
.hero-main .hero-draw {
width: 60rem;
height: 60rem;
}
.we-section {
display: flex;
justify-content: space-between;
align-items: center;
height: 100vh;
position: relative;
}
.we-section .we-item__one {
display: grid;
justify-content: center;
gap: 1rem;
grid-template-rows: repeat(2, 20rem);
grid-template-columns: repeat(3, 1fr);
align-items: center;
}
.we-section .we-item__one .we-item__card {
border-radius: 1rem;
background-color: #ffffff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.we-section .we-item__one .we-item__card .we-item__info {
display: flex;
justify-content: center;
align-items: center;
height: 20rem;
width: 18rem;
}
.we-section .we-item__one .we-item__card .we-item__info .item-card__direct i {
font-size: 4.5vmax;
color: #00947b;
}
.we-section .we-item__one .we-item__card .we-item__info .item-card__direct h3 {
color: #00947b;
text-transform: uppercase;
text-align: center;
}
.we-section .we-item__one .we-item__card:nth-child(1) {
grid-row: 1/3;
align-content: center;
}
.we-section .we-item__one .we-item__card:nth-child(3) {
grid-row: 1/3;
grid-column: 3/4;
}
.we-section .we-item__one .we-item__card:nth-child(4) {
grid-column: 2/3;
background-color: #00947b;
}
.we-section .we-item__one .we-item__card:nth-child(4) .item-card__direct i {
font-size: 4.5vmax;
color: #fff;
}
.we-section .we-item__one .we-item__card:nth-child(4) .item-card__direct h3 {
color: #fff;
text-transform: uppercase;
text-align: center;
}
.we-section .circle-animation_1 {
position: absolute;
bottom: 0;
top: 0;
margin: auto 0;
width: 60rem;
height: 60rem;
z-index: -1000;
left: -15rem;
}
.we-section .circle-animation_1 path {
animation: 20s ease-in-out infinite circle_animation_general;
}
.we-section .who-we .who-we__cont {
width: 50rem;
}
.we-section .who-we .who-we__cont h2 {
color: #000000b0;
font-size: 2.5vmax;
text-transform: capitalize;
}
.we-section .who-we .who-we__cont h2 span {
color: #02a589;
}
.we-section .who-we .who-we__cont p {
line-height: 2.5rem;
font-size: 1.7rem;
color: #858585;
}
.meet {
display: flex;
justify-content: space-between;
align-items: center;
height: 70vh;
position: relative;
width: 100%;
}
.meet .meet-art {
width: 50rem;
}
.meet .meet-art h3 {
color: #000000b0;
font-size: 2.5vmax;
text-transform: capitalize;
}
.meet .meet-art p {
font-size: 1.7rem;
color: #858585;
line-height: 2.5rem;
}
.meet .meet-grid {
display: grid;
justify-content: center;
gap: 1rem;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1.5rem;
}
.meet .meet-grid .meet-item .meet-item__card {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 1rem;
padding: 2rem 2rem 0rem 2rem;
height: 100%;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil img, .meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp {
border-radius: 50%;
width: 10rem;
height: 10rem;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp {
font-size: 5rem;
margin: 0;
text-align: center;
margin: auto 0;
height: auto;
width: 10rem;
padding: 2rem 1rem;
border-radius: 100%;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-title__card {
font-size: 1.2rem;
text-transform: capitalize;
color: #858585;
width: 70%;
text-align: center;
margin: 0 auto;
margin-top: 2rem;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp-1 {
color: #00947b;
background-color: #00947b31;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp-2 {
color: #EBA60B;
background-color: #eba80b59;
}
.meet .meet-grid .meet-item:nth-child(1) {
grid-row: 1/3;
align-self: center;
}
.meet .meet-grid .meet-card__footer {
display: flex;
justify-content: space-evenly;
align-items: center;
margin-top: 1.5rem;
padding: 1rem 0rem;
}
.meet .circle-animation_2 {
position: absolute;
bottom: 0;
top: 0;
margin: auto 0;
width: 60rem;
height: 60rem;
z-index: -1000;
right: -15rem;
}
.meet .circle-animation_2 path {
animation: 20s ease-in-out infinite circle_animation_general;
}
.meet .i-icon-1 {
display: inline-block;
border-radius: 1.7rem;
font-size: 2.3rem;
color: #6863f78f;
transform: scale(1);
transition: 0.3s ease-in-out;
}
.meet .i-icon-1:hover {
transform: scale(1.1);
}
.meet .i-icon-2 {
display: inline-block;
border-radius: 1.7rem;
font-size: 2.3rem;
color: #00947b31;
transform: scale(1);
transition: 0.3s ease-in-out;
}
.meet .i-icon-2:hover {
transform: scale(1.1);
}
.meet .i-icon-3 {
display: inline-block;
border-radius: 1.7rem;
font-size: 2.3rem;
color: #eba80b59;
transform: scale(1);
transition: 0.3s ease-in-out;
}
.meet .i-icon-3:hover {
transform: scale(1.1);
}
.who-img-foot {
width: 50rem;
height: 50rem;
margin-top: -14rem;
}
/*# sourceMappingURL=index.css.map */ | css/index.css | .container-100 {
margin: 0 auto;
max-width: 100rem;
}
.container-120 {
margin: 0 auto;
max-width: 120rem;
}
.container-140 {
margin: 0 auto;
max-width: 140rem;
}
@keyframes circle_animation_general {
0% {
d: path("M60.3,-27.3C65.3,-4.1,47.7,18.7,26.7,33.2C5.6,47.7,-19,53.8,-32,44.3C-45,34.8,-46.4,9.6,-39.1,-16.6C-31.9,-42.9,-15.9,-70.3,5.9,-72.2C27.6,-74.1,55.3,-50.5,60.3,-27.3Z");
}
25% {
d: path("M66,-23.2C72.8,-0.6,56.7,27.6,32.5,45.4C8.2,63.2,-24.2,70.5,-44.6,56.8C-65,43,-73.5,8.2,-64,-18C-54.6,-44.2,-27.3,-61.9,1.2,-62.2C29.6,-62.6,59.3,-45.8,66,-23.2Z");
}
50% {
d: path("M41.1,-9.8C48.2,8.3,45.2,33.3,30.3,44.9C15.3,56.5,-11.7,54.9,-27,42.5C-42.3,30.1,-46,7,-39.6,-10.3C-33.1,-27.6,-16.6,-39.1,0.2,-39.2C17,-39.3,34.1,-27.9,41.1,-9.8Z");
}
75% {
d: path("M68.2,-17.3C76.6,3.7,63.5,36.6,40.7,52.2C17.9,67.9,-14.6,66.3,-31.9,51.9C-49.1,37.4,-51.2,10.1,-43.4,-10.2C-35.5,-30.5,-17.8,-43.7,6.1,-45.6C29.9,-47.6,59.8,-38.4,68.2,-17.3Z");
}
}
.who-we__btn {
font-size: 1.5rem;
color: #02a589;
text-transform: capitalize;
}
.header {
height: 75vh;
width: 100%;
position: relative;
}
.header .header-cont {
height: 8rem;
display: flex;
justify-content: space-between;
}
.header .header-cont__nav {
z-index: 1000;
display: flex;
justify-content: start;
align-items: center;
}
.header .title-page {
font-size: 4rem;
font-weight: 500;
color: #02a589;
}
.header .nav {
background-color: #ffffff;
margin-left: 5rem;
width: 50rem;
}
.header .nav ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.header .nav ul .nav-list {
font-size: 1.5rem;
letter-spacing: 0.25rem;
text-transform: capitalize;
position: relative;
font-weight: 500;
}
.header .nav ul .nav-list .nav-link {
color: #B2B2B2;
transition: 0.3s ease-in-out;
}
.header .nav ul .nav-list .nav-link:hover {
color: #000000;
}
.header .nav ul .nav-list:before {
content: "";
position: absolute;
bottom: -0.5rem;
left: 0;
width: 0%;
height: 0.3rem;
transition: 0.5s ease-in-out;
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
}
.header .nav ul .nav-list:hover:before {
width: 100%;
}
.item-adic {
z-index: 1000;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.item-adic .adic-form__search {
display: flex;
justify-content: space-between;
align-items: center;
}
.item-adic .adic-form__search .adic-cont__input {
position: relative;
}
.item-adic .adic-form__search label {
cursor: pointer;
margin-right: 1rem;
}
.item-adic .adic-form__search input {
display: block;
width: 0rem;
transition: 0.3s ease-in-out;
}
.item-adic .adic-form__search input::placeholder {
text-transform: capitalize;
}
.item-adic .adic-form__search input:focus {
width: 20rem;
margin-right: 5rem;
}
.item-adic .adic-form__search .adict-line__decoration {
content: "";
width: 0rem;
right: 0;
bottom: -0.3rem;
position: absolute;
height: 0.3rem;
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
display: block;
transition: 0.3s ease-in-out;
}
.item-adic .adic-form__search input:focus + .adict-line__decoration {
width: 20rem;
margin-right: 5rem;
}
.item-adic .adic-form__search .adict-button {
overflow: hidden;
background: linear-gradient(119deg, #00ffa6 0%, #00d474 100%);
text-transform: capitalize;
border-radius: 0.5rem;
color: #ffffff;
width: 0rem;
height: auto;
padding: 0rem;
position: absolute;
bottom: 0;
top: -0.5rem;
right: -1rem;
transition: 0.3s ease-in-out;
z-index: 100;
}
.item-adic .adic-form__search .adict-button:hover {
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
}
.item-adic .adic-form__search input:focus ~ .adict-button {
width: 5rem;
}
.item-adic .line-sep {
display: block;
width: 0.2rem;
height: 2.6rem;
margin: 0rem 2rem;
background-color: #B2B2B2;
}
.item-adic .adic-selec__lang {
border: none;
text-transform: uppercase;
border-radius: 0.5rem;
outline: none;
cursor: pointer;
}
.item-adic .login {
overflow: hidden;
background: #e8f7f6;
text-transform: capitalize;
border-radius: 0.5rem;
color: #02a589;
width: 8rem;
height: 2.7rem;
padding: 0.5rem 1.5rem;
text-align: center;
font-size: 1.25rem;
letter-spacing: 0.18rem;
margin-left: 1rem;
transform: scale(1);
transition: 0.3s ease-in-out;
font-weight: 900;
}
.item-adic .login:hover {
transform: scale(1.05);
background: linear-gradient(90deg, rgba(0, 255, 166, 0.3) 0%, #46ee86b3 100%);
color: #ffffff;
}
.hero-main {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.hero-main .hero-cont {
height: 100vh;
display: flex;
justify-content: space-between;
align-items: center;
}
.hero-main .hero-cont .hero-info {
max-width: 45rem;
height: auto;
}
.hero-main .hero-cont .hero-info h1 {
font-size: 4vmax;
margin: 0;
color: #02a589;
text-transform: capitalize;
}
.hero-main .hero-cont .hero-info p {
font-size: 1.2vmax;
letter-spacing: 0.2rem;
line-height: 2.5rem;
color: #858585;
}
.hero-main .hero-cont .hero-info .btn-get {
overflow: hidden;
background: #02a589;
text-transform: capitalize;
border-radius: 2rem;
color: #ffff;
width: auto;
height: auto;
padding: 1rem 2rem;
font-size: 1.5vmax;
transition: 0.3s ease-in-out;
transform: scale(1);
}
.hero-main .hero-cont .hero-info .btn-get:hover {
background: #00947b;
transform: scale(1.03);
}
.hero-main .hero-draw {
width: 60rem;
height: 60rem;
}
.we-section {
display: flex;
justify-content: space-between;
align-items: center;
height: 100vh;
position: relative;
}
.we-section .we-item__one {
display: grid;
justify-content: center;
gap: 1rem;
grid-template-rows: repeat(2, 20rem);
grid-template-columns: repeat(3, 1fr);
align-items: center;
}
.we-section .we-item__one .we-item__card {
border-radius: 1rem;
background-color: #ffffff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.we-section .we-item__one .we-item__card .we-item__info {
display: flex;
justify-content: center;
align-items: center;
height: 20rem;
width: 18rem;
}
.we-section .we-item__one .we-item__card .we-item__info .item-card__direct i {
font-size: 4.5vmax;
color: #00947b;
}
.we-section .we-item__one .we-item__card .we-item__info .item-card__direct h3 {
color: #00947b;
text-transform: uppercase;
text-align: center;
}
.we-section .we-item__one .we-item__card:nth-child(1) {
grid-row: 1/3;
align-content: center;
}
.we-section .we-item__one .we-item__card:nth-child(3) {
grid-row: 1/3;
grid-column: 3/4;
}
.we-section .we-item__one .we-item__card:nth-child(4) {
grid-column: 2/3;
background-color: #00947b;
}
.we-section .we-item__one .we-item__card:nth-child(4) .item-card__direct i {
font-size: 4.5vmax;
color: #fff;
}
.we-section .we-item__one .we-item__card:nth-child(4) .item-card__direct h3 {
color: #fff;
text-transform: uppercase;
text-align: center;
}
.we-section .circle-animation_1 {
position: absolute;
bottom: 0;
top: 0;
margin: auto 0;
width: 60rem;
height: 60rem;
z-index: -1000;
left: -15rem;
}
.we-section .circle-animation_1 path {
animation: 20s ease-in-out infinite circle_animation_general;
}
.we-section .who-we .who-we__cont {
width: 50rem;
}
.we-section .who-we .who-we__cont h2 {
color: #000000b0;
font-size: 2.5vmax;
text-transform: capitalize;
}
.we-section .who-we .who-we__cont h2 span {
color: #02a589;
}
.we-section .who-we .who-we__cont p {
line-height: 2.5rem;
font-size: 1.7rem;
color: #858585;
}
.meet {
display: flex;
justify-content: space-between;
align-items: center;
height: 70vh;
position: relative;
width: 100%;
}
.meet .meet-art {
width: 50rem;
}
.meet .meet-art h3 {
color: #000000b0;
font-size: 2.5vmax;
text-transform: capitalize;
}
.meet .meet-art p {
font-size: 1.7rem;
color: #858585;
line-height: 2.5rem;
}
.meet .meet-grid {
display: grid;
justify-content: center;
gap: 1rem;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1.5rem;
}
.meet .meet-grid .meet-item .meet-item__card {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 1rem;
padding: 2rem 2rem 0rem 2rem;
height: 100%;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil img, .meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp {
border-radius: 50%;
width: 10rem;
height: 10rem;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp {
font-size: 5rem;
margin: 0;
text-align: center;
margin: auto 0;
height: auto;
width: 10rem;
padding: 2rem 1rem;
border-radius: 100%;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-title__card {
font-size: 1.2rem;
text-transform: capitalize;
color: #858585;
width: 70%;
text-align: center;
margin: 0 auto;
margin-top: 2rem;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp-1 {
color: #00947b;
background-color: #00947b31;
}
.meet .meet-grid .meet-item .meet-item__card .meet-perfil .meet-img__temp-2 {
color: #EBA60B;
background-color: #eba80b59;
}
.meet .meet-grid .meet-item:nth-child(1) {
grid-row: 1/3;
align-self: center;
}
.meet .meet-grid .meet-card__footer {
display: flex;
justify-content: space-evenly;
align-items: center;
margin-top: 1.5rem;
padding: 1rem 0rem;
}
.meet .circle-animation_2 {
position: absolute;
bottom: 0;
top: 0;
margin: auto 0;
width: 60rem;
height: 60rem;
z-index: -1000;
right: -15rem;
}
.meet .circle-animation_2 path {
animation: 20s ease-in-out infinite circle_animation_general;
}
.meet .i-icon-1 {
display: inline-block;
border-radius: 1.7rem;
font-size: 2.3rem;
color: #6863f78f;
transform: scale(1);
transition: 0.3s ease-in-out;
}
.meet .i-icon-1:hover {
transform: scale(1.1);
}
.meet .i-icon-2 {
display: inline-block;
border-radius: 1.7rem;
font-size: 2.3rem;
color: #00947b31;
transform: scale(1);
transition: 0.3s ease-in-out;
}
.meet .i-icon-2:hover {
transform: scale(1.1);
}
.meet .i-icon-3 {
display: inline-block;
border-radius: 1.7rem;
font-size: 2.3rem;
color: #eba80b59;
transform: scale(1);
transition: 0.3s ease-in-out;
}
.meet .i-icon-3:hover {
transform: scale(1.1);
}
.who-img-foot {
width: 50rem;
height: 50rem;
margin-top: -14rem;
}
/*# sourceMappingURL=index.css.map */ | 0.529263 | 0.068164 |
* {
scroll-behavior: smooth;
margin: 0;
padding: 0;
}
@font-face {
src: url('../fonts/Abadi.otf');
font-family: Abadi;
}
@font-face {
src: url("../fonts/Abadi MT Condensed Bold.ttf");
font-family: AbadiMT;
}
@font-face {
src: url('../fonts/PoppinsLight.otf');
font-family: Poppins;
}
@font-face {
src: url('../fonts/PoppinsBold.otf');
font-family: PoppinsB;
}
@font-face {
src: url('../fonts/MADETOMMYBold.otf');
font-family: madetommy;
}
@font-face {
src: url('../fonts/PoppinsExtrabold.otf');
font-family: PoppinsEB;
}
@font-face {
src: url('../fonts/PoppinsSemibold.otf');
font-family: PoppinsSB;
}
body {
width: 100%;
color: darkslategrey;
background-color: white;
overflow-x: hidden;
/*overflow-y: hidden;*/
}
.option {
font-family: Poppins !important;
}
::selection {
background: #f5c150;
}
.top-space {
margin-bottom: 15%;
}
/* ul li a:hover::after {
transform: scaleX(0);
transform-origin: left;
} */
/* .navbar-nav {
margin: auto;
} */
.main-logo {
display: none;
}
.upload-button {
display: inline-block;
background-color: #FFA216;
color: white;
padding: 0.5rem;
font-family: madetommy;
border-radius: 1.3rem;
cursor: pointer;
margin-top: 1rem;
width: 40%;
font-size: 16px;
text-align: center;
}
#post-article-button,
#post-merch-button,
#post-member-button {
background-color: #FFA216;
border-radius: 20px 20px 0 0;
border-color: transparent;
cursor: pointer;
color: white;
transition: 0.5s;
text-decoration: none;
font-size: 20px;
font-family: madetommy;
line-height: 38px;
}
.drop-zone {
height: 200px;
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
color: #0a0a0a;
background-color: white;
border-radius: 20px;
}
.drop-zone__input {
display: none;
}
.drop-zone__thumb {
width: 35%;
height: 100%;
border-radius: 10px;
overflow: hidden;
background-color: #FBEFE4;
background-size: cover;
position: relative;
}
.drop-zone__thumb::after {
content: attr(data-label);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 0;
background-color: #FBEFE4;
text-align: center;
}
#post-article-button:target,
#post-merch-button:target,
#post-member-button:target {
background-color: #FBEFE4;
border-radius: 20px 20px 0 0;
border-color: transparent;
cursor: pointer;
color: #FFA216;
transition: 0.5s;
text-decoration: none;
}
#post-article-button {
content: attr('Post an Article');
}
#post-merch-button {
content: attr('Post a New Merch');
}
#post-member-button {
content: attr('Post a New Member');
}
h4 {
line-height: 45px;
}
#subJudulForm {
font-family: madetommy;
font-size: 18px;
line-height: 20px;
color: #545454;
}
.card-title {
font-family: madetommy;
color: #545454;
font-size: 20px;
line-height: 25px;
}
.card-title-profile {
font-family: madetommy;
font-size: 24px;
line-height: 35px;
color: #545454;
padding: 0 12.5% 0 12.5%;
margin-bottom: 0;
}
#card-text {
font-family: PoppinsSB;
font-size: 10px;
line-height: 15px;
color: #FFA216;
text-align: center;
width: 100%;
margin-top: -3px;
position: absolute;
padding: 0 12.5% 0 12.5%;
}
#quote-1 {
font-family: Poppins;
font-size: 12px;
line-height: 18px;
}
.carrot-0 {
color: #FFE2AE;
cursor: pointer;
transition: 0.5s;
margin-top: auto;
margin-bottom: auto;
}
.carrot-1 {
color: #FFA216;
cursor: pointer;
transition: 0.5s;
margin-top: auto;
margin-bottom: auto;
}
.carrot-2 {
cursor: pointer;
transition: 0.5s;
padding-top: auto;
padding-bottom: auto;
}
#back {
background-color: #FBEFE4;
border-radius: 30px;
border-color: transparent;
}
#team-background {
background-image: url('../assets/backgrounds/Cream.png');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 1200px;
margin-top: 100px;
}
.grid-container {
display: inline-grid;
justify-content: center;
grid-template-columns: auto auto auto;
grid-gap: 80px;
padding: 10px;
}
.column {
float: left;
padding: 5px;
margin-block: 5px;
margin-right: 5px;
}
.faqTitle {
display: flex;
align-items: center;
}
.faqNum {
font-size: 50px;
color: #FFA216;
font-family: PoppinsB;
}
.faqNum2 {
font-size: 50px;
color: #FFE2AE;
font-family: PoppinsB;
}
#down-1,
#down-2,
#down-3,
#down-4,
#down-5 {
text-align: justify;
font-family: Poppins;
line-height: 30px;
color: #545454;
}
#back-2 {
background-color: #FFA216;
border-radius: 30px;
border-color: transparent;
}
#back-welcome {
background-image: url('../images/backgrounds/Cream.png');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 20px 20px 20px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.service-card {
background-color: white;
border-color: transparent;
border-radius: 20px 20px 20px 20px;
transition: 0.3s;
box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
Width: 210px;
Height: 315px;
position: relative;
}
.card-story {
height: fit-content;
width: 100%;
border-radius: 17px;
box-shadow: -1.5px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
.card-picture {
width: 100%;
height: 50%;
}
.ourTeam {
width: 100%;
height: 18%;
font-family: madetommy;
font-size: 60px;
line-height: 69px;
color: #545454;
}
#modal-name {
text-align: start;
font-family: madetommy;
font-size: 40px;
color: #545454;
}
#modal-position {
font-family: PoppinsSB;
font-size: 15px;
line-height: 20px;
text-align: start;
color: #FFA216;
width: 100%;
}
.modal-dialog {
max-width: 1100px;
}
.modal-content {
height: 600px;
}
#modal-description {
font-family: madetommy;
font-size: 14px;
line-height: 20px;
letter-spacing: 0em;
text-align: justify;
color: #545454;
width: 95%;
}
#modal-profile-picture {
max-width: 270px;
border-radius: 30px;
}
.panel {
width: 326px;
height: 403px;
}
.volunteer-panel {
background-color: #FBEFE4;
height: 400px;
border-color: transparent;
border-radius: 20px;
height: fit-content;
}
.card {
background-color: white;
border-color: transparent !important;
border-radius: 0 0 30px 30px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: 0.3s;
height: 299px;
}
.carousel-indicators li {
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #FFA216;
}
.buttonWrapper {
float: left;
height: 770px;
width: fit-content;
position: relative;
}
.prevnext {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.logonav {
display: inline-block;
margin-left: 100px;
}
.next {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: flex;
right: 10px;
justify-content: center;
}
.profile-card {
background-color: white;
border-radius: 20px;
border-color: transparent;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
height: 430px;
}
/*.input-icons i {*/
/* position: absolute;*/
/*}*/
#more-top {
background-image: url('../assets/backgrounds/Brown.png');
background-size: cover;
position: absolute;
height: 510px;
}
label:not(:last-child):after {
content: " \2219 ";
color: white;
}
.page {
padding: 12px;
border: solid 1px #FFA216;
color: #FFA216 !important;
border-radius: 5px;
text-decoration: none !important;
transition: 0.5s;
}
.page:hover {
background-color: #FFA216;
color: white !important;
}
.pagination {
justify-content: center;
border-color: #FFA216;
transform: scale(1.2);
}
.pagination>li>a,
.pagination>li>span {
color: #FFA216;
border-color: #FFA216;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
background: lightgrey;
color: #FFA216;
;
}
.pagination>.active>.page-link,
.pagination>.active>span {
background-color: #FFA216;
border-color: #FFA216;
color: white;
}
#scheduleprevnext {
background-color: #FFA216;
border-radius: 25px;
color: white;
cursor: pointer;
transition: 0.5s;
}
#scheduleprevnext:hover {
border: 2px solid #FFA216;
color: #FFA216;
background-color: transparent;
}
.prevnexthp {
display: none;
}
.prevnext,
.aligned {
margin-top: auto;
margin-bottom: auto;
}
.bottom-border {
border: 0 0 0 3px solid #FFA216;
}
.footer-icon {
font-size: x-large;
color: #545454;
padding: 15px;
margin-right: 10px;
border: 3px solid #545454;
border-radius: 30px;
background-color: transparent;
}
.footer-icon:hover {
background-color: #545454;
color: #FFB341;
}
.footer-left {
font-size: larger;
color: #545454;
margin-right: 2px;
background-color: transparent;
}
.form-control-file-center {
content: 'Select some files';
}
@media (max-width: 768px) {
.nav-logo {
display: none;
}
.main-logo {
display: block;
width: 30%;
}
.service-card {
height: 150px;
}
#this::after {
width: 20%;
left: 40%;
}
}
@media (max-width: 576px) {
.prevnext {
display: none;
}
.prevnexthp {
display: block;
}
#post-article-button {
content: 'Article'
}
#post-merch-button {
content: attr('Merch');
}
#post-member-button {
content: attr('Member');
}
.main-logo {
display: block;
width: 45%;
}
.service-card {
height: 100px !important;
}
} | public/css/style.css | * {
scroll-behavior: smooth;
margin: 0;
padding: 0;
}
@font-face {
src: url('../fonts/Abadi.otf');
font-family: Abadi;
}
@font-face {
src: url("../fonts/Abadi MT Condensed Bold.ttf");
font-family: AbadiMT;
}
@font-face {
src: url('../fonts/PoppinsLight.otf');
font-family: Poppins;
}
@font-face {
src: url('../fonts/PoppinsBold.otf');
font-family: PoppinsB;
}
@font-face {
src: url('../fonts/MADETOMMYBold.otf');
font-family: madetommy;
}
@font-face {
src: url('../fonts/PoppinsExtrabold.otf');
font-family: PoppinsEB;
}
@font-face {
src: url('../fonts/PoppinsSemibold.otf');
font-family: PoppinsSB;
}
body {
width: 100%;
color: darkslategrey;
background-color: white;
overflow-x: hidden;
/*overflow-y: hidden;*/
}
.option {
font-family: Poppins !important;
}
::selection {
background: #f5c150;
}
.top-space {
margin-bottom: 15%;
}
/* ul li a:hover::after {
transform: scaleX(0);
transform-origin: left;
} */
/* .navbar-nav {
margin: auto;
} */
.main-logo {
display: none;
}
.upload-button {
display: inline-block;
background-color: #FFA216;
color: white;
padding: 0.5rem;
font-family: madetommy;
border-radius: 1.3rem;
cursor: pointer;
margin-top: 1rem;
width: 40%;
font-size: 16px;
text-align: center;
}
#post-article-button,
#post-merch-button,
#post-member-button {
background-color: #FFA216;
border-radius: 20px 20px 0 0;
border-color: transparent;
cursor: pointer;
color: white;
transition: 0.5s;
text-decoration: none;
font-size: 20px;
font-family: madetommy;
line-height: 38px;
}
.drop-zone {
height: 200px;
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
color: #0a0a0a;
background-color: white;
border-radius: 20px;
}
.drop-zone__input {
display: none;
}
.drop-zone__thumb {
width: 35%;
height: 100%;
border-radius: 10px;
overflow: hidden;
background-color: #FBEFE4;
background-size: cover;
position: relative;
}
.drop-zone__thumb::after {
content: attr(data-label);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 0;
background-color: #FBEFE4;
text-align: center;
}
#post-article-button:target,
#post-merch-button:target,
#post-member-button:target {
background-color: #FBEFE4;
border-radius: 20px 20px 0 0;
border-color: transparent;
cursor: pointer;
color: #FFA216;
transition: 0.5s;
text-decoration: none;
}
#post-article-button {
content: attr('Post an Article');
}
#post-merch-button {
content: attr('Post a New Merch');
}
#post-member-button {
content: attr('Post a New Member');
}
h4 {
line-height: 45px;
}
#subJudulForm {
font-family: madetommy;
font-size: 18px;
line-height: 20px;
color: #545454;
}
.card-title {
font-family: madetommy;
color: #545454;
font-size: 20px;
line-height: 25px;
}
.card-title-profile {
font-family: madetommy;
font-size: 24px;
line-height: 35px;
color: #545454;
padding: 0 12.5% 0 12.5%;
margin-bottom: 0;
}
#card-text {
font-family: PoppinsSB;
font-size: 10px;
line-height: 15px;
color: #FFA216;
text-align: center;
width: 100%;
margin-top: -3px;
position: absolute;
padding: 0 12.5% 0 12.5%;
}
#quote-1 {
font-family: Poppins;
font-size: 12px;
line-height: 18px;
}
.carrot-0 {
color: #FFE2AE;
cursor: pointer;
transition: 0.5s;
margin-top: auto;
margin-bottom: auto;
}
.carrot-1 {
color: #FFA216;
cursor: pointer;
transition: 0.5s;
margin-top: auto;
margin-bottom: auto;
}
.carrot-2 {
cursor: pointer;
transition: 0.5s;
padding-top: auto;
padding-bottom: auto;
}
#back {
background-color: #FBEFE4;
border-radius: 30px;
border-color: transparent;
}
#team-background {
background-image: url('../assets/backgrounds/Cream.png');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 1200px;
margin-top: 100px;
}
.grid-container {
display: inline-grid;
justify-content: center;
grid-template-columns: auto auto auto;
grid-gap: 80px;
padding: 10px;
}
.column {
float: left;
padding: 5px;
margin-block: 5px;
margin-right: 5px;
}
.faqTitle {
display: flex;
align-items: center;
}
.faqNum {
font-size: 50px;
color: #FFA216;
font-family: PoppinsB;
}
.faqNum2 {
font-size: 50px;
color: #FFE2AE;
font-family: PoppinsB;
}
#down-1,
#down-2,
#down-3,
#down-4,
#down-5 {
text-align: justify;
font-family: Poppins;
line-height: 30px;
color: #545454;
}
#back-2 {
background-color: #FFA216;
border-radius: 30px;
border-color: transparent;
}
#back-welcome {
background-image: url('../images/backgrounds/Cream.png');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 20px 20px 20px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.service-card {
background-color: white;
border-color: transparent;
border-radius: 20px 20px 20px 20px;
transition: 0.3s;
box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
Width: 210px;
Height: 315px;
position: relative;
}
.card-story {
height: fit-content;
width: 100%;
border-radius: 17px;
box-shadow: -1.5px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
.card-picture {
width: 100%;
height: 50%;
}
.ourTeam {
width: 100%;
height: 18%;
font-family: madetommy;
font-size: 60px;
line-height: 69px;
color: #545454;
}
#modal-name {
text-align: start;
font-family: madetommy;
font-size: 40px;
color: #545454;
}
#modal-position {
font-family: PoppinsSB;
font-size: 15px;
line-height: 20px;
text-align: start;
color: #FFA216;
width: 100%;
}
.modal-dialog {
max-width: 1100px;
}
.modal-content {
height: 600px;
}
#modal-description {
font-family: madetommy;
font-size: 14px;
line-height: 20px;
letter-spacing: 0em;
text-align: justify;
color: #545454;
width: 95%;
}
#modal-profile-picture {
max-width: 270px;
border-radius: 30px;
}
.panel {
width: 326px;
height: 403px;
}
.volunteer-panel {
background-color: #FBEFE4;
height: 400px;
border-color: transparent;
border-radius: 20px;
height: fit-content;
}
.card {
background-color: white;
border-color: transparent !important;
border-radius: 0 0 30px 30px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: 0.3s;
height: 299px;
}
.carousel-indicators li {
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #FFA216;
}
.buttonWrapper {
float: left;
height: 770px;
width: fit-content;
position: relative;
}
.prevnext {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.logonav {
display: inline-block;
margin-left: 100px;
}
.next {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: flex;
right: 10px;
justify-content: center;
}
.profile-card {
background-color: white;
border-radius: 20px;
border-color: transparent;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
height: 430px;
}
/*.input-icons i {*/
/* position: absolute;*/
/*}*/
#more-top {
background-image: url('../assets/backgrounds/Brown.png');
background-size: cover;
position: absolute;
height: 510px;
}
label:not(:last-child):after {
content: " \2219 ";
color: white;
}
.page {
padding: 12px;
border: solid 1px #FFA216;
color: #FFA216 !important;
border-radius: 5px;
text-decoration: none !important;
transition: 0.5s;
}
.page:hover {
background-color: #FFA216;
color: white !important;
}
.pagination {
justify-content: center;
border-color: #FFA216;
transform: scale(1.2);
}
.pagination>li>a,
.pagination>li>span {
color: #FFA216;
border-color: #FFA216;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
background: lightgrey;
color: #FFA216;
;
}
.pagination>.active>.page-link,
.pagination>.active>span {
background-color: #FFA216;
border-color: #FFA216;
color: white;
}
#scheduleprevnext {
background-color: #FFA216;
border-radius: 25px;
color: white;
cursor: pointer;
transition: 0.5s;
}
#scheduleprevnext:hover {
border: 2px solid #FFA216;
color: #FFA216;
background-color: transparent;
}
.prevnexthp {
display: none;
}
.prevnext,
.aligned {
margin-top: auto;
margin-bottom: auto;
}
.bottom-border {
border: 0 0 0 3px solid #FFA216;
}
.footer-icon {
font-size: x-large;
color: #545454;
padding: 15px;
margin-right: 10px;
border: 3px solid #545454;
border-radius: 30px;
background-color: transparent;
}
.footer-icon:hover {
background-color: #545454;
color: #FFB341;
}
.footer-left {
font-size: larger;
color: #545454;
margin-right: 2px;
background-color: transparent;
}
.form-control-file-center {
content: 'Select some files';
}
@media (max-width: 768px) {
.nav-logo {
display: none;
}
.main-logo {
display: block;
width: 30%;
}
.service-card {
height: 150px;
}
#this::after {
width: 20%;
left: 40%;
}
}
@media (max-width: 576px) {
.prevnext {
display: none;
}
.prevnexthp {
display: block;
}
#post-article-button {
content: 'Article'
}
#post-merch-button {
content: attr('Merch');
}
#post-member-button {
content: attr('Member');
}
.main-logo {
display: block;
width: 45%;
}
.service-card {
height: 100px !important;
}
} | 0.478285 | 0.076615 |
@font-face {
font-family: 'Cormorant Garamond';
font-weight: 400;
src: url(../fonts/CormorantGaramond-Regular.woff);
}
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: url(../fonts/CormorantGaramond-Italic.woff);
}
@font-face {
font-family: 'Cormorant Garamond';
font-weight: 600;
src: url(../fonts/CormorantGaramond-SemiBold.woff);
}
body {
margin: .5em;
font-family: 'Cormorant Garamond', serif;
opacity: 0;
transition: opacity .8s;
font-size: 24px;
font-weight: 400;
}
body:not(.loaded) {
cursor: wait !important;
}
body.loaded {
opacity: 1;
cursor: default;
}
.loading {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.loading div {
display: inline-block;
width: 4px;
height: 4px;
border-radius: 50%;
background: black;
transition: opacity .5s;
}
.loading div:not(:last-child) {
margin-right: 10px;
}
body.loaded .loading {
opacity: 0;
}
::-moz-selection { background: yellow; }
::selection { background: yellow; }
ul {
list-style: none;
margin-bottom: 1em;
max-width:900px;
transition: color .8s;
padding-left: .5em;
}
li {
padding-right: 0;
padding-bottom: .25em;
}
.main-title {
margin-bottom: 1em;
}
p{
margin-top: 0;
}
body.loaded .title {
cursor: none;
}
.content {
padding-top: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
overflow: hidden;
transition: opacity .2s .4s;
}
.content.hidden {
opacity: 0;
transition: opacity .2s;
}
.text{
margin-top: .5em;
margin-bottom: 2em;
padding-right: .5em;
font-size: .8em;
position: relative;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
font-size: 1em;
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
text-indent: 0;
}
a {
color: inherit;
transition: color .4s;
}
.not-ie a {
text-decoration: none;
}
.not-ie a:after{
content: '';
background-image: url(../images/arrow_ne.svg);
background-size: 100% auto;
background-repeat: no-repeat;
background-position: top left;
padding-right: .4em;
top: .2em;
left: 0;
position: relative;
margin-left: .1em;
transition: top .2s, left .2s;
}
.not-ie a:hover:after {
top: .05em;
left: .15em;
}
.not-ie a.internal:after {
background-image: url(../images/arrow_nw.svg);
}
.not-ie a.internal:hover:after {
left: -.15em;
}
a:visited{
color: inherit;
}
a:hover {
/*color: #aaa;*/
}
figure {
margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
}
figure:first-child {
margin-left: 0;
margin-right: 0;
}
img {
max-width: 100%;
max-height: 500px;
}
figcaption {
font-size: 18px;
}
blockquote {
text-indent: -.3em;
margin: 1em .5em;
}
blockquote blockquote {
text-transform: none;
margin: -.5em 0 0 0;
}
#cursor {
position: fixed;
top: 0;
left: 0;
visibility: hidden;
pointer-events: none;
display: none;
width: 13px;
}
.no-touch #cursor {
visibility: visible;
}
sup {
margin-left: .4em;
font-size: .66em;
-moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1;
}
.close {
position: fixed;
top: .5em;
left: .5em;
width: 1em;
height: 1em;
background-image: url(../images/arrow_nw.svg);
background-size: 13px 13px;
background-repeat: no-repeat;
cursor: pointer;
opacity: 0;
pointer-events: none;
transition: opacity .2s;
}
.close.visible {
opacity: 1;
pointer-events: visible;
}
@media screen and (min-width: 768px) {
body {
margin: 1.5em 0.5em;
font-size: 32px;
}
ul {
padding-left: 1em;
}
li {
padding-bottom: .125em;
}
blockquote {
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin bottom: 1em;
}
figure {
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
figure:first-child{
margin-left: 0;
margin-right: 0;
}
.introduction {
font-weight: 600;
}
.text {
font-size: 1em;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
text-indent: 0;
}
a:after {
padding-right: .4em;
padding-bottom: .7em;
}
sup {
font-size: .5em;
}
.close {
top: 1em;
left: 1em;
background-image: url(../images/arrow_nw_large.svg);
background-size: 20px 20px;
}
}
@media screen and (min-width: 1025px) {
body {
font-size: 36px;
}
} | assets/css/index.css | @font-face {
font-family: 'Cormorant Garamond';
font-weight: 400;
src: url(../fonts/CormorantGaramond-Regular.woff);
}
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: url(../fonts/CormorantGaramond-Italic.woff);
}
@font-face {
font-family: 'Cormorant Garamond';
font-weight: 600;
src: url(../fonts/CormorantGaramond-SemiBold.woff);
}
body {
margin: .5em;
font-family: 'Cormorant Garamond', serif;
opacity: 0;
transition: opacity .8s;
font-size: 24px;
font-weight: 400;
}
body:not(.loaded) {
cursor: wait !important;
}
body.loaded {
opacity: 1;
cursor: default;
}
.loading {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.loading div {
display: inline-block;
width: 4px;
height: 4px;
border-radius: 50%;
background: black;
transition: opacity .5s;
}
.loading div:not(:last-child) {
margin-right: 10px;
}
body.loaded .loading {
opacity: 0;
}
::-moz-selection { background: yellow; }
::selection { background: yellow; }
ul {
list-style: none;
margin-bottom: 1em;
max-width:900px;
transition: color .8s;
padding-left: .5em;
}
li {
padding-right: 0;
padding-bottom: .25em;
}
.main-title {
margin-bottom: 1em;
}
p{
margin-top: 0;
}
body.loaded .title {
cursor: none;
}
.content {
padding-top: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
overflow: hidden;
transition: opacity .2s .4s;
}
.content.hidden {
opacity: 0;
transition: opacity .2s;
}
.text{
margin-top: .5em;
margin-bottom: 2em;
padding-right: .5em;
font-size: .8em;
position: relative;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
font-size: 1em;
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
text-indent: 0;
}
a {
color: inherit;
transition: color .4s;
}
.not-ie a {
text-decoration: none;
}
.not-ie a:after{
content: '';
background-image: url(../images/arrow_ne.svg);
background-size: 100% auto;
background-repeat: no-repeat;
background-position: top left;
padding-right: .4em;
top: .2em;
left: 0;
position: relative;
margin-left: .1em;
transition: top .2s, left .2s;
}
.not-ie a:hover:after {
top: .05em;
left: .15em;
}
.not-ie a.internal:after {
background-image: url(../images/arrow_nw.svg);
}
.not-ie a.internal:hover:after {
left: -.15em;
}
a:visited{
color: inherit;
}
a:hover {
/*color: #aaa;*/
}
figure {
margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
}
figure:first-child {
margin-left: 0;
margin-right: 0;
}
img {
max-width: 100%;
max-height: 500px;
}
figcaption {
font-size: 18px;
}
blockquote {
text-indent: -.3em;
margin: 1em .5em;
}
blockquote blockquote {
text-transform: none;
margin: -.5em 0 0 0;
}
#cursor {
position: fixed;
top: 0;
left: 0;
visibility: hidden;
pointer-events: none;
display: none;
width: 13px;
}
.no-touch #cursor {
visibility: visible;
}
sup {
margin-left: .4em;
font-size: .66em;
-moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1;
}
.close {
position: fixed;
top: .5em;
left: .5em;
width: 1em;
height: 1em;
background-image: url(../images/arrow_nw.svg);
background-size: 13px 13px;
background-repeat: no-repeat;
cursor: pointer;
opacity: 0;
pointer-events: none;
transition: opacity .2s;
}
.close.visible {
opacity: 1;
pointer-events: visible;
}
@media screen and (min-width: 768px) {
body {
margin: 1.5em 0.5em;
font-size: 32px;
}
ul {
padding-left: 1em;
}
li {
padding-bottom: .125em;
}
blockquote {
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin bottom: 1em;
}
figure {
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
figure:first-child{
margin-left: 0;
margin-right: 0;
}
.introduction {
font-weight: 600;
}
.text {
font-size: 1em;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
text-indent: 0;
}
a:after {
padding-right: .4em;
padding-bottom: .7em;
}
sup {
font-size: .5em;
}
.close {
top: 1em;
left: 1em;
background-image: url(../images/arrow_nw_large.svg);
background-size: 20px 20px;
}
}
@media screen and (min-width: 1025px) {
body {
font-size: 36px;
}
} | 0.430626 | 0.115411 |
body, textarea, input, pre, code {
font-family: 'Apple SD Gothic', '맑은고딕', 'Nanum Gothic', 'Noto Sans KR', sans-serif;
}
body {
max-width: 100%;
word-break: break-all;
word-wrap: break-word;
margin: 0;
font-size: 0.85rem;
}
select {
padding: 5px;
}
html {
background: #eeeeee;
}
#background {
background: #eeeeee;
}
#main {
margin: auto;
margin-top: -20px;
padding: 20px;
padding-bottom: 20px;
min-height: 350px;
background: white;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#bottom {
width: 100%;
background: #eeeeee;
margin-top: 10px;
padding-bottom: 20px;
}
#bottom_main {
margin: auto;
padding-top: 20px;
}
#tool {
float: right;
border: none;
}
@media (min-width: 780px) and (max-width: 1180px) {
#main {
width: calc(100% - 45px);
}
#top_main, #bottom_main {
width: 90%;
}
.is_mobile {
display: none;
}
}
@media (min-width: 1180px) and (max-width: 2000px) {
#main, #top_main, #bottom_main {
width: 1000px;
}
.is_mobile {
display: none;
}
}
@media (min-width: 2000px) {
#main, #top_main, #bottom_main {
width: 55%;
}
.is_mobile {
display: none;
}
}
@media (max-width: 780px) {
#main {
width: 90%;
border-left: none;
border-right: none;
}
#top_main, #bottom_main {
width: 90%;
}
.not_mobile {
display: none;
}
#tool {
float: none;
width: 90%;
margin-top: 0px;
margin-bottom: 10px;
}
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid gainsboro;
padding-bottom: 10px;
}
#main_top {
width: 100%;
}
/* top */
#top {
width: 100%;
line-height: 50px;
position: relative;
top: 0;
left: 0;
background: #f2a4a4;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#top_main {
margin: auto;
}
#top_tool {
float: right;
color: white;
}
#top_tool_group {
display: inline-block;
margin-right: 10px;
}
#top_tool_cel {
display: inline-block;
margin-right: -12px;
}
.top_in_cel {
padding-left: 10px;
padding-right: 10px;
transition: .2s ease-in-out;
}
.top_in_cel:hover {
background: #f08585;
transition: .2s ease-in-out;
}
#top_in_user {
margin-right: -13px;
}
#tool_cel {
display: inline-block;
}
#top a {
color: white;
display: block;
}
#logo {
display: inline-block;
}
#logo a {
padding-left: 20px;
padding-right: 20px;
font-size: 27px;
font-weight: bold;
}
.cel_in_cel {
padding: 10px;
line-height: initial;
position: absolute;
background: white;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#top .cel_in_cel a {
color: black;
padding-left: 0;
padding-right: 0;
}
/* search */
#search {
display: inline-block;
width: 300px;
}
#search_input {
width: 220px;
height: 35px;
padding-left: 10px;
background-color: white;
border: solid 2px #676767;
color: black;
box-shadow: none;
transition: .2s ease-in-out;
}
#search_input::placeholder {
color: black;
}
#search_input:hover, #search_input:focus {
border: solid 2px #f4aba1;
transition: .2s ease-in-out;
}
#pre_search {
padding: 10px;
border: 1px solid #4a4a4a;
width: 200px;
color: black;
margin-top: 5px;
background: white;
position: absolute;
}
#pre_search a {
color: dodgerblue;
}
#search button {
padding: 0;
border: none;
background: transparent;
box-shadow: none;
color: white;
}
/* content */
a {
color: #2b73c5;
}
#toc {
max-width: 300px;
}
/*
pre, #toc, #cate, #redirect {
border: 1px solid #aaa;
}
/
#redirect, #cate, #toc, blockquote, button#save, button#preview {
border: 0;
padding: 10px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
button#save {
background: #92f7f4;
}
button#preview {
margin-left: 5px;
}
#cate {
background: #ccf5bc;
}
#redirect {
background: #d9edf7;
}
#toc {
background: lightyellow;
padding: 20px;
}
textarea, input, pre {
border: 0;
padding: 5px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
pre {
padding: 10px;
}
#syntax {
background: #f0f0f0;
padding: 5px;
}
#syntax code {
background: transparent;
}
table {
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
button {
border: 0;
padding: 10px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
background: papayawhip;
cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
box-shadow: None;
background: transparent;
}
select {
padding: 0;
padding-left: 5px;
padding-right: 5px;
background: white;
border: 0;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
min-height: 30px;
}
/* nav_bar */
#nav_bar {
z-index: 100;
font-size: 25px;
position: fixed;
bottom: 0;
right: 0;
background: #fa635c;
box-shadow: -1px -1px 4px 0 rgba(0,0,0,0.16), -1px -1px 10px 0 rgba(0,0,0,0.12);
text-align: center;
}
#go_toc {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
width: 25px;
}
#go_top {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
width: 25px;
}
#go_bottom {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
width: 25px;
}
#nav_bar a {
color: white;
}
/* content */
a:hover {
text-decoration: underline;
}
#top a:hover {
text-decoration: none;
}
h1#title {
margin-bottom: 10px;
}
div#last_edit {
margin-bottom: 20px;
}
@media (max-width: 600px) {
#top_tool {
float: none;
display: inline;
}
#top_tool_group {
margin-left: 20px;
}
#search {
width: 100%;
}
#search_input {
width: calc(100% - 60px);
}
}
#titlt_a {
color: initial;
}
blockquote {
background-color: #ffefff;
padding: 15px 40px 15px 15px;
border-left: 4px solid #ffb3ff;
margin-bottom: 20px;
} | views/tenshi/css/main.css | body, textarea, input, pre, code {
font-family: 'Apple SD Gothic', '맑은고딕', 'Nanum Gothic', 'Noto Sans KR', sans-serif;
}
body {
max-width: 100%;
word-break: break-all;
word-wrap: break-word;
margin: 0;
font-size: 0.85rem;
}
select {
padding: 5px;
}
html {
background: #eeeeee;
}
#background {
background: #eeeeee;
}
#main {
margin: auto;
margin-top: -20px;
padding: 20px;
padding-bottom: 20px;
min-height: 350px;
background: white;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#bottom {
width: 100%;
background: #eeeeee;
margin-top: 10px;
padding-bottom: 20px;
}
#bottom_main {
margin: auto;
padding-top: 20px;
}
#tool {
float: right;
border: none;
}
@media (min-width: 780px) and (max-width: 1180px) {
#main {
width: calc(100% - 45px);
}
#top_main, #bottom_main {
width: 90%;
}
.is_mobile {
display: none;
}
}
@media (min-width: 1180px) and (max-width: 2000px) {
#main, #top_main, #bottom_main {
width: 1000px;
}
.is_mobile {
display: none;
}
}
@media (min-width: 2000px) {
#main, #top_main, #bottom_main {
width: 55%;
}
.is_mobile {
display: none;
}
}
@media (max-width: 780px) {
#main {
width: 90%;
border-left: none;
border-right: none;
}
#top_main, #bottom_main {
width: 90%;
}
.not_mobile {
display: none;
}
#tool {
float: none;
width: 90%;
margin-top: 0px;
margin-bottom: 10px;
}
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid gainsboro;
padding-bottom: 10px;
}
#main_top {
width: 100%;
}
/* top */
#top {
width: 100%;
line-height: 50px;
position: relative;
top: 0;
left: 0;
background: #f2a4a4;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#top_main {
margin: auto;
}
#top_tool {
float: right;
color: white;
}
#top_tool_group {
display: inline-block;
margin-right: 10px;
}
#top_tool_cel {
display: inline-block;
margin-right: -12px;
}
.top_in_cel {
padding-left: 10px;
padding-right: 10px;
transition: .2s ease-in-out;
}
.top_in_cel:hover {
background: #f08585;
transition: .2s ease-in-out;
}
#top_in_user {
margin-right: -13px;
}
#tool_cel {
display: inline-block;
}
#top a {
color: white;
display: block;
}
#logo {
display: inline-block;
}
#logo a {
padding-left: 20px;
padding-right: 20px;
font-size: 27px;
font-weight: bold;
}
.cel_in_cel {
padding: 10px;
line-height: initial;
position: absolute;
background: white;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#top .cel_in_cel a {
color: black;
padding-left: 0;
padding-right: 0;
}
/* search */
#search {
display: inline-block;
width: 300px;
}
#search_input {
width: 220px;
height: 35px;
padding-left: 10px;
background-color: white;
border: solid 2px #676767;
color: black;
box-shadow: none;
transition: .2s ease-in-out;
}
#search_input::placeholder {
color: black;
}
#search_input:hover, #search_input:focus {
border: solid 2px #f4aba1;
transition: .2s ease-in-out;
}
#pre_search {
padding: 10px;
border: 1px solid #4a4a4a;
width: 200px;
color: black;
margin-top: 5px;
background: white;
position: absolute;
}
#pre_search a {
color: dodgerblue;
}
#search button {
padding: 0;
border: none;
background: transparent;
box-shadow: none;
color: white;
}
/* content */
a {
color: #2b73c5;
}
#toc {
max-width: 300px;
}
/*
pre, #toc, #cate, #redirect {
border: 1px solid #aaa;
}
/
#redirect, #cate, #toc, blockquote, button#save, button#preview {
border: 0;
padding: 10px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
button#save {
background: #92f7f4;
}
button#preview {
margin-left: 5px;
}
#cate {
background: #ccf5bc;
}
#redirect {
background: #d9edf7;
}
#toc {
background: lightyellow;
padding: 20px;
}
textarea, input, pre {
border: 0;
padding: 5px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
pre {
padding: 10px;
}
#syntax {
background: #f0f0f0;
padding: 5px;
}
#syntax code {
background: transparent;
}
table {
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
button {
border: 0;
padding: 10px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
background: papayawhip;
cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
box-shadow: None;
background: transparent;
}
select {
padding: 0;
padding-left: 5px;
padding-right: 5px;
background: white;
border: 0;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
min-height: 30px;
}
/* nav_bar */
#nav_bar {
z-index: 100;
font-size: 25px;
position: fixed;
bottom: 0;
right: 0;
background: #fa635c;
box-shadow: -1px -1px 4px 0 rgba(0,0,0,0.16), -1px -1px 10px 0 rgba(0,0,0,0.12);
text-align: center;
}
#go_toc {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
width: 25px;
}
#go_top {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
width: 25px;
}
#go_bottom {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
width: 25px;
}
#nav_bar a {
color: white;
}
/* content */
a:hover {
text-decoration: underline;
}
#top a:hover {
text-decoration: none;
}
h1#title {
margin-bottom: 10px;
}
div#last_edit {
margin-bottom: 20px;
}
@media (max-width: 600px) {
#top_tool {
float: none;
display: inline;
}
#top_tool_group {
margin-left: 20px;
}
#search {
width: 100%;
}
#search_input {
width: calc(100% - 60px);
}
}
#titlt_a {
color: initial;
}
blockquote {
background-color: #ffefff;
padding: 15px 40px 15px 15px;
border-left: 4px solid #ffb3ff;
margin-bottom: 20px;
} | 0.350421 | 0.107391 |
html,
body {
font-family: 'Signika', sans-serif;
font-size: 14px;
}
/* Reset Css */
* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
p {
margin: 0;
}
/* Header */
#header {
height: 68px;
border-bottom: 1px solid #ebebeb;
}
.header-content {
display: flex;
justify-content: space-between;
padding: 10px 40px 10px 30px;
}
.logo {
display: flex;
align-items: center;
margin-left: 8px;
}
.logo img {
width: 25px;
margin-right: 10px;
}
.logo h3 {
font-size: 20px;
font-weight: 700;
margin: 0;
color: #03015d;
}
.nav-right .user {
display: flex;
align-items: center;
position: relative;
}
.nav-right .user-info-name {
text-transform: capitalize;
font-size: 20px;
color: #c4c4c4;
margin-right: 50px;
cursor: pointer;
}
.user-info-name i {
margin-left: 15px;
font-size: 16px;
transition: transform 0.3s ease;
}
.user-info-name i.down-icon {
transform: rotate(-180deg);
}
.nav-right .user-info-avatar {
width: 50px;
}
.nav-right .user-info-avatar img {
width: 100%;
height: auto;
border-radius: 5px;
}
.dropdown-menu-user-info {
position: absolute;
left: 0;
top: 50px;
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid #e2e0e0;
display: none;
}
.dropdown-menu-user-info ul li {
padding: 15px 35px;
transition: linear 0.3s;
}
.dropdown-menu-user-info ul li:hover {
background-color: #e2e0e0;
}
.dropdown-menu-user-info-item {
font-size: 14px;
color: #9a9a9a;
}
/* Body content */
#sidebar {
border-right: 1px solid #ebebeb;
padding: 40px 20px;
}
#sidebar .sidebar-title {
margin-bottom: 10px;
padding: 3px 10px;
}
#sidebar .sidebar-title p {
color: #c4c4c4;
font-size: 14px;
font-weight: 600;
}
.sidebar-nav li {
margin-bottom: 10px;
padding: 10px 30px 10px 10px;
transition: linear 0.3s;
display: flex;
}
.sidebar-nav .sidebar-nav-link {
text-decoration: none;
font-size: 16px;
color: #c4c4c4;
}
.sidebar-nav .sidebar-nav-icon {
font-size: 18px;
color: #c4c4c4;
margin-right: 15px;
}
.sidebar-nav li.sidebar-nav-item--active,
.sidebar-nav li.sidebar-nav-item--active .sidebar-nav-link,
.sidebar-nav li.sidebar-nav-item--active .sidebar-nav-icon {
color: #332a7c;
background: #ededf4;
border-radius: 7px;
}
.sidebar-nav li.sidebar-nav-item--active .date-icon {
color: #332a7c;
border: 2px solid #332a7c;
}
.sidebar-nav li:hover {
background: #ededf4;
border-radius: 7px;
}
.date-icon {
width: 17px;
height: 17px;
border: 2px solid #c4c4c4;
line-height: 17px;
text-align: center;
/* display: flex;
align-items: center;
justify-content: center; */
color: #c4c4c4;
margin-right: 15px;
font-size: 10px;
}
.date-icon-nav-mobile {
width: 16px;
height: 16px;
border: 2px solid #c4c4c4;
line-height: 16px;
text-align: center;
/* display: flex;
align-items: center;
justify-content: center; */
color: #c4c4c4;
font-size: 10px;
margin-left: 15px;
}
/* Main content */
#main-content {
padding: 40px 45px;
}
.main-content-head {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
.main-content-head__left {
display: flex;
position: relative;
}
.main-content-head__left-number {
position: absolute;
right: -30px;
bottom: 10px;
font-size: 20px;
color: #c4c4c4;
}
.main-content-head__left-title {
font-size: 47px;
color: #03015d;
font-weight: 700;
}
.main-content-head__right .main-content-head__right--btn-add {
padding: 10px 40px;
font-size: 16px;
font-weight: 600;
background: #03015d;
color: #fff;
}
.main-content-head__right--btn-add-icon {
font-size: 12px;
}
.main-content-body {
margin: 0 -10px;
}
.main-content-body .task-item {
background: #fff;
box-shadow: 0 2px 4px 1px #c7c0c0;
border-radius: 15px;
margin: 0px 10px 20px 10px;
padding: 20px;
}
.task-head {
display: flex;
justify-content: space-between;
}
.task-head .task-title p {
font-size: 20px;
color: #535353;
font-weight: 800;
}
.task-head .task-icon-delete {
font-size: 16px;
color: #535353;
cursor: pointer;
}
.task-body {
height: 110px;
margin-top: 15px;
padding: 0 20px 5px 0;
}
.task-body .task-description {
font-size: 14px;
color: #4e4d4d;
font-weight: 300;
text-align: justify;
}
.task-action {
display: flex;
font-size: 16px;
color: #4a4a4a;
font-weight: 600;
}
.task-action .task-improtance-icon,
.task-action .task-complete-icon {
font-size: 18px;
}
.task-action .task-improtance-icon {
margin-left: 30px;
}
.task-action .task-complete-icon {
margin-left: 20px;
cursor: pointer;
}
.red {
color: red;
}
.green {
color: #37782c;
}
.orange {
color: orange;
}
.gray {
color: #8b8b8b;
}
.main-content-head__right--btn-add-mobile {
display: none;
}
/* Modal Add Task */
.modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
z-index: 1;
visibility: hidden;
opacity: 0;
transition: linear 0.2s;
}
.modal-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
.modal-add-task {
width: 350px;
margin: auto;
background: #fff;
z-index: 5;
border-radius: 10px;
position: relative;
}
.modal-close {
position: absolute;
right: 20px;
top: 15px;
}
.modal-close .modal-close-icon {
font-size: 22px;
color: #c4c4c4;
cursor: pointer;
}
.modal-add-task__form {
padding: 25px;
margin-top: 20px;
}
.modal-add-task__form .form-group {
display: flex;
flex-wrap: wrap;
}
.modal-add-task__form .form-group h3 {
font-size: 19px;
font-weight: 100;
color: #4a4a4a;
margin-bottom: 7px;
}
.modal-add-task__form .form-group .title-input,
.modal-add-task__form .form-group .date-time-input {
padding: 10px;
height: 20px;
}
.modal-add-task__form .form-group .description-input,
.select-important {
padding: 10px;
}
.btn-add-task {
background: #1e1d58;
color: #fff;
width: 100%;
padding: 12px 15px;
}
/* Update Profile */
.update-profile h2 {
font-size: 40px;
color: #03015d;
margin-bottom: 20px;
}
.profile-user__avatar {
width: 80px;
height: 85px;
}
.profile-user__avatar img {
width: 100%;
height: auto;
border-radius: 50%;
}
.update-profile .profile-user .form-group {
width: 40%;
}
.update-profile .profile-user .form-input {
padding: 10px;
height: 25px;
color: #0c0c0c;
font-size: 15px;
}
.update-profile .profile-user .choose-file {
background: #03015d;
padding: 5px 10px;
color: #fff;
border-radius: 5px;
font-size: 12px;
}
.btn-save-profile {
background: #03015d;
color: #fff;
width: 100%;
padding: 13px 10px;
}
/* Responsive */
.nav-bar-mobile {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 60%;
background: #fff;
z-index: 1;
transform: translateX(-100%);
transition: linear 0.2s;
}
.nav-bar-mobile__head {
display: flex;
justify-content: space-between;
padding: 10px;
border-bottom: 1px solid #ebebeb;
}
.nav-bar-mobile-list {
margin-top: 20px;
}
.nav-bar-mobile-list li {
display: flex;
align-items: center;
color: #c4c4c4;
}
.nav-bar-mobile-list li,
.nav-bar-mobile__user-info li {
margin-bottom: 20px;
}
.nav-bar-mobile--link {
color: #c4c4c4;
text-decoration: none;
padding: 10px 15px;
font-size: 16px;
}
.nav-bar-mobile--icon {
margin-right: 15px;
}
.nav-bar-mobile__close-icon {
color: #333;
font-size: 18px;
}
.nav-bar-btn {
display: none;
}
.nav-bar-icon {
font-size: 24px;
color: #03015d;
}
.nav-overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
display: none;
animation: fade-in linear 0.2s;
}
.nav-input {
display: none;
}
.nav-input:checked~.nav-bar-mobile {
transform: translateX(0);
}
.nav-input:checked~.nav-overlay {
display: block;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
ul.nav-bar-mobile__user-info {
border-top: 1px solid #ebebeb;
}
.nav-bar-mobile__user-info li:first-child {
font-size: 18px;
padding: 10px 15px;
border-bottom: 1px solid #ebebeb;
background: #e8dcdc;
} | public/To-do-app/css/style.css | html,
body {
font-family: 'Signika', sans-serif;
font-size: 14px;
}
/* Reset Css */
* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
p {
margin: 0;
}
/* Header */
#header {
height: 68px;
border-bottom: 1px solid #ebebeb;
}
.header-content {
display: flex;
justify-content: space-between;
padding: 10px 40px 10px 30px;
}
.logo {
display: flex;
align-items: center;
margin-left: 8px;
}
.logo img {
width: 25px;
margin-right: 10px;
}
.logo h3 {
font-size: 20px;
font-weight: 700;
margin: 0;
color: #03015d;
}
.nav-right .user {
display: flex;
align-items: center;
position: relative;
}
.nav-right .user-info-name {
text-transform: capitalize;
font-size: 20px;
color: #c4c4c4;
margin-right: 50px;
cursor: pointer;
}
.user-info-name i {
margin-left: 15px;
font-size: 16px;
transition: transform 0.3s ease;
}
.user-info-name i.down-icon {
transform: rotate(-180deg);
}
.nav-right .user-info-avatar {
width: 50px;
}
.nav-right .user-info-avatar img {
width: 100%;
height: auto;
border-radius: 5px;
}
.dropdown-menu-user-info {
position: absolute;
left: 0;
top: 50px;
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid #e2e0e0;
display: none;
}
.dropdown-menu-user-info ul li {
padding: 15px 35px;
transition: linear 0.3s;
}
.dropdown-menu-user-info ul li:hover {
background-color: #e2e0e0;
}
.dropdown-menu-user-info-item {
font-size: 14px;
color: #9a9a9a;
}
/* Body content */
#sidebar {
border-right: 1px solid #ebebeb;
padding: 40px 20px;
}
#sidebar .sidebar-title {
margin-bottom: 10px;
padding: 3px 10px;
}
#sidebar .sidebar-title p {
color: #c4c4c4;
font-size: 14px;
font-weight: 600;
}
.sidebar-nav li {
margin-bottom: 10px;
padding: 10px 30px 10px 10px;
transition: linear 0.3s;
display: flex;
}
.sidebar-nav .sidebar-nav-link {
text-decoration: none;
font-size: 16px;
color: #c4c4c4;
}
.sidebar-nav .sidebar-nav-icon {
font-size: 18px;
color: #c4c4c4;
margin-right: 15px;
}
.sidebar-nav li.sidebar-nav-item--active,
.sidebar-nav li.sidebar-nav-item--active .sidebar-nav-link,
.sidebar-nav li.sidebar-nav-item--active .sidebar-nav-icon {
color: #332a7c;
background: #ededf4;
border-radius: 7px;
}
.sidebar-nav li.sidebar-nav-item--active .date-icon {
color: #332a7c;
border: 2px solid #332a7c;
}
.sidebar-nav li:hover {
background: #ededf4;
border-radius: 7px;
}
.date-icon {
width: 17px;
height: 17px;
border: 2px solid #c4c4c4;
line-height: 17px;
text-align: center;
/* display: flex;
align-items: center;
justify-content: center; */
color: #c4c4c4;
margin-right: 15px;
font-size: 10px;
}
.date-icon-nav-mobile {
width: 16px;
height: 16px;
border: 2px solid #c4c4c4;
line-height: 16px;
text-align: center;
/* display: flex;
align-items: center;
justify-content: center; */
color: #c4c4c4;
font-size: 10px;
margin-left: 15px;
}
/* Main content */
#main-content {
padding: 40px 45px;
}
.main-content-head {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
.main-content-head__left {
display: flex;
position: relative;
}
.main-content-head__left-number {
position: absolute;
right: -30px;
bottom: 10px;
font-size: 20px;
color: #c4c4c4;
}
.main-content-head__left-title {
font-size: 47px;
color: #03015d;
font-weight: 700;
}
.main-content-head__right .main-content-head__right--btn-add {
padding: 10px 40px;
font-size: 16px;
font-weight: 600;
background: #03015d;
color: #fff;
}
.main-content-head__right--btn-add-icon {
font-size: 12px;
}
.main-content-body {
margin: 0 -10px;
}
.main-content-body .task-item {
background: #fff;
box-shadow: 0 2px 4px 1px #c7c0c0;
border-radius: 15px;
margin: 0px 10px 20px 10px;
padding: 20px;
}
.task-head {
display: flex;
justify-content: space-between;
}
.task-head .task-title p {
font-size: 20px;
color: #535353;
font-weight: 800;
}
.task-head .task-icon-delete {
font-size: 16px;
color: #535353;
cursor: pointer;
}
.task-body {
height: 110px;
margin-top: 15px;
padding: 0 20px 5px 0;
}
.task-body .task-description {
font-size: 14px;
color: #4e4d4d;
font-weight: 300;
text-align: justify;
}
.task-action {
display: flex;
font-size: 16px;
color: #4a4a4a;
font-weight: 600;
}
.task-action .task-improtance-icon,
.task-action .task-complete-icon {
font-size: 18px;
}
.task-action .task-improtance-icon {
margin-left: 30px;
}
.task-action .task-complete-icon {
margin-left: 20px;
cursor: pointer;
}
.red {
color: red;
}
.green {
color: #37782c;
}
.orange {
color: orange;
}
.gray {
color: #8b8b8b;
}
.main-content-head__right--btn-add-mobile {
display: none;
}
/* Modal Add Task */
.modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
z-index: 1;
visibility: hidden;
opacity: 0;
transition: linear 0.2s;
}
.modal-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
.modal-add-task {
width: 350px;
margin: auto;
background: #fff;
z-index: 5;
border-radius: 10px;
position: relative;
}
.modal-close {
position: absolute;
right: 20px;
top: 15px;
}
.modal-close .modal-close-icon {
font-size: 22px;
color: #c4c4c4;
cursor: pointer;
}
.modal-add-task__form {
padding: 25px;
margin-top: 20px;
}
.modal-add-task__form .form-group {
display: flex;
flex-wrap: wrap;
}
.modal-add-task__form .form-group h3 {
font-size: 19px;
font-weight: 100;
color: #4a4a4a;
margin-bottom: 7px;
}
.modal-add-task__form .form-group .title-input,
.modal-add-task__form .form-group .date-time-input {
padding: 10px;
height: 20px;
}
.modal-add-task__form .form-group .description-input,
.select-important {
padding: 10px;
}
.btn-add-task {
background: #1e1d58;
color: #fff;
width: 100%;
padding: 12px 15px;
}
/* Update Profile */
.update-profile h2 {
font-size: 40px;
color: #03015d;
margin-bottom: 20px;
}
.profile-user__avatar {
width: 80px;
height: 85px;
}
.profile-user__avatar img {
width: 100%;
height: auto;
border-radius: 50%;
}
.update-profile .profile-user .form-group {
width: 40%;
}
.update-profile .profile-user .form-input {
padding: 10px;
height: 25px;
color: #0c0c0c;
font-size: 15px;
}
.update-profile .profile-user .choose-file {
background: #03015d;
padding: 5px 10px;
color: #fff;
border-radius: 5px;
font-size: 12px;
}
.btn-save-profile {
background: #03015d;
color: #fff;
width: 100%;
padding: 13px 10px;
}
/* Responsive */
.nav-bar-mobile {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 60%;
background: #fff;
z-index: 1;
transform: translateX(-100%);
transition: linear 0.2s;
}
.nav-bar-mobile__head {
display: flex;
justify-content: space-between;
padding: 10px;
border-bottom: 1px solid #ebebeb;
}
.nav-bar-mobile-list {
margin-top: 20px;
}
.nav-bar-mobile-list li {
display: flex;
align-items: center;
color: #c4c4c4;
}
.nav-bar-mobile-list li,
.nav-bar-mobile__user-info li {
margin-bottom: 20px;
}
.nav-bar-mobile--link {
color: #c4c4c4;
text-decoration: none;
padding: 10px 15px;
font-size: 16px;
}
.nav-bar-mobile--icon {
margin-right: 15px;
}
.nav-bar-mobile__close-icon {
color: #333;
font-size: 18px;
}
.nav-bar-btn {
display: none;
}
.nav-bar-icon {
font-size: 24px;
color: #03015d;
}
.nav-overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
display: none;
animation: fade-in linear 0.2s;
}
.nav-input {
display: none;
}
.nav-input:checked~.nav-bar-mobile {
transform: translateX(0);
}
.nav-input:checked~.nav-overlay {
display: block;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
ul.nav-bar-mobile__user-info {
border-top: 1px solid #ebebeb;
}
.nav-bar-mobile__user-info li:first-child {
font-size: 18px;
padding: 10px 15px;
border-bottom: 1px solid #ebebeb;
background: #e8dcdc;
} | 0.485112 | 0.078325 |
:root {
/* color scheme */
--gray: hsl(207, 5%, 33%);
--primary-color: hsl(209, 62%, 14%);
--secondary-color: hsl(211, 45%, 20%);
--primary-accent: hsl(40, 72%, 61%);
--secondary-accent: hsl(32, 100%, 40%);
/* constant sizes */
--nav-size: 50px;
}
html {
box-sizing: border-box;
scroll-behavior: smooth;
}
*,
*::before,
*::after {
box-sizing: inherit;
margin: 0;
padding: 0;
outline: 0;
}
body {
font-family: "Spartan-Light";
letter-spacing: 1px;
color: white;
background-color: black;
overflow-x: hidden;
}
a {
text-decoration: none;
color: white;
}
img {
pointer-events: none;
}
button {
all: unset;
}
.hidden {
display: none;
}
.fade-in {
transition: opacity 0.4s linear, transform 0.5s ease-out;
transform: translateY(50px);
opacity: 0;
}
.fade-in.appear {
transform: translateX(0);
opacity: 1;
}
@media only screen and (hover) {
.mobile-only {
display: none;
}
}
@media not screen and (hover) {
.hover-only {
display: none;
}
}
.button {
background: linear-gradient(
to right,
var(--primary-accent) 25%,
var(--secondary-accent) 75%
);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
@media only screen and (hover) {
.button {
background: linear-gradient(
to right,
var(--primary-accent) 15%,
var(--secondary-accent) 35% 65%,
var(--primary-accent) 85%
);
background-clip: text;
-webkit-background-clip: text;
background-size: 200%;
background-position: left;
transition: background-position 0.5s linear;
cursor: pointer;
}
.button:hover,
.button:focus {
background-position: right;
}
}
/* Heading and text stylings */
.centered-text {
text-align: center;
}
.h1 {
font-family: "Spartan-SemiBold";
letter-spacing: 4px;
width: auto;
font-size: 2.5rem;
}
.h2 {
font-family: "Spartan-Medium";
letter-spacing: 2px;
width: auto;
font-size: 1.5rem;
}
.h2::after {
content: "";
display: block;
border-top: 0.15rem solid var(--primary-accent);
margin-top: 1rem;
}
.h3 {
font-family: "Spartan-Regular";
line-height: 1.5rem;
width: auto;
font-size: 1rem;
}
.h4 {
line-height: 1.5rem;
width: auto;
font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.25rem;
}
.h4 {
font-size: 1rem;
}
}
/* Stylings related to shapes and sizes */
.full-width {
width: 100%;
}
.circle {
border-radius: 50%;
}
.size-64x64 {
width: 64px;
height: 64px;
}
.size-160x160 {
width: 160px;
height: 160px;
}
.rounded-corners {
border-radius: 20px;
}
.padding-8 {
padding: 8px;
}
.padding-16 {
padding: 16px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.margin-bottom {
margin-bottom: 100px;
}
}
/* Hover and focus highlighting transitions */
.hover-highlight {
background-color: transparent;
transition-duration: 0.5s;
}
.hover-highlight:hover,
.hover-highlight:focus {
background-color: hsla(0, 0%, 100%, 0.35);
} | css/style.css | :root {
/* color scheme */
--gray: hsl(207, 5%, 33%);
--primary-color: hsl(209, 62%, 14%);
--secondary-color: hsl(211, 45%, 20%);
--primary-accent: hsl(40, 72%, 61%);
--secondary-accent: hsl(32, 100%, 40%);
/* constant sizes */
--nav-size: 50px;
}
html {
box-sizing: border-box;
scroll-behavior: smooth;
}
*,
*::before,
*::after {
box-sizing: inherit;
margin: 0;
padding: 0;
outline: 0;
}
body {
font-family: "Spartan-Light";
letter-spacing: 1px;
color: white;
background-color: black;
overflow-x: hidden;
}
a {
text-decoration: none;
color: white;
}
img {
pointer-events: none;
}
button {
all: unset;
}
.hidden {
display: none;
}
.fade-in {
transition: opacity 0.4s linear, transform 0.5s ease-out;
transform: translateY(50px);
opacity: 0;
}
.fade-in.appear {
transform: translateX(0);
opacity: 1;
}
@media only screen and (hover) {
.mobile-only {
display: none;
}
}
@media not screen and (hover) {
.hover-only {
display: none;
}
}
.button {
background: linear-gradient(
to right,
var(--primary-accent) 25%,
var(--secondary-accent) 75%
);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
@media only screen and (hover) {
.button {
background: linear-gradient(
to right,
var(--primary-accent) 15%,
var(--secondary-accent) 35% 65%,
var(--primary-accent) 85%
);
background-clip: text;
-webkit-background-clip: text;
background-size: 200%;
background-position: left;
transition: background-position 0.5s linear;
cursor: pointer;
}
.button:hover,
.button:focus {
background-position: right;
}
}
/* Heading and text stylings */
.centered-text {
text-align: center;
}
.h1 {
font-family: "Spartan-SemiBold";
letter-spacing: 4px;
width: auto;
font-size: 2.5rem;
}
.h2 {
font-family: "Spartan-Medium";
letter-spacing: 2px;
width: auto;
font-size: 1.5rem;
}
.h2::after {
content: "";
display: block;
border-top: 0.15rem solid var(--primary-accent);
margin-top: 1rem;
}
.h3 {
font-family: "Spartan-Regular";
line-height: 1.5rem;
width: auto;
font-size: 1rem;
}
.h4 {
line-height: 1.5rem;
width: auto;
font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.25rem;
}
.h4 {
font-size: 1rem;
}
}
/* Stylings related to shapes and sizes */
.full-width {
width: 100%;
}
.circle {
border-radius: 50%;
}
.size-64x64 {
width: 64px;
height: 64px;
}
.size-160x160 {
width: 160px;
height: 160px;
}
.rounded-corners {
border-radius: 20px;
}
.padding-8 {
padding: 8px;
}
.padding-16 {
padding: 16px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.margin-bottom {
margin-bottom: 100px;
}
}
/* Hover and focus highlighting transitions */
.hover-highlight {
background-color: transparent;
transition-duration: 0.5s;
}
.hover-highlight:hover,
.hover-highlight:focus {
background-color: hsla(0, 0%, 100%, 0.35);
} | 0.547706 | 0.115336 |
.ratereviewh5{
margin-left: 20px;
font-size: 1.5rem;
font-weight: 400;
color: #464545;
}
.ratereviewh5 a{
font-size: 1.5rem;
font-weight: 400;
color:#464545;
}
.ratereviewh5 a:hover{
text-decoration: none!important;
color:#464545;
}
.ratereviewh5 i{
font-size: 24px!important;
}
.ratereviewh5-second{
margin-top: 30px;
margin-left: 30px;
font-size: 14px;
font-weight: 500;
color: #656565;
}
.ratereviewimg {
width: 100px!important;
border-radius: 6px;
margin-left: 30px;
}
.ratereviewmedia2 {
margin: 3px 0 !important;
font-size: 14px;
color: #282828;
line-height: 26px;
}
/*stars*/
.starrating{
margin-top: 30px;
margin-right: 450px;
}
.starrating > input {
display: none;
} /* Remove radio buttons */
.starrating > label:before {
content: "\f005"; /* Star */
margin: 2px;
font-size: 2em;
font-family: FontAwesome;
display: inline-block;
}
.starrating > label{
color: #a9a6a6;
margin: 5px;
/* Start color when not clicked */
}
.starrating > input:checked ~ label{
color: #ffca08 ;
}
/* Set yellow color when star checked */
.starrating > input:hover ~ label{
color: #ffca08 ;
}
/* Set yellow color when star hover */
.rate-reviewpp{
margin-left: 30px;
color: #282828;
font-weight: 500;
margin-top: 30px;
margin-bottom: 40px;
}
.rate-reviewform{
margin-left: 80px;
line-height: 38px;
}
.ratereview-but {
background-color: #842dce!important;
border-color: #842dce!important;
font-weight: 600!important;
}
.ratereview-but:hover {
background-color: #fff!important;
border-color: #842dce!important;
color: #842dce!important;
}
.ratereviewcon-but{
margin-bottom: 30px;
}
/* ------------------------------- */
/* mobile view
---------------------------------- */
@media all and (max-width: 768px) {
.ratereviewh5 a {
margin-left: 0px!important;
font-size: 17px!important;
font-weight: 600!important;
color: #000!important;
}
}
@media all and (max-width: 768px) {
.ratereviewh5 {
margin-left: 0px!important;
padding-bottom: 0px !important;
padding-top: 10px !important;
}
}
@media all and (max-width: 768px) {
.ratereviewh5 i{
margin-left: 0px!important;
font-size: 17px!important;
}
}
@media all and (max-width: 768px) {
.ratereviewh5-second {
margin-top: 0px;
margin-left:7px;
font-size: 11px;
font-weight: 500;
color: #656565;
}
}
@media all and (max-width: 768px) {
.ratereviewmedia2 {
margin: 0px 0 !important;
font-size: 13px;
color: #282828;
line-height: 18px;
}
}
@media all and (max-width: 768px) {
.starrating {
margin-top: 20px;
margin-right: 26px;
}
}
@media all and (max-width: 768px) {
.starrating > label{
color: #a9a6a6;
margin: 6px;
font-size: 8px!important;
}
}
@media all and (max-width: 768px) {
.rate-reviewpp{
font-size:14px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 10px;
}
}
@media all and (max-width: 768px) {
.rate-reviewform{
margin-left: 15px;
line-height: 38px;
}
}
@media all and (max-width: 768px) {
.sm-label-review{
font-size: 14px!important;
}
} | public/css/rate-reviews.css | .ratereviewh5{
margin-left: 20px;
font-size: 1.5rem;
font-weight: 400;
color: #464545;
}
.ratereviewh5 a{
font-size: 1.5rem;
font-weight: 400;
color:#464545;
}
.ratereviewh5 a:hover{
text-decoration: none!important;
color:#464545;
}
.ratereviewh5 i{
font-size: 24px!important;
}
.ratereviewh5-second{
margin-top: 30px;
margin-left: 30px;
font-size: 14px;
font-weight: 500;
color: #656565;
}
.ratereviewimg {
width: 100px!important;
border-radius: 6px;
margin-left: 30px;
}
.ratereviewmedia2 {
margin: 3px 0 !important;
font-size: 14px;
color: #282828;
line-height: 26px;
}
/*stars*/
.starrating{
margin-top: 30px;
margin-right: 450px;
}
.starrating > input {
display: none;
} /* Remove radio buttons */
.starrating > label:before {
content: "\f005"; /* Star */
margin: 2px;
font-size: 2em;
font-family: FontAwesome;
display: inline-block;
}
.starrating > label{
color: #a9a6a6;
margin: 5px;
/* Start color when not clicked */
}
.starrating > input:checked ~ label{
color: #ffca08 ;
}
/* Set yellow color when star checked */
.starrating > input:hover ~ label{
color: #ffca08 ;
}
/* Set yellow color when star hover */
.rate-reviewpp{
margin-left: 30px;
color: #282828;
font-weight: 500;
margin-top: 30px;
margin-bottom: 40px;
}
.rate-reviewform{
margin-left: 80px;
line-height: 38px;
}
.ratereview-but {
background-color: #842dce!important;
border-color: #842dce!important;
font-weight: 600!important;
}
.ratereview-but:hover {
background-color: #fff!important;
border-color: #842dce!important;
color: #842dce!important;
}
.ratereviewcon-but{
margin-bottom: 30px;
}
/* ------------------------------- */
/* mobile view
---------------------------------- */
@media all and (max-width: 768px) {
.ratereviewh5 a {
margin-left: 0px!important;
font-size: 17px!important;
font-weight: 600!important;
color: #000!important;
}
}
@media all and (max-width: 768px) {
.ratereviewh5 {
margin-left: 0px!important;
padding-bottom: 0px !important;
padding-top: 10px !important;
}
}
@media all and (max-width: 768px) {
.ratereviewh5 i{
margin-left: 0px!important;
font-size: 17px!important;
}
}
@media all and (max-width: 768px) {
.ratereviewh5-second {
margin-top: 0px;
margin-left:7px;
font-size: 11px;
font-weight: 500;
color: #656565;
}
}
@media all and (max-width: 768px) {
.ratereviewmedia2 {
margin: 0px 0 !important;
font-size: 13px;
color: #282828;
line-height: 18px;
}
}
@media all and (max-width: 768px) {
.starrating {
margin-top: 20px;
margin-right: 26px;
}
}
@media all and (max-width: 768px) {
.starrating > label{
color: #a9a6a6;
margin: 6px;
font-size: 8px!important;
}
}
@media all and (max-width: 768px) {
.rate-reviewpp{
font-size:14px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 10px;
}
}
@media all and (max-width: 768px) {
.rate-reviewform{
margin-left: 15px;
line-height: 38px;
}
}
@media all and (max-width: 768px) {
.sm-label-review{
font-size: 14px!important;
}
} | 0.334698 | 0.153994 |
* {
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
ol, ul {
list-style: none;
}
input[type=password], input[type=text], select, textarea {
border: 1px solid silver;
}
body {
font-family: Robot,"メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
color: #333;
font-size: 1.2rem;
width: 1028px;
margin: 50px auto 0;
}
.mass {
width: 32px;
height: 32px;
text-align: center;
line-height: 32px;
}
.btn {
line-height: 28px;
display: inline-block;
padding-right: 13px;
padding-left: 13px;
cursor: pointer;
text-align: center;
border-radius: 3px;
background-color: #fff;
text-decoration: none;
border: 1px solid #aaa;
color: #333;
}
.btn:hover {
background-color: #fafafa;
}
.btn-blue {
color: #fff;
background-color: #3367D6;
}
.btn-blue:hover {
background-color: #608ae4;
}
.input-file--hidden {
display: none;
}
.header {
margin-bottom: 10px;
}
.container {
display: flex;
}
.left-container {
flex-shrink: 0;
margin-right: 20px;
}
.right-container {
flex: auto;
background-color: #eee;
}
.select-area {
margin-top: 20px;
padding: 10px;
background-color: #eee;
}
.select-list {
display: flex;
margin-bottom: 10px;
}
.select-list:last-child {
margin-bottom: 0;
}
.select-list__item {
border: 1px solid #ddd;
margin-right: 10px;
cursor: pointer;
user-select:none;
}
.select-list__item.selected {
border: 1px solid #00f;
}
.unit-list .select-list__item {
background: #fff;
}
.map {
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
border-collapse: collapse;
table-layout: fixed;
}
.map__row {
display: flex;
}
.map__cell {
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
user-select:none;
flex-shrink: 0;
}
.map__cell__unit {
cursor: default;
user-select:none;
}
.mass {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/mapchip.png);
background-repeat: no-repeat;
background-size: 400%;
box-sizing: content-box;
}
.mass[data-mass-key=light-green] {
background-position-x: calc(-32 * 0px);
}
.mass[data-mass-key=blue] {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/river.png);
}
.mass[data-mass-key=green] {
background-position-x: calc(-32 * 1px);
}
.mass[data-mass-key=brown] {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/mountain.png);
}
.mass[data-mass-key=player-fort] {
background-position-x: calc(-32 * 2px);
}
.mass[data-mass-key=enemy-fort] {
background-position-x: calc(-32 * 3px);
}
[data-unit-key]:before {
content: '';
visibility: hidden;
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/unit/unit.png);
background-repeat: no-repeat;
background-size: 300%;
box-sizing: content-box;
width: 100%;
height: 100%;
display: inline-block;
}
[data-unit-key=lancer]:before {
background-position-x: calc(-32 * 0px);
visibility: visible;
}
[data-unit-key=cavarie]:before {
background-position-x: calc(-32 * 1px);
visibility: visible;
}
[data-unit-key=gunner]:before {
background-position-x: calc(-32 * 2px);
visibility: visible;
}
[data-unit-key=free-or-delete][data-is-enemy="0"]:before {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/mass-state.png);
visibility: visible;
}
[data-unit-key=free-or-delete][data-is-enemy="1"]:before {
content: '消';
visibility: visible;
background: none
}
[data-is-enemy="0"]:before {
}
[data-is-enemy="1"]:before {
background-position-y: -32px;
}
.setting-form {
padding: 20px;
}
.setting-form__label {
font-size: 1.0rem;
}
.setting-form__input,
.setting-form__select,
.setting-form__textarea {
width: 100%;
height: 32px;
margin-bottom: 16px;
padding: 5px;
font-size: 1.0rem;
}
.setting-form__textarea {
height: 50px;
}
.setting-form__btn {
width: 100%;
line-height: 40px;
} | StageCreater/style.css | * {
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
ol, ul {
list-style: none;
}
input[type=password], input[type=text], select, textarea {
border: 1px solid silver;
}
body {
font-family: Robot,"メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
color: #333;
font-size: 1.2rem;
width: 1028px;
margin: 50px auto 0;
}
.mass {
width: 32px;
height: 32px;
text-align: center;
line-height: 32px;
}
.btn {
line-height: 28px;
display: inline-block;
padding-right: 13px;
padding-left: 13px;
cursor: pointer;
text-align: center;
border-radius: 3px;
background-color: #fff;
text-decoration: none;
border: 1px solid #aaa;
color: #333;
}
.btn:hover {
background-color: #fafafa;
}
.btn-blue {
color: #fff;
background-color: #3367D6;
}
.btn-blue:hover {
background-color: #608ae4;
}
.input-file--hidden {
display: none;
}
.header {
margin-bottom: 10px;
}
.container {
display: flex;
}
.left-container {
flex-shrink: 0;
margin-right: 20px;
}
.right-container {
flex: auto;
background-color: #eee;
}
.select-area {
margin-top: 20px;
padding: 10px;
background-color: #eee;
}
.select-list {
display: flex;
margin-bottom: 10px;
}
.select-list:last-child {
margin-bottom: 0;
}
.select-list__item {
border: 1px solid #ddd;
margin-right: 10px;
cursor: pointer;
user-select:none;
}
.select-list__item.selected {
border: 1px solid #00f;
}
.unit-list .select-list__item {
background: #fff;
}
.map {
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
border-collapse: collapse;
table-layout: fixed;
}
.map__row {
display: flex;
}
.map__cell {
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
user-select:none;
flex-shrink: 0;
}
.map__cell__unit {
cursor: default;
user-select:none;
}
.mass {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/mapchip.png);
background-repeat: no-repeat;
background-size: 400%;
box-sizing: content-box;
}
.mass[data-mass-key=light-green] {
background-position-x: calc(-32 * 0px);
}
.mass[data-mass-key=blue] {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/river.png);
}
.mass[data-mass-key=green] {
background-position-x: calc(-32 * 1px);
}
.mass[data-mass-key=brown] {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/mountain.png);
}
.mass[data-mass-key=player-fort] {
background-position-x: calc(-32 * 2px);
}
.mass[data-mass-key=enemy-fort] {
background-position-x: calc(-32 * 3px);
}
[data-unit-key]:before {
content: '';
visibility: hidden;
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/unit/unit.png);
background-repeat: no-repeat;
background-size: 300%;
box-sizing: content-box;
width: 100%;
height: 100%;
display: inline-block;
}
[data-unit-key=lancer]:before {
background-position-x: calc(-32 * 0px);
visibility: visible;
}
[data-unit-key=cavarie]:before {
background-position-x: calc(-32 * 1px);
visibility: visible;
}
[data-unit-key=gunner]:before {
background-position-x: calc(-32 * 2px);
visibility: visible;
}
[data-unit-key=free-or-delete][data-is-enemy="0"]:before {
background-image: url(../../DxLibTacticalGame/DxLibTacticalGame/resource/image/map/mass-state.png);
visibility: visible;
}
[data-unit-key=free-or-delete][data-is-enemy="1"]:before {
content: '消';
visibility: visible;
background: none
}
[data-is-enemy="0"]:before {
}
[data-is-enemy="1"]:before {
background-position-y: -32px;
}
.setting-form {
padding: 20px;
}
.setting-form__label {
font-size: 1.0rem;
}
.setting-form__input,
.setting-form__select,
.setting-form__textarea {
width: 100%;
height: 32px;
margin-bottom: 16px;
padding: 5px;
font-size: 1.0rem;
}
.setting-form__textarea {
height: 50px;
}
.setting-form__btn {
width: 100%;
line-height: 40px;
} | 0.338296 | 0.127598 |
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
/* Global */
body {
background: url(https://raw.githubusercontent.com/connorbacon9/connorbacon9.github.io/master/img/styletile/zwartevilt.png);
}
/* Typography */
body {
color: #ccc;
line-height: 1.5em;
font-family: 'Oswald', sans-serif;
font-weight: 300;
letter-spacing: .1em;
}
/* Navigation */
a:link,
a:visited {
padding: 2px 0;
color: #696969;
text-decoration: none;
}
a:hover {
color: white;
transition: background .5s;
}
.navwrap {
margin: 0 auto;
min-width: 14.5%;
left: 0;
position: fixed;
margin-top: 15%;
background: black;
display: block;
border-radius: 20px;
}
nav ul li {
font-size: 1.5em;
display: block;
padding-left: 20px;
}
/* Paragraphs and Headings */
p {
font-size: 1em;
}
h1 {
font-size: 2.5em;
float: left;
font-family: 'Great Vibes', cursive;
font-weight: 400;
font-size: 250%;
padding-top: 1%;
}
h2 {
text-align: center;
font-size: 2.25em;
font-family: 'Oswald', sans-serif;
font-weight: 400;
margin-top: 10%;
}
h3 {
font-size: 2em;
font-family: 'Great Vibes', cursive;
font-weight: 300;
font-size: 200%;
text-align: center;
margin-top: 8%;
}
/* Layout */
main {
width: 95%;
max-width: 95%;
margin: 0 auto;
}
header {
width: 100%;
float: left;
margin-bottom: 3%;
margin-top: 2%;
}
header img {
margin-left: 1%;
margin-right: 1%;
}
header img,
header h1 {
float: left;
}
#homepic {
display: block;
margin: 0 auto;
height: 500px;
max-width: 450px;
}
/* Sections A and B */
.wrapper {
width: 55%;
margin: 0 auto;
}
section {
padding-top: 2%;
padding-bottom: 2%;
}
#a img {
position: relative;
text-align: center;
}
#contact {
text-align: center;
padding-top: 30%;
}
/* Lightbox */
.portwrap {
width: 95%;
margin: 0 auto;
text-align: center;
}
figure {
display: inline;
position;
relative;
height: 100px;
width: 300px;
overflow: hidden;
}
.lightbox {
display: none;
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
text-align: center;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
max-width: 80%;
max-height: 80%;
margin-top: 2%;
}
.lightbox:target {
outline: none;
display: block;
}
/* Footer */
footer {
padding-top: 5%;
clear: both;
}
footer p {
float: left;
font-size: .8em;
}
footer ul li {
display: inline;
padding-left: 3%;
position: relative;
float: right;
}
/* Media Queries */
/* Tablet Media Query */
@media screen and (max-width: 768px) {
body {
margin: 0 auto;
background: #333;
}
/* Nav */
.navwrap {
background: none;
margin-left: 68%;
}
.homepic {
height: 150px;
width: 100px;
}
header nav li {
display: block;
width: 100%;
list-style: none;
}
/* Mobile Media Query */
@media screen and (max-width: 420px) {
body {
margin: 0 auto;
background: #333;
}
main {
margin: 0 auto;
}
/* Nav */
.navwrap {
background: none;
float: right;
}
.homepic {
height: 50px;
width: 40px;
}
nav {
position: absolute;
} | css/style.css | @import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
/* Global */
body {
background: url(https://raw.githubusercontent.com/connorbacon9/connorbacon9.github.io/master/img/styletile/zwartevilt.png);
}
/* Typography */
body {
color: #ccc;
line-height: 1.5em;
font-family: 'Oswald', sans-serif;
font-weight: 300;
letter-spacing: .1em;
}
/* Navigation */
a:link,
a:visited {
padding: 2px 0;
color: #696969;
text-decoration: none;
}
a:hover {
color: white;
transition: background .5s;
}
.navwrap {
margin: 0 auto;
min-width: 14.5%;
left: 0;
position: fixed;
margin-top: 15%;
background: black;
display: block;
border-radius: 20px;
}
nav ul li {
font-size: 1.5em;
display: block;
padding-left: 20px;
}
/* Paragraphs and Headings */
p {
font-size: 1em;
}
h1 {
font-size: 2.5em;
float: left;
font-family: 'Great Vibes', cursive;
font-weight: 400;
font-size: 250%;
padding-top: 1%;
}
h2 {
text-align: center;
font-size: 2.25em;
font-family: 'Oswald', sans-serif;
font-weight: 400;
margin-top: 10%;
}
h3 {
font-size: 2em;
font-family: 'Great Vibes', cursive;
font-weight: 300;
font-size: 200%;
text-align: center;
margin-top: 8%;
}
/* Layout */
main {
width: 95%;
max-width: 95%;
margin: 0 auto;
}
header {
width: 100%;
float: left;
margin-bottom: 3%;
margin-top: 2%;
}
header img {
margin-left: 1%;
margin-right: 1%;
}
header img,
header h1 {
float: left;
}
#homepic {
display: block;
margin: 0 auto;
height: 500px;
max-width: 450px;
}
/* Sections A and B */
.wrapper {
width: 55%;
margin: 0 auto;
}
section {
padding-top: 2%;
padding-bottom: 2%;
}
#a img {
position: relative;
text-align: center;
}
#contact {
text-align: center;
padding-top: 30%;
}
/* Lightbox */
.portwrap {
width: 95%;
margin: 0 auto;
text-align: center;
}
figure {
display: inline;
position;
relative;
height: 100px;
width: 300px;
overflow: hidden;
}
.lightbox {
display: none;
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
text-align: center;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
max-width: 80%;
max-height: 80%;
margin-top: 2%;
}
.lightbox:target {
outline: none;
display: block;
}
/* Footer */
footer {
padding-top: 5%;
clear: both;
}
footer p {
float: left;
font-size: .8em;
}
footer ul li {
display: inline;
padding-left: 3%;
position: relative;
float: right;
}
/* Media Queries */
/* Tablet Media Query */
@media screen and (max-width: 768px) {
body {
margin: 0 auto;
background: #333;
}
/* Nav */
.navwrap {
background: none;
margin-left: 68%;
}
.homepic {
height: 150px;
width: 100px;
}
header nav li {
display: block;
width: 100%;
list-style: none;
}
/* Mobile Media Query */
@media screen and (max-width: 420px) {
body {
margin: 0 auto;
background: #333;
}
main {
margin: 0 auto;
}
/* Nav */
.navwrap {
background: none;
float: right;
}
.homepic {
height: 50px;
width: 40px;
}
nav {
position: absolute;
} | 0.38445 | 0.138753 |
header {
padding: 154px 0 100px;
}
@media (min-width: 992px) {
header {
padding: 156px 0 100px;
}
}
section {
padding: 100px 0;
}
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.bg-image-full {
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
// General Styling for Flavicon
// Requires Bootstrap 3 for styling
body { background-color: #f5f5f5; }
.contact {
background-color: #fff;
padding: 15px;
max-width: 200px;
margin: 30px auto;
}
.icon {
width: 16px;
height: 16px;
padding: 0;
margin: 0;
vertical-align: middle;
}
.card {
border: 1px solid rgba(0, 0, 0, 0);
}
.card-body {
padding-top: 1.25rem;
padding-bottom: 2.5rem;
}
<!-- Porfolio item code to fix weird cards in explorer. Google what this option is in bootstrap-->
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link {
position: relative;
display: block;
max-width: 400px;
margin: 0 auto;
cursor: pointer; }
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
background: rgba(24, 188, 156, 0.9); }
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
font-size: 20px;
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
color: white; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0; }
#portfolio * {
z-index: 2; }
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px; } }
.portfolio-modal .modal-dialog {
max-width: 100%;
min-height: 100%;
margin: 0;
padding: 0;
text-align: center;
border: none;
border-radius: 0;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none; }
.portfolio-modal .modal-dialog .modal-content {
padding: 100px 0;
border: 0;
border-radius: 0; }
.portfolio-modal .modal-dialog .modal-content h2 {
font-size: 3em;
margin: 0; }
.portfolio-modal .modal-dialog .modal-content img {
margin-bottom: 30px; }
.portfolio-modal .modal-dialog .modal-content .item-details {
margin: 30px 0; }
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
cursor: pointer;
background-color: transparent; }
.portfolio-modal .close-modal:hover {
opacity: 0.3; }
.portfolio-modal .close-modal .lr {
/* Safari and Chrome */
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
/* IE 9 */
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #2C3E50; }
.portfolio-modal .close-modal .lr .rl {
/* Safari and Chrome */
z-index: 1052;
width: 1px;
height: 75px;
/* IE 9 */
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: #2C3E50; }
.portfolio-modal .modal-backdrop {
display: none;
opacity: 0; } | css/scrolling-nav.css | header {
padding: 154px 0 100px;
}
@media (min-width: 992px) {
header {
padding: 156px 0 100px;
}
}
section {
padding: 100px 0;
}
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.bg-image-full {
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
// General Styling for Flavicon
// Requires Bootstrap 3 for styling
body { background-color: #f5f5f5; }
.contact {
background-color: #fff;
padding: 15px;
max-width: 200px;
margin: 30px auto;
}
.icon {
width: 16px;
height: 16px;
padding: 0;
margin: 0;
vertical-align: middle;
}
.card {
border: 1px solid rgba(0, 0, 0, 0);
}
.card-body {
padding-top: 1.25rem;
padding-bottom: 2.5rem;
}
<!-- Porfolio item code to fix weird cards in explorer. Google what this option is in bootstrap-->
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link {
position: relative;
display: block;
max-width: 400px;
margin: 0 auto;
cursor: pointer; }
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
background: rgba(24, 188, 156, 0.9); }
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
font-size: 20px;
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
color: white; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px; }
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0; }
#portfolio * {
z-index: 2; }
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px; } }
.portfolio-modal .modal-dialog {
max-width: 100%;
min-height: 100%;
margin: 0;
padding: 0;
text-align: center;
border: none;
border-radius: 0;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none; }
.portfolio-modal .modal-dialog .modal-content {
padding: 100px 0;
border: 0;
border-radius: 0; }
.portfolio-modal .modal-dialog .modal-content h2 {
font-size: 3em;
margin: 0; }
.portfolio-modal .modal-dialog .modal-content img {
margin-bottom: 30px; }
.portfolio-modal .modal-dialog .modal-content .item-details {
margin: 30px 0; }
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
cursor: pointer;
background-color: transparent; }
.portfolio-modal .close-modal:hover {
opacity: 0.3; }
.portfolio-modal .close-modal .lr {
/* Safari and Chrome */
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
/* IE 9 */
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #2C3E50; }
.portfolio-modal .close-modal .lr .rl {
/* Safari and Chrome */
z-index: 1052;
width: 1px;
height: 75px;
/* IE 9 */
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: #2C3E50; }
.portfolio-modal .modal-backdrop {
display: none;
opacity: 0; } | 0.436862 | 0.093969 |
.resource-section {
background: #b6b6c2;
padding: 0 30px;
}
.resource-input {
position: relative;
}
.resource-parent {
display: flex;
padding: 80px 0;
}
.resource-input input,
.resource-input textarea {
width: 100%;
height: 50px;
border: 1px solid #bbbaba;
border-radius: 5px;
padding: 0 25px;
color: #777777;
margin-bottom: 20px;
}
.resource-input input::placeholder,
.resource-input textarea::placeholder {
opacity: 1;
color: #777777;
}
.resource-input input::-moz-placeholder,
.resource-input textarea::-moz-placeholder {
opacity: 1;
color: #777777;
}
.resource-input input::-moz-placeholder,
.resource-input textarea::-moz-placeholder {
opacity: 1;
color: #777777;
}
.resource-input input::-webkit-input-placeholder,
.resource-input textarea::-webkit-input-placeholder {
opacity: 1;
color: #777777;
}
.resource-input input:focus,
.resource-input textarea:focus {
border-color: #1863ff;
background-color: #eaf1ff;
}
.resource-input textarea {
padding-top: 15px;
resize:none;
height:100px;
}
.resource-input>textarea#txt_desc{
height:150px !important;
}
.resource-input i {
position: absolute;
right: 25px;
top: 40px;
font-size: 16px;
color: #000;
}
.resource-child {
flex: 1;
}
.child1 {
display: flex;
flex-direction: column;
justify-content: space-around;
color: #fff;
}
.inside-resource {
width: 100%;
margin: 0 auto;
background: white;
border-radius: 24px;
border:1px solid #777777;
padding:20px;
}
.resource-input .trust{
display:inline;
width:4%;
margin-left:18px !important;
margin-right: 8px !important;
}
.resource-image {
width: 90%;
}
.rad{
position: relative;
}
.rad label{
display:inline;
position: absolute;
top:14px;
}
.child2 {
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.resource-header-text {
font-size: 30px;
text-transform: capitalize;
color: #121f3a;
text-align: center !important;
}
@media screen and (max-width: 991px) {
.resource-header-text {
padding-left: 0;
text-align: center !important;
}
.resource-parent {
display: block;
width: 100%;
}
.child1 {
padding: 0 0 10px;
}
} | frontend/src/components/resource/resources.css | .resource-section {
background: #b6b6c2;
padding: 0 30px;
}
.resource-input {
position: relative;
}
.resource-parent {
display: flex;
padding: 80px 0;
}
.resource-input input,
.resource-input textarea {
width: 100%;
height: 50px;
border: 1px solid #bbbaba;
border-radius: 5px;
padding: 0 25px;
color: #777777;
margin-bottom: 20px;
}
.resource-input input::placeholder,
.resource-input textarea::placeholder {
opacity: 1;
color: #777777;
}
.resource-input input::-moz-placeholder,
.resource-input textarea::-moz-placeholder {
opacity: 1;
color: #777777;
}
.resource-input input::-moz-placeholder,
.resource-input textarea::-moz-placeholder {
opacity: 1;
color: #777777;
}
.resource-input input::-webkit-input-placeholder,
.resource-input textarea::-webkit-input-placeholder {
opacity: 1;
color: #777777;
}
.resource-input input:focus,
.resource-input textarea:focus {
border-color: #1863ff;
background-color: #eaf1ff;
}
.resource-input textarea {
padding-top: 15px;
resize:none;
height:100px;
}
.resource-input>textarea#txt_desc{
height:150px !important;
}
.resource-input i {
position: absolute;
right: 25px;
top: 40px;
font-size: 16px;
color: #000;
}
.resource-child {
flex: 1;
}
.child1 {
display: flex;
flex-direction: column;
justify-content: space-around;
color: #fff;
}
.inside-resource {
width: 100%;
margin: 0 auto;
background: white;
border-radius: 24px;
border:1px solid #777777;
padding:20px;
}
.resource-input .trust{
display:inline;
width:4%;
margin-left:18px !important;
margin-right: 8px !important;
}
.resource-image {
width: 90%;
}
.rad{
position: relative;
}
.rad label{
display:inline;
position: absolute;
top:14px;
}
.child2 {
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.resource-header-text {
font-size: 30px;
text-transform: capitalize;
color: #121f3a;
text-align: center !important;
}
@media screen and (max-width: 991px) {
.resource-header-text {
padding-left: 0;
text-align: center !important;
}
.resource-parent {
display: block;
width: 100%;
}
.child1 {
padding: 0 0 10px;
}
} | 0.353651 | 0.160463 |
body {
font-size: 11px;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
color: #333;
}
html{
background-color:#f0f0f0;
background-image:-moz-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
background-image:-o-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
background-image:-webkit-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
background-image:radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
}
/*-------------------------
Demo Page Styles
--------------------------*/
h3 {
margin : 15px;
}
a, a:visited,a:hover {
text-decoration:none;
outline:none;
color:#54a6de;
}
#wrapper {
width:200px;
margin-top:25px;
margin-left: -10px;
margin-right: auto*/;
overflow:hidden
}
#wall {
border: solid 1px #BDC7D8;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin-bottom:6px;
-webkit-appearance: none;
-webkit-border-radius: 0;
/* margin-left:auto;
margin-right:auto;*/
margin-top:15px;
text-align: left;
width:200px;
}
.Share.button, .Share.button:visited {
background-color: #5B74A8;
border-color: #29447E #29447E #1A356E;
border:1px solid #999;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
font-weight: bold;
text-align: center;
width: 50px;
padding: 5px;
border : 0px;
float:right;
margin-right:5px;
}
#sharebtn {
padding:10px 5px;
}
.info {
width:200px;
height:100px;
float:left;
margin:5px
}
#prev {
cursor:pointer;
}
#next {
cursor:pointer;
}
#totalimg {
font-size:9px;
color:#000000;
float:left;
margin:5px;
}
label.title {
font-size:12px;
font-weight:bold;
cursor:pointer;
}
label.url {
font-size: 11px;
font-weight: normal;
color: #666;
}
label.desc {
font-size:11px;
cursor:pointer;
}
.title:hover, .desc:hover {
background-color:#FFFF99
}
.images {
width:100px;
height:100px;
float:left;
margin:15px 23px 15px 15px;
}
#loader {
margin:16px 17px 7px 7px;
}
#fetched_data {
height:125px;
margin-bottom:10px;
}
#textareaWrap {
text-align: center;
background-color: #F2F2F2;
height:200px;
border:solid 1px #B4BBCD;
border-width: 0 1px 1px;
} | davisdole-JQuery Desktop/wallaborate/css/style.css | body {
font-size: 11px;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
color: #333;
}
html{
background-color:#f0f0f0;
background-image:-moz-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
background-image:-o-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
background-image:-webkit-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
background-image:radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
}
/*-------------------------
Demo Page Styles
--------------------------*/
h3 {
margin : 15px;
}
a, a:visited,a:hover {
text-decoration:none;
outline:none;
color:#54a6de;
}
#wrapper {
width:200px;
margin-top:25px;
margin-left: -10px;
margin-right: auto*/;
overflow:hidden
}
#wall {
border: solid 1px #BDC7D8;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin-bottom:6px;
-webkit-appearance: none;
-webkit-border-radius: 0;
/* margin-left:auto;
margin-right:auto;*/
margin-top:15px;
text-align: left;
width:200px;
}
.Share.button, .Share.button:visited {
background-color: #5B74A8;
border-color: #29447E #29447E #1A356E;
border:1px solid #999;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
font-weight: bold;
text-align: center;
width: 50px;
padding: 5px;
border : 0px;
float:right;
margin-right:5px;
}
#sharebtn {
padding:10px 5px;
}
.info {
width:200px;
height:100px;
float:left;
margin:5px
}
#prev {
cursor:pointer;
}
#next {
cursor:pointer;
}
#totalimg {
font-size:9px;
color:#000000;
float:left;
margin:5px;
}
label.title {
font-size:12px;
font-weight:bold;
cursor:pointer;
}
label.url {
font-size: 11px;
font-weight: normal;
color: #666;
}
label.desc {
font-size:11px;
cursor:pointer;
}
.title:hover, .desc:hover {
background-color:#FFFF99
}
.images {
width:100px;
height:100px;
float:left;
margin:15px 23px 15px 15px;
}
#loader {
margin:16px 17px 7px 7px;
}
#fetched_data {
height:125px;
margin-bottom:10px;
}
#textareaWrap {
text-align: center;
background-color: #F2F2F2;
height:200px;
border:solid 1px #B4BBCD;
border-width: 0 1px 1px;
} | 0.272121 | 0.064624 |
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #3c3c3c;
}
a:hover {
cursor: pointer;
}
ul,
li {
list-style: none;
display: block;
}
body {
font: 12px/1.5 "microsoft yahei", "microsoft yahei", "\5b8b\4f53";
background-color: #f5f5f5;
}
img {
border-style: none;
}
.clearfix::after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
font-size: 0;
}
.clearfix::before {
display: table;
content: "";
overflow: hidden;
}
#mallPage {
min-width: 990px;
width: auto;
background-color: transparent;
background: #FFFFFF;
}
/*标题导航开始*/
.site-nav {
width: auto;
height: 35px;
position: relative !important;
background: #f2f2f2;
z-index: 99999;
-webkit-transform: translate3d(0, 0, 0);
border-bottom: 1px solid #e5e5e5;
}
.site-nav .wrapper {
position: relative;
font-size: 12px;
color: #6c6c6c;
height: 35px;
width: 1190px;
margin: 0 auto;
}
.site-nav .wrapper .login-info {
height: 35px;
line-height: 35px;
float: left;
}
.site-nav .wrapper .login-info .login {
float: left;
padding: 0 15px 0 0;
}
.site-nav .wrapper .login-info .login a {
color: #6c6c6c;
}
.site-nav .wrapper .login-info .login a:hover {
color: #F40;
}
.site-nav .wrapper .login-info .news {
display: inline-block;
width: 35px;
}
.site-nav .wrapper .login-info .news:hover {
color: #F40;
}
.site-nav .wrapper .login-info .phone {
color: #F40;
float: left;
padding: 0 15px 0 0;
}
/*右导航*/
.site-nav .wrapper .quick-menu {
height: 35px;
line-height: 35px;
float: right;
}
.site-nav .wrapper .quick-menu li {
position: relative;
}
.site-nav .wrapper .quick-menu .home {
color: #F40;
float: left;
margin-right: 15px;
}
.menu {
float: left;
position: relative;
text-align: center;
margin-right: 15px;
}
.menu b {
-webkit-backface-visibility: hidden;
position: absolute;
right: 6px;
top: 16px;
width: 0;
height: 0;
border-width: 3px;
border-style: solid dashed dashed;
border-color: #bbb transparent transparent;
font-size: 0;
line-height: 0;
}
.menu a {
color: #6c6c6c;
margin-left: 4px;
margin-right: 15px;
}
.menu .baobei {
display: none;
position: absolute;
top: 35px;
line-height: 35px;
left: -1px;
background-color: white;
width: 104px;
padding: 0 5px 0 5px;
z-index: 9999;
}
.menu .mai {
display: none;
position: absolute;
top: 35px;
line-height: 35px;
left: -1px;
background-color: white;
width: 104px;
padding: 0 5px 0 5px;
z-index: 9999;
}
.menu p {
text-align: left;
}
.menu:hover .mai {
display: block;
}
.menu .baobei a {
color: #6c6c6c;
}
.menu:hover a {
color: #6c6c6c;
}
.menu a:hover {
color: #F40;
}
.menu:hover .baobei {
display: block;
}
.menu:hover {
box-sizing: content-box;
background-color: white;
}
.site-nav .wrapper .quick-menu .buycar {
float: left;
margin-right: 15px;
}
.site-nav .wrapper .quick-menu .buycar .gouwuche {
color: #F40;
font-size: 12px;
margin-right: 2px;
}
.site-nav .wrapper .quick-menu .buycar a {
color: #6c6c6c;
}
.site-nav .wrapper .quick-menu .buycar a:hover {
color: #F40;
}
.site-nav .wrapper .quick-menu .net {
margin-right: 15px;
float: left;
}
.site-nav .wrapper .quick-menu .net a {
color: #6c6c6c;
}
.site-nav .wrapper .quick-menu .net a:hover {
color: #F40;
}
.site-nav .wrapper .quick-menu .shu {
float: left;
margin: 0 10px 0 5px;
}
.menu .support {
display: none;
position: absolute;
top: 35px;
line-height: 35px;
left: 0;
background-color: white;
padding: 0 5px 0 5px;
z-index: 9999;
white-space: nowrap;
width: auto;
overflow: hidden;
left: auto;
}
.menu:hover .support {
display: block;
}
.menu a .liebiao {
font-size: 10px;
color: red;
}
.net-nav {
display: none;
position: absolute;
border-width: 0 1px 1px;
right: 0;
left: auto;
text-align: left;
background: white;
padding: 25px 0;
z-index: 9999;
width: 1198px;
top: 35px;
}
.menu:hover .net-nav {
display: block;
}
.net-nav .site-list {
white-space: nowrap;
text-overflow: ellipsis;
}
.net-nav .site-count {
padding-left: 30px;
overflow: hidden;
height: 200px;
}
.net-nav .site-count h2 {
font-size: 16px;
padding-bottom: 8px;
font-family: '\5FAE\8F6F\96C5\9ED1', arial, "\5b8b\4f53";
font-weight: 100;
}
.net-nav .site-count ul {
margin-right: -20px;
overflow: hidden;
}
.net-nav .site-hot {
border-right: 1px solid #F5F5F5;
float: left;
width: 274px;
}
.net-nav .site-hot h2 {
color: #f56a00;
}
.net-nav .site-hot h2 span {
margin-left: 6px;
}
.net-nav .site-list li {
width: 95px;
float: left;
padding: 6px 0;
line-height: 1.4;
overflow: hidden;
}
.net-nav .site-list .new {
position: absolute;
font-size: 12px;
top: 0;
margin-left: 2px;
color: #68BE00;
}
.net-nav .site-list .hot {
position: absolute;
font-size: 12px;
top: 0;
margin-left: 2px;
color: #FF4A18;
}
.net-nav a {
color: #666;
margin: 0 0;
}
.net-nav .site-hot a:hover {
color: #f56a00;
text-decoration: underline;
}
.net-nav .site-market {
border-right: 1px solid #F5F5F5;
float: left;
width: 374px;
}
.net-nav .site-market h2 {
color: #2263d4;
}
.net-nav .site-market a:hover {
color: #2263d4;
text-decoration: underline;
}
.net-nav .site-brand {
border-right: 1px solid #F5F5F5;
float: left;
width: 269px;
}
.net-nav .site-brand h2 {
color: #000000;
}
.net-nav .site-brand a:hover {
color: #000000;
text-decoration: underline;
}
.net-nav .site-help {
padding-left: 30px;
float: left;
overflow: hidden;
height: 200px;
}
.net-nav .site-help h2 {
color: #A5;
}
.net-nav .site-help li {
float: none;
}
.net-nav .site-help a:hover {
color: #A5;
text-decoration: underline;
}
/*标题导航结束*/
#page {
width: 100%;
}
#page .header {
height: 36px;
background: #ff4401;
padding: 12px 0;
position: relative;
z-index: 5;
border-bottom: 1px #e7e7e7 solid;
}
#page .header article {
margin: 0 auto;
overflow: hidden;
min-width: 860px;
max-width: 1190px;
}
#page .header article .logo {
float: left;
position: relative;
overflow: hidden;
width: 16%;
height: 35px;
}
#page .header article .logo a {
width: 140px;
height: 36px;
display: inline-block;
vertical-align: middle;
background-image: url(../img/mytao.png);
background-repeat: no-repeat;
background-position: left center;
}
#page .header article .mt-nav {
width: 82.4%;
float: right;
}
#page .header article .mt-nav li {
position: relative;
float: left;
cursor: pointer;
z-index: 1;
height: 50px;
font: 400 14px/36px tahoma;
}
.mt-nav li a:link,
.mt-nav li a:visited {
text-decoration: none;
display: block;
text-align: center;
padding: 0 25px;
color: #fff;
}
.mt-nav li a i {
position: absolute;
width: 6px;
height: 6px;
top: 16px;
right: 12px;
}
.mt-nav li a em {
top: 2px;
position: absolute;
width: 0;
height: 0;
left: 0;
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-style: solid;
overflow: hidden;
border-width: 3px 3px 0;
font-style: normal;
}
.mt-nav li a s {
position: absolute;
width: 0;
height: 0;
left: 0;
top: 0;
border-color: rgba(255, 255, 255, 0);
border-top-color: #ff4401;
border-style: solid;
overflow: hidden;
border-width: 3px 3px 0;
}
.mt-nav li.selected .mt-arrow {
border-style: solid;
border-width: 6px;
font-size: 0;
height: 0;
line-height: 0;
position: absolute;
width: 0;
border-color: #ff4401 #ff4401 #fff;
left: 50%;
margin-left: -6px;
box-shadow: 0 1px 0 #fff;
bottom: 2px;
}
/*设置二级菜单开始*/
.mt-nav .nav-sub {
cursor: default;
position: absolute;
z-index: 3;
border: 1px solid #e1e1e1;
border-top: 0 none;
padding: 18px 0;
top: 40px;
left: -190px;
background: #fff;
width: 470px;
box-shadow: 0 1px 2px #ddd;
}
.mt-nav .nav-sub .nav-arr {
border-style: solid;
border-width: 6px;
font-size: 0;
height: 0;
line-height: 0;
position: absolute;
width: 0;
border-color: transparent transparent #fff;
left: 50%;
top: -12px;
margin-left: -6px;
box-shadow: 0 1px 0 #fff;
bottom: 2px;
}
.mt-nav .nav-sub dl {
width: 33%;
float: left;
}
.mt-nav .nav-sub dt {
font-size: 16px;
padding-left: 38px;
}
.mt-nav .nav-sub .safe dt {
color: #3aac8a;
}
.hide {
display: none;
}
/*设置二级菜单结束*/
.mt-nav .search {
width: 322px;
float: right;
background: #fff;
height: 27px;
position: relative;
margin-top: 4px;
}
.mt-nav .search .search-button {
position: relative;
z-index: 1;
float: right;
background: #fff;
}
.mt-nav .search .search-button .search-btn {
border: none;
text-transform: none;
text-indent: 0;
font-size: 12px;
color: #666;
background: #f5f5f5;
height: 27px;
width: 72px;
border-left: 1px solid #d9d9d9;
}
.mt-nav .search .search-input {
height: 27px;
position: relative;
overflow: hidden;
vertical-align: middle;
}
.mt-nav .search .search-input input {
border-top: 0;
padding-top: 5px;
background-position: 0 -40px;
background-color: #fff;
width: 100%;
outline: 0;
padding-right: 3px;
text-indent: 5px;
font-size: 14px;
position: absolute;
height: 18px;
line-height: 18px;
padding: 4px 0;
vertical-align: middle;
border: 0 none;
}
/*头部导航结束*/
/*主体部分开始*/
#content {
width: 990px;
margin: 0 auto;
}
/*右部分开始*/
#content .main {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 40px;
-webkit-transition: all ease-in-out .15s;
transition: all ease-in-out .15s;
background: #fff;
}
.main-wrap{
margin-left:120px;
padding-right: 1px;
padding-bottom: 1px;
position: relative;
}
.mt-ml-cl{
float: left;
width: 100%;
min-height: 1000px;
}
.mt-ml-cl .mt-ml-shim {
margin-bottom: -26px;
margin-left: 10px;
width: 726px;
position: relative;
}
.m-userinfo {
border: 1px solid #e4eaee;
margin-bottom: 23px;
font-size: 12px;
color: #4b4b4b;
position: relative;
z-index: 3;
}
.m-userinfo .s-bar {
font-family: tahoma,arial,'Hiragino Sans GB','Microsoft YaHei',宋体,sans-serif;
vertical-align: middle;
color: #546d7e;
padding: 10px;
background: #f5f8fa;
border-bottom: 1px solid #e4eaee;
line-height: 23px;
padding-top: 11px;
padding-bottom: 8px;
}
.m-userinfo .s-userbar {
padding: 5px 0;
position: relative;
}
.m-userinfo .s-userbar .s-bar{
font-size:12px;
}
.m-userinfo .s-baseinfo {
float: left;
width: 39%;
}
.m-userinfo .s-avatar {
float: left;
display: block;
width: 52px;
height: 52px;
margin-right: 13px;
margin-left: 12px;
position: relative;
border: 2px solid #FFF;
border-radius: 50%;
overflow: hidden;
}
.m-userinfo .s-avatar img{
width:100%;
height:100%;
border-radius: 50%;
}
.m-userinfo .s-name {
margin-top: 6px;
display: block;
color: #000;
}
.m-userinfo .s-my-stuffs {
float: right;
width: 61%;
margin-right: -1px;
margin-top: 9px;
}
.m-userinfo .s-my-stuffs > li {
width: 33%;
display: inline;
float: right;
}
.m-userinfo .s-my-stuffs .i-trigger {
cursor: pointer;
position: relative;
z-index: 2;
display: block;
padding: 10px 0;
color: #546d7e;
text-align: center;
}
.m-userinfo .s-my-stuffs .i-trigger:hover{
color: #FF4400;
}
.m-userinfo .s-my-stuffs .i-trigger .icon-arr {
margin-left: 5px;
position: relative;
display: inline-block;
width: 11px;
height: 7px;
}
.m-userinfo .s-my-stuffs .i-trigger a {
color: #546d7e;
}
.m-userinfo .s-my-stuffs .i-trigger .icon-arr em, .m-userinfo .s-my-stuffs .i-trigger .icon-arr i {
position: absolute;
left: 0;
top: 0;
border-style: solid;
border-width: 5px;
font-size: 0;
height: 0;
line-height: 0;
overflow: hidden;
border-color: #546d7e transparent transparent;
}
.m-userinfo .s-my-stuffs .i-trigger .icon-arr em {
top: -1px;
border-color: #f5f8fa transparent transparent;
}
.m-userinfo .s-my-stuffs .i-dropdown {
display: none;
position: relative;
z-index: 1;
height: 1px;
line-height: 1px;
margin-top: 1px;
}
.m-userinfo .s-my-stuffs .i-dropdown-shim {
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.m-userinfo .s-my-stuffs .i-dropdown-con {
box-shadow: 0 1px 5px #e4eaee;
border: 1px solid #e4eaee;
background: #fff;
line-height: 1.4;
padding: 3px 0;
color: #4b4b4b;
}
.m-userinfo .s-my-stuffs .i-dropdown-con li {
display: block;
float: none;
}
.i-dropdown-con li a {
display: block;
padding-bottom: 13px;
text-align: center;
}
.highlight {
color: #f40;
font-style: normal;
}
.s-privilegeinfo:hover{
box-shadow: 0 1px 5px #e4eaee;
outline: 1px solid #e4eaee;
outline-bottom: none;
background:white;
}
.s-privilegeinfo:hover .i-dropdown{
display:block;
}
.s-privilegeinfo:hover .i-dropdown-con{
border-top:none;
}
.m-userinfo .s-my-stuffs .s-myalipay .realy-name {
vertical-align: top;
width: 16px;
height: 16px;
display: inline-block;
position: relative;
z-index: 4;
top: -1px;
}
.m-userinfo .s-my-stuffs .s-myalipay .realy-name .icon {
vertical-align: top;
display: block;
width: 16px;
height: 13px;
position: absolute;
top: 5px;
left: 0;
background: url("../img/shenfen.png");
background-position: -28px -557px;
}
.m-userinfo .s-my-stuffs .s-myalipay:hover{
box-shadow: 0 1px 5px #e4eaee;
border: 1px solid #e4eaee;
border-bottom: none;
box-sizing: border-box;
background:white;
}
.m-userinfo .s-my-stuffs .s-myalipay:hover .i-dropdown{
display: block;
}
.m-userinfo .s-my-stuffs .s-myalipay:hover .i-dropdown-con{
border-top:none;
}
.m-userinfo .s-my-stuffs .s-myalipay .i-dropdown-shim {
left: auto;
right: 0;
width: auto;
}
.m-userinfo .s-my-stuffs .s-myalipay .i-dropdown-con {
padding-top: 17px;
width: 240px;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount {
white-space: nowrap;
margin-top: 20px;
border-bottom: 1px #eee solid;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount .highlight {
display: inline;
padding: 2px 8px;
border: 1px dashed #fdb08e;
background: #fff0e8;
color: #f40;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount .link {
border-top: 1px #eee solid;
vertical-align: middle;
margin-top: 15px;
line-height: 1.2;
text-indent: 0;
letter-spacing: -5px;
}
.hidden{
display: none;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount .link a {
letter-spacing: normal;
width: 33%;
float: left;
text-align: center;
border-left: 1px #eee solid;
margin-left: -1px;
background: #fff;
}
/*猜你喜欢开始*/
.cnxh {
font-size: 14px;
color: #4b4b4b;
}
.cnxh .s-bar {
font-family: tahoma,arial,'Hiragino Sans GB','Microsoft YaHei',宋体,sans-serif;
color: #fff;
background: #a0cdeb;
border: #a0cdeb;
border-top: #e4eaee;
font-size: 18px;
line-height: 18px;
padding: 11px 10px;
position: relative;
}
.i-load-more {
position: absolute;
right: 10px;
top: 10px;
padding: 3px 12px;
margin-top: -3px;
height: 20px;
background: #fff;
font-size: 14px;
line-height: 20px;
color: #4b4b4b;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.cnxh .s-content {
border: 1px solid #e4eaee;
border-top: 0;
background-color: #f5f8fa;
padding: 26px 0 0;
}
.s-content .s-inner-content {
margin: 0 8px;
}
.item-list .item {
position: relative;
margin: 0 8px 20px;
width: 218px;
height: 313px;
float: left;
background: #fff;
border: 1px solid #e4eaee;
color: #595959;
}
.item-list .item .pic {
width: 218px;
height: 218px;
overflow: hidden;
position: relative;
}
.item .pic .pic-link {
vertical-align: middle;
display: table-cell;
width: 218px;
height: 218px;
overflow: hidden;
text-align: center;
}
.item .pic .pic-link .pic-img {
max-width: 220px;
max-height: 220px;
vertical-align: middle;
}
.item .price-box {
*zoom: 1;
height: 16px;
overflow: hidden;
margin: 13px 12px 12px 16px;
line-height: 16px;
}
.item .price-box .price{
font-size: 16px;
vertical-align: bottom;
float: left;
color: #f40;
}
em{
font-style: normal;
}
.item .price-box .price .value {
font-family: Verdana;
font-weight: 700;
}
.item .price-box .history-price {
font-size: 14px;
margin-left: 10px;
vertical-align: bottom;
float: left;
color: #999;
}
.item .price-box .history-price .value {
font-family: Verdana;
text-decoration: line-through;
font-weight: 400;
}
.item .title {
font-size: 12px;
overflow: hidden;
margin: 0 12px 0 16px;
height: 14px;
line-height: 1;
text-overflow: ellipsis;
white-space: nowrap;
}
.item .extra-box{
font-size: 12px;
margin: 0 16px;
height: 16px;
line-height: 16px;
margin-top: 12px;
color: #9c9c9c;
overflow: hidden;
}
.item .extra-box .sales{
float: right;
}
/*右内容结束*/
/*左菜单开始*/
#sub {
width: 110px;
overflow: hidden;
float: left;
margin-left: -100%;
min-height: 1px;
padding-top: 25px;
}
#sub .sideMenu {
width: 110px;
}
#sub .sideMenu .menu-tree {
font-size: 12px;
padding-left: 3px;
}
#sub .sideMenu .menu-tree dt {
font-size: 15px;
line-height: 28px;
margin: 5px 10px 1px 0;
color: #f40;
}
#sub .sideMenu .menu-tree dd {
position: relative;
}
#sub .sideMenu .menu-tree .menu-item a:link,
.menu-tree .menu-item a:visited {
display: block;
overflow: hidden;
text-decoration: none;
line-height: 28px;
color: #000;
height: 28px;
}
#sub .sideMenu .menu-tree dd a:hover {
color: #f40;
}
#sub .sideMenu .menu-tree dd .jiantou {
z-index: 1;
position: absolute;
overflow: hidden;
cursor: pointer;
line-height: 100px;
top: -1px;
right: 10px;
width: 12px;
height: 12px;
margin: 9px 0 0;
background: url(../img/bd.png) no-repeat 0 -80px;
}
#sub .sideMenu .menu-tree dd .selected {
color: #f40;
}
#sub .sideMenu .menu-tree dd li {
line-height: 27px;
}
/*左菜单结束*/
/*主体部分结束*/
/*脚部开始*/
#footer {
width: 100%;
clear: both;
margin: 0;
text-align: center;
background: #fff;
position: relative;
}
dl a {
display: block;
width: 100px;
overflow: hidden;
text-align: left;
height: 20px;
line-height: 20px;
color: #00000;
}
#tmall-copyright {
background: #ffffff;
text-align: left;
min-height: 177px;
}
#tmall-copyright .tmall-info {
border-top: 1px solid #ddd;
width: 1190px;
margin: 0 auto;
line-height: 25px;
}
#footer p {
padding: 5px 0;
}
#footer p a {
margin-right: 3px;
color: #6C6C6C;
}
#tmall-copyright .otherlink {
width: 1190px;
margin: 0 auto;
color: #00000;
line-height: 25px;
}
#tmall-copyright .footer-copyright {
border-top: 1px solid #ddd;
line-height: 20px;
width: 1190px;
margin: 0 auto;
background: #FFFFFF;
color: #a4a4a4;
}
#tmall-copyright .footer-copyright a {
color: #a4a4a4;
margin-right: 65px;
}
#tmall-copyright .footer-copyright b {
display: block;
color: #686868;
font-weight: 400;
}
#server-num {
color: #FFFFFF;
font-size: 11px;
background: #FFFFFF;
}
/*脚部结束*/ | Public/Home/css/mypage.css | * {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #3c3c3c;
}
a:hover {
cursor: pointer;
}
ul,
li {
list-style: none;
display: block;
}
body {
font: 12px/1.5 "microsoft yahei", "microsoft yahei", "\5b8b\4f53";
background-color: #f5f5f5;
}
img {
border-style: none;
}
.clearfix::after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
font-size: 0;
}
.clearfix::before {
display: table;
content: "";
overflow: hidden;
}
#mallPage {
min-width: 990px;
width: auto;
background-color: transparent;
background: #FFFFFF;
}
/*标题导航开始*/
.site-nav {
width: auto;
height: 35px;
position: relative !important;
background: #f2f2f2;
z-index: 99999;
-webkit-transform: translate3d(0, 0, 0);
border-bottom: 1px solid #e5e5e5;
}
.site-nav .wrapper {
position: relative;
font-size: 12px;
color: #6c6c6c;
height: 35px;
width: 1190px;
margin: 0 auto;
}
.site-nav .wrapper .login-info {
height: 35px;
line-height: 35px;
float: left;
}
.site-nav .wrapper .login-info .login {
float: left;
padding: 0 15px 0 0;
}
.site-nav .wrapper .login-info .login a {
color: #6c6c6c;
}
.site-nav .wrapper .login-info .login a:hover {
color: #F40;
}
.site-nav .wrapper .login-info .news {
display: inline-block;
width: 35px;
}
.site-nav .wrapper .login-info .news:hover {
color: #F40;
}
.site-nav .wrapper .login-info .phone {
color: #F40;
float: left;
padding: 0 15px 0 0;
}
/*右导航*/
.site-nav .wrapper .quick-menu {
height: 35px;
line-height: 35px;
float: right;
}
.site-nav .wrapper .quick-menu li {
position: relative;
}
.site-nav .wrapper .quick-menu .home {
color: #F40;
float: left;
margin-right: 15px;
}
.menu {
float: left;
position: relative;
text-align: center;
margin-right: 15px;
}
.menu b {
-webkit-backface-visibility: hidden;
position: absolute;
right: 6px;
top: 16px;
width: 0;
height: 0;
border-width: 3px;
border-style: solid dashed dashed;
border-color: #bbb transparent transparent;
font-size: 0;
line-height: 0;
}
.menu a {
color: #6c6c6c;
margin-left: 4px;
margin-right: 15px;
}
.menu .baobei {
display: none;
position: absolute;
top: 35px;
line-height: 35px;
left: -1px;
background-color: white;
width: 104px;
padding: 0 5px 0 5px;
z-index: 9999;
}
.menu .mai {
display: none;
position: absolute;
top: 35px;
line-height: 35px;
left: -1px;
background-color: white;
width: 104px;
padding: 0 5px 0 5px;
z-index: 9999;
}
.menu p {
text-align: left;
}
.menu:hover .mai {
display: block;
}
.menu .baobei a {
color: #6c6c6c;
}
.menu:hover a {
color: #6c6c6c;
}
.menu a:hover {
color: #F40;
}
.menu:hover .baobei {
display: block;
}
.menu:hover {
box-sizing: content-box;
background-color: white;
}
.site-nav .wrapper .quick-menu .buycar {
float: left;
margin-right: 15px;
}
.site-nav .wrapper .quick-menu .buycar .gouwuche {
color: #F40;
font-size: 12px;
margin-right: 2px;
}
.site-nav .wrapper .quick-menu .buycar a {
color: #6c6c6c;
}
.site-nav .wrapper .quick-menu .buycar a:hover {
color: #F40;
}
.site-nav .wrapper .quick-menu .net {
margin-right: 15px;
float: left;
}
.site-nav .wrapper .quick-menu .net a {
color: #6c6c6c;
}
.site-nav .wrapper .quick-menu .net a:hover {
color: #F40;
}
.site-nav .wrapper .quick-menu .shu {
float: left;
margin: 0 10px 0 5px;
}
.menu .support {
display: none;
position: absolute;
top: 35px;
line-height: 35px;
left: 0;
background-color: white;
padding: 0 5px 0 5px;
z-index: 9999;
white-space: nowrap;
width: auto;
overflow: hidden;
left: auto;
}
.menu:hover .support {
display: block;
}
.menu a .liebiao {
font-size: 10px;
color: red;
}
.net-nav {
display: none;
position: absolute;
border-width: 0 1px 1px;
right: 0;
left: auto;
text-align: left;
background: white;
padding: 25px 0;
z-index: 9999;
width: 1198px;
top: 35px;
}
.menu:hover .net-nav {
display: block;
}
.net-nav .site-list {
white-space: nowrap;
text-overflow: ellipsis;
}
.net-nav .site-count {
padding-left: 30px;
overflow: hidden;
height: 200px;
}
.net-nav .site-count h2 {
font-size: 16px;
padding-bottom: 8px;
font-family: '\5FAE\8F6F\96C5\9ED1', arial, "\5b8b\4f53";
font-weight: 100;
}
.net-nav .site-count ul {
margin-right: -20px;
overflow: hidden;
}
.net-nav .site-hot {
border-right: 1px solid #F5F5F5;
float: left;
width: 274px;
}
.net-nav .site-hot h2 {
color: #f56a00;
}
.net-nav .site-hot h2 span {
margin-left: 6px;
}
.net-nav .site-list li {
width: 95px;
float: left;
padding: 6px 0;
line-height: 1.4;
overflow: hidden;
}
.net-nav .site-list .new {
position: absolute;
font-size: 12px;
top: 0;
margin-left: 2px;
color: #68BE00;
}
.net-nav .site-list .hot {
position: absolute;
font-size: 12px;
top: 0;
margin-left: 2px;
color: #FF4A18;
}
.net-nav a {
color: #666;
margin: 0 0;
}
.net-nav .site-hot a:hover {
color: #f56a00;
text-decoration: underline;
}
.net-nav .site-market {
border-right: 1px solid #F5F5F5;
float: left;
width: 374px;
}
.net-nav .site-market h2 {
color: #2263d4;
}
.net-nav .site-market a:hover {
color: #2263d4;
text-decoration: underline;
}
.net-nav .site-brand {
border-right: 1px solid #F5F5F5;
float: left;
width: 269px;
}
.net-nav .site-brand h2 {
color: #000000;
}
.net-nav .site-brand a:hover {
color: #000000;
text-decoration: underline;
}
.net-nav .site-help {
padding-left: 30px;
float: left;
overflow: hidden;
height: 200px;
}
.net-nav .site-help h2 {
color: #A5;
}
.net-nav .site-help li {
float: none;
}
.net-nav .site-help a:hover {
color: #A5;
text-decoration: underline;
}
/*标题导航结束*/
#page {
width: 100%;
}
#page .header {
height: 36px;
background: #ff4401;
padding: 12px 0;
position: relative;
z-index: 5;
border-bottom: 1px #e7e7e7 solid;
}
#page .header article {
margin: 0 auto;
overflow: hidden;
min-width: 860px;
max-width: 1190px;
}
#page .header article .logo {
float: left;
position: relative;
overflow: hidden;
width: 16%;
height: 35px;
}
#page .header article .logo a {
width: 140px;
height: 36px;
display: inline-block;
vertical-align: middle;
background-image: url(../img/mytao.png);
background-repeat: no-repeat;
background-position: left center;
}
#page .header article .mt-nav {
width: 82.4%;
float: right;
}
#page .header article .mt-nav li {
position: relative;
float: left;
cursor: pointer;
z-index: 1;
height: 50px;
font: 400 14px/36px tahoma;
}
.mt-nav li a:link,
.mt-nav li a:visited {
text-decoration: none;
display: block;
text-align: center;
padding: 0 25px;
color: #fff;
}
.mt-nav li a i {
position: absolute;
width: 6px;
height: 6px;
top: 16px;
right: 12px;
}
.mt-nav li a em {
top: 2px;
position: absolute;
width: 0;
height: 0;
left: 0;
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-style: solid;
overflow: hidden;
border-width: 3px 3px 0;
font-style: normal;
}
.mt-nav li a s {
position: absolute;
width: 0;
height: 0;
left: 0;
top: 0;
border-color: rgba(255, 255, 255, 0);
border-top-color: #ff4401;
border-style: solid;
overflow: hidden;
border-width: 3px 3px 0;
}
.mt-nav li.selected .mt-arrow {
border-style: solid;
border-width: 6px;
font-size: 0;
height: 0;
line-height: 0;
position: absolute;
width: 0;
border-color: #ff4401 #ff4401 #fff;
left: 50%;
margin-left: -6px;
box-shadow: 0 1px 0 #fff;
bottom: 2px;
}
/*设置二级菜单开始*/
.mt-nav .nav-sub {
cursor: default;
position: absolute;
z-index: 3;
border: 1px solid #e1e1e1;
border-top: 0 none;
padding: 18px 0;
top: 40px;
left: -190px;
background: #fff;
width: 470px;
box-shadow: 0 1px 2px #ddd;
}
.mt-nav .nav-sub .nav-arr {
border-style: solid;
border-width: 6px;
font-size: 0;
height: 0;
line-height: 0;
position: absolute;
width: 0;
border-color: transparent transparent #fff;
left: 50%;
top: -12px;
margin-left: -6px;
box-shadow: 0 1px 0 #fff;
bottom: 2px;
}
.mt-nav .nav-sub dl {
width: 33%;
float: left;
}
.mt-nav .nav-sub dt {
font-size: 16px;
padding-left: 38px;
}
.mt-nav .nav-sub .safe dt {
color: #3aac8a;
}
.hide {
display: none;
}
/*设置二级菜单结束*/
.mt-nav .search {
width: 322px;
float: right;
background: #fff;
height: 27px;
position: relative;
margin-top: 4px;
}
.mt-nav .search .search-button {
position: relative;
z-index: 1;
float: right;
background: #fff;
}
.mt-nav .search .search-button .search-btn {
border: none;
text-transform: none;
text-indent: 0;
font-size: 12px;
color: #666;
background: #f5f5f5;
height: 27px;
width: 72px;
border-left: 1px solid #d9d9d9;
}
.mt-nav .search .search-input {
height: 27px;
position: relative;
overflow: hidden;
vertical-align: middle;
}
.mt-nav .search .search-input input {
border-top: 0;
padding-top: 5px;
background-position: 0 -40px;
background-color: #fff;
width: 100%;
outline: 0;
padding-right: 3px;
text-indent: 5px;
font-size: 14px;
position: absolute;
height: 18px;
line-height: 18px;
padding: 4px 0;
vertical-align: middle;
border: 0 none;
}
/*头部导航结束*/
/*主体部分开始*/
#content {
width: 990px;
margin: 0 auto;
}
/*右部分开始*/
#content .main {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 40px;
-webkit-transition: all ease-in-out .15s;
transition: all ease-in-out .15s;
background: #fff;
}
.main-wrap{
margin-left:120px;
padding-right: 1px;
padding-bottom: 1px;
position: relative;
}
.mt-ml-cl{
float: left;
width: 100%;
min-height: 1000px;
}
.mt-ml-cl .mt-ml-shim {
margin-bottom: -26px;
margin-left: 10px;
width: 726px;
position: relative;
}
.m-userinfo {
border: 1px solid #e4eaee;
margin-bottom: 23px;
font-size: 12px;
color: #4b4b4b;
position: relative;
z-index: 3;
}
.m-userinfo .s-bar {
font-family: tahoma,arial,'Hiragino Sans GB','Microsoft YaHei',宋体,sans-serif;
vertical-align: middle;
color: #546d7e;
padding: 10px;
background: #f5f8fa;
border-bottom: 1px solid #e4eaee;
line-height: 23px;
padding-top: 11px;
padding-bottom: 8px;
}
.m-userinfo .s-userbar {
padding: 5px 0;
position: relative;
}
.m-userinfo .s-userbar .s-bar{
font-size:12px;
}
.m-userinfo .s-baseinfo {
float: left;
width: 39%;
}
.m-userinfo .s-avatar {
float: left;
display: block;
width: 52px;
height: 52px;
margin-right: 13px;
margin-left: 12px;
position: relative;
border: 2px solid #FFF;
border-radius: 50%;
overflow: hidden;
}
.m-userinfo .s-avatar img{
width:100%;
height:100%;
border-radius: 50%;
}
.m-userinfo .s-name {
margin-top: 6px;
display: block;
color: #000;
}
.m-userinfo .s-my-stuffs {
float: right;
width: 61%;
margin-right: -1px;
margin-top: 9px;
}
.m-userinfo .s-my-stuffs > li {
width: 33%;
display: inline;
float: right;
}
.m-userinfo .s-my-stuffs .i-trigger {
cursor: pointer;
position: relative;
z-index: 2;
display: block;
padding: 10px 0;
color: #546d7e;
text-align: center;
}
.m-userinfo .s-my-stuffs .i-trigger:hover{
color: #FF4400;
}
.m-userinfo .s-my-stuffs .i-trigger .icon-arr {
margin-left: 5px;
position: relative;
display: inline-block;
width: 11px;
height: 7px;
}
.m-userinfo .s-my-stuffs .i-trigger a {
color: #546d7e;
}
.m-userinfo .s-my-stuffs .i-trigger .icon-arr em, .m-userinfo .s-my-stuffs .i-trigger .icon-arr i {
position: absolute;
left: 0;
top: 0;
border-style: solid;
border-width: 5px;
font-size: 0;
height: 0;
line-height: 0;
overflow: hidden;
border-color: #546d7e transparent transparent;
}
.m-userinfo .s-my-stuffs .i-trigger .icon-arr em {
top: -1px;
border-color: #f5f8fa transparent transparent;
}
.m-userinfo .s-my-stuffs .i-dropdown {
display: none;
position: relative;
z-index: 1;
height: 1px;
line-height: 1px;
margin-top: 1px;
}
.m-userinfo .s-my-stuffs .i-dropdown-shim {
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.m-userinfo .s-my-stuffs .i-dropdown-con {
box-shadow: 0 1px 5px #e4eaee;
border: 1px solid #e4eaee;
background: #fff;
line-height: 1.4;
padding: 3px 0;
color: #4b4b4b;
}
.m-userinfo .s-my-stuffs .i-dropdown-con li {
display: block;
float: none;
}
.i-dropdown-con li a {
display: block;
padding-bottom: 13px;
text-align: center;
}
.highlight {
color: #f40;
font-style: normal;
}
.s-privilegeinfo:hover{
box-shadow: 0 1px 5px #e4eaee;
outline: 1px solid #e4eaee;
outline-bottom: none;
background:white;
}
.s-privilegeinfo:hover .i-dropdown{
display:block;
}
.s-privilegeinfo:hover .i-dropdown-con{
border-top:none;
}
.m-userinfo .s-my-stuffs .s-myalipay .realy-name {
vertical-align: top;
width: 16px;
height: 16px;
display: inline-block;
position: relative;
z-index: 4;
top: -1px;
}
.m-userinfo .s-my-stuffs .s-myalipay .realy-name .icon {
vertical-align: top;
display: block;
width: 16px;
height: 13px;
position: absolute;
top: 5px;
left: 0;
background: url("../img/shenfen.png");
background-position: -28px -557px;
}
.m-userinfo .s-my-stuffs .s-myalipay:hover{
box-shadow: 0 1px 5px #e4eaee;
border: 1px solid #e4eaee;
border-bottom: none;
box-sizing: border-box;
background:white;
}
.m-userinfo .s-my-stuffs .s-myalipay:hover .i-dropdown{
display: block;
}
.m-userinfo .s-my-stuffs .s-myalipay:hover .i-dropdown-con{
border-top:none;
}
.m-userinfo .s-my-stuffs .s-myalipay .i-dropdown-shim {
left: auto;
right: 0;
width: auto;
}
.m-userinfo .s-my-stuffs .s-myalipay .i-dropdown-con {
padding-top: 17px;
width: 240px;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount {
white-space: nowrap;
margin-top: 20px;
border-bottom: 1px #eee solid;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount .highlight {
display: inline;
padding: 2px 8px;
border: 1px dashed #fdb08e;
background: #fff0e8;
color: #f40;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount .link {
border-top: 1px #eee solid;
vertical-align: middle;
margin-top: 15px;
line-height: 1.2;
text-indent: 0;
letter-spacing: -5px;
}
.hidden{
display: none;
}
.m-userinfo .s-my-stuffs .s-myalipay .check-amount .link a {
letter-spacing: normal;
width: 33%;
float: left;
text-align: center;
border-left: 1px #eee solid;
margin-left: -1px;
background: #fff;
}
/*猜你喜欢开始*/
.cnxh {
font-size: 14px;
color: #4b4b4b;
}
.cnxh .s-bar {
font-family: tahoma,arial,'Hiragino Sans GB','Microsoft YaHei',宋体,sans-serif;
color: #fff;
background: #a0cdeb;
border: #a0cdeb;
border-top: #e4eaee;
font-size: 18px;
line-height: 18px;
padding: 11px 10px;
position: relative;
}
.i-load-more {
position: absolute;
right: 10px;
top: 10px;
padding: 3px 12px;
margin-top: -3px;
height: 20px;
background: #fff;
font-size: 14px;
line-height: 20px;
color: #4b4b4b;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.cnxh .s-content {
border: 1px solid #e4eaee;
border-top: 0;
background-color: #f5f8fa;
padding: 26px 0 0;
}
.s-content .s-inner-content {
margin: 0 8px;
}
.item-list .item {
position: relative;
margin: 0 8px 20px;
width: 218px;
height: 313px;
float: left;
background: #fff;
border: 1px solid #e4eaee;
color: #595959;
}
.item-list .item .pic {
width: 218px;
height: 218px;
overflow: hidden;
position: relative;
}
.item .pic .pic-link {
vertical-align: middle;
display: table-cell;
width: 218px;
height: 218px;
overflow: hidden;
text-align: center;
}
.item .pic .pic-link .pic-img {
max-width: 220px;
max-height: 220px;
vertical-align: middle;
}
.item .price-box {
*zoom: 1;
height: 16px;
overflow: hidden;
margin: 13px 12px 12px 16px;
line-height: 16px;
}
.item .price-box .price{
font-size: 16px;
vertical-align: bottom;
float: left;
color: #f40;
}
em{
font-style: normal;
}
.item .price-box .price .value {
font-family: Verdana;
font-weight: 700;
}
.item .price-box .history-price {
font-size: 14px;
margin-left: 10px;
vertical-align: bottom;
float: left;
color: #999;
}
.item .price-box .history-price .value {
font-family: Verdana;
text-decoration: line-through;
font-weight: 400;
}
.item .title {
font-size: 12px;
overflow: hidden;
margin: 0 12px 0 16px;
height: 14px;
line-height: 1;
text-overflow: ellipsis;
white-space: nowrap;
}
.item .extra-box{
font-size: 12px;
margin: 0 16px;
height: 16px;
line-height: 16px;
margin-top: 12px;
color: #9c9c9c;
overflow: hidden;
}
.item .extra-box .sales{
float: right;
}
/*右内容结束*/
/*左菜单开始*/
#sub {
width: 110px;
overflow: hidden;
float: left;
margin-left: -100%;
min-height: 1px;
padding-top: 25px;
}
#sub .sideMenu {
width: 110px;
}
#sub .sideMenu .menu-tree {
font-size: 12px;
padding-left: 3px;
}
#sub .sideMenu .menu-tree dt {
font-size: 15px;
line-height: 28px;
margin: 5px 10px 1px 0;
color: #f40;
}
#sub .sideMenu .menu-tree dd {
position: relative;
}
#sub .sideMenu .menu-tree .menu-item a:link,
.menu-tree .menu-item a:visited {
display: block;
overflow: hidden;
text-decoration: none;
line-height: 28px;
color: #000;
height: 28px;
}
#sub .sideMenu .menu-tree dd a:hover {
color: #f40;
}
#sub .sideMenu .menu-tree dd .jiantou {
z-index: 1;
position: absolute;
overflow: hidden;
cursor: pointer;
line-height: 100px;
top: -1px;
right: 10px;
width: 12px;
height: 12px;
margin: 9px 0 0;
background: url(../img/bd.png) no-repeat 0 -80px;
}
#sub .sideMenu .menu-tree dd .selected {
color: #f40;
}
#sub .sideMenu .menu-tree dd li {
line-height: 27px;
}
/*左菜单结束*/
/*主体部分结束*/
/*脚部开始*/
#footer {
width: 100%;
clear: both;
margin: 0;
text-align: center;
background: #fff;
position: relative;
}
dl a {
display: block;
width: 100px;
overflow: hidden;
text-align: left;
height: 20px;
line-height: 20px;
color: #00000;
}
#tmall-copyright {
background: #ffffff;
text-align: left;
min-height: 177px;
}
#tmall-copyright .tmall-info {
border-top: 1px solid #ddd;
width: 1190px;
margin: 0 auto;
line-height: 25px;
}
#footer p {
padding: 5px 0;
}
#footer p a {
margin-right: 3px;
color: #6C6C6C;
}
#tmall-copyright .otherlink {
width: 1190px;
margin: 0 auto;
color: #00000;
line-height: 25px;
}
#tmall-copyright .footer-copyright {
border-top: 1px solid #ddd;
line-height: 20px;
width: 1190px;
margin: 0 auto;
background: #FFFFFF;
color: #a4a4a4;
}
#tmall-copyright .footer-copyright a {
color: #a4a4a4;
margin-right: 65px;
}
#tmall-copyright .footer-copyright b {
display: block;
color: #686868;
font-weight: 400;
}
#server-num {
color: #FFFFFF;
font-size: 11px;
background: #FFFFFF;
}
/*脚部结束*/ | 0.494385 | 0.100084 |
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
footer,
header,
nav,
section {
display: block; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
figcaption,
figure,
main {
display: block; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
pre {
font-family: monospace, monospace;
font-size: 1em; }
a {
background-color: transparent;
-webkit-text-decoration-skip: objects; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; }
b,
strong {
font-weight: inherit; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; }
dfn {
font-style: italic; }
mark {
background-color: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
audio,
video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
img {
border-style: none; }
svg:not(:root) {
overflow: hidden; }
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
padding: 0.35em 0.75em 0.625em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; }
progress {
display: inline-block;
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
details,
menu {
display: block; }
summary {
display: list-item; }
canvas {
display: inline-block; }
template {
display: none; }
[hidden] {
display: none; }
*,
*::before,
*::after {
box-sizing: border-box; }
html,
body {
min-width: 100%;
min-height: 100vh;
font-family: Arial, Helvetica, sans-serif;
font-size: 1rem; }
body {
min-width: 320px; }
p, ul, ol, dl, table,
blockquote, pre, figure,
hr {
margin-top: 0;
margin-bottom: 1rem;
padding-top: 0;
padding-bottom: 0; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
.border-none, .button, .button-green, .button-orange, .button-red {
border: 0; }
.margin-none {
margin: 0; }
.padding-none {
padding: 0; }
.outline-none, .button, .button-green, .button-orange, .button-red, .field {
outline: 0; }
.shadow-none {
box-shadow: none; }
.width-auto {
width: auto; }
.min-width-unset {
min-width: unset; }
.selection-disabled, .button, .button-green, .button-orange, .button-red {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; }
.max-width-auto, .s-auto {
max-width: none; }
.max-width-25, .s-25 {
max-width: 25%; }
.max-width-30, .s-30 {
max-width: 30%; }
.max-width-35, .s-35 {
max-width: 35%; }
.max-width-40, .s-40 {
max-width: 40%; }
.max-width-45, .s-45 {
max-width: 45%; }
.max-width-50, .s-50 {
max-width: 50%; }
.max-width-55, .s-55 {
max-width: 55%; }
.max-width-60, .s-60 {
max-width: 60%; }
.max-width-65, .s-65 {
max-width: 65%; }
.max-width-70, .s-70 {
max-width: 70%; }
.max-width-75, .s-75 {
max-width: 75%; }
.max-width-80, .s-80 {
max-width: 80%; }
.max-width-85, .s-85 {
max-width: 85%; }
.max-width-90, .s-90 {
max-width: 90%; }
.max-width-95, .s-95 {
max-width: 95%; }
.max-width-100, .s-100 {
max-width: 100%; }
.text-undecorated, .text-normal, .button, .button-green, .button-orange, .button-red {
text-decoration: none; }
.text-untransformed, .text-normal {
text-transform: none; }
.text-unstyled, .text-normal {
font-style: normal; }
.text-normal-weight, .text-normal, .button, .button-green, .button-orange, .button-red {
font-weight: normal; }
.text-lighter {
font-weight: lighter; }
.text-bold {
font-weight: bold; }
.text-italic {
font-style: italic; }
.text-oblique {
font-style: oblique; }
.text-underline {
text-decoration: underline; }
.text-overline {
text-decoration: overline; }
.text-strikethrough {
text-decoration: line-through; }
.text-uppercase {
text-transform: uppercase; }
.text-lowercase {
text-transform: lowercase; }
.text-capitalize {
text-transform: capitalize; }
.text-nowrap, .button, .button-green, .button-orange, .button-red {
white-space: nowrap; }
.text-centered, .button, .button-green, .button-orange, .button-red, .s-text-centered {
text-align: center; }
.text-left, .s-text-left {
text-align: left; }
.text-right, .s-text-right {
text-align: right; }
.text-justify, .s-text-justify {
text-align: justify; }
.cutted-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.break-words {
word-wrap: break-word; }
.break-all {
word-break: break-all; }
.keep-all {
word-break: keep-all; }
.margin-left-none, .margin-x-none, .margin-none, .s-margin-left-none, .s-margin-x-none, .s-margin-none {
margin-left: 0; }
.margin-left-1, .margin-x-1, .margin-1, .s-margin-1, .s-margin-left-1, .s-margin-x-1 {
margin-left: 1rem; }
.margin-left-2, .margin-x-2, .margin-2, .s-margin-2, .s-margin-left-2, .s-margin-x-2 {
margin-left: 2rem; }
.margin-left-3, .margin-x-3, .margin-3, .s-margin-3, .s-margin-left-3, .s-margin-x-3 {
margin-left: 3rem; }
.margin-left-4, .margin-x-4, .margin-4, .s-margin-4, .s-margin-left-4, .s-margin-x-4 {
margin-left: 4rem; }
.margin-left-5, .margin-x-5, .margin-5, .s-margin-5, .s-margin-left-5, .s-margin-x-5 {
margin-left: 5rem; }
.margin-right-none, .margin-x-none, .margin-none, .s-margin-right-none, .s-margin-x-none, .s-margin-none {
margin-right: 0; }
.margin-right-1, .margin-x-1, .margin-1, .s-margin-1, .s-margin-right-1, .s-margin-x-1 {
margin-right: 1rem; }
.margin-right-2, .margin-x-2, .margin-2, .s-margin-2, .s-margin-right-2, .s-margin-x-2 {
margin-right: 2rem; }
.margin-right-3, .margin-x-3, .margin-3, .s-margin-3, .s-margin-right-3, .s-margin-x-3 {
margin-right: 3rem; }
.margin-right-4, .margin-x-4, .margin-4, .s-margin-4, .s-margin-right-4, .s-margin-x-4 {
margin-right: 4rem; }
.margin-right-5, .margin-x-5, .margin-5, .s-margin-5, .s-margin-right-5, .s-margin-x-5 {
margin-right: 5rem; }
.margin-top-none, .margin-y-none, .margin-none, .s-margin-top-none, .s-margin-y-none, .s-margin-none {
margin-top: 0; }
.margin-top-1, .margin-y-1, .margin-1, .s-margin-1, .s-margin-top-1, .s-margin-y-1 {
margin-top: 1rem; }
.margin-top-2, .margin-y-2, .margin-2, .s-margin-2, .s-margin-top-2, .s-margin-y-2 {
margin-top: 2rem; }
.margin-top-3, .margin-y-3, .margin-3, .s-margin-3, .s-margin-top-3, .s-margin-y-3 {
margin-top: 3rem; }
.margin-top-4, .margin-y-4, .margin-4, .s-margin-4, .s-margin-top-4, .s-margin-y-4 {
margin-top: 4rem; }
.margin-top-5, .margin-y-5, .margin-5, .s-margin-5, .s-margin-top-5, .s-margin-y-5 {
margin-top: 5rem; }
.margin-bottom-none, .margin-y-none, .margin-none, .s-margin-bottom-none, .s-margin-y-none, .s-margin-none {
margin-bottom: 0; }
.margin-bottom-1, .margin-y-1, .margin-1, .s-margin-1, .s-margin-bottom-1, .s-margin-y-1 {
margin-bottom: 1rem; }
.margin-bottom-2, .margin-y-2, .margin-2, .s-margin-2, .s-margin-bottom-2, .s-margin-y-2 {
margin-bottom: 2rem; }
.margin-bottom-3, .margin-y-3, .margin-3, .s-margin-3, .s-margin-bottom-3, .s-margin-y-3 {
margin-bottom: 3rem; }
.margin-bottom-4, .margin-y-4, .margin-4, .s-margin-4, .s-margin-bottom-4, .s-margin-y-4 {
margin-bottom: 4rem; }
.margin-bottom-5, .margin-y-5, .margin-5, .s-margin-5, .s-margin-bottom-5, .s-margin-y-5 {
margin-bottom: 5rem; }
.padding-left-none, .padding-x-none, .padding-none, .s-padding-left-none, .s-padding-x-none, .s-padding-none {
padding-left: 0; }
.padding-left-1, .padding-x-1, .padding-1, .s-padding-1, .container, .container-medium, .container-large, .container-extra-large, .s-padding-left-1, .s-padding-x-1 {
padding-left: 1rem; }
.padding-left-2, .padding-x-2, .padding-2, .s-padding-2, .s-padding-left-2, .s-padding-x-2 {
padding-left: 2rem; }
.padding-left-3, .padding-x-3, .padding-3, .s-padding-3, .s-padding-left-3, .s-padding-x-3 {
padding-left: 3rem; }
.padding-left-4, .padding-x-4, .padding-4, .s-padding-4, .s-padding-left-4, .s-padding-x-4 {
padding-left: 4rem; }
.padding-left-5, .padding-x-5, .padding-5, .s-padding-5, .s-padding-left-5, .s-padding-x-5 {
padding-left: 5rem; }
.padding-right-none, .padding-x-none, .padding-none, .s-padding-right-none, .s-padding-x-none, .s-padding-none {
padding-right: 0; }
.padding-right-1, .padding-x-1, .padding-1, .s-padding-1, .container, .container-medium, .container-large, .container-extra-large, .s-padding-right-1, .s-padding-x-1 {
padding-right: 1rem; }
.padding-right-2, .padding-x-2, .padding-2, .s-padding-2, .s-padding-right-2, .s-padding-x-2 {
padding-right: 2rem; }
.padding-right-3, .padding-x-3, .padding-3, .s-padding-3, .s-padding-right-3, .s-padding-x-3 {
padding-right: 3rem; }
.padding-right-4, .padding-x-4, .padding-4, .s-padding-4, .s-padding-right-4, .s-padding-x-4 {
padding-right: 4rem; }
.padding-right-5, .padding-x-5, .padding-5, .s-padding-5, .s-padding-right-5, .s-padding-x-5 {
padding-right: 5rem; }
.padding-top-none, .padding-y-none, .padding-none, .s-padding-top-none, .s-padding-y-none, .s-padding-none {
padding-top: 0; }
.padding-top-1, .padding-y-1, .padding-1, .s-padding-1, .s-padding-top-1, .s-padding-y-1 {
padding-top: 1rem; }
.padding-top-2, .padding-y-2, .padding-2, .s-padding-2, .s-padding-top-2, .s-padding-y-2 {
padding-top: 2rem; }
.padding-top-3, .padding-y-3, .padding-3, .s-padding-3, .s-padding-top-3, .s-padding-y-3 {
padding-top: 3rem; }
.padding-top-4, .padding-y-4, .padding-4, .s-padding-4, .s-padding-top-4, .s-padding-y-4 {
padding-top: 4rem; }
.padding-top-5, .padding-y-5, .padding-5, .s-padding-5, .s-padding-top-5, .s-padding-y-5 {
padding-top: 5rem; }
.padding-bottom-none, .padding-y-none, .padding-none, .s-padding-bottom-none, .s-padding-y-none, .s-padding-none {
padding-bottom: 0; }
.padding-bottom-1, .padding-y-1, .padding-1, .s-padding-1, .s-padding-bottom-1, .s-padding-y-1 {
padding-bottom: 1rem; }
.padding-bottom-2, .padding-y-2, .padding-2, .s-padding-2, .s-padding-bottom-2, .s-padding-y-2 {
padding-bottom: 2rem; }
.padding-bottom-3, .padding-y-3, .padding-3, .s-padding-3, .s-padding-bottom-3, .s-padding-y-3 {
padding-bottom: 3rem; }
.padding-bottom-4, .padding-y-4, .padding-4, .s-padding-4, .s-padding-bottom-4, .s-padding-y-4 {
padding-bottom: 4rem; }
.padding-bottom-5, .padding-y-5, .padding-5, .s-padding-5, .s-padding-bottom-5, .s-padding-y-5 {
padding-bottom: 5rem; }
.list-unstyled, .list-unstyled-clear {
list-style: none; }
.list-unstyled-clear {
margin: 0;
padding: 0; }
.list-disc {
list-style-type: disc; }
.list-square {
list-style-type: square; }
.list-decimal {
list-style-type: decimal; }
.list-dash {
list-style-type: none; }
.list-dash li::before {
margin-right: 10px;
font-weight: bold;
content: "-"; }
.list-inside {
list-style-position: inside; }
.list-outside {
list-style-position: outside; }
.cursor-auto {
cursor: auto; }
.cursor-default {
cursor: default; }
.cursor-pointer, .button, .button-green, .button-orange, .button-red {
cursor: pointer; }
.cursor-wait {
cursor: wait; }
.cursor-help {
cursor: help; }
.square,
.radius-none {
border-radius: 0; }
.radius-1 {
border-radius: 2px; }
.radius-2, .note, .note-green, .note-orange, .note-red {
border-radius: 4px; }
.radius-3 {
border-radius: 6px; }
.radius-4 {
border-radius: 8px; }
.radius-5 {
border-radius: 10px; }
.circle {
border-radius: 100%; }
.transparent {
opacity: 0; }
.transparency-1 {
opacity: 0.1; }
.transparency-2 {
opacity: 0.2; }
.transparency-3 {
opacity: 0.3; }
.transparency-4 {
opacity: 0.4; }
.transparency-5 {
opacity: 0.5; }
.transparency-6 {
opacity: 0.6; }
.transparency-7 {
opacity: 0.7; }
.transparency-8 {
opacity: 0.8; }
.transparency-9 {
opacity: 0.9; }
.opaque {
opacity: 1; }
.overflow-x-hidden, .overflow-hidden {
overflow-x: hidden; }
.overflow-x-auto, .overflow-auto {
overflow-x: auto; }
.overflow-y-hidden, .overflow-hidden {
overflow-y: hidden; }
.overflow-y-auto, .overflow-auto {
overflow-y: auto; }
.resizable-none, .not-resizable {
resize: none; }
.resizable-x {
resize: horizontal; }
.resizable-y {
resize: vertical; }
.resizable-both {
resize: both; }
.grow, .content-grow > * {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1; }
.grow-none, .content-grow-none > * {
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
flex-grow: 0; }
.full-window-width, .full-window-sizes {
width: 100vw; }
.full-window-height, .full-window-sizes {
height: 100vh; }
.full-width, .full-block, .full-parent-sizes, .content-full-width > *, .container, .container-medium, .container-large, .container-extra-large {
width: 100%; }
.full-height, .full-parent-sizes, .content-full-height > * {
height: 100%; }
.nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap; }
.wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse; }
.float-left, .content-float-left > * {
float: left; }
.float-right, .content-float-right > * {
float: right; }
.float-none, .content-float-none > * {
float: none; }
.clear-left, .content-clear-left > * {
clear: left; }
.clear-right, .content-clear-right > * {
clear: right; }
.clear-both, .content-clear-both > * {
clear: both; }
.clear-none, .content-clear-none > * {
clear: none; }
.columns-none-gap {
-webkit-column-gap: 0;
column-gap: 0; }
.columns-rule-solid {
-webkit-column-rule-style: solid;
column-rule-style: solid; }
.columns-rule-dashed {
-webkit-column-rule-style: dashed;
column-rule-style: dashed; }
.columns-rule-dotted {
-webkit-column-rule-style: dotted;
column-rule-style: dotted; }
.columns-1, .s-columns-1 {
-webkit-column-count: 1;
column-count: 1; }
.columns-2, .s-columns-2 {
-webkit-column-count: 2;
column-count: 2; }
.columns-3, .s-columns-3 {
-webkit-column-count: 3;
column-count: 3; }
.columns-4, .s-columns-4 {
-webkit-column-count: 4;
column-count: 4; }
.x-centered, .container, .container-medium, .container-large, .container-extra-large,
.horizontally-centered {
margin: 0 auto; }
.valign-baseline,
.content-valign-baseline > * {
vertical-align: baseline; }
.valign-top,
.content-valign-top > * {
vertical-align: top; }
.valign-middle,
.content-valign-middle > * {
vertical-align: middle; }
.valign-bottom,
.content-valign-bottom > * {
vertical-align: bottom; }
.valign-super,
.content-valign-super > * {
vertical-align: super; }
.valign-sub,
.content-valign-sub > * {
vertical-align: sub; }
.vertically-centered, .vertically-centered-absolute,
.y-centered-absolute,
.y-centered {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.vertically-centered-absolute,
.y-centered-absolute {
position: absolute; }
.position-static, .s-position-static {
position: static; }
.position-relative, .s-position-relative {
position: relative; }
.position-absolute, .s-position-absolute {
position: absolute; }
.position-fixed, .s-position-fixed {
position: fixed; }
.position-top, .top-left-corner, .top-right-corner, .s-position-top, .s-top-left-corner, .s-top-right-corner {
top: 0; }
.position-left, .top-left-corner, .bottom-left-corner, .s-position-left, .s-top-left-corner, .s-bottom-left-corner {
left: 0; }
.position-right, .top-right-corner, .bottom-right-corner, .s-position-right, .s-top-right-corner, .s-bottom-right-corner {
right: 0; }
.position-bottom, .bottom-left-corner, .bottom-right-corner, .s-position-bottom, .s-bottom-left-corner, .s-bottom-right-corner {
bottom: 0; }
.content-left, .s-content-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.content-right, .s-content-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.content-centered, .s-content-centered {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.content-wrapped, .s-content-wrapped {
-webkit-justify-content: space-around;
justify-content: space-around; }
.content-apart, .s-content-apart {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.direction-row, .s-direction-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row; }
.direction-column, .s-direction-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.direction-reversed-row, .s-direction-reversed-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.direction-reversed-column, .s-direction-reversed-column {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; }
.lines-top {
-webkit-align-content: flex-start;
align-content: flex-start; }
.lines-bottom {
-webkit-align-content: flex-end;
align-content: flex-end; }
.lines-centered {
-webkit-align-content: center;
align-content: center; }
.lines-stretched {
-webkit-align-content: stretch;
align-content: stretch; }
.lines-wrapped {
-webkit-align-content: space-around;
align-content: space-around; }
.lines-apart {
-webkit-align-content: space-between;
align-content: space-between; }
.items-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.items-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end; }
.items-centered, .field-button-pair, .field-button-pair-rounded {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.items-baseline {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline; }
.items-stretched {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch; }
.self-top {
-webkit-align-self: flex-start;
align-self: flex-start; }
.self-bottom {
-webkit-align-self: flex-end;
align-self: flex-end; }
.self-centered {
-webkit-align-self: center;
align-self: center; }
.self-baseline {
-webkit-align-self: baseline;
align-self: baseline; }
.self-stretched, .field-button-pair .field, .field-button-pair-rounded .field {
-webkit-align-self: stretch;
align-self: stretch; }
.display-inline, .s-display-inline, .s-inline {
display: inline; }
.display-inline-block, .button, .button-green, .button-orange, .button-red, .field, .s-display-inline-block, .s-inline-block {
display: inline-block; }
.display-block, .full-block, .note, .note-green, .note-orange, .note-red, .s-display-block, .s-block {
display: block; }
.display-flex, .grow, .content-grow > *, .grow-none, .content-grow-none > *, .nowrap, .wrap, .wrap-reverse, .content-left, .s-content-left, .content-right, .s-content-right, .content-centered, .s-content-centered, .content-wrapped, .s-content-wrapped, .content-apart, .s-content-apart, .direction-row, .s-direction-row, .direction-column, .s-direction-column, .direction-reversed-row, .s-direction-reversed-row, .direction-reversed-column, .s-direction-reversed-column, .lines-top, .lines-bottom, .lines-centered, .lines-stretched, .lines-wrapped, .lines-apart, .items-top, .items-bottom, .items-centered, .field-button-pair, .field-button-pair-rounded, .items-baseline, .items-stretched, .self-top, .self-bottom, .self-centered, .self-baseline, .self-stretched, .field-button-pair .field, .field-button-pair-rounded .field, .order-1, .s-order-1, .order-2, .s-order-2, .order-3, .s-order-3, .order-4, .s-order-4, .s-display-flex, .s-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.display-none, .hidden, .s-display-none {
display: none; }
@media (max-width: 639px) {
.s-hidden {
display: none; } }
@media (max-width: 1023px) {
.m-and-down-hidden {
display: none; } }
@media (max-width: 1439px) {
.l-and-down-hidden {
display: none; } }
.clearfix::before, .clearfix::after {
display: table;
content: " "; }
.clearfix::after {
clear: both; }
.background-none, .button, .button-green, .button-orange, .button-red {
background: none; }
.background-inherit {
background-color: inherit; }
.background-white {
background-color: #FFFFFF; }
.background-gray {
background-color: #F7F7F7; }
.background-black {
background-color: #0F0909; }
.background-green, .button-green {
background-color: #00A80B; }
.background-orange, .button-orange {
background-color: #FF9400; }
.background-red, .button-red {
background-color: #EF0F00; }
.color-inherit {
color: inherit; }
.color-white, .button-green, .button-orange, .button-red {
color: #FFFFFF; }
.color-gray {
color: #F7F7F7; }
.color-black {
color: #0F0909; }
.color-green, .note-green .note-title, .note-green h2, .note-green h3, .note-green h4, .note-green h5, .note-green h6, .note-green
.note-orange h2,
.note-orange .note-green h2, .note-green
.note-orange h3,
.note-orange .note-green h3, .note-green
.note-orange h4,
.note-orange .note-green h4, .note-green
.note-orange h5,
.note-orange .note-green h5, .note-green
.note-orange h6,
.note-orange .note-green h6, .note-green
.note-red h2,
.note-red .note-green h2, .note-green
.note-red h3,
.note-red .note-green h3, .note-green
.note-red h4,
.note-red .note-green h4, .note-green
.note-red h5,
.note-red .note-green h5, .note-green
.note-red h6,
.note-red .note-green h6 {
color: #00A80B; }
.color-orange, .note-orange
.note-green h2,
.note-green .note-orange h2, .note-orange
.note-green h3,
.note-green .note-orange h3, .note-orange
.note-green h4,
.note-green .note-orange h4, .note-orange
.note-green h5,
.note-green .note-orange h5, .note-orange
.note-green h6,
.note-green .note-orange h6, .note-orange .note-title, .note-orange h2, .note-orange h3, .note-orange h4, .note-orange h5, .note-orange h6, .note-orange
.note-red h2,
.note-red .note-orange h2, .note-orange
.note-red h3,
.note-red .note-orange h3, .note-orange
.note-red h4,
.note-red .note-orange h4, .note-orange
.note-red h5,
.note-red .note-orange h5, .note-orange
.note-red h6,
.note-red .note-orange h6 {
color: #FF9400; }
.color-red, .note-red
.note-green h2,
.note-green .note-red h2, .note-red
.note-green h3,
.note-green .note-red h3, .note-red
.note-green h4,
.note-green .note-red h4, .note-red
.note-green h5,
.note-green .note-red h5, .note-red
.note-green h6,
.note-green .note-red h6, .note-red
.note-orange h2,
.note-orange .note-red h2, .note-red
.note-orange h3,
.note-orange .note-red h3, .note-red
.note-orange h4,
.note-orange .note-red h4, .note-red
.note-orange h5,
.note-orange .note-red h5, .note-red
.note-orange h6,
.note-orange .note-red h6, .note-red .note-title, .note-red h2, .note-red h3, .note-red h4, .note-red h5, .note-red h6 {
color: #EF0F00; }
.button, .button-green, .button-orange, .button-red {
padding: 10px 15px;
line-height: normal; }
.button-wide {
padding: 10px 30px; }
.button-small {
padding: 5px 10px; }
.button-small-wide {
padding: 5px 25px; }
.button-large {
padding: 15px 25px; }
.button-large-wide {
padding: 15px 35px; }
.button-green:hover {
background-color: #009400; }
.button-orange:hover {
background-color: #EB8000; }
.button-red:hover {
background-color: #D10000; }
.note, .note-green, .note-orange, .note-red {
margin-top: 16px;
margin-bottom: 16px;
border: 1px solid #DDDDDD;
border-left: 5px solid;
padding: 16px; }
.note > p:first-of-type, .note-green > p:first-of-type, .note-orange > p:first-of-type, .note-red > p:first-of-type {
margin-top: 0; }
.note > p:last-of-type, .note-green > p:last-of-type, .note-orange > p:last-of-type, .note-red > p:last-of-type {
margin-bottom: 0; }
.note-title, .note-green .note-title,
.note-green h2,
.note-green h3,
.note-green h4,
.note-green h5,
.note-green h6, .note-orange .note-title,
.note-orange h2,
.note-orange h3,
.note-orange h4,
.note-orange h5,
.note-orange h6, .note-red .note-title,
.note-red h2,
.note-red h3,
.note-red h4,
.note-red h5,
.note-red h6,
.note h2, .note-green h2, .note-orange h2, .note-red h2,
.note h3, .note-green h3, .note-orange h3, .note-red h3,
.note h4, .note-green h4, .note-orange h4, .note-red h4,
.note h5, .note-green h5, .note-orange h5, .note-red h5,
.note h6, .note-green h6, .note-orange h6, .note-red h6 {
margin: 0 0 5px; }
.note-green {
border-left-color: #00A80B; }
.note-orange {
border-left-color: #FF9400; }
.note-red {
border-left-color: #EF0F00; }
.field {
border: 1px solid #DDDDDD;
padding: 5px; }
.field-large {
padding: 10px; }
.field-button-pair .field {
border-right: 0; }
.field-button-pair-rounded .field {
border-right: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.field-button-pair-rounded .button, .field-button-pair-rounded .button-green, .field-button-pair-rounded .button-orange, .field-button-pair-rounded .button-red {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; }
.container-medium {
max-width: 640px; }
.container-large {
max-width: 1024px; }
.container-extra-large {
max-width: 1440px; }
@media (min-width: 640px) {
.m-auto {
max-width: none; }
.m-25 {
max-width: 25%; }
.m-30 {
max-width: 30%; }
.m-35 {
max-width: 35%; }
.m-40 {
max-width: 40%; }
.m-45 {
max-width: 45%; }
.m-50 {
max-width: 50%; }
.m-55 {
max-width: 55%; }
.m-60 {
max-width: 60%; }
.m-65 {
max-width: 65%; }
.m-70 {
max-width: 70%; }
.m-75 {
max-width: 75%; }
.m-80 {
max-width: 80%; }
.m-85 {
max-width: 85%; }
.m-90 {
max-width: 90%; }
.m-95 {
max-width: 95%; }
.m-100 {
max-width: 100%; }
.m-text-centered {
text-align: center; }
.m-text-left {
text-align: left; }
.m-text-right {
text-align: right; }
.m-text-justify {
text-align: justify; }
.m-margin-left-none, .m-margin-x-none, .m-margin-none {
margin-left: 0; }
.m-margin-left-1, .m-margin-x-1, .m-margin-1 {
margin-left: 1rem; }
.m-margin-left-2, .m-margin-x-2, .m-margin-2 {
margin-left: 2rem; }
.m-margin-left-3, .m-margin-x-3, .m-margin-3 {
margin-left: 3rem; }
.m-margin-left-4, .m-margin-x-4, .m-margin-4 {
margin-left: 4rem; }
.m-margin-left-5, .m-margin-x-5, .m-margin-5 {
margin-left: 5rem; }
.m-margin-right-none, .m-margin-x-none, .m-margin-none {
margin-right: 0; }
.m-margin-right-1, .m-margin-x-1, .m-margin-1 {
margin-right: 1rem; }
.m-margin-right-2, .m-margin-x-2, .m-margin-2 {
margin-right: 2rem; }
.m-margin-right-3, .m-margin-x-3, .m-margin-3 {
margin-right: 3rem; }
.m-margin-right-4, .m-margin-x-4, .m-margin-4 {
margin-right: 4rem; }
.m-margin-right-5, .m-margin-x-5, .m-margin-5 {
margin-right: 5rem; }
.m-margin-top-none, .m-margin-y-none, .m-margin-none {
margin-top: 0; }
.m-margin-top-1, .m-margin-y-1, .m-margin-1 {
margin-top: 1rem; }
.m-margin-top-2, .m-margin-y-2, .m-margin-2 {
margin-top: 2rem; }
.m-margin-top-3, .m-margin-y-3, .m-margin-3 {
margin-top: 3rem; }
.m-margin-top-4, .m-margin-y-4, .m-margin-4 {
margin-top: 4rem; }
.m-margin-top-5, .m-margin-y-5, .m-margin-5 {
margin-top: 5rem; }
.m-margin-bottom-none, .m-margin-y-none, .m-margin-none {
margin-bottom: 0; }
.m-margin-bottom-1, .m-margin-y-1, .m-margin-1 {
margin-bottom: 1rem; }
.m-margin-bottom-2, .m-margin-y-2, .m-margin-2 {
margin-bottom: 2rem; }
.m-margin-bottom-3, .m-margin-y-3, .m-margin-3 {
margin-bottom: 3rem; }
.m-margin-bottom-4, .m-margin-y-4, .m-margin-4 {
margin-bottom: 4rem; }
.m-margin-bottom-5, .m-margin-y-5, .m-margin-5 {
margin-bottom: 5rem; }
.m-padding-left-none, .m-padding-x-none, .m-padding-none {
padding-left: 0; }
.m-padding-left-1, .m-padding-x-1, .m-padding-1 {
padding-left: 1rem; }
.m-padding-left-2, .m-padding-x-2, .m-padding-2 {
padding-left: 2rem; }
.m-padding-left-3, .m-padding-x-3, .m-padding-3 {
padding-left: 3rem; }
.m-padding-left-4, .m-padding-x-4, .m-padding-4 {
padding-left: 4rem; }
.m-padding-left-5, .m-padding-x-5, .m-padding-5 {
padding-left: 5rem; }
.m-padding-right-none, .m-padding-x-none, .m-padding-none {
padding-right: 0; }
.m-padding-right-1, .m-padding-x-1, .m-padding-1 {
padding-right: 1rem; }
.m-padding-right-2, .m-padding-x-2, .m-padding-2 {
padding-right: 2rem; }
.m-padding-right-3, .m-padding-x-3, .m-padding-3 {
padding-right: 3rem; }
.m-padding-right-4, .m-padding-x-4, .m-padding-4 {
padding-right: 4rem; }
.m-padding-right-5, .m-padding-x-5, .m-padding-5 {
padding-right: 5rem; }
.m-padding-top-none, .m-padding-y-none, .m-padding-none {
padding-top: 0; }
.m-padding-top-1, .m-padding-y-1, .m-padding-1 {
padding-top: 1rem; }
.m-padding-top-2, .m-padding-y-2, .m-padding-2 {
padding-top: 2rem; }
.m-padding-top-3, .m-padding-y-3, .m-padding-3 {
padding-top: 3rem; }
.m-padding-top-4, .m-padding-y-4, .m-padding-4 {
padding-top: 4rem; }
.m-padding-top-5, .m-padding-y-5, .m-padding-5 {
padding-top: 5rem; }
.m-padding-bottom-none, .m-padding-y-none, .m-padding-none {
padding-bottom: 0; }
.m-padding-bottom-1, .m-padding-y-1, .m-padding-1 {
padding-bottom: 1rem; }
.m-padding-bottom-2, .m-padding-y-2, .m-padding-2 {
padding-bottom: 2rem; }
.m-padding-bottom-3, .m-padding-y-3, .m-padding-3 {
padding-bottom: 3rem; }
.m-padding-bottom-4, .m-padding-y-4, .m-padding-4 {
padding-bottom: 4rem; }
.m-padding-bottom-5, .m-padding-y-5, .m-padding-5 {
padding-bottom: 5rem; }
.m-columns-1 {
-webkit-column-count: 1;
column-count: 1; }
.m-columns-2 {
-webkit-column-count: 2;
column-count: 2; }
.m-columns-3 {
-webkit-column-count: 3;
column-count: 3; }
.m-columns-4 {
-webkit-column-count: 4;
column-count: 4; }
.m-position-static {
position: static; }
.m-position-relative {
position: relative; }
.m-position-absolute {
position: absolute; }
.m-position-fixed {
position: fixed; }
.m-position-top, .m-top-left-corner, .m-top-right-corner {
top: 0; }
.m-position-left, .m-top-left-corner, .m-bottom-left-corner {
left: 0; }
.m-position-right, .m-top-right-corner, .m-bottom-right-corner {
right: 0; }
.m-position-bottom, .m-bottom-left-corner, .m-bottom-right-corner {
bottom: 0; }
.m-content-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.m-content-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.m-content-centered {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.m-content-wrapped {
-webkit-justify-content: space-around;
justify-content: space-around; }
.m-content-apart {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.m-direction-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row; }
.m-direction-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.m-direction-reversed-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.m-direction-reversed-column {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; }
.m-display-inline, .m-inline {
display: inline; }
.m-display-inline-block, .m-inline-block {
display: inline-block; }
.m-display-block, .m-block {
display: block; }
.m-display-flex, .m-content-left, .m-content-right, .m-content-centered, .m-content-wrapped, .m-content-apart, .m-direction-row, .m-direction-column, .m-direction-reversed-row, .m-direction-reversed-column, .m-order-1, .m-order-2, .m-order-3, .m-order-4, .m-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.m-display-none {
display: none; } }
/*# sourceMappingURL=grid.mobile.css.map */ | dist/grid.mobile.css | html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
footer,
header,
nav,
section {
display: block; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
figcaption,
figure,
main {
display: block; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
pre {
font-family: monospace, monospace;
font-size: 1em; }
a {
background-color: transparent;
-webkit-text-decoration-skip: objects; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; }
b,
strong {
font-weight: inherit; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; }
dfn {
font-style: italic; }
mark {
background-color: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
audio,
video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
img {
border-style: none; }
svg:not(:root) {
overflow: hidden; }
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
padding: 0.35em 0.75em 0.625em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; }
progress {
display: inline-block;
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
details,
menu {
display: block; }
summary {
display: list-item; }
canvas {
display: inline-block; }
template {
display: none; }
[hidden] {
display: none; }
*,
*::before,
*::after {
box-sizing: border-box; }
html,
body {
min-width: 100%;
min-height: 100vh;
font-family: Arial, Helvetica, sans-serif;
font-size: 1rem; }
body {
min-width: 320px; }
p, ul, ol, dl, table,
blockquote, pre, figure,
hr {
margin-top: 0;
margin-bottom: 1rem;
padding-top: 0;
padding-bottom: 0; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
.border-none, .button, .button-green, .button-orange, .button-red {
border: 0; }
.margin-none {
margin: 0; }
.padding-none {
padding: 0; }
.outline-none, .button, .button-green, .button-orange, .button-red, .field {
outline: 0; }
.shadow-none {
box-shadow: none; }
.width-auto {
width: auto; }
.min-width-unset {
min-width: unset; }
.selection-disabled, .button, .button-green, .button-orange, .button-red {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; }
.max-width-auto, .s-auto {
max-width: none; }
.max-width-25, .s-25 {
max-width: 25%; }
.max-width-30, .s-30 {
max-width: 30%; }
.max-width-35, .s-35 {
max-width: 35%; }
.max-width-40, .s-40 {
max-width: 40%; }
.max-width-45, .s-45 {
max-width: 45%; }
.max-width-50, .s-50 {
max-width: 50%; }
.max-width-55, .s-55 {
max-width: 55%; }
.max-width-60, .s-60 {
max-width: 60%; }
.max-width-65, .s-65 {
max-width: 65%; }
.max-width-70, .s-70 {
max-width: 70%; }
.max-width-75, .s-75 {
max-width: 75%; }
.max-width-80, .s-80 {
max-width: 80%; }
.max-width-85, .s-85 {
max-width: 85%; }
.max-width-90, .s-90 {
max-width: 90%; }
.max-width-95, .s-95 {
max-width: 95%; }
.max-width-100, .s-100 {
max-width: 100%; }
.text-undecorated, .text-normal, .button, .button-green, .button-orange, .button-red {
text-decoration: none; }
.text-untransformed, .text-normal {
text-transform: none; }
.text-unstyled, .text-normal {
font-style: normal; }
.text-normal-weight, .text-normal, .button, .button-green, .button-orange, .button-red {
font-weight: normal; }
.text-lighter {
font-weight: lighter; }
.text-bold {
font-weight: bold; }
.text-italic {
font-style: italic; }
.text-oblique {
font-style: oblique; }
.text-underline {
text-decoration: underline; }
.text-overline {
text-decoration: overline; }
.text-strikethrough {
text-decoration: line-through; }
.text-uppercase {
text-transform: uppercase; }
.text-lowercase {
text-transform: lowercase; }
.text-capitalize {
text-transform: capitalize; }
.text-nowrap, .button, .button-green, .button-orange, .button-red {
white-space: nowrap; }
.text-centered, .button, .button-green, .button-orange, .button-red, .s-text-centered {
text-align: center; }
.text-left, .s-text-left {
text-align: left; }
.text-right, .s-text-right {
text-align: right; }
.text-justify, .s-text-justify {
text-align: justify; }
.cutted-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.break-words {
word-wrap: break-word; }
.break-all {
word-break: break-all; }
.keep-all {
word-break: keep-all; }
.margin-left-none, .margin-x-none, .margin-none, .s-margin-left-none, .s-margin-x-none, .s-margin-none {
margin-left: 0; }
.margin-left-1, .margin-x-1, .margin-1, .s-margin-1, .s-margin-left-1, .s-margin-x-1 {
margin-left: 1rem; }
.margin-left-2, .margin-x-2, .margin-2, .s-margin-2, .s-margin-left-2, .s-margin-x-2 {
margin-left: 2rem; }
.margin-left-3, .margin-x-3, .margin-3, .s-margin-3, .s-margin-left-3, .s-margin-x-3 {
margin-left: 3rem; }
.margin-left-4, .margin-x-4, .margin-4, .s-margin-4, .s-margin-left-4, .s-margin-x-4 {
margin-left: 4rem; }
.margin-left-5, .margin-x-5, .margin-5, .s-margin-5, .s-margin-left-5, .s-margin-x-5 {
margin-left: 5rem; }
.margin-right-none, .margin-x-none, .margin-none, .s-margin-right-none, .s-margin-x-none, .s-margin-none {
margin-right: 0; }
.margin-right-1, .margin-x-1, .margin-1, .s-margin-1, .s-margin-right-1, .s-margin-x-1 {
margin-right: 1rem; }
.margin-right-2, .margin-x-2, .margin-2, .s-margin-2, .s-margin-right-2, .s-margin-x-2 {
margin-right: 2rem; }
.margin-right-3, .margin-x-3, .margin-3, .s-margin-3, .s-margin-right-3, .s-margin-x-3 {
margin-right: 3rem; }
.margin-right-4, .margin-x-4, .margin-4, .s-margin-4, .s-margin-right-4, .s-margin-x-4 {
margin-right: 4rem; }
.margin-right-5, .margin-x-5, .margin-5, .s-margin-5, .s-margin-right-5, .s-margin-x-5 {
margin-right: 5rem; }
.margin-top-none, .margin-y-none, .margin-none, .s-margin-top-none, .s-margin-y-none, .s-margin-none {
margin-top: 0; }
.margin-top-1, .margin-y-1, .margin-1, .s-margin-1, .s-margin-top-1, .s-margin-y-1 {
margin-top: 1rem; }
.margin-top-2, .margin-y-2, .margin-2, .s-margin-2, .s-margin-top-2, .s-margin-y-2 {
margin-top: 2rem; }
.margin-top-3, .margin-y-3, .margin-3, .s-margin-3, .s-margin-top-3, .s-margin-y-3 {
margin-top: 3rem; }
.margin-top-4, .margin-y-4, .margin-4, .s-margin-4, .s-margin-top-4, .s-margin-y-4 {
margin-top: 4rem; }
.margin-top-5, .margin-y-5, .margin-5, .s-margin-5, .s-margin-top-5, .s-margin-y-5 {
margin-top: 5rem; }
.margin-bottom-none, .margin-y-none, .margin-none, .s-margin-bottom-none, .s-margin-y-none, .s-margin-none {
margin-bottom: 0; }
.margin-bottom-1, .margin-y-1, .margin-1, .s-margin-1, .s-margin-bottom-1, .s-margin-y-1 {
margin-bottom: 1rem; }
.margin-bottom-2, .margin-y-2, .margin-2, .s-margin-2, .s-margin-bottom-2, .s-margin-y-2 {
margin-bottom: 2rem; }
.margin-bottom-3, .margin-y-3, .margin-3, .s-margin-3, .s-margin-bottom-3, .s-margin-y-3 {
margin-bottom: 3rem; }
.margin-bottom-4, .margin-y-4, .margin-4, .s-margin-4, .s-margin-bottom-4, .s-margin-y-4 {
margin-bottom: 4rem; }
.margin-bottom-5, .margin-y-5, .margin-5, .s-margin-5, .s-margin-bottom-5, .s-margin-y-5 {
margin-bottom: 5rem; }
.padding-left-none, .padding-x-none, .padding-none, .s-padding-left-none, .s-padding-x-none, .s-padding-none {
padding-left: 0; }
.padding-left-1, .padding-x-1, .padding-1, .s-padding-1, .container, .container-medium, .container-large, .container-extra-large, .s-padding-left-1, .s-padding-x-1 {
padding-left: 1rem; }
.padding-left-2, .padding-x-2, .padding-2, .s-padding-2, .s-padding-left-2, .s-padding-x-2 {
padding-left: 2rem; }
.padding-left-3, .padding-x-3, .padding-3, .s-padding-3, .s-padding-left-3, .s-padding-x-3 {
padding-left: 3rem; }
.padding-left-4, .padding-x-4, .padding-4, .s-padding-4, .s-padding-left-4, .s-padding-x-4 {
padding-left: 4rem; }
.padding-left-5, .padding-x-5, .padding-5, .s-padding-5, .s-padding-left-5, .s-padding-x-5 {
padding-left: 5rem; }
.padding-right-none, .padding-x-none, .padding-none, .s-padding-right-none, .s-padding-x-none, .s-padding-none {
padding-right: 0; }
.padding-right-1, .padding-x-1, .padding-1, .s-padding-1, .container, .container-medium, .container-large, .container-extra-large, .s-padding-right-1, .s-padding-x-1 {
padding-right: 1rem; }
.padding-right-2, .padding-x-2, .padding-2, .s-padding-2, .s-padding-right-2, .s-padding-x-2 {
padding-right: 2rem; }
.padding-right-3, .padding-x-3, .padding-3, .s-padding-3, .s-padding-right-3, .s-padding-x-3 {
padding-right: 3rem; }
.padding-right-4, .padding-x-4, .padding-4, .s-padding-4, .s-padding-right-4, .s-padding-x-4 {
padding-right: 4rem; }
.padding-right-5, .padding-x-5, .padding-5, .s-padding-5, .s-padding-right-5, .s-padding-x-5 {
padding-right: 5rem; }
.padding-top-none, .padding-y-none, .padding-none, .s-padding-top-none, .s-padding-y-none, .s-padding-none {
padding-top: 0; }
.padding-top-1, .padding-y-1, .padding-1, .s-padding-1, .s-padding-top-1, .s-padding-y-1 {
padding-top: 1rem; }
.padding-top-2, .padding-y-2, .padding-2, .s-padding-2, .s-padding-top-2, .s-padding-y-2 {
padding-top: 2rem; }
.padding-top-3, .padding-y-3, .padding-3, .s-padding-3, .s-padding-top-3, .s-padding-y-3 {
padding-top: 3rem; }
.padding-top-4, .padding-y-4, .padding-4, .s-padding-4, .s-padding-top-4, .s-padding-y-4 {
padding-top: 4rem; }
.padding-top-5, .padding-y-5, .padding-5, .s-padding-5, .s-padding-top-5, .s-padding-y-5 {
padding-top: 5rem; }
.padding-bottom-none, .padding-y-none, .padding-none, .s-padding-bottom-none, .s-padding-y-none, .s-padding-none {
padding-bottom: 0; }
.padding-bottom-1, .padding-y-1, .padding-1, .s-padding-1, .s-padding-bottom-1, .s-padding-y-1 {
padding-bottom: 1rem; }
.padding-bottom-2, .padding-y-2, .padding-2, .s-padding-2, .s-padding-bottom-2, .s-padding-y-2 {
padding-bottom: 2rem; }
.padding-bottom-3, .padding-y-3, .padding-3, .s-padding-3, .s-padding-bottom-3, .s-padding-y-3 {
padding-bottom: 3rem; }
.padding-bottom-4, .padding-y-4, .padding-4, .s-padding-4, .s-padding-bottom-4, .s-padding-y-4 {
padding-bottom: 4rem; }
.padding-bottom-5, .padding-y-5, .padding-5, .s-padding-5, .s-padding-bottom-5, .s-padding-y-5 {
padding-bottom: 5rem; }
.list-unstyled, .list-unstyled-clear {
list-style: none; }
.list-unstyled-clear {
margin: 0;
padding: 0; }
.list-disc {
list-style-type: disc; }
.list-square {
list-style-type: square; }
.list-decimal {
list-style-type: decimal; }
.list-dash {
list-style-type: none; }
.list-dash li::before {
margin-right: 10px;
font-weight: bold;
content: "-"; }
.list-inside {
list-style-position: inside; }
.list-outside {
list-style-position: outside; }
.cursor-auto {
cursor: auto; }
.cursor-default {
cursor: default; }
.cursor-pointer, .button, .button-green, .button-orange, .button-red {
cursor: pointer; }
.cursor-wait {
cursor: wait; }
.cursor-help {
cursor: help; }
.square,
.radius-none {
border-radius: 0; }
.radius-1 {
border-radius: 2px; }
.radius-2, .note, .note-green, .note-orange, .note-red {
border-radius: 4px; }
.radius-3 {
border-radius: 6px; }
.radius-4 {
border-radius: 8px; }
.radius-5 {
border-radius: 10px; }
.circle {
border-radius: 100%; }
.transparent {
opacity: 0; }
.transparency-1 {
opacity: 0.1; }
.transparency-2 {
opacity: 0.2; }
.transparency-3 {
opacity: 0.3; }
.transparency-4 {
opacity: 0.4; }
.transparency-5 {
opacity: 0.5; }
.transparency-6 {
opacity: 0.6; }
.transparency-7 {
opacity: 0.7; }
.transparency-8 {
opacity: 0.8; }
.transparency-9 {
opacity: 0.9; }
.opaque {
opacity: 1; }
.overflow-x-hidden, .overflow-hidden {
overflow-x: hidden; }
.overflow-x-auto, .overflow-auto {
overflow-x: auto; }
.overflow-y-hidden, .overflow-hidden {
overflow-y: hidden; }
.overflow-y-auto, .overflow-auto {
overflow-y: auto; }
.resizable-none, .not-resizable {
resize: none; }
.resizable-x {
resize: horizontal; }
.resizable-y {
resize: vertical; }
.resizable-both {
resize: both; }
.grow, .content-grow > * {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1; }
.grow-none, .content-grow-none > * {
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
flex-grow: 0; }
.full-window-width, .full-window-sizes {
width: 100vw; }
.full-window-height, .full-window-sizes {
height: 100vh; }
.full-width, .full-block, .full-parent-sizes, .content-full-width > *, .container, .container-medium, .container-large, .container-extra-large {
width: 100%; }
.full-height, .full-parent-sizes, .content-full-height > * {
height: 100%; }
.nowrap {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap; }
.wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse; }
.float-left, .content-float-left > * {
float: left; }
.float-right, .content-float-right > * {
float: right; }
.float-none, .content-float-none > * {
float: none; }
.clear-left, .content-clear-left > * {
clear: left; }
.clear-right, .content-clear-right > * {
clear: right; }
.clear-both, .content-clear-both > * {
clear: both; }
.clear-none, .content-clear-none > * {
clear: none; }
.columns-none-gap {
-webkit-column-gap: 0;
column-gap: 0; }
.columns-rule-solid {
-webkit-column-rule-style: solid;
column-rule-style: solid; }
.columns-rule-dashed {
-webkit-column-rule-style: dashed;
column-rule-style: dashed; }
.columns-rule-dotted {
-webkit-column-rule-style: dotted;
column-rule-style: dotted; }
.columns-1, .s-columns-1 {
-webkit-column-count: 1;
column-count: 1; }
.columns-2, .s-columns-2 {
-webkit-column-count: 2;
column-count: 2; }
.columns-3, .s-columns-3 {
-webkit-column-count: 3;
column-count: 3; }
.columns-4, .s-columns-4 {
-webkit-column-count: 4;
column-count: 4; }
.x-centered, .container, .container-medium, .container-large, .container-extra-large,
.horizontally-centered {
margin: 0 auto; }
.valign-baseline,
.content-valign-baseline > * {
vertical-align: baseline; }
.valign-top,
.content-valign-top > * {
vertical-align: top; }
.valign-middle,
.content-valign-middle > * {
vertical-align: middle; }
.valign-bottom,
.content-valign-bottom > * {
vertical-align: bottom; }
.valign-super,
.content-valign-super > * {
vertical-align: super; }
.valign-sub,
.content-valign-sub > * {
vertical-align: sub; }
.vertically-centered, .vertically-centered-absolute,
.y-centered-absolute,
.y-centered {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.vertically-centered-absolute,
.y-centered-absolute {
position: absolute; }
.position-static, .s-position-static {
position: static; }
.position-relative, .s-position-relative {
position: relative; }
.position-absolute, .s-position-absolute {
position: absolute; }
.position-fixed, .s-position-fixed {
position: fixed; }
.position-top, .top-left-corner, .top-right-corner, .s-position-top, .s-top-left-corner, .s-top-right-corner {
top: 0; }
.position-left, .top-left-corner, .bottom-left-corner, .s-position-left, .s-top-left-corner, .s-bottom-left-corner {
left: 0; }
.position-right, .top-right-corner, .bottom-right-corner, .s-position-right, .s-top-right-corner, .s-bottom-right-corner {
right: 0; }
.position-bottom, .bottom-left-corner, .bottom-right-corner, .s-position-bottom, .s-bottom-left-corner, .s-bottom-right-corner {
bottom: 0; }
.content-left, .s-content-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.content-right, .s-content-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.content-centered, .s-content-centered {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.content-wrapped, .s-content-wrapped {
-webkit-justify-content: space-around;
justify-content: space-around; }
.content-apart, .s-content-apart {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.direction-row, .s-direction-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row; }
.direction-column, .s-direction-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.direction-reversed-row, .s-direction-reversed-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.direction-reversed-column, .s-direction-reversed-column {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; }
.lines-top {
-webkit-align-content: flex-start;
align-content: flex-start; }
.lines-bottom {
-webkit-align-content: flex-end;
align-content: flex-end; }
.lines-centered {
-webkit-align-content: center;
align-content: center; }
.lines-stretched {
-webkit-align-content: stretch;
align-content: stretch; }
.lines-wrapped {
-webkit-align-content: space-around;
align-content: space-around; }
.lines-apart {
-webkit-align-content: space-between;
align-content: space-between; }
.items-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start; }
.items-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end; }
.items-centered, .field-button-pair, .field-button-pair-rounded {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.items-baseline {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
align-items: baseline; }
.items-stretched {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch; }
.self-top {
-webkit-align-self: flex-start;
align-self: flex-start; }
.self-bottom {
-webkit-align-self: flex-end;
align-self: flex-end; }
.self-centered {
-webkit-align-self: center;
align-self: center; }
.self-baseline {
-webkit-align-self: baseline;
align-self: baseline; }
.self-stretched, .field-button-pair .field, .field-button-pair-rounded .field {
-webkit-align-self: stretch;
align-self: stretch; }
.display-inline, .s-display-inline, .s-inline {
display: inline; }
.display-inline-block, .button, .button-green, .button-orange, .button-red, .field, .s-display-inline-block, .s-inline-block {
display: inline-block; }
.display-block, .full-block, .note, .note-green, .note-orange, .note-red, .s-display-block, .s-block {
display: block; }
.display-flex, .grow, .content-grow > *, .grow-none, .content-grow-none > *, .nowrap, .wrap, .wrap-reverse, .content-left, .s-content-left, .content-right, .s-content-right, .content-centered, .s-content-centered, .content-wrapped, .s-content-wrapped, .content-apart, .s-content-apart, .direction-row, .s-direction-row, .direction-column, .s-direction-column, .direction-reversed-row, .s-direction-reversed-row, .direction-reversed-column, .s-direction-reversed-column, .lines-top, .lines-bottom, .lines-centered, .lines-stretched, .lines-wrapped, .lines-apart, .items-top, .items-bottom, .items-centered, .field-button-pair, .field-button-pair-rounded, .items-baseline, .items-stretched, .self-top, .self-bottom, .self-centered, .self-baseline, .self-stretched, .field-button-pair .field, .field-button-pair-rounded .field, .order-1, .s-order-1, .order-2, .s-order-2, .order-3, .s-order-3, .order-4, .s-order-4, .s-display-flex, .s-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.display-none, .hidden, .s-display-none {
display: none; }
@media (max-width: 639px) {
.s-hidden {
display: none; } }
@media (max-width: 1023px) {
.m-and-down-hidden {
display: none; } }
@media (max-width: 1439px) {
.l-and-down-hidden {
display: none; } }
.clearfix::before, .clearfix::after {
display: table;
content: " "; }
.clearfix::after {
clear: both; }
.background-none, .button, .button-green, .button-orange, .button-red {
background: none; }
.background-inherit {
background-color: inherit; }
.background-white {
background-color: #FFFFFF; }
.background-gray {
background-color: #F7F7F7; }
.background-black {
background-color: #0F0909; }
.background-green, .button-green {
background-color: #00A80B; }
.background-orange, .button-orange {
background-color: #FF9400; }
.background-red, .button-red {
background-color: #EF0F00; }
.color-inherit {
color: inherit; }
.color-white, .button-green, .button-orange, .button-red {
color: #FFFFFF; }
.color-gray {
color: #F7F7F7; }
.color-black {
color: #0F0909; }
.color-green, .note-green .note-title, .note-green h2, .note-green h3, .note-green h4, .note-green h5, .note-green h6, .note-green
.note-orange h2,
.note-orange .note-green h2, .note-green
.note-orange h3,
.note-orange .note-green h3, .note-green
.note-orange h4,
.note-orange .note-green h4, .note-green
.note-orange h5,
.note-orange .note-green h5, .note-green
.note-orange h6,
.note-orange .note-green h6, .note-green
.note-red h2,
.note-red .note-green h2, .note-green
.note-red h3,
.note-red .note-green h3, .note-green
.note-red h4,
.note-red .note-green h4, .note-green
.note-red h5,
.note-red .note-green h5, .note-green
.note-red h6,
.note-red .note-green h6 {
color: #00A80B; }
.color-orange, .note-orange
.note-green h2,
.note-green .note-orange h2, .note-orange
.note-green h3,
.note-green .note-orange h3, .note-orange
.note-green h4,
.note-green .note-orange h4, .note-orange
.note-green h5,
.note-green .note-orange h5, .note-orange
.note-green h6,
.note-green .note-orange h6, .note-orange .note-title, .note-orange h2, .note-orange h3, .note-orange h4, .note-orange h5, .note-orange h6, .note-orange
.note-red h2,
.note-red .note-orange h2, .note-orange
.note-red h3,
.note-red .note-orange h3, .note-orange
.note-red h4,
.note-red .note-orange h4, .note-orange
.note-red h5,
.note-red .note-orange h5, .note-orange
.note-red h6,
.note-red .note-orange h6 {
color: #FF9400; }
.color-red, .note-red
.note-green h2,
.note-green .note-red h2, .note-red
.note-green h3,
.note-green .note-red h3, .note-red
.note-green h4,
.note-green .note-red h4, .note-red
.note-green h5,
.note-green .note-red h5, .note-red
.note-green h6,
.note-green .note-red h6, .note-red
.note-orange h2,
.note-orange .note-red h2, .note-red
.note-orange h3,
.note-orange .note-red h3, .note-red
.note-orange h4,
.note-orange .note-red h4, .note-red
.note-orange h5,
.note-orange .note-red h5, .note-red
.note-orange h6,
.note-orange .note-red h6, .note-red .note-title, .note-red h2, .note-red h3, .note-red h4, .note-red h5, .note-red h6 {
color: #EF0F00; }
.button, .button-green, .button-orange, .button-red {
padding: 10px 15px;
line-height: normal; }
.button-wide {
padding: 10px 30px; }
.button-small {
padding: 5px 10px; }
.button-small-wide {
padding: 5px 25px; }
.button-large {
padding: 15px 25px; }
.button-large-wide {
padding: 15px 35px; }
.button-green:hover {
background-color: #009400; }
.button-orange:hover {
background-color: #EB8000; }
.button-red:hover {
background-color: #D10000; }
.note, .note-green, .note-orange, .note-red {
margin-top: 16px;
margin-bottom: 16px;
border: 1px solid #DDDDDD;
border-left: 5px solid;
padding: 16px; }
.note > p:first-of-type, .note-green > p:first-of-type, .note-orange > p:first-of-type, .note-red > p:first-of-type {
margin-top: 0; }
.note > p:last-of-type, .note-green > p:last-of-type, .note-orange > p:last-of-type, .note-red > p:last-of-type {
margin-bottom: 0; }
.note-title, .note-green .note-title,
.note-green h2,
.note-green h3,
.note-green h4,
.note-green h5,
.note-green h6, .note-orange .note-title,
.note-orange h2,
.note-orange h3,
.note-orange h4,
.note-orange h5,
.note-orange h6, .note-red .note-title,
.note-red h2,
.note-red h3,
.note-red h4,
.note-red h5,
.note-red h6,
.note h2, .note-green h2, .note-orange h2, .note-red h2,
.note h3, .note-green h3, .note-orange h3, .note-red h3,
.note h4, .note-green h4, .note-orange h4, .note-red h4,
.note h5, .note-green h5, .note-orange h5, .note-red h5,
.note h6, .note-green h6, .note-orange h6, .note-red h6 {
margin: 0 0 5px; }
.note-green {
border-left-color: #00A80B; }
.note-orange {
border-left-color: #FF9400; }
.note-red {
border-left-color: #EF0F00; }
.field {
border: 1px solid #DDDDDD;
padding: 5px; }
.field-large {
padding: 10px; }
.field-button-pair .field {
border-right: 0; }
.field-button-pair-rounded .field {
border-right: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.field-button-pair-rounded .button, .field-button-pair-rounded .button-green, .field-button-pair-rounded .button-orange, .field-button-pair-rounded .button-red {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; }
.container-medium {
max-width: 640px; }
.container-large {
max-width: 1024px; }
.container-extra-large {
max-width: 1440px; }
@media (min-width: 640px) {
.m-auto {
max-width: none; }
.m-25 {
max-width: 25%; }
.m-30 {
max-width: 30%; }
.m-35 {
max-width: 35%; }
.m-40 {
max-width: 40%; }
.m-45 {
max-width: 45%; }
.m-50 {
max-width: 50%; }
.m-55 {
max-width: 55%; }
.m-60 {
max-width: 60%; }
.m-65 {
max-width: 65%; }
.m-70 {
max-width: 70%; }
.m-75 {
max-width: 75%; }
.m-80 {
max-width: 80%; }
.m-85 {
max-width: 85%; }
.m-90 {
max-width: 90%; }
.m-95 {
max-width: 95%; }
.m-100 {
max-width: 100%; }
.m-text-centered {
text-align: center; }
.m-text-left {
text-align: left; }
.m-text-right {
text-align: right; }
.m-text-justify {
text-align: justify; }
.m-margin-left-none, .m-margin-x-none, .m-margin-none {
margin-left: 0; }
.m-margin-left-1, .m-margin-x-1, .m-margin-1 {
margin-left: 1rem; }
.m-margin-left-2, .m-margin-x-2, .m-margin-2 {
margin-left: 2rem; }
.m-margin-left-3, .m-margin-x-3, .m-margin-3 {
margin-left: 3rem; }
.m-margin-left-4, .m-margin-x-4, .m-margin-4 {
margin-left: 4rem; }
.m-margin-left-5, .m-margin-x-5, .m-margin-5 {
margin-left: 5rem; }
.m-margin-right-none, .m-margin-x-none, .m-margin-none {
margin-right: 0; }
.m-margin-right-1, .m-margin-x-1, .m-margin-1 {
margin-right: 1rem; }
.m-margin-right-2, .m-margin-x-2, .m-margin-2 {
margin-right: 2rem; }
.m-margin-right-3, .m-margin-x-3, .m-margin-3 {
margin-right: 3rem; }
.m-margin-right-4, .m-margin-x-4, .m-margin-4 {
margin-right: 4rem; }
.m-margin-right-5, .m-margin-x-5, .m-margin-5 {
margin-right: 5rem; }
.m-margin-top-none, .m-margin-y-none, .m-margin-none {
margin-top: 0; }
.m-margin-top-1, .m-margin-y-1, .m-margin-1 {
margin-top: 1rem; }
.m-margin-top-2, .m-margin-y-2, .m-margin-2 {
margin-top: 2rem; }
.m-margin-top-3, .m-margin-y-3, .m-margin-3 {
margin-top: 3rem; }
.m-margin-top-4, .m-margin-y-4, .m-margin-4 {
margin-top: 4rem; }
.m-margin-top-5, .m-margin-y-5, .m-margin-5 {
margin-top: 5rem; }
.m-margin-bottom-none, .m-margin-y-none, .m-margin-none {
margin-bottom: 0; }
.m-margin-bottom-1, .m-margin-y-1, .m-margin-1 {
margin-bottom: 1rem; }
.m-margin-bottom-2, .m-margin-y-2, .m-margin-2 {
margin-bottom: 2rem; }
.m-margin-bottom-3, .m-margin-y-3, .m-margin-3 {
margin-bottom: 3rem; }
.m-margin-bottom-4, .m-margin-y-4, .m-margin-4 {
margin-bottom: 4rem; }
.m-margin-bottom-5, .m-margin-y-5, .m-margin-5 {
margin-bottom: 5rem; }
.m-padding-left-none, .m-padding-x-none, .m-padding-none {
padding-left: 0; }
.m-padding-left-1, .m-padding-x-1, .m-padding-1 {
padding-left: 1rem; }
.m-padding-left-2, .m-padding-x-2, .m-padding-2 {
padding-left: 2rem; }
.m-padding-left-3, .m-padding-x-3, .m-padding-3 {
padding-left: 3rem; }
.m-padding-left-4, .m-padding-x-4, .m-padding-4 {
padding-left: 4rem; }
.m-padding-left-5, .m-padding-x-5, .m-padding-5 {
padding-left: 5rem; }
.m-padding-right-none, .m-padding-x-none, .m-padding-none {
padding-right: 0; }
.m-padding-right-1, .m-padding-x-1, .m-padding-1 {
padding-right: 1rem; }
.m-padding-right-2, .m-padding-x-2, .m-padding-2 {
padding-right: 2rem; }
.m-padding-right-3, .m-padding-x-3, .m-padding-3 {
padding-right: 3rem; }
.m-padding-right-4, .m-padding-x-4, .m-padding-4 {
padding-right: 4rem; }
.m-padding-right-5, .m-padding-x-5, .m-padding-5 {
padding-right: 5rem; }
.m-padding-top-none, .m-padding-y-none, .m-padding-none {
padding-top: 0; }
.m-padding-top-1, .m-padding-y-1, .m-padding-1 {
padding-top: 1rem; }
.m-padding-top-2, .m-padding-y-2, .m-padding-2 {
padding-top: 2rem; }
.m-padding-top-3, .m-padding-y-3, .m-padding-3 {
padding-top: 3rem; }
.m-padding-top-4, .m-padding-y-4, .m-padding-4 {
padding-top: 4rem; }
.m-padding-top-5, .m-padding-y-5, .m-padding-5 {
padding-top: 5rem; }
.m-padding-bottom-none, .m-padding-y-none, .m-padding-none {
padding-bottom: 0; }
.m-padding-bottom-1, .m-padding-y-1, .m-padding-1 {
padding-bottom: 1rem; }
.m-padding-bottom-2, .m-padding-y-2, .m-padding-2 {
padding-bottom: 2rem; }
.m-padding-bottom-3, .m-padding-y-3, .m-padding-3 {
padding-bottom: 3rem; }
.m-padding-bottom-4, .m-padding-y-4, .m-padding-4 {
padding-bottom: 4rem; }
.m-padding-bottom-5, .m-padding-y-5, .m-padding-5 {
padding-bottom: 5rem; }
.m-columns-1 {
-webkit-column-count: 1;
column-count: 1; }
.m-columns-2 {
-webkit-column-count: 2;
column-count: 2; }
.m-columns-3 {
-webkit-column-count: 3;
column-count: 3; }
.m-columns-4 {
-webkit-column-count: 4;
column-count: 4; }
.m-position-static {
position: static; }
.m-position-relative {
position: relative; }
.m-position-absolute {
position: absolute; }
.m-position-fixed {
position: fixed; }
.m-position-top, .m-top-left-corner, .m-top-right-corner {
top: 0; }
.m-position-left, .m-top-left-corner, .m-bottom-left-corner {
left: 0; }
.m-position-right, .m-top-right-corner, .m-bottom-right-corner {
right: 0; }
.m-position-bottom, .m-bottom-left-corner, .m-bottom-right-corner {
bottom: 0; }
.m-content-left {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start; }
.m-content-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end; }
.m-content-centered {
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center; }
.m-content-wrapped {
-webkit-justify-content: space-around;
justify-content: space-around; }
.m-content-apart {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; }
.m-direction-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row; }
.m-direction-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column; }
.m-direction-reversed-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.m-direction-reversed-column {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse; }
.m-display-inline, .m-inline {
display: inline; }
.m-display-inline-block, .m-inline-block {
display: inline-block; }
.m-display-block, .m-block {
display: block; }
.m-display-flex, .m-content-left, .m-content-right, .m-content-centered, .m-content-wrapped, .m-content-apart, .m-direction-row, .m-direction-column, .m-direction-reversed-row, .m-direction-reversed-column, .m-order-1, .m-order-2, .m-order-3, .m-order-4, .m-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex; }
.m-display-none {
display: none; } }
/*# sourceMappingURL=grid.mobile.css.map */ | 0.432063 | 0.059784 |
.formwizard-quill-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-restore-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-checkmark-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-check-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-x-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-x-altx-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-denied-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-plus-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-plus-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-minus-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-minus-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-left-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-left-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-left-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-right-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-right-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-right-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-up-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-up-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-up-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-down-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-down-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-down-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-cd-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-first-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-last-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-info-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-hash-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
} | vendor/buttflattery/yii2-formwizard/src/assets/css/ie7/ie7.css | .formwizard-quill-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-restore-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-checkmark-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-check-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-x-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-x-altx-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-denied-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-plus-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-plus-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-minus-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-minus-alt-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-left-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-left-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-left-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-right-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-right-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-right-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-up-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-up-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-up-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-down-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-down-alt1-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-arrow-down-alt2-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-cd-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-first-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-last-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-info-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.formwizard-hash-ico {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
} | 0.281702 | 0.124585 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Nunito", sans-serif;
}
html {
scroll-behavior: smooth;
}
body {
font-family: sans-serif;
overflow: hidden;
background: white;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
}
::-webkit-scrollbar {
width: 4px;
background: transparent;
}
::-webkit-scrollbar-track {
background-image: linear-gradient(#1f2c98, #2097dc);
}
::-webkit-scrollbar-thumb {
background-image: linear-gradient(#e93a36, #eb8733);
border-radius: 10px;
height: 100px;
}
::-webkit-scrollbar-thumb:hover {
background-image: linear-gradient(#eb8733, #e93a36);
}
/* intro section */
#intro-section {
height: 100vh;
}
.timer {
display: flex;
align-items: center;
width: 100%;
height: 100%;
background-color: white;
}
.timer_left {
width: 40%;
}
.timer_left video {
width: 100%;
}
.timer_right {
padding: 25px;
text-transform: uppercase;
}
.timer_right h1 {
font-size: 5em;
padding-bottom: 5px;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.84);
}
.timer_right p {
padding-left: 3px;
padding-bottom: 30px;
font-size: 1.5em;
text-transform: none;
color: rgb(61, 61, 61);
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.84);
}
/* Laptop showcase section */
#laptop-showcase-section-text1 {
font-size: 3em;
font-weight: 900;
text-align: center;
text-transform: uppercase;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.84);
}
.videoLayer {
height: 100vh;
width: 100% !important;
overflow: hidden;
}
.videoLayer video {
height: 100%;
width: 100%;
object-fit: cover;
}
.videoLayer h1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 80px;
color: black;
}
.gradient {
background-image: linear-gradient(rgb(0, 0, 0), #ffffff00);
position: absolute;
z-index: 900;
width: 100%;
top: 0;
height: 500px;
}
.blackGradient2 {
background-image: linear-gradient(rgba(255, 255, 255, 0), #000000);
position: absolute;
z-index: 900;
width: 100%;
bottom: 0;
}
.swags-section h1 {
color: white;
top: 30%;
left: 37%;
max-width: 58%;
text-transform: uppercase;
opacity: 0;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
font-weight: 900;
}
.swags-section h2 {
opacity: 0;
}
.awards-section h1 {
position: absolute;
top: 27%;
z-index: 999;
/* left: 25%; */
font-size: 4rem;
min-width: 100%;
color: white;
text-align: center;
text-transform: uppercase;
font-weight: 900;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
}
.competition-section h1 {
position: absolute;
top: 45%;
z-index: 999;
left: 65%;
/* max-width: 25%; */
color: white;
font-size: 3rem;
text-transform: uppercase;
font-weight: 900;
text-align: center;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
}
.conference-section h1 {
color: white;
top: 45%;
font-size: 3rem;
left: 80%;
max-width: 30%;
text-transform: uppercase;
text-align: center;
font-weight: 900;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
}
.options {
position: absolute;
z-index: 999;
transform: translate(-50%, -50%);
font-size: 28px;
color: white;
}
.option1 {
top: 65%;
left: 23%;
}
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
z-index: 9999;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
right: 50%;
top: 50%;
background-image: url("../../assets/logo-200-200.png");
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
.second-section-text-common {
position: absolute;
font-size: 6vw;
color: white;
text-transform: uppercase;
min-width: 100%;
text-align: center;
line-height: 1.5em;
}
.second-section-text-common_sub {
font-size: 2rem;
}
#section-section-text1 {
opacity: 1;
width: "62%";
left: "30%";
}
#second-section-text2 {
left: 100%;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
top: 35%;
}
.header {
padding: 10px 16px;
/* backdrop-filter: saturate(180%) blur(2px); */
display: flex;
flex-direction: column;
justify-content: center;
visibility: hidden;
text-transform: uppercase;
top: 45%;
left: 0%;
width: 100%;
z-index: 9999;
height: 62px;
/* background: rgba(0, 0, 0, 0.5); */
position: absolute;
}
.mix-blend {
mix-blend-mode: difference;
}
.header a {
transition: 0.1s ease-in-out;
}
/* .header a:hover {
cursor: pointer;
color: #0084ff;
} */
.header-text {
font-size: 1.5rem;
/* margin-left: 10px; */
/* margin-right: 75px; */
/* margin-top: 10px; */
/* padding: 20px; */
display: flex;
align-items: center;
margin: 10px;
width: 100px;
height: 50px;
text-align: center;
}
.tooltiptext {
position: absolute;
font-size: 15px;
left: 2%;
opacity: 0;
transition: 0.3s ease-in-out;
}
.header-text:hover .tooltiptext {
left: 5%;
opacity: 1;
cursor: pointer;
}
.text-white {
color: white;
}
.text-black {
color: black;
}
.content {
/* padding-top: 16px; */
}
.sticky {
position: fixed;
visibility: visible;
}
.sticky + .content {
padding-top: 102px;
}
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 10px;
}
.button3 {
background-image: linear-gradient(#e93a36, #eb8733);
}
.button:hover {
background-image: linear-gradient(#1f2c98, #2097dc);
}
.container {
color: #333;
margin: 0 auto;
text-align: center;
background-color: rgb(228, 228, 228);
border-radius: 10px;
margin-bottom: 10px;
width: 100%;
}
li {
display: inline-block;
font-size: 1em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
}
li span {
display: block;
font-size: 2.5rem;
}
/* Footer */
.footer {
background-color: #000000;
color: rgba(255, 255, 255, 1);
}
.footer-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.widget {
flex: 0 32%;
height: auto;
margin-bottom: 2%;
}
.footer .logo img {
filter: invert(1) brightness(100);
margin-bottom: 10px;
}
.footer .widget .widget-1 {
margin-left: 100px;
margin-top: 40px;
color: rgba(255, 255, 255, 1);
}
.footer .branding {
font-size: larger;
letter-spacing: 1.5px;
font-weight: 600;
}
.footer .address {
font-size: 13px;
margin-top: 0px;
color: #ababab;
font-weight: 300;
}
.footer .title {
margin-top: 10px;
text-align: center;
}
.footer .description {
font-size: 13px;
text-align: justify;
margin-top: 14px;
letter-spacing: normal;
}
.footer .widget-3 {
text-align: center;
margin-bottom: 100px;
}
.footer .follow-links {
margin-top: 15px;
margin-bottom: 20px;
}
.footer .follow-links a {
color: white;
margin: 20px;
}
.mobile {
display: none;
}
.desktop {
display: block;
}
.desktop {
display: block;
}
.desktop {
display: block;
} | lib/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Nunito", sans-serif;
}
html {
scroll-behavior: smooth;
}
body {
font-family: sans-serif;
overflow: hidden;
background: white;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
}
::-webkit-scrollbar {
width: 4px;
background: transparent;
}
::-webkit-scrollbar-track {
background-image: linear-gradient(#1f2c98, #2097dc);
}
::-webkit-scrollbar-thumb {
background-image: linear-gradient(#e93a36, #eb8733);
border-radius: 10px;
height: 100px;
}
::-webkit-scrollbar-thumb:hover {
background-image: linear-gradient(#eb8733, #e93a36);
}
/* intro section */
#intro-section {
height: 100vh;
}
.timer {
display: flex;
align-items: center;
width: 100%;
height: 100%;
background-color: white;
}
.timer_left {
width: 40%;
}
.timer_left video {
width: 100%;
}
.timer_right {
padding: 25px;
text-transform: uppercase;
}
.timer_right h1 {
font-size: 5em;
padding-bottom: 5px;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.84);
}
.timer_right p {
padding-left: 3px;
padding-bottom: 30px;
font-size: 1.5em;
text-transform: none;
color: rgb(61, 61, 61);
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.84);
}
/* Laptop showcase section */
#laptop-showcase-section-text1 {
font-size: 3em;
font-weight: 900;
text-align: center;
text-transform: uppercase;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.84);
}
.videoLayer {
height: 100vh;
width: 100% !important;
overflow: hidden;
}
.videoLayer video {
height: 100%;
width: 100%;
object-fit: cover;
}
.videoLayer h1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 80px;
color: black;
}
.gradient {
background-image: linear-gradient(rgb(0, 0, 0), #ffffff00);
position: absolute;
z-index: 900;
width: 100%;
top: 0;
height: 500px;
}
.blackGradient2 {
background-image: linear-gradient(rgba(255, 255, 255, 0), #000000);
position: absolute;
z-index: 900;
width: 100%;
bottom: 0;
}
.swags-section h1 {
color: white;
top: 30%;
left: 37%;
max-width: 58%;
text-transform: uppercase;
opacity: 0;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
font-weight: 900;
}
.swags-section h2 {
opacity: 0;
}
.awards-section h1 {
position: absolute;
top: 27%;
z-index: 999;
/* left: 25%; */
font-size: 4rem;
min-width: 100%;
color: white;
text-align: center;
text-transform: uppercase;
font-weight: 900;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
}
.competition-section h1 {
position: absolute;
top: 45%;
z-index: 999;
left: 65%;
/* max-width: 25%; */
color: white;
font-size: 3rem;
text-transform: uppercase;
font-weight: 900;
text-align: center;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
}
.conference-section h1 {
color: white;
top: 45%;
font-size: 3rem;
left: 80%;
max-width: 30%;
text-transform: uppercase;
text-align: center;
font-weight: 900;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
}
.options {
position: absolute;
z-index: 999;
transform: translate(-50%, -50%);
font-size: 28px;
color: white;
}
.option1 {
top: 65%;
left: 23%;
}
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
z-index: 9999;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
right: 50%;
top: 50%;
background-image: url("../../assets/logo-200-200.png");
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
.second-section-text-common {
position: absolute;
font-size: 6vw;
color: white;
text-transform: uppercase;
min-width: 100%;
text-align: center;
line-height: 1.5em;
}
.second-section-text-common_sub {
font-size: 2rem;
}
#section-section-text1 {
opacity: 1;
width: "62%";
left: "30%";
}
#second-section-text2 {
left: 100%;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.84);
top: 35%;
}
.header {
padding: 10px 16px;
/* backdrop-filter: saturate(180%) blur(2px); */
display: flex;
flex-direction: column;
justify-content: center;
visibility: hidden;
text-transform: uppercase;
top: 45%;
left: 0%;
width: 100%;
z-index: 9999;
height: 62px;
/* background: rgba(0, 0, 0, 0.5); */
position: absolute;
}
.mix-blend {
mix-blend-mode: difference;
}
.header a {
transition: 0.1s ease-in-out;
}
/* .header a:hover {
cursor: pointer;
color: #0084ff;
} */
.header-text {
font-size: 1.5rem;
/* margin-left: 10px; */
/* margin-right: 75px; */
/* margin-top: 10px; */
/* padding: 20px; */
display: flex;
align-items: center;
margin: 10px;
width: 100px;
height: 50px;
text-align: center;
}
.tooltiptext {
position: absolute;
font-size: 15px;
left: 2%;
opacity: 0;
transition: 0.3s ease-in-out;
}
.header-text:hover .tooltiptext {
left: 5%;
opacity: 1;
cursor: pointer;
}
.text-white {
color: white;
}
.text-black {
color: black;
}
.content {
/* padding-top: 16px; */
}
.sticky {
position: fixed;
visibility: visible;
}
.sticky + .content {
padding-top: 102px;
}
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 10px;
}
.button3 {
background-image: linear-gradient(#e93a36, #eb8733);
}
.button:hover {
background-image: linear-gradient(#1f2c98, #2097dc);
}
.container {
color: #333;
margin: 0 auto;
text-align: center;
background-color: rgb(228, 228, 228);
border-radius: 10px;
margin-bottom: 10px;
width: 100%;
}
li {
display: inline-block;
font-size: 1em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
}
li span {
display: block;
font-size: 2.5rem;
}
/* Footer */
.footer {
background-color: #000000;
color: rgba(255, 255, 255, 1);
}
.footer-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.widget {
flex: 0 32%;
height: auto;
margin-bottom: 2%;
}
.footer .logo img {
filter: invert(1) brightness(100);
margin-bottom: 10px;
}
.footer .widget .widget-1 {
margin-left: 100px;
margin-top: 40px;
color: rgba(255, 255, 255, 1);
}
.footer .branding {
font-size: larger;
letter-spacing: 1.5px;
font-weight: 600;
}
.footer .address {
font-size: 13px;
margin-top: 0px;
color: #ababab;
font-weight: 300;
}
.footer .title {
margin-top: 10px;
text-align: center;
}
.footer .description {
font-size: 13px;
text-align: justify;
margin-top: 14px;
letter-spacing: normal;
}
.footer .widget-3 {
text-align: center;
margin-bottom: 100px;
}
.footer .follow-links {
margin-top: 15px;
margin-bottom: 20px;
}
.footer .follow-links a {
color: white;
margin: 20px;
}
.mobile {
display: none;
}
.desktop {
display: block;
}
.desktop {
display: block;
}
.desktop {
display: block;
} | 0.458591 | 0.090816 |
body{margin:0 auto;padding:0; background:#f8f8f8; color:#333; font:12px/1.5 'Microsoft YaHei';*zoom:1;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,img,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0; border:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input,textarea{font-size:12px; outline:medium none;}
table,td,tr,th{font-size:12px;}
img{vertical-align:top;border:0;}
address,cite,code,em,th,code,i{font-weight:normal; font-style:normal;}
textarea{resize:none;}
b{font-weight:bold;}
a{color:#333;text-decoration:none;cursor:pointer;}
a:hover{color:#c4166e;text-decoration:none;}
.font-yahei{font-family:'Microsoft YaHei';}
.clear:after{display:block;clear:both;content:".";visibility:hidden;height:0;}
.l{display:inline;float:left;}
.r{display:inline;float:right;}
.pd-bottom20{padding-bottom:20px;}
.pd-bottom10{padding-bottom:10px;}
.pd-top10{padding-top:10px;}
.pd-top20{padding-top:20px;}
/* 标题 */
h1{color:#333; font-size:22px; text-align:left;}
h2{color:#3e3e3e; font-size:14px;}
h3{color:#a40e59; font-size:12px;}
h4{color:#a40e59; font-size:12px;}
/* 头部 开始 */
#header-tips{width:100%;height:38px;border-bottom:1px solid #ccc;background:#fff;color:#999;}
#header-tips .mn{height:14px;line-height:14px;font-size:12px;padding-top:12px;width:1200px;margin:0 auto;z-index:6;position:relative;}
#header-tips .mn:after,#header-tips .mn li:after,#header-mn:after,#header-menu:after{display:block;clear:both;content:".";visibility:hidden;height:0;}
#header-tips .mn>li{float:right;display:inline;border-right:1px dotted #cccccc;padding:0 10px;position:relative;}
#header-tips .mn>li:first-child{border:0px;}
#header-tips .mn>li a{color:#999;}
#header-tips .mn>li a:hover{color:#c4166e;}
#header-tips .mn>li.menu{cursor:pointer;}
#header-tips .mn>li.menu em{display:block;float:left;position:relative;z-index:3;}
#header-tips .mn>li.menu i{position:relative;z-index:3;height:6px;width:10px;float:left;display:block;margin:5px 0 0 5px;background:url(../images/global/ico-2015-12.png) -10px -6px no-repeat;transition: all 0.5s;-moz-transition: all 0.5s; /* Firefox 4 */-webkit-transition: all 0.5s; /* Safari 和 Chrome */-o-transition: all 0.5s; /* Opera */}
#header-tips .mn>li.menu:hover i{background-position:-10px 0;}
#header-tips .mn>li.app{float:left;display:inline;/*background:url(../images/global/ico-2015-12.png) 0 -16px no-repeat;*/line-height:22px;padding:0;border:0px;}
#header-tips .mn>li.app span{padding-right:20px; color:#000;}
#header-tips .mn .menu>ul{position:absolute;top:-23px;left:-1px;border:1px solid #ccc;padding:44px 10px 10px 16px;background:#fff;z-index:2;width:60px;line-height:20px;overflow:hidden;height:0px;opacity:0;display:none\9;transition: all .5s;-moz-transition: all .5s; /* Firefox 4 */-webkit-transition: all .5s; /* Safari 和 Chrome */-o-transition: all .5s; /* Opera */}
#header-tips .mn .menu:hover>ul{height:auto;opacity:1;display:block\9;}
#header-mn-z{background:#fff;width:100%;}
#header-mn{width:1200px;margin:0 auto;padding:20px 0;background:#fff;}
#header-mn .logo{height:90px;width:160px;background:url(../images/global/leico.png) no-repeat;float:left;display:inline;}
#header-mn .com{float:left;display:inline;margin:13px 0 0 15px;width:120px;height:60px;overflow:hidden;}
#header-mn .com img{width:120px;height:60px;}
#header-mn #hd-car,.hd-car{position:relative;float:right;display:inline;cursor:pointer;background:#fff;margin-top:20px;z-index:5;}
.hd-car{margin-top:12px;}
#header-mn #hd-car .car-hd,.hd-car .car-hd{border:1px solid #a40c59;border-radius:2px;height:28px;line-height:28px;overflow:hidden;color:#fff;}
#header-mn #hd-car .car-hd .car-tw,.hd-car .car-hd .car-tw{float:left;display:inline;background:#a40c59 url(./public/pic/seach) 10px -47px no-repeat;width:70px;padding-left:40px;}
.hd-car .car-hd .car-tw{background-color:#fff;background-position:10px -423px;color:#333;}
#header-mn #hd-car .car-hd .car-numb,.hd-car .car-hd .car-numb{float:left;display:inline;margin-left:12px;color:#a40e59;}
#header-mn #hd-car .car-hd i,.hd-car .car-hd i{height:6px;width:10px;float:left;display:block;margin:12px 10px 0 5px;background:url(../images/global/ico-2015-12.png) -20px -6px no-repeat;transition: all 0.5s;-moz-transition: all 0.5s; /* Firefox 4 */-webkit-transition: all 0.5s; /* Safari 和 Chrome */-o-transition: all 0.5s; /* Opera */}
#header-mn #hd-car:hover .car-hd i,.hd-car:hover .car-hd i{background-position:-20px 0;}
#header-mn #hd-car:hover .car-hd .car-tw,.hd-car:hover .car-hd .car-tw{background-color:#fff;background-position:10px -74px; color:#333;}
#header-mn #hd-car:hover .car-hd,.hd-car:hover .car-hd{border-color:#ddd;border-bottom:0px;position:relative;z-index:1;background:#fff;}
#header-mn #hd-car:hover .car-mn,.hd-car:hover .car-mn{display:block;}
#header-mn #hd-car .car-mn,.hd-car .car-mn{border:1px solid #ddd;position:absolute;top:28px;right:0px;width:400px;background:#fff;display:none;z-index:0;}
#header-mn #hd-car .car-mn .tlt,.hd-car .car-mn .tlt{height:50px;line-height:50px;padding:0 20px;}
#header-mn #hd-car .car-mn .mn,.hd-car .car-mn .mn{max-height:330px;overflow:auto;}
#header-mn #hd-car .car-mn .mn li,.hd-car .car-mn .mn li{overflow:hidden;padding:5px 0 5px 10px;width:370px;border-bottom:1px dashed #eee;margin:0 auto;}
#header-mn #hd-car .car-mn .mn li:hover,.hd-car .car-mn .mn li:hover{background:#eee;}
#header-mn #hd-car .car-mn .mn li .img,.hd-car .car-mn .mn li .img{width:50px;height:50px;border:1px solid #eee;float:left;display:inline;}
#header-mn #hd-car .car-mn .mn li .img img,.hd-car .car-mn .mn li .img img{width:50px; height:50px;}
#header-mn #hd-car .car-mn .mn li .txt,.hd-car .car-mn .mn li .txt{width:306px;padding-left:10px;float:left;display:inline;overflow:hidden;height:52px;}
#header-mn #hd-car .car-mn .mn li .txt h4,.hd-car .car-mn .mn li .txt h4{overflow:hidden;max-height:28px;line-height:14px;margin:2px 0 5px;padding-right:50px;}
#header-mn #hd-car .car-mn .mn li .txt .del,.hd-car .car-mn .mn li .txt .del{float:right;display:block;width:30px;color:#ccc;}
#header-mn #hd-car .car-mn .mn li .txt .del:hover,.hd-car .car-mn .mn li .txt .del:hover{color:#333;}
#header-mn #hd-car .car-mn .mn li .txt .pres,.hd-car .car-mn .mn li .txt .pres{display:inline;float:left;color:#a40e59;}
#header-mn #hd-car .car-mn .mn li .txt .pres span,.hd-car .car-mn .mn li .txt .pres span{color:#333;}
#header-mn #hd-car .car-mn .mn li .txt-z,.hd-car .car-mn .mn li .txt-z{overflow:hidden;color:#aaa;margin-left:5px;width:350px;line-height:20px;}
#header-mn #hd-car .car-mn .mn li .txt-z span,.hd-car .car-mn .mn li .txt-z span{color:#a40e59;}
#header-mn #hd-car .car-mn .mn li.txt-t .txt:first-child,.hd-car .car-mn .mn li.txt-t .txt:first-child{width:356px;margin:5px 0;}
#header-mn #hd-car .car-mn .mn li.txt-t .txt:first-child h4,.hd-car .car-mn .mn li.txt-t .txt:first-child h4{font-weight:bold;}
#header-mn #hd-car .car-mn .set,.hd-car .car-mn .set{margin-top:20px;background:#eee;height:50px;overflow:hidden;}
#header-mn #hd-car .car-mn .set .txt,.hd-car .car-mn .set .txt{float:left;display:inline;padding-left:10px;line-height:50px;}
#header-mn #hd-car .car-mn .set .txt span,.hd-car .car-mn .set .txt span{color:#a40e59;}
#header-mn #hd-car .car-mn .set .btn,.hd-car .car-mn .set .btn{float:right;display:block;height:34px;line-height:34px;padding:0 20px;color:#fff;background:#a40e59;margin:8px 10px 0 0;font-size:14px;}
#header-mn #hd-car .car-mn .set .btn:hover,.hd-car .car-mn .set .btn:hover{background:#c4166e;}
#header-mn #hd-search{position:relative;float:left;display:inline;margin:20px 0 0 40px;z-index:5;}
#header-mn #hd-search .mn{width:530px;position:relative;}
#header-mn #hd-search .mn .search-text{float:left;border:1px solid #a40c59;display:inline;height:28px;line-height:28px;padding:0 80px 0 10px;width:439px;color:#666;}
#header-mn #hd-search .mn .search-text:focus{transition:border linear .2s,box-shadow linear .5s; -moz-transition:border linear .2s,-moz-box-shadow linear .5s;-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;outline:none;border-color:#a40c59;box-shadow:0 0 8px #ccc;-moz-box-shadow:0 0 8px #ccc;-webkit-box-shadow:0 0 8px #ccc;}
#header-mn #hd-search .mn .search-btn{display:block;float:left;height:30px;width:60px;background:url(../pic/search.png) 0 0 no-repeat;margin-left:-61px;}
#header-mn #hd-search .mn .search-btn-02{display:block;float:left;height:30px;width:70px;margin-left:-71px;background:#000;color:#fff;line-height:30px;text-align:center;font-size:16px;}
#header-mn #hd-search .mn .search-tips{overflow:hidden;width:530px;padding-top:5px;}
#header-mn #hd-search .mn .search-tips a{display:block;float:left;margin-right:5px;color:#999;}
#header-mn #hd-search .mn .search-tips a em{margin-left:5px; color:#999 !important;}
#header-mn #hd-search .mn .search-mn{background:#fff;border-left:1px solid #a40c59;border-right:1px solid #a40c59;border-bottom:1px solid #a40c59;width:450px;position:absolute;left:0px;top:29px;box-shadow:0px 8px 5px #aaa;}
#header-mn #hd-search .mn .search-mn a{display:block;overflow:hidden;line-height:24px;color:#333;padding:0 10px;}
#header-mn #hd-search .mn .search-mn a:hover{background:#f5f5f5;}
#header-mn #hd-search .mn .search-mn a em{display:block;float:left;}
#header-mn #hd-search .mn .search-mn a span{display:block;float:right;}
#header-mn #hd-search .mn .search-mn a b{color:#a40c59;}
#header-menu-z{background:#fff;width:100%;border-bottom:1px solid #a21459;}
#header-menu{position:relative;width:1200px;margin:0 auto;border-bottom:0px solid #aaa;height:30px;line-height:30px;font-size:18px;background:#fff;z-index:4;}
#header-menu li{display:inline;float:left;height:30px;border-bottom:0px solid #aaa;margin-bottom:-4px;position:relative;}
#header-menu li.menuid-z{background:#222 url(../pic/icon.png) 130px -573px no-repeat;width:166px; margin-right:25px;}
#header-menu li.menuid-z:hover{background:#222 url(../pic/icon.png) 130px -547px no-repeat;}
#header-menu li>a.active{border-bottom:2px solid #a21459; height:28px;}
#header-menu li>a{color:#444;display:block;margin:0 30px 0 0; font-size:14px;}
#header-menu li:first-child>a{color:#fff;background:url(../pic/icon.png) 3px -604px no-repeat; line-height:28px; text-indent:35px;}
#header-menu li:first-child:hover .minmenu{display:block;}
#header-menu .minmenu{height:400px;width:1170px;background:url(../images/global/minmenu-bg.png);position:absolute;z-index:9999;top:34px;left:0px;overflow:hidden;padding:0 0 0 30px;display:block;}
#header-menu .minmenu li{height:400px;border:0px;font-size:12px;overflow:hidden;}
#header-menu .minmenu li a{display:block;color:#666;padding:0px;}
#header-menu .minmenu li a:hover{color:#c4166e;}
#header-menu .minmenu li .dt{width:80px;margin-top:40px;}
#header-menu .minmenu li .dt dt{font-size:14px;font-weight:bold;color:#000;}
#header-menu .minmenu li .dt dt a{color:#000;}
#header-menu .minmenu li .dl-left{height:400px;width:20px;position:absolute;left:80px;top:0px;;background:url(../images/global/minmenu-01.png);}
#header-menu .minmenu li .dl-right{height:400px;width:14px;position:absolute;left:710px;top:0px;;background:url(../images/global/minmenu-02.png);}
#header-menu .minmenu li .dl-list{width:582px;position:absolute;top:0px;left:125px;overflow:hidden;}
#header-menu .minmenu li .dl-list .dl-con:first-child{margin-right:20px;}
#header-menu .minmenu li .dl-con{width:280px;float:left;display:inline;margin-top:40px;}
#header-menu .minmenu li .dl-con dl{overflow:hidden;padding-bottom:10px;line-height:20px;}
#header-menu .minmenu li .dl-con dt{font-size:14px;font-weight:bold;color:#000;border-bottom:1px solid #eee;margin-bottom:6px;}
#header-menu .minmenu li .dl-con dd{float:left;display:inline;margin-right:10px;}
/**分类导航 开始**/
.more-sort{float:left; display:inline; width:100px; height:30px;margin:21px 15px 0 15px;position:relative;z-index:5;}
.more-sort:hover .sort-list{display:block;}
.more-sort:hover .sort-tlt em{background-position:0px -260px;}
.more-sort:hover .sort-tlt{border-bottom:none;}
.more-sort .sort-tlt{overflow:hidden;width:98px; height:28px;border:1px solid #ddd;background:#fff;position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;}
.more-sort .sort-tlt .tlt-mn{width:75px;line-height:28px; text-align:center;font-size:12px;color:#666;float:left;display:}
.more-sort .sort-tlt em{display:block;float:left;width:18px;height:18px;background:url(../images/global/icon_arrow.png) -29px -260px no-repeat;margin-top:6px;transition: all 0.2s;-moz-transition: all 0.2s; /* Firefox 4 */-webkit-transition: all 0.2s; /* Safari 和 Chrome */-o-transition: all 0.2s; /* Opera */}
.more-sort .sort-list{width:78px;border:1px solid #ddd;position:absolute;padding:5px 10px;left:0px;top:28px;background:#fff;font-size:12px;display:none;line-height:22px;color:#666;}
.more-sort .sort-list a{display:block;float:left;color:#666;}
.more-sort .sort-list a:hover{color:#c4166e;text-transform:none;}
.more-sort .sort-list dt{font-size:14px;float:left;width:80px;}
/*.more-sort .sort-list dd{float:left;width:210px;}
.more-sort .sort-list .line{background:url(../images/global/line-01.png) 0 0 no-repeat;height:1px;width:290px;margin:2px 0;}*/
/**分类导航 结束**/
/* 头部 结束 */
/* 整站右侧 开始 */
.edge{height:100%;position:fixed;border-left:34px solid rgba(160,20,89,0.9);right:0px;top:0px;font-family:'Microsoft YaHei';z-index:99;width:300px\9\0;}
.edge{border-left:34px solid #a92b69\9;*border-left:34px solid #a92b69;border-left:34px solid rgba(160,20,89,0.9)\9\0;}
.edge-top{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -304px no-repeat;display:block;position:absolute;bottom:0px;left:-34px;}
.edge-top:hover{background-color:#c5166e;}
.edge-code{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -515px no-repeat;display:block;position:absolute;bottom:35px;left:-34px;}
.edge-code span,.edge-code .ico{display:none;}
.edge-code:hover .ico{position:absolute; z-index:2; bottom:5px; right:40px; width:9px; height:19px;background:url(../images/global/ico-2015-12.png) 0 -711px no-repeat; display:block;}
.edge-code:hover span{position:absolute; bottom:-30px; text-align:center;right:48px; width:134px; border:1px solid #a21459; height:175px;background:#fff; display:block; color:#000; font-size:14px; padding-top:13px;}
.edge-code span img{width:122px; height:122px;}
.edge-code span em{display:block; color:#a21459; padding-bottom:7px;}
.edge-icon{width:34px;height:172px;position:absolute;top:50%;right:300px;margin-top:-80px;}
.edge-icon a{display:block;position:relative;}
.edge-icon a span{display:block;height:34px;width:34px;background-color:#c5166e;margin-bottom:1px;position:relative;z-index:1;}
.edge-icon a em{display:block;position:absolute;height:34px;width:96px;background:#c4166e;border-radius:4px;color:#fff;font-size:14px;left:40px;top:0px;line-height:34px;text-align:center;transition: all 0.2s;-moz-transition: all 0.2s; /* Firefox 4 */-webkit-transition: all 0.2s; /* Safari 和 Chrome */-o-transition: all 0.2s; /* Opera */}
.edge-icon a:hover em{left:-90px;}
.edge-icon a:hover span{background-color:#c4166e;}
.edge-icon .icon-c{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -145px no-repeat;}
.edge-icon .icon-q{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -182px no-repeat;}
.edge-icon .icon-k{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -219px no-repeat;}
.edge-icon .icon-s{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -254px no-repeat;}
.edge-icon .icon-z{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -465px no-repeat;}
.edge-icon .icon-f{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -759px no-repeat;}
.edge-icon .icon-num{border:1px solid #a40c59; color:#a40c59; position:absolute;z-index:1;right:7px; top:-7px; background:#fff; height:13px; line-height:13px; min-width:13px; border-radius:6px; text-align:center; padding:0 1px;}
.edge-icon .icon-on{width:116px; height:32px; line-height:32px; border:1px solid #c4166e;border-right:0;position:absolute; border-radius:4px 0 0 4px;right:30px; top:0;font-size:14px; color:#c4166e; background:url(../images/global/ico-2015-07.png) 5px -65px no-repeat #fff; text-indent:25px;}
.edge-cart{width:300px;height:100%;position:relative;background:#f2f2f2;z-index:1; padding-top:20px;}
.edge-cart .tlt{height:75px;line-height:38px;width:250px;color:#fff;margin:0px auto;font-size:14px;display:block; background:url(../images/global/tlt_img.png) no-repeat; background-size:100%; height:53px; text-indent:10px; font-weight:bold;}
.edge-cart .tlt a{line-height:38px;color:#fff;display: inline-block;}
.edge-cart .tlt span{font-size:12px;float:right;cursor: pointer;}
.edge-cart .tlt em{background:url(../images/leuser/uico.png) -21px -1378px no-repeat; width:11px; height:28px; display:block; float:right; margin:12px 10px 0 4px;}
.edge-cart .bot{position:absolute;bottom:30px; background:#f9f9f9;width:300px;padding-bottom:30px;}
.edge-cart .bot .dt{width:250px;margin:0 auto;padding:20px 0 10px 0;overflow:hidden;font-size:14px; color:#a40e59;}
.edge-cart .bot .btn{height:40px;line-height:40px;width:250px;background:#c5166e;color:#fff;margin:0 auto;font-size:18px;display:block;text-align:center;}
.edge-cart .bot .btn:hover{background:#c4166e;}
.edge-cart .by{overflow:auto;width:270px; margin-left:21px;}
.edge-cart .bd{border-top:1px dashed #eee;margin-top:20px;}
.edge-cart .bd li{overflow:hidden;padding:0px 5px 10px;width:235px;position:relative;margin:0 auto; background:#fff; margin-bottom:15px;}
.edge-cart .bd li .chechbox{position:absolute;top:40px;left:3px}
.edge-cart .bd li .img{float:left;display:inline;width:60px;height:60px;border:1px solid #eee;margin:10px 0 0 15px;clear:both;}
.edge-cart .bd li .img img{width:60px;height:60px;}
.edge-cart .bd li .txt{width:144px;line-height:15px;float:left;display:inline;margin:20px 0 0 5px;height:42px;position:relative;}
.edge-cart .bd li .txt h4{height:15px;margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.edge-cart .bd li .txt .pres{color:#c5166e;display:inline;float:left; font-weight:bold;}
.edge-cart .bd li a.del{display:none;color:#ccc;background:url(../images/leuser/uico.png) -0 -1378px no-repeat; width:11px; height:14px;position:absolute;bottom:-6px;right:-6px;}
.edge-cart .bd li:hover a.del{display:block;}
.edge-cart .bd li:hover .txt h4 a{color:#c5166e;}
.edge-cart .bd li .txt .numb{width:58px;height:16px;overflow:hidden;margin-left:10px;float:left;display:inline;position:relative;}
.edge-cart .bd li .txt .numb a{height:14px;width:14px;border:1px solid #ccc;color:#ccc;text-align:center;line-height:14px;float:left;display:none;font-size:16px;background:#fff;}
.edge-cart .bd li .txt .numb a:hover{background:#999;color:#fff;}
.edge-cart .bd li .txt .numb input{height:14px;width:20px;line-height:14px;color:#999;text-align:center;margin:0 2px;position:absolute;top:1px;left:17px;background:none;}
.edge-cart .bd li .txt .numb:hover input{border:1px solid #ccc;top:0px;left:16px;}
.edge-cart .bd li .txt .numb:hover a{display:block;}
.edge-cart .bd li .txt-z{float:left;display:inline;margin-left:15px;width:215px;color:#aaa;line-height:20px;height:20px;overflow:hidden;}
.edge-cart .bd li .txt-z span{color:#a40e59;}
.edge-cart .bd li .txt-t{width:210px;margin-left:15px;}
.edge-cart .bd li .txt-t h4{font-weight:bold;}
.edge-collect,.edge-foot{width:300px;height:100%;position:relative;background:#f2f2f2;z-index:1; padding-top:20px;}
.edge-collect .tlt,.edge-foot .tlt{height:75px;line-height:38px;width:250px;color:#fff;margin:0px auto;font-size:14px;display:block; background:url(../images/global/tlt_img.png) no-repeat; background-size:100%; height:53px; text-indent:10px; font-weight:bold;}
.edge-collect .tlt span,.edge-foot .tlt span{padding-left:130px;}
.edge-collect ul,.edge-foot ul{padding-left:25px; overflow:hidden; padding-bottom:75px;}
.edge-collect ul li,.edge-foot ul li{width:120px; height:130px; text-align:center; padding:5px 0 0 0; line-height:25px; background:#fff; float:left; margin:10px 10px 0 0px;}
.edge-collect ul li a img,.edge-foot ul li a img{width:100px; height:100px;}
.edge-collect ul li p,.edge-foot ul li p{color:#ed4d59; height:10px;}
.edge-collect .edge-stream,.edge-foot .edge-stream{width:100px; height:100px; position:relative; margin:0 auto;}
.edge-collect .edge-stream .stream_BTN,.edge-foot .edge-stream .stream_BTN{display:none;}
.edge-collect .edge-stream:hover .stream_BTN,.edge-foot .edge-stream:hover .stream_BTN{width:100px;height:20px;line-height:20px;color:#ffffff;text-align:center;display:block;background:#c5166e;position:absolute;z-index:1;bottom:0;left:0;}
.edge-collect .edge-stream:hover .stream_BTN.none,.edge-foot .edge-stream:hover .stream_BTN.none{background:#474747;}
.edge-collect .edge-stream a.del,.edge-foot .edge-stream a.del{background:url(../images/leuser/uico.png) 0 -1378px no-repeat; width:11px; height:14px; display:block; position:absolute; z-index:2; top:5px; right:0px;}
.edge-ticket{width:370px;height:100%;position:relative;background:#f2f2f2;z-index:1;overflow:hidden;}
.edge-ticket .tlt{height:75px;line-height:46px;width:280px;color:#fff;margin:20px auto;font-size:14px;display:block; background:url(../images/global/tlt_img.png) no-repeat; background-size:100%; height:53px; text-indent:10px; font-weight:bold;}
.edge-ticket .tlt span{padding-left:160px;}
.edge-ticket .edge-ground{width:280px; margin:0 auto 20px;overflow:hidden;}
.edge-ticket .edge-ground .sharp_middle{margin-bottom:10px; border-bottom:2px solid #c5166e; background:url(../images/global/sharp_ico.png) 0 50px no-repeat #fff;color:#999;overflow:hidden;}
.edge-ticket .edge-ground .sharp_middle p.l_box{width:110px; float:left;display:inline; text-align:center; font-weight:bold; font-size:8px;}
.sharp_middle p.l_box em{font-size:14px;}
.sharp_middle p.l_box span{display:block; font-size:44px; color:#000; font-family:Arial, Helvetica, sans-serif; line-height:45px; height:45px;}
.edge-ticket .edge-ground .sharp_middle p.r_box{width:160px; float:left;display:inline; text-align:right; font-size:12px;}
.sharp_middle p.r_box em.t_e{font-style:normal; color:#000; display:block; width:140px; overflow:hidden; height:18px;}
.sharp_middle p.r_box em.o_e{font-style:normal; color:#7f8488; font-size:10px;}
.sharp_middle p.r_box span{color:#c5166e; font-size:16px; display:block; padding-top:5px;}
.edge-ticket .over a,.edge-collect .over a,.edge-foot .over a{text-align:center; color:#c5166e; font-size:14px; display:block;}
.edge-ticket.wise{width:300px;}
.edge-ticket.wise .tlt{width:250px; line-height:38px;}
.edge-ticket.wise .tlt span{padding-left:130px;}
.edge-ticket.wise .edge-ground{width:250px;}
.edge-ticket.wise .sharp_middle p.l_box{width:100px;padding:15px 0;}
.edge-ticket.wise .sharp_middle p.r_box{width:140px;padding:15px 0;}
.edge-ticket.wise .sharp_middle .q_btn{height:30px;line-height:30px;font-size:12px;color:#fff;background:#a40e59;text-align:center;display:block;width:250px;overflow:hidden;}
.edge-ticket.wise .sharp_middle .q_btn:hover{background:#c5166e;}
.edge-ticket.wise .edge-ground .q_title{height:40px;line-height:40px;}
.cart-num{width:50px;float:right;text-align:right;padding-right:10px;padding-left:0px!important;}
/* 整站右侧 结束 */
/* 底部 开始 */
#footer{border-top:1px solid #ccc;width:100%;background:#fff;font-family:'Microsoft YaHei';overflow:hidden;}
#footer-tips{background:#000;width:100%;color:#fff;}
#footer-tips .mn{line-height:20px;font-size:12px;margin:0 auto;padding:20px 0; color:#fff;width:1200px; overflow:hidden;}
#footer-tips .mn a{color:#fff;}
#footer-tips .mn a:hover{color:#fff; text-decoration:underline;}
#footer-tips .mn .mn_left{width:970px; float:left;}
#footer-tips .mn .mn_right{width:230px; float:left; text-align:right;background:url(../images/global/ico-2015-12.png) 0 -646px no-repeat; line-height:25px;}
#footer-service{width:1200px;margin:0 auto;overflow:hidden;border-top:1px dashed #ccc;padding:30px 0;}
#footer-service dl{float:left;display:inline;width:145px;font-size:12px;line-height:24px;}
#footer-service dl:last-child{width:80px;}
#footer-service dl dt{font-size:18px;padding-bottom:10px;}
#footer-slogen{padding:30px 0;overflow:hidden;width:1120px;margin:0 auto; padding-left:60px;}
#footer-slogen dl{float:left;display:inline;width:280px;overflow:hidden;margin-top:22px;}
#footer-slogen dt{float:left;display:inline;height:50px;width:50px;background:url(../images/global/ico-2015-12s.png) 0 0 no-repeat;margin-right:10px;}
#footer-slogen dt.s2{background-position:0 -55px}
#footer-slogen dt.s3{background-position:0 -110px}
#footer-slogen dt.s4{background-position:0 -165px}
#footer-slogen dd{float:left;display:inline;font-size:14px;margin-top:6px;}
#footer-slogen dd b{font-size:16px;padding-top:10px;display:block;color:#666;}
#footer-service .slogen-app{float:left;display:inline;margin-left:10px;width:80px;text-align:center;}
#footer-service .slogen-app img{height:80px;width:80px;padding-bottom:10px;}
/* 底部 结束 */
/* 大家都在买产品左右滑动 */
.ducts-slide{width:1200px;margin:20px auto 0;box-shadow: 0px 1px 3px #eee;}
.ducts-slide .tlt{background:#efefef;height:38px;line-height:38px;overflow:hidden;font-size:14px;}
.ducts-slide .tlt a{float:left;display:inline;padding:0 20px;display:block;}
.ducts-slide .tlt a:hover{color:#fff;background:#999;}
.ducts-slide .tlt a.active{background:#a40e59;color:#fff;}
.ducts-slide .bd{overflow:hidden;width:1200px;background:#fff; position:relative;height:360px;}
.ducts-slide .mn{width:1070px;overflow:hidden;display:inline;height:360px;left:63px;position:absolute;z-index:1;}
.ducts-slide .mn ul{overflow:hidden;width:1070px;}
.ducts-slide .mn ul li{float:left;display:inline;padding:30px 12px;width:190px;}
.ducts-slide .mn ul li .img img{width:150px;height:150px;padding:25px 0px;}
.ducts-slide .mn ul li .img{width:190px;height:200px;text-align:center;margin:0 auto;display:block;}
.ducts-slide .mn ul li h3{font-size:14px; line-height:16px; overflow:hidden; height:16px;margin:8px 0 14px;}
.ducts-slide .mn ul li h3 a{color:#333333;}
.ducts-slide .mn ul li .price{width:190px;text-align:center;font-size:16px;color:#a40e59;}
.ducts-slide .mn ul li .btn{background:#a40e59; height:26px; line-height:24px; display:block; color:#ffffff; font-size:14px;text-align:center;margin:0 auto;width:96px;}
.ducts-slide .mn ul li .btn:hover{background:#c4166e; color:#ffffff;}
.ducts-slide .btn-l{display:block;float:left;width:40px;height:76px;background:url(../images/global/icon_arrow.png) 0 20px no-repeat;margin:140px 3px 0 20px;}
.ducts-slide .btn-r{display:block;float:right;width:40px;height:76px;background:url(../images/global/icon_arrow.png) -62px 20px no-repeat;margin:140px 24px 0 3px;}
/*头部四款产品开始*/
.recommend{background:#ffffff; width:1200px; margin:0 auto; padding:20px 0; overflow:hidden;box-shadow: 0px 1px 3px #eee;}
.recommend_wap{width:280px; float:left; padding:0 10px;}
.recommend_wap .recommend_img{width:130px; float:left; padding-right:10px;}
.recommend_img img{width:120px; height:120px;padding:5px;}
.recommend_wap .recommend_text{width:140px; float:left; color:#a40e59; font-size:14px; padding-top:10px;}
.recommend_wap .recommend_text h3{color:#333333; font-size:14px; line-height:19px; overflow:hidden; height:40px;}
.recommend_BUTTON{width:96px; padding-top:20px;}
.add_BTN{background:#a40e59; height:26px; line-height:26px; display:block; color:#ffffff; font-size:14px;text-align:center;}
.add_BTN:hover{background:#c4166e; color:#ffffff;}
/*头部四款产品结束*/
/**详情页左侧 开始**/
.sd-mn{font-size:14px;width:230px;}
.sd-tlt{background:#efefef;height:34px;line-height:34px;overflow:hidden;}
.sd-tlt li{padding:0 20px;background:#a40e59;color:#fff;}
.sd-tlt .active{background:#a40e59;color:#fff;}
.sd-tlt>a:hover{background:#c4166e;color:#fff;}
.sd-tlt>a{display:block;padding:0 20px;float:left;}
.sd-mn-iteam{margin-bottom:20px;background:#fff;}
.sd-minsch{width:190px;margin:0 auto;padding:10px 0;}
.sd-minsch li{overflow:hidden;padding:5px 0;}
.sd-minsch li em{display:block;float:left;width:56px;}
.sd-minsch li input{border:1px solid #333333;height:20px;line-height:20px;}
.sd-minsch li .sch-btn{cursor:pointer;margin-left:55px;background-color: transparent; background:#eeeeee; width:50px; height:22px;border:1px solid #333333; font-size:12px;line-height:20px;}
.sd-menu>li{border-bottom: 1px dotted #cfcfcf;line-height:35px;padding-left:15px;}
.sd-menu>li:last-child{border-bottom:none;}
.sd-menu>li>a{background:url(../images/global/icon_arrow.png) 0px -174px no-repeat;display:block;padding-left:20px;}
.sd-menu>li>a.active{background-position:0px -204px;}
.sd-minmenu>a{display:block;line-height:30px;background:url(../images/global/icon_arrow.png) 5px -234px no-repeat;font-size:12px;padding-left:15px;}
.sd-gory{overflow:hidden;padding:20px;font-size:12px;}
.sd-gory a{display:block;float:left;width:95px;line-height:24px;}
.sd-product li{padding:15px 0;overflow:hidden;width:190px;margin:0 auto;position:relative;}
.sd-product li .img{height:60px;width:60px;float:left;display:inline;}
.sd-product li .img img{height:60px;width:60px;}
.sd-product li .txt{width:120px;display:inline;float:right;}
.sd-product li .txt h4{height:30px;line-height:14px;overflow:hidden;}
.sd-product li .txt span{display:block;color:#a40e59;font-size: 14px;}
.sd-product li a.sd_btn{display:none;}
.sd-product li:hover a.sd_btn{display:block;width:20px;height:20px;background:url(../images/ledetail/d_i.png) 0 -476px; position:absolute; z-index:1; right:0; top:45px;}
/**详情页左侧 结束**/
/*分页开始*/
.page{font-size:14px; text-align:center;background:#fff;}
.page a{display:inline-block; padding:5px 15px; border:1px solid #cccccc; background:#eeeeee; margin:40px 2px 20px 2px;}
.page a:hover{background:#c4166e; border:1px solid #c4166e; color:#fff;}
.page a:hover span{color:#ffffff;}
.page a.ov:hover{color:#333333;}
.page a.stm{color:#a40e59; background:#ffffff; border:1px solid #ffffff; cursor:default !important;}
.page a.tb span{background:url(../images/leshop/ii01.png) 0 0 no-repeat; display:block; width:10px; height:10px; #height:15px; display:inline-block;}
.page a.tb em{display:inline-block;}
.page a.tb.lnom span{background-position:-56px -600px;}
.page a.tb.rnom span{background-position:-64px -600px;}
.page a.tb.lnom:hover span,.page a.tb.lnom.none span{background-position:-27px -600px;}
.page a.tb.rnom:hover span,.page a.tb.rnom.none span{background-position:-36px -600px;}
.page a.tb.lnom.none,.page a.tb.rnom.none{color:#999999 !important; border:1px solid #cccccc !important; cursor:default !important; background-color:#eeeeee !important;}
.page a.ov{background:#ffffff; border:1px solid #ffffff; cursor:default !important;}
.page input{font-size:14px; width:45px; height:34px; line-height:34px; border:1px solid #cccccc; text-align:center; margin:0 5px;}
.second_page{float:right; margin-right:10px;}
.second_page a.ov,.second_page a.bv,.second_page a.inom,.page a.tom,.second_page a.tb em{display:none;}
.second_page a{display:block; float:left; padding:1px 8px; background:#fff; border:1px solid #cccccc; margin-left:5px;}
.second_page a.tb{/*width:10px;*/ height:20px; line-height:20px;}
.second_page a.tb.lnom span{background-position:-54px -620px; margin-top:5px;}
.second_page a.tb.rnom span{background-position:-64px -620px; margin-top:5px;}
.second_page a.tb.lnom:hover span,.second_page a.tb.lnom.none span{background-position:-25px -620px;}
.second_page a.tb.rnom:hover span,.second_page a.tb.rnom.none span{background-position:-36px -620px;}
/*分页结束*/
/*购物车弹窗开始*/
.pop_bd{width:500px;background:#ffffff; padding:1px; margin:0 auto;}
.pop_mn{background:#ffffff;padding:30px 0; text-align:center;font-size:14px;}
.pop_title{height:40px; background:#333333; font-size:18px; color:#ffffff; line-height:35px;}
.pop_title span{font-size:18px; padding:0 5px 0 20px;}
.pop_button{height:74px; padding:20px 0 0 85px; border-top:1px solid #cccccc;}
.pop_button a{width:150px; height:50px; line-height:50px; text-align:center; display:block; float:left; font-size:18px; border-radius:5px; margin-right:15px;}
.take_BTN{background:#a40e59; border:1px solid #a40e59; color:#ffffff;}
.take_BTN:hover{background:#c4166e; border:1px solid #a40e59; color:#ffffff;}
.off_BTN{background:#ffffff; border:1px solid #a40e59; color:#a40e59;}
.off_BTN:hover{background:#ffffff; border:1px solid #a40e59; color:#a40e59;}
/*购物车弹窗结束*/
/**弹层及遮罩js中引用**/
#wjAlert-body,#wjConfirm-body{position:fixed;border:1px solid #eee;box-shadow:0 0 8px 0 #ccc; width:360px; background:#fff; z-index:1002;padding:0 0 20px 0;}
#wjAlert-content,#wjConfirm-content{clear:both;text-align:center; padding:20px 20px;font-size:16px;}
#wjAlert-title{height:35px; line-height:35px; padding:0px 5px 0 15px; font-weight:bold; font-size:14px; background:#efefef;}
#wjAlert-close{cursor:pointer; float:right; width:24px; height:24px; margin-top:5px;background:url(../images/leshop/ii01.png) 0 -340px no-repeat; text-align: middle; *margin-top:-22px; *zoom:1; }
#wjAlert-close:hover,#wjAlert-close:visited{ -webkit-animation: close_eff 0.1s linear; -moz-animation: close_eff 0.1s linear; }
@-webkit-keyframes close_eff {0% {-webkit-transform:rotate(0deg); } 100% {-webkit-transform:rotate(90deg); } }
@-moz-keyframes close_eff {0% {-moz-transform:rotate(0deg); } 100% {-moz-transform:rotate(90deg); } }
@-ms-keyframes close_eff {0% {-moz-transform:rotate(0deg); } 100% {-moz-transform:rotate(90deg); } }
#shadeLayer{ z-index:1001; position:absolute; top:0px; left:0px; width:100%; background-color:rgba(0,0,0,.2); *zoom:1; *background: #000000; *filter:alpha(opacity=30) }
#wjLoad-body{ position:fixed; border:5px solid #ddd; width:250px; z-index:1002; text-align:center; font-weight:bold; background:#eee;}
.wjLoad-text{ font-size: 16px;}
#wjConfirm-Footer{overflow:hidden;}
#wjConfirm-cancel{line-height:32px;border:1px solid #a40e59;width:120px;text-align:center;font-size:14px;border-radius:5px;float:left;display:block;color:#a40e59;}
#wjConfirm-ok{margin-left:32px;background:#a40e59;color:#fff;line-height:32px;border:1px solid #a40e59;width:120px;text-align:center;font-size:14px;border-radius:5px;float:left;display:block;}
.button:hover{border: 1px solid #c975c9; text-shadow: #80697d 0 1px 0; background: #eb2cce; background: -webkit-gradient(linear, left top, left bottom, from(#edabde), to(#eb2cce)); background: -webkit-linear-gradient(top, #edabde, #eb2cce); background: -moz-linear-gradient(top, #edabde, #eb2cce); background: -ms-linear-gradient(top, #edabde, #eb2cce); background-image: -ms-linear-gradient(top, #edabde 0%, #eb2cce 100%); color: #000000; }
.loadStyle30{display:inline-block; margin: 0px auto; width:30px; height:30px; background: url("../images/global/loading.png") no-repeat scroll 0 0 transparent; *display:inline; *zoom:1;}
#wjPop-body{position:fixed;z-index:1001;*zoom:1;}
#adType1-tipTextContain{height:17%;background-color:black;position:relative;top: -17%;opacity:0.5;*background: #000000; *filter:alpha(opacity=50);}
#adType1-tipTextContain.small{height:70px;top: -70px;}
#adType1-tipText{color: white;font-size: 2em;position:relative;top:-30%;padding-left: 50px;text-align: left;}
#adType1-tipText.small{font-size: 1.2em;top:-110px;padding-left: 20px;}
#adType1-tipText:hover{color:#c4166e;text-decoration:none;}
#adType1-tipNum{position:relative;top:-43%;left: 70%;}
#adType1-tipNum.small{top:-160px;left: 60%;}
#adType1-tipNum li{width: 35px;height: 35px;line-height: 35px;background-color: white;float: left;margin-right: 10px;text-align: center;font-size: 1.1em;position:relative;font-weight: bold;cursor: pointer;}
#adType1-tipNum li.small{width: 20px;height: 20px;line-height: 20px;font-size:1em;}
#adType1-tipNum li.on{top:-10px;background-color: black;color: white;}
#adLoading{display: none;background: url("/htmlResource/images/global/loading.gif") no-repeat center white;}
#popShadeLayer{ z-index:1001; position:absolute; top:0px; left:0px; width:100%; background-color:rgba(0,0,0,.2); *zoom:1; *background: #000000; *filter:alpha(opacity=30)}
.alertInfo{margin:0 0 0 3px;color:#a40e59 !important;text-align:center;}
.login-close{position:absolute; display:block; width:32px; height:32px; background:url(../images/global/iconfont-guanbi.png) 0px 0px no-repeat; top:0; right:0; margin:-23px -6px 0 0;}
/**弹层及遮罩js中引用 END**/
/**弹层成功加入购物车**/
.cart-pops{position:fixed;margin:-100px 0 0 -230px;width:460px;padding-bottom:30px;overflow:hidden;background:#fff;z-index:9999;left:50%;top:50%;border:1px solid #eee;box-shadow:0 0 8px 0 #ccc; }
.cart-pops .close_on,.depend-pops .close_on{height:24px;width:24px;display:block;float:right;margin:10px 10px 0 0;background:url(../images/leshop/ii01.png) 0 -340px no-repeat;}
.cart-pops .pops-mn{overflow:hidden;line-height:32px;font-size:18px;margin:40px 0 0 0;height:78px; text-align:center;}
.cart-pops .pops-mn em{background:url(../images/leshop/ii01.png) -0 -759px no-repeat;display:inline-block; line-height:35px; text-indent:30px; margin:0 15px;}
.cart-pops .pops-bd{overflow:hidden;line-height:32px;text-align:center;font-size:14px;margin:50px auto 30px;width:400px;}
.cart-pops .btn-on{line-height:32px;border:1px solid #a40e59;width:120px;text-align:center;font-size:14px;margin-left:85px;border-radius:5px;float:left;display:block;color:#a40e59;}
.cart-pops .btn-ons{margin-left:50px;background:#a40e59;color:#fff;}
.cart-pops .btn-ont{margin:0 auto;float:none;background:#a40e59;color:#fff;}
/**弹层成功加入购物车 END**/
/**特定样式开始**/
.btn-off,.btn-off:hover{background:#ccc !important;border:1px solid #ccc !important;color:#333 !important;cursor:default !important;}
.btn-load01,.btn-load01:hover{background:#ccc url("../images/global/loading.gif") center center no-repeat !important;border:1px solid #ccc !important;color:#333 !important;cursor:default !important;}
/**特定样式结束**/
/*轮播图广告*/
.banner{width:100%; height:400px;}
.bn-ad{height:400px; width:100%; position:absolute;}
.bn-sel{position:absolute; bottom:20px; left:700px; width:100px;}
.ber-ad{width:1200px; padding:10px 0; margin:0 auto; overflow:hidden;}
.ber-list{float:right; display:inline; margin:11px 0;}
.ber-list li{ width:220px; height:138px; float:left; display:inline; margin:0 25px 0 0;}
.ber-list img{width:208px; height:124px; padding:6px 6px 8px 6px; background:url(../images/img-index/in_tad.png) no-repeat;}
.sld-ad{width:100%; position:relative;}
/*.sld-ad .sld-ad-img{}
@keyframes animatedBackground { from { background-position: 100% 0; } to { background-position: 50% 0; } }*/
.sld-ad .sld-ad-img{background-position: 0px 0px; background-repeat: repeat-x;position:relative; /*animation:animatedBackground 2s linear infinite;animation-iteration-count:1;*/}
.sld-ad .sld-ad-img .a{margin:0 auto; display:block; width:1200px; height:400px;text-indent: -999em;}
.sld-ad .sld-ad-img .banner-ad{margin:0 auto; width:1200px; height:400px; position:relative;}
.sld-ad .banner-ad .min-ad{position:absolute; top:13px; left:959px; width:240px;}
.sld-ad .banner-ad .min-ad .ad{width:240px; border-bottom:1px solid #ccc; height:125px; overflow:hidden; position:relative;}
.sld-ad .banner-ad .min-ad .ad_mask{position:absolute; width:240px; height:125px; background:url(../images/global/ad_hui.png); top:0px; left:0px;}
.sld-ad .sld-sel-bd{width:1200px; margin:0 auto; position:relative;}
.sld-sel{position:absolute; bottom:20px; left:470px;}
.sld-sel a{ display:block; width:13px; height:16px; background:url(../images/index/in_png.png) -20px -381px; float:left;margin-left:10px; overflow:hidden;}
.sld-sel .seld{ background-position:-0 -382px; width:16px; height:16px;}
.sld-ad-s{width:100%; position:relative;}
.sld-ad-s .banner-ad{width:100%; height:100%;}
.sld-ad-s .sld-ad-img a{margin:0 auto; display:block; width:100%; height:100%;}
.sld-ad-s .sld-sel-bd{width:100%; margin:0 auto; position:relative;}
.sld-ad-s .sld-sel{left:5%; bottom:10px;}
.sld-ad-s .sld-sel a{display:block;background-position:-61px -385px;height:10px;width:10px;margin-left:5px; }
.sld-ad-s .sld-sel .seld{background-position:-47px -385px;}
.sld-sel-bd .sld-ri{position:absolute; z-index:1; right:0; bottom:180px; width:80px;}
.sld-sel-bd .sld-ri a{display:block;width:32px; height:38px;background:url(../images/index/in_png.png) no-repeat 0 0; float:left; margin-left:2px;}
.sld-sel-bd .sld-ri a.ri01{background-position:0 -416px;}
.sld-sel-bd .sld-ri a.ri01:hover{background-position:0 -455px;}
.sld-sel-bd .sld-ri a.ri02{background-position:-34px -416px;}
.sld-sel-bd .sld-ri a.ri02:hover{background-position:-34px -456px;}
/*轮播图广告结束*/
/*顶通广告及底角 开始*/
.top-gg{width:100%;position:relative;z-index:10;}
.top-gg .mn{width:1200px;position:relative;margin:0 auto;}
.top-gg .mn a.close{display:block;position:absolute;right:0px;top:5px;height:22px;width:44px; background:url(../images/global/hd-ad-close.png) no-repeat center 0;}
.bottom-corner{position:fixed;left:0px;bottom:0px;}
.bottom-corner .mn{position:relative;}
.bottom-corner .mn a{display:block;position:absolute;right:0px;top:5px;height:12px;width:12px; background:url(../images/global/iconfont-guanbi.png) no-repeat center -74px;}
.bottom-corner .mn a:hover{background-position:center -106px;}
/*顶通广告及底角 结束*/
.u-flyer{display: block;width: 50px;height: 50px;border-radius: 50px;position: fixed;z-index: 9999;}
/*浮动搜索开始*/
.fix_menu{background:#eee; height:50px; position:fixed; box-shadow:0 0 5px #999; z-index:100; top:0; left:0; width:100%;}
.fix_menu .fix_wrap{width:1200px; margin:0 auto;}
.fix_wrap .fix_logo{width:140px; float:left; background:url(../images/index/in_png.png) 0 -88px no-repeat; height:50px;}
.fix_wrap .fix_check{width:482px; float:left; padding-top:10px; position:relative;}
.fix_wrap .fix_check .search-mn{background: #fff none repeat scroll 0 0;border-bottom: 1px solid #a40c59;border-left: 1px solid #a40c59;border-right: 1px solid #a40c59; box-shadow: 0 8px 5px #aaa;left: 0;position: absolute;top:41px;width:410px;}
.fix_wrap .fix_check .search-mn a{color: #333; display: block; line-height: 24px; overflow: hidden;padding: 0 10px;}
.fix_wrap .fix_check .search-mn a em{display: block; float: left;}
.fix_wrap .fix_check .search-mn a em b{color: #a40c59;}
.fix_wrap .fix_check .search-mn a span{display: block;float: right;}
.fix_wrap .fix_nav{float:left;display:inline;width:380px;overflow:hidden;line-height:50px;}
.fix_wrap .fix_nav a{display:block;float:left;margin-right:28px;color:#333;}
.fix_wrap .fix_nav a:hover{color:#a40c59;}
.fix_wrap .fix_nav a.active{color:#a40c59;}
.fix_check input{width:410px; height:30px; line-height:30px; float:left; text-indent:20px; color:#666; font-size:14px; border:1px solid #a40c59;}
.fix_check input:focus{border-left:1px solid #a40c59;border-top:1px solid #a40c59;width:410px; box-shadow: 0 0 8px #666;outline: medium none;transition: border 0.2s linear 0s, -moz-box-shadow 0.5s linear 0s;}
.fix_check a.fix_BTN{background:#a40c59; text-align:center; color:#fff; font-size:16px; line-height:32px; height:32px; display:block; text-decoration:none;float:left;width:70px;}
/*浮动搜索结束*/
/*绑定弹窗开始*/
.depend-pops{width:460px;padding:0 0 30px 0;overflow:hidden;background:#fff;border:1px solid #eee;box-shadow:0 0 8px 0 #ccc; margin:0 auto;}
.depend-pops a.btn-on.first{margin-top:50px;}
.depend-pops a.btn-on.lm80{margin-left:80px;float:left;}
.depend-pops a.btn-on.lm50{margin-left:50px;float:left;}
.depend-pops a.btn-on{background:#a40e59;display:block;color:#fff;font-size:14px;line-height:32px;border:1px solid #a40e59;border-radius:5px; width:120px;text-align:center; margin:20px auto;}
.depend-pops a.btn-on.btn-ons{background:#fff;color:#a40e59;}
.depend-pops .pops-bd,.depend-pops .pops-bd-01{width:370px; margin:0 auto; line-height:24px; padding:50px 0 0 0;}
.depend-pops .pops-bd em{display:block;font-size:20px;font-weight:bold;}
.depend-pops .pops-bd{background:url(../images/global/alertTips.png) 0 50px no-repeat;width:210px;padding:50px 0 0 30px;}
/*绑定弹窗结束*/
/*右侧ft-top图标开始*/
.ft-top{position:fixed; bottom:100px; right:40px; display:block; _position: absolute; _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight); _left:expression(documentElement.scrollLeft+documentElement.clientWidth-this.offsetWidth-200); background:url(../images/global/share-01.png) 0 -85px no-repeat; width:45px; height:40px;}
.ft-top:hover{background:url(../images/global/share-01.png) -49px -85px no-repeat;}
/*右侧ft-top图标结束*/
/*分享弹窗开始*/
.share_wrap{width:100%; height:100%;}
.share_wrap .share_pop{width:430px; border:1px solid #212121; background:#fff; margin:0 auto; border-radius:5px; height:200px;}
.share_pop .item_top{width:430px; height:35px; background:#212121; color:#fff; line-height:35px; font-size:18px; border-radius:5px 5px 0 0;}
.share_pop .item_top a{display:block; width:20px; height:20px; background:url(../images/index/in_png.png) 0 -187px; float:right; margin:9px 10px 0 0;}
.share_pop .item_bot{width:430px; text-align:center; padding:40px 0;}
.share_pop .item_bot .bdshare_t{margin:10px 0 0 115px;}
.share_pop .item_bot .bdshare_t a{margin:0 5px;}
/*分享弹窗结束*/
/*首页导航新增开始*/
/*首页导航新增开始*/
.menu-box-b{width:1200px; height:35px; margin:0px auto; position:relative; z-index:8;font-family:'Microsoft YaHei';}
.menu-box-b:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.menu-box{ width:1200px; height:35px; }
.menu-box .class_button{width:178px;background:#a40c59; text-align:center; color:#fff !important;font-family:'Microsoft YaHei'; cursor:pointer; margin-right:15px;}
.menu-box .class_button:hover{color:#ccc !important;}
.menu-box .nav-menu{height:35px; float:left; overflow:hidden; width:1200px;}
.menu-box .nav-menu a{padding:0 15px; color:#333; font-size:16px; font-weight:bold; text-decoration:none;float:left; display:block; height:35px; line-height:35px; position:relative;}
.menu-box .nav-menu a:hover{color:#a40c59; text-decoration:none;}
.menu-box .nav-menu a.mr{color:#a40c59; text-decoration:none;}
.menu-box .nav-menu a.mr:hover{color:#a40c59; text-decoration:none;}
.menu-box .nav-menu a.fb{color:#666; padding:0px 32px; float:right;}
.menu-box .nav-menu a.fb:hover{color:#a40c59;}
.menu_cn .product{overflow:hidden; margin:15px 5px 5px 5px;}
.menu_cn .product .one{float:left; display:inline; width:110px; height:140px; margin-left:10px;}
.menu_cn .product .one .img{width:110px; text-align:center; height:90px; overflow:hidden;}
.menu_cn .product .one .img img{height:90px;}
.menu_cn .product .one .title{width:110px; height:20px; line-height:20px; font-size:12px; margin-top:5px; overflow:hidden;}
.menu_cn .product .one .title a{color:#666;}
.menu_cn .product .one .pri{font-size:14px; height:20px; line-height:20px; font-weight:bold; color:#a40c59;font-family:"Microsoft Yahei";}
.menu_left{position:absolute; top:30px; left:0px; overflow:hidden; z-index:2;background: #f8f8f8; height: 400px; width: 164px; border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-top:1px solid #a21459;}
.menu_left .list{width:160px; padding: 0px; overflow:hidden;height:50px; margin-left:4px;}
.menu_left .list:hover h2,.menu_left .list:hover .list_con a,.menu_left .list:hover h2 a,.menu_left .list:hover .list_con span,.menu_left .list:visited h2,.menu_left .list:visited .list_con a,.menu_left .list:visited h2 a,.menu_left .list:visited .list_con span{color: #FFFFFF; text-decoration: none;}
.menu_left .list .list_con a:link, .menu_cn .cn_list a:link{text-decoration: none; color:#666666; font-size: 12px;}
.menu_left .list .list_con a:hover,.menu_left .mer h2 a:hover,.menu_left .list h2 a:hover{text-decoration:none; color:#FFFFFF;}
.menu_left .mer h2,.menu_left .mer .list_con a,.menu_left .mer .list_con span,.menu_left .mer h2 a{color:#ffffff;}
.menu_left .list h2{color:#414141; font-size:14px;line-height:49px;width: 125px; padding-left: 40px;height:49px;border-bottom: 1px solid #e4e4e4;background-repeat:no-repeat;background-position:0 center;}
.menu_left .list h2 a{color:#333333;}
.menu_left .list .list_con{ height:auto; line-height:22px;}
.menu_left .list .list_con a{color:#aaa; display:inline-block; vertical-align:middle; overflow:hidden; padding-right:5px;}
.menu_left .list .list_con span{color:#aaa; display:inline-block; vertical-align:middle; overflow:hidden; padding-right:5px;}
.menu_cn{width: 690px; height: 390px; left: 166px; padding-top: 10px; display: block; background:#fff; position:absolute; z-index:2; top:30px;border-top:1px solid #a21459;}
.menu_cn .cn_list b a:link, .menu_cn .cn_list b a:hover, .menu_cn .cn_list b a, .menu_cn .cn_list b{color: #a40c59; font-size: 12px; text-decoration: none; font-weight: normal;}
.menu_cn .cn_list b{border-bottom: 1px solid #E4E4E4; padding-top:10px; font-weight: bold; display:block;}
.menu_cn .cn_list{line-height:20px; width: 280px; border: 0px; margin: 0px; margin-left: 30px;}
.menu_cn .cn_list a{display:inline-block; color:#666; padding-right:5px;}
.menu_cn .cn_list span{display:inline-block; color:#666; padding-right:5px;}
.menu_cn .l{float: left;}
.menu_cn .cn_imgs{float: right; width: 280px; height: 350px; padding:0px; margin:0px;}
.menu_left .list .iterm01{background-image: url(../images/global/sorticon_xuan.png);}
.menu_left .mer .iterm01{background-image: url(../images/global/sorticon_xuan_01.png);}
.menu_left .list .iterm02{background-image: url(../images/global/sorticon_putao.png);}
.menu_left .mer .iterm02{background-image: url(../images/global/sorticon_putao_01.png);}
.menu_left .list .iterm03{background-image: url(../images/global/sorticon_yang.png);}
.menu_left .mer .iterm03{background-image: url(../images/global/sorticon_yang_01.png);}
.menu_left .list .iterm04{background-image: url(../images/global/sorticon_beer.png);}
.menu_left .mer .iterm04{background-image: url(../images/global/sorticon_beer_01.png); }
.menu_left .list .iterm05{background-image: url(../images/global/sorticon_round.png);}
.menu_left .mer .iterm05{background-image: url(../images/global/sorticon_round_01.png);}
.menu_left .list .iterm06{background-image: url(../images/global/sorticon_enm.png);}
.menu_left .mer .iterm06{background-image: url(../images/global/sorticon_enm_01.png);}
.menu_left .list .iterm07{background-image: url(../images/global/sorticon_bai.png);}
.menu_left .mer .iterm07{background-image: url(../images/global/sorticon_bai_01.png);}
.menu_left .list .iterm08{background-image: url(../images/global/sorticon_rupin.png);}
.menu_left .mer .iterm08{background-image: url(../images/global/sorticon_rupin_01.png);}
.menu_left .mer h2,.menu_left .mer h2 a:link,.menu_left .mer h2 a:visited,.menu_left .mer h2 a:hover{color: #ffffff; font-weight: normal;}
/*.menu_left .list .noborder{border: 0px !important;}*/
.menuNav:hover .menu_left{ border-bottom: 10px solid rgba(146,146,146,0.2);}
.menuNav:hover .menu_cn{border-right: 10px solid rgba(146,146,146,0.2); border-bottom: 10px solid rgba(146,146,146,0.2);}
.menu_left .iterm01,.menu_left .iterm06{cursor:default;}
.menu_left .list h2 a,.menu_left .mer h2 a{display: block; width: 125px;}
/*首页导航新增结束*/
/*详情页弹窗开始*/
.detail_pop{background:#fff; width:670px; margin:-200px 0 0 -335px; overflow:hidden; box-shadow:0 0 8px 0 #ccc; border:1px solid #e5e5e5; border-radius:10px;position:fixed;left:50%;top:50%;z-index:9999;}
.detail_pop .close_on{display:block; height:23px; width:23px; background:url(../images/global/ico-2015-pop.png) 0 0; float:right; margin:10px 15px 0 0;}
.detail_pop .tips{text-align:center; padding-bottom:20px;}
.tips p{color:#159848; font-size:16px; padding:25px 0;}
.tips p em{background:url(../images/global/ico-2015-pop.png) 0 -33px no-repeat; height:36px; display:inline-block; line-height:36px; text-indent:50px; margin-left:30px;}
.tips a{display:inline-block; width:102px; height:30px; text-align:center; line-height:30px; font-size:14px; margin:0 4px;}
.tips a.w_btn{background:#fff; border:1px solid #a30c58; color:#a30c58;}
.tips a.r_btn{background:#a30c58; border:1px solid #a30c58; color:#fff;}
.detail_pop .p_list{padding-left:40px;overflow:hidden;}
.p_list p{color:#a30c58; font-size:14px; height:30px;}
.p_list ul li{width:140px; float:left; height:200px; padding-right:10px;}
.p_list ul li .img{width:138px; height:138px; border:1px solid #e5e5e5; margin-bottom:10px;}
.p_list ul li .img img{width:138px; height:138px;}
.p_list ul li .txt{color:#b8141f; font-size:14px;}
.p_list ul li .txt span{color:#333; font-size:12px; display:block; height:20px;overflow:hidden;}
.detail_pop_01 .tips p, .detail_pop_03 .tips p{color:#fd9827;}
.detail_pop_01 .tips p em,.detail_pop_03 .tips p em{background-position:0 -78px;}
.detail_pop_02,.detail_pop_03{width:460px; margin:-100px 0 0 -230px;}
.detail_pop_02 .p_list,.detail_pop_03 .p_list{display:none;}
/*详情页弹窗结束*/ | Public/Home/css/global.css | body{margin:0 auto;padding:0; background:#f8f8f8; color:#333; font:12px/1.5 'Microsoft YaHei';*zoom:1;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,img,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0; border:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input,textarea{font-size:12px; outline:medium none;}
table,td,tr,th{font-size:12px;}
img{vertical-align:top;border:0;}
address,cite,code,em,th,code,i{font-weight:normal; font-style:normal;}
textarea{resize:none;}
b{font-weight:bold;}
a{color:#333;text-decoration:none;cursor:pointer;}
a:hover{color:#c4166e;text-decoration:none;}
.font-yahei{font-family:'Microsoft YaHei';}
.clear:after{display:block;clear:both;content:".";visibility:hidden;height:0;}
.l{display:inline;float:left;}
.r{display:inline;float:right;}
.pd-bottom20{padding-bottom:20px;}
.pd-bottom10{padding-bottom:10px;}
.pd-top10{padding-top:10px;}
.pd-top20{padding-top:20px;}
/* 标题 */
h1{color:#333; font-size:22px; text-align:left;}
h2{color:#3e3e3e; font-size:14px;}
h3{color:#a40e59; font-size:12px;}
h4{color:#a40e59; font-size:12px;}
/* 头部 开始 */
#header-tips{width:100%;height:38px;border-bottom:1px solid #ccc;background:#fff;color:#999;}
#header-tips .mn{height:14px;line-height:14px;font-size:12px;padding-top:12px;width:1200px;margin:0 auto;z-index:6;position:relative;}
#header-tips .mn:after,#header-tips .mn li:after,#header-mn:after,#header-menu:after{display:block;clear:both;content:".";visibility:hidden;height:0;}
#header-tips .mn>li{float:right;display:inline;border-right:1px dotted #cccccc;padding:0 10px;position:relative;}
#header-tips .mn>li:first-child{border:0px;}
#header-tips .mn>li a{color:#999;}
#header-tips .mn>li a:hover{color:#c4166e;}
#header-tips .mn>li.menu{cursor:pointer;}
#header-tips .mn>li.menu em{display:block;float:left;position:relative;z-index:3;}
#header-tips .mn>li.menu i{position:relative;z-index:3;height:6px;width:10px;float:left;display:block;margin:5px 0 0 5px;background:url(../images/global/ico-2015-12.png) -10px -6px no-repeat;transition: all 0.5s;-moz-transition: all 0.5s; /* Firefox 4 */-webkit-transition: all 0.5s; /* Safari 和 Chrome */-o-transition: all 0.5s; /* Opera */}
#header-tips .mn>li.menu:hover i{background-position:-10px 0;}
#header-tips .mn>li.app{float:left;display:inline;/*background:url(../images/global/ico-2015-12.png) 0 -16px no-repeat;*/line-height:22px;padding:0;border:0px;}
#header-tips .mn>li.app span{padding-right:20px; color:#000;}
#header-tips .mn .menu>ul{position:absolute;top:-23px;left:-1px;border:1px solid #ccc;padding:44px 10px 10px 16px;background:#fff;z-index:2;width:60px;line-height:20px;overflow:hidden;height:0px;opacity:0;display:none\9;transition: all .5s;-moz-transition: all .5s; /* Firefox 4 */-webkit-transition: all .5s; /* Safari 和 Chrome */-o-transition: all .5s; /* Opera */}
#header-tips .mn .menu:hover>ul{height:auto;opacity:1;display:block\9;}
#header-mn-z{background:#fff;width:100%;}
#header-mn{width:1200px;margin:0 auto;padding:20px 0;background:#fff;}
#header-mn .logo{height:90px;width:160px;background:url(../images/global/leico.png) no-repeat;float:left;display:inline;}
#header-mn .com{float:left;display:inline;margin:13px 0 0 15px;width:120px;height:60px;overflow:hidden;}
#header-mn .com img{width:120px;height:60px;}
#header-mn #hd-car,.hd-car{position:relative;float:right;display:inline;cursor:pointer;background:#fff;margin-top:20px;z-index:5;}
.hd-car{margin-top:12px;}
#header-mn #hd-car .car-hd,.hd-car .car-hd{border:1px solid #a40c59;border-radius:2px;height:28px;line-height:28px;overflow:hidden;color:#fff;}
#header-mn #hd-car .car-hd .car-tw,.hd-car .car-hd .car-tw{float:left;display:inline;background:#a40c59 url(./public/pic/seach) 10px -47px no-repeat;width:70px;padding-left:40px;}
.hd-car .car-hd .car-tw{background-color:#fff;background-position:10px -423px;color:#333;}
#header-mn #hd-car .car-hd .car-numb,.hd-car .car-hd .car-numb{float:left;display:inline;margin-left:12px;color:#a40e59;}
#header-mn #hd-car .car-hd i,.hd-car .car-hd i{height:6px;width:10px;float:left;display:block;margin:12px 10px 0 5px;background:url(../images/global/ico-2015-12.png) -20px -6px no-repeat;transition: all 0.5s;-moz-transition: all 0.5s; /* Firefox 4 */-webkit-transition: all 0.5s; /* Safari 和 Chrome */-o-transition: all 0.5s; /* Opera */}
#header-mn #hd-car:hover .car-hd i,.hd-car:hover .car-hd i{background-position:-20px 0;}
#header-mn #hd-car:hover .car-hd .car-tw,.hd-car:hover .car-hd .car-tw{background-color:#fff;background-position:10px -74px; color:#333;}
#header-mn #hd-car:hover .car-hd,.hd-car:hover .car-hd{border-color:#ddd;border-bottom:0px;position:relative;z-index:1;background:#fff;}
#header-mn #hd-car:hover .car-mn,.hd-car:hover .car-mn{display:block;}
#header-mn #hd-car .car-mn,.hd-car .car-mn{border:1px solid #ddd;position:absolute;top:28px;right:0px;width:400px;background:#fff;display:none;z-index:0;}
#header-mn #hd-car .car-mn .tlt,.hd-car .car-mn .tlt{height:50px;line-height:50px;padding:0 20px;}
#header-mn #hd-car .car-mn .mn,.hd-car .car-mn .mn{max-height:330px;overflow:auto;}
#header-mn #hd-car .car-mn .mn li,.hd-car .car-mn .mn li{overflow:hidden;padding:5px 0 5px 10px;width:370px;border-bottom:1px dashed #eee;margin:0 auto;}
#header-mn #hd-car .car-mn .mn li:hover,.hd-car .car-mn .mn li:hover{background:#eee;}
#header-mn #hd-car .car-mn .mn li .img,.hd-car .car-mn .mn li .img{width:50px;height:50px;border:1px solid #eee;float:left;display:inline;}
#header-mn #hd-car .car-mn .mn li .img img,.hd-car .car-mn .mn li .img img{width:50px; height:50px;}
#header-mn #hd-car .car-mn .mn li .txt,.hd-car .car-mn .mn li .txt{width:306px;padding-left:10px;float:left;display:inline;overflow:hidden;height:52px;}
#header-mn #hd-car .car-mn .mn li .txt h4,.hd-car .car-mn .mn li .txt h4{overflow:hidden;max-height:28px;line-height:14px;margin:2px 0 5px;padding-right:50px;}
#header-mn #hd-car .car-mn .mn li .txt .del,.hd-car .car-mn .mn li .txt .del{float:right;display:block;width:30px;color:#ccc;}
#header-mn #hd-car .car-mn .mn li .txt .del:hover,.hd-car .car-mn .mn li .txt .del:hover{color:#333;}
#header-mn #hd-car .car-mn .mn li .txt .pres,.hd-car .car-mn .mn li .txt .pres{display:inline;float:left;color:#a40e59;}
#header-mn #hd-car .car-mn .mn li .txt .pres span,.hd-car .car-mn .mn li .txt .pres span{color:#333;}
#header-mn #hd-car .car-mn .mn li .txt-z,.hd-car .car-mn .mn li .txt-z{overflow:hidden;color:#aaa;margin-left:5px;width:350px;line-height:20px;}
#header-mn #hd-car .car-mn .mn li .txt-z span,.hd-car .car-mn .mn li .txt-z span{color:#a40e59;}
#header-mn #hd-car .car-mn .mn li.txt-t .txt:first-child,.hd-car .car-mn .mn li.txt-t .txt:first-child{width:356px;margin:5px 0;}
#header-mn #hd-car .car-mn .mn li.txt-t .txt:first-child h4,.hd-car .car-mn .mn li.txt-t .txt:first-child h4{font-weight:bold;}
#header-mn #hd-car .car-mn .set,.hd-car .car-mn .set{margin-top:20px;background:#eee;height:50px;overflow:hidden;}
#header-mn #hd-car .car-mn .set .txt,.hd-car .car-mn .set .txt{float:left;display:inline;padding-left:10px;line-height:50px;}
#header-mn #hd-car .car-mn .set .txt span,.hd-car .car-mn .set .txt span{color:#a40e59;}
#header-mn #hd-car .car-mn .set .btn,.hd-car .car-mn .set .btn{float:right;display:block;height:34px;line-height:34px;padding:0 20px;color:#fff;background:#a40e59;margin:8px 10px 0 0;font-size:14px;}
#header-mn #hd-car .car-mn .set .btn:hover,.hd-car .car-mn .set .btn:hover{background:#c4166e;}
#header-mn #hd-search{position:relative;float:left;display:inline;margin:20px 0 0 40px;z-index:5;}
#header-mn #hd-search .mn{width:530px;position:relative;}
#header-mn #hd-search .mn .search-text{float:left;border:1px solid #a40c59;display:inline;height:28px;line-height:28px;padding:0 80px 0 10px;width:439px;color:#666;}
#header-mn #hd-search .mn .search-text:focus{transition:border linear .2s,box-shadow linear .5s; -moz-transition:border linear .2s,-moz-box-shadow linear .5s;-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;outline:none;border-color:#a40c59;box-shadow:0 0 8px #ccc;-moz-box-shadow:0 0 8px #ccc;-webkit-box-shadow:0 0 8px #ccc;}
#header-mn #hd-search .mn .search-btn{display:block;float:left;height:30px;width:60px;background:url(../pic/search.png) 0 0 no-repeat;margin-left:-61px;}
#header-mn #hd-search .mn .search-btn-02{display:block;float:left;height:30px;width:70px;margin-left:-71px;background:#000;color:#fff;line-height:30px;text-align:center;font-size:16px;}
#header-mn #hd-search .mn .search-tips{overflow:hidden;width:530px;padding-top:5px;}
#header-mn #hd-search .mn .search-tips a{display:block;float:left;margin-right:5px;color:#999;}
#header-mn #hd-search .mn .search-tips a em{margin-left:5px; color:#999 !important;}
#header-mn #hd-search .mn .search-mn{background:#fff;border-left:1px solid #a40c59;border-right:1px solid #a40c59;border-bottom:1px solid #a40c59;width:450px;position:absolute;left:0px;top:29px;box-shadow:0px 8px 5px #aaa;}
#header-mn #hd-search .mn .search-mn a{display:block;overflow:hidden;line-height:24px;color:#333;padding:0 10px;}
#header-mn #hd-search .mn .search-mn a:hover{background:#f5f5f5;}
#header-mn #hd-search .mn .search-mn a em{display:block;float:left;}
#header-mn #hd-search .mn .search-mn a span{display:block;float:right;}
#header-mn #hd-search .mn .search-mn a b{color:#a40c59;}
#header-menu-z{background:#fff;width:100%;border-bottom:1px solid #a21459;}
#header-menu{position:relative;width:1200px;margin:0 auto;border-bottom:0px solid #aaa;height:30px;line-height:30px;font-size:18px;background:#fff;z-index:4;}
#header-menu li{display:inline;float:left;height:30px;border-bottom:0px solid #aaa;margin-bottom:-4px;position:relative;}
#header-menu li.menuid-z{background:#222 url(../pic/icon.png) 130px -573px no-repeat;width:166px; margin-right:25px;}
#header-menu li.menuid-z:hover{background:#222 url(../pic/icon.png) 130px -547px no-repeat;}
#header-menu li>a.active{border-bottom:2px solid #a21459; height:28px;}
#header-menu li>a{color:#444;display:block;margin:0 30px 0 0; font-size:14px;}
#header-menu li:first-child>a{color:#fff;background:url(../pic/icon.png) 3px -604px no-repeat; line-height:28px; text-indent:35px;}
#header-menu li:first-child:hover .minmenu{display:block;}
#header-menu .minmenu{height:400px;width:1170px;background:url(../images/global/minmenu-bg.png);position:absolute;z-index:9999;top:34px;left:0px;overflow:hidden;padding:0 0 0 30px;display:block;}
#header-menu .minmenu li{height:400px;border:0px;font-size:12px;overflow:hidden;}
#header-menu .minmenu li a{display:block;color:#666;padding:0px;}
#header-menu .minmenu li a:hover{color:#c4166e;}
#header-menu .minmenu li .dt{width:80px;margin-top:40px;}
#header-menu .minmenu li .dt dt{font-size:14px;font-weight:bold;color:#000;}
#header-menu .minmenu li .dt dt a{color:#000;}
#header-menu .minmenu li .dl-left{height:400px;width:20px;position:absolute;left:80px;top:0px;;background:url(../images/global/minmenu-01.png);}
#header-menu .minmenu li .dl-right{height:400px;width:14px;position:absolute;left:710px;top:0px;;background:url(../images/global/minmenu-02.png);}
#header-menu .minmenu li .dl-list{width:582px;position:absolute;top:0px;left:125px;overflow:hidden;}
#header-menu .minmenu li .dl-list .dl-con:first-child{margin-right:20px;}
#header-menu .minmenu li .dl-con{width:280px;float:left;display:inline;margin-top:40px;}
#header-menu .minmenu li .dl-con dl{overflow:hidden;padding-bottom:10px;line-height:20px;}
#header-menu .minmenu li .dl-con dt{font-size:14px;font-weight:bold;color:#000;border-bottom:1px solid #eee;margin-bottom:6px;}
#header-menu .minmenu li .dl-con dd{float:left;display:inline;margin-right:10px;}
/**分类导航 开始**/
.more-sort{float:left; display:inline; width:100px; height:30px;margin:21px 15px 0 15px;position:relative;z-index:5;}
.more-sort:hover .sort-list{display:block;}
.more-sort:hover .sort-tlt em{background-position:0px -260px;}
.more-sort:hover .sort-tlt{border-bottom:none;}
.more-sort .sort-tlt{overflow:hidden;width:98px; height:28px;border:1px solid #ddd;background:#fff;position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;}
.more-sort .sort-tlt .tlt-mn{width:75px;line-height:28px; text-align:center;font-size:12px;color:#666;float:left;display:}
.more-sort .sort-tlt em{display:block;float:left;width:18px;height:18px;background:url(../images/global/icon_arrow.png) -29px -260px no-repeat;margin-top:6px;transition: all 0.2s;-moz-transition: all 0.2s; /* Firefox 4 */-webkit-transition: all 0.2s; /* Safari 和 Chrome */-o-transition: all 0.2s; /* Opera */}
.more-sort .sort-list{width:78px;border:1px solid #ddd;position:absolute;padding:5px 10px;left:0px;top:28px;background:#fff;font-size:12px;display:none;line-height:22px;color:#666;}
.more-sort .sort-list a{display:block;float:left;color:#666;}
.more-sort .sort-list a:hover{color:#c4166e;text-transform:none;}
.more-sort .sort-list dt{font-size:14px;float:left;width:80px;}
/*.more-sort .sort-list dd{float:left;width:210px;}
.more-sort .sort-list .line{background:url(../images/global/line-01.png) 0 0 no-repeat;height:1px;width:290px;margin:2px 0;}*/
/**分类导航 结束**/
/* 头部 结束 */
/* 整站右侧 开始 */
.edge{height:100%;position:fixed;border-left:34px solid rgba(160,20,89,0.9);right:0px;top:0px;font-family:'Microsoft YaHei';z-index:99;width:300px\9\0;}
.edge{border-left:34px solid #a92b69\9;*border-left:34px solid #a92b69;border-left:34px solid rgba(160,20,89,0.9)\9\0;}
.edge-top{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -304px no-repeat;display:block;position:absolute;bottom:0px;left:-34px;}
.edge-top:hover{background-color:#c5166e;}
.edge-code{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -515px no-repeat;display:block;position:absolute;bottom:35px;left:-34px;}
.edge-code span,.edge-code .ico{display:none;}
.edge-code:hover .ico{position:absolute; z-index:2; bottom:5px; right:40px; width:9px; height:19px;background:url(../images/global/ico-2015-12.png) 0 -711px no-repeat; display:block;}
.edge-code:hover span{position:absolute; bottom:-30px; text-align:center;right:48px; width:134px; border:1px solid #a21459; height:175px;background:#fff; display:block; color:#000; font-size:14px; padding-top:13px;}
.edge-code span img{width:122px; height:122px;}
.edge-code span em{display:block; color:#a21459; padding-bottom:7px;}
.edge-icon{width:34px;height:172px;position:absolute;top:50%;right:300px;margin-top:-80px;}
.edge-icon a{display:block;position:relative;}
.edge-icon a span{display:block;height:34px;width:34px;background-color:#c5166e;margin-bottom:1px;position:relative;z-index:1;}
.edge-icon a em{display:block;position:absolute;height:34px;width:96px;background:#c4166e;border-radius:4px;color:#fff;font-size:14px;left:40px;top:0px;line-height:34px;text-align:center;transition: all 0.2s;-moz-transition: all 0.2s; /* Firefox 4 */-webkit-transition: all 0.2s; /* Safari 和 Chrome */-o-transition: all 0.2s; /* Opera */}
.edge-icon a:hover em{left:-90px;}
.edge-icon a:hover span{background-color:#c4166e;}
.edge-icon .icon-c{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -145px no-repeat;}
.edge-icon .icon-q{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -182px no-repeat;}
.edge-icon .icon-k{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -219px no-repeat;}
.edge-icon .icon-s{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -254px no-repeat;}
.edge-icon .icon-z{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -465px no-repeat;}
.edge-icon .icon-f{height:34px;width:34px;background:#c5166e url(../images/global/ico-2015-12.png) 2px -759px no-repeat;}
.edge-icon .icon-num{border:1px solid #a40c59; color:#a40c59; position:absolute;z-index:1;right:7px; top:-7px; background:#fff; height:13px; line-height:13px; min-width:13px; border-radius:6px; text-align:center; padding:0 1px;}
.edge-icon .icon-on{width:116px; height:32px; line-height:32px; border:1px solid #c4166e;border-right:0;position:absolute; border-radius:4px 0 0 4px;right:30px; top:0;font-size:14px; color:#c4166e; background:url(../images/global/ico-2015-07.png) 5px -65px no-repeat #fff; text-indent:25px;}
.edge-cart{width:300px;height:100%;position:relative;background:#f2f2f2;z-index:1; padding-top:20px;}
.edge-cart .tlt{height:75px;line-height:38px;width:250px;color:#fff;margin:0px auto;font-size:14px;display:block; background:url(../images/global/tlt_img.png) no-repeat; background-size:100%; height:53px; text-indent:10px; font-weight:bold;}
.edge-cart .tlt a{line-height:38px;color:#fff;display: inline-block;}
.edge-cart .tlt span{font-size:12px;float:right;cursor: pointer;}
.edge-cart .tlt em{background:url(../images/leuser/uico.png) -21px -1378px no-repeat; width:11px; height:28px; display:block; float:right; margin:12px 10px 0 4px;}
.edge-cart .bot{position:absolute;bottom:30px; background:#f9f9f9;width:300px;padding-bottom:30px;}
.edge-cart .bot .dt{width:250px;margin:0 auto;padding:20px 0 10px 0;overflow:hidden;font-size:14px; color:#a40e59;}
.edge-cart .bot .btn{height:40px;line-height:40px;width:250px;background:#c5166e;color:#fff;margin:0 auto;font-size:18px;display:block;text-align:center;}
.edge-cart .bot .btn:hover{background:#c4166e;}
.edge-cart .by{overflow:auto;width:270px; margin-left:21px;}
.edge-cart .bd{border-top:1px dashed #eee;margin-top:20px;}
.edge-cart .bd li{overflow:hidden;padding:0px 5px 10px;width:235px;position:relative;margin:0 auto; background:#fff; margin-bottom:15px;}
.edge-cart .bd li .chechbox{position:absolute;top:40px;left:3px}
.edge-cart .bd li .img{float:left;display:inline;width:60px;height:60px;border:1px solid #eee;margin:10px 0 0 15px;clear:both;}
.edge-cart .bd li .img img{width:60px;height:60px;}
.edge-cart .bd li .txt{width:144px;line-height:15px;float:left;display:inline;margin:20px 0 0 5px;height:42px;position:relative;}
.edge-cart .bd li .txt h4{height:15px;margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.edge-cart .bd li .txt .pres{color:#c5166e;display:inline;float:left; font-weight:bold;}
.edge-cart .bd li a.del{display:none;color:#ccc;background:url(../images/leuser/uico.png) -0 -1378px no-repeat; width:11px; height:14px;position:absolute;bottom:-6px;right:-6px;}
.edge-cart .bd li:hover a.del{display:block;}
.edge-cart .bd li:hover .txt h4 a{color:#c5166e;}
.edge-cart .bd li .txt .numb{width:58px;height:16px;overflow:hidden;margin-left:10px;float:left;display:inline;position:relative;}
.edge-cart .bd li .txt .numb a{height:14px;width:14px;border:1px solid #ccc;color:#ccc;text-align:center;line-height:14px;float:left;display:none;font-size:16px;background:#fff;}
.edge-cart .bd li .txt .numb a:hover{background:#999;color:#fff;}
.edge-cart .bd li .txt .numb input{height:14px;width:20px;line-height:14px;color:#999;text-align:center;margin:0 2px;position:absolute;top:1px;left:17px;background:none;}
.edge-cart .bd li .txt .numb:hover input{border:1px solid #ccc;top:0px;left:16px;}
.edge-cart .bd li .txt .numb:hover a{display:block;}
.edge-cart .bd li .txt-z{float:left;display:inline;margin-left:15px;width:215px;color:#aaa;line-height:20px;height:20px;overflow:hidden;}
.edge-cart .bd li .txt-z span{color:#a40e59;}
.edge-cart .bd li .txt-t{width:210px;margin-left:15px;}
.edge-cart .bd li .txt-t h4{font-weight:bold;}
.edge-collect,.edge-foot{width:300px;height:100%;position:relative;background:#f2f2f2;z-index:1; padding-top:20px;}
.edge-collect .tlt,.edge-foot .tlt{height:75px;line-height:38px;width:250px;color:#fff;margin:0px auto;font-size:14px;display:block; background:url(../images/global/tlt_img.png) no-repeat; background-size:100%; height:53px; text-indent:10px; font-weight:bold;}
.edge-collect .tlt span,.edge-foot .tlt span{padding-left:130px;}
.edge-collect ul,.edge-foot ul{padding-left:25px; overflow:hidden; padding-bottom:75px;}
.edge-collect ul li,.edge-foot ul li{width:120px; height:130px; text-align:center; padding:5px 0 0 0; line-height:25px; background:#fff; float:left; margin:10px 10px 0 0px;}
.edge-collect ul li a img,.edge-foot ul li a img{width:100px; height:100px;}
.edge-collect ul li p,.edge-foot ul li p{color:#ed4d59; height:10px;}
.edge-collect .edge-stream,.edge-foot .edge-stream{width:100px; height:100px; position:relative; margin:0 auto;}
.edge-collect .edge-stream .stream_BTN,.edge-foot .edge-stream .stream_BTN{display:none;}
.edge-collect .edge-stream:hover .stream_BTN,.edge-foot .edge-stream:hover .stream_BTN{width:100px;height:20px;line-height:20px;color:#ffffff;text-align:center;display:block;background:#c5166e;position:absolute;z-index:1;bottom:0;left:0;}
.edge-collect .edge-stream:hover .stream_BTN.none,.edge-foot .edge-stream:hover .stream_BTN.none{background:#474747;}
.edge-collect .edge-stream a.del,.edge-foot .edge-stream a.del{background:url(../images/leuser/uico.png) 0 -1378px no-repeat; width:11px; height:14px; display:block; position:absolute; z-index:2; top:5px; right:0px;}
.edge-ticket{width:370px;height:100%;position:relative;background:#f2f2f2;z-index:1;overflow:hidden;}
.edge-ticket .tlt{height:75px;line-height:46px;width:280px;color:#fff;margin:20px auto;font-size:14px;display:block; background:url(../images/global/tlt_img.png) no-repeat; background-size:100%; height:53px; text-indent:10px; font-weight:bold;}
.edge-ticket .tlt span{padding-left:160px;}
.edge-ticket .edge-ground{width:280px; margin:0 auto 20px;overflow:hidden;}
.edge-ticket .edge-ground .sharp_middle{margin-bottom:10px; border-bottom:2px solid #c5166e; background:url(../images/global/sharp_ico.png) 0 50px no-repeat #fff;color:#999;overflow:hidden;}
.edge-ticket .edge-ground .sharp_middle p.l_box{width:110px; float:left;display:inline; text-align:center; font-weight:bold; font-size:8px;}
.sharp_middle p.l_box em{font-size:14px;}
.sharp_middle p.l_box span{display:block; font-size:44px; color:#000; font-family:Arial, Helvetica, sans-serif; line-height:45px; height:45px;}
.edge-ticket .edge-ground .sharp_middle p.r_box{width:160px; float:left;display:inline; text-align:right; font-size:12px;}
.sharp_middle p.r_box em.t_e{font-style:normal; color:#000; display:block; width:140px; overflow:hidden; height:18px;}
.sharp_middle p.r_box em.o_e{font-style:normal; color:#7f8488; font-size:10px;}
.sharp_middle p.r_box span{color:#c5166e; font-size:16px; display:block; padding-top:5px;}
.edge-ticket .over a,.edge-collect .over a,.edge-foot .over a{text-align:center; color:#c5166e; font-size:14px; display:block;}
.edge-ticket.wise{width:300px;}
.edge-ticket.wise .tlt{width:250px; line-height:38px;}
.edge-ticket.wise .tlt span{padding-left:130px;}
.edge-ticket.wise .edge-ground{width:250px;}
.edge-ticket.wise .sharp_middle p.l_box{width:100px;padding:15px 0;}
.edge-ticket.wise .sharp_middle p.r_box{width:140px;padding:15px 0;}
.edge-ticket.wise .sharp_middle .q_btn{height:30px;line-height:30px;font-size:12px;color:#fff;background:#a40e59;text-align:center;display:block;width:250px;overflow:hidden;}
.edge-ticket.wise .sharp_middle .q_btn:hover{background:#c5166e;}
.edge-ticket.wise .edge-ground .q_title{height:40px;line-height:40px;}
.cart-num{width:50px;float:right;text-align:right;padding-right:10px;padding-left:0px!important;}
/* 整站右侧 结束 */
/* 底部 开始 */
#footer{border-top:1px solid #ccc;width:100%;background:#fff;font-family:'Microsoft YaHei';overflow:hidden;}
#footer-tips{background:#000;width:100%;color:#fff;}
#footer-tips .mn{line-height:20px;font-size:12px;margin:0 auto;padding:20px 0; color:#fff;width:1200px; overflow:hidden;}
#footer-tips .mn a{color:#fff;}
#footer-tips .mn a:hover{color:#fff; text-decoration:underline;}
#footer-tips .mn .mn_left{width:970px; float:left;}
#footer-tips .mn .mn_right{width:230px; float:left; text-align:right;background:url(../images/global/ico-2015-12.png) 0 -646px no-repeat; line-height:25px;}
#footer-service{width:1200px;margin:0 auto;overflow:hidden;border-top:1px dashed #ccc;padding:30px 0;}
#footer-service dl{float:left;display:inline;width:145px;font-size:12px;line-height:24px;}
#footer-service dl:last-child{width:80px;}
#footer-service dl dt{font-size:18px;padding-bottom:10px;}
#footer-slogen{padding:30px 0;overflow:hidden;width:1120px;margin:0 auto; padding-left:60px;}
#footer-slogen dl{float:left;display:inline;width:280px;overflow:hidden;margin-top:22px;}
#footer-slogen dt{float:left;display:inline;height:50px;width:50px;background:url(../images/global/ico-2015-12s.png) 0 0 no-repeat;margin-right:10px;}
#footer-slogen dt.s2{background-position:0 -55px}
#footer-slogen dt.s3{background-position:0 -110px}
#footer-slogen dt.s4{background-position:0 -165px}
#footer-slogen dd{float:left;display:inline;font-size:14px;margin-top:6px;}
#footer-slogen dd b{font-size:16px;padding-top:10px;display:block;color:#666;}
#footer-service .slogen-app{float:left;display:inline;margin-left:10px;width:80px;text-align:center;}
#footer-service .slogen-app img{height:80px;width:80px;padding-bottom:10px;}
/* 底部 结束 */
/* 大家都在买产品左右滑动 */
.ducts-slide{width:1200px;margin:20px auto 0;box-shadow: 0px 1px 3px #eee;}
.ducts-slide .tlt{background:#efefef;height:38px;line-height:38px;overflow:hidden;font-size:14px;}
.ducts-slide .tlt a{float:left;display:inline;padding:0 20px;display:block;}
.ducts-slide .tlt a:hover{color:#fff;background:#999;}
.ducts-slide .tlt a.active{background:#a40e59;color:#fff;}
.ducts-slide .bd{overflow:hidden;width:1200px;background:#fff; position:relative;height:360px;}
.ducts-slide .mn{width:1070px;overflow:hidden;display:inline;height:360px;left:63px;position:absolute;z-index:1;}
.ducts-slide .mn ul{overflow:hidden;width:1070px;}
.ducts-slide .mn ul li{float:left;display:inline;padding:30px 12px;width:190px;}
.ducts-slide .mn ul li .img img{width:150px;height:150px;padding:25px 0px;}
.ducts-slide .mn ul li .img{width:190px;height:200px;text-align:center;margin:0 auto;display:block;}
.ducts-slide .mn ul li h3{font-size:14px; line-height:16px; overflow:hidden; height:16px;margin:8px 0 14px;}
.ducts-slide .mn ul li h3 a{color:#333333;}
.ducts-slide .mn ul li .price{width:190px;text-align:center;font-size:16px;color:#a40e59;}
.ducts-slide .mn ul li .btn{background:#a40e59; height:26px; line-height:24px; display:block; color:#ffffff; font-size:14px;text-align:center;margin:0 auto;width:96px;}
.ducts-slide .mn ul li .btn:hover{background:#c4166e; color:#ffffff;}
.ducts-slide .btn-l{display:block;float:left;width:40px;height:76px;background:url(../images/global/icon_arrow.png) 0 20px no-repeat;margin:140px 3px 0 20px;}
.ducts-slide .btn-r{display:block;float:right;width:40px;height:76px;background:url(../images/global/icon_arrow.png) -62px 20px no-repeat;margin:140px 24px 0 3px;}
/*头部四款产品开始*/
.recommend{background:#ffffff; width:1200px; margin:0 auto; padding:20px 0; overflow:hidden;box-shadow: 0px 1px 3px #eee;}
.recommend_wap{width:280px; float:left; padding:0 10px;}
.recommend_wap .recommend_img{width:130px; float:left; padding-right:10px;}
.recommend_img img{width:120px; height:120px;padding:5px;}
.recommend_wap .recommend_text{width:140px; float:left; color:#a40e59; font-size:14px; padding-top:10px;}
.recommend_wap .recommend_text h3{color:#333333; font-size:14px; line-height:19px; overflow:hidden; height:40px;}
.recommend_BUTTON{width:96px; padding-top:20px;}
.add_BTN{background:#a40e59; height:26px; line-height:26px; display:block; color:#ffffff; font-size:14px;text-align:center;}
.add_BTN:hover{background:#c4166e; color:#ffffff;}
/*头部四款产品结束*/
/**详情页左侧 开始**/
.sd-mn{font-size:14px;width:230px;}
.sd-tlt{background:#efefef;height:34px;line-height:34px;overflow:hidden;}
.sd-tlt li{padding:0 20px;background:#a40e59;color:#fff;}
.sd-tlt .active{background:#a40e59;color:#fff;}
.sd-tlt>a:hover{background:#c4166e;color:#fff;}
.sd-tlt>a{display:block;padding:0 20px;float:left;}
.sd-mn-iteam{margin-bottom:20px;background:#fff;}
.sd-minsch{width:190px;margin:0 auto;padding:10px 0;}
.sd-minsch li{overflow:hidden;padding:5px 0;}
.sd-minsch li em{display:block;float:left;width:56px;}
.sd-minsch li input{border:1px solid #333333;height:20px;line-height:20px;}
.sd-minsch li .sch-btn{cursor:pointer;margin-left:55px;background-color: transparent; background:#eeeeee; width:50px; height:22px;border:1px solid #333333; font-size:12px;line-height:20px;}
.sd-menu>li{border-bottom: 1px dotted #cfcfcf;line-height:35px;padding-left:15px;}
.sd-menu>li:last-child{border-bottom:none;}
.sd-menu>li>a{background:url(../images/global/icon_arrow.png) 0px -174px no-repeat;display:block;padding-left:20px;}
.sd-menu>li>a.active{background-position:0px -204px;}
.sd-minmenu>a{display:block;line-height:30px;background:url(../images/global/icon_arrow.png) 5px -234px no-repeat;font-size:12px;padding-left:15px;}
.sd-gory{overflow:hidden;padding:20px;font-size:12px;}
.sd-gory a{display:block;float:left;width:95px;line-height:24px;}
.sd-product li{padding:15px 0;overflow:hidden;width:190px;margin:0 auto;position:relative;}
.sd-product li .img{height:60px;width:60px;float:left;display:inline;}
.sd-product li .img img{height:60px;width:60px;}
.sd-product li .txt{width:120px;display:inline;float:right;}
.sd-product li .txt h4{height:30px;line-height:14px;overflow:hidden;}
.sd-product li .txt span{display:block;color:#a40e59;font-size: 14px;}
.sd-product li a.sd_btn{display:none;}
.sd-product li:hover a.sd_btn{display:block;width:20px;height:20px;background:url(../images/ledetail/d_i.png) 0 -476px; position:absolute; z-index:1; right:0; top:45px;}
/**详情页左侧 结束**/
/*分页开始*/
.page{font-size:14px; text-align:center;background:#fff;}
.page a{display:inline-block; padding:5px 15px; border:1px solid #cccccc; background:#eeeeee; margin:40px 2px 20px 2px;}
.page a:hover{background:#c4166e; border:1px solid #c4166e; color:#fff;}
.page a:hover span{color:#ffffff;}
.page a.ov:hover{color:#333333;}
.page a.stm{color:#a40e59; background:#ffffff; border:1px solid #ffffff; cursor:default !important;}
.page a.tb span{background:url(../images/leshop/ii01.png) 0 0 no-repeat; display:block; width:10px; height:10px; #height:15px; display:inline-block;}
.page a.tb em{display:inline-block;}
.page a.tb.lnom span{background-position:-56px -600px;}
.page a.tb.rnom span{background-position:-64px -600px;}
.page a.tb.lnom:hover span,.page a.tb.lnom.none span{background-position:-27px -600px;}
.page a.tb.rnom:hover span,.page a.tb.rnom.none span{background-position:-36px -600px;}
.page a.tb.lnom.none,.page a.tb.rnom.none{color:#999999 !important; border:1px solid #cccccc !important; cursor:default !important; background-color:#eeeeee !important;}
.page a.ov{background:#ffffff; border:1px solid #ffffff; cursor:default !important;}
.page input{font-size:14px; width:45px; height:34px; line-height:34px; border:1px solid #cccccc; text-align:center; margin:0 5px;}
.second_page{float:right; margin-right:10px;}
.second_page a.ov,.second_page a.bv,.second_page a.inom,.page a.tom,.second_page a.tb em{display:none;}
.second_page a{display:block; float:left; padding:1px 8px; background:#fff; border:1px solid #cccccc; margin-left:5px;}
.second_page a.tb{/*width:10px;*/ height:20px; line-height:20px;}
.second_page a.tb.lnom span{background-position:-54px -620px; margin-top:5px;}
.second_page a.tb.rnom span{background-position:-64px -620px; margin-top:5px;}
.second_page a.tb.lnom:hover span,.second_page a.tb.lnom.none span{background-position:-25px -620px;}
.second_page a.tb.rnom:hover span,.second_page a.tb.rnom.none span{background-position:-36px -620px;}
/*分页结束*/
/*购物车弹窗开始*/
.pop_bd{width:500px;background:#ffffff; padding:1px; margin:0 auto;}
.pop_mn{background:#ffffff;padding:30px 0; text-align:center;font-size:14px;}
.pop_title{height:40px; background:#333333; font-size:18px; color:#ffffff; line-height:35px;}
.pop_title span{font-size:18px; padding:0 5px 0 20px;}
.pop_button{height:74px; padding:20px 0 0 85px; border-top:1px solid #cccccc;}
.pop_button a{width:150px; height:50px; line-height:50px; text-align:center; display:block; float:left; font-size:18px; border-radius:5px; margin-right:15px;}
.take_BTN{background:#a40e59; border:1px solid #a40e59; color:#ffffff;}
.take_BTN:hover{background:#c4166e; border:1px solid #a40e59; color:#ffffff;}
.off_BTN{background:#ffffff; border:1px solid #a40e59; color:#a40e59;}
.off_BTN:hover{background:#ffffff; border:1px solid #a40e59; color:#a40e59;}
/*购物车弹窗结束*/
/**弹层及遮罩js中引用**/
#wjAlert-body,#wjConfirm-body{position:fixed;border:1px solid #eee;box-shadow:0 0 8px 0 #ccc; width:360px; background:#fff; z-index:1002;padding:0 0 20px 0;}
#wjAlert-content,#wjConfirm-content{clear:both;text-align:center; padding:20px 20px;font-size:16px;}
#wjAlert-title{height:35px; line-height:35px; padding:0px 5px 0 15px; font-weight:bold; font-size:14px; background:#efefef;}
#wjAlert-close{cursor:pointer; float:right; width:24px; height:24px; margin-top:5px;background:url(../images/leshop/ii01.png) 0 -340px no-repeat; text-align: middle; *margin-top:-22px; *zoom:1; }
#wjAlert-close:hover,#wjAlert-close:visited{ -webkit-animation: close_eff 0.1s linear; -moz-animation: close_eff 0.1s linear; }
@-webkit-keyframes close_eff {0% {-webkit-transform:rotate(0deg); } 100% {-webkit-transform:rotate(90deg); } }
@-moz-keyframes close_eff {0% {-moz-transform:rotate(0deg); } 100% {-moz-transform:rotate(90deg); } }
@-ms-keyframes close_eff {0% {-moz-transform:rotate(0deg); } 100% {-moz-transform:rotate(90deg); } }
#shadeLayer{ z-index:1001; position:absolute; top:0px; left:0px; width:100%; background-color:rgba(0,0,0,.2); *zoom:1; *background: #000000; *filter:alpha(opacity=30) }
#wjLoad-body{ position:fixed; border:5px solid #ddd; width:250px; z-index:1002; text-align:center; font-weight:bold; background:#eee;}
.wjLoad-text{ font-size: 16px;}
#wjConfirm-Footer{overflow:hidden;}
#wjConfirm-cancel{line-height:32px;border:1px solid #a40e59;width:120px;text-align:center;font-size:14px;border-radius:5px;float:left;display:block;color:#a40e59;}
#wjConfirm-ok{margin-left:32px;background:#a40e59;color:#fff;line-height:32px;border:1px solid #a40e59;width:120px;text-align:center;font-size:14px;border-radius:5px;float:left;display:block;}
.button:hover{border: 1px solid #c975c9; text-shadow: #80697d 0 1px 0; background: #eb2cce; background: -webkit-gradient(linear, left top, left bottom, from(#edabde), to(#eb2cce)); background: -webkit-linear-gradient(top, #edabde, #eb2cce); background: -moz-linear-gradient(top, #edabde, #eb2cce); background: -ms-linear-gradient(top, #edabde, #eb2cce); background-image: -ms-linear-gradient(top, #edabde 0%, #eb2cce 100%); color: #000000; }
.loadStyle30{display:inline-block; margin: 0px auto; width:30px; height:30px; background: url("../images/global/loading.png") no-repeat scroll 0 0 transparent; *display:inline; *zoom:1;}
#wjPop-body{position:fixed;z-index:1001;*zoom:1;}
#adType1-tipTextContain{height:17%;background-color:black;position:relative;top: -17%;opacity:0.5;*background: #000000; *filter:alpha(opacity=50);}
#adType1-tipTextContain.small{height:70px;top: -70px;}
#adType1-tipText{color: white;font-size: 2em;position:relative;top:-30%;padding-left: 50px;text-align: left;}
#adType1-tipText.small{font-size: 1.2em;top:-110px;padding-left: 20px;}
#adType1-tipText:hover{color:#c4166e;text-decoration:none;}
#adType1-tipNum{position:relative;top:-43%;left: 70%;}
#adType1-tipNum.small{top:-160px;left: 60%;}
#adType1-tipNum li{width: 35px;height: 35px;line-height: 35px;background-color: white;float: left;margin-right: 10px;text-align: center;font-size: 1.1em;position:relative;font-weight: bold;cursor: pointer;}
#adType1-tipNum li.small{width: 20px;height: 20px;line-height: 20px;font-size:1em;}
#adType1-tipNum li.on{top:-10px;background-color: black;color: white;}
#adLoading{display: none;background: url("/htmlResource/images/global/loading.gif") no-repeat center white;}
#popShadeLayer{ z-index:1001; position:absolute; top:0px; left:0px; width:100%; background-color:rgba(0,0,0,.2); *zoom:1; *background: #000000; *filter:alpha(opacity=30)}
.alertInfo{margin:0 0 0 3px;color:#a40e59 !important;text-align:center;}
.login-close{position:absolute; display:block; width:32px; height:32px; background:url(../images/global/iconfont-guanbi.png) 0px 0px no-repeat; top:0; right:0; margin:-23px -6px 0 0;}
/**弹层及遮罩js中引用 END**/
/**弹层成功加入购物车**/
.cart-pops{position:fixed;margin:-100px 0 0 -230px;width:460px;padding-bottom:30px;overflow:hidden;background:#fff;z-index:9999;left:50%;top:50%;border:1px solid #eee;box-shadow:0 0 8px 0 #ccc; }
.cart-pops .close_on,.depend-pops .close_on{height:24px;width:24px;display:block;float:right;margin:10px 10px 0 0;background:url(../images/leshop/ii01.png) 0 -340px no-repeat;}
.cart-pops .pops-mn{overflow:hidden;line-height:32px;font-size:18px;margin:40px 0 0 0;height:78px; text-align:center;}
.cart-pops .pops-mn em{background:url(../images/leshop/ii01.png) -0 -759px no-repeat;display:inline-block; line-height:35px; text-indent:30px; margin:0 15px;}
.cart-pops .pops-bd{overflow:hidden;line-height:32px;text-align:center;font-size:14px;margin:50px auto 30px;width:400px;}
.cart-pops .btn-on{line-height:32px;border:1px solid #a40e59;width:120px;text-align:center;font-size:14px;margin-left:85px;border-radius:5px;float:left;display:block;color:#a40e59;}
.cart-pops .btn-ons{margin-left:50px;background:#a40e59;color:#fff;}
.cart-pops .btn-ont{margin:0 auto;float:none;background:#a40e59;color:#fff;}
/**弹层成功加入购物车 END**/
/**特定样式开始**/
.btn-off,.btn-off:hover{background:#ccc !important;border:1px solid #ccc !important;color:#333 !important;cursor:default !important;}
.btn-load01,.btn-load01:hover{background:#ccc url("../images/global/loading.gif") center center no-repeat !important;border:1px solid #ccc !important;color:#333 !important;cursor:default !important;}
/**特定样式结束**/
/*轮播图广告*/
.banner{width:100%; height:400px;}
.bn-ad{height:400px; width:100%; position:absolute;}
.bn-sel{position:absolute; bottom:20px; left:700px; width:100px;}
.ber-ad{width:1200px; padding:10px 0; margin:0 auto; overflow:hidden;}
.ber-list{float:right; display:inline; margin:11px 0;}
.ber-list li{ width:220px; height:138px; float:left; display:inline; margin:0 25px 0 0;}
.ber-list img{width:208px; height:124px; padding:6px 6px 8px 6px; background:url(../images/img-index/in_tad.png) no-repeat;}
.sld-ad{width:100%; position:relative;}
/*.sld-ad .sld-ad-img{}
@keyframes animatedBackground { from { background-position: 100% 0; } to { background-position: 50% 0; } }*/
.sld-ad .sld-ad-img{background-position: 0px 0px; background-repeat: repeat-x;position:relative; /*animation:animatedBackground 2s linear infinite;animation-iteration-count:1;*/}
.sld-ad .sld-ad-img .a{margin:0 auto; display:block; width:1200px; height:400px;text-indent: -999em;}
.sld-ad .sld-ad-img .banner-ad{margin:0 auto; width:1200px; height:400px; position:relative;}
.sld-ad .banner-ad .min-ad{position:absolute; top:13px; left:959px; width:240px;}
.sld-ad .banner-ad .min-ad .ad{width:240px; border-bottom:1px solid #ccc; height:125px; overflow:hidden; position:relative;}
.sld-ad .banner-ad .min-ad .ad_mask{position:absolute; width:240px; height:125px; background:url(../images/global/ad_hui.png); top:0px; left:0px;}
.sld-ad .sld-sel-bd{width:1200px; margin:0 auto; position:relative;}
.sld-sel{position:absolute; bottom:20px; left:470px;}
.sld-sel a{ display:block; width:13px; height:16px; background:url(../images/index/in_png.png) -20px -381px; float:left;margin-left:10px; overflow:hidden;}
.sld-sel .seld{ background-position:-0 -382px; width:16px; height:16px;}
.sld-ad-s{width:100%; position:relative;}
.sld-ad-s .banner-ad{width:100%; height:100%;}
.sld-ad-s .sld-ad-img a{margin:0 auto; display:block; width:100%; height:100%;}
.sld-ad-s .sld-sel-bd{width:100%; margin:0 auto; position:relative;}
.sld-ad-s .sld-sel{left:5%; bottom:10px;}
.sld-ad-s .sld-sel a{display:block;background-position:-61px -385px;height:10px;width:10px;margin-left:5px; }
.sld-ad-s .sld-sel .seld{background-position:-47px -385px;}
.sld-sel-bd .sld-ri{position:absolute; z-index:1; right:0; bottom:180px; width:80px;}
.sld-sel-bd .sld-ri a{display:block;width:32px; height:38px;background:url(../images/index/in_png.png) no-repeat 0 0; float:left; margin-left:2px;}
.sld-sel-bd .sld-ri a.ri01{background-position:0 -416px;}
.sld-sel-bd .sld-ri a.ri01:hover{background-position:0 -455px;}
.sld-sel-bd .sld-ri a.ri02{background-position:-34px -416px;}
.sld-sel-bd .sld-ri a.ri02:hover{background-position:-34px -456px;}
/*轮播图广告结束*/
/*顶通广告及底角 开始*/
.top-gg{width:100%;position:relative;z-index:10;}
.top-gg .mn{width:1200px;position:relative;margin:0 auto;}
.top-gg .mn a.close{display:block;position:absolute;right:0px;top:5px;height:22px;width:44px; background:url(../images/global/hd-ad-close.png) no-repeat center 0;}
.bottom-corner{position:fixed;left:0px;bottom:0px;}
.bottom-corner .mn{position:relative;}
.bottom-corner .mn a{display:block;position:absolute;right:0px;top:5px;height:12px;width:12px; background:url(../images/global/iconfont-guanbi.png) no-repeat center -74px;}
.bottom-corner .mn a:hover{background-position:center -106px;}
/*顶通广告及底角 结束*/
.u-flyer{display: block;width: 50px;height: 50px;border-radius: 50px;position: fixed;z-index: 9999;}
/*浮动搜索开始*/
.fix_menu{background:#eee; height:50px; position:fixed; box-shadow:0 0 5px #999; z-index:100; top:0; left:0; width:100%;}
.fix_menu .fix_wrap{width:1200px; margin:0 auto;}
.fix_wrap .fix_logo{width:140px; float:left; background:url(../images/index/in_png.png) 0 -88px no-repeat; height:50px;}
.fix_wrap .fix_check{width:482px; float:left; padding-top:10px; position:relative;}
.fix_wrap .fix_check .search-mn{background: #fff none repeat scroll 0 0;border-bottom: 1px solid #a40c59;border-left: 1px solid #a40c59;border-right: 1px solid #a40c59; box-shadow: 0 8px 5px #aaa;left: 0;position: absolute;top:41px;width:410px;}
.fix_wrap .fix_check .search-mn a{color: #333; display: block; line-height: 24px; overflow: hidden;padding: 0 10px;}
.fix_wrap .fix_check .search-mn a em{display: block; float: left;}
.fix_wrap .fix_check .search-mn a em b{color: #a40c59;}
.fix_wrap .fix_check .search-mn a span{display: block;float: right;}
.fix_wrap .fix_nav{float:left;display:inline;width:380px;overflow:hidden;line-height:50px;}
.fix_wrap .fix_nav a{display:block;float:left;margin-right:28px;color:#333;}
.fix_wrap .fix_nav a:hover{color:#a40c59;}
.fix_wrap .fix_nav a.active{color:#a40c59;}
.fix_check input{width:410px; height:30px; line-height:30px; float:left; text-indent:20px; color:#666; font-size:14px; border:1px solid #a40c59;}
.fix_check input:focus{border-left:1px solid #a40c59;border-top:1px solid #a40c59;width:410px; box-shadow: 0 0 8px #666;outline: medium none;transition: border 0.2s linear 0s, -moz-box-shadow 0.5s linear 0s;}
.fix_check a.fix_BTN{background:#a40c59; text-align:center; color:#fff; font-size:16px; line-height:32px; height:32px; display:block; text-decoration:none;float:left;width:70px;}
/*浮动搜索结束*/
/*绑定弹窗开始*/
.depend-pops{width:460px;padding:0 0 30px 0;overflow:hidden;background:#fff;border:1px solid #eee;box-shadow:0 0 8px 0 #ccc; margin:0 auto;}
.depend-pops a.btn-on.first{margin-top:50px;}
.depend-pops a.btn-on.lm80{margin-left:80px;float:left;}
.depend-pops a.btn-on.lm50{margin-left:50px;float:left;}
.depend-pops a.btn-on{background:#a40e59;display:block;color:#fff;font-size:14px;line-height:32px;border:1px solid #a40e59;border-radius:5px; width:120px;text-align:center; margin:20px auto;}
.depend-pops a.btn-on.btn-ons{background:#fff;color:#a40e59;}
.depend-pops .pops-bd,.depend-pops .pops-bd-01{width:370px; margin:0 auto; line-height:24px; padding:50px 0 0 0;}
.depend-pops .pops-bd em{display:block;font-size:20px;font-weight:bold;}
.depend-pops .pops-bd{background:url(../images/global/alertTips.png) 0 50px no-repeat;width:210px;padding:50px 0 0 30px;}
/*绑定弹窗结束*/
/*右侧ft-top图标开始*/
.ft-top{position:fixed; bottom:100px; right:40px; display:block; _position: absolute; _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight); _left:expression(documentElement.scrollLeft+documentElement.clientWidth-this.offsetWidth-200); background:url(../images/global/share-01.png) 0 -85px no-repeat; width:45px; height:40px;}
.ft-top:hover{background:url(../images/global/share-01.png) -49px -85px no-repeat;}
/*右侧ft-top图标结束*/
/*分享弹窗开始*/
.share_wrap{width:100%; height:100%;}
.share_wrap .share_pop{width:430px; border:1px solid #212121; background:#fff; margin:0 auto; border-radius:5px; height:200px;}
.share_pop .item_top{width:430px; height:35px; background:#212121; color:#fff; line-height:35px; font-size:18px; border-radius:5px 5px 0 0;}
.share_pop .item_top a{display:block; width:20px; height:20px; background:url(../images/index/in_png.png) 0 -187px; float:right; margin:9px 10px 0 0;}
.share_pop .item_bot{width:430px; text-align:center; padding:40px 0;}
.share_pop .item_bot .bdshare_t{margin:10px 0 0 115px;}
.share_pop .item_bot .bdshare_t a{margin:0 5px;}
/*分享弹窗结束*/
/*首页导航新增开始*/
/*首页导航新增开始*/
.menu-box-b{width:1200px; height:35px; margin:0px auto; position:relative; z-index:8;font-family:'Microsoft YaHei';}
.menu-box-b:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.menu-box{ width:1200px; height:35px; }
.menu-box .class_button{width:178px;background:#a40c59; text-align:center; color:#fff !important;font-family:'Microsoft YaHei'; cursor:pointer; margin-right:15px;}
.menu-box .class_button:hover{color:#ccc !important;}
.menu-box .nav-menu{height:35px; float:left; overflow:hidden; width:1200px;}
.menu-box .nav-menu a{padding:0 15px; color:#333; font-size:16px; font-weight:bold; text-decoration:none;float:left; display:block; height:35px; line-height:35px; position:relative;}
.menu-box .nav-menu a:hover{color:#a40c59; text-decoration:none;}
.menu-box .nav-menu a.mr{color:#a40c59; text-decoration:none;}
.menu-box .nav-menu a.mr:hover{color:#a40c59; text-decoration:none;}
.menu-box .nav-menu a.fb{color:#666; padding:0px 32px; float:right;}
.menu-box .nav-menu a.fb:hover{color:#a40c59;}
.menu_cn .product{overflow:hidden; margin:15px 5px 5px 5px;}
.menu_cn .product .one{float:left; display:inline; width:110px; height:140px; margin-left:10px;}
.menu_cn .product .one .img{width:110px; text-align:center; height:90px; overflow:hidden;}
.menu_cn .product .one .img img{height:90px;}
.menu_cn .product .one .title{width:110px; height:20px; line-height:20px; font-size:12px; margin-top:5px; overflow:hidden;}
.menu_cn .product .one .title a{color:#666;}
.menu_cn .product .one .pri{font-size:14px; height:20px; line-height:20px; font-weight:bold; color:#a40c59;font-family:"Microsoft Yahei";}
.menu_left{position:absolute; top:30px; left:0px; overflow:hidden; z-index:2;background: #f8f8f8; height: 400px; width: 164px; border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-top:1px solid #a21459;}
.menu_left .list{width:160px; padding: 0px; overflow:hidden;height:50px; margin-left:4px;}
.menu_left .list:hover h2,.menu_left .list:hover .list_con a,.menu_left .list:hover h2 a,.menu_left .list:hover .list_con span,.menu_left .list:visited h2,.menu_left .list:visited .list_con a,.menu_left .list:visited h2 a,.menu_left .list:visited .list_con span{color: #FFFFFF; text-decoration: none;}
.menu_left .list .list_con a:link, .menu_cn .cn_list a:link{text-decoration: none; color:#666666; font-size: 12px;}
.menu_left .list .list_con a:hover,.menu_left .mer h2 a:hover,.menu_left .list h2 a:hover{text-decoration:none; color:#FFFFFF;}
.menu_left .mer h2,.menu_left .mer .list_con a,.menu_left .mer .list_con span,.menu_left .mer h2 a{color:#ffffff;}
.menu_left .list h2{color:#414141; font-size:14px;line-height:49px;width: 125px; padding-left: 40px;height:49px;border-bottom: 1px solid #e4e4e4;background-repeat:no-repeat;background-position:0 center;}
.menu_left .list h2 a{color:#333333;}
.menu_left .list .list_con{ height:auto; line-height:22px;}
.menu_left .list .list_con a{color:#aaa; display:inline-block; vertical-align:middle; overflow:hidden; padding-right:5px;}
.menu_left .list .list_con span{color:#aaa; display:inline-block; vertical-align:middle; overflow:hidden; padding-right:5px;}
.menu_cn{width: 690px; height: 390px; left: 166px; padding-top: 10px; display: block; background:#fff; position:absolute; z-index:2; top:30px;border-top:1px solid #a21459;}
.menu_cn .cn_list b a:link, .menu_cn .cn_list b a:hover, .menu_cn .cn_list b a, .menu_cn .cn_list b{color: #a40c59; font-size: 12px; text-decoration: none; font-weight: normal;}
.menu_cn .cn_list b{border-bottom: 1px solid #E4E4E4; padding-top:10px; font-weight: bold; display:block;}
.menu_cn .cn_list{line-height:20px; width: 280px; border: 0px; margin: 0px; margin-left: 30px;}
.menu_cn .cn_list a{display:inline-block; color:#666; padding-right:5px;}
.menu_cn .cn_list span{display:inline-block; color:#666; padding-right:5px;}
.menu_cn .l{float: left;}
.menu_cn .cn_imgs{float: right; width: 280px; height: 350px; padding:0px; margin:0px;}
.menu_left .list .iterm01{background-image: url(../images/global/sorticon_xuan.png);}
.menu_left .mer .iterm01{background-image: url(../images/global/sorticon_xuan_01.png);}
.menu_left .list .iterm02{background-image: url(../images/global/sorticon_putao.png);}
.menu_left .mer .iterm02{background-image: url(../images/global/sorticon_putao_01.png);}
.menu_left .list .iterm03{background-image: url(../images/global/sorticon_yang.png);}
.menu_left .mer .iterm03{background-image: url(../images/global/sorticon_yang_01.png);}
.menu_left .list .iterm04{background-image: url(../images/global/sorticon_beer.png);}
.menu_left .mer .iterm04{background-image: url(../images/global/sorticon_beer_01.png); }
.menu_left .list .iterm05{background-image: url(../images/global/sorticon_round.png);}
.menu_left .mer .iterm05{background-image: url(../images/global/sorticon_round_01.png);}
.menu_left .list .iterm06{background-image: url(../images/global/sorticon_enm.png);}
.menu_left .mer .iterm06{background-image: url(../images/global/sorticon_enm_01.png);}
.menu_left .list .iterm07{background-image: url(../images/global/sorticon_bai.png);}
.menu_left .mer .iterm07{background-image: url(../images/global/sorticon_bai_01.png);}
.menu_left .list .iterm08{background-image: url(../images/global/sorticon_rupin.png);}
.menu_left .mer .iterm08{background-image: url(../images/global/sorticon_rupin_01.png);}
.menu_left .mer h2,.menu_left .mer h2 a:link,.menu_left .mer h2 a:visited,.menu_left .mer h2 a:hover{color: #ffffff; font-weight: normal;}
/*.menu_left .list .noborder{border: 0px !important;}*/
.menuNav:hover .menu_left{ border-bottom: 10px solid rgba(146,146,146,0.2);}
.menuNav:hover .menu_cn{border-right: 10px solid rgba(146,146,146,0.2); border-bottom: 10px solid rgba(146,146,146,0.2);}
.menu_left .iterm01,.menu_left .iterm06{cursor:default;}
.menu_left .list h2 a,.menu_left .mer h2 a{display: block; width: 125px;}
/*首页导航新增结束*/
/*详情页弹窗开始*/
.detail_pop{background:#fff; width:670px; margin:-200px 0 0 -335px; overflow:hidden; box-shadow:0 0 8px 0 #ccc; border:1px solid #e5e5e5; border-radius:10px;position:fixed;left:50%;top:50%;z-index:9999;}
.detail_pop .close_on{display:block; height:23px; width:23px; background:url(../images/global/ico-2015-pop.png) 0 0; float:right; margin:10px 15px 0 0;}
.detail_pop .tips{text-align:center; padding-bottom:20px;}
.tips p{color:#159848; font-size:16px; padding:25px 0;}
.tips p em{background:url(../images/global/ico-2015-pop.png) 0 -33px no-repeat; height:36px; display:inline-block; line-height:36px; text-indent:50px; margin-left:30px;}
.tips a{display:inline-block; width:102px; height:30px; text-align:center; line-height:30px; font-size:14px; margin:0 4px;}
.tips a.w_btn{background:#fff; border:1px solid #a30c58; color:#a30c58;}
.tips a.r_btn{background:#a30c58; border:1px solid #a30c58; color:#fff;}
.detail_pop .p_list{padding-left:40px;overflow:hidden;}
.p_list p{color:#a30c58; font-size:14px; height:30px;}
.p_list ul li{width:140px; float:left; height:200px; padding-right:10px;}
.p_list ul li .img{width:138px; height:138px; border:1px solid #e5e5e5; margin-bottom:10px;}
.p_list ul li .img img{width:138px; height:138px;}
.p_list ul li .txt{color:#b8141f; font-size:14px;}
.p_list ul li .txt span{color:#333; font-size:12px; display:block; height:20px;overflow:hidden;}
.detail_pop_01 .tips p, .detail_pop_03 .tips p{color:#fd9827;}
.detail_pop_01 .tips p em,.detail_pop_03 .tips p em{background-position:0 -78px;}
.detail_pop_02,.detail_pop_03{width:460px; margin:-100px 0 0 -230px;}
.detail_pop_02 .p_list,.detail_pop_03 .p_list{display:none;}
/*详情页弹窗结束*/ | 0.210604 | 0.068102 |
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,500,500i,700,700i';
* {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size:16px;
}
body {
background: #F8F8F8;
}
html {
overflow-y: scroll;
}
header, main, #no-results, footer {
width: 1000px;
margin: 0 auto;
}
header a.logo{
z-index: 1;
position:fixed;
display: block;
width: 67px;
height: 44px;
background: url(img/Logo.svg) no-repeat 0 0;
background-size: contain;
top: 20px;
left: 26px;
}
header a.logo span {
display:none;
}
.top-nav {
z-index:1;
background-color: #1C688E;
position: fixed;
top: 0px;
left: 0px;
padding: 25px 0 15px 0;
width: 100%;
height: 50px;
}
main {
min-height: 360px;
}
#stats {
font-size: 0.9em;
color: #b3b3b3;
padding-bottom: 20px;
margin-top:-20px;
}
#stats .ais-stats--time {
font-size: 0.9em;
color: #b3b3b3;
}
#right-column {
float: right;
margin-right: 10%;
margin-top: 26px;
width: 23%;
max-height: 250px;
}
#left-column {
width: 50%;
min-width:340px;
margin-left: 15%;
float:left;
}
.clear:after {
content: '';
display: table;
clear: both;
}
/* INPUT */
header {
position: relative;
height: 80px;
margin-top: 40px;
}
#search-input{
font-size: 16px;
font-weight: 100;
width: 74%;
margin-left: 15%;
padding: 10px 0 6px;
border: none;
width: 500px;
height: 20px;
border-radius: 3px;
padding-left: 41px;
background: url(img/search_icon.png) no-repeat scroll 10px 10px;
background-color: white;
vertical-align: middle;
-webkit-transition: box-shadow .4s ease, background .4s ease;
transition: box-shadow .4s ease, background .4s ease;
}
#search-input input:focus {
outline: 0;
box-shadow: inset 0 0 0 2px #2EACEB;
}
#search-input input:focus {
border-color: #ed5565;
}
#search-input input::-webkit-input-placeholder, #search-input input:-moz-placeholder, #search-input input:-moz-placeholder, #search-input input:-ms-input-placeholder {
font-weight: 100;
color: #999;
}
#search-input-icon {
position: relative;
margin-left: 20px;
color: red;
}
/* HITS */
#hits {
margin: 4px 0;
padding: 10px 0;
border: 2px solid #eee;
border-radius: 5px;
background: white;
}
.hit {
font-size: 0;
padding: 8px 0;
border-bottom: 1px solid #eee;
max-height: 140px;
}
.hit-image {
display: inline-block;
width: 16%;
margin-top: 1%
}
.hit-image img {
max-width: 100%;
max-height:86px;
border-radius: 3px;
margin-left: 10px;
}
.hit-content {
font-weight: 300;
display: inline-block;
width: 83%;
margin-left: 1px;
vertical-align: top;
margin-top: 0;
}
.hit-content .hit-name {
font-weight: normal;
font-weight: 700;
margin-top: 0px;
margin-bottom: 0;
margin-left: 15px;
font-size: 1.25em;
color: #092431;
}
.hit-content .hit-name:hover {
text-decoration: underline;
}
.hit-content .hit-price, .hit-food-type, .hit-neighborhood {
font-weight: normal;
font-weight: 300;
margin-top: 0;
font-size: 1em;
color: #a4a4a4;
margin-left: 15px;
}
.hit-content .hit-neighborhood {
color: #092431;;
}
.hit-content em {
font-style: normal;
background: #fbdde0;
}
.hit-content .hit-food-type {
display: inline-block;
float:left;
padding: 2% 5px 0px 0px;
}
.hit-content .hit-price {
display: inline-block;
float: left;
padding: 2% 5px 0px 5px;
}
/* PAGINATION */
#pagination {
margin-top: 60px;
}
#pagination ul {
font-size: 0;
list-style-type: none;
text-align: center;
}
#pagination li {
font-size: 14px;
display: inline;
}
#pagination a {
padding: 8px 12px;
text-decoration: none;
color: #000;
border: 1px solid #eee;
}
#pagination a:hover {
background: #2EACEB;
}
#pagination li:first-child a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#pagination li:last-child a {
border-right: 1px solid #eee;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#pagination li.ais-pagination--item__active a {
color: white;
border-color: #2EACEB;
background: #2EACEB;
}
#pagination li.ais-pagination--item__active a:hover {
cursor: default;
}
#pagination li.ais-pagination--item__disabled a {
cursor: not-allowed;
}
#pagination li.ais-pagination--item__disabled a:hover {
background: none;
}
/* FACETS */
#facets {
border: 2px solid #eee;
border-radius: 5px;
background: white;
width: 300px;
padding-bottom:15px;
padding-top:15px;
}
#facets h5 {
margin: 6px 10px 10px;
padding: 0 10px 20px;
text-transform: uppercase;
border-bottom: 1px solid #eee;
color: #092431
}
#facets ul {
margin: 0;
list-style-type: none;
}
#facets li {
margin-bottom: 3px;
padding: 10px;
}
.facet ul li {
border-radius: 5px;
color:white;
font-size: 1.2em;
line-height: 1.5em;
text-decoration: none;
color: #a4a4a4;
}
.facet-link:link {
color: #a4a4a4;
}
.facet-link:hover {
background-color: #2EACEB;
padding: 2px 10px;
color:white;
border-radius:2px;
}
.facet-link:active {
background-color: #2EACEB;
padding: 2px 10px;
color:white;
border-radius:2px;
}
.facet-link {
text-decoration: none;
color: #a4a4a4;
}
.facet-count {
position: relative;
float: right;
color: #a4a4a4;
line-height: 2em;
font-size: 1em;
margin-right: 15px;
}
.facet-count:hover {
color: white;
}
/* NO RESULTS */
.no-results #pagination, .no-results #sort-by, .no-results #stats, .no-results #facets {
display: none;
}
#no-results-message {
text-align: center;
}
#no-results-message p {
font-size: 28px;
font-weight: 100;
}
#no-results-message ul {
list-style-type: none;
}
#no-results-message li {
font-size: 12px;
position: relative;
display: inline-block;
margin: 4px 2px;
padding: 4px 28px 4px 8px;
color: #999;
border: 1px solid #ddd;
border-radius: 12px;
}
#no-results-message li span.value {
font-weight: bold;
color: #000;
}
#no-results-message li a.remove img {
position: absolute;
top: 3px;
right: 5px;
float: right;
width: 17px;
height: 17px;
opacity: .5;
}
#no-results-message li a.remove:hover img {
opacity: 1;
}
a.clear-all {
font-size: 12px;
line-height: 1;
display: inline-block;
margin: 10px;
padding: 8px 12px;
text-decoration: none;
color: black;
border: 2px solid #ddd;
border-radius: 4px;
}
a.clear-all:hover {
transition: border-color .3s ease-in;
border-color: #999;
}
.ais-refinement-list--checkbox {
display: none;
}
/* FOOTER */
footer {
font-size: 14px;
margin-top: 200px;
margin-bottom: 24px;
text-align: center;
}
footer a {
text-decoration: none;
color: #ed5565;
}
footer a:hover {
text-decoration: underline;
color: #ed5565;
}
/* RESPONSIVE DESIGN FOR SMALL/MOBILE SCREENS */
@media screen and (min-width : 400px) and (max-width : 700px) {
#search-input {
margin-left:200px;
}
#search-input input {
width:150px;
}
#left-column {
margin-left:42px;
}
#right-column {
display:none;
}
::-webkit-input-placeholder {
color: white;
}
:-moz-placeholder {
color: white;
}
::-moz-placeholder {
color: white;
}
:-ms-input-placeholder {
color: white;
}
} | css/styles.css |
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,500,500i,700,700i';
* {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size:16px;
}
body {
background: #F8F8F8;
}
html {
overflow-y: scroll;
}
header, main, #no-results, footer {
width: 1000px;
margin: 0 auto;
}
header a.logo{
z-index: 1;
position:fixed;
display: block;
width: 67px;
height: 44px;
background: url(img/Logo.svg) no-repeat 0 0;
background-size: contain;
top: 20px;
left: 26px;
}
header a.logo span {
display:none;
}
.top-nav {
z-index:1;
background-color: #1C688E;
position: fixed;
top: 0px;
left: 0px;
padding: 25px 0 15px 0;
width: 100%;
height: 50px;
}
main {
min-height: 360px;
}
#stats {
font-size: 0.9em;
color: #b3b3b3;
padding-bottom: 20px;
margin-top:-20px;
}
#stats .ais-stats--time {
font-size: 0.9em;
color: #b3b3b3;
}
#right-column {
float: right;
margin-right: 10%;
margin-top: 26px;
width: 23%;
max-height: 250px;
}
#left-column {
width: 50%;
min-width:340px;
margin-left: 15%;
float:left;
}
.clear:after {
content: '';
display: table;
clear: both;
}
/* INPUT */
header {
position: relative;
height: 80px;
margin-top: 40px;
}
#search-input{
font-size: 16px;
font-weight: 100;
width: 74%;
margin-left: 15%;
padding: 10px 0 6px;
border: none;
width: 500px;
height: 20px;
border-radius: 3px;
padding-left: 41px;
background: url(img/search_icon.png) no-repeat scroll 10px 10px;
background-color: white;
vertical-align: middle;
-webkit-transition: box-shadow .4s ease, background .4s ease;
transition: box-shadow .4s ease, background .4s ease;
}
#search-input input:focus {
outline: 0;
box-shadow: inset 0 0 0 2px #2EACEB;
}
#search-input input:focus {
border-color: #ed5565;
}
#search-input input::-webkit-input-placeholder, #search-input input:-moz-placeholder, #search-input input:-moz-placeholder, #search-input input:-ms-input-placeholder {
font-weight: 100;
color: #999;
}
#search-input-icon {
position: relative;
margin-left: 20px;
color: red;
}
/* HITS */
#hits {
margin: 4px 0;
padding: 10px 0;
border: 2px solid #eee;
border-radius: 5px;
background: white;
}
.hit {
font-size: 0;
padding: 8px 0;
border-bottom: 1px solid #eee;
max-height: 140px;
}
.hit-image {
display: inline-block;
width: 16%;
margin-top: 1%
}
.hit-image img {
max-width: 100%;
max-height:86px;
border-radius: 3px;
margin-left: 10px;
}
.hit-content {
font-weight: 300;
display: inline-block;
width: 83%;
margin-left: 1px;
vertical-align: top;
margin-top: 0;
}
.hit-content .hit-name {
font-weight: normal;
font-weight: 700;
margin-top: 0px;
margin-bottom: 0;
margin-left: 15px;
font-size: 1.25em;
color: #092431;
}
.hit-content .hit-name:hover {
text-decoration: underline;
}
.hit-content .hit-price, .hit-food-type, .hit-neighborhood {
font-weight: normal;
font-weight: 300;
margin-top: 0;
font-size: 1em;
color: #a4a4a4;
margin-left: 15px;
}
.hit-content .hit-neighborhood {
color: #092431;;
}
.hit-content em {
font-style: normal;
background: #fbdde0;
}
.hit-content .hit-food-type {
display: inline-block;
float:left;
padding: 2% 5px 0px 0px;
}
.hit-content .hit-price {
display: inline-block;
float: left;
padding: 2% 5px 0px 5px;
}
/* PAGINATION */
#pagination {
margin-top: 60px;
}
#pagination ul {
font-size: 0;
list-style-type: none;
text-align: center;
}
#pagination li {
font-size: 14px;
display: inline;
}
#pagination a {
padding: 8px 12px;
text-decoration: none;
color: #000;
border: 1px solid #eee;
}
#pagination a:hover {
background: #2EACEB;
}
#pagination li:first-child a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#pagination li:last-child a {
border-right: 1px solid #eee;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#pagination li.ais-pagination--item__active a {
color: white;
border-color: #2EACEB;
background: #2EACEB;
}
#pagination li.ais-pagination--item__active a:hover {
cursor: default;
}
#pagination li.ais-pagination--item__disabled a {
cursor: not-allowed;
}
#pagination li.ais-pagination--item__disabled a:hover {
background: none;
}
/* FACETS */
#facets {
border: 2px solid #eee;
border-radius: 5px;
background: white;
width: 300px;
padding-bottom:15px;
padding-top:15px;
}
#facets h5 {
margin: 6px 10px 10px;
padding: 0 10px 20px;
text-transform: uppercase;
border-bottom: 1px solid #eee;
color: #092431
}
#facets ul {
margin: 0;
list-style-type: none;
}
#facets li {
margin-bottom: 3px;
padding: 10px;
}
.facet ul li {
border-radius: 5px;
color:white;
font-size: 1.2em;
line-height: 1.5em;
text-decoration: none;
color: #a4a4a4;
}
.facet-link:link {
color: #a4a4a4;
}
.facet-link:hover {
background-color: #2EACEB;
padding: 2px 10px;
color:white;
border-radius:2px;
}
.facet-link:active {
background-color: #2EACEB;
padding: 2px 10px;
color:white;
border-radius:2px;
}
.facet-link {
text-decoration: none;
color: #a4a4a4;
}
.facet-count {
position: relative;
float: right;
color: #a4a4a4;
line-height: 2em;
font-size: 1em;
margin-right: 15px;
}
.facet-count:hover {
color: white;
}
/* NO RESULTS */
.no-results #pagination, .no-results #sort-by, .no-results #stats, .no-results #facets {
display: none;
}
#no-results-message {
text-align: center;
}
#no-results-message p {
font-size: 28px;
font-weight: 100;
}
#no-results-message ul {
list-style-type: none;
}
#no-results-message li {
font-size: 12px;
position: relative;
display: inline-block;
margin: 4px 2px;
padding: 4px 28px 4px 8px;
color: #999;
border: 1px solid #ddd;
border-radius: 12px;
}
#no-results-message li span.value {
font-weight: bold;
color: #000;
}
#no-results-message li a.remove img {
position: absolute;
top: 3px;
right: 5px;
float: right;
width: 17px;
height: 17px;
opacity: .5;
}
#no-results-message li a.remove:hover img {
opacity: 1;
}
a.clear-all {
font-size: 12px;
line-height: 1;
display: inline-block;
margin: 10px;
padding: 8px 12px;
text-decoration: none;
color: black;
border: 2px solid #ddd;
border-radius: 4px;
}
a.clear-all:hover {
transition: border-color .3s ease-in;
border-color: #999;
}
.ais-refinement-list--checkbox {
display: none;
}
/* FOOTER */
footer {
font-size: 14px;
margin-top: 200px;
margin-bottom: 24px;
text-align: center;
}
footer a {
text-decoration: none;
color: #ed5565;
}
footer a:hover {
text-decoration: underline;
color: #ed5565;
}
/* RESPONSIVE DESIGN FOR SMALL/MOBILE SCREENS */
@media screen and (min-width : 400px) and (max-width : 700px) {
#search-input {
margin-left:200px;
}
#search-input input {
width:150px;
}
#left-column {
margin-left:42px;
}
#right-column {
display:none;
}
::-webkit-input-placeholder {
color: white;
}
:-moz-placeholder {
color: white;
}
::-moz-placeholder {
color: white;
}
:-ms-input-placeholder {
color: white;
}
} | 0.333395 | 0.093388 |
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
margin: 0;
padding: 0;
}
fieldset, img, input, button {
border: none;
padding: 0;
margin: 0;
outline-style: none;
}
ul, ol {
list-style: none;
}
/*去掉原样式中的小黑点*/
input {
padding-top: 0;
padding-bottom: 0;
font-family: "SimSun", "宋体";
}
select, input {
vertical-align: middle;
}
/*输入字居中显示*/
select, input, textarea {
font-size: 14px;
margin: 0;
}
/**/
textarea {
resize: none;
}
/*防止拖动*/
img {
border: 0;
vertical-align: middle; /* 去掉图片底部默认的3像素空白缝隙*/
}
table {
border-collapse: collapse; /*合并外连线*/
}
body {
font: 14px/150% Arial, Verdana, "\5b8b\4f53"; /*unitedCode的写法,宋体的写法*/
color: #666; /*150%基于当前字体尺寸的百分比行间距*/
background: #fefefe;
}
.clearfix:before, .clearfix:after {
/*清除浮动,最好最标准的写法*/
content: "";
display: table;
/*bfc 块级格式化上下文*/
/* display: inline-block talbe-cel */
/*display: table-cell;*/
}
/*.clearfix:after {*/
/*content: "";*/
/*height: 0;*/
/*line-height: 0;*/
/*display: block;*/
/*visibility: hidden;*/
/*clear: both;*/
/*}*/
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1; /*IE/7/6*/ /*兼容IE6下的写法*/
}
a {
color: #666;
text-decoration: none;
}
a:hover {
color: #ff24d2;
}
h1, h2, h3, h4, h5, h6 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
}
s, i, em {
font-style: normal;
text-decoration: none;
}
/*公共类*/
.col-main {
color: #ff24d2 !important;/*哆咪主色调*/
}
.w {
/*版心 提取 */
width: 1210px;
margin: 0 auto;
}
.fl {
float: left;
}
.fr {
float: right;
}
.al {
text-align: left;
}
.ac {
text-align: center;
}
.ar {
text-align: right;
}
.hide {
display: none;
}
/*css初始化完成*/
/* --------------------------- 公共样式 Begin */
.icon-arrow {
width: 16px;
height: 8px;
overflow: hidden;
position: absolute;
top: 18px;
right: -17px;
}
.icon-arrow s {
width: 12px;
height: 7px;
line-height: 16px;
position: absolute;
top: -8px;
}
.dropdown {
margin-right: 10px;
position: relative;
}
/* 公共样式 End */
/* ------------------------------- 通栏 Begin */
.dm-shortcut {
width: 100%;
height: 42px;
line-height: 42px;
font-size: 16px;
background: rgba(165, 165, 165, 0.3);
position: relative;
}
.dm-shortcut ul {
padding-right: 10px;
}
.dm-shortcut li {
color: #646464;
float: left;
}
.dm-shortcut .spacer{
width: 1px;
height: 12px;
padding: 0;
margin: 14px 20px 0;
background: #ff24d2;
overflow: hidden;
}
/* 通栏 End */
/*头部Begin--------------------------------------------------------------------------Begin*/
/* ------------------------------- logo/搜索栏/购物车Begin */
.dm-header {
height: 100px;
line-height: 100px;
}
/* -------logo */
.dm-header .logo{
height: 100px;
width: 300px;
background: url("../images/domi.png");
margin-right: 50px;
}
.dm-header .logo h1 {
text-align: center;
text-indent: -10000px;
font-size: 36px;
color: #ff24d2;
}
/* --------search*/
.dm-header .search {
/*如何消除标签间的空格的缝隙? */
font-size: 0;
}
.dm-header .search .search-txt{
width: 500px;
height: 42px;
font-size: 16px;
border: 3px solid #ff24d2;
box-sizing: border-box;
padding: 0 10px;
}
.dm-header .search .search-btn {
width: 60px;
height: 42px;
line-height: 42px;
color:white;
font-size: 16px;
font-weight: bold;
background: #ff24d2;
}
/* --------cart*/
.dm-header .cart {
width: 140px;
height: 38px;
line-height: 42px;
font-size: 16px;
text-align: right;
padding-right: 20px;
border:1px solid #ff24d2;
/*border: 1px solid #c6c6c6;*/
background: rgba(165, 165, 165, 0.2);
margin-top: 30px;
position: relative;
right: 20px;
}
.cart .fa {
font-size: 24px;
color: #ff24d2;
position: absolute;
left: 20px;
top: 50%;
margin-top: -12px;
}
.cart .arrow-right {
font-weight: bold;
font-family: "SimSun", "宋体";
}
/* logo/搜索栏/购物车 End */
/* ---------------------------------- 导航栏 Begin*/
.dm-nav {
position: relative;
}
.dm-nav .nav{
height: 50px;
line-height: 50px;
font-size: 22px;
font-weight: bold;
border-bottom: 2px solid #ff24d2;
}
.dm-nav li {
float: left;
width: 200px;
box-sizing: border-box;
text-align: center;
}
.dm-nav .nav-content li{
width: 100%;
text-align: left;
position: absolute;
opacity: 0;
z-index: 999;
background: rgba(255,255,255,0.5); /*改变导航栏透明度*/
}
.dm-nav .nav-content li a {
display: inline-block;
height: 80px;
line-height: 80px;
margin:0px 20px;
font-size: 20px;
font-weight: bold;
color: #333;
}
.dm-nav .nav-content li a:hover {
color: blue;
}
/* 导航栏 End */
/*头部End---------------------------------------------------------------------------------头部End*/
/*底部Begin---------------------------------------------------------------------------------底部Begin*/
.footer {
height: 350px;
background: #333;
}
.footer .footer-logo {
font-size: 24px;
height: 120px;
line-height: 110px;
color: #888888;
font-weight: bold;
text-align: center;
}
/*-------------底部分享链接---------*/
.footer .footer-share {
height: 45px;
text-align: center;
}
.footer .footer-share a{
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
background: #808080;
text-align: center;
margin: -18px 10px;
position: relative;
}
.footer .footer-share a .fa {
display: inline-block;
color: #c6c6c6;
font: normal normal normal 22px/1 FontAwesome;
position: absolute;
left: 10px;
top: 10px;
}
.footer .footer-share a .fa.fa-github {
font: normal normal normal 24px/1 FontAwesome;
left: 11px;
}
.footer .footer-share a .fa.fa-android {
font: normal normal normal 24px/1 FontAwesome;
left: 12px;
}
.footer .footer-share .line {
display: inline-block;
height: 45px;
width: 1px;
background: #666;
margin: -18px 10px;
}
.footer .footer-share a:last-of-type {
width: 140px;
height: 40px;
line-height: 40px;
color: #c6c6c6;
font-size: 16px;
border-radius: 18px;
text-align: right;
padding-right: 13px;
}
.footer .footer-share a .fa.fa-whatsapp {
font: normal normal normal 24px/1 FontAwesome;
left: 15px;
top: 9px;
}
.footer .footer-share a:hover {
background: #ff24d2;
}
/*--------------底部相关网站链接 ---------*/
.footer .footer-siteLinks {
margin-top: 40px;
text-align: center;
}
.footer .footer-siteLinks a {
height: 20px;
line-height: 20px;
font-size: 16px;
color: #797979;
margin: 0 10px;
}
.footer .footer-siteLinks a:hover {
color: #ff24d2;
}
/*-------底部版权--------*/
.footer .footer-copyright {
text-align: center;
color: #797979;
margin-top: 20px;
font-size: 14px;
}
.footer .footer-copyright a {
color: inherit;
}
/*底部End----------------------------------------------------------------------------------底部End*/ | css/base.css | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
margin: 0;
padding: 0;
}
fieldset, img, input, button {
border: none;
padding: 0;
margin: 0;
outline-style: none;
}
ul, ol {
list-style: none;
}
/*去掉原样式中的小黑点*/
input {
padding-top: 0;
padding-bottom: 0;
font-family: "SimSun", "宋体";
}
select, input {
vertical-align: middle;
}
/*输入字居中显示*/
select, input, textarea {
font-size: 14px;
margin: 0;
}
/**/
textarea {
resize: none;
}
/*防止拖动*/
img {
border: 0;
vertical-align: middle; /* 去掉图片底部默认的3像素空白缝隙*/
}
table {
border-collapse: collapse; /*合并外连线*/
}
body {
font: 14px/150% Arial, Verdana, "\5b8b\4f53"; /*unitedCode的写法,宋体的写法*/
color: #666; /*150%基于当前字体尺寸的百分比行间距*/
background: #fefefe;
}
.clearfix:before, .clearfix:after {
/*清除浮动,最好最标准的写法*/
content: "";
display: table;
/*bfc 块级格式化上下文*/
/* display: inline-block talbe-cel */
/*display: table-cell;*/
}
/*.clearfix:after {*/
/*content: "";*/
/*height: 0;*/
/*line-height: 0;*/
/*display: block;*/
/*visibility: hidden;*/
/*clear: both;*/
/*}*/
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1; /*IE/7/6*/ /*兼容IE6下的写法*/
}
a {
color: #666;
text-decoration: none;
}
a:hover {
color: #ff24d2;
}
h1, h2, h3, h4, h5, h6 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
}
s, i, em {
font-style: normal;
text-decoration: none;
}
/*公共类*/
.col-main {
color: #ff24d2 !important;/*哆咪主色调*/
}
.w {
/*版心 提取 */
width: 1210px;
margin: 0 auto;
}
.fl {
float: left;
}
.fr {
float: right;
}
.al {
text-align: left;
}
.ac {
text-align: center;
}
.ar {
text-align: right;
}
.hide {
display: none;
}
/*css初始化完成*/
/* --------------------------- 公共样式 Begin */
.icon-arrow {
width: 16px;
height: 8px;
overflow: hidden;
position: absolute;
top: 18px;
right: -17px;
}
.icon-arrow s {
width: 12px;
height: 7px;
line-height: 16px;
position: absolute;
top: -8px;
}
.dropdown {
margin-right: 10px;
position: relative;
}
/* 公共样式 End */
/* ------------------------------- 通栏 Begin */
.dm-shortcut {
width: 100%;
height: 42px;
line-height: 42px;
font-size: 16px;
background: rgba(165, 165, 165, 0.3);
position: relative;
}
.dm-shortcut ul {
padding-right: 10px;
}
.dm-shortcut li {
color: #646464;
float: left;
}
.dm-shortcut .spacer{
width: 1px;
height: 12px;
padding: 0;
margin: 14px 20px 0;
background: #ff24d2;
overflow: hidden;
}
/* 通栏 End */
/*头部Begin--------------------------------------------------------------------------Begin*/
/* ------------------------------- logo/搜索栏/购物车Begin */
.dm-header {
height: 100px;
line-height: 100px;
}
/* -------logo */
.dm-header .logo{
height: 100px;
width: 300px;
background: url("../images/domi.png");
margin-right: 50px;
}
.dm-header .logo h1 {
text-align: center;
text-indent: -10000px;
font-size: 36px;
color: #ff24d2;
}
/* --------search*/
.dm-header .search {
/*如何消除标签间的空格的缝隙? */
font-size: 0;
}
.dm-header .search .search-txt{
width: 500px;
height: 42px;
font-size: 16px;
border: 3px solid #ff24d2;
box-sizing: border-box;
padding: 0 10px;
}
.dm-header .search .search-btn {
width: 60px;
height: 42px;
line-height: 42px;
color:white;
font-size: 16px;
font-weight: bold;
background: #ff24d2;
}
/* --------cart*/
.dm-header .cart {
width: 140px;
height: 38px;
line-height: 42px;
font-size: 16px;
text-align: right;
padding-right: 20px;
border:1px solid #ff24d2;
/*border: 1px solid #c6c6c6;*/
background: rgba(165, 165, 165, 0.2);
margin-top: 30px;
position: relative;
right: 20px;
}
.cart .fa {
font-size: 24px;
color: #ff24d2;
position: absolute;
left: 20px;
top: 50%;
margin-top: -12px;
}
.cart .arrow-right {
font-weight: bold;
font-family: "SimSun", "宋体";
}
/* logo/搜索栏/购物车 End */
/* ---------------------------------- 导航栏 Begin*/
.dm-nav {
position: relative;
}
.dm-nav .nav{
height: 50px;
line-height: 50px;
font-size: 22px;
font-weight: bold;
border-bottom: 2px solid #ff24d2;
}
.dm-nav li {
float: left;
width: 200px;
box-sizing: border-box;
text-align: center;
}
.dm-nav .nav-content li{
width: 100%;
text-align: left;
position: absolute;
opacity: 0;
z-index: 999;
background: rgba(255,255,255,0.5); /*改变导航栏透明度*/
}
.dm-nav .nav-content li a {
display: inline-block;
height: 80px;
line-height: 80px;
margin:0px 20px;
font-size: 20px;
font-weight: bold;
color: #333;
}
.dm-nav .nav-content li a:hover {
color: blue;
}
/* 导航栏 End */
/*头部End---------------------------------------------------------------------------------头部End*/
/*底部Begin---------------------------------------------------------------------------------底部Begin*/
.footer {
height: 350px;
background: #333;
}
.footer .footer-logo {
font-size: 24px;
height: 120px;
line-height: 110px;
color: #888888;
font-weight: bold;
text-align: center;
}
/*-------------底部分享链接---------*/
.footer .footer-share {
height: 45px;
text-align: center;
}
.footer .footer-share a{
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
background: #808080;
text-align: center;
margin: -18px 10px;
position: relative;
}
.footer .footer-share a .fa {
display: inline-block;
color: #c6c6c6;
font: normal normal normal 22px/1 FontAwesome;
position: absolute;
left: 10px;
top: 10px;
}
.footer .footer-share a .fa.fa-github {
font: normal normal normal 24px/1 FontAwesome;
left: 11px;
}
.footer .footer-share a .fa.fa-android {
font: normal normal normal 24px/1 FontAwesome;
left: 12px;
}
.footer .footer-share .line {
display: inline-block;
height: 45px;
width: 1px;
background: #666;
margin: -18px 10px;
}
.footer .footer-share a:last-of-type {
width: 140px;
height: 40px;
line-height: 40px;
color: #c6c6c6;
font-size: 16px;
border-radius: 18px;
text-align: right;
padding-right: 13px;
}
.footer .footer-share a .fa.fa-whatsapp {
font: normal normal normal 24px/1 FontAwesome;
left: 15px;
top: 9px;
}
.footer .footer-share a:hover {
background: #ff24d2;
}
/*--------------底部相关网站链接 ---------*/
.footer .footer-siteLinks {
margin-top: 40px;
text-align: center;
}
.footer .footer-siteLinks a {
height: 20px;
line-height: 20px;
font-size: 16px;
color: #797979;
margin: 0 10px;
}
.footer .footer-siteLinks a:hover {
color: #ff24d2;
}
/*-------底部版权--------*/
.footer .footer-copyright {
text-align: center;
color: #797979;
margin-top: 20px;
font-size: 14px;
}
.footer .footer-copyright a {
color: inherit;
}
/*底部End----------------------------------------------------------------------------------底部End*/ | 0.247532 | 0.058265 |
body {
margin: 0;
}
.worksBody {
background-color: #1d1d1d;
min-height: 100vh;
color: #cecece;
font-family: "Arial Rounded MT Bold", sans-serif;
}
.descriptWorks {
width: 60%;
margin: auto;
padding-top: 100px;
}
.descriptWorks h1{
font-size: 6em;
margin: 0;
}
.underLineWorks {
background-color: #ffb222;
height: 2px;
width: 100%;
margin-bottom: 50px;
}
.linkProject {
color: #ffb222;
}
.exempleWorks {
width: 60%;
margin: auto;
}
.exempleWorks h2 {
font-size: 2em;
}
.exempleWorks ul {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.exempleWorks li {
list-style: none;
font-size: 1.3em;
cursor: pointer;
}
.portfolioWorks {
margin-top: 50px;
}
.portfolioWorks img {
width: 55%;
min-width: 643px;
}
.portfolioWorks ul {
display: flex;
flex-direction: column;
}
.portfolioWorks li {
font-size: 1.1em;
margin-bottom: 10px;
cursor: text;
}
#portFourCotesMenu {
color: #ffb222;
}
#portFourCotes {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
#portMatriceRp, #portNoumea, #portVLoc, #portWebAgency, #portDppLog {
display: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
#portFourCotes div, #portMatriceRp div, #portNoumea div, #portVLoc div, #portWebAgency div, #portDppLog div {
width: 40%;
}
#portFourCotesMenu:hover, #portMatriceRpMenu:hover, #portNoumeaMenu:hover, #portVLocMenu:hover, #portWebAgencyMenu:hover, #portDppLogMenu:hover {
text-decoration: underline;
}
@media screen and (max-width: 1280px) {
.descriptWorks {
width: 75%;
}
#portFourCotes, #portMatriceRp, #portNoumea, #portVLoc, #portWebAgency, #portDppLog {
flex-direction: column;
}
#portFourCotes div, #portMatriceRp div, #portNoumea div, #portVLoc div, #portWebAgency div, #portDppLog div {
width: 95%;
}
.portfolioWorks {
padding-bottom: 30px;
}
}
@media screen and (max-width: 1080px) {
.exempleWorks li {
font-size: 1em;
}
.exempleWorks {
width: 80%;
}
.portfolioWorks img {
width: 40%;
margin: 0 auto;
}
}
@media screen and (max-width: 970px) {
.descriptWorks {
width: 95%;
}
.descriptWorks h1 {
font-size: 3.5em;
}
.exempleWorks h2 {
font-size: 1.5em;
}
.exempleWorks ul {
flex-wrap: wrap;
padding: 0;
}
.exempleWorks li {
padding: 10px;
}
.portfolioWorks img {
min-width: 300px;
}
} | css/Works.css | body {
margin: 0;
}
.worksBody {
background-color: #1d1d1d;
min-height: 100vh;
color: #cecece;
font-family: "Arial Rounded MT Bold", sans-serif;
}
.descriptWorks {
width: 60%;
margin: auto;
padding-top: 100px;
}
.descriptWorks h1{
font-size: 6em;
margin: 0;
}
.underLineWorks {
background-color: #ffb222;
height: 2px;
width: 100%;
margin-bottom: 50px;
}
.linkProject {
color: #ffb222;
}
.exempleWorks {
width: 60%;
margin: auto;
}
.exempleWorks h2 {
font-size: 2em;
}
.exempleWorks ul {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.exempleWorks li {
list-style: none;
font-size: 1.3em;
cursor: pointer;
}
.portfolioWorks {
margin-top: 50px;
}
.portfolioWorks img {
width: 55%;
min-width: 643px;
}
.portfolioWorks ul {
display: flex;
flex-direction: column;
}
.portfolioWorks li {
font-size: 1.1em;
margin-bottom: 10px;
cursor: text;
}
#portFourCotesMenu {
color: #ffb222;
}
#portFourCotes {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
#portMatriceRp, #portNoumea, #portVLoc, #portWebAgency, #portDppLog {
display: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
#portFourCotes div, #portMatriceRp div, #portNoumea div, #portVLoc div, #portWebAgency div, #portDppLog div {
width: 40%;
}
#portFourCotesMenu:hover, #portMatriceRpMenu:hover, #portNoumeaMenu:hover, #portVLocMenu:hover, #portWebAgencyMenu:hover, #portDppLogMenu:hover {
text-decoration: underline;
}
@media screen and (max-width: 1280px) {
.descriptWorks {
width: 75%;
}
#portFourCotes, #portMatriceRp, #portNoumea, #portVLoc, #portWebAgency, #portDppLog {
flex-direction: column;
}
#portFourCotes div, #portMatriceRp div, #portNoumea div, #portVLoc div, #portWebAgency div, #portDppLog div {
width: 95%;
}
.portfolioWorks {
padding-bottom: 30px;
}
}
@media screen and (max-width: 1080px) {
.exempleWorks li {
font-size: 1em;
}
.exempleWorks {
width: 80%;
}
.portfolioWorks img {
width: 40%;
margin: 0 auto;
}
}
@media screen and (max-width: 970px) {
.descriptWorks {
width: 95%;
}
.descriptWorks h1 {
font-size: 3.5em;
}
.exempleWorks h2 {
font-size: 1.5em;
}
.exempleWorks ul {
flex-wrap: wrap;
padding: 0;
}
.exempleWorks li {
padding: 10px;
}
.portfolioWorks img {
min-width: 300px;
}
} | 0.428951 | 0.106551 |
.banner {
height: 550px;
background: no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
text-align: right;
}
.banner h3 {
font-size: 56px;
color: #ffffff;
padding-top: 170px;
font-family: '苹果简黑_3';
padding-bottom: 12px;
}
.banner span {
display: block;
font-size: 22px;
color: #ffffff;
font-family: '苹果简黑_3';
padding-bottom: 30px;
}
.banner p {
font-size: 22px;
color: #ffffff;
}
.join-t {
padding: 46px 0;
background: #eb6100;
text-align: center;
}
.join-t p,
.join-t h5 {
color: #ffffff;
font-family: '苹果简黑_3';
}
.join-t h5 {
font-size: 34px;
padding-top: 12px;
}
.join-t p {
font-size: 22px;
}
.advantage {
padding-top: 80px;
}
.advantage h2 {
font-size: 38px;
color: #333;
padding-bottom: 10px;
text-align: center;
}
.advantage h3 {
font-size: 32px;
color: #eb6100;
padding-bottom: 36px;
border-bottom: 6px solid #000;
text-align: center;
margin-bottom: 40px;
}
.advantage .child {
overflow: hidden;
margin-bottom: 60px;
}
.advantage .child ul {
width: 660px;
overflow: hidden;
}
.advantage .child ul li {
padding: 20px 0;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
}
.advantage .child ul li .imgs {
width: 75px;
height: 75px;
background: url(../images/join/bg.png) no-repeat;
text-align: center;
line-height: 75px;
color: #ffffff;
font-size: 36px;
float: left;
}
.advantage .child ul li .info {
width: 560px;
float: left;
padding-left: 18px;
}
.advantage .child ul li .info h6 {
font-size: 20px;
color: #333;
padding-bottom: 12px;
font-weight: bold;
}
.advantage .child ul li .info p {
font-size: 14px;
color: #444;
line-height: 24px;
}
.advantage .child .bg {
width: 500px;
height: 560px;
background: no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
margin-top: 20px;
}
.guarantee {
height: 850px;
background: no-repeat left top;
background-size: cover;
-webkit-background-size: cover;
}
.guarantee .info {
width: 50%;
float: right;
height: 100%;
position: relative;
}
.guarantee .info .info-bd {
width: 82%;
margin: 0 auto;
padding-top: 90px;
position: relative;
z-index: 3;
}
.guarantee .info .info-bd h5 {
font-size: 38px;
color: #ffffff;
padding-bottom: 60px;
}
.guarantee .info .info-bd ul {
width: 40%;
float: left;
overflow: hidden;
}
.guarantee .info .info-bd ul li {
color: #ffffff;
overflow: hidden;
padding-bottom: 30px;
}
.guarantee .info .info-bd ul li h6 {
font-size: 16px;
padding-bottom: 8px;
font-weight: bold;
}
.guarantee .info .info-bd ul li h6 span {
font-size: 30px;
font-family: '苹果简黑_3';
}
.guarantee .info .info-bd ul li p {
font-size: 14px;
line-height: 22px;
}
.guarantee .info .info-bd .pl {
padding-left: 60px;
}
.guarantee .info .bg {
width: 100%;
height: 100%;
background: #eb6100;
position: absolute;
right: 0;
top: 0;
opacity: .9;
}
.policy {
padding-top: 70px;
overflow: hidden;
}
.policy h5 {
text-align: center;
font-size: 38px;
color: #eb6100;
}
.policy .policy-bd {
padding: 70px 0;
overflow: hidden;
}
.policy .policy-bd .left {
width: 540px;
float: left;
}
.policy .policy-bd .left .one {
width: 100%;
height: auto;
}
.policy .policy-bd .left .one .imgs {
width: 540px;
height: 260px;
position: relative;
}
.policy .policy-bd .left .one .imgs .dotted {
width: 11px;
height: 11px;
background: #eb6100;
position: absolute;
right: -56px;
bottom: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
}
.policy .policy-bd .left .one .imgs .dotted:before {
content: "";
display: block;
width: 50px;
height: 1px;
background: #eb6100;
position: absolute;
left: -50px;
top: 6px;
display: none;
}
.policy .policy-bd .left .one .imgs .number {
width: 60px;
height: 36px;
background: #eb6100;
text-align: center;
line-height: 36px;
font-size: 22px;
color: #ffffff;
position: absolute;
right: 0;
bottom: 0;
}
.policy .policy-bd .left .one .info {
padding-top: 30px;
text-align: right;
padding-bottom: 40px;
}
.policy .policy-bd .left .one .info h5 {
text-align: right;
font-size: 24px;
color: #333;
padding-bottom: 18px;
}
.policy .policy-bd .left .one .info p {
font-size: 14px;
color: #666;
line-height: 24px;
}
.policy .policy-bd .left .three .imgs {
width: 100%;
height: 36px;
position: relative;
text-align: right;
}
.policy .policy-bd .left .one:hover .imgs .dotted::before {
display: block;
}
.policy .policy-bd .line {
width: 1px;
height: 100%;
background: #e5e5e5;
float: left;
margin: 0 50px;
}
.policy .policy-bd .right {
width: 540px;
float: left;
}
.policy .policy-bd .right .one {
width: 100%;
height: auto;
}
.policy .policy-bd .right .one .imgs {
width: 540px;
height: 260px;
position: relative;
}
.policy .policy-bd .right .one .imgs .dotted {
width: 11px;
height: 11px;
background: #eb6100;
position: absolute;
left: -56px;
bottom: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
}
.policy .policy-bd .right .one .imgs .dotted:before {
content: "";
display: block;
width: 50px;
height: 1px;
background: #eb6100;
position: absolute;
right: -50px;
top: 6px;
display: none;
}
.policy .policy-bd .right .one .imgs .number {
width: 60px;
height: 36px;
background: #eb6100;
text-align: center;
line-height: 36px;
font-size: 22px;
color: #ffffff;
position: absolute;
left: 0;
bottom: 0;
}
.policy .policy-bd .right .one .info {
padding-top: 30px;
padding-bottom: 40px;
}
.policy .policy-bd .right .one .info h5 {
text-align: left;
font-size: 24px;
color: #333;
padding-bottom: 18px;
}
.policy .policy-bd .right .one .info p {
font-size: 14px;
color: #666;
line-height: 24px;
}
.policy .policy-bd .right .three .imgs {
width: 100%;
height: 36px;
position: relative;
text-align: right;
}
.policy .policy-bd .right .one:hover .imgs .dotted::before {
display: block;
}
.process {
width: 100%;
height: 480px;
background: no-repeat center;
}
.process h5 {
font-size: 38px;
color: #ffffff;
text-align: center;
padding: 76px 0 22px 0;
}
.process span {
display: block;
width: 55px;
height: 2px;
background: #eb6100;
margin: 0 auto;
}
.process .child {
height: 200px;
padding-top: 90px;
overflow: hidden;
}
.process .child .list {
float: left;
padding: 0 8px;
text-align: center;
}
.process .child .list .dotted {
overflow: hidden;
width: 60px;
height: 60px;
background: url(../images/join/c.png) no-repeat center center;
font-size: 18px;
color: #ffffff;
line-height: 60px;
text-align: center;
margin: 10px auto;
cursor: pointer;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.process .child .list .two {
margin-top: 30px;
}
.process .child .list p {
font-size: 20px;
color: #e1e5eb;
line-height: 30px;
}
.process .child .nor {
padding-right: 13px;
padding-left: 0;
}
.process .child .line {
width: 59px;
height: 5px;
background: url(../images/join/line.png) no-repeat center center;
background-size: 100% auto;
-webkit-background-size: 100% auto;
float: left;
margin-top: 60px;
}
.case {
overflow: hidden;
padding-bottom: 88px;
}
.case h4 {
padding-top: 70px;
padding-bottom: 56px;
font-size: 38px;
color: #eb6100;
text-align: center;
}
.case .banner01 {
width: 100%;
height: 150px;
overflow: hidden;
position: relative;
}
.case .banner01 .content01 {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
font-size: 0;
text-align: center;
}
.case .banner01 .content01 .child {
width: 260px;
height: 140px;
border: 1px solid #e5e5e5;
margin-right: 14px;
text-align: center;
line-height: 140px;
display: inline-block;
*zoom: 1;
*display: inline;
vertical-align: middle;
overflow: hidden;
cursor: pointer;
}
.case .banner01 .content01 .child img {
max-width: 100%;
transition-duration: .4s;
-webkit-transition-duration: .4s;
-moz-transition-duration: .4s;
-ms-transition-duration: .4s;
-o-transition-duration: .4s;
}
.case .banner01 .content01 .child:hover {
border: 1px solid #eb6100;
}
.case .banner01 .content01 .child:hover img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.case .banner01 .content01 .nor {
margin-right: 0;
}
.case .banner01 .max-container01 .btn01 {
trasition-duration: .4s;
-webkit-trasition-duration: .4s;
-moz-trasition-duration: .4s;
-ms-trasition-duration: .4s;
-o-trasition-duration: .4s;
cursor: pointer;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
width: 46px;
height: 60px;
line-height: 60px;
text-align: center;
}
.case .banner01 .max-container01 .left-btn {
left: 0;
background: url(../images/join/left.png) no-repeat center center;
}
.case .banner01 .max-container01 .left-btn:hover {
background: url(../images/join/left_hover.png) no-repeat center center;
}
.case .banner01 .max-container01 .right-btn {
right: 0;
background: url(../images/join/right.png) no-repeat center center;
}
.case .banner01 .max-container01 .right-btn:hover {
background: url(../images/join/right_hover.png) no-repeat center center;
}
.join {
height: 700px;
background: no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.join h4 {
padding-top: 84px;
padding-bottom: 20px;
font-size: 38px;
color: #fff;
text-align: center;
}
.join p {
font-size: 14px;
color: #fff;
opacity: .7;
line-height: 24px;
text-align: center;
}
.join form {
padding-top: 50px;
font-size: 0;
text-align: center;
overflow: hidden;
}
.join form .baseW {
width: 32.7%;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
height: 50px;
line-height: 50px;
font-size: 14px;
color: #666;
border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
margin-right: 10px;
}
.join form .baseW input {
width: 92%;
padding-left: 8%;
height: 100%;
background: none;
}
.join form .baseW .name {
background: url(../images/join/name.png) no-repeat 8px center;
}
.join form .baseW .tel {
background: url(../images/join/tel.png) no-repeat 8px center;
}
.join form .baseW .area {
background: url(../images/join/area.png) no-repeat 8px center;
}
.join form .nor {
margin-right: 0;
}
.join form textarea {
width: 97%;
padding-left: 3%;
padding-top: 10px;
height: 240px;
margin-top: 10px;
background: #ffffff url(../images/join/txt.png) no-repeat 8px 12px;
border-radius: 6px;
-webkit-border-radius: 6px;
font-size: 14px;
color: #666;
}
.join form button {
margin-top: 10px;
width: 100%;
height: 50px;
line-height: 50px;
background: #eb6100;
font-size: 18px;
color: #fff;
text-align: center;
border-radius: 6px;
-webkit-border-radius: 6px;
font-family: '微软雅黑';
cursor: pointer;
}
@media (max-width: 639px) {
.banner {
height: 420px;
}
.banner h3 {
padding-top: 140px;
font-size: 28px;
}
.banner span {
font-size: 18px;
}
.banner p {
font-size: 18px;
}
.join-t h5 {
font-size: 20px;
}
.join-t p {
font-size: 16px;
}
.advantage h2 {
font-size: 26px;
}
.advantage h3 {
font-size: 18px;
}
.advantage .child ul {
width: 100%;
max-width: 660px;
float: none;
margin: 0 auto;
}
.advantage .child ul li .imgs {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
}
.advantage .child ul li .info {
width: 100%;
padding-left: 0;
margin-top: 10px;
}
.advantage .child ul li .info h6 {
font-size: 18px;
}
.advantage .child .bg {
width: 100%;
height: 360px;
}
.guarantee .info {
width: 100%;
}
.guarantee {
height: auto;
overflow: hidden;
}
.guarantee .info .info-bd ul {
width: 100%;
}
.guarantee .info .info-bd {
width: 96%;
padding-top: 50px;
}
.guarantee .info .info-bd h5 {
font-size: 22px;
}
.guarantee .info .info-bd .pl {
padding-left: 0px;
}
.policy h5 {
font-size: 22px;
line-height: 28px;
}
.policy .policy-bd .left {
width: 100%;
max-width: 540px;
}
.policy .policy-bd .left .one .imgs {
width: 100%;
}
.policy .policy-bd .line {
display: none;
}
.process .child {
padding-top: 20px;
height: auto;
text-align: center;
font-size: 0;
}
.process .child .line {
width: 40px;
}
.process .child .list {
padding: 0 8px;
}
.process .child .line,
.process .child .list {
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
.process h5 {
padding: 56px 0 16px 0;
}
.process {
height: 650px;
background: repeat center;
}
.process .child .nor {
padding-left: 8px;
}
.process .child .list p {
font-size: 14px;
}
.process .child .list .dotted {
margin: 0 auto;
}
.join form .baseW {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.join form textarea {
height: 200px;
width: 90%;
padding-left: 10%;
}
.join {
height: 740px;
}
.join h4 {
padding-top: 40px;
padding-bottom: 10px;
}
.join form {
padding-top: 30px;
}
.join p {
font-size: 12px;
}
.case .banner01 {
height: 240px;
}
.case .banner01 .content01 .child {
width: 42%;
height: 100px;
margin-bottom: 10px;
line-height: 100px;
}
.case .banner01 .content01 .child img {
max-height: 100%;
}
.case .banner01 .content01 .nor {
margin-right: 14px;
}
.process .child .list .two {
margin-top: 54px;
}
}
@media (min-width: 640px) and (max-width: 1023px) {
.banner {
height: 500px;
}
.advantage .child ul {
width: 100%;
max-width: 660px;
margin: 0 auto;
float: none;
}
.advantage .child .bg {
width: 100%;
max-width: 500px;
float: none;
margin: 20px auto 0;
}
.advantage .child ul li .info {
width: 84%;
}
.guarantee .info {
width: 100%;
}
.guarantee .info .info-bd {
padding-top: 60px;
}
.policy .policy-bd .left,
.policy .policy-bd .right {
width: 100%;
max-width: 540px;
float: none;
margin: 0 auto;
}
.policy .policy-bd .line,
.policy .policy-bd .right .one .imgs .dotted,
.policy .policy-bd .left .one .imgs .dotted {
display: none;
}
.policy .policy-bd .left .one .imgs {
width: 100%;
}
.process .child {
height: auto;
overflow: hidden;
padding-top: 40px;
text-align: center;
}
.process .child .line {
width: 40px;
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
.process .child .list {
padding: 0 8px;
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
.case .banner01 .content01 .child {
width: 46%;
height: 100px;
text-align: center;
margin-bottom: 10px;
line-height: 100px;
}
.case .banner01 .content01 .child img {
max-height: 100%;
}
.case .banner01 {
height: 220px;
}
.case .banner01 .content01 .nor {
margin-right: 14px;
}
.join form .baseW {
width: 32%;
}
.join form .baseW input {
padding-left: 12%;
width: 88%;
}
.join form textarea {
padding-left: 4%;
width: 96%;
}
.process .child .list {
margin: 4px auto;
}
.process .child .list p {
font-size: 16px;
}
.process .child .line {
margin-top: 25px;
}
.process .child .list .dotted {
margin: 0 auto;
}
.process .child .list .two {
margin-top: 54px;
}
}
@media (min-width: 1024px) and (max-width: 1336px) {
.advantage .child ul {
width: 56%;
}
.advantage .child ul li .info {
width: 80%;
}
.advantage .child .bg {
width: 42%;
}
.guarantee .info .info-bd ul {
width: 42%;
}
.guarantee .info .info-bd {
width: 90%;
padding-top: 50px;
}
.guarantee .info .info-bd h5 {
padding-bottom: 20px;
font-size: 34px;
}
.policy .policy-bd .left,
.policy .policy-bd .right {
width: 44%;
}
.policy .policy-bd .left .one .imgs {
width: 100%;
}
.process .child .line {
width: 40px;
}
.process .child .list {
padding: 0 8px;
}
.case .banner01 .content01 .child {
width: 23%;
}
.join form .baseW {
width: 32%;
}
.process .child .list .dotted {
width: 50px;
height: 50px;
background-size: 100% auto;
line-height: 50px;
}
.process .child .list p {
font-size: 16px;
}
.process .child {
overflow: hidden;
font-size: 0;
text-align: center;
}
.process .child .list,
.process .child .line {
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
} | Public/css/Join.css | .banner {
height: 550px;
background: no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
text-align: right;
}
.banner h3 {
font-size: 56px;
color: #ffffff;
padding-top: 170px;
font-family: '苹果简黑_3';
padding-bottom: 12px;
}
.banner span {
display: block;
font-size: 22px;
color: #ffffff;
font-family: '苹果简黑_3';
padding-bottom: 30px;
}
.banner p {
font-size: 22px;
color: #ffffff;
}
.join-t {
padding: 46px 0;
background: #eb6100;
text-align: center;
}
.join-t p,
.join-t h5 {
color: #ffffff;
font-family: '苹果简黑_3';
}
.join-t h5 {
font-size: 34px;
padding-top: 12px;
}
.join-t p {
font-size: 22px;
}
.advantage {
padding-top: 80px;
}
.advantage h2 {
font-size: 38px;
color: #333;
padding-bottom: 10px;
text-align: center;
}
.advantage h3 {
font-size: 32px;
color: #eb6100;
padding-bottom: 36px;
border-bottom: 6px solid #000;
text-align: center;
margin-bottom: 40px;
}
.advantage .child {
overflow: hidden;
margin-bottom: 60px;
}
.advantage .child ul {
width: 660px;
overflow: hidden;
}
.advantage .child ul li {
padding: 20px 0;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
}
.advantage .child ul li .imgs {
width: 75px;
height: 75px;
background: url(../images/join/bg.png) no-repeat;
text-align: center;
line-height: 75px;
color: #ffffff;
font-size: 36px;
float: left;
}
.advantage .child ul li .info {
width: 560px;
float: left;
padding-left: 18px;
}
.advantage .child ul li .info h6 {
font-size: 20px;
color: #333;
padding-bottom: 12px;
font-weight: bold;
}
.advantage .child ul li .info p {
font-size: 14px;
color: #444;
line-height: 24px;
}
.advantage .child .bg {
width: 500px;
height: 560px;
background: no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
margin-top: 20px;
}
.guarantee {
height: 850px;
background: no-repeat left top;
background-size: cover;
-webkit-background-size: cover;
}
.guarantee .info {
width: 50%;
float: right;
height: 100%;
position: relative;
}
.guarantee .info .info-bd {
width: 82%;
margin: 0 auto;
padding-top: 90px;
position: relative;
z-index: 3;
}
.guarantee .info .info-bd h5 {
font-size: 38px;
color: #ffffff;
padding-bottom: 60px;
}
.guarantee .info .info-bd ul {
width: 40%;
float: left;
overflow: hidden;
}
.guarantee .info .info-bd ul li {
color: #ffffff;
overflow: hidden;
padding-bottom: 30px;
}
.guarantee .info .info-bd ul li h6 {
font-size: 16px;
padding-bottom: 8px;
font-weight: bold;
}
.guarantee .info .info-bd ul li h6 span {
font-size: 30px;
font-family: '苹果简黑_3';
}
.guarantee .info .info-bd ul li p {
font-size: 14px;
line-height: 22px;
}
.guarantee .info .info-bd .pl {
padding-left: 60px;
}
.guarantee .info .bg {
width: 100%;
height: 100%;
background: #eb6100;
position: absolute;
right: 0;
top: 0;
opacity: .9;
}
.policy {
padding-top: 70px;
overflow: hidden;
}
.policy h5 {
text-align: center;
font-size: 38px;
color: #eb6100;
}
.policy .policy-bd {
padding: 70px 0;
overflow: hidden;
}
.policy .policy-bd .left {
width: 540px;
float: left;
}
.policy .policy-bd .left .one {
width: 100%;
height: auto;
}
.policy .policy-bd .left .one .imgs {
width: 540px;
height: 260px;
position: relative;
}
.policy .policy-bd .left .one .imgs .dotted {
width: 11px;
height: 11px;
background: #eb6100;
position: absolute;
right: -56px;
bottom: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
}
.policy .policy-bd .left .one .imgs .dotted:before {
content: "";
display: block;
width: 50px;
height: 1px;
background: #eb6100;
position: absolute;
left: -50px;
top: 6px;
display: none;
}
.policy .policy-bd .left .one .imgs .number {
width: 60px;
height: 36px;
background: #eb6100;
text-align: center;
line-height: 36px;
font-size: 22px;
color: #ffffff;
position: absolute;
right: 0;
bottom: 0;
}
.policy .policy-bd .left .one .info {
padding-top: 30px;
text-align: right;
padding-bottom: 40px;
}
.policy .policy-bd .left .one .info h5 {
text-align: right;
font-size: 24px;
color: #333;
padding-bottom: 18px;
}
.policy .policy-bd .left .one .info p {
font-size: 14px;
color: #666;
line-height: 24px;
}
.policy .policy-bd .left .three .imgs {
width: 100%;
height: 36px;
position: relative;
text-align: right;
}
.policy .policy-bd .left .one:hover .imgs .dotted::before {
display: block;
}
.policy .policy-bd .line {
width: 1px;
height: 100%;
background: #e5e5e5;
float: left;
margin: 0 50px;
}
.policy .policy-bd .right {
width: 540px;
float: left;
}
.policy .policy-bd .right .one {
width: 100%;
height: auto;
}
.policy .policy-bd .right .one .imgs {
width: 540px;
height: 260px;
position: relative;
}
.policy .policy-bd .right .one .imgs .dotted {
width: 11px;
height: 11px;
background: #eb6100;
position: absolute;
left: -56px;
bottom: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
}
.policy .policy-bd .right .one .imgs .dotted:before {
content: "";
display: block;
width: 50px;
height: 1px;
background: #eb6100;
position: absolute;
right: -50px;
top: 6px;
display: none;
}
.policy .policy-bd .right .one .imgs .number {
width: 60px;
height: 36px;
background: #eb6100;
text-align: center;
line-height: 36px;
font-size: 22px;
color: #ffffff;
position: absolute;
left: 0;
bottom: 0;
}
.policy .policy-bd .right .one .info {
padding-top: 30px;
padding-bottom: 40px;
}
.policy .policy-bd .right .one .info h5 {
text-align: left;
font-size: 24px;
color: #333;
padding-bottom: 18px;
}
.policy .policy-bd .right .one .info p {
font-size: 14px;
color: #666;
line-height: 24px;
}
.policy .policy-bd .right .three .imgs {
width: 100%;
height: 36px;
position: relative;
text-align: right;
}
.policy .policy-bd .right .one:hover .imgs .dotted::before {
display: block;
}
.process {
width: 100%;
height: 480px;
background: no-repeat center;
}
.process h5 {
font-size: 38px;
color: #ffffff;
text-align: center;
padding: 76px 0 22px 0;
}
.process span {
display: block;
width: 55px;
height: 2px;
background: #eb6100;
margin: 0 auto;
}
.process .child {
height: 200px;
padding-top: 90px;
overflow: hidden;
}
.process .child .list {
float: left;
padding: 0 8px;
text-align: center;
}
.process .child .list .dotted {
overflow: hidden;
width: 60px;
height: 60px;
background: url(../images/join/c.png) no-repeat center center;
font-size: 18px;
color: #ffffff;
line-height: 60px;
text-align: center;
margin: 10px auto;
cursor: pointer;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.process .child .list .two {
margin-top: 30px;
}
.process .child .list p {
font-size: 20px;
color: #e1e5eb;
line-height: 30px;
}
.process .child .nor {
padding-right: 13px;
padding-left: 0;
}
.process .child .line {
width: 59px;
height: 5px;
background: url(../images/join/line.png) no-repeat center center;
background-size: 100% auto;
-webkit-background-size: 100% auto;
float: left;
margin-top: 60px;
}
.case {
overflow: hidden;
padding-bottom: 88px;
}
.case h4 {
padding-top: 70px;
padding-bottom: 56px;
font-size: 38px;
color: #eb6100;
text-align: center;
}
.case .banner01 {
width: 100%;
height: 150px;
overflow: hidden;
position: relative;
}
.case .banner01 .content01 {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
font-size: 0;
text-align: center;
}
.case .banner01 .content01 .child {
width: 260px;
height: 140px;
border: 1px solid #e5e5e5;
margin-right: 14px;
text-align: center;
line-height: 140px;
display: inline-block;
*zoom: 1;
*display: inline;
vertical-align: middle;
overflow: hidden;
cursor: pointer;
}
.case .banner01 .content01 .child img {
max-width: 100%;
transition-duration: .4s;
-webkit-transition-duration: .4s;
-moz-transition-duration: .4s;
-ms-transition-duration: .4s;
-o-transition-duration: .4s;
}
.case .banner01 .content01 .child:hover {
border: 1px solid #eb6100;
}
.case .banner01 .content01 .child:hover img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.case .banner01 .content01 .nor {
margin-right: 0;
}
.case .banner01 .max-container01 .btn01 {
trasition-duration: .4s;
-webkit-trasition-duration: .4s;
-moz-trasition-duration: .4s;
-ms-trasition-duration: .4s;
-o-trasition-duration: .4s;
cursor: pointer;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
width: 46px;
height: 60px;
line-height: 60px;
text-align: center;
}
.case .banner01 .max-container01 .left-btn {
left: 0;
background: url(../images/join/left.png) no-repeat center center;
}
.case .banner01 .max-container01 .left-btn:hover {
background: url(../images/join/left_hover.png) no-repeat center center;
}
.case .banner01 .max-container01 .right-btn {
right: 0;
background: url(../images/join/right.png) no-repeat center center;
}
.case .banner01 .max-container01 .right-btn:hover {
background: url(../images/join/right_hover.png) no-repeat center center;
}
.join {
height: 700px;
background: no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.join h4 {
padding-top: 84px;
padding-bottom: 20px;
font-size: 38px;
color: #fff;
text-align: center;
}
.join p {
font-size: 14px;
color: #fff;
opacity: .7;
line-height: 24px;
text-align: center;
}
.join form {
padding-top: 50px;
font-size: 0;
text-align: center;
overflow: hidden;
}
.join form .baseW {
width: 32.7%;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
height: 50px;
line-height: 50px;
font-size: 14px;
color: #666;
border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
margin-right: 10px;
}
.join form .baseW input {
width: 92%;
padding-left: 8%;
height: 100%;
background: none;
}
.join form .baseW .name {
background: url(../images/join/name.png) no-repeat 8px center;
}
.join form .baseW .tel {
background: url(../images/join/tel.png) no-repeat 8px center;
}
.join form .baseW .area {
background: url(../images/join/area.png) no-repeat 8px center;
}
.join form .nor {
margin-right: 0;
}
.join form textarea {
width: 97%;
padding-left: 3%;
padding-top: 10px;
height: 240px;
margin-top: 10px;
background: #ffffff url(../images/join/txt.png) no-repeat 8px 12px;
border-radius: 6px;
-webkit-border-radius: 6px;
font-size: 14px;
color: #666;
}
.join form button {
margin-top: 10px;
width: 100%;
height: 50px;
line-height: 50px;
background: #eb6100;
font-size: 18px;
color: #fff;
text-align: center;
border-radius: 6px;
-webkit-border-radius: 6px;
font-family: '微软雅黑';
cursor: pointer;
}
@media (max-width: 639px) {
.banner {
height: 420px;
}
.banner h3 {
padding-top: 140px;
font-size: 28px;
}
.banner span {
font-size: 18px;
}
.banner p {
font-size: 18px;
}
.join-t h5 {
font-size: 20px;
}
.join-t p {
font-size: 16px;
}
.advantage h2 {
font-size: 26px;
}
.advantage h3 {
font-size: 18px;
}
.advantage .child ul {
width: 100%;
max-width: 660px;
float: none;
margin: 0 auto;
}
.advantage .child ul li .imgs {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
}
.advantage .child ul li .info {
width: 100%;
padding-left: 0;
margin-top: 10px;
}
.advantage .child ul li .info h6 {
font-size: 18px;
}
.advantage .child .bg {
width: 100%;
height: 360px;
}
.guarantee .info {
width: 100%;
}
.guarantee {
height: auto;
overflow: hidden;
}
.guarantee .info .info-bd ul {
width: 100%;
}
.guarantee .info .info-bd {
width: 96%;
padding-top: 50px;
}
.guarantee .info .info-bd h5 {
font-size: 22px;
}
.guarantee .info .info-bd .pl {
padding-left: 0px;
}
.policy h5 {
font-size: 22px;
line-height: 28px;
}
.policy .policy-bd .left {
width: 100%;
max-width: 540px;
}
.policy .policy-bd .left .one .imgs {
width: 100%;
}
.policy .policy-bd .line {
display: none;
}
.process .child {
padding-top: 20px;
height: auto;
text-align: center;
font-size: 0;
}
.process .child .line {
width: 40px;
}
.process .child .list {
padding: 0 8px;
}
.process .child .line,
.process .child .list {
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
.process h5 {
padding: 56px 0 16px 0;
}
.process {
height: 650px;
background: repeat center;
}
.process .child .nor {
padding-left: 8px;
}
.process .child .list p {
font-size: 14px;
}
.process .child .list .dotted {
margin: 0 auto;
}
.join form .baseW {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.join form textarea {
height: 200px;
width: 90%;
padding-left: 10%;
}
.join {
height: 740px;
}
.join h4 {
padding-top: 40px;
padding-bottom: 10px;
}
.join form {
padding-top: 30px;
}
.join p {
font-size: 12px;
}
.case .banner01 {
height: 240px;
}
.case .banner01 .content01 .child {
width: 42%;
height: 100px;
margin-bottom: 10px;
line-height: 100px;
}
.case .banner01 .content01 .child img {
max-height: 100%;
}
.case .banner01 .content01 .nor {
margin-right: 14px;
}
.process .child .list .two {
margin-top: 54px;
}
}
@media (min-width: 640px) and (max-width: 1023px) {
.banner {
height: 500px;
}
.advantage .child ul {
width: 100%;
max-width: 660px;
margin: 0 auto;
float: none;
}
.advantage .child .bg {
width: 100%;
max-width: 500px;
float: none;
margin: 20px auto 0;
}
.advantage .child ul li .info {
width: 84%;
}
.guarantee .info {
width: 100%;
}
.guarantee .info .info-bd {
padding-top: 60px;
}
.policy .policy-bd .left,
.policy .policy-bd .right {
width: 100%;
max-width: 540px;
float: none;
margin: 0 auto;
}
.policy .policy-bd .line,
.policy .policy-bd .right .one .imgs .dotted,
.policy .policy-bd .left .one .imgs .dotted {
display: none;
}
.policy .policy-bd .left .one .imgs {
width: 100%;
}
.process .child {
height: auto;
overflow: hidden;
padding-top: 40px;
text-align: center;
}
.process .child .line {
width: 40px;
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
.process .child .list {
padding: 0 8px;
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
.case .banner01 .content01 .child {
width: 46%;
height: 100px;
text-align: center;
margin-bottom: 10px;
line-height: 100px;
}
.case .banner01 .content01 .child img {
max-height: 100%;
}
.case .banner01 {
height: 220px;
}
.case .banner01 .content01 .nor {
margin-right: 14px;
}
.join form .baseW {
width: 32%;
}
.join form .baseW input {
padding-left: 12%;
width: 88%;
}
.join form textarea {
padding-left: 4%;
width: 96%;
}
.process .child .list {
margin: 4px auto;
}
.process .child .list p {
font-size: 16px;
}
.process .child .line {
margin-top: 25px;
}
.process .child .list .dotted {
margin: 0 auto;
}
.process .child .list .two {
margin-top: 54px;
}
}
@media (min-width: 1024px) and (max-width: 1336px) {
.advantage .child ul {
width: 56%;
}
.advantage .child ul li .info {
width: 80%;
}
.advantage .child .bg {
width: 42%;
}
.guarantee .info .info-bd ul {
width: 42%;
}
.guarantee .info .info-bd {
width: 90%;
padding-top: 50px;
}
.guarantee .info .info-bd h5 {
padding-bottom: 20px;
font-size: 34px;
}
.policy .policy-bd .left,
.policy .policy-bd .right {
width: 44%;
}
.policy .policy-bd .left .one .imgs {
width: 100%;
}
.process .child .line {
width: 40px;
}
.process .child .list {
padding: 0 8px;
}
.case .banner01 .content01 .child {
width: 23%;
}
.join form .baseW {
width: 32%;
}
.process .child .list .dotted {
width: 50px;
height: 50px;
background-size: 100% auto;
line-height: 50px;
}
.process .child .list p {
font-size: 16px;
}
.process .child {
overflow: hidden;
font-size: 0;
text-align: center;
}
.process .child .list,
.process .child .line {
float: none;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
overflow: hidden;
}
} | 0.389547 | 0.124054 |
.sk-rotating-plane {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 1. sk-rotating-plane */
/* 2. sk-double-bounce */
.sk-double-bounce {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 2. sk-double-bounce */
/* 3. sk-wave */
.sk-wave {
margin: 0 auto;
width: 25px;
height: 20px;
font-size: 6px; }
.sk-wave .sk-rect {
width: 2px;}
/* /> 3. sk-wave */
/* 4. sk-wandering-cubes */
.sk-wandering-cubes {
margin: 0 auto;
width: 20px;
height: 20px;}
.sk-wandering-cubes .sk-cube {
width: 5px;
height: 5px;}
@-webkit-keyframes sk-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
25% {
-webkit-transform: translateX(15px) rotate(-90deg) scale(0.5);
transform: translateX(15px) rotate(-90deg) scale(0.5); }
50% {
/* Hack to make FF rotate in the right direction */
-webkit-transform: translateX(15px) translateY(15px) rotate(-179deg);
transform: translateX(15px) translateY(15px) rotate(-179deg); }
50.1% {
-webkit-transform: translateX(15px) translateY(15px) rotate(-180deg);
transform: translateX(15px) translateY(15px) rotate(-180deg); }
75% {
-webkit-transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5);
transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
25% {
-webkit-transform: translateX(15px) rotate(-90deg) scale(0.5);
transform: translateX(15px) rotate(-90deg) scale(0.5); }
50% {
/* Hack to make FF rotate in the right direction */
-webkit-transform: translateX(15px) translateY(15px) rotate(-179deg);
transform: translateX(15px) translateY(15px) rotate(-179deg); }
50.1% {
-webkit-transform: translateX(15px) translateY(15px) rotate(-180deg);
transform: translateX(15px) translateY(15px) rotate(-180deg); }
75% {
-webkit-transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5);
transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
/* /> 4. sk-wandering-cubes */
/* 5. sk-spinner-pulse */
.sk-spinner-pulse {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 5. sk-spinner-pulse */
/* 6. sk-chasing-dots */
.sk-chasing-dots {
margin: 0 auto;
width: 20px;
height: 20px;}
/* /> 6. sk-chasing-dots */
/* 7. sk-three-bounce */
.sk-three-bounce {
margin: 0 auto;
width: 40px;}
.sk-three-bounce .sk-child {
width: 10px;
height: 10px;}
/* /> 7. sk-three-bounce */
/* 8. sk-circle */
.sk-circle {
margin: 0 auto;
width: 20px;
height: 20px;}
/* /> 8. sk-circle */
/* 9. sk-cube-grid */
.sk-cube-grid {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 9. sk-cube-grid */
/* 10. sk-fading-circle */
.sk-fading-circle {
margin: 0 auto;
width: 20px;
height: 20px;}
/* /> 10. sk-fading-circle */
/* 11. sk-folding-cube */
.sk-folding-cube {
margin: 0 auto;
width: 20px;
height: 20px;}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(70px) rotateX(-180deg);
transform: perspective(70px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(70px) rotateX(0deg);
transform: perspective(70px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(70px) rotateY(180deg);
transform: perspective(70px) rotateY(180deg);
opacity: 0; } }
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(70px) rotateX(-180deg);
transform: perspective(70px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(70px) rotateX(0deg);
transform: perspective(70px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(70px) rotateY(180deg);
transform: perspective(70px) rotateY(180deg);
opacity: 0; } }
/* /> 11. sk-folding-cube */ | formwidgets/spinnerselect/assets/css/spinkit-sm.css | .sk-rotating-plane {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 1. sk-rotating-plane */
/* 2. sk-double-bounce */
.sk-double-bounce {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 2. sk-double-bounce */
/* 3. sk-wave */
.sk-wave {
margin: 0 auto;
width: 25px;
height: 20px;
font-size: 6px; }
.sk-wave .sk-rect {
width: 2px;}
/* /> 3. sk-wave */
/* 4. sk-wandering-cubes */
.sk-wandering-cubes {
margin: 0 auto;
width: 20px;
height: 20px;}
.sk-wandering-cubes .sk-cube {
width: 5px;
height: 5px;}
@-webkit-keyframes sk-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
25% {
-webkit-transform: translateX(15px) rotate(-90deg) scale(0.5);
transform: translateX(15px) rotate(-90deg) scale(0.5); }
50% {
/* Hack to make FF rotate in the right direction */
-webkit-transform: translateX(15px) translateY(15px) rotate(-179deg);
transform: translateX(15px) translateY(15px) rotate(-179deg); }
50.1% {
-webkit-transform: translateX(15px) translateY(15px) rotate(-180deg);
transform: translateX(15px) translateY(15px) rotate(-180deg); }
75% {
-webkit-transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5);
transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
25% {
-webkit-transform: translateX(15px) rotate(-90deg) scale(0.5);
transform: translateX(15px) rotate(-90deg) scale(0.5); }
50% {
/* Hack to make FF rotate in the right direction */
-webkit-transform: translateX(15px) translateY(15px) rotate(-179deg);
transform: translateX(15px) translateY(15px) rotate(-179deg); }
50.1% {
-webkit-transform: translateX(15px) translateY(15px) rotate(-180deg);
transform: translateX(15px) translateY(15px) rotate(-180deg); }
75% {
-webkit-transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5);
transform: translateX(0) translateY(15px) rotate(-270deg) scale(0.5); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
/* /> 4. sk-wandering-cubes */
/* 5. sk-spinner-pulse */
.sk-spinner-pulse {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 5. sk-spinner-pulse */
/* 6. sk-chasing-dots */
.sk-chasing-dots {
margin: 0 auto;
width: 20px;
height: 20px;}
/* /> 6. sk-chasing-dots */
/* 7. sk-three-bounce */
.sk-three-bounce {
margin: 0 auto;
width: 40px;}
.sk-three-bounce .sk-child {
width: 10px;
height: 10px;}
/* /> 7. sk-three-bounce */
/* 8. sk-circle */
.sk-circle {
margin: 0 auto;
width: 20px;
height: 20px;}
/* /> 8. sk-circle */
/* 9. sk-cube-grid */
.sk-cube-grid {
width: 20px;
height: 20px;
margin: 0 auto;}
/* /> 9. sk-cube-grid */
/* 10. sk-fading-circle */
.sk-fading-circle {
margin: 0 auto;
width: 20px;
height: 20px;}
/* /> 10. sk-fading-circle */
/* 11. sk-folding-cube */
.sk-folding-cube {
margin: 0 auto;
width: 20px;
height: 20px;}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(70px) rotateX(-180deg);
transform: perspective(70px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(70px) rotateX(0deg);
transform: perspective(70px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(70px) rotateY(180deg);
transform: perspective(70px) rotateY(180deg);
opacity: 0; } }
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(70px) rotateX(-180deg);
transform: perspective(70px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(70px) rotateX(0deg);
transform: perspective(70px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(70px) rotateY(180deg);
transform: perspective(70px) rotateY(180deg);
opacity: 0; } }
/* /> 11. sk-folding-cube */ | 0.355439 | 0.170335 |
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
body {
background-image: url("../img/body-background.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.layout-wrap{
margin: auto;
max-width: 1200px;
min-width: 600px;
}
.page-body {
padding-top: 2em;
max-width: 1200px;
min-width: 640px;
margin: auto;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(0, 0, 0, 0.4);
}
.notifications{
padding: 0.5em 1em;
height: 2.5rem;
width: 100%;
box-sizing: border-box;
}
.notificationsContent{
margin: 0;
}
header div {
padding-top: 1em;
padding-bottom: 1em;
}
.search-box {
float: right;
}
nav {
margin: auto;
padding-top: 1.5em;
}
.navSectionContainer{
position: relative;
width: 30.6%;
height: 10em;
float: left;
margin-left: 2%;
margin-right: 2%;
}
.navSectionContainer:first-child {
margin-left: 0;
}
.navSectionContainer:last-child {
margin-right: 0;
}
.nav-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
color: white;
background-repeat: no-repeat;
background-position: center 4em;
box-sizing: border-box;
padding-top: 0.5em;
z-index: 2;
}
.nav-section:hover {
background-color: rgb(38,38,38);
}
.first-nav-section {
background-image: url("../img/icons/action-report-new.png");
}
.second-nav-section {
background-image: url("../img/icons/action-report-top.png");
}
.third-nav-section {
background-image: url("../img/icons/actions-help.png");
}
.nav-section>p {
width: 7.6em;
margin: auto;
}
.menu{
width: 100%;
}
.menu-caption {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.menu-caption p {
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1em;
font-size: 0.8em;
text-align: left;
color: black;
}
.navSectionContainer:hover .arrow {
transform: rotate(180deg);
transition-duration: 0.5s;
}
.action-list {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin: 0;
padding: 0.5em;
box-sizing: border-box;
text-align: left;
list-style: none;
visibility: hidden;
transition: 0.3s;
}
.navSectionContainer:hover .action-list{
visibility: visible;
}
.action-list li{
visibility: hidden;
height: 0;
transition: 0.3s;
background-color: white;
}
.action-list li+li{
border-top: 1px solid rgb(235, 235, 235);
}
.action-list li a{
text-decoration: none;
color: black;
}
.navSectionContainer:hover .action-list li{
top: 100%;
height: 1.5em;
transition: 0.3s;
visibility:visible;
}
.tabs ul {
padding: 0;
margin-bottom: 0;
}
.tabs li {
width: 22%;
float: left;
margin-left: 2%;
margin-right: 2%;
padding-top: 0.5em;
padding-bottom: 0.5em;
list-style: none;
text-align: center;
font-size: 0.9em;
}
.tabs li:first-child {
margin-left: 0;
}
.tabs li:last-child {
margin-right: 0;
}
.tabs li a {
text-decoration: none;
}
.selectionList{
float:left;
width: 30%;
height: 3rem;
line-height: 2rem;
position: relative;
}
.urls{
margin: 0;
width: 100%;
height: 100%;
border:none;
}
.urls select {
width: 0.4em;
}
/**************Tab Nu 1 Start*********************/
.panel {
position: absolute;
top: calc(3em+2%);
left: 2%;
width: 92.2%;
padding: 2%;
}
.report {
display: block;
margin-top: 1em;
margin: auto;
padding: 0.4em 0.7em;
line-height: 2em;
}
.report+.report {
margin-top: 0.5em;
}
.report p,
.report input {
float: left;
margin-top: 0;
margin-bottom: 0;
}
.report input {
width: 99%;
}
.reportText {
width: 10%;
}
.reportName {
width: 6%;
margin-left: 1.5%;
}
.reportURL {
width: 5%;
margin-left: 7.5%;
}
.blackButton {
margin-top: 1em;
float: right;
}
.blackButton + .blackButton {
margin-right: 1em;
}
/**************Tab Nu 1 End*********************/
/**************Utilities*********************/
.white {
background-color: white;
}
.grey {
background-color: rgb(235, 235, 235);
}
.mediumGrey {
background-color: rgb(220, 220, 220);
}
.darkGrey {
background-color: rgb(100, 100, 100);
}
.black {
background-color: black;
}
.inputHolder {
float: left;
display: inline-block;
position: relative;
width: 34%;
height: 2rem;
}
.error{
padding-top: 0.25em;
position: absolute;
top: calc(100% + 0.5rem + 2px);
left: 50%;
border-radius: 5%;
z-index: 1;
}
.error p {
font-size: 0.75em;
}
.error p+p {
padding-left: 0.5em;
vertical-align: middle;
line-height: 1.75em;
}
.orange{
margin-top: 0.5em;
margin-left: 0.5em;
width: 1.5em;
height: 1.5em;
background-color: orange;
border-radius: 5%;
text-align: center;
vertical-align: middle;
line-height: 1.5em;
}
.error::before {
position: absolute;
left:30%;
top: calc(-0.5rem - 2px);
width: 0;
height: 0;
border-left: solid transparent;
border-right: solid transparent;
border-left-width: calc(0.5rem + 2px);
border-right-width: calc(0.5rem + 2px);
border-bottom:solid rgb(200,200,200);
border-bottom-width: calc(0.5rem + 2px);
}
.error::after {
position: absolute;
left:calc(30% + 2px);
top: calc(1px - 0.5rem);
width: 0;
height: 0;
border-left: 0.5rem solid transparent;
border-right: 0.5rem solid transparent;
border-bottom: 0.5rem solid white;
}
.greyBorder{
border-color: rgb(200, 200, 200);
border-style: solid;
border-width: 2px;
}
.redBorder {
border-color: red;
border-style: solid;
border-width: 1px;
}
.whiteText {
color: white;
}
.blackText {
color: black;
}
.hide{
display: none;
}
.content {
position: relative;
height: 30rem;
margin: auto;
padding: 2%;
}
.iframe {
width: 100%;
height: 30rem;
}
.blackButton {
padding: 0.25em 2em;
border: none;
color: white;
background-color: black;
}
.expand {
width: 2.5em;
height: 3em;
float: right;
background-image: url("../img/icons/expand.png");
background-position: center;
background-repeat: no-repeat;
}
.settings {
width: 2.5em;
height: 3em;
float: right;
background-image: url("../img/icons/settings.png");
background-position: center;
background-repeat: no-repeat;
}
input {
height: 2rem;
border: none;
}
.arrow {
position: absolute;
right: 1em;
top: calc(50% - 0.2em);
width: 0;
height: 0;
border-left: 0.4em solid transparent;
border-right: 0.4em solid transparent;
border-top: 0.4em solid black;
}
.hiddenText{
font-size: 0;
}
/**************Utilities*********************/
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important;
/* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | * What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
body {
background-image: url("../img/body-background.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.layout-wrap{
margin: auto;
max-width: 1200px;
min-width: 600px;
}
.page-body {
padding-top: 2em;
max-width: 1200px;
min-width: 640px;
margin: auto;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(0, 0, 0, 0.4);
}
.notifications{
padding: 0.5em 1em;
height: 2.5rem;
width: 100%;
box-sizing: border-box;
}
.notificationsContent{
margin: 0;
}
header div {
padding-top: 1em;
padding-bottom: 1em;
}
.search-box {
float: right;
}
nav {
margin: auto;
padding-top: 1.5em;
}
.navSectionContainer{
position: relative;
width: 30.6%;
height: 10em;
float: left;
margin-left: 2%;
margin-right: 2%;
}
.navSectionContainer:first-child {
margin-left: 0;
}
.navSectionContainer:last-child {
margin-right: 0;
}
.nav-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
color: white;
background-repeat: no-repeat;
background-position: center 4em;
box-sizing: border-box;
padding-top: 0.5em;
z-index: 2;
}
.nav-section:hover {
background-color: rgb(38,38,38);
}
.first-nav-section {
background-image: url("../img/icons/action-report-new.png");
}
.second-nav-section {
background-image: url("../img/icons/action-report-top.png");
}
.third-nav-section {
background-image: url("../img/icons/actions-help.png");
}
.nav-section>p {
width: 7.6em;
margin: auto;
}
.menu{
width: 100%;
}
.menu-caption {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.menu-caption p {
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1em;
font-size: 0.8em;
text-align: left;
color: black;
}
.navSectionContainer:hover .arrow {
transform: rotate(180deg);
transition-duration: 0.5s;
}
.action-list {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin: 0;
padding: 0.5em;
box-sizing: border-box;
text-align: left;
list-style: none;
visibility: hidden;
transition: 0.3s;
}
.navSectionContainer:hover .action-list{
visibility: visible;
}
.action-list li{
visibility: hidden;
height: 0;
transition: 0.3s;
background-color: white;
}
.action-list li+li{
border-top: 1px solid rgb(235, 235, 235);
}
.action-list li a{
text-decoration: none;
color: black;
}
.navSectionContainer:hover .action-list li{
top: 100%;
height: 1.5em;
transition: 0.3s;
visibility:visible;
}
.tabs ul {
padding: 0;
margin-bottom: 0;
}
.tabs li {
width: 22%;
float: left;
margin-left: 2%;
margin-right: 2%;
padding-top: 0.5em;
padding-bottom: 0.5em;
list-style: none;
text-align: center;
font-size: 0.9em;
}
.tabs li:first-child {
margin-left: 0;
}
.tabs li:last-child {
margin-right: 0;
}
.tabs li a {
text-decoration: none;
}
.selectionList{
float:left;
width: 30%;
height: 3rem;
line-height: 2rem;
position: relative;
}
.urls{
margin: 0;
width: 100%;
height: 100%;
border:none;
}
.urls select {
width: 0.4em;
}
/**************Tab Nu 1 Start*********************/
.panel {
position: absolute;
top: calc(3em+2%);
left: 2%;
width: 92.2%;
padding: 2%;
}
.report {
display: block;
margin-top: 1em;
margin: auto;
padding: 0.4em 0.7em;
line-height: 2em;
}
.report+.report {
margin-top: 0.5em;
}
.report p,
.report input {
float: left;
margin-top: 0;
margin-bottom: 0;
}
.report input {
width: 99%;
}
.reportText {
width: 10%;
}
.reportName {
width: 6%;
margin-left: 1.5%;
}
.reportURL {
width: 5%;
margin-left: 7.5%;
}
.blackButton {
margin-top: 1em;
float: right;
}
.blackButton + .blackButton {
margin-right: 1em;
}
/**************Tab Nu 1 End*********************/
/**************Utilities*********************/
.white {
background-color: white;
}
.grey {
background-color: rgb(235, 235, 235);
}
.mediumGrey {
background-color: rgb(220, 220, 220);
}
.darkGrey {
background-color: rgb(100, 100, 100);
}
.black {
background-color: black;
}
.inputHolder {
float: left;
display: inline-block;
position: relative;
width: 34%;
height: 2rem;
}
.error{
padding-top: 0.25em;
position: absolute;
top: calc(100% + 0.5rem + 2px);
left: 50%;
border-radius: 5%;
z-index: 1;
}
.error p {
font-size: 0.75em;
}
.error p+p {
padding-left: 0.5em;
vertical-align: middle;
line-height: 1.75em;
}
.orange{
margin-top: 0.5em;
margin-left: 0.5em;
width: 1.5em;
height: 1.5em;
background-color: orange;
border-radius: 5%;
text-align: center;
vertical-align: middle;
line-height: 1.5em;
}
.error::before {
position: absolute;
left:30%;
top: calc(-0.5rem - 2px);
width: 0;
height: 0;
border-left: solid transparent;
border-right: solid transparent;
border-left-width: calc(0.5rem + 2px);
border-right-width: calc(0.5rem + 2px);
border-bottom:solid rgb(200,200,200);
border-bottom-width: calc(0.5rem + 2px);
}
.error::after {
position: absolute;
left:calc(30% + 2px);
top: calc(1px - 0.5rem);
width: 0;
height: 0;
border-left: 0.5rem solid transparent;
border-right: 0.5rem solid transparent;
border-bottom: 0.5rem solid white;
}
.greyBorder{
border-color: rgb(200, 200, 200);
border-style: solid;
border-width: 2px;
}
.redBorder {
border-color: red;
border-style: solid;
border-width: 1px;
}
.whiteText {
color: white;
}
.blackText {
color: black;
}
.hide{
display: none;
}
.content {
position: relative;
height: 30rem;
margin: auto;
padding: 2%;
}
.iframe {
width: 100%;
height: 30rem;
}
.blackButton {
padding: 0.25em 2em;
border: none;
color: white;
background-color: black;
}
.expand {
width: 2.5em;
height: 3em;
float: right;
background-image: url("../img/icons/expand.png");
background-position: center;
background-repeat: no-repeat;
}
.settings {
width: 2.5em;
height: 3em;
float: right;
background-image: url("../img/icons/settings.png");
background-position: center;
background-repeat: no-repeat;
}
input {
height: 2rem;
border: none;
}
.arrow {
position: absolute;
right: 1em;
top: calc(50% - 0.2em);
width: 0;
height: 0;
border-left: 0.4em solid transparent;
border-right: 0.4em solid transparent;
border-top: 0.4em solid black;
}
.hiddenText{
font-size: 0;
}
/**************Utilities*********************/
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important;
/* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.657098 | 0.177615 |
.u-succeedicon,.u-failureicon {
border-radius: 10px;
height: 22px;
display: inline-block;
color:#fff;
text-align: center;
font-size: 12px;
line-height: 22px;
padding-left: 26px;
padding-right: 10px;
margin-left: 14px;
}
.u-succeedicon {
background:url("../../../images/approveicon.png") no-repeat 10px center #a7d986;
}
.u-failureicon {
background:url("../../../images/approveicon.png") no-repeat 10px center #c9c8cc;
}
.g-realnamefa {
margin: auto 12%;
}
.g-realnameau {
margin: auto 6%;
}
/*上传*/
.profile-users .memberdiv { width:auto; margin-left:28px; margin-bottom:0;}
.profile-users .memberdiv .position-relative { width:158px;}
/*.profile-users .memberdiv .ace-file-container {padding-top: 10px; padding-bottom: 10px;}*/
.profile-users .memberdiv .popover { max-height:inherit; max-width:inherit; min-width:inherit; width:400px; font-size:12px; top:0;}
.profile-users .memberdiv .popover.right { margin-left:10px;}
.profile-users .memberdiv > *:first-child:hover .popover { width:400px; max-width:inherit; max-height:inherit; min-width:inherit; font-size:12px;}
/*支付绑定列表*/
.payapprove { padding:20px;}
.approvelist { margin-left:0;}
.approvelist li { border-bottom:1px dashed #e3e3e3; padding:10px 0; margin-bottom:10px;}
.approvelist li img { margin-right: 20px;}
.approvelist .approvebtn { margin-top:8px;}
.approvelist .approvebtn a { background-color:#ff9934!important; text-shadow:none!important; border-color:#ff9934; width:129px; height:35px; text-align:center; line-height:25px; padding:0; border-radius:2px;}
.approvelist .approvebtn a:hover,.approvelist .approvebtn a:focus { color:#fff!important; background-color:#ff8800!important; border-color:#ff8800!important; outline: none; }
.approveinfo p { color:#9b9b9b;}
.approveinfo { line-height:24px; padding-top:6px;}
.g-realexamine {
height: 64px;
line-height: 64px;
padding-right:36px;
}
.g-realexamine a {
font-size: 14px;
}
.g-alertreal {
background: #fff8f5;
border:1px solid #fff0ea;
padding-left:44px;
padding-right:24px;
line-height: 24px;
color:#ba7050;
}
.g-alertreal i {
font-size: 18px;
height: 40px;
padding-top: 4px;
padding-right: 5px;
margin-left: -20px;
}
.g-alertreal .no-height {
height: auto;
}
.g-realcardlist .g-realcardwrap {
height: 140px;
position: relative;
}
.g-realcardlist .g-realbankimg {
padding: 20px 0;
border-bottom: 1px dashed #e0e0e0;
position: relative;
height:73px;
}
.g-realcardjs,.g-realcardshow {
position: relative;
border:1px solid #e8e8e8;
border-radius: 4px;
margin-bottom: 27px;
}
.g-realcardshow .g-realcardhide {
display: block;
}
.g-realcardshow .g-hiden {
opacity: 0.4;
}
.g-realcardhide {
position: absolute;
top:0;
cursor: pointer;
padding-top: 57px;
text-align:center;
width: 100%;
display:none;
height: 140px;
}
.g-realcardhide span {
padding:0;
width: 75px;
height:27px;
line-height: 27px;
margin: 0 6px;
color:#fff;
background: #7d7d7d;
}
.g-realcardlist .g-realcardinfo {
padding-top:22px;
}
.g-realcardshow .g-realdisable,.g-realcardlist .g-realdisable {
opacity: 0.4;
}
.g-realcardlist .g-realwrapplus {
border:1px solid #e8e8e8;
border-radius: 4px;
padding-bottom: 43px;
background: #fafafa;
}
.g-realcardlist .g-realwrapplus a{
font-size: 14px;
}
.g-userimgup .g-userimgupinp{
padding-left: 26px;
}
.g-userimgup .g-userimgupbor {
border-bottom: 1px dashed #ededed;
padding:15px 0 8px;
}
.g-userimgup .memberdiv {
padding-right: 96px;
max-width:246px;
}
.g-userimgup .u-userimgupbtn {
background: #2f55a0;
border-radius: 4px;
border: none;
color: #fff;
padding: 14px 33px;
font-size: 16px;
}
.g-userimgup .modal-dialog {
max-width: 433px;
}
.g-userimgup .modal-dialog .modal-content {
background: none;
border: none;
position: relative;
}
.g-userimgup .modal-dialog button{
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
}
.g-userimgup .g-userimgupzm {
background: url('../../../images/userimgupzm.png') no-repeat center 0!important;
width: 100%!important;
height: 68px!important;
display: block!important;
}
.g-userimgup .g-userimgupfm {
background: url('../../../images/userimgupfm.png') no-repeat center 0!important;
width: 100%!important;
height: 68px!important;
display: block!important;
}
.g-userimgup .g-userimgupdf {
background: url('../../../images/userimgupdf.png') no-repeat center 0!important;
width: 100%!important;
height: 68px!important;
display: block!important;
}
.sidehide { z-index:999;}
.sidehide .sidehidebtn { display: none; position: absolute; top:100px; right: -37px; width: 37px; height: 43px; padding-top: 10px; padding-left: 2px; border-radius:0 100% 100% 0; background: #2f55a0; color: #fff; z-index: 999;}
.sidehide .sidehidebtn .icon-bar { width: 14px; background-color:#fff; width: 14px; height: 2px; display: block; margin-left:7px;margin-top: 4px;}
.mailsuccwp i { vertical-align: top; padding: 0 10px; font-size: 22px; color: #8cb476;}
.mailsuccp { padding-left: 28px;}
.mailsuccp span { font-size: 18px; color: #fd9a35;}
@media screen and (max-width: 767px) {
.colxsleft .col-sm-2 { text-align: left;}
.colxsleft .col-sm-8 { text-align: right; padding-top: 4px;}
.g-userimgup .modal-dialog img { width: 100%;}
.approveinfo { padding-top: 13px;}
}
@media screen and (max-width: 1200px) {
.g-userimgup .memberdiv { padding-right: 0; max-width:182px;}
}
@media screen and (max-width: 992px) {
.sidehide {
width: 70%;
}
.sidehide .sidehidebtn { display: block;}
}
/*实名认证*/
.g-userimgup .g-userimgupbor-validform{
margin-left: 82px;
padding-left: 0;
position: relative;
}
.ace-file-multiple .ace-file-container:before{
margin-top: 6px;
}
.task-casehid .Validform_right {
display: none;
}
.g-userimgup .position-validform{
position: absolute;
padding: 0 15px;
height: auto;
line-height: normal;
margin-left: 2px;
}
.g-userimguptime .position-validform{
position: absolute;
left: 300px;
top: 10px;
} | public/themes/default/assets/css/usercenter/realname/realname.css | .u-succeedicon,.u-failureicon {
border-radius: 10px;
height: 22px;
display: inline-block;
color:#fff;
text-align: center;
font-size: 12px;
line-height: 22px;
padding-left: 26px;
padding-right: 10px;
margin-left: 14px;
}
.u-succeedicon {
background:url("../../../images/approveicon.png") no-repeat 10px center #a7d986;
}
.u-failureicon {
background:url("../../../images/approveicon.png") no-repeat 10px center #c9c8cc;
}
.g-realnamefa {
margin: auto 12%;
}
.g-realnameau {
margin: auto 6%;
}
/*上传*/
.profile-users .memberdiv { width:auto; margin-left:28px; margin-bottom:0;}
.profile-users .memberdiv .position-relative { width:158px;}
/*.profile-users .memberdiv .ace-file-container {padding-top: 10px; padding-bottom: 10px;}*/
.profile-users .memberdiv .popover { max-height:inherit; max-width:inherit; min-width:inherit; width:400px; font-size:12px; top:0;}
.profile-users .memberdiv .popover.right { margin-left:10px;}
.profile-users .memberdiv > *:first-child:hover .popover { width:400px; max-width:inherit; max-height:inherit; min-width:inherit; font-size:12px;}
/*支付绑定列表*/
.payapprove { padding:20px;}
.approvelist { margin-left:0;}
.approvelist li { border-bottom:1px dashed #e3e3e3; padding:10px 0; margin-bottom:10px;}
.approvelist li img { margin-right: 20px;}
.approvelist .approvebtn { margin-top:8px;}
.approvelist .approvebtn a { background-color:#ff9934!important; text-shadow:none!important; border-color:#ff9934; width:129px; height:35px; text-align:center; line-height:25px; padding:0; border-radius:2px;}
.approvelist .approvebtn a:hover,.approvelist .approvebtn a:focus { color:#fff!important; background-color:#ff8800!important; border-color:#ff8800!important; outline: none; }
.approveinfo p { color:#9b9b9b;}
.approveinfo { line-height:24px; padding-top:6px;}
.g-realexamine {
height: 64px;
line-height: 64px;
padding-right:36px;
}
.g-realexamine a {
font-size: 14px;
}
.g-alertreal {
background: #fff8f5;
border:1px solid #fff0ea;
padding-left:44px;
padding-right:24px;
line-height: 24px;
color:#ba7050;
}
.g-alertreal i {
font-size: 18px;
height: 40px;
padding-top: 4px;
padding-right: 5px;
margin-left: -20px;
}
.g-alertreal .no-height {
height: auto;
}
.g-realcardlist .g-realcardwrap {
height: 140px;
position: relative;
}
.g-realcardlist .g-realbankimg {
padding: 20px 0;
border-bottom: 1px dashed #e0e0e0;
position: relative;
height:73px;
}
.g-realcardjs,.g-realcardshow {
position: relative;
border:1px solid #e8e8e8;
border-radius: 4px;
margin-bottom: 27px;
}
.g-realcardshow .g-realcardhide {
display: block;
}
.g-realcardshow .g-hiden {
opacity: 0.4;
}
.g-realcardhide {
position: absolute;
top:0;
cursor: pointer;
padding-top: 57px;
text-align:center;
width: 100%;
display:none;
height: 140px;
}
.g-realcardhide span {
padding:0;
width: 75px;
height:27px;
line-height: 27px;
margin: 0 6px;
color:#fff;
background: #7d7d7d;
}
.g-realcardlist .g-realcardinfo {
padding-top:22px;
}
.g-realcardshow .g-realdisable,.g-realcardlist .g-realdisable {
opacity: 0.4;
}
.g-realcardlist .g-realwrapplus {
border:1px solid #e8e8e8;
border-radius: 4px;
padding-bottom: 43px;
background: #fafafa;
}
.g-realcardlist .g-realwrapplus a{
font-size: 14px;
}
.g-userimgup .g-userimgupinp{
padding-left: 26px;
}
.g-userimgup .g-userimgupbor {
border-bottom: 1px dashed #ededed;
padding:15px 0 8px;
}
.g-userimgup .memberdiv {
padding-right: 96px;
max-width:246px;
}
.g-userimgup .u-userimgupbtn {
background: #2f55a0;
border-radius: 4px;
border: none;
color: #fff;
padding: 14px 33px;
font-size: 16px;
}
.g-userimgup .modal-dialog {
max-width: 433px;
}
.g-userimgup .modal-dialog .modal-content {
background: none;
border: none;
position: relative;
}
.g-userimgup .modal-dialog button{
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
}
.g-userimgup .g-userimgupzm {
background: url('../../../images/userimgupzm.png') no-repeat center 0!important;
width: 100%!important;
height: 68px!important;
display: block!important;
}
.g-userimgup .g-userimgupfm {
background: url('../../../images/userimgupfm.png') no-repeat center 0!important;
width: 100%!important;
height: 68px!important;
display: block!important;
}
.g-userimgup .g-userimgupdf {
background: url('../../../images/userimgupdf.png') no-repeat center 0!important;
width: 100%!important;
height: 68px!important;
display: block!important;
}
.sidehide { z-index:999;}
.sidehide .sidehidebtn { display: none; position: absolute; top:100px; right: -37px; width: 37px; height: 43px; padding-top: 10px; padding-left: 2px; border-radius:0 100% 100% 0; background: #2f55a0; color: #fff; z-index: 999;}
.sidehide .sidehidebtn .icon-bar { width: 14px; background-color:#fff; width: 14px; height: 2px; display: block; margin-left:7px;margin-top: 4px;}
.mailsuccwp i { vertical-align: top; padding: 0 10px; font-size: 22px; color: #8cb476;}
.mailsuccp { padding-left: 28px;}
.mailsuccp span { font-size: 18px; color: #fd9a35;}
@media screen and (max-width: 767px) {
.colxsleft .col-sm-2 { text-align: left;}
.colxsleft .col-sm-8 { text-align: right; padding-top: 4px;}
.g-userimgup .modal-dialog img { width: 100%;}
.approveinfo { padding-top: 13px;}
}
@media screen and (max-width: 1200px) {
.g-userimgup .memberdiv { padding-right: 0; max-width:182px;}
}
@media screen and (max-width: 992px) {
.sidehide {
width: 70%;
}
.sidehide .sidehidebtn { display: block;}
}
/*实名认证*/
.g-userimgup .g-userimgupbor-validform{
margin-left: 82px;
padding-left: 0;
position: relative;
}
.ace-file-multiple .ace-file-container:before{
margin-top: 6px;
}
.task-casehid .Validform_right {
display: none;
}
.g-userimgup .position-validform{
position: absolute;
padding: 0 15px;
height: auto;
line-height: normal;
margin-left: 2px;
}
.g-userimguptime .position-validform{
position: absolute;
left: 300px;
top: 10px;
} | 0.204819 | 0.074366 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'NanumGothic', '나눔고딕', 'NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;
}
ul li {
list-style: none;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
/*헤더*/
.wrap {
position: relative;
overflow: hidden;
min-width: 1170px;
background: #2a3138;
border-top: 1px solid #eee;
}
.container-fluid_st {
width: 1170px !important;
padding: 0;
}
.nav_row {
background: linear-gradient(#3a3a3a, #1a1a1a);
margin-left: 0px;
margin-right: 0px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
background-color: #333 !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
color: #fff !important;
background: linear-gradient(#4384db, #1c57a4);
}
.navbar-inverse_st {
border-radius: 0px;
background: linear-gradient(#fbfbfb, #e7e7e7);
border: 0;
margin: 0 auto;
}
.navbar-brand_st {
padding: 10px 15px 15px;
}
.navbar-brand_st > img {
float: left;
margin-top: 2px;
}
.navbar-brand_st > h4 {
font-size: 17px !important;
float: left;
color: #333;
font-weight: bold;
}
.navbar-nav_st {
float: right;
}
.navbar-nav_st > li > a {
border-right: 1px solid #ddd;
position: relative;
display: block;
color: #333;
padding: 15px 10px;
}
.fa-home_st {
padding-right: 5px;
}
.navbar-collapse {
padding: 0px;
}
.nav_row_st {
width: 1170px;
margin: 0 auto;
line-height: 1;
}
.nav_row_st_img {
width: 400px;
margin: 0;
float: left;
}
.nav_row_st_img > span {
color: #fff;
font-weight: 500;
margin-top: 15px;
font-size: 15px;
margin-left: 5px;
}
.nav_row_st_right {
width: 370px;
float: right;
color: #fff;
}
.nav_row_st_right > img {
float: left;
margin-right: 10px;
margin-top: 10px;
}
.nav_row_st_right > span {
float: left;
margin-top: 17px;
margin-right: 10px;
}
.nav_row_st_right > input {
height: 30px;
width: 100px;
float: left;
margin-top: 9px;
border-radius: 15px;
}
.Temperature {
float: left;
margin-top: 17px;
margin-left: 10px;
font-size: 17px;
}
.min_h_780 {
min-height: 780px;
}
/*콘텐츠*/
.jumbotron_st {
background-image: url('../image/bg.png');
margin: 0 auto;
padding: 40px 0;
}
.row_st {
width: 1170px;
margin: 0 auto;
}
/*써브페이지콘텐츠*/
.jumbotron_line {
margin: 0 auto;
background-color: #eee;
border-bottom: 2px solid #eee;
}
.row_st_line {
width: 1170px;
margin: 0 auto;
background: #fff;
padding: 30px 0;
}
.connect_3 {
width: 290px;
}
.row_width {
width: 1110px;
margin: 0 auto;
}
.title {
background: #3ca853;
width: 200px;
height: 30px;
float: left;
color: #fff;
line-height: 2;
border: solid 1px #ddd;
}
.title_box {
height: 240px;
border: solid 1px #ddd;
background: #fff;
}
.row_title {
width: 1110px;
margin: 0 auto;
margin-bottom: 10px;
}
.title_box2 {
height: 340px;
border: solid 1px #ddd;
background: #fff;
}
/* index 전력생산현황*/
.power_1 {
background: linear-gradient(#4384db, #1c57a4);
border-radius: 7px 7px 0 0;
border: solid 1px #ddd;
height: 55px;
width: 292.5px;
border-bottom: 0px;
}
.power_1 > h4 {
color: #fff;
line-height: 2;
text-align: left;
margin-left: 20px;
}
.power_2 {
border: 1px solid #ddd;
height: 50px;
width: 292.5px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
padding: 10px;
border-bottom: 0px;
}
.power_2:last-child {
padding: 0;
}
.power_2 > p {
font-size: 15px;
float: left;
font-weight: normal;
line-height: 2;
width: 120px;
}
.power_2 > input {
float: left;
border: 1px solid #bcbcbc;
width: 100px;
height: 30px;
border-radius: 3px;
color: #bcbcbc;
text-align: right;
padding: 0 5px 0 0;
}
.power_2 > span {
font-size: 14px;
float: left;
font-weight: normal;
line-height: 2.5;
margin-left: 7px;
color: #bcbcbc;
}
.power_3 {
border: 1px solid #ddd;
height: 240px;
width: 292.5px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
padding: 5px;
}
.power_3in {
height: 105px;
width: 132px;
background-color: #f5f5f5;
border: 1px solid #ddd;
margin: 6px 0 0 6px;
padding: 0 0 0 12px;
}
.power_3in > img {
float: left;
margin: 12px 5px 5px 5px;
}
.power_3in > p {
font-size: 15px;
float: left;
font-weight: normal;
margin-top: 23px;
margin-bottom: 0;
}
.power_3in > input {
float: left;
width: 105px;
height: 32px;
border-radius: 3px;
color: #bcbcbc;
text-align: right;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
}
.power_3in > button {
float: left;
width: 105px;
height: 32px;
padding: 0 5px 0 0;
}
.con_1 {
width: 393px;
margin: 0 40px 40px 49px;
}
.con_1_st {
margin-left: 0;
margin-right: 0;
float: right;
}
.con_2 {
height: 40px;
border-radius: 7px 7px 0 0;
border: solid 1px #ddd;
border-bottom: 0px;
background: linear-gradient(#4384db, #1c57a4);
}
.con_2 > h5 {
color: #fff;
text-align: left;
margin-left: 20px;
font-size: 15px;
}
.con_2_1 {
height: 240px;
border: solid 1px #ddd;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.con_2_3 {
float: left;
width: 215px;
margin-left: 75px;
line-height: 1;
}
.con_2_3 > p {
font-size: 15px;
float: left;
font-weight: normal;
margin-right: 20px;
margin-top: 5px;
}
.con_2_3 > input {
float: left;
width: 105px;
height: 32px;
border-radius: 3px;
color: #bcbcbc;
text-align: right;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
}
.con_2_3 > span {
line-height: 2.2;
margin-left: 0;
}
.con_2_2 {
margin-bottom: 15px;
}
/*발전현황*/
.col-sm-9_st {
height: 500px;
padding: 0;
}
.con_3 {
height: 150px;
width: 826px;
margin: 0 auto;
float: right;
}
.con_b {
height: 188px;
width: 1170px;
margin: 0 auto;
margin-top: 45px;
border: solid 1px #ddd;
border-radius: 7px 0 0 7px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.con_b_1 {
width: 176px;
height: 186px;
background: #337ab7;
}
.con_b_1 > p {
color: #fff;
font-weight: 500;
margin-top: 30px;
font-size: 17px;
}
.con_b_1 > img {
margin-left: 60px;
margin-top: 10px;
}
.con_b_c {
border: 1px solid #ddd;
border-radius: 5px 5px 5px 5px;
width: 150px;
height: 160px;
margin: 14px 14px 0 0;
margin-right: 0;
padding: 0;
background: #fff;
}
.con_b_c > p {
font-size: 17px;
text-align: left;
line-height: 1.7;
margin-top: 10px;
}
.con_b_d {
margin: 0;
padding: 0;
}
.con_b_d_f {
background: #e9e9e9;
height: 40px;
margin: 0;
margin-bottom: 10px;
color: #333;
}
.con_b_d_f > p {
font-size: 13px;
text-align: left;
margin-left: 5px;
margin-top: 10px;
float: left;
}
.con_b_d_f > img {
float: right;
margin-top: 10px;
margin-right: 5px;
}
.con_b_d_la {
text-align: left;
margin-left: 5px;
height: 35px;
line-height: 2;
float: left;
}
.con_b_d_la > p {
font-size: 14px;
float: left;
margin-left: 5px;
}
.con_b_d_la > input {
width: 60px;
float: left;
height: 30px;
border-radius: 3px;
border: 1px solid #bcbcbc;
text-align: right;
padding-right: 2px;
}
.con_b_2 {
width: 55px;
height: 188px;
padding-top: 60px;
padding-left: 15px;
float: right;
border-left: 1px solid #ddd;
}
.arrow {
float: left;
font-size: 33px !important;
cursor: pointer;
color: #337ab7;
}
.arrow:hover {
color: #1c57a4;
}
.arrow_1 {
width: 15px;
height: 2px;
background: #44771a;
margin-left: 2px;
float: left;
}
/*접속반*/
.conne {
list-style: none;
float: right;
padding: 0;
}
.conne_1 {
width: 150px;
float: left;
margin-right: 20px;
margin-bottom: 0px;
border: solid 1px #ddd;
height: 80px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
border-radius: 7px 7px 0 0;
}
.conne_1 > input {
height: 30px;
padding: 0 20px 0 0;
float: right;
width: 130px;
margin-right: 9px;
text-align: right;
}
.inputlg_1 {
height: 35px;
width: 150px;
border-radius: 7px 7px 0 0;
border: solid 1px #ddd;
background: #337ab7;
color: #fff;
line-height: 2.5;
font-weight: 500;
}
.input-lg {
font-size: 16px;
}
.conne_1:last-child {
margin-right: 0px;
}
/*테이블*/
#myTable > tr:hover {
background-color: #d9edf7;
}
#myTable > tr:hover:active {
}
table > thead > tr > th {
border-right: 1px solid #ddd;
text-align: center;
}
table > thead {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
background: linear-gradient(#fbfbfb, #e7e7e7);
}
table > tbody > tr > td {
border-right: 1px solid #ddd;
text-align: right;
}
table > tbody > tr:last-child {
border-bottom: 1px solid #ddd;
}
.td1 {
background: linear-gradient(#4384db, #2c75d4);
color: #fff;
text-align: left;
}
.td1_num {
text-align: center;
}
/* 인풋,셀렉트박스 */
.form-control_st {
height: 35px;
border-radius: 3px;
width: 140px;
float: left;
margin-top: 3px;
}
.sel_box {
width: 150px;
border-radius: 3px;
background-color: #337ab7;
color: #fff;
padding: 5px;
margin: 5px;
padding: 5px !important;
}
.top_box {
margin-bottom: 20px;
background-color: #e9ecef;
border-radius: 3px;
padding: 13px 10px;
}
.sel_box_data {
border-radius: 3px;
padding: 5px;
margin: 5px;
padding: 5px !important;
padding-bottom: 7px !important;
}
.sel_box2 {
width: 220px;
border-radius: 3px;
background-color: #337ab7;
color: #fff;
padding: 5px;
margin: 5px;
padding: 5px !important;
}
.form-control_st2 {
height: 35px;
border-radius: 3px;
float: left;
margin-top: 3px;
}
/*테이블이벤트*/
.selected {
background-color: #d9edf7;
}
.tex > td:nth-child(2) {
text-align: left;
}
.tex > td:nth-child(3) {
text-align: left;
}
.tex > td:nth-child(4) {
text-align: left;
}
/*보고서*/
.report_t .report_t > span {
float: left;
line-height: 3;
}
.report_t > select {
height: 35px;
border-radius: 3px;
width: 100px;
float: left;
margin-left: 7px;
margin-top: 3px;
}
.report_t .input_ye {
margin-left: 20px;
width: 120px;
margin-top: 6px;
height: 30px;
border-radius: 3px;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
text-align: right;
}
.report_table > th {
text-align: center;
}
.search_area {
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
}
.serch_st button {
height: 30px;
line-height: 30px;
padding: 0 12px;
vertical-align: baseline;
}
.footer_div {
text-align: center;
padding-top: 20px;
}
.footer_div .logo {
float: left;
background-position: 0 0;
width: 194px;
height: 29px;
margin-top: 3px;
}
.footer_div .footer_dsc {
position: relative;
float: right;
width: 900px;
z-index: 35;
}
.footer_div .footer_dsc address {
display: inline;
margin-right: 15px;
letter-spacing: -1px;
}
.footer_div .footer_dsc span {
display: inline;
line-height: 23px;
color: #676767;
font-size: 11px;
}
/*트랜드*/
.right_check {
margin-left: 35px !important;
}
.right_check_2 {
margin-left: 63px !important;
}
.input_tre {
width: 120px;
height: 30px;
border-radius: 3px;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
text-align: center;
}
.input_st {
width: 320px;
height: 38px;
float: right;
padding-right: 5px;
padding-top: 5px;
border: 1px solid #ddd;
border-radius: 20px;
margin-top: 20px;
background: #fff;
}
.serch_st {
margin-top: 20px;
float: right;
}
.title_trend {
margin-top: 30px;
float: left;
}
.title_trend_exc {
display: block;
float: right;
margin-top: 30px;
}
.title_trend_exc_in {
border: 0px;
background: #286090;
color: #fff;
height: 30px;
}
.title_p {
font-size: 14px !important;
display: inline-block;
margin-top: 38px;
margin-bottom: 0px !important;
margin-left: -635px;
color: #0c7b30;
}
/*cctv*/
.cctv_h {
background: linear-gradient(#ddd, #bcbcbc);
line-height: 2;
border: 1px solid #333;
margin-bottom: 5px;
}
.cctv_h:hover {
background: linear-gradient(#bcbcbc, #ddd);
cursor: pointer;
}
.cctv_l {
width: 840px;
padding: 0;
background: #333;
}
.cam {
width: 420px;
height: 300px;
float: left;
background: #000;
}
.cam_u {
margin-top: 2px;
}
.cctv_f {
width: 840px;
float: left;
color: #fff;
line-height: 3;
background: linear-gradient(#3a3a3a, #1a1a1a);
}
.cctv_r {
width: 250px;
float: right;
padding: 0;
background: #333;
height: 644px;
}
.cctv_r_con {
width: 220px;
height: 344px;
background: linear-gradient(#9196a2, #737884);
margin: 0 auto;
margin-top: 13px;
}
.cctv_r_col {
width: 220px;
height: 267px;
margin: 0 auto;
margin-top: 5px;
}
.cctv_r_col_tab {
width: 220px;
height: 30px;
float: left;
color: #fff;
float: left;
}
.cctv_color {
float: left;
width: 49%;
height: 100%;
background: linear-gradient(#4d5962, #646979);
border-radius: 10px 0 0 0;
line-height: 2.5;
}
.cctv_color:hover {
cursor: pointer;
}
.cctv_color:last-child {
float: right;
}
.cctv_r_col_main {
width: 220px;
height: 237px;
background: linear-gradient(#646979, #4d5962);
float: left;
}
.cctv_r_con > img {
cursor: pointer;
}
.zoom_st {
width: 130px;
margin: 0 auto;
margin-top: 45px;
}
.zoom_st_in {
width: 100%;
height: 30px;
margin-bottom: 5px;
}
.zoom_st_in > img {
cursor: pointer;
}
.zoom_st_in > img:first-child {
float: left;
}
.zoom_st_in > img:last-child {
float: right;
}
.zoom_st_in > p {
color: #fff;
width: 50px;
font-size: 14px;
float: left;
padding-top: 5px;
margin-bottom: 0;
margin-left: 10px;
}
.tbl_va_middle > thead > tr > th {
vertical-align: middle;
}
.pad {
padding: 0px;
}
.highcharts-background {
height: 185px;
background-color: #010304;
}
.re_p {
font-size: 13px !important;
color: green;
text-align: left;
}
.re_p > span {
color: red;
} | public/css/main.css |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'NanumGothic', '나눔고딕', 'NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum;
}
ul li {
list-style: none;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
/*헤더*/
.wrap {
position: relative;
overflow: hidden;
min-width: 1170px;
background: #2a3138;
border-top: 1px solid #eee;
}
.container-fluid_st {
width: 1170px !important;
padding: 0;
}
.nav_row {
background: linear-gradient(#3a3a3a, #1a1a1a);
margin-left: 0px;
margin-right: 0px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
background-color: #333 !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
color: #fff !important;
background: linear-gradient(#4384db, #1c57a4);
}
.navbar-inverse_st {
border-radius: 0px;
background: linear-gradient(#fbfbfb, #e7e7e7);
border: 0;
margin: 0 auto;
}
.navbar-brand_st {
padding: 10px 15px 15px;
}
.navbar-brand_st > img {
float: left;
margin-top: 2px;
}
.navbar-brand_st > h4 {
font-size: 17px !important;
float: left;
color: #333;
font-weight: bold;
}
.navbar-nav_st {
float: right;
}
.navbar-nav_st > li > a {
border-right: 1px solid #ddd;
position: relative;
display: block;
color: #333;
padding: 15px 10px;
}
.fa-home_st {
padding-right: 5px;
}
.navbar-collapse {
padding: 0px;
}
.nav_row_st {
width: 1170px;
margin: 0 auto;
line-height: 1;
}
.nav_row_st_img {
width: 400px;
margin: 0;
float: left;
}
.nav_row_st_img > span {
color: #fff;
font-weight: 500;
margin-top: 15px;
font-size: 15px;
margin-left: 5px;
}
.nav_row_st_right {
width: 370px;
float: right;
color: #fff;
}
.nav_row_st_right > img {
float: left;
margin-right: 10px;
margin-top: 10px;
}
.nav_row_st_right > span {
float: left;
margin-top: 17px;
margin-right: 10px;
}
.nav_row_st_right > input {
height: 30px;
width: 100px;
float: left;
margin-top: 9px;
border-radius: 15px;
}
.Temperature {
float: left;
margin-top: 17px;
margin-left: 10px;
font-size: 17px;
}
.min_h_780 {
min-height: 780px;
}
/*콘텐츠*/
.jumbotron_st {
background-image: url('../image/bg.png');
margin: 0 auto;
padding: 40px 0;
}
.row_st {
width: 1170px;
margin: 0 auto;
}
/*써브페이지콘텐츠*/
.jumbotron_line {
margin: 0 auto;
background-color: #eee;
border-bottom: 2px solid #eee;
}
.row_st_line {
width: 1170px;
margin: 0 auto;
background: #fff;
padding: 30px 0;
}
.connect_3 {
width: 290px;
}
.row_width {
width: 1110px;
margin: 0 auto;
}
.title {
background: #3ca853;
width: 200px;
height: 30px;
float: left;
color: #fff;
line-height: 2;
border: solid 1px #ddd;
}
.title_box {
height: 240px;
border: solid 1px #ddd;
background: #fff;
}
.row_title {
width: 1110px;
margin: 0 auto;
margin-bottom: 10px;
}
.title_box2 {
height: 340px;
border: solid 1px #ddd;
background: #fff;
}
/* index 전력생산현황*/
.power_1 {
background: linear-gradient(#4384db, #1c57a4);
border-radius: 7px 7px 0 0;
border: solid 1px #ddd;
height: 55px;
width: 292.5px;
border-bottom: 0px;
}
.power_1 > h4 {
color: #fff;
line-height: 2;
text-align: left;
margin-left: 20px;
}
.power_2 {
border: 1px solid #ddd;
height: 50px;
width: 292.5px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
padding: 10px;
border-bottom: 0px;
}
.power_2:last-child {
padding: 0;
}
.power_2 > p {
font-size: 15px;
float: left;
font-weight: normal;
line-height: 2;
width: 120px;
}
.power_2 > input {
float: left;
border: 1px solid #bcbcbc;
width: 100px;
height: 30px;
border-radius: 3px;
color: #bcbcbc;
text-align: right;
padding: 0 5px 0 0;
}
.power_2 > span {
font-size: 14px;
float: left;
font-weight: normal;
line-height: 2.5;
margin-left: 7px;
color: #bcbcbc;
}
.power_3 {
border: 1px solid #ddd;
height: 240px;
width: 292.5px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
padding: 5px;
}
.power_3in {
height: 105px;
width: 132px;
background-color: #f5f5f5;
border: 1px solid #ddd;
margin: 6px 0 0 6px;
padding: 0 0 0 12px;
}
.power_3in > img {
float: left;
margin: 12px 5px 5px 5px;
}
.power_3in > p {
font-size: 15px;
float: left;
font-weight: normal;
margin-top: 23px;
margin-bottom: 0;
}
.power_3in > input {
float: left;
width: 105px;
height: 32px;
border-radius: 3px;
color: #bcbcbc;
text-align: right;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
}
.power_3in > button {
float: left;
width: 105px;
height: 32px;
padding: 0 5px 0 0;
}
.con_1 {
width: 393px;
margin: 0 40px 40px 49px;
}
.con_1_st {
margin-left: 0;
margin-right: 0;
float: right;
}
.con_2 {
height: 40px;
border-radius: 7px 7px 0 0;
border: solid 1px #ddd;
border-bottom: 0px;
background: linear-gradient(#4384db, #1c57a4);
}
.con_2 > h5 {
color: #fff;
text-align: left;
margin-left: 20px;
font-size: 15px;
}
.con_2_1 {
height: 240px;
border: solid 1px #ddd;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.con_2_3 {
float: left;
width: 215px;
margin-left: 75px;
line-height: 1;
}
.con_2_3 > p {
font-size: 15px;
float: left;
font-weight: normal;
margin-right: 20px;
margin-top: 5px;
}
.con_2_3 > input {
float: left;
width: 105px;
height: 32px;
border-radius: 3px;
color: #bcbcbc;
text-align: right;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
}
.con_2_3 > span {
line-height: 2.2;
margin-left: 0;
}
.con_2_2 {
margin-bottom: 15px;
}
/*발전현황*/
.col-sm-9_st {
height: 500px;
padding: 0;
}
.con_3 {
height: 150px;
width: 826px;
margin: 0 auto;
float: right;
}
.con_b {
height: 188px;
width: 1170px;
margin: 0 auto;
margin-top: 45px;
border: solid 1px #ddd;
border-radius: 7px 0 0 7px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.con_b_1 {
width: 176px;
height: 186px;
background: #337ab7;
}
.con_b_1 > p {
color: #fff;
font-weight: 500;
margin-top: 30px;
font-size: 17px;
}
.con_b_1 > img {
margin-left: 60px;
margin-top: 10px;
}
.con_b_c {
border: 1px solid #ddd;
border-radius: 5px 5px 5px 5px;
width: 150px;
height: 160px;
margin: 14px 14px 0 0;
margin-right: 0;
padding: 0;
background: #fff;
}
.con_b_c > p {
font-size: 17px;
text-align: left;
line-height: 1.7;
margin-top: 10px;
}
.con_b_d {
margin: 0;
padding: 0;
}
.con_b_d_f {
background: #e9e9e9;
height: 40px;
margin: 0;
margin-bottom: 10px;
color: #333;
}
.con_b_d_f > p {
font-size: 13px;
text-align: left;
margin-left: 5px;
margin-top: 10px;
float: left;
}
.con_b_d_f > img {
float: right;
margin-top: 10px;
margin-right: 5px;
}
.con_b_d_la {
text-align: left;
margin-left: 5px;
height: 35px;
line-height: 2;
float: left;
}
.con_b_d_la > p {
font-size: 14px;
float: left;
margin-left: 5px;
}
.con_b_d_la > input {
width: 60px;
float: left;
height: 30px;
border-radius: 3px;
border: 1px solid #bcbcbc;
text-align: right;
padding-right: 2px;
}
.con_b_2 {
width: 55px;
height: 188px;
padding-top: 60px;
padding-left: 15px;
float: right;
border-left: 1px solid #ddd;
}
.arrow {
float: left;
font-size: 33px !important;
cursor: pointer;
color: #337ab7;
}
.arrow:hover {
color: #1c57a4;
}
.arrow_1 {
width: 15px;
height: 2px;
background: #44771a;
margin-left: 2px;
float: left;
}
/*접속반*/
.conne {
list-style: none;
float: right;
padding: 0;
}
.conne_1 {
width: 150px;
float: left;
margin-right: 20px;
margin-bottom: 0px;
border: solid 1px #ddd;
height: 80px;
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
border-radius: 7px 7px 0 0;
}
.conne_1 > input {
height: 30px;
padding: 0 20px 0 0;
float: right;
width: 130px;
margin-right: 9px;
text-align: right;
}
.inputlg_1 {
height: 35px;
width: 150px;
border-radius: 7px 7px 0 0;
border: solid 1px #ddd;
background: #337ab7;
color: #fff;
line-height: 2.5;
font-weight: 500;
}
.input-lg {
font-size: 16px;
}
.conne_1:last-child {
margin-right: 0px;
}
/*테이블*/
#myTable > tr:hover {
background-color: #d9edf7;
}
#myTable > tr:hover:active {
}
table > thead > tr > th {
border-right: 1px solid #ddd;
text-align: center;
}
table > thead {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
background: linear-gradient(#fbfbfb, #e7e7e7);
}
table > tbody > tr > td {
border-right: 1px solid #ddd;
text-align: right;
}
table > tbody > tr:last-child {
border-bottom: 1px solid #ddd;
}
.td1 {
background: linear-gradient(#4384db, #2c75d4);
color: #fff;
text-align: left;
}
.td1_num {
text-align: center;
}
/* 인풋,셀렉트박스 */
.form-control_st {
height: 35px;
border-radius: 3px;
width: 140px;
float: left;
margin-top: 3px;
}
.sel_box {
width: 150px;
border-radius: 3px;
background-color: #337ab7;
color: #fff;
padding: 5px;
margin: 5px;
padding: 5px !important;
}
.top_box {
margin-bottom: 20px;
background-color: #e9ecef;
border-radius: 3px;
padding: 13px 10px;
}
.sel_box_data {
border-radius: 3px;
padding: 5px;
margin: 5px;
padding: 5px !important;
padding-bottom: 7px !important;
}
.sel_box2 {
width: 220px;
border-radius: 3px;
background-color: #337ab7;
color: #fff;
padding: 5px;
margin: 5px;
padding: 5px !important;
}
.form-control_st2 {
height: 35px;
border-radius: 3px;
float: left;
margin-top: 3px;
}
/*테이블이벤트*/
.selected {
background-color: #d9edf7;
}
.tex > td:nth-child(2) {
text-align: left;
}
.tex > td:nth-child(3) {
text-align: left;
}
.tex > td:nth-child(4) {
text-align: left;
}
/*보고서*/
.report_t .report_t > span {
float: left;
line-height: 3;
}
.report_t > select {
height: 35px;
border-radius: 3px;
width: 100px;
float: left;
margin-left: 7px;
margin-top: 3px;
}
.report_t .input_ye {
margin-left: 20px;
width: 120px;
margin-top: 6px;
height: 30px;
border-radius: 3px;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
text-align: right;
}
.report_table > th {
text-align: center;
}
.search_area {
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
}
.serch_st button {
height: 30px;
line-height: 30px;
padding: 0 12px;
vertical-align: baseline;
}
.footer_div {
text-align: center;
padding-top: 20px;
}
.footer_div .logo {
float: left;
background-position: 0 0;
width: 194px;
height: 29px;
margin-top: 3px;
}
.footer_div .footer_dsc {
position: relative;
float: right;
width: 900px;
z-index: 35;
}
.footer_div .footer_dsc address {
display: inline;
margin-right: 15px;
letter-spacing: -1px;
}
.footer_div .footer_dsc span {
display: inline;
line-height: 23px;
color: #676767;
font-size: 11px;
}
/*트랜드*/
.right_check {
margin-left: 35px !important;
}
.right_check_2 {
margin-left: 63px !important;
}
.input_tre {
width: 120px;
height: 30px;
border-radius: 3px;
border: 1px solid #bcbcbc;
padding: 0 5px 0 0;
text-align: center;
}
.input_st {
width: 320px;
height: 38px;
float: right;
padding-right: 5px;
padding-top: 5px;
border: 1px solid #ddd;
border-radius: 20px;
margin-top: 20px;
background: #fff;
}
.serch_st {
margin-top: 20px;
float: right;
}
.title_trend {
margin-top: 30px;
float: left;
}
.title_trend_exc {
display: block;
float: right;
margin-top: 30px;
}
.title_trend_exc_in {
border: 0px;
background: #286090;
color: #fff;
height: 30px;
}
.title_p {
font-size: 14px !important;
display: inline-block;
margin-top: 38px;
margin-bottom: 0px !important;
margin-left: -635px;
color: #0c7b30;
}
/*cctv*/
.cctv_h {
background: linear-gradient(#ddd, #bcbcbc);
line-height: 2;
border: 1px solid #333;
margin-bottom: 5px;
}
.cctv_h:hover {
background: linear-gradient(#bcbcbc, #ddd);
cursor: pointer;
}
.cctv_l {
width: 840px;
padding: 0;
background: #333;
}
.cam {
width: 420px;
height: 300px;
float: left;
background: #000;
}
.cam_u {
margin-top: 2px;
}
.cctv_f {
width: 840px;
float: left;
color: #fff;
line-height: 3;
background: linear-gradient(#3a3a3a, #1a1a1a);
}
.cctv_r {
width: 250px;
float: right;
padding: 0;
background: #333;
height: 644px;
}
.cctv_r_con {
width: 220px;
height: 344px;
background: linear-gradient(#9196a2, #737884);
margin: 0 auto;
margin-top: 13px;
}
.cctv_r_col {
width: 220px;
height: 267px;
margin: 0 auto;
margin-top: 5px;
}
.cctv_r_col_tab {
width: 220px;
height: 30px;
float: left;
color: #fff;
float: left;
}
.cctv_color {
float: left;
width: 49%;
height: 100%;
background: linear-gradient(#4d5962, #646979);
border-radius: 10px 0 0 0;
line-height: 2.5;
}
.cctv_color:hover {
cursor: pointer;
}
.cctv_color:last-child {
float: right;
}
.cctv_r_col_main {
width: 220px;
height: 237px;
background: linear-gradient(#646979, #4d5962);
float: left;
}
.cctv_r_con > img {
cursor: pointer;
}
.zoom_st {
width: 130px;
margin: 0 auto;
margin-top: 45px;
}
.zoom_st_in {
width: 100%;
height: 30px;
margin-bottom: 5px;
}
.zoom_st_in > img {
cursor: pointer;
}
.zoom_st_in > img:first-child {
float: left;
}
.zoom_st_in > img:last-child {
float: right;
}
.zoom_st_in > p {
color: #fff;
width: 50px;
font-size: 14px;
float: left;
padding-top: 5px;
margin-bottom: 0;
margin-left: 10px;
}
.tbl_va_middle > thead > tr > th {
vertical-align: middle;
}
.pad {
padding: 0px;
}
.highcharts-background {
height: 185px;
background-color: #010304;
}
.re_p {
font-size: 13px !important;
color: green;
text-align: left;
}
.re_p > span {
color: red;
} | 0.40486 | 0.123102 |
-- -- -- -- -- -- --
Members Citations plugin CSS
-- -- -- -- -- -- --
*/
.legend table {
max-width: 100px;
}
.legendColorBox {
max-width: 14px;
}
#download-frame {
display: none;
}
.citations .citation-label .type {
font-weight: bold;
}
.citation-details .badges {
float: right;
}
.citation-details .badges a {
background: #8e6e59 !important;
color: #FFF !important;
}
.citation-details .badges a:before {
border-color: transparent #8e6e59 transparent transparent !important;
}
.citation-details .tags li {
padding: 0.618em 0 0 0;
border: none;
}
.citation-row.unpublished {
background-color: #FFFAC0;
}
.unpublished-details {
background: repeating-linear-gradient( 150deg, #FFFAC0, #FFFAC0 10px, #F9F3AD 10px, #F9F3AD 20px );
}
.com_members .member_citations .entries thead th {
padding-top: 0.618em;
padding-bottom: 0.618em;
text-align: left;
background-color: #eff;
}
.com_members .member_citations .entries thead th:first-child {
text-align: center;
}
a.btn.icon-delete:hover{
color: white;
background-color: #da4f49;
background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
}
.entries .col-options {
white-space: nowrap;
}
.entries .edit,
.entries .delete,
.entries .publish {
display: inline-block;
width: 1em;
height: 1em;
overflow: hidden;
line-height: 1;
font-size: 1.2em;
border: none;
color: #ccc;
margin-left: 0.2em;
}
.entries .edit:hover {
color: #222;
}
.entries .delete:hover {
color: red;
}
.entries .publish:hover {
color: green;
}
.btn-cluster {
padding: 5px 15px 15px 5px;
margin-left:auto;
margin-right: auto;
float:left;
width: 100%;
text-align: center;
}
#hubForm .author-manager .span2 {
text-align: right;
}
#hubForm .author-manager .author-instructions {
margin-left: 0;
margin-right: 0;
}
#hubForm .author-manager button {
margin-top: 2.4em;
}
.admin {
padding: 10px 10px 10px 10px;
background-color: #C1C1C1;
margin: 0 0 15px 0;
}
.admin a.btn, .btn {
border-color: #5F5E5E;
}
#download-batch {
padding:10px;
text-align: center;
}
#intro-container
{
width: inherit;
height: 100%;
margin-top: 5%;
}
#citations-introduction {
height: inherit;
max-width: 460px;
-webkit-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.4);
-ms-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-o-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
border: 1px solid #ddd\9; /* [!] IE 8 */
*border: 1px solid #ddd\9; /* [!] IE 7,6 */
margin-right: auto;
margin-left: auto;
}
#citations-introduction .instructions {
background-color: #FFFFFF;
padding: 0 30px 30px 30px;
}
#instructions-title:before {
content: "\275D";
font-family: "Fontcons";
padding: 10px;
}
#instructions-title {
margin: 10px 0 0 0;
padding: 20px 0 10px 0;
}
#who {
font-weight: bold;
}
.instructions ul {
margin-left: 0;
}
.instructions ul li {
padding: 0 0 15px 0;
list-style: none;
}
.description {
width: 225px;
display: block;
float: right;
top: 50%;
height: auto;
padding-top: 5px;
}
.or {
padding-left: 30px;
font-size: 12pt;
font-weight: bold;
}
.instruction {
padding: 10px;
border: 1px solid #f0f0f0;
height: auto;
}
#citations-introduction .questions {
background-color: #f0f0f0;
margin-top: 0;
padding: 10px 30px 30px 30px;
}
#noCitations {
text-align: center;
font-size: 12pt;
}
/* Instructions */
.introduction {
max-width: 32em;
margin: 3em auto;
background-color: #fff;
-webkit-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.4);
-ms-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-o-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
border: 1px solid #ddd\9; /* [!] IE 8 */
}
.introduction .introduction-message {
padding: 1em 1.4em;
text-align: center;
font-size: 1.2em;
}
.introduction .introduction-message:before {
content: "\275D";
font-family: "Fontcons";
display: block;
font-size: 7em;
line-height: 1;
color: #ccc;
margin: 0.1em 0;
}
.introduction .introduction-questions {
padding: 1em 1.4em;
background-color: #f0f0f0;
}
.introduction ol {
list-style: decimal;
}
#hubForm .citation-author {
background: #f7f7f7;
border-radius: 0.25em;
position: relative;
margin: 0 0 0.5em 0;
padding: 1em;
}
#hubForm .citation-author .author-name {
margin-right: 4em;
display: inline-block;
width: 80%;
}
#hubForm .citation-author .author-handle {
margin-right: 1em;
display: inline-block;
width: 16px;
height: 16px;
position: relative;
}
#hubForm .citation-author .author-handle:after {
display: inline-block;
width: 1em;
height: 1em;
position: absolute;
top: 0.2em;
left: 0;
content: "\f0dc";
font-family: "Fontcons";
font-size: 16px;
line-height: 1;
color: #ccc;
}
#hubForm .citation-author:hover .author-handle,
#hubForm .citation-author:hover .author-handle:after,
#hubForm .citation-author .author-handle:hover:after,
#hubForm .citation-author .author-handle:after:hover {
cursor: move;
color: #333;
}
#hubForm .citation-author span.author-description {
position: absolute;
right: 1em;
top: 25%;
font-size: 90%;
}
#hubForm .citation-author .delete {
font-size: 1.7em;
display: block;
overflow: hidden;
width: 1em;
height: 1em;
border: none;
}
#hubForm .citation-author .delete:before {
margin-right: 1em;
content: "\f014";
font-family: "Fontcons";
}
/* Hide the sidebar if the page is too narrow */
@media only screen and (max-width: 1080px) {
.member_citations .aside,
.member_citations .subject {
float: none;
}
.member_citations .aside {
display: none;
}
.member_citations .subject {
padding-left: 0;
padding-right: 0;
margin-right: 0;
}
} | core/plugins/members/citations/assets/css/citations.css |
-- -- -- -- -- -- --
Members Citations plugin CSS
-- -- -- -- -- -- --
*/
.legend table {
max-width: 100px;
}
.legendColorBox {
max-width: 14px;
}
#download-frame {
display: none;
}
.citations .citation-label .type {
font-weight: bold;
}
.citation-details .badges {
float: right;
}
.citation-details .badges a {
background: #8e6e59 !important;
color: #FFF !important;
}
.citation-details .badges a:before {
border-color: transparent #8e6e59 transparent transparent !important;
}
.citation-details .tags li {
padding: 0.618em 0 0 0;
border: none;
}
.citation-row.unpublished {
background-color: #FFFAC0;
}
.unpublished-details {
background: repeating-linear-gradient( 150deg, #FFFAC0, #FFFAC0 10px, #F9F3AD 10px, #F9F3AD 20px );
}
.com_members .member_citations .entries thead th {
padding-top: 0.618em;
padding-bottom: 0.618em;
text-align: left;
background-color: #eff;
}
.com_members .member_citations .entries thead th:first-child {
text-align: center;
}
a.btn.icon-delete:hover{
color: white;
background-color: #da4f49;
background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
}
.entries .col-options {
white-space: nowrap;
}
.entries .edit,
.entries .delete,
.entries .publish {
display: inline-block;
width: 1em;
height: 1em;
overflow: hidden;
line-height: 1;
font-size: 1.2em;
border: none;
color: #ccc;
margin-left: 0.2em;
}
.entries .edit:hover {
color: #222;
}
.entries .delete:hover {
color: red;
}
.entries .publish:hover {
color: green;
}
.btn-cluster {
padding: 5px 15px 15px 5px;
margin-left:auto;
margin-right: auto;
float:left;
width: 100%;
text-align: center;
}
#hubForm .author-manager .span2 {
text-align: right;
}
#hubForm .author-manager .author-instructions {
margin-left: 0;
margin-right: 0;
}
#hubForm .author-manager button {
margin-top: 2.4em;
}
.admin {
padding: 10px 10px 10px 10px;
background-color: #C1C1C1;
margin: 0 0 15px 0;
}
.admin a.btn, .btn {
border-color: #5F5E5E;
}
#download-batch {
padding:10px;
text-align: center;
}
#intro-container
{
width: inherit;
height: 100%;
margin-top: 5%;
}
#citations-introduction {
height: inherit;
max-width: 460px;
-webkit-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.4);
-ms-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-o-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
border: 1px solid #ddd\9; /* [!] IE 8 */
*border: 1px solid #ddd\9; /* [!] IE 7,6 */
margin-right: auto;
margin-left: auto;
}
#citations-introduction .instructions {
background-color: #FFFFFF;
padding: 0 30px 30px 30px;
}
#instructions-title:before {
content: "\275D";
font-family: "Fontcons";
padding: 10px;
}
#instructions-title {
margin: 10px 0 0 0;
padding: 20px 0 10px 0;
}
#who {
font-weight: bold;
}
.instructions ul {
margin-left: 0;
}
.instructions ul li {
padding: 0 0 15px 0;
list-style: none;
}
.description {
width: 225px;
display: block;
float: right;
top: 50%;
height: auto;
padding-top: 5px;
}
.or {
padding-left: 30px;
font-size: 12pt;
font-weight: bold;
}
.instruction {
padding: 10px;
border: 1px solid #f0f0f0;
height: auto;
}
#citations-introduction .questions {
background-color: #f0f0f0;
margin-top: 0;
padding: 10px 30px 30px 30px;
}
#noCitations {
text-align: center;
font-size: 12pt;
}
/* Instructions */
.introduction {
max-width: 32em;
margin: 3em auto;
background-color: #fff;
-webkit-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.4);
-ms-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
-o-box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
box-shadow: 0 1px 3px rgba(25, 25, 25, 0.4);
border: 1px solid #ddd\9; /* [!] IE 8 */
}
.introduction .introduction-message {
padding: 1em 1.4em;
text-align: center;
font-size: 1.2em;
}
.introduction .introduction-message:before {
content: "\275D";
font-family: "Fontcons";
display: block;
font-size: 7em;
line-height: 1;
color: #ccc;
margin: 0.1em 0;
}
.introduction .introduction-questions {
padding: 1em 1.4em;
background-color: #f0f0f0;
}
.introduction ol {
list-style: decimal;
}
#hubForm .citation-author {
background: #f7f7f7;
border-radius: 0.25em;
position: relative;
margin: 0 0 0.5em 0;
padding: 1em;
}
#hubForm .citation-author .author-name {
margin-right: 4em;
display: inline-block;
width: 80%;
}
#hubForm .citation-author .author-handle {
margin-right: 1em;
display: inline-block;
width: 16px;
height: 16px;
position: relative;
}
#hubForm .citation-author .author-handle:after {
display: inline-block;
width: 1em;
height: 1em;
position: absolute;
top: 0.2em;
left: 0;
content: "\f0dc";
font-family: "Fontcons";
font-size: 16px;
line-height: 1;
color: #ccc;
}
#hubForm .citation-author:hover .author-handle,
#hubForm .citation-author:hover .author-handle:after,
#hubForm .citation-author .author-handle:hover:after,
#hubForm .citation-author .author-handle:after:hover {
cursor: move;
color: #333;
}
#hubForm .citation-author span.author-description {
position: absolute;
right: 1em;
top: 25%;
font-size: 90%;
}
#hubForm .citation-author .delete {
font-size: 1.7em;
display: block;
overflow: hidden;
width: 1em;
height: 1em;
border: none;
}
#hubForm .citation-author .delete:before {
margin-right: 1em;
content: "\f014";
font-family: "Fontcons";
}
/* Hide the sidebar if the page is too narrow */
@media only screen and (max-width: 1080px) {
.member_citations .aside,
.member_citations .subject {
float: none;
}
.member_citations .aside {
display: none;
}
.member_citations .subject {
padding-left: 0;
padding-right: 0;
margin-right: 0;
}
} | 0.287368 | 0.140808 |
@charset "UTF-8";
.toastify-animated {
animation-duration: 0.75s;
animation-fill-mode: both;
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
/* IE 10 / Chrome */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
/*opacity: 0.8;*/
}
}
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
.toastify-bounceInRight, .toast-enter--top-right, .toast-enter--bottom-right {
animation-name: fadeIn;
}
.toastify-bounceOutRight, .toast-exit--top-right, .toast-exit--bottom-right {
animation-name: fadeOut;
}
.toastify-bounceInLeft, .toast-enter--top-left, .toast-enter--bottom-left {
animation-name: fadeIn;
}
.toastify-bounceOutLeft, .toast-exit--top-left, .toast-exit--bottom-left {
animation-name: fadeOut;
}
.toastify-bounceInUp, .toast-enter--bottom-center {
animation-name: fadeIn;
}
.toastify-bounceOutUp, .toast-exit--top-center {
animation-name: fadeOut;
}
.toastify-bounceInDown, .toast-enter--top-center {
animation-name: fadeIn;
}
.toastify-bounceOutDown, .toast-exit--bottom-center {
animation-name: fadeOut;
}
.toastify {
z-index: 999;
position: fixed;
padding: 4px;
width: 320px;
box-sizing: border-box;
color: #fff; }
.toastify--top-left {
top: 1em;
left: 1em; }
.toastify--top-center {
top: 1em;
left: 50%;
margin-left: -160px; }
.toastify--top-right {
top: 1em;
right: 1em; }
.toastify--bottom-left {
bottom: 1em;
left: 1em; }
.toastify--bottom-center {
bottom: 1em;
left: 50%;
margin-left: -160px; }
.toastify--bottom-right {
bottom: 1em;
right: 1em; }
@media only screen and (max-width: 480px) {
.toastify {
width: 100vw;
padding: 0; }
.toastify--top-left, .toastify--top-center, .toastify--top-right {
left: 0;
top: 0;
margin: 0; }
.toastify--bottom-left, .toastify--bottom-center, .toastify--bottom-right {
left: 0;
bottom: 0;
margin: 0; } }
.toastify__close {
padding: 0;
color: #fff;
font-weight: bold;
font-size: 14px;
background: transparent;
outline: none;
border: none;
cursor: pointer;
opacity: .7;
transition: .3s ease;
align-self: flex-start; }
.toastify__close:hover, .toastify__close:focus {
opacity: 1; }
.toastify-content--default .toastify__close {
color: #000;
opacity: 0.3; }
.toastify-content--default .toastify__close:hover {
opacity: 1; }
.toastify-content {
position: relative;
min-height: 48px;
margin-bottom: 1rem;
padding: 8px;
border-radius: 1px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
display: flex;
justify-content: space-between;
max-height: 800px;
overflow: hidden;
font-family: sans-serif;
cursor: pointer; }
.toastify__body {
margin: auto 0;
}
@media only screen and (max-width: 480px) {
.toastify-content {
margin-bottom: 0; } }
@keyframes track-progress {
0% {
width: 100%; }
100% {
width: 0; } }
.toastify__progress {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 5px;
z-index: 999;
opacity: 0.7;
animation: track-progress linear 1;
background-color: rgba(255, 255, 255, 0.7); }
.toastify__progress--default {
background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }
.toastify {
z-index: 999;
position: fixed;
padding: 4px;
width: 320px;
box-sizing: border-box;
color: #fff; }
.toastify-content {
position: relative;
min-height: 48px;
margin-bottom: 1rem;
padding: 15px;
padding-left: 50px;
border-radius: 1px;
opacity: 0.8;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
display: flex;
justify-content: space-between;
max-height: 800px;
overflow: hidden;
font-family: sans-serif;
cursor: pointer;
background-position: 15px center;
background-repeat: no-repeat;}
.toastify-content:hover {
opacity: 1;
transition: .45s;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
.toastify-content:before {
position: absolute;
top: 50%;
left: 15px;
margin-top: -14px;
display: block;
font-family: 'Notification';
width: 28px;
height: 28px;
font-size: 28px;
text-align: center;
line-height: 28px;
}
.toastify-content--default {
background: #fff;
color: #aaa;
}
.toastify-content--success {
background-color: #00C851;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.toastify-content--error {
background-color: #F00;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.toastify-content--info {
background-color: #33b5e5;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.toastify-content--warning {
background-color: #FF8800;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
} | Client/src/pages/alerts.css | @charset "UTF-8";
.toastify-animated {
animation-duration: 0.75s;
animation-fill-mode: both;
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
/* IE 10 / Chrome */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
/*opacity: 0.8;*/
}
}
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
.toastify-bounceInRight, .toast-enter--top-right, .toast-enter--bottom-right {
animation-name: fadeIn;
}
.toastify-bounceOutRight, .toast-exit--top-right, .toast-exit--bottom-right {
animation-name: fadeOut;
}
.toastify-bounceInLeft, .toast-enter--top-left, .toast-enter--bottom-left {
animation-name: fadeIn;
}
.toastify-bounceOutLeft, .toast-exit--top-left, .toast-exit--bottom-left {
animation-name: fadeOut;
}
.toastify-bounceInUp, .toast-enter--bottom-center {
animation-name: fadeIn;
}
.toastify-bounceOutUp, .toast-exit--top-center {
animation-name: fadeOut;
}
.toastify-bounceInDown, .toast-enter--top-center {
animation-name: fadeIn;
}
.toastify-bounceOutDown, .toast-exit--bottom-center {
animation-name: fadeOut;
}
.toastify {
z-index: 999;
position: fixed;
padding: 4px;
width: 320px;
box-sizing: border-box;
color: #fff; }
.toastify--top-left {
top: 1em;
left: 1em; }
.toastify--top-center {
top: 1em;
left: 50%;
margin-left: -160px; }
.toastify--top-right {
top: 1em;
right: 1em; }
.toastify--bottom-left {
bottom: 1em;
left: 1em; }
.toastify--bottom-center {
bottom: 1em;
left: 50%;
margin-left: -160px; }
.toastify--bottom-right {
bottom: 1em;
right: 1em; }
@media only screen and (max-width: 480px) {
.toastify {
width: 100vw;
padding: 0; }
.toastify--top-left, .toastify--top-center, .toastify--top-right {
left: 0;
top: 0;
margin: 0; }
.toastify--bottom-left, .toastify--bottom-center, .toastify--bottom-right {
left: 0;
bottom: 0;
margin: 0; } }
.toastify__close {
padding: 0;
color: #fff;
font-weight: bold;
font-size: 14px;
background: transparent;
outline: none;
border: none;
cursor: pointer;
opacity: .7;
transition: .3s ease;
align-self: flex-start; }
.toastify__close:hover, .toastify__close:focus {
opacity: 1; }
.toastify-content--default .toastify__close {
color: #000;
opacity: 0.3; }
.toastify-content--default .toastify__close:hover {
opacity: 1; }
.toastify-content {
position: relative;
min-height: 48px;
margin-bottom: 1rem;
padding: 8px;
border-radius: 1px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
display: flex;
justify-content: space-between;
max-height: 800px;
overflow: hidden;
font-family: sans-serif;
cursor: pointer; }
.toastify__body {
margin: auto 0;
}
@media only screen and (max-width: 480px) {
.toastify-content {
margin-bottom: 0; } }
@keyframes track-progress {
0% {
width: 100%; }
100% {
width: 0; } }
.toastify__progress {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 5px;
z-index: 999;
opacity: 0.7;
animation: track-progress linear 1;
background-color: rgba(255, 255, 255, 0.7); }
.toastify__progress--default {
background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }
.toastify {
z-index: 999;
position: fixed;
padding: 4px;
width: 320px;
box-sizing: border-box;
color: #fff; }
.toastify-content {
position: relative;
min-height: 48px;
margin-bottom: 1rem;
padding: 15px;
padding-left: 50px;
border-radius: 1px;
opacity: 0.8;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
display: flex;
justify-content: space-between;
max-height: 800px;
overflow: hidden;
font-family: sans-serif;
cursor: pointer;
background-position: 15px center;
background-repeat: no-repeat;}
.toastify-content:hover {
opacity: 1;
transition: .45s;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
.toastify-content:before {
position: absolute;
top: 50%;
left: 15px;
margin-top: -14px;
display: block;
font-family: 'Notification';
width: 28px;
height: 28px;
font-size: 28px;
text-align: center;
line-height: 28px;
}
.toastify-content--default {
background: #fff;
color: #aaa;
}
.toastify-content--success {
background-color: #00C851;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.toastify-content--error {
background-color: #F00;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.toastify-content--info {
background-color: #33b5e5;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.toastify-content--warning {
background-color: #FF8800;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
} | 0.287568 | 0.171928 |
@media (min-width: 1600px) {
.d-xga-none {
display: none !important;
}
.d-xga-inline {
display: inline !important;
}
.d-xga-inline-block {
display: inline-block !important;
}
.d-xga-block {
display: block !important;
}
.d-xga-table {
display: table;
}
.d-xga-table-row {
display: table-row !important;
}
.d-xga-table-cell {
display: table-cell !important;
}
.d-xga-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xga-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1920px) {
.d-fhd-none {
display: none !important;
}
.d-fhd-inline {
display: inline !important;
}
.d-fhd-inline-block {
display: inline-block !important;
}
.d-fhd-block {
display: block !important;
}
.d-fhd-table {
display: table;
}
.d-fhd-table-row {
display: table-row !important;
}
.d-fhd-table-cell {
display: table-cell !important;
}
.d-fhd-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-fhd-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 2560px) {
.d-rt-none {
display: none !important;
}
.d-rt-inline {
display: inline !important;
}
.d-rt-inline-block {
display: inline-block !important;
}
.d-rt-block {
display: block !important;
}
.d-rt-table {
display: table;
}
.d-rt-table-row {
display: table-row !important;
}
.d-rt-table-cell {
display: table-cell !important;
}
.d-rt-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-rt-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 2880px) {
.d-rt15-none {
display: none !important;
}
.d-rt15-inline {
display: inline !important;
}
.d-rt15-inline-block {
display: inline-block !important;
}
.d-rt15-block {
display: block !important;
}
.d-rt15-table {
display: table;
}
.d-rt15-table-row {
display: table-row !important;
}
.d-rt15-table-cell {
display: table-cell !important;
}
.d-rt15-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-rt15-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 3840px) {
.d-uhd-none {
display: none !important;
}
.d-uhd-inline {
display: inline !important;
}
.d-uhd-inline-block {
display: inline-block !important;
}
.d-uhd-block {
display: block !important;
}
.d-uhd-table {
display: table;
}
.d-uhd-table-row {
display: table-row !important;
}
.d-uhd-table-cell {
display: table-cell !important;
}
.d-uhd-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-uhd-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 4096px) {
.d-4k-none {
display: none !important;
}
.d-4k-inline {
display: inline !important;
}
.d-4k-inline-block {
display: inline-block !important;
}
.d-4k-block {
display: block !important;
}
.d-4k-table {
display: table;
}
.d-4k-table-row {
display: table-row !important;
}
.d-4k-table-cell {
display: table-cell !important;
}
.d-4k-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-4k-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 8192px) {
.d-8k-none {
display: none !important;
}
.d-8k-inline {
display: inline !important;
}
.d-8k-inline-block {
display: inline-block !important;
}
.d-8k-block {
display: block !important;
}
.d-8k-table {
display: table;
}
.d-8k-table-row {
display: table-row !important;
}
.d-8k-table-cell {
display: table-cell !important;
}
.d-8k-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-8k-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1600px) {
.container {
width: 1530px;
}
}
@media (min-width: 1920px) {
.container {
width: 1830px;
}
}
@media (min-width: 2560px) {
.container {
width: 2470px;
}
}
@media (min-width: 2880px) {
.container {
width: 2790px;
}
}
@media (min-width: 3840px) {
.container {
width: 3810px;
}
}
@media (min-width: 4096px) {
.container {
width: 4006px;
}
}
@media (min-width: 8192px) {
.container {
width: 8102px;
}
}
.col-xga-1, .col-fhd-1, .col-rt-1, .col-rt15-1, .col-uhd-1, .col-4k-1, .col-8k-1,
.col-xga-2, .col-fhd-2, .col-rt-2, .col-rt15-2, .col-uhd-2, .col-4k-2, .col-8k-2,
.col-xga-3, .col-fhd-3, .col-rt-3, .col-rt15-3, .col-uhd-3, .col-4k-3, .col-8k-3,
.col-xga-4, .col-fhd-4, .col-rt-4, .col-rt15-4, .col-uhd-4, .col-4k-4, .col-8k-4,
.col-xga-5, .col-fhd-5, .col-rt-5, .col-rt15-5, .col-uhd-5, .col-4k-5, .col-8k-5,
.col-xga-6, .col-fhd-6, .col-rt-6, .col-rt15-6, .col-uhd-6, .col-4k-6, .col-8k-6,
.col-xga-7, .col-fhd-7, .col-rt-7, .col-rt15-7, .col-uhd-7, .col-4k-7, .col-8k-7,
.col-xga-8, .col-fhd-8, .col-rt-8, .col-rt15-8, .col-uhd-8, .col-4k-8, .col-8k-8,
.col-xga-9, .col-fhd-9, .col-rt-9, .col-rt15-9, .col-uhd-9, .col-4k-9, .col-8k-9,
.col-xga-10, .col-fhd-10, .col-rt-10, .col-rt15-10, .col-uhd-10, .col-4k-10, .col-8k-10,
.col-xga-11, .col-fhd-11, .col-rt-11, .col-rt15-11, .col-uhd-11, .col-4k-11, .col-8k-11,
.col-xga-12, .col-fhd-12, .col-rt-12, .col-rt15-12, .col-uhd-12, .col-4k-12, .col-8k-12 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1600px) {
.col-xga {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xga-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xga-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xga-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xga-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xga-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xga-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xga-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xga-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xga-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xga-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xga-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xga-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xga-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xga-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xga-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xga-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xga-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xga-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xga-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xga-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xga-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xga-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xga-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xga-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xga-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xga-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xga-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xga-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xga-0 {
margin-left: 0;
}
.offset-xga-1 {
margin-left: 8.333333%;
}
.offset-xga-2 {
margin-left: 16.666667%;
}
.offset-xga-3 {
margin-left: 25%;
}
.offset-xga-4 {
margin-left: 33.333333%;
}
.offset-xga-5 {
margin-left: 41.666667%;
}
.offset-xga-6 {
margin-left: 50%;
}
.offset-xga-7 {
margin-left: 58.333333%;
}
.offset-xga-8 {
margin-left: 66.666667%;
}
.offset-xga-9 {
margin-left: 75%;
}
.offset-xga-10 {
margin-left: 83.333333%;
}
.offset-xga-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1920px) {
.col-fhd {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-fhd-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-fhd-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-fhd-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-fhd-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-fhd-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-fhd-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-fhd-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-fhd-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-fhd-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-fhd-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-fhd-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-fhd-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-fhd-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-fhd-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-fhd-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-fhd-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-fhd-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-fhd-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-fhd-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-fhd-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-fhd-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-fhd-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-fhd-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-fhd-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-fhd-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-fhd-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-fhd-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-fhd-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-fhd-0 {
margin-left: 0;
}
.offset-fhd-1 {
margin-left: 8.333333%;
}
.offset-fhd-2 {
margin-left: 16.666667%;
}
.offset-fhd-3 {
margin-left: 25%;
}
.offset-fhd-4 {
margin-left: 33.333333%;
}
.offset-fhd-5 {
margin-left: 41.666667%;
}
.offset-fhd-6 {
margin-left: 50%;
}
.offset-fhd-7 {
margin-left: 58.333333%;
}
.offset-fhd-8 {
margin-left: 66.666667%;
}
.offset-fhd-9 {
margin-left: 75%;
}
.offset-fhd-10 {
margin-left: 83.333333%;
}
.offset-fhd-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 2560px) {
.col-rt {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-rt-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-rt-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-rt-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-rt-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-rt-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-rt-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-rt-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-rt-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-rt-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-rt-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-rt-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-rt-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-rt-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-rt-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-rt-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-rt-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-rt-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-rt-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-rt-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-rt-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-rt-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-rt-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-rt-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-rt-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-rt-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-rt-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-rt-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-rt-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-rt-0 {
margin-left: 0;
}
.offset-rt-1 {
margin-left: 8.333333%;
}
.offset-rt-2 {
margin-left: 16.666667%;
}
.offset-rt-3 {
margin-left: 25%;
}
.offset-rt-4 {
margin-left: 33.333333%;
}
.offset-rt-5 {
margin-left: 41.666667%;
}
.offset-rt-6 {
margin-left: 50%;
}
.offset-rt-7 {
margin-left: 58.333333%;
}
.offset-rt-8 {
margin-left: 66.666667%;
}
.offset-rt-9 {
margin-left: 75%;
}
.offset-rt-10 {
margin-left: 83.333333%;
}
.offset-rt-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 2880px) {
.col-rt15 {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-rt15-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-rt15-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-rt15-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-rt15-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-rt15-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-rt15-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-rt15-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-rt15-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-rt15-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-rt15-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-rt15-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-rt15-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-rt15-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-rt15-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-rt15-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-rt15-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-rt15-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-rt15-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-rt15-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-rt15-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-rt15-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-rt15-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-rt15-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-rt15-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-rt15-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-rt15-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-rt15-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-rt15-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-rt15-0 {
margin-left: 0;
}
.offset-rt15-1 {
margin-left: 8.333333%;
}
.offset-rt15-2 {
margin-left: 16.666667%;
}
.offset-rt15-3 {
margin-left: 25%;
}
.offset-rt15-4 {
margin-left: 33.333333%;
}
.offset-rt15-5 {
margin-left: 41.666667%;
}
.offset-rt15-6 {
margin-left: 50%;
}
.offset-rt15-7 {
margin-left: 58.333333%;
}
.offset-rt15-8 {
margin-left: 66.666667%;
}
.offset-rt15-9 {
margin-left: 75%;
}
.offset-rt15-10 {
margin-left: 83.333333%;
}
.offset-rt15-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 3840px) {
.col-uhd {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-uhd-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-uhd-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-uhd-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-uhd-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-uhd-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-uhd-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-uhd-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-uhd-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-uhd-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-uhd-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-uhd-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-uhd-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-uhd-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-uhd-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-uhd-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-uhd-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-uhd-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-uhd-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-uhd-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-uhd-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-uhd-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-uhd-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-uhd-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-uhd-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-uhd-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-uhd-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-uhd-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-uhd-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-uhd-0 {
margin-left: 0;
}
.offset-uhd-1 {
margin-left: 8.333333%;
}
.offset-uhd-2 {
margin-left: 16.666667%;
}
.offset-uhd-3 {
margin-left: 25%;
}
.offset-uhd-4 {
margin-left: 33.333333%;
}
.offset-uhd-5 {
margin-left: 41.666667%;
}
.offset-uhd-6 {
margin-left: 50%;
}
.offset-uhd-7 {
margin-left: 58.333333%;
}
.offset-uhd-8 {
margin-left: 66.666667%;
}
.offset-uhd-9 {
margin-left: 75%;
}
.offset-uhd-10 {
margin-left: 83.333333%;
}
.offset-uhd-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 4096px) {
.col-4k {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-4k-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-4k-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-4k-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-4k-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4k-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-4k-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-4k-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-4k-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-4k-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-4k-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-4k-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-4k-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-4k-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-4k-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-4k-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-4k-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-4k-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-4k-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-4k-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4k-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-4k-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-4k-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-4k-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-4k-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-4k-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-4k-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-4k-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-4k-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-4k-0 {
margin-left: 0;
}
.offset-4k-1 {
margin-left: 8.333333%;
}
.offset-4k-2 {
margin-left: 16.666667%;
}
.offset-4k-3 {
margin-left: 25%;
}
.offset-4k-4 {
margin-left: 33.333333%;
}
.offset-4k-5 {
margin-left: 41.666667%;
}
.offset-4k-6 {
margin-left: 50%;
}
.offset-4k-7 {
margin-left: 58.333333%;
}
.offset-4k-8 {
margin-left: 66.666667%;
}
.offset-4k-9 {
margin-left: 75%;
}
.offset-4k-10 {
margin-left: 83.333333%;
}
.offset-4k-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 8192px) {
.col-8k {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-8k-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-8k-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-8k-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-8k-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-8k-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-8k-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-8k-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-8k-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8k-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-8k-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-8k-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-8k-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-8k-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-8k-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-8k-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-8k-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-8k-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-8k-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-8k-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-8k-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-8k-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-8k-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-8k-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8k-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-8k-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-8k-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-8k-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-8k-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-8k-0 {
margin-left: 0;
}
.offset-8k-1 {
margin-left: 8.333333%;
}
.offset-8k-2 {
margin-left: 16.666667%;
}
.offset-8k-3 {
margin-left: 25%;
}
.offset-8k-4 {
margin-left: 33.333333%;
}
.offset-8k-5 {
margin-left: 41.666667%;
}
.offset-8k-6 {
margin-left: 50%;
}
.offset-8k-7 {
margin-left: 58.333333%;
}
.offset-8k-8 {
margin-left: 66.666667%;
}
.offset-8k-9 {
margin-left: 75%;
}
.offset-8k-10 {
margin-left: 83.333333%;
}
.offset-8k-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1600px) {
.flex-xga-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xga-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xga-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xga-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xga-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xga-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xga-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xga-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xga-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xga-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xga-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xga-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xga-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xga-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xga-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xga-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xga-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xga-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xga-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xga-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xga-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xga-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xga-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xga-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xga-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xga-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xga-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xga-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xga-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1920px) {
.flex-fhd-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-fhd-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-fhd-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-fhd-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-fhd-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-fhd-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-fhd-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-fhd-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-fhd-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-fhd-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-fhd-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-fhd-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-fhd-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-fhd-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-fhd-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-fhd-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-fhd-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-fhd-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-fhd-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-fhd-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-fhd-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-fhd-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-fhd-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-fhd-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-fhd-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-fhd-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-fhd-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-fhd-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-fhd-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 2560px) {
.flex-rt-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-rt-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-rt-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-rt-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-rt-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-rt-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-rt-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-rt-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-rt-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-rt-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-rt-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-rt-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-rt-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-rt-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-rt-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-rt-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-rt-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-rt-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-rt-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-rt-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-rt-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-rt-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-rt-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-rt-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-rt-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-rt-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-rt-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-rt-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-rt-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 2880px) {
.flex-rt15-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-rt15-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-rt15-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-rt15-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-rt15-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-rt15-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-rt15-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-rt15-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-rt15-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-rt15-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-rt15-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-rt15-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-rt15-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-rt15-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-rt15-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-rt15-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-rt15-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-rt15-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-rt15-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-rt15-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-rt15-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-rt15-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-rt15-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-rt15-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-rt15-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-rt15-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-rt15-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-rt15-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-rt15-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 3840px) {
.flex-uhd-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-uhd-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-uhd-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-uhd-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-uhd-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-uhd-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-uhd-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-uhd-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-uhd-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-uhd-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-uhd-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-uhd-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-uhd-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-uhd-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-uhd-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-uhd-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-uhd-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-uhd-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-uhd-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-uhd-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-uhd-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-uhd-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-uhd-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-uhd-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-uhd-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-uhd-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-uhd-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-uhd-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-uhd-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 4096px) {
.flex-4k-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-4k-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-4k-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-4k-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-4k-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-4k-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-4k-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-4k-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-4k-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-4k-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-4k-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-4k-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-4k-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-4k-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-4k-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-4k-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-4k-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-4k-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-4k-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-4k-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-4k-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-4k-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-4k-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-4k-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-4k-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-4k-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-4k-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-4k-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-4k-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 8192px) {
.flex-8k-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-8k-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-8k-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-8k-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-8k-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-8k-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-8k-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-8k-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-8k-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-8k-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-8k-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-8k-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-8k-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-8k-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-8k-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-8k-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-8k-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-8k-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-8k-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-8k-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-8k-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-8k-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-8k-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-8k-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-8k-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-8k-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-8k-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-8k-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-8k-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
} | resources/quantumpro/vendor/bootstrap-extend/bootstrap-largegrid.css | @media (min-width: 1600px) {
.d-xga-none {
display: none !important;
}
.d-xga-inline {
display: inline !important;
}
.d-xga-inline-block {
display: inline-block !important;
}
.d-xga-block {
display: block !important;
}
.d-xga-table {
display: table;
}
.d-xga-table-row {
display: table-row !important;
}
.d-xga-table-cell {
display: table-cell !important;
}
.d-xga-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xga-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1920px) {
.d-fhd-none {
display: none !important;
}
.d-fhd-inline {
display: inline !important;
}
.d-fhd-inline-block {
display: inline-block !important;
}
.d-fhd-block {
display: block !important;
}
.d-fhd-table {
display: table;
}
.d-fhd-table-row {
display: table-row !important;
}
.d-fhd-table-cell {
display: table-cell !important;
}
.d-fhd-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-fhd-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 2560px) {
.d-rt-none {
display: none !important;
}
.d-rt-inline {
display: inline !important;
}
.d-rt-inline-block {
display: inline-block !important;
}
.d-rt-block {
display: block !important;
}
.d-rt-table {
display: table;
}
.d-rt-table-row {
display: table-row !important;
}
.d-rt-table-cell {
display: table-cell !important;
}
.d-rt-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-rt-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 2880px) {
.d-rt15-none {
display: none !important;
}
.d-rt15-inline {
display: inline !important;
}
.d-rt15-inline-block {
display: inline-block !important;
}
.d-rt15-block {
display: block !important;
}
.d-rt15-table {
display: table;
}
.d-rt15-table-row {
display: table-row !important;
}
.d-rt15-table-cell {
display: table-cell !important;
}
.d-rt15-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-rt15-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 3840px) {
.d-uhd-none {
display: none !important;
}
.d-uhd-inline {
display: inline !important;
}
.d-uhd-inline-block {
display: inline-block !important;
}
.d-uhd-block {
display: block !important;
}
.d-uhd-table {
display: table;
}
.d-uhd-table-row {
display: table-row !important;
}
.d-uhd-table-cell {
display: table-cell !important;
}
.d-uhd-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-uhd-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 4096px) {
.d-4k-none {
display: none !important;
}
.d-4k-inline {
display: inline !important;
}
.d-4k-inline-block {
display: inline-block !important;
}
.d-4k-block {
display: block !important;
}
.d-4k-table {
display: table;
}
.d-4k-table-row {
display: table-row !important;
}
.d-4k-table-cell {
display: table-cell !important;
}
.d-4k-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-4k-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 8192px) {
.d-8k-none {
display: none !important;
}
.d-8k-inline {
display: inline !important;
}
.d-8k-inline-block {
display: inline-block !important;
}
.d-8k-block {
display: block !important;
}
.d-8k-table {
display: table;
}
.d-8k-table-row {
display: table-row !important;
}
.d-8k-table-cell {
display: table-cell !important;
}
.d-8k-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-8k-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1600px) {
.container {
width: 1530px;
}
}
@media (min-width: 1920px) {
.container {
width: 1830px;
}
}
@media (min-width: 2560px) {
.container {
width: 2470px;
}
}
@media (min-width: 2880px) {
.container {
width: 2790px;
}
}
@media (min-width: 3840px) {
.container {
width: 3810px;
}
}
@media (min-width: 4096px) {
.container {
width: 4006px;
}
}
@media (min-width: 8192px) {
.container {
width: 8102px;
}
}
.col-xga-1, .col-fhd-1, .col-rt-1, .col-rt15-1, .col-uhd-1, .col-4k-1, .col-8k-1,
.col-xga-2, .col-fhd-2, .col-rt-2, .col-rt15-2, .col-uhd-2, .col-4k-2, .col-8k-2,
.col-xga-3, .col-fhd-3, .col-rt-3, .col-rt15-3, .col-uhd-3, .col-4k-3, .col-8k-3,
.col-xga-4, .col-fhd-4, .col-rt-4, .col-rt15-4, .col-uhd-4, .col-4k-4, .col-8k-4,
.col-xga-5, .col-fhd-5, .col-rt-5, .col-rt15-5, .col-uhd-5, .col-4k-5, .col-8k-5,
.col-xga-6, .col-fhd-6, .col-rt-6, .col-rt15-6, .col-uhd-6, .col-4k-6, .col-8k-6,
.col-xga-7, .col-fhd-7, .col-rt-7, .col-rt15-7, .col-uhd-7, .col-4k-7, .col-8k-7,
.col-xga-8, .col-fhd-8, .col-rt-8, .col-rt15-8, .col-uhd-8, .col-4k-8, .col-8k-8,
.col-xga-9, .col-fhd-9, .col-rt-9, .col-rt15-9, .col-uhd-9, .col-4k-9, .col-8k-9,
.col-xga-10, .col-fhd-10, .col-rt-10, .col-rt15-10, .col-uhd-10, .col-4k-10, .col-8k-10,
.col-xga-11, .col-fhd-11, .col-rt-11, .col-rt15-11, .col-uhd-11, .col-4k-11, .col-8k-11,
.col-xga-12, .col-fhd-12, .col-rt-12, .col-rt15-12, .col-uhd-12, .col-4k-12, .col-8k-12 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1600px) {
.col-xga {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xga-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xga-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xga-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xga-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xga-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xga-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xga-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xga-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xga-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xga-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xga-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xga-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xga-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xga-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xga-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xga-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xga-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xga-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xga-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xga-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xga-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xga-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xga-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xga-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xga-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xga-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xga-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xga-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xga-0 {
margin-left: 0;
}
.offset-xga-1 {
margin-left: 8.333333%;
}
.offset-xga-2 {
margin-left: 16.666667%;
}
.offset-xga-3 {
margin-left: 25%;
}
.offset-xga-4 {
margin-left: 33.333333%;
}
.offset-xga-5 {
margin-left: 41.666667%;
}
.offset-xga-6 {
margin-left: 50%;
}
.offset-xga-7 {
margin-left: 58.333333%;
}
.offset-xga-8 {
margin-left: 66.666667%;
}
.offset-xga-9 {
margin-left: 75%;
}
.offset-xga-10 {
margin-left: 83.333333%;
}
.offset-xga-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1920px) {
.col-fhd {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-fhd-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-fhd-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-fhd-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-fhd-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-fhd-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-fhd-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-fhd-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-fhd-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-fhd-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-fhd-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-fhd-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-fhd-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-fhd-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-fhd-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-fhd-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-fhd-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-fhd-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-fhd-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-fhd-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-fhd-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-fhd-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-fhd-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-fhd-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-fhd-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-fhd-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-fhd-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-fhd-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-fhd-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-fhd-0 {
margin-left: 0;
}
.offset-fhd-1 {
margin-left: 8.333333%;
}
.offset-fhd-2 {
margin-left: 16.666667%;
}
.offset-fhd-3 {
margin-left: 25%;
}
.offset-fhd-4 {
margin-left: 33.333333%;
}
.offset-fhd-5 {
margin-left: 41.666667%;
}
.offset-fhd-6 {
margin-left: 50%;
}
.offset-fhd-7 {
margin-left: 58.333333%;
}
.offset-fhd-8 {
margin-left: 66.666667%;
}
.offset-fhd-9 {
margin-left: 75%;
}
.offset-fhd-10 {
margin-left: 83.333333%;
}
.offset-fhd-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 2560px) {
.col-rt {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-rt-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-rt-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-rt-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-rt-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-rt-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-rt-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-rt-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-rt-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-rt-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-rt-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-rt-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-rt-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-rt-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-rt-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-rt-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-rt-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-rt-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-rt-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-rt-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-rt-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-rt-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-rt-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-rt-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-rt-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-rt-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-rt-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-rt-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-rt-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-rt-0 {
margin-left: 0;
}
.offset-rt-1 {
margin-left: 8.333333%;
}
.offset-rt-2 {
margin-left: 16.666667%;
}
.offset-rt-3 {
margin-left: 25%;
}
.offset-rt-4 {
margin-left: 33.333333%;
}
.offset-rt-5 {
margin-left: 41.666667%;
}
.offset-rt-6 {
margin-left: 50%;
}
.offset-rt-7 {
margin-left: 58.333333%;
}
.offset-rt-8 {
margin-left: 66.666667%;
}
.offset-rt-9 {
margin-left: 75%;
}
.offset-rt-10 {
margin-left: 83.333333%;
}
.offset-rt-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 2880px) {
.col-rt15 {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-rt15-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-rt15-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-rt15-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-rt15-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-rt15-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-rt15-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-rt15-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-rt15-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-rt15-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-rt15-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-rt15-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-rt15-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-rt15-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-rt15-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-rt15-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-rt15-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-rt15-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-rt15-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-rt15-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-rt15-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-rt15-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-rt15-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-rt15-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-rt15-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-rt15-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-rt15-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-rt15-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-rt15-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-rt15-0 {
margin-left: 0;
}
.offset-rt15-1 {
margin-left: 8.333333%;
}
.offset-rt15-2 {
margin-left: 16.666667%;
}
.offset-rt15-3 {
margin-left: 25%;
}
.offset-rt15-4 {
margin-left: 33.333333%;
}
.offset-rt15-5 {
margin-left: 41.666667%;
}
.offset-rt15-6 {
margin-left: 50%;
}
.offset-rt15-7 {
margin-left: 58.333333%;
}
.offset-rt15-8 {
margin-left: 66.666667%;
}
.offset-rt15-9 {
margin-left: 75%;
}
.offset-rt15-10 {
margin-left: 83.333333%;
}
.offset-rt15-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 3840px) {
.col-uhd {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-uhd-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-uhd-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-uhd-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-uhd-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-uhd-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-uhd-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-uhd-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-uhd-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-uhd-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-uhd-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-uhd-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-uhd-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-uhd-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-uhd-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-uhd-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-uhd-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-uhd-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-uhd-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-uhd-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-uhd-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-uhd-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-uhd-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-uhd-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-uhd-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-uhd-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-uhd-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-uhd-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-uhd-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-uhd-0 {
margin-left: 0;
}
.offset-uhd-1 {
margin-left: 8.333333%;
}
.offset-uhd-2 {
margin-left: 16.666667%;
}
.offset-uhd-3 {
margin-left: 25%;
}
.offset-uhd-4 {
margin-left: 33.333333%;
}
.offset-uhd-5 {
margin-left: 41.666667%;
}
.offset-uhd-6 {
margin-left: 50%;
}
.offset-uhd-7 {
margin-left: 58.333333%;
}
.offset-uhd-8 {
margin-left: 66.666667%;
}
.offset-uhd-9 {
margin-left: 75%;
}
.offset-uhd-10 {
margin-left: 83.333333%;
}
.offset-uhd-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 4096px) {
.col-4k {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-4k-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-4k-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-4k-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-4k-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4k-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-4k-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-4k-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-4k-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-4k-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-4k-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-4k-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-4k-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-4k-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-4k-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-4k-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-4k-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-4k-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-4k-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-4k-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4k-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-4k-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-4k-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-4k-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-4k-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-4k-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-4k-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-4k-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-4k-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-4k-0 {
margin-left: 0;
}
.offset-4k-1 {
margin-left: 8.333333%;
}
.offset-4k-2 {
margin-left: 16.666667%;
}
.offset-4k-3 {
margin-left: 25%;
}
.offset-4k-4 {
margin-left: 33.333333%;
}
.offset-4k-5 {
margin-left: 41.666667%;
}
.offset-4k-6 {
margin-left: 50%;
}
.offset-4k-7 {
margin-left: 58.333333%;
}
.offset-4k-8 {
margin-left: 66.666667%;
}
.offset-4k-9 {
margin-left: 75%;
}
.offset-4k-10 {
margin-left: 83.333333%;
}
.offset-4k-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 8192px) {
.col-8k {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-8k-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-8k-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-8k-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-8k-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-8k-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-8k-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-8k-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-8k-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8k-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-8k-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-8k-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-8k-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-8k-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-8k-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-8k-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-8k-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-8k-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-8k-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-8k-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-8k-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-8k-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-8k-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-8k-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8k-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-8k-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-8k-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-8k-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-8k-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-8k-0 {
margin-left: 0;
}
.offset-8k-1 {
margin-left: 8.333333%;
}
.offset-8k-2 {
margin-left: 16.666667%;
}
.offset-8k-3 {
margin-left: 25%;
}
.offset-8k-4 {
margin-left: 33.333333%;
}
.offset-8k-5 {
margin-left: 41.666667%;
}
.offset-8k-6 {
margin-left: 50%;
}
.offset-8k-7 {
margin-left: 58.333333%;
}
.offset-8k-8 {
margin-left: 66.666667%;
}
.offset-8k-9 {
margin-left: 75%;
}
.offset-8k-10 {
margin-left: 83.333333%;
}
.offset-8k-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1600px) {
.flex-xga-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xga-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xga-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xga-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xga-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xga-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xga-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-xga-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xga-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xga-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xga-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xga-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xga-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xga-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xga-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xga-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xga-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xga-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xga-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xga-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xga-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xga-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xga-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xga-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xga-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xga-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xga-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xga-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xga-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1920px) {
.flex-fhd-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-fhd-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-fhd-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-fhd-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-fhd-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-fhd-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-fhd-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-fhd-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-fhd-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-fhd-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-fhd-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-fhd-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-fhd-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-fhd-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-fhd-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-fhd-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-fhd-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-fhd-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-fhd-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-fhd-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-fhd-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-fhd-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-fhd-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-fhd-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-fhd-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-fhd-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-fhd-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-fhd-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-fhd-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 2560px) {
.flex-rt-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-rt-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-rt-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-rt-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-rt-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-rt-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-rt-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-rt-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-rt-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-rt-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-rt-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-rt-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-rt-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-rt-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-rt-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-rt-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-rt-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-rt-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-rt-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-rt-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-rt-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-rt-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-rt-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-rt-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-rt-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-rt-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-rt-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-rt-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-rt-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 2880px) {
.flex-rt15-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-rt15-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-rt15-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-rt15-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-rt15-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-rt15-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-rt15-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-rt15-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-rt15-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-rt15-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-rt15-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-rt15-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-rt15-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-rt15-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-rt15-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-rt15-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-rt15-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-rt15-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-rt15-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-rt15-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-rt15-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-rt15-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-rt15-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-rt15-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-rt15-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-rt15-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-rt15-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-rt15-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-rt15-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 3840px) {
.flex-uhd-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-uhd-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-uhd-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-uhd-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-uhd-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-uhd-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-uhd-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-uhd-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-uhd-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-uhd-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-uhd-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-uhd-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-uhd-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-uhd-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-uhd-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-uhd-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-uhd-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-uhd-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-uhd-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-uhd-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-uhd-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-uhd-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-uhd-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-uhd-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-uhd-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-uhd-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-uhd-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-uhd-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-uhd-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 4096px) {
.flex-4k-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-4k-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-4k-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-4k-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-4k-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-4k-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-4k-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-4k-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-4k-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-4k-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-4k-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-4k-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-4k-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-4k-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-4k-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-4k-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-4k-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-4k-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-4k-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-4k-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-4k-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-4k-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-4k-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-4k-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-4k-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-4k-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-4k-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-4k-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-4k-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 8192px) {
.flex-8k-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-8k-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-8k-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-8k-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-8k-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-8k-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-8k-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.justify-content-8k-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-8k-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-8k-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-8k-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-8k-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-8k-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-8k-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-8k-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-8k-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-8k-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-8k-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-8k-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-8k-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-8k-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-8k-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-8k-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-8k-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-8k-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-8k-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-8k-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-8k-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-8k-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
} | 0.189671 | 0.084682 |
* body {
padding: 0;
margin: 0px 16px 6px 10px;
background-color: #eeeeee;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
}
.topbar {
display: flex;
margin: 0px 0px 6px 0px;
padding: 5px;
position: sticky;
top: 0;
flex-direction: column;
background-color: #fff;
border-radius: 3px;
box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.66);
}
.topbar .logo__area {
float: left;
position: relative;
margin-right: 20px;
}
.topbar .search__bar {
margin-top: 3px;
display: inline-block;
}
.topbar .search__bar .search__bar__container #search {
border: 1px solid #fff;
outline: none;
background-color: #eee6e6;
padding: 4px;
min-width: 350px;
border-right: 0.2px solid #eee6e5;
}
.topbar .search__bar .search__bar__container button {
border: 0.2px solid #fff;
outline: none;
padding: 4px;
position: absolute;
background-color: #eee6e6;
}
.topbar .search__bar .search__bar__container i {
font-size: 18px;
padding: 1px 8px;
}
.topbar .nav__items {
float: right;
}
.topbar .nav__items ul {
list-style: none;
display: flex;
flex-direction: row;
}
.topbar .nav__items ul li {
display: flex;
justify-content: center;
align-items: center;
height: 36px;
width: 36px;
margin: 0px 18px;
padding: 0px 10px;
background-color: #fff;
transition: background 0.4s ease;
border-radius: 50%;
}
.topbar .nav__items ul li:hover {
background: #7efff44f;
}
.topbar .nav__items ul li a {
color: #131111;
}
.topbar .nav__items ul li a i {
font-size: 22px;
position: relative;
}
.container-xxl aside .about__author {
background-color: #fff;
box-sizing: border-box;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
padding: 5px;
border-radius: 5px;
border-top: 30px solid aqua;
}
.container-xxl aside .about__author .author__name__image {
display: flex;
}
.container-xxl aside .about__author .author__name__image .author__image {
max-height: 100px;
max-width: 100px;
margin-top: -25px;
}
.container-xxl aside .about__author .author__name__image .author__name {
padding-left: 5px;
margin-top: 10px;
}
.container-xxl aside .about__author .author__name__image .author__name a {
text-decoration: none;
color: #000;
}
.container-xxl aside .about__author .author__name__image .author__name a:hover {
text-decoration: underline;
color: #1d1a1a;
}
.container-xxl aside .about__author .author__bio {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 12px;
}
.container-xxl aside .about__author .follow__btn {
width: 100%;
}
.container-xxl aside .about__author .follow__btn button {
background-color: aqua;
width: 100%;
border: none;
outline: none;
border-radius: 8px;
padding: 6px;
}
.container-xxl aside .about__author .follow__btn button:hover {
background-color: #19e9e9;
}
.container-xxl aside .author__blogs {
box-sizing: border-box;
background-color: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
margin-top: 8px;
border-radius: 8px;
}
.container-xxl aside .author__blogs h6 {
padding: 3px 0px 2px 8px;
}
.container-xxl aside .author__blogs .container .single__blog {
transition: background 0.3s ease;
}
.container-xxl aside .author__blogs .container .single__blog .post__title a {
text-decoration: none;
color: #1b1a1a;
}
.container-xxl aside .author__blogs .container .single__blog .post__title a h6 {
font-size: 14px;
}
.container-xxl aside .author__blogs .container .single__blog .tags {
margin-top: -10px;
padding-left: 4px;
}
.container-xxl aside .author__blogs .container .single__blog .tags span a {
text-decoration: none;
color: #1b1a1a;
font-size: 12px;
}
.container-xxl aside .author__blogs .container .single__blog:hover {
background-color: #e1e1e1;
border-radius: 8px;
}
main .main__content__section {
width: 100%;
}
main .main__content__section .container {
background: #fff;
box-sizing: border-box;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
width: 100%;
border-radius: 8px;
padding: 10px 15px 5px 15px;
}
main .main__content__section .container .title {
padding: 15px;
padding-top: 25px;
padding-bottom: 2px;
}
main .main__content__section .container .tags {
margin: 0px 3px 5px 15px;
}
main .main__content__section .container .tags a {
text-decoration: none;
font-size: 13px;
padding: 4px;
background: aqua;
border-radius: 4px;
}
main .main__content__section .container .tags a:hover {
text-decoration: underline;
}
main .main__content__section .container .author {
display: flex;
padding: 10px;
padding-left: 0px;
}
main .main__content__section .container .author .author__pic {
margin: 5px 10px 0px 15px;
}
main .main__content__section .container .author .author__pic a {
text-decoration: none;
color: black;
}
main .main__content__section .container .author .author__pic a i {
font-size: 32px;
}
main .main__content__section .container .author .author__name__time .author__name a {
color: #2c2a2a;
font-size: 14px;
text-decoration: none;
}
main .main__content__section .container .author .author__name__time .author__name a:hover {
text-decoration: underline;
}
main .main__content__section .container .author .author__name__time .post__time {
font-size: 12px;
}
main .main__content__section .container .blog__content {
padding: 2px 14px 2px 14px;
}
main .right__side__bar .upcoming__event .container {
box-sizing: border-box;
background: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
border-radius: 8px;
}
main .right__side__bar .upcoming__event .container h6 a {
text-decoration: none;
color: gray;
}
main .right__side__bar .recent__activities {
margin-top: 30px;
}
main .right__side__bar .recent__activities .container {
box-sizing: border-box;
background: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
border-radius: 8px;
}
main .right__side__bar .recent__activities .container h6 a {
text-decoration: none;
color: gray;
}
main .right__side__bar .popular__activities {
margin-top: 30px;
}
main .right__side__bar .popular__activities .container {
box-sizing: border-box;
background: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
border-radius: 8px;
}
main .right__side__bar .popular__activities .container h6 a {
text-decoration: none;
color: gray;
}/*# sourceMappingURL=single_blog.css.map */ | Styles/single_blog.css | * body {
padding: 0;
margin: 0px 16px 6px 10px;
background-color: #eeeeee;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
}
.topbar {
display: flex;
margin: 0px 0px 6px 0px;
padding: 5px;
position: sticky;
top: 0;
flex-direction: column;
background-color: #fff;
border-radius: 3px;
box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.66);
}
.topbar .logo__area {
float: left;
position: relative;
margin-right: 20px;
}
.topbar .search__bar {
margin-top: 3px;
display: inline-block;
}
.topbar .search__bar .search__bar__container #search {
border: 1px solid #fff;
outline: none;
background-color: #eee6e6;
padding: 4px;
min-width: 350px;
border-right: 0.2px solid #eee6e5;
}
.topbar .search__bar .search__bar__container button {
border: 0.2px solid #fff;
outline: none;
padding: 4px;
position: absolute;
background-color: #eee6e6;
}
.topbar .search__bar .search__bar__container i {
font-size: 18px;
padding: 1px 8px;
}
.topbar .nav__items {
float: right;
}
.topbar .nav__items ul {
list-style: none;
display: flex;
flex-direction: row;
}
.topbar .nav__items ul li {
display: flex;
justify-content: center;
align-items: center;
height: 36px;
width: 36px;
margin: 0px 18px;
padding: 0px 10px;
background-color: #fff;
transition: background 0.4s ease;
border-radius: 50%;
}
.topbar .nav__items ul li:hover {
background: #7efff44f;
}
.topbar .nav__items ul li a {
color: #131111;
}
.topbar .nav__items ul li a i {
font-size: 22px;
position: relative;
}
.container-xxl aside .about__author {
background-color: #fff;
box-sizing: border-box;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
padding: 5px;
border-radius: 5px;
border-top: 30px solid aqua;
}
.container-xxl aside .about__author .author__name__image {
display: flex;
}
.container-xxl aside .about__author .author__name__image .author__image {
max-height: 100px;
max-width: 100px;
margin-top: -25px;
}
.container-xxl aside .about__author .author__name__image .author__name {
padding-left: 5px;
margin-top: 10px;
}
.container-xxl aside .about__author .author__name__image .author__name a {
text-decoration: none;
color: #000;
}
.container-xxl aside .about__author .author__name__image .author__name a:hover {
text-decoration: underline;
color: #1d1a1a;
}
.container-xxl aside .about__author .author__bio {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 12px;
}
.container-xxl aside .about__author .follow__btn {
width: 100%;
}
.container-xxl aside .about__author .follow__btn button {
background-color: aqua;
width: 100%;
border: none;
outline: none;
border-radius: 8px;
padding: 6px;
}
.container-xxl aside .about__author .follow__btn button:hover {
background-color: #19e9e9;
}
.container-xxl aside .author__blogs {
box-sizing: border-box;
background-color: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
margin-top: 8px;
border-radius: 8px;
}
.container-xxl aside .author__blogs h6 {
padding: 3px 0px 2px 8px;
}
.container-xxl aside .author__blogs .container .single__blog {
transition: background 0.3s ease;
}
.container-xxl aside .author__blogs .container .single__blog .post__title a {
text-decoration: none;
color: #1b1a1a;
}
.container-xxl aside .author__blogs .container .single__blog .post__title a h6 {
font-size: 14px;
}
.container-xxl aside .author__blogs .container .single__blog .tags {
margin-top: -10px;
padding-left: 4px;
}
.container-xxl aside .author__blogs .container .single__blog .tags span a {
text-decoration: none;
color: #1b1a1a;
font-size: 12px;
}
.container-xxl aside .author__blogs .container .single__blog:hover {
background-color: #e1e1e1;
border-radius: 8px;
}
main .main__content__section {
width: 100%;
}
main .main__content__section .container {
background: #fff;
box-sizing: border-box;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
width: 100%;
border-radius: 8px;
padding: 10px 15px 5px 15px;
}
main .main__content__section .container .title {
padding: 15px;
padding-top: 25px;
padding-bottom: 2px;
}
main .main__content__section .container .tags {
margin: 0px 3px 5px 15px;
}
main .main__content__section .container .tags a {
text-decoration: none;
font-size: 13px;
padding: 4px;
background: aqua;
border-radius: 4px;
}
main .main__content__section .container .tags a:hover {
text-decoration: underline;
}
main .main__content__section .container .author {
display: flex;
padding: 10px;
padding-left: 0px;
}
main .main__content__section .container .author .author__pic {
margin: 5px 10px 0px 15px;
}
main .main__content__section .container .author .author__pic a {
text-decoration: none;
color: black;
}
main .main__content__section .container .author .author__pic a i {
font-size: 32px;
}
main .main__content__section .container .author .author__name__time .author__name a {
color: #2c2a2a;
font-size: 14px;
text-decoration: none;
}
main .main__content__section .container .author .author__name__time .author__name a:hover {
text-decoration: underline;
}
main .main__content__section .container .author .author__name__time .post__time {
font-size: 12px;
}
main .main__content__section .container .blog__content {
padding: 2px 14px 2px 14px;
}
main .right__side__bar .upcoming__event .container {
box-sizing: border-box;
background: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
border-radius: 8px;
}
main .right__side__bar .upcoming__event .container h6 a {
text-decoration: none;
color: gray;
}
main .right__side__bar .recent__activities {
margin-top: 30px;
}
main .right__side__bar .recent__activities .container {
box-sizing: border-box;
background: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
border-radius: 8px;
}
main .right__side__bar .recent__activities .container h6 a {
text-decoration: none;
color: gray;
}
main .right__side__bar .popular__activities {
margin-top: 30px;
}
main .right__side__bar .popular__activities .container {
box-sizing: border-box;
background: #fff;
box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.66);
border-radius: 8px;
}
main .right__side__bar .popular__activities .container h6 a {
text-decoration: none;
color: gray;
}/*# sourceMappingURL=single_blog.css.map */ | 0.35421 | 0.057071 |
.main{
margin-top: 65px;
}
.full-size {
width: 100% !important;
}
.pointer {
cursor: pointer;
}
.center {
margin: 0 auto;
display: block;
}
.table {
display: table;
width: 100%;
margin: 0 auto;
}
.table > * {
display: table-cell;
vertical-align: middle
}
.anima1 {
-webkit-transition: all .1s linear;
-o-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
.anima2 {
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
/* Extra Small - XS */
@media(max-width:767px) {
header .menu .navbar-brand {
max-width: 250px;
padding: 0px 0 0px 15px;
}
header .menu .navbar-brand img{
max-width: 120px;
}
.navbar-default .navbar-toggle {
/*margin-top: 35px;*/
/*background: #0099FF;*/
/*margin-top: 65px;*/
}
.navbar-default .navbar-toggle:hover {
}
header .menu .navbar .navbar-collapse {
padding: 0;
}
header .menu .navbar .navbar-collapse ul {
width: 100%;
}
header .menu .navbar-collapse .navbar-nav.navbar-right{
padding: 0;
}
header .menu .navbar-nav li {
display: block;
width: 100%;
}
header .menu .navbar-nav li > a {
padding: 15px 0 10px 10px;
line-height: 20px;
margin: 0;
}
.alpha-menu.am-response-switch:before{
display: none;
}
section.home,
section.servicios,
section.empresa,
section.productos,
section.distribuidores,
section.novedades,
section.contacto,
section.cliente,
section.galeria,
section.premios,
section.agenda {
padding: 20px 0;
}
section.home .sub-categorias-home .item-cate,
section.home .flexy .col1, section.home .flexy .col2,
section.empresa .main-desc,
section.empresa .slider-detalle {
/*padding: 0;*/
}
section.home .publicada .desc {
border-left: 0;
}
footer .sitemap,
footer .n-datos{
padding: 0 15px;
margin-bottom: 15px;
}
footer .redes{
padding-top: 0;
}
footer .redes h4{
text-align: left;
margin-top: 0;
}
footer .redes ul{
position: relative;
left: 0;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
section.home h2{
margin: 0 0 15px;
line-height: 36px;
font-size: 32px;
}
section.empresa h2,
section.servicios h2,
section.premios h2,
section.contacto hgroup h3,
section.agenda .txt-evento h3{
font-size: 44px;
line-height: 48px;
}
section.agenda .txt-evento h3{
margin: 5px 0;
}
section.agenda .txt-evento .datos-evento{
margin: 30px 0 0;
}
section.agenda .txt-evento p{
padding: 0;
}
section.servicios h2{
margin: 0 0 10px;
}
section.empresa h3,
section.contacto hgroup h4{
font-size: 24px;
line-height: 24px;
margin: 0 0 10px;
}
section.contacto .form-contacto form{
margin: 2em 0;
}
section.contacto .form-contacto form .form-group,
section.contacto .form-contacto form .terminos{
padding-left: 0;
padding-right: 0;
}
section.empresa p,
section.servicios p{
width: 100%;
margin: 0;
text-align: left;
font-size: 14px;
line-height: 18px;
}
section.servicios .beneficios ul{
padding: 30px 0px;
}
section.servicios .beneficios ul li{
font-size: 21px;
line-height: 24px;
}
header .menu .navbar .navbar-collapse ul .submenu{
display: none !important;
}
section.novedades .listado-novedades,
section.novedades .buscador-categorias{
padding-left: 0;
padding-right: 0;
}
section.novedades .item-novedad h3{
padding: 10px 0 0 0;
margin: 0;
}
section.novedades .item-novedad{
margin: 0;
}
section.novedades .item-novedad-detalle .img{
margin: 0 0 20px;
}
section.novedades .item-novedad-detalle .comparte{
margin-top: 0px;
}
section.novedades .item-novedad-detalle{
margin: 0;
}
}
/* Small - SM */
@media(min-width:768px) and (max-width:991px) {
header .menu .navbar-brand {
padding: 15px 0;
}
header .menu .navbar-brand img{
max-width: 140px;
}
header .menu .navbar-nav li > a{
margin: 0 7px;
}
footer .redes {
padding: 10px 15px;
}
header .menu .navbar-nav li > a {
font-size: 18px;
padding: 10px 0;
}
header .menu .navbar .navbar-collapse ul .submenu li a{
font-size: 14px;
line-height: 16px;
}
header .menu .navbar-collapse .navbar-nav.navbar-right{
padding: 55px 0 0;
}
section.home .item-destacado h3{
font-size: 24px;
padding: 20px 10px 10px;
line-height: 30px;
min-height: 90px;
}
section.home .item-destacado h3 img{
margin-bottom: 10px;
max-width: 25px;
margin-right: 10px;
}
section.galeria .item-galeria p{
min-height: 120px;
}
.img-main-sec .dire {
left: 1%;
top: 39%;
}
}
/* Medium - MD */
@media(min-width:992px) and (max-width:1199px) {
header .menu .navbar-brand {
max-width: 300px;
padding: 15px 0;
}
section.home .item-destacado h3{
font-size: 24px;
line-height: 30px;
}
section.home .item-destacado h3 img{
margin-bottom: 10px;
max-width: 30px;
}
header .menu .navbar-nav li > a{
margin: 0 7px;
}
footer .redes {
padding: 10px 15px;
}
.img-main-sec .dire{
left: 20%;
}
}
/* Large - LG */
@media(min-width:1200px) {
}
section .presupuesto{
overflow: hidden;
padding: 60px 0;
}
section .presupuesto .cont-pasos{}
section .presupuesto .cont-pasos .paso{
width: 30%;
}
section .presupuesto .cont-pasos .paso.active{}
section .presupuesto .cont-pasos .paso span{
color: #5E5E5E;
font-size: 28px;
line-height: 32px;
font-weight: 400;
text-align: center;
width: 111px;
height: 158px;
margin: 0 auto;
display: block;
padding-top: 12px;
}
section .presupuesto .cont-pasos .paso.active span{}
section .presupuesto .cont-pasos .obra{
background: url("../../img/estado2.png") no-repeat center top;
}
section .presupuesto .cont-pasos .obra.active{
background: url('../../img/estado4.png') no-repeat center top;
}
section .presupuesto .cont-pasos .datos{
background: url('../../img/estado3.png') no-repeat center top;
}
section .presupuesto .cont-pasos .datos.active{
background: url('../../img/estado1.png') no-repeat center top;
}
section .presupuesto .cont-pasos .paso p{
color: #CCCCCC;
font-size: 20px;
line-height: 24px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
margin: 30px 0;
padding-bottom: 10px;
/*background: url(../imagenes/presupuesto/1.png) no-repeat center bottom;*/
background: url(../img/iconos/bg-linea-presupuesto-1.png) no-repeat center bottom;
}
div.linea-t{
width: 20%;
border-bottom: 1px solid;
color: #DDDDDD;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}
/***********/
section .presupuesto .cont-pasos .paso.obra.active p{
background: url(../img/iconos/bg-linea-presupuesto-2.png) no-repeat center bottom;
}
section .presupuesto .cont-pasos .paso.datos.active p{
background: url(../img/iconos/bg-linea-presupuesto-2.png) no-repeat center bottom;
}
/***********/
section .presupuesto .cont-pasos .paso.active div.linea-t{
color: #1d91d3;
}
section .presupuesto .cont-pasos .paso.active p{
color: #a9a7a7;
font-weight: 500;
}
section .presupuesto .cont-pasos .linea{
/*max-width: 200px;*/
}
section .presupuesto .cont-pasos .linea hr{
height: 1px;
background: #DDDDDD;
margin: 0 -85px;
}
section .presupuesto .pasos{}
section .presupuesto .pasos p{
overflow: hidden;
margin-bottom: 10px;
}
section .presupuesto .pasos p label{
float: left;
color: #555555;
font-size: 15px;
line-height: 18px;
font-weight: 400;
padding-right: 10px;
padding-top: 5px;
width: 20%;
text-align: right;
}
section .presupuesto .pasos p input{
float: left;
border-radius: 3px;
border: 1px solid #CCCCCC;
box-shadow: none;
width: 100%;
padding: 10px;
height: 34px;
color: #888888;
}
section .presupuesto .pasos p textarea{
float: left;
border-radius: 3px;
border: 1px solid #CCCCCC;
box-shadow: none;
min-height: 60px;
width: 100%;
color: #5E5E5E;
}
section .presupuesto .cont-btn{
overflow: hidden;
}
section .presupuesto .cont-btn button{
border-radius: 0px;
text-align: center;
color: #FFF;
font-size: 15px;
line-height: 15px;
background: #1d91d3;
padding: 15px 45px;
display: block;
cursor: pointer;
border: 0;
margin: 30px 0 30px 15px;
text-transform: uppercase;
font-weight: 400;
height: 45px;
width: 170px;
}
section .presupuesto .cont-btn .boton-atras{
background: #fff;
color: #1d91d3;
border: 1px solid #1d91d3;
}
section .presupuesto .cont-btn .boton-atras:hover{
background: #1d91d3;
color: #fff;
border: 1px solid #1d91d3;
}
section .presupuesto .cont-btn button:hover{
/*opacity: 0.9;*/
}
section .presupuesto .pasos p .input-group{}
section .presupuesto .pasos p .input-group span{}
section .presupuesto .pasos p .input-group span input{}
section .presupuesto .pasos .examinar{}
section .presupuesto .pasos .examinar label{
float: left;
color: #555555;
font-size: 15px;
line-height: 18px;
font-weight: 400;
padding-right: 10px;
padding-top: 5px;
width: 20%;
text-align: right;
}
section .presupuesto .pasos .examinar .input-group{
float: left;
width: 100%;
}
section .presupuesto .pasos .examinar .input-group-btn{
border-radius: 0px;
float: right;
padding-right: 0;
text-align: center;
padding: 10px 0;
color: #FFF;
font-size: 14px;
height: 34px;
width: 40%;
text-transform: uppercase;
line-height: 16px;
background: #1d91d3;
margin: 0;
cursor: pointer;
}
section .presupuesto .pasos .examinar .input-group-btn:hover{
opacity: 0.8;
}
section .presupuesto .pasos .examinar .input-group-btn span{
border-radius: 0;
}
section .presupuesto .pasos .examinar .input-group input[type=file]{}
section .presupuesto .pasos .examinar .input-group input[type=text]{
width: 50%;
float: left;
border-radius: 3px;
border: 1px solid #CCCCCC;
box-shadow: none;
padding: 10px;
height: 34px;
background: #FFF;
color: #5E5E5E;
text-align:right;
}
section .presupuesto .pasos .examinar .agregar{
float: right;
color: #000;
font-size: 14px;
text-decoration: underline;
margin: 15px 0 0;
}
section .presupuesto .cont-btn .anterior{
border-radius: 25px;
text-align: center;
color: #69C200;
font-size: 15px;
line-height: 18px;
height: 48px;
background: #FFF;
padding: 13px 45px;
display: block;
cursor: pointer;
border: 1px solid #69C200;
margin: 30px 0;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
font-weight: 600;
}
section .presupuesto .cont-btn .anterior:hover{
color: #69C200;
border: 1px solid #69C200;
}
section .presupuesto .cont-btn a:hover{
text-decoration: none;
} | public/css/page/russo-styles.css | .main{
margin-top: 65px;
}
.full-size {
width: 100% !important;
}
.pointer {
cursor: pointer;
}
.center {
margin: 0 auto;
display: block;
}
.table {
display: table;
width: 100%;
margin: 0 auto;
}
.table > * {
display: table-cell;
vertical-align: middle
}
.anima1 {
-webkit-transition: all .1s linear;
-o-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
.anima2 {
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
/* Extra Small - XS */
@media(max-width:767px) {
header .menu .navbar-brand {
max-width: 250px;
padding: 0px 0 0px 15px;
}
header .menu .navbar-brand img{
max-width: 120px;
}
.navbar-default .navbar-toggle {
/*margin-top: 35px;*/
/*background: #0099FF;*/
/*margin-top: 65px;*/
}
.navbar-default .navbar-toggle:hover {
}
header .menu .navbar .navbar-collapse {
padding: 0;
}
header .menu .navbar .navbar-collapse ul {
width: 100%;
}
header .menu .navbar-collapse .navbar-nav.navbar-right{
padding: 0;
}
header .menu .navbar-nav li {
display: block;
width: 100%;
}
header .menu .navbar-nav li > a {
padding: 15px 0 10px 10px;
line-height: 20px;
margin: 0;
}
.alpha-menu.am-response-switch:before{
display: none;
}
section.home,
section.servicios,
section.empresa,
section.productos,
section.distribuidores,
section.novedades,
section.contacto,
section.cliente,
section.galeria,
section.premios,
section.agenda {
padding: 20px 0;
}
section.home .sub-categorias-home .item-cate,
section.home .flexy .col1, section.home .flexy .col2,
section.empresa .main-desc,
section.empresa .slider-detalle {
/*padding: 0;*/
}
section.home .publicada .desc {
border-left: 0;
}
footer .sitemap,
footer .n-datos{
padding: 0 15px;
margin-bottom: 15px;
}
footer .redes{
padding-top: 0;
}
footer .redes h4{
text-align: left;
margin-top: 0;
}
footer .redes ul{
position: relative;
left: 0;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
section.home h2{
margin: 0 0 15px;
line-height: 36px;
font-size: 32px;
}
section.empresa h2,
section.servicios h2,
section.premios h2,
section.contacto hgroup h3,
section.agenda .txt-evento h3{
font-size: 44px;
line-height: 48px;
}
section.agenda .txt-evento h3{
margin: 5px 0;
}
section.agenda .txt-evento .datos-evento{
margin: 30px 0 0;
}
section.agenda .txt-evento p{
padding: 0;
}
section.servicios h2{
margin: 0 0 10px;
}
section.empresa h3,
section.contacto hgroup h4{
font-size: 24px;
line-height: 24px;
margin: 0 0 10px;
}
section.contacto .form-contacto form{
margin: 2em 0;
}
section.contacto .form-contacto form .form-group,
section.contacto .form-contacto form .terminos{
padding-left: 0;
padding-right: 0;
}
section.empresa p,
section.servicios p{
width: 100%;
margin: 0;
text-align: left;
font-size: 14px;
line-height: 18px;
}
section.servicios .beneficios ul{
padding: 30px 0px;
}
section.servicios .beneficios ul li{
font-size: 21px;
line-height: 24px;
}
header .menu .navbar .navbar-collapse ul .submenu{
display: none !important;
}
section.novedades .listado-novedades,
section.novedades .buscador-categorias{
padding-left: 0;
padding-right: 0;
}
section.novedades .item-novedad h3{
padding: 10px 0 0 0;
margin: 0;
}
section.novedades .item-novedad{
margin: 0;
}
section.novedades .item-novedad-detalle .img{
margin: 0 0 20px;
}
section.novedades .item-novedad-detalle .comparte{
margin-top: 0px;
}
section.novedades .item-novedad-detalle{
margin: 0;
}
}
/* Small - SM */
@media(min-width:768px) and (max-width:991px) {
header .menu .navbar-brand {
padding: 15px 0;
}
header .menu .navbar-brand img{
max-width: 140px;
}
header .menu .navbar-nav li > a{
margin: 0 7px;
}
footer .redes {
padding: 10px 15px;
}
header .menu .navbar-nav li > a {
font-size: 18px;
padding: 10px 0;
}
header .menu .navbar .navbar-collapse ul .submenu li a{
font-size: 14px;
line-height: 16px;
}
header .menu .navbar-collapse .navbar-nav.navbar-right{
padding: 55px 0 0;
}
section.home .item-destacado h3{
font-size: 24px;
padding: 20px 10px 10px;
line-height: 30px;
min-height: 90px;
}
section.home .item-destacado h3 img{
margin-bottom: 10px;
max-width: 25px;
margin-right: 10px;
}
section.galeria .item-galeria p{
min-height: 120px;
}
.img-main-sec .dire {
left: 1%;
top: 39%;
}
}
/* Medium - MD */
@media(min-width:992px) and (max-width:1199px) {
header .menu .navbar-brand {
max-width: 300px;
padding: 15px 0;
}
section.home .item-destacado h3{
font-size: 24px;
line-height: 30px;
}
section.home .item-destacado h3 img{
margin-bottom: 10px;
max-width: 30px;
}
header .menu .navbar-nav li > a{
margin: 0 7px;
}
footer .redes {
padding: 10px 15px;
}
.img-main-sec .dire{
left: 20%;
}
}
/* Large - LG */
@media(min-width:1200px) {
}
section .presupuesto{
overflow: hidden;
padding: 60px 0;
}
section .presupuesto .cont-pasos{}
section .presupuesto .cont-pasos .paso{
width: 30%;
}
section .presupuesto .cont-pasos .paso.active{}
section .presupuesto .cont-pasos .paso span{
color: #5E5E5E;
font-size: 28px;
line-height: 32px;
font-weight: 400;
text-align: center;
width: 111px;
height: 158px;
margin: 0 auto;
display: block;
padding-top: 12px;
}
section .presupuesto .cont-pasos .paso.active span{}
section .presupuesto .cont-pasos .obra{
background: url("../../img/estado2.png") no-repeat center top;
}
section .presupuesto .cont-pasos .obra.active{
background: url('../../img/estado4.png') no-repeat center top;
}
section .presupuesto .cont-pasos .datos{
background: url('../../img/estado3.png') no-repeat center top;
}
section .presupuesto .cont-pasos .datos.active{
background: url('../../img/estado1.png') no-repeat center top;
}
section .presupuesto .cont-pasos .paso p{
color: #CCCCCC;
font-size: 20px;
line-height: 24px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
margin: 30px 0;
padding-bottom: 10px;
/*background: url(../imagenes/presupuesto/1.png) no-repeat center bottom;*/
background: url(../img/iconos/bg-linea-presupuesto-1.png) no-repeat center bottom;
}
div.linea-t{
width: 20%;
border-bottom: 1px solid;
color: #DDDDDD;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}
/***********/
section .presupuesto .cont-pasos .paso.obra.active p{
background: url(../img/iconos/bg-linea-presupuesto-2.png) no-repeat center bottom;
}
section .presupuesto .cont-pasos .paso.datos.active p{
background: url(../img/iconos/bg-linea-presupuesto-2.png) no-repeat center bottom;
}
/***********/
section .presupuesto .cont-pasos .paso.active div.linea-t{
color: #1d91d3;
}
section .presupuesto .cont-pasos .paso.active p{
color: #a9a7a7;
font-weight: 500;
}
section .presupuesto .cont-pasos .linea{
/*max-width: 200px;*/
}
section .presupuesto .cont-pasos .linea hr{
height: 1px;
background: #DDDDDD;
margin: 0 -85px;
}
section .presupuesto .pasos{}
section .presupuesto .pasos p{
overflow: hidden;
margin-bottom: 10px;
}
section .presupuesto .pasos p label{
float: left;
color: #555555;
font-size: 15px;
line-height: 18px;
font-weight: 400;
padding-right: 10px;
padding-top: 5px;
width: 20%;
text-align: right;
}
section .presupuesto .pasos p input{
float: left;
border-radius: 3px;
border: 1px solid #CCCCCC;
box-shadow: none;
width: 100%;
padding: 10px;
height: 34px;
color: #888888;
}
section .presupuesto .pasos p textarea{
float: left;
border-radius: 3px;
border: 1px solid #CCCCCC;
box-shadow: none;
min-height: 60px;
width: 100%;
color: #5E5E5E;
}
section .presupuesto .cont-btn{
overflow: hidden;
}
section .presupuesto .cont-btn button{
border-radius: 0px;
text-align: center;
color: #FFF;
font-size: 15px;
line-height: 15px;
background: #1d91d3;
padding: 15px 45px;
display: block;
cursor: pointer;
border: 0;
margin: 30px 0 30px 15px;
text-transform: uppercase;
font-weight: 400;
height: 45px;
width: 170px;
}
section .presupuesto .cont-btn .boton-atras{
background: #fff;
color: #1d91d3;
border: 1px solid #1d91d3;
}
section .presupuesto .cont-btn .boton-atras:hover{
background: #1d91d3;
color: #fff;
border: 1px solid #1d91d3;
}
section .presupuesto .cont-btn button:hover{
/*opacity: 0.9;*/
}
section .presupuesto .pasos p .input-group{}
section .presupuesto .pasos p .input-group span{}
section .presupuesto .pasos p .input-group span input{}
section .presupuesto .pasos .examinar{}
section .presupuesto .pasos .examinar label{
float: left;
color: #555555;
font-size: 15px;
line-height: 18px;
font-weight: 400;
padding-right: 10px;
padding-top: 5px;
width: 20%;
text-align: right;
}
section .presupuesto .pasos .examinar .input-group{
float: left;
width: 100%;
}
section .presupuesto .pasos .examinar .input-group-btn{
border-radius: 0px;
float: right;
padding-right: 0;
text-align: center;
padding: 10px 0;
color: #FFF;
font-size: 14px;
height: 34px;
width: 40%;
text-transform: uppercase;
line-height: 16px;
background: #1d91d3;
margin: 0;
cursor: pointer;
}
section .presupuesto .pasos .examinar .input-group-btn:hover{
opacity: 0.8;
}
section .presupuesto .pasos .examinar .input-group-btn span{
border-radius: 0;
}
section .presupuesto .pasos .examinar .input-group input[type=file]{}
section .presupuesto .pasos .examinar .input-group input[type=text]{
width: 50%;
float: left;
border-radius: 3px;
border: 1px solid #CCCCCC;
box-shadow: none;
padding: 10px;
height: 34px;
background: #FFF;
color: #5E5E5E;
text-align:right;
}
section .presupuesto .pasos .examinar .agregar{
float: right;
color: #000;
font-size: 14px;
text-decoration: underline;
margin: 15px 0 0;
}
section .presupuesto .cont-btn .anterior{
border-radius: 25px;
text-align: center;
color: #69C200;
font-size: 15px;
line-height: 18px;
height: 48px;
background: #FFF;
padding: 13px 45px;
display: block;
cursor: pointer;
border: 1px solid #69C200;
margin: 30px 0;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
font-weight: 600;
}
section .presupuesto .cont-btn .anterior:hover{
color: #69C200;
border: 1px solid #69C200;
}
section .presupuesto .cont-btn a:hover{
text-decoration: none;
} | 0.191517 | 0.041443 |
* 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;
-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;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.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 {
-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 .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.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("/assets/lib/owlcarousel/assets/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%;
}
/*===================================*/
:host ::ng-deep .nav-menu>.login-menu>.material-icons {
color: #FFF;
}
.main-text {
position: absolute;
top: 50px;
width: 96.66666666666666%;
color: #FFF;
}
.carousel {
height: 400px;
}
.header-text {
color: #FFF;
}
:host ::ng-deep .login-btn {
background-color: #18d26e;
}
.add-meeting {
display: flex;
justify-content: center;
}
.profile-container {
width: 40%
}
.home-container {
/* background: url("/assets/img/intro-carousel/1.jpg") no-repeat; */
/* background: black; */
height: 100%;
margin-top: 92px
}
#header {
background-color: #997bb4;
}
.hidden {
display: none;
}
.visible {
display: block;
}
.content-container {
display: flex;
padding: 24px;
}
.views-container .card-body {
color: #997bb4;
}
.nav-link.active {
background-color: #fff;
color: #997bb4;
border: 1px solid #997bb4;
}
.card {
margin: 8px;
}
.card-body {
justify-content: center;
display: flex;
}
:host ::ng-deep .user-info-container {
min-height: unset !important;
padding: 0px !important;
margin: 0px !important;
color: #fff;
box-shadow: unset !important;
}
.views-container {
padding: 0;
justify-content: center;
width: 100%;
}
:host ::ng-deep .profile-icon, .no-profile-image {
font-size: 24px !important;
height: 24px !important;
width: 24px !important;
}
.view-active {
color: #997bb4;
border: 1px solid #997bb4;
font-size: 20px;
}
.view-active .card-body {
color: #997bb4
}
.menu-active>a {
color: black;
}
.menu-active>a:hover {
color: black;
}
:host ::ng-deep .mat-tab-body-wrapper {
border: unset !important;
}
.logo-margin {
margin-top: -22px
}
.left-container {
width: 90%;
}
.add-employee {
display: flex;
justify-content: flex-end;
width: 100%
}
.flex-css {
display: flex;
}
.toaster-container {
display: flex;
justify-content: center;
display: flex;
width: 100%;
}
.toaster-content {
position: absolute;
z-index: 1;
}
.img-fluid {
background: #FFF;
border-radius: 38px;
}
.logout-container {
right: 42px;
color: #fff;
top: 8px;
position: absolute;
}
.logout-button {
background: transparent;
color: #FFF;
}
:host ::ng-deep .contact-form .mat-tab-body-content {
padding-bottom: 0px !important;
}
:host ::ng-deep .message-form .mat-tab-body-content {
padding-top: 0px !important;
}
.primary-action {
background-color: #997bb4;
color: #FFF;
width: 160px;
margin: 8px 0;
}
.form {
padding-bottom: 16px;
}
:host ::ng-deep .ace-theme .ace-list-group .ace-list-item {
border: 1px solid #997bb4;
line-height: 74px;
border-radius: 10px;
margin: 4px;
border-left: 12px solid #997bb4;
font-size: 20px;
}
.container-button-color {
color: #997bb4;
}
.object-title {
display: flex;
justify-content: flex-start;
align-items: center;
font-weight: 700;
color: #997bb4;
font-size: 24px;
}
.card-body {
padding: 8px
}
:host ::ng-deep .filter-container {
position: absolute;
left: 15px;
}
.contact-toaster {
background: transparent;
bottom: 76px;
position: absolute;
}
.list-items {
list-style: none;
cursor: pointer;
padding: 0;
margin: 0;
}
.list-item-manage {
border: 1px solid #997bb4;
line-height: 74px;
border-radius: 10px;
margin: 4px;
padding-left: 16px;
min-height: 40px;
border-left: 12px solid #997bb4;
}
.mat-expansion-panel{
border: 1px solid #997bb4;
}
/***************************************************************/
:host ::ng-deep .ace-theme .ace-field-input:focus, .cdk-overlay-container .ace-field-input:focus{
border: 1px solid #997bb4
}
:host ::ng-deep .ace-theme .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content > span:not(.sr-only){
background-color: #FFF;
color: #997bb4;
border: 1px solid #997bb4;
border-radius: 10px 10px 0 0;
}
:host ::ng-deep .ace-theme .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content > span:not(.sr-only){
color: #FFF;
background-color: #997bb4;
border-radius: 10px 10px 0 0;
border: 2px solid #997bb4;
}
/***************************************************************/ | template/source/src/app/home/home/home.component.css | * 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;
-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;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.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 {
-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 .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.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("/assets/lib/owlcarousel/assets/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%;
}
/*===================================*/
:host ::ng-deep .nav-menu>.login-menu>.material-icons {
color: #FFF;
}
.main-text {
position: absolute;
top: 50px;
width: 96.66666666666666%;
color: #FFF;
}
.carousel {
height: 400px;
}
.header-text {
color: #FFF;
}
:host ::ng-deep .login-btn {
background-color: #18d26e;
}
.add-meeting {
display: flex;
justify-content: center;
}
.profile-container {
width: 40%
}
.home-container {
/* background: url("/assets/img/intro-carousel/1.jpg") no-repeat; */
/* background: black; */
height: 100%;
margin-top: 92px
}
#header {
background-color: #997bb4;
}
.hidden {
display: none;
}
.visible {
display: block;
}
.content-container {
display: flex;
padding: 24px;
}
.views-container .card-body {
color: #997bb4;
}
.nav-link.active {
background-color: #fff;
color: #997bb4;
border: 1px solid #997bb4;
}
.card {
margin: 8px;
}
.card-body {
justify-content: center;
display: flex;
}
:host ::ng-deep .user-info-container {
min-height: unset !important;
padding: 0px !important;
margin: 0px !important;
color: #fff;
box-shadow: unset !important;
}
.views-container {
padding: 0;
justify-content: center;
width: 100%;
}
:host ::ng-deep .profile-icon, .no-profile-image {
font-size: 24px !important;
height: 24px !important;
width: 24px !important;
}
.view-active {
color: #997bb4;
border: 1px solid #997bb4;
font-size: 20px;
}
.view-active .card-body {
color: #997bb4
}
.menu-active>a {
color: black;
}
.menu-active>a:hover {
color: black;
}
:host ::ng-deep .mat-tab-body-wrapper {
border: unset !important;
}
.logo-margin {
margin-top: -22px
}
.left-container {
width: 90%;
}
.add-employee {
display: flex;
justify-content: flex-end;
width: 100%
}
.flex-css {
display: flex;
}
.toaster-container {
display: flex;
justify-content: center;
display: flex;
width: 100%;
}
.toaster-content {
position: absolute;
z-index: 1;
}
.img-fluid {
background: #FFF;
border-radius: 38px;
}
.logout-container {
right: 42px;
color: #fff;
top: 8px;
position: absolute;
}
.logout-button {
background: transparent;
color: #FFF;
}
:host ::ng-deep .contact-form .mat-tab-body-content {
padding-bottom: 0px !important;
}
:host ::ng-deep .message-form .mat-tab-body-content {
padding-top: 0px !important;
}
.primary-action {
background-color: #997bb4;
color: #FFF;
width: 160px;
margin: 8px 0;
}
.form {
padding-bottom: 16px;
}
:host ::ng-deep .ace-theme .ace-list-group .ace-list-item {
border: 1px solid #997bb4;
line-height: 74px;
border-radius: 10px;
margin: 4px;
border-left: 12px solid #997bb4;
font-size: 20px;
}
.container-button-color {
color: #997bb4;
}
.object-title {
display: flex;
justify-content: flex-start;
align-items: center;
font-weight: 700;
color: #997bb4;
font-size: 24px;
}
.card-body {
padding: 8px
}
:host ::ng-deep .filter-container {
position: absolute;
left: 15px;
}
.contact-toaster {
background: transparent;
bottom: 76px;
position: absolute;
}
.list-items {
list-style: none;
cursor: pointer;
padding: 0;
margin: 0;
}
.list-item-manage {
border: 1px solid #997bb4;
line-height: 74px;
border-radius: 10px;
margin: 4px;
padding-left: 16px;
min-height: 40px;
border-left: 12px solid #997bb4;
}
.mat-expansion-panel{
border: 1px solid #997bb4;
}
/***************************************************************/
:host ::ng-deep .ace-theme .ace-field-input:focus, .cdk-overlay-container .ace-field-input:focus{
border: 1px solid #997bb4
}
:host ::ng-deep .ace-theme .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content > span:not(.sr-only){
background-color: #FFF;
color: #997bb4;
border: 1px solid #997bb4;
border-radius: 10px 10px 0 0;
}
:host ::ng-deep .ace-theme .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content > span:not(.sr-only){
color: #FFF;
background-color: #997bb4;
border-radius: 10px 10px 0 0;
border: 2px solid #997bb4;
}
/***************************************************************/ | 0.437824 | 0.049543 |
@CHARSET "UTF-8";
* {
font-family: Arial;
font-style: italic;
}
body {
background-color:#eeeeee;
color:#212121;
}
#menubar {
font-size:12px;
color:Black;
}
#controllerRBGroup {
position:absolute;
float:right;
right:18px;
top:10px;
}
#fileOpenDialog {
font-size:10px;
color:Black;
}
.ui-dialog .ui-dialog-titlebar {
height:16px;
}
.ui-dialog .ui-dialog-title {
font-size:12px;
color:black;
}
#infoPopup {
font-size:10px;
color:Black;
}
#tabs {
font-size:10px;
color:Black;
}
#container {
z-index:-1;
width: 83%;
height:92%;
top:6%;
position:absolute;
border:1px solid;
box-shadow: 4px 4px 2px #888888;
}
:focus { outline: none; }
#loadStatus {
width: 95%;
height: 6%;
top: 200px;
text-align:center;
position:absolute;
}
#prompt {
width: 95%;
height: 6%;
bottom: 30px;
text-align:center;
position:absolute;
}
#listing {
width: 256px;
height: 60%;
text-align:center;
position:absolute;
border:1px solid;
}
#files {
width:90%;
}
#loadButton {
top:80%;
left:45%;
position:absolute;
}
#controls {
font-size:12px;
font-weight:bold;
border:1px solid;
width: 14%;
height:92%;
top:6%;
right:1%;
position:absolute;
box-shadow: 4px 4px 2px #888888;
}
#stats {
height: 60px;
position:absolute;
margin:2px;
}
#render_stats {
padding-top: 3px;
padding-left: 6px;
font-weight:normal;
}
#scene_stats {
padding-left: 6px;
font-weight:normal;
}
#load_time_stats {
top:18px;
left:90px;
position:absolute;
padding-left: 8px;
font-weight:normal;
}
#scene_graph {
height: 130px;
top: 90px;
position:absolute;
width: 98%;
margin:2px;
}
#scene_tree {
position:absolute;
width: 98%;
height:98%;
border:1px solid;
}
#cameras {
height: 120px;
top: 240px;
position:absolute;
width: 98%;
margin:2px;
}
#cameras_list {
width: 100%;
}
#camera_controls {
padding-left: 6px;
}
#lights {
height: 120px;
top: 350px;
position:absolute;
width: 98%;
margin:2px;
}
#lights_list {
width: 100%;
}
#light_controls {
padding-left: 6px;
}
#animations {
height: 120px;
top: 460px;
position:absolute;
width: 98%;
margin:2px;
}
#animations_list {
width: 100%;
}
#animation_controls {
padding-left: 6px;
}
#misc {
height: 40px;
top: 600px;
position:absolute;
margin:2px;
width:98%;
}
#misc_controls {
padding-left: 6px;
width:100%;
}
#headlight {
top: 20px;
position:absolute;
}
#flipY {
top: 20px;
left: 80px;
position:absolute;
}
#grid {
top: 40px;
position:absolute;
}
#boundingBoxes {
top: 40px;
left: 80px;
position:absolute;
}
#overlay {
border:none;
position:absolute;
} | css/previewer.css | @CHARSET "UTF-8";
* {
font-family: Arial;
font-style: italic;
}
body {
background-color:#eeeeee;
color:#212121;
}
#menubar {
font-size:12px;
color:Black;
}
#controllerRBGroup {
position:absolute;
float:right;
right:18px;
top:10px;
}
#fileOpenDialog {
font-size:10px;
color:Black;
}
.ui-dialog .ui-dialog-titlebar {
height:16px;
}
.ui-dialog .ui-dialog-title {
font-size:12px;
color:black;
}
#infoPopup {
font-size:10px;
color:Black;
}
#tabs {
font-size:10px;
color:Black;
}
#container {
z-index:-1;
width: 83%;
height:92%;
top:6%;
position:absolute;
border:1px solid;
box-shadow: 4px 4px 2px #888888;
}
:focus { outline: none; }
#loadStatus {
width: 95%;
height: 6%;
top: 200px;
text-align:center;
position:absolute;
}
#prompt {
width: 95%;
height: 6%;
bottom: 30px;
text-align:center;
position:absolute;
}
#listing {
width: 256px;
height: 60%;
text-align:center;
position:absolute;
border:1px solid;
}
#files {
width:90%;
}
#loadButton {
top:80%;
left:45%;
position:absolute;
}
#controls {
font-size:12px;
font-weight:bold;
border:1px solid;
width: 14%;
height:92%;
top:6%;
right:1%;
position:absolute;
box-shadow: 4px 4px 2px #888888;
}
#stats {
height: 60px;
position:absolute;
margin:2px;
}
#render_stats {
padding-top: 3px;
padding-left: 6px;
font-weight:normal;
}
#scene_stats {
padding-left: 6px;
font-weight:normal;
}
#load_time_stats {
top:18px;
left:90px;
position:absolute;
padding-left: 8px;
font-weight:normal;
}
#scene_graph {
height: 130px;
top: 90px;
position:absolute;
width: 98%;
margin:2px;
}
#scene_tree {
position:absolute;
width: 98%;
height:98%;
border:1px solid;
}
#cameras {
height: 120px;
top: 240px;
position:absolute;
width: 98%;
margin:2px;
}
#cameras_list {
width: 100%;
}
#camera_controls {
padding-left: 6px;
}
#lights {
height: 120px;
top: 350px;
position:absolute;
width: 98%;
margin:2px;
}
#lights_list {
width: 100%;
}
#light_controls {
padding-left: 6px;
}
#animations {
height: 120px;
top: 460px;
position:absolute;
width: 98%;
margin:2px;
}
#animations_list {
width: 100%;
}
#animation_controls {
padding-left: 6px;
}
#misc {
height: 40px;
top: 600px;
position:absolute;
margin:2px;
width:98%;
}
#misc_controls {
padding-left: 6px;
width:100%;
}
#headlight {
top: 20px;
position:absolute;
}
#flipY {
top: 20px;
left: 80px;
position:absolute;
}
#grid {
top: 40px;
position:absolute;
}
#boundingBoxes {
top: 40px;
left: 80px;
position:absolute;
}
#overlay {
border:none;
position:absolute;
} | 0.273963 | 0.052158 |
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600);
#wrapper,
body {
min-height: 100vh
}
body,
select option {
background: #1b1f22
}
.select-wrapper,
.select-wrapper:before,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
menu,
nav,
pre code,
section {
display: block
}
.table-wrapper,
pre {
-webkit-overflow-scrolling: touch
}
#header nav ul,
ol,
ul,
ul.actions,
ul.alt,
ul.icons {
list-style: none
}
#bg,
.slideshow li span {
-webkit-backface-visibility: hidden
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline
}
blockquote,
em,
i {
font-style: italic
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
line-height: 1.5;
text-transform: uppercase;
letter-spacing: .2rem
}
.btn,
ul.actions li {
vertical-align: middle
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none
}
body {
-webkit-text-size-adjust: none
}
*,
:after,
:before {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
@-ms-viewport {
width: device-width
}
body.is-loading *,
body.is-loading:after,
body.is-loading:before,
body.is-switching *,
body.is-switching:after,
body.is-switching:before {
-moz-animation: none!important;
-webkit-animation: none!important;
-ms-animation: none!important;
animation: none!important;
-moz-transition: none!important;
-webkit-transition: none!important;
-ms-transition: none!important;
transition: none!important;
-moz-transition-delay: none!important;
-webkit-transition-delay: none!important;
-ms-transition-delay: none!important;
transition-delay: none!important
}
html {
font-size: 16pt
}
@media screen and (max-width:1680px) {
html {
font-size: 12pt
}
}
@media screen and (max-width:736px) {
html {
font-size: 11pt
}
}
@media screen and (max-width:360px) {
html {
font-size: 10pt
}
}
body,
input,
select,
textarea {
color: #fff!important;
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
font-size: 1rem;
line-height: 1.65
}
a:not(a.qwe),
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
text-decoration: none
}
a:not(a.qwe) {
-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
-ms-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
border-bottom: dotted 1px rgba(255, 255, 255, .5)
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
color: #fff;
font-weight: 600
}
a:hover {
border-bottom-color: transparent
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 1rem
}
h1,
h2 {
letter-spacing: .5rem
}
h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
border-bottom: solid 1px #fff;
width: -moz-max-content;
width: -webkit-max-content;
width: -ms-max-content;
width: max-content;
padding-bottom: .5rem;
margin: 0 0 2rem
}
h1 {
font-size: 2.25rem;
line-height: 1.3
}
h2 {
font-size: 1.5rem;
line-height: 1.4
}
h3 {
font-size: 1rem
}
h4 {
font-size: .8rem
}
h5 {
font-size: .7rem
}
h6 {
font-size: .6rem
}
@media screen and (max-width:736px) {
h1 {
font-size: 1.75rem;
line-height: 1.4
}
h2 {
font-size: 1.25em;
line-height: 1.5
}
}
sub,
sup {
font-size: .8rem;
position: relative
}
sub {
top: .5rem
}
sup {
top: -.5rem
}
code,
pre {
font-family: "Courier New", monospace;
font-size: .9rem
}
blockquote {
border-left: solid 4px #fff
}
code {
background: rgba(255, 255, 255, .075);
border-radius: 4px;
margin: 0 .25rem;
padding: .25rem .65rem
}
pre code {
line-height: 1.75;
padding: 1rem 1.5rem;
overflow-x: auto
}
hr {
border: 0;
border-bottom: solid 1px #fff;
margin: 2.75rem 0
}
.align-left {
text-align: left
}
.align-center {
text-align: center
}
.align-right {
text-align: right
}
form .field {
margin: 0 0 1.5rem
}
form .field.half {
width: 50%;
float: left;
padding: 0 0 0 .75rem
}
form .field.half.first {
padding: 0 .75rem 0 0
}
form>.actions {
margin: 1.875rem 0 0!important
}
@media screen and (max-width:736px) {
form .field {
margin: 0 0 1.125rem
}
form .field.half {
padding: 0 0 0 .5625rem
}
form .field.half.first {
padding: 0 .5625rem 0 0
}
form>.actions {
margin: 1.5rem 0 0!important
}
}
@media screen and (max-width:480px) {
body,
html {
min-width: 320px
}
form .field.half {
width: 100%;
float: none;
padding: 0
}
form .field.half.first {
padding: 0
}
}
label {
color: #fff;
font-size: .8rem;
font-weight: 300;
margin: 0 0 1rem
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
background: 0 0;
border-radius: 4px;
border: 1px solid #fff;
color: inherit;
display: block;
outline: 0;
padding: 0 1rem;
text-decoration: none;
width: 100%
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
background: rgba(255, 255, 255, .075);
border-color: #fff;
box-shadow: 0 0 0 1px #fff
}
select option {
color: #fff
}
.select-wrapper {
text-decoration: none;
position: relative
}
.select-wrapper:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
text-transform: none!important;
color: #fff;
content: '\f107';
height: 2.75rem;
line-height: calc(2.75rem + 0em);
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 2.75rem
}
.select-wrapper select::-ms-expand {
display: none
}
input[type=text],
input[type=password],
input[type=email],
select {
height: 2.75rem
}
input[type=checkbox],
input[type=radio] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
float: left;
margin-right: -2rem;
opacity: 0;
width: 1rem;
z-index: -1
}
input[type=checkbox]+label,
input[type=radio]+label {
text-decoration: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: .8rem;
font-weight: 300;
margin: 0 0 .5rem;
padding-left: 2.65rem;
padding-right: .75rem;
position: relative
}
.icon:before,
input[type=checkbox]+label:before,
input[type=radio]+label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-weight: 400;
text-transform: none!important;
font-style: normal
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
-moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
border: 1px solid #fff;
content: '';
display: inline-block;
height: 1.65rem;
left: 0;
line-height: calc(1.58125rem + 0em);
position: absolute;
text-align: center;
top: -.125rem;
width: 1.65rem
}
.icon,
.image {
position: relative
}
.image.fit,
.image.fit img,
.image.left img,
.image.right img {
width: 100%
}
input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
background: #fff!important;
border-color: #fff!important;
color: #1b1f22;
content: '\f00c'
}
input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
background: rgba(255, 255, 255, .075);
border-color: #fff;
box-shadow: 0 0 0 1px #fff
}
input[type=checkbox]+label:before {
border-radius: 4px
}
input[type=radio]+label:before {
border-radius: 100%
}
.box,
.image {
border-radius: 4px
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
:-moz-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
::-moz-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
:-ms-input-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
.formerize-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
.box {
border: 1px solid #fff;
margin-bottom: 2rem;
padding: 1.5em
}
.box>:last-child,
.box>:last-child>:last-child,
.box>:last-child>:last-child>:last-child {
margin-bottom: 0
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0
}
.icon {
text-decoration: none;
border-bottom: none
}
dl dt,
table th {
font-weight: 600
}
.icon>.label {
display: none
}
.image {
border: 0;
display: inline-block
}
#bg:after,
#bg:before,
.image:before {
position: absolute;
left: 0;
content: ''
}
.image:before {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
background-image: url(../../images/overlay.png);
background-color: rgba(19, 21, 25, .5);
border-radius: 4px;
display: block;
height: 100%;
opacity: .5;
top: 0;
width: 100%
}
.image img {
border-radius: 4px;
display: block
}
.image.left,
.image.right {
max-width: 40%
}
.image.left {
float: left;
padding: 0 1.5em 1em 0;
top: .25em
}
.image.right {
float: right;
padding: 0 0 1em 1.5em;
top: .25em
}
.image.fit {
display: block;
margin: 0 0 2rem
}
.image.main {
display: block;
margin: 2.5rem 0;
width: 50%
}
ul.actions li,
ul.icons li,
ul.icons li a {
display: inline-block
}
.image.main img {
width: 100%
}
@media screen and (max-width:736px) {
.image.main {
margin: 2rem 0
}
}
@media screen and (max-width:480px) {
.image.main {
margin: 1.5rem 0
}
}
ul.actions.fit li>*,
ul.actions.vertical li>* {
margin-bottom: 0
}
ol {
padding-left: 1.25em
}
ol li {
padding-left: .25em
}
ul {
padding-left: 1em
}
ul li {
padding-left: .5em
}
ul.alt {
padding-left: 0
}
ul.alt li {
border-top: solid 1px #fff;
padding: .5em 0
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0
}
ul.icons {
cursor: default;
padding-left: 0
}
ul.icons li {
padding: 0 .75em 0 0
}
ul.icons li:last-child {
padding-right: 0
}
ul.icons li a {
border-radius: 100%;
box-shadow: inset 0 0 0 1px #fff;
height: 2.25rem;
line-height: 2.25rem;
text-align: center;
width: 2.25rem
}
ul.icons li a:hover {
background-color: rgba(255, 255, 255, .075)
}
ul.icons li a:active {
background-color: rgba(255, 255, 255, .175)
}
ul.actions {
cursor: default;
padding-left: 0
}
ul.actions li {
padding: 0 1rem 0 0
}
ul.actions li:last-child {
padding-right: 0
}
ul.actions.small li {
padding: 0 .5rem 0 0
}
ul.actions.vertical li {
display: block;
padding: 1rem 0 0
}
ul.actions.vertical li:first-child {
padding-top: 0
}
ul.actions.vertical.small li {
padding: .5rem 0 0
}
ul.actions.vertical.small li:first-child {
padding-top: 0
}
ul.actions.fit {
display: table;
margin-left: -1rem;
padding: 0;
table-layout: fixed;
width: calc(100% + 1rem)
}
ul.actions.fit li {
display: table-cell;
padding: 0 0 0 1rem
}
ul.actions.fit.small {
margin-left: -.5rem;
width: calc(100% + .5rem)
}
ul.actions.fit.small li {
padding: 0 0 0 .5rem
}
@media screen and (max-width:480px) {
ul.actions {
margin: 0 0 2rem
}
ul.actions li {
padding: 1rem 0 0;
display: block;
text-align: center;
width: 100%
}
ul.actions li:first-child {
padding-top: 0
}
ul.actions li>* {
width: 100%;
margin: 0!important
}
ul.actions li>.icon:before {
margin-left: -2em
}
ul.actions.small li {
padding: .5rem 0 0
}
ul.actions.small li:first-child {
padding-top: 0
}
}
dl dt {
display: block;
margin: 0 0 1rem
}
dl dd {
margin-left: 2rem
}
.table-wrapper {
overflow-x: auto
}
table {
margin: 0 0 2rem;
width: 100%
}
table tbody tr {
border: 1px solid #fff;
border-left: 0;
border-right: 0
}
table tbody tr:nth-child(2n+1) {
background-color: rgba(255, 255, 255, .075)
}
table td {
padding: .75em
}
table th {
color: #fff;
font-size: .9em;
padding: 0 .75em .75em;
text-align: left
}
table thead {
border-bottom: solid 2px #fff
}
table tfoot {
border-top: solid 2px #fff
}
table.alt {
border-collapse: separate
}
table.alt tbody tr td {
border: 1px solid #fff;
border-left-width: 0;
border-top-width: 0
}
table.alt tbody tr td:first-child {
border-left-width: 1px
}
table.alt tbody tr:first-child td {
border-top-width: 1px
}
table.alt thead {
border-bottom: 0
}
table.alt tfoot {
border-top: 0
}
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
transition: background-color .2s ease-in-out, color .2s ease-in-out;
background-color: transparent;
border-radius: 4px;
border: 0;
box-shadow: inset 0 0 0 1px #fff;
color: #fff!important;
cursor: pointer;
display: inline-block;
font-size: .8rem;
font-weight: 300;
height: 2.75rem;
letter-spacing: .2rem;
line-height: 2.75rem;
outline: 0;
padding: 0 1.25rem 0 1.35rem;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
background-color: rgba(255, 255, 255, .075)
}
.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
background-color: rgba(255, 255, 255, .175)
}
.button.icon:before,
button.icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before {
margin-right: .5em
}
.button.fit,
button.fit,
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit {
display: block;
margin: 0 0 1rem;
width: 100%
}
#header,
#wrapper {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex
}
#header .content .inner>:last-child,
#header nav ul {
margin-bottom: 0
}
.button.special,
button.special,
input[type=submit].special,
input[type=reset].special,
input[type=button].special {
background-color: #fff;
color: #1b1f22!important;
font-weight: 600
}
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
cursor: default;
opacity: .25
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
line-height: calc(2.75rem - 2px)
}
#bg {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 1
}
#bg:after,
#bg:before {
display: block;
top: 0;
width: 100%;
height: 100%
}
#bg:before {
-moz-transition: background-color 2.5s ease-in-out;
-webkit-transition: background-color 2.5s ease-in-out;
-ms-transition: background-color 2.5s ease-in-out;
transition: background-color 2.5s ease-in-out;
-moz-transition-delay: .75s;
-webkit-transition-delay: .75s;
-ms-transition-delay: .75s;
transition-delay: .75s;
background-image: linear-gradient(to top, rgba(19, 21, 25, .5), rgba(19, 21, 25, .5)), url(../../images/overlay.png);
background-size: auto, 256px 256px;
background-position: center, center;
background-repeat: no-repeat, repeat;
z-index: 2
}
#bg:after {
-moz-transform: scale(1.125);
-webkit-transform: scale(1.125);
-ms-transform: scale(1.125);
transform: scale(1.125);
-moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out;
transition: transform 325ms ease-in-out, filter 325ms ease-in-out;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 1
}
body.is-article-visible #bg:after {
-moz-transform: scale(1.0825);
-webkit-transform: scale(1.0825);
-ms-transform: scale(1.0825);
transform: scale(1.0825);
-moz-filter: blur(.2rem);
-webkit-filter: blur(.2rem);
-ms-filter: blur(.2rem);
filter: blur(.2rem)
}
body.is-loading #bg:before {
background-color: #000
}
#wrapper {
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
position: relative;
width: 100%;
padding: 4rem 2rem;
z-index: 3
}
#wrapper:before {
content: '';
display: block
}
@media screen and (max-width:1680px) {
#wrapper {
padding: 3rem 2rem
}
}
@media screen and (max-width:736px) {
#wrapper {
padding: 2rem 1rem
}
}
@media screen and (max-width:480px) {
#wrapper {
padding: 1rem
}
}
#header {
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out, opacity 325ms ease-in-out;
transition: transform 325ms ease-in-out, filter 325ms ease-in-out, opacity 325ms ease-in-out;
background-image: -moz-radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
background-image: -webkit-radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
background-image: -ms-radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
background-image: radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
max-width: 100%;
text-align: center
}
#header>* {
-moz-transition: opacity 325ms ease-in-out;
-webkit-transition: opacity 325ms ease-in-out;
-ms-transition: opacity 325ms ease-in-out;
transition: opacity 325ms ease-in-out;
position: relative;
margin-top: 3.5rem
}
#header nav.use-middle:after,
#header>:before {
position: absolute;
left: calc(50% - 1px);
content: ''
}
#header>:before {
display: block;
top: calc(-3.5rem - 1px);
width: 1px;
height: calc(3.5rem + 1px);
background: #fff
}
#header>:first-child {
margin-top: 0
}
#header>:first-child:before {
display: none
}
#header .logo {
width: 5.5rem;
height: 5.5rem;
line-height: 5.5rem;
border: 1px solid #fff;
border-radius: 100%
}
#header .logo .icon:before {
font-size: 2rem
}
#header .content p,
#header nav ul li a {
font-size: .8rem;
letter-spacing: .2rem;
text-transform: uppercase
}
#header .content {
border-style: solid;
border-color: #fff;
border-top-width: 1px;
border-bottom-width: 1px;
max-width: 100%
}
#header .content .inner {
-moz-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
-webkit-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
-ms-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
-moz-transition-delay: .25s;
-webkit-transition-delay: .25s;
-ms-transition-delay: .25s;
transition-delay: .25s;
padding: 3rem 2rem;
max-height: 40rem;
overflow: hidden
}
#header .content p {
line-height: 2
}
#header nav ul {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
padding-left: 0;
border: 1px solid #fff;
border-radius: 4px
}
#header nav ul li {
padding-left: 0;
border-left: solid 1px #fff
}
#header nav ul li:first-child,
#header nav.use-middle ul li.is-middle {
border-left: 0
}
#header nav ul li a {
display: block;
min-width: 7.5rem;
height: 2.75rem;
line-height: 2.75rem;
padding: 0 1.25rem 0 1.45rem;
border-bottom: 0
}
#header nav ul li a:hover {
background-color: rgba(255, 255, 255, .075)
}
#header nav ul li a:active {
background-color: rgba(255, 255, 255, .175)
}
#header nav.use-middle:after {
display: block;
top: 0;
width: 1px;
height: 100%;
background: #fff
}
#main,
#main article {
position: relative;
max-width: 100%
}
body.is-article-visible #header {
-moz-transform: scale(.95);
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
-moz-filter: blur(.1rem);
-webkit-filter: blur(.1rem);
-ms-filter: blur(.1rem);
filter: blur(.1rem);
opacity: 0
}
body.is-loading #header {
-moz-filter: blur(.125rem);
-webkit-filter: blur(.125rem);
-ms-filter: blur(.125rem);
filter: blur(.125rem)
}
body.is-loading #header>* {
opacity: 0
}
body.is-loading #header .content .inner {
max-height: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0
}
@media screen and (max-width:980px) {
#header .content p br {
display: none
}
}
@media screen and (max-width:736px) {
#header>* {
margin-top: 2rem
}
#header>:before {
top: calc(-2rem - 1px);
height: calc(2rem + 1px)
}
#header .logo {
width: 4.75rem;
height: 4.75rem;
line-height: 4.75rem
}
#header .logo .icon:before {
font-size: 1.75rem
}
#header .content .inner {
padding: 2.5rem 1rem
}
#header .content p {
line-height: 1.875
}
}
@media screen and (max-width:480px) {
#header {
padding: 1.5rem 0
}
#header .content .inner {
padding: 2.5rem 0
}
#header nav ul {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-width: 10rem;
max-width: 100%
}
#header nav ul li {
border-left: 0;
border-top: solid 1px #fff
}
#header nav ul li:first-child {
border-top: 0
}
#header nav ul li a {
height: 3rem;
line-height: 3rem;
min-width: 0;
width: 100%
}
#header nav.use-middle:after {
display: none
}
}
#main {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 3
}
#main article {
-moz-transform: translateY(.25rem);
-webkit-transform: translateY(.25rem);
-ms-transform: translateY(.25rem);
transform: translateY(.25rem);
-moz-transition: opacity 325ms ease-in-out, -moz-transform 325ms ease-in-out;
-webkit-transition: opacity 325ms ease-in-out, -webkit-transform 325ms ease-in-out;
-ms-transition: opacity 325ms ease-in-out, -ms-transform 325ms ease-in-out;
transition: opacity 325ms ease-in-out, transform 325ms ease-in-out;
padding: 4.5rem 2.5rem 1.5rem;
width: 40rem;
background-color: rgba(27, 31, 34, .85);
border-radius: 4px;
opacity: 0
}
#main article.active {
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
#main article .close {
display: block;
position: absolute;
top: 0;
right: 0;
width: 4rem;
height: 4rem;
cursor: pointer;
text-indent: 4rem;
overflow: hidden;
white-space: nowrap
}
#main article .close:before {
-moz-transition: background-color .2s ease-in-out;
-webkit-transition: background-color .2s ease-in-out;
-ms-transition: background-color .2s ease-in-out;
transition: background-color .2s ease-in-out;
content: '';
display: block;
position: absolute;
top: .75rem;
left: .75rem;
width: 2.5rem;
height: 2.5rem;
border-radius: 100%;
background-position: center;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
background-size: 20px 20px;
background-repeat: no-repeat
}
#main article .close:hover:before {
background-color: rgba(255, 255, 255, .075)
}
#main article .close:active:before {
background-color: rgba(255, 255, 255, .175)
}
@media screen and (max-width:736px) {
#main article {
padding: 3.5rem 2rem .5rem
}
#main article .close:before {
top: .875rem;
left: .875rem;
width: 2.25rem;
height: 2.25rem;
background-size: 14px 14px
}
}
#footer,
.tile img {
max-width: 100%;
width: 100%
}
@media screen and (max-width:480px) {
#main article {
padding: 3rem 1.5rem .5rem
}
}
#footer {
-moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out, opacity 325ms ease-in-out;
transition: transform 325ms ease-in-out, filter 325ms ease-in-out, opacity 325ms ease-in-out;
margin-top: 2rem;
text-align: center
}
#footer .copyright {
letter-spacing: .2rem;
font-size: .6rem;
opacity: .75;
margin-bottom: 0;
text-transform: uppercase
}
body.is-article-visible #footer {
-moz-transform: scale(.95);
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
-moz-filter: blur(.1rem);
-webkit-filter: blur(.1rem);
-ms-filter: blur(.1rem);
filter: blur(.1rem);
opacity: 0
}
body.is-loading #footer {
opacity: 0
}
#portfolio {
margin: 1rem 0;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 1rem;
-webkit-column-width: 33.33333333333333%;
-moz-column-width: 33.33333333333333%;
column-width: 33.33333333333333%
}
.tile {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 350ms ease;
transition: all 350ms ease
}
.scale-anm {
transform: scale(1)
}
.tile img {
height: auto;
margin-bottom: 1rem
}
.btn {
font-family: Lato;
font-size: 1rem;
font-weight: 400;
text-decoration: none;
cursor: pointer;
display: inline-block;
line-height: normal;
padding: .5rem 1rem;
margin: 0;
height: auto;
border: 1px solid;
-webkit-appearance: none;
color: #555;
background-color: rgba(0, 0, 0, 0)
}
.container>header h1,
.slideshow li div h3 {
font-family: "helvetica neue", helvetica
}
.btn:hover {
text-decoration: none
}
.btn:focus {
outline: 0;
border-color: var(--darken-2);
box-shadow: 0 0 0 3px var(--darken-3)
}
::-moz-focus-inner {
border: 0;
padding: 0
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
margin: 0;
padding: 0
}
table {
border-collapse: collapse;
border-spacing: 0
}
abbr,
acronym,
fieldset,
img {
border: 0
}
input {
border: 1px solid #b0b0b0;
padding: 3px 5px 4px;
color: #979797;
width: 190px
}
address,
caption,
cite,
code,
dfn,
th,
var {
font-style: normal;
font-weight: 400
}
caption,
th {
text-align: left
}
q:after,
q:before {
content: ''
}
.ie7 body {
overflow: hidden
}
.container {
position: relative;
text-align: center
}
.clr {
clear: both
}
.container>header {
padding: 30px 30px 10px 20px;
margin: 0 20px 10px;
position: relative;
display: block;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
text-align: left
}
.container>header h1 {
font-size: 35px;
line-height: 35px;
position: relative;
font-weight: 400;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
padding: 0 0 5px
}
.container>header h2,
p.info {
font-size: 16px;
font-style: italic;
color: #f8f8f8;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .6)
}
.slideshow,
.slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0
}
.slideshow:after {
content: '';
background: url(../images/pattern.png) top left
}
.slideshow li span {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
-webkit-animation: imageAnimation 36s linear infinite 0s;
-moz-animation: imageAnimation 36s linear infinite 0s;
-o-animation: imageAnimation 36s linear infinite 0s;
-ms-animation: imageAnimation 36s linear infinite 0s;
animation: imageAnimation 36s linear infinite 0s
}
dialog img,
nav#thumbs a img {
width: 100%;
height: auto
}
.slideshow li div {
z-index: 1000;
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
text-align: center;
opacity: 0;
-webkit-animation: titleAnimation 36s linear infinite 0s;
-moz-animation: titleAnimation 36s linear infinite 0s;
-o-animation: titleAnimation 36s linear infinite 0s;
-ms-animation: titleAnimation 36s linear infinite 0s;
animation: titleAnimation 36s linear infinite 0s
}
.slideshow li div h3 {
text-transform: uppercase;
font-size: 80px;
padding: 0;
line-height: 200px;
color: rgba(255, 255, 255, .8)
}
.slideshow li:nth-child(1) span {
background-image: url(/images/pic50.JPG);
}
.slideshow li:nth-child(2) span {
background-image: url(/images/pic51.JPG);
background-position: 50% 25%;
background-attachment: fixed;
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s
}
.slideshow li:nth-child(3) span {
background-image: url(/images/pic35.JPG);
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s
}
.slideshow li:nth-child(4) span {
background-image: url(/images/pic49.JPG);
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s
}
.slideshow li:nth-child(5) span {
background-image: url(/images/pic13.jpg);
background-position: 50% 25%;
background-attachment: fixed;
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s
}
.slideshow li:nth-child(6) span {
background-image: url(/images/pic33.jpg);
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s
}
.slideshow li:nth-child(2) div {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s
}
.slideshow li:nth-child(3) div {
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s
}
.slideshow li:nth-child(4) div {
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s
}
.slideshow li:nth-child(5) div {
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s
}
.slideshow li:nth-child(6) div {
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s
}
@-webkit-keyframes imageAnimation {
0% {
opacity: 0;
-webkit-animation-timing-function: ease-in
}
8% {
opacity: 1;
-webkit-transform: scale(1.05);
-webkit-animation-timing-function: ease-out
}
17% {
opacity: 1;
-webkit-transform: scale(1.1)
}
25% {
opacity: 0;
-webkit-transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-moz-keyframes imageAnimation {
0% {
opacity: 0;
-moz-animation-timing-function: ease-in
}
8% {
opacity: 1;
-moz-transform: scale(1.05);
-moz-animation-timing-function: ease-out
}
17% {
opacity: 1;
-moz-transform: scale(1.1)
}
25% {
opacity: 0;
-moz-transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-o-keyframes imageAnimation {
0% {
opacity: 0;
-o-animation-timing-function: ease-in
}
8% {
opacity: 1;
-o-transform: scale(1.05);
-o-animation-timing-function: ease-out
}
17% {
opacity: 1;
-o-transform: scale(1.1)
}
25% {
opacity: 0;
-o-transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-ms-keyframes imageAnimation {
17%,
8% {
opacity: 1
}
17%,
25% {
-ms-transform: scale(1.1)
}
0%,
100%,
25% {
opacity: 0
}
0% {
-ms-animation-timing-function: ease-in
}
8% {
-ms-transform: scale(1.05);
-ms-animation-timing-function: ease-out
}
}
@keyframes imageAnimation {
0% {
opacity: 0;
animation-timing-function: ease-in
}
8% {
opacity: 1;
transform: scale(1.05);
animation-timing-function: ease-out
}
17% {
opacity: 1;
transform: scale(1.1)
}
25% {
opacity: 0;
transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-webkit-keyframes titleAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(200px)
}
8% {
opacity: 1;
-webkit-transform: translateY(0)
}
17% {
opacity: 1;
-webkit-transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
-webkit-transform: scale(10)
}
}
@-moz-keyframes titleAnimation {
0% {
opacity: 0;
-moz-transform: translateY(200px)
}
8% {
opacity: 1;
-moz-transform: translateY(0)
}
17% {
opacity: 1;
-moz-transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
-moz-transform: scale(10)
}
}
@-o-keyframes titleAnimation {
0% {
opacity: 0;
-o-transform: translateY(200px)
}
8% {
opacity: 1;
-o-transform: translateY(0)
}
17% {
opacity: 1;
-o-transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
-o-transform: scale(10)
}
}
@-ms-keyframes titleAnimation {
17%,
8% {
opacity: 1
}
0%,
100%,
19%,
25% {
opacity: 0
}
0% {
-ms-transform: translateY(200px)
}
8% {
-ms-transform: translateY(0)
}
17% {
-ms-transform: scale(1)
}
25% {
-webkit-transform: scale(10)
}
}
@keyframes titleAnimation {
0% {
opacity: 0;
transform: translateY(200px)
}
8% {
opacity: 1;
transform: translateY(0)
}
17% {
opacity: 1;
transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
transform: scale(10)
}
}
dialog {
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: auto;
padding: 1em;
background: #fff;
color: #000;
display: none;
opacity: 0;
border: none
}
dialog[open] {
display: block;
-webkit-animation: goBig 1s .4s forwards;
animation: goBig 1s .4s forwards;
max-width: 700px
}
.backdrop {
position: fixed;
background-color: rgba(0, 0, 0, .1);
top: 0;
bottom: 0;
left: 0;
right: 0
}
@-webkit-keyframes fadeToNearBlack {
to {
background: rgba(0, 0, 0, .9)
}
}
@keyframes fadeToNearBlack {
to {
background: rgba(0, 0, 0, .9)
}
}
@-webkit-keyframes goBig {
to {
opacity: 1
}
}
@keyframes goBig {
to {
opacity: 1
}
}
nav#thumbs a {
display: block;
flex: 1
}
dialog button {
border: none;
background: 0 0;
font-size: 1.2rem
}
dialog[open]::-webkit-backdrop {
-webkit-animation: fadeToNearBlack 1s forwards;
animation: fadeToNearBlack 1s forwards
}
.backdrop,
dialog[open]::backdrop {
-webkit-animation: fadeToNearBlack 1s forwards;
animation: fadeToNearBlack 1s forwards
}
.toe {
text-decoration: underline dotted
} | assets/css/main.css | @import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600);
#wrapper,
body {
min-height: 100vh
}
body,
select option {
background: #1b1f22
}
.select-wrapper,
.select-wrapper:before,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
menu,
nav,
pre code,
section {
display: block
}
.table-wrapper,
pre {
-webkit-overflow-scrolling: touch
}
#header nav ul,
ol,
ul,
ul.actions,
ul.alt,
ul.icons {
list-style: none
}
#bg,
.slideshow li span {
-webkit-backface-visibility: hidden
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline
}
blockquote,
em,
i {
font-style: italic
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
line-height: 1.5;
text-transform: uppercase;
letter-spacing: .2rem
}
.btn,
ul.actions li {
vertical-align: middle
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none
}
body {
-webkit-text-size-adjust: none
}
*,
:after,
:before {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
@-ms-viewport {
width: device-width
}
body.is-loading *,
body.is-loading:after,
body.is-loading:before,
body.is-switching *,
body.is-switching:after,
body.is-switching:before {
-moz-animation: none!important;
-webkit-animation: none!important;
-ms-animation: none!important;
animation: none!important;
-moz-transition: none!important;
-webkit-transition: none!important;
-ms-transition: none!important;
transition: none!important;
-moz-transition-delay: none!important;
-webkit-transition-delay: none!important;
-ms-transition-delay: none!important;
transition-delay: none!important
}
html {
font-size: 16pt
}
@media screen and (max-width:1680px) {
html {
font-size: 12pt
}
}
@media screen and (max-width:736px) {
html {
font-size: 11pt
}
}
@media screen and (max-width:360px) {
html {
font-size: 10pt
}
}
body,
input,
select,
textarea {
color: #fff!important;
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
font-size: 1rem;
line-height: 1.65
}
a:not(a.qwe),
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
text-decoration: none
}
a:not(a.qwe) {
-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
-ms-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
border-bottom: dotted 1px rgba(255, 255, 255, .5)
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
color: #fff;
font-weight: 600
}
a:hover {
border-bottom-color: transparent
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 1rem
}
h1,
h2 {
letter-spacing: .5rem
}
h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
border-bottom: solid 1px #fff;
width: -moz-max-content;
width: -webkit-max-content;
width: -ms-max-content;
width: max-content;
padding-bottom: .5rem;
margin: 0 0 2rem
}
h1 {
font-size: 2.25rem;
line-height: 1.3
}
h2 {
font-size: 1.5rem;
line-height: 1.4
}
h3 {
font-size: 1rem
}
h4 {
font-size: .8rem
}
h5 {
font-size: .7rem
}
h6 {
font-size: .6rem
}
@media screen and (max-width:736px) {
h1 {
font-size: 1.75rem;
line-height: 1.4
}
h2 {
font-size: 1.25em;
line-height: 1.5
}
}
sub,
sup {
font-size: .8rem;
position: relative
}
sub {
top: .5rem
}
sup {
top: -.5rem
}
code,
pre {
font-family: "Courier New", monospace;
font-size: .9rem
}
blockquote {
border-left: solid 4px #fff
}
code {
background: rgba(255, 255, 255, .075);
border-radius: 4px;
margin: 0 .25rem;
padding: .25rem .65rem
}
pre code {
line-height: 1.75;
padding: 1rem 1.5rem;
overflow-x: auto
}
hr {
border: 0;
border-bottom: solid 1px #fff;
margin: 2.75rem 0
}
.align-left {
text-align: left
}
.align-center {
text-align: center
}
.align-right {
text-align: right
}
form .field {
margin: 0 0 1.5rem
}
form .field.half {
width: 50%;
float: left;
padding: 0 0 0 .75rem
}
form .field.half.first {
padding: 0 .75rem 0 0
}
form>.actions {
margin: 1.875rem 0 0!important
}
@media screen and (max-width:736px) {
form .field {
margin: 0 0 1.125rem
}
form .field.half {
padding: 0 0 0 .5625rem
}
form .field.half.first {
padding: 0 .5625rem 0 0
}
form>.actions {
margin: 1.5rem 0 0!important
}
}
@media screen and (max-width:480px) {
body,
html {
min-width: 320px
}
form .field.half {
width: 100%;
float: none;
padding: 0
}
form .field.half.first {
padding: 0
}
}
label {
color: #fff;
font-size: .8rem;
font-weight: 300;
margin: 0 0 1rem
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
background: 0 0;
border-radius: 4px;
border: 1px solid #fff;
color: inherit;
display: block;
outline: 0;
padding: 0 1rem;
text-decoration: none;
width: 100%
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
background: rgba(255, 255, 255, .075);
border-color: #fff;
box-shadow: 0 0 0 1px #fff
}
select option {
color: #fff
}
.select-wrapper {
text-decoration: none;
position: relative
}
.select-wrapper:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
text-transform: none!important;
color: #fff;
content: '\f107';
height: 2.75rem;
line-height: calc(2.75rem + 0em);
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 2.75rem
}
.select-wrapper select::-ms-expand {
display: none
}
input[type=text],
input[type=password],
input[type=email],
select {
height: 2.75rem
}
input[type=checkbox],
input[type=radio] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
float: left;
margin-right: -2rem;
opacity: 0;
width: 1rem;
z-index: -1
}
input[type=checkbox]+label,
input[type=radio]+label {
text-decoration: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: .8rem;
font-weight: 300;
margin: 0 0 .5rem;
padding-left: 2.65rem;
padding-right: .75rem;
position: relative
}
.icon:before,
input[type=checkbox]+label:before,
input[type=radio]+label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-weight: 400;
text-transform: none!important;
font-style: normal
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
-moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
-ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
border: 1px solid #fff;
content: '';
display: inline-block;
height: 1.65rem;
left: 0;
line-height: calc(1.58125rem + 0em);
position: absolute;
text-align: center;
top: -.125rem;
width: 1.65rem
}
.icon,
.image {
position: relative
}
.image.fit,
.image.fit img,
.image.left img,
.image.right img {
width: 100%
}
input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
background: #fff!important;
border-color: #fff!important;
color: #1b1f22;
content: '\f00c'
}
input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
background: rgba(255, 255, 255, .075);
border-color: #fff;
box-shadow: 0 0 0 1px #fff
}
input[type=checkbox]+label:before {
border-radius: 4px
}
input[type=radio]+label:before {
border-radius: 100%
}
.box,
.image {
border-radius: 4px
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
:-moz-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
::-moz-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
:-ms-input-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
.formerize-placeholder {
color: rgba(255, 255, 255, .5)!important;
opacity: 1
}
.box {
border: 1px solid #fff;
margin-bottom: 2rem;
padding: 1.5em
}
.box>:last-child,
.box>:last-child>:last-child,
.box>:last-child>:last-child>:last-child {
margin-bottom: 0
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0
}
.icon {
text-decoration: none;
border-bottom: none
}
dl dt,
table th {
font-weight: 600
}
.icon>.label {
display: none
}
.image {
border: 0;
display: inline-block
}
#bg:after,
#bg:before,
.image:before {
position: absolute;
left: 0;
content: ''
}
.image:before {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
background-image: url(../../images/overlay.png);
background-color: rgba(19, 21, 25, .5);
border-radius: 4px;
display: block;
height: 100%;
opacity: .5;
top: 0;
width: 100%
}
.image img {
border-radius: 4px;
display: block
}
.image.left,
.image.right {
max-width: 40%
}
.image.left {
float: left;
padding: 0 1.5em 1em 0;
top: .25em
}
.image.right {
float: right;
padding: 0 0 1em 1.5em;
top: .25em
}
.image.fit {
display: block;
margin: 0 0 2rem
}
.image.main {
display: block;
margin: 2.5rem 0;
width: 50%
}
ul.actions li,
ul.icons li,
ul.icons li a {
display: inline-block
}
.image.main img {
width: 100%
}
@media screen and (max-width:736px) {
.image.main {
margin: 2rem 0
}
}
@media screen and (max-width:480px) {
.image.main {
margin: 1.5rem 0
}
}
ul.actions.fit li>*,
ul.actions.vertical li>* {
margin-bottom: 0
}
ol {
padding-left: 1.25em
}
ol li {
padding-left: .25em
}
ul {
padding-left: 1em
}
ul li {
padding-left: .5em
}
ul.alt {
padding-left: 0
}
ul.alt li {
border-top: solid 1px #fff;
padding: .5em 0
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0
}
ul.icons {
cursor: default;
padding-left: 0
}
ul.icons li {
padding: 0 .75em 0 0
}
ul.icons li:last-child {
padding-right: 0
}
ul.icons li a {
border-radius: 100%;
box-shadow: inset 0 0 0 1px #fff;
height: 2.25rem;
line-height: 2.25rem;
text-align: center;
width: 2.25rem
}
ul.icons li a:hover {
background-color: rgba(255, 255, 255, .075)
}
ul.icons li a:active {
background-color: rgba(255, 255, 255, .175)
}
ul.actions {
cursor: default;
padding-left: 0
}
ul.actions li {
padding: 0 1rem 0 0
}
ul.actions li:last-child {
padding-right: 0
}
ul.actions.small li {
padding: 0 .5rem 0 0
}
ul.actions.vertical li {
display: block;
padding: 1rem 0 0
}
ul.actions.vertical li:first-child {
padding-top: 0
}
ul.actions.vertical.small li {
padding: .5rem 0 0
}
ul.actions.vertical.small li:first-child {
padding-top: 0
}
ul.actions.fit {
display: table;
margin-left: -1rem;
padding: 0;
table-layout: fixed;
width: calc(100% + 1rem)
}
ul.actions.fit li {
display: table-cell;
padding: 0 0 0 1rem
}
ul.actions.fit.small {
margin-left: -.5rem;
width: calc(100% + .5rem)
}
ul.actions.fit.small li {
padding: 0 0 0 .5rem
}
@media screen and (max-width:480px) {
ul.actions {
margin: 0 0 2rem
}
ul.actions li {
padding: 1rem 0 0;
display: block;
text-align: center;
width: 100%
}
ul.actions li:first-child {
padding-top: 0
}
ul.actions li>* {
width: 100%;
margin: 0!important
}
ul.actions li>.icon:before {
margin-left: -2em
}
ul.actions.small li {
padding: .5rem 0 0
}
ul.actions.small li:first-child {
padding-top: 0
}
}
dl dt {
display: block;
margin: 0 0 1rem
}
dl dd {
margin-left: 2rem
}
.table-wrapper {
overflow-x: auto
}
table {
margin: 0 0 2rem;
width: 100%
}
table tbody tr {
border: 1px solid #fff;
border-left: 0;
border-right: 0
}
table tbody tr:nth-child(2n+1) {
background-color: rgba(255, 255, 255, .075)
}
table td {
padding: .75em
}
table th {
color: #fff;
font-size: .9em;
padding: 0 .75em .75em;
text-align: left
}
table thead {
border-bottom: solid 2px #fff
}
table tfoot {
border-top: solid 2px #fff
}
table.alt {
border-collapse: separate
}
table.alt tbody tr td {
border: 1px solid #fff;
border-left-width: 0;
border-top-width: 0
}
table.alt tbody tr td:first-child {
border-left-width: 1px
}
table.alt tbody tr:first-child td {
border-top-width: 1px
}
table.alt thead {
border-bottom: 0
}
table.alt tfoot {
border-top: 0
}
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
transition: background-color .2s ease-in-out, color .2s ease-in-out;
background-color: transparent;
border-radius: 4px;
border: 0;
box-shadow: inset 0 0 0 1px #fff;
color: #fff!important;
cursor: pointer;
display: inline-block;
font-size: .8rem;
font-weight: 300;
height: 2.75rem;
letter-spacing: .2rem;
line-height: 2.75rem;
outline: 0;
padding: 0 1.25rem 0 1.35rem;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
background-color: rgba(255, 255, 255, .075)
}
.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
background-color: rgba(255, 255, 255, .175)
}
.button.icon:before,
button.icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before {
margin-right: .5em
}
.button.fit,
button.fit,
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit {
display: block;
margin: 0 0 1rem;
width: 100%
}
#header,
#wrapper {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex
}
#header .content .inner>:last-child,
#header nav ul {
margin-bottom: 0
}
.button.special,
button.special,
input[type=submit].special,
input[type=reset].special,
input[type=button].special {
background-color: #fff;
color: #1b1f22!important;
font-weight: 600
}
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
cursor: default;
opacity: .25
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
line-height: calc(2.75rem - 2px)
}
#bg {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 1
}
#bg:after,
#bg:before {
display: block;
top: 0;
width: 100%;
height: 100%
}
#bg:before {
-moz-transition: background-color 2.5s ease-in-out;
-webkit-transition: background-color 2.5s ease-in-out;
-ms-transition: background-color 2.5s ease-in-out;
transition: background-color 2.5s ease-in-out;
-moz-transition-delay: .75s;
-webkit-transition-delay: .75s;
-ms-transition-delay: .75s;
transition-delay: .75s;
background-image: linear-gradient(to top, rgba(19, 21, 25, .5), rgba(19, 21, 25, .5)), url(../../images/overlay.png);
background-size: auto, 256px 256px;
background-position: center, center;
background-repeat: no-repeat, repeat;
z-index: 2
}
#bg:after {
-moz-transform: scale(1.125);
-webkit-transform: scale(1.125);
-ms-transform: scale(1.125);
transform: scale(1.125);
-moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out;
transition: transform 325ms ease-in-out, filter 325ms ease-in-out;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 1
}
body.is-article-visible #bg:after {
-moz-transform: scale(1.0825);
-webkit-transform: scale(1.0825);
-ms-transform: scale(1.0825);
transform: scale(1.0825);
-moz-filter: blur(.2rem);
-webkit-filter: blur(.2rem);
-ms-filter: blur(.2rem);
filter: blur(.2rem)
}
body.is-loading #bg:before {
background-color: #000
}
#wrapper {
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
position: relative;
width: 100%;
padding: 4rem 2rem;
z-index: 3
}
#wrapper:before {
content: '';
display: block
}
@media screen and (max-width:1680px) {
#wrapper {
padding: 3rem 2rem
}
}
@media screen and (max-width:736px) {
#wrapper {
padding: 2rem 1rem
}
}
@media screen and (max-width:480px) {
#wrapper {
padding: 1rem
}
}
#header {
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out, opacity 325ms ease-in-out;
transition: transform 325ms ease-in-out, filter 325ms ease-in-out, opacity 325ms ease-in-out;
background-image: -moz-radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
background-image: -webkit-radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
background-image: -ms-radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
background-image: radial-gradient(rgba(0, 0, 0, .25) 25%, transparent 55%);
max-width: 100%;
text-align: center
}
#header>* {
-moz-transition: opacity 325ms ease-in-out;
-webkit-transition: opacity 325ms ease-in-out;
-ms-transition: opacity 325ms ease-in-out;
transition: opacity 325ms ease-in-out;
position: relative;
margin-top: 3.5rem
}
#header nav.use-middle:after,
#header>:before {
position: absolute;
left: calc(50% - 1px);
content: ''
}
#header>:before {
display: block;
top: calc(-3.5rem - 1px);
width: 1px;
height: calc(3.5rem + 1px);
background: #fff
}
#header>:first-child {
margin-top: 0
}
#header>:first-child:before {
display: none
}
#header .logo {
width: 5.5rem;
height: 5.5rem;
line-height: 5.5rem;
border: 1px solid #fff;
border-radius: 100%
}
#header .logo .icon:before {
font-size: 2rem
}
#header .content p,
#header nav ul li a {
font-size: .8rem;
letter-spacing: .2rem;
text-transform: uppercase
}
#header .content {
border-style: solid;
border-color: #fff;
border-top-width: 1px;
border-bottom-width: 1px;
max-width: 100%
}
#header .content .inner {
-moz-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
-webkit-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
-ms-transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
transition: max-height .75s ease, padding .75s ease, opacity 325ms ease-in-out;
-moz-transition-delay: .25s;
-webkit-transition-delay: .25s;
-ms-transition-delay: .25s;
transition-delay: .25s;
padding: 3rem 2rem;
max-height: 40rem;
overflow: hidden
}
#header .content p {
line-height: 2
}
#header nav ul {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
padding-left: 0;
border: 1px solid #fff;
border-radius: 4px
}
#header nav ul li {
padding-left: 0;
border-left: solid 1px #fff
}
#header nav ul li:first-child,
#header nav.use-middle ul li.is-middle {
border-left: 0
}
#header nav ul li a {
display: block;
min-width: 7.5rem;
height: 2.75rem;
line-height: 2.75rem;
padding: 0 1.25rem 0 1.45rem;
border-bottom: 0
}
#header nav ul li a:hover {
background-color: rgba(255, 255, 255, .075)
}
#header nav ul li a:active {
background-color: rgba(255, 255, 255, .175)
}
#header nav.use-middle:after {
display: block;
top: 0;
width: 1px;
height: 100%;
background: #fff
}
#main,
#main article {
position: relative;
max-width: 100%
}
body.is-article-visible #header {
-moz-transform: scale(.95);
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
-moz-filter: blur(.1rem);
-webkit-filter: blur(.1rem);
-ms-filter: blur(.1rem);
filter: blur(.1rem);
opacity: 0
}
body.is-loading #header {
-moz-filter: blur(.125rem);
-webkit-filter: blur(.125rem);
-ms-filter: blur(.125rem);
filter: blur(.125rem)
}
body.is-loading #header>* {
opacity: 0
}
body.is-loading #header .content .inner {
max-height: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0
}
@media screen and (max-width:980px) {
#header .content p br {
display: none
}
}
@media screen and (max-width:736px) {
#header>* {
margin-top: 2rem
}
#header>:before {
top: calc(-2rem - 1px);
height: calc(2rem + 1px)
}
#header .logo {
width: 4.75rem;
height: 4.75rem;
line-height: 4.75rem
}
#header .logo .icon:before {
font-size: 1.75rem
}
#header .content .inner {
padding: 2.5rem 1rem
}
#header .content p {
line-height: 1.875
}
}
@media screen and (max-width:480px) {
#header {
padding: 1.5rem 0
}
#header .content .inner {
padding: 2.5rem 0
}
#header nav ul {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-width: 10rem;
max-width: 100%
}
#header nav ul li {
border-left: 0;
border-top: solid 1px #fff
}
#header nav ul li:first-child {
border-top: 0
}
#header nav ul li a {
height: 3rem;
line-height: 3rem;
min-width: 0;
width: 100%
}
#header nav.use-middle:after {
display: none
}
}
#main {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 3
}
#main article {
-moz-transform: translateY(.25rem);
-webkit-transform: translateY(.25rem);
-ms-transform: translateY(.25rem);
transform: translateY(.25rem);
-moz-transition: opacity 325ms ease-in-out, -moz-transform 325ms ease-in-out;
-webkit-transition: opacity 325ms ease-in-out, -webkit-transform 325ms ease-in-out;
-ms-transition: opacity 325ms ease-in-out, -ms-transform 325ms ease-in-out;
transition: opacity 325ms ease-in-out, transform 325ms ease-in-out;
padding: 4.5rem 2.5rem 1.5rem;
width: 40rem;
background-color: rgba(27, 31, 34, .85);
border-radius: 4px;
opacity: 0
}
#main article.active {
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
#main article .close {
display: block;
position: absolute;
top: 0;
right: 0;
width: 4rem;
height: 4rem;
cursor: pointer;
text-indent: 4rem;
overflow: hidden;
white-space: nowrap
}
#main article .close:before {
-moz-transition: background-color .2s ease-in-out;
-webkit-transition: background-color .2s ease-in-out;
-ms-transition: background-color .2s ease-in-out;
transition: background-color .2s ease-in-out;
content: '';
display: block;
position: absolute;
top: .75rem;
left: .75rem;
width: 2.5rem;
height: 2.5rem;
border-radius: 100%;
background-position: center;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
background-size: 20px 20px;
background-repeat: no-repeat
}
#main article .close:hover:before {
background-color: rgba(255, 255, 255, .075)
}
#main article .close:active:before {
background-color: rgba(255, 255, 255, .175)
}
@media screen and (max-width:736px) {
#main article {
padding: 3.5rem 2rem .5rem
}
#main article .close:before {
top: .875rem;
left: .875rem;
width: 2.25rem;
height: 2.25rem;
background-size: 14px 14px
}
}
#footer,
.tile img {
max-width: 100%;
width: 100%
}
@media screen and (max-width:480px) {
#main article {
padding: 3rem 1.5rem .5rem
}
}
#footer {
-moz-transition: -moz-transform 325ms ease-in-out, -moz-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out, -webkit-filter 325ms ease-in-out, opacity 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out, -ms-filter 325ms ease-in-out, opacity 325ms ease-in-out;
transition: transform 325ms ease-in-out, filter 325ms ease-in-out, opacity 325ms ease-in-out;
margin-top: 2rem;
text-align: center
}
#footer .copyright {
letter-spacing: .2rem;
font-size: .6rem;
opacity: .75;
margin-bottom: 0;
text-transform: uppercase
}
body.is-article-visible #footer {
-moz-transform: scale(.95);
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
-moz-filter: blur(.1rem);
-webkit-filter: blur(.1rem);
-ms-filter: blur(.1rem);
filter: blur(.1rem);
opacity: 0
}
body.is-loading #footer {
opacity: 0
}
#portfolio {
margin: 1rem 0;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 1rem;
-webkit-column-width: 33.33333333333333%;
-moz-column-width: 33.33333333333333%;
column-width: 33.33333333333333%
}
.tile {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 350ms ease;
transition: all 350ms ease
}
.scale-anm {
transform: scale(1)
}
.tile img {
height: auto;
margin-bottom: 1rem
}
.btn {
font-family: Lato;
font-size: 1rem;
font-weight: 400;
text-decoration: none;
cursor: pointer;
display: inline-block;
line-height: normal;
padding: .5rem 1rem;
margin: 0;
height: auto;
border: 1px solid;
-webkit-appearance: none;
color: #555;
background-color: rgba(0, 0, 0, 0)
}
.container>header h1,
.slideshow li div h3 {
font-family: "helvetica neue", helvetica
}
.btn:hover {
text-decoration: none
}
.btn:focus {
outline: 0;
border-color: var(--darken-2);
box-shadow: 0 0 0 3px var(--darken-3)
}
::-moz-focus-inner {
border: 0;
padding: 0
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
margin: 0;
padding: 0
}
table {
border-collapse: collapse;
border-spacing: 0
}
abbr,
acronym,
fieldset,
img {
border: 0
}
input {
border: 1px solid #b0b0b0;
padding: 3px 5px 4px;
color: #979797;
width: 190px
}
address,
caption,
cite,
code,
dfn,
th,
var {
font-style: normal;
font-weight: 400
}
caption,
th {
text-align: left
}
q:after,
q:before {
content: ''
}
.ie7 body {
overflow: hidden
}
.container {
position: relative;
text-align: center
}
.clr {
clear: both
}
.container>header {
padding: 30px 30px 10px 20px;
margin: 0 20px 10px;
position: relative;
display: block;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
text-align: left
}
.container>header h1 {
font-size: 35px;
line-height: 35px;
position: relative;
font-weight: 400;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
padding: 0 0 5px
}
.container>header h2,
p.info {
font-size: 16px;
font-style: italic;
color: #f8f8f8;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .6)
}
.slideshow,
.slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0
}
.slideshow:after {
content: '';
background: url(../images/pattern.png) top left
}
.slideshow li span {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
-webkit-animation: imageAnimation 36s linear infinite 0s;
-moz-animation: imageAnimation 36s linear infinite 0s;
-o-animation: imageAnimation 36s linear infinite 0s;
-ms-animation: imageAnimation 36s linear infinite 0s;
animation: imageAnimation 36s linear infinite 0s
}
dialog img,
nav#thumbs a img {
width: 100%;
height: auto
}
.slideshow li div {
z-index: 1000;
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
text-align: center;
opacity: 0;
-webkit-animation: titleAnimation 36s linear infinite 0s;
-moz-animation: titleAnimation 36s linear infinite 0s;
-o-animation: titleAnimation 36s linear infinite 0s;
-ms-animation: titleAnimation 36s linear infinite 0s;
animation: titleAnimation 36s linear infinite 0s
}
.slideshow li div h3 {
text-transform: uppercase;
font-size: 80px;
padding: 0;
line-height: 200px;
color: rgba(255, 255, 255, .8)
}
.slideshow li:nth-child(1) span {
background-image: url(/images/pic50.JPG);
}
.slideshow li:nth-child(2) span {
background-image: url(/images/pic51.JPG);
background-position: 50% 25%;
background-attachment: fixed;
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s
}
.slideshow li:nth-child(3) span {
background-image: url(/images/pic35.JPG);
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s
}
.slideshow li:nth-child(4) span {
background-image: url(/images/pic49.JPG);
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s
}
.slideshow li:nth-child(5) span {
background-image: url(/images/pic13.jpg);
background-position: 50% 25%;
background-attachment: fixed;
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s
}
.slideshow li:nth-child(6) span {
background-image: url(/images/pic33.jpg);
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s
}
.slideshow li:nth-child(2) div {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s
}
.slideshow li:nth-child(3) div {
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s
}
.slideshow li:nth-child(4) div {
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s
}
.slideshow li:nth-child(5) div {
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s
}
.slideshow li:nth-child(6) div {
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s
}
@-webkit-keyframes imageAnimation {
0% {
opacity: 0;
-webkit-animation-timing-function: ease-in
}
8% {
opacity: 1;
-webkit-transform: scale(1.05);
-webkit-animation-timing-function: ease-out
}
17% {
opacity: 1;
-webkit-transform: scale(1.1)
}
25% {
opacity: 0;
-webkit-transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-moz-keyframes imageAnimation {
0% {
opacity: 0;
-moz-animation-timing-function: ease-in
}
8% {
opacity: 1;
-moz-transform: scale(1.05);
-moz-animation-timing-function: ease-out
}
17% {
opacity: 1;
-moz-transform: scale(1.1)
}
25% {
opacity: 0;
-moz-transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-o-keyframes imageAnimation {
0% {
opacity: 0;
-o-animation-timing-function: ease-in
}
8% {
opacity: 1;
-o-transform: scale(1.05);
-o-animation-timing-function: ease-out
}
17% {
opacity: 1;
-o-transform: scale(1.1)
}
25% {
opacity: 0;
-o-transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-ms-keyframes imageAnimation {
17%,
8% {
opacity: 1
}
17%,
25% {
-ms-transform: scale(1.1)
}
0%,
100%,
25% {
opacity: 0
}
0% {
-ms-animation-timing-function: ease-in
}
8% {
-ms-transform: scale(1.05);
-ms-animation-timing-function: ease-out
}
}
@keyframes imageAnimation {
0% {
opacity: 0;
animation-timing-function: ease-in
}
8% {
opacity: 1;
transform: scale(1.05);
animation-timing-function: ease-out
}
17% {
opacity: 1;
transform: scale(1.1)
}
25% {
opacity: 0;
transform: scale(1.1)
}
100% {
opacity: 0
}
}
@-webkit-keyframes titleAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(200px)
}
8% {
opacity: 1;
-webkit-transform: translateY(0)
}
17% {
opacity: 1;
-webkit-transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
-webkit-transform: scale(10)
}
}
@-moz-keyframes titleAnimation {
0% {
opacity: 0;
-moz-transform: translateY(200px)
}
8% {
opacity: 1;
-moz-transform: translateY(0)
}
17% {
opacity: 1;
-moz-transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
-moz-transform: scale(10)
}
}
@-o-keyframes titleAnimation {
0% {
opacity: 0;
-o-transform: translateY(200px)
}
8% {
opacity: 1;
-o-transform: translateY(0)
}
17% {
opacity: 1;
-o-transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
-o-transform: scale(10)
}
}
@-ms-keyframes titleAnimation {
17%,
8% {
opacity: 1
}
0%,
100%,
19%,
25% {
opacity: 0
}
0% {
-ms-transform: translateY(200px)
}
8% {
-ms-transform: translateY(0)
}
17% {
-ms-transform: scale(1)
}
25% {
-webkit-transform: scale(10)
}
}
@keyframes titleAnimation {
0% {
opacity: 0;
transform: translateY(200px)
}
8% {
opacity: 1;
transform: translateY(0)
}
17% {
opacity: 1;
transform: scale(1)
}
100%,
19% {
opacity: 0
}
25% {
opacity: 0;
transform: scale(10)
}
}
dialog {
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: auto;
padding: 1em;
background: #fff;
color: #000;
display: none;
opacity: 0;
border: none
}
dialog[open] {
display: block;
-webkit-animation: goBig 1s .4s forwards;
animation: goBig 1s .4s forwards;
max-width: 700px
}
.backdrop {
position: fixed;
background-color: rgba(0, 0, 0, .1);
top: 0;
bottom: 0;
left: 0;
right: 0
}
@-webkit-keyframes fadeToNearBlack {
to {
background: rgba(0, 0, 0, .9)
}
}
@keyframes fadeToNearBlack {
to {
background: rgba(0, 0, 0, .9)
}
}
@-webkit-keyframes goBig {
to {
opacity: 1
}
}
@keyframes goBig {
to {
opacity: 1
}
}
nav#thumbs a {
display: block;
flex: 1
}
dialog button {
border: none;
background: 0 0;
font-size: 1.2rem
}
dialog[open]::-webkit-backdrop {
-webkit-animation: fadeToNearBlack 1s forwards;
animation: fadeToNearBlack 1s forwards
}
.backdrop,
dialog[open]::backdrop {
-webkit-animation: fadeToNearBlack 1s forwards;
animation: fadeToNearBlack 1s forwards
}
.toe {
text-decoration: underline dotted
} | 0.393618 | 0.083516 |
@font-face{
font-family: "Poppins-Regular";
src: url(../font/Poppins-Regular.woff) format("woff");
}
.overlay {
width: 100%;
height: 100%;
background-color: rgb(0, 0, 0, .5);
position: fixed;
top: 0;
z-index: 999;
left: 0;
}
.loader {
position: absolute;
top: calc(50% - 55px);
left: calc(50% - 55px);
transform: translate(-50%, -50%);
border: 5px solid transparent;
border-top: 5px solid rgb(241, 196, 14);
border-bottom: 5px solid rgb(142, 82, 169);
width: 150px;
height: 150px;
border-radius: 50%;
animation: animate 2s linear infinite;
}
.loader::before {
content: "";
position: absolute;
top: 12px;
right: 12px;
bottom: 12px;
left: 12px;
border: 5px solid transparent;
border-top: 5px solid rgb(49, 140, 202);
border-bottom: 5px solid rgb(224, 130, 44);
border-radius: 50%;
animation: animate 3s linear infinite;
}
.loader::after {
content: "";
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 5px solid transparent;
border-top: 5px solid rgb(47, 206, 115);
border-bottom: 5px solid rgb(201, 67, 52);
border-radius: 50%;
animation: animate 4s linear infinite;
}
@keyframes animate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
body{
font-family: "Poppins-Regular";
font-weight: normal;
}
.text-shadow{
font-family: "Poppins-Regular";
font-size: 30px;
font-weight: 500;
position: relative;
text-shadow: 1px 1px 3px rgba(60, 141, 188, .3);
}
.title-normal{
font-size: 15px;
display: inline-block;
padding-top: 6px!important;
text-shadow: 0px 1px 1px rgba(0,0,0,.2);
}
.box-header::before{
content: "";
display: table;
}
.box-header::after{
clear: both;
}
.my{
margin: 20px auto;
}
.box-title{
padding-top: 10px!important;
}
#supplier_filter,#satuan_table_filter{
text-align: right;
}
.modal .modal-body label{
text-align: right;
}
.modal .modal-body.padding{
padding: 40px;
}
#pembelian .box-body{
padding: 20px!important;
}
#pembelian_table_filter{
text-align: right!important;
}
#pembelian hr {
background-color: #f9f9f9;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
#pembelian .total_pembelian,.hasil_total,.total_kembali,.hasil_kembali{
font-size: 18px;
font-weight: 600;
text-shadow: 0 2px 2px rgba(0,0,0,.4)
}
#pembelian .hasil_total,.hasil_kembali{
height: 40px;;
font-size: 27px;
}
#pembelian .cover_total,.cover_kembali{
height: 40px;
margin: 10px 0;
}
#pembelian .cover_bayar{
height: 40px!important;
padding: 10px 0;
}
#pembelian .cover_bayar .bayar{
font-size: 18px;
}
#pembelian .cover_bayar label.bayar.col-sm-5{
text-shadow: 0 2px 1px rgba(0, 0, 0, .4);
}
#pembelian .total_kembali,.hasil_kembali{
margin-top: 15px;
}
#pembelian .hidden{
display: none;
}
.muncul{
display: block!important;
}
.barang_content .pilih_harga{
margin-top: 10px;
position: relative;
display: inline-block;
width: 58%;
margin-bottom: 20px;
}
.barang_content .setting_harga{
position: absolute;
margin-top: 10px;
width: 40%;
text-align: right;
display: inline-block;
}
#select_harga{
width: 35%;
}
.cari{
padding-left: 0;
}
.input{
padding-right: 0;
}
#barang_filter,
#barang_table_filter {
text-align: right;
}
hr{
box-shadow: 0 1.4px 1px rgba(0, 0, 0, .2);
}
.box-body .content{
min-height: 0!important;
} | assets/custom/css/mycss.css | @font-face{
font-family: "Poppins-Regular";
src: url(../font/Poppins-Regular.woff) format("woff");
}
.overlay {
width: 100%;
height: 100%;
background-color: rgb(0, 0, 0, .5);
position: fixed;
top: 0;
z-index: 999;
left: 0;
}
.loader {
position: absolute;
top: calc(50% - 55px);
left: calc(50% - 55px);
transform: translate(-50%, -50%);
border: 5px solid transparent;
border-top: 5px solid rgb(241, 196, 14);
border-bottom: 5px solid rgb(142, 82, 169);
width: 150px;
height: 150px;
border-radius: 50%;
animation: animate 2s linear infinite;
}
.loader::before {
content: "";
position: absolute;
top: 12px;
right: 12px;
bottom: 12px;
left: 12px;
border: 5px solid transparent;
border-top: 5px solid rgb(49, 140, 202);
border-bottom: 5px solid rgb(224, 130, 44);
border-radius: 50%;
animation: animate 3s linear infinite;
}
.loader::after {
content: "";
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 5px solid transparent;
border-top: 5px solid rgb(47, 206, 115);
border-bottom: 5px solid rgb(201, 67, 52);
border-radius: 50%;
animation: animate 4s linear infinite;
}
@keyframes animate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
body{
font-family: "Poppins-Regular";
font-weight: normal;
}
.text-shadow{
font-family: "Poppins-Regular";
font-size: 30px;
font-weight: 500;
position: relative;
text-shadow: 1px 1px 3px rgba(60, 141, 188, .3);
}
.title-normal{
font-size: 15px;
display: inline-block;
padding-top: 6px!important;
text-shadow: 0px 1px 1px rgba(0,0,0,.2);
}
.box-header::before{
content: "";
display: table;
}
.box-header::after{
clear: both;
}
.my{
margin: 20px auto;
}
.box-title{
padding-top: 10px!important;
}
#supplier_filter,#satuan_table_filter{
text-align: right;
}
.modal .modal-body label{
text-align: right;
}
.modal .modal-body.padding{
padding: 40px;
}
#pembelian .box-body{
padding: 20px!important;
}
#pembelian_table_filter{
text-align: right!important;
}
#pembelian hr {
background-color: #f9f9f9;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
#pembelian .total_pembelian,.hasil_total,.total_kembali,.hasil_kembali{
font-size: 18px;
font-weight: 600;
text-shadow: 0 2px 2px rgba(0,0,0,.4)
}
#pembelian .hasil_total,.hasil_kembali{
height: 40px;;
font-size: 27px;
}
#pembelian .cover_total,.cover_kembali{
height: 40px;
margin: 10px 0;
}
#pembelian .cover_bayar{
height: 40px!important;
padding: 10px 0;
}
#pembelian .cover_bayar .bayar{
font-size: 18px;
}
#pembelian .cover_bayar label.bayar.col-sm-5{
text-shadow: 0 2px 1px rgba(0, 0, 0, .4);
}
#pembelian .total_kembali,.hasil_kembali{
margin-top: 15px;
}
#pembelian .hidden{
display: none;
}
.muncul{
display: block!important;
}
.barang_content .pilih_harga{
margin-top: 10px;
position: relative;
display: inline-block;
width: 58%;
margin-bottom: 20px;
}
.barang_content .setting_harga{
position: absolute;
margin-top: 10px;
width: 40%;
text-align: right;
display: inline-block;
}
#select_harga{
width: 35%;
}
.cari{
padding-left: 0;
}
.input{
padding-right: 0;
}
#barang_filter,
#barang_table_filter {
text-align: right;
}
hr{
box-shadow: 0 1.4px 1px rgba(0, 0, 0, .2);
}
.box-body .content{
min-height: 0!important;
} | 0.313105 | 0.081447 |
:root {
--sliderContainerWidth: 100%;
--thumbColor: #502274;
--thumbBorderRadius: 50%;
--sliderBorderRadius: 4px;
--colorMax: 0%;
}
@font-face {
font-family: 'Montserrat-SemiBold';
src: url('../fonts/montserrat/Montserrat-SemiBold.otf');
}
@font-face {
font-family: 'Montserrat-Regular';
src: url('../fonts/montserrat/Montserrat-Regular.otf');
}
@font-face {
font-family: 'Montserrat-Medium';
src: url('../fonts/montserrat/Montserrat-Medium.otf');
}
@font-face {
font-family: 'Segoe UI-Regular';
src: url('../fonts/Segoe UI/Segoe UI.woff')
}
@font-face {
font-family: 'Rubik-Medium';
src: url('../fonts/Rubik/Rubik-Medium.ttf')
}
html {
font-size: 62.5%;
overflow-x: hidden;
}
*,
*::after,
*::before {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
background-color: #f0f0f0;
box-sizing: border-box;
color: #4A4A4A;
}
.container {
width: 100%;
height: 100%;
}
input {
font-family: "Montserrat-Regular";
font-size: 1.2rem;
}
.empty-div {
text-align: center;
position: relative;
}
.Add-plan {
margin-top: 7rem;
margin-bottom: 15rem;
cursor: pointer;
}
.bottom-text-anchor {
font-family: 'Montserrat-Regular';
font-size: 1.2rem;
margin-top: 2rem;
text-align: center;
}
/* Form style */
.NewPlanForm {
display: none;
width: 45%;
}
.form-group-full {
width: 100%;
margin-bottom: 4rem;
}
.form-group-header {
margin-bottom: 0.3rem;
display: flex;
}
.form-group-header h2 {
font-size: 1.2rem;
font-family: 'Montserrat-Medium';
margin-bottom: 1rem;
color: #000000;
}
.form-group-full label {
font-family: 'Montserrat-medium';
color: #4A4A4A;
}
.form-input-full {
width: 100%;
padding: 0.8rem 1rem;
border: 1px solid #D8D8D8;
border-radius: 3px;
}
.right-radius{
border-radius: 0 3px 3px 0;
}
.left-radius{
border-radius: 3px 0 0 3px;
}
.select-group {
width: 70%;
display: flex;
justify-content: space-between;
}
.units-of {
width: 90%;
display: flex;
margin-bottom: 2rem;
}
.half-input {
padding: 0.8rem 1rem;
border: 1px solid #D8D8D8;
border-radius: 3px;
width: 60%;
}
.half-groups {
display: flex;
flex-direction: column;
}
.half-groups label {
margin-bottom: 0.6rem;
}
.add-location {
float: right;
text-decoration: none;
margin-top: 1rem;
color: #6C63FF;
font-family: 'Montserrat-Medium';
text-transform: capitalize;
}
.btn {
background-color: #502274;
border: none;
color: #FFFFFF;
padding: 1rem 3.5rem;
border-radius: 3px;
font-size: 1rem;
font-family: 'Montserrat-Medium';
}
/* Form Edits */
.check-box {
margin-top: 1.2rem;
}
#check {
transform: translateY(0.2rem);
margin-right: 0.7rem;
}
/* Styling special drop down*/
.special-dropdown {
width: 100%;
/* padding: 2rem 0; */
font-family: 'Montserrat-Regular';
font-size: 1.2rem;
position: relative;
}
.value-holder {
width: 100%;
padding: 1rem 1rem;
border: 1px solid #D8D8D8;
border-radius: 3px;
background-color: #FFFFFF;
}
.value-holder img {
float: right;
transform: translateY(0.5rem);
}
.special-dropdown:hover > .options-holder {
display: block;
animation: dropShow 0.7s ease 0.02s 1 forwards;
}
@keyframes dropShow {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.options-holder {
background-color: #FFFFFF;
border-radius: 3px;
width: 227.5px;
z-index: 1000px;
/*transform: translateY(-1.5rem);*/
/*float: right;*/
/*margin-right: 1.5rem;*/
box-shadow: 0.3rem 0.7rem 0.5rem #70707021;
overflow: hidden;
display: none;
opacity: 0;
position: absolute;
right: 1.5rem;
top: 1.5rem;
}
.options-holder ul {
list-style: none;
}
.drop-down-option {
padding: 1rem 1.2rem;
font-size: 1.1rem;
cursor: pointer;
}
.drop-down-option:hover {
background-color: rgba(155, 155, 155, 0.5);
}
.addCardLink {
text-decoration: none;
color: inherit;
}
.currencySymbol {
/*width: 4rem;*/
padding: 0.85rem 1rem;
border: 1px solid #D8D8D8;
/*border-radius: 3px;*/
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
background-color: #FFFFFF;
border-right: 1px solid #D8D8D8;
font-family: 'Montserrat-Regular';
font-size: 1.1rem;
}
/*updates*/
.choose-deposit-option {
height: 100%;
min-height: 65vh;
width: 100%;
display: none;
align-items: center;
justify-content: space-evenly;
}
.Add-Card-box {
position: absolute;
background-color: #FFFFFF;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 85%;
padding: 3rem 6rem;
}
.Add-Card-box .form-group-full {
margin-bottom: 1.5rem;
}
.Add-Card-box .form-group-full .form-group-header {
margin-bottom: 0.7rem;
}
.Add-Card-box .form-group-full .form-group-header h2 {
margin-bottom: 0;
}
.Add-card-box-header {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
.Add-card-box-header h2 {
color: #000;
font-family: "Montserrat-SemiBold";
}
.Add-Card-box button {
margin-top: 2rem;
}
.additional-info {
color: #9B9B9B;
font-family: 'Montserrat-Regular';
margin-top: 0.75rem;
}
.form-group-half {
width: 45%;
display: inline-block;
}
.margin-right {
margin-right: 9.1%;
}
/*invalid card registeration phrase*/
.invalid {
font-family: 'Montserrat-Regular';
margin: 1rem 0 3rem 0;
color: #B21F1E;
display: none;
}
.hidden-input {
display: none;
}
.x-button {
cursor: pointer;
}
.open {
padding: 1rem 1.5rem 1rem 0;
border-radius: 3px;
display: none;
}
.open .bar {
width: 100%;
background-color: #502274;
}
.open .bar:not(:last-child) {
margin-bottom: 0.5rem;
}
/* Action classes */
.openOverlay {
opacity: 0;
display: block;
animation: openOverlay 1s ease 1 forwards;
}
/* Animations */
.slidein {
animation: slideIn 0.4s 1 forwards;
}
.slideout {
animation: slideOut 0.4s 1 forwards;
}
.footer {
padding: 0rem 5rem 1rem;
background-color: #50227410;
display: none;
margin-top: 10px;
}
h2.footer-heading {
font-size: 1.75rem;
margin-bottom: 3rem;
font-family: 'Montserrat-SemiBold';
}
.footer .stocks {
width: 100%;
display: block;
border-spacing: 0 5px;
border-collapse: separate;
}
.footer .stocks tr {
width: fit-content;
/* background-color: #502274; */
}
.footer .stocks td {
text-align: left;
font-size: 1rem;
/* padding: 1rem 2rem; */
min-width: 100px;
margin-bottom: 5px;
}
@keyframes openOverlay {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slideIn {
from {
opacity: 1;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideOut {
from {
opacity: 1;
transform: translateX(0%)
}
to {
opacity: 1;
transform: translateX(-100%)
}
}
/* Styling for the slider */
.slideContainer {
width: var(--sliderContainerWidth);
display: flex;
flex-direction: column;
font-family: 'Montserrat-SemiBold';
font-size: 1.2rem;
}
.top-slider {
width: 100%;
margin-bottom: 0.8rem;
}
.slider {
background-color: #502274;
width: 100%;
-webkit-appearance: none;
height: 3px;
width: 100%;
border-radius: var(--sliderBorderRadius);
background: linear-gradient(to right, var(--thumbColor) var(--colorMax), transparent var(--colorMax));
transition: all 0.2s ease;
outline: none;
z-index: 20;
/* opacity: 0.5; */
/* #82828246 */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: var(--thumbBorderRadius);
border: 2px solid white;
background-color: var(--thumbColor);
}
.sliderContainerInner {
position: relative;
/* background-color: black; */
display: flex;
justify-content: center;
align-items: center;
padding: 0.3rem 0;
margin-bottom: 0.6rem;
}
.sliderBackground {
position: absolute;
height: 3px;
width: 98%;
background-color: #828282;
z-index: 1;
border-radius: 4px;
}
.negative {
float: right;
font-family: 'Montserrat-SemiBold';
font-size: 1.2rem;
}
.right {
float: right;
font-family: 'Montserrat-Regular';
font-size: 1rem;
}
.left {
font-family: 'Montserrat-Regular';
font-size: 1rem;
}
/* plans page addition */
.header-bar {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 1.3rem 1.7rem;
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: 0.2rem 0.4rem 0.4rem #70707013;
margin-top: 20px;
}
.header-bar h2 {
font-family: 'Montserrat-SemiBold';
font-size: 1.2rem;
}
.header-bar a {
text-decoration: none;
font-family: 'Rubik-Medium';
font-size: 1.3rem;
color: #502274;
}
.header-bar a img {
margin-right: 1rem;
}
.underline {
padding-bottom: 0.4rem;
border-bottom: 2px solid #502274;
}
.plans-body {
padding: 2rem 1.5rem;
background-color: #FFFFFF;
margin-top: 2rem;
box-shadow: 0.2rem 0.4rem 0.4rem #70707013;
height: 100%;
padding-bottom: 10rem;
}
span.Important {
margin-left: 1rem;
}
.paddingLeft {
padding-left: 6rem;
}
::-webkit-inner-spin-button {
display: none;
}
::-webkit-calendar-picker-indicator {
color: transparent;
background-image: url("/assets/images/calendar.svg");
background-repeat: no-repeat;
background-size: 100%;
z-index: 2000;
padding: 0.3rem;
}
/* Advanced plans Style */
.plan-Header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 0.5rem 1rem;
margin-bottom: 1rem;
}
.detail-container {
text-align: left;
width: 15rem;
}
.detail-container-actions {
width: 7.5rem;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.detail-container-actions img {
border-radius: 50%;
padding: 1rem;
transition: all 0.3s ease;
}
.detail-container-actions img:hover {
background-color: rgba(155, 155, 155, 0.1);
}
.plan-Header .detail-container {
color: #4A4A4A;
font-family: 'Montserrat-Medium';
font-size: 1.2rem;
}
.plan-group {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
padding: 0.5rem 1rem;
border-radius: 3px;
}
.plan-group .detail-container {
color: #9B9B9B;
font-family: 'Montserrat-Regular';
font-size: 1rem;
padding: 1rem 0.5rem;
}
.plan-group:nth-child(2n) {
background-color: rgba(216, 216, 216, 0.29);
}
.tag {
display: none;
}
.close {
display: none;
}
/*Home page styling*/
.steps-row {
width: 100%;
display: flex;
flex-direction: row;
height: 100%;
align-items: flex-start;
justify-content: center;
}
.step-group {
display: flex;
justify-content: center;
/*align-items: ;*/
}
.step-card {
height: 20rem;
background-color: white;
border-radius: 4px;
padding: 2.5rem;
padding-bottom: 3rem;
width: 20rem;
}
.step-card h2 {
color: #000;
font-family: "Montserrat-SemiBold";
margin-bottom: 2.5rem;
}
.step-card p {
font-family: "Montserrat-Regular";
color: #9b9b9b;
font-size: 1.1rem;
margin-bottom: 5rem;
line-height: 1.7;
}
.emphasis {
font-weight: bold;
color: #502274;
font-size: 1.2rem;
}
.btn-link {
padding: 0.75rem 3rem;
border-radius: 5px;
border: 1px solid #502274;
text-decoration: none;
font-size: 1rem;
color: #502274;
font-family: "Montserrat-Regular";
}
.yellow {
border-bottom: 3px solid #E8A622;
}
.pink {
border-bottom: 3px solid #FF2452;
}
.blue {
border-bottom: 3px solid #1da0f1;
}
.purple {
border-bottom: 3px solid #502274;
}
.cyan {
border-bottom: 3px solid #03DAC5;
}
.green {
border-bottom: 3px solid #008000;
}
.type-2 {
flex-direction: column;
}
.type-1 .directional-arrow {
display: flex;
align-items: center;
}
.type-2 .directional-arrow {
display: flex;
justify-content: center;
}
.type-3 .directional-arrow {
display: flex;
align-items: center;
}
.forwards {
display: block;
}
.down {
display: none;
}
.show-div {
display: flex;
}
/*new card plan design*/
a.plan-type {
display: grid;
text-decoration: none;
grid-template-rows: 1fr, 1fr;
grid-template-columns: 1fr;
height: 23rem;
width: 23rem;
align-items: center;
justify-items: center;
align-content: center;
grid-row-gap: 3.5rem;
background-color: #fff;
color: inherit;
transition: all 0.5s ease;
}
a.plan-type p {
font-size: 1.5rem;
font-family: Montserrat-Regular;
}
a.plan-type:hover {
transform: scale(1.05);
}
.plan-type-normal {
border-bottom: 4px solid #502274;
}
.plan-type-once {
border-bottom: 4px solid #f24c4e;
}
@media (max-width: 1300px) {
.Add-Card-box {
width: 80%;
padding: 3rem 4rem;
}
.plans {
width: 60%;
}
.main-body {
padding: 6rem 6rem;
}
.NewPlanForm {
width: 60%;
}
.plan-group {
justify-content: space-between;
}
.serial {
width: 7rem;
}
.steps-row {
flex-direction: column;
align-items: center;
}
.steps-row.reverse {
flex-direction: column-reverse;
}
.type-1 {
flex-direction: column;
}
.type-1 .directional-arrow {
flex-direction: column;
}
.type-3 {
flex-direction: column-reverse;
}
.forwards {
display: none;
}
.down {
display: block
}
.directional-arrow.six {
justify-content: center;
}
.reverse {
margin-bottom: 5rem;
}
}
@media (max-width: 1000px) {
.withdrawal-confirmation {
width: 90%;
height: 85%;
}
.notify-img {
width: 80%;
}
.NewPlanForm {
width: 80%;
}
/* plan items */
.plans-body {
background-color: transparent;
box-shadow: none;
padding: 2rem 0;
}
.plan-Header {
display: none;
}
p.tag {
display: inline-block;
font-family: 'Montserrat-SemiBold';
color: #000000;
font-size: 1.2rem;
margin-right: 0.7rem;
margin-bottom: 0.7rem;
}
.plan-group {
flex-direction: column;
align-items: flex-start;
background-color: #FFFFFF;
margin-bottom: 5rem;
border-radius: 5px;
box-shadow: 0.2rem 0.3rem 0.3rem #70707010;
padding: 2rem;
}
.detail-container-actions {
align-self: flex-end;
margin-top: 1rem;
}
.plan-group:nth-child(2n) {
background-color: #FFFFFF;
}
.detail-container {
flex-direction: row;
width: 100%;
}
.choose-deposit-option {
flex-direction: column;
justify-content: space-between;
}
.bottom-text-anchor {
margin-top: 5rem;
}
.logout {
display: none;
}
}
@media (max-width: 768px) {
.main-container {
padding-bottom: 20px;
}
.plans {
width: 90%;
}
a.backlink {
display: none;
}
.open {
display: block;
}
.withdrawal-confirmation {
width: 90%;
height: 85%;
padding: 3rem 2rem;
}
.notify-img {
width: 80%;
}
.NewPlanForm {
width: 100%;
}
.main-header {
position: fixed;
top: 0;
background-color: #DDDBF1;
z-index: 800;
}
.main-body {
margin-top: 8rem;
}
.visible {
visibility: visible;
}
}
@media (max-width: 575px) {
.choose-deposit-option {
margin-top: 0;
}
.bottom-text-anchor {
margin-bottom: 3rem;
margin-top: 3rem;
}
.form-group-half {
width: 100%;
display: block;
margin-bottom: 2rem;
}
.Add-Card-box {
width: 85%;
height: 95%
}
.withdraw-sidebar {
width: 70%;
}
.center-me {
width: 100%;
padding-left: 2.5rem;
}
.plans {
width: 100%;
}
.main-body {
padding: 8rem 3rem;
}
.stocks {
display: none;
}
.personalize {
flex-basis: 20%;
}
.withdrawal-confirmation {
width: 95%;
}
.notify-img {
width: 90%;
}
.footer {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0rem;
width: 100%;
}
h2.footer-heading {
position: absolute;
top: 2.5rem;
/* left: 4.5rem; */
}
.footer .stocks {
margin-top: 3rem;
}
/* half inputs */
.units-of {
width: 100%;
}
.half-groups {
width: 49%;
margin-left: 1%;
}
.half-input {
width: 100%;
}
}
@media (max-width: 450px) {
.units-of {
flex-direction: column;
}
.half-groups {
width: 100%;
margin-top: 1rem;
/* margin-left: 1%; */
}
}
.big-over:hover {
padding: 1rem 0.8rem;
margin: 10px 0;
background-color: #fafafa;
-webkit-box-shadow: 3px 2px 2px 2px rgba(34,2,0,0.25);
-moz-box-shadow: 3px 2px 2px 2px rgba(34,2,0,0.25);
box-shadow: 3px 2px 2px 2px rgba(34,2,0,0.25);
cursor: pointer;
} | public/assets/css/plan.css | :root {
--sliderContainerWidth: 100%;
--thumbColor: #502274;
--thumbBorderRadius: 50%;
--sliderBorderRadius: 4px;
--colorMax: 0%;
}
@font-face {
font-family: 'Montserrat-SemiBold';
src: url('../fonts/montserrat/Montserrat-SemiBold.otf');
}
@font-face {
font-family: 'Montserrat-Regular';
src: url('../fonts/montserrat/Montserrat-Regular.otf');
}
@font-face {
font-family: 'Montserrat-Medium';
src: url('../fonts/montserrat/Montserrat-Medium.otf');
}
@font-face {
font-family: 'Segoe UI-Regular';
src: url('../fonts/Segoe UI/Segoe UI.woff')
}
@font-face {
font-family: 'Rubik-Medium';
src: url('../fonts/Rubik/Rubik-Medium.ttf')
}
html {
font-size: 62.5%;
overflow-x: hidden;
}
*,
*::after,
*::before {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
background-color: #f0f0f0;
box-sizing: border-box;
color: #4A4A4A;
}
.container {
width: 100%;
height: 100%;
}
input {
font-family: "Montserrat-Regular";
font-size: 1.2rem;
}
.empty-div {
text-align: center;
position: relative;
}
.Add-plan {
margin-top: 7rem;
margin-bottom: 15rem;
cursor: pointer;
}
.bottom-text-anchor {
font-family: 'Montserrat-Regular';
font-size: 1.2rem;
margin-top: 2rem;
text-align: center;
}
/* Form style */
.NewPlanForm {
display: none;
width: 45%;
}
.form-group-full {
width: 100%;
margin-bottom: 4rem;
}
.form-group-header {
margin-bottom: 0.3rem;
display: flex;
}
.form-group-header h2 {
font-size: 1.2rem;
font-family: 'Montserrat-Medium';
margin-bottom: 1rem;
color: #000000;
}
.form-group-full label {
font-family: 'Montserrat-medium';
color: #4A4A4A;
}
.form-input-full {
width: 100%;
padding: 0.8rem 1rem;
border: 1px solid #D8D8D8;
border-radius: 3px;
}
.right-radius{
border-radius: 0 3px 3px 0;
}
.left-radius{
border-radius: 3px 0 0 3px;
}
.select-group {
width: 70%;
display: flex;
justify-content: space-between;
}
.units-of {
width: 90%;
display: flex;
margin-bottom: 2rem;
}
.half-input {
padding: 0.8rem 1rem;
border: 1px solid #D8D8D8;
border-radius: 3px;
width: 60%;
}
.half-groups {
display: flex;
flex-direction: column;
}
.half-groups label {
margin-bottom: 0.6rem;
}
.add-location {
float: right;
text-decoration: none;
margin-top: 1rem;
color: #6C63FF;
font-family: 'Montserrat-Medium';
text-transform: capitalize;
}
.btn {
background-color: #502274;
border: none;
color: #FFFFFF;
padding: 1rem 3.5rem;
border-radius: 3px;
font-size: 1rem;
font-family: 'Montserrat-Medium';
}
/* Form Edits */
.check-box {
margin-top: 1.2rem;
}
#check {
transform: translateY(0.2rem);
margin-right: 0.7rem;
}
/* Styling special drop down*/
.special-dropdown {
width: 100%;
/* padding: 2rem 0; */
font-family: 'Montserrat-Regular';
font-size: 1.2rem;
position: relative;
}
.value-holder {
width: 100%;
padding: 1rem 1rem;
border: 1px solid #D8D8D8;
border-radius: 3px;
background-color: #FFFFFF;
}
.value-holder img {
float: right;
transform: translateY(0.5rem);
}
.special-dropdown:hover > .options-holder {
display: block;
animation: dropShow 0.7s ease 0.02s 1 forwards;
}
@keyframes dropShow {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.options-holder {
background-color: #FFFFFF;
border-radius: 3px;
width: 227.5px;
z-index: 1000px;
/*transform: translateY(-1.5rem);*/
/*float: right;*/
/*margin-right: 1.5rem;*/
box-shadow: 0.3rem 0.7rem 0.5rem #70707021;
overflow: hidden;
display: none;
opacity: 0;
position: absolute;
right: 1.5rem;
top: 1.5rem;
}
.options-holder ul {
list-style: none;
}
.drop-down-option {
padding: 1rem 1.2rem;
font-size: 1.1rem;
cursor: pointer;
}
.drop-down-option:hover {
background-color: rgba(155, 155, 155, 0.5);
}
.addCardLink {
text-decoration: none;
color: inherit;
}
.currencySymbol {
/*width: 4rem;*/
padding: 0.85rem 1rem;
border: 1px solid #D8D8D8;
/*border-radius: 3px;*/
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
background-color: #FFFFFF;
border-right: 1px solid #D8D8D8;
font-family: 'Montserrat-Regular';
font-size: 1.1rem;
}
/*updates*/
.choose-deposit-option {
height: 100%;
min-height: 65vh;
width: 100%;
display: none;
align-items: center;
justify-content: space-evenly;
}
.Add-Card-box {
position: absolute;
background-color: #FFFFFF;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 85%;
padding: 3rem 6rem;
}
.Add-Card-box .form-group-full {
margin-bottom: 1.5rem;
}
.Add-Card-box .form-group-full .form-group-header {
margin-bottom: 0.7rem;
}
.Add-Card-box .form-group-full .form-group-header h2 {
margin-bottom: 0;
}
.Add-card-box-header {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
.Add-card-box-header h2 {
color: #000;
font-family: "Montserrat-SemiBold";
}
.Add-Card-box button {
margin-top: 2rem;
}
.additional-info {
color: #9B9B9B;
font-family: 'Montserrat-Regular';
margin-top: 0.75rem;
}
.form-group-half {
width: 45%;
display: inline-block;
}
.margin-right {
margin-right: 9.1%;
}
/*invalid card registeration phrase*/
.invalid {
font-family: 'Montserrat-Regular';
margin: 1rem 0 3rem 0;
color: #B21F1E;
display: none;
}
.hidden-input {
display: none;
}
.x-button {
cursor: pointer;
}
.open {
padding: 1rem 1.5rem 1rem 0;
border-radius: 3px;
display: none;
}
.open .bar {
width: 100%;
background-color: #502274;
}
.open .bar:not(:last-child) {
margin-bottom: 0.5rem;
}
/* Action classes */
.openOverlay {
opacity: 0;
display: block;
animation: openOverlay 1s ease 1 forwards;
}
/* Animations */
.slidein {
animation: slideIn 0.4s 1 forwards;
}
.slideout {
animation: slideOut 0.4s 1 forwards;
}
.footer {
padding: 0rem 5rem 1rem;
background-color: #50227410;
display: none;
margin-top: 10px;
}
h2.footer-heading {
font-size: 1.75rem;
margin-bottom: 3rem;
font-family: 'Montserrat-SemiBold';
}
.footer .stocks {
width: 100%;
display: block;
border-spacing: 0 5px;
border-collapse: separate;
}
.footer .stocks tr {
width: fit-content;
/* background-color: #502274; */
}
.footer .stocks td {
text-align: left;
font-size: 1rem;
/* padding: 1rem 2rem; */
min-width: 100px;
margin-bottom: 5px;
}
@keyframes openOverlay {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slideIn {
from {
opacity: 1;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideOut {
from {
opacity: 1;
transform: translateX(0%)
}
to {
opacity: 1;
transform: translateX(-100%)
}
}
/* Styling for the slider */
.slideContainer {
width: var(--sliderContainerWidth);
display: flex;
flex-direction: column;
font-family: 'Montserrat-SemiBold';
font-size: 1.2rem;
}
.top-slider {
width: 100%;
margin-bottom: 0.8rem;
}
.slider {
background-color: #502274;
width: 100%;
-webkit-appearance: none;
height: 3px;
width: 100%;
border-radius: var(--sliderBorderRadius);
background: linear-gradient(to right, var(--thumbColor) var(--colorMax), transparent var(--colorMax));
transition: all 0.2s ease;
outline: none;
z-index: 20;
/* opacity: 0.5; */
/* #82828246 */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: var(--thumbBorderRadius);
border: 2px solid white;
background-color: var(--thumbColor);
}
.sliderContainerInner {
position: relative;
/* background-color: black; */
display: flex;
justify-content: center;
align-items: center;
padding: 0.3rem 0;
margin-bottom: 0.6rem;
}
.sliderBackground {
position: absolute;
height: 3px;
width: 98%;
background-color: #828282;
z-index: 1;
border-radius: 4px;
}
.negative {
float: right;
font-family: 'Montserrat-SemiBold';
font-size: 1.2rem;
}
.right {
float: right;
font-family: 'Montserrat-Regular';
font-size: 1rem;
}
.left {
font-family: 'Montserrat-Regular';
font-size: 1rem;
}
/* plans page addition */
.header-bar {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 1.3rem 1.7rem;
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: 0.2rem 0.4rem 0.4rem #70707013;
margin-top: 20px;
}
.header-bar h2 {
font-family: 'Montserrat-SemiBold';
font-size: 1.2rem;
}
.header-bar a {
text-decoration: none;
font-family: 'Rubik-Medium';
font-size: 1.3rem;
color: #502274;
}
.header-bar a img {
margin-right: 1rem;
}
.underline {
padding-bottom: 0.4rem;
border-bottom: 2px solid #502274;
}
.plans-body {
padding: 2rem 1.5rem;
background-color: #FFFFFF;
margin-top: 2rem;
box-shadow: 0.2rem 0.4rem 0.4rem #70707013;
height: 100%;
padding-bottom: 10rem;
}
span.Important {
margin-left: 1rem;
}
.paddingLeft {
padding-left: 6rem;
}
::-webkit-inner-spin-button {
display: none;
}
::-webkit-calendar-picker-indicator {
color: transparent;
background-image: url("/assets/images/calendar.svg");
background-repeat: no-repeat;
background-size: 100%;
z-index: 2000;
padding: 0.3rem;
}
/* Advanced plans Style */
.plan-Header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 0.5rem 1rem;
margin-bottom: 1rem;
}
.detail-container {
text-align: left;
width: 15rem;
}
.detail-container-actions {
width: 7.5rem;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.detail-container-actions img {
border-radius: 50%;
padding: 1rem;
transition: all 0.3s ease;
}
.detail-container-actions img:hover {
background-color: rgba(155, 155, 155, 0.1);
}
.plan-Header .detail-container {
color: #4A4A4A;
font-family: 'Montserrat-Medium';
font-size: 1.2rem;
}
.plan-group {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
padding: 0.5rem 1rem;
border-radius: 3px;
}
.plan-group .detail-container {
color: #9B9B9B;
font-family: 'Montserrat-Regular';
font-size: 1rem;
padding: 1rem 0.5rem;
}
.plan-group:nth-child(2n) {
background-color: rgba(216, 216, 216, 0.29);
}
.tag {
display: none;
}
.close {
display: none;
}
/*Home page styling*/
.steps-row {
width: 100%;
display: flex;
flex-direction: row;
height: 100%;
align-items: flex-start;
justify-content: center;
}
.step-group {
display: flex;
justify-content: center;
/*align-items: ;*/
}
.step-card {
height: 20rem;
background-color: white;
border-radius: 4px;
padding: 2.5rem;
padding-bottom: 3rem;
width: 20rem;
}
.step-card h2 {
color: #000;
font-family: "Montserrat-SemiBold";
margin-bottom: 2.5rem;
}
.step-card p {
font-family: "Montserrat-Regular";
color: #9b9b9b;
font-size: 1.1rem;
margin-bottom: 5rem;
line-height: 1.7;
}
.emphasis {
font-weight: bold;
color: #502274;
font-size: 1.2rem;
}
.btn-link {
padding: 0.75rem 3rem;
border-radius: 5px;
border: 1px solid #502274;
text-decoration: none;
font-size: 1rem;
color: #502274;
font-family: "Montserrat-Regular";
}
.yellow {
border-bottom: 3px solid #E8A622;
}
.pink {
border-bottom: 3px solid #FF2452;
}
.blue {
border-bottom: 3px solid #1da0f1;
}
.purple {
border-bottom: 3px solid #502274;
}
.cyan {
border-bottom: 3px solid #03DAC5;
}
.green {
border-bottom: 3px solid #008000;
}
.type-2 {
flex-direction: column;
}
.type-1 .directional-arrow {
display: flex;
align-items: center;
}
.type-2 .directional-arrow {
display: flex;
justify-content: center;
}
.type-3 .directional-arrow {
display: flex;
align-items: center;
}
.forwards {
display: block;
}
.down {
display: none;
}
.show-div {
display: flex;
}
/*new card plan design*/
a.plan-type {
display: grid;
text-decoration: none;
grid-template-rows: 1fr, 1fr;
grid-template-columns: 1fr;
height: 23rem;
width: 23rem;
align-items: center;
justify-items: center;
align-content: center;
grid-row-gap: 3.5rem;
background-color: #fff;
color: inherit;
transition: all 0.5s ease;
}
a.plan-type p {
font-size: 1.5rem;
font-family: Montserrat-Regular;
}
a.plan-type:hover {
transform: scale(1.05);
}
.plan-type-normal {
border-bottom: 4px solid #502274;
}
.plan-type-once {
border-bottom: 4px solid #f24c4e;
}
@media (max-width: 1300px) {
.Add-Card-box {
width: 80%;
padding: 3rem 4rem;
}
.plans {
width: 60%;
}
.main-body {
padding: 6rem 6rem;
}
.NewPlanForm {
width: 60%;
}
.plan-group {
justify-content: space-between;
}
.serial {
width: 7rem;
}
.steps-row {
flex-direction: column;
align-items: center;
}
.steps-row.reverse {
flex-direction: column-reverse;
}
.type-1 {
flex-direction: column;
}
.type-1 .directional-arrow {
flex-direction: column;
}
.type-3 {
flex-direction: column-reverse;
}
.forwards {
display: none;
}
.down {
display: block
}
.directional-arrow.six {
justify-content: center;
}
.reverse {
margin-bottom: 5rem;
}
}
@media (max-width: 1000px) {
.withdrawal-confirmation {
width: 90%;
height: 85%;
}
.notify-img {
width: 80%;
}
.NewPlanForm {
width: 80%;
}
/* plan items */
.plans-body {
background-color: transparent;
box-shadow: none;
padding: 2rem 0;
}
.plan-Header {
display: none;
}
p.tag {
display: inline-block;
font-family: 'Montserrat-SemiBold';
color: #000000;
font-size: 1.2rem;
margin-right: 0.7rem;
margin-bottom: 0.7rem;
}
.plan-group {
flex-direction: column;
align-items: flex-start;
background-color: #FFFFFF;
margin-bottom: 5rem;
border-radius: 5px;
box-shadow: 0.2rem 0.3rem 0.3rem #70707010;
padding: 2rem;
}
.detail-container-actions {
align-self: flex-end;
margin-top: 1rem;
}
.plan-group:nth-child(2n) {
background-color: #FFFFFF;
}
.detail-container {
flex-direction: row;
width: 100%;
}
.choose-deposit-option {
flex-direction: column;
justify-content: space-between;
}
.bottom-text-anchor {
margin-top: 5rem;
}
.logout {
display: none;
}
}
@media (max-width: 768px) {
.main-container {
padding-bottom: 20px;
}
.plans {
width: 90%;
}
a.backlink {
display: none;
}
.open {
display: block;
}
.withdrawal-confirmation {
width: 90%;
height: 85%;
padding: 3rem 2rem;
}
.notify-img {
width: 80%;
}
.NewPlanForm {
width: 100%;
}
.main-header {
position: fixed;
top: 0;
background-color: #DDDBF1;
z-index: 800;
}
.main-body {
margin-top: 8rem;
}
.visible {
visibility: visible;
}
}
@media (max-width: 575px) {
.choose-deposit-option {
margin-top: 0;
}
.bottom-text-anchor {
margin-bottom: 3rem;
margin-top: 3rem;
}
.form-group-half {
width: 100%;
display: block;
margin-bottom: 2rem;
}
.Add-Card-box {
width: 85%;
height: 95%
}
.withdraw-sidebar {
width: 70%;
}
.center-me {
width: 100%;
padding-left: 2.5rem;
}
.plans {
width: 100%;
}
.main-body {
padding: 8rem 3rem;
}
.stocks {
display: none;
}
.personalize {
flex-basis: 20%;
}
.withdrawal-confirmation {
width: 95%;
}
.notify-img {
width: 90%;
}
.footer {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0rem;
width: 100%;
}
h2.footer-heading {
position: absolute;
top: 2.5rem;
/* left: 4.5rem; */
}
.footer .stocks {
margin-top: 3rem;
}
/* half inputs */
.units-of {
width: 100%;
}
.half-groups {
width: 49%;
margin-left: 1%;
}
.half-input {
width: 100%;
}
}
@media (max-width: 450px) {
.units-of {
flex-direction: column;
}
.half-groups {
width: 100%;
margin-top: 1rem;
/* margin-left: 1%; */
}
}
.big-over:hover {
padding: 1rem 0.8rem;
margin: 10px 0;
background-color: #fafafa;
-webkit-box-shadow: 3px 2px 2px 2px rgba(34,2,0,0.25);
-moz-box-shadow: 3px 2px 2px 2px rgba(34,2,0,0.25);
box-shadow: 3px 2px 2px 2px rgba(34,2,0,0.25);
cursor: pointer;
} | 0.584508 | 0.1443 |
@font-face {
font-family: SourceSansPro-Regular;
src: url('fonts/source-sans-pro/SourceSansPro-Regular.ttf');
}
@font-face {
font-family: SourceSansPro-Bold;
src: url('fonts/source-sans-pro/SourceSansPro-Bold.ttf');
}
@font-face {
font-family: JosefinSans-Bold;
src: url('fonts/JosefinSans/JosefinSans-Bold.ttf');
}
* {
font-family: sans-serif;
}
.input-c2 {
padding-left: 1%;
padding-right: 1%;
width: 48%;
}
.input-c1 {
padding: 0px;
width: 100%;
}
.input-c3 {
padding-left: 1%;
padding-right: 1%;
width: 31.333333%;
}
.spl-c1-1 {
padding: 0px;
width: 100%;
}
.spl-c2-1 {
padding-left: 0%;
padding-right: 1%;
width: 49%;
}
.spl-c2-2 {
padding-left: 1%;
padding-right: 0%;
width: 49%;
}
.spl-c3-1 {
padding-left: 0%;
padding-right: 1%;
width: 32%;
}
.spl-c3-2 {
padding-left: 1%;
padding-right: 1%;
width: 32%;
}
.spl-c3-3 {
padding-left: 1%;
padding-right: 0%;
width: 32%;
}
.wrapper {
width: 100vw;
height: 100vh;
text-align: center;
}
body {
margin: 0px;
}
.menu {
border-color: white;
border-width: 2px;
margin: 40px 0;
top: 50%;
position: relative;
transform: translateY(-50%);
padding: 50px;
padding-top: 35px;
background: rgba(25,25,25,0.9);
border-radius: 10px;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.35), 0 8px 12px rgba(0, 0, 0, 0.15);
opacity: 0.90;
}
.menu-button {
font-family: SourceSansPro-Regular;
user-select: none;
position: relative;
width: 100%;
margin-bottom: 5px;
border:0;
cursor: pointer;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #3f72af;
padding: 14px 40px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
font-size: 18px;
}
.menu-button:hover {
background: #3f72af;
}
.menu-label {
font-family: SourceSansPro-Bold;
margin: 5px;
font-weight: 800;
color: white;
text-transform: uppercase;
font-size: 15px;
pointer-events: none;
user-select: none;
margin-top: 100px;
}
.menu-title {
font-family: SourceSansPro-Bold;
margin: 5px;
text-align: left;
color: white;
text-transform: uppercase;
font-weight: 300;
}
.menu-info {
text-align: center;
color: white;
font-size: 12px;
}
.menu-input-text {
margin-bottom: 5px;
width: calc(100% - 25px);
margin-bottom: 5px;
outline: none;
color: #fff;
border-color: white;
border-width: 2px;
font-size: 15px;
margin-top: 10px;
background: none;
text-align: center;
border: 2px solid #dbe2ef;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
padding: 14px 10px;
}
/* .menu-input-text:focus {
width: calc(100% - 15px);
}
*/
hr {
visibility: hidden;
}
.menu-select {
-webkit-appearance: none;
outline: none;
width: 100%;
padding: 3px;
margin-bottom: 5px;
border:0;
background: none;
text-align: center;
border: 2px solid #dbe2ef;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
padding: 14px 10px;
margin-top: 10px;
margin-bottom: 10px;
}
select{
-webkit-appearance: none;
outline: none;
width: 100%;
padding: 3px;
margin-bottom: 5px;
border:0;
background: none;
text-align: center;
border: 2px solid #3f72af;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
padding: 14px 10px;
margin-top: 10px;
margin-bottom: 10px;
}
select option{
-webkit-appearance: none;
outline: none;
position: relative;
width: 100%;
height: 20px;
display: flex;
align-items: center;
padding: 7px 7px;
color: white;
font-size: 13px;
margin-bottom: 2px;
}
select option:active{
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option {
-webkit-appearance: none;
outline: none;
position: relative;
width: 100%;
height: 20px;
display: flex;
align-items: center;
padding: 7px 7px;
color: white;
font-size: 13px;
margin-bottom: 2px;
}
.menu-select option:hover {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option:active {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option:focus {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option:visited {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option::after {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option::before {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
input[type=checkbox] {
-webkit-appearance: none;
outline: none;
margin-bottom: -5px;
margin-top: 10px;
padding: 10px;
border-radius: 21px;
border: 2px solid #3f72af;
}
input[type=checkbox]:checked {
outline: none;
background-color: #3f72af;
background-image: linear-gradient(315deg, #7cffcb 0%, #74f2ce 74%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
color: #99a1a7;
}
select option:hover,
select option:focus,
select option:active,
select option:checked
{
-webkit-appearance: none;
background: linear-gradient(#3498db,#3498db);
background-color: #3498db !important;
border-radius: 10px;
color:white;
}
::-webkit-scrollbar {
visibility: hidden;
}
::-webkit-scrollbar-track {
visibility: hidden;
}
::-webkit-scrollbar-thumb {
visibility: hidden;
} | themes/flat.css | @font-face {
font-family: SourceSansPro-Regular;
src: url('fonts/source-sans-pro/SourceSansPro-Regular.ttf');
}
@font-face {
font-family: SourceSansPro-Bold;
src: url('fonts/source-sans-pro/SourceSansPro-Bold.ttf');
}
@font-face {
font-family: JosefinSans-Bold;
src: url('fonts/JosefinSans/JosefinSans-Bold.ttf');
}
* {
font-family: sans-serif;
}
.input-c2 {
padding-left: 1%;
padding-right: 1%;
width: 48%;
}
.input-c1 {
padding: 0px;
width: 100%;
}
.input-c3 {
padding-left: 1%;
padding-right: 1%;
width: 31.333333%;
}
.spl-c1-1 {
padding: 0px;
width: 100%;
}
.spl-c2-1 {
padding-left: 0%;
padding-right: 1%;
width: 49%;
}
.spl-c2-2 {
padding-left: 1%;
padding-right: 0%;
width: 49%;
}
.spl-c3-1 {
padding-left: 0%;
padding-right: 1%;
width: 32%;
}
.spl-c3-2 {
padding-left: 1%;
padding-right: 1%;
width: 32%;
}
.spl-c3-3 {
padding-left: 1%;
padding-right: 0%;
width: 32%;
}
.wrapper {
width: 100vw;
height: 100vh;
text-align: center;
}
body {
margin: 0px;
}
.menu {
border-color: white;
border-width: 2px;
margin: 40px 0;
top: 50%;
position: relative;
transform: translateY(-50%);
padding: 50px;
padding-top: 35px;
background: rgba(25,25,25,0.9);
border-radius: 10px;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.35), 0 8px 12px rgba(0, 0, 0, 0.15);
opacity: 0.90;
}
.menu-button {
font-family: SourceSansPro-Regular;
user-select: none;
position: relative;
width: 100%;
margin-bottom: 5px;
border:0;
cursor: pointer;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #3f72af;
padding: 14px 40px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
font-size: 18px;
}
.menu-button:hover {
background: #3f72af;
}
.menu-label {
font-family: SourceSansPro-Bold;
margin: 5px;
font-weight: 800;
color: white;
text-transform: uppercase;
font-size: 15px;
pointer-events: none;
user-select: none;
margin-top: 100px;
}
.menu-title {
font-family: SourceSansPro-Bold;
margin: 5px;
text-align: left;
color: white;
text-transform: uppercase;
font-weight: 300;
}
.menu-info {
text-align: center;
color: white;
font-size: 12px;
}
.menu-input-text {
margin-bottom: 5px;
width: calc(100% - 25px);
margin-bottom: 5px;
outline: none;
color: #fff;
border-color: white;
border-width: 2px;
font-size: 15px;
margin-top: 10px;
background: none;
text-align: center;
border: 2px solid #dbe2ef;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
padding: 14px 10px;
}
/* .menu-input-text:focus {
width: calc(100% - 15px);
}
*/
hr {
visibility: hidden;
}
.menu-select {
-webkit-appearance: none;
outline: none;
width: 100%;
padding: 3px;
margin-bottom: 5px;
border:0;
background: none;
text-align: center;
border: 2px solid #dbe2ef;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
padding: 14px 10px;
margin-top: 10px;
margin-bottom: 10px;
}
select{
-webkit-appearance: none;
outline: none;
width: 100%;
padding: 3px;
margin-bottom: 5px;
border:0;
background: none;
text-align: center;
border: 2px solid #3f72af;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
padding: 14px 10px;
margin-top: 10px;
margin-bottom: 10px;
}
select option{
-webkit-appearance: none;
outline: none;
position: relative;
width: 100%;
height: 20px;
display: flex;
align-items: center;
padding: 7px 7px;
color: white;
font-size: 13px;
margin-bottom: 2px;
}
select option:active{
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option {
-webkit-appearance: none;
outline: none;
position: relative;
width: 100%;
height: 20px;
display: flex;
align-items: center;
padding: 7px 7px;
color: white;
font-size: 13px;
margin-bottom: 2px;
}
.menu-select option:hover {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option:active {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option:focus {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option:visited {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option::after {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
.menu-select option::before {
-webkit-appearance: none;
outline: none;
background: #3f72af;
color: white;
border-radius: 10px;
}
input[type=checkbox] {
-webkit-appearance: none;
outline: none;
margin-bottom: -5px;
margin-top: 10px;
padding: 10px;
border-radius: 21px;
border: 2px solid #3f72af;
}
input[type=checkbox]:checked {
outline: none;
background-color: #3f72af;
background-image: linear-gradient(315deg, #7cffcb 0%, #74f2ce 74%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
color: #99a1a7;
}
select option:hover,
select option:focus,
select option:active,
select option:checked
{
-webkit-appearance: none;
background: linear-gradient(#3498db,#3498db);
background-color: #3498db !important;
border-radius: 10px;
color:white;
}
::-webkit-scrollbar {
visibility: hidden;
}
::-webkit-scrollbar-track {
visibility: hidden;
}
::-webkit-scrollbar-thumb {
visibility: hidden;
} | 0.315314 | 0.056418 |
html {
overflow-y: scroll;
}
.playlist-container {
padding: 5px 5px 5px 5px;
}
.list {
list-style-type:none;
overflow: hidden;
zoom: 1;
margin-left:0;
margin-bottom: 0;
padding-left: 0;
}
.vertical-spacing {
margin-top: 20px;
}
.img-queued {
margin-top: 2px;
}
li.list-row {
margin-top: 20px;
padding: 2px;
}
li:first-child.list-row {
margin-top: 0px; /*No margin on first column*/
}
li.list-row:hover {
background-color: whitesmoke;
}
li.list-column {
float: left;
margin-right: 10px;
}
li:first-child.list-column {
margin-left: 0px; /*No margin on first column*/
}
.nav.nav-tabs.nav-tabs-dialog{
margin-bottom: 0px;
}
.tab-container {
border-right: solid 1px #DDD;
border-left: solid 1px #DDD;
border-bottom: solid 1px #DDD;
padding:20px 20px 20px 20px;
background-color: white;
}
.outer-container {
margin-top: 75px;
width: 800px;
margin-left: auto ;
margin-right: auto ;
margin-bottom: 10px;
border: solid 1px #DDD;
background-color: white;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.track-info {
line-height:18px;
font-size: 12px;
}
.inner-container {
margin: 20px;
}
.album-art {
margin:10px 10px 0 10px;
}
.now-playing-text {
font-size: 16px;
}
.now-playing-queue-text {
font-size: 11px;
line-height: 50px;
}
.navbar-centered {
width: 800px;
margin-left: auto;
margin-right: auto;
}
.navbar-search.pull-right {
margin-left: 8px;
}
.navbar-loading {
margin-top: 12px;
}
.now-playing-progress {
margin-bottom: 20px;
}
.now-playing-progress .pull-left {
margin-left: 4px;
}
.now-playing-progress .pull-right {
margin-right: 4px;
}
.queued {
display: none;
}
.now-playing-text h3 {
margin: 10px 0;
}
.admin-button {
width: 100px;
}
.label a {
color: white;
}
.label a:hover {
color: white;
text-decoration: none;
}
th span {
color: #0044cc;
text-decoration: none;
cursor: pointer;
}
body{
background-color: whitesmoke;
}
.typeahead.dropdown-menu {
z-index:1100;
margin-left: 10px;
min-width: 270px;
}
.typeahead.dropdown-menu li a {
padding-left: 10px;
}
.btn-toolbar .popover {
font-size: 14px;
}
.inverse .input-append input{
margin-top: 0px;
padding-bottom: 7px;
}
.table-condensed th {
text-align: left;
}
.table-condensed td span {
margin-left: 0px;
}
.navbar-form input {
float: left;
width: 150px;
}
@media (min-width: 768px)
{
.navbar-form
{
float: right;
}
.navbar-form input {
width: 250px;
}
}
.small-text {
font-size: 11px;
}
.input-group-button button {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.reason-icon {
background-image: url('../styles/Images/reason-icon.png');
background-size:100%;
height: 16px;
width: 14px;
display: block;
}
/* compact state */
.btn-queue-input {
transition: all 1s ease;
position: absolute;
right: 78px;
width: 28px;
}
.btn-queue-input .reason {
padding: 6px;
border: 1px solid lightgray;
background-color: white;
margin-right: -1px;
height: 34px;
width: 27px;
float: left;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-queue-input .reason:hover {
background-color: #ebebeb;
border-color: #adadad;
}
.btn-queue-input .reason:active {
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-queue-input.disabled .reason:hover {
background-color: white;
border-color: lightgray;
}
.btn-queue-input.disabled .reason:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-queue-input input {
transition: all 1s ease;
width: 0 !important;
padding-left: 0;
padding-right: 0;
border-radius: 0;
}
/******************/
/* expanded state */
.btn-queue-input.reasonExpanded input
{
padding-left: 5px;
width: 228px !important;
}
.btn-queue-input.reasonExpanded
{
width: 254px !important;
}
/*****************/ | PlayMe.Web/Content/Desktop/Main.css | html {
overflow-y: scroll;
}
.playlist-container {
padding: 5px 5px 5px 5px;
}
.list {
list-style-type:none;
overflow: hidden;
zoom: 1;
margin-left:0;
margin-bottom: 0;
padding-left: 0;
}
.vertical-spacing {
margin-top: 20px;
}
.img-queued {
margin-top: 2px;
}
li.list-row {
margin-top: 20px;
padding: 2px;
}
li:first-child.list-row {
margin-top: 0px; /*No margin on first column*/
}
li.list-row:hover {
background-color: whitesmoke;
}
li.list-column {
float: left;
margin-right: 10px;
}
li:first-child.list-column {
margin-left: 0px; /*No margin on first column*/
}
.nav.nav-tabs.nav-tabs-dialog{
margin-bottom: 0px;
}
.tab-container {
border-right: solid 1px #DDD;
border-left: solid 1px #DDD;
border-bottom: solid 1px #DDD;
padding:20px 20px 20px 20px;
background-color: white;
}
.outer-container {
margin-top: 75px;
width: 800px;
margin-left: auto ;
margin-right: auto ;
margin-bottom: 10px;
border: solid 1px #DDD;
background-color: white;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.track-info {
line-height:18px;
font-size: 12px;
}
.inner-container {
margin: 20px;
}
.album-art {
margin:10px 10px 0 10px;
}
.now-playing-text {
font-size: 16px;
}
.now-playing-queue-text {
font-size: 11px;
line-height: 50px;
}
.navbar-centered {
width: 800px;
margin-left: auto;
margin-right: auto;
}
.navbar-search.pull-right {
margin-left: 8px;
}
.navbar-loading {
margin-top: 12px;
}
.now-playing-progress {
margin-bottom: 20px;
}
.now-playing-progress .pull-left {
margin-left: 4px;
}
.now-playing-progress .pull-right {
margin-right: 4px;
}
.queued {
display: none;
}
.now-playing-text h3 {
margin: 10px 0;
}
.admin-button {
width: 100px;
}
.label a {
color: white;
}
.label a:hover {
color: white;
text-decoration: none;
}
th span {
color: #0044cc;
text-decoration: none;
cursor: pointer;
}
body{
background-color: whitesmoke;
}
.typeahead.dropdown-menu {
z-index:1100;
margin-left: 10px;
min-width: 270px;
}
.typeahead.dropdown-menu li a {
padding-left: 10px;
}
.btn-toolbar .popover {
font-size: 14px;
}
.inverse .input-append input{
margin-top: 0px;
padding-bottom: 7px;
}
.table-condensed th {
text-align: left;
}
.table-condensed td span {
margin-left: 0px;
}
.navbar-form input {
float: left;
width: 150px;
}
@media (min-width: 768px)
{
.navbar-form
{
float: right;
}
.navbar-form input {
width: 250px;
}
}
.small-text {
font-size: 11px;
}
.input-group-button button {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.reason-icon {
background-image: url('../styles/Images/reason-icon.png');
background-size:100%;
height: 16px;
width: 14px;
display: block;
}
/* compact state */
.btn-queue-input {
transition: all 1s ease;
position: absolute;
right: 78px;
width: 28px;
}
.btn-queue-input .reason {
padding: 6px;
border: 1px solid lightgray;
background-color: white;
margin-right: -1px;
height: 34px;
width: 27px;
float: left;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-queue-input .reason:hover {
background-color: #ebebeb;
border-color: #adadad;
}
.btn-queue-input .reason:active {
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-queue-input.disabled .reason:hover {
background-color: white;
border-color: lightgray;
}
.btn-queue-input.disabled .reason:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-queue-input input {
transition: all 1s ease;
width: 0 !important;
padding-left: 0;
padding-right: 0;
border-radius: 0;
}
/******************/
/* expanded state */
.btn-queue-input.reasonExpanded input
{
padding-left: 5px;
width: 228px !important;
}
.btn-queue-input.reasonExpanded
{
width: 254px !important;
}
/*****************/ | 0.404625 | 0.09739 |
body {
padding: 0;
margin: 0;
font-size: 16px;
background-repeat: no-repeat;
background-position: left top;
background-color: #242645;
color: #fff;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-webkit-perspective: 800px;
perspective: 800px;
height: 100vh;
overflow: hidden;
font-family: 'Gudea', sans-serif;
/* Old browsers */
/* FF3.6+ */
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA5C54 ', endColorstr='#bb6dec', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
body ::-webkit-input-placeholder {
color: #4E546D;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #CECFD2;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #CECFD2;
opacity: 1;
}
input:-ms-input-placeholder {
color: #CECFD2;
opacity: 1;
}
input::-webkit-input-placeholder {
color: #CECFD2;
opacity: 1;
}
body .authent {
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
display: none;
background: #35394a;
/* Old browsers */
/* FF3.6+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background: linear-gradient(230deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
position: absolute;
left: 0;
right: 90px;
margin: auto;
width: 100px;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 20px 70px;
top: 0px;
bottom: 0;
height: 60px;
opacity: 0;
}
body .authent p {
text-align: center;
color: white;
}
body p {
color: #D3D7F7;
font-size: 14px;
text-align: center;
}
/*倾斜特效*/
body .tilt {
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
pointer-events: none;
top: -100px !important;
-webkit-transform: rotateX(40deg) scale(0.8) !important;
transform: rotateX(40deg) scale(0.8) !important;
opacity: .6 !important;
-webkit-filter: blur(1px);
filter: blur(1px);
}
body .login {
box-shadow: -15px 15px 15px rgba(6, 17, 47, 0.7);
opacity: 1;
top: 20px;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
-webkit-transition-property: -webkit-transform, opacity, box-shadow, top, left;
transition-property: transform, opacity, box-shadow, top, left;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transform-origin: 161px 100%;
-ms-transform-origin: 161px 100%;
transform-origin: 161px 100%;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
position: relative;
width: 240px;
/*border-top: 2px solid #D8312A;*/
height: 200px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
padding: 30px 50px 100px 40px;
background: #35394a;
/* Old browsers */
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, rgb(0, 0, 0)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
body .login .validation {
position: absolute;
z-index: 1;
right: 10px;
top: 14px;
opacity: 1;
}
body .login .verify_img {
position: absolute;
z-index: 1;
width: 115px;
height: 36px;
right: 25px;
top: 5px;
opacity: 1;
}
body .login .welcome {
position: absolute;
bottom: 20px;
left: 35px;
width: 250px;
}
body .title {
color: #D3D7F7;
height: 50px;
text-align: left;
font-size: 16px;
}
body .admin-info {
height: 208px;
position: absolute;
left: 0;
}
body .admin-info .icon {
position: absolute;
z-index: 1;
left: 36px;
top: 12px;
opacity: .5;
}
body .admin-info input[type='text'], body .admin-info input[type='password'] {
color: #61BFFF !important;
width: 190px;
margin-top: -2px;
background: rgba(57, 61, 82, 0);
left: 0;
padding: 10px 65px;
border-top: 2px solid rgba(57, 61, 82, 0);
border-bottom: 2px solid rgba(57, 61, 82, 0);
border-right: none;
border-left: none;
outline: none;
font-family: 'Gudea', sans-serif;
box-shadow: none;
}
body .mz-admin {
position: relative;
}
body .mz-btn-login {
position: relative;
top: 17px;
left: 0;
width: 80%;
right: 0;
margin: auto;
}
body .mz-btn-login input {
border-radius: 50px;
background: transparent;
padding: 8px 45px;
border: 2px solid #01AAED;
color: #4FA1D9;
text-transform: uppercase;
font-size: 15px;
-webkit-transition-property: background, color;
transition-property: background, color;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
body .mz-btn-login input:focus {
box-shadow: none;
outline: none;
}
body .mz-btn-login input:hover {
color: white;
background: #01AAED;
cursor: pointer;
-webkit-transition-property: background, color;
transition-property: background, color;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
/*加载动画*/
.ball-clip-rotate-pulse {
position: relative;
top: 15px;
transform: scale(1) translateY(-15px);
}
.ball-clip-rotate-pulse > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: 0px;
left: 0px;
border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
background: #ffffff;
height: 16px;
width: 16px;
top: 7px;
left: -7px;
-webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
position: absolute;
border: 2px solid #FFF;
width: 30px;
height: 30px;
left: -16px;
top: -2px;
background: transparent;
border: 2px solid;
border-color: #ffffff transparent #ffffff transparent;
-webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6);
}
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1);
}
}
@keyframes scale {
30% {
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
} | public/static/admin/css/login.css | body {
padding: 0;
margin: 0;
font-size: 16px;
background-repeat: no-repeat;
background-position: left top;
background-color: #242645;
color: #fff;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-webkit-perspective: 800px;
perspective: 800px;
height: 100vh;
overflow: hidden;
font-family: 'Gudea', sans-serif;
/* Old browsers */
/* FF3.6+ */
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA5C54 ', endColorstr='#bb6dec', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
body ::-webkit-input-placeholder {
color: #4E546D;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #CECFD2;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #CECFD2;
opacity: 1;
}
input:-ms-input-placeholder {
color: #CECFD2;
opacity: 1;
}
input::-webkit-input-placeholder {
color: #CECFD2;
opacity: 1;
}
body .authent {
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
display: none;
background: #35394a;
/* Old browsers */
/* FF3.6+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background: linear-gradient(230deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
position: absolute;
left: 0;
right: 90px;
margin: auto;
width: 100px;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 20px 70px;
top: 0px;
bottom: 0;
height: 60px;
opacity: 0;
}
body .authent p {
text-align: center;
color: white;
}
body p {
color: #D3D7F7;
font-size: 14px;
text-align: center;
}
/*倾斜特效*/
body .tilt {
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
pointer-events: none;
top: -100px !important;
-webkit-transform: rotateX(40deg) scale(0.8) !important;
transform: rotateX(40deg) scale(0.8) !important;
opacity: .6 !important;
-webkit-filter: blur(1px);
filter: blur(1px);
}
body .login {
box-shadow: -15px 15px 15px rgba(6, 17, 47, 0.7);
opacity: 1;
top: 20px;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
-webkit-transition-property: -webkit-transform, opacity, box-shadow, top, left;
transition-property: transform, opacity, box-shadow, top, left;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transform-origin: 161px 100%;
-ms-transform-origin: 161px 100%;
transform-origin: 161px 100%;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
position: relative;
width: 240px;
/*border-top: 2px solid #D8312A;*/
height: 200px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
padding: 30px 50px 100px 40px;
background: #35394a;
/* Old browsers */
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, rgb(0, 0, 0)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
body .login .validation {
position: absolute;
z-index: 1;
right: 10px;
top: 14px;
opacity: 1;
}
body .login .verify_img {
position: absolute;
z-index: 1;
width: 115px;
height: 36px;
right: 25px;
top: 5px;
opacity: 1;
}
body .login .welcome {
position: absolute;
bottom: 20px;
left: 35px;
width: 250px;
}
body .title {
color: #D3D7F7;
height: 50px;
text-align: left;
font-size: 16px;
}
body .admin-info {
height: 208px;
position: absolute;
left: 0;
}
body .admin-info .icon {
position: absolute;
z-index: 1;
left: 36px;
top: 12px;
opacity: .5;
}
body .admin-info input[type='text'], body .admin-info input[type='password'] {
color: #61BFFF !important;
width: 190px;
margin-top: -2px;
background: rgba(57, 61, 82, 0);
left: 0;
padding: 10px 65px;
border-top: 2px solid rgba(57, 61, 82, 0);
border-bottom: 2px solid rgba(57, 61, 82, 0);
border-right: none;
border-left: none;
outline: none;
font-family: 'Gudea', sans-serif;
box-shadow: none;
}
body .mz-admin {
position: relative;
}
body .mz-btn-login {
position: relative;
top: 17px;
left: 0;
width: 80%;
right: 0;
margin: auto;
}
body .mz-btn-login input {
border-radius: 50px;
background: transparent;
padding: 8px 45px;
border: 2px solid #01AAED;
color: #4FA1D9;
text-transform: uppercase;
font-size: 15px;
-webkit-transition-property: background, color;
transition-property: background, color;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
body .mz-btn-login input:focus {
box-shadow: none;
outline: none;
}
body .mz-btn-login input:hover {
color: white;
background: #01AAED;
cursor: pointer;
-webkit-transition-property: background, color;
transition-property: background, color;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
/*加载动画*/
.ball-clip-rotate-pulse {
position: relative;
top: 15px;
transform: scale(1) translateY(-15px);
}
.ball-clip-rotate-pulse > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: 0px;
left: 0px;
border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
background: #ffffff;
height: 16px;
width: 16px;
top: 7px;
left: -7px;
-webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
position: absolute;
border: 2px solid #FFF;
width: 30px;
height: 30px;
left: -16px;
top: -2px;
background: transparent;
border: 2px solid;
border-color: #ffffff transparent #ffffff transparent;
-webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6);
}
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1);
}
}
@keyframes scale {
30% {
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
} | 0.416203 | 0.067577 |
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
text-decoration: underline;
}
#navbarTogglerDemo02 {
padding-top: 5px;
}
.navbar-light .navbar-nav .active > .nav-link {
font-weight: bold;
}
body, .navbar-light .navbar-brand, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
color: #104760;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.eckener-moodle {
border: 1px solid #e8e3e3;
padding-bottom: 0;
}
.navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:active, .navbar-light .navbar-brand:visited {
padding-left: 20px;
padding-bottom: 10px;
font-weight: bold;
color: #104760;
}
.navbar-brand-logo {
background-image: url("../img/LOGO_ESFL_Breit.svg");
width: 80px;
height: 80px;
float: left;
}
.headline {
margin-top: 30px;
}
.type_selector select {
width: 150px;
}
.headline {
position: relative;
z-index: -999;
padding-top: 5px;
padding-left: 20px;
margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
#avbl_devices_wrapper, #lend_devices_wrapper, #admin_devices_wrapper, #admin_carts_wrapper {
top: -50px;
}
}
@media only screen and (max-width: 407px) {
.navbar-brand, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus {
padding-left: 0 !important;
margin-right: 0 !important;
}
}
@media only screen and (max-width: 407px) {
.navbar-brand h1 {
font-size: 22px;
}
}
.navbar-nav li {
width: 120px;
text-align: center;
}
.function-icon img {
margin-left: 10px;
margin-right: 10px;
}
.show > ul > li, .collapsing > ul > li {
width: 100%;
text-align: center;
}
.btn-create {
font-weight: bold;
margin-bottom: -25px;
margin-left: 15px;
margin-top: 15px;
padding: 5px 20px;
color: #ffffff;
background-color: #2093cc;
border-radius: 20px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
}
tr {
background-color: #2093cc;
color: #ffffff;
box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
tr > td {
color: #000000;
}
.form-content {
padding: 20px;
background-color: #f6f6f6;
box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
.form-label {
float: left;
width: 110px;
}
.submit-btn {
font-weight: bold;
padding: 5px 20px;
color: #ffffff;
background-color: #2093cc;
border-radius: 20px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
}
.submit-btn:hover, .btn-create:hover {
box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
color: #ffffff;
}
table.dataTable.no-footer {
border-bottom: unset!important;
}
.modal-body {
background-color: #f6f6f6;
box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
#cart-history > tbody > tr, #device-history > tbody > tr {
background-color: #ffffff;
border: 1px solid #f1f1f1;
}
#cart-history tr, #device-history tr {
box-shadow: unset;
} | public/assets/css/it-support.css | .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
text-decoration: underline;
}
#navbarTogglerDemo02 {
padding-top: 5px;
}
.navbar-light .navbar-nav .active > .nav-link {
font-weight: bold;
}
body, .navbar-light .navbar-brand, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
color: #104760;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.eckener-moodle {
border: 1px solid #e8e3e3;
padding-bottom: 0;
}
.navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:active, .navbar-light .navbar-brand:visited {
padding-left: 20px;
padding-bottom: 10px;
font-weight: bold;
color: #104760;
}
.navbar-brand-logo {
background-image: url("../img/LOGO_ESFL_Breit.svg");
width: 80px;
height: 80px;
float: left;
}
.headline {
margin-top: 30px;
}
.type_selector select {
width: 150px;
}
.headline {
position: relative;
z-index: -999;
padding-top: 5px;
padding-left: 20px;
margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
#avbl_devices_wrapper, #lend_devices_wrapper, #admin_devices_wrapper, #admin_carts_wrapper {
top: -50px;
}
}
@media only screen and (max-width: 407px) {
.navbar-brand, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus {
padding-left: 0 !important;
margin-right: 0 !important;
}
}
@media only screen and (max-width: 407px) {
.navbar-brand h1 {
font-size: 22px;
}
}
.navbar-nav li {
width: 120px;
text-align: center;
}
.function-icon img {
margin-left: 10px;
margin-right: 10px;
}
.show > ul > li, .collapsing > ul > li {
width: 100%;
text-align: center;
}
.btn-create {
font-weight: bold;
margin-bottom: -25px;
margin-left: 15px;
margin-top: 15px;
padding: 5px 20px;
color: #ffffff;
background-color: #2093cc;
border-radius: 20px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
}
tr {
background-color: #2093cc;
color: #ffffff;
box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
tr > td {
color: #000000;
}
.form-content {
padding: 20px;
background-color: #f6f6f6;
box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
.form-label {
float: left;
width: 110px;
}
.submit-btn {
font-weight: bold;
padding: 5px 20px;
color: #ffffff;
background-color: #2093cc;
border-radius: 20px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
}
.submit-btn:hover, .btn-create:hover {
box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
color: #ffffff;
}
table.dataTable.no-footer {
border-bottom: unset!important;
}
.modal-body {
background-color: #f6f6f6;
box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
#cart-history > tbody > tr, #device-history > tbody > tr {
background-color: #ffffff;
border: 1px solid #f1f1f1;
}
#cart-history tr, #device-history tr {
box-shadow: unset;
} | 0.404155 | 0.052522 |
body {
font-family: 'Comic Sans MS';
text-align: center;
background-image:url(Images/HUD/background.png);
background-repeat:no-repeat;
background-color:darkslateblue;
background-size:cover;
}
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
#titleCover {
position: absolute;
transform: translate(-10px,-7px);
z-index: 3000;
width: 100%;
height: 100%;
background-color: black;
}
#coverImage {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-280px,-160px);
}
#ggLogo2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-90px,80px);
}
#NewGameBtn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-99px,-55px);
}
#loadSavedGame {
position: absolute;
left: 50%;
top: 50%;
transform: translate(109px,-55px);
}
#btnImage2 {
transform: translate(-209px,62px);
}
#btn1Text {
position: absolute;
transform: translate(-100px, -65px);
width: 200px;
font-family: 'Comic Sans MS';
font-size: 28px;
font-weight: bolder;
color: darkgreen;
}
#btn2Text {
position: absolute;
transform: translate(-310px, -0px);
width: 200px;
font-family: 'Comic Sans MS';
font-size: 28px;
font-weight: bolder;
color: azure;
}
#gameTitle {
background-color: goldenrod;
border-radius: 10px 10px;
color: magenta;
max-width: 325px;
margin-left: auto;
margin-right: auto;
transform: translateY(-10px);
}
#lightningFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
}
#arcaneFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
}
#fireFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*top: 50%;
left: 50%;
transform: translate(-250px,-150px);*/
}
#meteorFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*transform: translate(-75px,-75px);*/
}
#swordFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*top: 30%;
left: 40%;
transform: translate(-175px,-300px);*/
}
#airFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*transform: translate(-75px,-75px);*/
}
#earthFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*transform: translate(-75px,-75px);*/
}
#coverWrapper {
position: absolute;
display: none;
width: 100%;
height: 100%;
z-index: 3000;
background-color: black;
transform: translate(-10px,-10px);
}
#vsCover {
position: absolute;
display: none;
width: 479px;
height:319px;
top: 50%;
left: 50%;
transform: translate(-239px,-160px);
background-image: url(Images/HUD/battleMatchBack.png);
background-repeat:no-repeat;
background-position:center;
border: 1px solid red;
z-index: 7900;
}
#vsEnemy {
position: absolute;
transform: translate(15px,58px);
}
#nameWrapper {
margin-top: 208px;
width: 479px;
}
#playerNameP {
float: left;
margin-left: 45px;
font-family:'Comic Sans MS';
font-size:40px;
font-weight:bolder;
color: darkblue;
}
#enemyNameP {
transform: translate(25px,44px);
margin-left: 10px;
font-family: 'Comic Sans MS';
font-size: 40px;
font-weight: bolder;
color: red;
}
#countDown {
position: absolute;
color:darkorange;
transform: translate(200px,120px);
font-family: 'Comic Sans MS';
font-size: 35px;
font-weight: bolder;
border: 2px solid red;
border-radius: 20px;
width: 65px;
height: 50px;
background-color:blueviolet;
}
#helpGif {
position: absolute;
display: none;
top: 50%;
left: 50%;
transform: translate(-265px,-156px);
z-index: 7000;
}
#skipMe {
position: absolute;
display: none;
top: 50%;
left: 50%;
color: red;
font-weight: bolder;
font-size: 22px;
z-index: 7100;
transform: translate(210px,65px);
background-color:blueviolet;
border-radius: 10px;
}
#difficulty {
position: absolute;
display: none;
top: 50%;
left: 50%;
width: 750px;
height: 359px;
background-color: rgba(238,130,238, 0.3);
border-radius: 10px;
border: 1px grey solid;
transform: translate(-372px,-177px);
z-index: 2000;
}
#diffBack {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 395px;
height: 309px;
z-index: 7100;
transform: translate(-200px,-170px);
background-image: url(Images/HUD/blankBack.png);
background-repeat: no-repeat;
background-position: center;
}
#diffTitle, #homeTitle, #inventoryTitle, statsTitle, statsTitle2 {
display: block;
left: 48%;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 22px;
}
#statsTitle {
transform: translateY(6px);
}
#statsTitle2 {
font-family: 'Comic Sans MS';
font-weight: bold;
font-size: 40px;
color: darkviolet;
transform: translate(0px, 25px);
}
#statsInnerParent {
position: absolute;
width: 97%;
height: 97%;
margin:1.5%;
/*border: 1px solid black;*/
transform: translate(0px, -25px);
}
#playerHealthOnStats {
position:absolute;
top: 35px;
left: 165px;
width: 68px;
height: 70px;
background-image: url(Images/HUD/cross.png);
background-repeat: no-repeat;
background-position: center;
text-align:center;
}
#playerDefOnStats {
position: absolute;
top: 35px;
left: 485px;
width: 70px;
height: 70px;
background-image: url(Images/HUD/sheild.png);
background-repeat: no-repeat;
background-position: center;
}
#healthInnerStat, #defInnerStat {
transform: translate(0px,8px);
}
#playerLvlOnStats {
position: absolute;
top: 68px;
left: 328px;
font-size: 18px;
}
#playerCupStats {
position: absolute;
top: 135px;
left: 115px;
font-size: 24px;
/*border: 2px solid red;*/
height: 155px;
width: 155px;
text-align: left;
background-image: url(Images/Hero/trophy0.png);
background-repeat: no-repeat;
background-position: top;
background-size: contain;
}
#playerCupStats > p {
color: darkviolet;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 18px;
text-decoration: underline;
transform: translate(-5px,-46px);
width: 185px;
}
#starCashStat {
color: forestgreen;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 18px;
transform: translate(-170px,225px);
}
#returnFromStats {
color: ghostwhite;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 28px;
transform: translate(0px,150px);
}
#playerImageOnStats {
position: absolute;
top: 90px;
left: 270px;
width: 185px;
height: 215px;
background-image: url(Images/Hero/idle_1.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
-webkit-animation: animatePlyr 2.0s infinite;
-moz-animation: animatePlyr 2.0s infinite;
-o-animation: animatePlyr 2.0s infinite;
animation: animatePlyr 2.0s infinite;
}
@keyframes animatePlyr{
0%, 100% { background-image: url(Images/Hero/idle_1.png); }
20% { background-image: url(Images/Hero/idle_2.png); }
30% { background-image: url(Images/Hero/idle_3.png); }
40% { background-image: url(Images/Hero/idle_4.png); }
50% { background-image: url(Images/Hero/idle_3.png); }
60% { background-image: url(Images/Hero/walk_1.png); }
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
@-webkit-keyframes animatePlyr {
0%, 100% {
background-image: url(Images/Hero/idle_1.png);
}
20% {
background-image: url(Images/Hero/idle_2.png);
}
30% {
background-image: url(Images/Hero/idle_3.png);
}
40% {
background-image: url(Images/Hero/idle_4.png);
}
50% {
background-image: url(Images/Hero/idle_3.png);
}
60% {
background-image: url(Images/Hero/walk_1.png);
}
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
@-moz-keyframes animatePlyr {
0%, 100% {
background-image: url(Images/Hero/idle_1.png);
}
20% {
background-image: url(Images/Hero/idle_2.png);
}
30% {
background-image: url(Images/Hero/idle_3.png);
}
40% {
background-image: url(Images/Hero/idle_4.png);
}
50% {
background-image: url(Images/Hero/idle_3.png);
}
60% {
background-image: url(Images/Hero/walk_1.png);
}
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
@-o-keyframes animatePlyr {
0%, 100% {
background-image: url(Images/Hero/idle_1.png);
}
20% {
background-image: url(Images/Hero/idle_2.png);
}
30% {
background-image: url(Images/Hero/idle_3.png);
}
40% {
background-image: url(Images/Hero/idle_4.png);
}
50% {
background-image: url(Images/Hero/idle_3.png);
}
60% {
background-image: url(Images/Hero/walk_1.png);
}
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
playerSpellLvlOnStats {
position: absolute;
top: 100px;
left: 400px;
border: 1px solid black;
}
.statVals {
border: 1px solid black;
border-radius: 10px;
position: absolute;
top: 100px;
left: 540px;
width: 40px;
background-color:chocolate;
}
.statRows {
position: absolute;
top: 110px;
left: 470px;
width: 80px;
}
#arcaneStatVal {
top: 110px;
}
.row2 {
top: 140px;
}
.row3 {top: 170px;}
.row4 {top: 200px;}
.row5 {top: 230px;}
.row6 {top: 260px;}
.row7 {top: 290px;}
.diffBtn {
position: absolute;
display: block;
left: 25%;
height: 35px;
width: 250px;
padding-top: 10px;
clear: both;
color: ghostwhite;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 22px;
/*border: 2px grey inset;*/
border-radius: 10px;
text-align: center;
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: contain;
background-position-y: top;
}
#diff1 {
top: 20%;
left: 20%;
/*background-color: #66ffb3;*/
}
#diff2 {
top: 37%;
left: 20%;
/*background-color: #e6e600;*/
}
#diff3 {
top: 55%;
left: 20%;
/*background-color: #990000;*/
}
#saveDiff {
position: absolute;
display: block;
top: 77%;
left: 39%;
}
#selectedDiff {
position: absolute;
display: block;
top: 30%;
left: 28%;
}
#goHome, #inventoryParent, #trophyParent, #playerStatsParent {
position: absolute;
display: none;
top: 50%;
left: 50%;
width: 750px;
height: 359px;
background-color: rgba(238,130,238, 0.3);
border-radius: 10px;
/*border: 1px red solid;*/
transform: translate(-372px,-177px);
z-index: 3000;
}
#homeBack, #inventoryBack {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 395px;
height: 309px;
z-index: 7100;
transform: translate(-200px,-170px);
background-image: url(Images/HUD/blankBack.png);
background-repeat: no-repeat;
background-position: center;
}
#saveQuit {
top: 32%;
width: 275px;
transform: translate(-40px,0px);
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: cover;
background-position-y: top;
text-decoration: none;
color: ghostwhite;
border: none;
}
#homeMore {
top: 60%;
width: 275px;
transform: translate(-40px,0px);
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: cover;
background-position-y: top;
text-decoration: none;
color: ghostwhite;
border: none;
}
#homeReturn, #inventoryReturn, #trophyReturn, #diffReturn {
top: 79%;
width: 275px;
transform: translate(-40px,0px);
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: cover;
background-position-y: top;
color: ghostwhite;
border: none;
}
#playerStatsParent {
display: none;
background-image: url(Images/HUD/wideHud21.png);
background-repeat: no-repeat;
background-size:contain;
background-position: center;
}
.potions {
margin-top: 10px;
display: block;
width: 100px;
height: 168px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
float: left;
border: 1px #AA5939 solid;
border-radius: 10px;
}
.potTitles {
font-size: 14px;
transform: translate( 0px, -17px);
}
.invPotBottom {
transform: translate( 0px, 54px);
font-size: 12px;
color: darkmagenta;
}
.buyImage {
transform: translate( 0px, -12px);
}
#invHealthPot {
margin-left: 41px;
background-image: url(Images/HUD/healthPot2.png);
left: 5px;
}
#invDefPot {
background-image: url(Images/HUD/book-3.png);
margin-left: 2.5px;
}
#invPowerPot {
background-image: url(Images/HUD/orbOfPower.png);
margin-left: 2.5px;
}
#diffReturn {
top: 79%;
}
#inventoryReturn {
top: 79%;
}
#trophyReturn {
top: 82%;
}
#trophyBack {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 450px;
height: 300px;
z-index: 7100;
transform: translate(-225px,-170px);
background-image: url(Images/HUD/wideBlankBack.png);
background-repeat: no-repeat;
background-position: center;
}
#trophyReturn {
transform: translate(-33px, 5px);
}
#trophyInnerParent {
/*border: 2px inset black;*/
border-radius: 20px;
height: 200px;
width: 535px;
transform: translate(-48px, -10px);
}
.leftboxes {
position: absolute;
top: 10px;
left: 2px;
border: 2px inset saddlebrown;
width: 75px;
height: 90px;
background-color: rosybrown;
border-radius: 22px;
background-position: center;
background-repeat: no-repeat;
}
.rightboxes {
position: absolute;
left: 459px;
border: 2px inset saddlebrown;
width: 75px;
height: 90px;
background-color: rosybrown;
border-radius: 22px;
background-position: center;
background-repeat: no-repeat;
}
.lowerboxes {
top:110px;
}
#centerTrophyPane {
position: absolute;
left: 77px;
/*border: 2px inset black;*/
width: 380px;
height: 200px;
}
#leftUpper {
background-image: url(Images/HUD/bronzeTrophy.png);
}
#leftLower {
background-image: url(Images/HUD/star.png);
}
#rightUpper {
background-image: url(Images/HUD/silverTrophy.png);
top: 8px;
}
#rightLower {
background-image: url(Images/HUD/goldenTrophy.png);
}
.lockBack {
background-image: url(Images/buttons/goldLock.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
#trophyLock1 {
top: 8px;
}
#trophyLock3 {
position: absolute;
display: none;
left: 0px;
transform: translate(-1px, -31px);
z-index: 9000;
}
.clsCenterTrophy {
position: absolute;
top: 30px;
left: 80px;
border: 2px inset black;
height: 175px;
width: 182px;
background-color: #8C7853;
border-radius: 30px;
}
#centerTrophyMiddleLeft {
height: 145px;
background-image: url(Images/Enemy/lvl1.png);
background-position: top;
background-repeat: no-repeat;
background-size: contain;
}
#centerLowerLeft2 {
position: absolute;
top: 130px;
left: 80px;
}
#centerTrophyMiddleRight {
left: 273px;
}
.trophyRow {
position: absolute;
top: 35%;
width: 175px;
height: 33px;
/*border: 2px inset purple;*/
}
#cupGuiName {
top:10px;
}
#face1row {
top: 1px;
}
#face2row { top: 36px;}
#face3row { top: 70px;}
#face4row { top: 105px;}
#face5row { top: 140px;}
.clsFaceBubble {
position: absolute;
left: 10px;
width: 45px;
height: 30px;
border-radius: 10px;
border: 1px solid purple;
background-color: black;
}
.clsCol2 {
left: 66px;
}
.clsCol3 {
left: 120px;
}
#r1-c1 {
background-image: url(Images/Enemy/lvl1.png);
background-size:contain;
background-repeat: no-repeat;
background-position: center;
}
#r1-c2 {
background-image: url(Images/Enemy/lvl2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r1-c3 {
background-image: url(Images/Enemy/lvl3.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r2-c1 {
background-image: url(Images/Enemy/lvl4.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r2-c2 {
background-image: url(Images/Enemy/lvl5.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r2-c3 {
background-image: url(Images/Enemy/lvl6.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r3-c1 {
background-image: url(Images/Enemy/lvl7.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r3-c2 {
background-image: url(Images/Enemy/lvl8.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r3-c3 {
background-image: url(Images/Enemy/lvl9.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r4-c1 {
background-image: url(Images/Enemy/lvl10.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r4-c2 {
background-image: url(Images/Enemy/lvl11.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r4-c3 {
background-image: url(Images/Enemy/lvl12.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r5-c1 {
background-image: url(Images/Enemy/lvl13.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r5-c2 {
background-image: url(Images/buttons/goldLock.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r5-c3 {
background-image: url(Images/buttons/goldLock.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#centerTopLeft {
position: absolute;
top: 0px;
left: 4px;
color: red;
background-color: antiquewhite;
width: 175px;
height:22px;
transform: translate(0px, -5px);
border-radius: 15px;
border: 1px inset black;
}
#enemyNameCenter {
font-size: 20px;
transform: translate(0px, -23px);
}
#innerStatBack {
position: absolute;
left: 5px;
top: 20px;
width: 175px;
height: 27px;
/*background-image: url("Images/HUD/enemyStats1.png");
background-size:cover;
background-repeat: no-repeat;
background-position: center;*/
}
.clsinnerStat {
position: absolute;
top: -1px;
left: -5px;
width: 45px;
font-size: 16px;
color:azure;
border-radius:8px;
border: 1px inset black;
}
#innerStat1 {
background-color: red;
}
#innerStat2 {
left: 85px;
color: azure;
}
#innerStat3 {
left: 132px;
background-color: dimgrey;
}
#centerLowerLeft2 {
position: absolute;
top: 128px;
left: 83px;
width: 180px;
height: 125px;
/*background-image: url(Images/HUD/bottomBar.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;*/
}
#innerStory {
position: absolute;
top: 50px;
left:10px;
font-size: 14px;
color: darkred;
text-shadow: 2px 2px azure;
border-radius: 12px;
/*background-image: url(Images/HUD/bottomBar.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;*/
}
/*end*/
#gameMasterContainer {
/*left: 50%;
transform: translate(-5px, -8px);
display: block;*/
}
#leftSide {
display: block;
font-size: 16px;
color: azure;
border: 2px inset red;
float: left;
height: 315px;
width: 90px;
background-color: black;
transform: translateX(-5px);
margin-left: 2px;
}
#viewport1 {
position: absolute;
left: 50%;
top: 50%;
/*width: 560px;*/
min-height: 300px;
height: 310px;
width: 518px;
z-index:1000;
/*max-width: 360px;*/
/*max-height: 750px;*/
border: 1px solid yellow;
border-radius: 12px 12px;
/*transform: translate(-15px, 0px);*/
/*width:508px;
height:315px;*/
float: left;
}
#viewport2 {
position: absolute;
left: 50%;
top: 50%;
/*max-width: 1000px;*/
min-height: 100px;
/*max-height: 750px;*/
border: 1px solid yellow;
/*transform: translate(-15px, 0px);*/
/*width:508px;
height:315px;*/
float: left;
}
#rightSide {
display: block;
font-size: 20px;
color: azure;
border: 2px inset red;
float: right;
height: 315px;
width: 90px;
background-color: black;
transform: translate(5px,-0px);
margin-left: 0px;
margin-right: 0px;
z-index: 1000;
}
#heroImage {
transform: scale(.65) translate(-65px, -90px);
background-image: url(Images/Hero/idle_1.png);
width: 180px;
height: 175px;
background-size: contain;
background-position: center;
}
#enemyImage {
transform: scale(.7) translate(-50px, -45px) scaleX(-1);
background-image: url(Images/Enemy/idle_1.png);
width: 180px;
height: 175px;
background-size: contain;
background-position: center;
}
.pBars {
border: 1px solid black;
border-radius: 3px;
width: 75px;
min-height: 10px;
/*left: 5px;*/
}
#progressBar, #progressBar3 {
width: 85px;
/*background-color: azure;*/
min-height: 25px;
/*top: 50px;*/
z-index: 950;
transform: translate(0px, -90px);
background-image: url(Images/HUD/healthContainer.png);
background-size: contain;
background-repeat: no-repeat;
}
#progressBar2, #progressBar4 {
width: 85px;
background-color: black;
min-height: 20px;
/*top: 50px;*/
z-index: 950;
transform: translate(0px, -175px);
background-image: url(Images/HUD/defenceContainer.png);
background-size: contain;
background-repeat: no-repeat;
}
#myBar, #myBar3 {
width: 75%;
max-width: 75px;
background-color: crimson;
border: 1px solid darkred;
border-radius: 3px;
z-index: 1050;
min-height: 11px;
left: 10px;
transform: translate(17px, 6px);
/*background-image: url(Images/HUD/healthBar.png);
background-size: contain;
background-position: left;
background-repeat: no-repeat;*/
}
#myBar2, #myBar4 {
width: 75%;
background-color:lightgray;
border: 1px solid grey;
z-index: 1050;
min-height: 11px;
left: 10px;
transform: translate(17px, 4px);
/*background-image: url(Images/HUD/defenceBar.png);
background-repeat: no-repeat;*/
}
#progressBar2 {
transform: translate(0px, -120px);
}
#progressBar3 {
transform: translate(0px, -60px);
}
#progressBar4 {
transform: translate(0px, -90px);
}
.statusText {
font-size: 12px;
font-weight:bold;
color: darkblue;
transform: translate(-13px, -21px);
z-index:1100;
}
#defenceText1, #defenceText2 {
transform: translate(-13px, -23px);
}
#menuImg {
display: block;
transform: translateY(-110px);
}
#ggLogo {
min-height: 50px;
height: 60px;
background-image: url(Images/HUD/gabbyLogo.png);
background-repeat: no-repeat;
background-position: center;
}
#toHome {
display:block;
height: 50px;
min-width: 50px;
padding-top: 60px;
font-family: 'Comic Sans MS';
font-size: 12px;
color: blue;
z-index: 1000;
/*background-image: url(Images/HUD/gabbyLogo.png);*/
}
#message {
position: absolute;
display: none;
height: 88px;
min-width: 150px;
left: 50%;
top: 30%;
background-image: url(Images/HUD/enemyTurn.png);
z-index: 2500;
/*transform: translate(-75px, -50px);*/
}
#changeToLandscape {
position: absolute;
background-color: black;
width: 99%;
height: 99%;
left: 0%;
top: 0%;
z-index: 5000;
display: none;
}
#pleaseSwitch {
position: absolute;
left: 50%;
top: 25%;
max-width: 320px;
color: aliceblue;
transform: translate(-100px, 0px);
}
#levelUpMaster {
position: absolute;
height: 100%;
width: 100%;
background-color: black;
}
#levelUpBack {
height: 100%;
width: 100%;
background-image: url(Images/HUD/HorizLevelUp.png);
background-repeat: no-repeat;
background-position: center;
z-index: 6500;
}
#levelUpGrid {
position: absolute;
left: 32%;
top: 38%;
color: white;
border: 1px solid white;
}
#levelUpGrid tr td {
height: 38px;
width: 80px;
border: 2px solid white;
}
/*#r4_td2 {
left: 59%;
width: 90px;
}*/
.plusTrait {
position: absolute;
background-image: url(Images/HUD/ButtonPlus.png);
height: 40px;
width: 38px;
}
.plusTrait2 {
position: absolute;
background-image: url(Images/HUD/ButtonPlus.png);
height: 40px;
width: 38px;
}
.plusTrait3 {
position: absolute;
background-image: url(Images/HUD/ButtonPlus.png);
height: 40px;
width: 38px;
}
#healHeart, #healHeartEnemy {
position: absolute;
display: none;
top: 50%;
left: 50%;
background-image: url(Images/HUD/healHeart.png);
height: 120px;
width: 123px;
/*transform: translate(-50px, -50px);*/
z-index: 4000;
font-size: 20px;
color: #ffff00;
padding-top: 1px;
text-shadow: 0px 2px 0px #ff1493;
}
#healName, #healNameEnemy {
min-width: 100px;
}
.fadeInRight {
animation-name: fadeInRight;
animation-duration: 1.5s;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: translate(25px,58px);
}
}
.fadeInRight2 {
animation-name: fadeInRight2;
animation-duration: 2.5s;
}
@keyframes fadeInRight2 {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
display: block;
}
to {
opacity: 1;
top: 20%;
left: 20%;
transform: translate3d(-50, -100, 0);
display: none;
/*transform: translate(25px,58px);*/
}
}
.fadeInLeft2 {
animation-name: fadeInLeft2;
animation-duration: 2.5s;
}
@keyframes fadeInLeft2 {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
display: block;
}
to {
opacity: 1;
top: 20%;
left: 80%;
transform: translate3d(50, 100, 0);
display: none;
}
}
@media (max-width: 600px), screen (orientation:portrait) {
#changeToLandscape {
display: block;
}
}
@media screen and (orientation:landscape) {
#changeToLandscape {
display: none;
}
}
@media (max-height: 319px), screen (orientation:landscape) {
#viewport{
max-height: 300px;
max-width: 560px;
}
} | GuiSpellMatch/spellmatch2.css | body {
font-family: 'Comic Sans MS';
text-align: center;
background-image:url(Images/HUD/background.png);
background-repeat:no-repeat;
background-color:darkslateblue;
background-size:cover;
}
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
#titleCover {
position: absolute;
transform: translate(-10px,-7px);
z-index: 3000;
width: 100%;
height: 100%;
background-color: black;
}
#coverImage {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-280px,-160px);
}
#ggLogo2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-90px,80px);
}
#NewGameBtn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-99px,-55px);
}
#loadSavedGame {
position: absolute;
left: 50%;
top: 50%;
transform: translate(109px,-55px);
}
#btnImage2 {
transform: translate(-209px,62px);
}
#btn1Text {
position: absolute;
transform: translate(-100px, -65px);
width: 200px;
font-family: 'Comic Sans MS';
font-size: 28px;
font-weight: bolder;
color: darkgreen;
}
#btn2Text {
position: absolute;
transform: translate(-310px, -0px);
width: 200px;
font-family: 'Comic Sans MS';
font-size: 28px;
font-weight: bolder;
color: azure;
}
#gameTitle {
background-color: goldenrod;
border-radius: 10px 10px;
color: magenta;
max-width: 325px;
margin-left: auto;
margin-right: auto;
transform: translateY(-10px);
}
#lightningFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
}
#arcaneFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
}
#fireFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*top: 50%;
left: 50%;
transform: translate(-250px,-150px);*/
}
#meteorFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*transform: translate(-75px,-75px);*/
}
#swordFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*top: 30%;
left: 40%;
transform: translate(-175px,-300px);*/
}
#airFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*transform: translate(-75px,-75px);*/
}
#earthFullBack {
position: absolute;
display: none;
top: 0px;
left: 0px;
/*transform: translate(-75px,-75px);*/
}
#coverWrapper {
position: absolute;
display: none;
width: 100%;
height: 100%;
z-index: 3000;
background-color: black;
transform: translate(-10px,-10px);
}
#vsCover {
position: absolute;
display: none;
width: 479px;
height:319px;
top: 50%;
left: 50%;
transform: translate(-239px,-160px);
background-image: url(Images/HUD/battleMatchBack.png);
background-repeat:no-repeat;
background-position:center;
border: 1px solid red;
z-index: 7900;
}
#vsEnemy {
position: absolute;
transform: translate(15px,58px);
}
#nameWrapper {
margin-top: 208px;
width: 479px;
}
#playerNameP {
float: left;
margin-left: 45px;
font-family:'Comic Sans MS';
font-size:40px;
font-weight:bolder;
color: darkblue;
}
#enemyNameP {
transform: translate(25px,44px);
margin-left: 10px;
font-family: 'Comic Sans MS';
font-size: 40px;
font-weight: bolder;
color: red;
}
#countDown {
position: absolute;
color:darkorange;
transform: translate(200px,120px);
font-family: 'Comic Sans MS';
font-size: 35px;
font-weight: bolder;
border: 2px solid red;
border-radius: 20px;
width: 65px;
height: 50px;
background-color:blueviolet;
}
#helpGif {
position: absolute;
display: none;
top: 50%;
left: 50%;
transform: translate(-265px,-156px);
z-index: 7000;
}
#skipMe {
position: absolute;
display: none;
top: 50%;
left: 50%;
color: red;
font-weight: bolder;
font-size: 22px;
z-index: 7100;
transform: translate(210px,65px);
background-color:blueviolet;
border-radius: 10px;
}
#difficulty {
position: absolute;
display: none;
top: 50%;
left: 50%;
width: 750px;
height: 359px;
background-color: rgba(238,130,238, 0.3);
border-radius: 10px;
border: 1px grey solid;
transform: translate(-372px,-177px);
z-index: 2000;
}
#diffBack {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 395px;
height: 309px;
z-index: 7100;
transform: translate(-200px,-170px);
background-image: url(Images/HUD/blankBack.png);
background-repeat: no-repeat;
background-position: center;
}
#diffTitle, #homeTitle, #inventoryTitle, statsTitle, statsTitle2 {
display: block;
left: 48%;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 22px;
}
#statsTitle {
transform: translateY(6px);
}
#statsTitle2 {
font-family: 'Comic Sans MS';
font-weight: bold;
font-size: 40px;
color: darkviolet;
transform: translate(0px, 25px);
}
#statsInnerParent {
position: absolute;
width: 97%;
height: 97%;
margin:1.5%;
/*border: 1px solid black;*/
transform: translate(0px, -25px);
}
#playerHealthOnStats {
position:absolute;
top: 35px;
left: 165px;
width: 68px;
height: 70px;
background-image: url(Images/HUD/cross.png);
background-repeat: no-repeat;
background-position: center;
text-align:center;
}
#playerDefOnStats {
position: absolute;
top: 35px;
left: 485px;
width: 70px;
height: 70px;
background-image: url(Images/HUD/sheild.png);
background-repeat: no-repeat;
background-position: center;
}
#healthInnerStat, #defInnerStat {
transform: translate(0px,8px);
}
#playerLvlOnStats {
position: absolute;
top: 68px;
left: 328px;
font-size: 18px;
}
#playerCupStats {
position: absolute;
top: 135px;
left: 115px;
font-size: 24px;
/*border: 2px solid red;*/
height: 155px;
width: 155px;
text-align: left;
background-image: url(Images/Hero/trophy0.png);
background-repeat: no-repeat;
background-position: top;
background-size: contain;
}
#playerCupStats > p {
color: darkviolet;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 18px;
text-decoration: underline;
transform: translate(-5px,-46px);
width: 185px;
}
#starCashStat {
color: forestgreen;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 18px;
transform: translate(-170px,225px);
}
#returnFromStats {
color: ghostwhite;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 28px;
transform: translate(0px,150px);
}
#playerImageOnStats {
position: absolute;
top: 90px;
left: 270px;
width: 185px;
height: 215px;
background-image: url(Images/Hero/idle_1.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
-webkit-animation: animatePlyr 2.0s infinite;
-moz-animation: animatePlyr 2.0s infinite;
-o-animation: animatePlyr 2.0s infinite;
animation: animatePlyr 2.0s infinite;
}
@keyframes animatePlyr{
0%, 100% { background-image: url(Images/Hero/idle_1.png); }
20% { background-image: url(Images/Hero/idle_2.png); }
30% { background-image: url(Images/Hero/idle_3.png); }
40% { background-image: url(Images/Hero/idle_4.png); }
50% { background-image: url(Images/Hero/idle_3.png); }
60% { background-image: url(Images/Hero/walk_1.png); }
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
@-webkit-keyframes animatePlyr {
0%, 100% {
background-image: url(Images/Hero/idle_1.png);
}
20% {
background-image: url(Images/Hero/idle_2.png);
}
30% {
background-image: url(Images/Hero/idle_3.png);
}
40% {
background-image: url(Images/Hero/idle_4.png);
}
50% {
background-image: url(Images/Hero/idle_3.png);
}
60% {
background-image: url(Images/Hero/walk_1.png);
}
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
@-moz-keyframes animatePlyr {
0%, 100% {
background-image: url(Images/Hero/idle_1.png);
}
20% {
background-image: url(Images/Hero/idle_2.png);
}
30% {
background-image: url(Images/Hero/idle_3.png);
}
40% {
background-image: url(Images/Hero/idle_4.png);
}
50% {
background-image: url(Images/Hero/idle_3.png);
}
60% {
background-image: url(Images/Hero/walk_1.png);
}
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
@-o-keyframes animatePlyr {
0%, 100% {
background-image: url(Images/Hero/idle_1.png);
}
20% {
background-image: url(Images/Hero/idle_2.png);
}
30% {
background-image: url(Images/Hero/idle_3.png);
}
40% {
background-image: url(Images/Hero/idle_4.png);
}
50% {
background-image: url(Images/Hero/idle_3.png);
}
60% {
background-image: url(Images/Hero/walk_1.png);
}
70% {
background-image: url(Images/Hero/walk_2.png);
}
80% {
background-image: url(Images/Hero/walk_3.png);
}
90% {
background-image: url(Images/Hero/walk_4.png);
}
}
playerSpellLvlOnStats {
position: absolute;
top: 100px;
left: 400px;
border: 1px solid black;
}
.statVals {
border: 1px solid black;
border-radius: 10px;
position: absolute;
top: 100px;
left: 540px;
width: 40px;
background-color:chocolate;
}
.statRows {
position: absolute;
top: 110px;
left: 470px;
width: 80px;
}
#arcaneStatVal {
top: 110px;
}
.row2 {
top: 140px;
}
.row3 {top: 170px;}
.row4 {top: 200px;}
.row5 {top: 230px;}
.row6 {top: 260px;}
.row7 {top: 290px;}
.diffBtn {
position: absolute;
display: block;
left: 25%;
height: 35px;
width: 250px;
padding-top: 10px;
clear: both;
color: ghostwhite;
font-family: 'Comic Sans MS';
font-weight: bolder;
font-size: 22px;
/*border: 2px grey inset;*/
border-radius: 10px;
text-align: center;
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: contain;
background-position-y: top;
}
#diff1 {
top: 20%;
left: 20%;
/*background-color: #66ffb3;*/
}
#diff2 {
top: 37%;
left: 20%;
/*background-color: #e6e600;*/
}
#diff3 {
top: 55%;
left: 20%;
/*background-color: #990000;*/
}
#saveDiff {
position: absolute;
display: block;
top: 77%;
left: 39%;
}
#selectedDiff {
position: absolute;
display: block;
top: 30%;
left: 28%;
}
#goHome, #inventoryParent, #trophyParent, #playerStatsParent {
position: absolute;
display: none;
top: 50%;
left: 50%;
width: 750px;
height: 359px;
background-color: rgba(238,130,238, 0.3);
border-radius: 10px;
/*border: 1px red solid;*/
transform: translate(-372px,-177px);
z-index: 3000;
}
#homeBack, #inventoryBack {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 395px;
height: 309px;
z-index: 7100;
transform: translate(-200px,-170px);
background-image: url(Images/HUD/blankBack.png);
background-repeat: no-repeat;
background-position: center;
}
#saveQuit {
top: 32%;
width: 275px;
transform: translate(-40px,0px);
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: cover;
background-position-y: top;
text-decoration: none;
color: ghostwhite;
border: none;
}
#homeMore {
top: 60%;
width: 275px;
transform: translate(-40px,0px);
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: cover;
background-position-y: top;
text-decoration: none;
color: ghostwhite;
border: none;
}
#homeReturn, #inventoryReturn, #trophyReturn, #diffReturn {
top: 79%;
width: 275px;
transform: translate(-40px,0px);
background-image: url(Images/HUD/bottomBar.png);
background-repeat: no-repeat;
background-size: cover;
background-position-y: top;
color: ghostwhite;
border: none;
}
#playerStatsParent {
display: none;
background-image: url(Images/HUD/wideHud21.png);
background-repeat: no-repeat;
background-size:contain;
background-position: center;
}
.potions {
margin-top: 10px;
display: block;
width: 100px;
height: 168px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
float: left;
border: 1px #AA5939 solid;
border-radius: 10px;
}
.potTitles {
font-size: 14px;
transform: translate( 0px, -17px);
}
.invPotBottom {
transform: translate( 0px, 54px);
font-size: 12px;
color: darkmagenta;
}
.buyImage {
transform: translate( 0px, -12px);
}
#invHealthPot {
margin-left: 41px;
background-image: url(Images/HUD/healthPot2.png);
left: 5px;
}
#invDefPot {
background-image: url(Images/HUD/book-3.png);
margin-left: 2.5px;
}
#invPowerPot {
background-image: url(Images/HUD/orbOfPower.png);
margin-left: 2.5px;
}
#diffReturn {
top: 79%;
}
#inventoryReturn {
top: 79%;
}
#trophyReturn {
top: 82%;
}
#trophyBack {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 450px;
height: 300px;
z-index: 7100;
transform: translate(-225px,-170px);
background-image: url(Images/HUD/wideBlankBack.png);
background-repeat: no-repeat;
background-position: center;
}
#trophyReturn {
transform: translate(-33px, 5px);
}
#trophyInnerParent {
/*border: 2px inset black;*/
border-radius: 20px;
height: 200px;
width: 535px;
transform: translate(-48px, -10px);
}
.leftboxes {
position: absolute;
top: 10px;
left: 2px;
border: 2px inset saddlebrown;
width: 75px;
height: 90px;
background-color: rosybrown;
border-radius: 22px;
background-position: center;
background-repeat: no-repeat;
}
.rightboxes {
position: absolute;
left: 459px;
border: 2px inset saddlebrown;
width: 75px;
height: 90px;
background-color: rosybrown;
border-radius: 22px;
background-position: center;
background-repeat: no-repeat;
}
.lowerboxes {
top:110px;
}
#centerTrophyPane {
position: absolute;
left: 77px;
/*border: 2px inset black;*/
width: 380px;
height: 200px;
}
#leftUpper {
background-image: url(Images/HUD/bronzeTrophy.png);
}
#leftLower {
background-image: url(Images/HUD/star.png);
}
#rightUpper {
background-image: url(Images/HUD/silverTrophy.png);
top: 8px;
}
#rightLower {
background-image: url(Images/HUD/goldenTrophy.png);
}
.lockBack {
background-image: url(Images/buttons/goldLock.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
#trophyLock1 {
top: 8px;
}
#trophyLock3 {
position: absolute;
display: none;
left: 0px;
transform: translate(-1px, -31px);
z-index: 9000;
}
.clsCenterTrophy {
position: absolute;
top: 30px;
left: 80px;
border: 2px inset black;
height: 175px;
width: 182px;
background-color: #8C7853;
border-radius: 30px;
}
#centerTrophyMiddleLeft {
height: 145px;
background-image: url(Images/Enemy/lvl1.png);
background-position: top;
background-repeat: no-repeat;
background-size: contain;
}
#centerLowerLeft2 {
position: absolute;
top: 130px;
left: 80px;
}
#centerTrophyMiddleRight {
left: 273px;
}
.trophyRow {
position: absolute;
top: 35%;
width: 175px;
height: 33px;
/*border: 2px inset purple;*/
}
#cupGuiName {
top:10px;
}
#face1row {
top: 1px;
}
#face2row { top: 36px;}
#face3row { top: 70px;}
#face4row { top: 105px;}
#face5row { top: 140px;}
.clsFaceBubble {
position: absolute;
left: 10px;
width: 45px;
height: 30px;
border-radius: 10px;
border: 1px solid purple;
background-color: black;
}
.clsCol2 {
left: 66px;
}
.clsCol3 {
left: 120px;
}
#r1-c1 {
background-image: url(Images/Enemy/lvl1.png);
background-size:contain;
background-repeat: no-repeat;
background-position: center;
}
#r1-c2 {
background-image: url(Images/Enemy/lvl2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r1-c3 {
background-image: url(Images/Enemy/lvl3.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r2-c1 {
background-image: url(Images/Enemy/lvl4.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r2-c2 {
background-image: url(Images/Enemy/lvl5.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r2-c3 {
background-image: url(Images/Enemy/lvl6.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r3-c1 {
background-image: url(Images/Enemy/lvl7.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r3-c2 {
background-image: url(Images/Enemy/lvl8.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r3-c3 {
background-image: url(Images/Enemy/lvl9.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r4-c1 {
background-image: url(Images/Enemy/lvl10.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r4-c2 {
background-image: url(Images/Enemy/lvl11.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r4-c3 {
background-image: url(Images/Enemy/lvl12.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r5-c1 {
background-image: url(Images/Enemy/lvl13.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r5-c2 {
background-image: url(Images/buttons/goldLock.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#r5-c3 {
background-image: url(Images/buttons/goldLock.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#centerTopLeft {
position: absolute;
top: 0px;
left: 4px;
color: red;
background-color: antiquewhite;
width: 175px;
height:22px;
transform: translate(0px, -5px);
border-radius: 15px;
border: 1px inset black;
}
#enemyNameCenter {
font-size: 20px;
transform: translate(0px, -23px);
}
#innerStatBack {
position: absolute;
left: 5px;
top: 20px;
width: 175px;
height: 27px;
/*background-image: url("Images/HUD/enemyStats1.png");
background-size:cover;
background-repeat: no-repeat;
background-position: center;*/
}
.clsinnerStat {
position: absolute;
top: -1px;
left: -5px;
width: 45px;
font-size: 16px;
color:azure;
border-radius:8px;
border: 1px inset black;
}
#innerStat1 {
background-color: red;
}
#innerStat2 {
left: 85px;
color: azure;
}
#innerStat3 {
left: 132px;
background-color: dimgrey;
}
#centerLowerLeft2 {
position: absolute;
top: 128px;
left: 83px;
width: 180px;
height: 125px;
/*background-image: url(Images/HUD/bottomBar.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;*/
}
#innerStory {
position: absolute;
top: 50px;
left:10px;
font-size: 14px;
color: darkred;
text-shadow: 2px 2px azure;
border-radius: 12px;
/*background-image: url(Images/HUD/bottomBar.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;*/
}
/*end*/
#gameMasterContainer {
/*left: 50%;
transform: translate(-5px, -8px);
display: block;*/
}
#leftSide {
display: block;
font-size: 16px;
color: azure;
border: 2px inset red;
float: left;
height: 315px;
width: 90px;
background-color: black;
transform: translateX(-5px);
margin-left: 2px;
}
#viewport1 {
position: absolute;
left: 50%;
top: 50%;
/*width: 560px;*/
min-height: 300px;
height: 310px;
width: 518px;
z-index:1000;
/*max-width: 360px;*/
/*max-height: 750px;*/
border: 1px solid yellow;
border-radius: 12px 12px;
/*transform: translate(-15px, 0px);*/
/*width:508px;
height:315px;*/
float: left;
}
#viewport2 {
position: absolute;
left: 50%;
top: 50%;
/*max-width: 1000px;*/
min-height: 100px;
/*max-height: 750px;*/
border: 1px solid yellow;
/*transform: translate(-15px, 0px);*/
/*width:508px;
height:315px;*/
float: left;
}
#rightSide {
display: block;
font-size: 20px;
color: azure;
border: 2px inset red;
float: right;
height: 315px;
width: 90px;
background-color: black;
transform: translate(5px,-0px);
margin-left: 0px;
margin-right: 0px;
z-index: 1000;
}
#heroImage {
transform: scale(.65) translate(-65px, -90px);
background-image: url(Images/Hero/idle_1.png);
width: 180px;
height: 175px;
background-size: contain;
background-position: center;
}
#enemyImage {
transform: scale(.7) translate(-50px, -45px) scaleX(-1);
background-image: url(Images/Enemy/idle_1.png);
width: 180px;
height: 175px;
background-size: contain;
background-position: center;
}
.pBars {
border: 1px solid black;
border-radius: 3px;
width: 75px;
min-height: 10px;
/*left: 5px;*/
}
#progressBar, #progressBar3 {
width: 85px;
/*background-color: azure;*/
min-height: 25px;
/*top: 50px;*/
z-index: 950;
transform: translate(0px, -90px);
background-image: url(Images/HUD/healthContainer.png);
background-size: contain;
background-repeat: no-repeat;
}
#progressBar2, #progressBar4 {
width: 85px;
background-color: black;
min-height: 20px;
/*top: 50px;*/
z-index: 950;
transform: translate(0px, -175px);
background-image: url(Images/HUD/defenceContainer.png);
background-size: contain;
background-repeat: no-repeat;
}
#myBar, #myBar3 {
width: 75%;
max-width: 75px;
background-color: crimson;
border: 1px solid darkred;
border-radius: 3px;
z-index: 1050;
min-height: 11px;
left: 10px;
transform: translate(17px, 6px);
/*background-image: url(Images/HUD/healthBar.png);
background-size: contain;
background-position: left;
background-repeat: no-repeat;*/
}
#myBar2, #myBar4 {
width: 75%;
background-color:lightgray;
border: 1px solid grey;
z-index: 1050;
min-height: 11px;
left: 10px;
transform: translate(17px, 4px);
/*background-image: url(Images/HUD/defenceBar.png);
background-repeat: no-repeat;*/
}
#progressBar2 {
transform: translate(0px, -120px);
}
#progressBar3 {
transform: translate(0px, -60px);
}
#progressBar4 {
transform: translate(0px, -90px);
}
.statusText {
font-size: 12px;
font-weight:bold;
color: darkblue;
transform: translate(-13px, -21px);
z-index:1100;
}
#defenceText1, #defenceText2 {
transform: translate(-13px, -23px);
}
#menuImg {
display: block;
transform: translateY(-110px);
}
#ggLogo {
min-height: 50px;
height: 60px;
background-image: url(Images/HUD/gabbyLogo.png);
background-repeat: no-repeat;
background-position: center;
}
#toHome {
display:block;
height: 50px;
min-width: 50px;
padding-top: 60px;
font-family: 'Comic Sans MS';
font-size: 12px;
color: blue;
z-index: 1000;
/*background-image: url(Images/HUD/gabbyLogo.png);*/
}
#message {
position: absolute;
display: none;
height: 88px;
min-width: 150px;
left: 50%;
top: 30%;
background-image: url(Images/HUD/enemyTurn.png);
z-index: 2500;
/*transform: translate(-75px, -50px);*/
}
#changeToLandscape {
position: absolute;
background-color: black;
width: 99%;
height: 99%;
left: 0%;
top: 0%;
z-index: 5000;
display: none;
}
#pleaseSwitch {
position: absolute;
left: 50%;
top: 25%;
max-width: 320px;
color: aliceblue;
transform: translate(-100px, 0px);
}
#levelUpMaster {
position: absolute;
height: 100%;
width: 100%;
background-color: black;
}
#levelUpBack {
height: 100%;
width: 100%;
background-image: url(Images/HUD/HorizLevelUp.png);
background-repeat: no-repeat;
background-position: center;
z-index: 6500;
}
#levelUpGrid {
position: absolute;
left: 32%;
top: 38%;
color: white;
border: 1px solid white;
}
#levelUpGrid tr td {
height: 38px;
width: 80px;
border: 2px solid white;
}
/*#r4_td2 {
left: 59%;
width: 90px;
}*/
.plusTrait {
position: absolute;
background-image: url(Images/HUD/ButtonPlus.png);
height: 40px;
width: 38px;
}
.plusTrait2 {
position: absolute;
background-image: url(Images/HUD/ButtonPlus.png);
height: 40px;
width: 38px;
}
.plusTrait3 {
position: absolute;
background-image: url(Images/HUD/ButtonPlus.png);
height: 40px;
width: 38px;
}
#healHeart, #healHeartEnemy {
position: absolute;
display: none;
top: 50%;
left: 50%;
background-image: url(Images/HUD/healHeart.png);
height: 120px;
width: 123px;
/*transform: translate(-50px, -50px);*/
z-index: 4000;
font-size: 20px;
color: #ffff00;
padding-top: 1px;
text-shadow: 0px 2px 0px #ff1493;
}
#healName, #healNameEnemy {
min-width: 100px;
}
.fadeInRight {
animation-name: fadeInRight;
animation-duration: 1.5s;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: translate(25px,58px);
}
}
.fadeInRight2 {
animation-name: fadeInRight2;
animation-duration: 2.5s;
}
@keyframes fadeInRight2 {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
display: block;
}
to {
opacity: 1;
top: 20%;
left: 20%;
transform: translate3d(-50, -100, 0);
display: none;
/*transform: translate(25px,58px);*/
}
}
.fadeInLeft2 {
animation-name: fadeInLeft2;
animation-duration: 2.5s;
}
@keyframes fadeInLeft2 {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
display: block;
}
to {
opacity: 1;
top: 20%;
left: 80%;
transform: translate3d(50, 100, 0);
display: none;
}
}
@media (max-width: 600px), screen (orientation:portrait) {
#changeToLandscape {
display: block;
}
}
@media screen and (orientation:landscape) {
#changeToLandscape {
display: none;
}
}
@media (max-height: 319px), screen (orientation:landscape) {
#viewport{
max-height: 300px;
max-width: 560px;
}
} | 0.494873 | 0.112405 |
@font-face {
font-family: 'icon-star';
src: url('../../assets/fonts/icons/star.eot?8d2y44');
src: url('../../assets/fonts/icons/star.eot?8d2y44#iefix') format('embedded-opentype'),
url('../../assets/fonts/icons/star.ttf?8d2y44') format('truetype'),
url('../../assets/fonts/icons/star.woff?8d2y44') format('woff'),
url('../../assets/fonts/icons/star.svg') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 100;
src: url('../../assets/fonts/roboto/roboto-v29-latin-100.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-100.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-100.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-100.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-100.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-100.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 300;
src: url('../../assets/fonts/roboto/roboto-v29-latin-300.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-300.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-300.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-300.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-300.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url('../../assets/fonts/roboto/roboto-v29-latin-regular.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 500;
src: url('../../assets/fonts/roboto/roboto-v29-latin-500.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-500.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-500.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-500.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-500.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 700;
src: url('../../assets/fonts/roboto/roboto-v29-latin-700.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-700.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-700.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-700.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-700.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 900;
src: url('../../assets/fonts/roboto/roboto-v29-latin-900.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-900.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-900.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-900.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-900.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-900.svg#Roboto') format('svg');
/* Legacy iOS */
} | packages/frontend/assets/css/fonts.css | @font-face {
font-family: 'icon-star';
src: url('../../assets/fonts/icons/star.eot?8d2y44');
src: url('../../assets/fonts/icons/star.eot?8d2y44#iefix') format('embedded-opentype'),
url('../../assets/fonts/icons/star.ttf?8d2y44') format('truetype'),
url('../../assets/fonts/icons/star.woff?8d2y44') format('woff'),
url('../../assets/fonts/icons/star.svg') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto-v29-latin/roboto-v29-latin-regular.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 100;
src: url('../../assets/fonts/roboto/roboto-v29-latin-100.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-100.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-100.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-100.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-100.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-100.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 300;
src: url('../../assets/fonts/roboto/roboto-v29-latin-300.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-300.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-300.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-300.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-300.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url('../../assets/fonts/roboto/roboto-v29-latin-regular.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 500;
src: url('../../assets/fonts/roboto/roboto-v29-latin-500.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-500.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-500.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-500.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-500.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 700;
src: url('../../assets/fonts/roboto/roboto-v29-latin-700.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-700.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-700.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-700.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-700.svg#Roboto') format('svg');
/* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
font-family: 'Roboto';
font-display: swap;
font-style: normal;
font-weight: 900;
src: url('../../assets/fonts/roboto/roboto-v29-latin-900.eot');
/* IE9 Compat Modes */
src: local(''),
url('../../assets/fonts/roboto/roboto-v29-latin-900.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../../assets/fonts/roboto/roboto-v29-latin-900.woff2') format('woff2'),
/* Super Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-900.woff') format('woff'),
/* Modern Browsers */
url('../../assets/fonts/roboto/roboto-v29-latin-900.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../../assets/fonts/roboto/roboto-v29-latin-900.svg#Roboto') format('svg');
/* Legacy iOS */
} | 0.174094 | 0.050261 |
.clique * {
transition: width, opacity, padding, transform, margin 0.3s linear;
}
.clique {
width: 100%;
overflow-x: hidden;
position: relative;
align-items: center;
display: inline-flex;
flex-direction: column;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url("../images/Mask Group 129.png");
}
@media screen and (max-width: 399px) {
.clique {
padding: 0 10px;
}
}
.clique::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #b9b9b9;
}
.clique::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
@media screen and (max-width: 600px) {
.clique::-webkit-scrollbar {
display: none;
}
}
.clique::-webkit-scrollbar-thumb {
background-color: #1f1e1e;
}
.clique::after {
top: 0;
left: -6px;
content: "";
display: block;
position: fixed;
width: 100%;
height: 30%;
background-image: linear-gradient(var(--black-color), transparent);
}
@media screen and (max-width: 600px) {
.clique::after {
left: 0;
height: 24vh !important;
}
}
.clique::before {
left: -6px;
bottom: 0;
content: "";
display: block;
position: fixed;
width: 100%;
height: 33%;
background-image: linear-gradient(transparent, var(--black-color));
}
@media screen and (max-width: 600px) {
.clique::before {
left: 0;
height: 25vh !important;
}
}
.clique-branch-login {
z-index: 1;
position: relative;
margin-top: 4.2rem;
transition: all 0.3s linear;
}
@media screen and (max-width: 600px) {
.clique-branch-login {
transform: scale(0.9);
}
}
@media screen and (max-width: 399px) {
.clique-branch-login {
transform: scale(0.8);
margin-top: 3.2rem;
}
}
@media screen and (min-width: 1600px) {
.clique-branch-login {
transform: scale(1.1);
}
}
@media screen and (min-height: 1050px) {
.clique-branch-login {
margin-top: 6rem;
}
}
.clique-modal-login {
z-index: 1;
padding: 3.6rem 5rem;
background-color: rgba(0, 0, 0, 0.5);
position: relative;
margin-top: 8.1rem;
}
@media screen and (max-width: 600px) {
.clique-modal-login {
margin-top: 4.6rem;
padding: 1.2rem 3rem;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login {
width: 100%;
margin-top: 3.5rem;
padding: 0 2rem;
}
}
.clique-modal-login__title {
color: white;
margin-top: 1rem;
font-size: 3.6rem;
font-weight: bold;
line-height: 6rem;
margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
.clique-modal-login__title {
display: flex;
padding: 0 20px;
flex-direction: column;
align-items: center;
margin-bottom: 2rem;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__title {
padding: 0;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__title {
margin-bottom: 4.5rem;
}
}
@media screen and (max-width: 600px) {
.clique-modal-login__title {
font-size: 3.1rem;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__title {
font-size: 2.9rem;
}
}
.clique-modal-login .message-cant-find-account {
display: none;
color: white;
font-size: 1.4rem;
border-radius: 3px;
text-align: center;
line-height: 2.2rem;
padding: 1.2rem 0.8rem;
background-color: #F46F1C;
transform: translateY(-1.2rem);
}
@media screen and (max-width: 600px) {
.clique-modal-login__form-login {
display: flex;
padding: 0 20px;
flex-direction: column;
align-items: center;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__form-login {
padding: 0;
}
}
.clique-modal-login__form-login input {
outline: none;
font-size: 1.6rem;
transition: all 0.3s linear;
}
@media screen and (max-width: 399px) {
.clique-modal-login__form-login input {
width: 100%;
}
}
.clique-modal-login__form-login input::placeholder {
font-size: 1.6rem;
color: transparent;
}
.clique-modal-login__form-login input:focus ~ label, .clique-modal-login__form-login input:not(:placeholder-shown) ~ label {
font-size: 1.2rem;
top: 0;
}
.clique-modal-login__form-login .form-login-password, .clique-modal-login__form-login .form-login-email {
overflow: hidden;
position: relative;
margin-bottom: 1.4rem;
border-radius: 0.3rem;
box-sizing: border-box;
color: var(--black-color);
padding: 20px 20px 10px 20px;
background-color: var(--white-color);
}
@media screen and (max-width: 399px) {
.clique-modal-login__form-login .form-login-password, .clique-modal-login__form-login .form-login-email {
width: 100%;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__form-login .form-login-password, .clique-modal-login__form-login .form-login-email {
margin-bottom: 1.7rem;
}
}
@media screen and (max-width: 600px) {
.clique-modal-login__form-login .form-login-password__input, .clique-modal-login__form-login .form-login-email__input {
width: 240px;
height: 2.6rem;
}
}
@media screen and (min-width: 1600px) {
.clique-modal-login__form-login .form-login-password__input, .clique-modal-login__form-login .form-login-email__input {
width: 44rem;
}
}
.clique-modal-login__form-login .form-login-email__input {
outline: none;
}
.clique-modal-login__form-login .form-login-email__label {
top: 15px;
left: 20px;
cursor: text;
line-height: 3rem;
font-size: 1.6rem;
position: absolute;
transition: all 0.2s linear;
}
.clique-modal-login__form-login .form-login-password__input {
outline: none;
}
.clique-modal-login__form-login .form-login-password__label {
top: 15px;
left: 20px;
cursor: text;
line-height: 3rem;
font-size: 1.6rem;
position: absolute;
transition: all 0.2s linear;
}
.clique-modal-login__fogot-password {
float: right;
font-size: 1.2rem;
margin-top: 1.3rem;
display: inline-block;
color: var(--white-color);
}
@media screen and (max-width: 600px) {
.clique-modal-login__fogot-password {
margin-right: 20px;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__fogot-password {
font-size: 1.4rem;
margin-top: 1.6rem;
}
}
.clique-modal-login__fogot-password:hover {
text-decoration: none;
}
.clique-modal-login__seperate {
clear: both;
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 3.7rem;
width: 100%;
height: 2rem;
}
@media screen and (min-height: 1050px) {
.clique-modal-login__seperate {
margin-top: 4.5rem;
}
}
.clique-modal-login__seperate::after {
left: 0;
top: 50%;
width: 35%;
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
border-top: 1px solid #707070;
}
@media screen and (max-width: 600px) {
.clique-modal-login__seperate::after {
left: 20px;
width: calc(35% - 21px);
}
}
.clique-modal-login__seperate::before {
top: 50%;
right: 0;
width: 35%;
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
border-top: 1px solid #707070;
}
@media screen and (max-width: 600px) {
.clique-modal-login__seperate::before {
right: 20px;
width: calc(35% - 20px);
}
}
.clique-modal-login__seperate label {
color: var(--white-color);
position: relative;
z-index: 1;
color: #A8A8A8;
font-size: 1.4rem;
display: block;
width: 200px;
text-align: center;
}
.clique-modal-login__social {
width: 100%;
margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
.clique-modal-login__social {
display: flex;
flex-direction: column;
}
}
.clique-modal-login__social-item {
width: 100%;
display: flex;
border-radius: 3px;
margin-bottom: 1.4rem;
align-items: center;
text-align: center;
padding: 1rem 1.6rem;
transition: all 0.3s;
}
@media screen and (max-width: 600px) {
.clique-modal-login__social-item {
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__social-item {
width: 100%;
}
}
@media screen and (min-width: 1600px) {
.clique-modal-login__social-item {
padding: 1.2rem 2.3rem;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__social-item {
margin-bottom: 1.7rem;
}
}
.clique-modal-login__social-item span {
font-size: 1.6rem;
margin: auto;
line-height: 2.5rem;
color: var(--white-color);
}
.clique-modal-login__social .social-item--twitter {
background-color: #3CA6CC;
}
.clique-modal-login__social .social-item--facebook {
background-color: #264F88;
}
.clique-modal-login__new-register {
margin-top: 3.2rem;
font-size: 1.6rem;
text-align: center;
color: var(--white-color);
}
@media screen and (max-width: 600px) {
.clique-modal-login__new-register {
margin-top: 2.2rem;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__new-register {
margin-top: 5rem;
}
}
.clique-modal-login__new-register a {
color: red;
}
.clique-modal-login__new-register a:hover {
text-decoration: none;
}
.clique-vender-login {
z-index: 1;
color: #A8A8A8;
position: relative;
font-size: 1.6rem;
margin-top: 3rem;
margin-bottom: 4.8rem;
}
@media screen and (max-width: 600px) {
.clique-vender-login {
margin-bottom: 3.8rem;
}
}
@media screen and (min-height: 1050px) {
.clique-vender-login {
margin-top: 5rem;
}
}
.clique-vender-login a {
font-weight: bold;
text-decoration: none;
color: var(--white-color);
}
.form-login-submit {
font-size: 1.6rem;
color: white;
line-height: 2.6rem;
text-align: center;
border-radius: 0.3rem;
padding: 1rem 2rem;
transition: all 0.3s;
background-color: #2F9A4C;
width: 100%;
height: 4.5rem;
}
@media screen and (max-width: 600px) {
.form-login-submit {
width: 100%;
}
}
@media screen and (min-width: 1600px) {
.form-login-submit {
height: 5rem;
width: 100%;
}
}
.form-login-password__input, .form-login-email__input {
width: 30.2rem;
height: 3rem;
}
.form-invalid-message {
display: none;
}
.invalid {
border: 2px solid #FD3332;
}
.invalid + .form-invalid-message {
display: block;
font-weight: 500;
color: #FD3332;
font-size: 1.6rem;
text-indent: 0.8rem;
margin-bottom: 1.8rem;
display: inline-block;
}
/*# sourceMappingURL=login.css.map */ | app/css/login.css | .clique * {
transition: width, opacity, padding, transform, margin 0.3s linear;
}
.clique {
width: 100%;
overflow-x: hidden;
position: relative;
align-items: center;
display: inline-flex;
flex-direction: column;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url("../images/Mask Group 129.png");
}
@media screen and (max-width: 399px) {
.clique {
padding: 0 10px;
}
}
.clique::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #b9b9b9;
}
.clique::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
@media screen and (max-width: 600px) {
.clique::-webkit-scrollbar {
display: none;
}
}
.clique::-webkit-scrollbar-thumb {
background-color: #1f1e1e;
}
.clique::after {
top: 0;
left: -6px;
content: "";
display: block;
position: fixed;
width: 100%;
height: 30%;
background-image: linear-gradient(var(--black-color), transparent);
}
@media screen and (max-width: 600px) {
.clique::after {
left: 0;
height: 24vh !important;
}
}
.clique::before {
left: -6px;
bottom: 0;
content: "";
display: block;
position: fixed;
width: 100%;
height: 33%;
background-image: linear-gradient(transparent, var(--black-color));
}
@media screen and (max-width: 600px) {
.clique::before {
left: 0;
height: 25vh !important;
}
}
.clique-branch-login {
z-index: 1;
position: relative;
margin-top: 4.2rem;
transition: all 0.3s linear;
}
@media screen and (max-width: 600px) {
.clique-branch-login {
transform: scale(0.9);
}
}
@media screen and (max-width: 399px) {
.clique-branch-login {
transform: scale(0.8);
margin-top: 3.2rem;
}
}
@media screen and (min-width: 1600px) {
.clique-branch-login {
transform: scale(1.1);
}
}
@media screen and (min-height: 1050px) {
.clique-branch-login {
margin-top: 6rem;
}
}
.clique-modal-login {
z-index: 1;
padding: 3.6rem 5rem;
background-color: rgba(0, 0, 0, 0.5);
position: relative;
margin-top: 8.1rem;
}
@media screen and (max-width: 600px) {
.clique-modal-login {
margin-top: 4.6rem;
padding: 1.2rem 3rem;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login {
width: 100%;
margin-top: 3.5rem;
padding: 0 2rem;
}
}
.clique-modal-login__title {
color: white;
margin-top: 1rem;
font-size: 3.6rem;
font-weight: bold;
line-height: 6rem;
margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
.clique-modal-login__title {
display: flex;
padding: 0 20px;
flex-direction: column;
align-items: center;
margin-bottom: 2rem;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__title {
padding: 0;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__title {
margin-bottom: 4.5rem;
}
}
@media screen and (max-width: 600px) {
.clique-modal-login__title {
font-size: 3.1rem;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__title {
font-size: 2.9rem;
}
}
.clique-modal-login .message-cant-find-account {
display: none;
color: white;
font-size: 1.4rem;
border-radius: 3px;
text-align: center;
line-height: 2.2rem;
padding: 1.2rem 0.8rem;
background-color: #F46F1C;
transform: translateY(-1.2rem);
}
@media screen and (max-width: 600px) {
.clique-modal-login__form-login {
display: flex;
padding: 0 20px;
flex-direction: column;
align-items: center;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__form-login {
padding: 0;
}
}
.clique-modal-login__form-login input {
outline: none;
font-size: 1.6rem;
transition: all 0.3s linear;
}
@media screen and (max-width: 399px) {
.clique-modal-login__form-login input {
width: 100%;
}
}
.clique-modal-login__form-login input::placeholder {
font-size: 1.6rem;
color: transparent;
}
.clique-modal-login__form-login input:focus ~ label, .clique-modal-login__form-login input:not(:placeholder-shown) ~ label {
font-size: 1.2rem;
top: 0;
}
.clique-modal-login__form-login .form-login-password, .clique-modal-login__form-login .form-login-email {
overflow: hidden;
position: relative;
margin-bottom: 1.4rem;
border-radius: 0.3rem;
box-sizing: border-box;
color: var(--black-color);
padding: 20px 20px 10px 20px;
background-color: var(--white-color);
}
@media screen and (max-width: 399px) {
.clique-modal-login__form-login .form-login-password, .clique-modal-login__form-login .form-login-email {
width: 100%;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__form-login .form-login-password, .clique-modal-login__form-login .form-login-email {
margin-bottom: 1.7rem;
}
}
@media screen and (max-width: 600px) {
.clique-modal-login__form-login .form-login-password__input, .clique-modal-login__form-login .form-login-email__input {
width: 240px;
height: 2.6rem;
}
}
@media screen and (min-width: 1600px) {
.clique-modal-login__form-login .form-login-password__input, .clique-modal-login__form-login .form-login-email__input {
width: 44rem;
}
}
.clique-modal-login__form-login .form-login-email__input {
outline: none;
}
.clique-modal-login__form-login .form-login-email__label {
top: 15px;
left: 20px;
cursor: text;
line-height: 3rem;
font-size: 1.6rem;
position: absolute;
transition: all 0.2s linear;
}
.clique-modal-login__form-login .form-login-password__input {
outline: none;
}
.clique-modal-login__form-login .form-login-password__label {
top: 15px;
left: 20px;
cursor: text;
line-height: 3rem;
font-size: 1.6rem;
position: absolute;
transition: all 0.2s linear;
}
.clique-modal-login__fogot-password {
float: right;
font-size: 1.2rem;
margin-top: 1.3rem;
display: inline-block;
color: var(--white-color);
}
@media screen and (max-width: 600px) {
.clique-modal-login__fogot-password {
margin-right: 20px;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__fogot-password {
font-size: 1.4rem;
margin-top: 1.6rem;
}
}
.clique-modal-login__fogot-password:hover {
text-decoration: none;
}
.clique-modal-login__seperate {
clear: both;
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 3.7rem;
width: 100%;
height: 2rem;
}
@media screen and (min-height: 1050px) {
.clique-modal-login__seperate {
margin-top: 4.5rem;
}
}
.clique-modal-login__seperate::after {
left: 0;
top: 50%;
width: 35%;
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
border-top: 1px solid #707070;
}
@media screen and (max-width: 600px) {
.clique-modal-login__seperate::after {
left: 20px;
width: calc(35% - 21px);
}
}
.clique-modal-login__seperate::before {
top: 50%;
right: 0;
width: 35%;
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
border-top: 1px solid #707070;
}
@media screen and (max-width: 600px) {
.clique-modal-login__seperate::before {
right: 20px;
width: calc(35% - 20px);
}
}
.clique-modal-login__seperate label {
color: var(--white-color);
position: relative;
z-index: 1;
color: #A8A8A8;
font-size: 1.4rem;
display: block;
width: 200px;
text-align: center;
}
.clique-modal-login__social {
width: 100%;
margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
.clique-modal-login__social {
display: flex;
flex-direction: column;
}
}
.clique-modal-login__social-item {
width: 100%;
display: flex;
border-radius: 3px;
margin-bottom: 1.4rem;
align-items: center;
text-align: center;
padding: 1rem 1.6rem;
transition: all 0.3s;
}
@media screen and (max-width: 600px) {
.clique-modal-login__social-item {
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 399px) {
.clique-modal-login__social-item {
width: 100%;
}
}
@media screen and (min-width: 1600px) {
.clique-modal-login__social-item {
padding: 1.2rem 2.3rem;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__social-item {
margin-bottom: 1.7rem;
}
}
.clique-modal-login__social-item span {
font-size: 1.6rem;
margin: auto;
line-height: 2.5rem;
color: var(--white-color);
}
.clique-modal-login__social .social-item--twitter {
background-color: #3CA6CC;
}
.clique-modal-login__social .social-item--facebook {
background-color: #264F88;
}
.clique-modal-login__new-register {
margin-top: 3.2rem;
font-size: 1.6rem;
text-align: center;
color: var(--white-color);
}
@media screen and (max-width: 600px) {
.clique-modal-login__new-register {
margin-top: 2.2rem;
}
}
@media screen and (min-height: 1050px) {
.clique-modal-login__new-register {
margin-top: 5rem;
}
}
.clique-modal-login__new-register a {
color: red;
}
.clique-modal-login__new-register a:hover {
text-decoration: none;
}
.clique-vender-login {
z-index: 1;
color: #A8A8A8;
position: relative;
font-size: 1.6rem;
margin-top: 3rem;
margin-bottom: 4.8rem;
}
@media screen and (max-width: 600px) {
.clique-vender-login {
margin-bottom: 3.8rem;
}
}
@media screen and (min-height: 1050px) {
.clique-vender-login {
margin-top: 5rem;
}
}
.clique-vender-login a {
font-weight: bold;
text-decoration: none;
color: var(--white-color);
}
.form-login-submit {
font-size: 1.6rem;
color: white;
line-height: 2.6rem;
text-align: center;
border-radius: 0.3rem;
padding: 1rem 2rem;
transition: all 0.3s;
background-color: #2F9A4C;
width: 100%;
height: 4.5rem;
}
@media screen and (max-width: 600px) {
.form-login-submit {
width: 100%;
}
}
@media screen and (min-width: 1600px) {
.form-login-submit {
height: 5rem;
width: 100%;
}
}
.form-login-password__input, .form-login-email__input {
width: 30.2rem;
height: 3rem;
}
.form-invalid-message {
display: none;
}
.invalid {
border: 2px solid #FD3332;
}
.invalid + .form-invalid-message {
display: block;
font-weight: 500;
color: #FD3332;
font-size: 1.6rem;
text-indent: 0.8rem;
margin-bottom: 1.8rem;
display: inline-block;
}
/*# sourceMappingURL=login.css.map */ | 0.394084 | 0.123895 |
body {
/*kuning*/
/*background: rgba(255, 203, 0, 1);*/
/*ungu*/
background: #443266;
/*biru langit*/
/*background: rgba(82, 153, 199, 1);*/
/*kelabu*/
/*background: rgba(52, 73, 94, 1);*/
/*tosca*/
/*background: rgba(71, 201, 175, 1);*/
/*abu terang*/
/*background: #F1F0FF ;*/
}
@keyframes click-wave {
0% {
height: 40px;
width: 40px;
opacity: 0.35;
position: relative;
}
100% {
height: 200px;
width: 200px;
margin-left: -50px;
margin-top: -50px;
opacity: 0;
}
}
.option-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
top: 13.33333px;
right: 0;
bottom: 0;
left: 0;
height: 100px;
width: 100px;
transition: all 0.15s ease-out 0s;
/*background: #cbd1d8;*/
background: #F1F0FF;
border: none;
color: rgba(166, 75, 154, 1);
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.vote-title h2 {
/*color: rgba(239, 243, 243, 1);*/
color: #F1F0FF;;
}
.vote-title p {
color: #F1F0FF;
margin: 0;
}
.option-input:hover {
/*background: #9faab7;*/
background: #443266;
color: #F1F0FF;
}
.option-input:checked {
/*background: #40e0d0;*/
background: #443266;
color: #F1F0FF;
}
.option-input::before,
.option-input:checked::before {
height: 100px;
width: 100px;
top: 30px;
position: absolute;
content: attr(data-checked);
display: inline-block;
font-size: 90px;
text-align: center;
line-height: 40px;
}
.option-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
/*background: #40e0d0;*/
background: #443266;
content: '';
display: block;
position: relative;
z-index: 100;
}
.option-input.radio {
border-radius: 50%;
}
.option-input.radio::after {
border-radius: 50%;
}
.onreview {
height: 100px;
width: 100px;
border-radius: 50%;
background: #443266;
display: inline-block;
top: 30px;
position: relative;
z-index: 100;
}
.onreview p {
font-size: 90px;
text-align: center;
color: #F1F0FF;
top: -12px;
left: 25px;
position: absolute;
}
.col-vote {
display: inline-block;
float: none;
margin: 2%;
box-shadow: 3px 3px 5px rgba(166, 75, 154, 1);
}
.ava-container {
background: rgba(192, 128, 184, 1);
height: 220px;
}
img.avatar {
max-width: 135px;
padding: 5%;
margin-top: 12px;
overflow-y: hidden;
}
.desc-container {
background: rgba(166, 75, 154, 1);
padding-top: 3%;
color: #F1F0FF;
height: 100px;
}
.desc-container p {
margin: 0;
}
.line {
/*background: rgba(166, 75, 154, .7);*/
border-radius: 20px;
padding: .3%;
background: #F1F0FF;
/*background: rgba(239, 243, 243, .8);*/
/*background: rgba(241, 196, 15, 1);*/
/*background: rgba(71, 201, 175, 1);*/
float: none;
display: inline-block;
}
.transparent {
background: transparent;
}
.footer {
padding: .5%;
border-radius: 0;
background: transparent;
}
.footer-img {
max-width: 250px;
/*border-bottom: 1px solid #443266; */
border-right: 3px solid #F1F0FF;
/*border-right: 3px solid #443266;*/
padding: 5px 10px;
}
label#copyright {
top: 10px;
position: inherit;
/*color: #443266;*/
color: #F1F0FF;
text-align: left;
padding-left: 7px;
}
.radio + .tooltip > .tooltip-inner {
background: #443266;
color: #F1F0FF;
font-size: 20px;
}
.radio + .tooltip > .tooltip-arrow {
border-top: 5px solid #443266;
}
a.btn-lg {
/*color: #443266;*/
color: #F1F0FF;
font-size: 30px;
text-align: right;
padding: .5%;
}
a.btn-lg:hover {
color: #F1F0FF;
border-bottom: 2px solid #F1F0FF;
border-radius: 0;
}
a.btn-lg strong {
font-weight: bolder;
}
input.btn-link, input.btn-link:focus{
color: #F1F0FF;
text-decoration: none;
font-size: 30px;
}
input.btn-link:hover {
color: #F1F0FF;
text-decoration: underline;
}
a.btn-link, a.btn-link:focus{
color: #F1F0FF;
text-decoration: none;
}
a.btn-link:hover {
color: #F1F0FF;
text-decoration: underline;
}
.modal-header {
background-color: rgba(166, 75, 154, 1);
color: #F1F0FF;
}
.modal-body, .modal-footer {
background-color: rgba(166, 75, 154, .8);
color: #F1F0FF;
}
.modal-footer {
border: none;
}
.modal-body ol {
font-size: 20px;
}
button.close {
font-size: 50px;
}
.col-thanks {
display: inline-block;
float: none;
border: 5px solid #F1F0FF;
margin-top: 5%;
height: 520px;
color: #F1F0FF;
}
.t {
border: none;
position: absolute;
bottom: -25px;
left: 35%;
background: #F1F0FF;
border-radius: 20px;
}
.uppercase {
text-transform: uppercase;
}
.buttonload {
background-color: rgba(166, 75, 154, 1);
border: none;
color: #F1F0FF;
padding: 12px 20px;
font-size: 16px
}
.buttonload:hover {
text-decoration: none;
color: #F1F0FF;
}
.buttonload:disabled {
background: transparent;
border: 2px solid #F1F0FF;
color: #F1F0FF;
cursor: not-allowed;
}
.buttonload:disabled:hover {
color: #F1F0FF;
}
#countdown {
visibility: hidden;
height: 100px;
width: 100px;
border-radius: 50%;
background: #443266;
display: inline-block;
top: 30px;
border: 2px solid white;
position: relative;
z-index: 100;
justify-content: space-around;
font-size: 70px;
color: #F1F0FF;
/*position: absolute;*/
}
a.pull-right {
margin-right: 10px;
} | assets/css/userlayout.css | body {
/*kuning*/
/*background: rgba(255, 203, 0, 1);*/
/*ungu*/
background: #443266;
/*biru langit*/
/*background: rgba(82, 153, 199, 1);*/
/*kelabu*/
/*background: rgba(52, 73, 94, 1);*/
/*tosca*/
/*background: rgba(71, 201, 175, 1);*/
/*abu terang*/
/*background: #F1F0FF ;*/
}
@keyframes click-wave {
0% {
height: 40px;
width: 40px;
opacity: 0.35;
position: relative;
}
100% {
height: 200px;
width: 200px;
margin-left: -50px;
margin-top: -50px;
opacity: 0;
}
}
.option-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
top: 13.33333px;
right: 0;
bottom: 0;
left: 0;
height: 100px;
width: 100px;
transition: all 0.15s ease-out 0s;
/*background: #cbd1d8;*/
background: #F1F0FF;
border: none;
color: rgba(166, 75, 154, 1);
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.vote-title h2 {
/*color: rgba(239, 243, 243, 1);*/
color: #F1F0FF;;
}
.vote-title p {
color: #F1F0FF;
margin: 0;
}
.option-input:hover {
/*background: #9faab7;*/
background: #443266;
color: #F1F0FF;
}
.option-input:checked {
/*background: #40e0d0;*/
background: #443266;
color: #F1F0FF;
}
.option-input::before,
.option-input:checked::before {
height: 100px;
width: 100px;
top: 30px;
position: absolute;
content: attr(data-checked);
display: inline-block;
font-size: 90px;
text-align: center;
line-height: 40px;
}
.option-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
/*background: #40e0d0;*/
background: #443266;
content: '';
display: block;
position: relative;
z-index: 100;
}
.option-input.radio {
border-radius: 50%;
}
.option-input.radio::after {
border-radius: 50%;
}
.onreview {
height: 100px;
width: 100px;
border-radius: 50%;
background: #443266;
display: inline-block;
top: 30px;
position: relative;
z-index: 100;
}
.onreview p {
font-size: 90px;
text-align: center;
color: #F1F0FF;
top: -12px;
left: 25px;
position: absolute;
}
.col-vote {
display: inline-block;
float: none;
margin: 2%;
box-shadow: 3px 3px 5px rgba(166, 75, 154, 1);
}
.ava-container {
background: rgba(192, 128, 184, 1);
height: 220px;
}
img.avatar {
max-width: 135px;
padding: 5%;
margin-top: 12px;
overflow-y: hidden;
}
.desc-container {
background: rgba(166, 75, 154, 1);
padding-top: 3%;
color: #F1F0FF;
height: 100px;
}
.desc-container p {
margin: 0;
}
.line {
/*background: rgba(166, 75, 154, .7);*/
border-radius: 20px;
padding: .3%;
background: #F1F0FF;
/*background: rgba(239, 243, 243, .8);*/
/*background: rgba(241, 196, 15, 1);*/
/*background: rgba(71, 201, 175, 1);*/
float: none;
display: inline-block;
}
.transparent {
background: transparent;
}
.footer {
padding: .5%;
border-radius: 0;
background: transparent;
}
.footer-img {
max-width: 250px;
/*border-bottom: 1px solid #443266; */
border-right: 3px solid #F1F0FF;
/*border-right: 3px solid #443266;*/
padding: 5px 10px;
}
label#copyright {
top: 10px;
position: inherit;
/*color: #443266;*/
color: #F1F0FF;
text-align: left;
padding-left: 7px;
}
.radio + .tooltip > .tooltip-inner {
background: #443266;
color: #F1F0FF;
font-size: 20px;
}
.radio + .tooltip > .tooltip-arrow {
border-top: 5px solid #443266;
}
a.btn-lg {
/*color: #443266;*/
color: #F1F0FF;
font-size: 30px;
text-align: right;
padding: .5%;
}
a.btn-lg:hover {
color: #F1F0FF;
border-bottom: 2px solid #F1F0FF;
border-radius: 0;
}
a.btn-lg strong {
font-weight: bolder;
}
input.btn-link, input.btn-link:focus{
color: #F1F0FF;
text-decoration: none;
font-size: 30px;
}
input.btn-link:hover {
color: #F1F0FF;
text-decoration: underline;
}
a.btn-link, a.btn-link:focus{
color: #F1F0FF;
text-decoration: none;
}
a.btn-link:hover {
color: #F1F0FF;
text-decoration: underline;
}
.modal-header {
background-color: rgba(166, 75, 154, 1);
color: #F1F0FF;
}
.modal-body, .modal-footer {
background-color: rgba(166, 75, 154, .8);
color: #F1F0FF;
}
.modal-footer {
border: none;
}
.modal-body ol {
font-size: 20px;
}
button.close {
font-size: 50px;
}
.col-thanks {
display: inline-block;
float: none;
border: 5px solid #F1F0FF;
margin-top: 5%;
height: 520px;
color: #F1F0FF;
}
.t {
border: none;
position: absolute;
bottom: -25px;
left: 35%;
background: #F1F0FF;
border-radius: 20px;
}
.uppercase {
text-transform: uppercase;
}
.buttonload {
background-color: rgba(166, 75, 154, 1);
border: none;
color: #F1F0FF;
padding: 12px 20px;
font-size: 16px
}
.buttonload:hover {
text-decoration: none;
color: #F1F0FF;
}
.buttonload:disabled {
background: transparent;
border: 2px solid #F1F0FF;
color: #F1F0FF;
cursor: not-allowed;
}
.buttonload:disabled:hover {
color: #F1F0FF;
}
#countdown {
visibility: hidden;
height: 100px;
width: 100px;
border-radius: 50%;
background: #443266;
display: inline-block;
top: 30px;
border: 2px solid white;
position: relative;
z-index: 100;
justify-content: space-around;
font-size: 70px;
color: #F1F0FF;
/*position: absolute;*/
}
a.pull-right {
margin-right: 10px;
} | 0.38549 | 0.036804 |
.form1
{
max-width:600px;
margin:auto;
width:100%;
}
.col1 {
float:center;
width: 100%;
margin: auto;
padding: 0 6px;
margin-top: 3px;
font-size:20px;
}
.input-container {
display: -ms-flexbox; /* IE10 */
display: flex;
width: 100%;
margin-bottom: 15px;
margin-left:25px;
}
.icon {
padding: 7px;
background: dodgerblue;
color: white;
min-width: 50px;
text-align: center;
}
.input-field {
width: 80%;
padding: 10px;
outline: none;
}
.input-field:focus {
border: 2px solid dodgerblue;
}
#message {
display:none;
background: #f1f1f1;
color: #000;
position: relative;
padding: 20px;
margin-top: 10px;
}
#message p {
padding: 10px 35px;
font-size: 18px;
}
/*.btn {
background-color: dodgerblue;
color: white;
padding: 15px 20px;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.btn:hover {
opacity: 1;
}*/
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
img.avatar {
width:30%;
border-radius:100%;
}
div.rem{
background-color: #f1f1f1;
text-align:center;
text-align:center;
}
.btn1{
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none; /* remove underline from anchors */
}
.btn{
display: inline-block;
border-radius: 10px;
background-color: #4682B4;
border: none;
color: white;
text-align: center;
font-size: 18px;
padding: 12px;
width:45%;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.btn span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.btn span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.btn:hover span {
padding-right: 25px;
}
.btn:hover{
background-color: #0000CD;
font-size: 20px;
}
.btn:hover span:after {
opacity: 1;
right: 0;
}
h1,h2{
text-align:center;
font-size:30px;
color:white;
text-decoration:bolder;
font-family: Arial, Helvetica, sans-serif;
}
*, *:before, *:after {
box-sizing: border-box;
}
html, body {
height: 100%;
width: 100%;
background-image: url("mail11.jpg");
background-size: cover;
} | examples/login.css | .form1
{
max-width:600px;
margin:auto;
width:100%;
}
.col1 {
float:center;
width: 100%;
margin: auto;
padding: 0 6px;
margin-top: 3px;
font-size:20px;
}
.input-container {
display: -ms-flexbox; /* IE10 */
display: flex;
width: 100%;
margin-bottom: 15px;
margin-left:25px;
}
.icon {
padding: 7px;
background: dodgerblue;
color: white;
min-width: 50px;
text-align: center;
}
.input-field {
width: 80%;
padding: 10px;
outline: none;
}
.input-field:focus {
border: 2px solid dodgerblue;
}
#message {
display:none;
background: #f1f1f1;
color: #000;
position: relative;
padding: 20px;
margin-top: 10px;
}
#message p {
padding: 10px 35px;
font-size: 18px;
}
/*.btn {
background-color: dodgerblue;
color: white;
padding: 15px 20px;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.btn:hover {
opacity: 1;
}*/
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
img.avatar {
width:30%;
border-radius:100%;
}
div.rem{
background-color: #f1f1f1;
text-align:center;
text-align:center;
}
.btn1{
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none; /* remove underline from anchors */
}
.btn{
display: inline-block;
border-radius: 10px;
background-color: #4682B4;
border: none;
color: white;
text-align: center;
font-size: 18px;
padding: 12px;
width:45%;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.btn span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.btn span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.btn:hover span {
padding-right: 25px;
}
.btn:hover{
background-color: #0000CD;
font-size: 20px;
}
.btn:hover span:after {
opacity: 1;
right: 0;
}
h1,h2{
text-align:center;
font-size:30px;
color:white;
text-decoration:bolder;
font-family: Arial, Helvetica, sans-serif;
}
*, *:before, *:after {
box-sizing: border-box;
}
html, body {
height: 100%;
width: 100%;
background-image: url("mail11.jpg");
background-size: cover;
} | 0.299003 | 0.067979 |
@media only screen and (min-width: 260px) {
.log_container {
display: flex;
margin-left: 5vw;
margin-right: 5vw;
padding: 0 5vw;
box-sizing: border-box;
flex-direction: column;
background: #fff;
padding-bottom: 5vw;
}
#escolha{
display: flex;
visibility: visible;
align-content: center;
flex-wrap: wrap;
flex-direction: column;
}
#escolha .botao{
margin-top: 2vw;
}
#cadastro{
display: none;
}
#login{
display: none;
}
.form-in{
background-color: #ebebeb;
padding: 2vw;
}
.rotulo{
padding: 5px;
border: none;
transition: all 1s;
margin: 4vw;
background: #fff;
}
#label_n, #label_e, #label_s, #label_t, #label_nl, #label_sl{
display: none;
}
.reset{
border: none;
height: 5vw;
padding-left: 1vw;
background: #fff;
width: 95%;
}
.reset:focus{
outline: none;
}
.botao-acao{
float: right;
margin-right: 4vw;
}
.botao-cancela{
float: left;
margin-left: 4vw;
}
.separador_l{
width: 16%;
display: flex;
justify-content: start;
}
.separador_r{
width: 48%;
display: flex;
justify-content: center;
margin: 5vw;
align-self: center;
}
}
@media only screen and (min-width: 901px) {
#topo-login{
width: 54vw;
align-self: center;
}
#escolha{
flex-direction: row;
justify-content: space-evenly;
}
.form-in{
width: 53vw;
align-self: center;
}
.borda-falsa-login {
width: 57vw;
align-self: center;
}
} | localhost/projeto-php/VilaApp/web/css/style-login.css | @media only screen and (min-width: 260px) {
.log_container {
display: flex;
margin-left: 5vw;
margin-right: 5vw;
padding: 0 5vw;
box-sizing: border-box;
flex-direction: column;
background: #fff;
padding-bottom: 5vw;
}
#escolha{
display: flex;
visibility: visible;
align-content: center;
flex-wrap: wrap;
flex-direction: column;
}
#escolha .botao{
margin-top: 2vw;
}
#cadastro{
display: none;
}
#login{
display: none;
}
.form-in{
background-color: #ebebeb;
padding: 2vw;
}
.rotulo{
padding: 5px;
border: none;
transition: all 1s;
margin: 4vw;
background: #fff;
}
#label_n, #label_e, #label_s, #label_t, #label_nl, #label_sl{
display: none;
}
.reset{
border: none;
height: 5vw;
padding-left: 1vw;
background: #fff;
width: 95%;
}
.reset:focus{
outline: none;
}
.botao-acao{
float: right;
margin-right: 4vw;
}
.botao-cancela{
float: left;
margin-left: 4vw;
}
.separador_l{
width: 16%;
display: flex;
justify-content: start;
}
.separador_r{
width: 48%;
display: flex;
justify-content: center;
margin: 5vw;
align-self: center;
}
}
@media only screen and (min-width: 901px) {
#topo-login{
width: 54vw;
align-self: center;
}
#escolha{
flex-direction: row;
justify-content: space-evenly;
}
.form-in{
width: 53vw;
align-self: center;
}
.borda-falsa-login {
width: 57vw;
align-self: center;
}
} | 0.519034 | 0.076788 |
* {
margin: 0;
padding: 0;
list-style: none;
font-family: sans-serif;
}
header {
position: relative;
margin: 20px auto;
width: 1000px;
height: 120px;
}
#logo {
position: absolute;
top: 30px;
left: 30px;
width: 200px;
height: 60px;
font-family: 'Kaushan Script', cursive;
font-size: 50px;
text-align: center;
line-height: 60px;
}
.redes {
position: absolute;
width: 42px;
height: 42px;
background: #ccc;
border-radius: 100%;
text-align: center;
line-height: 42px;
color: white;
}
#icono1 {
top: 42px;
right: 120px;
background: blue;
}
#icono2 {
top: 42px;
right: 71px;
background: green;
}
#icono3 {
top: 42px;
right: 19px;
background: red;
}
nav {
position: relative;
margin: auto;
width: 1000px;
height: 48px;
}
.botones {
float: left;
width: 196px;
margin: 0px 2px;
height: 48px;
background: rgb(0, 255, 13);
font-family: 'Kaushan Script', cursive;
color: black;
text-align: center;
line-height: 48px;
}
a .botones:hover {
background: rgba(0, 255, 13, 0.4);
}
a .botones:active {
background: rgba(255, 0, 100, 1);
}
#top {
position: relative;
margin: 20px auto;
width: 1000px;
height: 192px;
}
#top ul {
width: 1010px;
height: 192px;
}
#top ul li {
float: left;
width: 326px;
height: 192px;
margin-right: 10px;
text-align: center;
}
#top ul li img {
border-radius: 100%;
height: 100px;
}
#top ul li h1 {
font-family: 'Kaushan Script', cursive;
}
#top ul li p {
font-size: 14px;
margin: 10px;
}
section {
position: relative;
margin: auto;
width: 1000px;
height: 453px;
}
aside#izq {
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 453px;
}
aside#izq ul li {
background: #aaa;
padding: 10px;
margin: 2px 10px;
list-style: square;
list-style-position: inside;
list-style-image: url(lista.png);
}
aside#izq ul li a {
text-decoration: none;
}
article {
position: absolute;
left: 200px;
top: 0;
width: 600px;
height: 453px;
}
article h1 {
font-family: 'Kaushan Script', cursive;
font-size: 40px;
margin: 20px;
}
article p img {
float: left;
margin-right: 20px;
}
article p {
margin: 5px 20px;
font-size: 14px;
text-align: justify;
}
aside#der {
position: absolute;
right: 0;
top: 0;
width: 200px;
height: 453px;
}
aside#der h1 {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
background: rgb(0, 255, 13);
color: black;
margin-bottom: 5px;
}
aside#der input {
padding: 10px;
margin: 5px 0;
width: 176px;
}
aside#der input[type="text"] {
background: url(usuario.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}
aside#der input[type="password"] {
background: url(password.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}
aside#der input[type="submit"] {
width: 200px;
background: rgba(0, 10, 100, 0.5);
border: 0;
}
footer {
position: relative;
margin: 20px auto;
width: 1000px;
height: 70px;
background: rgb(0, 255, 13);
text-align: center;
line-height: 70px;
color: black;
} | Unidad1/Paginaweb1/estilo.css | * {
margin: 0;
padding: 0;
list-style: none;
font-family: sans-serif;
}
header {
position: relative;
margin: 20px auto;
width: 1000px;
height: 120px;
}
#logo {
position: absolute;
top: 30px;
left: 30px;
width: 200px;
height: 60px;
font-family: 'Kaushan Script', cursive;
font-size: 50px;
text-align: center;
line-height: 60px;
}
.redes {
position: absolute;
width: 42px;
height: 42px;
background: #ccc;
border-radius: 100%;
text-align: center;
line-height: 42px;
color: white;
}
#icono1 {
top: 42px;
right: 120px;
background: blue;
}
#icono2 {
top: 42px;
right: 71px;
background: green;
}
#icono3 {
top: 42px;
right: 19px;
background: red;
}
nav {
position: relative;
margin: auto;
width: 1000px;
height: 48px;
}
.botones {
float: left;
width: 196px;
margin: 0px 2px;
height: 48px;
background: rgb(0, 255, 13);
font-family: 'Kaushan Script', cursive;
color: black;
text-align: center;
line-height: 48px;
}
a .botones:hover {
background: rgba(0, 255, 13, 0.4);
}
a .botones:active {
background: rgba(255, 0, 100, 1);
}
#top {
position: relative;
margin: 20px auto;
width: 1000px;
height: 192px;
}
#top ul {
width: 1010px;
height: 192px;
}
#top ul li {
float: left;
width: 326px;
height: 192px;
margin-right: 10px;
text-align: center;
}
#top ul li img {
border-radius: 100%;
height: 100px;
}
#top ul li h1 {
font-family: 'Kaushan Script', cursive;
}
#top ul li p {
font-size: 14px;
margin: 10px;
}
section {
position: relative;
margin: auto;
width: 1000px;
height: 453px;
}
aside#izq {
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 453px;
}
aside#izq ul li {
background: #aaa;
padding: 10px;
margin: 2px 10px;
list-style: square;
list-style-position: inside;
list-style-image: url(lista.png);
}
aside#izq ul li a {
text-decoration: none;
}
article {
position: absolute;
left: 200px;
top: 0;
width: 600px;
height: 453px;
}
article h1 {
font-family: 'Kaushan Script', cursive;
font-size: 40px;
margin: 20px;
}
article p img {
float: left;
margin-right: 20px;
}
article p {
margin: 5px 20px;
font-size: 14px;
text-align: justify;
}
aside#der {
position: absolute;
right: 0;
top: 0;
width: 200px;
height: 453px;
}
aside#der h1 {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
background: rgb(0, 255, 13);
color: black;
margin-bottom: 5px;
}
aside#der input {
padding: 10px;
margin: 5px 0;
width: 176px;
}
aside#der input[type="text"] {
background: url(usuario.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}
aside#der input[type="password"] {
background: url(password.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}
aside#der input[type="submit"] {
width: 200px;
background: rgba(0, 10, 100, 0.5);
border: 0;
}
footer {
position: relative;
margin: 20px auto;
width: 1000px;
height: 70px;
background: rgb(0, 255, 13);
text-align: center;
line-height: 70px;
color: black;
} | 0.370225 | 0.069352 |
@import 'common.css';
.warpper{ width: 1009px; margin: 0 auto; height: auto; overflow: hidden}
.top {width: 100%; height: 160px; background:url('../img/topBg.jpg') repeat-x;}
.logo{float:left; margin-top: 35px;}
.topRight{float: right; margin-top: 27px;font-size: 16px; color: #6f6f6f}
.topRight img{float: left;margin:-5px 8px 0 0; }
.topRight a{color: #6f6f6f;}
.topRight .search{clear: both;float: right; width: 248px; height: 38px; position: relative;margin-bottom: 8px;}
.topRight .search input{clear: both;width: 248px; height: 38px; border: none;background: url('../img/searchBg2.png') no-repeat; outline: none; padding: 0 0 0 8px}
.topRight .search button{position: absolute; right: 11px; top: 4px; width: 30px; height: 30px;font-size:0;line-height: 55px; background: url('../img/icon.png') no-repeat -5px -112px;border: none}
.nav{clear: both; width: 100%; height: 52px; background: url('../img/navBg1.png') repeat-x;}
.nav ul{width: 994px; height: 52px; background: url('../img/navBg.png') no-repeat center top;margin: 0 auto ;padding: 0 0 0 5px}
.nav ul li{float: left;width: 123px; text-align: center}
.nav ul li a{display: block;width: 123px; height: 45px;color: #fff; font-size: 16px; line-height: 45px;}
.nav ul li a:hover{color:#fff600}
.main{clear: both; width: 100%; height: auto; background: url('../img/bg.jpg') no-repeat top center;}
.swiper-container{width: 980px; height: auto; margin: 12px auto 0}
.swiper-container1{width: 236px; height: 178px; margin: 19px auto 0;overflow: hidden}
.box{float: left; width: 321px; height: 392px; background: url('../img/bg1.jpg') no-repeat; margin:14px 9px 0 0;}
.office{float: left; width: 434px; height: 392px; background: url('../img/bg2.jpg') no-repeat; margin:14px 9px 0 0;}
.box .title{width: 100%; overflow: hidden}
.box .title span{float: left; font-size: 16px;color: #1c7db7; margin: 13px 0 0 23px;}
.box .title a{float: right;width:36px;height: 14px;display: block;background: url('../img/icon.png') no-repeat -4px -5px; font-size: 0;line-height: 50px;margin: 15px 16px 0 0 }
.boxList{clear: both; width: 80%; margin: 25px auto 0; }
.boxList li{width: 100%; border-bottom: 1px dashed #e5e5e5;position: relative; padding: 0 0 2px 5px; margin-top: 6px}
.boxList li i{position: absolute; left: -12px; width: 15px;height: 15px;display: block;background: url('../img/icon.png') no-repeat -4px -42px;}
.boxList li a{width: 100%;display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #8d8c8c}
.boxList li a:hover{color: #0068b7}
.but{float: left; width: 218px; margin-top: 3px;}
.but li{width: 218px; height:46px; text-align:center; margin-top: 15px; }
.but li a{display: block; width: 218px; height:46px;background: url('../img/but.jpg') no-repeat; font-size: 16px;color: #fefefe; line-height: 43px;}
.but li a:hover{color:#000}
.publicity{float: left; width:236px; height:354px; background: url('../img/bg4.jpg') no-repeat; margin:14px 15px 0 0;}
.publicity:last-child{margin: 14px 0 0 0}
.publicity .title{width: 100%; overflow: hidden}
.publicity .title span{float: left;width: 125px;text-align: center; font-size: 16px;color: #fff; margin: 7px 0 0 0;}
.publicity .title a{float: right;width:36px;height: 14px;display: block;background: url('../img/icon.png') no-repeat -4px -5px; font-size: 0;line-height: 50px;margin: 10px 16px 0 0 }
.publicity .boxList li{margin-top: 10px}
.footer{width: 100%; height:76px;position: relative; margin-top: 20px; background: url('../img/footerBg.jpg') repeat-x; padding: 0; overflow: hidden}
.footer ul{width: 1000px; height: 76px; background: url('../img/footerBgImg.jpg') no-repeat left top; margin:0 auto}
.footer ul li{float: left; color: #fff; height: 16px; border-right: 1px solid #fff; margin: 23px 0 0 0; padding: 0 10px;line-height: 16px}
.footer ul li:last-child{border: none}
.footer ul li a{color: #fff; font-size: 14px;}
#scrollDiv{ margin: 23px auto; height: 280px; overflow: hidden}
#scrollDiv .boxList{margin: 0 auto;}
#jsddm li a:hover {color:#fff600}
#jsddm li ul{margin: 0;padding: 0;position: absolute;visibility: hidden;z-index: 99;width: 122px;height:auto;overflow:hidden;background: none}
#jsddm li ul li{display: block;clear: both;float: none}
#jsddm li ul li a{display: block;font-size: 12px; width: 121px;height: 38px;background:url('../img/nav_1.png');color: #fff}
#jsddm li ul li a:hover{color:#fff600}
.searchLine{width: 1004px; height:54px;background: url('../img/searchBg.png') no-repeat;margin:5px auto 0 ;overflow: hidden}
.searchLine .viceLogo{float: left;font-size: 16px;color: #2172aa; margin: 15px 0 0 40px}
.searchLine .viceSearch{float: right;height: 20px; border-left:3px solid #2887c0; line-height: 20px; margin: 13px 30px 0 0; padding: 0 0 0 15px;font-size: 16px;color: #2172aa }
.searchLine .viceSearch input{width:279px; height: 24px;background: url('../img/searchBg1.png') no-repeat;border: none; margin-left: 14px; }
.boxLeft{float: left;width: 246px; height: 738px; background: url('../img/left_bottom.png') no-repeat bottom left;margin-top: 13px;}
.tenderMenu{ width: 246px;height: 370px; text-align:center; position: relative;background: url('../img/leftBg4.png') no-repeat; }
.titleImg{ margin-top: 45px;}
.tenderMenu ul li{margin: 20px 0 0 30px;position: relative}
.tenderMenu ul li a{ display: block; color:#1e6ca7; width: 181px; height: 44px; background: url('../img/menu2.png') no-repeat;font-size: 16px; line-height: 40px;}
.tenderMenu ul li a.aLink{background: url('../img/menu1.png') no-repeat;color:#fff}
.contactList{clear: both;display: block; margin-top: 20px;}
.contactList li{width: 234px; height: 53px; margin-top: 28px;}
.contactList li a{display: block; font-size: 16px; width: 234px; height: 53px; line-height: 55px; background: url('../img/leftBg.jpg') no-repeat;}
.contactList li a i{width: 37px; height: 35px;float: left; display: block; background: url('../img/icon.png') no-repeat; margin: 9px 15px 0 41px;}
.contactList li a i.icon1{background-position:-4px -176px;width: 41px;}
.contactList li a i.icon2{background-position:-4px -250px;}
.contactList li a:hover{color:#999}
.boxRight{float: left;width: 746px; height: 738px; border: 1px solid #dfdfdf; margin: 20px 0 0 10px;overflow-y:auto;padding: 10px}
.level2{display: none}
.tenderTop{text-align: right; margin-bottom: 28px;}
.tenderMenu ul li .level2{position: absolute;top: 38px; left: 5px; z-index: 2;width: 168px; height: auto; background:#fff; border: 1px solid #ddd; border-radius: 0 0 3px 3px }
.tenderMenu ul li .level2 li{margin: 0;padding: 0;width: 168px; text-align: center}
.tenderMenu ul li .level2 li a{background: none;color: #2375ac;width: 148px; margin: 0 auto; border-bottom: 1px dashed #ddd}
.tenderMenu ul li .level2 li a:hover{color:#ff0404}
.position{ padding: 10px 0 0 10px}
.listTable {width: 90%; margin: 15px auto; border-spacing: 0; border-collapse: collapse; line-height: 35px;}
.listTable thead th{font-size: 16px;text-align: center;background: #eee; padding: 0 0 0 1%}
.listTable td{font-size: 14px;text-align: center;padding: 0 0 0 1%; border-bottom: 1px solid #eee}
.listTable .left{text-align: left}
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 12px/22px 宋体; }
img{ border:0; }
a{ text-decoration:none; color:#333; }
/* 本例子css */
.slideBox{ width:980px; height:240px; overflow:hidden; position:relative; border:1px solid #ddd; margin: 0 auto }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:980px; height:240px; display:block; }
/* 下面是前/后按钮代码,如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }
/* 本例子css */
.slideBox1{ width:420px; height:320px; overflow:hidden; position:relative; border:1px solid #ddd; margin: 12px auto 0 }
.slideBox1 .hd1{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox1 .hd1 ul{ overflow:hidden; zoom:1; float:left; }
.slideBox1 .hd1 ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd1 ul li.on{ background:#f00; color:#fff; }
.slideBox1 .bd1{ position:relative; height:100%; z-index:0; }
.slideBox1 .bd1 li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd1 img{ width:420px; height:320px; display:block; }
/* 下面是前/后按钮代码,如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox1 .prevStop{ display:none; }
.slideBox1 .nextStop{ display:none; }
.messageForm{width: 80%;margin: 8% auto 0;height: auto;}
.messageForm p{clear: both;padding: 8px 0}
.messageForm p .form_name{float: left;width: 20%;text-align: right;color: #0a001f;line-height: 30px}
.messageForm p input, .messageForm p textarea{float: left;width: 60%;border: 1px solid #c2c2c2;padding: 6px 0;}
.messageBtn{margin-left: 20%;width: 50%;}
.messageBtn button{float: left;width: 48%;margin-right: 2%;padding: 6px 10px}
.messageTitle{width: 95%;padding: 10px 0;font-size: 16px;color:#000;margin: 0 auto;border-bottom: 1px solid #c2c2c2}
.clearfix {
width: 90%;
}
.copyright{clear:both;width: 978px;margin: 10px auto 0;color:#ccc;}
.copyright a{color:#000} | src/main/webapp/css/style.css | @import 'common.css';
.warpper{ width: 1009px; margin: 0 auto; height: auto; overflow: hidden}
.top {width: 100%; height: 160px; background:url('../img/topBg.jpg') repeat-x;}
.logo{float:left; margin-top: 35px;}
.topRight{float: right; margin-top: 27px;font-size: 16px; color: #6f6f6f}
.topRight img{float: left;margin:-5px 8px 0 0; }
.topRight a{color: #6f6f6f;}
.topRight .search{clear: both;float: right; width: 248px; height: 38px; position: relative;margin-bottom: 8px;}
.topRight .search input{clear: both;width: 248px; height: 38px; border: none;background: url('../img/searchBg2.png') no-repeat; outline: none; padding: 0 0 0 8px}
.topRight .search button{position: absolute; right: 11px; top: 4px; width: 30px; height: 30px;font-size:0;line-height: 55px; background: url('../img/icon.png') no-repeat -5px -112px;border: none}
.nav{clear: both; width: 100%; height: 52px; background: url('../img/navBg1.png') repeat-x;}
.nav ul{width: 994px; height: 52px; background: url('../img/navBg.png') no-repeat center top;margin: 0 auto ;padding: 0 0 0 5px}
.nav ul li{float: left;width: 123px; text-align: center}
.nav ul li a{display: block;width: 123px; height: 45px;color: #fff; font-size: 16px; line-height: 45px;}
.nav ul li a:hover{color:#fff600}
.main{clear: both; width: 100%; height: auto; background: url('../img/bg.jpg') no-repeat top center;}
.swiper-container{width: 980px; height: auto; margin: 12px auto 0}
.swiper-container1{width: 236px; height: 178px; margin: 19px auto 0;overflow: hidden}
.box{float: left; width: 321px; height: 392px; background: url('../img/bg1.jpg') no-repeat; margin:14px 9px 0 0;}
.office{float: left; width: 434px; height: 392px; background: url('../img/bg2.jpg') no-repeat; margin:14px 9px 0 0;}
.box .title{width: 100%; overflow: hidden}
.box .title span{float: left; font-size: 16px;color: #1c7db7; margin: 13px 0 0 23px;}
.box .title a{float: right;width:36px;height: 14px;display: block;background: url('../img/icon.png') no-repeat -4px -5px; font-size: 0;line-height: 50px;margin: 15px 16px 0 0 }
.boxList{clear: both; width: 80%; margin: 25px auto 0; }
.boxList li{width: 100%; border-bottom: 1px dashed #e5e5e5;position: relative; padding: 0 0 2px 5px; margin-top: 6px}
.boxList li i{position: absolute; left: -12px; width: 15px;height: 15px;display: block;background: url('../img/icon.png') no-repeat -4px -42px;}
.boxList li a{width: 100%;display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #8d8c8c}
.boxList li a:hover{color: #0068b7}
.but{float: left; width: 218px; margin-top: 3px;}
.but li{width: 218px; height:46px; text-align:center; margin-top: 15px; }
.but li a{display: block; width: 218px; height:46px;background: url('../img/but.jpg') no-repeat; font-size: 16px;color: #fefefe; line-height: 43px;}
.but li a:hover{color:#000}
.publicity{float: left; width:236px; height:354px; background: url('../img/bg4.jpg') no-repeat; margin:14px 15px 0 0;}
.publicity:last-child{margin: 14px 0 0 0}
.publicity .title{width: 100%; overflow: hidden}
.publicity .title span{float: left;width: 125px;text-align: center; font-size: 16px;color: #fff; margin: 7px 0 0 0;}
.publicity .title a{float: right;width:36px;height: 14px;display: block;background: url('../img/icon.png') no-repeat -4px -5px; font-size: 0;line-height: 50px;margin: 10px 16px 0 0 }
.publicity .boxList li{margin-top: 10px}
.footer{width: 100%; height:76px;position: relative; margin-top: 20px; background: url('../img/footerBg.jpg') repeat-x; padding: 0; overflow: hidden}
.footer ul{width: 1000px; height: 76px; background: url('../img/footerBgImg.jpg') no-repeat left top; margin:0 auto}
.footer ul li{float: left; color: #fff; height: 16px; border-right: 1px solid #fff; margin: 23px 0 0 0; padding: 0 10px;line-height: 16px}
.footer ul li:last-child{border: none}
.footer ul li a{color: #fff; font-size: 14px;}
#scrollDiv{ margin: 23px auto; height: 280px; overflow: hidden}
#scrollDiv .boxList{margin: 0 auto;}
#jsddm li a:hover {color:#fff600}
#jsddm li ul{margin: 0;padding: 0;position: absolute;visibility: hidden;z-index: 99;width: 122px;height:auto;overflow:hidden;background: none}
#jsddm li ul li{display: block;clear: both;float: none}
#jsddm li ul li a{display: block;font-size: 12px; width: 121px;height: 38px;background:url('../img/nav_1.png');color: #fff}
#jsddm li ul li a:hover{color:#fff600}
.searchLine{width: 1004px; height:54px;background: url('../img/searchBg.png') no-repeat;margin:5px auto 0 ;overflow: hidden}
.searchLine .viceLogo{float: left;font-size: 16px;color: #2172aa; margin: 15px 0 0 40px}
.searchLine .viceSearch{float: right;height: 20px; border-left:3px solid #2887c0; line-height: 20px; margin: 13px 30px 0 0; padding: 0 0 0 15px;font-size: 16px;color: #2172aa }
.searchLine .viceSearch input{width:279px; height: 24px;background: url('../img/searchBg1.png') no-repeat;border: none; margin-left: 14px; }
.boxLeft{float: left;width: 246px; height: 738px; background: url('../img/left_bottom.png') no-repeat bottom left;margin-top: 13px;}
.tenderMenu{ width: 246px;height: 370px; text-align:center; position: relative;background: url('../img/leftBg4.png') no-repeat; }
.titleImg{ margin-top: 45px;}
.tenderMenu ul li{margin: 20px 0 0 30px;position: relative}
.tenderMenu ul li a{ display: block; color:#1e6ca7; width: 181px; height: 44px; background: url('../img/menu2.png') no-repeat;font-size: 16px; line-height: 40px;}
.tenderMenu ul li a.aLink{background: url('../img/menu1.png') no-repeat;color:#fff}
.contactList{clear: both;display: block; margin-top: 20px;}
.contactList li{width: 234px; height: 53px; margin-top: 28px;}
.contactList li a{display: block; font-size: 16px; width: 234px; height: 53px; line-height: 55px; background: url('../img/leftBg.jpg') no-repeat;}
.contactList li a i{width: 37px; height: 35px;float: left; display: block; background: url('../img/icon.png') no-repeat; margin: 9px 15px 0 41px;}
.contactList li a i.icon1{background-position:-4px -176px;width: 41px;}
.contactList li a i.icon2{background-position:-4px -250px;}
.contactList li a:hover{color:#999}
.boxRight{float: left;width: 746px; height: 738px; border: 1px solid #dfdfdf; margin: 20px 0 0 10px;overflow-y:auto;padding: 10px}
.level2{display: none}
.tenderTop{text-align: right; margin-bottom: 28px;}
.tenderMenu ul li .level2{position: absolute;top: 38px; left: 5px; z-index: 2;width: 168px; height: auto; background:#fff; border: 1px solid #ddd; border-radius: 0 0 3px 3px }
.tenderMenu ul li .level2 li{margin: 0;padding: 0;width: 168px; text-align: center}
.tenderMenu ul li .level2 li a{background: none;color: #2375ac;width: 148px; margin: 0 auto; border-bottom: 1px dashed #ddd}
.tenderMenu ul li .level2 li a:hover{color:#ff0404}
.position{ padding: 10px 0 0 10px}
.listTable {width: 90%; margin: 15px auto; border-spacing: 0; border-collapse: collapse; line-height: 35px;}
.listTable thead th{font-size: 16px;text-align: center;background: #eee; padding: 0 0 0 1%}
.listTable td{font-size: 14px;text-align: center;padding: 0 0 0 1%; border-bottom: 1px solid #eee}
.listTable .left{text-align: left}
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 12px/22px 宋体; }
img{ border:0; }
a{ text-decoration:none; color:#333; }
/* 本例子css */
.slideBox{ width:980px; height:240px; overflow:hidden; position:relative; border:1px solid #ddd; margin: 0 auto }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:980px; height:240px; display:block; }
/* 下面是前/后按钮代码,如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }
/* 本例子css */
.slideBox1{ width:420px; height:320px; overflow:hidden; position:relative; border:1px solid #ddd; margin: 12px auto 0 }
.slideBox1 .hd1{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox1 .hd1 ul{ overflow:hidden; zoom:1; float:left; }
.slideBox1 .hd1 ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd1 ul li.on{ background:#f00; color:#fff; }
.slideBox1 .bd1{ position:relative; height:100%; z-index:0; }
.slideBox1 .bd1 li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd1 img{ width:420px; height:320px; display:block; }
/* 下面是前/后按钮代码,如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox1 .prevStop{ display:none; }
.slideBox1 .nextStop{ display:none; }
.messageForm{width: 80%;margin: 8% auto 0;height: auto;}
.messageForm p{clear: both;padding: 8px 0}
.messageForm p .form_name{float: left;width: 20%;text-align: right;color: #0a001f;line-height: 30px}
.messageForm p input, .messageForm p textarea{float: left;width: 60%;border: 1px solid #c2c2c2;padding: 6px 0;}
.messageBtn{margin-left: 20%;width: 50%;}
.messageBtn button{float: left;width: 48%;margin-right: 2%;padding: 6px 10px}
.messageTitle{width: 95%;padding: 10px 0;font-size: 16px;color:#000;margin: 0 auto;border-bottom: 1px solid #c2c2c2}
.clearfix {
width: 90%;
}
.copyright{clear:both;width: 978px;margin: 10px auto 0;color:#ccc;}
.copyright a{color:#000} | 0.285372 | 0.101679 |
body{
background-color: white;
padding:20px;
}
#login-dp{
min-width: 250px;
padding: 14px 14px 0;
overflow:hidden;
background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
#login-dp .social-buttons{
margin:12px 0
}
#login-dp .social-buttons a{
width: 49%;
}
#login-dp .form-group {
margin-bottom: 10px;
}
.btn-fb{
color: #fff;
background-color:#3b5998;
}
.btn-fb:hover{
color: #fff;
background-color:#496ebc
}
.btn-tw{
color: #fff;
background-color:#55acee;
}
.btn-tw:hover{
color: #fff;
background-color:#59b5fa;
}
@media(max-width:768px){
#login-dp{
background-color: inherit;
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
#row{
background-color: silver;
width: 400px;
height: 350px;
}
legend{
color:#141823;
font-size:25px;
font-weight:bold;
position: center;
}
.signup-btn {
background: #79bc64;
background-image: -webkit-linear-gradient(top, #79bc64, #578843);
background-image: -moz-linear-gradient(top, #79bc64, #578843);
background-image: -ms-linear-gradient(top, #79bc64, #578843);
background-image: -o-linear-gradient(top, #79bc64, #578843);
background-image: linear-gradient(to bottom, #79bc64, #578843);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
text-shadow: 0px 1px 0px #898a88;
-webkit-box-shadow: 0px 0px 0px #a4e388;
-moz-box-shadow: 0px 0px 0px #a4e388;
box-shadow: 0px 0px 0px #a4e388;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
border: solid #3b6e22 1px;
text-decoration: none;
}
.signup-btn:hover {
background: #79bc64;
background-image: -webkit-linear-gradient(top, #79bc64, #5e7056);
background-image: -moz-linear-gradient(top, #79bc64, #5e7056);
background-image: -ms-linear-gradient(top, #79bc64, #5e7056);
background-image: -o-linear-gradient(top, #79bc64, #5e7056);
background-image: linear-gradient(to bottom, #79bc64, #5e7056);
text-decoration: none;
}
.navbar-default .navbar-brand{
color:#fff;
font-size:30px;
font-weight:bold;
}
.form .form-control { margin-bottom: 10px; }
@media (min-width:768px) {
#home{
margin-top:50px;
}
#home .slogan{
color: #0e385f;
line-height: 29px;
font-weight:bold;
}
}
.main{
padding-bottom: 100px;
} | index.css | body{
background-color: white;
padding:20px;
}
#login-dp{
min-width: 250px;
padding: 14px 14px 0;
overflow:hidden;
background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
#login-dp .social-buttons{
margin:12px 0
}
#login-dp .social-buttons a{
width: 49%;
}
#login-dp .form-group {
margin-bottom: 10px;
}
.btn-fb{
color: #fff;
background-color:#3b5998;
}
.btn-fb:hover{
color: #fff;
background-color:#496ebc
}
.btn-tw{
color: #fff;
background-color:#55acee;
}
.btn-tw:hover{
color: #fff;
background-color:#59b5fa;
}
@media(max-width:768px){
#login-dp{
background-color: inherit;
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
#row{
background-color: silver;
width: 400px;
height: 350px;
}
legend{
color:#141823;
font-size:25px;
font-weight:bold;
position: center;
}
.signup-btn {
background: #79bc64;
background-image: -webkit-linear-gradient(top, #79bc64, #578843);
background-image: -moz-linear-gradient(top, #79bc64, #578843);
background-image: -ms-linear-gradient(top, #79bc64, #578843);
background-image: -o-linear-gradient(top, #79bc64, #578843);
background-image: linear-gradient(to bottom, #79bc64, #578843);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
text-shadow: 0px 1px 0px #898a88;
-webkit-box-shadow: 0px 0px 0px #a4e388;
-moz-box-shadow: 0px 0px 0px #a4e388;
box-shadow: 0px 0px 0px #a4e388;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
border: solid #3b6e22 1px;
text-decoration: none;
}
.signup-btn:hover {
background: #79bc64;
background-image: -webkit-linear-gradient(top, #79bc64, #5e7056);
background-image: -moz-linear-gradient(top, #79bc64, #5e7056);
background-image: -ms-linear-gradient(top, #79bc64, #5e7056);
background-image: -o-linear-gradient(top, #79bc64, #5e7056);
background-image: linear-gradient(to bottom, #79bc64, #5e7056);
text-decoration: none;
}
.navbar-default .navbar-brand{
color:#fff;
font-size:30px;
font-weight:bold;
}
.form .form-control { margin-bottom: 10px; }
@media (min-width:768px) {
#home{
margin-top:50px;
}
#home .slogan{
color: #0e385f;
line-height: 29px;
font-weight:bold;
}
}
.main{
padding-bottom: 100px;
} | 0.225417 | 0.071074 |
@CHARSET "UTF-8";
body {
background-color:#fff;
}
table#studyelements, table#biomarkerelements, table#publicationelements, table#termelements {
width:100%;
margin-top:0px;
border-top:solid 3px #ccc;
margin-top:4px;
}
table#studyelements th, table#biomarkerelements th, table#publicationelements th, table#termelements th {
font-size:80%;
text-align:left;
padding-left:5px;
border-bottom:solid 1px #900003;
color:#555;
background-color:#eee;
padding-top:3px;
padding-bottom:3px;
}
div#breadcrumbs {
border-top-width:2px;
}
div#breadcrumbs a {
}
h2.title {
background-color:#555;
border-bottom:solid 1px #300;
border-top:solid 2px #900;
font-size:15px;
color:#fff;
}
table#studyelements tr, table#biomarkerelements tr, table#publicationelements tr, table#termelements tr {
}
table#studyelements td, table#biomarkerelements td, table#publicationelements td, table#termelements td {
padding:5px;
font-size:12px;
}
.hint {
color:#000;
}
h2 {
padding-bottom:5px;
font-size:24px;
font-weight:bold;
margin-top:15px;
color:#333;
font-weight:normal;
}
.hint {
color:#333;
}
div.searcher {
position:absolute;
text-align:right;
width:410px;
right:5px;
top:180px;
font-size:12px;
}
div.searcher input[type=text] {
border:solid 1px #ccc;
padding:4px;
font-size:110%;
float:left;
width:330px;
margin-left:15px;
}
div.searcher input[type=submit] {
padding:3px;
border:outset 1px #ccc;;
}
a.page {
padding:5px;
border:solid 1px #ccc;
margin:4px;
font-size:11px;
}
a.page.current {
background-color:#ddd;
border:solid 1px #ddd;
}
tr.altRow {
background-color:#f4f4f4;
}
tr.evenRow {
}
div#pagination {
padding:5px;
margin-bottom:3px;
margin-top:-8px;
color:#456;
}
div#pagination div.summary {
color:#888;
margin-bottom:15px;
font-size:90%;
}
div#pagination div.paginationLinks {
text-align:left;
font-size:80%;
}
div#pagination a {
border:solid 1px #ccc;
background-color:#f4f4f4;
padding:4px;
padding-left:7px;
padding-right:7px;
margin:3px;
margin-right:6px;
margin-left:0px;
}
div#pagination span.activePage {
border:solid 1px #ccc;
padding:4px;
padding-left:7px;
padding-right:7px;
margin:3px;
margin-right:6px;
margin-left:0px;
}
table#studyelements td.column-1 {
width:330px;
}
table#studyelements td.column-2 {
width:90px;
padding-left:5px;
text-align:center;
}
table#studyelements td.column-3 {
width:190px;
}
div.dataTables_filter {
float:right;
text-align:right;
width:30%;
margin-right:5px;
padding-top:15px;
color:#666;
}
div.dataTables_filter input[type=text] {
width:60%;
margin-left:5px;
}
div.dataTables_length {
float:left;
font-size:90%;
color:#666;
padding-left:5px;
padding-top:20px;
}
div.dataTables_length select {
border-width:1px;
border-color:#888;
padding:1px;
padding-left:2px;
padding-right:2px;
}
div.dataTables_wrapper {
position:relative;
}
div.dataTables_info {
position:absolute;
top:0px;
left:5px;
color:#666;
font-size:90%;
}
div.dataTables_paginate {
margin-right:5px;margin-top:5px;
}
table.dataTable {
clear:both;
}
table.dataTable thead tr th {
cursor:pointer;
_cursor:hand;
}
tr.odd, tr.odd td.sorting_1 {
background-color:#f2f2f2;
}
tr.even, tr.even td.sorting_1 {
background-color:#fcfcfc;
} | app/webroot/css/bmdb-browser.css | @CHARSET "UTF-8";
body {
background-color:#fff;
}
table#studyelements, table#biomarkerelements, table#publicationelements, table#termelements {
width:100%;
margin-top:0px;
border-top:solid 3px #ccc;
margin-top:4px;
}
table#studyelements th, table#biomarkerelements th, table#publicationelements th, table#termelements th {
font-size:80%;
text-align:left;
padding-left:5px;
border-bottom:solid 1px #900003;
color:#555;
background-color:#eee;
padding-top:3px;
padding-bottom:3px;
}
div#breadcrumbs {
border-top-width:2px;
}
div#breadcrumbs a {
}
h2.title {
background-color:#555;
border-bottom:solid 1px #300;
border-top:solid 2px #900;
font-size:15px;
color:#fff;
}
table#studyelements tr, table#biomarkerelements tr, table#publicationelements tr, table#termelements tr {
}
table#studyelements td, table#biomarkerelements td, table#publicationelements td, table#termelements td {
padding:5px;
font-size:12px;
}
.hint {
color:#000;
}
h2 {
padding-bottom:5px;
font-size:24px;
font-weight:bold;
margin-top:15px;
color:#333;
font-weight:normal;
}
.hint {
color:#333;
}
div.searcher {
position:absolute;
text-align:right;
width:410px;
right:5px;
top:180px;
font-size:12px;
}
div.searcher input[type=text] {
border:solid 1px #ccc;
padding:4px;
font-size:110%;
float:left;
width:330px;
margin-left:15px;
}
div.searcher input[type=submit] {
padding:3px;
border:outset 1px #ccc;;
}
a.page {
padding:5px;
border:solid 1px #ccc;
margin:4px;
font-size:11px;
}
a.page.current {
background-color:#ddd;
border:solid 1px #ddd;
}
tr.altRow {
background-color:#f4f4f4;
}
tr.evenRow {
}
div#pagination {
padding:5px;
margin-bottom:3px;
margin-top:-8px;
color:#456;
}
div#pagination div.summary {
color:#888;
margin-bottom:15px;
font-size:90%;
}
div#pagination div.paginationLinks {
text-align:left;
font-size:80%;
}
div#pagination a {
border:solid 1px #ccc;
background-color:#f4f4f4;
padding:4px;
padding-left:7px;
padding-right:7px;
margin:3px;
margin-right:6px;
margin-left:0px;
}
div#pagination span.activePage {
border:solid 1px #ccc;
padding:4px;
padding-left:7px;
padding-right:7px;
margin:3px;
margin-right:6px;
margin-left:0px;
}
table#studyelements td.column-1 {
width:330px;
}
table#studyelements td.column-2 {
width:90px;
padding-left:5px;
text-align:center;
}
table#studyelements td.column-3 {
width:190px;
}
div.dataTables_filter {
float:right;
text-align:right;
width:30%;
margin-right:5px;
padding-top:15px;
color:#666;
}
div.dataTables_filter input[type=text] {
width:60%;
margin-left:5px;
}
div.dataTables_length {
float:left;
font-size:90%;
color:#666;
padding-left:5px;
padding-top:20px;
}
div.dataTables_length select {
border-width:1px;
border-color:#888;
padding:1px;
padding-left:2px;
padding-right:2px;
}
div.dataTables_wrapper {
position:relative;
}
div.dataTables_info {
position:absolute;
top:0px;
left:5px;
color:#666;
font-size:90%;
}
div.dataTables_paginate {
margin-right:5px;margin-top:5px;
}
table.dataTable {
clear:both;
}
table.dataTable thead tr th {
cursor:pointer;
_cursor:hand;
}
tr.odd, tr.odd td.sorting_1 {
background-color:#f2f2f2;
}
tr.even, tr.even td.sorting_1 {
background-color:#fcfcfc;
} | 0.326593 | 0.061509 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
margin: 0;
padding: 0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
.underline {
padding-bottom: 5px;
border-bottom: 1px solid #eee;
margin: 0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
/*-----light-font----*/
@font-face {
font-family: 'open_sanslight';
src: url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
src: url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/*-----regular-font----*/
/*-----regular-font----*/
@font-face {
font-family: 'open_sansregular';
src: url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
src: url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
background-size: 100%;
font-family: 'open_sanslight', serif;
font-size: 100%;
background: url(../../img/Error/bg.jpg) no-repeat fixed 100% 100%;
background-size: cover;
}
/**-----start-wrap---------**/
.wrap {
width: 70%;
margin: 5.2% auto 4% auto;
}
/**-----start-logo--------**/
.logo {
text-align: center;
padding: 1% 1% 5% 1%;
}
.logo h1 {
display: block;
padding: 2em 0;
}
.logo span {
font-size: 2em;
color: #fff;
}
.logo span img {
width: 40px;
height: 40px;
vertical-align: bottom;
margin: 0 10px;
}
/**-----end-logo---------**/
/**-----start-search-bar-section------**/
.buttom {
background: url(../../img/Error/bg2.png) no-repeat 100% 0;
background-size: 100%;
text-align: center;
vertical-align: middle;
margin: 0 auto;
width: 556px;
}
.seach_bar {
padding: 2em;
}
.seach_bar p {
font-size: 1.5em;
color: #fff;
font-weight: 300;
margin: 2.6em 0 0.9em 0;
}
.seach_bar span a {
font-size: 1em;
color: #fff;
text-decoration: underline;
font-weight: 300;
font-family: 'open_sansregular', serif;
}
/**********search_box*************/
.search_box {
background: #F1F3F6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 6px 10px;
position: relative;
cursor: pointer;
width: 75%;
margin: 0 auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
-moz-box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
-webkit-box-shadow: inset 0px 0px 5px rgba(156, 156, 156, 0.75);
}
.search_box img {
vertical-align: middle;
margin-right: 10px;
}
.search_box form input[type="text"] {
border: none;
outline: none;
background: none;
font-size: 1em;
color: #999;
width: 100%;
font-family: 'open_sansregular', serif;
-webkit-apperance: none;
}
.search_box form input[type="submit"] {
border: none;
cursor: pointer;
background: url(../../img/Error/search.png) no-repeat 0 1px;
position: absolute;
right: 0;
width: 34px;
height: 25px;
outline: none;
-webkit-appearance: none;
}
/*****copy-right*****/
.copy_right {
color: #fff;
font-size: 0.85em;
line-height: 1.8em;
padding: 5em 0 0 0;
font-family: 'open_sansregular', serif;
text-align: center;
}
.copy_right a {
color: #FF7ED5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.copy_right a:hover {
color: #fff;
}
/*********Media Queries************/
@media only screen and (max-width: 768px) {
.wrap {
width: 80%;
}
.logo img {
width: 315px;
}
}
@media only screen and (max-width: 640px) {
.wrap {
width: 85%;
}
.logo {
padding: 1% 1% 12% 1%;
}
.buttom {
width: 515px;
}
.logo img {
width: 300px;
}
}
@media only screen and (max-width: 480px) {
.wrap {
width: 90%;
}
.logo {
padding: 1% 1% 12% 1%;
}
.buttom {
width: 440px;
}
/***/
.logo span {
font-size: 1.6em;
}
.seach_bar p {
font-size: 1.2em;
margin: 2.6em 0 0.7em 0;
}
.search_box {
padding: 3px 10px;
}
.logo img {
width: 270px;
}
}
@media only screen and (max-width: 320px) {
.wrap {
width: 90%;
}
.logo {
padding: 1% 1% 12% 1%;
}
.buttom {
width: 290px;
}
/***/
.logo span {
font-size: 1.4em;
}
.seach_bar p {
font-size: 1em;
margin: 1.5em 0 2em 0;
}
.logo span img {
vertical-align: middle;
}
.logo img {
width: 200px;
}
.copy_right {
padding: 2em 0 0 0;
}
} | web/css/Error/style.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
margin: 0;
padding: 0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
.underline {
padding-bottom: 5px;
border-bottom: 1px solid #eee;
margin: 0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
/*-----light-font----*/
@font-face {
font-family: 'open_sanslight';
src: url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
src: url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
url('../../fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/*-----regular-font----*/
/*-----regular-font----*/
@font-face {
font-family: 'open_sansregular';
src: url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
src: url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
background-size: 100%;
font-family: 'open_sanslight', serif;
font-size: 100%;
background: url(../../img/Error/bg.jpg) no-repeat fixed 100% 100%;
background-size: cover;
}
/**-----start-wrap---------**/
.wrap {
width: 70%;
margin: 5.2% auto 4% auto;
}
/**-----start-logo--------**/
.logo {
text-align: center;
padding: 1% 1% 5% 1%;
}
.logo h1 {
display: block;
padding: 2em 0;
}
.logo span {
font-size: 2em;
color: #fff;
}
.logo span img {
width: 40px;
height: 40px;
vertical-align: bottom;
margin: 0 10px;
}
/**-----end-logo---------**/
/**-----start-search-bar-section------**/
.buttom {
background: url(../../img/Error/bg2.png) no-repeat 100% 0;
background-size: 100%;
text-align: center;
vertical-align: middle;
margin: 0 auto;
width: 556px;
}
.seach_bar {
padding: 2em;
}
.seach_bar p {
font-size: 1.5em;
color: #fff;
font-weight: 300;
margin: 2.6em 0 0.9em 0;
}
.seach_bar span a {
font-size: 1em;
color: #fff;
text-decoration: underline;
font-weight: 300;
font-family: 'open_sansregular', serif;
}
/**********search_box*************/
.search_box {
background: #F1F3F6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 6px 10px;
position: relative;
cursor: pointer;
width: 75%;
margin: 0 auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
-moz-box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
-webkit-box-shadow: inset 0px 0px 5px rgba(156, 156, 156, 0.75);
}
.search_box img {
vertical-align: middle;
margin-right: 10px;
}
.search_box form input[type="text"] {
border: none;
outline: none;
background: none;
font-size: 1em;
color: #999;
width: 100%;
font-family: 'open_sansregular', serif;
-webkit-apperance: none;
}
.search_box form input[type="submit"] {
border: none;
cursor: pointer;
background: url(../../img/Error/search.png) no-repeat 0 1px;
position: absolute;
right: 0;
width: 34px;
height: 25px;
outline: none;
-webkit-appearance: none;
}
/*****copy-right*****/
.copy_right {
color: #fff;
font-size: 0.85em;
line-height: 1.8em;
padding: 5em 0 0 0;
font-family: 'open_sansregular', serif;
text-align: center;
}
.copy_right a {
color: #FF7ED5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.copy_right a:hover {
color: #fff;
}
/*********Media Queries************/
@media only screen and (max-width: 768px) {
.wrap {
width: 80%;
}
.logo img {
width: 315px;
}
}
@media only screen and (max-width: 640px) {
.wrap {
width: 85%;
}
.logo {
padding: 1% 1% 12% 1%;
}
.buttom {
width: 515px;
}
.logo img {
width: 300px;
}
}
@media only screen and (max-width: 480px) {
.wrap {
width: 90%;
}
.logo {
padding: 1% 1% 12% 1%;
}
.buttom {
width: 440px;
}
/***/
.logo span {
font-size: 1.6em;
}
.seach_bar p {
font-size: 1.2em;
margin: 2.6em 0 0.7em 0;
}
.search_box {
padding: 3px 10px;
}
.logo img {
width: 270px;
}
}
@media only screen and (max-width: 320px) {
.wrap {
width: 90%;
}
.logo {
padding: 1% 1% 12% 1%;
}
.buttom {
width: 290px;
}
/***/
.logo span {
font-size: 1.4em;
}
.seach_bar p {
font-size: 1em;
margin: 1.5em 0 2em 0;
}
.logo span img {
vertical-align: middle;
}
.logo img {
width: 200px;
}
.copy_right {
padding: 2em 0 0 0;
}
} | 0.432063 | 0.099121 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
/****** Main Styling ******/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
header {
color: #00BCD4;
height: 70px;
margin: 0 0 0 0;
text-align: center;
background-color:#dbdbdb;
font-family: 'Poppins', sans-serif;
font-size: 20px;
}
.tippy-touch {
cursor: pointer !important;
}
.section {
margin-top: 0.5em;
}
h1 {
font-family: 'Poppins', sans-serif;
text-align: center;
}
p {
margin: 8px 0 0 0;
}
.container p {
text-align: center;
text-align-last: left;
padding: 0;
}
.basic-box {
max-width: 700px;
/*border: 1px solid black;*/
padding: 20px;
box-shadow: 0 2px 2px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.11);
}
li {
list-style: none;
margin: 0;
padding: 0;
}
.theme-banner {
background-color:#48bab4;
}
.jumbotron {
/*background-color:#2bd1a5;*/
/*background-color: #f7c27e;*/
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, #2bd1a5, #f7c27e);
background: -moz-linear-gradient(left, #2bd1a5, #f7c27e);
background: -o-linear-gradient(left, #2bd1a5, #f7c27e);
background: linear-gradient(to right, #2bd1a5, #f7c27e); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax */
}
/****** Header Styling ******/
header p {
margin: 16px 0 5px 0;
}
.navbar {
max-width: 1200px;
margin: 0 auto;
}
.menu {
text-decoration: none;
padding: 6px;
margin: 0;
color: #727272;
}
.menu:visited {
color: #727272;
}
.menu:hover {
color: #FFA000;
}
.menu:active {
color: #FF630D;
}
header a ~ p {
margin: 0;
padding: 0;
display: inline;
color: #ECEFF1;
}
#display-name {
font-weight: 400;
}
/****** Login Styling ******/
.login {
margin: 86px auto 0 auto;
text-align: center;
}
#login-btn {
width: 225px;
padding: 7px 5px;
}
.btn p {
margin: 8px 0 0 0;
padding: 0;
}
.btn > img {
float: left;
margin-left: 10px
}
/****** Logo Div Styling ******/
img {
margin: 0 auto;
display: block;
}
.clementine-text { /* Styling for the Clementine.js text */
padding: 0;
margin: -25px 0 0 0;
font-weight: 500;
font-size: 60px;
color: #FFA000;
}
/****** NEW POLL Styling *******/
.glyphicon-remove {
font-size: 20px;
}
/****** Click Styling ******/
.btn-container { /* Styling for the div that contains the buttons */
margin: -10px auto 0 auto;
text-align: center;
}
.btn { /* Styling for buttons */
margin: 0 8px;
color: white;
background-color: #00BCD4;
display: inline-block;
border: 0;
font-size: 14px;
border-radius: 3px;
/*padding: 10px 5px;*/
width: 100px;
font-weight: 500;
}
#addchoice {
background-color: #48bab4;
}
.btn:focus { /* Remove outline when hovering over button */
outline: none;
}
.btn:active { /* Scale the button down by 10% when clicking on button */
transform: scale(0.9, 0.9);
-webkit-transform: scale(0.9, 0.9);
-moz-transform: scale(0.9, 0.9);
}
.btn-delete { /* Styling for delete button */
background-color: #e83535;
color: white;
}
#delete {
float: left;
width:0;
display: inline-block;
transition: 0.2s linear;
opacity:0;
background-color: #e83535;
height: 100%;
}
section {
margin: 0 0 0 0;
padding-top:0px;
display: block;
height: 100%;
}
section:hover #delete{
float: left;
width: 60px;
opacity: 1.0;
height: 100%;
}
div.profile-poll {
background-color:#f7c27e;
padding-left: 0;
padding-right:0;
border: 1px solid #d1841f;
}
div.profile-poll > section {
background: #f7f7f7;
margin: 0 auto;
height: 100%;
}
/*#click-nbr {*/
/* font-weight: 400;*/
/*}*/
/****** Profile Styling ******/
.profile {
width: 700px;
height: 160px;
border-radius: 3px;
margin: 86px auto 0 auto;
background-color: #f7c27e;
text-align: center;
color: #000;
}
.profile-poll {
border: 1px solid black;
width: 700px;
}
li {
background: #fff;
height: 40px;
line-height: 40px;
color: #666;
text-align: left;
padding-left: 10px;
}
li a {
margin-left: 5px;
}
.container a > p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 500px;
text-align:left;
}
.github-profile > img {
padding-top: 16px;
margin-bottom: 16px;
}
.github-profile .menu:hover {
color: #FFA000;
}
.github-profile .menu:active {
color: #FF630D;
}
#menu-divide {
color: #FFFFFF;
display: inline;
margin: 0;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
.row {
/* column width */
-moz-column-width: 19em;
-webkit-column-width: 19em;
/* space between columns */
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
}
.item {
display: inline-block;
width: 100%;
}
/* LOGIN FORM */
.wrapper {
margin-top: 80px;
margin-bottom: 80px;
}
#logo {
max-height: 250px;
max-width: 250px;
}
.brand {
margin: 3px 2px;
}
.form-signin {
max-width: 380px;
padding: 15px 35px 45px;
margin: 0 auto;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.1);
font-family: 'Poppins', sans-serif;
text-align: center;
}
.box-shadow {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.checkbox {
font-weight: normal;
}
.btn {
padding: 0px;
}
.btn-block {
margin: 10px 5px 5px 0px;
width: 300px;
height: 40px;
text-align: center;
font-size: 20px;
line-height: 2;
}
.btn-danger {
width: 40px;
text-align: center;
padding-left: 0;
/*height: 12px;*/
}
.btn-login {
background-color: #48bab4;
color: white;
}
.btn-github {
background-color: #35373a;
color:white;
}
li form {
width: 40px;
}
li div a p{
width:100px;
height:50px;
border:1px solid red;
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.text {
width: 100px;
}
.bottom {
margin: 0 auto;
position: absolute;
bottom: 0;
text-align: center;
}
.red {
color: red;
}
/*** CHART PAGE STYLE ***/ | public/css/main.css |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
/****** Main Styling ******/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
header {
color: #00BCD4;
height: 70px;
margin: 0 0 0 0;
text-align: center;
background-color:#dbdbdb;
font-family: 'Poppins', sans-serif;
font-size: 20px;
}
.tippy-touch {
cursor: pointer !important;
}
.section {
margin-top: 0.5em;
}
h1 {
font-family: 'Poppins', sans-serif;
text-align: center;
}
p {
margin: 8px 0 0 0;
}
.container p {
text-align: center;
text-align-last: left;
padding: 0;
}
.basic-box {
max-width: 700px;
/*border: 1px solid black;*/
padding: 20px;
box-shadow: 0 2px 2px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.11);
}
li {
list-style: none;
margin: 0;
padding: 0;
}
.theme-banner {
background-color:#48bab4;
}
.jumbotron {
/*background-color:#2bd1a5;*/
/*background-color: #f7c27e;*/
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, #2bd1a5, #f7c27e);
background: -moz-linear-gradient(left, #2bd1a5, #f7c27e);
background: -o-linear-gradient(left, #2bd1a5, #f7c27e);
background: linear-gradient(to right, #2bd1a5, #f7c27e); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax */
}
/****** Header Styling ******/
header p {
margin: 16px 0 5px 0;
}
.navbar {
max-width: 1200px;
margin: 0 auto;
}
.menu {
text-decoration: none;
padding: 6px;
margin: 0;
color: #727272;
}
.menu:visited {
color: #727272;
}
.menu:hover {
color: #FFA000;
}
.menu:active {
color: #FF630D;
}
header a ~ p {
margin: 0;
padding: 0;
display: inline;
color: #ECEFF1;
}
#display-name {
font-weight: 400;
}
/****** Login Styling ******/
.login {
margin: 86px auto 0 auto;
text-align: center;
}
#login-btn {
width: 225px;
padding: 7px 5px;
}
.btn p {
margin: 8px 0 0 0;
padding: 0;
}
.btn > img {
float: left;
margin-left: 10px
}
/****** Logo Div Styling ******/
img {
margin: 0 auto;
display: block;
}
.clementine-text { /* Styling for the Clementine.js text */
padding: 0;
margin: -25px 0 0 0;
font-weight: 500;
font-size: 60px;
color: #FFA000;
}
/****** NEW POLL Styling *******/
.glyphicon-remove {
font-size: 20px;
}
/****** Click Styling ******/
.btn-container { /* Styling for the div that contains the buttons */
margin: -10px auto 0 auto;
text-align: center;
}
.btn { /* Styling for buttons */
margin: 0 8px;
color: white;
background-color: #00BCD4;
display: inline-block;
border: 0;
font-size: 14px;
border-radius: 3px;
/*padding: 10px 5px;*/
width: 100px;
font-weight: 500;
}
#addchoice {
background-color: #48bab4;
}
.btn:focus { /* Remove outline when hovering over button */
outline: none;
}
.btn:active { /* Scale the button down by 10% when clicking on button */
transform: scale(0.9, 0.9);
-webkit-transform: scale(0.9, 0.9);
-moz-transform: scale(0.9, 0.9);
}
.btn-delete { /* Styling for delete button */
background-color: #e83535;
color: white;
}
#delete {
float: left;
width:0;
display: inline-block;
transition: 0.2s linear;
opacity:0;
background-color: #e83535;
height: 100%;
}
section {
margin: 0 0 0 0;
padding-top:0px;
display: block;
height: 100%;
}
section:hover #delete{
float: left;
width: 60px;
opacity: 1.0;
height: 100%;
}
div.profile-poll {
background-color:#f7c27e;
padding-left: 0;
padding-right:0;
border: 1px solid #d1841f;
}
div.profile-poll > section {
background: #f7f7f7;
margin: 0 auto;
height: 100%;
}
/*#click-nbr {*/
/* font-weight: 400;*/
/*}*/
/****** Profile Styling ******/
.profile {
width: 700px;
height: 160px;
border-radius: 3px;
margin: 86px auto 0 auto;
background-color: #f7c27e;
text-align: center;
color: #000;
}
.profile-poll {
border: 1px solid black;
width: 700px;
}
li {
background: #fff;
height: 40px;
line-height: 40px;
color: #666;
text-align: left;
padding-left: 10px;
}
li a {
margin-left: 5px;
}
.container a > p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 500px;
text-align:left;
}
.github-profile > img {
padding-top: 16px;
margin-bottom: 16px;
}
.github-profile .menu:hover {
color: #FFA000;
}
.github-profile .menu:active {
color: #FF630D;
}
#menu-divide {
color: #FFFFFF;
display: inline;
margin: 0;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
.row {
/* column width */
-moz-column-width: 19em;
-webkit-column-width: 19em;
/* space between columns */
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
}
.item {
display: inline-block;
width: 100%;
}
/* LOGIN FORM */
.wrapper {
margin-top: 80px;
margin-bottom: 80px;
}
#logo {
max-height: 250px;
max-width: 250px;
}
.brand {
margin: 3px 2px;
}
.form-signin {
max-width: 380px;
padding: 15px 35px 45px;
margin: 0 auto;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.1);
font-family: 'Poppins', sans-serif;
text-align: center;
}
.box-shadow {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.checkbox {
font-weight: normal;
}
.btn {
padding: 0px;
}
.btn-block {
margin: 10px 5px 5px 0px;
width: 300px;
height: 40px;
text-align: center;
font-size: 20px;
line-height: 2;
}
.btn-danger {
width: 40px;
text-align: center;
padding-left: 0;
/*height: 12px;*/
}
.btn-login {
background-color: #48bab4;
color: white;
}
.btn-github {
background-color: #35373a;
color:white;
}
li form {
width: 40px;
}
li div a p{
width:100px;
height:50px;
border:1px solid red;
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.text {
width: 100px;
}
.bottom {
margin: 0 auto;
position: absolute;
bottom: 0;
text-align: center;
}
.red {
color: red;
}
/*** CHART PAGE STYLE ***/ | 0.20347 | 0.067979 |
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF;font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}
.head-portrait-container{overflow:hidden}
.head-portrait{position:relative;overflow:hidden;zoom:1}
.head-portrait-hide{display:none}
.head-portrait-holder{display:none;border:1px dotted #ccc;width:100%;height:270px;background-color:#fff;overflow:hidden;position:relative}
.head-portrait-choose{position:relative;width:100%;height:294px;overflow:hidden;}
.head-portrait-choose input{height:294px;width:100%;cursor:pointer;opacity:0}
.head-portrait-preview{width:220px;top:0;overflow:hidden;padding-left:20px;border-left:1px solid #ccc;height:270px}
.head-portrait-preview div{position:relative;margin-bottom:6px;overflow:hidden;border:1px dotted #ccc;float:left;margin-right:4px}
.head-portrait-preview .head-portrait-preview-200{width:220px;height:200px}
.head-portrait-preview .head-portrait-preview-60{width:60px;height:60px}
.head-portrait-preview .head-portrait-preview-40{width:40px;height:40px}
.head-portrait-preview .head-portrait-preview-30{width:30px;height:30px}
.head-portrait-preview .head-portrait-preview-50{width:50px;height:50px;border-radius:25px;margin:0}
.head-portrait-light{overflow:hidden;position:absolute;z-index:5;width:100%;height:294px}
.head-portrait-foot{display:none;height:40px;position:absolute;left:0;bottom:0;width:360px;text-align:center}
.head-portrait-reupload{width:360px;height:30px;border:0;cursor:pointer}
.head-portrait-left-title,.head-portrait-right-title{height:20px;font:bold 14px/20px 'Arial','Microsoft YaHei';background-color:#eee;color:#666}
.head-portrait-left-tip,.head-portrait-right-tip{height:20px;font:normal 12px/20px 'Arial','Microsoft YaHei';background-color:#eee;padding-bottom:5px;color:#888}
.head-portrait-tips{height:40px;overflow:hidden}
.head-portrait-left{float:left}
.head-portrait-right{float:right;width:203px;padding-left:20px;border-left:1px solid #ccc}
.head-portrait-warp{ background-color: rgba(255, 255, 255, 0.53);border-radius:5px;
overflow:hidden}
.head-portrait-nav{font:normal 18px/50px 'Arial';text-indent:15px}
.head-portrait-button{overflow:hidden}
.head-portrait-button-save,.head-portrait-button-cancel{border:1px solid #7698b3;border-radius:4px;height:30px;background-color:#7ca4c6;color:#fff;margin:7px 0 0 15px;cursor:pointer;vertical-align:middle}
.head-portrait-button-cancel{background-color:#d9534f;border-color:#d43f3a;color:#fff;margin-left:5px}
.head-portrait-button-cancel:hover{background-color:#d97399;color:#fff}
.head-portrait-button-save:hover{background-color:#7698b3}
.head-portrait-button-link{float:right;font:bold 14px/50px 'Arial';margin-right:15px;color:#006fa6}
.head-portrait-button-link:hover{color:orange}
.head-portrait-button-tips{vertical-align:middle;font:bold 14px/50px 'Arial';margin-left:10px;color:#666}
#userface{width:100%;text-align:center;}
.upload:before{
content:'点击上传图片';
position:absolute;
left:50%;
top:50%;
color:#37A1E8;
margin-left:-38px;
} | public/css/page/file_upload.css | .jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF;font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}
.head-portrait-container{overflow:hidden}
.head-portrait{position:relative;overflow:hidden;zoom:1}
.head-portrait-hide{display:none}
.head-portrait-holder{display:none;border:1px dotted #ccc;width:100%;height:270px;background-color:#fff;overflow:hidden;position:relative}
.head-portrait-choose{position:relative;width:100%;height:294px;overflow:hidden;}
.head-portrait-choose input{height:294px;width:100%;cursor:pointer;opacity:0}
.head-portrait-preview{width:220px;top:0;overflow:hidden;padding-left:20px;border-left:1px solid #ccc;height:270px}
.head-portrait-preview div{position:relative;margin-bottom:6px;overflow:hidden;border:1px dotted #ccc;float:left;margin-right:4px}
.head-portrait-preview .head-portrait-preview-200{width:220px;height:200px}
.head-portrait-preview .head-portrait-preview-60{width:60px;height:60px}
.head-portrait-preview .head-portrait-preview-40{width:40px;height:40px}
.head-portrait-preview .head-portrait-preview-30{width:30px;height:30px}
.head-portrait-preview .head-portrait-preview-50{width:50px;height:50px;border-radius:25px;margin:0}
.head-portrait-light{overflow:hidden;position:absolute;z-index:5;width:100%;height:294px}
.head-portrait-foot{display:none;height:40px;position:absolute;left:0;bottom:0;width:360px;text-align:center}
.head-portrait-reupload{width:360px;height:30px;border:0;cursor:pointer}
.head-portrait-left-title,.head-portrait-right-title{height:20px;font:bold 14px/20px 'Arial','Microsoft YaHei';background-color:#eee;color:#666}
.head-portrait-left-tip,.head-portrait-right-tip{height:20px;font:normal 12px/20px 'Arial','Microsoft YaHei';background-color:#eee;padding-bottom:5px;color:#888}
.head-portrait-tips{height:40px;overflow:hidden}
.head-portrait-left{float:left}
.head-portrait-right{float:right;width:203px;padding-left:20px;border-left:1px solid #ccc}
.head-portrait-warp{ background-color: rgba(255, 255, 255, 0.53);border-radius:5px;
overflow:hidden}
.head-portrait-nav{font:normal 18px/50px 'Arial';text-indent:15px}
.head-portrait-button{overflow:hidden}
.head-portrait-button-save,.head-portrait-button-cancel{border:1px solid #7698b3;border-radius:4px;height:30px;background-color:#7ca4c6;color:#fff;margin:7px 0 0 15px;cursor:pointer;vertical-align:middle}
.head-portrait-button-cancel{background-color:#d9534f;border-color:#d43f3a;color:#fff;margin-left:5px}
.head-portrait-button-cancel:hover{background-color:#d97399;color:#fff}
.head-portrait-button-save:hover{background-color:#7698b3}
.head-portrait-button-link{float:right;font:bold 14px/50px 'Arial';margin-right:15px;color:#006fa6}
.head-portrait-button-link:hover{color:orange}
.head-portrait-button-tips{vertical-align:middle;font:bold 14px/50px 'Arial';margin-left:10px;color:#666}
#userface{width:100%;text-align:center;}
.upload:before{
content:'点击上传图片';
position:absolute;
left:50%;
top:50%;
color:#37A1E8;
margin-left:-38px;
} | 0.329392 | 0.049959 |
:root {
--background-color: #a0f6d2;
--primary-color: #03414d;
}
@font-face {
font-family: C64;
src: url('../fonts/Commodore-64-v6.3.TTF') format('truetype');
}
* {
padding: 0;
margin: 0;
}
body {
background-color: var(--background-color);
display: flex;
flex-direction: column;
align-items: center;
width: 100vw;
height: 100vh;
max-height: 100vh;
max-width: 100vw;
color: var(--primary-color);
font-family: C64, monospace;
}
header {
display: flex;
justify-content: center;
margin: 1rem auto;
}
header img {
width: auto;
height: 130px;
}
footer {
margin: 1rem auto 0.5rem auto;
text-align: center;
font-size: 0.8rem;
}
footer .actions {
margin-bottom: 1rem;
font-size: 36px;
}
footer .actions:not([href]) {
cursor: pointer;
}
a {
color: var(--primary-color);
text-decoration: none;
}
.progress {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.progress progress {
margin-top: 0.5rem;
width: 20%;
height: 24px;
appearance: none;
}
.progress.Dark progress::-webkit-progress-bar {
background-color: var(--primary-color);
border: 1px solid var(--background-color);
padding: 0.25rem;
}
.progress.Dark progress::-webkit-progress-value {
background-color: var(--background-color);
}
.progress.Dark {
color: var(--background-color);
}
.spinner-container {
display: flex;
align-items: center;
}
.spinner-container .spinner {
font-size: 3rem;
margin-right: 1.5rem;
}
#unity-container {
position: relative;
}
#unity-canvas {
border: 1px solid black;
}
/* From hover.css - https://github.com/IanLunn/Hover */
.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}
.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: 0;
background: var(--primary-color);
height: 2px;
transition-property: left, right;
transition-duration: 0.3s;
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;
} | Assets/WebGLTemplates/Computermuseum/styles/style.css | :root {
--background-color: #a0f6d2;
--primary-color: #03414d;
}
@font-face {
font-family: C64;
src: url('../fonts/Commodore-64-v6.3.TTF') format('truetype');
}
* {
padding: 0;
margin: 0;
}
body {
background-color: var(--background-color);
display: flex;
flex-direction: column;
align-items: center;
width: 100vw;
height: 100vh;
max-height: 100vh;
max-width: 100vw;
color: var(--primary-color);
font-family: C64, monospace;
}
header {
display: flex;
justify-content: center;
margin: 1rem auto;
}
header img {
width: auto;
height: 130px;
}
footer {
margin: 1rem auto 0.5rem auto;
text-align: center;
font-size: 0.8rem;
}
footer .actions {
margin-bottom: 1rem;
font-size: 36px;
}
footer .actions:not([href]) {
cursor: pointer;
}
a {
color: var(--primary-color);
text-decoration: none;
}
.progress {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.progress progress {
margin-top: 0.5rem;
width: 20%;
height: 24px;
appearance: none;
}
.progress.Dark progress::-webkit-progress-bar {
background-color: var(--primary-color);
border: 1px solid var(--background-color);
padding: 0.25rem;
}
.progress.Dark progress::-webkit-progress-value {
background-color: var(--background-color);
}
.progress.Dark {
color: var(--background-color);
}
.spinner-container {
display: flex;
align-items: center;
}
.spinner-container .spinner {
font-size: 3rem;
margin-right: 1.5rem;
}
#unity-container {
position: relative;
}
#unity-canvas {
border: 1px solid black;
}
/* From hover.css - https://github.com/IanLunn/Hover */
.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}
.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: 0;
background: var(--primary-color);
height: 2px;
transition-property: left, right;
transition-duration: 0.3s;
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;
} | 0.466359 | 0.121842 |
.wd_item {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.wd_item,
.wd_item * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wd_item a {
color: #333;
}
.wd_item a:hover {
text-decoration: none;
}
.wd_item img {
width: 100%;
height: 100%;
}
.wd_item.circle {
position: relative;
width: 240px;
height: 240px;
border-radius: 50%;
}
.wd_item.circle .img {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.wd_item.circle .img:before {
position: absolute;
display: block;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.wd_item.circle .img img {
border-radius: 50%;
}
.wd_item.circle .wd_event_info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
border-radius: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wd_item.wd_item {
position: relative;
width: 100%;
height: 100%;
border: 10px solid #ED2437;
margin-left: 1px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}
.wd_item.wd_item .wd_event_info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
}
.wd_item.circle.effect9 .img {
opacity: 1;
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
}
.wd_item.circle.effect9.colored .wd_event_info {
background: #1a4a72;
}
.wd_item.circle.effect9 .wd_event_info {
background: #333333;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.35s ease 0.2s;
-moz-transition: all 0.35s ease 0.2s;
transition: all 0.35s ease 0.2s;
}
.wd_item.circle.effect9 .wd_event_info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 55px 0 0 0;
height: 110px;
text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.wd_item.circle.effect9 .wd_event_info p {
color: #bbb;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.wd_item.circle.effect9:hover .img {
opacity: 0;
pointer-events: none;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.wd_item.circle.effect9:hover .wd_event_info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.wd_item.circle.effect9.left_to_right .img {
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
.wd_item.circle.effect9.left_to_right:hover .img {
-webkit-transform: translateX(100%) rotate(180deg);
-moz-transform: translateX(100%) rotate(180deg);
-ms-transform: translateX(100%) rotate(180deg);
-o-transform: translateX(100%) rotate(180deg);
transform: translateX(100%) rotate(180deg);
}
.wd_item.circle.effect9.right_to_left .img {
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
.wd_item.circle.effect9.right_to_left:hover .img {
-webkit-transform: translateX(-100%) rotate(-180deg);
-moz-transform: translateX(-100%) rotate(-180deg);
-ms-transform: translateX(-100%) rotate(-180deg);
-o-transform: translateX(-100%) rotate(-180deg);
transform: translateX(-100%) rotate(-180deg);
}
.wd_item.circle.effect9.top_to_bottom .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.wd_item.circle.effect9.top_to_bottom:hover .img {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.wd_item.circle.effect9.bottom_to_top .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.wd_item.circle.effect9.bottom_to_top:hover .img {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.wd_item.wd_item.effect9 {
-webkit-perspective: 900px;
-moz-perspective: 900px;
perspective: 900px;
}
.wd_item.wd_item.effect9.colored .wd_event_info .wd_event_info-back {
background: #fbfbfb;
}
.wd_item.wd_item.effect9.colored .wd_event_info h3 {
background: #5486bb;
}
.wd_item.wd_item.effect9 .img {
position: relative;
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.wd_item.wd_item.effect9 .wd_event_info {
z-index: 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.wd_item.wd_item.effect9 .wd_event_info .wd_event_info-back {
opacity: 1;
width: 100%;
height: 100%;
padding-top: 35px;
background: #fbfbfb;
}
.wd_item.wd_item.effect9 .wd_event_info h3 {
text-transform: capitalize;
color: #fff;
text-align: center;
font-family: 'Lora';
font-size: 20px;
padding: 10px;
background: #ED2437;
margin: 0;
font-style: italic;
}
.wd_item.wd_item.effect9 .wd_event_info p {
font-size: 14px;
position: relative;
color: #222;
padding: 25px 20px 20px;
text-align: center;
}
.wd_item.wd_item.effect9.left_to_right .img {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.wd_item.wd_item.effect9.left_to_right:hover .img {
-webkit-transform: rotate3d(0, 1, 0, 180deg);
-moz-transform: rotate3d(0, 1, 0, 180deg);
-ms-transform: rotate3d(0, 1, 0, 180deg);
-o-transform: rotate3d(0, 1, 0, 180deg);
transform: rotate3d(0, 1, 0, 180deg);
}
.wd_item.wd_item.effect9.right_to_left .img {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.wd_item.wd_item.effect9.right_to_left:hover .img {
-webkit-transform: rotate3d(0, 1, 0, -180deg);
-moz-transform: rotate3d(0, 1, 0, -180deg);
-ms-transform: rotate3d(0, 1, 0, -180deg);
-o-transform: rotate3d(0, 1, 0, -180deg);
transform: rotate3d(0, 1, 0, -180deg);
}
.wd_item.wd_item.effect9.top_to_bottom .img {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.wd_item.wd_item.effect9.top_to_bottom:hover .img {
-webkit-transform: rotate3d(1, 0, 0, -180deg);
-moz-transform: rotate3d(1, 0, 0, -180deg);
-ms-transform: rotate3d(1, 0, 0, -180deg);
-o-transform: rotate3d(1, 0, 0, -180deg);
transform: rotate3d(1, 0, 0, -180deg);
}
.wd_item.wd_item.effect9.bottom_to_top .img {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.wd_item.wd_item.effect9.bottom_to_top:hover .img {
-webkit-transform: rotate3d(1, 0, 0, 180deg);
-moz-transform: rotate3d(1, 0, 0, 180deg);
-ms-transform: rotate3d(1, 0, 0, 180deg);
-o-transform: rotate3d(1, 0, 0, 180deg);
transform: rotate3d(1, 0, 0, 180deg);
}
.wd_event_info_back{
float: left;
width: 100%;
}
.wd_event_info_back .info_box{
float: left;
width: 100%;
text-align: left;
padding: 5px 20px;
border-bottom: 1px solid #ccc;
}
.wd_event_info_back .info_box .wd_label{
float: left;
width: 40%;
font-weight: bold;
}
.wd_event_info_back .info_box .wd_text{
float: left;
width: 60%;
} | public/assets/mywedding/css/ihover.css | .wd_item {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.wd_item,
.wd_item * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wd_item a {
color: #333;
}
.wd_item a:hover {
text-decoration: none;
}
.wd_item img {
width: 100%;
height: 100%;
}
.wd_item.circle {
position: relative;
width: 240px;
height: 240px;
border-radius: 50%;
}
.wd_item.circle .img {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.wd_item.circle .img:before {
position: absolute;
display: block;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.wd_item.circle .img img {
border-radius: 50%;
}
.wd_item.circle .wd_event_info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
border-radius: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wd_item.wd_item {
position: relative;
width: 100%;
height: 100%;
border: 10px solid #ED2437;
margin-left: 1px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}
.wd_item.wd_item .wd_event_info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
}
.wd_item.circle.effect9 .img {
opacity: 1;
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
}
.wd_item.circle.effect9.colored .wd_event_info {
background: #1a4a72;
}
.wd_item.circle.effect9 .wd_event_info {
background: #333333;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.35s ease 0.2s;
-moz-transition: all 0.35s ease 0.2s;
transition: all 0.35s ease 0.2s;
}
.wd_item.circle.effect9 .wd_event_info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 55px 0 0 0;
height: 110px;
text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.wd_item.circle.effect9 .wd_event_info p {
color: #bbb;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.wd_item.circle.effect9:hover .img {
opacity: 0;
pointer-events: none;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.wd_item.circle.effect9:hover .wd_event_info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.wd_item.circle.effect9.left_to_right .img {
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
.wd_item.circle.effect9.left_to_right:hover .img {
-webkit-transform: translateX(100%) rotate(180deg);
-moz-transform: translateX(100%) rotate(180deg);
-ms-transform: translateX(100%) rotate(180deg);
-o-transform: translateX(100%) rotate(180deg);
transform: translateX(100%) rotate(180deg);
}
.wd_item.circle.effect9.right_to_left .img {
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
.wd_item.circle.effect9.right_to_left:hover .img {
-webkit-transform: translateX(-100%) rotate(-180deg);
-moz-transform: translateX(-100%) rotate(-180deg);
-ms-transform: translateX(-100%) rotate(-180deg);
-o-transform: translateX(-100%) rotate(-180deg);
transform: translateX(-100%) rotate(-180deg);
}
.wd_item.circle.effect9.top_to_bottom .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.wd_item.circle.effect9.top_to_bottom:hover .img {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.wd_item.circle.effect9.bottom_to_top .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.wd_item.circle.effect9.bottom_to_top:hover .img {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.wd_item.wd_item.effect9 {
-webkit-perspective: 900px;
-moz-perspective: 900px;
perspective: 900px;
}
.wd_item.wd_item.effect9.colored .wd_event_info .wd_event_info-back {
background: #fbfbfb;
}
.wd_item.wd_item.effect9.colored .wd_event_info h3 {
background: #5486bb;
}
.wd_item.wd_item.effect9 .img {
position: relative;
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.wd_item.wd_item.effect9 .wd_event_info {
z-index: 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.wd_item.wd_item.effect9 .wd_event_info .wd_event_info-back {
opacity: 1;
width: 100%;
height: 100%;
padding-top: 35px;
background: #fbfbfb;
}
.wd_item.wd_item.effect9 .wd_event_info h3 {
text-transform: capitalize;
color: #fff;
text-align: center;
font-family: 'Lora';
font-size: 20px;
padding: 10px;
background: #ED2437;
margin: 0;
font-style: italic;
}
.wd_item.wd_item.effect9 .wd_event_info p {
font-size: 14px;
position: relative;
color: #222;
padding: 25px 20px 20px;
text-align: center;
}
.wd_item.wd_item.effect9.left_to_right .img {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.wd_item.wd_item.effect9.left_to_right:hover .img {
-webkit-transform: rotate3d(0, 1, 0, 180deg);
-moz-transform: rotate3d(0, 1, 0, 180deg);
-ms-transform: rotate3d(0, 1, 0, 180deg);
-o-transform: rotate3d(0, 1, 0, 180deg);
transform: rotate3d(0, 1, 0, 180deg);
}
.wd_item.wd_item.effect9.right_to_left .img {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.wd_item.wd_item.effect9.right_to_left:hover .img {
-webkit-transform: rotate3d(0, 1, 0, -180deg);
-moz-transform: rotate3d(0, 1, 0, -180deg);
-ms-transform: rotate3d(0, 1, 0, -180deg);
-o-transform: rotate3d(0, 1, 0, -180deg);
transform: rotate3d(0, 1, 0, -180deg);
}
.wd_item.wd_item.effect9.top_to_bottom .img {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.wd_item.wd_item.effect9.top_to_bottom:hover .img {
-webkit-transform: rotate3d(1, 0, 0, -180deg);
-moz-transform: rotate3d(1, 0, 0, -180deg);
-ms-transform: rotate3d(1, 0, 0, -180deg);
-o-transform: rotate3d(1, 0, 0, -180deg);
transform: rotate3d(1, 0, 0, -180deg);
}
.wd_item.wd_item.effect9.bottom_to_top .img {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.wd_item.wd_item.effect9.bottom_to_top:hover .img {
-webkit-transform: rotate3d(1, 0, 0, 180deg);
-moz-transform: rotate3d(1, 0, 0, 180deg);
-ms-transform: rotate3d(1, 0, 0, 180deg);
-o-transform: rotate3d(1, 0, 0, 180deg);
transform: rotate3d(1, 0, 0, 180deg);
}
.wd_event_info_back{
float: left;
width: 100%;
}
.wd_event_info_back .info_box{
float: left;
width: 100%;
text-align: left;
padding: 5px 20px;
border-bottom: 1px solid #ccc;
}
.wd_event_info_back .info_box .wd_label{
float: left;
width: 40%;
font-weight: bold;
}
.wd_event_info_back .info_box .wd_text{
float: left;
width: 60%;
} | 0.398641 | 0.069101 |
.background {
background-image: url("img/background.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
body {
text-align: center;
padding: 0 0;
margin: 0 0;
}
.logo {
text-decoration: none;
font-family: "inter", sans-serif;
font-style: normal;
font-size: 25px;
font-weight: 600;
line-height: 28px;
text-align: left;
color: #28352f;
}
.container2 {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 3rem;
}
.greeting {
font-family: "inter", sans-serif;
font-style: normal;
font-size: 40px;
font-weight: bold;
line-height: 52px;
text-align: center;
margin-top: 20px;
color: #172b4d;
}
.presentation {
font-family: "inter", sans-serif;
font-style: normal;
font-size: 20px;
color: #464b53;
font-weight: normal;
line-height: 28px;
letter-spacing: 0;
text-align: center;
margin-top: 50px;
}
span {
color: rgb(94, 139, 94);
}
.menu {
justify-content: space-around;
display: flex;
list-style-type: none;
overflow: hidden;
margin-top: 1rem;
}
.hamburger {
outline: none;
border: none;
cursor: pointer;
background: none;
margin-left: 10rem;
}
.hamburger span {
color: #28352f;
}
/* .hide_hamburger {
display: none;
} */
.close {
display: none;
}
button.close-toggle {
z-index: 2;
display: block;
margin-top: 0.5rem;
margin-right: 3.5rem;
border: none;
outline: none;
font-size: 4rem;
font-weight: bold;
}
.hide_mobile {
display: none;
}
.hamburger-toggle {
display: flex;
flex-direction: column;
align-items: flex-start;
list-style-type: none;
position: absolute;
z-index: 2;
width: 100%;
height: 90%;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
margin-top: 1px;
padding-top: 4rem;
background: white;
touch-action: none;
box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
transition: ease-in-out 1s;
}
.hamburger-toggle li {
margin: 0.3rem;
padding: 1rem;
}
.hamburger-toggle li a {
color: #3a4a42;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 44px;
}
.connect {
list-style-type: none;
margin-top: 12rem;
padding: 0;
padding-top: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.media {
padding: 10px;
margin-top: auto;
transition: transform 0.5s ease-in-out;
}
#twitter1 {
padding-top: 2.5rem;
}
.media:hover {
transform: translateY(-1rem);
}
.recent-works {
font-family: "inter", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: 0;
text-align: center;
color: #172b4d;
}
.scroll-down {
margin: auto;
text-align: center;
border-width: 0.01em;
background: white;
border-style: solid;
border-color: rgb(211, 210, 210);
border-radius: 50%;
cursor: pointer;
transition: transform 0.5s ease-in-out;
}
.scroll-down:hover {
transform: translateY(1rem) rotate(360deg);
}
.indicator {
text-align: center;
margin-bottom: 20px;
}
.popup-window {
display: none;
}
.project-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #344563;
margin-left: 1rem;
}
.popup {
display: flex;
flex-direction: column;
background-color: #fff;
align-items: flex-start;
position: fixed;
top: 26px;
right: 0;
bottom: 10px;
left: 0;
z-index: 1000;
margin: 1rem;
border: 1px solid #dfe1e6;
box-sizing: border-box;
border-radius: 16px;
transition: 0.5s;
}
.closepopup {
z-index: 2;
border: none;
background-color: transparent;
color: gray;
font-size: 4rem;
transform: translate(25rem, 0);
}
.popuphead {
margin-top: -6rem;
}
.seelive-seesrc {
display: flex;
justify-content: center;
align-content: center;
margin-left: 12px;
gap: 8px;
margin-top: 37px;
}
.projectimg.popupimg {
width: 283px;
height: 220px;
border-radius: 8px;
margin: 12px 0;
transform: translate(4px, -65px);
}
.project-title {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 44px;
color: #172b4d;
text-align: left;
}
.seelive,
.seesource {
height: 48px !important;
width: 134px;
font-weight: 500;
font-size: 17px;
line-height: 24px;
}
.popup-project-title {
margin-top: -50px;
margin-left: 9px;
}
.techno {
display: flex;
margin-left: -3rem;
}
.btn-group .techno .only-desktop {
display: none;
}
.container3 {
display: flex;
width: 95%;
margin-left: 0.8rem;
flex-direction: column;
align-items: center;
text-align: center;
background: white;
border: 1px solid #d0d9d4;
border-radius: 8px;
border-style: solid;
}
.container3:hover {
animation-name: large;
animation-duration: 500ms;
animation-fill-mode: both;
}
@keyframes large {
100% {
box-shadow: 0 5px 2vw #28352f3e;
transform: scale(1.02);
}
}
.projectimg {
max-width: 100%;
max-height: 100%;
}
.cnt {
display: inline-block;
}
.see-project {
font-family: "inter", sans-serif;
font-style: normal;
font-size: medium;
text-align: center;
color: white;
height: 60px;
width: 120px;
background: #36b37f;
border-radius: 4px;
border-style: none;
}
.see-project:hover {
transition: background-color 0.5s;
background-color: #36b37f;
opacity: 0.9;
cursor: pointer;
}
.container9 {
margin-top: 3rem;
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
text-align: center;
background: white;
border-style: none;
border-radius: 8px;
}
.item9 {
margin-bottom: 25px;
}
#aboutme {
background-image: url("img/background2.png");
background-size: contain;
background-repeat: no-repeat;
}
.about {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 52px;
text-align: center;
color: #172b4d;
}
.about h2 {
font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: 0;
text-align: center;
}
.description {
font-family: "inter", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
font-size: 15px;
line-height: 28px;
text-align: center;
color: #42526e;
}
.coding-languages,
.frameworks,
.skills {
display: flex;
margin: 0.5rem;
height: 352px;
flex-direction: column;
align-items: center;
text-align: center;
background: #ebf0ee;
border: 1px solid #d0d9d4;
border-radius: 8px;
}
.coding-languages > div,
.frameworks > div,
.skills > div {
margin: auto;
}
.btn-new {
list-style-type: none;
padding: 0;
justify-content: center;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1rem;
}
.btn-new li {
background-color: white;
margin: 0.3rem;
outline: none;
border: none;
border-radius: 10px;
padding: 0.7rem 1.2rem;
}
.btn-new li a {
color: #36b37e;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.03em;
}
ul#btn1,
ul#btn2,
ul#btn3,
ul#btn4,
ul#btn5,
ul#btn6 {
list-style-type: none;
display: inline;
display: flex;
justify-content: center;
margin-right: 25px;
}
#btn1 li {
float: left;
}
.btn-btn {
font-family: "inter", sans-serif;
height: 43px;
width: 124px;
outline: none;
border: none;
text-align: center;
font-size: 17px;
line-height: 24px;
cursor: pointer;
background: #36b37f;
color: white;
border-radius: 4px;
}
.divbtn-btn {
padding: 10px;
margin-bottom: 1rem;
}
.languages {
flex-grow: 2;
height: 40px;
color: #3a4a42;
border-style: none;
border-radius: 4px;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
background-color: #ebf0ee;
margin: 2px;
}
.languages + .languages {
margin-left: 25%;
margin-left: 3px;
}
.lang-icon {
width: 80px;
height: 80px;
background: #ebf0ee;
box-sizing: border-box;
}
.res {
font-family: "Inter", sans-serif;
margin-top: 50px;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
text-align: center;
color: #344563;
}
.resume:hover {
transition: background-color 0.5s;
background-color: #36b37f;
opacity: 0.9;
cursor: pointer;
}
.wrapper {
display: grid;
gap: 10px;
place-items: center;
margin-left: -1rem;
padding-top: 0;
}
.container10 {
display: flex;
width: 100%;
flex-direction: column;
align-content: center;
background: white;
border-style: none;
}
#form {
list-style-type: none;
padding: 0;
flex-direction: column;
align-content: center;
}
#form li {
margin-top: 1.2rem;
margin-right: 1rem;
}
input#name,
input#mail {
border: 1px solid #d0d9d4;
box-sizing: border-box;
border-radius: 4px;
height: 2rem;
width: 250px;
}
::placeholder {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 24px;
color: #6b778c;
}
textarea#msg {
border: 1px solid #60c095;
box-sizing: border-box;
border-radius: 4px;
width: 250px;
}
.message {
padding-top: 10px;
font-family: "inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: 0;
text-align: center;
}
footer {
background-image: url("img/background3.png");
background-repeat: no-repeat;
background-position: right 65%;
display: grid;
gap: 10px;
justify-content: center;
align-content: center;
}
.connectfooter {
list-style-type: none;
margin: 0;
padding: 0;
padding-top: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.btn-btn:hover {
transition: background-color 0.5s;
background-color: #36b37f;
opacity: 0.9;
cursor: pointer;
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
}
#twitter2 {
margin-top: 15px;
}
.contact {
align-items: center;
}
.email {
text-align: center;
margin-left: 20px;
color: #42526e;
}
#error {
color: #d8000c;
font-size: larger;
display: block !important;
padding: 10px;
margin-top: 10px;
}
.scroll_hide_desk {
display: none;
}
@media (min-width: 1024px) {
.background {
background-image: url("img/background_desktop.svg");
background-size: cover;
background-position-x: 50%;
background-position-y: 60%;
}
.container2 {
padding-bottom: 35rem;
}
main {
max-width: 100%;
}
.scroll_hide_desk {
display: none;
}
.logo {
display: none;
}
.hamburger {
display: none;
}
.hide_mobile {
display: flex;
justify-content: space-between;
margin: auto;
padding: 0 0;
}
.hide_mobile li {
list-style-type: none;
margin-left: 2rem;
margin-top: 1rem;
}
.hide_mobile li :hover {
transition: color 0.1s;
color: rgb(94, 139, 94);
}
.hide_mobile li a {
color: black;
margin: 0 0.5rem;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
text-decoration: none;
}
.greeting {
padding-top: 150px;
}
.connectfooter {
margin-right: 300px;
padding: 0%;
margin-bottom: 1rem;
}
.connect {
padding: 0;
}
.presentation + .greeting {
margin-top: -150px;
}
.presentation {
margin: 0 0;
padding-top: 10px;
font-size: 15px;
}
.indicator {
display: none;
}
.scroll_hide_mobile {
margin-bottom: 150px;
margin-top: 50px;
}
.recent-works {
padding-bottom: 5rem;
}
.project-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #344563;
margin-left: 13px;
margin-top: 1rem;
}
.popup {
display: flex;
flex-direction: column;
align-items: flex-start;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: 2rem;
margin-left: 311px;
z-index: 1000;
width: 920px;
height: 720px;
padding: 16px;
border: 1px solid #ebecf0;
box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
border-radius: 8px;
}
.closepopup {
height: 28px;
width: 29px;
font-size: larger;
background: #ebecf0;
mix-blend-mode: multiply;
border: none;
border-radius: 8px;
transform: translate(85rem, -1rem);
}
.popuphead {
margin-top: -6rem;
}
.seelive-seesrc {
display: flex;
justify-content: space-around;
gap: 1.7rem;
transform: translate(558px, -250px);
}
.projectimg.popupimg {
width: 884px;
border: 1px solid #ebecf0;
box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
border-radius: 8px;
height: 339px;
transform: translate(2px, -12px);
}
.popup-project-title {
margin-top: 10px;
}
.project-title {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 44px;
color: #172b4d;
text-align: left;
}
.btn-btn.seelive,
.btn-btn.seesource {
font-weight: 500;
font-size: 17px;
line-height: 24px;
}
.techno {
display: flex;
gap: 0.8rem;
border-radius: 8px;
margin-left: -33px;
margin-top: 37px;
}
.btn-group .techno .only-desktop {
display: inline;
border-radius: 8px;
}
.wrapper {
max-width: 100%;
grid-template-columns: repeat(3, 0.1fr);
grid-gap: 1rem 1rem;
grid-auto-rows: minmax(40px, auto);
justify-content: center;
}
#aboutme {
background-image: url("img/background_aboutme.svg");
background-size: contain;
background-repeat: no-repeat;
}
.resume-tech {
display: flex;
max-width: 100%;
gap: 6rem;
}
.btn-new {
padding: 0;
margin-bottom: 0;
}
.btn-new li {
margin: 0.3rem;
padding: 0.6rem 0.4rem;
}
.btn-btn {
height: 43px !important;
width: 124px;
}
.coding-languages,
.frameworks,
.skills {
inline-size: 100%;
margin: 10px;
}
.container10 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem 1rem;
grid-auto-rows: minmax(100px, auto);
margin-top: 100px;
margin-bottom: 100px;
}
.ruby {
width: 92px;
}
.about h2 {
margin-bottom: -6px;
margin-top: 86px;
}
.message {
font-size: 24px;
line-height: 40px;
text-align: start;
padding-top: 50px;
width: 396px;
margin-left: 0;
}
.formme {
padding-top: 16px;
}
#form {
margin-right: -109px;
margin-top: 0;
}
#form li {
padding-right: 13px;
}
#contactme-btn {
margin-right: 468px;
}
input#name,
input#mail {
width: 585px;
}
textarea#msg {
width: 585px;
}
#error {
color: #d8000c;
font-size: larger;
display: inline !important;
padding: 10px;
border-radius: 10%;
position: relative;
margin-top: 10px;
}
.labelerror {
margin-top: -39px;
}
footer {
max-width: 100%;
justify-content: start;
background: none;
margin-left: 265px;
}
.email {
display: none;
}
.divbtn-btn {
padding: 10px;
margin-bottom: 1rem;
}
} | style.css | .background {
background-image: url("img/background.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
body {
text-align: center;
padding: 0 0;
margin: 0 0;
}
.logo {
text-decoration: none;
font-family: "inter", sans-serif;
font-style: normal;
font-size: 25px;
font-weight: 600;
line-height: 28px;
text-align: left;
color: #28352f;
}
.container2 {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 3rem;
}
.greeting {
font-family: "inter", sans-serif;
font-style: normal;
font-size: 40px;
font-weight: bold;
line-height: 52px;
text-align: center;
margin-top: 20px;
color: #172b4d;
}
.presentation {
font-family: "inter", sans-serif;
font-style: normal;
font-size: 20px;
color: #464b53;
font-weight: normal;
line-height: 28px;
letter-spacing: 0;
text-align: center;
margin-top: 50px;
}
span {
color: rgb(94, 139, 94);
}
.menu {
justify-content: space-around;
display: flex;
list-style-type: none;
overflow: hidden;
margin-top: 1rem;
}
.hamburger {
outline: none;
border: none;
cursor: pointer;
background: none;
margin-left: 10rem;
}
.hamburger span {
color: #28352f;
}
/* .hide_hamburger {
display: none;
} */
.close {
display: none;
}
button.close-toggle {
z-index: 2;
display: block;
margin-top: 0.5rem;
margin-right: 3.5rem;
border: none;
outline: none;
font-size: 4rem;
font-weight: bold;
}
.hide_mobile {
display: none;
}
.hamburger-toggle {
display: flex;
flex-direction: column;
align-items: flex-start;
list-style-type: none;
position: absolute;
z-index: 2;
width: 100%;
height: 90%;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
margin-top: 1px;
padding-top: 4rem;
background: white;
touch-action: none;
box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
transition: ease-in-out 1s;
}
.hamburger-toggle li {
margin: 0.3rem;
padding: 1rem;
}
.hamburger-toggle li a {
color: #3a4a42;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 44px;
}
.connect {
list-style-type: none;
margin-top: 12rem;
padding: 0;
padding-top: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.media {
padding: 10px;
margin-top: auto;
transition: transform 0.5s ease-in-out;
}
#twitter1 {
padding-top: 2.5rem;
}
.media:hover {
transform: translateY(-1rem);
}
.recent-works {
font-family: "inter", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: 0;
text-align: center;
color: #172b4d;
}
.scroll-down {
margin: auto;
text-align: center;
border-width: 0.01em;
background: white;
border-style: solid;
border-color: rgb(211, 210, 210);
border-radius: 50%;
cursor: pointer;
transition: transform 0.5s ease-in-out;
}
.scroll-down:hover {
transform: translateY(1rem) rotate(360deg);
}
.indicator {
text-align: center;
margin-bottom: 20px;
}
.popup-window {
display: none;
}
.project-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #344563;
margin-left: 1rem;
}
.popup {
display: flex;
flex-direction: column;
background-color: #fff;
align-items: flex-start;
position: fixed;
top: 26px;
right: 0;
bottom: 10px;
left: 0;
z-index: 1000;
margin: 1rem;
border: 1px solid #dfe1e6;
box-sizing: border-box;
border-radius: 16px;
transition: 0.5s;
}
.closepopup {
z-index: 2;
border: none;
background-color: transparent;
color: gray;
font-size: 4rem;
transform: translate(25rem, 0);
}
.popuphead {
margin-top: -6rem;
}
.seelive-seesrc {
display: flex;
justify-content: center;
align-content: center;
margin-left: 12px;
gap: 8px;
margin-top: 37px;
}
.projectimg.popupimg {
width: 283px;
height: 220px;
border-radius: 8px;
margin: 12px 0;
transform: translate(4px, -65px);
}
.project-title {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 44px;
color: #172b4d;
text-align: left;
}
.seelive,
.seesource {
height: 48px !important;
width: 134px;
font-weight: 500;
font-size: 17px;
line-height: 24px;
}
.popup-project-title {
margin-top: -50px;
margin-left: 9px;
}
.techno {
display: flex;
margin-left: -3rem;
}
.btn-group .techno .only-desktop {
display: none;
}
.container3 {
display: flex;
width: 95%;
margin-left: 0.8rem;
flex-direction: column;
align-items: center;
text-align: center;
background: white;
border: 1px solid #d0d9d4;
border-radius: 8px;
border-style: solid;
}
.container3:hover {
animation-name: large;
animation-duration: 500ms;
animation-fill-mode: both;
}
@keyframes large {
100% {
box-shadow: 0 5px 2vw #28352f3e;
transform: scale(1.02);
}
}
.projectimg {
max-width: 100%;
max-height: 100%;
}
.cnt {
display: inline-block;
}
.see-project {
font-family: "inter", sans-serif;
font-style: normal;
font-size: medium;
text-align: center;
color: white;
height: 60px;
width: 120px;
background: #36b37f;
border-radius: 4px;
border-style: none;
}
.see-project:hover {
transition: background-color 0.5s;
background-color: #36b37f;
opacity: 0.9;
cursor: pointer;
}
.container9 {
margin-top: 3rem;
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
text-align: center;
background: white;
border-style: none;
border-radius: 8px;
}
.item9 {
margin-bottom: 25px;
}
#aboutme {
background-image: url("img/background2.png");
background-size: contain;
background-repeat: no-repeat;
}
.about {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 52px;
text-align: center;
color: #172b4d;
}
.about h2 {
font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: 0;
text-align: center;
}
.description {
font-family: "inter", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
font-size: 15px;
line-height: 28px;
text-align: center;
color: #42526e;
}
.coding-languages,
.frameworks,
.skills {
display: flex;
margin: 0.5rem;
height: 352px;
flex-direction: column;
align-items: center;
text-align: center;
background: #ebf0ee;
border: 1px solid #d0d9d4;
border-radius: 8px;
}
.coding-languages > div,
.frameworks > div,
.skills > div {
margin: auto;
}
.btn-new {
list-style-type: none;
padding: 0;
justify-content: center;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1rem;
}
.btn-new li {
background-color: white;
margin: 0.3rem;
outline: none;
border: none;
border-radius: 10px;
padding: 0.7rem 1.2rem;
}
.btn-new li a {
color: #36b37e;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.03em;
}
ul#btn1,
ul#btn2,
ul#btn3,
ul#btn4,
ul#btn5,
ul#btn6 {
list-style-type: none;
display: inline;
display: flex;
justify-content: center;
margin-right: 25px;
}
#btn1 li {
float: left;
}
.btn-btn {
font-family: "inter", sans-serif;
height: 43px;
width: 124px;
outline: none;
border: none;
text-align: center;
font-size: 17px;
line-height: 24px;
cursor: pointer;
background: #36b37f;
color: white;
border-radius: 4px;
}
.divbtn-btn {
padding: 10px;
margin-bottom: 1rem;
}
.languages {
flex-grow: 2;
height: 40px;
color: #3a4a42;
border-style: none;
border-radius: 4px;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
background-color: #ebf0ee;
margin: 2px;
}
.languages + .languages {
margin-left: 25%;
margin-left: 3px;
}
.lang-icon {
width: 80px;
height: 80px;
background: #ebf0ee;
box-sizing: border-box;
}
.res {
font-family: "Inter", sans-serif;
margin-top: 50px;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
text-align: center;
color: #344563;
}
.resume:hover {
transition: background-color 0.5s;
background-color: #36b37f;
opacity: 0.9;
cursor: pointer;
}
.wrapper {
display: grid;
gap: 10px;
place-items: center;
margin-left: -1rem;
padding-top: 0;
}
.container10 {
display: flex;
width: 100%;
flex-direction: column;
align-content: center;
background: white;
border-style: none;
}
#form {
list-style-type: none;
padding: 0;
flex-direction: column;
align-content: center;
}
#form li {
margin-top: 1.2rem;
margin-right: 1rem;
}
input#name,
input#mail {
border: 1px solid #d0d9d4;
box-sizing: border-box;
border-radius: 4px;
height: 2rem;
width: 250px;
}
::placeholder {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 24px;
color: #6b778c;
}
textarea#msg {
border: 1px solid #60c095;
box-sizing: border-box;
border-radius: 4px;
width: 250px;
}
.message {
padding-top: 10px;
font-family: "inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: 0;
text-align: center;
}
footer {
background-image: url("img/background3.png");
background-repeat: no-repeat;
background-position: right 65%;
display: grid;
gap: 10px;
justify-content: center;
align-content: center;
}
.connectfooter {
list-style-type: none;
margin: 0;
padding: 0;
padding-top: 70px;
display: flex;
align-items: center;
justify-content: center;
}
.btn-btn:hover {
transition: background-color 0.5s;
background-color: #36b37f;
opacity: 0.9;
cursor: pointer;
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
}
#twitter2 {
margin-top: 15px;
}
.contact {
align-items: center;
}
.email {
text-align: center;
margin-left: 20px;
color: #42526e;
}
#error {
color: #d8000c;
font-size: larger;
display: block !important;
padding: 10px;
margin-top: 10px;
}
.scroll_hide_desk {
display: none;
}
@media (min-width: 1024px) {
.background {
background-image: url("img/background_desktop.svg");
background-size: cover;
background-position-x: 50%;
background-position-y: 60%;
}
.container2 {
padding-bottom: 35rem;
}
main {
max-width: 100%;
}
.scroll_hide_desk {
display: none;
}
.logo {
display: none;
}
.hamburger {
display: none;
}
.hide_mobile {
display: flex;
justify-content: space-between;
margin: auto;
padding: 0 0;
}
.hide_mobile li {
list-style-type: none;
margin-left: 2rem;
margin-top: 1rem;
}
.hide_mobile li :hover {
transition: color 0.1s;
color: rgb(94, 139, 94);
}
.hide_mobile li a {
color: black;
margin: 0 0.5rem;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
text-decoration: none;
}
.greeting {
padding-top: 150px;
}
.connectfooter {
margin-right: 300px;
padding: 0%;
margin-bottom: 1rem;
}
.connect {
padding: 0;
}
.presentation + .greeting {
margin-top: -150px;
}
.presentation {
margin: 0 0;
padding-top: 10px;
font-size: 15px;
}
.indicator {
display: none;
}
.scroll_hide_mobile {
margin-bottom: 150px;
margin-top: 50px;
}
.recent-works {
padding-bottom: 5rem;
}
.project-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #344563;
margin-left: 13px;
margin-top: 1rem;
}
.popup {
display: flex;
flex-direction: column;
align-items: flex-start;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: 2rem;
margin-left: 311px;
z-index: 1000;
width: 920px;
height: 720px;
padding: 16px;
border: 1px solid #ebecf0;
box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
border-radius: 8px;
}
.closepopup {
height: 28px;
width: 29px;
font-size: larger;
background: #ebecf0;
mix-blend-mode: multiply;
border: none;
border-radius: 8px;
transform: translate(85rem, -1rem);
}
.popuphead {
margin-top: -6rem;
}
.seelive-seesrc {
display: flex;
justify-content: space-around;
gap: 1.7rem;
transform: translate(558px, -250px);
}
.projectimg.popupimg {
width: 884px;
border: 1px solid #ebecf0;
box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
border-radius: 8px;
height: 339px;
transform: translate(2px, -12px);
}
.popup-project-title {
margin-top: 10px;
}
.project-title {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 44px;
color: #172b4d;
text-align: left;
}
.btn-btn.seelive,
.btn-btn.seesource {
font-weight: 500;
font-size: 17px;
line-height: 24px;
}
.techno {
display: flex;
gap: 0.8rem;
border-radius: 8px;
margin-left: -33px;
margin-top: 37px;
}
.btn-group .techno .only-desktop {
display: inline;
border-radius: 8px;
}
.wrapper {
max-width: 100%;
grid-template-columns: repeat(3, 0.1fr);
grid-gap: 1rem 1rem;
grid-auto-rows: minmax(40px, auto);
justify-content: center;
}
#aboutme {
background-image: url("img/background_aboutme.svg");
background-size: contain;
background-repeat: no-repeat;
}
.resume-tech {
display: flex;
max-width: 100%;
gap: 6rem;
}
.btn-new {
padding: 0;
margin-bottom: 0;
}
.btn-new li {
margin: 0.3rem;
padding: 0.6rem 0.4rem;
}
.btn-btn {
height: 43px !important;
width: 124px;
}
.coding-languages,
.frameworks,
.skills {
inline-size: 100%;
margin: 10px;
}
.container10 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem 1rem;
grid-auto-rows: minmax(100px, auto);
margin-top: 100px;
margin-bottom: 100px;
}
.ruby {
width: 92px;
}
.about h2 {
margin-bottom: -6px;
margin-top: 86px;
}
.message {
font-size: 24px;
line-height: 40px;
text-align: start;
padding-top: 50px;
width: 396px;
margin-left: 0;
}
.formme {
padding-top: 16px;
}
#form {
margin-right: -109px;
margin-top: 0;
}
#form li {
padding-right: 13px;
}
#contactme-btn {
margin-right: 468px;
}
input#name,
input#mail {
width: 585px;
}
textarea#msg {
width: 585px;
}
#error {
color: #d8000c;
font-size: larger;
display: inline !important;
padding: 10px;
border-radius: 10%;
position: relative;
margin-top: 10px;
}
.labelerror {
margin-top: -39px;
}
footer {
max-width: 100%;
justify-content: start;
background: none;
margin-left: 265px;
}
.email {
display: none;
}
.divbtn-btn {
padding: 10px;
margin-bottom: 1rem;
}
} | 0.462959 | 0.075109 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic,300italic);
:root {
/*
* Colors
* ======================================================================== */
--white-base: hsl(255, 255, 255);
--gray-darker: #0E1A21; /* #222 */
--gray-dark: #161E23; /* #404040 */
--gray: #292F33;
--gray-medium: #464F55; /* #555 */
--gray-medium-light: #616C73;
--gray-medium-lighter: #D3D7DA;
--gray-medium-light-alt: #9CA4A9;
--gray-light: #e5e5e5; /* #777 */
--gray-lighter: #f5f5f5; /* #eee */
--bg-gray: #fafafa;
--p-gray: #899aa6;
--gray-lightest: #FAFBFB;
--border-gray: #E8ECEF;
--main-darker: #2C5EA3;
--main-dark: #4878BA;
--main: #6A96D2;
--main-light: #94B6E6;
--main-lighter: #C7DBF6;
--purple-darkest: #CCAB32;
--purple-darker: #3C318D;
--purple-dark: #5A4DB4;
--purple: #7F71D7;
--purple-light: #A79FEE;
--purple-lighter: #DBD7FC;
--green-darker: #20A083;
--green-dark: #3CB89C;
--green: #5FD0B7;
--green-light: #8CE5D1;
--green-lighter: #C2F6EA;
--yellow-darkest: #CCAB32;
--yellow-darker: #F8CE31;
--yellow-dark: #FFDB54;
--yellow: #FFE275;
--yellow-light: #FFEA9B;
--yellow-lighter: #FFF4CA;
--yellow-alt-darker: #F8AD31;
--yellow-alt-dark: #FFBF54;
--yellow-alt: #FFCB75;
--yellow-light-alt: #FFDA9B;
--yellow-lighter-alt: #FFEBCA;
--orange-darker: #F87D31;
--orange-dark: #FF9654;
--orange: #FFAA75;
--orange-light: #FFC29B;
--orange-lighter: #FFDECA;
/*
* Typography
* ======================================================================== */
--font-family-base: 'Open Sans', sans-serif;
/*
* Layout
* ======================================================================== */
--max-content-width: 1800px;
/*
* Media queries breakpoints
* ======================================================================== */
--screen-xs-min: 480px; /* Extra small screen / phone */
--screen-sm-min: 768px; /* Small screen / tablet */
--screen-md-min: 992px; /* Medium screen / desktop */
--screen-lg-min: 1200px; /* Large screen / wide desktop */
/*
* Animations
* ======================================================================== */
--animation-swift-out: .45s cubic-bezier(0.3, 1, 0.4, 1) 0s;
@keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@-moz-keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@-o-keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-moz-keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-o-keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-moz-keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-o-keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
} | src/components/variables.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic,300italic);
:root {
/*
* Colors
* ======================================================================== */
--white-base: hsl(255, 255, 255);
--gray-darker: #0E1A21; /* #222 */
--gray-dark: #161E23; /* #404040 */
--gray: #292F33;
--gray-medium: #464F55; /* #555 */
--gray-medium-light: #616C73;
--gray-medium-lighter: #D3D7DA;
--gray-medium-light-alt: #9CA4A9;
--gray-light: #e5e5e5; /* #777 */
--gray-lighter: #f5f5f5; /* #eee */
--bg-gray: #fafafa;
--p-gray: #899aa6;
--gray-lightest: #FAFBFB;
--border-gray: #E8ECEF;
--main-darker: #2C5EA3;
--main-dark: #4878BA;
--main: #6A96D2;
--main-light: #94B6E6;
--main-lighter: #C7DBF6;
--purple-darkest: #CCAB32;
--purple-darker: #3C318D;
--purple-dark: #5A4DB4;
--purple: #7F71D7;
--purple-light: #A79FEE;
--purple-lighter: #DBD7FC;
--green-darker: #20A083;
--green-dark: #3CB89C;
--green: #5FD0B7;
--green-light: #8CE5D1;
--green-lighter: #C2F6EA;
--yellow-darkest: #CCAB32;
--yellow-darker: #F8CE31;
--yellow-dark: #FFDB54;
--yellow: #FFE275;
--yellow-light: #FFEA9B;
--yellow-lighter: #FFF4CA;
--yellow-alt-darker: #F8AD31;
--yellow-alt-dark: #FFBF54;
--yellow-alt: #FFCB75;
--yellow-light-alt: #FFDA9B;
--yellow-lighter-alt: #FFEBCA;
--orange-darker: #F87D31;
--orange-dark: #FF9654;
--orange: #FFAA75;
--orange-light: #FFC29B;
--orange-lighter: #FFDECA;
/*
* Typography
* ======================================================================== */
--font-family-base: 'Open Sans', sans-serif;
/*
* Layout
* ======================================================================== */
--max-content-width: 1800px;
/*
* Media queries breakpoints
* ======================================================================== */
--screen-xs-min: 480px; /* Extra small screen / phone */
--screen-sm-min: 768px; /* Small screen / tablet */
--screen-md-min: 992px; /* Medium screen / desktop */
--screen-lg-min: 1200px; /* Large screen / wide desktop */
/*
* Animations
* ======================================================================== */
--animation-swift-out: .45s cubic-bezier(0.3, 1, 0.4, 1) 0s;
@keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
}
@keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@-moz-keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@-o-keyframes scaleUp {
from {
opacity: 0;
transform:scale(0.2);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-moz-keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-o-keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-moz-keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-o-keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
} | 0.310381 | 0.082328 |
hr {
opacity: .7;
}
h5 {
font-size: 1rem;
font-style: italic;
}
.maintitle {
font-size: 1.2rem;
text-align: left;
margin: 0;
}
#invest h6 {
font-size: 1.1rem;
margin-bottom: 0;
}
p {
margin-left: 30px;
}
ul {
margin-left: 30px;
text-align: left;
}
#invest {
padding: 0 20px;
}
button {
width: 40%;
height: 40px;
background-color: #12E312;
color: white;
font-size: 1.05rem;
font-weight: 500;
}
.affiliateBtn {
display: block;
margin: 0 auto;
}
.affiliateLink {
color: white;
}
.affiliateLink:hover {
color: #2e3141;
}
.affiliateP > p {
margin-left: 0;
}
button:hover {
background-color: #06ff06;
color: #2e3141;
}
.navbar {
display: grid;
width: 100%;
grid-template-columns: repeat(6, 1fr);
grid-gap: 2px;
margin: 40px 0;
}
.navbar button {
background: #D9D9D9;
color: #2e3141;
font-size: 1.05rem;
font-weight: 500;
text-decoration: none;
width: 100%;
height: 40px;
}
.navbar button:hover {
background-color: #06ff06;
}
.navbar button:disabled {
cursor: default;
background-color: grey;
}
a {
text-decoration: none;
}
.divline {
width: 100%;
height: 1px;
background-color: rgba(217, 217, 217, 0.616);
margin: 30px auto;
-webkit-box-shadow: 2px 2px 2px #0000004f;
box-shadow: 2px 2px 2px #0000004f;
}
body::after {
content: "";
position: fixed;
top: 0;
height: 100vh;
left: 0;
right: 0;
z-index: -1;
background: url(../images/invest.png) center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.contactbtn {
display: block;
width: 40%;
margin: 40px auto 20px auto;
}
@media (max-width: 600px) {
.navbar,
.navbar2 {
grid-template-columns: repeat(3, 1fr);
grid-gap: 5px;
}
.contactbtn {
width: 70%;
}
#invest {
padding: 0;
}
#invest ul,
#invest p {
margin: 0;
}
#invest button {
width: 200px;
}
} | css/invest.css | hr {
opacity: .7;
}
h5 {
font-size: 1rem;
font-style: italic;
}
.maintitle {
font-size: 1.2rem;
text-align: left;
margin: 0;
}
#invest h6 {
font-size: 1.1rem;
margin-bottom: 0;
}
p {
margin-left: 30px;
}
ul {
margin-left: 30px;
text-align: left;
}
#invest {
padding: 0 20px;
}
button {
width: 40%;
height: 40px;
background-color: #12E312;
color: white;
font-size: 1.05rem;
font-weight: 500;
}
.affiliateBtn {
display: block;
margin: 0 auto;
}
.affiliateLink {
color: white;
}
.affiliateLink:hover {
color: #2e3141;
}
.affiliateP > p {
margin-left: 0;
}
button:hover {
background-color: #06ff06;
color: #2e3141;
}
.navbar {
display: grid;
width: 100%;
grid-template-columns: repeat(6, 1fr);
grid-gap: 2px;
margin: 40px 0;
}
.navbar button {
background: #D9D9D9;
color: #2e3141;
font-size: 1.05rem;
font-weight: 500;
text-decoration: none;
width: 100%;
height: 40px;
}
.navbar button:hover {
background-color: #06ff06;
}
.navbar button:disabled {
cursor: default;
background-color: grey;
}
a {
text-decoration: none;
}
.divline {
width: 100%;
height: 1px;
background-color: rgba(217, 217, 217, 0.616);
margin: 30px auto;
-webkit-box-shadow: 2px 2px 2px #0000004f;
box-shadow: 2px 2px 2px #0000004f;
}
body::after {
content: "";
position: fixed;
top: 0;
height: 100vh;
left: 0;
right: 0;
z-index: -1;
background: url(../images/invest.png) center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.contactbtn {
display: block;
width: 40%;
margin: 40px auto 20px auto;
}
@media (max-width: 600px) {
.navbar,
.navbar2 {
grid-template-columns: repeat(3, 1fr);
grid-gap: 5px;
}
.contactbtn {
width: 70%;
}
#invest {
padding: 0;
}
#invest ul,
#invest p {
margin: 0;
}
#invest button {
width: 200px;
}
} | 0.491944 | 0.181191 |
html{overflow: hidden;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , i{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body {line-height:1.5;font-family:'微软雅黑';background: #2074bb;}
table {border-collapse: collapse;border-spacing:0;}
caption, th, td ,b,strong{text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
em,cite{font-style:normal;}
#container{ position:relative; background:url(../images/login_light.png) no-repeat center center;}
#bd{}
.login{ margin:0 auto; padding-top:15px; width:640px; height:405px; background:url(../images/login_pro.png);}
.login .login-top{ margin:0 auto; width:590px; height:161px; background:url(../images/login_img.png);}
.login .login-top h1{ height:161px; margin-left:27px; background:url(../images/login_logo.png) no-repeat left center;}
.login .login-input{ margin-top:21px; padding-left:165px;}
.login .login-input p{ margin-top:11px; line-height:39px;}
.login .login-input p label{ float:left; text-align:right; width:51px; color:#000000; font-size:16px; }
.login .login-input p input{ padding:0 0 0 49px; margin-left:16px; width:195px; height:39px;line-height:39px\0; *line-height:39px; border:none; outline:none; }
.login .login-input p.user input{ background:url(../images/login_user.png);}
.login .login-input p.password input{ background:url(../images/login_password.png);}
.login .login-btn{ margin-top:18px; padding-left:232px; line-height:38px;}
.login .login-btn .btn{ float:left; width:117px; height:39px; background:url(../images/login_btn.png); color:#fff; text-align:center; font-size:16px;font-family:'微软雅黑';}
.login .login-btn .remember{ float:left; width:80px; position:relative; margin-left:22px;}
.login .login-btn .remember em{ float:left; width:18px; height:38px; background:url(../images/login_check.png) no-repeat left center;}
.login .login-btn .remember input{ position:absolute; height:16px; width:18px; top:11px; left:0; margin:0; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.login .login-btn .remember label{ float:left; line-height:36px; margin-left:6px; color:#000000; font-size:14px; cursor:pointer;}
.login .login-btn .remember input[type="checkbox"]:checked ~ em,.login .login-btn .remember.checked em{ background:url(../images/check-select.png) no-repeat left center;}
/*验证码*/
.login1{ margin:0 auto; padding-top:15px; width:640px; height:460px; background:url(../images/login_pro1.png) no-repeat;}
.login1 .login-top{ margin:0 auto; width:590px; height:161px; background:url(../images/login_img.png);}
.login1 .login-top h1{ height:161px; margin-left:27px; background:url(../images/login_logo.png) no-repeat left center;}
.login1 .login-input{ margin-top:21px; padding-left:165px;}
.login1 .login-input p{ margin-top:11px; line-height:39px;}
.login1 .login-input p label{ float:left; text-align:right; width:51px; color:#000000; font-size:16px; }
.login1 .login-input p input{ padding:0 0 0 49px; margin-left:16px; width:195px; height:39px;line-height:39px\0; *line-height:39px; border:none; outline:none; }
.login1 .login-input p.user input{ background:url(../images/login_user.png);}
.login1 .login-input p.password input{ background:url(../images/login_password.png);}
.login1 .login-btn{ margin-top:18px; padding-left:232px; line-height:38px;}
.login1 .login-btn .btn{ float:left; width:117px; height:39px; background:url(../images/login_btn.png); color:#fff; text-align:center; font-size:16px;font-family:'微软雅黑';}
.login1 .login-btn .remember{ float:left; width:80px; position:relative; margin-left:22px;}
.login1 .login-btn .remember em{ float:left; width:18px; height:38px; background:url(../images/login_check.png) no-repeat left center;}
.login1 .login-btn .remember input{ position:absolute; height:16px; width:18px; top:11px; left:0; margin:0; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.login1 .login-btn .remember label{ float:left; line-height:36px; margin-left:6px; color:#000000; font-size:14px; cursor:pointer;}
.login1 .login-btn .remember input[type="checkbox"]:checked ~ em,.login .login-btn .remember.checked em{ background:url(../images/check-select.png) no-repeat left center;}
.login1 .login-input p.yzm input{ background:url(../images/login_yzm.png);}
.yzm{position:relative;}
.yzm cite{position:absolute; right:176px; font-size:16px; color:#fff;}
#ft{ position:absolute;left:0;right:0;bottom:40px; color:#10486b; text-align:center; z-index:2; font-size:14px;} | src/main/resources/static/frontstatic/css/login.css | html{overflow: hidden;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , i{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body {line-height:1.5;font-family:'微软雅黑';background: #2074bb;}
table {border-collapse: collapse;border-spacing:0;}
caption, th, td ,b,strong{text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
em,cite{font-style:normal;}
#container{ position:relative; background:url(../images/login_light.png) no-repeat center center;}
#bd{}
.login{ margin:0 auto; padding-top:15px; width:640px; height:405px; background:url(../images/login_pro.png);}
.login .login-top{ margin:0 auto; width:590px; height:161px; background:url(../images/login_img.png);}
.login .login-top h1{ height:161px; margin-left:27px; background:url(../images/login_logo.png) no-repeat left center;}
.login .login-input{ margin-top:21px; padding-left:165px;}
.login .login-input p{ margin-top:11px; line-height:39px;}
.login .login-input p label{ float:left; text-align:right; width:51px; color:#000000; font-size:16px; }
.login .login-input p input{ padding:0 0 0 49px; margin-left:16px; width:195px; height:39px;line-height:39px\0; *line-height:39px; border:none; outline:none; }
.login .login-input p.user input{ background:url(../images/login_user.png);}
.login .login-input p.password input{ background:url(../images/login_password.png);}
.login .login-btn{ margin-top:18px; padding-left:232px; line-height:38px;}
.login .login-btn .btn{ float:left; width:117px; height:39px; background:url(../images/login_btn.png); color:#fff; text-align:center; font-size:16px;font-family:'微软雅黑';}
.login .login-btn .remember{ float:left; width:80px; position:relative; margin-left:22px;}
.login .login-btn .remember em{ float:left; width:18px; height:38px; background:url(../images/login_check.png) no-repeat left center;}
.login .login-btn .remember input{ position:absolute; height:16px; width:18px; top:11px; left:0; margin:0; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.login .login-btn .remember label{ float:left; line-height:36px; margin-left:6px; color:#000000; font-size:14px; cursor:pointer;}
.login .login-btn .remember input[type="checkbox"]:checked ~ em,.login .login-btn .remember.checked em{ background:url(../images/check-select.png) no-repeat left center;}
/*验证码*/
.login1{ margin:0 auto; padding-top:15px; width:640px; height:460px; background:url(../images/login_pro1.png) no-repeat;}
.login1 .login-top{ margin:0 auto; width:590px; height:161px; background:url(../images/login_img.png);}
.login1 .login-top h1{ height:161px; margin-left:27px; background:url(../images/login_logo.png) no-repeat left center;}
.login1 .login-input{ margin-top:21px; padding-left:165px;}
.login1 .login-input p{ margin-top:11px; line-height:39px;}
.login1 .login-input p label{ float:left; text-align:right; width:51px; color:#000000; font-size:16px; }
.login1 .login-input p input{ padding:0 0 0 49px; margin-left:16px; width:195px; height:39px;line-height:39px\0; *line-height:39px; border:none; outline:none; }
.login1 .login-input p.user input{ background:url(../images/login_user.png);}
.login1 .login-input p.password input{ background:url(../images/login_password.png);}
.login1 .login-btn{ margin-top:18px; padding-left:232px; line-height:38px;}
.login1 .login-btn .btn{ float:left; width:117px; height:39px; background:url(../images/login_btn.png); color:#fff; text-align:center; font-size:16px;font-family:'微软雅黑';}
.login1 .login-btn .remember{ float:left; width:80px; position:relative; margin-left:22px;}
.login1 .login-btn .remember em{ float:left; width:18px; height:38px; background:url(../images/login_check.png) no-repeat left center;}
.login1 .login-btn .remember input{ position:absolute; height:16px; width:18px; top:11px; left:0; margin:0; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.login1 .login-btn .remember label{ float:left; line-height:36px; margin-left:6px; color:#000000; font-size:14px; cursor:pointer;}
.login1 .login-btn .remember input[type="checkbox"]:checked ~ em,.login .login-btn .remember.checked em{ background:url(../images/check-select.png) no-repeat left center;}
.login1 .login-input p.yzm input{ background:url(../images/login_yzm.png);}
.yzm{position:relative;}
.yzm cite{position:absolute; right:176px; font-size:16px; color:#fff;}
#ft{ position:absolute;left:0;right:0;bottom:40px; color:#10486b; text-align:center; z-index:2; font-size:14px;} | 0.316686 | 0.095687 |
.bids-container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
width: 90%;
}
.bids-container-text h1{
font-family: var(--font-family);
font-weight: 600;
font-size: 28px;
line-height: 42px;
color: #FFFFFF;
margin-bottom: 1rem;
}
.bids-container-card{
margin: 0 -5px;
}
.bids-container-card:after {
content: "";
display: table;
clear: both;
}
.card-column{
float: left;
width: 20%;
}
.bids-card{
background: #2A2D3A;
border-radius: 20px;
padding: 11px 12px 19px 11px;
margin-inline: 10px;
margin-bottom: 20px;
}
.bids-card img{
border-radius: 20px;
width: 100%;
}
.bids-card-top p{
font-family: var(--font-family);
font-weight: 600;
font-size: 14px;
line-height: 21px;
color: #FFFFFF;
margin-top: 15px;
}
.bids-card-bottom{
display: flex;
justify-content: space-between;
}
.bids-card-bottom p{
font-family: var(--font-family);
font-weight: 600;
font-size: 12px;
line-height: 18px;
/* text-align: right; */
color: #FFFFFF;
}
.bids-card-bottom p:last-child{
font-weight: normal;
}
.bids-card-bottom span{
font-weight: normal;
}
.load-more{
display: flex;
justify-content: center;
align-items: center;
margin-top: 2rem;
}
.load-more button{
background: transparent;
border: 1px solid var(--primary-color);
margin: 0 1rem;
color: var(--primary-color);
border-radius: 10px;
padding: 10px 100px;
font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}
@media screen and (max-width: 1440px) {
.card-column {
width: 25%;
}
}
@media screen and (max-width: 1200px) {
.card-column {
width: 33.33%;
}
}
@media screen and (max-width: 900px) {
.card-column {
width: 50%;
}
}
@media screen and (max-width: 550px) {
.section__padding{
padding: 2rem 14px !important;
}
.bids-card{
margin-bottom: 10px;
margin-inline: 5px;
}
.bids-card-top p{
font-size: 12px;
line-height: 18px;
margin-top: 5px;
}
.bids-card-bottom p{
font-size: 10px;
line-height: 15px;
}
.bids-container{
width: 100%;
}
} | NFT-Marketplace-UI/src/components/bids/bids.css | .bids-container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
width: 90%;
}
.bids-container-text h1{
font-family: var(--font-family);
font-weight: 600;
font-size: 28px;
line-height: 42px;
color: #FFFFFF;
margin-bottom: 1rem;
}
.bids-container-card{
margin: 0 -5px;
}
.bids-container-card:after {
content: "";
display: table;
clear: both;
}
.card-column{
float: left;
width: 20%;
}
.bids-card{
background: #2A2D3A;
border-radius: 20px;
padding: 11px 12px 19px 11px;
margin-inline: 10px;
margin-bottom: 20px;
}
.bids-card img{
border-radius: 20px;
width: 100%;
}
.bids-card-top p{
font-family: var(--font-family);
font-weight: 600;
font-size: 14px;
line-height: 21px;
color: #FFFFFF;
margin-top: 15px;
}
.bids-card-bottom{
display: flex;
justify-content: space-between;
}
.bids-card-bottom p{
font-family: var(--font-family);
font-weight: 600;
font-size: 12px;
line-height: 18px;
/* text-align: right; */
color: #FFFFFF;
}
.bids-card-bottom p:last-child{
font-weight: normal;
}
.bids-card-bottom span{
font-weight: normal;
}
.load-more{
display: flex;
justify-content: center;
align-items: center;
margin-top: 2rem;
}
.load-more button{
background: transparent;
border: 1px solid var(--primary-color);
margin: 0 1rem;
color: var(--primary-color);
border-radius: 10px;
padding: 10px 100px;
font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}
@media screen and (max-width: 1440px) {
.card-column {
width: 25%;
}
}
@media screen and (max-width: 1200px) {
.card-column {
width: 33.33%;
}
}
@media screen and (max-width: 900px) {
.card-column {
width: 50%;
}
}
@media screen and (max-width: 550px) {
.section__padding{
padding: 2rem 14px !important;
}
.bids-card{
margin-bottom: 10px;
margin-inline: 5px;
}
.bids-card-top p{
font-size: 12px;
line-height: 18px;
margin-top: 5px;
}
.bids-card-bottom p{
font-size: 10px;
line-height: 15px;
}
.bids-container{
width: 100%;
}
} | 0.253584 | 0.104158 |
A:{visited: #000000;}
.menu {
font-family: sans-serif;
font-style: italic;
font-size: 90%;
color: #ffffff;
text-decoration: none;
text-align: left;
}
.menu_selected {
font-family: sans-serif;
font-style: italic;
font-size: 90%;
color: #000000;
text-decoration: none;
text-align: left;
}
.logout {
font-family: sans-serif;
font-style: italic;
font-size: 80%;
color: #000000;
text-decoration: none;
text-align: right;
}
.text {
font-family: sans-serif;
text-decoration: none;
color: #000000;
font-size: 12pt;
}
.required {
font-family: sans-serif;
text-decoration: none;
font-size: 12pt;
color: #770000;
font-weight: bold;
}
.bold {
font-family: sans-serif;
text-decoration: none;
font-size: 12pt;
color: #000000;
font-weight: bold;
}
.alert {
font-family: sans-serif;
font-size: 70%;
color: #FF0000;
text-decoration: none;
}
.small {
text-decoration: none;
color: #000000;
font-family: sans-serif;
font-size: 60%;
}
.link {
font-family: sans-serif;
text-decoration: none;
color: #000000;
font-size: 70%;
}
.more {
font-family: sans-serif;
text-decoration: none;
color: #aaaaaa;
font-size: 70%;
}
.back {
font-family: sans-serif;
text-decoration: none;
color: #aaaaaa;
font-size: 70%;
}
.link_selected {
font-family: sans-serif;
text-decoration: none;
color: #0000FF;
font-size: 10pt;
}
.link_submit {
font-family: sans-serif;
text-decoration: none;
color: #000066;
font-size: 70%;
}
.items {
font-family: sans-serif;
font-size: 6pt;
}
.title {
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.title_bar {
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}
a {
text-decoration: none;
}
/* style taken out of the addressbook code and put here instead */
#addressbook_list td {
font-family: Arial, Helvetica, sans-serif;
padding-left: 4px;
padding-right: 4px;
}
#addressbook_list a, #addressbook_list a:visited, #addressbook_list a:hover {
color:#0000cc;
}
#addressbook_list tr.search {
font-size:9pt;
font-weight:bold;
}
#addressbook_list tr.head {
font-size:10pt;
background-color:#cccccc;
font-weight:bold;
}
#addressbook_list tr.detail {
font-size:10pt;
}
#addressbook_list .inputtext {
font-family:monospace;
font-size:9pt;
font-weight:normal;
border-style:solid;
border-width:1px;
border-color: #000000;
background-color:transparent;
}
#addressbook_list .button {
font-family:sans-serif;
font-size:8pt;
font-weight:bold;
/* styles taken out of templates/report/general_default.html */
#reports_list td {
font-size:8pt;
font-family:helvetica;
}
#reports_list a {
font-size:8pt;
font-family:helvetica;
}
/* styles taken out of templates/documents/general_list.html */
#documents_list td {
font-size:8pt;
font-family:helvetica;
}
#documents_list a {
font-size:8pt;
font-family:helvetica;
}
#documents_list .treeMenuDefault {
font-style: italic;
}
#documents_list .treeMenuBold {
font-style: italic;
font-weight: bold;
}
#documents_list {
width: 25%;
height: 90%;
overflow: auto;
border: 2px inset;
float: left;
}
#documents_actions {
padding-top: 10px;
width: 70%;
height: 90%;
float: right;
overflow: auto;
}
#documents_actions iframe {
display: inline;
border:none;
width:100%;
height:600px;
overflow: auto;
}
#documents_actions form {
margin: 0px; padding: 0px;
}
#documents_actions table {
width: 100%;
height: 100%;
}
/*=============================================================
* This section relates to the custom layouts that can be made
* using the OEMR tool in the Admin section. For example, the
* Patient Demographics are a custom layout.
*============================================================*/
#DEM .groupname {
font-weight: bold;
color: #080;
font-size: 0.8em;
padding-right: 5px;
vertical-align: bottom;
}
#DEM .label {
font-weight: bold;
font-size: 0.8em;
vertical-align: bottom;
text-align: right;
}
#DEM .data {
font-size: 0.8em;
vertical-align: bottom;
text-align: left;
} | EMR/usr/share/nginx/html/interface/themes/style.css | A:{visited: #000000;}
.menu {
font-family: sans-serif;
font-style: italic;
font-size: 90%;
color: #ffffff;
text-decoration: none;
text-align: left;
}
.menu_selected {
font-family: sans-serif;
font-style: italic;
font-size: 90%;
color: #000000;
text-decoration: none;
text-align: left;
}
.logout {
font-family: sans-serif;
font-style: italic;
font-size: 80%;
color: #000000;
text-decoration: none;
text-align: right;
}
.text {
font-family: sans-serif;
text-decoration: none;
color: #000000;
font-size: 12pt;
}
.required {
font-family: sans-serif;
text-decoration: none;
font-size: 12pt;
color: #770000;
font-weight: bold;
}
.bold {
font-family: sans-serif;
text-decoration: none;
font-size: 12pt;
color: #000000;
font-weight: bold;
}
.alert {
font-family: sans-serif;
font-size: 70%;
color: #FF0000;
text-decoration: none;
}
.small {
text-decoration: none;
color: #000000;
font-family: sans-serif;
font-size: 60%;
}
.link {
font-family: sans-serif;
text-decoration: none;
color: #000000;
font-size: 70%;
}
.more {
font-family: sans-serif;
text-decoration: none;
color: #aaaaaa;
font-size: 70%;
}
.back {
font-family: sans-serif;
text-decoration: none;
color: #aaaaaa;
font-size: 70%;
}
.link_selected {
font-family: sans-serif;
text-decoration: none;
color: #0000FF;
font-size: 10pt;
}
.link_submit {
font-family: sans-serif;
text-decoration: none;
color: #000066;
font-size: 70%;
}
.items {
font-family: sans-serif;
font-size: 6pt;
}
.title {
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.title_bar {
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}
a {
text-decoration: none;
}
/* style taken out of the addressbook code and put here instead */
#addressbook_list td {
font-family: Arial, Helvetica, sans-serif;
padding-left: 4px;
padding-right: 4px;
}
#addressbook_list a, #addressbook_list a:visited, #addressbook_list a:hover {
color:#0000cc;
}
#addressbook_list tr.search {
font-size:9pt;
font-weight:bold;
}
#addressbook_list tr.head {
font-size:10pt;
background-color:#cccccc;
font-weight:bold;
}
#addressbook_list tr.detail {
font-size:10pt;
}
#addressbook_list .inputtext {
font-family:monospace;
font-size:9pt;
font-weight:normal;
border-style:solid;
border-width:1px;
border-color: #000000;
background-color:transparent;
}
#addressbook_list .button {
font-family:sans-serif;
font-size:8pt;
font-weight:bold;
/* styles taken out of templates/report/general_default.html */
#reports_list td {
font-size:8pt;
font-family:helvetica;
}
#reports_list a {
font-size:8pt;
font-family:helvetica;
}
/* styles taken out of templates/documents/general_list.html */
#documents_list td {
font-size:8pt;
font-family:helvetica;
}
#documents_list a {
font-size:8pt;
font-family:helvetica;
}
#documents_list .treeMenuDefault {
font-style: italic;
}
#documents_list .treeMenuBold {
font-style: italic;
font-weight: bold;
}
#documents_list {
width: 25%;
height: 90%;
overflow: auto;
border: 2px inset;
float: left;
}
#documents_actions {
padding-top: 10px;
width: 70%;
height: 90%;
float: right;
overflow: auto;
}
#documents_actions iframe {
display: inline;
border:none;
width:100%;
height:600px;
overflow: auto;
}
#documents_actions form {
margin: 0px; padding: 0px;
}
#documents_actions table {
width: 100%;
height: 100%;
}
/*=============================================================
* This section relates to the custom layouts that can be made
* using the OEMR tool in the Admin section. For example, the
* Patient Demographics are a custom layout.
*============================================================*/
#DEM .groupname {
font-weight: bold;
color: #080;
font-size: 0.8em;
padding-right: 5px;
vertical-align: bottom;
}
#DEM .label {
font-weight: bold;
font-size: 0.8em;
vertical-align: bottom;
text-align: right;
}
#DEM .data {
font-size: 0.8em;
vertical-align: bottom;
text-align: left;
} | 0.439747 | 0.068289 |
body {
margin: 0;
padding: 0;
background-color: #FAFAFA;
font: 12pt "Tohoma";
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.page {
width: 21cm;
overflow: hidden;
min-height: 297mm;
padding: 2.5cm;
margin-left: auto;
margin-right: auto;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.subpage {
padding: 1cm;
border: 5px red solid;
height: 237mm;
outline: 2cm #FFEAEA solid;
}
@page {
size: A4;
margin: 0;
}
button {
width: 100px;
height: 24px;
}
.header {
overflow: hidden;
}
.logo {
background-color: #FFFFFF;
text-align: left;
float: left;
}
.company {
padding-top: 24px;
text-transform: uppercase;
background-color: #FFFFFF;
text-align: right;
float: right;
font-size: 16px;
}
.title {
text-align: center;
position: relative;
color: #0000FF;
font-size: 24px;
top: 1px;
}
.footer-left {
text-align: center;
text-transform: uppercase;
padding-top: 24px;
position: relative;
height: 150px;
width: 50%;
color: #000;
float: left;
font-size: 12px;
bottom: 1px;
}
.footer-right {
text-align: center;
text-transform: uppercase;
padding-top: 24px;
position: relative;
height: 150px;
width: 50%;
color: #000;
font-size: 12px;
float: right;
bottom: 1px;
}
.TableData {
background: #ffffff;
font: 11px;
width: 100%;
border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: thin solid #d3d3d3;
}
.TableData TH {
background: rgba(0, 0, 255, 0.1);
text-align: center;
font-weight: bold;
color: #000;
border: solid 1px #ccc;
height: 24px;
}
.TableData TR {
height: 24px;
border: thin solid #d3d3d3;
}
.TableData TR TD {
padding-right: 2px;
padding-left: 2px;
border: thin solid #d3d3d3;
}
.TableData TR:hover {
background: rgba(0, 0, 0, 0.05);
}
.TableData .cotSTT {
text-align: center;
width: 10%;
}
.TableData .cotTenSanPham {
text-align: left;
width: 40%;
}
.TableData .cotHangSanXuat {
text-align: left;
width: 20%;
}
.TableData .cotGia {
text-align: right;
width: 120px;
}
.TableData .cotSoLuong {
text-align: center;
width: 50px;
}
.TableData .cotSo {
text-align: right;
width: 120px;
}
.TableData .tong {
text-align: right;
font-weight: bold;
text-transform: uppercase;
padding-right: 4px;
}
.TableData .cotSoLuong input {
text-align: center;
}
@media print {
@page {
margin: 0;
border: initial;
border-radius: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
page-break-after: always;
}
} | public/css/print.css | body {
margin: 0;
padding: 0;
background-color: #FAFAFA;
font: 12pt "Tohoma";
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.page {
width: 21cm;
overflow: hidden;
min-height: 297mm;
padding: 2.5cm;
margin-left: auto;
margin-right: auto;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.subpage {
padding: 1cm;
border: 5px red solid;
height: 237mm;
outline: 2cm #FFEAEA solid;
}
@page {
size: A4;
margin: 0;
}
button {
width: 100px;
height: 24px;
}
.header {
overflow: hidden;
}
.logo {
background-color: #FFFFFF;
text-align: left;
float: left;
}
.company {
padding-top: 24px;
text-transform: uppercase;
background-color: #FFFFFF;
text-align: right;
float: right;
font-size: 16px;
}
.title {
text-align: center;
position: relative;
color: #0000FF;
font-size: 24px;
top: 1px;
}
.footer-left {
text-align: center;
text-transform: uppercase;
padding-top: 24px;
position: relative;
height: 150px;
width: 50%;
color: #000;
float: left;
font-size: 12px;
bottom: 1px;
}
.footer-right {
text-align: center;
text-transform: uppercase;
padding-top: 24px;
position: relative;
height: 150px;
width: 50%;
color: #000;
font-size: 12px;
float: right;
bottom: 1px;
}
.TableData {
background: #ffffff;
font: 11px;
width: 100%;
border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: thin solid #d3d3d3;
}
.TableData TH {
background: rgba(0, 0, 255, 0.1);
text-align: center;
font-weight: bold;
color: #000;
border: solid 1px #ccc;
height: 24px;
}
.TableData TR {
height: 24px;
border: thin solid #d3d3d3;
}
.TableData TR TD {
padding-right: 2px;
padding-left: 2px;
border: thin solid #d3d3d3;
}
.TableData TR:hover {
background: rgba(0, 0, 0, 0.05);
}
.TableData .cotSTT {
text-align: center;
width: 10%;
}
.TableData .cotTenSanPham {
text-align: left;
width: 40%;
}
.TableData .cotHangSanXuat {
text-align: left;
width: 20%;
}
.TableData .cotGia {
text-align: right;
width: 120px;
}
.TableData .cotSoLuong {
text-align: center;
width: 50px;
}
.TableData .cotSo {
text-align: right;
width: 120px;
}
.TableData .tong {
text-align: right;
font-weight: bold;
text-transform: uppercase;
padding-right: 4px;
}
.TableData .cotSoLuong input {
text-align: center;
}
@media print {
@page {
margin: 0;
border: initial;
border-radius: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
page-break-after: always;
}
} | 0.652131 | 0.135261 |
background-color: #FFF;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
margin-top: 0px;
top: 0px;
}
#loading-center{
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.object{
width: 15px;
height: 15px;
background-color: #888888;
position: absolute;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
-webkit-animation: animate 0.8s infinite;
animation: animate 0.8s infinite;
}
#object_one {
top: 19px;
left: 19px;
}
#object_two {
top: 0px;
left: 65px;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
#object_three {
top: 19px;
left: 111px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#object_four {
top: 65px;
left: 130px;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#object_five {
top: 111px;
left: 111px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#object_six {
top: 130px;
left: 65px;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#object_seven {
top: 111px;
left: 19px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#object_eight {
top: 65px;
left: 0px;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
@-webkit-keyframes animate {
25% {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
75% {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes animate {
50% {
-ms-transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
transform: scale(1.5,1.5);
}
100% {
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
} | app/shop/view/public/css/upgrade/loading.css | background-color: #FFF;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
margin-top: 0px;
top: 0px;
}
#loading-center{
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.object{
width: 15px;
height: 15px;
background-color: #888888;
position: absolute;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
-webkit-animation: animate 0.8s infinite;
animation: animate 0.8s infinite;
}
#object_one {
top: 19px;
left: 19px;
}
#object_two {
top: 0px;
left: 65px;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
#object_three {
top: 19px;
left: 111px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#object_four {
top: 65px;
left: 130px;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#object_five {
top: 111px;
left: 111px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#object_six {
top: 130px;
left: 65px;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#object_seven {
top: 111px;
left: 19px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#object_eight {
top: 65px;
left: 0px;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
@-webkit-keyframes animate {
25% {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
75% {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes animate {
50% {
-ms-transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
transform: scale(1.5,1.5);
}
100% {
-ms-transform: scale(1,1);
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
} | 0.472683 | 0.073364 |
body{
margin: 0;
font-family: 'poppins',sans-serif;
}
*{
box-sizing: border-box;
margin: 0;
}
.container{
max-width: 1140px;
margin: auto;
}
.row{
display: flex;
flex-wrap: wrap;
}
.section-title{
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 40px;
}
.section-title h1{
display: inline-block;
font-size: 35px;
text-transform: uppercase;
font-weight: 700;
color: #000000;
margin: 0 0 5px;
position: relative;
}
.section-title h1:before{
content: '';
left: 0;
position: absolute;
height: 2px;
right: 32%;
background-color: #febd01;
bottom: 0px;
}
.text-center{
text-align: center!important;
}
.text-right{
text-align: right!important;
}
.portfolio{
background-color: white;
padding: 100px 7px;
}
.portfolio .section-title h1:before{
left: 30%;
}
.portfolio .filter-buttons{
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px;
}
.portfolio .filter-buttons ul{
list-style: none;
text-align: center;
padding: 0;
}
.portfolio .filter-buttons ul li{
color: #000000;
font-weight: 500;
font-size: 16px;
display: inline-block;
margin: 0px 8px;
text-transform: uppercase;
cursor: pointer;
padding-bottom: 0px;
}
.portfolio .filter-buttons ul li.active{
color: #febd01;
border-bottom: 2px solid #febd01;
}
.portfolio .portfolio-gallery{
flex: 0 0 100%;
max-width: 100%;
display: flex;
flex-wrap: wrap;
}
.portfolio .portfolio-gallery .item{
flex: 0 0 33.33%;
max-width: 33.33%;
position: relative;
padding: 8px;
}
.portfolio .portfolio-gallery .item .inner{
position: relative;
}
.portfolio .portfolio-gallery .item img{
width: 100%;
display: block;
}
.portfolio .portfolio-gallery .item .responsive{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 100%;
height: 360px;
}
.portfolio .portfolio-gallery .item .responsive iframe{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
@media(max-width:767px){
.portfolio .portfolio-gallery .item{
flex:0 0 50% ;
max-width: 50%;
position: relative;
padding:8px ;
}
}
@media(max-width:500px){
.portfolio .portfolio-gallery .item{
flex:0 0 100% ;
max-width: 100%; }
} | css/style.css | body{
margin: 0;
font-family: 'poppins',sans-serif;
}
*{
box-sizing: border-box;
margin: 0;
}
.container{
max-width: 1140px;
margin: auto;
}
.row{
display: flex;
flex-wrap: wrap;
}
.section-title{
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 40px;
}
.section-title h1{
display: inline-block;
font-size: 35px;
text-transform: uppercase;
font-weight: 700;
color: #000000;
margin: 0 0 5px;
position: relative;
}
.section-title h1:before{
content: '';
left: 0;
position: absolute;
height: 2px;
right: 32%;
background-color: #febd01;
bottom: 0px;
}
.text-center{
text-align: center!important;
}
.text-right{
text-align: right!important;
}
.portfolio{
background-color: white;
padding: 100px 7px;
}
.portfolio .section-title h1:before{
left: 30%;
}
.portfolio .filter-buttons{
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px;
}
.portfolio .filter-buttons ul{
list-style: none;
text-align: center;
padding: 0;
}
.portfolio .filter-buttons ul li{
color: #000000;
font-weight: 500;
font-size: 16px;
display: inline-block;
margin: 0px 8px;
text-transform: uppercase;
cursor: pointer;
padding-bottom: 0px;
}
.portfolio .filter-buttons ul li.active{
color: #febd01;
border-bottom: 2px solid #febd01;
}
.portfolio .portfolio-gallery{
flex: 0 0 100%;
max-width: 100%;
display: flex;
flex-wrap: wrap;
}
.portfolio .portfolio-gallery .item{
flex: 0 0 33.33%;
max-width: 33.33%;
position: relative;
padding: 8px;
}
.portfolio .portfolio-gallery .item .inner{
position: relative;
}
.portfolio .portfolio-gallery .item img{
width: 100%;
display: block;
}
.portfolio .portfolio-gallery .item .responsive{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 100%;
height: 360px;
}
.portfolio .portfolio-gallery .item .responsive iframe{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
@media(max-width:767px){
.portfolio .portfolio-gallery .item{
flex:0 0 50% ;
max-width: 50%;
position: relative;
padding:8px ;
}
}
@media(max-width:500px){
.portfolio .portfolio-gallery .item{
flex:0 0 100% ;
max-width: 100%; }
} | 0.522689 | 0.07117 |
.tn2 {
top: 0;
}
@keyframes opa {
0% {opacity: 0;}
100% {opacity: 100;}
}
@keyframes pos {
0% {transform: translateY(300px);
opacity: 0;}
100% {transform: translateY(0px);
opacity: 100;}
}
body {
background: rgb(19, 19, 19);
color: #fff;
}
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #302f2f;
color: #fff;
box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
height: 100%;
width: 100%;
border-radius: 18px;
text-decoration: none;
text-align: center;
transition: all 100ms;
overflow: hidden;
background-size: 200%;
background-repeat: no-repeat;
background-position: 0%;
}
.srcim {
padding-top: 20px;
width: 40%;
}
.card h1 {
font-weight: bolder;
margin: 0;
margin: 20px;
font-size: 22px;
}
.card p {
margin: 0px 20px;
padding-bottom: 20px;
font-size: 18px;
}
.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-15px) scale(1.08);
background-position: 100%;
background-color: rgb(63, 63, 63);
}
.basic-grid {
padding: 10px 25% 0px 25%;
display: grid;
gap: 2rem;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
opacity: 0;
animation: pos;
animation-duration: 0.3s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.heading {
padding: 90px 0px 0px 0px;
text-align: center;
font-size: 40px;
opacity: 0;
animation: opa;
animation-duration: 0.3s;
animation-delay: 0.4s;
animation-fill-mode: forwards;
}
@media only screen and (max-width: 600px) {
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #302f2f;
color: #fff;
box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
height: 100%;
width: 100%;
border-radius: 18px;
text-decoration: none;
text-align: center;
transition: all 100ms;
overflow: hidden;
background-size: 200%;
background-repeat: no-repeat;
background-position: 0%;
}
.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(0px) scale(1);
background-position: 100%;
background-color: rgb(63, 63, 63);
}
.basic-grid {
padding: 10px 8% 0px 8%;
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
opacity: 0;
animation: pos;
animation-duration: 0.3s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
} | css/socials.css | .tn2 {
top: 0;
}
@keyframes opa {
0% {opacity: 0;}
100% {opacity: 100;}
}
@keyframes pos {
0% {transform: translateY(300px);
opacity: 0;}
100% {transform: translateY(0px);
opacity: 100;}
}
body {
background: rgb(19, 19, 19);
color: #fff;
}
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #302f2f;
color: #fff;
box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
height: 100%;
width: 100%;
border-radius: 18px;
text-decoration: none;
text-align: center;
transition: all 100ms;
overflow: hidden;
background-size: 200%;
background-repeat: no-repeat;
background-position: 0%;
}
.srcim {
padding-top: 20px;
width: 40%;
}
.card h1 {
font-weight: bolder;
margin: 0;
margin: 20px;
font-size: 22px;
}
.card p {
margin: 0px 20px;
padding-bottom: 20px;
font-size: 18px;
}
.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-15px) scale(1.08);
background-position: 100%;
background-color: rgb(63, 63, 63);
}
.basic-grid {
padding: 10px 25% 0px 25%;
display: grid;
gap: 2rem;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
opacity: 0;
animation: pos;
animation-duration: 0.3s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
.heading {
padding: 90px 0px 0px 0px;
text-align: center;
font-size: 40px;
opacity: 0;
animation: opa;
animation-duration: 0.3s;
animation-delay: 0.4s;
animation-fill-mode: forwards;
}
@media only screen and (max-width: 600px) {
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #302f2f;
color: #fff;
box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
height: 100%;
width: 100%;
border-radius: 18px;
text-decoration: none;
text-align: center;
transition: all 100ms;
overflow: hidden;
background-size: 200%;
background-repeat: no-repeat;
background-position: 0%;
}
.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(0px) scale(1);
background-position: 100%;
background-color: rgb(63, 63, 63);
}
.basic-grid {
padding: 10px 8% 0px 8%;
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
opacity: 0;
animation: pos;
animation-duration: 0.3s;
animation-delay: 0.6s;
animation-fill-mode: forwards;
}
} | 0.769384 | 0.207415 |
* {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.1em;
color: rgba(0, 0, 0, 0.8);
}
#bg-valid {
background-image: url(../../img/bg-valid.png);
background-position: center;
background-repeat: repeat;
/* background-attachment: fixed; */
background-size: 50%;
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
filter: opacity(30%);
/* display: none; */
}
.navbar {
position: relative;
height: 80px;
background: #F4ECE5;
/* display: flex; */
/* flex-direction: row; */
align-items: center;
justify-content: space-between;
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.logo {
display: flex;
align-items: center;
justify-self: center;
}
.logo #menubtn {
display: none;
}
.logo a img {
height: 100%;
}
.search {
justify-self: center;
position: relative;
}
.search input {
height: 30px;
width: 450px;
box-sizing: border-box;
padding: 20px;
border-radius: 30px;
}
.search .cari {
position: absolute;
right: 0px;
right: 20px;
top: 25%;
cursor: pointer;
}
.keranjang {
margin-right: 30px;
justify-self: end;
position: relative;
}
#angkacart {
width: 20px;
border-radius: 12px;
background-color: rgba(255, 255, 0, 0.8);
color: black;
cursor: default;
text-align: center;
position: absolute;
top: -10px;
right: -10px;
}
.keranjang a img {
width: 30px;
height: auto;
}
.nav {
margin: 20px 0;
display: flex;
flex-direction: row;
justify-content: center;
}
.nav a {
text-decoration: none;
color: black;
margin-right: 30px;
transition: ease-in all 100ms;
}
.nav a:hover {
transform: scale(1.1);
}
.container.special {
padding-bottom: 10px;
border-bottom: 3px solid black;
}
footer {
display: none;
}
@media(max-width:800px) {
.search {
display: none;
}
.navbar {
display: flex;
flex-direction: row;
}
}
@media(max-width:500px) {
.logo a img {
width: 200px;
}
.nav {
margin: 0;
width: 100%;
height: 90vh;
position: absolute;
top: 80px;
display: grid;
grid-template-columns: 1fr;
justify-content: space-evenly;
background-color: rgba(255, 255, 255, 0.85);
left: -100%;
transition: 0.3s all ease-in-out;
z-index: 99;
align-items: center;
}
.nav.activate {
left: 0%;
}
.nav a {
margin: 5px 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.logo #menubtn {
display: flex;
margin-left: 20px;
transition: 0.3s all ease-in-out;
}
.logo #menubtn.activate {
transform: rotate(45deg);
}
body.modal-open {
overflow-y: hidden;
height: 100vh;
}
} | public/css/user/nav.css | * {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.1em;
color: rgba(0, 0, 0, 0.8);
}
#bg-valid {
background-image: url(../../img/bg-valid.png);
background-position: center;
background-repeat: repeat;
/* background-attachment: fixed; */
background-size: 50%;
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
filter: opacity(30%);
/* display: none; */
}
.navbar {
position: relative;
height: 80px;
background: #F4ECE5;
/* display: flex; */
/* flex-direction: row; */
align-items: center;
justify-content: space-between;
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.logo {
display: flex;
align-items: center;
justify-self: center;
}
.logo #menubtn {
display: none;
}
.logo a img {
height: 100%;
}
.search {
justify-self: center;
position: relative;
}
.search input {
height: 30px;
width: 450px;
box-sizing: border-box;
padding: 20px;
border-radius: 30px;
}
.search .cari {
position: absolute;
right: 0px;
right: 20px;
top: 25%;
cursor: pointer;
}
.keranjang {
margin-right: 30px;
justify-self: end;
position: relative;
}
#angkacart {
width: 20px;
border-radius: 12px;
background-color: rgba(255, 255, 0, 0.8);
color: black;
cursor: default;
text-align: center;
position: absolute;
top: -10px;
right: -10px;
}
.keranjang a img {
width: 30px;
height: auto;
}
.nav {
margin: 20px 0;
display: flex;
flex-direction: row;
justify-content: center;
}
.nav a {
text-decoration: none;
color: black;
margin-right: 30px;
transition: ease-in all 100ms;
}
.nav a:hover {
transform: scale(1.1);
}
.container.special {
padding-bottom: 10px;
border-bottom: 3px solid black;
}
footer {
display: none;
}
@media(max-width:800px) {
.search {
display: none;
}
.navbar {
display: flex;
flex-direction: row;
}
}
@media(max-width:500px) {
.logo a img {
width: 200px;
}
.nav {
margin: 0;
width: 100%;
height: 90vh;
position: absolute;
top: 80px;
display: grid;
grid-template-columns: 1fr;
justify-content: space-evenly;
background-color: rgba(255, 255, 255, 0.85);
left: -100%;
transition: 0.3s all ease-in-out;
z-index: 99;
align-items: center;
}
.nav.activate {
left: 0%;
}
.nav a {
margin: 5px 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.logo #menubtn {
display: flex;
margin-left: 20px;
transition: 0.3s all ease-in-out;
}
.logo #menubtn.activate {
transform: rotate(45deg);
}
body.modal-open {
overflow-y: hidden;
height: 100vh;
}
} | 0.531696 | 0.128197 |
.ws-page-header {
/* Per designer request */
min-height: 70px !important;
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: none;
visibility: hidden;
}
@media (max-width: 1200px) {
.pf-site-search {
width: 100px;
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: block;
visibility: visible;
}
}
/* Hide version switcher on mobile */
@media screen and (max-width: 1200px) {
.ws-page-header {
grid-template-columns: 3fr 1fr;
}
.ws-page-header .pf-c-page__header-brand-link {
justify-content: center;
}
.ws-org-version-switcher {
display: none;
}
}
@media screen and (max-width: 1200px) {
.ws-page-header .algolia-autocomplete #global-search-input ~ .ds-dropdown-menu {
right: 0 !important;
width: 500px;
max-width: calc(100vw - 32px);
min-width: 288px;
}
}
.pf-site-search {
padding-top: 0;
padding-right: 0;
padding-bottom: 2px;
padding-left: 0;
width: 150px;
background: transparent;
transition: 250ms;
}
.pf-site-search:focus-within {
background: #fff;
}
.pf-site-search svg path {
fill: var(--pf-global--Color--light-100);
}
.pf-site-search:focus-within svg path {
fill: #fff;
}
.pf-site-search .pf-c-form__label {
--pf-c-form__label--FontSize: var(--pf-global--FontSize--lg);
}
.pf-site-search #global-search-input {
background: #151515;
border: 0;
color: #fff;
padding-left: 25px;
}
.pf-site-search #global-search-input:focus {
outline-offset: 2px;
}
.pf-site-search #global-search-input::placeholder,
.pf-site-search #global-search-input::-webkit-input-placeholder,
.pf-site-search #global-search-input::-moz-placeholder,
.pf-site-search #global-search-input:-ms-input-placeholder,
.pf-site-search #global-search-input:-ms-input-placeholder {
color: var(--pf-global--Color--light-100);
}
.ws-org-version-switcher {
margin-right: 8px;
}
.ws-org-version-toggle {
color: var(--pf-global--Color--light-100);
}
.ws-org-version-toggle::before {
border: none;
}
.ws-org-version-toggle:hover {
border-bottom: 1px solid #fff;
}
.ws-org-version-toggle-expanded::before {
border-left: none;
border-right: none;
border-top: none;
border-bottom: 2px solid #fff;
}
/* serves as the main page container */
.ws-side-nav-layout {
height: 100%;
display: flex;
flex-direction: column;
}
/* tells .pf-c-page to consume the available space left over from the banners/footers */
.ws-page {
flex: 1 1;
height: auto;
}
.ws-switcher-divider {
padding: 0 16px;
}
.ws-patternfly-3 > svg {
margin-left: 8px;
}
.ws-page-sidebar {
box-shadow: none !important;
}
.ws-page-sidebar > .pf-c-page__sidebar-body {
padding-top: var(--pf-global--spacer--md);
} | packages/gatsby-theme-patternfly-org/layouts/sideNavLayout/sideNavLayout.css | .ws-page-header {
/* Per designer request */
min-height: 70px !important;
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: none;
visibility: hidden;
}
@media (max-width: 1200px) {
.pf-site-search {
width: 100px;
}
.ws-page-header .pf-c-page__header-brand-toggle {
display: block;
visibility: visible;
}
}
/* Hide version switcher on mobile */
@media screen and (max-width: 1200px) {
.ws-page-header {
grid-template-columns: 3fr 1fr;
}
.ws-page-header .pf-c-page__header-brand-link {
justify-content: center;
}
.ws-org-version-switcher {
display: none;
}
}
@media screen and (max-width: 1200px) {
.ws-page-header .algolia-autocomplete #global-search-input ~ .ds-dropdown-menu {
right: 0 !important;
width: 500px;
max-width: calc(100vw - 32px);
min-width: 288px;
}
}
.pf-site-search {
padding-top: 0;
padding-right: 0;
padding-bottom: 2px;
padding-left: 0;
width: 150px;
background: transparent;
transition: 250ms;
}
.pf-site-search:focus-within {
background: #fff;
}
.pf-site-search svg path {
fill: var(--pf-global--Color--light-100);
}
.pf-site-search:focus-within svg path {
fill: #fff;
}
.pf-site-search .pf-c-form__label {
--pf-c-form__label--FontSize: var(--pf-global--FontSize--lg);
}
.pf-site-search #global-search-input {
background: #151515;
border: 0;
color: #fff;
padding-left: 25px;
}
.pf-site-search #global-search-input:focus {
outline-offset: 2px;
}
.pf-site-search #global-search-input::placeholder,
.pf-site-search #global-search-input::-webkit-input-placeholder,
.pf-site-search #global-search-input::-moz-placeholder,
.pf-site-search #global-search-input:-ms-input-placeholder,
.pf-site-search #global-search-input:-ms-input-placeholder {
color: var(--pf-global--Color--light-100);
}
.ws-org-version-switcher {
margin-right: 8px;
}
.ws-org-version-toggle {
color: var(--pf-global--Color--light-100);
}
.ws-org-version-toggle::before {
border: none;
}
.ws-org-version-toggle:hover {
border-bottom: 1px solid #fff;
}
.ws-org-version-toggle-expanded::before {
border-left: none;
border-right: none;
border-top: none;
border-bottom: 2px solid #fff;
}
/* serves as the main page container */
.ws-side-nav-layout {
height: 100%;
display: flex;
flex-direction: column;
}
/* tells .pf-c-page to consume the available space left over from the banners/footers */
.ws-page {
flex: 1 1;
height: auto;
}
.ws-switcher-divider {
padding: 0 16px;
}
.ws-patternfly-3 > svg {
margin-left: 8px;
}
.ws-page-sidebar {
box-shadow: none !important;
}
.ws-page-sidebar > .pf-c-page__sidebar-body {
padding-top: var(--pf-global--spacer--md);
} | 0.382257 | 0.061396 |
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}
/*
General
------------------------------------------------------------------- */
html {
/* height: 98%;*/
padding-bottom: 1px; /* force scrollbars */
}
body {
background: #FFF;
color: #444;
font: normal 75% sans-serif;
line-height: 1.5;
}
/*
Typography
------------------------------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 {
color: #444;
font-weight: normal;
line-height: 1;
margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}
h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
/* Links */
a:focus,a:hover {color: #039;}
a {
color: #456;
text-decoration: none;
}
a:hover {text-decoration: underline;}
a.feed {
background: url('img/icon-feed.gif') no-repeat left center;
padding-left: 18px;
}
a.more {
color: #579;
font-weight: bold;
}
a.more:hover {color: #234;}
/* Text elements */
p {margin-bottom: 1em;}
abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
pre {
margin: 1.5em 0;
white-space: pre;
}
pre,code,tt {
font: 1em monospace;
line-height: 1.5;
}
/* Lists */
li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}
ul {list-style-type: disc;}
ol {
list-style-type: decimal;
margin-left: 1.9em;
}
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}
/* Special lists */
ul.plain-list li, ul.nice-list li, ul.tabbed li {
list-style: none;
margin-top: 0;
}
ul.tabbed {
display: inline;
margin: 0;
}
ul.tabbed li {float: left;}
ul.plain-list {margin: 0;}
ul.nice-list {margin-left: 0;}
ul.nice-list li {
border-top: 1px solid #EEE;
list-style: none;
padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}
/* Tables */
table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}
table.data-table {
border: 1px solid #CCB;
margin-bottom: 2em;
width: 100%;
}
table.data-table th {
background: #F0F0F0;
border: 1px solid #DDD;
color: #555;
text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
background: #F6F6F6;
border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}
/* Misc classes */
.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}
.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}
.hidden {display: none;}
.quiet, .quiet a {color: #999;}
.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}
.error, .notice, .success {
border: 1px solid #DDD;
margin-bottom: 1em;
padding: 0.6em 0.8em;
}
.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}
.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}
.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}
/* Labels */
.label {
border-left-style: solid;
border-left-width: 4px;
margin-bottom: 0.2em;
padding-left: 10px;
}
.label-blue {border-left-color: #55AADA;}
.label-green {border-left-color: #B7D897;}
.label-orange {border-left-color: #FA8F6F;}
/*
Forms
------------------------------------------------------------------- */
label {
cursor: pointer;
font-weight: bold;
}
label.checkbox, label.radio {font-weight: normal;}
legend {
font-weight: bold;
font-size: 1.2em;
}
textarea {overflow: auto;}
input.text, textarea, select {
background: #FCFCFC;
border: 1px inset #AAA;
margin: 0.5em 0;
padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
input.button {
background: #DDD;
border: 1px outset #AAA;
padding: 4px 5px;
}
input.button:active {border-style: inset;}
/* Specific */
form .required {font-weight: bold;}
.form-error {border-color: #F00;}
.form-row {padding: 5px 0;}
.form-row-submit {
border-top: 1px solid #DDD;
padding: 8px 0 10px 76px;
margin-top: 10px;
}
.legend {
background: #F0FAF0;
border: 1px solid #D6DFD6;
font-size: 1.5em;
margin: 0;
padding: 8px 14px;
}
.form-property, .form-value {float: left;}
.form-property {
padding-top: 8px;
text-align: right;
width: 60px;
}
.form-value {padding-left: 16px;}
.form-error {border-color: #F00;}
.actions {
margin-top: 10px;
}
/*
Alignment
------------------------------------------------------------------- */
/* General */
.center,.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter {
background-color: #FFF;
border: 1px solid #DDD;
padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}
/* Floats */
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
display: block;
font-size: 0;
line-height: 0;
height: 0;
}
/*
Separators
------------------------------------------------------------------- */
.content-separator, .archive-separator {
background: #E5E5E5;
clear: both;
color: #FFE;
display: block;
font-size: 0;
line-height: 0;
height: 1px;
}
.content-separator {margin: 32px 0;}
.archive-separator {margin-bottom: 20px;}
/*
Posts
------------------------------------------------------------------- */
.post {margin-bottom: 20px;}
.post img.left, .post img.right {margin-bottom: 0;}
.post-date {
color: #777;
margin: 2px 0 10px;
}
.post-date a {color: #444;}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}
.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}
.post-body img.left, .post-body img.right {margin-bottom: 1em;}
.post-title { padding-bottom: 15px; }
/* Archives */
.archive-pagination {
color: #777;
padding: 10px 0;
}
.archive-pagination-top {
border-bottom: 2px solid #DDD;
margin-bottom: 24px;
}
.archive-pagination-bottom {
border-top: 2px solid #DDD;
margin-top: 24px;
}
.archive-post-date {
background: #F5F5F5;
border-bottom: 1px solid #C5C5C5;
border-right: 1px solid #CFCFCF;
float: left;
margin-right: 12px;
padding: 2px 0 5px;
text-align: center;
width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}
/*
Comments
------------------------------------------------------------------- */
.comment-input-text textarea {width: 80%;}
/* Comment list */
.comment-list-wrapper {
background: #F6F6F6;
margin: 10px 0 0;
padding: 5px 12px 10px 7px;
}
.comment-list {
margin: 0;
padding: 0;
}
.comment-list li {list-style: none;}
.comment-list ul {margin-bottom: 0;}
.comment-profile-wrapper {
text-align: center;
width: 105px;
}
.comment-gravatar {margin-bottom: 3px;}
.comment-content-wrapper {
float: right;
width: 481px;
}
.comment-parent, .comment-single {margin-top: 15px;}
.comment-list ul.children, #comments #respond ul {
border-left: 1px solid #CCC;
margin: 0 0 0 130px;
}
.comment-list ul.children ul.children {margin-left: 15px;}
.comment-list ul.children li {
background: url('img/comment-reply.gif') no-repeat left top;
margin: 0;
padding: 10px 0 0 15px;
}
.comment-body {
background: #FFF;
border: 1px solid #DDD;
padding: 10px 12px 0;
}
.comment-list ul.children .comment-body {background: #FCFCFC;}
.comment-author {padding-top: 2px;}
.comment-text p {margin-bottom: 0.8em;}
.comment .post-date, .comment-author {font-size: 0.9em;}
.comment .post-date .right a {color: #BBB;}
.comment .post-date .right a:hover {color: #234;}
.comment-arrow {
background: url('img/comment-arrow.gif') no-repeat left top;
display: block;
float: left;
height: 45px;
margin: 3px 0 -45px -41px;
position: absolute;
width: 29px;
}
/* Respond */
#respond li {list-style: none;}
#respond {
background: #F6F6F6;
padding: 10px 12px;
}
#respond ul {margin: 0;}
#respond .legend {margin-bottom: 10px;}
#comments #respond {padding: 0;}
#comments #respond .legend {
border-bottom: 0;
margin-bottom: 0;
}
#comments #respond ul {
background: url('img/comment-reply.gif') no-repeat left top;
padding: 10px 0 0 15px;
}
#comments ul.children #respond ul {
margin-left: 30px;
padding: 0;
}
#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow {display: none;}
#comments #respond .comment-body {background: #FFF;}
#comments #respond .comment-content-wrapper {
float: none;
width: 100%;
}
/*
Layout
------------------------------------------------------------------- */
/* Common */
#top, #sub-nav {border-bottom: 1px solid #DDD;}
/* Wrapper */
#site-wrapper {
margin: 0 auto;
width: 920px;
}
/* Header */
#header {padding-top: 24px;}
/* Top */
#top {padding-bottom: 32px;}
/* Logo */
#logo { border-right: 1px solid #DDD;
padding: 10px 20px 10px 0;
margin-right: 30px;
}
#logo img {}
/* Splash */
#splash {padding-top: 32px;}
/* Navigation */
.navigation a {
color: #888;
text-decoration: none;
}
.navigation a:hover {color: #002;}
.navigation li.current-tab a {color: #222;}
#main-nav li:first-child, #sub-nav li:first-child {margin-left: 0;}
/* Main navigation */
#main-nav {padding-top: 32px;}
#main-nav li {margin: 0 1em;}
#main-nav a {
font-size: 1.8em;
line-height: 2em;
padding-bottom: 2px;
}
#main-nav li.current-tab a {color: #333;}
#main-nav a:hover {color: #002;}
#main-nav li.current-tab a {border-bottom: 2px solid #94CC5F;}
/* Subnav */
#sub-nav {
border-bottom: 1px solid #DDD;
padding: 12px 0;
}
#sub-nav a {
font-size: 1.2em;
text-decoration: none;
}
#sub-nav li {margin: 0 1em;}
#sub-nav li.current-tab a {font-weight: bold;}
/* Main */
.main {margin: 24px 0;}
.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns-left {background: url('img/main-two-columns-left.gif') repeat-y left top;}
.main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 620px;}
/* Sidebar */
#sidebar {width: 255px;}
/* Columns */
.col3, .col3-mid {width: 31%;}
.col3-mid {margin-left: 3%;}
/* Sections */
.section {margin-bottom: 24px;}
.section-title {
background-color: #F9F9F9;
border-top: 2px solid #DDD;
color: #7A7A7A;
font: bold 1.2em sans-serif;
margin-bottom: 16px;
padding: 7px 10px 6px;
}
#sidebar .section-title {margin-bottom: 8px;}
/* Footer */
#footer {
border-top: 1px solid #DDD;
color: #777;
padding: 16px 0 4px;
}
#footer-left {width: 459px;}
#footer-right {
width: 459px;
text-align: right;
}
#footer p {margin-bottom: 0.4em;}
#footer .text-separator {
padding: 0 3px;
color: #BBB;
}
#footer a:hover {color: #000;}
/*
Misc overriding classes
------------------------------------------------------------------- */
/* Border */
.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}
/* Margin */
.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}
/* Padding */
.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}
/*
IE Fixes (zzz)
------------------------------------------------------------------- */
* html .navigation, * html #footer, * html #splash, * html .comment ul {height: 0.01%;}
* html #footer-left {width: 500px;}
.navigation, #splash, .comment ul {min-height: 0.01%;}
.w910 {
width: 910px;
}
.hint {
font-style: italic;
color: gray;
font-size: 12px;
}
.field_with_errors {
display: inline;
}
iframe.bordered {
border: 1px solid #ccc;
}
ul.partial_option_list li{
padding: 10px;
}
/* ajax loading bar */
#loading {
z-index: 10000;
display: none;
color: white;
font-weight: bold;
font-size: 1.2em;
float: right;
padding: 5px 10px 5px 10px;
background-color: red;
position: fixed;
right:39%;
top:0px;
}
hr {
color: grey;
} | public/stylesheets/mail_engine/style.css | html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}
/*
General
------------------------------------------------------------------- */
html {
/* height: 98%;*/
padding-bottom: 1px; /* force scrollbars */
}
body {
background: #FFF;
color: #444;
font: normal 75% sans-serif;
line-height: 1.5;
}
/*
Typography
------------------------------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 {
color: #444;
font-weight: normal;
line-height: 1;
margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}
h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
/* Links */
a:focus,a:hover {color: #039;}
a {
color: #456;
text-decoration: none;
}
a:hover {text-decoration: underline;}
a.feed {
background: url('img/icon-feed.gif') no-repeat left center;
padding-left: 18px;
}
a.more {
color: #579;
font-weight: bold;
}
a.more:hover {color: #234;}
/* Text elements */
p {margin-bottom: 1em;}
abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
pre {
margin: 1.5em 0;
white-space: pre;
}
pre,code,tt {
font: 1em monospace;
line-height: 1.5;
}
/* Lists */
li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}
ul {list-style-type: disc;}
ol {
list-style-type: decimal;
margin-left: 1.9em;
}
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}
/* Special lists */
ul.plain-list li, ul.nice-list li, ul.tabbed li {
list-style: none;
margin-top: 0;
}
ul.tabbed {
display: inline;
margin: 0;
}
ul.tabbed li {float: left;}
ul.plain-list {margin: 0;}
ul.nice-list {margin-left: 0;}
ul.nice-list li {
border-top: 1px solid #EEE;
list-style: none;
padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}
/* Tables */
table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}
table.data-table {
border: 1px solid #CCB;
margin-bottom: 2em;
width: 100%;
}
table.data-table th {
background: #F0F0F0;
border: 1px solid #DDD;
color: #555;
text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
background: #F6F6F6;
border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}
/* Misc classes */
.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}
.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}
.hidden {display: none;}
.quiet, .quiet a {color: #999;}
.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}
.error, .notice, .success {
border: 1px solid #DDD;
margin-bottom: 1em;
padding: 0.6em 0.8em;
}
.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}
.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}
.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}
/* Labels */
.label {
border-left-style: solid;
border-left-width: 4px;
margin-bottom: 0.2em;
padding-left: 10px;
}
.label-blue {border-left-color: #55AADA;}
.label-green {border-left-color: #B7D897;}
.label-orange {border-left-color: #FA8F6F;}
/*
Forms
------------------------------------------------------------------- */
label {
cursor: pointer;
font-weight: bold;
}
label.checkbox, label.radio {font-weight: normal;}
legend {
font-weight: bold;
font-size: 1.2em;
}
textarea {overflow: auto;}
input.text, textarea, select {
background: #FCFCFC;
border: 1px inset #AAA;
margin: 0.5em 0;
padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
input.button {
background: #DDD;
border: 1px outset #AAA;
padding: 4px 5px;
}
input.button:active {border-style: inset;}
/* Specific */
form .required {font-weight: bold;}
.form-error {border-color: #F00;}
.form-row {padding: 5px 0;}
.form-row-submit {
border-top: 1px solid #DDD;
padding: 8px 0 10px 76px;
margin-top: 10px;
}
.legend {
background: #F0FAF0;
border: 1px solid #D6DFD6;
font-size: 1.5em;
margin: 0;
padding: 8px 14px;
}
.form-property, .form-value {float: left;}
.form-property {
padding-top: 8px;
text-align: right;
width: 60px;
}
.form-value {padding-left: 16px;}
.form-error {border-color: #F00;}
.actions {
margin-top: 10px;
}
/*
Alignment
------------------------------------------------------------------- */
/* General */
.center,.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter {
background-color: #FFF;
border: 1px solid #DDD;
padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}
/* Floats */
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
display: block;
font-size: 0;
line-height: 0;
height: 0;
}
/*
Separators
------------------------------------------------------------------- */
.content-separator, .archive-separator {
background: #E5E5E5;
clear: both;
color: #FFE;
display: block;
font-size: 0;
line-height: 0;
height: 1px;
}
.content-separator {margin: 32px 0;}
.archive-separator {margin-bottom: 20px;}
/*
Posts
------------------------------------------------------------------- */
.post {margin-bottom: 20px;}
.post img.left, .post img.right {margin-bottom: 0;}
.post-date {
color: #777;
margin: 2px 0 10px;
}
.post-date a {color: #444;}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}
.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}
.post-body img.left, .post-body img.right {margin-bottom: 1em;}
.post-title { padding-bottom: 15px; }
/* Archives */
.archive-pagination {
color: #777;
padding: 10px 0;
}
.archive-pagination-top {
border-bottom: 2px solid #DDD;
margin-bottom: 24px;
}
.archive-pagination-bottom {
border-top: 2px solid #DDD;
margin-top: 24px;
}
.archive-post-date {
background: #F5F5F5;
border-bottom: 1px solid #C5C5C5;
border-right: 1px solid #CFCFCF;
float: left;
margin-right: 12px;
padding: 2px 0 5px;
text-align: center;
width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}
/*
Comments
------------------------------------------------------------------- */
.comment-input-text textarea {width: 80%;}
/* Comment list */
.comment-list-wrapper {
background: #F6F6F6;
margin: 10px 0 0;
padding: 5px 12px 10px 7px;
}
.comment-list {
margin: 0;
padding: 0;
}
.comment-list li {list-style: none;}
.comment-list ul {margin-bottom: 0;}
.comment-profile-wrapper {
text-align: center;
width: 105px;
}
.comment-gravatar {margin-bottom: 3px;}
.comment-content-wrapper {
float: right;
width: 481px;
}
.comment-parent, .comment-single {margin-top: 15px;}
.comment-list ul.children, #comments #respond ul {
border-left: 1px solid #CCC;
margin: 0 0 0 130px;
}
.comment-list ul.children ul.children {margin-left: 15px;}
.comment-list ul.children li {
background: url('img/comment-reply.gif') no-repeat left top;
margin: 0;
padding: 10px 0 0 15px;
}
.comment-body {
background: #FFF;
border: 1px solid #DDD;
padding: 10px 12px 0;
}
.comment-list ul.children .comment-body {background: #FCFCFC;}
.comment-author {padding-top: 2px;}
.comment-text p {margin-bottom: 0.8em;}
.comment .post-date, .comment-author {font-size: 0.9em;}
.comment .post-date .right a {color: #BBB;}
.comment .post-date .right a:hover {color: #234;}
.comment-arrow {
background: url('img/comment-arrow.gif') no-repeat left top;
display: block;
float: left;
height: 45px;
margin: 3px 0 -45px -41px;
position: absolute;
width: 29px;
}
/* Respond */
#respond li {list-style: none;}
#respond {
background: #F6F6F6;
padding: 10px 12px;
}
#respond ul {margin: 0;}
#respond .legend {margin-bottom: 10px;}
#comments #respond {padding: 0;}
#comments #respond .legend {
border-bottom: 0;
margin-bottom: 0;
}
#comments #respond ul {
background: url('img/comment-reply.gif') no-repeat left top;
padding: 10px 0 0 15px;
}
#comments ul.children #respond ul {
margin-left: 30px;
padding: 0;
}
#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow {display: none;}
#comments #respond .comment-body {background: #FFF;}
#comments #respond .comment-content-wrapper {
float: none;
width: 100%;
}
/*
Layout
------------------------------------------------------------------- */
/* Common */
#top, #sub-nav {border-bottom: 1px solid #DDD;}
/* Wrapper */
#site-wrapper {
margin: 0 auto;
width: 920px;
}
/* Header */
#header {padding-top: 24px;}
/* Top */
#top {padding-bottom: 32px;}
/* Logo */
#logo { border-right: 1px solid #DDD;
padding: 10px 20px 10px 0;
margin-right: 30px;
}
#logo img {}
/* Splash */
#splash {padding-top: 32px;}
/* Navigation */
.navigation a {
color: #888;
text-decoration: none;
}
.navigation a:hover {color: #002;}
.navigation li.current-tab a {color: #222;}
#main-nav li:first-child, #sub-nav li:first-child {margin-left: 0;}
/* Main navigation */
#main-nav {padding-top: 32px;}
#main-nav li {margin: 0 1em;}
#main-nav a {
font-size: 1.8em;
line-height: 2em;
padding-bottom: 2px;
}
#main-nav li.current-tab a {color: #333;}
#main-nav a:hover {color: #002;}
#main-nav li.current-tab a {border-bottom: 2px solid #94CC5F;}
/* Subnav */
#sub-nav {
border-bottom: 1px solid #DDD;
padding: 12px 0;
}
#sub-nav a {
font-size: 1.2em;
text-decoration: none;
}
#sub-nav li {margin: 0 1em;}
#sub-nav li.current-tab a {font-weight: bold;}
/* Main */
.main {margin: 24px 0;}
.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns-left {background: url('img/main-two-columns-left.gif') repeat-y left top;}
.main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 620px;}
/* Sidebar */
#sidebar {width: 255px;}
/* Columns */
.col3, .col3-mid {width: 31%;}
.col3-mid {margin-left: 3%;}
/* Sections */
.section {margin-bottom: 24px;}
.section-title {
background-color: #F9F9F9;
border-top: 2px solid #DDD;
color: #7A7A7A;
font: bold 1.2em sans-serif;
margin-bottom: 16px;
padding: 7px 10px 6px;
}
#sidebar .section-title {margin-bottom: 8px;}
/* Footer */
#footer {
border-top: 1px solid #DDD;
color: #777;
padding: 16px 0 4px;
}
#footer-left {width: 459px;}
#footer-right {
width: 459px;
text-align: right;
}
#footer p {margin-bottom: 0.4em;}
#footer .text-separator {
padding: 0 3px;
color: #BBB;
}
#footer a:hover {color: #000;}
/*
Misc overriding classes
------------------------------------------------------------------- */
/* Border */
.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}
/* Margin */
.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}
/* Padding */
.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}
/*
IE Fixes (zzz)
------------------------------------------------------------------- */
* html .navigation, * html #footer, * html #splash, * html .comment ul {height: 0.01%;}
* html #footer-left {width: 500px;}
.navigation, #splash, .comment ul {min-height: 0.01%;}
.w910 {
width: 910px;
}
.hint {
font-style: italic;
color: gray;
font-size: 12px;
}
.field_with_errors {
display: inline;
}
iframe.bordered {
border: 1px solid #ccc;
}
ul.partial_option_list li{
padding: 10px;
}
/* ajax loading bar */
#loading {
z-index: 10000;
display: none;
color: white;
font-weight: bold;
font-size: 1.2em;
float: right;
padding: 5px 10px 5px 10px;
background-color: red;
position: fixed;
right:39%;
top:0px;
}
hr {
color: grey;
} | 0.359477 | 0.140985 |
.octopuzzle {
position: relative;
}
.octopuzzle h1 {
color: rgb(44, 27, 19);
font-size: 50px;
}
.puzzle-box {
border: 5px solid rgb(44, 27, 19);
width: 250px;
height: 250px;
margin: 0 auto;
}
.puzzle-piece {
float: left;
box-sizing: border-box;
border: 1px solid rgba(255, 127, 80, 0.3);
/*border: 1px solid rgba(44, 27, 19, 0.3);*/
}
.puzzle-piece.solved {
border: none;
}
#octopuzzle-start-button, #octopuzzle-reset-button, #octopuzzle-random-button {
border: 2px solid rgb(44, 27, 19);
margin: 5px 2px;
}
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
#a {
background: url(octoPuzzle/hatoctopus.png) 0 0;
}
#b {
background: url(octoPuzzle/hatoctopus.png) -80px 0;
}
#c {
background: url(octoPuzzle/hatoctopus.png) -160px 0;
}
#d {
background: url(octoPuzzle/hatoctopus.png) 0 -80px;
}
#e {
background: url(octoPuzzle/hatoctopus.png) -80px -80px;
}
#f {
background: url(octoPuzzle/hatoctopus.png) -160px -80px;
}
#g {
background: url(octoPuzzle/hatoctopus.png) 0 -160px;
}
#h {
background: url(octoPuzzle/hatoctopus.png) -80px -160px;
}
#i {
background: url(octoPuzzle/hatoctopus.png) -160px -160px;
}
#a, #b, #c, #d, #e, #f, #g, #h, #i {
width: 80px;
height: 80px;
background-size: 240px;
}
.win-message {
padding-top: 44px;
position: absolute;
text-align: center;
font-size: 100px;
font-weight: bold;
color: #A893FF;
width: 248px;
height: 250px;
bottom: 52px;
border: 3px solid orange;
left: 50%;
margin-left: -124px;
background: rgba(44, 27, 19, 0.6);
display: none;
} | app/assets/stylesheets/octopuzzle.css | .octopuzzle {
position: relative;
}
.octopuzzle h1 {
color: rgb(44, 27, 19);
font-size: 50px;
}
.puzzle-box {
border: 5px solid rgb(44, 27, 19);
width: 250px;
height: 250px;
margin: 0 auto;
}
.puzzle-piece {
float: left;
box-sizing: border-box;
border: 1px solid rgba(255, 127, 80, 0.3);
/*border: 1px solid rgba(44, 27, 19, 0.3);*/
}
.puzzle-piece.solved {
border: none;
}
#octopuzzle-start-button, #octopuzzle-reset-button, #octopuzzle-random-button {
border: 2px solid rgb(44, 27, 19);
margin: 5px 2px;
}
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
#a {
background: url(octoPuzzle/hatoctopus.png) 0 0;
}
#b {
background: url(octoPuzzle/hatoctopus.png) -80px 0;
}
#c {
background: url(octoPuzzle/hatoctopus.png) -160px 0;
}
#d {
background: url(octoPuzzle/hatoctopus.png) 0 -80px;
}
#e {
background: url(octoPuzzle/hatoctopus.png) -80px -80px;
}
#f {
background: url(octoPuzzle/hatoctopus.png) -160px -80px;
}
#g {
background: url(octoPuzzle/hatoctopus.png) 0 -160px;
}
#h {
background: url(octoPuzzle/hatoctopus.png) -80px -160px;
}
#i {
background: url(octoPuzzle/hatoctopus.png) -160px -160px;
}
#a, #b, #c, #d, #e, #f, #g, #h, #i {
width: 80px;
height: 80px;
background-size: 240px;
}
.win-message {
padding-top: 44px;
position: absolute;
text-align: center;
font-size: 100px;
font-weight: bold;
color: #A893FF;
width: 248px;
height: 250px;
bottom: 52px;
border: 3px solid orange;
left: 50%;
margin-left: -124px;
background: rgba(44, 27, 19, 0.6);
display: none;
} | 0.341583 | 0.145844 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Baloo Chettan 2', cursive;
}
.navbar{
position: fixed;
top: 0;
z-index: 99999;
/* padding: 40px 0; */
}
.navbar.scrolled {
background: #203647 !important;
}
/*
.navbar .logo{
font-size: 1.5em;
text-transform: uppercase;
font-weight: 750;
letter-spacing: 2px;
} */
.navbar ul.nav {
margin-right: 3%;
}
.navbar ul.nav li.active,
.navbar ul.nav li:hover
{
background: rgba(255, 255, 255, 0.5);
color: #000;
}
.navbar ul.nav li a {
color: #EEFBFB;
font-size: 1em;
font-weight: 500;
}
.navbar ul.nav li.active a
.navbar ul.nav li:hover {
color: #EEFBFB;;
}
.hero-buttton {
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding: 13px 20px;
border-radius: 200px;
font-weight: bold;
background: #4DA8DA;
color: #EEFBFB;
cursor: pointer;
border: 2px solid #4DA8DA;
margin-top: 10px;
}
.hero-buttton:hover {
background: #EEFBFB;
color:#4DA8DA;
border: none;
}
.pulsate {
animation: pulsate 3s ease-in-out;
animation-iteration-count: infinite;
opacity: .3;
color: #000;
}
@keyframes pulsate {
0%{
opacity: .3;
}
50%{
opacity: 1;
}
100%{
opacity: .3;
}
}
/* ====slider==== */
#carouselExampleIndicators{
position: relative;
height: 100vh;
width: 100%;
}
#carouselExampleIndicators .carousel-inner{
position: relative;
height: 100%;
width: 100%;
background: #000;
}
#carouselExampleIndicators .carousel-inner:before{
position: absolute;
content: '';
background: rgba(0,0,0,0.45);
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
#carouselExampleIndicators .carousel-inner .carousel-item{
position: relative;
height: 100%;
width: 100%;
background: url("/static/blog/images/cover.jpg");
background-size: 100% 100%;
background-position: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(2){
position: relative;
height: 100%;
width: 100%;
background: url('/static/blog/images/drink (1).jpg');
background-size: 100% 100%;
background-position: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(3){
position: relative;
height: 100%;
width: 100%;
background: url('/static/blog/images/ruh.jpg');
background-size: 100% 100%;
background-position: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item .info{
position: absolute;
top: 50%;
transform: translateY(-50%);
height: auto;
width: 100%;
z-index: 1;
text-align: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item h1 {
color: #ccc;
height: auto;
width: 100%;
text-align: center;
z-index: 1;
text-align: center;
font-size: 2.5em;
font-weight: 500;
/* -webkit-box-reflect:below -45px linear-gradient(transparent,rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */
}
#carouselExampleIndicators .carousel-inner .carousel-item p {
color: #ccc;
height: auto;
width: 100%;
text-align: center;
z-index: 1;
text-align: center;
font-size: 1.2em;
font-weight: 750;
/* -webkit-box-reflect:below -45px linear-gradient(transparent,rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */
}
/* ======About Us===== */
#about {
padding: 40px;
}
.text-center {
color: #4DA8DA;
}
.about{
margin: 30px 0;
display: flex;
}
.about-icon .fas {
font-size: 50px;
color: #007CC7;
margin-right: 20px;
}
.about-subtitle {
text-transform: capitalize;
color: #007CC7;
/* font-size: 20px; */
}
.about-info{
margin-top: 10px;
line-height: 1.5;
}
.about-icon:hover .fas,
.about-subtitle:hover{
transition: transform 2s ease, color 2s ease;
transform: translateY(-10px);
color:#203647;
cursor: pointer;
}
@media only screen and (min-width: 576px){
.about-center{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.about {
flex: 0 0 calc(30% - 6px);
}
}
@media screen and (min-width:972px) {
.title-text {
font-size: 40px;
text-align: center;
}
.about {
flex: 0 0 calc (33.3% - 16px);
}
}
/* ======End of About Us===== */
@media screen and (min-width: 776px){
.menu{
display: flex;
margin-right: 0px;
}
.menu-text{
flex: 0 0 30%;
}
.menu-image{
flex: 0 0 70%;
clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
/* clip-path: circle(40%) */
}
.menu {
background: #009688;
}
}
/*============End of menu section */
/* ====Social media====== */
#social-icons {
height: 150px;
background: #EEFBFB;
text-align: center;
padding: 50px 0 50px 0;
}
#social-icons a {
display: inline-block;
padding: 5px 10px;
margin: 0 5px;
font-size: 30px;
border-radius: 5px;
transition: transform 2s ease, color 2s ease;
}
#social-icons a:hover {
transform: translateY(-20px);
}
.facebook {
color: #3b5998;
}
.twitter{
color: #38a1f3;
}
.instagram{
color: #e1306c;
}
.plus{
color: #db4a39;
}
.youtube{
color: red;
}
.whatsapp {
color: lightgreen;
}
/* =========End social media======= */
/* ==============Footer=============== */
#footer{
background:#203647 ;
color: #EEFBFB;
}
.footer-img{
width: 100%;
}
.footer-box{
padding: 20px;
}
.footer-box img {
width: 120px;
margin-bottom: 20px;
}
.footer-box .fa{
margin-right: 8px;
font-size: 25px;
height: 40px;
width: 40px;
text-align: center;
padding-top: 7px;
border-radius: 2px;
background: #4DA8DA;
}
.footer-box .form-control{
box-shadow: none;
border: none;
border-radius: 25px;
margin-top: 25px;
max-width: 250px;
}
.footer-box .btn-primary{
box-shadow: none !important;
border: none;
border-radius: 0 ;
margin-top: 30px;
background: #4DA8DA;
}
hr{
background: #EEFBFB;
}
.copyright {
margin-bottom: 0;
padding-bottom: 20px ;
text-align: center;
}
.gallery-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
margin-top: 100px;
background: #EEFBFB;
/* width: 100%; */
}
.galery-items img {
width: 300px;
height: 250px;
margin-bottom: 20px;
border-radius: 15px;
} | static/blog/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Baloo Chettan 2', cursive;
}
.navbar{
position: fixed;
top: 0;
z-index: 99999;
/* padding: 40px 0; */
}
.navbar.scrolled {
background: #203647 !important;
}
/*
.navbar .logo{
font-size: 1.5em;
text-transform: uppercase;
font-weight: 750;
letter-spacing: 2px;
} */
.navbar ul.nav {
margin-right: 3%;
}
.navbar ul.nav li.active,
.navbar ul.nav li:hover
{
background: rgba(255, 255, 255, 0.5);
color: #000;
}
.navbar ul.nav li a {
color: #EEFBFB;
font-size: 1em;
font-weight: 500;
}
.navbar ul.nav li.active a
.navbar ul.nav li:hover {
color: #EEFBFB;;
}
.hero-buttton {
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding: 13px 20px;
border-radius: 200px;
font-weight: bold;
background: #4DA8DA;
color: #EEFBFB;
cursor: pointer;
border: 2px solid #4DA8DA;
margin-top: 10px;
}
.hero-buttton:hover {
background: #EEFBFB;
color:#4DA8DA;
border: none;
}
.pulsate {
animation: pulsate 3s ease-in-out;
animation-iteration-count: infinite;
opacity: .3;
color: #000;
}
@keyframes pulsate {
0%{
opacity: .3;
}
50%{
opacity: 1;
}
100%{
opacity: .3;
}
}
/* ====slider==== */
#carouselExampleIndicators{
position: relative;
height: 100vh;
width: 100%;
}
#carouselExampleIndicators .carousel-inner{
position: relative;
height: 100%;
width: 100%;
background: #000;
}
#carouselExampleIndicators .carousel-inner:before{
position: absolute;
content: '';
background: rgba(0,0,0,0.45);
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
#carouselExampleIndicators .carousel-inner .carousel-item{
position: relative;
height: 100%;
width: 100%;
background: url("/static/blog/images/cover.jpg");
background-size: 100% 100%;
background-position: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(2){
position: relative;
height: 100%;
width: 100%;
background: url('/static/blog/images/drink (1).jpg');
background-size: 100% 100%;
background-position: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item:nth-child(3){
position: relative;
height: 100%;
width: 100%;
background: url('/static/blog/images/ruh.jpg');
background-size: 100% 100%;
background-position: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item .info{
position: absolute;
top: 50%;
transform: translateY(-50%);
height: auto;
width: 100%;
z-index: 1;
text-align: center;
}
#carouselExampleIndicators .carousel-inner .carousel-item h1 {
color: #ccc;
height: auto;
width: 100%;
text-align: center;
z-index: 1;
text-align: center;
font-size: 2.5em;
font-weight: 500;
/* -webkit-box-reflect:below -45px linear-gradient(transparent,rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */
}
#carouselExampleIndicators .carousel-inner .carousel-item p {
color: #ccc;
height: auto;
width: 100%;
text-align: center;
z-index: 1;
text-align: center;
font-size: 1.2em;
font-weight: 750;
/* -webkit-box-reflect:below -45px linear-gradient(transparent,rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */
}
/* ======About Us===== */
#about {
padding: 40px;
}
.text-center {
color: #4DA8DA;
}
.about{
margin: 30px 0;
display: flex;
}
.about-icon .fas {
font-size: 50px;
color: #007CC7;
margin-right: 20px;
}
.about-subtitle {
text-transform: capitalize;
color: #007CC7;
/* font-size: 20px; */
}
.about-info{
margin-top: 10px;
line-height: 1.5;
}
.about-icon:hover .fas,
.about-subtitle:hover{
transition: transform 2s ease, color 2s ease;
transform: translateY(-10px);
color:#203647;
cursor: pointer;
}
@media only screen and (min-width: 576px){
.about-center{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.about {
flex: 0 0 calc(30% - 6px);
}
}
@media screen and (min-width:972px) {
.title-text {
font-size: 40px;
text-align: center;
}
.about {
flex: 0 0 calc (33.3% - 16px);
}
}
/* ======End of About Us===== */
@media screen and (min-width: 776px){
.menu{
display: flex;
margin-right: 0px;
}
.menu-text{
flex: 0 0 30%;
}
.menu-image{
flex: 0 0 70%;
clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
/* clip-path: circle(40%) */
}
.menu {
background: #009688;
}
}
/*============End of menu section */
/* ====Social media====== */
#social-icons {
height: 150px;
background: #EEFBFB;
text-align: center;
padding: 50px 0 50px 0;
}
#social-icons a {
display: inline-block;
padding: 5px 10px;
margin: 0 5px;
font-size: 30px;
border-radius: 5px;
transition: transform 2s ease, color 2s ease;
}
#social-icons a:hover {
transform: translateY(-20px);
}
.facebook {
color: #3b5998;
}
.twitter{
color: #38a1f3;
}
.instagram{
color: #e1306c;
}
.plus{
color: #db4a39;
}
.youtube{
color: red;
}
.whatsapp {
color: lightgreen;
}
/* =========End social media======= */
/* ==============Footer=============== */
#footer{
background:#203647 ;
color: #EEFBFB;
}
.footer-img{
width: 100%;
}
.footer-box{
padding: 20px;
}
.footer-box img {
width: 120px;
margin-bottom: 20px;
}
.footer-box .fa{
margin-right: 8px;
font-size: 25px;
height: 40px;
width: 40px;
text-align: center;
padding-top: 7px;
border-radius: 2px;
background: #4DA8DA;
}
.footer-box .form-control{
box-shadow: none;
border: none;
border-radius: 25px;
margin-top: 25px;
max-width: 250px;
}
.footer-box .btn-primary{
box-shadow: none !important;
border: none;
border-radius: 0 ;
margin-top: 30px;
background: #4DA8DA;
}
hr{
background: #EEFBFB;
}
.copyright {
margin-bottom: 0;
padding-bottom: 20px ;
text-align: center;
}
.gallery-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
margin-top: 100px;
background: #EEFBFB;
/* width: 100%; */
}
.galery-items img {
width: 300px;
height: 250px;
margin-bottom: 20px;
border-radius: 15px;
} | 0.244814 | 0.081374 |
* {
box-sizing: border-box;
}
body {
line-height: 230%;
margin: 0;
padding: 0;
color: #212121;
background-color: #EEEEEE;
font-family: 'Roboto', sans-serif;
}
a {
color: #607D8B; /*Change link color */
text-decoration: none;
transition: .2s ease-in-out;
}
a:hover {
color: #5C6BC0; /*Change link color (on mouse over)*/
}
#blue_bg {
z-index: -1;
position: fixed;
width: 100%;
height: 25%;
top: 0;
background-color: #607D8B; /* Change top background color */
box-shadow: 0 1.5px 4px 0 rgba(0, 0, 0, 0.19), 0 1.5px 3px 0 rgba(0, 0, 0, 0.2);
}
.card {
width: 550px;
margin: 0 auto;
color: #212121;
background-color: #fff;
border-radius: 3px;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19), 0 2px 6px 0 rgba(0, 0, 0, 0.2);
transition: box-shadow 0.4s ease-in-out;
overflow: visible;
}
.quick_card {
padding: 25px;
margin-top: 10vh;
text-align: center;
margin-bottom: 36px;
}
.quick_card #photo {
height: 80px;
width: 80px;
border-radius: 99px;
}
.quick_card #name {
font-weight: normal;
margin-top: 20px;
font-size: 19px;
color: #212121;
font-family: 'Roboto Mono', sans-serif;
}
.quick_card #description {
font-weight: normal;
font-size: 15px;
color: #616161;
font-family: 'Roboto Mono', sans-serif;
}
.about_card {
position: relative;
padding: 16px 32px 16px 32px;
margin-top: 22px;
margin-bottom: 16px;
}
.about_card > .tab {
margin-top: 10px;
margin-bottom: 10px;
}
.about_card > .tab > .title {
font-size: 16px;
color: #9E9D24; /*Change title and title icon color (About Card)*/
font-family: 'Roboto Mono', sans-serif;
}
.title i {
position: relative;
left: -10px;
}
.about_card > .tab > .content {
padding: 0px 0px 0px 0px;
}
.about_card .element {
margin-bottom: 5px;
margin-top: 5px;
}
.about_card .element .name {
color: #212121;
font-size: 15px;
font-family: 'Roboto Mono', sans-serif;
}
.about_card .element .info {
color: #616161;
font-size: 14px;
}
hr {
width: 100%;
color: #E0E0E0;
background-color: #E0E0E0;
height: 1px;
border: 0;
}
.contact_card {
position: relative;
padding: 15px 30px 15px 30px;
margin-top: 22px;
margin-bottom: 40px;
}
.contact_card > .tab {
margin-top: 3px;
margin-bottom: 8px;
}
.contact_card > .tab > .title {
font-size: 16px;
color: #9E9D24; /*Change title and title icon color (Contact Card)*/
font-family: 'Roboto Mono', sans-serif;
}
.contact_card > .tab > .content {
padding-top: 10px;
text-align: left;
}
.contact_card > .tab > .content > .contacts {
padding-top: 4px;
padding-bottom: 4px;
padding-right: 16px;
display: inline-block;
font-size: 16px;
color: #212121;
}
.contact_card > .tab > .content > .about {
padding-top: 4px;
padding-right: 16px;
display: inline-block;
font-size: 14px;
font-style: italic;
color: #212121;
}
.contact_card a {
color: #616161;
text-decoration: none; /*Change link color (ONLY Contact Card)*/
}
.contact_card a:hover {
color: #5C6BC0; /*Change link color (on mouse over, ONLY Contact Card) */
}
.card .content {
overflow: hidden;
transition: max-height 0.4s;
}
.card .tab .title button.card-expand {
position: absolute;
top: 8px;
right: 8px;
padding: 0;
}
.card .tab .title .card-expand .card-expand-icon {
left: 0;
right: 0;
width: 100%;
margin: auto;
padding: 12px;
text-align: center;
}
.card .tab .title button.card-expand {
border: none;
background-color: transparent;
cursor: pointer;
}
.card .tab .title button.card-expand:focus {
outline: none;
}
.card .tab .title button.card-expand .expand {
display: block;
}
.card .tab .title button.card-expand .close {
display: none;
}
.card .tab .title button.card-expand:hover {
background-color: #F9F9F9;
}
.card.expanded {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.19), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
transition: box-shadow 0.4s ease-in-out;
}
.card.expanded .tab .title button.card-expand .expand {
display: none;
}
.card.expanded .tab .title button.card-expand .close {
display: block;
}
#fab {
position: fixed;
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
background-color: #CDDC39; /*Change FAB background color */
border-radius: 50%;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19), 0 2px 6px 0 rgba(0, 0, 0, 0.2);
transition: .2s ease-in-out;
}
#fab i {
color: #fff;
font-size: 22px;
}
#fab:hover {
background-color: #AFB42B; /*Change FAB background color (on mouse over) */
box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.19), 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
footer {
z-index: -1;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
text-align: center;
font-size: 15px;
color: #757575;
padding-bottom: 10px;
font-weight: bold;
}
.material-icons.md-24 {
font-size: 24px;
}
.vertical-align-middle {
vertical-align: middle;
}
.padding-bottom-4 {
padding-bottom: 4px;
}
/* MEDIA */
@media (min-width: 961px) {
#fab {
top: calc(25% - 30px);
right: calc((100% - 550px) / 4 - 30px);
}
}
@media (min-width: 481px) and (max-width: 960px) {
.card {
width: 80%;
}
#fab {
bottom: 2%;
right: 2%;
}
}
@media (max-width: 480px) {
.card {
width: 90%;
}
#fab {
bottom: 2%;
right: 2%;
}
} | src/file/berict/css/style.css | * {
box-sizing: border-box;
}
body {
line-height: 230%;
margin: 0;
padding: 0;
color: #212121;
background-color: #EEEEEE;
font-family: 'Roboto', sans-serif;
}
a {
color: #607D8B; /*Change link color */
text-decoration: none;
transition: .2s ease-in-out;
}
a:hover {
color: #5C6BC0; /*Change link color (on mouse over)*/
}
#blue_bg {
z-index: -1;
position: fixed;
width: 100%;
height: 25%;
top: 0;
background-color: #607D8B; /* Change top background color */
box-shadow: 0 1.5px 4px 0 rgba(0, 0, 0, 0.19), 0 1.5px 3px 0 rgba(0, 0, 0, 0.2);
}
.card {
width: 550px;
margin: 0 auto;
color: #212121;
background-color: #fff;
border-radius: 3px;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19), 0 2px 6px 0 rgba(0, 0, 0, 0.2);
transition: box-shadow 0.4s ease-in-out;
overflow: visible;
}
.quick_card {
padding: 25px;
margin-top: 10vh;
text-align: center;
margin-bottom: 36px;
}
.quick_card #photo {
height: 80px;
width: 80px;
border-radius: 99px;
}
.quick_card #name {
font-weight: normal;
margin-top: 20px;
font-size: 19px;
color: #212121;
font-family: 'Roboto Mono', sans-serif;
}
.quick_card #description {
font-weight: normal;
font-size: 15px;
color: #616161;
font-family: 'Roboto Mono', sans-serif;
}
.about_card {
position: relative;
padding: 16px 32px 16px 32px;
margin-top: 22px;
margin-bottom: 16px;
}
.about_card > .tab {
margin-top: 10px;
margin-bottom: 10px;
}
.about_card > .tab > .title {
font-size: 16px;
color: #9E9D24; /*Change title and title icon color (About Card)*/
font-family: 'Roboto Mono', sans-serif;
}
.title i {
position: relative;
left: -10px;
}
.about_card > .tab > .content {
padding: 0px 0px 0px 0px;
}
.about_card .element {
margin-bottom: 5px;
margin-top: 5px;
}
.about_card .element .name {
color: #212121;
font-size: 15px;
font-family: 'Roboto Mono', sans-serif;
}
.about_card .element .info {
color: #616161;
font-size: 14px;
}
hr {
width: 100%;
color: #E0E0E0;
background-color: #E0E0E0;
height: 1px;
border: 0;
}
.contact_card {
position: relative;
padding: 15px 30px 15px 30px;
margin-top: 22px;
margin-bottom: 40px;
}
.contact_card > .tab {
margin-top: 3px;
margin-bottom: 8px;
}
.contact_card > .tab > .title {
font-size: 16px;
color: #9E9D24; /*Change title and title icon color (Contact Card)*/
font-family: 'Roboto Mono', sans-serif;
}
.contact_card > .tab > .content {
padding-top: 10px;
text-align: left;
}
.contact_card > .tab > .content > .contacts {
padding-top: 4px;
padding-bottom: 4px;
padding-right: 16px;
display: inline-block;
font-size: 16px;
color: #212121;
}
.contact_card > .tab > .content > .about {
padding-top: 4px;
padding-right: 16px;
display: inline-block;
font-size: 14px;
font-style: italic;
color: #212121;
}
.contact_card a {
color: #616161;
text-decoration: none; /*Change link color (ONLY Contact Card)*/
}
.contact_card a:hover {
color: #5C6BC0; /*Change link color (on mouse over, ONLY Contact Card) */
}
.card .content {
overflow: hidden;
transition: max-height 0.4s;
}
.card .tab .title button.card-expand {
position: absolute;
top: 8px;
right: 8px;
padding: 0;
}
.card .tab .title .card-expand .card-expand-icon {
left: 0;
right: 0;
width: 100%;
margin: auto;
padding: 12px;
text-align: center;
}
.card .tab .title button.card-expand {
border: none;
background-color: transparent;
cursor: pointer;
}
.card .tab .title button.card-expand:focus {
outline: none;
}
.card .tab .title button.card-expand .expand {
display: block;
}
.card .tab .title button.card-expand .close {
display: none;
}
.card .tab .title button.card-expand:hover {
background-color: #F9F9F9;
}
.card.expanded {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.19), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
transition: box-shadow 0.4s ease-in-out;
}
.card.expanded .tab .title button.card-expand .expand {
display: none;
}
.card.expanded .tab .title button.card-expand .close {
display: block;
}
#fab {
position: fixed;
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
background-color: #CDDC39; /*Change FAB background color */
border-radius: 50%;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19), 0 2px 6px 0 rgba(0, 0, 0, 0.2);
transition: .2s ease-in-out;
}
#fab i {
color: #fff;
font-size: 22px;
}
#fab:hover {
background-color: #AFB42B; /*Change FAB background color (on mouse over) */
box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.19), 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
footer {
z-index: -1;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
text-align: center;
font-size: 15px;
color: #757575;
padding-bottom: 10px;
font-weight: bold;
}
.material-icons.md-24 {
font-size: 24px;
}
.vertical-align-middle {
vertical-align: middle;
}
.padding-bottom-4 {
padding-bottom: 4px;
}
/* MEDIA */
@media (min-width: 961px) {
#fab {
top: calc(25% - 30px);
right: calc((100% - 550px) / 4 - 30px);
}
}
@media (min-width: 481px) and (max-width: 960px) {
.card {
width: 80%;
}
#fab {
bottom: 2%;
right: 2%;
}
}
@media (max-width: 480px) {
.card {
width: 90%;
}
#fab {
bottom: 2%;
right: 2%;
}
} | 0.452052 | 0.105856 |
body {
margin: 24px;
padding: 0;
background: #C1C1C1;
color: black;
}
.blog-links {
text-align: center;
}
.logo{
height: 100px;
width: 300px;
}
li{
display: inline-block;
}
li a {
text-decoration: none;
color: black;
font-weight: lighter;
font-size: 25px;
}
h1 {
position: relative;
font-family: 'Bahnscrift', sans-serif;
color: black;
margin: 12px;
}
.main-links-container {
position: relative;
font-size: 20px;
top: 10%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
margin-top: 24px;
}
.main-links {
display: block;
font-family: 'Amiko', sans-serif;
padding-right: 30px;
}
.main-links::after{
content: '';
display: block;
width: 0;
height: 2px;
background: black;
transition: width .3s;
}
.main-links:hover::after{
width: 100%;
transition: width .3s;
}
.contacts-links {
font-family: 'Amiko', sans-serif;
color: black;
font-weight: 300;
}
.logo-link::after{
content: '';
display: block;
width: 0;
height: 2px;
background: black;
transition: width .3s;
}
.logo-link:hover::after{
width: 100%;
transition: width .3s;
}
h2 {
font-family: 'Amiko', sans-serif;
font-weight: bold;
color: black;
}
p {
text-align: center;
font-family: 'Bahnscrift', sans-serif;
color: black;
font-weight: 300;
margin-top: 10px;
font-size: 20px;
}
a {
text-decoration: none;
color: black;
}
.blog-links {
font-family: 'Poppins', sans-serif;
}
.wall-item {
display: block;
margin: 0 0 30px 0;
padding: 12px;
background: #E6ECE8;
border-radius: 3px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
transition: all 220ms;
}
.wall-item:hover {
box-shadow: 0px 2px 3px 4px rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
transition: all 220ms;
}
.wall-item > img {
display: block;
width: 50%;
margin: 0 0 24px 0;
margin-left: auto;
margin-right: auto;
}
.wall-item h2 {
text-align: center;
font-size: 50px;
margin: 0 0 12px 0;
}
.wall-item p {
margin-left: 10px;
margin-right: 10px;
font-size: 25px;
}
.wall {
display: flex;
flex-wrap: wrap;
position: relative;
}
.wall-column {
display: block;
margin: auto;
position: relative;
width: 100%;
float: left;
padding: 0 12px;
box-sizing: border-box;
}
.profile-pic {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 30%;
height: 30%;
border-radius: 40%
}
@media (min-width: 800px) {
h1 {
display: inline-flex;
position: relative;
font-family: 'Bahnscrift', sans-serif;
color: black;
margin: 12px;
}
.main-links-container {
position: relative;
font-size: 20px;
transform: translateX(-80%) translateY(40%);
margin-top: 24px;
}
}
@media (max-width: 799px){
.wall-item p {
font-size: 15px;
}
.wall-item h2 {
font-size: 25px;
}
.contacts-links {
font-size: 15px;
}
}
@media (max-width: 640px) {
h1 {
display: inline-block;
position: relative;
font-family: 'Bahnscrift', sans-serif;
color: black;
margin: 12px;
}
.wall-column { width: 50%; }
}
@media (max-width: 480px) {
.wall-column {
width: auto;
float: none;
}
.main-links {
font-size: 15px;
}
.wall-item h2 {
font-size: 25px;
}
.wall-item p {
font-size: 10px;
}
.contacts-links {
font-size: 10px;
}
.main-links {
font-size: 15px;
}
}
@media (max-width: 350px) {
.main-links {
font-size: 15px;
padding-right: 20px;
}
.logo{
height: 75px;
width: 200px;
}
} | blogstyles.css | body {
margin: 24px;
padding: 0;
background: #C1C1C1;
color: black;
}
.blog-links {
text-align: center;
}
.logo{
height: 100px;
width: 300px;
}
li{
display: inline-block;
}
li a {
text-decoration: none;
color: black;
font-weight: lighter;
font-size: 25px;
}
h1 {
position: relative;
font-family: 'Bahnscrift', sans-serif;
color: black;
margin: 12px;
}
.main-links-container {
position: relative;
font-size: 20px;
top: 10%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
margin-top: 24px;
}
.main-links {
display: block;
font-family: 'Amiko', sans-serif;
padding-right: 30px;
}
.main-links::after{
content: '';
display: block;
width: 0;
height: 2px;
background: black;
transition: width .3s;
}
.main-links:hover::after{
width: 100%;
transition: width .3s;
}
.contacts-links {
font-family: 'Amiko', sans-serif;
color: black;
font-weight: 300;
}
.logo-link::after{
content: '';
display: block;
width: 0;
height: 2px;
background: black;
transition: width .3s;
}
.logo-link:hover::after{
width: 100%;
transition: width .3s;
}
h2 {
font-family: 'Amiko', sans-serif;
font-weight: bold;
color: black;
}
p {
text-align: center;
font-family: 'Bahnscrift', sans-serif;
color: black;
font-weight: 300;
margin-top: 10px;
font-size: 20px;
}
a {
text-decoration: none;
color: black;
}
.blog-links {
font-family: 'Poppins', sans-serif;
}
.wall-item {
display: block;
margin: 0 0 30px 0;
padding: 12px;
background: #E6ECE8;
border-radius: 3px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
transition: all 220ms;
}
.wall-item:hover {
box-shadow: 0px 2px 3px 4px rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
transition: all 220ms;
}
.wall-item > img {
display: block;
width: 50%;
margin: 0 0 24px 0;
margin-left: auto;
margin-right: auto;
}
.wall-item h2 {
text-align: center;
font-size: 50px;
margin: 0 0 12px 0;
}
.wall-item p {
margin-left: 10px;
margin-right: 10px;
font-size: 25px;
}
.wall {
display: flex;
flex-wrap: wrap;
position: relative;
}
.wall-column {
display: block;
margin: auto;
position: relative;
width: 100%;
float: left;
padding: 0 12px;
box-sizing: border-box;
}
.profile-pic {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 30%;
height: 30%;
border-radius: 40%
}
@media (min-width: 800px) {
h1 {
display: inline-flex;
position: relative;
font-family: 'Bahnscrift', sans-serif;
color: black;
margin: 12px;
}
.main-links-container {
position: relative;
font-size: 20px;
transform: translateX(-80%) translateY(40%);
margin-top: 24px;
}
}
@media (max-width: 799px){
.wall-item p {
font-size: 15px;
}
.wall-item h2 {
font-size: 25px;
}
.contacts-links {
font-size: 15px;
}
}
@media (max-width: 640px) {
h1 {
display: inline-block;
position: relative;
font-family: 'Bahnscrift', sans-serif;
color: black;
margin: 12px;
}
.wall-column { width: 50%; }
}
@media (max-width: 480px) {
.wall-column {
width: auto;
float: none;
}
.main-links {
font-size: 15px;
}
.wall-item h2 {
font-size: 25px;
}
.wall-item p {
font-size: 10px;
}
.contacts-links {
font-size: 10px;
}
.main-links {
font-size: 15px;
}
}
@media (max-width: 350px) {
.main-links {
font-size: 15px;
padding-right: 20px;
}
.logo{
height: 75px;
width: 200px;
}
} | 0.477798 | 0.115361 |
.contenedor-trabajos {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
float: left;
width: 33%;
}
.espacio-margen {
background: #e8e8e8;
margin: 10px;
padding: 10px;
}
.rounded {
border-radius: 0.7rem !important;
}
.text-centro {
width: 100%;
text-align: center;
}
.text-bold {
font-size: xx-large;
font-weight: 900;
color: #272727;
}
.iconos {
width: 100%;
font-size: 25px;
color: #585858;
}
.subtitulo {
width: 100%;
color: #a5a5a5;
text-align: center;
}
.border {
border: 1px solid #dee2e6 !important;
}
.divFull {
width: 100%;
display: inline-block;
font-size: 0;
line-height: 0;
}
.empName {
color: #fff;
justify-content: center;
font-size: 1.5rem;
border-bottom: 2px solid;
margin-bottom: 0;
}
.leyendas {
color: #272727;
font-weight: 800;
margin-left: 12px;
font-size: x-large;
}
/* Esto es de la parte de día, semana, mes del char */
.tabs-inf {
margin: 10px;
font-size: 15px;
padding: 0px;
list-style: none;
background: #fff;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
display: inline-block;
border-radius: 50px;
position: relative;
}
.tabs-inf .a-inf {
text-decoration: none;
color: #777;
text-transform: uppercase;
padding: 10px 20px;
display: inline-block;
position: relative;
z-index: 1;
transition-duration: 0.6s;
}
.tabs-inf .a-inf.active {
color: #fff;
}
.tabs-inf .a-inf i {
margin-right: 5px;
}
.tabs-inf .selector-inf {
height: 100%;
display: inline-block;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
border-radius: 50px;
transition-duration: 0.6s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
background: #05abe0;
background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
background: -webkit-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}
/* Fin de estilos del char */
.tresPuntos {
text-align: center;
display: inline-block;
height: 100%;
width: 4%;
vertical-align: 50%;
}
.chartCss {
width: 100%;
text-align: left;
display: inline-block;
}
.bestEmployees {
width: 39%;
text-align: left;
display: inline-block;
}
.mobilScreen {
display: flex;
justify-content: space-between;
}
.chartEmp {
display: flex;
justify-content: space-around;
margin-top: 10px;
}
@media (min-width: 994px) and (max-width: 1069px) {
.empName {
font-size: 12px;
}
.reziseText {
font-size: 12px;
}
label {
margin-bottom: 0px;
}
.tresPuntos {
vertical-align: 10%;
}
}
@media (max-width: 993px) {
.div-encapsula-dates {
display: grid!important;
justify-content: center!important;
}
.btn-hover {
padding: 10px!important;
}
.espacio-divs {
padding: 10px;
}
.navbar-transparent {
display: flex !important;
}
.sidebar {
display: none;
}
.mobilScreen {
display: grid;
justify-content: initial;
}
.contenedor-trabajos {
width: 100%;
}
.chartCss {
width: 95%;
}
.bestEmployees {
width: 100%;
}
.chartEmp {
padding-left: 1.2rem;
}
.container-fluid {
padding-left: 0px;
}
.tabs-inf .a-inf {
margin: 0px;
padding: 0px;
}
.tabs-inf {
margin: 0px;
margin-bottom: 10px;
width: 100%;
flex-flow: row wrap;
display: flex;
justify-content: space-around;
height: 40px;
align-content: center;
}
.fillBlank {
width: 100;
}
}
/* lo del top nav bar */
.topNavLink {
display: block;
padding: .5rem 1rem;
color: #585858;
margin-left: 20px;
}
.navbar-transparent {
display: none;
background-color: transparent;
background: transparent;
border-color: transparent;
}
/* date picker */
.div-date {
display: inline-block;
width: fit-content;
padding: 2px;
border-radius: 50px;
height: fit-content;
background-image: linear-gradient(to right, rgb(37, 170, 225), rgb(68, 129, 235), rgb(4, 190, 254), rgb(63, 134, 237));
}
.date-css {
user-select: none;
border-radius: 50px;
text-align: center;
border: 0px;
font-family: inherit;
justify-content: center;
color: #443434;
background: #f8f9fc;
font-size: 16px;
font-weight: 700;
line-height: 40px;
box-shadow: 5px 5px 25px -2px rgba(31, 115, 255, 0.46);
padding-left: 10px;
}
/* boton del date picker */
.btn-hover {
font-size: 16px;
font-weight: 600;
color: #fff;
cursor: pointer;
text-align: center;
border: none;
background-size: 300% 100%;
padding: 0px 20px 0px 20px;
border-radius: 50px;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.btn-hover:hover {
background-position: 100% 0;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.btn-hover:focus {
outline: none;
}
.btn-hover.color-9 {
background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.div-encapsula-dates {
margin-bottom: 10px;
display: flex;
margin-top: 10px;
justify-content: space-between;
}
/* table responsive modal */
.container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
.responsive-table li {
border-radius: 3px;
padding: 25px 30px;
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.responsive-table .table-header {
background-color: #4e73df;
font-size: 14px;
color: white;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.responsive-table .table-row {
background-color: #ffffff;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}
.responsive-table .col-1 {
flex-basis: 10%;
}
.responsive-table .col-2 {
flex-basis: 40%;
}
.responsive-table .col-3 {
flex-basis: 25%;
}
.responsive-table .col-4 {
flex-basis: 25%;
}
@media all and (max-width: 767px) {
.responsive-table .table-header {
display: none;
}
.responsive-table li {
display: block;
}
.responsive-table .col {
flex-basis: 100%;
}
.responsive-table .col {
display: table-header-group;
padding: 10px 0;
}
.responsive-table .col:before {
color: #6C7A89;
padding-right: 10px;
content: attr(data-label);
flex-basis: 50%;
text-align: right;
}
}
/* fin de table responsive modal */
/* Recuadro para seleccionar fecha, el que está al lado izquiero del chart */
.datePick {
display: inline-block;
background: #828282;
transform: skew(-10deg);
padding-left: 10px;
font-weight: 500;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 10px;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
color: #ffffff;
cursor: pointer;
}
.selectedDate {
background-color: #224abed6;
}
.styleInput {
margin: 0px;
cursor: pointer;
width: 50px;
color: white;
background: #82828200;
border: none;
padding: 0;
outline: none;
border-radius: 0;
}
/* Fin del Recuadro para seleccionar fecha, el que está al lado izquiero del chart */
/* Inician los estilos para la fecha de años */
.yearpicker-container {
position: absolute;
color: var(--text-color);
width: 280px;
border: 1px solid var(--border-color);
border-radius: 3px;
font-size: 1rem;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.yearpicker-header {
display: flex;
width: 100%;
height: 2.5rem;
border-bottom: 1px solid var(--border-color);
align-items: center;
justify-content: space-around;
}
.yearpicker-prev,
.yearpicker-next {
cursor: pointer;
font-size: 2rem;
}
.yearpicker-prev:hover,
.yearpicker-next:hover {
color: var(--selected-text-color);
}
.yearpicker-year {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding: 0.5rem;
}
.yearpicker-items {
list-style: none;
padding: 1rem 0.5rem;
flex: 0 0 33.3%;
width: 100%;
}
.yearpicker-items:hover {
background-color: #bedeff;
color: #000000;
cursor: pointer;
}
.yearpicker-items.selected {
color: #000000;
background-color: #bedeff;
}
.hide {
display: none;
}
.yearpicker-items.disabled {
pointer-events: none;
color: #bbb;
}
/* Terminan los estilos para la fecha de años */
/* Comienza estilos para mes del datepicker abajo del bar */
.fecha-container {
position: absolute;
color: var(--text-color);
width: 280px;
border: 1px solid var(--border-color);
border-radius: 3px;
font-size: 1rem;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.fecha-header {
display: flex;
width: 100%;
height: 2.5rem;
border-bottom: 1px solid var(--border-color);
align-items: center;
justify-content: space-around;
}
.ul-year {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding: 0;
margin: 0;
}
.ul-items {
list-style: none;
padding: 1rem 0.5rem;
flex: 0 0 33.3%;
width: 100%;
font-size: 1rem;
font-weight: 500;
}
.ul-items:hover {
background-color: #bedeff;
color: #000000;
cursor: pointer;
}
.ul-items.selected {
color: #000000;
background-color: #bedeff;
}
.ul-items.disabled {
pointer-events: none;
color: #bbb;
}
/* termina estilos para mes del datepicker abajo del bar */
/* comienza el estilo popover para las semanas 1 al 4 */
.ul-day {
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
padding: 0;
margin: 0;
justify-content: start;
}
.ul-day-items {
list-style: none;
width: 50%;
font-size: 1rem;
font-weight: 500;
padding-left: 1rem;
text-align: start;
}
.ul-day-end {
margin-right: 1rem;
list-style: none;
width: 25%;
align-self: center;
font-weight: 800;
background-color: #4466c8;
color: #fff;
border-radius: 40px;
}
.div-ul {
display: flex;
width: 100%;
justify-content: space-between;
padding: 0.5rem 0 0.5rem 0;
}
.div-ul:hover {
background-color: #0073e954;
border-radius: 20px;
color: #0041ff;
cursor: pointer;
}
.div-ul.selected {
color: #0041ff;
border-radius: 20px;
background-color: #0073e954;
}
/* fin del estilo popover para las semanas 1 al 4 */
/* Comienza estilo para popover de los dias */
.items-semana {
list-style: none;
padding: 1rem 0.5rem;
flex: 0 0 33.3%;
width: 100%;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
}
.listItems {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding: 0;
margin: 0;
} | assets/css/informes.css | .contenedor-trabajos {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
float: left;
width: 33%;
}
.espacio-margen {
background: #e8e8e8;
margin: 10px;
padding: 10px;
}
.rounded {
border-radius: 0.7rem !important;
}
.text-centro {
width: 100%;
text-align: center;
}
.text-bold {
font-size: xx-large;
font-weight: 900;
color: #272727;
}
.iconos {
width: 100%;
font-size: 25px;
color: #585858;
}
.subtitulo {
width: 100%;
color: #a5a5a5;
text-align: center;
}
.border {
border: 1px solid #dee2e6 !important;
}
.divFull {
width: 100%;
display: inline-block;
font-size: 0;
line-height: 0;
}
.empName {
color: #fff;
justify-content: center;
font-size: 1.5rem;
border-bottom: 2px solid;
margin-bottom: 0;
}
.leyendas {
color: #272727;
font-weight: 800;
margin-left: 12px;
font-size: x-large;
}
/* Esto es de la parte de día, semana, mes del char */
.tabs-inf {
margin: 10px;
font-size: 15px;
padding: 0px;
list-style: none;
background: #fff;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
display: inline-block;
border-radius: 50px;
position: relative;
}
.tabs-inf .a-inf {
text-decoration: none;
color: #777;
text-transform: uppercase;
padding: 10px 20px;
display: inline-block;
position: relative;
z-index: 1;
transition-duration: 0.6s;
}
.tabs-inf .a-inf.active {
color: #fff;
}
.tabs-inf .a-inf i {
margin-right: 5px;
}
.tabs-inf .selector-inf {
height: 100%;
display: inline-block;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
border-radius: 50px;
transition-duration: 0.6s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
background: #05abe0;
background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
background: -webkit-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}
/* Fin de estilos del char */
.tresPuntos {
text-align: center;
display: inline-block;
height: 100%;
width: 4%;
vertical-align: 50%;
}
.chartCss {
width: 100%;
text-align: left;
display: inline-block;
}
.bestEmployees {
width: 39%;
text-align: left;
display: inline-block;
}
.mobilScreen {
display: flex;
justify-content: space-between;
}
.chartEmp {
display: flex;
justify-content: space-around;
margin-top: 10px;
}
@media (min-width: 994px) and (max-width: 1069px) {
.empName {
font-size: 12px;
}
.reziseText {
font-size: 12px;
}
label {
margin-bottom: 0px;
}
.tresPuntos {
vertical-align: 10%;
}
}
@media (max-width: 993px) {
.div-encapsula-dates {
display: grid!important;
justify-content: center!important;
}
.btn-hover {
padding: 10px!important;
}
.espacio-divs {
padding: 10px;
}
.navbar-transparent {
display: flex !important;
}
.sidebar {
display: none;
}
.mobilScreen {
display: grid;
justify-content: initial;
}
.contenedor-trabajos {
width: 100%;
}
.chartCss {
width: 95%;
}
.bestEmployees {
width: 100%;
}
.chartEmp {
padding-left: 1.2rem;
}
.container-fluid {
padding-left: 0px;
}
.tabs-inf .a-inf {
margin: 0px;
padding: 0px;
}
.tabs-inf {
margin: 0px;
margin-bottom: 10px;
width: 100%;
flex-flow: row wrap;
display: flex;
justify-content: space-around;
height: 40px;
align-content: center;
}
.fillBlank {
width: 100;
}
}
/* lo del top nav bar */
.topNavLink {
display: block;
padding: .5rem 1rem;
color: #585858;
margin-left: 20px;
}
.navbar-transparent {
display: none;
background-color: transparent;
background: transparent;
border-color: transparent;
}
/* date picker */
.div-date {
display: inline-block;
width: fit-content;
padding: 2px;
border-radius: 50px;
height: fit-content;
background-image: linear-gradient(to right, rgb(37, 170, 225), rgb(68, 129, 235), rgb(4, 190, 254), rgb(63, 134, 237));
}
.date-css {
user-select: none;
border-radius: 50px;
text-align: center;
border: 0px;
font-family: inherit;
justify-content: center;
color: #443434;
background: #f8f9fc;
font-size: 16px;
font-weight: 700;
line-height: 40px;
box-shadow: 5px 5px 25px -2px rgba(31, 115, 255, 0.46);
padding-left: 10px;
}
/* boton del date picker */
.btn-hover {
font-size: 16px;
font-weight: 600;
color: #fff;
cursor: pointer;
text-align: center;
border: none;
background-size: 300% 100%;
padding: 0px 20px 0px 20px;
border-radius: 50px;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.btn-hover:hover {
background-position: 100% 0;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.btn-hover:focus {
outline: none;
}
.btn-hover.color-9 {
background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.div-encapsula-dates {
margin-bottom: 10px;
display: flex;
margin-top: 10px;
justify-content: space-between;
}
/* table responsive modal */
.container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}
.responsive-table li {
border-radius: 3px;
padding: 25px 30px;
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.responsive-table .table-header {
background-color: #4e73df;
font-size: 14px;
color: white;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.responsive-table .table-row {
background-color: #ffffff;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}
.responsive-table .col-1 {
flex-basis: 10%;
}
.responsive-table .col-2 {
flex-basis: 40%;
}
.responsive-table .col-3 {
flex-basis: 25%;
}
.responsive-table .col-4 {
flex-basis: 25%;
}
@media all and (max-width: 767px) {
.responsive-table .table-header {
display: none;
}
.responsive-table li {
display: block;
}
.responsive-table .col {
flex-basis: 100%;
}
.responsive-table .col {
display: table-header-group;
padding: 10px 0;
}
.responsive-table .col:before {
color: #6C7A89;
padding-right: 10px;
content: attr(data-label);
flex-basis: 50%;
text-align: right;
}
}
/* fin de table responsive modal */
/* Recuadro para seleccionar fecha, el que está al lado izquiero del chart */
.datePick {
display: inline-block;
background: #828282;
transform: skew(-10deg);
padding-left: 10px;
font-weight: 500;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 10px;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
color: #ffffff;
cursor: pointer;
}
.selectedDate {
background-color: #224abed6;
}
.styleInput {
margin: 0px;
cursor: pointer;
width: 50px;
color: white;
background: #82828200;
border: none;
padding: 0;
outline: none;
border-radius: 0;
}
/* Fin del Recuadro para seleccionar fecha, el que está al lado izquiero del chart */
/* Inician los estilos para la fecha de años */
.yearpicker-container {
position: absolute;
color: var(--text-color);
width: 280px;
border: 1px solid var(--border-color);
border-radius: 3px;
font-size: 1rem;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.yearpicker-header {
display: flex;
width: 100%;
height: 2.5rem;
border-bottom: 1px solid var(--border-color);
align-items: center;
justify-content: space-around;
}
.yearpicker-prev,
.yearpicker-next {
cursor: pointer;
font-size: 2rem;
}
.yearpicker-prev:hover,
.yearpicker-next:hover {
color: var(--selected-text-color);
}
.yearpicker-year {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding: 0.5rem;
}
.yearpicker-items {
list-style: none;
padding: 1rem 0.5rem;
flex: 0 0 33.3%;
width: 100%;
}
.yearpicker-items:hover {
background-color: #bedeff;
color: #000000;
cursor: pointer;
}
.yearpicker-items.selected {
color: #000000;
background-color: #bedeff;
}
.hide {
display: none;
}
.yearpicker-items.disabled {
pointer-events: none;
color: #bbb;
}
/* Terminan los estilos para la fecha de años */
/* Comienza estilos para mes del datepicker abajo del bar */
.fecha-container {
position: absolute;
color: var(--text-color);
width: 280px;
border: 1px solid var(--border-color);
border-radius: 3px;
font-size: 1rem;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.fecha-header {
display: flex;
width: 100%;
height: 2.5rem;
border-bottom: 1px solid var(--border-color);
align-items: center;
justify-content: space-around;
}
.ul-year {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding: 0;
margin: 0;
}
.ul-items {
list-style: none;
padding: 1rem 0.5rem;
flex: 0 0 33.3%;
width: 100%;
font-size: 1rem;
font-weight: 500;
}
.ul-items:hover {
background-color: #bedeff;
color: #000000;
cursor: pointer;
}
.ul-items.selected {
color: #000000;
background-color: #bedeff;
}
.ul-items.disabled {
pointer-events: none;
color: #bbb;
}
/* termina estilos para mes del datepicker abajo del bar */
/* comienza el estilo popover para las semanas 1 al 4 */
.ul-day {
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
padding: 0;
margin: 0;
justify-content: start;
}
.ul-day-items {
list-style: none;
width: 50%;
font-size: 1rem;
font-weight: 500;
padding-left: 1rem;
text-align: start;
}
.ul-day-end {
margin-right: 1rem;
list-style: none;
width: 25%;
align-self: center;
font-weight: 800;
background-color: #4466c8;
color: #fff;
border-radius: 40px;
}
.div-ul {
display: flex;
width: 100%;
justify-content: space-between;
padding: 0.5rem 0 0.5rem 0;
}
.div-ul:hover {
background-color: #0073e954;
border-radius: 20px;
color: #0041ff;
cursor: pointer;
}
.div-ul.selected {
color: #0041ff;
border-radius: 20px;
background-color: #0073e954;
}
/* fin del estilo popover para las semanas 1 al 4 */
/* Comienza estilo para popover de los dias */
.items-semana {
list-style: none;
padding: 1rem 0.5rem;
flex: 0 0 33.3%;
width: 100%;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
}
.listItems {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding: 0;
margin: 0;
} | 0.454956 | 0.09645 |