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 |
|---|---|---|---|---|
html, body {
height: 100%;
margin: 0;
}
[class^="close-"] >svg {
margin:8px;
}
p{
font-size:14px;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #6EB7DB;
}
.follow-button > form > .follow, .unfollow{
outline: 0;
border: none;
background: #fff;
padding: 0;
margin-top: 2px;
}
.user>.follow-button:hover{
background-color:#f5f5f5;
}
.user>.follow-button:hover>form >input{
background-color:#f5f5f5;
}
.user-sub>.follow-button > form > input:hover{
background-color:#f5f5f5;
}
.user-sub>.follow-button >a:hover{
color:#000;
border:1px solid #a9a9a9;
background-color:#f5f5f5;
}
.page-link {
color:#000;
}
.pagination{
margin: auto;
}
.page-item.active .page-link {
background-color: #6EB7DB;
border:1px solid #6EB7DB;
}
.contribute-button{
width: 100px;
margin-top: 10px;
padding: 5px 5px;
color: #fff;
background-color: #6EB7DB;
border:none;
border-radius: 5px;
}
.contribute-button:hover{
color: #fff;
opacity:0.8;
border:none;
}
/* focusされた時の枠線の色 */
.contribute-button:focus, .contribute-button.focus,
.contribute-button:not(:disabled):not(.disabled):active:focus, .contribute-button:not(:disabled):not(.disabled).active:focus,
.show > .contribute-button.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
header{
background-color: #fff;
position: fixed;
display: flex;
width: 100%;
z-index: 2;
border-bottom: 1px solid #a9a9a9;
}
.container{
min-height: calc(100vh - 160px);
margin-bottom:60px;
}
.footer{
height:100px;
color:#fff;
width:100%;
text-align:center;
padding-top:40px;
background-color:#606060;
}
li{
list-style: none;
}
a{
color:#000;
}
h1{
font-size:20px;
}
p{
margin:0;
}
.separator{
border-bottom:1px solid #a9a9a9;
margin-bottom:25px;
}
.shows > ul > .show{
background-color:#a9a9a9;
}
.shows > ul > .show > a >span{
color:#fff;
}
.followings > ul > .follow{
background-color:#a9a9a9;
}
.followings > ul > .follow > a >span{
color:#fff;
}
.followers > ul > .follower{
background-color:#a9a9a9;
}
.followers > ul > .follower > a >span{
color:#fff;
}
.bookmarks > ul > .bookmark{
background-color:#a9a9a9;
}
.bookmarks > ul > .bookmark > a >span{
color:#fff;
}
.link{
color:#6EB7DB;
}
#upload{
background-color: #888;
width:100%;
}
label > input {
display:none; /* アップロードボタンのスタイルを無効にする */
}
.user-header{
height: auto;
}
.user-sub > .icon{
width:100%;
height: auto;
}
.user-sub > .icon > img{
width: 100%;
height: auto;
margin-bottom:10px;
}
.select-image {
text-align: center;
color: #fff; /* ラベルテキストの色を指定する */
background-color: #6EB7DB;/* ラベルの背景色を指定する */
padding: 10px 10px; /* ラベルとテキスト間の余白を指定する */
border-radius: 10px;
width: 130px;
}
.select-image:hover{
opacity:0.8;
}
.post > .image-holder > .user{
border: 1px solid #a9a9a9;
height: 62px;
margin-bottom: 15px;
}
.user-icon{
border-radius: 50%;
margin-right: 10px;
border: 1px solid #a9a9a9 ;
}
.pc-show > .main >.function-button{
height: 50px;
border: 1px solid #a9a9a9;
}
.pc-show>.main >.comment-form{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
}
.comment-form > form >.comment-button> .btn-primary{
background-color: #6EB7DB;
border:1px solid #6EB7DB;
}
.comment-form > form >.comment-button> .btn-primary:hover{
opacity:0.8;
}
.comment-form > .guest{
text-align: center;
padding: 5px;
}
.show-tag >ul {
margin: 0;
padding: 0;
list-style: none;
}
.show-tag >ul li {
display: inline-block;
margin: 0 .3em .3em 0;
padding: 0;
}
.show-tag >ul li a {
display: inline-block;
max-width: 100px;
height: 28px;
line-height: 28px;
padding: 0 1em;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 3px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: #333;
font-size: 13px;
text-decoration: none;
-webkit-transition: .2s;
transition: .2s;
}
.show-tag >ul li a:hover {
background-color: #6EB7DB;
border: 1px solid #6EB7DB;
color: #fff;
}
.sub> .user > .icon > a >img:hover,.post-comment>.icon > a >img:hover,.post > .image-holder > .user > .icon > a >img:hover{
opacity:0.6;
}
.tags > p{
font-size: 20px;
border-bottom: 1px solid #a9a9a9;
}
.users{
margin-bottom: 15px;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.my-post >.row >.post > .image-holder > .user{
display:none;
}
.comment-holder{
height:90%;
}
.post-comment{
width: 100%;
display:flex;
}
.post-comment > .icon{
width:10%;
margin:0;
height: auto;
margin-bottom:10px;
}
.post-comment > .icon > a > img{
width:100%;
height:auto;
margin:0;
}
.post-comment > .comment-content{
width:90%;
padding-left:5px;
word-break: break-all;
}
.like-comment{
margin-right:0;
margin-bottom: 0;
width: auto;
float: left;
}
.show-users{
margin:0;
}
.post-ranking .row {
counter-reset: post-ranking;
}
.post-ranking .row .post .image-holder {
position:relative;
}
.post-ranking .row .post:first-child div.image-holder:before{
border:2px solid #ffe400;
}
.post-ranking .row .post:nth-child(2) div.image-holder:before{
border:2px solid #dcdcdc;
}
.post-ranking .row .post:nth-child(3) div.image-holder:before{
border:2px solid #9a5b00;
}
.post-ranking .row .post .image-holder:before {
position:absolute;
top:5px;
left:5px;
content: counter(post-ranking, decimal);
counter-increment: post-ranking;
width:28px;
height:28px;
border:2px solid #fff;
border-radius:50%;
text-align:center;
background:#000;
color:#fff;
}
.user-nav > ul{
padding-left: 0;
list-style: none;
text-align:center;
letter-spacing: -1em;
width: 99%;
margin: 20px auto;
}
.user-nav > ul > .list-inline-item{
width: 25%;
border-left: 1px solid #a9a9a9;
border-top: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
letter-spacing: 0;
margin-right:0;
padding: 4px;
}
.user-nav > ul > .list-inline-item:last-child{
border-right:1px solid #a9a9a9;
}
.user-nav > ul > .list-inline-item>.nav-link{
padding:0;
}
@media (max-width: 575.98px) {
.sp-nav{
display:block;
}
.tag-ranking{
display:none;
}
.side-bar{
display:none;
}
.sp-menu-item{
padding:0;
}
.navbar-brand{
margin: auto;
padding-right: 35px;
}
.nav-item{
padding-left:15px;
}
.site-name:hover{
color: #000;
font-size: 24px;
margin: 0 auto;
text-decoration:none;
}
.sp-header .mb-3{
margin-bottom:0;
}
#create-button {/*円の部分*/
position: fixed;
z-index: 3;
bottom: 10px;
right: 10px;
display: block;
width: 58px;
height: 58px;
background: #6EB7DB;
text-align: center;
border-radius: 50%;
transition: .3s;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
padding-top: 15px;
padding-left: 7px;
}
#create-button:hover {/*ホバー時*/
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.color{
color:#fff;
font-size:24px;
}
.sp-user-ranking > ul{
display: flex;
height: auto;
padding:0;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.sp-user-ranking > ul::-webkit-scrollbar {
display: none;
}
.sp-user-ranking > ul > li{
display: flex;
margin-left:10px;
height:auto;
}
.sp-user-ranking > ul > li>a{
margin: 0;
height: 100%;
width: auto;
}
.sp-user-ranking > ul > li>a>img{
margin:0;
}
.tag-post{
margin-left:-15px;
margin-right:-15px;
}
.show-users{
padding:0;
}
.my-post{
padding:0;
}
.user-image{
width: 100%;
height: auto;
}
.post{
padding:0;
}
.post > .image-holder{
width: 99%;
margin-bottom: 2px;
}
.index> .row > .post> .image-holder > .user{
display:none;
}
.new-post> .row > .post> .image-holder > .user{
display:none;
}
.post-ranking> .row > .post> .image-holder > .user{
display:none;
}
.user > .icon{
margin-bottom: 0;
}
.show-users > .users{
padding:0;
}
.show-post{
padding: 0;
}
.show-image {
width: 100%;
}
.show-image img{
width: 100%;
height: auto;
}
.main{
padding: 0;
}
.function-button .like-user{
padding: 10px;
}
.container{
padding-top: 80px;
position: relative;
}
.pc-show{
display: none;
}
.sp-show > .show-content{
width:95%;
margin: 0 auto;
padding:10px 0 10px 0;
}
.sp-show > .show-tag{
width:95%;
margin: 0 auto;
}
.sp-show > .user{
display:flex;
width: 100%;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sp-show > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width: 20%;
}
.sp-show > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.sp-show > .user > .user-name{
display: flex;
padding-right: 10px;
width: 55%;
margin: 0;
float: left;
}
.sp-show > .user > .user-name > p{
margin:auto 0;
font-size:16px;
}
.sp-show > .user > .follow-button{
height: 50%;
width: 25%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
}
.sp-show > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sp-show > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 13px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-show > .user >.nav-item{
width:25%;
text-align:center;
}
.function-button{
width: 100%;
height: 45px;
border-bottom: 1px solid #a9a9a9;
}
.function-button > .like-comment{
margin-right: 0;
margin-bottom: 0;
padding: 2px;
width: auto;
float: left;
}
.function-button > .like-comment > .like-button{
padding: 0;
margin: 0;
width:auto;
float: left;
}
.function-button > .like-comment > .comment{
width: 40px;
float: left;
padding-top: 4px;
padding-left: 15px;
}
.like-comment > .like-button > form > button{
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
.function-button >.bookmark{
float: right;
}
.bookmark-button{
padding:0;
margin:0;
}
.show-comment{
width:95%;
margin:0 auto;
margin-bottom: 25px;
}
.comment{
height: calc(100% - 63px);
padding: 0 10px;
}
.comment-form{
border-top: 1px solid #a9a9a9;
position: absolute;
bottom: 0;
height: 67px;
padding: 5px;
border-top: 1px solid #a9a9a9;
width: 100%;
background-color: #fff;
}
.comment-form >form> .icon{
margin: 0;
width: 55px;
}
.comment-form >form>.icon > .user-icon{
border-radius: 50%;
width: 100%;
height: auto;
}
.comment-form >form> .form{
width: calc(80% - 55px);
padding-left: 5px;
padding-right: 5px;
padding-top: 7px;
}
.comment-form > form> .comment-button{
padding-top: 7px;
}
.comment-form > .guest {
text-align: center;
}
.user-ranking > .users > .user {
height: 100px;
width: 100px;
margin: 0;
margin-left: 3px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 100%;
height: 100%;
margin: 0;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
margin: 0;
}
.user-ranking > .users >.user > .content {
display:none;
}
.pc-header{
display:none;
}
.sp-header{
padding: 10px;
}
.sp-header > .user-sub{
width:25%;
}
.sp-header > .user-main{
width: 75%;
padding-left: 10px;
}
.sp-header > .user-main > div{
padding-top:17px;
}
.sp-header > .user-main > div>.user-name{
margin:0;
padding-right:15px;
float: left;
width: 60%;
}
.sp-header > .user-main > div>.user-name> .name > h1{
font-size: 18px;
margin: 0;
}
.sp-header > .user-main >div>.user-name> .user-id > p{
margin: 0;
margin-bottom: 5px;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.sp-header > .user-main > .introduce > p{
font-size: 13px;
margin: 0;
margin-bottom: 5px;
}
.sp-header > .user-main > .list-inline > li > a {
padding:0;
text-decoration: none;
color: #000;
}
.sp-header > .user-main > .list-inline > li > a > span{
padding: 0;
}
.sp-header > .user-main > div> .follow-button{
width: 40%;
margin:0;
display: flex;
border-radius: 5px;
text-align: center;
}
.sp-header > .user-main > div> .follow-button > a{
font-size: 12px;
margin: auto;
padding: 5px 20px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.sp-header > .user-main >div> .follow-button > form{
width: 100%;
}
.sp-header > .user-main >div> .follow-button > form > .unfollow{
font-size: 12px;
margin: auto;
padding: 10px 15px;
border-radius: 15px;
}
.sp-header > .user-main >div> .follow-button > form > .follow{
font-size: 12px;
margin: auto;
padding: 10px 15px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.follow, .follower{
padding-right:15px;
padding-left:15px;
}
.show-users{
width:95%;
margin:0 auto;
}
.show-users >.users >.user{
display: flex;
width: 100%;
/*border: 1px solid #a9a9a9;*/
margin-bottom: 0;
padding: 5px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 20%;
margin: 0;
height: auto;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 50%;
padding-right: 5px;
margin-left: 5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size: 14px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users > .users > .user >.content >div > ul>li{
font-size:10px;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 30%;
display: flex;
height: 35px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 12px;
margin: auto;
width: 90%;
height: 100%;
}
.pc-timeline{
display:none;
}
.sp-timeline > .row> .post >.image-holder{
width:100%;
margin-bottom: 30px;
}
.sp-timeline > .row >.post > .image-holder > .user {
margin: 0;
display: flex;
padding: 5px;
border: none;
height: auto;
}
.sp-timeline > .row >.post > .image-holder > .user>.icon {
margin-bottom: 0;
margin: 0;
width: 15%;
height: auto;
}
.sp-timeline > .row >.post > .image-holder > .user>.icon>a>img{
width: 100%;
height: auto;
}
.sp-timeline > .row > .post >.image-holder > .user >.user-name{
display: flex;
margin: auto 0;
padding-left: 10px;
}
.sp-timeline > .row >.post > .image-holder > .function-button{
border:none;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.navbar-brand{
margin: auto;
padding-right: 25px;
}
.side-bar{
display:none;
}
.sp-nav{
display:block;
}
.sp-menu{
display: block;
}
.sp-menu-item{
padding:0;
}
.container{
padding-top:80px;
}
.navbar-brand{
margin: auto;
padding-right: 35px;
}
.nav-item{
padding-left:15px;
}
.navbar > .pc-nav{
display:none;
}
#create-button {/*円の部分*/
position: fixed;
z-index: 3;
bottom: 10px;
right: 10px;
display: block;
width: 58px;
height: 58px;
background: #6EB7DB;
text-align: center;
border-radius: 50%;
transition: .3s;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
padding-top: 15px;
padding-left: 7px;
}
#create-button:hover {/*ホバー時*/
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.color{
color:#fff;
font-size:24px;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.user-ranking{
display:none;
}
.sp-user-ranking > ul{
display: flex;
height: auto;
padding:0;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.sp-user-ranking > ul::-webkit-scrollbar {
display: none;
}
.sp-user-ranking > ul > li{
display: flex;
margin-left:10px;
height:auto;
}
.sp-user-ranking > ul > li>a{
margin: 0;
height: 100%;
width: auto;
}
.sp-user-ranking > ul > li>a>img{
margin:0;
}
.tag-post{
margin-left:-15px;
margin-right:-15px;
}
.show-users > .users{
padding:0;
}
.post{
padding: 0;
padding-left: 5px;
padding-right: 5px;
}
.my-post{
padding:0;
}
.user-image{
width:100%;
height: auto;
}
.user{
height: 50px;
}
.post > .image-holder > .user{
margin-bottom: 15px;
height:52px;
}
.user > .icon{
margin-bottom: 0;
}
.main .function-button .like-user{
width: 85%;
}
.main > .show-image > img{
width: 100%;
height: auto;
}
.show-post{
padding: 0;
}
.show-image {
width: 100%;
}
.show-image > img{
width: 100%;
height: auto;
}
.main{
padding: 0;
}
.pc-show{
display:none;
}
.sp-show > .user{
display:flex;
width: 100%;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sp-show > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:15%;
}
.sp-show > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sp-show > .user > .user-name{
display: flex;
padding-right: 10px;
width: 65%;
margin: 0;
float: left;
}
.sp-show > .user > .user-name > p{
margin:auto 0;
font-size:24px;
}
.sp-show > .user > .follow-button{
height: 50%;
width: 20%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
}
.sp-show > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sp-show > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 18px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-show > .user >.nav-item{
width:20%;
text-align:center;
}
.sp-show > .show-content{
width:95%;
margin: 0 auto;
padding:10px 0 10px 0;
}
.sp-show > .show-tag{
width:95%;
margin: 0 auto;
}
.sp-show > .show-tag{
width:95%;
margin: 0 auto;
}
.sp-show > .show-comment{
width: 95%;
margin: 0 auto;
margin-bottom: 25px;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.function-button{
width: 100%;
height: 45px;
border-bottom: 1px solid #a9a9a9;
}
.function-button > .like-comment{
margin-right: 0;
margin-bottom: 0;
padding: 2px;
width: auto;
float: left;
}
.function-button > .like-comment > .like-button{
padding: 0;
margin: 0;
float: left;
width:auto;
}
.function-button > .like-comment > .comment{
width: auto;
float: left;
padding-top: 4px;
padding-left: 15px;
}
.like-comment > .like-button > form > button{
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
.function-button >.bookmark{
float: right;
}
.bookmark-button{
padding:0;
margin:0;
}
.comment{
height: calc(100% - 94px);
padding: 10px;
}
.comment-form{
border-top: 1px solid #a9a9a9;
position: absolute;
bottom: 0;
height: 67px;
padding: 5px;
border-top: 1px solid #a9a9a9;
width: 100%;
}
.comment-form >form> .icon{
margin: 0;
width: 55px;
}
.comment-form >form>.icon > .user-icon{
border-radius: 50%;
width: 100%;
height: auto;
}
.comment-form >form> .form{
width: calc(80% - 55px);
padding-left: 5px;
padding-right: 5px;
padding-top: 7px;
}
.comment-form > form> .comment-button{
padding-top: 7px;
}
.user-ranking > .users > .user {
height: 100px;
width: 100px;
margin: 0;
margin-left: 3px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 100%;
height: 100%;
margin: 0;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
margin: 0;
}
.user-ranking > .users >.user > .content {
display:none;
}
.sp-header{
display:none;
}
.pc-header > .user-sub{
width:25%;
padding-left: 15px;
}
.pc-header > .user-sub > .follow-button{
width: 85%;
height: 40px;
margin: 0 auto;
border-radius: 5px;
display:flex;
text-align:center;
}
.pc-header > .user-sub > .follow-button > form{
font-size: 12px;
width:100%;
}
.pc-header > .user-sub > .follow-button > form>input{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-sub > .follow-button > a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-main{
width: 75%;
padding-left: 15px;
padding-right: 15px;
}
.pc-header > .user-main >.name> h1{
margin: 0;
}
.pc-header > .user-main >.user-id> p{
margin: 0;
}
.pc-header > .user-main > .sp-only{
margin: 0;
margin-bottom: 10px;
}
.pc-header > .user-main > .sp-only>li>a{
padding: 0
}
.follow, .follower{
padding-right:15px;
padding-left:15px;
}
/*.pc-only{*/
/* display:none;*/
/*}*/
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.text-left{
width:100%;
margin:0 auto;
}
.show-users{
width:95%;
margin:0 auto;
}
.show-users >.users >.user{
display: flex;
width: 100%;
/*border: 1px solid #a9a9a9;*/
margin-bottom: 0;
padding: 10px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right: 5px;
margin-left: 5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size: 20px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users > .users > .user >.content >div > ul>li{
font-size:16px;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 50px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 16px;
margin: auto;
width: 90%;
height: 100%;
}
.pc-timeline{
display:none;
}
.sp-timeline>.row>.post>.image-holder{
border:solid 1px #a9a9a9;
}
.sp-timeline > .row >.post > .image-holder > .user {
display: flex;
width: 100%;
border: none;
height: auto;
margin: 0;
}
.sp-timeline > .row >.post > .image-holder > .user>.icon {
width:20%;
}
.sp-timeline > .row >.post > .image-holder > .function-button{
border:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.sp-nav{
display:none;
}
.sp-menu{
display: none;
}
.sp-show{
display:none;
}
#create-button{
display:none;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.post{
padding: 0;
padding-left: 5px;
padding-right: 5px;
}
.sp-user-ranking{
display:none;
}
.user-image{
width:100%;
height: auto;
}
.user{
height: 50px;
}
.show-image .function-button .like-user{
width: 100%;
}
.show-image img{
width: 100%;
height: auto;
}
.container{
padding-top: 80px;
position: relative;
}
.follow-button{
width: 180px;
margin-left: 15px;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.form{
width: 63%;
}
.user-ranking > .users > .user {
height: 55px;
padding-left: 10px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 20%;
height: 100%;
margin: 0;
margin-left: 3px;
margin-top: 3px;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
}
.user-ranking > .users >.user > .content {
float: left;
margin-left: 5px;
margin-top: 5px;
width: 73%;
}
.user-ranking > .users > .user > .content > .user-name {
margin:0;
}
.user-ranking > .users > .user > .content > .user-name > h5 {
font-size: 15px;
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline {
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline >.list-inline-item > a {
font-size: 12px;
}
.pc-header >.user-sub{
width:25%;
padding-left: 15px;
}
.sp-only{
display:none;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sub > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:20%;
}
.sub > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sub > .user > .user-name{
display: flex;
padding-right: 10px;
width: 55%;
margin: 0;
float: left;
}
.sub > .user > .user-name > p{
margin:auto 0;
}
.sub > .user > .follow-button{
height: 30px;
width: 30%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
}
.sub > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sub > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 10px;
margin: auto;
width: 90%;
height: 100%;
}
.sub >.user>.nav-item{
width: 30%;
text-align:right;
}
.sub > .show-content{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 10px;
margin-bottom: 20px;
}
.sub > .show-content > .time{
border-top: 1px solid #a9a9a9;
padding: 2px;
}
.like-comment{
float: left;
width:auto;
}
.function-button >.bookmark{
float:right;
}
.like-comment > .like-button{
float: left;
margin: 0;
width:auto;
margin-left: 5px;
margin-top: 7px;
text-align: center;
}
.like-comment > .like-button > form > button{
padding: 0;
}
.like-comment > .comment{
float: left;
margin-left: 15px;
margin-top: 5px;
}
.pc-show >.main >.comment{
height: 200px;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding:10px;
}
.comment-form{
height: auto;
display: flex;
padding: 5px;
}
.comment-form > form{
display: flex;
height: auto;
width: 100%;
}
.comment-form>form > .icon{
margin: 0;
width: 15%;
height: auto;
}
.comment-form > form > .icon > img{
height: auto;
margin: 0;
width: 100%;
}
.comment-form > form >.form{
width:60%;
margin: auto;
padding-left: 10px;
}
.comment-form > form > .comment-button{
width: 25%;
margin: auto;
padding-left: 10px;
}
.sp-header{
display:none;
}
.user-header > .row > .user-sub > .follow-button{
width: 85%;
height: 45px;
margin: 0 auto;
border-radius: 10px;
text-align:center;
}
.user-header > .row > .user-sub > .follow-button > form{
width:100%;
}
.user-header > .row > .user-sub > .follow-button > form > .follow,.unfollow{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.user-header > .row > .user-sub > .follow-button > a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.user-header > .row > .user-main{
width:75%;
padding:15px;
}
.user-header > .row > .user-main > .name >h1{
margin-bottom:0;
}
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.show-users >.users >.user{
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom: 0;
padding: 10px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right:5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size:14px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users > .users > .user >.content >div > ul>li{
font-size:12px;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 35px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
text-align:center;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 11px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-timeline{
display:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.sp-nav{
display:none;
}
.sp-menu{
display: none;
}
.sp-show{
display:none;
}
#create-button{
display:none;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.post{
padding:0;
padding-left: 5px;
padding-right:5px;
}
.sp-user-ranking{
display:none;
}
.user-image{
width:100%;
height: auto;
}
.user-image{
width:100%;
height: auto;
}
.main .show-image .function-button .like-user{
width: 85%;
}
.main .show-image img{
width: 100%;
height: auto;
}
.container{
padding-top: 80px;
position: relative;
}
.user-main > .name > h3{
margin-bottom: 5px;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.form{
width: 63%;
}
.user-ranking > .users > .user {
height: 55px;
padding-left: 10px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 20%;
height: 100%;
margin: 0;
margin-left: 3px;
margin-top: 3px;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
}
.user-ranking > .users >.user > .content {
float: left;
margin-left: 5px;
margin-top: 5px;
width: 73%;
}
.user-ranking > .users > .user > .content > .user-name {
margin:0;
}
.user-ranking > .users > .user > .content > .user-name > h5 {
font-size: 15px;
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline {
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline >.list-inline-item > a {
font-size: 12px;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sub > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:20%;
}
.sub > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sub > .user > .user-name{
display: flex;
padding-right: 10px;
width: 50%;
margin: 0;
float: left;
}
.sub > .user > .user-name > p{
margin:auto 0;
}
.sub > .user > .follow-button{
height: 30px;
width: 30%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
text-align:center;
}
.sub > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sub > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 12px;
margin: auto;
width: 90%;
height: 100%;
}
.sub >.user>.nav-item{
width: 30%;
text-align:right;
}
.sub > .show-content{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 10px;
margin-bottom: 20px;
}
.sub > .show-content > .time{
border-top: 1px solid #a9a9a9;
padding: 2px;
}
.like-comment{
float: left;
}
.function-button >.bookmark{
float:right;
}
.like-comment > .like-button{
float: left;
margin: 0;
width:auto;
margin-left: 5px;
margin-top: 7px;
text-align: center;
}
.like-comment > .like-button > form > button{
padding: 0;
}
.like-comment > .comment{
float: left;
margin-left: 15px;
margin-top: 5px;
}
.pc-show >.main >.comment{
height: 200px;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding:10px;
}
.comment-form{
height: auto;
display: flex;
padding: 5px;
}
.comment-form > form{
display: flex;
height: auto;
width: 100%;
}
.comment-form>form > .icon{
margin: 0;
width: 10%;
height: auto;
}
.comment-form > form > .icon > img{
height: auto;
margin: 0;
width: 100%;
}
.comment-form > form >.form{
width:70%;
margin: auto;
padding-left: 10px;
}
.comment-form > form > .comment-button{
width: 20%;
margin: auto;
padding-left: 10px;
}
.sp-header{
display:none;
}
.sp-only{
display:none;
}
.pc-header >.user-sub{
width:25%;
}
.pc-header > .user-sub > .follow-button{
width: 80%;
height: 45px;
margin: 0 auto;
border-radius: 10px;
text-align:center;
}
.pc-header > .user-sub > .follow-button > form{
width:100%;
}
.pc-header > .user-sub > .follow-button > form>input{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-sub > .follow-button >a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-main{
width:75%;
padding-left: 15px;
padding-top:15px;
}
.pc-header > .user-main > .name >h1{
margin-bottom:0;
}
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.show-users >.users >.user{
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom: 0;
padding: 5px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right:5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size:16px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 40px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
text-align:center;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 13px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-timeline{
display:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
}
@media (min-width: 1200px) {
.sp-nav{
display:none;
}
.sp-menu{
display: none;
}
.sp-show{
display:none;
}
#create-button{
display:none;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.index > .row > .post{
padding:0;
}
.index > .row > .post>.image-holder{
width:95%;
margin: 0 auto;
}
.sp-user-ranking{
display:none;
}
.user-image{
width:100%;
height: auto;
}
.user-image{
width:100%;
height: auto;
}
.user{
height: 60px;
margin-bottom: 15px;
}
.user >.follow-button > form > .follow .unfollow{
font-size:16px;
height: 40px;
width: 150px;
background-color: #fff;
border: solid 1px #a9a9a9;
border-radius: 5px;
}
.like-comment{
float: left;
}
.function-button >.bookmark{
float:right;
}
.like-comment > .like-button{
float: left;
margin: 0;
width:auto;
margin-left: 5px;
margin-top: 7px;
text-align: center;
}
.like-comment > .like-button > form > button{
padding: 0;
}
.like-comment > .comment{
float: left;
margin-left: 15px;
margin-top: 5px;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sub > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:20%;
}
.sub > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sub > .user > .user-name{
display: flex;
padding-right: 10px;
width: 50%;
margin: 0;
float: left;
}
.sub > .user > .user-name > p{
margin:auto 0;
}
.sub > .user > .follow-button{
height: 40px;
width: 30%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
text-align:center;
}
.sub > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sub > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 12px;
margin: auto;
width: 90%;
height: 100%;
}
.sub >.user>.nav-item{
width: 30%;
text-align:right;
}
.sub > .show-content{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 10px;
margin-bottom: 20px;
}
.sub > .show-content > .time{
border-top: 1px solid #a9a9a9;
padding: 2px;
}
.main .show-image .function-button .like-user{
width: 85%;
}
.main .show-image img{
width: 100%;
height: auto;
}
.pc-show >.main >.comment{
height: 250px;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding:10px;
}
.comment-form{
height: auto;
display: flex;
padding: 5px;
}
.comment-form > form{
display: flex;
height: auto;
width: 100%;
}
.comment-form>form > .icon{
margin: 0;
width: 10%;
height: auto;
}
.comment-form > form > .icon > img{
height: auto;
margin: 0;
width: 100%;
}
.comment-form > form >.form{
width:70%;
margin: auto;
padding-left: 10px;
}
.comment-form > form > .comment-button{
width: 20%;
margin: auto;
padding-left: 10px;
}
.container{
padding-top: 80px;
position: relative;
}
.user-main > .name > h3{
margin-bottom: 5px;
}
.user-main{
width: 750px;
float: left;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.form{
width: 68%;
}
.user-ranking > .users > .user {
height: 55px;
padding-left: 10px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 20%;
height: 100%;
margin: 0;
margin-left: 3px;
margin-top: 3px;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
}
.user-ranking > .users >.user > .content {
float: left;
margin-left: 5px;
margin-top: 5px;
width: 73%;
}
.user-ranking > .users > .user > .content > .user-name {
margin:0;
}
.user-ranking > .users > .user > .content > .user-name > h5 {
font-size: 15px;
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline {
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline >.list-inline-item > a {
font-size: 12px;
}
.sp-header{
display:none;
}
.sp-only{
display:none;
}
.pc-header >.user-sub{
width:20%;
}
.pc-header > .user-sub > .follow-button{
width: 70%;
height: 50px;
margin: 0 auto;
border-radius: 10px;
text-align:center;
}
.pc-header > .user-sub > .follow-button > form{
width:100%;
}
.pc-header > .user-sub > .follow-button > form>input{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-sub > .follow-button > a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-main{
width:80%;
padding-left: 15px;
padding-top:15px;
}
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.show-users >.users >.user{
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom: 0;
padding: 10px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right:5px;
}
.users > .user >.content >.user-name > h5{
margin: 0;
}
.users > .user >.content >.user-name >div > ul{
margin:0;
}
.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 50px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
text-align:center;
}
.users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.users > .user > .follow-button > form > input{
padding: 0;
font-size: 16px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-timeline{
display:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
} | public/css/main.css | html, body {
height: 100%;
margin: 0;
}
[class^="close-"] >svg {
margin:8px;
}
p{
font-size:14px;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #6EB7DB;
}
.follow-button > form > .follow, .unfollow{
outline: 0;
border: none;
background: #fff;
padding: 0;
margin-top: 2px;
}
.user>.follow-button:hover{
background-color:#f5f5f5;
}
.user>.follow-button:hover>form >input{
background-color:#f5f5f5;
}
.user-sub>.follow-button > form > input:hover{
background-color:#f5f5f5;
}
.user-sub>.follow-button >a:hover{
color:#000;
border:1px solid #a9a9a9;
background-color:#f5f5f5;
}
.page-link {
color:#000;
}
.pagination{
margin: auto;
}
.page-item.active .page-link {
background-color: #6EB7DB;
border:1px solid #6EB7DB;
}
.contribute-button{
width: 100px;
margin-top: 10px;
padding: 5px 5px;
color: #fff;
background-color: #6EB7DB;
border:none;
border-radius: 5px;
}
.contribute-button:hover{
color: #fff;
opacity:0.8;
border:none;
}
/* focusされた時の枠線の色 */
.contribute-button:focus, .contribute-button.focus,
.contribute-button:not(:disabled):not(.disabled):active:focus, .contribute-button:not(:disabled):not(.disabled).active:focus,
.show > .contribute-button.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
header{
background-color: #fff;
position: fixed;
display: flex;
width: 100%;
z-index: 2;
border-bottom: 1px solid #a9a9a9;
}
.container{
min-height: calc(100vh - 160px);
margin-bottom:60px;
}
.footer{
height:100px;
color:#fff;
width:100%;
text-align:center;
padding-top:40px;
background-color:#606060;
}
li{
list-style: none;
}
a{
color:#000;
}
h1{
font-size:20px;
}
p{
margin:0;
}
.separator{
border-bottom:1px solid #a9a9a9;
margin-bottom:25px;
}
.shows > ul > .show{
background-color:#a9a9a9;
}
.shows > ul > .show > a >span{
color:#fff;
}
.followings > ul > .follow{
background-color:#a9a9a9;
}
.followings > ul > .follow > a >span{
color:#fff;
}
.followers > ul > .follower{
background-color:#a9a9a9;
}
.followers > ul > .follower > a >span{
color:#fff;
}
.bookmarks > ul > .bookmark{
background-color:#a9a9a9;
}
.bookmarks > ul > .bookmark > a >span{
color:#fff;
}
.link{
color:#6EB7DB;
}
#upload{
background-color: #888;
width:100%;
}
label > input {
display:none; /* アップロードボタンのスタイルを無効にする */
}
.user-header{
height: auto;
}
.user-sub > .icon{
width:100%;
height: auto;
}
.user-sub > .icon > img{
width: 100%;
height: auto;
margin-bottom:10px;
}
.select-image {
text-align: center;
color: #fff; /* ラベルテキストの色を指定する */
background-color: #6EB7DB;/* ラベルの背景色を指定する */
padding: 10px 10px; /* ラベルとテキスト間の余白を指定する */
border-radius: 10px;
width: 130px;
}
.select-image:hover{
opacity:0.8;
}
.post > .image-holder > .user{
border: 1px solid #a9a9a9;
height: 62px;
margin-bottom: 15px;
}
.user-icon{
border-radius: 50%;
margin-right: 10px;
border: 1px solid #a9a9a9 ;
}
.pc-show > .main >.function-button{
height: 50px;
border: 1px solid #a9a9a9;
}
.pc-show>.main >.comment-form{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
}
.comment-form > form >.comment-button> .btn-primary{
background-color: #6EB7DB;
border:1px solid #6EB7DB;
}
.comment-form > form >.comment-button> .btn-primary:hover{
opacity:0.8;
}
.comment-form > .guest{
text-align: center;
padding: 5px;
}
.show-tag >ul {
margin: 0;
padding: 0;
list-style: none;
}
.show-tag >ul li {
display: inline-block;
margin: 0 .3em .3em 0;
padding: 0;
}
.show-tag >ul li a {
display: inline-block;
max-width: 100px;
height: 28px;
line-height: 28px;
padding: 0 1em;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 3px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: #333;
font-size: 13px;
text-decoration: none;
-webkit-transition: .2s;
transition: .2s;
}
.show-tag >ul li a:hover {
background-color: #6EB7DB;
border: 1px solid #6EB7DB;
color: #fff;
}
.sub> .user > .icon > a >img:hover,.post-comment>.icon > a >img:hover,.post > .image-holder > .user > .icon > a >img:hover{
opacity:0.6;
}
.tags > p{
font-size: 20px;
border-bottom: 1px solid #a9a9a9;
}
.users{
margin-bottom: 15px;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.my-post >.row >.post > .image-holder > .user{
display:none;
}
.comment-holder{
height:90%;
}
.post-comment{
width: 100%;
display:flex;
}
.post-comment > .icon{
width:10%;
margin:0;
height: auto;
margin-bottom:10px;
}
.post-comment > .icon > a > img{
width:100%;
height:auto;
margin:0;
}
.post-comment > .comment-content{
width:90%;
padding-left:5px;
word-break: break-all;
}
.like-comment{
margin-right:0;
margin-bottom: 0;
width: auto;
float: left;
}
.show-users{
margin:0;
}
.post-ranking .row {
counter-reset: post-ranking;
}
.post-ranking .row .post .image-holder {
position:relative;
}
.post-ranking .row .post:first-child div.image-holder:before{
border:2px solid #ffe400;
}
.post-ranking .row .post:nth-child(2) div.image-holder:before{
border:2px solid #dcdcdc;
}
.post-ranking .row .post:nth-child(3) div.image-holder:before{
border:2px solid #9a5b00;
}
.post-ranking .row .post .image-holder:before {
position:absolute;
top:5px;
left:5px;
content: counter(post-ranking, decimal);
counter-increment: post-ranking;
width:28px;
height:28px;
border:2px solid #fff;
border-radius:50%;
text-align:center;
background:#000;
color:#fff;
}
.user-nav > ul{
padding-left: 0;
list-style: none;
text-align:center;
letter-spacing: -1em;
width: 99%;
margin: 20px auto;
}
.user-nav > ul > .list-inline-item{
width: 25%;
border-left: 1px solid #a9a9a9;
border-top: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
letter-spacing: 0;
margin-right:0;
padding: 4px;
}
.user-nav > ul > .list-inline-item:last-child{
border-right:1px solid #a9a9a9;
}
.user-nav > ul > .list-inline-item>.nav-link{
padding:0;
}
@media (max-width: 575.98px) {
.sp-nav{
display:block;
}
.tag-ranking{
display:none;
}
.side-bar{
display:none;
}
.sp-menu-item{
padding:0;
}
.navbar-brand{
margin: auto;
padding-right: 35px;
}
.nav-item{
padding-left:15px;
}
.site-name:hover{
color: #000;
font-size: 24px;
margin: 0 auto;
text-decoration:none;
}
.sp-header .mb-3{
margin-bottom:0;
}
#create-button {/*円の部分*/
position: fixed;
z-index: 3;
bottom: 10px;
right: 10px;
display: block;
width: 58px;
height: 58px;
background: #6EB7DB;
text-align: center;
border-radius: 50%;
transition: .3s;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
padding-top: 15px;
padding-left: 7px;
}
#create-button:hover {/*ホバー時*/
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.color{
color:#fff;
font-size:24px;
}
.sp-user-ranking > ul{
display: flex;
height: auto;
padding:0;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.sp-user-ranking > ul::-webkit-scrollbar {
display: none;
}
.sp-user-ranking > ul > li{
display: flex;
margin-left:10px;
height:auto;
}
.sp-user-ranking > ul > li>a{
margin: 0;
height: 100%;
width: auto;
}
.sp-user-ranking > ul > li>a>img{
margin:0;
}
.tag-post{
margin-left:-15px;
margin-right:-15px;
}
.show-users{
padding:0;
}
.my-post{
padding:0;
}
.user-image{
width: 100%;
height: auto;
}
.post{
padding:0;
}
.post > .image-holder{
width: 99%;
margin-bottom: 2px;
}
.index> .row > .post> .image-holder > .user{
display:none;
}
.new-post> .row > .post> .image-holder > .user{
display:none;
}
.post-ranking> .row > .post> .image-holder > .user{
display:none;
}
.user > .icon{
margin-bottom: 0;
}
.show-users > .users{
padding:0;
}
.show-post{
padding: 0;
}
.show-image {
width: 100%;
}
.show-image img{
width: 100%;
height: auto;
}
.main{
padding: 0;
}
.function-button .like-user{
padding: 10px;
}
.container{
padding-top: 80px;
position: relative;
}
.pc-show{
display: none;
}
.sp-show > .show-content{
width:95%;
margin: 0 auto;
padding:10px 0 10px 0;
}
.sp-show > .show-tag{
width:95%;
margin: 0 auto;
}
.sp-show > .user{
display:flex;
width: 100%;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sp-show > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width: 20%;
}
.sp-show > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.sp-show > .user > .user-name{
display: flex;
padding-right: 10px;
width: 55%;
margin: 0;
float: left;
}
.sp-show > .user > .user-name > p{
margin:auto 0;
font-size:16px;
}
.sp-show > .user > .follow-button{
height: 50%;
width: 25%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
}
.sp-show > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sp-show > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 13px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-show > .user >.nav-item{
width:25%;
text-align:center;
}
.function-button{
width: 100%;
height: 45px;
border-bottom: 1px solid #a9a9a9;
}
.function-button > .like-comment{
margin-right: 0;
margin-bottom: 0;
padding: 2px;
width: auto;
float: left;
}
.function-button > .like-comment > .like-button{
padding: 0;
margin: 0;
width:auto;
float: left;
}
.function-button > .like-comment > .comment{
width: 40px;
float: left;
padding-top: 4px;
padding-left: 15px;
}
.like-comment > .like-button > form > button{
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
.function-button >.bookmark{
float: right;
}
.bookmark-button{
padding:0;
margin:0;
}
.show-comment{
width:95%;
margin:0 auto;
margin-bottom: 25px;
}
.comment{
height: calc(100% - 63px);
padding: 0 10px;
}
.comment-form{
border-top: 1px solid #a9a9a9;
position: absolute;
bottom: 0;
height: 67px;
padding: 5px;
border-top: 1px solid #a9a9a9;
width: 100%;
background-color: #fff;
}
.comment-form >form> .icon{
margin: 0;
width: 55px;
}
.comment-form >form>.icon > .user-icon{
border-radius: 50%;
width: 100%;
height: auto;
}
.comment-form >form> .form{
width: calc(80% - 55px);
padding-left: 5px;
padding-right: 5px;
padding-top: 7px;
}
.comment-form > form> .comment-button{
padding-top: 7px;
}
.comment-form > .guest {
text-align: center;
}
.user-ranking > .users > .user {
height: 100px;
width: 100px;
margin: 0;
margin-left: 3px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 100%;
height: 100%;
margin: 0;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
margin: 0;
}
.user-ranking > .users >.user > .content {
display:none;
}
.pc-header{
display:none;
}
.sp-header{
padding: 10px;
}
.sp-header > .user-sub{
width:25%;
}
.sp-header > .user-main{
width: 75%;
padding-left: 10px;
}
.sp-header > .user-main > div{
padding-top:17px;
}
.sp-header > .user-main > div>.user-name{
margin:0;
padding-right:15px;
float: left;
width: 60%;
}
.sp-header > .user-main > div>.user-name> .name > h1{
font-size: 18px;
margin: 0;
}
.sp-header > .user-main >div>.user-name> .user-id > p{
margin: 0;
margin-bottom: 5px;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.sp-header > .user-main > .introduce > p{
font-size: 13px;
margin: 0;
margin-bottom: 5px;
}
.sp-header > .user-main > .list-inline > li > a {
padding:0;
text-decoration: none;
color: #000;
}
.sp-header > .user-main > .list-inline > li > a > span{
padding: 0;
}
.sp-header > .user-main > div> .follow-button{
width: 40%;
margin:0;
display: flex;
border-radius: 5px;
text-align: center;
}
.sp-header > .user-main > div> .follow-button > a{
font-size: 12px;
margin: auto;
padding: 5px 20px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.sp-header > .user-main >div> .follow-button > form{
width: 100%;
}
.sp-header > .user-main >div> .follow-button > form > .unfollow{
font-size: 12px;
margin: auto;
padding: 10px 15px;
border-radius: 15px;
}
.sp-header > .user-main >div> .follow-button > form > .follow{
font-size: 12px;
margin: auto;
padding: 10px 15px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.follow, .follower{
padding-right:15px;
padding-left:15px;
}
.show-users{
width:95%;
margin:0 auto;
}
.show-users >.users >.user{
display: flex;
width: 100%;
/*border: 1px solid #a9a9a9;*/
margin-bottom: 0;
padding: 5px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 20%;
margin: 0;
height: auto;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 50%;
padding-right: 5px;
margin-left: 5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size: 14px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users > .users > .user >.content >div > ul>li{
font-size:10px;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 30%;
display: flex;
height: 35px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 12px;
margin: auto;
width: 90%;
height: 100%;
}
.pc-timeline{
display:none;
}
.sp-timeline > .row> .post >.image-holder{
width:100%;
margin-bottom: 30px;
}
.sp-timeline > .row >.post > .image-holder > .user {
margin: 0;
display: flex;
padding: 5px;
border: none;
height: auto;
}
.sp-timeline > .row >.post > .image-holder > .user>.icon {
margin-bottom: 0;
margin: 0;
width: 15%;
height: auto;
}
.sp-timeline > .row >.post > .image-holder > .user>.icon>a>img{
width: 100%;
height: auto;
}
.sp-timeline > .row > .post >.image-holder > .user >.user-name{
display: flex;
margin: auto 0;
padding-left: 10px;
}
.sp-timeline > .row >.post > .image-holder > .function-button{
border:none;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.navbar-brand{
margin: auto;
padding-right: 25px;
}
.side-bar{
display:none;
}
.sp-nav{
display:block;
}
.sp-menu{
display: block;
}
.sp-menu-item{
padding:0;
}
.container{
padding-top:80px;
}
.navbar-brand{
margin: auto;
padding-right: 35px;
}
.nav-item{
padding-left:15px;
}
.navbar > .pc-nav{
display:none;
}
#create-button {/*円の部分*/
position: fixed;
z-index: 3;
bottom: 10px;
right: 10px;
display: block;
width: 58px;
height: 58px;
background: #6EB7DB;
text-align: center;
border-radius: 50%;
transition: .3s;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
padding-top: 15px;
padding-left: 7px;
}
#create-button:hover {/*ホバー時*/
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.color{
color:#fff;
font-size:24px;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.user-ranking{
display:none;
}
.sp-user-ranking > ul{
display: flex;
height: auto;
padding:0;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.sp-user-ranking > ul::-webkit-scrollbar {
display: none;
}
.sp-user-ranking > ul > li{
display: flex;
margin-left:10px;
height:auto;
}
.sp-user-ranking > ul > li>a{
margin: 0;
height: 100%;
width: auto;
}
.sp-user-ranking > ul > li>a>img{
margin:0;
}
.tag-post{
margin-left:-15px;
margin-right:-15px;
}
.show-users > .users{
padding:0;
}
.post{
padding: 0;
padding-left: 5px;
padding-right: 5px;
}
.my-post{
padding:0;
}
.user-image{
width:100%;
height: auto;
}
.user{
height: 50px;
}
.post > .image-holder > .user{
margin-bottom: 15px;
height:52px;
}
.user > .icon{
margin-bottom: 0;
}
.main .function-button .like-user{
width: 85%;
}
.main > .show-image > img{
width: 100%;
height: auto;
}
.show-post{
padding: 0;
}
.show-image {
width: 100%;
}
.show-image > img{
width: 100%;
height: auto;
}
.main{
padding: 0;
}
.pc-show{
display:none;
}
.sp-show > .user{
display:flex;
width: 100%;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sp-show > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:15%;
}
.sp-show > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sp-show > .user > .user-name{
display: flex;
padding-right: 10px;
width: 65%;
margin: 0;
float: left;
}
.sp-show > .user > .user-name > p{
margin:auto 0;
font-size:24px;
}
.sp-show > .user > .follow-button{
height: 50%;
width: 20%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
}
.sp-show > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sp-show > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 18px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-show > .user >.nav-item{
width:20%;
text-align:center;
}
.sp-show > .show-content{
width:95%;
margin: 0 auto;
padding:10px 0 10px 0;
}
.sp-show > .show-tag{
width:95%;
margin: 0 auto;
}
.sp-show > .show-tag{
width:95%;
margin: 0 auto;
}
.sp-show > .show-comment{
width: 95%;
margin: 0 auto;
margin-bottom: 25px;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.function-button{
width: 100%;
height: 45px;
border-bottom: 1px solid #a9a9a9;
}
.function-button > .like-comment{
margin-right: 0;
margin-bottom: 0;
padding: 2px;
width: auto;
float: left;
}
.function-button > .like-comment > .like-button{
padding: 0;
margin: 0;
float: left;
width:auto;
}
.function-button > .like-comment > .comment{
width: auto;
float: left;
padding-top: 4px;
padding-left: 15px;
}
.like-comment > .like-button > form > button{
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
.function-button >.bookmark{
float: right;
}
.bookmark-button{
padding:0;
margin:0;
}
.comment{
height: calc(100% - 94px);
padding: 10px;
}
.comment-form{
border-top: 1px solid #a9a9a9;
position: absolute;
bottom: 0;
height: 67px;
padding: 5px;
border-top: 1px solid #a9a9a9;
width: 100%;
}
.comment-form >form> .icon{
margin: 0;
width: 55px;
}
.comment-form >form>.icon > .user-icon{
border-radius: 50%;
width: 100%;
height: auto;
}
.comment-form >form> .form{
width: calc(80% - 55px);
padding-left: 5px;
padding-right: 5px;
padding-top: 7px;
}
.comment-form > form> .comment-button{
padding-top: 7px;
}
.user-ranking > .users > .user {
height: 100px;
width: 100px;
margin: 0;
margin-left: 3px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 100%;
height: 100%;
margin: 0;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
margin: 0;
}
.user-ranking > .users >.user > .content {
display:none;
}
.sp-header{
display:none;
}
.pc-header > .user-sub{
width:25%;
padding-left: 15px;
}
.pc-header > .user-sub > .follow-button{
width: 85%;
height: 40px;
margin: 0 auto;
border-radius: 5px;
display:flex;
text-align:center;
}
.pc-header > .user-sub > .follow-button > form{
font-size: 12px;
width:100%;
}
.pc-header > .user-sub > .follow-button > form>input{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-sub > .follow-button > a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-main{
width: 75%;
padding-left: 15px;
padding-right: 15px;
}
.pc-header > .user-main >.name> h1{
margin: 0;
}
.pc-header > .user-main >.user-id> p{
margin: 0;
}
.pc-header > .user-main > .sp-only{
margin: 0;
margin-bottom: 10px;
}
.pc-header > .user-main > .sp-only>li>a{
padding: 0
}
.follow, .follower{
padding-right:15px;
padding-left:15px;
}
/*.pc-only{*/
/* display:none;*/
/*}*/
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.text-left{
width:100%;
margin:0 auto;
}
.show-users{
width:95%;
margin:0 auto;
}
.show-users >.users >.user{
display: flex;
width: 100%;
/*border: 1px solid #a9a9a9;*/
margin-bottom: 0;
padding: 10px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right: 5px;
margin-left: 5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size: 20px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users > .users > .user >.content >div > ul>li{
font-size:16px;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 50px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 16px;
margin: auto;
width: 90%;
height: 100%;
}
.pc-timeline{
display:none;
}
.sp-timeline>.row>.post>.image-holder{
border:solid 1px #a9a9a9;
}
.sp-timeline > .row >.post > .image-holder > .user {
display: flex;
width: 100%;
border: none;
height: auto;
margin: 0;
}
.sp-timeline > .row >.post > .image-holder > .user>.icon {
width:20%;
}
.sp-timeline > .row >.post > .image-holder > .function-button{
border:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.sp-nav{
display:none;
}
.sp-menu{
display: none;
}
.sp-show{
display:none;
}
#create-button{
display:none;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.post{
padding: 0;
padding-left: 5px;
padding-right: 5px;
}
.sp-user-ranking{
display:none;
}
.user-image{
width:100%;
height: auto;
}
.user{
height: 50px;
}
.show-image .function-button .like-user{
width: 100%;
}
.show-image img{
width: 100%;
height: auto;
}
.container{
padding-top: 80px;
position: relative;
}
.follow-button{
width: 180px;
margin-left: 15px;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.form{
width: 63%;
}
.user-ranking > .users > .user {
height: 55px;
padding-left: 10px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 20%;
height: 100%;
margin: 0;
margin-left: 3px;
margin-top: 3px;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
}
.user-ranking > .users >.user > .content {
float: left;
margin-left: 5px;
margin-top: 5px;
width: 73%;
}
.user-ranking > .users > .user > .content > .user-name {
margin:0;
}
.user-ranking > .users > .user > .content > .user-name > h5 {
font-size: 15px;
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline {
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline >.list-inline-item > a {
font-size: 12px;
}
.pc-header >.user-sub{
width:25%;
padding-left: 15px;
}
.sp-only{
display:none;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sub > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:20%;
}
.sub > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sub > .user > .user-name{
display: flex;
padding-right: 10px;
width: 55%;
margin: 0;
float: left;
}
.sub > .user > .user-name > p{
margin:auto 0;
}
.sub > .user > .follow-button{
height: 30px;
width: 30%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
}
.sub > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sub > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 10px;
margin: auto;
width: 90%;
height: 100%;
}
.sub >.user>.nav-item{
width: 30%;
text-align:right;
}
.sub > .show-content{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 10px;
margin-bottom: 20px;
}
.sub > .show-content > .time{
border-top: 1px solid #a9a9a9;
padding: 2px;
}
.like-comment{
float: left;
width:auto;
}
.function-button >.bookmark{
float:right;
}
.like-comment > .like-button{
float: left;
margin: 0;
width:auto;
margin-left: 5px;
margin-top: 7px;
text-align: center;
}
.like-comment > .like-button > form > button{
padding: 0;
}
.like-comment > .comment{
float: left;
margin-left: 15px;
margin-top: 5px;
}
.pc-show >.main >.comment{
height: 200px;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding:10px;
}
.comment-form{
height: auto;
display: flex;
padding: 5px;
}
.comment-form > form{
display: flex;
height: auto;
width: 100%;
}
.comment-form>form > .icon{
margin: 0;
width: 15%;
height: auto;
}
.comment-form > form > .icon > img{
height: auto;
margin: 0;
width: 100%;
}
.comment-form > form >.form{
width:60%;
margin: auto;
padding-left: 10px;
}
.comment-form > form > .comment-button{
width: 25%;
margin: auto;
padding-left: 10px;
}
.sp-header{
display:none;
}
.user-header > .row > .user-sub > .follow-button{
width: 85%;
height: 45px;
margin: 0 auto;
border-radius: 10px;
text-align:center;
}
.user-header > .row > .user-sub > .follow-button > form{
width:100%;
}
.user-header > .row > .user-sub > .follow-button > form > .follow,.unfollow{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.user-header > .row > .user-sub > .follow-button > a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.user-header > .row > .user-main{
width:75%;
padding:15px;
}
.user-header > .row > .user-main > .name >h1{
margin-bottom:0;
}
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.show-users >.users >.user{
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom: 0;
padding: 10px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right:5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size:14px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users > .users > .user >.content >div > ul>li{
font-size:12px;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 35px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
text-align:center;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 11px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-timeline{
display:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.sp-nav{
display:none;
}
.sp-menu{
display: none;
}
.sp-show{
display:none;
}
#create-button{
display:none;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.post{
padding:0;
padding-left: 5px;
padding-right:5px;
}
.sp-user-ranking{
display:none;
}
.user-image{
width:100%;
height: auto;
}
.user-image{
width:100%;
height: auto;
}
.main .show-image .function-button .like-user{
width: 85%;
}
.main .show-image img{
width: 100%;
height: auto;
}
.container{
padding-top: 80px;
position: relative;
}
.user-main > .name > h3{
margin-bottom: 5px;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.form{
width: 63%;
}
.user-ranking > .users > .user {
height: 55px;
padding-left: 10px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 20%;
height: 100%;
margin: 0;
margin-left: 3px;
margin-top: 3px;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
}
.user-ranking > .users >.user > .content {
float: left;
margin-left: 5px;
margin-top: 5px;
width: 73%;
}
.user-ranking > .users > .user > .content > .user-name {
margin:0;
}
.user-ranking > .users > .user > .content > .user-name > h5 {
font-size: 15px;
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline {
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline >.list-inline-item > a {
font-size: 12px;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sub > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:20%;
}
.sub > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sub > .user > .user-name{
display: flex;
padding-right: 10px;
width: 50%;
margin: 0;
float: left;
}
.sub > .user > .user-name > p{
margin:auto 0;
}
.sub > .user > .follow-button{
height: 30px;
width: 30%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
text-align:center;
}
.sub > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sub > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 12px;
margin: auto;
width: 90%;
height: 100%;
}
.sub >.user>.nav-item{
width: 30%;
text-align:right;
}
.sub > .show-content{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 10px;
margin-bottom: 20px;
}
.sub > .show-content > .time{
border-top: 1px solid #a9a9a9;
padding: 2px;
}
.like-comment{
float: left;
}
.function-button >.bookmark{
float:right;
}
.like-comment > .like-button{
float: left;
margin: 0;
width:auto;
margin-left: 5px;
margin-top: 7px;
text-align: center;
}
.like-comment > .like-button > form > button{
padding: 0;
}
.like-comment > .comment{
float: left;
margin-left: 15px;
margin-top: 5px;
}
.pc-show >.main >.comment{
height: 200px;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding:10px;
}
.comment-form{
height: auto;
display: flex;
padding: 5px;
}
.comment-form > form{
display: flex;
height: auto;
width: 100%;
}
.comment-form>form > .icon{
margin: 0;
width: 10%;
height: auto;
}
.comment-form > form > .icon > img{
height: auto;
margin: 0;
width: 100%;
}
.comment-form > form >.form{
width:70%;
margin: auto;
padding-left: 10px;
}
.comment-form > form > .comment-button{
width: 20%;
margin: auto;
padding-left: 10px;
}
.sp-header{
display:none;
}
.sp-only{
display:none;
}
.pc-header >.user-sub{
width:25%;
}
.pc-header > .user-sub > .follow-button{
width: 80%;
height: 45px;
margin: 0 auto;
border-radius: 10px;
text-align:center;
}
.pc-header > .user-sub > .follow-button > form{
width:100%;
}
.pc-header > .user-sub > .follow-button > form>input{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-sub > .follow-button >a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-main{
width:75%;
padding-left: 15px;
padding-top:15px;
}
.pc-header > .user-main > .name >h1{
margin-bottom:0;
}
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.show-users >.users >.user{
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom: 0;
padding: 5px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.show-users >.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.show-users >.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right:5px;
}
.show-users > .users > .user >.content >.user-name > h5{
margin: 0;
font-size:16px;
}
.show-users > .users > .user >.content >div > ul{
margin:0;
}
.show-users >.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 40px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
text-align:center;
}
.show-users > .users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.show-users > .users > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 13px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-timeline{
display:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
}
@media (min-width: 1200px) {
.sp-nav{
display:none;
}
.sp-menu{
display: none;
}
.sp-show{
display:none;
}
#create-button{
display:none;
}
.site-name{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.site-name:hover{
color: #000;
font-size: 24px;
padding-right: 10px;
text-decoration:none;
}
.image{
display: flex;
}
.index > .row > .post{
padding:0;
}
.index > .row > .post>.image-holder{
width:95%;
margin: 0 auto;
}
.sp-user-ranking{
display:none;
}
.user-image{
width:100%;
height: auto;
}
.user-image{
width:100%;
height: auto;
}
.user{
height: 60px;
margin-bottom: 15px;
}
.user >.follow-button > form > .follow .unfollow{
font-size:16px;
height: 40px;
width: 150px;
background-color: #fff;
border: solid 1px #a9a9a9;
border-radius: 5px;
}
.like-comment{
float: left;
}
.function-button >.bookmark{
float:right;
}
.like-comment > .like-button{
float: left;
margin: 0;
width:auto;
margin-left: 5px;
margin-top: 7px;
text-align: center;
}
.like-comment > .like-button > form > button{
padding: 0;
}
.like-comment > .comment{
float: left;
margin-left: 15px;
margin-top: 5px;
}
.sub > .user{
display:flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom:0;
padding-right: 5px;
height: auto;
}
.sub > .user > .icon{
margin: 0;
height: auto;
padding: 5px;
float: left;
width:20%;
}
.sub > .user > .icon > a >img{
margin: 0;
width:100% ;
height: auto;
}
.sub > .user > .user-name{
display: flex;
padding-right: 10px;
width: 50%;
margin: 0;
float: left;
}
.sub > .user > .user-name > p{
margin:auto 0;
}
.sub > .user > .follow-button{
height: 40px;
width: 30%;
margin: auto 0;
display: flex;
border: 1px solid #a9a9a9;
border-radius: 5px;
text-align:center;
}
.sub > .user > .follow-button > form{
width: 100%;
display: flex;
}
.sub > .user > .follow-button > form > .follow, .unfollow{
padding: 0;
font-size: 12px;
margin: auto;
width: 90%;
height: 100%;
}
.sub >.user>.nav-item{
width: 30%;
text-align:right;
}
.sub > .show-content{
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 10px;
margin-bottom: 20px;
}
.sub > .show-content > .time{
border-top: 1px solid #a9a9a9;
padding: 2px;
}
.main .show-image .function-button .like-user{
width: 85%;
}
.main .show-image img{
width: 100%;
height: auto;
}
.pc-show >.main >.comment{
height: 250px;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding:10px;
}
.comment-form{
height: auto;
display: flex;
padding: 5px;
}
.comment-form > form{
display: flex;
height: auto;
width: 100%;
}
.comment-form>form > .icon{
margin: 0;
width: 10%;
height: auto;
}
.comment-form > form > .icon > img{
height: auto;
margin: 0;
width: 100%;
}
.comment-form > form >.form{
width:70%;
margin: auto;
padding-left: 10px;
}
.comment-form > form > .comment-button{
width: 20%;
margin: auto;
padding-left: 10px;
}
.container{
padding-top: 80px;
position: relative;
}
.user-main > .name > h3{
margin-bottom: 5px;
}
.user-main{
width: 750px;
float: left;
}
.my-post >.row >.post > .image-holder{
margin-bottom: 10px;
}
.form{
width: 68%;
}
.user-ranking > .users > .user {
height: 55px;
padding-left: 10px;
}
.user-ranking > .users >.user > .icon {
float: left;
width: 20%;
height: 100%;
margin: 0;
margin-left: 3px;
margin-top: 3px;
}
.user-ranking > .users >.user > .icon > .user-icon {
border-radius: 50%;
width: 100%;
}
.user-ranking > .users >.user > .content {
float: left;
margin-left: 5px;
margin-top: 5px;
width: 73%;
}
.user-ranking > .users > .user > .content > .user-name {
margin:0;
}
.user-ranking > .users > .user > .content > .user-name > h5 {
font-size: 15px;
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline {
margin: 0;
}
.user-ranking > .users > .user > .content > div >.list-inline >.list-inline-item > a {
font-size: 12px;
}
.sp-header{
display:none;
}
.sp-only{
display:none;
}
.pc-header >.user-sub{
width:20%;
}
.pc-header > .user-sub > .follow-button{
width: 70%;
height: 50px;
margin: 0 auto;
border-radius: 10px;
text-align:center;
}
.pc-header > .user-sub > .follow-button > form{
width:100%;
}
.pc-header > .user-sub > .follow-button > form>input{
font-size: 16px;
margin: auto;
padding: 10px 30px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-sub > .follow-button > a{
font-size: 16px;
margin: auto;
padding: 10px 40px;
border: 1px solid #a9a9a9;
border-radius: 15px;
}
.pc-header > .user-main{
width:80%;
padding-left: 15px;
padding-top:15px;
}
.post > .image-holder > .user{
margin-bottom: 15px;
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
height: auto;
}
.post > .image-holder > .user > .icon{
margin: 0;
float: left;
width: 30%;
padding: 5px;
height: auto;
}
.post > .image-holder > .user > .icon > a >img{
margin: 0;
width: 100%;
height: auto;
}
.post > .image-holder > .user > .user-name{
margin: 0;
display: flex;
float: left;
width: 70%;
}
.post > .image-holder > .user > .user-name > p{
margin: auto 0;
}
.show-users >.users >.user{
display: flex;
width: 100%;
border: 1px solid #a9a9a9;
margin-bottom: 0;
padding: 10px;
height: auto;
}
.show-users >.users >.user > .icon{
float: left;
width: 25%;
margin: 0;
height: auto;
padding-right: 5px;
}
.users >.user > .icon >.user-icon{
margin: 0;
width: 100%;
height: auto;
}
.users >.user > .content{
float: left;
margin: auto 0;
width: 55%;
padding-right:5px;
}
.users > .user >.content >.user-name > h5{
margin: 0;
}
.users > .user >.content >.user-name >div > ul{
margin:0;
}
.users >.user > .follow-button{
float:left;
width: 25%;
display: flex;
height: 50px;
margin: auto 0;
border: solid 1px #a9a9a9;
border-radius: 5px;
text-align:center;
}
.users > .user > .follow-button > form{
width: 100%;
display: flex;
}
.users > .user > .follow-button > form > input{
padding: 0;
font-size: 16px;
margin: auto;
width: 90%;
height: 100%;
}
.sp-timeline{
display:none;
}
.show> .row > .post> .image-holder > .user {
display: none;
}
.show> .row>.post> .image-holder{
margin-bottom: 10px;
}
} | 0.300232 | 0.060836 |
@-moz-document domain("userstyles.org")
/*
17.03.11 table border: none
17.01.12 - wide forum pages
16.08.06
- sub/category in styles list
16.01.22
- shows author-id and total-install-count in styles list;
- zooms screenshots on mouseover
*/ {
#hidden-meta {
display: inline-block;
border: thin dotted magenta;
padding: 0 6px;
}
#hidden-meta > *:before {
content: attr(id) ": ";
}
#control-panel {
display: block !important;
visibility: visible !important;
}
#advanced-search {
display: block !important;
}
#search-submit, #show-advanced-search {
display: none !important;
}
/** /
#show-code pre { white-space: pre-line !important; }
/** /
#view-code { display: block !important;}
/**/
#left-sidebar {
}
#left-info {
}
.screenshot-thumbnail
,.screenshot-thumbnail img {
max-height: 450px !important;
max-width: 600px !important;
height: auto !important;
width: auto !important;
overflow-y: hidden !important;
}
body {
max-width: 100% !important;
}
.author-styles thead,
.author-styles tbody tr:nth-of-type(2n) {
background: #E8EFEF !important;
}
.author-styles tbody tr:nth-of-type(2n+1) {
background: #F3F7F7 !important;
}
.author-styles thead th {
max-width: 5.5em;
-moz-hyphens: none;
}
#main-article,
#show-code {
margin-right: 1em !important;
}
/* */
html > head {
position: absolute;
display: block;
width: auto;
z-index: 9999;
bottom: -5em;
left: -.5em;
border: thin dotted magenta;
visibility: hidden;
transform: scale(0.85);
letter-spacing: 0px;
transition-delay: .5s;
}
html > head:hover {
visibility: visible !important;
transition-delay: .2s;
}
link[rel^="stylish"] {
display: block;
text-decoration: none;
color: #131;
background-color: #B2CACA;
opacity: .95;
}
link[rel^="stylish"]:hover {
background-color: #bdb;
opacity: 1;
}
link[rel^="stylish"]:before {
content: attr(rel);
padding: 2px 6px;
}
link[rel="stylish-update-url"] {
color: red;
border: thin dotted red;
}
link[rel="stylish-update-url"] {
visibility: visible!important;
}
link[rel^="stylish-update-url"]:after {
content: ": Source";
}
/* !?! * /
link[rel^="stylish-install"] {
display: none !important;
}
/* */
article.style-brief {
position: relative !important;
border-bottom: thin solid gray !important;
}
article.style-brief:after {
position: absolute;
content: "Category: " attr(category) "/" attr(subcategory) " \00a0 \00a0 Author-id: " attr(author-id);
right: 0px;
top: 1.1em;
left: auto;
bottom: auto;
font-size: smaller;
/*background: #FFEC8B; color: blue; opacity: .75; border-radius: 8px;*/
}
article[class^="style-brief"]:before {
position: absolute;
content: "Installs (total): " attr(total-install-count);
right: 0px;
top: auto;
left: auto;
bottom: 0;
font-size: smaller;
}
/* */
.listing-left-info {
position: relative !important;
width: 180px!important;
padding-bottom: 8px!important;
min-height: 132px !important;
}
.style-brief-text {
margin-left: 192px !important;
}
.listing-left-info img{
overflow: hidden!important;
position: absolute!important;
right: 0;
top: 0;
width: auto !important;
height: auto !important;
max-width: 176px !important;
max-height: 132px !important;
border: thin dotted transparent !important;
transition-property: max-height, max-width;
transition-delay: .4s;
}
.listing-left-info:hover img {
max-width: none !important;
max-height: none !important;
z-index: 100500 !important;
border-color: grey !important;
transition-delay: .5s;
}
article.style-brief {
margin-bottom: 1em !important;
}
.style-brief-text header ~ p {
max-width: 720px !important;
}
.style-brief-stats span {
min-width: 0 !important;
padding-right: 2em;
}
/* */
.Row { width: 99% !important;}
/* .Item-Body .Message {max-width:860px !important;} */
.statistic table, th, td { border: none !important; }
} | uStyles/userstyle-uncover-meta.css | @-moz-document domain("userstyles.org")
/*
17.03.11 table border: none
17.01.12 - wide forum pages
16.08.06
- sub/category in styles list
16.01.22
- shows author-id and total-install-count in styles list;
- zooms screenshots on mouseover
*/ {
#hidden-meta {
display: inline-block;
border: thin dotted magenta;
padding: 0 6px;
}
#hidden-meta > *:before {
content: attr(id) ": ";
}
#control-panel {
display: block !important;
visibility: visible !important;
}
#advanced-search {
display: block !important;
}
#search-submit, #show-advanced-search {
display: none !important;
}
/** /
#show-code pre { white-space: pre-line !important; }
/** /
#view-code { display: block !important;}
/**/
#left-sidebar {
}
#left-info {
}
.screenshot-thumbnail
,.screenshot-thumbnail img {
max-height: 450px !important;
max-width: 600px !important;
height: auto !important;
width: auto !important;
overflow-y: hidden !important;
}
body {
max-width: 100% !important;
}
.author-styles thead,
.author-styles tbody tr:nth-of-type(2n) {
background: #E8EFEF !important;
}
.author-styles tbody tr:nth-of-type(2n+1) {
background: #F3F7F7 !important;
}
.author-styles thead th {
max-width: 5.5em;
-moz-hyphens: none;
}
#main-article,
#show-code {
margin-right: 1em !important;
}
/* */
html > head {
position: absolute;
display: block;
width: auto;
z-index: 9999;
bottom: -5em;
left: -.5em;
border: thin dotted magenta;
visibility: hidden;
transform: scale(0.85);
letter-spacing: 0px;
transition-delay: .5s;
}
html > head:hover {
visibility: visible !important;
transition-delay: .2s;
}
link[rel^="stylish"] {
display: block;
text-decoration: none;
color: #131;
background-color: #B2CACA;
opacity: .95;
}
link[rel^="stylish"]:hover {
background-color: #bdb;
opacity: 1;
}
link[rel^="stylish"]:before {
content: attr(rel);
padding: 2px 6px;
}
link[rel="stylish-update-url"] {
color: red;
border: thin dotted red;
}
link[rel="stylish-update-url"] {
visibility: visible!important;
}
link[rel^="stylish-update-url"]:after {
content: ": Source";
}
/* !?! * /
link[rel^="stylish-install"] {
display: none !important;
}
/* */
article.style-brief {
position: relative !important;
border-bottom: thin solid gray !important;
}
article.style-brief:after {
position: absolute;
content: "Category: " attr(category) "/" attr(subcategory) " \00a0 \00a0 Author-id: " attr(author-id);
right: 0px;
top: 1.1em;
left: auto;
bottom: auto;
font-size: smaller;
/*background: #FFEC8B; color: blue; opacity: .75; border-radius: 8px;*/
}
article[class^="style-brief"]:before {
position: absolute;
content: "Installs (total): " attr(total-install-count);
right: 0px;
top: auto;
left: auto;
bottom: 0;
font-size: smaller;
}
/* */
.listing-left-info {
position: relative !important;
width: 180px!important;
padding-bottom: 8px!important;
min-height: 132px !important;
}
.style-brief-text {
margin-left: 192px !important;
}
.listing-left-info img{
overflow: hidden!important;
position: absolute!important;
right: 0;
top: 0;
width: auto !important;
height: auto !important;
max-width: 176px !important;
max-height: 132px !important;
border: thin dotted transparent !important;
transition-property: max-height, max-width;
transition-delay: .4s;
}
.listing-left-info:hover img {
max-width: none !important;
max-height: none !important;
z-index: 100500 !important;
border-color: grey !important;
transition-delay: .5s;
}
article.style-brief {
margin-bottom: 1em !important;
}
.style-brief-text header ~ p {
max-width: 720px !important;
}
.style-brief-stats span {
min-width: 0 !important;
padding-right: 2em;
}
/* */
.Row { width: 99% !important;}
/* .Item-Body .Message {max-width:860px !important;} */
.statistic table, th, td { border: none !important; }
} | 0.312265 | 0.058265 |
@import url('https://fonts.googleapis.com/css?family=Manrope:300,400,500,600,700&display=swap&subset=latin-ext');
:root {
--body-font: 'Manrope', sans-serif;
--theme-color: #0086ff;
--chat-text-bg: #f1f2f6;
--bg_color_light: #ebe6e7;
--bg_color_dark: #181a19;
--text_light: #ffffff;
--text_dark: #000;
--cream: hsl(348, 11%, 91%);
--blue: #3498db;
--grey: rgb(44, 44, 44);
--lightgrey: #6c6c6c;
--pinkish: #ffbcbc;
}
.MESSAGES__container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
.MESSAGES__title {
display: flex;
flex-direction: row;
padding: 5px;
height: 60px;
background: rgb(59, 59, 59);
color: white;
justify-content: space-between;
align-items: center;
}
.MESSAGES_back_button {
font-size: 3rem;
}
.MESSAGES_title_picture {
padding-top: 5px;
}
.MESSAGES_title_picture img {
width: 50px;
height: 50px;
border-radius: 50%;
object-position: center;
object-fit: cover;
}
.MESSAGES__body {
padding: 10px;
height: 100%;
overflow: auto;
background: var(--grey);
}
.MESSAGES__send {
display: flex;
flex-direction: row;
align-items: center;
padding: 0 20px;
justify-content: space-between;
background: rgb(80, 80, 80);
}
.MESSAGES_INPUT {
width: 95%;
}
.MESSAGES_SEND:hover {
cursor: pointer;
}
.MESSAGES__chat-msg {
font-family: var(--body-font);
display: flex;
padding: 0 20px 10px;
}
.MESSAGES__chat-msg-content {
margin-left: 12px;
word-break: break-word;
max-width: 70%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.MESSAGES__chat-msg-text {
display: flex;
flex-direction: column;
align-items: inherit;
color: white;
background-color: var(--bg_color_dark);
padding: 10px;
border-radius: 20px 20px 20px 0;
line-height: 1.5;
font-size: inherit;
font-weight: 500;
}
.MESSAGES__chat-msg-text + .chat-msg-text {
margin-top: 10px;
}
.MESSAGES__chat-msg-date {
color: var(--lightgrey);
font-size: 0.7rem;
display: flex;
justify-content: end;
}
.MESSAGES__owner {
flex-direction: row-reverse;
}
.MESSAGES__owner .MESSAGES__chat-msg-date {
color: var(--bg_color_light);
}
.MESSAGES__owner .MESSAGES__chat-msg-content {
margin-left: 0;
margin-right: 12px;
align-items: flex-end;
}
.MESSAGES__owner .MESSAGES__chat-msg-text {
background-color: var(--theme-color);
color: #fff;
border-radius: 20px 20px 0 20px;
}
.MESSAGES__owner .MESSAGES__chat-msg-date {
left: auto;
right: calc(100% + 12px);
}
.MESSAGES_btn {
margin-top: 0;
}
.MESSASGES__send_input {
display: flex;
width: 100%;
height: 100%;
padding: 15px 0;
align-items: center;
justify-content: space-around;
} | client/src/styles/messages.css | @import url('https://fonts.googleapis.com/css?family=Manrope:300,400,500,600,700&display=swap&subset=latin-ext');
:root {
--body-font: 'Manrope', sans-serif;
--theme-color: #0086ff;
--chat-text-bg: #f1f2f6;
--bg_color_light: #ebe6e7;
--bg_color_dark: #181a19;
--text_light: #ffffff;
--text_dark: #000;
--cream: hsl(348, 11%, 91%);
--blue: #3498db;
--grey: rgb(44, 44, 44);
--lightgrey: #6c6c6c;
--pinkish: #ffbcbc;
}
.MESSAGES__container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
.MESSAGES__title {
display: flex;
flex-direction: row;
padding: 5px;
height: 60px;
background: rgb(59, 59, 59);
color: white;
justify-content: space-between;
align-items: center;
}
.MESSAGES_back_button {
font-size: 3rem;
}
.MESSAGES_title_picture {
padding-top: 5px;
}
.MESSAGES_title_picture img {
width: 50px;
height: 50px;
border-radius: 50%;
object-position: center;
object-fit: cover;
}
.MESSAGES__body {
padding: 10px;
height: 100%;
overflow: auto;
background: var(--grey);
}
.MESSAGES__send {
display: flex;
flex-direction: row;
align-items: center;
padding: 0 20px;
justify-content: space-between;
background: rgb(80, 80, 80);
}
.MESSAGES_INPUT {
width: 95%;
}
.MESSAGES_SEND:hover {
cursor: pointer;
}
.MESSAGES__chat-msg {
font-family: var(--body-font);
display: flex;
padding: 0 20px 10px;
}
.MESSAGES__chat-msg-content {
margin-left: 12px;
word-break: break-word;
max-width: 70%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.MESSAGES__chat-msg-text {
display: flex;
flex-direction: column;
align-items: inherit;
color: white;
background-color: var(--bg_color_dark);
padding: 10px;
border-radius: 20px 20px 20px 0;
line-height: 1.5;
font-size: inherit;
font-weight: 500;
}
.MESSAGES__chat-msg-text + .chat-msg-text {
margin-top: 10px;
}
.MESSAGES__chat-msg-date {
color: var(--lightgrey);
font-size: 0.7rem;
display: flex;
justify-content: end;
}
.MESSAGES__owner {
flex-direction: row-reverse;
}
.MESSAGES__owner .MESSAGES__chat-msg-date {
color: var(--bg_color_light);
}
.MESSAGES__owner .MESSAGES__chat-msg-content {
margin-left: 0;
margin-right: 12px;
align-items: flex-end;
}
.MESSAGES__owner .MESSAGES__chat-msg-text {
background-color: var(--theme-color);
color: #fff;
border-radius: 20px 20px 0 20px;
}
.MESSAGES__owner .MESSAGES__chat-msg-date {
left: auto;
right: calc(100% + 12px);
}
.MESSAGES_btn {
margin-top: 0;
}
.MESSASGES__send_input {
display: flex;
width: 100%;
height: 100%;
padding: 15px 0;
align-items: center;
justify-content: space-around;
} | 0.428233 | 0.06078 |
.nutz-logo-bar {
width: 120px;
height: 28px;
display: inline-block;
}
.nutz-txt {
font-size: 28px;
line-height: 28px;
height: 28px;
display: inline-block;
}
.nutz-logo {
display: inline-block;
position: relative;
width: 28px;
height: 28px;
}
.nutz-logo img {
display: block;
width: 28px;
height: 28px;
position: absolute;
z-index: 101;
top: 0;
left: 0;
}
.nutz-logo .logo-tail {
position: absolute;
z-index: 100;
top: -22px;
left: -17px;
width: 30px;
height: 20px;
border-right: 5px solid #7DA7D9;
border-bottom-right-radius: 60px 45px;
-moz-transform-origin: bottom right;
-moz-transform: rotate(-90deg);
-ms-transform-origin: bottom right;
-ms-transform: rotate(-90deg);
-webkit-transform-origin: bottom right;
-webkit-transform: rotate(-90deg);
transform-origin: bottom right;
transform: rotate(-90deg);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: tail-wobble;
animation-name: tail-wobble;
}
@-webkit-keyframes tail-wobble {
0% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
15% {
transform: rotate(-65deg);
-webkit-transform: rotate(-65deg);
}
30% {
transform: rotate(-70deg);
-webkit-transform: rotate(-70deg);
}
45% {
transform: rotate(-80deg);
-webkit-transform: rotate(-80deg);
}
60% {
transform: rotate(-100deg);
-webkit-transform: rotate(-100deg);
}
75% {
transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
}
100% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
}
@keyframes tail-wobble {
0% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
15% {
transform: rotate(-65deg);
-webkit-transform: rotate(-65deg);
}
30% {
transform: rotate(-70deg);
-webkit-transform: rotate(-70deg);
}
45% {
transform: rotate(-80deg);
-webkit-transform: rotate(-80deg);
}
60% {
transform: rotate(-100deg);
-webkit-transform: rotate(-100deg);
}
75% {
transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
}
100% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
} | src/main/webapp/rs/logo/logo.css | .nutz-logo-bar {
width: 120px;
height: 28px;
display: inline-block;
}
.nutz-txt {
font-size: 28px;
line-height: 28px;
height: 28px;
display: inline-block;
}
.nutz-logo {
display: inline-block;
position: relative;
width: 28px;
height: 28px;
}
.nutz-logo img {
display: block;
width: 28px;
height: 28px;
position: absolute;
z-index: 101;
top: 0;
left: 0;
}
.nutz-logo .logo-tail {
position: absolute;
z-index: 100;
top: -22px;
left: -17px;
width: 30px;
height: 20px;
border-right: 5px solid #7DA7D9;
border-bottom-right-radius: 60px 45px;
-moz-transform-origin: bottom right;
-moz-transform: rotate(-90deg);
-ms-transform-origin: bottom right;
-ms-transform: rotate(-90deg);
-webkit-transform-origin: bottom right;
-webkit-transform: rotate(-90deg);
transform-origin: bottom right;
transform: rotate(-90deg);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: tail-wobble;
animation-name: tail-wobble;
}
@-webkit-keyframes tail-wobble {
0% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
15% {
transform: rotate(-65deg);
-webkit-transform: rotate(-65deg);
}
30% {
transform: rotate(-70deg);
-webkit-transform: rotate(-70deg);
}
45% {
transform: rotate(-80deg);
-webkit-transform: rotate(-80deg);
}
60% {
transform: rotate(-100deg);
-webkit-transform: rotate(-100deg);
}
75% {
transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
}
100% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
}
@keyframes tail-wobble {
0% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
15% {
transform: rotate(-65deg);
-webkit-transform: rotate(-65deg);
}
30% {
transform: rotate(-70deg);
-webkit-transform: rotate(-70deg);
}
45% {
transform: rotate(-80deg);
-webkit-transform: rotate(-80deg);
}
60% {
transform: rotate(-100deg);
-webkit-transform: rotate(-100deg);
}
75% {
transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
}
100% {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
} | 0.489259 | 0.208662 |
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.ui-widget-content {
background: #c9c9c9 !important;
}
.loader-dialog {
position: absolute;
width: 90%;
height: 90%;
z-index: 100;
display:none;
margin: 0;
}
.loader-dialog img {
position: relative;
left:30%;
top: 15%;
}
header {
height: 55px;
width: 100%;
padding: 15px;
position: relative;
border-bottom: 0.5px solid rgb(157, 194, 157);
background: rgb(38, 2, 53);
}
header * {
display:inline-block;
vertical-align: middle;
margin-right: 25px;
text-decoration: none;
color: rgba(135, 165, 179, 0.945);
font-weight: bolder;
}
header h2 {
font-size: 1.4em;
}
header a:last-child {
position: absolute;
top: 20px;
right: 5%;
}
body {
background-color: #e2e2e2;
font-family: Helvetica;
}
body * {
color: #675c67;
}
body header a, body header h2 {
color: rgba(135, 165, 179, 0.945);
}
body a:hover {
color: #8cc474;
}
nav {
position: relative;
top: 20px;
}
nav div {
width: 200px;
border-radius: 10px;
border: 1px solid black;
padding: 5px;
margin-left: 5%;
background-color: white;
}
nav div img {
width:12px;
vertical-align:baseline;
}
nav div input, nav div input:focus {
border: none;
outline: none;
}
nav button {
padding: 2px 5px;
position: absolute;
right: 10%;
top: 0px;
color: rgba(0, 0, 0, 0.829);
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px;
color: rgba(0, 0, 0, 0.719);
}
div[role="dialog"] {
width:400px !important;
}
div#image-preview-dialog img {
width: 400px;
}
div[role="dialog"] button {
color: transparent;
outline: none;
}
div.form-dialog {
width: 350px !important;
padding: 10px 15px 20px 10px;
}
div.form-dialog form {
width: 330px;
height: 100%;
}
div.form-dialog form * {
display:inline-block;
vertical-align: top;
width: 160px;
margin-top: 10px;
}
div.form-dialog form label, p {
text-align: right;
}
div.form-dialog form p + label{
display: inline-block;
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px;
color: rgba(0, 0, 0, 0.719);
padding: 0.2rem;
font-family: sans-serif;
border-radius: 0.3rem;
cursor: pointer;
font-size: 13px;
text-align: center;
width: 80px;
}
div.form-dialog form input[type="file"] {
display: none;
}
div.form-dialog form details {
background-color: white;
}
div.form-dialog form details summary {
border: 1px solid black;
position:relative;
margin-top: -1px;
outline:none;
}
div.form-dialog form details *:hover {
cursor: pointer;
}
div.form-dialog form details summary::-webkit-details-marker {
display: none;
}
div.form-dialog form details summary span {
border: 0.5px solid black;
width:20px;
height: 22px;
margin-top: -1px;
position: absolute;
right: 0;
text-align: center;
}
div.form-dialog form details div {
border: 1px solid black;
margin-top: 0px;
padding:2px;
overflow: hidden;
max-height: 150px;
}
div.form-dialog form details div section {
margin-top: 0px;
}
div.form-dialog form details div section input{
border:1px solid black;
width: 110px;
margin-top: 1px;
}
div.form-dialog form details div section:hover * {
visibility: visible;
cursor: pointer;
}
div.form-dialog form details div section img{
width:16px;
position:relative;
top: -7px;
visibility: hidden;
}
div.form-dialog form details div section input[readonly] {
border:none;
outline:none;
}
div.form-dialog form ul {
display: block;
margin-left: 70px;
cursor: grab;
font-size: 16px;
}
div.form-dialog form ul li {
width: 250px;
margin:0;
padding-bottom: 7px;
}
div.form-dialog form ul li img:nth-of-type(1), div.form-dialog form ul li img:nth-of-type(2) {
width: 20px;
}
div.form-dialog form ul li p {
display: inline-block;
vertical-align: bottom;
width: 80px;
text-align:left;
}
div.form-dialog form ul li img:nth-of-type(3) {
width: 15px;
vertical-align: bottom;
margin-left:10px;
margin-bottom: 3px;
cursor:pointer;
}
div.form-dialog form ul li input {
margin-bottom: 2px;
}
div.form-dialog form ul li > input, form ul li > label {
vertical-align: bottom;
width: 10px;
}
div.form-dialog form ul li label{
width: 0px;
vertical-align: bottom;
}
div.form-dialog form ul ~ input, div.form-dialog form ul ~ button {
width: 70px;
margin-top: 25px;
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px;
color: rgba(0, 0, 0, 0.719);
font-size: 13px;
}
div.form-dialog form input[type="text"] {
vertical-align: bottom;
}
#cancel {
margin-left: 75px;
}
table {
border-collapse: collapse;
margin: 50px auto;
background-color: rgb(245, 245, 245);
box-shadow: 2px 6px 21px -4px rgba(125,124,125,0.68);
}
table tbody tr td img {
width:30px;
display: block;
margin: 0 auto;
}
thead tr {
background-color: lightgray;
font-weight: bold;
}
td, th {
border: 1px solid gray;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
table button {
border:none;
outline:none;
background-color: transparent;
cursor:pointer;
text-decoration: underline;
color:mediumblue;
}
footer {
width: 50%;
margin: 0 auto;
text-align: center;
}
footer ul li{
list-style: none;
display: inline-block;
}
footer ul li label{
padding: 5px 10px 5px 10px;
transition: .2s all ease;
}
input[type="radio"]:checked ~ label{
border:none;
background-color: #260235;
color:white;
}
.dropdown {
position: relative;
display: inline-block;
}
#category_btn{
color:black;
}
.dropdown-content {
display: none !important;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.show {
display: block !important;
}
.dropdown-content div > p {
color: black;
padding: 5px;
display: inline-block;
text-align: left;
width: 60%;
margin:0;
}
.dropdown-content > div img {
vertical-align: top;
float: right;
max-height: 100%;
width: 15%;
margin: 0;
}
#question_notif{
cursor: pointer;
position: relative;
}
#question_notif span{
margin: 0;
position: absolute;
right: -15px;
top: -15px;
padding: 1px 4px;
background-color: red;
border-radius: 2px;
color: white;
}
#customer_questions{
display: none;
z-index: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
text-align: left;
}
#customer_questions div{
padding: 10px;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 75vh;
width: 30vw;
border-radius: 2px;
overflow-y: scroll;
}
#customer_questions div::-webkit-scrollbar{
display: none;
}
#customer_questions div h1{
color: black;
border-bottom: 2px solid black;
margin-bottom: 10px;
position: relative;
}
#customer_questions div li{
border-bottom: 1px solid silver;
padding: 5px 0;
}
#customer_questions div p{
color: black;
margin-bottom: 5px;
text-align: left;
}
#customer_questions div > span{
position: absolute;
right: 10px;
top: 10px;
padding: 2px 5px;
display: inline-block;
background-color: #999;
color: white;
border-radius: 2px;
cursor: pointer;
}
#customer_questions div p > span{
padding: 5px 10px;
display: inline-block;
background-color: rgb(38, 2, 53);
color: white;
border-radius: 2px;
}
#customer_questions div textarea{
width: 100%;
height: 50px;
margin-bottom: 5px;
}
#customer_questions div input{
display: block;
margin-left: auto;
margin-right: 0;
margin-bottom: 5px;
}
#notification{
display: none;
z-index: 1000;
position: fixed;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.2);
}
#notification > div{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(224, 224, 224);
border: 2px solid black;
width: 25vw;
}
#notification > div h3{
background-color: #260235;
color: white;
}
#notification > div p{
color: black;
margin: 10px 0;
text-align: center;
}
#notification > div #close_btn{
color: white;
position: absolute;
top: 0;
right: 3px;
cursor: pointer;
}
#previews{
background-color: rgba(0,0,0,0.2);
display: none;
z-index: 1000;
position: fixed;
width: 100%;
height: 100vh;
}
#previews > span{
position: absolute;
color: white;
right: 20px;
top: 20px;
cursor: pointer;
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
main {
padding: 10px;
background-color: white;
margin: 30px 100px;
position: absolute;
width: 75vw;
top: 50%;
left: 50%;
transform: translate(-60%, -50%);
}
main span i{
color: goldenrod;
}
main a{
display: block;
}
main h1 {
display: inline-block;
margin: 10px 0 5px 0 ;
}
main > div p{
display: inline-block;
}
main figure {
display: inline-block;
vertical-align: top;
width: 220px;
margin-right: 20px;
}
main figure img {
width: 40px;
border: 1px solid lightgray;
}
main figure img:first-of-type {
width: 217px;
height: 100%;
margin-bottom: 10px;
}
main > p{
background-color: rgb(245, 245, 245);
display: inline-block;
vertical-align: top;
text-align: justify;
width: 67%;
padding: 10px;
line-height: 30px;
}
main form {
float: right;
}
main form input[type="number"] {
width: 50px;
padding: 2px;
}
main form button {
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%);
padding: 3px 5px;
color: rgba(0, 0, 0, 0.678);
pointer-events: none;
} | assets/css/dashboard-products-style.css | * {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.ui-widget-content {
background: #c9c9c9 !important;
}
.loader-dialog {
position: absolute;
width: 90%;
height: 90%;
z-index: 100;
display:none;
margin: 0;
}
.loader-dialog img {
position: relative;
left:30%;
top: 15%;
}
header {
height: 55px;
width: 100%;
padding: 15px;
position: relative;
border-bottom: 0.5px solid rgb(157, 194, 157);
background: rgb(38, 2, 53);
}
header * {
display:inline-block;
vertical-align: middle;
margin-right: 25px;
text-decoration: none;
color: rgba(135, 165, 179, 0.945);
font-weight: bolder;
}
header h2 {
font-size: 1.4em;
}
header a:last-child {
position: absolute;
top: 20px;
right: 5%;
}
body {
background-color: #e2e2e2;
font-family: Helvetica;
}
body * {
color: #675c67;
}
body header a, body header h2 {
color: rgba(135, 165, 179, 0.945);
}
body a:hover {
color: #8cc474;
}
nav {
position: relative;
top: 20px;
}
nav div {
width: 200px;
border-radius: 10px;
border: 1px solid black;
padding: 5px;
margin-left: 5%;
background-color: white;
}
nav div img {
width:12px;
vertical-align:baseline;
}
nav div input, nav div input:focus {
border: none;
outline: none;
}
nav button {
padding: 2px 5px;
position: absolute;
right: 10%;
top: 0px;
color: rgba(0, 0, 0, 0.829);
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px;
color: rgba(0, 0, 0, 0.719);
}
div[role="dialog"] {
width:400px !important;
}
div#image-preview-dialog img {
width: 400px;
}
div[role="dialog"] button {
color: transparent;
outline: none;
}
div.form-dialog {
width: 350px !important;
padding: 10px 15px 20px 10px;
}
div.form-dialog form {
width: 330px;
height: 100%;
}
div.form-dialog form * {
display:inline-block;
vertical-align: top;
width: 160px;
margin-top: 10px;
}
div.form-dialog form label, p {
text-align: right;
}
div.form-dialog form p + label{
display: inline-block;
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px;
color: rgba(0, 0, 0, 0.719);
padding: 0.2rem;
font-family: sans-serif;
border-radius: 0.3rem;
cursor: pointer;
font-size: 13px;
text-align: center;
width: 80px;
}
div.form-dialog form input[type="file"] {
display: none;
}
div.form-dialog form details {
background-color: white;
}
div.form-dialog form details summary {
border: 1px solid black;
position:relative;
margin-top: -1px;
outline:none;
}
div.form-dialog form details *:hover {
cursor: pointer;
}
div.form-dialog form details summary::-webkit-details-marker {
display: none;
}
div.form-dialog form details summary span {
border: 0.5px solid black;
width:20px;
height: 22px;
margin-top: -1px;
position: absolute;
right: 0;
text-align: center;
}
div.form-dialog form details div {
border: 1px solid black;
margin-top: 0px;
padding:2px;
overflow: hidden;
max-height: 150px;
}
div.form-dialog form details div section {
margin-top: 0px;
}
div.form-dialog form details div section input{
border:1px solid black;
width: 110px;
margin-top: 1px;
}
div.form-dialog form details div section:hover * {
visibility: visible;
cursor: pointer;
}
div.form-dialog form details div section img{
width:16px;
position:relative;
top: -7px;
visibility: hidden;
}
div.form-dialog form details div section input[readonly] {
border:none;
outline:none;
}
div.form-dialog form ul {
display: block;
margin-left: 70px;
cursor: grab;
font-size: 16px;
}
div.form-dialog form ul li {
width: 250px;
margin:0;
padding-bottom: 7px;
}
div.form-dialog form ul li img:nth-of-type(1), div.form-dialog form ul li img:nth-of-type(2) {
width: 20px;
}
div.form-dialog form ul li p {
display: inline-block;
vertical-align: bottom;
width: 80px;
text-align:left;
}
div.form-dialog form ul li img:nth-of-type(3) {
width: 15px;
vertical-align: bottom;
margin-left:10px;
margin-bottom: 3px;
cursor:pointer;
}
div.form-dialog form ul li input {
margin-bottom: 2px;
}
div.form-dialog form ul li > input, form ul li > label {
vertical-align: bottom;
width: 10px;
}
div.form-dialog form ul li label{
width: 0px;
vertical-align: bottom;
}
div.form-dialog form ul ~ input, div.form-dialog form ul ~ button {
width: 70px;
margin-top: 25px;
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px;
color: rgba(0, 0, 0, 0.719);
font-size: 13px;
}
div.form-dialog form input[type="text"] {
vertical-align: bottom;
}
#cancel {
margin-left: 75px;
}
table {
border-collapse: collapse;
margin: 50px auto;
background-color: rgb(245, 245, 245);
box-shadow: 2px 6px 21px -4px rgba(125,124,125,0.68);
}
table tbody tr td img {
width:30px;
display: block;
margin: 0 auto;
}
thead tr {
background-color: lightgray;
font-weight: bold;
}
td, th {
border: 1px solid gray;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
table button {
border:none;
outline:none;
background-color: transparent;
cursor:pointer;
text-decoration: underline;
color:mediumblue;
}
footer {
width: 50%;
margin: 0 auto;
text-align: center;
}
footer ul li{
list-style: none;
display: inline-block;
}
footer ul li label{
padding: 5px 10px 5px 10px;
transition: .2s all ease;
}
input[type="radio"]:checked ~ label{
border:none;
background-color: #260235;
color:white;
}
.dropdown {
position: relative;
display: inline-block;
}
#category_btn{
color:black;
}
.dropdown-content {
display: none !important;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.show {
display: block !important;
}
.dropdown-content div > p {
color: black;
padding: 5px;
display: inline-block;
text-align: left;
width: 60%;
margin:0;
}
.dropdown-content > div img {
vertical-align: top;
float: right;
max-height: 100%;
width: 15%;
margin: 0;
}
#question_notif{
cursor: pointer;
position: relative;
}
#question_notif span{
margin: 0;
position: absolute;
right: -15px;
top: -15px;
padding: 1px 4px;
background-color: red;
border-radius: 2px;
color: white;
}
#customer_questions{
display: none;
z-index: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
text-align: left;
}
#customer_questions div{
padding: 10px;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 75vh;
width: 30vw;
border-radius: 2px;
overflow-y: scroll;
}
#customer_questions div::-webkit-scrollbar{
display: none;
}
#customer_questions div h1{
color: black;
border-bottom: 2px solid black;
margin-bottom: 10px;
position: relative;
}
#customer_questions div li{
border-bottom: 1px solid silver;
padding: 5px 0;
}
#customer_questions div p{
color: black;
margin-bottom: 5px;
text-align: left;
}
#customer_questions div > span{
position: absolute;
right: 10px;
top: 10px;
padding: 2px 5px;
display: inline-block;
background-color: #999;
color: white;
border-radius: 2px;
cursor: pointer;
}
#customer_questions div p > span{
padding: 5px 10px;
display: inline-block;
background-color: rgb(38, 2, 53);
color: white;
border-radius: 2px;
}
#customer_questions div textarea{
width: 100%;
height: 50px;
margin-bottom: 5px;
}
#customer_questions div input{
display: block;
margin-left: auto;
margin-right: 0;
margin-bottom: 5px;
}
#notification{
display: none;
z-index: 1000;
position: fixed;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.2);
}
#notification > div{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(224, 224, 224);
border: 2px solid black;
width: 25vw;
}
#notification > div h3{
background-color: #260235;
color: white;
}
#notification > div p{
color: black;
margin: 10px 0;
text-align: center;
}
#notification > div #close_btn{
color: white;
position: absolute;
top: 0;
right: 3px;
cursor: pointer;
}
#previews{
background-color: rgba(0,0,0,0.2);
display: none;
z-index: 1000;
position: fixed;
width: 100%;
height: 100vh;
}
#previews > span{
position: absolute;
color: white;
right: 20px;
top: 20px;
cursor: pointer;
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
main {
padding: 10px;
background-color: white;
margin: 30px 100px;
position: absolute;
width: 75vw;
top: 50%;
left: 50%;
transform: translate(-60%, -50%);
}
main span i{
color: goldenrod;
}
main a{
display: block;
}
main h1 {
display: inline-block;
margin: 10px 0 5px 0 ;
}
main > div p{
display: inline-block;
}
main figure {
display: inline-block;
vertical-align: top;
width: 220px;
margin-right: 20px;
}
main figure img {
width: 40px;
border: 1px solid lightgray;
}
main figure img:first-of-type {
width: 217px;
height: 100%;
margin-bottom: 10px;
}
main > p{
background-color: rgb(245, 245, 245);
display: inline-block;
vertical-align: top;
text-align: justify;
width: 67%;
padding: 10px;
line-height: 30px;
}
main form {
float: right;
}
main form input[type="number"] {
width: 50px;
padding: 2px;
}
main form button {
background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%);
padding: 3px 5px;
color: rgba(0, 0, 0, 0.678);
pointer-events: none;
} | 0.491456 | 0.094469 |
/* Sign up on the homepage */
div.Signup
{
margin: 0 auto;
color: #666;
float: left;
background: #E1E1E1;
border: 1px solid #BCBCBC;
height: 248px;
width: 260px;
margin-right: 5px;
text-align: center;
}
div.Signup h2 {
text-align: center;
border-bottom: none;
text-transform: uppercase;
font-family: Arial;
font-size: 16px;
font-weight: bold;
padding-top: 9px;
color: black;
}
div.Signup .formRow
{
float:left;
width:250px;
padding: 2px 0 6px 13px;
}
div.Signup .formRow label
{
float:left;
padding: 0px 0 0;
width: 60px;
text-align: left;
font-size: 11px;
color: black;
}
div.Signup .formRow input
{
float:left;
border: 1px solid #999;
padding:3px;
width: 140px;
height: 15px;
}
div.Signup .formRow select {
padding: 1px; /* avoid dropdown glazing in ff */
margin:0;
}
div.Signup .formRadio {
float: left;
width: 158px;
text-align: left;
}
div.Signup .formRadio input
{
width: auto;
float: none;
border: 0px;
}
div.SignupWrapper .formRow .formRadio input {
width: auto;
float: none;
border: 0px;
}
div.Signup .formRadio label
{
width: auto;
float: none;
font-size: 12px;
}
div.Signup .formSelect {
float: left;
width: 185px;
text-align: left;
}
input#MaleBtn {
margin-left: 0;
}
input#FemaleBtn {
margin-left: 20px;
}
/* Sign up page, to be a modal popup */
.SignupWrapper {
width:760px;margin:0 auto;
font: Arial;
}
.SignupWrapper .title {
text-align:center
}
.SignupWrapper h2 {
font-size: 40px;
font-weight: bold;
color: #363636;
display: block;
letter-spacing: -2px
}
.SignupWrapper .SignupBox {
width:540px;
border-right:1px solid #ccc;
float: left;
margin-top: 25px;
padding-top: 10px;
}
.SignupWrapper .LowerRightBox {
float: left;
padding-left: 10px;
width: 190px;
padding-top: 15px;
}
.SignupWrapper .UpperRightBox {
border-bottom:1px solid #ccc;
float: left;
width: 167px;
height: 36px;
padding-right: 30px;
padding-left: 10px;
margin-top: 25px;
padding-top: 10px;
}
.SignupWrapper .loginLink
{
background: url(/images/UI/btn-login-gray-small.png);
background-position: top left;
width: 51px;
height: 23px;
cursor: pointer;
float: right;
}
.SignupWrapper .fbLoginButton {
background: url(/images/UI/btn-login_with_fb.png);
background-position: top left;
width: 170px;
height: 25px;
cursor: pointer;
display: block;
text-align: center;
margin-top: 10px;
}
.SignupWrapper .signupMainButton {
background: url(/images/UI/btn-sign_up-mainpage.png);
background-position: top left;
width: 119px;
height: 50px;
cursor: pointer;
display: block;
margin: 0 auto;
}
.SignupWrapper .submitMainButton {
background: url(/images/UI/btn-submit.png);
background-position: top left;
width: 134px;
height: 50px;
cursor: pointer;
display: block;
margin: 0 auto;
}
.SignupWrapper .signupMainButton:hover, .SignupWrapper .fbLoginButton:hover, .SignupWrapper .loginLink:hover, .SignupWrapper .submitMainButton:hover
{
background-position: bottom left;
}
.SignupWrapper .Termsandconditions {
padding-top:20px;
font-size: 11px;
padding-bottom: 7px;
}
div.SignupWrapper div.rightFormColumn {
float: left;
width:350px
}
div.SignupWrapper .inputColumn {
float: left;
width: 183px;
text-align: left;
}
div.SignupWrapper .formRadio {
float: left;
width: 132px;
text-align: left;
}
/* copied over formRow labels */
div.SignupWrapper .formRow
{
float:left;
padding: 2px 0 14px 23px;
}
div.SignupWrapper .formRow label
{
float:left;
padding: 0px 0 0;
width: 140px;
text-align: left;
margin-top: 4px;
}
div.SignupWrapper .formRow input
{
width: 170px;
height: 15px;
float: left;
}
div.SignupWrapper .formRow select {
float: left;
}
div.SignupWrapper .formRadio label
{
width: auto;
float: none;
font-size: 12px;
font-weight: normal;
}
div.SignupWrapper .formSelect {
float: left;
text-align: left;
}
input#MaleBtn {
margin-left: 0;
}
input#FemaleBtn {
margin-left: 20px;
}
div.SignupWrapper .formRow input.newsletterCheck {
width: auto;
margin-right: 10px;
margin-top: 1px;
border: 0px;
}
div.NewEmailForm .formRow label {
width: 100px;
}
div.NewEmailForm .SignupBox {
width: 477px;
border:none;float:none;margin:0 auto;
}
div.NewEmailForm .submitMainButton {
float: left;
}
div.NewEmailForm .noThanksLink {
padding-left: 10px;
top: 18px;
position: relative;
color: #888;
}
.SignupWrapper #birthdayError {
left: -5px;
}
.SignupWrapper #genderError {
top: -12px; left: -2px
}
.SignupWrapper #CaptchaContainer {
width: 315px !important;
margin: 0 auto !important;
padding-bottom: 20px;
padding-top: 5px;
} | StaticPages/Roblox.WWWRoot/CSS/Base/CSS/Signup.css | /* Sign up on the homepage */
div.Signup
{
margin: 0 auto;
color: #666;
float: left;
background: #E1E1E1;
border: 1px solid #BCBCBC;
height: 248px;
width: 260px;
margin-right: 5px;
text-align: center;
}
div.Signup h2 {
text-align: center;
border-bottom: none;
text-transform: uppercase;
font-family: Arial;
font-size: 16px;
font-weight: bold;
padding-top: 9px;
color: black;
}
div.Signup .formRow
{
float:left;
width:250px;
padding: 2px 0 6px 13px;
}
div.Signup .formRow label
{
float:left;
padding: 0px 0 0;
width: 60px;
text-align: left;
font-size: 11px;
color: black;
}
div.Signup .formRow input
{
float:left;
border: 1px solid #999;
padding:3px;
width: 140px;
height: 15px;
}
div.Signup .formRow select {
padding: 1px; /* avoid dropdown glazing in ff */
margin:0;
}
div.Signup .formRadio {
float: left;
width: 158px;
text-align: left;
}
div.Signup .formRadio input
{
width: auto;
float: none;
border: 0px;
}
div.SignupWrapper .formRow .formRadio input {
width: auto;
float: none;
border: 0px;
}
div.Signup .formRadio label
{
width: auto;
float: none;
font-size: 12px;
}
div.Signup .formSelect {
float: left;
width: 185px;
text-align: left;
}
input#MaleBtn {
margin-left: 0;
}
input#FemaleBtn {
margin-left: 20px;
}
/* Sign up page, to be a modal popup */
.SignupWrapper {
width:760px;margin:0 auto;
font: Arial;
}
.SignupWrapper .title {
text-align:center
}
.SignupWrapper h2 {
font-size: 40px;
font-weight: bold;
color: #363636;
display: block;
letter-spacing: -2px
}
.SignupWrapper .SignupBox {
width:540px;
border-right:1px solid #ccc;
float: left;
margin-top: 25px;
padding-top: 10px;
}
.SignupWrapper .LowerRightBox {
float: left;
padding-left: 10px;
width: 190px;
padding-top: 15px;
}
.SignupWrapper .UpperRightBox {
border-bottom:1px solid #ccc;
float: left;
width: 167px;
height: 36px;
padding-right: 30px;
padding-left: 10px;
margin-top: 25px;
padding-top: 10px;
}
.SignupWrapper .loginLink
{
background: url(/images/UI/btn-login-gray-small.png);
background-position: top left;
width: 51px;
height: 23px;
cursor: pointer;
float: right;
}
.SignupWrapper .fbLoginButton {
background: url(/images/UI/btn-login_with_fb.png);
background-position: top left;
width: 170px;
height: 25px;
cursor: pointer;
display: block;
text-align: center;
margin-top: 10px;
}
.SignupWrapper .signupMainButton {
background: url(/images/UI/btn-sign_up-mainpage.png);
background-position: top left;
width: 119px;
height: 50px;
cursor: pointer;
display: block;
margin: 0 auto;
}
.SignupWrapper .submitMainButton {
background: url(/images/UI/btn-submit.png);
background-position: top left;
width: 134px;
height: 50px;
cursor: pointer;
display: block;
margin: 0 auto;
}
.SignupWrapper .signupMainButton:hover, .SignupWrapper .fbLoginButton:hover, .SignupWrapper .loginLink:hover, .SignupWrapper .submitMainButton:hover
{
background-position: bottom left;
}
.SignupWrapper .Termsandconditions {
padding-top:20px;
font-size: 11px;
padding-bottom: 7px;
}
div.SignupWrapper div.rightFormColumn {
float: left;
width:350px
}
div.SignupWrapper .inputColumn {
float: left;
width: 183px;
text-align: left;
}
div.SignupWrapper .formRadio {
float: left;
width: 132px;
text-align: left;
}
/* copied over formRow labels */
div.SignupWrapper .formRow
{
float:left;
padding: 2px 0 14px 23px;
}
div.SignupWrapper .formRow label
{
float:left;
padding: 0px 0 0;
width: 140px;
text-align: left;
margin-top: 4px;
}
div.SignupWrapper .formRow input
{
width: 170px;
height: 15px;
float: left;
}
div.SignupWrapper .formRow select {
float: left;
}
div.SignupWrapper .formRadio label
{
width: auto;
float: none;
font-size: 12px;
font-weight: normal;
}
div.SignupWrapper .formSelect {
float: left;
text-align: left;
}
input#MaleBtn {
margin-left: 0;
}
input#FemaleBtn {
margin-left: 20px;
}
div.SignupWrapper .formRow input.newsletterCheck {
width: auto;
margin-right: 10px;
margin-top: 1px;
border: 0px;
}
div.NewEmailForm .formRow label {
width: 100px;
}
div.NewEmailForm .SignupBox {
width: 477px;
border:none;float:none;margin:0 auto;
}
div.NewEmailForm .submitMainButton {
float: left;
}
div.NewEmailForm .noThanksLink {
padding-left: 10px;
top: 18px;
position: relative;
color: #888;
}
.SignupWrapper #birthdayError {
left: -5px;
}
.SignupWrapper #genderError {
top: -12px; left: -2px
}
.SignupWrapper #CaptchaContainer {
width: 315px !important;
margin: 0 auto !important;
padding-bottom: 20px;
padding-top: 5px;
} | 0.294316 | 0.074838 |
-----------------------------------------------------------*/
html{
width : 100%;
height : 100%;
}
body{
width : 100%;
height : 100%;
margin : 0;
padding : 0;
font-family : 'Playfair Display', sans-serif;
font-weight : 400;
font-size : 14px;
color : #24324a;
text-rendering : optimizeLegibility;
background-color : #24324a;
-webkit-font-smoothing : antialiased;
-moz-font-smoothing : antialiased;
font-smoothing : antialiased;
}
h1, h2, h3, h4, h5, h6{
margin-top : 0;
}
h1, h2, h3, h4{
font-weight : 400;
}
h5, h6{
font-family : 'Lato', sans-serif;
letter-spacing : 2px;
text-transform : uppercase;
}
h1{
font-size : 48px;
margin-bottom : 40px;
}
h2{
font-size : 30px;
margin-bottom : 20px;
}
h5{
font-size : 12px;
font-weight : 900;
color : #d77b5d;
}
h6{
font-size : 11px;
font-weight : 400;
margin-bottom : 10px;
}
a,
a:hover,
a:active,
a:focus{
color : #24324a;
outline : 0;
text-decoration : none;
}
p{
line-height : 24px;
}
img{
max-width : 100%;
}
ul{
list-style-type : none;
margin : 0;
padding : 0;
}
button{
padding : 0;
margin : 0;
border : none;
outline : none;
background : none;
}
hr{
margin : 0;
padding : 0;
border : 0;
border-bottom : 1px solid #e1e1e1;
}
iframe{
width : 100%;
border : 0;
outline : none;
overflow : hidden;
}
input,
select,
textarea{
font-family : 'Lato', sans-serif;
font-size : 10px;
font-weight : 700;
letter-spacing : 1px;
padding : 0;
margin : 0;
border : none;
outline : none;
}
/* 02 - General Stylesheet
-----------------------------------------------------------*/
a,
.btn,
.data-form select,
.data-form textarea,
.data-form input[type="text"],
.data-form input[type="password"],
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel .owl-dots .owl-dot span,
.widget-gallery-grid .gallery-item a:before,
.widget-gallery-grid .gallery-item a:after,
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a,
.widget-features-carousel .features-item .item-inner h5,
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before,
.widget-team-carousel .team-item .item-photo,
.widget-blog-sidebar .sidebar-search form input[type="text"]{
-webkit-transition : all 0.2s ease-in-out;
-moz-transition : all 0.2s ease-in-out;
-ms-transition : all 0.2s ease-in-out;
-o-transition : all 0.2s ease-in-out;
transition : all 0.2s ease-in-out;
}
.clearfix:before,
.clearfix:after,
.site-header .header-top .wrapper:before,
.site-header .header-top .wrapper:after,
.site-header .header-top .header-contact ul:before,
.site-header .header-top .header-contact ul:after,
.site-header .header-bottom .header-nav > ul:before,
.site-header .header-bottom .header-nav > ul:after,
.site-footer .footer-bottom .footer-contact ul:before,
.site-footer .footer-bottom .footer-contact ul:after,
.site-footer .footer-bottom .footer-nav ul:before,
.site-footer .footer-bottom .footer-nav ul:after,
.widget-pager ul:before,
.widget-pager ul:after,
.widget-social-icons ul:before,
.widget-social-icons ul:after,
.widget-breadcrumb ul:before,
.widget-breadcrumb ul:after,
.widget-filter-top ul:before,
.widget-filter-top ul:after,
.widget-slider .slider-booking ul:before,
.widget-slider .slider-booking ul:after,
.widget-about-grid .widget-inner:before,
.widget-about-grid .widget-inner:after,
.widget-features-grid .widget-inner:before,
.widget-features-grid .widget-inner:after,
.widget-offers-grid .widget-inner:before,
.widget-offers-grid .widget-inner:after,
.widget-team-carousel .team-item .item-desc ul:before,
.widget-team-carousel .team-item .item-desc ul:after,
.widget-booking-form .booking-detail .detail-room:before,
.widget-booking-form .booking-detail .detail-room:after,
.widget-booking-form .booking-detail .detail-info ul:before,
.widget-booking-form .booking-detail .detail-info ul:after,
.widget-blog-sidebar .sidebar-tags ul:before,
.widget-blog-sidebar .sidebar-tags ul:after,
.widget-blog-single .single-detail .detail-tags ul:before,
.widget-blog-single .single-detail .detail-tags ul:after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:before,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after{
content : "";
display : table;
}
.clearfix:after,
.site-header .header-top .wrapper:after,
.site-header .header-top .header-contact ul:after,
.site-header .header-bottom .header-nav > ul:after,
.site-footer .footer-bottom .footer-contact ul:after,
.site-footer .footer-bottom .footer-nav ul:after,
.widget-pager ul:after,
.widget-social-icons ul:after,
.widget-breadcrumb ul:after,
.widget-filter-top ul:after,
.widget-slider .slider-booking ul:after,
.widget-about-grid .widget-inner:after,
.widget-features-grid .widget-inner:after,
.widget-offers-grid .widget-inner:after,
.widget-team-carousel .team-item .item-desc ul:after,
.widget-booking-form .booking-detail .detail-room:after,
.widget-booking-form .booking-detail .detail-info ul:after,
.widget-blog-sidebar .sidebar-tags ul:after,
.widget-blog-single .single-detail .detail-tags ul:after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after{
clear : both;
}
.inline{
display : inline-block;
}
.block{
display : block;
}
.btn{
height : 40px;
line-height : 40px;
padding : 0 30px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 10px;
color : #fff;
letter-spacing : 2px;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
border : none;
background-color : #d77b5d;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus{
color : #fff;
background-color : #ef805c;
text-decoration : none;
outline : 0;
-webkit-box-shadow : none;
-moz-box-shadow : none;
box-shadow : none;
}
.btn-link{
display : inline-block;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 11px;
letter-spacing : 1px;
color : #d77b5d;
text-decoration : none;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
}
.btn-link:hover,
.btn-link:active,
.btn-link:active:focus,
.btn-link:focus{
color : #d77b5d;
text-decoration : none;
}
.align-left{
text-align : left;
}
.align-center{
text-align : center;
}
.align-right{
text-align : right;
}
.align-justify{
text-align : justify;
}
.owl-carousel .owl-dots{
height : 20px;
}
.owl-carousel.owl-type1 .owl-nav{
position : absolute;
left : 0;
bottom : 0;
z-index : 2;
width : 100%;
margin-top : 0;
}
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]{
width : 50px;
height : 50px;
line-height : 50px;
margin : 0 1px 0 0;
padding : 0;
font : normal normal normal 14px/1 FontAwesome;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
color : #24324a;
background : #fff;
-webkit-border-radius : 0;
-moz-border-radius : 0;
border-radius : 0;
}
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]:hover{
color : #FFF;
background : #d77b5d;
}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before,
.owl-carousel.owl-type1 .owl-nav .owl-next:before{
line-height : 50px;
}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before{
content : "\f104";
}
.owl-carousel.owl-type1 .owl-nav .owl-next:before{
content : "\f105";
}
.owl-carousel.owl-type1 .owl-nav .disabled{
opacity : 1;
cursor : pointer;
}
.owl-carousel.owl-type1 .owl-dots{
position : absolute;
left : 0;
bottom : 20px;
z-index : 1;
width : 100%;
margin-top : 0;
text-align : center;
}
.owl-carousel.owl-type1 .owl-dots .owl-dot span{
background : #fff;
}
.owl-carousel.owl-type1 .owl-dots .owl-dot.active span,
.owl-carousel.owl-type1 .owl-dots .owl-dot:hover span{
background : #d77b5d;
}
.data-form ::-webkit-input-placeholder{
text-transform : uppercase;
}
.data-form :-moz-placeholder{
text-transform : uppercase;
}
.data-form ::-moz-placeholder{
text-transform : uppercase;
}
.data-form :-ms-input-placeholder{
text-transform : uppercase;
}
.data-form label{
display : block;
margin-bottom : 10px;
text-transform : uppercase;
}
.data-form select,
.data-form input[type="text"],
.data-form input[type="password"]{
width : 100%;
outline : none;
padding : 0 15px;
margin : 0;
height : 40px;
line-height : 40px;
border : 1px solid #e1e1e1;
background-color : #fff;
}
.data-form select:focus,
.data-form textarea:focus,
.data-form input[type="text"]:focus,
.data-form input[type="password"]:focus{
border-color : #999;
}
.data-form select{
-webkit-appearance : none;
-moz-appearance : none;
appearance : none;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.data-form select::-ms-expand{
display : none;
}
.data-form textarea{
width : 100%;
height : 150px;
outline : none;
padding : 15px;
margin : 0;
border : 1px solid #e1e1e1;
resize : vertical;
background-color : #fff;
}
.data-form div[class*="col-"]{
margin-bottom : 20px;
}
.widget-title{
text-align : center;
margin-bottom : 100px;
}
.widget-title h5,
.widget-title h2{
margin-bottom : 0;
}
.widget-title h2{
font-size : 48px;
}
.widget-title p{
display : inline-block;
max-width : 50vw;
font-size : 18px;
line-height : 30px;
margin-top : 30px;
}
.widget-title p:last-child{
margin-bottom : 0;
}
.widget-social-icons ul li{
float : left;
margin-right : 10px;
}
.widget-social-icons ul li a{
display : block;
width : 44px;
height : 44px;
line-height : 44px;
text-align : center;
color : #fff;
background-color : #5c677b;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-social-icons ul li:hover a{
background-color : #d77b5d;
}
.widget-social-icons ul li:last-child{
margin-right : 0;
}
.widget-pager{
margin-top : 100px;
margin-bottom : -10px;
}
.widget-pager ul li{
float : left;
margin-right : 10px;
margin-bottom : 10px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 11px;
letter-spacing : 2px
}
.widget-pager ul li a{
display : block;
width : 50px;
height : 50px;
line-height : 50px;
text-align : center;
background-color : #fff;
}
.widget-pager ul li:hover a{
color : #d77b5d;
}
.widget-pager ul li.active a,
.widget-pager ul li.active:hover a{
color : #fff;
background-color : #d77b5d;
}
.widget-breadcrumb ul li{
position : relative;
float : left;
line-height : 20px;
font-family : 'Lato', sans-serif;
font-size : 10px;
font-weight : 900;
letter-spacing : 2px;
color : #d77b5d;
text-transform : uppercase;
padding-left : 20px;
margin-right : 10px;
}
.widget-breadcrumb ul li:before{
position : absolute;
top : 2px;
left : 0;
content : "\f105";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 16px;
color : #818a9c;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.widget-breadcrumb ul li:first-child{
padding-left : 25px;
}
.widget-breadcrumb ul li:first-child:before{
content : "\f015";
}
.widget-breadcrumb ul li:last-child{
margin-right : 0;
}
.widget-breadcrumb ul li:last-child a{
color : #d77b5d;
}
.widget-breadcrumb ul li a{
display : block;
height : 20px;
color : #818a9c;
}
.widget-breadcrumb ul li:hover a{
color : #d77b5d;
}
.widget-google-map{
position : relative;
height : 600px;
}
.widget-google-map .map-title{
position : absolute;
top : 0;
left : 50%;
z-index : 1;
text-align : center;
padding : 30px 15px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-webkit-transform : translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-ms-transform : translate(-50%, -50%);
-o-transform : translate(-50%, -50%);
transform : translate(-50%, -50%);
}
.widget-google-map .map-title h5{
color : #24324a;
margin : 0;
}
.widget-google-map .map-title .fa{
font-size : 24px;
color : #d77b5d;
margin-bottom : 10px;
}
.widget-newsletter{
display : inline-block;
width : 300px;
position : relative;
}
.widget-newsletter input[type="text"]{
width : 100%;
height : 44px;
line-height : 44px;
padding : 0 64px 0 20px;
color : #fff;
background-color : #5c677b;
}
.widget-newsletter button{
position : absolute;
top : 0;
right : 0;
width : 44px;
height : 44px;
line-height : 44px;
text-align : center;
font-size : 11px;
color : #fff;
background-color : #d77b5d;
}
.widget-newsletter ::-webkit-input-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-newsletter :-moz-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-newsletter ::-moz-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-newsletter :-ms-input-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-page-title{
position : relative;
z-index : 1;
background-color : #fff;
}
.widget-page-title:after{
position : absolute;
left : 0px;
bottom : -32px;
width : 100%;
height : 32px;
content : "";
display : inline-block;
background : linear-gradient(-135deg, #ffffff 16px, transparent 0), linear-gradient(135deg, #ffffff 16px, transparent 0);
background-position : left bottom;
background-repeat : repeat-x;
background-size : 32px 32px;
}
.widget-page-title h5,
.widget-page-title h1,
.widget-page-title p{
width : 60%;
}
.widget-page-title h1{
margin-bottom : 0;
}
.widget-page-title p{
font-size : 18px;
line-height : 30px;
margin-top : 40px;
margin-bottom : 0;
}
.widget-page-title .widget-background{
position : absolute;
top : 0;
right : 0;
width : 50%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-page-title .widget-background:before{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
content : "";
display : inline-block;
background : linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.widget-page-title .widget-breadcrumb{
margin-top : 80px;
margin-bottom : -40px;
}
.widget-page-title .wrapper-inner{
position : relative;
z-index : 1;
}
.widget-video-full{
background-color : #fff;
background-repeat : no-repeat;
background-position : bottom center;
background-size : cover;
}
.widget-video-full .widget-inner{
position : relative;
left : 50%;
display : inline-block;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.widget-video-full .widget-inner .video-play{
display : inline-block;
width : 200px;
height : 200px;
line-height : 180px;
text-align : center;
font-size : 36px;
color : #fff;
border : 10px solid #fff;
background-color : rgba(36, 50, 74, 0.5);
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-video-full .widget-inner .video-play:hover{
-webkit-transform : scale(1.1);
-moz-transform : scale(1.1);
-ms-transform : scale(1.1);
-o-transform : scale(1.1);
transform : scale(1.1);
}
.widget-video-full .widget-title + .widget-inner{
margin-bottom : 100px;
}
.widget-about-promo{
position : relative;
background-repeat : no-repeat;
background-position : top right;
background-size : auto 100%;
}
.widget-about-promo:after{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
content : "";
display : block;
background : -moz-linear-gradient(left, rgba(245,245,245,1) 50%, rgba(255,255,255,0) 140%);
background : -webkit-linear-gradient(left, rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
background : linear-gradient(to right, rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
}
.widget-about-promo .widget-inner{
position : relative;
z-index : 1;
font-size : 18px;
text-align : justify;
}
.widget-about-promo .widget-inner h2,
.widget-about-promo .widget-inner h5{
text-align : left;
}
.widget-about-promo .widget-inner h2{
font-size : 48px;
}
.widget-about-promo .widget-inner p{
line-height : 30px;
margin-bottom : 40px;
}
.widget-about-promo .widget-inner p:last-of-type{
margin-bottom : 0;
}
.widget-about-promo .widget-inner .btn{
margin-top : 40px;
}
.widget-about-grid{
background-color : #fff;
}
.widget-about-grid .widget-inner{
display : -webkit-box;
display : -moz-box;
display : -ms-flexbox;
display : -webkit-flex;
display : flex;
-webkit-flex-flow : row wrap;
flex-flow : row wrap;
margin : -40px;
}
.widget-about-grid .widget-inner .widget-item{
-webkit-box-flex : 1 1;
-moz-box-flex : 1 1;
-webkit-flex : 1 1;
-ms-flex : 1 1;
flex : 1 1;
width : 50%;
padding : 40px;
}
.widget-about-grid .widget-inner .widget-item p{
text-align : justify;
}
.widget-about-grid .widget-inner .widget-item p:last-child{
margin-bottom : 0;
}
.widget-team-carousel{
background-color : #f5f5f5;
}
.widget-team-carousel .team-item .item-photo{
border : 20px solid transparent;
overflow : hidden;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-team-carousel .team-item .item-photo a{
display : block;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-team-carousel .team-item .item-desc{
margin-top : 30px;
font-family : 'Lato', sans-serif;
text-align : center;
}
.widget-team-carousel .team-item .item-desc h3,
.widget-team-carousel .team-item .item-desc h4{
letter-spacing : 1px;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
}
.widget-team-carousel .team-item .item-desc h3{
font-size : 12px;
font-weight : 900;
color : #d77b5d;
}
.widget-team-carousel .team-item .item-desc h4{
font-size : 10px;
margin-bottom : 0;
}
.widget-team-carousel .team-item .item-desc ul{
display : inline-block;
margin-top : 30px;
padding : 0 4px;
border : 1px solid #e1e1e1;
-webkit-border-radius : 15px;
-moz-border-radius : 15px;
-ms-border-radius : 15px;
-o-border-radius : 15px;
border-radius : 15px;
}
.widget-team-carousel .team-item .item-desc ul li{
float : left;
}
.widget-team-carousel .team-item .item-desc ul li a{
display : block;
width : 36px;
height : 30px;
line-height : 30px;
font-size : 11px;
border-right : 1px solid #e1e1e1;
color : #818a9c;
}
.widget-team-carousel .team-item .item-desc ul li a:hover{
color : #d77b5d;
}
.widget-team-carousel .team-item .item-desc ul li:last-child a{
border-right : 0;
}
.widget-team-carousel .team-item:hover .item-photo{
border-color : #fff;
}
.widget-slider{
position : relative;
}
.widget-slider .widget-carousel .slider-item{
position : relative;
min-height : 100vh;
padding-top : 270px;
padding-bottom : 270px;
text-align : center;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-slider .widget-carousel .slider-item:after{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
content : "";
display : block;
background-color : rgba(36, 50, 74, 0.7);
}
.widget-slider .widget-carousel .slider-item .item-inner{
position : relative;
z-index : 1;
padding-left : 70px;
padding-right : 70px;
color : #fff;
}
.widget-slider .widget-carousel .slider-item .item-inner h1{
font-size : 60px;
margin-bottom : 20px;
}
.widget-slider .widget-carousel .slider-item .item-inner h2{
position : relative;
display : inline-block;
font-size : 28px;
font-style : italic;
margin-bottom : 0;
padding-left : 20px;
padding-right : 20px;
}
.widget-slider .widget-carousel .slider-item .item-inner h2:before,
.widget-slider .widget-carousel .slider-item .item-inner h2:after{
position : absolute;
top : 60%;
width : 10px;
height : 1px;
content : "";
display : inline-block;
background-color : #fff;
}
.widget-slider .widget-carousel .slider-item .item-inner h2:before{
left : 0;
}
.widget-slider .widget-carousel .slider-item .item-inner h2:after{
right : 0;
}
.widget-slider .widget-carousel .owl-dots{
display : none;
position : absolute;
left : 0;
bottom : 40px;
width : 100%;
margin-top : 0;
}
.widget-slider .widget-carousel .owl-dots .owl-dot span{
background-color : #fff;
}
.widget-slider .widget-carousel .owl-dots .owl-dot.active span,
.widget-slider .widget-carousel .owl-dots .owl-dot:hover span{
background-color : #d77b5d;
}
.widget-slider .widget-carousel .owl-nav{
margin : 0;
}
.widget-slider .widget-carousel .owl-nav [class*="owl-"]{
position : absolute;
top : 50%;
width : 50px;
height : 50px;
line-height : 50px;
margin : -25px 0 0 0;
padding : 0;
border : 1px solid #fff;
font : normal normal normal 14px/1 FontAwesome;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
color : #fff;
opacity : 0.5;
background : transparent;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-slider .widget-carousel .owl-nav [class*="owl-"]:hover{
opacity : 1;
background : transparent;
}
.widget-slider .widget-carousel .owl-nav .owl-prev{
left : 60px;
}
.widget-slider .widget-carousel .owl-nav .owl-next{
right : 60px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev:before,
.widget-slider .widget-carousel .owl-nav .owl-next:before{
line-height : 50px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev:before{
content : "\f104";
}
.widget-slider .widget-carousel .owl-nav .owl-next:before{
content : "\f105";
}
.widget-slider .widget-carousel .owl-nav .disabled,
.widget-slider .widget-carousel .owl-nav .disabled:hover{
opacity : 0.5;
}
.widget-slider .widget-carousel .owl-nav.disabled + .owl-dots{
display : block;
}
.widget-slider .slider-booking{
position : absolute;
bottom : 100px;
left : 0;
z-index : 2;
width : 100%;
color : #fff;
}
.widget-slider .slider-booking h5{
font-size : 11px;
color : #818a9c;
text-align : center;
}
.widget-slider .slider-booking ul{
width : 830px;
padding : 20px;
margin : 0 auto;
background-color : rgba(129, 138, 156, 0.3);
-webkit-box-shadow : 0px 0px 30px 0px rgba(34, 30, 24, 0.5);
-moz-box-shadow : 0px 0px 30px 0px rgba(34, 30, 24, 0.5);
box-shadow : 0px 0px 30px 0px rgba(34, 30, 24, 0.5);
}
.widget-slider .slider-booking ul li{
position : relative;
float : left;
width : 20%;
padding-right : 10px;
text-align : left;
}
.widget-slider .slider-booking ul li select,
.widget-slider .slider-booking ul li input[type="text"]{
width : 100%;
height : 40px;
line-height : 40px;
padding : 0 15px;
text-transform : uppercase;
background-color : #5c677b;
}
.widget-slider .slider-booking ul li select{
-webkit-appearance : none;
-moz-appearance : none;
appearance : none;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.widget-slider .slider-booking ul li select::-ms-expand{
display : none;
}
.widget-slider .slider-booking ul li button{
display : block;
width : 100%;
}
.widget-slider .slider-booking ul li .fa{
position : absolute;
top : 10px;
left : calc(100% - 40px);
z-index : 1;
width : 20px;
height : 20px;
line-height : 20px;
text-align : center;
}
.widget-slider .slider-booking ul li ::-webkit-input-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li :-moz-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li ::-moz-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li :-ms-input-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li:last-child{
padding-right : 0;
}
.widget-slider.has-rooms .slider-booking{
bottom : 120px;
}
.widget-slider.has-rooms .widget-carousel .owl-nav.disabled + .owl-dots{
display : none;
}
.widget-testimonials-carousel .testimonials-item{
text-align : center;
}
.widget-testimonials-carousel .testimonials-item .item-comment{
position : relative;
padding : 30px;
margin-bottom : 40px;
line-height : 22px;
background-color : #fff;
-webkit-border-radius : 6px;
-moz-border-radius : 6px;
-ms-border-radius : 6px;
-o-border-radius : 6px;
border-radius : 6px;
}
.widget-testimonials-carousel .testimonials-item .item-comment:after{
position : absolute;
top : 100%;
left : 50%;
content : "";
display : inline-block;
width : 0;
height : 0;
margin-left : -20px;
border-style : solid;
border-width : 20px 20px 0 20px;
border-color : #fff transparent transparent transparent;
}
.widget-testimonials-carousel .testimonials-item .item-customer h5,
.widget-testimonials-carousel .testimonials-item .item-customer h6{
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-testimonials-carousel .testimonials-item .item-customer h6{
margin-bottom : 0;
}
.widget-testimonials-carousel .testimonials-item .item-customer .customer-photo{
display : inline-block;
width : 80px;
height : 80px;
margin-bottom : 20px;
overflow : hidden;
background-color : #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-features-carousel{
background-color : #f5f5f5;
}
.widget-features-carousel .features-item{
position : relative;
padding-top : 100%;
background-color : #fff;
}
.widget-features-carousel .features-item .item-inner{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
padding-top : 80%;
padding-left : 20px;
padding-right : 20px;
text-align : center;
background-repeat : no-repeat;
background-position : 50% 30%;
background-size : auto 40%;
}
.widget-features-carousel .features-item .item-inner h5{
color : #24324a;
margin-bottom : 0;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-features-carousel .features-item:hover .item-inner h5{
color : #d77b5d;
}
.widget-features-grid{
background-color : #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-features-grid .widget-inner{
margin-bottom : -30px;
}
.widget-features-grid .features-item{
position : relative;
padding-top : 100%;
margin-bottom : 30px;
border : 20px solid #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-features-grid .features-item a{
position : absolute;
bottom : 0;
left : 0;
width : 100%;
display : block;
padding : 60px 30px 30px 30px;
color : #fff;
background : -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(36,50,74,1) 70%);
background : -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 70%);
background : linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 70%);
}
.widget-features-grid .features-item a:hover{
padding-bottom : 60px;
}
.widget-features-grid .features-item p{
margin : 0;
line-height : 18px;
}
.widget-offers-grid{
position : relative;
overflow : hidden;
background-color : #24324a;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-offers-grid .offers-item{
width : 50%;
float : left;
}
.widget-offers-grid .offers-item .item-inner{
position : relative;
z-index : 1;
width : 100%;
padding-top : 50%;
background-color : #fff;
}
.widget-offers-grid .offers-item .item-inner .item-photo{
position : absolute;
top : 0;
left : 0;
width : 50%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-offers-grid .offers-item .item-inner .item-photo:before{
position : absolute;
right : 0;
bottom : 0;
z-index : 1;
content : "";
display : inline-block;
border-style : solid;
border-width : 0 0 50px 50px;
border-color : transparent transparent #d77b5d transparent;
}
.widget-offers-grid .offers-item .item-inner .item-photo:after{
position : absolute;
right : 9px;
bottom : 9px;
z-index : 2;
content : "\f067";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 12px;
color : #fff;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.widget-offers-grid .offers-item .item-inner .item-desc{
position : absolute;
top : 0;
right : 0;
width : 50%;
height : 100%;
padding : 30px 30px 50px 30px;
overflow : hidden;
}
.widget-offers-grid .offers-item .item-inner .item-desc p:last-of-type{
margin-bottom : 0;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link{
position : absolute;
left : 0;
bottom : 0;
z-index : 2;
width : 100%;
display : block;
padding : 0 30px;
height : 50px;
line-height : 50px;
background-color : #fff;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before{
position : absolute;
top : 50%;
left : 0;
width : 0;
height : 2px;
margin-top : -1px;
content : "";
display : inline-block;
background-color : #d77b5d;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:hover:before{
width : 15px;
}
.widget-offers-grid .offers-item:first-child{
width : 100%;
padding-left : 50%;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo{
left : inherit;
right : 0;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc{
right : inherit;
left : 0;
}
.widget-offers-grid .offers-item:last-child:before{
position : absolute;
left : 0;
right : 0;
width : 100%;
height : 100%;
content : "";
display : block;
background-color : #f5f5f5;
}
.widget-offers-grid .widget-title h5,
.widget-offers-grid .widget-title h2,
.widget-offers-grid .widget-title p{
color : #fff;
}
.widget-offers-grid .wrapper-inner{
padding-bottom : 0;
}
.widget-filter-top{
margin-bottom : 50px;
}
.widget-filter-top ul li{
float : left;
margin-right : 20px;
margin-bottom : 20px;
}
.widget-filter-top ul li a{
display : block;
padding : 0 30px;
height : 44px;
line-height : 44px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 10px;
letter-spacing : 2px;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
background-color : #fff;
-webkit-border-radius : 22px;
-moz-border-radius : 22px;
-ms-border-radius : 22px;
-o-border-radius : 22px;
border-radius : 22px;
}
.widget-filter-top ul li:hover a{
color : #d77b5d;
}
.widget-filter-top ul li.active a,
.widget-filter-top ul li.active:hover a{
color : #fff;
background-color : #d77b5d;
}
.widget-filter-top ul li:last-child{
margin-right : 0;
}
.widget-gallery-grid{
margin-bottom : -30px;
}
.widget-gallery-grid .gallery-item{
margin-bottom : 30px;
}
.widget-gallery-grid .gallery-item a{
position : relative;
display : block;
width : 100%;
height : 100%;
padding-top : 100%;
border : 15px solid #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
}
.widget-gallery-grid .gallery-item a:before{
position : absolute;
right : 0;
bottom : 0;
z-index : 1;
content : "";
display : inline-block;
border-style : solid;
border-width : 0 0 50px 50px;
border-color : transparent transparent #fff transparent;
}
.widget-gallery-grid .gallery-item a:after{
position : absolute;
right : 7px;
bottom : 7px;
z-index : 2;
content : "\f067";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 12px;
color : #d77b5d;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.widget-gallery-grid .gallery-item:hover a:before{
border-bottom-color : #d77b5d;
}
.widget-gallery-grid .gallery-item:hover a:after{
color : #fff;
}
.widget-gallery-carousel{
background-color : #fff;
}
.widget-gallery-carousel .gallery-item{
position : relative;
padding-top : 100%;
}
.widget-gallery-carousel .gallery-item a{
position : absolute;
top : 0;
bottom : 0;
left : 0;
right : 0;
display : block;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-gallery-carousel .gallery-item .item-text{
display : none;
position : absolute;
left : 0;
bottom : 0;
width : 100%;
padding : 80px 40px 40px 40px;
font-size : 24px;
color : #fff;
text-align : center;
background : -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(36,50,74,1) 100%);
background : -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 100%);
background : linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 100%);
}
.widget-gallery-carousel .widget-carousel:before,
.widget-gallery-carousel .widget-carousel:after{
position : absolute;
top : 80px;
bottom : 80px;
z-index : 1;
width : 33.33333333333333%;
content : "";
display : inline-block;
background-color : aliceblue;
}
.widget-gallery-carousel .widget-carousel:before{
left : 0;
background : -moz-linear-gradient(left, rgba(255,255,255,1)50%, rgba(255,255,255,0) 100%);
background : -webkit-linear-gradient(left, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%);
background : linear-gradient(to right, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%);
}
.widget-gallery-carousel .widget-carousel:after{
right : 0;
background : -moz-linear-gradient(left, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 100%);
background : -webkit-linear-gradient(left, rgba(255,255,255,0) 5%,rgba(255,255,255,1) 100%);
background : linear-gradient(to right, rgba(255,255,255,0) 5%,rgba(255,255,255,1) 100%);
}
.widget-gallery-carousel .widget-carousel .owl-stage-outer{
padding-top : 80px;
padding-bottom : 80px;
margin-top : -80px;
margin-bottom : -80px;
}
.widget-gallery-carousel .widget-carousel .owl-item.center{
z-index : 2;
}
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a{
top : -50px;
bottom : -50px;
left : -50px;
right : -50px;
border : 20px solid #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
}
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text{
display : block;
}
.widget-gallery-carousel .widget-carousel .owl-nav{
margin-top : 0;
}
.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']{
position : absolute;
top : 50%;
z-index : 2;
width : 50px;
height : 50px;
line-height : 50px;
margin : -25px 0 0 0;
padding : 0;
font : normal normal normal 14px/1 FontAwesome;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
color : #d77b5d;
background-color : #fff;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']:hover{
color : #d77b5d;
background-color : #fff;
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev{
left : calc(33.33333333333333% - 98px);
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next{
right : calc(33.33333333333333% - 98px);
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before,
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before{
line-height : 50px;
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before{
content : "\f177";
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before{
content : "\f178";
}
.widget-gallery-carousel .widget-carousel .owl-nav .disabled{
opacity : 1;
cursor : pointer;
}
.widget-history-timeline{
background-color : #fff;
}
.widget-history-timeline ul{
position : relative;
padding-top : 40px;
padding-bottom : 40px;
}
.widget-history-timeline ul:after{
position : absolute;
top : 0;
left : 50%;
width : 2px;
height : 100%;
margin-left : -1px;
content : "";
display : inline-block;
background-color : #e1e1e1;
}
.widget-history-timeline ul li{
position : relative;
margin-bottom : 50px;
}
.widget-history-timeline ul li:after{
position : absolute;
top : 50%;
left : 50%;
width : 16px;
height : 16px;
margin-top : -8px;
margin-left : -8px;
content : "";
display : inline-block;
background-color : #e1e1e1;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-history-timeline ul li h5{
position : absolute;
top : 50%;
max-width : 60px;
margin-top : -5px;
margin-bottom : 0;
font-size : 11px;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-history-timeline ul li p:last-of-type{
margin-bottom : 0;
}
.widget-history-timeline ul li:nth-child(odd){
padding-left : calc(50% + 100px);
}
.widget-history-timeline ul li:nth-child(odd) h5{
left : calc(50% + 30px);
}
.widget-history-timeline ul li:nth-child(even){
padding-right : calc(50% + 100px);
text-align : right;
}
.widget-history-timeline ul li:nth-child(even) h5{
right : calc(50% + 30px);
}
.widget-history-timeline ul li:last-child{
margin-bottom : 0;
}
.widget-rooms-carousel .rooms-item{
padding : 30px;
}
.widget-rooms-carousel .rooms-item .item-inner{
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-rooms-carousel .rooms-item .item-photo a{
display : block;
width : 100%;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-rooms-carousel .rooms-item .item-desc{
position : relative;
padding : 40px;
text-align : center;
}
.widget-rooms-carousel .rooms-item .item-desc h2{
font-size : 26px;
margin-bottom : 10px;
}
.widget-rooms-carousel .rooms-item .item-desc h2 a:hover{
color : #d77b5d;
}
.widget-rooms-carousel .rooms-item .item-desc h3{
font-family : 'Lato', sans-serif;
font-weight : 900;
color : #d77b5d;
margin-bottom : 20px;
}
.widget-rooms-carousel .rooms-item .item-desc p{
min-height : 75px;
color : #818a9c;
}
.widget-rooms-carousel .rooms-item .item-desc p:last-child{
margin-bottom : 0;
}
.widget-rooms-carousel .rooms-item .item-desc .fa-star{
position : absolute;
left : 50%;
bottom : 20px;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.widget-rooms-carousel .rooms-item .item-desc .fa-star:before{
content : "\f005\f005\f005";
letter-spacing : 5px;
color : #d77b5d;
}
.widget-rooms-carousel .widget-carousel{
width : auto;
min-width : 100%;
margin-top : -30px;
margin-left : -30px;
margin-right : -30px;
}
.widget-rooms-carousel .widget-carousel .owl-dots{
margin-top : 10px;
}
.widget-rooms-carousel.top-over .widget-title{
display : none;
}
.widget-rooms-carousel.top-over .widget-carousel{
margin-top : -100px;
z-index : 2;
}
.widget-rooms-carousel.top-over .wrapper-inner,
.widget-rooms-carousel.top-over .wrapper-full-inner{
padding-top : 0;
padding-bottom : 0;
}
.widget-rooms-list .rooms-item{
position : relative;
padding-left : 25%;
padding-right : 20%;
margin-bottom : 40px;
border : 1px solid #e1e1e1;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-rooms-list .rooms-item .item-photo{
position : absolute;
top : 0;
left : 0;
width : 25%;
height : 100%;
}
.widget-rooms-list .rooms-item .item-photo a{
display : block;
width : 100%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-rooms-list .rooms-item .item-desc{
padding : 40px;
}
.widget-rooms-list .rooms-item .item-desc h2{
margin-bottom : 10px;
}
.widget-rooms-list .rooms-item .item-desc h2 a:hover{
color : #d77b5d;
}
.widget-rooms-list .rooms-item .item-desc p{
font-size : 18px;
color : #818a9c;
line-height : 30px;
margin : 0;
}
.widget-rooms-list .rooms-item .item-desc .desc-features{
position : relative;
margin-top : 30px;
}
.widget-rooms-list .rooms-item .item-desc .desc-features:before{
position : absolute;
top : 0;
right : 0;
z-index : 1;
width : 2px;
height : 100%;
content : "";
display : inline-block;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-desc .desc-features:after{
position : absolute;
bottom : 0;
left : 0;
z-index : 1;
width : 100%;
height : 2px;
content : "";
display : inline-block;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li{
position : relative;
float : left;
width : 33.33333333333333%;
height : 40px;
line-height : 40px;
padding-left : 40px;
padding-right : 20px;
border-right : 1px solid #e1e1e1;
border-bottom : 1px solid #e1e1e1;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 10px;
letter-spacing : 1px;
text-transform : uppercase;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa{
position : absolute;
top : 10px;
left : 10px;
width : 20px;
height : 20px;
line-height : 20px;
text-align : center;
font-size : 7px;
color : #d77b5d;
border : 1px solid #d77b5d;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa:before{
display : inline-block;
width : 20px;
}
.widget-rooms-list .rooms-item .item-price{
position : absolute;
top : 0;
right : 0;
width : 20%;
height : 100%;
border-left : 1px solid #e1e1e1;
}
.widget-rooms-list .rooms-item .item-price:after{
position : absolute;
top : 0;
left : 0;
width : 20px;
height : 100%;
content : "";
display : inline-block;
background : -moz-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-rooms-list .rooms-item .item-price .price-inner{
position : relative;
top : 50%;
z-index : 1;
padding : 0 20px;
text-align : center;
-webkit-transform : translateY(-50%);
-moz-transform : translateY(-50%);
-ms-transform : translateY(-50%);
-o-transform : translateY(-50%);
transform : translateY(-50%);
}
.widget-rooms-list .rooms-item .item-price .price-inner h3,
.widget-rooms-list .rooms-item .item-price .price-inner h4{
font-family : 'Lato', sans-serif;
font-weight : 900;
}
.widget-rooms-list .rooms-item .item-price .price-inner h3{
font-size : 32px;
}
.widget-rooms-list .rooms-item .item-price .price-inner h4{
font-size : 18px;
color : #999;
text-decoration : line-through;
margin-bottom : 20px;
}
.widget-rooms-list .rooms-item .item-price .price-inner h5{
font-size : 10px;
color : #24324a;
}
.widget-rooms-list .rooms-item .item-price .price-inner .btn{
-webkit-border-radius : 20px;
-moz-border-radius : 20px;
-ms-border-radius : 20px;
-o-border-radius : 20px;
border-radius : 20px;
}
.widget-rooms-list .rooms-item .item-price .price-inner .fa-star{
position : relative;
left : 5px;
color : #d77b5d;
margin-bottom : 10px;
}
.widget-rooms-list .rooms-item .item-price .price-inner .fa-star:before{
content : "\f005\f005\f005";
letter-spacing : 5px;
}
.widget-rooms-list .rooms-item:last-child{
margin-bottom : 0;
}
.widget-rooms-detail .room-slider{
position : relative;
border : 10px solid #fff;
}
.widget-rooms-detail .room-slider a{
display : block;
width : 100%;
height : 500px;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-rooms-detail .room-slider .room-price{
position : absolute;
top : 30px;
left : 0;
z-index : 2;
padding : 10px 30px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 24px;
color : #fff;
background-color : #d77b5d;
}
.widget-rooms-detail .room-slider .room-price small{
position : relative;
top : -3px;
left : 5px;
font-size : 11px;
letter-spacing : 1px;
text-transform : uppercase;
}
.widget-rooms-detail .room-thumbnails{
margin-top : 40px;
}
.widget-rooms-detail .room-thumbnails a{
display : block;
width : 100%;
height : 100%;
padding-top : 100%;
border : 10px solid #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
}
.widget-rooms-detail .room-desc{
margin-top : 40px;
text-align : justify;
}
.widget-rooms-detail .room-desc p:last-child{
margin-bottom : 0;
}
.widget-rooms-detail .room-booking{
padding : 40px;
background-color : #fff;
}
.widget-rooms-detail .room-booking h2{
font-size : 42px;
margin-bottom : 30px;
}
.widget-rooms-detail .room-booking .btn{
display : block;
width : 100%;
}
.widget-rooms-detail .room-booking .fa{
position : absolute;
top : 14px;
right : 35px;
width : 15px;
text-align : center;
}
.widget-rooms-detail .room-booking .data-form{
margin-bottom : -20px;
}
.widget-rooms-detail .room-booking .data-form select,
.widget-rooms-detail .room-booking .data-form input[type="text"]{
text-transform : uppercase;
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-rooms-detail .room-booking .data-form select:focus,
.widget-rooms-detail .room-booking .data-form input[type="text"]:focus{
border-color : #e1e1e1;
}
.widget-rooms-detail .room-booking .data-form ::-webkit-input-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-booking .data-form :-moz-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-booking .data-form ::-moz-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-booking .data-form :-ms-input-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-features{
padding : 40px;
background-color : #fff;
}
.widget-rooms-detail .room-features h2{
font-size : 42px;
margin-bottom : 30px;
}
.widget-rooms-detail .room-features ul li{
position : relative;
height : 40px;
line-height : 40px;
padding-left : 40px;
padding-right : 20px;
border-bottom : 1px solid #e1e1e1;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 10px;
letter-spacing : 1px;
text-transform : uppercase;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-rooms-detail .room-features ul li .fa{
position : absolute;
top : 10px;
left : 10px;
width : 20px;
height : 20px;
line-height : 20px;
text-align : center;
font-size : 7px;
color : #d77b5d;
border : 1px solid #d77b5d;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-rooms-detail .room-features ul li .fa:before{
display : inline-block;
width : 20px;
}
.widget-rooms-detail .room-features ul li:last-child{
border-bottom : 0;
}
.widget-booking-form .booking-form,
.widget-booking-form .booking-complete,
.widget-booking-form .booking-detail{
padding : 40px;
background-color : #fff;
}
.widget-booking-form .booking-form .data-form .fa{
position : absolute;
top : 14px;
right : 35px;
width : 15px;
text-align : center;
}
.widget-booking-form .booking-form h2 + p{
margin-bottom : 30px;
}
.widget-booking-form .booking-form .data-form select,
.widget-booking-form .booking-form .data-form textarea,
.widget-booking-form .booking-form .data-form input[type="text"]{
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-booking-form .booking-form .data-form ::-webkit-input-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-form .data-form :-moz-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-form .data-form ::-moz-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-form .data-form :-ms-input-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-detail .detail-room{
border-top : 1px solid #e1e1e1;
padding-top : 20px;
}
.widget-booking-form .booking-detail .detail-room .room-photo{
width : 30%;
float : left;
}
.widget-booking-form .booking-detail .detail-room .room-photo a{
display : block;
width : 100%;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-booking-form .booking-detail .detail-room .room-desc{
width : 70%;
padding-left : 20px;
float : left;
}
.widget-booking-form .booking-detail .detail-room .room-desc h3{
font-size : 24px;
}
.widget-booking-form .booking-detail .detail-room .room-desc h3 a:hover{
color : #d77b5d;
}
.widget-booking-form .booking-detail .detail-room .room-desc h4{
font-family : 'Lato', sans-serif;
font-size : 14px;
font-weight : 900;
color : #d77b5d;
margin-bottom : 0;
text-transform : uppercase;
}
.widget-booking-form .booking-detail .detail-room .room-desc h4 small{
position : relative;
top : -1px;
margin-left : 5px;
font-size : 10px;
font-weight : 700;
color : #818a9c;
}
.widget-booking-form .booking-detail .detail-info{
margin-top : 20px;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 11px;
border-bottom : 1px solid #e1e1e1;
}
.widget-booking-form .booking-detail .detail-info ul li{
width : 50%;
float : left;
padding : 10px;
border-top : 1px solid #e1e1e1;
text-transform : uppercase;
}
.widget-booking-form .booking-detail .detail-info ul li label,
.widget-booking-form .booking-detail .detail-info ul li p{
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-booking-form .booking-detail .detail-info ul li label{
color : #818a9c;
}
.widget-booking-form .booking-detail .detail-info ul li p{
line-height : normal;
margin : 0;
}
.widget-booking-form .booking-detail .detail-info ul li.total{
width : 100%;
}
.widget-booking-form .booking-detail .detail-info ul li.total p{
font-weight : 900;
color : #d77b5d;
font-size : 18px;
}
.widget-booking-form .booking-help{
margin-top : 30px;
padding : 40px;
border : 15px solid #fff;
}
.widget-booking-form .booking-help h3{
font-family : 'Lato', sans-serif;
font-weight : 900;
margin-top : 30px;
margin-bottom : 0;
}
.widget-booking-form .booking-help h3 .fa{
margin-right : 10px;
color : #d77b5d;
}
.widget-booking-form .booking-complete{
display : none;
}
.widget-booking-form .booking-complete .complete-message{
padding-left : 140px;
position : relative;
min-height : 120px;
padding-top : 40px;
}
.widget-booking-form .booking-complete .complete-message .fa{
position : absolute;
top : 0;
left : 0;
width : 120px;
height : 120px;
line-height : 120px;
text-align : center;
font-size : 60px;
color : #75cd33;
border : 5px solid #75cd33;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-services-list .services-item{
position : relative;
margin-bottom : 100px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-services-list .services-item .item-photo{
position : absolute;
top : 0;
left : 0;
width : 42%;
height : 100%;
}
.widget-services-list .services-item .item-photo:after{
position : absolute;
top : 0;
left : 100%;
z-index : 1;
width : 20px;
height : 100%;
content : "";
display : inline-block;
background : -moz-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-services-list .services-item .item-photo .btn{
position : absolute;
bottom : -40px;
left : 110%;
z-index : 1;
}
.widget-services-list .services-item .item-photo .photo-big,
.widget-services-list .services-item .item-photo .photo-small{
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-services-list .services-item .item-photo .photo-big{
position : absolute;
top : 0;
left : 0;
z-index : 1;
width : 100%;
height : 100%;
border : 30px solid #fff;
}
.widget-services-list .services-item .item-photo .photo-small{
position : absolute;
bottom : -10%;
right : -10%;
z-index : 2;
width : 50%;
height : 50%;
border : 20px solid #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-services-list .services-item .item-desc{
padding-left : 50%;
padding-right : 60px;
padding-top : 60px;
padding-bottom : 60px;
font-size : 18px;
text-align : justify;
}
.widget-services-list .services-item .item-desc h2,
.widget-services-list .services-item .item-desc h5{
text-align : left;
}
.widget-services-list .services-item .item-desc h2{
font-size : 48px;
margin-bottom : 30px;
}
.widget-services-list .services-item .item-desc p{
line-height : 30px;
}
.widget-services-list .services-item .item-desc p:last-of-type{
margin-bottom : 0;
}
.widget-services-list .services-item:nth-child(even) .item-photo{
left : inherit;
right : 0;
}
.widget-services-list .services-item:nth-child(even) .item-photo:after{
left : inherit;
right : 100%;
background : -moz-linear-gradient(right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-services-list .services-item:nth-child(even) .item-photo .btn{
left : inherit;
right : 110%;
}
.widget-services-list .services-item:nth-child(even) .item-photo .photo-small{
right : inherit;
left : -10%;
}
.widget-services-list .services-item:nth-child(even) .item-desc{
padding-left : 60px;
padding-right : 50%;
}
.widget-services-list .services-item:last-child{
margin-bottom : 0;
}
.widget-blog-carousel .blog-item{
position : relative;
background-color : #fff;
}
.widget-blog-carousel .blog-item:after{
position : absolute;
top : 0;
right : 0;
z-index : 1;
width : 1px;
height : 100%;
content : "";
display : inline-block;
background-color : #e1e1e1;
}
.widget-blog-carousel .blog-item .item-media{
position : relative;
z-index : 2;
}
.widget-blog-carousel .blog-item .item-media .media-photo a,
.widget-blog-carousel .blog-item .item-media .media-gallery a{
display : block;
width : 100%;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-blog-carousel .blog-item .item-media .media-video{
padding-top : 100%;
}
.widget-blog-carousel .blog-item .item-media .media-video .fluid-width-video-wrapper{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : 1;
}
.widget-blog-carousel .blog-item .item-date{
position : absolute;
left : 0;
bottom : 0;
z-index : 2;
width : 50px;
padding : 10px 5px;
font-family : 'Lato', sans-serif;
font-weight : 900;
color : #fff;
text-align : center;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
background-color : #d77b5d;
}
.widget-blog-carousel .blog-item .item-date b{
display : block;
font-size : 22px;
font-weight : 900;
}
.widget-blog-carousel .blog-item .item-desc{
padding : 30px 30px 70px;
}
.widget-blog-carousel .blog-item .item-desc p{
margin-bottom : 0;
}
.widget-blog-carousel .blog-item .item-desc h5{
font-size : 10px;
color : #818a9c;
}
.widget-blog-carousel .blog-item .item-desc h3 a:hover{
color : #d77b5d;
}
.widget-blog-carousel .blog-item .item-desc .btn-link{
position : absolute;
left : 0;
bottom : 20px;
width : 100%;
height : 30px;
line-height : 30px;
padding : 0 30px;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-blog-carousel .wrapper-inner,
.widget-blog-carousel .wrapper-full-inner{
padding-bottom : 0;
}
.widget-blog-list .blog-item{
position : relative;
padding-left : 30%;
margin-bottom : 50px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-blog-list .blog-item .item-media{
position : absolute;
top : 0;
left : 0;
width : 30%;
height : 100%;
border : 15px solid #fff;
}
.widget-blog-list .blog-item .item-media:after{
position : absolute;
top : -15px;
bottom : -15px;
left : calc(100% + 15px);
width : 20px;
content : "";
display : inline-block;
background : -moz-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-blog-list .blog-item .item-media .media-photo,
.widget-blog-list .blog-item .item-media .media-gallery,
.widget-blog-list .blog-item .item-media .media-video{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}
.widget-blog-list .blog-item .item-media .media-photo a,
.widget-blog-list .blog-item .item-media .media-gallery a{
display : block;
width : 100%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-blog-list .blog-item .item-media .media-gallery .owl-carousel,
.widget-blog-list .blog-item .item-media .media-gallery .owl-stage-outer,
.widget-blog-list .blog-item .item-media .media-gallery .owl-stage,
.widget-blog-list .blog-item .item-media .media-gallery .owl-item{
height : 100%;
}
.widget-blog-list .blog-item .item-media .media-video .fluid-width-video-wrapper{
height : 100%;
}
.widget-blog-list .blog-item .item-desc{
padding : 40px;
}
.widget-blog-list .blog-item .item-desc h2 a:hover{
color : #d77b5d;
}
.widget-blog-list .blog-item .item-desc h5{
font-size : 10px;
font-weight : 700;
color : #818a9c;
letter-spacing : 0;
}
.widget-blog-list .blog-item .item-desc h5 a{
color : #d77b5d;
}
.widget-blog-list .blog-item .item-desc h5 .fa{
margin-left : 10px;
margin-right : 5px;
}
.widget-blog-list .blog-item .item-desc p:last-child{
margin-bottom : 0;
}
.widget-blog-list .blog-item:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar{
font-family : 'Lato', sans-serif;
padding-left : 20px;
margin-bottom : -30px;
}
.widget-blog-sidebar h5{
margin-bottom : 20px;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-blog-sidebar .widget{
margin-bottom : 30px;
}
.widget-blog-sidebar .sidebar-search form{
position : relative;
}
.widget-blog-sidebar .sidebar-search form button{
position : absolute;
top : 0;
right : 0;
width : 40px;
height : 40px;
line-height : 40px;
font-size : 11px;
text-align : center;
}
.widget-blog-sidebar .sidebar-search form input[type="text"]{
width : 100%;
padding : 0 60px 0 20px;
margin : 0;
height : 40px;
line-height : 40px;
border : 1px solid #e1e1e1;
background-color : #fff;
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-blog-sidebar .sidebar-search form input[type="text"]:focus{
border-color : #999;
}
.widget-blog-sidebar .sidebar-search form ::-webkit-input-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-search form :-moz-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-search form ::-moz-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-search form :-ms-input-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-categories ul li{
margin-bottom : 15px;
}
.widget-blog-sidebar .sidebar-categories ul li a{
display : block;
font-size : 11px;
font-weight : 900;
letter-spacing : 1px;
}
.widget-blog-sidebar .sidebar-categories ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-categories ul li a:hover{
color : #d77b5d;
}
.widget-blog-sidebar .sidebar-events ul li{
margin-bottom : 15px;
}
.widget-blog-sidebar .sidebar-events ul li a{
position : relative;
display : block;
min-height : 60px;
padding-left : 80px;
padding-top : 10px;
}
.widget-blog-sidebar .sidebar-events ul li a:hover{
color : #d77b5d;
}
.widget-blog-sidebar .sidebar-events ul li span{
position : absolute;
top : 0;
left : 0;
width : 60px;
height : 60px;
line-height : 80px;
text-align : center;
font-size : 18px;
font-weight : 900;
color : #24324a;
overflow : hidden;
background-color : #fff;
-webkit-border-radius : 4px;
-moz-border-radius : 4px;
-ms-border-radius : 4px;
-o-border-radius : 4px;
border-radius : 4px;
}
.widget-blog-sidebar .sidebar-events ul li span b{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 20px;
line-height : 20px;
padding : 0 5px;
display : block;
font-size : 10px;
color : #fff;
text-align : center;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
background-color : #d77b5d;
}
.widget-blog-sidebar .sidebar-events ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-recent ul li{
margin-bottom : 20px;
}
.widget-blog-sidebar .sidebar-recent ul li a{
display : block;
font-weight : 400;
}
.widget-blog-sidebar .sidebar-recent ul li a:hover{
color : #d77b5d;
}
.widget-blog-sidebar .sidebar-recent ul li span{
display : block;
font-size : 10px;
color : #818a9c;
text-transform : uppercase;
margin-top : 5px;
}
.widget-blog-sidebar .sidebar-recent ul li .fa{
margin-right : 10px;
}
.widget-blog-sidebar .sidebar-recent ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-tags ul li{
float : left;
margin-right : 10px;
margin-bottom : 10px;
}
.widget-blog-sidebar .sidebar-tags ul li a{
display : inline-block;
font-size : 10px;
font-weight : 700;
letter-spacing : 1px;
padding : 5px 10px;
text-transform : uppercase;
background-color : #fff;
}
.widget-blog-sidebar .sidebar-tags ul li a:hover{
color : #fff;
background-color : #d77b5d;
}
.widget-blog-sidebar .sidebar-archive ul li{
margin-bottom : 15px;
}
.widget-blog-sidebar .sidebar-archive ul li a{
display : block;
font-size : 11px;
font-weight : 900;
letter-spacing : 1px;
}
.widget-blog-sidebar .sidebar-archive ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-archive ul li a:hover{
color : #d77b5d;
}
.widget-blog-single h5{
margin-bottom : 20px;
}
.widget-blog-single .single-media .media-gallery a{
display : block;
width : 100%;
height : 500px;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-blog-single .single-detail{
padding : 40px;
background-color : #fff;
}
.widget-blog-single .single-detail .detail-head{
padding : 20px 40px;
margin-top : -40px;
margin-left : -40px;
margin-right : -40px;
margin-bottom : 40px;
border-bottom : 2px solid #f5f5f5;
font-family : 'Lato', sans-serif;
font-size : 11px;
font-weight : 700;
letter-spacing : 0;
color : #818a9c;
text-transform : uppercase;
margin-bottom : 20px;
}
.widget-blog-single .single-detail .detail-head a{
color : #d77b5d;
}
.widget-blog-single .single-detail .detail-head .fa{
margin-left : 10px;
margin-right : 5px;
}
.widget-blog-single .single-detail .detail-content{
font-family : 'Lato', sans-serif;
text-align : justify;
}
.widget-blog-single .single-detail .detail-content p:last-child{
margin-bottom : 0;
}
.widget-blog-single .single-detail .detail-tags{
margin-top : 40px;
margin-bottom : -10px;
}
.widget-blog-single .single-detail .detail-tags ul li{
float : left;
margin-right : 10px;
margin-bottom : 10px;
}
.widget-blog-single .single-detail .detail-tags ul li a{
display : inline-block;
font-family : 'Lato', sans-serif;
font-size : 10px;
font-weight : 700;
letter-spacing : 1px;
padding : 5px 10px;
text-transform : uppercase;
background-color : #f5f5f5;
}
.widget-blog-single .single-detail .detail-tags ul li a:hover{
color : #fff;
background-color : #d77b5d;
}
.widget-blog-single .single-comments{
padding : 0 40px 40px 40px;
background-color : #fff;
}
.widget-blog-single .single-comments .comments-list{
margin-bottom : -30px;
}
.widget-blog-single .single-comments .comments-list .comment{
position : relative;
padding-left : 90px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-avatar{
position : absolute;
top : 0;
left : 0;
width : 70px;
height : 70px;
overflow : hidden;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-blog-single .single-comments .comments-list .comment .comment-avatar img{
width : 100%;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info{
margin-bottom : 30px;
font-family : 'Lato', sans-serif;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-user,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply{
text-transform : uppercase;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply{
font-weight : 700;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-message{
margin-bottom : 10px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-user{
font-size : 11px;
font-weight : 900;
letter-spacing : 1px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date{
font-size : 10px;
color : #818a9c;
margin-top : 5px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply a{
font-size : 10px;
color : #d77b5d;
}
.widget-blog-single .single-comments .comments-form{
padding-top : 100px;
margin-bottom : -20px;
}
.widget-contact-form{
position : relative;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 12px;
padding : 100px 40px 40px 40px;
margin-top : -100px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-contact-form h5{
margin-bottom : 20px;
}
.widget-contact-form:after{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100px;
content : "";
display : inline-block;
background : -moz-linear-gradient(top, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(top, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to bottom, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-contact-form .data-form{
margin-top : 20px;
margin-bottom : -20px;
}
.widget-contact-form .data-form .note{
line-height : 40px;
margin : 0;
}
.widget-contact-form .data-form select,
.widget-contact-form .data-form textarea,
.widget-contact-form .data-form input[type="text"],
.widget-contact-form .data-form input[type="password"]{
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-contact-info{
font-family : 'Lato', sans-serif;
font-weight : 400;
}
.widget-contact-info h5{
margin-bottom : 20px;
}
.widget-contact-info a:hover{
color : #d77b5d;
}
.widget-contact-info > ul > li{
margin-bottom : 40px;
}
.widget-contact-info > ul > li ul li{
margin-bottom : 10px;
}
.widget-contact-info ul li:last-child{
margin-bottom : 0;
}
.widget-contact-review{
margin-top : 100px;
margin-bottom : -30px;
}
.widget-contact-review .review-item{
height : 130px;
font-family : 'Lato', sans-serif;
font-size : 11px;
letter-spacing : 1px;
text-align : center;
padding : 0 20px;
margin-bottom : 30px;
border : 10px solid #fff;
}
.widget-contact-review .review-item .item-inner{
position : relative;
top : 45%;
-webkit-transform : translateY(-50%);
-moz-transform : translateY(-50%);
-ms-transform : translateY(-50%);
-o-transform : translateY(-50%);
transform : translateY(-50%);
}
.widget-contact-review .review-item .item-inner .fa{
position : relative;
top : 10px;
margin-right : 10px;
font-size : 40px;
}
.widget-contact-review .review-item .item-inner a:hover{
color : #d77b5d;
}
/* 03 - Layout Stylesheet
-----------------------------------------------------------*/
.section-white{
background-color : #fff;
}
.section-grey{
background-color : #f5f5f5;
}
.wrapper{
max-width : 1300px;
padding-left : 60px;
padding-right : 60px;
margin : 0 auto;
}
.wrapper-inner{
max-width : 1300px;
margin : 0 auto;
padding-top : 100px;
padding-bottom : 100px;
padding-left : 60px;
padding-right : 60px;
}
.wrapper-full{
max-width : 100%;
}
.wrapper-full-inner{
padding-top : 100px;
padding-bottom : 100px;
}
.site-loading{
position : fixed;
top : 0;
left : 0;
z-index : 9999;
width : 100%;
height : 100%;
text-align : center;
background-color : #fff;
}
.site-loading img{
position : absolute;
top : 50%;
left : 50%;
width : 16px;
margin-left : -8px;
margin-top : -8px;
}
.site-backtop{
position : fixed;
bottom : 0;
right : 40px;
z-index : 999;
display : none;
width : 50px;
height : 50px;
line-height : 50px;
text-align : center;
cursor : pointer;
color : #000;
background-color : #fff;
}
.site-header{
position : relative;
z-index : 999;
width : 100%;
background-color : #24324a;
}
.site-header .header-top{
padding-top : 50px;
padding-bottom : 50px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 11px;
letter-spacing : 1px;
color : #818a9c;
}
.site-header .header-top a{
color : #818a9c;
}
.site-header .header-top .header-contact{
float : left;
}
.site-header .header-top .header-contact ul li{
float : left;
line-height : 20px;
margin-right : 20px;
text-transform : uppercase;
}
.site-header .header-top .header-contact ul li a{
display : block;
height : 20px;
line-height : 20px;
}
.site-header .header-top .header-contact ul li:hover a{
color : #fff;
}
.site-header .header-top .header-contact ul li:last-child{
margin-right : 0;
}
.site-header .header-top .header-lang{
float : right;
}
.site-header .header-top .header-lang ul li{
float : left;
margin-right : 20px;
}
.site-header .header-top .header-lang ul li a{
display : block;
height : 20px;
line-height : 20px;
text-align : center;
text-transform : uppercase;
}
.site-header .header-top .header-lang ul li:hover a,
.site-header .header-top .header-lang ul li.active a{
color : #fff;
}
.site-header .header-top .header-lang ul li:last-child{
margin-right : 0;
}
.site-header .header-bottom{
position : relative;
min-height : 110px;
}
.site-header .header-bottom .header-logo{
position : absolute;
top : 0;
left : 50%;
width : 220px;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.site-header .header-bottom .header-logo img{
width : 100%;
}
.site-header .header-bottom .header-nav{
text-align : center;
}
.site-header .header-bottom .header-nav ul li a{
display : block;
height : 44px;
line-height : 44px;
padding : 0 15px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 12px;
letter-spacing : 2px;
text-transform : uppercase;
color : #fff;
}
.site-header .header-bottom .header-nav ul li:hover > a{
color : #d77b5d;
}
.site-header .header-bottom .header-nav ul li.sub{
position : relative;
z-index : 1;
}
.site-header .header-bottom .header-nav ul li.sub > ul{
display : none;
}
.site-header .header-bottom .header-nav ul li.sub:hover > ul{
display : block;
}
.site-header .header-bottom .header-nav > ul{
display : inline-block;
}
.site-header .header-bottom .header-nav > ul > li{
float : left;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li a{
min-width : 120px;
font-size : 11px;
white-space : nowrap;
text-align : left;
background-color : #1a2436;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li ul{
position : absolute;
top : 0;
left : 100%;
}
.site-header .header-bottom .header-nav > ul > li.sub:before{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 1px;
content : "";
display : none;
background-color : #d77b5d;
}
.site-header .header-bottom .header-nav > ul > li.sub > a{
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}
.site-header .header-bottom .header-nav > ul > li.sub > ul{
position : absolute;
top : 100%;
left : 0;
}
.site-header .header-bottom .header-nav > ul > li.sub:hover:before{
display : block;
}
.site-header .header-bottom .header-nav > ul > li.sub:hover > a{
color : #fff;
background-color : #1a2436;
}
.site-header .header-bottom .header-nav > ul.nav-left{
padding-right : 150px;
}
.site-header .header-bottom .header-nav > ul.nav-right{
padding-left : 150px;
}
.site-header .header-bottom .header-toggle{
display : none;
position : absolute;
top : 0;
right : 60px;
width : 60px;
height : 60px;
line-height : 60px;
text-align : center;
cursor : pointer;
color : #fff;
background-color : #d77b5d;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.site-header.header-over{
position : absolute;
top : 0;
left : 0;
background : -moz-linear-gradient(top, rgba(36,50,74,0.65) 0%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(top, rgba(36,50,74,0.65) 0%,rgba(0,0,0,0) 100%);
background : linear-gradient(to bottom, rgba(36,50,74,0.65) 0%,rgba(0,0,0,0) 100%);
}
.site-main{
background-color : #f5f5f5;
}
.site-footer .footer-top{
position : relative;
padding-top : 60px;
padding-bottom : 60px;
background-color : #344157;
}
.site-footer .footer-top:before{
position : absolute;
top : 0;
left : 50%;
width : 1px;
height : 100%;
content : "";
background-color : #24324a;
}
.site-footer .footer-top h5,
.site-footer .footer-top h6{
color : #fff;
}
.site-footer .footer-top h5{
margin-bottom : 20px;
}
.site-footer .footer-top h6{
margin-bottom : 0;
}
.site-footer .footer-top .widget-social-icons,
.site-footer .footer-top .widget-newsletter{
margin-top : 40px;
}
.site-footer .footer-top div[class*="col-"]:last-child{
text-align : right;
}
.site-footer .footer-bottom{
padding-top : 100px;
padding-bottom : 100px;
font-family : 'Lato', sans-serif;
font-size : 11px;
font-weight : 900;
color : #818a9c;
letter-spacing : 2px;
text-align : center;
}
.site-footer .footer-bottom a{
color : #818a9c;
}
.site-footer .footer-bottom p:last-child{
margin-bottom : 0;
}
.site-footer .footer-bottom .footer-logo{
display : inline-block;
width : 220px;
}
.site-footer .footer-bottom .footer-copyright,
.site-footer .footer-bottom .footer-contact,
.site-footer .footer-bottom .footer-nav{
margin-top : 30px;
}
.site-footer .footer-bottom .footer-contact ul,
.site-footer .footer-bottom .footer-nav ul{
display : inline-block;
}
.site-footer .footer-bottom .footer-contact ul li,
.site-footer .footer-bottom .footer-nav ul li{
float : left;
margin : 0 10px;
}
.site-footer .footer-bottom .footer-contact ul li a,
.site-footer .footer-bottom .footer-nav ul li a{
display : block;
}
.site-footer .footer-bottom .footer-contact ul li a:hover{
color : #fff;
}
.site-footer .footer-bottom .footer-nav ul li a{
color : #fff;
text-transform : uppercase;
}
.site-footer .footer-bottom .footer-nav ul li a:hover{
color : #d77b5d;
} | themeforest-15793868-grandium-responsive-hotel-template/html/assets/css/style.css | -----------------------------------------------------------*/
html{
width : 100%;
height : 100%;
}
body{
width : 100%;
height : 100%;
margin : 0;
padding : 0;
font-family : 'Playfair Display', sans-serif;
font-weight : 400;
font-size : 14px;
color : #24324a;
text-rendering : optimizeLegibility;
background-color : #24324a;
-webkit-font-smoothing : antialiased;
-moz-font-smoothing : antialiased;
font-smoothing : antialiased;
}
h1, h2, h3, h4, h5, h6{
margin-top : 0;
}
h1, h2, h3, h4{
font-weight : 400;
}
h5, h6{
font-family : 'Lato', sans-serif;
letter-spacing : 2px;
text-transform : uppercase;
}
h1{
font-size : 48px;
margin-bottom : 40px;
}
h2{
font-size : 30px;
margin-bottom : 20px;
}
h5{
font-size : 12px;
font-weight : 900;
color : #d77b5d;
}
h6{
font-size : 11px;
font-weight : 400;
margin-bottom : 10px;
}
a,
a:hover,
a:active,
a:focus{
color : #24324a;
outline : 0;
text-decoration : none;
}
p{
line-height : 24px;
}
img{
max-width : 100%;
}
ul{
list-style-type : none;
margin : 0;
padding : 0;
}
button{
padding : 0;
margin : 0;
border : none;
outline : none;
background : none;
}
hr{
margin : 0;
padding : 0;
border : 0;
border-bottom : 1px solid #e1e1e1;
}
iframe{
width : 100%;
border : 0;
outline : none;
overflow : hidden;
}
input,
select,
textarea{
font-family : 'Lato', sans-serif;
font-size : 10px;
font-weight : 700;
letter-spacing : 1px;
padding : 0;
margin : 0;
border : none;
outline : none;
}
/* 02 - General Stylesheet
-----------------------------------------------------------*/
a,
.btn,
.data-form select,
.data-form textarea,
.data-form input[type="text"],
.data-form input[type="password"],
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel .owl-dots .owl-dot span,
.widget-gallery-grid .gallery-item a:before,
.widget-gallery-grid .gallery-item a:after,
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a,
.widget-features-carousel .features-item .item-inner h5,
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before,
.widget-team-carousel .team-item .item-photo,
.widget-blog-sidebar .sidebar-search form input[type="text"]{
-webkit-transition : all 0.2s ease-in-out;
-moz-transition : all 0.2s ease-in-out;
-ms-transition : all 0.2s ease-in-out;
-o-transition : all 0.2s ease-in-out;
transition : all 0.2s ease-in-out;
}
.clearfix:before,
.clearfix:after,
.site-header .header-top .wrapper:before,
.site-header .header-top .wrapper:after,
.site-header .header-top .header-contact ul:before,
.site-header .header-top .header-contact ul:after,
.site-header .header-bottom .header-nav > ul:before,
.site-header .header-bottom .header-nav > ul:after,
.site-footer .footer-bottom .footer-contact ul:before,
.site-footer .footer-bottom .footer-contact ul:after,
.site-footer .footer-bottom .footer-nav ul:before,
.site-footer .footer-bottom .footer-nav ul:after,
.widget-pager ul:before,
.widget-pager ul:after,
.widget-social-icons ul:before,
.widget-social-icons ul:after,
.widget-breadcrumb ul:before,
.widget-breadcrumb ul:after,
.widget-filter-top ul:before,
.widget-filter-top ul:after,
.widget-slider .slider-booking ul:before,
.widget-slider .slider-booking ul:after,
.widget-about-grid .widget-inner:before,
.widget-about-grid .widget-inner:after,
.widget-features-grid .widget-inner:before,
.widget-features-grid .widget-inner:after,
.widget-offers-grid .widget-inner:before,
.widget-offers-grid .widget-inner:after,
.widget-team-carousel .team-item .item-desc ul:before,
.widget-team-carousel .team-item .item-desc ul:after,
.widget-booking-form .booking-detail .detail-room:before,
.widget-booking-form .booking-detail .detail-room:after,
.widget-booking-form .booking-detail .detail-info ul:before,
.widget-booking-form .booking-detail .detail-info ul:after,
.widget-blog-sidebar .sidebar-tags ul:before,
.widget-blog-sidebar .sidebar-tags ul:after,
.widget-blog-single .single-detail .detail-tags ul:before,
.widget-blog-single .single-detail .detail-tags ul:after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:before,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after{
content : "";
display : table;
}
.clearfix:after,
.site-header .header-top .wrapper:after,
.site-header .header-top .header-contact ul:after,
.site-header .header-bottom .header-nav > ul:after,
.site-footer .footer-bottom .footer-contact ul:after,
.site-footer .footer-bottom .footer-nav ul:after,
.widget-pager ul:after,
.widget-social-icons ul:after,
.widget-breadcrumb ul:after,
.widget-filter-top ul:after,
.widget-slider .slider-booking ul:after,
.widget-about-grid .widget-inner:after,
.widget-features-grid .widget-inner:after,
.widget-offers-grid .widget-inner:after,
.widget-team-carousel .team-item .item-desc ul:after,
.widget-booking-form .booking-detail .detail-room:after,
.widget-booking-form .booking-detail .detail-info ul:after,
.widget-blog-sidebar .sidebar-tags ul:after,
.widget-blog-single .single-detail .detail-tags ul:after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after{
clear : both;
}
.inline{
display : inline-block;
}
.block{
display : block;
}
.btn{
height : 40px;
line-height : 40px;
padding : 0 30px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 10px;
color : #fff;
letter-spacing : 2px;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
border : none;
background-color : #d77b5d;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus{
color : #fff;
background-color : #ef805c;
text-decoration : none;
outline : 0;
-webkit-box-shadow : none;
-moz-box-shadow : none;
box-shadow : none;
}
.btn-link{
display : inline-block;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 11px;
letter-spacing : 1px;
color : #d77b5d;
text-decoration : none;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
}
.btn-link:hover,
.btn-link:active,
.btn-link:active:focus,
.btn-link:focus{
color : #d77b5d;
text-decoration : none;
}
.align-left{
text-align : left;
}
.align-center{
text-align : center;
}
.align-right{
text-align : right;
}
.align-justify{
text-align : justify;
}
.owl-carousel .owl-dots{
height : 20px;
}
.owl-carousel.owl-type1 .owl-nav{
position : absolute;
left : 0;
bottom : 0;
z-index : 2;
width : 100%;
margin-top : 0;
}
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]{
width : 50px;
height : 50px;
line-height : 50px;
margin : 0 1px 0 0;
padding : 0;
font : normal normal normal 14px/1 FontAwesome;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
color : #24324a;
background : #fff;
-webkit-border-radius : 0;
-moz-border-radius : 0;
border-radius : 0;
}
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]:hover{
color : #FFF;
background : #d77b5d;
}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before,
.owl-carousel.owl-type1 .owl-nav .owl-next:before{
line-height : 50px;
}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before{
content : "\f104";
}
.owl-carousel.owl-type1 .owl-nav .owl-next:before{
content : "\f105";
}
.owl-carousel.owl-type1 .owl-nav .disabled{
opacity : 1;
cursor : pointer;
}
.owl-carousel.owl-type1 .owl-dots{
position : absolute;
left : 0;
bottom : 20px;
z-index : 1;
width : 100%;
margin-top : 0;
text-align : center;
}
.owl-carousel.owl-type1 .owl-dots .owl-dot span{
background : #fff;
}
.owl-carousel.owl-type1 .owl-dots .owl-dot.active span,
.owl-carousel.owl-type1 .owl-dots .owl-dot:hover span{
background : #d77b5d;
}
.data-form ::-webkit-input-placeholder{
text-transform : uppercase;
}
.data-form :-moz-placeholder{
text-transform : uppercase;
}
.data-form ::-moz-placeholder{
text-transform : uppercase;
}
.data-form :-ms-input-placeholder{
text-transform : uppercase;
}
.data-form label{
display : block;
margin-bottom : 10px;
text-transform : uppercase;
}
.data-form select,
.data-form input[type="text"],
.data-form input[type="password"]{
width : 100%;
outline : none;
padding : 0 15px;
margin : 0;
height : 40px;
line-height : 40px;
border : 1px solid #e1e1e1;
background-color : #fff;
}
.data-form select:focus,
.data-form textarea:focus,
.data-form input[type="text"]:focus,
.data-form input[type="password"]:focus{
border-color : #999;
}
.data-form select{
-webkit-appearance : none;
-moz-appearance : none;
appearance : none;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.data-form select::-ms-expand{
display : none;
}
.data-form textarea{
width : 100%;
height : 150px;
outline : none;
padding : 15px;
margin : 0;
border : 1px solid #e1e1e1;
resize : vertical;
background-color : #fff;
}
.data-form div[class*="col-"]{
margin-bottom : 20px;
}
.widget-title{
text-align : center;
margin-bottom : 100px;
}
.widget-title h5,
.widget-title h2{
margin-bottom : 0;
}
.widget-title h2{
font-size : 48px;
}
.widget-title p{
display : inline-block;
max-width : 50vw;
font-size : 18px;
line-height : 30px;
margin-top : 30px;
}
.widget-title p:last-child{
margin-bottom : 0;
}
.widget-social-icons ul li{
float : left;
margin-right : 10px;
}
.widget-social-icons ul li a{
display : block;
width : 44px;
height : 44px;
line-height : 44px;
text-align : center;
color : #fff;
background-color : #5c677b;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-social-icons ul li:hover a{
background-color : #d77b5d;
}
.widget-social-icons ul li:last-child{
margin-right : 0;
}
.widget-pager{
margin-top : 100px;
margin-bottom : -10px;
}
.widget-pager ul li{
float : left;
margin-right : 10px;
margin-bottom : 10px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 11px;
letter-spacing : 2px
}
.widget-pager ul li a{
display : block;
width : 50px;
height : 50px;
line-height : 50px;
text-align : center;
background-color : #fff;
}
.widget-pager ul li:hover a{
color : #d77b5d;
}
.widget-pager ul li.active a,
.widget-pager ul li.active:hover a{
color : #fff;
background-color : #d77b5d;
}
.widget-breadcrumb ul li{
position : relative;
float : left;
line-height : 20px;
font-family : 'Lato', sans-serif;
font-size : 10px;
font-weight : 900;
letter-spacing : 2px;
color : #d77b5d;
text-transform : uppercase;
padding-left : 20px;
margin-right : 10px;
}
.widget-breadcrumb ul li:before{
position : absolute;
top : 2px;
left : 0;
content : "\f105";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 16px;
color : #818a9c;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.widget-breadcrumb ul li:first-child{
padding-left : 25px;
}
.widget-breadcrumb ul li:first-child:before{
content : "\f015";
}
.widget-breadcrumb ul li:last-child{
margin-right : 0;
}
.widget-breadcrumb ul li:last-child a{
color : #d77b5d;
}
.widget-breadcrumb ul li a{
display : block;
height : 20px;
color : #818a9c;
}
.widget-breadcrumb ul li:hover a{
color : #d77b5d;
}
.widget-google-map{
position : relative;
height : 600px;
}
.widget-google-map .map-title{
position : absolute;
top : 0;
left : 50%;
z-index : 1;
text-align : center;
padding : 30px 15px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-webkit-transform : translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-ms-transform : translate(-50%, -50%);
-o-transform : translate(-50%, -50%);
transform : translate(-50%, -50%);
}
.widget-google-map .map-title h5{
color : #24324a;
margin : 0;
}
.widget-google-map .map-title .fa{
font-size : 24px;
color : #d77b5d;
margin-bottom : 10px;
}
.widget-newsletter{
display : inline-block;
width : 300px;
position : relative;
}
.widget-newsletter input[type="text"]{
width : 100%;
height : 44px;
line-height : 44px;
padding : 0 64px 0 20px;
color : #fff;
background-color : #5c677b;
}
.widget-newsletter button{
position : absolute;
top : 0;
right : 0;
width : 44px;
height : 44px;
line-height : 44px;
text-align : center;
font-size : 11px;
color : #fff;
background-color : #d77b5d;
}
.widget-newsletter ::-webkit-input-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-newsletter :-moz-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-newsletter ::-moz-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-newsletter :-ms-input-placeholder{
color : #fff;
text-transform : uppercase;
}
.widget-page-title{
position : relative;
z-index : 1;
background-color : #fff;
}
.widget-page-title:after{
position : absolute;
left : 0px;
bottom : -32px;
width : 100%;
height : 32px;
content : "";
display : inline-block;
background : linear-gradient(-135deg, #ffffff 16px, transparent 0), linear-gradient(135deg, #ffffff 16px, transparent 0);
background-position : left bottom;
background-repeat : repeat-x;
background-size : 32px 32px;
}
.widget-page-title h5,
.widget-page-title h1,
.widget-page-title p{
width : 60%;
}
.widget-page-title h1{
margin-bottom : 0;
}
.widget-page-title p{
font-size : 18px;
line-height : 30px;
margin-top : 40px;
margin-bottom : 0;
}
.widget-page-title .widget-background{
position : absolute;
top : 0;
right : 0;
width : 50%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-page-title .widget-background:before{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
content : "";
display : inline-block;
background : linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.widget-page-title .widget-breadcrumb{
margin-top : 80px;
margin-bottom : -40px;
}
.widget-page-title .wrapper-inner{
position : relative;
z-index : 1;
}
.widget-video-full{
background-color : #fff;
background-repeat : no-repeat;
background-position : bottom center;
background-size : cover;
}
.widget-video-full .widget-inner{
position : relative;
left : 50%;
display : inline-block;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.widget-video-full .widget-inner .video-play{
display : inline-block;
width : 200px;
height : 200px;
line-height : 180px;
text-align : center;
font-size : 36px;
color : #fff;
border : 10px solid #fff;
background-color : rgba(36, 50, 74, 0.5);
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-video-full .widget-inner .video-play:hover{
-webkit-transform : scale(1.1);
-moz-transform : scale(1.1);
-ms-transform : scale(1.1);
-o-transform : scale(1.1);
transform : scale(1.1);
}
.widget-video-full .widget-title + .widget-inner{
margin-bottom : 100px;
}
.widget-about-promo{
position : relative;
background-repeat : no-repeat;
background-position : top right;
background-size : auto 100%;
}
.widget-about-promo:after{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
content : "";
display : block;
background : -moz-linear-gradient(left, rgba(245,245,245,1) 50%, rgba(255,255,255,0) 140%);
background : -webkit-linear-gradient(left, rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
background : linear-gradient(to right, rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%);
}
.widget-about-promo .widget-inner{
position : relative;
z-index : 1;
font-size : 18px;
text-align : justify;
}
.widget-about-promo .widget-inner h2,
.widget-about-promo .widget-inner h5{
text-align : left;
}
.widget-about-promo .widget-inner h2{
font-size : 48px;
}
.widget-about-promo .widget-inner p{
line-height : 30px;
margin-bottom : 40px;
}
.widget-about-promo .widget-inner p:last-of-type{
margin-bottom : 0;
}
.widget-about-promo .widget-inner .btn{
margin-top : 40px;
}
.widget-about-grid{
background-color : #fff;
}
.widget-about-grid .widget-inner{
display : -webkit-box;
display : -moz-box;
display : -ms-flexbox;
display : -webkit-flex;
display : flex;
-webkit-flex-flow : row wrap;
flex-flow : row wrap;
margin : -40px;
}
.widget-about-grid .widget-inner .widget-item{
-webkit-box-flex : 1 1;
-moz-box-flex : 1 1;
-webkit-flex : 1 1;
-ms-flex : 1 1;
flex : 1 1;
width : 50%;
padding : 40px;
}
.widget-about-grid .widget-inner .widget-item p{
text-align : justify;
}
.widget-about-grid .widget-inner .widget-item p:last-child{
margin-bottom : 0;
}
.widget-team-carousel{
background-color : #f5f5f5;
}
.widget-team-carousel .team-item .item-photo{
border : 20px solid transparent;
overflow : hidden;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-team-carousel .team-item .item-photo a{
display : block;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-team-carousel .team-item .item-desc{
margin-top : 30px;
font-family : 'Lato', sans-serif;
text-align : center;
}
.widget-team-carousel .team-item .item-desc h3,
.widget-team-carousel .team-item .item-desc h4{
letter-spacing : 1px;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
}
.widget-team-carousel .team-item .item-desc h3{
font-size : 12px;
font-weight : 900;
color : #d77b5d;
}
.widget-team-carousel .team-item .item-desc h4{
font-size : 10px;
margin-bottom : 0;
}
.widget-team-carousel .team-item .item-desc ul{
display : inline-block;
margin-top : 30px;
padding : 0 4px;
border : 1px solid #e1e1e1;
-webkit-border-radius : 15px;
-moz-border-radius : 15px;
-ms-border-radius : 15px;
-o-border-radius : 15px;
border-radius : 15px;
}
.widget-team-carousel .team-item .item-desc ul li{
float : left;
}
.widget-team-carousel .team-item .item-desc ul li a{
display : block;
width : 36px;
height : 30px;
line-height : 30px;
font-size : 11px;
border-right : 1px solid #e1e1e1;
color : #818a9c;
}
.widget-team-carousel .team-item .item-desc ul li a:hover{
color : #d77b5d;
}
.widget-team-carousel .team-item .item-desc ul li:last-child a{
border-right : 0;
}
.widget-team-carousel .team-item:hover .item-photo{
border-color : #fff;
}
.widget-slider{
position : relative;
}
.widget-slider .widget-carousel .slider-item{
position : relative;
min-height : 100vh;
padding-top : 270px;
padding-bottom : 270px;
text-align : center;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-slider .widget-carousel .slider-item:after{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
content : "";
display : block;
background-color : rgba(36, 50, 74, 0.7);
}
.widget-slider .widget-carousel .slider-item .item-inner{
position : relative;
z-index : 1;
padding-left : 70px;
padding-right : 70px;
color : #fff;
}
.widget-slider .widget-carousel .slider-item .item-inner h1{
font-size : 60px;
margin-bottom : 20px;
}
.widget-slider .widget-carousel .slider-item .item-inner h2{
position : relative;
display : inline-block;
font-size : 28px;
font-style : italic;
margin-bottom : 0;
padding-left : 20px;
padding-right : 20px;
}
.widget-slider .widget-carousel .slider-item .item-inner h2:before,
.widget-slider .widget-carousel .slider-item .item-inner h2:after{
position : absolute;
top : 60%;
width : 10px;
height : 1px;
content : "";
display : inline-block;
background-color : #fff;
}
.widget-slider .widget-carousel .slider-item .item-inner h2:before{
left : 0;
}
.widget-slider .widget-carousel .slider-item .item-inner h2:after{
right : 0;
}
.widget-slider .widget-carousel .owl-dots{
display : none;
position : absolute;
left : 0;
bottom : 40px;
width : 100%;
margin-top : 0;
}
.widget-slider .widget-carousel .owl-dots .owl-dot span{
background-color : #fff;
}
.widget-slider .widget-carousel .owl-dots .owl-dot.active span,
.widget-slider .widget-carousel .owl-dots .owl-dot:hover span{
background-color : #d77b5d;
}
.widget-slider .widget-carousel .owl-nav{
margin : 0;
}
.widget-slider .widget-carousel .owl-nav [class*="owl-"]{
position : absolute;
top : 50%;
width : 50px;
height : 50px;
line-height : 50px;
margin : -25px 0 0 0;
padding : 0;
border : 1px solid #fff;
font : normal normal normal 14px/1 FontAwesome;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
color : #fff;
opacity : 0.5;
background : transparent;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-slider .widget-carousel .owl-nav [class*="owl-"]:hover{
opacity : 1;
background : transparent;
}
.widget-slider .widget-carousel .owl-nav .owl-prev{
left : 60px;
}
.widget-slider .widget-carousel .owl-nav .owl-next{
right : 60px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev:before,
.widget-slider .widget-carousel .owl-nav .owl-next:before{
line-height : 50px;
}
.widget-slider .widget-carousel .owl-nav .owl-prev:before{
content : "\f104";
}
.widget-slider .widget-carousel .owl-nav .owl-next:before{
content : "\f105";
}
.widget-slider .widget-carousel .owl-nav .disabled,
.widget-slider .widget-carousel .owl-nav .disabled:hover{
opacity : 0.5;
}
.widget-slider .widget-carousel .owl-nav.disabled + .owl-dots{
display : block;
}
.widget-slider .slider-booking{
position : absolute;
bottom : 100px;
left : 0;
z-index : 2;
width : 100%;
color : #fff;
}
.widget-slider .slider-booking h5{
font-size : 11px;
color : #818a9c;
text-align : center;
}
.widget-slider .slider-booking ul{
width : 830px;
padding : 20px;
margin : 0 auto;
background-color : rgba(129, 138, 156, 0.3);
-webkit-box-shadow : 0px 0px 30px 0px rgba(34, 30, 24, 0.5);
-moz-box-shadow : 0px 0px 30px 0px rgba(34, 30, 24, 0.5);
box-shadow : 0px 0px 30px 0px rgba(34, 30, 24, 0.5);
}
.widget-slider .slider-booking ul li{
position : relative;
float : left;
width : 20%;
padding-right : 10px;
text-align : left;
}
.widget-slider .slider-booking ul li select,
.widget-slider .slider-booking ul li input[type="text"]{
width : 100%;
height : 40px;
line-height : 40px;
padding : 0 15px;
text-transform : uppercase;
background-color : #5c677b;
}
.widget-slider .slider-booking ul li select{
-webkit-appearance : none;
-moz-appearance : none;
appearance : none;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.widget-slider .slider-booking ul li select::-ms-expand{
display : none;
}
.widget-slider .slider-booking ul li button{
display : block;
width : 100%;
}
.widget-slider .slider-booking ul li .fa{
position : absolute;
top : 10px;
left : calc(100% - 40px);
z-index : 1;
width : 20px;
height : 20px;
line-height : 20px;
text-align : center;
}
.widget-slider .slider-booking ul li ::-webkit-input-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li :-moz-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li ::-moz-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li :-ms-input-placeholder{
color : #fff;
}
.widget-slider .slider-booking ul li:last-child{
padding-right : 0;
}
.widget-slider.has-rooms .slider-booking{
bottom : 120px;
}
.widget-slider.has-rooms .widget-carousel .owl-nav.disabled + .owl-dots{
display : none;
}
.widget-testimonials-carousel .testimonials-item{
text-align : center;
}
.widget-testimonials-carousel .testimonials-item .item-comment{
position : relative;
padding : 30px;
margin-bottom : 40px;
line-height : 22px;
background-color : #fff;
-webkit-border-radius : 6px;
-moz-border-radius : 6px;
-ms-border-radius : 6px;
-o-border-radius : 6px;
border-radius : 6px;
}
.widget-testimonials-carousel .testimonials-item .item-comment:after{
position : absolute;
top : 100%;
left : 50%;
content : "";
display : inline-block;
width : 0;
height : 0;
margin-left : -20px;
border-style : solid;
border-width : 20px 20px 0 20px;
border-color : #fff transparent transparent transparent;
}
.widget-testimonials-carousel .testimonials-item .item-customer h5,
.widget-testimonials-carousel .testimonials-item .item-customer h6{
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-testimonials-carousel .testimonials-item .item-customer h6{
margin-bottom : 0;
}
.widget-testimonials-carousel .testimonials-item .item-customer .customer-photo{
display : inline-block;
width : 80px;
height : 80px;
margin-bottom : 20px;
overflow : hidden;
background-color : #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-features-carousel{
background-color : #f5f5f5;
}
.widget-features-carousel .features-item{
position : relative;
padding-top : 100%;
background-color : #fff;
}
.widget-features-carousel .features-item .item-inner{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
padding-top : 80%;
padding-left : 20px;
padding-right : 20px;
text-align : center;
background-repeat : no-repeat;
background-position : 50% 30%;
background-size : auto 40%;
}
.widget-features-carousel .features-item .item-inner h5{
color : #24324a;
margin-bottom : 0;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-features-carousel .features-item:hover .item-inner h5{
color : #d77b5d;
}
.widget-features-grid{
background-color : #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-features-grid .widget-inner{
margin-bottom : -30px;
}
.widget-features-grid .features-item{
position : relative;
padding-top : 100%;
margin-bottom : 30px;
border : 20px solid #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-features-grid .features-item a{
position : absolute;
bottom : 0;
left : 0;
width : 100%;
display : block;
padding : 60px 30px 30px 30px;
color : #fff;
background : -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(36,50,74,1) 70%);
background : -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 70%);
background : linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 70%);
}
.widget-features-grid .features-item a:hover{
padding-bottom : 60px;
}
.widget-features-grid .features-item p{
margin : 0;
line-height : 18px;
}
.widget-offers-grid{
position : relative;
overflow : hidden;
background-color : #24324a;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-offers-grid .offers-item{
width : 50%;
float : left;
}
.widget-offers-grid .offers-item .item-inner{
position : relative;
z-index : 1;
width : 100%;
padding-top : 50%;
background-color : #fff;
}
.widget-offers-grid .offers-item .item-inner .item-photo{
position : absolute;
top : 0;
left : 0;
width : 50%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-offers-grid .offers-item .item-inner .item-photo:before{
position : absolute;
right : 0;
bottom : 0;
z-index : 1;
content : "";
display : inline-block;
border-style : solid;
border-width : 0 0 50px 50px;
border-color : transparent transparent #d77b5d transparent;
}
.widget-offers-grid .offers-item .item-inner .item-photo:after{
position : absolute;
right : 9px;
bottom : 9px;
z-index : 2;
content : "\f067";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 12px;
color : #fff;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.widget-offers-grid .offers-item .item-inner .item-desc{
position : absolute;
top : 0;
right : 0;
width : 50%;
height : 100%;
padding : 30px 30px 50px 30px;
overflow : hidden;
}
.widget-offers-grid .offers-item .item-inner .item-desc p:last-of-type{
margin-bottom : 0;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link{
position : absolute;
left : 0;
bottom : 0;
z-index : 2;
width : 100%;
display : block;
padding : 0 30px;
height : 50px;
line-height : 50px;
background-color : #fff;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before{
position : absolute;
top : 50%;
left : 0;
width : 0;
height : 2px;
margin-top : -1px;
content : "";
display : inline-block;
background-color : #d77b5d;
}
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:hover:before{
width : 15px;
}
.widget-offers-grid .offers-item:first-child{
width : 100%;
padding-left : 50%;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo{
left : inherit;
right : 0;
}
.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc{
right : inherit;
left : 0;
}
.widget-offers-grid .offers-item:last-child:before{
position : absolute;
left : 0;
right : 0;
width : 100%;
height : 100%;
content : "";
display : block;
background-color : #f5f5f5;
}
.widget-offers-grid .widget-title h5,
.widget-offers-grid .widget-title h2,
.widget-offers-grid .widget-title p{
color : #fff;
}
.widget-offers-grid .wrapper-inner{
padding-bottom : 0;
}
.widget-filter-top{
margin-bottom : 50px;
}
.widget-filter-top ul li{
float : left;
margin-right : 20px;
margin-bottom : 20px;
}
.widget-filter-top ul li a{
display : block;
padding : 0 30px;
height : 44px;
line-height : 44px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 10px;
letter-spacing : 2px;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
background-color : #fff;
-webkit-border-radius : 22px;
-moz-border-radius : 22px;
-ms-border-radius : 22px;
-o-border-radius : 22px;
border-radius : 22px;
}
.widget-filter-top ul li:hover a{
color : #d77b5d;
}
.widget-filter-top ul li.active a,
.widget-filter-top ul li.active:hover a{
color : #fff;
background-color : #d77b5d;
}
.widget-filter-top ul li:last-child{
margin-right : 0;
}
.widget-gallery-grid{
margin-bottom : -30px;
}
.widget-gallery-grid .gallery-item{
margin-bottom : 30px;
}
.widget-gallery-grid .gallery-item a{
position : relative;
display : block;
width : 100%;
height : 100%;
padding-top : 100%;
border : 15px solid #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
}
.widget-gallery-grid .gallery-item a:before{
position : absolute;
right : 0;
bottom : 0;
z-index : 1;
content : "";
display : inline-block;
border-style : solid;
border-width : 0 0 50px 50px;
border-color : transparent transparent #fff transparent;
}
.widget-gallery-grid .gallery-item a:after{
position : absolute;
right : 7px;
bottom : 7px;
z-index : 2;
content : "\f067";
display : inline-block;
font : normal normal normal 14px/1 FontAwesome;
font-size : 12px;
color : #d77b5d;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.widget-gallery-grid .gallery-item:hover a:before{
border-bottom-color : #d77b5d;
}
.widget-gallery-grid .gallery-item:hover a:after{
color : #fff;
}
.widget-gallery-carousel{
background-color : #fff;
}
.widget-gallery-carousel .gallery-item{
position : relative;
padding-top : 100%;
}
.widget-gallery-carousel .gallery-item a{
position : absolute;
top : 0;
bottom : 0;
left : 0;
right : 0;
display : block;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-gallery-carousel .gallery-item .item-text{
display : none;
position : absolute;
left : 0;
bottom : 0;
width : 100%;
padding : 80px 40px 40px 40px;
font-size : 24px;
color : #fff;
text-align : center;
background : -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(36,50,74,1) 100%);
background : -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 100%);
background : linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(36,50,74,1) 100%);
}
.widget-gallery-carousel .widget-carousel:before,
.widget-gallery-carousel .widget-carousel:after{
position : absolute;
top : 80px;
bottom : 80px;
z-index : 1;
width : 33.33333333333333%;
content : "";
display : inline-block;
background-color : aliceblue;
}
.widget-gallery-carousel .widget-carousel:before{
left : 0;
background : -moz-linear-gradient(left, rgba(255,255,255,1)50%, rgba(255,255,255,0) 100%);
background : -webkit-linear-gradient(left, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%);
background : linear-gradient(to right, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%);
}
.widget-gallery-carousel .widget-carousel:after{
right : 0;
background : -moz-linear-gradient(left, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 100%);
background : -webkit-linear-gradient(left, rgba(255,255,255,0) 5%,rgba(255,255,255,1) 100%);
background : linear-gradient(to right, rgba(255,255,255,0) 5%,rgba(255,255,255,1) 100%);
}
.widget-gallery-carousel .widget-carousel .owl-stage-outer{
padding-top : 80px;
padding-bottom : 80px;
margin-top : -80px;
margin-bottom : -80px;
}
.widget-gallery-carousel .widget-carousel .owl-item.center{
z-index : 2;
}
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a{
top : -50px;
bottom : -50px;
left : -50px;
right : -50px;
border : 20px solid #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
}
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text{
display : block;
}
.widget-gallery-carousel .widget-carousel .owl-nav{
margin-top : 0;
}
.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']{
position : absolute;
top : 50%;
z-index : 2;
width : 50px;
height : 50px;
line-height : 50px;
margin : -25px 0 0 0;
padding : 0;
font : normal normal normal 14px/1 FontAwesome;
text-rendering : auto;
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing : grayscale;
color : #d77b5d;
background-color : #fff;
-webkit-border-radius : 0;
-moz-border-radius : 0;
-ms-border-radius : 0;
-o-border-radius : 0;
border-radius : 0;
}
.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']:hover{
color : #d77b5d;
background-color : #fff;
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev{
left : calc(33.33333333333333% - 98px);
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next{
right : calc(33.33333333333333% - 98px);
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before,
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before{
line-height : 50px;
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before{
content : "\f177";
}
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before{
content : "\f178";
}
.widget-gallery-carousel .widget-carousel .owl-nav .disabled{
opacity : 1;
cursor : pointer;
}
.widget-history-timeline{
background-color : #fff;
}
.widget-history-timeline ul{
position : relative;
padding-top : 40px;
padding-bottom : 40px;
}
.widget-history-timeline ul:after{
position : absolute;
top : 0;
left : 50%;
width : 2px;
height : 100%;
margin-left : -1px;
content : "";
display : inline-block;
background-color : #e1e1e1;
}
.widget-history-timeline ul li{
position : relative;
margin-bottom : 50px;
}
.widget-history-timeline ul li:after{
position : absolute;
top : 50%;
left : 50%;
width : 16px;
height : 16px;
margin-top : -8px;
margin-left : -8px;
content : "";
display : inline-block;
background-color : #e1e1e1;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-history-timeline ul li h5{
position : absolute;
top : 50%;
max-width : 60px;
margin-top : -5px;
margin-bottom : 0;
font-size : 11px;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-history-timeline ul li p:last-of-type{
margin-bottom : 0;
}
.widget-history-timeline ul li:nth-child(odd){
padding-left : calc(50% + 100px);
}
.widget-history-timeline ul li:nth-child(odd) h5{
left : calc(50% + 30px);
}
.widget-history-timeline ul li:nth-child(even){
padding-right : calc(50% + 100px);
text-align : right;
}
.widget-history-timeline ul li:nth-child(even) h5{
right : calc(50% + 30px);
}
.widget-history-timeline ul li:last-child{
margin-bottom : 0;
}
.widget-rooms-carousel .rooms-item{
padding : 30px;
}
.widget-rooms-carousel .rooms-item .item-inner{
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-rooms-carousel .rooms-item .item-photo a{
display : block;
width : 100%;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-rooms-carousel .rooms-item .item-desc{
position : relative;
padding : 40px;
text-align : center;
}
.widget-rooms-carousel .rooms-item .item-desc h2{
font-size : 26px;
margin-bottom : 10px;
}
.widget-rooms-carousel .rooms-item .item-desc h2 a:hover{
color : #d77b5d;
}
.widget-rooms-carousel .rooms-item .item-desc h3{
font-family : 'Lato', sans-serif;
font-weight : 900;
color : #d77b5d;
margin-bottom : 20px;
}
.widget-rooms-carousel .rooms-item .item-desc p{
min-height : 75px;
color : #818a9c;
}
.widget-rooms-carousel .rooms-item .item-desc p:last-child{
margin-bottom : 0;
}
.widget-rooms-carousel .rooms-item .item-desc .fa-star{
position : absolute;
left : 50%;
bottom : 20px;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.widget-rooms-carousel .rooms-item .item-desc .fa-star:before{
content : "\f005\f005\f005";
letter-spacing : 5px;
color : #d77b5d;
}
.widget-rooms-carousel .widget-carousel{
width : auto;
min-width : 100%;
margin-top : -30px;
margin-left : -30px;
margin-right : -30px;
}
.widget-rooms-carousel .widget-carousel .owl-dots{
margin-top : 10px;
}
.widget-rooms-carousel.top-over .widget-title{
display : none;
}
.widget-rooms-carousel.top-over .widget-carousel{
margin-top : -100px;
z-index : 2;
}
.widget-rooms-carousel.top-over .wrapper-inner,
.widget-rooms-carousel.top-over .wrapper-full-inner{
padding-top : 0;
padding-bottom : 0;
}
.widget-rooms-list .rooms-item{
position : relative;
padding-left : 25%;
padding-right : 20%;
margin-bottom : 40px;
border : 1px solid #e1e1e1;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-rooms-list .rooms-item .item-photo{
position : absolute;
top : 0;
left : 0;
width : 25%;
height : 100%;
}
.widget-rooms-list .rooms-item .item-photo a{
display : block;
width : 100%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-rooms-list .rooms-item .item-desc{
padding : 40px;
}
.widget-rooms-list .rooms-item .item-desc h2{
margin-bottom : 10px;
}
.widget-rooms-list .rooms-item .item-desc h2 a:hover{
color : #d77b5d;
}
.widget-rooms-list .rooms-item .item-desc p{
font-size : 18px;
color : #818a9c;
line-height : 30px;
margin : 0;
}
.widget-rooms-list .rooms-item .item-desc .desc-features{
position : relative;
margin-top : 30px;
}
.widget-rooms-list .rooms-item .item-desc .desc-features:before{
position : absolute;
top : 0;
right : 0;
z-index : 1;
width : 2px;
height : 100%;
content : "";
display : inline-block;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-desc .desc-features:after{
position : absolute;
bottom : 0;
left : 0;
z-index : 1;
width : 100%;
height : 2px;
content : "";
display : inline-block;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li{
position : relative;
float : left;
width : 33.33333333333333%;
height : 40px;
line-height : 40px;
padding-left : 40px;
padding-right : 20px;
border-right : 1px solid #e1e1e1;
border-bottom : 1px solid #e1e1e1;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 10px;
letter-spacing : 1px;
text-transform : uppercase;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
background-color : #fff;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa{
position : absolute;
top : 10px;
left : 10px;
width : 20px;
height : 20px;
line-height : 20px;
text-align : center;
font-size : 7px;
color : #d77b5d;
border : 1px solid #d77b5d;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa:before{
display : inline-block;
width : 20px;
}
.widget-rooms-list .rooms-item .item-price{
position : absolute;
top : 0;
right : 0;
width : 20%;
height : 100%;
border-left : 1px solid #e1e1e1;
}
.widget-rooms-list .rooms-item .item-price:after{
position : absolute;
top : 0;
left : 0;
width : 20px;
height : 100%;
content : "";
display : inline-block;
background : -moz-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-rooms-list .rooms-item .item-price .price-inner{
position : relative;
top : 50%;
z-index : 1;
padding : 0 20px;
text-align : center;
-webkit-transform : translateY(-50%);
-moz-transform : translateY(-50%);
-ms-transform : translateY(-50%);
-o-transform : translateY(-50%);
transform : translateY(-50%);
}
.widget-rooms-list .rooms-item .item-price .price-inner h3,
.widget-rooms-list .rooms-item .item-price .price-inner h4{
font-family : 'Lato', sans-serif;
font-weight : 900;
}
.widget-rooms-list .rooms-item .item-price .price-inner h3{
font-size : 32px;
}
.widget-rooms-list .rooms-item .item-price .price-inner h4{
font-size : 18px;
color : #999;
text-decoration : line-through;
margin-bottom : 20px;
}
.widget-rooms-list .rooms-item .item-price .price-inner h5{
font-size : 10px;
color : #24324a;
}
.widget-rooms-list .rooms-item .item-price .price-inner .btn{
-webkit-border-radius : 20px;
-moz-border-radius : 20px;
-ms-border-radius : 20px;
-o-border-radius : 20px;
border-radius : 20px;
}
.widget-rooms-list .rooms-item .item-price .price-inner .fa-star{
position : relative;
left : 5px;
color : #d77b5d;
margin-bottom : 10px;
}
.widget-rooms-list .rooms-item .item-price .price-inner .fa-star:before{
content : "\f005\f005\f005";
letter-spacing : 5px;
}
.widget-rooms-list .rooms-item:last-child{
margin-bottom : 0;
}
.widget-rooms-detail .room-slider{
position : relative;
border : 10px solid #fff;
}
.widget-rooms-detail .room-slider a{
display : block;
width : 100%;
height : 500px;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-rooms-detail .room-slider .room-price{
position : absolute;
top : 30px;
left : 0;
z-index : 2;
padding : 10px 30px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 24px;
color : #fff;
background-color : #d77b5d;
}
.widget-rooms-detail .room-slider .room-price small{
position : relative;
top : -3px;
left : 5px;
font-size : 11px;
letter-spacing : 1px;
text-transform : uppercase;
}
.widget-rooms-detail .room-thumbnails{
margin-top : 40px;
}
.widget-rooms-detail .room-thumbnails a{
display : block;
width : 100%;
height : 100%;
padding-top : 100%;
border : 10px solid #fff;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
-webkit-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
}
.widget-rooms-detail .room-desc{
margin-top : 40px;
text-align : justify;
}
.widget-rooms-detail .room-desc p:last-child{
margin-bottom : 0;
}
.widget-rooms-detail .room-booking{
padding : 40px;
background-color : #fff;
}
.widget-rooms-detail .room-booking h2{
font-size : 42px;
margin-bottom : 30px;
}
.widget-rooms-detail .room-booking .btn{
display : block;
width : 100%;
}
.widget-rooms-detail .room-booking .fa{
position : absolute;
top : 14px;
right : 35px;
width : 15px;
text-align : center;
}
.widget-rooms-detail .room-booking .data-form{
margin-bottom : -20px;
}
.widget-rooms-detail .room-booking .data-form select,
.widget-rooms-detail .room-booking .data-form input[type="text"]{
text-transform : uppercase;
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-rooms-detail .room-booking .data-form select:focus,
.widget-rooms-detail .room-booking .data-form input[type="text"]:focus{
border-color : #e1e1e1;
}
.widget-rooms-detail .room-booking .data-form ::-webkit-input-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-booking .data-form :-moz-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-booking .data-form ::-moz-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-booking .data-form :-ms-input-placeholder{
color : #24324a;
}
.widget-rooms-detail .room-features{
padding : 40px;
background-color : #fff;
}
.widget-rooms-detail .room-features h2{
font-size : 42px;
margin-bottom : 30px;
}
.widget-rooms-detail .room-features ul li{
position : relative;
height : 40px;
line-height : 40px;
padding-left : 40px;
padding-right : 20px;
border-bottom : 1px solid #e1e1e1;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 10px;
letter-spacing : 1px;
text-transform : uppercase;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-rooms-detail .room-features ul li .fa{
position : absolute;
top : 10px;
left : 10px;
width : 20px;
height : 20px;
line-height : 20px;
text-align : center;
font-size : 7px;
color : #d77b5d;
border : 1px solid #d77b5d;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-rooms-detail .room-features ul li .fa:before{
display : inline-block;
width : 20px;
}
.widget-rooms-detail .room-features ul li:last-child{
border-bottom : 0;
}
.widget-booking-form .booking-form,
.widget-booking-form .booking-complete,
.widget-booking-form .booking-detail{
padding : 40px;
background-color : #fff;
}
.widget-booking-form .booking-form .data-form .fa{
position : absolute;
top : 14px;
right : 35px;
width : 15px;
text-align : center;
}
.widget-booking-form .booking-form h2 + p{
margin-bottom : 30px;
}
.widget-booking-form .booking-form .data-form select,
.widget-booking-form .booking-form .data-form textarea,
.widget-booking-form .booking-form .data-form input[type="text"]{
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-booking-form .booking-form .data-form ::-webkit-input-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-form .data-form :-moz-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-form .data-form ::-moz-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-form .data-form :-ms-input-placeholder{
color : #24324a;
text-transform : uppercase;
}
.widget-booking-form .booking-detail .detail-room{
border-top : 1px solid #e1e1e1;
padding-top : 20px;
}
.widget-booking-form .booking-detail .detail-room .room-photo{
width : 30%;
float : left;
}
.widget-booking-form .booking-detail .detail-room .room-photo a{
display : block;
width : 100%;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-booking-form .booking-detail .detail-room .room-desc{
width : 70%;
padding-left : 20px;
float : left;
}
.widget-booking-form .booking-detail .detail-room .room-desc h3{
font-size : 24px;
}
.widget-booking-form .booking-detail .detail-room .room-desc h3 a:hover{
color : #d77b5d;
}
.widget-booking-form .booking-detail .detail-room .room-desc h4{
font-family : 'Lato', sans-serif;
font-size : 14px;
font-weight : 900;
color : #d77b5d;
margin-bottom : 0;
text-transform : uppercase;
}
.widget-booking-form .booking-detail .detail-room .room-desc h4 small{
position : relative;
top : -1px;
margin-left : 5px;
font-size : 10px;
font-weight : 700;
color : #818a9c;
}
.widget-booking-form .booking-detail .detail-info{
margin-top : 20px;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 11px;
border-bottom : 1px solid #e1e1e1;
}
.widget-booking-form .booking-detail .detail-info ul li{
width : 50%;
float : left;
padding : 10px;
border-top : 1px solid #e1e1e1;
text-transform : uppercase;
}
.widget-booking-form .booking-detail .detail-info ul li label,
.widget-booking-form .booking-detail .detail-info ul li p{
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-booking-form .booking-detail .detail-info ul li label{
color : #818a9c;
}
.widget-booking-form .booking-detail .detail-info ul li p{
line-height : normal;
margin : 0;
}
.widget-booking-form .booking-detail .detail-info ul li.total{
width : 100%;
}
.widget-booking-form .booking-detail .detail-info ul li.total p{
font-weight : 900;
color : #d77b5d;
font-size : 18px;
}
.widget-booking-form .booking-help{
margin-top : 30px;
padding : 40px;
border : 15px solid #fff;
}
.widget-booking-form .booking-help h3{
font-family : 'Lato', sans-serif;
font-weight : 900;
margin-top : 30px;
margin-bottom : 0;
}
.widget-booking-form .booking-help h3 .fa{
margin-right : 10px;
color : #d77b5d;
}
.widget-booking-form .booking-complete{
display : none;
}
.widget-booking-form .booking-complete .complete-message{
padding-left : 140px;
position : relative;
min-height : 120px;
padding-top : 40px;
}
.widget-booking-form .booking-complete .complete-message .fa{
position : absolute;
top : 0;
left : 0;
width : 120px;
height : 120px;
line-height : 120px;
text-align : center;
font-size : 60px;
color : #75cd33;
border : 5px solid #75cd33;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-services-list .services-item{
position : relative;
margin-bottom : 100px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-services-list .services-item .item-photo{
position : absolute;
top : 0;
left : 0;
width : 42%;
height : 100%;
}
.widget-services-list .services-item .item-photo:after{
position : absolute;
top : 0;
left : 100%;
z-index : 1;
width : 20px;
height : 100%;
content : "";
display : inline-block;
background : -moz-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-services-list .services-item .item-photo .btn{
position : absolute;
bottom : -40px;
left : 110%;
z-index : 1;
}
.widget-services-list .services-item .item-photo .photo-big,
.widget-services-list .services-item .item-photo .photo-small{
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-services-list .services-item .item-photo .photo-big{
position : absolute;
top : 0;
left : 0;
z-index : 1;
width : 100%;
height : 100%;
border : 30px solid #fff;
}
.widget-services-list .services-item .item-photo .photo-small{
position : absolute;
bottom : -10%;
right : -10%;
z-index : 2;
width : 50%;
height : 50%;
border : 20px solid #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-services-list .services-item .item-desc{
padding-left : 50%;
padding-right : 60px;
padding-top : 60px;
padding-bottom : 60px;
font-size : 18px;
text-align : justify;
}
.widget-services-list .services-item .item-desc h2,
.widget-services-list .services-item .item-desc h5{
text-align : left;
}
.widget-services-list .services-item .item-desc h2{
font-size : 48px;
margin-bottom : 30px;
}
.widget-services-list .services-item .item-desc p{
line-height : 30px;
}
.widget-services-list .services-item .item-desc p:last-of-type{
margin-bottom : 0;
}
.widget-services-list .services-item:nth-child(even) .item-photo{
left : inherit;
right : 0;
}
.widget-services-list .services-item:nth-child(even) .item-photo:after{
left : inherit;
right : 100%;
background : -moz-linear-gradient(right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-services-list .services-item:nth-child(even) .item-photo .btn{
left : inherit;
right : 110%;
}
.widget-services-list .services-item:nth-child(even) .item-photo .photo-small{
right : inherit;
left : -10%;
}
.widget-services-list .services-item:nth-child(even) .item-desc{
padding-left : 60px;
padding-right : 50%;
}
.widget-services-list .services-item:last-child{
margin-bottom : 0;
}
.widget-blog-carousel .blog-item{
position : relative;
background-color : #fff;
}
.widget-blog-carousel .blog-item:after{
position : absolute;
top : 0;
right : 0;
z-index : 1;
width : 1px;
height : 100%;
content : "";
display : inline-block;
background-color : #e1e1e1;
}
.widget-blog-carousel .blog-item .item-media{
position : relative;
z-index : 2;
}
.widget-blog-carousel .blog-item .item-media .media-photo a,
.widget-blog-carousel .blog-item .item-media .media-gallery a{
display : block;
width : 100%;
padding-top : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-blog-carousel .blog-item .item-media .media-video{
padding-top : 100%;
}
.widget-blog-carousel .blog-item .item-media .media-video .fluid-width-video-wrapper{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : 1;
}
.widget-blog-carousel .blog-item .item-date{
position : absolute;
left : 0;
bottom : 0;
z-index : 2;
width : 50px;
padding : 10px 5px;
font-family : 'Lato', sans-serif;
font-weight : 900;
color : #fff;
text-align : center;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
background-color : #d77b5d;
}
.widget-blog-carousel .blog-item .item-date b{
display : block;
font-size : 22px;
font-weight : 900;
}
.widget-blog-carousel .blog-item .item-desc{
padding : 30px 30px 70px;
}
.widget-blog-carousel .blog-item .item-desc p{
margin-bottom : 0;
}
.widget-blog-carousel .blog-item .item-desc h5{
font-size : 10px;
color : #818a9c;
}
.widget-blog-carousel .blog-item .item-desc h3 a:hover{
color : #d77b5d;
}
.widget-blog-carousel .blog-item .item-desc .btn-link{
position : absolute;
left : 0;
bottom : 20px;
width : 100%;
height : 30px;
line-height : 30px;
padding : 0 30px;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-blog-carousel .wrapper-inner,
.widget-blog-carousel .wrapper-full-inner{
padding-bottom : 0;
}
.widget-blog-list .blog-item{
position : relative;
padding-left : 30%;
margin-bottom : 50px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-blog-list .blog-item .item-media{
position : absolute;
top : 0;
left : 0;
width : 30%;
height : 100%;
border : 15px solid #fff;
}
.widget-blog-list .blog-item .item-media:after{
position : absolute;
top : -15px;
bottom : -15px;
left : calc(100% + 15px);
width : 20px;
content : "";
display : inline-block;
background : -moz-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(left, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-blog-list .blog-item .item-media .media-photo,
.widget-blog-list .blog-item .item-media .media-gallery,
.widget-blog-list .blog-item .item-media .media-video{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}
.widget-blog-list .blog-item .item-media .media-photo a,
.widget-blog-list .blog-item .item-media .media-gallery a{
display : block;
width : 100%;
height : 100%;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-blog-list .blog-item .item-media .media-gallery .owl-carousel,
.widget-blog-list .blog-item .item-media .media-gallery .owl-stage-outer,
.widget-blog-list .blog-item .item-media .media-gallery .owl-stage,
.widget-blog-list .blog-item .item-media .media-gallery .owl-item{
height : 100%;
}
.widget-blog-list .blog-item .item-media .media-video .fluid-width-video-wrapper{
height : 100%;
}
.widget-blog-list .blog-item .item-desc{
padding : 40px;
}
.widget-blog-list .blog-item .item-desc h2 a:hover{
color : #d77b5d;
}
.widget-blog-list .blog-item .item-desc h5{
font-size : 10px;
font-weight : 700;
color : #818a9c;
letter-spacing : 0;
}
.widget-blog-list .blog-item .item-desc h5 a{
color : #d77b5d;
}
.widget-blog-list .blog-item .item-desc h5 .fa{
margin-left : 10px;
margin-right : 5px;
}
.widget-blog-list .blog-item .item-desc p:last-child{
margin-bottom : 0;
}
.widget-blog-list .blog-item:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar{
font-family : 'Lato', sans-serif;
padding-left : 20px;
margin-bottom : -30px;
}
.widget-blog-sidebar h5{
margin-bottom : 20px;
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
}
.widget-blog-sidebar .widget{
margin-bottom : 30px;
}
.widget-blog-sidebar .sidebar-search form{
position : relative;
}
.widget-blog-sidebar .sidebar-search form button{
position : absolute;
top : 0;
right : 0;
width : 40px;
height : 40px;
line-height : 40px;
font-size : 11px;
text-align : center;
}
.widget-blog-sidebar .sidebar-search form input[type="text"]{
width : 100%;
padding : 0 60px 0 20px;
margin : 0;
height : 40px;
line-height : 40px;
border : 1px solid #e1e1e1;
background-color : #fff;
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-blog-sidebar .sidebar-search form input[type="text"]:focus{
border-color : #999;
}
.widget-blog-sidebar .sidebar-search form ::-webkit-input-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-search form :-moz-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-search form ::-moz-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-search form :-ms-input-placeholder{
text-transform : uppercase;
}
.widget-blog-sidebar .sidebar-categories ul li{
margin-bottom : 15px;
}
.widget-blog-sidebar .sidebar-categories ul li a{
display : block;
font-size : 11px;
font-weight : 900;
letter-spacing : 1px;
}
.widget-blog-sidebar .sidebar-categories ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-categories ul li a:hover{
color : #d77b5d;
}
.widget-blog-sidebar .sidebar-events ul li{
margin-bottom : 15px;
}
.widget-blog-sidebar .sidebar-events ul li a{
position : relative;
display : block;
min-height : 60px;
padding-left : 80px;
padding-top : 10px;
}
.widget-blog-sidebar .sidebar-events ul li a:hover{
color : #d77b5d;
}
.widget-blog-sidebar .sidebar-events ul li span{
position : absolute;
top : 0;
left : 0;
width : 60px;
height : 60px;
line-height : 80px;
text-align : center;
font-size : 18px;
font-weight : 900;
color : #24324a;
overflow : hidden;
background-color : #fff;
-webkit-border-radius : 4px;
-moz-border-radius : 4px;
-ms-border-radius : 4px;
-o-border-radius : 4px;
border-radius : 4px;
}
.widget-blog-sidebar .sidebar-events ul li span b{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 20px;
line-height : 20px;
padding : 0 5px;
display : block;
font-size : 10px;
color : #fff;
text-align : center;
white-space : nowrap;
text-overflow : ellipsis;
text-transform : uppercase;
overflow : hidden;
background-color : #d77b5d;
}
.widget-blog-sidebar .sidebar-events ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-recent ul li{
margin-bottom : 20px;
}
.widget-blog-sidebar .sidebar-recent ul li a{
display : block;
font-weight : 400;
}
.widget-blog-sidebar .sidebar-recent ul li a:hover{
color : #d77b5d;
}
.widget-blog-sidebar .sidebar-recent ul li span{
display : block;
font-size : 10px;
color : #818a9c;
text-transform : uppercase;
margin-top : 5px;
}
.widget-blog-sidebar .sidebar-recent ul li .fa{
margin-right : 10px;
}
.widget-blog-sidebar .sidebar-recent ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-tags ul li{
float : left;
margin-right : 10px;
margin-bottom : 10px;
}
.widget-blog-sidebar .sidebar-tags ul li a{
display : inline-block;
font-size : 10px;
font-weight : 700;
letter-spacing : 1px;
padding : 5px 10px;
text-transform : uppercase;
background-color : #fff;
}
.widget-blog-sidebar .sidebar-tags ul li a:hover{
color : #fff;
background-color : #d77b5d;
}
.widget-blog-sidebar .sidebar-archive ul li{
margin-bottom : 15px;
}
.widget-blog-sidebar .sidebar-archive ul li a{
display : block;
font-size : 11px;
font-weight : 900;
letter-spacing : 1px;
}
.widget-blog-sidebar .sidebar-archive ul li:last-child{
margin-bottom : 0;
}
.widget-blog-sidebar .sidebar-archive ul li a:hover{
color : #d77b5d;
}
.widget-blog-single h5{
margin-bottom : 20px;
}
.widget-blog-single .single-media .media-gallery a{
display : block;
width : 100%;
height : 500px;
background-repeat : no-repeat;
background-position : top center;
background-size : cover;
}
.widget-blog-single .single-detail{
padding : 40px;
background-color : #fff;
}
.widget-blog-single .single-detail .detail-head{
padding : 20px 40px;
margin-top : -40px;
margin-left : -40px;
margin-right : -40px;
margin-bottom : 40px;
border-bottom : 2px solid #f5f5f5;
font-family : 'Lato', sans-serif;
font-size : 11px;
font-weight : 700;
letter-spacing : 0;
color : #818a9c;
text-transform : uppercase;
margin-bottom : 20px;
}
.widget-blog-single .single-detail .detail-head a{
color : #d77b5d;
}
.widget-blog-single .single-detail .detail-head .fa{
margin-left : 10px;
margin-right : 5px;
}
.widget-blog-single .single-detail .detail-content{
font-family : 'Lato', sans-serif;
text-align : justify;
}
.widget-blog-single .single-detail .detail-content p:last-child{
margin-bottom : 0;
}
.widget-blog-single .single-detail .detail-tags{
margin-top : 40px;
margin-bottom : -10px;
}
.widget-blog-single .single-detail .detail-tags ul li{
float : left;
margin-right : 10px;
margin-bottom : 10px;
}
.widget-blog-single .single-detail .detail-tags ul li a{
display : inline-block;
font-family : 'Lato', sans-serif;
font-size : 10px;
font-weight : 700;
letter-spacing : 1px;
padding : 5px 10px;
text-transform : uppercase;
background-color : #f5f5f5;
}
.widget-blog-single .single-detail .detail-tags ul li a:hover{
color : #fff;
background-color : #d77b5d;
}
.widget-blog-single .single-comments{
padding : 0 40px 40px 40px;
background-color : #fff;
}
.widget-blog-single .single-comments .comments-list{
margin-bottom : -30px;
}
.widget-blog-single .single-comments .comments-list .comment{
position : relative;
padding-left : 90px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-avatar{
position : absolute;
top : 0;
left : 0;
width : 70px;
height : 70px;
overflow : hidden;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.widget-blog-single .single-comments .comments-list .comment .comment-avatar img{
width : 100%;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info{
margin-bottom : 30px;
font-family : 'Lato', sans-serif;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-user,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply{
text-transform : uppercase;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply{
font-weight : 700;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date,
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-message{
margin-bottom : 10px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-user{
font-size : 11px;
font-weight : 900;
letter-spacing : 1px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-date{
font-size : 10px;
color : #818a9c;
margin-top : 5px;
}
.widget-blog-single .single-comments .comments-list .comment .comment-info .comment-reply a{
font-size : 10px;
color : #d77b5d;
}
.widget-blog-single .single-comments .comments-form{
padding-top : 100px;
margin-bottom : -20px;
}
.widget-contact-form{
position : relative;
font-family : 'Lato', sans-serif;
font-weight : 700;
font-size : 12px;
padding : 100px 40px 40px 40px;
margin-top : -100px;
background-color : #fff;
-webkit-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
-moz-box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
box-shadow : 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}
.widget-contact-form h5{
margin-bottom : 20px;
}
.widget-contact-form:after{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100px;
content : "";
display : inline-block;
background : -moz-linear-gradient(top, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(top, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
background : linear-gradient(to bottom, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}
.widget-contact-form .data-form{
margin-top : 20px;
margin-bottom : -20px;
}
.widget-contact-form .data-form .note{
line-height : 40px;
margin : 0;
}
.widget-contact-form .data-form select,
.widget-contact-form .data-form textarea,
.widget-contact-form .data-form input[type="text"],
.widget-contact-form .data-form input[type="password"]{
-webkit-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
-moz-box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
box-shadow : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.widget-contact-info{
font-family : 'Lato', sans-serif;
font-weight : 400;
}
.widget-contact-info h5{
margin-bottom : 20px;
}
.widget-contact-info a:hover{
color : #d77b5d;
}
.widget-contact-info > ul > li{
margin-bottom : 40px;
}
.widget-contact-info > ul > li ul li{
margin-bottom : 10px;
}
.widget-contact-info ul li:last-child{
margin-bottom : 0;
}
.widget-contact-review{
margin-top : 100px;
margin-bottom : -30px;
}
.widget-contact-review .review-item{
height : 130px;
font-family : 'Lato', sans-serif;
font-size : 11px;
letter-spacing : 1px;
text-align : center;
padding : 0 20px;
margin-bottom : 30px;
border : 10px solid #fff;
}
.widget-contact-review .review-item .item-inner{
position : relative;
top : 45%;
-webkit-transform : translateY(-50%);
-moz-transform : translateY(-50%);
-ms-transform : translateY(-50%);
-o-transform : translateY(-50%);
transform : translateY(-50%);
}
.widget-contact-review .review-item .item-inner .fa{
position : relative;
top : 10px;
margin-right : 10px;
font-size : 40px;
}
.widget-contact-review .review-item .item-inner a:hover{
color : #d77b5d;
}
/* 03 - Layout Stylesheet
-----------------------------------------------------------*/
.section-white{
background-color : #fff;
}
.section-grey{
background-color : #f5f5f5;
}
.wrapper{
max-width : 1300px;
padding-left : 60px;
padding-right : 60px;
margin : 0 auto;
}
.wrapper-inner{
max-width : 1300px;
margin : 0 auto;
padding-top : 100px;
padding-bottom : 100px;
padding-left : 60px;
padding-right : 60px;
}
.wrapper-full{
max-width : 100%;
}
.wrapper-full-inner{
padding-top : 100px;
padding-bottom : 100px;
}
.site-loading{
position : fixed;
top : 0;
left : 0;
z-index : 9999;
width : 100%;
height : 100%;
text-align : center;
background-color : #fff;
}
.site-loading img{
position : absolute;
top : 50%;
left : 50%;
width : 16px;
margin-left : -8px;
margin-top : -8px;
}
.site-backtop{
position : fixed;
bottom : 0;
right : 40px;
z-index : 999;
display : none;
width : 50px;
height : 50px;
line-height : 50px;
text-align : center;
cursor : pointer;
color : #000;
background-color : #fff;
}
.site-header{
position : relative;
z-index : 999;
width : 100%;
background-color : #24324a;
}
.site-header .header-top{
padding-top : 50px;
padding-bottom : 50px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 11px;
letter-spacing : 1px;
color : #818a9c;
}
.site-header .header-top a{
color : #818a9c;
}
.site-header .header-top .header-contact{
float : left;
}
.site-header .header-top .header-contact ul li{
float : left;
line-height : 20px;
margin-right : 20px;
text-transform : uppercase;
}
.site-header .header-top .header-contact ul li a{
display : block;
height : 20px;
line-height : 20px;
}
.site-header .header-top .header-contact ul li:hover a{
color : #fff;
}
.site-header .header-top .header-contact ul li:last-child{
margin-right : 0;
}
.site-header .header-top .header-lang{
float : right;
}
.site-header .header-top .header-lang ul li{
float : left;
margin-right : 20px;
}
.site-header .header-top .header-lang ul li a{
display : block;
height : 20px;
line-height : 20px;
text-align : center;
text-transform : uppercase;
}
.site-header .header-top .header-lang ul li:hover a,
.site-header .header-top .header-lang ul li.active a{
color : #fff;
}
.site-header .header-top .header-lang ul li:last-child{
margin-right : 0;
}
.site-header .header-bottom{
position : relative;
min-height : 110px;
}
.site-header .header-bottom .header-logo{
position : absolute;
top : 0;
left : 50%;
width : 220px;
-webkit-transform : translateX(-50%);
-moz-transform : translateX(-50%);
-ms-transform : translateX(-50%);
-o-transform : translateX(-50%);
transform : translateX(-50%);
}
.site-header .header-bottom .header-logo img{
width : 100%;
}
.site-header .header-bottom .header-nav{
text-align : center;
}
.site-header .header-bottom .header-nav ul li a{
display : block;
height : 44px;
line-height : 44px;
padding : 0 15px;
font-family : 'Lato', sans-serif;
font-weight : 900;
font-size : 12px;
letter-spacing : 2px;
text-transform : uppercase;
color : #fff;
}
.site-header .header-bottom .header-nav ul li:hover > a{
color : #d77b5d;
}
.site-header .header-bottom .header-nav ul li.sub{
position : relative;
z-index : 1;
}
.site-header .header-bottom .header-nav ul li.sub > ul{
display : none;
}
.site-header .header-bottom .header-nav ul li.sub:hover > ul{
display : block;
}
.site-header .header-bottom .header-nav > ul{
display : inline-block;
}
.site-header .header-bottom .header-nav > ul > li{
float : left;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li a{
min-width : 120px;
font-size : 11px;
white-space : nowrap;
text-align : left;
background-color : #1a2436;
}
.site-header .header-bottom .header-nav > ul > li.sub ul li ul{
position : absolute;
top : 0;
left : 100%;
}
.site-header .header-bottom .header-nav > ul > li.sub:before{
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 1px;
content : "";
display : none;
background-color : #d77b5d;
}
.site-header .header-bottom .header-nav > ul > li.sub > a{
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}
.site-header .header-bottom .header-nav > ul > li.sub > ul{
position : absolute;
top : 100%;
left : 0;
}
.site-header .header-bottom .header-nav > ul > li.sub:hover:before{
display : block;
}
.site-header .header-bottom .header-nav > ul > li.sub:hover > a{
color : #fff;
background-color : #1a2436;
}
.site-header .header-bottom .header-nav > ul.nav-left{
padding-right : 150px;
}
.site-header .header-bottom .header-nav > ul.nav-right{
padding-left : 150px;
}
.site-header .header-bottom .header-toggle{
display : none;
position : absolute;
top : 0;
right : 60px;
width : 60px;
height : 60px;
line-height : 60px;
text-align : center;
cursor : pointer;
color : #fff;
background-color : #d77b5d;
-webkit-border-radius : 50%;
-moz-border-radius : 50%;
-ms-border-radius : 50%;
-o-border-radius : 50%;
border-radius : 50%;
}
.site-header.header-over{
position : absolute;
top : 0;
left : 0;
background : -moz-linear-gradient(top, rgba(36,50,74,0.65) 0%, rgba(0,0,0,0) 100%);
background : -webkit-linear-gradient(top, rgba(36,50,74,0.65) 0%,rgba(0,0,0,0) 100%);
background : linear-gradient(to bottom, rgba(36,50,74,0.65) 0%,rgba(0,0,0,0) 100%);
}
.site-main{
background-color : #f5f5f5;
}
.site-footer .footer-top{
position : relative;
padding-top : 60px;
padding-bottom : 60px;
background-color : #344157;
}
.site-footer .footer-top:before{
position : absolute;
top : 0;
left : 50%;
width : 1px;
height : 100%;
content : "";
background-color : #24324a;
}
.site-footer .footer-top h5,
.site-footer .footer-top h6{
color : #fff;
}
.site-footer .footer-top h5{
margin-bottom : 20px;
}
.site-footer .footer-top h6{
margin-bottom : 0;
}
.site-footer .footer-top .widget-social-icons,
.site-footer .footer-top .widget-newsletter{
margin-top : 40px;
}
.site-footer .footer-top div[class*="col-"]:last-child{
text-align : right;
}
.site-footer .footer-bottom{
padding-top : 100px;
padding-bottom : 100px;
font-family : 'Lato', sans-serif;
font-size : 11px;
font-weight : 900;
color : #818a9c;
letter-spacing : 2px;
text-align : center;
}
.site-footer .footer-bottom a{
color : #818a9c;
}
.site-footer .footer-bottom p:last-child{
margin-bottom : 0;
}
.site-footer .footer-bottom .footer-logo{
display : inline-block;
width : 220px;
}
.site-footer .footer-bottom .footer-copyright,
.site-footer .footer-bottom .footer-contact,
.site-footer .footer-bottom .footer-nav{
margin-top : 30px;
}
.site-footer .footer-bottom .footer-contact ul,
.site-footer .footer-bottom .footer-nav ul{
display : inline-block;
}
.site-footer .footer-bottom .footer-contact ul li,
.site-footer .footer-bottom .footer-nav ul li{
float : left;
margin : 0 10px;
}
.site-footer .footer-bottom .footer-contact ul li a,
.site-footer .footer-bottom .footer-nav ul li a{
display : block;
}
.site-footer .footer-bottom .footer-contact ul li a:hover{
color : #fff;
}
.site-footer .footer-bottom .footer-nav ul li a{
color : #fff;
text-transform : uppercase;
}
.site-footer .footer-bottom .footer-nav ul li a:hover{
color : #d77b5d;
} | 0.212395 | 0.05328 |
body {
margin: 2rem auto;
font-size: 18px;
background-color: #EEEEEF !important;
}
.barra {
padding-bottom: 1rem;
}
.profile {
display: inline-block;
vertical-align: top;
}
.profile img {
display: inline-block;
margin-left: 3rem;
}
.profile p {
text-align: center
}
.description {
display: inline-block;
}
.description p {
display: inline-block;
}
p {
text-align: justify;
}
.title {
padding-left: 2rem;
}
h1,
h2,
h3 {
line-height: 1.2
}
#micro-title {
float: right;
}
#clock {
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
margin-top: 1rem;
}
#clock div {
display: flex;
flex-direction: column-reverse;
}
.dot {
border: solid 1px #aaa;
height: 50px;
width: 50px;
margin: 3px;
border-radius: 5px;
transition: 0.3s;
}
/* relevant styles */
.img__wrap {
position: relative;
width: 100%;
height: 100%;
display: inline-block;
}
.img__description_layer h1 {
position: absolute;
top: 10%;
left: 35%;
}
.img__description_layer h3 {
position: absolute;
top: 10%;
left: 10%;
align-content: center;
}
.img__micro {
width: 100%;
height: 100%;
}
.img__description_layer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.75);
/*rgba(36, 62, 206, 0.6);*/
color: #fff;
visibility: hidden;
opacity: 0;
display: inline-block;
align-items: center;
justify-content: center;
/* transition effect. not necessary */
transition: opacity .2s, visibility .2s;
}
.img__wrap:hover .img__description_layer {
visibility: visible;
opacity: 1;
}
.interest-more:hover .img__description_layer {
visibility: visible;
opacity: 1;
}
.interest-more {
display: inline-block;
}
.interest-more img{
width: 150px;
height: :300px;
}
.img__description {
transition: .2s;
transform: translateY(1em);
position: absolute;
top: 25%;
left: 25%;
text-align: center;
font-size: 1.1rem;
}
.img__wrap:hover .img__description {
transform: translateY(0);
}
.interest-sec {}
.title-center {
text-align: center;
}
.red {
color: red;
}
.form-area {
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 10px 0px 60px;
border: 1px solid GREY;
}
.contact-form {
margin-left: auto;
margin-right: auto;
}
.init {
margin-top: 3rem;
}
.info {
margin-left: 10px;
}
number, mail {
display: inline-block;
}
img-skills {
margin: 2rem;
display: inline-block;
} | index.css | body {
margin: 2rem auto;
font-size: 18px;
background-color: #EEEEEF !important;
}
.barra {
padding-bottom: 1rem;
}
.profile {
display: inline-block;
vertical-align: top;
}
.profile img {
display: inline-block;
margin-left: 3rem;
}
.profile p {
text-align: center
}
.description {
display: inline-block;
}
.description p {
display: inline-block;
}
p {
text-align: justify;
}
.title {
padding-left: 2rem;
}
h1,
h2,
h3 {
line-height: 1.2
}
#micro-title {
float: right;
}
#clock {
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
margin-top: 1rem;
}
#clock div {
display: flex;
flex-direction: column-reverse;
}
.dot {
border: solid 1px #aaa;
height: 50px;
width: 50px;
margin: 3px;
border-radius: 5px;
transition: 0.3s;
}
/* relevant styles */
.img__wrap {
position: relative;
width: 100%;
height: 100%;
display: inline-block;
}
.img__description_layer h1 {
position: absolute;
top: 10%;
left: 35%;
}
.img__description_layer h3 {
position: absolute;
top: 10%;
left: 10%;
align-content: center;
}
.img__micro {
width: 100%;
height: 100%;
}
.img__description_layer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.75);
/*rgba(36, 62, 206, 0.6);*/
color: #fff;
visibility: hidden;
opacity: 0;
display: inline-block;
align-items: center;
justify-content: center;
/* transition effect. not necessary */
transition: opacity .2s, visibility .2s;
}
.img__wrap:hover .img__description_layer {
visibility: visible;
opacity: 1;
}
.interest-more:hover .img__description_layer {
visibility: visible;
opacity: 1;
}
.interest-more {
display: inline-block;
}
.interest-more img{
width: 150px;
height: :300px;
}
.img__description {
transition: .2s;
transform: translateY(1em);
position: absolute;
top: 25%;
left: 25%;
text-align: center;
font-size: 1.1rem;
}
.img__wrap:hover .img__description {
transform: translateY(0);
}
.interest-sec {}
.title-center {
text-align: center;
}
.red {
color: red;
}
.form-area {
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 10px 0px 60px;
border: 1px solid GREY;
}
.contact-form {
margin-left: auto;
margin-right: auto;
}
.init {
margin-top: 3rem;
}
.info {
margin-left: 10px;
}
number, mail {
display: inline-block;
}
img-skills {
margin: 2rem;
display: inline-block;
} | 0.565779 | 0.073497 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
font-size: 16px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
button {
border: none;
background-color: rgba(255, 255, 255, 0)
}
header {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;
}
a {
color: rgb(255, 255, 255);
text-decoration: none;
}
h2 {
text-align: center;
margin: 3%;
font-size: 40px;
}
body {
overflow-x: hidden;
}
button.slick-prev {
font-size: 0;
background-image: url(next.png);
background-size: 30px;
width: 30px;
height: 30px;
-webkit-transform: rotateZ(180deg);
position: relative;
top: 150px;
z-index: 99;
}
button.slick-next {
font-size: 0;
background-image: url(next.png);
background-size: 30px;
width: 30px;
height: 30px;
position: relative;
bottom: 130px;
left: 480px;
z-index: 99;
}
.fullBackground {
display: flex;
flex-direction: column;
align-items: center;
background-position: center center;
background-attachment: fixed;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
z-index: -99;
}
.Home {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
color: white;
width: 32rem;
background-color: #23232e;
opacity: 0.9;
}
.col-100 {
width: 100%;
float: left;
position: relative;
}
.Home h1 {
margin-top: 3%;
text-align: center;
font-size: 50px;
font-family: BodoniFLFRoman;
src: url('BodoniFLFRoman ttf');
}
.Home p {
margin: 20px;
}
.HomeIMG {
width: 460px;
height: 250px;
}
#menuMobile {
position: relative;
bottom: 50px;
left: 650px;
width: 32px;
height: 35px;
cursor: pointer;
}
#menuMobile div {
margin: 8px 0px;
width: 32px;
height: 3px;
background-color: white;
}
.logo {
font-family: BodoniFLFRoman;
src: url('BodoniFLFRoman ttf');
font-size: 60px;
}
.nave {
position: relative;
bottom: 17px;
color: white;
display: flex
}
.nave li {
display: flex;
flex-direction: column;
margin-right: 0.3rem;
margin-left: 0.3rem;
list-style: none;
align-items: center;
}
.nave a {
color: rgb(255, 255, 255);
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.nave a:hover {
border-bottom: solid 2px rgb(255, 255, 255);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.nave img {
padding-bottom: 3px;
width: 50px;
}
.icones {
margin-top: 6px;
width: 44px !important;
}
#navList {
position: fixed;
top: 0;
right: 0;
width: 50vh;
height: 100%;
background: #23232e;
transition: transform 0.3s ease-in;
transform: translateX(103%);
z-index: 10;
}
#navList.active {
position: fixed;
transform: translateX(0%);
}
#navList a:hover {
transition: 0.3s;
font-weight: 700;
color: black;
background-color: white;
}
#navList li {
cursor: pointer;
list-style: none;
display: flex;
justify-content: center;
}
#navList a {
text-align: center;
width: 100%;
margin: 3% 0%;
padding: 3% 0%;
}
#navList img {
cursor: pointer;
width: 32px;
}
#navList.active img {
-webkit-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
transition: transform 0.7s;
}
#navList button {
margin: 8%;
}
.calendar-container {
position: relative;
width: 400px;
min-height: 400px;
background-color: rgba(24, 23, 23, 0.562);
border-bottom: 1px solid rgba(255, 255, 255, 0.856);
border-right: 1px solid rgb(255, 255, 255, 0.856);
border-radius: 10px;
backdrop-filter: blur(3px);
display: flex;
justify-content: center;
align-items: center;
}
.ButtonReserva {
background-color: rgb(207, 37, 24);
border-radius: 5px;
padding: 1% 5%;
border: solid 2px black;
cursor: pointer;
color: white;
}
.nome {
border: 1px solid black;
padding: 1rem 0rem;
background-color: white;
}
label {
font-size: 24px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: 10px;
}
input {
background-image: url(../img/seach.png);
background-repeat: no-repeat;
height: 36px;
padding-left: 20px;
width: 290px;
margin-top: 10px;
background-position: 90%;
border: 1px solid #d6d6d6;
}
.dycalendar-container {
width: 100%;
padding: 20px;
}
.dycalendar-container table {
margin-top: 40px;
width: 100%;
border-spacing: 5px;
}
.dycalendar-container table tr:nth-child(1) td {
background-color: white;
color: black;
border-radius: 4px;
font-weight: 600;
}
.dycalendar-container table td {
cursor: pointer;
color: white;
padding: 20px;
}
.dycalendar-container table td:hover {
cursor: pointer;
color: black;
background-color: white;
padding: 20px;
}
.pessoas {
display: flex;
justify-content: center;
}
.pessoas button {
display: flex;
flex-direction: column;
align-items: center;
padding: 0.7rem;
margin: 0.3rem;
border: solid 3px black;
background-color: rgba(24, 23, 23, 0.562);
color: white;
}
.pessoas img {
width: 50px;
}
.contato {
display: flex;
}
.contato img {
padding-bottom: 3px;
width: 50px;
}
@media (max-width: 850px) {
#menuMobile {
left: 570px;
}
}
@media (max-width: 670px) {
#menuMobile {
bottom: 40px;
left: 470px;
width: 22px;
height: 25px;
}
#menuMobile div {
margin: 7px 0px;
width: 28px;
}
.logo {
font-size: 50px;
}
}
@media (max-width: 560px) {
.Home {
width: 100%;
}
#menuMobile {
left: 380px;
}
.logo {
font-size: 40px;
}
}
@media (max-width: 470px) {
button.slick-next {
left: 380px;
}
.Home img {
width: 100%;
}
.nave a {
font-size: 12px;
}
.nave img {
width: 40px;
}
.icones {
width: 34px !important;
}
#menuMobile {
bottom: 36px;
left: 340px;
}
#menuMobile div {
width: 25px;
height: 2px;
}
.logo {
font-size: 36px;
}
}
@media (max-width: 424px) {
button.slick-next {
left: 350px;
}
header {
margin-right: 24px;
}
.nave li {
margin-right: 0.6rem;
margin-left: 0.6rem;
}
.nave {
margin-left: 25px;
}
#navList {
width: 100%;
}
}
@media (max-width: 360px) {
button.slick-next {
left: 320px;
}
.nave li {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
} | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
font-size: 16px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
button {
border: none;
background-color: rgba(255, 255, 255, 0)
}
header {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;
}
a {
color: rgb(255, 255, 255);
text-decoration: none;
}
h2 {
text-align: center;
margin: 3%;
font-size: 40px;
}
body {
overflow-x: hidden;
}
button.slick-prev {
font-size: 0;
background-image: url(next.png);
background-size: 30px;
width: 30px;
height: 30px;
-webkit-transform: rotateZ(180deg);
position: relative;
top: 150px;
z-index: 99;
}
button.slick-next {
font-size: 0;
background-image: url(next.png);
background-size: 30px;
width: 30px;
height: 30px;
position: relative;
bottom: 130px;
left: 480px;
z-index: 99;
}
.fullBackground {
display: flex;
flex-direction: column;
align-items: center;
background-position: center center;
background-attachment: fixed;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
z-index: -99;
}
.Home {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
color: white;
width: 32rem;
background-color: #23232e;
opacity: 0.9;
}
.col-100 {
width: 100%;
float: left;
position: relative;
}
.Home h1 {
margin-top: 3%;
text-align: center;
font-size: 50px;
font-family: BodoniFLFRoman;
src: url('BodoniFLFRoman ttf');
}
.Home p {
margin: 20px;
}
.HomeIMG {
width: 460px;
height: 250px;
}
#menuMobile {
position: relative;
bottom: 50px;
left: 650px;
width: 32px;
height: 35px;
cursor: pointer;
}
#menuMobile div {
margin: 8px 0px;
width: 32px;
height: 3px;
background-color: white;
}
.logo {
font-family: BodoniFLFRoman;
src: url('BodoniFLFRoman ttf');
font-size: 60px;
}
.nave {
position: relative;
bottom: 17px;
color: white;
display: flex
}
.nave li {
display: flex;
flex-direction: column;
margin-right: 0.3rem;
margin-left: 0.3rem;
list-style: none;
align-items: center;
}
.nave a {
color: rgb(255, 255, 255);
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.nave a:hover {
border-bottom: solid 2px rgb(255, 255, 255);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.nave img {
padding-bottom: 3px;
width: 50px;
}
.icones {
margin-top: 6px;
width: 44px !important;
}
#navList {
position: fixed;
top: 0;
right: 0;
width: 50vh;
height: 100%;
background: #23232e;
transition: transform 0.3s ease-in;
transform: translateX(103%);
z-index: 10;
}
#navList.active {
position: fixed;
transform: translateX(0%);
}
#navList a:hover {
transition: 0.3s;
font-weight: 700;
color: black;
background-color: white;
}
#navList li {
cursor: pointer;
list-style: none;
display: flex;
justify-content: center;
}
#navList a {
text-align: center;
width: 100%;
margin: 3% 0%;
padding: 3% 0%;
}
#navList img {
cursor: pointer;
width: 32px;
}
#navList.active img {
-webkit-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
transition: transform 0.7s;
}
#navList button {
margin: 8%;
}
.calendar-container {
position: relative;
width: 400px;
min-height: 400px;
background-color: rgba(24, 23, 23, 0.562);
border-bottom: 1px solid rgba(255, 255, 255, 0.856);
border-right: 1px solid rgb(255, 255, 255, 0.856);
border-radius: 10px;
backdrop-filter: blur(3px);
display: flex;
justify-content: center;
align-items: center;
}
.ButtonReserva {
background-color: rgb(207, 37, 24);
border-radius: 5px;
padding: 1% 5%;
border: solid 2px black;
cursor: pointer;
color: white;
}
.nome {
border: 1px solid black;
padding: 1rem 0rem;
background-color: white;
}
label {
font-size: 24px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: 10px;
}
input {
background-image: url(../img/seach.png);
background-repeat: no-repeat;
height: 36px;
padding-left: 20px;
width: 290px;
margin-top: 10px;
background-position: 90%;
border: 1px solid #d6d6d6;
}
.dycalendar-container {
width: 100%;
padding: 20px;
}
.dycalendar-container table {
margin-top: 40px;
width: 100%;
border-spacing: 5px;
}
.dycalendar-container table tr:nth-child(1) td {
background-color: white;
color: black;
border-radius: 4px;
font-weight: 600;
}
.dycalendar-container table td {
cursor: pointer;
color: white;
padding: 20px;
}
.dycalendar-container table td:hover {
cursor: pointer;
color: black;
background-color: white;
padding: 20px;
}
.pessoas {
display: flex;
justify-content: center;
}
.pessoas button {
display: flex;
flex-direction: column;
align-items: center;
padding: 0.7rem;
margin: 0.3rem;
border: solid 3px black;
background-color: rgba(24, 23, 23, 0.562);
color: white;
}
.pessoas img {
width: 50px;
}
.contato {
display: flex;
}
.contato img {
padding-bottom: 3px;
width: 50px;
}
@media (max-width: 850px) {
#menuMobile {
left: 570px;
}
}
@media (max-width: 670px) {
#menuMobile {
bottom: 40px;
left: 470px;
width: 22px;
height: 25px;
}
#menuMobile div {
margin: 7px 0px;
width: 28px;
}
.logo {
font-size: 50px;
}
}
@media (max-width: 560px) {
.Home {
width: 100%;
}
#menuMobile {
left: 380px;
}
.logo {
font-size: 40px;
}
}
@media (max-width: 470px) {
button.slick-next {
left: 380px;
}
.Home img {
width: 100%;
}
.nave a {
font-size: 12px;
}
.nave img {
width: 40px;
}
.icones {
width: 34px !important;
}
#menuMobile {
bottom: 36px;
left: 340px;
}
#menuMobile div {
width: 25px;
height: 2px;
}
.logo {
font-size: 36px;
}
}
@media (max-width: 424px) {
button.slick-next {
left: 350px;
}
header {
margin-right: 24px;
}
.nave li {
margin-right: 0.6rem;
margin-left: 0.6rem;
}
.nave {
margin-left: 25px;
}
#navList {
width: 100%;
}
}
@media (max-width: 360px) {
button.slick-next {
left: 320px;
}
.nave li {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
} | 0.329176 | 0.077378 |
@charset "UTF-8";
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-empty:before { content: '\2606'; } /* '☆' */
.icon-list:before { content: '\2630'; } /* '☰' */
.icon-list-large:before { content: '\e807'; } /* '' */
.icon-heart-empty:before { content: '\e800'; } /* '' */
.icon-heart:before { content: '\e801'; } /* '' */
.icon-tiles:before { content: '\268f'; } /* '⚏' */
.icon-grid-large:before { content: '\e80b'; } /* '' */
.icon-flag:before { content: '\2691'; } /* '⚑' */
.icon-cog:before { content: '\e804'; } /* '' */
.icon-cog-many:before { content: '\26ef'; } /* '⛯' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-ok-circle-1:before { content: '\2714'; } /* '✔' */
.icon-cancel-circle:before { content: '\e803'; } /* '' */
.icon-plus-circle:before { content: '\e802'; } /* '' */
.icon-minus-circle:before { content: '\2796'; } /* '➖' */
.icon-ccw:before { content: '\27f2'; } /* '⟲' */
.icon-user-add:before { content: '\e700'; } /* '' */
.icon-ok-circle:before { content: '\e702'; } /* '' */
.icon-cancel-circle-open:before { content: '\e703'; } /* '' */
.icon-help-circle:before { content: '\e704'; } /* '' */
.icon-info-circle:before { content: '\e705'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-tags:before { content: '\e70d'; } /* '' */
.icon-upload-cloud:before { content: '\e711'; } /* '' */
.icon-export:before { content: '\e80a'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-comment:before { content: '\e806'; } /* '' */
.icon-chat:before { content: '\e805'; } /* '' */
.icon-vcard:before { content: '\e722'; } /* '' */
.icon-trash:before { content: '\e729'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-resize-full:before { content: '\e744'; } /* '' */
.icon-resize-small:before { content: '\e746'; } /* '' */
.icon-network:before { content: '\e776'; } /* '' */
.icon-picture:before { content: '🌄'; } /* '\1f304' */
.icon-thumbs-up:before { content: '👍'; } /* '\1f44d' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-folder:before { content: '📁'; } /* '\1f4c1' */
.icon-pin:before { content: '📌'; } /* '\1f4cc' */
.icon-attach:before { content: '📎'; } /* '\1f4ce' */
.icon-phone:before { content: '📞'; } /* '\1f4de' */
.icon-upload:before { content: '\e808'; } /* '' */
.icon-download:before { content: '\e809'; } /* '' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-lock:before { content: '🔒'; } /* '\1f512' */
.icon-lock-open:before { content: '🔓'; } /* '\1f513' */
.icon-link:before { content: '🔗'; } /* '\1f517' */ | src/pat/slides/style/fontello/css/fontello-codes.css | @charset "UTF-8";
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-empty:before { content: '\2606'; } /* '☆' */
.icon-list:before { content: '\2630'; } /* '☰' */
.icon-list-large:before { content: '\e807'; } /* '' */
.icon-heart-empty:before { content: '\e800'; } /* '' */
.icon-heart:before { content: '\e801'; } /* '' */
.icon-tiles:before { content: '\268f'; } /* '⚏' */
.icon-grid-large:before { content: '\e80b'; } /* '' */
.icon-flag:before { content: '\2691'; } /* '⚑' */
.icon-cog:before { content: '\e804'; } /* '' */
.icon-cog-many:before { content: '\26ef'; } /* '⛯' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-ok-circle-1:before { content: '\2714'; } /* '✔' */
.icon-cancel-circle:before { content: '\e803'; } /* '' */
.icon-plus-circle:before { content: '\e802'; } /* '' */
.icon-minus-circle:before { content: '\2796'; } /* '➖' */
.icon-ccw:before { content: '\27f2'; } /* '⟲' */
.icon-user-add:before { content: '\e700'; } /* '' */
.icon-ok-circle:before { content: '\e702'; } /* '' */
.icon-cancel-circle-open:before { content: '\e703'; } /* '' */
.icon-help-circle:before { content: '\e704'; } /* '' */
.icon-info-circle:before { content: '\e705'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-tags:before { content: '\e70d'; } /* '' */
.icon-upload-cloud:before { content: '\e711'; } /* '' */
.icon-export:before { content: '\e80a'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-comment:before { content: '\e806'; } /* '' */
.icon-chat:before { content: '\e805'; } /* '' */
.icon-vcard:before { content: '\e722'; } /* '' */
.icon-trash:before { content: '\e729'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-resize-full:before { content: '\e744'; } /* '' */
.icon-resize-small:before { content: '\e746'; } /* '' */
.icon-network:before { content: '\e776'; } /* '' */
.icon-picture:before { content: '🌄'; } /* '\1f304' */
.icon-thumbs-up:before { content: '👍'; } /* '\1f44d' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-folder:before { content: '📁'; } /* '\1f4c1' */
.icon-pin:before { content: '📌'; } /* '\1f4cc' */
.icon-attach:before { content: '📎'; } /* '\1f4ce' */
.icon-phone:before { content: '📞'; } /* '\1f4de' */
.icon-upload:before { content: '\e808'; } /* '' */
.icon-download:before { content: '\e809'; } /* '' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-lock:before { content: '🔒'; } /* '\1f512' */
.icon-lock-open:before { content: '🔓'; } /* '\1f513' */
.icon-link:before { content: '🔗'; } /* '\1f517' */ | 0.2819 | 0.049176 |
@import url(../../../Feedback/Resources/Css/Aqua/Stylesheet.css);
@import url(../../../Publication/Resources/Css/Aqua/Stylesheet.css);
tr.recycled td {
color: #cccccc;
}
tr.recycled td a {
color: #cccccc;
}
tr.recycled td a:hover {
color: #ff7777;
}
ul.tree-menu li div a.category_agenda {
background-image: url(../../Images/Aqua/Category/Agenda.png);
}
ul.tree-menu li div a.category_assessment {
background-image: url(../../Images/Aqua/Category/Assessment.png);
}
ul.tree-menu li div a.category_collaboration {
background-image: url(../../Images/Aqua/Category/Collaboration.png);
}
ul.tree-menu li div a.category_general {
background-image: url(../../Images/Aqua/Category/General.png);
}
ul.tree-menu li div a.category_handbook {
background-image: url(../../Images/Aqua/Category/Handbook.png);
}
ul.tree-menu li div a.category_media {
background-image: url(../../Images/Aqua/Category/Media.png);
}
ul.tree-menu li div a.category_news {
background-image: url(../../Images/Aqua/Category/News.png);
}
ul.tree-menu li div a.category_peer_assessment {
background-image: url(../../Images/Aqua/Category/PeerAssessment.png);
}
ul.tree-menu li div a.category_reference {
background-image: url(../../Images/Aqua/Category/Reference.png);
}
ul.tree-menu li div a.category_survey {
background-image: url(../../Images/Aqua/Category/Survey.png);
}
ul.tree-menu li div a.category_video_conferencing {
background-image: url(../../Images/Aqua/Category/VideoConferencing.png);
}
div#advanced_filter_tabs div.admin_tab {
background-color: transparent;
padding: 10px !important;
}
div#advanced_filter_tabs .ui-tabs-selected {
background-color: white;
background-image: none;
}
div.quota_statistics .data_table td.header {
width: 20%;
}
.type_disabled {
background-image: url(../../Images/Aqua/Menu/Disabled.png) !important;
}
#repository-tree-container {
margin-bottom: 15px;
}
#search-parameters .list-group-item {
border-top: 0px solid white;
padding: 5px 15px;
}
#search-parameters .list-group-item:first-child {
padding-top: 10px;
}
#search-parameters .list-group-item:last-child {
padding-bottom: 10px;
}
#search-parameters .panel-title .search-parameter span.glyphicon.glyphicon-remove,
#search-parameters .search-parameter.list-group-item span.glyphicon.glyphicon-remove
{
opacity: 0.25;
font-size: 13px;
cursor: pointer;
}
#search-parameters .panel-title .search-parameter span.glyphicon.glyphicon-remove
{
opacity: 0.5;
}
.alert-import-success {
padding: 5px;
margin-bottom: 10px;
text-align: center;
}
.content-object-options .content-object-options-type {
border: 1px solid #dddddd;
}
.content-object-options h4 {
width: 100%;
line-height: 32px;
height: 52px;
margin: 0px;
padding: 10px 15px;
border-bottom: 1px dashed rgb(221, 221, 221);
}
.content-object-options .list-group {
margin-bottom: 0px;
-moz-column-width: 200px;
-moz-column-rule: 1px dashed rgb(221, 221, 221);
-moz-column-count: 4;
-webkit-column-width: 200px;
-webkit-column-rule: 1px dashed rgb(221, 221, 221);
-webkit-column-count: 4;
column-width: 200px;
column-rule: 1px dashed rgb(221, 221, 221);
column-count: 4;
}
.content-object-options {
margin-bottom: 20px;
}
.content-object-options .list-group .list-group-item {
border: 0px solid white;
height: 52px;
text-overflow: ellipsis;
overflow: hidden;
}
.content-object-options .list-group .list-group-item img {
max-width: 32px;
max-height: 32px;
}
.content-object-options .list-group .list-group-item a {
line-height: 32px;
}
.Differences {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
.Differences thead th {
text-align: left;
border-bottom: 1px solid #000;
background: #aaa;
color: #000;
padding: 4px;
}
.Differences tbody th {
text-align: right;
background: #ccc;
width: 4em;
padding: 1px 2px;
border-right: 1px solid #000;
vertical-align: top;
font-size: 13px;
}
.Differences td {
padding: 1px 2px;
font-family: Consolas, monospace;
font-size: 13px;
}
.DifferencesSideBySide .ChangeInsert td.Left {
background: #dfd;
}
.DifferencesSideBySide .ChangeInsert td.Right {
background: #cfc;
}
.DifferencesSideBySide .ChangeDelete td.Left {
background: #f88;
}
.DifferencesSideBySide .ChangeDelete td.Right {
background: #faa;
}
.DifferencesSideBySide .ChangeReplace .Left {
background: #fe9;
}
.DifferencesSideBySide .ChangeReplace .Right {
background: #fd8;
}
.Differences ins, .Differences del {
text-decoration: none;
}
.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
background: #fc0;
}
.Differences .Skipped {
background: #f7f7f7;
}
.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
background: #fdd;
}
.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
background: #dfd;
}
.DifferencesInline .ChangeReplace ins {
background: #9e9;
}
.DifferencesInline .ChangeReplace del {
background: #e99;
}
.comparer-header-table {
margin-bottom: 20px;
}
.comparer-header-title {
max-width: 50px;
} | src/Chamilo/Core/Repository/Resources/Css/Aqua/Stylesheet.css | @import url(../../../Feedback/Resources/Css/Aqua/Stylesheet.css);
@import url(../../../Publication/Resources/Css/Aqua/Stylesheet.css);
tr.recycled td {
color: #cccccc;
}
tr.recycled td a {
color: #cccccc;
}
tr.recycled td a:hover {
color: #ff7777;
}
ul.tree-menu li div a.category_agenda {
background-image: url(../../Images/Aqua/Category/Agenda.png);
}
ul.tree-menu li div a.category_assessment {
background-image: url(../../Images/Aqua/Category/Assessment.png);
}
ul.tree-menu li div a.category_collaboration {
background-image: url(../../Images/Aqua/Category/Collaboration.png);
}
ul.tree-menu li div a.category_general {
background-image: url(../../Images/Aqua/Category/General.png);
}
ul.tree-menu li div a.category_handbook {
background-image: url(../../Images/Aqua/Category/Handbook.png);
}
ul.tree-menu li div a.category_media {
background-image: url(../../Images/Aqua/Category/Media.png);
}
ul.tree-menu li div a.category_news {
background-image: url(../../Images/Aqua/Category/News.png);
}
ul.tree-menu li div a.category_peer_assessment {
background-image: url(../../Images/Aqua/Category/PeerAssessment.png);
}
ul.tree-menu li div a.category_reference {
background-image: url(../../Images/Aqua/Category/Reference.png);
}
ul.tree-menu li div a.category_survey {
background-image: url(../../Images/Aqua/Category/Survey.png);
}
ul.tree-menu li div a.category_video_conferencing {
background-image: url(../../Images/Aqua/Category/VideoConferencing.png);
}
div#advanced_filter_tabs div.admin_tab {
background-color: transparent;
padding: 10px !important;
}
div#advanced_filter_tabs .ui-tabs-selected {
background-color: white;
background-image: none;
}
div.quota_statistics .data_table td.header {
width: 20%;
}
.type_disabled {
background-image: url(../../Images/Aqua/Menu/Disabled.png) !important;
}
#repository-tree-container {
margin-bottom: 15px;
}
#search-parameters .list-group-item {
border-top: 0px solid white;
padding: 5px 15px;
}
#search-parameters .list-group-item:first-child {
padding-top: 10px;
}
#search-parameters .list-group-item:last-child {
padding-bottom: 10px;
}
#search-parameters .panel-title .search-parameter span.glyphicon.glyphicon-remove,
#search-parameters .search-parameter.list-group-item span.glyphicon.glyphicon-remove
{
opacity: 0.25;
font-size: 13px;
cursor: pointer;
}
#search-parameters .panel-title .search-parameter span.glyphicon.glyphicon-remove
{
opacity: 0.5;
}
.alert-import-success {
padding: 5px;
margin-bottom: 10px;
text-align: center;
}
.content-object-options .content-object-options-type {
border: 1px solid #dddddd;
}
.content-object-options h4 {
width: 100%;
line-height: 32px;
height: 52px;
margin: 0px;
padding: 10px 15px;
border-bottom: 1px dashed rgb(221, 221, 221);
}
.content-object-options .list-group {
margin-bottom: 0px;
-moz-column-width: 200px;
-moz-column-rule: 1px dashed rgb(221, 221, 221);
-moz-column-count: 4;
-webkit-column-width: 200px;
-webkit-column-rule: 1px dashed rgb(221, 221, 221);
-webkit-column-count: 4;
column-width: 200px;
column-rule: 1px dashed rgb(221, 221, 221);
column-count: 4;
}
.content-object-options {
margin-bottom: 20px;
}
.content-object-options .list-group .list-group-item {
border: 0px solid white;
height: 52px;
text-overflow: ellipsis;
overflow: hidden;
}
.content-object-options .list-group .list-group-item img {
max-width: 32px;
max-height: 32px;
}
.content-object-options .list-group .list-group-item a {
line-height: 32px;
}
.Differences {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
.Differences thead th {
text-align: left;
border-bottom: 1px solid #000;
background: #aaa;
color: #000;
padding: 4px;
}
.Differences tbody th {
text-align: right;
background: #ccc;
width: 4em;
padding: 1px 2px;
border-right: 1px solid #000;
vertical-align: top;
font-size: 13px;
}
.Differences td {
padding: 1px 2px;
font-family: Consolas, monospace;
font-size: 13px;
}
.DifferencesSideBySide .ChangeInsert td.Left {
background: #dfd;
}
.DifferencesSideBySide .ChangeInsert td.Right {
background: #cfc;
}
.DifferencesSideBySide .ChangeDelete td.Left {
background: #f88;
}
.DifferencesSideBySide .ChangeDelete td.Right {
background: #faa;
}
.DifferencesSideBySide .ChangeReplace .Left {
background: #fe9;
}
.DifferencesSideBySide .ChangeReplace .Right {
background: #fd8;
}
.Differences ins, .Differences del {
text-decoration: none;
}
.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
background: #fc0;
}
.Differences .Skipped {
background: #f7f7f7;
}
.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
background: #fdd;
}
.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
background: #dfd;
}
.DifferencesInline .ChangeReplace ins {
background: #9e9;
}
.DifferencesInline .ChangeReplace del {
background: #e99;
}
.comparer-header-table {
margin-bottom: 20px;
}
.comparer-header-title {
max-width: 50px;
} | 0.31363 | 0.106319 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {
background-color: #000333;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23070038' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2313013c' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23200141' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%232f0245' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%233f0349' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%234e034b' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23520441' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
body {
/* background: #d2d6de; */
font-family: 'Roboto', sans-serif;
}
.title {
margin-bottom: 15px;
}
/* without this, the fields all expand
when the MDC JavaScript is run. */
.mdc-text-field {
margin-top: 16px;
}
#kc-header,
#kc-content {
margin-left: auto;
margin-right: auto;
}
#kc-header {
width: 90%;
font-size: 35px;
text-align: center;
margin-bottom: 25px;
font-weight: 300;
margin-top: 7%;
color: rgb(68, 68, 68);
}
#kc-content {
background: white;
padding: 20px;
border-radius: 4px;
box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
#kc-reset-password-form #kc-form-options {
float: left;
}
#kc-reset-password-form #kc-form-buttons {
float: right;
}
#kc-register-form #kc-form-options {
float: left;
}
#kc-register-form #kc-form-buttons {
float: right;
}
.clearfix {
float: none;
clear: both;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
#kc-content {
width: 90%;
}
}
@media (min-width: 769px) {
#kc-content {
width: 360px;
}
}
.mdc-text-field {
width: 100%;
}
#kc-form-login #kc-form-options {
margin-top: 15px;
}
#kc-login {
float: right;
}
#kc-error-message p {
margin: 0;
}
.remember-me-checkbox {
float: left;
}
.register .register-field {
margin-bottom: 15px;
}
.register .register-button-container {
margin-top: 20px;
}
.reset-password .reset-password-field {
margin-bottom: 15px;
}
.update-password .update-password-field {
margin-bottom: 15px;
}
.update-password .update-password-button-container {
margin-top: 20px;
}
.config-totp .config-totp-button-container {
margin-top: 15px;
}
.totp .totp-button-container {
margin-top: 15px;
}
.update-profile .update-profile-field {
margin-top: 15px;
}
.update-profile .update-profile-button-container {
margin-top: 20px;
}
.template .language-picker {
display:none;
position: relative;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 20px;
width: 195px;
}
.template .language-picker .language-icon {
float: left;
color: rgba(0, 0, 0, 0.54);
}
.template .language-picker .mdc-select {
float: right;
margin-top: -25px;
}
.template .language-picker .mdc-select option {
font-weight: normal;
display: block;
white-space: pre;
min-height: 1.2em;
padding: 0px 2px 1px;
}
#dh-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
#username, #password, #password-new, #password-confirm{
/* width: 80%!important;
height: 1.2vh!important;
box-shadow: inset 0 0 0 1000px #fff!important;
margin: 8px; */
background: transparent content-box!important;
box-sizing: border-box!important;
height: 0!important;
width: 90%!important;
outline: none!important;
border: none!important;
/*margin-bottom: 1.6vh!important;*/
position: absolute!important;
bottom: 15px!important;
} | evolab-theme/login/resources/css/material-keycloak-theme.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {
background-color: #000333;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23070038' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2313013c' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23200141' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%232f0245' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%233f0349' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%234e034b' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23520441' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
body {
/* background: #d2d6de; */
font-family: 'Roboto', sans-serif;
}
.title {
margin-bottom: 15px;
}
/* without this, the fields all expand
when the MDC JavaScript is run. */
.mdc-text-field {
margin-top: 16px;
}
#kc-header,
#kc-content {
margin-left: auto;
margin-right: auto;
}
#kc-header {
width: 90%;
font-size: 35px;
text-align: center;
margin-bottom: 25px;
font-weight: 300;
margin-top: 7%;
color: rgb(68, 68, 68);
}
#kc-content {
background: white;
padding: 20px;
border-radius: 4px;
box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
#kc-reset-password-form #kc-form-options {
float: left;
}
#kc-reset-password-form #kc-form-buttons {
float: right;
}
#kc-register-form #kc-form-options {
float: left;
}
#kc-register-form #kc-form-buttons {
float: right;
}
.clearfix {
float: none;
clear: both;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
#kc-content {
width: 90%;
}
}
@media (min-width: 769px) {
#kc-content {
width: 360px;
}
}
.mdc-text-field {
width: 100%;
}
#kc-form-login #kc-form-options {
margin-top: 15px;
}
#kc-login {
float: right;
}
#kc-error-message p {
margin: 0;
}
.remember-me-checkbox {
float: left;
}
.register .register-field {
margin-bottom: 15px;
}
.register .register-button-container {
margin-top: 20px;
}
.reset-password .reset-password-field {
margin-bottom: 15px;
}
.update-password .update-password-field {
margin-bottom: 15px;
}
.update-password .update-password-button-container {
margin-top: 20px;
}
.config-totp .config-totp-button-container {
margin-top: 15px;
}
.totp .totp-button-container {
margin-top: 15px;
}
.update-profile .update-profile-field {
margin-top: 15px;
}
.update-profile .update-profile-button-container {
margin-top: 20px;
}
.template .language-picker {
display:none;
position: relative;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 20px;
width: 195px;
}
.template .language-picker .language-icon {
float: left;
color: rgba(0, 0, 0, 0.54);
}
.template .language-picker .mdc-select {
float: right;
margin-top: -25px;
}
.template .language-picker .mdc-select option {
font-weight: normal;
display: block;
white-space: pre;
min-height: 1.2em;
padding: 0px 2px 1px;
}
#dh-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
#username, #password, #password-new, #password-confirm{
/* width: 80%!important;
height: 1.2vh!important;
box-shadow: inset 0 0 0 1000px #fff!important;
margin: 8px; */
background: transparent content-box!important;
box-sizing: border-box!important;
height: 0!important;
width: 90%!important;
outline: none!important;
border: none!important;
/*margin-bottom: 1.6vh!important;*/
position: absolute!important;
bottom: 15px!important;
} | 0.304042 | 0.076236 |
background: url("/dev/images/signup_artwork.png") no-repeat scroll left top transparent;
height: 520px;
width: 920px;
}
#signup_header_bg {
background: #e0eef5;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
padding: 10px;
float: left;
width: 900px;
}
#signup_form_container {
background: #f3f3f3;
background: -moz-linear-gradient(top, #f3f3f3 0%, #edecec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#edecec));
background: -webkit-linear-gradient(top, #f3f3f3 0%,#edecec 100%);
background: -o-linear-gradient(top, #f3f3f3 0%,#edecec 100%);
background: -ms-linear-gradient(top, #f3f3f3 0%,#edecec 100%);
background: linear-gradient(top, #f3f3f3 0%,#edecec 100%);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
min-height: 280px;
margin-top: -120px;
box-shadow: 0 5px 7px -6px #424242;
padding: 0 15px 15px;
float: left;
width: 870px;
}
#signup_form_container h1.signup_header {
color: #2f91cd;
font-size: 20px;
font-weight: normal;
margin: 0;
text-shadow: 0 0 1px #ddd;
padding-top: 6px;
}
h2 {
color: #666;
font-size: 15px;
}
.signup_descriptionbox {
font-size: 16px;
color: #666;
width: 195px;
position: absolute;
line-height: 18px;
}
#signup_descriptionbox_left {
text-align: right;
margin-left: 128px;
margin-top: 250px;
}
#signup_descriptionbox_right {
text-align: left;
margin-left: 578px;
margin-top: 250px;
}
#signup_descriptionbox_middle {
margin-left: 336px;
margin-top: 344px;
text-align: center;
width: 230px;
}
#signup_form_container .signup_form_column {
width: 370px;
float: left;
margin-top: 12px;
}
#signup_form_container .s3d-form-field-wrapper label.s3d-input-label {
width: 130px;
}
#signup_form_container .signup_form_column input {
width: 204px;
}
#signup_form_container .signup_form_column.signup_form_right_column {
width: 500px;
}
#password_strength {
float: right;
font-size: 12px;
padding-top: 5px;
text-align: left;
width: 127px;
}
.strength_zero, .strength_one {
color: red;
}
.strength_two {
color: #666;
}
.strength_three, .strength_four {
color: green;
}
.strength_four {
font-weight: bold;
}
#signup_form_container #signup_form_shadow {
background: url("/dev/images/signup_form_bgshadow.png") no-repeat scroll left top transparent;
height: 15px;
margin-left: 95px;
margin-top: -14px;
position: absolute;
width: 700px;
}
#signup_form_container #checkUserName {
float: right;
margin-top: 10px;
}
#signup_form_container .username_available_icon {
background: url("/dev/images/green_tick.png") no-repeat scroll 194px 4px #fff !important;
}
#signup_form_container .username_available_icon[disabled] {
background: url("/dev/images/green_tick.png") no-repeat scroll 194px 4px transparent !important;
}
#signup_form_container .username_unavailable_icon {
background: url("/dev/images/red_cross.png") no-repeat scroll 194px 4px #fff;
}
.create_account_input_error {
background: #cc0000;
color: #fff;
font-size: 11px;
padding: 4px 0 2px 10px;
width: 206px;
clear: both;
}
.captcha_container #save_account {
float: right;
margin-top: 74px;
}
.captcha_container {
clear: both;
margin-left: 148px;
width: 580px;
}
.signup_comment_box {
background: #e3f0f6;
width: 290px;
height: 205px;
margin-top: 20px;
float: left;
margin-right: 25px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-bottom: 85px;
}
.signup_comment_box.last {
margin-right: 0;
}
.signup_comment_box_arrow_down {
background: url("/dev/images/signup_arrow_down.png") no-repeat scroll left top transparent;
height: 24px;
margin-left: 100px;
margin-top: 205px;
position: absolute;
width: 44px;
}
.signup_comment_box_commenter {
color: #666;
font-size: 12px;
margin-left: 150px;
margin-top: 220px;
position: absolute;
}
.signup_comment_quote {
color: #666;
display: block;
font-size: 15px;
font-style: italic;
margin: 14px;
overflow: hidden;
line-height: 19px;
}
.signup_comment_box blockquote {
margin: 0;
padding: 0;
}
.signup_comment_icon {
width: 50px;
float: left;
margin: 13px 5px 0;
}
.signup_comment_icon_personalspace {
background: url("/dev/images/personalspace_icon_50x50.png") no-repeat top left transparent;
height: 50px;
}
.signup_comment_icon_cohere {
background: url("/dev/images/cohere_icon_50x110.png") no-repeat top left transparent;
height: 110px;
}
.signup_comment_icon_editable {
background: url("/dev/images/editable_icon_50x50.png") no-repeat top left transparent;
height: 50px;
}
#signup_institution_logos {
height: 40px;
width: 925px;
margin: 25px 0 0 0;
padding: 0
}
#signup_institution_logos li {
list-style: none;
float: left;
padding: 0;
margin: 0
}
/* Override CSS */
.s3d-page-header {
height: 0;
margin-top: 15px;
min-height: 0;
}
.recaptchatable {
background: #FFF;
float: left;
}
.recaptchatable input {
border: 1px solid #E0E1E2 !important;
} | dev/css/sakai/sakai.create_new_account.css | background: url("/dev/images/signup_artwork.png") no-repeat scroll left top transparent;
height: 520px;
width: 920px;
}
#signup_header_bg {
background: #e0eef5;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
padding: 10px;
float: left;
width: 900px;
}
#signup_form_container {
background: #f3f3f3;
background: -moz-linear-gradient(top, #f3f3f3 0%, #edecec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#edecec));
background: -webkit-linear-gradient(top, #f3f3f3 0%,#edecec 100%);
background: -o-linear-gradient(top, #f3f3f3 0%,#edecec 100%);
background: -ms-linear-gradient(top, #f3f3f3 0%,#edecec 100%);
background: linear-gradient(top, #f3f3f3 0%,#edecec 100%);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
min-height: 280px;
margin-top: -120px;
box-shadow: 0 5px 7px -6px #424242;
padding: 0 15px 15px;
float: left;
width: 870px;
}
#signup_form_container h1.signup_header {
color: #2f91cd;
font-size: 20px;
font-weight: normal;
margin: 0;
text-shadow: 0 0 1px #ddd;
padding-top: 6px;
}
h2 {
color: #666;
font-size: 15px;
}
.signup_descriptionbox {
font-size: 16px;
color: #666;
width: 195px;
position: absolute;
line-height: 18px;
}
#signup_descriptionbox_left {
text-align: right;
margin-left: 128px;
margin-top: 250px;
}
#signup_descriptionbox_right {
text-align: left;
margin-left: 578px;
margin-top: 250px;
}
#signup_descriptionbox_middle {
margin-left: 336px;
margin-top: 344px;
text-align: center;
width: 230px;
}
#signup_form_container .signup_form_column {
width: 370px;
float: left;
margin-top: 12px;
}
#signup_form_container .s3d-form-field-wrapper label.s3d-input-label {
width: 130px;
}
#signup_form_container .signup_form_column input {
width: 204px;
}
#signup_form_container .signup_form_column.signup_form_right_column {
width: 500px;
}
#password_strength {
float: right;
font-size: 12px;
padding-top: 5px;
text-align: left;
width: 127px;
}
.strength_zero, .strength_one {
color: red;
}
.strength_two {
color: #666;
}
.strength_three, .strength_four {
color: green;
}
.strength_four {
font-weight: bold;
}
#signup_form_container #signup_form_shadow {
background: url("/dev/images/signup_form_bgshadow.png") no-repeat scroll left top transparent;
height: 15px;
margin-left: 95px;
margin-top: -14px;
position: absolute;
width: 700px;
}
#signup_form_container #checkUserName {
float: right;
margin-top: 10px;
}
#signup_form_container .username_available_icon {
background: url("/dev/images/green_tick.png") no-repeat scroll 194px 4px #fff !important;
}
#signup_form_container .username_available_icon[disabled] {
background: url("/dev/images/green_tick.png") no-repeat scroll 194px 4px transparent !important;
}
#signup_form_container .username_unavailable_icon {
background: url("/dev/images/red_cross.png") no-repeat scroll 194px 4px #fff;
}
.create_account_input_error {
background: #cc0000;
color: #fff;
font-size: 11px;
padding: 4px 0 2px 10px;
width: 206px;
clear: both;
}
.captcha_container #save_account {
float: right;
margin-top: 74px;
}
.captcha_container {
clear: both;
margin-left: 148px;
width: 580px;
}
.signup_comment_box {
background: #e3f0f6;
width: 290px;
height: 205px;
margin-top: 20px;
float: left;
margin-right: 25px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-bottom: 85px;
}
.signup_comment_box.last {
margin-right: 0;
}
.signup_comment_box_arrow_down {
background: url("/dev/images/signup_arrow_down.png") no-repeat scroll left top transparent;
height: 24px;
margin-left: 100px;
margin-top: 205px;
position: absolute;
width: 44px;
}
.signup_comment_box_commenter {
color: #666;
font-size: 12px;
margin-left: 150px;
margin-top: 220px;
position: absolute;
}
.signup_comment_quote {
color: #666;
display: block;
font-size: 15px;
font-style: italic;
margin: 14px;
overflow: hidden;
line-height: 19px;
}
.signup_comment_box blockquote {
margin: 0;
padding: 0;
}
.signup_comment_icon {
width: 50px;
float: left;
margin: 13px 5px 0;
}
.signup_comment_icon_personalspace {
background: url("/dev/images/personalspace_icon_50x50.png") no-repeat top left transparent;
height: 50px;
}
.signup_comment_icon_cohere {
background: url("/dev/images/cohere_icon_50x110.png") no-repeat top left transparent;
height: 110px;
}
.signup_comment_icon_editable {
background: url("/dev/images/editable_icon_50x50.png") no-repeat top left transparent;
height: 50px;
}
#signup_institution_logos {
height: 40px;
width: 925px;
margin: 25px 0 0 0;
padding: 0
}
#signup_institution_logos li {
list-style: none;
float: left;
padding: 0;
margin: 0
}
/* Override CSS */
.s3d-page-header {
height: 0;
margin-top: 15px;
min-height: 0;
}
.recaptchatable {
background: #FFF;
float: left;
}
.recaptchatable input {
border: 1px solid #E0E1E2 !important;
} | 0.356559 | 0.128443 |
@-ms-viewport{width:device-width;}
/* Desktop 1024 */
@media only screen and (max-width:1024px) {
.ContactArea .Right img{width:100px;height:100px;}
.ContactArea .Left img{width:100px;height:100px;}
.ContactArea .Right .info{height:100px;line-height:100px;}
.ContactArea .Left .info{height:100px;line-height:100px;}
.ContactArea .Center{margin-left:-75px;}
}
/* Desktop 980 */
@media only screen and (max-width:980px) {
.Rocket-Block{width:25%!important;position:static!important;top:auto;left:auto;bottom:auto;right:auto;float:right;margin:auto!important;margin-bottom:35px!important;}
.Rocket-Block p{display:block;}
}
/* Tablet 768 - 800 */
@media only screen and (max-width:800px) {
header .Grid1k > .primary-menu{display:none;}
.menu-sm{display:block;}
.Rocket-Block{width:33.333%!important;position:static!important;top:auto;left:auto;bottom:auto;right:auto;float:right;margin:auto!important;margin-bottom:35px!important;}
.Rocket-Block .Circles,.cn-box{display:none!important;}
.Section02 .Grid1k .info{max-width:none;padding:0 25px;}
.Section02 .Grid1k {background:none;text-align:center;}
.Section02 .Grid1k .info h3{font-size:35px;}
.Section04 .Grid1k .info h3{font-size:30px;}
.Section04 .Grid1k .info h5{font-size:24px;}
.Section04 .Grid1k{height:250px;line-height:250px;}
.Section04 .Grid1k:before{width:400px;height:250px;}
.Offer-Block .info{width:100%;text-align:center;padding-top:30px;padding-bottom:30px;}
.Offer-Block .image{width:100%;text-align:center;}
.Section06 .Grid1k:before{display:none;}
.Section06 .Grid1k .info{width:100%;text-align:center;}
.Elnoor-Block:before{display:none!important;}
.Elnoor-I .Center-Block{margin-top:0px;top:0px;}
.Elnoor-I{padding-top:210px;}
.Elnoor-Block{width:100%;}
.Elnoor-I .Right-Blocks,.Elnoor-I .Left-Blocks{width:47%;}
.Elnoor-I > .Elnoor-Block:last-child{margin-top:0px;}
.ContactArea .Center{position:static;margin:auto;text-align:center;}
.ContactArea .Right{margin-top:35px;}
.ContactArea .Left{margin-top:35px;}
.ContactArea .Right:after{display:none;}
.ContactArea .Left:after{display:none;}
}
/* iPhone 4 */
@media only screen and (max-width:640px) {
.Rocket-Block{width:50%!important;}
.Section04 .Grid1k .info{width:100%;text-align:center;}
.Section04 .Grid1k:before{width:350px;height:250px;display:none;}
.tabs01 > ul li{width:33.333%;border-bottom:1px solid rgba(0,0,0,.15);}
.tabs01 > ul li:last-child{border-bottom:1px solid rgba(0,0,0,.15);border-left:1px solid rgba(0,0,0,.15);}
.tabs01 > ul li:after{display:none;}
.ContactArea .Right{display:block;max-width:320px;margin:auto;margin-top:35px;float:none;}
.ContactArea .Left{display:block;max-width:320px;margin:auto;margin-top:35px;float:none;}
.ContactArea .Right:after{display:none;}
.ContactArea .Left:after{display:none;}
footer .News-Slider .Title{width:auto;float:none;margin:0 -15px;display:block;}
footer .News-Slider .Title:after{display:none;}
footer .News-Slider .TheSlider{width:100%;}
footer .News-Slider .Control{width:100%;}
footer .News-Slider .TheSlider .item a{padding:0px;}
}
/* Extra Smart Phones */
@media only screen and (max-width:480px) {
.top-nav {text-align:center;}
.top-nav .Social{width:100%;text-align:center;float:none;}
header{text-align:center;}
header .logo{float:right;}
header .OpenTicket{float:none;margin:19.5px;}
.menu-sm{float:left;}
.tabs01 > ul li{width:50%;}
.tabs01 > ul li:last-child{width:100%;}
.Elnoor-I .Right-Blocks,.Elnoor-I .Left-Blocks{width:180px;float:none;margin:auto;}
.Elnoor-Block{text-align:center;height:auto;line-height:normal;margin:auto!important;margin-top:35px!important;}
.Elnoor-Block img{float:none!important;display:inline-block!important;}
.Elnoor-Block h3{width:100%!important;float:none!important;display:block!important;margin-top:12px!important;}
.ContactArea .Right img{float:none;display:block;margin:auto;margin-bottom:15px;}
.ContactArea .Left img{float:none;display:block;margin:auto;margin-bottom:15px;}
.ContactArea .Right .info{float:none;max-width:none;height:70px;line-height:70px;}
.ContactArea .Left .info{max-width:none;width:100%;text-align:center;height:50px;line-height:50px;}
.Copyright{text-align:center;}
.Copyright ul{display:none;}
}
/* Smart Phone + iPhone Retina 320 - 360 */
@media only screen and (max-width:360px) {
.Rocket-Block{width:100%!important;}
.WorkSlider-Control button{width:45px;}
.WorkSlider-Control a{width:190px;font-size:15px}
footer .SiteInfo{width:100%;}
footer .SendMail{width:100%;}
} | css/responsive.css | @-ms-viewport{width:device-width;}
/* Desktop 1024 */
@media only screen and (max-width:1024px) {
.ContactArea .Right img{width:100px;height:100px;}
.ContactArea .Left img{width:100px;height:100px;}
.ContactArea .Right .info{height:100px;line-height:100px;}
.ContactArea .Left .info{height:100px;line-height:100px;}
.ContactArea .Center{margin-left:-75px;}
}
/* Desktop 980 */
@media only screen and (max-width:980px) {
.Rocket-Block{width:25%!important;position:static!important;top:auto;left:auto;bottom:auto;right:auto;float:right;margin:auto!important;margin-bottom:35px!important;}
.Rocket-Block p{display:block;}
}
/* Tablet 768 - 800 */
@media only screen and (max-width:800px) {
header .Grid1k > .primary-menu{display:none;}
.menu-sm{display:block;}
.Rocket-Block{width:33.333%!important;position:static!important;top:auto;left:auto;bottom:auto;right:auto;float:right;margin:auto!important;margin-bottom:35px!important;}
.Rocket-Block .Circles,.cn-box{display:none!important;}
.Section02 .Grid1k .info{max-width:none;padding:0 25px;}
.Section02 .Grid1k {background:none;text-align:center;}
.Section02 .Grid1k .info h3{font-size:35px;}
.Section04 .Grid1k .info h3{font-size:30px;}
.Section04 .Grid1k .info h5{font-size:24px;}
.Section04 .Grid1k{height:250px;line-height:250px;}
.Section04 .Grid1k:before{width:400px;height:250px;}
.Offer-Block .info{width:100%;text-align:center;padding-top:30px;padding-bottom:30px;}
.Offer-Block .image{width:100%;text-align:center;}
.Section06 .Grid1k:before{display:none;}
.Section06 .Grid1k .info{width:100%;text-align:center;}
.Elnoor-Block:before{display:none!important;}
.Elnoor-I .Center-Block{margin-top:0px;top:0px;}
.Elnoor-I{padding-top:210px;}
.Elnoor-Block{width:100%;}
.Elnoor-I .Right-Blocks,.Elnoor-I .Left-Blocks{width:47%;}
.Elnoor-I > .Elnoor-Block:last-child{margin-top:0px;}
.ContactArea .Center{position:static;margin:auto;text-align:center;}
.ContactArea .Right{margin-top:35px;}
.ContactArea .Left{margin-top:35px;}
.ContactArea .Right:after{display:none;}
.ContactArea .Left:after{display:none;}
}
/* iPhone 4 */
@media only screen and (max-width:640px) {
.Rocket-Block{width:50%!important;}
.Section04 .Grid1k .info{width:100%;text-align:center;}
.Section04 .Grid1k:before{width:350px;height:250px;display:none;}
.tabs01 > ul li{width:33.333%;border-bottom:1px solid rgba(0,0,0,.15);}
.tabs01 > ul li:last-child{border-bottom:1px solid rgba(0,0,0,.15);border-left:1px solid rgba(0,0,0,.15);}
.tabs01 > ul li:after{display:none;}
.ContactArea .Right{display:block;max-width:320px;margin:auto;margin-top:35px;float:none;}
.ContactArea .Left{display:block;max-width:320px;margin:auto;margin-top:35px;float:none;}
.ContactArea .Right:after{display:none;}
.ContactArea .Left:after{display:none;}
footer .News-Slider .Title{width:auto;float:none;margin:0 -15px;display:block;}
footer .News-Slider .Title:after{display:none;}
footer .News-Slider .TheSlider{width:100%;}
footer .News-Slider .Control{width:100%;}
footer .News-Slider .TheSlider .item a{padding:0px;}
}
/* Extra Smart Phones */
@media only screen and (max-width:480px) {
.top-nav {text-align:center;}
.top-nav .Social{width:100%;text-align:center;float:none;}
header{text-align:center;}
header .logo{float:right;}
header .OpenTicket{float:none;margin:19.5px;}
.menu-sm{float:left;}
.tabs01 > ul li{width:50%;}
.tabs01 > ul li:last-child{width:100%;}
.Elnoor-I .Right-Blocks,.Elnoor-I .Left-Blocks{width:180px;float:none;margin:auto;}
.Elnoor-Block{text-align:center;height:auto;line-height:normal;margin:auto!important;margin-top:35px!important;}
.Elnoor-Block img{float:none!important;display:inline-block!important;}
.Elnoor-Block h3{width:100%!important;float:none!important;display:block!important;margin-top:12px!important;}
.ContactArea .Right img{float:none;display:block;margin:auto;margin-bottom:15px;}
.ContactArea .Left img{float:none;display:block;margin:auto;margin-bottom:15px;}
.ContactArea .Right .info{float:none;max-width:none;height:70px;line-height:70px;}
.ContactArea .Left .info{max-width:none;width:100%;text-align:center;height:50px;line-height:50px;}
.Copyright{text-align:center;}
.Copyright ul{display:none;}
}
/* Smart Phone + iPhone Retina 320 - 360 */
@media only screen and (max-width:360px) {
.Rocket-Block{width:100%!important;}
.WorkSlider-Control button{width:45px;}
.WorkSlider-Control a{width:190px;font-size:15px}
footer .SiteInfo{width:100%;}
footer .SendMail{width:100%;}
} | 0.165661 | 0.04778 |
*,
*:before,
*:after {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
.center {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 24em) {
.grid-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.grid-row > * {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 48em) {
.grid-row-m {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.grid-row-m > * {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 24em) {
.col-s-1 {
-webkit-flex-basis: 8.33333333%;
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
}
.col-s-2 {
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.col-s-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.col-s-4 {
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.col-s-5 {
-webkit-flex-basis: 41.66666667%;
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
}
.col-s-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.col-s-7 {
-webkit-flex-basis: 58.33333333%;
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
}
.col-s-8 {
-webkit-flex-basis: 66.66666667%;
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
}
.col-s-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.col-s-10 {
-webkit-flex-basis: 83.33333333%;
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
}
.col-s-11 {
-webkit-flex-basis: 91.66666667%;
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
}
.col-s-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
@media (min-width: 48em) {
.col-m-1 {
-webkit-flex-basis: 8.33333333%;
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
}
.col-m-2 {
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.col-m-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.col-m-4 {
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.col-m-5 {
-webkit-flex-basis: 41.66666667%;
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
}
.col-m-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.col-m-7 {
-webkit-flex-basis: 58.33333333%;
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
}
.col-m-8 {
-webkit-flex-basis: 66.66666667%;
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
}
.col-m-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.col-m-10 {
-webkit-flex-basis: 83.33333333%;
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
}
.col-m-11 {
-webkit-flex-basis: 91.66666667%;
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
}
.col-m-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
@media (min-width: 62em) {
.col-l-1 {
-webkit-flex-basis: 8.33333333%;
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
}
.col-l-2 {
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.col-l-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.col-l-4 {
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.col-l-5 {
-webkit-flex-basis: 41.66666667%;
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
}
.col-l-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.col-l-7 {
-webkit-flex-basis: 58.33333333%;
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
}
.col-l-8 {
-webkit-flex-basis: 66.66666667%;
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
}
.col-l-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.col-l-10 {
-webkit-flex-basis: 83.33333333%;
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
}
.col-l-11 {
-webkit-flex-basis: 91.66666667%;
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
}
.col-l-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
.gutters {
padding-left: 10px;
padding-right: 10px;
}
.gutters > * {
margin-left: 10px;
margin-right: 10px;
}
.gutters-ver {
overflow: auto;
}
.gutters-ver > * {
margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 24em) {
.responsive {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 48em) {
.responsive-m {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.multiline {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.multiline.gutters-ver {
padding-top: 10px;
padding-bottom: 10px;
}
.multiline.gutters-ver > * {
margin-top: 10px;
margin-bottom: 10px;
}
.equal > * {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.cross-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.cross-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.cross-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.self-cross-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.self-cross-start {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.self-cross-end {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.self-cross-stretch {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
} | prefixed-prelude.css | *,
*:before,
*:after {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
.center {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 24em) {
.grid-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.grid-row > * {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 48em) {
.grid-row-m {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.grid-row-m > * {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 24em) {
.col-s-1 {
-webkit-flex-basis: 8.33333333%;
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
}
.col-s-2 {
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.col-s-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.col-s-4 {
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.col-s-5 {
-webkit-flex-basis: 41.66666667%;
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
}
.col-s-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.col-s-7 {
-webkit-flex-basis: 58.33333333%;
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
}
.col-s-8 {
-webkit-flex-basis: 66.66666667%;
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
}
.col-s-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.col-s-10 {
-webkit-flex-basis: 83.33333333%;
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
}
.col-s-11 {
-webkit-flex-basis: 91.66666667%;
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
}
.col-s-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
@media (min-width: 48em) {
.col-m-1 {
-webkit-flex-basis: 8.33333333%;
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
}
.col-m-2 {
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.col-m-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.col-m-4 {
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.col-m-5 {
-webkit-flex-basis: 41.66666667%;
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
}
.col-m-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.col-m-7 {
-webkit-flex-basis: 58.33333333%;
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
}
.col-m-8 {
-webkit-flex-basis: 66.66666667%;
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
}
.col-m-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.col-m-10 {
-webkit-flex-basis: 83.33333333%;
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
}
.col-m-11 {
-webkit-flex-basis: 91.66666667%;
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
}
.col-m-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
@media (min-width: 62em) {
.col-l-1 {
-webkit-flex-basis: 8.33333333%;
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
}
.col-l-2 {
-webkit-flex-basis: 16.66666667%;
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
}
.col-l-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
.col-l-4 {
-webkit-flex-basis: 33.33333333%;
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
}
.col-l-5 {
-webkit-flex-basis: 41.66666667%;
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
}
.col-l-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.col-l-7 {
-webkit-flex-basis: 58.33333333%;
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
}
.col-l-8 {
-webkit-flex-basis: 66.66666667%;
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
}
.col-l-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.col-l-10 {
-webkit-flex-basis: 83.33333333%;
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
}
.col-l-11 {
-webkit-flex-basis: 91.66666667%;
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
}
.col-l-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
.gutters {
padding-left: 10px;
padding-right: 10px;
}
.gutters > * {
margin-left: 10px;
margin-right: 10px;
}
.gutters-ver {
overflow: auto;
}
.gutters-ver > * {
margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 24em) {
.responsive {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 48em) {
.responsive-m {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.multiline {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.multiline.gutters-ver {
padding-top: 10px;
padding-bottom: 10px;
}
.multiline.gutters-ver > * {
margin-top: 10px;
margin-bottom: 10px;
}
.equal > * {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.cross-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.cross-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.cross-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.self-cross-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.self-cross-start {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.self-cross-end {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.self-cross-stretch {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
} | 0.340376 | 0.032406 |
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color--rgb: 0, 124, 186;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
.components-panel__header.interface-complementary-area-header__small {
background: #fff;
padding-right: 4px;
}
.components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
@media (min-width: 782px) {
.components-panel__header.interface-complementary-area-header__small {
display: none;
}
}
.interface-complementary-area-header {
background: #fff;
padding-right: 4px;
}
.interface-complementary-area-header .components-button.has-icon {
display: none;
margin-left: auto;
}
.interface-complementary-area-header .components-button.has-icon ~ .components-button {
margin-left: 0;
}
@media (min-width: 782px) {
.interface-complementary-area-header .components-button.has-icon {
display: flex;
}
}
@media (min-width: 782px) {
.components-panel__header + .interface-complementary-area-header {
margin-top: 0;
}
}
.interface-complementary-area {
background: #fff;
color: #1e1e1e;
}
@media (min-width: 600px) {
.interface-complementary-area {
-webkit-overflow-scrolling: touch;
}
}
@media (min-width: 782px) {
.interface-complementary-area {
width: 280px;
}
}
.interface-complementary-area .components-panel {
border: none;
position: relative;
z-index: 0;
}
.interface-complementary-area .components-panel__header {
position: sticky;
top: 0;
z-index: 1;
}
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
top: 48px;
}
@media (min-width: 782px) {
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
top: 0;
}
}
.interface-complementary-area p {
margin-top: 0;
}
.interface-complementary-area h2 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.interface-complementary-area h3 {
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.interface-complementary-area hr {
border-top: none;
border-bottom: 1px solid #f0f0f0;
margin: 1.5em 0;
}
.interface-complementary-area div.components-toolbar-group,
.interface-complementary-area div.components-toolbar {
box-shadow: none;
margin-bottom: 1.5em;
}
.interface-complementary-area div.components-toolbar-group:last-child,
.interface-complementary-area div.components-toolbar:last-child {
margin-bottom: 0;
}
.interface-complementary-area .block-editor-skip-to-selected-block:focus {
top: auto;
right: 10px;
bottom: 10px;
left: auto;
}
@media (min-width: 782px) {
body.js.is-fullscreen-mode {
margin-top: -32px;
height: calc(100% + 32px);
}
body.js.is-fullscreen-mode #adminmenumain,
body.js.is-fullscreen-mode #wpadminbar {
display: none;
}
body.js.is-fullscreen-mode #wpcontent,
body.js.is-fullscreen-mode #wpfooter {
margin-left: 0;
}
}
html.interface-interface-skeleton__html-container {
position: fixed;
width: 100%;
}
@media (min-width: 782px) {
html.interface-interface-skeleton__html-container {
position: initial;
width: initial;
}
}
.interface-interface-skeleton {
display: flex;
flex-direction: row;
height: auto;
max-height: 100%;
position: fixed;
top: 46px;
left: 0;
right: 0;
bottom: 0;
}
@media (min-width: 783px) {
.interface-interface-skeleton {
top: 32px;
}
.is-fullscreen-mode .interface-interface-skeleton {
top: 0;
}
}
.interface-interface-skeleton__editor {
display: flex;
flex-direction: column;
flex: 0 1 100%;
overflow: hidden;
}
.interface-interface-skeleton {
/* Set left position when auto-fold is not on the body element. */
left: 0;
}
@media (min-width: 783px) {
.interface-interface-skeleton {
left: 160px;
}
}
.auto-fold .interface-interface-skeleton {
/* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
}
@media (min-width: 783px) {
.auto-fold .interface-interface-skeleton {
left: 36px;
}
}
@media (min-width: 961px) {
.auto-fold .interface-interface-skeleton {
left: 160px;
}
}
/* Sidebar manually collapsed. */
.folded .interface-interface-skeleton {
left: 0;
}
@media (min-width: 783px) {
.folded .interface-interface-skeleton {
left: 36px;
}
}
body.is-fullscreen-mode .interface-interface-skeleton {
left: 0 !important;
}
.interface-interface-skeleton__body {
flex-grow: 1;
display: flex;
overflow: auto;
overscroll-behavior-y: none;
}
@media (min-width: 782px) {
.has-footer .interface-interface-skeleton__body {
padding-bottom: 25px;
}
}
.interface-interface-skeleton__content {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow: auto;
z-index: 20;
}
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
display: block;
flex-shrink: 0;
position: absolute;
z-index: 100000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
color: #1e1e1e;
}
@media (min-width: 782px) {
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
position: relative !important;
z-index: 90;
width: auto;
}
}
.interface-interface-skeleton__sidebar {
overflow: auto;
}
@media (min-width: 782px) {
.interface-interface-skeleton__sidebar {
border-left: 1px solid #e0e0e0;
}
}
@media (min-width: 782px) {
.interface-interface-skeleton__secondary-sidebar {
border-right: 1px solid #e0e0e0;
}
}
.interface-interface-skeleton__header {
flex-shrink: 0;
height: auto;
border-bottom: 1px solid #e0e0e0;
z-index: 30;
color: #1e1e1e;
}
.interface-interface-skeleton__footer {
height: auto;
flex-shrink: 0;
border-top: 1px solid #e0e0e0;
color: #1e1e1e;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 90;
display: none;
}
@media (min-width: 782px) {
.interface-interface-skeleton__footer {
display: flex;
}
}
.interface-interface-skeleton__footer .block-editor-block-breadcrumb {
z-index: 30;
display: flex;
background: #fff;
height: 24px;
align-items: center;
font-size: 13px;
padding: 0 18px;
}
.interface-interface-skeleton__actions {
z-index: 100000;
position: fixed !important;
top: -9999em;
bottom: auto;
left: auto;
right: 0;
width: 280px;
color: #1e1e1e;
}
.interface-interface-skeleton__actions:focus {
top: auto;
bottom: 0;
}
.interface-more-menu-dropdown {
margin-left: -4px;
}
.interface-more-menu-dropdown .components-button {
width: auto;
padding: 0 2px;
}
@media (min-width: 600px) {
.interface-more-menu-dropdown {
margin-left: 0;
}
.interface-more-menu-dropdown .components-button {
padding: 0 4px;
}
}
.interface-more-menu-dropdown__content .components-popover__content {
min-width: 280px;
}
@media (min-width: 480px) {
.interface-more-menu-dropdown__content .components-popover__content {
width: auto;
max-width: 480px;
}
}
.interface-more-menu-dropdown__content .components-popover__content .components-dropdown-menu__menu {
padding: 0;
}
.components-popover.interface-more-menu-dropdown__content {
z-index: 99998;
}
.interface-pinned-items {
display: flex;
}
.interface-pinned-items .components-button:not(:first-child) {
display: none;
}
@media (min-width: 600px) {
.interface-pinned-items .components-button:not(:first-child) {
display: flex;
}
}
.interface-pinned-items .components-button {
margin-left: 4px;
}
.interface-pinned-items .components-button svg {
max-width: 24px;
max-height: 24px;
}
.edit-post-header {
height: 60px;
background: #fff;
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100vw;
}
@media (min-width: 280px) {
.edit-post-header {
flex-wrap: nowrap;
}
}
.edit-post-header > .edit-post-header__settings {
order: 1;
}
@supports (position: sticky) {
.edit-post-header > .edit-post-header__settings {
order: initial;
}
}
.edit-post-header__toolbar {
display: flex;
flex-grow: 1;
}
.edit-post-header__toolbar .table-of-contents {
display: none;
}
@media (min-width: 600px) {
.edit-post-header__toolbar .table-of-contents {
display: block;
}
}
.edit-post-header__settings {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
padding-right: 4px;
/**
* Buttons in the Toolbar
*/
}
@media (min-width: 600px) {
.edit-post-header__settings {
padding-right: 16px;
}
}
.edit-post-header__settings .editor-post-saved-state,
.edit-post-header__settings .components-button.components-button {
margin-right: 4px;
}
@media (min-width: 600px) {
.edit-post-header__settings .editor-post-saved-state,
.edit-post-header__settings .components-button.components-button {
margin-right: 12px;
}
}
.edit-post-header__settings .editor-post-saved-state,
.edit-post-header__settings .components-button.is-tertiary {
padding: 0 6px;
}
.edit-post-header__settings .edit-post-more-menu .components-button,
.edit-post-header__settings .interface-pinned-items .components-button {
margin-right: 0;
}
.edit-post-header-preview__grouping-external {
display: flex;
position: relative;
padding-bottom: 0;
}
.edit-post-header-preview__button-external {
padding-left: 8px;
margin-right: auto;
width: 100%;
display: flex;
justify-content: flex-start;
}
.edit-post-header-preview__button-external svg {
margin-left: auto;
}
.edit-post-post-preview-dropdown .components-popover__content > div {
padding-bottom: 0;
}
.show-icon-labels.interface-pinned-items .components-button.has-icon,
.show-icon-labels .edit-post-header .components-button.has-icon,
.edit-post-header__dropdown .components-button.has-icon {
width: auto;
}
.show-icon-labels.interface-pinned-items .components-button.has-icon svg,
.show-icon-labels .edit-post-header .components-button.has-icon svg,
.edit-post-header__dropdown .components-button.has-icon svg {
display: none;
}
.show-icon-labels.interface-pinned-items .components-button.has-icon::after,
.show-icon-labels .edit-post-header .components-button.has-icon::after,
.edit-post-header__dropdown .components-button.has-icon::after {
content: attr(aria-label);
}
.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true],
.show-icon-labels .edit-post-header .components-button.has-icon[aria-disabled=true],
.edit-post-header__dropdown .components-button.has-icon[aria-disabled=true] {
background-color: transparent;
}
.show-icon-labels.interface-pinned-items .is-tertiary:active,
.show-icon-labels .edit-post-header .is-tertiary:active,
.edit-post-header__dropdown .is-tertiary:active {
box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
background-color: transparent;
}
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon svg,
.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg,
.show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon svg,
.show-icon-labels .edit-post-header .components-button.has-icon.button-toggle svg,
.edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon svg,
.edit-post-header__dropdown .components-button.has-icon.button-toggle svg {
display: block;
}
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon::after,
.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after,
.show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon::after,
.show-icon-labels .edit-post-header .components-button.has-icon.button-toggle::after,
.edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon::after,
.edit-post-header__dropdown .components-button.has-icon.button-toggle::after {
content: none;
}
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon,
.show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon,
.edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon {
width: 60px;
}
.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
.show-icon-labels .edit-post-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
.edit-post-header__dropdown .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon {
display: block;
}
.show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
.show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels .edit-post-header .interface-pinned-items .components-button,
.edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.edit-post-header__dropdown .interface-pinned-items .components-button {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 600px) {
.show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
.show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels .edit-post-header .interface-pinned-items .components-button,
.edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.edit-post-header__dropdown .interface-pinned-items .components-button {
padding-left: 12px;
padding-right: 12px;
}
}
.show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle,
.show-icon-labels .edit-post-header .components-dropdown-menu__toggle,
.edit-post-header__dropdown .components-dropdown-menu__toggle {
margin-left: 8px;
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 600px) {
.show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle,
.show-icon-labels .edit-post-header .components-dropdown-menu__toggle,
.edit-post-header__dropdown .components-dropdown-menu__toggle {
margin-left: 12px;
padding-left: 12px;
padding-right: 12px;
}
}
.show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after,
.show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after,
.edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after {
content: none;
}
.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after,
.show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after,
.edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after {
content: none;
}
@media (min-width: 600px) {
.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after,
.show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after,
.edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after {
content: attr(aria-label);
}
}
.edit-post-header__dropdown .components-menu-item__button.components-menu-item__button,
.edit-post-header__dropdown .components-button.editor-history__undo,
.edit-post-header__dropdown .components-button.editor-history__redo,
.edit-post-header__dropdown .table-of-contents .components-button,
.edit-post-header__dropdown .components-button.block-editor-list-view {
margin: 0;
padding: 6px 6px 6px 40px;
width: 14.625rem;
text-align: left;
justify-content: flex-start;
}
.show-icon-labels.interface-pinned-items {
padding: 6px 12px 12px;
margin-top: 0;
margin-bottom: 0;
margin-left: -12px;
margin-right: -12px;
border-bottom: 1px solid #ccc;
display: block;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon {
margin: 0;
padding: 6px 6px 6px 8px;
width: 14.625rem;
justify-content: flex-start;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=true] svg {
display: block;
max-width: 24px;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=false] {
padding-left: 40px;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon svg {
margin-right: 8px;
}
.edit-post-fullscreen-mode-close.has-icon {
display: none;
}
@media (min-width: 782px) {
.edit-post-fullscreen-mode-close.has-icon {
display: flex;
align-items: center;
align-self: stretch;
border: none;
background: #1e1e1e;
color: #fff;
border-radius: 0;
height: 61px;
width: 60px;
position: relative;
margin-bottom: -1px;
}
.edit-post-fullscreen-mode-close.has-icon:active {
color: #fff;
}
.edit-post-fullscreen-mode-close.has-icon:focus {
box-shadow: none;
}
.edit-post-fullscreen-mode-close.has-icon::before {
transition: box-shadow 0.1s ease;
content: "";
display: block;
position: absolute;
top: 9px;
right: 9px;
bottom: 9px;
left: 9px;
border-radius: 4px;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e;
}
}
@media (min-width: 782px) and (prefers-reduced-motion: reduce) {
.edit-post-fullscreen-mode-close.has-icon::before {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 782px) {
.edit-post-fullscreen-mode-close.has-icon:hover::before {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #757575;
}
}
@media (min-width: 782px) {
.edit-post-fullscreen-mode-close.has-icon:focus::before {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) rgba(255, 255, 255, 0.1), inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
}
.edit-post-fullscreen-mode-close.has-icon .edit-post-fullscreen-mode-close_site-icon {
width: 36px;
height: 36px;
border-radius: 2px;
-o-object-fit: cover;
object-fit: cover;
margin-top: -1px;
}
.edit-post-header-toolbar {
display: inline-flex;
flex-grow: 1;
align-items: center;
border: none;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button {
display: none;
}
@media (min-width: 600px) {
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button {
display: inline-flex;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle {
display: inline-flex;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle svg {
transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
@media (prefers-reduced-motion: reduce) {
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle svg {
transition-duration: 0s;
transition-delay: 0s;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.is-pressed svg {
transform: rotate(45deg);
}
.edit-post-header-toolbar .block-editor-list-view {
display: none;
}
@media (min-width: 600px) {
.edit-post-header-toolbar .block-editor-list-view {
display: flex;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon,
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon {
height: 36px;
min-width: 36px;
padding: 6px;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon.is-pressed,
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon.is-pressed {
background: #1e1e1e;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon:focus:not(:disabled),
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon:focus:not(:disabled) {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
outline: 1px solid transparent;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon::before,
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon::before {
display: none;
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button,
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] {
transition: opacity 0.1s linear;
}
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button,
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] {
opacity: 0;
}
}
.edit-post-header-toolbar__left {
display: inline-flex;
align-items: center;
padding-left: 8px;
}
@media (min-width: 600px) {
.edit-post-header-toolbar__left {
padding-left: 24px;
}
}
@media (min-width: 1280px) {
.edit-post-header-toolbar__left {
padding-right: 8px;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-icon {
margin-right: 8px;
min-width: 32px;
width: 32px;
height: 32px;
padding: 0;
}
.show-icon-labels .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-icon {
height: 36px;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-text.has-icon {
width: auto;
padding: 0 8px;
}
.show-icon-labels .edit-post-header-toolbar__left > * + * {
margin-left: 8px;
}
.edit-post-more-menu {
margin-left: -4px;
}
.edit-post-more-menu .components-button {
width: auto;
padding: 0 2px;
}
@media (min-width: 600px) {
.edit-post-more-menu {
margin-left: 0;
}
.edit-post-more-menu .components-button {
padding: 0 4px;
}
}
.edit-post-more-menu__content .components-popover__content {
min-width: 280px;
}
@media (min-width: 480px) {
.edit-post-more-menu__content .components-popover__content {
width: auto;
max-width: 480px;
}
}
.edit-post-more-menu__content .components-popover__content .components-dropdown-menu__menu {
padding: 0;
}
.components-popover.edit-post-more-menu__content {
z-index: 99998;
}
.edit-post-template-top-area {
display: flex;
flex-direction: column;
align-content: space-between;
width: 100%;
align-items: center;
}
.edit-post-template-top-area .edit-post-template-title,
.edit-post-template-top-area .edit-post-template-post-title {
padding: 0;
text-decoration: none;
height: auto;
}
.edit-post-template-top-area .edit-post-template-title::before,
.edit-post-template-top-area .edit-post-template-post-title::before {
height: 100%;
}
.edit-post-template-top-area .edit-post-template-title.has-icon svg,
.edit-post-template-top-area .edit-post-template-post-title.has-icon svg {
order: 1;
margin-right: 0;
}
.edit-post-template-top-area .edit-post-template-title {
color: #1e1e1e;
}
.edit-post-template-top-area .edit-post-template-post-title {
margin-top: 4px;
max-width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.edit-post-template-top-area .edit-post-template-post-title::before {
left: 0;
right: 0;
}
@media (min-width: 1080px) {
.edit-post-template-top-area .edit-post-template-post-title {
max-width: none;
}
}
.edit-post-template-top-area__popover .components-popover__content {
min-width: 280px;
padding: 8px;
}
.edit-post-template-top-area__popover .edit-post-template-details__description {
color: #757575;
}
.edit-post-template-top-area__second-menu-group {
margin-left: -16px;
margin-right: -16px;
padding: 16px;
padding-bottom: 0;
border-top: 1px solid #ddd;
}
.edit-post-template-top-area__second-menu-group .edit-post-template-top-area__delete-template-button {
display: flex;
justify-content: center;
}
.edit-post-template-top-area__second-menu-group .edit-post-template-top-area__delete-template-button .components-menu-item__item {
margin-right: 0;
min-width: 0;
}
.edit-post-keyboard-shortcut-help-modal__section {
margin: 0 0 2rem 0;
}
.edit-post-keyboard-shortcut-help-modal__main-shortcuts .edit-post-keyboard-shortcut-help-modal__shortcut-list {
margin-top: -25px;
}
.edit-post-keyboard-shortcut-help-modal__section-title {
font-size: 0.9rem;
font-weight: 600;
}
.edit-post-keyboard-shortcut-help-modal__shortcut {
display: flex;
align-items: baseline;
padding: 0.6rem 0;
border-top: 1px solid #ddd;
margin-bottom: 0;
}
.edit-post-keyboard-shortcut-help-modal__shortcut:last-child {
border-bottom: 1px solid #ddd;
}
.edit-post-keyboard-shortcut-help-modal__shortcut:empty {
display: none;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-term {
font-weight: 600;
margin: 0 0 0 1rem;
text-align: right;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-description {
flex: 1;
margin: 0;
flex-basis: auto;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key-combination {
display: block;
background: none;
margin: 0;
padding: 0;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key-combination + .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination {
margin-top: 10px;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key {
padding: 0.25rem 0.5rem;
border-radius: 8%;
margin: 0 0.2rem 0 0.2rem;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key:last-child {
margin: 0 0 0 0.2rem;
}
.edit-post-layout__metaboxes {
flex-shrink: 0;
clear: both;
}
.edit-post-layout .components-editor-notices__snackbar {
position: fixed;
right: 0;
bottom: 40px;
padding-left: 16px;
padding-right: 16px;
}
.edit-post-layout .components-editor-notices__snackbar {
/* Set left position when auto-fold is not on the body element. */
left: 0;
}
@media (min-width: 783px) {
.edit-post-layout .components-editor-notices__snackbar {
left: 160px;
}
}
.auto-fold .edit-post-layout .components-editor-notices__snackbar {
/* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
}
@media (min-width: 783px) {
.auto-fold .edit-post-layout .components-editor-notices__snackbar {
left: 36px;
}
}
@media (min-width: 961px) {
.auto-fold .edit-post-layout .components-editor-notices__snackbar {
left: 160px;
}
}
/* Sidebar manually collapsed. */
.folded .edit-post-layout .components-editor-notices__snackbar {
left: 0;
}
@media (min-width: 783px) {
.folded .edit-post-layout .components-editor-notices__snackbar {
left: 36px;
}
}
body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
left: 0 !important;
}
.edit-post-layout .editor-post-publish-panel {
position: fixed;
z-index: 100001;
top: 46px;
bottom: 0;
right: 0;
left: 0;
overflow: auto;
}
@media (min-width: 782px) {
.edit-post-layout .editor-post-publish-panel {
z-index: 99998;
top: 32px;
left: auto;
width: 281px;
border-left: 1px solid #ddd;
transform: translateX(100%);
animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards;
}
}
@media (min-width: 782px) and (prefers-reduced-motion: reduce) {
.edit-post-layout .editor-post-publish-panel {
animation-duration: 1ms;
animation-delay: 0s;
}
}
@media (min-width: 782px) {
body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel {
top: 0;
}
}
@media (min-width: 782px) {
[role=region]:focus .edit-post-layout .editor-post-publish-panel {
transform: translateX(0%);
}
}
@keyframes edit-post-post-publish-panel__slide-in-animation {
100% {
transform: translateX(0%);
}
}
.edit-post-layout .editor-post-publish-panel__header-publish-button {
justify-content: center;
}
.edit-post-layout__toggle-publish-panel,
.edit-post-layout__toggle-sidebar-panel,
.edit-post-layout__toggle-entities-saved-states-panel {
z-index: 100000;
position: fixed !important;
top: -9999em;
bottom: auto;
left: auto;
right: 0;
width: 280px;
background-color: #fff;
border: 1px dotted #ddd;
height: auto !important;
padding: 24px;
display: flex;
justify-content: center;
}
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel,
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-sidebar-panel,
.interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-sidebar-panel,
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel,
.interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel {
top: auto;
bottom: 0;
}
.edit-post-block-manager__no-results {
font-style: italic;
padding: 24px 0;
text-align: center;
}
.edit-post-block-manager__search {
margin: 16px 0;
}
.edit-post-block-manager__disabled-blocks-count {
border: 1px solid #ddd;
border-width: 1px 0;
box-shadow: -32px 0 0 0 #fff, 32px 0 0 0 #fff;
padding: 8px;
background-color: #fff;
text-align: center;
font-style: italic;
position: sticky;
top: -1px;
z-index: 2;
}
.edit-post-block-manager__disabled-blocks-count ~ .edit-post-block-manager__results .edit-post-block-manager__category-title {
top: 35px;
}
.edit-post-block-manager__category {
margin: 0 0 24px 0;
}
.edit-post-block-manager__category-title {
position: sticky;
top: 0;
padding: 16px 0;
background-color: #fff;
z-index: 1;
}
.edit-post-block-manager__category-title .components-checkbox-control__label {
font-weight: 600;
}
.edit-post-block-manager__show-all {
margin-right: 8px;
}
.edit-post-block-manager__checklist {
margin-top: 0;
}
.edit-post-block-manager__category-title,
.edit-post-block-manager__checklist-item {
border-bottom: 1px solid #ddd;
}
.edit-post-block-manager__category-title .components-base-control__field,
.edit-post-block-manager__checklist-item .components-base-control__field {
align-items: center;
display: flex;
margin: 0;
}
.edit-post-block-manager__checklist-item {
margin-bottom: 0;
padding-left: 16px;
}
.components-modal__content .edit-post-block-manager__checklist-item.components-checkbox-control__input-container {
margin: 0 8px;
}
.edit-post-block-manager__checklist-item .components-checkbox-control__label {
display: flex;
align-items: center;
justify-content: space-between;
flex-grow: 1;
padding: 8px 0;
}
.edit-post-block-manager__checklist-item .block-editor-block-icon {
margin-right: 10px;
fill: #1e1e1e;
}
.edit-post-block-manager__results {
border-top: 1px solid #ddd;
}
.edit-post-block-manager__disabled-blocks-count + .edit-post-block-manager__results {
border-top-width: 0;
}
.edit-post-meta-boxes-area {
position: relative;
/**
* The wordpress default for most meta-box elements is content-box. Some
* elements such as textarea and input are set to border-box in forms.css.
* These elements therefore specifically set back to border-box here, while
* other elements (such as .button) are unaffected by Gutenberg's style
* because of their higher specificity.
*/
/* Match width and positioning of the meta boxes. Override default styles. */
/* Override Default meta box stylings */
}
.edit-post-meta-boxes-area__container,
.edit-post-meta-boxes-area .inside {
box-sizing: content-box;
}
.edit-post-meta-boxes-area textarea,
.edit-post-meta-boxes-area input {
box-sizing: border-box;
}
.edit-post-meta-boxes-area .postbox-header {
border-top: 1px solid #ddd;
border-bottom: 0;
}
.edit-post-meta-boxes-area #poststuff {
margin: 0 auto;
padding-top: 0;
min-width: auto;
}
.edit-post-meta-boxes-area #poststuff h3.hndle,
.edit-post-meta-boxes-area #poststuff .stuffbox > h3,
.edit-post-meta-boxes-area #poststuff h2.hndle {
/* WordPress selectors yolo */
box-sizing: border-box;
color: inherit;
font-weight: 600;
outline: none;
padding: 0 24px;
position: relative;
width: 100%;
}
.edit-post-meta-boxes-area .postbox {
border: 0;
color: inherit;
margin-bottom: 0;
}
.edit-post-meta-boxes-area .postbox > .inside {
color: inherit;
padding: 0 24px 24px;
margin: 0;
}
.edit-post-meta-boxes-area .postbox .handlediv {
height: 44px;
width: 44px;
}
.edit-post-meta-boxes-area.is-loading::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background: transparent;
z-index: 1;
}
.edit-post-meta-boxes-area .components-spinner {
position: absolute;
top: 10px;
right: 20px;
z-index: 5;
}
.edit-post-meta-boxes-area .is-hidden {
display: none;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
border: 1px solid #757575;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
background: #fff;
border-color: #757575;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before {
margin: -3px -4px;
}
.edit-post-meta-boxes-area__clear {
clear: both;
}
@media (min-width: 600px) {
.edit-post-preferences-modal {
width: calc(100% - 32px);
height: calc(100% - 120px);
}
}
@media (min-width: 782px) {
.edit-post-preferences-modal {
width: 750px;
}
}
@media (min-width: 960px) {
.edit-post-preferences-modal {
height: 70%;
}
}
@media (max-width: 781px) {
.edit-post-preferences-modal .components-modal__content {
padding: 0;
}
.edit-post-preferences-modal .components-modal__content::before {
content: none;
}
.edit-post-preferences-modal .components-navigator-provider {
height: 100%;
}
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs {
position: absolute;
top: 84px;
left: 16px;
width: 160px;
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
border-radius: 2px;
font-weight: 400;
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active {
background: #f0f0f0;
box-shadow: none;
font-weight: 500;
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled) {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tab-content {
padding-left: 24px;
margin-left: 160px;
}
.edit-post-preferences-modal__section {
margin: 0 0 2.5rem 0;
}
.edit-post-preferences-modal__section:last-child {
margin: 0;
}
.edit-post-preferences-modal__section-title {
font-size: 0.9rem;
font-weight: 600;
margin-top: 0;
}
.edit-post-preferences-modal__option .components-base-control .components-base-control__field {
align-items: center;
display: flex;
margin-bottom: 0;
}
.edit-post-preferences-modal__option .components-base-control .components-base-control__field > label {
flex-grow: 1;
padding: 0.6rem 0 0.6rem 10px;
}
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button {
margin: 0 0 0.6rem 48px;
}
@media (min-width: 782px) {
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button {
margin-left: 38px;
}
}
@media (min-width: 600px) {
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button {
max-width: 300px;
}
}
.edit-post-preferences-modal .components-base-control__help {
margin: -8px 0 8px 58px;
font-size: 12px;
font-style: normal;
color: #757575;
}
.edit-post-preferences-modal .edit-post-preferences-modal__section-description {
margin: -8px 0 8px 0;
font-size: 12px;
font-style: normal;
color: #757575;
}
.edit-post-editor__inserter-panel,
.edit-post-editor__list-view-panel {
height: 100%;
display: flex;
flex-direction: column;
}
.edit-post-editor__list-view-panel {
min-width: 350px;
}
.edit-post-editor__inserter-panel-header {
padding-top: 8px;
padding-right: 8px;
display: flex;
justify-content: flex-end;
}
@media (min-width: 782px) {
.edit-post-editor__inserter-panel-header {
display: none;
}
}
.edit-post-editor__inserter-panel-content,
.edit-post-editor__list-view-panel-content {
height: calc(100% - 36px - 8px);
}
@media (min-width: 782px) {
.edit-post-editor__inserter-panel-content {
height: 100%;
}
}
.edit-post-editor__list-view-panel-header {
align-items: center;
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
height: 48px;
padding-left: 16px;
padding-right: 4px;
}
.edit-post-editor__list-view-panel-content {
overflow-y: auto;
padding: 8px 6px;
}
.components-panel__header.edit-post-sidebar__panel-tabs {
justify-content: flex-start;
padding-left: 0;
padding-right: 16px;
border-top: 0;
margin-top: 0;
}
.components-panel__header.edit-post-sidebar__panel-tabs ul {
display: flex;
}
.components-panel__header.edit-post-sidebar__panel-tabs li {
margin: 0;
}
.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
display: none;
margin: 0 0 0 auto;
padding: 0;
min-width: 24px;
height: 24px;
}
@media (min-width: 782px) {
.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
display: flex;
}
}
.components-panel__body.is-opened.edit-post-last-revision__panel {
padding: 0;
height: 48px;
}
.editor-post-last-revision__title.components-button {
padding: 16px;
}
.editor-post-author__select {
margin: -5px 0;
width: 100%;
}
@supports (position: sticky) {
.editor-post-author__select {
width: auto;
}
}
.edit-post-post-link__link-post-name {
font-weight: 600;
}
.edit-post-post-link__preview-label {
font-weight: 400;
margin: 0;
}
.edit-post-post-link__link {
text-align: left;
word-wrap: break-word;
display: block;
}
/* rtl:begin:ignore */
.edit-post-post-link__preview-link-container {
direction: ltr;
}
/* rtl:end:ignore */
.edit-post-post-schedule {
width: 100%;
position: relative;
justify-content: left;
}
.edit-post-post-schedule span {
display: block;
width: 45%;
}
.components-button.edit-post-post-schedule__toggle {
text-align: right;
}
.edit-post-post-schedule__dialog .components-popover__content > div {
padding: 0;
}
.editor-post-slug__input {
margin: -5px 0;
padding: 2px;
}
.edit-post-post-status .edit-post-post-publish-dropdown__switch-to-draft {
margin-top: 15px;
width: 100%;
text-align: center;
}
.edit-post-post-visibility {
width: 100%;
justify-content: left;
}
.edit-post-post-visibility span {
display: block;
width: 45%;
}
@media (min-width: 782px) {
.edit-post-post-visibility__dialog .components-popover__content {
width: 257px;
}
}
.edit-post-post-visibility__dialog-legend {
font-weight: 600;
}
.edit-post-post-visibility__choice {
margin: 10px 0;
}
.edit-post-post-visibility__dialog-radio,
.edit-post-post-visibility__dialog-label {
vertical-align: top;
}
.edit-post-post-visibility__dialog-password-input {
width: calc(100% - 20px);
margin-left: 20px;
}
.edit-post-post-visibility__dialog-info {
color: #757575;
padding-left: 20px;
font-style: italic;
margin: 4px 0 0;
line-height: 1.4;
}
.components-button.edit-post-sidebar__panel-tab {
border-radius: 0;
height: 48px;
background: transparent;
border: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
padding: 3px 15px;
margin-left: 0;
font-weight: 500;
}
.components-button.edit-post-sidebar__panel-tab::after {
content: attr(data-label);
display: block;
font-weight: 600;
height: 0;
overflow: hidden;
speak: none;
visibility: hidden;
}
.components-button.edit-post-sidebar__panel-tab.is-active {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color);
position: relative;
z-index: 1;
}
.components-button.edit-post-sidebar__panel-tab.is-active::before {
content: "";
position: absolute;
top: 0;
bottom: 1px;
right: 0;
left: 0;
border-bottom: 4px solid transparent;
}
.components-button.edit-post-sidebar__panel-tab:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
position: relative;
z-index: 1;
}
.components-button.edit-post-sidebar__panel-tab.is-active:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color);
}
@media (min-width: 782px) {
.edit-post-template__modal .components-base-control {
width: 320px;
}
}
.edit-post-template__modal .components-modal__header {
border-bottom: none;
}
.edit-post-template__modal .components-modal__content::before {
margin-bottom: 4px;
}
.edit-post-template__modal-actions {
margin-top: 12px;
}
.edit-post-template-modal__tip {
padding: 16px 24px;
background: #f0f0f0;
border-radius: 2px;
}
@media (min-width: 782px) {
.edit-post-template-modal__tip {
width: 240px;
}
}
.edit-post-template__actions button:not(:last-child) {
margin-right: 8px;
}
h2.edit-post-template-summary__title {
line-height: 24px;
margin: 0 0 4px;
font-weight: 500;
}
.edit-post-text-editor {
position: relative;
width: 100%;
background-color: #fff;
flex-grow: 1;
}
.edit-post-text-editor .editor-post-title {
max-width: none;
line-height: 1.4;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 2.5em;
font-weight: normal;
border: 1px solid #949494;
padding: 16px;
}
@media (min-width: 600px) {
.edit-post-text-editor .editor-post-title {
padding: 24px;
}
}
.edit-post-text-editor .editor-post-title:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.edit-post-text-editor__body {
width: 100%;
padding: 0 12px 12px 12px;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 960px) {
.edit-post-text-editor__body {
padding: 16px 24px 96px 24px;
padding: 0 24px 24px 24px;
}
}
.edit-post-text-editor__toolbar {
position: sticky;
z-index: 1;
top: 0;
left: 0;
right: 0;
display: flex;
background: rgba(255, 255, 255, 0.8);
padding: 4px 12px;
}
@media (min-width: 600px) {
.edit-post-text-editor__toolbar {
padding: 12px;
}
}
@media (min-width: 960px) {
.edit-post-text-editor__toolbar {
padding: 12px 24px;
}
}
.edit-post-text-editor__toolbar h2 {
line-height: 36px;
margin: 0 auto 0 0;
font-size: 13px;
color: #1e1e1e;
}
.edit-post-text-editor__toolbar .components-button svg {
order: 1;
}
.edit-post-visual-editor {
position: relative;
display: flex;
flex-flow: column;
background-color: #2f2f2f;
flex: 1 0 auto;
}
.edit-post-visual-editor .components-button {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
padding: 6px 12px;
}
.edit-post-visual-editor .components-button.is-tertiary, .edit-post-visual-editor .components-button.has-icon {
padding: 6px;
}
.edit-post-visual-editor__post-title-wrapper {
margin-top: 4rem;
margin-bottom: var(--wp--style--block-gap);
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title {
margin-left: auto;
margin-right: auto;
}
.edit-post-visual-editor__exit-template-mode {
position: absolute;
top: 8px;
left: 8px;
color: #fff;
}
.edit-post-visual-editor__exit-template-mode:active:not([aria-disabled=true]), .edit-post-visual-editor__exit-template-mode:focus:not([aria-disabled=true]), .edit-post-visual-editor__exit-template-mode:hover {
color: #f0f0f0;
}
.edit-post-visual-editor__content-area {
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-grow: 1;
}
.edit-post-welcome-guide {
width: 312px;
}
.edit-post-welcome-guide__image {
background: #00a0d2;
margin: 0 0 16px;
}
.edit-post-welcome-guide__image > img {
display: block;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edit-post-welcome-guide__heading {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 24px;
line-height: 1.4;
margin: 16px 0 16px 0;
padding: 0 32px;
}
.edit-post-welcome-guide__text {
font-size: 13px;
line-height: 1.4;
margin: 0 0 24px 0;
padding: 0 32px;
}
.edit-post-welcome-guide__inserter-icon {
margin: 0 4px;
vertical-align: text-top;
}
/**
* Animations
*/
@keyframes edit-post__fade-in-animation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
html.wp-toolbar {
background: #fff;
}
body.block-editor-page {
background: #fff;
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
}
body.block-editor-page #wpcontent {
padding-left: 0;
}
body.block-editor-page #wpbody-content {
padding-bottom: 0;
}
body.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) {
display: none;
}
body.block-editor-page #wpfooter {
display: none;
}
body.block-editor-page .a11y-speak-region {
left: -1px;
top: -1px;
}
body.block-editor-page ul#adminmenu a.wp-has-current-submenu::after,
body.block-editor-page ul#adminmenu > li.current > a.current::after {
border-right-color: #fff;
}
body.block-editor-page .media-frame select.attachment-filters:last-of-type {
width: auto;
max-width: 100%;
}
.block-editor-page #wpwrap {
overflow-y: auto;
}
@media (min-width: 782px) {
.block-editor-page #wpwrap {
overflow-y: initial;
}
}
.edit-post-header,
.edit-post-visual-editor,
.edit-post-text-editor,
.edit-post-sidebar,
.editor-post-publish-panel,
.components-popover,
.components-modal__frame,
.edit-post-editor__inserter-panel {
box-sizing: border-box;
}
.edit-post-header *,
.edit-post-header *::before,
.edit-post-header *::after,
.edit-post-visual-editor *,
.edit-post-visual-editor *::before,
.edit-post-visual-editor *::after,
.edit-post-text-editor *,
.edit-post-text-editor *::before,
.edit-post-text-editor *::after,
.edit-post-sidebar *,
.edit-post-sidebar *::before,
.edit-post-sidebar *::after,
.editor-post-publish-panel *,
.editor-post-publish-panel *::before,
.editor-post-publish-panel *::after,
.components-popover *,
.components-popover *::before,
.components-popover *::after,
.components-modal__frame *,
.components-modal__frame *::before,
.components-modal__frame *::after,
.edit-post-editor__inserter-panel *,
.edit-post-editor__inserter-panel *::before,
.edit-post-editor__inserter-panel *::after {
box-sizing: inherit;
}
@media (min-width: 600px) {
.block-editor__container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
min-height: calc(100vh - 46px);
}
}
@media (min-width: 782px) {
.block-editor__container {
min-height: calc(100vh - 32px);
}
body.is-fullscreen-mode .block-editor__container {
min-height: 100vh;
}
}
.block-editor__container img {
max-width: 100%;
height: auto;
}
.block-editor__container iframe {
width: 100%;
}
body.admin-color-light {
--wp-admin-theme-color: #0085ba;
--wp-admin-theme-color--rgb: 0, 133, 186;
--wp-admin-theme-color-darker-10: #0073a1;
--wp-admin-theme-color-darker-10--rgb: 0, 115, 161;
--wp-admin-theme-color-darker-20: #006187;
--wp-admin-theme-color-darker-20--rgb: 0, 97, 135;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-light {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-modern {
--wp-admin-theme-color: #3858e9;
--wp-admin-theme-color--rgb: 56, 88, 233;
--wp-admin-theme-color-darker-10: #2145e6;
--wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
--wp-admin-theme-color-darker-20: #183ad6;
--wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-modern {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-blue {
--wp-admin-theme-color: #096484;
--wp-admin-theme-color--rgb: 9, 100, 132;
--wp-admin-theme-color-darker-10: #07526c;
--wp-admin-theme-color-darker-10--rgb: 7, 82, 108;
--wp-admin-theme-color-darker-20: #064054;
--wp-admin-theme-color-darker-20--rgb: 6, 64, 84;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-blue {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-coffee {
--wp-admin-theme-color: #46403c;
--wp-admin-theme-color--rgb: 70, 64, 60;
--wp-admin-theme-color-darker-10: #383330;
--wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
--wp-admin-theme-color-darker-20: #2b2724;
--wp-admin-theme-color-darker-20--rgb: 43, 39, 36;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-coffee {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ectoplasm {
--wp-admin-theme-color: #523f6d;
--wp-admin-theme-color--rgb: 82, 63, 109;
--wp-admin-theme-color-darker-10: #46365d;
--wp-admin-theme-color-darker-10--rgb: 70, 54, 93;
--wp-admin-theme-color-darker-20: #3a2c4d;
--wp-admin-theme-color-darker-20--rgb: 58, 44, 77;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ectoplasm {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-midnight {
--wp-admin-theme-color: #e14d43;
--wp-admin-theme-color--rgb: 225, 77, 67;
--wp-admin-theme-color-darker-10: #dd382d;
--wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
--wp-admin-theme-color-darker-20: #d02c21;
--wp-admin-theme-color-darker-20--rgb: 208, 44, 33;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-midnight {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ocean {
--wp-admin-theme-color: #627c83;
--wp-admin-theme-color--rgb: 98, 124, 131;
--wp-admin-theme-color-darker-10: #576e74;
--wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
--wp-admin-theme-color-darker-20: #4c6066;
--wp-admin-theme-color-darker-20--rgb: 76, 96, 102;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ocean {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-sunrise {
--wp-admin-theme-color: #dd823b;
--wp-admin-theme-color--rgb: 221, 130, 59;
--wp-admin-theme-color-darker-10: #d97426;
--wp-admin-theme-color-darker-10--rgb: 217, 116, 38;
--wp-admin-theme-color-darker-20: #c36922;
--wp-admin-theme-color-darker-20--rgb: 195, 105, 34;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-sunrise {
--wp-admin-border-width-focus: 1.5px;
}
} | wp-app/wp-includes/css/dist/edit-post/style.css | * Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color--rgb: 0, 124, 186;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
.components-panel__header.interface-complementary-area-header__small {
background: #fff;
padding-right: 4px;
}
.components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
@media (min-width: 782px) {
.components-panel__header.interface-complementary-area-header__small {
display: none;
}
}
.interface-complementary-area-header {
background: #fff;
padding-right: 4px;
}
.interface-complementary-area-header .components-button.has-icon {
display: none;
margin-left: auto;
}
.interface-complementary-area-header .components-button.has-icon ~ .components-button {
margin-left: 0;
}
@media (min-width: 782px) {
.interface-complementary-area-header .components-button.has-icon {
display: flex;
}
}
@media (min-width: 782px) {
.components-panel__header + .interface-complementary-area-header {
margin-top: 0;
}
}
.interface-complementary-area {
background: #fff;
color: #1e1e1e;
}
@media (min-width: 600px) {
.interface-complementary-area {
-webkit-overflow-scrolling: touch;
}
}
@media (min-width: 782px) {
.interface-complementary-area {
width: 280px;
}
}
.interface-complementary-area .components-panel {
border: none;
position: relative;
z-index: 0;
}
.interface-complementary-area .components-panel__header {
position: sticky;
top: 0;
z-index: 1;
}
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
top: 48px;
}
@media (min-width: 782px) {
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
top: 0;
}
}
.interface-complementary-area p {
margin-top: 0;
}
.interface-complementary-area h2 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.interface-complementary-area h3 {
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.interface-complementary-area hr {
border-top: none;
border-bottom: 1px solid #f0f0f0;
margin: 1.5em 0;
}
.interface-complementary-area div.components-toolbar-group,
.interface-complementary-area div.components-toolbar {
box-shadow: none;
margin-bottom: 1.5em;
}
.interface-complementary-area div.components-toolbar-group:last-child,
.interface-complementary-area div.components-toolbar:last-child {
margin-bottom: 0;
}
.interface-complementary-area .block-editor-skip-to-selected-block:focus {
top: auto;
right: 10px;
bottom: 10px;
left: auto;
}
@media (min-width: 782px) {
body.js.is-fullscreen-mode {
margin-top: -32px;
height: calc(100% + 32px);
}
body.js.is-fullscreen-mode #adminmenumain,
body.js.is-fullscreen-mode #wpadminbar {
display: none;
}
body.js.is-fullscreen-mode #wpcontent,
body.js.is-fullscreen-mode #wpfooter {
margin-left: 0;
}
}
html.interface-interface-skeleton__html-container {
position: fixed;
width: 100%;
}
@media (min-width: 782px) {
html.interface-interface-skeleton__html-container {
position: initial;
width: initial;
}
}
.interface-interface-skeleton {
display: flex;
flex-direction: row;
height: auto;
max-height: 100%;
position: fixed;
top: 46px;
left: 0;
right: 0;
bottom: 0;
}
@media (min-width: 783px) {
.interface-interface-skeleton {
top: 32px;
}
.is-fullscreen-mode .interface-interface-skeleton {
top: 0;
}
}
.interface-interface-skeleton__editor {
display: flex;
flex-direction: column;
flex: 0 1 100%;
overflow: hidden;
}
.interface-interface-skeleton {
/* Set left position when auto-fold is not on the body element. */
left: 0;
}
@media (min-width: 783px) {
.interface-interface-skeleton {
left: 160px;
}
}
.auto-fold .interface-interface-skeleton {
/* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
}
@media (min-width: 783px) {
.auto-fold .interface-interface-skeleton {
left: 36px;
}
}
@media (min-width: 961px) {
.auto-fold .interface-interface-skeleton {
left: 160px;
}
}
/* Sidebar manually collapsed. */
.folded .interface-interface-skeleton {
left: 0;
}
@media (min-width: 783px) {
.folded .interface-interface-skeleton {
left: 36px;
}
}
body.is-fullscreen-mode .interface-interface-skeleton {
left: 0 !important;
}
.interface-interface-skeleton__body {
flex-grow: 1;
display: flex;
overflow: auto;
overscroll-behavior-y: none;
}
@media (min-width: 782px) {
.has-footer .interface-interface-skeleton__body {
padding-bottom: 25px;
}
}
.interface-interface-skeleton__content {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow: auto;
z-index: 20;
}
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
display: block;
flex-shrink: 0;
position: absolute;
z-index: 100000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
color: #1e1e1e;
}
@media (min-width: 782px) {
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
position: relative !important;
z-index: 90;
width: auto;
}
}
.interface-interface-skeleton__sidebar {
overflow: auto;
}
@media (min-width: 782px) {
.interface-interface-skeleton__sidebar {
border-left: 1px solid #e0e0e0;
}
}
@media (min-width: 782px) {
.interface-interface-skeleton__secondary-sidebar {
border-right: 1px solid #e0e0e0;
}
}
.interface-interface-skeleton__header {
flex-shrink: 0;
height: auto;
border-bottom: 1px solid #e0e0e0;
z-index: 30;
color: #1e1e1e;
}
.interface-interface-skeleton__footer {
height: auto;
flex-shrink: 0;
border-top: 1px solid #e0e0e0;
color: #1e1e1e;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 90;
display: none;
}
@media (min-width: 782px) {
.interface-interface-skeleton__footer {
display: flex;
}
}
.interface-interface-skeleton__footer .block-editor-block-breadcrumb {
z-index: 30;
display: flex;
background: #fff;
height: 24px;
align-items: center;
font-size: 13px;
padding: 0 18px;
}
.interface-interface-skeleton__actions {
z-index: 100000;
position: fixed !important;
top: -9999em;
bottom: auto;
left: auto;
right: 0;
width: 280px;
color: #1e1e1e;
}
.interface-interface-skeleton__actions:focus {
top: auto;
bottom: 0;
}
.interface-more-menu-dropdown {
margin-left: -4px;
}
.interface-more-menu-dropdown .components-button {
width: auto;
padding: 0 2px;
}
@media (min-width: 600px) {
.interface-more-menu-dropdown {
margin-left: 0;
}
.interface-more-menu-dropdown .components-button {
padding: 0 4px;
}
}
.interface-more-menu-dropdown__content .components-popover__content {
min-width: 280px;
}
@media (min-width: 480px) {
.interface-more-menu-dropdown__content .components-popover__content {
width: auto;
max-width: 480px;
}
}
.interface-more-menu-dropdown__content .components-popover__content .components-dropdown-menu__menu {
padding: 0;
}
.components-popover.interface-more-menu-dropdown__content {
z-index: 99998;
}
.interface-pinned-items {
display: flex;
}
.interface-pinned-items .components-button:not(:first-child) {
display: none;
}
@media (min-width: 600px) {
.interface-pinned-items .components-button:not(:first-child) {
display: flex;
}
}
.interface-pinned-items .components-button {
margin-left: 4px;
}
.interface-pinned-items .components-button svg {
max-width: 24px;
max-height: 24px;
}
.edit-post-header {
height: 60px;
background: #fff;
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100vw;
}
@media (min-width: 280px) {
.edit-post-header {
flex-wrap: nowrap;
}
}
.edit-post-header > .edit-post-header__settings {
order: 1;
}
@supports (position: sticky) {
.edit-post-header > .edit-post-header__settings {
order: initial;
}
}
.edit-post-header__toolbar {
display: flex;
flex-grow: 1;
}
.edit-post-header__toolbar .table-of-contents {
display: none;
}
@media (min-width: 600px) {
.edit-post-header__toolbar .table-of-contents {
display: block;
}
}
.edit-post-header__settings {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
padding-right: 4px;
/**
* Buttons in the Toolbar
*/
}
@media (min-width: 600px) {
.edit-post-header__settings {
padding-right: 16px;
}
}
.edit-post-header__settings .editor-post-saved-state,
.edit-post-header__settings .components-button.components-button {
margin-right: 4px;
}
@media (min-width: 600px) {
.edit-post-header__settings .editor-post-saved-state,
.edit-post-header__settings .components-button.components-button {
margin-right: 12px;
}
}
.edit-post-header__settings .editor-post-saved-state,
.edit-post-header__settings .components-button.is-tertiary {
padding: 0 6px;
}
.edit-post-header__settings .edit-post-more-menu .components-button,
.edit-post-header__settings .interface-pinned-items .components-button {
margin-right: 0;
}
.edit-post-header-preview__grouping-external {
display: flex;
position: relative;
padding-bottom: 0;
}
.edit-post-header-preview__button-external {
padding-left: 8px;
margin-right: auto;
width: 100%;
display: flex;
justify-content: flex-start;
}
.edit-post-header-preview__button-external svg {
margin-left: auto;
}
.edit-post-post-preview-dropdown .components-popover__content > div {
padding-bottom: 0;
}
.show-icon-labels.interface-pinned-items .components-button.has-icon,
.show-icon-labels .edit-post-header .components-button.has-icon,
.edit-post-header__dropdown .components-button.has-icon {
width: auto;
}
.show-icon-labels.interface-pinned-items .components-button.has-icon svg,
.show-icon-labels .edit-post-header .components-button.has-icon svg,
.edit-post-header__dropdown .components-button.has-icon svg {
display: none;
}
.show-icon-labels.interface-pinned-items .components-button.has-icon::after,
.show-icon-labels .edit-post-header .components-button.has-icon::after,
.edit-post-header__dropdown .components-button.has-icon::after {
content: attr(aria-label);
}
.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true],
.show-icon-labels .edit-post-header .components-button.has-icon[aria-disabled=true],
.edit-post-header__dropdown .components-button.has-icon[aria-disabled=true] {
background-color: transparent;
}
.show-icon-labels.interface-pinned-items .is-tertiary:active,
.show-icon-labels .edit-post-header .is-tertiary:active,
.edit-post-header__dropdown .is-tertiary:active {
box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
background-color: transparent;
}
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon svg,
.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg,
.show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon svg,
.show-icon-labels .edit-post-header .components-button.has-icon.button-toggle svg,
.edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon svg,
.edit-post-header__dropdown .components-button.has-icon.button-toggle svg {
display: block;
}
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon::after,
.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after,
.show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon::after,
.show-icon-labels .edit-post-header .components-button.has-icon.button-toggle::after,
.edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon::after,
.edit-post-header__dropdown .components-button.has-icon.button-toggle::after {
content: none;
}
.show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon,
.show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon,
.edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon {
width: 60px;
}
.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
.show-icon-labels .edit-post-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
.edit-post-header__dropdown .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon {
display: block;
}
.show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
.show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels .edit-post-header .interface-pinned-items .components-button,
.edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.edit-post-header__dropdown .interface-pinned-items .components-button {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 600px) {
.show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
.show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.show-icon-labels .edit-post-header .interface-pinned-items .components-button,
.edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.edit-post-header__dropdown .interface-pinned-items .components-button {
padding-left: 12px;
padding-right: 12px;
}
}
.show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle,
.show-icon-labels .edit-post-header .components-dropdown-menu__toggle,
.edit-post-header__dropdown .components-dropdown-menu__toggle {
margin-left: 8px;
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 600px) {
.show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle,
.show-icon-labels .edit-post-header .components-dropdown-menu__toggle,
.edit-post-header__dropdown .components-dropdown-menu__toggle {
margin-left: 12px;
padding-left: 12px;
padding-right: 12px;
}
}
.show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after,
.show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after,
.edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after {
content: none;
}
.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after,
.show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after,
.edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after {
content: none;
}
@media (min-width: 600px) {
.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after,
.show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after,
.edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after {
content: attr(aria-label);
}
}
.edit-post-header__dropdown .components-menu-item__button.components-menu-item__button,
.edit-post-header__dropdown .components-button.editor-history__undo,
.edit-post-header__dropdown .components-button.editor-history__redo,
.edit-post-header__dropdown .table-of-contents .components-button,
.edit-post-header__dropdown .components-button.block-editor-list-view {
margin: 0;
padding: 6px 6px 6px 40px;
width: 14.625rem;
text-align: left;
justify-content: flex-start;
}
.show-icon-labels.interface-pinned-items {
padding: 6px 12px 12px;
margin-top: 0;
margin-bottom: 0;
margin-left: -12px;
margin-right: -12px;
border-bottom: 1px solid #ccc;
display: block;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon {
margin: 0;
padding: 6px 6px 6px 8px;
width: 14.625rem;
justify-content: flex-start;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=true] svg {
display: block;
max-width: 24px;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=false] {
padding-left: 40px;
}
.show-icon-labels.interface-pinned-items > .components-button.has-icon svg {
margin-right: 8px;
}
.edit-post-fullscreen-mode-close.has-icon {
display: none;
}
@media (min-width: 782px) {
.edit-post-fullscreen-mode-close.has-icon {
display: flex;
align-items: center;
align-self: stretch;
border: none;
background: #1e1e1e;
color: #fff;
border-radius: 0;
height: 61px;
width: 60px;
position: relative;
margin-bottom: -1px;
}
.edit-post-fullscreen-mode-close.has-icon:active {
color: #fff;
}
.edit-post-fullscreen-mode-close.has-icon:focus {
box-shadow: none;
}
.edit-post-fullscreen-mode-close.has-icon::before {
transition: box-shadow 0.1s ease;
content: "";
display: block;
position: absolute;
top: 9px;
right: 9px;
bottom: 9px;
left: 9px;
border-radius: 4px;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e;
}
}
@media (min-width: 782px) and (prefers-reduced-motion: reduce) {
.edit-post-fullscreen-mode-close.has-icon::before {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 782px) {
.edit-post-fullscreen-mode-close.has-icon:hover::before {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #757575;
}
}
@media (min-width: 782px) {
.edit-post-fullscreen-mode-close.has-icon:focus::before {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) rgba(255, 255, 255, 0.1), inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
}
.edit-post-fullscreen-mode-close.has-icon .edit-post-fullscreen-mode-close_site-icon {
width: 36px;
height: 36px;
border-radius: 2px;
-o-object-fit: cover;
object-fit: cover;
margin-top: -1px;
}
.edit-post-header-toolbar {
display: inline-flex;
flex-grow: 1;
align-items: center;
border: none;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button {
display: none;
}
@media (min-width: 600px) {
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button {
display: inline-flex;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle {
display: inline-flex;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle svg {
transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
@media (prefers-reduced-motion: reduce) {
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle svg {
transition-duration: 0s;
transition-delay: 0s;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.is-pressed svg {
transform: rotate(45deg);
}
.edit-post-header-toolbar .block-editor-list-view {
display: none;
}
@media (min-width: 600px) {
.edit-post-header-toolbar .block-editor-list-view {
display: flex;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon,
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon {
height: 36px;
min-width: 36px;
padding: 6px;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon.is-pressed,
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon.is-pressed {
background: #1e1e1e;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon:focus:not(:disabled),
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon:focus:not(:disabled) {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
outline: 1px solid transparent;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon::before,
.edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon::before {
display: none;
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button,
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] {
transition: opacity 0.1s linear;
}
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button,
.edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] {
opacity: 0;
}
}
.edit-post-header-toolbar__left {
display: inline-flex;
align-items: center;
padding-left: 8px;
}
@media (min-width: 600px) {
.edit-post-header-toolbar__left {
padding-left: 24px;
}
}
@media (min-width: 1280px) {
.edit-post-header-toolbar__left {
padding-right: 8px;
}
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-icon {
margin-right: 8px;
min-width: 32px;
width: 32px;
height: 32px;
padding: 0;
}
.show-icon-labels .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-icon {
height: 36px;
}
.edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-text.has-icon {
width: auto;
padding: 0 8px;
}
.show-icon-labels .edit-post-header-toolbar__left > * + * {
margin-left: 8px;
}
.edit-post-more-menu {
margin-left: -4px;
}
.edit-post-more-menu .components-button {
width: auto;
padding: 0 2px;
}
@media (min-width: 600px) {
.edit-post-more-menu {
margin-left: 0;
}
.edit-post-more-menu .components-button {
padding: 0 4px;
}
}
.edit-post-more-menu__content .components-popover__content {
min-width: 280px;
}
@media (min-width: 480px) {
.edit-post-more-menu__content .components-popover__content {
width: auto;
max-width: 480px;
}
}
.edit-post-more-menu__content .components-popover__content .components-dropdown-menu__menu {
padding: 0;
}
.components-popover.edit-post-more-menu__content {
z-index: 99998;
}
.edit-post-template-top-area {
display: flex;
flex-direction: column;
align-content: space-between;
width: 100%;
align-items: center;
}
.edit-post-template-top-area .edit-post-template-title,
.edit-post-template-top-area .edit-post-template-post-title {
padding: 0;
text-decoration: none;
height: auto;
}
.edit-post-template-top-area .edit-post-template-title::before,
.edit-post-template-top-area .edit-post-template-post-title::before {
height: 100%;
}
.edit-post-template-top-area .edit-post-template-title.has-icon svg,
.edit-post-template-top-area .edit-post-template-post-title.has-icon svg {
order: 1;
margin-right: 0;
}
.edit-post-template-top-area .edit-post-template-title {
color: #1e1e1e;
}
.edit-post-template-top-area .edit-post-template-post-title {
margin-top: 4px;
max-width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.edit-post-template-top-area .edit-post-template-post-title::before {
left: 0;
right: 0;
}
@media (min-width: 1080px) {
.edit-post-template-top-area .edit-post-template-post-title {
max-width: none;
}
}
.edit-post-template-top-area__popover .components-popover__content {
min-width: 280px;
padding: 8px;
}
.edit-post-template-top-area__popover .edit-post-template-details__description {
color: #757575;
}
.edit-post-template-top-area__second-menu-group {
margin-left: -16px;
margin-right: -16px;
padding: 16px;
padding-bottom: 0;
border-top: 1px solid #ddd;
}
.edit-post-template-top-area__second-menu-group .edit-post-template-top-area__delete-template-button {
display: flex;
justify-content: center;
}
.edit-post-template-top-area__second-menu-group .edit-post-template-top-area__delete-template-button .components-menu-item__item {
margin-right: 0;
min-width: 0;
}
.edit-post-keyboard-shortcut-help-modal__section {
margin: 0 0 2rem 0;
}
.edit-post-keyboard-shortcut-help-modal__main-shortcuts .edit-post-keyboard-shortcut-help-modal__shortcut-list {
margin-top: -25px;
}
.edit-post-keyboard-shortcut-help-modal__section-title {
font-size: 0.9rem;
font-weight: 600;
}
.edit-post-keyboard-shortcut-help-modal__shortcut {
display: flex;
align-items: baseline;
padding: 0.6rem 0;
border-top: 1px solid #ddd;
margin-bottom: 0;
}
.edit-post-keyboard-shortcut-help-modal__shortcut:last-child {
border-bottom: 1px solid #ddd;
}
.edit-post-keyboard-shortcut-help-modal__shortcut:empty {
display: none;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-term {
font-weight: 600;
margin: 0 0 0 1rem;
text-align: right;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-description {
flex: 1;
margin: 0;
flex-basis: auto;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key-combination {
display: block;
background: none;
margin: 0;
padding: 0;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key-combination + .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination {
margin-top: 10px;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key {
padding: 0.25rem 0.5rem;
border-radius: 8%;
margin: 0 0.2rem 0 0.2rem;
}
.edit-post-keyboard-shortcut-help-modal__shortcut-key:last-child {
margin: 0 0 0 0.2rem;
}
.edit-post-layout__metaboxes {
flex-shrink: 0;
clear: both;
}
.edit-post-layout .components-editor-notices__snackbar {
position: fixed;
right: 0;
bottom: 40px;
padding-left: 16px;
padding-right: 16px;
}
.edit-post-layout .components-editor-notices__snackbar {
/* Set left position when auto-fold is not on the body element. */
left: 0;
}
@media (min-width: 783px) {
.edit-post-layout .components-editor-notices__snackbar {
left: 160px;
}
}
.auto-fold .edit-post-layout .components-editor-notices__snackbar {
/* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
}
@media (min-width: 783px) {
.auto-fold .edit-post-layout .components-editor-notices__snackbar {
left: 36px;
}
}
@media (min-width: 961px) {
.auto-fold .edit-post-layout .components-editor-notices__snackbar {
left: 160px;
}
}
/* Sidebar manually collapsed. */
.folded .edit-post-layout .components-editor-notices__snackbar {
left: 0;
}
@media (min-width: 783px) {
.folded .edit-post-layout .components-editor-notices__snackbar {
left: 36px;
}
}
body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
left: 0 !important;
}
.edit-post-layout .editor-post-publish-panel {
position: fixed;
z-index: 100001;
top: 46px;
bottom: 0;
right: 0;
left: 0;
overflow: auto;
}
@media (min-width: 782px) {
.edit-post-layout .editor-post-publish-panel {
z-index: 99998;
top: 32px;
left: auto;
width: 281px;
border-left: 1px solid #ddd;
transform: translateX(100%);
animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards;
}
}
@media (min-width: 782px) and (prefers-reduced-motion: reduce) {
.edit-post-layout .editor-post-publish-panel {
animation-duration: 1ms;
animation-delay: 0s;
}
}
@media (min-width: 782px) {
body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel {
top: 0;
}
}
@media (min-width: 782px) {
[role=region]:focus .edit-post-layout .editor-post-publish-panel {
transform: translateX(0%);
}
}
@keyframes edit-post-post-publish-panel__slide-in-animation {
100% {
transform: translateX(0%);
}
}
.edit-post-layout .editor-post-publish-panel__header-publish-button {
justify-content: center;
}
.edit-post-layout__toggle-publish-panel,
.edit-post-layout__toggle-sidebar-panel,
.edit-post-layout__toggle-entities-saved-states-panel {
z-index: 100000;
position: fixed !important;
top: -9999em;
bottom: auto;
left: auto;
right: 0;
width: 280px;
background-color: #fff;
border: 1px dotted #ddd;
height: auto !important;
padding: 24px;
display: flex;
justify-content: center;
}
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel,
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-sidebar-panel,
.interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-sidebar-panel,
.interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel,
.interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel {
top: auto;
bottom: 0;
}
.edit-post-block-manager__no-results {
font-style: italic;
padding: 24px 0;
text-align: center;
}
.edit-post-block-manager__search {
margin: 16px 0;
}
.edit-post-block-manager__disabled-blocks-count {
border: 1px solid #ddd;
border-width: 1px 0;
box-shadow: -32px 0 0 0 #fff, 32px 0 0 0 #fff;
padding: 8px;
background-color: #fff;
text-align: center;
font-style: italic;
position: sticky;
top: -1px;
z-index: 2;
}
.edit-post-block-manager__disabled-blocks-count ~ .edit-post-block-manager__results .edit-post-block-manager__category-title {
top: 35px;
}
.edit-post-block-manager__category {
margin: 0 0 24px 0;
}
.edit-post-block-manager__category-title {
position: sticky;
top: 0;
padding: 16px 0;
background-color: #fff;
z-index: 1;
}
.edit-post-block-manager__category-title .components-checkbox-control__label {
font-weight: 600;
}
.edit-post-block-manager__show-all {
margin-right: 8px;
}
.edit-post-block-manager__checklist {
margin-top: 0;
}
.edit-post-block-manager__category-title,
.edit-post-block-manager__checklist-item {
border-bottom: 1px solid #ddd;
}
.edit-post-block-manager__category-title .components-base-control__field,
.edit-post-block-manager__checklist-item .components-base-control__field {
align-items: center;
display: flex;
margin: 0;
}
.edit-post-block-manager__checklist-item {
margin-bottom: 0;
padding-left: 16px;
}
.components-modal__content .edit-post-block-manager__checklist-item.components-checkbox-control__input-container {
margin: 0 8px;
}
.edit-post-block-manager__checklist-item .components-checkbox-control__label {
display: flex;
align-items: center;
justify-content: space-between;
flex-grow: 1;
padding: 8px 0;
}
.edit-post-block-manager__checklist-item .block-editor-block-icon {
margin-right: 10px;
fill: #1e1e1e;
}
.edit-post-block-manager__results {
border-top: 1px solid #ddd;
}
.edit-post-block-manager__disabled-blocks-count + .edit-post-block-manager__results {
border-top-width: 0;
}
.edit-post-meta-boxes-area {
position: relative;
/**
* The wordpress default for most meta-box elements is content-box. Some
* elements such as textarea and input are set to border-box in forms.css.
* These elements therefore specifically set back to border-box here, while
* other elements (such as .button) are unaffected by Gutenberg's style
* because of their higher specificity.
*/
/* Match width and positioning of the meta boxes. Override default styles. */
/* Override Default meta box stylings */
}
.edit-post-meta-boxes-area__container,
.edit-post-meta-boxes-area .inside {
box-sizing: content-box;
}
.edit-post-meta-boxes-area textarea,
.edit-post-meta-boxes-area input {
box-sizing: border-box;
}
.edit-post-meta-boxes-area .postbox-header {
border-top: 1px solid #ddd;
border-bottom: 0;
}
.edit-post-meta-boxes-area #poststuff {
margin: 0 auto;
padding-top: 0;
min-width: auto;
}
.edit-post-meta-boxes-area #poststuff h3.hndle,
.edit-post-meta-boxes-area #poststuff .stuffbox > h3,
.edit-post-meta-boxes-area #poststuff h2.hndle {
/* WordPress selectors yolo */
box-sizing: border-box;
color: inherit;
font-weight: 600;
outline: none;
padding: 0 24px;
position: relative;
width: 100%;
}
.edit-post-meta-boxes-area .postbox {
border: 0;
color: inherit;
margin-bottom: 0;
}
.edit-post-meta-boxes-area .postbox > .inside {
color: inherit;
padding: 0 24px 24px;
margin: 0;
}
.edit-post-meta-boxes-area .postbox .handlediv {
height: 44px;
width: 44px;
}
.edit-post-meta-boxes-area.is-loading::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background: transparent;
z-index: 1;
}
.edit-post-meta-boxes-area .components-spinner {
position: absolute;
top: 10px;
right: 20px;
z-index: 5;
}
.edit-post-meta-boxes-area .is-hidden {
display: none;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
border: 1px solid #757575;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
background: #fff;
border-color: #757575;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before {
margin: -3px -4px;
}
.edit-post-meta-boxes-area__clear {
clear: both;
}
@media (min-width: 600px) {
.edit-post-preferences-modal {
width: calc(100% - 32px);
height: calc(100% - 120px);
}
}
@media (min-width: 782px) {
.edit-post-preferences-modal {
width: 750px;
}
}
@media (min-width: 960px) {
.edit-post-preferences-modal {
height: 70%;
}
}
@media (max-width: 781px) {
.edit-post-preferences-modal .components-modal__content {
padding: 0;
}
.edit-post-preferences-modal .components-modal__content::before {
content: none;
}
.edit-post-preferences-modal .components-navigator-provider {
height: 100%;
}
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs {
position: absolute;
top: 84px;
left: 16px;
width: 160px;
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
border-radius: 2px;
font-weight: 400;
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active {
background: #f0f0f0;
box-shadow: none;
font-weight: 500;
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled) {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.edit-post-preferences-modal .edit-post-preferences__tabs .components-tab-panel__tab-content {
padding-left: 24px;
margin-left: 160px;
}
.edit-post-preferences-modal__section {
margin: 0 0 2.5rem 0;
}
.edit-post-preferences-modal__section:last-child {
margin: 0;
}
.edit-post-preferences-modal__section-title {
font-size: 0.9rem;
font-weight: 600;
margin-top: 0;
}
.edit-post-preferences-modal__option .components-base-control .components-base-control__field {
align-items: center;
display: flex;
margin-bottom: 0;
}
.edit-post-preferences-modal__option .components-base-control .components-base-control__field > label {
flex-grow: 1;
padding: 0.6rem 0 0.6rem 10px;
}
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button {
margin: 0 0 0.6rem 48px;
}
@media (min-width: 782px) {
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button {
margin-left: 38px;
}
}
@media (min-width: 600px) {
.edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button {
max-width: 300px;
}
}
.edit-post-preferences-modal .components-base-control__help {
margin: -8px 0 8px 58px;
font-size: 12px;
font-style: normal;
color: #757575;
}
.edit-post-preferences-modal .edit-post-preferences-modal__section-description {
margin: -8px 0 8px 0;
font-size: 12px;
font-style: normal;
color: #757575;
}
.edit-post-editor__inserter-panel,
.edit-post-editor__list-view-panel {
height: 100%;
display: flex;
flex-direction: column;
}
.edit-post-editor__list-view-panel {
min-width: 350px;
}
.edit-post-editor__inserter-panel-header {
padding-top: 8px;
padding-right: 8px;
display: flex;
justify-content: flex-end;
}
@media (min-width: 782px) {
.edit-post-editor__inserter-panel-header {
display: none;
}
}
.edit-post-editor__inserter-panel-content,
.edit-post-editor__list-view-panel-content {
height: calc(100% - 36px - 8px);
}
@media (min-width: 782px) {
.edit-post-editor__inserter-panel-content {
height: 100%;
}
}
.edit-post-editor__list-view-panel-header {
align-items: center;
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
height: 48px;
padding-left: 16px;
padding-right: 4px;
}
.edit-post-editor__list-view-panel-content {
overflow-y: auto;
padding: 8px 6px;
}
.components-panel__header.edit-post-sidebar__panel-tabs {
justify-content: flex-start;
padding-left: 0;
padding-right: 16px;
border-top: 0;
margin-top: 0;
}
.components-panel__header.edit-post-sidebar__panel-tabs ul {
display: flex;
}
.components-panel__header.edit-post-sidebar__panel-tabs li {
margin: 0;
}
.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
display: none;
margin: 0 0 0 auto;
padding: 0;
min-width: 24px;
height: 24px;
}
@media (min-width: 782px) {
.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
display: flex;
}
}
.components-panel__body.is-opened.edit-post-last-revision__panel {
padding: 0;
height: 48px;
}
.editor-post-last-revision__title.components-button {
padding: 16px;
}
.editor-post-author__select {
margin: -5px 0;
width: 100%;
}
@supports (position: sticky) {
.editor-post-author__select {
width: auto;
}
}
.edit-post-post-link__link-post-name {
font-weight: 600;
}
.edit-post-post-link__preview-label {
font-weight: 400;
margin: 0;
}
.edit-post-post-link__link {
text-align: left;
word-wrap: break-word;
display: block;
}
/* rtl:begin:ignore */
.edit-post-post-link__preview-link-container {
direction: ltr;
}
/* rtl:end:ignore */
.edit-post-post-schedule {
width: 100%;
position: relative;
justify-content: left;
}
.edit-post-post-schedule span {
display: block;
width: 45%;
}
.components-button.edit-post-post-schedule__toggle {
text-align: right;
}
.edit-post-post-schedule__dialog .components-popover__content > div {
padding: 0;
}
.editor-post-slug__input {
margin: -5px 0;
padding: 2px;
}
.edit-post-post-status .edit-post-post-publish-dropdown__switch-to-draft {
margin-top: 15px;
width: 100%;
text-align: center;
}
.edit-post-post-visibility {
width: 100%;
justify-content: left;
}
.edit-post-post-visibility span {
display: block;
width: 45%;
}
@media (min-width: 782px) {
.edit-post-post-visibility__dialog .components-popover__content {
width: 257px;
}
}
.edit-post-post-visibility__dialog-legend {
font-weight: 600;
}
.edit-post-post-visibility__choice {
margin: 10px 0;
}
.edit-post-post-visibility__dialog-radio,
.edit-post-post-visibility__dialog-label {
vertical-align: top;
}
.edit-post-post-visibility__dialog-password-input {
width: calc(100% - 20px);
margin-left: 20px;
}
.edit-post-post-visibility__dialog-info {
color: #757575;
padding-left: 20px;
font-style: italic;
margin: 4px 0 0;
line-height: 1.4;
}
.components-button.edit-post-sidebar__panel-tab {
border-radius: 0;
height: 48px;
background: transparent;
border: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
padding: 3px 15px;
margin-left: 0;
font-weight: 500;
}
.components-button.edit-post-sidebar__panel-tab::after {
content: attr(data-label);
display: block;
font-weight: 600;
height: 0;
overflow: hidden;
speak: none;
visibility: hidden;
}
.components-button.edit-post-sidebar__panel-tab.is-active {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color);
position: relative;
z-index: 1;
}
.components-button.edit-post-sidebar__panel-tab.is-active::before {
content: "";
position: absolute;
top: 0;
bottom: 1px;
right: 0;
left: 0;
border-bottom: 4px solid transparent;
}
.components-button.edit-post-sidebar__panel-tab:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
position: relative;
z-index: 1;
}
.components-button.edit-post-sidebar__panel-tab.is-active:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color);
}
@media (min-width: 782px) {
.edit-post-template__modal .components-base-control {
width: 320px;
}
}
.edit-post-template__modal .components-modal__header {
border-bottom: none;
}
.edit-post-template__modal .components-modal__content::before {
margin-bottom: 4px;
}
.edit-post-template__modal-actions {
margin-top: 12px;
}
.edit-post-template-modal__tip {
padding: 16px 24px;
background: #f0f0f0;
border-radius: 2px;
}
@media (min-width: 782px) {
.edit-post-template-modal__tip {
width: 240px;
}
}
.edit-post-template__actions button:not(:last-child) {
margin-right: 8px;
}
h2.edit-post-template-summary__title {
line-height: 24px;
margin: 0 0 4px;
font-weight: 500;
}
.edit-post-text-editor {
position: relative;
width: 100%;
background-color: #fff;
flex-grow: 1;
}
.edit-post-text-editor .editor-post-title {
max-width: none;
line-height: 1.4;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 2.5em;
font-weight: normal;
border: 1px solid #949494;
padding: 16px;
}
@media (min-width: 600px) {
.edit-post-text-editor .editor-post-title {
padding: 24px;
}
}
.edit-post-text-editor .editor-post-title:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.edit-post-text-editor__body {
width: 100%;
padding: 0 12px 12px 12px;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 960px) {
.edit-post-text-editor__body {
padding: 16px 24px 96px 24px;
padding: 0 24px 24px 24px;
}
}
.edit-post-text-editor__toolbar {
position: sticky;
z-index: 1;
top: 0;
left: 0;
right: 0;
display: flex;
background: rgba(255, 255, 255, 0.8);
padding: 4px 12px;
}
@media (min-width: 600px) {
.edit-post-text-editor__toolbar {
padding: 12px;
}
}
@media (min-width: 960px) {
.edit-post-text-editor__toolbar {
padding: 12px 24px;
}
}
.edit-post-text-editor__toolbar h2 {
line-height: 36px;
margin: 0 auto 0 0;
font-size: 13px;
color: #1e1e1e;
}
.edit-post-text-editor__toolbar .components-button svg {
order: 1;
}
.edit-post-visual-editor {
position: relative;
display: flex;
flex-flow: column;
background-color: #2f2f2f;
flex: 1 0 auto;
}
.edit-post-visual-editor .components-button {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
padding: 6px 12px;
}
.edit-post-visual-editor .components-button.is-tertiary, .edit-post-visual-editor .components-button.has-icon {
padding: 6px;
}
.edit-post-visual-editor__post-title-wrapper {
margin-top: 4rem;
margin-bottom: var(--wp--style--block-gap);
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title {
margin-left: auto;
margin-right: auto;
}
.edit-post-visual-editor__exit-template-mode {
position: absolute;
top: 8px;
left: 8px;
color: #fff;
}
.edit-post-visual-editor__exit-template-mode:active:not([aria-disabled=true]), .edit-post-visual-editor__exit-template-mode:focus:not([aria-disabled=true]), .edit-post-visual-editor__exit-template-mode:hover {
color: #f0f0f0;
}
.edit-post-visual-editor__content-area {
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-grow: 1;
}
.edit-post-welcome-guide {
width: 312px;
}
.edit-post-welcome-guide__image {
background: #00a0d2;
margin: 0 0 16px;
}
.edit-post-welcome-guide__image > img {
display: block;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edit-post-welcome-guide__heading {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 24px;
line-height: 1.4;
margin: 16px 0 16px 0;
padding: 0 32px;
}
.edit-post-welcome-guide__text {
font-size: 13px;
line-height: 1.4;
margin: 0 0 24px 0;
padding: 0 32px;
}
.edit-post-welcome-guide__inserter-icon {
margin: 0 4px;
vertical-align: text-top;
}
/**
* Animations
*/
@keyframes edit-post__fade-in-animation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
html.wp-toolbar {
background: #fff;
}
body.block-editor-page {
background: #fff;
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
}
body.block-editor-page #wpcontent {
padding-left: 0;
}
body.block-editor-page #wpbody-content {
padding-bottom: 0;
}
body.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) {
display: none;
}
body.block-editor-page #wpfooter {
display: none;
}
body.block-editor-page .a11y-speak-region {
left: -1px;
top: -1px;
}
body.block-editor-page ul#adminmenu a.wp-has-current-submenu::after,
body.block-editor-page ul#adminmenu > li.current > a.current::after {
border-right-color: #fff;
}
body.block-editor-page .media-frame select.attachment-filters:last-of-type {
width: auto;
max-width: 100%;
}
.block-editor-page #wpwrap {
overflow-y: auto;
}
@media (min-width: 782px) {
.block-editor-page #wpwrap {
overflow-y: initial;
}
}
.edit-post-header,
.edit-post-visual-editor,
.edit-post-text-editor,
.edit-post-sidebar,
.editor-post-publish-panel,
.components-popover,
.components-modal__frame,
.edit-post-editor__inserter-panel {
box-sizing: border-box;
}
.edit-post-header *,
.edit-post-header *::before,
.edit-post-header *::after,
.edit-post-visual-editor *,
.edit-post-visual-editor *::before,
.edit-post-visual-editor *::after,
.edit-post-text-editor *,
.edit-post-text-editor *::before,
.edit-post-text-editor *::after,
.edit-post-sidebar *,
.edit-post-sidebar *::before,
.edit-post-sidebar *::after,
.editor-post-publish-panel *,
.editor-post-publish-panel *::before,
.editor-post-publish-panel *::after,
.components-popover *,
.components-popover *::before,
.components-popover *::after,
.components-modal__frame *,
.components-modal__frame *::before,
.components-modal__frame *::after,
.edit-post-editor__inserter-panel *,
.edit-post-editor__inserter-panel *::before,
.edit-post-editor__inserter-panel *::after {
box-sizing: inherit;
}
@media (min-width: 600px) {
.block-editor__container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
min-height: calc(100vh - 46px);
}
}
@media (min-width: 782px) {
.block-editor__container {
min-height: calc(100vh - 32px);
}
body.is-fullscreen-mode .block-editor__container {
min-height: 100vh;
}
}
.block-editor__container img {
max-width: 100%;
height: auto;
}
.block-editor__container iframe {
width: 100%;
}
body.admin-color-light {
--wp-admin-theme-color: #0085ba;
--wp-admin-theme-color--rgb: 0, 133, 186;
--wp-admin-theme-color-darker-10: #0073a1;
--wp-admin-theme-color-darker-10--rgb: 0, 115, 161;
--wp-admin-theme-color-darker-20: #006187;
--wp-admin-theme-color-darker-20--rgb: 0, 97, 135;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-light {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-modern {
--wp-admin-theme-color: #3858e9;
--wp-admin-theme-color--rgb: 56, 88, 233;
--wp-admin-theme-color-darker-10: #2145e6;
--wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
--wp-admin-theme-color-darker-20: #183ad6;
--wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-modern {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-blue {
--wp-admin-theme-color: #096484;
--wp-admin-theme-color--rgb: 9, 100, 132;
--wp-admin-theme-color-darker-10: #07526c;
--wp-admin-theme-color-darker-10--rgb: 7, 82, 108;
--wp-admin-theme-color-darker-20: #064054;
--wp-admin-theme-color-darker-20--rgb: 6, 64, 84;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-blue {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-coffee {
--wp-admin-theme-color: #46403c;
--wp-admin-theme-color--rgb: 70, 64, 60;
--wp-admin-theme-color-darker-10: #383330;
--wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
--wp-admin-theme-color-darker-20: #2b2724;
--wp-admin-theme-color-darker-20--rgb: 43, 39, 36;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-coffee {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ectoplasm {
--wp-admin-theme-color: #523f6d;
--wp-admin-theme-color--rgb: 82, 63, 109;
--wp-admin-theme-color-darker-10: #46365d;
--wp-admin-theme-color-darker-10--rgb: 70, 54, 93;
--wp-admin-theme-color-darker-20: #3a2c4d;
--wp-admin-theme-color-darker-20--rgb: 58, 44, 77;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ectoplasm {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-midnight {
--wp-admin-theme-color: #e14d43;
--wp-admin-theme-color--rgb: 225, 77, 67;
--wp-admin-theme-color-darker-10: #dd382d;
--wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
--wp-admin-theme-color-darker-20: #d02c21;
--wp-admin-theme-color-darker-20--rgb: 208, 44, 33;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-midnight {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ocean {
--wp-admin-theme-color: #627c83;
--wp-admin-theme-color--rgb: 98, 124, 131;
--wp-admin-theme-color-darker-10: #576e74;
--wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
--wp-admin-theme-color-darker-20: #4c6066;
--wp-admin-theme-color-darker-20--rgb: 76, 96, 102;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ocean {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-sunrise {
--wp-admin-theme-color: #dd823b;
--wp-admin-theme-color--rgb: 221, 130, 59;
--wp-admin-theme-color-darker-10: #d97426;
--wp-admin-theme-color-darker-10--rgb: 217, 116, 38;
--wp-admin-theme-color-darker-20: #c36922;
--wp-admin-theme-color-darker-20--rgb: 195, 105, 34;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-sunrise {
--wp-admin-border-width-focus: 1.5px;
}
} | 0.829665 | 0.067424 |
html {
font-size: 100%;
display: block;
}
@-moz-document url-prefix() {
fieldset { display: table-cell; }
}
.table {
border: 1px;
}
.container {
/**
margin: 0 auto;
width: 100%;
**/
padding: 0px !important;
}
@media (max-width: 797px) {
body {
padding-left: 0px;
padding-right: 0px;
}
}
/*** bootstrap override above ***/
.form-table {
background-color: #FFFFFF;
width: 100%;
margin-bottom: .5em;
padding-top: -25px; clear: right;
border: 1px solid silver !important;
}
/***
.form-table input {
margin-top: 2px;
margin-right: 2px;
float: left; display: inline;
width: 250px;
}
***/
.form-table .description {
text-transform: none;
clear: left; float: left;
text-align: left;
margin: 0; padding: 0;
font-style: italic; font-size: 90%;
}
.form-table .required {
font-weight: bold;
color: #800;
}
.form-table .required2 {
text-transform: none;
text-align: left;
font-weight: bold;
font-style: italic;
color: #800;
}
.tdfront {
padding: 8px 10px;
line-height: 15px;
width: 100%;
background-color: #FFFFFF;
border-bottom: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
/***font-size:10px; **/
white-space: nowrap;
}
.tdsheet1 {
padding: 8px 10px !important;
line-height: 15px;
width: 40% !important;
background-color: #FFFFFF;
border-bottom: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
white-space: nowrap;
}
.table-sheet1 {
width: 100%;
margin-bottom: .5em;
padding-top: -25px; clear: right;
border: 1px solid silver !important;
}
.born-highlight {
background-color: #E0E0F7;
}
.tdback {
border-bottom: 1px solid #ffffff !important;
border-right: 1px solid #ffffff !important;
padding: 8px 10px;
line-height: 15px;
background-color: #CACACA;
color: #005689;
font-size: large;
position: static; /** added to show borders in firefox **/
}
.theader {
background-color: #EDEDED;
border-bottom: 1px #ffffff;
border-right: 1px #ffffff;
font-size: 12px;
width: auto;
border: 1px solid silver;
}
.entry-content table {
border-bottom: 0;
}
.entry-content a:visited,
.comment-content a:visited {
color: #104e8b;
}
.entry-content .form-table td {
border-top: 1px solid #ededed;
}
.entry-content td,
.comment-content td {
border-top: 0;
padding: 6px 10px 6px 5px;
}
/*! jQuery UI - v1.10.4 - 2014-06-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/*
SmartWizard 2.0 plugin
jQuery Wizard control Plugin
by Dipu
http://www.techlaboratory.net
http://tech-laboratory.blogspot.com
*/
.swMain {
position:relative;
display:block;
margin:0;
padding:0;
border: 0 solid #CCC;
overflow:none;
float:left;
width:99%;
}
.swMain .stepContainer {
display:block;
position: relative;
margin: 0;
padding:0;
border: 0 solid #CCC;
overflow-x: hidden;
overflow-y: auto;
clear:both;
height:500px;
}
.swMain .stepContainer div.content {
display:block;
position: absolute;
float:left;
margin: 0;
padding:5px;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
height: 500px;
text-align:left;
overflow:visible;
z-index:88;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
clear:both;
width: 100%;
}
.swMain div.actionBar {
display:block;
position: relative;
clear:both;
margin: 3px 0 0 0;
border: 1px solid #CCC;
padding: 0;
color: #5A5655;
background-color: #F8F8F8;
height:auto;
text-align:left;
overflow:auto;
z-index:88;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
left:0;
}
.swMain .stepContainer .StepTitle {
display:block;
position: relative;
margin:0;
border:1px solid #E0E0E0;
padding:5px;
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color:#5A5655;
background-color:#E0E0E0;
clear:both;
text-align:left;
z-index:88;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
}
.swMain ul.anchor {
position: relative;
display:block;
float:left;
list-style: none;
padding: 0;
margin: 10px 0;
clear: both;
border: 0 solid #CCCCCC;
background: transparent; /*#EEEEEE */
}
.swMain ul.anchor li{
position: relative;
display:block;
margin: 0;
padding: 0 3px;
border: 0 solid #E0E0E0;
float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
display:block;
position:relative;
float:left;
margin: 5px 0 0 0;
padding:3px;
height:60px;
width:190px;
text-decoration: none;
outline-style:none;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
z-index:99;
}
.swMain ul.anchor li a .stepNumber{
position:relative;
float:left;
width:30px;
text-align: center;
padding: 0 5px 5px;
font: bold 45px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc{
position:relative;
display:block;
float:left;
text-align: left;
padding:5px;
font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc small{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: #c0c0c0;
}
.swMain ul.anchor li a.selected{
color:#F8F8F8;
background: #005681; /* 005681 */
border: 1px solid #005681;
cursor:text;
-moz-box-shadow: 5px 5px 8px #888;
-webkit-box-shadow: 5px 5px 8px #888;
box-shadow: 5px 5px 8px #888;
}
.swMain ul.anchor li a.selected:hover {
color:#F8F8F8;
background: #005681;
}
.swMain ul.anchor li a.done {
position:relative;
color:#5a5655;
background: #E0E0F7;
border: 1px solid #E0E0F7;
z-index:99;
}
.swMain ul.anchor li a.done:hover {
color:#5A5655;
background: #E0E0F7;
border: 1px solid #5A5655;
}
.swMain ul.anchor li a.disabled {
color:#CCCCCC;
background: #F8F8F8;
border: 1px solid #CCC;
cursor:text;
}
.swMain ul.anchor li a.disabled:hover {
color:#CCCCCC;
background: #F8F8F8;
}
.swMain ul.anchor li a.error {
color:#6c6c6c !important;
background: #f08f75 !important;
border: 1px solid #fb3500 !important;
}
.swMain ul.anchor li a.error:hover {
color:#000 !important;
}
.swMain .buttonNext {
display:block;
float:right;
margin:5px 3px 0 3px;
padding:5px;
text-decoration: none;
text-align: center;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width:100px;
color:#FFFFFF !important;
outline-style:none;
background-color: #5A5655;
border: 1px solid #5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
}
.swMain .buttonDisabled {
color:#F8F8F8 !important;
background-color: #CCCCCC !important;
border: 1px solid #CCCCCC !important;
cursor:text;
}
.swMain .buttonPrevious {
display:block;
float:right;
margin:5px 3px 0 3px;
padding:5px;
text-decoration: none;
text-align: center;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width:100px;
color:#FFFFFF !important;
outline-style:none;
background-color: #5A5655;
border: 1px solid #5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
}
.swMain .buttonFinish {
display:block;
float:right;
margin:5px 4px 0 5px;
padding:5px;
text-decoration: none;
text-align: center;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width:100px;
color:#FFFFFF !important;
outline-style:none;
background-color: #5A5655;
border: 1px solid #5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
}
/* Form Styles */
.txtBox {
border:1px solid #CCCCCC;
color:#5A5655;
font:13px Verdana,Arial,Helvetica,sans-serif;
padding:2px;
width:430px;
}
.txtBox:focus {
border:1px solid #005681;
}
.swMain .loader {
position:relative;
display:none;
float:left;
margin: 2px 0 0 2px;
padding:8px 10px 8px 40px;
border: 1px solid #FFD700;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
color:#5A5655;
background: #FFF url(../images/loader.gif) no-repeat 5px;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
z-index:998;
}
.swMain .msgBox {
position:relative;
display:none;
float:left;
margin: 4px 0 0 5px;
padding:5px;
border: 1px solid #FFD700;
background-color: #FFFFDD;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color:#5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
z-index:999;
min-width:200px;
}
.swMain .msgBox .content {
font: normal 12px Verdana,Arial,Helvetica,sans-serif;
padding: 0;
float:left;
}
.swMain .msgBox .close {
border: 1px solid #CCC;
border-radius: 3px;
color: #CCC;
display: block;
float: right;
margin: 0 0 0 5px;
outline-style: none;
padding: 0 2px 0 2px;
position: relative;
text-align: center;
text-decoration: none;
}
.swMain .msgBox .close:hover{
color: #005681;
border: 1px solid #005681;
}
/** thumbnails in family page ***/
.person-images
{
border-color:#000000;
margin-right:6px;
height: 50px;
-moz-box-shadow: 1px 1px 1px 0px #777;
-webkit-box-shadow: 1px 1px 1px 0px #777;
box-shadow: 1px 1px 1px 0px #777;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/** upload Image ****/
#upload-wrapper {
width: auto;
margin-right: auto;
margin-left: auto;
background: #F5F5F5;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-size: 14px;
border-radius: 10px;
box-shadow: 1px 1px 3px #AAA;
clear: both;
}
.upload-wrapper input[type="text"],
.upload-wrapper input[type="file"],
.upload-wrapper select,
.upload-wrapper textarea {
padding: 0.5em 0.6em;
display: inline-block;
border: 1px solid #ccc;
font-size: 0.8em;
width: 30%;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.upload-wrapper input[type="text"]:focus,
.upload-wrapper select:focus,
.upload-wrapper textarea:focus {
outline: 0;
outline: thin dotted \9; /* IE6-9 */
border-color: #129FEA;
}
.upload-wrapper input[type="file"]:focus
{
outline: thin dotted #333;
outline: 1px auto #129FEA;
}
.upload-wrapper input[type="text"][disabled],
.upload-wrapper select[disabled],
.upload-wrapper textarea[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3;
}
.upload-wrapper input[readonly],
.upload-wrapper select[readonly],
.upload-wrapper textarea[readonly] {
background: #eee; /* menu hover bg color */
color: #777; /* menu text color */
border-color: #ccc;
}
.upload-wrapper input:focus:invalid,
.upload-wrapper textarea:focus:invalid,
.upload-wrapper select:focus:invalid {
color: #b94a48;
border: 1px solid #ee5f5b;
}
.upload-wrapper input:focus:invalid:focus,
.upload-wrapper textarea:focus:invalid:focus,
.upload-wrapper select:focus:invalid:focus {
border-color: #e9322d;
}
.upload-wrapper input[type="file"]:focus:invalid:focus
{
outline-color: #e9322d;
}
.upload-wrapper select {
border: 1px solid #ccc;
background-color: white;
}
.upload-wrapper select[multiple] {
height: auto;
}
.upload-wrapper label {
margin: 0.5em 0 0.2em;
font-size: 90%;
}
.upload-wrapper fieldset {
margin: 0;
padding: 0.35em 0 0.75em;
border: 0;
}
.upload-wrapper-stacked input[type="text"],
.upload-wrapper-stacked select,
.upload-wrapper-stacked label,
.upload-wrapper-stacked textarea {
display: block;
margin: 0.25em 0;
}
.upload-wrapper-aligned input,
.upload-wrapper-aligned textarea,
.upload-wrapper-aligned select
{
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
/* Aligned Forms */
.upload-wrapper-aligned .upload-control-group {
margin-bottom: 0.5em;
}
.upload-control-group.description {
margin-bottom: 0.5em;
}
.upload-wrapper-aligned .upload-control-group label {
text-align: right;
display: inline-block;
vertical-align: middle;
width: 10em;
margin: 0 1em 0 0;
}
.upload-wrapper .upload-group button {
margin: 0.35em 0;
}
#submit-btn {
text-align: center;
display: inline-block;
margin:10px;
width: 150px;
}
#return-btn {
text-align: center;
display: inline-block;
margin: 10px;
width: 150px
}
#link-btn {
text-align: center;
display: inline-block;
margin: 10px;
width: 150px;
}
.bordered-div {
border: 1px solid #ccc;
border: 1px solid #ccc;
padding: .75em .5em 0.5em .75em;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 1em 0;
}
.add-padding {
padding: 0em 1em 0.75em 1.2em;
}
li.child {
list-style: none;
}
li.haskids {
list-style: square;
} | css/upavadi.css | html {
font-size: 100%;
display: block;
}
@-moz-document url-prefix() {
fieldset { display: table-cell; }
}
.table {
border: 1px;
}
.container {
/**
margin: 0 auto;
width: 100%;
**/
padding: 0px !important;
}
@media (max-width: 797px) {
body {
padding-left: 0px;
padding-right: 0px;
}
}
/*** bootstrap override above ***/
.form-table {
background-color: #FFFFFF;
width: 100%;
margin-bottom: .5em;
padding-top: -25px; clear: right;
border: 1px solid silver !important;
}
/***
.form-table input {
margin-top: 2px;
margin-right: 2px;
float: left; display: inline;
width: 250px;
}
***/
.form-table .description {
text-transform: none;
clear: left; float: left;
text-align: left;
margin: 0; padding: 0;
font-style: italic; font-size: 90%;
}
.form-table .required {
font-weight: bold;
color: #800;
}
.form-table .required2 {
text-transform: none;
text-align: left;
font-weight: bold;
font-style: italic;
color: #800;
}
.tdfront {
padding: 8px 10px;
line-height: 15px;
width: 100%;
background-color: #FFFFFF;
border-bottom: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
/***font-size:10px; **/
white-space: nowrap;
}
.tdsheet1 {
padding: 8px 10px !important;
line-height: 15px;
width: 40% !important;
background-color: #FFFFFF;
border-bottom: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
white-space: nowrap;
}
.table-sheet1 {
width: 100%;
margin-bottom: .5em;
padding-top: -25px; clear: right;
border: 1px solid silver !important;
}
.born-highlight {
background-color: #E0E0F7;
}
.tdback {
border-bottom: 1px solid #ffffff !important;
border-right: 1px solid #ffffff !important;
padding: 8px 10px;
line-height: 15px;
background-color: #CACACA;
color: #005689;
font-size: large;
position: static; /** added to show borders in firefox **/
}
.theader {
background-color: #EDEDED;
border-bottom: 1px #ffffff;
border-right: 1px #ffffff;
font-size: 12px;
width: auto;
border: 1px solid silver;
}
.entry-content table {
border-bottom: 0;
}
.entry-content a:visited,
.comment-content a:visited {
color: #104e8b;
}
.entry-content .form-table td {
border-top: 1px solid #ededed;
}
.entry-content td,
.comment-content td {
border-top: 0;
padding: 6px 10px 6px 5px;
}
/*! jQuery UI - v1.10.4 - 2014-06-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/*
SmartWizard 2.0 plugin
jQuery Wizard control Plugin
by Dipu
http://www.techlaboratory.net
http://tech-laboratory.blogspot.com
*/
.swMain {
position:relative;
display:block;
margin:0;
padding:0;
border: 0 solid #CCC;
overflow:none;
float:left;
width:99%;
}
.swMain .stepContainer {
display:block;
position: relative;
margin: 0;
padding:0;
border: 0 solid #CCC;
overflow-x: hidden;
overflow-y: auto;
clear:both;
height:500px;
}
.swMain .stepContainer div.content {
display:block;
position: absolute;
float:left;
margin: 0;
padding:5px;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
height: 500px;
text-align:left;
overflow:visible;
z-index:88;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
clear:both;
width: 100%;
}
.swMain div.actionBar {
display:block;
position: relative;
clear:both;
margin: 3px 0 0 0;
border: 1px solid #CCC;
padding: 0;
color: #5A5655;
background-color: #F8F8F8;
height:auto;
text-align:left;
overflow:auto;
z-index:88;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
left:0;
}
.swMain .stepContainer .StepTitle {
display:block;
position: relative;
margin:0;
border:1px solid #E0E0E0;
padding:5px;
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color:#5A5655;
background-color:#E0E0E0;
clear:both;
text-align:left;
z-index:88;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
}
.swMain ul.anchor {
position: relative;
display:block;
float:left;
list-style: none;
padding: 0;
margin: 10px 0;
clear: both;
border: 0 solid #CCCCCC;
background: transparent; /*#EEEEEE */
}
.swMain ul.anchor li{
position: relative;
display:block;
margin: 0;
padding: 0 3px;
border: 0 solid #E0E0E0;
float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
display:block;
position:relative;
float:left;
margin: 5px 0 0 0;
padding:3px;
height:60px;
width:190px;
text-decoration: none;
outline-style:none;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
z-index:99;
}
.swMain ul.anchor li a .stepNumber{
position:relative;
float:left;
width:30px;
text-align: center;
padding: 0 5px 5px;
font: bold 45px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc{
position:relative;
display:block;
float:left;
text-align: left;
padding:5px;
font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc small{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: #c0c0c0;
}
.swMain ul.anchor li a.selected{
color:#F8F8F8;
background: #005681; /* 005681 */
border: 1px solid #005681;
cursor:text;
-moz-box-shadow: 5px 5px 8px #888;
-webkit-box-shadow: 5px 5px 8px #888;
box-shadow: 5px 5px 8px #888;
}
.swMain ul.anchor li a.selected:hover {
color:#F8F8F8;
background: #005681;
}
.swMain ul.anchor li a.done {
position:relative;
color:#5a5655;
background: #E0E0F7;
border: 1px solid #E0E0F7;
z-index:99;
}
.swMain ul.anchor li a.done:hover {
color:#5A5655;
background: #E0E0F7;
border: 1px solid #5A5655;
}
.swMain ul.anchor li a.disabled {
color:#CCCCCC;
background: #F8F8F8;
border: 1px solid #CCC;
cursor:text;
}
.swMain ul.anchor li a.disabled:hover {
color:#CCCCCC;
background: #F8F8F8;
}
.swMain ul.anchor li a.error {
color:#6c6c6c !important;
background: #f08f75 !important;
border: 1px solid #fb3500 !important;
}
.swMain ul.anchor li a.error:hover {
color:#000 !important;
}
.swMain .buttonNext {
display:block;
float:right;
margin:5px 3px 0 3px;
padding:5px;
text-decoration: none;
text-align: center;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width:100px;
color:#FFFFFF !important;
outline-style:none;
background-color: #5A5655;
border: 1px solid #5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
}
.swMain .buttonDisabled {
color:#F8F8F8 !important;
background-color: #CCCCCC !important;
border: 1px solid #CCCCCC !important;
cursor:text;
}
.swMain .buttonPrevious {
display:block;
float:right;
margin:5px 3px 0 3px;
padding:5px;
text-decoration: none;
text-align: center;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width:100px;
color:#FFFFFF !important;
outline-style:none;
background-color: #5A5655;
border: 1px solid #5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
}
.swMain .buttonFinish {
display:block;
float:right;
margin:5px 4px 0 5px;
padding:5px;
text-decoration: none;
text-align: center;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width:100px;
color:#FFFFFF !important;
outline-style:none;
background-color: #5A5655;
border: 1px solid #5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
}
/* Form Styles */
.txtBox {
border:1px solid #CCCCCC;
color:#5A5655;
font:13px Verdana,Arial,Helvetica,sans-serif;
padding:2px;
width:430px;
}
.txtBox:focus {
border:1px solid #005681;
}
.swMain .loader {
position:relative;
display:none;
float:left;
margin: 2px 0 0 2px;
padding:8px 10px 8px 40px;
border: 1px solid #FFD700;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
color:#5A5655;
background: #FFF url(../images/loader.gif) no-repeat 5px;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
z-index:998;
}
.swMain .msgBox {
position:relative;
display:none;
float:left;
margin: 4px 0 0 5px;
padding:5px;
border: 1px solid #FFD700;
background-color: #FFFFDD;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color:#5A5655;
border-radius: 5px;
-moz-border-radius : 5px;
-webkit-border-radius: 5px;
z-index:999;
min-width:200px;
}
.swMain .msgBox .content {
font: normal 12px Verdana,Arial,Helvetica,sans-serif;
padding: 0;
float:left;
}
.swMain .msgBox .close {
border: 1px solid #CCC;
border-radius: 3px;
color: #CCC;
display: block;
float: right;
margin: 0 0 0 5px;
outline-style: none;
padding: 0 2px 0 2px;
position: relative;
text-align: center;
text-decoration: none;
}
.swMain .msgBox .close:hover{
color: #005681;
border: 1px solid #005681;
}
/** thumbnails in family page ***/
.person-images
{
border-color:#000000;
margin-right:6px;
height: 50px;
-moz-box-shadow: 1px 1px 1px 0px #777;
-webkit-box-shadow: 1px 1px 1px 0px #777;
box-shadow: 1px 1px 1px 0px #777;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/** upload Image ****/
#upload-wrapper {
width: auto;
margin-right: auto;
margin-left: auto;
background: #F5F5F5;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-size: 14px;
border-radius: 10px;
box-shadow: 1px 1px 3px #AAA;
clear: both;
}
.upload-wrapper input[type="text"],
.upload-wrapper input[type="file"],
.upload-wrapper select,
.upload-wrapper textarea {
padding: 0.5em 0.6em;
display: inline-block;
border: 1px solid #ccc;
font-size: 0.8em;
width: 30%;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.upload-wrapper input[type="text"]:focus,
.upload-wrapper select:focus,
.upload-wrapper textarea:focus {
outline: 0;
outline: thin dotted \9; /* IE6-9 */
border-color: #129FEA;
}
.upload-wrapper input[type="file"]:focus
{
outline: thin dotted #333;
outline: 1px auto #129FEA;
}
.upload-wrapper input[type="text"][disabled],
.upload-wrapper select[disabled],
.upload-wrapper textarea[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3;
}
.upload-wrapper input[readonly],
.upload-wrapper select[readonly],
.upload-wrapper textarea[readonly] {
background: #eee; /* menu hover bg color */
color: #777; /* menu text color */
border-color: #ccc;
}
.upload-wrapper input:focus:invalid,
.upload-wrapper textarea:focus:invalid,
.upload-wrapper select:focus:invalid {
color: #b94a48;
border: 1px solid #ee5f5b;
}
.upload-wrapper input:focus:invalid:focus,
.upload-wrapper textarea:focus:invalid:focus,
.upload-wrapper select:focus:invalid:focus {
border-color: #e9322d;
}
.upload-wrapper input[type="file"]:focus:invalid:focus
{
outline-color: #e9322d;
}
.upload-wrapper select {
border: 1px solid #ccc;
background-color: white;
}
.upload-wrapper select[multiple] {
height: auto;
}
.upload-wrapper label {
margin: 0.5em 0 0.2em;
font-size: 90%;
}
.upload-wrapper fieldset {
margin: 0;
padding: 0.35em 0 0.75em;
border: 0;
}
.upload-wrapper-stacked input[type="text"],
.upload-wrapper-stacked select,
.upload-wrapper-stacked label,
.upload-wrapper-stacked textarea {
display: block;
margin: 0.25em 0;
}
.upload-wrapper-aligned input,
.upload-wrapper-aligned textarea,
.upload-wrapper-aligned select
{
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}
/* Aligned Forms */
.upload-wrapper-aligned .upload-control-group {
margin-bottom: 0.5em;
}
.upload-control-group.description {
margin-bottom: 0.5em;
}
.upload-wrapper-aligned .upload-control-group label {
text-align: right;
display: inline-block;
vertical-align: middle;
width: 10em;
margin: 0 1em 0 0;
}
.upload-wrapper .upload-group button {
margin: 0.35em 0;
}
#submit-btn {
text-align: center;
display: inline-block;
margin:10px;
width: 150px;
}
#return-btn {
text-align: center;
display: inline-block;
margin: 10px;
width: 150px
}
#link-btn {
text-align: center;
display: inline-block;
margin: 10px;
width: 150px;
}
.bordered-div {
border: 1px solid #ccc;
border: 1px solid #ccc;
padding: .75em .5em 0.5em .75em;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 1em 0;
}
.add-padding {
padding: 0em 1em 0.75em 1.2em;
}
li.child {
list-style: none;
}
li.haskids {
list-style: square;
} | 0.402627 | 0.118742 |
.grid-item {
width: 22%;
max-width: 300px;
padding: 10px;
overflow: hidden;
}
.grid-item-li:hover {
background-color: #3ed7e4;
}
.grid-item-li {
list-style: none;
}
.thumbnail {
border-radius: 1px;
cursor: pointer;
-webkit-transition: 0.3s;
transition: 0.3s;
max-width: 100%;
min-width: 100%;
vertical-align: top;
}
.thumbnail:hover {
opacity: 0.6;
}
ul, menu, dir {
-webkit-margin-before: 0 !important;
-webkit-margin-after: 0 !important;
-webkit-padding-start: 0 !important;
}
/*==========================================*/
/* МОДАЛЬНОЕ ОКНО */
/*==========================================*/
.lightbox {
display: block; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px;
padding-bottom: 100px;/* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(0,0,0,0.7); /* Black w/ opacity *!*/
}
.lightbox-content {
margin: auto;
display: block;
height: 80%;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ffffff;
padding: 10px 0;
height: 150px;
font-size: 15px;
}
/* Add Animation - Zoom in the Modal */
.lightboxContent, .caption {
-webkit-animation-name: zoom;
animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0);transform:scale(0)}
to {-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes zoom {
from {-webkit-transform:scale(0);transform:scale(0)}
to {-webkit-transform:scale(1);transform:scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 25px;
margin-top: -50px;
color: white;
font-weight: normal;
font-size: 40px;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
color: #bbb;
}
/*=====================================*/
/* МЕДИА-ЗАПРОСЫ
/*=====================================*/
@media only all and (max-width: 1025px) {
.grid-item {
width: 30%;
max-width: 200px;
padding: 7px;
}
.lightbox {
padding: 50px 0;
}
}
@media only all and (max-width: 981px) {
.grid-item {
width: 45%;
max-width: 300px;
padding: 7px;
}
}
@media only screen and (max-width: 768px) {
.grid {
width: 85%;
margin: 0 auto !important;
}
.lightbox {
background-color: white;
padding: 0;
}
.lightbox-content {
height: auto;
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.prev,
.next,
.close, .caption {
color: #7d7d7d;
}
.caption {
display: none;
}
}
@media only all and (max-width: 481px) {
.prev,
.next {
display: none;
}
.lightbox-content {
width: 90%;
}
}
@media only all and (max-width: 376px) {
.grid-item {
width: 100%;
max-width: 100%;
padding: 0 0 5px 0;
}
} | src/components/css/gallery.css | .grid-item {
width: 22%;
max-width: 300px;
padding: 10px;
overflow: hidden;
}
.grid-item-li:hover {
background-color: #3ed7e4;
}
.grid-item-li {
list-style: none;
}
.thumbnail {
border-radius: 1px;
cursor: pointer;
-webkit-transition: 0.3s;
transition: 0.3s;
max-width: 100%;
min-width: 100%;
vertical-align: top;
}
.thumbnail:hover {
opacity: 0.6;
}
ul, menu, dir {
-webkit-margin-before: 0 !important;
-webkit-margin-after: 0 !important;
-webkit-padding-start: 0 !important;
}
/*==========================================*/
/* МОДАЛЬНОЕ ОКНО */
/*==========================================*/
.lightbox {
display: block; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px;
padding-bottom: 100px;/* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(0,0,0,0.7); /* Black w/ opacity *!*/
}
.lightbox-content {
margin: auto;
display: block;
height: 80%;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ffffff;
padding: 10px 0;
height: 150px;
font-size: 15px;
}
/* Add Animation - Zoom in the Modal */
.lightboxContent, .caption {
-webkit-animation-name: zoom;
animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0);transform:scale(0)}
to {-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes zoom {
from {-webkit-transform:scale(0);transform:scale(0)}
to {-webkit-transform:scale(1);transform:scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 25px;
margin-top: -50px;
color: white;
font-weight: normal;
font-size: 40px;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
color: #bbb;
}
/*=====================================*/
/* МЕДИА-ЗАПРОСЫ
/*=====================================*/
@media only all and (max-width: 1025px) {
.grid-item {
width: 30%;
max-width: 200px;
padding: 7px;
}
.lightbox {
padding: 50px 0;
}
}
@media only all and (max-width: 981px) {
.grid-item {
width: 45%;
max-width: 300px;
padding: 7px;
}
}
@media only screen and (max-width: 768px) {
.grid {
width: 85%;
margin: 0 auto !important;
}
.lightbox {
background-color: white;
padding: 0;
}
.lightbox-content {
height: auto;
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.prev,
.next,
.close, .caption {
color: #7d7d7d;
}
.caption {
display: none;
}
}
@media only all and (max-width: 481px) {
.prev,
.next {
display: none;
}
.lightbox-content {
width: 90%;
}
}
@media only all and (max-width: 376px) {
.grid-item {
width: 100%;
max-width: 100%;
padding: 0 0 5px 0;
}
} | 0.440951 | 0.087955 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http://www.tumblr.com'), url-prefix('https://www.tumblr.com') {
{
text-shadow:none !important;
color:#373737 !important;
}
Body {
background-color:#f5f5f5 !important;
color:#373737 !important;
font-size:12px !important;
background-image: url('http://i.imgur.com/WQlPn.jpg') !important;
background-repeat:no-repeat !important;
background-attachment: fixed !important;
background-position:bottom left !important
}
#left_column, #right_column {background-color: transparent !important;}
div.l-content.l-content.l-content {
background-color: #f4dcaa !important
}
#left_column #posts .post .post_avatar,
#left_column #posts .post .sub_avatar .sub_avatar_inner {
background-color: #f4dcaa !important;
border-bottom-color: #eee !important;
}
#left_column #posts .post{
border-bottom:1px #b23838 solid !important
}
#nav .nav_item.active,
#nav .nav_item .nav_menu,
#nav .nav_item .nav_item_nipple .nav_item_nipple_pixel {
background-color:#f4dcaa !important;
background-image:none !important;
border:0px !important
}
#nav .nav_item .nav_menu {
border-bottom:0px !important
}
#nav .nav_item .nav_menu a {
color:#888 !important;
border-top-color:#eee !important;
}
#nav .nav_item .nav_menu a:hover {
color:#666 !important;
}
.no_posts_found, h1.dashboard_header, h1.dashboard_header a, h1.dashboard_header span {
color:#ccc !important
}
#right_column .dashboard_nav_item {
border-bottom:1px solid #eee !important;
background-image:none !important
}
#right_column .dashboard_nav_item .dashboard_nav_title,
#right_column .dashboard_nav_item .dashboard_nav_title a,
#right_column .dashboard_nav_item a,
#right_column .dashboard_nav_item ul.dashboard_subpages,
#right_column .dashboard_nav_item ul.dashboard_subpages li a {
color:#666 !important;
}
#right_column .dashboard_nav_item ul.dashboard_subpages li a.tracked_tag_control {
color:#888 !important;
}
#right_column .dashboard_nav_item #dashboard_controls_radar_media_fold {
background: none !important;
}
#show_radar a, #hide_radar a,
#hide_recommended_blogs a, #show_recommended_blogs a {
color:#666 !important;
}
#left_column #posts .notification {
background-color:#ebe7da !important;
color:#666 !important;
border-bottom-color: #eee !important
}
#left_column #posts .notification .block {
color:#f4dcaa !important;
}
#left_column #posts .notification.alt {
background-color: #f4f2ef !important;
}
#left_column #posts .notification.last_notification,
#left_column #posts .notification.single_notification {
border-bottom-color:#ececec !important;
}
#left_column #posts .notification a {
color:#373737 !important;
border-bottom:0px !important;
}
#left_column #posts .notification blockquote {
border-left-color:#eee !important;
}
#left_column #posts .notification .avatar {
border-color: !important;
background-color:#fbfbfb !important;
opacity:0 !important;
}
#left_column #posts .notification .avatar:hover {
opacity:0 !important;
}
.dashboard_switch_blog_menu_header {
background-color:#fbfbfb !important;
color:#666 !important;
}
.dashboard_switch_blog_menu_item {
background-color:#fbfbfb !important;
color:#666 !important;
border:0px !important
}
.dashboard_switch_blog_menu_footer {
background-color:#fbfbfb !important;
color:#666 !important;
}
.dashboard_switch_blog_menu_wrapper {
background-color:#fbfbfb !important;
}
#new_post_notice_container {
color:#fff !important
}
#new_post_notice_container a {
color:#fff !important
}
#dashboard_switch_blog_menu_current,
#dashboard_switch_blog_arrow_and_divider,
#dashboard_switch_blog_arrow_current {
background-image:none !important
}
.sub_avatar{width:32px !important; height:32px !important; background-color:transparent !important}
.post.photo_post .photo, .post.photo_post .video_thumbnail {
-moz-box-shadow: 2px 2px 2px rgba(0,0,0, 0.50) !important;
border-radius: 12px !important;
}
.content.is_media, .mask.top, .mask.bottom {
background: none !important;
}
.selection_nipple.white, .selection_nipple:not([class="selection_nipple white"]) {
background: none !important;
width: 0px !important;
height: 0px !important;
margin-top: 0px !important;
border-bottom: solid 12px rgba(255,255,255, .65) !important;
border-right: 12px solid transparent !important;
border-left: 12px solid transparent !important;
}
.selection_nipple:not([class="selection_nipple white"]) {
border-bottom: solid 12px rgba(209,178,115, 1.0) !important;
}
.post.note.same_user_as_last.is_mine:hover,.post.regular.is_mine:hover,.post.regular.same_user_as_last.is_mine:hover,.post.link.not_mine:hover,.post.quote.not_mine:hover,.post.audio.not_mine:hover,.post.video.not_mine:hover,.post.regular.not_mine:hover,.post.note.not_mine:hover,.post.photo.not_mine:hover {
border-top-right-radius: 24px !important;
opacity: 1.00 !important;
}
.permalink {
background: none !important;
width: 16px !important;
height: 16px !important;
background: rgba(170,179,188, .85) !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 24px !important;
margin-top: 6px !important;
margin-right: 6px !important;
}
.permalink:hover {
background: rgba(127,139,152, 1.0 ) !important;
}
#right_column > UL > LI:nth-child(n):not([class^="item"]),
#right_column > UL:nth-child(n) > DIV > DIV:nth-child(n) > A:nth-child(n){
background-image: none !important;
background:rgba(0,0,0,0.0) !important; border:0px !important;}
.text_field, #post_state, #tag_editor, .source_url_questionmark_gradient, .mceLayout, .mceToolbar.mceCenter.mceFirst.mceLast, .mceIframeContainer.mceFirst.mceLast, #left_column DIV:nth-child(11), #post_one, #video_upload, .customize_button, .selected .tag, #post_two, #categories A:last-child {
border-bottom-left-radius: 6px !important;
border-bottom-right-radius: 6px !important;
}
.text_field, #post_state, #tag_editor, .source_url_questionmark_gradient, .mceLayout, .mceToolbar.mceCenter.mceFirst.mceLast, .mceIframeContainer.mceFirst.mceLast, #left_column DIV:nth-child(11), #post_one, #video_upload, .customize_button, #categories A:first-child, .selected .following, .following, .selected .posts, #left_column DIV:nth-child(9) {
border-top-left-radius: 6px !important;
border-top-right-radius: 6px !important;
}
} | data/usercss/56762.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http://www.tumblr.com'), url-prefix('https://www.tumblr.com') {
{
text-shadow:none !important;
color:#373737 !important;
}
Body {
background-color:#f5f5f5 !important;
color:#373737 !important;
font-size:12px !important;
background-image: url('http://i.imgur.com/WQlPn.jpg') !important;
background-repeat:no-repeat !important;
background-attachment: fixed !important;
background-position:bottom left !important
}
#left_column, #right_column {background-color: transparent !important;}
div.l-content.l-content.l-content {
background-color: #f4dcaa !important
}
#left_column #posts .post .post_avatar,
#left_column #posts .post .sub_avatar .sub_avatar_inner {
background-color: #f4dcaa !important;
border-bottom-color: #eee !important;
}
#left_column #posts .post{
border-bottom:1px #b23838 solid !important
}
#nav .nav_item.active,
#nav .nav_item .nav_menu,
#nav .nav_item .nav_item_nipple .nav_item_nipple_pixel {
background-color:#f4dcaa !important;
background-image:none !important;
border:0px !important
}
#nav .nav_item .nav_menu {
border-bottom:0px !important
}
#nav .nav_item .nav_menu a {
color:#888 !important;
border-top-color:#eee !important;
}
#nav .nav_item .nav_menu a:hover {
color:#666 !important;
}
.no_posts_found, h1.dashboard_header, h1.dashboard_header a, h1.dashboard_header span {
color:#ccc !important
}
#right_column .dashboard_nav_item {
border-bottom:1px solid #eee !important;
background-image:none !important
}
#right_column .dashboard_nav_item .dashboard_nav_title,
#right_column .dashboard_nav_item .dashboard_nav_title a,
#right_column .dashboard_nav_item a,
#right_column .dashboard_nav_item ul.dashboard_subpages,
#right_column .dashboard_nav_item ul.dashboard_subpages li a {
color:#666 !important;
}
#right_column .dashboard_nav_item ul.dashboard_subpages li a.tracked_tag_control {
color:#888 !important;
}
#right_column .dashboard_nav_item #dashboard_controls_radar_media_fold {
background: none !important;
}
#show_radar a, #hide_radar a,
#hide_recommended_blogs a, #show_recommended_blogs a {
color:#666 !important;
}
#left_column #posts .notification {
background-color:#ebe7da !important;
color:#666 !important;
border-bottom-color: #eee !important
}
#left_column #posts .notification .block {
color:#f4dcaa !important;
}
#left_column #posts .notification.alt {
background-color: #f4f2ef !important;
}
#left_column #posts .notification.last_notification,
#left_column #posts .notification.single_notification {
border-bottom-color:#ececec !important;
}
#left_column #posts .notification a {
color:#373737 !important;
border-bottom:0px !important;
}
#left_column #posts .notification blockquote {
border-left-color:#eee !important;
}
#left_column #posts .notification .avatar {
border-color: !important;
background-color:#fbfbfb !important;
opacity:0 !important;
}
#left_column #posts .notification .avatar:hover {
opacity:0 !important;
}
.dashboard_switch_blog_menu_header {
background-color:#fbfbfb !important;
color:#666 !important;
}
.dashboard_switch_blog_menu_item {
background-color:#fbfbfb !important;
color:#666 !important;
border:0px !important
}
.dashboard_switch_blog_menu_footer {
background-color:#fbfbfb !important;
color:#666 !important;
}
.dashboard_switch_blog_menu_wrapper {
background-color:#fbfbfb !important;
}
#new_post_notice_container {
color:#fff !important
}
#new_post_notice_container a {
color:#fff !important
}
#dashboard_switch_blog_menu_current,
#dashboard_switch_blog_arrow_and_divider,
#dashboard_switch_blog_arrow_current {
background-image:none !important
}
.sub_avatar{width:32px !important; height:32px !important; background-color:transparent !important}
.post.photo_post .photo, .post.photo_post .video_thumbnail {
-moz-box-shadow: 2px 2px 2px rgba(0,0,0, 0.50) !important;
border-radius: 12px !important;
}
.content.is_media, .mask.top, .mask.bottom {
background: none !important;
}
.selection_nipple.white, .selection_nipple:not([class="selection_nipple white"]) {
background: none !important;
width: 0px !important;
height: 0px !important;
margin-top: 0px !important;
border-bottom: solid 12px rgba(255,255,255, .65) !important;
border-right: 12px solid transparent !important;
border-left: 12px solid transparent !important;
}
.selection_nipple:not([class="selection_nipple white"]) {
border-bottom: solid 12px rgba(209,178,115, 1.0) !important;
}
.post.note.same_user_as_last.is_mine:hover,.post.regular.is_mine:hover,.post.regular.same_user_as_last.is_mine:hover,.post.link.not_mine:hover,.post.quote.not_mine:hover,.post.audio.not_mine:hover,.post.video.not_mine:hover,.post.regular.not_mine:hover,.post.note.not_mine:hover,.post.photo.not_mine:hover {
border-top-right-radius: 24px !important;
opacity: 1.00 !important;
}
.permalink {
background: none !important;
width: 16px !important;
height: 16px !important;
background: rgba(170,179,188, .85) !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 24px !important;
margin-top: 6px !important;
margin-right: 6px !important;
}
.permalink:hover {
background: rgba(127,139,152, 1.0 ) !important;
}
#right_column > UL > LI:nth-child(n):not([class^="item"]),
#right_column > UL:nth-child(n) > DIV > DIV:nth-child(n) > A:nth-child(n){
background-image: none !important;
background:rgba(0,0,0,0.0) !important; border:0px !important;}
.text_field, #post_state, #tag_editor, .source_url_questionmark_gradient, .mceLayout, .mceToolbar.mceCenter.mceFirst.mceLast, .mceIframeContainer.mceFirst.mceLast, #left_column DIV:nth-child(11), #post_one, #video_upload, .customize_button, .selected .tag, #post_two, #categories A:last-child {
border-bottom-left-radius: 6px !important;
border-bottom-right-radius: 6px !important;
}
.text_field, #post_state, #tag_editor, .source_url_questionmark_gradient, .mceLayout, .mceToolbar.mceCenter.mceFirst.mceLast, .mceIframeContainer.mceFirst.mceLast, #left_column DIV:nth-child(11), #post_one, #video_upload, .customize_button, #categories A:first-child, .selected .following, .following, .selected .posts, #left_column DIV:nth-child(9) {
border-top-left-radius: 6px !important;
border-top-right-radius: 6px !important;
}
} | 0.328422 | 0.094302 |
@mode 'Flat';
/* @title Glacier */
[type = 'glacier'][@sd < 12.5M] {
fill: #ddecec;
stroke: #9cf;
[@scale < 800000] {
stroke-dasharray: 4 2;
stroke-width: 1.5;
};
}
/* @title Docks, canals, basin, water, reservoir */
[type in ('dock', 'canal')][@sd < 1.5M],
[type = 'basin'][@sd < 6000000],
[type in ('water', 'reservoir', 'riverbank')][@sd < 12.5M] {
fill: #aad3df;
stroke: #aad3df;
stroke-width: 0.5;
[@sd <= 3k] {
font-family: 'Noto Sans Regular'
'Noto Sans Adlam Regular'
'Noto Sans Adlam Unjoined Regular'
'Noto Sans Armenian Regular'
'Noto Sans Balinese Regular'
'Noto Sans Bamum Regular'
'Noto Sans Batak Regular'
'Noto Sans Bengali UI Regular'
'Noto Sans Buginese Regular'
'Noto Sans Buhid Regular'
'Noto Sans Canadian Aboriginal Regular'
'Noto Sans Chakma Regular'
'Noto Sans Cham Regular'
'Noto Sans Cherokee Regular'
'Noto Sans Coptic Regular'
'Noto Sans Devanagari UI Regular'
'Noto Sans Ethiopic Regular'
'Noto Sans Georgian Regular'
'Noto Sans Gujarati UI Regular'
'Noto Sans Gurmukhi UI Regular'
'Noto Sans Hanunoo Regular'
'Noto Sans Hebrew Regular'
'Noto Sans Javanese Regular'
'Noto Sans Kannada UI Regular'
'Noto Sans Kayah Li Regular'
'Noto Sans Khmer UI Regular'
'Noto Sans Lao UI Regular'
'Noto Sans Lepcha Regular'
'Noto Sans Limbu Regular'
'Noto Sans Lisu Regular'
'Noto Sans Malayalam UI Regular'
'Noto Sans Mandaic Regular'
'Noto Sans Mongolian Regular'
'Noto Sans Myanmar UI Regular'
'Noto Sans New Tai Lue Regular'
'Noto Sans NKo Regular'
'Noto Sans Ol Chiki Regular'
'Noto Sans Oriya UI Regular'
'Noto Sans Osage Regular'
'Noto Sans Osmanya Regular'
'Noto Sans Samaritan Regular'
'Noto Sans Saurashtra Regular'
'Noto Sans Shavian Regular'
'Noto Sans Sinhala UI Regular'
'Noto Sans Sinhala Regular'
'Noto Sans Sundanese Regular'
'Noto Sans Symbols Regular'
'Noto Sans Symbols2 Regular'
'Noto Sans Syriac Eastern Regular'
'Noto Sans Tagalog Regular'
'Noto Sans Tagbanwa Regular'
'Noto Sans Tai Le Regular'
'Noto Sans Tai Tham Regular'
'Noto Sans Tai Viet Regular'
'Noto Sans Tamil UI Regular'
'Noto Sans Telugu UI Regular'
'Noto Sans Thaana Regular'
'Noto Sans Thai UI Regular'
'Noto Sans Tibetan Regular'
'Noto Sans Tifinagh Regular'
'Noto Sans Vai Regular'
'Noto Sans Yi Regular'
'Noto Sans Arabic UI Regular'
'Noto Emoji Regular'
'Noto Naskh Arabic UI Regular'
'DejaVu Sans Book'
'HanaMinA Regular'
'HanaMinB Regular'
'Unifont Medium'
'unifont Medium'
'Unifont Upper Medium';
label: [name];
font-fill: #4d80b3;
font-size: 12;
font-style: italic;
halo-radius: 1;
halo-color: #ffffff;
halo-opacity: 0.7;
label-anchor: 0.5 0.5;
label-repeat: 400;
label-group: true;
label-all-group: true;
label-auto-wrap: 59;
label-geometry: [centroid(geometry)];
label-priority: 2400;
};
} | css/waterareas.css | @mode 'Flat';
/* @title Glacier */
[type = 'glacier'][@sd < 12.5M] {
fill: #ddecec;
stroke: #9cf;
[@scale < 800000] {
stroke-dasharray: 4 2;
stroke-width: 1.5;
};
}
/* @title Docks, canals, basin, water, reservoir */
[type in ('dock', 'canal')][@sd < 1.5M],
[type = 'basin'][@sd < 6000000],
[type in ('water', 'reservoir', 'riverbank')][@sd < 12.5M] {
fill: #aad3df;
stroke: #aad3df;
stroke-width: 0.5;
[@sd <= 3k] {
font-family: 'Noto Sans Regular'
'Noto Sans Adlam Regular'
'Noto Sans Adlam Unjoined Regular'
'Noto Sans Armenian Regular'
'Noto Sans Balinese Regular'
'Noto Sans Bamum Regular'
'Noto Sans Batak Regular'
'Noto Sans Bengali UI Regular'
'Noto Sans Buginese Regular'
'Noto Sans Buhid Regular'
'Noto Sans Canadian Aboriginal Regular'
'Noto Sans Chakma Regular'
'Noto Sans Cham Regular'
'Noto Sans Cherokee Regular'
'Noto Sans Coptic Regular'
'Noto Sans Devanagari UI Regular'
'Noto Sans Ethiopic Regular'
'Noto Sans Georgian Regular'
'Noto Sans Gujarati UI Regular'
'Noto Sans Gurmukhi UI Regular'
'Noto Sans Hanunoo Regular'
'Noto Sans Hebrew Regular'
'Noto Sans Javanese Regular'
'Noto Sans Kannada UI Regular'
'Noto Sans Kayah Li Regular'
'Noto Sans Khmer UI Regular'
'Noto Sans Lao UI Regular'
'Noto Sans Lepcha Regular'
'Noto Sans Limbu Regular'
'Noto Sans Lisu Regular'
'Noto Sans Malayalam UI Regular'
'Noto Sans Mandaic Regular'
'Noto Sans Mongolian Regular'
'Noto Sans Myanmar UI Regular'
'Noto Sans New Tai Lue Regular'
'Noto Sans NKo Regular'
'Noto Sans Ol Chiki Regular'
'Noto Sans Oriya UI Regular'
'Noto Sans Osage Regular'
'Noto Sans Osmanya Regular'
'Noto Sans Samaritan Regular'
'Noto Sans Saurashtra Regular'
'Noto Sans Shavian Regular'
'Noto Sans Sinhala UI Regular'
'Noto Sans Sinhala Regular'
'Noto Sans Sundanese Regular'
'Noto Sans Symbols Regular'
'Noto Sans Symbols2 Regular'
'Noto Sans Syriac Eastern Regular'
'Noto Sans Tagalog Regular'
'Noto Sans Tagbanwa Regular'
'Noto Sans Tai Le Regular'
'Noto Sans Tai Tham Regular'
'Noto Sans Tai Viet Regular'
'Noto Sans Tamil UI Regular'
'Noto Sans Telugu UI Regular'
'Noto Sans Thaana Regular'
'Noto Sans Thai UI Regular'
'Noto Sans Tibetan Regular'
'Noto Sans Tifinagh Regular'
'Noto Sans Vai Regular'
'Noto Sans Yi Regular'
'Noto Sans Arabic UI Regular'
'Noto Emoji Regular'
'Noto Naskh Arabic UI Regular'
'DejaVu Sans Book'
'HanaMinA Regular'
'HanaMinB Regular'
'Unifont Medium'
'unifont Medium'
'Unifont Upper Medium';
label: [name];
font-fill: #4d80b3;
font-size: 12;
font-style: italic;
halo-radius: 1;
halo-color: #ffffff;
halo-opacity: 0.7;
label-anchor: 0.5 0.5;
label-repeat: 400;
label-group: true;
label-all-group: true;
label-auto-wrap: 59;
label-geometry: [centroid(geometry)];
label-priority: 2400;
};
} | 0.423935 | 0.072341 |
[class*='col-'] {
padding: 1rem;
}
body{
font-family: Montserrat, sans-serif;
}
.navbar {
background-color: #5abfb4;
color: white;
font-family: Montserrat, sans-serif;
letter-spacing: 3px;
font-size: 20px;
font-weight: bold;
height: 80px;
}
nav a {
opacity: 1;
position: relative;
}
nav a::before {
content: '';
display: block;
height: 5px;
background: black;
transform: scale(0, 1);
transition: transform ease-in-out 250ms;
}
nav a:hover::before {
transform: scale(1, 1);
}
.navbar-nav {
margin-left: 20px;
font-size: 23px;
}
nav li {
margin-left: 2em;
margin-bottom: 0;
}
.title {
color: #5abfb4;
padding-left: 400px;
font-size: 80px;
margin-top: 80px;
letter-spacing: 10px;
font-weight: bold;
text-align: center;
padding-left: 3px;
}
.title:hover {
text-shadow: 0px 0px 10px #7b98f6;
}
.jumbotron {
font-family: Montserrat;
}
.pic {
position: absolute;
right: 0%;
margin-right: -150px;
margin-top: 50px;
}
.pic {
width: 700px;
height: 600px;
}
.lead {
font-family: Montserrat;
font-weight: bold;
font-size: 65px;
}
.value-description1 {
font-weight: bold;
font-size: 30px;
}
.platform-header {
text-align: center;
font-family: Montserrat;
font-weight: bold;
letter-spacing: 6px;
margin-top: 100px;
font-size: 65px;
}
.finance-header {
text-align: center;
font-family: Montserrat;
font-weight: bold;
letter-spacing: 6px;
margin-top: 100px;
font-size: 63px;
}
.value-heading {
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.section {
font-family: Montserrat;
}
.one-third {
font-size: 21px;
}
.nmbrs {
width: 70px;
height: 95px;
font-weight: bold;
margin-top: -28px;
border-radius: 35px;
color: #7b98f6;
text-align: center;
font-size: 100px;
float: left;
margin-right: 10px;
}
.nmbrs:hover {
transform: rotate(360deg);
}
.finance-icon {
width: 70px;
height: 60px;
padding-top: 10px;
margin-top: -12px;
border-radius: 35px;
color: #5abfb4;
text-align: center;
font-size: 30px;
float: left;
}
.finance-icon:hover {
transform: rotate(360deg);
}
.credit-icon1 {
width: 70px;
height: 60px;
padding-top: 10px;
margin-top: -12px;
border-radius: 35px;
color: #5abfb4;
text-align: center;
font-size: 50px;
float: left;
padding-left: 40px;
margin-right: 10px;
margin-bottom: 10px;
transform: rotate(-20deg);
}
.credit-icon2 {
width: 70px;
height: 60px;
padding-top: 10px;
margin-top: -12px;
border-radius: 35px;
color: #7b98f6;
text-align: center;
font-size: 50px;
float: left;
padding-right: 40px;
margin-right: 10px;
margin-bottom: 10px;
}
.margin {
margin-top: 40px;
}
.materials-icon {
padding-top: 5px;
}
#btnScrollToTop {
color: #5abfb4;
font-size: 90px;
background: transparent;
border-color: transparent;
margin: 0 0.5rem;
transition: var(--transition);
cursor: pointer;
margin-left: 900px;
margin-bottom: 100px;
}
.money {
font-family: Montserrat;
font-size: 21px;
}
.wmnphone {
margin-left: 150px;
}
.wmns {
width: 750px;
height: 600px;
}
.budget {
text-align: center;
font-family: Montserrat;
color: #5abfb4;
letter-spacing: 3px;
font-size: 63px;
}
.rules {
margin-left: 200px;
margin-top: 90px;
}
.link {
text-decoration: none;
color: #7b98f6;
}
.link:hover {
text-shadow: 0px 0px 10px #7b98f6;
}
.forum-title {
color: #5abfb4;
padding-left: 400px;
font-size: 80px;
margin-top: 80px;
letter-spacing: 10px;
font-weight: lighter;
text-align: center;
padding-left: 3px;
}
.forum-header {
font-size: 42px;
text-align: center;
font-family: Montserrat;
letter-spacing: 4px;
}
.forum-part {
color: #5abfb4;
font-size: 35px;
margin-top: 80px;
letter-spacing: 4px;
font-weight: bold;
text-align: center;
}
.row-forum {
margin-left: 200px;
}
.footer {
background-color #5abfb4:
}
.section-break{
color: #7B98F6;
max-width: 80%;
margin: 50px auto;
text-align: center;
}
.podcast img{
border-radius: 50%;
width: 60%;
}
.podcast .pod-title{
font-size: 1.5rem;
color: #5abfb4;
text-transform: uppercase;
text-align: center;
}
ol li{
list-style-type: none;
margin: 10px 0;
} | static/css/styles.css | [class*='col-'] {
padding: 1rem;
}
body{
font-family: Montserrat, sans-serif;
}
.navbar {
background-color: #5abfb4;
color: white;
font-family: Montserrat, sans-serif;
letter-spacing: 3px;
font-size: 20px;
font-weight: bold;
height: 80px;
}
nav a {
opacity: 1;
position: relative;
}
nav a::before {
content: '';
display: block;
height: 5px;
background: black;
transform: scale(0, 1);
transition: transform ease-in-out 250ms;
}
nav a:hover::before {
transform: scale(1, 1);
}
.navbar-nav {
margin-left: 20px;
font-size: 23px;
}
nav li {
margin-left: 2em;
margin-bottom: 0;
}
.title {
color: #5abfb4;
padding-left: 400px;
font-size: 80px;
margin-top: 80px;
letter-spacing: 10px;
font-weight: bold;
text-align: center;
padding-left: 3px;
}
.title:hover {
text-shadow: 0px 0px 10px #7b98f6;
}
.jumbotron {
font-family: Montserrat;
}
.pic {
position: absolute;
right: 0%;
margin-right: -150px;
margin-top: 50px;
}
.pic {
width: 700px;
height: 600px;
}
.lead {
font-family: Montserrat;
font-weight: bold;
font-size: 65px;
}
.value-description1 {
font-weight: bold;
font-size: 30px;
}
.platform-header {
text-align: center;
font-family: Montserrat;
font-weight: bold;
letter-spacing: 6px;
margin-top: 100px;
font-size: 65px;
}
.finance-header {
text-align: center;
font-family: Montserrat;
font-weight: bold;
letter-spacing: 6px;
margin-top: 100px;
font-size: 63px;
}
.value-heading {
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.section {
font-family: Montserrat;
}
.one-third {
font-size: 21px;
}
.nmbrs {
width: 70px;
height: 95px;
font-weight: bold;
margin-top: -28px;
border-radius: 35px;
color: #7b98f6;
text-align: center;
font-size: 100px;
float: left;
margin-right: 10px;
}
.nmbrs:hover {
transform: rotate(360deg);
}
.finance-icon {
width: 70px;
height: 60px;
padding-top: 10px;
margin-top: -12px;
border-radius: 35px;
color: #5abfb4;
text-align: center;
font-size: 30px;
float: left;
}
.finance-icon:hover {
transform: rotate(360deg);
}
.credit-icon1 {
width: 70px;
height: 60px;
padding-top: 10px;
margin-top: -12px;
border-radius: 35px;
color: #5abfb4;
text-align: center;
font-size: 50px;
float: left;
padding-left: 40px;
margin-right: 10px;
margin-bottom: 10px;
transform: rotate(-20deg);
}
.credit-icon2 {
width: 70px;
height: 60px;
padding-top: 10px;
margin-top: -12px;
border-radius: 35px;
color: #7b98f6;
text-align: center;
font-size: 50px;
float: left;
padding-right: 40px;
margin-right: 10px;
margin-bottom: 10px;
}
.margin {
margin-top: 40px;
}
.materials-icon {
padding-top: 5px;
}
#btnScrollToTop {
color: #5abfb4;
font-size: 90px;
background: transparent;
border-color: transparent;
margin: 0 0.5rem;
transition: var(--transition);
cursor: pointer;
margin-left: 900px;
margin-bottom: 100px;
}
.money {
font-family: Montserrat;
font-size: 21px;
}
.wmnphone {
margin-left: 150px;
}
.wmns {
width: 750px;
height: 600px;
}
.budget {
text-align: center;
font-family: Montserrat;
color: #5abfb4;
letter-spacing: 3px;
font-size: 63px;
}
.rules {
margin-left: 200px;
margin-top: 90px;
}
.link {
text-decoration: none;
color: #7b98f6;
}
.link:hover {
text-shadow: 0px 0px 10px #7b98f6;
}
.forum-title {
color: #5abfb4;
padding-left: 400px;
font-size: 80px;
margin-top: 80px;
letter-spacing: 10px;
font-weight: lighter;
text-align: center;
padding-left: 3px;
}
.forum-header {
font-size: 42px;
text-align: center;
font-family: Montserrat;
letter-spacing: 4px;
}
.forum-part {
color: #5abfb4;
font-size: 35px;
margin-top: 80px;
letter-spacing: 4px;
font-weight: bold;
text-align: center;
}
.row-forum {
margin-left: 200px;
}
.footer {
background-color #5abfb4:
}
.section-break{
color: #7B98F6;
max-width: 80%;
margin: 50px auto;
text-align: center;
}
.podcast img{
border-radius: 50%;
width: 60%;
}
.podcast .pod-title{
font-size: 1.5rem;
color: #5abfb4;
text-transform: uppercase;
text-align: center;
}
ol li{
list-style-type: none;
margin: 10px 0;
} | 0.421433 | 0.099164 |
html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
body {
background: #FFE0B2;
font-family: 'Helvetica Neue';
width: 100%;
margin: 0; }
header, footer {
width: 100%;
background: #FFE0B2;
text-align: center;
position: fixed; }
header a, footer a {
color: black;
text-decoration: none; }
header a:hover, footer a:hover {
color: #b2d1ff; }
header nav a, footer nav a {
font-weight: bold;
padding: 10px; }
header nav a:hover, footer nav a:hover {
color: #b2d1ff; }
header {
height: 100px;
top: 0; }
header h3 {
font-size: 2em;
line-height: .1em; }
footer {
height: 50px;
bottom: 0;
display: flex;
align-items: center;
justify-content: center; }
footer a {
padding: 20px; }
main {
width: 100%;
margin: 100px 0 50px;
max-width: 1200px;
margin-left: auto;
margin-right: auto; }
main::after {
clear: both;
content: "";
display: table; }
article {
height: 300px;
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
margin-right: 0; }
article h2 {
height: 100%;
width: 100%;
display: none;
text-align: center;
padding: 20px; }
article:last-child {
margin-right: 0; }
@media screen and (min-width: 800px) {
article {
height: 500px;
display: table;
width: 100%;
table-layout: fixed;
display: table-cell;
width: 50%; } }
article:hover h2 {
margin: 0;
display: block;
font-size: 3em;
color: #9DFF00;
border: 8px solid #9DFF00; }
@media screen and (min-width: 800px) {
article:hover h2 {
font-size: 4em;
border: 10px solid #9DFF00; } }
#img1 {
background-image: url("../img/1.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img2 {
background-image: url("../img/2.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img3 {
background-image: url("../img/3.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img4 {
background-image: url("../img/4.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img5 {
background-image: url("../img/5.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img6 {
background-image: url("../img/6.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img7 {
background-image: url("../img/7.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img8 {
background-image: url("../img/8.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
/*# sourceMappingURL=main.css.map */ | css/main.css | html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
body {
background: #FFE0B2;
font-family: 'Helvetica Neue';
width: 100%;
margin: 0; }
header, footer {
width: 100%;
background: #FFE0B2;
text-align: center;
position: fixed; }
header a, footer a {
color: black;
text-decoration: none; }
header a:hover, footer a:hover {
color: #b2d1ff; }
header nav a, footer nav a {
font-weight: bold;
padding: 10px; }
header nav a:hover, footer nav a:hover {
color: #b2d1ff; }
header {
height: 100px;
top: 0; }
header h3 {
font-size: 2em;
line-height: .1em; }
footer {
height: 50px;
bottom: 0;
display: flex;
align-items: center;
justify-content: center; }
footer a {
padding: 20px; }
main {
width: 100%;
margin: 100px 0 50px;
max-width: 1200px;
margin-left: auto;
margin-right: auto; }
main::after {
clear: both;
content: "";
display: table; }
article {
height: 300px;
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
margin-right: 0; }
article h2 {
height: 100%;
width: 100%;
display: none;
text-align: center;
padding: 20px; }
article:last-child {
margin-right: 0; }
@media screen and (min-width: 800px) {
article {
height: 500px;
display: table;
width: 100%;
table-layout: fixed;
display: table-cell;
width: 50%; } }
article:hover h2 {
margin: 0;
display: block;
font-size: 3em;
color: #9DFF00;
border: 8px solid #9DFF00; }
@media screen and (min-width: 800px) {
article:hover h2 {
font-size: 4em;
border: 10px solid #9DFF00; } }
#img1 {
background-image: url("../img/1.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img2 {
background-image: url("../img/2.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img3 {
background-image: url("../img/3.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img4 {
background-image: url("../img/4.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img5 {
background-image: url("../img/5.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img6 {
background-image: url("../img/6.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img7 {
background-image: url("../img/7.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
#img8 {
background-image: url("../img/8.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
/*# sourceMappingURL=main.css.map */ | 0.468304 | 0.070049 |
* {
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
color: #ffffff;
}
#spantext {
color: green;
}
.nav {
float: center;
}
.exc {
color: rgb(7, 7, 4);
}
#piz-pap {
margin-left: 560px;
align-content: center;
font-family: 'Shadows Into Light', cursive;
font-size: 35px;
font-weight: normal;
color: green;
}
li {
display: inline;
margin-right: 20px;
}
.h-buttons {
margin-top: 90px;
margin-bottom: 100px;
}
.h-buttons button {
border-radius: 40px;
color: black;
}
.menu-btn {
border-radius: 20px;
margin-top: 20px;
color: #000;
}
figcaption {
font-family: 'Oswald', serif;
}
#menu {
padding-top: 20px;
}
#order-pizza {
color: #000;
}
#list li {
font-size: 24px;
font-family: system-ui, serif;
}
.order-summary h1, .summary, .contact {
color: #000;
font-family: 'Love Ya Like A Sister', serif;
margin-top: 30px;
}
.contacts {
background-image: url("../img/image.jpeg");
background-repeat: no-repeat;
background-size: cover;
}
.contact-overlay {
height: inherit;
background-color: rgba(0, 0, 0, 0.7);
}
input[type="email"] {
background: transparent;
border: 1px solid #ffffff;
padding: .8em .7em;
border-radius: 20px;
outline: none !important;
font-size: 14px;
}
.click-me {
margin-top: 20px;
margin-bottom: 20px;
}
.get-pizza {
margin-top: 40px;
}
.contact {
padding-top: 20px;
}
.cdata {
margin-top: 20px;
margin-bottom: 15px;
}
.data {
height: inherit;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
}
.go {
border-radius: 20px;
}
.click-me, button[type=submit], .deliver, .delivernot {
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
background-color:green;
outline: none;
padding: 12.5px 13px;
border: none;
border-radius: 33px;
font-size: 14px;
}
.deliver, .delivernot {
margin: 10px;
}
h4 {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
#order-pizza {
padding: 20px 50px 20px 50px;
font-family: 'Love Ya Like A Sister', cursive;
}
.order-overlay {
height: inherit;
padding: 20px;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 20px;
}
.checkout {
border-radius: 20px;
margin-top: 20px;
}
#list {
color: #000;
}
.pizz {
color: green;
}
.menu {
margin-top: 30px;
background-image: url("../img/pizzab.png");
padding: 0;
}
#menu {
font-family: 'Love Ya Like A Sister', cursive;
}
.menu-overlay {
height: inherit;
width: inherit;
background-color: rgba(0, 0, 0, 0.7);
}
.overlay {
background-color: rgba(0, 0, 0, 0.7);
height: 100%;
}
#push {
padding-top: 10%;
}
.landing-text {
margin-top: 10%;
}
.landing-text h1, h2 {
font-family: 'Love Ya Like A Sister', cursive;
}
.landing-text h1 {
font-family: '<NAME>', cursive;
font-size: 60px;
}
a {
color: white;
font-size: 18px;
font-weight: normal;
}
figure img {
height: 260px;
width: 260px;
}
.karibu-txt {
margin-top: 160px;
}
.txt {
font-family: system-ui, cursive;
color: black;
font-size: 23px;
}
.txt-big {
font-size: 50px;
font-family: 'Shadows Into Light', cursive;
}
.karibu-img {
margin-top: 10px;
margin-left: 80px;
margin-bottom: 130px;
height: 400px;
width: 400px;
}
.welcome {
padding-top: 30px;
}
.rads {
display: flex;
flex-wrap: wrap;
}
.fab {
margin: 60px 15px 0 15px;
}
.top-nav-collapse {
background-color: green !important;
}
.navbar:not(.top-nav-collapse) {
background: transparent !important;
}
@media (max-width: 740px) {
html,
body,
header,
.view {
height: 1000px;
overflow-x: hidden;
}
#push {
padding-top: 40%;
}
.karibu-txt {
margin-top: 50px;
}
.menu-overlay {
width: 100%;
height: inherit;
background-color: rgba(0, 0, 0, 0.7);
}
.karibu-img {
margin-left: 20px;
margin-bottom: 10px;
height: 305px;
width: 280px;
}
.welcome {
padding-top: 15px;
}
.cdata {
padding: 10px 5px 10px 5px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html,
body,
header,
.view {
height: 650px;
}
.piz-pap {
font-size: 50px;
}
ul > .nav-items {
display: inline;
margin-right: 20px;
margin-left: 12px;
}
}
@media (max-width: 991px) {
.navbar:not(.top-nav-collapse) {
background: green !important;
}
} | css/styles.css | * {
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
color: #ffffff;
}
#spantext {
color: green;
}
.nav {
float: center;
}
.exc {
color: rgb(7, 7, 4);
}
#piz-pap {
margin-left: 560px;
align-content: center;
font-family: 'Shadows Into Light', cursive;
font-size: 35px;
font-weight: normal;
color: green;
}
li {
display: inline;
margin-right: 20px;
}
.h-buttons {
margin-top: 90px;
margin-bottom: 100px;
}
.h-buttons button {
border-radius: 40px;
color: black;
}
.menu-btn {
border-radius: 20px;
margin-top: 20px;
color: #000;
}
figcaption {
font-family: 'Oswald', serif;
}
#menu {
padding-top: 20px;
}
#order-pizza {
color: #000;
}
#list li {
font-size: 24px;
font-family: system-ui, serif;
}
.order-summary h1, .summary, .contact {
color: #000;
font-family: 'Love Ya Like A Sister', serif;
margin-top: 30px;
}
.contacts {
background-image: url("../img/image.jpeg");
background-repeat: no-repeat;
background-size: cover;
}
.contact-overlay {
height: inherit;
background-color: rgba(0, 0, 0, 0.7);
}
input[type="email"] {
background: transparent;
border: 1px solid #ffffff;
padding: .8em .7em;
border-radius: 20px;
outline: none !important;
font-size: 14px;
}
.click-me {
margin-top: 20px;
margin-bottom: 20px;
}
.get-pizza {
margin-top: 40px;
}
.contact {
padding-top: 20px;
}
.cdata {
margin-top: 20px;
margin-bottom: 15px;
}
.data {
height: inherit;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
}
.go {
border-radius: 20px;
}
.click-me, button[type=submit], .deliver, .delivernot {
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
background-color:green;
outline: none;
padding: 12.5px 13px;
border: none;
border-radius: 33px;
font-size: 14px;
}
.deliver, .delivernot {
margin: 10px;
}
h4 {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
#order-pizza {
padding: 20px 50px 20px 50px;
font-family: 'Love Ya Like A Sister', cursive;
}
.order-overlay {
height: inherit;
padding: 20px;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 20px;
}
.checkout {
border-radius: 20px;
margin-top: 20px;
}
#list {
color: #000;
}
.pizz {
color: green;
}
.menu {
margin-top: 30px;
background-image: url("../img/pizzab.png");
padding: 0;
}
#menu {
font-family: 'Love Ya Like A Sister', cursive;
}
.menu-overlay {
height: inherit;
width: inherit;
background-color: rgba(0, 0, 0, 0.7);
}
.overlay {
background-color: rgba(0, 0, 0, 0.7);
height: 100%;
}
#push {
padding-top: 10%;
}
.landing-text {
margin-top: 10%;
}
.landing-text h1, h2 {
font-family: 'Love Ya Like A Sister', cursive;
}
.landing-text h1 {
font-family: '<NAME>', cursive;
font-size: 60px;
}
a {
color: white;
font-size: 18px;
font-weight: normal;
}
figure img {
height: 260px;
width: 260px;
}
.karibu-txt {
margin-top: 160px;
}
.txt {
font-family: system-ui, cursive;
color: black;
font-size: 23px;
}
.txt-big {
font-size: 50px;
font-family: 'Shadows Into Light', cursive;
}
.karibu-img {
margin-top: 10px;
margin-left: 80px;
margin-bottom: 130px;
height: 400px;
width: 400px;
}
.welcome {
padding-top: 30px;
}
.rads {
display: flex;
flex-wrap: wrap;
}
.fab {
margin: 60px 15px 0 15px;
}
.top-nav-collapse {
background-color: green !important;
}
.navbar:not(.top-nav-collapse) {
background: transparent !important;
}
@media (max-width: 740px) {
html,
body,
header,
.view {
height: 1000px;
overflow-x: hidden;
}
#push {
padding-top: 40%;
}
.karibu-txt {
margin-top: 50px;
}
.menu-overlay {
width: 100%;
height: inherit;
background-color: rgba(0, 0, 0, 0.7);
}
.karibu-img {
margin-left: 20px;
margin-bottom: 10px;
height: 305px;
width: 280px;
}
.welcome {
padding-top: 15px;
}
.cdata {
padding: 10px 5px 10px 5px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html,
body,
header,
.view {
height: 650px;
}
.piz-pap {
font-size: 50px;
}
ul > .nav-items {
display: inline;
margin-right: 20px;
margin-left: 12px;
}
}
@media (max-width: 991px) {
.navbar:not(.top-nav-collapse) {
background: green !important;
}
} | 0.375706 | 0.148109 |
.main-pane {
-fx-background-image: url("back2ck.jpg");
-fx-background-repeat: no-repeat;
-fx-background-size: 800 600;
-fx-font-family: 'Helvetica', Arial, sans-serif;
-fx-padding: 18px;
-fx-spacing: 10px;
}
.image1 {
-fx-padding: 80 60 60 60;
-fx-spacing: 10px;
}
.image5{
}
.copyright {
-fx-font-size: 20;
-fx-font-fill: white;
-fx-font-weight: bold;
}
.topPane {
-fx-padding: 2px;
-fx-spacing: 5px;
}
.upper-section {
-fx-padding: 1px;
-fx-spacing: 10px;
}
.upper-section {
-fx-padding: 3px;
-fx-spacing: 20px;
}
.center-pane {
-fx-min-width: 30;
-fx-max-width: 4;
}
.error-output {
-fx-text-fill: red;
-fx-font-weight: bold;
}
.dice-pane {
-fx-padding: 80 0 0 0;
-fx-spacing: 2px;
}
.dice-pane-button {
-fx-min-width: 64px;
-fx-max-width: 64px;
-fx-min-height: 64px;
-fx-max-height: 64px;
}
ToggleButton.dice-button {
-fx-background-repeat: no-repeat;
-fx-background-position: center;
-fx-background-size: 60 60;
}
ToggleButton.dice-button-0 {
-fx-background-image: url("dice-none.gif");
}
ToggleButton.dice-button-1 {
-fx-background-image: url("dice-one.png");
}
ToggleButton.dice-button-2 {
-fx-background-image: url("dice-two.png");
}
ToggleButton.dice-button-3 {
-fx-background-image: url("dice-three.png");
}
ToggleButton.dice-button-4 {
-fx-background-image: url("dice-four.png");
}
ToggleButton.dice-button-5 {
-fx-background-image: url("dice-five.png");
}
ToggleButton.dice-button-6 {
-fx-background-image: url("dice-six.png");
}
Button.rollButton {
}
Label.section-label {
-fx-background-color: lightgrey;
}
.section-output {
-fx-font-size: 20;
-fx-text-fill: white;
}
.bottom-section {
-fx-font-family: 'Helvetica', Arial, sans-serif;
-fx-text-fill: white;
}
Button.save-button {
/*-fx-background-image: url("devil.gif"); */
}
Button.score-button {
-fx-spacing: 50px 5px 5px;
}
GridPane.scores-pane {
} | main.css | .main-pane {
-fx-background-image: url("back2ck.jpg");
-fx-background-repeat: no-repeat;
-fx-background-size: 800 600;
-fx-font-family: 'Helvetica', Arial, sans-serif;
-fx-padding: 18px;
-fx-spacing: 10px;
}
.image1 {
-fx-padding: 80 60 60 60;
-fx-spacing: 10px;
}
.image5{
}
.copyright {
-fx-font-size: 20;
-fx-font-fill: white;
-fx-font-weight: bold;
}
.topPane {
-fx-padding: 2px;
-fx-spacing: 5px;
}
.upper-section {
-fx-padding: 1px;
-fx-spacing: 10px;
}
.upper-section {
-fx-padding: 3px;
-fx-spacing: 20px;
}
.center-pane {
-fx-min-width: 30;
-fx-max-width: 4;
}
.error-output {
-fx-text-fill: red;
-fx-font-weight: bold;
}
.dice-pane {
-fx-padding: 80 0 0 0;
-fx-spacing: 2px;
}
.dice-pane-button {
-fx-min-width: 64px;
-fx-max-width: 64px;
-fx-min-height: 64px;
-fx-max-height: 64px;
}
ToggleButton.dice-button {
-fx-background-repeat: no-repeat;
-fx-background-position: center;
-fx-background-size: 60 60;
}
ToggleButton.dice-button-0 {
-fx-background-image: url("dice-none.gif");
}
ToggleButton.dice-button-1 {
-fx-background-image: url("dice-one.png");
}
ToggleButton.dice-button-2 {
-fx-background-image: url("dice-two.png");
}
ToggleButton.dice-button-3 {
-fx-background-image: url("dice-three.png");
}
ToggleButton.dice-button-4 {
-fx-background-image: url("dice-four.png");
}
ToggleButton.dice-button-5 {
-fx-background-image: url("dice-five.png");
}
ToggleButton.dice-button-6 {
-fx-background-image: url("dice-six.png");
}
Button.rollButton {
}
Label.section-label {
-fx-background-color: lightgrey;
}
.section-output {
-fx-font-size: 20;
-fx-text-fill: white;
}
.bottom-section {
-fx-font-family: 'Helvetica', Arial, sans-serif;
-fx-text-fill: white;
}
Button.save-button {
/*-fx-background-image: url("devil.gif"); */
}
Button.score-button {
-fx-spacing: 50px 5px 5px;
}
GridPane.scores-pane {
} | 0.221772 | 0.045649 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
color:#000000;
margin:0px;
font-size:100%;
}
#ads {
background-color: #ffffff;
height: 104px;
width:100%;
margin-top:0px;
min-width:903px;
}
.container {
background-color:#f1f1f1;
width:100%;
overflow:auto;
position:absolute;
top:100px;
bottom:0;
height:auto;
min-height:250px;
min-width:550px;
}
.textareacontainer, .iframecontainer {
float:left;
height:100%;
width:50%;
}
.textarea, .iframe {
height:100%;
width:100%;
padding:15px;
}
.textarea {
padding-right:7px;
}
.iframe {
padding-left:7px;
}
.headerText {
width:auto;
float:left;
font-family:verdana;
font-size:1em;
line-height:2;
}
.seeResult {
float:right;
font-size:15px;
background-color:#555555;
color:#ffffff;
border:1px solid #555555;
padding:0 15px;
line-height:1.45;
width:auto;
cursor:pointer;
box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.seeResult:hover {
background-color:#ffffff;
color:#000000;
}
.seeResult:active {
background-color:#f1f1f1;
}
.textarea_wrapper {
width:100%;
height:92%;
background-color: #ffffff;
box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.codeout_wrapper {
width:100%;
height:92%;
-webkit-overflow-scrolling: touch;
background-color: #ffffff;
box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#textareaCode {
background-color: #ffffff;
font-family: consolas,"courier new",monospace;
font-size:15px;
height:100%;
width:100%;
padding:8px;
resize: none;
border:none;
}
#codeOutput {
background-color: #ffffff;
font-family: consolas,"courier new",monospace;
font-size:15px;
height:100%;
width:100%;
padding:8px;
resize: none;
border:none;
}
.footerText {
position:absolute;
bottom:0;
font-family:verdana;
font-size:0.8em;
width:100%;
padding-right:15px;
text-align:right;
height:20px;
overflow:hidden;
}
.footerText a {
color:#000000;
}
.footerText a:hover {
text-decoration:none;
}
#tryitLeaderboard {
overflow:hidden;
text-align:center;
margin-top:5px;
}
@media screen and (max-width: 768px) {
.container {
top:100px;
}
.footerText {
display:none;
}
}
@media screen and (max-width: 728px) {
#tryitLeaderboard {
margin-top:0;
}
.container {
top:60px;
}
}
@media screen and (max-width: 467px) {
.container {
top:50px;
}
}
@media only screen and (max-device-width: 768px) {
#textareaCode {
padding:5px;
}
.iframewrapper {
overflow: auto;
}
.container {
min-width:320px;
}
.textarea, .iframe {
height:97%;
}
@media screen and (orientation:portrait) {
.textareacontainer, .iframecontainer {
height:50%;
float:none;
width:98%;
}
.textarea, .iframe {
height:97%;
padding:15px;
}
}
}
@media screen and (max-height: 700px) {
.footerText {
display:none;
}
} | sites/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
color:#000000;
margin:0px;
font-size:100%;
}
#ads {
background-color: #ffffff;
height: 104px;
width:100%;
margin-top:0px;
min-width:903px;
}
.container {
background-color:#f1f1f1;
width:100%;
overflow:auto;
position:absolute;
top:100px;
bottom:0;
height:auto;
min-height:250px;
min-width:550px;
}
.textareacontainer, .iframecontainer {
float:left;
height:100%;
width:50%;
}
.textarea, .iframe {
height:100%;
width:100%;
padding:15px;
}
.textarea {
padding-right:7px;
}
.iframe {
padding-left:7px;
}
.headerText {
width:auto;
float:left;
font-family:verdana;
font-size:1em;
line-height:2;
}
.seeResult {
float:right;
font-size:15px;
background-color:#555555;
color:#ffffff;
border:1px solid #555555;
padding:0 15px;
line-height:1.45;
width:auto;
cursor:pointer;
box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.seeResult:hover {
background-color:#ffffff;
color:#000000;
}
.seeResult:active {
background-color:#f1f1f1;
}
.textarea_wrapper {
width:100%;
height:92%;
background-color: #ffffff;
box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.codeout_wrapper {
width:100%;
height:92%;
-webkit-overflow-scrolling: touch;
background-color: #ffffff;
box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#textareaCode {
background-color: #ffffff;
font-family: consolas,"courier new",monospace;
font-size:15px;
height:100%;
width:100%;
padding:8px;
resize: none;
border:none;
}
#codeOutput {
background-color: #ffffff;
font-family: consolas,"courier new",monospace;
font-size:15px;
height:100%;
width:100%;
padding:8px;
resize: none;
border:none;
}
.footerText {
position:absolute;
bottom:0;
font-family:verdana;
font-size:0.8em;
width:100%;
padding-right:15px;
text-align:right;
height:20px;
overflow:hidden;
}
.footerText a {
color:#000000;
}
.footerText a:hover {
text-decoration:none;
}
#tryitLeaderboard {
overflow:hidden;
text-align:center;
margin-top:5px;
}
@media screen and (max-width: 768px) {
.container {
top:100px;
}
.footerText {
display:none;
}
}
@media screen and (max-width: 728px) {
#tryitLeaderboard {
margin-top:0;
}
.container {
top:60px;
}
}
@media screen and (max-width: 467px) {
.container {
top:50px;
}
}
@media only screen and (max-device-width: 768px) {
#textareaCode {
padding:5px;
}
.iframewrapper {
overflow: auto;
}
.container {
min-width:320px;
}
.textarea, .iframe {
height:97%;
}
@media screen and (orientation:portrait) {
.textareacontainer, .iframecontainer {
height:50%;
float:none;
width:98%;
}
.textarea, .iframe {
height:97%;
padding:15px;
}
}
}
@media screen and (max-height: 700px) {
.footerText {
display:none;
}
} | 0.26693 | 0.108519 |
body
{
background-image:url("http://www.dailybitcoiner.com/Images/Site/Background.png");
background-color: #E9EAED;
font-family: Calibri, Arial;
}
h1
{
font-size: 32px;
text-align: center;
line-height: 80%;
}
h2
{
font-size: 28px;
margin-bottom: 10px;
padding-top: 20px;
}
a:link
{
color: #428BCA;
text-decoration: none;
}
a:visited
{
color: #428BCA;
}
a:hover
{
color: #05AADC;
}
a:active
{
color: #05AADC;
}
p
{
font-size: 20px;
}
#listings
{
}
.container:first-child
{
margin-top: 20px;
}
.img-center
{
display: block;
margin: 0 auto;
}
.text-subheading
{
font-size: 20px;
text-align: center;
}
.info-line
{
margin-top: 10px;
font-size: 18px;
line-height: 90%;
}
.info-line-sm
{
font-size: 14px;
line-height: 80%;
}
.travel-reimbursement img,.prizes img,.high-schoolers img
{
display: inline-block;
vertical-align: middle;
margin-right: 8px;
line-height: 80%;
}
.travel-reimbursement p,.prizes p,.high-schoolers p
{
display: inline-block;
vertical-align: middle;
font-size: 14px;
line-height: 80%;
}
.onoffswitch {
position: relative; width: 60px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 0px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 10px; padding: 0; line-height: 26px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
border: 2px solid transparent;
background-clip: padding-box;
}
.onoffswitch-inner:before {
content: "";
padding-left: 10px;
background-color: #34B9E3; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "";
padding-right: 10px;
background-color: #CCCCCC; color: #333333;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 15px; margin: 0px;
background: #3D3939;
position: absolute; top: 0; bottom: 0; right: 45;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
#githubButtons {
text-align: center;
} | css/style.css | body
{
background-image:url("http://www.dailybitcoiner.com/Images/Site/Background.png");
background-color: #E9EAED;
font-family: Calibri, Arial;
}
h1
{
font-size: 32px;
text-align: center;
line-height: 80%;
}
h2
{
font-size: 28px;
margin-bottom: 10px;
padding-top: 20px;
}
a:link
{
color: #428BCA;
text-decoration: none;
}
a:visited
{
color: #428BCA;
}
a:hover
{
color: #05AADC;
}
a:active
{
color: #05AADC;
}
p
{
font-size: 20px;
}
#listings
{
}
.container:first-child
{
margin-top: 20px;
}
.img-center
{
display: block;
margin: 0 auto;
}
.text-subheading
{
font-size: 20px;
text-align: center;
}
.info-line
{
margin-top: 10px;
font-size: 18px;
line-height: 90%;
}
.info-line-sm
{
font-size: 14px;
line-height: 80%;
}
.travel-reimbursement img,.prizes img,.high-schoolers img
{
display: inline-block;
vertical-align: middle;
margin-right: 8px;
line-height: 80%;
}
.travel-reimbursement p,.prizes p,.high-schoolers p
{
display: inline-block;
vertical-align: middle;
font-size: 14px;
line-height: 80%;
}
.onoffswitch {
position: relative; width: 60px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 0px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 10px; padding: 0; line-height: 26px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
border: 2px solid transparent;
background-clip: padding-box;
}
.onoffswitch-inner:before {
content: "";
padding-left: 10px;
background-color: #34B9E3; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "";
padding-right: 10px;
background-color: #CCCCCC; color: #333333;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 15px; margin: 0px;
background: #3D3939;
position: absolute; top: 0; bottom: 0; right: 45;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
#githubButtons {
text-align: center;
} | 0.30767 | 0.090454 |
* {
box-sizing: border-box; }
html, body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #454545;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
.container {
position: absolute;
width: 25vw;
height: 25vw;
top: 50%;
left: 50%;
background: transparent;
text-align: center;
transform: translate(-50%, -50%); }
.face {
position: relative;
width: 100%;
height: 100%;
border-radius: 50%; }
.face.yellow {
background: #E7E77A; }
.face .eye {
position: absolute;
width: 10%;
height: 10%;
top: 25%;
border-radius: 50%;
background: #afafaf;
transition: all 0.1s linear; }
.face .eye.left {
left: 25%; }
.face .eye.right {
right: 25%; }
.face .eye.blink {
height: 3%;
top: 30%;
border-radius: 500px; }
.face .eye.dead {
visibility: hidden; }
.face .eye.dead:before, .face .eye.dead:after {
content: '\00a0';
position: absolute;
width: 30%;
height: 100%;
visibility: visible;
background: #afafaf;
border-radius: 1000px; }
.face .eye.dead:before {
transform: rotate(45deg); }
.face .eye.dead:after {
transform: rotate(135deg); }
.face .mouth {
position: absolute;
width: 40%;
height: 7.5%;
left: 50%;
top: 65%;
border-radius: 1000px;
background: #afafaf;
transform: translateX(-50%); }
.face .mouth.surprise {
width: 30%;
height: 30%;
top: 55%;
border-radius: 50%; }
button {
display: block;
width: 100%;
margin: 15px 0;
padding: 12px;
border: none;
border-radius: 2px;
background: #3c6f88;
color: #fff;
box-shadow: 0px 3px 7px -2px #454545;
cursor: pointer;
outline: none;
transition: all 0.1s linear; }
.group-action {
position: fixed;
width: 20%;
height: 100%;
top: 0;
right: 0;
padding: 30px;
background: #e2e2e2;
overflow: auto;
box-shadow: 10px 0px 15px -6px #454545 inset; }
.group-action .group {
margin-bottom: 25px;
border-left: 1px solid #454545;
padding: 0 15px; }
.group-action .group .actions {
position: relative; }
.group-action .group .actions .options {
position: absolute;
width: 100%;
top: 0;
left: 0;
padding: 10px;
visibility: hidden;
opacity: 0;
background: #e2e2e2;
box-shadow: 0px 3px 7px -2px #454545;
transition: all 0.2s linear;
z-index: 1; }
.group-action .group .actions .options.on {
top: 100%;
visibility: visible;
opacity: 1; }
.chk-option {
display: block; }
.chk-option input[type=checkbox]:checked + label {
color: #1297D4; }
.chk-option label {
display: inline-block; } | src/css/style.css | * {
box-sizing: border-box; }
html, body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #454545;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
.container {
position: absolute;
width: 25vw;
height: 25vw;
top: 50%;
left: 50%;
background: transparent;
text-align: center;
transform: translate(-50%, -50%); }
.face {
position: relative;
width: 100%;
height: 100%;
border-radius: 50%; }
.face.yellow {
background: #E7E77A; }
.face .eye {
position: absolute;
width: 10%;
height: 10%;
top: 25%;
border-radius: 50%;
background: #afafaf;
transition: all 0.1s linear; }
.face .eye.left {
left: 25%; }
.face .eye.right {
right: 25%; }
.face .eye.blink {
height: 3%;
top: 30%;
border-radius: 500px; }
.face .eye.dead {
visibility: hidden; }
.face .eye.dead:before, .face .eye.dead:after {
content: '\00a0';
position: absolute;
width: 30%;
height: 100%;
visibility: visible;
background: #afafaf;
border-radius: 1000px; }
.face .eye.dead:before {
transform: rotate(45deg); }
.face .eye.dead:after {
transform: rotate(135deg); }
.face .mouth {
position: absolute;
width: 40%;
height: 7.5%;
left: 50%;
top: 65%;
border-radius: 1000px;
background: #afafaf;
transform: translateX(-50%); }
.face .mouth.surprise {
width: 30%;
height: 30%;
top: 55%;
border-radius: 50%; }
button {
display: block;
width: 100%;
margin: 15px 0;
padding: 12px;
border: none;
border-radius: 2px;
background: #3c6f88;
color: #fff;
box-shadow: 0px 3px 7px -2px #454545;
cursor: pointer;
outline: none;
transition: all 0.1s linear; }
.group-action {
position: fixed;
width: 20%;
height: 100%;
top: 0;
right: 0;
padding: 30px;
background: #e2e2e2;
overflow: auto;
box-shadow: 10px 0px 15px -6px #454545 inset; }
.group-action .group {
margin-bottom: 25px;
border-left: 1px solid #454545;
padding: 0 15px; }
.group-action .group .actions {
position: relative; }
.group-action .group .actions .options {
position: absolute;
width: 100%;
top: 0;
left: 0;
padding: 10px;
visibility: hidden;
opacity: 0;
background: #e2e2e2;
box-shadow: 0px 3px 7px -2px #454545;
transition: all 0.2s linear;
z-index: 1; }
.group-action .group .actions .options.on {
top: 100%;
visibility: visible;
opacity: 1; }
.chk-option {
display: block; }
.chk-option input[type=checkbox]:checked + label {
color: #1297D4; }
.chk-option label {
display: inline-block; } | 0.625095 | 0.097433 |
@media print
{
body
{
background: #FFFFFF;
margin: 0 !important;
}
#print-area
{
margin: 0 !important;
width: 100% !important;
background-color: #FFFFFF;
padding: 0 !important;
box-shadow: none !important;
}
}
@page
{
size: A4;
margin: 15mm;
}
body
{
font-family: 'Segoe UI';
background: #EEEEEE;
font-family: 'Segoe UI';
}
#print-area
{
margin: 3em auto;
width: 18cm;
background-color: #FFFFFF;
padding: 1.5cm;
box-shadow: #CCCCDD 7px 7px 0px;
}
/*#region Címkék*/
.label
{
border: 1px solid black;
overflow: hidden;
display: inline-block;
}
.label.small
{
width: 4cm;
height: 1.5cm;
font-weight: bold;
background-repeat: no-repeat;
background-image: url(../img/symbol/chip.gif);
background-position: 3px 6px;
}
.label.small img
{
width: 1.5cm;
height: 1.5cm;
float: left;
}
.label.small div
{
text-align: center;
overflow:hidden;
}
.label.small div small
{
display: block;
font-size: 0.8em;
font-weight: normal;
}
.label.big
{
border: none;
width: 7.4cm;
height: 11.5cm;
}
.label.big:nth-child(4n+1)
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0 15mm 15mm 0;
}
.label.big:nth-child(4n+2)
{
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0 0 15mm 15mm;
}
.label.big:nth-child(4n+3)
{
border-right: 1px solid #000000;
border-top: 1px solid #000000;
padding: 15mm 15mm 0 0;
}
.label.big:nth-child(4n)
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0 15mm 15mm 0;
}
.label.big h1
{
margin-left: 0;
}
.label.big span
{
float: right;
writing-mode: sideways-lr;
text-orientation: upright;
width: 3cm;
height: 8cm;
}
.qr
{
width: 30mm;
height: 35mm;
padding: 5mm 5mm 2mm 5mm;
background-color: #000000;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
margin-bottom: 5mm;
float: left;
}
.qr img
{
width: 3cm;
height: 3cm;
display: block;
}
/*#endregion*/
/*#region Rendelőlap*/
#order-sheet .header
{
margin-bottom: 2em;
}
#order-sheet .header td
{
border: 0;
}
#order-sheet .header img
{
height: 100px;
}
#order-sheet table
{
width: 100%;
text-align: left;
}
/*#endregion*/ | src/GanzAdmin/wwwroot/style/print.css | @media print
{
body
{
background: #FFFFFF;
margin: 0 !important;
}
#print-area
{
margin: 0 !important;
width: 100% !important;
background-color: #FFFFFF;
padding: 0 !important;
box-shadow: none !important;
}
}
@page
{
size: A4;
margin: 15mm;
}
body
{
font-family: 'Segoe UI';
background: #EEEEEE;
font-family: 'Segoe UI';
}
#print-area
{
margin: 3em auto;
width: 18cm;
background-color: #FFFFFF;
padding: 1.5cm;
box-shadow: #CCCCDD 7px 7px 0px;
}
/*#region Címkék*/
.label
{
border: 1px solid black;
overflow: hidden;
display: inline-block;
}
.label.small
{
width: 4cm;
height: 1.5cm;
font-weight: bold;
background-repeat: no-repeat;
background-image: url(../img/symbol/chip.gif);
background-position: 3px 6px;
}
.label.small img
{
width: 1.5cm;
height: 1.5cm;
float: left;
}
.label.small div
{
text-align: center;
overflow:hidden;
}
.label.small div small
{
display: block;
font-size: 0.8em;
font-weight: normal;
}
.label.big
{
border: none;
width: 7.4cm;
height: 11.5cm;
}
.label.big:nth-child(4n+1)
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0 15mm 15mm 0;
}
.label.big:nth-child(4n+2)
{
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0 0 15mm 15mm;
}
.label.big:nth-child(4n+3)
{
border-right: 1px solid #000000;
border-top: 1px solid #000000;
padding: 15mm 15mm 0 0;
}
.label.big:nth-child(4n)
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0 15mm 15mm 0;
}
.label.big h1
{
margin-left: 0;
}
.label.big span
{
float: right;
writing-mode: sideways-lr;
text-orientation: upright;
width: 3cm;
height: 8cm;
}
.qr
{
width: 30mm;
height: 35mm;
padding: 5mm 5mm 2mm 5mm;
background-color: #000000;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
margin-bottom: 5mm;
float: left;
}
.qr img
{
width: 3cm;
height: 3cm;
display: block;
}
/*#endregion*/
/*#region Rendelőlap*/
#order-sheet .header
{
margin-bottom: 2em;
}
#order-sheet .header td
{
border: 0;
}
#order-sheet .header img
{
height: 100px;
}
#order-sheet table
{
width: 100%;
text-align: left;
}
/*#endregion*/ | 0.124745 | 0.05921 |
.spin {
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%; /* IE 9 */
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* Override default navbar
Prevent first form element dropdown menu to get out of the viewport */
.navbar {
min-height: 8em;
}
.check {
font-size: 13em;
color: #455;
margin-left: 50px;
}
.editable-field {
padding: .5em 0;
}
.editable-field:hover {
background: #fafafa;
cursor: move;
}
.editable-field label:hover {
cursor: move;
}
.editable-field-actions {
text-align: right;
padding-left: 0;
}
.editable-field-actions button,
button.close-btn {
background: none;
border: none;
}
.editable-field-actions button:last-child {
padding-right: 0;
}
form > p {
padding: 1em 0;
}
.field-editor .panel-heading {
padding: 0;
}
.field-editor .btn,
.editable-field-actions .btn {
text-transform: none;
}
.editable-field-actions .btn {
padding: 0;
margin-left: 6px;
}
.editable-field-actions .btn:last {
margin-left: 0px;
}
.panel-heading .panel-title {
display: inline-block;
padding: 4px 16px;
}
textarea.json-viewer {
width: 100%;
height: 350px;
font-family: Consolas, "Ubuntu Mono", "Monaco", monospace;
}
.field-list-entry:hover {
background: #fafafa;
cursor: move;
}
.field-list-entry:active {
background: #F7F7F7;
box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, .3);
}
.glyphicon + span {
margin-left: .5em;
}
.dropzone-active {
padding-bottom: 5em;
background-color: white;
outline: 2px dashed black;
outline-offset: -10px;
font-size: 1.25rem;
position: relative;
padding: 50px 20px;
}
.dropzone-active p{
text-align: center;
margin: auto;
height: 100px;
}
span.edit-in-place:hover {
cursor: pointer;
}
.edit-in-place:hover:not(:focus) {
text-decoration: underline;
}
.edit-in-place-active {
width: 500px;
}
.narrow {
max-width: 730px;
margin-right: auto;
margin-left: auto;
}
.builder-form .panel {
margin-bottom: 0;
}
.builder-inner-actions {
margin-bottom: 30px;
}
.background {
background-position: bottom;
color: white !important;
}
.background h1 {
color: white !important;
} | src/styles.css | .spin {
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%; /* IE 9 */
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* Override default navbar
Prevent first form element dropdown menu to get out of the viewport */
.navbar {
min-height: 8em;
}
.check {
font-size: 13em;
color: #455;
margin-left: 50px;
}
.editable-field {
padding: .5em 0;
}
.editable-field:hover {
background: #fafafa;
cursor: move;
}
.editable-field label:hover {
cursor: move;
}
.editable-field-actions {
text-align: right;
padding-left: 0;
}
.editable-field-actions button,
button.close-btn {
background: none;
border: none;
}
.editable-field-actions button:last-child {
padding-right: 0;
}
form > p {
padding: 1em 0;
}
.field-editor .panel-heading {
padding: 0;
}
.field-editor .btn,
.editable-field-actions .btn {
text-transform: none;
}
.editable-field-actions .btn {
padding: 0;
margin-left: 6px;
}
.editable-field-actions .btn:last {
margin-left: 0px;
}
.panel-heading .panel-title {
display: inline-block;
padding: 4px 16px;
}
textarea.json-viewer {
width: 100%;
height: 350px;
font-family: Consolas, "Ubuntu Mono", "Monaco", monospace;
}
.field-list-entry:hover {
background: #fafafa;
cursor: move;
}
.field-list-entry:active {
background: #F7F7F7;
box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, .3);
}
.glyphicon + span {
margin-left: .5em;
}
.dropzone-active {
padding-bottom: 5em;
background-color: white;
outline: 2px dashed black;
outline-offset: -10px;
font-size: 1.25rem;
position: relative;
padding: 50px 20px;
}
.dropzone-active p{
text-align: center;
margin: auto;
height: 100px;
}
span.edit-in-place:hover {
cursor: pointer;
}
.edit-in-place:hover:not(:focus) {
text-decoration: underline;
}
.edit-in-place-active {
width: 500px;
}
.narrow {
max-width: 730px;
margin-right: auto;
margin-left: auto;
}
.builder-form .panel {
margin-bottom: 0;
}
.builder-inner-actions {
margin-bottom: 30px;
}
.background {
background-position: bottom;
color: white !important;
}
.background h1 {
color: white !important;
} | 0.549399 | 0.110375 |
@charset "utf-8";
/* CSS Document */
body {
background: #222222;
min-height: 100vh;
display: grid;
place-items: center;
color: white;
font-family: sans-serif;
}
.glitch {
font-size: 10rem;
font-weight: 700;
text-trans: uppercase;
position: relative;
text-shadow:
0.05em 0 0 rgba(255,0,0,0.75),
-0.025em -.05em 0 rgba(0,255,0,0.75),
0.025em 0.05em 0 rgba(0,0,255,0.75);
animation: glitch 1000ms infinite;
}
.glitch span {
position: absolute;
top: 0;
left: 0;
}
.glitch span:first-child {
animation: glitch 650ms infinite;
clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
transform: translate(-0.025em, -0.0125em);
/* color: green; */
opacity: 0.8;
}
.glitch span:last-child {
animation: glitch 475ms infinite;
clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
transform: translate(0.0125em, 0.025em);
/* color: red; */
opacity: 0.8;
}
/* https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites */
@keyframes glitch {
0% {
text-shadow:
0.05em 0 0 rgba(255,0,0,0.75),
-0.05em -.025em 0 rgba(0,255,0,0.75),
0.025em 0.05em 0 rgba(0,0,255,0.75);
}
14% {
text-shadow:
0.05em 0 0 rgba(255,0,0,0.75),
-0.05em -.025em 0 rgba(0,255,0,0.75),
0.025em 0.05em 0 rgba(0,0,255,0.75);
}
15% {
text-shadow:
-0.05em -0.025em 0 rgba(255,0,0,0.75),
0.025em .025em 0 rgba(0,255,0,0.75),
-0.05em -0.05em 0 rgba(0,0,255,0.75);
}
49% {
text-shadow:
-0.05em -0.025em 0 rgba(255,0,0,0.75),
0.025em .025em 0 rgba(0,255,0,0.75),
-0.05em -0.05em 0 rgba(0,0,255,0.75);
}
50% {
text-shadow:
0.025em 0.05 0 rgba(255,0,0,0.75),
0.05em 0 0 rgba(0,255,0,0.75),
0 -0.05em 0 rgba(0,0,255,0.75);
}
100% {
text-shadow:
-0.025em 0 0 rgba(255,0,0,0.75),
-0.025em -.025em 0 rgba(0,255,0,0.75),
-0.025em -0.05em 0 rgba(0,0,255,0.75);
}
}
@media (prefers-reduced-motion: reduce) {
*,
::before,
::after {
animation-delay: -1ms !important;
animation-duration: 1ms !important;
animation-iteration-count: 1 !important;
background-attachment: initial !important;
scroll-behavior: auto !important;
transition-duration: 0s !important;
transition-delay: 0s !important;
}
} | glitchtext.css | @charset "utf-8";
/* CSS Document */
body {
background: #222222;
min-height: 100vh;
display: grid;
place-items: center;
color: white;
font-family: sans-serif;
}
.glitch {
font-size: 10rem;
font-weight: 700;
text-trans: uppercase;
position: relative;
text-shadow:
0.05em 0 0 rgba(255,0,0,0.75),
-0.025em -.05em 0 rgba(0,255,0,0.75),
0.025em 0.05em 0 rgba(0,0,255,0.75);
animation: glitch 1000ms infinite;
}
.glitch span {
position: absolute;
top: 0;
left: 0;
}
.glitch span:first-child {
animation: glitch 650ms infinite;
clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
transform: translate(-0.025em, -0.0125em);
/* color: green; */
opacity: 0.8;
}
.glitch span:last-child {
animation: glitch 475ms infinite;
clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
transform: translate(0.0125em, 0.025em);
/* color: red; */
opacity: 0.8;
}
/* https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites */
@keyframes glitch {
0% {
text-shadow:
0.05em 0 0 rgba(255,0,0,0.75),
-0.05em -.025em 0 rgba(0,255,0,0.75),
0.025em 0.05em 0 rgba(0,0,255,0.75);
}
14% {
text-shadow:
0.05em 0 0 rgba(255,0,0,0.75),
-0.05em -.025em 0 rgba(0,255,0,0.75),
0.025em 0.05em 0 rgba(0,0,255,0.75);
}
15% {
text-shadow:
-0.05em -0.025em 0 rgba(255,0,0,0.75),
0.025em .025em 0 rgba(0,255,0,0.75),
-0.05em -0.05em 0 rgba(0,0,255,0.75);
}
49% {
text-shadow:
-0.05em -0.025em 0 rgba(255,0,0,0.75),
0.025em .025em 0 rgba(0,255,0,0.75),
-0.05em -0.05em 0 rgba(0,0,255,0.75);
}
50% {
text-shadow:
0.025em 0.05 0 rgba(255,0,0,0.75),
0.05em 0 0 rgba(0,255,0,0.75),
0 -0.05em 0 rgba(0,0,255,0.75);
}
100% {
text-shadow:
-0.025em 0 0 rgba(255,0,0,0.75),
-0.025em -.025em 0 rgba(0,255,0,0.75),
-0.025em -0.05em 0 rgba(0,0,255,0.75);
}
}
@media (prefers-reduced-motion: reduce) {
*,
::before,
::after {
animation-delay: -1ms !important;
animation-duration: 1ms !important;
animation-iteration-count: 1 !important;
background-attachment: initial !important;
scroll-behavior: auto !important;
transition-duration: 0s !important;
transition-delay: 0s !important;
}
} | 0.444324 | 0.081082 |
.myDropdown {
position: absolute;
z-index: 1;
width: 15rem;
height: 8.5rem;
background-color: #ffffff;
padding: 1rem;
border: 1.5px solid #9900cc;
border-radius: 5px;
line-height: 1rem;
font-size: 1.2rem;
color:dimgray!important;
}
.myDropdown a{
color: dimgray;
}
@media screen and (max-width: 350px) {
.myDropdown {
left: 10px;
}
}
@media only screen and (min-width: 351px) and (max-width:370px) {
.myDropdown {
left: 60px;
}
}
@media only screen and (min-width: 371px) and (max-width:400px) {
/* For portrait layouts only */
.myDropdown {
left: 78px;
}
}
@media only screen and (min-width: 401px) and (max-width:420px) {
/* For portrait layouts only */
.myDropdown {
left: 120px;
}
}
@media only screen and (min-width: 421px) and (max-width:440px) {
/* For portrait layouts only */
.myDropdown {
left: 140px;
}
}
@media only screen and (min-width: 441px) and (max-width:460px) {
/* For portrait layouts only */
.myDropdown {
left: 175px;
}
}
@media only screen and (min-width: 461px) and (max-width:480px) {
/* For portrait layouts only */
.myDropdown {
left: 225px;
}
}
@media only screen and (min-width: 481px) and (max-width:500px) {
/* For portrait layouts only */
.myDropdown {
left: 242px;
}
}
@media only screen and (min-width: 501px) and (max-width:530px) {
/* For portrait layouts only */
.myDropdown {
left: 270px;
}
}
@media only screen and (min-width: 531px) and (max-width:570px) {
/* For portrait layouts only */
.myDropdown {
left: 295px;
}
}
@media only screen and (min-width: 571px) and (max-width:610px) {
/* For portrait layouts only */
.myDropdown {
left: 320px;
}
}
@media only screen and (min-width: 611px) and (max-width:700px) {
/* For portrait layouts only */
.myDropdown {
left: 340px;
}
} | client/src/components/navigation/navigation.styles.css | .myDropdown {
position: absolute;
z-index: 1;
width: 15rem;
height: 8.5rem;
background-color: #ffffff;
padding: 1rem;
border: 1.5px solid #9900cc;
border-radius: 5px;
line-height: 1rem;
font-size: 1.2rem;
color:dimgray!important;
}
.myDropdown a{
color: dimgray;
}
@media screen and (max-width: 350px) {
.myDropdown {
left: 10px;
}
}
@media only screen and (min-width: 351px) and (max-width:370px) {
.myDropdown {
left: 60px;
}
}
@media only screen and (min-width: 371px) and (max-width:400px) {
/* For portrait layouts only */
.myDropdown {
left: 78px;
}
}
@media only screen and (min-width: 401px) and (max-width:420px) {
/* For portrait layouts only */
.myDropdown {
left: 120px;
}
}
@media only screen and (min-width: 421px) and (max-width:440px) {
/* For portrait layouts only */
.myDropdown {
left: 140px;
}
}
@media only screen and (min-width: 441px) and (max-width:460px) {
/* For portrait layouts only */
.myDropdown {
left: 175px;
}
}
@media only screen and (min-width: 461px) and (max-width:480px) {
/* For portrait layouts only */
.myDropdown {
left: 225px;
}
}
@media only screen and (min-width: 481px) and (max-width:500px) {
/* For portrait layouts only */
.myDropdown {
left: 242px;
}
}
@media only screen and (min-width: 501px) and (max-width:530px) {
/* For portrait layouts only */
.myDropdown {
left: 270px;
}
}
@media only screen and (min-width: 531px) and (max-width:570px) {
/* For portrait layouts only */
.myDropdown {
left: 295px;
}
}
@media only screen and (min-width: 571px) and (max-width:610px) {
/* For portrait layouts only */
.myDropdown {
left: 320px;
}
}
@media only screen and (min-width: 611px) and (max-width:700px) {
/* For portrait layouts only */
.myDropdown {
left: 340px;
}
} | 0.368633 | 0.07703 |
position: fixed;
font-family: 'PT Sans' 'Source Sans Pro';
background-color: #3e3e3e;
height: 100%;
overflow: scroll;
padding-bottom: 60px;
}
#signin-sidebar input {
border: 1px solid #dadada;
font-size: 16px;
background-color: transparency;
margin: 10px 6px;
margin-left: 0;
padding: 6px 10px;
}
#signin-sidebar input:hover,
#signin-sidebar input:focus,
#signin-sidebar input.active {
outline: 0;
}
#signin-sidebar .login {
background-color: #fdfdfd;
padding: 50px;
padding-top: 55px;
color: #000;
font-size: 20px;
font-weight: 800;
padding-bottom: 20px;
}
#signin-sidebar .login .login-title {
border-bottom: 2px solid #ccc;
margin-bottom: 10px;
padding-bottom: 10px;
font-weight: 700;
}
#signin-sidebar .login .forget {
color: #929292;
font-weight: 100;
font-size: 12px;
text-decoration: underline;
margin-top: 5%;
font-family: 'Source Sans Pro';
}
#signin-sidebar .login .password-style:after,
#signin-sidebar .login .password-style:before {
top: 148px;
}
#signin-sidebar .login .submit {
margin-left: 0;
border: 1px solid #000;
width: 90%;
color: #000;
padding: 3px 8px;
background-color: #fff;
font-size: 14px;
font-weight: 700;
text-align: center;
transition: all 0.5s ease;
}
#signin-sidebar .login .submit:hover {
background-color: #000;
color: #fff;
}
#signin-sidebar .login label {
color: #929292;
font-size: 12px;
font-weight: 100;
}
#signin-sidebar .login label input {
margin-top: 15px;
font-family: 'Source Sans Pro';
}
#signin-sidebar .signup {
background-color: #3e3e3e;
color: #fff;
padding: 35px;
padding-top: 15px;
}
#signin-sidebar .signup .title {
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
}
#signin-sidebar .signup .vip {
font-weight: 700;
}
#signin-sidebar .signup .member {
border-top: 2px solid #626262;
border-bottom: 2px solid #626262;
padding-top: 15px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
#signin-sidebar .signup .member .social-login {
margin: 0;
margin-bottom: 10px;
}
#signin-sidebar .signup .member .social-login .social li {
float: left;
padding-left: 10px;
}
#signin-sidebar .signup .member .social-login .social li a img {
width: 22px;
height: 20px;
margin-right: 12px;
opacity: 0.6;
transition: all 0.5s ease;
}
#signin-sidebar .signup .member .social-login .social li a img:hover {
opacity: 1;
}
#signin-sidebar .signup .member .local-signin .local-signin-title {
margin-top: 15px;
}
#signin-sidebar .signup .member .local-signin input {
border: 1px solid #707070;
background-color: #3e3e3e;
font-weight: 700;
padding-left: 10px;
padding-right: 5px;
width: 100%;
}
#signin-sidebar .signup .member .local-signin input:invalid,
#signin-sidebar .signup .member .local-signin input:focus,
#signin-sidebar .signup .member .local-signin input.active {
color: #fff;
}
#signin-sidebar .signup .member .local-signin input.fname {
margin-top: 20px;
width: 95%;
}
#signin-sidebar .signup .member .local-signin input.lname {
margin-top: 20px;
width: 95%;
margin-left: 5%;
}
#signin-sidebar .signup .member .local-signin label {
font-size: 12px;
}
#signin-sidebar .signup .member .local-signin .last-name-style:before {
left: 5px;
}
#signin-sidebar .signup .member .local-signin label {
font-weight: 100;
font-family: 'Source Sans Pro';
}
#signin-sidebar .signup .member .local-signin label input {
width: auto;
}
#signin-sidebar .signup .vip {
padding-top: 10px;
}
#signin-sidebar .signup .vip .submit {
background-color: #3e3e3e;
margin: 0;
border: 1px solid #fff;
width: 33.333%;
color: #fff;
font-size: 14px;
transition: all 0.5s ease;
}
#signin-sidebar .signup .vip .submit:hover {
background-color: #fff;
color: #000;
}
#signin-sidebar .signup .vip .register {
margin-top: 5px;
}
#signin-sidebar .signup .vip .register a {
color: #fff;
text-decoration: underline;
} | public/views/css/signup/signin-sidebar.css | position: fixed;
font-family: 'PT Sans' 'Source Sans Pro';
background-color: #3e3e3e;
height: 100%;
overflow: scroll;
padding-bottom: 60px;
}
#signin-sidebar input {
border: 1px solid #dadada;
font-size: 16px;
background-color: transparency;
margin: 10px 6px;
margin-left: 0;
padding: 6px 10px;
}
#signin-sidebar input:hover,
#signin-sidebar input:focus,
#signin-sidebar input.active {
outline: 0;
}
#signin-sidebar .login {
background-color: #fdfdfd;
padding: 50px;
padding-top: 55px;
color: #000;
font-size: 20px;
font-weight: 800;
padding-bottom: 20px;
}
#signin-sidebar .login .login-title {
border-bottom: 2px solid #ccc;
margin-bottom: 10px;
padding-bottom: 10px;
font-weight: 700;
}
#signin-sidebar .login .forget {
color: #929292;
font-weight: 100;
font-size: 12px;
text-decoration: underline;
margin-top: 5%;
font-family: 'Source Sans Pro';
}
#signin-sidebar .login .password-style:after,
#signin-sidebar .login .password-style:before {
top: 148px;
}
#signin-sidebar .login .submit {
margin-left: 0;
border: 1px solid #000;
width: 90%;
color: #000;
padding: 3px 8px;
background-color: #fff;
font-size: 14px;
font-weight: 700;
text-align: center;
transition: all 0.5s ease;
}
#signin-sidebar .login .submit:hover {
background-color: #000;
color: #fff;
}
#signin-sidebar .login label {
color: #929292;
font-size: 12px;
font-weight: 100;
}
#signin-sidebar .login label input {
margin-top: 15px;
font-family: 'Source Sans Pro';
}
#signin-sidebar .signup {
background-color: #3e3e3e;
color: #fff;
padding: 35px;
padding-top: 15px;
}
#signin-sidebar .signup .title {
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
}
#signin-sidebar .signup .vip {
font-weight: 700;
}
#signin-sidebar .signup .member {
border-top: 2px solid #626262;
border-bottom: 2px solid #626262;
padding-top: 15px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
#signin-sidebar .signup .member .social-login {
margin: 0;
margin-bottom: 10px;
}
#signin-sidebar .signup .member .social-login .social li {
float: left;
padding-left: 10px;
}
#signin-sidebar .signup .member .social-login .social li a img {
width: 22px;
height: 20px;
margin-right: 12px;
opacity: 0.6;
transition: all 0.5s ease;
}
#signin-sidebar .signup .member .social-login .social li a img:hover {
opacity: 1;
}
#signin-sidebar .signup .member .local-signin .local-signin-title {
margin-top: 15px;
}
#signin-sidebar .signup .member .local-signin input {
border: 1px solid #707070;
background-color: #3e3e3e;
font-weight: 700;
padding-left: 10px;
padding-right: 5px;
width: 100%;
}
#signin-sidebar .signup .member .local-signin input:invalid,
#signin-sidebar .signup .member .local-signin input:focus,
#signin-sidebar .signup .member .local-signin input.active {
color: #fff;
}
#signin-sidebar .signup .member .local-signin input.fname {
margin-top: 20px;
width: 95%;
}
#signin-sidebar .signup .member .local-signin input.lname {
margin-top: 20px;
width: 95%;
margin-left: 5%;
}
#signin-sidebar .signup .member .local-signin label {
font-size: 12px;
}
#signin-sidebar .signup .member .local-signin .last-name-style:before {
left: 5px;
}
#signin-sidebar .signup .member .local-signin label {
font-weight: 100;
font-family: 'Source Sans Pro';
}
#signin-sidebar .signup .member .local-signin label input {
width: auto;
}
#signin-sidebar .signup .vip {
padding-top: 10px;
}
#signin-sidebar .signup .vip .submit {
background-color: #3e3e3e;
margin: 0;
border: 1px solid #fff;
width: 33.333%;
color: #fff;
font-size: 14px;
transition: all 0.5s ease;
}
#signin-sidebar .signup .vip .submit:hover {
background-color: #fff;
color: #000;
}
#signin-sidebar .signup .vip .register {
margin-top: 5px;
}
#signin-sidebar .signup .vip .register a {
color: #fff;
text-decoration: underline;
} | 0.330687 | 0.069384 |
@charset "UTF-8";
:root {
--network-background-color: #1b1b1b;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: black;
font-size: 14px;
line-height: 160%;
}
@font-face {
font-family: 'Open Sans Condensed';
src: url("./font/OpenSansCondensed-Light.woff2") format("woff2"), url("./font/OpenSansCondensed-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url("./font/OpenSans-SemiBold.woff2") format("woff2"), url("./font/OpenSans-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url("./font/OpenSans-Italic.woff2") format("woff2"), url("./font/OpenSans-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url("./font/OpenSans-Regular.woff2") format("woff2"), url("./font/OpenSans-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inconsolata';
src: url("./font/Inconsolata-Regular.woff2") format("woff2"), url("./font/Inconsolata-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inconsolata';
src: url("./font/Inconsolata-Bold.woff2") format("woff2"), url("./font/Inconsolata-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
.mono {
font-family: 'Inconsolata', monospace;
font-weight: normal;
font-style: normal;
}
@keyframes valid {
0% { background-color: black; }
10% { background-color: #148114; }
50% { background-color: #36c536; }
90% { background-color: #148114; }
100% { background-color: black; }
}
@keyframes mmfadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
h1 {
font-size: 28px;
}
h2 {
margin: unset;
font-size: 24px;
}
h3 {
margin: unset;
font-size: 18px;
}
h2, h3 {
font-family: 'Inconsolata', monospace;
font-weight: normal;
font-style: normal;
}
hr {
border: 1px solid lightgray;
}
.lateral, .entete {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body {
cursor: default;
padding: 0;
margin: 0;
overflow: hidden;
}
main {
position: relative;
width: 100%;
}
.lateral {
box-sizing: border-box;
position: absolute;
width: 320px;
top: 0px;
background-color: #fffcfb;
height: calc(100vh - 90px);
z-index: 100;
transition: transform .2s;
transition-timing-function: cubic-bezier(0.96, 0, 0.19, 1.12);
}
.lateral--left {
left: 0px;
transform: translate(-100%);
}
.lateral--right {
right: 0px;
transform: translate(100%);
}
.lateral--active {
transform: translate(0%);
}
.lateral--fixed {
position: fixed;
top: 90px;
}
.lateral>button {
cursor: pointer;
box-sizing: border-box;
width: 100%;
border: unset;
font-size: 15px;
padding: 2px 0;
height: 25px;
background-color: black;
color: white;
}
button:focus {
outline: none;
}
.btn-group {
cursor: pointer;
position: relative;
display: block;
padding: 6px 30px 6px 12px;
margin: 0 4px;
border: unset;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
width: 100%;
font-size: 14px;
color: white;
white-space: nowrap;
font-family: 'Inconsolata', monospace;
}
#filter-volet .btn-group {
margin: unset;
height: 40px;
border-radius: unset;
}
.btn-group::after {
position: absolute;
content: '✓';
color: black;
width: 15px;
height: 15px;
background-color: white;
border-radius: 2px;
right: 10px;
}
.btn-group.active::after {
content: '';
}
.about {
margin-top: 90px;
overflow-y: auto;
padding: 10px;
}
.about h1 {
margin: 0;
}
.about__img {
height: 50%;
min-width: 150px;
max-width: 300px;
margin-bottom: 10px;
}
.entete {
display: flex;
position: fixed;
z-index: 100;
top: 0px;
left: 0px;
user-select: none;
padding: 10px 20px;
width: 100%;
height: 90px;
background-color: white;
}
.entete div.entete-col {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.entete div.entete-col+div.entete-col {
margin-left: 20px;
}
.entete div.entete-row {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.entete .identite {
cursor: pointer;
}
.title-site {
margin: unset;
text-transform: uppercase;
letter-spacing: 1px;
}
.title-site span {
font-weight: bold;
}
.lang-box {
display: flex;
font-family: 'Inconsolata', monospace;
}
.lang-box .lang-flag {
cursor: pointer;
width: 30px;
height: 30px;
font-size: 18px;
}
.lang-box .lang-flag[data-active="true"] {
text-decoration: underline;
font-weight: bold;
}
.lang-box span {
position: relative;
left: -6px;
font-size: 18px;
}
.navigation {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-right: 20px;
}
.navigation ul {
display: flex;
align-items: baseline;
}
.navigation li, #about-btn {
cursor: pointer;
margin: 0 5px;
white-space: nowrap;
font-size: 18px;
text-decoration: underline;
background-color: transparent;
font-family: serif;
font-family: 'Inconsolata', monospace;
border: unset;
}
.navigation li.active {
font-weight: bold;
}
.filter-bar div {
margin: 0 10px 0 0;
}
.fiche--active {
transform: unset;
}
#fiche-content {
overflow: auto;
height: 100%;
box-sizing: border-box;
padding: 10px;
visibility: hidden;
}
#fiche-content.visible {
visibility: visible;
}
#fiche-toggle-btn {
position: absolute;
top: calc(50% - 40px);
right: 100%;
background-color: #f0f0f0;
border: unset;
color: #222222;
height: 45px;
width: 30px;
font-size: 14px;
border-bottom-left-radius: 10%;
border-top-left-radius: 10%;
}
#fiche-toggle-btn.active span {
display: inline-block;
transform: rotate(180deg);
}
#fiche-head {
margin-bottom: 10px;
display: flex;
}
#fiche-title {
cursor: pointer;
}
#fiche-meta-img {
cursor: pointer;
border-radius: 2px;
width: 150px;
height: 210px;
margin-right: 12px;
object-fit: cover;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fiche header .label {
font-family: 'Open Sans Condensed', sans-serif;
display: inline-block;
line-height: 115%;
font-size: 25px;
margin-bottom: 5px;
}
.fiche-dates {
border-bottom: 1px solid #d5d5d5;
padding-bottom: 7px;
margin-bottom: 10px;
}
.fiche-btns-box {
display: flex;
justify-content: space-between;
margin-top: 15px;
}
#fiche-wiki-link {
width: 30px;
height: 30px;
border-radius: 3px;
background-color: #e7e7e7;
background-image: url("./icons/wikipedia.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
}
#fiche-permalien {
cursor: pointer;
background-color: black;
color: white;
border: 0;
padding: 5px 0;
width: 90px;
}
#fiche-permalien.active {
animation-name: valid;
animation-duration: 1s;
animation-timing-function: linear;
}
.fiche-row {
display: flex;
align-items: center;
margin: 10px 0;
font-size: 15px;
}
.fiche-row span:first-of-type {
font-family: 'Inconsolata', monospace;
margin-right: 7px;
margin: 0 7px 0 0;
}
.fiche-description {
margin-top: 20px;
padding: 15px 0;
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
min-height: 75px;
}
.fiche-description::first-letter {
float: left;
font-size: 50px;
top: 50px;
padding-top: 8px;
padding-right: 4px;
}
.connexions .libelle {
display: inline-block;
margin-top: 20px;
font-size: 18px;
}
.connexions li {
display: flex;
align-items: center;
padding: 6px 2px;
cursor: pointer;
}
.connexions span {
display: block;
width: 10px;
height: 10px;
margin-right: 7px;
border-radius: 50%;
transition: transform .1s;
}
.connexions li:hover span {
transform: scale(1.4);
}
.search-box {
position: relative;
}
.search-box label {
cursor: pointer;
position: absolute;
font-size: 0px;
width: 24px;
height: 27px;
background-size: 15px;
background-color: white;
background-image: url("./icons/search.svg");
display: block;
left: 0px;
z-index: 1;
top: 0px;
background-repeat: no-repeat;
background-position: center;
border-radius: 3px 0 0 3px;
}
.search-box input {
position: relative;
box-sizing: border-box;
font-size: 18px;
border-radius: 5px;
border: unset;
text-indent: 30px;
width: 100%;
height: 27px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
font-family: 'Inconsolata', monospace;
}
.no-list-style {
list-style: none;
padding: 0;
margin: 0;
}
.search-list {
position: absolute;
z-index: 100;
font-size: 18px;
width: 100%;
border-radius: 5px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.search-list li {
cursor: pointer;
font-size: 20px;
padding: 5px;
background: #fffcfb;
border-top: 1px solid black;
font-family: 'Open Sans Condensed', sans-serif;
}
.search-list li:hover {
background-color: #ebebeb;
}
.network-wrapper {
position: relative;
width: 100vw;
height: calc(100vh - 90px);
margin-top: 90px;
background-color: var(--network-background-color);
}
.network-wrapper>button {
z-index: 1;
cursor: pointer;
position: absolute;
top: 15px;
border: unset;
width: 50px;
height: 50px;
}
.network-wrapper .filter-volet-btn {
left: 15px;
background: url("./icons/filter.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
}
.network {
height: 100%;
}
#network {
display: none;
}
.command-board {
position: absolute;
bottom: 0px;
left: 0px;
padding: 0 0 10px 10px;
}
.command-board>.zoom-box {
display: flex;
justify-content: center;
}
.command-board button {
cursor: pointer;
background: black;
border: 2px solid black;
border-radius: 3px;
font-size: 15px;
padding: 5px;
color: white;
min-width: 30px;
height: 30px;
margin: 7px 0;
}
.zoom-box button.dezoom {
background: url("./icons/dezoom.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 15px;
border-radius: 10% 0 0 10%;
background-color: #f0f0f0;
}
.zoom-box button.zoom {
border-left: unset;
background: url("./icons/zoom.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 15px;
border-radius: 0 10% 10% 0;
background-color: #f0f0f0;
}
.board {
position: relative;
background-color: white;
}
.board-wrapper {
overflow: auto;
box-sizing: border-box;
height: calc(100vh - 95px);
padding-left: 36px;
width: calc(100% - 320px);
}
.board .section {
display: flex;
flex-wrap: wrap;
margin: 20px 0;
}
.board .section .title {
display: inline-block;
font-size: 28px;
border-bottom: 1px solid black;
width: 100%;
margin-top: 50px;
line-height: 190%;
text-indent: 20px;
}
.sort-alphabetic-list {
position: absolute;
left: 0px;
list-style: none;
margin: 5px 0;
padding: 15px 7px;
height: 100%;
box-sizing: border-box;
z-index: 400;
border-right: 1px solid black;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sort-alphabetic-list li {
cursor: pointer;
position: relative;
text-transform: uppercase;
margin: 5px;
font-family: monospace;
font-size: 18px;
}
.sort-alphabetic-list__caracter:hover {
text-decoration: underline;
}
.card {
background-color: #fdfdfd;
position: relative;
cursor: pointer;
margin: 20px;
width: 210px;
height: auto;
border-radius: 3px;
padding: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card header {
display: flex;
margin-bottom: 20px;
}
.card img {
width: 80px;
height: 100px;
object-fit: cover;
border-radius: 3px 0 0 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card-identite {
width: 120px;
padding: 5px 0 0 10px;
}
.card-identite h3 {
font-family: 'Open Sans Condensed', sans-serif;
margin: 0 0 5px 0;
overflow-wrap: break-word;
font-size: 20px;
}
.card h4 {
margin: 10px;
}
.modal-overlay {
position: fixed;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
width: 100%
}
.modal-container {
position: relative;
width: 100%;
background-color: #fff;
padding: 30px;
height: calc(100vh - 50px);
overflow-y: auto;
box-sizing: border-box;
}
.modal-header {
position: fixed;
top: 60px;
right: 35px;
display: flex;
justify-content: flex-end;
}
.modal-close {
cursor: pointer;
font-size: 1.5rem;
}
.modal-title {
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
color: black;
box-sizing: border-box;
}
.modal-close {
background: transparent;
border: 0;
}
.modal-header .modal-close:before {
content: "\2715";
}
.modal-content {
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);
}
.micromodal-slide {
display: none;
}
.micromodal-slide.is-open {
display: block;
}
.micromodal-slide[aria-hidden="false"] .modal-overlay {
animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#graph {
width: 100%;
height: 100%;
}
line { stroke: gray; }
g.translucent circle { stroke-opacity: 0.2; fill: transparent; }
g.translucent image { opacity: 0.2; }
line.translucent { stroke-opacity: 0.2; }
line.highlight { stroke-width: 3; }
text {
fill: white;
font-family: 'Open Sans';
}
[title] {
position: relative;
}
.fiche [title]:hover::before {
position: absolute;
content: attr(title);
border-radius: 3px;
background-color: white;
box-sizing: border-box;
padding: 5px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
bottom: 100%;
} | assets/main.css | @charset "UTF-8";
:root {
--network-background-color: #1b1b1b;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: black;
font-size: 14px;
line-height: 160%;
}
@font-face {
font-family: 'Open Sans Condensed';
src: url("./font/OpenSansCondensed-Light.woff2") format("woff2"), url("./font/OpenSansCondensed-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url("./font/OpenSans-SemiBold.woff2") format("woff2"), url("./font/OpenSans-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url("./font/OpenSans-Italic.woff2") format("woff2"), url("./font/OpenSans-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url("./font/OpenSans-Regular.woff2") format("woff2"), url("./font/OpenSans-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inconsolata';
src: url("./font/Inconsolata-Regular.woff2") format("woff2"), url("./font/Inconsolata-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inconsolata';
src: url("./font/Inconsolata-Bold.woff2") format("woff2"), url("./font/Inconsolata-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
.mono {
font-family: 'Inconsolata', monospace;
font-weight: normal;
font-style: normal;
}
@keyframes valid {
0% { background-color: black; }
10% { background-color: #148114; }
50% { background-color: #36c536; }
90% { background-color: #148114; }
100% { background-color: black; }
}
@keyframes mmfadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
h1 {
font-size: 28px;
}
h2 {
margin: unset;
font-size: 24px;
}
h3 {
margin: unset;
font-size: 18px;
}
h2, h3 {
font-family: 'Inconsolata', monospace;
font-weight: normal;
font-style: normal;
}
hr {
border: 1px solid lightgray;
}
.lateral, .entete {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body {
cursor: default;
padding: 0;
margin: 0;
overflow: hidden;
}
main {
position: relative;
width: 100%;
}
.lateral {
box-sizing: border-box;
position: absolute;
width: 320px;
top: 0px;
background-color: #fffcfb;
height: calc(100vh - 90px);
z-index: 100;
transition: transform .2s;
transition-timing-function: cubic-bezier(0.96, 0, 0.19, 1.12);
}
.lateral--left {
left: 0px;
transform: translate(-100%);
}
.lateral--right {
right: 0px;
transform: translate(100%);
}
.lateral--active {
transform: translate(0%);
}
.lateral--fixed {
position: fixed;
top: 90px;
}
.lateral>button {
cursor: pointer;
box-sizing: border-box;
width: 100%;
border: unset;
font-size: 15px;
padding: 2px 0;
height: 25px;
background-color: black;
color: white;
}
button:focus {
outline: none;
}
.btn-group {
cursor: pointer;
position: relative;
display: block;
padding: 6px 30px 6px 12px;
margin: 0 4px;
border: unset;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
width: 100%;
font-size: 14px;
color: white;
white-space: nowrap;
font-family: 'Inconsolata', monospace;
}
#filter-volet .btn-group {
margin: unset;
height: 40px;
border-radius: unset;
}
.btn-group::after {
position: absolute;
content: '✓';
color: black;
width: 15px;
height: 15px;
background-color: white;
border-radius: 2px;
right: 10px;
}
.btn-group.active::after {
content: '';
}
.about {
margin-top: 90px;
overflow-y: auto;
padding: 10px;
}
.about h1 {
margin: 0;
}
.about__img {
height: 50%;
min-width: 150px;
max-width: 300px;
margin-bottom: 10px;
}
.entete {
display: flex;
position: fixed;
z-index: 100;
top: 0px;
left: 0px;
user-select: none;
padding: 10px 20px;
width: 100%;
height: 90px;
background-color: white;
}
.entete div.entete-col {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.entete div.entete-col+div.entete-col {
margin-left: 20px;
}
.entete div.entete-row {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.entete .identite {
cursor: pointer;
}
.title-site {
margin: unset;
text-transform: uppercase;
letter-spacing: 1px;
}
.title-site span {
font-weight: bold;
}
.lang-box {
display: flex;
font-family: 'Inconsolata', monospace;
}
.lang-box .lang-flag {
cursor: pointer;
width: 30px;
height: 30px;
font-size: 18px;
}
.lang-box .lang-flag[data-active="true"] {
text-decoration: underline;
font-weight: bold;
}
.lang-box span {
position: relative;
left: -6px;
font-size: 18px;
}
.navigation {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-right: 20px;
}
.navigation ul {
display: flex;
align-items: baseline;
}
.navigation li, #about-btn {
cursor: pointer;
margin: 0 5px;
white-space: nowrap;
font-size: 18px;
text-decoration: underline;
background-color: transparent;
font-family: serif;
font-family: 'Inconsolata', monospace;
border: unset;
}
.navigation li.active {
font-weight: bold;
}
.filter-bar div {
margin: 0 10px 0 0;
}
.fiche--active {
transform: unset;
}
#fiche-content {
overflow: auto;
height: 100%;
box-sizing: border-box;
padding: 10px;
visibility: hidden;
}
#fiche-content.visible {
visibility: visible;
}
#fiche-toggle-btn {
position: absolute;
top: calc(50% - 40px);
right: 100%;
background-color: #f0f0f0;
border: unset;
color: #222222;
height: 45px;
width: 30px;
font-size: 14px;
border-bottom-left-radius: 10%;
border-top-left-radius: 10%;
}
#fiche-toggle-btn.active span {
display: inline-block;
transform: rotate(180deg);
}
#fiche-head {
margin-bottom: 10px;
display: flex;
}
#fiche-title {
cursor: pointer;
}
#fiche-meta-img {
cursor: pointer;
border-radius: 2px;
width: 150px;
height: 210px;
margin-right: 12px;
object-fit: cover;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fiche header .label {
font-family: 'Open Sans Condensed', sans-serif;
display: inline-block;
line-height: 115%;
font-size: 25px;
margin-bottom: 5px;
}
.fiche-dates {
border-bottom: 1px solid #d5d5d5;
padding-bottom: 7px;
margin-bottom: 10px;
}
.fiche-btns-box {
display: flex;
justify-content: space-between;
margin-top: 15px;
}
#fiche-wiki-link {
width: 30px;
height: 30px;
border-radius: 3px;
background-color: #e7e7e7;
background-image: url("./icons/wikipedia.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
}
#fiche-permalien {
cursor: pointer;
background-color: black;
color: white;
border: 0;
padding: 5px 0;
width: 90px;
}
#fiche-permalien.active {
animation-name: valid;
animation-duration: 1s;
animation-timing-function: linear;
}
.fiche-row {
display: flex;
align-items: center;
margin: 10px 0;
font-size: 15px;
}
.fiche-row span:first-of-type {
font-family: 'Inconsolata', monospace;
margin-right: 7px;
margin: 0 7px 0 0;
}
.fiche-description {
margin-top: 20px;
padding: 15px 0;
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
min-height: 75px;
}
.fiche-description::first-letter {
float: left;
font-size: 50px;
top: 50px;
padding-top: 8px;
padding-right: 4px;
}
.connexions .libelle {
display: inline-block;
margin-top: 20px;
font-size: 18px;
}
.connexions li {
display: flex;
align-items: center;
padding: 6px 2px;
cursor: pointer;
}
.connexions span {
display: block;
width: 10px;
height: 10px;
margin-right: 7px;
border-radius: 50%;
transition: transform .1s;
}
.connexions li:hover span {
transform: scale(1.4);
}
.search-box {
position: relative;
}
.search-box label {
cursor: pointer;
position: absolute;
font-size: 0px;
width: 24px;
height: 27px;
background-size: 15px;
background-color: white;
background-image: url("./icons/search.svg");
display: block;
left: 0px;
z-index: 1;
top: 0px;
background-repeat: no-repeat;
background-position: center;
border-radius: 3px 0 0 3px;
}
.search-box input {
position: relative;
box-sizing: border-box;
font-size: 18px;
border-radius: 5px;
border: unset;
text-indent: 30px;
width: 100%;
height: 27px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
font-family: 'Inconsolata', monospace;
}
.no-list-style {
list-style: none;
padding: 0;
margin: 0;
}
.search-list {
position: absolute;
z-index: 100;
font-size: 18px;
width: 100%;
border-radius: 5px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.search-list li {
cursor: pointer;
font-size: 20px;
padding: 5px;
background: #fffcfb;
border-top: 1px solid black;
font-family: 'Open Sans Condensed', sans-serif;
}
.search-list li:hover {
background-color: #ebebeb;
}
.network-wrapper {
position: relative;
width: 100vw;
height: calc(100vh - 90px);
margin-top: 90px;
background-color: var(--network-background-color);
}
.network-wrapper>button {
z-index: 1;
cursor: pointer;
position: absolute;
top: 15px;
border: unset;
width: 50px;
height: 50px;
}
.network-wrapper .filter-volet-btn {
left: 15px;
background: url("./icons/filter.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
}
.network {
height: 100%;
}
#network {
display: none;
}
.command-board {
position: absolute;
bottom: 0px;
left: 0px;
padding: 0 0 10px 10px;
}
.command-board>.zoom-box {
display: flex;
justify-content: center;
}
.command-board button {
cursor: pointer;
background: black;
border: 2px solid black;
border-radius: 3px;
font-size: 15px;
padding: 5px;
color: white;
min-width: 30px;
height: 30px;
margin: 7px 0;
}
.zoom-box button.dezoom {
background: url("./icons/dezoom.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 15px;
border-radius: 10% 0 0 10%;
background-color: #f0f0f0;
}
.zoom-box button.zoom {
border-left: unset;
background: url("./icons/zoom.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 15px;
border-radius: 0 10% 10% 0;
background-color: #f0f0f0;
}
.board {
position: relative;
background-color: white;
}
.board-wrapper {
overflow: auto;
box-sizing: border-box;
height: calc(100vh - 95px);
padding-left: 36px;
width: calc(100% - 320px);
}
.board .section {
display: flex;
flex-wrap: wrap;
margin: 20px 0;
}
.board .section .title {
display: inline-block;
font-size: 28px;
border-bottom: 1px solid black;
width: 100%;
margin-top: 50px;
line-height: 190%;
text-indent: 20px;
}
.sort-alphabetic-list {
position: absolute;
left: 0px;
list-style: none;
margin: 5px 0;
padding: 15px 7px;
height: 100%;
box-sizing: border-box;
z-index: 400;
border-right: 1px solid black;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sort-alphabetic-list li {
cursor: pointer;
position: relative;
text-transform: uppercase;
margin: 5px;
font-family: monospace;
font-size: 18px;
}
.sort-alphabetic-list__caracter:hover {
text-decoration: underline;
}
.card {
background-color: #fdfdfd;
position: relative;
cursor: pointer;
margin: 20px;
width: 210px;
height: auto;
border-radius: 3px;
padding: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card header {
display: flex;
margin-bottom: 20px;
}
.card img {
width: 80px;
height: 100px;
object-fit: cover;
border-radius: 3px 0 0 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card-identite {
width: 120px;
padding: 5px 0 0 10px;
}
.card-identite h3 {
font-family: 'Open Sans Condensed', sans-serif;
margin: 0 0 5px 0;
overflow-wrap: break-word;
font-size: 20px;
}
.card h4 {
margin: 10px;
}
.modal-overlay {
position: fixed;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
width: 100%
}
.modal-container {
position: relative;
width: 100%;
background-color: #fff;
padding: 30px;
height: calc(100vh - 50px);
overflow-y: auto;
box-sizing: border-box;
}
.modal-header {
position: fixed;
top: 60px;
right: 35px;
display: flex;
justify-content: flex-end;
}
.modal-close {
cursor: pointer;
font-size: 1.5rem;
}
.modal-title {
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
color: black;
box-sizing: border-box;
}
.modal-close {
background: transparent;
border: 0;
}
.modal-header .modal-close:before {
content: "\2715";
}
.modal-content {
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);
}
.micromodal-slide {
display: none;
}
.micromodal-slide.is-open {
display: block;
}
.micromodal-slide[aria-hidden="false"] .modal-overlay {
animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#graph {
width: 100%;
height: 100%;
}
line { stroke: gray; }
g.translucent circle { stroke-opacity: 0.2; fill: transparent; }
g.translucent image { opacity: 0.2; }
line.translucent { stroke-opacity: 0.2; }
line.highlight { stroke-width: 3; }
text {
fill: white;
font-family: 'Open Sans';
}
[title] {
position: relative;
}
.fiche [title]:hover::before {
position: absolute;
content: attr(title);
border-radius: 3px;
background-color: white;
box-sizing: border-box;
padding: 5px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
bottom: 100%;
} | 0.520253 | 0.104798 |
.player-input-container {
display: flex;
margin-bottom: 15px;
font-weight: bold;
}
.player-input-container input {
height: 34px;
}
.team-name-input-container input {
height: 34px;
}
.switch {
line-height: 30px;
font-size: 30px;
padding-left: 5px;
color: #abaca6;
cursor: pointer;
}
.switch:hover {
color: #565752;
}
.switch-selected {
color: #3d0244;
}
.switch-selected:hover {
color: #3d0244;
}
.squad-input {
display: flex;
justify-content: space-around;
}
.team-name-input-container {
display: flex;
padding-bottom: 15px;
font-weight: bold;
}
.team-name-heading {
background-color: #3d0244;
color: white;
height: 30px;
padding: 2px;
width: 180px;
text-align: right;
}
.manager-name-input {
background-color: #3d0244;
color: white;
height: 30px;
padding: 2px;
width: 180px;
text-align: right;
}
.name-input {
display: flex;
}
.bench-heading {
background-color: #3d0244;
color: white;
height: 34px;
margin-top: 15px;
width: 300px;
padding: 1px 1px 1px 10px;
line-height: 34px;
font-weight: bold;
}
.position {
background-color: #3d0244;
color: white;
/* margin-top: 15px; */
width: 46px;
height: 30px;
line-height: 30px;
text-align: center;
padding: 2px;
}
input {
background-color: #abaca6;
color: #3d0244;
font-weight: bold;
font-size: 20px;
border: none;
padding: 0 0 0 10px;
width: 200px;
}
.team-name-input {
width: 300px;
}
input:focus {
box-shadow: 0px 0px 0px 2px #3d0244 inset;
/* remove default glow when selected */
outline: none;
}
.has-error {
/* border: 2px solid red; */
/* box-shadow: 0px 0px 0px 2px red inset; */
}
.has-error input[name="familyName"] {
box-shadow: 0px 0px 0px 2px red inset;
}
.error-msg {
font-size: 16px;
color: red;
}
.third-column {
display: flex;
flex-direction: column-reverse;
}
button {
border: none;
cursor: pointer;
}
.toolbox-container {
background-color: #3d0244;
height: 90px;
display: flex;
justify-content: space-between;
}
.team-name {
position: relative;
}
.add-player-button {
position: relative;
background-color: #abaca6;
width: 46px;
height: 30px;
font-size: 20px;
text-align: center;
margin-top: 15px;
cursor: pointer;
font-weight: bold;
}
.add-player-button.disabled {
opacity: 50%;
cursor: not-allowed;
}
.add-player-button.disabled:hover .add-player-tooltip {
visibility: visible;
}
.add-player-tooltip {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
left: 105%;
position: absolute;
z-index: 1;
}
.submit-button {
background-color: #3d0244;
color: white;
font-size: 20px;
padding: 15px;
}
.remove-bench-player-btn {
padding-left: 5px;
cursor: pointer;
opacity: 50%;
}
.remove-bench-player-btn:hover {
opacity: 100%;
} | src/styles/init.css | .player-input-container {
display: flex;
margin-bottom: 15px;
font-weight: bold;
}
.player-input-container input {
height: 34px;
}
.team-name-input-container input {
height: 34px;
}
.switch {
line-height: 30px;
font-size: 30px;
padding-left: 5px;
color: #abaca6;
cursor: pointer;
}
.switch:hover {
color: #565752;
}
.switch-selected {
color: #3d0244;
}
.switch-selected:hover {
color: #3d0244;
}
.squad-input {
display: flex;
justify-content: space-around;
}
.team-name-input-container {
display: flex;
padding-bottom: 15px;
font-weight: bold;
}
.team-name-heading {
background-color: #3d0244;
color: white;
height: 30px;
padding: 2px;
width: 180px;
text-align: right;
}
.manager-name-input {
background-color: #3d0244;
color: white;
height: 30px;
padding: 2px;
width: 180px;
text-align: right;
}
.name-input {
display: flex;
}
.bench-heading {
background-color: #3d0244;
color: white;
height: 34px;
margin-top: 15px;
width: 300px;
padding: 1px 1px 1px 10px;
line-height: 34px;
font-weight: bold;
}
.position {
background-color: #3d0244;
color: white;
/* margin-top: 15px; */
width: 46px;
height: 30px;
line-height: 30px;
text-align: center;
padding: 2px;
}
input {
background-color: #abaca6;
color: #3d0244;
font-weight: bold;
font-size: 20px;
border: none;
padding: 0 0 0 10px;
width: 200px;
}
.team-name-input {
width: 300px;
}
input:focus {
box-shadow: 0px 0px 0px 2px #3d0244 inset;
/* remove default glow when selected */
outline: none;
}
.has-error {
/* border: 2px solid red; */
/* box-shadow: 0px 0px 0px 2px red inset; */
}
.has-error input[name="familyName"] {
box-shadow: 0px 0px 0px 2px red inset;
}
.error-msg {
font-size: 16px;
color: red;
}
.third-column {
display: flex;
flex-direction: column-reverse;
}
button {
border: none;
cursor: pointer;
}
.toolbox-container {
background-color: #3d0244;
height: 90px;
display: flex;
justify-content: space-between;
}
.team-name {
position: relative;
}
.add-player-button {
position: relative;
background-color: #abaca6;
width: 46px;
height: 30px;
font-size: 20px;
text-align: center;
margin-top: 15px;
cursor: pointer;
font-weight: bold;
}
.add-player-button.disabled {
opacity: 50%;
cursor: not-allowed;
}
.add-player-button.disabled:hover .add-player-tooltip {
visibility: visible;
}
.add-player-tooltip {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
left: 105%;
position: absolute;
z-index: 1;
}
.submit-button {
background-color: #3d0244;
color: white;
font-size: 20px;
padding: 15px;
}
.remove-bench-player-btn {
padding-left: 5px;
cursor: pointer;
opacity: 50%;
}
.remove-bench-player-btn:hover {
opacity: 100%;
} | 0.438545 | 0.089216 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);
.super-awesome-class {
background-color:lime;
}
/* MEDIA QUERIES START */
@media screen and (max-width:310px){
.page-wrapper .page-wrappertwo #skills p {
width: 170px;
}
.page-wrapper .page-wrappertwo h3{
font-size: 17px;
}
}
@media screen and (max-width:330px){
.page-wrapper .page-wrappertwo h1{
font-size: 21px !important;
}
.page-wrapper .page-wrappertwo #home h1{
font-size: 24px !important;
padding-top: 135px;
}
}
@media screen and (max-width:370px){
.page-wrapper .page-wrappertwo #home h1{
padding-top: 135px !important;
}
}
@media screen and (max-width:432px){
.page-wrapper .page-wrappertwo h1{
font-size: 25px;
}
}
@media screen and (max-width:500px){
.page-wrapper .page-wrappertwo #experience .jobtitlebgcolor {
width: initial;
border-radius: 0px;
}
.page-wrapper .page-wrappertwo #education .jobtitlebgcolor {
width: initial;
border-radius: 0px;
}
}
@media screen and (max-width:601px){
.page-wrapper .page-wrappertwo #home h1{
padding-top: 90px;
}
}
@media screen and (max-width:1000px) {
body {
background-color: #333;
}
.page-wrapper .page-wrappertwo {
background-color: red;
}
#home .intro-class {
font-family: 'Montserrat', sans-serif;
font-size: 100%;
width:100%;
margin: auto;
}
#home h1 {
padding-top: 80px;
font-family: 'Montserrat', sans-serif;
}
li {
float: left;
font-family: 'Montserrat', sans-serif;
}
.contentwrapper li a.scroll:hover{
background-color: green;
}
.contentwrapper .dropdown .dropdown-content a:hover {
background-color: #f1f1f1;
}
.contentwrapper li a.scroll:active{
background-color: green;
}
.contentwrapper .dropdown .dropdown-content a:active {
background-color: #f1f1f1;
}
.dropdown-content a.scroll{
display: none;
}
.position-test {
display: none;
}
.mcw {
display: none;
}
.mcwtwo{
display: none;
}
.mcwthree{
display: none;
}
.mcwfour{
display: none;
}
.mcwfive{
display: none;
}
.mcwsix{
display: none;
}
.owl-wrapper{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrappertwo{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrapperthree{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrapperfour{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrapperfive{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrappersix{
display: initial !important;
display: inherit !important;
height: auto;
}
.footer {
display: none;
}
}
/* MEDIA QUERIES END */
.owl-wrapper{
display: none;
}
.owl-wrappertwo{
display: none;
}
.owl-wrapperthree{
display: none;
}
.owl-wrapperfour{
display: none;
}
.owl-wrapperfive{
display: none;
}
.owl-wrappersix{
display: none;
}
.page-wrapper {
background-color: white;
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
overflow: hidden;
}
.page-wrappertwo {
background-color: white;
width: 80%;
text-align: center;
margin: auto;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
box-sizing: border-box;
}
#home {
background-color: white;
text-align: center;
margin: auto;
}
#home img {
border-radius: 75px;
margin: auto;
}
.headertitlebgcolor {
text-align: center;
margin: auto;
color: black;
border: 3px solid #E04937;
text-shadow: 3px 0px 71px white;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
background-color: #E04937;
}
.intro-class{
font-family: 'Montserrat', sans-serif;
font-size: 100%;
width:50%;
margin: auto;
}
.intro-class p {
color: black;
text-align: center;
}
#bordershadow{
background-color: white;
width: 80%;
text-align: center;
margin: auto;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
box-sizing: border-box;
}
#education {
background-color: white;
text-align: center;
margin: auto;
color: #2db119;
}
#education p{
text-align: center;
margin: auto;
color: #2A702F;
text-shadow: 3px 0px 71px white;
}
#experience {
background-color: white;
text-align: center;
margin: auto;
}
#experience p{
text-align: center;
margin: auto;
color: #2A702F;
text-shadow: 3px 0px 71px white;
}
.jobtitlebgcolor {
text-align: center;
width:300px;
margin: auto;
color: black;
background-color: #1ba8e5;
border: 3px solid #1ba8e5;
border-radius: 25px;
text-shadow: 3px 0px 71px white;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
button{
padding:5px;
}
#skills{
background-color: white;
color: black;
text-align: center;
margin: auto;
}
#skills p {
color: black;
background-color: #77CB6A;
border: 3px solid #77CB6A;
width: 180px;
margin: auto;
margin-bottom: 7px;
border-radius: 25px;
text-shadow: 3px 0px 71px white;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
#portfolio{
background-color: white;
text-align: center;
margin: auto;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
box-sizing: border-box;
}
#photo{
display: none;
}
.mycourousel-wrapper{
position:relative;
margin: 20px auto;
border: 10px solid #fff;
display: block;
}
/* ***START OF CAROUSEL**
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.mycarousel {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarousel ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarousel li {
/* Required only for block elements like <li>'s */
width: 698px;
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarousel img {
display: block;
max-width: 100%;
height: auto;
}
.mycarousel-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarousel-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
/* ***START OF CAROUSEL**
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.mycarouseltwo {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouseltwo ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouseltwo li {
/* Required only for block elements like <li>'s */
width: 698px;
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouseltwo img {
display: block;
max-width: 100%;
height: auto;
}
.mycarouseltwo-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouseltwo-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselthree {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselthree ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselthree li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselthree img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselthree-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselthree-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselfour {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselfour ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselfour li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselfour img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselfour-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselfour-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselfive {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselfive ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselfive li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselfive img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselfive-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselfive-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselsix {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselsix ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselsix li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselsix img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselsix-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselsix-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
.showRest {
margin: auto;
}
.animated-object{
opacity:0;
height: 0;
}
/*NEW NAV BAR START*/
.contentwrapper{
position:fixed;
width:100%;
list-style-type: none;
margin-top: 0;
top: 0;
left: 0;
padding: 0;
z-index: 9999;
background-color: #333;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
font-family: 'Montserrat', sans-serif;
}
li a, .scroll {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
background-color: #E04937;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.menu .arrow {
font-size:11px;
line-height:0%;
}
/*NEW NAV BAR END*/
body{
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
#home h1 {
padding-top: 50px;
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
font-size: 2em;
background-color: white;
}
h1 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
font-size: 2em;
}
h2 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
h3 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
h4 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
.footer{
width: 100%;
margin: auto;
background-color: #333;
text-align: center;
height: 28px;
position: fixed;
bottom: 0;
z-index: 9999;
}
.footer p {
display: inline-block;
color: white;
font-size: .66em;
margin: auto;
/*margin-left: 845px;
margin-top: 9px;
*/
}
.footer img {
width: 22px;
float: right;
margin-top: 3px;
margin-right: 836px;
display: none;
}
/*CHAY FADE IN START*/
.fade-in {
-webkit-transition: opacity 3s, bottom 2s ease;
transition: opacity 3s, bottom 2s ease;
bottom: 0px;
color: #e74c3c;
opacity: 1;
}
b {
bottom: -50px;
opacity: 0;
position: relative;
}
/*CHAY FADE IN END*/
/*NAV BAR START*/
/*ul {
list-style-type: none;
margin-top: 0;
top: 0;
left: 0;
padding: 0;
width: 100%;
position: fixed;
z-index: 9999;
background-color: #333;
}
li {
float: left;
font-family: 'Montserrat', sans-serif;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}*/
/*NAV BAR END*/
.position-test {
position: absolute;
position: fixed;
bottom: 28px;
right: 0;
width: 70px;
border: 3px solid red;
}
.position-test .scroll {
font-family: 'Montserrat', sans-serif;
margin: auto;
color:red;
text-align:center;
}
/*a:hover {
color:blue;
font-size: 3em;
}*/
p{
font-family: 'Montserrat', sans-serif;
margin-right: 10px;
margin-left: 10px;
color:red;
text-align:center;
} | mystylesheet.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);
.super-awesome-class {
background-color:lime;
}
/* MEDIA QUERIES START */
@media screen and (max-width:310px){
.page-wrapper .page-wrappertwo #skills p {
width: 170px;
}
.page-wrapper .page-wrappertwo h3{
font-size: 17px;
}
}
@media screen and (max-width:330px){
.page-wrapper .page-wrappertwo h1{
font-size: 21px !important;
}
.page-wrapper .page-wrappertwo #home h1{
font-size: 24px !important;
padding-top: 135px;
}
}
@media screen and (max-width:370px){
.page-wrapper .page-wrappertwo #home h1{
padding-top: 135px !important;
}
}
@media screen and (max-width:432px){
.page-wrapper .page-wrappertwo h1{
font-size: 25px;
}
}
@media screen and (max-width:500px){
.page-wrapper .page-wrappertwo #experience .jobtitlebgcolor {
width: initial;
border-radius: 0px;
}
.page-wrapper .page-wrappertwo #education .jobtitlebgcolor {
width: initial;
border-radius: 0px;
}
}
@media screen and (max-width:601px){
.page-wrapper .page-wrappertwo #home h1{
padding-top: 90px;
}
}
@media screen and (max-width:1000px) {
body {
background-color: #333;
}
.page-wrapper .page-wrappertwo {
background-color: red;
}
#home .intro-class {
font-family: 'Montserrat', sans-serif;
font-size: 100%;
width:100%;
margin: auto;
}
#home h1 {
padding-top: 80px;
font-family: 'Montserrat', sans-serif;
}
li {
float: left;
font-family: 'Montserrat', sans-serif;
}
.contentwrapper li a.scroll:hover{
background-color: green;
}
.contentwrapper .dropdown .dropdown-content a:hover {
background-color: #f1f1f1;
}
.contentwrapper li a.scroll:active{
background-color: green;
}
.contentwrapper .dropdown .dropdown-content a:active {
background-color: #f1f1f1;
}
.dropdown-content a.scroll{
display: none;
}
.position-test {
display: none;
}
.mcw {
display: none;
}
.mcwtwo{
display: none;
}
.mcwthree{
display: none;
}
.mcwfour{
display: none;
}
.mcwfive{
display: none;
}
.mcwsix{
display: none;
}
.owl-wrapper{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrappertwo{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrapperthree{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrapperfour{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrapperfive{
display: initial !important;
display: inherit !important;
height: auto;
}
.owl-wrappersix{
display: initial !important;
display: inherit !important;
height: auto;
}
.footer {
display: none;
}
}
/* MEDIA QUERIES END */
.owl-wrapper{
display: none;
}
.owl-wrappertwo{
display: none;
}
.owl-wrapperthree{
display: none;
}
.owl-wrapperfour{
display: none;
}
.owl-wrapperfive{
display: none;
}
.owl-wrappersix{
display: none;
}
.page-wrapper {
background-color: white;
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
overflow: hidden;
}
.page-wrappertwo {
background-color: white;
width: 80%;
text-align: center;
margin: auto;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
box-sizing: border-box;
}
#home {
background-color: white;
text-align: center;
margin: auto;
}
#home img {
border-radius: 75px;
margin: auto;
}
.headertitlebgcolor {
text-align: center;
margin: auto;
color: black;
border: 3px solid #E04937;
text-shadow: 3px 0px 71px white;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
background-color: #E04937;
}
.intro-class{
font-family: 'Montserrat', sans-serif;
font-size: 100%;
width:50%;
margin: auto;
}
.intro-class p {
color: black;
text-align: center;
}
#bordershadow{
background-color: white;
width: 80%;
text-align: center;
margin: auto;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
box-sizing: border-box;
}
#education {
background-color: white;
text-align: center;
margin: auto;
color: #2db119;
}
#education p{
text-align: center;
margin: auto;
color: #2A702F;
text-shadow: 3px 0px 71px white;
}
#experience {
background-color: white;
text-align: center;
margin: auto;
}
#experience p{
text-align: center;
margin: auto;
color: #2A702F;
text-shadow: 3px 0px 71px white;
}
.jobtitlebgcolor {
text-align: center;
width:300px;
margin: auto;
color: black;
background-color: #1ba8e5;
border: 3px solid #1ba8e5;
border-radius: 25px;
text-shadow: 3px 0px 71px white;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
button{
padding:5px;
}
#skills{
background-color: white;
color: black;
text-align: center;
margin: auto;
}
#skills p {
color: black;
background-color: #77CB6A;
border: 3px solid #77CB6A;
width: 180px;
margin: auto;
margin-bottom: 7px;
border-radius: 25px;
text-shadow: 3px 0px 71px white;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
#portfolio{
background-color: white;
text-align: center;
margin: auto;
box-shadow: 0 20px 50px rgba(0,0,0,.3);
box-sizing: border-box;
}
#photo{
display: none;
}
.mycourousel-wrapper{
position:relative;
margin: 20px auto;
border: 10px solid #fff;
display: block;
}
/* ***START OF CAROUSEL**
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.mycarousel {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarousel ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarousel li {
/* Required only for block elements like <li>'s */
width: 698px;
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarousel img {
display: block;
max-width: 100%;
height: auto;
}
.mycarousel-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarousel-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
/* ***START OF CAROUSEL**
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.mycarouseltwo {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouseltwo ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouseltwo li {
/* Required only for block elements like <li>'s */
width: 698px;
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouseltwo img {
display: block;
max-width: 100%;
height: auto;
}
.mycarouseltwo-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouseltwo-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselthree {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselthree ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselthree li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselthree img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselthree-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselthree-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselfour {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselfour ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselfour li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselfour img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselfour-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselfour-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselfive {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselfive ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselfive li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselfive img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselfive-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselfive-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative! ***START OF CAROUSEL**
*/
.mycarouselsix {
width:100%;
position: relative;
overflow: hidden;
display: block;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.mycarouselsix ul {
width: 100000em;
position: relative;
/* Optional, required in this case since it's a <ul> element */
list-style: none;
margin: 0;
padding: 0;
left: -500px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.mycarouselsix li {
/* Required only for block elements like <li>'s */
float: left;
border: 1px solid #fff;
box-sizing: border-box;
}
.mycarouselsix img {
display: block;
max-width: 100%;
height: 576px;
}
.mycarouselsix-prev{
left: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
.mycarouselsix-next{
right: 15px;
position:absolute;
top:50%;
margin-top:-15px;
width: 30px;
height: 30px;
text-align: center;
background: #CE0F0F;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
border-radius:30px;
box-shadow: 0 0 4px #F0EFE7;
}
/* END OF CAROUSEL** */
.showRest {
margin: auto;
}
.animated-object{
opacity:0;
height: 0;
}
/*NEW NAV BAR START*/
.contentwrapper{
position:fixed;
width:100%;
list-style-type: none;
margin-top: 0;
top: 0;
left: 0;
padding: 0;
z-index: 9999;
background-color: #333;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
font-family: 'Montserrat', sans-serif;
}
li a, .scroll {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
background-color: #E04937;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.menu .arrow {
font-size:11px;
line-height:0%;
}
/*NEW NAV BAR END*/
body{
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
#home h1 {
padding-top: 50px;
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
font-size: 2em;
background-color: white;
}
h1 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
font-size: 2em;
}
h2 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
h3 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
h4 {
color: black;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
.footer{
width: 100%;
margin: auto;
background-color: #333;
text-align: center;
height: 28px;
position: fixed;
bottom: 0;
z-index: 9999;
}
.footer p {
display: inline-block;
color: white;
font-size: .66em;
margin: auto;
/*margin-left: 845px;
margin-top: 9px;
*/
}
.footer img {
width: 22px;
float: right;
margin-top: 3px;
margin-right: 836px;
display: none;
}
/*CHAY FADE IN START*/
.fade-in {
-webkit-transition: opacity 3s, bottom 2s ease;
transition: opacity 3s, bottom 2s ease;
bottom: 0px;
color: #e74c3c;
opacity: 1;
}
b {
bottom: -50px;
opacity: 0;
position: relative;
}
/*CHAY FADE IN END*/
/*NAV BAR START*/
/*ul {
list-style-type: none;
margin-top: 0;
top: 0;
left: 0;
padding: 0;
width: 100%;
position: fixed;
z-index: 9999;
background-color: #333;
}
li {
float: left;
font-family: 'Montserrat', sans-serif;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}*/
/*NAV BAR END*/
.position-test {
position: absolute;
position: fixed;
bottom: 28px;
right: 0;
width: 70px;
border: 3px solid red;
}
.position-test .scroll {
font-family: 'Montserrat', sans-serif;
margin: auto;
color:red;
text-align:center;
}
/*a:hover {
color:blue;
font-size: 3em;
}*/
p{
font-family: 'Montserrat', sans-serif;
margin-right: 10px;
margin-left: 10px;
color:red;
text-align:center;
} | 0.097643 | 0.0537 |
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
background-color: white;
border-bottom: 1px solid white;
box-shadow: 0px 6px 8px 1px rgba(239, 245, 247, 0.5);
-webkit-box-shadow: 0px 6px 8px 1px rgba(239, 245, 247, 0.5);
-moz-box-shadow: 0px 6px 8px 1px rgba(239, 245, 247, 0.5);
}
.nav a {
text-decoration: none;
color: black;
}
.nav div {
width: 30%;
}
.nav__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
a.nav__links--link {
text-transform: uppercase;
color: gray;
margin-right: 8px;
}
.nav__brand {
font-size: 1.3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nav__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.far,
.fas {
margin: 0 5px;
}
i.hamburger {
display: none;
}
@media all and (max-width: 768px) {
.nav__links--link {
display: none;
}
i.hamburger {
display: block;
}
}
.pointer {
cursor: pointer;
}
.column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.spaced-out {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.col-1 {
width: 100%;
}
.col-2 {
width: 48%;
}
.main-container {
width: 60%;
margin: 0 auto;
}
.navigation {
width: 100%;
}
.navigation__item {
margin-right: 50px;
padding: 7px 0;
border-bottom: 1px solid #c5c2c2;
color: #c5c2c2;
font-weight: bold;
font-size: 1.22rem;
}
.main-heading {
font-weight: 1000;
}
.active {
color: black;
border-bottom: 1px solid black;
}
.main-content {
margin-top: 30px;
}
.post-normal {
border: 1px solid #c5c2c2;
margin-bottom: 40px;
width: 48%;
}
.post-featured {
border: 1px solid #c5c2c2;
margin-bottom: 40px;
width: 100%;
}
.post__title {
padding: 15px;
font-size: 1.2rem;
font-weight: bold;
color: #333333;
}
.post__image-container {
height: 260px;
overflow: hidden;
}
.post__image {
width: 100%;
height: 100%;
}
.post__footer {
padding: 10px;
}
.post__footer--more {
color: red;
}
.fa-angle-right {
margin-top: 3px;
}
.fa-heart {
color: #12a9cf;
font-size: 1.5rem;
}
@media all and (max-width: 768px) {
.recent {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-normal {
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
footer {
background-color: black;
height: 250px;
color: #cccccc;
}
footer a {
text-decoration: none;
color: inherit;
}
.footer-container {
width: 70%;
height: 100%;
margin: 0 auto;
}
.brand {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer__links {
margin-top: -100px;
}
.footer__links--link {
margin: 5px;
}
.brand__name {
padding-top: 20px;
font-size: 1.5rem;
}
.brand__copyright {
padding-bottom: 20px;
font-size: 0.8rem;
}
.social {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.newsletter {
width: 20%;
}
.newsletter__title {
font-weight: bold;
font-size: 1.1rem;
}
.newsletter__form * {
margin: 5px;
padding: 10px;
}
.newsletter__form {
margin-top: -10px;
}
.submit {
background-color: red;
color: white;
border: none;
font-size: 1.1rem;
font-weight: bold;
}
.terms {
margin-top: 20px;
}
@media all and (max-width: 768px) {
footer {
height: 400px;
}
.newsletter {
width: 100%;
margin: 0 auto;
}
.footer-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.brand {
height: 40%;
}
.social {
height: 40%;
}
.footer__links {
margin-top: 10px;
}
}
body {
padding: 0;
margin: 0;
}
/*# sourceMappingURL=main.css.map */ | assets/style/main.css | .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
background-color: white;
border-bottom: 1px solid white;
box-shadow: 0px 6px 8px 1px rgba(239, 245, 247, 0.5);
-webkit-box-shadow: 0px 6px 8px 1px rgba(239, 245, 247, 0.5);
-moz-box-shadow: 0px 6px 8px 1px rgba(239, 245, 247, 0.5);
}
.nav a {
text-decoration: none;
color: black;
}
.nav div {
width: 30%;
}
.nav__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
a.nav__links--link {
text-transform: uppercase;
color: gray;
margin-right: 8px;
}
.nav__brand {
font-size: 1.3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nav__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.far,
.fas {
margin: 0 5px;
}
i.hamburger {
display: none;
}
@media all and (max-width: 768px) {
.nav__links--link {
display: none;
}
i.hamburger {
display: block;
}
}
.pointer {
cursor: pointer;
}
.column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.spaced-out {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.col-1 {
width: 100%;
}
.col-2 {
width: 48%;
}
.main-container {
width: 60%;
margin: 0 auto;
}
.navigation {
width: 100%;
}
.navigation__item {
margin-right: 50px;
padding: 7px 0;
border-bottom: 1px solid #c5c2c2;
color: #c5c2c2;
font-weight: bold;
font-size: 1.22rem;
}
.main-heading {
font-weight: 1000;
}
.active {
color: black;
border-bottom: 1px solid black;
}
.main-content {
margin-top: 30px;
}
.post-normal {
border: 1px solid #c5c2c2;
margin-bottom: 40px;
width: 48%;
}
.post-featured {
border: 1px solid #c5c2c2;
margin-bottom: 40px;
width: 100%;
}
.post__title {
padding: 15px;
font-size: 1.2rem;
font-weight: bold;
color: #333333;
}
.post__image-container {
height: 260px;
overflow: hidden;
}
.post__image {
width: 100%;
height: 100%;
}
.post__footer {
padding: 10px;
}
.post__footer--more {
color: red;
}
.fa-angle-right {
margin-top: 3px;
}
.fa-heart {
color: #12a9cf;
font-size: 1.5rem;
}
@media all and (max-width: 768px) {
.recent {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-normal {
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
footer {
background-color: black;
height: 250px;
color: #cccccc;
}
footer a {
text-decoration: none;
color: inherit;
}
.footer-container {
width: 70%;
height: 100%;
margin: 0 auto;
}
.brand {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer__links {
margin-top: -100px;
}
.footer__links--link {
margin: 5px;
}
.brand__name {
padding-top: 20px;
font-size: 1.5rem;
}
.brand__copyright {
padding-bottom: 20px;
font-size: 0.8rem;
}
.social {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.newsletter {
width: 20%;
}
.newsletter__title {
font-weight: bold;
font-size: 1.1rem;
}
.newsletter__form * {
margin: 5px;
padding: 10px;
}
.newsletter__form {
margin-top: -10px;
}
.submit {
background-color: red;
color: white;
border: none;
font-size: 1.1rem;
font-weight: bold;
}
.terms {
margin-top: 20px;
}
@media all and (max-width: 768px) {
footer {
height: 400px;
}
.newsletter {
width: 100%;
margin: 0 auto;
}
.footer-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.brand {
height: 40%;
}
.social {
height: 40%;
}
.footer__links {
margin-top: 10px;
}
}
body {
padding: 0;
margin: 0;
}
/*# sourceMappingURL=main.css.map */ | 0.352982 | 0.043427 |
@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700)";
body {
font: 13px/20px "Open Sans", Tahoma, Verdana, sans-serif;
color: #a7a599;
background: #31302b;
}
/*Login form style*/
/* === Logo === */
.logo {
background-position: center;
height: 60px;
width: 140px;
margin: 100px auto 30px auto;
}
/* === Form === */
.form {
width: 100%;
}
.form .field {
position: relative;
margin: 0 50px;
}
.form .field i {
font-size: 18px;
left: 0px;
top: 0px;
position: absolute;
height: 44px;
width: 44px;
color: #f7f3eb;
background: #676056;
text-align: center;
line-height: 44px;
transition: all 0.3s ease-out;
pointer-events: none;
}
/* === Login styles === */
.login {
position: relative;
margin: 100px auto;
width: 370px;
height: 315px;
background: white;
border-radius: 3px;
}
.login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
}
.login h1 {
line-height: 55px;
font-size: 24px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
color: #fff;
text-align: center;
background: #1abc9c;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.login .submit {
text-align: center;
}
.login p:first-child {
margin-top: 30px;
}
.login p .remember {
float: left;
}
.login p .remember label {
color: #a7a599;
font-size: 12px;
cursor: pointer;
}
.login p .forgot {
float: right;
margin-right: 50px;
}
.login p .forgot a {
color: #a7a599;
font-size: 12px;
text-decoration: none;
font-style: italic;
transition: all 0.3s ease-out;
}
.login p .forgot a:hover {
color: #f2672e;
}
/*input style*/
/* === Input Form === */
::-webkit-input-placeholder {
color: #ded9cf;
font-family: 'Open Sans';
}
:-moz-placeholder {
color: #ded9cf !important;
font-family: 'Open Sans';
}
.form input[type=text], input[type=password] {
font-family: 'Open Sans', Calibri, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
padding: 10px 15px 10px 55px;
position: relative;
width: 200px;
height: 24px;
color: #676056;
border: none;
background: #f7f3eb;
color: #777;
transition: color 0.3s ease-out;
}
.form input[type=text] {
margin-bottom: 15px;
}
.form input[type=text]:hover ~ i,
.form input[type=password]:hover ~ i {
color: #27ae60;
}
.form input[type=text]:focus ~ i,
.form input[type=password]:focus ~ i {
color: #27ae60;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form button[type=submit]:focus {
outline: none;
}
.form input[type=submit] {
margin-top: 15px;
width: 270px;
text-align: center;
font-size: 14px;
font-family: 'Open Sans',sans-serif;
font-weight: bold;
padding: 12px 0;
letter-spacing: 0;
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
background-color: #16a085;
text-shadow: none;
text-transform: uppercase;
border: none;
cursor: pointer;
position: relative;
margin-bottom: 20px;
-webkit-animation: shadowFadeOut 0.4s;
-moz-animation: shadowFadeOut 0.4s;
}
.form input[type=submit]:hover, input[type=submit]:focus {
color: #fff;
box-shadow: inset 0px 46px 0px 0px #1abc9c;
-webkit-animation: shadowFade 0.4s;
-moz-animation: shadowFade 0.4s;
}
/*keyframes for input animation*/
@keyframes shadowFade {
0% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
}
@keyframes shadowFadeOut {
0% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
}
@-webkit-keyframes shadowFade {
0% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
}
@-webkit-keyframes shadowFadeOut {
0% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
}
@-moz-keyframes shadowFade {
0% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
}
@-moz-keyframes shadowFadeOut {
0% {
box-shadow: inset 0px 44px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
}
/*continued styling for input */
.form input[type="checkbox"] {
display: none;
}
/*.form input[type="checkbox"] + label span {
display:inline-block;
width:16px;
height:16px;
margin: -2px 4px 0 50px;
vertical-align:middle;
background:url("../img/checkbox.png") left top no-repeat;
cursor:pointer;
}
.form input[type="checkbox"]:checked + label span {
background:url("../img/checkbox.png") -16px top no-repeat;
}*/
/* === Copyright === */
.copyright {
margin-top: 30px;
text-align: center;
}
.copyright p, .copyright a {
color: #828078;
font-size: 12px;
text-decoration: none;
transition: color 0.3s ease-out;
}
.copyright p a:hover, .copyright a a:hover {
color: #f2672e;
} | public/css/style.css | @import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700)";
body {
font: 13px/20px "Open Sans", Tahoma, Verdana, sans-serif;
color: #a7a599;
background: #31302b;
}
/*Login form style*/
/* === Logo === */
.logo {
background-position: center;
height: 60px;
width: 140px;
margin: 100px auto 30px auto;
}
/* === Form === */
.form {
width: 100%;
}
.form .field {
position: relative;
margin: 0 50px;
}
.form .field i {
font-size: 18px;
left: 0px;
top: 0px;
position: absolute;
height: 44px;
width: 44px;
color: #f7f3eb;
background: #676056;
text-align: center;
line-height: 44px;
transition: all 0.3s ease-out;
pointer-events: none;
}
/* === Login styles === */
.login {
position: relative;
margin: 100px auto;
width: 370px;
height: 315px;
background: white;
border-radius: 3px;
}
.login:before {
content: '';
position: absolute;
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
z-index: -1;
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
}
.login h1 {
line-height: 55px;
font-size: 24px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
color: #fff;
text-align: center;
background: #1abc9c;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.login .submit {
text-align: center;
}
.login p:first-child {
margin-top: 30px;
}
.login p .remember {
float: left;
}
.login p .remember label {
color: #a7a599;
font-size: 12px;
cursor: pointer;
}
.login p .forgot {
float: right;
margin-right: 50px;
}
.login p .forgot a {
color: #a7a599;
font-size: 12px;
text-decoration: none;
font-style: italic;
transition: all 0.3s ease-out;
}
.login p .forgot a:hover {
color: #f2672e;
}
/*input style*/
/* === Input Form === */
::-webkit-input-placeholder {
color: #ded9cf;
font-family: 'Open Sans';
}
:-moz-placeholder {
color: #ded9cf !important;
font-family: 'Open Sans';
}
.form input[type=text], input[type=password] {
font-family: 'Open Sans', Calibri, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
padding: 10px 15px 10px 55px;
position: relative;
width: 200px;
height: 24px;
color: #676056;
border: none;
background: #f7f3eb;
color: #777;
transition: color 0.3s ease-out;
}
.form input[type=text] {
margin-bottom: 15px;
}
.form input[type=text]:hover ~ i,
.form input[type=password]:hover ~ i {
color: #27ae60;
}
.form input[type=text]:focus ~ i,
.form input[type=password]:focus ~ i {
color: #27ae60;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form button[type=submit]:focus {
outline: none;
}
.form input[type=submit] {
margin-top: 15px;
width: 270px;
text-align: center;
font-size: 14px;
font-family: 'Open Sans',sans-serif;
font-weight: bold;
padding: 12px 0;
letter-spacing: 0;
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
background-color: #16a085;
text-shadow: none;
text-transform: uppercase;
border: none;
cursor: pointer;
position: relative;
margin-bottom: 20px;
-webkit-animation: shadowFadeOut 0.4s;
-moz-animation: shadowFadeOut 0.4s;
}
.form input[type=submit]:hover, input[type=submit]:focus {
color: #fff;
box-shadow: inset 0px 46px 0px 0px #1abc9c;
-webkit-animation: shadowFade 0.4s;
-moz-animation: shadowFade 0.4s;
}
/*keyframes for input animation*/
@keyframes shadowFade {
0% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
}
@keyframes shadowFadeOut {
0% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
}
@-webkit-keyframes shadowFade {
0% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
}
@-webkit-keyframes shadowFadeOut {
0% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
}
@-moz-keyframes shadowFade {
0% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 46px 0px 0px #1abc9c;
color: #fff;
}
}
@-moz-keyframes shadowFadeOut {
0% {
box-shadow: inset 0px 44px 0px 0px #1abc9c;
color: #fff;
}
100% {
box-shadow: inset 0px 0px 0px 0px #1abc9c;
color: #fff;
}
}
/*continued styling for input */
.form input[type="checkbox"] {
display: none;
}
/*.form input[type="checkbox"] + label span {
display:inline-block;
width:16px;
height:16px;
margin: -2px 4px 0 50px;
vertical-align:middle;
background:url("../img/checkbox.png") left top no-repeat;
cursor:pointer;
}
.form input[type="checkbox"]:checked + label span {
background:url("../img/checkbox.png") -16px top no-repeat;
}*/
/* === Copyright === */
.copyright {
margin-top: 30px;
text-align: center;
}
.copyright p, .copyright a {
color: #828078;
font-size: 12px;
text-decoration: none;
transition: color 0.3s ease-out;
}
.copyright p a:hover, .copyright a a:hover {
color: #f2672e;
} | 0.257578 | 0.083703 |
@-moz-document domain("playrix.com") {
::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
#transcript-scrollbox::-webkit-scrollbar-thumb {
/* Color of handle */
background: #580303!important;
background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
ol::-webkit-scrollbar-thumb:hover,
ul::-webkit-scrollbar-thumb:hover,
#transcript-scrollbox::-webkit-scrollbar-thumb:hover {
/* Color of handle */
background: #580303!important;
background-image: linear-gradient(to left, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
::-webkit-scrollbar-track,
#messages div::-webkit-scrollbar-track {
/* Color of slider */
background: #170000!important;
box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar,
#messages div::-webkit-scrollbar {
/* Width */
width: .8em!important;
}
::-webkit-scrollbar-button,
#messages div::-webkit-scrollbar-button {
/* Color of handles at top and bottom */
background: #4c0707!important;
box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
}
::-webkit-scrollbar-button:hover,
#messages div::-webkit-scrollbar-button:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
* {
text-decoration: none!important;
}
#pagetitle h1,
.breadcrumb .lastnavbit > span,
.breadcrumb .navbit > a,
.breadcrumb .navbit.lastnavbit span
{
text-transform: capitalize!important;
}
#usercp_nav .blockbody,
.blockbody,
.blockhead,
.body_wrapper,
.eventbit .eventhead,
.eventbit,
.footer,
.formcontrols,
.moreactivity,
.navtabs>ul.floatcontainer li a.popupctrl.active,
.navtabs>ul.floatcontainer li:hover a.popupctrl.active,
.navtabs li:first-child,
.navtabs ul,
.newactivity,
.notices li,
.pagination span a,
.postbit .posthead,
.postbit,
.postbitlegacy .posthead,
.postbitlegacy,
.threadbit,
.threadlisthead,
:focus,
dl.tabslight dd a,
h2.searchlisthead,
span.cke_skin_kama {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
li.activitybit {
border-top: 1px solid #fff!important;
}
.above_threadlist {
display: none;
}
/*___ Fonts ________________________________________________________________________*/
li.activitybit .content .title {
font-size: 21px!important;
}
.toplinks {
font-size: 19px!important;
}
#pagetitle .description,
.button,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_cancel,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_ok,
.eventbit .eventrow,
.formcontrols .blockrow .description,
.forumbit_nopost .forumbit_nopost .forumrow .forumdata,
.forumbit_post .forumlastpost .lastpostdate,
.forumbit_post .forumrow .forumdata,
.popupbody,
.postbitdeleted .postrow,
.postbitignored .postrow,
.postbitlegacy .postrow,
.textcontrols a,
.threadbit .threadtitle,
a.textcontrol,
body,
li.activitybit {
font-size: 17px!important;
}
.textbox,
font,
select,
textarea {
font-size: 15px!important;
}
.formcontrols .blockrow .description {
line-height: 36px!important;
}
.navtabs li a.navtab {
line-height: 23px;
}
/*___ Remove Items _________________________________________________________________*/
selector {
left: -9999px!important;
position: absolute!important;
top: -9999px!important;
}
/*___ Left/Right/Top/Bottom ________________________________________________________*/
.toplinks {
margin-top: 0;
margin-left: 12%;
}
#usercp_content .cp_content,
#usercp_content {
margin-left: 0;
}
#calendar_content {
margin-right: 15%;
}
.popupbody {
left: -91px;
}
.globalsearch {
right: 75px;
}
#calendar_nav {
margin-right: 2.5rem;
}
.footer_time {
margin-right: 5%;
}
.toplinks ul.isuser,
.toplinks ul.nouser {
float: left;
}
.toplinks ul.nouser li[style="bottom: 0px; position: absolute; right: 0px;height:15px;"] {
bottom: 38px!important;
right: 3.5em!important;
}
.toplinks ul.nouser li[style="position: absolute; bottom: 0px; right: 5.5em;height:15px;"] {
bottom: 38px!important;
right: 8.5em!important;
}
.toplinks .remember {
bottom: 37px;
right: 11.5em;
}
/*___ Margins ______________________________________________________________________*/
#forums,
#usercp_nav,
.block,
.forumbits,
.postbitlegacy,
.restore ol>li,
.restore ol.decimal>li,
.threadlist,
.wgo_block {
margin: 12px!important;
}
.restore ul>li {
margin: 12px 6px!important;
}
.navbar {
margin: 0;
}
/*___ Paddings _____________________________________________________________________*/
#calendar_main,
#forums,
#qr_defaultcontainer,
#usercp_content,
#usercp_nav,
.block,
.breadcrumb,
.forumbits,
.navbar,
.postbitlegacy,
.postlist,
.threadlist,
.wgo_block {
padding: 12px!important;
}
div.greenbox,
div.redbox {
padding: 3px 21px!important;
}
.attachment a,
.button {
padding: 3px 6px!important;
}
.above_body {
padding: 0;
}
/*___ Heights ______________________________________________________________________*/
.navpopupbody {
max-height: none!important;
}
.doc_header,
#forumrules,
.toplinks ul.isuser .popupbody li {
height: auto;
}
.body_wrapper,
body {
height: 100rem!important;
}
.doc_header {
min-height: 63px;
}
.toplinks .remember,
.toplinks ul.nouser li {
height: 21px!important;
}
.doc_header {
min-height: 28px;
}
/*___ Widths _______________________________________________________________________*/
.formcontrols .blockrow .description,
.navpopupbody,
.standard_error,
body,
form .rightcol {
max-width: none!important;
}
.doc_header,
.toplinks form input.textbox,
body {
width: auto!important;
}
.popupbody {
width: 13rem;
}
table {
width: 93%!important;
}
#calendar_main,
#forums,
.below_threadlist,
.eventbit,
.forumbits,
.postbit,
.postbitlegacy,
.threadlist {
width: 97%;
}
.forum_info {
width: 79%;
}
#usercp_content {
width: 85%;
}
.toplinks form input.textbox {
width: 101px;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
a[href],
a[href] strong,
td span {
color: #0ff!important;
text-shadow: 1px 1px #000!important;
}
a[href]:visited {
color: #fc79fc!important;
text-shadow: 1px 1px #000!important;
}
/*__________________________________________________________________________________*/
.pagination span.selected a,
a[href] strong:hover,
a[href]:hover span,
a[href]:hover,
h1,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
color: #ff0!important;
text-shadow: 1px 1px #000!important;
}
/*__________________________________________________________________________________*/
.postbitlegacy .userinfo .userinfo_extra dd:nth-child(4),
.above_postlist .pagination_top .pagination,
.above_postlist .pagination_top .postpagestats,
.above_threadlist .threadpagenav .threadpagestats,
.eventbit .eventrow,
.forum_info,
.forumbit_nopost .forumbit_nopost .forumrow,
.forumbit_post .forumrow,
.lastedited,
.moreactivity,
.newactivity,
.postbitdeleted .postrow,
.postbitignored .postrow,
.postbitlegacy .postrow,
.shade,
.wgo_block .section,
body,
div.greenbox,
div.redbox,
li,
p {
color: #fff!important;
text-shadow: 1px 1px #000!important;
}
/*___ Khaki ________________________________________________________________________*/
.blocksubhead,
strong,
h1,
h2 {
color: #F0E890!important;
text-shadow: 1px 1px #000!important;
}
/*___ Burlywood ____________________________________________________________________*/
u,
h3,
h4 {
color: #e0b880!important;
text-shadow: 1px 1px #000!important;
}
/*___ <NAME> __________________________________________________________________*/
.threadbit .threadmeta,
b,
h5,
dt,
h6,
label {
color: #F0A060!important;
text-shadow: 1px 1px #000!important;
}
/*___ Blue _________________________________________________________________________*/
.postbitlegacy .userinfo .userinfo_extra dd,
.date,
.forumbit_post .forumlastpost .lastpostdate,
.threadbit .threadlastpost,
.time,
time {
color: #07beff!important;
text-shadow: 1px 1px #000!important;
}
/*___ Green ________________________________________________________________________*/
selector {
color: #07ff24!important;
text-shadow: 1px 1px #000!important;
}
/*___ Red __________________________________________________________________________*/
selector {
color: #ff0707!important;
text-shadow: 1px 1px #000!important;
}
/*__________________________________________________________________________________*/
* html .navpopupmenu.popupmenu.nohovermenu a.textcontrol,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_cancel,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_ok,
.navpopupmenu a.popupctrl,
.navpopupmenu a.textcontrol,
.navpopupmenu.popupmenu.nohovermenu a.popupctrl,
.navpopupmenu.popupmenu.nohovermenu a.textcontrol,
.textcontrols a,
a.textcontrol,
input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
background: #1d0909!important;
background-color: #1d0909!important;
border-radius: 22px!important;
color: #fff!important;
padding-left: 6px!important;
}
/*__________________________________________________________________________________*/
::selection {
background: #ff9!important;
color: #000!important;
}
pre ::selection {
background: #ff9!important;
color: #fff!important;
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #f48f8f;
opacity: 1;
/* Firefox */
}
/*___ Misc _________________________________________________________________________*/
[color="#0000FF"] b {
color: #ff4afe!important;
}
[color="#008000"] {
color: #af0!important;
}
[color="#0000CD"] {
color: #00b3ff!important;
}
[color="#800080"] {
color: #ff6cbe!important;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
body,
html {
background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)!important;
background-attachment: fixed!important;
}
/*___ Background Gray ______________________________________________________________*/
.footer,
.doc_header {
background-color: #060505!important;
}
selector {
background-color: #0a0909!important;
}
.navbar {
background: rgba(0, 0, 0, 0.5) none;
}
/*___ Background 0000 ______________________________________________________________*/
#usercp_nav .blockbody,
#usercp_nav .blockrow,
.bbcode_container .bbcode_quote_container,
.blockbody,
.blockfoot,
.blockhead,
.blocksubfoot,
.blocksubhead,
.body_wrapper,
.cke_skin_kama .cke_wrapper.cke_ltr,
.cke_skin_kama .cke_wrapper.cke_rtl,
.eventbit .eventdetails .eventbody,
.eventbit .eventdetails,
.eventbit .eventfoot .eventcontrols,
.eventbit .eventhead,
.faqlinks,
.formcontrols .blockrow,
.formcontrols,
.forumbit_nopost .forumbit_nopost .forumrow,
.forumbit_nopost:nth-child(even) .forumbit_nopost .forumrow,
.forumbit_post .forumrow,
.forumbit_post:nth-child(even) .forumrow,
.moreactivity,
.navlinks,
.navtabs>ul.floatcontainer .popupbody li a,
.navtabs li a.navtab,
.newactivity,
.notices,
.pagination span a,
.pagination span a.popupctrl,
.popupbody li a,
.popupbody li label,
.postbit .postfoot .textcontrols,
.postbit .posthead,
.postbitlegacy .postbody,
.postbitlegacy .postdetails,
.postbitlegacy .postfoot .textcontrols,
.postbitlegacy .posthead,
.postbitlegacy .userinfo,
.posterlist .blockrow,
.threadbit .alt,
.threadbit .discussionrow,
.threadbit .nonsticky,
.threadbit .sticky,
.threadlisthead,
.toplinks .nonotifications .popupbody a,
.wgo_block .blockbody,
.wgo_block .blockhead,
[style="background:url('images/playrix/borders.png') left top repeat-y;"],
h2.searchlisthead,
li.activitybit {
background: rgba(0, 0, 0, 0)!important;
}
/*___ Background-color 0000 ________________________________________________________*/
#forumrules,
#usercp_nav .blockrow * a:hover,
dl.tabslight dd a,
hr#afterline {
background-color: rgba(0, 0, 0, 0)!important;
}
/*___ Highlight Background _________________________________________________________*/
selector:hover {
border-left-color: #434343!important;
background: linear-gradient(to right, #383838, #0000)!important;
}
/*__ Blue __________________________________________________________________________*/
.newcontent_textcontrol {
background-image: linear-gradient(to bottom right, #043dda, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.newcontent_textcontrol:hover {
background-image: linear-gradient(to bottom right, #154eeb, #000)!important;
color: #ff0!important;
}
.newcontent_textcontrol:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Red __________________________________________________________________________*/
selector {
background-image: linear-gradient(to bottom right, #f00, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
selector:hover {
background-image: linear-gradient(to bottom right, #f11, #000)!important;
color: #ff0!important;
}
selector:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Orange ________________________________________________________________________*/
.attachment a {
background-image: linear-gradient(to bottom right, #da3a04, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.attachment a:hover {
background-image: linear-gradient(to bottom right, #eb4b15, #000)!important;
color: #ff0!important;
}
.attachment a:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*___ Green ________________________________________________________________________*/
selector {
background-image: linear-gradient(to bottom right, #81BC2E, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
selector:hover {
background-image: linear-gradient(to bottom right, #92cd3f, #000)!important;
color: #ff0!important;
}
selector:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*___ Plain Black __________________________________________________________________*/
#calendar_main,
#forums,
#qr_defaultcontainer,
#usercp_content,
#usercp_nav,
.block,
.breadcrumb,
.forumbits,
.postlist,
.standard_error,
.threadlist,
.wgo_block {
background-color: #000!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
#calendar_main:hover,
#forums:hover,
#qr_defaultcontainer:hover,
#usercp_content:hover,
#usercp_nav:hover,
.block:hover,
.breadcrumb:hover,
.forumbits:hover,
.postlist:hover,
.standard_error:hover,
.threadlist:hover,
.wgo_block:hover {
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/*___ Plain ________________________________________________________________________*/
.navtabs .popupbody,
.popupbody,
.postbitlegacy {
background-color: #111!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
.navtabs .popupbody:hover,
.popupbody:hover,
.postbitlegacy:hover {
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/*___ Red Gradient _________________________________________________________________*/
.mini .othermonth a,
.month .othermonth,
div.redbox {
background: linear-gradient(to bottom, #300202 0%, #590505 100%)!important;
border-bottom: 1px solid #000!important;
border: 1px solid #fff!important;
}
/*__ Blue Gradient _________________________________________________________________*/
.bbcode_container div.bbcode_quote {
background: linear-gradient(to bottom, #03193c, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
}
/*__ Green Gradient ________________________________________________________________*/
#usercp_nav .blockrow .active,
.navtabs li.selected,
div.greenbox {
background: linear-gradient(to bottom, #15534d 0%, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
text-shadow: 1px 1px #555!important;
}
/*__ Yellow Gradient _______________________________________________________________*/
.notices li {
background: linear-gradient(to bottom, #9d9d5d 0%, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
text-shadow: 1px 1px #555!important;
}
/*__ Orange Gradient _______________________________________________________________*/
selector {
background: linear-gradient(to bottom, #da3a04 0%, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
text-shadow: 1px 1px #555!important;
}
/*__________________________________________________________________________________*/
code,
pre {
background: #111!important;
background: url(https://image.ibb.co/e8fWZk/red_carbon_pattern_by_mystica_264_d4ceu9m.png) #111!important;
background: url(https://image.ibb.co/msdy5U/Red_Fabric.jpg) #111!important;
}
code {
background: #FDFCE4!important;
border: 1px solid #eec!important;
font-size: 110%!important;
padding: 3px 8px!important;
white-space: pre-wrap!important;
}
/*___ Highlight Background _________________________________________________________*/
selector:hover {
background: linear-gradient(to right, #383838, #0000)!important;
border-left-color: #434343!important;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
.forumbit_post,
.postbitlegacy,
.restore ol>li,
.restore ol.decimal>li,
.restore ul>li,
.threadbit,
li.activitybit {
filter: brightness(75%)!important;
}
/*__________________________________________________________________________________*/
.forumbit_post:hover,
.postbitlegacy:hover,
.restore ol>li:hover,
.restore ol.decimal>li:hover,
.restore ul>li:hover,
.threadbit:hover,
li.activitybit:hover {
filter: brightness(100%)!important;
}
/*__________________________________________________________________________________*/
div.redbox {
border-radius: 22px!important;
}
/*__________________________________________________________________________________*/
img {
-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}
/*__________________________________________________________________________________*/
p,
tr {
filter: brightness(68%)!important;
transition: color .125s ease-in, color .5s ease-out, filter .5s ease-in, filter .8s ease-out, box-shadow .125s ease-in, box-shadow .5s ease-out!important;
}
#pagetitle .description,
#usercp_nav .blockrow .active,
p:hover,
tr:hover {
filter: brightness(100%)!important;
transition: color .125s ease-in, color .5s ease-out, filter .5s ease-in, filter .8s ease-out, box-shadow .125s ease-in, box-shadow .5s ease-out!important;
}
/*__________________________________________________________________________________*/
selector {
opacity: .8!important;
}
selector:hover {
opacity: 1!important;
}
}
@-moz-document domain("playrix.com") {
/* Checkmark _______________________________________________________________*/
[title="Subscribe to This Forum"] {
background: url(https://i.ibb.co/HgsTqFS/checkbox-checked.png) no-repeat!important;
box-sizing: border-box;
}
[title="Subscribe to This Forum"] {
background-size: 29px!important;
padding-left: 33px!important;
}
.forumbit_post .forumactionlink {
width: 22px;
height: 39px;
}
.forumactionlinks .subslink {
background-image: none;
}
/* Facebook _______________________________________________________________*/
[src="images/misc/facebook.gif"] {
background: url(https://i.ibb.co/SnNXcLR/facebookround.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/facebook.gif"] {
background-size: 18px!important;
height: 32px!important;
padding-left: 19px!important;
/* width: 18px!important; */
}
/* Home _______________________________________________________________*/
[src="images/misc/navbit-home.png"] {
background: url(https://image.ibb.co/hK4LCb/Home-48x48.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/navbit-home.png"] {
background-size: 21px!important;
height: 32px!important;
padding-left: 33px!important;
width: 32px!important;
}
/* Logo _______________________________________________________________*/
#header:first-child {
background: url(https://i.ibb.co/982TFYY/playrix-logo-copy.png) no-repeat!important;
}
#header:first-child {
background-size: 135px!important;
height: 36px!important;
padding-left: 4px!important;
margin: -65px 20px 28px;
}
/* Mail _______________________________________________________________*/
/* Old */
.threadbit .threadstatus {
background: url(https://i.ibb.co/KWkgwqc/mail-open-icon.png) no-repeat!important;
box-sizing: border-box;
}
.threadbit .threadstatus {
background-size: 42px!important;
}
/* New */
.new .threadstatus {
background: url(https://i.ibb.co/wY6gQZW/1024px-Mail-closed-svg.png) no-repeat!important;
box-sizing: border-box;
}
.new .threadstatus {
background-size: 42px!important;
}
/* Multi-Quote _______________________________________________________________*/
[src="images/buttons/multiquote_40b.png"] {
background: url(https://i.ibb.co/pzvWT3M/Multi-Quote.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/buttons/multiquote_40b.png"] {
background-size: 26px!important;
padding-left: 36px!important;
height: 28px;
}
.postbitlegacy .postfoot .textcontrols a img, .postbit .postfoot .textcontrols a img {
left: -5px;
}
/* Paperclip _______________________________________________________________*/
[src="images/misc/paperclip.png"] {
background: url(https://i.ibb.co/h2xR7h8/Paperclip.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/paperclip.png"] {
background-size: 23px!important;
height: 46px!important;
width: 35px;
padding-left: 35px!important;
}
/* Reply _______________________________________________________________*/
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbit .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.forwardpost, .postbit .postfoot .textcontrols a.forwardpost {
background: url(https://i.ibb.co/Jj15BTm/reply-blue.png) no-repeat!important;
box-sizing: border-box;
}
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbit .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.forwardpost, .postbit .postfoot .textcontrols a.forwardpost {
background-size: 21px!important;
height: 32px!important;
padding-left: 33px!important;
}
/* Reply with Quote _______________________________________________________________*/
.postbitlegacy .postfoot .textcontrols a.newreply, .postbit .postfoot .textcontrols a.newreply {
background: url(https://i.ibb.co/RSDGjSr/Reply-Comment.png) no-repeat!important;
box-sizing: border-box;
}
.postbitlegacy .postfoot .textcontrols a.newreply, .postbit .postfoot .textcontrols a.newreply {
background-size: 21px!important;
padding-left: 28px!important;
}
/* Repost _______________________________________________________________*/
.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
background: url(https://i.ibb.co/F36yv0z/Warning-sign-red-20x20.png) no-repeat!important;
box-sizing: border-box;
}
.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
background-size: 21px!important;
height: 32px!important;
padding-left: 33px!important;
}
/* Search _______________________________________________________________*/
[src="images/buttons/search.png"] {
background: url(https://image.ibb.co/hVxuzR/search.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/buttons/search.png"] {
background-size: 14px!important;
height: 21px!important;
padding-left: 19px!important;
}
.globalsearch .searchbutton {
margin-left: 5px;
}
/* Tag _______________________________________________________________*/
[src="images/misc/tag.png"] {
background: url(https://i.ibb.co/ZVgFKmT/label-20x20.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/tag.png"] {
background-size: 30px!important;
height: 46px!important;
width: 35px;
padding-left: 35px!important;
}
[src="images/misc/tag.png"] {
transform: rotate(-45deg);
}
} | data/usercss/175778.user.css | @-moz-document domain("playrix.com") {
::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
#transcript-scrollbox::-webkit-scrollbar-thumb {
/* Color of handle */
background: #580303!important;
background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
ol::-webkit-scrollbar-thumb:hover,
ul::-webkit-scrollbar-thumb:hover,
#transcript-scrollbox::-webkit-scrollbar-thumb:hover {
/* Color of handle */
background: #580303!important;
background-image: linear-gradient(to left, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
::-webkit-scrollbar-track,
#messages div::-webkit-scrollbar-track {
/* Color of slider */
background: #170000!important;
box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar,
#messages div::-webkit-scrollbar {
/* Width */
width: .8em!important;
}
::-webkit-scrollbar-button,
#messages div::-webkit-scrollbar-button {
/* Color of handles at top and bottom */
background: #4c0707!important;
box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
}
::-webkit-scrollbar-button:hover,
#messages div::-webkit-scrollbar-button:hover {
border-radius: 22px!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
* {
text-decoration: none!important;
}
#pagetitle h1,
.breadcrumb .lastnavbit > span,
.breadcrumb .navbit > a,
.breadcrumb .navbit.lastnavbit span
{
text-transform: capitalize!important;
}
#usercp_nav .blockbody,
.blockbody,
.blockhead,
.body_wrapper,
.eventbit .eventhead,
.eventbit,
.footer,
.formcontrols,
.moreactivity,
.navtabs>ul.floatcontainer li a.popupctrl.active,
.navtabs>ul.floatcontainer li:hover a.popupctrl.active,
.navtabs li:first-child,
.navtabs ul,
.newactivity,
.notices li,
.pagination span a,
.postbit .posthead,
.postbit,
.postbitlegacy .posthead,
.postbitlegacy,
.threadbit,
.threadlisthead,
:focus,
dl.tabslight dd a,
h2.searchlisthead,
span.cke_skin_kama {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
li.activitybit {
border-top: 1px solid #fff!important;
}
.above_threadlist {
display: none;
}
/*___ Fonts ________________________________________________________________________*/
li.activitybit .content .title {
font-size: 21px!important;
}
.toplinks {
font-size: 19px!important;
}
#pagetitle .description,
.button,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_cancel,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_ok,
.eventbit .eventrow,
.formcontrols .blockrow .description,
.forumbit_nopost .forumbit_nopost .forumrow .forumdata,
.forumbit_post .forumlastpost .lastpostdate,
.forumbit_post .forumrow .forumdata,
.popupbody,
.postbitdeleted .postrow,
.postbitignored .postrow,
.postbitlegacy .postrow,
.textcontrols a,
.threadbit .threadtitle,
a.textcontrol,
body,
li.activitybit {
font-size: 17px!important;
}
.textbox,
font,
select,
textarea {
font-size: 15px!important;
}
.formcontrols .blockrow .description {
line-height: 36px!important;
}
.navtabs li a.navtab {
line-height: 23px;
}
/*___ Remove Items _________________________________________________________________*/
selector {
left: -9999px!important;
position: absolute!important;
top: -9999px!important;
}
/*___ Left/Right/Top/Bottom ________________________________________________________*/
.toplinks {
margin-top: 0;
margin-left: 12%;
}
#usercp_content .cp_content,
#usercp_content {
margin-left: 0;
}
#calendar_content {
margin-right: 15%;
}
.popupbody {
left: -91px;
}
.globalsearch {
right: 75px;
}
#calendar_nav {
margin-right: 2.5rem;
}
.footer_time {
margin-right: 5%;
}
.toplinks ul.isuser,
.toplinks ul.nouser {
float: left;
}
.toplinks ul.nouser li[style="bottom: 0px; position: absolute; right: 0px;height:15px;"] {
bottom: 38px!important;
right: 3.5em!important;
}
.toplinks ul.nouser li[style="position: absolute; bottom: 0px; right: 5.5em;height:15px;"] {
bottom: 38px!important;
right: 8.5em!important;
}
.toplinks .remember {
bottom: 37px;
right: 11.5em;
}
/*___ Margins ______________________________________________________________________*/
#forums,
#usercp_nav,
.block,
.forumbits,
.postbitlegacy,
.restore ol>li,
.restore ol.decimal>li,
.threadlist,
.wgo_block {
margin: 12px!important;
}
.restore ul>li {
margin: 12px 6px!important;
}
.navbar {
margin: 0;
}
/*___ Paddings _____________________________________________________________________*/
#calendar_main,
#forums,
#qr_defaultcontainer,
#usercp_content,
#usercp_nav,
.block,
.breadcrumb,
.forumbits,
.navbar,
.postbitlegacy,
.postlist,
.threadlist,
.wgo_block {
padding: 12px!important;
}
div.greenbox,
div.redbox {
padding: 3px 21px!important;
}
.attachment a,
.button {
padding: 3px 6px!important;
}
.above_body {
padding: 0;
}
/*___ Heights ______________________________________________________________________*/
.navpopupbody {
max-height: none!important;
}
.doc_header,
#forumrules,
.toplinks ul.isuser .popupbody li {
height: auto;
}
.body_wrapper,
body {
height: 100rem!important;
}
.doc_header {
min-height: 63px;
}
.toplinks .remember,
.toplinks ul.nouser li {
height: 21px!important;
}
.doc_header {
min-height: 28px;
}
/*___ Widths _______________________________________________________________________*/
.formcontrols .blockrow .description,
.navpopupbody,
.standard_error,
body,
form .rightcol {
max-width: none!important;
}
.doc_header,
.toplinks form input.textbox,
body {
width: auto!important;
}
.popupbody {
width: 13rem;
}
table {
width: 93%!important;
}
#calendar_main,
#forums,
.below_threadlist,
.eventbit,
.forumbits,
.postbit,
.postbitlegacy,
.threadlist {
width: 97%;
}
.forum_info {
width: 79%;
}
#usercp_content {
width: 85%;
}
.toplinks form input.textbox {
width: 101px;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
a[href],
a[href] strong,
td span {
color: #0ff!important;
text-shadow: 1px 1px #000!important;
}
a[href]:visited {
color: #fc79fc!important;
text-shadow: 1px 1px #000!important;
}
/*__________________________________________________________________________________*/
.pagination span.selected a,
a[href] strong:hover,
a[href]:hover span,
a[href]:hover,
h1,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
color: #ff0!important;
text-shadow: 1px 1px #000!important;
}
/*__________________________________________________________________________________*/
.postbitlegacy .userinfo .userinfo_extra dd:nth-child(4),
.above_postlist .pagination_top .pagination,
.above_postlist .pagination_top .postpagestats,
.above_threadlist .threadpagenav .threadpagestats,
.eventbit .eventrow,
.forum_info,
.forumbit_nopost .forumbit_nopost .forumrow,
.forumbit_post .forumrow,
.lastedited,
.moreactivity,
.newactivity,
.postbitdeleted .postrow,
.postbitignored .postrow,
.postbitlegacy .postrow,
.shade,
.wgo_block .section,
body,
div.greenbox,
div.redbox,
li,
p {
color: #fff!important;
text-shadow: 1px 1px #000!important;
}
/*___ Khaki ________________________________________________________________________*/
.blocksubhead,
strong,
h1,
h2 {
color: #F0E890!important;
text-shadow: 1px 1px #000!important;
}
/*___ Burlywood ____________________________________________________________________*/
u,
h3,
h4 {
color: #e0b880!important;
text-shadow: 1px 1px #000!important;
}
/*___ <NAME> __________________________________________________________________*/
.threadbit .threadmeta,
b,
h5,
dt,
h6,
label {
color: #F0A060!important;
text-shadow: 1px 1px #000!important;
}
/*___ Blue _________________________________________________________________________*/
.postbitlegacy .userinfo .userinfo_extra dd,
.date,
.forumbit_post .forumlastpost .lastpostdate,
.threadbit .threadlastpost,
.time,
time {
color: #07beff!important;
text-shadow: 1px 1px #000!important;
}
/*___ Green ________________________________________________________________________*/
selector {
color: #07ff24!important;
text-shadow: 1px 1px #000!important;
}
/*___ Red __________________________________________________________________________*/
selector {
color: #ff0707!important;
text-shadow: 1px 1px #000!important;
}
/*__________________________________________________________________________________*/
* html .navpopupmenu.popupmenu.nohovermenu a.textcontrol,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_cancel,
.cke_skin_kama .cke_dialog_contents a.cke_dialog_ui_button_ok,
.navpopupmenu a.popupctrl,
.navpopupmenu a.textcontrol,
.navpopupmenu.popupmenu.nohovermenu a.popupctrl,
.navpopupmenu.popupmenu.nohovermenu a.textcontrol,
.textcontrols a,
a.textcontrol,
input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
background: #1d0909!important;
background-color: #1d0909!important;
border-radius: 22px!important;
color: #fff!important;
padding-left: 6px!important;
}
/*__________________________________________________________________________________*/
::selection {
background: #ff9!important;
color: #000!important;
}
pre ::selection {
background: #ff9!important;
color: #fff!important;
}
::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #f48f8f;
opacity: 1;
/* Firefox */
}
/*___ Misc _________________________________________________________________________*/
[color="#0000FF"] b {
color: #ff4afe!important;
}
[color="#008000"] {
color: #af0!important;
}
[color="#0000CD"] {
color: #00b3ff!important;
}
[color="#800080"] {
color: #ff6cbe!important;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
body,
html {
background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)!important;
background-attachment: fixed!important;
}
/*___ Background Gray ______________________________________________________________*/
.footer,
.doc_header {
background-color: #060505!important;
}
selector {
background-color: #0a0909!important;
}
.navbar {
background: rgba(0, 0, 0, 0.5) none;
}
/*___ Background 0000 ______________________________________________________________*/
#usercp_nav .blockbody,
#usercp_nav .blockrow,
.bbcode_container .bbcode_quote_container,
.blockbody,
.blockfoot,
.blockhead,
.blocksubfoot,
.blocksubhead,
.body_wrapper,
.cke_skin_kama .cke_wrapper.cke_ltr,
.cke_skin_kama .cke_wrapper.cke_rtl,
.eventbit .eventdetails .eventbody,
.eventbit .eventdetails,
.eventbit .eventfoot .eventcontrols,
.eventbit .eventhead,
.faqlinks,
.formcontrols .blockrow,
.formcontrols,
.forumbit_nopost .forumbit_nopost .forumrow,
.forumbit_nopost:nth-child(even) .forumbit_nopost .forumrow,
.forumbit_post .forumrow,
.forumbit_post:nth-child(even) .forumrow,
.moreactivity,
.navlinks,
.navtabs>ul.floatcontainer .popupbody li a,
.navtabs li a.navtab,
.newactivity,
.notices,
.pagination span a,
.pagination span a.popupctrl,
.popupbody li a,
.popupbody li label,
.postbit .postfoot .textcontrols,
.postbit .posthead,
.postbitlegacy .postbody,
.postbitlegacy .postdetails,
.postbitlegacy .postfoot .textcontrols,
.postbitlegacy .posthead,
.postbitlegacy .userinfo,
.posterlist .blockrow,
.threadbit .alt,
.threadbit .discussionrow,
.threadbit .nonsticky,
.threadbit .sticky,
.threadlisthead,
.toplinks .nonotifications .popupbody a,
.wgo_block .blockbody,
.wgo_block .blockhead,
[style="background:url('images/playrix/borders.png') left top repeat-y;"],
h2.searchlisthead,
li.activitybit {
background: rgba(0, 0, 0, 0)!important;
}
/*___ Background-color 0000 ________________________________________________________*/
#forumrules,
#usercp_nav .blockrow * a:hover,
dl.tabslight dd a,
hr#afterline {
background-color: rgba(0, 0, 0, 0)!important;
}
/*___ Highlight Background _________________________________________________________*/
selector:hover {
border-left-color: #434343!important;
background: linear-gradient(to right, #383838, #0000)!important;
}
/*__ Blue __________________________________________________________________________*/
.newcontent_textcontrol {
background-image: linear-gradient(to bottom right, #043dda, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.newcontent_textcontrol:hover {
background-image: linear-gradient(to bottom right, #154eeb, #000)!important;
color: #ff0!important;
}
.newcontent_textcontrol:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Red __________________________________________________________________________*/
selector {
background-image: linear-gradient(to bottom right, #f00, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
selector:hover {
background-image: linear-gradient(to bottom right, #f11, #000)!important;
color: #ff0!important;
}
selector:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*__ Orange ________________________________________________________________________*/
.attachment a {
background-image: linear-gradient(to bottom right, #da3a04, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
.attachment a:hover {
background-image: linear-gradient(to bottom right, #eb4b15, #000)!important;
color: #ff0!important;
}
.attachment a:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*___ Green ________________________________________________________________________*/
selector {
background-image: linear-gradient(to bottom right, #81BC2E, #000)!important;
border-radius: 10px!important;
border: none!important;
box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
color: #fff!important;
}
selector:hover {
background-image: linear-gradient(to bottom right, #92cd3f, #000)!important;
color: #ff0!important;
}
selector:active {
box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
}
/*___ Plain Black __________________________________________________________________*/
#calendar_main,
#forums,
#qr_defaultcontainer,
#usercp_content,
#usercp_nav,
.block,
.breadcrumb,
.forumbits,
.postlist,
.standard_error,
.threadlist,
.wgo_block {
background-color: #000!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
#calendar_main:hover,
#forums:hover,
#qr_defaultcontainer:hover,
#usercp_content:hover,
#usercp_nav:hover,
.block:hover,
.breadcrumb:hover,
.forumbits:hover,
.postlist:hover,
.standard_error:hover,
.threadlist:hover,
.wgo_block:hover {
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/*___ Plain ________________________________________________________________________*/
.navtabs .popupbody,
.popupbody,
.postbitlegacy {
background-color: #111!important;
border-radius: 22px!important;
border: 1px solid rgba(0, 0, 0, .25)!important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
.navtabs .popupbody:hover,
.popupbody:hover,
.postbitlegacy:hover {
box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
}
/*___ Red Gradient _________________________________________________________________*/
.mini .othermonth a,
.month .othermonth,
div.redbox {
background: linear-gradient(to bottom, #300202 0%, #590505 100%)!important;
border-bottom: 1px solid #000!important;
border: 1px solid #fff!important;
}
/*__ Blue Gradient _________________________________________________________________*/
.bbcode_container div.bbcode_quote {
background: linear-gradient(to bottom, #03193c, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
}
/*__ Green Gradient ________________________________________________________________*/
#usercp_nav .blockrow .active,
.navtabs li.selected,
div.greenbox {
background: linear-gradient(to bottom, #15534d 0%, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
text-shadow: 1px 1px #555!important;
}
/*__ Yellow Gradient _______________________________________________________________*/
.notices li {
background: linear-gradient(to bottom, #9d9d5d 0%, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
text-shadow: 1px 1px #555!important;
}
/*__ Orange Gradient _______________________________________________________________*/
selector {
background: linear-gradient(to bottom, #da3a04 0%, #000 100%)!important;
border-bottom: 1px solid #000!important;
border-radius: 22px!important;
text-shadow: 1px 1px #555!important;
}
/*__________________________________________________________________________________*/
code,
pre {
background: #111!important;
background: url(https://image.ibb.co/e8fWZk/red_carbon_pattern_by_mystica_264_d4ceu9m.png) #111!important;
background: url(https://image.ibb.co/msdy5U/Red_Fabric.jpg) #111!important;
}
code {
background: #FDFCE4!important;
border: 1px solid #eec!important;
font-size: 110%!important;
padding: 3px 8px!important;
white-space: pre-wrap!important;
}
/*___ Highlight Background _________________________________________________________*/
selector:hover {
background: linear-gradient(to right, #383838, #0000)!important;
border-left-color: #434343!important;
}
}
@-moz-document domain("playrix.com") {
/*__________________________________________________________________________________*/
.forumbit_post,
.postbitlegacy,
.restore ol>li,
.restore ol.decimal>li,
.restore ul>li,
.threadbit,
li.activitybit {
filter: brightness(75%)!important;
}
/*__________________________________________________________________________________*/
.forumbit_post:hover,
.postbitlegacy:hover,
.restore ol>li:hover,
.restore ol.decimal>li:hover,
.restore ul>li:hover,
.threadbit:hover,
li.activitybit:hover {
filter: brightness(100%)!important;
}
/*__________________________________________________________________________________*/
div.redbox {
border-radius: 22px!important;
}
/*__________________________________________________________________________________*/
img {
-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}
/*__________________________________________________________________________________*/
p,
tr {
filter: brightness(68%)!important;
transition: color .125s ease-in, color .5s ease-out, filter .5s ease-in, filter .8s ease-out, box-shadow .125s ease-in, box-shadow .5s ease-out!important;
}
#pagetitle .description,
#usercp_nav .blockrow .active,
p:hover,
tr:hover {
filter: brightness(100%)!important;
transition: color .125s ease-in, color .5s ease-out, filter .5s ease-in, filter .8s ease-out, box-shadow .125s ease-in, box-shadow .5s ease-out!important;
}
/*__________________________________________________________________________________*/
selector {
opacity: .8!important;
}
selector:hover {
opacity: 1!important;
}
}
@-moz-document domain("playrix.com") {
/* Checkmark _______________________________________________________________*/
[title="Subscribe to This Forum"] {
background: url(https://i.ibb.co/HgsTqFS/checkbox-checked.png) no-repeat!important;
box-sizing: border-box;
}
[title="Subscribe to This Forum"] {
background-size: 29px!important;
padding-left: 33px!important;
}
.forumbit_post .forumactionlink {
width: 22px;
height: 39px;
}
.forumactionlinks .subslink {
background-image: none;
}
/* Facebook _______________________________________________________________*/
[src="images/misc/facebook.gif"] {
background: url(https://i.ibb.co/SnNXcLR/facebookround.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/facebook.gif"] {
background-size: 18px!important;
height: 32px!important;
padding-left: 19px!important;
/* width: 18px!important; */
}
/* Home _______________________________________________________________*/
[src="images/misc/navbit-home.png"] {
background: url(https://image.ibb.co/hK4LCb/Home-48x48.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/navbit-home.png"] {
background-size: 21px!important;
height: 32px!important;
padding-left: 33px!important;
width: 32px!important;
}
/* Logo _______________________________________________________________*/
#header:first-child {
background: url(https://i.ibb.co/982TFYY/playrix-logo-copy.png) no-repeat!important;
}
#header:first-child {
background-size: 135px!important;
height: 36px!important;
padding-left: 4px!important;
margin: -65px 20px 28px;
}
/* Mail _______________________________________________________________*/
/* Old */
.threadbit .threadstatus {
background: url(https://i.ibb.co/KWkgwqc/mail-open-icon.png) no-repeat!important;
box-sizing: border-box;
}
.threadbit .threadstatus {
background-size: 42px!important;
}
/* New */
.new .threadstatus {
background: url(https://i.ibb.co/wY6gQZW/1024px-Mail-closed-svg.png) no-repeat!important;
box-sizing: border-box;
}
.new .threadstatus {
background-size: 42px!important;
}
/* Multi-Quote _______________________________________________________________*/
[src="images/buttons/multiquote_40b.png"] {
background: url(https://i.ibb.co/pzvWT3M/Multi-Quote.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/buttons/multiquote_40b.png"] {
background-size: 26px!important;
padding-left: 36px!important;
height: 28px;
}
.postbitlegacy .postfoot .textcontrols a img, .postbit .postfoot .textcontrols a img {
left: -5px;
}
/* Paperclip _______________________________________________________________*/
[src="images/misc/paperclip.png"] {
background: url(https://i.ibb.co/h2xR7h8/Paperclip.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/paperclip.png"] {
background-size: 23px!important;
height: 46px!important;
width: 35px;
padding-left: 35px!important;
}
/* Reply _______________________________________________________________*/
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbit .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.forwardpost, .postbit .postfoot .textcontrols a.forwardpost {
background: url(https://i.ibb.co/Jj15BTm/reply-blue.png) no-repeat!important;
box-sizing: border-box;
}
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbit .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.forwardpost, .postbit .postfoot .textcontrols a.forwardpost {
background-size: 21px!important;
height: 32px!important;
padding-left: 33px!important;
}
/* Reply with Quote _______________________________________________________________*/
.postbitlegacy .postfoot .textcontrols a.newreply, .postbit .postfoot .textcontrols a.newreply {
background: url(https://i.ibb.co/RSDGjSr/Reply-Comment.png) no-repeat!important;
box-sizing: border-box;
}
.postbitlegacy .postfoot .textcontrols a.newreply, .postbit .postfoot .textcontrols a.newreply {
background-size: 21px!important;
padding-left: 28px!important;
}
/* Repost _______________________________________________________________*/
.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
background: url(https://i.ibb.co/F36yv0z/Warning-sign-red-20x20.png) no-repeat!important;
box-sizing: border-box;
}
.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
background-size: 21px!important;
height: 32px!important;
padding-left: 33px!important;
}
/* Search _______________________________________________________________*/
[src="images/buttons/search.png"] {
background: url(https://image.ibb.co/hVxuzR/search.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/buttons/search.png"] {
background-size: 14px!important;
height: 21px!important;
padding-left: 19px!important;
}
.globalsearch .searchbutton {
margin-left: 5px;
}
/* Tag _______________________________________________________________*/
[src="images/misc/tag.png"] {
background: url(https://i.ibb.co/ZVgFKmT/label-20x20.png) no-repeat!important;
box-sizing: border-box;
}
[src="images/misc/tag.png"] {
background-size: 30px!important;
height: 46px!important;
width: 35px;
padding-left: 35px!important;
}
[src="images/misc/tag.png"] {
transform: rotate(-45deg);
}
} | 0.249173 | 0.032498 |
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
a {
text-decoration: none !important;
}
button[disabled], html input[disabled] {
cursor: not-allowed;
background-color: rgba(179, 175, 175, 0.3);
}
.modal-header {
background: #265a88;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: white;
}
.nav-tabs-snap>li>a, .nav-tabs-snap>li>a:focus, .nav-tabs-snap>li>a:hover{
background-color: gray;
border-radius: 0px;
color: white;
font-weight: bold;
}
.nav-tabs-snap>li.active>a, .nav-tabs-snap>li.active>a:focus, .nav-tabs-snap>li.active>a:hover {
background-color: #2196f3;
border-radius: 0px;
color: white;
font-weight: bold;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover {
border: none;
color: white;
cursor: pointer;
}
.nav-tabs-snap {
border-bottom: none !important;
}
.snaplync-logo > img{
width:140px;
}
.container {
width: 100% !important;
padding: 0px !important;
}
.container-fluid {
width: 100% !important;
padding: 0px !important;
}
.form-signin
{
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
margin-bottom: 10px;
}
.form-signin .checkbox
{
font-weight: normal;
}
.form-signin .form-control
{
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus
{
z-index: 2;
}
.form-signin input[type="text"]
{
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.account-wall
{
margin-top: 20px;
padding: 40px 0px 20px 0px;
background-color: #f7f7f7;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
color: #555;
font-size: 18px;
font-weight: 400;
display: block;
}
.profile-img
{
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.need-help
{
margin-top: 10px;
}
.new-account
{
display: block;
margin-top: 10px;
} | src/main/webapp/css/styles.css | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
a {
text-decoration: none !important;
}
button[disabled], html input[disabled] {
cursor: not-allowed;
background-color: rgba(179, 175, 175, 0.3);
}
.modal-header {
background: #265a88;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: white;
}
.nav-tabs-snap>li>a, .nav-tabs-snap>li>a:focus, .nav-tabs-snap>li>a:hover{
background-color: gray;
border-radius: 0px;
color: white;
font-weight: bold;
}
.nav-tabs-snap>li.active>a, .nav-tabs-snap>li.active>a:focus, .nav-tabs-snap>li.active>a:hover {
background-color: #2196f3;
border-radius: 0px;
color: white;
font-weight: bold;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover {
border: none;
color: white;
cursor: pointer;
}
.nav-tabs-snap {
border-bottom: none !important;
}
.snaplync-logo > img{
width:140px;
}
.container {
width: 100% !important;
padding: 0px !important;
}
.container-fluid {
width: 100% !important;
padding: 0px !important;
}
.form-signin
{
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
margin-bottom: 10px;
}
.form-signin .checkbox
{
font-weight: normal;
}
.form-signin .form-control
{
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus
{
z-index: 2;
}
.form-signin input[type="text"]
{
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.account-wall
{
margin-top: 20px;
padding: 40px 0px 20px 0px;
background-color: #f7f7f7;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
color: #555;
font-size: 18px;
font-weight: 400;
display: block;
}
.profile-img
{
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.need-help
{
margin-top: 10px;
}
.new-account
{
display: block;
margin-top: 10px;
} | 0.191933 | 0.165965 |
:root {
--spacing-half: 0.625rem; /** (10px) **/
--spacing: 1.25rem; /** (20px) **/
--spacing-double: 2.5rem; /** (40px) **/
--outer-width: 80em; /** (1280px) **/
--inner-width: 61em; /** (990px) **/
}
.inner-wrapper,
.outer-wrapper {
inline-size: 100%;
margin: 0px auto;
position: relative;
}
/* page-container */
.outer-wrapper {
max-width: var(--outer-width);
background-color: var(--page-background);
}
/* header navigation, content blocks */
.inner-wrapper {
max-width: var(--inner-width);
padding: var(--spacing);
overflow-x: hidden;
}
main {
padding-block-end: var(--spacing-double);
}
main section > .h {
text-align: center;
font-family: var(--font-family-decoration);
font-weight: bold;
font-size: var(--font-size-24);
line-height: var(--line-spacing-30);
margin-block-end: 1rem;
margin-block-start: 0;
}
.page-content {
/* background-color: white; */
padding: var(--spacing);
}
.page-content > :first-child {
margin-block-start: 0;
}
.desktop-columns,
.desktop-rows {
list-style-type: none;
margin: 0;
padding: 0;
}
@media all and (min-width: 46.875em) {
.desktop-columns {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: var(--spacing);
margin-block-end: var(--spacing);
}
}
.mobile-slider {
inline-size: 100%;
display: flex;
overflow-x: auto;
align-content: stretch;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
}
.mobile-slider-item {
inline-size: 85%;
flex-shrink: 0;
scroll-snap-align: start;
margin-inline-end: var(--spacing);
}
@media all and (min-width: 46.875em) {
.mobile-slider {
display: grid;
overflow-x: initial;
scroll-snap-type: none;
}
.mobile-slider-item {
margin-inline-end: 0;
margin-block-end: var(--spacing);
inline-size: 100%;
}
}
.desktop-only {
display: none;
}
@media all and (min-width: 46.875em) {
.mobile-only {
display: none;
}
.desktop-only {
display: inherit;
}
} | src/_assets/css/common/layout.css | :root {
--spacing-half: 0.625rem; /** (10px) **/
--spacing: 1.25rem; /** (20px) **/
--spacing-double: 2.5rem; /** (40px) **/
--outer-width: 80em; /** (1280px) **/
--inner-width: 61em; /** (990px) **/
}
.inner-wrapper,
.outer-wrapper {
inline-size: 100%;
margin: 0px auto;
position: relative;
}
/* page-container */
.outer-wrapper {
max-width: var(--outer-width);
background-color: var(--page-background);
}
/* header navigation, content blocks */
.inner-wrapper {
max-width: var(--inner-width);
padding: var(--spacing);
overflow-x: hidden;
}
main {
padding-block-end: var(--spacing-double);
}
main section > .h {
text-align: center;
font-family: var(--font-family-decoration);
font-weight: bold;
font-size: var(--font-size-24);
line-height: var(--line-spacing-30);
margin-block-end: 1rem;
margin-block-start: 0;
}
.page-content {
/* background-color: white; */
padding: var(--spacing);
}
.page-content > :first-child {
margin-block-start: 0;
}
.desktop-columns,
.desktop-rows {
list-style-type: none;
margin: 0;
padding: 0;
}
@media all and (min-width: 46.875em) {
.desktop-columns {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: var(--spacing);
margin-block-end: var(--spacing);
}
}
.mobile-slider {
inline-size: 100%;
display: flex;
overflow-x: auto;
align-content: stretch;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
}
.mobile-slider-item {
inline-size: 85%;
flex-shrink: 0;
scroll-snap-align: start;
margin-inline-end: var(--spacing);
}
@media all and (min-width: 46.875em) {
.mobile-slider {
display: grid;
overflow-x: initial;
scroll-snap-type: none;
}
.mobile-slider-item {
margin-inline-end: 0;
margin-block-end: var(--spacing);
inline-size: 100%;
}
}
.desktop-only {
display: none;
}
@media all and (min-width: 46.875em) {
.mobile-only {
display: none;
}
.desktop-only {
display: inherit;
}
} | 0.524395 | 0.133754 |
@charset "utf-8";
/*
* Title : Pinpoint Booking System WordPress Plugin
* Version : 2.1.1
* File : assets/gui/css/backend-reservations.css
* File Version : 1.0.8
* Created / Last Modified : 25 August 2015
* Author : Dot on Paper
* Copyright : © 2012 Dot on Paper
* Website : http://www.dotonpaper.net
* Description : Back end reservations stylesheet.
*/
/*
* ***************************************************************************** Begin reservations.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper col.dopbsp-column1.dopbsp-reservations{
width: 375px;
}
/*
* Begin filters.
*/
/*
* Buttons.
*/
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button{
background-image: url('../images/sprite.png');
height: 30px;
width: 30px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button .dopbsp-info,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button .dopbsp-info,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button .dopbsp-info{
margin: 32px 0 0 0;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button{
background-position: 0 -350px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button{
background-position: -30px -350px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button{
background-position: -60px -350px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button.dopbsp-disabled,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button.dopbsp-disabled,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button.dopbsp-disabled{
background-color: #c9c9c9;
cursor: default;
opacity: 0.5;
}
#DOPBSP-reservations-print{
color: #fff;
width: 40px;
text-align: center;
background: #9cbc72;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
cursor: pointer;
padding: 11px;
margin-right: 10px;
padding-top: 6px;
padding-bottom: 6px;
float: left;
}
#DOPBSP-reservations-print:hover{
background: #ff6300;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
/*
* Statuses
*/
#DOPBSP-reservations-pending-label{
color: #000000 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your PENDING color. */
}
#DOPBSP-reservations-approved-label{
color: #9cbc72 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your APPROVED color. */
}
#DOPBSP-reservations-rejected-label{
color: #f1705c !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your REJECTED color. */
}
#DOPBSP-reservations-canceled-label{
color: #fdaa29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your CANCELED color. */
}
#DOPBSP-reservations-expired-label{
color: #56a8e7 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your EXPIRED color. */
}
/*
* End filters.
*/
/*
* Reservations calendar.
*/
.DOPBSP-admin .dopbsp-reservations-calendar{
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
}
#DOPBSP-Calendar-reservations{
margin: 10px;
}
/*
* Begin reservations list.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list{
margin: -20px -10px !important;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li{
border-bottom: 4px solid #464646;
margin: 0;
padding: 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li.dopbsp-no-data{
border: none;
color: #acacac;
font-style: italic;
font-weight: 300;
margin: 0;
padding: 20px 19px;
}
/*
* *************************************************** Begin reservation header.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head{
border: none;
border-bottom: 1px solid #e6e6e6;
margin: 0;
overflow: hidden;
padding: 10px 9px 9px 9px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon{
background: url('../images/sprite.png');
float: left;
height: 40px;
margin: 0 20px 0 0;
width: 40px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-pending{
background-position: 0 -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-approved{
background-position: -40px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-rejected{
background-position: -80px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-canceled{
background-position: -120px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-expired{
background-position: -160px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title{
color: #666666;
float: left;
font-weight: 300;
line-height: 40px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title strong{
color: #464646;
font-weight: bold;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-pending{
color: #000000 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your PENDING color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-approved{
color: #9cbc72 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your APPROVED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-rejected{
color: #f1705c !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your REJECTED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-canceled{
color: #fdaa29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your CANCELED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-expired{
color: #56a8e7 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your EXPIRED color. */
}
/*
* Buttons
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper{
float: right;
padding: 5px 0 0 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-approve,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-reject,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-cancel,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-delete{
color: #ffffff;
display: block;
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 30px;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
width: 80px;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-approve{
background: #9cbc72 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your APPROVED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-reject{
background: #f1705c !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your REJECTED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-cancel{
background: #fdaa29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your CANCELED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-delete{
background: #fd4c29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your DELETE color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-approve:hover,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-reject:hover,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-cancel:hover,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-delete:hover{
background: #ff6300 !important;
}
/*
* ***************************************************** End reservation header.
*/
/*
* ************************************************** Begin reservation content.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body{
margin: 0;
padding: 16px 9px 0 19px;
}
/*
* Data module.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module{
background: #ffffff;
border: 1px solid #e6e6e6;
float: left;
margin: 0 10px 20px 0;
width: 348px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head{
background: #e6e6e6;
margin: 0;
overflow: hidden;
padding: 0 19px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head h3{
background: #e6e6e6;
border: none !important;
color: #464646;
font-size: 14px;
font-weight: bold;
line-height: 20px;
margin: 0;
padding: 4px 0 5px 0 !important;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head span{
position: absolute;
top: 4px;
right: 4px;
color: #fff;
width: 40px;
text-align: center;
background: #fdaa29;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
cursor: pointer;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head span:hover{
background: #ff6300;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body{
padding: 20px 19px 14px 19px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body em{
color: #acacac;
display: block;
font-size: 13px;
font-weight: 300;
line-height: 20px;
margin: 0 0 5px 0;
padding: 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field{
overflow: hidden;
margin: 0 0 5px 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field em{
margin: 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field label{
color: #898989;
float: left;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
margin: 0;
padding: 0 10px 0 0;
width: 120px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value{
color: #666666;
float: left;
font-size: 13px;
font-weight: 300;
line-height: 20px;
padding: 0;
width: 180px;
word-break: break-all;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value a{
color: #ff6300;
text-decoration: none;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value a:hover{
text-decoration: underline;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value .dopbsp-info-price{
font-weight: bold;
}
/*
* Price field.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price label,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price-total label{
color: #252525;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price .dopbsp-data-value,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price-total .dopbsp-data-value{
color: #252525;
font-weight: bold;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price-total .dopbsp-data-value{
color: #ff6300;
}
/*
* No data field.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-no-data .dopbsp-data-value{
color: #acacac;
font-style: italic;
}
/*
* **************************************************** End reservation content.
*/
/*
* ***************************************************************************** Begin retina.
*/
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi){
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon{
background-image: url('../images/sprite-retina.png') !important;
background-size: 800px 500px !important;
}
}
/*
* ***************************************************************************** End retina.
*/
/*
* ***************************************************************************** End reservations.
*/ | wordpress/wp-content/plugins/booking-system/assets/gui/css/backend-reservations.css | @charset "utf-8";
/*
* Title : Pinpoint Booking System WordPress Plugin
* Version : 2.1.1
* File : assets/gui/css/backend-reservations.css
* File Version : 1.0.8
* Created / Last Modified : 25 August 2015
* Author : Dot on Paper
* Copyright : © 2012 Dot on Paper
* Website : http://www.dotonpaper.net
* Description : Back end reservations stylesheet.
*/
/*
* ***************************************************************************** Begin reservations.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper col.dopbsp-column1.dopbsp-reservations{
width: 375px;
}
/*
* Begin filters.
*/
/*
* Buttons.
*/
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button{
background-image: url('../images/sprite.png');
height: 30px;
width: 30px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button .dopbsp-info,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button .dopbsp-info,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button .dopbsp-info{
margin: 32px 0 0 0;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button{
background-position: 0 -350px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button{
background-position: -30px -350px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button{
background-position: -60px -350px;
}
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button.dopbsp-disabled,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button.dopbsp-disabled,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button.dopbsp-disabled{
background-color: #c9c9c9;
cursor: default;
opacity: 0.5;
}
#DOPBSP-reservations-print{
color: #fff;
width: 40px;
text-align: center;
background: #9cbc72;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
cursor: pointer;
padding: 11px;
margin-right: 10px;
padding-top: 6px;
padding-bottom: 6px;
float: left;
}
#DOPBSP-reservations-print:hover{
background: #ff6300;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
/*
* Statuses
*/
#DOPBSP-reservations-pending-label{
color: #000000 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your PENDING color. */
}
#DOPBSP-reservations-approved-label{
color: #9cbc72 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your APPROVED color. */
}
#DOPBSP-reservations-rejected-label{
color: #f1705c !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your REJECTED color. */
}
#DOPBSP-reservations-canceled-label{
color: #fdaa29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your CANCELED color. */
}
#DOPBSP-reservations-expired-label{
color: #56a8e7 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your EXPIRED color. */
}
/*
* End filters.
*/
/*
* Reservations calendar.
*/
.DOPBSP-admin .dopbsp-reservations-calendar{
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
}
#DOPBSP-Calendar-reservations{
margin: 10px;
}
/*
* Begin reservations list.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list{
margin: -20px -10px !important;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li{
border-bottom: 4px solid #464646;
margin: 0;
padding: 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li.dopbsp-no-data{
border: none;
color: #acacac;
font-style: italic;
font-weight: 300;
margin: 0;
padding: 20px 19px;
}
/*
* *************************************************** Begin reservation header.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head{
border: none;
border-bottom: 1px solid #e6e6e6;
margin: 0;
overflow: hidden;
padding: 10px 9px 9px 9px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon{
background: url('../images/sprite.png');
float: left;
height: 40px;
margin: 0 20px 0 0;
width: 40px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-pending{
background-position: 0 -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-approved{
background-position: -40px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-rejected{
background-position: -80px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-canceled{
background-position: -120px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon.dopbsp-expired{
background-position: -160px -310px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title{
color: #666666;
float: left;
font-weight: 300;
line-height: 40px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title strong{
color: #464646;
font-weight: bold;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-pending{
color: #000000 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your PENDING color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-approved{
color: #9cbc72 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your APPROVED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-rejected{
color: #f1705c !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your REJECTED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-canceled{
color: #fdaa29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your CANCELED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-title .dopbsp-expired{
color: #56a8e7 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your EXPIRED color. */
}
/*
* Buttons
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper{
float: right;
padding: 5px 0 0 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-approve,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-reject,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-cancel,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-delete{
color: #ffffff;
display: block;
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 30px;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
width: 80px;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-approve{
background: #9cbc72 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your APPROVED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-reject{
background: #f1705c !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your REJECTED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-cancel{
background: #fdaa29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your CANCELED color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-delete{
background: #fd4c29 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your DELETE color. */
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-approve:hover,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-reject:hover,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-cancel:hover,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-buttons-wrapper .dopbsp-button-delete:hover{
background: #ff6300 !important;
}
/*
* ***************************************************** End reservation header.
*/
/*
* ************************************************** Begin reservation content.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body{
margin: 0;
padding: 16px 9px 0 19px;
}
/*
* Data module.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module{
background: #ffffff;
border: 1px solid #e6e6e6;
float: left;
margin: 0 10px 20px 0;
width: 348px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head{
background: #e6e6e6;
margin: 0;
overflow: hidden;
padding: 0 19px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head h3{
background: #e6e6e6;
border: none !important;
color: #464646;
font-size: 14px;
font-weight: bold;
line-height: 20px;
margin: 0;
padding: 4px 0 5px 0 !important;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head span{
position: absolute;
top: 4px;
right: 4px;
color: #fff;
width: 40px;
text-align: center;
background: #fdaa29;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
cursor: pointer;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-head span:hover{
background: #ff6300;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body{
padding: 20px 19px 14px 19px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body em{
color: #acacac;
display: block;
font-size: 13px;
font-weight: 300;
line-height: 20px;
margin: 0 0 5px 0;
padding: 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field{
overflow: hidden;
margin: 0 0 5px 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field em{
margin: 0;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field label{
color: #898989;
float: left;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
margin: 0;
padding: 0 10px 0 0;
width: 120px;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value{
color: #666666;
float: left;
font-size: 13px;
font-weight: 300;
line-height: 20px;
padding: 0;
width: 180px;
word-break: break-all;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value a{
color: #ff6300;
text-decoration: none;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value a:hover{
text-decoration: underline;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field .dopbsp-data-value .dopbsp-info-price{
font-weight: bold;
}
/*
* Price field.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price label,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price-total label{
color: #252525;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price .dopbsp-data-value,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price-total .dopbsp-data-value{
color: #252525;
font-weight: bold;
}
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-price-total .dopbsp-data-value{
color: #ff6300;
}
/*
* No data field.
*/
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-body .dopbsp-data-module .dopbsp-data-body .dopbsp-data-field.dopbsp-no-data .dopbsp-data-value{
color: #acacac;
font-style: italic;
}
/*
* **************************************************** End reservation content.
*/
/*
* ***************************************************************************** Begin retina.
*/
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi){
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-add-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-calendar-button,
.DOPBSP-admin .dopbsp-main .dopbsp-button.dopbsp-reservations-list-button,
.DOPBSP-admin .dopbsp-main table.dopbsp-content-wrapper .dopbsp-reservations-list li .dopbsp-reservation-head .dopbsp-icon{
background-image: url('../images/sprite-retina.png') !important;
background-size: 800px 500px !important;
}
}
/*
* ***************************************************************************** End retina.
*/
/*
* ***************************************************************************** End reservations.
*/ | 0.235372 | 0.098773 |
@media (min-width: 576px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 4rem;
padding-right: 4rem; } }
@media (min-width: 768px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 4rem;
padding-right: 4rem; } }
@media (min-width: 992px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 8rem;
padding-right: 8rem; } }
@media (min-width: 1200px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 10rem;
padding-right: 10rem; } }
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(0); }
to {
-webkit-transform: scale(1); } }
@keyframes zoom {
from {
transform: scale(0); }
to {
transform: scale(1); } }
* {
margin: 0px;
padding: 0px; }
*:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
box-shadow: 0rem 0rem 1rem #790808; }
*:focus a {
text-shadow: 0rem 0rem 1rem #fff, 0rem 0rem 1rem #fff; }
body, html {
height: 100%;
font-size: 100%; }
h1 {
font-size: 1.25rem;
margin-bottom: 0rem;
color: #ffa500; }
h2 {
text-align: center;
padding-bottom: 2rem; }
h4 {
text-align: center;
color: #e67a00; }
hr {
position: relative;
border-width: 4px; }
p {
text-align: justify;
text-justify: inter-word; }
img {
height: 100%; }
iframe {
width: 100%;
max-width: 600px;
height: 450px;
border: 0.0625rem solid #d7c8a8;
padding: 1rem;
background-color: #fff; }
.parallax-background {
background-image: url("../pictures/1200px-Lanchid_Budapest.jpg");
-webkit-filter: grayscale(80%);
/* Safari 6.0 - 9.0 */
filter: grayscale(80%);
height: 50%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.list_padding-left {
padding-left: 2rem; }
.topspace-small {
margin-top: 1.25rem; }
.quote {
padding: 1.875rem;
color: #e67a00;
font-weight: bold;
font-style: italic; }
.small-rule {
border-width: 2px; }
.survival_kit__img {
opacity: 0.8;
cursor: pointer; }
.survival_kit__img:hover {
opacity: 1; }
.dropdown-toggle::after {
vertical-align: 0rem; }
.contact-paragraph {
text-align: center; }
#navbarMenuButton:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none; }
#navbarMenuButton:focus :first-child {
box-shadow: 0rem 0rem 2rem #fff; }
.navbar a:link, .footer a:link, #language-button-li a {
color: #f7e4bc;
text-decoration: none; }
.navbar a:visited, .footer a:visited, #language-button-li a {
color: #f7e4bc; }
.navbar a:hover, .footer a:hover, #language-button-li a {
color: #fff; }
.navbar a:active, .footer a:active, #language-button-li a {
color: #fff; }
@font-face {
font-family: fontUbuntu;
src: url(../fonts/Ubuntu-Medium.ttf); }
.contact-button:link, .contact-button:visited, .contact-button:active {
position: relative;
left: 50%;
transform: translateX(-50%);
color: #f7e4bc;
background-color: #790808;
border-style: none;
font-weight: bold;
transition: all .2s; }
.contact-button:hover {
color: #790808;
background-color: #e67a00;
text-decoration: none;
border-style: none;
transform: translateX(-50%) translateY(-3px);
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
.contact-button:hover::after {
transform: translateX(-50%) scaleX(1.4) scaleY(1.6);
opacity: 0; }
.contact-button:active, .contact-button:focus {
outline: none;
transform: translateX(-50%) translateY(-1px);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }
.expanding-image-container {
position: relative;
background-color: #fff;
border: solid #d7c8a8 0.0625rem;
padding: 1rem;
margin: auto;
display: none;
animation-name: zoom;
animation-duration: 0.5s;
animation-iteration-count: 1; }
.expanded-image-size {
width: 100%; }
.expanded-image-text {
position: absolute;
bottom: 1rem;
left: 1rem;
color: #000;
font-size: 1rem;
font-weight: bold; }
.close-button {
position: absolute;
top: 1.1rem;
right: 1.2rem;
opacity: 0.5;
color: #000;
font-size: 3.125rem;
font-weight: bold;
cursor: pointer; }
.download-icon {
width: 1.75rem;
height: 1.75rem;
position: relative;
display: inline-block;
border-radius: 50%; }
.phone-icon {
width: 25px;
height: 25px;
position: relative;
display: inline-block; }
.email-icon {
width: 24px;
height: 16px;
margin-right: 0.3125rem;
display: inline-block; }
.home-icon {
width: 1.25rem;
height: 1.25rem;
margin: auto;
position: relative;
display: inline-block;
transform: translateY(-2px); }
.card {
margin: 0.625rem;
padding: 0.625rem;
background-color: #fff;
display: block; }
.card .download-button-container {
display: flex;
justify-content: center; }
.card a:link {
color: #000; }
.card a:visited {
color: #000;
text-decoration: none; }
.card a:hover {
color: #790808;
text-decoration: none; }
.card a:active {
color: #505558;
text-decoration: none; }
.carousel-container {
height: calc(100% - 3.5rem);
width: 100%; }
.carousel-container .carousel-indicators li {
background-color: #000; }
.carousel-container .carousel-indicators li.active {
background-color: #790808; }
.carousel-container .carousel-size {
height: 100%;
width: 100%; }
.carousel-container .carousel-img-size {
object-fit: cover;
object-position: 50% 50%;
width: 100%;
height: 100%; }
.carousel-container .carousel-caption {
color: #000;
background-color: rgba(255, 255, 255, 0.3);
font-size: 2rem;
font-style: italic; }
.carousel-container .carousel-item {
-webkit-transition-duration: 1.5s;
-moz-transition-duration: 1.5s;
-o-transition-duration: 1.5s;
transition-duration: 1.5s; }
.footer {
color: #f7e4bc;
background-color: #790808;
text-align: center;
padding: 0.625rem; }
.bg-languages {
background-color: #790808;
position: absolute;
/* left: calc(100% - 160px); */
padding: 0.625rem;
border-left: 0.125rem solid #f7e4bc;
border-right: 0.125rem solid #f7e4bc;
border-bottom: 0.125rem solid #f7e4bc;
border-radius: 1.875rem;
transform: translate3d(-1.25rem, 2.1875rem, 0rem) !important; }
.language-image {
width: 38px;
height: 38px; }
.no-bullet {
list-style-type: none;
margin: 0rem;
margin-left: .9375rem;
padding: 0rem;
position: fixed;
z-index: 17;
left: calc(100% - 10rem);
top: .625rem; }
a#language-button:hover {
text-decoration: none; }
.behind-navbar-placeholder {
width: 100%;
height: 3.5rem; }
@media (min-width: 1050px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar {
font-family: fontUbuntu;
position: fixed;
z-index: 16;
width: 100%;
text-align: justify;
vertical-align: middle;
background-color: #790808; }
.navbar-toggler-icon {
background-image: url("https://mdbootstrap.com/img/svg/hamburger2.svg?color=f7e4bc");
border-radius: 50%; }
.navbar .nav-link::before {
content: " | "; }
.navbar #li-home.nav-link::before {
content: ""; }
/* Two styles for waypoint mechanism to work in JQuery */
.menu-item-orange-highlighting {
color: #ffa500 !important; }
.menu-item-grey-highlighting {
color: #d7c8a8; }
.section {
height: fit-content;
background-color: #f5f5f5;
color: #000;
padding-left: 2rem;
padding-right: 2rem;
padding-top: 3.875rem;
padding-bottom: 4rem; }
.b-coach__photo {
width: 70%;
padding: 0.625rem;
margin-bottom: 1.5rem;
margin-right: 2rem;
border-radius: 0.3125rem;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
transition: all .2s; }
.b-coach__photo:hover {
transform: scale(1.05);
box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5); }
.b-coach__name {
font-size: 1.375rem; } | css/style.css | @media (min-width: 576px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 4rem;
padding-right: 4rem; } }
@media (min-width: 768px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 4rem;
padding-right: 4rem; } }
@media (min-width: 992px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 8rem;
padding-right: 8rem; } }
@media (min-width: 1200px) {
.container {
max-width: 100%;
max-height: 100%; }
.text-container {
padding-left: 10rem;
padding-right: 10rem; } }
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(0); }
to {
-webkit-transform: scale(1); } }
@keyframes zoom {
from {
transform: scale(0); }
to {
transform: scale(1); } }
* {
margin: 0px;
padding: 0px; }
*:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
box-shadow: 0rem 0rem 1rem #790808; }
*:focus a {
text-shadow: 0rem 0rem 1rem #fff, 0rem 0rem 1rem #fff; }
body, html {
height: 100%;
font-size: 100%; }
h1 {
font-size: 1.25rem;
margin-bottom: 0rem;
color: #ffa500; }
h2 {
text-align: center;
padding-bottom: 2rem; }
h4 {
text-align: center;
color: #e67a00; }
hr {
position: relative;
border-width: 4px; }
p {
text-align: justify;
text-justify: inter-word; }
img {
height: 100%; }
iframe {
width: 100%;
max-width: 600px;
height: 450px;
border: 0.0625rem solid #d7c8a8;
padding: 1rem;
background-color: #fff; }
.parallax-background {
background-image: url("../pictures/1200px-Lanchid_Budapest.jpg");
-webkit-filter: grayscale(80%);
/* Safari 6.0 - 9.0 */
filter: grayscale(80%);
height: 50%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.list_padding-left {
padding-left: 2rem; }
.topspace-small {
margin-top: 1.25rem; }
.quote {
padding: 1.875rem;
color: #e67a00;
font-weight: bold;
font-style: italic; }
.small-rule {
border-width: 2px; }
.survival_kit__img {
opacity: 0.8;
cursor: pointer; }
.survival_kit__img:hover {
opacity: 1; }
.dropdown-toggle::after {
vertical-align: 0rem; }
.contact-paragraph {
text-align: center; }
#navbarMenuButton:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none; }
#navbarMenuButton:focus :first-child {
box-shadow: 0rem 0rem 2rem #fff; }
.navbar a:link, .footer a:link, #language-button-li a {
color: #f7e4bc;
text-decoration: none; }
.navbar a:visited, .footer a:visited, #language-button-li a {
color: #f7e4bc; }
.navbar a:hover, .footer a:hover, #language-button-li a {
color: #fff; }
.navbar a:active, .footer a:active, #language-button-li a {
color: #fff; }
@font-face {
font-family: fontUbuntu;
src: url(../fonts/Ubuntu-Medium.ttf); }
.contact-button:link, .contact-button:visited, .contact-button:active {
position: relative;
left: 50%;
transform: translateX(-50%);
color: #f7e4bc;
background-color: #790808;
border-style: none;
font-weight: bold;
transition: all .2s; }
.contact-button:hover {
color: #790808;
background-color: #e67a00;
text-decoration: none;
border-style: none;
transform: translateX(-50%) translateY(-3px);
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
.contact-button:hover::after {
transform: translateX(-50%) scaleX(1.4) scaleY(1.6);
opacity: 0; }
.contact-button:active, .contact-button:focus {
outline: none;
transform: translateX(-50%) translateY(-1px);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }
.expanding-image-container {
position: relative;
background-color: #fff;
border: solid #d7c8a8 0.0625rem;
padding: 1rem;
margin: auto;
display: none;
animation-name: zoom;
animation-duration: 0.5s;
animation-iteration-count: 1; }
.expanded-image-size {
width: 100%; }
.expanded-image-text {
position: absolute;
bottom: 1rem;
left: 1rem;
color: #000;
font-size: 1rem;
font-weight: bold; }
.close-button {
position: absolute;
top: 1.1rem;
right: 1.2rem;
opacity: 0.5;
color: #000;
font-size: 3.125rem;
font-weight: bold;
cursor: pointer; }
.download-icon {
width: 1.75rem;
height: 1.75rem;
position: relative;
display: inline-block;
border-radius: 50%; }
.phone-icon {
width: 25px;
height: 25px;
position: relative;
display: inline-block; }
.email-icon {
width: 24px;
height: 16px;
margin-right: 0.3125rem;
display: inline-block; }
.home-icon {
width: 1.25rem;
height: 1.25rem;
margin: auto;
position: relative;
display: inline-block;
transform: translateY(-2px); }
.card {
margin: 0.625rem;
padding: 0.625rem;
background-color: #fff;
display: block; }
.card .download-button-container {
display: flex;
justify-content: center; }
.card a:link {
color: #000; }
.card a:visited {
color: #000;
text-decoration: none; }
.card a:hover {
color: #790808;
text-decoration: none; }
.card a:active {
color: #505558;
text-decoration: none; }
.carousel-container {
height: calc(100% - 3.5rem);
width: 100%; }
.carousel-container .carousel-indicators li {
background-color: #000; }
.carousel-container .carousel-indicators li.active {
background-color: #790808; }
.carousel-container .carousel-size {
height: 100%;
width: 100%; }
.carousel-container .carousel-img-size {
object-fit: cover;
object-position: 50% 50%;
width: 100%;
height: 100%; }
.carousel-container .carousel-caption {
color: #000;
background-color: rgba(255, 255, 255, 0.3);
font-size: 2rem;
font-style: italic; }
.carousel-container .carousel-item {
-webkit-transition-duration: 1.5s;
-moz-transition-duration: 1.5s;
-o-transition-duration: 1.5s;
transition-duration: 1.5s; }
.footer {
color: #f7e4bc;
background-color: #790808;
text-align: center;
padding: 0.625rem; }
.bg-languages {
background-color: #790808;
position: absolute;
/* left: calc(100% - 160px); */
padding: 0.625rem;
border-left: 0.125rem solid #f7e4bc;
border-right: 0.125rem solid #f7e4bc;
border-bottom: 0.125rem solid #f7e4bc;
border-radius: 1.875rem;
transform: translate3d(-1.25rem, 2.1875rem, 0rem) !important; }
.language-image {
width: 38px;
height: 38px; }
.no-bullet {
list-style-type: none;
margin: 0rem;
margin-left: .9375rem;
padding: 0rem;
position: fixed;
z-index: 17;
left: calc(100% - 10rem);
top: .625rem; }
a#language-button:hover {
text-decoration: none; }
.behind-navbar-placeholder {
width: 100%;
height: 3.5rem; }
@media (min-width: 1050px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar {
font-family: fontUbuntu;
position: fixed;
z-index: 16;
width: 100%;
text-align: justify;
vertical-align: middle;
background-color: #790808; }
.navbar-toggler-icon {
background-image: url("https://mdbootstrap.com/img/svg/hamburger2.svg?color=f7e4bc");
border-radius: 50%; }
.navbar .nav-link::before {
content: " | "; }
.navbar #li-home.nav-link::before {
content: ""; }
/* Two styles for waypoint mechanism to work in JQuery */
.menu-item-orange-highlighting {
color: #ffa500 !important; }
.menu-item-grey-highlighting {
color: #d7c8a8; }
.section {
height: fit-content;
background-color: #f5f5f5;
color: #000;
padding-left: 2rem;
padding-right: 2rem;
padding-top: 3.875rem;
padding-bottom: 4rem; }
.b-coach__photo {
width: 70%;
padding: 0.625rem;
margin-bottom: 1.5rem;
margin-right: 2rem;
border-radius: 0.3125rem;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
transition: all .2s; }
.b-coach__photo:hover {
transform: scale(1.05);
box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5); }
.b-coach__name {
font-size: 1.375rem; } | 0.416915 | 0.058025 |
p {
margin: 0;
}
.header {
padding: 5px 15px;
line-height: 40px;
color: #fff;
background: #79B9D5;
overflow: hidden;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.btn {
display: inline-block;
padding: 5px 15px;
background: none;
border: none;
cursor: pointer;
}
.user-name {
margin-right: 20px;
}
.logout-btn {
color: #fff;
border: 1px solid #fff;
border-radius: 4px;
}
.menu {
padding-left: 15px;
border-bottom: 1px solid #F4F4F4;
}
.menu-item {
display: inline-block;
position: relative;
padding: 0 40px;
line-height: 55px;
background: #FDFDFD;
color: #7F969E;
cursor: pointer;
}
.menu-item:hover {
color: #0084C5;
}
.menu-item.active {
border-right: 1px solid #F4F4F4;
border-left: 1px solid #F4F4F4;
background: #FFF;
}
.menu-item.active:hover {
color: #7F969E;
cursor: default;
}
.menu-item.active::before{
content: ' ';
position: absolute;
height: 4px;
width: 100%;
left: 0; top: 0;
background: #0084C5;
}
.menu-item.active::after{
content: ' ';
position: absolute;
height: 1px;
width: 100%;
left: 0; bottom: -1px;
background: #fff;
}
.submenu {
padding-left: 15px;
border-bottom: 1px solid #F4F4F4;
}
.submenu-btn {
display: inline-block;
position: relative;
padding: 15px 40px;
line-height: 40px;
background: none;
border: none;
cursor: pointer;
font-size: 25px;
color: #7F969E;
}
.submenu-btn p {
font-size: 14px;
line-height: 15px;
}
.submenu-btn:hover {
color: #0090CA;
}
.content {
background: #FDFDFD;
padding: 15px;
}
.stock-table {
width: 100%;
background: #FFF;
border-collapse: collapse;
font-size: 14px;
color: #3B4E52;
}
.stock-table tr {
line-height: 35px;
}
.stock-table td {
padding: 0 10px;
border: 1px solid #F1EFEF;
}
.stock-table .th {
color: #7F969F;
}
.stock-table .tr:hover {
background: #F2FBFE;
} | static/index.css | p {
margin: 0;
}
.header {
padding: 5px 15px;
line-height: 40px;
color: #fff;
background: #79B9D5;
overflow: hidden;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.btn {
display: inline-block;
padding: 5px 15px;
background: none;
border: none;
cursor: pointer;
}
.user-name {
margin-right: 20px;
}
.logout-btn {
color: #fff;
border: 1px solid #fff;
border-radius: 4px;
}
.menu {
padding-left: 15px;
border-bottom: 1px solid #F4F4F4;
}
.menu-item {
display: inline-block;
position: relative;
padding: 0 40px;
line-height: 55px;
background: #FDFDFD;
color: #7F969E;
cursor: pointer;
}
.menu-item:hover {
color: #0084C5;
}
.menu-item.active {
border-right: 1px solid #F4F4F4;
border-left: 1px solid #F4F4F4;
background: #FFF;
}
.menu-item.active:hover {
color: #7F969E;
cursor: default;
}
.menu-item.active::before{
content: ' ';
position: absolute;
height: 4px;
width: 100%;
left: 0; top: 0;
background: #0084C5;
}
.menu-item.active::after{
content: ' ';
position: absolute;
height: 1px;
width: 100%;
left: 0; bottom: -1px;
background: #fff;
}
.submenu {
padding-left: 15px;
border-bottom: 1px solid #F4F4F4;
}
.submenu-btn {
display: inline-block;
position: relative;
padding: 15px 40px;
line-height: 40px;
background: none;
border: none;
cursor: pointer;
font-size: 25px;
color: #7F969E;
}
.submenu-btn p {
font-size: 14px;
line-height: 15px;
}
.submenu-btn:hover {
color: #0090CA;
}
.content {
background: #FDFDFD;
padding: 15px;
}
.stock-table {
width: 100%;
background: #FFF;
border-collapse: collapse;
font-size: 14px;
color: #3B4E52;
}
.stock-table tr {
line-height: 35px;
}
.stock-table td {
padding: 0 10px;
border: 1px solid #F1EFEF;
}
.stock-table .th {
color: #7F969F;
}
.stock-table .tr:hover {
background: #F2FBFE;
} | 0.4917 | 0.161552 |
text-decoration: none;
color: #5F4B3F;
}
#blog a:hover {
color: #95d4e6;
}
.post {
margin-bottom: 30px;
}
.post-tracejado {
border: 2px dashed #95d4e6;
border-radius: 10px;
padding: 20px;
}
.text-blog {
margin-bottom: 20px;
}
.mais-post {
position: absolute;
width: 100%;
}
.mais-post img {
position: relative;
text-align: center;
top: -40px;
z-index: 2;
margin-left: 44%;
}
.tracejado-azul:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado_azul.png") repeat-x;
z-index: 1;
top: 0;
}
.tracejado-azul:before {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado_azul.png") repeat-x;
z-index: 1;
bottom: 78px;
}
.tracejado-branco:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado-branco.png") repeat-x;
z-index: 1;
top: 0;
}
.tracejado-branco:before {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado-branco.png") repeat-x;
z-index: 1;
bottom: 78px;
}
.separador-blog:after {
content: '';
position: relative;
display: block;
width: 100%;
height: 3px;
z-index: 1;
margin: 20px 0 20px 0;
border-top: 2px dashed #95d4e6;
border-radius: 10px;
}
.opcoes-comentario.text-pequeno{
margin-left: 3%;
}
.opcoes-comentario a{
padding: 5px;
}
.blog-post-comentar .row{
margin-left: -2%;
}
.post-compartilhar div {
padding: 5px 15px 5px 5px;
}
.aviso-comentario {
padding: 20px;
}
.comentario .titulo-medio-pequeno, .comentario .titulo-pequeno {
margin: 0 !important;
}
.comentario .titulo-pequeno{
font-weight: bold;
}
#input-comentario {
width: 100%;
border: 2px dashed #95d4e6;
border-radius: 10px;
height: 65px;
}
.comentario_tempo{
font-size: 20px;
font-family: 'Amatic SC', cursive;
font-weight: bolder;
}
.blog-post-comentar .col-md-10{
margin-left: -1%;
}
.espacamento_top_pequeno .col-md-10{
margin-left: -1%;
}
.blog-post-comentar .col-md-12{
margin-top: 5px;
margin-bottom: 5px;
}
.blog-post-comentar img{
margin-top: 5px;
}
.opcoes-comentario small{
margin-right: 15px;
}
.dot_responder{
margin-left: 10px;
margin-right: 10px;
}
.dot_compartilhar{
margin-left: 10px;
margin-right: 15px;
} | css/blog.css | text-decoration: none;
color: #5F4B3F;
}
#blog a:hover {
color: #95d4e6;
}
.post {
margin-bottom: 30px;
}
.post-tracejado {
border: 2px dashed #95d4e6;
border-radius: 10px;
padding: 20px;
}
.text-blog {
margin-bottom: 20px;
}
.mais-post {
position: absolute;
width: 100%;
}
.mais-post img {
position: relative;
text-align: center;
top: -40px;
z-index: 2;
margin-left: 44%;
}
.tracejado-azul:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado_azul.png") repeat-x;
z-index: 1;
top: 0;
}
.tracejado-azul:before {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado_azul.png") repeat-x;
z-index: 1;
bottom: 78px;
}
.tracejado-branco:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado-branco.png") repeat-x;
z-index: 1;
top: 0;
}
.tracejado-branco:before {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: url("../img/tracejado-branco.png") repeat-x;
z-index: 1;
bottom: 78px;
}
.separador-blog:after {
content: '';
position: relative;
display: block;
width: 100%;
height: 3px;
z-index: 1;
margin: 20px 0 20px 0;
border-top: 2px dashed #95d4e6;
border-radius: 10px;
}
.opcoes-comentario.text-pequeno{
margin-left: 3%;
}
.opcoes-comentario a{
padding: 5px;
}
.blog-post-comentar .row{
margin-left: -2%;
}
.post-compartilhar div {
padding: 5px 15px 5px 5px;
}
.aviso-comentario {
padding: 20px;
}
.comentario .titulo-medio-pequeno, .comentario .titulo-pequeno {
margin: 0 !important;
}
.comentario .titulo-pequeno{
font-weight: bold;
}
#input-comentario {
width: 100%;
border: 2px dashed #95d4e6;
border-radius: 10px;
height: 65px;
}
.comentario_tempo{
font-size: 20px;
font-family: 'Amatic SC', cursive;
font-weight: bolder;
}
.blog-post-comentar .col-md-10{
margin-left: -1%;
}
.espacamento_top_pequeno .col-md-10{
margin-left: -1%;
}
.blog-post-comentar .col-md-12{
margin-top: 5px;
margin-bottom: 5px;
}
.blog-post-comentar img{
margin-top: 5px;
}
.opcoes-comentario small{
margin-right: 15px;
}
.dot_responder{
margin-left: 10px;
margin-right: 10px;
}
.dot_compartilhar{
margin-left: 10px;
margin-right: 15px;
} | 0.312475 | 0.156943 |
.navLi {
display: inline;
margin: auto;
padding-left: 10px;
padding-right: 10px;
font-family: 'Cabin', sans-serif;
}
#nav {
text-align: center;
padding-bottom: 2%;
}
#topLogo {
padding-top: 3%;
padding-bottom: 1%;
text-align: center;
font-size: 250%;
font-family: 'Cabin', sans-serif;
color: maroon;
}
/* Serif Font */
#storeData {
text-align: center;
margin: 2%;
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
color: blueviolet;
}
#header {
background-color: lightslategrey;
width: 100%;
}
.storeIntro {
text-align: center;
padding-top: 30px;
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
color: blueviolet;
}
.bodyBg {
background-color: rgba(250, 128, 114, 0.495);
}
p, ul, li {
text-align: center;
font-size: medium;
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 5px;
color: blueviolet;
}
#famImage {
display: block;
margin-left: auto;
margin-right: auto;
}
#fish1 {
float: left;
}
#fish2 {
float: right;
}
.fishImg {
transform: rotate(90deg);
}
.cookieImg {
display: block;
padding: 10px;
margin-left: auto;
margin-right: auto;
}
#cutter{
float: left;
}
#fishcookie {
float:right;
}
#shirt {
float:left;
}
#shirtprint {
float:right;
}
.swagDiv {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.hours {
float: left;
padding-left: 15%;
}
.location {
float:right;
padding-right: 20%;
}
/* FORM AND TABLE CSS BELOW */
#formDiv {
background-color: lightgoldenrodyellow;
width: 100%;
}
#formTitle {
margin: auto;
text-align: center;
font-size: Large;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#user-form {
margin: auto;
text-align: center;
font-size: medium;
font-family: Georgia, 'Times New Roman', Times, serif;
}
input {
width: 50%;
padding: 5px;
margin: 5px;
}
table {
width: 75%;
border: 1px solid black;
margin: auto;
}
th, td {
border-collapse: collapse;
border: 1px solid black;
padding: 7px;
}
td {
font-family: 'Courier New', Courier, monospace;
color: blue;
text-align: right;
}
/* San Serif Font */
th {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: forestgreen;
background-color: lightgray;
vertical-align: bottom;
}
tr:hover {
background-color: wheat;
}
input:invalid {
border: 2px dashed grey;
}
input:valid {
border: 2px solid black;
} | css/style.css | .navLi {
display: inline;
margin: auto;
padding-left: 10px;
padding-right: 10px;
font-family: 'Cabin', sans-serif;
}
#nav {
text-align: center;
padding-bottom: 2%;
}
#topLogo {
padding-top: 3%;
padding-bottom: 1%;
text-align: center;
font-size: 250%;
font-family: 'Cabin', sans-serif;
color: maroon;
}
/* Serif Font */
#storeData {
text-align: center;
margin: 2%;
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
color: blueviolet;
}
#header {
background-color: lightslategrey;
width: 100%;
}
.storeIntro {
text-align: center;
padding-top: 30px;
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
color: blueviolet;
}
.bodyBg {
background-color: rgba(250, 128, 114, 0.495);
}
p, ul, li {
text-align: center;
font-size: medium;
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 5px;
color: blueviolet;
}
#famImage {
display: block;
margin-left: auto;
margin-right: auto;
}
#fish1 {
float: left;
}
#fish2 {
float: right;
}
.fishImg {
transform: rotate(90deg);
}
.cookieImg {
display: block;
padding: 10px;
margin-left: auto;
margin-right: auto;
}
#cutter{
float: left;
}
#fishcookie {
float:right;
}
#shirt {
float:left;
}
#shirtprint {
float:right;
}
.swagDiv {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.hours {
float: left;
padding-left: 15%;
}
.location {
float:right;
padding-right: 20%;
}
/* FORM AND TABLE CSS BELOW */
#formDiv {
background-color: lightgoldenrodyellow;
width: 100%;
}
#formTitle {
margin: auto;
text-align: center;
font-size: Large;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#user-form {
margin: auto;
text-align: center;
font-size: medium;
font-family: Georgia, 'Times New Roman', Times, serif;
}
input {
width: 50%;
padding: 5px;
margin: 5px;
}
table {
width: 75%;
border: 1px solid black;
margin: auto;
}
th, td {
border-collapse: collapse;
border: 1px solid black;
padding: 7px;
}
td {
font-family: 'Courier New', Courier, monospace;
color: blue;
text-align: right;
}
/* San Serif Font */
th {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: forestgreen;
background-color: lightgray;
vertical-align: bottom;
}
tr:hover {
background-color: wheat;
}
input:invalid {
border: 2px dashed grey;
}
input:valid {
border: 2px solid black;
} | 0.525856 | 0.086516 |
.e-disable {
opacity: .35;
filter: alpha(opacity=35);
background-image: none;
}
.e-corner-all {
border-radius: 4px 4px 4px 4px;
}
.e-corner-top,
.e-corner-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.e-corner-top,
.e-corner-right {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-khtml-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.e-corner-bottom,
.e-corner-left {
-moz-border-radius-topleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.e-corner-bottom,
.e-corner-right {
-moz-border-radius-topright: 4px;
-webkit-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.e-input,
.e-tooltip,
.e-btn,
.e-time-popup,
.e-datepicker.e-calendar,
.e-menu,
.e-uploadbox .e-file-name-txt,
.e-uploadbox .e-selectpart,
.e-uploadbox .e-uploadbtn,
.e-waitpopup-pane .e-text,
.e-tagcloud,
.e-toolbar,
.e-progressbar,
.e-scale .e-tick .tick-value,
.e-datetime-popup .e-dt-button,
.e-grid,
.e-ejinputtext,
.e-pager {
font-family: Segoe UI;
font-size: 13px;
}
.e-menu,
input.e-input,
input[type="text"].e-input,
.e-mask,
.e-ul,
.e-btn div,
.e-tbtn.e-chkbx-hidden,
.e-datepicker table,
.e-datepicker table th,
.e-datepicker table td,
.e-menu.e-horizontal > .e-list,
.e-menu.e-vertical > li.e-separator,
.e-menu.e-context > li.e-separator,
.e-tab .e-header,
.e-uploadbox .e-action-perform,
.e-uploadbox .uploaddialog.e-dialog.e-dialog-content,
.e-tagcloud .e-load,
.e-scale,
.e-select {
margin: 0;
padding: 0;
outline: 0 none;
line-height: normal;
}
.e-btn,
.e-btn div,
.e-datepicker .e-header .e-next,
.e-datepicker .e-header .e-prev,
.e-datepicker .e-header .e-text,
.e-menu > .e-list > a > img,
.e-menu > .e-list > span > img,
.e-menu > .e-list > a > div,
.e-menu > .e-list > span > div,
.e-menu > .e-list > a > span,
.e-menu > .e-list > span > span,
.e-menu .e-list > a span.e-icon,
.e-menu .e-list > span span.e-icon,
.e-menu.e-horizontal > .e-list,
.e-menu.e-vertical,
.e-menu.e-context,
.e-chkbox-wrap,
.e-radiobtn-wrap,
.e-chkbox-wrap div,
.e-chkbox-wrap .e-text,
.e-radiobtn-wrap .e-text,
.e-tab .e-header,
.e-tab .e-header li,
.e-tab .e-header li a,
.e-dialog .e-dialog-icon,
.e-dialog .e-icon,
.e-uploadbox .e-selectpart,
.e-uploadbox .e-file-list,
.e-treeview .e-text,
.e-tagcloud .e-cloud,
.e-tagcloud .e-list,
.e-tagcloud .e-cloud .e-tagitems,
.e-h-scale .e-tick,
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover,
.e-pager,
.e-pager .e-disableditem,
.e-grid div.e-parentmsgbar,
.e-grid .e-toolbaricons,
.e-pager .e-pagercontainer {
display: inline-block;
}
.e-ul {
list-style-type: none;
}
input.e-input,
input[type="text"].e-input {
text-indent: 10px;
border: medium none;
height: 100%;
width: 100%;
display: block;
line-height: 30px;
}
.e-in-wrap {
display: block;
height: 100%;
position: relative;
overflow: hidden;
border: 1px solid;
}
.e-rtl {
direction: rtl;
}
.e-widget,
.e-map,
.e-chart,
.e-grid {
-ms-touch-action: none;
touch-action: none;
}
.e-widget,
.e-widget [class^="e-"],
.e-widget [class*=" e-"] {
-webkit-box-sizing: content-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: content-box;
/* Firefox, other Gecko */
box-sizing: content-box;
/* Opera/IE 8+ */
}
.e-widget.e-box,
.e-widget .e-box,
.e-widget button.e-btn,
button.e-btn.e-widget {
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
/* Firefox, other Gecko */
box-sizing: border-box;
/* Opera/IE 8+ */
}
.e-shadow {
-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}
.e-overlay {
background-color: gray;
opacity: 0.5;
filter: alpha(opacity=50);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}
.e-tooltip {
font-weight: 600;
height: auto;
padding: 2px;
position: absolute;
width: auto;
min-width: 10px;
text-align: center;
z-index: 10000;
border: 1px solid;
}
.e-input::-webkit-input-placeholder {
font-style: italic;
}
.e-input::-moz-placeholder {
font-style: italic;
}
.e-input:-moz-placeholder {
font-style: italic;
}
.e-input:-ms-input-placeholder {
font-style: italic;
}
.e-input.e-watermark {
font-style: italic;
}
/*--------------------------------- Button - common core -------------------------*/
.e-btn {
cursor: pointer;
overflow: hidden;
text-align: center;
text-decoration: none;
border: medium none;
}
.e-btn.e-select {
border: 1px solid;
}
.e-btn,
.e-btn div {
vertical-align: middle;
border-spacing: 0;
}
.e-btn .e-icon,
.e-split-btn-div .e-icon {
display: table-cell;
padding: 4px 3px;
visibility: visible;
}
.e-btn.e-txt {
padding: 0.1em 0.4em 0.3em;
}
.e-btn .e-btntxt {
width: auto;
cursor: default;
display: table-cell;
vertical-align: middle;
line-height: normal;
padding: 2px;
}
.e-btn.e-btn-mini {
height: 28px;
width: 63px;
font-size: 12px;
}
.e-btn.e-btn-small {
height: 32px;
width: 89px;
font-size: 13px;
}
.e-btn.e-btn-medium {
height: 36px;
width: 113px;
font-size: 14px;
}
.e-btn.e-btn-large {
height: 40px;
width: 130px;
font-size: 15px;
}
/*---------------------------------Toggle Button - common core -------------------------*/
.e-tbtn-wrap {
display: block;
}
.e-tbtn.e-chkbx-hidden {
border: 0 none;
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
width: 1px;
opacity: 0;
}
.e-tbtn-wrap label {
cursor: pointer;
display: block;
font-weight: normal;
margin-bottom: 0;
}
/*--------------------------------- Split Button - common core -------------------------*/
.e-split {
display: block;
position: relative;
margin: 0;
overflow: hidden;
}
.e-split.e-btnrtl {
padding: 0;
}
.e-split-btn,
.e-split-btn.e-left-btn {
height: 100%;
}
.e-split-btn.e-btn-txt {
width: 24px;
height: 100%;
}
.e-split-btn.e-left-btn {
width: 100%;
}
.e-split-btn.e-rht-btn {
width: 24px;
height: 100%;
}
.e-split-btn.e-drp-btn {
float: left;
position: absolute;
}
.e-split-btn-div .e-icon {
height: 12px;
width: 12px;
font-size: 10px;
}
.e-split .e-in-wrap {
border: none;
}
.e-split .e-padding {
padding: 0 24px 0 0;
}
.e-split.e-rtl .e-padding {
padding: 0 0 0 24px;
}
/*--------------------------------- editor core ------------------*/
.e-numeric,
.e-percent,
.e-currency,
.e-mask,
.e-atc,
.e-ddl,
.e-datewidget,
.e-timewidget,
.e-datetime-wrap {
display: block;
overflow: hidden;
width: 143px;
height: 30px;
}
.e-numeric .e-spin,
.e-percent .e-spin,
.e-currency .e-spin {
position: absolute;
right: 0;
border: 0 none;
cursor: pointer;
}
.e-numeric .e-spin-up,
.e-numeric .e-spin-down,
.e-percent .e-spin-up,
.e-percent .e-spin-down,
.e-currency .e-spin-up,
.e-currency .e-spin-down {
display: block;
height: 50%;
width: 100%;
}
.e-numeric .e-spin-up,
.e-percent .e-spin-up,
.e-currency .e-spin-up {
top: 0;
}
.e-numeric .e-spin-down,
.e-percent .e-spin-down,
.e-currency .e-spin-down {
bottom: 0;
}
.e-numeric .e-padding,
.e-percent .e-padding,
.e-currency .e-padding,
.e-atc .e-padding,
.e-datewidget .e-padding,
.e-ddl .e-in-wrap,
.e-timewidget .e-padding,
.e-datetime-wrap .e-padding {
padding: 0 24px 0 0;
}
.e-numeric .e-icon,
.e-percent .e-icon,
.e-currency .e-icon,
.e-timewidget .e-icon,
.e-datewidget .e-icon,
.e-atc .e-icon,
.e-ddl .e-icon,
.e-datetime-wrap .e-icon {
display: block;
width: 100%;
position: absolute;
top: 50%;
}
.e-numeric .e-icon,
.e-percent .e-icon,
.e-currency .e-icon {
height: 8px;
margin-top: -4px;
font-size: 10px;
}
.e-numeric .e-select,
.e-percent .e-select,
.e-currency .e-select,
.e-mask .e-select,
.e-atc .e-select,
.e-ddl .e-select,
.e-datewidget .e-select,
.e-timewidget .e-select,
.e-datetime-wrap .e-select {
cursor: pointer;
display: block;
position: absolute;
top: 0;
right: 0;
width: 23px;
height: 100%;
text-align: left;
border-left: 1px solid;
}
.e-numeric.e-rtl .e-select,
.e-percent.e-rtl .e-select,
.e-currency.e-rtl .e-select,
.e-mask.e-rtl .e-select,
.e-atc.e-rtl .e-select,
.e-ddl.e-rtl .e-select,
.e-datewidget.e-rtl .e-select,
.e-timewidget.e-rtl .e-select,
.e-datetime-wrap.e-rtl .e-select {
border-right: 1px solid;
border-left: none;
}
/*-------editor RTL core-------------*/
.e-numeric.e-rtl .e-in-wrap.e-padding,
.e-percent.e-rtl .e-in-wrap.e-padding,
.e-currency.e-rtl .e-in-wrap.e-padding,
.e-atc.e-rtl .e-padding,
.e-ddl.e-rtl .e-in-wrap,
.e-datewidget.e-rtl .e-in-wrap.e-padding,
.e-timewidget.e-rtl .e-padding,
.e-datetime-wrap.e-rtl .e-padding {
padding: 0 0 0 24px;
}
/*--------------------------------- autocomplete core -------------------------*/
.e-atc-popup,
.e-ddl-popup,
.e-time-popup,
.e-datetime-popup {
cursor: default;
overflow: auto;
position: absolute;
border: 1px solid;
outline: 0 none;
}
.e-atc-popup .e-hilight-txt {
font-weight: bold;
}
.e-atc-popup ul li.e-category {
font-weight: bold;
}
.e-atc-popup.e-rtl ul li.e-category {
margin: 0 10px 0 0;
padding: 5px 0 5px 5px;
}
.e-atc-popup ul li,
.e-ddl-popup div > ul li {
padding: 5px 5px 5px 10px;
}
.e-atc-popup.e-rtl ul li {
padding: 5px 10px 5px 5px;
}
.e-atc .e-input.e-load {
background-position: right center;
background-repeat: no-repeat;
}
.e-atc .e-rtl .e-input.e-load {
background-position: left center;
}
.e-atc .e-icon {
height: 14px;
margin-top: -7px;
}
/*---autocomplete boxmodel ----*/
.e-atc .e-options,
.e-ddl .e-options {
border: 1px solid;
border-radius: 4px;
cursor: default;
display: inline-block;
float: left;
margin: 2px 0 2px 2px;
padding: 0 19px 3px 4px;
position: relative;
}
.e-atc.e-rtl .e-options,
.e-ddl.e-rtl .e-options {
margin: 2px 2px 2px 0;
padding: 0 4px 3px 19px;
float: right;
}
.e-atc .e-visual-mode.e-input {
display: inline-block;
max-width: 99%;
text-indent: 0;
float: left;
height: 28px;
margin: 0 0 0 2px;
}
.e-atc.e-rtl .e-visual-mode.e-input {
float: right;
margin: 0 2px 0 0;
}
.e-atc .e-options .e-icon.e-close,
.e-ddl .e-options .e-icon.e-close {
font-size: 10px;
cursor: pointer;
height: 10px;
margin-top: -5px;
right: 4px;
width: 10px;
opacity: 0.75;
}
.e-atc .e-options .e-icon.e-close:hover,
.e-ddl .e-options .e-icon.e-close:hover {
opacity: 1;
}
.e-atc.e-rtl .e-options .e-icon.e-close,
.e-ddl.e-rtl .e-options .e-icon.e-close {
left: 4px;
right: auto;
}
/*--------------------------------- dropdownlist core -------------------------*/
.e-ddl .e-input {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-acrdn,
.e-tab,
.e-ddl,
.e-dialog {
outline: 0 none;
}
.e-ddl.e-rtl .e-in-wrap .e-select {
border-left: 0 none;
text-align: right;
}
.e-ddl-popup div > ul li {
padding: 5px;
vertical-align: middle;
}
.e-ddl .e-in-wrap .e-select.e-load {
background-position: center center;
background-repeat: no-repeat;
opacity: 0.35;
filter: alphaa(opacity=35);
}
.e-ddl-popup div > ul li .e-align {
float: left;
vertical-align: middle;
}
.e-ddl-popup.e-rtl div > ul li .e-align {
float: right;
}
.e-ddl-popup div > ul li .e-chkbox-wrap {
padding-right: 10px;
}
.e-ejinputtext {
padding-right: 4px;
text-indent: 10px;
}
/*--------------------------------- Timepicker - common core -------------------------*/
.e-timewidget .e-input {
letter-spacing: 1px;
}
.e-timewidget .e-icon,
.e-ddl .e-icon {
font-size: 12px;
height: 12px;
margin-top: -6px;
}
.e-datewidget .e-icon,
.e-datetime-wrap .e-icon {
font-size: 21px;
height: 21px;
margin-top: -11px;
}
/* Timepicker - popup window */
.e-time-popup {
font-weight: normal;
letter-spacing: 1px;
}
.e-time-popup ul li {
padding: 2px 2px 2px 10px;
}
.e-time-popup.e-rtl ul li {
padding: 2px 10px 2px 2px;
}
/*-------DatePicker Core ----------*/
.e-datepicker .e-datepicker-months td,
.e-datepicker .e-datepicker-years td,
.e-datepicker .e-datepicker-allyears td {
height: 45px;
}
.e-datepicker .e-datepicker-months,
.e-datepicker .e-datepicker-years,
.e-datepicker .e-datepicker-allyears {
width: 100%;
}
.e-datepicker.e-calendar {
overflow: hidden;
border: 1px solid;
}
.e-datepicker.e-calendar .e-header,
.e-datetime-popup .e-timecontainer .e-header {
text-align: center;
height: 30px;
line-height: 29px;
}
.e-datepicker .e-header .e-next,
.e-datepicker .e-header .e-prev {
cursor: pointer;
position: relative;
top: 2px;
}
.e-datepicker .e-week-header {
height: 35px;
}
.e-datepicker .e-icon {
height: 18px;
width: 18px;
}
.e-datepicker .e-header .e-icon:before {
top: 2px;
left: 2px;
position: absolute;
}
.e-datepicker .e-datepicker-days .e-state-default {
height: 26px;
border: 0 none;
}
.e-datepicker .e-icon.e-left-arrow {
float: left;
}
.e-datepicker .e-icon.e-right-arrow {
float: right;
}
.e-datepicker .e-icon.e-right-arrow:before {
left: 4px;
}
.e-datepicker.e-rtl .e-header .e-next {
right: -10px;
}
.e-datepicker .e-header .e-next {
right: 5px;
}
.e-datepicker.e-rtl .e-header .e-prev {
left: -10px;
}
.e-datepicker .e-header .e-prev {
left: 5px;
}
.e-datepicker .e-header .e-text {
cursor: pointer;
text-align: center;
width: 83%;
}
.e-datepicker .e-footer {
text-align: center;
cursor: pointer;
padding: 3px;
margin: 3px 0px 0px;
}
.e-datepicker .e-hide-date {
opacity: 0.34;
}
.e-datepicker table {
border-collapse: collapse;
border-style: none;
position: relative;
table-layout: fixed;
*table-layout: auto;
text-align: center;
width: 100%;
}
.e-datepicker table th {
cursor: default;
font-weight: normal;
text-align: center;
background: transparent;
border: 0 none;
}
.e-datepicker table td {
cursor: pointer;
border: medium none;
vertical-align: middle;
text-align: center;
}
.e-datepicker .e-dp-viewdays .e-current-month:hover {
border-radius: 4px;
}
.e-rtl .e-select {
right: auto;
left: 0;
}
.e-datepicker.e-icons table .e-datepicker-days td,
.e-datepicker.e-icons table th {
text-align: right;
padding-right: 10px;
}
.flag .e-image,
.e-special-day .e-image {
display: inline-block;
margin-right: 3px;
vertical-align: text-top;
}
.e-datepicker.e-calendar {
width: 18em;
}
.e-datepicker.e-calendar.e-headerlong {
width: 35em;
}
.e-datepicker table .e-datepicker-days td.e-state-default.e-week-end {
font-weight: bold;
}
.e-selected-week,
.e-selected-month {
border-radius: 4px;
}
/*--------------------------------- menu - common core ------------------*/
.e-menu {
font-size: 0;
display: block;
width: auto;
height: auto;
font-weight: normal;
border: 1px solid;
}
.e-menu * {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
.e-menu * a:focus {
outline: none;
}
* .e-menu > .e-list > ul,
* .e-menu > .e-list > ul .e-list > ul {
left: 102%;
top: -0.8px;
}
.e-menu > .e-list {
border: 0 none;
position: relative;
text-align: left;
cursor: pointer;
}
.e-menu .e-list > ul {
position: absolute;
visibility: inherit;
padding: 1px;
margin: 0;
left: -1px;
z-index: 1000;
display: none;
}
* .e-menu .e-list > ul .e-list {
border: 0 none ;
float: none;
position: relative;
line-height: normal;
cursor: pointer;
}
.e-menu .e-list > a,
.e-menu .e-list > span {
text-decoration: none;
display: block;
border: 0px none;
min-height: 18px;
width: auto;
height: auto;
position: relative;
font-size: 13px;
}
.e-menu .e-list > a,
.e-menu .e-list > span {
padding: 3px 18px 3px 28px;
height: inherit;
white-space: nowrap;
}
.e-menu .e-list > ul li.e-separator {
height: 1px;
margin: 2px 0 2px 18%;
position: relative;
*margin: -7% 0 0 18%;
border: 0px none;
}
.e-menu li.e-list > a > img,
.e-menu li.e-list > span > img,
.e-menu li.e-list > a > div,
.e-menu li.e-list > span > div,
.e-menu li.e-list > a > span,
.e-menu li.e-list > span > span {
left: 2px;
top: 25%;
margin: 0 4px 0 0;
position: absolute;
vertical-align: middle;
border: 0 none;
}
.e-menu .e-list > a span.e-icon.e-arrows,
.e-menu .e-list > span span.e-icon.e-arrows {
left: auto;
position: absolute;
right: -4px;
top: 35%;
font-size: 10px;
}
.e-menu-res-wrap .e-check-wrap .e-chkbox-wrap {
opacity: 0;
width: 100%;
height: 100%;
}
.e-menu-res-wrap {
display: none;
height: 32px;
overflow: hidden;
}
.e-menu-res-wrap .e-menu-res-in-wrap {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap .e-res-icon,
.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap {
cursor: pointer;
display: block;
height: 100%;
position: absolute;
right: 0;
text-align: left;
top: 0;
margin: 0px;
width: 30px;
}
.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap {
border-left: 1px solid #aaaaaa;
background-position: 3px 7px;
background-repeat: no-repeat;
}
.e-menu-res-wrap .e-menu-res-in-wrap .e-res-title {
height: 100%;
font-family: 'Segoe UI';
font-size: 13px;
}
.e-menu-res-wrap .e-in-wrap.e-menu-res-in-wrap {
padding: 5px 30px 5px 5px;
}
/*-------RTL menu core ----------*/
.e-menu.e-rtl,
.e-menu.e-rtl > .e-list {
text-align: right;
}
.e-menu.e-rtl .e-list > ul li.e-separator {
margin: 2px 18% 2px 0;
}
.e-menu.e-rtl .e-list > a > img,
.e-menu.e-rtl .e-list > span > img,
.e-menu.e-rtl .e-list > a > div,
.e-menu.e-rtl .e-list > span > div,
.e-menu.e-rtl .e-list > a > span,
.e-menu.e-rtl .e-list > span > span {
margin: 0 0 0 4px;
}
.e-menu.e-rtl .e-list > a span.e-icon,
.e-menu.e-rtl .e-list > span span.e-icon {
left: -2px;
margin-left: 5px;
right: auto;
}
.e-menu.e-rtl.e-separator.e-horizontal > .e-list {
border-left: 1px solid;
}
/*-----------horizontal menu core -------------*/
.e-menu.e-horizontal > .e-list > a,
.e-menu.e-horizontal > .e-list > span {
padding: 0 8px;
height: 100%;
line-height: 32px;
}
.e-menu.e-horizontal .e-list > ul {
border: 1px solid;
}
.e-menu.e-horizontal .e-list > ul li.e-list > a,
.e-menu.e-horizontal .e-list > ul li.e-list > span,
.e-menu.e-vertical .e-list > a,
.e-menu.e-vertical .e-list > span {
display: block;
}
.e-menu.e-horizontal > .e-list .e-arrow-space {
padding-right: 24px;
}
.e-menu.e-horizontal > .e-list > ul:after {
border-width: 10px;
content: "";
height: 0;
left: 22px;
position: absolute;
top: -18px;
width: 0;
}
.e-menu.e-horizontal > .e-list > a > img,
.e-menu.e-horizontal > .e-list > span > img,
.e-menu.e-horizontal > .e-list > a > div,
.e-menu.e-horizontal > .e-list > span > div,
.e-menu.e-horizontal > .e-list > a > span,
.e-menu.e-horizontal > .e-list > span > span {
left: 2px;
top: -2px;
margin: 0 4px 0 0;
position: relative;
vertical-align: middle;
border: 0px none;
}
.e-menu.e-rtl.e-horizontal > .e-list .e-arrow-space {
padding-left: 24px;
padding-right: 4px;
}
.e-menu.e-rtl .e-list > ul li.e-list .e-arrow-space {
padding-right: 28px;
}
.e-menu.e-horizontal > .e-list,
.e-menu.e-separator.e-horizontal > li:last-child,
.e-menu.e-rtl.e-horizontal > .e-list,
.e-menu.e-rtl.e-separator.e-horizontal > li:last-child {
border: 0 none;
}
.e-menu.e-separator.e-horizontal > .e-list {
border-right: 1px solid;
}
.e-menu.e-separator.e-rtl.e-horizontal > .e-list {
border-right: 0 none;
border-left: 1px solid;
}
.e-menu.e-rtl.e-vertical .e-list > ul li.e-list > a,
.e-menu.e-rtl.e-vertical .e-list > ul li.e-list > span,
.e-menu.e-rtl.e-horizontal .e-list > ul li.e-list > a,
.e-menu.e-rtl.horizontal .e-list > ul li.e-list > span {
padding: 3px 28px 3px 18px;
}
/*----------------------- vertical menu core --------------------------*/
.e-menu.e-vertical > .e-list > a,
.e-menu.e-vertical > .e-list > span {
padding: 0 28px;
zoom: 1;
}
.e-menu.e-vertical {
width: 150px;
border: 1px solid;
}
.e-menu.e-vertical .e-list {
line-height: 27px;
}
.e-menu.e-vertical .e-list > ul {
margin: -0.8px 0 0 0;
top: 0;
left: 102%;
border: 1px solid;
}
.e-menu.e-vertical .e-list > ul .e-list {
line-height: 21px;
}
.e-menu.e-vertical > li.e-separator,
.e-menu.e-context > li.e-separator {
height: 1px;
width: 100%;
border: 0px none;
}
.e-menu.e-vertical > .e-list > img {
position: absolute;
}
.e-menu.e-vertical > .e-list > a > img,
.e-menu.e-vertical > .e-list > span > img,
.e-menu.e-vertical > .e-list > a > div,
.e-menu.e-vertical > .e-list > span > div,
.e-menu.e-vertical > .e-list > a > span,
.e-menu.e-vertical > .e-list > span > span,
.e-menu.e-context > .e-list > a > img,
.e-menu.e-context > .e-list > span > img,
.e-menu.e-context > .e-list > a > div,
.e-menu.e-context > .e-list > span > div,
.e-menu.e-context > .e-list > a > span,
.e-menu.e-context > .e-list > span > span {
left: 2px;
margin: 0 4px 0 0;
position: absolute;
vertical-align: middle;
border: 0px none;
}
/*------------------------ context menu core --------------------*/
.e-menu.e-context > .e-list > a,
.e-menu.e-context > .e-list > span {
display: block;
padding: 1px 18px 1px 28px;
font-size: 13px;
}
.e-menu.e-context li.e-list > ul li.e-list > a,
.e-menu.e-context li.e-list > ul li.e-list > span {
padding: 1px 18px 1px 28px;
height: inherit;
white-space: nowrap;
}
.e-menu.e-context {
position: absolute;
padding: 1px;
z-index: 9998;
width: 150px;
border: 1px solid;
}
.e-menu.e-context .e-list > ul .e-list,
.e-menu.e-context .e-list {
line-height: 27px;
}
.e-menu.e-context .e-list > ul {
margin: -0.8px 0 0 0;
top: 0;
left: 102%;
line-height: 23px;
border: 1px solid;
}
.e-menu.e-context > .e-list > a > img,
.e-menu.e-context > .e-list > a > div,
.e-menu.e-context > .e-list > a > span {
float: left;
}
.e-menu.e-rtl.e-context > li.e-separator {
margin: 2px 30px 2px 2px;
}
.e-menu.e-context.e-rtl > .e-list > a,
.e-menu.e-context.e-rtl > .e-list > span {
padding: 1px 28px 1px 18px;
}
.e-menu.e-rtl.e-context li.e-list > ul li.e-list > a,
.e-menu.e-rtl.e-context li.e-list > ul li.e-list > span {
padding: 1px 28px 1px 18px;
}
/*--------------------------------- Accordion - common core ------------------*/
.e-acrdn .e-icon {
border: 0 none transparent;
display: block;
height: 16px;
width: 16px;
margin-left: -5px;
margin-right: 6px;
margin-top: 5px;
cursor: pointer;
float: left;
}
.e-acrdn .e-select:first-child {
border-top: 1px solid;
}
.e-acrdn .e-select {
padding: 0.5em;
padding-left: 1em;
line-height: 23px;
border-style: none solid solid;
border-width: 1px;
}
.e-acrdn .e-select a {
text-decoration: none;
border-bottom-width: 0;
outline: 0 none;
}
.e-acrdn .e-content {
padding: 1em 1.4em;
text-align: justify;
position: relative;
border: 1px solid;
}
.e-acrdn.e-rtl .e-icon {
float: right;
margin-left: 5px;
}
/*--------------------------------- CheckBox - common core -------------------------*/
.e-chkbox-wrap,
.e-radiobtn-wrap {
outline: 0 none;
}
.e-chkbox-wrap .e-text,
.e-radiobtn-wrap .e-text {
padding: 2px 2px 2px 5px;
text-align: left;
top: 0px;
cursor: pointer;
}
.e-chkbox-wrap .e-checkbox {
display: none;
z-index: 1;
text-align: left;
top: 2px;
}
.e-chkbox-wrap div > span,
.e-radiobtn-wrap > span {
display: block;
cursor: pointer;
z-index: 2;
position: relative;
border: 1px solid;
}
.e-chkbox-wrap .e-chkbox-small > span {
height: 13px;
width: 13px;
top: 3px;
}
.e-chkbox-wrap .e-chkbox-medium > span {
height: 19px;
width: 19px;
top: 6px;
}
.e-chkbox-wrap .e-chk-image {
height: 100%;
position: absolute;
width: 100%;
}
.e-chkbox-wrap .e-chkbox-small .e-chk-indetericon {
margin-left: 2px;
margin-top: 2px;
}
.e-chkbox-wrap .e-chkbox-medium .e-chk-indetericon {
margin-left: 5px;
margin-top: 5px;
}
.e-chkbox-wrap .e-chk-image.e-chk-indetericon {
width: 9px;
height: 9px;
}
/*---------------------------------------RadioButton--------------------------------------------*/
.e-radiobtn-wrap .e-radiobtn {
display: none;
z-index: 1;
text-align: left;
}
.e-radiobtn-wrap > span .e-rad-icon {
margin-left: 4px;
position: absolute;
top: 4px;
left: 0px;
}
.e-radiobtn-wrap .e-radmedium {
height: 15px;
width: 15px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.e-radiobtn-wrap .e-radmedium .e-rad-icon {
height: 7px;
width: 7px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
left: 0px;
top: 4px;
}
.e-radiobtn-wrap .e-radsmaller {
height: 13px;
width: 13px;
border-radius: 13px;
-moz-border-radius: 13px;
-webkit-border-radius: 13px;
}
.e-radiobtn-wrap .e-radsmaller .e-rad-icon {
height: 5px;
width: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/*--------------------------------- Tab - common core ------------------*/
.e-tab .e-bottom-line,
.e-tab .e-top-line,
.e-tab .e-activetop,
.e-tab .e-activebottom {
border: 1px solid;
}
.e-tab .e-bottom-line,
.e-tab .e-top-line {
margin: 0 -5px -1px 0;
}
.e-tab .e-bottom-line,
.e-tab .e-activebottom,
.e-tab .e-left > .e-active,
.e-tab .e-left > .e-active:hover,
.e-tab .e-right > .e-active,
.e-tab .e-right > .e-active:hover {
border-bottom: 0 none;
}
.e-tab .e-top-line,
.e-tab .e-activetop {
border-top: 0 none;
}
.e-tab .e-header {
width: 100%;
}
.e-tab .e-header li {
border-right: 1px solid;
line-height: normal;
list-style: none outside none;
}
.e-tab .e-header li a {
text-decoration: none;
border-bottom-width: 0;
padding: 0.6em 0.9em;
outline: 0 none;
}
.e-tab .e-header li.e-tab-active {
margin-bottom: 0;
padding-bottom: 1px;
}
.e-tab .e-content-item {
display: none;
}
.e-tab .e-active-content {
padding: 1em 1.4em;
text-align: justify;
}
.e-tab .e-tab-active {
font-weight: bold;
}
.e-tab .e-header .e-icon {
float: right;
height: 16px;
width: 16px;
margin-top: 11px;
cursor: pointer;
padding: 3px;
background-color: transparent;
background-image: none;
}
.e-tab.e-rtl .e-header > .e-item:first-child {
margin-right: 0;
}
.e-tab.e-rtl .e-icon,
.e-tab .e-left,
.e-tab.e-vertical .e-right .e-icon {
float: left;
}
.e-tab .e-left,
.e-tab .e-right {
line-height: normal;
list-style: none outside none;
margin: 0;
text-align: left;
padding: 0;
width: 165px;
}
.e-tab.e-vertical .e-right .e-icon {
margin-left: 2px;
}
.e-tab.e-vertical .e-left .e-icon {
margin-right: 2px;
}
.e-tab .e-right,
.e-tab.e-vertical .e-left .e-icon {
float: right;
}
.e-tab .e-left li a,
.e-tab .e-right li a {
display: block;
outline: 0 none;
padding: 16px 5px;
text-decoration: none;
margin-left: 5px;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-tab.e-vertical .e-icon.e-delete {
background-position: -445px -24px;
margin-top: 2px;
}
.e-tab.e-vertical,
.e-tab.e-vertical .e-active-content,
.e-tab .e-left li a,
.e-tab .e-right li a {
overflow: hidden;
}
.e-tab.e-vertical .e-icon.e-reload {
background-position: -82px 0;
margin-top: 2px;
}
.e-tab .e-left .e-icon,
.e-tab .e-right .e-icon {
background-image: none;
}
/*--------------------------------- Dialog - common core ------------------*/
.e-dialog.e-dialog-wrap {
border: 1px solid;
}
.e-dialog .e-titlebar {
padding: 0.7em;
position: relative;
}
.e-dialog .e-draggable {
cursor: move;
}
.e-dialog .e-dialog-icon {
cursor: pointer;
padding: 1px;
right: 5px;
top: 50%;
float: right;
height: 20px;
width: 20px;
}
.e-dialog .e-widget-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: hidden;
border-image: initial;
}
.e-dialog .e-resizable {
bottom: 0;
cursor: se-resize;
display: block;
height: 16px;
position: absolute;
right: 0;
width: 16px;
}
.e-dialog.e-rtl .e-dialog-icon {
float: left;
}
.e-dialog .e-icon {
height: 20px;
width: 20px;
}
/*--------------------------------- Splitter - common core -------------------------*/
.e-h-arrow,
.e-v-arrow {
display: block;
z-index: 10002;
}
.e-v-arrow.v-forward {
margin-left: -9px;
top: -3px;
}
.e-v-arrow.v-backward {
top: -2px;
}
.e-h-arrow.h-forward {
left: -3px;
margin-top: -9px;
}
.e-h-arrow.h-backward {
left: -2px;
}
.e-splitter .e-splitbar.e-resize.e-shadowbar {
position: absolute;
z-index: 10002;
border-style: dotted;
}
.e-splitter {
border-collapse: collapse;
position: relative;
overflow: hidden;
height: 100%;
width: 100%;
border: 1px solid;
}
/* Splitter Divider bar */
.e-splitter .e-splitbar {
border-style: solid;
display: block;
float: left;
position: relative;
outline: 0 none;
overflow: hidden;
}
.e-pane.e-splitter {
border: none !important;
}
.e-splitter .e-splitbar.e-h-bar.e-resize {
cursor: e-resize;
}
.e-splitter .e-splitbar.e-v-bar.e-resize {
cursor: n-resize;
}
.e-splitter .e-splitbar.e-h-bar {
border-style: solid;
border-width: 0 1px;
height: 100%;
vertical-align: middle;
width: 7px;
}
.e-splitter .e-splitbar.e-v-bar {
border-style: solid;
border-width: 1px 0;
height: 7px;
vertical-align: middle;
width: 100%;
}
/* Splitter Divider bar Arrow */
.e-splitter .e-splitbar .e-v-arrow,
.e-splitter .e-splitbar .e-h-arrow {
cursor: pointer;
position: absolute;
}
.e-splitter .e-splitbar .e-v-arrow {
float: left;
height: 7px;
width: 10px;
left: 50%;
}
.e-splitter .e-splitbar .e-h-arrow {
height: 10px;
width: 10px;
top: 50%;
}
/* Splitter Pane */
.e-splitter .e-pane {
border: none;
cursor: default;
float: left;
position: relative;
}
.e-splitter .e-pane.collapsed {
overflow: hidden;
}
.e-splitter .e-h-pane {
height: 100%;
overflow-y: auto;
}
.e-splitter .e-v-pane {
width: 100%;
overflow-x: auto;
}
/*--------------------------------- Upload Box - common core -------------------------*/
/*RTL*/
.e-uploadbox.e-rtl .e-uploadbtn {
margin-right: 10px;
}
.e-uploadbox .e-selectpart {
overflow: hidden;
position: relative;
width: auto;
}
.e-uploadbox .e-inputbtn {
background-color: transparent;
border: 1px solid transparent;
}
.e-uploadbox .e-uploadinput {
display: block;
cursor: pointer;
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
right: 0;
top: 0px;
height: 34px;
}
.e-uploadbox .e-ul {
width: 100%;
}
.e-uploadbox .e-file-list {
height: 58px;
text-align: center;
text-indent: 3px;
position: relative;
top: 5px;
}
.e-uploadbox .e-file-list .file-status {
float: left;
min-width: 77px;
padding-right: 0;
padding-top: 5px;
text-align: right;
}
.e-uploadbox .e-file-list .e-file-view {
height: 85%;
padding: 0px 5px;
}
.e-uploadbox .e-file-list .e-file-percentage {
float: left;
padding-left: 0;
padding-right: 0;
padding-top: 15px;
width: 140px;
font-size: 10px;
}
.e-uploadbox .e-file-progress {
float: left;
width: 200px;
position: relative;
overflow: hidden;
}
.e-uploadbox .e-file-name {
display: block;
height: 25px;
text-align: left;
width: 100%;
}
.e-uploadbox .e-file-progress-bar {
height: 10px;
width: 100%;
margin: 2px;
}
.e-uploadbox .e-ul > li {
height: 60px;
width: 100%;
}
.e-uploadbox .e-ul li .e-file-list {
width: 100%;
}
.e-uploadbox .e-file-progress-status {
height: 10px;
width: 0%;
}
.e-uploadbox .e-file-list .e-file-size {
float: left;
min-width: 100px;
padding-left: 0;
padding-right: 0;
}
.e-uploadbox .e-file-name .e-file-name-txt {
text-indent: 8px;
}
.e-uploadbox .e-file-size .e-file-name-txt {
left: -15px;
}
.e-uploadbox .e-file-name-txt {
position: relative;
top: 13px;
font-weight: normal;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-indent: 20px;
}
.e-uploadbox .e-file-upload {
padding: 10px 0;
}
.e-uploadbox .e-selectpart,
.e-uploadbox .e-uploadbtn,
.e-uploadbox .e-uploadclosebtn {
padding: 5px 10px;
font-weight: normal;
border: 1px solid;
}
.e-uploadbox .e-selectpart {
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px;
}
.e-uploadbox .e-uploadbtn,
.e-uploadbox .e-uploadclosebtn {
height: 40px;
margin: 9px 15px 7px;
width: 100px;
left: 125px;
position: relative;
}
.e-uploadbox .e-file-progress {
border: 1px solid transparent;
}
.e-uploadbox .e-upload-progress {
border: 1px solid transparent;
}
.e-uploadbox .e-dialog .e-ul .e-action-perform .e-icon {
float: left;
height: 20px;
margin-top: 5px;
position: relative;
width: 30px;
}
.e-uploadbox .e-file-list .e-file-percentage-success .e-uploadbox .e-file-list .e-file-percentage-failed {
height: 23px;
width: 23px;
margin-top: -5px;
left: 50%;
border-radius: 60px 60px 60px 60px;
position: relative;
}
.e-uploadbox .e-action-perform {
border-radius: 4px 4px 4px 4px;
float: left;
height: 25px;
margin-left: 15px;
margin-top: 11px;
width: 25px;
}
.e-icon.e-file-percentage-failed:before {
top: 2px;
position: relative;
left: -3px;
}
.e-icon.e-file-percentage-success:before {
top: 3px;
position: relative;
left: -3px;
}
.e-uploadbox .e-icon.e-file-cancel:before,
.e-uploadbox .e-icon.e-file-delete:before,
.e-uploadbox .e-icon.e-file-retry:before {
top: 2px;
position: relative;
left: -7px;
font-size: 16px;
}
.e-uploadbox .uploaddialog.e-dialog.e-dialog-content {
position: relative;
border: 0;
background: none;
overflow: auto;
border-image: initial;
}
.e-uploadbox .e-dialog .e-titlebar {
padding: 10px;
position: relative;
}
.e-uploadbox .e-dialog .e-titlebar .e-title {
margin-left: 3px;
position: relative;
top: -2px;
}
.e-uploadbox .e-dialog .e-close:before {
content: "\e605";
position: relative;
top: -10px;
}
.e-uploadbox .e-file-head {
float: left;
font-weight: 900;
height: 25px;
position: relative;
text-indent: 18px;
top: 30%;
}
.e-uploadbox .e-head-name,
.e-uploadbox .e-head-status {
width: 200px;
}
.e-uploadbox .e-head-size {
width: 100px;
}
.e-uploadbox .e-file-head.e-head-status {
text-indent: 60px;
}
.e-uploadbox .e-head-content {
display: inline-block;
height: 50px;
vertical-align: middle;
width: 100%;
}
.e-uploadbox .e-dialog.e-widget-content {
padding: 0px;
}
/*--------------------------------- Treeview - common core ------------------*/
.e-treeview-wrap {
white-space: nowrap;
outline: 0 none;
overflow: auto;
border-image: initial;
}
.e-treeview .e-treeview-ul {
background: 0;
list-style-type: none;
position: relative;
margin-left: -14px;
outline: 0 none;
}
.e-treeview .e-item {
margin: 0;
padding: 2px 0 0px 16px;
white-space: nowrap;
outline: 0 none;
}
.e-treeview .e-text {
border: 1px solid transparent;
padding: 0 4px;
text-decoration: none;
min-height: 15px;
min-width: 10px;
border-image: initial;
font-size: 14px;
margin-left: 1px;
}
.e-treeview ul {
overflow: hidden;
padding: 3px 0 0px 10px;
width: auto;
list-style-type: none;
outline: 0 none;
}
.e-treeview .e-plus,
.e-treeview .e-minus {
background-repeat: no-repeat;
border: 0 none transparent;
float: left;
height: 10px;
width: 10px;
margin-top: 5px;
margin-left: -10px;
cursor: pointer;
}
.e-treeview-wrap .e-icon.e-load {
height: 13px;
background-size: 10px;
}
.e-treeview .e-item img.e-align {
vertical-align: middle;
margin-left: 5px;
}
.e-treeview-wrap.e-rtl .e-item {
padding: 2px 15px 2px 4px;
}
.e-treeview-wrap.e-rtl .e-treeview {
padding: 3px 14px 3px 0;
}
.e-treeview-wrap.e-rtl .e-treeview-ul {
margin-left: 0px;
margin-right: -14px;
padding: 3px 14px 3px 0;
}
.e-treeview-wrap.e-rtl .e-item .e-icon {
float: right;
margin-right: -10px;
margin-left: 0;
}
.e-treeview-wrap.e-rtl .e-item img.e-align {
vertical-align: middle;
margin-right: 5px;
}
/*--------------------------------- Waiting popup - common core -------------------------*/
.e-waitpopup-pane {
opacity: 0.85;
filter: alpha(opacity=85);
position: absolute;
}
.e-waitpopup-pane .e-image {
background-position: center center;
background-repeat: no-repeat;
border-radius: 15px 15px 15px 15px;
display: block;
height: 70px;
margin: 0 auto;
position: relative;
width: 70px;
}
.e-waitpopup-pane .e-text {
font-size: 16px;
margin: 0;
position: relative;
text-align: center;
}
/*--------------------------------- Tagcloud - common core -------------------------*/
.e-tagcloud {
width: 350px;
display: block;
border: 1px solid;
}
.e-tagcloud .e-title {
font-size: 16px;
font-weight: 600;
margin: 0 0 4px;
padding: 10px 6px 10px 11px;
vertical-align: middle;
}
.e-tagcloud .e-title-img {
margin-right: 7px;
vertical-align: middle;
}
.e-tagcloud .e-cloud,
.e-tagcloud .e-list {
line-height: 20px;
padding: 6px;
}
.e-tagcloud .e-ul {
font-size: 13px;
font-weight: 400;
list-style-position: outside;
width: 100%;
overflow: hidden;
}
.e-tagcloud .e-list .e-tagitems,
.e-tagcloud .e-cloud .e-tagitems {
cursor: pointer;
list-style-type: none;
padding: 5px;
}
.e-tagcloud .e-list .e-tagitems {
display: block;
}
.e-tagcloud .e-tagitems .e-txt {
outline: 0 none;
text-decoration: none;
}
.e-tagcloud .e-load {
min-height: 30px;
width: 100%;
}
/*--------------------------------- ToolBar - common core -------------------------*/
.e-toolbar {
font-weight: normal;
margin-top: 0;
border: 1px solid;
outline: 0 none;
}
.e-toolbar > ul > li {
border: 1px solid transparent;
cursor: default;
list-style-type: none;
padding: 2px;
}
.e-toolbar.e-toolbarspan {
width: 100%;
}
.e-toolbar,
.e-toolbar .e-vertical,
.e-toolbar .e-horizontal,
.e-toolbar div:first-child {
*display: inline;
overflow: hidden;
}
.e-toolbar > .e-horizontal.e-ul > li {
float: left;
}
.e-toolbar > .e-horizontal.e-ul {
vertical-align: middle;
float: left;
}
.e-toolbar .e-horizontal.e-comnrtl,
.e-toolbar .e-horizontal .e-comnrtl {
float: right;
}
.e-toolbar .e-vertical .e-comnrtl {
direction: rtl;
}
.e-toolbar .e-horizontal .e-align,
.e-toolbar .e-horizontal .e-tooltxt,
.e-toolbar .e-vertical .e-align,
.e-toolbar .e-vertical .e-tooltxt {
vertical-align: middle;
}
.e-toolbar .e-horizontal .e-disable,
.e-toolbar .e-vertical .e-disable {
background-color: transparent;
border: 1px solid transparent;
}
.e-toolbar .e-horizontal .e-spriteimg {
float: left;
}
/*--------------------------------- Rating - common core ------------------*/
.e-rating {
display: block;
list-style-type: none;
position: relative;
}
.e-rating.e-vertical .e-ul {
-webkit-margin-before: 0.2em;
}
.e-rating.e-horizontal .e-ul,
.e-rating.e-vertical .e-ul {
padding: 0 2px;
list-style-type: none;
margin: 0px;
}
.e-rating.e-horizontal .e-shape-list,
.e-rating.e-horizontal .e-shape,
.e-rating.e-horizontal .e-reset {
float: left;
}
.e-rating.e-horizontal .e-shape-list,
.e-rating.e-vertical .e-shape-list,
.e-rating.e-horizontal .e-shape,
.e-rating.e-vertical .e-shape,
.e-rating.e-horizontal .e-reset,
.e-rating.e-vertical .e-reset {
cursor: pointer;
}
/*--------------------------------- Progress bar - common core -------------------------*/
.e-progressbar {
display: block;
height: 14px;
position: relative;
width: 100%;
border: 1px solid;
}
.e-progressbar .e-progress {
border: none;
height: 100%;
width: 0;
}
.e-progressbar .e-progress-txt {
position: absolute;
text-align: center;
width: 100%;
}
/*--------------------------------- Slider - common core -------------------------*/
.e-slider {
display: block;
outline: 0 none;
position: relative;
height: 100%;
width: 100%;
z-index: 10;
border: 1px solid;
}
.e-slider-wrap.e-horizontal {
height: 14px;
}
.e-slider-wrap.e-vertical {
height: 100%;
width: 14px;
}
.e-slider.e-corner-all,
.e-slider .e-corner-all {
border-radius: 10px 10px 10px 10px;
}
.e-slider-wrap.e-horizontal .e-handle {
top: -3px;
}
.e-slider-wrap.e-vertical .e-handle {
left: -3px;
}
.e-slider .e-handle {
cursor: pointer;
outline: 0 none;
position: absolute;
border: 1px solid;
}
.e-slider-wrap.e-horizontal .e-range {
height: 100%;
top: 0;
}
.e-slider-wrap.e-vertical .e-range {
left: 0;
width: 100%;
}
.e-slider .e-range {
border: 0 none;
display: block;
position: absolute;
}
/*For scale and tick option*/
.e-scale {
list-style: none outside none;
outline: 0 none;
position: relative;
z-index: 1;
}
.e-scale.e-h-scale {
width: 100%;
}
.e-scale.e-v-scale {
height: 100%;
}
.e-scale .e-tick {
background-color: transparent;
background-position: center center;
cursor: default;
position: relative;
height: 100%;
}
.e-scale .e-tick .e-tick-value {
font-size: 10px;
position: absolute;
}
.e-h-scale .e-tick {
background-repeat: repeat-y;
}
.e-v-scale .e-tick {
background-repeat: repeat-x;
}
.e-h-scale .e-tick .e-tick-value {
top: -15px;
}
.e-h-scale .e-tick.e-first-tick {
background-position: left center;
}
.e-h-scale .e-tick.e-last-tick {
background-position: right center;
}
.e-rtl .e-h-scale .e-tick.e-first-tick {
background-position: right center;
}
.e-rtl .e-h-scale .e-tick.e-last-tick {
background-position: left center;
}
.e-v-scale .e-tick.e-first-tick {
background-position: center top;
}
.e-v-scale .e-tick.e-last-tick {
background-position: center bottom;
}
/*----------buttons-icons--------------*/
/*-----------------------SVG----------------------------*/
@font-face {
font-family: 'ej-webfont';
src: url('common-images/ejicons.eot?-dzszjm');
src: url('common-images/ejicons.eot?#iefix-dzszjm') format('embedded-opentype'), url('common-images/ejicons.woff?-dzszjm') format('woff'), url('common-images/ejicons.ttf?-dzszjm') format('truetype'), url('common-images/ejicons.svg?-dzszjm#ejicons') format('svg');
font-weight: normal;
font-style: normal;
}
.e-icon,
.e-rte-toolbar-icon,
.e-bgcolor-icon,
.e-fontcolor-icon,
.e-rte-footericon,
.e-rte-resize {
font-family: 'ej-webfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.e-icon:before,
.e-rte-toolbar-icon:before,
.e-bgcolor-icon:before,
.e-fontcolor-icon:before,
.e-rte-footericon:before,
.e-rte-resize:before {
width: 14px;
height: 14px;
display: block;
margin: 0 auto;
}
.e-icon {
width: 16px;
height: 16px;
}
/*
.e-icon.e-ui-light
{
background-image: url(../common-images/icons-gray.png);
}
.e-icon.e-ui-dark
{
background-image: url(../common-images/icons-white.png);
}
*/
/* icon positions */
.e-menu.e-horizontal > .e-list > a span.e-arrows:before,
.e-menu.e-horizontal > .e-list > span span.e-arrows:before,
.e-menu.e-horizontal > .e-list:hover > a span.e-arrows:before,
.e-menu.e-horizontal > .e-list:hover > span span.e-arrows:before,
/*----------------------------------- RTL menu ----------------------------------*/ .e-menu.rtl > .e-list > a span.arrows:before,
.e-menu.rtl > .e-list > span span.arrows,
.e-menu.rtl > .e-list:hover > a span.arrows,
.e-menu.rtl > .e-list:hover > span span.arrows:before,
.e-menu.rtl.e-context > .e-list > a span.arrows:before,
.e-menu.rtl.e-context > .e-list > span span.arrows:before,
.e-menu.rtl.e-vertical > .e-list > a span.arrows:before,
.e-menu.rtl.e-vertical > .e-list > span span.arrows:before,
.e-menu.rtl .e-list > ul > .e-list > a span.arrows:before,
.e-menu.rtl .e-list > ul .e-list:hover > span span.arrows:before,
.e-menu.rtl.e-context > .e-list:hover span.arrows:before,
.e-menu.rtl.e-vertical > .e-list:hover span.arrows:before {
content: "\e627";
}
.e-menu .e-list > ul > .e-list > a span.e-arrows:before,
.e-menu .e-list > ul > .e-list > span span.e-arrows:before,
.e-menu.e-context > .e-list > a span.e-arrows:before,
.e-menu.e-context > .e-list > span span.e-arrows:before,
.e-menu.e-vertical > .e-list > a span.e-arrows:before,
.e-menu.e-vertical > .e-list > span span.e-arrows:before,
.e-menu .e-list > ul .e-list:hover > a span.e-arrows:before,
.e-menu .e-list > ul .e-list:hover > span span.e-arrows:before,
.e-menu > .e-list:hover > a span.e-arrows:before,
.e-menu > .e-list:hover > span span.e-arrows:before {
content: "\e622";
}
.e-menu.e-rtl .e-list > ul > .e-list > a span.e-arrows:before,
.e-menu.e-rtl .e-list > ul > .e-list > span span.e-arrows:before,
.e-menu.e-rtl.e-context > .e-list > a span.e-arrows:before,
.e-menu.e-rtl.e-context > .e-list > span span.e-arrows:before,
.e-menu.e-rtl.e-vertical > .e-list > a span.e-arrows:before,
.e-menu.e-rtl.e-vertical > .e-list > span span.e-arrows:before,
.e-menu.e-rtl .e-list > ul .e-list:hover > a span.e-arrows:before,
.e-menu.e-rtl .e-list > ul .e-list:hover > span span.e-arrows:before {
content: "\e623";
}
/*---------------------------------Map-------------------------------------*/
/* ----------common icon position-------------*/
.e-boardpin:before,
.e-icon.e-unpin:before {
content: "\e684";
}
.e-boardpin1:before,
.e-icon.e-pin:before {
content: "\e683";
}
.e-upload:before {
content: "\e678";
}
.e-reload:before {
content: "\e677";
}
.e-close:before {
content: "\e605";
}
.e-addnew:before,
.e-icon.e-collaps:before {
content: "\e676";
}
.e-minus:before,
.e-icon.e-expand:before,
.e-icon.e-minimize:before {
content: "\e675";
}
.e-rarrowright-2x:before {
content: "\e674";
}
.e-rarrowup-2x:before {
content: "\e672";
}
.e-rarrowdown-2x:before {
content: "\e673";
}
.e-rarrowleft-2x:before {
content: "\e671";
}
.e-login:before {
content: "\e670";
}
.e-orientationlanscape:before {
content: "\e66f";
}
.e-searchfind:before,
.e-icon.e-search:before {
content: "\e66e";
}
.e-alignleft:before {
content: "\e682";
}
.e-aligncenter:before {
content: "\e66d";
}
.e-alignright:before {
content: "\e66b";
}
.e-alignjustify:before {
content: "\e66c";
}
.e-alignnone:before {
content: "\e66a";
}
.e-filterset:before {
content: "\e669";
}
.e-filternone:before {
content: "\e668";
}
/**/
.e-arrowheadup-2x:before {
content: "\e667";
}
.e-arrowheaddown-2x:before {
content: "\e666";
}
.e-arrowheadleft-2x:before,
.e-icon.e-left-arrow:before,
.e-rtl .e-icon.e-right-arrow:before {
content: "\e665";
}
.e-arrowheadright-2x:before,
.e-icon.e-right-arrow:before,
.e-rtl .e-icon.e-left-arrow:before {
content: "\e664";
}
.e-numbering:before {
content: "\e663";
}
.e-bullets:before {
content: "\e661";
}
.e-maximize:before {
content: "\e660";
}
.e-delete:before,
.e-icon.e-file-delete:before {
content: "\e681";
}
.e-mediaback:before {
content: "\e65f";
}
.e-mediaforward:before {
content: "\e65e";
}
.e-medianext:before {
content: "\e65d";
}
.e-mediaprev:before {
content: "\e65c";
}
.e-mediaeject:before {
content: "\e65a";
}
.e-mediaclose:before {
content: "\e65b";
}
.e-mediapause:before {
content: "\e659";
}
.e-mediaplay:before {
content: "\e658";
}
.e-righttick:before,
.e-icon.e-file-percentage-success:before {
content: "\e657";
}
.e-cancel:before,
.e-icon.e-file-cancel:before,
.e-icon.e-file-percentage-failed:before {
content: "\e656";
}
.e-smile:before {
content: "\e655";
}
.e-information:before {
content: "\e654";
}
/**/
.e-cut:before {
content: "\e680";
}
.e-edit:before {
content: "\e653";
}
.e-swapleft:before {
content: "\e652";
}
.e-swapright:before {
content: "\e651";
}
.e-swapup:before {
content: "\e650";
}
.e-swapdown:before {
content: "\e64f";
}
.e-zoomin:before {
content: "\e64e";
}
.e-zoomout:before {
content: "\e64d";
}
.e-warningmessage:before {
content: "\e64c";
}
.e-cursor:before {
content: "\e64b";
}
.e-shoppingcart:before {
content: "\e64a";
}
.e-handup:before {
content: "\e648";
}
.e-palette:before {
content: "\e67f";
}
.e-star:before {
content: "\e647";
}
.e-copy:before {
content: "\e646";
}
.e-paste:before {
content: "\e645";
}
.e-settings:before {
content: "\e644";
}
.e-clock:before {
content: "\e643";
}
.e-hyperlink:before {
content: "\e642";
}
.e-hyperlinkbreak:before {
content: "\e641";
}
/**/
.e-resizers:before,
.e-icon.e-resize-handle:before,
.e-rte-resize:before {
content: "\e640";
}
.e-home:before {
content: "\e63f";
}
.e-clipboard:before {
content: "\e63e";
}
.e-userlogin:before {
content: "\e63d";
}
.e-dataexport:before {
content: "\e63c";
}
.e-arrowheadright:before {
content: "\e658";
}
.e-arrowheaddown:before,
.e-icon.e-down-arrow:before,
.e-spin-down .e-icon.e-arrow:before,
.e-icon.e-time:before {
content: "\e63b";
}
.e-arrowheadup:before,
.e-icon.e-up-arrow:before,
.e-spin-up .e-icon.e-arrow:before {
content: "\e63a";
}
.e-arrowheadleft:before {
content: "\e639";
}
.e-undo:before {
content: "\e638";
}
.e-redo:before {
content: "\e637";
}
.e-bold:before {
content: "\e636";
}
.e-italic:before {
content: "\e635";
}
.e-underline:before {
content: "\e634";
}
.e-strikethrough:before {
content: "\e633";
}
.e-font:before {
content: "\e632";
}
.e-rarrowdown:before {
content: "\e631";
}
.e-rarrowleft:before {
content: "\e630";
}
.e-rarrowup:before {
content: "\e67d";
}
.e-rarrowright:before {
content: "\e62f";
}
/**/
.e-calender:before,
.e-icon.e-date:before {
content: "\e62e";
}
.e-datetimecalendar:before,
.e-icon.e-datetime:before {
content: "\e62d";
}
.e-icon.e-collapse-arrow:before {
content: "\e624";
}
.e-icon.e-expand-arrow:before {
content: "\e622";
}
.e-icon.e-maximize:before {
content: "\e61e";
}
.e-icon.e-restore:before {
content: "\e61d";
}
.e-icon.e-file-retry:before {
content: "\e677";
}
.e-icon.e-plus:before {
content: "\e676";
}
.e-icon.e-minus:before {
content: "\e675";
}
.e-rtl .e-icon.e-plus:before {
content: "\e676";
}
.e-rtl .e-icon.e-minus:before {
content: "\e675";
}
.e-groupbutton:before {
content: "\e61c";
}
.e-gnextmedia {
background-position: -51px -84px;
}
.e-gnext {
background-position: -336px -84px;
}
.e-gprevmedia {
background-position: -103px -84px;
}
.e-gprev {
background-position: -313px -84px;
}
.e-gadd {
background-position: -103px 1px;
}
.e-gedit {
background-position: -26px -41px;
}
.e-gdelete {
background-position: -181px -20px;
}
.e-save:before {
content: "\e620";
}
.e-gcancel {
background-position: -440px -20px;
}
.e-gsearch {
background-position: -310px 4px;
}
.e-gdiagonalnext:before {
content: "\e67c";
}
.e-gnextforward:before {
content: "\e67e";
}
.e-gupward {
background-position: -204px 2px;
}
.e-gdownward {
background-position: -180px 2px;
}
.e-gclose {
background-position: -445px -22px;
}
.e-guparrow:before {
content: "\e625";
}
.e-gdownarrow:before {
content: "\e627";
}
.e-gupdatenotify:before {
content: "\e6ff";
font-size: 10px;
}
/*------------------------------------- Control Icon Properties -------------------------------------------*/
.e-datewidget .e-date.e-icon:before,
.e-datetime-wrap .e-datetime.e-icon:before {
height: 21px;
width: 21px;
}
.e-timewidget .e-time.e-icon:before,
.e-ddl .e-down-arrow.e-icon:before {
height: 12px;
width: 12px;
}
.e-numeric .e-icon:before,
.e-percent .e-icon:before,
.e-currency .e-icon:before {
height: 8px;
width: 10px;
}
.e-treeview-wrap .e-icon.e-plus:before {
content: "\e664";
font-size: 11px;
width: 10px;
height: 10px;
}
.e-treeview-wrap.e-rtl .e-icon.e-load:before,
.e-treeview-wrap .e-icon.e-load:before {
content: "";
}
.e-treeview-wrap .e-icon.e-minus:before {
content: "\e67c";
font-size: 8px;
height: 10px;
width: 10px;
}
.e-treeview-wrap.e-rtl .e-icon.e-plus:before {
content: "\e665";
}
.e-treeview-wrap.e-rtl .e-icon.e-minus:before {
content: "\e624";
}
.e-splitter .e-icon:before {
font-size: 10px;
height: 100%;
width: 100%;
}
.e-splitter .h-backward:before {
content: "\e665";
}
.e-splitter .h-forward:before {
content: "\e664";
}
.e-splitter .v-backward:before {
content: "\e667";
}
.e-splitter .v-forward:before {
content: "\e666";
}
.e-rowselect:before {
content: "\e701";
}
.e-sortdirect:before {
content: "\e700";
}
.e-tab .e-icon.e-delete:before,
.e-dialog .e-icon.e-close:before,
.e-uploadbox .e-dialog .e-close:before {
content: "\e605";
}
.e-dialog .e-icon.e-collapse-arrow:before {
content: "\e625";
}
.e-dialog .e-icon.e-expand-arrow:before {
content: "\e627";
}
.e-scroller .e-vup.e-icon:before {
content: "\e672";
left: 5px;
}
.e-scroller .e-vdown.e-icon:before {
content: "\e673";
}
.e-scroller .e-hup.e-icon:before {
content: "\e671";
}
.e-scroller .e-hdown.e-icon:before {
content: "\e674";
}
/*------------------------------------- Scroller - Common Core -------------------------------------------*/
.e-scroller,
.e-scroller .e-content {
overflow: hidden;
}
.e-scroller .e-content,
.e-scroller .e-hhandlespace,
.e-scroller .e-hup,
.e-scroller .e-hdown,
.e-scroller.e-rtl .e-vscroll {
float: left;
}
.e-scroller .e-hhandle,
.e-scroller .e-hhandlespace,
.e-scroller .e-hup,
.e-scroller .e-hdown,
.e-scroller .e-hscroll {
height: 18px;
display: inline-block;
}
.e-scroller .e-vscroll .e-icon {
width: 18px;
}
.e-scroller .e-icon {
font-size: 9px;
}
.e-scroller .e-vscroll .e-icon:before,
.e-scroller .e-hscroll .e-icon:before {
width: 10px;
height: 10px;
top: 5px;
position: absolute;
left: 4px;
}
.e-scroller .e-vscroll,
.e-scroller .e-hscroll,
.e-scroller .e-unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-scroller .e-vscroll {
vertical-align: top;
width: 18px;
float: right;
}
.e-scroller .e-vhandle,
.e-scroller .e-hhandle,
.e-scroller .e-button {
position: relative;
}
.e-scroller.e-rtl {
direction: rtl;
}
.e-scroller.e-rtl .e-content,
.e-scroller.e-rtl .e-hscroll {
float: right;
}
/*------------------------------------- DateTimePicker - Common Core -------------------------------------------*/
.e-datetime-wrap .e-datetime {
background-position: -26px -85px;
}
.e-datetime-popup .e-popup-container {
display: inline-flex;
padding: 5px;
}
.e-datetime-popup .e-button-container {
display: block;
padding: 0 5px 5px;
}
.e-datetime-popup .e-datecontainer,
.e-datetime-popup .e-timecontainer {
display: inline-block;
}
.e-datetime-popup .e-datecontainer {
float: left;
margin: 0 5px 0 0;
}
.e-datetime-popup.e-rtl .e-datecontainer {
float: right;
margin: 0 0 0 5px;
}
.e-datetime-popup .e-timecontainer .e-time-popup {
border-top: medium none;
}
.e-datetime-popup .e-timecontainer .e-header {
border-style: solid solid none;
border-width: 1px;
}
.e-datetime-popup.e-corner-all .e-header {
border-radius: 4px 4px 0 0;
}
.e-datetime-popup.e-corner-all .e-time-popup {
border-radius: 0 0 4px 4px;
}
.e-datetime-popup .e-dt-button {
cursor: pointer;
display: inline-block;
padding: 3px 30px;
text-align: center;
border: 1px solid;
}
.e-datetime-popup .e-dt-button.e-dt-today {
margin: 0 5px 0 0;
}
.e-datetime-popup.e-rtl .e-dt-button.e-dt-today {
margin: 0 0 0 5px;
}
.e-datetime-popup .e-dt-button.e-dt-done {
float: right;
}
.e-datetime-popup.e-rtl .e-dt-button.e-dt-done {
float: left;
}
/*--------------Grid core -----------------*/
.e-grid {
height: auto;
outline: 0 none;
border-width: 1px;
border-style: none solid solid solid;
}
.e-grid,
.e-grid .e-groupcaption,
.e-grid .e-groupcaptionsummary,
.e-grid .e-headercell,
.e-grid .e-headercell-hover,
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover,
.e-grid .e-rowcell,
.e-grid .e-indentcell,
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand,
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled,
.e-grid .e-tabletd {
border-collapse: collapse;
}
.e-grid .e-gridcontent,
.e-grid .e-groupdroparea,
.e-grid .e-headercell,
.e-grid .e-headercell-hover,
.e-grid .e-headercelldiv,
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover,
.e-grid .e-rowcell,
.e-grid .e-indentcell,
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand,
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled,
.e-grid .e-summaryrow,
.e-grid .e-headercontent,
.e-grid .e-gridheader,
.e-grid .e-gridfooter {
overflow: hidden;
}
.e-grid .e-dialog .e-addedrow table,
.e-grid .e-dialog .e-editedrow table,
.e-grid .e-inlineformedit table,
.e-grid .e-externalformedit table {
border-collapse: separate;
border-spacing: 11px;
}
.e-grid .e-dialog .e-addedrow label,
.e-grid .e-dialog .e-editedrow label,
.e-grid .e-inlineformedit label,
.e-grid .e-externalformedit label {
display: inline;
font-weight: normal;
margin-bottom: 0px;
white-space: nowrap;
}
.e-grid [class^="e-"],
.e-grid .e-unboundcelldiv > input {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.e-table,
.e-grid table {
max-width: none;
}
.e-grid .e-editedrow *,
.e-grid .e-addedrow *,
.e-grid .e-dlgcontainer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-grid .e-unboundcelldiv input {
margin: 0px 0px 0px 7px;
padding: 0;
}
.e-grid .e-gridcontent .e-table > tbody > tr:first-child td.e-editCell .e-table {
border-top-width: 0;
border-top-style: none;
}
.e-grid > .e-gridcontent > div > .e-table,
.e-grid > .e-gridheader > div > .e-table {
border-spacing: 0px;
}
.e-grid table th:first-child .e-headercell-hover {
border-width: 1px 0 1px 0;
}
.e-grid .e-gridcontent tr:first-child td {
border-top: 0 none;
}
.e-grid .e-groupdroparea,
.e-grid .e-groupTopLeftcell {
border-style: solid none;
border-width: 1px 0px 0px;
}
.e-grid .e-grid-icon,
.e-grid .e-filterbarcell input {
float: left;
}
.e-grid .e-table,
.e-grid .e-gridsummary {
width: 100%;
table-layout: fixed;
border: 0 none;
border-collapse: separate;
}
.e-grid .e-columnheader {
cursor: pointer;
}
.e-grid .e-gridcontent {
outline: none;
}
.e-grid .e-groupdroparea {
padding-top: 5px;
padding-bottom: 8px;
text-indent: 10pt;
width: 100%;
}
.e-grid .e-groupcaption,
.e-grid .e-groupcaptionsummary {
border-style: solid;
border-width: 1px 0;
display: table-cell;
font-weight: normal;
line-height: 30px;
padding-left: 0.7em;
padding-right: 0.7em;
}
.e-grid .e-headercell,
.e-grid .e-headercell-hover {
height: 40px;
padding: 0 0.5em;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
}
.e-grid .e-headercelldiv {
font-weight: bold;
font-size: 14px;
display: block;
border: 0 none;
height: 29px;
line-height: 29px;
margin: -7px;
padding: 0 0.7em;
text-align: left;
white-space: nowrap;
}
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover {
font-size: 13px;
font-weight: normal;
margin-left: 10px;
padding: 7px;
cursor: pointer;
height: 17px;
border: 1px solid;
}
.e-grid .e-rowcell,
.e-grid .e-indentcell {
border-style: solid;
display: table-cell;
}
.e-grid .e-rowcell {
border-width: 1px 0 0 1px;
padding: 0.7em;
line-height: 14px;
white-space: nowrap;
width: auto;
vertical-align: middle;
}
.e-grid .e-normaledit .e-rowcell {
padding: 1px 3px;
}
.e-grid .e-normaledit .e-boolcell {
padding-left: 0.7em;
}
.e-grid .e-normaledit .e-unboundcell {
padding: 0.7em;
}
.e-grid .e-lastrowcell {
border-bottom-width: 1px;
}
.e-grid .e-boolrowcell {
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
}
.e-grid .e-indentcell {
border-width: 0 1px 0 0;
line-height: 0.3em;
padding: 0px;
}
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand {
display: table-cell;
cursor: pointer;
padding: 0px;
}
.e-grid .e-recordplusexpand {
white-space: nowrap;
}
.e-grid .e-recordpluscollapse ~ td {
border-bottom: 0 none;
}
.e-grid .e-detailrowcollapse,
.e-grid .e-detailrowexpand,
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand {
border-style: solid;
border-width: 1px 0px 0px;
}
.e-grid .e-headercell .e-descending,
.e-grid .e-headercell .e-ascending,
.e-grid .e-togglegroup,
.e-grid .e-toggleungroup {
padding-left: 7px;
}
.e-grid .e-togglegroup,
.e-grid .e-toggleungroup {
margin-left: 7px;
}
.e-grid .e-toolbaricons {
min-height: 26px;
min-width: 26px;
text-decoration: none;
vertical-align: middle;
line-height: 26px;
margin: 0;
}
.e-grid .e-toolbar.e-toolbarspan {
border-width: 1px 0 0;
border-style: solid;
display: block !important;
}
.e-grid .e-editcell,
.e-grid .e-tabletd {
padding: 0px;
}
.e-grid .e-editcell .e-table {
border-style: solid;
}
.e-grid .e-grid-filterstatusbar,
.e-grid .e-grid-filterstatusbarbottom {
height: 10px;
border-style: solid;
padding-bottom: 4px;
padding-top: 5px;
display: none;
position: absolute;
}
.e-grid .e-grid-filterstatusbar {
margin-top: -20px;
border-width: 1px 1px 0px 1px;
-moz-border-radius: 4px 4px 0px 0px;
}
.e-grid .e-grid-filterstatusbarbottom {
margin-top: 1px;
border-width: 0px 1px 1px 1px;
-moz-border-radius: 0px 0px 4px 4px;
}
.e-grid .e-filterbarcell input {
width: 70%;
border-width: 1px;
border-style: solid;
text-indent: 1px;
margin-left: 4px;
font-family: Segoe UI;
font-size: 13px;
padding-right: 20%;
}
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled {
border-width: 1px 0 0 1px;
height: 27px;
padding: 0px;
border-style: solid;
cursor: default;
}
.e-grid-filterstatusbar .e-msgdiv,
.e-grid-filterstatusbarbottom .e-msgdiv {
margin-left: 5px;
margin-top: -3px;
position: absolute;
}
.e-grid .e-headercell .e-filtericon,
.e-grid .e-headercell .e-filteredicon {
float: right;
height: 10px;
margin: -17px -34px -1px 3px;
padding: 3px;
width: 10px;
}
.e-grid .e-headercell .e-filtericon,
.e-grid .e-headercell .e-filteredicon {
width: 16px;
height: 16px;
}
.e-grid.e-dlgcontainer .e-predicate {
border-width: 0;
border-style: solid;
padding: 10px 5px 0 0;
text-align: left;
}
.e-grid.e-dlgcontainer .e-caption {
margin: 0 9px 0 6px;
position: relative;
top: -2px;
}
.e-grid.e-dlgcontainer .e-value .e-caption {
margin: 0 5px 0 0;
}
.e-grid.e-dlgcontainer .e-dlgBtns {
padding: 10px 0;
text-align: right;
}
.e-grid.e-dlgcontainer .e-dlgBtns .e-filter {
margin-right: 6%;
}
.e-grid.e-dlgcontainer .e-dlgBtns .e-clear,
.e-grid.e-dlgcontainer .e-dlgBtns .e-filter {
width: 47%;
}
.e-grid.e-dlgcontainer .e-operator,
.e-grid.e-dlgcontainer .e-value {
padding-top: 10px;
}
.e-grid.e-dlgcontainer select {
padding: 0;
height: 20px;
width: 100%;
}
.e-grid.e-dlgcontainer input[type='text'] {
padding: 0;
width: 197px;
}
.e-grid .e-summaryrow {
font-weight: bold;
border-style: solid;
border-width: 1px 0 0;
padding: 0.5em;
white-space: nowrap;
}
.e-grid .e-boolrowcell input[type='checkbox'] {
margin-left: 0.7em;
width: auto;
height: auto;
}
.e-grid .e-icon {
background-repeat: no-repeat;
background-attachment: scroll;
}
.e-grid .e-recordpluscollapse > div,
.e-grid .e-detailrowcollapse > div,
.e-grid .e-recordplusexpand > div,
.e-grid .e-detailrowexpand > div {
height: 19px;
vertical-align: middle;
width: 23px;
padding: 0px;
background-repeat: repeat;
}
.e-grid .e-dialog .e-close {
background-repeat: repeat;
}
.e-grid .e-ungroupbutton {
float: right;
width: 16px;
height: 16px;
display: none;
}
.e-grid .e-grid-icon .e-ascending,
.e-grid .e-grid-icon .e-descending {
padding-left: 7px;
}
.e-grid .e-headertemplate > .e-headercelldiv {
padding: 0 8px;
}
.e-gridwaitingpopup.e-waitpopup-pane {
background-color: transparent !important;
}
.e-grid .e-gridheader .e-headercell,
.e-grid .e-rowcell {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-grid div.e-error,
.e-grid .e-gridpopup {
position: absolute;
font-weight: normal;
z-index: 99999;
}
.e-grid .e-gridpopup .e-content {
border-width: 1px;
border-style: solid;
}
.e-grid .e-gridpopup .e-content {
border-radius: 4px;
font-size: 14px;
padding: 4px 4px;
}
.e-grid .e-gridpopup span {
display: inline-block;
height: 16px;
cursor: pointer;
padding: 4px;
border: 1px solid transparent;
width: 16px;
}
.e-grid div.e-error .e-errortail {
height: 0;
position: relative;
width: 0;
border: 10px solid transparent;
}
.e-grid .e-filterdiv {
position: relative;
width: 100%;
}
.e-grid .e-filterdiv span {
display: block;
height: 16px;
position: absolute;
right: 7%;
top: 4px;
cursor: pointer;
width: 21px;
}
.e-grid .e-gridpopup .e-tail:before,
.e-grid .e-gridpopup .e-tail:after {
border: 10px solid transparent;
content: "";
height: 0;
left: 8px;
position: absolute;
width: 0;
}
.e-grid .e-gridpopup .e-downtail:after {
top: 34px;
}
.e-grid div.e-error .e-toparrow {
left: 10%;
border-top-width: 2px;
display: block;
}
.e-grid .e-headercellfilter {
padding-right: 35px;
}
.e-reSizeColbg {
position: absolute;
border-left-width: 1px;
border-left-style: dotted;
}
.e-grid .e-gridtoolbar li {
padding: 4px 0 4px 6px;
}
.e-grid .e-gridtoolbar li a {
padding-left: 3px;
}
.e-grid .e-groupheadercell .e-togglegroupbutton {
padding-top: 2px;
}
.e-grid .e-scrollcss {
padding-right: 18px;
}
.e-grid .e-animatebutton {
width: 16px;
height: 10px;
font-size: 12px;
padding-right: 26px;
float: right;
}
.e-grid tr td:first-child,
.e-grid tr th:first-child {
border-left: 0px;
}
.e-grid .e-filterbarcell .e-grid .e-filterbarcelldisabled {
height: 40px;
}
.e-grid .e-dialog .e-rowcell {
border: none;
padding: 0.1em;
}
.e-grid .e-headercell,
.e-grid .e-grouptopleftcell {
border-width: 0 0 0 1px;
border-style: solid;
}
.e-grid .e-grouptopleftcell {
cursor: default;
border-width: 0px;
padding: 0px;
}
.e-grid .e-reorderindicate {
border-right-width: 3px;
}
.e-grid .e-groupdroparea {
font-size: 19px;
font-weight: lighter;
text-align: center;
border-top-width: 1px;
}
.e-grid .e-cloneproperties {
padding: 8px 5px 0px 5px;
border-style: solid;
border-width: 1px;
text-align: center;
vertical-align: middle;
overflow: hidden;
opacity: 0.6;
white-space: nowrap;
}
.e-grid .e-dialog .e-buttons {
clear: both;
float: right;
}
.e-grid .e-detailcell {
padding: 0.4em 0.6em;
}
.e-grid .e-gridheader {
border-bottom-width: 3px;
border-bottom-style: solid;
}
.e-grid .e-externalformedit .e-rowcell,
.e-grid .e-inlineformedit .e-rowcell {
border: none;
}
.e-grid .e-inlineformedit .e-rowcell {
border-top: 0 none;
}
.e-grid .e-inlineform-titlebar {
font-weight: bold;
padding: 0.7em;
}
.e-grid .e-inlineformedit .e-editform-btn {
float: right;
padding: 13px;
}
.e-grid .e-externalformedit .e-editform-btn {
float: right;
padding: 0px 0px 13px 0px;
}
.e-grid .e-inlineformedit form div,
.e-grid .e-externalformedit form div {
display: inline-block;
padding-left: 0px;
padding-right: 0.7em;
}
.e-grid .e-inlineformedit div > label,
.e-grid .e-externalformedit div > label {
display: inline-block;
width: 80px;
}
.e-grid .e-form-container {
min-width: 420px;
position: absolute;
border-width: 0 1px 1px 1px;
border-style: solid;
}
.e-grid .e-externalform {
padding: 1.5em 1em;
}
.e-grid .e-form-titlebar {
font-size: 16px;
font-weight: normal;
padding: 0.7em;
}
.e-grid .e-form-togglebtn {
cursor: pointer;
display: inline-block;
float: right;
height: 20px;
padding: 0 0 4px 5px;
right: 5px;
top: 50%;
width: 20px;
}
.e-grid .e-form-toggle-icon.e-bottomleft:before {
content: "\e672";
}
.e-grid .e-form-toggle-icon.e-topright:before {
content: "\e671";
}
.e-grid .e-form-toggle-icon {
display: inline-block;
height: 20px;
width: 20px;
}
.e-grid .e-editedbatchcell {
padding: 1px 3px;
}
.e-grid .e-detailrowcollapse,
.e-grid .e-detailcell,
.e-grid tr.e-editedrow td.e-rowcell {
border-top-width: 1px;
border-top-style: solid;
}
.e-grid .e-headercontent,
.e-grid .e-detailindentcell {
border-right-width: 1px;
border-right-style: solid;
}
.e-grid .e-gridheader {
border-top-width: 1px;
border-top-style: solid;
}
.e-grid .e-lastgrouptopleftcell {
border-right: 0 none;
}
.e-grid .e-detailrowcollapse + td,
.e-grid .e-detailrowexpand + td {
border-left: none;
}
.e-grid .e-pagermsgdiv {
padding-left: 9px;
padding-top: 0;
}
.e-grid .e-inlineform-titlebar {
border-bottom-width: 1px;
border-style: solid;
border-width: 0 0 1px 0;
}
.e-grid .e-inlineformedit form {
padding-left: 10px;
padding-top: 10px;
}
.e-grid .e-inlineformedit .e-editform-btn {
padding-top: 0;
}
.e-grid .e-movablecontent,
.e-grid .e-movableheader {
border-left: 1px solid;
}
.e-grid .e-frozeny {
border-bottom: 1px solid !important;
}
.e-grid .e-movablecontent,
.e-grid .e-movableheader,
.e-grid .e-movablefooter {
overflow: hidden;
}
.e-grid .e-frozencontentdiv,
.e-grid .e-frozenheaderdiv,
.e-grid .e-frozenfooterdiv {
float: left;
}
.e-grid .e-frozenunbound {
padding-top: 4px;
padding-bottom: 4px;
}
.e-grid .e-error div.e-field-validation-error {
border-radius: 7px;
font-size: 14px;
padding: 7px;
}
.e-grid .e-hide {
display: none !important;
}
.e-grid .emptyrecord {
white-space: nowrap;
}
.e-grid .e-frozeny {
border-bottom-width: 1px !important;
border-bottom-style: solid !important;
}
.e-grid .e-frozenrow + tr > td {
border-top-width: 0px;
}
.e-grid .e-icon:before {
display: inline-block;
}
.e-grid .e-updatedtd:before {
float: left;
margin-left: -11px;
margin-top: -14px;
text-align: left;
font-family: 'ej-webfont';
color: red;
}
.e-grid td {
font-family: Segoe UI;
}
.e-grid form .e-icon:before {
display: block;
}
.e-grid .e-icon.e-animatebutton {
font-size: 10px;
}
.e-grid .e-icon.e-gdiagonalnext {
margin-left: 9px;
font-size: 8px;
}
.e-grid .e-icon.e-gnextforward {
font-size: 10px;
margin-left: 10px;
margin-top: 10px;
}
.e-grid .e-groupheadercell .e-cancel {
padding-right: 11px;
}
.e-grid .e-groupheadercell .e-icon:before {
display: inline;
}
.e-grid .e-filterbarcell .e-icon:before,
.e-grid .e-dialog .e-icon:before {
display: block;
}
.e-grid .e-toolbaricons.e-searchfind {
padding-left: 6px;
}
.e-grid .e-gridtoolbar .e-ejinputtext {
vertical-align: middle;
}
.e-grid .e-rowcell.e-updatedtd {
font-size: 13px;
}
/*-------------- grid rtl----------------*/
.e-grid.e-rtl {
direction: rtl;
}
.e-grid.e-rtl .e-groupheadercell .e-icon:before {
display: inline-block;
}
.e-grid.e-rtl .e-groupheadercell .e-cancel {
padding-left: 23px;
padding-right: 0px;
padding-top: 2px;
}
.e-grid.e-rtl .e-gridtoolbar li a {
padding-right: 5px;
padding-left: 0px;
}
.e-grid.e-rtl .e-gridtoolbar li {
padding: 4px 4px 4px 0;
}
.e-grid.e-rtl .e-headercell .e-descending,
.e-grid.e-rtl .e-headercell .e-ascending,
.e-grid.e-rtl .e-togglegroup,
.e-grid.e-rtl .e-toggleungroup {
padding-right: 7px;
}
.e-grid.e-rtl .e-icon.e-gdiagonalnext {
margin-right: 9px;
}
.e-grid .e-icon.e-gnextforward {
margin-right: 10px;
}
.e-grid.e-rtl .e-groupheadercell,
.e-grid.e-rtl .e-groupheadercell:hover {
margin-right: 10px;
}
.e-grid .e-rtl a,
.e-grid.e-rtl .e-groupheadercell,
.e-grid.e-rtl .e-groupheadercell:hover {
float: right;
}
.e-grid.e-rtl .e-headercontent {
border-left-width: 1px;
border-left-style: solid;
border-right-width: 0px;
}
.e-grid.e-rtl .e-headercell .e-filtericon,
.e-grid.e-rtl .e-headercell .e-filteredicon {
margin: -14px -4px -1px -5px;
}
.e-grid.e-dlgcontainer .e-dlgBtns .e-filter.e-rtl {
margin-left: 6%;
width: 47%;
margin-right: 0px;
}
.e-grid.e-rtl .e-rowcell,
.e-grid.e-rtl .e-filterbarcell,
.e-grid.e-rtl .e-filterbarcelldisabled {
border-width: 1px 1px 0 0;
}
.e-grid.e-rtl tr td:first-child,
.e-grid.e-rtl tr th:first-child {
border-right: 0 none;
}
.e-grid.e-rtl .e-indentcell {
border-left-width: 1px;
border-left-style: solid;
}
.e-grid.e-rtl .e-headercell,
.e-grid.e-rtl .e-grouptopleftcell {
border-width: 0px 1px 0px 0px;
}
.e-grid.e-rtl .e-cloneproperties {
border-width: 1px 1px 3px 1px;
}
.e-grid.e-rtl div.e-pagermsgdiv {
padding-left: 6px;
text-align: left;
}
.e-grid .e-rtl .e-parentmsgbar {
float: left;
padding-left: 6px;
}
.e-grid.e-rtl .e-headercelldiv {
text-align: right;
padding: 0 0.7em;
}
.e-grid.e-rtl .e-recordpluscollapse > div:before,
.e-grid.e-rtl .e-detailrowcollapse > div:before {
content: "\e623";
}
.e-grid.e-rtl .e-recordplusexpand > div:before,
.e-grid.e-rtl .e-detailrowexpand > div:before {
content: "\e624";
}
.e-grid.e-rtl .e-headercell .e-filtericon,
.e-grid.e-rtl .e-headercell .e-filteredicon,
.e-grid.e-rtl .e-animatebutton,
.e-grid.e-rtl .e-ungroupbutton {
float: left;
}
.e-grid.e-rtl .e-filterbarcell input {
float: right;
margin-right: 4px;
}
.e-grid.e-rtl .e-scrollcss {
padding-right: 0px;
padding-left: 18px;
}
.e-grid .e-pager.e-rtl {
display: block;
height: 30px;
}
.e-rtl .e-grid-filterstatusbar .e-msgdiv,
.e-rtl .e-grid-filterstatusbarbottom .e-msgdiv {
margin-right: 5px;
}
.e-grid.e-rtl .e-animatebutton {
padding-left: 26px;
padding-right: 0px;
}
.e-grid.e-rtl .e-frozencontentdiv,
.e-grid.e-rtl .e-frozenheaderdiv,
.e-grid.e-rtl .e-frozenfooterdiv {
float: right;
}
.e-grid.e-rtl .e-movablecontent,
.e-grid.e-rtl .e-movableheader {
border-left-width: 0px;
border-right: 1px solid;
}
.e-grid.e-rtl .e-frozenrow + tr > td {
border-top-width: 0px;
}
.e-grid.e-rtl .e-filterdiv input {
padding-left: 15%;
padding-right: 3%;
width: 75%;
}
.e-grid.e-rtl .e-filterdiv span {
right: 84%;
}
/*---------------------Pager core ------------------------*/
.e-pager,
.e-grid .e-pagerstatusbar {
border-style: solid;
border-width: 1px 0px 0px;
padding-bottom: 4px;
padding-top: 9px;
width: 100%;
white-space: normal;
}
.e-pager div.e-parentmsgbar {
float: right;
padding-right: 6px;
padding-top: 4px;
}
.e-pager .e-pagerstatusbar {
padding-bottom: 9px;
}
.e-pager .e-icon {
display: inline-block;
font-size: 10px;
}
.e-pager .e-numericitem {
border-right-width: 1px;
border-right-style: solid;
}
.e-pager div.e-pagermsgdiv {
padding-right: 6px;
padding-top: 4px;
text-align: right;
}
.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
/* IE 8 */
-ms-filter: "progid:DXImageTraneorm.Microsoft.Alpha(Opacity=30)";
/* IE 5-7 */
filter: alpha(opacity=30);
/* Netscape */
-moz-opacity: 0.3;
/* Safari 1.x */
-khtml-opacity: 0.3;
/* Good browsers */
opacity: 0.3;
}
.e-pager .e-spacing,
.e-pager .e-numericitem:hover,
.e-pager .e-currentitem {
cursor: pointer;
padding: 9px;
text-decoration: none;
}
.e-pager .e-currentitem {
border-width: 1px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.e-pager div,
.e-pager a {
display: inline;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.e-pager .e-firstpage,
.e-pager .e-prevpage,
.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpage,
.e-pager .e-lastpage,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
padding: 7px 4px 2px 8px;
border-right-width: 1px;
border-right-style: solid;
}
.e-pager .e-pagercontainer {
overflow: hidden;
}
.e-pager .e-lastpage,
.e-pager .e-lastpagedisabled {
border-right: none;
}
.e-pager .e-disableditem {
height: 10px;
}
.e-pager .e-firstpage:hover,
.e-pager .e-prevpage:hover,
.e-pager .e-lastpage:hover,
.e-pager .e-nextpage:hover {
cursor: pointer;
}
.e-pager a.e-nextprevitemdisabled {
display: none;
padding-right: 5px;
padding-left: 5px;
margin-right: 1px;
margin-left: 1px;
text-decoration: none;
}
.e-pager .e-pagercontainer {
border-width: 1px;
border-style: solid;
border-radius: 4px 4px 4px 4px;
margin-left: 6px;
}
.e-pager .e-nextpage:hover,
.e-pager .e-lastpage:hover,
.e-pager .e-firstpage:hover,
.e-pager .e-prevpage:hover {
cursor: pointer;
text-decoration: none;
}
.e-pager .e-lastpage:Hover {
border-radius: 0px 4px 4px 0px;
}
.e-pager .e-firstpage:Hover {
border-radius: 4px 0px 0px 4px;
}
.e-pager.e-rtl {
direction: rtl;
}
.e-pager.e-rtl .e-pagercontainer,
.e-pager.e-rtl div,
.e-pager.e-rtl a {
float: right;
}
.e-pager .e-pagermessage {
display: block;
margin: 6px;
}
.e-pager.e-rtl .e-pagercontainer {
margin-right: 6px;
padding: 0px;
}
.e-pager.e-rtl .e-firstpage,
.e-pager.e-rtl .e-prevpage,
.e-pager.e-rtl .e-firstpagedisabled,
.e-pager.e-rtl .e-prevpagedisabled,
.e-pager.e-rtl .e-nextpage,
.e-pager.e-rtl .e-lastpage,
.e-pager.e-rtl .e-nextpagedisabled,
.e-pager.e-rtl .e-lastpagedisabled {
padding: 7px 9px 2px 8px;
}
.e-pager.e-rtl .e-firstpage:before,
.e-pager.e-rtl .e-firstpage:hover,
.e-pager.e-rtl .e-firstpagedisabled:before {
content: "\e65e";
}
.e-pager.e-rtl .e-prevpage:before,
.e-pager.e-rtl .e-prevpage:hover,
.e-pager.e-rtl .e-prevpagedisabled:before {
content: "\e664";
}
.e-pager.e-rtl .e-nextpage:before,
.e-pager.e-rtl .e-nextpage:hover,
.e-pager.e-rtl .e-nextpagedisabled:before {
content: "\e665";
}
.e-pager.e-rtl .e-lastpage:before,
.e-pager.e-rtl .e-lastpage:hover,
.e-pager.e-rtl .e-lastpagedisabled:before {
content: "\e65f";
}
.e-pager.e-rtl .e-nextpage,
.e-pager.e-rtl .e-nextpagedisabled {
border-left-width: 1px;
border-left-style: solid;
}
.e-pager.e-rtl .e-firstpage,
.e-pager.e-rtl .e-firstpagedisabled {
border-right: medium none;
}
.e-pager.e-rtl .e-firstpage:hover {
border-radius: 0px 4px 4px 0px;
}
.e-pager.e-rtl .e-lastpage:hover {
border-radius: 4px 0px 0px 4px;
}
.e-pager.e-rtl .e-spacing,
.e-pager.e-rtl .e-numericitem:hover,
.e-pager.e-rtl .e-currentitem {
padding: 3px 12px 4px 7px;
}
/*------------------------------------- Rotator -------------------------------------------*/
.e-rotator-wrap {
position: relative;
display: block;
}
.e-rotator-wrap .e-in-wrap {
border: medium none;
overflow: visible;
}
.e-rotator-wrap .e-in-wrap .e-inner {
position: relative;
overflow: hidden;
}
.e-rotator-wrap .e-in-wrap.e-multiple {
padding: 4px;
border: 1px solid ;
}
.e-rotator-wrap .e-in-wrap .e-single {
border: 1px solid;
}
.e-rotator-wrap .e-in-wrap .e-inner > ul {
position: relative;
width: 1200px;
left: 0;
top: 0;
overflow: hidden;
}
.e-rotator-wrap .e-in-wrap .e-inner.e-horizontal > ul > li {
float: left;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-nav-btn {
height: 40px;
width: 40px;
opacity: 0.80;
filter: alpha(opacity=80);
position: absolute;
top: 44%;
display: none;
background-repeat: no-repeat;
cursor: pointer;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next {
right: 2%;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-previous {
left: 2%;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next:before,
.e-rotator-wrap .e-in-wrap .e-nav .e-previous:before {
width: 40px;
height: 40px;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next:before {
content: "\e686";
}
.e-rotator-wrap .e-in-wrap .e-nav .e-previous:before {
content: "\e687";
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next,
.e-rotator-wrap .e-in-wrap .e-nav .e-previous {
top: 47%;
font-size: 40px;
}
.e-rotator-wrap .e-in-wrap .e-nav .play,
.e-rotator-wrap .e-in-wrap .e-nav .pause {
height: 60px;
width: 60px;
left: 46%;
}
.e-rotator-wrap .e-in-wrap .e-nav .play:before,
.e-rotator-wrap .e-in-wrap .e-nav .pause:before {
height: 60px;
width: 60px;
font-size: 60px;
}
.e-rotator-wrap .e-in-wrap .e-nav .play:before {
content: "\e685";
}
.e-rotator-wrap .e-in-wrap .e-nav .pause:before {
content: "\e68a";
}
.e-rotator-wrap .e-nav .e-nav-btn.e-show {
visibility: visible;
}
.e-rotator-wrap .e-nav .e-nav-btn.e-hide {
visibility: hidden;
}
.e-rotator-wrap .e-pager-wrap {
display: block;
text-align: center;
}
.e-rotator-wrap .e-pager-wrap .e-bullet {
margin: 0px;
padding: 10px;
position: absolute;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.default {
left: 45%;
}
.e-rotator-wrap .e-pager-wrap .e-bullet > li {
border: 1px solid ;
border-radius: 20px;
display: inline-block;
list-style-type: none;
width: 10px;
height: 10px;
margin: 3px;
background-repeat: no-repeat;
background-position: 0 5px;
cursor: pointer;
}
.e-rotator-wrap .e-pager-wrap .e-bullet > li:hover,
.e-rotator-wrap .e-pager-wrap .e-bullet > li.e-active {
border: 1px solid;
}
.e-rotator-wrap .e-pager-wrap .e-bullet {
position: absolute;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-topleft {
left: 0;
top: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-topright {
right: 0;
top: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-topCenter {
left: 42%;
top: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-bottomleft {
bottom: 0;
left: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-bottomright {
bottom: 0;
right: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-thumb-pos {
bottom: 29%;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-outside {
margin: auto;
position: relative;
}
.e-rotator-wrap .e-thumb {
position: relative;
overflow: hidden;
margin: 2% 10%;
}
.e-rotator-wrap .e-thumb .e-thumb-items {
position: relative;
width: 1200px;
height: 200px;
left: 0;
overflow: hidden;
}
.e-rotator-wrap .e-thumb .e-thumb-items li {
border: 1px solid;
float: left;
list-style: none outside none;
padding: 6px;
margin: 5px;
position: relative;
left: 0;
overflow: hidden;
}
.e-rotator-wrap .e-thumb .e-thumb-items li img {
width: 135px;
height: 85px;
}
.e-rotator-wrap .e-thumb .e-thumb-items li:hover,
.e-rotator-wrap .e-thumb .e-thumb-items li.e-active,
.e-rotator-wrap .e-thumb .e-thumb-items li.e-thumbhover {
border: 3px solid;
padding: 4px;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn {
height: 30px;
width: 30px;
position: absolute;
top: 84%;
visibility: visible;
background-repeat: no-repeat;
cursor: pointer;
font-size: 30px;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-previous {
left: 3%;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-previous:before {
content: "\e688";
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-next {
right: 3%;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-next:before {
content: "\e689";
}
.e-rotator-wrap .e-inner .e-caption {
bottom: 0;
left: 0;
opacity: 0.50;
filter: alpha(opacity=50);
position: absolute;
height: 50px;
width: 100%;
display: none;
}
.e-rotator-wrap .e-inner .e-caption.e-hide {
visibility: hidden;
}
.e-rotator-wrap .e-inner .e-caption.e-show {
visibility: visible;
}
.e-rotator-wrap .e-inner .e-caption > span {
font-family: icon;
font-size: 22px;
margin-left: 20px;
padding-top: 11px;
position: absolute;
}
/* ---------------------RTE Core CSS --------------- */
.e-rte-wrapper {
display: block;
}
.e-rte .e-rte-toolbar {
width: 100%;
height: auto;
margin-bottom: -4px;
}
.e-rte .editarea {
margin-bottom: -4px;
padding-top: 2px;
}
.e-rte .content-iframe {
border: none;
}
.e-rte .e-resizable-handle {
bottom: 0;
cursor: se-resize;
display: block;
height: 16px;
position: absolute;
right: 0;
width: 16px;
}
.e-rte-toolbar-icon:before {
margin-top: 5px;
}
/*-----------------------Toolbar CSS----------------------*/
.e-rte .e-bgcolor-icon,
.e-rte .e-fontcolor-icon,
.e-rte-toolbar-icon {
display: block;
height: 22px;
width: 22px;
}
.e-rte .e-horizontal .e-tooltxt {
cursor: pointer;
}
.e-rte .e-horizontal {
margin-bottom: 4px;
margin-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.e-rte .e-toolbar .e-rte-format,
.e-rte .e-toolbar .e-rte-fontgroup {
margin: 1px 0 0 !important;
}
.e-rte .e-rte-toolbar .e-input {
font-size: 13px;
line-height: 13px;
}
/*-----------------Icon Set---------------------*/
.e-rte-toolbar-icon.bold:before {
content: "\e636";
}
.e-rte-toolbar-icon.italic:before {
content: "\e635";
}
.e-rte-toolbar-icon.underline:before {
content: "\e634";
}
.e-rte-toolbar-icon.strikethrough:before {
content: "\e633";
}
.e-rte-toolbar-icon.justifyLeft:before {
content: "\e682";
}
.e-rte-toolbar-icon.justifyCenter:before {
content: "\e66d";
}
.e-rte-toolbar-icon.justifyRight:before {
content: "\e66b";
}
.e-rte-toolbar-icon.justifyFull:before {
content: "\e66c";
}
.e-rte-toolbar-icon.unorderedList:before {
content: "\e661";
}
.e-rte-toolbar-icon.orderedList:before {
content: "\e663";
}
.e-rte-toolbar-icon.indent:before {
content: "\e604";
}
.e-rte-toolbar-icon.outdent:before {
content: "\e603";
}
.e-rte-toolbar-icon.cut:before {
content: "\e680";
}
.e-rte-toolbar-icon.copy:before {
content: "\e646";
}
.e-rte-toolbar-icon.paste:before {
content: "\e645";
}
.e-rte-toolbar-icon.undo:before {
content: "\e638";
}
.e-rte-toolbar-icon.redo:before {
content: "\e637";
}
.e-rte-toolbar-icon.createLink:before {
content: "\e642";
}
.e-rte-toolbar-icon.image:before {
content: "\e66f";
}
.e-rte-toolbar-icon.video:before {
content: "\e608";
}
.e-rte-toolbar-icon.createTable:before {
content: "\e612";
}
.e-rte-toolbar-icon.addRowAbove:before {
content: "\e611";
}
.e-rte-toolbar-icon.addRowBelow:before {
content: "\e610";
}
.e-rte-toolbar-icon.addColumnLeft:before {
content: "\e60f";
}
.e-rte-toolbar-icon.addColumnRight:before {
content: "\e60e";
}
.e-rte-toolbar-icon.deleteRow:before {
content: "\e60d";
}
.e-rte-toolbar-icon.deleteColumn:before {
content: "\e60c";
}
.e-rte-toolbar-icon.deleteTable:before {
content: "\e67a";
}
.e-rte-toolbar-icon.superscript:before {
content: "\e61a";
}
.e-rte-toolbar-icon.subscript:before {
content: "\e61b";
}
.e-rte-toolbar-icon.upperCase:before {
content: "\e616";
}
.e-rte-toolbar-icon.lowerCase:before {
content: "\e617";
}
.e-rte .e-rte-source:before {
content: "\e619";
}
.e-rte .clearFormat:before {
content: "\e60b";
}
.e-rte .clearAll:before {
content: "\e681";
}
.e-rte .e-fontcolor-icon:before {
content: "\e632";
margin-top: 4px;
}
.e-rte .e-bgcolor-icon:before {
content: "\e618";
margin-top: 4px;
}
.e-dialog .customtable-image:before {
content: "\e612";
}
/*-----------------Footer------------------------*/
.e-rte .e-rte-footer {
width: 100%;
margin-top: -1px;
height: 23px;
font-family: monospace;
}
.e-rte .e-rte-footeritems {
height: 16px;
display: inline-block !important;
vertical-align: middle;
text-align: left;
}
.e-rte .e-rte-footer .e-rte-footer-left {
display: inline-block;
text-align: left;
width: 50%;
}
.e-rte .e-rte-footer .e-rte-footer-right {
display: inline-block;
text-align: right;
width: 50%;
}
.e-rte .e-rte-footericon {
height: 16px;
width: 16px;
cursor: pointer;
padding: 3px;
}
.e-rte .e-rte-htmltaginfo {
margin-bottom: 5px;
padding-left: 9px;
}
.e-rte .e-rte-wordcount {
width: 125px;
padding-bottom: 4px;
}
/*-----------------Format Style------------------------*/
.e-ddl-popup .e-h1 {
font-size: 2em;
font-weight: bold;
}
.e-ddl-popup .e-h2 {
font-size: 1.5em;
font-weight: bold;
}
.e-ddl-popup .e-h3 {
font-size: 1.16em;
font-weight: bold;
}
.e-ddl-popup .e-h4 {
font-size: 1em;
font-weight: bold;
}
.e-ddl-popup .e-h5 {
font-size: 0.83em;
font-weight: bold;
}
.e-ddl-popup .e-h6 {
font-size: 0.7em;
font-weight: bold;
}
/*----------------------Split Button-------------------*/
.e-rte .e-btntxt {
display: table-caption;
height: 0px;
margin-top: -5px;
margin-left: 1px;
width: 16px;
}
.e-rte .e-bgcolor-icon,
.e-rte .e-fontcolor-icon {
padding: 0;
margin-top: -5px;
}
/*------------------Table Style------------------*/
.e-rte .e-rte-tablecell {
border-style: solid;
border-width: 1px;
display: inline-block;
height: 18px;
margin: 1px;
overflow: hidden;
vertical-align: top;
width: 18px;
}
.e-rte-palettetable {
border-style: solid;
border-width: 0;
display: inline-block;
height: 25px;
overflow: hidden;
vertical-align: top;
width: 25px;
}
.e-rte .customtable-group {
padding: 3px;
cursor: pointer;
}
.e-rte .customtable-image {
display: inline-block;
height: 16px;
width: 16px;
}
.e-rte .customtable-link {
display: inline-block;
text-decoration: none;
padding-left: 5px;
color: inherit;
}
/*Dialog Content*/
.e-rte .e-rte-label {
clear: both;
float: left;
padding: 0.4em 0 1em;
text-align: left;
width: 29%;
}
.e-rte .e-rte-field {
float: right;
padding: 0em 0 0.6em;
width: 69%;
}
.e-rte .e-rte-tablefields {
display: inline-block;
width: 22%;
padding: 0.3em;
vertical-align: middle;
}
.e-rte .e-inputtext {
height: 25px;
width: 98%;
text-indent: 10px;
font-family: Segoe UI;
font-size: 13px;
}
.e-rte .e-dimensions {
width: 50px;
}
.e-dialog .e-fieldseparate {
border-style: dashed;
border-width: 1px 0 0;
padding-top: 0.6em;
}
.e-rte .e-fieldgroup {
margin-bottom: 10px;
}
.e-dialog .e-rte-button {
bottom: -1em;
clear: both;
text-align: right;
margin-top: 10px;
}
.e-dialog .e-rte-btn {
margin-left: 5px;
}
.e-dialog .e-rte-srctextarea {
width: 600px;
height: 400px;
font-family: inherit;
font-size: inherit;
}
.e-rte .e-rte-video {
min-height: 100px;
min-width: 370px;
}
.e-rte .e-rte-srcbutton {
padding: 0.6em;
text-align: right;
}
/* ----------------------- RTE Core End---------------------*/
/*---------------------------Gantt Common Core----------------*/
.e-gantt *:focus {
outline: none;
}
.e-gantt-core {
display: inline-block;
}
.e-gantt .e-gantt-Spliter {
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
}
.e-gantt .e-gridtreePane {
overflow-y: hidden;
}
.e-gantt .e-ganttchartPane {
overflow: hidden;
}
.e-gantt .e-gantttoolbar {
height: 36px !important;
display: block !important;
background-image: none !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
}
.e-gantt .e-toolbar {
border-width: thin !important;
border-bottom-style: none !important;
}
.e-search.e-tooltxt.e-hover {
background: none !important;
border-color: transparent !important;
padding: 2px !important;
}
.e-search.e-tooltx {
box-shadow: none !important;
}
.e-disable.e-tooltxt:hover {
background: none !important;
}
.e-gantt .e-toolbaricons {
font-size: 20px;
}
.e-gantt .e-gantt-collapseall:before {
margin-left: 3px;
margin-top: 5px;
}
#Task.e-menuitem > div.e-icon:before {
content: "\e601";
padding-top: 3px ;
}
#Add.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Indent.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Outdent.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Delete.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Add.e-menuitem.e-contextmenu-mouseover > span.e-expander:before {
content: "\e67e" !important;
}
.e-gantt .e-addnewitem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-edititem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-deleteitem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-saveitem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-cancel {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-indent {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-outdent {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-expandall {
font-size: 12px;
margin-left: 6px;
padding-top: 7px;
}
.e-gantt .e-collapseall {
font-size: 13px;
}
.e-gantt .e-collapse,
.e-gantt .e-h-arrow {
z-index: 2 !important;
}
.e-gantt .e-splitter {
border-style: solid !important;
border-width: thin !important;
}
.e-gantt .e-dialog .e-titlebar {
padding: 0.7em 0 0.2em 0 !important;
border-bottom-width: 1px !important;
border-style: none none solid none !important;
margin: 0 auto !important;
width: 95% !important;
font-weight: 600;
}
.e-gantt .e-dialog .e-header {
font-weight: 600;
}
.e-gantt .e-dialog-wrap.e-dialog {
width: auto !important;
}
.e-gantt .e-shadow {
box-shadow: none !important;
}
.e-gantt .e-dialog .e-numeric .e-padding,
.e-gantt .e-dialog .e-percent .e-padding,
.e-gantt .e-dialog .e-currency .e-padding,
.e-gantt .e-dialog .e-atc .e-padding,
.e-gantt .e-dialog .e-datewidget .e-padding,
.e-gantt .e-dialog .e-ddl .e-in-wrap,
.e-gantt .e-dialog .e-timewidget .e-padding,
.e-gantt .e-dialog .e-datetime-wrap .e-padding {
padding: 0 !important;
}
.e-gantt .e-dialog .e-dialog-content {
width: auto !important;
height: auto !important;
}
.e-gantt .e-dialog-scroller {
height: auto !important;
}
.e-gantt .e-title {
position: absolute;
margin-top: -4px;
}
.e-gantt .e-dialog-icon .e-close {
position: absoloute ;
}
.e-gantt .e-icon.e-close {
position: absolute;
}
.e-gantt .e-gantttoolbar li {
padding: 5px 0 5px 5px;
}
.e-gantt .e-ejinputtext:focus {
box-shadow: none;
}
.e-gantt .e-dialog .e-widget-content {
padding: 0;
}
.e-gantt .e-field.e-ejinputtext {
text-indent: 4px;
}
.e-gantt .e-datewidget input.e-input {
line-height: 20px;
}
.e-gantt .e-splitter .e-splitbar.e-h-bar:before {
top: 50%;
left: 0.5px;
position: absolute;
}
.e-gantt .e-datewidget input.e-input {
line-height: 20px;
}
.e-gantt .e-splitter .e-splitbar.e-h-bar {
font-family: 'ej-webfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
/*-------------TreeGrid Core-------------------------*/
.e-treegrid-core {
border-collapse: collapse;
font-family: Segoe UI;
font-size: 12px;
height: auto;
outline: 0 none;
}
.e-treegrid .e-gridtreeexpand:before {
content: "\e67c";
font-size: 7px !important;
}
.e-treegrid .e-gridtreecollapse:before {
content: "\e67e";
}
.e-treegrid .e-gridtreeexpand {
margin-top: 5px;
margin-left: 2px;
}
.e-treegrid .e-gridtreecollapse {
margin-top: 4px;
}
.e-treegrid .e-table {
width: 100%;
table-layout: fixed;
border: 0 none;
*border-collapse: separate;
}
.e-treegrid .e-hide {
display: none !important;
}
.e-treegrid .e-gridcontent {
overflow: hidden;
outline: none;
}
.e-treegrid .e-headercell {
border-collapse: collapse;
padding: 0 0.5em;
overflow: hidden;
-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-left-style: solid;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.e-treegrid .e-headercelldiv {
font-weight: 600;
font-size: 14px;
font-family: Segoe UI;
display: block;
border: 0 none;
height: 29px;
line-height: 29px;
overflow: hidden;
margin: -7px;
padding: 0 25px 0 7px;
text-align: left;
white-space: nowrap;
}
.e-treegrid .e-gridtreerowexpand,
.e-treegrid .e-gridtreerowcollapse .e-rowcell {
font-weight: bold;
}
.e-treegrid .e-rowcell {
border-collapse: collapse;
border-style: solid;
border-width: 0 1px 1px 0;
display: table-cell;
overflow: hidden;
white-space: nowrap;
width: auto;
vertical-align: middle;
-ms-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
-khtml-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
text-align: left;
margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
padding-bottom: 0;
}
.e-treegrid .e-descending:before {
content: "\e673";
display: inline-block;
font-size: 14px;
margin-left: 10px;
}
.e-treegrid .e-ascending:before {
content: "\e672";
display: inline-block;
font-size: 14px;
margin-left: 10px;
}
.e-treegrid .e-spacing {
padding: 3px 9px;
*float: left;
}
.e-treegrid .e-gridheader {
overflow-x: hidden;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0 0;
}
.e-treegrid .e-field.e-ejinputtext:focus {
box-shadow: none;
}
.e-treegrid .e-treegrid-icon .e-ascending,
.e-treegrid .e-treegrid-icon .e-descending {
padding-right: 26px;
padding-top: 2px;
}
.e-treegrid {
border-top: none;
}
.e-treegrid .e-editedcell {
padding: 3px;
}
.e-treegrid .e-editedfirstcell {
padding: 0 0 4px;
}
.e-treegrid .e-tabletd {
padding: 0;
border-collapse: collapse;
}
.e-treegrid .e-headercontent {
border-right-width: 1px;
border-right-style: solid;
overflow: hidden;
}
.e-treegrid .e-ejinputtext {
border-width: 1px;
border-style: solid;
outline: none;
vertical-align: baseline;
float: left;
}
.e-treegrid .e-ejinputtext:focus {
box-shadow: 0 0 5px;
}
.e-treegrid tr td:first-child,
.e-treegrid tr th:first-child {
border-left: 0;
text-align: center !important;
}
.e-treegrid .e-reSizeColbg {
position: absolute;
border-left: 1px dotted;
}
.e-treegrid .e-gridcontent .e-rowcell .e-treegrid .e-gridheader .e-headercell {
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
}
.e-intend {
padding-left: 0 !important;
}
.e-treegrid .e-icon.e-date:before {
font-size: 22px;
}
.e-treegrid .e-icon.e-arrow:before {
font-size: 8px;
margin-left: 6px;
}
/*-----GanttChart Common Core----------------*/
.e-ganttchart .e-ganttviewercontainer {
display: block;
position: relative;
}
.e-ganttchart .e-ganttviewerheaderContainer {
position: relative;
overflow: auto;
overflow-x: hidden;
overflow-y: hidden;
height: 45px;
border-bottom-width: 3px;
border-bottom-style: solid;
}
.e-ganttchart .e-ganttviewerbodyContianer {
display: block;
position: relative;
overflow: auto;
}
.e-ganttchart .e-ganttviewerbodyContianer-dependencyViewContainer {
display: block;
position: absolute;
z-index: 1;
}
.e-ganttchart .e-ganttviewerbodyContianer-secondaryCanvas {
display: block;
position: absolute;
}
.e-ganttchart .e-gantt-schedule-container {
display: block;
position: static;
}
.e-ganttchart .e-ganttviewerbodyContianer-ganttViewTable {
display: block;
position: absolute;
z-index: 2;
border-spacing: 0;
}
.e-ganttchart .e-ganttviewerbodyContent {
display: block;
position: relative;
}
.e-ganttchart-core {
position: relative;
}
.e-ganttchart .e-schedule-headerrow-week > thead > tr > th,
.e-ganttchart .e-schedule-headerrow-day > thead > tr > th {
border-left: none;
}
.e-ganttchart .e-schedule-week-headercell-content {
height: 22px;
}
.e-ganttchart .e-schedule-day-headercell {
height: 25px;
border-bottom: none !important;
}
.e-ganttchart .e-schedule-day-headercell,
.e-ganttchart .e-schedule-week-headercell {
font-weight: 600;
font-size: 13px;
font-family: Segoe UI;
text-align: center;
border-spacing: 0;
border-style: solid;
border-width: thin;
white-space: nowrap;
position: static;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
border-top: none;
display: inline-block;
padding: 0;
margin: 0;
}
.e-ganttchart .gripper:before {
content: "\e602";
font-size: 15px !important;
padding: 2px;
}
.e-ganttchart .taskbarresizer-right.e-icon.gripper {
margin-left: -4px;
}
.e-ganttchart .taskbarresizer-left.e-icon.gripper {
margin-left: -6px;
}
.e-ganttchart .e-schedule-headerrow-week,
.e-ganttchart .e-schedule-headerrow-day {
border-collapse: collapse;
padding: 0;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-width: 0;
border-spacing: 0;
margin: auto;
}
.e-ganttchart .e-chartcell {
display: table-cell;
border-bottom-style: solid;
border-bottom-width: 1px;
-ms-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
-khtml-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
border-collapse: collapse;
border-spacing: 0;
}
.e-ganttchart .e-tasknameContainer {
text-align: right;
position: relative;
}
.e-ganttchart .e-hoilday_label {
-webkit-transform: rotate(270deg);
/* Chrome & Safari */
-moz-transform: rotate(270deg);
/* Firefox */
-ms-transform: rotate(270deg);
/* IE 9+ */
-o-transform: rotate(270deg);
/* Opera */
transform: rotate(270deg);
/* CSS3 */
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, sizingMethod='auto expand');
/* IE 7-8 */
}
.e-ganttchart .e-gantt-childtaskbar,
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
border-spacing: 0;
padding: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
position: absolute;
border-style: solid;
border-width: 0.5px;
}
.e-ganttchart .milestone-top,
.e-ganttchart .baseline-milestone-top,
.e-ganttchart .milestone-bottom,
.e-ganttchart .baseline-milestone-bottom {
width: 0;
height: 0;
position: absolute;
z-index: 3;
border: 12px solid transparent;
}
.e-ganttchart .milestone-top,
.e-ganttchart .baseline-milestone-top {
border-top: none;
}
.e-ganttchart .milestone-bottom,
.e-ganttchart .baseline-milestone-bottom {
border-bottom: none;
}
.e-ganttchart .taskbarresizer-left {
position: absolute;
z-index: 4;
}
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
position: absolute;
z-index: 3;
}
.e-ganttchart .e-tasklabel {
font-size: 11px;
vertical-align: middle;
font-family: Segoe UI;
margin-right: 10px;
margin-left: 5px;
z-index: -1;
color: white;
display: block;
font-weight: normal;
line-height: 19px;
}
.e-ganttchart .e-gantt-childtaskbar-progress,
.e-ganttchart .e-gantt-parenttaskbar-progress {
position: static;
margin: auto;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-width: 0.5px;
}
.e-ganttchart .e-progressright {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.e-ganttchart .e-ejganttschedule {
display: inline-block;
display: -moz-inline-stack;
*display: inline;
zoom: 1;
white-space: nowrap;
border-spacing: 0 !important;
border-collapse: collapse;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-ganttchart td {
position: static;
margin: auto;
border-spacing: 0;
padding: 0;
zoom: 1;
white-space: nowrap;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-ganttchart .connectorline-rightarrow,
.e-ganttchart .connectorline-leftarrow {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.e-ganttchart .connectorline-rightarrow {
border-left-width: 10px;
border-left-style: solid;
}
.e-ganttchart .connectorline-leftarrow {
border-right-width: 10px;
border-right-style: solid;
}
.e-tooltipgantt,
.e-progressbartooltip,
.e-editingtooltip {
width: auto;
height: auto;
min-height: 30px;
position: relative;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 5px;
display: block;
overflow: hidden;
z-index: 6;
font-family: Segoe UI;
font-size: 12px;
border-width: thin;
border-style: solid;
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
padding: 5px;
}
.e-tooltiptaskname {
font-size: 12px;
font-weight: bold;
}
.e-ganttchart .e-progressbartooltip {
width: 188px;
}
.e-ganttchart .e-childContainer,
.e-ganttchart .e-parentContainer,
.e-ganttchart .e-ganttviewerbodyContianer,
.e-ganttchart .e-ganttviewerbodyContent {
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
}
.e-ganttchart .e-taskbarname,
.e-ganttchart .e-resourceinfo {
font-family: Segoe UI;
font-size: 12px;
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
font-style: normal;
margin: 5px;
}
.customTooltip {
z-index: 6;
width: auto;
padding: 3px;
}
.e-tooltiptable,
.tooltiptd {
margin: 5px;
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
-o-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.e-tooltiptd-alignright {
text-align: right;
}
.e-tooltiptd-alignleft {
text-align: left;
}
.e-tooltiptd-aligncenter {
text-align: center;
}
.e-ganttchart .e-holidays {
position: absolute;
white-space: nowrap;
}
.e-ganttchart .e-secondary-canvas-holiday {
top: 0;
position: absolute;
}
.e-ganttchart .e-holiday-label {
white-space: nowrap;
position: relative;
}
.e-ganttchart .e-striplinespan {
color: white;
white-space: nowrap;
padding: 2px;
position: absolute;
height: 16px;
width: auto;
font-size: 0.8em;
top: 27px;
left: -2px;
}
.e-ganttchart .e-stripline {
top: 0;
position: absolute;
z-index: 4;
}
.e-ganttchart .e-stripLines {
top: 0;
position: absolute;
}
.e-ganttchart .e-weekends {
position: absolute;
}
.e-ganttchart .e-progresshandle {
width: 10px;
height: 5px;
position: absolute;
left: 0;
margin-left: 5px;
}
.e-progresshandleafter {
position: absolute;
left: 0;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom-width: 5px;
border-bottom-style: solid;
z-index: -100;
margin-left: 5px;
}
.e-progresshandle .e-progresshandler-element {
background: none repeat scroll 0 0 white;
height: 4px;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 1px;
width: 8px;
}
.e-progresshandleafter .e-progresshandlerafter-element {
border-bottom: 5px solid white;
border-left: 3px solid transparent;
border-right: 4px solid transparent;
height: 0;
left: 0;
margin-left: -3px;
width: 0;
}
.e-ganttchart .e-headercell-weekend {
-ms-background-clip: content-box;
-webkit-background-clip: content-box;
-khtml-background-clip: content-box;
-o-background-clip: content-box;
-moz-background-clip: content-box;
background-clip: content-box;
}
/* ----------------------- GantChart Common Core End---------------------*/
/*------------------------Schedule Start-----------------------------------*/
.e-schedule.e-scheduleouter {
font-family: Segoe UI;
font-size: 13px;
position: relative;
overflow: hidden;
display: block;
visibility: visible;
outline: medium none;
}
.e-schedule .e-scheduleoutertable {
height: 100%;
width: 100%;
}
.e-schedule .e-scheduleoutertable td,
e-schedule .e-scheduleoutertable tr {
vertical-align: top;
}
.e-scheduledialog .e-table,
.e-schedule .e-table {
border: 0 none;
border-collapse: separate;
margin: 0;
}
.e-schedule .e-table td {
padding: 0;
}
.e-schedule .e-headerdaydisplay {
text-align: center;
overflow: hidden;
position: absolute;
}
.e-schedule .e-scheduleheader {
height: 51px;
}
.e-schedule .e-contentarearow {
height: 100%;
}
.e-schedule .e-dateheadercell {
height: 19px;
margin: 5px;
overflow: hidden;
}
.e-schedule .e-dayheadercell {
text-align: center;
padding-right: 13em;
}
.e-schedule .e-dateheaderselect {
cursor: pointer !important;
}
.e-schedule .e-timecellpadding {
padding-top: 0.45px;
}
.e-schedule .e-datecommondiv {
border: none;
cursor: pointer;
float: left;
padding: 8px 8px 8px 20px;
}
.e-schedule .e-viewsdiv {
float: right;
margin-right: 37px;
height: 100%;
}
.e-schedule .e-viewstable {
table-layout: fixed;
margin-top: -6px;
}
.e-schedule .e-viewstable tr,
.e-schedule .e-viewstable td {
border: none;
}
.e-schedule .e-datedisplay {
border: none;
font-size: 21px;
cursor: pointer;
text-align: center;
outline: medium none;
width: auto;
display: inline-block;
}
.e-schedule .e-commonviewbutton {
cursor: pointer;
height: 20px;
padding: 5px 10px;
text-align: center;
margin-top: 15px;
border-right: none;
outline: none;
}
.e-schedule .e-singleview {
border-radius: 6px;
}
.e-schedule.e-rtl .e-lastview,
.e-schedule .e-firstview {
border-radius: 6px 0 0 6px;
}
.e-schedule.e-rtl .e-firstview,
.e-schedule .e-lastview {
border-radius: 0 6px 6px 0;
}
.e-schedule.e-rtl .e-headrealldaytable tr td:nth-last-child(2) {
border-left: none;
}
.e-schedule .e-schedulesettings {
text-align: center;
padding: 0.5em;
}
.e-schedule .e-emptytrdesign {
height: 3px;
width: 100%;
}
.e-schedule .e-headrealldaytable {
table-layout: fixed;
height: 100%;
position: relative;
float: left;
width: 100%;
}
.e-schedule .e-emptytd,
.e-schedule .e-emptyalldaytd {
width: 18px;
}
.e-schedule .e-settingsindent,
.e-schedule .e-leftindent,
.e-schedule .e-workleftindent {
width: 56px;
}
.e-schedule .e-workleftindent,
.e-schedule .e-timecelltable tr:last-child td,
.e-schedule .e-workcellstab tr:last-child td {
border-bottom: none;
}
.e-schedule .e-worktable {
height: 100%;
width: 100%;
table-layout: fixed;
}
.e-schedule .e-workcells {
height: 20px;
border-top: none;
cursor: default;
}
.e-schedule .e-monthcells {
cursor: default;
}
.e-schedule .e-timecells {
text-align: center;
height: 41px;
position: relative;
cursor: default;
width: 30px;
}
.e-schedule .e-scrolltimecells {
position: absolute;
height: 100%;
}
.e-schedule .e-ampmdisplay {
height: 20px;
}
.e-schedule .e-ampmstyle {
font-size: 10px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
width: 26px;
}
.e-schedule .e-appointwrapper {
position: relative;
}
.e-schedule .e-monthtimecells {
-ms-transform: rotate(270deg);
/* IE 9 */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
/* IE8 and lower versions */
-moz-transform: rotate(270deg);
/* Firefox */
-webkit-transform: rotate(270deg);
/* Safari and Chrome */
-o-transform: rotate(270deg);
/* Opera */
/*height: 85px;*/
text-align: justify;
/*width: 120px;*/
}
.e-schedule .e-monthcurrenttime {
font-weight: 600;
}
.e-schedule .e-highlightcurrenttimeline {
height: 1px;
position: absolute;
}
.e-schedule .e-currenttime {
height: 13px;
width: 28px;
margin-left: 25%;
font-size: 9px;
text-align: center;
}
.e-schedule .e-timewidth {
width: 42px !important;
}
.e-schedule .e-appsoverflow {
height: 17px;
width: 17px;
position: absolute;
cursor: pointer;
}
.e-schedule .e-workareadiv {
position: relative;
height: 100%;
overflow: hidden;
}
.e-schedule .e-workcellstab {
height: 100%;
width: 100%;
table-layout: fixed;
}
.e-schedule .e-timecelltable {
width: 100%;
height: 100%;
}
.e-schedule .e-monthheader {
padding-left: 5px;
height: 20px;
cursor: pointer;
}
.e-schedule .e-monthleftcells,
.e-schedule .e-monthleftindent {
width: 50px;
}
.e-schedule .e-monthappointment,
.e-schedule .e-alldayappointment,
.e-schedule .e-appointment {
overflow: hidden;
position: absolute;
text-align: left;
font-size: 12px;
}
.e-schedule .e-apptext {
font-size: 11px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.e-schedule .e-apptime {
white-space: nowrap;
font-size: 10px;
overflow: hidden;
text-overflow: ellipsis;
}
.e-schedule .e-tophandle {
height: 10px;
position: absolute;
top: 0;
width: 100%;
}
.e-schedule .e-rowcursor {
cursor: ns-resize;
}
.e-schedule .e-columncursor {
cursor: e-resize;
}
.e-schedule .e-bottomhandle {
height: 10px;
position: absolute;
width: 100%;
bottom: 0;
}
.e-schedule .e-lefthandle {
height: 100%;
width: 10px;
position: absolute;
float: left;
left: 0;
}
.e-schedule .e-righthandle {
height: 100%;
width: 10px;
position: absolute;
float: right;
right: 0;
}
.e-schedule.e-rtl .e-navigateprevious,
.e-schedule .e-navigateprevious {
margin-right: 8px;
}
.e-schedule.e-rtl .e-navigatenext,
.e-schedule .e-navigatenext {
margin-left: 15px;
}
.e-schedule .e-lefttimeindicator {
margin-left: -4px;
margin-top: -19px;
position: absolute;
}
.e-schedule .e-righttimeindicator {
margin-top: -19px;
position: absolute;
}
.e-scheduledialog .e-arrowtop {
top: -10px !important;
}
.e-scheduledialog .e-datetimetd {
width: 48%;
}
.e-scheduledialog .e-startenddate {
width: 52%;
float: left;
}
.e-scheduledialog .e-startendtime {
width: 40%;
float: left;
margin-left: 20px;
}
.e-schedule.e-rtl .e-datecommondiv {
float: right;
margin-right: 50px;
}
.e-schedule.e-rtl .e-viewsdiv {
float: left;
margin-left: 37px;
}
.e-schedule.e-rtl .e-headrealldaytable {
float: right;
border-right: medium none !important;
}
.e-schedule.e-rtl .e-currenttime {
margin-right: 25%;
}
.e-schedule.e-rtl .e-currenttime {
margin-right: 25%;
}
.e-schedule.e-rtl .e-lefttimeindicator {
margin-right: -7px;
}
.e-schedule.e-rtl .e-righttimeindicator {
margin-right: -6px;
right: 100%;
}
.e-schedule .e-appointinnertext {
overflow: hidden;
padding: 1px 4px;
text-align: left;
vertical-align: top;
height: 100%;
}
.e-schedule .e-navigatenext,
.e-schedule .e-navigateprevious {
outline: medium none;
display: inline-block;
cursor: pointer;
font-size: 16px;
}
.e-schedule .e-textellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-alldayappointment .e-appointinnertext {
margin-top: -3px;
}
/*------------------------------Appointment window----------------*/
.e-scheduledialog .e-appwindow,
.e-scheduledialog .e-recurwindow {
width: 550px;
}
.e-scheduledialog .e-inputtext {
height: 26px;
text-indent: 5px;
width: 100%;
padding: 1px;
margin: 0;
}
.e-scheduledialog label {
display: inline-block;
font-size: inherit;
}
.e-scheduledialog .e-floatleft {
float: left;
}
.e-scheduledialog .e-leftfields {
width: 15%;
}
.e-scheduledialog .e-rightfields {
width: 95%;
}
.e-scheduledialog .e-windowmargin {
margin: 10px;
}
.e-scheduledialog .e-textlabel {
font-weight: bold;
text-align: left;
}
.e-scheduledialog .e-checkboxmargin {
margin-bottom: 10px;
margin-left: -3px;
}
.e-scheduledialog .e-textmargin {
margin: 5px;
}
.e-scheduledialog .e-alldaytext {
padding-right: 21px;
white-space: nowrap;
}
.e-scheduledialog .e-appcheckbox {
padding-left: 15px;
float: left;
}
.e-scheduledialog .e-apptextalign {
float: left;
padding-right: 15px;
}
.e-scheduledialog .e-controlalign {
float: left;
margin-right: 5px;
}
.e-scheduledialog .e-description {
width: 100%;
height: 70px;
resize: vertical;
}
.e-scheduledialog .e-btnmargin {
margin: 10px -3px 10px 13px;
}
.e-scheduledialog .e-recurendslabel {
font-weight: bold;
text-align: left;
vertical-align: top;
}
.e-scheduledialog .e-recurendsalign {
margin-top: 8px;
}
.e-scheduledialog .e-floatright {
float: right;
}
.e-scheduledialog .e-recurFinalRule,
.e-scheduledialog .e-recurRule {
padding-right: 10px;
font-weight: normal;
}
.e-scheduledialog .e-recureditmsg {
padding: 10px 0;
}
.e-scheduledialog .e-recureditopt {
padding: 5px 0;
}
.e-scheduledialog .e-recureditlbl {
padding-left: 5px;
}
.e-scheduledialog .e-recureditbtns {
bottom: -1em;
clear: both;
padding: 0 7px 12px;
text-align: right;
}
.e-scheduledialog .e-recureditbtns .e-recurdone {
margin-right: 20px;
}
.e-scheduledialog .e-recuredit {
display: none;
}
.e-scheduledialog .e-quickAppDone {
margin-top: 2px;
margin-right: 10px;
}
/*------------------- Quick Appointment Window----------- */
.e-scheduledialog .e-detailedapp {
cursor: pointer;
float: left;
margin-left: 7px;
width: 50%;
font-size: 12px;
}
.e-scheduledialog .e-detailedwindow {
margin-top: 7px;
outline: medium none;
}
.e-scheduledialog .icon-Pasteicon:before {
float: left;
margin-left: 10px;
margin-top: 9px;
vertical-align: middle;
}
.e-scheduledialog .icon-Close:before {
float: right;
cursor: pointer;
font-size: 10px;
}
.e-scheduledialog .e-quickarrow {
bottom: -1px;
height: 10px;
left: 40%;
overflow: hidden;
position: absolute;
visibility: visible;
width: 20px;
}
.e-scheduledialog .icon-Delete:before {
font-size: 15px;
margin-left: 5px;
margin-top: 2px;
position: absolute;
cursor: pointer;
}
.e-schedule .icon-AddGrad:before {
margin-top: 5px;
float: right;
}
.e-scheduledialog .e-editevents {
margin-right: 10px;
font-size: 12px;
}
.e-scheduledialog .e-editevent {
float: left;
margin-left: 40px;
cursor: pointer;
outline: medium none;
}
.e-scheduledialog .e-editseries {
cursor: pointer;
float: right;
margin-right: 5px;
outline: medium none;
margin-left: 2px;
}
.e-scheduledialog .e-disableseries {
cursor: default !important;
}
.e-scheduledialog .e-quickstartend {
float: left;
height: auto;
width: 91%;
font-size: 14px;
}
.e-scheduledialog .e-quicksubject {
padding-bottom: 4px;
height: auto;
width: 90%;
}
.e-scheduledialog .e-schedclosemargin {
float: right;
margin-right: -10px;
margin-top: 6px;
}
.e-scheduledialog .e-pointercursor {
cursor: pointer;
}
.e-scheduledialog .e-quickstartendtime {
font-size: 12px;
padding-bottom: 7px;
}
.e-scheduledialog .e-dialogouter {
background: none repeat scroll 0 0 transparent !important;
display: block;
height: auto;
margin-bottom: -9px !important;
overflow: hidden;
position: relative;
z-index: 1001;
}
.e-scheduledialog .e-tableAppoint {
background: none repeat scroll 0 0 transparent !important;
position: relative;
padding-bottom: 10px;
}
.e-scheduledialog .e-qappwindow {
width: 100%;
}
.e-scheduledialog .e-subjectlabel {
width: 17%;
font-size: 14px;
}
.e-schedule.e-rtl .e-navigatenext:before,
.e-schedule .e-navigateprevious:before {
content: "\e68b";
}
.e-schedule.e-rtl .e-navigateprevious:before,
.e-schedule .e-navigatenext:before {
content: "\e69b";
}
.e-scheduledialog .e-scheduleedit:before {
content: "\e69c";
}
.e-scheduledialog .e-scheduledelete:before {
content: "\e681";
font-size: 20px;
}
.e-scheduledialog .e-scheduleclose:before {
content: "\e69e";
font-size: 8px;
}
.e-scheduledialog .e-recurtitle {
font-size: 16px;
font-weight: bold;
padding: 8px;
}
.e-schedule .icon-AddGrad:before:before {
content: "\e69f";
}
.e-schedule .e-timeidicatorcircle:before {
content: "\e696";
font-size: 9px;
top: 2px;
left: -1px;
position: absolute;
}
.e-schedule .e-ewexpand:before {
content: "\e6fb";
font-size: 14px !important;
}
.e-schedule .e-appointresizer-right {
margin-right: -4px;
margin-top: 0;
}
.e-schedule .e-appointresizer-left {
margin-left: 0;
margin-top: 0;
}
.e-schedule .e-nsexpand:before {
content: "\e712";
font-size: 14px !important;
}
.e-schedule .e-appointresizer-top {
margin-top: -4px;
}
.e-schedule .e-appointresizer-bottom {
margin-bottom: 0;
}
.e-schedule .e-appsoverflow:before {
content: "\e627";
font-size: 12px;
}
.e-draggableAppointment {
font-family: segoe UI;
font-size: 11px;
border: 1px solid black;
background-color: #dbdbde;
overflow: hidden;
}
/*-------------------------------------Scheule End-----------------------------*/ | Samples/CSharp/C# Hive Samples/Web/Content/ej/default-theme/ej.widgets.core.css |
.e-disable {
opacity: .35;
filter: alpha(opacity=35);
background-image: none;
}
.e-corner-all {
border-radius: 4px 4px 4px 4px;
}
.e-corner-top,
.e-corner-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.e-corner-top,
.e-corner-right {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-khtml-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.e-corner-bottom,
.e-corner-left {
-moz-border-radius-topleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.e-corner-bottom,
.e-corner-right {
-moz-border-radius-topright: 4px;
-webkit-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.e-input,
.e-tooltip,
.e-btn,
.e-time-popup,
.e-datepicker.e-calendar,
.e-menu,
.e-uploadbox .e-file-name-txt,
.e-uploadbox .e-selectpart,
.e-uploadbox .e-uploadbtn,
.e-waitpopup-pane .e-text,
.e-tagcloud,
.e-toolbar,
.e-progressbar,
.e-scale .e-tick .tick-value,
.e-datetime-popup .e-dt-button,
.e-grid,
.e-ejinputtext,
.e-pager {
font-family: Segoe UI;
font-size: 13px;
}
.e-menu,
input.e-input,
input[type="text"].e-input,
.e-mask,
.e-ul,
.e-btn div,
.e-tbtn.e-chkbx-hidden,
.e-datepicker table,
.e-datepicker table th,
.e-datepicker table td,
.e-menu.e-horizontal > .e-list,
.e-menu.e-vertical > li.e-separator,
.e-menu.e-context > li.e-separator,
.e-tab .e-header,
.e-uploadbox .e-action-perform,
.e-uploadbox .uploaddialog.e-dialog.e-dialog-content,
.e-tagcloud .e-load,
.e-scale,
.e-select {
margin: 0;
padding: 0;
outline: 0 none;
line-height: normal;
}
.e-btn,
.e-btn div,
.e-datepicker .e-header .e-next,
.e-datepicker .e-header .e-prev,
.e-datepicker .e-header .e-text,
.e-menu > .e-list > a > img,
.e-menu > .e-list > span > img,
.e-menu > .e-list > a > div,
.e-menu > .e-list > span > div,
.e-menu > .e-list > a > span,
.e-menu > .e-list > span > span,
.e-menu .e-list > a span.e-icon,
.e-menu .e-list > span span.e-icon,
.e-menu.e-horizontal > .e-list,
.e-menu.e-vertical,
.e-menu.e-context,
.e-chkbox-wrap,
.e-radiobtn-wrap,
.e-chkbox-wrap div,
.e-chkbox-wrap .e-text,
.e-radiobtn-wrap .e-text,
.e-tab .e-header,
.e-tab .e-header li,
.e-tab .e-header li a,
.e-dialog .e-dialog-icon,
.e-dialog .e-icon,
.e-uploadbox .e-selectpart,
.e-uploadbox .e-file-list,
.e-treeview .e-text,
.e-tagcloud .e-cloud,
.e-tagcloud .e-list,
.e-tagcloud .e-cloud .e-tagitems,
.e-h-scale .e-tick,
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover,
.e-pager,
.e-pager .e-disableditem,
.e-grid div.e-parentmsgbar,
.e-grid .e-toolbaricons,
.e-pager .e-pagercontainer {
display: inline-block;
}
.e-ul {
list-style-type: none;
}
input.e-input,
input[type="text"].e-input {
text-indent: 10px;
border: medium none;
height: 100%;
width: 100%;
display: block;
line-height: 30px;
}
.e-in-wrap {
display: block;
height: 100%;
position: relative;
overflow: hidden;
border: 1px solid;
}
.e-rtl {
direction: rtl;
}
.e-widget,
.e-map,
.e-chart,
.e-grid {
-ms-touch-action: none;
touch-action: none;
}
.e-widget,
.e-widget [class^="e-"],
.e-widget [class*=" e-"] {
-webkit-box-sizing: content-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: content-box;
/* Firefox, other Gecko */
box-sizing: content-box;
/* Opera/IE 8+ */
}
.e-widget.e-box,
.e-widget .e-box,
.e-widget button.e-btn,
button.e-btn.e-widget {
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
/* Firefox, other Gecko */
box-sizing: border-box;
/* Opera/IE 8+ */
}
.e-shadow {
-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}
.e-overlay {
background-color: gray;
opacity: 0.5;
filter: alpha(opacity=50);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}
.e-tooltip {
font-weight: 600;
height: auto;
padding: 2px;
position: absolute;
width: auto;
min-width: 10px;
text-align: center;
z-index: 10000;
border: 1px solid;
}
.e-input::-webkit-input-placeholder {
font-style: italic;
}
.e-input::-moz-placeholder {
font-style: italic;
}
.e-input:-moz-placeholder {
font-style: italic;
}
.e-input:-ms-input-placeholder {
font-style: italic;
}
.e-input.e-watermark {
font-style: italic;
}
/*--------------------------------- Button - common core -------------------------*/
.e-btn {
cursor: pointer;
overflow: hidden;
text-align: center;
text-decoration: none;
border: medium none;
}
.e-btn.e-select {
border: 1px solid;
}
.e-btn,
.e-btn div {
vertical-align: middle;
border-spacing: 0;
}
.e-btn .e-icon,
.e-split-btn-div .e-icon {
display: table-cell;
padding: 4px 3px;
visibility: visible;
}
.e-btn.e-txt {
padding: 0.1em 0.4em 0.3em;
}
.e-btn .e-btntxt {
width: auto;
cursor: default;
display: table-cell;
vertical-align: middle;
line-height: normal;
padding: 2px;
}
.e-btn.e-btn-mini {
height: 28px;
width: 63px;
font-size: 12px;
}
.e-btn.e-btn-small {
height: 32px;
width: 89px;
font-size: 13px;
}
.e-btn.e-btn-medium {
height: 36px;
width: 113px;
font-size: 14px;
}
.e-btn.e-btn-large {
height: 40px;
width: 130px;
font-size: 15px;
}
/*---------------------------------Toggle Button - common core -------------------------*/
.e-tbtn-wrap {
display: block;
}
.e-tbtn.e-chkbx-hidden {
border: 0 none;
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
width: 1px;
opacity: 0;
}
.e-tbtn-wrap label {
cursor: pointer;
display: block;
font-weight: normal;
margin-bottom: 0;
}
/*--------------------------------- Split Button - common core -------------------------*/
.e-split {
display: block;
position: relative;
margin: 0;
overflow: hidden;
}
.e-split.e-btnrtl {
padding: 0;
}
.e-split-btn,
.e-split-btn.e-left-btn {
height: 100%;
}
.e-split-btn.e-btn-txt {
width: 24px;
height: 100%;
}
.e-split-btn.e-left-btn {
width: 100%;
}
.e-split-btn.e-rht-btn {
width: 24px;
height: 100%;
}
.e-split-btn.e-drp-btn {
float: left;
position: absolute;
}
.e-split-btn-div .e-icon {
height: 12px;
width: 12px;
font-size: 10px;
}
.e-split .e-in-wrap {
border: none;
}
.e-split .e-padding {
padding: 0 24px 0 0;
}
.e-split.e-rtl .e-padding {
padding: 0 0 0 24px;
}
/*--------------------------------- editor core ------------------*/
.e-numeric,
.e-percent,
.e-currency,
.e-mask,
.e-atc,
.e-ddl,
.e-datewidget,
.e-timewidget,
.e-datetime-wrap {
display: block;
overflow: hidden;
width: 143px;
height: 30px;
}
.e-numeric .e-spin,
.e-percent .e-spin,
.e-currency .e-spin {
position: absolute;
right: 0;
border: 0 none;
cursor: pointer;
}
.e-numeric .e-spin-up,
.e-numeric .e-spin-down,
.e-percent .e-spin-up,
.e-percent .e-spin-down,
.e-currency .e-spin-up,
.e-currency .e-spin-down {
display: block;
height: 50%;
width: 100%;
}
.e-numeric .e-spin-up,
.e-percent .e-spin-up,
.e-currency .e-spin-up {
top: 0;
}
.e-numeric .e-spin-down,
.e-percent .e-spin-down,
.e-currency .e-spin-down {
bottom: 0;
}
.e-numeric .e-padding,
.e-percent .e-padding,
.e-currency .e-padding,
.e-atc .e-padding,
.e-datewidget .e-padding,
.e-ddl .e-in-wrap,
.e-timewidget .e-padding,
.e-datetime-wrap .e-padding {
padding: 0 24px 0 0;
}
.e-numeric .e-icon,
.e-percent .e-icon,
.e-currency .e-icon,
.e-timewidget .e-icon,
.e-datewidget .e-icon,
.e-atc .e-icon,
.e-ddl .e-icon,
.e-datetime-wrap .e-icon {
display: block;
width: 100%;
position: absolute;
top: 50%;
}
.e-numeric .e-icon,
.e-percent .e-icon,
.e-currency .e-icon {
height: 8px;
margin-top: -4px;
font-size: 10px;
}
.e-numeric .e-select,
.e-percent .e-select,
.e-currency .e-select,
.e-mask .e-select,
.e-atc .e-select,
.e-ddl .e-select,
.e-datewidget .e-select,
.e-timewidget .e-select,
.e-datetime-wrap .e-select {
cursor: pointer;
display: block;
position: absolute;
top: 0;
right: 0;
width: 23px;
height: 100%;
text-align: left;
border-left: 1px solid;
}
.e-numeric.e-rtl .e-select,
.e-percent.e-rtl .e-select,
.e-currency.e-rtl .e-select,
.e-mask.e-rtl .e-select,
.e-atc.e-rtl .e-select,
.e-ddl.e-rtl .e-select,
.e-datewidget.e-rtl .e-select,
.e-timewidget.e-rtl .e-select,
.e-datetime-wrap.e-rtl .e-select {
border-right: 1px solid;
border-left: none;
}
/*-------editor RTL core-------------*/
.e-numeric.e-rtl .e-in-wrap.e-padding,
.e-percent.e-rtl .e-in-wrap.e-padding,
.e-currency.e-rtl .e-in-wrap.e-padding,
.e-atc.e-rtl .e-padding,
.e-ddl.e-rtl .e-in-wrap,
.e-datewidget.e-rtl .e-in-wrap.e-padding,
.e-timewidget.e-rtl .e-padding,
.e-datetime-wrap.e-rtl .e-padding {
padding: 0 0 0 24px;
}
/*--------------------------------- autocomplete core -------------------------*/
.e-atc-popup,
.e-ddl-popup,
.e-time-popup,
.e-datetime-popup {
cursor: default;
overflow: auto;
position: absolute;
border: 1px solid;
outline: 0 none;
}
.e-atc-popup .e-hilight-txt {
font-weight: bold;
}
.e-atc-popup ul li.e-category {
font-weight: bold;
}
.e-atc-popup.e-rtl ul li.e-category {
margin: 0 10px 0 0;
padding: 5px 0 5px 5px;
}
.e-atc-popup ul li,
.e-ddl-popup div > ul li {
padding: 5px 5px 5px 10px;
}
.e-atc-popup.e-rtl ul li {
padding: 5px 10px 5px 5px;
}
.e-atc .e-input.e-load {
background-position: right center;
background-repeat: no-repeat;
}
.e-atc .e-rtl .e-input.e-load {
background-position: left center;
}
.e-atc .e-icon {
height: 14px;
margin-top: -7px;
}
/*---autocomplete boxmodel ----*/
.e-atc .e-options,
.e-ddl .e-options {
border: 1px solid;
border-radius: 4px;
cursor: default;
display: inline-block;
float: left;
margin: 2px 0 2px 2px;
padding: 0 19px 3px 4px;
position: relative;
}
.e-atc.e-rtl .e-options,
.e-ddl.e-rtl .e-options {
margin: 2px 2px 2px 0;
padding: 0 4px 3px 19px;
float: right;
}
.e-atc .e-visual-mode.e-input {
display: inline-block;
max-width: 99%;
text-indent: 0;
float: left;
height: 28px;
margin: 0 0 0 2px;
}
.e-atc.e-rtl .e-visual-mode.e-input {
float: right;
margin: 0 2px 0 0;
}
.e-atc .e-options .e-icon.e-close,
.e-ddl .e-options .e-icon.e-close {
font-size: 10px;
cursor: pointer;
height: 10px;
margin-top: -5px;
right: 4px;
width: 10px;
opacity: 0.75;
}
.e-atc .e-options .e-icon.e-close:hover,
.e-ddl .e-options .e-icon.e-close:hover {
opacity: 1;
}
.e-atc.e-rtl .e-options .e-icon.e-close,
.e-ddl.e-rtl .e-options .e-icon.e-close {
left: 4px;
right: auto;
}
/*--------------------------------- dropdownlist core -------------------------*/
.e-ddl .e-input {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-acrdn,
.e-tab,
.e-ddl,
.e-dialog {
outline: 0 none;
}
.e-ddl.e-rtl .e-in-wrap .e-select {
border-left: 0 none;
text-align: right;
}
.e-ddl-popup div > ul li {
padding: 5px;
vertical-align: middle;
}
.e-ddl .e-in-wrap .e-select.e-load {
background-position: center center;
background-repeat: no-repeat;
opacity: 0.35;
filter: alphaa(opacity=35);
}
.e-ddl-popup div > ul li .e-align {
float: left;
vertical-align: middle;
}
.e-ddl-popup.e-rtl div > ul li .e-align {
float: right;
}
.e-ddl-popup div > ul li .e-chkbox-wrap {
padding-right: 10px;
}
.e-ejinputtext {
padding-right: 4px;
text-indent: 10px;
}
/*--------------------------------- Timepicker - common core -------------------------*/
.e-timewidget .e-input {
letter-spacing: 1px;
}
.e-timewidget .e-icon,
.e-ddl .e-icon {
font-size: 12px;
height: 12px;
margin-top: -6px;
}
.e-datewidget .e-icon,
.e-datetime-wrap .e-icon {
font-size: 21px;
height: 21px;
margin-top: -11px;
}
/* Timepicker - popup window */
.e-time-popup {
font-weight: normal;
letter-spacing: 1px;
}
.e-time-popup ul li {
padding: 2px 2px 2px 10px;
}
.e-time-popup.e-rtl ul li {
padding: 2px 10px 2px 2px;
}
/*-------DatePicker Core ----------*/
.e-datepicker .e-datepicker-months td,
.e-datepicker .e-datepicker-years td,
.e-datepicker .e-datepicker-allyears td {
height: 45px;
}
.e-datepicker .e-datepicker-months,
.e-datepicker .e-datepicker-years,
.e-datepicker .e-datepicker-allyears {
width: 100%;
}
.e-datepicker.e-calendar {
overflow: hidden;
border: 1px solid;
}
.e-datepicker.e-calendar .e-header,
.e-datetime-popup .e-timecontainer .e-header {
text-align: center;
height: 30px;
line-height: 29px;
}
.e-datepicker .e-header .e-next,
.e-datepicker .e-header .e-prev {
cursor: pointer;
position: relative;
top: 2px;
}
.e-datepicker .e-week-header {
height: 35px;
}
.e-datepicker .e-icon {
height: 18px;
width: 18px;
}
.e-datepicker .e-header .e-icon:before {
top: 2px;
left: 2px;
position: absolute;
}
.e-datepicker .e-datepicker-days .e-state-default {
height: 26px;
border: 0 none;
}
.e-datepicker .e-icon.e-left-arrow {
float: left;
}
.e-datepicker .e-icon.e-right-arrow {
float: right;
}
.e-datepicker .e-icon.e-right-arrow:before {
left: 4px;
}
.e-datepicker.e-rtl .e-header .e-next {
right: -10px;
}
.e-datepicker .e-header .e-next {
right: 5px;
}
.e-datepicker.e-rtl .e-header .e-prev {
left: -10px;
}
.e-datepicker .e-header .e-prev {
left: 5px;
}
.e-datepicker .e-header .e-text {
cursor: pointer;
text-align: center;
width: 83%;
}
.e-datepicker .e-footer {
text-align: center;
cursor: pointer;
padding: 3px;
margin: 3px 0px 0px;
}
.e-datepicker .e-hide-date {
opacity: 0.34;
}
.e-datepicker table {
border-collapse: collapse;
border-style: none;
position: relative;
table-layout: fixed;
*table-layout: auto;
text-align: center;
width: 100%;
}
.e-datepicker table th {
cursor: default;
font-weight: normal;
text-align: center;
background: transparent;
border: 0 none;
}
.e-datepicker table td {
cursor: pointer;
border: medium none;
vertical-align: middle;
text-align: center;
}
.e-datepicker .e-dp-viewdays .e-current-month:hover {
border-radius: 4px;
}
.e-rtl .e-select {
right: auto;
left: 0;
}
.e-datepicker.e-icons table .e-datepicker-days td,
.e-datepicker.e-icons table th {
text-align: right;
padding-right: 10px;
}
.flag .e-image,
.e-special-day .e-image {
display: inline-block;
margin-right: 3px;
vertical-align: text-top;
}
.e-datepicker.e-calendar {
width: 18em;
}
.e-datepicker.e-calendar.e-headerlong {
width: 35em;
}
.e-datepicker table .e-datepicker-days td.e-state-default.e-week-end {
font-weight: bold;
}
.e-selected-week,
.e-selected-month {
border-radius: 4px;
}
/*--------------------------------- menu - common core ------------------*/
.e-menu {
font-size: 0;
display: block;
width: auto;
height: auto;
font-weight: normal;
border: 1px solid;
}
.e-menu * {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
.e-menu * a:focus {
outline: none;
}
* .e-menu > .e-list > ul,
* .e-menu > .e-list > ul .e-list > ul {
left: 102%;
top: -0.8px;
}
.e-menu > .e-list {
border: 0 none;
position: relative;
text-align: left;
cursor: pointer;
}
.e-menu .e-list > ul {
position: absolute;
visibility: inherit;
padding: 1px;
margin: 0;
left: -1px;
z-index: 1000;
display: none;
}
* .e-menu .e-list > ul .e-list {
border: 0 none ;
float: none;
position: relative;
line-height: normal;
cursor: pointer;
}
.e-menu .e-list > a,
.e-menu .e-list > span {
text-decoration: none;
display: block;
border: 0px none;
min-height: 18px;
width: auto;
height: auto;
position: relative;
font-size: 13px;
}
.e-menu .e-list > a,
.e-menu .e-list > span {
padding: 3px 18px 3px 28px;
height: inherit;
white-space: nowrap;
}
.e-menu .e-list > ul li.e-separator {
height: 1px;
margin: 2px 0 2px 18%;
position: relative;
*margin: -7% 0 0 18%;
border: 0px none;
}
.e-menu li.e-list > a > img,
.e-menu li.e-list > span > img,
.e-menu li.e-list > a > div,
.e-menu li.e-list > span > div,
.e-menu li.e-list > a > span,
.e-menu li.e-list > span > span {
left: 2px;
top: 25%;
margin: 0 4px 0 0;
position: absolute;
vertical-align: middle;
border: 0 none;
}
.e-menu .e-list > a span.e-icon.e-arrows,
.e-menu .e-list > span span.e-icon.e-arrows {
left: auto;
position: absolute;
right: -4px;
top: 35%;
font-size: 10px;
}
.e-menu-res-wrap .e-check-wrap .e-chkbox-wrap {
opacity: 0;
width: 100%;
height: 100%;
}
.e-menu-res-wrap {
display: none;
height: 32px;
overflow: hidden;
}
.e-menu-res-wrap .e-menu-res-in-wrap {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap .e-res-icon,
.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap {
cursor: pointer;
display: block;
height: 100%;
position: absolute;
right: 0;
text-align: left;
top: 0;
margin: 0px;
width: 30px;
}
.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap {
border-left: 1px solid #aaaaaa;
background-position: 3px 7px;
background-repeat: no-repeat;
}
.e-menu-res-wrap .e-menu-res-in-wrap .e-res-title {
height: 100%;
font-family: 'Segoe UI';
font-size: 13px;
}
.e-menu-res-wrap .e-in-wrap.e-menu-res-in-wrap {
padding: 5px 30px 5px 5px;
}
/*-------RTL menu core ----------*/
.e-menu.e-rtl,
.e-menu.e-rtl > .e-list {
text-align: right;
}
.e-menu.e-rtl .e-list > ul li.e-separator {
margin: 2px 18% 2px 0;
}
.e-menu.e-rtl .e-list > a > img,
.e-menu.e-rtl .e-list > span > img,
.e-menu.e-rtl .e-list > a > div,
.e-menu.e-rtl .e-list > span > div,
.e-menu.e-rtl .e-list > a > span,
.e-menu.e-rtl .e-list > span > span {
margin: 0 0 0 4px;
}
.e-menu.e-rtl .e-list > a span.e-icon,
.e-menu.e-rtl .e-list > span span.e-icon {
left: -2px;
margin-left: 5px;
right: auto;
}
.e-menu.e-rtl.e-separator.e-horizontal > .e-list {
border-left: 1px solid;
}
/*-----------horizontal menu core -------------*/
.e-menu.e-horizontal > .e-list > a,
.e-menu.e-horizontal > .e-list > span {
padding: 0 8px;
height: 100%;
line-height: 32px;
}
.e-menu.e-horizontal .e-list > ul {
border: 1px solid;
}
.e-menu.e-horizontal .e-list > ul li.e-list > a,
.e-menu.e-horizontal .e-list > ul li.e-list > span,
.e-menu.e-vertical .e-list > a,
.e-menu.e-vertical .e-list > span {
display: block;
}
.e-menu.e-horizontal > .e-list .e-arrow-space {
padding-right: 24px;
}
.e-menu.e-horizontal > .e-list > ul:after {
border-width: 10px;
content: "";
height: 0;
left: 22px;
position: absolute;
top: -18px;
width: 0;
}
.e-menu.e-horizontal > .e-list > a > img,
.e-menu.e-horizontal > .e-list > span > img,
.e-menu.e-horizontal > .e-list > a > div,
.e-menu.e-horizontal > .e-list > span > div,
.e-menu.e-horizontal > .e-list > a > span,
.e-menu.e-horizontal > .e-list > span > span {
left: 2px;
top: -2px;
margin: 0 4px 0 0;
position: relative;
vertical-align: middle;
border: 0px none;
}
.e-menu.e-rtl.e-horizontal > .e-list .e-arrow-space {
padding-left: 24px;
padding-right: 4px;
}
.e-menu.e-rtl .e-list > ul li.e-list .e-arrow-space {
padding-right: 28px;
}
.e-menu.e-horizontal > .e-list,
.e-menu.e-separator.e-horizontal > li:last-child,
.e-menu.e-rtl.e-horizontal > .e-list,
.e-menu.e-rtl.e-separator.e-horizontal > li:last-child {
border: 0 none;
}
.e-menu.e-separator.e-horizontal > .e-list {
border-right: 1px solid;
}
.e-menu.e-separator.e-rtl.e-horizontal > .e-list {
border-right: 0 none;
border-left: 1px solid;
}
.e-menu.e-rtl.e-vertical .e-list > ul li.e-list > a,
.e-menu.e-rtl.e-vertical .e-list > ul li.e-list > span,
.e-menu.e-rtl.e-horizontal .e-list > ul li.e-list > a,
.e-menu.e-rtl.horizontal .e-list > ul li.e-list > span {
padding: 3px 28px 3px 18px;
}
/*----------------------- vertical menu core --------------------------*/
.e-menu.e-vertical > .e-list > a,
.e-menu.e-vertical > .e-list > span {
padding: 0 28px;
zoom: 1;
}
.e-menu.e-vertical {
width: 150px;
border: 1px solid;
}
.e-menu.e-vertical .e-list {
line-height: 27px;
}
.e-menu.e-vertical .e-list > ul {
margin: -0.8px 0 0 0;
top: 0;
left: 102%;
border: 1px solid;
}
.e-menu.e-vertical .e-list > ul .e-list {
line-height: 21px;
}
.e-menu.e-vertical > li.e-separator,
.e-menu.e-context > li.e-separator {
height: 1px;
width: 100%;
border: 0px none;
}
.e-menu.e-vertical > .e-list > img {
position: absolute;
}
.e-menu.e-vertical > .e-list > a > img,
.e-menu.e-vertical > .e-list > span > img,
.e-menu.e-vertical > .e-list > a > div,
.e-menu.e-vertical > .e-list > span > div,
.e-menu.e-vertical > .e-list > a > span,
.e-menu.e-vertical > .e-list > span > span,
.e-menu.e-context > .e-list > a > img,
.e-menu.e-context > .e-list > span > img,
.e-menu.e-context > .e-list > a > div,
.e-menu.e-context > .e-list > span > div,
.e-menu.e-context > .e-list > a > span,
.e-menu.e-context > .e-list > span > span {
left: 2px;
margin: 0 4px 0 0;
position: absolute;
vertical-align: middle;
border: 0px none;
}
/*------------------------ context menu core --------------------*/
.e-menu.e-context > .e-list > a,
.e-menu.e-context > .e-list > span {
display: block;
padding: 1px 18px 1px 28px;
font-size: 13px;
}
.e-menu.e-context li.e-list > ul li.e-list > a,
.e-menu.e-context li.e-list > ul li.e-list > span {
padding: 1px 18px 1px 28px;
height: inherit;
white-space: nowrap;
}
.e-menu.e-context {
position: absolute;
padding: 1px;
z-index: 9998;
width: 150px;
border: 1px solid;
}
.e-menu.e-context .e-list > ul .e-list,
.e-menu.e-context .e-list {
line-height: 27px;
}
.e-menu.e-context .e-list > ul {
margin: -0.8px 0 0 0;
top: 0;
left: 102%;
line-height: 23px;
border: 1px solid;
}
.e-menu.e-context > .e-list > a > img,
.e-menu.e-context > .e-list > a > div,
.e-menu.e-context > .e-list > a > span {
float: left;
}
.e-menu.e-rtl.e-context > li.e-separator {
margin: 2px 30px 2px 2px;
}
.e-menu.e-context.e-rtl > .e-list > a,
.e-menu.e-context.e-rtl > .e-list > span {
padding: 1px 28px 1px 18px;
}
.e-menu.e-rtl.e-context li.e-list > ul li.e-list > a,
.e-menu.e-rtl.e-context li.e-list > ul li.e-list > span {
padding: 1px 28px 1px 18px;
}
/*--------------------------------- Accordion - common core ------------------*/
.e-acrdn .e-icon {
border: 0 none transparent;
display: block;
height: 16px;
width: 16px;
margin-left: -5px;
margin-right: 6px;
margin-top: 5px;
cursor: pointer;
float: left;
}
.e-acrdn .e-select:first-child {
border-top: 1px solid;
}
.e-acrdn .e-select {
padding: 0.5em;
padding-left: 1em;
line-height: 23px;
border-style: none solid solid;
border-width: 1px;
}
.e-acrdn .e-select a {
text-decoration: none;
border-bottom-width: 0;
outline: 0 none;
}
.e-acrdn .e-content {
padding: 1em 1.4em;
text-align: justify;
position: relative;
border: 1px solid;
}
.e-acrdn.e-rtl .e-icon {
float: right;
margin-left: 5px;
}
/*--------------------------------- CheckBox - common core -------------------------*/
.e-chkbox-wrap,
.e-radiobtn-wrap {
outline: 0 none;
}
.e-chkbox-wrap .e-text,
.e-radiobtn-wrap .e-text {
padding: 2px 2px 2px 5px;
text-align: left;
top: 0px;
cursor: pointer;
}
.e-chkbox-wrap .e-checkbox {
display: none;
z-index: 1;
text-align: left;
top: 2px;
}
.e-chkbox-wrap div > span,
.e-radiobtn-wrap > span {
display: block;
cursor: pointer;
z-index: 2;
position: relative;
border: 1px solid;
}
.e-chkbox-wrap .e-chkbox-small > span {
height: 13px;
width: 13px;
top: 3px;
}
.e-chkbox-wrap .e-chkbox-medium > span {
height: 19px;
width: 19px;
top: 6px;
}
.e-chkbox-wrap .e-chk-image {
height: 100%;
position: absolute;
width: 100%;
}
.e-chkbox-wrap .e-chkbox-small .e-chk-indetericon {
margin-left: 2px;
margin-top: 2px;
}
.e-chkbox-wrap .e-chkbox-medium .e-chk-indetericon {
margin-left: 5px;
margin-top: 5px;
}
.e-chkbox-wrap .e-chk-image.e-chk-indetericon {
width: 9px;
height: 9px;
}
/*---------------------------------------RadioButton--------------------------------------------*/
.e-radiobtn-wrap .e-radiobtn {
display: none;
z-index: 1;
text-align: left;
}
.e-radiobtn-wrap > span .e-rad-icon {
margin-left: 4px;
position: absolute;
top: 4px;
left: 0px;
}
.e-radiobtn-wrap .e-radmedium {
height: 15px;
width: 15px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.e-radiobtn-wrap .e-radmedium .e-rad-icon {
height: 7px;
width: 7px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
left: 0px;
top: 4px;
}
.e-radiobtn-wrap .e-radsmaller {
height: 13px;
width: 13px;
border-radius: 13px;
-moz-border-radius: 13px;
-webkit-border-radius: 13px;
}
.e-radiobtn-wrap .e-radsmaller .e-rad-icon {
height: 5px;
width: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/*--------------------------------- Tab - common core ------------------*/
.e-tab .e-bottom-line,
.e-tab .e-top-line,
.e-tab .e-activetop,
.e-tab .e-activebottom {
border: 1px solid;
}
.e-tab .e-bottom-line,
.e-tab .e-top-line {
margin: 0 -5px -1px 0;
}
.e-tab .e-bottom-line,
.e-tab .e-activebottom,
.e-tab .e-left > .e-active,
.e-tab .e-left > .e-active:hover,
.e-tab .e-right > .e-active,
.e-tab .e-right > .e-active:hover {
border-bottom: 0 none;
}
.e-tab .e-top-line,
.e-tab .e-activetop {
border-top: 0 none;
}
.e-tab .e-header {
width: 100%;
}
.e-tab .e-header li {
border-right: 1px solid;
line-height: normal;
list-style: none outside none;
}
.e-tab .e-header li a {
text-decoration: none;
border-bottom-width: 0;
padding: 0.6em 0.9em;
outline: 0 none;
}
.e-tab .e-header li.e-tab-active {
margin-bottom: 0;
padding-bottom: 1px;
}
.e-tab .e-content-item {
display: none;
}
.e-tab .e-active-content {
padding: 1em 1.4em;
text-align: justify;
}
.e-tab .e-tab-active {
font-weight: bold;
}
.e-tab .e-header .e-icon {
float: right;
height: 16px;
width: 16px;
margin-top: 11px;
cursor: pointer;
padding: 3px;
background-color: transparent;
background-image: none;
}
.e-tab.e-rtl .e-header > .e-item:first-child {
margin-right: 0;
}
.e-tab.e-rtl .e-icon,
.e-tab .e-left,
.e-tab.e-vertical .e-right .e-icon {
float: left;
}
.e-tab .e-left,
.e-tab .e-right {
line-height: normal;
list-style: none outside none;
margin: 0;
text-align: left;
padding: 0;
width: 165px;
}
.e-tab.e-vertical .e-right .e-icon {
margin-left: 2px;
}
.e-tab.e-vertical .e-left .e-icon {
margin-right: 2px;
}
.e-tab .e-right,
.e-tab.e-vertical .e-left .e-icon {
float: right;
}
.e-tab .e-left li a,
.e-tab .e-right li a {
display: block;
outline: 0 none;
padding: 16px 5px;
text-decoration: none;
margin-left: 5px;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-tab.e-vertical .e-icon.e-delete {
background-position: -445px -24px;
margin-top: 2px;
}
.e-tab.e-vertical,
.e-tab.e-vertical .e-active-content,
.e-tab .e-left li a,
.e-tab .e-right li a {
overflow: hidden;
}
.e-tab.e-vertical .e-icon.e-reload {
background-position: -82px 0;
margin-top: 2px;
}
.e-tab .e-left .e-icon,
.e-tab .e-right .e-icon {
background-image: none;
}
/*--------------------------------- Dialog - common core ------------------*/
.e-dialog.e-dialog-wrap {
border: 1px solid;
}
.e-dialog .e-titlebar {
padding: 0.7em;
position: relative;
}
.e-dialog .e-draggable {
cursor: move;
}
.e-dialog .e-dialog-icon {
cursor: pointer;
padding: 1px;
right: 5px;
top: 50%;
float: right;
height: 20px;
width: 20px;
}
.e-dialog .e-widget-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: hidden;
border-image: initial;
}
.e-dialog .e-resizable {
bottom: 0;
cursor: se-resize;
display: block;
height: 16px;
position: absolute;
right: 0;
width: 16px;
}
.e-dialog.e-rtl .e-dialog-icon {
float: left;
}
.e-dialog .e-icon {
height: 20px;
width: 20px;
}
/*--------------------------------- Splitter - common core -------------------------*/
.e-h-arrow,
.e-v-arrow {
display: block;
z-index: 10002;
}
.e-v-arrow.v-forward {
margin-left: -9px;
top: -3px;
}
.e-v-arrow.v-backward {
top: -2px;
}
.e-h-arrow.h-forward {
left: -3px;
margin-top: -9px;
}
.e-h-arrow.h-backward {
left: -2px;
}
.e-splitter .e-splitbar.e-resize.e-shadowbar {
position: absolute;
z-index: 10002;
border-style: dotted;
}
.e-splitter {
border-collapse: collapse;
position: relative;
overflow: hidden;
height: 100%;
width: 100%;
border: 1px solid;
}
/* Splitter Divider bar */
.e-splitter .e-splitbar {
border-style: solid;
display: block;
float: left;
position: relative;
outline: 0 none;
overflow: hidden;
}
.e-pane.e-splitter {
border: none !important;
}
.e-splitter .e-splitbar.e-h-bar.e-resize {
cursor: e-resize;
}
.e-splitter .e-splitbar.e-v-bar.e-resize {
cursor: n-resize;
}
.e-splitter .e-splitbar.e-h-bar {
border-style: solid;
border-width: 0 1px;
height: 100%;
vertical-align: middle;
width: 7px;
}
.e-splitter .e-splitbar.e-v-bar {
border-style: solid;
border-width: 1px 0;
height: 7px;
vertical-align: middle;
width: 100%;
}
/* Splitter Divider bar Arrow */
.e-splitter .e-splitbar .e-v-arrow,
.e-splitter .e-splitbar .e-h-arrow {
cursor: pointer;
position: absolute;
}
.e-splitter .e-splitbar .e-v-arrow {
float: left;
height: 7px;
width: 10px;
left: 50%;
}
.e-splitter .e-splitbar .e-h-arrow {
height: 10px;
width: 10px;
top: 50%;
}
/* Splitter Pane */
.e-splitter .e-pane {
border: none;
cursor: default;
float: left;
position: relative;
}
.e-splitter .e-pane.collapsed {
overflow: hidden;
}
.e-splitter .e-h-pane {
height: 100%;
overflow-y: auto;
}
.e-splitter .e-v-pane {
width: 100%;
overflow-x: auto;
}
/*--------------------------------- Upload Box - common core -------------------------*/
/*RTL*/
.e-uploadbox.e-rtl .e-uploadbtn {
margin-right: 10px;
}
.e-uploadbox .e-selectpart {
overflow: hidden;
position: relative;
width: auto;
}
.e-uploadbox .e-inputbtn {
background-color: transparent;
border: 1px solid transparent;
}
.e-uploadbox .e-uploadinput {
display: block;
cursor: pointer;
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
right: 0;
top: 0px;
height: 34px;
}
.e-uploadbox .e-ul {
width: 100%;
}
.e-uploadbox .e-file-list {
height: 58px;
text-align: center;
text-indent: 3px;
position: relative;
top: 5px;
}
.e-uploadbox .e-file-list .file-status {
float: left;
min-width: 77px;
padding-right: 0;
padding-top: 5px;
text-align: right;
}
.e-uploadbox .e-file-list .e-file-view {
height: 85%;
padding: 0px 5px;
}
.e-uploadbox .e-file-list .e-file-percentage {
float: left;
padding-left: 0;
padding-right: 0;
padding-top: 15px;
width: 140px;
font-size: 10px;
}
.e-uploadbox .e-file-progress {
float: left;
width: 200px;
position: relative;
overflow: hidden;
}
.e-uploadbox .e-file-name {
display: block;
height: 25px;
text-align: left;
width: 100%;
}
.e-uploadbox .e-file-progress-bar {
height: 10px;
width: 100%;
margin: 2px;
}
.e-uploadbox .e-ul > li {
height: 60px;
width: 100%;
}
.e-uploadbox .e-ul li .e-file-list {
width: 100%;
}
.e-uploadbox .e-file-progress-status {
height: 10px;
width: 0%;
}
.e-uploadbox .e-file-list .e-file-size {
float: left;
min-width: 100px;
padding-left: 0;
padding-right: 0;
}
.e-uploadbox .e-file-name .e-file-name-txt {
text-indent: 8px;
}
.e-uploadbox .e-file-size .e-file-name-txt {
left: -15px;
}
.e-uploadbox .e-file-name-txt {
position: relative;
top: 13px;
font-weight: normal;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-indent: 20px;
}
.e-uploadbox .e-file-upload {
padding: 10px 0;
}
.e-uploadbox .e-selectpart,
.e-uploadbox .e-uploadbtn,
.e-uploadbox .e-uploadclosebtn {
padding: 5px 10px;
font-weight: normal;
border: 1px solid;
}
.e-uploadbox .e-selectpart {
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px;
}
.e-uploadbox .e-uploadbtn,
.e-uploadbox .e-uploadclosebtn {
height: 40px;
margin: 9px 15px 7px;
width: 100px;
left: 125px;
position: relative;
}
.e-uploadbox .e-file-progress {
border: 1px solid transparent;
}
.e-uploadbox .e-upload-progress {
border: 1px solid transparent;
}
.e-uploadbox .e-dialog .e-ul .e-action-perform .e-icon {
float: left;
height: 20px;
margin-top: 5px;
position: relative;
width: 30px;
}
.e-uploadbox .e-file-list .e-file-percentage-success .e-uploadbox .e-file-list .e-file-percentage-failed {
height: 23px;
width: 23px;
margin-top: -5px;
left: 50%;
border-radius: 60px 60px 60px 60px;
position: relative;
}
.e-uploadbox .e-action-perform {
border-radius: 4px 4px 4px 4px;
float: left;
height: 25px;
margin-left: 15px;
margin-top: 11px;
width: 25px;
}
.e-icon.e-file-percentage-failed:before {
top: 2px;
position: relative;
left: -3px;
}
.e-icon.e-file-percentage-success:before {
top: 3px;
position: relative;
left: -3px;
}
.e-uploadbox .e-icon.e-file-cancel:before,
.e-uploadbox .e-icon.e-file-delete:before,
.e-uploadbox .e-icon.e-file-retry:before {
top: 2px;
position: relative;
left: -7px;
font-size: 16px;
}
.e-uploadbox .uploaddialog.e-dialog.e-dialog-content {
position: relative;
border: 0;
background: none;
overflow: auto;
border-image: initial;
}
.e-uploadbox .e-dialog .e-titlebar {
padding: 10px;
position: relative;
}
.e-uploadbox .e-dialog .e-titlebar .e-title {
margin-left: 3px;
position: relative;
top: -2px;
}
.e-uploadbox .e-dialog .e-close:before {
content: "\e605";
position: relative;
top: -10px;
}
.e-uploadbox .e-file-head {
float: left;
font-weight: 900;
height: 25px;
position: relative;
text-indent: 18px;
top: 30%;
}
.e-uploadbox .e-head-name,
.e-uploadbox .e-head-status {
width: 200px;
}
.e-uploadbox .e-head-size {
width: 100px;
}
.e-uploadbox .e-file-head.e-head-status {
text-indent: 60px;
}
.e-uploadbox .e-head-content {
display: inline-block;
height: 50px;
vertical-align: middle;
width: 100%;
}
.e-uploadbox .e-dialog.e-widget-content {
padding: 0px;
}
/*--------------------------------- Treeview - common core ------------------*/
.e-treeview-wrap {
white-space: nowrap;
outline: 0 none;
overflow: auto;
border-image: initial;
}
.e-treeview .e-treeview-ul {
background: 0;
list-style-type: none;
position: relative;
margin-left: -14px;
outline: 0 none;
}
.e-treeview .e-item {
margin: 0;
padding: 2px 0 0px 16px;
white-space: nowrap;
outline: 0 none;
}
.e-treeview .e-text {
border: 1px solid transparent;
padding: 0 4px;
text-decoration: none;
min-height: 15px;
min-width: 10px;
border-image: initial;
font-size: 14px;
margin-left: 1px;
}
.e-treeview ul {
overflow: hidden;
padding: 3px 0 0px 10px;
width: auto;
list-style-type: none;
outline: 0 none;
}
.e-treeview .e-plus,
.e-treeview .e-minus {
background-repeat: no-repeat;
border: 0 none transparent;
float: left;
height: 10px;
width: 10px;
margin-top: 5px;
margin-left: -10px;
cursor: pointer;
}
.e-treeview-wrap .e-icon.e-load {
height: 13px;
background-size: 10px;
}
.e-treeview .e-item img.e-align {
vertical-align: middle;
margin-left: 5px;
}
.e-treeview-wrap.e-rtl .e-item {
padding: 2px 15px 2px 4px;
}
.e-treeview-wrap.e-rtl .e-treeview {
padding: 3px 14px 3px 0;
}
.e-treeview-wrap.e-rtl .e-treeview-ul {
margin-left: 0px;
margin-right: -14px;
padding: 3px 14px 3px 0;
}
.e-treeview-wrap.e-rtl .e-item .e-icon {
float: right;
margin-right: -10px;
margin-left: 0;
}
.e-treeview-wrap.e-rtl .e-item img.e-align {
vertical-align: middle;
margin-right: 5px;
}
/*--------------------------------- Waiting popup - common core -------------------------*/
.e-waitpopup-pane {
opacity: 0.85;
filter: alpha(opacity=85);
position: absolute;
}
.e-waitpopup-pane .e-image {
background-position: center center;
background-repeat: no-repeat;
border-radius: 15px 15px 15px 15px;
display: block;
height: 70px;
margin: 0 auto;
position: relative;
width: 70px;
}
.e-waitpopup-pane .e-text {
font-size: 16px;
margin: 0;
position: relative;
text-align: center;
}
/*--------------------------------- Tagcloud - common core -------------------------*/
.e-tagcloud {
width: 350px;
display: block;
border: 1px solid;
}
.e-tagcloud .e-title {
font-size: 16px;
font-weight: 600;
margin: 0 0 4px;
padding: 10px 6px 10px 11px;
vertical-align: middle;
}
.e-tagcloud .e-title-img {
margin-right: 7px;
vertical-align: middle;
}
.e-tagcloud .e-cloud,
.e-tagcloud .e-list {
line-height: 20px;
padding: 6px;
}
.e-tagcloud .e-ul {
font-size: 13px;
font-weight: 400;
list-style-position: outside;
width: 100%;
overflow: hidden;
}
.e-tagcloud .e-list .e-tagitems,
.e-tagcloud .e-cloud .e-tagitems {
cursor: pointer;
list-style-type: none;
padding: 5px;
}
.e-tagcloud .e-list .e-tagitems {
display: block;
}
.e-tagcloud .e-tagitems .e-txt {
outline: 0 none;
text-decoration: none;
}
.e-tagcloud .e-load {
min-height: 30px;
width: 100%;
}
/*--------------------------------- ToolBar - common core -------------------------*/
.e-toolbar {
font-weight: normal;
margin-top: 0;
border: 1px solid;
outline: 0 none;
}
.e-toolbar > ul > li {
border: 1px solid transparent;
cursor: default;
list-style-type: none;
padding: 2px;
}
.e-toolbar.e-toolbarspan {
width: 100%;
}
.e-toolbar,
.e-toolbar .e-vertical,
.e-toolbar .e-horizontal,
.e-toolbar div:first-child {
*display: inline;
overflow: hidden;
}
.e-toolbar > .e-horizontal.e-ul > li {
float: left;
}
.e-toolbar > .e-horizontal.e-ul {
vertical-align: middle;
float: left;
}
.e-toolbar .e-horizontal.e-comnrtl,
.e-toolbar .e-horizontal .e-comnrtl {
float: right;
}
.e-toolbar .e-vertical .e-comnrtl {
direction: rtl;
}
.e-toolbar .e-horizontal .e-align,
.e-toolbar .e-horizontal .e-tooltxt,
.e-toolbar .e-vertical .e-align,
.e-toolbar .e-vertical .e-tooltxt {
vertical-align: middle;
}
.e-toolbar .e-horizontal .e-disable,
.e-toolbar .e-vertical .e-disable {
background-color: transparent;
border: 1px solid transparent;
}
.e-toolbar .e-horizontal .e-spriteimg {
float: left;
}
/*--------------------------------- Rating - common core ------------------*/
.e-rating {
display: block;
list-style-type: none;
position: relative;
}
.e-rating.e-vertical .e-ul {
-webkit-margin-before: 0.2em;
}
.e-rating.e-horizontal .e-ul,
.e-rating.e-vertical .e-ul {
padding: 0 2px;
list-style-type: none;
margin: 0px;
}
.e-rating.e-horizontal .e-shape-list,
.e-rating.e-horizontal .e-shape,
.e-rating.e-horizontal .e-reset {
float: left;
}
.e-rating.e-horizontal .e-shape-list,
.e-rating.e-vertical .e-shape-list,
.e-rating.e-horizontal .e-shape,
.e-rating.e-vertical .e-shape,
.e-rating.e-horizontal .e-reset,
.e-rating.e-vertical .e-reset {
cursor: pointer;
}
/*--------------------------------- Progress bar - common core -------------------------*/
.e-progressbar {
display: block;
height: 14px;
position: relative;
width: 100%;
border: 1px solid;
}
.e-progressbar .e-progress {
border: none;
height: 100%;
width: 0;
}
.e-progressbar .e-progress-txt {
position: absolute;
text-align: center;
width: 100%;
}
/*--------------------------------- Slider - common core -------------------------*/
.e-slider {
display: block;
outline: 0 none;
position: relative;
height: 100%;
width: 100%;
z-index: 10;
border: 1px solid;
}
.e-slider-wrap.e-horizontal {
height: 14px;
}
.e-slider-wrap.e-vertical {
height: 100%;
width: 14px;
}
.e-slider.e-corner-all,
.e-slider .e-corner-all {
border-radius: 10px 10px 10px 10px;
}
.e-slider-wrap.e-horizontal .e-handle {
top: -3px;
}
.e-slider-wrap.e-vertical .e-handle {
left: -3px;
}
.e-slider .e-handle {
cursor: pointer;
outline: 0 none;
position: absolute;
border: 1px solid;
}
.e-slider-wrap.e-horizontal .e-range {
height: 100%;
top: 0;
}
.e-slider-wrap.e-vertical .e-range {
left: 0;
width: 100%;
}
.e-slider .e-range {
border: 0 none;
display: block;
position: absolute;
}
/*For scale and tick option*/
.e-scale {
list-style: none outside none;
outline: 0 none;
position: relative;
z-index: 1;
}
.e-scale.e-h-scale {
width: 100%;
}
.e-scale.e-v-scale {
height: 100%;
}
.e-scale .e-tick {
background-color: transparent;
background-position: center center;
cursor: default;
position: relative;
height: 100%;
}
.e-scale .e-tick .e-tick-value {
font-size: 10px;
position: absolute;
}
.e-h-scale .e-tick {
background-repeat: repeat-y;
}
.e-v-scale .e-tick {
background-repeat: repeat-x;
}
.e-h-scale .e-tick .e-tick-value {
top: -15px;
}
.e-h-scale .e-tick.e-first-tick {
background-position: left center;
}
.e-h-scale .e-tick.e-last-tick {
background-position: right center;
}
.e-rtl .e-h-scale .e-tick.e-first-tick {
background-position: right center;
}
.e-rtl .e-h-scale .e-tick.e-last-tick {
background-position: left center;
}
.e-v-scale .e-tick.e-first-tick {
background-position: center top;
}
.e-v-scale .e-tick.e-last-tick {
background-position: center bottom;
}
/*----------buttons-icons--------------*/
/*-----------------------SVG----------------------------*/
@font-face {
font-family: 'ej-webfont';
src: url('common-images/ejicons.eot?-dzszjm');
src: url('common-images/ejicons.eot?#iefix-dzszjm') format('embedded-opentype'), url('common-images/ejicons.woff?-dzszjm') format('woff'), url('common-images/ejicons.ttf?-dzszjm') format('truetype'), url('common-images/ejicons.svg?-dzszjm#ejicons') format('svg');
font-weight: normal;
font-style: normal;
}
.e-icon,
.e-rte-toolbar-icon,
.e-bgcolor-icon,
.e-fontcolor-icon,
.e-rte-footericon,
.e-rte-resize {
font-family: 'ej-webfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.e-icon:before,
.e-rte-toolbar-icon:before,
.e-bgcolor-icon:before,
.e-fontcolor-icon:before,
.e-rte-footericon:before,
.e-rte-resize:before {
width: 14px;
height: 14px;
display: block;
margin: 0 auto;
}
.e-icon {
width: 16px;
height: 16px;
}
/*
.e-icon.e-ui-light
{
background-image: url(../common-images/icons-gray.png);
}
.e-icon.e-ui-dark
{
background-image: url(../common-images/icons-white.png);
}
*/
/* icon positions */
.e-menu.e-horizontal > .e-list > a span.e-arrows:before,
.e-menu.e-horizontal > .e-list > span span.e-arrows:before,
.e-menu.e-horizontal > .e-list:hover > a span.e-arrows:before,
.e-menu.e-horizontal > .e-list:hover > span span.e-arrows:before,
/*----------------------------------- RTL menu ----------------------------------*/ .e-menu.rtl > .e-list > a span.arrows:before,
.e-menu.rtl > .e-list > span span.arrows,
.e-menu.rtl > .e-list:hover > a span.arrows,
.e-menu.rtl > .e-list:hover > span span.arrows:before,
.e-menu.rtl.e-context > .e-list > a span.arrows:before,
.e-menu.rtl.e-context > .e-list > span span.arrows:before,
.e-menu.rtl.e-vertical > .e-list > a span.arrows:before,
.e-menu.rtl.e-vertical > .e-list > span span.arrows:before,
.e-menu.rtl .e-list > ul > .e-list > a span.arrows:before,
.e-menu.rtl .e-list > ul .e-list:hover > span span.arrows:before,
.e-menu.rtl.e-context > .e-list:hover span.arrows:before,
.e-menu.rtl.e-vertical > .e-list:hover span.arrows:before {
content: "\e627";
}
.e-menu .e-list > ul > .e-list > a span.e-arrows:before,
.e-menu .e-list > ul > .e-list > span span.e-arrows:before,
.e-menu.e-context > .e-list > a span.e-arrows:before,
.e-menu.e-context > .e-list > span span.e-arrows:before,
.e-menu.e-vertical > .e-list > a span.e-arrows:before,
.e-menu.e-vertical > .e-list > span span.e-arrows:before,
.e-menu .e-list > ul .e-list:hover > a span.e-arrows:before,
.e-menu .e-list > ul .e-list:hover > span span.e-arrows:before,
.e-menu > .e-list:hover > a span.e-arrows:before,
.e-menu > .e-list:hover > span span.e-arrows:before {
content: "\e622";
}
.e-menu.e-rtl .e-list > ul > .e-list > a span.e-arrows:before,
.e-menu.e-rtl .e-list > ul > .e-list > span span.e-arrows:before,
.e-menu.e-rtl.e-context > .e-list > a span.e-arrows:before,
.e-menu.e-rtl.e-context > .e-list > span span.e-arrows:before,
.e-menu.e-rtl.e-vertical > .e-list > a span.e-arrows:before,
.e-menu.e-rtl.e-vertical > .e-list > span span.e-arrows:before,
.e-menu.e-rtl .e-list > ul .e-list:hover > a span.e-arrows:before,
.e-menu.e-rtl .e-list > ul .e-list:hover > span span.e-arrows:before {
content: "\e623";
}
/*---------------------------------Map-------------------------------------*/
/* ----------common icon position-------------*/
.e-boardpin:before,
.e-icon.e-unpin:before {
content: "\e684";
}
.e-boardpin1:before,
.e-icon.e-pin:before {
content: "\e683";
}
.e-upload:before {
content: "\e678";
}
.e-reload:before {
content: "\e677";
}
.e-close:before {
content: "\e605";
}
.e-addnew:before,
.e-icon.e-collaps:before {
content: "\e676";
}
.e-minus:before,
.e-icon.e-expand:before,
.e-icon.e-minimize:before {
content: "\e675";
}
.e-rarrowright-2x:before {
content: "\e674";
}
.e-rarrowup-2x:before {
content: "\e672";
}
.e-rarrowdown-2x:before {
content: "\e673";
}
.e-rarrowleft-2x:before {
content: "\e671";
}
.e-login:before {
content: "\e670";
}
.e-orientationlanscape:before {
content: "\e66f";
}
.e-searchfind:before,
.e-icon.e-search:before {
content: "\e66e";
}
.e-alignleft:before {
content: "\e682";
}
.e-aligncenter:before {
content: "\e66d";
}
.e-alignright:before {
content: "\e66b";
}
.e-alignjustify:before {
content: "\e66c";
}
.e-alignnone:before {
content: "\e66a";
}
.e-filterset:before {
content: "\e669";
}
.e-filternone:before {
content: "\e668";
}
/**/
.e-arrowheadup-2x:before {
content: "\e667";
}
.e-arrowheaddown-2x:before {
content: "\e666";
}
.e-arrowheadleft-2x:before,
.e-icon.e-left-arrow:before,
.e-rtl .e-icon.e-right-arrow:before {
content: "\e665";
}
.e-arrowheadright-2x:before,
.e-icon.e-right-arrow:before,
.e-rtl .e-icon.e-left-arrow:before {
content: "\e664";
}
.e-numbering:before {
content: "\e663";
}
.e-bullets:before {
content: "\e661";
}
.e-maximize:before {
content: "\e660";
}
.e-delete:before,
.e-icon.e-file-delete:before {
content: "\e681";
}
.e-mediaback:before {
content: "\e65f";
}
.e-mediaforward:before {
content: "\e65e";
}
.e-medianext:before {
content: "\e65d";
}
.e-mediaprev:before {
content: "\e65c";
}
.e-mediaeject:before {
content: "\e65a";
}
.e-mediaclose:before {
content: "\e65b";
}
.e-mediapause:before {
content: "\e659";
}
.e-mediaplay:before {
content: "\e658";
}
.e-righttick:before,
.e-icon.e-file-percentage-success:before {
content: "\e657";
}
.e-cancel:before,
.e-icon.e-file-cancel:before,
.e-icon.e-file-percentage-failed:before {
content: "\e656";
}
.e-smile:before {
content: "\e655";
}
.e-information:before {
content: "\e654";
}
/**/
.e-cut:before {
content: "\e680";
}
.e-edit:before {
content: "\e653";
}
.e-swapleft:before {
content: "\e652";
}
.e-swapright:before {
content: "\e651";
}
.e-swapup:before {
content: "\e650";
}
.e-swapdown:before {
content: "\e64f";
}
.e-zoomin:before {
content: "\e64e";
}
.e-zoomout:before {
content: "\e64d";
}
.e-warningmessage:before {
content: "\e64c";
}
.e-cursor:before {
content: "\e64b";
}
.e-shoppingcart:before {
content: "\e64a";
}
.e-handup:before {
content: "\e648";
}
.e-palette:before {
content: "\e67f";
}
.e-star:before {
content: "\e647";
}
.e-copy:before {
content: "\e646";
}
.e-paste:before {
content: "\e645";
}
.e-settings:before {
content: "\e644";
}
.e-clock:before {
content: "\e643";
}
.e-hyperlink:before {
content: "\e642";
}
.e-hyperlinkbreak:before {
content: "\e641";
}
/**/
.e-resizers:before,
.e-icon.e-resize-handle:before,
.e-rte-resize:before {
content: "\e640";
}
.e-home:before {
content: "\e63f";
}
.e-clipboard:before {
content: "\e63e";
}
.e-userlogin:before {
content: "\e63d";
}
.e-dataexport:before {
content: "\e63c";
}
.e-arrowheadright:before {
content: "\e658";
}
.e-arrowheaddown:before,
.e-icon.e-down-arrow:before,
.e-spin-down .e-icon.e-arrow:before,
.e-icon.e-time:before {
content: "\e63b";
}
.e-arrowheadup:before,
.e-icon.e-up-arrow:before,
.e-spin-up .e-icon.e-arrow:before {
content: "\e63a";
}
.e-arrowheadleft:before {
content: "\e639";
}
.e-undo:before {
content: "\e638";
}
.e-redo:before {
content: "\e637";
}
.e-bold:before {
content: "\e636";
}
.e-italic:before {
content: "\e635";
}
.e-underline:before {
content: "\e634";
}
.e-strikethrough:before {
content: "\e633";
}
.e-font:before {
content: "\e632";
}
.e-rarrowdown:before {
content: "\e631";
}
.e-rarrowleft:before {
content: "\e630";
}
.e-rarrowup:before {
content: "\e67d";
}
.e-rarrowright:before {
content: "\e62f";
}
/**/
.e-calender:before,
.e-icon.e-date:before {
content: "\e62e";
}
.e-datetimecalendar:before,
.e-icon.e-datetime:before {
content: "\e62d";
}
.e-icon.e-collapse-arrow:before {
content: "\e624";
}
.e-icon.e-expand-arrow:before {
content: "\e622";
}
.e-icon.e-maximize:before {
content: "\e61e";
}
.e-icon.e-restore:before {
content: "\e61d";
}
.e-icon.e-file-retry:before {
content: "\e677";
}
.e-icon.e-plus:before {
content: "\e676";
}
.e-icon.e-minus:before {
content: "\e675";
}
.e-rtl .e-icon.e-plus:before {
content: "\e676";
}
.e-rtl .e-icon.e-minus:before {
content: "\e675";
}
.e-groupbutton:before {
content: "\e61c";
}
.e-gnextmedia {
background-position: -51px -84px;
}
.e-gnext {
background-position: -336px -84px;
}
.e-gprevmedia {
background-position: -103px -84px;
}
.e-gprev {
background-position: -313px -84px;
}
.e-gadd {
background-position: -103px 1px;
}
.e-gedit {
background-position: -26px -41px;
}
.e-gdelete {
background-position: -181px -20px;
}
.e-save:before {
content: "\e620";
}
.e-gcancel {
background-position: -440px -20px;
}
.e-gsearch {
background-position: -310px 4px;
}
.e-gdiagonalnext:before {
content: "\e67c";
}
.e-gnextforward:before {
content: "\e67e";
}
.e-gupward {
background-position: -204px 2px;
}
.e-gdownward {
background-position: -180px 2px;
}
.e-gclose {
background-position: -445px -22px;
}
.e-guparrow:before {
content: "\e625";
}
.e-gdownarrow:before {
content: "\e627";
}
.e-gupdatenotify:before {
content: "\e6ff";
font-size: 10px;
}
/*------------------------------------- Control Icon Properties -------------------------------------------*/
.e-datewidget .e-date.e-icon:before,
.e-datetime-wrap .e-datetime.e-icon:before {
height: 21px;
width: 21px;
}
.e-timewidget .e-time.e-icon:before,
.e-ddl .e-down-arrow.e-icon:before {
height: 12px;
width: 12px;
}
.e-numeric .e-icon:before,
.e-percent .e-icon:before,
.e-currency .e-icon:before {
height: 8px;
width: 10px;
}
.e-treeview-wrap .e-icon.e-plus:before {
content: "\e664";
font-size: 11px;
width: 10px;
height: 10px;
}
.e-treeview-wrap.e-rtl .e-icon.e-load:before,
.e-treeview-wrap .e-icon.e-load:before {
content: "";
}
.e-treeview-wrap .e-icon.e-minus:before {
content: "\e67c";
font-size: 8px;
height: 10px;
width: 10px;
}
.e-treeview-wrap.e-rtl .e-icon.e-plus:before {
content: "\e665";
}
.e-treeview-wrap.e-rtl .e-icon.e-minus:before {
content: "\e624";
}
.e-splitter .e-icon:before {
font-size: 10px;
height: 100%;
width: 100%;
}
.e-splitter .h-backward:before {
content: "\e665";
}
.e-splitter .h-forward:before {
content: "\e664";
}
.e-splitter .v-backward:before {
content: "\e667";
}
.e-splitter .v-forward:before {
content: "\e666";
}
.e-rowselect:before {
content: "\e701";
}
.e-sortdirect:before {
content: "\e700";
}
.e-tab .e-icon.e-delete:before,
.e-dialog .e-icon.e-close:before,
.e-uploadbox .e-dialog .e-close:before {
content: "\e605";
}
.e-dialog .e-icon.e-collapse-arrow:before {
content: "\e625";
}
.e-dialog .e-icon.e-expand-arrow:before {
content: "\e627";
}
.e-scroller .e-vup.e-icon:before {
content: "\e672";
left: 5px;
}
.e-scroller .e-vdown.e-icon:before {
content: "\e673";
}
.e-scroller .e-hup.e-icon:before {
content: "\e671";
}
.e-scroller .e-hdown.e-icon:before {
content: "\e674";
}
/*------------------------------------- Scroller - Common Core -------------------------------------------*/
.e-scroller,
.e-scroller .e-content {
overflow: hidden;
}
.e-scroller .e-content,
.e-scroller .e-hhandlespace,
.e-scroller .e-hup,
.e-scroller .e-hdown,
.e-scroller.e-rtl .e-vscroll {
float: left;
}
.e-scroller .e-hhandle,
.e-scroller .e-hhandlespace,
.e-scroller .e-hup,
.e-scroller .e-hdown,
.e-scroller .e-hscroll {
height: 18px;
display: inline-block;
}
.e-scroller .e-vscroll .e-icon {
width: 18px;
}
.e-scroller .e-icon {
font-size: 9px;
}
.e-scroller .e-vscroll .e-icon:before,
.e-scroller .e-hscroll .e-icon:before {
width: 10px;
height: 10px;
top: 5px;
position: absolute;
left: 4px;
}
.e-scroller .e-vscroll,
.e-scroller .e-hscroll,
.e-scroller .e-unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-scroller .e-vscroll {
vertical-align: top;
width: 18px;
float: right;
}
.e-scroller .e-vhandle,
.e-scroller .e-hhandle,
.e-scroller .e-button {
position: relative;
}
.e-scroller.e-rtl {
direction: rtl;
}
.e-scroller.e-rtl .e-content,
.e-scroller.e-rtl .e-hscroll {
float: right;
}
/*------------------------------------- DateTimePicker - Common Core -------------------------------------------*/
.e-datetime-wrap .e-datetime {
background-position: -26px -85px;
}
.e-datetime-popup .e-popup-container {
display: inline-flex;
padding: 5px;
}
.e-datetime-popup .e-button-container {
display: block;
padding: 0 5px 5px;
}
.e-datetime-popup .e-datecontainer,
.e-datetime-popup .e-timecontainer {
display: inline-block;
}
.e-datetime-popup .e-datecontainer {
float: left;
margin: 0 5px 0 0;
}
.e-datetime-popup.e-rtl .e-datecontainer {
float: right;
margin: 0 0 0 5px;
}
.e-datetime-popup .e-timecontainer .e-time-popup {
border-top: medium none;
}
.e-datetime-popup .e-timecontainer .e-header {
border-style: solid solid none;
border-width: 1px;
}
.e-datetime-popup.e-corner-all .e-header {
border-radius: 4px 4px 0 0;
}
.e-datetime-popup.e-corner-all .e-time-popup {
border-radius: 0 0 4px 4px;
}
.e-datetime-popup .e-dt-button {
cursor: pointer;
display: inline-block;
padding: 3px 30px;
text-align: center;
border: 1px solid;
}
.e-datetime-popup .e-dt-button.e-dt-today {
margin: 0 5px 0 0;
}
.e-datetime-popup.e-rtl .e-dt-button.e-dt-today {
margin: 0 0 0 5px;
}
.e-datetime-popup .e-dt-button.e-dt-done {
float: right;
}
.e-datetime-popup.e-rtl .e-dt-button.e-dt-done {
float: left;
}
/*--------------Grid core -----------------*/
.e-grid {
height: auto;
outline: 0 none;
border-width: 1px;
border-style: none solid solid solid;
}
.e-grid,
.e-grid .e-groupcaption,
.e-grid .e-groupcaptionsummary,
.e-grid .e-headercell,
.e-grid .e-headercell-hover,
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover,
.e-grid .e-rowcell,
.e-grid .e-indentcell,
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand,
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled,
.e-grid .e-tabletd {
border-collapse: collapse;
}
.e-grid .e-gridcontent,
.e-grid .e-groupdroparea,
.e-grid .e-headercell,
.e-grid .e-headercell-hover,
.e-grid .e-headercelldiv,
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover,
.e-grid .e-rowcell,
.e-grid .e-indentcell,
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand,
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled,
.e-grid .e-summaryrow,
.e-grid .e-headercontent,
.e-grid .e-gridheader,
.e-grid .e-gridfooter {
overflow: hidden;
}
.e-grid .e-dialog .e-addedrow table,
.e-grid .e-dialog .e-editedrow table,
.e-grid .e-inlineformedit table,
.e-grid .e-externalformedit table {
border-collapse: separate;
border-spacing: 11px;
}
.e-grid .e-dialog .e-addedrow label,
.e-grid .e-dialog .e-editedrow label,
.e-grid .e-inlineformedit label,
.e-grid .e-externalformedit label {
display: inline;
font-weight: normal;
margin-bottom: 0px;
white-space: nowrap;
}
.e-grid [class^="e-"],
.e-grid .e-unboundcelldiv > input {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.e-table,
.e-grid table {
max-width: none;
}
.e-grid .e-editedrow *,
.e-grid .e-addedrow *,
.e-grid .e-dlgcontainer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-grid .e-unboundcelldiv input {
margin: 0px 0px 0px 7px;
padding: 0;
}
.e-grid .e-gridcontent .e-table > tbody > tr:first-child td.e-editCell .e-table {
border-top-width: 0;
border-top-style: none;
}
.e-grid > .e-gridcontent > div > .e-table,
.e-grid > .e-gridheader > div > .e-table {
border-spacing: 0px;
}
.e-grid table th:first-child .e-headercell-hover {
border-width: 1px 0 1px 0;
}
.e-grid .e-gridcontent tr:first-child td {
border-top: 0 none;
}
.e-grid .e-groupdroparea,
.e-grid .e-groupTopLeftcell {
border-style: solid none;
border-width: 1px 0px 0px;
}
.e-grid .e-grid-icon,
.e-grid .e-filterbarcell input {
float: left;
}
.e-grid .e-table,
.e-grid .e-gridsummary {
width: 100%;
table-layout: fixed;
border: 0 none;
border-collapse: separate;
}
.e-grid .e-columnheader {
cursor: pointer;
}
.e-grid .e-gridcontent {
outline: none;
}
.e-grid .e-groupdroparea {
padding-top: 5px;
padding-bottom: 8px;
text-indent: 10pt;
width: 100%;
}
.e-grid .e-groupcaption,
.e-grid .e-groupcaptionsummary {
border-style: solid;
border-width: 1px 0;
display: table-cell;
font-weight: normal;
line-height: 30px;
padding-left: 0.7em;
padding-right: 0.7em;
}
.e-grid .e-headercell,
.e-grid .e-headercell-hover {
height: 40px;
padding: 0 0.5em;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
}
.e-grid .e-headercelldiv {
font-weight: bold;
font-size: 14px;
display: block;
border: 0 none;
height: 29px;
line-height: 29px;
margin: -7px;
padding: 0 0.7em;
text-align: left;
white-space: nowrap;
}
.e-grid .e-groupheadercell,
.e-grid .e-groupheadercell:hover {
font-size: 13px;
font-weight: normal;
margin-left: 10px;
padding: 7px;
cursor: pointer;
height: 17px;
border: 1px solid;
}
.e-grid .e-rowcell,
.e-grid .e-indentcell {
border-style: solid;
display: table-cell;
}
.e-grid .e-rowcell {
border-width: 1px 0 0 1px;
padding: 0.7em;
line-height: 14px;
white-space: nowrap;
width: auto;
vertical-align: middle;
}
.e-grid .e-normaledit .e-rowcell {
padding: 1px 3px;
}
.e-grid .e-normaledit .e-boolcell {
padding-left: 0.7em;
}
.e-grid .e-normaledit .e-unboundcell {
padding: 0.7em;
}
.e-grid .e-lastrowcell {
border-bottom-width: 1px;
}
.e-grid .e-boolrowcell {
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
}
.e-grid .e-indentcell {
border-width: 0 1px 0 0;
line-height: 0.3em;
padding: 0px;
}
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand {
display: table-cell;
cursor: pointer;
padding: 0px;
}
.e-grid .e-recordplusexpand {
white-space: nowrap;
}
.e-grid .e-recordpluscollapse ~ td {
border-bottom: 0 none;
}
.e-grid .e-detailrowcollapse,
.e-grid .e-detailrowexpand,
.e-grid .e-recordpluscollapse,
.e-grid .e-recordplusexpand {
border-style: solid;
border-width: 1px 0px 0px;
}
.e-grid .e-headercell .e-descending,
.e-grid .e-headercell .e-ascending,
.e-grid .e-togglegroup,
.e-grid .e-toggleungroup {
padding-left: 7px;
}
.e-grid .e-togglegroup,
.e-grid .e-toggleungroup {
margin-left: 7px;
}
.e-grid .e-toolbaricons {
min-height: 26px;
min-width: 26px;
text-decoration: none;
vertical-align: middle;
line-height: 26px;
margin: 0;
}
.e-grid .e-toolbar.e-toolbarspan {
border-width: 1px 0 0;
border-style: solid;
display: block !important;
}
.e-grid .e-editcell,
.e-grid .e-tabletd {
padding: 0px;
}
.e-grid .e-editcell .e-table {
border-style: solid;
}
.e-grid .e-grid-filterstatusbar,
.e-grid .e-grid-filterstatusbarbottom {
height: 10px;
border-style: solid;
padding-bottom: 4px;
padding-top: 5px;
display: none;
position: absolute;
}
.e-grid .e-grid-filterstatusbar {
margin-top: -20px;
border-width: 1px 1px 0px 1px;
-moz-border-radius: 4px 4px 0px 0px;
}
.e-grid .e-grid-filterstatusbarbottom {
margin-top: 1px;
border-width: 0px 1px 1px 1px;
-moz-border-radius: 0px 0px 4px 4px;
}
.e-grid .e-filterbarcell input {
width: 70%;
border-width: 1px;
border-style: solid;
text-indent: 1px;
margin-left: 4px;
font-family: Segoe UI;
font-size: 13px;
padding-right: 20%;
}
.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled {
border-width: 1px 0 0 1px;
height: 27px;
padding: 0px;
border-style: solid;
cursor: default;
}
.e-grid-filterstatusbar .e-msgdiv,
.e-grid-filterstatusbarbottom .e-msgdiv {
margin-left: 5px;
margin-top: -3px;
position: absolute;
}
.e-grid .e-headercell .e-filtericon,
.e-grid .e-headercell .e-filteredicon {
float: right;
height: 10px;
margin: -17px -34px -1px 3px;
padding: 3px;
width: 10px;
}
.e-grid .e-headercell .e-filtericon,
.e-grid .e-headercell .e-filteredicon {
width: 16px;
height: 16px;
}
.e-grid.e-dlgcontainer .e-predicate {
border-width: 0;
border-style: solid;
padding: 10px 5px 0 0;
text-align: left;
}
.e-grid.e-dlgcontainer .e-caption {
margin: 0 9px 0 6px;
position: relative;
top: -2px;
}
.e-grid.e-dlgcontainer .e-value .e-caption {
margin: 0 5px 0 0;
}
.e-grid.e-dlgcontainer .e-dlgBtns {
padding: 10px 0;
text-align: right;
}
.e-grid.e-dlgcontainer .e-dlgBtns .e-filter {
margin-right: 6%;
}
.e-grid.e-dlgcontainer .e-dlgBtns .e-clear,
.e-grid.e-dlgcontainer .e-dlgBtns .e-filter {
width: 47%;
}
.e-grid.e-dlgcontainer .e-operator,
.e-grid.e-dlgcontainer .e-value {
padding-top: 10px;
}
.e-grid.e-dlgcontainer select {
padding: 0;
height: 20px;
width: 100%;
}
.e-grid.e-dlgcontainer input[type='text'] {
padding: 0;
width: 197px;
}
.e-grid .e-summaryrow {
font-weight: bold;
border-style: solid;
border-width: 1px 0 0;
padding: 0.5em;
white-space: nowrap;
}
.e-grid .e-boolrowcell input[type='checkbox'] {
margin-left: 0.7em;
width: auto;
height: auto;
}
.e-grid .e-icon {
background-repeat: no-repeat;
background-attachment: scroll;
}
.e-grid .e-recordpluscollapse > div,
.e-grid .e-detailrowcollapse > div,
.e-grid .e-recordplusexpand > div,
.e-grid .e-detailrowexpand > div {
height: 19px;
vertical-align: middle;
width: 23px;
padding: 0px;
background-repeat: repeat;
}
.e-grid .e-dialog .e-close {
background-repeat: repeat;
}
.e-grid .e-ungroupbutton {
float: right;
width: 16px;
height: 16px;
display: none;
}
.e-grid .e-grid-icon .e-ascending,
.e-grid .e-grid-icon .e-descending {
padding-left: 7px;
}
.e-grid .e-headertemplate > .e-headercelldiv {
padding: 0 8px;
}
.e-gridwaitingpopup.e-waitpopup-pane {
background-color: transparent !important;
}
.e-grid .e-gridheader .e-headercell,
.e-grid .e-rowcell {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-grid div.e-error,
.e-grid .e-gridpopup {
position: absolute;
font-weight: normal;
z-index: 99999;
}
.e-grid .e-gridpopup .e-content {
border-width: 1px;
border-style: solid;
}
.e-grid .e-gridpopup .e-content {
border-radius: 4px;
font-size: 14px;
padding: 4px 4px;
}
.e-grid .e-gridpopup span {
display: inline-block;
height: 16px;
cursor: pointer;
padding: 4px;
border: 1px solid transparent;
width: 16px;
}
.e-grid div.e-error .e-errortail {
height: 0;
position: relative;
width: 0;
border: 10px solid transparent;
}
.e-grid .e-filterdiv {
position: relative;
width: 100%;
}
.e-grid .e-filterdiv span {
display: block;
height: 16px;
position: absolute;
right: 7%;
top: 4px;
cursor: pointer;
width: 21px;
}
.e-grid .e-gridpopup .e-tail:before,
.e-grid .e-gridpopup .e-tail:after {
border: 10px solid transparent;
content: "";
height: 0;
left: 8px;
position: absolute;
width: 0;
}
.e-grid .e-gridpopup .e-downtail:after {
top: 34px;
}
.e-grid div.e-error .e-toparrow {
left: 10%;
border-top-width: 2px;
display: block;
}
.e-grid .e-headercellfilter {
padding-right: 35px;
}
.e-reSizeColbg {
position: absolute;
border-left-width: 1px;
border-left-style: dotted;
}
.e-grid .e-gridtoolbar li {
padding: 4px 0 4px 6px;
}
.e-grid .e-gridtoolbar li a {
padding-left: 3px;
}
.e-grid .e-groupheadercell .e-togglegroupbutton {
padding-top: 2px;
}
.e-grid .e-scrollcss {
padding-right: 18px;
}
.e-grid .e-animatebutton {
width: 16px;
height: 10px;
font-size: 12px;
padding-right: 26px;
float: right;
}
.e-grid tr td:first-child,
.e-grid tr th:first-child {
border-left: 0px;
}
.e-grid .e-filterbarcell .e-grid .e-filterbarcelldisabled {
height: 40px;
}
.e-grid .e-dialog .e-rowcell {
border: none;
padding: 0.1em;
}
.e-grid .e-headercell,
.e-grid .e-grouptopleftcell {
border-width: 0 0 0 1px;
border-style: solid;
}
.e-grid .e-grouptopleftcell {
cursor: default;
border-width: 0px;
padding: 0px;
}
.e-grid .e-reorderindicate {
border-right-width: 3px;
}
.e-grid .e-groupdroparea {
font-size: 19px;
font-weight: lighter;
text-align: center;
border-top-width: 1px;
}
.e-grid .e-cloneproperties {
padding: 8px 5px 0px 5px;
border-style: solid;
border-width: 1px;
text-align: center;
vertical-align: middle;
overflow: hidden;
opacity: 0.6;
white-space: nowrap;
}
.e-grid .e-dialog .e-buttons {
clear: both;
float: right;
}
.e-grid .e-detailcell {
padding: 0.4em 0.6em;
}
.e-grid .e-gridheader {
border-bottom-width: 3px;
border-bottom-style: solid;
}
.e-grid .e-externalformedit .e-rowcell,
.e-grid .e-inlineformedit .e-rowcell {
border: none;
}
.e-grid .e-inlineformedit .e-rowcell {
border-top: 0 none;
}
.e-grid .e-inlineform-titlebar {
font-weight: bold;
padding: 0.7em;
}
.e-grid .e-inlineformedit .e-editform-btn {
float: right;
padding: 13px;
}
.e-grid .e-externalformedit .e-editform-btn {
float: right;
padding: 0px 0px 13px 0px;
}
.e-grid .e-inlineformedit form div,
.e-grid .e-externalformedit form div {
display: inline-block;
padding-left: 0px;
padding-right: 0.7em;
}
.e-grid .e-inlineformedit div > label,
.e-grid .e-externalformedit div > label {
display: inline-block;
width: 80px;
}
.e-grid .e-form-container {
min-width: 420px;
position: absolute;
border-width: 0 1px 1px 1px;
border-style: solid;
}
.e-grid .e-externalform {
padding: 1.5em 1em;
}
.e-grid .e-form-titlebar {
font-size: 16px;
font-weight: normal;
padding: 0.7em;
}
.e-grid .e-form-togglebtn {
cursor: pointer;
display: inline-block;
float: right;
height: 20px;
padding: 0 0 4px 5px;
right: 5px;
top: 50%;
width: 20px;
}
.e-grid .e-form-toggle-icon.e-bottomleft:before {
content: "\e672";
}
.e-grid .e-form-toggle-icon.e-topright:before {
content: "\e671";
}
.e-grid .e-form-toggle-icon {
display: inline-block;
height: 20px;
width: 20px;
}
.e-grid .e-editedbatchcell {
padding: 1px 3px;
}
.e-grid .e-detailrowcollapse,
.e-grid .e-detailcell,
.e-grid tr.e-editedrow td.e-rowcell {
border-top-width: 1px;
border-top-style: solid;
}
.e-grid .e-headercontent,
.e-grid .e-detailindentcell {
border-right-width: 1px;
border-right-style: solid;
}
.e-grid .e-gridheader {
border-top-width: 1px;
border-top-style: solid;
}
.e-grid .e-lastgrouptopleftcell {
border-right: 0 none;
}
.e-grid .e-detailrowcollapse + td,
.e-grid .e-detailrowexpand + td {
border-left: none;
}
.e-grid .e-pagermsgdiv {
padding-left: 9px;
padding-top: 0;
}
.e-grid .e-inlineform-titlebar {
border-bottom-width: 1px;
border-style: solid;
border-width: 0 0 1px 0;
}
.e-grid .e-inlineformedit form {
padding-left: 10px;
padding-top: 10px;
}
.e-grid .e-inlineformedit .e-editform-btn {
padding-top: 0;
}
.e-grid .e-movablecontent,
.e-grid .e-movableheader {
border-left: 1px solid;
}
.e-grid .e-frozeny {
border-bottom: 1px solid !important;
}
.e-grid .e-movablecontent,
.e-grid .e-movableheader,
.e-grid .e-movablefooter {
overflow: hidden;
}
.e-grid .e-frozencontentdiv,
.e-grid .e-frozenheaderdiv,
.e-grid .e-frozenfooterdiv {
float: left;
}
.e-grid .e-frozenunbound {
padding-top: 4px;
padding-bottom: 4px;
}
.e-grid .e-error div.e-field-validation-error {
border-radius: 7px;
font-size: 14px;
padding: 7px;
}
.e-grid .e-hide {
display: none !important;
}
.e-grid .emptyrecord {
white-space: nowrap;
}
.e-grid .e-frozeny {
border-bottom-width: 1px !important;
border-bottom-style: solid !important;
}
.e-grid .e-frozenrow + tr > td {
border-top-width: 0px;
}
.e-grid .e-icon:before {
display: inline-block;
}
.e-grid .e-updatedtd:before {
float: left;
margin-left: -11px;
margin-top: -14px;
text-align: left;
font-family: 'ej-webfont';
color: red;
}
.e-grid td {
font-family: Segoe UI;
}
.e-grid form .e-icon:before {
display: block;
}
.e-grid .e-icon.e-animatebutton {
font-size: 10px;
}
.e-grid .e-icon.e-gdiagonalnext {
margin-left: 9px;
font-size: 8px;
}
.e-grid .e-icon.e-gnextforward {
font-size: 10px;
margin-left: 10px;
margin-top: 10px;
}
.e-grid .e-groupheadercell .e-cancel {
padding-right: 11px;
}
.e-grid .e-groupheadercell .e-icon:before {
display: inline;
}
.e-grid .e-filterbarcell .e-icon:before,
.e-grid .e-dialog .e-icon:before {
display: block;
}
.e-grid .e-toolbaricons.e-searchfind {
padding-left: 6px;
}
.e-grid .e-gridtoolbar .e-ejinputtext {
vertical-align: middle;
}
.e-grid .e-rowcell.e-updatedtd {
font-size: 13px;
}
/*-------------- grid rtl----------------*/
.e-grid.e-rtl {
direction: rtl;
}
.e-grid.e-rtl .e-groupheadercell .e-icon:before {
display: inline-block;
}
.e-grid.e-rtl .e-groupheadercell .e-cancel {
padding-left: 23px;
padding-right: 0px;
padding-top: 2px;
}
.e-grid.e-rtl .e-gridtoolbar li a {
padding-right: 5px;
padding-left: 0px;
}
.e-grid.e-rtl .e-gridtoolbar li {
padding: 4px 4px 4px 0;
}
.e-grid.e-rtl .e-headercell .e-descending,
.e-grid.e-rtl .e-headercell .e-ascending,
.e-grid.e-rtl .e-togglegroup,
.e-grid.e-rtl .e-toggleungroup {
padding-right: 7px;
}
.e-grid.e-rtl .e-icon.e-gdiagonalnext {
margin-right: 9px;
}
.e-grid .e-icon.e-gnextforward {
margin-right: 10px;
}
.e-grid.e-rtl .e-groupheadercell,
.e-grid.e-rtl .e-groupheadercell:hover {
margin-right: 10px;
}
.e-grid .e-rtl a,
.e-grid.e-rtl .e-groupheadercell,
.e-grid.e-rtl .e-groupheadercell:hover {
float: right;
}
.e-grid.e-rtl .e-headercontent {
border-left-width: 1px;
border-left-style: solid;
border-right-width: 0px;
}
.e-grid.e-rtl .e-headercell .e-filtericon,
.e-grid.e-rtl .e-headercell .e-filteredicon {
margin: -14px -4px -1px -5px;
}
.e-grid.e-dlgcontainer .e-dlgBtns .e-filter.e-rtl {
margin-left: 6%;
width: 47%;
margin-right: 0px;
}
.e-grid.e-rtl .e-rowcell,
.e-grid.e-rtl .e-filterbarcell,
.e-grid.e-rtl .e-filterbarcelldisabled {
border-width: 1px 1px 0 0;
}
.e-grid.e-rtl tr td:first-child,
.e-grid.e-rtl tr th:first-child {
border-right: 0 none;
}
.e-grid.e-rtl .e-indentcell {
border-left-width: 1px;
border-left-style: solid;
}
.e-grid.e-rtl .e-headercell,
.e-grid.e-rtl .e-grouptopleftcell {
border-width: 0px 1px 0px 0px;
}
.e-grid.e-rtl .e-cloneproperties {
border-width: 1px 1px 3px 1px;
}
.e-grid.e-rtl div.e-pagermsgdiv {
padding-left: 6px;
text-align: left;
}
.e-grid .e-rtl .e-parentmsgbar {
float: left;
padding-left: 6px;
}
.e-grid.e-rtl .e-headercelldiv {
text-align: right;
padding: 0 0.7em;
}
.e-grid.e-rtl .e-recordpluscollapse > div:before,
.e-grid.e-rtl .e-detailrowcollapse > div:before {
content: "\e623";
}
.e-grid.e-rtl .e-recordplusexpand > div:before,
.e-grid.e-rtl .e-detailrowexpand > div:before {
content: "\e624";
}
.e-grid.e-rtl .e-headercell .e-filtericon,
.e-grid.e-rtl .e-headercell .e-filteredicon,
.e-grid.e-rtl .e-animatebutton,
.e-grid.e-rtl .e-ungroupbutton {
float: left;
}
.e-grid.e-rtl .e-filterbarcell input {
float: right;
margin-right: 4px;
}
.e-grid.e-rtl .e-scrollcss {
padding-right: 0px;
padding-left: 18px;
}
.e-grid .e-pager.e-rtl {
display: block;
height: 30px;
}
.e-rtl .e-grid-filterstatusbar .e-msgdiv,
.e-rtl .e-grid-filterstatusbarbottom .e-msgdiv {
margin-right: 5px;
}
.e-grid.e-rtl .e-animatebutton {
padding-left: 26px;
padding-right: 0px;
}
.e-grid.e-rtl .e-frozencontentdiv,
.e-grid.e-rtl .e-frozenheaderdiv,
.e-grid.e-rtl .e-frozenfooterdiv {
float: right;
}
.e-grid.e-rtl .e-movablecontent,
.e-grid.e-rtl .e-movableheader {
border-left-width: 0px;
border-right: 1px solid;
}
.e-grid.e-rtl .e-frozenrow + tr > td {
border-top-width: 0px;
}
.e-grid.e-rtl .e-filterdiv input {
padding-left: 15%;
padding-right: 3%;
width: 75%;
}
.e-grid.e-rtl .e-filterdiv span {
right: 84%;
}
/*---------------------Pager core ------------------------*/
.e-pager,
.e-grid .e-pagerstatusbar {
border-style: solid;
border-width: 1px 0px 0px;
padding-bottom: 4px;
padding-top: 9px;
width: 100%;
white-space: normal;
}
.e-pager div.e-parentmsgbar {
float: right;
padding-right: 6px;
padding-top: 4px;
}
.e-pager .e-pagerstatusbar {
padding-bottom: 9px;
}
.e-pager .e-icon {
display: inline-block;
font-size: 10px;
}
.e-pager .e-numericitem {
border-right-width: 1px;
border-right-style: solid;
}
.e-pager div.e-pagermsgdiv {
padding-right: 6px;
padding-top: 4px;
text-align: right;
}
.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
/* IE 8 */
-ms-filter: "progid:DXImageTraneorm.Microsoft.Alpha(Opacity=30)";
/* IE 5-7 */
filter: alpha(opacity=30);
/* Netscape */
-moz-opacity: 0.3;
/* Safari 1.x */
-khtml-opacity: 0.3;
/* Good browsers */
opacity: 0.3;
}
.e-pager .e-spacing,
.e-pager .e-numericitem:hover,
.e-pager .e-currentitem {
cursor: pointer;
padding: 9px;
text-decoration: none;
}
.e-pager .e-currentitem {
border-width: 1px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.e-pager div,
.e-pager a {
display: inline;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.e-pager .e-firstpage,
.e-pager .e-prevpage,
.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpage,
.e-pager .e-lastpage,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
padding: 7px 4px 2px 8px;
border-right-width: 1px;
border-right-style: solid;
}
.e-pager .e-pagercontainer {
overflow: hidden;
}
.e-pager .e-lastpage,
.e-pager .e-lastpagedisabled {
border-right: none;
}
.e-pager .e-disableditem {
height: 10px;
}
.e-pager .e-firstpage:hover,
.e-pager .e-prevpage:hover,
.e-pager .e-lastpage:hover,
.e-pager .e-nextpage:hover {
cursor: pointer;
}
.e-pager a.e-nextprevitemdisabled {
display: none;
padding-right: 5px;
padding-left: 5px;
margin-right: 1px;
margin-left: 1px;
text-decoration: none;
}
.e-pager .e-pagercontainer {
border-width: 1px;
border-style: solid;
border-radius: 4px 4px 4px 4px;
margin-left: 6px;
}
.e-pager .e-nextpage:hover,
.e-pager .e-lastpage:hover,
.e-pager .e-firstpage:hover,
.e-pager .e-prevpage:hover {
cursor: pointer;
text-decoration: none;
}
.e-pager .e-lastpage:Hover {
border-radius: 0px 4px 4px 0px;
}
.e-pager .e-firstpage:Hover {
border-radius: 4px 0px 0px 4px;
}
.e-pager.e-rtl {
direction: rtl;
}
.e-pager.e-rtl .e-pagercontainer,
.e-pager.e-rtl div,
.e-pager.e-rtl a {
float: right;
}
.e-pager .e-pagermessage {
display: block;
margin: 6px;
}
.e-pager.e-rtl .e-pagercontainer {
margin-right: 6px;
padding: 0px;
}
.e-pager.e-rtl .e-firstpage,
.e-pager.e-rtl .e-prevpage,
.e-pager.e-rtl .e-firstpagedisabled,
.e-pager.e-rtl .e-prevpagedisabled,
.e-pager.e-rtl .e-nextpage,
.e-pager.e-rtl .e-lastpage,
.e-pager.e-rtl .e-nextpagedisabled,
.e-pager.e-rtl .e-lastpagedisabled {
padding: 7px 9px 2px 8px;
}
.e-pager.e-rtl .e-firstpage:before,
.e-pager.e-rtl .e-firstpage:hover,
.e-pager.e-rtl .e-firstpagedisabled:before {
content: "\e65e";
}
.e-pager.e-rtl .e-prevpage:before,
.e-pager.e-rtl .e-prevpage:hover,
.e-pager.e-rtl .e-prevpagedisabled:before {
content: "\e664";
}
.e-pager.e-rtl .e-nextpage:before,
.e-pager.e-rtl .e-nextpage:hover,
.e-pager.e-rtl .e-nextpagedisabled:before {
content: "\e665";
}
.e-pager.e-rtl .e-lastpage:before,
.e-pager.e-rtl .e-lastpage:hover,
.e-pager.e-rtl .e-lastpagedisabled:before {
content: "\e65f";
}
.e-pager.e-rtl .e-nextpage,
.e-pager.e-rtl .e-nextpagedisabled {
border-left-width: 1px;
border-left-style: solid;
}
.e-pager.e-rtl .e-firstpage,
.e-pager.e-rtl .e-firstpagedisabled {
border-right: medium none;
}
.e-pager.e-rtl .e-firstpage:hover {
border-radius: 0px 4px 4px 0px;
}
.e-pager.e-rtl .e-lastpage:hover {
border-radius: 4px 0px 0px 4px;
}
.e-pager.e-rtl .e-spacing,
.e-pager.e-rtl .e-numericitem:hover,
.e-pager.e-rtl .e-currentitem {
padding: 3px 12px 4px 7px;
}
/*------------------------------------- Rotator -------------------------------------------*/
.e-rotator-wrap {
position: relative;
display: block;
}
.e-rotator-wrap .e-in-wrap {
border: medium none;
overflow: visible;
}
.e-rotator-wrap .e-in-wrap .e-inner {
position: relative;
overflow: hidden;
}
.e-rotator-wrap .e-in-wrap.e-multiple {
padding: 4px;
border: 1px solid ;
}
.e-rotator-wrap .e-in-wrap .e-single {
border: 1px solid;
}
.e-rotator-wrap .e-in-wrap .e-inner > ul {
position: relative;
width: 1200px;
left: 0;
top: 0;
overflow: hidden;
}
.e-rotator-wrap .e-in-wrap .e-inner.e-horizontal > ul > li {
float: left;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-nav-btn {
height: 40px;
width: 40px;
opacity: 0.80;
filter: alpha(opacity=80);
position: absolute;
top: 44%;
display: none;
background-repeat: no-repeat;
cursor: pointer;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next {
right: 2%;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-previous {
left: 2%;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next:before,
.e-rotator-wrap .e-in-wrap .e-nav .e-previous:before {
width: 40px;
height: 40px;
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next:before {
content: "\e686";
}
.e-rotator-wrap .e-in-wrap .e-nav .e-previous:before {
content: "\e687";
}
.e-rotator-wrap .e-in-wrap .e-nav .e-next,
.e-rotator-wrap .e-in-wrap .e-nav .e-previous {
top: 47%;
font-size: 40px;
}
.e-rotator-wrap .e-in-wrap .e-nav .play,
.e-rotator-wrap .e-in-wrap .e-nav .pause {
height: 60px;
width: 60px;
left: 46%;
}
.e-rotator-wrap .e-in-wrap .e-nav .play:before,
.e-rotator-wrap .e-in-wrap .e-nav .pause:before {
height: 60px;
width: 60px;
font-size: 60px;
}
.e-rotator-wrap .e-in-wrap .e-nav .play:before {
content: "\e685";
}
.e-rotator-wrap .e-in-wrap .e-nav .pause:before {
content: "\e68a";
}
.e-rotator-wrap .e-nav .e-nav-btn.e-show {
visibility: visible;
}
.e-rotator-wrap .e-nav .e-nav-btn.e-hide {
visibility: hidden;
}
.e-rotator-wrap .e-pager-wrap {
display: block;
text-align: center;
}
.e-rotator-wrap .e-pager-wrap .e-bullet {
margin: 0px;
padding: 10px;
position: absolute;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.default {
left: 45%;
}
.e-rotator-wrap .e-pager-wrap .e-bullet > li {
border: 1px solid ;
border-radius: 20px;
display: inline-block;
list-style-type: none;
width: 10px;
height: 10px;
margin: 3px;
background-repeat: no-repeat;
background-position: 0 5px;
cursor: pointer;
}
.e-rotator-wrap .e-pager-wrap .e-bullet > li:hover,
.e-rotator-wrap .e-pager-wrap .e-bullet > li.e-active {
border: 1px solid;
}
.e-rotator-wrap .e-pager-wrap .e-bullet {
position: absolute;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-topleft {
left: 0;
top: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-topright {
right: 0;
top: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-topCenter {
left: 42%;
top: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-bottomleft {
bottom: 0;
left: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-bottomright {
bottom: 0;
right: 0;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-thumb-pos {
bottom: 29%;
}
.e-rotator-wrap .e-pager-wrap .e-bullet.e-outside {
margin: auto;
position: relative;
}
.e-rotator-wrap .e-thumb {
position: relative;
overflow: hidden;
margin: 2% 10%;
}
.e-rotator-wrap .e-thumb .e-thumb-items {
position: relative;
width: 1200px;
height: 200px;
left: 0;
overflow: hidden;
}
.e-rotator-wrap .e-thumb .e-thumb-items li {
border: 1px solid;
float: left;
list-style: none outside none;
padding: 6px;
margin: 5px;
position: relative;
left: 0;
overflow: hidden;
}
.e-rotator-wrap .e-thumb .e-thumb-items li img {
width: 135px;
height: 85px;
}
.e-rotator-wrap .e-thumb .e-thumb-items li:hover,
.e-rotator-wrap .e-thumb .e-thumb-items li.e-active,
.e-rotator-wrap .e-thumb .e-thumb-items li.e-thumbhover {
border: 3px solid;
padding: 4px;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn {
height: 30px;
width: 30px;
position: absolute;
top: 84%;
visibility: visible;
background-repeat: no-repeat;
cursor: pointer;
font-size: 30px;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-previous {
left: 3%;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-previous:before {
content: "\e688";
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-next {
right: 3%;
}
.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-next:before {
content: "\e689";
}
.e-rotator-wrap .e-inner .e-caption {
bottom: 0;
left: 0;
opacity: 0.50;
filter: alpha(opacity=50);
position: absolute;
height: 50px;
width: 100%;
display: none;
}
.e-rotator-wrap .e-inner .e-caption.e-hide {
visibility: hidden;
}
.e-rotator-wrap .e-inner .e-caption.e-show {
visibility: visible;
}
.e-rotator-wrap .e-inner .e-caption > span {
font-family: icon;
font-size: 22px;
margin-left: 20px;
padding-top: 11px;
position: absolute;
}
/* ---------------------RTE Core CSS --------------- */
.e-rte-wrapper {
display: block;
}
.e-rte .e-rte-toolbar {
width: 100%;
height: auto;
margin-bottom: -4px;
}
.e-rte .editarea {
margin-bottom: -4px;
padding-top: 2px;
}
.e-rte .content-iframe {
border: none;
}
.e-rte .e-resizable-handle {
bottom: 0;
cursor: se-resize;
display: block;
height: 16px;
position: absolute;
right: 0;
width: 16px;
}
.e-rte-toolbar-icon:before {
margin-top: 5px;
}
/*-----------------------Toolbar CSS----------------------*/
.e-rte .e-bgcolor-icon,
.e-rte .e-fontcolor-icon,
.e-rte-toolbar-icon {
display: block;
height: 22px;
width: 22px;
}
.e-rte .e-horizontal .e-tooltxt {
cursor: pointer;
}
.e-rte .e-horizontal {
margin-bottom: 4px;
margin-top: 4px;
padding-left: 4px;
padding-right: 4px;
}
.e-rte .e-toolbar .e-rte-format,
.e-rte .e-toolbar .e-rte-fontgroup {
margin: 1px 0 0 !important;
}
.e-rte .e-rte-toolbar .e-input {
font-size: 13px;
line-height: 13px;
}
/*-----------------Icon Set---------------------*/
.e-rte-toolbar-icon.bold:before {
content: "\e636";
}
.e-rte-toolbar-icon.italic:before {
content: "\e635";
}
.e-rte-toolbar-icon.underline:before {
content: "\e634";
}
.e-rte-toolbar-icon.strikethrough:before {
content: "\e633";
}
.e-rte-toolbar-icon.justifyLeft:before {
content: "\e682";
}
.e-rte-toolbar-icon.justifyCenter:before {
content: "\e66d";
}
.e-rte-toolbar-icon.justifyRight:before {
content: "\e66b";
}
.e-rte-toolbar-icon.justifyFull:before {
content: "\e66c";
}
.e-rte-toolbar-icon.unorderedList:before {
content: "\e661";
}
.e-rte-toolbar-icon.orderedList:before {
content: "\e663";
}
.e-rte-toolbar-icon.indent:before {
content: "\e604";
}
.e-rte-toolbar-icon.outdent:before {
content: "\e603";
}
.e-rte-toolbar-icon.cut:before {
content: "\e680";
}
.e-rte-toolbar-icon.copy:before {
content: "\e646";
}
.e-rte-toolbar-icon.paste:before {
content: "\e645";
}
.e-rte-toolbar-icon.undo:before {
content: "\e638";
}
.e-rte-toolbar-icon.redo:before {
content: "\e637";
}
.e-rte-toolbar-icon.createLink:before {
content: "\e642";
}
.e-rte-toolbar-icon.image:before {
content: "\e66f";
}
.e-rte-toolbar-icon.video:before {
content: "\e608";
}
.e-rte-toolbar-icon.createTable:before {
content: "\e612";
}
.e-rte-toolbar-icon.addRowAbove:before {
content: "\e611";
}
.e-rte-toolbar-icon.addRowBelow:before {
content: "\e610";
}
.e-rte-toolbar-icon.addColumnLeft:before {
content: "\e60f";
}
.e-rte-toolbar-icon.addColumnRight:before {
content: "\e60e";
}
.e-rte-toolbar-icon.deleteRow:before {
content: "\e60d";
}
.e-rte-toolbar-icon.deleteColumn:before {
content: "\e60c";
}
.e-rte-toolbar-icon.deleteTable:before {
content: "\e67a";
}
.e-rte-toolbar-icon.superscript:before {
content: "\e61a";
}
.e-rte-toolbar-icon.subscript:before {
content: "\e61b";
}
.e-rte-toolbar-icon.upperCase:before {
content: "\e616";
}
.e-rte-toolbar-icon.lowerCase:before {
content: "\e617";
}
.e-rte .e-rte-source:before {
content: "\e619";
}
.e-rte .clearFormat:before {
content: "\e60b";
}
.e-rte .clearAll:before {
content: "\e681";
}
.e-rte .e-fontcolor-icon:before {
content: "\e632";
margin-top: 4px;
}
.e-rte .e-bgcolor-icon:before {
content: "\e618";
margin-top: 4px;
}
.e-dialog .customtable-image:before {
content: "\e612";
}
/*-----------------Footer------------------------*/
.e-rte .e-rte-footer {
width: 100%;
margin-top: -1px;
height: 23px;
font-family: monospace;
}
.e-rte .e-rte-footeritems {
height: 16px;
display: inline-block !important;
vertical-align: middle;
text-align: left;
}
.e-rte .e-rte-footer .e-rte-footer-left {
display: inline-block;
text-align: left;
width: 50%;
}
.e-rte .e-rte-footer .e-rte-footer-right {
display: inline-block;
text-align: right;
width: 50%;
}
.e-rte .e-rte-footericon {
height: 16px;
width: 16px;
cursor: pointer;
padding: 3px;
}
.e-rte .e-rte-htmltaginfo {
margin-bottom: 5px;
padding-left: 9px;
}
.e-rte .e-rte-wordcount {
width: 125px;
padding-bottom: 4px;
}
/*-----------------Format Style------------------------*/
.e-ddl-popup .e-h1 {
font-size: 2em;
font-weight: bold;
}
.e-ddl-popup .e-h2 {
font-size: 1.5em;
font-weight: bold;
}
.e-ddl-popup .e-h3 {
font-size: 1.16em;
font-weight: bold;
}
.e-ddl-popup .e-h4 {
font-size: 1em;
font-weight: bold;
}
.e-ddl-popup .e-h5 {
font-size: 0.83em;
font-weight: bold;
}
.e-ddl-popup .e-h6 {
font-size: 0.7em;
font-weight: bold;
}
/*----------------------Split Button-------------------*/
.e-rte .e-btntxt {
display: table-caption;
height: 0px;
margin-top: -5px;
margin-left: 1px;
width: 16px;
}
.e-rte .e-bgcolor-icon,
.e-rte .e-fontcolor-icon {
padding: 0;
margin-top: -5px;
}
/*------------------Table Style------------------*/
.e-rte .e-rte-tablecell {
border-style: solid;
border-width: 1px;
display: inline-block;
height: 18px;
margin: 1px;
overflow: hidden;
vertical-align: top;
width: 18px;
}
.e-rte-palettetable {
border-style: solid;
border-width: 0;
display: inline-block;
height: 25px;
overflow: hidden;
vertical-align: top;
width: 25px;
}
.e-rte .customtable-group {
padding: 3px;
cursor: pointer;
}
.e-rte .customtable-image {
display: inline-block;
height: 16px;
width: 16px;
}
.e-rte .customtable-link {
display: inline-block;
text-decoration: none;
padding-left: 5px;
color: inherit;
}
/*Dialog Content*/
.e-rte .e-rte-label {
clear: both;
float: left;
padding: 0.4em 0 1em;
text-align: left;
width: 29%;
}
.e-rte .e-rte-field {
float: right;
padding: 0em 0 0.6em;
width: 69%;
}
.e-rte .e-rte-tablefields {
display: inline-block;
width: 22%;
padding: 0.3em;
vertical-align: middle;
}
.e-rte .e-inputtext {
height: 25px;
width: 98%;
text-indent: 10px;
font-family: Segoe UI;
font-size: 13px;
}
.e-rte .e-dimensions {
width: 50px;
}
.e-dialog .e-fieldseparate {
border-style: dashed;
border-width: 1px 0 0;
padding-top: 0.6em;
}
.e-rte .e-fieldgroup {
margin-bottom: 10px;
}
.e-dialog .e-rte-button {
bottom: -1em;
clear: both;
text-align: right;
margin-top: 10px;
}
.e-dialog .e-rte-btn {
margin-left: 5px;
}
.e-dialog .e-rte-srctextarea {
width: 600px;
height: 400px;
font-family: inherit;
font-size: inherit;
}
.e-rte .e-rte-video {
min-height: 100px;
min-width: 370px;
}
.e-rte .e-rte-srcbutton {
padding: 0.6em;
text-align: right;
}
/* ----------------------- RTE Core End---------------------*/
/*---------------------------Gantt Common Core----------------*/
.e-gantt *:focus {
outline: none;
}
.e-gantt-core {
display: inline-block;
}
.e-gantt .e-gantt-Spliter {
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
}
.e-gantt .e-gridtreePane {
overflow-y: hidden;
}
.e-gantt .e-ganttchartPane {
overflow: hidden;
}
.e-gantt .e-gantttoolbar {
height: 36px !important;
display: block !important;
background-image: none !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
}
.e-gantt .e-toolbar {
border-width: thin !important;
border-bottom-style: none !important;
}
.e-search.e-tooltxt.e-hover {
background: none !important;
border-color: transparent !important;
padding: 2px !important;
}
.e-search.e-tooltx {
box-shadow: none !important;
}
.e-disable.e-tooltxt:hover {
background: none !important;
}
.e-gantt .e-toolbaricons {
font-size: 20px;
}
.e-gantt .e-gantt-collapseall:before {
margin-left: 3px;
margin-top: 5px;
}
#Task.e-menuitem > div.e-icon:before {
content: "\e601";
padding-top: 3px ;
}
#Add.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Indent.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Outdent.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Delete.e-menuitem > div.e-icon:before {
padding-top: 3px;
}
#Add.e-menuitem.e-contextmenu-mouseover > span.e-expander:before {
content: "\e67e" !important;
}
.e-gantt .e-addnewitem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-edititem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-deleteitem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-saveitem {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-cancel {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-indent {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-outdent {
font-size: 14px;
margin-left: 3px;
padding-top: 4px;
}
.e-gantt .e-expandall {
font-size: 12px;
margin-left: 6px;
padding-top: 7px;
}
.e-gantt .e-collapseall {
font-size: 13px;
}
.e-gantt .e-collapse,
.e-gantt .e-h-arrow {
z-index: 2 !important;
}
.e-gantt .e-splitter {
border-style: solid !important;
border-width: thin !important;
}
.e-gantt .e-dialog .e-titlebar {
padding: 0.7em 0 0.2em 0 !important;
border-bottom-width: 1px !important;
border-style: none none solid none !important;
margin: 0 auto !important;
width: 95% !important;
font-weight: 600;
}
.e-gantt .e-dialog .e-header {
font-weight: 600;
}
.e-gantt .e-dialog-wrap.e-dialog {
width: auto !important;
}
.e-gantt .e-shadow {
box-shadow: none !important;
}
.e-gantt .e-dialog .e-numeric .e-padding,
.e-gantt .e-dialog .e-percent .e-padding,
.e-gantt .e-dialog .e-currency .e-padding,
.e-gantt .e-dialog .e-atc .e-padding,
.e-gantt .e-dialog .e-datewidget .e-padding,
.e-gantt .e-dialog .e-ddl .e-in-wrap,
.e-gantt .e-dialog .e-timewidget .e-padding,
.e-gantt .e-dialog .e-datetime-wrap .e-padding {
padding: 0 !important;
}
.e-gantt .e-dialog .e-dialog-content {
width: auto !important;
height: auto !important;
}
.e-gantt .e-dialog-scroller {
height: auto !important;
}
.e-gantt .e-title {
position: absolute;
margin-top: -4px;
}
.e-gantt .e-dialog-icon .e-close {
position: absoloute ;
}
.e-gantt .e-icon.e-close {
position: absolute;
}
.e-gantt .e-gantttoolbar li {
padding: 5px 0 5px 5px;
}
.e-gantt .e-ejinputtext:focus {
box-shadow: none;
}
.e-gantt .e-dialog .e-widget-content {
padding: 0;
}
.e-gantt .e-field.e-ejinputtext {
text-indent: 4px;
}
.e-gantt .e-datewidget input.e-input {
line-height: 20px;
}
.e-gantt .e-splitter .e-splitbar.e-h-bar:before {
top: 50%;
left: 0.5px;
position: absolute;
}
.e-gantt .e-datewidget input.e-input {
line-height: 20px;
}
.e-gantt .e-splitter .e-splitbar.e-h-bar {
font-family: 'ej-webfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
/*-------------TreeGrid Core-------------------------*/
.e-treegrid-core {
border-collapse: collapse;
font-family: Segoe UI;
font-size: 12px;
height: auto;
outline: 0 none;
}
.e-treegrid .e-gridtreeexpand:before {
content: "\e67c";
font-size: 7px !important;
}
.e-treegrid .e-gridtreecollapse:before {
content: "\e67e";
}
.e-treegrid .e-gridtreeexpand {
margin-top: 5px;
margin-left: 2px;
}
.e-treegrid .e-gridtreecollapse {
margin-top: 4px;
}
.e-treegrid .e-table {
width: 100%;
table-layout: fixed;
border: 0 none;
*border-collapse: separate;
}
.e-treegrid .e-hide {
display: none !important;
}
.e-treegrid .e-gridcontent {
overflow: hidden;
outline: none;
}
.e-treegrid .e-headercell {
border-collapse: collapse;
padding: 0 0.5em;
overflow: hidden;
-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-left-style: solid;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.e-treegrid .e-headercelldiv {
font-weight: 600;
font-size: 14px;
font-family: Segoe UI;
display: block;
border: 0 none;
height: 29px;
line-height: 29px;
overflow: hidden;
margin: -7px;
padding: 0 25px 0 7px;
text-align: left;
white-space: nowrap;
}
.e-treegrid .e-gridtreerowexpand,
.e-treegrid .e-gridtreerowcollapse .e-rowcell {
font-weight: bold;
}
.e-treegrid .e-rowcell {
border-collapse: collapse;
border-style: solid;
border-width: 0 1px 1px 0;
display: table-cell;
overflow: hidden;
white-space: nowrap;
width: auto;
vertical-align: middle;
-ms-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
-khtml-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
text-align: left;
margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
padding-bottom: 0;
}
.e-treegrid .e-descending:before {
content: "\e673";
display: inline-block;
font-size: 14px;
margin-left: 10px;
}
.e-treegrid .e-ascending:before {
content: "\e672";
display: inline-block;
font-size: 14px;
margin-left: 10px;
}
.e-treegrid .e-spacing {
padding: 3px 9px;
*float: left;
}
.e-treegrid .e-gridheader {
overflow-x: hidden;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0 0;
}
.e-treegrid .e-field.e-ejinputtext:focus {
box-shadow: none;
}
.e-treegrid .e-treegrid-icon .e-ascending,
.e-treegrid .e-treegrid-icon .e-descending {
padding-right: 26px;
padding-top: 2px;
}
.e-treegrid {
border-top: none;
}
.e-treegrid .e-editedcell {
padding: 3px;
}
.e-treegrid .e-editedfirstcell {
padding: 0 0 4px;
}
.e-treegrid .e-tabletd {
padding: 0;
border-collapse: collapse;
}
.e-treegrid .e-headercontent {
border-right-width: 1px;
border-right-style: solid;
overflow: hidden;
}
.e-treegrid .e-ejinputtext {
border-width: 1px;
border-style: solid;
outline: none;
vertical-align: baseline;
float: left;
}
.e-treegrid .e-ejinputtext:focus {
box-shadow: 0 0 5px;
}
.e-treegrid tr td:first-child,
.e-treegrid tr th:first-child {
border-left: 0;
text-align: center !important;
}
.e-treegrid .e-reSizeColbg {
position: absolute;
border-left: 1px dotted;
}
.e-treegrid .e-gridcontent .e-rowcell .e-treegrid .e-gridheader .e-headercell {
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
}
.e-intend {
padding-left: 0 !important;
}
.e-treegrid .e-icon.e-date:before {
font-size: 22px;
}
.e-treegrid .e-icon.e-arrow:before {
font-size: 8px;
margin-left: 6px;
}
/*-----GanttChart Common Core----------------*/
.e-ganttchart .e-ganttviewercontainer {
display: block;
position: relative;
}
.e-ganttchart .e-ganttviewerheaderContainer {
position: relative;
overflow: auto;
overflow-x: hidden;
overflow-y: hidden;
height: 45px;
border-bottom-width: 3px;
border-bottom-style: solid;
}
.e-ganttchart .e-ganttviewerbodyContianer {
display: block;
position: relative;
overflow: auto;
}
.e-ganttchart .e-ganttviewerbodyContianer-dependencyViewContainer {
display: block;
position: absolute;
z-index: 1;
}
.e-ganttchart .e-ganttviewerbodyContianer-secondaryCanvas {
display: block;
position: absolute;
}
.e-ganttchart .e-gantt-schedule-container {
display: block;
position: static;
}
.e-ganttchart .e-ganttviewerbodyContianer-ganttViewTable {
display: block;
position: absolute;
z-index: 2;
border-spacing: 0;
}
.e-ganttchart .e-ganttviewerbodyContent {
display: block;
position: relative;
}
.e-ganttchart-core {
position: relative;
}
.e-ganttchart .e-schedule-headerrow-week > thead > tr > th,
.e-ganttchart .e-schedule-headerrow-day > thead > tr > th {
border-left: none;
}
.e-ganttchart .e-schedule-week-headercell-content {
height: 22px;
}
.e-ganttchart .e-schedule-day-headercell {
height: 25px;
border-bottom: none !important;
}
.e-ganttchart .e-schedule-day-headercell,
.e-ganttchart .e-schedule-week-headercell {
font-weight: 600;
font-size: 13px;
font-family: Segoe UI;
text-align: center;
border-spacing: 0;
border-style: solid;
border-width: thin;
white-space: nowrap;
position: static;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
border-top: none;
display: inline-block;
padding: 0;
margin: 0;
}
.e-ganttchart .gripper:before {
content: "\e602";
font-size: 15px !important;
padding: 2px;
}
.e-ganttchart .taskbarresizer-right.e-icon.gripper {
margin-left: -4px;
}
.e-ganttchart .taskbarresizer-left.e-icon.gripper {
margin-left: -6px;
}
.e-ganttchart .e-schedule-headerrow-week,
.e-ganttchart .e-schedule-headerrow-day {
border-collapse: collapse;
padding: 0;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-width: 0;
border-spacing: 0;
margin: auto;
}
.e-ganttchart .e-chartcell {
display: table-cell;
border-bottom-style: solid;
border-bottom-width: 1px;
-ms-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
-khtml-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
border-collapse: collapse;
border-spacing: 0;
}
.e-ganttchart .e-tasknameContainer {
text-align: right;
position: relative;
}
.e-ganttchart .e-hoilday_label {
-webkit-transform: rotate(270deg);
/* Chrome & Safari */
-moz-transform: rotate(270deg);
/* Firefox */
-ms-transform: rotate(270deg);
/* IE 9+ */
-o-transform: rotate(270deg);
/* Opera */
transform: rotate(270deg);
/* CSS3 */
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, sizingMethod='auto expand');
/* IE 7-8 */
}
.e-ganttchart .e-gantt-childtaskbar,
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
border-spacing: 0;
padding: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
position: absolute;
border-style: solid;
border-width: 0.5px;
}
.e-ganttchart .milestone-top,
.e-ganttchart .baseline-milestone-top,
.e-ganttchart .milestone-bottom,
.e-ganttchart .baseline-milestone-bottom {
width: 0;
height: 0;
position: absolute;
z-index: 3;
border: 12px solid transparent;
}
.e-ganttchart .milestone-top,
.e-ganttchart .baseline-milestone-top {
border-top: none;
}
.e-ganttchart .milestone-bottom,
.e-ganttchart .baseline-milestone-bottom {
border-bottom: none;
}
.e-ganttchart .taskbarresizer-left {
position: absolute;
z-index: 4;
}
.e-ganttchart .e-gantt-parenttaskbar-innerdiv {
position: absolute;
z-index: 3;
}
.e-ganttchart .e-tasklabel {
font-size: 11px;
vertical-align: middle;
font-family: Segoe UI;
margin-right: 10px;
margin-left: 5px;
z-index: -1;
color: white;
display: block;
font-weight: normal;
line-height: 19px;
}
.e-ganttchart .e-gantt-childtaskbar-progress,
.e-ganttchart .e-gantt-parenttaskbar-progress {
position: static;
margin: auto;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
border-width: 0.5px;
}
.e-ganttchart .e-progressright {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.e-ganttchart .e-ejganttschedule {
display: inline-block;
display: -moz-inline-stack;
*display: inline;
zoom: 1;
white-space: nowrap;
border-spacing: 0 !important;
border-collapse: collapse;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-ganttchart td {
position: static;
margin: auto;
border-spacing: 0;
padding: 0;
zoom: 1;
white-space: nowrap;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.e-ganttchart .connectorline-rightarrow,
.e-ganttchart .connectorline-leftarrow {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.e-ganttchart .connectorline-rightarrow {
border-left-width: 10px;
border-left-style: solid;
}
.e-ganttchart .connectorline-leftarrow {
border-right-width: 10px;
border-right-style: solid;
}
.e-tooltipgantt,
.e-progressbartooltip,
.e-editingtooltip {
width: auto;
height: auto;
min-height: 30px;
position: relative;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 5px;
display: block;
overflow: hidden;
z-index: 6;
font-family: Segoe UI;
font-size: 12px;
border-width: thin;
border-style: solid;
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
padding: 5px;
}
.e-tooltiptaskname {
font-size: 12px;
font-weight: bold;
}
.e-ganttchart .e-progressbartooltip {
width: 188px;
}
.e-ganttchart .e-childContainer,
.e-ganttchart .e-parentContainer,
.e-ganttchart .e-ganttviewerbodyContianer,
.e-ganttchart .e-ganttviewerbodyContent {
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
}
.e-ganttchart .e-taskbarname,
.e-ganttchart .e-resourceinfo {
font-family: Segoe UI;
font-size: 12px;
-ms-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
-webkit-touch-callout: none;
font-style: normal;
margin: 5px;
}
.customTooltip {
z-index: 6;
width: auto;
padding: 3px;
}
.e-tooltiptable,
.tooltiptd {
margin: 5px;
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box;
-khtml-box-sizing: content-box;
-o-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.e-tooltiptd-alignright {
text-align: right;
}
.e-tooltiptd-alignleft {
text-align: left;
}
.e-tooltiptd-aligncenter {
text-align: center;
}
.e-ganttchart .e-holidays {
position: absolute;
white-space: nowrap;
}
.e-ganttchart .e-secondary-canvas-holiday {
top: 0;
position: absolute;
}
.e-ganttchart .e-holiday-label {
white-space: nowrap;
position: relative;
}
.e-ganttchart .e-striplinespan {
color: white;
white-space: nowrap;
padding: 2px;
position: absolute;
height: 16px;
width: auto;
font-size: 0.8em;
top: 27px;
left: -2px;
}
.e-ganttchart .e-stripline {
top: 0;
position: absolute;
z-index: 4;
}
.e-ganttchart .e-stripLines {
top: 0;
position: absolute;
}
.e-ganttchart .e-weekends {
position: absolute;
}
.e-ganttchart .e-progresshandle {
width: 10px;
height: 5px;
position: absolute;
left: 0;
margin-left: 5px;
}
.e-progresshandleafter {
position: absolute;
left: 0;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom-width: 5px;
border-bottom-style: solid;
z-index: -100;
margin-left: 5px;
}
.e-progresshandle .e-progresshandler-element {
background: none repeat scroll 0 0 white;
height: 4px;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 1px;
width: 8px;
}
.e-progresshandleafter .e-progresshandlerafter-element {
border-bottom: 5px solid white;
border-left: 3px solid transparent;
border-right: 4px solid transparent;
height: 0;
left: 0;
margin-left: -3px;
width: 0;
}
.e-ganttchart .e-headercell-weekend {
-ms-background-clip: content-box;
-webkit-background-clip: content-box;
-khtml-background-clip: content-box;
-o-background-clip: content-box;
-moz-background-clip: content-box;
background-clip: content-box;
}
/* ----------------------- GantChart Common Core End---------------------*/
/*------------------------Schedule Start-----------------------------------*/
.e-schedule.e-scheduleouter {
font-family: Segoe UI;
font-size: 13px;
position: relative;
overflow: hidden;
display: block;
visibility: visible;
outline: medium none;
}
.e-schedule .e-scheduleoutertable {
height: 100%;
width: 100%;
}
.e-schedule .e-scheduleoutertable td,
e-schedule .e-scheduleoutertable tr {
vertical-align: top;
}
.e-scheduledialog .e-table,
.e-schedule .e-table {
border: 0 none;
border-collapse: separate;
margin: 0;
}
.e-schedule .e-table td {
padding: 0;
}
.e-schedule .e-headerdaydisplay {
text-align: center;
overflow: hidden;
position: absolute;
}
.e-schedule .e-scheduleheader {
height: 51px;
}
.e-schedule .e-contentarearow {
height: 100%;
}
.e-schedule .e-dateheadercell {
height: 19px;
margin: 5px;
overflow: hidden;
}
.e-schedule .e-dayheadercell {
text-align: center;
padding-right: 13em;
}
.e-schedule .e-dateheaderselect {
cursor: pointer !important;
}
.e-schedule .e-timecellpadding {
padding-top: 0.45px;
}
.e-schedule .e-datecommondiv {
border: none;
cursor: pointer;
float: left;
padding: 8px 8px 8px 20px;
}
.e-schedule .e-viewsdiv {
float: right;
margin-right: 37px;
height: 100%;
}
.e-schedule .e-viewstable {
table-layout: fixed;
margin-top: -6px;
}
.e-schedule .e-viewstable tr,
.e-schedule .e-viewstable td {
border: none;
}
.e-schedule .e-datedisplay {
border: none;
font-size: 21px;
cursor: pointer;
text-align: center;
outline: medium none;
width: auto;
display: inline-block;
}
.e-schedule .e-commonviewbutton {
cursor: pointer;
height: 20px;
padding: 5px 10px;
text-align: center;
margin-top: 15px;
border-right: none;
outline: none;
}
.e-schedule .e-singleview {
border-radius: 6px;
}
.e-schedule.e-rtl .e-lastview,
.e-schedule .e-firstview {
border-radius: 6px 0 0 6px;
}
.e-schedule.e-rtl .e-firstview,
.e-schedule .e-lastview {
border-radius: 0 6px 6px 0;
}
.e-schedule.e-rtl .e-headrealldaytable tr td:nth-last-child(2) {
border-left: none;
}
.e-schedule .e-schedulesettings {
text-align: center;
padding: 0.5em;
}
.e-schedule .e-emptytrdesign {
height: 3px;
width: 100%;
}
.e-schedule .e-headrealldaytable {
table-layout: fixed;
height: 100%;
position: relative;
float: left;
width: 100%;
}
.e-schedule .e-emptytd,
.e-schedule .e-emptyalldaytd {
width: 18px;
}
.e-schedule .e-settingsindent,
.e-schedule .e-leftindent,
.e-schedule .e-workleftindent {
width: 56px;
}
.e-schedule .e-workleftindent,
.e-schedule .e-timecelltable tr:last-child td,
.e-schedule .e-workcellstab tr:last-child td {
border-bottom: none;
}
.e-schedule .e-worktable {
height: 100%;
width: 100%;
table-layout: fixed;
}
.e-schedule .e-workcells {
height: 20px;
border-top: none;
cursor: default;
}
.e-schedule .e-monthcells {
cursor: default;
}
.e-schedule .e-timecells {
text-align: center;
height: 41px;
position: relative;
cursor: default;
width: 30px;
}
.e-schedule .e-scrolltimecells {
position: absolute;
height: 100%;
}
.e-schedule .e-ampmdisplay {
height: 20px;
}
.e-schedule .e-ampmstyle {
font-size: 10px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
width: 26px;
}
.e-schedule .e-appointwrapper {
position: relative;
}
.e-schedule .e-monthtimecells {
-ms-transform: rotate(270deg);
/* IE 9 */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
/* IE8 and lower versions */
-moz-transform: rotate(270deg);
/* Firefox */
-webkit-transform: rotate(270deg);
/* Safari and Chrome */
-o-transform: rotate(270deg);
/* Opera */
/*height: 85px;*/
text-align: justify;
/*width: 120px;*/
}
.e-schedule .e-monthcurrenttime {
font-weight: 600;
}
.e-schedule .e-highlightcurrenttimeline {
height: 1px;
position: absolute;
}
.e-schedule .e-currenttime {
height: 13px;
width: 28px;
margin-left: 25%;
font-size: 9px;
text-align: center;
}
.e-schedule .e-timewidth {
width: 42px !important;
}
.e-schedule .e-appsoverflow {
height: 17px;
width: 17px;
position: absolute;
cursor: pointer;
}
.e-schedule .e-workareadiv {
position: relative;
height: 100%;
overflow: hidden;
}
.e-schedule .e-workcellstab {
height: 100%;
width: 100%;
table-layout: fixed;
}
.e-schedule .e-timecelltable {
width: 100%;
height: 100%;
}
.e-schedule .e-monthheader {
padding-left: 5px;
height: 20px;
cursor: pointer;
}
.e-schedule .e-monthleftcells,
.e-schedule .e-monthleftindent {
width: 50px;
}
.e-schedule .e-monthappointment,
.e-schedule .e-alldayappointment,
.e-schedule .e-appointment {
overflow: hidden;
position: absolute;
text-align: left;
font-size: 12px;
}
.e-schedule .e-apptext {
font-size: 11px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.e-schedule .e-apptime {
white-space: nowrap;
font-size: 10px;
overflow: hidden;
text-overflow: ellipsis;
}
.e-schedule .e-tophandle {
height: 10px;
position: absolute;
top: 0;
width: 100%;
}
.e-schedule .e-rowcursor {
cursor: ns-resize;
}
.e-schedule .e-columncursor {
cursor: e-resize;
}
.e-schedule .e-bottomhandle {
height: 10px;
position: absolute;
width: 100%;
bottom: 0;
}
.e-schedule .e-lefthandle {
height: 100%;
width: 10px;
position: absolute;
float: left;
left: 0;
}
.e-schedule .e-righthandle {
height: 100%;
width: 10px;
position: absolute;
float: right;
right: 0;
}
.e-schedule.e-rtl .e-navigateprevious,
.e-schedule .e-navigateprevious {
margin-right: 8px;
}
.e-schedule.e-rtl .e-navigatenext,
.e-schedule .e-navigatenext {
margin-left: 15px;
}
.e-schedule .e-lefttimeindicator {
margin-left: -4px;
margin-top: -19px;
position: absolute;
}
.e-schedule .e-righttimeindicator {
margin-top: -19px;
position: absolute;
}
.e-scheduledialog .e-arrowtop {
top: -10px !important;
}
.e-scheduledialog .e-datetimetd {
width: 48%;
}
.e-scheduledialog .e-startenddate {
width: 52%;
float: left;
}
.e-scheduledialog .e-startendtime {
width: 40%;
float: left;
margin-left: 20px;
}
.e-schedule.e-rtl .e-datecommondiv {
float: right;
margin-right: 50px;
}
.e-schedule.e-rtl .e-viewsdiv {
float: left;
margin-left: 37px;
}
.e-schedule.e-rtl .e-headrealldaytable {
float: right;
border-right: medium none !important;
}
.e-schedule.e-rtl .e-currenttime {
margin-right: 25%;
}
.e-schedule.e-rtl .e-currenttime {
margin-right: 25%;
}
.e-schedule.e-rtl .e-lefttimeindicator {
margin-right: -7px;
}
.e-schedule.e-rtl .e-righttimeindicator {
margin-right: -6px;
right: 100%;
}
.e-schedule .e-appointinnertext {
overflow: hidden;
padding: 1px 4px;
text-align: left;
vertical-align: top;
height: 100%;
}
.e-schedule .e-navigatenext,
.e-schedule .e-navigateprevious {
outline: medium none;
display: inline-block;
cursor: pointer;
font-size: 16px;
}
.e-schedule .e-textellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-alldayappointment .e-appointinnertext {
margin-top: -3px;
}
/*------------------------------Appointment window----------------*/
.e-scheduledialog .e-appwindow,
.e-scheduledialog .e-recurwindow {
width: 550px;
}
.e-scheduledialog .e-inputtext {
height: 26px;
text-indent: 5px;
width: 100%;
padding: 1px;
margin: 0;
}
.e-scheduledialog label {
display: inline-block;
font-size: inherit;
}
.e-scheduledialog .e-floatleft {
float: left;
}
.e-scheduledialog .e-leftfields {
width: 15%;
}
.e-scheduledialog .e-rightfields {
width: 95%;
}
.e-scheduledialog .e-windowmargin {
margin: 10px;
}
.e-scheduledialog .e-textlabel {
font-weight: bold;
text-align: left;
}
.e-scheduledialog .e-checkboxmargin {
margin-bottom: 10px;
margin-left: -3px;
}
.e-scheduledialog .e-textmargin {
margin: 5px;
}
.e-scheduledialog .e-alldaytext {
padding-right: 21px;
white-space: nowrap;
}
.e-scheduledialog .e-appcheckbox {
padding-left: 15px;
float: left;
}
.e-scheduledialog .e-apptextalign {
float: left;
padding-right: 15px;
}
.e-scheduledialog .e-controlalign {
float: left;
margin-right: 5px;
}
.e-scheduledialog .e-description {
width: 100%;
height: 70px;
resize: vertical;
}
.e-scheduledialog .e-btnmargin {
margin: 10px -3px 10px 13px;
}
.e-scheduledialog .e-recurendslabel {
font-weight: bold;
text-align: left;
vertical-align: top;
}
.e-scheduledialog .e-recurendsalign {
margin-top: 8px;
}
.e-scheduledialog .e-floatright {
float: right;
}
.e-scheduledialog .e-recurFinalRule,
.e-scheduledialog .e-recurRule {
padding-right: 10px;
font-weight: normal;
}
.e-scheduledialog .e-recureditmsg {
padding: 10px 0;
}
.e-scheduledialog .e-recureditopt {
padding: 5px 0;
}
.e-scheduledialog .e-recureditlbl {
padding-left: 5px;
}
.e-scheduledialog .e-recureditbtns {
bottom: -1em;
clear: both;
padding: 0 7px 12px;
text-align: right;
}
.e-scheduledialog .e-recureditbtns .e-recurdone {
margin-right: 20px;
}
.e-scheduledialog .e-recuredit {
display: none;
}
.e-scheduledialog .e-quickAppDone {
margin-top: 2px;
margin-right: 10px;
}
/*------------------- Quick Appointment Window----------- */
.e-scheduledialog .e-detailedapp {
cursor: pointer;
float: left;
margin-left: 7px;
width: 50%;
font-size: 12px;
}
.e-scheduledialog .e-detailedwindow {
margin-top: 7px;
outline: medium none;
}
.e-scheduledialog .icon-Pasteicon:before {
float: left;
margin-left: 10px;
margin-top: 9px;
vertical-align: middle;
}
.e-scheduledialog .icon-Close:before {
float: right;
cursor: pointer;
font-size: 10px;
}
.e-scheduledialog .e-quickarrow {
bottom: -1px;
height: 10px;
left: 40%;
overflow: hidden;
position: absolute;
visibility: visible;
width: 20px;
}
.e-scheduledialog .icon-Delete:before {
font-size: 15px;
margin-left: 5px;
margin-top: 2px;
position: absolute;
cursor: pointer;
}
.e-schedule .icon-AddGrad:before {
margin-top: 5px;
float: right;
}
.e-scheduledialog .e-editevents {
margin-right: 10px;
font-size: 12px;
}
.e-scheduledialog .e-editevent {
float: left;
margin-left: 40px;
cursor: pointer;
outline: medium none;
}
.e-scheduledialog .e-editseries {
cursor: pointer;
float: right;
margin-right: 5px;
outline: medium none;
margin-left: 2px;
}
.e-scheduledialog .e-disableseries {
cursor: default !important;
}
.e-scheduledialog .e-quickstartend {
float: left;
height: auto;
width: 91%;
font-size: 14px;
}
.e-scheduledialog .e-quicksubject {
padding-bottom: 4px;
height: auto;
width: 90%;
}
.e-scheduledialog .e-schedclosemargin {
float: right;
margin-right: -10px;
margin-top: 6px;
}
.e-scheduledialog .e-pointercursor {
cursor: pointer;
}
.e-scheduledialog .e-quickstartendtime {
font-size: 12px;
padding-bottom: 7px;
}
.e-scheduledialog .e-dialogouter {
background: none repeat scroll 0 0 transparent !important;
display: block;
height: auto;
margin-bottom: -9px !important;
overflow: hidden;
position: relative;
z-index: 1001;
}
.e-scheduledialog .e-tableAppoint {
background: none repeat scroll 0 0 transparent !important;
position: relative;
padding-bottom: 10px;
}
.e-scheduledialog .e-qappwindow {
width: 100%;
}
.e-scheduledialog .e-subjectlabel {
width: 17%;
font-size: 14px;
}
.e-schedule.e-rtl .e-navigatenext:before,
.e-schedule .e-navigateprevious:before {
content: "\e68b";
}
.e-schedule.e-rtl .e-navigateprevious:before,
.e-schedule .e-navigatenext:before {
content: "\e69b";
}
.e-scheduledialog .e-scheduleedit:before {
content: "\e69c";
}
.e-scheduledialog .e-scheduledelete:before {
content: "\e681";
font-size: 20px;
}
.e-scheduledialog .e-scheduleclose:before {
content: "\e69e";
font-size: 8px;
}
.e-scheduledialog .e-recurtitle {
font-size: 16px;
font-weight: bold;
padding: 8px;
}
.e-schedule .icon-AddGrad:before:before {
content: "\e69f";
}
.e-schedule .e-timeidicatorcircle:before {
content: "\e696";
font-size: 9px;
top: 2px;
left: -1px;
position: absolute;
}
.e-schedule .e-ewexpand:before {
content: "\e6fb";
font-size: 14px !important;
}
.e-schedule .e-appointresizer-right {
margin-right: -4px;
margin-top: 0;
}
.e-schedule .e-appointresizer-left {
margin-left: 0;
margin-top: 0;
}
.e-schedule .e-nsexpand:before {
content: "\e712";
font-size: 14px !important;
}
.e-schedule .e-appointresizer-top {
margin-top: -4px;
}
.e-schedule .e-appointresizer-bottom {
margin-bottom: 0;
}
.e-schedule .e-appsoverflow:before {
content: "\e627";
font-size: 12px;
}
.e-draggableAppointment {
font-family: segoe UI;
font-size: 11px;
border: 1px solid black;
background-color: #dbdbde;
overflow: hidden;
}
/*-------------------------------------Scheule End-----------------------------*/ | 0.368974 | 0.175397 |
body {
background-color: #F0F0FF;
}
.bg-own-cyan {
background-color: #37709F;
}
/***** Text Color *****/
.text-own-cyan {
color: #37709F !important;
}
a.text-own-cyan:hover,
a.text-own-cyan:focus {
color: #000077 !important;
}
/***** From Control *****/
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #5790bF;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(55, 112, 159, 0.25);
}
/***** Own Yellow Navbar *****/
.navbar-own-yellow .navbar-brand {
color: rgba(255, 207, 63, 1);
}
.navbar-own-yellow .navbar-brand:hover,
.navbar-own-yellow .navbar-brand:focus {
color: rgba(255, 207, 63, 1);
}
.navbar-own-yellow .navbar-nav .nav-link {
color: rgba(255, 207, 63, 1);
}
.navbar-own-yellow .navbar-nav .nav-link:hover,
.navbar-own-yellow .navbar-nav .nav-link:focus {
color: rgba(255, 207, 63, 0.7);
}
.navbar-own-yellow .navbar-nav .nav-link.disabled {
color: rgba(255, 207, 63, 0.3);
}
.navbar-own-yellow .navbar-nav .show > .nav-link,
.navbar-own-yellow .navbar-nav .active > .nav-link,
.navbar-own-yellow .navbar-nav .nav-link.show,
.navbar-own-yellow .navbar-nav .nav-link.active {
color: rgba(255, 207, 63, 0.9);
}
.navbar-own-yellow .navbar-toggler {
color: rgba(255, 207, 63, 0.5);
border-color: rgba(255, 207, 63, 0.1);
}
.navbar-own-yellow .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 207, 63, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-own-yellow .navbar-text {
color: rgba(255, 207, 63, 0.5);
}
.navbar-own-yellow .navbar-text a {
color: rgba(255, 207, 63, 0.9);
}
.navbar-own-yellow .navbar-text a:hover,
.navbar-own-yellow .navbar-text a:focus {
color: rgba(255, 207, 63, 0.9);
}
/***** Button Border Radius *****/
.btn{
border-radius: 0.5rem;
}
/***** Own Primary Button *****/
.btn-own-yellow {
color: #000;
background-color: #FFCF3F;
border-color: #FFCF3F;
}
.btn-own-yellow:hover {
color: #000;
background-color: #FFBF2F;
border-color: #FFBF2F;
}
.btn-own-yellow:focus,
.btn-own-yellow.focus {
color: #000;
background-color: #FFBF2F;
border-color: #FFBF2F;
box-shadow: 0 0 0 0.2rem rgba(255, 207, 63, 0.5);
}
.btn-own-yellow.disabled,
.btn-own-yellow:disabled {
color: #000;
background-color: #FFCF3F;
border-color: #FFCF3F;
}
.btn-own-yellow:not(:disabled):not(.disabled):active,
.btn-own-yellow:not(:disabled):not(.disabled).active,
.show > .btn-own-yellow.dropdown-toggle {
color: #000;
background-color: #FFBF2F;
border-color: #FFBF2F;
}
.btn-own-yellow:not(:disabled):not(.disabled):active:focus,
.btn-own-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-own-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 207, 63, 0.5);
}
/***** Own Cyan Button *****/
.btn-own-cyan {
color: #fff;
background-color: #37709F;
border-color: #37709F;
}
.btn-own-cyan:hover {
color: #fff;
background-color: #27609F;
border-color: #27609F;
}
.btn-own-cyan:focus,
.btn-own-cyan.focus {
color: #fff;
background-color: #27609F;
border-color: #27609F;
box-shadow: 0 0 0 0.2rem rgba(55, 112, 159, 0.5);
}
.btn-own-cyan.disabled,
.btn-own-cyan:disabled {
color: #fff;
background-color: #37709F;
border-color: #37709F;
}
.btn-own-cyan:not(:disabled):not(.disabled):active,
.btn-own-cyan:not(:disabled):not(.disabled).active,
.show > .btn-own-cyan.dropdown-toggle {
color: #fff;
background-color: #27609F;
border-color: #27609F;
}
.btn-own-cyan:not(:disabled):not(.disabled):active:focus,
.btn-own-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-own-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(55, 112, 159, 0.5);
} | public/css/app.overwritten.css | body {
background-color: #F0F0FF;
}
.bg-own-cyan {
background-color: #37709F;
}
/***** Text Color *****/
.text-own-cyan {
color: #37709F !important;
}
a.text-own-cyan:hover,
a.text-own-cyan:focus {
color: #000077 !important;
}
/***** From Control *****/
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #5790bF;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(55, 112, 159, 0.25);
}
/***** Own Yellow Navbar *****/
.navbar-own-yellow .navbar-brand {
color: rgba(255, 207, 63, 1);
}
.navbar-own-yellow .navbar-brand:hover,
.navbar-own-yellow .navbar-brand:focus {
color: rgba(255, 207, 63, 1);
}
.navbar-own-yellow .navbar-nav .nav-link {
color: rgba(255, 207, 63, 1);
}
.navbar-own-yellow .navbar-nav .nav-link:hover,
.navbar-own-yellow .navbar-nav .nav-link:focus {
color: rgba(255, 207, 63, 0.7);
}
.navbar-own-yellow .navbar-nav .nav-link.disabled {
color: rgba(255, 207, 63, 0.3);
}
.navbar-own-yellow .navbar-nav .show > .nav-link,
.navbar-own-yellow .navbar-nav .active > .nav-link,
.navbar-own-yellow .navbar-nav .nav-link.show,
.navbar-own-yellow .navbar-nav .nav-link.active {
color: rgba(255, 207, 63, 0.9);
}
.navbar-own-yellow .navbar-toggler {
color: rgba(255, 207, 63, 0.5);
border-color: rgba(255, 207, 63, 0.1);
}
.navbar-own-yellow .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 207, 63, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-own-yellow .navbar-text {
color: rgba(255, 207, 63, 0.5);
}
.navbar-own-yellow .navbar-text a {
color: rgba(255, 207, 63, 0.9);
}
.navbar-own-yellow .navbar-text a:hover,
.navbar-own-yellow .navbar-text a:focus {
color: rgba(255, 207, 63, 0.9);
}
/***** Button Border Radius *****/
.btn{
border-radius: 0.5rem;
}
/***** Own Primary Button *****/
.btn-own-yellow {
color: #000;
background-color: #FFCF3F;
border-color: #FFCF3F;
}
.btn-own-yellow:hover {
color: #000;
background-color: #FFBF2F;
border-color: #FFBF2F;
}
.btn-own-yellow:focus,
.btn-own-yellow.focus {
color: #000;
background-color: #FFBF2F;
border-color: #FFBF2F;
box-shadow: 0 0 0 0.2rem rgba(255, 207, 63, 0.5);
}
.btn-own-yellow.disabled,
.btn-own-yellow:disabled {
color: #000;
background-color: #FFCF3F;
border-color: #FFCF3F;
}
.btn-own-yellow:not(:disabled):not(.disabled):active,
.btn-own-yellow:not(:disabled):not(.disabled).active,
.show > .btn-own-yellow.dropdown-toggle {
color: #000;
background-color: #FFBF2F;
border-color: #FFBF2F;
}
.btn-own-yellow:not(:disabled):not(.disabled):active:focus,
.btn-own-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-own-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 207, 63, 0.5);
}
/***** Own Cyan Button *****/
.btn-own-cyan {
color: #fff;
background-color: #37709F;
border-color: #37709F;
}
.btn-own-cyan:hover {
color: #fff;
background-color: #27609F;
border-color: #27609F;
}
.btn-own-cyan:focus,
.btn-own-cyan.focus {
color: #fff;
background-color: #27609F;
border-color: #27609F;
box-shadow: 0 0 0 0.2rem rgba(55, 112, 159, 0.5);
}
.btn-own-cyan.disabled,
.btn-own-cyan:disabled {
color: #fff;
background-color: #37709F;
border-color: #37709F;
}
.btn-own-cyan:not(:disabled):not(.disabled):active,
.btn-own-cyan:not(:disabled):not(.disabled).active,
.show > .btn-own-cyan.dropdown-toggle {
color: #fff;
background-color: #27609F;
border-color: #27609F;
}
.btn-own-cyan:not(:disabled):not(.disabled):active:focus,
.btn-own-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-own-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(55, 112, 159, 0.5);
} | 0.409221 | 0.056366 |
@font-face {
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sharetech/v10/7cHtv4Uyi5K0OeZ7bohU8H0JmA.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #202020;
border-bottom-style: solid;
border-bottom-width: 0.1em;
border-bottom-color: #101010;
}
a {
text-decoration: none;
float: left;
}
.home-img {
padding: 12px;
vertical-align: middle;
}
.home-img:hover {
background-color: transparent;
}
.home {
font-family: 'Share Tech', sans-serif;
font-size: 1.4em;
color: #ffc;
padding-top: 14px;
padding-bottom: 14px;
padding-right: 40px;
padding-left: 0;
}
.home:hover {
background-color: transparent;
}
.games-nav,
.contact-nav,
.about-nav {
font-size: 1.1em;
padding: 16px 20px;
display: block;
color: white;
text-align: center;
text-decoration: none;
}
.games-nav:hover,
.contact-nav:hover,
.about-nav:hover {
color: #ffc;
border-bottom-style: solid;
border-bottom-width: 0.1em;
border-bottom-color: #505050;
}
.active {
color: #ffc;
border-bottom-style: solid;
border-bottom-width: 0.1em;
border-bottom-color: #ffc;
}
.search-container {
float: left;
}
.search-container input[type='text'] {
padding: 6px;
margin-top: 10px;
margin-left: 20px;
font-size: 17px;
border: none;
color: white;
background: #101010;
}
.search-container button {
vertical-align: middle;
float: right;
padding: 6px;
margin-top: 10px;
margin-right: 16px;
background: #303030;
font-size: 17px;
border: none;
cursor: pointer;
}
.search-container button:hover {
color: #696969;
}
@media screen and (max-width: 600px) {
.nav .search-container {
float: none;
}
.nav a,
.nav input[type='text'],
.nav .search-container button {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.nav input[type='text'] {
border: 1px solid #ffc;
}
}
.signin,
.signout {
font-size: 1.1em;
padding: 16px 20px;
display: block;
color: white;
text-align: center;
text-decoration: none;
float: right;
}
.signin:hover,
.signout:hover {
color: #ffc;
} | frontend/src/styles/NavBar.css | @font-face {
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sharetech/v10/7cHtv4Uyi5K0OeZ7bohU8H0JmA.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #202020;
border-bottom-style: solid;
border-bottom-width: 0.1em;
border-bottom-color: #101010;
}
a {
text-decoration: none;
float: left;
}
.home-img {
padding: 12px;
vertical-align: middle;
}
.home-img:hover {
background-color: transparent;
}
.home {
font-family: 'Share Tech', sans-serif;
font-size: 1.4em;
color: #ffc;
padding-top: 14px;
padding-bottom: 14px;
padding-right: 40px;
padding-left: 0;
}
.home:hover {
background-color: transparent;
}
.games-nav,
.contact-nav,
.about-nav {
font-size: 1.1em;
padding: 16px 20px;
display: block;
color: white;
text-align: center;
text-decoration: none;
}
.games-nav:hover,
.contact-nav:hover,
.about-nav:hover {
color: #ffc;
border-bottom-style: solid;
border-bottom-width: 0.1em;
border-bottom-color: #505050;
}
.active {
color: #ffc;
border-bottom-style: solid;
border-bottom-width: 0.1em;
border-bottom-color: #ffc;
}
.search-container {
float: left;
}
.search-container input[type='text'] {
padding: 6px;
margin-top: 10px;
margin-left: 20px;
font-size: 17px;
border: none;
color: white;
background: #101010;
}
.search-container button {
vertical-align: middle;
float: right;
padding: 6px;
margin-top: 10px;
margin-right: 16px;
background: #303030;
font-size: 17px;
border: none;
cursor: pointer;
}
.search-container button:hover {
color: #696969;
}
@media screen and (max-width: 600px) {
.nav .search-container {
float: none;
}
.nav a,
.nav input[type='text'],
.nav .search-container button {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.nav input[type='text'] {
border: 1px solid #ffc;
}
}
.signin,
.signout {
font-size: 1.1em;
padding: 16px 20px;
display: block;
color: white;
text-align: center;
text-decoration: none;
float: right;
}
.signin:hover,
.signout:hover {
color: #ffc;
} | 0.516595 | 0.09314 |
* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
font-size: 16px;
color: #666666;
line-height: 26px;
font-weight: 500;
background: #ffffff;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
-webkit-font-smoothing: antialiased;
font-family: 'Muli', sans-serif;
}
@media (min-width:1200px) {
.container {
max-width: 1170px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1690px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
.boxed_wrapper{
position: relative;
overflow-x: hidden !important;
margin: 0 auto;
width: 100%;
min-width: 280px;
}
a{
font-style: normal;
text-decoration:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: 'Muli', sans-serif;
font-weight: 500;
font-size: 16px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
font-size: 16px;
line-height: 26px;
font-weight: 500;
font-family: 'Muli', sans-serif;
color: #666666;
margin: 0px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
position:relative;
font-family: 'Josefin Sans', sans-serif;
font-weight: 500;
margin: 0px;
font-style: normal;
transition: all 500ms ease;
}
h4{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 700;
transition: all 500ms ease;
}
.bg-color-1{
background: #f6f6f6;
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
img.lazy-image.loaded {
background-image: none;
}
img.lazy-image {
background-position: center center;
background-repeat: no-repeat;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
/* Preloader */
.handle-preloader {
align-items: center;
-webkit-align-items: center;
display: flex;
display: -ms-flexbox;
height: 100%;
justify-content: center;
-webkit-justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 99999;
background: #fff;
}
.handle-preloader .animation-preloader {
position: absolute;
z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
animation: spinner 1s infinite linear;
border-radius: 50%;
height: 170px;
margin: 0 auto 45px auto;
width: 170px;
}
.handle-preloader .animation-preloader .txt-loading {
text-align: center;
user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
animation: letters-loading 4s infinite;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
top:0;
line-height: 70px;
position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
letter-spacing: 15px;
display: inline-block;
position: relative;
font-size: 70px;
line-height: 70px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
background-color: #ffffff;
height: 100%;
position: fixed;
top: 0;
width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
opacity: 0;
transition: 0.3s ease-out;
}
/* Animación del preloader */
@keyframes spinner {
to {
transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.handle-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
}
@media screen and (max-width: 500px) {
.handle-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
/** button **/
.theme-btn{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 30px;
font-weight: 700 !important;
font-family: 'Josefin Sans', sans-serif;
color: #fff !important;
background: transparent;
padding: 7px 30px;
text-align: center;
cursor: pointer;
background-size: 200% auto;
border-radius: 5px;
z-index: 1;
transition: all 500ms ease;
}
.theme-btn:hover{
background-position: right center;
}
.theme-btn.style-one span{
position: relative;
display: inline-block;
font-size: 25px;
font-family: 'Josefin Sans', sans-serif;
background: #fff;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
border-radius: 3px;
margin-left: 10px;
}
.theme-btn.style-two{
background: #fff;
color: #1d165c !important;
}
.theme-btn.style-two:before{
position: absolute;
content: '';
width: 7px;
height: 7px;
left: 20px;
top: 20px;
transition: all 500ms ease;
}
.theme-btn.style-two:hover:before{
background: #fff;
}
.theme-btn.style-two span{
position: relative;
display: inline-block;
font-size: 25px;
color: #1d165c;
margin-left: 10px;
transition: all 500ms ease;
}
.theme-btn.style-two:hover,
.theme-btn.style-two:hover span{
color: #fff !important;
}
.theme-btn.style-two:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0%;
height: 100%;
z-index: -1;
border-radius: 5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.theme-btn.style-two:hover:after{
left: 0px;
width: 100%;
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn.style-three{
position: relative;
padding: 7px 16px 7px 35px;
}
.theme-btn.style-three span{
font-size: 25px;
margin-left: 7px;
}
.theme-btn.style-three:hover{
color: #fff !important;
}
.theme-btn.style-three:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
top: 0px;
right: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn.style-three:hover:before{
width: 100%;
left: 0px;
}
.btn-style-four{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
font-family: 'Josefin Sans', Sans-serif;
color: #fff;
padding-left: 17px;
}
.btn-style-four span{
font-size: 25px;
margin-left: 7px;
}
.btn-style-four:before{
position: absolute;
content: '';
width: 7px;
height: 7px;
left: 0px;
top: 10px;
border-radius: 50%;
transition: all 500ms ease;
}
.theme-btn.style-five{
padding: 14px 57px;
border-radius: 10px;
}
.theme-btn.style-five i{
font-weight: 400;
margin-right: 8px;
font-size: 14px;
}
.theme-btn.style-six{
border-radius: 30px;
padding: 7px 28px;
}
.theme-btn.style-seven{
border-radius: 30px;
padding: 11px 26px;
}
.theme-btn.style-seven i{
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}
.btn-style-eight{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
font-family: 'Josefin Sans', sans-serif;
color: #1d165c;
text-align: center;
padding: 14px 39px;
border-radius: 30px;
z-index: 1;
}
.btn-style-eight:before{
position: absolute;
content: '';
background: #fff;
width: calc(100% - 2px);
height: calc(100% - 2px);
left: 1px;
top: 1px;
border-radius: 30px;
z-index: -1;
transition: all 500ms ease;
}
.btn-style-eight:hover{
color: #fff;
}
.btn-style-eight:hover:before{
opacity: 0;
}
.theme-btn.style-nine{
border-radius: 30px;
padding: 12px 47px;
}
.theme-btn.style-ten{
border-radius: 30px;
padding: 12px 45px;
}
.pagination{
position: relative;
display: block;
}
.pagination li{
display: inline-block;
margin: 0px 6px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 18px;
font-family: 'Josefin Sans', sans-serif;
height: 46px;
width: 46px;
line-height: 50px;
background: #fff;
font-weight: 600;
border-radius: 5px;
text-align: center;
color: #1d165c;
box-shadow: 0 0px 30px 5px #e4e4ee;
transition: all 500ms ease;
}
.pagination li:first-child a,
.pagination li:last-child a{
width: 96px;
}
.pagination li a:hover,
.pagination li a.active{
color: #fff;
}
.scroll-top {
width: 45px;
height: 45px;
line-height: 45px;
position: fixed;
background: transparent;
border: 1px solid #4b4f5b;
bottom: 105%;
right: 50px;
font-size: 24px;
z-index: 99;
color: #bdbdbe;
text-align: center;
cursor: pointer;
transition: 1s ease;
border-radius: 5px;
}
.scroll-top:hover{
}
.scroll-top.open {
bottom: 30px;
}
.scroll-top span{
color: #bdbdbe;
transition: all 500ms ease;
}
.scroll-top:hover span{
color: #fff;
}
.sec-pad{
padding: 130px 0px !important;
}
.sec-pad-2{
padding: 100px 0px !important;
}
/* sec-title */
.sec-title{
position: relative;
margin-bottom: 20px;
}
.sec-title.text-center{
text-align: center;
}
.sec-title.text-left{
text-align: left;
}
.sec-title p{
position: relative;
font-size: 13px;
line-height: 24px;
font-family: 'Muli', sans-serif;
font-weight: 600;
color: #666666;
text-transform: uppercase;
margin-bottom: 18px;
}
.sec-title h2{
position: relative;
font-size: 36px;
line-height: 46px;
font-weight: 700;
padding-bottom: 16px;
margin: 0px;
}
.sec-title.style-two h2{
color: #040535;
}
.sec-title.light p,
.sec-title.light h2{
color: #fff;
}
.sec-title .decor{
position: relative;
width: 57px;
height: 9px;
background-repeat: no-repeat;
margin: 0 auto;
}
.sec-title.text-left .decor{
margin: 0px;
}
.float-bob-y {
animation-name: float-bob-y;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-y;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-y;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-y;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-y;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.float-bob-x{
animation-name: float-bob-x;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 15s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 15s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 15s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.float-bob-x-2{
animation-name: float-bob-x;
animation-duration: 25s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 25s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 25s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 25s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 25s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.rotate-me {
animation-name: rotateme;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.rotate-me-2 {
animation-name: rotateme-2;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme-2;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme-2;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme-2;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme-2;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
/** anim-icon **/
.anim-icon {
position: absolute;
left: 0;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
}
.anim-icon .icon{
position: absolute;
}
.anim-icon .icon-1{
width: 130px;
height: 130px;
left: 60px;
top: 50%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-2{
width: 110px;
height: 110px;
left: 80px;
top: 40%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-3{
width: 60px;
height: 60px;
left: 200px;
top: 30%;
-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-4{
width: 130px;
height: 130px;
right: 60px;
top: 50%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-5{
width: 110px;
height: 110px;
right: 90px;
top: 40%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-6{
width: 60px;
height: 60px;
right: 200px;
top: 30%;
-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-7{
width: 130px;
height: 107px;
right: 80px;
top: 10%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-8{
width: 70px;
height: 58px;
right: 220px;
top: 0%;
-webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-9{
top: 20%;
-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-10{
top: 30%;
-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-11{
top: 40%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-12{
top: 30%;
-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-13{
top: 10%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-14{
top: 0%;
-webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-15{
top: 20%;
-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-16{
top: 30%;
-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
@keyframes slide{
from { background-position: 0 0; }
to { background-position: 1920px 0; }
}
@-webkit-keyframes slide{
from { background-position: 0 0; }
to { background-position: 1920px 0; }
}
/* margin */
.mt-5 {
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-35 {
margin-top: 35px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-45 {
margin-top: 45px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-55 {
margin-top: 55px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mt-65 {
margin-top: 65px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-75 {
margin-top: 75px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-35 {
margin-bottom: 35px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-45 {
margin-bottom: 45px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-55 {
margin-bottom: 55px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-65 {
margin-bottom: 65px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-75 {
margin-bottom: 75px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-35 {
margin-left: 35px !important;
}
.ml-40 {
margin-left: 40px !important;
}
.ml-45 {
margin-left: 45px !important;
}
.ml-50 {
margin-left: 50px !important;
}
.ml-55 {
margin-left: 55px !important;
}
.ml-60 {
margin-left: 60px !important;
}
.ml-65 {
margin-left: 65px !important;
}
.ml-70 {
margin-left: 70px !important;
}
.ml-75 {
margin-left: 75px !important;
}
.ml-80 {
margin-left: 80px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-35 {
margin-right: 35px !important;
}
.mr-40 {
margin-right: 40px !important;
}
.mr-45 {
margin-right: 45px !important;
}
.mr-50 {
margin-right: 50px !important;
}
.mr-55 {
margin-right: 55px !important;
}
.mr-60 {
margin-right: 60px !important;
}
.mr-65 {
margin-right: 65px !important;
}
.mr-70 {
margin-right: 70px !important;
}
.mr-75 {
margin-right: 75px !important;
}
.mr-80 {
margin-right: 80px !important;
}
/* padding */
.pt-5 {
padding-top: 5px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-35 {
padding-top: 35px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-45 {
padding-top: 45px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pt-55 {
padding-top: 55px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pt-65 {
padding-top: 65px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-75 {
padding-top: 75px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-55 {
padding-bottom: 55px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-65 {
padding-bottom: 65px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-75 {
padding-bottom: 75px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pl-55 {
padding-left: 55px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pl-65 {
padding-left: 65px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pl-75 {
padding-left: 75px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.pr-55 {
padding-right: 55px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.pr-65 {
padding-right: 65px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.pr-75 {
padding-right: 75px !important;
}
.pr-80 {
padding-right: 80px !important;
} | public/assets/frontend/css/global.css | * {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
font-size: 16px;
color: #666666;
line-height: 26px;
font-weight: 500;
background: #ffffff;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
-webkit-font-smoothing: antialiased;
font-family: 'Muli', sans-serif;
}
@media (min-width:1200px) {
.container {
max-width: 1170px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1690px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
.boxed_wrapper{
position: relative;
overflow-x: hidden !important;
margin: 0 auto;
width: 100%;
min-width: 280px;
}
a{
font-style: normal;
text-decoration:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: 'Muli', sans-serif;
font-weight: 500;
font-size: 16px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
font-size: 16px;
line-height: 26px;
font-weight: 500;
font-family: 'Muli', sans-serif;
color: #666666;
margin: 0px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
position:relative;
font-family: 'Josefin Sans', sans-serif;
font-weight: 500;
margin: 0px;
font-style: normal;
transition: all 500ms ease;
}
h4{
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: 700;
transition: all 500ms ease;
}
.bg-color-1{
background: #f6f6f6;
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
img.lazy-image.loaded {
background-image: none;
}
img.lazy-image {
background-position: center center;
background-repeat: no-repeat;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
/* Preloader */
.handle-preloader {
align-items: center;
-webkit-align-items: center;
display: flex;
display: -ms-flexbox;
height: 100%;
justify-content: center;
-webkit-justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 99999;
background: #fff;
}
.handle-preloader .animation-preloader {
position: absolute;
z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
animation: spinner 1s infinite linear;
border-radius: 50%;
height: 170px;
margin: 0 auto 45px auto;
width: 170px;
}
.handle-preloader .animation-preloader .txt-loading {
text-align: center;
user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
animation: letters-loading 4s infinite;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
top:0;
line-height: 70px;
position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
letter-spacing: 15px;
display: inline-block;
position: relative;
font-size: 70px;
line-height: 70px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
background-color: #ffffff;
height: 100%;
position: fixed;
top: 0;
width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
opacity: 0;
transition: 0.3s ease-out;
}
/* Animación del preloader */
@keyframes spinner {
to {
transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.handle-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
}
@media screen and (max-width: 500px) {
.handle-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
/** button **/
.theme-btn{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 30px;
font-weight: 700 !important;
font-family: 'Josefin Sans', sans-serif;
color: #fff !important;
background: transparent;
padding: 7px 30px;
text-align: center;
cursor: pointer;
background-size: 200% auto;
border-radius: 5px;
z-index: 1;
transition: all 500ms ease;
}
.theme-btn:hover{
background-position: right center;
}
.theme-btn.style-one span{
position: relative;
display: inline-block;
font-size: 25px;
font-family: 'Josefin Sans', sans-serif;
background: #fff;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
border-radius: 3px;
margin-left: 10px;
}
.theme-btn.style-two{
background: #fff;
color: #1d165c !important;
}
.theme-btn.style-two:before{
position: absolute;
content: '';
width: 7px;
height: 7px;
left: 20px;
top: 20px;
transition: all 500ms ease;
}
.theme-btn.style-two:hover:before{
background: #fff;
}
.theme-btn.style-two span{
position: relative;
display: inline-block;
font-size: 25px;
color: #1d165c;
margin-left: 10px;
transition: all 500ms ease;
}
.theme-btn.style-two:hover,
.theme-btn.style-two:hover span{
color: #fff !important;
}
.theme-btn.style-two:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0%;
height: 100%;
z-index: -1;
border-radius: 5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.theme-btn.style-two:hover:after{
left: 0px;
width: 100%;
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn.style-three{
position: relative;
padding: 7px 16px 7px 35px;
}
.theme-btn.style-three span{
font-size: 25px;
margin-left: 7px;
}
.theme-btn.style-three:hover{
color: #fff !important;
}
.theme-btn.style-three:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
top: 0px;
right: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn.style-three:hover:before{
width: 100%;
left: 0px;
}
.btn-style-four{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
font-family: 'Josefin Sans', Sans-serif;
color: #fff;
padding-left: 17px;
}
.btn-style-four span{
font-size: 25px;
margin-left: 7px;
}
.btn-style-four:before{
position: absolute;
content: '';
width: 7px;
height: 7px;
left: 0px;
top: 10px;
border-radius: 50%;
transition: all 500ms ease;
}
.theme-btn.style-five{
padding: 14px 57px;
border-radius: 10px;
}
.theme-btn.style-five i{
font-weight: 400;
margin-right: 8px;
font-size: 14px;
}
.theme-btn.style-six{
border-radius: 30px;
padding: 7px 28px;
}
.theme-btn.style-seven{
border-radius: 30px;
padding: 11px 26px;
}
.theme-btn.style-seven i{
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}
.btn-style-eight{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
font-family: 'Josefin Sans', sans-serif;
color: #1d165c;
text-align: center;
padding: 14px 39px;
border-radius: 30px;
z-index: 1;
}
.btn-style-eight:before{
position: absolute;
content: '';
background: #fff;
width: calc(100% - 2px);
height: calc(100% - 2px);
left: 1px;
top: 1px;
border-radius: 30px;
z-index: -1;
transition: all 500ms ease;
}
.btn-style-eight:hover{
color: #fff;
}
.btn-style-eight:hover:before{
opacity: 0;
}
.theme-btn.style-nine{
border-radius: 30px;
padding: 12px 47px;
}
.theme-btn.style-ten{
border-radius: 30px;
padding: 12px 45px;
}
.pagination{
position: relative;
display: block;
}
.pagination li{
display: inline-block;
margin: 0px 6px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 18px;
font-family: 'Josefin Sans', sans-serif;
height: 46px;
width: 46px;
line-height: 50px;
background: #fff;
font-weight: 600;
border-radius: 5px;
text-align: center;
color: #1d165c;
box-shadow: 0 0px 30px 5px #e4e4ee;
transition: all 500ms ease;
}
.pagination li:first-child a,
.pagination li:last-child a{
width: 96px;
}
.pagination li a:hover,
.pagination li a.active{
color: #fff;
}
.scroll-top {
width: 45px;
height: 45px;
line-height: 45px;
position: fixed;
background: transparent;
border: 1px solid #4b4f5b;
bottom: 105%;
right: 50px;
font-size: 24px;
z-index: 99;
color: #bdbdbe;
text-align: center;
cursor: pointer;
transition: 1s ease;
border-radius: 5px;
}
.scroll-top:hover{
}
.scroll-top.open {
bottom: 30px;
}
.scroll-top span{
color: #bdbdbe;
transition: all 500ms ease;
}
.scroll-top:hover span{
color: #fff;
}
.sec-pad{
padding: 130px 0px !important;
}
.sec-pad-2{
padding: 100px 0px !important;
}
/* sec-title */
.sec-title{
position: relative;
margin-bottom: 20px;
}
.sec-title.text-center{
text-align: center;
}
.sec-title.text-left{
text-align: left;
}
.sec-title p{
position: relative;
font-size: 13px;
line-height: 24px;
font-family: 'Muli', sans-serif;
font-weight: 600;
color: #666666;
text-transform: uppercase;
margin-bottom: 18px;
}
.sec-title h2{
position: relative;
font-size: 36px;
line-height: 46px;
font-weight: 700;
padding-bottom: 16px;
margin: 0px;
}
.sec-title.style-two h2{
color: #040535;
}
.sec-title.light p,
.sec-title.light h2{
color: #fff;
}
.sec-title .decor{
position: relative;
width: 57px;
height: 9px;
background-repeat: no-repeat;
margin: 0 auto;
}
.sec-title.text-left .decor{
margin: 0px;
}
.float-bob-y {
animation-name: float-bob-y;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-y;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-y;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-y;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-y;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.float-bob-x{
animation-name: float-bob-x;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 15s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 15s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 15s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.float-bob-x-2{
animation-name: float-bob-x;
animation-duration: 25s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 25s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 25s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 25s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 25s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.rotate-me {
animation-name: rotateme;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.rotate-me-2 {
animation-name: rotateme-2;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme-2;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme-2;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme-2;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme-2;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
/** anim-icon **/
.anim-icon {
position: absolute;
left: 0;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
}
.anim-icon .icon{
position: absolute;
}
.anim-icon .icon-1{
width: 130px;
height: 130px;
left: 60px;
top: 50%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-2{
width: 110px;
height: 110px;
left: 80px;
top: 40%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-3{
width: 60px;
height: 60px;
left: 200px;
top: 30%;
-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-4{
width: 130px;
height: 130px;
right: 60px;
top: 50%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-5{
width: 110px;
height: 110px;
right: 90px;
top: 40%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-6{
width: 60px;
height: 60px;
right: 200px;
top: 30%;
-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-7{
width: 130px;
height: 107px;
right: 80px;
top: 10%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-8{
width: 70px;
height: 58px;
right: 220px;
top: 0%;
-webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-9{
top: 20%;
-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-10{
top: 30%;
-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-11{
top: 40%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-12{
top: 30%;
-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-13{
top: 10%;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon-14{
top: 0%;
-webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-15{
top: 20%;
-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.anim-icon .icon-16{
top: 30%;
-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
@keyframes slide{
from { background-position: 0 0; }
to { background-position: 1920px 0; }
}
@-webkit-keyframes slide{
from { background-position: 0 0; }
to { background-position: 1920px 0; }
}
/* margin */
.mt-5 {
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-35 {
margin-top: 35px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-45 {
margin-top: 45px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-55 {
margin-top: 55px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mt-65 {
margin-top: 65px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-75 {
margin-top: 75px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-35 {
margin-bottom: 35px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-45 {
margin-bottom: 45px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-55 {
margin-bottom: 55px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-65 {
margin-bottom: 65px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-75 {
margin-bottom: 75px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-35 {
margin-left: 35px !important;
}
.ml-40 {
margin-left: 40px !important;
}
.ml-45 {
margin-left: 45px !important;
}
.ml-50 {
margin-left: 50px !important;
}
.ml-55 {
margin-left: 55px !important;
}
.ml-60 {
margin-left: 60px !important;
}
.ml-65 {
margin-left: 65px !important;
}
.ml-70 {
margin-left: 70px !important;
}
.ml-75 {
margin-left: 75px !important;
}
.ml-80 {
margin-left: 80px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-35 {
margin-right: 35px !important;
}
.mr-40 {
margin-right: 40px !important;
}
.mr-45 {
margin-right: 45px !important;
}
.mr-50 {
margin-right: 50px !important;
}
.mr-55 {
margin-right: 55px !important;
}
.mr-60 {
margin-right: 60px !important;
}
.mr-65 {
margin-right: 65px !important;
}
.mr-70 {
margin-right: 70px !important;
}
.mr-75 {
margin-right: 75px !important;
}
.mr-80 {
margin-right: 80px !important;
}
/* padding */
.pt-5 {
padding-top: 5px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-35 {
padding-top: 35px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-45 {
padding-top: 45px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pt-55 {
padding-top: 55px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pt-65 {
padding-top: 65px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-75 {
padding-top: 75px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-55 {
padding-bottom: 55px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-65 {
padding-bottom: 65px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-75 {
padding-bottom: 75px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pl-55 {
padding-left: 55px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pl-65 {
padding-left: 65px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pl-75 {
padding-left: 75px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.pr-55 {
padding-right: 55px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.pr-65 {
padding-right: 65px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.pr-75 {
padding-right: 75px !important;
}
.pr-80 {
padding-right: 80px !important;
} | 0.402275 | 0.055515 |
:root {
/* Scrollbar */
--scrollbar-track-background-color: #121212;
--scrollbar-thumb-background-color: #222;
--scrollbar-thumb-hover-background-color: #555;
/* Generic */
--background-color: #121212;
--text-color: #bcbcbc;
--link-color: white;
--svg-fill-color: #626262;
/* Notifications */
--notification-border-color: transparent;
/* Overlay */
--to-create-overlay-background-color: #134e82;
--to-rename-overlay-background-color: rgba(30, 136, 229, .7);
--to-delete-overlay-background-color: rgba(255, 0, 0, .6);
/* Modal */
--modal-background-color: #222;
--modal-border-color: transparent;
--modal-input-border-color: transparent;
--modal-button-background-color: white;
--modal-button-text-color: #121212;
/* Context menu */
--context-menu-background-color: #383838;
--context-menu-text-color: white;
--context-menu-hover-background-color: #494949;
--context-menu-hover-text-color: white;
/* Sidebar */
--sidebar-notes-background-color: #121212;
--sidebar-notes-text-color: #626262;
--sidebar-active-note-background-color: #222;
--sidebar-active-note-text-color: white;
/* Drag */
--drag-border-color: #454545;
--drag-resizing-border-color: white;
/* Bar */
--bar-border-color: #454545;
/* Toolbar */
--toolbar-button-color: #626262;
--toolbar-button-hover-background-color: #222;
--toolbar-button-hover-color: white;
--toolbar-submenu-background-color: #121212;
/* Editor */
--pre-border-color: #454545;
--highlight-background-color: yellow;
--highlight-text-color: black;
--table-border: 3px solid #454545;
--table-td-border: 1px solid #222;
--table-td-heading-background-color: #222;
/* Only in Options */
--hotkey-background-color: #222;
--hotkey-text-color: white;
--comment-background-color: #222;
--comment-text-color: white;
--slider-background-color: white;
--slider-thumb-background-color: white;
--slider-thumb-size: 12px;
}
body {
opacity: 1;
} | static/themes/dark.css | :root {
/* Scrollbar */
--scrollbar-track-background-color: #121212;
--scrollbar-thumb-background-color: #222;
--scrollbar-thumb-hover-background-color: #555;
/* Generic */
--background-color: #121212;
--text-color: #bcbcbc;
--link-color: white;
--svg-fill-color: #626262;
/* Notifications */
--notification-border-color: transparent;
/* Overlay */
--to-create-overlay-background-color: #134e82;
--to-rename-overlay-background-color: rgba(30, 136, 229, .7);
--to-delete-overlay-background-color: rgba(255, 0, 0, .6);
/* Modal */
--modal-background-color: #222;
--modal-border-color: transparent;
--modal-input-border-color: transparent;
--modal-button-background-color: white;
--modal-button-text-color: #121212;
/* Context menu */
--context-menu-background-color: #383838;
--context-menu-text-color: white;
--context-menu-hover-background-color: #494949;
--context-menu-hover-text-color: white;
/* Sidebar */
--sidebar-notes-background-color: #121212;
--sidebar-notes-text-color: #626262;
--sidebar-active-note-background-color: #222;
--sidebar-active-note-text-color: white;
/* Drag */
--drag-border-color: #454545;
--drag-resizing-border-color: white;
/* Bar */
--bar-border-color: #454545;
/* Toolbar */
--toolbar-button-color: #626262;
--toolbar-button-hover-background-color: #222;
--toolbar-button-hover-color: white;
--toolbar-submenu-background-color: #121212;
/* Editor */
--pre-border-color: #454545;
--highlight-background-color: yellow;
--highlight-text-color: black;
--table-border: 3px solid #454545;
--table-td-border: 1px solid #222;
--table-td-heading-background-color: #222;
/* Only in Options */
--hotkey-background-color: #222;
--hotkey-text-color: white;
--comment-background-color: #222;
--comment-text-color: white;
--slider-background-color: white;
--slider-thumb-background-color: white;
--slider-thumb-size: 12px;
}
body {
opacity: 1;
} | 0.258139 | 0.079997 |
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Medium.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Regular.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Bold.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-SemiBold.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-ExtraBold.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-ExtraBold.woff') format('woff');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-MediumItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-BoldItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-SemiBoldItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-ExtraBoldItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-ExtraBoldItalic.woff') format('woff');
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Italic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
} | public/fonts/eb-garamond/eb-garamond.css | @font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Medium.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Regular.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Bold.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-SemiBold.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-ExtraBold.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-ExtraBold.woff') format('woff');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-MediumItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-BoldItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-SemiBoldItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-ExtraBoldItalic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-ExtraBoldItalic.woff') format('woff');
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'EB Garamond';
src: url('../fonts/eb-garamond/subset-EBGaramond-Italic.woff2') format('woff2'),
url('../fonts/eb-garamond/subset-EBGaramond-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
} | 0.334155 | 0.064535 |
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #ecf0f1;
font-family: sans-serif;
margin: 0 auto;
}
p {
color: #524c56;
font-size: 160%;
line-height: 155%;
padding: 3%;
text-indent: 2%;
text-align: justify;
}
h3 {
font-size: 175%;
line-height: 155%;
font-weight: 500;
color: #524c56;
text-align: center;
text-transform: uppercase;
padding: 0;
}
a {
color: #524c56;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #c3d7df;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
width: auto;
margin-bottom: -4px;
}
#wrapper {
max-width: 1200px;
margin: 0 auto;
}
#banner-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 0 3% 0;
}
header {
width: 100%;
height: 100px;
top: 0;
left: 0;
}
header #logo img{
margin: 20px;
float: left;
width: 50px;
}
nav {
float: right;
padding: 25px 20px 0px 0px;
}
#menu-icon {
display: none;
font-size: 50px;
}
ul {
list-style: none;
}
nav ul li {
font-size: 150%;
display: inline-block;
float: left;
padding: 10px;
}
nav ul li a {
color: #0295a8;
}
.current {
color: #3F5767;
}
a:hover {
color: #a5bdcd;
}
.one-third {
width: 31.5%;
float: left;
padding: 10px;
text-align: center;
}
.icon-wrap {
margin: 0 auto;
width: 120px;
height: 120px;
background-color:#16D5F7;
border-radius: 125px;
text-align: center;
margin-top: 3%;
}
.icon-wrap i {
text-align: center;
color: #ffffff;
font-size: 450%;
padding: 20%;
}
.left-col {
float: left;
margin: 0 auto;
width: 60%;
height: auto;
padding: 1%;
}
.one-third-padding {
width: 29%;
float: left;
margin: 2% 2%;
}
.clearfix-padding {
clear: both;
padding: 2%;
}
footer {
background: #2c3e50;
width: 100%;
overflow: auto;
}
.icon-text {
width: 100%;
margin: 0 auto;
}
.icon-text-icon {
float: left;
width: 20%;
padding: 4%;
}
.icon-text-text {
float: left;
width: 60%;
padding: 4% 4% 2% 0;
font-size:
}
.footer-nav {
text-align: right;
}
.footer-nav a {
font-size: 160%;
color: #c3d7df;
font-weight: 300;
}
.footer-nav a:hover {
color: #f5f5f5;
}
.social {
list-style-type: none;
text-align: center;
}
.social li {
display: inline;
}
.social i {
font-size: 420%;
margin: 1%;
padding: 5%;
color: #c3d7df;
}
.social i:hover {
color: #f5f5f5;
}
@media screen and (max-width: 768px) {
p {
font-size: 130%;
}
h3 {
font-size: 150%;
}
header {
height: 80px;
position: relative;
}
header #logo {
margin: 15px 0 20px -25px;
}
#menu-icon {
display: inline-block;
}
nav:hover ul {
display: block;
}
nav ul, nav:active ul {
display: none;
z-index: 1000;
position: absolute;
padding: 20px;
background: #f5f5f5;
border: 1px solid #a5bdcd;
right: 20px;
width: 30%;
opacity: .95;
}
nav li {
text-align: center;
width: 100%;
}
.one-third {
float: left;
width: 100%;
}
.icon-wrap {
height: 80px;
width: 80px;
margin-top: 3%;
}
.icon-wrap i {
font-size: 250%;
padding-top: 27%;
}
.left-col {
width: 100%;
padding: 0;
}
.sidebar {
width: 100%;
}
.one-third-padding {
width: 98%;
margin: 0;
padding: 1%;
}
.icon-text-icon {
width: 100%;
padding: 0 0 2% 0;
}
.icon-text-text {
width: 100%;
padding: 2% 0 0 0;
font-size: 80%;
}
.footer-nav {
margin: 0 auto;
text-align: center;
padding: 5%;
}
.footer-nav li {
padding: 1%;
}
} | public/css/style.css | * {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #ecf0f1;
font-family: sans-serif;
margin: 0 auto;
}
p {
color: #524c56;
font-size: 160%;
line-height: 155%;
padding: 3%;
text-indent: 2%;
text-align: justify;
}
h3 {
font-size: 175%;
line-height: 155%;
font-weight: 500;
color: #524c56;
text-align: center;
text-transform: uppercase;
padding: 0;
}
a {
color: #524c56;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #c3d7df;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
width: auto;
margin-bottom: -4px;
}
#wrapper {
max-width: 1200px;
margin: 0 auto;
}
#banner-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 0 3% 0;
}
header {
width: 100%;
height: 100px;
top: 0;
left: 0;
}
header #logo img{
margin: 20px;
float: left;
width: 50px;
}
nav {
float: right;
padding: 25px 20px 0px 0px;
}
#menu-icon {
display: none;
font-size: 50px;
}
ul {
list-style: none;
}
nav ul li {
font-size: 150%;
display: inline-block;
float: left;
padding: 10px;
}
nav ul li a {
color: #0295a8;
}
.current {
color: #3F5767;
}
a:hover {
color: #a5bdcd;
}
.one-third {
width: 31.5%;
float: left;
padding: 10px;
text-align: center;
}
.icon-wrap {
margin: 0 auto;
width: 120px;
height: 120px;
background-color:#16D5F7;
border-radius: 125px;
text-align: center;
margin-top: 3%;
}
.icon-wrap i {
text-align: center;
color: #ffffff;
font-size: 450%;
padding: 20%;
}
.left-col {
float: left;
margin: 0 auto;
width: 60%;
height: auto;
padding: 1%;
}
.one-third-padding {
width: 29%;
float: left;
margin: 2% 2%;
}
.clearfix-padding {
clear: both;
padding: 2%;
}
footer {
background: #2c3e50;
width: 100%;
overflow: auto;
}
.icon-text {
width: 100%;
margin: 0 auto;
}
.icon-text-icon {
float: left;
width: 20%;
padding: 4%;
}
.icon-text-text {
float: left;
width: 60%;
padding: 4% 4% 2% 0;
font-size:
}
.footer-nav {
text-align: right;
}
.footer-nav a {
font-size: 160%;
color: #c3d7df;
font-weight: 300;
}
.footer-nav a:hover {
color: #f5f5f5;
}
.social {
list-style-type: none;
text-align: center;
}
.social li {
display: inline;
}
.social i {
font-size: 420%;
margin: 1%;
padding: 5%;
color: #c3d7df;
}
.social i:hover {
color: #f5f5f5;
}
@media screen and (max-width: 768px) {
p {
font-size: 130%;
}
h3 {
font-size: 150%;
}
header {
height: 80px;
position: relative;
}
header #logo {
margin: 15px 0 20px -25px;
}
#menu-icon {
display: inline-block;
}
nav:hover ul {
display: block;
}
nav ul, nav:active ul {
display: none;
z-index: 1000;
position: absolute;
padding: 20px;
background: #f5f5f5;
border: 1px solid #a5bdcd;
right: 20px;
width: 30%;
opacity: .95;
}
nav li {
text-align: center;
width: 100%;
}
.one-third {
float: left;
width: 100%;
}
.icon-wrap {
height: 80px;
width: 80px;
margin-top: 3%;
}
.icon-wrap i {
font-size: 250%;
padding-top: 27%;
}
.left-col {
width: 100%;
padding: 0;
}
.sidebar {
width: 100%;
}
.one-third-padding {
width: 98%;
margin: 0;
padding: 1%;
}
.icon-text-icon {
width: 100%;
padding: 0 0 2% 0;
}
.icon-text-text {
width: 100%;
padding: 2% 0 0 0;
font-size: 80%;
}
.footer-nav {
margin: 0 auto;
text-align: center;
padding: 5%;
}
.footer-nav li {
padding: 1%;
}
} | 0.372734 | 0.098469 |
@import url('../font/font.css');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Gotham', sans-serif;
}
header,
footer,
section {
overflow: hidden;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none !important;
}
img {
max-width: 100%;
}
input,
textarea,
button {
box-shadow: unset !important;
outline: none !important;
}
/* style */
/* header */
header {
background-color: #fff;
}
.logo {
padding: 1em;
width: 120px;
}
/* end header */
/* main block */
.thankyoupopwrap {
position: relative;
padding: 3px 0;
background-color: #000;
}
.mainblock {
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
position: relative;
overflow: hidden;
}
.mainblock2 {
background-image: url(../images/bluredbg.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
position: relative;
overflow: hidden;
background-color: #060709;
}
.blurblock {
filter: blur(3px);
}
.bannertext {
max-width: 600px;
width: 100%;
}
.bannercontent {
justify-content: center;
padding: 8% 1em 35% 1em;
display: flex;
flex-direction: column;
align-items: center;
}
.bannerbtn a {
display: block;
margin: 3em 0 1em 0;
width: 300px;
}
/* end mainblock */
/* banner form */
.bannerform {
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 3% 0 20% 0;
}
.bannerformcont {
max-width: 800px;
width: -webkit-fill-available;
margin: 0 auto;
background-color: rgba(255, 255, 255, .95);
background-color: rgb(255 255 255 / 90%);
}
.bannerformtop {
background-color: #e92227;
color: #fff;
text-transform: uppercase;
padding: 0 5px;
text-align: center;
}
.bannerformtop p {
font-family: 'Gotham-Medium';
font-size: 16px;
font-weight: 500;
line-height: 34px;
margin: 0 !important;
}
.formhead {
text-align: center;
}
.formhead h4 {
display: inline-block;
border-bottom: 1px solid #000;
padding-bottom: 5px;
margin: 1em 0;
font-weight: 400;
font-family: 'Gotham-Light';
font-size: 18px;
}
.bannerformbox {
width: 100%;
padding: .5em 1em 1em 1em;
}
.bannerformbox .row {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.choosebox {
width: 50%;
margin: .8em 0;
}
.choosebox input {
display: none;
}
.choosebox label {
padding: 0 0 0 2em;
position: relative;
color: #000;
font-size: 15px;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
}
.customcheck {
position: absolute;
width: 20px;
height: 23px;
top: -3px;
left: 0;
background-image: url(../images/circle.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.customcheck:before {
content: '';
background-image: url(../images/check.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: absolute;
width: 90%;
height: 13px;
top: 2px;
left: 5px;
display: none;
}
.choosebox input:checked ~ .customcheck:before {
display: block;
}
.otherchoosebox {
width: 100%;
display: flex;
align-items: center;
}
.otherchoosebox .choosebox {
width: unset;
margin-right: 1em;
}
.otherchoosebox input[type="text"] {
background: no-repeat;
border: none;
border-bottom: 1px solid #000;
display: block;
flex: 1;
width: 50%;
}
.personalform {
display: block;
}
.blurdiv {
position: relative;
filter: blur(3px);
z-index: 0;
}
.blurdiv:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, .5);
z-index: 1;
}
.floatinglabel {
position: relative;
height: 30px;
margin: 1.5em 0;
font-family: 'Gotham-Light';
z-index: 0;
}
.floatinglabel input {
margin: 0 !important;
padding: 0 !important;
height: 100%;
padding-top: 1em !important;
}
.floatplaceholder {
position: absolute;
top: -3px;
left: 0;
font-size: 14px;
font-family: 'Gotham-Light';
z-index: -1;
transition: .3s;
}
.floatinglabel input:focus {
border-bottom: 1px solid #e92227;
}
.floatinglabel input:focus ~ .floatplaceholder {
top: -5px;
}
.personalform input {
background: none;
border: none;
border-bottom: 1px solid #000;
display: block;
width: 100%;
padding: 5px 0;
margin: 1em 0;
font-weight: 500;
font-size: 14px;
font-family: 'Gotham-Light';
color: #000;
}
.personalform input::placeholder {
color: #000;
}
.mobileinput, .mobileotp {
width: 48%;
display: flex;
align-items: center;
font-family: 'Gotham-Light';
position: relative;
}
.mobileinput input, .mobileotp input {
border: 1px solid #000;
height: 25px;
padding: 5px;
margin: 0;
}
.mobileinput button {
height: 25px;
width: 130px;
background: none;
border: none;
background-color: #e92227;
border: 1px solid #000;
margin-left: 2px;
color: #fff;
cursor: pointer;
}
.stateinputwrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.stateinputwrap .floatinglabel {
width: 48%;
}
.mobileinputwrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.mobileinput label, .mobileotp label {
font-size: 14px;
color: #000;
font-weight: 500;
white-space: nowrap;
margin-right: 10px;
}
.textinput input {
margin: 0;
padding: 0;
border: none;
height: 100%;
}
.textinput {
margin: 1em 0;
position: relative;
height: 28px;
border-bottom: 1px solid #000;
}
.textinput span {
color: #000;
font-size: 12px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
.querywrap {
display: flex;
flex-direction: column;
}
.querywrap label {
font-size: 14px;
color: #000;
margin-bottom: 5px;
font-weight: 500;
font-family: 'Gotham-Light';
}
.querywrap textarea {
background: none;
border: 1px solid #000;
padding: 5px;
font-size: 14px;
font-family: 'Gotham';
resize: none;
}
.personalchbox input {
opacity: 0.5;
display: none;
}
.personalchbox label {
padding: 0 0 0 2em;
display: block;
margin-top: 1em;
font-size: 12px;
color: #000;
position: relative;
font-family: 'Gotham-Light';
}
.personalchbox label a {
color: #000;
}
.personalcheck {
position: absolute;
width: 16px;
height: 16px;
border: 1px solid #000;
top: 50%;
left: 0;
transform: translate(0, -50%);
border-radius: 2px;
}
.personalcheck:before {
content: '';
position: absolute;
width: 55%;
height: 30%;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
top: 44%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
display: none;
}
.personalchbox input:checked ~ .personalcheck {
background-color: #e92227;
}
.personalchbox input:checked ~ .personalcheck:before {
display: block;
}
.personalsubmit {
text-align: center;
margin: 2em 0 0 0;
}
.personalsubmit button {
background: none;
border: none;
background-color: #e92227;
height: 30px;
width: 100px;
border: 1px solid #000;
color: #fff;
letter-spacing: 5px;
cursor: pointer;
}
.tahnkyouwrap {
width: 100%;
height: 100%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 33%;
left: 50%;
transform: translate(-50%, -50%);
}
.thankyoubox {
max-width: 600px;
width: 100%;
height: 350px;
background-color: rgb(255 255 255 / 90%);
margin: 1em;
padding: 1em;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.thankyoubox h4 {
font-size: 3em;
font-family: 'Futura-regular';
letter-spacing: 5px;
}
.thankyoubox p {
color: #000;
font-weight: 700;
margin: 1em 0;
font-family: 'Futura-regular';
letter-spacing: 4px;
}
.thankyouok {
display: block;
background-color: #e92227;
border: 1px solid #000;
color: #fff;
cursor: 'pointer';
padding: 5px 1em;
}
/* end banner form */
/* error */
.invalid-feedback {
font-size: 11px;
color: red;
position: absolute;
font-weight: 600;
top: 110%;
left: 0;
}
.invalid-feedback-2 {
font-size: 11px;
color: red;
font-weight: 600;
}
/* end error */
.MAC .bannerformtop {
background-color: #e92227;
color: #fff;
font-weight: 500;
text-transform: uppercase;
text-align: center;
font-size: 17px;
font-family: 'Gotham-Medium', Arial;
align-items: center;
display: block;
line-height: 47px;
height: 34px;
}
.MAC .formhead {
margin: 3% 0 0;
}
.MAC .floatinglabel {
margin-bottom: 32px;
}
.MAC .personalchbox {
clear: both;
display: block;
float: left;
width: 100%;
padding: 5% 0;
}
.MAC .personalform input[type="text"] {font-family: 'Arial';}
.MAC #resendOtp-button {
z-index: 99;
float: none;
height: 100px;
}
.MAC .stateinputwrap {
margin-top: 22px;
}
/* footer */
footer {
background-color: #fff;
}
footer .row {
display: flex;
justify-content: space-between;
align-items: center;
}
.footerbox {
width: 33.33%;
padding: 1em;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.footerbox:before {
content: '';
position: absolute;
width: 1px;
height: 30px;
background-color: #000;
top: 50%;
right: -1px;
transform: translate(0, -50%);
}
.footerbox:nth-child(3):before {
display: none;
}
.footerbox p {
font-size: 16px;
margin: 0;
font-weight: 400;
font-family: 'Gotham-Medium';
}
.footerbox p span {
font-family: 'Gotham-Medium';
font-weight: 300;
}
.footerbox ul {
display: flex;
justify-content: flex-end;
align-items: center;
}
.footerbox ul li a {
display: block;
margin-left: 8px;
}
.footerbox ul li a img {
width: 33px;
}
.MAC .personalchbox label {
line-height: 20px;
display: inline-flex;
}
.personalchbox label a:hover {
color: #ea2228;
}
.MAC .personalchbox label a {
margin-left: 6px;
}
@media (max-width: 800px) {
.bannerformcont {
max-width: 95%;
}
.footerbox p {
font-size: 12px;
}
}
@media (max-width: 767px) {
.choosebox {
width: 100%;
}
.mobileinput, .mobileotp,
.stateinputwrap .floatinglabel {
width: 100%;
margin: .5em 0;
}
.mobileinputwrap,
.stateinputwrap {
flex-wrap: wrap;
}
.mobileinput label, .mobileotp label {
width: 100px !important;
}
.querywrap {
margin-top: .5em;
}
.mobileinput input, .mobileotp input {
flex: 1;
}
.bannerbtn a {margin: 1em 0 4em;}
}
.MAC .invalid-feedback {
width: 400px;
top: 43px;
position: absolute;
float: left;
clear: both;
display: flex;
}
.MAC .mobileinputwrap {
margin-bottom: 22px;
}
.MAC .bannerformtop p {
line-height: 43px;
}
.querywrap {
position: relative;
}
.MAC .personalform input {font-family: 'Arial';}
@media (max-width: 575px) {
footer .row {
flex-wrap: wrap;
}
.bannerformcont {
background-color: rgba(255, 255, 255, 95%);
background-color: rgb(255 255 255 / 95%);
}
.footerbox {
width: 100%;
padding: .5em;
justify-content: center;
}
.choosebox label {
font-size: 13px;
}
.bannerformtop {
font-size: 14px;
}
.mobileinput button {
width: 75px;
}
}
@media (max-width: 575px) {
.floatplaceholder,
.mobileinput label, .mobileotp label,
.querywrap label {
font-size: 12px;
}
} | public/css/style.css | @import url('../font/font.css');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Gotham', sans-serif;
}
header,
footer,
section {
overflow: hidden;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none !important;
}
img {
max-width: 100%;
}
input,
textarea,
button {
box-shadow: unset !important;
outline: none !important;
}
/* style */
/* header */
header {
background-color: #fff;
}
.logo {
padding: 1em;
width: 120px;
}
/* end header */
/* main block */
.thankyoupopwrap {
position: relative;
padding: 3px 0;
background-color: #000;
}
.mainblock {
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
position: relative;
overflow: hidden;
}
.mainblock2 {
background-image: url(../images/bluredbg.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
position: relative;
overflow: hidden;
background-color: #060709;
}
.blurblock {
filter: blur(3px);
}
.bannertext {
max-width: 600px;
width: 100%;
}
.bannercontent {
justify-content: center;
padding: 8% 1em 35% 1em;
display: flex;
flex-direction: column;
align-items: center;
}
.bannerbtn a {
display: block;
margin: 3em 0 1em 0;
width: 300px;
}
/* end mainblock */
/* banner form */
.bannerform {
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 3% 0 20% 0;
}
.bannerformcont {
max-width: 800px;
width: -webkit-fill-available;
margin: 0 auto;
background-color: rgba(255, 255, 255, .95);
background-color: rgb(255 255 255 / 90%);
}
.bannerformtop {
background-color: #e92227;
color: #fff;
text-transform: uppercase;
padding: 0 5px;
text-align: center;
}
.bannerformtop p {
font-family: 'Gotham-Medium';
font-size: 16px;
font-weight: 500;
line-height: 34px;
margin: 0 !important;
}
.formhead {
text-align: center;
}
.formhead h4 {
display: inline-block;
border-bottom: 1px solid #000;
padding-bottom: 5px;
margin: 1em 0;
font-weight: 400;
font-family: 'Gotham-Light';
font-size: 18px;
}
.bannerformbox {
width: 100%;
padding: .5em 1em 1em 1em;
}
.bannerformbox .row {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.choosebox {
width: 50%;
margin: .8em 0;
}
.choosebox input {
display: none;
}
.choosebox label {
padding: 0 0 0 2em;
position: relative;
color: #000;
font-size: 15px;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
}
.customcheck {
position: absolute;
width: 20px;
height: 23px;
top: -3px;
left: 0;
background-image: url(../images/circle.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.customcheck:before {
content: '';
background-image: url(../images/check.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: absolute;
width: 90%;
height: 13px;
top: 2px;
left: 5px;
display: none;
}
.choosebox input:checked ~ .customcheck:before {
display: block;
}
.otherchoosebox {
width: 100%;
display: flex;
align-items: center;
}
.otherchoosebox .choosebox {
width: unset;
margin-right: 1em;
}
.otherchoosebox input[type="text"] {
background: no-repeat;
border: none;
border-bottom: 1px solid #000;
display: block;
flex: 1;
width: 50%;
}
.personalform {
display: block;
}
.blurdiv {
position: relative;
filter: blur(3px);
z-index: 0;
}
.blurdiv:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, .5);
z-index: 1;
}
.floatinglabel {
position: relative;
height: 30px;
margin: 1.5em 0;
font-family: 'Gotham-Light';
z-index: 0;
}
.floatinglabel input {
margin: 0 !important;
padding: 0 !important;
height: 100%;
padding-top: 1em !important;
}
.floatplaceholder {
position: absolute;
top: -3px;
left: 0;
font-size: 14px;
font-family: 'Gotham-Light';
z-index: -1;
transition: .3s;
}
.floatinglabel input:focus {
border-bottom: 1px solid #e92227;
}
.floatinglabel input:focus ~ .floatplaceholder {
top: -5px;
}
.personalform input {
background: none;
border: none;
border-bottom: 1px solid #000;
display: block;
width: 100%;
padding: 5px 0;
margin: 1em 0;
font-weight: 500;
font-size: 14px;
font-family: 'Gotham-Light';
color: #000;
}
.personalform input::placeholder {
color: #000;
}
.mobileinput, .mobileotp {
width: 48%;
display: flex;
align-items: center;
font-family: 'Gotham-Light';
position: relative;
}
.mobileinput input, .mobileotp input {
border: 1px solid #000;
height: 25px;
padding: 5px;
margin: 0;
}
.mobileinput button {
height: 25px;
width: 130px;
background: none;
border: none;
background-color: #e92227;
border: 1px solid #000;
margin-left: 2px;
color: #fff;
cursor: pointer;
}
.stateinputwrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.stateinputwrap .floatinglabel {
width: 48%;
}
.mobileinputwrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.mobileinput label, .mobileotp label {
font-size: 14px;
color: #000;
font-weight: 500;
white-space: nowrap;
margin-right: 10px;
}
.textinput input {
margin: 0;
padding: 0;
border: none;
height: 100%;
}
.textinput {
margin: 1em 0;
position: relative;
height: 28px;
border-bottom: 1px solid #000;
}
.textinput span {
color: #000;
font-size: 12px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
.querywrap {
display: flex;
flex-direction: column;
}
.querywrap label {
font-size: 14px;
color: #000;
margin-bottom: 5px;
font-weight: 500;
font-family: 'Gotham-Light';
}
.querywrap textarea {
background: none;
border: 1px solid #000;
padding: 5px;
font-size: 14px;
font-family: 'Gotham';
resize: none;
}
.personalchbox input {
opacity: 0.5;
display: none;
}
.personalchbox label {
padding: 0 0 0 2em;
display: block;
margin-top: 1em;
font-size: 12px;
color: #000;
position: relative;
font-family: 'Gotham-Light';
}
.personalchbox label a {
color: #000;
}
.personalcheck {
position: absolute;
width: 16px;
height: 16px;
border: 1px solid #000;
top: 50%;
left: 0;
transform: translate(0, -50%);
border-radius: 2px;
}
.personalcheck:before {
content: '';
position: absolute;
width: 55%;
height: 30%;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
top: 44%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
display: none;
}
.personalchbox input:checked ~ .personalcheck {
background-color: #e92227;
}
.personalchbox input:checked ~ .personalcheck:before {
display: block;
}
.personalsubmit {
text-align: center;
margin: 2em 0 0 0;
}
.personalsubmit button {
background: none;
border: none;
background-color: #e92227;
height: 30px;
width: 100px;
border: 1px solid #000;
color: #fff;
letter-spacing: 5px;
cursor: pointer;
}
.tahnkyouwrap {
width: 100%;
height: 100%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 33%;
left: 50%;
transform: translate(-50%, -50%);
}
.thankyoubox {
max-width: 600px;
width: 100%;
height: 350px;
background-color: rgb(255 255 255 / 90%);
margin: 1em;
padding: 1em;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.thankyoubox h4 {
font-size: 3em;
font-family: 'Futura-regular';
letter-spacing: 5px;
}
.thankyoubox p {
color: #000;
font-weight: 700;
margin: 1em 0;
font-family: 'Futura-regular';
letter-spacing: 4px;
}
.thankyouok {
display: block;
background-color: #e92227;
border: 1px solid #000;
color: #fff;
cursor: 'pointer';
padding: 5px 1em;
}
/* end banner form */
/* error */
.invalid-feedback {
font-size: 11px;
color: red;
position: absolute;
font-weight: 600;
top: 110%;
left: 0;
}
.invalid-feedback-2 {
font-size: 11px;
color: red;
font-weight: 600;
}
/* end error */
.MAC .bannerformtop {
background-color: #e92227;
color: #fff;
font-weight: 500;
text-transform: uppercase;
text-align: center;
font-size: 17px;
font-family: 'Gotham-Medium', Arial;
align-items: center;
display: block;
line-height: 47px;
height: 34px;
}
.MAC .formhead {
margin: 3% 0 0;
}
.MAC .floatinglabel {
margin-bottom: 32px;
}
.MAC .personalchbox {
clear: both;
display: block;
float: left;
width: 100%;
padding: 5% 0;
}
.MAC .personalform input[type="text"] {font-family: 'Arial';}
.MAC #resendOtp-button {
z-index: 99;
float: none;
height: 100px;
}
.MAC .stateinputwrap {
margin-top: 22px;
}
/* footer */
footer {
background-color: #fff;
}
footer .row {
display: flex;
justify-content: space-between;
align-items: center;
}
.footerbox {
width: 33.33%;
padding: 1em;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.footerbox:before {
content: '';
position: absolute;
width: 1px;
height: 30px;
background-color: #000;
top: 50%;
right: -1px;
transform: translate(0, -50%);
}
.footerbox:nth-child(3):before {
display: none;
}
.footerbox p {
font-size: 16px;
margin: 0;
font-weight: 400;
font-family: 'Gotham-Medium';
}
.footerbox p span {
font-family: 'Gotham-Medium';
font-weight: 300;
}
.footerbox ul {
display: flex;
justify-content: flex-end;
align-items: center;
}
.footerbox ul li a {
display: block;
margin-left: 8px;
}
.footerbox ul li a img {
width: 33px;
}
.MAC .personalchbox label {
line-height: 20px;
display: inline-flex;
}
.personalchbox label a:hover {
color: #ea2228;
}
.MAC .personalchbox label a {
margin-left: 6px;
}
@media (max-width: 800px) {
.bannerformcont {
max-width: 95%;
}
.footerbox p {
font-size: 12px;
}
}
@media (max-width: 767px) {
.choosebox {
width: 100%;
}
.mobileinput, .mobileotp,
.stateinputwrap .floatinglabel {
width: 100%;
margin: .5em 0;
}
.mobileinputwrap,
.stateinputwrap {
flex-wrap: wrap;
}
.mobileinput label, .mobileotp label {
width: 100px !important;
}
.querywrap {
margin-top: .5em;
}
.mobileinput input, .mobileotp input {
flex: 1;
}
.bannerbtn a {margin: 1em 0 4em;}
}
.MAC .invalid-feedback {
width: 400px;
top: 43px;
position: absolute;
float: left;
clear: both;
display: flex;
}
.MAC .mobileinputwrap {
margin-bottom: 22px;
}
.MAC .bannerformtop p {
line-height: 43px;
}
.querywrap {
position: relative;
}
.MAC .personalform input {font-family: 'Arial';}
@media (max-width: 575px) {
footer .row {
flex-wrap: wrap;
}
.bannerformcont {
background-color: rgba(255, 255, 255, 95%);
background-color: rgb(255 255 255 / 95%);
}
.footerbox {
width: 100%;
padding: .5em;
justify-content: center;
}
.choosebox label {
font-size: 13px;
}
.bannerformtop {
font-size: 14px;
}
.mobileinput button {
width: 75px;
}
}
@media (max-width: 575px) {
.floatplaceholder,
.mobileinput label, .mobileotp label,
.querywrap label {
font-size: 12px;
}
} | 0.247532 | 0.081666 |
.login-container {
margin-top: 2em;
position: relative;
display: grid;
grid-gap : 2em;
}
.login-container > * {
margin-left: auto;
margin-right: auto;
}
.login-container h1 {
font-size: 4em;
text-align: center;
margin: 0;
padding: 0;
}
.login-container input {
-webkit-appearance: none;
background: transparent;
border: none;
outline: none;
border-bottom-style: solid;
border-color: white;
color: white;
padding: .25em;
font-size: 1.5em;
background-color: none;
}
::placeholder {
color: white;
opacity: 1;
}
.login-container input:focus {
-webkit-appearance: none;
}
.login-container img, .register-container img {
height: 3em;
width: 16em;
}
.login-container img:hover, .register-container img:hover {
cursor: pointer;
}
#sign-up-container {
display: flex;
}
#sign-up-container p {
margin : .25em;
font-size: 1.5em;
}
#sign-up {
color: var(--primary);
}
#sign-up:hover {
cursor: pointer;
}
.inputs-format {
width: 100%;
}
/*
.inputs-format div {
width: 100%;
}
.inputs-format div div {
text-align: center;
margin-top: 4em;
}
*/
.grid-template {
display: grid;
grid-template-areas:". ."
". .";
grid-gap: 4em;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.grid-template input:nth-child(even){
margin-left : auto;
}
/*GLOBAL*/
.add-image {
border-style: solid;
border-color: var(--primary);
height: 10em;
width: 17.5em;
background-color: var(--secondary);
border-radius: var(--border-radius);
display: flex;
align-items: center;
justify-content: center;
}
#canvas {
border-style: solid;
border-color: var(--primary);
background-color: var(--secondary);
border-radius: var(--border-radius);
height: 10em;
width: 17.5em;
}
#add-image-outer-container input {
display: none;
}
.add-image:hover {
cursor: pointer;
}
.add-image div {
font-size: 1.5rem;
}
.grid-template input {
width: 80%;
} | react-ui/src/login/login.css | .login-container {
margin-top: 2em;
position: relative;
display: grid;
grid-gap : 2em;
}
.login-container > * {
margin-left: auto;
margin-right: auto;
}
.login-container h1 {
font-size: 4em;
text-align: center;
margin: 0;
padding: 0;
}
.login-container input {
-webkit-appearance: none;
background: transparent;
border: none;
outline: none;
border-bottom-style: solid;
border-color: white;
color: white;
padding: .25em;
font-size: 1.5em;
background-color: none;
}
::placeholder {
color: white;
opacity: 1;
}
.login-container input:focus {
-webkit-appearance: none;
}
.login-container img, .register-container img {
height: 3em;
width: 16em;
}
.login-container img:hover, .register-container img:hover {
cursor: pointer;
}
#sign-up-container {
display: flex;
}
#sign-up-container p {
margin : .25em;
font-size: 1.5em;
}
#sign-up {
color: var(--primary);
}
#sign-up:hover {
cursor: pointer;
}
.inputs-format {
width: 100%;
}
/*
.inputs-format div {
width: 100%;
}
.inputs-format div div {
text-align: center;
margin-top: 4em;
}
*/
.grid-template {
display: grid;
grid-template-areas:". ."
". .";
grid-gap: 4em;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.grid-template input:nth-child(even){
margin-left : auto;
}
/*GLOBAL*/
.add-image {
border-style: solid;
border-color: var(--primary);
height: 10em;
width: 17.5em;
background-color: var(--secondary);
border-radius: var(--border-radius);
display: flex;
align-items: center;
justify-content: center;
}
#canvas {
border-style: solid;
border-color: var(--primary);
background-color: var(--secondary);
border-radius: var(--border-radius);
height: 10em;
width: 17.5em;
}
#add-image-outer-container input {
display: none;
}
.add-image:hover {
cursor: pointer;
}
.add-image div {
font-size: 1.5rem;
}
.grid-template input {
width: 80%;
} | 0.251648 | 0.08163 |
h1, h2, h3, h4, h5, h6 {font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.tbk__title { font-family: 'Vidaloka' !important;}
.tbk__subtitle { font-family: 'Vidaloka' !important;}
.m_title { font-family: 'Vidaloka' !important;}
p {font-family: 'Vidaloka' !important;}
@media screen and (min-width: 992px) {
.main-nav > ul > li > a:before { background-color: #000;}
}
.kl-header-toptext { font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.header-links-container,
.topnav > li > a {font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.chaser .main-menu li.active>a { background: #000 !important;}
.logo-container .logo-infocard { background-color: #000;}
.kl-cta-ribbon { background-color: #000; font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300;}
.kl-cta-ribbon strong { font-weight: 400;}
.kl-cta-ribbon .trisvg path { fill: #000;}
.m_title { color: #000;}
.how_to_shop .number { background-color: #000;}
.btn-lined { color: #000; font-family: 'Vidaloka' !important;}
.btn-lined:hover { color: #000;}
.btn-lined.btn-skewed:before { border: 2px solid #000;}
.btn-lined.btn-skewed:hover:before { border-color: rgba(0, 0, 0, 0.42);}
.media-container__link--style-borderanim2 .media-container__text { font-weight: 400;}
.media-container__link--style-borderanim2 .media-container__text { font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.media-container .kl-title-block { position: relative; z-index: 11; padding-top: 200px;}
.media-container .kl-title-block .tbk__title { font-size: 70px; line-height: 76px; color: #000;}
.media-container .kl-title-block .btn-lined { background-color: #000; color: #fff; padding: 15px 40px; font-size: 19px; font-weight: 100; margin-top: 30px;}
.media-container .kl-title-block .btn-lined:hover { background-color: #fff; color: #000; border-color: #000; border-radius: 0;}
.kl-slideshow .kl-slideshow-safepadding { padding-top: 50px;}
.restaurant-menu { list-style: none; margin: 0; padding: 0;}
.restaurant-menu li { font-size: 17px; font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif; overflow: hidden; }
.restaurant-menu-title { text-align: center; font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ddd;}
.restaurant-menu-item { float: left;}
.restaurant-menu-price { float: right;}
.restaurant-slider .zn_simple_carousel-nav { text-align: center;}
.restaurant-slider .zn_simple_carousel-nav .zn_simple_carousel-arr { cursor: pointer; font-size: 16px;}
.newsletter-signup input[type=submit] { background-color: #000;}
.restaurant-services { padding-bottom: 70px;}
.restaurant-services .kl-iconbox--fleft .kl-iconbox__icon-wrapper { float: none; text-align: center; margin-right: 0;}
.restaurant-services .kl-iconbox__content-wrapper { text-align: center;}
.restaurant-subtitle { padding: 0 248px; text-align: center;}
.photo-wall .pw-item::after { background-color: #000;}
.btn-fullcolor, .btn-fullcolor:focus { background-color: #000; border: solid 1px #000;}
.btn-fullcolor:hover { background-color: #fff; color: #000;} | css/niches/custom-restaurant.css | h1, h2, h3, h4, h5, h6 {font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.tbk__title { font-family: 'Vidaloka' !important;}
.tbk__subtitle { font-family: 'Vidaloka' !important;}
.m_title { font-family: 'Vidaloka' !important;}
p {font-family: 'Vidaloka' !important;}
@media screen and (min-width: 992px) {
.main-nav > ul > li > a:before { background-color: #000;}
}
.kl-header-toptext { font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.header-links-container,
.topnav > li > a {font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.chaser .main-menu li.active>a { background: #000 !important;}
.logo-container .logo-infocard { background-color: #000;}
.kl-cta-ribbon { background-color: #000; font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300;}
.kl-cta-ribbon strong { font-weight: 400;}
.kl-cta-ribbon .trisvg path { fill: #000;}
.m_title { color: #000;}
.how_to_shop .number { background-color: #000;}
.btn-lined { color: #000; font-family: 'Vidaloka' !important;}
.btn-lined:hover { color: #000;}
.btn-lined.btn-skewed:before { border: 2px solid #000;}
.btn-lined.btn-skewed:hover:before { border-color: rgba(0, 0, 0, 0.42);}
.media-container__link--style-borderanim2 .media-container__text { font-weight: 400;}
.media-container__link--style-borderanim2 .media-container__text { font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.media-container .kl-title-block { position: relative; z-index: 11; padding-top: 200px;}
.media-container .kl-title-block .tbk__title { font-size: 70px; line-height: 76px; color: #000;}
.media-container .kl-title-block .btn-lined { background-color: #000; color: #fff; padding: 15px 40px; font-size: 19px; font-weight: 100; margin-top: 30px;}
.media-container .kl-title-block .btn-lined:hover { background-color: #fff; color: #000; border-color: #000; border-radius: 0;}
.kl-slideshow .kl-slideshow-safepadding { padding-top: 50px;}
.restaurant-menu { list-style: none; margin: 0; padding: 0;}
.restaurant-menu li { font-size: 17px; font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif; overflow: hidden; }
.restaurant-menu-title { text-align: center; font-family: "Vidaloka", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ddd;}
.restaurant-menu-item { float: left;}
.restaurant-menu-price { float: right;}
.restaurant-slider .zn_simple_carousel-nav { text-align: center;}
.restaurant-slider .zn_simple_carousel-nav .zn_simple_carousel-arr { cursor: pointer; font-size: 16px;}
.newsletter-signup input[type=submit] { background-color: #000;}
.restaurant-services { padding-bottom: 70px;}
.restaurant-services .kl-iconbox--fleft .kl-iconbox__icon-wrapper { float: none; text-align: center; margin-right: 0;}
.restaurant-services .kl-iconbox__content-wrapper { text-align: center;}
.restaurant-subtitle { padding: 0 248px; text-align: center;}
.photo-wall .pw-item::after { background-color: #000;}
.btn-fullcolor, .btn-fullcolor:focus { background-color: #000; border: solid 1px #000;}
.btn-fullcolor:hover { background-color: #fff; color: #000;} | 0.308919 | 0.086054 |
@import url('https://db.onlinewebfonts.com/c/999d88f087cee910ffcd5463095970f4?family=Paperclip');
@import url(https://fonts.googleapis.com/css?family=Share:400,700&subset=latin,latin-ext);
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
p {
color: white;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
}
body {
font: 0.75em/1.5 sans-serif !important;
background: black !important;
/* margin-top: 20px !important; */
}
h1 {
text-align: center;
/* padding-bottom: 10px; */
/* font-family: Share, Helvetica, Arial, sans-serif; */
font-family: Share, Helvetica, Arial, sans-serif;
font-size: 45px;
color: #ffa62b;
}
h2 {
text-align: center;
padding-bottom: 20px;
font-family: Share, Helvetica, Arial, sans-serif;
color: #ffa62b;
}
/**
* Tabs object.
*
* 1. Tables (kinda) for layout!
* 2. This is the magic bit; make all children occupy equal width.
* 3. Required to make the tabs fill their container.
* 4. Make each tab pack up horizontally.
* 5. Ensure the hit area covers the whole tab.
*/
.tabs {
margin: 0;
padding: 0;
list-style: none;
display: table; /* [1] */
table-layout: fixed; /* [2] */
width: 100%; /* [3] */
}
.tabs__item {
width: 100%;
float: left;
}
@media screen and (min-width: 40em) {
.tabs__item {
display: table-cell; /* [4] */
float: none;
width: auto;
}
}
.tabs__link {
display: block; /* [5] */
}
/**
* Primary nav. Extends `.tabs`.
*
* 1. Stop tabs’ corners leaking out beyond our 4px round.
*/
img {
width: 500px;
height: 500px;
}
.primary-nav {
text-align: center;
border-radius: 0;
overflow: hidden; /* [1] */
}
.primary-nav a {
padding: 0.75em 1em;
color: white !important;
background: rgba(255, 255, 255, 0.1);
color: #fff;
text-decoration: none;
border-right: 1px solid #000;
font-family: Share, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1.75em;
}
.primary-nav a:hover {
color: black;
background: #ffa62b;
}
/* Responsive-nav.js */
.js .nav-collapse {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
}
.nav-collapse.opened {
max-height: 9999px;
}
.disable-pointer-events {
pointer-events: none !important;
}
.nav-toggle {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
@media screen and (min-width: 40em) {
.js .nav-collapse {
position: relative;
}
.js .nav-collapse.closed {
max-height: none;
}
.nav-toggle {
display: none;
}
}
.nav-collapse {
list-style: none;
width: 100%;
float: left;
padding: 0.5rem 1rem;
}
.fixed {
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.nav-toggle {
position: fixed;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
text-indent: -999px;
position: relative;
overflow: hidden;
width: 70px;
height: 55px;
float: right;
}
.nav-toggle:before {
color: #f8d800; /* Edit this to change the icon color */
font-family: "responsivenav", sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 28px;
text-transform: none;
position: absolute;
content: "≡";
text-indent: 0;
text-align: center;
line-height: 55px;
speak: none;
width: 100%;
top: 0;
left: 0;
}
.nav-toggle.active::before {
font-size: 24px;
content: "x";
}
.page {
padding: 40px;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
#splash {
background: #aa3a3a;
background-repeat: repeat-y;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
animation: splash 3s ease-in;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
#loader {
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%, 0);
}
#loader:after {
content: "";
position: absolute;
left: 50%;
margin-left: -8px;
bottom: -170px;
width: 3px;
background: #fff;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 1) 50%,
rgba(255, 255, 255, 0) 100%
);
height: 200px;
}
#loader:before {
content: "";
position: absolute;
left: 50%;
margin-left: 8px;
bottom: -190px;
width: 3px;
background: #000;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2) 0%,
rgba(0, 0, 0, 0.2) 50%,
rgba(0, 0, 0, 0) 100%
);
height: 200px;
}
#splash .anim {
height: 100%;
position: absolute;
left: 50%;
width: 100px;
transform: translate(-50%, 100%);
animation: loader 4s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
@keyframes loader {
0% {
transform: translate(-50%, 110%);
}
30% {
transform: translate(-50%, 50%);
}
100% {
transform: translate(-50%, 0%);
}
}
@keyframes splash {
0% {
transform: translate(0%, 0%);
}
50% {
transform: translate(0%, 0%);
}
100% {
transform: translate(0%, -100%);
}
}
#hero {
width: 100%;
height: 70vh;
margin-top: 70px;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 56px;
font-weight: 700;
line-height: 56px;
color: white;
}
#hero h2 {
color: white;
margin-bottom: 50px;
font-size: 24px;
}
#hero .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 30px;
border-radius: 50px;
transition: 0.5s;
color: #3498db;
border: 2px solid #3498db;
}
#hero .btn-get-started:hover {
background: #3498db;
color: #fff;
}
#hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
#hero {
background-attachment: fixed;
}
}
@media (max-width: 991px) {
#hero {
height: 100vh;
}
#hero .animated {
-webkit-animation: none;
animation: none;
}
#hero .hero-img {
text-align: center;
}
#hero .hero-img img {
width: 50%;
}
}
@media (max-width: 768px) {
#hero {
margin-top: 20px;
}
#hero h1 {
font-size: 28px;
line-height: 36px;
}
#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#hero .hero-img img {
width: 70%;
}
}
@media (max-width: 575px) {
#hero .hero-img img {
width: 80%;
}
}
@-webkit-keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
@keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 20px 0;
overflow: hidden;
}
.main {
margin-top: 60px;
}
.section-title {
text-align: center;
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: relative;
color: white;
}
.section-title h2::before,
.section-title h2::after {
content: "";
width: 50px;
height: 2px;
background: #3498db;
display: inline-block;
}
.section-title h2::before {
margin: 0 15px 10px 0;
}
.section-title h2::after {
margin: 0 0 10px 15px;
}
.section-title p {
margin: 15px 0 0 0;
}
.ml1 {
font-weight: 900;
font-size: 3.5em;
}
.ml1 .letter {
display: inline-block;
line-height: 1em;
}
.ml1 .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.1em;
padding-right: 0.05em;
padding-bottom: 0.15em;
}
.ml1 .line {
opacity: 0;
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: #fff;
transform-origin: 0 0;
}
.ml1 .line1 {
top: 0;
}
.ml1 .line2 {
bottom: 0;
}
/*********************BUTTON BACK TO TOP*****************************/
#button {
display: inline-block;
background-color: #FF9800;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s,
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#button::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#button:hover {
cursor: pointer;
background-color: #333;
}
#button:active {
background-color: #555;
}
#button.show {
opacity: 1;
visibility: visible;
}
/* Styles for the content section */
.content {
width: 77%;
margin: 50px auto;
font-family: 'Merriweather', serif;
font-size: 17px;
color: #6c767a;
line-height: 1.9;
}
@media (min-width: 500px) {
.content {
width: 43%;
}
#button {
margin: 30px;
}
}
.content h1 {
margin-bottom: -10px;
color: #03a9f4;
line-height: 1.5;
}
.content h3 {
font-style: italic;
color: #96a2a7;
}
/***********************BUTTON CAST TO VOTE STYLING*******************/
button:focus {
outline: none;
}
.containerBtn {
display: flex;
align-content: center;
text-align: center;
margin: auto;
padding: 20px;
}
/* button {
width: 250px;
height: 50px;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s;
} */
.b {
width: 250px;
height: 50px;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.a {
width: 250px;
height: 50px;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
#light-bulb {
color: black;
}
@keyframes shine {
from {
transform: translatex(-5px);
font-size: 20px;
}
to {
transform: translatex(10px);
font-size: 22px;
}
}
#moreBtn {
transition: 0.2s;
color: #ffa62b;
background: none;
border: 2px solid #ffa62b;
border-radius: 100px;
}
#moreBtn:hover > #light-bulb {
animation: shine 0.5s alternate infinite;
}
#moreBtn:hover {
color: black;
background: #ffa62b;
/* box-shadow: 0 0 10px #ff5722, 0 0 40px #ff5722, 0 0 80px #ff5722; */
}
/* Heading */
.sign {
font-family: "Paperclip";
text-transform: uppercase;
font-size: 3em;
}
@media screen and (max-width: 990px){
.b{
width: 150px;
}
section {
padding: 10px 0;
overflow: hidden;
}
page {
padding: 10px 0;
overflow: hidden;
}
h1{
font-size: 35px;
}
h2{
font-size: 25px;
}
p{
font-size: 17px;
}
.main {
margin-top: 0px;
}
}
#copy{
background-color: black;
opacity:0.7;
color: white;
height: auto;
text-align: center;
padding:10px;
}
.foot{
font-size: 15px;
margin-top: 0 !important;
margin-bottom: 0 !important;
font-weight: bold;
} | public/styles/styles.css | @import url('https://db.onlinewebfonts.com/c/999d88f087cee910ffcd5463095970f4?family=Paperclip');
@import url(https://fonts.googleapis.com/css?family=Share:400,700&subset=latin,latin-ext);
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
p {
color: white;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
}
body {
font: 0.75em/1.5 sans-serif !important;
background: black !important;
/* margin-top: 20px !important; */
}
h1 {
text-align: center;
/* padding-bottom: 10px; */
/* font-family: Share, Helvetica, Arial, sans-serif; */
font-family: Share, Helvetica, Arial, sans-serif;
font-size: 45px;
color: #ffa62b;
}
h2 {
text-align: center;
padding-bottom: 20px;
font-family: Share, Helvetica, Arial, sans-serif;
color: #ffa62b;
}
/**
* Tabs object.
*
* 1. Tables (kinda) for layout!
* 2. This is the magic bit; make all children occupy equal width.
* 3. Required to make the tabs fill their container.
* 4. Make each tab pack up horizontally.
* 5. Ensure the hit area covers the whole tab.
*/
.tabs {
margin: 0;
padding: 0;
list-style: none;
display: table; /* [1] */
table-layout: fixed; /* [2] */
width: 100%; /* [3] */
}
.tabs__item {
width: 100%;
float: left;
}
@media screen and (min-width: 40em) {
.tabs__item {
display: table-cell; /* [4] */
float: none;
width: auto;
}
}
.tabs__link {
display: block; /* [5] */
}
/**
* Primary nav. Extends `.tabs`.
*
* 1. Stop tabs’ corners leaking out beyond our 4px round.
*/
img {
width: 500px;
height: 500px;
}
.primary-nav {
text-align: center;
border-radius: 0;
overflow: hidden; /* [1] */
}
.primary-nav a {
padding: 0.75em 1em;
color: white !important;
background: rgba(255, 255, 255, 0.1);
color: #fff;
text-decoration: none;
border-right: 1px solid #000;
font-family: Share, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1.75em;
}
.primary-nav a:hover {
color: black;
background: #ffa62b;
}
/* Responsive-nav.js */
.js .nav-collapse {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
}
.nav-collapse.opened {
max-height: 9999px;
}
.disable-pointer-events {
pointer-events: none !important;
}
.nav-toggle {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
@media screen and (min-width: 40em) {
.js .nav-collapse {
position: relative;
}
.js .nav-collapse.closed {
max-height: none;
}
.nav-toggle {
display: none;
}
}
.nav-collapse {
list-style: none;
width: 100%;
float: left;
padding: 0.5rem 1rem;
}
.fixed {
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.nav-toggle {
position: fixed;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
text-indent: -999px;
position: relative;
overflow: hidden;
width: 70px;
height: 55px;
float: right;
}
.nav-toggle:before {
color: #f8d800; /* Edit this to change the icon color */
font-family: "responsivenav", sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 28px;
text-transform: none;
position: absolute;
content: "≡";
text-indent: 0;
text-align: center;
line-height: 55px;
speak: none;
width: 100%;
top: 0;
left: 0;
}
.nav-toggle.active::before {
font-size: 24px;
content: "x";
}
.page {
padding: 40px;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
#splash {
background: #aa3a3a;
background-repeat: repeat-y;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
animation: splash 3s ease-in;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
#loader {
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%, 0);
}
#loader:after {
content: "";
position: absolute;
left: 50%;
margin-left: -8px;
bottom: -170px;
width: 3px;
background: #fff;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 1) 50%,
rgba(255, 255, 255, 0) 100%
);
height: 200px;
}
#loader:before {
content: "";
position: absolute;
left: 50%;
margin-left: 8px;
bottom: -190px;
width: 3px;
background: #000;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.2) 0%,
rgba(0, 0, 0, 0.2) 50%,
rgba(0, 0, 0, 0) 100%
);
height: 200px;
}
#splash .anim {
height: 100%;
position: absolute;
left: 50%;
width: 100px;
transform: translate(-50%, 100%);
animation: loader 4s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
@keyframes loader {
0% {
transform: translate(-50%, 110%);
}
30% {
transform: translate(-50%, 50%);
}
100% {
transform: translate(-50%, 0%);
}
}
@keyframes splash {
0% {
transform: translate(0%, 0%);
}
50% {
transform: translate(0%, 0%);
}
100% {
transform: translate(0%, -100%);
}
}
#hero {
width: 100%;
height: 70vh;
margin-top: 70px;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 56px;
font-weight: 700;
line-height: 56px;
color: white;
}
#hero h2 {
color: white;
margin-bottom: 50px;
font-size: 24px;
}
#hero .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 30px;
border-radius: 50px;
transition: 0.5s;
color: #3498db;
border: 2px solid #3498db;
}
#hero .btn-get-started:hover {
background: #3498db;
color: #fff;
}
#hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
#hero {
background-attachment: fixed;
}
}
@media (max-width: 991px) {
#hero {
height: 100vh;
}
#hero .animated {
-webkit-animation: none;
animation: none;
}
#hero .hero-img {
text-align: center;
}
#hero .hero-img img {
width: 50%;
}
}
@media (max-width: 768px) {
#hero {
margin-top: 20px;
}
#hero h1 {
font-size: 28px;
line-height: 36px;
}
#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#hero .hero-img img {
width: 70%;
}
}
@media (max-width: 575px) {
#hero .hero-img img {
width: 80%;
}
}
@-webkit-keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
@keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 20px 0;
overflow: hidden;
}
.main {
margin-top: 60px;
}
.section-title {
text-align: center;
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: relative;
color: white;
}
.section-title h2::before,
.section-title h2::after {
content: "";
width: 50px;
height: 2px;
background: #3498db;
display: inline-block;
}
.section-title h2::before {
margin: 0 15px 10px 0;
}
.section-title h2::after {
margin: 0 0 10px 15px;
}
.section-title p {
margin: 15px 0 0 0;
}
.ml1 {
font-weight: 900;
font-size: 3.5em;
}
.ml1 .letter {
display: inline-block;
line-height: 1em;
}
.ml1 .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.1em;
padding-right: 0.05em;
padding-bottom: 0.15em;
}
.ml1 .line {
opacity: 0;
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: #fff;
transform-origin: 0 0;
}
.ml1 .line1 {
top: 0;
}
.ml1 .line2 {
bottom: 0;
}
/*********************BUTTON BACK TO TOP*****************************/
#button {
display: inline-block;
background-color: #FF9800;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s,
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#button::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#button:hover {
cursor: pointer;
background-color: #333;
}
#button:active {
background-color: #555;
}
#button.show {
opacity: 1;
visibility: visible;
}
/* Styles for the content section */
.content {
width: 77%;
margin: 50px auto;
font-family: 'Merriweather', serif;
font-size: 17px;
color: #6c767a;
line-height: 1.9;
}
@media (min-width: 500px) {
.content {
width: 43%;
}
#button {
margin: 30px;
}
}
.content h1 {
margin-bottom: -10px;
color: #03a9f4;
line-height: 1.5;
}
.content h3 {
font-style: italic;
color: #96a2a7;
}
/***********************BUTTON CAST TO VOTE STYLING*******************/
button:focus {
outline: none;
}
.containerBtn {
display: flex;
align-content: center;
text-align: center;
margin: auto;
padding: 20px;
}
/* button {
width: 250px;
height: 50px;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s;
} */
.b {
width: 250px;
height: 50px;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.a {
width: 250px;
height: 50px;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
#light-bulb {
color: black;
}
@keyframes shine {
from {
transform: translatex(-5px);
font-size: 20px;
}
to {
transform: translatex(10px);
font-size: 22px;
}
}
#moreBtn {
transition: 0.2s;
color: #ffa62b;
background: none;
border: 2px solid #ffa62b;
border-radius: 100px;
}
#moreBtn:hover > #light-bulb {
animation: shine 0.5s alternate infinite;
}
#moreBtn:hover {
color: black;
background: #ffa62b;
/* box-shadow: 0 0 10px #ff5722, 0 0 40px #ff5722, 0 0 80px #ff5722; */
}
/* Heading */
.sign {
font-family: "Paperclip";
text-transform: uppercase;
font-size: 3em;
}
@media screen and (max-width: 990px){
.b{
width: 150px;
}
section {
padding: 10px 0;
overflow: hidden;
}
page {
padding: 10px 0;
overflow: hidden;
}
h1{
font-size: 35px;
}
h2{
font-size: 25px;
}
p{
font-size: 17px;
}
.main {
margin-top: 0px;
}
}
#copy{
background-color: black;
opacity:0.7;
color: white;
height: auto;
text-align: center;
padding:10px;
}
.foot{
font-size: 15px;
margin-top: 0 !important;
margin-bottom: 0 !important;
font-weight: bold;
} | 0.483648 | 0.097691 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
font-family: 'idroid';
src: url(../assets/fontes/idroid.otf);
font-weight: normal;
font-style: normal;
}
*{
margin: 0px;
padding: 0px;
}
:root{
--cor0: #c5ebd6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte-padrao: Arial, Helvetica, sans-serif;
--fonte-destaque: 'Bebas Neue';
--fonte-android: 'idroid', Arial, Helvetica;
}
header{
background-image:linear-gradient(180deg, var(--cor2), var(--cor4)) ;
min-height: 150px;
text-align: center;
color: white;
margin: 0;
font-family: var(--fonte-destaque),Arial, Helvetica, sans-serif;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.404);
}
nav{
margin-top: 0px;
background-color: var(--cor4);
font-family: 'Bebas Neue',Arial, Helvetica, sans-serif;
width: 100%;
min-width: 250px;
box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.295)
}
body{
margin: 0%;
font-family: var(--fonte-padrao);
padding: 0;
background-color: var(--cor1);
letter-spacing: 2px;
font-weight: lighter;
}
main{
margin: auto;
}
main p{
text-align: justify;
text-indent: 1.5em;
line-height: 1.3em;
}
main strong{
color: var(--cor5);
padding: 1px;
border-radius: 4px;
}
h1#text-nav{
font-size: 0.5em;
margin-top: 0px;
padding-top: 20px;
margin-bottom: 10px;
transition: 0.5s;
}
p#p-nav{
font-size: 1.2em;
margin-top: 20px;
}
@media (max-width:500px){
nav > ul > li, nav > ul > li > a{
margin-left: 0px;
margin-right: 0px;
padding: 0;
size: 0.5em;
}
nav > ul {
margin: auto;
display: block;
width: 100vw;
height: 50px;
}
}
nav >ul{
display: flex;
list-style: none;
margin-top: 0;
margin: auto;
}
nav > ul > li{
padding: 10px;
}
a.nav-link{
text-decoration: none;
color: var(--cor1);
padding: 8px;
}
a.nav-link:hover{
background-color: #1c7042;
border-radius: 10px;
transition-duration: 0.5s;
}
a.nav-link:active{
background-color: #26814f;
}
img{
width: 100%;
}
img#img-droids-p{
margin: auto;
}
img#img-droids-g{
margin-left: auto;
margin-right: auto;
}
img#irina-img-p{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
img#irina-img-g{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
#img-bugdroid{
margin: 0 auto;
display: block;
max-width: 300px;
}
article{
width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border-radius: 0px 0px 10px 10px;
background-color: white;
padding: 10px;
max-width: 1000px;
min-width: 283px;
}
h1.text-article{
margin-top: 5px;
font-family: var(--fonte-android);
color: #289e5d;
}
article > p {
margin:10px 0px;
}
ul#android-list{
list-style-position: inside;
columns: 2;
list-style-type: '\1F5F8\00A0';
}
@media (max-width: 600px) {
ul#android-list{
columns: 1;
}
}
abbr{
text-decoration: none;
}
article > p > a{
text-decoration: none;
background-color: var(--cor1);
color: var(--cor5);
font-weight: bold;
padding: 1px;
border-radius: 4px;
}
article > p > a:hover{
cursor: help;
}
article > p > a:active{
background-color: var(--cor2);
}
article > p > a::after{
content: "\01F517";
}
footer{
text-align: center;
background-color: var(--cor3);
padding: 10px;
}
footer a{
text-decoration: none;
background-color: var(--cor4);
color: var(--cor1);
font-weight: bold;
padding: 3px;
border-radius: 4px;
}
footer a:hover{
cursor: help;
}
footer a:active{
background-color: var(--cor2);
color: var(--cor5);
}
footer a::after{
content: "\01F517";
}
aside{
background-color: var(--cor2);
margin: 0;
padding: 10px;
border-radius: 10px;
}
aside > h3{
background-color: var(--cor4);
color: var(--cor1);
margin-top: -10px;
margin-left: -10px;
margin-right: -10px;
border-radius: 10px 10px 0px 0px;
padding: 5px;
padding-left: 10px;
}
aside > h3::before{
content: '\1F534 \1F7E1 \1F7E2 \00A0' ;
position: relative;
}
div.video{
background-color: var(--cor3);
border-radius: 10px;
margin: 0px -10px 30px -10px;
padding: 20px;
position: relative;
padding-bottom: 55.4%;
}
div.video > iframe{
position: absolute;
top: 5%;
left: 4%;
width: 90%;
height: 90%;
} | Desafios/d010/css/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
font-family: 'idroid';
src: url(../assets/fontes/idroid.otf);
font-weight: normal;
font-style: normal;
}
*{
margin: 0px;
padding: 0px;
}
:root{
--cor0: #c5ebd6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte-padrao: Arial, Helvetica, sans-serif;
--fonte-destaque: 'Bebas Neue';
--fonte-android: 'idroid', Arial, Helvetica;
}
header{
background-image:linear-gradient(180deg, var(--cor2), var(--cor4)) ;
min-height: 150px;
text-align: center;
color: white;
margin: 0;
font-family: var(--fonte-destaque),Arial, Helvetica, sans-serif;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.404);
}
nav{
margin-top: 0px;
background-color: var(--cor4);
font-family: 'Bebas Neue',Arial, Helvetica, sans-serif;
width: 100%;
min-width: 250px;
box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.295)
}
body{
margin: 0%;
font-family: var(--fonte-padrao);
padding: 0;
background-color: var(--cor1);
letter-spacing: 2px;
font-weight: lighter;
}
main{
margin: auto;
}
main p{
text-align: justify;
text-indent: 1.5em;
line-height: 1.3em;
}
main strong{
color: var(--cor5);
padding: 1px;
border-radius: 4px;
}
h1#text-nav{
font-size: 0.5em;
margin-top: 0px;
padding-top: 20px;
margin-bottom: 10px;
transition: 0.5s;
}
p#p-nav{
font-size: 1.2em;
margin-top: 20px;
}
@media (max-width:500px){
nav > ul > li, nav > ul > li > a{
margin-left: 0px;
margin-right: 0px;
padding: 0;
size: 0.5em;
}
nav > ul {
margin: auto;
display: block;
width: 100vw;
height: 50px;
}
}
nav >ul{
display: flex;
list-style: none;
margin-top: 0;
margin: auto;
}
nav > ul > li{
padding: 10px;
}
a.nav-link{
text-decoration: none;
color: var(--cor1);
padding: 8px;
}
a.nav-link:hover{
background-color: #1c7042;
border-radius: 10px;
transition-duration: 0.5s;
}
a.nav-link:active{
background-color: #26814f;
}
img{
width: 100%;
}
img#img-droids-p{
margin: auto;
}
img#img-droids-g{
margin-left: auto;
margin-right: auto;
}
img#irina-img-p{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
img#irina-img-g{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
#img-bugdroid{
margin: 0 auto;
display: block;
max-width: 300px;
}
article{
width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border-radius: 0px 0px 10px 10px;
background-color: white;
padding: 10px;
max-width: 1000px;
min-width: 283px;
}
h1.text-article{
margin-top: 5px;
font-family: var(--fonte-android);
color: #289e5d;
}
article > p {
margin:10px 0px;
}
ul#android-list{
list-style-position: inside;
columns: 2;
list-style-type: '\1F5F8\00A0';
}
@media (max-width: 600px) {
ul#android-list{
columns: 1;
}
}
abbr{
text-decoration: none;
}
article > p > a{
text-decoration: none;
background-color: var(--cor1);
color: var(--cor5);
font-weight: bold;
padding: 1px;
border-radius: 4px;
}
article > p > a:hover{
cursor: help;
}
article > p > a:active{
background-color: var(--cor2);
}
article > p > a::after{
content: "\01F517";
}
footer{
text-align: center;
background-color: var(--cor3);
padding: 10px;
}
footer a{
text-decoration: none;
background-color: var(--cor4);
color: var(--cor1);
font-weight: bold;
padding: 3px;
border-radius: 4px;
}
footer a:hover{
cursor: help;
}
footer a:active{
background-color: var(--cor2);
color: var(--cor5);
}
footer a::after{
content: "\01F517";
}
aside{
background-color: var(--cor2);
margin: 0;
padding: 10px;
border-radius: 10px;
}
aside > h3{
background-color: var(--cor4);
color: var(--cor1);
margin-top: -10px;
margin-left: -10px;
margin-right: -10px;
border-radius: 10px 10px 0px 0px;
padding: 5px;
padding-left: 10px;
}
aside > h3::before{
content: '\1F534 \1F7E1 \1F7E2 \00A0' ;
position: relative;
}
div.video{
background-color: var(--cor3);
border-radius: 10px;
margin: 0px -10px 30px -10px;
padding: 20px;
position: relative;
padding-bottom: 55.4%;
}
div.video > iframe{
position: absolute;
top: 5%;
left: 4%;
width: 90%;
height: 90%;
} | 0.336658 | 0.096068 |
.stage {
position: relative;
background: #000 url(bg.jpg) no-repeat;
width: 100%;
overflow: hidden;
-webkit-perspective: 1500;
-webkit-perspective-origin: 40% 0;
-webkit-transform-style: preserve-3d;
}
.stage img {
display: block;
}
.stage .scenechange {
position: absolute;
top: 10px;
right: 10px;
background: red;
width: 60px;
height: 20px;
line-height: 20px;
color: #fff;
text-align: center;
text-decoration: none;
}
.showcase {
position: absolute;
width: 300px;
height: 500px;
-webkit-transition: -webkit-transform 1s ease-out;
-webkit-animation-timing-function: coolshow 1s ease-out;
}
.showcase .offer {
position: absolute;
box-shadow: 0 0 5px #000;
border-radius: 5px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0);
}
.showcase .offer.in {
-webkit-transform: rotateY(0deg);
-webkit-animation: intoright 200ms ease-out;
}
.showcase .offer.out {
visibility: hidden;
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation: outtoleft 200ms ease-in;
}
@-webkit-keyframes outtoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes intoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-webkit-keyframes coolshow {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes coolhide {
from { opacity: 1; }
to { opacity: 0; }
}
.showcase .offer .over {
position: absolute;
top: 520px;
left: 0;
box-shadow: 0 0 5px #fff;
border-radius: 5px;
width: 300px;
height: 500px;
-webkit-transform: rotateY(-180deg) scale(-1);
}
.showcase .offer .over.hide {
-webkit-animation: coolhide 1s ease-out forwards;
}
.showcase .offer .over.show {
-webkit-animation: coolshow 1s ease-out forwards;
}
.showcase .close {
position: absolute;
top: -1px;
right: -1px;
background: #000;
width: 40px;
height: 20px;
color: #FFF;
text-align: center;
border-radius: 5px;
}
.showcase .close:hover {
background: #f00;
text-decoration: none;
}
.showcase.cube {
-webkit-transform-style: preserve-3d;
}
.showcase .cube-front,
.showcase .cube-left,
.showcase .cube-right,
.showcase .cube-back {
position: absolute;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.6);
width: 300px;
height: 500px;
}
.showcase .cube-front {
-webkit-backface-visibility: visible;
}
.showcase .cube-left {
opacity: 0;
-webkit-transform: rotateY(-90deg) translateX(-150px) translateZ(150px);
}
.showcase .cube-right {
opacity: 0;
-webkit-transform: rotateY(90deg) translateX(150px) translateZ(150px);
}
.showcase .cube-back {
opacity: 0;
-webkit-transform: translateZ(-300px);
}
.showcase .cube-left.show {
opacity: 0;
-webkit-animation: cube-left-show 1s ease-out forwards;
}
.showcase .cube-right.show {
opacity: 0;
-webkit-animation: cube-right-show 1s ease-out forwards;
}
.showcase .cube-back.show {
opacity: 0;
}
.showcase .cube-left.hide {
opacity: 1;
-webkit-animation: cube-left-hide 1s ease-out forwards;
}
.showcase .cube-right.hide {
opacity: 1;
-webkit-animation: cube-right-hide 1s ease-out forwards;
}
.showcase .cube-back.hide {
opacity: 0;
}
@-webkit-keyframes cube-left-show {
from {
opacity: 0;
-webkit-transform: rotateY(-90deg) translateX(-310px) translateZ(150px);
}
to {
opacity: 1;
-webkit-transform: rotateY(0) translateX(-310px) translateZ(0);
}
}
@-webkit-keyframes cube-right-show {
from {
opacity: 0;
-webkit-transform: rotateY(90deg) translateX(310px) translateZ(160px);
}
to {
opacity: 1;
-webkit-transform: rotateY(0) translateX(310px) translateZ(0);
}
}
@-webkit-keyframes cube-left-hide {
from {
-webkit-transform: rotateY(0) translateX(-310px) translateZ(0);
}
to {
-webkit-transform: rotateY(-90deg) translateX(-310px) translateZ(150px);
}
}
@-webkit-keyframes cube-right-hide {
from {
-webkit-transform: rotateY(0) translateX(310px) translateZ(0);
}
to {
-webkit-transform: rotateY(90deg) translateX(310px) translateZ(160px);
}
}
.newscene {
position: relative;
margin: 0 auto;
width: 100%;
-webkit-perspective: 1500;
-webkit-transform-style: preserve-3d;
}
.showcase.new {
border: none;
width: auto;
height: auto;
} | caogao.css | .stage {
position: relative;
background: #000 url(bg.jpg) no-repeat;
width: 100%;
overflow: hidden;
-webkit-perspective: 1500;
-webkit-perspective-origin: 40% 0;
-webkit-transform-style: preserve-3d;
}
.stage img {
display: block;
}
.stage .scenechange {
position: absolute;
top: 10px;
right: 10px;
background: red;
width: 60px;
height: 20px;
line-height: 20px;
color: #fff;
text-align: center;
text-decoration: none;
}
.showcase {
position: absolute;
width: 300px;
height: 500px;
-webkit-transition: -webkit-transform 1s ease-out;
-webkit-animation-timing-function: coolshow 1s ease-out;
}
.showcase .offer {
position: absolute;
box-shadow: 0 0 5px #000;
border-radius: 5px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0);
}
.showcase .offer.in {
-webkit-transform: rotateY(0deg);
-webkit-animation: intoright 200ms ease-out;
}
.showcase .offer.out {
visibility: hidden;
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation: outtoleft 200ms ease-in;
}
@-webkit-keyframes outtoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes intoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-webkit-keyframes coolshow {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes coolhide {
from { opacity: 1; }
to { opacity: 0; }
}
.showcase .offer .over {
position: absolute;
top: 520px;
left: 0;
box-shadow: 0 0 5px #fff;
border-radius: 5px;
width: 300px;
height: 500px;
-webkit-transform: rotateY(-180deg) scale(-1);
}
.showcase .offer .over.hide {
-webkit-animation: coolhide 1s ease-out forwards;
}
.showcase .offer .over.show {
-webkit-animation: coolshow 1s ease-out forwards;
}
.showcase .close {
position: absolute;
top: -1px;
right: -1px;
background: #000;
width: 40px;
height: 20px;
color: #FFF;
text-align: center;
border-radius: 5px;
}
.showcase .close:hover {
background: #f00;
text-decoration: none;
}
.showcase.cube {
-webkit-transform-style: preserve-3d;
}
.showcase .cube-front,
.showcase .cube-left,
.showcase .cube-right,
.showcase .cube-back {
position: absolute;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.6);
width: 300px;
height: 500px;
}
.showcase .cube-front {
-webkit-backface-visibility: visible;
}
.showcase .cube-left {
opacity: 0;
-webkit-transform: rotateY(-90deg) translateX(-150px) translateZ(150px);
}
.showcase .cube-right {
opacity: 0;
-webkit-transform: rotateY(90deg) translateX(150px) translateZ(150px);
}
.showcase .cube-back {
opacity: 0;
-webkit-transform: translateZ(-300px);
}
.showcase .cube-left.show {
opacity: 0;
-webkit-animation: cube-left-show 1s ease-out forwards;
}
.showcase .cube-right.show {
opacity: 0;
-webkit-animation: cube-right-show 1s ease-out forwards;
}
.showcase .cube-back.show {
opacity: 0;
}
.showcase .cube-left.hide {
opacity: 1;
-webkit-animation: cube-left-hide 1s ease-out forwards;
}
.showcase .cube-right.hide {
opacity: 1;
-webkit-animation: cube-right-hide 1s ease-out forwards;
}
.showcase .cube-back.hide {
opacity: 0;
}
@-webkit-keyframes cube-left-show {
from {
opacity: 0;
-webkit-transform: rotateY(-90deg) translateX(-310px) translateZ(150px);
}
to {
opacity: 1;
-webkit-transform: rotateY(0) translateX(-310px) translateZ(0);
}
}
@-webkit-keyframes cube-right-show {
from {
opacity: 0;
-webkit-transform: rotateY(90deg) translateX(310px) translateZ(160px);
}
to {
opacity: 1;
-webkit-transform: rotateY(0) translateX(310px) translateZ(0);
}
}
@-webkit-keyframes cube-left-hide {
from {
-webkit-transform: rotateY(0) translateX(-310px) translateZ(0);
}
to {
-webkit-transform: rotateY(-90deg) translateX(-310px) translateZ(150px);
}
}
@-webkit-keyframes cube-right-hide {
from {
-webkit-transform: rotateY(0) translateX(310px) translateZ(0);
}
to {
-webkit-transform: rotateY(90deg) translateX(310px) translateZ(160px);
}
}
.newscene {
position: relative;
margin: 0 auto;
width: 100%;
-webkit-perspective: 1500;
-webkit-transform-style: preserve-3d;
}
.showcase.new {
border: none;
width: auto;
height: auto;
} | 0.506591 | 0.119691 |
body {
background-color: #f8f8f8;
}
.logo {
background-image: url(../img/hsmlogo.png);
width: 100%;
min-height: 100px;
background-size: contain;
background-repeat: no-repeat;
padding-top: 95px;
padding-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
text-align: center;
}
.pucitlogo {
background-image: url(../img/pucitlogo.png);
width: 100px;
display: block;
background-size: contain;
margin: auto;
height: 100px;
}
.statsboxes {
position: relative;
background-color: #fff;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.stats_title {
font-size: 19px;
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: #292f3b;
border-bottom: 1px solid rgba(0,0,0,.125);
color: #FFF
}
.statsboxes .statsbox {
padding-bottom: 15px;
}
.statsboxes .statsbox:hover {
background:#eee;
}
#logged-in-info {
color:#FFF;
text-indent: 0;
line-height: 2;
text-align: center;
padding: 10px;
}
#logged-in-info small {
background: #ffffff4d;
padding: 5px 10px;
border-radius: 32px;
}
#logged-in-info span {
display:block;
padding-bottom: 10px;
font-size: 16px;
}
#logged-in-info a {
color:inherit;
}
#logged-in-info a:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.formdiv2{
width:50%;
margin:auto;
padding:10px;
}
.searchBox{
max-width:30%;
}
.table {
background: #fefefe;
}
.table thead {
background: #FFF;
}
.table tbody tr{
transition: background-color 0.5s ease;
}
.table tbody tr:hover {
background: #eee;
}
.dropdown.dropdown-lg .dropdown-menu {
margin-top: -1px;
padding: 6px 20px;
}
.input-group-btn .btn-group {
display: flex !important;
}
.btn-group .btn {
border-radius: 0;
margin-left: -1px;
}
.btn-group .btn:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.form-group .form-control:last-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
@media screen and (min-width: 768px) {
#adv-search {
width: 500px;
//margin: 0 auto;
}
.dropdown.dropdown-lg {
position: static !important;
}
.dropdown.dropdown-lg .dropdown-menu {
min-width: 500px;
}
} | css/main.css | body {
background-color: #f8f8f8;
}
.logo {
background-image: url(../img/hsmlogo.png);
width: 100%;
min-height: 100px;
background-size: contain;
background-repeat: no-repeat;
padding-top: 95px;
padding-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
text-align: center;
}
.pucitlogo {
background-image: url(../img/pucitlogo.png);
width: 100px;
display: block;
background-size: contain;
margin: auto;
height: 100px;
}
.statsboxes {
position: relative;
background-color: #fff;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.stats_title {
font-size: 19px;
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: #292f3b;
border-bottom: 1px solid rgba(0,0,0,.125);
color: #FFF
}
.statsboxes .statsbox {
padding-bottom: 15px;
}
.statsboxes .statsbox:hover {
background:#eee;
}
#logged-in-info {
color:#FFF;
text-indent: 0;
line-height: 2;
text-align: center;
padding: 10px;
}
#logged-in-info small {
background: #ffffff4d;
padding: 5px 10px;
border-radius: 32px;
}
#logged-in-info span {
display:block;
padding-bottom: 10px;
font-size: 16px;
}
#logged-in-info a {
color:inherit;
}
#logged-in-info a:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.formdiv2{
width:50%;
margin:auto;
padding:10px;
}
.searchBox{
max-width:30%;
}
.table {
background: #fefefe;
}
.table thead {
background: #FFF;
}
.table tbody tr{
transition: background-color 0.5s ease;
}
.table tbody tr:hover {
background: #eee;
}
.dropdown.dropdown-lg .dropdown-menu {
margin-top: -1px;
padding: 6px 20px;
}
.input-group-btn .btn-group {
display: flex !important;
}
.btn-group .btn {
border-radius: 0;
margin-left: -1px;
}
.btn-group .btn:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.form-group .form-control:last-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
@media screen and (min-width: 768px) {
#adv-search {
width: 500px;
//margin: 0 auto;
}
.dropdown.dropdown-lg {
position: static !important;
}
.dropdown.dropdown-lg .dropdown-menu {
min-width: 500px;
}
} | 0.404625 | 0.104752 |
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #fafafa;
background-image: url('../images/bottom-shape.png'), url('../images/topright-shape.png');
background-repeat: no-repeat;
background-position: left bottom, right top;
background-attachment: fixed;
color: #222;
margin-top: 100px;
}
.login-page{
margin: 0;
}
h1, h2, h3, h4, h5, h6{
font-weight: 600;
}
.dots{
background-color: #fff;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
img{
max-width: 100%;
}
.container{
max-width: 1280px;
}
.container-l{
max-width: 1550px;
}
.header-type1 {
padding: 8vh 4vw;
}
.login-form {
background-color: #7532a4;
border-radius: 60px;
padding: 70px 60px;
color: #fff;
box-shadow: 10px 10px 50px #bbbaec;
-webkit-box-shadow: 10px 10px 50px #bbbaec;
-moz-box-shadow: 10px 10px 50px #bbbaec;
-o-box-shadow: 10px 10px 50px #bbbaec;
-ms-box-shadow: 10px 10px 50px #bbbaec;
}
.login-wrap{
padding-bottom: 60px;
position: relative;
z-index: 999;
}
.login-head h2 {
font-size: 40px;
}
.login-head h2 span {
display: block;
font-weight: 300;
}
.login-head {
margin-bottom: 40px;
}
.login-head p {
font-size: 20px;
}
.login-form .login-field{
height: 60px;
border-radius: 15px;
padding: 10px 25px;
width: 100%;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
}
.login-form .login-field:hover, .login-form .login-field:focus{
border: none;
outline: 0;
}
.verification-code{
position: relative;
}
.verification-code .resend{
position: absolute;
top: 50%;
right: 25px;
color: #222;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
}
.btnn{
display: inline-block;
border-radius: 15px;
font-size: 20px;
text-align: center;
padding: 15px;
text-decoration: none;
color: #fff;
background-color: #7532a4;
border: none;
}
.btnn-s {
font-size: 16px;
padding: 10px 20px;
border-radius: 10px;
}
.btnn:hover, .btnn:focus{
border: none;
outline: 0;
text-decoration: none;
color: #fff;
}
.login-form .btnn{
background-color: #f4716f;
text-transform: uppercase;
font-size: 16px;
display: block;
width: 100%;
font-weight: 500;
height: 60px;
margin-top: 40px;
}
.dots{
position: relative;
}
.dots::before, .dots::after {
content: "";
position: absolute;
top: 50px;
left: 56%;
width: 100px;
height: 110px;
background-image: url(../images/dotted.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
}
.dots::after{
top: 70%;
left: 50px;
}
.check-phone{
background-color: rgba(0, 0, 0, .60);
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999999;
}
.check-phone-main {
background-color: #6170ed;
border-radius: 50px;
padding: 40px 40px 0;
text-align: center;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.check-phone-main img {
max-width: 200px;
margin-left: -30px;
}
/*==== Category page ====*/
.header-type2{
position: fixed;
z-index: 999;
left: 0;
top: 0;
right: 0;
background-color: #fff;
padding: 10px 30px;
box-shadow: 0 6px 6px #f7f7f7;
-webkit-box-shadow: 0 6px 6px #f7f7f7;
-moz-box-shadow: 0 6px 6px #f7f7f7;
-o-box-shadow: 0 6px 6px #f7f7f7;
-ms-box-shadow: 0 6px 6px #f7f7f7;
}
.user-wrap img{
width: 60px;
height: 60px;
border-radius: 100px;
object-fit: cover;
margin-left: 20px;
}
.user-wrap p{
margin: 0;
font-size: 20px;
font-weight: 500;
}
.category-wrap{
}
.cat-main{
margin: 0 -15px;
}
.cat-icon{
width: 65px;
height: 65px;
border-radius: 10px;
padding: 10px;
background-color: #e2dcfe;
}
.cat-icon img{
max-width: 35px;
}
.cat-box {
width: calc(25% - 30px);
border-radius: 30px;
padding: 35px 25px;
background-color: #efedf7;
margin: 15px;
text-decoration: none;
transition: .2s all;
-webkit-transition: .2s all;
-moz-transition: .2s all;
-o-transition: .2s all;
-ms-transition: .2s all;
}
.cat-box:hover{
text-decoration: none;
}
.cat-box h3{
font-size: 22px;
margin: 15px 0;
color: #222;
}
.cat-box p{
color: #666;
}
.actions-wrp {
margin-left: 30px;
padding: 0;
background-color: transparent;
border: none;
}
.actions-wrp::after {
display: none;
}
.actions-wrp span{
width: 8px;
height: 8px;
border-radius: 100px;
background-color: #333;
display: block;
margin: 4px;
}
.cat-box:nth-child(2n){
background-color: #e3f4fd;
}
.cat-box:nth-child(2n) .cat-icon{
background-color: #bbf0fe;
}
.cat-box:nth-child(3n){
background-color: #e8f9ea;
}
.cat-box:nth-child(3n) .cat-icon{
background-color: #cef5d6;
}
.cat-box:nth-child(4){
background-color: #fdf3e9;
}
.cat-box:nth-child(4) .cat-icon{
background-color: #fae0d1;
}
.cat-box:nth-child(5n){
background-color: #efdded;
}
.cat-box:nth-child(5n) .cat-icon{
background-color: #efb8e8;
}
.cat-box:hover{
background-color: #635aee;
transform: scale(1.1);
transition: .2s all;
-webkit-transition: .2s all;
-moz-transition: .2s all;
-o-transition: .2s all;
-ms-transition: .2s all;
}
.cat-box:hover h3{
color: #fff;
}
.cat-box:hover .cat-icon{
background-color: #fff;
}
.cat-box:hover p {
color: #e1e0f5;
}
.course-preview video{
width: 100% !important;
height: 100% !important;
}
.course-preview .modal-title span {
display: block;
font-size: 14px;
color: #888;
font-weight: normal;
}
.course-preview .modal-title {
font-size: 18px;
}
.course-preview .modal-header {
border: none;
padding-bottom: 10px;
}
.course-preview .modal-header .close {
padding: 0;
margin: 0;
position: absolute;
right: 10px;
top: 10px;
width: 30px;
height: 30px;
background-color: #fde5e5;
border-radius: 100px;
opacity: 1;
z-index: 999;
}
.course-preview .modal-header .close span {
text-shadow: none;
color: #ef4f4f;
font-weight: normal;
}
.mvideo-box h5 {
font-size: 16px;
}
.mvideo-box p {
margin: 0;
font-size: 14px;
color: #888;
}
.vthumb {
height: 65px;
width: 90px;
border-radius: 4px;
overflow: hidden;
}
.vcon {
width: calc(100% - 125px);
padding: 0 15px;
}
/*.vbtn {
width: 35px;
}*/
.vthumb img {
object-fit: cover;
width: 100%;
height: 100%;
}
.mvideo-box .playbtn {
width: 35px;
height: 35px;
border: none;
background-color: #ddd;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
padding-left: 4px;
}
.more-videos h4 {
font-size: 17px;
margin: 15px 0;
}
.vrow {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid #eaeaea;
}
.vrow:nth-child(1){
border-top: none;
}
.course-preview .modal-body {
max-height: 60vh;
overflow: auto;
padding-top: 0;
}
.course-preview .modal-body::-webkit-scrollbar
{
width: 6px; /* for vertical scrollbars */
height: 6px; /* for horizontal scrollbars */
}
.course-preview .modal-body::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0.1);
}
.course-preview .modal-body::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 0, 0.5);
}
.course-preview .modal-footer .btnn{
}
.course-preview .modal-footer .btnn {
padding: 14px;
font-size: 18px;
min-width: 250px;
margin: 0 auto;
}
/*==== Category page ====*/
/*==== Dashboard ====*/
.fixedbar{
position: fixed;
top: 101px;
left: 0;
bottom: 0;
background-color: #7532a4;
width: 300px;
z-index: 9999;
}
.fixedbar li{
display: block;
padding: 0 20px;
}
.fixedbar li a {
display: block;
color: #c3c5fd;
font-size: 18px;
text-decoration: none;
border-bottom: 1px solid #7f83de;
padding: 20px 0;
}
.fixedbar li.active a, .fixedbar li:hover a{
color: #fff;
}
.fixedbar ul{
margin: 0;
padding: 0;
}
.fixedbar li i {
margin-right: 10px;
}
.dashboard-wrap{
margin-left: 300px;
padding: 30px;
}
.dash-main {
background-color: #fff;
padding: 30px;
border-top: 4px solid #7532a4;
box-shadow: 0 0 20px #ddd;
}
table.table-custom th {
border: none;
background-color: #34354c;
color: #fff;
text-shadow: none;
font-weight: normal;
}
table.table-custom th, table.table-custom td{
padding: 20px;
}
table.table-custom{
background-color: #f0f2fc;
border-radius: 20px;
overflow: hidden;
}
.mobile-menu{
color: #fff;
background-color: #6451ef;
padding: 10px 20px;
}
.mobile-menu p{
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
margin: 0;
}
.toggle span {
border-radius: 100px;
height: 3px;
width: 30px;
margin: 6px 0;
background-color: #fff;
display: block;
}
/*==== Dashboard ====*/
.form-wrap{
}
.form-wrap label{
font-size: 18px;
display: block;
margin-bottom: 5px;
}
.frm-field{
width: 100%;
background-color: #f5f5f5;
border-radius: 10px;
height: 50px;
padding: 10px 15px;
border: 1px solid #ccc;
}
.main-heading{
font-size: 25px;
padding-top: 10px;
}
.border-btm{
border-bottom: 1px solid #ccc;
}
.select2-container .select2-selection--single{
height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 50px;
padding-left: 20px;
}
.invalid-feedback {
display: block !important;
}
.ui-sortable {
list-style-type: none;
margin: 0;
padding: 0;
}
.ui-sortable li {
margin: 0 0 6px;
padding: 10px 20px;
border: 1px solid #ddd;
background: #f2f2f2;
border-radius: 5px;
font-size: 18px;
cursor: row-resize;
}
.pull-right:{
float: right;
}
.main-font-color{
color: #7532a4;
}
.sorting_order {
padding: 2px 8px;
background-color: #34354c;
color: #fff;
font-weight: bold;
border-radius: 50%;
}
.optionimg {
height: 180px;
}
.course-modules li {
margin-bottom: 10px;
margin-left: 10px;
}
.btn-info:hover {
color: #fff;
}
.login-wrap .col-lg-8 {
text-align: center;
}
/*-----------------------------------------*/
label.radio {
cursor: pointer;
width: 100%;
}
label.radio input {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
pointer-events: none
}
label.radio span {
padding: 4px 0px;
border: 1px solid #afbaf1;
display: inline-block;
color: #fff;
text-align: center;
border-radius: 3px;
margin-top: 7px;
text-transform: uppercase;
background-color: #afbaf1;
width: 100%;
}
label.radio input:checked+span {
border-color: #435fef;;
background-color: #435fef;;
color: #fff;
width: 100%
}
.ans {
margin-left: 36px !important
}
.btn:focus {
outline: 0 !important;
box-shadow: none !important
}
.btn:active {
outline: 0 !important;
box-shadow: none !important
}
.cat-box{
position: relative;
}
.status-wrp{
position: absolute;
top: 35px;
right: 25px;
font-size: 18px;
}
.status-start{
color: #635aee;
}
.status-pending{
color: #8917d7;
}
.status-complete{
color: #0eaa3c;
}
.cat-box:hover .status-wrp{
color: #fff;
}
.head-menu a {
color: #222;
text-decoration: none;
font-size: 18px;
}
.head-menu li {
display: inline-block;
margin: 0 20px;
}
.head-menu ul {
margin: 0;
}
.module.attchment iframe, .module.attchment video, #resolte-contaniner .slide {
width: 80%;
height: 400px;
}
.youtube-iframe iframe {
width: 60% !important;
}
/*--Responsive style--*/
@media all and (max-width: 1366px){
.login-form{
padding: 50px 40px;
}
}
@media all and (max-width: 1200px){
.cat-box{
width: calc(33.33% - 30px);
}
}
@media all and (max-width: 980px){
.cat-box{
width: calc(50% - 30px);
}
}
@media all and (max-width: 767px){
.login-form{
padding: 30px;
border-radius: 30px;
}
.header-type1{
padding: 20px;
}
.header-type2{
box-shadow: none;
}
.dots::before, .dots::after{
display: none;
}
body{
background-image: url('../images/topright-shape.png');
background-position: right top;
}
.login-head{
margin-bottom: 20px;
}
.login-form .btnn{
margin-top: 20px;
}
.cat-box{
width: 100%;
}
.user-wrap p{
display: none;
}
.header-type2{
padding: 10px 15px;
}
.cat-head {
flex-wrap: wrap;
}
.fixedbar{
position: static;
width: 100%;
}
.dashboard-wrap{
margin-left: 0;
padding: 20px;
}
}
@media all and (min-width: 767px){
.mobile-menu{display: none !important;}
.fixedbar{display: block !important;}
} | public/css/style.css | body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #fafafa;
background-image: url('../images/bottom-shape.png'), url('../images/topright-shape.png');
background-repeat: no-repeat;
background-position: left bottom, right top;
background-attachment: fixed;
color: #222;
margin-top: 100px;
}
.login-page{
margin: 0;
}
h1, h2, h3, h4, h5, h6{
font-weight: 600;
}
.dots{
background-color: #fff;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
img{
max-width: 100%;
}
.container{
max-width: 1280px;
}
.container-l{
max-width: 1550px;
}
.header-type1 {
padding: 8vh 4vw;
}
.login-form {
background-color: #7532a4;
border-radius: 60px;
padding: 70px 60px;
color: #fff;
box-shadow: 10px 10px 50px #bbbaec;
-webkit-box-shadow: 10px 10px 50px #bbbaec;
-moz-box-shadow: 10px 10px 50px #bbbaec;
-o-box-shadow: 10px 10px 50px #bbbaec;
-ms-box-shadow: 10px 10px 50px #bbbaec;
}
.login-wrap{
padding-bottom: 60px;
position: relative;
z-index: 999;
}
.login-head h2 {
font-size: 40px;
}
.login-head h2 span {
display: block;
font-weight: 300;
}
.login-head {
margin-bottom: 40px;
}
.login-head p {
font-size: 20px;
}
.login-form .login-field{
height: 60px;
border-radius: 15px;
padding: 10px 25px;
width: 100%;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
}
.login-form .login-field:hover, .login-form .login-field:focus{
border: none;
outline: 0;
}
.verification-code{
position: relative;
}
.verification-code .resend{
position: absolute;
top: 50%;
right: 25px;
color: #222;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
}
.btnn{
display: inline-block;
border-radius: 15px;
font-size: 20px;
text-align: center;
padding: 15px;
text-decoration: none;
color: #fff;
background-color: #7532a4;
border: none;
}
.btnn-s {
font-size: 16px;
padding: 10px 20px;
border-radius: 10px;
}
.btnn:hover, .btnn:focus{
border: none;
outline: 0;
text-decoration: none;
color: #fff;
}
.login-form .btnn{
background-color: #f4716f;
text-transform: uppercase;
font-size: 16px;
display: block;
width: 100%;
font-weight: 500;
height: 60px;
margin-top: 40px;
}
.dots{
position: relative;
}
.dots::before, .dots::after {
content: "";
position: absolute;
top: 50px;
left: 56%;
width: 100px;
height: 110px;
background-image: url(../images/dotted.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
}
.dots::after{
top: 70%;
left: 50px;
}
.check-phone{
background-color: rgba(0, 0, 0, .60);
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999999;
}
.check-phone-main {
background-color: #6170ed;
border-radius: 50px;
padding: 40px 40px 0;
text-align: center;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.check-phone-main img {
max-width: 200px;
margin-left: -30px;
}
/*==== Category page ====*/
.header-type2{
position: fixed;
z-index: 999;
left: 0;
top: 0;
right: 0;
background-color: #fff;
padding: 10px 30px;
box-shadow: 0 6px 6px #f7f7f7;
-webkit-box-shadow: 0 6px 6px #f7f7f7;
-moz-box-shadow: 0 6px 6px #f7f7f7;
-o-box-shadow: 0 6px 6px #f7f7f7;
-ms-box-shadow: 0 6px 6px #f7f7f7;
}
.user-wrap img{
width: 60px;
height: 60px;
border-radius: 100px;
object-fit: cover;
margin-left: 20px;
}
.user-wrap p{
margin: 0;
font-size: 20px;
font-weight: 500;
}
.category-wrap{
}
.cat-main{
margin: 0 -15px;
}
.cat-icon{
width: 65px;
height: 65px;
border-radius: 10px;
padding: 10px;
background-color: #e2dcfe;
}
.cat-icon img{
max-width: 35px;
}
.cat-box {
width: calc(25% - 30px);
border-radius: 30px;
padding: 35px 25px;
background-color: #efedf7;
margin: 15px;
text-decoration: none;
transition: .2s all;
-webkit-transition: .2s all;
-moz-transition: .2s all;
-o-transition: .2s all;
-ms-transition: .2s all;
}
.cat-box:hover{
text-decoration: none;
}
.cat-box h3{
font-size: 22px;
margin: 15px 0;
color: #222;
}
.cat-box p{
color: #666;
}
.actions-wrp {
margin-left: 30px;
padding: 0;
background-color: transparent;
border: none;
}
.actions-wrp::after {
display: none;
}
.actions-wrp span{
width: 8px;
height: 8px;
border-radius: 100px;
background-color: #333;
display: block;
margin: 4px;
}
.cat-box:nth-child(2n){
background-color: #e3f4fd;
}
.cat-box:nth-child(2n) .cat-icon{
background-color: #bbf0fe;
}
.cat-box:nth-child(3n){
background-color: #e8f9ea;
}
.cat-box:nth-child(3n) .cat-icon{
background-color: #cef5d6;
}
.cat-box:nth-child(4){
background-color: #fdf3e9;
}
.cat-box:nth-child(4) .cat-icon{
background-color: #fae0d1;
}
.cat-box:nth-child(5n){
background-color: #efdded;
}
.cat-box:nth-child(5n) .cat-icon{
background-color: #efb8e8;
}
.cat-box:hover{
background-color: #635aee;
transform: scale(1.1);
transition: .2s all;
-webkit-transition: .2s all;
-moz-transition: .2s all;
-o-transition: .2s all;
-ms-transition: .2s all;
}
.cat-box:hover h3{
color: #fff;
}
.cat-box:hover .cat-icon{
background-color: #fff;
}
.cat-box:hover p {
color: #e1e0f5;
}
.course-preview video{
width: 100% !important;
height: 100% !important;
}
.course-preview .modal-title span {
display: block;
font-size: 14px;
color: #888;
font-weight: normal;
}
.course-preview .modal-title {
font-size: 18px;
}
.course-preview .modal-header {
border: none;
padding-bottom: 10px;
}
.course-preview .modal-header .close {
padding: 0;
margin: 0;
position: absolute;
right: 10px;
top: 10px;
width: 30px;
height: 30px;
background-color: #fde5e5;
border-radius: 100px;
opacity: 1;
z-index: 999;
}
.course-preview .modal-header .close span {
text-shadow: none;
color: #ef4f4f;
font-weight: normal;
}
.mvideo-box h5 {
font-size: 16px;
}
.mvideo-box p {
margin: 0;
font-size: 14px;
color: #888;
}
.vthumb {
height: 65px;
width: 90px;
border-radius: 4px;
overflow: hidden;
}
.vcon {
width: calc(100% - 125px);
padding: 0 15px;
}
/*.vbtn {
width: 35px;
}*/
.vthumb img {
object-fit: cover;
width: 100%;
height: 100%;
}
.mvideo-box .playbtn {
width: 35px;
height: 35px;
border: none;
background-color: #ddd;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
padding-left: 4px;
}
.more-videos h4 {
font-size: 17px;
margin: 15px 0;
}
.vrow {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid #eaeaea;
}
.vrow:nth-child(1){
border-top: none;
}
.course-preview .modal-body {
max-height: 60vh;
overflow: auto;
padding-top: 0;
}
.course-preview .modal-body::-webkit-scrollbar
{
width: 6px; /* for vertical scrollbars */
height: 6px; /* for horizontal scrollbars */
}
.course-preview .modal-body::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0.1);
}
.course-preview .modal-body::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 0, 0.5);
}
.course-preview .modal-footer .btnn{
}
.course-preview .modal-footer .btnn {
padding: 14px;
font-size: 18px;
min-width: 250px;
margin: 0 auto;
}
/*==== Category page ====*/
/*==== Dashboard ====*/
.fixedbar{
position: fixed;
top: 101px;
left: 0;
bottom: 0;
background-color: #7532a4;
width: 300px;
z-index: 9999;
}
.fixedbar li{
display: block;
padding: 0 20px;
}
.fixedbar li a {
display: block;
color: #c3c5fd;
font-size: 18px;
text-decoration: none;
border-bottom: 1px solid #7f83de;
padding: 20px 0;
}
.fixedbar li.active a, .fixedbar li:hover a{
color: #fff;
}
.fixedbar ul{
margin: 0;
padding: 0;
}
.fixedbar li i {
margin-right: 10px;
}
.dashboard-wrap{
margin-left: 300px;
padding: 30px;
}
.dash-main {
background-color: #fff;
padding: 30px;
border-top: 4px solid #7532a4;
box-shadow: 0 0 20px #ddd;
}
table.table-custom th {
border: none;
background-color: #34354c;
color: #fff;
text-shadow: none;
font-weight: normal;
}
table.table-custom th, table.table-custom td{
padding: 20px;
}
table.table-custom{
background-color: #f0f2fc;
border-radius: 20px;
overflow: hidden;
}
.mobile-menu{
color: #fff;
background-color: #6451ef;
padding: 10px 20px;
}
.mobile-menu p{
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
margin: 0;
}
.toggle span {
border-radius: 100px;
height: 3px;
width: 30px;
margin: 6px 0;
background-color: #fff;
display: block;
}
/*==== Dashboard ====*/
.form-wrap{
}
.form-wrap label{
font-size: 18px;
display: block;
margin-bottom: 5px;
}
.frm-field{
width: 100%;
background-color: #f5f5f5;
border-radius: 10px;
height: 50px;
padding: 10px 15px;
border: 1px solid #ccc;
}
.main-heading{
font-size: 25px;
padding-top: 10px;
}
.border-btm{
border-bottom: 1px solid #ccc;
}
.select2-container .select2-selection--single{
height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 50px;
padding-left: 20px;
}
.invalid-feedback {
display: block !important;
}
.ui-sortable {
list-style-type: none;
margin: 0;
padding: 0;
}
.ui-sortable li {
margin: 0 0 6px;
padding: 10px 20px;
border: 1px solid #ddd;
background: #f2f2f2;
border-radius: 5px;
font-size: 18px;
cursor: row-resize;
}
.pull-right:{
float: right;
}
.main-font-color{
color: #7532a4;
}
.sorting_order {
padding: 2px 8px;
background-color: #34354c;
color: #fff;
font-weight: bold;
border-radius: 50%;
}
.optionimg {
height: 180px;
}
.course-modules li {
margin-bottom: 10px;
margin-left: 10px;
}
.btn-info:hover {
color: #fff;
}
.login-wrap .col-lg-8 {
text-align: center;
}
/*-----------------------------------------*/
label.radio {
cursor: pointer;
width: 100%;
}
label.radio input {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
pointer-events: none
}
label.radio span {
padding: 4px 0px;
border: 1px solid #afbaf1;
display: inline-block;
color: #fff;
text-align: center;
border-radius: 3px;
margin-top: 7px;
text-transform: uppercase;
background-color: #afbaf1;
width: 100%;
}
label.radio input:checked+span {
border-color: #435fef;;
background-color: #435fef;;
color: #fff;
width: 100%
}
.ans {
margin-left: 36px !important
}
.btn:focus {
outline: 0 !important;
box-shadow: none !important
}
.btn:active {
outline: 0 !important;
box-shadow: none !important
}
.cat-box{
position: relative;
}
.status-wrp{
position: absolute;
top: 35px;
right: 25px;
font-size: 18px;
}
.status-start{
color: #635aee;
}
.status-pending{
color: #8917d7;
}
.status-complete{
color: #0eaa3c;
}
.cat-box:hover .status-wrp{
color: #fff;
}
.head-menu a {
color: #222;
text-decoration: none;
font-size: 18px;
}
.head-menu li {
display: inline-block;
margin: 0 20px;
}
.head-menu ul {
margin: 0;
}
.module.attchment iframe, .module.attchment video, #resolte-contaniner .slide {
width: 80%;
height: 400px;
}
.youtube-iframe iframe {
width: 60% !important;
}
/*--Responsive style--*/
@media all and (max-width: 1366px){
.login-form{
padding: 50px 40px;
}
}
@media all and (max-width: 1200px){
.cat-box{
width: calc(33.33% - 30px);
}
}
@media all and (max-width: 980px){
.cat-box{
width: calc(50% - 30px);
}
}
@media all and (max-width: 767px){
.login-form{
padding: 30px;
border-radius: 30px;
}
.header-type1{
padding: 20px;
}
.header-type2{
box-shadow: none;
}
.dots::before, .dots::after{
display: none;
}
body{
background-image: url('../images/topright-shape.png');
background-position: right top;
}
.login-head{
margin-bottom: 20px;
}
.login-form .btnn{
margin-top: 20px;
}
.cat-box{
width: 100%;
}
.user-wrap p{
display: none;
}
.header-type2{
padding: 10px 15px;
}
.cat-head {
flex-wrap: wrap;
}
.fixedbar{
position: static;
width: 100%;
}
.dashboard-wrap{
margin-left: 0;
padding: 20px;
}
}
@media all and (min-width: 767px){
.mobile-menu{display: none !important;}
.fixedbar{display: block !important;}
} | 0.269902 | 0.05951 |
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.white-bckground {
background: white !important;
}
body {
font-family: Roboto;
}
main {
overflow-x: hidden;
overflow-y: hidden;
}
.container {
padding: 0px 15px 0px 15px;
}
a {
color: black;
}
h1 {
font-weight: 800;
font-size: 4rem;
text-transform: uppercase;
color: #fff;
}
h2 {
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
p {
color: black;
font-size: 1.5rem;
}
/* resets */
* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
margin: 0;
padding: 0;
}
html {
font-size: 1rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
header {
font-weight: 500;
}
.inner {
padding: 20px 0px 20px 0px;
}
.container {
margin: auto;
}
.logo {
width: 220px;
}
.nav {
display: flex;
height: 60px;
justify-content: space-between;
align-items: center;
}
.nav_list {
display: flex;
justify-content: space-between;
width: 50%;
margin: 0px;
padding: 0px;
text-transform: uppercase;
list-style: none;
}
a {
text-decoration: none;
}
.drop_menu {
position: relative;
}
.service_item {
padding-bottom: 70px;
}
.drop_down {
display: none;
position: absolute;
top: 200%;
margin: 0px;
padding: 0px 10px 0px 10px;
z-index: 307;
list-style: none;
line-height: 35px;
background-color: orange;
}
.container .drop_menu:hover .drop_down {
display: block;
}
.nav_item:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #fff;
}
.menu {
display: none;
text-align: center;
width: 35px;
padding: 2px;
font-size: 10px;
border-radius: 5px;
background-color: orange;
}
.hamburger {
font-size: 20px;
}
.contact_tele {
display: flex;
padding: 4px 8px 4px 8px;
align-items: center;
border-radius: 5px;
background-color: orange;
}
.contact_tele:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #fff;
border: 1px solid orange;
}
.contact_tele:hover .tele_icon {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: orange;
color: #fff;
}
.tele_icon {
padding: 5px;
margin-right: 10px;
border-radius: 50%;
color: orange;
background-color: #fff;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.banner {
position: relative;
display: flex;
flex-direction: column;
height: 72vh;
overflow: hidden;
}
.banner .slick-track {
height: 100vh;
}
.banner .slick-arrow {
width: 150px;
height: 150px;
z-index: 900;
}
.banner .slick-next {
right: 90px;
top: 350px;
}
.banner .slick-prev {
left: 90px;
top: 350px;
}
.banner .slick-prev:before {
color: black;
content: "<";
font-size: 8rem;
}
.banner .slick-next:before {
color: black;
content: ">";
font-size: 8rem;
}
@media only screen and (max-width: 1345px) {
.banner .slick-arrow {
display: none !important;
}
}
@media only screen and (max-width: 1580px) {
.banner .slick-next {
right: -25px;
}
.banner .slick-prev {
left: -25px;
}
}
.construction {
height: 100vh;
display: flex;
overflow: hidden;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
}
.construction-bck1 {
background-image: url("/assets/images/christopher-burns-8KfCR12oeUM-unsplash.jpg");
}
.construction-bck2 {
background-image: url("/assets/images/Housing-Home-Neighborhood-Construction-Intelligence-Header-Alt-02.jpg");
}
.construction-bck3 {
background-image: url("/assets/images/mark-potterton-sNVkn3507Oo-unsplash.jpg");
}
.construction-bck4 {
background-image: url("/assets/images/scott-blake-x-ghf9LjrVg-unsplash.jpg");
}
.content_container {
display: flex;
position: absolute;
justify-content: center;
align-items: center;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 305;
}
.overlay::before {
content: "";
position: absolute;
left: 102%;
border: 350px solid transparent;
border-left: 280px solid white;
z-index: 300;
}
.overlay {
content: "";
position: absolute;
width: 32%;
height: 100vh;
border-right: 11px solid white;
background-color: orange;
right: 0;
left: 0;
top: 0;
bottom: 0;
}
.overlay:before {
content: "";
position: absolute;
left: 102%;
border-left: 280px solid white;
border-top: 350px solid transparent;
border-bottom: 350px solid transparent;
z-index: 50;
}
.overlay:after {
content: "";
position: absolute;
left: 100%;
border-left: 280px solid orange;
border-top: 350px solid transparent;
border-bottom: 350px solid transparent;
z-index: 302;
}
.text-box {
padding: 0px 30px 0px 30px;
z-index: 100;
}
.headline {
margin-bottom: 20px;
font-weight: 800;
font-size: xxx-large;
text-transform: uppercase;
color: #fff;
}
.headline::after {
content: "";
display: block;
margin-top: 20px;
width: 390px;
height: 3px;
background-color: #fff;
}
.banner-text {
font-size: large;
color: #fff;
}
.reliable {
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
.contact_me {
border: 1px solid transparent;
border-radius: 4px;
font-size: 1.25rem;
font-family: inherit;
background-color: #fff;
margin-top: 5px;
padding: 15px 45px;
}
.contact_me:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #bfbfbf;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.footer_top {
background-color: #1B1F22;
}
.contact_text {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.details {
margin: 0px 0px 0px 0px;
display: flex;
font-size: large;
color: #fff;
}
.end_btn {
border: 1px solid transparent;
border-radius: 4px;
font-size: 1.25rem;
font-family: inherit;
background-color: #fff;
padding: 15px 60px;
border: 2px solid orange;
}
.end_btn:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #bfbfbf;
}
.footer_middle {
background-color: orange;
}
.footer_columns {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.footer_links {
list-style: none;
line-height: 22px;
padding-left: 0px;
}
.arrow {
margin-right: 10px;
color: #fff;
}
.media_item {
font-size: 12px;
margin-bottom: 8px;
}
.social_media {
display: flex;
gap: 10px;
color: #fff;
}
.soc_name {
color: black;
}
.soc_icon::before {
font-size: 18px;
margin-right: 5px;
}
.email_enter {
display: flex;
font-family: inherit;
}
.subscribe_heading {
margin: 12px 0px 12px 0px;
}
.subscribe {
padding: 4px;
border-style: none;
border-radius: 3px;
font-family: inherit;
}
.submit {
padding: 4px 8px 4px 8px;
border-radius: 3px;
border-style: none;
font-family: inherit;
background-color: black;
color: white;
}
.submit:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: grey;
}
.end_footer {
background-color: #1B1F22;
}
.copyright_text {
display: flex;
justify-content: center;
color: #fff;
}
#page-description-section .container {
display: flex;
}
#page-description-section .text-area {
max-width: 50%;
margin-right: 40px;
margin-top: 40px;
}
#page-description-section .text-area h1 {
font-weight: 300;
font-size: 40px;
color: black;
}
#page-description-section .text-area img {
max-width: 100%;
height: auto;
}
#page-description-section .text-area span {
width: 60%;
height: 2px;
background-color: #555555;
display: block;
}
#page-description-section .text-area p {
margin-top: 40px;
color: #555555;
}
#page-description-section .image-montage {
border-style: solid;
border-width: 15px;
border-color: orange;
max-width: 50%;
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 8px;
margin-top: 40px;
}
#page-description-section .image-montage img:first-child {
max-width: 100%;
}
#page-description-section .image-montage img {
max-width: 50%;
}
#page-description-section .image-montage img:last-child {
max-width: 50%;
}
#page-description-section .partners-carousel-container {
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
#page-description-section .partners-carousel-container .slick-arrow {
width: 150px;
height: 150px;
}
#page-description-section .partners-carousel-container .slick-next {
right: -200px;
}
#page-description-section .partners-carousel-container .slick-prev {
left: -200px;
}
#page-description-section .partners-carousel-container .slick-prev:before {
color: black;
content: "<";
font-size: 8rem;
}
#page-description-section .partners-carousel-container .slick-next:before {
color: black;
content: ">";
font-size: 8rem;
}
#page-description-section .partners-carousel-container h2 {
color: black;
font-size: 2rem;
}
#page-description-section .partners-carousel-container span {
width: 15%;
height: 2px;
background-color: #555555;
display: block;
}
#page-description-section .partners-carousel-container .partner-carousel-inner {
margin-left: auto;
margin-right: auto;
}
#page-description-section .partners-carousel-container .partner-carousel-inner img {
max-height: 150px;
max-width: 150px;
padding-top: 40px;
padding-bottom: 40px;
padding-right: 76px;
padding-left: 76px;
}
#page-services-section {
background-color: orange;
padding-bottom: 40px;
}
#page-services-section .top-text {
padding-bottom: 40px;
padding-top: 40px;
display: flex;
}
@media screen and (max-width: 992px) {
#page-services-section .top-text {
flex-wrap: wrap;
padding-left: 40px;
padding-bottom: 0;
}
}
#page-services-section .top-text h2 {
display: inline-block;
font-size: 2.5rem;
margin-right: 20px;
}
@media screen and (max-width: 992px) {
#page-services-section .top-text h2 {
flex-wrap: wrap;
padding-bottom: 30px;
}
}
#page-services-section .top-text h2 span {
width: 70%;
height: 2px;
background-color: white;
display: block;
}
#page-services-section .top-text p {
display: inline-block;
color: white;
max-width: 75%;
font-weight: 300;
}
#page-services-section .tile-container {
display: flex;
justify-content: space-between;
flex-direction: row;
}
@media screen and (max-width: 992px) {
#page-services-section .tile-container {
flex-wrap: wrap;
justify-content: center;
}
}
.anti-margins {
margin-left: -20px;
margin-right: -20px;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.testimonial_heading {
line-height: 1.5;
margin-top: 10px;
font-weight: 300;
font-size: 40px;
color: black;
}
.testimonial_heading:after {
content: "";
display: block;
width: 280px;
height: 1px;
background-color: black;
}
.quote_left {
font-size: 25px;
}
.quote {
margin: 5px;
font-weight: 300;
letter-spacing: 0.8px;
font-size: 25px;
}
.end_quote {
display: flex;
margin: 10px;
justify-content: space-between;
font-weight: 300;
font-size: 25px;
letter-spacing: 0.8px;
}
.page-section {
max-width: 100%;
background-color: orange;
}
.page-section .container {
display: flex;
flex-direction: row;
}
@media screen and (max-width: 992px) {
.page-section .container {
flex-wrap: wrap;
margin-bottom: 30px;
}
}
.page-section .image-container {
max-width: 50%;
padding-top: 40px;
padding-bottom: 40px;
padding-right: 40px;
margin-top: 40px;
}
@media screen and (max-width: 1200px) {
.page-section .image-container {
margin-top: auto;
margin-bottom: auto;
max-width: 100%;
}
}
@media screen and (max-width: 992px) {
.page-section .image-container {
margin-left: auto;
margin-right: auto;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 0;
}
}
.page-section .image-container .main-image {
max-width: 100%;
}
.page-section .text-area {
padding-bottom: 40px;
padding-top: 40px;
}
.page-section .text-area h1 {
font-weight: 300;
font-size: 40px;
color: #2e2e2e;
}
.page-section .text-area p {
color: #2e2e2e;
}
.p-specific {
padding-right: 40px;
}
.text-white {
color: rgba(255, 255, 255, 0.966) !important;
}
.tile {
width: 33.3333333333%;
box-sizing: border-box;
margin-left: 20px;
margin-right: 20px;
}
@media screen and (max-width: 992px) {
.tile {
width: 80%;
margin-top: 50px;
}
}
.tile .image-container {
margin-bottom: -4px;
min-height: 250px;
}
.tile .image-container div {
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-position-x: 50%;
background-size: cover;
}
.tile .icon-container-outer {
position: relative;
}
.tile .icon-container-outer .icon-container-inner {
width: 110px;
height: 110px;
border-radius: 50%;
text-align: center;
background-color: #101721;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tile .icon-container-outer .icon-container-inner i {
padding-top: 20px;
color: white;
}
.tile .description-area {
padding-left: 25px;
padding-right: 25px;
padding-bottom: 25px;
padding-top: 60px;
background-color: white;
}
.tile .description-area h3 {
padding-top: 15px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
font-weight: 600;
}
.tile .description-area p {
padding-top: 10px;
text-align: center;
font-weight: 400;
font-size: 1.4rem;
}
.tile-image-1 {
background-image: url(/assets/images/architecture-1216049-1919x1278.jpg);
}
.tile-image-2 {
background-image: url(/assets/images/christopher-burns-8KfCR12oeUM-unsplash.jpg);
}
.tile-image-3 {
background-image: url(/assets/images/HardWorkingMan.jpg_fit=scale);
}
.contact-header h1 {
text-align: center;
padding-top: 50px;
}
@media screen and (max-width: 992px) {
.contact-header h1 {
font-size: 2rem;
}
}
.contact-header span {
height: 2px;
background-color: #1B1F22;
display: block;
width: 22%;
margin-left: auto;
margin-right: auto;
}
#contact-form {
background-color: white;
padding: 40px;
border: #1B1F22;
border-width: 2px;
border-style: solid;
margin: 50px;
}
@media screen and (max-width: 992px) {
#contact-form {
width: 100%;
}
}
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=number],
#contact-form select,
#contact-form textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
outline: none !important;
border-width: 2px;
}
#contact-form input[type=submit] {
background-color: #04AA6D;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
display: block;
}
#contact-form input[type=submit]:hover {
background-color: #45a049;
}
#contact-form .gdpr-container {
padding-top: 40px;
cursor: pointer;
display: inline-block;
position: relative;
}
@media screen and (max-width: 992px) {
#contact-form .gdpr-container {
display: block;
text-align: right;
}
}
#contact-form #recaptcha {
background-color: white;
display: inline-block;
width: 140px;
height: 140px;
text-align: center;
border: 4mm solid #ff7b00;
margin-left: 55%;
position: relative;
top: -100px;
}
@media screen and (max-width: 992px) {
#contact-form #recaptcha {
display: block;
top: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
}
}
#contact-form #mapid {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 992px) {
#contact-form #mapid {
width: 100%;
}
}
.contact-container {
max-width: 1600px;
}
@media screen and (max-width: 768px) {
.contact-container {
width: 100%;
}
}
#bad-input {
color: red;
}
#good-input {
color: #04AA6D;
}
.hidden-default {
display: none;
}
.control {
font-family: arial;
display: block;
position: relative;
padding-left: 38px;
margin-bottom: 5px;
padding-top: 3px;
cursor: pointer;
font-size: 16px;
}
@media screen and (max-width: 992px) {
.control {
width: 50%;
}
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control_indicator {
position: absolute;
top: 0px;
left: 0;
height: 24px;
width: 26px;
background: #e6e6e6;
border: 0px solid #000000;
border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
background: #cccccc;
}
.control input:checked ~ .control_indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
background-color: #0e6647;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: "";
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-checkbox .control_indicator:after {
left: 10px;
top: 4px;
width: 4px;
height: 12px;
border: solid #ffffff;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 4.5rem;
height: 4.5rem;
margin-left: -1.3rem;
margin-top: -1.3rem;
background: #2aa1c0;
border-radius: 3rem;
opacity: 0.6;
z-index: 99999;
transform: scale(0);
}
@keyframes s-ripple {
0% {
transform: scale(0);
}
20% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes s-ripple-dup {
0% {
transform: scale(0);
}
30% {
transform: scale(1);
}
60% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1);
}
}
.control-checkbox input + .control_indicator::before {
animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
animation-name: s-ripple-dup;
}
/*# sourceMappingURL=main.css.map */ | css/main.css | @media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.white-bckground {
background: white !important;
}
body {
font-family: Roboto;
}
main {
overflow-x: hidden;
overflow-y: hidden;
}
.container {
padding: 0px 15px 0px 15px;
}
a {
color: black;
}
h1 {
font-weight: 800;
font-size: 4rem;
text-transform: uppercase;
color: #fff;
}
h2 {
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
p {
color: black;
font-size: 1.5rem;
}
/* resets */
* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
margin: 0;
padding: 0;
}
html {
font-size: 1rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
header {
font-weight: 500;
}
.inner {
padding: 20px 0px 20px 0px;
}
.container {
margin: auto;
}
.logo {
width: 220px;
}
.nav {
display: flex;
height: 60px;
justify-content: space-between;
align-items: center;
}
.nav_list {
display: flex;
justify-content: space-between;
width: 50%;
margin: 0px;
padding: 0px;
text-transform: uppercase;
list-style: none;
}
a {
text-decoration: none;
}
.drop_menu {
position: relative;
}
.service_item {
padding-bottom: 70px;
}
.drop_down {
display: none;
position: absolute;
top: 200%;
margin: 0px;
padding: 0px 10px 0px 10px;
z-index: 307;
list-style: none;
line-height: 35px;
background-color: orange;
}
.container .drop_menu:hover .drop_down {
display: block;
}
.nav_item:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #fff;
}
.menu {
display: none;
text-align: center;
width: 35px;
padding: 2px;
font-size: 10px;
border-radius: 5px;
background-color: orange;
}
.hamburger {
font-size: 20px;
}
.contact_tele {
display: flex;
padding: 4px 8px 4px 8px;
align-items: center;
border-radius: 5px;
background-color: orange;
}
.contact_tele:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #fff;
border: 1px solid orange;
}
.contact_tele:hover .tele_icon {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: orange;
color: #fff;
}
.tele_icon {
padding: 5px;
margin-right: 10px;
border-radius: 50%;
color: orange;
background-color: #fff;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.banner {
position: relative;
display: flex;
flex-direction: column;
height: 72vh;
overflow: hidden;
}
.banner .slick-track {
height: 100vh;
}
.banner .slick-arrow {
width: 150px;
height: 150px;
z-index: 900;
}
.banner .slick-next {
right: 90px;
top: 350px;
}
.banner .slick-prev {
left: 90px;
top: 350px;
}
.banner .slick-prev:before {
color: black;
content: "<";
font-size: 8rem;
}
.banner .slick-next:before {
color: black;
content: ">";
font-size: 8rem;
}
@media only screen and (max-width: 1345px) {
.banner .slick-arrow {
display: none !important;
}
}
@media only screen and (max-width: 1580px) {
.banner .slick-next {
right: -25px;
}
.banner .slick-prev {
left: -25px;
}
}
.construction {
height: 100vh;
display: flex;
overflow: hidden;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
}
.construction-bck1 {
background-image: url("/assets/images/christopher-burns-8KfCR12oeUM-unsplash.jpg");
}
.construction-bck2 {
background-image: url("/assets/images/Housing-Home-Neighborhood-Construction-Intelligence-Header-Alt-02.jpg");
}
.construction-bck3 {
background-image: url("/assets/images/mark-potterton-sNVkn3507Oo-unsplash.jpg");
}
.construction-bck4 {
background-image: url("/assets/images/scott-blake-x-ghf9LjrVg-unsplash.jpg");
}
.content_container {
display: flex;
position: absolute;
justify-content: center;
align-items: center;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 305;
}
.overlay::before {
content: "";
position: absolute;
left: 102%;
border: 350px solid transparent;
border-left: 280px solid white;
z-index: 300;
}
.overlay {
content: "";
position: absolute;
width: 32%;
height: 100vh;
border-right: 11px solid white;
background-color: orange;
right: 0;
left: 0;
top: 0;
bottom: 0;
}
.overlay:before {
content: "";
position: absolute;
left: 102%;
border-left: 280px solid white;
border-top: 350px solid transparent;
border-bottom: 350px solid transparent;
z-index: 50;
}
.overlay:after {
content: "";
position: absolute;
left: 100%;
border-left: 280px solid orange;
border-top: 350px solid transparent;
border-bottom: 350px solid transparent;
z-index: 302;
}
.text-box {
padding: 0px 30px 0px 30px;
z-index: 100;
}
.headline {
margin-bottom: 20px;
font-weight: 800;
font-size: xxx-large;
text-transform: uppercase;
color: #fff;
}
.headline::after {
content: "";
display: block;
margin-top: 20px;
width: 390px;
height: 3px;
background-color: #fff;
}
.banner-text {
font-size: large;
color: #fff;
}
.reliable {
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
.contact_me {
border: 1px solid transparent;
border-radius: 4px;
font-size: 1.25rem;
font-family: inherit;
background-color: #fff;
margin-top: 5px;
padding: 15px 45px;
}
.contact_me:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #bfbfbf;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.footer_top {
background-color: #1B1F22;
}
.contact_text {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.details {
margin: 0px 0px 0px 0px;
display: flex;
font-size: large;
color: #fff;
}
.end_btn {
border: 1px solid transparent;
border-radius: 4px;
font-size: 1.25rem;
font-family: inherit;
background-color: #fff;
padding: 15px 60px;
border: 2px solid orange;
}
.end_btn:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: #bfbfbf;
}
.footer_middle {
background-color: orange;
}
.footer_columns {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.footer_links {
list-style: none;
line-height: 22px;
padding-left: 0px;
}
.arrow {
margin-right: 10px;
color: #fff;
}
.media_item {
font-size: 12px;
margin-bottom: 8px;
}
.social_media {
display: flex;
gap: 10px;
color: #fff;
}
.soc_name {
color: black;
}
.soc_icon::before {
font-size: 18px;
margin-right: 5px;
}
.email_enter {
display: flex;
font-family: inherit;
}
.subscribe_heading {
margin: 12px 0px 12px 0px;
}
.subscribe {
padding: 4px;
border-style: none;
border-radius: 3px;
font-family: inherit;
}
.submit {
padding: 4px 8px 4px 8px;
border-radius: 3px;
border-style: none;
font-family: inherit;
background-color: black;
color: white;
}
.submit:hover {
transition-duration: 0.15s;
transition-timing-function: ease-in;
background-color: grey;
}
.end_footer {
background-color: #1B1F22;
}
.copyright_text {
display: flex;
justify-content: center;
color: #fff;
}
#page-description-section .container {
display: flex;
}
#page-description-section .text-area {
max-width: 50%;
margin-right: 40px;
margin-top: 40px;
}
#page-description-section .text-area h1 {
font-weight: 300;
font-size: 40px;
color: black;
}
#page-description-section .text-area img {
max-width: 100%;
height: auto;
}
#page-description-section .text-area span {
width: 60%;
height: 2px;
background-color: #555555;
display: block;
}
#page-description-section .text-area p {
margin-top: 40px;
color: #555555;
}
#page-description-section .image-montage {
border-style: solid;
border-width: 15px;
border-color: orange;
max-width: 50%;
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 8px;
margin-top: 40px;
}
#page-description-section .image-montage img:first-child {
max-width: 100%;
}
#page-description-section .image-montage img {
max-width: 50%;
}
#page-description-section .image-montage img:last-child {
max-width: 50%;
}
#page-description-section .partners-carousel-container {
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
#page-description-section .partners-carousel-container .slick-arrow {
width: 150px;
height: 150px;
}
#page-description-section .partners-carousel-container .slick-next {
right: -200px;
}
#page-description-section .partners-carousel-container .slick-prev {
left: -200px;
}
#page-description-section .partners-carousel-container .slick-prev:before {
color: black;
content: "<";
font-size: 8rem;
}
#page-description-section .partners-carousel-container .slick-next:before {
color: black;
content: ">";
font-size: 8rem;
}
#page-description-section .partners-carousel-container h2 {
color: black;
font-size: 2rem;
}
#page-description-section .partners-carousel-container span {
width: 15%;
height: 2px;
background-color: #555555;
display: block;
}
#page-description-section .partners-carousel-container .partner-carousel-inner {
margin-left: auto;
margin-right: auto;
}
#page-description-section .partners-carousel-container .partner-carousel-inner img {
max-height: 150px;
max-width: 150px;
padding-top: 40px;
padding-bottom: 40px;
padding-right: 76px;
padding-left: 76px;
}
#page-services-section {
background-color: orange;
padding-bottom: 40px;
}
#page-services-section .top-text {
padding-bottom: 40px;
padding-top: 40px;
display: flex;
}
@media screen and (max-width: 992px) {
#page-services-section .top-text {
flex-wrap: wrap;
padding-left: 40px;
padding-bottom: 0;
}
}
#page-services-section .top-text h2 {
display: inline-block;
font-size: 2.5rem;
margin-right: 20px;
}
@media screen and (max-width: 992px) {
#page-services-section .top-text h2 {
flex-wrap: wrap;
padding-bottom: 30px;
}
}
#page-services-section .top-text h2 span {
width: 70%;
height: 2px;
background-color: white;
display: block;
}
#page-services-section .top-text p {
display: inline-block;
color: white;
max-width: 75%;
font-weight: 300;
}
#page-services-section .tile-container {
display: flex;
justify-content: space-between;
flex-direction: row;
}
@media screen and (max-width: 992px) {
#page-services-section .tile-container {
flex-wrap: wrap;
justify-content: center;
}
}
.anti-margins {
margin-left: -20px;
margin-right: -20px;
}
@media (min-width: 768px) {
.container, .text-box {
width: 750px;
}
}
@media (min-width: 992px) {
.container, .text-box {
width: 970px;
}
}
@media (min-width: 1200px) {
.container, .text-box {
width: 1170px;
}
}
@media (max-width: 991px) {
.menu {
display: inline-block !important;
position: absolute;
right: 35%;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.nav_list {
display: none !important;
}
}
@media (max-width: 768px) {
.overlay:after {
border-left: 380px solid orange !important;
}
}
@media (max-width: 991px) {
.overlay {
border-right: 6px solid white;
}
}
@media (min-width: 1760px) {
.overlay {
border-right: 14px solid white;
}
}
@media (max-width: 768px) {
.overlay:before {
border-left: 385px solid white !important;
}
}
@media (max-width: 768px) {
.content_container {
justify-content: flex-start;
}
}
@media (max-width: 992px) {
.br_lg {
display: none;
}
}
@media (max-width: 992px) {
.end_btn {
margin-top: 10px;
}
}
@media (max-width: 992px) {
#page-description-section .container {
flex-wrap: wrap;
}
#page-description-section .container .text-area {
max-width: 100%;
}
#page-description-section .container .image-montage {
max-width: 100%;
height: 100%;
}
}
.testimonial_heading {
line-height: 1.5;
margin-top: 10px;
font-weight: 300;
font-size: 40px;
color: black;
}
.testimonial_heading:after {
content: "";
display: block;
width: 280px;
height: 1px;
background-color: black;
}
.quote_left {
font-size: 25px;
}
.quote {
margin: 5px;
font-weight: 300;
letter-spacing: 0.8px;
font-size: 25px;
}
.end_quote {
display: flex;
margin: 10px;
justify-content: space-between;
font-weight: 300;
font-size: 25px;
letter-spacing: 0.8px;
}
.page-section {
max-width: 100%;
background-color: orange;
}
.page-section .container {
display: flex;
flex-direction: row;
}
@media screen and (max-width: 992px) {
.page-section .container {
flex-wrap: wrap;
margin-bottom: 30px;
}
}
.page-section .image-container {
max-width: 50%;
padding-top: 40px;
padding-bottom: 40px;
padding-right: 40px;
margin-top: 40px;
}
@media screen and (max-width: 1200px) {
.page-section .image-container {
margin-top: auto;
margin-bottom: auto;
max-width: 100%;
}
}
@media screen and (max-width: 992px) {
.page-section .image-container {
margin-left: auto;
margin-right: auto;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 0;
}
}
.page-section .image-container .main-image {
max-width: 100%;
}
.page-section .text-area {
padding-bottom: 40px;
padding-top: 40px;
}
.page-section .text-area h1 {
font-weight: 300;
font-size: 40px;
color: #2e2e2e;
}
.page-section .text-area p {
color: #2e2e2e;
}
.p-specific {
padding-right: 40px;
}
.text-white {
color: rgba(255, 255, 255, 0.966) !important;
}
.tile {
width: 33.3333333333%;
box-sizing: border-box;
margin-left: 20px;
margin-right: 20px;
}
@media screen and (max-width: 992px) {
.tile {
width: 80%;
margin-top: 50px;
}
}
.tile .image-container {
margin-bottom: -4px;
min-height: 250px;
}
.tile .image-container div {
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-position-x: 50%;
background-size: cover;
}
.tile .icon-container-outer {
position: relative;
}
.tile .icon-container-outer .icon-container-inner {
width: 110px;
height: 110px;
border-radius: 50%;
text-align: center;
background-color: #101721;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tile .icon-container-outer .icon-container-inner i {
padding-top: 20px;
color: white;
}
.tile .description-area {
padding-left: 25px;
padding-right: 25px;
padding-bottom: 25px;
padding-top: 60px;
background-color: white;
}
.tile .description-area h3 {
padding-top: 15px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
font-weight: 600;
}
.tile .description-area p {
padding-top: 10px;
text-align: center;
font-weight: 400;
font-size: 1.4rem;
}
.tile-image-1 {
background-image: url(/assets/images/architecture-1216049-1919x1278.jpg);
}
.tile-image-2 {
background-image: url(/assets/images/christopher-burns-8KfCR12oeUM-unsplash.jpg);
}
.tile-image-3 {
background-image: url(/assets/images/HardWorkingMan.jpg_fit=scale);
}
.contact-header h1 {
text-align: center;
padding-top: 50px;
}
@media screen and (max-width: 992px) {
.contact-header h1 {
font-size: 2rem;
}
}
.contact-header span {
height: 2px;
background-color: #1B1F22;
display: block;
width: 22%;
margin-left: auto;
margin-right: auto;
}
#contact-form {
background-color: white;
padding: 40px;
border: #1B1F22;
border-width: 2px;
border-style: solid;
margin: 50px;
}
@media screen and (max-width: 992px) {
#contact-form {
width: 100%;
}
}
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=number],
#contact-form select,
#contact-form textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
outline: none !important;
border-width: 2px;
}
#contact-form input[type=submit] {
background-color: #04AA6D;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
display: block;
}
#contact-form input[type=submit]:hover {
background-color: #45a049;
}
#contact-form .gdpr-container {
padding-top: 40px;
cursor: pointer;
display: inline-block;
position: relative;
}
@media screen and (max-width: 992px) {
#contact-form .gdpr-container {
display: block;
text-align: right;
}
}
#contact-form #recaptcha {
background-color: white;
display: inline-block;
width: 140px;
height: 140px;
text-align: center;
border: 4mm solid #ff7b00;
margin-left: 55%;
position: relative;
top: -100px;
}
@media screen and (max-width: 992px) {
#contact-form #recaptcha {
display: block;
top: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
}
}
#contact-form #mapid {
width: 600px;
height: 300px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 992px) {
#contact-form #mapid {
width: 100%;
}
}
.contact-container {
max-width: 1600px;
}
@media screen and (max-width: 768px) {
.contact-container {
width: 100%;
}
}
#bad-input {
color: red;
}
#good-input {
color: #04AA6D;
}
.hidden-default {
display: none;
}
.control {
font-family: arial;
display: block;
position: relative;
padding-left: 38px;
margin-bottom: 5px;
padding-top: 3px;
cursor: pointer;
font-size: 16px;
}
@media screen and (max-width: 992px) {
.control {
width: 50%;
}
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control_indicator {
position: absolute;
top: 0px;
left: 0;
height: 24px;
width: 26px;
background: #e6e6e6;
border: 0px solid #000000;
border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
background: #cccccc;
}
.control input:checked ~ .control_indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
background-color: #0e6647;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: "";
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-checkbox .control_indicator:after {
left: 10px;
top: 4px;
width: 4px;
height: 12px;
border: solid #ffffff;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 4.5rem;
height: 4.5rem;
margin-left: -1.3rem;
margin-top: -1.3rem;
background: #2aa1c0;
border-radius: 3rem;
opacity: 0.6;
z-index: 99999;
transform: scale(0);
}
@keyframes s-ripple {
0% {
transform: scale(0);
}
20% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes s-ripple-dup {
0% {
transform: scale(0);
}
30% {
transform: scale(1);
}
60% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1);
}
}
.control-checkbox input + .control_indicator::before {
animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
animation-name: s-ripple-dup;
}
/*# sourceMappingURL=main.css.map */ | 0.428233 | 0.073231 |
html, body {
margin:0;
}
/* wrapper */
.yalb_wrapper {
position:fixed;
width:100%;
height:100%;
top:0;
background:rgba(0,0,0,0.5);
z-index:10000;
opacity:1;
transition:opacity 0.4s;
/* Comment in to disable yalb-closing by clicking on the wrapper */
/* pointer-events:none; */
}
/* container */
.yalb {
margin:0 auto 0;
border:5px solid #fff;
border:5px solid rgba(255, 255, 255, 0.8);
box-shadow:0 0 5px rgba(0, 0, 0, 0.8);
width:325px;
height:37px;
position:relative;
bottom:-35%;
background:#fff;
border-radius:5px;
overflow:hidden;
font-family:Arial;
transition:width 0.4s, height 0.4s, bottom 0.4s;
/* Comment in to disable yalb-closing by clicking on the wrapper */
/* pointer-events:auto; */
}
/* prev / next / close */
.yalb span.prev, .yalb span.next, .yalb span.close {
text-decoration:none;
color:#000;
line-height:100%;
transition:text-shadow 0.1s 0.02s ease-In, opacity 0.1s ease-In;
display:block;
cursor:pointer;
}
.yalb span.prev, .yalb span.next {
font-size:35px;
z-index:3;
position:relative;
bottom:-20%;
margin-top:-17px;
top:20%;
}
.yalb span.prev {
background:#fff; /* IE 8/9 */
background:linear-gradient(to right, #fff 0%, rgba(255,255,255,0)) 100%;
left:-1px;
float:left;
padding:10px 15px 10px 20px;
border-radius:0 5px 5px 0;
}
.yalb span.next {
background:#fff; /* IE 8/9 */
background:linear-gradient(to left, #fff 0%, rgba(255,255,255,0)) 100%;
right:-1px;
float:right;
padding:10px 20px 10px 15px;
border-radius:5px 0 0 5px;
}
.yalb span.prev:hover, .yalb span.next:hover, .yalb span.close:hover {
text-shadow:0 0 3px #000;
}
.yalb span.prev:before {
content:'\21DA';
}
.yalb span.next:before {
content:'\21DB';
}
.yalb span.close {
background:white;
z-index:4;
position:absolute;
border-radius:0 0 0 5px;
padding:10px;
top:0;
right:0;
font-size:20px;
opacity:0;
}
.yalb:hover span.close, .yalb:hover span.prev, .yalb:hover span.next {
opacity:1;
}
.yalb span.close:before {
content:'\2716';
}
/* error-msg */
.yalb strong.error {
position:absolute;
width:100%;
display:block;
z-index:1;
top:20%;
text-align:center;
margin-top:-2px;
box-sizing:border-box;
padding:0 48px;
opacity:1;
transition:opacity 0.4s;
}
.yalb strong.error:before {
content:'Image could not be loaded';
}
/* image */
.yalb img.image {
height:100%;
width:100%;
display:block;
position:absolute;
z-index:1;
top:0;
left:0;
opacity:1;
transition:opacity 0.4s;
}
/* loader-icon */
.yalb span.loader {
position:absolute;
margin:0 auto;
z-index:2;
bottom:50%;
margin-bottom:-14px;
left:50%;
margin-left:-10px;
display:block;
border:3px solid rgba(200,200,200,0.8);
animation: loading 1.1s infinite linear;
height:20px;
width:20px;
border-radius:50%;
}
@keyframes loading {
50% {
height:10px;
width:10px;
margin-bottom:-7px;
margin-left:-5px;
}
}
.yalb_wrapper.fadeOut, .yalb_wrapper .fadeOut{
opacity:0 !important;
}
.yalb .hide{
display:none !important;
}
/*
@keyframes loading {
0%,
100%{
border-color:white transparent transparent transparent;
}
25% {
border-color:transparent white transparent transparent;
}
50% {
border-color:transparent transparent white transparent;
}
75% {
border-color:transparent transparent transparent white;
}
}*/ | dist/yalb.css | html, body {
margin:0;
}
/* wrapper */
.yalb_wrapper {
position:fixed;
width:100%;
height:100%;
top:0;
background:rgba(0,0,0,0.5);
z-index:10000;
opacity:1;
transition:opacity 0.4s;
/* Comment in to disable yalb-closing by clicking on the wrapper */
/* pointer-events:none; */
}
/* container */
.yalb {
margin:0 auto 0;
border:5px solid #fff;
border:5px solid rgba(255, 255, 255, 0.8);
box-shadow:0 0 5px rgba(0, 0, 0, 0.8);
width:325px;
height:37px;
position:relative;
bottom:-35%;
background:#fff;
border-radius:5px;
overflow:hidden;
font-family:Arial;
transition:width 0.4s, height 0.4s, bottom 0.4s;
/* Comment in to disable yalb-closing by clicking on the wrapper */
/* pointer-events:auto; */
}
/* prev / next / close */
.yalb span.prev, .yalb span.next, .yalb span.close {
text-decoration:none;
color:#000;
line-height:100%;
transition:text-shadow 0.1s 0.02s ease-In, opacity 0.1s ease-In;
display:block;
cursor:pointer;
}
.yalb span.prev, .yalb span.next {
font-size:35px;
z-index:3;
position:relative;
bottom:-20%;
margin-top:-17px;
top:20%;
}
.yalb span.prev {
background:#fff; /* IE 8/9 */
background:linear-gradient(to right, #fff 0%, rgba(255,255,255,0)) 100%;
left:-1px;
float:left;
padding:10px 15px 10px 20px;
border-radius:0 5px 5px 0;
}
.yalb span.next {
background:#fff; /* IE 8/9 */
background:linear-gradient(to left, #fff 0%, rgba(255,255,255,0)) 100%;
right:-1px;
float:right;
padding:10px 20px 10px 15px;
border-radius:5px 0 0 5px;
}
.yalb span.prev:hover, .yalb span.next:hover, .yalb span.close:hover {
text-shadow:0 0 3px #000;
}
.yalb span.prev:before {
content:'\21DA';
}
.yalb span.next:before {
content:'\21DB';
}
.yalb span.close {
background:white;
z-index:4;
position:absolute;
border-radius:0 0 0 5px;
padding:10px;
top:0;
right:0;
font-size:20px;
opacity:0;
}
.yalb:hover span.close, .yalb:hover span.prev, .yalb:hover span.next {
opacity:1;
}
.yalb span.close:before {
content:'\2716';
}
/* error-msg */
.yalb strong.error {
position:absolute;
width:100%;
display:block;
z-index:1;
top:20%;
text-align:center;
margin-top:-2px;
box-sizing:border-box;
padding:0 48px;
opacity:1;
transition:opacity 0.4s;
}
.yalb strong.error:before {
content:'Image could not be loaded';
}
/* image */
.yalb img.image {
height:100%;
width:100%;
display:block;
position:absolute;
z-index:1;
top:0;
left:0;
opacity:1;
transition:opacity 0.4s;
}
/* loader-icon */
.yalb span.loader {
position:absolute;
margin:0 auto;
z-index:2;
bottom:50%;
margin-bottom:-14px;
left:50%;
margin-left:-10px;
display:block;
border:3px solid rgba(200,200,200,0.8);
animation: loading 1.1s infinite linear;
height:20px;
width:20px;
border-radius:50%;
}
@keyframes loading {
50% {
height:10px;
width:10px;
margin-bottom:-7px;
margin-left:-5px;
}
}
.yalb_wrapper.fadeOut, .yalb_wrapper .fadeOut{
opacity:0 !important;
}
.yalb .hide{
display:none !important;
}
/*
@keyframes loading {
0%,
100%{
border-color:white transparent transparent transparent;
}
25% {
border-color:transparent white transparent transparent;
}
50% {
border-color:transparent transparent white transparent;
}
75% {
border-color:transparent transparent transparent white;
}
}*/ | 0.573917 | 0.065098 |
.IELarge {
border: 0;
cursor: text;
font-size: 20;
font-weight: bold;
background-color: transparent;
}
.root {
display: flex;
height: 100%;
box-sizing: border-box;
flex-direction: column;
justify-content: center;
align-items: center;
}
.list {
width: 100%;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid #999;
}
/* .item {
position: relative;
border-bottom: 1px solid #999;
} */
.stylizedList {
position: relative;
z-index: 0;
background-color: #F3F3F3;
border: 1px solid #EFEFEF;
border-radius: 3px;
outline: none;
}
.stylizedItem {
display: flex;
align-items: center;
width: 100%;
padding: 0 20px;
background-color: #FFF;
border-bottom: 1px solid #EFEFEF;
box-sizing: border-box;
user-select: none;
color: #333;
font-weight: 400;
}
.handle {
display: block;
width: 18px;
height: 18px;
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path d="M 0 7.5 L 0 12.5 L 50 12.5 L 50 7.5 L 0 7.5 z M 0 22.5 L 0 27.5 L 50 27.5 L 50 22.5 L 0 22.5 z M 0 37.5 L 0 42.5 L 50 42.5 L 50 37.5 L 0 37.5 z" color="#000"></path></svg>');
background-size: contain;
background-repeat: no-repeat;
opacity: 0.25;
cursor: row-resize;
}
.horizontalList {
display: flex;
width: 600px;
height: 300px;
white-space: nowrap; }
.horizontalItem {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: 200px;
border-right: 1px solid #EFEFEF;
border-bottom: 0; }
.grid {
display: block;
width: 520px;
height: 350px;
white-space: nowrap;
border: 0;
background-color: transparent; }
.gridItem {
float: left;
width: 130px;
padding: 8px;
background: transparent;
border: 0; }
.gridItem .wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: #FFF;
border: 1px solid #EFEFEF;
font-size: 28px; }
.gridItem .wrapper span {
display: none; }
.page {
height: auto;
}
.page .pageHeader {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding: 10px 14px;
background: #F9F9F9;
border-bottom: 1px solid #EFEFEF;
}
.page .pageList {
height: auto;
}
.divider {
padding: 10px 20px;
background: #F9F9F9;
border-bottom: 1px solid #EFEFEF;
text-transform: uppercase;
font-size: 14px;
color: #333;
}
.helper {
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2), 0 -5px 5px -5px rgba(0, 0, 0, 0.2); }
.stylizedHelper {
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2), 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.8);
cursor: row-resize;
}
.stylizedHelper.horizontalItem {
cursor: col-resize;
}
.stylizedHelper.gridItem {
background-color: transparent;
white-space: nowrap;
box-shadow: none;
}
.stylizedHelper.gridItem .wrapper {
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.shrinkedHelper {
height: 20px !important;
}
:global body {
font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: rgba(244, 245, 249, 0.7);
}
:global html, :global body, :global #root {
height: 100%;
margin: 0; } | lib/Components/Styles/Editor.css | .IELarge {
border: 0;
cursor: text;
font-size: 20;
font-weight: bold;
background-color: transparent;
}
.root {
display: flex;
height: 100%;
box-sizing: border-box;
flex-direction: column;
justify-content: center;
align-items: center;
}
.list {
width: 100%;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid #999;
}
/* .item {
position: relative;
border-bottom: 1px solid #999;
} */
.stylizedList {
position: relative;
z-index: 0;
background-color: #F3F3F3;
border: 1px solid #EFEFEF;
border-radius: 3px;
outline: none;
}
.stylizedItem {
display: flex;
align-items: center;
width: 100%;
padding: 0 20px;
background-color: #FFF;
border-bottom: 1px solid #EFEFEF;
box-sizing: border-box;
user-select: none;
color: #333;
font-weight: 400;
}
.handle {
display: block;
width: 18px;
height: 18px;
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path d="M 0 7.5 L 0 12.5 L 50 12.5 L 50 7.5 L 0 7.5 z M 0 22.5 L 0 27.5 L 50 27.5 L 50 22.5 L 0 22.5 z M 0 37.5 L 0 42.5 L 50 42.5 L 50 37.5 L 0 37.5 z" color="#000"></path></svg>');
background-size: contain;
background-repeat: no-repeat;
opacity: 0.25;
cursor: row-resize;
}
.horizontalList {
display: flex;
width: 600px;
height: 300px;
white-space: nowrap; }
.horizontalItem {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: 200px;
border-right: 1px solid #EFEFEF;
border-bottom: 0; }
.grid {
display: block;
width: 520px;
height: 350px;
white-space: nowrap;
border: 0;
background-color: transparent; }
.gridItem {
float: left;
width: 130px;
padding: 8px;
background: transparent;
border: 0; }
.gridItem .wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: #FFF;
border: 1px solid #EFEFEF;
font-size: 28px; }
.gridItem .wrapper span {
display: none; }
.page {
height: auto;
}
.page .pageHeader {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding: 10px 14px;
background: #F9F9F9;
border-bottom: 1px solid #EFEFEF;
}
.page .pageList {
height: auto;
}
.divider {
padding: 10px 20px;
background: #F9F9F9;
border-bottom: 1px solid #EFEFEF;
text-transform: uppercase;
font-size: 14px;
color: #333;
}
.helper {
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2), 0 -5px 5px -5px rgba(0, 0, 0, 0.2); }
.stylizedHelper {
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2), 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.8);
cursor: row-resize;
}
.stylizedHelper.horizontalItem {
cursor: col-resize;
}
.stylizedHelper.gridItem {
background-color: transparent;
white-space: nowrap;
box-shadow: none;
}
.stylizedHelper.gridItem .wrapper {
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.shrinkedHelper {
height: 20px !important;
}
:global body {
font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: rgba(244, 245, 249, 0.7);
}
:global html, :global body, :global #root {
height: 100%;
margin: 0; } | 0.364212 | 0.111846 |
/* Specific Styling */
#menuOpen > .label{
-fx-graphic: url("/res/open.png");
}
#menuOpen .accelerator-text{
-fx-graphic: none;
}
#menuSave > .label{
-fx-graphic: url("/res/save.png");
}
#menuSave .accelerator-text{
-fx-graphic: none;
}
#menuSaveAs > .label{
-fx-graphic: url("/res/save.png");
}
#menuSaveAs .accelerator-text{
-fx-graphic: none;
}
/* Generic Styling: */
.root {
-fx-base: #323232;
-fx-background: derive(-fx-base,30.0%);
-fx-control-inner-background: derive(-fx-base,-10.0%);
-fx-accent: #FFB81A;
-fx-default-button: derive(-fx-accent,50.0%); /* similar to accent */
-fx-focus-color: derive(-fx-accent,50.0%);
-fx-faint-focus-color: #D3A80322;
-fx-pressed-base: derive(-fx-base,-12.0%);
-fx-cell-hover-color: #F8CBA5; /* ? */
-fx-selection-bar-non-focused: #75540A;
-fx-control-inner-background-alt: derive(-fx-control-inner-background,6.0%);
}
.menu-bar {
-fx-background-color: linear-gradient(to bottom, -fx-base, derive(-fx-base,30.0%));
}
.tab-pane .tab:selected
{
-fx-background-color: -fx-selection-bar-non-focused;
}
.table-cell {
-fx-alignment: CENTER-LEFT;
-fx-wrap-text: true;
}
.table-view .column-header {
-fx-background-color: linear-gradient(to bottom, -fx-base, derive(-fx-base,30.0%));
-fx-background-insets: 1.0;
-fx-border-color: derive(-fx-color,40.0%);
}
.context-menu {
-fx-background-color:
linear-gradient(to bottom,
derive(-fx-accent,30.0%),
derive(-fx-accent,-30.0%)
),
-fx-control-inner-background;
-fx-background-insets: 0.0, 1.0, 2.0;
-fx-background-radius: 0.0 6.0 6.0 6.0, 0.0 5.0 5.0 5.0, 0.0 4.0 4.0 4.0;
}
.scroll-bar > .thumb {
-fx-background-color: -fx-outer-border, -fx-inner-border, linear-gradient(to bottom,
ladder(
-fx-color,
derive(-fx-color,58.0%) 75.0%,
derive(-fx-color,60.0%) 80.0%
),
derive(-fx-color,42.0%));
}
.scroll-bar:vertical > .thumb {
-fx-background-color: -fx-outer-border, -fx-inner-border, linear-gradient(to right,
derive(-fx-color,60.0%) ,derive(-fx-color,44.0%)
);
}
.scroll-bar > .increment-button,
.scroll-bar > .decrement-button {
-fx-background-color: -fx-outer-border, -fx-inner-border, linear-gradient(to bottom,
ladder(
-fx-color,
derive(-fx-color,58.0%) 75.0%,
derive(-fx-color,60.0%) 80.0%
),
derive(-fx-color,42.0%));
}
.dialog-pane:header *.header-panel *.label{
-fx-font-size: 18.0px;
-fx-font-style: italic;
-fx-padding: 2.0em, 0.0em, 0.0em, 0.0em;
} | tools/observerUiSettingsEditor/project/src/main/resources/view/application.css |
/* Specific Styling */
#menuOpen > .label{
-fx-graphic: url("/res/open.png");
}
#menuOpen .accelerator-text{
-fx-graphic: none;
}
#menuSave > .label{
-fx-graphic: url("/res/save.png");
}
#menuSave .accelerator-text{
-fx-graphic: none;
}
#menuSaveAs > .label{
-fx-graphic: url("/res/save.png");
}
#menuSaveAs .accelerator-text{
-fx-graphic: none;
}
/* Generic Styling: */
.root {
-fx-base: #323232;
-fx-background: derive(-fx-base,30.0%);
-fx-control-inner-background: derive(-fx-base,-10.0%);
-fx-accent: #FFB81A;
-fx-default-button: derive(-fx-accent,50.0%); /* similar to accent */
-fx-focus-color: derive(-fx-accent,50.0%);
-fx-faint-focus-color: #D3A80322;
-fx-pressed-base: derive(-fx-base,-12.0%);
-fx-cell-hover-color: #F8CBA5; /* ? */
-fx-selection-bar-non-focused: #75540A;
-fx-control-inner-background-alt: derive(-fx-control-inner-background,6.0%);
}
.menu-bar {
-fx-background-color: linear-gradient(to bottom, -fx-base, derive(-fx-base,30.0%));
}
.tab-pane .tab:selected
{
-fx-background-color: -fx-selection-bar-non-focused;
}
.table-cell {
-fx-alignment: CENTER-LEFT;
-fx-wrap-text: true;
}
.table-view .column-header {
-fx-background-color: linear-gradient(to bottom, -fx-base, derive(-fx-base,30.0%));
-fx-background-insets: 1.0;
-fx-border-color: derive(-fx-color,40.0%);
}
.context-menu {
-fx-background-color:
linear-gradient(to bottom,
derive(-fx-accent,30.0%),
derive(-fx-accent,-30.0%)
),
-fx-control-inner-background;
-fx-background-insets: 0.0, 1.0, 2.0;
-fx-background-radius: 0.0 6.0 6.0 6.0, 0.0 5.0 5.0 5.0, 0.0 4.0 4.0 4.0;
}
.scroll-bar > .thumb {
-fx-background-color: -fx-outer-border, -fx-inner-border, linear-gradient(to bottom,
ladder(
-fx-color,
derive(-fx-color,58.0%) 75.0%,
derive(-fx-color,60.0%) 80.0%
),
derive(-fx-color,42.0%));
}
.scroll-bar:vertical > .thumb {
-fx-background-color: -fx-outer-border, -fx-inner-border, linear-gradient(to right,
derive(-fx-color,60.0%) ,derive(-fx-color,44.0%)
);
}
.scroll-bar > .increment-button,
.scroll-bar > .decrement-button {
-fx-background-color: -fx-outer-border, -fx-inner-border, linear-gradient(to bottom,
ladder(
-fx-color,
derive(-fx-color,58.0%) 75.0%,
derive(-fx-color,60.0%) 80.0%
),
derive(-fx-color,42.0%));
}
.dialog-pane:header *.header-panel *.label{
-fx-font-size: 18.0px;
-fx-font-style: italic;
-fx-padding: 2.0em, 0.0em, 0.0em, 0.0em;
} | 0.264643 | 0.054601 |
.shop-member{
padding: 20px;
}
.shop-member-content{
/*height: 790px;*/
background: white;
border: 1px solid #CCCCCC;
margin: 0;
padding-left: 0 !important;
padding-right: 0 !important;
border-radius: .25rem;
}
.tab-content {
padding-right: 15px;
}
.shop-member-user{
padding-left: 15px;
}
.shop-member-top{
height: 56px;
background: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(111,111,111,.13);
padding: 15px;
}
.shop-member-top-name{
font-size: 18px;
}
.shop-member-top-button{
margin-top: -5px;
}
.shop-member-top-button i{
margin-right: 5px;
}
.shop-member-top-button button{
background: #0f9df7;
color: white;
}
.shop-member-top-button button:hover{
background: #0283D6;
color: white;
}
.shop-member-top-button button:active{
background: #0f9df7;
color: white;
}
.shop-member-top-button button:focus{
background: #0f9df7;
color: white;
}
.shop-member-top-name i{
margin-right: 5px;
}
.shop-member-input-all{
margin-bottom: 10px;
}
.shop-member-title{
text-align: right;
padding-top: 10px;
}
.shop-member-input{
margin-top: 25px;
}
.shop-member-input:first-child{
margin-top: 0;
}
.fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 630px !important;
}
.shop-member-dialog-title{
text-align: left;
padding-top: 10px;
padding-left: 30px !important;
}
.shop-member-dialog-title2{
text-align: right;
padding-top: 23px;
padding-left: 30px !important;
}
.shop-member-recharge{
text-align: right;
padding-top: 8px;
}
.shop-member-recharge-input{
padding-left: 0 !important;
}
.shop-member-number{
text-align: left;
padding-top: 8px;
padding-left: 0 !important;
}
.pet-all-dialog{
padding-left: 20px;
font-weight: bold;
}
.pet-value-dialog{
font-size: 14px;
padding-top: 10px;
}
.pet-value-dialog:last-child{
padding-bottom: 10px;
}
.shop-member-content .nav-tabs>li>a {
border-radius: 0 !important;
border-top: 0 !important;
border-left: 0 !important;
}
.shop-member-content .nav-tabs>li.active>a,.shop-member-content .nav-tabs>li.active>a:focus,.shop-member-content .nav-tabs>li.active>a:hover{
background-color: #4980b5 ;
color: white ;
border: none;
}
.shop-member-content .nav-tabs {
border-bottom: 1px solid #4980b5;
}
.shop-member-content .nav>li>a:hover {
border-color:transparent;
}
.page-btn{
position: absolute;
top: 8px;
right: 15px;
}
.update-user-msg .form-control{
margin-top: 15px;
}
.user-img{
width: 230px;
height: 200px;
border: 1px solid #2277ee;
margin: 17px;
text-align: center;
}
.radio-input{
margin-top: 24px;
}
.radio-input input{
margin-left: 15px;
cursor: pointer;
}
.radio-input input:first-child{
margin-left: 6px;
}
.checkbox, .radio {
margin-top: 0px;
margin-bottom: 10px;
} | luckily_guo/petManage/src/main/webapp/statics/css/systemModule/permission.css | .shop-member{
padding: 20px;
}
.shop-member-content{
/*height: 790px;*/
background: white;
border: 1px solid #CCCCCC;
margin: 0;
padding-left: 0 !important;
padding-right: 0 !important;
border-radius: .25rem;
}
.tab-content {
padding-right: 15px;
}
.shop-member-user{
padding-left: 15px;
}
.shop-member-top{
height: 56px;
background: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(111,111,111,.13);
padding: 15px;
}
.shop-member-top-name{
font-size: 18px;
}
.shop-member-top-button{
margin-top: -5px;
}
.shop-member-top-button i{
margin-right: 5px;
}
.shop-member-top-button button{
background: #0f9df7;
color: white;
}
.shop-member-top-button button:hover{
background: #0283D6;
color: white;
}
.shop-member-top-button button:active{
background: #0f9df7;
color: white;
}
.shop-member-top-button button:focus{
background: #0f9df7;
color: white;
}
.shop-member-top-name i{
margin-right: 5px;
}
.shop-member-input-all{
margin-bottom: 10px;
}
.shop-member-title{
text-align: right;
padding-top: 10px;
}
.shop-member-input{
margin-top: 25px;
}
.shop-member-input:first-child{
margin-top: 0;
}
.fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 630px !important;
}
.shop-member-dialog-title{
text-align: left;
padding-top: 10px;
padding-left: 30px !important;
}
.shop-member-dialog-title2{
text-align: right;
padding-top: 23px;
padding-left: 30px !important;
}
.shop-member-recharge{
text-align: right;
padding-top: 8px;
}
.shop-member-recharge-input{
padding-left: 0 !important;
}
.shop-member-number{
text-align: left;
padding-top: 8px;
padding-left: 0 !important;
}
.pet-all-dialog{
padding-left: 20px;
font-weight: bold;
}
.pet-value-dialog{
font-size: 14px;
padding-top: 10px;
}
.pet-value-dialog:last-child{
padding-bottom: 10px;
}
.shop-member-content .nav-tabs>li>a {
border-radius: 0 !important;
border-top: 0 !important;
border-left: 0 !important;
}
.shop-member-content .nav-tabs>li.active>a,.shop-member-content .nav-tabs>li.active>a:focus,.shop-member-content .nav-tabs>li.active>a:hover{
background-color: #4980b5 ;
color: white ;
border: none;
}
.shop-member-content .nav-tabs {
border-bottom: 1px solid #4980b5;
}
.shop-member-content .nav>li>a:hover {
border-color:transparent;
}
.page-btn{
position: absolute;
top: 8px;
right: 15px;
}
.update-user-msg .form-control{
margin-top: 15px;
}
.user-img{
width: 230px;
height: 200px;
border: 1px solid #2277ee;
margin: 17px;
text-align: center;
}
.radio-input{
margin-top: 24px;
}
.radio-input input{
margin-left: 15px;
cursor: pointer;
}
.radio-input input:first-child{
margin-left: 6px;
}
.checkbox, .radio {
margin-top: 0px;
margin-bottom: 10px;
} | 0.411939 | 0.059702 |
.toggleSwitch span span {
display: none; }
@media only screen {
.toggleSwitch {
display: block;
height: 18px;
position: relative;
overflow: visible;
padding: 0;
margin-left: 50px;
cursor: pointer;
width: 40px }
.toggleSwitch * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.toggleSwitch label, .toggleSwitch > span {
line-height: 20px;
height: 20px;
vertical-align: middle; }
.toggleSwitch input:focus ~ a, .toggleSwitch input:focus + label {
outline: none; }
.toggleSwitch label {
position: relative;
z-index: 3;
display: block;
width: 100%; }
.toggleSwitch input {
position: absolute;
opacity: 0;
z-index: 5; }
.toggleSwitch > span {
position: absolute;
left: -50px;
width: 100%;
margin: 0;
padding-right: 50px;
text-align: left;
white-space: nowrap; }
.toggleSwitch > span span {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 50%;
margin-left: 50px;
text-align: left;
font-size: 0.9em;
width: 100%;
left: 15%;
top: -1px;
opacity: 0; }
.toggleSwitch a {
position: absolute;
right: 50%;
z-index: 4;
display: block;
height: 100%;
padding: 0;
left: 2px;
width: 18px;
background-color: #fff;
border: 1px solid #CCC;
border-radius: 100%;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.toggleSwitch > span span:first-of-type {
color: #ccc;
opacity: 1;
left: 45%; }
.toggleSwitch > span:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 50px;
top: -2px;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 30px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; }
.toggleSwitch input:checked ~ a {
border-color: #fff;
left: 100%;
margin-left: -8px; }
.toggleSwitch input:checked ~ span:before {
border-color: #0097D1;
box-shadow: inset 0 0 0 30px #0097D1; }
.toggleSwitch input:checked ~ span span:first-of-type {
opacity: 0; }
.toggleSwitch input:checked ~ span span:last-of-type {
opacity: 1;
color: #fff; }
/* Switch Sizes */
.toggleSwitch.large {width:60px;height:27px;}
.toggleSwitch.large a {width:27px;}
.toggleSwitch.large > span {height: 29px; line-height: 28px;}
.toggleSwitch.large input:checked ~ a {left: 41px;}
.toggleSwitch.large > span span {font-size: 1.1em;}
.toggleSwitch.large > span span:first-of-type {left: 50%;}
.toggleSwitch.xlarge {width:80px;height:36px;}
.toggleSwitch.xlarge a {width:36px;}
.toggleSwitch.xlarge > span {height: 38px; line-height: 37px;}
.toggleSwitch.xlarge input:checked ~ a {left: 51px;}
.toggleSwitch.xlarge > span span {font-size: 1.4em;}
.toggleSwitch.xlarge > span span:first-of-type {left: 50%;}
/* Label Sizes */
.toggleSwitch.nolabel {left: 0; margin-left: 0;}
.toggleSwitch.nolabel > span:before {left: 0; }
.toggleSwitch.nolabel > span {left: 0; }
.toggleSwitch.nolabel > span span {margin-left: 0; }
.toggleSwitch.label75 {margin-left: 75px;}
.toggleSwitch.label75 > span:before {left: 75px; }
.toggleSwitch.label75 > span {left: -75px; }
.toggleSwitch.label75 > span span {margin-left: 75px; }
.toggleSwitch.label100 {margin-left: 100px;}
.toggleSwitch.label100 > span:before {left: 100px; }
.toggleSwitch.label100 > span {left: -100px; }
.toggleSwitch.label100 > span span {margin-left: 100px; }
}
/* End Toggle Switch */ | toggle-switch.css | .toggleSwitch span span {
display: none; }
@media only screen {
.toggleSwitch {
display: block;
height: 18px;
position: relative;
overflow: visible;
padding: 0;
margin-left: 50px;
cursor: pointer;
width: 40px }
.toggleSwitch * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.toggleSwitch label, .toggleSwitch > span {
line-height: 20px;
height: 20px;
vertical-align: middle; }
.toggleSwitch input:focus ~ a, .toggleSwitch input:focus + label {
outline: none; }
.toggleSwitch label {
position: relative;
z-index: 3;
display: block;
width: 100%; }
.toggleSwitch input {
position: absolute;
opacity: 0;
z-index: 5; }
.toggleSwitch > span {
position: absolute;
left: -50px;
width: 100%;
margin: 0;
padding-right: 50px;
text-align: left;
white-space: nowrap; }
.toggleSwitch > span span {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 50%;
margin-left: 50px;
text-align: left;
font-size: 0.9em;
width: 100%;
left: 15%;
top: -1px;
opacity: 0; }
.toggleSwitch a {
position: absolute;
right: 50%;
z-index: 4;
display: block;
height: 100%;
padding: 0;
left: 2px;
width: 18px;
background-color: #fff;
border: 1px solid #CCC;
border-radius: 100%;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.toggleSwitch > span span:first-of-type {
color: #ccc;
opacity: 1;
left: 45%; }
.toggleSwitch > span:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 50px;
top: -2px;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 30px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; }
.toggleSwitch input:checked ~ a {
border-color: #fff;
left: 100%;
margin-left: -8px; }
.toggleSwitch input:checked ~ span:before {
border-color: #0097D1;
box-shadow: inset 0 0 0 30px #0097D1; }
.toggleSwitch input:checked ~ span span:first-of-type {
opacity: 0; }
.toggleSwitch input:checked ~ span span:last-of-type {
opacity: 1;
color: #fff; }
/* Switch Sizes */
.toggleSwitch.large {width:60px;height:27px;}
.toggleSwitch.large a {width:27px;}
.toggleSwitch.large > span {height: 29px; line-height: 28px;}
.toggleSwitch.large input:checked ~ a {left: 41px;}
.toggleSwitch.large > span span {font-size: 1.1em;}
.toggleSwitch.large > span span:first-of-type {left: 50%;}
.toggleSwitch.xlarge {width:80px;height:36px;}
.toggleSwitch.xlarge a {width:36px;}
.toggleSwitch.xlarge > span {height: 38px; line-height: 37px;}
.toggleSwitch.xlarge input:checked ~ a {left: 51px;}
.toggleSwitch.xlarge > span span {font-size: 1.4em;}
.toggleSwitch.xlarge > span span:first-of-type {left: 50%;}
/* Label Sizes */
.toggleSwitch.nolabel {left: 0; margin-left: 0;}
.toggleSwitch.nolabel > span:before {left: 0; }
.toggleSwitch.nolabel > span {left: 0; }
.toggleSwitch.nolabel > span span {margin-left: 0; }
.toggleSwitch.label75 {margin-left: 75px;}
.toggleSwitch.label75 > span:before {left: 75px; }
.toggleSwitch.label75 > span {left: -75px; }
.toggleSwitch.label75 > span span {margin-left: 75px; }
.toggleSwitch.label100 {margin-left: 100px;}
.toggleSwitch.label100 > span:before {left: 100px; }
.toggleSwitch.label100 > span {left: -100px; }
.toggleSwitch.label100 > span span {margin-left: 100px; }
}
/* End Toggle Switch */ | 0.415847 | 0.161155 |
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
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;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
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 {
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-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
* {
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
width: 100%;
height: 100%;
}
body {
font: 400 18px "Roboto";
line-height: 1.2;
overflow: hidden;
margin: 0;
padding: 0;
color: #000000;
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: geometricPrecision;
background: #F0F0F0;
}
a, button {
outline: none;
}
button:focus {
outline: none;
}
a {
text-decoration: none;
}
p {
margin: 0;
}
#map {
width: 100%;
}
.ol-scale-line {
bottom: 28px;
right: 16px;
left: auto;
background: rgba(1, 160, 196, 0.7);
}
.ol-zoom {
top: auto;
bottom: 56px;
right: 16px;
left: auto;
}
.ol-zoom button {
background: #01A0C4;
}
.ol-zoom button:hover {
background: #067C98;
}
.ol-zoom button:focus {
background: #067C98;
}
#layers-panel-trigger {
width: 50px;
height: 40px;
background: #01A0C4;
position: absolute;
top: 50px;
left: 0;
color: white;
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;
z-index: 1;
border-radius: 0 5px 5px 0;
cursor: pointer;
-moz-transition: width 0.2s ease;
-webkit-transition: width 0.2s ease;
-ms-transition: width 0.2s ease;
transition: width 0.2s ease;
}
#layers-panel-trigger:hover {
width: 70px;
}
#layers-panel-trigger:hover i {
margin-left: 20px;
}
#layers-panel-trigger i {
margin-left: 5px;
-moz-transition: margin-left 0.2s ease;
-webkit-transition: margin-left 0.2s ease;
-ms-transition: margin-left 0.2s ease;
transition: margin-left 0.2s ease;
}
#layers-panel {
width: 400px;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
background-color: #01A0C4;
box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.36);
-moz-transform: translateX(-405px);
-webkit-transform: translateX(-405px);
-ms-transform: translateX(-405px);
transform: translateX(-405px);
-moz-transition: -moz-transform 250ms ease-in-out;
-webkit-transition: -webkit-transform 250ms ease-in-out;
-ms-transition: -ms-transform 250ms ease-in-out;
transition: transform 250ms ease-in-out;
overflow-y: auto;
}
#layers-panel.open {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#layers-panel .layers-panel-header {
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 0 20px 0 30px;
background-color: #067C98;
color: #FFFFFF;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
z-index: 2;
}
#layers-panel .layers-panel-header .layers-panel-close {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
cursor: pointer;
border-radius: 50%;
}
#layers-panel .layers-panel-header .layers-panel-close:hover {
background: rgba(255, 255, 255, 0.11);
}
#layers-panel .layers-panel-header .layers-panel-close i {
padding: 12px;
}
#layers-panel .layers-panel-header .layers-panel-close i:hover {
color: #EBEBEB;
}
#layers-panel .layers-panel-header .layers-panel-title {
font: 500 25px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 2;
cursor: default;
}
#layers-panel .layers-container {
width: 100%;
padding-top: 60px;
}
#layers-panel .layers-container .layer-group-header {
width: 100%;
height: 56px;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 0 20px 0 30px;
background-color: #01A0C4;
color: #FFFFFF;
cursor: pointer;
border-bottom: 1px solid #FFFFFF;
}
#layers-panel .layers-container .layer-group-header:hover {
box-shadow: inset 2px 0 0 #FFFFFF;
}
#layers-panel .layers-container .layer-group-header.open {
border-bottom: none;
}
#layers-panel .layers-container .layer-group-header.open > .group-toggle i {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#layers-panel .layers-container .layer-group-header .group-title {
font: 400 18px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1;
}
#layers-panel .layers-container .layer-group-header .group-toggle {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
}
#layers-panel .layers-container .layer-group-header .group-toggle i {
padding: 12px;
-moz-transition: -moz-transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
transition: transform 0.3s ease;
}
#layers-panel .layers-container .layer-group-content {
display: none;
}
#layers-panel .layers-container .layer {
width: 100%;
height: 56px;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 0 20px 0 30px;
background-color: #01B2D7;
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
#layers-panel .layers-container .layer:hover {
box-shadow: inset 2px 0 0 #FFFFFF;
}
#layers-panel .layers-container .layer.single-layer {
background-color: #01A0C4;
}
#layers-panel .layers-container .layer .layer-name {
font: 400 18px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1;
}
#layers-panel .layers-container .layer .layer-icon {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
cursor: pointer;
border-radius: 50%;
}
#layers-panel .layers-container .layer .layer-icon:hover {
background: rgba(255, 255, 255, 0.2);
}
#layers-panel .layers-container .layer .layer-icon i {
padding: 12px;
}
.basemap-wrapper {
width: 96px;
height: 64px;
position: absolute;
top: 50px;
border: 3px solid #FFFFFF;
cursor: pointer;
z-index: 1;
background: #FFFFFF;
-moz-transition: right 0.5s ease;
-webkit-transition: right 0.5s ease;
-ms-transition: right 0.5s ease;
transition: right 0.5s ease;
overflow: hidden;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: 100% auto !important;
}
.basemap-wrapper.basemap-selected {
border: 3px solid #01B2D7;
}
.basemap-wrapper:hover {
border: 3px solid #01B2D7;
}
.basemap-wrapper .basemap-name {
background: #FFFFFF;
color: #000000;
font: 400 14px "Roboto";
text-align: center;
margin: 3px;
padding: 1px;
}
.basemap-wrapper img {
width: 100%;
}
#basemaps-trigger {
right: 16px;
z-index: 2;
background-image: url("../images/basemaps/default.png");
}
#basemaps-trigger:hover {
border: 3px solid #FFFFFF;
}
#basemaps-trigger .basemap-name {
background: #000000;
color: #FFFFFF;
}
.basemap-wrapper {
right: 16px;
}
#basemap-default {
background-image: url("../images/basemaps/default.png");
}
#basemap-aerial {
background-image: url("../images/basemaps/aerial.png");
}
#basemap-labels {
background-image: url("../images/basemaps/labels.png");
}
#metadata-window {
width: 550px;
position: absolute;
top: 30px;
left: 430px;
z-index: 5;
background: #FFFFFF;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#metadata-window .metadata-top-bar {
width: 100%;
height: 48px;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
color: #FFFFFF;
background-color: #01B2D7;
border-bottom: 1px solid #EBEBEB;
padding-left: 16px;
border-radius: 5px 5px 0 0;
cursor: move;
}
#metadata-window .metadata-top-bar .metadata-tile {
font: 400 18px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 2;
}
#metadata-window .metadata-top-bar .metadata-close {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
cursor: pointer;
border-radius: 50%;
margin-right: 8px;
}
#metadata-window .metadata-top-bar .metadata-close:hover {
background: rgba(255, 255, 255, 0.1);
}
#metadata-window .metadata-top-bar .metadata-close i {
padding: 12px;
}
#metadata-window .metadata-top-bar .metadata-close i:hover {
color: #FFFFFF;
}
#metadata-window .metadata-body {
width: inherit;
max-height: 380px;
overflow-y: auto;
overflow-x: hidden;
}
#metadata-window .metadata-body .metadata-description {
width: inherit;
padding: 16px;
color: #333333;
font: 400 16px "Roboto";
border-bottom: 1px solid rgba(215, 215, 215, 0.6);
}
#metadata-window .metadata-body .metadata-legend {
width: inherit;
padding: 16px;
}
#metadata-window .metadata-body .metadata-legend .metadata-legend-title {
font-weight: 500;
}
#metadata-window .metadata-body .metadata-legend img {
margin-top: 15px;
max-width: 40%;
}
#metadata-window .metadata-body .metadata-info {
width: inherit;
padding: 16px 16px 8px 16px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-title {
font-weight: 500;
margin-bottom: 16px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper {
width: 100%;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
color: #333333;
font: 400 16px "Roboto";
margin-bottom: 6px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper .info-name {
-moz-flex: 0 0 190px;
-webkit-flex: 0 0 190px;
-ms-flex: 0 0 190px;
flex: 0 0 190px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper .info-content {
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper .info-content a {
text-decoration: underline;
color: #01A0C4;
}
/*# sourceMappingURL=index.css.map */ | www/styles/index.css | html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
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;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
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 {
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-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
* {
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
width: 100%;
height: 100%;
}
body {
font: 400 18px "Roboto";
line-height: 1.2;
overflow: hidden;
margin: 0;
padding: 0;
color: #000000;
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: geometricPrecision;
background: #F0F0F0;
}
a, button {
outline: none;
}
button:focus {
outline: none;
}
a {
text-decoration: none;
}
p {
margin: 0;
}
#map {
width: 100%;
}
.ol-scale-line {
bottom: 28px;
right: 16px;
left: auto;
background: rgba(1, 160, 196, 0.7);
}
.ol-zoom {
top: auto;
bottom: 56px;
right: 16px;
left: auto;
}
.ol-zoom button {
background: #01A0C4;
}
.ol-zoom button:hover {
background: #067C98;
}
.ol-zoom button:focus {
background: #067C98;
}
#layers-panel-trigger {
width: 50px;
height: 40px;
background: #01A0C4;
position: absolute;
top: 50px;
left: 0;
color: white;
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;
z-index: 1;
border-radius: 0 5px 5px 0;
cursor: pointer;
-moz-transition: width 0.2s ease;
-webkit-transition: width 0.2s ease;
-ms-transition: width 0.2s ease;
transition: width 0.2s ease;
}
#layers-panel-trigger:hover {
width: 70px;
}
#layers-panel-trigger:hover i {
margin-left: 20px;
}
#layers-panel-trigger i {
margin-left: 5px;
-moz-transition: margin-left 0.2s ease;
-webkit-transition: margin-left 0.2s ease;
-ms-transition: margin-left 0.2s ease;
transition: margin-left 0.2s ease;
}
#layers-panel {
width: 400px;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
background-color: #01A0C4;
box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.36);
-moz-transform: translateX(-405px);
-webkit-transform: translateX(-405px);
-ms-transform: translateX(-405px);
transform: translateX(-405px);
-moz-transition: -moz-transform 250ms ease-in-out;
-webkit-transition: -webkit-transform 250ms ease-in-out;
-ms-transition: -ms-transform 250ms ease-in-out;
transition: transform 250ms ease-in-out;
overflow-y: auto;
}
#layers-panel.open {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#layers-panel .layers-panel-header {
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 0 20px 0 30px;
background-color: #067C98;
color: #FFFFFF;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
z-index: 2;
}
#layers-panel .layers-panel-header .layers-panel-close {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
cursor: pointer;
border-radius: 50%;
}
#layers-panel .layers-panel-header .layers-panel-close:hover {
background: rgba(255, 255, 255, 0.11);
}
#layers-panel .layers-panel-header .layers-panel-close i {
padding: 12px;
}
#layers-panel .layers-panel-header .layers-panel-close i:hover {
color: #EBEBEB;
}
#layers-panel .layers-panel-header .layers-panel-title {
font: 500 25px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 2;
cursor: default;
}
#layers-panel .layers-container {
width: 100%;
padding-top: 60px;
}
#layers-panel .layers-container .layer-group-header {
width: 100%;
height: 56px;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 0 20px 0 30px;
background-color: #01A0C4;
color: #FFFFFF;
cursor: pointer;
border-bottom: 1px solid #FFFFFF;
}
#layers-panel .layers-container .layer-group-header:hover {
box-shadow: inset 2px 0 0 #FFFFFF;
}
#layers-panel .layers-container .layer-group-header.open {
border-bottom: none;
}
#layers-panel .layers-container .layer-group-header.open > .group-toggle i {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#layers-panel .layers-container .layer-group-header .group-title {
font: 400 18px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1;
}
#layers-panel .layers-container .layer-group-header .group-toggle {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
}
#layers-panel .layers-container .layer-group-header .group-toggle i {
padding: 12px;
-moz-transition: -moz-transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
transition: transform 0.3s ease;
}
#layers-panel .layers-container .layer-group-content {
display: none;
}
#layers-panel .layers-container .layer {
width: 100%;
height: 56px;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
padding: 0 20px 0 30px;
background-color: #01B2D7;
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
#layers-panel .layers-container .layer:hover {
box-shadow: inset 2px 0 0 #FFFFFF;
}
#layers-panel .layers-container .layer.single-layer {
background-color: #01A0C4;
}
#layers-panel .layers-container .layer .layer-name {
font: 400 18px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1;
}
#layers-panel .layers-container .layer .layer-icon {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
cursor: pointer;
border-radius: 50%;
}
#layers-panel .layers-container .layer .layer-icon:hover {
background: rgba(255, 255, 255, 0.2);
}
#layers-panel .layers-container .layer .layer-icon i {
padding: 12px;
}
.basemap-wrapper {
width: 96px;
height: 64px;
position: absolute;
top: 50px;
border: 3px solid #FFFFFF;
cursor: pointer;
z-index: 1;
background: #FFFFFF;
-moz-transition: right 0.5s ease;
-webkit-transition: right 0.5s ease;
-ms-transition: right 0.5s ease;
transition: right 0.5s ease;
overflow: hidden;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: 100% auto !important;
}
.basemap-wrapper.basemap-selected {
border: 3px solid #01B2D7;
}
.basemap-wrapper:hover {
border: 3px solid #01B2D7;
}
.basemap-wrapper .basemap-name {
background: #FFFFFF;
color: #000000;
font: 400 14px "Roboto";
text-align: center;
margin: 3px;
padding: 1px;
}
.basemap-wrapper img {
width: 100%;
}
#basemaps-trigger {
right: 16px;
z-index: 2;
background-image: url("../images/basemaps/default.png");
}
#basemaps-trigger:hover {
border: 3px solid #FFFFFF;
}
#basemaps-trigger .basemap-name {
background: #000000;
color: #FFFFFF;
}
.basemap-wrapper {
right: 16px;
}
#basemap-default {
background-image: url("../images/basemaps/default.png");
}
#basemap-aerial {
background-image: url("../images/basemaps/aerial.png");
}
#basemap-labels {
background-image: url("../images/basemaps/labels.png");
}
#metadata-window {
width: 550px;
position: absolute;
top: 30px;
left: 430px;
z-index: 5;
background: #FFFFFF;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#metadata-window .metadata-top-bar {
width: 100%;
height: 48px;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
color: #FFFFFF;
background-color: #01B2D7;
border-bottom: 1px solid #EBEBEB;
padding-left: 16px;
border-radius: 5px 5px 0 0;
cursor: move;
}
#metadata-window .metadata-top-bar .metadata-tile {
font: 400 18px "Roboto";
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 2;
}
#metadata-window .metadata-top-bar .metadata-close {
-moz-flex: 0 0 48px;
-webkit-flex: 0 0 48px;
-ms-flex: 0 0 48px;
flex: 0 0 48px;
cursor: pointer;
border-radius: 50%;
margin-right: 8px;
}
#metadata-window .metadata-top-bar .metadata-close:hover {
background: rgba(255, 255, 255, 0.1);
}
#metadata-window .metadata-top-bar .metadata-close i {
padding: 12px;
}
#metadata-window .metadata-top-bar .metadata-close i:hover {
color: #FFFFFF;
}
#metadata-window .metadata-body {
width: inherit;
max-height: 380px;
overflow-y: auto;
overflow-x: hidden;
}
#metadata-window .metadata-body .metadata-description {
width: inherit;
padding: 16px;
color: #333333;
font: 400 16px "Roboto";
border-bottom: 1px solid rgba(215, 215, 215, 0.6);
}
#metadata-window .metadata-body .metadata-legend {
width: inherit;
padding: 16px;
}
#metadata-window .metadata-body .metadata-legend .metadata-legend-title {
font-weight: 500;
}
#metadata-window .metadata-body .metadata-legend img {
margin-top: 15px;
max-width: 40%;
}
#metadata-window .metadata-body .metadata-info {
width: inherit;
padding: 16px 16px 8px 16px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-title {
font-weight: 500;
margin-bottom: 16px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper {
width: 100%;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: columns;
-webkit-flex-direction: columns;
-ms-flex-direction: columns;
flex-direction: columns;
-moz-justify-content: -moz-flex-start;
-webkit-justify-content: -webkit-flex-start;
-ms-justify-content: -ms-flex-start;
justify-content: flex-start;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
color: #333333;
font: 400 16px "Roboto";
margin-bottom: 6px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper .info-name {
-moz-flex: 0 0 190px;
-webkit-flex: 0 0 190px;
-ms-flex: 0 0 190px;
flex: 0 0 190px;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper .info-content {
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
#metadata-window .metadata-body .metadata-info .metadata-info-wrapper .info-content a {
text-decoration: underline;
color: #01A0C4;
}
/*# sourceMappingURL=index.css.map */ | 0.453988 | 0.058453 |
@import "adblock.css";
@import "adblock-color-themes.css";
/* GENERAL */
body {
color: var(--popup-main-text-color);
background-color: var(--popup-background-color);
}
#wrapper {
font-size: 15px;
margin: 0px 0px 20px 0px;
width: 320px;
max-height: 606px;
}
.separator {
height: 1px;
background-color: var(--popup-separator-color);
opacity: 0.5;
margin: 0px;
}
.menu-entry {
cursor: pointer;
color: var(--popup-link-text);
}
.right {
float: right;
}
.left {
float: left;
}
/* HEADER */
.header-logo {
cursor: pointer;
height: 32px;
width: auto;
}
#premium_status_msg {
display: none;
font-weight: bold;
font-size: 8px;
border: 0.5px solid var(--premium-badge-border-color);
border-radius: 2px;
margin-right: 8px;
padding-left: 3px;
padding-right: 3px;
line-height: 16px;
background-color: var(--premium-badge-bg-color);
color: var(--premium-badge-text-color);
text-transform: uppercase;
}
#header-info {
display: flex;
align-items: center;
justify-content: space-between;
}
#header-icons {
width: 45px;
display: flex;
align-items: center;
justify-content: space-around;
}
#header-icons .material-icons {
color: var(--popup-accent-color);
}
#header-icons .material-icons:hover {
color: var(--popup-accent-hovered-color);
}
#header-icons .material-icons:focus {
outline: var(--popup-url-text-color) auto 5px;
opacity: 1;
}
#titletext {
margin: 16px;
display: flex;
justify-content: space-between;
align-items: center;
}
#help_link {
margin-right: 2px;
}
#primary_section {
display: none;
}
.primary_section {
width: 288px;
background-color: var(--popup-card-background-color);
margin-left: 16px;
margin-right: 16px;
padding-left: 16px;
padding-right: 16px;
border-radius: 4px;
}
/* BLOCKED COUNT */
#block_counts {
display: none;
margin-top: 16px;
}
#block_counts.remove-bottom-margin {
margin-bottom: 0px;
}
.header {
font-weight: bold;
}
.block_count_number {
font-weight: bold;
color: var(--block-count-color);
}
a {
color: var(--popup-link-text);
text-decoration: var(--popup-link-text-decoration);
}
/* PREMIUM CTAs */
.premium-cta {
display: flex;
align-items: stretch;
padding: 0;
margin-left: 16px;
margin-right: 16px;
margin-bottom: 12px;
background-color: var(--popup-card-background-color);
border-radius: 4px;
min-height: 36px;
}
.premium-cta .cta-message {
margin-left: 8px;
}
.premium-cta:hover .cta-message > span,
.premium-cta:hover .dc-cta-message > span {
display: none;
}
.premium-cta:hover .cta-message::after,
.premium-cta:hover .dc-cta-message::after {
font-weight: bold;
}
.cta-description {
flex-grow: 1;
display: flex;
align-items: center;
padding: 0px 16px;
cursor: pointer;
}
.dc-cta-description {
padding-left: 16px;
padding-right: 10px;
}
button.premium-cta-close {
display: none;
width: 28px;
height: auto;
border-radius: 0 4px 4px 0;
}
button.premium-dc-cta-close {
width: 40px;
}
button.premium-cta-close:hover {
box-shadow: none;
}
.premium-cta:hover .premium-cta-close,
#vpn_cta_1_close,
#vpn_cta_2_close {
display: flex;
justify-content: center;
align-items: center;
}
#newText_v2 {
color: white;
background-color: #03bcfc;
font-weight: bold;
font-size: 13px;
border-radius: 3px;
padding: 1px 5px;
line-height: normal;
}
#mab_new_cta_close {
background-color: #03bcfc;
}
.div_vpn_cta_bold {
font-weight: bold;
}
#mab_new_cta_close > i {
color: white;
}
#vpn_cta_1_close,
#vpn_cta_2_close {
background-color: var(--popup-card-background-color);
}
#vpn_cta_1_close_icon,
#vpn_cta_2_close_icon {
color: var(--popup-vpn-cta-close-icon-color);
background-color: var(--popup-card-background-color);
}
#div_vpn_cta_3,
#div_vpn_cta_4 {
background: linear-gradient(
338deg,
var(--popup-vpn-cta-linear-gradient-a) 50%,
var(--popup-vpn-cta-linear-gradient-b) 50%
);
background-size: 100% calc(100% + 75px);
background-position: bottom -25px right 0px;
padding: 16px;
filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));
font-size: 14px;
cursor: default;
}
#div_vpn_cta_3 span,
#div_vpn_cta_4 span {
color: var(--popup-large-vpn-cta-text-color);
}
#vpn_cta_3_close,
#vpn_cta_4_close {
margin-left: 24px;
cursor: pointer;
}
.vpn-top-row {
line-height: 140%;
}
.vpn-button-row {
margin-top: 24px;
display: flex;
justify-content: space-between;
align-items: center;
}
.vpn-cta-button {
border-radius: 3px;
border-width: 0;
background-color: #0055b7;
color: #ffffff;
width: 115px;
height: 30px;
font-size: 14px;
cursor: pointer;
}
#div_myadblock_enrollment_v2:hover {
color: white;
background-color: #2284f7;
}
#div_vpn_cta_1:hover,
#div_vpn_cta_2:hover {
background-color: var(--popup-vpn-cta-hover-bg-color);
color: var(--popup-vpn-cta-hover-color);
}
#div_vpn_cta_1:hover button,
#div_vpn_cta_2:hover button,
#div_vpn_cta_1:hover #vpn_cta_1_close_icon,
#div_vpn_cta_2:hover #vpn_cta_2_close_icon {
background-color: var(--popup-vpn-cta-hover-close-bg-color);
color: var(--popup-vpn-cta-hover-close-color);
}
#div_premium_themes_cta {
color: var(--popup-themes-cta-text);
background: var(--popup-themes-cta-background);
}
#div_premium_themes_cta .cta-description {
padding: 8px 10px;
}
#div_premium_themes_cta:not(:hover) .cta-description > i {
color: var(--popup-themes-cta-icon);
}
#div_premium_themes_cta:hover {
color: var(--popup-themes-cta-color-on-hover);
background-color: var(--popup-themes-cta-background-on-hover);
}
#close-themes-cta {
background-color: rgba(255, 255, 255, 0.25);
}
#close-themes-cta > i {
color: var(--popup-themes-cta-color-on-hover);
}
.separator.hide-on-new-cta-hover {
background-color: var(--popup-background-color);
}
.premium-dc-cta {
font-size: 13px;
background-color: var(--popup-dc-cta-background-color);
color: var(--popup-dc-cta-color);
}
.premium-dc-cta-close i {
color: var(--popup-dc-cta-color);
}
.premium-dc-cta:hover .dc-cta-message {
font-weight: bold;
}
.premium-dc-cta:hover .premium-dc-cta-close {
background-color: var(--popup-dc-cta-close-background-color-on-hover);
}
/* STATUS & SYNC */
#div_sync_outofdate_error_msg,
#div_sync_error_msg {
margin: 0 16px 16px 16px;
padding: 16px;
border-radius: 4px;
}
#div_sync_removed_error_msg {
margin: 0 16px 16px 16px;
padding-left: 8px;
border-radius: 4px;
line-height: 36px;
align-items: center;
cursor: pointer;
}
#div_sync_outofdate_error_msg,
#div_sync_error_msg,
#div_sync_outofdate_error_msg a,
#div_sync_outofdate_error_msg a span,
#div_sync_removed_error_msg {
background-color: var(--sync-error-msg-background-color);
color: var(--sync-msg-color);
text-align: center;
cursor: pointer;
font-size: 14px;
}
#div_sync_outofdate_error_msg,
#div_sync_error_msg,
#div_sync_removed_error_msg {
cursor: unset;
display: none;
}
#div_sync_removed_error_msg.div_sync_removed_error_msg_hovered {
background-color: white;
color: #2284f7;
}
#sync_removed_error_msg_part_1,
#sync_removed_error_msg_part_2 {
display: none;
cursor: pointer;
}
#div_sync_outofdate_error_msg a span {
color: var(--sync-msg-color);
text-decoration: underline;
padding: 0px 0px 0px 0px;
}
#div_sync_outofdate_error_msg a:hover {
font-weight: normal;
}
#div_sync_outofdate_error_msg a span:hover {
font-weight: normal;
}
#sync_removed_error_icon {
margin-right: 8px;
}
#sync_removed_error_icon.removed_error_icon_hovered {
background-color: var(--sync-msg-color);
color: var(--sync-error-msg-background-color);
}
#sync_removed_error_close {
width: 36px;
height: 36px;
border-radius: 0 4px 4px 0;
margin-left: auto;
background-color: var(--sync-error-msg-background-color);
color: var(--sync-msg-color);
}
#sync_removed_error_close.sync_removed_error_close_hovered {
background-color: #999999;
color: white;
}
/* BUTTONS */
#btn_unpause_once,
#btn_unpause_all,
#btn_enable_adblock_on_this_page {
width: 288px;
}
#btn_unpause_once:hover,
#btn_unpause_all:hover,
#btn_enable_adblock_on_this_page:hover {
color: var(--popup-button-reenable-hovered-text-color);
background-color: var(--popup-button-reenable-hovered-bg-color);
}
.popup-btn.withBorder {
border: 0.5px solid;
border-color: var(--popup-button-outline-color);
}
.popup-btn {
height: 36px;
width: 122px;
border-radius: 4px;
margin: 0px;
display: inline-flex;
justify-content: center;
align-items: center;
font-family: "Lato", Arial, sans-serif;
font-size: 13px;
padding: 0px;
font-weight: normal;
}
.popup-btn:hover {
font-weight: bold;
cursor: pointer;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.popup-btn.grey {
color: var(--popup-button-text);
background-color: var(--popup-button-background-color);
}
.popup-btn.white {
color: var(--popup-button-reenable-text-color);
background-color: var(--popup-button-reenable-bg-color);
}
#btn_pause_once {
margin-right: 8px;
}
/* pause */
#pause_subsection {
display: none;
margin-top: 16px;
}
#btn_row {
margin-top: 12px;
margin-bottom: 24px;
}
#more_options {
padding-top: 20px;
padding-bottom: 20px;
line-height: 145%;
}
#hostname,
#disabled_site_title,
.channelname {
font-size: 18px;
font-weight: 700;
justify-content: center;
padding-top: 16px;
padding-bottom: 16px;
margin: 0;
display: none;
overflow-wrap: anywhere;
}
#div_domain_paused_msg,
#div_all_paused_msg,
#div_domain_allowlisted_msg {
display: none;
padding-top: 16px;
padding-bottom: 48px;
}
#domain_paused_subsection,
#all_paused_subsection,
#allowlisted_subsection {
display: none;
width: 288px;
margin-left: 16px;
margin-right: 16px;
margin-top: 16px;
justify-content: center;
align-items: center;
}
/* site specific (YT & Twitch) */
#yt_channel_section,
#twitch_channel_section {
display: none;
margin-bottom: 16px;
padding-bottom: 16px;
}
.channel_name_row {
display: flex;
justify-content: center;
align-content: center;
}
.channel_icon {
display: flex;
justify-content: center;
flex-direction: column;
margin-right: 8px;
}
#div_manage_subscribed_channel {
padding-top: 12px;
}
#btn_allowlist_yt_channel,
#btn_allowlist_twitch_channel {
width: 256px;
height: 36px;
display: flex;
align-items: center;
text-align: center;
}
#twitch_channel_icon {
color: var(--popup-twitch-icon-color);
}
#yt_channel_icon {
color: var(--popup-yt-icon-color);
}
#allowlist_yt_channel_section,
#allowlisted_yt_channel_section,
#allowlist_twitch_channel_section,
#allowlisted_twitch_channel_section,
#disabled_site_section {
display: none;
}
#allowlisted_yt_channel_section,
#allowlisted_twitch_channel_section {
padding-bottom: 68px;
}
/* other, misc */
#disabled_site_img {
width: 100%;
height: 233px;
}
/* RTL Language Specific rules */
html[dir="rtl"] #blocked_n_in_total {
float: left;
} | extension/adblock/adblock-button-popup.css | @import "adblock.css";
@import "adblock-color-themes.css";
/* GENERAL */
body {
color: var(--popup-main-text-color);
background-color: var(--popup-background-color);
}
#wrapper {
font-size: 15px;
margin: 0px 0px 20px 0px;
width: 320px;
max-height: 606px;
}
.separator {
height: 1px;
background-color: var(--popup-separator-color);
opacity: 0.5;
margin: 0px;
}
.menu-entry {
cursor: pointer;
color: var(--popup-link-text);
}
.right {
float: right;
}
.left {
float: left;
}
/* HEADER */
.header-logo {
cursor: pointer;
height: 32px;
width: auto;
}
#premium_status_msg {
display: none;
font-weight: bold;
font-size: 8px;
border: 0.5px solid var(--premium-badge-border-color);
border-radius: 2px;
margin-right: 8px;
padding-left: 3px;
padding-right: 3px;
line-height: 16px;
background-color: var(--premium-badge-bg-color);
color: var(--premium-badge-text-color);
text-transform: uppercase;
}
#header-info {
display: flex;
align-items: center;
justify-content: space-between;
}
#header-icons {
width: 45px;
display: flex;
align-items: center;
justify-content: space-around;
}
#header-icons .material-icons {
color: var(--popup-accent-color);
}
#header-icons .material-icons:hover {
color: var(--popup-accent-hovered-color);
}
#header-icons .material-icons:focus {
outline: var(--popup-url-text-color) auto 5px;
opacity: 1;
}
#titletext {
margin: 16px;
display: flex;
justify-content: space-between;
align-items: center;
}
#help_link {
margin-right: 2px;
}
#primary_section {
display: none;
}
.primary_section {
width: 288px;
background-color: var(--popup-card-background-color);
margin-left: 16px;
margin-right: 16px;
padding-left: 16px;
padding-right: 16px;
border-radius: 4px;
}
/* BLOCKED COUNT */
#block_counts {
display: none;
margin-top: 16px;
}
#block_counts.remove-bottom-margin {
margin-bottom: 0px;
}
.header {
font-weight: bold;
}
.block_count_number {
font-weight: bold;
color: var(--block-count-color);
}
a {
color: var(--popup-link-text);
text-decoration: var(--popup-link-text-decoration);
}
/* PREMIUM CTAs */
.premium-cta {
display: flex;
align-items: stretch;
padding: 0;
margin-left: 16px;
margin-right: 16px;
margin-bottom: 12px;
background-color: var(--popup-card-background-color);
border-radius: 4px;
min-height: 36px;
}
.premium-cta .cta-message {
margin-left: 8px;
}
.premium-cta:hover .cta-message > span,
.premium-cta:hover .dc-cta-message > span {
display: none;
}
.premium-cta:hover .cta-message::after,
.premium-cta:hover .dc-cta-message::after {
font-weight: bold;
}
.cta-description {
flex-grow: 1;
display: flex;
align-items: center;
padding: 0px 16px;
cursor: pointer;
}
.dc-cta-description {
padding-left: 16px;
padding-right: 10px;
}
button.premium-cta-close {
display: none;
width: 28px;
height: auto;
border-radius: 0 4px 4px 0;
}
button.premium-dc-cta-close {
width: 40px;
}
button.premium-cta-close:hover {
box-shadow: none;
}
.premium-cta:hover .premium-cta-close,
#vpn_cta_1_close,
#vpn_cta_2_close {
display: flex;
justify-content: center;
align-items: center;
}
#newText_v2 {
color: white;
background-color: #03bcfc;
font-weight: bold;
font-size: 13px;
border-radius: 3px;
padding: 1px 5px;
line-height: normal;
}
#mab_new_cta_close {
background-color: #03bcfc;
}
.div_vpn_cta_bold {
font-weight: bold;
}
#mab_new_cta_close > i {
color: white;
}
#vpn_cta_1_close,
#vpn_cta_2_close {
background-color: var(--popup-card-background-color);
}
#vpn_cta_1_close_icon,
#vpn_cta_2_close_icon {
color: var(--popup-vpn-cta-close-icon-color);
background-color: var(--popup-card-background-color);
}
#div_vpn_cta_3,
#div_vpn_cta_4 {
background: linear-gradient(
338deg,
var(--popup-vpn-cta-linear-gradient-a) 50%,
var(--popup-vpn-cta-linear-gradient-b) 50%
);
background-size: 100% calc(100% + 75px);
background-position: bottom -25px right 0px;
padding: 16px;
filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.15));
font-size: 14px;
cursor: default;
}
#div_vpn_cta_3 span,
#div_vpn_cta_4 span {
color: var(--popup-large-vpn-cta-text-color);
}
#vpn_cta_3_close,
#vpn_cta_4_close {
margin-left: 24px;
cursor: pointer;
}
.vpn-top-row {
line-height: 140%;
}
.vpn-button-row {
margin-top: 24px;
display: flex;
justify-content: space-between;
align-items: center;
}
.vpn-cta-button {
border-radius: 3px;
border-width: 0;
background-color: #0055b7;
color: #ffffff;
width: 115px;
height: 30px;
font-size: 14px;
cursor: pointer;
}
#div_myadblock_enrollment_v2:hover {
color: white;
background-color: #2284f7;
}
#div_vpn_cta_1:hover,
#div_vpn_cta_2:hover {
background-color: var(--popup-vpn-cta-hover-bg-color);
color: var(--popup-vpn-cta-hover-color);
}
#div_vpn_cta_1:hover button,
#div_vpn_cta_2:hover button,
#div_vpn_cta_1:hover #vpn_cta_1_close_icon,
#div_vpn_cta_2:hover #vpn_cta_2_close_icon {
background-color: var(--popup-vpn-cta-hover-close-bg-color);
color: var(--popup-vpn-cta-hover-close-color);
}
#div_premium_themes_cta {
color: var(--popup-themes-cta-text);
background: var(--popup-themes-cta-background);
}
#div_premium_themes_cta .cta-description {
padding: 8px 10px;
}
#div_premium_themes_cta:not(:hover) .cta-description > i {
color: var(--popup-themes-cta-icon);
}
#div_premium_themes_cta:hover {
color: var(--popup-themes-cta-color-on-hover);
background-color: var(--popup-themes-cta-background-on-hover);
}
#close-themes-cta {
background-color: rgba(255, 255, 255, 0.25);
}
#close-themes-cta > i {
color: var(--popup-themes-cta-color-on-hover);
}
.separator.hide-on-new-cta-hover {
background-color: var(--popup-background-color);
}
.premium-dc-cta {
font-size: 13px;
background-color: var(--popup-dc-cta-background-color);
color: var(--popup-dc-cta-color);
}
.premium-dc-cta-close i {
color: var(--popup-dc-cta-color);
}
.premium-dc-cta:hover .dc-cta-message {
font-weight: bold;
}
.premium-dc-cta:hover .premium-dc-cta-close {
background-color: var(--popup-dc-cta-close-background-color-on-hover);
}
/* STATUS & SYNC */
#div_sync_outofdate_error_msg,
#div_sync_error_msg {
margin: 0 16px 16px 16px;
padding: 16px;
border-radius: 4px;
}
#div_sync_removed_error_msg {
margin: 0 16px 16px 16px;
padding-left: 8px;
border-radius: 4px;
line-height: 36px;
align-items: center;
cursor: pointer;
}
#div_sync_outofdate_error_msg,
#div_sync_error_msg,
#div_sync_outofdate_error_msg a,
#div_sync_outofdate_error_msg a span,
#div_sync_removed_error_msg {
background-color: var(--sync-error-msg-background-color);
color: var(--sync-msg-color);
text-align: center;
cursor: pointer;
font-size: 14px;
}
#div_sync_outofdate_error_msg,
#div_sync_error_msg,
#div_sync_removed_error_msg {
cursor: unset;
display: none;
}
#div_sync_removed_error_msg.div_sync_removed_error_msg_hovered {
background-color: white;
color: #2284f7;
}
#sync_removed_error_msg_part_1,
#sync_removed_error_msg_part_2 {
display: none;
cursor: pointer;
}
#div_sync_outofdate_error_msg a span {
color: var(--sync-msg-color);
text-decoration: underline;
padding: 0px 0px 0px 0px;
}
#div_sync_outofdate_error_msg a:hover {
font-weight: normal;
}
#div_sync_outofdate_error_msg a span:hover {
font-weight: normal;
}
#sync_removed_error_icon {
margin-right: 8px;
}
#sync_removed_error_icon.removed_error_icon_hovered {
background-color: var(--sync-msg-color);
color: var(--sync-error-msg-background-color);
}
#sync_removed_error_close {
width: 36px;
height: 36px;
border-radius: 0 4px 4px 0;
margin-left: auto;
background-color: var(--sync-error-msg-background-color);
color: var(--sync-msg-color);
}
#sync_removed_error_close.sync_removed_error_close_hovered {
background-color: #999999;
color: white;
}
/* BUTTONS */
#btn_unpause_once,
#btn_unpause_all,
#btn_enable_adblock_on_this_page {
width: 288px;
}
#btn_unpause_once:hover,
#btn_unpause_all:hover,
#btn_enable_adblock_on_this_page:hover {
color: var(--popup-button-reenable-hovered-text-color);
background-color: var(--popup-button-reenable-hovered-bg-color);
}
.popup-btn.withBorder {
border: 0.5px solid;
border-color: var(--popup-button-outline-color);
}
.popup-btn {
height: 36px;
width: 122px;
border-radius: 4px;
margin: 0px;
display: inline-flex;
justify-content: center;
align-items: center;
font-family: "Lato", Arial, sans-serif;
font-size: 13px;
padding: 0px;
font-weight: normal;
}
.popup-btn:hover {
font-weight: bold;
cursor: pointer;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.popup-btn.grey {
color: var(--popup-button-text);
background-color: var(--popup-button-background-color);
}
.popup-btn.white {
color: var(--popup-button-reenable-text-color);
background-color: var(--popup-button-reenable-bg-color);
}
#btn_pause_once {
margin-right: 8px;
}
/* pause */
#pause_subsection {
display: none;
margin-top: 16px;
}
#btn_row {
margin-top: 12px;
margin-bottom: 24px;
}
#more_options {
padding-top: 20px;
padding-bottom: 20px;
line-height: 145%;
}
#hostname,
#disabled_site_title,
.channelname {
font-size: 18px;
font-weight: 700;
justify-content: center;
padding-top: 16px;
padding-bottom: 16px;
margin: 0;
display: none;
overflow-wrap: anywhere;
}
#div_domain_paused_msg,
#div_all_paused_msg,
#div_domain_allowlisted_msg {
display: none;
padding-top: 16px;
padding-bottom: 48px;
}
#domain_paused_subsection,
#all_paused_subsection,
#allowlisted_subsection {
display: none;
width: 288px;
margin-left: 16px;
margin-right: 16px;
margin-top: 16px;
justify-content: center;
align-items: center;
}
/* site specific (YT & Twitch) */
#yt_channel_section,
#twitch_channel_section {
display: none;
margin-bottom: 16px;
padding-bottom: 16px;
}
.channel_name_row {
display: flex;
justify-content: center;
align-content: center;
}
.channel_icon {
display: flex;
justify-content: center;
flex-direction: column;
margin-right: 8px;
}
#div_manage_subscribed_channel {
padding-top: 12px;
}
#btn_allowlist_yt_channel,
#btn_allowlist_twitch_channel {
width: 256px;
height: 36px;
display: flex;
align-items: center;
text-align: center;
}
#twitch_channel_icon {
color: var(--popup-twitch-icon-color);
}
#yt_channel_icon {
color: var(--popup-yt-icon-color);
}
#allowlist_yt_channel_section,
#allowlisted_yt_channel_section,
#allowlist_twitch_channel_section,
#allowlisted_twitch_channel_section,
#disabled_site_section {
display: none;
}
#allowlisted_yt_channel_section,
#allowlisted_twitch_channel_section {
padding-bottom: 68px;
}
/* other, misc */
#disabled_site_img {
width: 100%;
height: 233px;
}
/* RTL Language Specific rules */
html[dir="rtl"] #blocked_n_in_total {
float: left;
} | 0.257672 | 0.069007 |
.home-left {
align-self: center;
max-width: inherit;
}
#home {
min-height: 70vh;
display: flex;
align-items: center;
}
.home-right {
text-align: center;
}
.stat-box {
box-shadow: 0px 0px 20px;
border-radius: 0.8rem;
padding: 14px;
margin: 14px;
min-width: fit-content;
}
#stats {
background-color: #fce4d7;
min-height: 55vh;
display: flex;
align-items: center;
}
.home-text {
font-size: 4rem;
font-weight: bold;
font-family: 'Roboto', sans-serif;
color: cornflowerblue;
line-height: 5.2rem;
}
.mission-right {
align-self: center;
}
.mission-left {
text-align: center;
align-self: center;
}
#mission {
min-height: 45vh;
display: flex;
align-items: center;
}
#events {
background-color: rgb(214, 247, 254);
min-height: 85vh;
display: flex;
align-items: center;
}
@media (max-width: 450px) {
.home-text {
font-size: 3rem;
line-height: 3.8rem;
}
}
@media (max-width: 360px) {
.home-text {
font-size: 2rem;
line-height: 2.6rem;
text-align: center;
}
}
.event-page-btn {
margin-top: 8px;
float: right;
}
.event-page-rcol {
align-self: center;
}
.form-overlay {
position: fixed;
display: none;
height: 100vh;
width: 100vw;
z-index: 1;
margin: 0;
backdrop-filter: blur(5px);
font-family: 'Roboto', sans-serif;
}
#progress {
position: absolute;
/* background: rgba(2, 188, 250, 0.4) ; */
background-color: rgba(255, 255, 255, 0.158);
backdrop-filter: blur(8px);
height: 100vh;
width: 0;
transition: width 0.2s ease-in-out;
}
.center {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
/******
Form
******/
#register {
background: #fff;
position: relative;
width: 410px;
padding: 2px 15px 20px 15px;
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
transition: transform .1s ease-in-out;
border-radius: 12px;
}
#register.close {
width: 0;
padding: 0;
overflow: hidden;
transition: .8s ease-in-out;
box-shadow: 0 16px 24px 2px rgba(0,0,0,0);
}
.next {
position: absolute;
right: 20px;
bottom: 10px;
font-size: 40px;
color: #25a3ff;
float: right;
cursor: pointer;
}
.next:hover {color: #333}
.wrong .next {color: #ff2d26}
.close .next {color: #fff}
#inputContainer {
position: relative;
opacity: 0;
width: 350px;
margin-top: 25px;
transition: opacity .3s ease-in-out;
}
#inputContainer input {
width: 100%;
padding: 0 5px;
border: none;
font-size: 20px;
font-weight: bold;
outline: 0;
background: transparent;
box-shadow:none;
}
#inputLabel {
position: absolute;
pointer-events: none;
top: 0;
left: 0;
font-size: 20px;
font-weight: bold;
padding: 0 5px;
transition: .2s ease-in-out;
}
#inputContainer input:valid + #inputLabel {
top: -15px;
font-size: 11px;
font-weight: normal;
color: #9e9e9e;
}
#inputProgress {
position: absolute;
width: 100%;
border-bottom: 2px solid #25a3ff;
padding: 3px 0;
width: 0;
transition: width .6s ease-in-out;
}
.wrong #inputProgress {
border-color: #ff2d26;
}
@media(max-width:410px) {
#inputProgress {
width: 100%;
}
}
@media(max-width:410px) {
#register{
width: 100%;
}
} | assets/css/styles.css | .home-left {
align-self: center;
max-width: inherit;
}
#home {
min-height: 70vh;
display: flex;
align-items: center;
}
.home-right {
text-align: center;
}
.stat-box {
box-shadow: 0px 0px 20px;
border-radius: 0.8rem;
padding: 14px;
margin: 14px;
min-width: fit-content;
}
#stats {
background-color: #fce4d7;
min-height: 55vh;
display: flex;
align-items: center;
}
.home-text {
font-size: 4rem;
font-weight: bold;
font-family: 'Roboto', sans-serif;
color: cornflowerblue;
line-height: 5.2rem;
}
.mission-right {
align-self: center;
}
.mission-left {
text-align: center;
align-self: center;
}
#mission {
min-height: 45vh;
display: flex;
align-items: center;
}
#events {
background-color: rgb(214, 247, 254);
min-height: 85vh;
display: flex;
align-items: center;
}
@media (max-width: 450px) {
.home-text {
font-size: 3rem;
line-height: 3.8rem;
}
}
@media (max-width: 360px) {
.home-text {
font-size: 2rem;
line-height: 2.6rem;
text-align: center;
}
}
.event-page-btn {
margin-top: 8px;
float: right;
}
.event-page-rcol {
align-self: center;
}
.form-overlay {
position: fixed;
display: none;
height: 100vh;
width: 100vw;
z-index: 1;
margin: 0;
backdrop-filter: blur(5px);
font-family: 'Roboto', sans-serif;
}
#progress {
position: absolute;
/* background: rgba(2, 188, 250, 0.4) ; */
background-color: rgba(255, 255, 255, 0.158);
backdrop-filter: blur(8px);
height: 100vh;
width: 0;
transition: width 0.2s ease-in-out;
}
.center {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
/******
Form
******/
#register {
background: #fff;
position: relative;
width: 410px;
padding: 2px 15px 20px 15px;
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
transition: transform .1s ease-in-out;
border-radius: 12px;
}
#register.close {
width: 0;
padding: 0;
overflow: hidden;
transition: .8s ease-in-out;
box-shadow: 0 16px 24px 2px rgba(0,0,0,0);
}
.next {
position: absolute;
right: 20px;
bottom: 10px;
font-size: 40px;
color: #25a3ff;
float: right;
cursor: pointer;
}
.next:hover {color: #333}
.wrong .next {color: #ff2d26}
.close .next {color: #fff}
#inputContainer {
position: relative;
opacity: 0;
width: 350px;
margin-top: 25px;
transition: opacity .3s ease-in-out;
}
#inputContainer input {
width: 100%;
padding: 0 5px;
border: none;
font-size: 20px;
font-weight: bold;
outline: 0;
background: transparent;
box-shadow:none;
}
#inputLabel {
position: absolute;
pointer-events: none;
top: 0;
left: 0;
font-size: 20px;
font-weight: bold;
padding: 0 5px;
transition: .2s ease-in-out;
}
#inputContainer input:valid + #inputLabel {
top: -15px;
font-size: 11px;
font-weight: normal;
color: #9e9e9e;
}
#inputProgress {
position: absolute;
width: 100%;
border-bottom: 2px solid #25a3ff;
padding: 3px 0;
width: 0;
transition: width .6s ease-in-out;
}
.wrong #inputProgress {
border-color: #ff2d26;
}
@media(max-width:410px) {
#inputProgress {
width: 100%;
}
}
@media(max-width:410px) {
#register{
width: 100%;
}
} | 0.37399 | 0.07538 |
@-moz-document domain("arkmachinetranslations.com") {
.site {
/* background-color: #fff; */
background-color: #000;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
font-family: "Comic Sans MS", cursive, sans-serif;
font-weight: bold;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
line-height: 1.714285714;
color: #ADA5A5;
}
.entry-content a:visited,
.comment-content a:visited {
color: #E70C0C;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
font-size: 13px;
font-size: 0.928571rem;
line-height: 1.846153846;
color: #0EAEE9;
}
.widget-area .widget h3 {
color: #21759B;
font-family: times New Roman;
font-size: 18px;
margin-bottom: 1.71429rem;
color: #0FE645;
}
.widget-area .widget a:visited {
color: #E72900;
}
.widget-area .widget a:hover, .comments-link a:hover, .entry-meta a:hover, .template-home .widget-area .widget li a:hover, .main-navigation a:hover, .main-navigation li a:hover, footer[role="contentinfo"] a:hover, a.comment-reply-link:hover {
color: #D1DD00;
}
.widget-area .widget a, .comments-link a, .entry-meta a, .template-home .widget-area .widget li a {
color: #32EC0E;
}
footer.entry-meta {
/* margin-top: 24px; */
margin-top: 1.714285714rem;
/* font-size: 13px; */
font-size: 0.928571429rem;
line-height: 1.846153846;
/* color: #757575; */
color: #1EA0CA;
}
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%;
vertical-align: baseline;
color: #68c9e8;
}
.entry-content td, .comment-content td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
background-color: #111;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
background-color: rgba(255,255,255,.4);
color: #2354FF;
}
.widget-area #s {
width: 53.66666666666%;
background-color: #000;
}
} | data/usercss/128703.user.css | @-moz-document domain("arkmachinetranslations.com") {
.site {
/* background-color: #fff; */
background-color: #000;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
font-family: "Comic Sans MS", cursive, sans-serif;
font-weight: bold;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
line-height: 1.714285714;
color: #ADA5A5;
}
.entry-content a:visited,
.comment-content a:visited {
color: #E70C0C;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
font-size: 13px;
font-size: 0.928571rem;
line-height: 1.846153846;
color: #0EAEE9;
}
.widget-area .widget h3 {
color: #21759B;
font-family: times New Roman;
font-size: 18px;
margin-bottom: 1.71429rem;
color: #0FE645;
}
.widget-area .widget a:visited {
color: #E72900;
}
.widget-area .widget a:hover, .comments-link a:hover, .entry-meta a:hover, .template-home .widget-area .widget li a:hover, .main-navigation a:hover, .main-navigation li a:hover, footer[role="contentinfo"] a:hover, a.comment-reply-link:hover {
color: #D1DD00;
}
.widget-area .widget a, .comments-link a, .entry-meta a, .template-home .widget-area .widget li a {
color: #32EC0E;
}
footer.entry-meta {
/* margin-top: 24px; */
margin-top: 1.714285714rem;
/* font-size: 13px; */
font-size: 0.928571429rem;
line-height: 1.846153846;
/* color: #757575; */
color: #1EA0CA;
}
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%;
vertical-align: baseline;
color: #68c9e8;
}
.entry-content td, .comment-content td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
background-color: #111;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
background-color: rgba(255,255,255,.4);
color: #2354FF;
}
.widget-area #s {
width: 53.66666666666%;
background-color: #000;
}
} | 0.269326 | 0.082438 |
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
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;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-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 {
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-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
}
#my-scrollbar {
width: 100vw;
height: 100vh;
overflow: auto;
}
a,
button,
div,
input,
select,
textarea {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
font-size: 16px;
}
@media (min-width: 992px) {
:root {
font-size: 16px;
}
}
html {
box-sizing: border-box;
font-family: Open Sans, sans-serif;
scroll-behavior: smooth;
}
*,
:after,
:before {
box-sizing: inherit;
font-family: inherit;
}
body {
position: relative;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
font-family: Sorts Mill Goudy, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
a {
color: inherit;
font-family: Open Sans, sans-serif;
text-decoration: none;
outline: none;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
@media (max-width: 991px) {
.hidden-sm {
display: none;
}
}
@media (min-width: 992px) {
.hidden-lg {
display: none;
}
}
.h1 {
letter-spacing: 4px;
}
.h1,
.main-title {
font-size: 1.7rem;
}
.main-title {
font-family: Sorts Mill Goudy, serif;
letter-spacing: 0.048em;
position: relative;
padding-bottom: 1rem;
text-transform: uppercase;
}
.main-title:before {
transform: translateX(-50%);
width: 150px;
}
.main-title:after,
.main-title:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
height: 2px;
background-color: #675b29;
}
.main-title:after {
transform: translateX(-50%) rotate(30deg);
width: 30px;
}
.main-paragraph {
font-family: Sorts Mill Goudy, serif;
letter-spacing: 0.103em;
line-height: 25px;
font-size: 18px;
}
.h2 {
font-size: 1.3rem;
font-family: Open Sans, sans-serif;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.paragraph {
font-size: 1rem;
line-height: 28px;
letter-spacing: 0.042rem;
}
.hl {
display: block;
height: 2px;
border-radius: 1px;
background-color: #141414;
margin: 1rem 0;
}
.btn {
font-family: Sorts Mill Goudy, serif;
letter-spacing: 1px;
text-transform: uppercase;
display: inline-block;
border: 1px solid #675b29;
padding: 0.7rem 1rem 0.4rem;
font-size: 0.9rem;
position: relative;
z-index: 2;
background-color: transparent;
}
.btn,
.btn:before {
transition: all 0.3s ease-out;
}
.btn:before {
content: '';
display: block;
width: 30%;
height: 3px;
position: absolute;
bottom: -2px;
left: 50%;
transform: translateX(-50%);
background-color: #675b29;
z-index: -1;
-webkit-animation: slidedown 0.5s;
animation: slidedown 0.5s;
}
.btn:hover {
color: #fff;
transition: all 0.3s ease-out;
}
.btn:hover:before {
transition: all 0.3s ease-out;
-webkit-animation-name: slideUp;
animation-name: slideUp;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes slideUp {
0% {
width: 30%;
height: 3px;
bottom: -2px;
}
40% {
width: 100%;
}
50% {
width: 100%;
}
to {
height: 100%;
width: 100%;
bottom: 0;
}
}
@keyframes slideUp {
0% {
width: 30%;
height: 3px;
bottom: -2px;
}
40% {
width: 100%;
}
50% {
width: 100%;
}
to {
height: 100%;
width: 100%;
bottom: 0;
}
}
@-webkit-keyframes slidedown {
0% {
height: 100%;
width: 100%;
bottom: 0;
}
60% {
width: 100%;
}
50% {
width: 100%;
}
to {
width: 30%;
height: 3px;
bottom: -2px;
}
}
@keyframes slidedown {
0% {
height: 100%;
width: 100%;
bottom: 0;
}
60% {
width: 100%;
}
50% {
width: 100%;
}
to {
width: 30%;
height: 3px;
bottom: -2px;
}
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 170px;
grid-gap: 10px;
grid-auto-flow: row dense;
}
@media (min-width: 992px) {
.grid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.grid__item--2,
.grid__item--4,
.grid__item--5,
.grid__item--7,
.grid__item--8,
.grid__item--9 {
grid-row: span 2;
}
.grid__item--11 {
grid-column: 1/-1;
}
.grid__item--13 {
grid-row: span 2;
}
.grid__item--14 {
grid-row: span 2;
grid-column: span 2;
}
.grid__item--15,
.grid__item--18 {
grid-row: span 2;
}
.grid__item--18__image {
-o-object-position: top center;
object-position: top center;
}
.grid__item--19 {
grid-row: span 2;
grid-column: span 2;
}
.grid__item--20,
.grid__item--22 {
grid-row: span 2;
}
.grid__item--24 {
grid-column: span 2;
}
@media (min-width: 992px) {
.grid__item--3 {
grid-row-start: 2;
}
.grid__item--6 {
grid-row-start: 1;
grid-column-start: 3;
}
.grid__item--11 {
grid-row: span 2;
grid-column: 1/-1;
}
.grid__item--24 {
grid-row: span 2;
grid-column: span 2;
}
}
.grid__image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.navbar-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 2rem 0;
z-index: 4;
}
.navbar-container .container {
display: flex;
justify-content: center;
}
.navbar-container .container .menu-branding--out {
width: 160px;
z-index: 3;
}
@media (min-width: 768px) and (max-width: 992px) {
.navbar-container .container .menu-branding--out {
width: 250px;
}
}
.navbar-container .container .menu-branding--out a img {
width: 100%;
height: 100%;
}
.navbar-container .container .menu-btn {
position: absolute;
z-index: 4;
right: 35px;
top: 46px;
cursor: pointer;
transition: all 0.3s ease-out;
}
.navbar-container .container .menu-btn .btn-line {
display: block;
width: 36px;
height: 3px;
margin: 0 0 6.9px;
border-radius: 1.5px;
background-color: #e9e9e9;
transition: all 0.3s ease-out;
}
.navbar-container .container .menu-btn .btn-line:nth-of-type(2) {
width: 28px;
}
.navbar-container .container .menu-btn.close {
transform: rotate(180deg) translateY(5px);
}
.navbar-container .container .menu-btn.close .btn-line {
background-color: #e9e9e9;
}
.navbar-container .container .menu-btn.close .btn-line:first-child {
transform: rotate(45deg) translate(4px, 5px);
}
.navbar-container .container .menu-btn.close .btn-line:nth-child(2) {
width: 0;
}
.navbar-container .container .menu-btn.close .btn-line:nth-child(3) {
transform: rotate(-45deg) translate(9px, -10px);
}
.menu {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
right: 0;
opacity: 0.9;
z-index: 3;
overflow: hidden;
transition: all 0.3s ease-out;
visibility: hidden;
}
.menu.show {
visibility: visible;
}
.menu .menu-nav {
text-align: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
transition: all 0.3s ease-out;
overflow: hidden;
height: 100vh;
background: #141414;
transform: translate3d(100%, 0, 0);
}
.menu .menu-nav.show {
transform: translateZ(0);
}
.menu .menu-nav .nav-item {
margin-bottom: 2.5rem;
transform: translate3d(600px, 0, 0);
transition: all 0.3s ease-out;
}
.menu .menu-nav .nav-item.show {
transform: translateZ(0);
}
.menu .menu-nav .nav-item .nav-link {
color: #e9e9e9;
text-transform: uppercase;
font-size: 25px;
}
.menu .menu-nav .nav-item:first-child {
transition-delay: 0.1s;
}
.menu .menu-nav .nav-item:nth-child(2) {
transition-delay: 0.2s;
}
.menu .menu-nav .nav-item:nth-child(3) {
transition-delay: 0.3s;
}
.menu .menu-nav .nav-item:nth-child(4) {
transition-delay: 0.4s;
}
.navbar--web {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
z-index: 1;
color: #fff;
}
.navbar--web .nav {
padding-top: 2rem;
padding-bottom: 2rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar--web .nav .nav-item {
display: inline-block;
}
.navbar--web .nav .nav-item:not(:last-of-type) {
margin-right: 3rem;
}
.navbar--web .nav .nav-item .nav-link {
text-transform: uppercase;
font-size: 1.2rem;
}
.navbar--web .menu-branding {
position: relative;
left: -20px;
}
.navbar--web .menu-branding a img {
width: 350px;
}
.contact-hero {
height: 100vh;
background-image: url(../images/contact.jpg);
background-position: 0 -12px;
background-size: 110vw;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
@media (max-width: 992px) {
.contact-hero {
background-image: url(../images/contact.jpg);
background-position: 40% 50%;
background-size: cover;
flex-flow: column wrap;
justify-content: center;
text-align: center;
}
}
.contact-hero .contact__par {
font-size: 18px;
letter-spacing: 0.015em;
line-height: 28px;
font-family: Sorts Mill Goudy, serif;
color: #fff;
margin-left: 7rem;
width: 400px;
}
@media (max-width: 992px) {
.contact-hero .contact__par {
margin-left: 0;
margin-right: 0;
width: auto;
padding-left: 30px;
padding-right: 30px;
font-size: 16px;
line-height: 21px;
letter-spacing: 0.43px;
}
}
.contact-hero .mask-contact {
margin-right: 7rem;
position: relative;
width: 350px;
height: 350px;
padding: 35px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 992px) {
.contact-hero .mask-contact {
margin: 3rem 0;
}
}
.contact-hero .mask-contact .mask {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-clip-path: polygon(
0 0,
0 100%,
8% 100%,
8% 7%,
90% 7%,
91% 94%,
4% 94%,
8% 100%,
100% 100%,
100% 0
);
clip-path: polygon(
0 0,
0 100%,
8% 100%,
8% 7%,
90% 7%,
91% 94%,
4% 94%,
8% 100%,
100% 100%,
100% 0
);
width: 350px;
height: 350px;
background-image: url(../images/contact.jpg);
background-position: 76% 44%;
background-size: 110vw;
-webkit-filter: blur(22px);
filter: blur(22px);
mix-blend-mode: luminosity;
}
.contact-hero .mask-contact .mask__contact-info {
overflow: hidden;
text-align: center;
}
.contact-hero .mask-contact .mask__contact-info h2,
.contact-hero .mask-contact .mask__contact-info h3 {
font-family: Open Sans, sans-serif;
margin-bottom: 2rem;
}
.contact-hero .mask-contact .mask__contact-info .hl {
background-color: #fff;
width: 40%;
margin-right: auto;
margin-left: auto;
}
.contact-hero .cta {
position: absolute;
left: 7rem;
bottom: 4rem;
text-transform: uppercase;
font-family: Sorts Mill Goudy, serif;
color: #fff;
line-height: 0;
letter-spacing: 0.142em;
font-size: 14px;
}
@media (max-width: 992px) {
.contact-hero .cta {
position: relative;
left: 0;
bottom: 0;
}
}
.contact-hero .cta i {
position: relative;
top: 3px;
right: 3px;
}
.contact-hero .cta i img {
transform: rotate(90deg);
-webkit-animation: upAndDown 1s ease-in-out 0.3s infinite;
animation: upAndDown 1s ease-in-out 0.3s infinite;
transition: all 0.3s ease-out;
}
.contact-hero .social-media-icons {
display: flex;
width: 100px;
margin: 20px auto;
justify-content: space-around;
}
.contact-hero .social-media-icons i {
width: 30px;
height: 30px;
display: inline-block;
position: relative;
}
.contact-hero .social-media-icons i a img {
width: 100%;
height: 100%;
}
@-webkit-keyframes upAndDown {
0% {
transform: translateY(0) rotate(90deg);
}
25% {
transform: translateY(-5px) rotate(70deg);
}
50% {
transform: translateY(-2px) rotate(90deg);
}
75% {
transform: translateY(-7px) rotate(110deg);
}
to {
transform: translateY(0) rotate(90deg);
}
}
@keyframes upAndDown {
0% {
transform: translateY(0) rotate(90deg);
}
25% {
transform: translateY(-5px) rotate(70deg);
}
50% {
transform: translateY(-2px) rotate(90deg);
}
75% {
transform: translateY(-7px) rotate(110deg);
}
to {
transform: translateY(0) rotate(90deg);
}
}
.form-container {
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
}
.form-container h2 {
text-transform: uppercase;
margin-bottom: 0.2rem;
letter-spacing: 0.137em;
font-size: 27px;
}
.form-container span {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.264em;
margin-bottom: 2rem;
display: block;
}
.form-container form {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.form-container form .btn {
align-self: center;
cursor: pointer;
}
.form-container form .form-input__wrapper input,
.form-container form .form-input__wrapper textarea {
width: 100%;
border: none;
border-bottom: 1px solid #675b29;
text-align: center;
font-family: Sorts Mill Goudy, serif;
letter-spacing: 0.164em;
padding: 0.5rem;
}
.form-container form .form-input__wrapper textarea {
resize: none;
height: 100px;
}
.form-container form .form-input__wrapper label {
display: block;
font-family: Sorts Mill Goudy, serif;
}
.form-container form .form-input__wrapper:first-of-type {
flex-basis: 47%;
}
@media (max-width: 992px) {
.form-container form .form-input__wrapper:first-of-type {
flex-basis: 100%;
margin: 3rem 0;
}
}
.form-container form .form-input__wrapper:nth-of-type(2) {
flex-basis: 47%;
}
@media (max-width: 992px) {
.form-container form .form-input__wrapper:nth-of-type(2) {
flex-basis: 100%;
margin: 1xzvfdsfsddrem 0;
}
}
.form-container form .form-input__wrapper:nth-of-type(3) {
flex-basis: 100%;
margin-top: 30px;
}
.form-container form .form-input__wrapper:nth-of-type(4) {
margin: 20px auto;
}
.footer {
text-align: center;
padding-top: 3.5rem;
background-color: #f2f2f2;
}
.footer .hl {
background-color: #675b29;
}
.footer .booking-text {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 3px;
}
.footer .wrapper--2 h3 {
font-family: Sorts Mill Goudy, serif;
text-transform: uppercase;
margin: 2rem 0 1rem;
}
.footer .wrapper--2 .paragraph {
margin-top: 0;
}
.footer .wrapper--2 .contact-phone i {
width: 15px;
height: 15px;
top: 2.5px;
}
.footer .wrapper--2 .wrapper__contact {
margin: 20px 0;
color: #675b29;
}
.footer i {
width: 20px;
height: 20px;
display: inline-block;
position: relative;
}
.footer i img {
width: 100%;
height: 100%;
}
.footer .social-media-icons {
display: flex;
width: 100px;
margin: 20px auto;
justify-content: space-around;
}
.footer .footer__nav {
display: flex;
flex-flow: column wrap;
justify-items: center;
align-items: center;
}
.footer .footer__nav li {
margin-bottom: 1rem;
text-transform: uppercase;
}
.footer .wrapper--3 {
text-transform: uppercase;
color: #675b29;
font-size: 0.8rem;
letter-spacing: 3px;
padding-bottom: 20px;
}
.footer .wrapper--3 > div {
margin-top: 20px;
}
@media (min-width: 992px) {
.footer i {
width: 25px;
height: 25px;
}
.footer .wrapper--2 {
display: flex;
flex-flow: row nowrap;
justify-items: center;
align-items: center;
}
.footer .wrapper--2 .wrapper__contact {
text-align: left;
}
.footer .wrapper--2 .hl {
height: 150px;
margin: 0 0.4rem;
width: 2px;
}
.footer .wrapper--2 .wedding-photographer {
margin-top: 0;
}
.footer .wrapper--2 .wrapper__box {
flex: 1;
}
.footer .wrapper--2 .wrapper__box:nth-of-type(2) {
flex: 1.8;
}
.footer .footer__nav {
flex-flow: row nowrap;
justify-content: space-evenly;
}
.footer .footer__nav li {
margin-bottom: 0;
}
.footer .wrapper--3 {
display: flex;
justify-content: space-between;
}
}
span.red-heart {
color: red;
font-size: 1.1rem;
}
/*# sourceMappingURL=maps/contact.min.css.map */ | css/contact.min.css | html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
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;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-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 {
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-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
}
#my-scrollbar {
width: 100vw;
height: 100vh;
overflow: auto;
}
a,
button,
div,
input,
select,
textarea {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
font-size: 16px;
}
@media (min-width: 992px) {
:root {
font-size: 16px;
}
}
html {
box-sizing: border-box;
font-family: Open Sans, sans-serif;
scroll-behavior: smooth;
}
*,
:after,
:before {
box-sizing: inherit;
font-family: inherit;
}
body {
position: relative;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
font-family: Sorts Mill Goudy, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
a {
color: inherit;
font-family: Open Sans, sans-serif;
text-decoration: none;
outline: none;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
@media (max-width: 991px) {
.hidden-sm {
display: none;
}
}
@media (min-width: 992px) {
.hidden-lg {
display: none;
}
}
.h1 {
letter-spacing: 4px;
}
.h1,
.main-title {
font-size: 1.7rem;
}
.main-title {
font-family: Sorts Mill Goudy, serif;
letter-spacing: 0.048em;
position: relative;
padding-bottom: 1rem;
text-transform: uppercase;
}
.main-title:before {
transform: translateX(-50%);
width: 150px;
}
.main-title:after,
.main-title:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
height: 2px;
background-color: #675b29;
}
.main-title:after {
transform: translateX(-50%) rotate(30deg);
width: 30px;
}
.main-paragraph {
font-family: Sorts Mill Goudy, serif;
letter-spacing: 0.103em;
line-height: 25px;
font-size: 18px;
}
.h2 {
font-size: 1.3rem;
font-family: Open Sans, sans-serif;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.paragraph {
font-size: 1rem;
line-height: 28px;
letter-spacing: 0.042rem;
}
.hl {
display: block;
height: 2px;
border-radius: 1px;
background-color: #141414;
margin: 1rem 0;
}
.btn {
font-family: Sorts Mill Goudy, serif;
letter-spacing: 1px;
text-transform: uppercase;
display: inline-block;
border: 1px solid #675b29;
padding: 0.7rem 1rem 0.4rem;
font-size: 0.9rem;
position: relative;
z-index: 2;
background-color: transparent;
}
.btn,
.btn:before {
transition: all 0.3s ease-out;
}
.btn:before {
content: '';
display: block;
width: 30%;
height: 3px;
position: absolute;
bottom: -2px;
left: 50%;
transform: translateX(-50%);
background-color: #675b29;
z-index: -1;
-webkit-animation: slidedown 0.5s;
animation: slidedown 0.5s;
}
.btn:hover {
color: #fff;
transition: all 0.3s ease-out;
}
.btn:hover:before {
transition: all 0.3s ease-out;
-webkit-animation-name: slideUp;
animation-name: slideUp;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes slideUp {
0% {
width: 30%;
height: 3px;
bottom: -2px;
}
40% {
width: 100%;
}
50% {
width: 100%;
}
to {
height: 100%;
width: 100%;
bottom: 0;
}
}
@keyframes slideUp {
0% {
width: 30%;
height: 3px;
bottom: -2px;
}
40% {
width: 100%;
}
50% {
width: 100%;
}
to {
height: 100%;
width: 100%;
bottom: 0;
}
}
@-webkit-keyframes slidedown {
0% {
height: 100%;
width: 100%;
bottom: 0;
}
60% {
width: 100%;
}
50% {
width: 100%;
}
to {
width: 30%;
height: 3px;
bottom: -2px;
}
}
@keyframes slidedown {
0% {
height: 100%;
width: 100%;
bottom: 0;
}
60% {
width: 100%;
}
50% {
width: 100%;
}
to {
width: 30%;
height: 3px;
bottom: -2px;
}
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 170px;
grid-gap: 10px;
grid-auto-flow: row dense;
}
@media (min-width: 992px) {
.grid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.grid__item--2,
.grid__item--4,
.grid__item--5,
.grid__item--7,
.grid__item--8,
.grid__item--9 {
grid-row: span 2;
}
.grid__item--11 {
grid-column: 1/-1;
}
.grid__item--13 {
grid-row: span 2;
}
.grid__item--14 {
grid-row: span 2;
grid-column: span 2;
}
.grid__item--15,
.grid__item--18 {
grid-row: span 2;
}
.grid__item--18__image {
-o-object-position: top center;
object-position: top center;
}
.grid__item--19 {
grid-row: span 2;
grid-column: span 2;
}
.grid__item--20,
.grid__item--22 {
grid-row: span 2;
}
.grid__item--24 {
grid-column: span 2;
}
@media (min-width: 992px) {
.grid__item--3 {
grid-row-start: 2;
}
.grid__item--6 {
grid-row-start: 1;
grid-column-start: 3;
}
.grid__item--11 {
grid-row: span 2;
grid-column: 1/-1;
}
.grid__item--24 {
grid-row: span 2;
grid-column: span 2;
}
}
.grid__image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.navbar-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 2rem 0;
z-index: 4;
}
.navbar-container .container {
display: flex;
justify-content: center;
}
.navbar-container .container .menu-branding--out {
width: 160px;
z-index: 3;
}
@media (min-width: 768px) and (max-width: 992px) {
.navbar-container .container .menu-branding--out {
width: 250px;
}
}
.navbar-container .container .menu-branding--out a img {
width: 100%;
height: 100%;
}
.navbar-container .container .menu-btn {
position: absolute;
z-index: 4;
right: 35px;
top: 46px;
cursor: pointer;
transition: all 0.3s ease-out;
}
.navbar-container .container .menu-btn .btn-line {
display: block;
width: 36px;
height: 3px;
margin: 0 0 6.9px;
border-radius: 1.5px;
background-color: #e9e9e9;
transition: all 0.3s ease-out;
}
.navbar-container .container .menu-btn .btn-line:nth-of-type(2) {
width: 28px;
}
.navbar-container .container .menu-btn.close {
transform: rotate(180deg) translateY(5px);
}
.navbar-container .container .menu-btn.close .btn-line {
background-color: #e9e9e9;
}
.navbar-container .container .menu-btn.close .btn-line:first-child {
transform: rotate(45deg) translate(4px, 5px);
}
.navbar-container .container .menu-btn.close .btn-line:nth-child(2) {
width: 0;
}
.navbar-container .container .menu-btn.close .btn-line:nth-child(3) {
transform: rotate(-45deg) translate(9px, -10px);
}
.menu {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
right: 0;
opacity: 0.9;
z-index: 3;
overflow: hidden;
transition: all 0.3s ease-out;
visibility: hidden;
}
.menu.show {
visibility: visible;
}
.menu .menu-nav {
text-align: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
transition: all 0.3s ease-out;
overflow: hidden;
height: 100vh;
background: #141414;
transform: translate3d(100%, 0, 0);
}
.menu .menu-nav.show {
transform: translateZ(0);
}
.menu .menu-nav .nav-item {
margin-bottom: 2.5rem;
transform: translate3d(600px, 0, 0);
transition: all 0.3s ease-out;
}
.menu .menu-nav .nav-item.show {
transform: translateZ(0);
}
.menu .menu-nav .nav-item .nav-link {
color: #e9e9e9;
text-transform: uppercase;
font-size: 25px;
}
.menu .menu-nav .nav-item:first-child {
transition-delay: 0.1s;
}
.menu .menu-nav .nav-item:nth-child(2) {
transition-delay: 0.2s;
}
.menu .menu-nav .nav-item:nth-child(3) {
transition-delay: 0.3s;
}
.menu .menu-nav .nav-item:nth-child(4) {
transition-delay: 0.4s;
}
.navbar--web {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
z-index: 1;
color: #fff;
}
.navbar--web .nav {
padding-top: 2rem;
padding-bottom: 2rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar--web .nav .nav-item {
display: inline-block;
}
.navbar--web .nav .nav-item:not(:last-of-type) {
margin-right: 3rem;
}
.navbar--web .nav .nav-item .nav-link {
text-transform: uppercase;
font-size: 1.2rem;
}
.navbar--web .menu-branding {
position: relative;
left: -20px;
}
.navbar--web .menu-branding a img {
width: 350px;
}
.contact-hero {
height: 100vh;
background-image: url(../images/contact.jpg);
background-position: 0 -12px;
background-size: 110vw;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
@media (max-width: 992px) {
.contact-hero {
background-image: url(../images/contact.jpg);
background-position: 40% 50%;
background-size: cover;
flex-flow: column wrap;
justify-content: center;
text-align: center;
}
}
.contact-hero .contact__par {
font-size: 18px;
letter-spacing: 0.015em;
line-height: 28px;
font-family: Sorts Mill Goudy, serif;
color: #fff;
margin-left: 7rem;
width: 400px;
}
@media (max-width: 992px) {
.contact-hero .contact__par {
margin-left: 0;
margin-right: 0;
width: auto;
padding-left: 30px;
padding-right: 30px;
font-size: 16px;
line-height: 21px;
letter-spacing: 0.43px;
}
}
.contact-hero .mask-contact {
margin-right: 7rem;
position: relative;
width: 350px;
height: 350px;
padding: 35px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 992px) {
.contact-hero .mask-contact {
margin: 3rem 0;
}
}
.contact-hero .mask-contact .mask {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-clip-path: polygon(
0 0,
0 100%,
8% 100%,
8% 7%,
90% 7%,
91% 94%,
4% 94%,
8% 100%,
100% 100%,
100% 0
);
clip-path: polygon(
0 0,
0 100%,
8% 100%,
8% 7%,
90% 7%,
91% 94%,
4% 94%,
8% 100%,
100% 100%,
100% 0
);
width: 350px;
height: 350px;
background-image: url(../images/contact.jpg);
background-position: 76% 44%;
background-size: 110vw;
-webkit-filter: blur(22px);
filter: blur(22px);
mix-blend-mode: luminosity;
}
.contact-hero .mask-contact .mask__contact-info {
overflow: hidden;
text-align: center;
}
.contact-hero .mask-contact .mask__contact-info h2,
.contact-hero .mask-contact .mask__contact-info h3 {
font-family: Open Sans, sans-serif;
margin-bottom: 2rem;
}
.contact-hero .mask-contact .mask__contact-info .hl {
background-color: #fff;
width: 40%;
margin-right: auto;
margin-left: auto;
}
.contact-hero .cta {
position: absolute;
left: 7rem;
bottom: 4rem;
text-transform: uppercase;
font-family: Sorts Mill Goudy, serif;
color: #fff;
line-height: 0;
letter-spacing: 0.142em;
font-size: 14px;
}
@media (max-width: 992px) {
.contact-hero .cta {
position: relative;
left: 0;
bottom: 0;
}
}
.contact-hero .cta i {
position: relative;
top: 3px;
right: 3px;
}
.contact-hero .cta i img {
transform: rotate(90deg);
-webkit-animation: upAndDown 1s ease-in-out 0.3s infinite;
animation: upAndDown 1s ease-in-out 0.3s infinite;
transition: all 0.3s ease-out;
}
.contact-hero .social-media-icons {
display: flex;
width: 100px;
margin: 20px auto;
justify-content: space-around;
}
.contact-hero .social-media-icons i {
width: 30px;
height: 30px;
display: inline-block;
position: relative;
}
.contact-hero .social-media-icons i a img {
width: 100%;
height: 100%;
}
@-webkit-keyframes upAndDown {
0% {
transform: translateY(0) rotate(90deg);
}
25% {
transform: translateY(-5px) rotate(70deg);
}
50% {
transform: translateY(-2px) rotate(90deg);
}
75% {
transform: translateY(-7px) rotate(110deg);
}
to {
transform: translateY(0) rotate(90deg);
}
}
@keyframes upAndDown {
0% {
transform: translateY(0) rotate(90deg);
}
25% {
transform: translateY(-5px) rotate(70deg);
}
50% {
transform: translateY(-2px) rotate(90deg);
}
75% {
transform: translateY(-7px) rotate(110deg);
}
to {
transform: translateY(0) rotate(90deg);
}
}
.form-container {
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
}
.form-container h2 {
text-transform: uppercase;
margin-bottom: 0.2rem;
letter-spacing: 0.137em;
font-size: 27px;
}
.form-container span {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.264em;
margin-bottom: 2rem;
display: block;
}
.form-container form {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.form-container form .btn {
align-self: center;
cursor: pointer;
}
.form-container form .form-input__wrapper input,
.form-container form .form-input__wrapper textarea {
width: 100%;
border: none;
border-bottom: 1px solid #675b29;
text-align: center;
font-family: Sorts Mill Goudy, serif;
letter-spacing: 0.164em;
padding: 0.5rem;
}
.form-container form .form-input__wrapper textarea {
resize: none;
height: 100px;
}
.form-container form .form-input__wrapper label {
display: block;
font-family: Sorts Mill Goudy, serif;
}
.form-container form .form-input__wrapper:first-of-type {
flex-basis: 47%;
}
@media (max-width: 992px) {
.form-container form .form-input__wrapper:first-of-type {
flex-basis: 100%;
margin: 3rem 0;
}
}
.form-container form .form-input__wrapper:nth-of-type(2) {
flex-basis: 47%;
}
@media (max-width: 992px) {
.form-container form .form-input__wrapper:nth-of-type(2) {
flex-basis: 100%;
margin: 1xzvfdsfsddrem 0;
}
}
.form-container form .form-input__wrapper:nth-of-type(3) {
flex-basis: 100%;
margin-top: 30px;
}
.form-container form .form-input__wrapper:nth-of-type(4) {
margin: 20px auto;
}
.footer {
text-align: center;
padding-top: 3.5rem;
background-color: #f2f2f2;
}
.footer .hl {
background-color: #675b29;
}
.footer .booking-text {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 3px;
}
.footer .wrapper--2 h3 {
font-family: Sorts Mill Goudy, serif;
text-transform: uppercase;
margin: 2rem 0 1rem;
}
.footer .wrapper--2 .paragraph {
margin-top: 0;
}
.footer .wrapper--2 .contact-phone i {
width: 15px;
height: 15px;
top: 2.5px;
}
.footer .wrapper--2 .wrapper__contact {
margin: 20px 0;
color: #675b29;
}
.footer i {
width: 20px;
height: 20px;
display: inline-block;
position: relative;
}
.footer i img {
width: 100%;
height: 100%;
}
.footer .social-media-icons {
display: flex;
width: 100px;
margin: 20px auto;
justify-content: space-around;
}
.footer .footer__nav {
display: flex;
flex-flow: column wrap;
justify-items: center;
align-items: center;
}
.footer .footer__nav li {
margin-bottom: 1rem;
text-transform: uppercase;
}
.footer .wrapper--3 {
text-transform: uppercase;
color: #675b29;
font-size: 0.8rem;
letter-spacing: 3px;
padding-bottom: 20px;
}
.footer .wrapper--3 > div {
margin-top: 20px;
}
@media (min-width: 992px) {
.footer i {
width: 25px;
height: 25px;
}
.footer .wrapper--2 {
display: flex;
flex-flow: row nowrap;
justify-items: center;
align-items: center;
}
.footer .wrapper--2 .wrapper__contact {
text-align: left;
}
.footer .wrapper--2 .hl {
height: 150px;
margin: 0 0.4rem;
width: 2px;
}
.footer .wrapper--2 .wedding-photographer {
margin-top: 0;
}
.footer .wrapper--2 .wrapper__box {
flex: 1;
}
.footer .wrapper--2 .wrapper__box:nth-of-type(2) {
flex: 1.8;
}
.footer .footer__nav {
flex-flow: row nowrap;
justify-content: space-evenly;
}
.footer .footer__nav li {
margin-bottom: 0;
}
.footer .wrapper--3 {
display: flex;
justify-content: space-between;
}
}
span.red-heart {
color: red;
font-size: 1.1rem;
}
/*# sourceMappingURL=maps/contact.min.css.map */ | 0.404272 | 0.056862 |
html,body{
background-color: #4d0000;
font-family: 'Allura';
font-size: 30px;
}
.main-container{
height:900px;
background-color:#4d0000;
}
.diwali{
color:white;
background-color:#4d0000;
position:absolute;
top:500px;
left:45%;
text-shadow:5px 5px 8px orange;
}
.diya{
position: absolute;
background-color: white;
height: 175px;
width:10px;
}
.diya-1{
top:120px;
left:50%;
}
.diya-2{
top:200px;
left:38%;
transform: rotate(-45deg);
}
.diya-3{
transform: rotate(-90deg);
top:370px;
left:32%;
}
.diya-4{
transform: rotate(-135deg);
top:540px;
left:38%;
}
.diya-5{
transform: rotate(-180deg);
top:650px;
left:50%;
}
.diya-6{
transform: rotate(135deg);
top:540px;
left:62%;
}
.diya-7{
transform: rotate(90deg);
top:370px;
left:68%;
}
.diya-8{
transform: rotate(45deg);
top:200px;
left:62%;
}
.innerdiya{
position:absolute;
width: 50px;
height: 50px;
border-radius: 0 90% 75% 90%;
transform: rotate(45deg);
bottom:0px;
box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.4);
}
.inner1{
height:50px;
width:50px;
background-color: #67194d;
left: -180%;
}
.inner2{
height:75px;
width:75px;
background-color:#e6e600;
left:-320%;
}
.inner3{
height:100px;
width:100px;
background-color: #1a1aff;
left:-420%;
}
.inner4{
height:125px;
width:125px;
background-color:#ff8c1a;
left:-550%
}
.inner5{
height:150px;
width:150px;
background-color:#ee0000;
left:-700%;
box-shadow:4px 4px 7px orange;
}
.smalldiya{
position: absolute;
background-color: white;
height: 50px;
width:10px;
}
.smalldiya1{
transform:rotate(-30deg);
top:140px;
left:40%;
}
.smalldiya2{
transform:rotate(-60deg);
top: 300px;
left: 28%;
}
.smalldiya3{
transform:rotate(-120deg);
left:28%;
top:580px;
}
.smalldiya4{
transform:rotate(-150deg);
left:40%;
top:750px;
}
.smalldiya5{
transform:rotate(150deg);
left:60%;
top:750px;
}
.smalldiya6{
transform:rotate(120deg);
left: 72%;
top:580px;
}
.smalldiya7{
transform:rotate(60deg);
left: 72%;
top:300px;
}
.smalldiya8{
transform:rotate(30deg);
left:60%;
top:140px;
}
.smallinner{
position:absolute;
width: 50px;
height:50px;
border-radius: 0 90% 75% 90%;
transform: rotate(45deg);
bottom:0px;
box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.4)
}
.smallinner2{
background-color:#e6e600;
height:25px;
width:25px;
left:-7px;
}
.smallinner1{
background-color:#ee0000;
height:50px;
width:50px;
left:-20px;
box-shadow:5px 5px 8px orange;
}
body{
background:black;
}
.container{
bottom:10px;
width: 60px;
height: 60px;
position:absolute;
left:-15px;
animation-name: flicker;
animation-duration:3ms;
animation-delay:200ms;
animation-timing-function: ease-in;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.flame{
bottom:0;
position:absolute;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
border-top-left-radius: 50%;
transform:rotate(-45deg) scale(1.5,1.5);
}
.yellow{
left:15px;
width: 15px;
height: 15px;
background:gold;
box-shadow: 0px 0px 9px 4px gold;
}
.orange{
left:10px;
width: 20px;
height: 20px;
background:orange;
box-shadow: 0px 0px 9px 4px orange;
}
.red{
left:5px;
width: 25px;
height: 25px;
background:OrangeRed;
box-shadow: 0px 0px 5px 4px OrangeRed;
}
.white{
left:15px;
bottom:-4px;
width: 15px;
height: 15px;
background:white;
box-shadow: 0px 0px 9px 4px white;
}
.circle{
border-radius: 50%;
position:absolute;
}
@keyframes flicker{
0% {transform: rotate(-1deg);}
20% {transform: rotate(1deg);}
40% {transform: rotate(-1deg);}
60% {transform: rotate(1deg) scaleY(1.04);}
80% {transform: rotate(-2deg) scaleY(0.92);}
100% {transform: rotate(1deg);}
} | src/style.css | html,body{
background-color: #4d0000;
font-family: 'Allura';
font-size: 30px;
}
.main-container{
height:900px;
background-color:#4d0000;
}
.diwali{
color:white;
background-color:#4d0000;
position:absolute;
top:500px;
left:45%;
text-shadow:5px 5px 8px orange;
}
.diya{
position: absolute;
background-color: white;
height: 175px;
width:10px;
}
.diya-1{
top:120px;
left:50%;
}
.diya-2{
top:200px;
left:38%;
transform: rotate(-45deg);
}
.diya-3{
transform: rotate(-90deg);
top:370px;
left:32%;
}
.diya-4{
transform: rotate(-135deg);
top:540px;
left:38%;
}
.diya-5{
transform: rotate(-180deg);
top:650px;
left:50%;
}
.diya-6{
transform: rotate(135deg);
top:540px;
left:62%;
}
.diya-7{
transform: rotate(90deg);
top:370px;
left:68%;
}
.diya-8{
transform: rotate(45deg);
top:200px;
left:62%;
}
.innerdiya{
position:absolute;
width: 50px;
height: 50px;
border-radius: 0 90% 75% 90%;
transform: rotate(45deg);
bottom:0px;
box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.4);
}
.inner1{
height:50px;
width:50px;
background-color: #67194d;
left: -180%;
}
.inner2{
height:75px;
width:75px;
background-color:#e6e600;
left:-320%;
}
.inner3{
height:100px;
width:100px;
background-color: #1a1aff;
left:-420%;
}
.inner4{
height:125px;
width:125px;
background-color:#ff8c1a;
left:-550%
}
.inner5{
height:150px;
width:150px;
background-color:#ee0000;
left:-700%;
box-shadow:4px 4px 7px orange;
}
.smalldiya{
position: absolute;
background-color: white;
height: 50px;
width:10px;
}
.smalldiya1{
transform:rotate(-30deg);
top:140px;
left:40%;
}
.smalldiya2{
transform:rotate(-60deg);
top: 300px;
left: 28%;
}
.smalldiya3{
transform:rotate(-120deg);
left:28%;
top:580px;
}
.smalldiya4{
transform:rotate(-150deg);
left:40%;
top:750px;
}
.smalldiya5{
transform:rotate(150deg);
left:60%;
top:750px;
}
.smalldiya6{
transform:rotate(120deg);
left: 72%;
top:580px;
}
.smalldiya7{
transform:rotate(60deg);
left: 72%;
top:300px;
}
.smalldiya8{
transform:rotate(30deg);
left:60%;
top:140px;
}
.smallinner{
position:absolute;
width: 50px;
height:50px;
border-radius: 0 90% 75% 90%;
transform: rotate(45deg);
bottom:0px;
box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.4)
}
.smallinner2{
background-color:#e6e600;
height:25px;
width:25px;
left:-7px;
}
.smallinner1{
background-color:#ee0000;
height:50px;
width:50px;
left:-20px;
box-shadow:5px 5px 8px orange;
}
body{
background:black;
}
.container{
bottom:10px;
width: 60px;
height: 60px;
position:absolute;
left:-15px;
animation-name: flicker;
animation-duration:3ms;
animation-delay:200ms;
animation-timing-function: ease-in;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.flame{
bottom:0;
position:absolute;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
border-top-left-radius: 50%;
transform:rotate(-45deg) scale(1.5,1.5);
}
.yellow{
left:15px;
width: 15px;
height: 15px;
background:gold;
box-shadow: 0px 0px 9px 4px gold;
}
.orange{
left:10px;
width: 20px;
height: 20px;
background:orange;
box-shadow: 0px 0px 9px 4px orange;
}
.red{
left:5px;
width: 25px;
height: 25px;
background:OrangeRed;
box-shadow: 0px 0px 5px 4px OrangeRed;
}
.white{
left:15px;
bottom:-4px;
width: 15px;
height: 15px;
background:white;
box-shadow: 0px 0px 9px 4px white;
}
.circle{
border-radius: 50%;
position:absolute;
}
@keyframes flicker{
0% {transform: rotate(-1deg);}
20% {transform: rotate(1deg);}
40% {transform: rotate(-1deg);}
60% {transform: rotate(1deg) scaleY(1.04);}
80% {transform: rotate(-2deg) scaleY(0.92);}
100% {transform: rotate(1deg);}
} | 0.585457 | 0.092524 |
@charset "utf-8";
.posi{position: relative;}
.pl0{padding-left: 4px !important}
.back-fff{background: #fff;}
.bbor{border-bottom: 1px solid #d4d4d4}
.tbor{border-top: 1px solid #d4d4d4}
.w900{width: 900px;}
/*边距*/
.m0{margin: 0 !important;}.m5{margin:5px;}.m8{margin:8px;}.m10{margin:10px;}.m15{margin:15px;}.m18{margin:18px;}.m20{margin:20px;}.m30{margin:30px;}
/* 外上边距 */
.mt0{margin-top: 0 !important;}.mt5{margin-top:5px;}.mt8{margin-top:8px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt18{margin-top:18px;}.mt20{margin-top:20px;}.mt25{margin-top:25px;}.mt30{margin-top:30px;}.mt35{margin-top:35px;}.mt40{margin-top:40px;}.mt45{margin-top:45px;}.mt50{margin-top:50px;}.mt55{margin-top:55px;}.mt60{margin-top:60px;}.mt65{margin-top:65px;}.mt70{margin-top:70px;}.mt75{margin-top:75px;}.mt80{margin-top:80px;}.mt100{margin-top:100px;}
/* 外下边距 */
.mb0{margin-bottom: 0 !important;}.mb5{margin-bottom:5px;}.mb8{margin-bottom:8px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb23{margin-bottom:23px;}.mb25{margin-bottom:25px;}.mb30{margin-bottom:30px;}.mb35{margin-bottom:35px;}.mb40{margin-bottom:40px;}.mb45{margin-bottom:45px;}.mb50{margin-bottom:50px;}.mb55{margin-bottom:55px;}.mb60{margin-bottom:60px;}.mb65{margin-bottom:65px;}.mb70{margin-bottom:70px;}.mb80{margin-bottom:80px;}.mb100{margin-bottom:100px;}
/* 外左边距 */
.ml0{margin-left: 0 !important;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}.ml35{margin-left:35px;}.ml40{margin-left:40px;}.ml45{margin-left:45px;}.ml50{margin-left:50px;}.ml100{margin-left:100px;}
/* 外右边距 */
.mr0{margin-right: 0 !important;}.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}.mr22{margin-right:22px;}.mr30{margin-right:30px;}.mr35{margin-right:35px;}.mr40{margin-right:40px;}.mr45{margin-right:45px;}.mr50{margin-right:50px;}.mr100{margin-right:100px;}
.pt0{padding-top: 0}.pt5{padding-top:5px;}.pt8{padding-top:8px;}.pt10{padding-top:10px;}.pt15{padding-top:15px;}.pt16{padding-top:16px;}.pt18{padding-top:18px;}.pt20{padding-top:20px;}.pt25{padding-top: 25px;}.pt28{padding-top: 28px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt36{padding-top: 36px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt55{padding-top: 55px;}.pt60{padding-top: 60px;}.pt70{padding-top: 70px;}
.pr0{padding-right: 0 !important;}.pr5{padding-right:5px;}.pr8{padding-right:8px;}.pr10{padding-right:10px;}.pr15{padding-right:15px;}.pr20{padding-right:20px;}.pr25{padding-right: 25px;}.pr28{padding-right: 28px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}
.pb0{padding-bottom: 0 !important;}
.pb5{padding-bottom:5px;}.pb8{padding-bottom:8px;}.pb10{padding-bottom:10px;}.pb13{padding-bottom:13px;}.pb15{padding-bottom:15px;}.pb20{padding-bottom:20px;}.pb25{padding-bottom:25px;}.pb28{padding-bottom:28px;}.pb30{padding-bottom:30px;}.pb40{padding-bottom:40px;}.pb45{padding-bottom:45px;}.pb50{padding-bottom:50px;}.pb55{padding-bottom:55px;}.pb60{padding-bottom:60px;}.pb70{padding-bottom:70px;}.pb80{padding-bottom:80px;}
.pl0{padding-left: 0 !important;}.pl5{padding-left:5px;}.pl15{padding-left:15px;}.pl8{padding-left:8px;}.pl10{padding-left:10px;}.pl15{padding-left:15px;}.pl20{padding-left:20px;}.pl25{padding-left: 25px;}.pl28{padding-left: 28px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}
.hg5,.hg6,.hg7,.hg8,.hg9,.hg10,.hg11,.hg12,.hg13,.hg14,.hg15,.hg16,.hg17,.hg18,.hg19,.hg20,.hg23,.hg25,.hg26,.hg28,.hg30,.hg35,.hg38,.hg40,.hg44,.hg45,.hg48,.hg50,.hg55,.hg60,.hg65,.hg70,.hg75,.hg80,.hg683{width: 100%; clear: both;}
.hg5{height: 5px;}.hg6{height: 6px;}.hg7{height: 7px;}.hg8{height: 8px;}.hg9{height: 9px;}.hg10{height: 10px;}.hg11{height: 11px;}.hg12{height: 12px;}.hg13{height: 13px;}.hg14{height: 14px;}.hg15{height: 15px;}.hg16{height: 16px;}.hg17{height: 17px;}.hg18{height: 18px;}.hg19{height: 19px;}.hg20{height: 20px;}.hg22{height: 22px;}.hg23{height: 23px;}.hg25{height: 25px;}.hg26{height: 26px;}.hg28{height: 28px;}.hg30{height: 30px;}.hg35{height: 35px;}.hg38{height: 38px;}.hg40{height: 40px;}.hg44{height: 44px;}.hg45{height: 45px;}.hg48{height: 48px;}.hg50{height: 50px;}.hg55{height: 50px;}.hg60{height: 60px;}.hg65{height: 65px;}.hg70{height: 70px;}.hg75{height: 75px;}.hg80{height: 80px;}.hg683{height: 683px;}
#header{width: 100%;height: 55px;max-width: 100%;margin: 0 auto;}
#header .navbar{max-width: 100%;margin: 0 auto; height: 55px;background: url(../images/header.png);}
#header .navbar a.logo{margin-top: 4px;}
#header .navbar-fixed-top{position:relative;}
#Hui-userbar ul li{height: 55px;line-height: 55px;}
#header #Hui-userbar > ul > li > a{height: 55px;line-height: 55px;}
#Hui-userbar ul li:hover,
.dropDown.open:hover{background: #a91816}
#header #Hui-userbar > ul > li{padding: 0 30px;margin-right: 15px;}
#header #Hui-userbar #Hui-msg{padding: 0 17px;}
#header #Hui-userbar #Hui-skin{padding: 0 2px;background: url(../images/out.png) no-repeat center left;}
/*#header #Hui-userbar > ul > li > a{padding: 0}*/
#header #Hui-userbar > ul > li > a.ico-user{padding-left: 52px;background: url(../images/user.png) no-repeat center left;}
#header .navbar-nav > ul > li,
#header .navbar-nav > ul > li > a{line-height: normal;}
#Hui-userbar ul li .dropDown:hover{background: #a91816;}
#Hui-userbar ul li .dropDown-menu li{height: 35px;line-height: 22px;}
#header #Hui-msg .badge{width: 20px;height: 20px;left: 41px;top: 12px;padding: 0;text-align: center;line-height: 20px;background: #fff;color: #d40a09;font-weight: bold;}
#header #Hui-msg a,
#header #Hui-skin a{background: none}
.Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow{top: 8px;}
/* 左侧 */
#Hui-aside{width: 229px;background: #d6d6d6;border-right: 1px solid #b9b9b9;}
#Hui-aside .menu_dropdown dt{border-bottom: 1px solid #b9b9b9;font-size: 13px;}
.Hui-aside .menu_dropdown dt .menu_dropdown-arrow{color: #656565;}
#Hui-aside .menu_dropdown dd ul{padding: 0;}
#Hui-aside .menu_dropdown dd ul li{height: 45px;border-bottom: 1px solid #b9b9b9}
#Hui-aside .menu_dropdown dd li a{height: 45px;line-height: 45px;padding-left: 0;text-indent: 3em;font-size: 13px;}
#Hui-aside .menu_dropdown ul li.on {background-color: #fbfbfb;}
#Hui-aside .menu_dropdown ul li.on a{color: #c90e0c;font-weight: bold;}
/* 右侧 */
#Hui-article-box {left: 231px;background: #ededed}
#Hui-article-box .Hui-tabNav{background:#f7f7f7}
/*==========内容区 */
.detail{position: relative; margin: 10px;border-radius: 8px;border: 1px solid #d4d4d4;overflow:hidden;background:#ededed;}
.detail .title{padding: 0;height: 35px;line-height: 35px;font-size: 14px;font-weight: bold;color: #656565;
background: #f7f7f7;padding-left: 10px;}
.detail .title a{color: #656565;}
.detail i{position: absolute;display: block;top: 35px;left: 18px;width: 26px;height: 14px;z-index: 999}
.detail i.ico-1{background: url(../images/bottom1.png) no-repeat;}
.detail i.ico-2{background: url(../images/bottom.png) no-repeat;}
.detail-content{padding: 30px;}
.detail-intro{padding: auto;}
.select-150{width: 150px;height: 30px;border: 1px solid #e3e3e3}
.select-185{width: 185px;height: 30px;border: 1px solid #e3e3e3}
.input-type{position: relative;}
.input-type span{color: #656565}
.detail-intro .input-text:hover,
.detail-intro .textarea:hover,
.detail-intro .input-text.focus,
.detail-intro .textarea.focus{border-color: #c15655}
.detail-intro .search{position: absolute;right: 0;top: 0;background: #d40a09;color:#fff;}
.detail-intro .bth-r{width: 65px;height: 30px;line-height: 30px;background: #d40a09;text-align: center;color: #fff;border-radius: 6px;border:
0;margin-right: 13px;cursor: pointer;}
tbody td{
overflow: hidden;white-space: nowrap;word-wrap:normal;text-overflow: ellipsis;
}
#table{table-layout: fixed;}
#table tbody tr{height: 30px;line-height: 46px;}
#table th{font-size: 14px;}
#table input.cbox{margin-left: -12px;}
#table i.ico-box{position: absolute;top: 8px;left: 36px;display: block;width: 25px;height: 25px;background: url(../images/cbox.png) no-repeat 0 0;}
#table i.ico-box.act{background-position: 0 -50px;}
#table a{padding: 0 8px;color: #d40a09;}
#tab_demo .tabxuan {}
#tab_demo .tabxuan span {font-size: 16px;color: #fff;background-color: #C4C4C4;cursor: pointer;display: inline-block;float: left;
font-weight: bold;width: 190px;height: 43px;line-height: 43px;text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;margin-right: 9px;margin-bottom: -1px;}
#tab_demo .tabxuan span.current{background: #fff;color: #656565;}
#tab_demo .tabCon {padding: 40px 0 40px 0; display: none;border: 1px solid #d4d4d4;background: #fff;}
#tab_demo .input-tab span{display:block;min-width: 130px;color: #656565;float: left;text-align: right;}
#tab_demo .input-tab input{width: 185px;}
#tab_demo .input-tab .textarea{width: 890px;height: 110px;}
#tab_demo input.xuanze{width: 64px;height: 24px;background: #e8e8e8;color: #656565;text-align: center;line-height: 24px;border: 1px solid #bdbdbd;cursor: pointer;}
.tab-two{border: 1px solid #d4d4d4; border-radius: 4px;overflow: hidden;}
.tab-two h3.tab-title{height: 45px;line-height: 45px;padding: 0 35px;border-bottom: 1px solid #d4d4d4;font-size: 20px;
background: #fff url(../images/active.png) no-repeat 98% 20px;overflow: hidden;cursor: pointer;}
.tab-two h3.tab-title.active{background: #d40a09 url(../images/active.png) no-repeat 98% -31px;color: #fff;}
/*======== 实例 */
.case-list ul li{border-right: 1px solid #d4d4d4;}
.case-list ul li:first-child{padding-left: 0;}
.case-list ul li strong,
.case-list ul li p,
.case-list p{color: #656565;}
.lc{text-align: center;}
.lc1{text-align: center;}
.lc1 span{display: inline-block;width: 155px;height: 44px;background: url(../images/rw.png) no-repeat 0 0;margin-right: 20px;cursor: pointer;}
.lc1 span.resumed{background-position: -150px 0}
.lc1 span.over{background-position: -299px 0}
.lc1 span.zrg{background-position: -456px 0}
/*======== 整体信息汇总 */
.zthz{margin-bottom: 178px;}
.zthz strong,.zthz span.ge,.zthz span.type{color: #848484;}
.zthz strong{font-size: 40px;}
.zthz span.ge{font-size: 25px;padding-left: 15px}
.zthz span.type{display: block;font-size: 16px;font-weight: bold;margin-top: -10px;}
.zthz .zthz-list{position: relative;text-align: center;}
.zthz .zthz-list img{margin-top: 10px;}
.detail-left{width: 71%}
.detail-right{width: 29%;}
.process-list{width: 265px;height: 150px;float: left; border-right: 1px solid #d4d4d4;border-bottom: 1px solid #d4d4d4}
.process-list img{width: 265px;height: 150px}
/*.process-list:nth-of-type(3),
.process-list:nth-of-type(6){border-right: none;}*/
/*.process-list:nth-of-type(4),
.process-list:nth-of-type(5),
.process-list:nth-of-type(6){border-bottom: none;}*/
.process-list-1,
.process-list-2{margin-top: 20px;}
.process-list-1{width: 400px; padding-left: 25px;padding-right: 20px;border-right: 1px solid #d4d4d4;}
.process-list-2{width: 300px;padding-left: 30px;}
.detail-right .user-admin h3,
.detail-right .user-admin span{color: #656565;}
.detail-right .user-admin h3{font-size: 24px;padding: 0 0 10px;}
.detail-right .user-admin ul li{height: 50px;line-height: 50px;border-bottom: 1px solid #d4d4d4;}
.detail-right .user-admin ul li:last-child{border-bottom: none;}
.detail-right .user-admin ul li b{display: inline-block;width: 25px;height: 25px;line-height: 25px;font-size: 15px;
color: #fff;text-align: center;background: #e34158;border-radius: 5px;margin-right: 10px;}
.zhiyuan img{width: 60%;}
.zhiyuan p,
.zhiyuan strong{color: #656565}
.zhiyuan strong{font-size: 35px;}
.zhiyuan b{font-size: 15px;padding-left: 13px;}
.footer-pic{padding: 0 10px;}
.footer p{text-align: left;padding-left: 10px;font-weight: bold;}
.footer-pic p{margin-bottom: 0;line-height: 15px}
.footer img{max-width: 90%;}
/* 分页 */
.pages a{display: block;float: left;padding: 0 10px;height: 33px;text-align: center;line-height: 33px;font-size: 14px;
border-right: 1px solid #e0e0e0;border-left: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;background: #fff;text-decoration: none;color: #656565;} | WebContent/css/style.css | @charset "utf-8";
.posi{position: relative;}
.pl0{padding-left: 4px !important}
.back-fff{background: #fff;}
.bbor{border-bottom: 1px solid #d4d4d4}
.tbor{border-top: 1px solid #d4d4d4}
.w900{width: 900px;}
/*边距*/
.m0{margin: 0 !important;}.m5{margin:5px;}.m8{margin:8px;}.m10{margin:10px;}.m15{margin:15px;}.m18{margin:18px;}.m20{margin:20px;}.m30{margin:30px;}
/* 外上边距 */
.mt0{margin-top: 0 !important;}.mt5{margin-top:5px;}.mt8{margin-top:8px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt18{margin-top:18px;}.mt20{margin-top:20px;}.mt25{margin-top:25px;}.mt30{margin-top:30px;}.mt35{margin-top:35px;}.mt40{margin-top:40px;}.mt45{margin-top:45px;}.mt50{margin-top:50px;}.mt55{margin-top:55px;}.mt60{margin-top:60px;}.mt65{margin-top:65px;}.mt70{margin-top:70px;}.mt75{margin-top:75px;}.mt80{margin-top:80px;}.mt100{margin-top:100px;}
/* 外下边距 */
.mb0{margin-bottom: 0 !important;}.mb5{margin-bottom:5px;}.mb8{margin-bottom:8px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb23{margin-bottom:23px;}.mb25{margin-bottom:25px;}.mb30{margin-bottom:30px;}.mb35{margin-bottom:35px;}.mb40{margin-bottom:40px;}.mb45{margin-bottom:45px;}.mb50{margin-bottom:50px;}.mb55{margin-bottom:55px;}.mb60{margin-bottom:60px;}.mb65{margin-bottom:65px;}.mb70{margin-bottom:70px;}.mb80{margin-bottom:80px;}.mb100{margin-bottom:100px;}
/* 外左边距 */
.ml0{margin-left: 0 !important;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}.ml35{margin-left:35px;}.ml40{margin-left:40px;}.ml45{margin-left:45px;}.ml50{margin-left:50px;}.ml100{margin-left:100px;}
/* 外右边距 */
.mr0{margin-right: 0 !important;}.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}.mr22{margin-right:22px;}.mr30{margin-right:30px;}.mr35{margin-right:35px;}.mr40{margin-right:40px;}.mr45{margin-right:45px;}.mr50{margin-right:50px;}.mr100{margin-right:100px;}
.pt0{padding-top: 0}.pt5{padding-top:5px;}.pt8{padding-top:8px;}.pt10{padding-top:10px;}.pt15{padding-top:15px;}.pt16{padding-top:16px;}.pt18{padding-top:18px;}.pt20{padding-top:20px;}.pt25{padding-top: 25px;}.pt28{padding-top: 28px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt36{padding-top: 36px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt55{padding-top: 55px;}.pt60{padding-top: 60px;}.pt70{padding-top: 70px;}
.pr0{padding-right: 0 !important;}.pr5{padding-right:5px;}.pr8{padding-right:8px;}.pr10{padding-right:10px;}.pr15{padding-right:15px;}.pr20{padding-right:20px;}.pr25{padding-right: 25px;}.pr28{padding-right: 28px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}
.pb0{padding-bottom: 0 !important;}
.pb5{padding-bottom:5px;}.pb8{padding-bottom:8px;}.pb10{padding-bottom:10px;}.pb13{padding-bottom:13px;}.pb15{padding-bottom:15px;}.pb20{padding-bottom:20px;}.pb25{padding-bottom:25px;}.pb28{padding-bottom:28px;}.pb30{padding-bottom:30px;}.pb40{padding-bottom:40px;}.pb45{padding-bottom:45px;}.pb50{padding-bottom:50px;}.pb55{padding-bottom:55px;}.pb60{padding-bottom:60px;}.pb70{padding-bottom:70px;}.pb80{padding-bottom:80px;}
.pl0{padding-left: 0 !important;}.pl5{padding-left:5px;}.pl15{padding-left:15px;}.pl8{padding-left:8px;}.pl10{padding-left:10px;}.pl15{padding-left:15px;}.pl20{padding-left:20px;}.pl25{padding-left: 25px;}.pl28{padding-left: 28px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}
.hg5,.hg6,.hg7,.hg8,.hg9,.hg10,.hg11,.hg12,.hg13,.hg14,.hg15,.hg16,.hg17,.hg18,.hg19,.hg20,.hg23,.hg25,.hg26,.hg28,.hg30,.hg35,.hg38,.hg40,.hg44,.hg45,.hg48,.hg50,.hg55,.hg60,.hg65,.hg70,.hg75,.hg80,.hg683{width: 100%; clear: both;}
.hg5{height: 5px;}.hg6{height: 6px;}.hg7{height: 7px;}.hg8{height: 8px;}.hg9{height: 9px;}.hg10{height: 10px;}.hg11{height: 11px;}.hg12{height: 12px;}.hg13{height: 13px;}.hg14{height: 14px;}.hg15{height: 15px;}.hg16{height: 16px;}.hg17{height: 17px;}.hg18{height: 18px;}.hg19{height: 19px;}.hg20{height: 20px;}.hg22{height: 22px;}.hg23{height: 23px;}.hg25{height: 25px;}.hg26{height: 26px;}.hg28{height: 28px;}.hg30{height: 30px;}.hg35{height: 35px;}.hg38{height: 38px;}.hg40{height: 40px;}.hg44{height: 44px;}.hg45{height: 45px;}.hg48{height: 48px;}.hg50{height: 50px;}.hg55{height: 50px;}.hg60{height: 60px;}.hg65{height: 65px;}.hg70{height: 70px;}.hg75{height: 75px;}.hg80{height: 80px;}.hg683{height: 683px;}
#header{width: 100%;height: 55px;max-width: 100%;margin: 0 auto;}
#header .navbar{max-width: 100%;margin: 0 auto; height: 55px;background: url(../images/header.png);}
#header .navbar a.logo{margin-top: 4px;}
#header .navbar-fixed-top{position:relative;}
#Hui-userbar ul li{height: 55px;line-height: 55px;}
#header #Hui-userbar > ul > li > a{height: 55px;line-height: 55px;}
#Hui-userbar ul li:hover,
.dropDown.open:hover{background: #a91816}
#header #Hui-userbar > ul > li{padding: 0 30px;margin-right: 15px;}
#header #Hui-userbar #Hui-msg{padding: 0 17px;}
#header #Hui-userbar #Hui-skin{padding: 0 2px;background: url(../images/out.png) no-repeat center left;}
/*#header #Hui-userbar > ul > li > a{padding: 0}*/
#header #Hui-userbar > ul > li > a.ico-user{padding-left: 52px;background: url(../images/user.png) no-repeat center left;}
#header .navbar-nav > ul > li,
#header .navbar-nav > ul > li > a{line-height: normal;}
#Hui-userbar ul li .dropDown:hover{background: #a91816;}
#Hui-userbar ul li .dropDown-menu li{height: 35px;line-height: 22px;}
#header #Hui-msg .badge{width: 20px;height: 20px;left: 41px;top: 12px;padding: 0;text-align: center;line-height: 20px;background: #fff;color: #d40a09;font-weight: bold;}
#header #Hui-msg a,
#header #Hui-skin a{background: none}
.Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow{top: 8px;}
/* 左侧 */
#Hui-aside{width: 229px;background: #d6d6d6;border-right: 1px solid #b9b9b9;}
#Hui-aside .menu_dropdown dt{border-bottom: 1px solid #b9b9b9;font-size: 13px;}
.Hui-aside .menu_dropdown dt .menu_dropdown-arrow{color: #656565;}
#Hui-aside .menu_dropdown dd ul{padding: 0;}
#Hui-aside .menu_dropdown dd ul li{height: 45px;border-bottom: 1px solid #b9b9b9}
#Hui-aside .menu_dropdown dd li a{height: 45px;line-height: 45px;padding-left: 0;text-indent: 3em;font-size: 13px;}
#Hui-aside .menu_dropdown ul li.on {background-color: #fbfbfb;}
#Hui-aside .menu_dropdown ul li.on a{color: #c90e0c;font-weight: bold;}
/* 右侧 */
#Hui-article-box {left: 231px;background: #ededed}
#Hui-article-box .Hui-tabNav{background:#f7f7f7}
/*==========内容区 */
.detail{position: relative; margin: 10px;border-radius: 8px;border: 1px solid #d4d4d4;overflow:hidden;background:#ededed;}
.detail .title{padding: 0;height: 35px;line-height: 35px;font-size: 14px;font-weight: bold;color: #656565;
background: #f7f7f7;padding-left: 10px;}
.detail .title a{color: #656565;}
.detail i{position: absolute;display: block;top: 35px;left: 18px;width: 26px;height: 14px;z-index: 999}
.detail i.ico-1{background: url(../images/bottom1.png) no-repeat;}
.detail i.ico-2{background: url(../images/bottom.png) no-repeat;}
.detail-content{padding: 30px;}
.detail-intro{padding: auto;}
.select-150{width: 150px;height: 30px;border: 1px solid #e3e3e3}
.select-185{width: 185px;height: 30px;border: 1px solid #e3e3e3}
.input-type{position: relative;}
.input-type span{color: #656565}
.detail-intro .input-text:hover,
.detail-intro .textarea:hover,
.detail-intro .input-text.focus,
.detail-intro .textarea.focus{border-color: #c15655}
.detail-intro .search{position: absolute;right: 0;top: 0;background: #d40a09;color:#fff;}
.detail-intro .bth-r{width: 65px;height: 30px;line-height: 30px;background: #d40a09;text-align: center;color: #fff;border-radius: 6px;border:
0;margin-right: 13px;cursor: pointer;}
tbody td{
overflow: hidden;white-space: nowrap;word-wrap:normal;text-overflow: ellipsis;
}
#table{table-layout: fixed;}
#table tbody tr{height: 30px;line-height: 46px;}
#table th{font-size: 14px;}
#table input.cbox{margin-left: -12px;}
#table i.ico-box{position: absolute;top: 8px;left: 36px;display: block;width: 25px;height: 25px;background: url(../images/cbox.png) no-repeat 0 0;}
#table i.ico-box.act{background-position: 0 -50px;}
#table a{padding: 0 8px;color: #d40a09;}
#tab_demo .tabxuan {}
#tab_demo .tabxuan span {font-size: 16px;color: #fff;background-color: #C4C4C4;cursor: pointer;display: inline-block;float: left;
font-weight: bold;width: 190px;height: 43px;line-height: 43px;text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;margin-right: 9px;margin-bottom: -1px;}
#tab_demo .tabxuan span.current{background: #fff;color: #656565;}
#tab_demo .tabCon {padding: 40px 0 40px 0; display: none;border: 1px solid #d4d4d4;background: #fff;}
#tab_demo .input-tab span{display:block;min-width: 130px;color: #656565;float: left;text-align: right;}
#tab_demo .input-tab input{width: 185px;}
#tab_demo .input-tab .textarea{width: 890px;height: 110px;}
#tab_demo input.xuanze{width: 64px;height: 24px;background: #e8e8e8;color: #656565;text-align: center;line-height: 24px;border: 1px solid #bdbdbd;cursor: pointer;}
.tab-two{border: 1px solid #d4d4d4; border-radius: 4px;overflow: hidden;}
.tab-two h3.tab-title{height: 45px;line-height: 45px;padding: 0 35px;border-bottom: 1px solid #d4d4d4;font-size: 20px;
background: #fff url(../images/active.png) no-repeat 98% 20px;overflow: hidden;cursor: pointer;}
.tab-two h3.tab-title.active{background: #d40a09 url(../images/active.png) no-repeat 98% -31px;color: #fff;}
/*======== 实例 */
.case-list ul li{border-right: 1px solid #d4d4d4;}
.case-list ul li:first-child{padding-left: 0;}
.case-list ul li strong,
.case-list ul li p,
.case-list p{color: #656565;}
.lc{text-align: center;}
.lc1{text-align: center;}
.lc1 span{display: inline-block;width: 155px;height: 44px;background: url(../images/rw.png) no-repeat 0 0;margin-right: 20px;cursor: pointer;}
.lc1 span.resumed{background-position: -150px 0}
.lc1 span.over{background-position: -299px 0}
.lc1 span.zrg{background-position: -456px 0}
/*======== 整体信息汇总 */
.zthz{margin-bottom: 178px;}
.zthz strong,.zthz span.ge,.zthz span.type{color: #848484;}
.zthz strong{font-size: 40px;}
.zthz span.ge{font-size: 25px;padding-left: 15px}
.zthz span.type{display: block;font-size: 16px;font-weight: bold;margin-top: -10px;}
.zthz .zthz-list{position: relative;text-align: center;}
.zthz .zthz-list img{margin-top: 10px;}
.detail-left{width: 71%}
.detail-right{width: 29%;}
.process-list{width: 265px;height: 150px;float: left; border-right: 1px solid #d4d4d4;border-bottom: 1px solid #d4d4d4}
.process-list img{width: 265px;height: 150px}
/*.process-list:nth-of-type(3),
.process-list:nth-of-type(6){border-right: none;}*/
/*.process-list:nth-of-type(4),
.process-list:nth-of-type(5),
.process-list:nth-of-type(6){border-bottom: none;}*/
.process-list-1,
.process-list-2{margin-top: 20px;}
.process-list-1{width: 400px; padding-left: 25px;padding-right: 20px;border-right: 1px solid #d4d4d4;}
.process-list-2{width: 300px;padding-left: 30px;}
.detail-right .user-admin h3,
.detail-right .user-admin span{color: #656565;}
.detail-right .user-admin h3{font-size: 24px;padding: 0 0 10px;}
.detail-right .user-admin ul li{height: 50px;line-height: 50px;border-bottom: 1px solid #d4d4d4;}
.detail-right .user-admin ul li:last-child{border-bottom: none;}
.detail-right .user-admin ul li b{display: inline-block;width: 25px;height: 25px;line-height: 25px;font-size: 15px;
color: #fff;text-align: center;background: #e34158;border-radius: 5px;margin-right: 10px;}
.zhiyuan img{width: 60%;}
.zhiyuan p,
.zhiyuan strong{color: #656565}
.zhiyuan strong{font-size: 35px;}
.zhiyuan b{font-size: 15px;padding-left: 13px;}
.footer-pic{padding: 0 10px;}
.footer p{text-align: left;padding-left: 10px;font-weight: bold;}
.footer-pic p{margin-bottom: 0;line-height: 15px}
.footer img{max-width: 90%;}
/* 分页 */
.pages a{display: block;float: left;padding: 0 10px;height: 33px;text-align: center;line-height: 33px;font-size: 14px;
border-right: 1px solid #e0e0e0;border-left: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;background: #fff;text-decoration: none;color: #656565;} | 0.148417 | 0.037857 |
* {
box-sizing: border-box;
margin: 0;
letter-spacing: 1px;
}
body,html
{
width: 100%;
height: 100%;
background-color: #f5f5f5;
font-family: 'Raleway', sans-serif;
color: #434343;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: white;
margin: 0 0.5em;
display: inline-block;
}
#portfolio
{
position: relative;
top: 0;
bottom: 0;
transition: 0.3s;
overflow: hidden;
}
#portfolio.active
{
background-color: #111111;
color: #dddddd;
}
#portfolio.active #header span {
box-shadow: 0 0 2em #000
}
#portfolio.active #toggle-day
{
background-color: black;
}
#portfolio.active #toggle-night
{
background-color: crimson;
}
#portfolio.active #toggle-content
{
background: #000;
}
/*Header*/
#header span
{
padding: .5em 1em;
box-shadow: 1px 1px 40px #ccc;
border-radius: 5px;
position: fixed;
}
#header #toggle-content
{
left: 2em;
top: 2em;
z-index: 111;
transition: 0.5s;
}
#header #toggle-content:hover
{
cursor: pointer;
background-color: crimson;
color: white;
}
#header #toggle-day
{
right: 4.9em;
top: 2em;
background-color: crimson;
color: white;
border-radius: 5px 0 0 5px;
z-index: 111;
}
#header #toggle-night
{
right: 2em;
top: 2em;
border-radius: 0 5px 5px 0;
z-index: 111;
}
#header #toggle-night, #toggle-day
{
cursor: pointer;
}
/*Left nav bar*/
#left-nav-bar
{
position: fixed;
top: 10em;
left: 0;
bottom: 0;
/*opacity: 0;*/
width: 13em;
overflow: auto;
z-index: 1;
}
#left-nav-bar.active
{
opacity: 1;
}
#left-nav-bar ul
{
padding: 0;
}
#left-nav-bar ul li
{
list-style-type: none;
padding: 1em;
box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
/* width: 10em; */
color: crimson;
cursor: pointer;
}
#left-nav-bar ul li:hover
{
background-color: crimson;
color: white;
}
#portfolio.active #left-nav-bar ul li
{
border-bottom: 1px solid black;
}
#portfolio.active #content {
background: #111;
box-shadow: 0 0 3em rgba(0,0,0,1);
}
/*Content*/
#content
{
position: relative;
top: 0;
left: 0;
/*box-shadow: 1px 1px 10px lightgrey;*/
box-shadow: 0 0 3em rgba(0,0,0,0.15);
transition: 0.3s;
z-index: 1;
background: #f5f5f5;
}
#content.active
{
top: 6em;
left: 12em;
background: whitesmoke;
}
/*Content- person-info*/
#content #person-info
{
width: 80%;
margin: 0 auto;
padding: 3em 0;
text-align: center;
}
#person-info #person-image img
{
width: 200px;
height: 200px;
border-radius: 50%;
margin: 2em 0;
}
#person-info #person-name h1
{
font-size: 5em;
font-weight: 100;
}
#person-info #slide-down
{
cursor: pointer;
position: relative;
width: 100px;
height: 100px;
margin: 2em auto;
border-radius: 50%;
animation: bounce 1s linear infinite alternate-reverse;
}
#person-info #slide-down i
{
line-height: 3.5em;
font-weight: bold;
padding-bottom: 5em;
font-size: 2em;
}
#person-info #slide-down:hover
{
box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}
#portfolio.active #person-info #slide-down:hover {
box-shadow: 0px 5px 10px #000;
}
@keyframes bounce
{
from {
transform: translateY(-15%);
}
to {
transform: translateY(15%);
}
}
#person-objective {
text-align: center;
width: 80%;
margin: 0 auto;
}
#person-objective p
{
font-size: 1.5em;
line-height: 2em;
margin-bottom: 5em;
}
/*Content- person-info-container*/
.person-info-container
{
width: 80%;
height: auto;
margin: 0 auto;
background-color: #fafafa;
position: relative;
box-shadow: 1px 1px 72px rgba(0,0,0,0.06);
padding: 2em 1em;
border-bottom: 2px solid crimson;
margin-bottom: 5em;
}
#portfolio.active .person-info-container
{
background-color: #111111;
color: #dddddd;
box-shadow: 1px 1px 40px black;
}
.person-info-container:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.person-info-container .person-info-title
{
width: 25%;
float: left;
color: crimson;
text-align: center;
}
.person-info-container .person-info-title h1 {
font-weight: 400;
margin: 0;
font-size: 1.75em;
text-transform: uppercase;
}
.person-info-container .person-info-list
{
float: left;
width: 75%;
/* padding: 1em; */
/* margin-top: 1em; */
}
.person-info-container .person-info-list p {
font-size: 1.1em;
}
.person-info-container .person-info-list p {
font-size: 1.1em;
line-height: 2em;
}
.person-info-container .person-info-list a
{
/* color: crimson; */
font-weight: bold;
}
.person-info-container .person-info-list a:hover
{
text-decoration: underline;
}
.person-info-container .person-info-details
{
box-shadow: 0px 6px 11px rgba(0,0,0,0.05);
padding: 1em;
margin-bottom: 2em;
border-radius: 2px;
padding-top: 0.5em;
cursor: pointer;
transition: all .25s;
position: relative;
z-index: 1;
}
.person-info-container .person-info-details:before {
content: '';
position: absolute;
left: 0;
right: 0;
height: 2px;
bottom: 0;
background-color: crimson;
width: 0px;
transition: all .5s ease-in-out;
z-index: 0;
margin: 0 auto;
}
.person-info-container .person-info-details:hover:before {
width: 100%;
}
#portfolio.active .person-info-details
{
box-shadow: 0px 2px 5px #000;
}
.person-info-container .person-info-details .title {
font-size: 1.2em;
}
.person-info-container .person-info-details .sub-details {
color: #666;
font-size: 12px;
padding: 1em 2em;
}
.sub-details a {
background: crimson;
border-radius: 2px;
padding: .25em 1em;
margin: 0.5em 1em 0 0;
opacity: .9;
}
.sub-details a:hover {
opacity: 1
}
.person-info-container .person-info-details .sub-details b {
padding-right: 1em;
}
.person-info-container .person-info-details .highlight
{
color: crimson;
}
.person-info-container .person-info-details .sub-title
{
font-style: italic;
}
.person-info-container .person-info-details .responsibilities {
font-size: 1em;
border-bottom: solid 1px #eee;
}
.person-info-container .person-info-details ul
{
padding: 1em 2em 1em 3em;
}
#person-skills {
text-align: center;
/* display: inline-block; */
/* margin: 0 auto; */
/* width: auto; */
}
#person-skills div
{
display: inline-block;
/* margin: 0 3em 2em 0; */
padding: 10px;
min-width: 180px;
/*! border-top-left-radius: 30px; */
/*! border-bottom-left-radius: 30px; */
/*! transform: rotate(-6deg); */
/* width: calc(33% - 4em); */
}
@media only screen and (max-width: 900px)
{
.person-info-container .person-info-title
{
width: 100%;
}
}
@media only screen and (max-width: 900px)
{
.person-info-container .person-info-list
{
width: 100%;
}
}
@media only screen and (max-width: 600px)
{
#person-info #person-name h1
{
font-size: 3em;
}
}
/*Footer*/
#footer
{
width: 100%;
position: relative;
background-color: black;
text-align: center;
padding: 2em;
color: grey;
border-top: 4px dashed #f5f5f5;
}
#footer a
{
text-decoration: none;
font-size: 2em;
color: white;
vertical-align: middle;
margin: 0 0.5em;
}
#footer a:hover
{
border-bottom: 1px dashed #f5f5f5;
}
#footer p
{
padding-top: 1em;
} | css/index.css | * {
box-sizing: border-box;
margin: 0;
letter-spacing: 1px;
}
body,html
{
width: 100%;
height: 100%;
background-color: #f5f5f5;
font-family: 'Raleway', sans-serif;
color: #434343;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: white;
margin: 0 0.5em;
display: inline-block;
}
#portfolio
{
position: relative;
top: 0;
bottom: 0;
transition: 0.3s;
overflow: hidden;
}
#portfolio.active
{
background-color: #111111;
color: #dddddd;
}
#portfolio.active #header span {
box-shadow: 0 0 2em #000
}
#portfolio.active #toggle-day
{
background-color: black;
}
#portfolio.active #toggle-night
{
background-color: crimson;
}
#portfolio.active #toggle-content
{
background: #000;
}
/*Header*/
#header span
{
padding: .5em 1em;
box-shadow: 1px 1px 40px #ccc;
border-radius: 5px;
position: fixed;
}
#header #toggle-content
{
left: 2em;
top: 2em;
z-index: 111;
transition: 0.5s;
}
#header #toggle-content:hover
{
cursor: pointer;
background-color: crimson;
color: white;
}
#header #toggle-day
{
right: 4.9em;
top: 2em;
background-color: crimson;
color: white;
border-radius: 5px 0 0 5px;
z-index: 111;
}
#header #toggle-night
{
right: 2em;
top: 2em;
border-radius: 0 5px 5px 0;
z-index: 111;
}
#header #toggle-night, #toggle-day
{
cursor: pointer;
}
/*Left nav bar*/
#left-nav-bar
{
position: fixed;
top: 10em;
left: 0;
bottom: 0;
/*opacity: 0;*/
width: 13em;
overflow: auto;
z-index: 1;
}
#left-nav-bar.active
{
opacity: 1;
}
#left-nav-bar ul
{
padding: 0;
}
#left-nav-bar ul li
{
list-style-type: none;
padding: 1em;
box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
/* width: 10em; */
color: crimson;
cursor: pointer;
}
#left-nav-bar ul li:hover
{
background-color: crimson;
color: white;
}
#portfolio.active #left-nav-bar ul li
{
border-bottom: 1px solid black;
}
#portfolio.active #content {
background: #111;
box-shadow: 0 0 3em rgba(0,0,0,1);
}
/*Content*/
#content
{
position: relative;
top: 0;
left: 0;
/*box-shadow: 1px 1px 10px lightgrey;*/
box-shadow: 0 0 3em rgba(0,0,0,0.15);
transition: 0.3s;
z-index: 1;
background: #f5f5f5;
}
#content.active
{
top: 6em;
left: 12em;
background: whitesmoke;
}
/*Content- person-info*/
#content #person-info
{
width: 80%;
margin: 0 auto;
padding: 3em 0;
text-align: center;
}
#person-info #person-image img
{
width: 200px;
height: 200px;
border-radius: 50%;
margin: 2em 0;
}
#person-info #person-name h1
{
font-size: 5em;
font-weight: 100;
}
#person-info #slide-down
{
cursor: pointer;
position: relative;
width: 100px;
height: 100px;
margin: 2em auto;
border-radius: 50%;
animation: bounce 1s linear infinite alternate-reverse;
}
#person-info #slide-down i
{
line-height: 3.5em;
font-weight: bold;
padding-bottom: 5em;
font-size: 2em;
}
#person-info #slide-down:hover
{
box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}
#portfolio.active #person-info #slide-down:hover {
box-shadow: 0px 5px 10px #000;
}
@keyframes bounce
{
from {
transform: translateY(-15%);
}
to {
transform: translateY(15%);
}
}
#person-objective {
text-align: center;
width: 80%;
margin: 0 auto;
}
#person-objective p
{
font-size: 1.5em;
line-height: 2em;
margin-bottom: 5em;
}
/*Content- person-info-container*/
.person-info-container
{
width: 80%;
height: auto;
margin: 0 auto;
background-color: #fafafa;
position: relative;
box-shadow: 1px 1px 72px rgba(0,0,0,0.06);
padding: 2em 1em;
border-bottom: 2px solid crimson;
margin-bottom: 5em;
}
#portfolio.active .person-info-container
{
background-color: #111111;
color: #dddddd;
box-shadow: 1px 1px 40px black;
}
.person-info-container:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.person-info-container .person-info-title
{
width: 25%;
float: left;
color: crimson;
text-align: center;
}
.person-info-container .person-info-title h1 {
font-weight: 400;
margin: 0;
font-size: 1.75em;
text-transform: uppercase;
}
.person-info-container .person-info-list
{
float: left;
width: 75%;
/* padding: 1em; */
/* margin-top: 1em; */
}
.person-info-container .person-info-list p {
font-size: 1.1em;
}
.person-info-container .person-info-list p {
font-size: 1.1em;
line-height: 2em;
}
.person-info-container .person-info-list a
{
/* color: crimson; */
font-weight: bold;
}
.person-info-container .person-info-list a:hover
{
text-decoration: underline;
}
.person-info-container .person-info-details
{
box-shadow: 0px 6px 11px rgba(0,0,0,0.05);
padding: 1em;
margin-bottom: 2em;
border-radius: 2px;
padding-top: 0.5em;
cursor: pointer;
transition: all .25s;
position: relative;
z-index: 1;
}
.person-info-container .person-info-details:before {
content: '';
position: absolute;
left: 0;
right: 0;
height: 2px;
bottom: 0;
background-color: crimson;
width: 0px;
transition: all .5s ease-in-out;
z-index: 0;
margin: 0 auto;
}
.person-info-container .person-info-details:hover:before {
width: 100%;
}
#portfolio.active .person-info-details
{
box-shadow: 0px 2px 5px #000;
}
.person-info-container .person-info-details .title {
font-size: 1.2em;
}
.person-info-container .person-info-details .sub-details {
color: #666;
font-size: 12px;
padding: 1em 2em;
}
.sub-details a {
background: crimson;
border-radius: 2px;
padding: .25em 1em;
margin: 0.5em 1em 0 0;
opacity: .9;
}
.sub-details a:hover {
opacity: 1
}
.person-info-container .person-info-details .sub-details b {
padding-right: 1em;
}
.person-info-container .person-info-details .highlight
{
color: crimson;
}
.person-info-container .person-info-details .sub-title
{
font-style: italic;
}
.person-info-container .person-info-details .responsibilities {
font-size: 1em;
border-bottom: solid 1px #eee;
}
.person-info-container .person-info-details ul
{
padding: 1em 2em 1em 3em;
}
#person-skills {
text-align: center;
/* display: inline-block; */
/* margin: 0 auto; */
/* width: auto; */
}
#person-skills div
{
display: inline-block;
/* margin: 0 3em 2em 0; */
padding: 10px;
min-width: 180px;
/*! border-top-left-radius: 30px; */
/*! border-bottom-left-radius: 30px; */
/*! transform: rotate(-6deg); */
/* width: calc(33% - 4em); */
}
@media only screen and (max-width: 900px)
{
.person-info-container .person-info-title
{
width: 100%;
}
}
@media only screen and (max-width: 900px)
{
.person-info-container .person-info-list
{
width: 100%;
}
}
@media only screen and (max-width: 600px)
{
#person-info #person-name h1
{
font-size: 3em;
}
}
/*Footer*/
#footer
{
width: 100%;
position: relative;
background-color: black;
text-align: center;
padding: 2em;
color: grey;
border-top: 4px dashed #f5f5f5;
}
#footer a
{
text-decoration: none;
font-size: 2em;
color: white;
vertical-align: middle;
margin: 0 0.5em;
}
#footer a:hover
{
border-bottom: 1px dashed #f5f5f5;
}
#footer p
{
padding-top: 1em;
} | 0.345768 | 0.104386 |
@font-face {
font-family: 'MyriadPro-Regular';
src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'),
url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-Bold';
src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.otf') format('opentype'),
url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
.clearfix:after, .clearfix:before{ display:table; content:""}
.clearfix:after{ clear:both};
.clearfix{*zoom:1}
.apsc-each-profile {
font-family: 'MyriadPro-Regular';
}
.apsc-theme-1 .apsc-each-profile {
float: left;
min-height: 80px;
text-align: center;
width: 80px;
margin: 5px;
}
.apsc-each-profile a{
font-weight:normal;
color:white !important;
text-decoration:none;
}
.apsc-each-profile a:hover{
color:white !important;
text-decoration:none !important;
}
.apsc-theme-1 .apsc-each-profile a{
padding: 9px;
display: block;
color: #fff;
position:relative;
border-radius: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border:none;
}
.site-footer .widget .apsc-each-profile a{
color: #fff;
text-decoration:none;
}
.social-icon {
display: block;
}
.apsc-theme-1 .media-name {
display: none;
}
.apsc-theme-1 .apsc-count {
font-size: 16px;
display: block;
line-height: 15px;
padding: 2px 0 0;
}
.entry-content .apsc-each-profile a,.entry-content .apsc-each-profile a:hover,.entry-content .apsc-each-profile a:focus {
color: #fff;
text-decoration:none;
}
.apsc-theme-1 .apsc-each-profile a:before {
background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
content: "";
height: 10px;
left: 5%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-property: transform, opacity;
-webkit-transition-property: transform, opacity;
width: 90%;
z-index: -1;
}
.apsc-theme-1 .apsc-each-profile a:hover:before {
opacity: 1;
transform: translateY(6px);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
}
.apsc-theme-1 .apsc-each-profile a:hover {
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
}
.apsc-theme-1 .social-icon .fa {
font-size: 45px;
}
.apsc-facebook-icon {
background-color:#3b5998;
}
.apsc-twitter-icon{
background-color:#1dcaff;
}
.apsc-youtube-icon{
background-color:#e52d27;
}
.apsc-soundcloud-icon{
background-color:#ff8800;
}
.apsc-dribble-icon{
background-color:#ea4c89;
}
.apsc-comment-icon{
background-color:#464646;
}
.apsc-edit-icon{
background-color:#837d7d;
}
.apsc-google-plus-icon{
background-color:#dd4b39;
}
.apsc-instagram-icon{
background-color:#3f729b;
}
.apsc-theme-1 .apsc-media-type {
display: none;
}
/********************************************Theme 2 css*******************************************************/
.apsc-theme-2 .apsc-each-profile {
float: left;
min-height: 83px;
text-align: center;
width: 80px;
margin: 5px;
}
.apsc-theme-2 .apsc-each-profile a{
display: block;
color: #fff;
position:relative;
border-radius: 5px;
transform: translateZ(0px);
-webkit-transform:translateZ(0px);
-ms-transform: translateZ(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition:transform 0.5s ease-in-out;
-webkit-transition:transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
-o-transition:transform 0.5s ease-in-out;
-ms-transition: transform 0.5s ease-in-out;
}
.apsc-theme-2 .apsc-inner-block{
padding: 8px;
border-radius: 5px;
-webkit-box-shadow: inset 0px -8px 8px 0px rgba(0,0,0,0.21);
-moz-box-shadow: inset 0px -8px 8px 0px rgba(0,0,0,0.21);
box-shadow: inset 0px -8px 8px 0px rgba(0,0,0,0.21);
}
.apsc-theme-2 .apsc-each-profile a:hover{
transform: scale(1.1) rotate(5deg);
-webkit-transform:scale(1.1) rotate(5deg);
-ms-transform: scale(1.1) rotate(5deg);
}
.apsc-theme-2 .apsc-count {
font-size: 14px;
display: block;
line-height: 14px;
padding: 1px 0;
}
.apsc-theme-2 .social-icon .fa {
font-size: 36px;
}
.apsc-theme-2 .media-name {
display: none;
}
.apsc-theme-2 .apsc-media-type {
display: block;
font-size: 11px;
line-height: 11px;
}
/********************************************Theme 3 css*******************************************************/
.apsc-theme-3 .apsc-each-profile {
float: left;
margin: 5px;
}
.apsc-theme-3 .social-icon {
display: table-cell;
min-width: 97px;
padding: 0 0 0 4px;
vertical-align: middle;
position:relative;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-3 .apsc-each-profile a{
border-radius: 4px;
color: #fff;
display: block;
font-weight: normal;
padding: 1px;
position: relative;
text-shadow: none;
}
.apsc-theme-3 .apsc-count {
background-color: #fff;
}
.apsc-theme-3 .social-icon .fa {
display: table-cell;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-3 .media-name {
display: table-cell;
font-size: 14px;
padding: 0 13px 0 5px;
text-transform: capitalize;
vertical-align: middle;
min-width: 77px;
}
.apsc-theme-3 .apsc-count {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #666666;
display: table-cell;
font-size: 16px;
min-width: 52px;
padding: 3px 10px;
text-align: center;
position:relative;
opacity:1;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-3 .apsc-count:before {
border-bottom: 4px solid transparent;
border-right: 4px solid #fff;
border-top: 4px solid transparent;
content: "";
left: -4px;
margin-top: -3px;
position: absolute;
top: 50%;
}
/*.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
height: 32px;
min-width: 0;
opacity: 0;
padding: 0;
width: 0;
}*/
.apsc-theme-3 .apsc-each-profile a:hover .social-icon{
background-color:#fff;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}
.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
color:#fff;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon:after {
border-bottom: 4px solid transparent;
border-left: 4px solid #fff;
border-top: 4px solid transparent;
content: "";
margin-top: -3px;
position: absolute;
right: -4px;
top: 50%;
z-index: 2;
}
.apsc-theme-3 .apsc-media-type {
display: none;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon{
color:#e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .apsc-count{
background-color:#e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon{
color:#ff8800;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .apsc-count{
background-color:#ff8800;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon{
color:#ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .apsc-count{
background-color:#ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .social-icon{
color:#464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .apsc-count{
background-color:#464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon{
color:#1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .apsc-count{
background-color:#1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon{
color:#3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .apsc-count{
background-color:#3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon{
color:#3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .apsc-count{
background-color:#3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .social-icon{
color:#dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .apsc-count{
background-color:#dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .social-icon{
color:#837d7d;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .apsc-count{
background-color:#837d7d;
}
/********************************************Theme 4 css*******************************************************/
.apsc-theme-4 .apsc-each-profile {
float: left;
margin: 5px;
}
.apsc-theme-4 .social-icon {
display: inline-block;
position:relative;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a{
padding: 2px 9px 2px 6px;
display: block;
color: #fff;
position:relative;
border-radius: 4px;
}
.apsc-theme-4 .apsc-each-profile a .fa{
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a:hover .fa{
transform: scale(1.3) translateZ(0px);
-webkit-transform:scale(1.3) translateZ(0px);
-ms-transform: scale(1.3) translateZ(0px);
}
.apsc-theme-4 .social-icon .fa {
display: inline-block;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-4 .media-name {
display: inline-block;
font-size: 14px;
padding: 0 6px 0 5px;
text-transform: capitalize;
}
.apsc-theme-4 .apsc-count {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #fff;
display: inline-block;
font-size: 14px;
text-align: center;
position:relative;
font-family: 'MyriadPro-Bold';
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
display: none;
}
/********************************************Theme 5 css*******************************************************/
.apsc-theme-5 .apsc-each-profile {
min-height: 60px;
text-align: center;
width: 60px;
margin: 5px;
}
.apsc-theme-5 .apsc-each-profile a{
padding: 6px;
display: block;
color: #fff;
position:relative;
border-radius: 5px;
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border:none;
}
.social-icon {
display: block;
}
.apsc-theme-5 .apsc-count {
font-size: 12px;
display: block;
line-height: 12px;
padding: 3px 0 0;
}
.apsc-theme-5 .social-icon .fa {
font-size: 34px;
}
.apsc-theme-5 .social-icon {
height: 34px;
}
.apsc-theme-5 .media-name {
display: none;
}
.apsc-theme-5 .apsc-media-type {
display: none;
}
.apsc-theme-5 .apsc-each-profile a:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
/************************************************responsive*************************************************************/
@media screen and (max-width:479px){
.apsc-theme-4 .apsc-each-profile a,.apsc-theme-3 .apsc-each-profile a {
display: inline-block;
}
.apsc-theme-4 .apsc-each-profile ,.apsc-theme-3 .apsc-each-profile{
float: none;
}
} | public/wp-content/plugins/accesspress-social-counter/css/frontend.css |
@font-face {
font-family: 'MyriadPro-Regular';
src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'),
url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-Bold';
src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.otf') format('opentype'),
url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
.clearfix:after, .clearfix:before{ display:table; content:""}
.clearfix:after{ clear:both};
.clearfix{*zoom:1}
.apsc-each-profile {
font-family: 'MyriadPro-Regular';
}
.apsc-theme-1 .apsc-each-profile {
float: left;
min-height: 80px;
text-align: center;
width: 80px;
margin: 5px;
}
.apsc-each-profile a{
font-weight:normal;
color:white !important;
text-decoration:none;
}
.apsc-each-profile a:hover{
color:white !important;
text-decoration:none !important;
}
.apsc-theme-1 .apsc-each-profile a{
padding: 9px;
display: block;
color: #fff;
position:relative;
border-radius: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border:none;
}
.site-footer .widget .apsc-each-profile a{
color: #fff;
text-decoration:none;
}
.social-icon {
display: block;
}
.apsc-theme-1 .media-name {
display: none;
}
.apsc-theme-1 .apsc-count {
font-size: 16px;
display: block;
line-height: 15px;
padding: 2px 0 0;
}
.entry-content .apsc-each-profile a,.entry-content .apsc-each-profile a:hover,.entry-content .apsc-each-profile a:focus {
color: #fff;
text-decoration:none;
}
.apsc-theme-1 .apsc-each-profile a:before {
background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
content: "";
height: 10px;
left: 5%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-property: transform, opacity;
-webkit-transition-property: transform, opacity;
width: 90%;
z-index: -1;
}
.apsc-theme-1 .apsc-each-profile a:hover:before {
opacity: 1;
transform: translateY(6px);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
}
.apsc-theme-1 .apsc-each-profile a:hover {
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
}
.apsc-theme-1 .social-icon .fa {
font-size: 45px;
}
.apsc-facebook-icon {
background-color:#3b5998;
}
.apsc-twitter-icon{
background-color:#1dcaff;
}
.apsc-youtube-icon{
background-color:#e52d27;
}
.apsc-soundcloud-icon{
background-color:#ff8800;
}
.apsc-dribble-icon{
background-color:#ea4c89;
}
.apsc-comment-icon{
background-color:#464646;
}
.apsc-edit-icon{
background-color:#837d7d;
}
.apsc-google-plus-icon{
background-color:#dd4b39;
}
.apsc-instagram-icon{
background-color:#3f729b;
}
.apsc-theme-1 .apsc-media-type {
display: none;
}
/********************************************Theme 2 css*******************************************************/
.apsc-theme-2 .apsc-each-profile {
float: left;
min-height: 83px;
text-align: center;
width: 80px;
margin: 5px;
}
.apsc-theme-2 .apsc-each-profile a{
display: block;
color: #fff;
position:relative;
border-radius: 5px;
transform: translateZ(0px);
-webkit-transform:translateZ(0px);
-ms-transform: translateZ(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition:transform 0.5s ease-in-out;
-webkit-transition:transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
-o-transition:transform 0.5s ease-in-out;
-ms-transition: transform 0.5s ease-in-out;
}
.apsc-theme-2 .apsc-inner-block{
padding: 8px;
border-radius: 5px;
-webkit-box-shadow: inset 0px -8px 8px 0px rgba(0,0,0,0.21);
-moz-box-shadow: inset 0px -8px 8px 0px rgba(0,0,0,0.21);
box-shadow: inset 0px -8px 8px 0px rgba(0,0,0,0.21);
}
.apsc-theme-2 .apsc-each-profile a:hover{
transform: scale(1.1) rotate(5deg);
-webkit-transform:scale(1.1) rotate(5deg);
-ms-transform: scale(1.1) rotate(5deg);
}
.apsc-theme-2 .apsc-count {
font-size: 14px;
display: block;
line-height: 14px;
padding: 1px 0;
}
.apsc-theme-2 .social-icon .fa {
font-size: 36px;
}
.apsc-theme-2 .media-name {
display: none;
}
.apsc-theme-2 .apsc-media-type {
display: block;
font-size: 11px;
line-height: 11px;
}
/********************************************Theme 3 css*******************************************************/
.apsc-theme-3 .apsc-each-profile {
float: left;
margin: 5px;
}
.apsc-theme-3 .social-icon {
display: table-cell;
min-width: 97px;
padding: 0 0 0 4px;
vertical-align: middle;
position:relative;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-3 .apsc-each-profile a{
border-radius: 4px;
color: #fff;
display: block;
font-weight: normal;
padding: 1px;
position: relative;
text-shadow: none;
}
.apsc-theme-3 .apsc-count {
background-color: #fff;
}
.apsc-theme-3 .social-icon .fa {
display: table-cell;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-3 .media-name {
display: table-cell;
font-size: 14px;
padding: 0 13px 0 5px;
text-transform: capitalize;
vertical-align: middle;
min-width: 77px;
}
.apsc-theme-3 .apsc-count {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #666666;
display: table-cell;
font-size: 16px;
min-width: 52px;
padding: 3px 10px;
text-align: center;
position:relative;
opacity:1;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-3 .apsc-count:before {
border-bottom: 4px solid transparent;
border-right: 4px solid #fff;
border-top: 4px solid transparent;
content: "";
left: -4px;
margin-top: -3px;
position: absolute;
top: 50%;
}
/*.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
height: 32px;
min-width: 0;
opacity: 0;
padding: 0;
width: 0;
}*/
.apsc-theme-3 .apsc-each-profile a:hover .social-icon{
background-color:#fff;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}
.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
color:#fff;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon:after {
border-bottom: 4px solid transparent;
border-left: 4px solid #fff;
border-top: 4px solid transparent;
content: "";
margin-top: -3px;
position: absolute;
right: -4px;
top: 50%;
z-index: 2;
}
.apsc-theme-3 .apsc-media-type {
display: none;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon{
color:#e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .apsc-count{
background-color:#e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon{
color:#ff8800;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .apsc-count{
background-color:#ff8800;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon{
color:#ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .apsc-count{
background-color:#ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .social-icon{
color:#464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .apsc-count{
background-color:#464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon{
color:#1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .apsc-count{
background-color:#1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon{
color:#3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .apsc-count{
background-color:#3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon{
color:#3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .apsc-count{
background-color:#3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .social-icon{
color:#dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .apsc-count{
background-color:#dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .social-icon{
color:#837d7d;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .apsc-count{
background-color:#837d7d;
}
/********************************************Theme 4 css*******************************************************/
.apsc-theme-4 .apsc-each-profile {
float: left;
margin: 5px;
}
.apsc-theme-4 .social-icon {
display: inline-block;
position:relative;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a{
padding: 2px 9px 2px 6px;
display: block;
color: #fff;
position:relative;
border-radius: 4px;
}
.apsc-theme-4 .apsc-each-profile a .fa{
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a:hover .fa{
transform: scale(1.3) translateZ(0px);
-webkit-transform:scale(1.3) translateZ(0px);
-ms-transform: scale(1.3) translateZ(0px);
}
.apsc-theme-4 .social-icon .fa {
display: inline-block;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-4 .media-name {
display: inline-block;
font-size: 14px;
padding: 0 6px 0 5px;
text-transform: capitalize;
}
.apsc-theme-4 .apsc-count {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #fff;
display: inline-block;
font-size: 14px;
text-align: center;
position:relative;
font-family: 'MyriadPro-Bold';
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
display: none;
}
/********************************************Theme 5 css*******************************************************/
.apsc-theme-5 .apsc-each-profile {
min-height: 60px;
text-align: center;
width: 60px;
margin: 5px;
}
.apsc-theme-5 .apsc-each-profile a{
padding: 6px;
display: block;
color: #fff;
position:relative;
border-radius: 5px;
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border:none;
}
.social-icon {
display: block;
}
.apsc-theme-5 .apsc-count {
font-size: 12px;
display: block;
line-height: 12px;
padding: 3px 0 0;
}
.apsc-theme-5 .social-icon .fa {
font-size: 34px;
}
.apsc-theme-5 .social-icon {
height: 34px;
}
.apsc-theme-5 .media-name {
display: none;
}
.apsc-theme-5 .apsc-media-type {
display: none;
}
.apsc-theme-5 .apsc-each-profile a:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
/************************************************responsive*************************************************************/
@media screen and (max-width:479px){
.apsc-theme-4 .apsc-each-profile a,.apsc-theme-3 .apsc-each-profile a {
display: inline-block;
}
.apsc-theme-4 .apsc-each-profile ,.apsc-theme-3 .apsc-each-profile{
float: none;
}
} | 0.277375 | 0.055336 |
body {
margin-left:0;
margin-top:0;
margin-right:0;
color:#333;
font-family: inherit;
height:100%;
position: relative;
overflow:visible;
}
a{
text-decoration: none;
}
.Header {
padding:5px;
background-color:#1E1F29;
max-width:100%;
max-height:10%;
}
.NamaToko {
padding-left:20;
color:#ffff;
font:inherit;
font-size:20px;
margin-left:10%;
}
.Keranjang {
float:right;
color:#ffff;
font:inherit;
font-size:20px;
}
aside {
position: -webkit-sticky;
position: sticky;
top:0px;
}
.menu {
position: -webkit-sticky;
position: sticky;
float:right;
right:0;
width:15%;
border-left:2px solid;
border-bottom:2px solid;
border-top:2px solid;
border-color:#D10024;
background-color:#000;
margin-left:0;
height:758;
}
hr.line {
border-style:solid;
border-color:#D10024;
border-top: 7px solid #D10024;
border-bottom: 0px ;
height: 0px;
margin-top: 0px;
margin-bottom:0px;
}
hr.lineShading {
border-style: solid;
border-color:#B2001D;
border-top: 5px solid #B2001D;
border-bottom: 0px;
height: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
.primary-btn.hot-btn {
margin-left:10%;
margin-top:20%;"
}
.primary-btn.checkout {
float:right;
}
/***** banner *****/
.sidebar{
width:20%;
}
.search{
right:15%;
position:absolute;
padding-top:15;
width:15%;
}
.search input[type="text"] {
padding: 8px 10px;
outline: none;
color:#000;
background:#e9e9e9;
border:none;
width:87.22%;
line-height: 1.5em;
font-size: 0.8125em;
text-transform:uppercase;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 8px 9px #333;
padding: 6px 17px;
border: none;
cursor: pointer;
position: absolute;
line-height: 1.5em;
outline: none;
right: 0;
}
.search input[type="submit"]:hover{
background: url('../images/search.png') no-repeat 8px 9px #df4782;
}
#hot-deal.section {
padding: 60px 0px;
margin-top:0px;
background-color: #E4E7ED;
background-image: url('../images/steam-summer-sale%20(1).jpg');
background-attachment:local;
background-size:110%;
background-repeat: no-repeat;
background-position: center;
}
.primary-btn {
display: inline-block;
padding: 12px 30px;
background-color: #D10024;
border: none;
border-radius: 40px;
color: #FFF;
text-transform: uppercase;
font-weight: 700;
text-align: center;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.primary-btn.cta-btn{
background-color: #1E1F20;
}
.hot-deal {
text-align: center;
margin-top:0px;
}
.hot-deal .cta-btn {
margin-top:100;
margin-left:40%;
}
.shop {
position: relative;
overflow: hidden;
margin: 15px 10px;
float:left;
max-height:240;
width:26%;
}
.shop:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0px;
width: 60%;
background: #D10024;
opacity: 0.9;
-webkit-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.shop:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 1px;
width: 100%;
background: #D10024;
opacity: 0.9;
-webkit-transform: skewX(-45deg) translateX(-100%);
-ms-transform: skewX(-45deg) translateX(-100%);
transform: skewX(-45deg) translateX(-100%);
}
.shop .shop-img {
position: relative;
background-color: #E4E7ED;
z-index: -1;
background-size:100%;
}
.preview {
width:500;
height: 400;
}
.NamaPreview {
width:100%;
margin-top:0px;
}
.synopsis {
font-family: 'Exo', sans-serif;
font-weight:600;
color:#4a4a4a;
margin-top:0px;
padding-left:55px;
margin-left:5px;
}
.synopsis p{
border-left:5px solid;
border-color:#D10024;
color:#000;
}
.paragraf{
border-left:5px solid;
border-color:#D10024;
color:#000;
}
.NamaPreview h1 {
font-family: 'Exo', sans-serif;
font-weight:600;
font-size:40px;
color:#4a4a4a;
margin-top:0px;
text-decoration: underline;
text-decoration-color:#D10024;
}
#more {display: none;}
.shop .shop-img>img {
width: 100%;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.shop:hover .shop-img>img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.shop .shop-box {
position: absolute;
top: 0;
width: 75%;
padding: 30px;
z-index: 10;
}
.shop .shop-box h3 {
color: #FFF;
}
.shop .shop-box .cta-btn {
color: #FFF;
text-transform: uppercase;
}
.info {
background-color:#2B2D42;
}
.foto {
background: url('../images/blank.png') no-repeat #333;
background-size:100%;
margin-left:20px;
width:50;
height:50 ;
border-radius:1px;
float:left;
}
.menu h3{
color:white;
padding: 16px;
margin-left:2px;
margin-top:1px;
margin-bottom:1px;
background-color:#f;
}
form {border: 0px ;
color:white;
margin-left:2px;
margin-bottom:1px;
}
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
}
button.logon{
width:100%;
}
button:hover {
opacity: 0.8;
}
.login {
padding: 16px;
margin-left:2px;
}
span.psw {
float: right;
padding-top: 16px;
}
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
}
.product-label {
position: absolute;
top: 15px;
right: 15px;
}
.product-label>span {
border: 2px solid;
padding: 2px 10px;
font-size: 12px;
}
.product-label>span.sale {
background-color: #FFF;
border-color: #D10024;
color: #D10024;
}
.product-label>span.new {
background-color: #D10024;
border-color: #D10024;
color: #FFF;
}
#parent{
width: 1000px;
height: 1000px;
background-color: red;
}
footer{
height: 307px;
clear: both;
background:#15161D;
float:bottom;
bottom:0;
}
.footer1{
margin-left:16;
float: left;
width: 27%;
color:white;
}
.footer2{
color:white;
float: left;
width: 28%;
}
.contact{
color:white;
float: left;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 11%;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
width:70;
}
#myBtn:hover {
background-color: #555;
}
.button-up{
float:right;
}
.title {
font-family: 'Exo', sans-serif;
font-weight:600; font-size:24px;
color:#4a4a4a;
padding-bottom:0px;
border-bottom:1px solid #dedede;
line-height:38px;
margin:20 0 20px;
}
.title span {
border-bottom:3px solid #ed084d;
padding-bottom:6px;
margin-left:16;
}
/* Style the list */
ul.breadcrumb {
margin-top:5px;
margin-bottom:10px;
padding: 10px 16px;
list-style: none;
background-color: #eee;
}
/* Display list items side by side */
ul.breadcrumb li {
display: inline;
font-size: 18px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}
.area {
width:100%;
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto
}
*:focus {
/* REMOVES FOCUS BOX ON BUTTONS */
outline: 0 !important;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
/*
------------------------------------
---------------LAYOUT---------------
------------------------------------
*/
/* BOX */
#wrapper {
background-color: #FFF;
width: 100%;
height: 520;
}
/* FLEXBOX */
.main-container {
display: flex;
align-items: top;
border: none;
padding: 12px;
border-radius: 100px;
border: #FFF solid 1px;
box-shadow: 0px 0px 0px 2px #fff inset;
margin-right: 20px;
}
/* LEFT COLUMN */
.left-cl {
margin: 0 20px 0 0;
flex: 1;
z-index: 98;
}
/* RIGHT COLUMN */
.right-cl {
margin: 0 20px 0 0px;
flex: 1;
z-index: 98;
}
/*
------------------------------------
----------------FONTS---------------
------------------------------------
*/
h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 35px;
color: #9B9B9B;
letter-spacing: 1.98px;
padding-bottom: 10px;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 20px;
color: #9B9B9B;
letter-spacing: 1.98px;
margin-bottom: 15px;
}
h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
text-transform: uppercase;
font-size: 10px;
color: #9B9B9B;
letter-spacing: 3px;
padding-bottom: 5px;
margin-top: 50px;
}
p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 10px;
color: #9B9B9B;
letter-spacing: 1px;
border-left:2px solid;
border-color:#D10024;
padding-left:4px;
}
/* BACKGROUND DIAGONAL SHAPE */
.diagonal {
position: absolute;
width: 100px;
height: 535px;
margin-left: 10px;
margin-top: -20px;
background: #D10024;
z-index: -1;
/* Skew */
}
/* BUTTON BACK BACKGROUND */
.button-back {
position: absolute;
width: 0;
height: 0;
top: 0;
border-top: 120px solid #FF7372;
border-right: 70px solid transparent;
-webkit-transform:rotate(360deg)
/* ANIMATION */
-o-transition:color .3s ease-out, border-top .3s ease-in;
-ms-transition:color .3s ease-out, border-top .3s ease-in;
-moz-transition:color .3s ease-out, border-top .3s ease-in;
-webkit-transition:color .3s ease-out, border-top .3s ease-in;
transition:color .3s ease-out, border-top .3s ease-in;
}
/* BUTTON BACK ICON */
.button-back span {
position: absolute;
margin-top: -100px;
margin-left: 10px;
/* ANIMATION */
-o-transition:color .2s ease-out, transform .2s ease-in;
-ms-transition:color .2s ease-out, transform .2s ease-in;
-moz-transition:color .2s ease-out, transform .2s ease-in;
-webkit-transition:color .2s ease-out, transform .2s ease-in;
transition:color .2s ease-out, transform .2s ease-in;
}
.button-back:hover {
border-top: 120px solid #FF935E;
cursor: pointer;
}
.button-back span:hover {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
} | DVDSoftware/css/style.css | body {
margin-left:0;
margin-top:0;
margin-right:0;
color:#333;
font-family: inherit;
height:100%;
position: relative;
overflow:visible;
}
a{
text-decoration: none;
}
.Header {
padding:5px;
background-color:#1E1F29;
max-width:100%;
max-height:10%;
}
.NamaToko {
padding-left:20;
color:#ffff;
font:inherit;
font-size:20px;
margin-left:10%;
}
.Keranjang {
float:right;
color:#ffff;
font:inherit;
font-size:20px;
}
aside {
position: -webkit-sticky;
position: sticky;
top:0px;
}
.menu {
position: -webkit-sticky;
position: sticky;
float:right;
right:0;
width:15%;
border-left:2px solid;
border-bottom:2px solid;
border-top:2px solid;
border-color:#D10024;
background-color:#000;
margin-left:0;
height:758;
}
hr.line {
border-style:solid;
border-color:#D10024;
border-top: 7px solid #D10024;
border-bottom: 0px ;
height: 0px;
margin-top: 0px;
margin-bottom:0px;
}
hr.lineShading {
border-style: solid;
border-color:#B2001D;
border-top: 5px solid #B2001D;
border-bottom: 0px;
height: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
.primary-btn.hot-btn {
margin-left:10%;
margin-top:20%;"
}
.primary-btn.checkout {
float:right;
}
/***** banner *****/
.sidebar{
width:20%;
}
.search{
right:15%;
position:absolute;
padding-top:15;
width:15%;
}
.search input[type="text"] {
padding: 8px 10px;
outline: none;
color:#000;
background:#e9e9e9;
border:none;
width:87.22%;
line-height: 1.5em;
font-size: 0.8125em;
text-transform:uppercase;
}
.search input[type="submit"] {
background: url('../images/search.png') no-repeat 8px 9px #333;
padding: 6px 17px;
border: none;
cursor: pointer;
position: absolute;
line-height: 1.5em;
outline: none;
right: 0;
}
.search input[type="submit"]:hover{
background: url('../images/search.png') no-repeat 8px 9px #df4782;
}
#hot-deal.section {
padding: 60px 0px;
margin-top:0px;
background-color: #E4E7ED;
background-image: url('../images/steam-summer-sale%20(1).jpg');
background-attachment:local;
background-size:110%;
background-repeat: no-repeat;
background-position: center;
}
.primary-btn {
display: inline-block;
padding: 12px 30px;
background-color: #D10024;
border: none;
border-radius: 40px;
color: #FFF;
text-transform: uppercase;
font-weight: 700;
text-align: center;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.primary-btn.cta-btn{
background-color: #1E1F20;
}
.hot-deal {
text-align: center;
margin-top:0px;
}
.hot-deal .cta-btn {
margin-top:100;
margin-left:40%;
}
.shop {
position: relative;
overflow: hidden;
margin: 15px 10px;
float:left;
max-height:240;
width:26%;
}
.shop:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0px;
width: 60%;
background: #D10024;
opacity: 0.9;
-webkit-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.shop:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 1px;
width: 100%;
background: #D10024;
opacity: 0.9;
-webkit-transform: skewX(-45deg) translateX(-100%);
-ms-transform: skewX(-45deg) translateX(-100%);
transform: skewX(-45deg) translateX(-100%);
}
.shop .shop-img {
position: relative;
background-color: #E4E7ED;
z-index: -1;
background-size:100%;
}
.preview {
width:500;
height: 400;
}
.NamaPreview {
width:100%;
margin-top:0px;
}
.synopsis {
font-family: 'Exo', sans-serif;
font-weight:600;
color:#4a4a4a;
margin-top:0px;
padding-left:55px;
margin-left:5px;
}
.synopsis p{
border-left:5px solid;
border-color:#D10024;
color:#000;
}
.paragraf{
border-left:5px solid;
border-color:#D10024;
color:#000;
}
.NamaPreview h1 {
font-family: 'Exo', sans-serif;
font-weight:600;
font-size:40px;
color:#4a4a4a;
margin-top:0px;
text-decoration: underline;
text-decoration-color:#D10024;
}
#more {display: none;}
.shop .shop-img>img {
width: 100%;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.shop:hover .shop-img>img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.shop .shop-box {
position: absolute;
top: 0;
width: 75%;
padding: 30px;
z-index: 10;
}
.shop .shop-box h3 {
color: #FFF;
}
.shop .shop-box .cta-btn {
color: #FFF;
text-transform: uppercase;
}
.info {
background-color:#2B2D42;
}
.foto {
background: url('../images/blank.png') no-repeat #333;
background-size:100%;
margin-left:20px;
width:50;
height:50 ;
border-radius:1px;
float:left;
}
.menu h3{
color:white;
padding: 16px;
margin-left:2px;
margin-top:1px;
margin-bottom:1px;
background-color:#f;
}
form {border: 0px ;
color:white;
margin-left:2px;
margin-bottom:1px;
}
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
}
button.logon{
width:100%;
}
button:hover {
opacity: 0.8;
}
.login {
padding: 16px;
margin-left:2px;
}
span.psw {
float: right;
padding-top: 16px;
}
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
}
.product-label {
position: absolute;
top: 15px;
right: 15px;
}
.product-label>span {
border: 2px solid;
padding: 2px 10px;
font-size: 12px;
}
.product-label>span.sale {
background-color: #FFF;
border-color: #D10024;
color: #D10024;
}
.product-label>span.new {
background-color: #D10024;
border-color: #D10024;
color: #FFF;
}
#parent{
width: 1000px;
height: 1000px;
background-color: red;
}
footer{
height: 307px;
clear: both;
background:#15161D;
float:bottom;
bottom:0;
}
.footer1{
margin-left:16;
float: left;
width: 27%;
color:white;
}
.footer2{
color:white;
float: left;
width: 28%;
}
.contact{
color:white;
float: left;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 11%;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
width:70;
}
#myBtn:hover {
background-color: #555;
}
.button-up{
float:right;
}
.title {
font-family: 'Exo', sans-serif;
font-weight:600; font-size:24px;
color:#4a4a4a;
padding-bottom:0px;
border-bottom:1px solid #dedede;
line-height:38px;
margin:20 0 20px;
}
.title span {
border-bottom:3px solid #ed084d;
padding-bottom:6px;
margin-left:16;
}
/* Style the list */
ul.breadcrumb {
margin-top:5px;
margin-bottom:10px;
padding: 10px 16px;
list-style: none;
background-color: #eee;
}
/* Display list items side by side */
ul.breadcrumb li {
display: inline;
font-size: 18px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
color: #0275d8;
text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}
.area {
width:100%;
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto
}
*:focus {
/* REMOVES FOCUS BOX ON BUTTONS */
outline: 0 !important;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
/*
------------------------------------
---------------LAYOUT---------------
------------------------------------
*/
/* BOX */
#wrapper {
background-color: #FFF;
width: 100%;
height: 520;
}
/* FLEXBOX */
.main-container {
display: flex;
align-items: top;
border: none;
padding: 12px;
border-radius: 100px;
border: #FFF solid 1px;
box-shadow: 0px 0px 0px 2px #fff inset;
margin-right: 20px;
}
/* LEFT COLUMN */
.left-cl {
margin: 0 20px 0 0;
flex: 1;
z-index: 98;
}
/* RIGHT COLUMN */
.right-cl {
margin: 0 20px 0 0px;
flex: 1;
z-index: 98;
}
/*
------------------------------------
----------------FONTS---------------
------------------------------------
*/
h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 35px;
color: #9B9B9B;
letter-spacing: 1.98px;
padding-bottom: 10px;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 20px;
color: #9B9B9B;
letter-spacing: 1.98px;
margin-bottom: 15px;
}
h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
text-transform: uppercase;
font-size: 10px;
color: #9B9B9B;
letter-spacing: 3px;
padding-bottom: 5px;
margin-top: 50px;
}
p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 10px;
color: #9B9B9B;
letter-spacing: 1px;
border-left:2px solid;
border-color:#D10024;
padding-left:4px;
}
/* BACKGROUND DIAGONAL SHAPE */
.diagonal {
position: absolute;
width: 100px;
height: 535px;
margin-left: 10px;
margin-top: -20px;
background: #D10024;
z-index: -1;
/* Skew */
}
/* BUTTON BACK BACKGROUND */
.button-back {
position: absolute;
width: 0;
height: 0;
top: 0;
border-top: 120px solid #FF7372;
border-right: 70px solid transparent;
-webkit-transform:rotate(360deg)
/* ANIMATION */
-o-transition:color .3s ease-out, border-top .3s ease-in;
-ms-transition:color .3s ease-out, border-top .3s ease-in;
-moz-transition:color .3s ease-out, border-top .3s ease-in;
-webkit-transition:color .3s ease-out, border-top .3s ease-in;
transition:color .3s ease-out, border-top .3s ease-in;
}
/* BUTTON BACK ICON */
.button-back span {
position: absolute;
margin-top: -100px;
margin-left: 10px;
/* ANIMATION */
-o-transition:color .2s ease-out, transform .2s ease-in;
-ms-transition:color .2s ease-out, transform .2s ease-in;
-moz-transition:color .2s ease-out, transform .2s ease-in;
-webkit-transition:color .2s ease-out, transform .2s ease-in;
transition:color .2s ease-out, transform .2s ease-in;
}
.button-back:hover {
border-top: 120px solid #FF935E;
cursor: pointer;
}
.button-back span:hover {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
} | 0.303938 | 0.054174 |
*, *::before, *::after {
font-family: cursive;
}
body {
padding: 0;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
align-items: center;
background-color:rgb(22, 51, 83);
}
.banner{
color: rgb(180, 179, 179);
align-content: center;
}
#rightAns{
color: green;
font-size: 40px;
align-content: center;
}
#wrongAns{
color: red;
font-size: 40px;
align-content: center;
}
.score-board {
display: flex;
flex-direction: row;
padding: 20px 10px;
width: 40%;
height: auto;
justify-content: space-between;
}
.high-scores {
padding: 3px;
margin: 0;
height: 40px;
}
#high-scores:hover {
border-color: blue;
}
#high-scores {
background-color: rgb(32, 52, 117);
font-size: 20px;
height: 40px;
color: rgb(180, 179, 179);
border: solid 2px white;
border-radius: 25%;
font-weight: bold;
}
.timer {
padding: 2px;
margin: 0;
text-align: right;
height: 40px;
}
.timer h1 {
font-size: 20px;
margin: 5px;
padding: 5px;
border: solid 2px white;
border-radius: 25%;
color: rgb(180, 179, 179);
background-color: rgb(32, 52, 117);
cursor: default;
}
.question-card {
width: 800px;
max-width: 80%;
max-height: 30%;
}
#question {
color: rgb(180, 179, 179);
font-size: 30px;
text-align: center;
flex-wrap: wrap;
}
.btn-grid {
display: grid;
grid-template-columns: repeat(2, auto);
gap: 10px;
margin: 20px 10px;
padding-top: 10px;
}
.btn {
background-color: rgb(32, 52, 117);
border: 2px solid white;
border-radius: 25%;
padding: 5px, 10px;
color: rgb(180, 179, 179);
outline: none;
justify-content: center;
align-items: center;
cursor: pointer;
}
.btn text {
text-align: center;
font-size: 20px;
}
.answer {
padding-top: 30px;
text-align: center;
font-size: 100%;
}
.btn:hover {
border-color: blue;
}
#answer-buttons {
height: 200px;
}
.start-btn {
font-size: 2rem;
font-weight: bold;
padding: 10px 20px;
}
p {
color: rgb(180, 179, 179);
padding-top: 30px;
text-align: center;
font-size: 25px;
margin-top: 5px;
}
.controls {
display: flex;
justify-content: center;
align-items: center;
}
.hide {
display: none;
}
.score {
align-items: center;
}
.score h1 {
color: rgb(180, 179, 179);
font-size: 30px;
font-weight: bold;
padding-bottom: 10px;
}
.score form {
align-items: center;
}
#leaderboard {
text-align: center;
justify-content: space-between;
}
#leaderboard h1 {
text-align: center;
font-size: 40px;
color: rgb(180, 179, 179);
border-bottom: 5px solid white;
padding-bottom: 10px;
}
#leaderboard button {
font-size: 20px;
height: 50px;
width: 200px;
height: 100px;
margin: 0 60px;
}
#leaders {
color: rgb(180, 179, 179);
text-align: center;
font-size: 30px;
font-weight: bold;
margin: 15px;
padding-bottom: 30px;
} | style.css | *, *::before, *::after {
font-family: cursive;
}
body {
padding: 0;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
align-items: center;
background-color:rgb(22, 51, 83);
}
.banner{
color: rgb(180, 179, 179);
align-content: center;
}
#rightAns{
color: green;
font-size: 40px;
align-content: center;
}
#wrongAns{
color: red;
font-size: 40px;
align-content: center;
}
.score-board {
display: flex;
flex-direction: row;
padding: 20px 10px;
width: 40%;
height: auto;
justify-content: space-between;
}
.high-scores {
padding: 3px;
margin: 0;
height: 40px;
}
#high-scores:hover {
border-color: blue;
}
#high-scores {
background-color: rgb(32, 52, 117);
font-size: 20px;
height: 40px;
color: rgb(180, 179, 179);
border: solid 2px white;
border-radius: 25%;
font-weight: bold;
}
.timer {
padding: 2px;
margin: 0;
text-align: right;
height: 40px;
}
.timer h1 {
font-size: 20px;
margin: 5px;
padding: 5px;
border: solid 2px white;
border-radius: 25%;
color: rgb(180, 179, 179);
background-color: rgb(32, 52, 117);
cursor: default;
}
.question-card {
width: 800px;
max-width: 80%;
max-height: 30%;
}
#question {
color: rgb(180, 179, 179);
font-size: 30px;
text-align: center;
flex-wrap: wrap;
}
.btn-grid {
display: grid;
grid-template-columns: repeat(2, auto);
gap: 10px;
margin: 20px 10px;
padding-top: 10px;
}
.btn {
background-color: rgb(32, 52, 117);
border: 2px solid white;
border-radius: 25%;
padding: 5px, 10px;
color: rgb(180, 179, 179);
outline: none;
justify-content: center;
align-items: center;
cursor: pointer;
}
.btn text {
text-align: center;
font-size: 20px;
}
.answer {
padding-top: 30px;
text-align: center;
font-size: 100%;
}
.btn:hover {
border-color: blue;
}
#answer-buttons {
height: 200px;
}
.start-btn {
font-size: 2rem;
font-weight: bold;
padding: 10px 20px;
}
p {
color: rgb(180, 179, 179);
padding-top: 30px;
text-align: center;
font-size: 25px;
margin-top: 5px;
}
.controls {
display: flex;
justify-content: center;
align-items: center;
}
.hide {
display: none;
}
.score {
align-items: center;
}
.score h1 {
color: rgb(180, 179, 179);
font-size: 30px;
font-weight: bold;
padding-bottom: 10px;
}
.score form {
align-items: center;
}
#leaderboard {
text-align: center;
justify-content: space-between;
}
#leaderboard h1 {
text-align: center;
font-size: 40px;
color: rgb(180, 179, 179);
border-bottom: 5px solid white;
padding-bottom: 10px;
}
#leaderboard button {
font-size: 20px;
height: 50px;
width: 200px;
height: 100px;
margin: 0 60px;
}
#leaders {
color: rgb(180, 179, 179);
text-align: center;
font-size: 30px;
font-weight: bold;
margin: 15px;
padding-bottom: 30px;
} | 0.589953 | 0.092401 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: 'Rosario';
font-style: normal;
font-weight: 400;
src: local('Rosario Regular'), local('Rosario-Regular'), url(../fonts/Rosario-Regular.woff2) format('woff2'), url(../fonts/Rosario-Regular.woff) format('woff');
}
@font-face {
font-family: 'Rosario';
font-style: normal;
font-weight: 700;
src: local('Rosario Bold'), local('Rosario-Bold'), url(../fonts/Rosario-Bold.woff2) format('woff2'), url(../fonts/Rosario-Bold.woff) format('woff');
}
@font-face {
font-family: 'Rosario';
font-style: italic;
font-weight: 400;
src: local('Rosario Italic'), local('Rosario-Italic'), url(../fonts/Rosario-Italic.woff2) format('woff2'), url(../fonts/Rosario-Italic.woff) format('woff');
}
@font-face {
font-family: 'Rosario';
font-style: italic;
font-weight: 700;
src: local('Rosario Bold Italic'), local('Rosario-BoldItalic'), url(../fonts/Rosario-BoldItalic.woff2) format('woff2'), url(../fonts/Rosario-BoldItalic.woff) format('woff');
}
html {
color: #000000;
font-family: 'Rosario', sans-serif;
font-size: 1em;
line-height: 1.3;
-webkit-font-smoothing:antialiased;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* 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;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
audio,
canvas,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
a,
a:active,
a:hover,
a:focus{
outline:none;
}
html, body{
height:100%;
}
body{
background-color:#999999;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#hoja{
background-color:#FFFFFF;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
box-shadow: 0 0 5px rgba(0,0,0,0.6);
display:block;
height:708px;
margin:0 auto;
overflow:hidden;
position:relative;
width:1000px;
}
.figura{
bottom:0;
display:block;
height:114px;
line-height:76px;
pointer-events:none;
position:absolute;
right:0;
text-align:center;
width:114px;
z-index: 1;
}
.figura span{
display:inline-block;
height:80px;
pointer-events:none;
position:relative;
text-align:center;
top:17px;
width:80px;
}
.figura svg{
display:inline-block;
fill:#808080;
-webkit-filter: blur(0.01px);
-moz-filter: blur(0.01px);
-ms-filter: blur(0.01px);
-o-filter: blur(0.01px);
filter: blur(0.01px);
shape-rendering:geometricPrecision;
vertical-align: middle;
}
.SO_Mac .figura svg,
.SO_iOS .figura svg{
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.figura svg .objeto{
pointer-events:auto;
-webkit-transition: fill .2s ease-in-out;
-moz-transition: fill .2s ease-in-out;
-ms-transition: fill .2s ease-in-out;
-o-transition: fill .2s ease-in-out;
transition: fill .2s ease-in-out;
}
.figura svg .objeto:hover{
fill:#444444;
}
.figura svg .objeto, .grupo-icono{
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.figura svg .objeto:active, .grupo-icono:active{
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.navegador_IE .figura,
.navegador_IE .figura span{
pointer-events:auto;
}
/* Grupo -------------------------------------------------------------------- */
.grupo{
display:block;
height:100%;
left:0;
top:0;
width:100%;
}
.grupo-icono{
display:block;
height:14px;
left:calc(50% - 7px);
pointer-events:none;
position:absolute;
top:calc(50% - 7px);
width:14px;
}
/* Menu --------------------------------------------------------------------- */
#menu{
display:block;
left:0;
position:absolute;
text-align:right;
top:0;
width:100%;
}
#menu nav{
position:absolute;
right:0;
z-index:3;
}
#menu ul{
font-size:0;
list-style:none;
margin:0;
padding:0;
}
#menu ul li{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
display:inline-block;
margin:0;
padding:0;
}
#menu ul li a, #menu #submenu span{
background-color:#FFFFFF;
color:#666666;
display:block;
font-size:0.875rem;
padding:4px 10px;
text-decoration:none;
-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
-o-transition: background .2s ease-in-out, color .2s ease-in-out;
transition: background .2s ease-in-out, color .2s ease-in-out;
}
#menu ul li a:hover{
background-color:#EEEEEE;
color:#333333;
}
#menu ul li#generarpdf a:hover{
background-color:#99CC33;
color:#000000;
}
#menu ul li.menu_desactivado a{
background-color:#FFFFFF;
color:#CCCCCC;
pointer-events:none;
}
#menu ul li.menu_activado a{
pointer-events:auto;
}
#menu #submenu span{
cursor:pointer;
position:relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#menu #submenu ul{
border-top:1px solid #CCCCCC;
display:none;
position:absolute;
right:0;
width:auto;
}
#menu #submenu ul li{
display:block;
text-align:left;
}
#menu .menu_abierto span, #menu #submenu:hover span{
background-color:#666666 !important;
color:#FFFFFF !important;
}
#menu .menu_abierto ul{
display:block !important;
}
/* Pie ---------------------------------------------------------------------- */
#pie{
bottom:20px;
color:#666666;
cursor:default;
display:block;
font-size:0.750em;
position:absolute;
right:20px;
text-align:right;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#pie a{
border-bottom:1px solid #CCCCCC;
color:#666666;
padding-bottom:1px;
text-decoration:none;
-webkit-transition: color .2s ease-in-out;
-moz-transition: color .2s ease-in-out;
-ms-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
}
#pie a:hover{
border-bottom-color:#FFFFFF;
color:#99CC33;
}
/* Ventanas ----------------------------------------------------------------- */
#cboxContent{
background-color:#FFFFFF !important;
margin-top:0;
}
#cboxLoadedContent{
background-color:#FFFFFF !important;
border:1px solid #666666;
}
#cboxLoadingOverlay{
background-color:#FFFFFF !important;
}
#cboxClose{
right:1px;
top:1px;
}
#cboxClose:focus{
outline:none;
}
.ventana{
padding:40px;
text-align:center;
-webkit-touch-callout: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ventana h2{
border-bottom:1px solid #CCCCCC;
display:block;
font-size:1.500em;
font-weight:400;
margin:0 0 30px 0;
padding:0 0 10px 0;
}
.ventana h3{
font-size:1em;
font-weight:700;
margin-top:30px;
text-align:left;
}
.ventana p{
font-size:1.125em;
margin:10px 0 0 0;
}
.ventana .botonera{
margin-top:40px;
text-align:center;
}
.ventana .botonera .boton:first-child{
margin-right:10px;
}
.ventana .boton{
background-color:#EEEEEE;
border:1px solid #999999;
cursor:pointer;
display:inline-block;
padding:2px 8px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ventana .boton:hover{
background-color:#999999;
color:#FFFFFF;
}
.ventana .boton_rojo:hover{
background-color:#ff0000;
}
.ventana p a{
border-bottom:1px solid #CCCCCC;
color:#000000;
padding-bottom:0;
text-decoration:none;
white-space:nowrap;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ventana p a:hover{
border-bottom-color:#FFFFFF;
color:#99CC33;
text-decoration:none;
}
#info_ventana h3{
margin-top:40px;
}
#info_ventana p, #trabajopractico_ventana p{
font-size:1em;
text-align:left;
}
#info_ventana .info-licencia h3{
margin-bottom:12px;
}
#info_ventana .info-licencia p{
line-height:1.6;
margin-top:0;
}
#info_ventana .info-licencia a{
white-space:normal !important;
}
#info_ventana .info-licencia span.sincorte{
white-space:nowrap !important;
}
#info_ventana .info-recursos p.enlaces{
line-height:1.6;
}
@media print {
.figura svg{
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.figura:after{
display:none;
visibility:hidden;
}
} | css/estilos.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: 'Rosario';
font-style: normal;
font-weight: 400;
src: local('Rosario Regular'), local('Rosario-Regular'), url(../fonts/Rosario-Regular.woff2) format('woff2'), url(../fonts/Rosario-Regular.woff) format('woff');
}
@font-face {
font-family: 'Rosario';
font-style: normal;
font-weight: 700;
src: local('Rosario Bold'), local('Rosario-Bold'), url(../fonts/Rosario-Bold.woff2) format('woff2'), url(../fonts/Rosario-Bold.woff) format('woff');
}
@font-face {
font-family: 'Rosario';
font-style: italic;
font-weight: 400;
src: local('Rosario Italic'), local('Rosario-Italic'), url(../fonts/Rosario-Italic.woff2) format('woff2'), url(../fonts/Rosario-Italic.woff) format('woff');
}
@font-face {
font-family: 'Rosario';
font-style: italic;
font-weight: 700;
src: local('Rosario Bold Italic'), local('Rosario-BoldItalic'), url(../fonts/Rosario-BoldItalic.woff2) format('woff2'), url(../fonts/Rosario-BoldItalic.woff) format('woff');
}
html {
color: #000000;
font-family: 'Rosario', sans-serif;
font-size: 1em;
line-height: 1.3;
-webkit-font-smoothing:antialiased;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* 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;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
audio,
canvas,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
a,
a:active,
a:hover,
a:focus{
outline:none;
}
html, body{
height:100%;
}
body{
background-color:#999999;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#hoja{
background-color:#FFFFFF;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
box-shadow: 0 0 5px rgba(0,0,0,0.6);
display:block;
height:708px;
margin:0 auto;
overflow:hidden;
position:relative;
width:1000px;
}
.figura{
bottom:0;
display:block;
height:114px;
line-height:76px;
pointer-events:none;
position:absolute;
right:0;
text-align:center;
width:114px;
z-index: 1;
}
.figura span{
display:inline-block;
height:80px;
pointer-events:none;
position:relative;
text-align:center;
top:17px;
width:80px;
}
.figura svg{
display:inline-block;
fill:#808080;
-webkit-filter: blur(0.01px);
-moz-filter: blur(0.01px);
-ms-filter: blur(0.01px);
-o-filter: blur(0.01px);
filter: blur(0.01px);
shape-rendering:geometricPrecision;
vertical-align: middle;
}
.SO_Mac .figura svg,
.SO_iOS .figura svg{
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.figura svg .objeto{
pointer-events:auto;
-webkit-transition: fill .2s ease-in-out;
-moz-transition: fill .2s ease-in-out;
-ms-transition: fill .2s ease-in-out;
-o-transition: fill .2s ease-in-out;
transition: fill .2s ease-in-out;
}
.figura svg .objeto:hover{
fill:#444444;
}
.figura svg .objeto, .grupo-icono{
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.figura svg .objeto:active, .grupo-icono:active{
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.navegador_IE .figura,
.navegador_IE .figura span{
pointer-events:auto;
}
/* Grupo -------------------------------------------------------------------- */
.grupo{
display:block;
height:100%;
left:0;
top:0;
width:100%;
}
.grupo-icono{
display:block;
height:14px;
left:calc(50% - 7px);
pointer-events:none;
position:absolute;
top:calc(50% - 7px);
width:14px;
}
/* Menu --------------------------------------------------------------------- */
#menu{
display:block;
left:0;
position:absolute;
text-align:right;
top:0;
width:100%;
}
#menu nav{
position:absolute;
right:0;
z-index:3;
}
#menu ul{
font-size:0;
list-style:none;
margin:0;
padding:0;
}
#menu ul li{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
display:inline-block;
margin:0;
padding:0;
}
#menu ul li a, #menu #submenu span{
background-color:#FFFFFF;
color:#666666;
display:block;
font-size:0.875rem;
padding:4px 10px;
text-decoration:none;
-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
-o-transition: background .2s ease-in-out, color .2s ease-in-out;
transition: background .2s ease-in-out, color .2s ease-in-out;
}
#menu ul li a:hover{
background-color:#EEEEEE;
color:#333333;
}
#menu ul li#generarpdf a:hover{
background-color:#99CC33;
color:#000000;
}
#menu ul li.menu_desactivado a{
background-color:#FFFFFF;
color:#CCCCCC;
pointer-events:none;
}
#menu ul li.menu_activado a{
pointer-events:auto;
}
#menu #submenu span{
cursor:pointer;
position:relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#menu #submenu ul{
border-top:1px solid #CCCCCC;
display:none;
position:absolute;
right:0;
width:auto;
}
#menu #submenu ul li{
display:block;
text-align:left;
}
#menu .menu_abierto span, #menu #submenu:hover span{
background-color:#666666 !important;
color:#FFFFFF !important;
}
#menu .menu_abierto ul{
display:block !important;
}
/* Pie ---------------------------------------------------------------------- */
#pie{
bottom:20px;
color:#666666;
cursor:default;
display:block;
font-size:0.750em;
position:absolute;
right:20px;
text-align:right;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#pie a{
border-bottom:1px solid #CCCCCC;
color:#666666;
padding-bottom:1px;
text-decoration:none;
-webkit-transition: color .2s ease-in-out;
-moz-transition: color .2s ease-in-out;
-ms-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
}
#pie a:hover{
border-bottom-color:#FFFFFF;
color:#99CC33;
}
/* Ventanas ----------------------------------------------------------------- */
#cboxContent{
background-color:#FFFFFF !important;
margin-top:0;
}
#cboxLoadedContent{
background-color:#FFFFFF !important;
border:1px solid #666666;
}
#cboxLoadingOverlay{
background-color:#FFFFFF !important;
}
#cboxClose{
right:1px;
top:1px;
}
#cboxClose:focus{
outline:none;
}
.ventana{
padding:40px;
text-align:center;
-webkit-touch-callout: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ventana h2{
border-bottom:1px solid #CCCCCC;
display:block;
font-size:1.500em;
font-weight:400;
margin:0 0 30px 0;
padding:0 0 10px 0;
}
.ventana h3{
font-size:1em;
font-weight:700;
margin-top:30px;
text-align:left;
}
.ventana p{
font-size:1.125em;
margin:10px 0 0 0;
}
.ventana .botonera{
margin-top:40px;
text-align:center;
}
.ventana .botonera .boton:first-child{
margin-right:10px;
}
.ventana .boton{
background-color:#EEEEEE;
border:1px solid #999999;
cursor:pointer;
display:inline-block;
padding:2px 8px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ventana .boton:hover{
background-color:#999999;
color:#FFFFFF;
}
.ventana .boton_rojo:hover{
background-color:#ff0000;
}
.ventana p a{
border-bottom:1px solid #CCCCCC;
color:#000000;
padding-bottom:0;
text-decoration:none;
white-space:nowrap;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ventana p a:hover{
border-bottom-color:#FFFFFF;
color:#99CC33;
text-decoration:none;
}
#info_ventana h3{
margin-top:40px;
}
#info_ventana p, #trabajopractico_ventana p{
font-size:1em;
text-align:left;
}
#info_ventana .info-licencia h3{
margin-bottom:12px;
}
#info_ventana .info-licencia p{
line-height:1.6;
margin-top:0;
}
#info_ventana .info-licencia a{
white-space:normal !important;
}
#info_ventana .info-licencia span.sincorte{
white-space:nowrap !important;
}
#info_ventana .info-recursos p.enlaces{
line-height:1.6;
}
@media print {
.figura svg{
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.figura:after{
display:none;
visibility:hidden;
}
} | 0.180901 | 0.049154 |
================================== */
#blog {
padding-top: 60px;
padding-bottom: 90px;
/* BLOG DETAILS
============================== */
/* .blog-list */
/* #comments */
/* CATEGORY BOX
================================== */
/* .category-list */
}
#blog .blog-list {
margin-bottom: 30px;
padding-bottom: 30px;
position: relative !important;
/* BLOG LIST MASONRY
========================== */
/* &.masonry-post */
/* BLOG LIST INLINE
=========================== */
/* &.post-line */
/* .social */
}
#blog .blog-list.blog-detail .image {
height: auto;
}
#blog .blog-list.blog-detail .text {
margin-right: 60px;
}
#blog .blog-list.blog-detail .subtitle {
font-size: 26px;
padding: 10px 60px 6px 0;
}
#blog .blog-list.masonry-post {
margin-bottom: 0;
}
#blog .blog-list.masonry-post .social {
background-color: rgba(255, 255, 255, 0.8);
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
width: 60px;
}
#blog .blog-list.masonry-post .text {
background-color: #FEFEFE;
border: 1px solid #F2F2F2;
border-top: none;
padding: 14px;
}
#blog .blog-list.masonry-post .image {
margin: 0;
border: none;
height: auto;
}
#blog .blog-list.post-line .social {
float: left;
}
#blog .blog-list.post-line .image,
#blog .blog-list.post-line .title,
#blog .blog-list.post-line .subtitle,
#blog .blog-list.post-line .text,
#blog .blog-list.post-line .button-read {
margin-left: 60px;
}
#blog .blog-list.post-line .subtitle {
margin-top: 10px;
}
#blog .blog-list.post-line .image {
margin-right: 0;
border-left: 6px solid #1fb7a6;
border-right: none;
}
#blog .blog-list .image {
height: 255px;
margin-right: 60px;
overflow: hidden;
position: relative !important;
border-right: 6px solid #1fb7a6;
margin-bottom: 10px;
}
#blog .blog-list .social {
float: right;
width: 60px;
}
#blog .blog-list .social .date,
#blog .blog-list .social a {
display: block;
text-align: center;
font-size: 32px;
font-weight: 700;
padding: 2px 0;
}
#blog .blog-list .social .date {
line-height: 1;
background-color: #1fb7a6;
color: #ffffff;
padding: 6px 0;
}
#blog .blog-list .social .date span {
font-weight: 100;
display: block;
font-size: 13px;
text-transform: uppercase;
}
#blog .blog-list .social a {
font-size: 18px;
}
#blog .blog-list .social a:hover {
background-color: #20c0ae;
color: #ffffff;
}
#blog .blog-list .social a span {
font-weight: 100;
display: block;
font-size: 13px;
text-transform: uppercase;
}
#blog .blog-list .title {
font-size: 21px;
margin: 0 0 14px;
clear: both;
line-height: 1;
text-align: left;
text-transform: uppercase;
}
#blog .blog-list .subtitle {
font-size: 18px;
text-align: left;
margin: 0 0 3px;
color: #1fb7a6;
font-weight: 300;
clear: both;
}
#blog .blog-list .text {
margin-bottom: 14px;
text-align: justify;
}
#blog #comments {
margin-right: 60px;
/* .medialist */
}
#blog #comments .title-form,
#blog #comments .title-comment {
border-bottom: 1px dotted #ddd;
height: 44px;
margin: 0 0 10px 108px;
padding: 2px 0 0 46px;
position: relative;
}
#blog #comments .title-form span,
#blog #comments .title-comment span {
background-color: #1fb7a6;
font-size: 18px;
height: 33px;
line-height: 1.4;
min-width: 34px;
padding: 4px 0;
color: #ffffff;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 1;
text-align: center;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#blog #comments .title-form {
margin: 30px 0 0 0;
position: relative;
border: none;
}
#blog #comments .title-form .icon {
font-size: 30px;
position: absolute !important;
top: 3px;
right: auto;
bottom: auto;
left: 2px;
z-index: 1;
}
#blog #comments .medialist .media {
margin-top: 14px;
}
#blog #comments .medialist img {
border: 1px solid #e5e5e5;
margin-top: 6px;
height: 90px;
padding: 4px;
width: 90px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#blog #comments .medialist .media-body {
padding: 8px 0 8px 8px;
}
#blog #comments .medialist .media-body .media-heading {
border-bottom: 1px solid #eee;
font-size: 105%;
font-weight: 400;
padding: 0 8px 6px 0;
position: relative;
}
#blog #comments .medialist .media-body .media-heading .date-comment {
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
color: #CCC;
font-size: 14px;
right: 24px;
}
#blog #comments .medialist .media-body .media-heading .reply {
background-color: transparent;
border: none;
display: block;
font-size: 13px;
margin-top: 0 !important;
position: absolute !important;
top: -5px;
right: -15px;
bottom: 0;
left: auto;
z-index: 1;
width: 40px;
}
#blog #comments .medialist .media-body .comment-line {
padding: 11px 14px 14px;
border: 1px solid #E9E9E9;
background-color: #FCFCFC;
border-left: 2px solid #1fb7a6;
position: relative;
}
#blog #comments .medialist .media-body .comment-line:hover {
background-color: #F8F8F8;
}
#blog #comments .medialist .media-body .comment-line:after {
position: absolute !important;
top: 20px;
right: auto;
bottom: auto;
left: -10px;
z-index: 1;
content: "";
width: 0;
height: 0;
border-right: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
#blog #comments button {
margin-top: 20px;
}
#blog .blog-search {
position: relative;
}
#blog .blog-search .button-search {
border: none;
background-color: transparent;
position: absolute !important;
top: 5px;
right: 5px;
bottom: auto;
left: auto;
z-index: 1;
}
#blog .blog-search .button-search:hover {
color: #1fb7a6;
}
#blog .category-list {
list-style: none;
padding: 0;
margin: 0;
/* li */
}
#blog .category-list li {
/* &.active */
/* &.active */
}
#blog .category-list li a {
border-top: 1px dotted #E5E5E5;
position: relative;
padding: 8px 0 8px 14px;
display: block;
}
#blog .category-list li a:hover {
background-color: #F7F7F7;
border-left: 2px solid #1fb7a6;
padding-left: 12px;
}
#blog .category-list li a:hover:before {
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: -10px;
z-index: 1;
content: "";
width: 0;
height: 0;
border-right: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
#blog .category-list li.active a {
background-color: #F7F7F7;
border-left: 2px solid #1fb7a6;
padding-left: 12px;
}
#blog .category-list li.active a:before {
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: -10px;
z-index: 1;
content: "";
width: 0;
height: 0;
border-right: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
#blog .category-list li.has-submenu > a:after {
font-family: FontAwesome;
content: "\f0c9";
position: absolute !important;
top: 10px;
right: 12px;
bottom: auto;
left: auto;
z-index: 1;
}
#blog .category-list li.has-submenu > ul > li {
position: relative;
}
#blog .category-list li.has-submenu > ul > li > a {
padding-left: 40px;
}
#blog .category-list li.has-submenu > ul > li > a:hover {
padding-left: 38px;
}
#blog .category-list li.has-submenu > ul > li:after {
font-family: FontAwesome;
content: "\f178";
position: absolute !important;
top: 12px;
right: auto;
bottom: auto;
left: 20px;
z-index: 1;
font-size: 10px;
} | assets/css/template/pages/blog.css | ================================== */
#blog {
padding-top: 60px;
padding-bottom: 90px;
/* BLOG DETAILS
============================== */
/* .blog-list */
/* #comments */
/* CATEGORY BOX
================================== */
/* .category-list */
}
#blog .blog-list {
margin-bottom: 30px;
padding-bottom: 30px;
position: relative !important;
/* BLOG LIST MASONRY
========================== */
/* &.masonry-post */
/* BLOG LIST INLINE
=========================== */
/* &.post-line */
/* .social */
}
#blog .blog-list.blog-detail .image {
height: auto;
}
#blog .blog-list.blog-detail .text {
margin-right: 60px;
}
#blog .blog-list.blog-detail .subtitle {
font-size: 26px;
padding: 10px 60px 6px 0;
}
#blog .blog-list.masonry-post {
margin-bottom: 0;
}
#blog .blog-list.masonry-post .social {
background-color: rgba(255, 255, 255, 0.8);
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
width: 60px;
}
#blog .blog-list.masonry-post .text {
background-color: #FEFEFE;
border: 1px solid #F2F2F2;
border-top: none;
padding: 14px;
}
#blog .blog-list.masonry-post .image {
margin: 0;
border: none;
height: auto;
}
#blog .blog-list.post-line .social {
float: left;
}
#blog .blog-list.post-line .image,
#blog .blog-list.post-line .title,
#blog .blog-list.post-line .subtitle,
#blog .blog-list.post-line .text,
#blog .blog-list.post-line .button-read {
margin-left: 60px;
}
#blog .blog-list.post-line .subtitle {
margin-top: 10px;
}
#blog .blog-list.post-line .image {
margin-right: 0;
border-left: 6px solid #1fb7a6;
border-right: none;
}
#blog .blog-list .image {
height: 255px;
margin-right: 60px;
overflow: hidden;
position: relative !important;
border-right: 6px solid #1fb7a6;
margin-bottom: 10px;
}
#blog .blog-list .social {
float: right;
width: 60px;
}
#blog .blog-list .social .date,
#blog .blog-list .social a {
display: block;
text-align: center;
font-size: 32px;
font-weight: 700;
padding: 2px 0;
}
#blog .blog-list .social .date {
line-height: 1;
background-color: #1fb7a6;
color: #ffffff;
padding: 6px 0;
}
#blog .blog-list .social .date span {
font-weight: 100;
display: block;
font-size: 13px;
text-transform: uppercase;
}
#blog .blog-list .social a {
font-size: 18px;
}
#blog .blog-list .social a:hover {
background-color: #20c0ae;
color: #ffffff;
}
#blog .blog-list .social a span {
font-weight: 100;
display: block;
font-size: 13px;
text-transform: uppercase;
}
#blog .blog-list .title {
font-size: 21px;
margin: 0 0 14px;
clear: both;
line-height: 1;
text-align: left;
text-transform: uppercase;
}
#blog .blog-list .subtitle {
font-size: 18px;
text-align: left;
margin: 0 0 3px;
color: #1fb7a6;
font-weight: 300;
clear: both;
}
#blog .blog-list .text {
margin-bottom: 14px;
text-align: justify;
}
#blog #comments {
margin-right: 60px;
/* .medialist */
}
#blog #comments .title-form,
#blog #comments .title-comment {
border-bottom: 1px dotted #ddd;
height: 44px;
margin: 0 0 10px 108px;
padding: 2px 0 0 46px;
position: relative;
}
#blog #comments .title-form span,
#blog #comments .title-comment span {
background-color: #1fb7a6;
font-size: 18px;
height: 33px;
line-height: 1.4;
min-width: 34px;
padding: 4px 0;
color: #ffffff;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 1;
text-align: center;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#blog #comments .title-form {
margin: 30px 0 0 0;
position: relative;
border: none;
}
#blog #comments .title-form .icon {
font-size: 30px;
position: absolute !important;
top: 3px;
right: auto;
bottom: auto;
left: 2px;
z-index: 1;
}
#blog #comments .medialist .media {
margin-top: 14px;
}
#blog #comments .medialist img {
border: 1px solid #e5e5e5;
margin-top: 6px;
height: 90px;
padding: 4px;
width: 90px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#blog #comments .medialist .media-body {
padding: 8px 0 8px 8px;
}
#blog #comments .medialist .media-body .media-heading {
border-bottom: 1px solid #eee;
font-size: 105%;
font-weight: 400;
padding: 0 8px 6px 0;
position: relative;
}
#blog #comments .medialist .media-body .media-heading .date-comment {
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
color: #CCC;
font-size: 14px;
right: 24px;
}
#blog #comments .medialist .media-body .media-heading .reply {
background-color: transparent;
border: none;
display: block;
font-size: 13px;
margin-top: 0 !important;
position: absolute !important;
top: -5px;
right: -15px;
bottom: 0;
left: auto;
z-index: 1;
width: 40px;
}
#blog #comments .medialist .media-body .comment-line {
padding: 11px 14px 14px;
border: 1px solid #E9E9E9;
background-color: #FCFCFC;
border-left: 2px solid #1fb7a6;
position: relative;
}
#blog #comments .medialist .media-body .comment-line:hover {
background-color: #F8F8F8;
}
#blog #comments .medialist .media-body .comment-line:after {
position: absolute !important;
top: 20px;
right: auto;
bottom: auto;
left: -10px;
z-index: 1;
content: "";
width: 0;
height: 0;
border-right: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
#blog #comments button {
margin-top: 20px;
}
#blog .blog-search {
position: relative;
}
#blog .blog-search .button-search {
border: none;
background-color: transparent;
position: absolute !important;
top: 5px;
right: 5px;
bottom: auto;
left: auto;
z-index: 1;
}
#blog .blog-search .button-search:hover {
color: #1fb7a6;
}
#blog .category-list {
list-style: none;
padding: 0;
margin: 0;
/* li */
}
#blog .category-list li {
/* &.active */
/* &.active */
}
#blog .category-list li a {
border-top: 1px dotted #E5E5E5;
position: relative;
padding: 8px 0 8px 14px;
display: block;
}
#blog .category-list li a:hover {
background-color: #F7F7F7;
border-left: 2px solid #1fb7a6;
padding-left: 12px;
}
#blog .category-list li a:hover:before {
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: -10px;
z-index: 1;
content: "";
width: 0;
height: 0;
border-right: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
#blog .category-list li.active a {
background-color: #F7F7F7;
border-left: 2px solid #1fb7a6;
padding-left: 12px;
}
#blog .category-list li.active a:before {
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: -10px;
z-index: 1;
content: "";
width: 0;
height: 0;
border-right: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
#blog .category-list li.has-submenu > a:after {
font-family: FontAwesome;
content: "\f0c9";
position: absolute !important;
top: 10px;
right: 12px;
bottom: auto;
left: auto;
z-index: 1;
}
#blog .category-list li.has-submenu > ul > li {
position: relative;
}
#blog .category-list li.has-submenu > ul > li > a {
padding-left: 40px;
}
#blog .category-list li.has-submenu > ul > li > a:hover {
padding-left: 38px;
}
#blog .category-list li.has-submenu > ul > li:after {
font-family: FontAwesome;
content: "\f178";
position: absolute !important;
top: 12px;
right: auto;
bottom: auto;
left: 20px;
z-index: 1;
font-size: 10px;
} | 0.21305 | 0.04365 |
.cd-tabs {
position: relative;
width: 100%;
margin: 2em auto;
}
.cd-tabs:after {
content: "";
display: table;
clear: both;
}
.cd-tabs::after {
/* subtle gradient layer on top right - to indicate it's possible to scroll */
position: absolute;
top: 0;
right: 0;
height: 60px;
width: 50px;
z-index: 1;
pointer-events: none;
background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
visibility: visible;
opacity: 1;
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
display: none;
}
.cd-tabs.is-ended::after {
/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
overflow: auto;
-webkit-overflow-scrolling: touch;
background: #f8f7ee;
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
.cd-tabs::after {
display: none;
}
.cd-tabs nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
z-index: 1;
}
}
@media only screen and (min-width: 960px) {
.cd-tabs nav {
position: relative;
float: none;
background: transparent;
box-shadow: none;
}
}
.cd-tabs-navigation {
width: 360px;
background-color: #5E5D5A;
}
.cd-tabs-navigation:after {
content: "";
display: table;
clear: both;
}
.cd-tabs-navigation li {
float: left;
}
.cd-tabs-navigation a {
position: relative;
display: block;
height: 60px;
width: 60px;
text-align: center;
font-size: 12px !important;
font-size: 0.75rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 700;
color: #c3c2b9;
padding-top: 34px;
}
.no-touch .cd-tabs-navigation a:hover {
color: #29324e;
background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
background-color: #ffffff !important;
box-shadow: inset 0 2px 0 #f05451;
color: #29324e;
}
.cd-tabs-navigation a::before {
/* icons */
position: absolute;
top: 12px;
left: 50%;
margin-left: -10px;
display: inline-block;
height: 20px;
width: 20px;
background-image: url("../img/vicons.svg");
background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
.cd-tabs-navigation {
/* move the nav to the left on medium sized devices */
width: 80px;
float: left;
background-color: #5E5D5A;
}
.cd-tabs-navigation a {
height: 80px;
width: 80px;
padding-top: 46px;
}
.cd-tabs-navigation a.selected {
box-shadow: inset 2px 0 0 #f05451;
}
.cd-tabs-navigation a::before {
top: 22px;
}
}
@media only screen and (min-width: 960px) {
.cd-tabs-navigation {
/* tabbed on top on big devices */
width: auto;
background-color: #5E5D5A;
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.cd-tabs-navigation a {
height: 60px;
line-height: 60px;
width: auto;
text-align: left;
font-size: 14px;
font-size: 0.875rem;
padding: 0 2.8em 0 4.6em;
}
.cd-tabs-navigation a.selected {
box-shadow: inset 0 2px 0 #f05451;
}
.cd-tabs-navigation a::before {
top: 50%;
margin-top: -10px;
margin-left: 0;
left: 38px;
}
}
.cd-tabs-content {
background: #ffffff;
}
.cd-tabs-content li {
display: none;
padding: 1.4em;
}
.cd-tabs-content li.selected {
display: block;
-webkit-animation: cd-fade-in 0.5s;
-moz-animation: cd-fade-in 0.5s;
animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
color: #8493bf;
margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
.cd-tabs-content {
min-height: 480px;
}
.cd-tabs-content li {
padding: 2em 2em 2em 7em;
}
}
@media only screen and (min-width: 960px) {
.cd-tabs-content {
min-height: 0;
}
.cd-tabs-content li {
padding: 3em;
}
.cd-tabs-content li p {
font-size: 16px;
font-size: 1rem;
}
}
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | public/css/tab.css | .cd-tabs {
position: relative;
width: 100%;
margin: 2em auto;
}
.cd-tabs:after {
content: "";
display: table;
clear: both;
}
.cd-tabs::after {
/* subtle gradient layer on top right - to indicate it's possible to scroll */
position: absolute;
top: 0;
right: 0;
height: 60px;
width: 50px;
z-index: 1;
pointer-events: none;
background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
visibility: visible;
opacity: 1;
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
display: none;
}
.cd-tabs.is-ended::after {
/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
overflow: auto;
-webkit-overflow-scrolling: touch;
background: #f8f7ee;
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
.cd-tabs::after {
display: none;
}
.cd-tabs nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
z-index: 1;
}
}
@media only screen and (min-width: 960px) {
.cd-tabs nav {
position: relative;
float: none;
background: transparent;
box-shadow: none;
}
}
.cd-tabs-navigation {
width: 360px;
background-color: #5E5D5A;
}
.cd-tabs-navigation:after {
content: "";
display: table;
clear: both;
}
.cd-tabs-navigation li {
float: left;
}
.cd-tabs-navigation a {
position: relative;
display: block;
height: 60px;
width: 60px;
text-align: center;
font-size: 12px !important;
font-size: 0.75rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 700;
color: #c3c2b9;
padding-top: 34px;
}
.no-touch .cd-tabs-navigation a:hover {
color: #29324e;
background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
background-color: #ffffff !important;
box-shadow: inset 0 2px 0 #f05451;
color: #29324e;
}
.cd-tabs-navigation a::before {
/* icons */
position: absolute;
top: 12px;
left: 50%;
margin-left: -10px;
display: inline-block;
height: 20px;
width: 20px;
background-image: url("../img/vicons.svg");
background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
.cd-tabs-navigation {
/* move the nav to the left on medium sized devices */
width: 80px;
float: left;
background-color: #5E5D5A;
}
.cd-tabs-navigation a {
height: 80px;
width: 80px;
padding-top: 46px;
}
.cd-tabs-navigation a.selected {
box-shadow: inset 2px 0 0 #f05451;
}
.cd-tabs-navigation a::before {
top: 22px;
}
}
@media only screen and (min-width: 960px) {
.cd-tabs-navigation {
/* tabbed on top on big devices */
width: auto;
background-color: #5E5D5A;
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.cd-tabs-navigation a {
height: 60px;
line-height: 60px;
width: auto;
text-align: left;
font-size: 14px;
font-size: 0.875rem;
padding: 0 2.8em 0 4.6em;
}
.cd-tabs-navigation a.selected {
box-shadow: inset 0 2px 0 #f05451;
}
.cd-tabs-navigation a::before {
top: 50%;
margin-top: -10px;
margin-left: 0;
left: 38px;
}
}
.cd-tabs-content {
background: #ffffff;
}
.cd-tabs-content li {
display: none;
padding: 1.4em;
}
.cd-tabs-content li.selected {
display: block;
-webkit-animation: cd-fade-in 0.5s;
-moz-animation: cd-fade-in 0.5s;
animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
color: #8493bf;
margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
.cd-tabs-content {
min-height: 480px;
}
.cd-tabs-content li {
padding: 2em 2em 2em 7em;
}
}
@media only screen and (min-width: 960px) {
.cd-tabs-content {
min-height: 0;
}
.cd-tabs-content li {
padding: 3em;
}
.cd-tabs-content li p {
font-size: 16px;
font-size: 1rem;
}
}
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | 0.395718 | 0.06724 |
@-moz-document regexp("^(?!.*inkstone)(?!.*acts)(?!.*userstyles)(?!.*google).*webnovel.com\\/(?!.*book\\/[0-9]{17}\\/[0-9]).*$") {
html{background-color: #222 !important; color: #707070 !important;}
header{background-color: #222 !important ;color: #707070 !important;}
div {background-color: #222 ;color: #707070 !important;}
body {background: none !important; background-color: #0d0d0d; color: #707070 !important;}
a {color: #4c5fe2 !important;}
a.g_chat_sub {background-color: #222 !important;}
button, input, select, textarea {background-color: #222 !important;color: #707070 !important;}
comments {background-color: #241d1d !important; color: #afafaf;}
div {background-color: transparent;}
li {background-color: #222 !important; color: #707070;}
legend {color: #acafa2;}
site-navigation {background: none !important;}
site-navigation {background-color: #131313 !important;}
::after, ::before {color: #aaa !important;}
._color2 .cha-header, ._color2 .cha-lst, ._color2 .cha-page {border-color: #d9cfb3; background: #f6edd4;}
._tab_fixed {background-color: #222 !important;}
.App-header {background-color: #222 !important;color: #707070 !important;}
.bt {color: #A22 !important;}
.bt_ghost {background-color: #4c5fe2;}
.bill-list td {color: #eee !important;}
.bill-list ._up {color: #1abbb7 !important;}
.bill-list ._dn {color: #f34e68 !important;}
.BookOperationsArea__m_fix_bts--3QqvA a,
.BookOperationsArea__m_fix_bts--3QqvA button,
.BookOperationsArea__m_fix_bts--3QqvA label {background-color: #222;}
.c_l {color: #acafa2;}
.c_lg {color: #acafa2;}
.c_mn {color: #aaa !important;}
.c_strong {color: #777 !important;}
.cha-content._lock {color: #4c5fe2; position:inherit;}
.cha-header {background: #f6edd4 url(https://www.yueimg.com/en/images/chapter/noise-y2@2x.33aa4.png) !important;}
.g_header.cha-header.fs16 {background: #f6edd4 url(https://www.yueimg.com/en/images/chapter/noise-y2@2x.33aa4.png) !important;}
.c_000 {color: #acafa2;}
.cha-page {background: #f6edd4 url(https://www.yueimg.com/en/images/chapter/noise-y2@2x.33aa4.png) !important;}
.cha-wrap {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.cha-hd-mn {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.cha-hd-mn-text {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.cha-hd-progress {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.top20-item .left-area ._power_stone strong {color: #acafa2;}
.cha-content p {color: #000;}
.mb16 {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.user-links {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.user-links-wrap.mb48.pr.tac.fs0 {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png);}
.catalog-chapter a {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.catalog-chapter li {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.catalog-chapter li i {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.task-list-item .task-desc h4 {color: #aaa !important;}
.det-hd {background-color: #222 !important ;color: #707070 !important;}
.det-info {color: #4c5fe2 !important;}
.det-tab-nav a._on span {color: #4c5fe2;}
.det-hd-detail a, .det-hd-detail strong {color: #777;}
.DiscussionListItem-title {color: #4c5fe2 !important;}
.f_sm {background-color: #222 ;}
.fs24 {background: transparent !important;}
.footer {background-color: #222 ;}
.footer_auto .page {background-color: #222 ;}
.form-base ._label {color: #777 !important;}
.g_h, .g_h1, .g_h2, .g_h3, .g_h4, .g_h5, .g_h6 {color: #4c5fe2 !important;}
.g_hr {background: none; background-size: 0 !important;}
.g_bt._block {color: #aaa !important;}
.g_book_sm {background-color: #222 ;}
.g_book_sm h3 {color: #4c5fe2 !important;}
.g_chat_sub {background-color: #222;}
.g_chat_link {color: #aaa !important;}
.g_chat_hd h2, .g_chat_hd h3, .g_chat_hd h4 {color: #acafa2;}
.g_drop_sel_dark .g_drop_bd {background-color: transparent;}
.g_drop_sel_dark .g_drop_link:hover {background-color: #3030e2;}
.g_drop_sel:hover .g_drop_bd {background-color: #222 ;}
.g_footer {background-color: #222 !important;}
.g_header {background-color: #222 !important;}
.g_header_fix body {background-color: #222 !important;}
.g_hd_link {color: #4c5fe2;}
.g_hd_link span:hover {color: #fff;}
.g_ham span, .g_ham::after, .g_ham::before {background-color: #AAA !important;}
.g_lay {background-color: #222 !important;}
.g_lay_hd {background-color: #444 !important;}
.g_logo {color: #fff !important;}
.g_mod {background-color: #222 !important;}
.g_mod_chat_hd {background-color: #222 !important;}
.g_mod_chat_bd {background-color: #222 !important;}
.g_msg_spo {background-color: #222 !important;color: #707070;}
.g_msg_quote a {color: #4c5fe2;}
.g_msg_hd h3, .g_msg_hd h3 a, .g_msg_hd h4, .g_msg_hd h4 a {color: #4c5fe2 !important;}
.g_row {background-color: #222 !important;color: #707070;}
.g_ss_tip {color: #aaa !important;}
.g_score {color: #4c5fe2 !important;}
.g_star small {color: #acafa2 !important;}
.g_sub_hd {background-color: #222 !important;}
.g_sub_hd ._tab ._on {color: #4c5fe2;}
.g_sub_hd .m-intro {color: #4c5fe2;}
.get-app .g_bt {color: #aaa !important;}
.Hero {background-color: #222 !important;color: #707070 !important; color: #4c5fe2;}
.header {background-color: #222 ;}
.hom {background-color: #222 !important;color: #707070;}
.hom-bd {background-color: #222 !important;color: #707070;}
.hom-banner {background-color: #222 !important;color: #707070;}
.hom-slide {color: #fff !important; background: none !important;background-color: #000 !important;}
.hom-h .g_h1 {color: #4c5fe2;}
.hom-ann .g_h3, .hom-ann .g_h3 a, .hom-books .g_h4, .hom-books .g_h4 a {color: #4c5fe2;}
.hom-cla a {color: #eee !important;}
.hom-bd::before {background-color: #222 !important;color: #707070; background: linear-gradient(to bottom,#222,#222) !important;}
.Icon__icon--2J88d {color: #4c5fe2 !important;}
.lib-tools a {background-color: #222 ;}
.m-not ._stone_wrap {background-color: #222 !important;}
.pr {background-color: #222 !important; color: #707070;}
.PowerRankArea__power_vote--MvdhD {background-color: #333;}
.queue a {color: #4c5fe2;}
.Radio__radio--tZG-K {color: #707070;}
.sub-hd {background-color: #222 !important;}
.stone-card {background: none !important;}
.ThoughtsArea__thought--UUFoC,
.ThoughtsArea__thought_wrap--1POwr{background-color: #333;}
.top3-item ._power_stone strong {color: #acafa2;}
.ui-page {color: #acafa2 !important;}
.ui-datalist-option {color: #acafa2 !important;}
.utils__g_bar--WJhm9 {background-color: transparent;}
}
@-moz-document regexp("^(?!.*inkstone)(?!.*acts)(?!.*userstyles)(?!.*google).*webnovel.com\\/book\\/.*$") {
._color3 {background-color: #1f2129 !important;}
} | data/usercss/149661.user.css | @-moz-document regexp("^(?!.*inkstone)(?!.*acts)(?!.*userstyles)(?!.*google).*webnovel.com\\/(?!.*book\\/[0-9]{17}\\/[0-9]).*$") {
html{background-color: #222 !important; color: #707070 !important;}
header{background-color: #222 !important ;color: #707070 !important;}
div {background-color: #222 ;color: #707070 !important;}
body {background: none !important; background-color: #0d0d0d; color: #707070 !important;}
a {color: #4c5fe2 !important;}
a.g_chat_sub {background-color: #222 !important;}
button, input, select, textarea {background-color: #222 !important;color: #707070 !important;}
comments {background-color: #241d1d !important; color: #afafaf;}
div {background-color: transparent;}
li {background-color: #222 !important; color: #707070;}
legend {color: #acafa2;}
site-navigation {background: none !important;}
site-navigation {background-color: #131313 !important;}
::after, ::before {color: #aaa !important;}
._color2 .cha-header, ._color2 .cha-lst, ._color2 .cha-page {border-color: #d9cfb3; background: #f6edd4;}
._tab_fixed {background-color: #222 !important;}
.App-header {background-color: #222 !important;color: #707070 !important;}
.bt {color: #A22 !important;}
.bt_ghost {background-color: #4c5fe2;}
.bill-list td {color: #eee !important;}
.bill-list ._up {color: #1abbb7 !important;}
.bill-list ._dn {color: #f34e68 !important;}
.BookOperationsArea__m_fix_bts--3QqvA a,
.BookOperationsArea__m_fix_bts--3QqvA button,
.BookOperationsArea__m_fix_bts--3QqvA label {background-color: #222;}
.c_l {color: #acafa2;}
.c_lg {color: #acafa2;}
.c_mn {color: #aaa !important;}
.c_strong {color: #777 !important;}
.cha-content._lock {color: #4c5fe2; position:inherit;}
.cha-header {background: #f6edd4 url(https://www.yueimg.com/en/images/chapter/noise-y2@2x.33aa4.png) !important;}
.g_header.cha-header.fs16 {background: #f6edd4 url(https://www.yueimg.com/en/images/chapter/noise-y2@2x.33aa4.png) !important;}
.c_000 {color: #acafa2;}
.cha-page {background: #f6edd4 url(https://www.yueimg.com/en/images/chapter/noise-y2@2x.33aa4.png) !important;}
.cha-wrap {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.cha-hd-mn {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.cha-hd-mn-text {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.cha-hd-progress {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.top20-item .left-area ._power_stone strong {color: #acafa2;}
.cha-content p {color: #000;}
.mb16 {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.user-links {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.user-links-wrap.mb48.pr.tac.fs0 {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png);}
.catalog-chapter a {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.catalog-chapter li {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.catalog-chapter li i {background: #f8f1d9 url(https://www.yueimg.com/en/images/chapter/noise-y@2x.7fb10.png) ;}
.task-list-item .task-desc h4 {color: #aaa !important;}
.det-hd {background-color: #222 !important ;color: #707070 !important;}
.det-info {color: #4c5fe2 !important;}
.det-tab-nav a._on span {color: #4c5fe2;}
.det-hd-detail a, .det-hd-detail strong {color: #777;}
.DiscussionListItem-title {color: #4c5fe2 !important;}
.f_sm {background-color: #222 ;}
.fs24 {background: transparent !important;}
.footer {background-color: #222 ;}
.footer_auto .page {background-color: #222 ;}
.form-base ._label {color: #777 !important;}
.g_h, .g_h1, .g_h2, .g_h3, .g_h4, .g_h5, .g_h6 {color: #4c5fe2 !important;}
.g_hr {background: none; background-size: 0 !important;}
.g_bt._block {color: #aaa !important;}
.g_book_sm {background-color: #222 ;}
.g_book_sm h3 {color: #4c5fe2 !important;}
.g_chat_sub {background-color: #222;}
.g_chat_link {color: #aaa !important;}
.g_chat_hd h2, .g_chat_hd h3, .g_chat_hd h4 {color: #acafa2;}
.g_drop_sel_dark .g_drop_bd {background-color: transparent;}
.g_drop_sel_dark .g_drop_link:hover {background-color: #3030e2;}
.g_drop_sel:hover .g_drop_bd {background-color: #222 ;}
.g_footer {background-color: #222 !important;}
.g_header {background-color: #222 !important;}
.g_header_fix body {background-color: #222 !important;}
.g_hd_link {color: #4c5fe2;}
.g_hd_link span:hover {color: #fff;}
.g_ham span, .g_ham::after, .g_ham::before {background-color: #AAA !important;}
.g_lay {background-color: #222 !important;}
.g_lay_hd {background-color: #444 !important;}
.g_logo {color: #fff !important;}
.g_mod {background-color: #222 !important;}
.g_mod_chat_hd {background-color: #222 !important;}
.g_mod_chat_bd {background-color: #222 !important;}
.g_msg_spo {background-color: #222 !important;color: #707070;}
.g_msg_quote a {color: #4c5fe2;}
.g_msg_hd h3, .g_msg_hd h3 a, .g_msg_hd h4, .g_msg_hd h4 a {color: #4c5fe2 !important;}
.g_row {background-color: #222 !important;color: #707070;}
.g_ss_tip {color: #aaa !important;}
.g_score {color: #4c5fe2 !important;}
.g_star small {color: #acafa2 !important;}
.g_sub_hd {background-color: #222 !important;}
.g_sub_hd ._tab ._on {color: #4c5fe2;}
.g_sub_hd .m-intro {color: #4c5fe2;}
.get-app .g_bt {color: #aaa !important;}
.Hero {background-color: #222 !important;color: #707070 !important; color: #4c5fe2;}
.header {background-color: #222 ;}
.hom {background-color: #222 !important;color: #707070;}
.hom-bd {background-color: #222 !important;color: #707070;}
.hom-banner {background-color: #222 !important;color: #707070;}
.hom-slide {color: #fff !important; background: none !important;background-color: #000 !important;}
.hom-h .g_h1 {color: #4c5fe2;}
.hom-ann .g_h3, .hom-ann .g_h3 a, .hom-books .g_h4, .hom-books .g_h4 a {color: #4c5fe2;}
.hom-cla a {color: #eee !important;}
.hom-bd::before {background-color: #222 !important;color: #707070; background: linear-gradient(to bottom,#222,#222) !important;}
.Icon__icon--2J88d {color: #4c5fe2 !important;}
.lib-tools a {background-color: #222 ;}
.m-not ._stone_wrap {background-color: #222 !important;}
.pr {background-color: #222 !important; color: #707070;}
.PowerRankArea__power_vote--MvdhD {background-color: #333;}
.queue a {color: #4c5fe2;}
.Radio__radio--tZG-K {color: #707070;}
.sub-hd {background-color: #222 !important;}
.stone-card {background: none !important;}
.ThoughtsArea__thought--UUFoC,
.ThoughtsArea__thought_wrap--1POwr{background-color: #333;}
.top3-item ._power_stone strong {color: #acafa2;}
.ui-page {color: #acafa2 !important;}
.ui-datalist-option {color: #acafa2 !important;}
.utils__g_bar--WJhm9 {background-color: transparent;}
}
@-moz-document regexp("^(?!.*inkstone)(?!.*acts)(?!.*userstyles)(?!.*google).*webnovel.com\\/book\\/.*$") {
._color3 {background-color: #1f2129 !important;}
} | 0.220091 | 0.094678 |
body {
padding-top: 70px;
padding-bottom: 30px;
}
/* file upload styling
* http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
/* clearfix helpers for mixed column heights (http://stackoverflow.com/a/24590544) */
@media (max-width: 767px) { /* xs: 2 columns */
#image-row>.clear:nth-child(4n)::before { content: ''; display: table; clear: both; }
}
@media (min-width: 768px) and (max-width: 991px) { /* sm: 3 columns */
#image-row>.clear:nth-child(6n)::before { content: ''; display: table; clear: both; }
}
@media (min-width: 992px) and (max-width: 1199px) { /* md: 4 columns */
#image-row>.clear:nth-child(8n)::before { content: ''; display: table; clear: both; }
}
@media (min-width: 1200px) { /* lg: 6 columns */
#image-row>.clear:nth-child(12n)::before { content: ''; display: table; clear: both; }
}
/* image overlays */
.image-overlay {
color: #fff;
opacity: 0;
position: absolute;
margin: 4px;
width: calc(100% - 8px);
-webkit-transition: opacity 300ms ease-out;
-moz-transition: opacity 300ms ease-out;
-o-transition: opacity 300ms ease-out;
-ms-transition: opacity 300ms ease-out;
transition: opacity 300ms ease-out;
}
.image-caption {
bottom: 0;
left: 0;
padding-bottom: 4px;
background-color: #000;
}
.image-buttons {
top: 0;
left: 0;
padding-top: 4px;
text-align: center;
}
.image-buttons .btn {
margin: 4px;
}
.thumbnail:focus .image-caption,
.thumbnail:hover .image-caption {
opacity: 0.7;
}
.thumbnail:focus .image-buttons,
.thumbnail:hover .image-buttons {
opacity: 1;
}
.thumbnail {
position: relative;
min-height: 100px;
}
.thumbnail:focus,
.thumbnail:hover {
cursor: move;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
/* disable progress bar animation because it's too slow */
.progress-bar {
-webkit-transition: none !important;
transition: none !important;
}
/* keep navbar horizontal even in xs mode */
.navbar-text,
.navbar-nav,
.navbar-nav > li {
float: left !important;
}
.navbar-right,
.navbar-right > li {
float: right !important;
}
.navbar-text,
.navbar-nav {
margin-left: 15px;
margin-right: 15px;
}
.navbar .btn-group {
margin: 0;
}
/* footer height */
footer .navbar-text {
margin-top: 2px;
margin-bottom: 2px;
}
footer .navbar-nav > li > a {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
footer.navbar {
min-height: 30px !important;
} | pics2pdf.css | body {
padding-top: 70px;
padding-bottom: 30px;
}
/* file upload styling
* http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
/* clearfix helpers for mixed column heights (http://stackoverflow.com/a/24590544) */
@media (max-width: 767px) { /* xs: 2 columns */
#image-row>.clear:nth-child(4n)::before { content: ''; display: table; clear: both; }
}
@media (min-width: 768px) and (max-width: 991px) { /* sm: 3 columns */
#image-row>.clear:nth-child(6n)::before { content: ''; display: table; clear: both; }
}
@media (min-width: 992px) and (max-width: 1199px) { /* md: 4 columns */
#image-row>.clear:nth-child(8n)::before { content: ''; display: table; clear: both; }
}
@media (min-width: 1200px) { /* lg: 6 columns */
#image-row>.clear:nth-child(12n)::before { content: ''; display: table; clear: both; }
}
/* image overlays */
.image-overlay {
color: #fff;
opacity: 0;
position: absolute;
margin: 4px;
width: calc(100% - 8px);
-webkit-transition: opacity 300ms ease-out;
-moz-transition: opacity 300ms ease-out;
-o-transition: opacity 300ms ease-out;
-ms-transition: opacity 300ms ease-out;
transition: opacity 300ms ease-out;
}
.image-caption {
bottom: 0;
left: 0;
padding-bottom: 4px;
background-color: #000;
}
.image-buttons {
top: 0;
left: 0;
padding-top: 4px;
text-align: center;
}
.image-buttons .btn {
margin: 4px;
}
.thumbnail:focus .image-caption,
.thumbnail:hover .image-caption {
opacity: 0.7;
}
.thumbnail:focus .image-buttons,
.thumbnail:hover .image-buttons {
opacity: 1;
}
.thumbnail {
position: relative;
min-height: 100px;
}
.thumbnail:focus,
.thumbnail:hover {
cursor: move;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
/* disable progress bar animation because it's too slow */
.progress-bar {
-webkit-transition: none !important;
transition: none !important;
}
/* keep navbar horizontal even in xs mode */
.navbar-text,
.navbar-nav,
.navbar-nav > li {
float: left !important;
}
.navbar-right,
.navbar-right > li {
float: right !important;
}
.navbar-text,
.navbar-nav {
margin-left: 15px;
margin-right: 15px;
}
.navbar .btn-group {
margin: 0;
}
/* footer height */
footer .navbar-text {
margin-top: 2px;
margin-bottom: 2px;
}
footer .navbar-nav > li > a {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
footer.navbar {
min-height: 30px !important;
} | 0.545528 | 0.075995 |
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
background-color: #FFFFFF;
}
body,
html {
width: 100%;
height: 100%;
}
.navbar-default {
background-color: #388e3c;
border-color: #2e7d32;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fafafa;
}
.navbar-default .navbar-text {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #fafafa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fafafa;
background-color: #2e7d32;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fafafa;
background-color: #2e7d32;
}
.navbar-default .navbar-toggle {
border-color: #2e7d32;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #2e7d32;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ffffff;
}
.navbar-default .navbar-link {
color: #ffffff;
}
.navbar-default .navbar-link:hover {
color: #fafafa;
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.fondoverde
{
background-color: #388e3c;
}
.glyphicon-large {
min-height: 260px;
font-size: 35px;
width: 1em;
display: block;
top: 50%;
margin: -0.5em auto 0px;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fafafa;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fafafa;
background-color: #2e7d32;
}
.navbar-brand {
padding: 0;
}
.navbar-brand img {
margin-top: 5px;
margin-left: 5px;
}
}
dl.margins-removed
{
margin: 0;
padding: 0;
}
.margins-removed dt
{
margin: 0;
padding: 0;
font-weight: bold;
}
.margins-removed dd
{
margin: 0 0 1em 0;
padding: 0;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -62px;
/* Pad bottom by footer height */
padding: 0 0 62px;
}
/* Set the fixed height of the footer here */
#footer {
height: 62px;
background-color: #f5f5f5;
}
.img-logo-small
{
margin: 0 auto;
}
h1 {
font-size: 500%;
}
.btn-sample {
color: #ffffff;
background-color: #388E3C;
border-color: #1B5E20;
}
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
color: #ffffff;
background-color: #1B5E20;
border-color: #1B5E20;
}
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
background-image: none;
}
.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
background-color: #388E3C;
border-color: #1B5E20;
}
.btn-sample .badge {
color: #388E3C;
background-color: #ffffff;
} | css/index.css | body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
background-color: #FFFFFF;
}
body,
html {
width: 100%;
height: 100%;
}
.navbar-default {
background-color: #388e3c;
border-color: #2e7d32;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fafafa;
}
.navbar-default .navbar-text {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #fafafa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fafafa;
background-color: #2e7d32;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fafafa;
background-color: #2e7d32;
}
.navbar-default .navbar-toggle {
border-color: #2e7d32;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #2e7d32;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ffffff;
}
.navbar-default .navbar-link {
color: #ffffff;
}
.navbar-default .navbar-link:hover {
color: #fafafa;
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.fondoverde
{
background-color: #388e3c;
}
.glyphicon-large {
min-height: 260px;
font-size: 35px;
width: 1em;
display: block;
top: 50%;
margin: -0.5em auto 0px;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fafafa;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fafafa;
background-color: #2e7d32;
}
.navbar-brand {
padding: 0;
}
.navbar-brand img {
margin-top: 5px;
margin-left: 5px;
}
}
dl.margins-removed
{
margin: 0;
padding: 0;
}
.margins-removed dt
{
margin: 0;
padding: 0;
font-weight: bold;
}
.margins-removed dd
{
margin: 0 0 1em 0;
padding: 0;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -62px;
/* Pad bottom by footer height */
padding: 0 0 62px;
}
/* Set the fixed height of the footer here */
#footer {
height: 62px;
background-color: #f5f5f5;
}
.img-logo-small
{
margin: 0 auto;
}
h1 {
font-size: 500%;
}
.btn-sample {
color: #ffffff;
background-color: #388E3C;
border-color: #1B5E20;
}
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
color: #ffffff;
background-color: #1B5E20;
border-color: #1B5E20;
}
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
background-image: none;
}
.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
background-color: #388E3C;
border-color: #1B5E20;
}
.btn-sample .badge {
color: #388E3C;
background-color: #ffffff;
} | 0.277865 | 0.049589 |
.page-container {
min-height: 100%;
width: 1200px;
margin: 0 auto;
}
header {
height: 10rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-logo {
width: 10rem;
}
.header-search {
flex-grow: 1;
height: 3.6rem;
margin: 0 4rem;
}
.header-search form, .header-search input {
position: relative;
height: 100%;
width: 100%;
}
.header-search input, .account-form input {
box-sizing: border-box;
width: 100%;
padding: 0 2rem;
line-height: 3.7rem;
border: #e2e1e0 1px solid;
border-radius: 0.6rem;
box-shadow: 0 3px 10px rgba(119, 119, 119, 0.16), 0 3px 6px rgba(202, 202, 202, 0.23);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
font-family: 'Inria Sans', sans-serif;
font-size: 1.25rem;
}
.header-search input:hover, .header-search input:focus, .account-form input:hover, .account-form input:focus {
box-shadow: 0 1px 10px rgba(57, 57, 57, 0.16), 0 3px 6px rgba(115, 115, 115, 0.23);
}
.header-search svg {
padding: 1rem 2rem 1rem 0;
width: 1.6rem;
position: absolute;
top: 0;
right: 0;
}
.header-options > * {
margin-right: 1rem;
}
.header-options svg {
width: 4rem;
}
.landingbg {
min-height: 500px;
margin-bottom: 3rem;
background-image: url("/knihkupectvo/images/bg.jpg");
background-position: center;
background-size: cover;
border-radius: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.landingbg > * {
margin: 2rem 0 0 6rem;
padding: 1rem;
background-color: white;
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 3rem;
}
.categories-carousel {
position: relative;
display: flex;
width: 100%;
overflow: hidden;
}
.categories-carousel-category {
padding: 1rem 1.8rem;
margin-right: 0.8rem;
border: 1px solid #ddd;
border-radius: 0.6rem;
}
.categories-carousel-category > a {
text-decoration: none;
white-space: nowrap;
font-family: 'Inria Sans', sans-serif;
font-size: 1.1rem;
color: #283577;
}
.categories-carousel-category:nth-child(2) {
transition: margin-left 0.3s ease-in-out;
}
.categories-carousel-controller {
position: absolute;
right: 0;
width: 6rem;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
cursor: pointer;
font-weight: 700;
font-family: 'Inria Sans', sans-serif;
font-size: 2rem;
color: #283577;
background-image: url("/knihkupectvo/images/fade.png");
background-position: center;
background-size: contain;
}
.categories-carousel-controller:first-of-type {
visibility: hidden;
left: 0;
transform: rotate(180deg);
}
.books-container, .books-container-smaller {
display: flex;
flex-wrap: wrap;
}
.book-showcase {
flex-basis: 32%;
margin-bottom: 2.4rem;
align-items: center;
display: flex;
justify-content: center;
}
.book-showcase-img {
width: 10rem;
margin-right: 1rem;
}
.books-container-smaller .book-showcase-img {
width: 8rem;
}
.book-showcase-info {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.book-showcase-info > * {
display: inline-block;
font-family: 'Inria Sans', sans-serif;
padding: 0.5rem 1rem;
}
.books-container-smaller .book-showcase-info > * {
padding: 0.3rem 0.5rem;
}
.book-showcase-author {
border: 1px solid #ddd;
border-radius: 0.4rem;
text-transform: uppercase;
margin: 0 0 1rem 1rem;
font-size: 0.8rem;
font-weight: 700;
color: #26486c;
}
.books-container-smaller .book-showcase-author {
margin: 0 0 0.5rem 0.5rem;
}
.book-showcase-title {
font-family: 'Merriweather', serif;
text-decoration: none;
margin-bottom: 1rem;
padding-bottom: 0;
color: #26486c;
font-size: 1.4rem;
}
.books-container-smaller .book-showcase-title {
margin-bottom: 0.5rem;
}
.book-showcase-cost {
font-size: 1.8rem;
color: #f4a524;
}
/*
====
*/
.catalogue-container {
display:flex;
justify-content: space-between;
}
.catalogue-container aside > * {
min-width: 18rem;
}
.catalogue-categories {
display: flex;
flex-direction: column;
width: 100%;
border-right: 2px solid #283577;
}
.catalogue-category {
margin: 0;
padding: 0.38rem 1rem;
transition: background-color 0.15s ease-out;
}
.catalogue-category:hover, .catalogue-category.active {
background-color: #d9dfe6;
}
.catalogue-container main {
margin-left: 1.6rem;
flex-grow: 1;
}
.catalogue-container .title-big {
margin-top: 0;
margin-bottom: 1.2rem;
}
.account-form input[type=text], .account-form input[type=password], .account-form input[type=email] {
margin-bottom: 0.8rem;
padding-top: 0.35rem;
padding-bottom: 0.35rem;
font-size: 1.18rem;
line-height: 3rem;
}
.account-form input[type=submit] {
line-height: 3rem;
width: 14rem;
margin: 0.8rem 0 1.5rem 0;
}
.account-form p {
font-family: 'Inria Sans', sans-serif;
font-size: 1.2rem;
padding-left: 2px;
}
.account-form a {
text-decoration: none;
}
.account-form .error {
color: red;
}
.account-form .error > span {
font-size: 2rem;
position: relative;
top: 0.25rem;
}
.bookpage-container {
display:flex;
justify-content: center;
margin: 2rem;
}
.bookpage-container aside {
width: 40%;
margin-right: 4.2rem;
}
.bookpage-container aside > img {
width: 100%;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.bookpage-container main {
width: 45%;
font-family: 'Inria Sans', sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bookpage-title {
margin-bottom: 1.5rem;
font-family: 'Merriweather', serif;
font-size: 2.6rem;
color: #26486c;
}
.bookpage-authors {
margin: 1.4rem 0;
font-size: 1.5rem;
color: #222;
}
.bookpage-description {
margin: 1.4rem 0;
font-size: 1.1rem;
color: #222;
}
.bookpage-details {
padding: 2rem 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bookpage-details > *:nth-child(2n + 1), .bookpage-details > *:nth-child(2n) {
flex-basis: 60%;
margin: 0.3rem 0;
font-size: 1.2rem;
color: #222;
}
.bookpage-details > *:nth-child(2n + 1) {
flex-basis: 40%;
font-weight: 700;
color: #333;
}
.bookpage-bottom {
display: flex;
justify-content: flex-end;
align-items: center;
}
.bookpage-cost {
font-size: 3rem;
color: #f4a524;
margin-right: 2rem;
}
.bookpage-buy-button, .order-continue, .order-continue-blank {
font-family: 'Inria Sans', sans-serif;
padding: 1rem 1.2rem;
border: 2px solid #f4a524;
border-radius: 0.4rem;
color: #f4a524;
font-weight: 700;
font-size: 1.2rem;
}
.bookpage-buy-button.disabled, .order-continue.disabled, .order-continue-blank.disabled {
border-color: #555;
color: #555;
pointer-events: none;
}
.cart-container {
border: 1px solid #b0b0b0;
border-width: 1px 0;
}
.cart-item {
display: flex;
align-items: center;
margin: 1rem 0;
}
.cart-item-img {
width: 3rem;
min-height: 3rem;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.cart-item > span, .cart-item > a {
margin-left: 1rem;
}
.cart-item-title {
font-family: 'Merriweather', serif;
text-transform: capitalize;
text-decoration: none;
color: #26486c;
font-size: 1.15rem;
}
.cart-item-isbn {
font-family: 'Inria Sans', sans-serif;
font-size: 0.8rem;
color: #666;
}
.cart-item-cost {
font-family: 'Inria Sans', sans-serif;
font-size: 1.4rem;
}
.cart-item-remove {
color: red;
font-size: 1.5rem;
}
.order-continue-container {
display: flex;
justify-content: space-between;
}
.order-continue-blank {
border-color: #283577;
color: #283577;
margin: 2rem 0;
padding: 0.4rem 1.4rem;
}
.order-continue {
border: 0;
background-color: #283577;
color: white;
margin: 2rem 0;
padding: 0.6rem 1.4rem;
}
.order-continue.disabled {
border: 2px solid #555;
background-color: white;
}
.address-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family: 'Inria Sans', sans-serif;
}
.address-form > * {
padding: 0 0.6rem 1rem 0.6rem;
box-sizing: border-box;
}
.address-form input {
width: 100%;
padding: 0.4rem 0.6rem;
box-sizing: border-box;
border: 1px solid #d2d2d2;
border-radius: 0.3rem;
font-size: 1.15rem;
}
.address-form label {
display: block;
margin-bottom: 0.5rem;
color: #555;
font-size: 1.15rem;
}
.address-form input[type=submit] {
border: 0;
background-color: #283577;
color: white;
padding: 0.6rem 1.4rem;
text-transform: uppercase;
font-weight: 700;
}
.address-form .error {
color: red;
font-size: 1.3rem;
margin: 0;
}
.form-radios {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.form-radios input{
width: 2rem;
height: 2rem;
margin: 0 1rem;
cursor: pointer;
}
.form-radios label {
width: auto;
flex-grow: 1;
color: #222;
margin: 0 0 0.2rem 0;
font-size: 1.2rem;
cursor: pointer;
}
.logout-button {
display: inline-block;
padding: 0.3rem 0.8rem;
margin-left: 1rem;
color: #283577;
border: 3px solid #283577;
text-decoration: none;
border-radius: 0.5rem;
}
.user-container > .title-medium {
margin-top: 0;
margin-bottom: 2rem;
}
.cart-icon-container {
position: relative;
}
.user-container .title-small {
margin-bottom: 0;
margin-top: 0;
}
.cart-count {
position: absolute;
right: 0;
top: 40%;
padding: 0.1rem 0.6rem;
background-color: #f4a524;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1rem;
color: white;
font-weight: 700;
border-radius: 0.5rem;
pointer-events: none;
}
.transaction-container .bookpage-details {
font-family: 'Inria Sans', sans-serif;
}
.user-container .title-small {
text-decoration: underline;
}
footer {
width: 100%;
margin-top: 2rem;
min-height: 8rem;
background-color: #26486c;
padding: 2rem;
box-sizing: border-box;
border-top-right-radius: 2rem;
border-top-left-radius: 2rem;
font-family: 'Inria Sans', sans-serif;
color: white;
line-height: 2rem;
font-size: 1rem;
}
footer a {
color: white;
line-height: 2rem;
font-size: 1rem;
cursor: pointer;
}
.sort-container {
display: flex;
margin: 0 1rem 1.6rem;
padding: 0 2rem;
border: 1px solid #ddd;
border-width: 0 0 1px;
}
.sort-container input {
display: none;
}
.sort-container label {
border: 1px solid #ddd;
border-width: 1px 1px 0;
margin-right: 0.2rem;
padding: calc(0.5rem + 1px) 0.8rem 0.5rem;
font-family: 'Inria Sans', sans-serif;
font-size: 1rem;
cursor: pointer;
}
.sort-container label:hover {
border-width: 2px 1px 0;
padding: 0.5rem 0.8rem;
}
.sort-container label.active {
border-width: 2px 1px 0;
border-top-color: #283577;
padding: calc(0.5rem - 1px) 0.8rem 0.5rem;
background-color: white;
position: relative;
top: 1px;
cursor: default;
pointer-events: none;
}
.pager-container {
border-width: 1px 0 0;
justify-content: flex-end;
padding-bottom: 4rem;
align-items: flex-start;
}
.pager-container label {
border-width: 0 1px 1px;
padding: 0.5rem 0.8rem;
margin-right: 0.1rem;
user-select: none;
-moz-user-select: none;
}
.pager-container label:hover {
padding: 0.5rem 0.8rem;
border-width: 0 1px 1px;
border-width: 0 1px 2px;
}
.pager-container label.blank {
border: 0;
pointer-events: none;
}
.pager-container label.active {
top: 0;
border-width: 0 1px 2px;
border-bottom-color: #283577;
padding: 0.5rem 0.8rem;
}
fieldset {
border-color: rgba(255, 0, 0, 0.8);
border-width: 1px;
box-sizing: border-box;
margin: 0 2rem 2rem;
display: flex;
justify-content: flex-end;
align-items: center;
}
legend {
color: rgba(255, 0, 0, 0.8);
font-family: 'Inria Sans', sans-serif;
font-size: 1rem;
padding: 0 0.4rem;
}
fieldset .a-button {
border: 0;
padding: 0.6rem 1.4rem;
margin-left: 1rem;
background-color: rgba(255, 0, 0, 0.8);
border-radius: 0.3rem;
color: white;
font-family: 'Inria Sans', sans-serif;
font-size: 0.9rem;
text-transform: uppercase;
font-weight: 700;
}
.bookpage-edit-container {
display: flex;
flex-direction: column;
font-family: 'Inria Sans', sans-serif;
}
.bookpage-edit-container > div {
box-sizing: border-box;
padding: 0.8rem 1.8rem;
display: flex;
justify-content: space-between;
}
.bookpage-edit-container label {
flex-basis: 25%;
box-sizing: border-box;
padding-right: 1.8rem;
font-size: 1.4rem;
color: #222;
}
.bookpage-edit-container input, .bookpage-edit-container .inline-inputs {
flex-grow: 1;
font-size: 1.2rem;
color: #333;
font-weight: 700;
}
.bookpage-edit-container textarea {
max-width: 75%;
flex-grow: 1;
color: #333;
font-size: 1rem;
}
.bookpage-edit-container input, .bookpage-edit-container textarea, .bookpage-edit-container select {
padding: 0.5rem 1rem;
border: 1px solid #a8b5f9;
border-radius: 0.4rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.bookpage-edit-container button {
padding: 0.5rem 1.4rem;
box-sizing: border-box;
border: 2px solid #a8b5f9;
border-radius: 0.4rem;
max-width: 10rem;
}
.bookpage-edit-container input[type=submit] {
border: none;
width: 14rem;
color: white;
align-self: flex-end;
margin-bottom: 8rem;
} | css/styles.css | .page-container {
min-height: 100%;
width: 1200px;
margin: 0 auto;
}
header {
height: 10rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-logo {
width: 10rem;
}
.header-search {
flex-grow: 1;
height: 3.6rem;
margin: 0 4rem;
}
.header-search form, .header-search input {
position: relative;
height: 100%;
width: 100%;
}
.header-search input, .account-form input {
box-sizing: border-box;
width: 100%;
padding: 0 2rem;
line-height: 3.7rem;
border: #e2e1e0 1px solid;
border-radius: 0.6rem;
box-shadow: 0 3px 10px rgba(119, 119, 119, 0.16), 0 3px 6px rgba(202, 202, 202, 0.23);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
font-family: 'Inria Sans', sans-serif;
font-size: 1.25rem;
}
.header-search input:hover, .header-search input:focus, .account-form input:hover, .account-form input:focus {
box-shadow: 0 1px 10px rgba(57, 57, 57, 0.16), 0 3px 6px rgba(115, 115, 115, 0.23);
}
.header-search svg {
padding: 1rem 2rem 1rem 0;
width: 1.6rem;
position: absolute;
top: 0;
right: 0;
}
.header-options > * {
margin-right: 1rem;
}
.header-options svg {
width: 4rem;
}
.landingbg {
min-height: 500px;
margin-bottom: 3rem;
background-image: url("/knihkupectvo/images/bg.jpg");
background-position: center;
background-size: cover;
border-radius: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.landingbg > * {
margin: 2rem 0 0 6rem;
padding: 1rem;
background-color: white;
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 3rem;
}
.categories-carousel {
position: relative;
display: flex;
width: 100%;
overflow: hidden;
}
.categories-carousel-category {
padding: 1rem 1.8rem;
margin-right: 0.8rem;
border: 1px solid #ddd;
border-radius: 0.6rem;
}
.categories-carousel-category > a {
text-decoration: none;
white-space: nowrap;
font-family: 'Inria Sans', sans-serif;
font-size: 1.1rem;
color: #283577;
}
.categories-carousel-category:nth-child(2) {
transition: margin-left 0.3s ease-in-out;
}
.categories-carousel-controller {
position: absolute;
right: 0;
width: 6rem;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
cursor: pointer;
font-weight: 700;
font-family: 'Inria Sans', sans-serif;
font-size: 2rem;
color: #283577;
background-image: url("/knihkupectvo/images/fade.png");
background-position: center;
background-size: contain;
}
.categories-carousel-controller:first-of-type {
visibility: hidden;
left: 0;
transform: rotate(180deg);
}
.books-container, .books-container-smaller {
display: flex;
flex-wrap: wrap;
}
.book-showcase {
flex-basis: 32%;
margin-bottom: 2.4rem;
align-items: center;
display: flex;
justify-content: center;
}
.book-showcase-img {
width: 10rem;
margin-right: 1rem;
}
.books-container-smaller .book-showcase-img {
width: 8rem;
}
.book-showcase-info {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.book-showcase-info > * {
display: inline-block;
font-family: 'Inria Sans', sans-serif;
padding: 0.5rem 1rem;
}
.books-container-smaller .book-showcase-info > * {
padding: 0.3rem 0.5rem;
}
.book-showcase-author {
border: 1px solid #ddd;
border-radius: 0.4rem;
text-transform: uppercase;
margin: 0 0 1rem 1rem;
font-size: 0.8rem;
font-weight: 700;
color: #26486c;
}
.books-container-smaller .book-showcase-author {
margin: 0 0 0.5rem 0.5rem;
}
.book-showcase-title {
font-family: 'Merriweather', serif;
text-decoration: none;
margin-bottom: 1rem;
padding-bottom: 0;
color: #26486c;
font-size: 1.4rem;
}
.books-container-smaller .book-showcase-title {
margin-bottom: 0.5rem;
}
.book-showcase-cost {
font-size: 1.8rem;
color: #f4a524;
}
/*
====
*/
.catalogue-container {
display:flex;
justify-content: space-between;
}
.catalogue-container aside > * {
min-width: 18rem;
}
.catalogue-categories {
display: flex;
flex-direction: column;
width: 100%;
border-right: 2px solid #283577;
}
.catalogue-category {
margin: 0;
padding: 0.38rem 1rem;
transition: background-color 0.15s ease-out;
}
.catalogue-category:hover, .catalogue-category.active {
background-color: #d9dfe6;
}
.catalogue-container main {
margin-left: 1.6rem;
flex-grow: 1;
}
.catalogue-container .title-big {
margin-top: 0;
margin-bottom: 1.2rem;
}
.account-form input[type=text], .account-form input[type=password], .account-form input[type=email] {
margin-bottom: 0.8rem;
padding-top: 0.35rem;
padding-bottom: 0.35rem;
font-size: 1.18rem;
line-height: 3rem;
}
.account-form input[type=submit] {
line-height: 3rem;
width: 14rem;
margin: 0.8rem 0 1.5rem 0;
}
.account-form p {
font-family: 'Inria Sans', sans-serif;
font-size: 1.2rem;
padding-left: 2px;
}
.account-form a {
text-decoration: none;
}
.account-form .error {
color: red;
}
.account-form .error > span {
font-size: 2rem;
position: relative;
top: 0.25rem;
}
.bookpage-container {
display:flex;
justify-content: center;
margin: 2rem;
}
.bookpage-container aside {
width: 40%;
margin-right: 4.2rem;
}
.bookpage-container aside > img {
width: 100%;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.bookpage-container main {
width: 45%;
font-family: 'Inria Sans', sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bookpage-title {
margin-bottom: 1.5rem;
font-family: 'Merriweather', serif;
font-size: 2.6rem;
color: #26486c;
}
.bookpage-authors {
margin: 1.4rem 0;
font-size: 1.5rem;
color: #222;
}
.bookpage-description {
margin: 1.4rem 0;
font-size: 1.1rem;
color: #222;
}
.bookpage-details {
padding: 2rem 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bookpage-details > *:nth-child(2n + 1), .bookpage-details > *:nth-child(2n) {
flex-basis: 60%;
margin: 0.3rem 0;
font-size: 1.2rem;
color: #222;
}
.bookpage-details > *:nth-child(2n + 1) {
flex-basis: 40%;
font-weight: 700;
color: #333;
}
.bookpage-bottom {
display: flex;
justify-content: flex-end;
align-items: center;
}
.bookpage-cost {
font-size: 3rem;
color: #f4a524;
margin-right: 2rem;
}
.bookpage-buy-button, .order-continue, .order-continue-blank {
font-family: 'Inria Sans', sans-serif;
padding: 1rem 1.2rem;
border: 2px solid #f4a524;
border-radius: 0.4rem;
color: #f4a524;
font-weight: 700;
font-size: 1.2rem;
}
.bookpage-buy-button.disabled, .order-continue.disabled, .order-continue-blank.disabled {
border-color: #555;
color: #555;
pointer-events: none;
}
.cart-container {
border: 1px solid #b0b0b0;
border-width: 1px 0;
}
.cart-item {
display: flex;
align-items: center;
margin: 1rem 0;
}
.cart-item-img {
width: 3rem;
min-height: 3rem;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.cart-item > span, .cart-item > a {
margin-left: 1rem;
}
.cart-item-title {
font-family: 'Merriweather', serif;
text-transform: capitalize;
text-decoration: none;
color: #26486c;
font-size: 1.15rem;
}
.cart-item-isbn {
font-family: 'Inria Sans', sans-serif;
font-size: 0.8rem;
color: #666;
}
.cart-item-cost {
font-family: 'Inria Sans', sans-serif;
font-size: 1.4rem;
}
.cart-item-remove {
color: red;
font-size: 1.5rem;
}
.order-continue-container {
display: flex;
justify-content: space-between;
}
.order-continue-blank {
border-color: #283577;
color: #283577;
margin: 2rem 0;
padding: 0.4rem 1.4rem;
}
.order-continue {
border: 0;
background-color: #283577;
color: white;
margin: 2rem 0;
padding: 0.6rem 1.4rem;
}
.order-continue.disabled {
border: 2px solid #555;
background-color: white;
}
.address-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family: 'Inria Sans', sans-serif;
}
.address-form > * {
padding: 0 0.6rem 1rem 0.6rem;
box-sizing: border-box;
}
.address-form input {
width: 100%;
padding: 0.4rem 0.6rem;
box-sizing: border-box;
border: 1px solid #d2d2d2;
border-radius: 0.3rem;
font-size: 1.15rem;
}
.address-form label {
display: block;
margin-bottom: 0.5rem;
color: #555;
font-size: 1.15rem;
}
.address-form input[type=submit] {
border: 0;
background-color: #283577;
color: white;
padding: 0.6rem 1.4rem;
text-transform: uppercase;
font-weight: 700;
}
.address-form .error {
color: red;
font-size: 1.3rem;
margin: 0;
}
.form-radios {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.form-radios input{
width: 2rem;
height: 2rem;
margin: 0 1rem;
cursor: pointer;
}
.form-radios label {
width: auto;
flex-grow: 1;
color: #222;
margin: 0 0 0.2rem 0;
font-size: 1.2rem;
cursor: pointer;
}
.logout-button {
display: inline-block;
padding: 0.3rem 0.8rem;
margin-left: 1rem;
color: #283577;
border: 3px solid #283577;
text-decoration: none;
border-radius: 0.5rem;
}
.user-container > .title-medium {
margin-top: 0;
margin-bottom: 2rem;
}
.cart-icon-container {
position: relative;
}
.user-container .title-small {
margin-bottom: 0;
margin-top: 0;
}
.cart-count {
position: absolute;
right: 0;
top: 40%;
padding: 0.1rem 0.6rem;
background-color: #f4a524;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1rem;
color: white;
font-weight: 700;
border-radius: 0.5rem;
pointer-events: none;
}
.transaction-container .bookpage-details {
font-family: 'Inria Sans', sans-serif;
}
.user-container .title-small {
text-decoration: underline;
}
footer {
width: 100%;
margin-top: 2rem;
min-height: 8rem;
background-color: #26486c;
padding: 2rem;
box-sizing: border-box;
border-top-right-radius: 2rem;
border-top-left-radius: 2rem;
font-family: 'Inria Sans', sans-serif;
color: white;
line-height: 2rem;
font-size: 1rem;
}
footer a {
color: white;
line-height: 2rem;
font-size: 1rem;
cursor: pointer;
}
.sort-container {
display: flex;
margin: 0 1rem 1.6rem;
padding: 0 2rem;
border: 1px solid #ddd;
border-width: 0 0 1px;
}
.sort-container input {
display: none;
}
.sort-container label {
border: 1px solid #ddd;
border-width: 1px 1px 0;
margin-right: 0.2rem;
padding: calc(0.5rem + 1px) 0.8rem 0.5rem;
font-family: 'Inria Sans', sans-serif;
font-size: 1rem;
cursor: pointer;
}
.sort-container label:hover {
border-width: 2px 1px 0;
padding: 0.5rem 0.8rem;
}
.sort-container label.active {
border-width: 2px 1px 0;
border-top-color: #283577;
padding: calc(0.5rem - 1px) 0.8rem 0.5rem;
background-color: white;
position: relative;
top: 1px;
cursor: default;
pointer-events: none;
}
.pager-container {
border-width: 1px 0 0;
justify-content: flex-end;
padding-bottom: 4rem;
align-items: flex-start;
}
.pager-container label {
border-width: 0 1px 1px;
padding: 0.5rem 0.8rem;
margin-right: 0.1rem;
user-select: none;
-moz-user-select: none;
}
.pager-container label:hover {
padding: 0.5rem 0.8rem;
border-width: 0 1px 1px;
border-width: 0 1px 2px;
}
.pager-container label.blank {
border: 0;
pointer-events: none;
}
.pager-container label.active {
top: 0;
border-width: 0 1px 2px;
border-bottom-color: #283577;
padding: 0.5rem 0.8rem;
}
fieldset {
border-color: rgba(255, 0, 0, 0.8);
border-width: 1px;
box-sizing: border-box;
margin: 0 2rem 2rem;
display: flex;
justify-content: flex-end;
align-items: center;
}
legend {
color: rgba(255, 0, 0, 0.8);
font-family: 'Inria Sans', sans-serif;
font-size: 1rem;
padding: 0 0.4rem;
}
fieldset .a-button {
border: 0;
padding: 0.6rem 1.4rem;
margin-left: 1rem;
background-color: rgba(255, 0, 0, 0.8);
border-radius: 0.3rem;
color: white;
font-family: 'Inria Sans', sans-serif;
font-size: 0.9rem;
text-transform: uppercase;
font-weight: 700;
}
.bookpage-edit-container {
display: flex;
flex-direction: column;
font-family: 'Inria Sans', sans-serif;
}
.bookpage-edit-container > div {
box-sizing: border-box;
padding: 0.8rem 1.8rem;
display: flex;
justify-content: space-between;
}
.bookpage-edit-container label {
flex-basis: 25%;
box-sizing: border-box;
padding-right: 1.8rem;
font-size: 1.4rem;
color: #222;
}
.bookpage-edit-container input, .bookpage-edit-container .inline-inputs {
flex-grow: 1;
font-size: 1.2rem;
color: #333;
font-weight: 700;
}
.bookpage-edit-container textarea {
max-width: 75%;
flex-grow: 1;
color: #333;
font-size: 1rem;
}
.bookpage-edit-container input, .bookpage-edit-container textarea, .bookpage-edit-container select {
padding: 0.5rem 1rem;
border: 1px solid #a8b5f9;
border-radius: 0.4rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.bookpage-edit-container button {
padding: 0.5rem 1.4rem;
box-sizing: border-box;
border: 2px solid #a8b5f9;
border-radius: 0.4rem;
max-width: 10rem;
}
.bookpage-edit-container input[type=submit] {
border: none;
width: 14rem;
color: white;
align-self: flex-end;
margin-bottom: 8rem;
} | 0.529263 | 0.105671 |
Created on : Feb 23, 2015, 2:14:38 PM
Author : <NAME> <<EMAIL>>
*/
:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}
@keyframes flip-in {
from {transform: rotateY(-90deg);-webkit-transform: rotateY(-90deg);}
to {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
}
@-webkit-keyframes flip-in {
from {transform: rotateY(-90deg);-webkit-transform: rotateY(-90deg);}
to {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
}
@keyframes flip-out {
from {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
to {transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
}
@-webkit-keyframes flip-out {
from {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
to {transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
}
@keyframes soften {
from {opacity: 1;-webkit-opacity: 1;}
}
@-webkit-keyframes soften {
from {opacity: 1;-webkit-opacity: 1;}
}
div.flip-card {
transition: transform 1s;
display: none;
}
div.active-card {
display: block;
transform: rotateY(0deg);
}
div.flip-in {
animation: flip-in 1s ease-out;
-webkit-animation: flip-in 1s;
}
div.flip-out {
animation: flip-out 1s ease-in;
-webkit-animation: flip-out 1s;
}
.card {
width: 100%;
height: 350px;
overflow: hidden;
position: relative;
border-radius: 3px 3px 0 0;
transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.card:hover {
animation: soften 0.2s;
opacity: 0.8;
cursor: pointer;
}
.card h6{
display: block;
position: relative;
text-align: center;
margin-top: 50px;
font-size: 16em;
}
.card h4{
display: block;
position: relative;
text-align: center;
margin-top: 50px;
font-size: 16em;
}
.card img {
position:absolute;
left: -100%;
right: -100%;
top: -100%;
bottom: -100%;
margin: auto;
min-height: 100%;
min-width: 100%;
}
.full-card {
position: relative;
transition: all 1.2s;
}
.full-card .btn-fab {
float: right;
margin-top: -28px;
margin-right: 14px;
} | public/css/flipper.css | Created on : Feb 23, 2015, 2:14:38 PM
Author : <NAME> <<EMAIL>>
*/
:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}
@keyframes flip-in {
from {transform: rotateY(-90deg);-webkit-transform: rotateY(-90deg);}
to {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
}
@-webkit-keyframes flip-in {
from {transform: rotateY(-90deg);-webkit-transform: rotateY(-90deg);}
to {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
}
@keyframes flip-out {
from {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
to {transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
}
@-webkit-keyframes flip-out {
from {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);}
to {transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
}
@keyframes soften {
from {opacity: 1;-webkit-opacity: 1;}
}
@-webkit-keyframes soften {
from {opacity: 1;-webkit-opacity: 1;}
}
div.flip-card {
transition: transform 1s;
display: none;
}
div.active-card {
display: block;
transform: rotateY(0deg);
}
div.flip-in {
animation: flip-in 1s ease-out;
-webkit-animation: flip-in 1s;
}
div.flip-out {
animation: flip-out 1s ease-in;
-webkit-animation: flip-out 1s;
}
.card {
width: 100%;
height: 350px;
overflow: hidden;
position: relative;
border-radius: 3px 3px 0 0;
transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.card:hover {
animation: soften 0.2s;
opacity: 0.8;
cursor: pointer;
}
.card h6{
display: block;
position: relative;
text-align: center;
margin-top: 50px;
font-size: 16em;
}
.card h4{
display: block;
position: relative;
text-align: center;
margin-top: 50px;
font-size: 16em;
}
.card img {
position:absolute;
left: -100%;
right: -100%;
top: -100%;
bottom: -100%;
margin: auto;
min-height: 100%;
min-width: 100%;
}
.full-card {
position: relative;
transition: all 1.2s;
}
.full-card .btn-fab {
float: right;
margin-top: -28px;
margin-right: 14px;
} | 0.467332 | 0.284977 |
.reveal h1 {
font-family: 'Satisfy', cursive;
font-size: 175%;
text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000;
color: white;
text-transform: capitalize;
}
.reveal h2 {
font-size: 150%;
color: black;
font-family: 'Satisfy', cursive;
text-decoration: underline;
text-transform: capitalize;
width: 50%;
margin-left: auto;
margin-right: auto;
}
.reveal h3 {
font-size: 90%;
color: black;
font-family: 'Satisfy', cursive;
text-transform: lowercase;
width: 40%;
margin-left: auto;
margin-right: auto;
}
.chevron::before {
border-style: solid;
border-width: 0.25em 0.25em 0 0;
content: '';
display: inline-block;
height: 0.45em;
left: 0.15em;
position: relative;
top: 0.15em;
transform: rotate(-45deg);
vertical-align: top;
width: 0.45em;
}
.chevron.bottom:before {
top: 0;
transform: rotate(135deg);
clear: both;
}
.chevron.right:before {
left: 0;
transform: rotate(45deg);
}
.reveal #pijltje {
float: right;
}
.reveal #logo{
width: 10%;
border: 2px solid white;
}
.reveal .rond {
border-radius: 50%;
}
.reveal #bottom{
clear: both;
padding-top: 20px;
margin-top: 50px;
}
.reveal ul {
list-style-type: none;
}
.reveal #one {
width: 250px;
border: 5px solid white;
}
.reveal #two {
width: 400px;
border: 5px solid white;
}
.reveal #three {
width: 100%;
border: 5px solid white;
}
.reveal #four {
width: 100%;
border: 5px solid white;
}
.reveal #five {
width: 100%;
border: 5px solid white;
}
.reveal #six {
width: 100%;
border: 5px solid white;
}
.reveal #seven {
width: 100%;
border: 5px solid white;
}
.reveal #eight {
width: 100%;
border: 5px solid white;
}
.reveal #nine {
width: 100%;
border: 5px solid white;
}
.reveal #ten {
width: 100%;
border: 5px solid white;
}
.reveal #eleven {
width: 100%;
border: 5px solid white;
}
.reveal #twelve {
width: 100%;
border: 5px solid white;
}
.reveal #thirteen {
width: 100%;
border: 5px solid white;
}
.reveal #fourteen {
width: 100%;
border: 5px solid white;
}
.reveal #fifteen {
width: 25%;
border: 5px solid white;
}
.reveal #sixteen {
width: 60%;
border: 5px solid white;
}
.reveal #seventeen {
width: 25%;
border: 5px solid white;
}
.reveal #eightteen {
width: 35%;
border: 5px solid white;
}
.reveal #nineteen {
width: 50%;
border: 5px solid white;
}
.reveal #twenty {
width: 50%;
border: 5px solid white;
}
.reveal #twentyone {
width: 50%;
border: 5px solid white;
}
.reveal #twentytwo {
width: 25%;
border: 5px solid white;
}
#een {
float: left;
width: 50%;
}
#twee {
float: right;
width: 50%;
}
#drie {
float: left;
width: 50%;
}
#vier {
float: right;
width: 50%;
}
#vijf {
float: left;
width: 33%;
}
#zes {
float: left;
width: 33%;
}
#zeven {
float: left;
width: 33%;
}
#acht {
float: left;
width: 50%;
}
#negen {
float: right;
width: 50%;
}
#tien {
width:35%;
margin-left: auto;
margin-right: auto;
}
#elf {
width: 30%;
margin-left: auto;
margin-right: auto;
} | css/theme/mytheme.css | .reveal h1 {
font-family: 'Satisfy', cursive;
font-size: 175%;
text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000;
color: white;
text-transform: capitalize;
}
.reveal h2 {
font-size: 150%;
color: black;
font-family: 'Satisfy', cursive;
text-decoration: underline;
text-transform: capitalize;
width: 50%;
margin-left: auto;
margin-right: auto;
}
.reveal h3 {
font-size: 90%;
color: black;
font-family: 'Satisfy', cursive;
text-transform: lowercase;
width: 40%;
margin-left: auto;
margin-right: auto;
}
.chevron::before {
border-style: solid;
border-width: 0.25em 0.25em 0 0;
content: '';
display: inline-block;
height: 0.45em;
left: 0.15em;
position: relative;
top: 0.15em;
transform: rotate(-45deg);
vertical-align: top;
width: 0.45em;
}
.chevron.bottom:before {
top: 0;
transform: rotate(135deg);
clear: both;
}
.chevron.right:before {
left: 0;
transform: rotate(45deg);
}
.reveal #pijltje {
float: right;
}
.reveal #logo{
width: 10%;
border: 2px solid white;
}
.reveal .rond {
border-radius: 50%;
}
.reveal #bottom{
clear: both;
padding-top: 20px;
margin-top: 50px;
}
.reveal ul {
list-style-type: none;
}
.reveal #one {
width: 250px;
border: 5px solid white;
}
.reveal #two {
width: 400px;
border: 5px solid white;
}
.reveal #three {
width: 100%;
border: 5px solid white;
}
.reveal #four {
width: 100%;
border: 5px solid white;
}
.reveal #five {
width: 100%;
border: 5px solid white;
}
.reveal #six {
width: 100%;
border: 5px solid white;
}
.reveal #seven {
width: 100%;
border: 5px solid white;
}
.reveal #eight {
width: 100%;
border: 5px solid white;
}
.reveal #nine {
width: 100%;
border: 5px solid white;
}
.reveal #ten {
width: 100%;
border: 5px solid white;
}
.reveal #eleven {
width: 100%;
border: 5px solid white;
}
.reveal #twelve {
width: 100%;
border: 5px solid white;
}
.reveal #thirteen {
width: 100%;
border: 5px solid white;
}
.reveal #fourteen {
width: 100%;
border: 5px solid white;
}
.reveal #fifteen {
width: 25%;
border: 5px solid white;
}
.reveal #sixteen {
width: 60%;
border: 5px solid white;
}
.reveal #seventeen {
width: 25%;
border: 5px solid white;
}
.reveal #eightteen {
width: 35%;
border: 5px solid white;
}
.reveal #nineteen {
width: 50%;
border: 5px solid white;
}
.reveal #twenty {
width: 50%;
border: 5px solid white;
}
.reveal #twentyone {
width: 50%;
border: 5px solid white;
}
.reveal #twentytwo {
width: 25%;
border: 5px solid white;
}
#een {
float: left;
width: 50%;
}
#twee {
float: right;
width: 50%;
}
#drie {
float: left;
width: 50%;
}
#vier {
float: right;
width: 50%;
}
#vijf {
float: left;
width: 33%;
}
#zes {
float: left;
width: 33%;
}
#zeven {
float: left;
width: 33%;
}
#acht {
float: left;
width: 50%;
}
#negen {
float: right;
width: 50%;
}
#tien {
width:35%;
margin-left: auto;
margin-right: auto;
}
#elf {
width: 30%;
margin-left: auto;
margin-right: auto;
} | 0.479747 | 0.138987 |
@namespace svg "http://www.w3.org/2000/svg";
@import url('https://fonts.googleapis.com/css?family=Lato');
:not(svg|*) {
all: unset;
box-sizing: border-box;
}
base, basefont, datalist, head, meta, script, style, title, noembed, param, template {
display: none;
}
html {
font-family: 'Lato', sans-serif;
min-width: 360px;
color: #555;
}
body {
display: block;
width: 100%;
height: 100%;
background-color: #fcfcfc;
}
a {
cursor: pointer;
}
header {
display: flex;
padding: 24px;
border-bottom: 1px solid #eaeaea;
background-color: #FFF;
box-shadow: 0 0 8px rgba(24, 24, 24, 0.15);
flex-direction: row;
align-items: center;
position: relative;
z-index: 3;
}
hr {
position: relative;
background-color: #fcfcfc;
display: block;
height: 18px;
z-index: 2;
}
footer {
display: flex;
padding: 20px 24px;
justify-content: flex-end;
}
h1 {
font-size: 14px;
}
input {
width: 100%;
padding: 12px 0;
}
.cards {
position: relative;
z-index: 1;
}
.cards .error {
display: block;
text-align: center;
font-size: 12px;
line-height: 53px; /* This is the height of the selector element -- so that there's no resizing when adding the first selector */
color: #d4d4d4;
}
.selector-card {
position: relative;
z-index: 2;
background-color: #FFF;
border-top: 1px solid #eaeaea;
display: flex;
padding: 6px 24px;
justify-content: flex-start;
align-items: center;
}
.selector-card .color-bar {
position: absolute;
display: block;
content: '';
background-color: peachpuff; /* This gets overridden by an inline style on the component */
left: 0;
top: 8px;
width: 4px;
height: calc(100% - 16px);
}
.selector-card:last-child {
z-index: 1;
border-bottom: 1px solid #eaeaea;
background-color: #FFF;
box-shadow: 0 0 8px rgba(24, 24, 24, 0.15);
}
.toggle-switch {
cursor: pointer;
margin-left: auto;
height: 18px;
width: 32px;
border-radius: 9px;
background-color: #d8d8d8;
display: block;
box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.toggle-switch.on {
background-color: #999fec;
}
.toggle-switch .toggle-slider {
display: block;
content: '';
width: 14px;
height: 14px;
background-color: #FFF;
position: relative;
top: 2px;
border-radius: 100%;
transition: 0.15s ease-in-out;
left: 2px;
}
.toggle-switch.on .toggle-slider {
left: 16px;
}
.strike {
color: #888;
text-decoration: line-through;
}
.actions {
margin-left: auto;
display: flex;
flex-direction: row;
}
.actions li {
margin: 0 8px;
}
.actions li:last-child {
margin-right: 0;
}
.actions .icon {
width: 20px;
cursor: pointer;
}
.footer-actions {
display: flex;
flex-direction: row;
color: #999fec;
margin-right: -4px;
}
.footer-actions li {
margin: 0 4px;
font-size: 10px;
text-transform: capitalize;
letter-spacing: 1px;
font-weight: bold;
}
.footer-actions li:last-child {
margin-right: 0;
}
.footer-actions li a {
border-radius: 4px;
padding: 8px;
transition: background-color 0.2s ease-in-out;
}
.footer-actions li a:hover {
background-color: rgba(216, 216, 216, 0.26);
} | dist/app.css | @namespace svg "http://www.w3.org/2000/svg";
@import url('https://fonts.googleapis.com/css?family=Lato');
:not(svg|*) {
all: unset;
box-sizing: border-box;
}
base, basefont, datalist, head, meta, script, style, title, noembed, param, template {
display: none;
}
html {
font-family: 'Lato', sans-serif;
min-width: 360px;
color: #555;
}
body {
display: block;
width: 100%;
height: 100%;
background-color: #fcfcfc;
}
a {
cursor: pointer;
}
header {
display: flex;
padding: 24px;
border-bottom: 1px solid #eaeaea;
background-color: #FFF;
box-shadow: 0 0 8px rgba(24, 24, 24, 0.15);
flex-direction: row;
align-items: center;
position: relative;
z-index: 3;
}
hr {
position: relative;
background-color: #fcfcfc;
display: block;
height: 18px;
z-index: 2;
}
footer {
display: flex;
padding: 20px 24px;
justify-content: flex-end;
}
h1 {
font-size: 14px;
}
input {
width: 100%;
padding: 12px 0;
}
.cards {
position: relative;
z-index: 1;
}
.cards .error {
display: block;
text-align: center;
font-size: 12px;
line-height: 53px; /* This is the height of the selector element -- so that there's no resizing when adding the first selector */
color: #d4d4d4;
}
.selector-card {
position: relative;
z-index: 2;
background-color: #FFF;
border-top: 1px solid #eaeaea;
display: flex;
padding: 6px 24px;
justify-content: flex-start;
align-items: center;
}
.selector-card .color-bar {
position: absolute;
display: block;
content: '';
background-color: peachpuff; /* This gets overridden by an inline style on the component */
left: 0;
top: 8px;
width: 4px;
height: calc(100% - 16px);
}
.selector-card:last-child {
z-index: 1;
border-bottom: 1px solid #eaeaea;
background-color: #FFF;
box-shadow: 0 0 8px rgba(24, 24, 24, 0.15);
}
.toggle-switch {
cursor: pointer;
margin-left: auto;
height: 18px;
width: 32px;
border-radius: 9px;
background-color: #d8d8d8;
display: block;
box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.toggle-switch.on {
background-color: #999fec;
}
.toggle-switch .toggle-slider {
display: block;
content: '';
width: 14px;
height: 14px;
background-color: #FFF;
position: relative;
top: 2px;
border-radius: 100%;
transition: 0.15s ease-in-out;
left: 2px;
}
.toggle-switch.on .toggle-slider {
left: 16px;
}
.strike {
color: #888;
text-decoration: line-through;
}
.actions {
margin-left: auto;
display: flex;
flex-direction: row;
}
.actions li {
margin: 0 8px;
}
.actions li:last-child {
margin-right: 0;
}
.actions .icon {
width: 20px;
cursor: pointer;
}
.footer-actions {
display: flex;
flex-direction: row;
color: #999fec;
margin-right: -4px;
}
.footer-actions li {
margin: 0 4px;
font-size: 10px;
text-transform: capitalize;
letter-spacing: 1px;
font-weight: bold;
}
.footer-actions li:last-child {
margin-right: 0;
}
.footer-actions li a {
border-radius: 4px;
padding: 8px;
transition: background-color 0.2s ease-in-out;
}
.footer-actions li a:hover {
background-color: rgba(216, 216, 216, 0.26);
} | 0.503906 | 0.192539 |
:root {
--swiper-navigation-size: 1.2rem;
--primary-color: #ffe715;
--secondary-color: #44464e;
--btn-secondary-color: #44464e;
--bg-secondary-color: #44464e;
--sidebar-bg-color: #000;
--border--primary-color: #ffe715;
--border--secondary-color: #66676b;
--main-bg: #111111;
--text-primary: #ffe715;
--card-bg: #000;
--nav-tabs: #fff;
--input-text: #fff;
--icons: #fff;
--selectBox-bg: #191919;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
Helvetica, Arial, "Lucida Grande", sans-serif;
/*transition: all 0.2s;*/
}
::-webkit-scrollbar {
/*width: 0px;*/
/*background: transparent; */
}
.lightMode {
--main-bg: #fff;
--sidebar-bg-color: #fff;
--card-bg: #fff;
--nav-tabs: #6d6969;
--icons: #000;
--input-text: #000;
--selectBox-bg: #d8d5d5;
}
body {
background: var(--main-bg);
}
video {
width: 100%;
min-width: 300px;
}
/*****************Global**********************/
.d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nowrap {
/*flex-wrap: nowrap !important;*/
}
.text--bolder {
font-weight: 600;
font-size: 1.3rem;
}
.text--light {
font-weight: 400;
color: var(--secondary-color);
}
.text--secondary {
color: var(--secondary-color);
}
.text--primary {
color: var(--text-primary);
}
.text--white {
color: var(--icons);
}
.text--center {
text-align: center;
}
.p-absolute-content {
position: absolute;
top: 0px;
padding: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 93%;
margin: 0 auto;
}
.bg-secondary {
font-size: 0.9rem;
padding: 4px;
background: #111;
border: 0.5px solid var(--border--primary-color);
border-radius: 5px;
}
/*margin*/
.mx-4 {
margin: 20px 0px;
}
.mx-2 {
margin: 0em 1em;
}
.my-2 {
margin: 1em 0em;
}
.mx-3 {
margin: 2rem 0 0 0 !important;
}
.mb-5 {
margin: 0 0 3rem 0 !important;
}
.mt-5 {
margin: 3rem 0 0 0 !important;
}
.m-auto {
margin: 0 auto;
}
.m-2 {
margin: 10px 26px;
}
.px-1 {
padding: 0px 10px;
}
.px-2 {
padding: 1rem 0.5rem;
}
.py-2 {
padding: 0.5rem 0rem;
}
.w-100 {
width: 100%;
}
.border-bottom {
border-bottom: 2px solid var(--border--secondary-color);
}
.confirm-icon {
max-width: 100px;
}
.confirm-text {
text-align: center;
font-weight: bolder;
}
.preview {
padding: 50px 20px;
border-radius: 11px;
border: 2px solid #66676b;
}
.m-card-btn {
margin: 10px 2px;
}
/*List*/
ul {
list-style: none;
}
.link {
text-decoration: none;
}
.btn {
border: none;
outline: none;
padding: 10px 20px;
background: none;
border-radius: 20px;
font-size: 0.9rem;
cursor: pointer;
}
.btn-outline {
color: #44464e;
font-weight: 700;
border: 1px solid #44464e;
}
.btn-outline-primary {
border: 1px solid #ffe715;
}
.btn-success {
background: #218838;
color: #fff;
}
.btn-danger {
background: #dc3545;
color: #fff;
}
.btn--group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*margin: 20px 0px;*/
}
.btn--group button {
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
padding: 10px 0px;
-webkit-box-flex: 0.5;
-ms-flex: 0.5;
flex: 0.5;
}
.btn-primary {
background: #ffe715;
color: #44464e;
}
.custom--circle {
position: fixed;
width: 170px;
height: 170px;
background: #ffe715;
border-radius: 50%;
top: -30px;
left: -30px;
}
.custom--circle:nth-child(2) {
top: 80%;
left: 90%;
}
.active {
background: #ffe715;
color: #44464e;
}
.container {
width: 100%;
padding: 0px 20px;
}
/*card button*/
.share {
border: 1px solid #ffe715;
margin: 10px;
border-radius: 50%;
min-width: 40px;
min-height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.active {
color: #ffe715;
}
.share-icon {
width: 100px;
margin: 10px;
}
.share-icon img {
width: 100%;
}
/******************************FORM********************************/
input {
border: none;
background: transparent;
color: var(--input-text);
padding: 10px 5px;
}
textarea {
border: none;
background: transparent;
color: #fff;
padding: 10px 0px;
resize: none;
}
.form--control:focus {
outline: none;
}
textarea:focus,
input:focus {
outline: none;
}
input::-webkit-input-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input::-moz-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input:-ms-input-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input::-ms-input-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input::placeholder {
color: #44464e;
font-size: 1.1rem;
}
form {
width: 100%;
height: 100%;
}
.form--group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 20px 0px;
}
.form--group .form--control {
width: 100%;
padding: 5px 3px;
}
.auth--container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.form .form--control {
padding: 7px 0px;
}
.form--selectBox {
background: var(--selectBox-bg) !important;
padding: 6px;
color: var(--icons) !important;
}
.custom-radio {
margin: 8px 0px;
}
.flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.flex-end .form--control {
width: 94%;
}
/*btn-modal*/
.btn-modal {
padding: 10px 50px !important;
margin: 10px;
cursor: pointer;
}
.sm-text {
font-size: 0.8rem;
}
.flex-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.copy-icon {
position: absolute;
right: 0px;
top: 0px;
}
/*NO select*/
.noselect {
cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */ /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
/*Sidebar*/
main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100vh;
margin: 0 auto;
background-color: var(--main-bg);
}
.left {
-webkit-box-flex: 0.2;
-ms-flex: 0.2;
flex: 0.2;
min-width: 200px;
background: var(--sidebar-bg-color);
width: 100%;
height: 100%;
border-radius: 0px 20px 20px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 9;
/*position: sticky;
top:0px;*/
}
.left .left--wrapper {
width: 80%;
height: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.left .left--wrapper .logo {
color: #ffe715;
font-size: 1.8rem;
}
.user--details {
margin: 20px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sidebar .user--details .user-image--container {
width: 85px;
height: 85px;
}
.sidebar .user--details .user-image--container img {
border: 2px solid #ffe715;
border-radius: 50%;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.user--details .user--info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 30px;
}
.user--details .user--info span {
margin: 2px 0px;
}
.sidebar .list-item-group {
width: 100%;
/*height: 80%;*/
height: 52%;
}
.sidebar .list-item-group .list-item {
margin: 7px 0px;
border-radius: 10px;
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
font-size: 0.9rem;
}
.sidebar-list-link {
display: block;
padding: 10px 20px;
width: 100%;
}
.sidebar .list-item-group .list-item:hover,
.sidebar .list-item-group .list-item.active {
background: #ffe715;
}
.sidebar .list-item-group .list-item a {
color: var(--secondary-color);
}
.sidebar .list-item-group .list-item a span {
display: inline-block;
}
.sidebar .list-item-group .list-item a span.icon {
margin: 0px 10px 0px 0px;
}
/*Light Mode Dark Mode*/
.toggle {
margin-top: 10px;
position: relative;
bottom: 6px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
padding: 15px 10px;
border: 2px solid var(--primary-color);
border-radius: 20px;
overflow: hidden;
}
.toggle .toggle-wrapper {
z-index: 9999;
}
.toggle .btn {
display: inline-block;
padding: 10px;
cursor: pointer;
}
.lightMode .toggle .btn {
color: var(--secondary-color);
}
.slide {
position: absolute;
width: 50%;
height: 100%;
background: var(--primary-color);
/*mix-blend-mode: difference;*/
}
/***********sidebar Mobile*** bottom**************/
.bottom.mb-sidebar {
display: none;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
background: #000;
height: 45px;
border-radius: 15px 15px 0px 0px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
z-index: 99999999999;
}
.mb-sidebar .bottom--wrapper {
width: 100%;
height: 100%;
}
.mb-sidebar ul.bottom--options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
height: 100%;
}
.mb-sidebar ul.bottom--options li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.mb-sidebar ul.bottom--options a.bottom-list-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
/*text-align: center;*/
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 1.5rem;
padding: 20px;
color: #fff;
}
.mb-sidebar .user-image--container {
position: absolute;
top: -40px;
width: 60px;
height: 60px;
}
.mb-sidebar .user-image--container img {
width: 100%;
height: 100%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
border: 5px solid #fff;
}
/****************************RIGHT***********************************************/
.right {
-webkit-box-flex: 0.8;
-ms-flex: 0.8;
flex: 0.8;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: inherit;
-ms-flex-align: inherit;
align-items: inherit;
}
.right .container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
/*LightMode sidebar*/
.lightMode .sidebar {
box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
/*********************Navbar*****************************/
.navbar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*padding: 20px 10px;*/
}
.navbar .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar .nav .list-item {
padding: 4px 8px;
}
/****************************Navbar Form Search *******************/
.list-item .form--container .form-control {
background: transparent;
}
.navbar .nav-left.border {
-webkit-box-flex: 0.5;
-ms-flex: 0.5;
flex: 0.5;
/*background: var(--dark-color);*/
border-radius: 7px;
border: 2px solid #44464e;
}
.selectBox {
border: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
min-width: 100px;
color: var(--secondary-color);
background: transparent;
}
.selectBox option {
color: #44464e !important;
/*background: var(--dark-color);*/
/*border: 2px solid var(--dark-color);*/
}
.selectBox:focus {
outline: none;
}
select::-ms-expand {
color: #44464e !important;
}
/****************************Items *******************/
.navbar .list-item-group .list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
color: #44464e;
}
.navbar .list-item-group .list-item span {
margin: 0px 10px 0px 0px;
}
.navbar .list-item-group .list-item .form--container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.navbar .list-item-group .list-item .form--container .nav-form {
padding: 5px 10px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
/****************************Navbar Profile *******************/
.nav--profile .nav-profile--container {
width: 40px;
height: 40px;
}
.nav--profile .nav-profile--container .profile--img {
border: 1px solid #ffe715;
border-radius: 50%;
width: 100%;
height: 100%;
}
.nav--profile .profile-name {
display: inline-block;
margin: 0px 10px;
}
.navbar .list-item .icon--container {
font-size: 1.2rem;
color: var(--icons);
}
/****************************Main Content Cards Trend*******************/
ul.nav.tabs {
color: var(--nav-tabs);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*margin-left: 1rem; */
}
ul.nav.tabs li {
padding: 5px 13px;
border-bottom: 2px solid;
}
ul.nav.tabs li.active {
background: transparent;
color: #ffe715;
}
.text-content {
color: var(--secondary-color);
font-weight: 800;
max-width: 600px;
margin: 20px;
padding: 20px;
border: 3px solid var(--secondary-color);
border-radius: 20px;
}
.cards {
-webkit-box-flex: 0.97;
-ms-flex: 0.97;
flex: 0.97;
overflow-y: auto;
/*padding: 10px;*/
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cards::-moz-scrollbar {
width: 7px;
}
.cards::-moz-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-moz-scrollbar-track {
background: #fff;
}
.cards::-ms-scrollbar {
width: 7px;
}
.cards::-ms-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-ms-scrollbar-track {
background: #fff;
}
.cards::-o-scrollbar {
width: 7px;
}
.cards::-o-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-o-scrollbar-track {
background: #fff;
}
.cards::-webkit-scrollbar {
width: 7px;
}
.cards::-webkit-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-webkit-scrollbar-track {
background: #fff;
}
.cards .card {
-ms-flex-item-align: start;
align-self: flex-start;
margin: 10px 10px 10px 0px;
min-width: 350px;
max-width: 480px;
width: 280px;
background: var(--card-bg);
border-radius: 10px;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
/*flex-basis: 30%;*/
-ms-flex-negative: 0;
flex-shrink: 0;
}
.lightMode .cards .card {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.lightMode .card .text--bolder {
color: #111;
}
.cards .card .img--container {
width: 100%;
height: 200px;
}
.cards .card .img--container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.cards .card .card--body {
padding: 5px 10px;
}
.cards .card .card--body .card-options {
margin: 10px 0px;
}
.card-footer {
border-top: 2px solid #44464e;
}
.card-footer .footer--text {
margin: 10px 0px;
}
.card .options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/*Brand Card*/
@media (max-width: 768px) {
.brand-heading {
margin: 10px 21px;
}
}
.brand-card .card--body {
padding: 10px;
}
.brand-card .brand-card-topbar {
display: flex;
align-items: center;
}
.brand-img {
max-width: 80px;
margin-right: 10px;
}
.brand-slogan {
font-size: 1.3rem;
margin: 15px 0px;
}
.brand-options {
display: flex;
justify-content: flex-end;
align-items: center;
}
.brand-card-btn {
display: inline-flex;
min-width: 20px;
min-height: 20px;
border-radius: 50%;
padding: 10px;
font-weight: bolder;
font-size: 1.2rem;
margin: 4px 7px;
color: #fff;
}
.brand-btn-primary {
background: #ffe715;
}
.brand-btn-delete {
background: #df4759;
}
/******************Profile**************************/
.main--wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.auth--container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
z-index: 2;
margin: 20px 0px;
}
.custome--file--input {
position: absolute;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: none;
}
section.avatar--container {
position: relative;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.avatar--container .img--container {
width: 100px;
height: 100px;
position: relative;
}
section.avatar--container .img--container img {
border: 4px solid #fff;
width: 100%;
height: 100%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
section.avatar--container i {
cursor: pointer;
position: absolute;
color: #ffe715;
bottom: 0px;
right: 0px;
font-size: 1.5rem;
border-radius: 7px;
padding: 5px;
/*background: var(--dark-color);*/
}
i.edit-icon {
cursor: pointer;
position: absolute;
color: #ffe715;
bottom: 0px;
right: 0px;
font-size: 1.5rem;
border-radius: 7px;
padding: 5px 5px 8px 5px;
/*background: var(--dark-color);*/
margin: 10px;
}
/******************CreateBrand Container******************************/
.flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
/******************BAckdrop******************************/
.backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 10;
background: rgba(255, 255, 255, 0.15);
-webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
/********************Modal********************************/
.modal {
z-index: 100;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
padding: 10px 50px 20px;
margin: 0 auto;
background: var(--card-bg);
width: inherit;
min-width: 350px;
max-width: 500px;
border-radius: 10px 40px;
}
.modal-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
background: var(--card-bg);
width: 50%;
padding: 10px 30px 20px;
min-width: 380px;
max-width: 500px;
border-radius: 10px 40px;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.modal__header {
width: 100%;
padding: 1rem 0.5rem;
background: #2a006e;
color: white;
}
.modal__header h2 {
margin: 0.5rem;
}
.modal__content {
padding: 1rem 0.5rem;
}
.modal__footer {
padding: 1rem 0.5rem;
}
.modal-enter {
-webkit-transform: translateY(-10rem);
-ms-transform: translateY(-10rem);
transform: translateY(-10rem);
opacity: 0;
}
.modal-enter-active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
.modal-exit {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.modal-exit-active {
-webkit-transform: translateY(-10rem);
-ms-transform: translateY(-10rem);
transform: translateY(-10rem);
opacity: 0;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
.modal--image {
margin: 0 auto;
position: relative;
max-width: 80%;
width: auto;
height: auto;
min-height: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*aspect-ratio: 1/1;*/
}
.modal--image img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 20px;
}
.modal--image .content {
/*position: relative;*/
z-index: 9999;
padding: 10px 10px;
-ms-flex-item-align: end;
align-self: flex-end;
}
.modal-card-preview {
background: #111;
border-radius: 20px;
}
.modal-card-preview .modal--image {
max-width: 100%;
}
/*message*/
.message-cards {
display: block;
padding-right: 20px;
}
.message-card {
min-width: 100% !important;
width: 100% !important;
padding: 10px;
}
.message-card--body {
display: flex;
align-items: center;
}
.message-content {
padding-top: 10px;
}
/*File upload*/
.dropbox-container {
width: 100%;
min-height: 200px;
border: 2.5px dashed var(--icons);
border-radius: 25px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
@media screen and (max-width: 768px) {
.file-input {
width: 100%;
}
}
/****************BreakPoints**********************/
@media screen and (max-width: 768px) {
body {
min-height: 100vh;
}
.right {
margin: 0 auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.right .container {
padding: 0px !important;
margin: 0px;
}
.tabs .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/********Sidebar*************/
.left .sidebar {
display: none !important;
}
.bottom.mb-sidebar {
display: block !important;
}
.flex-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-sm-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.p-sm-3 {
padding: 20px !important;
}
.d-sm-none {
display: none;
}
.self-start {
justify-self: flex-start !important;
}
/*Cards*/
.cards {
padding-bottom: 100px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cards .card {
margin: 10px 21px;
min-width: 280px;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
/*Nabar*/
.navbar .nav .list-item {
padding: 0px !important;
}
.navbar .list-item-group .list-item .form--container .nav-form {
padding: 10px 2px;
}
.nav.tabs {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
width: 100%;
}
ul.nav.tabs .nav-item {
border-top: 1px solid #fff;
vertical-align: middle;
text-align: center;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.75rem;
padding: 15px 0px;
}
ul.nav.tabs .nav-item.active {
background: #ffe715;
color: #fff;
font-weight: bolder;
}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
ul.nav.tabs li {
padding: 5px 10px;
}
/*navbar*/
.navbar .nav-left.border {
border-width: 1px;
border-radius: 0px;
padding: 5px 5px;
width: 90%;
margin: 0px 0px 10px 0px;
}
/*Bottom*/
.bottom--wrapper .list-item:last-child.active {
border-radius: 0px 13px 0px 0px !important;
}
.bottom--wrapper .list-item:first-child.active {
border-radius: 13px 0px 0px 0px !important;
}
.fa-search {
/*padding: 10px;*/
}
.selectBox {
min-width: auto;
}
/*ICon*/
.icon--container {
background: #ffe715;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.icon--container i {
color: #44464e;
}
.swiper-slide {
margin-bottom: 40px;
}
.carousel-cards {
padding-bottom: 0px;
}
.card-options {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.card-options .options {
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.card-options .date {
margin: 3px 0px;
-ms-flex-item-align: start;
align-self: flex-start;
}
}
/*SLick*/
.carousel-cards {
width: 100%;
overflow-x: hidden !important;
overflow-y: visible;
/*z-index: -1;*/
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.carousel-cards .card {
width: 90%;
margin: 10px auto;
}
.carousel-cards .card .img--container {
max-height: 100px;
}
.carousel-cards .card h3 {
font-size: 1rem;
}
.swiper-slide {
width: 100px;
}
.swiper-container {
max-width: 950px;
overflow-y: hidden !important;
}
.swiper-button-next,
.swiper-button-prev {
background: var(--btn-secondary-color);
color: #fff;
border-radius: 50%;
position: absolute;
margin-left: auto;
padding: 20px;
position: absolute;
top: 10px;
right: 10px;
font-size: 1.2rem;
}
.swiper-button-prev {
right: 50px;
}
.swiper-container {
overflow-x: hidden !important;
overflow-y: visible;
}
.swiper-wrapper {
padding-top: 10px;
}
@media (max-width: 980px) {
.swiper-container {
max-width: 1305px !important;
}
}
@media (max-width: 1090px) {
.swiper-container {
max-width: 750px !important;
overflow-y: hidden !important;
}
.modal-wrapper {
border-radius: 0px;
}
}
@media (max-width: 680px) {
.carousel-cards {
padding-bottom: 10px;
}
.swiper-wrapper {
padding-top: 30px;
}
.modal-wrapper {
min-width: 95%;
}
}
@media (max-width: 830px) {
.carousel-cards {
padding-bottom: 10px;
}
.swiper-wrapper {
padding-top: 30px;
}
.swiper-container {
max-width: 605px !important;
}
}
@media (max-width: 680px) {
.navbar {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar .nav-right {
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar .nav-right .list-item {
padding: 0px 10px 0px 0px !important;
}
.nav--profile {
margin-left: auto;
}
.main--wrapper {
margin-bottom: 80px;
}
.auth--container {
margin-bottom: 50px;
}
.share {
min-width: 50px;
min-height: 50px;
}
}
@media (max-width: 680px) {
main {
height: inherit;
background: var(--main-bg);
}
.auth--container {
min-width: 95% !important;
}
.h-sm-100 {
height: 100vh;
}
}
/*Checkbox*/
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 23px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
input:checked + .slider {
background-color: var(--primary-color);
}
input:focus + .slider {
box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
-webkit-transform: translateX(17px);
-ms-transform: translateX(17px);
transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
/*Ads*/
/*------banner-------------------*/
.banner-container {
position: absolute;
z-index: 999;
top: 0px;
width: 100%;
background: #fff;
padding: 10px;
border-radius: 0px 0px 10px 10px;
display: flex;
align-items: center;
}
.banner-wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
position: relative;
font-size: 1.2rem;
}
.banner-wrapper .close {
position: absolute;
top: 10px;
right: 20px;
color: red;
transform: scale(1.4);
cursor: pointer;
}
.ads-avatar {
position: relative !important;
max-width: 100px !important;
max-height: 100px !important;
border-radius: 50%;
margin-right: 40px;
}
/*------social-------------------*/
.social-container {
width: 100%;
position: absolute;
z-index: 999;
display: flex;
justify-content: flex-end;
}
.social-wrapper {
position: relative;
top: 40px;
display: flex;
flex-direction: row-reverse;
}
.chathead {
position: relative !important;
border: 5px solid #fff;
border-radius: 50% !important;
max-width: 70px;
max-height: 70px;
margin-right: 10px;
}
.message-widget {
position: relative;
width: 250px;
background: #fff;
padding: 40px 20px 40px 20px;
margin-right: 15px;
border-radius: 10px;
}
.message-widget::before {
content: "";
position: absolute;
right: -7px;
top: 30px;
border-right: 8px solid #fff;
border-top: 8px solid #fff;
border-bottom: 8px solid transparent;
border-left: 8px solid transparent;
z-index: 999;
transform: rotate(45deg);
}
.bottom {
position: absolute;
bottom: 0px;
left: 0px;
height: 30px;
width: 100%;
background: #2e679c;
border-radius: 0px 0px 10px 10px;
}
.social-wrapper .close {
position: absolute;
top: 10px;
left: 10px;
color: red;
transform: scale(1.4);
cursor: pointer;
}
/*popup*/
.popup-container {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.popup-wrapper {
position: relative;
width: 80%;
height: 80%;
background: #fff;
border-radius: 10px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.popup-avatar {
position: absolute;
top: -10px;
left: -10px;
border: 5px solid #fff;
border-radius: 50% !important;
max-width: 70px;
max-height: 70px;
margin-right: 10px;
}
.popup-wrapper .close {
position: absolute;
top: 10px;
right: 10px;
color: red;
transform: scale(1.4);
cursor: pointer;
}
.popup-form {
min-width: 300px;
}
.popup-input {
width: 100%;
border: 1px solid #ccc;
padding: 10px 20px;
margin: 10px 0px;
border-radius: 25px;
color: #000;
}
@media (max-width: 690px) {
.cards .card {
max-width: 100%;
}
.social-wrapper {
flex-direction: column;
align-items: flex-end;
top: 0px;
}
.chathead {
position: relative !important;
border-radius: 50% !important;
}
.message-widget::before {
right: 20px;
top: -3px;
transform: rotate(-45deg);
}
.banner-wrapper {
font-size: 0.9rem;
}
.ads-avatar {
max-width: 70px !important;
max-height: 70px !important;
margin-right: 10px !important;
}
.banner-wrapper .close {
top: -3px;
right: -3px;
}
}
/* Loader */
.lds-ring {
position: fixed;
width: 80px;
height: 80px;
left: 50%;
top: 50%;
margin-top: 50px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | src/delete.css | :root {
--swiper-navigation-size: 1.2rem;
--primary-color: #ffe715;
--secondary-color: #44464e;
--btn-secondary-color: #44464e;
--bg-secondary-color: #44464e;
--sidebar-bg-color: #000;
--border--primary-color: #ffe715;
--border--secondary-color: #66676b;
--main-bg: #111111;
--text-primary: #ffe715;
--card-bg: #000;
--nav-tabs: #fff;
--input-text: #fff;
--icons: #fff;
--selectBox-bg: #191919;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
Helvetica, Arial, "Lucida Grande", sans-serif;
/*transition: all 0.2s;*/
}
::-webkit-scrollbar {
/*width: 0px;*/
/*background: transparent; */
}
.lightMode {
--main-bg: #fff;
--sidebar-bg-color: #fff;
--card-bg: #fff;
--nav-tabs: #6d6969;
--icons: #000;
--input-text: #000;
--selectBox-bg: #d8d5d5;
}
body {
background: var(--main-bg);
}
video {
width: 100%;
min-width: 300px;
}
/*****************Global**********************/
.d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nowrap {
/*flex-wrap: nowrap !important;*/
}
.text--bolder {
font-weight: 600;
font-size: 1.3rem;
}
.text--light {
font-weight: 400;
color: var(--secondary-color);
}
.text--secondary {
color: var(--secondary-color);
}
.text--primary {
color: var(--text-primary);
}
.text--white {
color: var(--icons);
}
.text--center {
text-align: center;
}
.p-absolute-content {
position: absolute;
top: 0px;
padding: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 93%;
margin: 0 auto;
}
.bg-secondary {
font-size: 0.9rem;
padding: 4px;
background: #111;
border: 0.5px solid var(--border--primary-color);
border-radius: 5px;
}
/*margin*/
.mx-4 {
margin: 20px 0px;
}
.mx-2 {
margin: 0em 1em;
}
.my-2 {
margin: 1em 0em;
}
.mx-3 {
margin: 2rem 0 0 0 !important;
}
.mb-5 {
margin: 0 0 3rem 0 !important;
}
.mt-5 {
margin: 3rem 0 0 0 !important;
}
.m-auto {
margin: 0 auto;
}
.m-2 {
margin: 10px 26px;
}
.px-1 {
padding: 0px 10px;
}
.px-2 {
padding: 1rem 0.5rem;
}
.py-2 {
padding: 0.5rem 0rem;
}
.w-100 {
width: 100%;
}
.border-bottom {
border-bottom: 2px solid var(--border--secondary-color);
}
.confirm-icon {
max-width: 100px;
}
.confirm-text {
text-align: center;
font-weight: bolder;
}
.preview {
padding: 50px 20px;
border-radius: 11px;
border: 2px solid #66676b;
}
.m-card-btn {
margin: 10px 2px;
}
/*List*/
ul {
list-style: none;
}
.link {
text-decoration: none;
}
.btn {
border: none;
outline: none;
padding: 10px 20px;
background: none;
border-radius: 20px;
font-size: 0.9rem;
cursor: pointer;
}
.btn-outline {
color: #44464e;
font-weight: 700;
border: 1px solid #44464e;
}
.btn-outline-primary {
border: 1px solid #ffe715;
}
.btn-success {
background: #218838;
color: #fff;
}
.btn-danger {
background: #dc3545;
color: #fff;
}
.btn--group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*margin: 20px 0px;*/
}
.btn--group button {
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
padding: 10px 0px;
-webkit-box-flex: 0.5;
-ms-flex: 0.5;
flex: 0.5;
}
.btn-primary {
background: #ffe715;
color: #44464e;
}
.custom--circle {
position: fixed;
width: 170px;
height: 170px;
background: #ffe715;
border-radius: 50%;
top: -30px;
left: -30px;
}
.custom--circle:nth-child(2) {
top: 80%;
left: 90%;
}
.active {
background: #ffe715;
color: #44464e;
}
.container {
width: 100%;
padding: 0px 20px;
}
/*card button*/
.share {
border: 1px solid #ffe715;
margin: 10px;
border-radius: 50%;
min-width: 40px;
min-height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.active {
color: #ffe715;
}
.share-icon {
width: 100px;
margin: 10px;
}
.share-icon img {
width: 100%;
}
/******************************FORM********************************/
input {
border: none;
background: transparent;
color: var(--input-text);
padding: 10px 5px;
}
textarea {
border: none;
background: transparent;
color: #fff;
padding: 10px 0px;
resize: none;
}
.form--control:focus {
outline: none;
}
textarea:focus,
input:focus {
outline: none;
}
input::-webkit-input-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input::-moz-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input:-ms-input-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input::-ms-input-placeholder {
color: #44464e;
font-size: 1.1rem;
}
input::placeholder {
color: #44464e;
font-size: 1.1rem;
}
form {
width: 100%;
height: 100%;
}
.form--group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 20px 0px;
}
.form--group .form--control {
width: 100%;
padding: 5px 3px;
}
.auth--container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.form .form--control {
padding: 7px 0px;
}
.form--selectBox {
background: var(--selectBox-bg) !important;
padding: 6px;
color: var(--icons) !important;
}
.custom-radio {
margin: 8px 0px;
}
.flex-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.flex-end .form--control {
width: 94%;
}
/*btn-modal*/
.btn-modal {
padding: 10px 50px !important;
margin: 10px;
cursor: pointer;
}
.sm-text {
font-size: 0.8rem;
}
.flex-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.copy-icon {
position: absolute;
right: 0px;
top: 0px;
}
/*NO select*/
.noselect {
cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */ /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
/*Sidebar*/
main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100vh;
margin: 0 auto;
background-color: var(--main-bg);
}
.left {
-webkit-box-flex: 0.2;
-ms-flex: 0.2;
flex: 0.2;
min-width: 200px;
background: var(--sidebar-bg-color);
width: 100%;
height: 100%;
border-radius: 0px 20px 20px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 9;
/*position: sticky;
top:0px;*/
}
.left .left--wrapper {
width: 80%;
height: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.left .left--wrapper .logo {
color: #ffe715;
font-size: 1.8rem;
}
.user--details {
margin: 20px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sidebar .user--details .user-image--container {
width: 85px;
height: 85px;
}
.sidebar .user--details .user-image--container img {
border: 2px solid #ffe715;
border-radius: 50%;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.user--details .user--info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 30px;
}
.user--details .user--info span {
margin: 2px 0px;
}
.sidebar .list-item-group {
width: 100%;
/*height: 80%;*/
height: 52%;
}
.sidebar .list-item-group .list-item {
margin: 7px 0px;
border-radius: 10px;
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
transition: background 0.2s;
font-size: 0.9rem;
}
.sidebar-list-link {
display: block;
padding: 10px 20px;
width: 100%;
}
.sidebar .list-item-group .list-item:hover,
.sidebar .list-item-group .list-item.active {
background: #ffe715;
}
.sidebar .list-item-group .list-item a {
color: var(--secondary-color);
}
.sidebar .list-item-group .list-item a span {
display: inline-block;
}
.sidebar .list-item-group .list-item a span.icon {
margin: 0px 10px 0px 0px;
}
/*Light Mode Dark Mode*/
.toggle {
margin-top: 10px;
position: relative;
bottom: 6px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
padding: 15px 10px;
border: 2px solid var(--primary-color);
border-radius: 20px;
overflow: hidden;
}
.toggle .toggle-wrapper {
z-index: 9999;
}
.toggle .btn {
display: inline-block;
padding: 10px;
cursor: pointer;
}
.lightMode .toggle .btn {
color: var(--secondary-color);
}
.slide {
position: absolute;
width: 50%;
height: 100%;
background: var(--primary-color);
/*mix-blend-mode: difference;*/
}
/***********sidebar Mobile*** bottom**************/
.bottom.mb-sidebar {
display: none;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
background: #000;
height: 45px;
border-radius: 15px 15px 0px 0px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
z-index: 99999999999;
}
.mb-sidebar .bottom--wrapper {
width: 100%;
height: 100%;
}
.mb-sidebar ul.bottom--options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
height: 100%;
}
.mb-sidebar ul.bottom--options li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.mb-sidebar ul.bottom--options a.bottom-list-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
/*text-align: center;*/
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 1.5rem;
padding: 20px;
color: #fff;
}
.mb-sidebar .user-image--container {
position: absolute;
top: -40px;
width: 60px;
height: 60px;
}
.mb-sidebar .user-image--container img {
width: 100%;
height: 100%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
border: 5px solid #fff;
}
/****************************RIGHT***********************************************/
.right {
-webkit-box-flex: 0.8;
-ms-flex: 0.8;
flex: 0.8;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: inherit;
-ms-flex-align: inherit;
align-items: inherit;
}
.right .container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
/*LightMode sidebar*/
.lightMode .sidebar {
box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
/*********************Navbar*****************************/
.navbar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*padding: 20px 10px;*/
}
.navbar .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar .nav .list-item {
padding: 4px 8px;
}
/****************************Navbar Form Search *******************/
.list-item .form--container .form-control {
background: transparent;
}
.navbar .nav-left.border {
-webkit-box-flex: 0.5;
-ms-flex: 0.5;
flex: 0.5;
/*background: var(--dark-color);*/
border-radius: 7px;
border: 2px solid #44464e;
}
.selectBox {
border: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
min-width: 100px;
color: var(--secondary-color);
background: transparent;
}
.selectBox option {
color: #44464e !important;
/*background: var(--dark-color);*/
/*border: 2px solid var(--dark-color);*/
}
.selectBox:focus {
outline: none;
}
select::-ms-expand {
color: #44464e !important;
}
/****************************Items *******************/
.navbar .list-item-group .list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
color: #44464e;
}
.navbar .list-item-group .list-item span {
margin: 0px 10px 0px 0px;
}
.navbar .list-item-group .list-item .form--container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.navbar .list-item-group .list-item .form--container .nav-form {
padding: 5px 10px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
/****************************Navbar Profile *******************/
.nav--profile .nav-profile--container {
width: 40px;
height: 40px;
}
.nav--profile .nav-profile--container .profile--img {
border: 1px solid #ffe715;
border-radius: 50%;
width: 100%;
height: 100%;
}
.nav--profile .profile-name {
display: inline-block;
margin: 0px 10px;
}
.navbar .list-item .icon--container {
font-size: 1.2rem;
color: var(--icons);
}
/****************************Main Content Cards Trend*******************/
ul.nav.tabs {
color: var(--nav-tabs);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*margin-left: 1rem; */
}
ul.nav.tabs li {
padding: 5px 13px;
border-bottom: 2px solid;
}
ul.nav.tabs li.active {
background: transparent;
color: #ffe715;
}
.text-content {
color: var(--secondary-color);
font-weight: 800;
max-width: 600px;
margin: 20px;
padding: 20px;
border: 3px solid var(--secondary-color);
border-radius: 20px;
}
.cards {
-webkit-box-flex: 0.97;
-ms-flex: 0.97;
flex: 0.97;
overflow-y: auto;
/*padding: 10px;*/
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cards::-moz-scrollbar {
width: 7px;
}
.cards::-moz-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-moz-scrollbar-track {
background: #fff;
}
.cards::-ms-scrollbar {
width: 7px;
}
.cards::-ms-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-ms-scrollbar-track {
background: #fff;
}
.cards::-o-scrollbar {
width: 7px;
}
.cards::-o-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-o-scrollbar-track {
background: #fff;
}
.cards::-webkit-scrollbar {
width: 7px;
}
.cards::-webkit-scrollbar-thumb {
background-color: #ffe715;
}
.cards::-webkit-scrollbar-track {
background: #fff;
}
.cards .card {
-ms-flex-item-align: start;
align-self: flex-start;
margin: 10px 10px 10px 0px;
min-width: 350px;
max-width: 480px;
width: 280px;
background: var(--card-bg);
border-radius: 10px;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
/*flex-basis: 30%;*/
-ms-flex-negative: 0;
flex-shrink: 0;
}
.lightMode .cards .card {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.lightMode .card .text--bolder {
color: #111;
}
.cards .card .img--container {
width: 100%;
height: 200px;
}
.cards .card .img--container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.cards .card .card--body {
padding: 5px 10px;
}
.cards .card .card--body .card-options {
margin: 10px 0px;
}
.card-footer {
border-top: 2px solid #44464e;
}
.card-footer .footer--text {
margin: 10px 0px;
}
.card .options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/*Brand Card*/
@media (max-width: 768px) {
.brand-heading {
margin: 10px 21px;
}
}
.brand-card .card--body {
padding: 10px;
}
.brand-card .brand-card-topbar {
display: flex;
align-items: center;
}
.brand-img {
max-width: 80px;
margin-right: 10px;
}
.brand-slogan {
font-size: 1.3rem;
margin: 15px 0px;
}
.brand-options {
display: flex;
justify-content: flex-end;
align-items: center;
}
.brand-card-btn {
display: inline-flex;
min-width: 20px;
min-height: 20px;
border-radius: 50%;
padding: 10px;
font-weight: bolder;
font-size: 1.2rem;
margin: 4px 7px;
color: #fff;
}
.brand-btn-primary {
background: #ffe715;
}
.brand-btn-delete {
background: #df4759;
}
/******************Profile**************************/
.main--wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.auth--container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
z-index: 2;
margin: 20px 0px;
}
.custome--file--input {
position: absolute;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: none;
}
section.avatar--container {
position: relative;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.avatar--container .img--container {
width: 100px;
height: 100px;
position: relative;
}
section.avatar--container .img--container img {
border: 4px solid #fff;
width: 100%;
height: 100%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
section.avatar--container i {
cursor: pointer;
position: absolute;
color: #ffe715;
bottom: 0px;
right: 0px;
font-size: 1.5rem;
border-radius: 7px;
padding: 5px;
/*background: var(--dark-color);*/
}
i.edit-icon {
cursor: pointer;
position: absolute;
color: #ffe715;
bottom: 0px;
right: 0px;
font-size: 1.5rem;
border-radius: 7px;
padding: 5px 5px 8px 5px;
/*background: var(--dark-color);*/
margin: 10px;
}
/******************CreateBrand Container******************************/
.flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
/******************BAckdrop******************************/
.backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 10;
background: rgba(255, 255, 255, 0.15);
-webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
/********************Modal********************************/
.modal {
z-index: 100;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
padding: 10px 50px 20px;
margin: 0 auto;
background: var(--card-bg);
width: inherit;
min-width: 350px;
max-width: 500px;
border-radius: 10px 40px;
}
.modal-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
background: var(--card-bg);
width: 50%;
padding: 10px 30px 20px;
min-width: 380px;
max-width: 500px;
border-radius: 10px 40px;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.modal__header {
width: 100%;
padding: 1rem 0.5rem;
background: #2a006e;
color: white;
}
.modal__header h2 {
margin: 0.5rem;
}
.modal__content {
padding: 1rem 0.5rem;
}
.modal__footer {
padding: 1rem 0.5rem;
}
.modal-enter {
-webkit-transform: translateY(-10rem);
-ms-transform: translateY(-10rem);
transform: translateY(-10rem);
opacity: 0;
}
.modal-enter-active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
.modal-exit {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.modal-exit-active {
-webkit-transform: translateY(-10rem);
-ms-transform: translateY(-10rem);
transform: translateY(-10rem);
opacity: 0;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
.modal--image {
margin: 0 auto;
position: relative;
max-width: 80%;
width: auto;
height: auto;
min-height: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*aspect-ratio: 1/1;*/
}
.modal--image img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 20px;
}
.modal--image .content {
/*position: relative;*/
z-index: 9999;
padding: 10px 10px;
-ms-flex-item-align: end;
align-self: flex-end;
}
.modal-card-preview {
background: #111;
border-radius: 20px;
}
.modal-card-preview .modal--image {
max-width: 100%;
}
/*message*/
.message-cards {
display: block;
padding-right: 20px;
}
.message-card {
min-width: 100% !important;
width: 100% !important;
padding: 10px;
}
.message-card--body {
display: flex;
align-items: center;
}
.message-content {
padding-top: 10px;
}
/*File upload*/
.dropbox-container {
width: 100%;
min-height: 200px;
border: 2.5px dashed var(--icons);
border-radius: 25px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
@media screen and (max-width: 768px) {
.file-input {
width: 100%;
}
}
/****************BreakPoints**********************/
@media screen and (max-width: 768px) {
body {
min-height: 100vh;
}
.right {
margin: 0 auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.right .container {
padding: 0px !important;
margin: 0px;
}
.tabs .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/********Sidebar*************/
.left .sidebar {
display: none !important;
}
.bottom.mb-sidebar {
display: block !important;
}
.flex-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-sm-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.p-sm-3 {
padding: 20px !important;
}
.d-sm-none {
display: none;
}
.self-start {
justify-self: flex-start !important;
}
/*Cards*/
.cards {
padding-bottom: 100px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cards .card {
margin: 10px 21px;
min-width: 280px;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
/*Nabar*/
.navbar .nav .list-item {
padding: 0px !important;
}
.navbar .list-item-group .list-item .form--container .nav-form {
padding: 10px 2px;
}
.nav.tabs {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
width: 100%;
}
ul.nav.tabs .nav-item {
border-top: 1px solid #fff;
vertical-align: middle;
text-align: center;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.75rem;
padding: 15px 0px;
}
ul.nav.tabs .nav-item.active {
background: #ffe715;
color: #fff;
font-weight: bolder;
}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
ul.nav.tabs li {
padding: 5px 10px;
}
/*navbar*/
.navbar .nav-left.border {
border-width: 1px;
border-radius: 0px;
padding: 5px 5px;
width: 90%;
margin: 0px 0px 10px 0px;
}
/*Bottom*/
.bottom--wrapper .list-item:last-child.active {
border-radius: 0px 13px 0px 0px !important;
}
.bottom--wrapper .list-item:first-child.active {
border-radius: 13px 0px 0px 0px !important;
}
.fa-search {
/*padding: 10px;*/
}
.selectBox {
min-width: auto;
}
/*ICon*/
.icon--container {
background: #ffe715;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.icon--container i {
color: #44464e;
}
.swiper-slide {
margin-bottom: 40px;
}
.carousel-cards {
padding-bottom: 0px;
}
.card-options {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.card-options .options {
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.card-options .date {
margin: 3px 0px;
-ms-flex-item-align: start;
align-self: flex-start;
}
}
/*SLick*/
.carousel-cards {
width: 100%;
overflow-x: hidden !important;
overflow-y: visible;
/*z-index: -1;*/
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.carousel-cards .card {
width: 90%;
margin: 10px auto;
}
.carousel-cards .card .img--container {
max-height: 100px;
}
.carousel-cards .card h3 {
font-size: 1rem;
}
.swiper-slide {
width: 100px;
}
.swiper-container {
max-width: 950px;
overflow-y: hidden !important;
}
.swiper-button-next,
.swiper-button-prev {
background: var(--btn-secondary-color);
color: #fff;
border-radius: 50%;
position: absolute;
margin-left: auto;
padding: 20px;
position: absolute;
top: 10px;
right: 10px;
font-size: 1.2rem;
}
.swiper-button-prev {
right: 50px;
}
.swiper-container {
overflow-x: hidden !important;
overflow-y: visible;
}
.swiper-wrapper {
padding-top: 10px;
}
@media (max-width: 980px) {
.swiper-container {
max-width: 1305px !important;
}
}
@media (max-width: 1090px) {
.swiper-container {
max-width: 750px !important;
overflow-y: hidden !important;
}
.modal-wrapper {
border-radius: 0px;
}
}
@media (max-width: 680px) {
.carousel-cards {
padding-bottom: 10px;
}
.swiper-wrapper {
padding-top: 30px;
}
.modal-wrapper {
min-width: 95%;
}
}
@media (max-width: 830px) {
.carousel-cards {
padding-bottom: 10px;
}
.swiper-wrapper {
padding-top: 30px;
}
.swiper-container {
max-width: 605px !important;
}
}
@media (max-width: 680px) {
.navbar {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar .nav-right {
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar .nav-right .list-item {
padding: 0px 10px 0px 0px !important;
}
.nav--profile {
margin-left: auto;
}
.main--wrapper {
margin-bottom: 80px;
}
.auth--container {
margin-bottom: 50px;
}
.share {
min-width: 50px;
min-height: 50px;
}
}
@media (max-width: 680px) {
main {
height: inherit;
background: var(--main-bg);
}
.auth--container {
min-width: 95% !important;
}
.h-sm-100 {
height: 100vh;
}
}
/*Checkbox*/
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 23px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
input:checked + .slider {
background-color: var(--primary-color);
}
input:focus + .slider {
box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
-webkit-transform: translateX(17px);
-ms-transform: translateX(17px);
transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
/*Ads*/
/*------banner-------------------*/
.banner-container {
position: absolute;
z-index: 999;
top: 0px;
width: 100%;
background: #fff;
padding: 10px;
border-radius: 0px 0px 10px 10px;
display: flex;
align-items: center;
}
.banner-wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
position: relative;
font-size: 1.2rem;
}
.banner-wrapper .close {
position: absolute;
top: 10px;
right: 20px;
color: red;
transform: scale(1.4);
cursor: pointer;
}
.ads-avatar {
position: relative !important;
max-width: 100px !important;
max-height: 100px !important;
border-radius: 50%;
margin-right: 40px;
}
/*------social-------------------*/
.social-container {
width: 100%;
position: absolute;
z-index: 999;
display: flex;
justify-content: flex-end;
}
.social-wrapper {
position: relative;
top: 40px;
display: flex;
flex-direction: row-reverse;
}
.chathead {
position: relative !important;
border: 5px solid #fff;
border-radius: 50% !important;
max-width: 70px;
max-height: 70px;
margin-right: 10px;
}
.message-widget {
position: relative;
width: 250px;
background: #fff;
padding: 40px 20px 40px 20px;
margin-right: 15px;
border-radius: 10px;
}
.message-widget::before {
content: "";
position: absolute;
right: -7px;
top: 30px;
border-right: 8px solid #fff;
border-top: 8px solid #fff;
border-bottom: 8px solid transparent;
border-left: 8px solid transparent;
z-index: 999;
transform: rotate(45deg);
}
.bottom {
position: absolute;
bottom: 0px;
left: 0px;
height: 30px;
width: 100%;
background: #2e679c;
border-radius: 0px 0px 10px 10px;
}
.social-wrapper .close {
position: absolute;
top: 10px;
left: 10px;
color: red;
transform: scale(1.4);
cursor: pointer;
}
/*popup*/
.popup-container {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.popup-wrapper {
position: relative;
width: 80%;
height: 80%;
background: #fff;
border-radius: 10px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.popup-avatar {
position: absolute;
top: -10px;
left: -10px;
border: 5px solid #fff;
border-radius: 50% !important;
max-width: 70px;
max-height: 70px;
margin-right: 10px;
}
.popup-wrapper .close {
position: absolute;
top: 10px;
right: 10px;
color: red;
transform: scale(1.4);
cursor: pointer;
}
.popup-form {
min-width: 300px;
}
.popup-input {
width: 100%;
border: 1px solid #ccc;
padding: 10px 20px;
margin: 10px 0px;
border-radius: 25px;
color: #000;
}
@media (max-width: 690px) {
.cards .card {
max-width: 100%;
}
.social-wrapper {
flex-direction: column;
align-items: flex-end;
top: 0px;
}
.chathead {
position: relative !important;
border-radius: 50% !important;
}
.message-widget::before {
right: 20px;
top: -3px;
transform: rotate(-45deg);
}
.banner-wrapper {
font-size: 0.9rem;
}
.ads-avatar {
max-width: 70px !important;
max-height: 70px !important;
margin-right: 10px !important;
}
.banner-wrapper .close {
top: -3px;
right: -3px;
}
}
/* Loader */
.lds-ring {
position: fixed;
width: 80px;
height: 80px;
left: 50%;
top: 50%;
margin-top: 50px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | 0.272218 | 0.085748 |
/** Set container position and rules**/
#navContainer{
position: absolute;
top: 0;
left: 0;
right:0;
background-color: #013833;
letter-spacing: 1px;
z-index: 100;
padding: 20px;
color: #EBFDFC;
font-family:'Roboto', Verdana, SansSerif;
}
#mobileNav{
display: none;
}
a {
text-decoration: none;
}
/** set nav rules **/
.nav {
background-color: #013833;
letter-spacing: 1px;
font-family:'Roboto', Verdana, SansSerif;
}
/** define main div **/
.nav ul {
background: #013833;
list-style: none;
margin: 0;
padding-left: 0;
}
.nav .on a{
color: #44FCA4;
}
/** define rules for dropdown **/
.nav li {
color: #EBFDFC;
background: #013833;
display: block;
float: left;
padding: 1rem;
position: relative;
text-decoration: none;
transition-duration: 0.5s;
}
.nav li a {
color: #fff;
}
/** hover rules **/
.nav li:hover,
.nav li:focus-within {
background: #D84C3E;
cursor: pointer;
}
.nav li:focus-within a {
outline: none;
}
/** dropdown functionality **/
.nav ul li ul {
visibility: hidden;
opacity: 0;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
margin-top: 1rem;
left: 0;
display: none;
}
.nav ul li:hover > ul,
.nav ul li:focus-within > ul,
.nav ul li ul:hover,
.nav ul li ul:focus {
visibility: visible;
opacity: 1;
display: block
}
.nav ul li ul li {
clear: both;
width: 100%;
}
/** header above nav **/
#label {
padding: 1rem;
}
/** Body **/
body {
font-family: 'Padauk', Verdana, SansSerif;
font-size: 16px;
color: #3D3D3D;
}
/** margins for content **/
#content {
margin-right: 88pt;
margin-left: 88pt;
margin-top: 130pt;
margin-bottom: 10%;
z-index: 1;
}
/** rule for all quotes **/
.quote {
color: #01998A;
}
/** Rules for footer **/
#footer{
border-top: 1px solid #3D3D3D;
margin-top: 3px;
z-index: 2;
padding: 20px;
position: fixed;
font-weight:bold;
bottom: 0;
left: 0;
right: 0;
float: right;
filter: drop-shadow(3px 3px 5px black);
}
#footer a:hover{
color: #01998A;
}
#footer a{
color: #3D3D3D;
}
#footer a:active{
color: #01998A;
}
/** Rules for Back to Top buttom **/
#myBtn{
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
color: white; /* Text color */
padding: 10px; /* Some padding */
border-radius: 3px; /* Rounded corners */
font-size: 14px; /* Increase font size */
background-color:#013833;
}
#myBtn:hover{
background-color: black;
}
/** media query **/
@media only screen and (max-width: 650px){
/** Turn off desktop nav **/
#navContainer {
display: none;
}
/** Icon makes an appearance **/
.icon {
font-size: 30px;
padding-left: 10px;
}
#mobileLinks{
display:none;
}
/** Make Mobile Nav a little cute... **/
#mobileNav{
display:block;
position: absolute;
top: 0;
left: 0;
right:0;
background-color: #013833;
letter-spacing: 1px;
z-index: 100;
padding: 20px;
color: #EBFDFC;
font-family:'Roboto', Verdana, SansSerif;
}
#mobileNav a {
text-decoration: none;
color: #EBFDFC;
background: #013833;
display: block;
float: left;
padding-top: 1rem;
}
/** set nav rules **/
#mobileNav a {
background-color: #013833;
letter-spacing: 1px;
font-family:'Roboto', Verdana, SansSerif;
width: 100%;
}
body {
font-size: 14px;
}
#myBtn{
display:none;
}
} | CSS/navandbody.css |
/** Set container position and rules**/
#navContainer{
position: absolute;
top: 0;
left: 0;
right:0;
background-color: #013833;
letter-spacing: 1px;
z-index: 100;
padding: 20px;
color: #EBFDFC;
font-family:'Roboto', Verdana, SansSerif;
}
#mobileNav{
display: none;
}
a {
text-decoration: none;
}
/** set nav rules **/
.nav {
background-color: #013833;
letter-spacing: 1px;
font-family:'Roboto', Verdana, SansSerif;
}
/** define main div **/
.nav ul {
background: #013833;
list-style: none;
margin: 0;
padding-left: 0;
}
.nav .on a{
color: #44FCA4;
}
/** define rules for dropdown **/
.nav li {
color: #EBFDFC;
background: #013833;
display: block;
float: left;
padding: 1rem;
position: relative;
text-decoration: none;
transition-duration: 0.5s;
}
.nav li a {
color: #fff;
}
/** hover rules **/
.nav li:hover,
.nav li:focus-within {
background: #D84C3E;
cursor: pointer;
}
.nav li:focus-within a {
outline: none;
}
/** dropdown functionality **/
.nav ul li ul {
visibility: hidden;
opacity: 0;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
margin-top: 1rem;
left: 0;
display: none;
}
.nav ul li:hover > ul,
.nav ul li:focus-within > ul,
.nav ul li ul:hover,
.nav ul li ul:focus {
visibility: visible;
opacity: 1;
display: block
}
.nav ul li ul li {
clear: both;
width: 100%;
}
/** header above nav **/
#label {
padding: 1rem;
}
/** Body **/
body {
font-family: 'Padauk', Verdana, SansSerif;
font-size: 16px;
color: #3D3D3D;
}
/** margins for content **/
#content {
margin-right: 88pt;
margin-left: 88pt;
margin-top: 130pt;
margin-bottom: 10%;
z-index: 1;
}
/** rule for all quotes **/
.quote {
color: #01998A;
}
/** Rules for footer **/
#footer{
border-top: 1px solid #3D3D3D;
margin-top: 3px;
z-index: 2;
padding: 20px;
position: fixed;
font-weight:bold;
bottom: 0;
left: 0;
right: 0;
float: right;
filter: drop-shadow(3px 3px 5px black);
}
#footer a:hover{
color: #01998A;
}
#footer a{
color: #3D3D3D;
}
#footer a:active{
color: #01998A;
}
/** Rules for Back to Top buttom **/
#myBtn{
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
color: white; /* Text color */
padding: 10px; /* Some padding */
border-radius: 3px; /* Rounded corners */
font-size: 14px; /* Increase font size */
background-color:#013833;
}
#myBtn:hover{
background-color: black;
}
/** media query **/
@media only screen and (max-width: 650px){
/** Turn off desktop nav **/
#navContainer {
display: none;
}
/** Icon makes an appearance **/
.icon {
font-size: 30px;
padding-left: 10px;
}
#mobileLinks{
display:none;
}
/** Make Mobile Nav a little cute... **/
#mobileNav{
display:block;
position: absolute;
top: 0;
left: 0;
right:0;
background-color: #013833;
letter-spacing: 1px;
z-index: 100;
padding: 20px;
color: #EBFDFC;
font-family:'Roboto', Verdana, SansSerif;
}
#mobileNav a {
text-decoration: none;
color: #EBFDFC;
background: #013833;
display: block;
float: left;
padding-top: 1rem;
}
/** set nav rules **/
#mobileNav a {
background-color: #013833;
letter-spacing: 1px;
font-family:'Roboto', Verdana, SansSerif;
width: 100%;
}
body {
font-size: 14px;
}
#myBtn{
display:none;
}
} | 0.498779 | 0.071203 |
html,
body {
margin: 0;
padding: 0;
}
/*
* {
font-family: 'Courier New', 'Courier';
} */
html {
scroll-behavior: smooth;
}
header {
min-height: 50vh;
margin: 20vh 16px;
}
.stop-learn-in-5-days {
font-size: 1.5em;
font-weight: bold;
}
.joke-about-5-days {
font-size: 1.17em;
line-height: 24px;
}
@keyframes showNav {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
nav {
opacity: 1;
animation-name: showNav;
animation-duration: 4s;
}
@media (min-width: 768px) {
nav {
min-height: 300px;
}
}
/* @media (max-width: 767px) {
nav {
min-height: 1205px;
}
} */
.text-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.github-corner {
position: absolute;
right: 0;
top: -20vh;
}
.auth {
margin-top: 40px;
}
.scrolltop-wrap {
box-sizing: border-box;
position: absolute;
top: 12rem;
right: 2rem;
bottom: 0;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-bg {
fill: #8bc34a;
}
.scrolltop-wrap #scrolltop-arrow {
fill: white;
}
.scrolltop-wrap a:hover #scrolltop-bg {
fill: #2990ff;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
fill: white;
}
.scrolltop-wrap a:focus,
.scrolltop-wrap a:hover,
.scrolltop-wrap a:active {
border-radius: 50%;
}
@supports (-moz-appearance: meterbar) {
.scrolltop-wrap {
clip: rect(0, 3rem, auto, 0);
}
}
.scrolltop-wrap a {
position: fixed;
position: -webkit-sticky;
position: sticky;
top: -5rem;
width: 3rem;
height: 3rem;
margin-bottom: -5rem;
transform: translateY(100vh);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: inline-block;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: all;
outline: none;
overflow: hidden;
}
.scrolltop-wrap a svg {
display: block;
border-radius: 50%;
width: 100%;
height: 100%;
}
.scrolltop-wrap a svg path {
transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
transform: scale(0.66);
transform-origin: center;
}
@media print {
.scrolltop-wrap {
display: none !important;
}
}
.about-course-list {
list-style: none;
}
.about-course-list li {
margin: 10px 0;
}
.success {
background-color: #bdeabd;
}
.link-to-youtube {
margin-top: 30px;
} | assets/css/app.css | html,
body {
margin: 0;
padding: 0;
}
/*
* {
font-family: 'Courier New', 'Courier';
} */
html {
scroll-behavior: smooth;
}
header {
min-height: 50vh;
margin: 20vh 16px;
}
.stop-learn-in-5-days {
font-size: 1.5em;
font-weight: bold;
}
.joke-about-5-days {
font-size: 1.17em;
line-height: 24px;
}
@keyframes showNav {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
nav {
opacity: 1;
animation-name: showNav;
animation-duration: 4s;
}
@media (min-width: 768px) {
nav {
min-height: 300px;
}
}
/* @media (max-width: 767px) {
nav {
min-height: 1205px;
}
} */
.text-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.github-corner {
position: absolute;
right: 0;
top: -20vh;
}
.auth {
margin-top: 40px;
}
.scrolltop-wrap {
box-sizing: border-box;
position: absolute;
top: 12rem;
right: 2rem;
bottom: 0;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-bg {
fill: #8bc34a;
}
.scrolltop-wrap #scrolltop-arrow {
fill: white;
}
.scrolltop-wrap a:hover #scrolltop-bg {
fill: #2990ff;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
fill: white;
}
.scrolltop-wrap a:focus,
.scrolltop-wrap a:hover,
.scrolltop-wrap a:active {
border-radius: 50%;
}
@supports (-moz-appearance: meterbar) {
.scrolltop-wrap {
clip: rect(0, 3rem, auto, 0);
}
}
.scrolltop-wrap a {
position: fixed;
position: -webkit-sticky;
position: sticky;
top: -5rem;
width: 3rem;
height: 3rem;
margin-bottom: -5rem;
transform: translateY(100vh);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: inline-block;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: all;
outline: none;
overflow: hidden;
}
.scrolltop-wrap a svg {
display: block;
border-radius: 50%;
width: 100%;
height: 100%;
}
.scrolltop-wrap a svg path {
transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
transform: scale(0.66);
transform-origin: center;
}
@media print {
.scrolltop-wrap {
display: none !important;
}
}
.about-course-list {
list-style: none;
}
.about-course-list li {
margin: 10px 0;
}
.success {
background-color: #bdeabd;
}
.link-to-youtube {
margin-top: 30px;
} | 0.449151 | 0.045522 |
body {
margin: 0;
background-image: url('./img/boukaih-9vs_XsYwsdE-unsplash.jpg');
background-size: cover;
}
.fondo{
display: grid;
grid-template-rows: 9.4% 1fr 12%;
height: 800px;
/* position: relative; */
}
.texto{
display: flex;
justify-content: center;
}
.titulo{
color: white;
font-family: sans-serif;
}
.navbar{
display: flex;
margin: 0;
background: rgb( 36, 113, 163 );
justify-content: space-around;
}
.nav-home{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.home{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.nav-info{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.info{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.nav-login{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.login{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.nav-products{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.products{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.footer{
background: black;
color: white;
font-family: sans-serif;
}
@media (max-width: 768px){
.navbar{
display: none;
}
.navbar-hide{
display: block;
}
.text{
left: 25%;
}
}
#button{
cursor: pointer;
}
.bars-hide{
display: block;
padding: 1em;
}
.navbar-hide{
display: flex;
background: rgb( 36, 113, 163 );
}
.navbar-hide-options{
display: none;
}
.home-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
.info-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
.products-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
.login-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
@media (min-width: 768px) {
#hide{
display: none;
}
.navbar-hide{
display: none;
}
} | main.css | body {
margin: 0;
background-image: url('./img/boukaih-9vs_XsYwsdE-unsplash.jpg');
background-size: cover;
}
.fondo{
display: grid;
grid-template-rows: 9.4% 1fr 12%;
height: 800px;
/* position: relative; */
}
.texto{
display: flex;
justify-content: center;
}
.titulo{
color: white;
font-family: sans-serif;
}
.navbar{
display: flex;
margin: 0;
background: rgb( 36, 113, 163 );
justify-content: space-around;
}
.nav-home{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.home{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.nav-info{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.info{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.nav-login{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.login{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.nav-products{
text-decoration: none;
display: block;
padding: 1em;
color: white;
font-family: sans-serif;
}
.products{
text-decoration: none;
color: white;
display: block;
padding: 1em;
}
.footer{
background: black;
color: white;
font-family: sans-serif;
}
@media (max-width: 768px){
.navbar{
display: none;
}
.navbar-hide{
display: block;
}
.text{
left: 25%;
}
}
#button{
cursor: pointer;
}
.bars-hide{
display: block;
padding: 1em;
}
.navbar-hide{
display: flex;
background: rgb( 36, 113, 163 );
}
.navbar-hide-options{
display: none;
}
.home-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
.info-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
.products-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
.login-hide{
text-decoration: none;
color: black;
display: block;
padding: 1em;
font-family: sans-serif;
}
@media (min-width: 768px) {
#hide{
display: none;
}
.navbar-hide{
display: none;
}
} | 0.234933 | 0.065515 |
@-moz-document domain("vk.com") {
/* Лого */
.top_home_link .top_home_logo {
background: url(https://s15.postimg.org/a7qfndrnv/facebook_app_logo_1.png) no-repeat!important;
background-position: 0 0!important;
height: 46px!important;
width: 160px!important;
margin: 5px 1px 0!important;
}
/* Цвет шапки */
#page_header_cont .back {
background: #3b5998;
box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
border: none;
}
/* Цвет колокольчика и ноты */
.top_nav_btn#top_notify_btn .top_nav_btn_icon, .top_nav_btn#top_audio .top_nav_btn_icon {
background-color: #3b5998;
-webkit-background-blend-mode: screen;
background-blend-mode: screen;
}
/* Цвет счётчиков в меню */
.left_count_wrap, #side_bar ol li .left_row:hover .left_count_wrap, .font_medium .left_count_wrap, .font_medium #side_bar ol li .left_row:hover .left_count_wrap {
background-color: #3b5998;
}
/* Белый цвет цифр на счётчиках */
.left_count_wrap, #side_bar ol li .left_row:hover .left_count_wrap, .font_medium .left_count_wrap, .font_medium #side_bar ol li .left_row:hover .left_count_wrap {
color: #fff;
}
/* Цвет сообщений */
.im-page .im-page--history {
margin-left: 0;
margin-right: 317px;
z-index: 104;
}
.im-page .im-page--dialogs {
float: right;
}
.im-create {
right: 0;
}
.nim-dialog_unread-out, .im-mess_unread, .nim-dialog_unread {
background: #e1e7f5;
}
.im-mess {
border-radius: 3px;
}
/* Цвет текста и кнопок */
body.dev input.dev_top_input {
transition: all .24s ease-in-out;
}
input.text.ts_input, body.dev input.dev_top_input {
background-color: rgba(0, 0, 0, .1);
}
.button_blue button, .button_gray button, .button_light_gray button, .flat_button {
-moz-transition: all .24s ease-in-out;
-webkit-transition: all .24s ease-in-out;
transition: all .24s ease-in-out;
background-color: #3b5998;
color: #FFFFFF;
}
.button_blue button.hover, .button_blue button:hover, .flat_button.hover, .flat_button:hover {
background-color: #3b5998;
}
.page_photo .flat_button, .page_photo .page_actions_expanded, .page_photo .page_actions_wrap {
text-transform: initial;
}
.page_actions_cont.narrow .page_actions_header, .page_actions_cont.narrow .page_extra_actions_btn {
transition-duration: 0s;
}
.wide_column .topics_module .topic_title,
.topics_module .topic_inner_link,
a,
.post_author .author, .wall_module .author, .wall_module .copy_author,
.post_like, .post_share,
.wall_module .my_like .post_like_count, .wall_module .my_share .post_share_count,
.page_doc_row .page_doc_title,
.page_counter .count,
.page_counter:hover .label {
color: #3b5998;
}
.ui_tab_sel, .ui_tab_sel:hover, .ui_tabs .ui_tab_sel, .ui_tabs .ui_tab_sel:hover, .ui_tabs_box .ui_tab_sel, .ui_tabs_box .ui_tab_sel:hover {
border-bottom: 2px solid #3b5998;
}
/* НИЧЕГО НЕ МЕНЯТЬ */
#top_profile_link, .top_nav_link, .top_nav_btn, #top_notify_btn .top_nav_btn_icon {
position: relative;
overflow: visible;
}
.top_nav_link:hover, .top_nav_btn:hover, .top_nav_link.active, .top_nav_btn.active {
background-color: rgba(0, 0, 0, 0) !important;
}
input.text.ts_input, body.dev input.dev_top_input {
background-color: rgba(0, 0, 0, .1);
}
} | data/usercss/133898.user.css | @-moz-document domain("vk.com") {
/* Лого */
.top_home_link .top_home_logo {
background: url(https://s15.postimg.org/a7qfndrnv/facebook_app_logo_1.png) no-repeat!important;
background-position: 0 0!important;
height: 46px!important;
width: 160px!important;
margin: 5px 1px 0!important;
}
/* Цвет шапки */
#page_header_cont .back {
background: #3b5998;
box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
border: none;
}
/* Цвет колокольчика и ноты */
.top_nav_btn#top_notify_btn .top_nav_btn_icon, .top_nav_btn#top_audio .top_nav_btn_icon {
background-color: #3b5998;
-webkit-background-blend-mode: screen;
background-blend-mode: screen;
}
/* Цвет счётчиков в меню */
.left_count_wrap, #side_bar ol li .left_row:hover .left_count_wrap, .font_medium .left_count_wrap, .font_medium #side_bar ol li .left_row:hover .left_count_wrap {
background-color: #3b5998;
}
/* Белый цвет цифр на счётчиках */
.left_count_wrap, #side_bar ol li .left_row:hover .left_count_wrap, .font_medium .left_count_wrap, .font_medium #side_bar ol li .left_row:hover .left_count_wrap {
color: #fff;
}
/* Цвет сообщений */
.im-page .im-page--history {
margin-left: 0;
margin-right: 317px;
z-index: 104;
}
.im-page .im-page--dialogs {
float: right;
}
.im-create {
right: 0;
}
.nim-dialog_unread-out, .im-mess_unread, .nim-dialog_unread {
background: #e1e7f5;
}
.im-mess {
border-radius: 3px;
}
/* Цвет текста и кнопок */
body.dev input.dev_top_input {
transition: all .24s ease-in-out;
}
input.text.ts_input, body.dev input.dev_top_input {
background-color: rgba(0, 0, 0, .1);
}
.button_blue button, .button_gray button, .button_light_gray button, .flat_button {
-moz-transition: all .24s ease-in-out;
-webkit-transition: all .24s ease-in-out;
transition: all .24s ease-in-out;
background-color: #3b5998;
color: #FFFFFF;
}
.button_blue button.hover, .button_blue button:hover, .flat_button.hover, .flat_button:hover {
background-color: #3b5998;
}
.page_photo .flat_button, .page_photo .page_actions_expanded, .page_photo .page_actions_wrap {
text-transform: initial;
}
.page_actions_cont.narrow .page_actions_header, .page_actions_cont.narrow .page_extra_actions_btn {
transition-duration: 0s;
}
.wide_column .topics_module .topic_title,
.topics_module .topic_inner_link,
a,
.post_author .author, .wall_module .author, .wall_module .copy_author,
.post_like, .post_share,
.wall_module .my_like .post_like_count, .wall_module .my_share .post_share_count,
.page_doc_row .page_doc_title,
.page_counter .count,
.page_counter:hover .label {
color: #3b5998;
}
.ui_tab_sel, .ui_tab_sel:hover, .ui_tabs .ui_tab_sel, .ui_tabs .ui_tab_sel:hover, .ui_tabs_box .ui_tab_sel, .ui_tabs_box .ui_tab_sel:hover {
border-bottom: 2px solid #3b5998;
}
/* НИЧЕГО НЕ МЕНЯТЬ */
#top_profile_link, .top_nav_link, .top_nav_btn, #top_notify_btn .top_nav_btn_icon {
position: relative;
overflow: visible;
}
.top_nav_link:hover, .top_nav_btn:hover, .top_nav_link.active, .top_nav_btn.active {
background-color: rgba(0, 0, 0, 0) !important;
}
input.text.ts_input, body.dev input.dev_top_input {
background-color: rgba(0, 0, 0, .1);
}
} | 0.212395 | 0.050401 |
body{
min-width: 640px;
background-color:#efefef;
}
ul{
list-style-type: none;
}
div.ui.container{
width:1000px;
}
.margin-b-10{
margin-bottom: 10px;
}
.margin-t-10{
margin-top: 10px;
}
.float-l{
float: left;
}
.float-r{
float: right;
}
#content a.titled{
color:#444!important;
}
#content a.titled:hover{
color:#333!important;
}
#content a.linked{
color:#777 !important;
}
#content a.linked:hover{
color:#666 !important;
}
.fs-16{
font-size: 1.1rem;
}
.field div.help-block{
color:red !important;
}
/*top*/
#top .navs > a{
height:56.84px;
}
#top > .main-nav{
background-color: black;
}
#top > .search{
margin: 0;
}
#top > .search > .search-wrap{
width: 100%;
height: 105px;
background: url("../img/search-bg.png") no-repeat;
background-size:cover;
padding-top: 38px;
padding-bottom: 30px;
}
#top > .search > .search-cover{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 10;
background: url("../img/search_bg2.png") no-repeat center center;
}
#top > .search form {
position: relative;
z-index: 100;
}
#top > .search form > .input-search {
width: 650px;
margin: 0 auto;
position: relative;
padding-left: 10px;
}
#top > .search form > .input-search .icon-search {
position: absolute;
left: 200px;
top: 5px;
width: 16px;
height: 16px;
z-index: 20;
}
#top > .search form > .input-search .txt {
border: 2px solid #724d06;
background-color: #fbfbfb;
border-radius: 20px;
padding: 6px 60px 6px 220px;
width: 520px;
text-align: left;
outline: none;
}
#top > .search form > .input-search .btn {
background-color: #fed631;
border-radius: 20px;
padding: 6px 14px;
margin-left: 8px;
border: 2px solid #724d06;
}
/*content*/
#content{
margin-bottom: 55px;
}
#content .conts{
margin-top: 15px;
padding:15px 20px 35px 20px;
/*边框*/
border-radius: 6px;
border: 1px solid #e5e5e5;
background-color: #fff;
/*边框*/
}
#content .articles {
padding: 0;
}
#content .articles .article{
position: relative;
width: 100%;
margin: 0 0 20px;
padding: 15px 2px 20px 0;
border-bottom: 1px solid #f0f0f0;
word-wrap: break-word;
}
#content .articles .article > .article-img{
position: absolute;
top: 50%;
margin-top: -60px;
right: 15px;
width: 125px;
height: 100px;
}
#content .articles .article > .article-img > img{
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid #f0f0f0;
}
#content .articles .article.have-img {
min-height: 140px;
}
#content .articles .article.have-img>div {
padding-right: 140px;
}
#content .articles .article .title {
margin: -7px 0 20px;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
/*color: #666;*/
}
#content .articles .article .abstract {
margin: 0 35px 8px 0;
font-size: 14px;
line-height: 24px;
color: #777;
text-indent: 2em;
}
#content .meta{
display: inline-block;
vertical-align: middle;
}
#content .meta img{
height: 20px;
width: 20px;
}
#content .meta .nickname,
#content .meta span,
#content .meta .topic{
font-size: 14px;
line-height: 20px;
margin-right: 11px;
display: inline-block;
white-space: nowrap;
color: #777;
}
#content .meta .wemedia-icon {
font-size: 9px;
line-height: 9px;
color: #DB2828!important;
border:1px solid #DB2828!important;
padding: 4px 8px;
border-radius: 10px;
display: inline-block;
vertical-align: top;
}
#content .meta .wemedia-green{
color: green!important;
border:1px solid green!important;
}
#content .meta .wemedia-purple{
color: purple!important;
border:1px solid purple!important;
}
#content .meta .wemedia-black{
color: black!important;
border:1px solid black!important;
}
#content .art-content{
font-size: 1.15rem;
}
#content .art-content p{
line-height: 22px;
}
/*side*/
.side-bar{
margin-bottom: 25px;
}
.side-bar.tags > a{
margin-bottom: 5px;
}
/*topics*/
#content .topics a{
margin:0 15px 15px 0;
}
.art-action{
overflow: hidden;
}
.like-collect{
text-align: center;
margin-bottom: 25px;
}
.pane-wrap{
position: relative;
}
.pane-wrap .pane{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #efefef;
}
.pane-wrap .pane .pane-btn{
margin-top: 12%;
text-align: center;
}
#content .ui.card.topic_card,
#content .ui.cards.topic_cards>.card{
width: 206px !important;
}
.ui.card.topic_card .header{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/*share*/
.F_share .bdsharebuttonbox a {
width: 32px;
height: 32px;
display: inline-block;
margin: 0px 5px;
background-image: url("../img/share.png");
background-repeat: no-repeat;
background-size:200px 170px;
}
.F_share .bdsharebuttonbox .bds_qzone {
background-position: -53px 0px;
}
.F_share .bdsharebuttonbox .bds_tsina {
background-position: -110px -63px;
}
.F_share .bdsharebuttonbox .bds_weixin {
background-position: 0px -63px;
}
.F_share .bdsharebuttonbox .bds_tqq {
background-position: -165px 2px;
/*background-position: 0px 0px;*/
}
/*user center*/
.bg{
width: 100%;
height: 208px;
background: url("/static/home/img/center.png") no-repeat center;
} | web/static/home/css/index.css | body{
min-width: 640px;
background-color:#efefef;
}
ul{
list-style-type: none;
}
div.ui.container{
width:1000px;
}
.margin-b-10{
margin-bottom: 10px;
}
.margin-t-10{
margin-top: 10px;
}
.float-l{
float: left;
}
.float-r{
float: right;
}
#content a.titled{
color:#444!important;
}
#content a.titled:hover{
color:#333!important;
}
#content a.linked{
color:#777 !important;
}
#content a.linked:hover{
color:#666 !important;
}
.fs-16{
font-size: 1.1rem;
}
.field div.help-block{
color:red !important;
}
/*top*/
#top .navs > a{
height:56.84px;
}
#top > .main-nav{
background-color: black;
}
#top > .search{
margin: 0;
}
#top > .search > .search-wrap{
width: 100%;
height: 105px;
background: url("../img/search-bg.png") no-repeat;
background-size:cover;
padding-top: 38px;
padding-bottom: 30px;
}
#top > .search > .search-cover{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 10;
background: url("../img/search_bg2.png") no-repeat center center;
}
#top > .search form {
position: relative;
z-index: 100;
}
#top > .search form > .input-search {
width: 650px;
margin: 0 auto;
position: relative;
padding-left: 10px;
}
#top > .search form > .input-search .icon-search {
position: absolute;
left: 200px;
top: 5px;
width: 16px;
height: 16px;
z-index: 20;
}
#top > .search form > .input-search .txt {
border: 2px solid #724d06;
background-color: #fbfbfb;
border-radius: 20px;
padding: 6px 60px 6px 220px;
width: 520px;
text-align: left;
outline: none;
}
#top > .search form > .input-search .btn {
background-color: #fed631;
border-radius: 20px;
padding: 6px 14px;
margin-left: 8px;
border: 2px solid #724d06;
}
/*content*/
#content{
margin-bottom: 55px;
}
#content .conts{
margin-top: 15px;
padding:15px 20px 35px 20px;
/*边框*/
border-radius: 6px;
border: 1px solid #e5e5e5;
background-color: #fff;
/*边框*/
}
#content .articles {
padding: 0;
}
#content .articles .article{
position: relative;
width: 100%;
margin: 0 0 20px;
padding: 15px 2px 20px 0;
border-bottom: 1px solid #f0f0f0;
word-wrap: break-word;
}
#content .articles .article > .article-img{
position: absolute;
top: 50%;
margin-top: -60px;
right: 15px;
width: 125px;
height: 100px;
}
#content .articles .article > .article-img > img{
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid #f0f0f0;
}
#content .articles .article.have-img {
min-height: 140px;
}
#content .articles .article.have-img>div {
padding-right: 140px;
}
#content .articles .article .title {
margin: -7px 0 20px;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
/*color: #666;*/
}
#content .articles .article .abstract {
margin: 0 35px 8px 0;
font-size: 14px;
line-height: 24px;
color: #777;
text-indent: 2em;
}
#content .meta{
display: inline-block;
vertical-align: middle;
}
#content .meta img{
height: 20px;
width: 20px;
}
#content .meta .nickname,
#content .meta span,
#content .meta .topic{
font-size: 14px;
line-height: 20px;
margin-right: 11px;
display: inline-block;
white-space: nowrap;
color: #777;
}
#content .meta .wemedia-icon {
font-size: 9px;
line-height: 9px;
color: #DB2828!important;
border:1px solid #DB2828!important;
padding: 4px 8px;
border-radius: 10px;
display: inline-block;
vertical-align: top;
}
#content .meta .wemedia-green{
color: green!important;
border:1px solid green!important;
}
#content .meta .wemedia-purple{
color: purple!important;
border:1px solid purple!important;
}
#content .meta .wemedia-black{
color: black!important;
border:1px solid black!important;
}
#content .art-content{
font-size: 1.15rem;
}
#content .art-content p{
line-height: 22px;
}
/*side*/
.side-bar{
margin-bottom: 25px;
}
.side-bar.tags > a{
margin-bottom: 5px;
}
/*topics*/
#content .topics a{
margin:0 15px 15px 0;
}
.art-action{
overflow: hidden;
}
.like-collect{
text-align: center;
margin-bottom: 25px;
}
.pane-wrap{
position: relative;
}
.pane-wrap .pane{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #efefef;
}
.pane-wrap .pane .pane-btn{
margin-top: 12%;
text-align: center;
}
#content .ui.card.topic_card,
#content .ui.cards.topic_cards>.card{
width: 206px !important;
}
.ui.card.topic_card .header{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/*share*/
.F_share .bdsharebuttonbox a {
width: 32px;
height: 32px;
display: inline-block;
margin: 0px 5px;
background-image: url("../img/share.png");
background-repeat: no-repeat;
background-size:200px 170px;
}
.F_share .bdsharebuttonbox .bds_qzone {
background-position: -53px 0px;
}
.F_share .bdsharebuttonbox .bds_tsina {
background-position: -110px -63px;
}
.F_share .bdsharebuttonbox .bds_weixin {
background-position: 0px -63px;
}
.F_share .bdsharebuttonbox .bds_tqq {
background-position: -165px 2px;
/*background-position: 0px 0px;*/
}
/*user center*/
.bg{
width: 100%;
height: 208px;
background: url("/static/home/img/center.png") no-repeat center;
} | 0.26971 | 0.040351 |
.custom-select{
width: 120px;
height: 30px;
border: 1px solid #028aff;
font-size: 18px;
color: #028aff;
background-color: #eee;
border-radius: 5px;
padding: 0;
box-sizing: content-box;
}
.menu-button {
line-height: 40px;
margin: 0 10px;
padding: 0 10px;
height: 100%;
background-color: #444;
color: #fff;
vertical-align: top;
font-weight: 500;
display: inline-block;
}
.mask-layer {
display: none;
width: 100%;
height: 100%;
position: fixed;
background: #000;
z-index: 99;
opacity: 0.5;
}
.popup-box {
margin: auto auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
position: fixed; /* Keep this window centered all the time */
width: 400px;
height: 400px;
background-color: #ccc;
z-index: 100;
display: none;
padding:10px;
}
.popup-box h3 {
margin: 10px;
}
.popup-box textarea {
display: block;
width: 380px;
margin: auto;
position: unset;
}
.button-list {
padding: 5px;
width: 380px;
margin: auto;
font-size: 0;
}
.button-list input[type="button" i] {
width: 85px;
line-height: 30px;
background-color: #fff;
color: #000;
border-radius: 3px;
padding: 5px 15px;
font-size: 16px;
margin: 5px;
}
#pupup-button-return{
border: 2px solid #555555;
}
#pupup-button-copy{
border: 2px solid #4CAF50; /* Green */
}
#pupup-button-load{
border: 2px solid #008CBA; /* Blue */
}
/* #pupup-button-load{
border: 2px solid #d35400;
} */
/* for time line */
.time-line {
position: absolute;
margin-top: 100px;
margin-left: 50px;
height:50px;
border-bottom:5px #999 solid;
overflow: hidden;
}
.time-line .time-notes {
height: 20px;
/* background-color:#888 */
}
.time-line .time-axis {
white-space: nowrap;
}
.time-line .time-scale {
display: inline-block;
width: 300px;
text-align: center
}
.time-line .time-scale:before {
content:'';
display: block;
width: 300px;
position: absolute;
height: 10px;
bottom:0px;
margin-left: -150px;
}
.time-line .time-scale:before{
background: linear-gradient(to right,rgba(0,0,0,0) 90%,rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
background-size: 50px;
}
/* the board to show info of the line */
.icon-info-board {
position: fixed;
left: 0;
bottom: 0;
margin-left: 10px;
margin-bottom: 10px;
font-size: 12px;
}
.icon-info-board li {
margin-bottom: 5px;
}
.icon-info-board span {
display: inline-block;
height: 20px;
line-height: 20px;
font-size: 16px;
vertical-align: top;
}
.icon-info-board .line{
margin-top: 3px;
margin-right:10px;
height: 14px;
width: 70px;
} | css/components.css | .custom-select{
width: 120px;
height: 30px;
border: 1px solid #028aff;
font-size: 18px;
color: #028aff;
background-color: #eee;
border-radius: 5px;
padding: 0;
box-sizing: content-box;
}
.menu-button {
line-height: 40px;
margin: 0 10px;
padding: 0 10px;
height: 100%;
background-color: #444;
color: #fff;
vertical-align: top;
font-weight: 500;
display: inline-block;
}
.mask-layer {
display: none;
width: 100%;
height: 100%;
position: fixed;
background: #000;
z-index: 99;
opacity: 0.5;
}
.popup-box {
margin: auto auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
position: fixed; /* Keep this window centered all the time */
width: 400px;
height: 400px;
background-color: #ccc;
z-index: 100;
display: none;
padding:10px;
}
.popup-box h3 {
margin: 10px;
}
.popup-box textarea {
display: block;
width: 380px;
margin: auto;
position: unset;
}
.button-list {
padding: 5px;
width: 380px;
margin: auto;
font-size: 0;
}
.button-list input[type="button" i] {
width: 85px;
line-height: 30px;
background-color: #fff;
color: #000;
border-radius: 3px;
padding: 5px 15px;
font-size: 16px;
margin: 5px;
}
#pupup-button-return{
border: 2px solid #555555;
}
#pupup-button-copy{
border: 2px solid #4CAF50; /* Green */
}
#pupup-button-load{
border: 2px solid #008CBA; /* Blue */
}
/* #pupup-button-load{
border: 2px solid #d35400;
} */
/* for time line */
.time-line {
position: absolute;
margin-top: 100px;
margin-left: 50px;
height:50px;
border-bottom:5px #999 solid;
overflow: hidden;
}
.time-line .time-notes {
height: 20px;
/* background-color:#888 */
}
.time-line .time-axis {
white-space: nowrap;
}
.time-line .time-scale {
display: inline-block;
width: 300px;
text-align: center
}
.time-line .time-scale:before {
content:'';
display: block;
width: 300px;
position: absolute;
height: 10px;
bottom:0px;
margin-left: -150px;
}
.time-line .time-scale:before{
background: linear-gradient(to right,rgba(0,0,0,0) 90%,rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
background-size: 50px;
}
/* the board to show info of the line */
.icon-info-board {
position: fixed;
left: 0;
bottom: 0;
margin-left: 10px;
margin-bottom: 10px;
font-size: 12px;
}
.icon-info-board li {
margin-bottom: 5px;
}
.icon-info-board span {
display: inline-block;
height: 20px;
line-height: 20px;
font-size: 16px;
vertical-align: top;
}
.icon-info-board .line{
margin-top: 3px;
margin-right:10px;
height: 14px;
width: 70px;
} | 0.448185 | 0.098555 |
@font-face {
font-family: iCielKoni;
font-weight: 900;
src: url("../../assets/fontawesome/iCielKoniBlack.otf") format("opentype");
}
@font-face {
font-family: Montserrat;
font-weight: bold;
src: url("../../assets/fontawesome/Montserrat-Bold.ttf") format("opentype");
}
body {
margin: 0;
box-sizing: border-box;
background: radial-gradient(97.91% 60.14% at 50% 50%, #FFDB7E 0%, #FF7A00 100%);
background-repeat: no-repeat;
min-height: 1000px;
}
/* header css */
header {
filter: drop-shadow(-1px 17px 10px rgba(50, 50, 0, 0.3));
font-family: "Montserrat", sans-serif;
font-weight: bold;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 99;
}
.navigation {
position: relative;
z-index: 99 !important;
width: 100%;
height: 107.82px;
left: 0px;
top: 0px;
-webkit-clip-path: ellipse(65% 70% at 50% 31%);
clip-path: ellipse(65% 70% at 50% 31%);
background: #ED7200;
font-size: 18px;
}
.container-custom {
width: 80%;
margin: 0 auto;
}
.div-logo {
display: flex;
height: 100%;
align-items: center;
}
.div-logo img {
width: 229px;
height: 91px;
}
.nav-header li a {
border: #ED7200 2px solid;
border-radius: 30px;
padding: 3px 9px !important;
margin: 0px 5px 0px 5px;
color: rgb(236 236 236) !important;
}
.a-focus, .nav-header li a:hover {
border: white 2px solid !important;
color: white !important;
}
.div-hotline a {
color: white !important;
text-decoration: none;
}
.tel-css {
border: white solid 2px;
border-radius: 98px;
padding: 3px 6px;
font-size: 18px;
}
/* end header css */
/* section css */
section {
width: 100%;
height: 100%;
float: left;
position: relative;
}
.main-section {
height: 961px;
width: 90%;
margin: auto auto;
background-image: url("../../images/bgr1.png");
background-repeat: no-repeat;
background-size: 110%;
border-radius: 27px;
padding-top: 100px;
position: relative;
z-index: 0;
}
.div-top {
position: relative;
height: 100px;
width: 100%;
}
.div-sticker1 {
position: absolute;
top: 35px;
left: 0px;
width: 170px;
height: 145px;
background: url(../../images/logo1.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-text1 {
position: absolute;
width: 370px;
height: 100px;
left: 200px;
top: 60px;
font-family: "iCielKoni", sans-serif;
font-style: normal;
font-weight: 900;
font-size: 55px;
line-height: 60px;
color: #FFFFFF;
}
.div-sticker2 {
position: absolute;
left: 425px;
top: 85px;
width: 144px;
height: 205px;
background: url(../../images/sticker2.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker3 {
position: absolute;
left: 630px;
top: -10px;
width: 117px;
height: 174px;
background: url(../../images/sticker3.png);
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 0 !important;
}
.div-sticker4 {
position: absolute;
background: url(../../images/sticker4.png);
right: 0px;
top: 110px;
width: 360px;
height: 260px;
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 0 !important;
}
.div-sticker5 {
position: absolute;
left: -180px;
top: 179px;
width: 120px;
height: 170px;
background: url(../../images/sticker5.png);
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 0 !important;
}
.div-sticker6 {
position: absolute;
top: 95px;
right: -220px;
width: 140px;
height: 207px;
background: url(../../images/sticker8.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker7 {
position: absolute;
bottom: -165px;
right: -105px;
width: 140px;
height: 215px;
background: url(../../images/sticker7.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker8 {
position: absolute;
bottom: -140px;
right: 705px;
width: 107px;
height: 142px;
background: url(../../images/sticker8.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker9 {
position: absolute;
bottom: -25px;
left: -140px;
width: 200px;
height: 317px;
background: url(../../images/sticker-girl.png);
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 5;
}
.div-top {
min-height: 100px;
}
.div-ticket {
height: 410px;
width: 100%;
position: absolute;
top: 275px;
left: 0px;
display: flex;
justify-content: space-between;
}
.div-left, .div-right, .div-center {
border-radius: 30px;
}
.div-left {
position: absolute;
background-color: #FDE8B3;
width: calc(70% - 20px);
padding: 10px;
box-shadow: #FFCA7B 0px 15px 0px 0px;
height: 100%;
top: 0px;
left: 0px;
}
.tiket-left-child {
border: 3px dashed #FFB489;
width: 100%;
background-color: #FFF6D4;
border-radius: 30px;
height: 100%;
padding: 10px;
line-height: 30px;
font-family: "Montserrat", sans-serif;
}
.text-line-star {
width: calc(100% - 40px);
margin-left: 40px;
float: left;
}
.div-star {
filter: drop-shadow(0px 3px 0px #CF6100)
}
.star1 {
float: left;
width: 30px;
height: 40px;
-webkit-clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
background-color: #CF6100;
}
.star2 {
margin: 5px 5px;
float: left;
width: 20px;
height: 30px;
-webkit-clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
background: linear-gradient(90deg, #FDE329 0%, #FFED78 99.99%);
}
.text-line-star p {
width: calc(100% - 60px);
float: left;
font-size: 20px;
font-weight: bold;
line-height: 40px;
margin-left: 15px;
margin: 0;
}
.tiket-right-child {
border: 3px dashed #FFB489;
width: 100%;
background-color: #FFF6D4;
border-radius: 30px;
height: 100%;
position: relative;
}
.tiket-left-child-top {
font-size: 17px;
}
.div-center {
position: absolute;
width: 96px;
height: 100%;
top: 3px;
left: 728px;
background-image: url(../../images/Vector.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-right {
position: absolute;
padding: 10px;
top: 0px;
right: -17px;
z-index: 5;
width: calc(32% - 6px);
height: 100%;
background-color: #FDE8B3;
box-shadow: #FFCA7B 0px 15px 0px 0px;
}
.div-tiket-child {
width: 200px;
height: 80px;
background-image: url(../../images/imgvecuaban.png);
background-repeat: no-repeat;
background-size: 100%;
margin: auto;
margin-top: -45px;
left: 28%;
}
.input-f {
display: flex;
height: 40px;
margin-bottom: 15px;
}
.input-f>input, .input-f>select, .input-f>textarea {
background: #FFFFFF;
/* inner shadow */
box-shadow: inset -1px 3px 3px rgba(179, 91, 11, 0.5);
border-radius: 16px;
border: none;
outline: none;
padding: 8px 10px;
}
.input-format input {
width: 100%;
}
.input-f select {
width: calc(100% - 45px);
background: #FFFFFF;
/* inner shadow */
box-shadow: inset -1px 3px 3px rgba(179, 91, 11, 0.5);
border-radius: 16px;
border: none;
outline: none;
padding: 7px 10px;
}
.btndate {
width: 40px;
margin-left: 5px;
height: 56px;
background-image: url(../../images/btndate.png);
background-repeat: no-repeat;
background-size: 100%;
}
.btnselect {
width: 40px;
margin-left: 5px;
height: 56px;
background-image: url(../../images/btnselect.png);
background-repeat: no-repeat;
background-size: 100%;
}
.qty-ticket-input {
width: 32%;
}
.date-ticket-input {
width: calc(68% - 50px);
margin-left: 5px;
}
.btn-order-ticket {
display: flex;
}
.btn-order-ticket button {
width: 80%;
margin: 0 auto;
height: 45px;
font-family: "iCielKoni", sans-serif;
background: #FF000A;
outline: none;
border: none;
text-align: center;
color: white;
font-size: 20px;
line-height: 50px;
border-radius: 5px;
box-shadow: rgb(139 2 2) 0px 3px 1px 0px;
}
.btn-order-ticket a {
width: 80%;
margin: 0 auto;
height: 45px;
font-family: "iCielKoni", sans-serif;
background: #FF000A;
outline: none;
border: none;
text-align: center;
color: white;
font-size: 20px;
line-height: 50px;
border-radius: 5px;
box-shadow: rgb(139 2 2) 0px 3px 1px 0px;
}
/* end section css */
/* sukien css */
.bgr-dark{
background-color: rgb(29 29 28 / 41%);
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
z-index: 100;
}
.message-contact{
background-color:white ;
width: 350px;
padding: 30px;
position: absolute;
left: 40%;
top: 320px;
z-index: 99;
border-radius: 20px;
font-family: Montserrat;
}
.close-btn-contact{
color: red;
position: absolute;
right: 20px;
top: 10px;
font-weight: bolder;
cursor: pointer;
}
.main-content {
background-image: url(../../images/bg-toping.png);
background-size: 100%;
width: 100%;
height: 660px;
position: relative;
}
.line-left {
background-image: url(../../images/lineleft.png);
background-repeat: no-repeat;
background-size: 100%;
width: 480px;
height: 226px;
position: absolute;
top: 0px;
left: 0px;
}
.line-right {
background-image: url(../../images/lineright.png);
background-repeat: no-repeat;
background-size: 100%;
width: 425px;
height: 250px;
position: absolute;
top: -10px;
right: 0px;
}
.text-event {
text-align: center;
font-family: iCielKoni, sans-serif;
font-size: 70px;
color: white;
width: 100%;
margin: 0 auto;
padding-top: 75px;
}
.carousel {
position: relative;
}
.btn-prev {
position: absolute;
top: 170px;
left: -80px;
}
.btn-next {
position: absolute;
top: 170px;
right: -80px;
}
.card {
border-radius: 10px;
}
.card-body {
font-family: Montserrat, sans-serif;
}
.card-img-top {
border-top-right-radius: 10px;
border-top-left-radius: 10px;
height: 165.5px;
}
.card-title {
font-size: 23px;
margin-bottom: 1px;
font-weight: bold;
color: #23221F !important;
}
.card-text {
color: #6C7272 !important;
}
.card-text, .card-date {
font-size: 15px;
margin: 2px 0px;
}
.card-date {
color: #444444 !important;
}
.card-date img {
vertical-align: sub;
}
.card-price {
font-weight: bold;
font-size: 28px;
color: #FA7D09;
}
.card-btn {
font-family: iCielKoni, sans-serif;
font-size: 17px;
padding: 15px 25px 8px 25px;
background: #FF000A;
color: white;
border-radius: 7px;
box-shadow: #7c0308 0px 2px 0px 1px
}
.card-btn {
text-decoration: none !important;
border: none;
}
.card-btn:hover {
color: white;
}
.event-detail-content {
width: 100%;
background-color: #FDE8B3;
min-height: 500px;
padding: 13px;
border-radius: 30px;
font-family: Montserrat, sans-serif;
box-shadow: #ffca7b 0px 15px 0px 0px;
}
.event-detail-child {
width: 100%;
border-radius: 30px;
min-height: 500px;
background-color: #FFF6D4;
border: 3px dashed #FFB489;
}
.event-detail-left {
width: 30%;
height: 100%;
float: left;
padding: 28px;
}
.event-detail-left>img {
width: 100%;
border-radius: 10px;
}
.event-detail-right {
width: 70%;
height: 100%;
padding-top: 20px;
}
.hightlight {
color: #FA7D09;
font-size: 22px;
font-weight: bold;
}
.img-100 {
width: 100%;
border-radius: 10px;
}
.text-col-second, .event-detail-right {
font-size: 15px;
}
/* contact css */
.div-contact {
height: 502px;
font-family: Montserrat, sans-serif;
}
.contact-left {
width: calc(63% - 10px);
height: 100%;
float: left;
background-color: #FDE8B3;
border-radius: 20px;
padding: 15px;
position: relative;
box-shadow: #ffca7b 0px 10px 0px 0px;
}
.btn-order-ticket a {
text-decoration: none;
color: white;
}
.contact-left-child, .box-contact-child {
border: 3px dashed #FFB489;
height: 100%;
width: 100%;
border-radius: 20px;
padding: 30px;
background-color: #FFF6D4;
}
.box-contact-child {
border: 3px dashed #FFB489;
height: 100%;
width: 100%;
border-radius: 20px;
padding: 20px;
background-color: #FFF6D4;
}
.text-contact {
font-size: 15px;
}
.input-name {
width: calc(40% - 5px);
}
.input-email {
width: calc(60% - 5px);
margin-left: 10px;
}
.div-input-messages {
width: 100%;
height: 150px;
}
.input-message {
width: 100%;
height: 150px;
resize: none;
}
.contact-right {
margin-left: 20px;
width: calc(37% - 10px);
height: 100%;
float: left;
}
.box-contact-firt {
width: 100%;
padding: 15px;
background-color: #FDE8B3;
border-radius: 20px;
box-shadow: #ffca7b 0px 10px 0px 0px;
}
.box-contact-child {
display: flex;
}
.box-contact-child img {
margin-top: 20px;
}
.text-loca {
margin-left: 10px;
font-weight: bold;
font-size: 22px;
}
.text-loca p {
font-size: 15px;
font-weight: normal;
}
.mg-b {
margin-bottom: 20px;
}
.sticker-boy {
background-image: url(../../images/stickerboy.png);
background-repeat: no-repeat;
background-size: 100%;
width: 222px;
height: 405px;
position: absolute;
left: -180px;
bottom: 0px;
}
.payment-content {
top: 0px;
}
.vecuaban {
background-image: url(../../images/vecong.png);
background-repeat: no-repeat;
background-size: 100%;
width: 260px;
height: 60px;
position: absolute;
top: -15px;
left: 100px;
}
.sticker-payment {
background-image: url(../../images/thongtintt.png);
background-repeat: no-repeat;
background-size: 100%;
width: 250px;
height: 58px;
position: absolute;
top: -15px;
left: 50px;
}
.div-input-price {
width: 32%;
}
.div-input-qty {
width: 20%;
}
.div-input-date {
width: 32%;
}
.tiket-left-child label {
font-weight: bold;
margin-bottom: 0px;
}
.tiket-left-child input {
width: 100%;
padding: 8px 15px !important;
}
.div-input-qty input {
width: 80%;
}
.input-ttlh {
width: 56% !important;
}
.h490px {
height: 535px !important;
}
.sticker-girl1 {
background-image: url(../../images/sticker-girl1.png);
background-repeat: no-repeat;
background-size: 100%;
width: 200px;
height: 380px;
position: absolute;
bottom: 0px;
left: -100px;
z-index: 100;
}
.sticker-girl2 {
background-image: url(../../images/sticker-girl2.png);
background-repeat: no-repeat;
background-size: 100%;
width: 200px;
height: 380px;
position: absolute;
bottom: 0px;
left: -150px;
z-index: 100;
}
.stiker-custom {
width: 130px;
left: 715px;
}
.w40 {
width: 40px;
float: left;
}
.btnprev {
left: -40px;
}
.btnnext {
right: -40px;
}
.img-qr {
width: 100px;
padding-top: 20px;
margin: 0 auto;
}
.img-qr img {
width: 100px;
margin: 0 auto;
}
.vecong {
font-size: 20px;
color: #FFC226;
font-weight: bold;
margin-top: 10px;
}
.qty-payment {
font-size: 18px;
}
.btnhover:hover {
color: #ffd5d5;
background-color: #a71318;
transition: 0.3s;
}
.btn-menu {
position: absolute;
z-index: 102;
top: 10px;
right: 15px;
display: none;
}
.btn-menu div {
width: 30px;
height: 4px;
background-color: rgb(255, 255, 255);
margin: 5px 0;
}
.div-menu{
display: flex;
}
@media (max-width:1505px ) {
.div-sticker6{
display: none;
}
}
@media (max-width:1266px ) {
.div-center{
display: none;
}
.card-btn {
font-size: 10px;
padding: 10px 15px 8px 15px;
}
.card-price {
font-size: 22px;
}
.div-left {
width: 70%;
left: 0px;
}
.div-right {
width: 30%;
right: 0px;
}
.mar-0 {
display: -ms-flexbox;
/* display: flex; */
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
.div-sticker7{
right: -50px;
}
.div-ticket {
height: 465px;
}
.div-sticker6{
display: none;
}
.text-line-star p {
font-size: 18px;
line-height: 30px;
}
.line-left,.line-right {
width: 300px;
}
.text-event{
font-size: 50px;
}
.btn-prev {
left: -50px
}
.btn-next{
right: -50px;
}
.btn-prev img,.btn-next img{
width: 45px;
}
.div-input-price,.div-input-qty,.div-input-date{
width: 100%;
}
.block{
display: block !important;
min-height: 230px;
}
.div-input-qty,.div-input-date{
padding-top: 30px;
float: left;
}
.div-input-date{
padding-top: 60px;
float: left;
}
.div-input-qty input{
width: calc( 100% - 23px);
}
.h-payment{
height: 625px !important;
margin: 0px;
}
.input-ttlh {
width: 100% !important;
}
.sticker-payment{
width: 215px;
left: 10px;
}
}
@media (max-width:1024px ) {
.div-ticket {
height: 465px;
}
.div-sticker6{
display: none;
}
.text-line-star p {
font-size: 18px;
line-height: 30px;
}
.line-left,.line-right {
width: 300px;
}
.text-event{
font-size: 50px;
}
.btn-prev {
left: -50px
}
.btn-next{
right: -50px;
}
.btn-prev img,.btn-next img{
width: 45px;
}
}
@media(max-width:992px ) {
body {
height: 2000px;
}
.btn-menu {
display: block;
}
.div-sticker3, .div-sticker2, .div-sticker9, .div-sticker7, .div-sticker8, .div-sticker6 {
display: none;
}
.div-sticker5 {
left: 0px;
top: 40px;
width: 50px;
height: 70px;
}
.div-logo img {
width: 100px;
height: 40px;
}
.navigation {
height: 70px;
transition: .8s;
}
.div-menu {
width: 100%;
padding: 30px 60px;
margin: 0 auto;
z-index: 102;
position: absolute;
display: none;
}
.div-sticker1 {
top: -25px;
left: 0px;
width: 70px;
height: 60px;
}
.div-text1 {
width: 145px;
height: 60px;
left: 85px;
top: -15px;
font-size: 30px;
line-height: 25px;
}
.div-tel {
display: none !important;
}
.text-line-star {
margin: 0px;
width: 100%;
}
.text-line-star p {
font-size: 13px;
line-height: 18px;
width: calc(100% - 20px);
}
.star1, .star2 {
width: 20px;
height: 20px;
}
.tiket-left-child-top {
font-size: 12px;
line-height: 20px;
}
/* event reponsive */
.line-left, .line-right {
width: 130px;
top: -50px;
height: 80px;
}
.hightlight {
font-size: 18px;
}
.text-event {
font-size: 30px;
padding-top: 15px;
}
.controls-top-t, .sticker-boy, .div-center {
display: none;
}
.btn-prev {
left: -20px;
top: 0px;
}
.btn-next {
top: 0px;
right: -20px;
}
.main-section {
height: 1650px;
}
.div-left {
width: 100%;
left: 15px;
}
.div-right {
width: 100%;
left: 15px;
top: 565px;
}
.h700px {
top: 700px;
}
.div-ticket {
height: 500px;
top: 50px;
}
.contact-left {
width: 100%;
}
.form-contact input {
width: 100%;
}
.input-cus {
display: block;
height: 85px;
}
.input-email {
margin: 10px 0px;
}
.div-contact {
height: 785px;
}
.btn-order-ticket{
margin-top: 85px !important;
}
.contact-right {
width: 100%;
margin: 20px 0px;
}
.pt-80{
padding-top: 80px;
}
.card-title {
font-size: 18px;
}
.card-text, .card-date {
font-size: 12px;
}
.card-price {
font-size: 20px;
}
.event-detail-left ,.event-detail-right{
width: 100%;
}
.mar-0 {
display: -ms-flexbox;
/* display: flex; */
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
.div-tiket-child {
width: 160px;
}
.controls-top{
display: block;
width: 100%;
height: 100px;
position: absolute;
top: 150px;
}
.btn-next img ,.btn-prev img {
width: 25px;
}
.div-left,.div-right{
left: 0px;
}
.h-55{
height: 55%;
}
.top360{
top: 360px;
}
}
@media(max-width:768px ) {
.card-price {
font-size: 15px;
}
.card-btn{
font-size: 13px;
padding: 15px 25px 10px 25px;
}
.h1500px{
height: 1600px !important;
}}
@media(max-width:533px ) {
.h-55{
height: 90%;
}
.top360{
top: 560px;
}
}
@media(max-width:480px ) {
.sticker-girl1,.sticker-girl2{
display: none;
}
.tiket-left-child >div{
padding-left: 0px !important;
}
.vecuaban{
left: 0px;
}
.pad-5{
padding: 5px !important;
}
.sticker-payment{
left: 0px;
}
.sticker-payment, .vecuaban{
width: 200px;
}
.btn-double a {
width: 100% !important;
float: left;
margin-top: 20px;
}
.btn-double {
height: 400px;
}
.marign-0{
margin-left: 0px !important;
margin-right: 0px !important;
}
} | public/assets/css/style.css | @font-face {
font-family: iCielKoni;
font-weight: 900;
src: url("../../assets/fontawesome/iCielKoniBlack.otf") format("opentype");
}
@font-face {
font-family: Montserrat;
font-weight: bold;
src: url("../../assets/fontawesome/Montserrat-Bold.ttf") format("opentype");
}
body {
margin: 0;
box-sizing: border-box;
background: radial-gradient(97.91% 60.14% at 50% 50%, #FFDB7E 0%, #FF7A00 100%);
background-repeat: no-repeat;
min-height: 1000px;
}
/* header css */
header {
filter: drop-shadow(-1px 17px 10px rgba(50, 50, 0, 0.3));
font-family: "Montserrat", sans-serif;
font-weight: bold;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 99;
}
.navigation {
position: relative;
z-index: 99 !important;
width: 100%;
height: 107.82px;
left: 0px;
top: 0px;
-webkit-clip-path: ellipse(65% 70% at 50% 31%);
clip-path: ellipse(65% 70% at 50% 31%);
background: #ED7200;
font-size: 18px;
}
.container-custom {
width: 80%;
margin: 0 auto;
}
.div-logo {
display: flex;
height: 100%;
align-items: center;
}
.div-logo img {
width: 229px;
height: 91px;
}
.nav-header li a {
border: #ED7200 2px solid;
border-radius: 30px;
padding: 3px 9px !important;
margin: 0px 5px 0px 5px;
color: rgb(236 236 236) !important;
}
.a-focus, .nav-header li a:hover {
border: white 2px solid !important;
color: white !important;
}
.div-hotline a {
color: white !important;
text-decoration: none;
}
.tel-css {
border: white solid 2px;
border-radius: 98px;
padding: 3px 6px;
font-size: 18px;
}
/* end header css */
/* section css */
section {
width: 100%;
height: 100%;
float: left;
position: relative;
}
.main-section {
height: 961px;
width: 90%;
margin: auto auto;
background-image: url("../../images/bgr1.png");
background-repeat: no-repeat;
background-size: 110%;
border-radius: 27px;
padding-top: 100px;
position: relative;
z-index: 0;
}
.div-top {
position: relative;
height: 100px;
width: 100%;
}
.div-sticker1 {
position: absolute;
top: 35px;
left: 0px;
width: 170px;
height: 145px;
background: url(../../images/logo1.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-text1 {
position: absolute;
width: 370px;
height: 100px;
left: 200px;
top: 60px;
font-family: "iCielKoni", sans-serif;
font-style: normal;
font-weight: 900;
font-size: 55px;
line-height: 60px;
color: #FFFFFF;
}
.div-sticker2 {
position: absolute;
left: 425px;
top: 85px;
width: 144px;
height: 205px;
background: url(../../images/sticker2.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker3 {
position: absolute;
left: 630px;
top: -10px;
width: 117px;
height: 174px;
background: url(../../images/sticker3.png);
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 0 !important;
}
.div-sticker4 {
position: absolute;
background: url(../../images/sticker4.png);
right: 0px;
top: 110px;
width: 360px;
height: 260px;
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 0 !important;
}
.div-sticker5 {
position: absolute;
left: -180px;
top: 179px;
width: 120px;
height: 170px;
background: url(../../images/sticker5.png);
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 0 !important;
}
.div-sticker6 {
position: absolute;
top: 95px;
right: -220px;
width: 140px;
height: 207px;
background: url(../../images/sticker8.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker7 {
position: absolute;
bottom: -165px;
right: -105px;
width: 140px;
height: 215px;
background: url(../../images/sticker7.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker8 {
position: absolute;
bottom: -140px;
right: 705px;
width: 107px;
height: 142px;
background: url(../../images/sticker8.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-sticker9 {
position: absolute;
bottom: -25px;
left: -140px;
width: 200px;
height: 317px;
background: url(../../images/sticker-girl.png);
background-size: 100% !important;
background-repeat: no-repeat;
z-index: 5;
}
.div-top {
min-height: 100px;
}
.div-ticket {
height: 410px;
width: 100%;
position: absolute;
top: 275px;
left: 0px;
display: flex;
justify-content: space-between;
}
.div-left, .div-right, .div-center {
border-radius: 30px;
}
.div-left {
position: absolute;
background-color: #FDE8B3;
width: calc(70% - 20px);
padding: 10px;
box-shadow: #FFCA7B 0px 15px 0px 0px;
height: 100%;
top: 0px;
left: 0px;
}
.tiket-left-child {
border: 3px dashed #FFB489;
width: 100%;
background-color: #FFF6D4;
border-radius: 30px;
height: 100%;
padding: 10px;
line-height: 30px;
font-family: "Montserrat", sans-serif;
}
.text-line-star {
width: calc(100% - 40px);
margin-left: 40px;
float: left;
}
.div-star {
filter: drop-shadow(0px 3px 0px #CF6100)
}
.star1 {
float: left;
width: 30px;
height: 40px;
-webkit-clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
background-color: #CF6100;
}
.star2 {
margin: 5px 5px;
float: left;
width: 20px;
height: 30px;
-webkit-clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
clip-path: polygon(49% 3%, 66% 24%, 98% 35%, 72% 50%, 77% 77%, 50% 63%, 23% 77%, 27% 49%, 2% 35%, 35% 25%);
background: linear-gradient(90deg, #FDE329 0%, #FFED78 99.99%);
}
.text-line-star p {
width: calc(100% - 60px);
float: left;
font-size: 20px;
font-weight: bold;
line-height: 40px;
margin-left: 15px;
margin: 0;
}
.tiket-right-child {
border: 3px dashed #FFB489;
width: 100%;
background-color: #FFF6D4;
border-radius: 30px;
height: 100%;
position: relative;
}
.tiket-left-child-top {
font-size: 17px;
}
.div-center {
position: absolute;
width: 96px;
height: 100%;
top: 3px;
left: 728px;
background-image: url(../../images/Vector.png);
background-size: 100% !important;
background-repeat: no-repeat;
}
.div-right {
position: absolute;
padding: 10px;
top: 0px;
right: -17px;
z-index: 5;
width: calc(32% - 6px);
height: 100%;
background-color: #FDE8B3;
box-shadow: #FFCA7B 0px 15px 0px 0px;
}
.div-tiket-child {
width: 200px;
height: 80px;
background-image: url(../../images/imgvecuaban.png);
background-repeat: no-repeat;
background-size: 100%;
margin: auto;
margin-top: -45px;
left: 28%;
}
.input-f {
display: flex;
height: 40px;
margin-bottom: 15px;
}
.input-f>input, .input-f>select, .input-f>textarea {
background: #FFFFFF;
/* inner shadow */
box-shadow: inset -1px 3px 3px rgba(179, 91, 11, 0.5);
border-radius: 16px;
border: none;
outline: none;
padding: 8px 10px;
}
.input-format input {
width: 100%;
}
.input-f select {
width: calc(100% - 45px);
background: #FFFFFF;
/* inner shadow */
box-shadow: inset -1px 3px 3px rgba(179, 91, 11, 0.5);
border-radius: 16px;
border: none;
outline: none;
padding: 7px 10px;
}
.btndate {
width: 40px;
margin-left: 5px;
height: 56px;
background-image: url(../../images/btndate.png);
background-repeat: no-repeat;
background-size: 100%;
}
.btnselect {
width: 40px;
margin-left: 5px;
height: 56px;
background-image: url(../../images/btnselect.png);
background-repeat: no-repeat;
background-size: 100%;
}
.qty-ticket-input {
width: 32%;
}
.date-ticket-input {
width: calc(68% - 50px);
margin-left: 5px;
}
.btn-order-ticket {
display: flex;
}
.btn-order-ticket button {
width: 80%;
margin: 0 auto;
height: 45px;
font-family: "iCielKoni", sans-serif;
background: #FF000A;
outline: none;
border: none;
text-align: center;
color: white;
font-size: 20px;
line-height: 50px;
border-radius: 5px;
box-shadow: rgb(139 2 2) 0px 3px 1px 0px;
}
.btn-order-ticket a {
width: 80%;
margin: 0 auto;
height: 45px;
font-family: "iCielKoni", sans-serif;
background: #FF000A;
outline: none;
border: none;
text-align: center;
color: white;
font-size: 20px;
line-height: 50px;
border-radius: 5px;
box-shadow: rgb(139 2 2) 0px 3px 1px 0px;
}
/* end section css */
/* sukien css */
.bgr-dark{
background-color: rgb(29 29 28 / 41%);
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100vh;
z-index: 100;
}
.message-contact{
background-color:white ;
width: 350px;
padding: 30px;
position: absolute;
left: 40%;
top: 320px;
z-index: 99;
border-radius: 20px;
font-family: Montserrat;
}
.close-btn-contact{
color: red;
position: absolute;
right: 20px;
top: 10px;
font-weight: bolder;
cursor: pointer;
}
.main-content {
background-image: url(../../images/bg-toping.png);
background-size: 100%;
width: 100%;
height: 660px;
position: relative;
}
.line-left {
background-image: url(../../images/lineleft.png);
background-repeat: no-repeat;
background-size: 100%;
width: 480px;
height: 226px;
position: absolute;
top: 0px;
left: 0px;
}
.line-right {
background-image: url(../../images/lineright.png);
background-repeat: no-repeat;
background-size: 100%;
width: 425px;
height: 250px;
position: absolute;
top: -10px;
right: 0px;
}
.text-event {
text-align: center;
font-family: iCielKoni, sans-serif;
font-size: 70px;
color: white;
width: 100%;
margin: 0 auto;
padding-top: 75px;
}
.carousel {
position: relative;
}
.btn-prev {
position: absolute;
top: 170px;
left: -80px;
}
.btn-next {
position: absolute;
top: 170px;
right: -80px;
}
.card {
border-radius: 10px;
}
.card-body {
font-family: Montserrat, sans-serif;
}
.card-img-top {
border-top-right-radius: 10px;
border-top-left-radius: 10px;
height: 165.5px;
}
.card-title {
font-size: 23px;
margin-bottom: 1px;
font-weight: bold;
color: #23221F !important;
}
.card-text {
color: #6C7272 !important;
}
.card-text, .card-date {
font-size: 15px;
margin: 2px 0px;
}
.card-date {
color: #444444 !important;
}
.card-date img {
vertical-align: sub;
}
.card-price {
font-weight: bold;
font-size: 28px;
color: #FA7D09;
}
.card-btn {
font-family: iCielKoni, sans-serif;
font-size: 17px;
padding: 15px 25px 8px 25px;
background: #FF000A;
color: white;
border-radius: 7px;
box-shadow: #7c0308 0px 2px 0px 1px
}
.card-btn {
text-decoration: none !important;
border: none;
}
.card-btn:hover {
color: white;
}
.event-detail-content {
width: 100%;
background-color: #FDE8B3;
min-height: 500px;
padding: 13px;
border-radius: 30px;
font-family: Montserrat, sans-serif;
box-shadow: #ffca7b 0px 15px 0px 0px;
}
.event-detail-child {
width: 100%;
border-radius: 30px;
min-height: 500px;
background-color: #FFF6D4;
border: 3px dashed #FFB489;
}
.event-detail-left {
width: 30%;
height: 100%;
float: left;
padding: 28px;
}
.event-detail-left>img {
width: 100%;
border-radius: 10px;
}
.event-detail-right {
width: 70%;
height: 100%;
padding-top: 20px;
}
.hightlight {
color: #FA7D09;
font-size: 22px;
font-weight: bold;
}
.img-100 {
width: 100%;
border-radius: 10px;
}
.text-col-second, .event-detail-right {
font-size: 15px;
}
/* contact css */
.div-contact {
height: 502px;
font-family: Montserrat, sans-serif;
}
.contact-left {
width: calc(63% - 10px);
height: 100%;
float: left;
background-color: #FDE8B3;
border-radius: 20px;
padding: 15px;
position: relative;
box-shadow: #ffca7b 0px 10px 0px 0px;
}
.btn-order-ticket a {
text-decoration: none;
color: white;
}
.contact-left-child, .box-contact-child {
border: 3px dashed #FFB489;
height: 100%;
width: 100%;
border-radius: 20px;
padding: 30px;
background-color: #FFF6D4;
}
.box-contact-child {
border: 3px dashed #FFB489;
height: 100%;
width: 100%;
border-radius: 20px;
padding: 20px;
background-color: #FFF6D4;
}
.text-contact {
font-size: 15px;
}
.input-name {
width: calc(40% - 5px);
}
.input-email {
width: calc(60% - 5px);
margin-left: 10px;
}
.div-input-messages {
width: 100%;
height: 150px;
}
.input-message {
width: 100%;
height: 150px;
resize: none;
}
.contact-right {
margin-left: 20px;
width: calc(37% - 10px);
height: 100%;
float: left;
}
.box-contact-firt {
width: 100%;
padding: 15px;
background-color: #FDE8B3;
border-radius: 20px;
box-shadow: #ffca7b 0px 10px 0px 0px;
}
.box-contact-child {
display: flex;
}
.box-contact-child img {
margin-top: 20px;
}
.text-loca {
margin-left: 10px;
font-weight: bold;
font-size: 22px;
}
.text-loca p {
font-size: 15px;
font-weight: normal;
}
.mg-b {
margin-bottom: 20px;
}
.sticker-boy {
background-image: url(../../images/stickerboy.png);
background-repeat: no-repeat;
background-size: 100%;
width: 222px;
height: 405px;
position: absolute;
left: -180px;
bottom: 0px;
}
.payment-content {
top: 0px;
}
.vecuaban {
background-image: url(../../images/vecong.png);
background-repeat: no-repeat;
background-size: 100%;
width: 260px;
height: 60px;
position: absolute;
top: -15px;
left: 100px;
}
.sticker-payment {
background-image: url(../../images/thongtintt.png);
background-repeat: no-repeat;
background-size: 100%;
width: 250px;
height: 58px;
position: absolute;
top: -15px;
left: 50px;
}
.div-input-price {
width: 32%;
}
.div-input-qty {
width: 20%;
}
.div-input-date {
width: 32%;
}
.tiket-left-child label {
font-weight: bold;
margin-bottom: 0px;
}
.tiket-left-child input {
width: 100%;
padding: 8px 15px !important;
}
.div-input-qty input {
width: 80%;
}
.input-ttlh {
width: 56% !important;
}
.h490px {
height: 535px !important;
}
.sticker-girl1 {
background-image: url(../../images/sticker-girl1.png);
background-repeat: no-repeat;
background-size: 100%;
width: 200px;
height: 380px;
position: absolute;
bottom: 0px;
left: -100px;
z-index: 100;
}
.sticker-girl2 {
background-image: url(../../images/sticker-girl2.png);
background-repeat: no-repeat;
background-size: 100%;
width: 200px;
height: 380px;
position: absolute;
bottom: 0px;
left: -150px;
z-index: 100;
}
.stiker-custom {
width: 130px;
left: 715px;
}
.w40 {
width: 40px;
float: left;
}
.btnprev {
left: -40px;
}
.btnnext {
right: -40px;
}
.img-qr {
width: 100px;
padding-top: 20px;
margin: 0 auto;
}
.img-qr img {
width: 100px;
margin: 0 auto;
}
.vecong {
font-size: 20px;
color: #FFC226;
font-weight: bold;
margin-top: 10px;
}
.qty-payment {
font-size: 18px;
}
.btnhover:hover {
color: #ffd5d5;
background-color: #a71318;
transition: 0.3s;
}
.btn-menu {
position: absolute;
z-index: 102;
top: 10px;
right: 15px;
display: none;
}
.btn-menu div {
width: 30px;
height: 4px;
background-color: rgb(255, 255, 255);
margin: 5px 0;
}
.div-menu{
display: flex;
}
@media (max-width:1505px ) {
.div-sticker6{
display: none;
}
}
@media (max-width:1266px ) {
.div-center{
display: none;
}
.card-btn {
font-size: 10px;
padding: 10px 15px 8px 15px;
}
.card-price {
font-size: 22px;
}
.div-left {
width: 70%;
left: 0px;
}
.div-right {
width: 30%;
right: 0px;
}
.mar-0 {
display: -ms-flexbox;
/* display: flex; */
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
.div-sticker7{
right: -50px;
}
.div-ticket {
height: 465px;
}
.div-sticker6{
display: none;
}
.text-line-star p {
font-size: 18px;
line-height: 30px;
}
.line-left,.line-right {
width: 300px;
}
.text-event{
font-size: 50px;
}
.btn-prev {
left: -50px
}
.btn-next{
right: -50px;
}
.btn-prev img,.btn-next img{
width: 45px;
}
.div-input-price,.div-input-qty,.div-input-date{
width: 100%;
}
.block{
display: block !important;
min-height: 230px;
}
.div-input-qty,.div-input-date{
padding-top: 30px;
float: left;
}
.div-input-date{
padding-top: 60px;
float: left;
}
.div-input-qty input{
width: calc( 100% - 23px);
}
.h-payment{
height: 625px !important;
margin: 0px;
}
.input-ttlh {
width: 100% !important;
}
.sticker-payment{
width: 215px;
left: 10px;
}
}
@media (max-width:1024px ) {
.div-ticket {
height: 465px;
}
.div-sticker6{
display: none;
}
.text-line-star p {
font-size: 18px;
line-height: 30px;
}
.line-left,.line-right {
width: 300px;
}
.text-event{
font-size: 50px;
}
.btn-prev {
left: -50px
}
.btn-next{
right: -50px;
}
.btn-prev img,.btn-next img{
width: 45px;
}
}
@media(max-width:992px ) {
body {
height: 2000px;
}
.btn-menu {
display: block;
}
.div-sticker3, .div-sticker2, .div-sticker9, .div-sticker7, .div-sticker8, .div-sticker6 {
display: none;
}
.div-sticker5 {
left: 0px;
top: 40px;
width: 50px;
height: 70px;
}
.div-logo img {
width: 100px;
height: 40px;
}
.navigation {
height: 70px;
transition: .8s;
}
.div-menu {
width: 100%;
padding: 30px 60px;
margin: 0 auto;
z-index: 102;
position: absolute;
display: none;
}
.div-sticker1 {
top: -25px;
left: 0px;
width: 70px;
height: 60px;
}
.div-text1 {
width: 145px;
height: 60px;
left: 85px;
top: -15px;
font-size: 30px;
line-height: 25px;
}
.div-tel {
display: none !important;
}
.text-line-star {
margin: 0px;
width: 100%;
}
.text-line-star p {
font-size: 13px;
line-height: 18px;
width: calc(100% - 20px);
}
.star1, .star2 {
width: 20px;
height: 20px;
}
.tiket-left-child-top {
font-size: 12px;
line-height: 20px;
}
/* event reponsive */
.line-left, .line-right {
width: 130px;
top: -50px;
height: 80px;
}
.hightlight {
font-size: 18px;
}
.text-event {
font-size: 30px;
padding-top: 15px;
}
.controls-top-t, .sticker-boy, .div-center {
display: none;
}
.btn-prev {
left: -20px;
top: 0px;
}
.btn-next {
top: 0px;
right: -20px;
}
.main-section {
height: 1650px;
}
.div-left {
width: 100%;
left: 15px;
}
.div-right {
width: 100%;
left: 15px;
top: 565px;
}
.h700px {
top: 700px;
}
.div-ticket {
height: 500px;
top: 50px;
}
.contact-left {
width: 100%;
}
.form-contact input {
width: 100%;
}
.input-cus {
display: block;
height: 85px;
}
.input-email {
margin: 10px 0px;
}
.div-contact {
height: 785px;
}
.btn-order-ticket{
margin-top: 85px !important;
}
.contact-right {
width: 100%;
margin: 20px 0px;
}
.pt-80{
padding-top: 80px;
}
.card-title {
font-size: 18px;
}
.card-text, .card-date {
font-size: 12px;
}
.card-price {
font-size: 20px;
}
.event-detail-left ,.event-detail-right{
width: 100%;
}
.mar-0 {
display: -ms-flexbox;
/* display: flex; */
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
.div-tiket-child {
width: 160px;
}
.controls-top{
display: block;
width: 100%;
height: 100px;
position: absolute;
top: 150px;
}
.btn-next img ,.btn-prev img {
width: 25px;
}
.div-left,.div-right{
left: 0px;
}
.h-55{
height: 55%;
}
.top360{
top: 360px;
}
}
@media(max-width:768px ) {
.card-price {
font-size: 15px;
}
.card-btn{
font-size: 13px;
padding: 15px 25px 10px 25px;
}
.h1500px{
height: 1600px !important;
}}
@media(max-width:533px ) {
.h-55{
height: 90%;
}
.top360{
top: 560px;
}
}
@media(max-width:480px ) {
.sticker-girl1,.sticker-girl2{
display: none;
}
.tiket-left-child >div{
padding-left: 0px !important;
}
.vecuaban{
left: 0px;
}
.pad-5{
padding: 5px !important;
}
.sticker-payment{
left: 0px;
}
.sticker-payment, .vecuaban{
width: 200px;
}
.btn-double a {
width: 100% !important;
float: left;
margin-top: 20px;
}
.btn-double {
height: 400px;
}
.marign-0{
margin-left: 0px !important;
margin-right: 0px !important;
}
} | 0.386416 | 0.099996 |
#gform_wrapper_41 {font-family:urw-din,sans-serif;}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .col-menu ul li {list-style-type:none !important;}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .col-menu ul li label {font-family:urw-din,sans-serif;text-transform:uppercase;font-weight:600;color:#d04090;font-size:18px;}
body .gform_wrapper .totalvolume {font-family:urw-din,sans-serif;}
body .gform_wrapper .totalvolume:after {color: #d04090 !important;}
body .gform_wrapper #calculateur {border: none;}
body .gform_wrapper .top_label li .resp-tabs-list {display: flex!important;align-items: center;justify-content: flex-start;}
body .gform_wrapper .ui-tabs li.ui-tabs-active a {background: #d04090 !important;font-weight: 600 !important;text-transform: uppercase;}
body .gform_wrapper .ui-tabs .ui-tabs-nav li a {background: #d3d3d3;color: #2a2a2a;font-weight: 600;text-transform: uppercase;}
body .gform_wrapper .ui-tabs .ui-tabs-nav li a:hover {background: #dc6fab !important;color: #FFF !important;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div {background: #d3d3d3;border: none;box-shadow: none;color:#2a2a2a;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div:hover {background: #dc6fab;box-shadow: none;color:#FFF;}
body .gform_wrapper input.qtyminus, body .gform_wrapper input.qtyplus {background: #ffffff !important;color: #303030;border: 1px solid #d04090 !important;}
body .gform_wrapper input.qtyminus:hover, body .gform_wrapper input.qtyplus:hover {background: #d3d3d3 !important;color: #2a2a2a;border: 1px solid #2a2a2a !important;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div input.qtyvalue {color: #2a2a2a;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div:hover input.qtyvalue {color: #FFF;}
#Content .ginput_container_address * {margin: 0 !important;padding: 10px !important;}
.gf_step_label {font-family:urw-din,sans-serif;font-weight:600;color:#d04090;font-size:17px;}
.liste > label.gfield_label {display:none !important;}
.liste ul, .liste2 ul {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;}
.liste ul li, .liste2 ul li {width:25%;}
.gform_previous_button, .gform_next_button, .gform_button {background:#d04090 !important;font-family:urw-din,sans-serif !important;text-transform:uppercase;font-weight:600;font-size:17px;}
/* ---------------------------------------------------------------- CONTACT---------------------------------------------------------------- */
div.ginput_container_name span margin-right: 0px}
div.ginput_container_name span {margin-right:0 !important;}
.label label {display:none !important;}
.gform_wrapper ul.gform_fields {display: flex;flex-direction: row;flex-wrap: wrap;}
.champ50, .legal-notice {width:50%;}
.champ100 {width:100%;}
.champ50, .champ100 {padding-top: 11px !important;margin: 0 !important;}
.legal-notice label {font-size: 15px !important;line-height: 20px !important;} | demenagement-calculator/styles.css | #gform_wrapper_41 {font-family:urw-din,sans-serif;}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .col-menu ul li {list-style-type:none !important;}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .col-menu ul li label {font-family:urw-din,sans-serif;text-transform:uppercase;font-weight:600;color:#d04090;font-size:18px;}
body .gform_wrapper .totalvolume {font-family:urw-din,sans-serif;}
body .gform_wrapper .totalvolume:after {color: #d04090 !important;}
body .gform_wrapper #calculateur {border: none;}
body .gform_wrapper .top_label li .resp-tabs-list {display: flex!important;align-items: center;justify-content: flex-start;}
body .gform_wrapper .ui-tabs li.ui-tabs-active a {background: #d04090 !important;font-weight: 600 !important;text-transform: uppercase;}
body .gform_wrapper .ui-tabs .ui-tabs-nav li a {background: #d3d3d3;color: #2a2a2a;font-weight: 600;text-transform: uppercase;}
body .gform_wrapper .ui-tabs .ui-tabs-nav li a:hover {background: #dc6fab !important;color: #FFF !important;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div {background: #d3d3d3;border: none;box-shadow: none;color:#2a2a2a;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div:hover {background: #dc6fab;box-shadow: none;color:#FFF;}
body .gform_wrapper input.qtyminus, body .gform_wrapper input.qtyplus {background: #ffffff !important;color: #303030;border: 1px solid #d04090 !important;}
body .gform_wrapper input.qtyminus:hover, body .gform_wrapper input.qtyplus:hover {background: #d3d3d3 !important;color: #2a2a2a;border: 1px solid #2a2a2a !important;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div input.qtyvalue {color: #2a2a2a;}
body .gform_wrapper #Tabs .resp-tabs-container > div > div:hover input.qtyvalue {color: #FFF;}
#Content .ginput_container_address * {margin: 0 !important;padding: 10px !important;}
.gf_step_label {font-family:urw-din,sans-serif;font-weight:600;color:#d04090;font-size:17px;}
.liste > label.gfield_label {display:none !important;}
.liste ul, .liste2 ul {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;}
.liste ul li, .liste2 ul li {width:25%;}
.gform_previous_button, .gform_next_button, .gform_button {background:#d04090 !important;font-family:urw-din,sans-serif !important;text-transform:uppercase;font-weight:600;font-size:17px;}
/* ---------------------------------------------------------------- CONTACT---------------------------------------------------------------- */
div.ginput_container_name span margin-right: 0px}
div.ginput_container_name span {margin-right:0 !important;}
.label label {display:none !important;}
.gform_wrapper ul.gform_fields {display: flex;flex-direction: row;flex-wrap: wrap;}
.champ50, .legal-notice {width:50%;}
.champ100 {width:100%;}
.champ50, .champ100 {padding-top: 11px !important;margin: 0 !important;}
.legal-notice label {font-size: 15px !important;line-height: 20px !important;} | 0.142053 | 0.038142 |
body {
font-family: -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
/* padding: 0 1rem 1rem 1rem; */
/* max-width: 680px; */
margin: 0 auto;
background: #C7C9C7;
/* color: #333; */
color: #31261D;
}
li,
p {
line-height: 1.5rem;
}
a {
font-weight: 500;
}
hr {
border: 1px solid #ddd;
}
iframe {
background: #ccc;
border: 1px solid #ccc;
height: 10rem;
width: 100%;
border-radius: .5rem;
filter: invert(1);
}
.container-login {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
/* padding: 5%; */
/* margin: 50px 0; */
background-image: url('./auth/cover_uiii_bg.jpg');
/* height: 500px; */
background-size: cover;
background-repeat: no-repeat;
}
.login-line {
display: block;
width: 2px;
height: 150px;
background: #fff;
margin: 50px;
}
.login-form form {
display: flex;
flex-direction: column;
width: 100%;
}
.login-form label {
color: #fff;
display: flex;
justify-content: space-around;
align-items: center;
margin: 10px 0;
font-size: 1.1rem;
position: relative;
}
.login-form input {
margin-left: 2rem;
padding: 0.5rem 1rem;
border-radius: 1.5rem;
border-color: transparent;
}
.login-form input:focus-visible, .login-form input:focus {
outline-style: none;
border-color: #E3A130;
border-style: solid;
}
.show-password {
transform: translateX(-1rem);
position: absolute;
right: 0;
padding: 0.35rem;
}
.login-form .login-options {
display: flex;
justify-content: space-between;
}
.login-options span {
font-size: 0.8rem;
text-decoration: underline;
}
.login-submit {
background-color: #00778B;
padding: 0.5rem 1rem;
border-radius: 1.5rem;
border-color: transparent;
color: #fff;
}
.login-copyright {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 1rem;
color: #fff;
}
.forgot-password {
position: absolute;
width: 100vw;
height: 100vh;
background-color: rgba(0, 119, 139, 0.5);
z-index: 10;
}
.forgot-password .cancel {
position: absolute;
top: 10px;
right: 10px;
}
.forgot-password form {
position: absolute;
width: 480px;
left: 50%;
bottom: 50%;
transform: translate(-50%, 50%);
color: #fff;
background-color: #003B5C;
border-radius: 5px;
padding: 2rem 0;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 1px 1px 10px 1px rgba(199, 201, 199, 0.2);
}
.forgot-password input,
.forgot-password button {
margin: 0;
width: 250px;
}
@keyframes my-animation {
from {
transform: rotate(-360deg)
}
to {
transform: rotate(0deg)
}
}
.spin-animation{
position: relative;
animation: my-animation 2s ease;
}
#renew-create-password {
transition: ease 2s;
}
.bg-notfound {
opacity: 0.3;
z-index: -1;
}
.bg-notfound-box span {
background-color: #000!important;
z-index: -1;
}
.reflection-faculty::after {
content:"";
background-image: inherit;
width: 100%;
height: 0;
padding-bottom: 13%;
position: absolute;
bottom: -20%;
transform: scaleY(-1);
border-radius: inherit;
border-top-left-radius: unset;
border-top-right-radius: unset;
opacity: 0.4;
}
.reflection-faculty::before {
content:"";
width:100%;
height: 23%;
position: absolute;
bottom: -23%;
background: linear-gradient(to bottom, rgba(0, 58, 92,0.2) 0%,rgb(0, 58, 92) 60%);
border-radius: inherit;
border-bottom-left-radius: unset;
border-bottom-right-radius: unset;
z-index: 1;
} | pages/styles.css | body {
font-family: -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
/* padding: 0 1rem 1rem 1rem; */
/* max-width: 680px; */
margin: 0 auto;
background: #C7C9C7;
/* color: #333; */
color: #31261D;
}
li,
p {
line-height: 1.5rem;
}
a {
font-weight: 500;
}
hr {
border: 1px solid #ddd;
}
iframe {
background: #ccc;
border: 1px solid #ccc;
height: 10rem;
width: 100%;
border-radius: .5rem;
filter: invert(1);
}
.container-login {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
/* padding: 5%; */
/* margin: 50px 0; */
background-image: url('./auth/cover_uiii_bg.jpg');
/* height: 500px; */
background-size: cover;
background-repeat: no-repeat;
}
.login-line {
display: block;
width: 2px;
height: 150px;
background: #fff;
margin: 50px;
}
.login-form form {
display: flex;
flex-direction: column;
width: 100%;
}
.login-form label {
color: #fff;
display: flex;
justify-content: space-around;
align-items: center;
margin: 10px 0;
font-size: 1.1rem;
position: relative;
}
.login-form input {
margin-left: 2rem;
padding: 0.5rem 1rem;
border-radius: 1.5rem;
border-color: transparent;
}
.login-form input:focus-visible, .login-form input:focus {
outline-style: none;
border-color: #E3A130;
border-style: solid;
}
.show-password {
transform: translateX(-1rem);
position: absolute;
right: 0;
padding: 0.35rem;
}
.login-form .login-options {
display: flex;
justify-content: space-between;
}
.login-options span {
font-size: 0.8rem;
text-decoration: underline;
}
.login-submit {
background-color: #00778B;
padding: 0.5rem 1rem;
border-radius: 1.5rem;
border-color: transparent;
color: #fff;
}
.login-copyright {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 1rem;
color: #fff;
}
.forgot-password {
position: absolute;
width: 100vw;
height: 100vh;
background-color: rgba(0, 119, 139, 0.5);
z-index: 10;
}
.forgot-password .cancel {
position: absolute;
top: 10px;
right: 10px;
}
.forgot-password form {
position: absolute;
width: 480px;
left: 50%;
bottom: 50%;
transform: translate(-50%, 50%);
color: #fff;
background-color: #003B5C;
border-radius: 5px;
padding: 2rem 0;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 1px 1px 10px 1px rgba(199, 201, 199, 0.2);
}
.forgot-password input,
.forgot-password button {
margin: 0;
width: 250px;
}
@keyframes my-animation {
from {
transform: rotate(-360deg)
}
to {
transform: rotate(0deg)
}
}
.spin-animation{
position: relative;
animation: my-animation 2s ease;
}
#renew-create-password {
transition: ease 2s;
}
.bg-notfound {
opacity: 0.3;
z-index: -1;
}
.bg-notfound-box span {
background-color: #000!important;
z-index: -1;
}
.reflection-faculty::after {
content:"";
background-image: inherit;
width: 100%;
height: 0;
padding-bottom: 13%;
position: absolute;
bottom: -20%;
transform: scaleY(-1);
border-radius: inherit;
border-top-left-radius: unset;
border-top-right-radius: unset;
opacity: 0.4;
}
.reflection-faculty::before {
content:"";
width:100%;
height: 23%;
position: absolute;
bottom: -23%;
background: linear-gradient(to bottom, rgba(0, 58, 92,0.2) 0%,rgb(0, 58, 92) 60%);
border-radius: inherit;
border-bottom-left-radius: unset;
border-bottom-right-radius: unset;
z-index: 1;
} | 0.359364 | 0.074568 |
.header_box{
width: 100%;
background: #fff;
border-bottom: 1px solid #eee;
}
.header{
width: 1000px;
height: 50px;
margin:0 auto;
}
.back{
float: left;
width: 24px;
height: 24px;
margin-top: 13px;
}
.back img{
width: 100%;
height: auto;
}
.header_text{
font-family: "Microsoft YaHei";
font-size: 18px;
line-height: 50px;
font-weight: bold;
text-align: center;
margin-right: 70px;
}
.main_box{
width: 100%;
}
.main{
width: 1000px;
margin:0 auto;
}
/****************************************************
��������
****************************************************/
.order_select{
width: 100%;
background: #fff;
}
.order_s{
border-bottom: 1px solid #eee;
}
.order_s>li{
width: 20%;
float: left;
text-align: center;
}
.list{
border-bottom: 2px solid #fa7124;
color: #fa7124;
}
.order_s>li>a{
line-height: 30px;
font-family: "Microsoft YaHei";
text-align: center;
font-size: 12px;
color: #646464;
}
.list_box{
width: 100%;
background: #fff;
margin-top: 8px;
border-bottom: 1px solid #eee;
}
.list_top{
height: 30px;
border-bottom: 1px solid #eee;
}
.list_top_img{
float: left;
width: 60px;
height: 20px;
margin-top: 5px;
margin-left: 10px;
}
.list_top_img>img{
width: 100%;
height: auto;
}
.list_top>p{
float: right;
line-height:8px;
font-family: "Microsoft YaHei";
font-size: 10px;
color: #fa7124;
margin-right: 10px;
}
.list_body{
border-bottom: 1px solid #eee;
padding-bottom: 2px;
}
.list_body_img{
float: left;
width: 50px;
height: 50px;
margin-top: 10px;
margin-left: 10px;
border-radius: 8px;
overflow: hidden;
}
.list_body_img>img{
width:auto;
height:100%;
}
.list_body_text{
float: left;
margin-left: 10px;
margin-top: 8px;
}
.list_body_text>li{
line-height:18px;
font-family: "Microsoft YaHei";
font-size: 12px;
}
.text_name{
color: #555555;
}
.text_course,.text_apply{
color: #999;
}
.list_body_money{
float: right;
margin-right: 10px;
}
.money1{
line-height:36px;
font-family: "Microsoft YaHei";
font-size: 14px;
float: right;
}
.money2{
line-height:34px;
font-family: "Microsoft YaHei";
font-size: 12px;
float: right;
}
.list_bottom{
padding-bottom: 8px;
padding-top: 8px;
}
.list_bottom>a{
float: right;
text-align: center;
}
.submit1{
background: #fa7124;
border-radius: 5px;
width: 80px;
height: 24px;
line-height:24px;
font-family: "Microsoft YaHei";
font-size: 12px;
color: #fff;
margin-right: 10px;
}
.submit2{
background: #fff;
border-radius: 5px;
border: 1px solid #fa7124;
width: 80px;
height: 24px;
line-height:24px;
font-family: "Microsoft YaHei";
font-size: 12px;
color: #555555;
margin-right: 10px;
}
/****************************************************
������������ҳ
****************************************************/
.list_detail{
width: 100%;
}
.list_det{
background: #fff;
border-bottom: 1px solid #eee;
padding-bottom: 12px;
}
.list_detmain{
background: #fff;
margin-top: 8px;
margin-bottom: 65px;
}
.list_det_img{
float: left;
width: 50px;
height: 50px;
margin-top: 12px;
margin-left: 12px;
border-radius: 8px;
overflow: hidden;
}
.list_det_img>img{
width:auto;
height:100%;
}
.list_det_text{
float: left;
margin-left: 20px;
margin-top: 8px;
}
.text_detname{
font-family: "Microsoft YaHei";
line-height:24px;
font-size: 16px;
color: #555555;
}
.text_detcourse{
font-family: "Microsoft YaHei";
line-height:24px;
font-size: 14px;
color: #999;
}
.detail{
border-bottom: 1px solid #eee;
}
.detail_one{
line-height:50px;
font-family: "Microsoft YaHei";
margin-left:4%;
width: 15%;
font-size: 14px;
float: left;
}
.detail_one{
line-height:50px;
font-family: "Microsoft YaHei";
margin-left:3%;
width: 15%;
font-size: 14px;
float: left;
}
.detail_tow{
line-height:50px;
font-family: "Microsoft YaHei";
float: left;
padding: 0;
width: 19%;
color: #999;
}
/****************************************************
�ײ�
****************************************************/
.foot_box1{
width:40%;
float:left;
background: none;
border: 1px solid #fa7124;
border-radius: 4px;
margin-left: 5%;
margin-right: 5%;
margin-top: 7px;
font-family: "Microsoft YaHei";
font-size: 16px;
color:#fa7124;
text-align: center;
line-height:42px;
}
.foot_box2{
width:40%;
background: #fa7124;
border-radius: 4px;
margin-left: 5%;
margin-right: 5%;
margin-top: 7px;
font-family: "Microsoft YaHei";
font-size: 16px;
color:#fff;
text-align: center;
line-height:42px;
}
@media screen and (max-width: 1000px) {
.header {
width: 100%;
}
.main {
width: 100%;
}
} | Public/website/Mobile/user/user_center/css/order_center.css | .header_box{
width: 100%;
background: #fff;
border-bottom: 1px solid #eee;
}
.header{
width: 1000px;
height: 50px;
margin:0 auto;
}
.back{
float: left;
width: 24px;
height: 24px;
margin-top: 13px;
}
.back img{
width: 100%;
height: auto;
}
.header_text{
font-family: "Microsoft YaHei";
font-size: 18px;
line-height: 50px;
font-weight: bold;
text-align: center;
margin-right: 70px;
}
.main_box{
width: 100%;
}
.main{
width: 1000px;
margin:0 auto;
}
/****************************************************
��������
****************************************************/
.order_select{
width: 100%;
background: #fff;
}
.order_s{
border-bottom: 1px solid #eee;
}
.order_s>li{
width: 20%;
float: left;
text-align: center;
}
.list{
border-bottom: 2px solid #fa7124;
color: #fa7124;
}
.order_s>li>a{
line-height: 30px;
font-family: "Microsoft YaHei";
text-align: center;
font-size: 12px;
color: #646464;
}
.list_box{
width: 100%;
background: #fff;
margin-top: 8px;
border-bottom: 1px solid #eee;
}
.list_top{
height: 30px;
border-bottom: 1px solid #eee;
}
.list_top_img{
float: left;
width: 60px;
height: 20px;
margin-top: 5px;
margin-left: 10px;
}
.list_top_img>img{
width: 100%;
height: auto;
}
.list_top>p{
float: right;
line-height:8px;
font-family: "Microsoft YaHei";
font-size: 10px;
color: #fa7124;
margin-right: 10px;
}
.list_body{
border-bottom: 1px solid #eee;
padding-bottom: 2px;
}
.list_body_img{
float: left;
width: 50px;
height: 50px;
margin-top: 10px;
margin-left: 10px;
border-radius: 8px;
overflow: hidden;
}
.list_body_img>img{
width:auto;
height:100%;
}
.list_body_text{
float: left;
margin-left: 10px;
margin-top: 8px;
}
.list_body_text>li{
line-height:18px;
font-family: "Microsoft YaHei";
font-size: 12px;
}
.text_name{
color: #555555;
}
.text_course,.text_apply{
color: #999;
}
.list_body_money{
float: right;
margin-right: 10px;
}
.money1{
line-height:36px;
font-family: "Microsoft YaHei";
font-size: 14px;
float: right;
}
.money2{
line-height:34px;
font-family: "Microsoft YaHei";
font-size: 12px;
float: right;
}
.list_bottom{
padding-bottom: 8px;
padding-top: 8px;
}
.list_bottom>a{
float: right;
text-align: center;
}
.submit1{
background: #fa7124;
border-radius: 5px;
width: 80px;
height: 24px;
line-height:24px;
font-family: "Microsoft YaHei";
font-size: 12px;
color: #fff;
margin-right: 10px;
}
.submit2{
background: #fff;
border-radius: 5px;
border: 1px solid #fa7124;
width: 80px;
height: 24px;
line-height:24px;
font-family: "Microsoft YaHei";
font-size: 12px;
color: #555555;
margin-right: 10px;
}
/****************************************************
������������ҳ
****************************************************/
.list_detail{
width: 100%;
}
.list_det{
background: #fff;
border-bottom: 1px solid #eee;
padding-bottom: 12px;
}
.list_detmain{
background: #fff;
margin-top: 8px;
margin-bottom: 65px;
}
.list_det_img{
float: left;
width: 50px;
height: 50px;
margin-top: 12px;
margin-left: 12px;
border-radius: 8px;
overflow: hidden;
}
.list_det_img>img{
width:auto;
height:100%;
}
.list_det_text{
float: left;
margin-left: 20px;
margin-top: 8px;
}
.text_detname{
font-family: "Microsoft YaHei";
line-height:24px;
font-size: 16px;
color: #555555;
}
.text_detcourse{
font-family: "Microsoft YaHei";
line-height:24px;
font-size: 14px;
color: #999;
}
.detail{
border-bottom: 1px solid #eee;
}
.detail_one{
line-height:50px;
font-family: "Microsoft YaHei";
margin-left:4%;
width: 15%;
font-size: 14px;
float: left;
}
.detail_one{
line-height:50px;
font-family: "Microsoft YaHei";
margin-left:3%;
width: 15%;
font-size: 14px;
float: left;
}
.detail_tow{
line-height:50px;
font-family: "Microsoft YaHei";
float: left;
padding: 0;
width: 19%;
color: #999;
}
/****************************************************
�ײ�
****************************************************/
.foot_box1{
width:40%;
float:left;
background: none;
border: 1px solid #fa7124;
border-radius: 4px;
margin-left: 5%;
margin-right: 5%;
margin-top: 7px;
font-family: "Microsoft YaHei";
font-size: 16px;
color:#fa7124;
text-align: center;
line-height:42px;
}
.foot_box2{
width:40%;
background: #fa7124;
border-radius: 4px;
margin-left: 5%;
margin-right: 5%;
margin-top: 7px;
font-family: "Microsoft YaHei";
font-size: 16px;
color:#fff;
text-align: center;
line-height:42px;
}
@media screen and (max-width: 1000px) {
.header {
width: 100%;
}
.main {
width: 100%;
}
} | 0.311636 | 0.072867 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.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:40%;}
/*end reset*/
@font-face {
font-family: 'ambleregular';
src:url(../font/Amble-Regular-webfont.ttf) format('truetype');
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #FFF;
}
.wrap {
width:80%;
margin: 0 auto;
margin-bottom: 20px;
}
.header {
background: #FFF;
}
.headertop_desc{
padding:20px 0;
border-bottom:1px solid #EEE;
}
.call{
float:left;
}
.call p{
font-size:0.9em;
color:#9C9C9C;
}
.call p span{
color:#303030;
font-size:1em;
font-weight:bold;
}
.call p span.number{
color:#cc0000;
font-size:1em;
letter-spacing:1px;
}
.account_desc{
float:right;
}
.account_desc li{
display:inline;
border-left:1px dotted #CCC;
}
.account_desc li:first-child{
border:none;
}
.account_desc li a{
font-size:0.823em;
color:#9C9C9C;
padding:0 10px;
font-family: 'ambleregular';
}
.account_desc li a:hover{
color:#E4292F;
}
.header_top {
padding: 20px 0;
}
.logo {
float: left;
}
/**** Cart ****/
.cart{
float:right;
position: relative;
padding-right:40px;
margin-top:20px;
}
.cart p{
font-size:0.9em;
color:#303030;
display:inline-block;
}
.cart p span{
font-size:2em;
color: #cc0000;
}
.wrapper-dropdown-2 {
display:inline-block;
margin: 0 auto;
font-size:0.9em;
color:#303030;
padding:0px 5px;
cursor: pointer;
outline: none;
}
.wrapper-dropdown-2:after {
content: "";
width: 0;
height: 0;
position: absolute;
right:5px;
top: 50%;
margin-top:0px;
border-width: 6px 6px 0 6px;
border-style: solid;
border-color:#E4292F transparent;
}
.wrapper-dropdown-2 .dropdown {
position: absolute;
top: 100%;
width:75%;
right: 0px;
z-index:1;
background:#EEE;
-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;
list-style: none;
opacity: 0;
pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li{
display: block;
text-decoration: none;
color: #333;
font-size:0.823em;
padding: 10px;
-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;
}
.wrapper-dropdown-2 .dropdown li:hover a {
color:red;
background:#AAA;
}
.wrapper-dropdown-2.active:after {
border-width: 0 6px 6px 6px;
}
.wrapper-dropdown-2.active .dropdown {
opacity: 1;
pointer-events: auto;
}
/**** End Cart ****/
.header_bottom {
background: #383838;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-rfadius: 6px;
-o-border-radius: 6px;
}
.menu {
float: left;
}
.menu li {
float:left;
}
.menu li a {
font-family: 'ambleregular';
font-size:0.823em;
text-transform:uppercase;
color: #fff;
display:block;
padding:16px 20px;
border-right: 2px ridge #585858;
-webkit-transition: all .9s;
-moz-transition: all .9s;
-o-transition: all .9s;
-ms-transition: all .9s;
transition: all .9s;
}
.menu li a:hover,.menu li.active a{
background:#B81D22;
}
.menu li:first-child a{
border-radius:6px 0 0 6px;
-webkit-border-radius:6px 0 0 6px;
-moz-border-rfadius:6px 0 0 6px;
-o-border-radius:6px 0 0 6px;
}
.search_box {
float: right;
border: 1px solid #3C3C3C;
background: #FFF;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-o-border-radius: 0.3em;
position: relative;
margin-top:8px;
margin-right: 15px;
width:30%;
}
.search_box form input[type="text"] {
border: none;
outline: none;
background: none;
font-size:12px;
color: #acacac;
width:75%;
padding:5px;
}
.search_box form input[type="submit"] {
border: none;
cursor: pointer;
background: url(../images/search.png) no-repeat 0px 7px;
position: absolute;
right: 0;
width: 20px;
height: 25px;
}
.header_slide{
margin-top:10px;
}
.header_bottom_left{
float:left;
width:25%;
}
.categories{
border:1px solid #EEE;
}
.categories h3{
font-size:1.2em;
color:#FFF;
padding:10px;
background:#B81D22;
text-transform:uppercase;
font-family: 'ambleregular';
}
.categories li a{
display:block;
font-size:0.8em;
padding:8px 15px;
color: #9C9C9C;
font-family: 'ambleregular';
margin:0 20px;
background:url(../images/drop_arrow.png) no-repeat 0;
border-bottom: 1px solid #EEE;
text-transform:uppercase;
}
.categories li:last-child a{
border:none;
}
.categories li a:hover{
color:#B81D22;
}
.header_bottom_right{
float:left;
width:74%;
padding-left:1%;
}
/***** Content *****/
.content {
padding: 20px 0;
background: #FFF;
}
.content h2 {
color: #383838;
margin-bottom: 0.5em;
font-size: 1.5em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
text-transform: uppercase;
}
.content_top{
padding: 15px 20px;
border: 1px solid #EBE8E8;
border-radius: 3px;
}
.content_bottom {
padding: 15px 20px;
border: 1px solid #EBE8E8;
border-radius: 3px;
margin-top: 2.6%;
}
.heading {
float: left;
}
.heading h3 {
font-family: 'ambleregular';
font-size:22px;
color:#383838;
text-transform: uppercase;
}
.see {
float: right;
padding-top:8px;
}
.see p a{
display: inline;
font-size: 0.8125em;
color: #333;
background: url(../images/list-img.png) no-repeat right 3px;
padding:0px 12px 0px 0px;
}
.see p a:hover{
color: #E4292F;
}
/**** Grid 1_0f_4 ****/
.grid_1_of_4 {
display: block;
float: left;
margin: 1% 0 1% 1.6%;
box-shadow: 0px 0px 3px rgb(150, 150, 150);
-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.grid_1_of_4:first-child {
margin-left: 0;
}
.images_1_of_4 {
width: 20.8%;
padding: 1.5%;
text-align: center;
position: relative;
}
.images_1_of_4 img {
max-width: 100%;
}
.images_1_of_4 h2 {
color:#6A82A4;
font-family: 'ambleregular';
font-size:1.1em;
font-weight: normal;
}
.images_1_of_4 p {
font-size: 0.8125em;
padding: 0.4em 0;
color: #333;
}
.images_1_of_4 p span.price {
font-size: 18px;
font-family: 'ambleregular';
color:#CC3636;
}
.price-details{
margin-top:10px;
border-top:1px solid #CD1F25;
}
.price-number{
float: left;
padding-top: 5px;
}
.price-details p span.rupees{
font-size:1.6em;
font-family: 'ambleregular';
color:#383838;
}
.add-cart{
float:right;
display: inline-block;
}
.add-cart h4 a{
font-size:0.9em;
display: block;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
text-decoration: none;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.add-cart h4 a:hover{
text-shadow: 0px 0px 1px #000;
background:#292929;
}
/*** Footer ***/
.footer {
position: relative;
background: #FCFCFC;
border-top: 1px solid #CECECE;
margin:20px auto;
}
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.col_1_of_4 {
display: block;
float: left;
margin:0% 0 1% 3.6%;
}
.col_1_of_4:first-child {
margin-left: 0;
}/* all browsers except IE6 and lower */
.span_1_of_4 {
width: 20.5%;
padding:1.5% 1.5% 0 0;
border-left:1px solid #CECECE;
}
.span_1_of_4 h4 {
color:#4F4F4F;
margin-bottom: .5em;
font-size: 1.2em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
border-bottom: 1px solid #CECECE;
padding-bottom: 0.5em;
padding-left:20px;
}
.span_1_of_4 ul{
padding-left:20px;
}
.span_1_of_4 li a {
font-size: 0.8125em;
padding: 0.4em 0;
color:#2A5C86;
font-family: 'ambleregular';
display: block;
}
.span_1_of_4 li span{
font-size:1em;
font-family: 'ambleregular';
color:#2A5C86;
cursor:pointer;
margin:10px 0;
display:block;
}
.span_1_of_4 li a:hover, .span_1_of_4 li span:hover {
color:#DD0F0E;
}
/*** Social Icons ***/
.social-icons {
padding-top: 8%;
}
.social-icons li {
width: 30px;
height: 30px;
padding: 0px 0 0 5px;
margin: 0;
display: inline-block;
cursor: pointer;
}
.copy_right {
text-align: center;
border-top: 1px solid #EEE;
padding: 10px 0;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.copy_right p {
font-size:0.823em;
color: #747474;
}
.copy_right p a {
color:#DD0F0E;
font-family: 'ambleregular';
text-decoration: underline;
}
.copy_right p a:hover {
color:#222;
text-decoration: none;
}
/*** move top **/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
width: 48px;
height: 48px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
outline: none;
}
/* Preview ============================================================================= */
.back-links {
float: left;
padding-top: 5px;
}
.back-links p {
font-size: 0.8125em;
color: #333;
}
.back-links p a {
font-size: 0.9em;
padding: 0 1.3%;
color: #333;
font-family: 'ambleregular';
}
.back-links p a:hover, .back-links p a:active {
color:#B81D22;
}
.image {
clear: both;
padding: 0px;
margin: 0px;
padding: 1.5%;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.cont-desc {
display: block;
float: left;
clear: both;
}
.rightsidebar {
display: block;
float: left;
margin: 0% 0 0% 1.6%;
}
.cont-desc:first-child {
margin-left: 0;
}
.desc {
display: block;
float: left;
margin: 0% 0 0% 2.6%;
}
.product-details{
margin:30px 0;
}
.span_1_of_2 {
width: 67.1%;
padding: 1.5%;
}
.images_3_of_2 {
width: 44.2%;
float: left;
text-align: center;
}
.span_3_of_2 {
width: 53.2%;
}
.span_3_of_1 {
width: 25.2%;
padding: 1.5%;
}
.images_3_of_2 img {
max-width: 100%;
}
.span_3_of_2 h2 {
font-family: 'ambleregular';
font-size: 1.1em;
color:#CD1F25;
font-weight: normal;
margin-top: 0px;
text-transform: uppercase;
}
.span_3_of_2 p{
font-size: 0.8125em;
padding: 0.3em 0;
color: #969696;
line-height: 1.6em;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.price p {
font-size: 0.8125em;
padding:20px 0;
color: #666;
vertical-align: top;
}
.price p span {
font-size:3em;
font-family: 'ambleregular';
color:#CD1F25;;
}
.available {
padding:20px 0;
border-top: 1px solid #CD1F25;
}
.available p {
font-size: 0.9em;
color: #333;
font-weight: bold;
padding-bottom: 10px;
}
.available li {
display: inline;
font-size: 0.8125em;
padding: 1.5% 2%;
color: #353535;
}
.available li select {
display: inline;
font-size: 1em;
color: #333;
margin-left: 3px;
}
.share-desc{
margin-bottom:15px;
}
.share{
float:left;
}
.share p {
padding-top: 10px;
font-size: 0.9em;
color: #333;
font-weight: bold;
}
.share li {
display: inline-block;
margin: 5px 6px;
background:#222;
border-radius:5px;
}
.share li img {
vertical-align:middle;
}
.wish-list{
padding:15px 0;
border-bottom: 1px solid #E6E6E6;
border-top: 1px solid #E6E6E6;
}
.wish-list li{
display:inline-block;
margin-right:45px;
}
.wish-list li a{
color: #383838;
font-size:1em;
font-family: 'ambleregular';
padding-left:22px;
text-decoration: underline;
}
.wish-list li a:hover {
color: #E4292F;
}
.wish-list li.wish{
background:url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare{
background:url(../images/compare.png) no-repeat 0;
}
.product-desc, .product-tags {
clear: both;
padding-top: 20px;
}
.product-desc p {
font-size: 0.8em;
padding:5px 0;
color: #969696;
line-height: 1.8em;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.product-desc p span{
font-weight:bold;
}
.product-tags h4 {
padding: 10px 0;
font-size: 0.9em;
color: #333;
font-weight: bold;
}
.input-box {
background: url(../images/tag.png) no-repeat 0 8px;
padding-left: 35px;
}
.input-box input[type="text"] {
padding: 8px;
display: block;
width: 95%;
background: #fcfcfc;
border: none;
outline: none;
color: #464646;
font-size: 0.8125em;
font-family: Arial, Helvetica, sans-serif;
box-shadow: inset 0px 0px 3px #999;
-webkit-box-shadow: inset 0px 0px 3px #999;
-moz-box-shadow: inset 0px 0px 3px #999;
-o-box-shadow: inset 0px 0px 3px #999;
-webkit-appearance: none;
}
.product-tags .button {
margin-top: 15px;
line-height: 3em;
}
.span_3_of_2 .button {
float: right;
margin-top: 1%;
line-height: 2em;
}
.product-tags .button a {
font-size:1em;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
text-decoration: none;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
text-shadow: 0px 0px 1px #000;
background: #292929;
}
.product-tags p{
font-size: 0.85em;
padding:5px 0;
color: #969696;
line-height: 1.8em;
}
/**** Review *****/
.review h4,.review h4 a{
font-size:1.2em;
color: #333;
font-family: 'ambleregular';
}
.review h4 a{
text-decoration:underline;
}
.review h4 a:hover{
text-decoration:none;
color:#E4292F;
}
.review ul{
margin-top:10px;
}
.review li{
display:block;
font-family: 'ambleregular';
padding:8px 0;
color: #666;
font-size:1em;
}
.review li img{
vertical-align:middle;
}
.review p{
font-size:0.8em;
padding:5px 0;
color: #969696;
line-height: 1.6em;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.your-review h3{
font-size:1.2em;
color: #333;
font-family: 'ambleregular';
}
.your-review div{
padding:5px 0;
}
.your-review span{
display:block;
font-size:0.8125em;
color:#757575;
padding-bottom:5px;
font-family :verdana, arial, helvetica, helve, sans-serif;
}
.your-review label span.red{
color:#CD1F25;
display:inline;
}
.your-review input[type="text"],.your-review textarea{
padding:8px;
display:block;
width:50%;
border:1px solid #E0E0E0;
background:none;
outline:none;
color:#222;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
-webkit-appearance:none;
}
.your-review textarea{
resize:none;
height:120px;
}
.your-review input[type="submit"]{
font-size:1em;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
text-decoration: none;
border:none;
cursor:pointer;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.your-review input[type="submit"]:hover{
text-shadow: 0px 0px 1px #000;
background: #292929;
}
.span_3_of_1 li a {
font-size:1em;
padding:8px 0 8px 20px;
color: #666;
display: block;
font-family: 'ambleregular';
background: url(../images/drop_arrow.png) no-repeat 0;
border-bottom:1px solid #F0F0F0;
}
.span_3_of_1 li a:hover {
background: url(../images/drop_arrow-hover.png) no-repeat 0;
color:#B81D22;
}
.span_3_of_2 .button {
float: right;
margin-top:15px;
line-height:3em;
}
.span_3_of_2 .button a {
padding: 12px 20px;
font-size: 1em;
font-weight: bold;
font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
background: #3f4040;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.span_3_of_2 .button a:hover {
border: 1px solid #303030;
background: #525252;
text-decoration: none;
}
.subscribe {
padding:30px 0;
}
.subscribe p {
font-size:0.85em;
color:#666;
padding:5px 0;
line-height:1.6em;
}
.signup {
border-radius: 0.2em;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
-o-border-radius: 0.2em;
margin-top: 5px;
background: #E7E7E7;
box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"] {
border: none;
background: none;
padding:5px;
outline: none;
width:70%;
font-size:0.85em;
color:#222;
}
.signup input[type="submit"] {
border: 1px solid #5C5655;
padding: 8px 20px;
font-size: 12px;
width:85px;
margin: 0;
font-weight: bold;
cursor: pointer;
background: #565656;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.signup input[type="submit"]:hover {
background: #5e5e5e;
background: -moz-linear-gradient(top, #5e5e5e 0%, #404040 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#404040));
background: -webkit-linear-gradient(top, #5e5e5e 0%,#404040 100%);
background: -o-linear-gradient(top, #5e5e5e 0%,#404040 100%);
background: -ms-linear-gradient(top, #5e5e5e 0%,#404040 100%);
background: linear-gradient(top, #5e5e5e 0%,#404040 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040',GradientType=0 );
box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
}
.community-poll p {
color: #CD1F25;
font-size: 0.85em;
padding:5px 0;
}
.poll li {
padding:3px 0px 9px 0;
}
.poll input.radio {
float: left;
margin:4px 0 0 0;
}
.poll .label {
display: block;
margin-left: 20px;
}
.poll label {
font-size: 0.85em;
padding:10px 0;
color: #666;
font-family: Arial, Helvetica, sans-serif;
}
/**** End Preview Page ******/
/* About ============================================================================= */
.col_1_of_3 {
display: block;
float: left;
margin: 0% 0 0% 1.6%;
}
.col_1_of_3:first-child {
margin-left: 0;
}
.span_1_of_3 {
width: 29.2%;
padding: 1.5%;
}
.span_1_of_3 img {
max-width: 100%;
}
.span_1_of_3 h3 {
color: #383838;
margin-bottom: 0.5em;
font-size: 1.5em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
text-transform: uppercase;
}
.span_1_of_3 p {
font-size: 0.8125em;
padding: 0.5em 0;
color:#727272;
line-height: 1.8em;
font-family: Arial, Helvetica, sans-serif;
}
.year {
float: left;
width:50px;
}
.year p {
color: #E4292F;
font-size: 0.95em;
}
.span_1_of_3 p.history {
float: left;
width: 85%;
font-size: 0.8125em;
color:#727272;
line-height: 1.8em;
}
.span_1_of_3 .list li a {
font-size: 0.82em;
padding:7px 15px;
color: #E4292F;
background: url(../images/drop_arrow.png) no-repeat 0px 10px;
display: block;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.span_1_of_3 .list li a:hover {
text-decoration:underline;
}
/* Delivery ============================================================================= */
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1;
}
.grid_1_of_3{
display: block;
float:left;
margin: 1% 0 1% 1.6%;
}
.grid_1_of_3:first-child {
margin-left: 0;
}
.images_1_of_3 {
width: 29.2%;
padding:1.5%;
}
.images_1_of_3 img {
max-width:100%;
display:block;
border: 1px solid #ECE6E6;
}
.images_1_of_3 h3{
color:#383838;
font-size: 1em;
margin:5px 0;
font-family: 'ambleregular';
text-transform: uppercase;
}
.images_1_of_3 p {
font-size:0.823em;
padding:5px 0;
color:#727272;
line-height: 1.8em;
}
/* FAQ ============================================================================= */
.ui-accordion .bar{ cursor:pointer;
margin:15px 0;
}
#posts .tab .post-title{
color:#B81D22;
font-size:1em;
font-family: 'ambleregular';
overflow:hidden;
margin:0px;
}
#posts .tab.selected .post-title{
color:#222;
}
#posts .panel .post-text{
clear:both;
padding:10px;
}
.panel{
background:#222;
}
.panel p{
color:#C0C0C0;
font-size:0.95em;
line-height: 1.8em;
padding:5px 20px;
}
/****** News **************************/
.image {
clear: both;
padding: 0px;
margin: 0px;
padding:1.5%;
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1;
}
.grid {
display: block;
float:left;
margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }
.images_3_of_1 {
width:30.2%;
}
.news_desc{
width: 68.1%;
}
.images_3_of_1 img {
max-width:100%;
display:block;
border:1px solid #E0E0E0;
}
.news_desc h3{
color:#B81D22;
margin-bottom:0.3em;
font-size:1.2em;
text-transform:uppercase;
font-family: 'ambleregular';
}
.news_desc h4 span a{
text-decoration:underline;
}
.news_desc h4 span a:hover{
color:#B81D22;
text-decoration:none;
}
.news_desc h4 ,.news_desc h4 a{
font-size:0.95em;
color:#303030;;
padding-bottom:5px;
}
.news_desc p{
font-size:0.85em;
padding:5px 0;
color:#747474;
line-height: 1.8em;
}
.news_desc p a{
font-size:1em;
color:#B81D22;
}
/*** Page numbers ***/
.content-pagenation{
padding:35px 0;
text-align:right;
}
.content-pagenation li {
display: inline-block;
}
.content-pagenation li a {
color:#303030;
font-size: 0.8em;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #FFF;
padding: 10px 12px;
box-shadow: 0px 0px 5px #ADADAD;
-webkit-box-shadow: 0px 0px 2px #ADADAD;
-moz-box-shadow: 0px 0px 2px #ADADAD;
-o-box-shadow: 0px 0px 2px #ADADAD;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}
.content-pagenation li a:hover,.content-pagenation li.active a{
background:#303030;
color:#FFF;
}
/* Contact Form ============================================================================= */
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.col {
display: block;
float: left;
margin: 0% 0 1% 1.6%;
}
.col:first-child {
margin-left: 0;
}
.span_2_of_3 {
width: 63.1%;
padding: 1.5%;
}
.span_1_of_3 {
width: 29.2%;
padding: 1.5%;
}
.span_2_of_3 h2, .span_1_of_3 h2 {
margin-bottom: 0.5em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
}
.contact-form {
position: relative;
padding-bottom: 30px;
}
.contact-form div {
padding: 5px 0;
}
.contact-form span {
display: block;
font-size: 0.8125em;
color: #757575;
padding-bottom: 5px;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"], .contact-form textarea {
padding: 8px;
display: block;
width:98%;
background:none;
border:1px solid #CACACA;
outline: none;
color: #464646;
font-size:1em;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
-webkit-appearance: none;
}
.contact-form textarea {
resize: none;
height: 120px;
}
.contact-form input[type="submit"] {
font-size:1em;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
border:none;
text-decoration: none;
outline: 0;
cursor:pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: absolute;
right: 0;
}
.contact-form input[type="submit"]:hover {
text-shadow: 0px 0px 1px #000;
background: #292929;
}
.company_address p {
font-size: 0.8125em;
color: #757575;
padding: 0.2em 0;
font-family: Arial, Helvetica, sans-serif;
}
.company_address p span {
text-decoration: underline;
color: #444;
cursor: pointer;
}
.map {
border: 1px solid #C7C7C7;
margin-bottom: 15px;
}
/**** Responsive Layout ****/
@media only screen and (max-width: 1024px) {
.wrap {
width: 90%;
}
.span_1_of_3 p.history{
width:80%;
}
.wish-list li {
margin-right:20px;
}
.signup input[type="text"] {
width:64%;
}
.signup input[type="submit"]{
padding:8px 0;
width:71px;
}
.social-icons li{
width:17%;
padding:0;
}
}
@media only screen and (max-width: 800px) {
.wrap {
width: 95%;
}
.price-details p span.rupees{
font-size:1.2em;
}
.add-cart h4 a{
padding:10px;
}
.span_1_of_3 p.history{
width:76%;
}
.span_1_of_2 {
width: 98.1%;
}
.span_3_of_1{
width:98%;
}
.rightsidebar{
margin:0;
}
.signup{
width:50%;
}
.signup input[type="text"]{
width:77%;
}
.signup input[type="submit"]{
width:72px;
}
.span_1_of_4 h4{
font-size:1em;
}
}
@media only screen and (max-width: 640px) {
.wrap {
width: 95%;
}
.account_desc li a{
padding:0 3px;
}
.menu li a{
padding:16px 10px;
}
.header_bottom_left{
float:none;
width:100%;
}
.header_bottom_right{
float:none;
width:100%;
padding:0;
margin:5px 0;
}
.price-details p span.rupees{
font-size:0.96em;
}
.add-cart h4 a{
padding:10px 5px;
font-size:0.75em;
}
.images_1_of_4 h2{
font-size:0.8em;
}
.see{
padding-top:0;
}
.span_1_of_4 h4{
padding-left:10px;
}
.span_1_of_4 li span{
font-size:0.8em;
}
.span_1_of_4 ul{
padding-left:10px;
}
.wish-list li{
margin-right:10px;
}
.signup input[type="text"]{
width:71%;
}
.span_1_of_3 p.history{
width:85%;
}
.span_2_of_3 {
width:94%;
padding:3%;
}
.col_1_of_3{
margin:0;
}
.panel p{
font-size:0.8em;
}
.col{
margin: 1% 0 1% 0%;
}
.span_1_of_3 {
width:94%;
padding:3%;
}
.contact-form input[type="text"],.contact-form textarea{
width:97%;
}
}
@media only screen and (max-width: 480px) {
.wrap {
width: 95%;
}
.call,.account_desc{
float:none;
text-align:center;
}
.call{
margin-bottom:10px;
}
.account_desc li a{
padding:0 10px;
}
.logo,.cart{
float:none;
text-align:center;
}
.cart{
margin-top:0;
padding-right:0;
}
.menu{
float:none;
width:100%;
}
.search_box{
float:none;
width:95%;
margin:8px 10px 0 10px;
}
.header_bottom{
padding-bottom:10px;
}
.menu li a{
padding:15px 20px;
}
.price-number{
float:none;
padding-top:0;
}
.add-cart{
float:none;
}
.span_2_of_3 {
width:96%;
padding:2%;
}
.span_1_of_4{
width:31.5%;
}
.col_1_of_4{
margin:2% 0;
}
.images_3_of_2{
width:100%;
}
.span_3_of_2{
width:98%;
}
.desc{
margin:10px 0;
}
.signup{
width:75%;
}
.signup input[type="submit"]{
width:83px;
}
.images_1_of_3 h3{
font-size:0.75em;
}
#posts .tab .post-title{
font-size:0.9em;
}
.col {
margin: 1% 0 1% 0%;
}
.span_1_of_3 {
width:96%;
padding:2%;
}
.contact-form input[type="text"],.contact-form textarea{
width:96%;
}
}
@media only screen and (max-width: 320px) {
.wrap {
width: 95%;
}
.account_desc li a{
padding:0;
}
.menu li a{
padding:15px 4.8px;
}
.search_box{
width:93%;
}
.search_box form input[type="text"]{
width:85%;
}
.images_1_of_4{
width:96.8%;
}
.grid_1_of_4{
margin:1% 0 1% 0;
}
.price-number{
float: left;
padding-top: 5px;
}
.price-details p span.rupees{
font-size:1.6em;
}
.add-cart{
float:right;
}
.add-cart h4 a{
font-size:0.9em;
padding:10px 15px;
}
.heading h3{
font-size:1em;
}
.content_top,.content_bottom{
padding:10px;
}
.span_1_of_4{
width:100%;
}
.span_1_of_3 p.history{
width:80%;
}
.images_1_of_3{
width:97%;
}
.images_1_of_3 h3{
font-size:1em;
}
.images_3_of_1{
width:100%;
}
.grid{
margin:0;
}
.news_desc{
width:100%;
}
.contact-form input[type="text"],.contact-form textarea{
width:93%;
}
} | css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.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:40%;}
/*end reset*/
@font-face {
font-family: 'ambleregular';
src:url(../font/Amble-Regular-webfont.ttf) format('truetype');
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #FFF;
}
.wrap {
width:80%;
margin: 0 auto;
margin-bottom: 20px;
}
.header {
background: #FFF;
}
.headertop_desc{
padding:20px 0;
border-bottom:1px solid #EEE;
}
.call{
float:left;
}
.call p{
font-size:0.9em;
color:#9C9C9C;
}
.call p span{
color:#303030;
font-size:1em;
font-weight:bold;
}
.call p span.number{
color:#cc0000;
font-size:1em;
letter-spacing:1px;
}
.account_desc{
float:right;
}
.account_desc li{
display:inline;
border-left:1px dotted #CCC;
}
.account_desc li:first-child{
border:none;
}
.account_desc li a{
font-size:0.823em;
color:#9C9C9C;
padding:0 10px;
font-family: 'ambleregular';
}
.account_desc li a:hover{
color:#E4292F;
}
.header_top {
padding: 20px 0;
}
.logo {
float: left;
}
/**** Cart ****/
.cart{
float:right;
position: relative;
padding-right:40px;
margin-top:20px;
}
.cart p{
font-size:0.9em;
color:#303030;
display:inline-block;
}
.cart p span{
font-size:2em;
color: #cc0000;
}
.wrapper-dropdown-2 {
display:inline-block;
margin: 0 auto;
font-size:0.9em;
color:#303030;
padding:0px 5px;
cursor: pointer;
outline: none;
}
.wrapper-dropdown-2:after {
content: "";
width: 0;
height: 0;
position: absolute;
right:5px;
top: 50%;
margin-top:0px;
border-width: 6px 6px 0 6px;
border-style: solid;
border-color:#E4292F transparent;
}
.wrapper-dropdown-2 .dropdown {
position: absolute;
top: 100%;
width:75%;
right: 0px;
z-index:1;
background:#EEE;
-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;
list-style: none;
opacity: 0;
pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li{
display: block;
text-decoration: none;
color: #333;
font-size:0.823em;
padding: 10px;
-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;
}
.wrapper-dropdown-2 .dropdown li:hover a {
color:red;
background:#AAA;
}
.wrapper-dropdown-2.active:after {
border-width: 0 6px 6px 6px;
}
.wrapper-dropdown-2.active .dropdown {
opacity: 1;
pointer-events: auto;
}
/**** End Cart ****/
.header_bottom {
background: #383838;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-rfadius: 6px;
-o-border-radius: 6px;
}
.menu {
float: left;
}
.menu li {
float:left;
}
.menu li a {
font-family: 'ambleregular';
font-size:0.823em;
text-transform:uppercase;
color: #fff;
display:block;
padding:16px 20px;
border-right: 2px ridge #585858;
-webkit-transition: all .9s;
-moz-transition: all .9s;
-o-transition: all .9s;
-ms-transition: all .9s;
transition: all .9s;
}
.menu li a:hover,.menu li.active a{
background:#B81D22;
}
.menu li:first-child a{
border-radius:6px 0 0 6px;
-webkit-border-radius:6px 0 0 6px;
-moz-border-rfadius:6px 0 0 6px;
-o-border-radius:6px 0 0 6px;
}
.search_box {
float: right;
border: 1px solid #3C3C3C;
background: #FFF;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-o-border-radius: 0.3em;
position: relative;
margin-top:8px;
margin-right: 15px;
width:30%;
}
.search_box form input[type="text"] {
border: none;
outline: none;
background: none;
font-size:12px;
color: #acacac;
width:75%;
padding:5px;
}
.search_box form input[type="submit"] {
border: none;
cursor: pointer;
background: url(../images/search.png) no-repeat 0px 7px;
position: absolute;
right: 0;
width: 20px;
height: 25px;
}
.header_slide{
margin-top:10px;
}
.header_bottom_left{
float:left;
width:25%;
}
.categories{
border:1px solid #EEE;
}
.categories h3{
font-size:1.2em;
color:#FFF;
padding:10px;
background:#B81D22;
text-transform:uppercase;
font-family: 'ambleregular';
}
.categories li a{
display:block;
font-size:0.8em;
padding:8px 15px;
color: #9C9C9C;
font-family: 'ambleregular';
margin:0 20px;
background:url(../images/drop_arrow.png) no-repeat 0;
border-bottom: 1px solid #EEE;
text-transform:uppercase;
}
.categories li:last-child a{
border:none;
}
.categories li a:hover{
color:#B81D22;
}
.header_bottom_right{
float:left;
width:74%;
padding-left:1%;
}
/***** Content *****/
.content {
padding: 20px 0;
background: #FFF;
}
.content h2 {
color: #383838;
margin-bottom: 0.5em;
font-size: 1.5em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
text-transform: uppercase;
}
.content_top{
padding: 15px 20px;
border: 1px solid #EBE8E8;
border-radius: 3px;
}
.content_bottom {
padding: 15px 20px;
border: 1px solid #EBE8E8;
border-radius: 3px;
margin-top: 2.6%;
}
.heading {
float: left;
}
.heading h3 {
font-family: 'ambleregular';
font-size:22px;
color:#383838;
text-transform: uppercase;
}
.see {
float: right;
padding-top:8px;
}
.see p a{
display: inline;
font-size: 0.8125em;
color: #333;
background: url(../images/list-img.png) no-repeat right 3px;
padding:0px 12px 0px 0px;
}
.see p a:hover{
color: #E4292F;
}
/**** Grid 1_0f_4 ****/
.grid_1_of_4 {
display: block;
float: left;
margin: 1% 0 1% 1.6%;
box-shadow: 0px 0px 3px rgb(150, 150, 150);
-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.grid_1_of_4:first-child {
margin-left: 0;
}
.images_1_of_4 {
width: 20.8%;
padding: 1.5%;
text-align: center;
position: relative;
}
.images_1_of_4 img {
max-width: 100%;
}
.images_1_of_4 h2 {
color:#6A82A4;
font-family: 'ambleregular';
font-size:1.1em;
font-weight: normal;
}
.images_1_of_4 p {
font-size: 0.8125em;
padding: 0.4em 0;
color: #333;
}
.images_1_of_4 p span.price {
font-size: 18px;
font-family: 'ambleregular';
color:#CC3636;
}
.price-details{
margin-top:10px;
border-top:1px solid #CD1F25;
}
.price-number{
float: left;
padding-top: 5px;
}
.price-details p span.rupees{
font-size:1.6em;
font-family: 'ambleregular';
color:#383838;
}
.add-cart{
float:right;
display: inline-block;
}
.add-cart h4 a{
font-size:0.9em;
display: block;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
text-decoration: none;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.add-cart h4 a:hover{
text-shadow: 0px 0px 1px #000;
background:#292929;
}
/*** Footer ***/
.footer {
position: relative;
background: #FCFCFC;
border-top: 1px solid #CECECE;
margin:20px auto;
}
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.col_1_of_4 {
display: block;
float: left;
margin:0% 0 1% 3.6%;
}
.col_1_of_4:first-child {
margin-left: 0;
}/* all browsers except IE6 and lower */
.span_1_of_4 {
width: 20.5%;
padding:1.5% 1.5% 0 0;
border-left:1px solid #CECECE;
}
.span_1_of_4 h4 {
color:#4F4F4F;
margin-bottom: .5em;
font-size: 1.2em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
border-bottom: 1px solid #CECECE;
padding-bottom: 0.5em;
padding-left:20px;
}
.span_1_of_4 ul{
padding-left:20px;
}
.span_1_of_4 li a {
font-size: 0.8125em;
padding: 0.4em 0;
color:#2A5C86;
font-family: 'ambleregular';
display: block;
}
.span_1_of_4 li span{
font-size:1em;
font-family: 'ambleregular';
color:#2A5C86;
cursor:pointer;
margin:10px 0;
display:block;
}
.span_1_of_4 li a:hover, .span_1_of_4 li span:hover {
color:#DD0F0E;
}
/*** Social Icons ***/
.social-icons {
padding-top: 8%;
}
.social-icons li {
width: 30px;
height: 30px;
padding: 0px 0 0 5px;
margin: 0;
display: inline-block;
cursor: pointer;
}
.copy_right {
text-align: center;
border-top: 1px solid #EEE;
padding: 10px 0;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.copy_right p {
font-size:0.823em;
color: #747474;
}
.copy_right p a {
color:#DD0F0E;
font-family: 'ambleregular';
text-decoration: underline;
}
.copy_right p a:hover {
color:#222;
text-decoration: none;
}
/*** move top **/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
width: 48px;
height: 48px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
outline: none;
}
/* Preview ============================================================================= */
.back-links {
float: left;
padding-top: 5px;
}
.back-links p {
font-size: 0.8125em;
color: #333;
}
.back-links p a {
font-size: 0.9em;
padding: 0 1.3%;
color: #333;
font-family: 'ambleregular';
}
.back-links p a:hover, .back-links p a:active {
color:#B81D22;
}
.image {
clear: both;
padding: 0px;
margin: 0px;
padding: 1.5%;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.cont-desc {
display: block;
float: left;
clear: both;
}
.rightsidebar {
display: block;
float: left;
margin: 0% 0 0% 1.6%;
}
.cont-desc:first-child {
margin-left: 0;
}
.desc {
display: block;
float: left;
margin: 0% 0 0% 2.6%;
}
.product-details{
margin:30px 0;
}
.span_1_of_2 {
width: 67.1%;
padding: 1.5%;
}
.images_3_of_2 {
width: 44.2%;
float: left;
text-align: center;
}
.span_3_of_2 {
width: 53.2%;
}
.span_3_of_1 {
width: 25.2%;
padding: 1.5%;
}
.images_3_of_2 img {
max-width: 100%;
}
.span_3_of_2 h2 {
font-family: 'ambleregular';
font-size: 1.1em;
color:#CD1F25;
font-weight: normal;
margin-top: 0px;
text-transform: uppercase;
}
.span_3_of_2 p{
font-size: 0.8125em;
padding: 0.3em 0;
color: #969696;
line-height: 1.6em;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.price p {
font-size: 0.8125em;
padding:20px 0;
color: #666;
vertical-align: top;
}
.price p span {
font-size:3em;
font-family: 'ambleregular';
color:#CD1F25;;
}
.available {
padding:20px 0;
border-top: 1px solid #CD1F25;
}
.available p {
font-size: 0.9em;
color: #333;
font-weight: bold;
padding-bottom: 10px;
}
.available li {
display: inline;
font-size: 0.8125em;
padding: 1.5% 2%;
color: #353535;
}
.available li select {
display: inline;
font-size: 1em;
color: #333;
margin-left: 3px;
}
.share-desc{
margin-bottom:15px;
}
.share{
float:left;
}
.share p {
padding-top: 10px;
font-size: 0.9em;
color: #333;
font-weight: bold;
}
.share li {
display: inline-block;
margin: 5px 6px;
background:#222;
border-radius:5px;
}
.share li img {
vertical-align:middle;
}
.wish-list{
padding:15px 0;
border-bottom: 1px solid #E6E6E6;
border-top: 1px solid #E6E6E6;
}
.wish-list li{
display:inline-block;
margin-right:45px;
}
.wish-list li a{
color: #383838;
font-size:1em;
font-family: 'ambleregular';
padding-left:22px;
text-decoration: underline;
}
.wish-list li a:hover {
color: #E4292F;
}
.wish-list li.wish{
background:url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare{
background:url(../images/compare.png) no-repeat 0;
}
.product-desc, .product-tags {
clear: both;
padding-top: 20px;
}
.product-desc p {
font-size: 0.8em;
padding:5px 0;
color: #969696;
line-height: 1.8em;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.product-desc p span{
font-weight:bold;
}
.product-tags h4 {
padding: 10px 0;
font-size: 0.9em;
color: #333;
font-weight: bold;
}
.input-box {
background: url(../images/tag.png) no-repeat 0 8px;
padding-left: 35px;
}
.input-box input[type="text"] {
padding: 8px;
display: block;
width: 95%;
background: #fcfcfc;
border: none;
outline: none;
color: #464646;
font-size: 0.8125em;
font-family: Arial, Helvetica, sans-serif;
box-shadow: inset 0px 0px 3px #999;
-webkit-box-shadow: inset 0px 0px 3px #999;
-moz-box-shadow: inset 0px 0px 3px #999;
-o-box-shadow: inset 0px 0px 3px #999;
-webkit-appearance: none;
}
.product-tags .button {
margin-top: 15px;
line-height: 3em;
}
.span_3_of_2 .button {
float: right;
margin-top: 1%;
line-height: 2em;
}
.product-tags .button a {
font-size:1em;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
text-decoration: none;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
text-shadow: 0px 0px 1px #000;
background: #292929;
}
.product-tags p{
font-size: 0.85em;
padding:5px 0;
color: #969696;
line-height: 1.8em;
}
/**** Review *****/
.review h4,.review h4 a{
font-size:1.2em;
color: #333;
font-family: 'ambleregular';
}
.review h4 a{
text-decoration:underline;
}
.review h4 a:hover{
text-decoration:none;
color:#E4292F;
}
.review ul{
margin-top:10px;
}
.review li{
display:block;
font-family: 'ambleregular';
padding:8px 0;
color: #666;
font-size:1em;
}
.review li img{
vertical-align:middle;
}
.review p{
font-size:0.8em;
padding:5px 0;
color: #969696;
line-height: 1.6em;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.your-review h3{
font-size:1.2em;
color: #333;
font-family: 'ambleregular';
}
.your-review div{
padding:5px 0;
}
.your-review span{
display:block;
font-size:0.8125em;
color:#757575;
padding-bottom:5px;
font-family :verdana, arial, helvetica, helve, sans-serif;
}
.your-review label span.red{
color:#CD1F25;
display:inline;
}
.your-review input[type="text"],.your-review textarea{
padding:8px;
display:block;
width:50%;
border:1px solid #E0E0E0;
background:none;
outline:none;
color:#222;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
-webkit-appearance:none;
}
.your-review textarea{
resize:none;
height:120px;
}
.your-review input[type="submit"]{
font-size:1em;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
text-decoration: none;
border:none;
cursor:pointer;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.your-review input[type="submit"]:hover{
text-shadow: 0px 0px 1px #000;
background: #292929;
}
.span_3_of_1 li a {
font-size:1em;
padding:8px 0 8px 20px;
color: #666;
display: block;
font-family: 'ambleregular';
background: url(../images/drop_arrow.png) no-repeat 0;
border-bottom:1px solid #F0F0F0;
}
.span_3_of_1 li a:hover {
background: url(../images/drop_arrow-hover.png) no-repeat 0;
color:#B81D22;
}
.span_3_of_2 .button {
float: right;
margin-top:15px;
line-height:3em;
}
.span_3_of_2 .button a {
padding: 12px 20px;
font-size: 1em;
font-weight: bold;
font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
background: #3f4040;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.span_3_of_2 .button a:hover {
border: 1px solid #303030;
background: #525252;
text-decoration: none;
}
.subscribe {
padding:30px 0;
}
.subscribe p {
font-size:0.85em;
color:#666;
padding:5px 0;
line-height:1.6em;
}
.signup {
border-radius: 0.2em;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
-o-border-radius: 0.2em;
margin-top: 5px;
background: #E7E7E7;
box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"] {
border: none;
background: none;
padding:5px;
outline: none;
width:70%;
font-size:0.85em;
color:#222;
}
.signup input[type="submit"] {
border: 1px solid #5C5655;
padding: 8px 20px;
font-size: 12px;
width:85px;
margin: 0;
font-weight: bold;
cursor: pointer;
background: #565656;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.signup input[type="submit"]:hover {
background: #5e5e5e;
background: -moz-linear-gradient(top, #5e5e5e 0%, #404040 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#404040));
background: -webkit-linear-gradient(top, #5e5e5e 0%,#404040 100%);
background: -o-linear-gradient(top, #5e5e5e 0%,#404040 100%);
background: -ms-linear-gradient(top, #5e5e5e 0%,#404040 100%);
background: linear-gradient(top, #5e5e5e 0%,#404040 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040',GradientType=0 );
box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
}
.community-poll p {
color: #CD1F25;
font-size: 0.85em;
padding:5px 0;
}
.poll li {
padding:3px 0px 9px 0;
}
.poll input.radio {
float: left;
margin:4px 0 0 0;
}
.poll .label {
display: block;
margin-left: 20px;
}
.poll label {
font-size: 0.85em;
padding:10px 0;
color: #666;
font-family: Arial, Helvetica, sans-serif;
}
/**** End Preview Page ******/
/* About ============================================================================= */
.col_1_of_3 {
display: block;
float: left;
margin: 0% 0 0% 1.6%;
}
.col_1_of_3:first-child {
margin-left: 0;
}
.span_1_of_3 {
width: 29.2%;
padding: 1.5%;
}
.span_1_of_3 img {
max-width: 100%;
}
.span_1_of_3 h3 {
color: #383838;
margin-bottom: 0.5em;
font-size: 1.5em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
text-transform: uppercase;
}
.span_1_of_3 p {
font-size: 0.8125em;
padding: 0.5em 0;
color:#727272;
line-height: 1.8em;
font-family: Arial, Helvetica, sans-serif;
}
.year {
float: left;
width:50px;
}
.year p {
color: #E4292F;
font-size: 0.95em;
}
.span_1_of_3 p.history {
float: left;
width: 85%;
font-size: 0.8125em;
color:#727272;
line-height: 1.8em;
}
.span_1_of_3 .list li a {
font-size: 0.82em;
padding:7px 15px;
color: #E4292F;
background: url(../images/drop_arrow.png) no-repeat 0px 10px;
display: block;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.span_1_of_3 .list li a:hover {
text-decoration:underline;
}
/* Delivery ============================================================================= */
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1;
}
.grid_1_of_3{
display: block;
float:left;
margin: 1% 0 1% 1.6%;
}
.grid_1_of_3:first-child {
margin-left: 0;
}
.images_1_of_3 {
width: 29.2%;
padding:1.5%;
}
.images_1_of_3 img {
max-width:100%;
display:block;
border: 1px solid #ECE6E6;
}
.images_1_of_3 h3{
color:#383838;
font-size: 1em;
margin:5px 0;
font-family: 'ambleregular';
text-transform: uppercase;
}
.images_1_of_3 p {
font-size:0.823em;
padding:5px 0;
color:#727272;
line-height: 1.8em;
}
/* FAQ ============================================================================= */
.ui-accordion .bar{ cursor:pointer;
margin:15px 0;
}
#posts .tab .post-title{
color:#B81D22;
font-size:1em;
font-family: 'ambleregular';
overflow:hidden;
margin:0px;
}
#posts .tab.selected .post-title{
color:#222;
}
#posts .panel .post-text{
clear:both;
padding:10px;
}
.panel{
background:#222;
}
.panel p{
color:#C0C0C0;
font-size:0.95em;
line-height: 1.8em;
padding:5px 20px;
}
/****** News **************************/
.image {
clear: both;
padding: 0px;
margin: 0px;
padding:1.5%;
}
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1;
}
.grid {
display: block;
float:left;
margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }
.images_3_of_1 {
width:30.2%;
}
.news_desc{
width: 68.1%;
}
.images_3_of_1 img {
max-width:100%;
display:block;
border:1px solid #E0E0E0;
}
.news_desc h3{
color:#B81D22;
margin-bottom:0.3em;
font-size:1.2em;
text-transform:uppercase;
font-family: 'ambleregular';
}
.news_desc h4 span a{
text-decoration:underline;
}
.news_desc h4 span a:hover{
color:#B81D22;
text-decoration:none;
}
.news_desc h4 ,.news_desc h4 a{
font-size:0.95em;
color:#303030;;
padding-bottom:5px;
}
.news_desc p{
font-size:0.85em;
padding:5px 0;
color:#747474;
line-height: 1.8em;
}
.news_desc p a{
font-size:1em;
color:#B81D22;
}
/*** Page numbers ***/
.content-pagenation{
padding:35px 0;
text-align:right;
}
.content-pagenation li {
display: inline-block;
}
.content-pagenation li a {
color:#303030;
font-size: 0.8em;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #FFF;
padding: 10px 12px;
box-shadow: 0px 0px 5px #ADADAD;
-webkit-box-shadow: 0px 0px 2px #ADADAD;
-moz-box-shadow: 0px 0px 2px #ADADAD;
-o-box-shadow: 0px 0px 2px #ADADAD;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}
.content-pagenation li a:hover,.content-pagenation li.active a{
background:#303030;
color:#FFF;
}
/* Contact Form ============================================================================= */
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.col {
display: block;
float: left;
margin: 0% 0 1% 1.6%;
}
.col:first-child {
margin-left: 0;
}
.span_2_of_3 {
width: 63.1%;
padding: 1.5%;
}
.span_1_of_3 {
width: 29.2%;
padding: 1.5%;
}
.span_2_of_3 h2, .span_1_of_3 h2 {
margin-bottom: 0.5em;
line-height: 1.2;
font-family: 'ambleregular';
font-weight: normal;
margin-top: 0px;
}
.contact-form {
position: relative;
padding-bottom: 30px;
}
.contact-form div {
padding: 5px 0;
}
.contact-form span {
display: block;
font-size: 0.8125em;
color: #757575;
padding-bottom: 5px;
font-family: verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"], .contact-form textarea {
padding: 8px;
display: block;
width:98%;
background:none;
border:1px solid #CACACA;
outline: none;
color: #464646;
font-size:1em;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
-webkit-appearance: none;
}
.contact-form textarea {
resize: none;
height: 120px;
}
.contact-form input[type="submit"] {
font-size:1em;
padding:10px 15px;
font-family: 'ambleregular';
background:#CD1F25;
color: #FFF;
border:none;
text-decoration: none;
outline: 0;
cursor:pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: absolute;
right: 0;
}
.contact-form input[type="submit"]:hover {
text-shadow: 0px 0px 1px #000;
background: #292929;
}
.company_address p {
font-size: 0.8125em;
color: #757575;
padding: 0.2em 0;
font-family: Arial, Helvetica, sans-serif;
}
.company_address p span {
text-decoration: underline;
color: #444;
cursor: pointer;
}
.map {
border: 1px solid #C7C7C7;
margin-bottom: 15px;
}
/**** Responsive Layout ****/
@media only screen and (max-width: 1024px) {
.wrap {
width: 90%;
}
.span_1_of_3 p.history{
width:80%;
}
.wish-list li {
margin-right:20px;
}
.signup input[type="text"] {
width:64%;
}
.signup input[type="submit"]{
padding:8px 0;
width:71px;
}
.social-icons li{
width:17%;
padding:0;
}
}
@media only screen and (max-width: 800px) {
.wrap {
width: 95%;
}
.price-details p span.rupees{
font-size:1.2em;
}
.add-cart h4 a{
padding:10px;
}
.span_1_of_3 p.history{
width:76%;
}
.span_1_of_2 {
width: 98.1%;
}
.span_3_of_1{
width:98%;
}
.rightsidebar{
margin:0;
}
.signup{
width:50%;
}
.signup input[type="text"]{
width:77%;
}
.signup input[type="submit"]{
width:72px;
}
.span_1_of_4 h4{
font-size:1em;
}
}
@media only screen and (max-width: 640px) {
.wrap {
width: 95%;
}
.account_desc li a{
padding:0 3px;
}
.menu li a{
padding:16px 10px;
}
.header_bottom_left{
float:none;
width:100%;
}
.header_bottom_right{
float:none;
width:100%;
padding:0;
margin:5px 0;
}
.price-details p span.rupees{
font-size:0.96em;
}
.add-cart h4 a{
padding:10px 5px;
font-size:0.75em;
}
.images_1_of_4 h2{
font-size:0.8em;
}
.see{
padding-top:0;
}
.span_1_of_4 h4{
padding-left:10px;
}
.span_1_of_4 li span{
font-size:0.8em;
}
.span_1_of_4 ul{
padding-left:10px;
}
.wish-list li{
margin-right:10px;
}
.signup input[type="text"]{
width:71%;
}
.span_1_of_3 p.history{
width:85%;
}
.span_2_of_3 {
width:94%;
padding:3%;
}
.col_1_of_3{
margin:0;
}
.panel p{
font-size:0.8em;
}
.col{
margin: 1% 0 1% 0%;
}
.span_1_of_3 {
width:94%;
padding:3%;
}
.contact-form input[type="text"],.contact-form textarea{
width:97%;
}
}
@media only screen and (max-width: 480px) {
.wrap {
width: 95%;
}
.call,.account_desc{
float:none;
text-align:center;
}
.call{
margin-bottom:10px;
}
.account_desc li a{
padding:0 10px;
}
.logo,.cart{
float:none;
text-align:center;
}
.cart{
margin-top:0;
padding-right:0;
}
.menu{
float:none;
width:100%;
}
.search_box{
float:none;
width:95%;
margin:8px 10px 0 10px;
}
.header_bottom{
padding-bottom:10px;
}
.menu li a{
padding:15px 20px;
}
.price-number{
float:none;
padding-top:0;
}
.add-cart{
float:none;
}
.span_2_of_3 {
width:96%;
padding:2%;
}
.span_1_of_4{
width:31.5%;
}
.col_1_of_4{
margin:2% 0;
}
.images_3_of_2{
width:100%;
}
.span_3_of_2{
width:98%;
}
.desc{
margin:10px 0;
}
.signup{
width:75%;
}
.signup input[type="submit"]{
width:83px;
}
.images_1_of_3 h3{
font-size:0.75em;
}
#posts .tab .post-title{
font-size:0.9em;
}
.col {
margin: 1% 0 1% 0%;
}
.span_1_of_3 {
width:96%;
padding:2%;
}
.contact-form input[type="text"],.contact-form textarea{
width:96%;
}
}
@media only screen and (max-width: 320px) {
.wrap {
width: 95%;
}
.account_desc li a{
padding:0;
}
.menu li a{
padding:15px 4.8px;
}
.search_box{
width:93%;
}
.search_box form input[type="text"]{
width:85%;
}
.images_1_of_4{
width:96.8%;
}
.grid_1_of_4{
margin:1% 0 1% 0;
}
.price-number{
float: left;
padding-top: 5px;
}
.price-details p span.rupees{
font-size:1.6em;
}
.add-cart{
float:right;
}
.add-cart h4 a{
font-size:0.9em;
padding:10px 15px;
}
.heading h3{
font-size:1em;
}
.content_top,.content_bottom{
padding:10px;
}
.span_1_of_4{
width:100%;
}
.span_1_of_3 p.history{
width:80%;
}
.images_1_of_3{
width:97%;
}
.images_1_of_3 h3{
font-size:1em;
}
.images_3_of_1{
width:100%;
}
.grid{
margin:0;
}
.news_desc{
width:100%;
}
.contact-form input[type="text"],.contact-form textarea{
width:93%;
}
} | 0.234757 | 0.047647 |
@media (--lg-viewport) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-lg-flex {
display: flex !important;
}
.u-lg-flexInline {
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-lg-flexRow {
flex-direction: row !important;
}
.u-lg-flexRowReverse {
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-lg-flexCol {
flex-direction: column !important;
}
.u-lg-flexColReverse {
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-lg-flexWrap {
flex-wrap: wrap !important;
}
.u-lg-flexNoWrap {
flex-wrap: nowrap !important;
}
.u-lg-flexWrapReverse {
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-lg-flexJustifyStart {
justify-content: flex-start !important;
}
.u-lg-flexJustifyEnd {
justify-content: flex-end !important;
}
.u-lg-flexJustifyCenter {
justify-content: center !important;
}
.u-lg-flexJustifyBetween {
justify-content: space-between !important;
}
.u-lg-flexJustifyAround {
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-lg-flexAlignItemsStart {
align-items: flex-start !important;
}
.u-lg-flexAlignItemsEnd {
align-items: flex-end !important;
}
.u-lg-flexAlignItemsCenter {
align-items: center !important;
}
.u-lg-flexAlignItemsStretch {
align-items: stretch !important;
}
.u-lg-flexAlignItemsBaseline {
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-lg-flexAlignContentStart {
align-content: flex-start !important;
}
.u-lg-flexAlignContentEnd {
align-content: flex-end !important;
}
.u-lg-flexAlignContentCenter {
align-content: center !important;
}
.u-lg-flexAlignContentStretch {
align-content: stretch !important;
}
.u-lg-flexAlignContentBetween {
align-content: space-between !important;
}
.u-lg-flexAlignContentAround {
align-content: space-around !important;
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-lg-flexAlignSelfStart {
align-self: flex-start !important;
}
.u-lg-flexAlignSelfEnd {
align-self: flex-end !important;
}
.u-lg-flexAlignSelfCenter {
align-self: center !important;
}
.u-lg-flexAlignSelfStretch {
align-self: stretch !important;
}
.u-lg-flexAlignSelfBaseline {
align-self: baseline !important;
}
.u-lg-flexAlignSelfAuto {
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-lg-flexOrderFirst {
order: -1 !important;
}
.u-lg-flexOrderLast {
order: 1 !important;
}
.u-lg-flexOrderNone {
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* https://github.com/philipwalton/flexbugs#6-the-default-flex-value-has-changed
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
*/
.u-lg-flexGrow1 {
flex: 1 1 0% !important; /* 1 */
}
.u-lg-flexGrow2 {
flex: 2 1 0% !important;
}
.u-lg-flexGrow3 {
flex: 3 1 0% !important;
}
.u-lg-flexGrow4 {
flex: 4 1 0% !important;
}
.u-lg-flexGrow5 {
flex: 5 1 0% !important;
}
/**
* Specify the flex shrink factor, which determines how much the flex item
* will shrink relative to the rest of the flex items in the flex container.
*/
.u-lg-flexShrink0 {
flex-shrink: 0 !important;
}
.u-lg-flexShrink1 {
flex-shrink: 1 !important;
}
.u-lg-flexShrink2 {
flex-shrink: 2 !important;
}
.u-lg-flexShrink3 {
flex-shrink: 3 !important;
}
.u-lg-flexShrink4 {
flex-shrink: 4 !important;
}
.u-lg-flexShrink5 {
flex-shrink: 5 !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-lg-flexExpand {
margin: auto !important;
}
.u-lg-flexExpandLeft {
margin-left: auto !important;
}
.u-lg-flexExpandRight {
margin-right: auto !important;
}
.u-lg-flexExpandTop {
margin-top: auto !important;
}
.u-lg-flexExpandBottom {
margin-bottom: auto !important;
}
/**
* Basis
*/
.u-lg-flexBasisAuto {
flex-basis: auto !important;
}
.u-lg-flexBasis0 {
flex-basis: 0 !important;
}
/*
* Shorthand
*
* Declares all values instead of keywords like 'initial' to work around IE10
* https://www.w3.org/TR/css-flexbox-1/#flex-common
*
* 1. Fixes issue in IE 10 where flex-basis is ignored
* https://github.com/philipwalton/flexbugs#13-importance-is-ignored-on-flex-basis-when-using-flex-shorthand
* This ensures it overrides flex-basis set in other utilities.
*/
/*
* Sizes the item based on the width/height properties
*/
.u-lg-flexInitial {
flex: 0 1 auto !important;
flex-basis: auto !important; /* 1 */
}
/*
* Sizes the item based on the width/height properties, but makes them fully
* flexible, so that they absorb any free space along the main axis.
*/
.u-lg-flexAuto {
flex: 1 1 auto !important;
flex-basis: auto !important; /* 1 */
}
/*
* Sizes the item according to the width/height properties, but makes the flex
* item fully inflexible. Similar to initial, except that flex items are
* not allowed to shrink, even in overflow situations.
*/
.u-lg-flexNone {
flex: 0 0 auto !important;
flex-basis: auto !important; /* 1 */
}
} | lib/flex-lg.css | @media (--lg-viewport) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-lg-flex {
display: flex !important;
}
.u-lg-flexInline {
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-lg-flexRow {
flex-direction: row !important;
}
.u-lg-flexRowReverse {
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-lg-flexCol {
flex-direction: column !important;
}
.u-lg-flexColReverse {
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-lg-flexWrap {
flex-wrap: wrap !important;
}
.u-lg-flexNoWrap {
flex-wrap: nowrap !important;
}
.u-lg-flexWrapReverse {
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-lg-flexJustifyStart {
justify-content: flex-start !important;
}
.u-lg-flexJustifyEnd {
justify-content: flex-end !important;
}
.u-lg-flexJustifyCenter {
justify-content: center !important;
}
.u-lg-flexJustifyBetween {
justify-content: space-between !important;
}
.u-lg-flexJustifyAround {
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-lg-flexAlignItemsStart {
align-items: flex-start !important;
}
.u-lg-flexAlignItemsEnd {
align-items: flex-end !important;
}
.u-lg-flexAlignItemsCenter {
align-items: center !important;
}
.u-lg-flexAlignItemsStretch {
align-items: stretch !important;
}
.u-lg-flexAlignItemsBaseline {
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-lg-flexAlignContentStart {
align-content: flex-start !important;
}
.u-lg-flexAlignContentEnd {
align-content: flex-end !important;
}
.u-lg-flexAlignContentCenter {
align-content: center !important;
}
.u-lg-flexAlignContentStretch {
align-content: stretch !important;
}
.u-lg-flexAlignContentBetween {
align-content: space-between !important;
}
.u-lg-flexAlignContentAround {
align-content: space-around !important;
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-lg-flexAlignSelfStart {
align-self: flex-start !important;
}
.u-lg-flexAlignSelfEnd {
align-self: flex-end !important;
}
.u-lg-flexAlignSelfCenter {
align-self: center !important;
}
.u-lg-flexAlignSelfStretch {
align-self: stretch !important;
}
.u-lg-flexAlignSelfBaseline {
align-self: baseline !important;
}
.u-lg-flexAlignSelfAuto {
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-lg-flexOrderFirst {
order: -1 !important;
}
.u-lg-flexOrderLast {
order: 1 !important;
}
.u-lg-flexOrderNone {
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* https://github.com/philipwalton/flexbugs#6-the-default-flex-value-has-changed
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
*/
.u-lg-flexGrow1 {
flex: 1 1 0% !important; /* 1 */
}
.u-lg-flexGrow2 {
flex: 2 1 0% !important;
}
.u-lg-flexGrow3 {
flex: 3 1 0% !important;
}
.u-lg-flexGrow4 {
flex: 4 1 0% !important;
}
.u-lg-flexGrow5 {
flex: 5 1 0% !important;
}
/**
* Specify the flex shrink factor, which determines how much the flex item
* will shrink relative to the rest of the flex items in the flex container.
*/
.u-lg-flexShrink0 {
flex-shrink: 0 !important;
}
.u-lg-flexShrink1 {
flex-shrink: 1 !important;
}
.u-lg-flexShrink2 {
flex-shrink: 2 !important;
}
.u-lg-flexShrink3 {
flex-shrink: 3 !important;
}
.u-lg-flexShrink4 {
flex-shrink: 4 !important;
}
.u-lg-flexShrink5 {
flex-shrink: 5 !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-lg-flexExpand {
margin: auto !important;
}
.u-lg-flexExpandLeft {
margin-left: auto !important;
}
.u-lg-flexExpandRight {
margin-right: auto !important;
}
.u-lg-flexExpandTop {
margin-top: auto !important;
}
.u-lg-flexExpandBottom {
margin-bottom: auto !important;
}
/**
* Basis
*/
.u-lg-flexBasisAuto {
flex-basis: auto !important;
}
.u-lg-flexBasis0 {
flex-basis: 0 !important;
}
/*
* Shorthand
*
* Declares all values instead of keywords like 'initial' to work around IE10
* https://www.w3.org/TR/css-flexbox-1/#flex-common
*
* 1. Fixes issue in IE 10 where flex-basis is ignored
* https://github.com/philipwalton/flexbugs#13-importance-is-ignored-on-flex-basis-when-using-flex-shorthand
* This ensures it overrides flex-basis set in other utilities.
*/
/*
* Sizes the item based on the width/height properties
*/
.u-lg-flexInitial {
flex: 0 1 auto !important;
flex-basis: auto !important; /* 1 */
}
/*
* Sizes the item based on the width/height properties, but makes them fully
* flexible, so that they absorb any free space along the main axis.
*/
.u-lg-flexAuto {
flex: 1 1 auto !important;
flex-basis: auto !important; /* 1 */
}
/*
* Sizes the item according to the width/height properties, but makes the flex
* item fully inflexible. Similar to initial, except that flex items are
* not allowed to shrink, even in overflow situations.
*/
.u-lg-flexNone {
flex: 0 0 auto !important;
flex-basis: auto !important; /* 1 */
}
} | 0.732496 | 0.076718 |