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 |
|---|---|---|---|---|
[ Table of contents ]
================================================
:: Header
:: Navigation
:: Pages Content
:: Back to Top
:: Sign In
======================================
[ End table content ]
======================================*/
/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header#main-header {
position : fixed;
left : 0px;
right : 0px;
text-align: center;
z-index : 99;
background: rgba(20, 20, 20, 0.5) !important;
}
header .navbar-light .navbar-brand img.logo {
width: 160px;
}
.iq-search-bar .search-input {
width : 100%;
height : 40px;
padding : 5px 15px 5px 40px;
border : none;
border-radius: 0;
color : var(--iq-white);
background : var(--iq-bg1);
}
.iq-search-bar .searchbox .search-link {
position : absolute;
left : 15px;
top : 6px;
font-size: 16px;
}
.nav-item span.dots {
height : 10px;
width : 10px;
font-size : 0;
text-align : center;
padding : 0;
position : absolute;
top : 3px;
right : 12px;
border-radius : 50%;
-webkit-border-radius: 50%;
}
.menu-right .nav-item span.dots {
right: 0;
}
.navbar-right li .iq-sub-dropdown .iq-sub-card {
position : relative;
font-size : inherit;
padding : 15px 15px;
line-height : normal;
color : inherit;
text-align : left;
display : inline-block;
width : 100%;
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
.iq-sub-card.setting-dropdown {
padding: 15px 15px 15px 0 !important;
}
.navbar-right li .iq-sub-dropdown a.iq-sub-card:last-child {
border-bottom: 0;
}
.notify-bg {
overflow: hidden;
z-index : 99;
}
.notify-bg:before {
content : '';
display : block;
position : absolute;
background: rgba(255, 255, 255, 0.5);
width : 70px;
height : 100%;
left : 0;
top : 0;
opacity : 0.5;
filter : blur(30px);
transform : translateX(-100px) skewX(-30deg);
animation : noti-before-animation 2s infinite 2s;
}
.notify-bg:after {
content : '';
display : block;
position : absolute;
background: rgba(255, 255, 255, 0.2);
width : 30px;
height : 100%;
left : 30px;
top : 0;
opacity : 0;
filter : blur(5px);
transform : translateX(-100px) skewX(-30deg);
animation : noti-after-animation 2s infinite 2s;
}
.navbar-right .iq-sub-dropdown .iq-card-body div {
border-radius: 0;
}
.navbar-right .iq-show .iq-sub-dropdown,
.iq-show .search-box {
opacity : 1;
visibility: visible;
transform : translate(0, 0);
}
.navbar-right .iq-sub-dropdown {
width : 300px;
opacity : 0;
visibility : hidden;
position : absolute;
top : 100%;
right : 15px;
background : var(--iq-bg1);
transform : translate(0, 70px);
-webkit-transform : translate(0, 70px);
transition : all 0.3s;
padding : 0;
-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition : all 0.3s ease-out 0s;
-ms-transition : all 0.3s ease-out 0s;
-o-transition : all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
z-index : 1;
}
.navbar-light .navbar-toggler-icon {
background: url(../images/menu.png) no-repeat scroll center center;
}
.search-toggle:hover,
header .navbar ul li.menu-item a:hover {
color: var(--iq-primary) !important;
}
.search-wrapper {
position : relative;
display : inline-block;
height : 36px;
vertical-align: bottom;
}
.searchbutton {
position : absolute;
font-size: 22px;
width : 100%;
margin : 0;
padding : 0;
right : 16px;
color : var(--iq-body-text);
}
.search:focus+.searchbutton {
transition-duration : 0.4s;
-moz-transition-duration : 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration : 0.4s;
color : var(--iq-primary);
}
.search:hover+.searchbutton {
color: var(--iq-white);
}
.search {
position : absolute;
left : 49px;
background-color : transparent;
outline : none;
border : none;
border-bottom : 1px solid transparent;
padding : 0 0 0 16px;
width : 0;
height : 100%;
z-index : 10;
color : var(--iq-white);
transition-duration : 0.4s;
-moz-transition-duration : 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration : 0.4s;
}
.search:focus,
.search:hover {
width : 350px;
padding : 0 0 0 0;
border-color: var(--iq-body-text)
}
.expandright {
left : auto;
right : -6px;
bottom: -2px;
}
.search::placehoder {
color: var(--iq-white) !important;
}
.noti-svg {
-webkit-animation: notify 1.5s ease infinite;
animation : notify 1.5s ease infinite;
fill : var(--iq-body-text);
}
.noti-svg:hover {
fill: var(--iq-primary);
}
.search-box {
position : absolute;
left : 0;
right : 0;
top : 46px;
min-width : 25rem;
width : 100%;
z-index : -1;
opacity : 0;
transform : translate(0, 70px);
-webkit-transform : translate(0, 70px);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition : all 0.3s ease-out 0s;
-ms-transition : all 0.3s ease-out 0s;
-o-transition : all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
box-shadow : 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.search-toggle {
padding: 0 !important;
}
header.style-one li .search-box input[type="search"] {
border : none;
background: var(--iq-bg1);
}
header.style-one li .search-box .search-submit {
right : auto;
left : 0;
background: transparent;
}
header#main-header {
position : fixed;
left : 0px;
right : 0px;
text-align : center;
z-index : 999;
background : rgba(20, 20, 20, 0.5) !important;
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
header#main-header.menu-sticky {
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow : 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
box-shadow : 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}
header#main-header.menu-sticky {
position : fixed;
top : 0;
width : 100%;
background : rgba(20, 20, 20, 0.5) !important;
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
-moz-box-shadow : 0 0 30px 0 rgba(0, 0, 0, .1);
box-shadow : 0 0 30px 0 rgba(0, 0, 0, .1);
z-index : 999;
}
header .navbar .menu-header-menu-container,
header .navbar .menu-all-pages-container,
header .navbar .menu-testing-menu-container,
header .navbar .menu-short-container,
header .navbar .menu-main-menu-container {
display: inline-block;
width : 100%;
}
header .navbar ul.navbar-nav {
display : block;
text-align: center;
}
header .navbar ul li {
list-style : none;
margin-right : 18px;
position : relative;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
display : inline-block;
}
header .navbar ul li.menu-item a {
font-size : 16px;
font-weight : 400;
position : relative;
padding : 0px 0px 0px 10px;
line-height : 70px;
position : relative;
z-index : 9;
text-decoration : none;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform : uppercase;
}
.nav-open .nav-overlay {
visibility : visible;
-webkit-transition: 0.3s;
-o-transition : 0.3s;
transition : 0.3s;
}
.nav-overlay {
left : 0;
right : 0;
top : 0;
bottom : 0;
opacity : 0;
z-index : 900;
display : block;
width : 100%;
position : fixed;
visibility : hidden;
background : rgba(0, 0, 0, 0.6);
-webkit-transition: 0.3s;
-o-transition : 0.3s;
transition : 0.3s;
}
.more-toggle {
color : var(--iq-white) !important;
font-size: 22px;
}
.dropdown-toggle.more-toggle::after {
content: none;
}
.mobile-more-menu {
display: none;
}
.more-menu {
position : absolute;
top : 50px;
left : auto;
right : 0;
min-width : 18rem;
padding : 0.35rem 0.5rem;
margin : 0;
opacity : 0;
transform : translate(0, 70px);
-webkit-transform : translate(0, 70px);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition : all 0.3s ease-out 0s;
-ms-transition : all 0.3s ease-out 0s;
-o-transition : all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
background : var(--iq-bg1);
box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
visibility : hidden;
z-index : 999;
}
.more-menu.show {
opacity : 1;
transform : translate(0, 0);
visibility: visible;
}
header .navbar ul li:last-child {
margin-right: 0;
}
/*--------------------------------------------------------------
Main Slider
--------------------------------------------------------------*/
#home-slider ul.slick-dots {
bottom: 30px;
}
#home-slider .slick-dots li {
height: auto;
width : auto;
}
#home-slider .slick-dots li button {
height : 2px;
width : 30px;
background: rgba(229, 9, 20, 0.4);
padding : 0;
}
#home-slider .slick-dots li.slick-active button {
background: var(--iq-primary);
}
#home-slider li {
position: relative;
}
.slider-description {
position: absolute;
top : 15%;
left : 80px;
}
#home-slider h1.slider-text {
font-size: 50px;
margin : 15px 0;
}
#home-slider p {
margin : 20px 0;
width : 600px;
overflow : hidden;
text-overflow : ellipsis;
display : -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
#home-slider .slick-bg {
padding : 100px 0 50px;
width : 100%;
background-size : cover;
background-position: center center;
background-repeat : no-repeat;
height : 100vh;
position : relative;
z-index : 1;
}
#home-slider .slick-bg.s-bg-1 {
background-image: url(../images/slider/slider1.jpg);
}
#home-slider .slick-bg.s-bg-2 {
background-image: url(../images/slider/slider2.jpg);
}
#home-slider .slick-bg.s-bg-3 {
background-image: url(../images/slider/slider3.jpg);
}
.trailor-video {
position : absolute;
bottom : 0;
right : 0;
z-index : 999;
text-align: center;
}
/* .trailor-video {
margin: 0 auto;
text-align: center;
} */
.channel-name {
color : var(--iq-primary);
font-size : 20px;
margin-left : 10px;
letter-spacing: 2.5px;
font-weight : 500;
}
.c-logo {
width: 130px;
}
.channel-logo {
border-left: 5px solid var(--iq-primary);
background : transparent linear-gradient(270deg, rgba(11, 1, 2, 0) 0%, rgba(255, 55, 65, 0.3) 100%);
padding : 10px 10px 10px 15px;
width : 255px;
position : relative;
overflow : hidden;
}
.circle {
stroke : var(--iq-primary);
stroke-dasharray : 650;
stroke-dashoffset : 650;
-webkit-transition: all 0.5s ease-in-out;
opacity : 0.3;
}
.playbtn {
display : inline-block;
-webkit-transition: all 0.5s ease;
}
.playbtn .triangle {
-webkit-transition: all 0.7s ease-in-out;
stroke-dasharray : 240;
stroke-dashoffset : 480;
stroke : var(--iq-white);
transform : translateY(0);
}
.playbtn:hover .triangle {
stroke-dashoffset: 0;
opacity : 1;
stroke : var(--iq-primary);
animation : trailorPlay 0.7s ease-in-out;
}
.playbtn:hover .circle {
stroke-dashoffset: 0;
opacity : 1;
}
.w-trailor {
font-size : 17px;
letter-spacing: 3.5px;
font-weight : 600;
color : var(--iq-white);
margin-left : 5px;
}
.slider-inner {
position: relative;
overflow: hidden;
width : 100%;
}
.big-title {
background : url('../images/texure.jpg');
background-repeat : repeat-x;
background-position : 100% 100%;
color : transparent;
-webkit-font-smoothing : antialiased;
-webkit-background-clip: text;
-moz-background-clip : text;
background-clip : text;
-webkit-text-fill-color: transparent;
}
.slick-track {
margin: unset !important;
}
/*---------------------------------------------------------------------
Pages Content
-----------------------------------------------------------------------*/
.main-content {
padding-top: 40px;
}
.block-space {
padding: 40px 0;
}
.s-margin {
margin-top: 40px;
}
.iq-main-header {
margin-bottom: 20px;
}
.main-title a:hover,
.main-title a:focus {
color: var(--iq-primary) !important;
}
:focus {
outline: none !important;
}
/*--------------------------*/
.favorites-slider .slick-list,
#top-ten-slider-nav .slick-list {
overflow : visible;
padding-bottom: 40px !important;
}
.favorites-slider li.slide-item {
float: left;
width: 25%;
}
.favorites-slider .slick-list {
overflow: visible;
}
li.slide-item {
position: relative;
padding : 0 15px;
}
li.slide-item .block-images {
position : relative;
width : 100%;
transition : all 0.45s ease 0s;
overflow : hidden;
-webkit-backface-visibility: hidden;
backface-visibility : hidden;
-webkit-transform : translate3d(0, 0, 0);
transform : translate3d(0, 0, 0);
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
}
li.slide-item:hover .block-images {
overflow: visible;
}
li.slide-item:hover .block-images .img-box {
position: relative;
}
li.slide-item:hover .block-images {
z-index : 99;
transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
.block-social-info {
position : absolute;
top : 0;
left : auto;
bottom : 0;
right : 25px;
z-index : 999;
display : flex;
align-items: center;
opacity : 0;
}
.music-play-lists li {
position : relative;
height : 30px;
width : 30px;
line-height : 35px;
text-align : center;
background : rgba(255, 255, 255, 0.30);
border-radius : 50%;
margin : 0 auto 7px;
display : flex;
-webkit-display: flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
}
.music-play-lists span {
position : relative;
display : block;
height : 20px;
width : 20px;
line-height : 26px;
font-size : 12px;
text-align : center;
background : var(--iq-white);
color : var(--iq-primary);
border-radius : 50%;
-webkit-border-radius: 50%;
-moz-border-radius : 50%;
-o-border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display : flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
justify-content : center;
transition : all 0.45s ease 0s;
-webkit-transition : all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
cursor : pointer;
}
.music-play-lists .count-box {
height : 15px !important;
width : 15px !important;
line-height: 15px i !important;
font-size : 8px !important;
background : var(--iq-primary) !important;
color : var(--iq-white-color) !important;
position : absolute;
right : 0;
top : 0px;
padding : 0;
text-align : center !important;
}
.music-play-lists li:hover span {
background : var(--iq-primary);
color : var(--iq-white);
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.block-description {
position : absolute;
left : 25px;
top : 0;
bottom : 0;
z-index : 999;
display : flex;
justify-content: center;
flex-direction : column;
}
/* .block-description { position: absolute; left: 25px; top: 0; bottom: 0; z-index: 999; display: flex; justify-content: center; flex-direction: column; } */
.block-description>h6 {
font-size: 1.5em;
}
.block-description .iq-title {
font-size : 18px;
color : var(--iq-white-color);
text-transform: capitalize;
}
.text-white {
font-size: 14px;
}
li.slide-item .block-images::before {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background: rgba(0, 0, 0, 0.8);
width : 100%;
height : 100%;
opacity : 0;
}
li.slide-item:hover .block-images::before {
opacity: 1;
z-index: 9;
}
li.slide-item:hover .block-description {
animation: fadeIn 0.6s ease-in-out;
opacity : 1;
}
li.slide-item:hover .block-social-info {
animation: fadeIn 0.6s ease-in-out;
opacity : 1;
}
.hover-buttons .btn {
padding : 5px 15px;
font-size: 12px;
}
li.slide-item.slick-current:hover .block-images {
transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(500px);
}
/* code */
#trending-slider-nav .slick-current.slick-active {
transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-webkit-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-moz-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-o-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin : 50% 50%;
-o-transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
/* edited footer start */
li.slide-item .block-images::after {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(83, 100, 141, 0) 100%);
transition : all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
}
.slick-vertical .slick-slide .block-images::after {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(83, 100, 141, 0) 100%);
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
small,
.text_small,
span {
font-size: 14px;
}
a:focus,
a:hover {
color : var(--iq-primary);
outline: none;
}
li.slide-item {
position: relative;
padding : 0px 10px;
}
li.slide-item .block-images {
position : relative;
width : 100%;
transition : all 0.45s ease 0s;
overflow : hidden;
-webkit-backface-visibility: hidden;
backface-visibility : hidden;
-webkit-transform : translate3d(0, 0, 0);
transform : translate3d(0, 0, 0);
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
}
li.slide-item:hover .block-images {
overflow : visible;
border-left: 5px solid #e50914;
}
li.slide-item:hover .block-images .img-box {
position: relative;
}
li.slide-item:hover .block-images {
z-index : 99;
transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-webkit-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-moz-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-o-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin : 50% 50%;
-o-transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
#home-slider .trending-list {
margin: 0 0 30px 0;
}
.slider-ratting ul li {
margin-right: 5px;
}
.iq-button.btn {
padding : 7px 14px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
/* edited end */
.block-images .hover-buttons {
margin-top: 5px;
}
.block-social-info .music-play-lists li {
width : 40px;
height: 40px;
}
.block-social-info .music-play-lists span {
width : 30px;
height: 30px;
}
.block-social-info .music-play-lists span i {
font-size: 15px;
}
/*-------------------*/
.movie-content li {
position : relative;
padding-right: 20px;
}
.m.movie-content li:last-child {
padding-right: 0px;
}
.movie-content li:before {
content : "";
height : 3px;
width : 3px;
background : #dddddd;
position : absolute;
top : 10px;
right : 8px;
border-radius: 50%;
}
.movie-detail .movie-content li:before {
width : 5px;
height: 5px;
}
.movie-content li:last-child:before {
display: none;
}
li.slide-item .block-description .ratting-start {
font-size: 12px;
}
li.slide-item .block-description .badge {
background-color: rgb(72, 72, 72, 0.61);
}
li.slide-item .block-description .parallax-ratting span {
font-size: 14px;
}
.slick-vertical .slick-slide.slick-current.slick-active .block-description {
left : 25px;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
opacity : 1;
}
.slick-vertical .slick-slide .block-images {
overflow: visible;
}
.slick-vertical .slick-slide .block-images::before {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background : rgba(0, 0, 0, 0.8);
opacity : 0;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
border-left : 6px solid var(--iq-primary);
}
.slick-vertical .slick-slide.slick-current.slick-active .block-images::before {
opacity : 1;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.slick-vertical .slick-slide.slick-current.slick-active .block-images {
width : 100%;
overflow : visible;
transform-origin : 100% 100%;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
z-index : 9;
}
.slick-vertical li.slick-slide.slick-current.slick-active {
transition: all 0.45s ease 0s;
}
.slick-vertical .slick-slide {
margin-bottom: 18px;
}
.slick-vertical li.slick-slide:last-child {
margin-bottom: 0 !important;
}
/* ads */
.slick-vertical .block-description .hover-buttons>a {
opacity : 0;
display : none;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.slick-vertical .slick-slide.slick-current.slick-active .block-description .hover-buttons>a {
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
opacity : 1;
display : block;
}
/*---------------------*/
#trending-slider .tranding-block,
.banner-wrapper {
background-size : cover;
background-position: top right;
position : relative;
}
.trending-pills {
background: rgb(0, 0, 0, 0.25);
}
.trending-info {
padding: 60px 0;
}
.tab-title-info {
z-index: 99;
}
.trending-content .tab-pane.fade {
display : none;
visibility: hidden;
opacity : 0;
}
.trending-content .tab-pane.fade.active.show {
display : block;
visibility: visible;
opacity : 1;
}
.trending-content .tab-pane {
width : 100%;
height: 100%;
}
.trending-pills.nav-pills .nav-item a {
position : relative;
overflow : hidden;
border-radius : 0;
text-transform: uppercase;
margin-left : 15px;
margin-right : 15px;
}
.trending-pills.nav-pills .nav-item a:after {
content : '';
position : absolute;
left : 0;
top : 0;
width : 0;
height : 3px;
background : var(--iq-primary);
opacity : 0;
-webkit-transition: all 0.8s linear;
-moz-transition : all 0.8s linear;
-o-transition : all 0.8s linear;
transition : all 0.8s linear;
}
.trending-pills.nav-pills .nav-item a:before {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
background : linear-gradient(to top, rgba(83, 100, 141, 0) 0%, rgb(218, 64, 60, 0.3) 85%);
content : '';
opacity : 0;
filter : alpha(opacity=0);
-webkit-transform : translate3d(0, -50%, 0);
transform : translate3d(0, -50%, 0);
-o-transform : translate3d(0, 50%, 0);
-moz-transform : translate3d(0, 50%, 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;
}
.trending-pills.nav-pills .nav-item a.show:before {
opacity : 1;
filter : alpha(opacity=100);
-webkit-transform : translate3d(0, 0, 0);
transform : translate3d(0, 0, 0);
-o-transform : translate3d(0, 0, 0);
-moz-transform : translate3d(0, 0, 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;
}
.trending-pills.nav-pills .nav-item a.show:after {
opacity: 1;
width : 100%;
}
.trending-pills.nav-pills .nav-item a:hover {
color: var(--iq-primary);
}
.trending-content {
padding: 0px 50px;
display: flex;
}
.p-btns {
display : flex;
align-items: center;
}
.trending-info .trending-text {
font-size : 60px;
line-height: 100px;
margin : 15px 0;
}
.trending-info .text-detail {
font-size : 20px;
font-weight : 500;
letter-spacing: 0.7px;
margin-bottom : 30px;
}
.trending-info .text-detail .badge {
font-size: 20px;
}
.badge.badge-trend {
background: rgb(0, 0, 0, 0.42);
}
.text-detail .trending-year {
position : relative;
padding-left: 30px;
}
.text-detail .trending-year:before {
content : "";
height : 6px;
width : 6px;
background : var(--iq-white);
position : absolute;
top : 50%;
transform : translateY(-50%);
left : 13px;
border-radius: 50%;
}
.overview-tab:before,
.slick-bg:before {
content : '';
position : absolute;
top : 0;
left : 0;
width : 90%;
height : 100%;
background: linear-gradient(90deg, rgba(20, 20, 20, 1) 0%, rgba(36, 36, 36, 1) 35%, rgba(83, 100, 141, 0) 100%);
z-index : 1;
}
.slick-bg:before {
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%);
width : 100%;
z-index : -1;
}
.overlay-tab:before {
content : '';
position : absolute;
top : 0;
left : 0;
right : 0;
width : 100%;
height : 100%;
background: rgba(36, 36, 36, 0.8);
z-index : 1;
}
.trending-info {
position: relative;
z-index : 99;
}
.trending-info .trending-dec {
margin-bottom: 30px;
width : 35%;
}
.trending-info .block-social {
height : 45px;
width : 45px;
line-height : 45px;
text-align : center;
background : rgba(255, 255, 255, 0.15);
border-radius : 50%;
margin-left : 15px;
display : flex;
-webkit-display: flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
}
.trending-info .block-social a {
position : relative;
display : block;
height : 32px;
width : 32px;
line-height : 26px;
font-size : 16px;
text-align : center;
background : var(--iq-white);
color : var(--iq-primary);
border-radius : 50%;
-webkit-border-radius: 50%;
-moz-border-radius : 50%;
-o-border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display : flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
justify-content : center;
transition : all 0.45s ease 0s;
-webkit-transition : all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.trending-info .block-social.social1 a {
background: var(--iq-primary);
color : var(--iq-white);
}
.trending-list .title {
font-size : 18px;
font-weight: 500;
}
.trending-list .title span {
font-size : 16px;
font-weight: 400;
}
.trending-info .iq-dropdown .form-control {
background : rgb(0, 0, 0, 0.20);
border-radius: 5px;
color : var(--iq-white);
}
/*-----------------------*/
/* #trending-slider-nav .slick-list { padding-bottom: 35px !important; }
#trending-slider-nav .movie-slick { border: 12px solid transparent; transition: all 0.4s ease; }
#trending-slider-nav .slick-current.slick-active .movie-slick { border-color: var(--iq-bg1); transition: all 0.4s ease; }
#trending-slider-nav .movie-slick:before { content: ''; position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 26px solid var(--iq-bg1); opacity: 0; transition: all 0.4s ease; z-index: 999; }
#trending-slider-nav .slick-current.slick-active .movie-slick:before { opacity: 1; }
.e-item:hover .episodes-description { color: var(--iq-white) !important; }
.episodes-description a:hover { color: var(--iq-primary); }
.episode-number { position: absolute; top: 15px; left: 15px; height: 30px; width: 30px; line-height: 30px; text-align: center; color: var(--iq-white); background: rgb(134, 134, 134, 0.6); border-radius: 50%; opacity: 0; filter: alpha(opacity=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; }
.e-item:hover .episode-number { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.episode-play-info { position: absolute; left: 0; right: 0; top: 38%; opacity: 0; filter: alpha(opacity=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; }
.e-item:hover .episode-play-info { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.episode-play { height: 45px; width: 45px; line-height: 45px; text-align: center; background: rgba(255, 255, 255, 0.15); border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.episode-play a { position: relative; display: block; height: 32px; width: 32px; line-height: 26px; font-size: 16px; text-align: center; background: var(--iq-white); color: var(--iq-primary); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; justify-content: center; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; }
.episodes-slider1 .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; color: #fff; }
.episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { float: left; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 55, 65, 0.8); line-height: 23px; font-size: 27px; text-align: center;display: flex;align-items: center;justify-content: center;}
.episodes-slider1 .owl-nav button.owl-next { float: right !important; } */
.movies-tab-desc p {
margin-bottom: 0;
display : inherit !important;
}
#iq-trending {
overflow: hidden;
}
#trending-slider-nav .slick-list {
padding-bottom: 40px !important;
overflow : visible;
}
#trending-slider-nav .movie-slick {
border : 12px solid transparent;
transition: all 0.4s ease;
z-index : -1;
}
#trending-slider-nav .slick-current.slick-active .movie-slick {
transition : all 0.4s ease;
padding : 10px;
background : rgba(20, 20, 20, 0.5) !important;
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(1px);
border : 1px solid #5d5757;
}
#trending-slider-nav .slick-current.slick-active {
transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
-webkit-transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
-moz-transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
-o-transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin : 50% 50%;
-o-transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
.trending-contens .episodes-contens {
margin-top: 30px;
}
.e-item .episodes-description {
color : var(--iq-body-text) !important;
background: var(--iq-bg1);
padding : 15px;
}
.e-item:hover .episodes-description {
color: var(--iq-white-color) !important;
}
.episodes-description a:hover {
color: var(--iq-primary);
}
.episode-number {
color: var(--iq-white-color);
}
.episode-duration {
position : absolute;
top : 15px;
left : auto;
right : 15px;
font-weight: 700;
background : var(--iq-primary);
color : var(--iq-white-color);
padding : 0 5px;
}
.e-item .episodes-description p {
overflow : hidden;
text-overflow : ellipsis;
display : -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.e-item:hover .episode-number {
opacity : 1;
filter : alpha(opacity=100);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
}
.episode-play-info {
position : absolute;
left : 0;
right : 0;
top : 0;
bottom : 0;
opacity : 0;
filter : alpha(opacity=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;
display : flex;
flex-direction : column;
align-items : center;
justify-content : center;
}
.e-item:hover .episode-play-info {
opacity : 1;
filter : alpha(opacity=100);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
}
.episode-play {
height : 45px;
width : 45px;
line-height : 45px;
text-align : center;
background : rgba(255, 255, 255, 0.15);
border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display: flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
}
.episode-play a {
position : relative;
display : block;
height : 32px;
width : 32px;
line-height : 26px;
font-size : 16px;
text-align : center;
background : var(--iq-white-color);
color : var(--iq-primary);
border-radius : 50%;
-webkit-border-radius: 50%;
-moz-border-radius : 50%;
-o-border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display : flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
justify-content : center;
transition : all 0.45s ease 0s;
-webkit-transition : all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.episodes-slider1 .owl-nav {
position : absolute;
top : 50%;
transform: translateY(-50%);
left : 0;
right : 0;
color : #fff;
}
.episodes-slider1 .owl-nav button.owl-prev,
.episodes-slider1 .owl-nav button.owl-next {
float : left;
width : 35px;
height : 60px;
background : rgba(0, 0, 0, 0.5);
line-height : 23px;
font-size : 30px;
text-align : center;
display : flex;
align-items : center;
justify-content: center;
}
.episodes-slider1 .owl-nav button.owl-next {
float: right !important;
}
/* parallax */
.parallax-img img {
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.6);
}
.parallax-window {
height : 100%;
padding : 100px 0;
position : relative;
background : url(../images/parallax/p1.jpg)center center;
background-size : cover;
background-attachment: fixed;
}
.parallax-window::after {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background: rgba(0, 0, 0, 0.8);
}
.parallaxt-details {
z-index : 9;
position: relative;
}
/*-----------------------*/
/* .topten-contens { position: relative; overflow: hidden; }
.topten-title { position: absolute; left: 70px; top: 50px; z-index: 99; }
.topten-title-sm { display: none; }
.vertical_s { position: absolute; top: 95px; right: 0; bottom: 0; left: 70px; overflow: hidden; }
#top-ten-slider-nav { width: 300px; height: 100%; position: relative; }
#top-ten-slider-nav .slick-list.draggable { height: 100% !important }
#top-ten-slider-nav .slick-prev, #top-ten-slider-nav .slick-next { left: 0; right: 0; margin: 0 auto; }
#top-ten-slider-nav .slick-prev { top: 0; bottom: auto; }
#top-ten-slider-nav .NextArrow, #top-ten-slider-nav .PreArrow { position: absolute; left: 50%; transform: translateX(-50%); z-index: 999; background: transparent; border: none; color: #fff; font-size: 60px; width: 100%; z-index: 1; }
#top-ten-slider-nav .NextArrow { bottom: -20px; }
#top-ten-slider-nav .PreArrow { top: -25px; }
#top-ten-slider-nav .NextArrow:before, #top-ten-slider-nav .PreArrow:before { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 50%; z-index: -1; }
#top-ten-slider-nav .NextArrow:before { background: linear-gradient(360deg, rgba(20, 20, 20, 0.9) 0%, rgba(36, 36, 36, 0.7) 35%, rgba(83, 100, 141, 0) 100%); bottom: 17px; }
#top-ten-slider-nav .slick-next:before, #top-ten-slider-nav .slick-prev:before { display: none; }
.slick-arrow{cursor:pointer;} */
/*---------------------------------------------------------------------
topten-contens
-----------------------------------------------------------------------*/
.topten-contens {
position: relative;
overflow: hidden;
}
#iq-topten .iq-title {
position: absolute;
left : 35px;
top : 35px;
z-index : 99;
}
.topten-title-sm {
display: none;
}
.vertical_s {
position: absolute;
top : 95px;
right : 0;
bottom : 0;
left : 35px;
overflow: hidden;
}
#top-ten-slider-nav {
width : 300px;
height : 100%;
position: relative;
}
#top-ten-slider-nav .slick-list.draggable {
height: 100% !important
}
#top-ten-slider-nav .slick-prev,
#top-ten-slider-nav .slick-next {
left : 0;
right : 0;
margin: 0 auto;
}
#top-ten-slider-nav .slick-prev {
top : 0;
bottom: auto;
}
#top-ten-slider-nav .NextArrow,
#top-ten-slider-nav .PreArrow {
position : absolute;
left : 0;
right : 0;
margin : 0 auto;
z-index : 999;
background: rgba(0, 0, 0, 0.5);
border : none;
color : var(--iq-white-color);
font-size : 30px;
width : 60px;
height : 35px;
}
#top-ten-slider .NextArrow,
#top-ten-slider .PreArrow {
position : absolute;
left : 0;
right : 0;
margin : 0 auto;
z-index : 999;
background: rgba(0, 0, 0, 0.5);
border : none;
color : var(--iq-white-color);
font-size : 30px;
width : 35px;
height : 60px;
}
#top-ten-slider-nav .NextArrow {
bottom: 0;
}
#top-ten-slider-nav .PreArrow {
top: 0;
}
#top-ten-slider .NextArrow {
right: 0;
left : auto;
}
#top-ten-slider .PreArrow {
left : 0;
right: auto;
}
#top-ten-slider-nav .slick-next:before,
#top-ten-slider-nav .slick-prev:before,
#top-ten-slider .slick-next:before,
#top-ten-slider .slick-prev:before {
display: none;
}
.slick-arrow {
cursor: pointer;
}
ul#top-ten-slider .slick-bg:before {
z-index: 0;
}
#top-ten-slider-nav .NextArrow:hover,
#top-ten-slider-nav .NextArrow:focus {
outline: none;
border : none;
}
#top-ten-slider-nav .PreArrow:hover,
#top-ten-slider-nav .PreArrow:focus {
outline: none;
border : none;
}
/*-----------------------*/
footer {
background: var(--iq-bg1);
}
ul.f-link li {
margin-bottom: 4px;
}
ul.f-link li a {
margin-bottom: 4px;
color : var(--iq-body-text);
}
ul.f-link li a:hover {
color: var(--iq-primary);
}
.s-icon {
position : relative;
width : 40px;
height : 40px;
border-radius: 50%;
text-align : center;
line-height : 40px;
margin-right : 12px;
color : var(--iq-white);
font-size : 17px;
background : rgb(41, 41, 41, 0.76);
transition : all 0.4s ease;
}
.s-icon:before {
content : '';
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
border-radius: 50%;
background : var(--iq-primary);
transition : all 0.4s ease;
transform : scale(.9);
z-index : -1;
}
.s-icon:hover:before {
transform : scale(1.1);
box-shadow: 0 0 15px var(--iq-primary);
}
.s-icon:hover {
box-shadow : 0 0 10px var(--iq-primary);
text-shadow: 0 0 2px var(--iq-primary);
color : var(--iq-primary);
transition : all 0.4s ease;
}
.copyright {
background: var(--iq-body-bg);
box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
}
/*-----------------------*/
.banner-wrapper {
padding : 60px 0;
z-index : 1;
width : 100%;
height : 550px;
background-image : url(../images/shows-banner/single-show.jpg);
background-position: top left;
}
.overlay-wrapper:before,
.shows-img:before {
content : '';
position : absolute;
bottom : 0;
left : 0;
z-index : -1;
width : 100%;
height : 100%;
background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 70%, var(--iq-black) 100%)
}
.banner-caption,
.overlay-s-name {
position: absolute;
bottom : 30px;
left : 80px;
}
.movie-detail .trending-info {
padding : 0 0 20px 0;
border : 1px solid;
border-image-slice: 1;
border-width : 0 0 1px 0;
}
.movie-detail .trending-info.g-border {
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.share-icons.music-play-lists li {
display : inline-flex;
margin-right: 7px;
width : 45px;
height : 45px;
}
.share-icons.music-play-lists li span {
width : 32px;
height: 32px;
}
.share-icons.music-play-lists li span i {
font-size: 15px;
}
.movie-detail .trending-info .trending-text {
font-size : 50px;
line-height: 1.5;
margin : 0;
}
.main-content.movi {
padding-top: 30px;
}
.share {
position: relative;
}
.share-box {
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
display : none;
position : absolute;
width : 105px;
top : 3px;
right : 40px;
left : auto;
background-color : var(--iq-bg1);
padding : 0px 10px;
border-radius : 0px;
text-align : center;
z-index : 2;
animation : side-in 0.5s forwards;
margin-bottom : 10px;
transition : all 0.45s ease 0s;
}
.share:hover .share-box {
display: inline-block;
}
.share-box a {
background : transparent !important;
color : var(--iq-body) !important;
margin-right: 15px;
}
.share-box i {
font-size: px !important;
}
.share-box a:hover {
color: var(--iq-primary) !important;
}
.banner-wrapper .trending-info .trending-dec {
width: 100%;
}
.play-ico {
font-size: 22px;
}
.play-button {
position : absolute;
z-index : 10;
top : 50%;
left : 15px;
transform : translateY(-50%);
display : block;
padding-left: 5px;
text-align : center;
}
.play-button:before {
content : "";
position : absolute;
z-index : 0;
left : 50%;
top : 50%;
transform : translateX(-50%) translateY(-50%);
display : block;
width : 50px;
height : 50px;
background : #ba1f24;
border-radius: 50%;
animation : pulse-border 1500ms ease-out infinite;
}
.play-button:after {
content : "";
position : absolute;
z-index : 1;
left : 50%;
top : 50%;
transform : translateX(-50%) translateY(-50%);
display : block;
width : 50px;
height : 50px;
background : var(--iq-primary);
border-radius: 50%;
transition : all 200ms;
}
.play-button:hover:after {
background-color: darken(#fa183d, 10%);
}
.play-button i {
display : block;
position : relative;
z-index : 3;
font-size: 20px;
color : var(--iq-white);
}
.w-name {
margin-left: 70px;
}
video {
display: block;
width : 100%;
height : 100%;
}
.video-container {
width : 100%;
height : 650px;
overflow: hidden;
position: relative;
}
.video-container.overlay-wrapper:before,
.overlay-s-name {
z-index: 1;
}
/*-----------------------*/
.seasons .iq-dropdown .form-control {
background: var(--iq-secondary);
color : var(--iq-white);
}
.seasons .trending-pills {
background: var(--iq-bg1);
}
.seasons .trending-pills.nav-pills .nav-item a {
margin-left: 0;
}
.epi-box .episode-number,
.epi-box .episode-play-info {
opacity: 1;
}
.epi-box .episode-number {
background: rgb(0, 0, 0, .7);
}
.epi-desc {
background: var(--iq-bg1);
}
.epi-name {
overflow : hidden;
text-overflow : ellipsis;
display : -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.epi-box {
-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
}
.epi-img {
overflow: hidden;
}
.img-zoom {
-webkit-transition: transform 2s ease-in-out;
-o-transition : transform 2s ease-in-out;
transition : transform 2s ease-in-out;
transform-origin : center center;
}
.epi-box:hover .img-zoom {
-webkit-transform: scale(1.3);
-o-transform : scale(1.3);
-moz-transform : scale(1.3);
-ms-transform : scale(1.3);
transform : scale(1.3);
}
.episode-name span {
font-size: 28px;
}
.episode-name .trending-year:before {
top : 22px !important;
left: 12px !important;
}
.season-info .big-title {
font-size: 22px !important;
}
/*-----------------------*/
#tvshows-slider li {
float: left;
}
.shows-img {
position: relative;
}
.shows-content {
position: absolute;
bottom : 30px;
left : 25px;
z-index : 99;
}
.shows-img:before {
background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.6) 75%, var(--iq-black) 100%);
z-index : 1;
}
#tvshows-slider .slick-slide {
opacity : 0.4;
filter : blur(3px);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12)
}
#tvshows-slider .slick-slide.slick-current.slick-center {
opacity : 1;
filter : blur(0);
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
}
#tvshows-slider .NextArrow,
#tvshows-slider .PreArrow {
position : absolute;
top : 50%;
cursor : pointer;
transform : translateY(-50%);
z-index : 999;
background: transparent;
border : none;
color : rgba(255, 255, 255, 0.9);
font-size : 65px;
z-index : 1;
}
#top-ten-slider .NextArrow,
#top-ten-slider .PreArrow {
position : absolute;
top : 50%;
cursor : pointer;
transform : translateY(-50%);
z-index : 999;
width : 40px;
height : 40px;
background : rgba(255, 55, 65, 0.8);
border-radius : 50%;
border : none;
color : rgba(255, 255, 255, 0.9);
font-size : 27px;
display : inline-block;
z-index : 1;
line-height : 26px;
text-align : center;
display : flex;
align-items : center;
justify-content: center;
}
#tvshows-slider .NextArrow,
#top-ten-slider .NextArrow {
right: 10px;
}
#tvshows-slider .PreArrow,
#top-ten-slider .PreArrow {
left: 10px;
}
.iq-main-slider {
position: relative;
}
.genres-box {
position: absolute;
top : 100px;
left : 15%;
}
.genres-box .btn-secondary {
background-color: rgba(108, 117, 125, 0.8);
border-color : transparent;
position : relative;
}
.genres-box .btn-secondary:focus {
box-shadow: none !important;
}
.genres-box .dropdown-toggle::after {
content : '\ea41';
position : absolute;
right : 37px;
top : 10px;
font-family : 'remixicon';
border : none !important;
transition : all 0.4s ease;
vertical-align: middle !important;
}
.genres-box .btn {
padding: 9px 42px 9px 25px;
}
.genres-box .dropdown-menu {
background-color : rgb(36, 36, 36, 0.9);
border : transparent;
color : var(--iq-white) !important;
border-radius : 0;
transform : translate(0, 0);
-webkit-transform : translate(0, 0);
-webkit-transition: all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
}
.genres-box .dropdown-menu.show {
transform: translate(0, 70px);
}
.genres-box .dropdown-item {
color: var(--iq-white);
}
.genres-box .dropdown-item:focus,
.genres-box .dropdown-item:hover {
background-color: transparent;
color : var(--iq-primary);
}
.genres-box .btn-secondary:not(:disabled):not(.disabled).active,
.genres-box .btn-secondary:not(:disabled):not(.disabled):active,
.genres-box.show>.btn-secondary.dropdown-toggle {
background-color: rgba(108, 117, 125, 0.8) !important;
border-color : transparent !important;
}
/*---------------------------*/
.m-profile {
padding-top : 120px;
padding-bottom: 60px;
}
.manage-p {
height: 100vh;
}
.m-profile .sign-user_card {
background: var(--iq-bg1);
}
.m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection,
.m-profile .select2-dropdown {
border : 1px solid var(--iq-body-text);
background: transparent;
}
.m-profile .form-group {
margin-bottom: 1.2rem;
}
.m-profile .sign-user_card {
padding: 30px;
}
.m-profile .select2-dropdown {
top: 0;
}
.m-profile .select2-search--dropdown .select2-search__field {
display: none !important;
}
.lang-dropdown {
margin-left: 30px;
}
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
background: transparent;
}
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
border : none;
background : var(--iq-bg1);
border-radius: 0;
color : #f2f2f2;
}
.manage-gen .select2-container .select2-selection--single .select2-selection__rendered {
line-height : calc(1.5em + 1.3rem);
padding-left: 10px;
font-size : 14px;
}
.manage-dd .select2-container {
width: 100% !important;
}
.manage-dd .select2-search--dropdown .select2-search__field {
width: 98%;
}
.lang-dropdown .select2-container .select2-search--inline .select2-search__field {
margin-top: 0px;
font-size : 14px;
}
.a-border {
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
/*-----------------------*/
.setting a:hover {
color: var(--iq-primary) !important;
}
.edit-icon {
position: absolute;
right : 25px;
top : 25px;
}
.setting-wrapper .btn-hover {
white-space: normal;
}
.pricing .table th {
border-top: none;
}
.pricing .table th {
border-bottom: 1px solid var(--iq-body-bg);
}
.prc-box {
background: var(--iq-body-bg);
padding : 15px;
position : relative;
transition: all 0.4s ease;
}
.type {
position : absolute;
background : var(--iq-primary);
padding : 9px 25px;
color : var(--iq-white);
top : -15px;
left : 50%;
transform : translateX(-50%);
z-index : 99;
font-weight: 500;
}
.type:before {
position : absolute;
content : '';
width : 0;
height : 0;
right : -15px;
top : -1px;
border-left: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.type:after {
position : absolute;
content : '';
width : 0;
height : 0;
left : -15px;
top : -1px;
border-right: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.prc-box.active {
background: var(--iq-primary);
}
.prc-box.active .type {
background: #fff;
color : var(--iq-primary);
}
.prc-box.active .type:before {
border-left: 16px solid var(--iq-primary-hover);
right : -16px;
}
.prc-box.active .type:after {
border-right: 16px solid var(--iq-primary-hover);
left : -16px;
}
.prc-wrap {
border-bottom: none !important;
}
.pricing .table td {
border-top: none !important;
}
.pricing .table tr {
border-bottom: 1px solid var(--iq-body-bg);
}
.pricing .table tr:last-child {
border-bottom: 0;
}
.i_close {
font-size: 22px;
}
.p-image {
position : absolute;
top : auto;
right : 6px;
bottom : 10px;
transition : all .3s ease;
background : var(--iq-primary);
color : var(--iq-white);
border-radius: 50%;
height : 30px;
width : 30px;
line-height : 28px;
text-align : center;
font-size : 12px;
cursor : pointer;
}
.upload-button {
font-size: 1.5em;
}
.file-upload {
display: none;
}
.upload_profile {
position: relative;
}
.child-cell {
transition: all 0.4s ease;
}
.child-cell.active {
color: var(--iq-primary);
}
/*-----------------------*/
.flatpickr-input[readonly] {
background-color: transparent !important;
}
.flatpickr-calendar,
.flatpickr-months .flatpickr-month,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
background: var(--iq-body-bg);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
background : var(--iq-primary);
border-color: transparent;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
background : var(--iq-primary);
border-color: transparent;
}
.flatpickr-day.today {
border-color: var(--iq-primary);
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
border-color: var(--iq-primary);
background : var(--iq-primary);
color : var(--iq-white);
}
/*-----------------------*/
.favorites-slider .slick-arrow,
.inner-slider .slick-arrow,
#trending-slider-nav .slick-arrow,
.trending-contens .slick-arrow {
display : flex;
align-items : center;
justify-content: center;
flex-direction : column;
width : 35px;
height : 60px;
}
.favorites-slider .slick-arrow i,
.inner-slider .slick-arrow i,
#trending-slider-nav .slick-arrow i,
.trending-contens .slick-arrow i {
display : flex;
align-items : center;
justify-content : center;
width : 35px;
height : 60px;
text-align : center;
opacity : 1;
z-index : 9;
top : 0;
background : rgba(0, 0, 0, 0.5);
margin : 0;
line-height : 5px;
box-shadow : 0px 9px 19px #01041B0D;
font-size : 0;
transform : none;
color : var(--iq-white);
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition : all 0.4s ease-in-out 0s;
transition : all 0.4s ease-in-out 0s;
}
.favorites-slider .slick-arrow.slick-disabled,
.inner-slider .slick-arrow.slick-disabled,
.trending-contens .slick-arrow.slick-disabled {
opacity: 0;
}
.favorites-slider .slick-prev,
.inner-slider .slick-prev {
color : var(--iq-white);
right : auto;
left : 9px;
z-index: 9;
top : 90px;
}
#trending-slider-nav .slick-prev,
.trending-contens .slick-prev {
color : var(--iq-white);
right : auto;
left : 11px;
z-index: 9;
top : 90px;
}
.favorites-slider .slick-next,
.inner-slider .slick-next {
left : auto;
color : var(--iq-white);
right : 6px;
z-index: 9;
top : 90px;
}
#trending-slider-nav .slick-next,
.trending-contens .slick-next {
left : auto;
color : var(--iq-white);
right : 11px;
z-index: 9;
top : 90px;
}
.favorites-slider .slick-prev:before,
.favorites-slider .slick-next:before,
.inner-slider .slick-prev:before,
.inner-slider .slick-next:before,
#trending-slider-nav .slick-prev:before,
#trending-slider-nav .slick-next:before,
.trending-contens .slick-prev:before,
.trending-contens .slick-next:before {
font-size: 0;
}
.favorites-slider .slick-arrow i,
.inner-slider .slick-arrow i,
#trending-slider-nav .slick-arrow i,
.trending-contens .slick-arrow i {
font-size: 17px;
}
.search-page .upcoming-contens .inner-slider .slick-arrow {
top: 50%;
}
.search-page .upcoming-contens .inner-slider .slick-arrow.slick-next {
right: 7px;
}
.upcoming-contens .inner-slider .slick-arrow,
#iq-favorites .inner-slider .slick-arrow {
top: 40%;
}
.trending-contens .slick-arrow {
top: 50%;
}
.trending-contens .slick-arrow.slick-next {
right: 0;
}
.trending-contens .slick-arrow.slick-prev {
left: 0;
}
/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
z-index : 999;
position : fixed;
margin : 0px;
color : var(--iq-white);
background : var(--iq-primary);
bottom : 30px;
right : 25px;
font-size : 26px;
width : 50px;
height : 50px;
text-align : center;
line-height : 50px;
border-radius : 90px;
-webkit-transition: all .3s ease-in-out;
-moz-transition : all .3s ease-in-out;
transition : all .3s ease-in-out;
}
#back-to-top .top:hover {
color : var(--iq-white) !important;
background: var(--iq-primary);
}
#back-to-top {
opacity : 0;
transition: opacity 0.6s ease;
}
#back-to-top.show {
opacity : 1;
transition: opacity 0.6s ease;
}
/*---------------------------------------------------------------------
Sign In
-----------------------------------------------------------------------*/
#sign-in-page-box {
background : #fff;
border-radius : 10px;
position : relative;
width : 100%;
min-height : 480px;
height : 93vh;
margin : 15px auto;
box-shadow : 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
-webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
}
.sign-in-detail {
color: var(--iq-white);
}
.sign-in-page {
height : 100vh;
position : relative;
background : url(../images/login/login.jpg) no-repeat scroll 0 0;
background-size: cover;
}
.sign-in-page .height-self-center {
height : 100vh;
border-radius: 15px;
}
.sign-in-page-data {
border-radius: 15px;
}
.sign-in-detail {
padding: 50px 80px;
}
.sign-in-logo {
display: inline-block;
width : 100%;
}
.sign-in-logo img {
height: 50px;
}
/* .sign-info { display: flex; align-items: center; justify-content: space-between; } */
.iq-social-media {
margin : 0;
padding: 0;
float : right;
}
.iq-social-media li {
list-style : none;
float : left;
margin-right: 10px;
}
.iq-social-media li:last-child {
margin-right: 0;
}
.iq-social-media li a {
height : 30px;
width : 30px;
text-align : center;
font-size : 18px;
line-height : 30px;
display : inline-block;
-webkit-border-radius: 7px;
-moz-border-radius : 7px;
border-radius : 7px;
background : var(--iq-light-primary);
color : var(--iq-primary) !important;
}
.iq-social-media li a:hover {
text-decoration: none;
}
.sign-in-page .btn {
padding : 10px 35px;
border-radius: 5px;
}
.sign-user_card {
position : relative;
background : rgba(0, 0, 0, 0.6);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
padding : 25px;
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
display : block;
margin : 0 auto;
}
.sign-user_logo {
position : absolute;
top : -56px;
border-radius: 50%;
padding : 10px;
text-align : center;
}
.sign-user_logo img {
height : 100px;
width : 100px;
border-radius: 50%;
border : 2px solid white;
}
.sign-in-page .form-control,
.m-profile .form-control {
color: var(--iq-white);
}
.sign-in-page .form-control:focus,
.m-profile .form-control:focus {
background: transparent;
box-shadow: none;
border : 1px solid var(--iq-primary);
}
::placeholder {
color : #d9d5d5 !important;
opacity: 1;
}
:-ms-input-placeholder {
color: #d9d5d5 !important;
}
::-ms-input-placeholder {
color: #d9d5d5 !important;
}
.f-link:hover {
color: var(--iq-primary);
}
/*---------------------------------------------------------------------
Privacy and terms
-----------------------------------------------------------------------*/
.iq-terms-of-use p {
color: var(--iq-body-text);
}
.iq-terms-of-use ul li {
color: var(--iq-body-text);
}
.iq-privacy-policy p {
color: var(--iq-body-text);
}
/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
footer .footer-standard .widget ul li {
display : inline-block;
padding-right: 30px;
}
footer .footer-standard .widget ul>li>a {
padding : 0;
font-weight: 400;
}
footer .footer-standard .widget ul>li>a::before {
display: none;
}
footer .footer-link-title {
margin-bottom: 20px;
margin-top : 0;
}
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin : 0 !important;
}
footer .widget {
background: transparent;
border : none;
padding : 0;
}
footer .widget .iq-contact li a:before {
display: none;
}
footer .widget #recentcomments li a {
color: var(--iq-primary);
}
footer .widget #recentcomments li .comment-author-link a:hover {
text-decoration: underline;
color : var(--iq-primary);
}
footer .widget.widget_nav_menu ul li a:before,
footer .widget ul.menu li a:before {
top: 14px;
}
footer .widget.widget_nav_menu ul li a {
padding: 7px 0 7px 15px;
}
footer .widget ul.menu li .sub-menu {
padding-left: 10px;
}
ul.iq-contact li {
display: flex;
}
ul.iq-contact li a span {
padding-left: 15px;
display : table-cell;
word-wrap : anywhere;
word-break : break-word;
}
ul.iq-contact li i {
position : absolute;
left : 0;
line-height: 34px;
font-size : 22px;
color : var(--iq-secondary);
}
ul.iq-contact li a:before {
display: none;
}
.widget.widget_nav_menu ul li .sub-menu li a,
.widget ul.menu li .sub-menu li a {
font-size: 14px;
}
footer .widget .rss-date {
font-weight : 600;
font-size : 14px;
text-transform: uppercase;
display : inline-block;
width : 100%;
margin : 5px 0;
}
footer.footer-one .widget .textwidget p {
margin-bottom: 0;
}
footer .widget.footer-logo.text-left {
margin-bottom: 15px
}
footer {
display : inline-block;
width : 100%;
float : left;
background-repeat: no-repeat !important;
background-size : cover !important;
background : var(--iq-bg1) !important;
overflow : hidden;
}
footer.footer-one .footer-top {
padding-top : 60px;
padding-bottom: 60px;
}
footer.footer-one .footer-standard .widget {
margin: 0;
}
footer.footer-one .footer-top .footer-standard .info-share {
margin-bottom: 0;
}
footer.footer-one .widget {
background: transparent;
}
footer.footer-one .widget h4.footer-title {
margin-bottom: 15px;
}
footer .widget #recentcomments li .comment-author-link a {
color : var(--body-text);
font-weight: 600;
}
footer .widget #recentcomments li.recentcomments a:before,
footer .widget a.rsswidget:before,
footer ul.wp-tag-cloud li a:before {
display: none;
}
footer.footer-one .widget ul.menu li a {
border : none;
margin-bottom: 4px;
color : var(--iq-white-color);
}
footer.footer-one .widget ul.menu li a:hover {
color: var(--iq-primary);
}
footer.footer-one .sub-btn {
position: absolute;
right : 0;
}
footer.footer-one .sub-btn button {
padding : 24px 30px;
border : none;
cursor : pointer;
background-color: var(--iq-primary);
}
footer.footer-one .sub-btn button:hover,
.footer-one .sub-btn button:focus {
outline: none;
}
footer.footer-one .sub-btn button:before {
content : "\f2c3";
position : absolute;
font-family : "Ionicons";
z-index : 1;
top : 50%;
left : 50%;
margin-right: -50%;
transform : translate(-50%, -50%);
font-size : 24px;
color : var(--iq-white-color);
}
footer.footer-one input[type=submit] footer.footer-one .info-share li {
margin-left : 15px;
margin-right: 0px;
}
footer.footer-one .menu-footer-menu-container .menu {
margin-bottom: 0;
padding : 0;
}
footer.footer-one .menu-footer-menu-container .menu li {
list-style : none;
display : block;
margin-right: 10px;
}
footer.footer-one .copyright a:hover,
footer.footer-one .menu-footer-menu-container .menu li a:hover,
footer.footer-one .info-share li a:hover {
text-decoration: none;
color : var(--iq-primary);
}
footer.footer-one .menu-footer-menu-container .menu li:last-child {
margin-right: 0;
}
footer.footer-one .copyright-footer {
background: var(--iq-body-bg);
box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
padding : 0 15px;
}
footer.footer-one .copyright-footer .copyright {
font-size: 16px;
}
footer.footer-one .info-share li a {
color: var(--iq-secondary);
}
footer.footer-one input[type=email]:hover,
footer.footer-one input[type=email]:focus {
border-color: var(--iq-primary);
padding : 0 125px 0 15px;
}
footer.footer-one input[type=email] {
background : var(--iq-white-color);
border-color : var(--iq-white-light-color);
border-radius: 90px;
color : var(--iq-secondary);
}
.mc4wp-form-fields input[type="submit"] {
position: absolute;
right : 15px;
}
footer.footer-one .footer-top .info-share li {
margin-right : 15px;
margin-bottom: 15px;
}
footer.footer-one .footer-top .info-share li:last-child {
margin-right: 0px;
}
.iq-bg-dark {
position: relative;
}
footer.iq-over-dark-90:before {
display: none !important;
}
footer .footer_top_block {
padding-bottom: 100px;
}
footer.footer-one .footer-top .info-share {
padding-left: 0px;
}
footer.footer-one .footer-top .info-share li {
margin-right: 12px;
display : inline-block;
}
footer.footer-one .footer-top .info-share li a {
position : relative;
display : inline-block;
width : 40px;
height : 40px;
text-align : center;
line-height : 40px;
margin-right : 0px;
color : var(--iq-white);
font-size : 17px;
border-radius: 50%;
background : rgba(41, 41, 41, 0.76);
transition : all 0.4s ease 0s;
}
footer.footer-one .footer-top .info-share li a:hover {
box-shadow : 0 0 10px var(--iq-primary-hover);
text-shadow: 0 0 2px var(--iq-primary-hover);
color : var(--iq-primary-hover);
transition : all 0.4s ease 0s;
}
footer.footer-one .footer-top .info-share li a::before {
content : "";
position : absolute;
top : 0px;
left : 0px;
width : 100%;
height : 100%;
transform : scale(0.9);
z-index : -1;
border-radius: 50%;
transition : all 0.4s ease 0s;
}
/*-------------- footer links -----------------------------------*/
ul.f-link li {
margin-bottom: 4px;
}
ul.f-link li a {
margin-bottom: 4px;
color : var(--iq-body-text);
}
ul.f-link li a:hover {
color: var(--iq-primary);
}
.s-icon {
position : relative;
width : 40px;
height : 40px;
border-radius: 50%;
text-align : center;
line-height : 40px;
margin-right : 12px;
color : var(--iq-white-color);
font-size : 17px;
background : rgb(41, 41, 41, 0.76);
transition : all 0.4s ease;
}
.s-icon:before {
content : '';
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
border-radius: 50%;
background : var(--iq-primary);
transition : all 0.4s ease;
transform : scale(.9);
z-index : -1;
}
.s-icon:hover:before {
transform : scale(1.1);
box-shadow: 0 0 15px var(--iq-primary);
}
.s-icon:hover {
box-shadow : 0 0 10px var(--iq-primary);
text-shadow: 0 0 2px var(--iq-primary);
color : var(--iq-primary);
transition : all 0.4s ease;
}
.page-numbers li .page-numbers {
background-color: var(--iq-bg1);
border : none;
}
.wp-video-shortcode {
height: 500px !important;
}
.wp-video {
width: 100% !important;
}
.mejs-container {
width : 100% !important;
min-width: 100% !important;
}
.video-container.iq-main-slider iframe {
height: 70vh;
}
/*---------------------------------------------------------------------
Animation
-----------------------------------------------------------------------*/
@keyframes slide-down {
0% {
opacity : 0;
transform: translateY(100%);
}
100% {
opacity : 1;
transform: translateY(0);
}
}
@keyframes notify {
0% {
-webkit-transform: scaleX(1);
transform : scaleX(1)
}
10% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform : scale3d(0.9, 0.9, 0.9) rotate(-3deg)
}
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform : scale3d(0.9, 0.9, 0.9) rotate(-3deg)
}
30% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
50% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
70% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
60% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform : scaleX(1)
}
}
@-webkit-keyframes slide-in {
100% {
left: 0;
}
}
@keyframes slide-in {
100% {
left: 0;
}
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity : 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity : 0;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0.2;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0.2;
}
to {
opacity: 1;
}
}
@keyframes trailorPlay {
0% {
transform: translateX(0);
}
30% {
transform: translateX(-5px);
}
50% {
transform: translateX(5px);
}
70% {
transform: translateX(-2px);
}
100% {
transform: translateX(0);
}
}
/*---------------------------------------------------------------------
About Us
-----------------------------------------------------------------------*/
.about-us-detail {
padding : 10px;
padding-bottom: 100px;
}
.about-us-row {
padding: 10px;
}
.widget-container p {
border-left: 4px solid var(--iq-primary);
background : transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
padding : 5px;
position : relative;
overflow : hidden;
display : inline-block;
font-style : italic;
}
.image-box {
overflow: hidden;
}
.image-box img {
-webkit-transition: transform 2s ease-in-out;
-o-transition : transform 2s ease-in-out;
transition : transform 2s ease-in-out;
transform-origin : center center;
}
.image-box img:hover {
-webkit-transform: scale(1.3);
-o-transform : scale(1.3);
-moz-transform : scale(1.3);
-ms-transform : scale(1.3);
transform : scale(1.3);
}
.image-icon svg {
width : 1em;
height : 1em;
position: relative;
display : block;
}
.image-box {
padding: 10px;
}
.heading-title {
padding : 0;
margin : 0;
line-height: 1;
}
.widget-container h4 {
margin : 10px 0px 0px 0px;
padding : 0px 0px 0px 0px;
color : #FFFFFF;
font-family: "Roboto", Sans-serif;
font-weight: 400;
}
.image-box {
margin : 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
}
.map-container {
background-color: #191919;
transition : background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top : 0px;
margin-bottom : 0px;
padding : 100px 0px 100px 0px;
}
.iq-title-box .iq-title-desc {
margin: 10px 0 0;
}
.iq-title-box a {
color : var(--iq-primary);
outline: none;
}
.counter {
color : #E50914;
font-family: "Roboto", Sans-serif;
font-size : 40px;
font-weight: 600;
text-align : center;
}
.counter-title {
color : #FFFFFF;
font-family: "Roboto", Sans-serif;
font-weight: 400;
text-align : center;
text-align : center;
font-size : 19px;
font-weight: 400;
line-height: 2.5;
}
.counter .counter-number {
font-size: inherit;
}
.svg-header {
padding-top: 100px;
}
.svg-mini-header {
padding: 20px;
}
/*---------------------------------------------------------------------
Breadcrumb style 1 2 and 3 4 5
-----------------------------------------------------------------------*/
.breadcrumb li {
display : inline-block;
word-break: break-all;
}
.iq-breadcrumb {
padding : 150px 0 80px;
background: var(--iq-bg1);
}
.iq-breadcrumb-two {
padding : 45px 0;
position: relative;
z-index : 2;
}
.iq-breadcrumb-one {
display : block;
padding : 150px 0 80px;
z-index : 9;
position: relative;
}
.iq-breadcrumb-one ol li a {
color : var(--iq-primary);
text-decoration: none;
font-weight : 700;
}
.iq-breadcrumb-one ol li {
list-style: none;
display : inline-block;
}
.iq-breadcrumb-one .breadcrumb-item+.breadcrumb-item::before {
content: ">";
color : var(--iq-primary);
}
.iq-breadcrumb-one .breadcrumb {
position: relative;
display : inline-block;
}
.iq-breadcrumb-one .breadcrumb-item.active {
color : var(--iq-primary);
position : relative;
font-weight: 700;
}
.iq-breadcrumb-one ol {
background : transparent;
padding : 0;
margin-bottom: 0;
margin-top : 15px;
}
.iq-breadcrumb-two .breadcrumb {
display: inline-block;
}
.iq-breadcrumb-two ol li {
display: inline-block;
}
.iq-breadcrumb-three .breadcrumb {
margin-top: 0;
}
.iq-breadcrumb-three .iq-breadcrumb-one {
padding: 0;
}
.iq-breadcrumb-three {
padding: 45px 0;
}
.breadcrumb-bg,
.breadcrumb-video,
.video-iq-bg-over {
position: relative;
overflow: hidden;
}
.breadcrumb-bg video,
.breadcrumb-bg #video-background,
.breadcrumb-video video,
.video-iq-bg-over video,
.video-breadcrumb-bg #video-background,
.video-iq-bg-over #video-background {
position : absolute;
left : 50%;
top : 50%;
transform: translate(-50%, -50%);
display : inline-block;
width : 100%;
}
.breadcrumb-bg.iq-over-dark-80:before,
.breadcrumb-ui:before {
z-index: 0;
}
.iq-breadcrumb-one {
background-repeat : no-repeat !important;
background-position: center !important;
background-size : cover !important;
background-color : var(--iq-bg1) !important;
}
/*---------------------------------------------------------------------
Background Gradient
---------------------------------------------------------------------*/
.iq-bg-over {
position: relative;
}
.iq-over-dark-10:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.1);
display : block !important;
}
.iq-over-dark-20:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.2);
display : block !important;
}
.iq-over-dark-30:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.3);
display : block !important;
}
.iq-over-dark-40:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.4);
display : block !important;
}
.iq-over-dark-50:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.5);
display : block !important;
}
.iq-over-dark-60:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.6);
display : block !important;
}
.iq-over-dark-70:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.7);
display : block !important;
}
.iq-over-dark-80:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.8);
display : block !important;
}
.iq-over-dark-85:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.85);
display : block !important;
}
.iq-over-dark-90:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.9);
display : block;
}
.iq-over-dark-95:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.95);
display : block !important;
}
/*---------------------------------------------------------------------
Privacy and terms
-----------------------------------------------------------------------*/
.iq-terms-of-use p {
color: var(--iq-body-text);
}
.iq-terms-of-use ul li {
color: var(--iq-body-text);
}
.iq-privacy-policy p {
color: var(--iq-body-text);
}
.site-main {
padding : 100px 0;
display : inline-block;
width : 100%;
float : left;
overflow: hidden;
}
/*---------------------------------------------------------------------
Pricing-Plan
-----------------------------------------------------------------------*/
.iq-pricing-card {
padding : 30px;
position : relative;
background : var(--iq-bg1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
display : block;
margin : 0 auto;
}
.iq-pricing-card .iq-pricing .table {
border: none;
}
.iq-pricing-card .iq-pricing .table th {
border : none;
font-size : 18px;
line-height: 28px;
padding : 28px 10px 20px;
}
.iq-pricing-card .iq-pricing .table td {
border: none !important;
}
.iq-pricing-card .iq-pricing .table tr {
border-bottom: 1px solid var(--iq-body-bg);
}
.iq-pricing-card .iq-pricing .table tr:last-child {
border-bottom: 0;
}
.iq-pricing-card .iq-pricing .iq-price-head {
border-bottom: none !important;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box {
background: var(--iq-body-bg);
padding : 30px 10px;
position : relative;
transition: all 0.4s ease;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .iq-price-rate {
margin-top: 30px;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box small {
font-size : 20px;
text-transform: lowercase;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type {
font-size : 18px;
line-height: 28px;
position : absolute;
background : var(--iq-primary);
padding : 9px 25px;
color : var(--iq-white-color);
top : -15px;
left : 50%;
transform : translateX(-50%);
z-index : 99;
font-weight: 500;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type:before {
position : absolute;
content : '';
width : 0;
height : 0;
right : -15px;
top : -1px;
border-left: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type:after {
position : absolute;
content : '';
width : 0;
height : 0;
left : -15px;
top : -1px;
border-right: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active {
background: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type {
background: #fff;
color : var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type:before {
border-left: 16px solid var(--iq-primary-hover);
right : -16px;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type:after {
border-right: 16px solid var(--iq-primary-hover);
left : -16px;
}
.iq-pricing-card .iq-pricing .i_close {
font-size: 22px;
}
.iq-pricing-card .iq-pricing .iq-child-cell {
transition : all 0.4s ease;
font-size : 18px;
line-height: 28px;
padding : 25px 10px 20px;
}
.iq-pricing-card .iq-pricing .iq-child-cell.active {
color: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-child-cell i {
font-size : 26px;
line-height: 36px;
}
.iq-pricing-card .iq-pricing .iq-price-footer {
padding: 25px 10px 0px;
}
.iq-price-box .text-white {
font-size: 2.369em;
}
.iq-price-footer .align-items-center .btn-hover {
padding : 12px 24px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
/*---------------------------------------------------------------------
Pricing-Plan-Style-2
-----------------------------------------------------------------------*/
.iq-pricing-card-two {
padding : 22px 60px 60px;
position : relative;
background : var(--iq-bg1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
display : block;
margin : 0 auto;
}
.iq-pricing-card-two .iq-pricing .table {
border: none;
}
.iq-pricing-card-two .iq-pricing .table th {
border : none;
font-size : 18px;
line-height: 28px;
padding : 28px 10px 20px;
}
.iq-pricing-card-two .iq-pricing .table td {
border: none !important;
}
.iq-pricing-card-two .iq-pricing .table tr {
border-bottom: 1px solid var(--iq-body-bg);
}
.iq-pricing-card-two .iq-pricing .table tr:last-child {
border-bottom: 0;
}
.iq-pricing-card-two .iq-pricing .iq-price-head .iq-price-box {
display : inline-block;
padding : 13px 15px;
font-size : 75%;
font-weight : 700;
line-height : 1;
text-align : center;
white-space : nowrap;
vertical-align : baseline;
color : var(--iq-white-color);
background-color: var(--iq-secondary);
}
.iq-pricing-card-two .iq-pricing .iq-price-head .iq-price-box .type {
font-size: 16px;
color : var(--iq-white-color);
}
.iq-pricing-card-two .iq-pricing .i_close {
font-size: 22px;
}
.iq-pricing-card-two .iq-pricing .iq-child-cell {
transition : all 0.4s ease;
font-size : 18px;
line-height: 28px;
padding : 25px 10px 20px;
}
.iq-pricing-card-two .iq-pricing .iq-child-cell.active {
color: var(--iq-primary);
}
.iq-pricing-card-two .iq-pricing .iq-child-cell i {
font-size : 26px;
line-height: 36px;
}
.iq-pricing-card-two .iq-pricing .iq-price-footer {
padding: 25px 10px 0px;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price {
justify-content: center;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap {
display : flex;
justify-content: space-between;
position : relative;
padding : 15px;
background : var(--iq-body-bg);
margin-bottom : 30px;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap i {
position : absolute;
top : 15px;
right : 15px;
font-size: 24px;
display : none;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-label .type {
background : var(--iq-primary);
color : var(--iq-white-color);
padding : 3px 4px 4px;
font-size : 16px;
font-weight: 500;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-label .type1 {
background : var(--iq-primary);
color : var(--iq-white-color);
padding : 3px 4px 4px;
font-size : 16px;
font-weight: 500;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-rate {
padding : 0px;
margin-top: 20px;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-rate small {
font-size : 20px;
text-transform: lowercase;
}
.iq-pricing-card-two .iq-button.btn {
width : 100%;
font-size : 20px;
font-weight: 500;
}
.iq-price-rate-wrap {
cursor: pointer;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active {
background: rgba(229, 9, 20, 0.4);
border : 1px solid rgba(209, 208, 207, 0.6);
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active .iq-price-label .type {
background-color: var(--iq-white-color);
color : var(--iq-primary);
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active i {
color : var(--iq-white-color);
display: block;
}
.align-items-center .btn-hover {
padding : 12px 24px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.iq-price-box span {
font-size: 16px;
color : var(--iq-white-color);
}
/*---------------------------------------------------------------------
Contact
-----------------------------------------------------------------------*/
.wrapper {
padding : 10px;
position : relative;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
box-sizing: border-box;
}
.iq-title-box {
padding: 10px;
}
.iq-box {
padding-top: 100px;
}
.contact-detail {
padding-bottom: 100px;
}
.contact-detail {
padding : 10px;
padding-bottom : 100px;
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.icon-box {
margin-bottom: 15px;
}
.icon-box .icon-svg {
fill : #FFFFFF;
color : #FFFFFF;
border-color: #FFFFFF;
}
.icon-svg svg {
width : 50px;
height : 50px;
position: relative;
display : block;
}
.icon-box-content {
-webkit-box-flex : 1;
-ms-flex-positive: 1;
flex-grow : 1;
}
.icon-box-content .icon-box-title {
color : #E50914;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
h3.icon-box-title>span {
font-size: 24px;
}
.icon-box-description {
color : #D1D0CF;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
.iq-contact-list {
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 0 1px;
border-image-source: linear-gradient(to top, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
/*---------------------------------------------------------------------
Contact form
-----------------------------------------------------------------------*/
.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
position: absolute;
bottom : -5px;
left : 0;
color : red;
border : none;
padding : 0;
margin : 5px 0;
}
.streamit-contact {
padding : 45px;
background: var(--iq-white-light-color);
}
.streamit-contact h2 {
text-align: center;
}
.streamit-contact input:hover,
.streamit-contact input[type=text]:hover,
.streamit-contact textarea:hover {
border: 1px solid var(--iq-primary);
}
.streamit-contact .button {
cursor : pointer;
margin-top: 15px;
}
.streamit-contact input,
.streamit-contact input[type=text],
.streamit-contact textarea {
border: 1px solid var(--iq-white-light-color);
}
.wpcf7-form p:nth-child(n+6) {
margin-bottom: 0;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-not-valid-tip {
display: none !important;
}
.contact-form .cfield {
position: relative;
width : 100%;
display : inline-block;
}
.contact-form .cfield input[type=submit] {
margin-top: 15px;
}
.contact-form .cfield input {
position : relative;
width : 100%;
margin-bottom: 15px;
}
.contact-form .cfield input:focus,
.contact-form .cfield.textarea textarea:focus {
border : 1px solid var(--iq-primary);
box-shadow: none;
outline : none;
}
.contact-form .cfield.textarea textarea {
margin-bottom: 15px;
width : 100%;
float : left;
background : var(--iq-white-color);
border : 1px solid var(--iq-white-light-color);
border-radius: 4px;
padding : 15px 0 0 20px;
resize : none;
}
.contact-form .cfield .wpcf7-not-valid {
border: 1px solid var(--iq-warning-color);
}
.contact-form .ajax-loader {
margin: 32px 0 0 5px;
}
.predict-form {
background : var(--iq-white-color);
border-radius: 5px;
padding : 30px;
}
.predict-form input,
.predict-form textarea {
margin-bottom: 30px;
}
.contact-form .cfield textarea {
margin-bottom: 15px;
}
.iq-contact-data {
padding : 0 0 100px 0;
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.iq-contact-data .iq-contact-list {
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 0 1px;
border-image-source: linear-gradient(to top, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.iq-contact-data .iq-contact-list:first-child {
border: none;
}
input,
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
width : 100%;
padding : 0 15px;
height : 48px;
line-height : 48px;
background : var(--iq-body-bg);
border : 1px solid #404043;
-webkit-border-radius: 0;
-moz-border-radius : 0;
border-radius : 0;
color : var(--iq-body-text);
transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-ms-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
-webkit-transition : all 0.5s ease-in-out;
}
textarea {
padding : 0 15px;
height : 150px;
-webkit-border-radius: 0px;
-moz-border-radius : 0px;
border-radius : 0px;
}
.comments-area table td,
.comments-area table th {
border: 1px solid var(--iq-white-light-color);
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
border-color: var(--iq-primary);
box-shadow : none;
outline : none;
}
/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion {
z-index : 9;
position: relative;
}
.iq-accordion .iq-accordion-title {
border-radius : 4px;
position : relative;
padding : 30px 75px 30px 30px;
line-height : normal;
cursor : pointer;
display : flex;
text-align : left;
color : var(--white-color);
font-weight : 600;
text-decoration: none;
}
.iq-accordion .iq-accordion-title .accordion-title {
display : inline-block;
vertical-align: middle;
}
.iq-accordion .iq-accordion-details {
display : none;
text-align: left;
padding : 30px 0 0;
}
.iq-accordion .iq-accordion-details p {
margin-bottom: 0;
}
.iq-accordion .iq-accordion-block {
margin-bottom: 30px;
padding : 0;
overflow : hidden;
background : var(--iq-bg1);
border-radius: 5px;
}
.iq-accordion .iq-accordion-block:last-child {
margin-bottom: 0;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i {
color : var(--primary-color);
line-height : normal;
vertical-align: middle;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-right {
position : absolute;
right : 30px;
top : 25px;
text-align: center;
background: var(--iq-primary);
height : 35px;
width : 35px;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-right>i {
line-height: 35px;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i::before {
vertical-align: middle;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i.active {
display: none;
}
.iq-accordion .iq-accordion-block.iq-active .iq-accordion-title i.active {
display : inline-block;
vertical-align: middle;
}
.iq-accordion .iq-accordion-block.iq-active .iq-accordion-title i.inactive {
display: none;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-left {
margin-right : 45px;
line-height : 33px;
display : inline-block;
vertical-align: middle;
}
.iq-accordion-shadow .iq-accordion-block.iq-active {
-webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow : 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
box-shadow : 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-ms-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.iq-accordion .iq-accordion-details {
padding : 30px 30px;
border : 1px solid;
border-image-slice : 1;
border-width : 1px 0px 0px 0;
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
h1 {
font-size: 4.209em;
}
h2 {
font-size: 3.157em;
}
h3 {
font-size: 2.369em;
}
h4 {
font-size: 1.777em;
}
h5 {
font-size: 1.333em;
}
h6 {
font-size: 1rem;
}
/*-------------------------------------------------------------------
header menu
----------------------------------------------*/
.navbar ul li:hover>.sub-menu {
display : block !important;
-webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation : fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.navbar ul li:hover .sub-menu {
display : block;
padding : 15px 0;
background : var(--iq-body-bg);
position : absolute;
top : 100%;
left : 0;
padding-left : 0;
display : inline-block;
min-width : 256px;
-webkit-box-shadow: 0px 1px 30px 0px rgb(36 38 43 / 10%);
-moz-box-shadow : 0px 1px 30px 0px rgba(36, 38, 43, 0.10);
box-shadow : 0px 1px 30px 0px rgb(36 38 43 / 10%);
}
.navbar ul li .sub-menu li>.sub-menu {
display: none;
}
.navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu,
.navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu {
left : auto;
right: 100%;
top : -15px;
}
.navbar ul li:last-child {
margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a,
.navbar ul.navbar-nav>li.menu-item:hover>i {
color: var(--iq-primary);
}
.navbar ul.navbar-nav>li.menu-item>a {
text-transform: uppercase;
}
.navbar ul.navbar-nav>li:hover>a {
font-weight: 700;
}
.navbar ul li.menu-item a {
font-size : 16px;
font-weight : 400;
position : relative;
padding : 0px 0px 0px 10px;
line-height : 70px;
position : relative;
z-index : 9;
text-decoration : none;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform : capitalize;
}
.navbar ul li .sub-menu {
display: none;
}
/* .navbar ul {
float: inherit;
display: block;
text-align: center;
} */
.navbar ul li .sub-menu li {
margin-right: 0;
padding : 0 15px;
}
.navbar ul.sub-menu li {
display : block;
text-align: left;
}
.navbar ul li {
list-style : none;
margin-right : 18px;
position : relative;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
display : inline-block;
}
.menu-sticky .navbar ul li .sub-menu>li a {
line-height: 1em;
}
.navbar ul li .sub-menu li>a {
font-size : 14px;
border-radius: 0;
display : inline-block;
width : 100%;
line-height : 1em;
padding : 15px;
color : var(--iq-body-text);
position : relative;
overflow : hidden;
}
.navbar ul li.menu-item a {
font-size : 16px;
font-weight : 400;
position : relative;
padding : 0px 0px 0px 10px;
line-height : 70px;
position : relative;
z-index : 9;
text-decoration : none;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform : capitalize;
}
.navbar ul li .sub-menu li>a::before {
position : absolute;
content : "";
background: var(--iq-primary);
top : 0;
bottom : 0;
left : 0;
right : 0;
width : 4px;
opacity : 0;
transform : translate3d(-100%, 0, 0);
transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::after {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
}
.navbar ul li .sub-menu li>a::after {
position : absolute;
content : "";
background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
top : 0;
bottom : 0;
left : 0;
right : 0;
opacity : 0;
transform : translate3d(-100%, 0, 0);
transition: all 0.5s ease-in-out;
z-index : -1;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::before {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
} | css/style.css | [ Table of contents ]
================================================
:: Header
:: Navigation
:: Pages Content
:: Back to Top
:: Sign In
======================================
[ End table content ]
======================================*/
/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header#main-header {
position : fixed;
left : 0px;
right : 0px;
text-align: center;
z-index : 99;
background: rgba(20, 20, 20, 0.5) !important;
}
header .navbar-light .navbar-brand img.logo {
width: 160px;
}
.iq-search-bar .search-input {
width : 100%;
height : 40px;
padding : 5px 15px 5px 40px;
border : none;
border-radius: 0;
color : var(--iq-white);
background : var(--iq-bg1);
}
.iq-search-bar .searchbox .search-link {
position : absolute;
left : 15px;
top : 6px;
font-size: 16px;
}
.nav-item span.dots {
height : 10px;
width : 10px;
font-size : 0;
text-align : center;
padding : 0;
position : absolute;
top : 3px;
right : 12px;
border-radius : 50%;
-webkit-border-radius: 50%;
}
.menu-right .nav-item span.dots {
right: 0;
}
.navbar-right li .iq-sub-dropdown .iq-sub-card {
position : relative;
font-size : inherit;
padding : 15px 15px;
line-height : normal;
color : inherit;
text-align : left;
display : inline-block;
width : 100%;
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
.iq-sub-card.setting-dropdown {
padding: 15px 15px 15px 0 !important;
}
.navbar-right li .iq-sub-dropdown a.iq-sub-card:last-child {
border-bottom: 0;
}
.notify-bg {
overflow: hidden;
z-index : 99;
}
.notify-bg:before {
content : '';
display : block;
position : absolute;
background: rgba(255, 255, 255, 0.5);
width : 70px;
height : 100%;
left : 0;
top : 0;
opacity : 0.5;
filter : blur(30px);
transform : translateX(-100px) skewX(-30deg);
animation : noti-before-animation 2s infinite 2s;
}
.notify-bg:after {
content : '';
display : block;
position : absolute;
background: rgba(255, 255, 255, 0.2);
width : 30px;
height : 100%;
left : 30px;
top : 0;
opacity : 0;
filter : blur(5px);
transform : translateX(-100px) skewX(-30deg);
animation : noti-after-animation 2s infinite 2s;
}
.navbar-right .iq-sub-dropdown .iq-card-body div {
border-radius: 0;
}
.navbar-right .iq-show .iq-sub-dropdown,
.iq-show .search-box {
opacity : 1;
visibility: visible;
transform : translate(0, 0);
}
.navbar-right .iq-sub-dropdown {
width : 300px;
opacity : 0;
visibility : hidden;
position : absolute;
top : 100%;
right : 15px;
background : var(--iq-bg1);
transform : translate(0, 70px);
-webkit-transform : translate(0, 70px);
transition : all 0.3s;
padding : 0;
-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition : all 0.3s ease-out 0s;
-ms-transition : all 0.3s ease-out 0s;
-o-transition : all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
z-index : 1;
}
.navbar-light .navbar-toggler-icon {
background: url(../images/menu.png) no-repeat scroll center center;
}
.search-toggle:hover,
header .navbar ul li.menu-item a:hover {
color: var(--iq-primary) !important;
}
.search-wrapper {
position : relative;
display : inline-block;
height : 36px;
vertical-align: bottom;
}
.searchbutton {
position : absolute;
font-size: 22px;
width : 100%;
margin : 0;
padding : 0;
right : 16px;
color : var(--iq-body-text);
}
.search:focus+.searchbutton {
transition-duration : 0.4s;
-moz-transition-duration : 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration : 0.4s;
color : var(--iq-primary);
}
.search:hover+.searchbutton {
color: var(--iq-white);
}
.search {
position : absolute;
left : 49px;
background-color : transparent;
outline : none;
border : none;
border-bottom : 1px solid transparent;
padding : 0 0 0 16px;
width : 0;
height : 100%;
z-index : 10;
color : var(--iq-white);
transition-duration : 0.4s;
-moz-transition-duration : 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration : 0.4s;
}
.search:focus,
.search:hover {
width : 350px;
padding : 0 0 0 0;
border-color: var(--iq-body-text)
}
.expandright {
left : auto;
right : -6px;
bottom: -2px;
}
.search::placehoder {
color: var(--iq-white) !important;
}
.noti-svg {
-webkit-animation: notify 1.5s ease infinite;
animation : notify 1.5s ease infinite;
fill : var(--iq-body-text);
}
.noti-svg:hover {
fill: var(--iq-primary);
}
.search-box {
position : absolute;
left : 0;
right : 0;
top : 46px;
min-width : 25rem;
width : 100%;
z-index : -1;
opacity : 0;
transform : translate(0, 70px);
-webkit-transform : translate(0, 70px);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition : all 0.3s ease-out 0s;
-ms-transition : all 0.3s ease-out 0s;
-o-transition : all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
box-shadow : 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.search-toggle {
padding: 0 !important;
}
header.style-one li .search-box input[type="search"] {
border : none;
background: var(--iq-bg1);
}
header.style-one li .search-box .search-submit {
right : auto;
left : 0;
background: transparent;
}
header#main-header {
position : fixed;
left : 0px;
right : 0px;
text-align : center;
z-index : 999;
background : rgba(20, 20, 20, 0.5) !important;
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
header#main-header.menu-sticky {
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow : 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
box-shadow : 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}
header#main-header.menu-sticky {
position : fixed;
top : 0;
width : 100%;
background : rgba(20, 20, 20, 0.5) !important;
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
-moz-box-shadow : 0 0 30px 0 rgba(0, 0, 0, .1);
box-shadow : 0 0 30px 0 rgba(0, 0, 0, .1);
z-index : 999;
}
header .navbar .menu-header-menu-container,
header .navbar .menu-all-pages-container,
header .navbar .menu-testing-menu-container,
header .navbar .menu-short-container,
header .navbar .menu-main-menu-container {
display: inline-block;
width : 100%;
}
header .navbar ul.navbar-nav {
display : block;
text-align: center;
}
header .navbar ul li {
list-style : none;
margin-right : 18px;
position : relative;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
display : inline-block;
}
header .navbar ul li.menu-item a {
font-size : 16px;
font-weight : 400;
position : relative;
padding : 0px 0px 0px 10px;
line-height : 70px;
position : relative;
z-index : 9;
text-decoration : none;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform : uppercase;
}
.nav-open .nav-overlay {
visibility : visible;
-webkit-transition: 0.3s;
-o-transition : 0.3s;
transition : 0.3s;
}
.nav-overlay {
left : 0;
right : 0;
top : 0;
bottom : 0;
opacity : 0;
z-index : 900;
display : block;
width : 100%;
position : fixed;
visibility : hidden;
background : rgba(0, 0, 0, 0.6);
-webkit-transition: 0.3s;
-o-transition : 0.3s;
transition : 0.3s;
}
.more-toggle {
color : var(--iq-white) !important;
font-size: 22px;
}
.dropdown-toggle.more-toggle::after {
content: none;
}
.mobile-more-menu {
display: none;
}
.more-menu {
position : absolute;
top : 50px;
left : auto;
right : 0;
min-width : 18rem;
padding : 0.35rem 0.5rem;
margin : 0;
opacity : 0;
transform : translate(0, 70px);
-webkit-transform : translate(0, 70px);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition : all 0.3s ease-out 0s;
-ms-transition : all 0.3s ease-out 0s;
-o-transition : all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
background : var(--iq-bg1);
box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
visibility : hidden;
z-index : 999;
}
.more-menu.show {
opacity : 1;
transform : translate(0, 0);
visibility: visible;
}
header .navbar ul li:last-child {
margin-right: 0;
}
/*--------------------------------------------------------------
Main Slider
--------------------------------------------------------------*/
#home-slider ul.slick-dots {
bottom: 30px;
}
#home-slider .slick-dots li {
height: auto;
width : auto;
}
#home-slider .slick-dots li button {
height : 2px;
width : 30px;
background: rgba(229, 9, 20, 0.4);
padding : 0;
}
#home-slider .slick-dots li.slick-active button {
background: var(--iq-primary);
}
#home-slider li {
position: relative;
}
.slider-description {
position: absolute;
top : 15%;
left : 80px;
}
#home-slider h1.slider-text {
font-size: 50px;
margin : 15px 0;
}
#home-slider p {
margin : 20px 0;
width : 600px;
overflow : hidden;
text-overflow : ellipsis;
display : -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
#home-slider .slick-bg {
padding : 100px 0 50px;
width : 100%;
background-size : cover;
background-position: center center;
background-repeat : no-repeat;
height : 100vh;
position : relative;
z-index : 1;
}
#home-slider .slick-bg.s-bg-1 {
background-image: url(../images/slider/slider1.jpg);
}
#home-slider .slick-bg.s-bg-2 {
background-image: url(../images/slider/slider2.jpg);
}
#home-slider .slick-bg.s-bg-3 {
background-image: url(../images/slider/slider3.jpg);
}
.trailor-video {
position : absolute;
bottom : 0;
right : 0;
z-index : 999;
text-align: center;
}
/* .trailor-video {
margin: 0 auto;
text-align: center;
} */
.channel-name {
color : var(--iq-primary);
font-size : 20px;
margin-left : 10px;
letter-spacing: 2.5px;
font-weight : 500;
}
.c-logo {
width: 130px;
}
.channel-logo {
border-left: 5px solid var(--iq-primary);
background : transparent linear-gradient(270deg, rgba(11, 1, 2, 0) 0%, rgba(255, 55, 65, 0.3) 100%);
padding : 10px 10px 10px 15px;
width : 255px;
position : relative;
overflow : hidden;
}
.circle {
stroke : var(--iq-primary);
stroke-dasharray : 650;
stroke-dashoffset : 650;
-webkit-transition: all 0.5s ease-in-out;
opacity : 0.3;
}
.playbtn {
display : inline-block;
-webkit-transition: all 0.5s ease;
}
.playbtn .triangle {
-webkit-transition: all 0.7s ease-in-out;
stroke-dasharray : 240;
stroke-dashoffset : 480;
stroke : var(--iq-white);
transform : translateY(0);
}
.playbtn:hover .triangle {
stroke-dashoffset: 0;
opacity : 1;
stroke : var(--iq-primary);
animation : trailorPlay 0.7s ease-in-out;
}
.playbtn:hover .circle {
stroke-dashoffset: 0;
opacity : 1;
}
.w-trailor {
font-size : 17px;
letter-spacing: 3.5px;
font-weight : 600;
color : var(--iq-white);
margin-left : 5px;
}
.slider-inner {
position: relative;
overflow: hidden;
width : 100%;
}
.big-title {
background : url('../images/texure.jpg');
background-repeat : repeat-x;
background-position : 100% 100%;
color : transparent;
-webkit-font-smoothing : antialiased;
-webkit-background-clip: text;
-moz-background-clip : text;
background-clip : text;
-webkit-text-fill-color: transparent;
}
.slick-track {
margin: unset !important;
}
/*---------------------------------------------------------------------
Pages Content
-----------------------------------------------------------------------*/
.main-content {
padding-top: 40px;
}
.block-space {
padding: 40px 0;
}
.s-margin {
margin-top: 40px;
}
.iq-main-header {
margin-bottom: 20px;
}
.main-title a:hover,
.main-title a:focus {
color: var(--iq-primary) !important;
}
:focus {
outline: none !important;
}
/*--------------------------*/
.favorites-slider .slick-list,
#top-ten-slider-nav .slick-list {
overflow : visible;
padding-bottom: 40px !important;
}
.favorites-slider li.slide-item {
float: left;
width: 25%;
}
.favorites-slider .slick-list {
overflow: visible;
}
li.slide-item {
position: relative;
padding : 0 15px;
}
li.slide-item .block-images {
position : relative;
width : 100%;
transition : all 0.45s ease 0s;
overflow : hidden;
-webkit-backface-visibility: hidden;
backface-visibility : hidden;
-webkit-transform : translate3d(0, 0, 0);
transform : translate3d(0, 0, 0);
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
}
li.slide-item:hover .block-images {
overflow: visible;
}
li.slide-item:hover .block-images .img-box {
position: relative;
}
li.slide-item:hover .block-images {
z-index : 99;
transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
.block-social-info {
position : absolute;
top : 0;
left : auto;
bottom : 0;
right : 25px;
z-index : 999;
display : flex;
align-items: center;
opacity : 0;
}
.music-play-lists li {
position : relative;
height : 30px;
width : 30px;
line-height : 35px;
text-align : center;
background : rgba(255, 255, 255, 0.30);
border-radius : 50%;
margin : 0 auto 7px;
display : flex;
-webkit-display: flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
}
.music-play-lists span {
position : relative;
display : block;
height : 20px;
width : 20px;
line-height : 26px;
font-size : 12px;
text-align : center;
background : var(--iq-white);
color : var(--iq-primary);
border-radius : 50%;
-webkit-border-radius: 50%;
-moz-border-radius : 50%;
-o-border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display : flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
justify-content : center;
transition : all 0.45s ease 0s;
-webkit-transition : all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
cursor : pointer;
}
.music-play-lists .count-box {
height : 15px !important;
width : 15px !important;
line-height: 15px i !important;
font-size : 8px !important;
background : var(--iq-primary) !important;
color : var(--iq-white-color) !important;
position : absolute;
right : 0;
top : 0px;
padding : 0;
text-align : center !important;
}
.music-play-lists li:hover span {
background : var(--iq-primary);
color : var(--iq-white);
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.block-description {
position : absolute;
left : 25px;
top : 0;
bottom : 0;
z-index : 999;
display : flex;
justify-content: center;
flex-direction : column;
}
/* .block-description { position: absolute; left: 25px; top: 0; bottom: 0; z-index: 999; display: flex; justify-content: center; flex-direction: column; } */
.block-description>h6 {
font-size: 1.5em;
}
.block-description .iq-title {
font-size : 18px;
color : var(--iq-white-color);
text-transform: capitalize;
}
.text-white {
font-size: 14px;
}
li.slide-item .block-images::before {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background: rgba(0, 0, 0, 0.8);
width : 100%;
height : 100%;
opacity : 0;
}
li.slide-item:hover .block-images::before {
opacity: 1;
z-index: 9;
}
li.slide-item:hover .block-description {
animation: fadeIn 0.6s ease-in-out;
opacity : 1;
}
li.slide-item:hover .block-social-info {
animation: fadeIn 0.6s ease-in-out;
opacity : 1;
}
.hover-buttons .btn {
padding : 5px 15px;
font-size: 12px;
}
li.slide-item.slick-current:hover .block-images {
transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(500px);
}
/* code */
#trending-slider-nav .slick-current.slick-active {
transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-webkit-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-moz-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-o-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin : 50% 50%;
-o-transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
/* edited footer start */
li.slide-item .block-images::after {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(83, 100, 141, 0) 100%);
transition : all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
}
.slick-vertical .slick-slide .block-images::after {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(83, 100, 141, 0) 100%);
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
small,
.text_small,
span {
font-size: 14px;
}
a:focus,
a:hover {
color : var(--iq-primary);
outline: none;
}
li.slide-item {
position: relative;
padding : 0px 10px;
}
li.slide-item .block-images {
position : relative;
width : 100%;
transition : all 0.45s ease 0s;
overflow : hidden;
-webkit-backface-visibility: hidden;
backface-visibility : hidden;
-webkit-transform : translate3d(0, 0, 0);
transform : translate3d(0, 0, 0);
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
}
li.slide-item:hover .block-images {
overflow : visible;
border-left: 5px solid #e50914;
}
li.slide-item:hover .block-images .img-box {
position: relative;
}
li.slide-item:hover .block-images {
z-index : 99;
transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-webkit-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-moz-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
-o-transform : scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin : 50% 50%;
-o-transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
#home-slider .trending-list {
margin: 0 0 30px 0;
}
.slider-ratting ul li {
margin-right: 5px;
}
.iq-button.btn {
padding : 7px 14px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
/* edited end */
.block-images .hover-buttons {
margin-top: 5px;
}
.block-social-info .music-play-lists li {
width : 40px;
height: 40px;
}
.block-social-info .music-play-lists span {
width : 30px;
height: 30px;
}
.block-social-info .music-play-lists span i {
font-size: 15px;
}
/*-------------------*/
.movie-content li {
position : relative;
padding-right: 20px;
}
.m.movie-content li:last-child {
padding-right: 0px;
}
.movie-content li:before {
content : "";
height : 3px;
width : 3px;
background : #dddddd;
position : absolute;
top : 10px;
right : 8px;
border-radius: 50%;
}
.movie-detail .movie-content li:before {
width : 5px;
height: 5px;
}
.movie-content li:last-child:before {
display: none;
}
li.slide-item .block-description .ratting-start {
font-size: 12px;
}
li.slide-item .block-description .badge {
background-color: rgb(72, 72, 72, 0.61);
}
li.slide-item .block-description .parallax-ratting span {
font-size: 14px;
}
.slick-vertical .slick-slide.slick-current.slick-active .block-description {
left : 25px;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
opacity : 1;
}
.slick-vertical .slick-slide .block-images {
overflow: visible;
}
.slick-vertical .slick-slide .block-images::before {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background : rgba(0, 0, 0, 0.8);
opacity : 0;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
border-left : 6px solid var(--iq-primary);
}
.slick-vertical .slick-slide.slick-current.slick-active .block-images::before {
opacity : 1;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.slick-vertical .slick-slide.slick-current.slick-active .block-images {
width : 100%;
overflow : visible;
transform-origin : 100% 100%;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
z-index : 9;
}
.slick-vertical li.slick-slide.slick-current.slick-active {
transition: all 0.45s ease 0s;
}
.slick-vertical .slick-slide {
margin-bottom: 18px;
}
.slick-vertical li.slick-slide:last-child {
margin-bottom: 0 !important;
}
/* ads */
.slick-vertical .block-description .hover-buttons>a {
opacity : 0;
display : none;
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.slick-vertical .slick-slide.slick-current.slick-active .block-description .hover-buttons>a {
transition : all 0.45s ease 0s;
-webkit-transition: all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
opacity : 1;
display : block;
}
/*---------------------*/
#trending-slider .tranding-block,
.banner-wrapper {
background-size : cover;
background-position: top right;
position : relative;
}
.trending-pills {
background: rgb(0, 0, 0, 0.25);
}
.trending-info {
padding: 60px 0;
}
.tab-title-info {
z-index: 99;
}
.trending-content .tab-pane.fade {
display : none;
visibility: hidden;
opacity : 0;
}
.trending-content .tab-pane.fade.active.show {
display : block;
visibility: visible;
opacity : 1;
}
.trending-content .tab-pane {
width : 100%;
height: 100%;
}
.trending-pills.nav-pills .nav-item a {
position : relative;
overflow : hidden;
border-radius : 0;
text-transform: uppercase;
margin-left : 15px;
margin-right : 15px;
}
.trending-pills.nav-pills .nav-item a:after {
content : '';
position : absolute;
left : 0;
top : 0;
width : 0;
height : 3px;
background : var(--iq-primary);
opacity : 0;
-webkit-transition: all 0.8s linear;
-moz-transition : all 0.8s linear;
-o-transition : all 0.8s linear;
transition : all 0.8s linear;
}
.trending-pills.nav-pills .nav-item a:before {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
background : linear-gradient(to top, rgba(83, 100, 141, 0) 0%, rgb(218, 64, 60, 0.3) 85%);
content : '';
opacity : 0;
filter : alpha(opacity=0);
-webkit-transform : translate3d(0, -50%, 0);
transform : translate3d(0, -50%, 0);
-o-transform : translate3d(0, 50%, 0);
-moz-transform : translate3d(0, 50%, 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;
}
.trending-pills.nav-pills .nav-item a.show:before {
opacity : 1;
filter : alpha(opacity=100);
-webkit-transform : translate3d(0, 0, 0);
transform : translate3d(0, 0, 0);
-o-transform : translate3d(0, 0, 0);
-moz-transform : translate3d(0, 0, 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;
}
.trending-pills.nav-pills .nav-item a.show:after {
opacity: 1;
width : 100%;
}
.trending-pills.nav-pills .nav-item a:hover {
color: var(--iq-primary);
}
.trending-content {
padding: 0px 50px;
display: flex;
}
.p-btns {
display : flex;
align-items: center;
}
.trending-info .trending-text {
font-size : 60px;
line-height: 100px;
margin : 15px 0;
}
.trending-info .text-detail {
font-size : 20px;
font-weight : 500;
letter-spacing: 0.7px;
margin-bottom : 30px;
}
.trending-info .text-detail .badge {
font-size: 20px;
}
.badge.badge-trend {
background: rgb(0, 0, 0, 0.42);
}
.text-detail .trending-year {
position : relative;
padding-left: 30px;
}
.text-detail .trending-year:before {
content : "";
height : 6px;
width : 6px;
background : var(--iq-white);
position : absolute;
top : 50%;
transform : translateY(-50%);
left : 13px;
border-radius: 50%;
}
.overview-tab:before,
.slick-bg:before {
content : '';
position : absolute;
top : 0;
left : 0;
width : 90%;
height : 100%;
background: linear-gradient(90deg, rgba(20, 20, 20, 1) 0%, rgba(36, 36, 36, 1) 35%, rgba(83, 100, 141, 0) 100%);
z-index : 1;
}
.slick-bg:before {
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%);
width : 100%;
z-index : -1;
}
.overlay-tab:before {
content : '';
position : absolute;
top : 0;
left : 0;
right : 0;
width : 100%;
height : 100%;
background: rgba(36, 36, 36, 0.8);
z-index : 1;
}
.trending-info {
position: relative;
z-index : 99;
}
.trending-info .trending-dec {
margin-bottom: 30px;
width : 35%;
}
.trending-info .block-social {
height : 45px;
width : 45px;
line-height : 45px;
text-align : center;
background : rgba(255, 255, 255, 0.15);
border-radius : 50%;
margin-left : 15px;
display : flex;
-webkit-display: flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
}
.trending-info .block-social a {
position : relative;
display : block;
height : 32px;
width : 32px;
line-height : 26px;
font-size : 16px;
text-align : center;
background : var(--iq-white);
color : var(--iq-primary);
border-radius : 50%;
-webkit-border-radius: 50%;
-moz-border-radius : 50%;
-o-border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display : flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
justify-content : center;
transition : all 0.45s ease 0s;
-webkit-transition : all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.trending-info .block-social.social1 a {
background: var(--iq-primary);
color : var(--iq-white);
}
.trending-list .title {
font-size : 18px;
font-weight: 500;
}
.trending-list .title span {
font-size : 16px;
font-weight: 400;
}
.trending-info .iq-dropdown .form-control {
background : rgb(0, 0, 0, 0.20);
border-radius: 5px;
color : var(--iq-white);
}
/*-----------------------*/
/* #trending-slider-nav .slick-list { padding-bottom: 35px !important; }
#trending-slider-nav .movie-slick { border: 12px solid transparent; transition: all 0.4s ease; }
#trending-slider-nav .slick-current.slick-active .movie-slick { border-color: var(--iq-bg1); transition: all 0.4s ease; }
#trending-slider-nav .movie-slick:before { content: ''; position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 26px solid var(--iq-bg1); opacity: 0; transition: all 0.4s ease; z-index: 999; }
#trending-slider-nav .slick-current.slick-active .movie-slick:before { opacity: 1; }
.e-item:hover .episodes-description { color: var(--iq-white) !important; }
.episodes-description a:hover { color: var(--iq-primary); }
.episode-number { position: absolute; top: 15px; left: 15px; height: 30px; width: 30px; line-height: 30px; text-align: center; color: var(--iq-white); background: rgb(134, 134, 134, 0.6); border-radius: 50%; opacity: 0; filter: alpha(opacity=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; }
.e-item:hover .episode-number { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.episode-play-info { position: absolute; left: 0; right: 0; top: 38%; opacity: 0; filter: alpha(opacity=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; }
.e-item:hover .episode-play-info { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.episode-play { height: 45px; width: 45px; line-height: 45px; text-align: center; background: rgba(255, 255, 255, 0.15); border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.episode-play a { position: relative; display: block; height: 32px; width: 32px; line-height: 26px; font-size: 16px; text-align: center; background: var(--iq-white); color: var(--iq-primary); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; justify-content: center; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; }
.episodes-slider1 .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; color: #fff; }
.episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { float: left; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 55, 65, 0.8); line-height: 23px; font-size: 27px; text-align: center;display: flex;align-items: center;justify-content: center;}
.episodes-slider1 .owl-nav button.owl-next { float: right !important; } */
.movies-tab-desc p {
margin-bottom: 0;
display : inherit !important;
}
#iq-trending {
overflow: hidden;
}
#trending-slider-nav .slick-list {
padding-bottom: 40px !important;
overflow : visible;
}
#trending-slider-nav .movie-slick {
border : 12px solid transparent;
transition: all 0.4s ease;
z-index : -1;
}
#trending-slider-nav .slick-current.slick-active .movie-slick {
transition : all 0.4s ease;
padding : 10px;
background : rgba(20, 20, 20, 0.5) !important;
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(1px);
border : 1px solid #5d5757;
}
#trending-slider-nav .slick-current.slick-active {
transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
-webkit-transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
-moz-transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
-o-transform : scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
transform-origin : 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin : 50% 50%;
-o-transform-origin : 50% 50%;
transition : all 0.6s ease 0s;
-webkit-transition : all 0.6s ease 0s;
-moz-transition : all 0.6s ease 0s;
-o-transition : all 0.6s ease 0s;
box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.9);
}
.trending-contens .episodes-contens {
margin-top: 30px;
}
.e-item .episodes-description {
color : var(--iq-body-text) !important;
background: var(--iq-bg1);
padding : 15px;
}
.e-item:hover .episodes-description {
color: var(--iq-white-color) !important;
}
.episodes-description a:hover {
color: var(--iq-primary);
}
.episode-number {
color: var(--iq-white-color);
}
.episode-duration {
position : absolute;
top : 15px;
left : auto;
right : 15px;
font-weight: 700;
background : var(--iq-primary);
color : var(--iq-white-color);
padding : 0 5px;
}
.e-item .episodes-description p {
overflow : hidden;
text-overflow : ellipsis;
display : -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.e-item:hover .episode-number {
opacity : 1;
filter : alpha(opacity=100);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
}
.episode-play-info {
position : absolute;
left : 0;
right : 0;
top : 0;
bottom : 0;
opacity : 0;
filter : alpha(opacity=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;
display : flex;
flex-direction : column;
align-items : center;
justify-content : center;
}
.e-item:hover .episode-play-info {
opacity : 1;
filter : alpha(opacity=100);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
}
.episode-play {
height : 45px;
width : 45px;
line-height : 45px;
text-align : center;
background : rgba(255, 255, 255, 0.15);
border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display: flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
}
.episode-play a {
position : relative;
display : block;
height : 32px;
width : 32px;
line-height : 26px;
font-size : 16px;
text-align : center;
background : var(--iq-white-color);
color : var(--iq-primary);
border-radius : 50%;
-webkit-border-radius: 50%;
-moz-border-radius : 50%;
-o-border-radius : 50%;
margin : 0 auto;
display : flex;
-webkit-display : flex;
-moz-display : flex;
-o-display : flex;
align-items : center;
justify-content : center;
transition : all 0.45s ease 0s;
-webkit-transition : all 0.45s ease 0s;
-moz-transition : all 0.45s ease 0s;
-o-transition : all 0.45s ease 0s;
}
.episodes-slider1 .owl-nav {
position : absolute;
top : 50%;
transform: translateY(-50%);
left : 0;
right : 0;
color : #fff;
}
.episodes-slider1 .owl-nav button.owl-prev,
.episodes-slider1 .owl-nav button.owl-next {
float : left;
width : 35px;
height : 60px;
background : rgba(0, 0, 0, 0.5);
line-height : 23px;
font-size : 30px;
text-align : center;
display : flex;
align-items : center;
justify-content: center;
}
.episodes-slider1 .owl-nav button.owl-next {
float: right !important;
}
/* parallax */
.parallax-img img {
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.6);
}
.parallax-window {
height : 100%;
padding : 100px 0;
position : relative;
background : url(../images/parallax/p1.jpg)center center;
background-size : cover;
background-attachment: fixed;
}
.parallax-window::after {
position : absolute;
content : "";
top : 0;
bottom : 0;
left : 0;
right : 0;
background: rgba(0, 0, 0, 0.8);
}
.parallaxt-details {
z-index : 9;
position: relative;
}
/*-----------------------*/
/* .topten-contens { position: relative; overflow: hidden; }
.topten-title { position: absolute; left: 70px; top: 50px; z-index: 99; }
.topten-title-sm { display: none; }
.vertical_s { position: absolute; top: 95px; right: 0; bottom: 0; left: 70px; overflow: hidden; }
#top-ten-slider-nav { width: 300px; height: 100%; position: relative; }
#top-ten-slider-nav .slick-list.draggable { height: 100% !important }
#top-ten-slider-nav .slick-prev, #top-ten-slider-nav .slick-next { left: 0; right: 0; margin: 0 auto; }
#top-ten-slider-nav .slick-prev { top: 0; bottom: auto; }
#top-ten-slider-nav .NextArrow, #top-ten-slider-nav .PreArrow { position: absolute; left: 50%; transform: translateX(-50%); z-index: 999; background: transparent; border: none; color: #fff; font-size: 60px; width: 100%; z-index: 1; }
#top-ten-slider-nav .NextArrow { bottom: -20px; }
#top-ten-slider-nav .PreArrow { top: -25px; }
#top-ten-slider-nav .NextArrow:before, #top-ten-slider-nav .PreArrow:before { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 50%; z-index: -1; }
#top-ten-slider-nav .NextArrow:before { background: linear-gradient(360deg, rgba(20, 20, 20, 0.9) 0%, rgba(36, 36, 36, 0.7) 35%, rgba(83, 100, 141, 0) 100%); bottom: 17px; }
#top-ten-slider-nav .slick-next:before, #top-ten-slider-nav .slick-prev:before { display: none; }
.slick-arrow{cursor:pointer;} */
/*---------------------------------------------------------------------
topten-contens
-----------------------------------------------------------------------*/
.topten-contens {
position: relative;
overflow: hidden;
}
#iq-topten .iq-title {
position: absolute;
left : 35px;
top : 35px;
z-index : 99;
}
.topten-title-sm {
display: none;
}
.vertical_s {
position: absolute;
top : 95px;
right : 0;
bottom : 0;
left : 35px;
overflow: hidden;
}
#top-ten-slider-nav {
width : 300px;
height : 100%;
position: relative;
}
#top-ten-slider-nav .slick-list.draggable {
height: 100% !important
}
#top-ten-slider-nav .slick-prev,
#top-ten-slider-nav .slick-next {
left : 0;
right : 0;
margin: 0 auto;
}
#top-ten-slider-nav .slick-prev {
top : 0;
bottom: auto;
}
#top-ten-slider-nav .NextArrow,
#top-ten-slider-nav .PreArrow {
position : absolute;
left : 0;
right : 0;
margin : 0 auto;
z-index : 999;
background: rgba(0, 0, 0, 0.5);
border : none;
color : var(--iq-white-color);
font-size : 30px;
width : 60px;
height : 35px;
}
#top-ten-slider .NextArrow,
#top-ten-slider .PreArrow {
position : absolute;
left : 0;
right : 0;
margin : 0 auto;
z-index : 999;
background: rgba(0, 0, 0, 0.5);
border : none;
color : var(--iq-white-color);
font-size : 30px;
width : 35px;
height : 60px;
}
#top-ten-slider-nav .NextArrow {
bottom: 0;
}
#top-ten-slider-nav .PreArrow {
top: 0;
}
#top-ten-slider .NextArrow {
right: 0;
left : auto;
}
#top-ten-slider .PreArrow {
left : 0;
right: auto;
}
#top-ten-slider-nav .slick-next:before,
#top-ten-slider-nav .slick-prev:before,
#top-ten-slider .slick-next:before,
#top-ten-slider .slick-prev:before {
display: none;
}
.slick-arrow {
cursor: pointer;
}
ul#top-ten-slider .slick-bg:before {
z-index: 0;
}
#top-ten-slider-nav .NextArrow:hover,
#top-ten-slider-nav .NextArrow:focus {
outline: none;
border : none;
}
#top-ten-slider-nav .PreArrow:hover,
#top-ten-slider-nav .PreArrow:focus {
outline: none;
border : none;
}
/*-----------------------*/
footer {
background: var(--iq-bg1);
}
ul.f-link li {
margin-bottom: 4px;
}
ul.f-link li a {
margin-bottom: 4px;
color : var(--iq-body-text);
}
ul.f-link li a:hover {
color: var(--iq-primary);
}
.s-icon {
position : relative;
width : 40px;
height : 40px;
border-radius: 50%;
text-align : center;
line-height : 40px;
margin-right : 12px;
color : var(--iq-white);
font-size : 17px;
background : rgb(41, 41, 41, 0.76);
transition : all 0.4s ease;
}
.s-icon:before {
content : '';
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
border-radius: 50%;
background : var(--iq-primary);
transition : all 0.4s ease;
transform : scale(.9);
z-index : -1;
}
.s-icon:hover:before {
transform : scale(1.1);
box-shadow: 0 0 15px var(--iq-primary);
}
.s-icon:hover {
box-shadow : 0 0 10px var(--iq-primary);
text-shadow: 0 0 2px var(--iq-primary);
color : var(--iq-primary);
transition : all 0.4s ease;
}
.copyright {
background: var(--iq-body-bg);
box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
}
/*-----------------------*/
.banner-wrapper {
padding : 60px 0;
z-index : 1;
width : 100%;
height : 550px;
background-image : url(../images/shows-banner/single-show.jpg);
background-position: top left;
}
.overlay-wrapper:before,
.shows-img:before {
content : '';
position : absolute;
bottom : 0;
left : 0;
z-index : -1;
width : 100%;
height : 100%;
background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 70%, var(--iq-black) 100%)
}
.banner-caption,
.overlay-s-name {
position: absolute;
bottom : 30px;
left : 80px;
}
.movie-detail .trending-info {
padding : 0 0 20px 0;
border : 1px solid;
border-image-slice: 1;
border-width : 0 0 1px 0;
}
.movie-detail .trending-info.g-border {
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.share-icons.music-play-lists li {
display : inline-flex;
margin-right: 7px;
width : 45px;
height : 45px;
}
.share-icons.music-play-lists li span {
width : 32px;
height: 32px;
}
.share-icons.music-play-lists li span i {
font-size: 15px;
}
.movie-detail .trending-info .trending-text {
font-size : 50px;
line-height: 1.5;
margin : 0;
}
.main-content.movi {
padding-top: 30px;
}
.share {
position: relative;
}
.share-box {
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
display : none;
position : absolute;
width : 105px;
top : 3px;
right : 40px;
left : auto;
background-color : var(--iq-bg1);
padding : 0px 10px;
border-radius : 0px;
text-align : center;
z-index : 2;
animation : side-in 0.5s forwards;
margin-bottom : 10px;
transition : all 0.45s ease 0s;
}
.share:hover .share-box {
display: inline-block;
}
.share-box a {
background : transparent !important;
color : var(--iq-body) !important;
margin-right: 15px;
}
.share-box i {
font-size: px !important;
}
.share-box a:hover {
color: var(--iq-primary) !important;
}
.banner-wrapper .trending-info .trending-dec {
width: 100%;
}
.play-ico {
font-size: 22px;
}
.play-button {
position : absolute;
z-index : 10;
top : 50%;
left : 15px;
transform : translateY(-50%);
display : block;
padding-left: 5px;
text-align : center;
}
.play-button:before {
content : "";
position : absolute;
z-index : 0;
left : 50%;
top : 50%;
transform : translateX(-50%) translateY(-50%);
display : block;
width : 50px;
height : 50px;
background : #ba1f24;
border-radius: 50%;
animation : pulse-border 1500ms ease-out infinite;
}
.play-button:after {
content : "";
position : absolute;
z-index : 1;
left : 50%;
top : 50%;
transform : translateX(-50%) translateY(-50%);
display : block;
width : 50px;
height : 50px;
background : var(--iq-primary);
border-radius: 50%;
transition : all 200ms;
}
.play-button:hover:after {
background-color: darken(#fa183d, 10%);
}
.play-button i {
display : block;
position : relative;
z-index : 3;
font-size: 20px;
color : var(--iq-white);
}
.w-name {
margin-left: 70px;
}
video {
display: block;
width : 100%;
height : 100%;
}
.video-container {
width : 100%;
height : 650px;
overflow: hidden;
position: relative;
}
.video-container.overlay-wrapper:before,
.overlay-s-name {
z-index: 1;
}
/*-----------------------*/
.seasons .iq-dropdown .form-control {
background: var(--iq-secondary);
color : var(--iq-white);
}
.seasons .trending-pills {
background: var(--iq-bg1);
}
.seasons .trending-pills.nav-pills .nav-item a {
margin-left: 0;
}
.epi-box .episode-number,
.epi-box .episode-play-info {
opacity: 1;
}
.epi-box .episode-number {
background: rgb(0, 0, 0, .7);
}
.epi-desc {
background: var(--iq-bg1);
}
.epi-name {
overflow : hidden;
text-overflow : ellipsis;
display : -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.epi-box {
-webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
}
.epi-img {
overflow: hidden;
}
.img-zoom {
-webkit-transition: transform 2s ease-in-out;
-o-transition : transform 2s ease-in-out;
transition : transform 2s ease-in-out;
transform-origin : center center;
}
.epi-box:hover .img-zoom {
-webkit-transform: scale(1.3);
-o-transform : scale(1.3);
-moz-transform : scale(1.3);
-ms-transform : scale(1.3);
transform : scale(1.3);
}
.episode-name span {
font-size: 28px;
}
.episode-name .trending-year:before {
top : 22px !important;
left: 12px !important;
}
.season-info .big-title {
font-size: 22px !important;
}
/*-----------------------*/
#tvshows-slider li {
float: left;
}
.shows-img {
position: relative;
}
.shows-content {
position: absolute;
bottom : 30px;
left : 25px;
z-index : 99;
}
.shows-img:before {
background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.6) 75%, var(--iq-black) 100%);
z-index : 1;
}
#tvshows-slider .slick-slide {
opacity : 0.4;
filter : blur(3px);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12)
}
#tvshows-slider .slick-slide.slick-current.slick-center {
opacity : 1;
filter : blur(0);
-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
box-shadow : 0px 3px 10px rgba(0, 0, 0, 0.75);
}
#tvshows-slider .NextArrow,
#tvshows-slider .PreArrow {
position : absolute;
top : 50%;
cursor : pointer;
transform : translateY(-50%);
z-index : 999;
background: transparent;
border : none;
color : rgba(255, 255, 255, 0.9);
font-size : 65px;
z-index : 1;
}
#top-ten-slider .NextArrow,
#top-ten-slider .PreArrow {
position : absolute;
top : 50%;
cursor : pointer;
transform : translateY(-50%);
z-index : 999;
width : 40px;
height : 40px;
background : rgba(255, 55, 65, 0.8);
border-radius : 50%;
border : none;
color : rgba(255, 255, 255, 0.9);
font-size : 27px;
display : inline-block;
z-index : 1;
line-height : 26px;
text-align : center;
display : flex;
align-items : center;
justify-content: center;
}
#tvshows-slider .NextArrow,
#top-ten-slider .NextArrow {
right: 10px;
}
#tvshows-slider .PreArrow,
#top-ten-slider .PreArrow {
left: 10px;
}
.iq-main-slider {
position: relative;
}
.genres-box {
position: absolute;
top : 100px;
left : 15%;
}
.genres-box .btn-secondary {
background-color: rgba(108, 117, 125, 0.8);
border-color : transparent;
position : relative;
}
.genres-box .btn-secondary:focus {
box-shadow: none !important;
}
.genres-box .dropdown-toggle::after {
content : '\ea41';
position : absolute;
right : 37px;
top : 10px;
font-family : 'remixicon';
border : none !important;
transition : all 0.4s ease;
vertical-align: middle !important;
}
.genres-box .btn {
padding: 9px 42px 9px 25px;
}
.genres-box .dropdown-menu {
background-color : rgb(36, 36, 36, 0.9);
border : transparent;
color : var(--iq-white) !important;
border-radius : 0;
transform : translate(0, 0);
-webkit-transform : translate(0, 0);
-webkit-transition: all 0.3s ease-out 0s;
transition : all 0.3s ease-out 0s;
}
.genres-box .dropdown-menu.show {
transform: translate(0, 70px);
}
.genres-box .dropdown-item {
color: var(--iq-white);
}
.genres-box .dropdown-item:focus,
.genres-box .dropdown-item:hover {
background-color: transparent;
color : var(--iq-primary);
}
.genres-box .btn-secondary:not(:disabled):not(.disabled).active,
.genres-box .btn-secondary:not(:disabled):not(.disabled):active,
.genres-box.show>.btn-secondary.dropdown-toggle {
background-color: rgba(108, 117, 125, 0.8) !important;
border-color : transparent !important;
}
/*---------------------------*/
.m-profile {
padding-top : 120px;
padding-bottom: 60px;
}
.manage-p {
height: 100vh;
}
.m-profile .sign-user_card {
background: var(--iq-bg1);
}
.m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection,
.m-profile .select2-dropdown {
border : 1px solid var(--iq-body-text);
background: transparent;
}
.m-profile .form-group {
margin-bottom: 1.2rem;
}
.m-profile .sign-user_card {
padding: 30px;
}
.m-profile .select2-dropdown {
top: 0;
}
.m-profile .select2-search--dropdown .select2-search__field {
display: none !important;
}
.lang-dropdown {
margin-left: 30px;
}
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
background: transparent;
}
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
border : none;
background : var(--iq-bg1);
border-radius: 0;
color : #f2f2f2;
}
.manage-gen .select2-container .select2-selection--single .select2-selection__rendered {
line-height : calc(1.5em + 1.3rem);
padding-left: 10px;
font-size : 14px;
}
.manage-dd .select2-container {
width: 100% !important;
}
.manage-dd .select2-search--dropdown .select2-search__field {
width: 98%;
}
.lang-dropdown .select2-container .select2-search--inline .select2-search__field {
margin-top: 0px;
font-size : 14px;
}
.a-border {
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
/*-----------------------*/
.setting a:hover {
color: var(--iq-primary) !important;
}
.edit-icon {
position: absolute;
right : 25px;
top : 25px;
}
.setting-wrapper .btn-hover {
white-space: normal;
}
.pricing .table th {
border-top: none;
}
.pricing .table th {
border-bottom: 1px solid var(--iq-body-bg);
}
.prc-box {
background: var(--iq-body-bg);
padding : 15px;
position : relative;
transition: all 0.4s ease;
}
.type {
position : absolute;
background : var(--iq-primary);
padding : 9px 25px;
color : var(--iq-white);
top : -15px;
left : 50%;
transform : translateX(-50%);
z-index : 99;
font-weight: 500;
}
.type:before {
position : absolute;
content : '';
width : 0;
height : 0;
right : -15px;
top : -1px;
border-left: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.type:after {
position : absolute;
content : '';
width : 0;
height : 0;
left : -15px;
top : -1px;
border-right: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.prc-box.active {
background: var(--iq-primary);
}
.prc-box.active .type {
background: #fff;
color : var(--iq-primary);
}
.prc-box.active .type:before {
border-left: 16px solid var(--iq-primary-hover);
right : -16px;
}
.prc-box.active .type:after {
border-right: 16px solid var(--iq-primary-hover);
left : -16px;
}
.prc-wrap {
border-bottom: none !important;
}
.pricing .table td {
border-top: none !important;
}
.pricing .table tr {
border-bottom: 1px solid var(--iq-body-bg);
}
.pricing .table tr:last-child {
border-bottom: 0;
}
.i_close {
font-size: 22px;
}
.p-image {
position : absolute;
top : auto;
right : 6px;
bottom : 10px;
transition : all .3s ease;
background : var(--iq-primary);
color : var(--iq-white);
border-radius: 50%;
height : 30px;
width : 30px;
line-height : 28px;
text-align : center;
font-size : 12px;
cursor : pointer;
}
.upload-button {
font-size: 1.5em;
}
.file-upload {
display: none;
}
.upload_profile {
position: relative;
}
.child-cell {
transition: all 0.4s ease;
}
.child-cell.active {
color: var(--iq-primary);
}
/*-----------------------*/
.flatpickr-input[readonly] {
background-color: transparent !important;
}
.flatpickr-calendar,
.flatpickr-months .flatpickr-month,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
background: var(--iq-body-bg);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
background : var(--iq-primary);
border-color: transparent;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
background : var(--iq-primary);
border-color: transparent;
}
.flatpickr-day.today {
border-color: var(--iq-primary);
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
border-color: var(--iq-primary);
background : var(--iq-primary);
color : var(--iq-white);
}
/*-----------------------*/
.favorites-slider .slick-arrow,
.inner-slider .slick-arrow,
#trending-slider-nav .slick-arrow,
.trending-contens .slick-arrow {
display : flex;
align-items : center;
justify-content: center;
flex-direction : column;
width : 35px;
height : 60px;
}
.favorites-slider .slick-arrow i,
.inner-slider .slick-arrow i,
#trending-slider-nav .slick-arrow i,
.trending-contens .slick-arrow i {
display : flex;
align-items : center;
justify-content : center;
width : 35px;
height : 60px;
text-align : center;
opacity : 1;
z-index : 9;
top : 0;
background : rgba(0, 0, 0, 0.5);
margin : 0;
line-height : 5px;
box-shadow : 0px 9px 19px #01041B0D;
font-size : 0;
transform : none;
color : var(--iq-white);
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition : all 0.4s ease-in-out 0s;
transition : all 0.4s ease-in-out 0s;
}
.favorites-slider .slick-arrow.slick-disabled,
.inner-slider .slick-arrow.slick-disabled,
.trending-contens .slick-arrow.slick-disabled {
opacity: 0;
}
.favorites-slider .slick-prev,
.inner-slider .slick-prev {
color : var(--iq-white);
right : auto;
left : 9px;
z-index: 9;
top : 90px;
}
#trending-slider-nav .slick-prev,
.trending-contens .slick-prev {
color : var(--iq-white);
right : auto;
left : 11px;
z-index: 9;
top : 90px;
}
.favorites-slider .slick-next,
.inner-slider .slick-next {
left : auto;
color : var(--iq-white);
right : 6px;
z-index: 9;
top : 90px;
}
#trending-slider-nav .slick-next,
.trending-contens .slick-next {
left : auto;
color : var(--iq-white);
right : 11px;
z-index: 9;
top : 90px;
}
.favorites-slider .slick-prev:before,
.favorites-slider .slick-next:before,
.inner-slider .slick-prev:before,
.inner-slider .slick-next:before,
#trending-slider-nav .slick-prev:before,
#trending-slider-nav .slick-next:before,
.trending-contens .slick-prev:before,
.trending-contens .slick-next:before {
font-size: 0;
}
.favorites-slider .slick-arrow i,
.inner-slider .slick-arrow i,
#trending-slider-nav .slick-arrow i,
.trending-contens .slick-arrow i {
font-size: 17px;
}
.search-page .upcoming-contens .inner-slider .slick-arrow {
top: 50%;
}
.search-page .upcoming-contens .inner-slider .slick-arrow.slick-next {
right: 7px;
}
.upcoming-contens .inner-slider .slick-arrow,
#iq-favorites .inner-slider .slick-arrow {
top: 40%;
}
.trending-contens .slick-arrow {
top: 50%;
}
.trending-contens .slick-arrow.slick-next {
right: 0;
}
.trending-contens .slick-arrow.slick-prev {
left: 0;
}
/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
z-index : 999;
position : fixed;
margin : 0px;
color : var(--iq-white);
background : var(--iq-primary);
bottom : 30px;
right : 25px;
font-size : 26px;
width : 50px;
height : 50px;
text-align : center;
line-height : 50px;
border-radius : 90px;
-webkit-transition: all .3s ease-in-out;
-moz-transition : all .3s ease-in-out;
transition : all .3s ease-in-out;
}
#back-to-top .top:hover {
color : var(--iq-white) !important;
background: var(--iq-primary);
}
#back-to-top {
opacity : 0;
transition: opacity 0.6s ease;
}
#back-to-top.show {
opacity : 1;
transition: opacity 0.6s ease;
}
/*---------------------------------------------------------------------
Sign In
-----------------------------------------------------------------------*/
#sign-in-page-box {
background : #fff;
border-radius : 10px;
position : relative;
width : 100%;
min-height : 480px;
height : 93vh;
margin : 15px auto;
box-shadow : 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
-webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
}
.sign-in-detail {
color: var(--iq-white);
}
.sign-in-page {
height : 100vh;
position : relative;
background : url(../images/login/login.jpg) no-repeat scroll 0 0;
background-size: cover;
}
.sign-in-page .height-self-center {
height : 100vh;
border-radius: 15px;
}
.sign-in-page-data {
border-radius: 15px;
}
.sign-in-detail {
padding: 50px 80px;
}
.sign-in-logo {
display: inline-block;
width : 100%;
}
.sign-in-logo img {
height: 50px;
}
/* .sign-info { display: flex; align-items: center; justify-content: space-between; } */
.iq-social-media {
margin : 0;
padding: 0;
float : right;
}
.iq-social-media li {
list-style : none;
float : left;
margin-right: 10px;
}
.iq-social-media li:last-child {
margin-right: 0;
}
.iq-social-media li a {
height : 30px;
width : 30px;
text-align : center;
font-size : 18px;
line-height : 30px;
display : inline-block;
-webkit-border-radius: 7px;
-moz-border-radius : 7px;
border-radius : 7px;
background : var(--iq-light-primary);
color : var(--iq-primary) !important;
}
.iq-social-media li a:hover {
text-decoration: none;
}
.sign-in-page .btn {
padding : 10px 35px;
border-radius: 5px;
}
.sign-user_card {
position : relative;
background : rgba(0, 0, 0, 0.6);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
padding : 25px;
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
display : block;
margin : 0 auto;
}
.sign-user_logo {
position : absolute;
top : -56px;
border-radius: 50%;
padding : 10px;
text-align : center;
}
.sign-user_logo img {
height : 100px;
width : 100px;
border-radius: 50%;
border : 2px solid white;
}
.sign-in-page .form-control,
.m-profile .form-control {
color: var(--iq-white);
}
.sign-in-page .form-control:focus,
.m-profile .form-control:focus {
background: transparent;
box-shadow: none;
border : 1px solid var(--iq-primary);
}
::placeholder {
color : #d9d5d5 !important;
opacity: 1;
}
:-ms-input-placeholder {
color: #d9d5d5 !important;
}
::-ms-input-placeholder {
color: #d9d5d5 !important;
}
.f-link:hover {
color: var(--iq-primary);
}
/*---------------------------------------------------------------------
Privacy and terms
-----------------------------------------------------------------------*/
.iq-terms-of-use p {
color: var(--iq-body-text);
}
.iq-terms-of-use ul li {
color: var(--iq-body-text);
}
.iq-privacy-policy p {
color: var(--iq-body-text);
}
/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
footer .footer-standard .widget ul li {
display : inline-block;
padding-right: 30px;
}
footer .footer-standard .widget ul>li>a {
padding : 0;
font-weight: 400;
}
footer .footer-standard .widget ul>li>a::before {
display: none;
}
footer .footer-link-title {
margin-bottom: 20px;
margin-top : 0;
}
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin : 0 !important;
}
footer .widget {
background: transparent;
border : none;
padding : 0;
}
footer .widget .iq-contact li a:before {
display: none;
}
footer .widget #recentcomments li a {
color: var(--iq-primary);
}
footer .widget #recentcomments li .comment-author-link a:hover {
text-decoration: underline;
color : var(--iq-primary);
}
footer .widget.widget_nav_menu ul li a:before,
footer .widget ul.menu li a:before {
top: 14px;
}
footer .widget.widget_nav_menu ul li a {
padding: 7px 0 7px 15px;
}
footer .widget ul.menu li .sub-menu {
padding-left: 10px;
}
ul.iq-contact li {
display: flex;
}
ul.iq-contact li a span {
padding-left: 15px;
display : table-cell;
word-wrap : anywhere;
word-break : break-word;
}
ul.iq-contact li i {
position : absolute;
left : 0;
line-height: 34px;
font-size : 22px;
color : var(--iq-secondary);
}
ul.iq-contact li a:before {
display: none;
}
.widget.widget_nav_menu ul li .sub-menu li a,
.widget ul.menu li .sub-menu li a {
font-size: 14px;
}
footer .widget .rss-date {
font-weight : 600;
font-size : 14px;
text-transform: uppercase;
display : inline-block;
width : 100%;
margin : 5px 0;
}
footer.footer-one .widget .textwidget p {
margin-bottom: 0;
}
footer .widget.footer-logo.text-left {
margin-bottom: 15px
}
footer {
display : inline-block;
width : 100%;
float : left;
background-repeat: no-repeat !important;
background-size : cover !important;
background : var(--iq-bg1) !important;
overflow : hidden;
}
footer.footer-one .footer-top {
padding-top : 60px;
padding-bottom: 60px;
}
footer.footer-one .footer-standard .widget {
margin: 0;
}
footer.footer-one .footer-top .footer-standard .info-share {
margin-bottom: 0;
}
footer.footer-one .widget {
background: transparent;
}
footer.footer-one .widget h4.footer-title {
margin-bottom: 15px;
}
footer .widget #recentcomments li .comment-author-link a {
color : var(--body-text);
font-weight: 600;
}
footer .widget #recentcomments li.recentcomments a:before,
footer .widget a.rsswidget:before,
footer ul.wp-tag-cloud li a:before {
display: none;
}
footer.footer-one .widget ul.menu li a {
border : none;
margin-bottom: 4px;
color : var(--iq-white-color);
}
footer.footer-one .widget ul.menu li a:hover {
color: var(--iq-primary);
}
footer.footer-one .sub-btn {
position: absolute;
right : 0;
}
footer.footer-one .sub-btn button {
padding : 24px 30px;
border : none;
cursor : pointer;
background-color: var(--iq-primary);
}
footer.footer-one .sub-btn button:hover,
.footer-one .sub-btn button:focus {
outline: none;
}
footer.footer-one .sub-btn button:before {
content : "\f2c3";
position : absolute;
font-family : "Ionicons";
z-index : 1;
top : 50%;
left : 50%;
margin-right: -50%;
transform : translate(-50%, -50%);
font-size : 24px;
color : var(--iq-white-color);
}
footer.footer-one input[type=submit] footer.footer-one .info-share li {
margin-left : 15px;
margin-right: 0px;
}
footer.footer-one .menu-footer-menu-container .menu {
margin-bottom: 0;
padding : 0;
}
footer.footer-one .menu-footer-menu-container .menu li {
list-style : none;
display : block;
margin-right: 10px;
}
footer.footer-one .copyright a:hover,
footer.footer-one .menu-footer-menu-container .menu li a:hover,
footer.footer-one .info-share li a:hover {
text-decoration: none;
color : var(--iq-primary);
}
footer.footer-one .menu-footer-menu-container .menu li:last-child {
margin-right: 0;
}
footer.footer-one .copyright-footer {
background: var(--iq-body-bg);
box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
padding : 0 15px;
}
footer.footer-one .copyright-footer .copyright {
font-size: 16px;
}
footer.footer-one .info-share li a {
color: var(--iq-secondary);
}
footer.footer-one input[type=email]:hover,
footer.footer-one input[type=email]:focus {
border-color: var(--iq-primary);
padding : 0 125px 0 15px;
}
footer.footer-one input[type=email] {
background : var(--iq-white-color);
border-color : var(--iq-white-light-color);
border-radius: 90px;
color : var(--iq-secondary);
}
.mc4wp-form-fields input[type="submit"] {
position: absolute;
right : 15px;
}
footer.footer-one .footer-top .info-share li {
margin-right : 15px;
margin-bottom: 15px;
}
footer.footer-one .footer-top .info-share li:last-child {
margin-right: 0px;
}
.iq-bg-dark {
position: relative;
}
footer.iq-over-dark-90:before {
display: none !important;
}
footer .footer_top_block {
padding-bottom: 100px;
}
footer.footer-one .footer-top .info-share {
padding-left: 0px;
}
footer.footer-one .footer-top .info-share li {
margin-right: 12px;
display : inline-block;
}
footer.footer-one .footer-top .info-share li a {
position : relative;
display : inline-block;
width : 40px;
height : 40px;
text-align : center;
line-height : 40px;
margin-right : 0px;
color : var(--iq-white);
font-size : 17px;
border-radius: 50%;
background : rgba(41, 41, 41, 0.76);
transition : all 0.4s ease 0s;
}
footer.footer-one .footer-top .info-share li a:hover {
box-shadow : 0 0 10px var(--iq-primary-hover);
text-shadow: 0 0 2px var(--iq-primary-hover);
color : var(--iq-primary-hover);
transition : all 0.4s ease 0s;
}
footer.footer-one .footer-top .info-share li a::before {
content : "";
position : absolute;
top : 0px;
left : 0px;
width : 100%;
height : 100%;
transform : scale(0.9);
z-index : -1;
border-radius: 50%;
transition : all 0.4s ease 0s;
}
/*-------------- footer links -----------------------------------*/
ul.f-link li {
margin-bottom: 4px;
}
ul.f-link li a {
margin-bottom: 4px;
color : var(--iq-body-text);
}
ul.f-link li a:hover {
color: var(--iq-primary);
}
.s-icon {
position : relative;
width : 40px;
height : 40px;
border-radius: 50%;
text-align : center;
line-height : 40px;
margin-right : 12px;
color : var(--iq-white-color);
font-size : 17px;
background : rgb(41, 41, 41, 0.76);
transition : all 0.4s ease;
}
.s-icon:before {
content : '';
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
border-radius: 50%;
background : var(--iq-primary);
transition : all 0.4s ease;
transform : scale(.9);
z-index : -1;
}
.s-icon:hover:before {
transform : scale(1.1);
box-shadow: 0 0 15px var(--iq-primary);
}
.s-icon:hover {
box-shadow : 0 0 10px var(--iq-primary);
text-shadow: 0 0 2px var(--iq-primary);
color : var(--iq-primary);
transition : all 0.4s ease;
}
.page-numbers li .page-numbers {
background-color: var(--iq-bg1);
border : none;
}
.wp-video-shortcode {
height: 500px !important;
}
.wp-video {
width: 100% !important;
}
.mejs-container {
width : 100% !important;
min-width: 100% !important;
}
.video-container.iq-main-slider iframe {
height: 70vh;
}
/*---------------------------------------------------------------------
Animation
-----------------------------------------------------------------------*/
@keyframes slide-down {
0% {
opacity : 0;
transform: translateY(100%);
}
100% {
opacity : 1;
transform: translateY(0);
}
}
@keyframes notify {
0% {
-webkit-transform: scaleX(1);
transform : scaleX(1)
}
10% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform : scale3d(0.9, 0.9, 0.9) rotate(-3deg)
}
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform : scale3d(0.9, 0.9, 0.9) rotate(-3deg)
}
30% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
50% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
70% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
60% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform : scaleX(1)
}
}
@-webkit-keyframes slide-in {
100% {
left: 0;
}
}
@keyframes slide-in {
100% {
left: 0;
}
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity : 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity : 0;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0.2;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0.2;
}
to {
opacity: 1;
}
}
@keyframes trailorPlay {
0% {
transform: translateX(0);
}
30% {
transform: translateX(-5px);
}
50% {
transform: translateX(5px);
}
70% {
transform: translateX(-2px);
}
100% {
transform: translateX(0);
}
}
/*---------------------------------------------------------------------
About Us
-----------------------------------------------------------------------*/
.about-us-detail {
padding : 10px;
padding-bottom: 100px;
}
.about-us-row {
padding: 10px;
}
.widget-container p {
border-left: 4px solid var(--iq-primary);
background : transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
padding : 5px;
position : relative;
overflow : hidden;
display : inline-block;
font-style : italic;
}
.image-box {
overflow: hidden;
}
.image-box img {
-webkit-transition: transform 2s ease-in-out;
-o-transition : transform 2s ease-in-out;
transition : transform 2s ease-in-out;
transform-origin : center center;
}
.image-box img:hover {
-webkit-transform: scale(1.3);
-o-transform : scale(1.3);
-moz-transform : scale(1.3);
-ms-transform : scale(1.3);
transform : scale(1.3);
}
.image-icon svg {
width : 1em;
height : 1em;
position: relative;
display : block;
}
.image-box {
padding: 10px;
}
.heading-title {
padding : 0;
margin : 0;
line-height: 1;
}
.widget-container h4 {
margin : 10px 0px 0px 0px;
padding : 0px 0px 0px 0px;
color : #FFFFFF;
font-family: "Roboto", Sans-serif;
font-weight: 400;
}
.image-box {
margin : 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
}
.map-container {
background-color: #191919;
transition : background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top : 0px;
margin-bottom : 0px;
padding : 100px 0px 100px 0px;
}
.iq-title-box .iq-title-desc {
margin: 10px 0 0;
}
.iq-title-box a {
color : var(--iq-primary);
outline: none;
}
.counter {
color : #E50914;
font-family: "Roboto", Sans-serif;
font-size : 40px;
font-weight: 600;
text-align : center;
}
.counter-title {
color : #FFFFFF;
font-family: "Roboto", Sans-serif;
font-weight: 400;
text-align : center;
text-align : center;
font-size : 19px;
font-weight: 400;
line-height: 2.5;
}
.counter .counter-number {
font-size: inherit;
}
.svg-header {
padding-top: 100px;
}
.svg-mini-header {
padding: 20px;
}
/*---------------------------------------------------------------------
Breadcrumb style 1 2 and 3 4 5
-----------------------------------------------------------------------*/
.breadcrumb li {
display : inline-block;
word-break: break-all;
}
.iq-breadcrumb {
padding : 150px 0 80px;
background: var(--iq-bg1);
}
.iq-breadcrumb-two {
padding : 45px 0;
position: relative;
z-index : 2;
}
.iq-breadcrumb-one {
display : block;
padding : 150px 0 80px;
z-index : 9;
position: relative;
}
.iq-breadcrumb-one ol li a {
color : var(--iq-primary);
text-decoration: none;
font-weight : 700;
}
.iq-breadcrumb-one ol li {
list-style: none;
display : inline-block;
}
.iq-breadcrumb-one .breadcrumb-item+.breadcrumb-item::before {
content: ">";
color : var(--iq-primary);
}
.iq-breadcrumb-one .breadcrumb {
position: relative;
display : inline-block;
}
.iq-breadcrumb-one .breadcrumb-item.active {
color : var(--iq-primary);
position : relative;
font-weight: 700;
}
.iq-breadcrumb-one ol {
background : transparent;
padding : 0;
margin-bottom: 0;
margin-top : 15px;
}
.iq-breadcrumb-two .breadcrumb {
display: inline-block;
}
.iq-breadcrumb-two ol li {
display: inline-block;
}
.iq-breadcrumb-three .breadcrumb {
margin-top: 0;
}
.iq-breadcrumb-three .iq-breadcrumb-one {
padding: 0;
}
.iq-breadcrumb-three {
padding: 45px 0;
}
.breadcrumb-bg,
.breadcrumb-video,
.video-iq-bg-over {
position: relative;
overflow: hidden;
}
.breadcrumb-bg video,
.breadcrumb-bg #video-background,
.breadcrumb-video video,
.video-iq-bg-over video,
.video-breadcrumb-bg #video-background,
.video-iq-bg-over #video-background {
position : absolute;
left : 50%;
top : 50%;
transform: translate(-50%, -50%);
display : inline-block;
width : 100%;
}
.breadcrumb-bg.iq-over-dark-80:before,
.breadcrumb-ui:before {
z-index: 0;
}
.iq-breadcrumb-one {
background-repeat : no-repeat !important;
background-position: center !important;
background-size : cover !important;
background-color : var(--iq-bg1) !important;
}
/*---------------------------------------------------------------------
Background Gradient
---------------------------------------------------------------------*/
.iq-bg-over {
position: relative;
}
.iq-over-dark-10:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.1);
display : block !important;
}
.iq-over-dark-20:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.2);
display : block !important;
}
.iq-over-dark-30:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.3);
display : block !important;
}
.iq-over-dark-40:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.4);
display : block !important;
}
.iq-over-dark-50:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.5);
display : block !important;
}
.iq-over-dark-60:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.6);
display : block !important;
}
.iq-over-dark-70:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.7);
display : block !important;
}
.iq-over-dark-80:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.8);
display : block !important;
}
.iq-over-dark-85:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.85);
display : block !important;
}
.iq-over-dark-90:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.9);
display : block;
}
.iq-over-dark-95:before {
content : "";
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
z-index : 0;
background: rgb(0, 0, 0, 0.95);
display : block !important;
}
/*---------------------------------------------------------------------
Privacy and terms
-----------------------------------------------------------------------*/
.iq-terms-of-use p {
color: var(--iq-body-text);
}
.iq-terms-of-use ul li {
color: var(--iq-body-text);
}
.iq-privacy-policy p {
color: var(--iq-body-text);
}
.site-main {
padding : 100px 0;
display : inline-block;
width : 100%;
float : left;
overflow: hidden;
}
/*---------------------------------------------------------------------
Pricing-Plan
-----------------------------------------------------------------------*/
.iq-pricing-card {
padding : 30px;
position : relative;
background : var(--iq-bg1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
display : block;
margin : 0 auto;
}
.iq-pricing-card .iq-pricing .table {
border: none;
}
.iq-pricing-card .iq-pricing .table th {
border : none;
font-size : 18px;
line-height: 28px;
padding : 28px 10px 20px;
}
.iq-pricing-card .iq-pricing .table td {
border: none !important;
}
.iq-pricing-card .iq-pricing .table tr {
border-bottom: 1px solid var(--iq-body-bg);
}
.iq-pricing-card .iq-pricing .table tr:last-child {
border-bottom: 0;
}
.iq-pricing-card .iq-pricing .iq-price-head {
border-bottom: none !important;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box {
background: var(--iq-body-bg);
padding : 30px 10px;
position : relative;
transition: all 0.4s ease;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .iq-price-rate {
margin-top: 30px;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box small {
font-size : 20px;
text-transform: lowercase;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type {
font-size : 18px;
line-height: 28px;
position : absolute;
background : var(--iq-primary);
padding : 9px 25px;
color : var(--iq-white-color);
top : -15px;
left : 50%;
transform : translateX(-50%);
z-index : 99;
font-weight: 500;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type:before {
position : absolute;
content : '';
width : 0;
height : 0;
right : -15px;
top : -1px;
border-left: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type:after {
position : absolute;
content : '';
width : 0;
height : 0;
left : -15px;
top : -1px;
border-right: 16px solid var(--iq-primary-hover);
border-top : 16px solid transparent;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active {
background: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type {
background: #fff;
color : var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type:before {
border-left: 16px solid var(--iq-primary-hover);
right : -16px;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type:after {
border-right: 16px solid var(--iq-primary-hover);
left : -16px;
}
.iq-pricing-card .iq-pricing .i_close {
font-size: 22px;
}
.iq-pricing-card .iq-pricing .iq-child-cell {
transition : all 0.4s ease;
font-size : 18px;
line-height: 28px;
padding : 25px 10px 20px;
}
.iq-pricing-card .iq-pricing .iq-child-cell.active {
color: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-child-cell i {
font-size : 26px;
line-height: 36px;
}
.iq-pricing-card .iq-pricing .iq-price-footer {
padding: 25px 10px 0px;
}
.iq-price-box .text-white {
font-size: 2.369em;
}
.iq-price-footer .align-items-center .btn-hover {
padding : 12px 24px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
/*---------------------------------------------------------------------
Pricing-Plan-Style-2
-----------------------------------------------------------------------*/
.iq-pricing-card-two {
padding : 22px 60px 60px;
position : relative;
background : var(--iq-bg1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow : 0px 0 20px 0 rgba(0, 0, 0, 0.5);
display : block;
margin : 0 auto;
}
.iq-pricing-card-two .iq-pricing .table {
border: none;
}
.iq-pricing-card-two .iq-pricing .table th {
border : none;
font-size : 18px;
line-height: 28px;
padding : 28px 10px 20px;
}
.iq-pricing-card-two .iq-pricing .table td {
border: none !important;
}
.iq-pricing-card-two .iq-pricing .table tr {
border-bottom: 1px solid var(--iq-body-bg);
}
.iq-pricing-card-two .iq-pricing .table tr:last-child {
border-bottom: 0;
}
.iq-pricing-card-two .iq-pricing .iq-price-head .iq-price-box {
display : inline-block;
padding : 13px 15px;
font-size : 75%;
font-weight : 700;
line-height : 1;
text-align : center;
white-space : nowrap;
vertical-align : baseline;
color : var(--iq-white-color);
background-color: var(--iq-secondary);
}
.iq-pricing-card-two .iq-pricing .iq-price-head .iq-price-box .type {
font-size: 16px;
color : var(--iq-white-color);
}
.iq-pricing-card-two .iq-pricing .i_close {
font-size: 22px;
}
.iq-pricing-card-two .iq-pricing .iq-child-cell {
transition : all 0.4s ease;
font-size : 18px;
line-height: 28px;
padding : 25px 10px 20px;
}
.iq-pricing-card-two .iq-pricing .iq-child-cell.active {
color: var(--iq-primary);
}
.iq-pricing-card-two .iq-pricing .iq-child-cell i {
font-size : 26px;
line-height: 36px;
}
.iq-pricing-card-two .iq-pricing .iq-price-footer {
padding: 25px 10px 0px;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price {
justify-content: center;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap {
display : flex;
justify-content: space-between;
position : relative;
padding : 15px;
background : var(--iq-body-bg);
margin-bottom : 30px;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap i {
position : absolute;
top : 15px;
right : 15px;
font-size: 24px;
display : none;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-label .type {
background : var(--iq-primary);
color : var(--iq-white-color);
padding : 3px 4px 4px;
font-size : 16px;
font-weight: 500;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-label .type1 {
background : var(--iq-primary);
color : var(--iq-white-color);
padding : 3px 4px 4px;
font-size : 16px;
font-weight: 500;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-rate {
padding : 0px;
margin-top: 20px;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-rate small {
font-size : 20px;
text-transform: lowercase;
}
.iq-pricing-card-two .iq-button.btn {
width : 100%;
font-size : 20px;
font-weight: 500;
}
.iq-price-rate-wrap {
cursor: pointer;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active {
background: rgba(229, 9, 20, 0.4);
border : 1px solid rgba(209, 208, 207, 0.6);
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active .iq-price-label .type {
background-color: var(--iq-white-color);
color : var(--iq-primary);
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active i {
color : var(--iq-white-color);
display: block;
}
.align-items-center .btn-hover {
padding : 12px 24px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.iq-price-box span {
font-size: 16px;
color : var(--iq-white-color);
}
/*---------------------------------------------------------------------
Contact
-----------------------------------------------------------------------*/
.wrapper {
padding : 10px;
position : relative;
display : -webkit-box;
display : -ms-flexbox;
display : flex;
box-sizing: border-box;
}
.iq-title-box {
padding: 10px;
}
.iq-box {
padding-top: 100px;
}
.contact-detail {
padding-bottom: 100px;
}
.contact-detail {
padding : 10px;
padding-bottom : 100px;
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.icon-box {
margin-bottom: 15px;
}
.icon-box .icon-svg {
fill : #FFFFFF;
color : #FFFFFF;
border-color: #FFFFFF;
}
.icon-svg svg {
width : 50px;
height : 50px;
position: relative;
display : block;
}
.icon-box-content {
-webkit-box-flex : 1;
-ms-flex-positive: 1;
flex-grow : 1;
}
.icon-box-content .icon-box-title {
color : #E50914;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
h3.icon-box-title>span {
font-size: 24px;
}
.icon-box-description {
color : #D1D0CF;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
.iq-contact-list {
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 0 1px;
border-image-source: linear-gradient(to top, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
/*---------------------------------------------------------------------
Contact form
-----------------------------------------------------------------------*/
.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
position: absolute;
bottom : -5px;
left : 0;
color : red;
border : none;
padding : 0;
margin : 5px 0;
}
.streamit-contact {
padding : 45px;
background: var(--iq-white-light-color);
}
.streamit-contact h2 {
text-align: center;
}
.streamit-contact input:hover,
.streamit-contact input[type=text]:hover,
.streamit-contact textarea:hover {
border: 1px solid var(--iq-primary);
}
.streamit-contact .button {
cursor : pointer;
margin-top: 15px;
}
.streamit-contact input,
.streamit-contact input[type=text],
.streamit-contact textarea {
border: 1px solid var(--iq-white-light-color);
}
.wpcf7-form p:nth-child(n+6) {
margin-bottom: 0;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-not-valid-tip {
display: none !important;
}
.contact-form .cfield {
position: relative;
width : 100%;
display : inline-block;
}
.contact-form .cfield input[type=submit] {
margin-top: 15px;
}
.contact-form .cfield input {
position : relative;
width : 100%;
margin-bottom: 15px;
}
.contact-form .cfield input:focus,
.contact-form .cfield.textarea textarea:focus {
border : 1px solid var(--iq-primary);
box-shadow: none;
outline : none;
}
.contact-form .cfield.textarea textarea {
margin-bottom: 15px;
width : 100%;
float : left;
background : var(--iq-white-color);
border : 1px solid var(--iq-white-light-color);
border-radius: 4px;
padding : 15px 0 0 20px;
resize : none;
}
.contact-form .cfield .wpcf7-not-valid {
border: 1px solid var(--iq-warning-color);
}
.contact-form .ajax-loader {
margin: 32px 0 0 5px;
}
.predict-form {
background : var(--iq-white-color);
border-radius: 5px;
padding : 30px;
}
.predict-form input,
.predict-form textarea {
margin-bottom: 30px;
}
.contact-form .cfield textarea {
margin-bottom: 15px;
}
.iq-contact-data {
padding : 0 0 100px 0;
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 1px 0;
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.iq-contact-data .iq-contact-list {
border : 1px solid;
border-image-slice : 1;
border-width : 0 0 0 1px;
border-image-source: linear-gradient(to top, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.iq-contact-data .iq-contact-list:first-child {
border: none;
}
input,
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
width : 100%;
padding : 0 15px;
height : 48px;
line-height : 48px;
background : var(--iq-body-bg);
border : 1px solid #404043;
-webkit-border-radius: 0;
-moz-border-radius : 0;
border-radius : 0;
color : var(--iq-body-text);
transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-ms-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
-webkit-transition : all 0.5s ease-in-out;
}
textarea {
padding : 0 15px;
height : 150px;
-webkit-border-radius: 0px;
-moz-border-radius : 0px;
border-radius : 0px;
}
.comments-area table td,
.comments-area table th {
border: 1px solid var(--iq-white-light-color);
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
border-color: var(--iq-primary);
box-shadow : none;
outline : none;
}
/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion {
z-index : 9;
position: relative;
}
.iq-accordion .iq-accordion-title {
border-radius : 4px;
position : relative;
padding : 30px 75px 30px 30px;
line-height : normal;
cursor : pointer;
display : flex;
text-align : left;
color : var(--white-color);
font-weight : 600;
text-decoration: none;
}
.iq-accordion .iq-accordion-title .accordion-title {
display : inline-block;
vertical-align: middle;
}
.iq-accordion .iq-accordion-details {
display : none;
text-align: left;
padding : 30px 0 0;
}
.iq-accordion .iq-accordion-details p {
margin-bottom: 0;
}
.iq-accordion .iq-accordion-block {
margin-bottom: 30px;
padding : 0;
overflow : hidden;
background : var(--iq-bg1);
border-radius: 5px;
}
.iq-accordion .iq-accordion-block:last-child {
margin-bottom: 0;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i {
color : var(--primary-color);
line-height : normal;
vertical-align: middle;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-right {
position : absolute;
right : 30px;
top : 25px;
text-align: center;
background: var(--iq-primary);
height : 35px;
width : 35px;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-right>i {
line-height: 35px;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i::before {
vertical-align: middle;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i.active {
display: none;
}
.iq-accordion .iq-accordion-block.iq-active .iq-accordion-title i.active {
display : inline-block;
vertical-align: middle;
}
.iq-accordion .iq-accordion-block.iq-active .iq-accordion-title i.inactive {
display: none;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-left {
margin-right : 45px;
line-height : 33px;
display : inline-block;
vertical-align: middle;
}
.iq-accordion-shadow .iq-accordion-block.iq-active {
-webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow : 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
box-shadow : 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
transition : all 0.5s ease-in-out;
transition : all 0.5s ease-in-out;
-moz-transition : all 0.5s ease-in-out;
-ms-transition : all 0.5s ease-in-out;
-o-transition : all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.iq-accordion .iq-accordion-details {
padding : 30px 30px;
border : 1px solid;
border-image-slice : 1;
border-width : 1px 0px 0px 0;
border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
h1 {
font-size: 4.209em;
}
h2 {
font-size: 3.157em;
}
h3 {
font-size: 2.369em;
}
h4 {
font-size: 1.777em;
}
h5 {
font-size: 1.333em;
}
h6 {
font-size: 1rem;
}
/*-------------------------------------------------------------------
header menu
----------------------------------------------*/
.navbar ul li:hover>.sub-menu {
display : block !important;
-webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation : fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.navbar ul li:hover .sub-menu {
display : block;
padding : 15px 0;
background : var(--iq-body-bg);
position : absolute;
top : 100%;
left : 0;
padding-left : 0;
display : inline-block;
min-width : 256px;
-webkit-box-shadow: 0px 1px 30px 0px rgb(36 38 43 / 10%);
-moz-box-shadow : 0px 1px 30px 0px rgba(36, 38, 43, 0.10);
box-shadow : 0px 1px 30px 0px rgb(36 38 43 / 10%);
}
.navbar ul li .sub-menu li>.sub-menu {
display: none;
}
.navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu,
.navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu {
left : auto;
right: 100%;
top : -15px;
}
.navbar ul li:last-child {
margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a,
.navbar ul.navbar-nav>li.menu-item:hover>i {
color: var(--iq-primary);
}
.navbar ul.navbar-nav>li.menu-item>a {
text-transform: uppercase;
}
.navbar ul.navbar-nav>li:hover>a {
font-weight: 700;
}
.navbar ul li.menu-item a {
font-size : 16px;
font-weight : 400;
position : relative;
padding : 0px 0px 0px 10px;
line-height : 70px;
position : relative;
z-index : 9;
text-decoration : none;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform : capitalize;
}
.navbar ul li .sub-menu {
display: none;
}
/* .navbar ul {
float: inherit;
display: block;
text-align: center;
} */
.navbar ul li .sub-menu li {
margin-right: 0;
padding : 0 15px;
}
.navbar ul.sub-menu li {
display : block;
text-align: left;
}
.navbar ul li {
list-style : none;
margin-right : 18px;
position : relative;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
display : inline-block;
}
.menu-sticky .navbar ul li .sub-menu>li a {
line-height: 1em;
}
.navbar ul li .sub-menu li>a {
font-size : 14px;
border-radius: 0;
display : inline-block;
width : 100%;
line-height : 1em;
padding : 15px;
color : var(--iq-body-text);
position : relative;
overflow : hidden;
}
.navbar ul li.menu-item a {
font-size : 16px;
font-weight : 400;
position : relative;
padding : 0px 0px 0px 10px;
line-height : 70px;
position : relative;
z-index : 9;
text-decoration : none;
transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
text-transform : capitalize;
}
.navbar ul li .sub-menu li>a::before {
position : absolute;
content : "";
background: var(--iq-primary);
top : 0;
bottom : 0;
left : 0;
right : 0;
width : 4px;
opacity : 0;
transform : translate3d(-100%, 0, 0);
transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::after {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
}
.navbar ul li .sub-menu li>a::after {
position : absolute;
content : "";
background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
top : 0;
bottom : 0;
left : 0;
right : 0;
opacity : 0;
transform : translate3d(-100%, 0, 0);
transition: all 0.5s ease-in-out;
z-index : -1;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::before {
opacity : 1;
transform : translate3d(0, 0, 0);
transition: all 0.5s ease-in-out;
} | 0.569733 | 0.080538 |
:root {
--grey-scheme: #59594A;
--teal-scheme: #A3BFA8;
--red-scheme: #BE6E46;
--green-scheme: #CDE7B0;
--blue-scheme: #7286A0;
}
body {
padding: 50px 0px 50px 0px;
background-color: var(--grey-scheme, grey);
font-family: Orbitron;
text-align: center;
font-weight: bold;
}
h1 {
font-size: 5em;
padding: 0px 0px 25px 0px;
}
.color1 {
color: var(--red-scheme, red);
}
.color2 {
color: var(--green-scheme, green);
}
.color3 {
color: var(--teal-scheme, teal);
}
.color4 {
color: white;
}
.scoreboard {
margin-left: auto;
margin-right: auto;
width: 500px;
padding: 25px 0px 25px 0px;
background-color: var(--teal-scheme, teal);
border-radius: 20px 20px 0px 0px;
}
.arena {
margin-left: auto;
margin-right: auto;
padding: 25px 0px 25px 0px;
width: 500px;
background-color: var(--red-scheme, red);
border-radius: 0px 0px 20px 20px;
}
.score-info {
font-size: 1.9em;
}
.score-val {
background-color: white;
font-size: 3em;
width: 80px;
padding-top: 9px;
border-radius: 5px;
}
.message {
font-size: 3.5em;
padding-top: 15px;
}
#options {
font-size: 1.7em;
}
#diffForm {
display: none;
}
.buttons {
background-color: black;
width: 320px;
height: 320px;
margin: 35px;
border-radius: 5px 5px 5px 5px;
display: none;
}
.new-game {
font-size: 2em;
}
#toggle {
background-color: var(--teal-scheme, teal);
border: none;
padding: 7px 20px;
border: 2px solid var(--grey-scheme, grey);
border-radius: 5px;
}
#toggle:hover {
color: var(--red-scheme, red);
}
.position {
height: 100px;
width: 100px;
padding-top: 8px;
float: left;
font-size: 5em;
border: none;
background-color: var(--teal-scheme, teal);
}
#pos-1 {
margin-right: 5px;
margin-bottom: 5px;
border-radius: 5px 0px 0px 0px;
}
#pos-2 {
margin-right: 5px;
margin-left: 5px;
margin-bottom: 5px;
}
#pos-3 {
margin-left: 5px;
margin-bottom: 5px;
border-radius: 0px 5px 0px 0px;
}
#pos-4 {
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
#pos-5 {
margin: 5px;
}
#pos-6 {
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
}
#pos-7 {
margin-right: 5px;
margin-top: 5px;
border-radius: 0px 0px 0px 5px;
}
#pos-8 {
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
}
#pos-9 {
margin-left: 5px;
margin-top: 5px;
border-radius: 0px 0px 5px 0px;
} | portfolio/TicTacToe/style.css | :root {
--grey-scheme: #59594A;
--teal-scheme: #A3BFA8;
--red-scheme: #BE6E46;
--green-scheme: #CDE7B0;
--blue-scheme: #7286A0;
}
body {
padding: 50px 0px 50px 0px;
background-color: var(--grey-scheme, grey);
font-family: Orbitron;
text-align: center;
font-weight: bold;
}
h1 {
font-size: 5em;
padding: 0px 0px 25px 0px;
}
.color1 {
color: var(--red-scheme, red);
}
.color2 {
color: var(--green-scheme, green);
}
.color3 {
color: var(--teal-scheme, teal);
}
.color4 {
color: white;
}
.scoreboard {
margin-left: auto;
margin-right: auto;
width: 500px;
padding: 25px 0px 25px 0px;
background-color: var(--teal-scheme, teal);
border-radius: 20px 20px 0px 0px;
}
.arena {
margin-left: auto;
margin-right: auto;
padding: 25px 0px 25px 0px;
width: 500px;
background-color: var(--red-scheme, red);
border-radius: 0px 0px 20px 20px;
}
.score-info {
font-size: 1.9em;
}
.score-val {
background-color: white;
font-size: 3em;
width: 80px;
padding-top: 9px;
border-radius: 5px;
}
.message {
font-size: 3.5em;
padding-top: 15px;
}
#options {
font-size: 1.7em;
}
#diffForm {
display: none;
}
.buttons {
background-color: black;
width: 320px;
height: 320px;
margin: 35px;
border-radius: 5px 5px 5px 5px;
display: none;
}
.new-game {
font-size: 2em;
}
#toggle {
background-color: var(--teal-scheme, teal);
border: none;
padding: 7px 20px;
border: 2px solid var(--grey-scheme, grey);
border-radius: 5px;
}
#toggle:hover {
color: var(--red-scheme, red);
}
.position {
height: 100px;
width: 100px;
padding-top: 8px;
float: left;
font-size: 5em;
border: none;
background-color: var(--teal-scheme, teal);
}
#pos-1 {
margin-right: 5px;
margin-bottom: 5px;
border-radius: 5px 0px 0px 0px;
}
#pos-2 {
margin-right: 5px;
margin-left: 5px;
margin-bottom: 5px;
}
#pos-3 {
margin-left: 5px;
margin-bottom: 5px;
border-radius: 0px 5px 0px 0px;
}
#pos-4 {
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
#pos-5 {
margin: 5px;
}
#pos-6 {
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
}
#pos-7 {
margin-right: 5px;
margin-top: 5px;
border-radius: 0px 0px 0px 5px;
}
#pos-8 {
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
}
#pos-9 {
margin-left: 5px;
margin-top: 5px;
border-radius: 0px 0px 5px 0px;
} | 0.436262 | 0.219965 |
Layout
-------------------------------------- */
#now
{
letter-spacing:3px;
}
#up
{
letter-spacing:2px;
}
#now img
{
width: 60%;
filter: brightness(50%);
transition: .6s all;
}
.container{
padding: 20px;
text-align: center;
}
#now img:hover
{
transition: .6s all;
filter: brightness(100%);
}
.dropdown-menu
{
background-color: black;
}
#movies{
text-align: center;
letter-spacing: 3px;
}
#movies ol li:hover{
font-style: italic;
}
#movies ul li{
color: black;
}
#fluid
{
min-height: 55%;
}
/* --------------------------------------
Navbar
-------------------------------------- */
.navbar{
padding-top: 10px;
background-color: black;
}
.navbar ul,col-sm-3 ul{
list-style-type: none;
}
.navbar-nav li a
{
color: white;
}
.navbar-nav li a:hover
{
color: #d8d8d8;
}
/* --------------------------------------
Global Styles
-------------------------------------- */
.row{
padding:10px;
}
#listheading img{
width: 50%;
transition: .6s all;
}
#listheading img:hover{
width: 55%;
letter-spacing: 0px;
transition: .6s all;
}
#listheading{
transition: .6s linear all;
}
#listheading:hover{
letter-spacing: 2px;
font-size: 28px;
transition: .6s linear all;
}
#find {
top: 33%;
background-color: rgba(226, 237, 255,0.7);
padding: 0 52px;
border-radius: 143px;
}
/*.................................................
Footer
..................................................*/
#subs input
{
border-radius: 20px;
padding: 40px;
}
.col-sm-3 img{
padding-bottom: 3px;
padding-left: 16px;
}
footer {
background: #333;
color: #eee;
font-size: 14px;
padding: 50px;
margin: 0px;
}
footer:hover{
background-color: black;
}
#searchInput {
width: 200px;
}
.pagination
{
visibility: hidden;
}
/*..............................................
style from w3 css
................................................*/
h1,h2,h3,h4,h5{font-family: "Lato", sans-serif;
color: black;
}
h6{font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: white;
line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1{
opacity: 0.8;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1{
background-image: url("../../media/images/film-banner.jpg");
min-height: 100%;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
/* --------------------------------------
Media Queries
-------------------------------------- */
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1024px) {
.bgimg-1{
background-attachment: scroll;
}
} | findmovies/includes/css/styles.css | Layout
-------------------------------------- */
#now
{
letter-spacing:3px;
}
#up
{
letter-spacing:2px;
}
#now img
{
width: 60%;
filter: brightness(50%);
transition: .6s all;
}
.container{
padding: 20px;
text-align: center;
}
#now img:hover
{
transition: .6s all;
filter: brightness(100%);
}
.dropdown-menu
{
background-color: black;
}
#movies{
text-align: center;
letter-spacing: 3px;
}
#movies ol li:hover{
font-style: italic;
}
#movies ul li{
color: black;
}
#fluid
{
min-height: 55%;
}
/* --------------------------------------
Navbar
-------------------------------------- */
.navbar{
padding-top: 10px;
background-color: black;
}
.navbar ul,col-sm-3 ul{
list-style-type: none;
}
.navbar-nav li a
{
color: white;
}
.navbar-nav li a:hover
{
color: #d8d8d8;
}
/* --------------------------------------
Global Styles
-------------------------------------- */
.row{
padding:10px;
}
#listheading img{
width: 50%;
transition: .6s all;
}
#listheading img:hover{
width: 55%;
letter-spacing: 0px;
transition: .6s all;
}
#listheading{
transition: .6s linear all;
}
#listheading:hover{
letter-spacing: 2px;
font-size: 28px;
transition: .6s linear all;
}
#find {
top: 33%;
background-color: rgba(226, 237, 255,0.7);
padding: 0 52px;
border-radius: 143px;
}
/*.................................................
Footer
..................................................*/
#subs input
{
border-radius: 20px;
padding: 40px;
}
.col-sm-3 img{
padding-bottom: 3px;
padding-left: 16px;
}
footer {
background: #333;
color: #eee;
font-size: 14px;
padding: 50px;
margin: 0px;
}
footer:hover{
background-color: black;
}
#searchInput {
width: 200px;
}
.pagination
{
visibility: hidden;
}
/*..............................................
style from w3 css
................................................*/
h1,h2,h3,h4,h5{font-family: "Lato", sans-serif;
color: black;
}
h6{font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: white;
line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1{
opacity: 0.8;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1{
background-image: url("../../media/images/film-banner.jpg");
min-height: 100%;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
/* --------------------------------------
Media Queries
-------------------------------------- */
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1024px) {
.bgimg-1{
background-attachment: scroll;
}
} | 0.193414 | 0.058105 |
.containerFluid{
width: 100%;
padding-top: 100px;
}
.containerForm{
max-width: 400px;
width: 100%;
margin: auto;
/* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
border-radius: 6px;
padding-bottom: 40px;
}
.input{
width: 100%;
border-radius: 4px;
padding: 10px 0px;
padding-left: 10px;
border: 1px solid #909090;
outline: none;
margin-top: 5px;
}
.input:focus{border: 2px solid #5096D7;background-color: #fff; color: #333333}
.box100{width: 100%;}
.box{width: 48%;}
.box .input, .box100 .input{
width: 100%;
margin-top: 10px;
}
.box .input:focus{border: 2px solid #5096D7;background-color: #fff; color: #333333;}
.candidateImg{display: flex;justify-content: center;}
.candidateImg > .imgThumb{
max-width: 150px; min-width: 150px;
max-height: 150px; min-height: 150px;
object-fit: cover;
object-position: center;
border-radius: 100%;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.candidateImg .imgCam{margin-top: 115px;margin-left: -35px;}
.candidateImg .imgThumb:hover{cursor: pointer; border: 1px solid #5096D7;}
.candidateImg .imgCam:hover{cursor: pointer; opacity: 0.8;}
.containerForm .candidateDetail{
margin-top: 5%;
}
.flexForm1{
display: flex;
justify-content: space-between;
margin-top: 10px;
padding-top: 10px;
}
.box label , .box100 label{
font-size: 20px;
font-weight: 100;
/* color: #5096D7; */
}
.vision{margin-top: 10px;}
.vision label{font-size: 20px;
font-weight: 100;}
textarea.textarea{
width: 100%;
border-radius: 5px;
box-sizing: border-box;
border-radius: 5px;
padding: 10px;
border: 1px solid #909090;
margin-top: 10px;
resize:vertical;
min-height: 40px;
outline: none;
font-weight: 500;
font-size: large;
}
.textarea:focus{
border: 2px solid #8aabca;
background-color: #fff;
color: #333333
}
.mision{margin-top: 10px;}
.mision label{font-size: 20px;
font-weight: 100;}
.mision .input{margin-top: 10px; font-weight: 500; font-size: normal; text-align: start;}
.Btn{
width: 100%;
margin-top: 15px;
padding: 8px 0px;
font-weight: bold;
font-size: medium;
border: none;
background-color: #fff;
color: #5096D7;
border-radius: 5px;
cursor: pointer;
}.Btn:hover{box-shadow: 0px 0px 100px inset rgba(0, 0, 0, 0.04);}
.submitCandidate > .Btn {
padding: 10px 25px;
width: auto;
color: #fff;
background-color: #6EADE8;
}
.submitCandidate > .btnDel{
margin-left: 10px;
border: 2px solid #D75050;
box-sizing: border-box;
border-radius: 8px;
background: #fff;
padding: 10px 25px;
width: 100px;
font-weight: bold;
font-size: 14px;
color: #D75050;
outline: none;
} .btnDel:hover{
background-color: #D75050;
color: #F4F4F4;
cursor: pointer;
}
@media screen and (max-width: 900px){
.containerFluid{padding: 65px 30px 0;}
.column{
width: 85%;
margin-left: -5px;
margin-top: 30px;
}
.flexForm1{
flex-wrap: wrap;
text-align: start;
}
.box{ margin-top: 10px; width: 100%; justify-content: flex-start;}
}
@media screen and (max-width: 500px){
.containerFluid{
flex-wrap: wrap;
}
.column1{
width: 375px;
margin-left: -5px;
}
.column2{
width: 85%;
margin-left: -5px;
margin-top: 30px;
}
} | styles/page/room-candidate.module.css | .containerFluid{
width: 100%;
padding-top: 100px;
}
.containerForm{
max-width: 400px;
width: 100%;
margin: auto;
/* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
border-radius: 6px;
padding-bottom: 40px;
}
.input{
width: 100%;
border-radius: 4px;
padding: 10px 0px;
padding-left: 10px;
border: 1px solid #909090;
outline: none;
margin-top: 5px;
}
.input:focus{border: 2px solid #5096D7;background-color: #fff; color: #333333}
.box100{width: 100%;}
.box{width: 48%;}
.box .input, .box100 .input{
width: 100%;
margin-top: 10px;
}
.box .input:focus{border: 2px solid #5096D7;background-color: #fff; color: #333333;}
.candidateImg{display: flex;justify-content: center;}
.candidateImg > .imgThumb{
max-width: 150px; min-width: 150px;
max-height: 150px; min-height: 150px;
object-fit: cover;
object-position: center;
border-radius: 100%;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.candidateImg .imgCam{margin-top: 115px;margin-left: -35px;}
.candidateImg .imgThumb:hover{cursor: pointer; border: 1px solid #5096D7;}
.candidateImg .imgCam:hover{cursor: pointer; opacity: 0.8;}
.containerForm .candidateDetail{
margin-top: 5%;
}
.flexForm1{
display: flex;
justify-content: space-between;
margin-top: 10px;
padding-top: 10px;
}
.box label , .box100 label{
font-size: 20px;
font-weight: 100;
/* color: #5096D7; */
}
.vision{margin-top: 10px;}
.vision label{font-size: 20px;
font-weight: 100;}
textarea.textarea{
width: 100%;
border-radius: 5px;
box-sizing: border-box;
border-radius: 5px;
padding: 10px;
border: 1px solid #909090;
margin-top: 10px;
resize:vertical;
min-height: 40px;
outline: none;
font-weight: 500;
font-size: large;
}
.textarea:focus{
border: 2px solid #8aabca;
background-color: #fff;
color: #333333
}
.mision{margin-top: 10px;}
.mision label{font-size: 20px;
font-weight: 100;}
.mision .input{margin-top: 10px; font-weight: 500; font-size: normal; text-align: start;}
.Btn{
width: 100%;
margin-top: 15px;
padding: 8px 0px;
font-weight: bold;
font-size: medium;
border: none;
background-color: #fff;
color: #5096D7;
border-radius: 5px;
cursor: pointer;
}.Btn:hover{box-shadow: 0px 0px 100px inset rgba(0, 0, 0, 0.04);}
.submitCandidate > .Btn {
padding: 10px 25px;
width: auto;
color: #fff;
background-color: #6EADE8;
}
.submitCandidate > .btnDel{
margin-left: 10px;
border: 2px solid #D75050;
box-sizing: border-box;
border-radius: 8px;
background: #fff;
padding: 10px 25px;
width: 100px;
font-weight: bold;
font-size: 14px;
color: #D75050;
outline: none;
} .btnDel:hover{
background-color: #D75050;
color: #F4F4F4;
cursor: pointer;
}
@media screen and (max-width: 900px){
.containerFluid{padding: 65px 30px 0;}
.column{
width: 85%;
margin-left: -5px;
margin-top: 30px;
}
.flexForm1{
flex-wrap: wrap;
text-align: start;
}
.box{ margin-top: 10px; width: 100%; justify-content: flex-start;}
}
@media screen and (max-width: 500px){
.containerFluid{
flex-wrap: wrap;
}
.column1{
width: 375px;
margin-left: -5px;
}
.column2{
width: 85%;
margin-left: -5px;
margin-top: 30px;
}
} | 0.293911 | 0.070688 |
-------------------------------------------------- */
/* For devices that do not support html meta viewport (e.g. IE 10 snap mode) */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
html {
overflow-y: scroll;
min-height: 100%;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 62.5%;
}
body {
height: 100%;
margin: 0 auto;
background-color: #1C303E;
font-size: 1.4rem; /* =14px */
font-weight: normal;
color: #C9E1F2;
}
img, embed, object, video { max-width: 100%; vertical-align: middle; }
p, ul, ol, dl { margin-top: 0; }
ul {
margin-left: .25em;
padding-left: 0;
list-style: none;
}
ol { padding-left: 1.5em; }
nav a { padding: .5em 1ex; display: block}
nav li {border: 2px solid #C9E1F2;display: inline-block;}
li {
margin-left: 0;
padding-left: 0;
}
p, li {
margin-bottom: 1.25ex;
line-height: 160%;
}
.p {
margin-top: 0;
margin-bottom: 1.25ex;
line-height: 160%;
}
a,
.a {
color: #5FFF6D;
text-decoration: none;
cursor: pointer;
}
.a {
display: inline;
margin: 0;
padding: 0;
border: none;
background-color: transparent;
}
a:hover,
.a:hover {
text-decoration: underline;
}
:focus {
outline: #5FFF6D solid 1px;
box-shadow: 0px 0px 2px 2px #5FFF6D;
}
a.current {
color: #747075;
cursor: text;
}
a.current:hover {
text-decoration: none;
}
.not-active {
pointer-events: none;
cursor: default;
}
button {
cursor: pointer;
}
figure {
margin-bottom: 2ex;
}
figcaption {
color: #DAc3AF;
}
hr {
margin: 20px 0 15px;
}
table {
width: 100%;
}
td, th {
padding: 2ex 1em 2ex 0;
vertical-align: top;
text-align: left;
}
tbody tr {
border-bottom: 1px solid #FFF500;
}
tbody tr:first-child th,
tbody tr:first-child td {
padding-top: 0;
}
td:last-child {
padding-right: 0;
}
th {
color: #DAc3AF;
}
td ul,
td li:last-child {
margin-bottom: 0;
}
/* Headings
-------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
display: block;
margin: 1.3ex 0 1ex;
color: #DAc3AF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: .02em;
}
h1, .h1 {
margin: 0.7ex 0 1ex;
border-bottom: 1px solid #DAc3AF;
padding-bottom: 0.5ex;
font-size: 3.0rem;
line-height: 1.07;
text-transform: uppercase;
letter-spacing: normal;
}
h2, .h2 {
font-size: 2.3rem;
overflow: hidden;
}
h2:after {
content:"";
display: inline-block;
height: 0.5em;
width: 100%;
margin-right: -100%;
margin-left: 10px;
border-bottom: 1px dashed #DAc3AF;
}
h3, .h3 {
font-size: 1.6rem;
}
h4, .h4 {
font-size: 1.4rem;
}
h5, .h5 {
}
h6, .h6 {
}
/* Lists
---------------------------------------- */
.bullet {
padding-left: 1.4em;
list-style-type: disc;
}
.singletons li {
margin-bottom: 0;
}
/* Forms
---------------------------------------- */
fieldset {
position: relative;
border: 1px solid;
padding: 1ex 1em;
margin: 0 0 2ex 0;
}
legend {
overflow: hidden;
font-weight: bold;
}
.legend {
display: block;
margin-top: 1ex;
font-size: 1.6rem;
font-weight: bold;
}
fieldset fieldset legend {
font-size: 1.4rem;
}
label {
display: inline-block;
width: 15%;
white-space: nowrap;
vertical-align: top;
margin: 0 2em .5ex 0;
}
label.auto-length {
width: auto;
}
.inline-label {
width: auto;
}
.block-label {
display: block;
width: auto;
margin-bottom: .5ex;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=number],
input[type=date],
input[type=tel],
input[type=url],
select,
textarea {
padding: 1ex .5em;
width: 20em;
font-size: 1.3rem;
line-height: 1;
background: #fff;
border: 1px solid #d5d5d5;
border-radius: 2px;
box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.2);
box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
box-shadow: inset 0px 0px 2px 2px #3279bf;
}
input[type="radio"],
input[type="checkbox"] {
display: inline-block;
margin-right: .3em;
}
input[disabled] {
background-color: #eee;
}
.required-field::after {
content: "*";
display: inline-block;
margin-left: .1em;
font-weight: bold;
color: red;
}
.form-row {
margin: 1.5ex 0;
}
/* Buttons
---------------------------------------- */
.btn {
position: relative;
display: inline-block;
height: 32px;
padding: 0 0.6em 0 .8em;
background-color: #e7e7e7;
font-size: 1.4rem;
font-weight: bold;
color: #161e25;
line-height: 32px;
text-align: center;
text-decoration: none;
white-space: nowrap;
letter-spacing: 0.07em;
}
.btn:hover,
.btn:focus,
.btn:active {
text-decoration: none;
}
.btn-primary {
font-weight: normal;
background-color: transparent;
border: 2px solid #C9E1F2;
color: #5FFF6D;
padding: 2ex 1em;
line-height: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
background: #163554;
}
.btn-secondary {
border: none;
background: #4f0100;
color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
color: #ffb612;
}
.btn-disabled {
/* background and text color same as .btn */
border: 2px solid #c1c1c1;
line-height: 35px;
}
/*Looks Like a link, but has spacing of a button*/
.btn-text {
height: 31px;
padding: 0 15px;
font-size: 1.3rem;
line-height: 32px;
font-weight: bold;
}
.btn.svg {
width: 32px;
height: 32px;
padding: 0;
border: none;
background-color: transparent;
}
/* General Helpers
-------------------------------------------------- */
.center-text {
text-align: center;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.clear {
clear: both;
}
.bold {
font-weight: bold;
}
.normal {
font-weight: normal;
}
.block {
display: block;
}
.inline {
display: inline;
}
.width-25 { width: 25%; }
.width-33 { width: 33%; }
.width-50 { width: 50%; }
.width-75 { width: 75%; }
/* Showing and Hiding
---------------------------------------- */
.is-hidden { /* Hide from both screenreaders and browsers */
display: none !important;
visibility: hidden;
}
.is-visible { /* Show element to both screenreaders and browsers */
display: block !important;
visibility: visible;
}
.screen-reader-text { /* Hide only visually, but have it available for screenreaders */
position: absolute !important;
display: block;
visibility: visible;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0px, 0px, 0px, 0px); /* deprecated */
clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
}
@media print {
.cui-not-printed { /* Will not appear on printouts */
display: none;
}
}
/* Page component structure
---------------------------------------- */
.page-wrapper {
width: 80%;
margin: 0 auto 10ex;
}
.accordion-trigger:hover {
text-decoration: none;
}
.accordion-trigger:focus h2 {
outline: #5FFF6D solid 1px;
box-shadow: 0px 0px 2px 2px #5FFF6D;
}
.tiles {
display:flex;
flex-wrap: wrap;
margin-top: 3ex;
}
.tile {
width: 17%;
margin-right: 2ex;
}
#challenge_1_form {
width: 100%;
max-width: 400px;
}
#challenge_1 label {
white-space: normal;
width: 100%;
display: block;
margin: 1ex 0 3ex;
position: relative;
}
#challenge_1 input {
display: block;
width: 100%;
min-width: 242px;
margin: 1ex 0;
}
.challenge-1-help {
position: absolute;
right: .5em;
bottom: .7ex;
font-weight: normal;
font-size: .8em;
padding: 1ex .5em;
height: auto;
line-height: 1;
box-sizing: border-box;
}
.challenge-1-help:focus {
background-color: #5FFF6D;
color: #1C303E;
outline: #1C303E solid 1px;
box-shadow: 0px 0px 2px 2px #1C303E;
font-weight: bold;
}
.answer {
color: #f9e540;
display: block;
}
.answer.incorrect {
color: #ffa384;
}
#challenge_2 label {
white-space: normal;
display: block;
width: auto;
}
[tabindex="-1"] {
outline: none;
box-shadow: none;
}
.indented {
float: left;
margin-right: 1em;
width:15vw
}
.table-setting {
width: 30%;
min-width: 100px;
max-width: 250px;
vertical-align: top;
}
.table-setting + figcaption {
display: inline-block;
width: 60%;
margin-left: 1em;
font-style: italic;
} | evoHaX/css/brand.css | -------------------------------------------------- */
/* For devices that do not support html meta viewport (e.g. IE 10 snap mode) */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
html {
overflow-y: scroll;
min-height: 100%;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 62.5%;
}
body {
height: 100%;
margin: 0 auto;
background-color: #1C303E;
font-size: 1.4rem; /* =14px */
font-weight: normal;
color: #C9E1F2;
}
img, embed, object, video { max-width: 100%; vertical-align: middle; }
p, ul, ol, dl { margin-top: 0; }
ul {
margin-left: .25em;
padding-left: 0;
list-style: none;
}
ol { padding-left: 1.5em; }
nav a { padding: .5em 1ex; display: block}
nav li {border: 2px solid #C9E1F2;display: inline-block;}
li {
margin-left: 0;
padding-left: 0;
}
p, li {
margin-bottom: 1.25ex;
line-height: 160%;
}
.p {
margin-top: 0;
margin-bottom: 1.25ex;
line-height: 160%;
}
a,
.a {
color: #5FFF6D;
text-decoration: none;
cursor: pointer;
}
.a {
display: inline;
margin: 0;
padding: 0;
border: none;
background-color: transparent;
}
a:hover,
.a:hover {
text-decoration: underline;
}
:focus {
outline: #5FFF6D solid 1px;
box-shadow: 0px 0px 2px 2px #5FFF6D;
}
a.current {
color: #747075;
cursor: text;
}
a.current:hover {
text-decoration: none;
}
.not-active {
pointer-events: none;
cursor: default;
}
button {
cursor: pointer;
}
figure {
margin-bottom: 2ex;
}
figcaption {
color: #DAc3AF;
}
hr {
margin: 20px 0 15px;
}
table {
width: 100%;
}
td, th {
padding: 2ex 1em 2ex 0;
vertical-align: top;
text-align: left;
}
tbody tr {
border-bottom: 1px solid #FFF500;
}
tbody tr:first-child th,
tbody tr:first-child td {
padding-top: 0;
}
td:last-child {
padding-right: 0;
}
th {
color: #DAc3AF;
}
td ul,
td li:last-child {
margin-bottom: 0;
}
/* Headings
-------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
display: block;
margin: 1.3ex 0 1ex;
color: #DAc3AF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: .02em;
}
h1, .h1 {
margin: 0.7ex 0 1ex;
border-bottom: 1px solid #DAc3AF;
padding-bottom: 0.5ex;
font-size: 3.0rem;
line-height: 1.07;
text-transform: uppercase;
letter-spacing: normal;
}
h2, .h2 {
font-size: 2.3rem;
overflow: hidden;
}
h2:after {
content:"";
display: inline-block;
height: 0.5em;
width: 100%;
margin-right: -100%;
margin-left: 10px;
border-bottom: 1px dashed #DAc3AF;
}
h3, .h3 {
font-size: 1.6rem;
}
h4, .h4 {
font-size: 1.4rem;
}
h5, .h5 {
}
h6, .h6 {
}
/* Lists
---------------------------------------- */
.bullet {
padding-left: 1.4em;
list-style-type: disc;
}
.singletons li {
margin-bottom: 0;
}
/* Forms
---------------------------------------- */
fieldset {
position: relative;
border: 1px solid;
padding: 1ex 1em;
margin: 0 0 2ex 0;
}
legend {
overflow: hidden;
font-weight: bold;
}
.legend {
display: block;
margin-top: 1ex;
font-size: 1.6rem;
font-weight: bold;
}
fieldset fieldset legend {
font-size: 1.4rem;
}
label {
display: inline-block;
width: 15%;
white-space: nowrap;
vertical-align: top;
margin: 0 2em .5ex 0;
}
label.auto-length {
width: auto;
}
.inline-label {
width: auto;
}
.block-label {
display: block;
width: auto;
margin-bottom: .5ex;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=number],
input[type=date],
input[type=tel],
input[type=url],
select,
textarea {
padding: 1ex .5em;
width: 20em;
font-size: 1.3rem;
line-height: 1;
background: #fff;
border: 1px solid #d5d5d5;
border-radius: 2px;
box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.2);
box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
box-shadow: inset 0px 0px 2px 2px #3279bf;
}
input[type="radio"],
input[type="checkbox"] {
display: inline-block;
margin-right: .3em;
}
input[disabled] {
background-color: #eee;
}
.required-field::after {
content: "*";
display: inline-block;
margin-left: .1em;
font-weight: bold;
color: red;
}
.form-row {
margin: 1.5ex 0;
}
/* Buttons
---------------------------------------- */
.btn {
position: relative;
display: inline-block;
height: 32px;
padding: 0 0.6em 0 .8em;
background-color: #e7e7e7;
font-size: 1.4rem;
font-weight: bold;
color: #161e25;
line-height: 32px;
text-align: center;
text-decoration: none;
white-space: nowrap;
letter-spacing: 0.07em;
}
.btn:hover,
.btn:focus,
.btn:active {
text-decoration: none;
}
.btn-primary {
font-weight: normal;
background-color: transparent;
border: 2px solid #C9E1F2;
color: #5FFF6D;
padding: 2ex 1em;
line-height: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
background: #163554;
}
.btn-secondary {
border: none;
background: #4f0100;
color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
color: #ffb612;
}
.btn-disabled {
/* background and text color same as .btn */
border: 2px solid #c1c1c1;
line-height: 35px;
}
/*Looks Like a link, but has spacing of a button*/
.btn-text {
height: 31px;
padding: 0 15px;
font-size: 1.3rem;
line-height: 32px;
font-weight: bold;
}
.btn.svg {
width: 32px;
height: 32px;
padding: 0;
border: none;
background-color: transparent;
}
/* General Helpers
-------------------------------------------------- */
.center-text {
text-align: center;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.clear {
clear: both;
}
.bold {
font-weight: bold;
}
.normal {
font-weight: normal;
}
.block {
display: block;
}
.inline {
display: inline;
}
.width-25 { width: 25%; }
.width-33 { width: 33%; }
.width-50 { width: 50%; }
.width-75 { width: 75%; }
/* Showing and Hiding
---------------------------------------- */
.is-hidden { /* Hide from both screenreaders and browsers */
display: none !important;
visibility: hidden;
}
.is-visible { /* Show element to both screenreaders and browsers */
display: block !important;
visibility: visible;
}
.screen-reader-text { /* Hide only visually, but have it available for screenreaders */
position: absolute !important;
display: block;
visibility: visible;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0px, 0px, 0px, 0px); /* deprecated */
clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
}
@media print {
.cui-not-printed { /* Will not appear on printouts */
display: none;
}
}
/* Page component structure
---------------------------------------- */
.page-wrapper {
width: 80%;
margin: 0 auto 10ex;
}
.accordion-trigger:hover {
text-decoration: none;
}
.accordion-trigger:focus h2 {
outline: #5FFF6D solid 1px;
box-shadow: 0px 0px 2px 2px #5FFF6D;
}
.tiles {
display:flex;
flex-wrap: wrap;
margin-top: 3ex;
}
.tile {
width: 17%;
margin-right: 2ex;
}
#challenge_1_form {
width: 100%;
max-width: 400px;
}
#challenge_1 label {
white-space: normal;
width: 100%;
display: block;
margin: 1ex 0 3ex;
position: relative;
}
#challenge_1 input {
display: block;
width: 100%;
min-width: 242px;
margin: 1ex 0;
}
.challenge-1-help {
position: absolute;
right: .5em;
bottom: .7ex;
font-weight: normal;
font-size: .8em;
padding: 1ex .5em;
height: auto;
line-height: 1;
box-sizing: border-box;
}
.challenge-1-help:focus {
background-color: #5FFF6D;
color: #1C303E;
outline: #1C303E solid 1px;
box-shadow: 0px 0px 2px 2px #1C303E;
font-weight: bold;
}
.answer {
color: #f9e540;
display: block;
}
.answer.incorrect {
color: #ffa384;
}
#challenge_2 label {
white-space: normal;
display: block;
width: auto;
}
[tabindex="-1"] {
outline: none;
box-shadow: none;
}
.indented {
float: left;
margin-right: 1em;
width:15vw
}
.table-setting {
width: 30%;
min-width: 100px;
max-width: 250px;
vertical-align: top;
}
.table-setting + figcaption {
display: inline-block;
width: 60%;
margin-left: 1em;
font-style: italic;
} | 0.346099 | 0.082401 |
.rtlCursorMirroring-auto {
cursor: auto;
}
.rtlCursorMirroring-default {
cursor: default;
}
.rtlCursorMirroring-pointer {
cursor: pointer;
}
.rtlCursorMirroring-e-resize {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize {
cursor: nw-resize /* some comment */;
}
.rtlCursorMirroring-nw-resize {
cursor: ne-resize;
}
.rtlCursorMirroring-se-resize {
cursor: sw-resize;
}
.rtlCursorMirroring-sw-resize {
cursor: se-resize;
}
.rtlCursorMirroring-nesw-resize {
cursor: nwse-resize;
}
.rtlCursorMirroring-nwse-resize {
cursor: nesw-resize;
}
.rtlCursorMirroring-url-auto {
cursor: url(something), auto;
}
.rtlCursorMirroring-url-e-resize {
cursor: /* some comment */ url(something), w-resize;
}
.rtlCursorMirroring-url-url-w-resize {
cursor: url(something), /* some comment */ url(something2), e-resize;
}
.rtlCursorMirroring-auto1 {
cursor: auto;
}
.rtlCursorMirroring-default1 {
cursor: default;
}
.rtlCursorMirroring-pointer1 {
cursor: pointer;
}
.rtlCursorMirroring-e-resize1 {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize1 {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize1 {
cursor: nw-resize /* some comment */;
}
.rtlCursorMirroring-nw-resize1 {
cursor: ne-resize;
}
.rtlCursorMirroring-se-resize1 {
cursor: sw-resize;
}
.rtlCursorMirroring-sw-resize1 {
cursor: se-resize;
}
.rtlCursorMirroring-nesw-resize1 {
cursor: nwse-resize;
}
.rtlCursorMirroring-nwse-resize1 {
cursor: nesw-resize;
}
.rtlCursorMirroring-url-auto1 {
cursor: url(something), auto;
}
.rtlCursorMirroring-url-e-resize1 {
cursor: /* some comment */ url(something), w-resize;
}
.rtlCursorMirroring-url-url-w-resize1 {
cursor: url(something), /* some comment */ url(something2), e-resize;
}
.rtlCursorMirroring-auto2 {
cursor: auto;
}
.rtlCursorMirroring-default2 {
cursor: default;
}
.rtlCursorMirroring-pointer2 {
cursor: pointer;
}
.rtlCursorMirroring-e-resize2 {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize2 {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize2 {
cursor: nw-resize /* some comment */;
}
.rtlCursorMirroring-nw-resize2 {
cursor: ne-resize;
}
.rtlCursorMirroring-se-resize2 {
cursor: sw-resize;
}
.rtlCursorMirroring-sw-resize2 {
cursor: se-resize;
}
.rtlCursorMirroring-nesw-resize2 {
cursor: nwse-resize;
}
.rtlCursorMirroring-nwse-resize2 {
cursor: nesw-resize;
}
.rtlCursorMirroring-url-auto2 {
cursor: url(something), auto;
}
.rtlCursorMirroring-url-e-resize2 {
cursor: /* some comment */ url(something), w-resize;
}
.rtlCursorMirroring-url-url-w-resize2 {
cursor: url(something), /* some comment */ url(something2), e-resize;
} | test/expected/rtl/cursor.css | .rtlCursorMirroring-auto {
cursor: auto;
}
.rtlCursorMirroring-default {
cursor: default;
}
.rtlCursorMirroring-pointer {
cursor: pointer;
}
.rtlCursorMirroring-e-resize {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize {
cursor: nw-resize /* some comment */;
}
.rtlCursorMirroring-nw-resize {
cursor: ne-resize;
}
.rtlCursorMirroring-se-resize {
cursor: sw-resize;
}
.rtlCursorMirroring-sw-resize {
cursor: se-resize;
}
.rtlCursorMirroring-nesw-resize {
cursor: nwse-resize;
}
.rtlCursorMirroring-nwse-resize {
cursor: nesw-resize;
}
.rtlCursorMirroring-url-auto {
cursor: url(something), auto;
}
.rtlCursorMirroring-url-e-resize {
cursor: /* some comment */ url(something), w-resize;
}
.rtlCursorMirroring-url-url-w-resize {
cursor: url(something), /* some comment */ url(something2), e-resize;
}
.rtlCursorMirroring-auto1 {
cursor: auto;
}
.rtlCursorMirroring-default1 {
cursor: default;
}
.rtlCursorMirroring-pointer1 {
cursor: pointer;
}
.rtlCursorMirroring-e-resize1 {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize1 {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize1 {
cursor: nw-resize /* some comment */;
}
.rtlCursorMirroring-nw-resize1 {
cursor: ne-resize;
}
.rtlCursorMirroring-se-resize1 {
cursor: sw-resize;
}
.rtlCursorMirroring-sw-resize1 {
cursor: se-resize;
}
.rtlCursorMirroring-nesw-resize1 {
cursor: nwse-resize;
}
.rtlCursorMirroring-nwse-resize1 {
cursor: nesw-resize;
}
.rtlCursorMirroring-url-auto1 {
cursor: url(something), auto;
}
.rtlCursorMirroring-url-e-resize1 {
cursor: /* some comment */ url(something), w-resize;
}
.rtlCursorMirroring-url-url-w-resize1 {
cursor: url(something), /* some comment */ url(something2), e-resize;
}
.rtlCursorMirroring-auto2 {
cursor: auto;
}
.rtlCursorMirroring-default2 {
cursor: default;
}
.rtlCursorMirroring-pointer2 {
cursor: pointer;
}
.rtlCursorMirroring-e-resize2 {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize2 {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize2 {
cursor: nw-resize /* some comment */;
}
.rtlCursorMirroring-nw-resize2 {
cursor: ne-resize;
}
.rtlCursorMirroring-se-resize2 {
cursor: sw-resize;
}
.rtlCursorMirroring-sw-resize2 {
cursor: se-resize;
}
.rtlCursorMirroring-nesw-resize2 {
cursor: nwse-resize;
}
.rtlCursorMirroring-nwse-resize2 {
cursor: nesw-resize;
}
.rtlCursorMirroring-url-auto2 {
cursor: url(something), auto;
}
.rtlCursorMirroring-url-e-resize2 {
cursor: /* some comment */ url(something), w-resize;
}
.rtlCursorMirroring-url-url-w-resize2 {
cursor: url(something), /* some comment */ url(something2), e-resize;
} | 0.420005 | 0.068662 |
input[type='range'] {
-webkit-appearance: none;
margin: initial;
width: 2in; }
input[type='range']:focus::-webkit-slider-runnable-track {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-lower {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-upper {
background: #DAD9D7; }
input[type='range']::-webkit-slider-runnable-track {
cursor: pointer;
height: 0.1875rem;
transition: all 0.2s ease;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-webkit-slider-thumb {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #3867ff;
box-sizing: border-box;
border: 0.125rem solid white;
border-radius: 1rem;
cursor: pointer;
height: 1rem;
width: 1rem;
-webkit-appearance: none;
margin-top: calc(-1rem / 2 + 1px); }
input[type='range']::-moz-range-track {
cursor: pointer;
height: 0.1875rem;
transition: all 0.2s ease;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-moz-range-thumb {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #3867ff;
box-sizing: border-box;
border: 0.125rem solid white;
border-radius: 1rem;
cursor: pointer;
height: 1rem;
width: 1rem; }
input[type='range']::-ms-track {
cursor: pointer;
height: 0.1875rem;
transition: all 0.2s ease;
background: transparent;
border-color: transparent;
border-width: 8px 0;
color: transparent; }
input[type='range']::-ms-fill-lower {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-ms-fill-upper {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-ms-thumb {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #3867ff;
box-sizing: border-box;
border: 0.125rem solid white;
border-radius: 1rem;
cursor: pointer;
height: 1rem;
width: 1rem;
margin-top: 0; }
/*# sourceMappingURL=form-controls.css.map */ | form-controls.css | input[type='range'] {
-webkit-appearance: none;
margin: initial;
width: 2in; }
input[type='range']:focus::-webkit-slider-runnable-track {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-lower {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-upper {
background: #DAD9D7; }
input[type='range']::-webkit-slider-runnable-track {
cursor: pointer;
height: 0.1875rem;
transition: all 0.2s ease;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-webkit-slider-thumb {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #3867ff;
box-sizing: border-box;
border: 0.125rem solid white;
border-radius: 1rem;
cursor: pointer;
height: 1rem;
width: 1rem;
-webkit-appearance: none;
margin-top: calc(-1rem / 2 + 1px); }
input[type='range']::-moz-range-track {
cursor: pointer;
height: 0.1875rem;
transition: all 0.2s ease;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-moz-range-thumb {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #3867ff;
box-sizing: border-box;
border: 0.125rem solid white;
border-radius: 1rem;
cursor: pointer;
height: 1rem;
width: 1rem; }
input[type='range']::-ms-track {
cursor: pointer;
height: 0.1875rem;
transition: all 0.2s ease;
background: transparent;
border-color: transparent;
border-width: 8px 0;
color: transparent; }
input[type='range']::-ms-fill-lower {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-ms-fill-upper {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #DAD9D7;
border: 0;
border-radius: 0; }
input[type='range']::-ms-thumb {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
background: #3867ff;
box-sizing: border-box;
border: 0.125rem solid white;
border-radius: 1rem;
cursor: pointer;
height: 1rem;
width: 1rem;
margin-top: 0; }
/*# sourceMappingURL=form-controls.css.map */ | 0.325628 | 0.106784 |
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
/*
* Social Buttons for Bootstrap
*
* Copyright 2013 <NAME>
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/
.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-social :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social.btn-lg {
padding-left: 61px;
}
.btn-social.btn-lg :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social.btn-sm {
padding-left: 38px;
}
.btn-social.btn-sm :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social.btn-xs {
padding-left: 30px;
}
.btn-social.btn-xs :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 34px;
width: 34px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social-icon.btn-lg {
padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social-icon.btn-sm {
padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social-icon.btn-xs {
padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon :first-child {
border: none;
text-align: center;
width: 100% !important;
}
.btn-social-icon.btn-lg {
height: 45px;
width: 45px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-sm {
height: 30px;
width: 30px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-xs {
height: 22px;
width: 22px;
padding-left: 0;
padding-right: 0;
}
.btn-bitbucket {
color: #fff;
background-color: #205081;
border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket {
color: #fff;
background-color: #183c60;
border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket {
background-image: none;
}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active {
background-color: #205081;
border-color: rgba(0,0,0,0.2);
}
.btn-dropbox {
color: #fff;
background-color: #1087dd;
border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox {
color: #fff;
background-color: #0d70b7;
border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox {
background-image: none;
}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active {
background-color: #1087dd;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook {
color: #fff;
background-color: #30487b;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook {
background-image: none;
}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active {
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-flickr {
color: #fff;
background-color: #ff0084;
border-color: rgba(0,0,0,0.2);
}
.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr {
color: #fff;
background-color: #d6006f;
border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr {
background-image: none;
}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active {
background-color: #ff0084;
border-color: rgba(0,0,0,0.2);
}
.btn-github {
color: #fff;
background-color: #444;
border-color: rgba(0,0,0,0.2);
}
.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github {
color: #fff;
background-color: #303030;
border-color: rgba(0,0,0,0.2);
}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github {
background-image: none;
}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active {
background-color: #444;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus {
color: #fff;
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus {
color: #fff;
background-color: #ca3523;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus {
background-image: none;
}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active {
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-login {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-login:hover,.btn-login:focus,.btn-login:active,.btn-login.active,.open .dropdown-toggle.btn-login {
color: #fff;
background-color: #47a447;
border-color: #398439;
}
.btn-login:active,.btn-login.active,.open .dropdown-toggle.btn-login {
background-image: none;
}
.btn-login.disabled,.btn-login[disabled],fieldset[disabled] .btn-login,.btn-login.disabled:hover,.btn-login[disabled]:hover,fieldset[disabled] .btn-login:hover,.btn-login.disabled:focus,.btn-login[disabled]:focus,fieldset[disabled] .btn-login:focus,.btn-login.disabled:active,.btn-login[disabled]:active,fieldset[disabled] .btn-login:active,.btn-login.disabled.active,.btn-login[disabled].active,fieldset[disabled] .btn-login.active {
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-instagram {
color: #fff;
background-color: #517fa4;
border-color: rgba(0,0,0,0.2);
}
.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram {
color: #fff;
background-color: #446a89;
border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram {
background-image: none;
}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active {
background-color: #517fa4;
border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
color: #fff;
background-color: #007bb6;
border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #005f8d;
border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin {
background-image: none;
}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active {
background-color: #007bb6;
border-color: rgba(0,0,0,0.2);
}
.btn-pinterest {
color: #fff;
background-color: #cb2027;
border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest {
color: #fff;
background-color: #a81a20;
border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest {
background-image: none;
}
B
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active {
background-color: #cb2027;
border-color: rgba(0,0,0,0.2);
}
.btn-tumblr {
color: #fff;
background-color: #2c4762;
border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr {
color: #fff;
background-color: #1f3346;
border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr {
background-image: none;
}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active {
background-color: #2c4762;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
color: #fff;
background-color: #2ba9e1;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter {
color: #fff;
background-color: #1c92c7;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter {
background-image: none;
}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active {
background-color: #2ba9e1;
border-color: rgba(0,0,0,0.2);
}
.btn-vk {
color: #fff;
background-color: #587ea3;
border-color: rgba(0,0,0,0.2);
}
.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk {
color: #fff;
background-color: #4a6a89;
border-color: rgba(0,0,0,0.2);
}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk {
background-image: none;
}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active {
background-color: #587ea3;
border-color: rgba(0,0,0,0.2);
}
/*
* Only for this example - not needed for the buttons
* ----------------------------------------------------- */
.btn-social-icon {
margin-bottom: 4px;
}
.social-class .social-hex {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 10px;
opacity: .3;
float: right;
}
.social-class li {
margin-bottom: 4px;
}
.social-class li:hover .social-hex {
opacity: 1;
}
.social-class li:hover code {
background-color: #e8e8ee;
}
.social-class code {
cursor: default;
} | Comfy Dashboard/css/plugins/social-buttons/social-buttons.css | @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
/*
* Social Buttons for Bootstrap
*
* Copyright 2013 <NAME>
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/
.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-social :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social.btn-lg {
padding-left: 61px;
}
.btn-social.btn-lg :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social.btn-sm {
padding-left: 38px;
}
.btn-social.btn-sm :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social.btn-xs {
padding-left: 30px;
}
.btn-social.btn-xs :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon {
position: relative;
padding-left: 44px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 34px;
width: 34px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px;
line-height: 34px;
font-size: 1.6em;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social-icon.btn-lg {
padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
line-height: 45px;
width: 45px;
font-size: 1.8em;
}
.btn-social-icon.btn-sm {
padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
line-height: 28px;
width: 28px;
font-size: 1.4em;
}
.btn-social-icon.btn-xs {
padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
line-height: 20px;
width: 20px;
font-size: 1.2em;
}
.btn-social-icon :first-child {
border: none;
text-align: center;
width: 100% !important;
}
.btn-social-icon.btn-lg {
height: 45px;
width: 45px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-sm {
height: 30px;
width: 30px;
padding-left: 0;
padding-right: 0;
}
.btn-social-icon.btn-xs {
height: 22px;
width: 22px;
padding-left: 0;
padding-right: 0;
}
.btn-bitbucket {
color: #fff;
background-color: #205081;
border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket {
color: #fff;
background-color: #183c60;
border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket {
background-image: none;
}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active {
background-color: #205081;
border-color: rgba(0,0,0,0.2);
}
.btn-dropbox {
color: #fff;
background-color: #1087dd;
border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox {
color: #fff;
background-color: #0d70b7;
border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox {
background-image: none;
}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active {
background-color: #1087dd;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook {
color: #fff;
background-color: #30487b;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook {
background-image: none;
}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active {
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-flickr {
color: #fff;
background-color: #ff0084;
border-color: rgba(0,0,0,0.2);
}
.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr {
color: #fff;
background-color: #d6006f;
border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr {
background-image: none;
}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active {
background-color: #ff0084;
border-color: rgba(0,0,0,0.2);
}
.btn-github {
color: #fff;
background-color: #444;
border-color: rgba(0,0,0,0.2);
}
.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github {
color: #fff;
background-color: #303030;
border-color: rgba(0,0,0,0.2);
}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github {
background-image: none;
}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active {
background-color: #444;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus {
color: #fff;
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus {
color: #fff;
background-color: #ca3523;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus {
background-image: none;
}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active {
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-login {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-login:hover,.btn-login:focus,.btn-login:active,.btn-login.active,.open .dropdown-toggle.btn-login {
color: #fff;
background-color: #47a447;
border-color: #398439;
}
.btn-login:active,.btn-login.active,.open .dropdown-toggle.btn-login {
background-image: none;
}
.btn-login.disabled,.btn-login[disabled],fieldset[disabled] .btn-login,.btn-login.disabled:hover,.btn-login[disabled]:hover,fieldset[disabled] .btn-login:hover,.btn-login.disabled:focus,.btn-login[disabled]:focus,fieldset[disabled] .btn-login:focus,.btn-login.disabled:active,.btn-login[disabled]:active,fieldset[disabled] .btn-login:active,.btn-login.disabled.active,.btn-login[disabled].active,fieldset[disabled] .btn-login.active {
background-color: #dd4b39;
border-color: rgba(0,0,0,0.2);
}
.btn-instagram {
color: #fff;
background-color: #517fa4;
border-color: rgba(0,0,0,0.2);
}
.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram {
color: #fff;
background-color: #446a89;
border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram {
background-image: none;
}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active {
background-color: #517fa4;
border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
color: #fff;
background-color: #007bb6;
border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin {
color: #fff;
background-color: #005f8d;
border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin {
background-image: none;
}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active {
background-color: #007bb6;
border-color: rgba(0,0,0,0.2);
}
.btn-pinterest {
color: #fff;
background-color: #cb2027;
border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest {
color: #fff;
background-color: #a81a20;
border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest {
background-image: none;
}
B
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active {
background-color: #cb2027;
border-color: rgba(0,0,0,0.2);
}
.btn-tumblr {
color: #fff;
background-color: #2c4762;
border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr {
color: #fff;
background-color: #1f3346;
border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr {
background-image: none;
}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active {
background-color: #2c4762;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
color: #fff;
background-color: #2ba9e1;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter {
color: #fff;
background-color: #1c92c7;
border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter {
background-image: none;
}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active {
background-color: #2ba9e1;
border-color: rgba(0,0,0,0.2);
}
.btn-vk {
color: #fff;
background-color: #587ea3;
border-color: rgba(0,0,0,0.2);
}
.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk {
color: #fff;
background-color: #4a6a89;
border-color: rgba(0,0,0,0.2);
}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk {
background-image: none;
}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active {
background-color: #587ea3;
border-color: rgba(0,0,0,0.2);
}
/*
* Only for this example - not needed for the buttons
* ----------------------------------------------------- */
.btn-social-icon {
margin-bottom: 4px;
}
.social-class .social-hex {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 10px;
opacity: .3;
float: right;
}
.social-class li {
margin-bottom: 4px;
}
.social-class li:hover .social-hex {
opacity: 1;
}
.social-class li:hover code {
background-color: #e8e8ee;
}
.social-class code {
cursor: default;
} | 0.448668 | 0.047802 |
html, body {
margin: 0;
height: 100%;
}
body{
background-image: url("../images/dust_scratches.png");
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
color: #777777;
}
#container{
min-height: 100%;
margin-bottom: -60px;
}
#wrap{
overflow: auto;
padding-bottom: 60px;
}
#top{
background-color: #ffffff;
border-bottom-color: #cccccc;
border-bottom-width: 2px;
border-bottom-style: solid;
margin-bottom: 40px;
height: 70px;
}
#head-nav{
width: 960px;
margin: 0 auto;
}
header{
float: left;
display: block;
width: 25%;
padding-top: 22px;
padding-bottom: 23px;
font-size: 22px;
font-family: 'Georgia', Times, Times New Roman, serif;
font-weight: bold;
background: #4aaaa5;
color: #ebebeb;
text-align: center;
}
nav{
float: left;
display: block;
width: 75%;
padding-top: 15px;
}
section{
width: 960px;
margin: 0 auto;
padding-bottom: 40px;
}
article{
width: 960px;
margin: 0 auto;
background-color: #ffffff;
border: #dddddd;
border-width: 1px;
border-style: solid;
padding: 30px;
}
footer, .push {
clear: both;
background-color: #666666;
height: 38px;
border-top-color: #4aaaa5;
border-top-style: solid;
border-top-width: 7px;
text-align: center;
font-size: 12px;
color: #b9b3b3;
position: relative;
padding-top: 15px;
margin-top: -60px;
}
h1{
color: #4aaaa5;
font-size: 22px;
font-family: 'Georgia', Times, Times New Roman, serif;
font-weight: bold;
border-bottom-color: #dbd2d2;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 20px;
margin: 0px;
margin-bottom: 30px;
}
/********Horizontal Navegation Menu**********/
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffffff;
}
li {
float: right;
}
li a {
display: block;
color: #9fa3aa;
font-size: 18px;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
background-color: #83837d9c;
color: white;
}
/********Index Page**********/
#logoImage{
float: left;
padding-right: 20px;
padding-bottom: 20px;
}
p{
line-height: 1.6;
}
/********Index Contact**********/
#inputs{
width: 100%;
padding-bottom: 5px;
padding-top: 5px;
}
/********Index Portafolio**********/
th{
width: 275px;
height: 215px;
padding-right: 30px;
}
h2{
font-size: 12px;
background: #4aaaa5;
color: #ebebeb;
padding: 20px;
position: relative;
bottom: 80px;
}
#imgBkg{
width: 275px;
height: 215px;
} | assets/css/style.css | html, body {
margin: 0;
height: 100%;
}
body{
background-image: url("../images/dust_scratches.png");
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
color: #777777;
}
#container{
min-height: 100%;
margin-bottom: -60px;
}
#wrap{
overflow: auto;
padding-bottom: 60px;
}
#top{
background-color: #ffffff;
border-bottom-color: #cccccc;
border-bottom-width: 2px;
border-bottom-style: solid;
margin-bottom: 40px;
height: 70px;
}
#head-nav{
width: 960px;
margin: 0 auto;
}
header{
float: left;
display: block;
width: 25%;
padding-top: 22px;
padding-bottom: 23px;
font-size: 22px;
font-family: 'Georgia', Times, Times New Roman, serif;
font-weight: bold;
background: #4aaaa5;
color: #ebebeb;
text-align: center;
}
nav{
float: left;
display: block;
width: 75%;
padding-top: 15px;
}
section{
width: 960px;
margin: 0 auto;
padding-bottom: 40px;
}
article{
width: 960px;
margin: 0 auto;
background-color: #ffffff;
border: #dddddd;
border-width: 1px;
border-style: solid;
padding: 30px;
}
footer, .push {
clear: both;
background-color: #666666;
height: 38px;
border-top-color: #4aaaa5;
border-top-style: solid;
border-top-width: 7px;
text-align: center;
font-size: 12px;
color: #b9b3b3;
position: relative;
padding-top: 15px;
margin-top: -60px;
}
h1{
color: #4aaaa5;
font-size: 22px;
font-family: 'Georgia', Times, Times New Roman, serif;
font-weight: bold;
border-bottom-color: #dbd2d2;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 20px;
margin: 0px;
margin-bottom: 30px;
}
/********Horizontal Navegation Menu**********/
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffffff;
}
li {
float: right;
}
li a {
display: block;
color: #9fa3aa;
font-size: 18px;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
background-color: #83837d9c;
color: white;
}
/********Index Page**********/
#logoImage{
float: left;
padding-right: 20px;
padding-bottom: 20px;
}
p{
line-height: 1.6;
}
/********Index Contact**********/
#inputs{
width: 100%;
padding-bottom: 5px;
padding-top: 5px;
}
/********Index Portafolio**********/
th{
width: 275px;
height: 215px;
padding-right: 30px;
}
h2{
font-size: 12px;
background: #4aaaa5;
color: #ebebeb;
padding: 20px;
position: relative;
bottom: 80px;
}
#imgBkg{
width: 275px;
height: 215px;
} | 0.42179 | 0.084153 |
.chatbot-body
{
width: 90%;
margin: 0 auto;
padding-top: 64px;
position: relative;
}
@media screen and (min-width: 1400px)
{
.chatbot-body
{
width: 66%;
}
}
@media screen and (min-width: 1450px)
{
.chatbot-body
{
width: 66%;
}
}
.chatbots
{
overflow: auto;
margin: 10px 5% 8px;
min-width: 850px;
width: 100%;
padding: 0 5px;
}
.chatbot-new
{
text-align: center;
background: #038eda;
cursor: pointer;
vertical-align: middle;
padding: 2px 22px 4px 16px;
line-height: 32px;
width: 132px;
margin-left: 6%;
margin-top: 50px;
margin-bottom: 10px;
}
.chatbot-new img
{
vertical-align: middle;
padding-right: 5px;
}
.chatbot-new a
{
color: #fff !important;
letter-spacing: 0.3px;
vertical-align: middle;
}
.bot_select, .bot_unselect:hover
{
padding: 0 24px 22px 24px;
margin: 0 5px;
width: 25%;
min-width: 200px;
position: relative;
border: 1px solid #d3e4ee;
cursor: pointer;
margin-bottom: 10px;
background: #e7f1f7;
transition: all 1s cubic-bezier(.25,.8,.25,1);
height: 140px;
float: left;
}
.chatbots-name
{
display: flex;
align-items: center;
margin: 10px 0;
}
.chatbots-name > span
{
padding-left: 10px;
}
.chatbots-row
{
padding: 15px 0;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal !important;
}
.chatbot-language
{
padding: 15px 0;
font-size: 10px;
color: gray;
}
.bot_select ul .sub1
{
float: left;
}
.bot_select ul li
{
display: inline;
}
.bot_unselect ul .sub1 {
float: left;
display: inline;
}
.bot_select ul .sub1 > img, .bot_unselect:hover ul .sub1 > img
{
border-radius: 50%;
border: 0px;
vertical-align: top;
}
.bot_unselect ul .sub1 >img {
border-radius: 50%;
filter: grayscale(10%);
opacity: 0.9;
transition: color 2s;
}
.bot_unselect:hover ul .sub1 >img{
filter: grayscale(0%);
opacity: 1;
transition: color 2s;
}
.bot_select ul .sub3, .bot_unselect:hover ul .sub3
{
font-size: 15px;
color: #038eda;
font-weight: 600;
padding-bottom: 10px;
float: left;
margin: 13px;
}
.bot_unselect ul .sub3 {
width: 60%;
font-size: 15px;
color: #a2a2a2;
font-weight: 600;
padding-bottom: 10px;
float: left;
margin: 13px;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal !important;
transition: color 1s;
}
.bot_unselect
{
padding: 0 24px 22px 24px;
margin: 0 5px;
width: 25%;
min-width: 200px;
position: relative;
border: 1px solid #d3e4ee;
cursor: pointer;
margin-bottom: 10px;
height: 140px;
float: left;
}
.bot_unselect:last-child{
margin-bottom: 100px;
}
.bot_select ul .sub2, .bot_unselect:hover ul .sub2 {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
display: -webkit-box;
margin-top: 14px;
word-break: break-all;
text-align: left;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
cursor: pointer;
}
.bot_unselect ul .sub2 {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
display: -webkit-box;
margin-top: 14px;
height: 35px;
word-break: break-all;
text-align: left;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
cursor: pointer;
}
.chatbot-menu-button
{
position: absolute;
top: 8px;
right: 10px;
width: 23px;
height: 23px;
display: inline-block;
background: url(/modules/chatbots/client/imgs/more_.png);
background-repeat: no-repeat;
}
.chatbot-menu-button:hover
{
background: url(/modules/chatbots/client/imgs/more.png) no-repeat;
}
.chatbot-menu
{
position: fixed;
top: 0;
left: 0;
width: 150px;
padding: 10px;
border: 1px solid #ebebeb;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 10px rgba(0, 0, 0, 0.05);
background-color: white;
z-index: 1000;
}
.chatbot-menu > li a
{
display: inline-block;
width: 100%;
height: 100%;
padding: 5px;
box-sizing: border-box;
border-radius: 6px;
cursor: pointer;
}
.chatbot-menu > li:hover a
{
background-color: #038eda;
color: white;
}
.chatbot-menu .chatbot-menu-divider
{
height: 1px;
background-color: #ebebeb;
margin: 12px 0;
}
.tab
{
padding-top: 16px;
border-bottom: 2px solid #038eda;
height: 45px;
display: flex;
}
.tab-body
{
height: 100%;
overflow: hidden;
white-space:nowrap;
position: relative;
top: 2px;
}
/** create chatbot */
.create-chatbot-body
{
position: relative;
top: 65px;
width: 90%;
margin: 0 auto;
padding: 50px 0;
}
.create-chatbot-row-title
{
padding: 6px 10px;
font-size: 16px;
font-weight: 600;
}
.create-chatbot-row
{
margin-bottom: 30px;
}
.create-chatbot-item
{
border: 1px solid #ddd;
padding: 20px;
margin: 10px;
display: inline-block;
width: 300px;
align-items: center;
cursor: pointer;
transition: border 0.5s;
}
.create-chatbot-item:hover
{
border-color: #038eda;
}
.create-chatbot-item-icon
{
border-radius: 50%;
background-color: #e7efff;
display: inline-block;
width: 50px;
height: 50px;
vertical-align: middle;
}
.create-chatbot-item-icon img
{
/*width: 100%;*/
}
.create-chatbot-item-name
{
padding-left: 20px;
font-size: 15px;
font-weight: 600;
color: #656565;
vertical-align: middle;
}
.create-chatbot-item:hover .create-chatbot-item-name
{
color: black;
}
@media screen and (min-width: 1000px)
{
.create-chatbot-body
{
width: 60%;
}
} | modules/chatbots/client/css/chatbot.css | .chatbot-body
{
width: 90%;
margin: 0 auto;
padding-top: 64px;
position: relative;
}
@media screen and (min-width: 1400px)
{
.chatbot-body
{
width: 66%;
}
}
@media screen and (min-width: 1450px)
{
.chatbot-body
{
width: 66%;
}
}
.chatbots
{
overflow: auto;
margin: 10px 5% 8px;
min-width: 850px;
width: 100%;
padding: 0 5px;
}
.chatbot-new
{
text-align: center;
background: #038eda;
cursor: pointer;
vertical-align: middle;
padding: 2px 22px 4px 16px;
line-height: 32px;
width: 132px;
margin-left: 6%;
margin-top: 50px;
margin-bottom: 10px;
}
.chatbot-new img
{
vertical-align: middle;
padding-right: 5px;
}
.chatbot-new a
{
color: #fff !important;
letter-spacing: 0.3px;
vertical-align: middle;
}
.bot_select, .bot_unselect:hover
{
padding: 0 24px 22px 24px;
margin: 0 5px;
width: 25%;
min-width: 200px;
position: relative;
border: 1px solid #d3e4ee;
cursor: pointer;
margin-bottom: 10px;
background: #e7f1f7;
transition: all 1s cubic-bezier(.25,.8,.25,1);
height: 140px;
float: left;
}
.chatbots-name
{
display: flex;
align-items: center;
margin: 10px 0;
}
.chatbots-name > span
{
padding-left: 10px;
}
.chatbots-row
{
padding: 15px 0;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal !important;
}
.chatbot-language
{
padding: 15px 0;
font-size: 10px;
color: gray;
}
.bot_select ul .sub1
{
float: left;
}
.bot_select ul li
{
display: inline;
}
.bot_unselect ul .sub1 {
float: left;
display: inline;
}
.bot_select ul .sub1 > img, .bot_unselect:hover ul .sub1 > img
{
border-radius: 50%;
border: 0px;
vertical-align: top;
}
.bot_unselect ul .sub1 >img {
border-radius: 50%;
filter: grayscale(10%);
opacity: 0.9;
transition: color 2s;
}
.bot_unselect:hover ul .sub1 >img{
filter: grayscale(0%);
opacity: 1;
transition: color 2s;
}
.bot_select ul .sub3, .bot_unselect:hover ul .sub3
{
font-size: 15px;
color: #038eda;
font-weight: 600;
padding-bottom: 10px;
float: left;
margin: 13px;
}
.bot_unselect ul .sub3 {
width: 60%;
font-size: 15px;
color: #a2a2a2;
font-weight: 600;
padding-bottom: 10px;
float: left;
margin: 13px;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal !important;
transition: color 1s;
}
.bot_unselect
{
padding: 0 24px 22px 24px;
margin: 0 5px;
width: 25%;
min-width: 200px;
position: relative;
border: 1px solid #d3e4ee;
cursor: pointer;
margin-bottom: 10px;
height: 140px;
float: left;
}
.bot_unselect:last-child{
margin-bottom: 100px;
}
.bot_select ul .sub2, .bot_unselect:hover ul .sub2 {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
display: -webkit-box;
margin-top: 14px;
word-break: break-all;
text-align: left;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
cursor: pointer;
}
.bot_unselect ul .sub2 {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
display: -webkit-box;
margin-top: 14px;
height: 35px;
word-break: break-all;
text-align: left;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
cursor: pointer;
}
.chatbot-menu-button
{
position: absolute;
top: 8px;
right: 10px;
width: 23px;
height: 23px;
display: inline-block;
background: url(/modules/chatbots/client/imgs/more_.png);
background-repeat: no-repeat;
}
.chatbot-menu-button:hover
{
background: url(/modules/chatbots/client/imgs/more.png) no-repeat;
}
.chatbot-menu
{
position: fixed;
top: 0;
left: 0;
width: 150px;
padding: 10px;
border: 1px solid #ebebeb;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 10px rgba(0, 0, 0, 0.05);
background-color: white;
z-index: 1000;
}
.chatbot-menu > li a
{
display: inline-block;
width: 100%;
height: 100%;
padding: 5px;
box-sizing: border-box;
border-radius: 6px;
cursor: pointer;
}
.chatbot-menu > li:hover a
{
background-color: #038eda;
color: white;
}
.chatbot-menu .chatbot-menu-divider
{
height: 1px;
background-color: #ebebeb;
margin: 12px 0;
}
.tab
{
padding-top: 16px;
border-bottom: 2px solid #038eda;
height: 45px;
display: flex;
}
.tab-body
{
height: 100%;
overflow: hidden;
white-space:nowrap;
position: relative;
top: 2px;
}
/** create chatbot */
.create-chatbot-body
{
position: relative;
top: 65px;
width: 90%;
margin: 0 auto;
padding: 50px 0;
}
.create-chatbot-row-title
{
padding: 6px 10px;
font-size: 16px;
font-weight: 600;
}
.create-chatbot-row
{
margin-bottom: 30px;
}
.create-chatbot-item
{
border: 1px solid #ddd;
padding: 20px;
margin: 10px;
display: inline-block;
width: 300px;
align-items: center;
cursor: pointer;
transition: border 0.5s;
}
.create-chatbot-item:hover
{
border-color: #038eda;
}
.create-chatbot-item-icon
{
border-radius: 50%;
background-color: #e7efff;
display: inline-block;
width: 50px;
height: 50px;
vertical-align: middle;
}
.create-chatbot-item-icon img
{
/*width: 100%;*/
}
.create-chatbot-item-name
{
padding-left: 20px;
font-size: 15px;
font-weight: 600;
color: #656565;
vertical-align: middle;
}
.create-chatbot-item:hover .create-chatbot-item-name
{
color: black;
}
@media screen and (min-width: 1000px)
{
.create-chatbot-body
{
width: 60%;
}
} | 0.503418 | 0.087837 |
:root {
/* Give H, S, L values */
/* rainbow 🌈 */
--rosewater: 10, 56%, 91%;
--flamingo: 0, 59%, 88%;
--mauve: 279, 70%, 83%;
--pink: 316, 72%, 86%;
--maroon: 349, 60%, 77%;
--red: 342, 79%, 75%;
--peach: 024, 88%, 78%;
--yellow: 041, 88%, 84%;
--green: 128, 58%, 79%;
--green_darken: 128, 58%, 76%;
--green_darkest: 128, 58%, 72%;
--teal: 171, 53%, 81%;
--blue: 207, 93%, 79%;
--blue_darken: 213, 84%, 78%;
--sky: 189, 71%, 73%;
--lavender: 238, 100%, 89%;
/* black & white ☯️ */
--black0: 251, 33%, 9%;
--black1: 251, 19%, 12%;
--black2: 240, 20%, 15%;
--black3: 249, 18%, 22%;
--black4: 254, 12%, 36%;
--gray0: 247, 8%, 46%;
--gray1: 274, 11%, 59%;
--gray2: 285, 10%, 75%;
--white: 220, 38%, 89%;
}
:root {
/* INTERNAL VARS */
--__black0: hsl(var(--black0));
--__black1: hsl(var(--black1));
--__black2: hsl(var(--black2));
--__black3: hsl(var(--black3));
--__black4: hsl(var(--black4));
--__gray0: hsl(var(--gray0));
--__gray1: hsl(var(--gray1));
--__gray2: hsl(var(--gray2));
--__white: hsl(var(--white));
--__red: hsl(var(--red));
--__yellow: hsl(var(--yellow));
--__peach: hsl(var(--peach));
--__green: hsl(var(--green));
--__lavender: hsl(var(--lavender));
--__blue: hsl(var(--blue));
--__pink: hsl(var(--pink));
/* MUTED VARS */
--__black2_muted: hsl(var(--black2), 0.4);
--__black1_muted: hsl(var(--black1), 0.4);
--__black3_muted: hsl(var(--black3), 0.4);
--__gray0_muted: hsl(var(--gray0), 0.4);
--__gray1_muted: hsl(var(--gray1), 0.4);
--__white_muted: hsl(var(--white), 0.4);
--__gray2_muted: hsl(var(--gray2), 0.4);
--__black4_muted: hsl(var(--black4), 0.4);
--__red_muted: hsl(var(--red), 0.4);
--__yellow_muted: hsl(var(--yellow), 0.4);
--__peach_muted: hsl(var(--peach), 0.4);
--__green_muted: hsl(var(--green), 0.4);
--__lavender_muted: hsl(var(--lavender), 0.4);
--__blue_muted: hsl(var(--blue), 0.4);
--__pink_muted: hsl(var(--pink), 0.4);
/* DARKEN STUFF */
--__green_darken: hsl(var(--green_darken));
--__green_darkest: hsl(var(--green_darkest));
--__blue_darken: hsl(var(--blue_darken));
/* ADVANCED STUFF */
--color-fg-default: var(--__white) !important;
--color-fg-muted: var(--__gray2) !important;
--color-fg-subtle: var(--__gray1) !important;
--color-fg-on-emphasis: var(--__white) !important;
--color-canvas-default: var(--__black2) !important;
--color-canvas-overlay: var(--__black1) !important;
--color-canvas-inset: var(--__black1) !important;
--color-canvas-subtle: var(--__black1) !important;
--color-border-default: var(--__black4) !important;
--color-border-muted: var(--__black3) !important;
--color-border-subtle: var(--__gray0) !important;
--color-shadow-small: 0 0 transparent !important;
--color-shadow-medium: 0 3px 6px var(--__black1) !important;
--color-shadow-large: 0 8px 24px var(--__black1) !important;
--color-shadow-extra-large: 0 12px 48px var(--__black1) !important;
--color-neutral-emphasis-plus: var(--__gray0) !important;
--color-netral-emphasis: var(--__gray0) !important;
--color-neutral-muted: var(--__black3) !important;
--color-neutral-subtle: var(--__black1) !important;
--color-accent-fg: var(--__blue) !important;
--color-accent-emphasis: var(--__blue_darken) !important;
--color-accent-muted: var(--__blue_muted) !important;
--color-accent-subtle: var(--__blue_muted) !important;
--color-success-fg: var(--__green) !important;
--color-success-emphasis: var(--__green_darken) !important;
--color-success-muted: var(--__green_muted) !important;
--color-success-subtle: var(--__green_muted) !important;
--color-attention-fg: var(--__yellow) !important;
--color-attention-emphasis: var(--__yellow_darken) !important;
--color-attention-muted: var(--__yellow_muted) !important;
--color-attention-subtle: var(--__yellow_muted) !important;
--color-severe-fg: var(--__peach) !important;
--color-severe-emphasis: var(--__peach) !important;
--color-severe-muted: var(--__peach_muted) !important;
--color-severe-subtle: var(--__peach_muted) !important;
--color-danger-fg: var(--__red) !important;
--color-danger-emphasis: var(--__red) !important;
--color-danger-muted: var(--__red_muted) !important;
--color-danger-subtle: var(--__red_muted) !important;
--color-done-fg: var(--__pink) !important;
--color-done-emphasis: var(--__pink) !important;
--color-done-muted: var(--__pink_muted) !important;
--color-done-subtle: var(--__pink_muted) !important;
--color-sponsors-fg: var(--__pink) !important;
--color-sponsors-emphasis: var(--__pink) !important;
--color-sponsors-muted: var(--__pink_muted) !important;
--color-sponsors-subtle: var(--__pink_muted) !important;
--color-primer-border-active: var(--__peach) !important;
--color-sidenav-selected-bg: var(--__black1) !important;
--color-state-hover-primary-bg: var(--__blue_darken) !important;
--color-state-hover-primary-border: var(--__blue) !important;
/* BUTTONS */
--color-btn-text: var(--__white) !important;
--color-btn-bg: var(--__black1) !important;
--color-btn-border: var(--color-border-subtle) !important;
--color-btn-hover-bg: var(--__black1) !important;
--color-btn-hover-border: var(--color-border-default) !important;
--color-btn-active-bg: var(--__black1) !important;
--color-btn-active-border: var(--color-btn-hover-border) !important;
--color-btn-selected-bg: var(--__black1) !important;
--color-btn-focus-bg: var(--__black1) !important;
--color-btn-primary-text: var(--__black2) !important;
--color-btn-primary-bg: var(--__green_darkest) !important;
--color-btn-primary-hover-bg: var(--__green_darken) !important;
--color-btn-primary-selected-bg: var(--__green_darken) !important;
--color-btn-primary-focus-bg: var(--__green_muted) !important;
--color-btn-primary-icon: var(--__black2) !important;
--color-btn-primary-disabled-bg: var(--__green_muted) !important;
--color-btn-primary-disabled-text: var(--__gray2) !important;
--color-btn-outline-text: var(--__blue) !important;
--color-btn-outline-hover-text: var(--__blue) !important;
--color-btn-outline-hover-bg: var(--__black1) !important;
--color-btn-outline-selected-text: var(--__white) !important;
--color-btn-outline-selected-bg: var(--__blue_darken) !important;
--color-btn-outline-disabled-bg: var(--__black1) !important;
--color-btn-danger-text: var(--__red) !important;
--color-btn-danger-hover-text: var(--__white) !important;
--color-btn-danger-hover-bg: var(--__red) !important;
--color-btn-danger-hover-border: var(--__red) !important;
--color-btn-danger-hover-icon: var(--__white) !important;
--color-btn-danger-selected-text: var(--__white) !important;
--color-btn-danger-selected-bg: var(--__red) !important;
--color-btn-danger-selected-border: var(--__peach) !important;
--color-btn-danger-disabled-bg: var(--__black2) !important;
--color-btn-danger-focus-border: var(--__red) !important;
--color-btn-danger-icon: var(--__red) !important;
/* ANSI */
--color-ansi-red: var(--__red) !important;
--color-ansi-red-bright: var(--__red) !important;
--color-ansi-green: var(--__green) !important;
--color-ansi-green-bright: var(--__green) !important;
--color-ansi-yellow: var(--__yellow) !important;
--color-ansi-yellow-bright: var(--__yellow) !important;
--color-ansi-lavender: var(--__blue) !important;
--color-ansi-lavender-bright: var(--__blue) !important;
--color-ansi-magenta: var(--__pink) !important;
--color-ansi-magenta-bright: var(--__pink) !important;
--color-ansi-cyan: var(--__lavender) !important;
--color-ansi-cyan-bright: var(--__lavender) !important;
/* WORKFLOWS */
--color-workflow-card-bg: var(--__black1) !important;
--color-workflow-card-hover-bg: var(--__black1) !important;
--color-workflow-card-hover-bg: var(--__black3) !important;
--color-workflow-card-focus-bg: var(--__black1) !important;
--color-workflow-card-focus-bg: var(--__black3) !important;
--color-workflow-card-border: var(--__black3) !important;
--color-checks-bg: var(--__black1) !important;
--color-checks-text-primary: var(--__white) !important;
--color-checks-text-secondary: var(--__gray0) !important;
--color-checks-text-link: var(--__blue) !important;
--color-checks-btn-icon: var(--__white) !important;
--color-checks-btn-hover-icon: var(--__gray0) !important;
--color-checks-input-text: var(--__gray0) !important;
--color-checks-input-placeholder-text: var(--__gray1) !important;
--color-checks-input-focus-text: var(--__white) !important;
--color-checks-input-bg: var(--__black1) !important;
--color-checks-donut-error: var(--__red) !important;
--color-checks-donut-pending: var(--__yellow) !important;
--color-checks-donut-success: var(--__green) !important;
--color-checks-donut-neutral: var(--__gray0) !important;
--color-checks-dropdown-text: var(--__white) !important;
--color-checks-dropdown-bg: var(--__black1) !important;
--color-checks-dropdown-border: var(--__black1) !important;
--color-checks-dropdown-hover-text: var(--__white) !important;
--color-checks-dropdown-btn-hover-text: var(--__white) !important;
--color-checks-header-label-text: var(--__gray0) !important;
--color-checks-header-label-open-text: var(--__white) !important;
--color-checks-header-border: var(--__black1) !important;
--color-checks-header-icon: var(--__white) !important;
--color-checks-line-text: var(--__white) !important;
--color-checks-line-num-text: var(--__gray0) !important;
--color-checks-line-timestamp-text: var(--__gray0) !important;
--color-checks-line-selected-num-text: var(--__blue) !important;
--color-checks-line-dt-fm-text: var(--__white) !important;
--color-checks-line-dt-fm-bg: var(--__peach) !important;
--color-checks-gate-text: var(--__gray0) !important;
--color-checks-gate-waiting-text: var(--__yellow) !important;
--color-checks-step-header-open-bg: var(--__black1) !important;
--color-checks-step-error-text: var(--__red) !important;
--color-checks-step-warning-text: var(--__yellow) !important;
--color-checks-logline-text: var(--__white) !important;
--color-checks-logline-num-text:var(--__gray0) !important;
--color-checks-logline-debug-text: var(--__pink) !important;
--color-checks-logline-error-text: var(--__white) !important;
--color-checks-logline-error-num-text: var(--__gray0) !important;
--color-checks-logline-warning-text: var(--__white) !important;
--color-checks-logline-warning-num-text: var(--__yellow) !important;
--color-checks-logline-command-text: var(--__blue) !important;
--color-checks-logline-section-text: var(--__green) !important;
--color-checks-ansi-black: var(--color-ansi-black) !important;
--color-checks-ansi-black-bright: var(--color-ansi-black-bright) !important;
--color-checks-ansi-white: var(--color-ansi-white) !important;
--color-checks-ansi-white-bright: var(--color-ansi-white-bright) !important;
--color-checks-ansi-gray: var(--color-ansi-gray) !important;
--color-checks-ansi-red: var(--color-ansi-red) !important;
--color-checks-ansi-red-bright: var(--color-ansi-red-bright) !important;
--color-checks-ansi-green: var(--color-ansi-green) !important;
--color-checks-ansi-green-bright: var(--color-ansi-green-bright) !important;
--color-checks-ansi-yellow: var(--color-ansi-yellow) !important;
--color-checks-ansi-yellow-bright: var(--color-ansi-yellow-bright) !important;
--color-checks-ansi-lavender: var(--color-ansi-lavender) !important;
--color-checks-ansi-lavender-bright: var(--color-ansi-lavender-bright) !important;
--color-checks-ansi-magenta: var(--color-ansi-magenta) !important;
--color-checks-ansi-magenta-bright: var(--color-ansi-magenta-bright) !important;
--color-checks-ansi-cyan: var(--color-ansi-cyan) !important;
--color-checks-ansi-cyan-bright: var(--color-ansi-cyan-bright) !important;
/* CONTRIBUTION GRAPH */
--color-calendar-halloween-graph-day-L2-bg: var(--__red) !important;
--color-calendar-halloween-graph-day-L3-bg: var(--__peach) !important;
--color-calendar-halloween-graph-day-L4-bg:var(--__yellow) !important;
--color-calendar-graph-day-bg: var(--__black1) !important;
--color-calendar-graph-day-L1-bg: var(--__green_darken) !important;
--color-calendar-graph-day-L2-bg: var(--__green_darken) !important;
--color-calendar-graph-day-L3-bg: var(--__green) !important;
--color-calendar-graph-day-L4-bg: var(--__green) !important;
--color-user-mention-fg: var(--__white) !important;
--color-user-mention-bg: var(--__yellow) !important;
/* HEADER */
--color-header-bg: var(--__black1) !important;
--color-page-header-bg: var(--__black1) !important;
--color-header-border: var(--__black3) !important;
--color-header-text: var(--__white) !important;
--color-header-search-bg: var(--__black1) !important;
/* MARKETING */
--color-marketing-icon-primary: var(--__green) !important;
--color-marketing-icon-secondary: var(--__blue_darken) !important;
/* SEARCH KEYWORD */
--color-search-keyword-hl: var(--__yellow_muted) !important;
/* DIFFS */
--color-diff-blob-addition-num-text: var(--__white) !important;
--color-diff-blob-addition-fg: var(--__white) !important;
--color-diff-blob-addition-num-bg: var(--__green_muted) !important;
--color-diff-blob-addition-line-bg: var(--__green_muted) !important;
--color-diff-blob-addition-word-bg: var(--__green_muted) !important;
--color-diff-blob-deletion-num-text: var(--__white) !important;
--color-diff-blob-deletion-fg: var(--__white) !important;
--color-diff-blob-deletion-num-bg: var(--__red_muted) !important;
--color-diff-blob-deletion-line-bg: var(--__red_muted) !important;
--color-diff-blob-deletion-word-bg: var(--__red_muted) !important;
--color-diff-blob-hunk-num-bg: var(--__blue_muted) !important;
--color-diff-blob-expander-icon: var(--__gray0) !important;
--color-diffstat-deletion-border: var(--__red_muted) !important;
--color-diffstat-addition-border: var(--__green_muted) !important;
--color-diffstat-addition-bg: var(--__green) !important;
/* PRETTYLIGHTS CODE SYNTAX HIGHLIGHTING */
--color-prettylights-syntax-comment: var(--__gray0) !important;
--color-prettylights-syntax-constant: var(--__blue) !important;
--color-prettylights-syntax-entity: var(--__blue) !important;
--color-prettylights-syntax-storage-modifier-import: var(--__white) !important;
--color-prettylights-syntax-entity-tag: var(--__green) !important;
--color-prettylights-syntax-keyword: var(--__red) !important;
--color-prettylights-syntax-string: var(--__green) !important;
--color-prettylights-syntax-variable: var(--__yellow) !important;
--color-prettylights-syntax-brackethighlighter-unmatched: var(--__peach) !important;
--color-prettylights-syntax-invalid-illegal-text: var(--__white) !important;
--color-prettylights-syntax-invalid-illegal-bg: var(--__red) !important;
--color-prettylights-syntax-carriage-return-text: var(--__white) !important;
--color-prettylights-syntax-carriage-return-bg: var(--__red) !important;
--color-prettylights-syntax-string-regexp: var(--__green) !important;
--color-prettylights-syntax-markup-list: var(--__yellow) !important;
--color-prettylights-syntax-markup-heading: var(--__blue) !important;
--color-prettylights-syntax-markup-italic: var(--__white) !important;
--color-prettylights-syntax-markup-bold: var(--__white) !important;
--color-prettylights-syntax-markup-deleted-text: var(--__white) !important;
--color-prettylights-syntax-markup-deleted-bg: var(--__red) !important;
--color-prettylights-syntax-markup-inserted-text: var(--__green) !important;
--color-prettylights-syntax-markup-inserted-bg: var(--__green_darken) !important;
--color-prettylights-syntax-markup-changed-text: var(--__white) !important;
--color-prettylights-syntax-markup-changed-bg: var(--__red) !important;
--color-prettylights-syntax-markup-ignored-text: var(--__white) !important;
--color-prettylights-syntax-markup-ignored-bg: var(--__blue) !important;
--color-prettylights-syntax-meta-diff-range: var(--__pink) !important;
--color-prettylights-syntax-brackethighlighter-angle: var(--__gray0) !important;
--color-prettylights-syntax-sublimelinter-gutter-mark: var(--__gray1) !important;
--color-prettylights-syntax-constant-other-reference-link: var(--__green) !important;
/* CODE MIRROR */
--color-codemirror-text: var(--__white) !important;
--color-codemirror-bg: var(--__black2) !important;
--color-codemirror-gutters-bg: var(--__black1) !important;
--color-codemirror-guttermarker-text: var(--__gray1) !important;
--color-codemirror-guttermarker-subtle-text: var(--__gray0) !important;
--color-codemirror-linenumber-text: var(--__gray1) !important;
--color-codemirror-cursor: var(--__black3) !important;
--color-codemirror-selection-bg: var(--__blue_muted) !important;
--color-codemirror-activeline-bg: var(--__black3) !important;
--color-codemirror-matchingbracket-text: var(--__white) !important;
--color-codemirror-lines-bg: var(--__black2) !important;
--color-codemirror-syntax-comment: var(--__gray0) !important;
--color-codemirror-syntax-constant: var(--__blue) !important;
--color-codemirror-syntax-entity: var(--__pink) !important;
--color-codemirror-syntax-keyword: var(--__red) !important;
--color-codemirror-syntax-storage: var(--__red) !important;
--color-codemirror-syntax-string: var(--__green) !important;
--color-codemirror-syntax-support: var(--__black3) !important;
--color-codemirror-syntax-variable: var(--__yellow) !important;
/* SOCIAL */
--color-social-reaction-border: var(--__blue) !important;
--color-social-reaction-bg: var(--__black1) !important;
--color-social-reaction-bg-hover: var(--__black1) !important;
--color-social-reaction-bg-reacted-hover: var(--__blue_darken) !important;
/* MISC */
--color-avatar-bg: var(--__black4) !important;
--color-avatar-border: var(--__black4) !important;
--color-avatar-stack-fade: var(--__gray1) !important;
--color-avatar-stack-fade-more: var(--__black1) !important;
--color-avatar-child-shadow: -2px -2px 0 var(--__black2) !important;
--color-underlinenav-icon: var(--__gray1) !important;
--color-underlinenav-border-hover: var(--__gray1) !important;
/* NOTIFICATIONS */
--color-notifications-button-text: var(--__white) !important;
--color-notifications-button-hover-text: var(--__white) !important;
--color-notifications-button-hover-bg: var(--__blue_darken) !important;
/* MARKDOWN ig */
--color-mktg-success: var(--__green) !important;
--color-mktg-info: var(--__blue_darken) !important;
--color-mktg-btn-bg-top: var(--__blue) !important;
--color-mktg-btn-bg-bottom: var(--__blue) !important;
--color-mktg-btn-bg-overlay-top: var(--__blue) !important;
--color-mktg-btn-bg-overlay-bottom:var(--__blue_darken) !important;
--color-mktg-btn-text: var(--__white) !important;
--color-mktg-btn-primary-bg-top: var(--__green_darken) !important;
--color-mktg-btn-primary-bg-bottom: var(--__green_darken) !important;
--color-mktg-btn-primary-bg-overlay-top: var(--__green_darken) !important;
--color-mktg-btn-primary-bg-overlay-bottom: var(--__green_darken) !important;
--color-mktg-btn-primary-text: var(--__white) !important;
--color-mktg-btn-enterprise-bg-top: var(--__pink) !important;
--color-mktg-btn-enterprise-bg-bottom: var(--__pink) !important;
--color-mktg-btn-enterprise-bg-overlay-top: var(--__pink) !important;
--color-mktg-btn-enterprise-bg-overlay-bottom: var(--__pink) !important;
--color-mktg-btn-enterprise-text: var(--__white) !important;
--color-mktg-btn-outline-text: var(--__white) !important;
--color-mktg-btn-outline-hover-text: var(--__white) !important;
--color-mktg-btn-outline-focus-border: var(--__white) !important;
--color-mktg-btn-dark-text: var(--__white) !important;
--color-mktg-btn-dark-hover-text: var(--__white) !important;
--color-mktg-btn-dark-focus-border: var(--__white) !important;
} | catppuccin.css |
:root {
/* Give H, S, L values */
/* rainbow 🌈 */
--rosewater: 10, 56%, 91%;
--flamingo: 0, 59%, 88%;
--mauve: 279, 70%, 83%;
--pink: 316, 72%, 86%;
--maroon: 349, 60%, 77%;
--red: 342, 79%, 75%;
--peach: 024, 88%, 78%;
--yellow: 041, 88%, 84%;
--green: 128, 58%, 79%;
--green_darken: 128, 58%, 76%;
--green_darkest: 128, 58%, 72%;
--teal: 171, 53%, 81%;
--blue: 207, 93%, 79%;
--blue_darken: 213, 84%, 78%;
--sky: 189, 71%, 73%;
--lavender: 238, 100%, 89%;
/* black & white ☯️ */
--black0: 251, 33%, 9%;
--black1: 251, 19%, 12%;
--black2: 240, 20%, 15%;
--black3: 249, 18%, 22%;
--black4: 254, 12%, 36%;
--gray0: 247, 8%, 46%;
--gray1: 274, 11%, 59%;
--gray2: 285, 10%, 75%;
--white: 220, 38%, 89%;
}
:root {
/* INTERNAL VARS */
--__black0: hsl(var(--black0));
--__black1: hsl(var(--black1));
--__black2: hsl(var(--black2));
--__black3: hsl(var(--black3));
--__black4: hsl(var(--black4));
--__gray0: hsl(var(--gray0));
--__gray1: hsl(var(--gray1));
--__gray2: hsl(var(--gray2));
--__white: hsl(var(--white));
--__red: hsl(var(--red));
--__yellow: hsl(var(--yellow));
--__peach: hsl(var(--peach));
--__green: hsl(var(--green));
--__lavender: hsl(var(--lavender));
--__blue: hsl(var(--blue));
--__pink: hsl(var(--pink));
/* MUTED VARS */
--__black2_muted: hsl(var(--black2), 0.4);
--__black1_muted: hsl(var(--black1), 0.4);
--__black3_muted: hsl(var(--black3), 0.4);
--__gray0_muted: hsl(var(--gray0), 0.4);
--__gray1_muted: hsl(var(--gray1), 0.4);
--__white_muted: hsl(var(--white), 0.4);
--__gray2_muted: hsl(var(--gray2), 0.4);
--__black4_muted: hsl(var(--black4), 0.4);
--__red_muted: hsl(var(--red), 0.4);
--__yellow_muted: hsl(var(--yellow), 0.4);
--__peach_muted: hsl(var(--peach), 0.4);
--__green_muted: hsl(var(--green), 0.4);
--__lavender_muted: hsl(var(--lavender), 0.4);
--__blue_muted: hsl(var(--blue), 0.4);
--__pink_muted: hsl(var(--pink), 0.4);
/* DARKEN STUFF */
--__green_darken: hsl(var(--green_darken));
--__green_darkest: hsl(var(--green_darkest));
--__blue_darken: hsl(var(--blue_darken));
/* ADVANCED STUFF */
--color-fg-default: var(--__white) !important;
--color-fg-muted: var(--__gray2) !important;
--color-fg-subtle: var(--__gray1) !important;
--color-fg-on-emphasis: var(--__white) !important;
--color-canvas-default: var(--__black2) !important;
--color-canvas-overlay: var(--__black1) !important;
--color-canvas-inset: var(--__black1) !important;
--color-canvas-subtle: var(--__black1) !important;
--color-border-default: var(--__black4) !important;
--color-border-muted: var(--__black3) !important;
--color-border-subtle: var(--__gray0) !important;
--color-shadow-small: 0 0 transparent !important;
--color-shadow-medium: 0 3px 6px var(--__black1) !important;
--color-shadow-large: 0 8px 24px var(--__black1) !important;
--color-shadow-extra-large: 0 12px 48px var(--__black1) !important;
--color-neutral-emphasis-plus: var(--__gray0) !important;
--color-netral-emphasis: var(--__gray0) !important;
--color-neutral-muted: var(--__black3) !important;
--color-neutral-subtle: var(--__black1) !important;
--color-accent-fg: var(--__blue) !important;
--color-accent-emphasis: var(--__blue_darken) !important;
--color-accent-muted: var(--__blue_muted) !important;
--color-accent-subtle: var(--__blue_muted) !important;
--color-success-fg: var(--__green) !important;
--color-success-emphasis: var(--__green_darken) !important;
--color-success-muted: var(--__green_muted) !important;
--color-success-subtle: var(--__green_muted) !important;
--color-attention-fg: var(--__yellow) !important;
--color-attention-emphasis: var(--__yellow_darken) !important;
--color-attention-muted: var(--__yellow_muted) !important;
--color-attention-subtle: var(--__yellow_muted) !important;
--color-severe-fg: var(--__peach) !important;
--color-severe-emphasis: var(--__peach) !important;
--color-severe-muted: var(--__peach_muted) !important;
--color-severe-subtle: var(--__peach_muted) !important;
--color-danger-fg: var(--__red) !important;
--color-danger-emphasis: var(--__red) !important;
--color-danger-muted: var(--__red_muted) !important;
--color-danger-subtle: var(--__red_muted) !important;
--color-done-fg: var(--__pink) !important;
--color-done-emphasis: var(--__pink) !important;
--color-done-muted: var(--__pink_muted) !important;
--color-done-subtle: var(--__pink_muted) !important;
--color-sponsors-fg: var(--__pink) !important;
--color-sponsors-emphasis: var(--__pink) !important;
--color-sponsors-muted: var(--__pink_muted) !important;
--color-sponsors-subtle: var(--__pink_muted) !important;
--color-primer-border-active: var(--__peach) !important;
--color-sidenav-selected-bg: var(--__black1) !important;
--color-state-hover-primary-bg: var(--__blue_darken) !important;
--color-state-hover-primary-border: var(--__blue) !important;
/* BUTTONS */
--color-btn-text: var(--__white) !important;
--color-btn-bg: var(--__black1) !important;
--color-btn-border: var(--color-border-subtle) !important;
--color-btn-hover-bg: var(--__black1) !important;
--color-btn-hover-border: var(--color-border-default) !important;
--color-btn-active-bg: var(--__black1) !important;
--color-btn-active-border: var(--color-btn-hover-border) !important;
--color-btn-selected-bg: var(--__black1) !important;
--color-btn-focus-bg: var(--__black1) !important;
--color-btn-primary-text: var(--__black2) !important;
--color-btn-primary-bg: var(--__green_darkest) !important;
--color-btn-primary-hover-bg: var(--__green_darken) !important;
--color-btn-primary-selected-bg: var(--__green_darken) !important;
--color-btn-primary-focus-bg: var(--__green_muted) !important;
--color-btn-primary-icon: var(--__black2) !important;
--color-btn-primary-disabled-bg: var(--__green_muted) !important;
--color-btn-primary-disabled-text: var(--__gray2) !important;
--color-btn-outline-text: var(--__blue) !important;
--color-btn-outline-hover-text: var(--__blue) !important;
--color-btn-outline-hover-bg: var(--__black1) !important;
--color-btn-outline-selected-text: var(--__white) !important;
--color-btn-outline-selected-bg: var(--__blue_darken) !important;
--color-btn-outline-disabled-bg: var(--__black1) !important;
--color-btn-danger-text: var(--__red) !important;
--color-btn-danger-hover-text: var(--__white) !important;
--color-btn-danger-hover-bg: var(--__red) !important;
--color-btn-danger-hover-border: var(--__red) !important;
--color-btn-danger-hover-icon: var(--__white) !important;
--color-btn-danger-selected-text: var(--__white) !important;
--color-btn-danger-selected-bg: var(--__red) !important;
--color-btn-danger-selected-border: var(--__peach) !important;
--color-btn-danger-disabled-bg: var(--__black2) !important;
--color-btn-danger-focus-border: var(--__red) !important;
--color-btn-danger-icon: var(--__red) !important;
/* ANSI */
--color-ansi-red: var(--__red) !important;
--color-ansi-red-bright: var(--__red) !important;
--color-ansi-green: var(--__green) !important;
--color-ansi-green-bright: var(--__green) !important;
--color-ansi-yellow: var(--__yellow) !important;
--color-ansi-yellow-bright: var(--__yellow) !important;
--color-ansi-lavender: var(--__blue) !important;
--color-ansi-lavender-bright: var(--__blue) !important;
--color-ansi-magenta: var(--__pink) !important;
--color-ansi-magenta-bright: var(--__pink) !important;
--color-ansi-cyan: var(--__lavender) !important;
--color-ansi-cyan-bright: var(--__lavender) !important;
/* WORKFLOWS */
--color-workflow-card-bg: var(--__black1) !important;
--color-workflow-card-hover-bg: var(--__black1) !important;
--color-workflow-card-hover-bg: var(--__black3) !important;
--color-workflow-card-focus-bg: var(--__black1) !important;
--color-workflow-card-focus-bg: var(--__black3) !important;
--color-workflow-card-border: var(--__black3) !important;
--color-checks-bg: var(--__black1) !important;
--color-checks-text-primary: var(--__white) !important;
--color-checks-text-secondary: var(--__gray0) !important;
--color-checks-text-link: var(--__blue) !important;
--color-checks-btn-icon: var(--__white) !important;
--color-checks-btn-hover-icon: var(--__gray0) !important;
--color-checks-input-text: var(--__gray0) !important;
--color-checks-input-placeholder-text: var(--__gray1) !important;
--color-checks-input-focus-text: var(--__white) !important;
--color-checks-input-bg: var(--__black1) !important;
--color-checks-donut-error: var(--__red) !important;
--color-checks-donut-pending: var(--__yellow) !important;
--color-checks-donut-success: var(--__green) !important;
--color-checks-donut-neutral: var(--__gray0) !important;
--color-checks-dropdown-text: var(--__white) !important;
--color-checks-dropdown-bg: var(--__black1) !important;
--color-checks-dropdown-border: var(--__black1) !important;
--color-checks-dropdown-hover-text: var(--__white) !important;
--color-checks-dropdown-btn-hover-text: var(--__white) !important;
--color-checks-header-label-text: var(--__gray0) !important;
--color-checks-header-label-open-text: var(--__white) !important;
--color-checks-header-border: var(--__black1) !important;
--color-checks-header-icon: var(--__white) !important;
--color-checks-line-text: var(--__white) !important;
--color-checks-line-num-text: var(--__gray0) !important;
--color-checks-line-timestamp-text: var(--__gray0) !important;
--color-checks-line-selected-num-text: var(--__blue) !important;
--color-checks-line-dt-fm-text: var(--__white) !important;
--color-checks-line-dt-fm-bg: var(--__peach) !important;
--color-checks-gate-text: var(--__gray0) !important;
--color-checks-gate-waiting-text: var(--__yellow) !important;
--color-checks-step-header-open-bg: var(--__black1) !important;
--color-checks-step-error-text: var(--__red) !important;
--color-checks-step-warning-text: var(--__yellow) !important;
--color-checks-logline-text: var(--__white) !important;
--color-checks-logline-num-text:var(--__gray0) !important;
--color-checks-logline-debug-text: var(--__pink) !important;
--color-checks-logline-error-text: var(--__white) !important;
--color-checks-logline-error-num-text: var(--__gray0) !important;
--color-checks-logline-warning-text: var(--__white) !important;
--color-checks-logline-warning-num-text: var(--__yellow) !important;
--color-checks-logline-command-text: var(--__blue) !important;
--color-checks-logline-section-text: var(--__green) !important;
--color-checks-ansi-black: var(--color-ansi-black) !important;
--color-checks-ansi-black-bright: var(--color-ansi-black-bright) !important;
--color-checks-ansi-white: var(--color-ansi-white) !important;
--color-checks-ansi-white-bright: var(--color-ansi-white-bright) !important;
--color-checks-ansi-gray: var(--color-ansi-gray) !important;
--color-checks-ansi-red: var(--color-ansi-red) !important;
--color-checks-ansi-red-bright: var(--color-ansi-red-bright) !important;
--color-checks-ansi-green: var(--color-ansi-green) !important;
--color-checks-ansi-green-bright: var(--color-ansi-green-bright) !important;
--color-checks-ansi-yellow: var(--color-ansi-yellow) !important;
--color-checks-ansi-yellow-bright: var(--color-ansi-yellow-bright) !important;
--color-checks-ansi-lavender: var(--color-ansi-lavender) !important;
--color-checks-ansi-lavender-bright: var(--color-ansi-lavender-bright) !important;
--color-checks-ansi-magenta: var(--color-ansi-magenta) !important;
--color-checks-ansi-magenta-bright: var(--color-ansi-magenta-bright) !important;
--color-checks-ansi-cyan: var(--color-ansi-cyan) !important;
--color-checks-ansi-cyan-bright: var(--color-ansi-cyan-bright) !important;
/* CONTRIBUTION GRAPH */
--color-calendar-halloween-graph-day-L2-bg: var(--__red) !important;
--color-calendar-halloween-graph-day-L3-bg: var(--__peach) !important;
--color-calendar-halloween-graph-day-L4-bg:var(--__yellow) !important;
--color-calendar-graph-day-bg: var(--__black1) !important;
--color-calendar-graph-day-L1-bg: var(--__green_darken) !important;
--color-calendar-graph-day-L2-bg: var(--__green_darken) !important;
--color-calendar-graph-day-L3-bg: var(--__green) !important;
--color-calendar-graph-day-L4-bg: var(--__green) !important;
--color-user-mention-fg: var(--__white) !important;
--color-user-mention-bg: var(--__yellow) !important;
/* HEADER */
--color-header-bg: var(--__black1) !important;
--color-page-header-bg: var(--__black1) !important;
--color-header-border: var(--__black3) !important;
--color-header-text: var(--__white) !important;
--color-header-search-bg: var(--__black1) !important;
/* MARKETING */
--color-marketing-icon-primary: var(--__green) !important;
--color-marketing-icon-secondary: var(--__blue_darken) !important;
/* SEARCH KEYWORD */
--color-search-keyword-hl: var(--__yellow_muted) !important;
/* DIFFS */
--color-diff-blob-addition-num-text: var(--__white) !important;
--color-diff-blob-addition-fg: var(--__white) !important;
--color-diff-blob-addition-num-bg: var(--__green_muted) !important;
--color-diff-blob-addition-line-bg: var(--__green_muted) !important;
--color-diff-blob-addition-word-bg: var(--__green_muted) !important;
--color-diff-blob-deletion-num-text: var(--__white) !important;
--color-diff-blob-deletion-fg: var(--__white) !important;
--color-diff-blob-deletion-num-bg: var(--__red_muted) !important;
--color-diff-blob-deletion-line-bg: var(--__red_muted) !important;
--color-diff-blob-deletion-word-bg: var(--__red_muted) !important;
--color-diff-blob-hunk-num-bg: var(--__blue_muted) !important;
--color-diff-blob-expander-icon: var(--__gray0) !important;
--color-diffstat-deletion-border: var(--__red_muted) !important;
--color-diffstat-addition-border: var(--__green_muted) !important;
--color-diffstat-addition-bg: var(--__green) !important;
/* PRETTYLIGHTS CODE SYNTAX HIGHLIGHTING */
--color-prettylights-syntax-comment: var(--__gray0) !important;
--color-prettylights-syntax-constant: var(--__blue) !important;
--color-prettylights-syntax-entity: var(--__blue) !important;
--color-prettylights-syntax-storage-modifier-import: var(--__white) !important;
--color-prettylights-syntax-entity-tag: var(--__green) !important;
--color-prettylights-syntax-keyword: var(--__red) !important;
--color-prettylights-syntax-string: var(--__green) !important;
--color-prettylights-syntax-variable: var(--__yellow) !important;
--color-prettylights-syntax-brackethighlighter-unmatched: var(--__peach) !important;
--color-prettylights-syntax-invalid-illegal-text: var(--__white) !important;
--color-prettylights-syntax-invalid-illegal-bg: var(--__red) !important;
--color-prettylights-syntax-carriage-return-text: var(--__white) !important;
--color-prettylights-syntax-carriage-return-bg: var(--__red) !important;
--color-prettylights-syntax-string-regexp: var(--__green) !important;
--color-prettylights-syntax-markup-list: var(--__yellow) !important;
--color-prettylights-syntax-markup-heading: var(--__blue) !important;
--color-prettylights-syntax-markup-italic: var(--__white) !important;
--color-prettylights-syntax-markup-bold: var(--__white) !important;
--color-prettylights-syntax-markup-deleted-text: var(--__white) !important;
--color-prettylights-syntax-markup-deleted-bg: var(--__red) !important;
--color-prettylights-syntax-markup-inserted-text: var(--__green) !important;
--color-prettylights-syntax-markup-inserted-bg: var(--__green_darken) !important;
--color-prettylights-syntax-markup-changed-text: var(--__white) !important;
--color-prettylights-syntax-markup-changed-bg: var(--__red) !important;
--color-prettylights-syntax-markup-ignored-text: var(--__white) !important;
--color-prettylights-syntax-markup-ignored-bg: var(--__blue) !important;
--color-prettylights-syntax-meta-diff-range: var(--__pink) !important;
--color-prettylights-syntax-brackethighlighter-angle: var(--__gray0) !important;
--color-prettylights-syntax-sublimelinter-gutter-mark: var(--__gray1) !important;
--color-prettylights-syntax-constant-other-reference-link: var(--__green) !important;
/* CODE MIRROR */
--color-codemirror-text: var(--__white) !important;
--color-codemirror-bg: var(--__black2) !important;
--color-codemirror-gutters-bg: var(--__black1) !important;
--color-codemirror-guttermarker-text: var(--__gray1) !important;
--color-codemirror-guttermarker-subtle-text: var(--__gray0) !important;
--color-codemirror-linenumber-text: var(--__gray1) !important;
--color-codemirror-cursor: var(--__black3) !important;
--color-codemirror-selection-bg: var(--__blue_muted) !important;
--color-codemirror-activeline-bg: var(--__black3) !important;
--color-codemirror-matchingbracket-text: var(--__white) !important;
--color-codemirror-lines-bg: var(--__black2) !important;
--color-codemirror-syntax-comment: var(--__gray0) !important;
--color-codemirror-syntax-constant: var(--__blue) !important;
--color-codemirror-syntax-entity: var(--__pink) !important;
--color-codemirror-syntax-keyword: var(--__red) !important;
--color-codemirror-syntax-storage: var(--__red) !important;
--color-codemirror-syntax-string: var(--__green) !important;
--color-codemirror-syntax-support: var(--__black3) !important;
--color-codemirror-syntax-variable: var(--__yellow) !important;
/* SOCIAL */
--color-social-reaction-border: var(--__blue) !important;
--color-social-reaction-bg: var(--__black1) !important;
--color-social-reaction-bg-hover: var(--__black1) !important;
--color-social-reaction-bg-reacted-hover: var(--__blue_darken) !important;
/* MISC */
--color-avatar-bg: var(--__black4) !important;
--color-avatar-border: var(--__black4) !important;
--color-avatar-stack-fade: var(--__gray1) !important;
--color-avatar-stack-fade-more: var(--__black1) !important;
--color-avatar-child-shadow: -2px -2px 0 var(--__black2) !important;
--color-underlinenav-icon: var(--__gray1) !important;
--color-underlinenav-border-hover: var(--__gray1) !important;
/* NOTIFICATIONS */
--color-notifications-button-text: var(--__white) !important;
--color-notifications-button-hover-text: var(--__white) !important;
--color-notifications-button-hover-bg: var(--__blue_darken) !important;
/* MARKDOWN ig */
--color-mktg-success: var(--__green) !important;
--color-mktg-info: var(--__blue_darken) !important;
--color-mktg-btn-bg-top: var(--__blue) !important;
--color-mktg-btn-bg-bottom: var(--__blue) !important;
--color-mktg-btn-bg-overlay-top: var(--__blue) !important;
--color-mktg-btn-bg-overlay-bottom:var(--__blue_darken) !important;
--color-mktg-btn-text: var(--__white) !important;
--color-mktg-btn-primary-bg-top: var(--__green_darken) !important;
--color-mktg-btn-primary-bg-bottom: var(--__green_darken) !important;
--color-mktg-btn-primary-bg-overlay-top: var(--__green_darken) !important;
--color-mktg-btn-primary-bg-overlay-bottom: var(--__green_darken) !important;
--color-mktg-btn-primary-text: var(--__white) !important;
--color-mktg-btn-enterprise-bg-top: var(--__pink) !important;
--color-mktg-btn-enterprise-bg-bottom: var(--__pink) !important;
--color-mktg-btn-enterprise-bg-overlay-top: var(--__pink) !important;
--color-mktg-btn-enterprise-bg-overlay-bottom: var(--__pink) !important;
--color-mktg-btn-enterprise-text: var(--__white) !important;
--color-mktg-btn-outline-text: var(--__white) !important;
--color-mktg-btn-outline-hover-text: var(--__white) !important;
--color-mktg-btn-outline-focus-border: var(--__white) !important;
--color-mktg-btn-dark-text: var(--__white) !important;
--color-mktg-btn-dark-hover-text: var(--__white) !important;
--color-mktg-btn-dark-focus-border: var(--__white) !important;
} | 0.360714 | 0.10961 |
body
{
font-family:"微软雅黑","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
word-break:break-all;
word-wrap: break-word;
overflow-x:hidden;
}
.slider{width:100%;}
.imageSlider1 {
/*margin:5px 0 0 0;*/
margin: 0;
margin-top: 5px;
padding: 0;
height: 5px;
width: 100%;
background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/sliderEnd.png");
_background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/sliderEnd.gif");
background-repeat:no-repeat;
background-size: cover;
}
.imageBar1 {
/*margin: -10px 0 0 -16px;*/
margin: 0;
margin-top: -10px;
padding: 0;
height: 35px;
width: 35px;
left: -17.5px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/slider1.png");
_background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/slider1.gif");
background-repeat: no-repeat;
}
.tableoption {
background: #CDD7CC;
padding: 3px; /*solid 1px*/
}
.tableoption td { border-bottom:1px solid #eeeeee; }
.div_table_radio_question ul {
clear:both;
}
.div_table_radio_question li
{
margin-bottom:2px;
}
.div_table_radio_question li label,.div_table_radio_question li input,.div_table_radio_question td input
{
cursor:pointer;
}
.div_item_desc{margin-left:19px; font-weight:normal; color:#999999;}
.on3{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxlike.png) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;background-position:0 -28px;}
.off3{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxlike.png) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.on2{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxstar.png) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;background-position:0 -28px;}
.off2{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxstar.png) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.onscore
{
background:url(/images/wjx/JoinQuestionnaire/Rate/piont_lv.png);background-color:#FFFFFF;overflow:hidden;border:solid 1px #dbdbdb;width:355px; height:24px;
}
.onscore li {
line-height:22px !important;
}
.on6{background:none!important;text-align:center;border:solid 1px white; cursor:pointer;}
.off6{background:#fff;border:solid 1px white;text-align:center;cursor:pointer;}
.on4{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxheart.png) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;background-position:0 -27px;}
.off4{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxheart.png) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.on5{background:url(/images/wjx/JoinQuestionnaire/Rate/right_24.gif) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;}
.off5{background:url(/images/wjx/JoinQuestionnaire/Rate/right_24_off.gif) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.sortnum
{
width:18px;
height:18px;
display: inline-block;
vertical-align: middle;
margin-right:10px;
background: #e2e2e2;
border: 2px solid #e2e2e2;
}
.sortnum-sel {
width: 20px;
height: 20px;
border-radius: 0px;
border: 1px solid #1ea0fa;
color: #fff;
text-align: center;
background: #1ea0fa;
line-height: 20px;
}
.matrixtitle{
float:left;
}
.survey{width:780px;line-height:20px; word-wrap: break-word; padding:0; margin:0 auto;}
.surveyhead
{
line-height: 20px; text-align: center;
width:96%;
padding:40px 2% 30px;
}
.surveyhead h1
{
font-size:24px !important; font-weight: bold; color: #f53d05; vertical-align: middle;
margin:0;padding:15px 0; line-height:24px;
}
.surveydescription
{
color:#555555;
line-height:24px;
text-align:left;
font-size:16px;
padding-bottom:15px;
border-bottom:1px dashed #ccc;
margin-left:0;
margin-top:20px;
}
.surveycontent
{
margin:0;width:100%;
}
span.req {
color:red;
font-weight:bold;
position:absolute;
top:3px;
left:-10px;
}
.errorMessage
{
color:Red;
margin-left:20px;
height:20px;
}
.div_question
{
border:2px solid white;
padding:4px;
clear:both;
margin:2px auto 10px;
width:96%;
height:auto;
}
img
{
max-width:100%;
overflow:hidden;
}
.div_question_mouseover {
border:2px solid #fdb553;
cursor: pointer;
padding:4px;
}
.div_question_mouseout {
cursor:pointer;
}
.div_question_onclick
{
/*border:2px solid #66CAFF;
padding:4px;*/
}
.div_question_error
{
border:1px solid red !important;
padding:4px;
}
.div_topic_question{
width:28px;
float:left;
}
.div_topic_page_question {
padding-top: 1px;
font-weight: bold;
display: block;
position: relative;
left: 50%;
margin-left: -70px;
width: 140px;
text-align: center;
z-index:20;
}
.paging-bg {
height: 15px;
line-height: 13px;
background: url(/images/Design/paging_bg.png) no-repeat;
}
.line_as_hr {
position: absolute;
z-index: 10;
width: 100%;
height: 1px;
background: #cccccc;
top: 7px;
}
.strong {
font-weight: bold;
}
.col_red {
color: red;
}
.col_green {
color: green;
}
.related_settings {
font-size: 14px;
margin-top: 10px;
text-align: center;
font-weight: bold;
}
.related_settings .edit-page-title {
color: #808080;
}
.div_title_question_all {
padding-top: 2px;
font-size: 15px;
color: #444444;
font-weight: bold;
height: auto;
line-height: 20px;
position:relative;
}
.div_title_question
{
overflow:hidden;zoom:1;
}
.div_title_page_question{
font-weight:bold;font-size: 14px;
}
.div_title_cut_question{
font-size:16px;
}
.div_table_question{
float:right;
display:block;
margin-bottom:4px;
height:25px;
clear:both;
}
.div_table_question_hide
{
display:none;
}
.div_table_radio_question{
clear:both;
padding-top:5px;
padding-left:24px;
padding-bottom:2px;
border-bottom:1px solid #EFEFEF;
font-size:15px;
color:#333333;
_padding-left:27px;
}
.div_title_question select,.div_table_radio_question select {
height:28px; line-height:20px;padding:3px 6px;border: solid 1px #d5d5d5;
appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url("http://wj.hnwfll.com/Public/wj/images/arrow.png") no-repeat scroll right center #ffffff;
padding-right: 14px;vertical-align: middle;
padding-right:3px\0;background:#ffffff\0;max-width:680px;
}
.div_table_radio_question .inputtext
{
line-height:22px;
height:22px;
font-size:16px;
}
.div_title_question .underline,.div_title_question .inputtext {
font-size:16px;
}
.div_table_clear_top
{
clear:both;
margin-top:4px;
}
.div_table_clear_bottom
{
clear:both;
margin-bottom:10px;
}
.div_table_radio_question li
{
float:left;
list-style-type:none;
}
.ulradiocheck li{
line-height:30px;
position:relative;
}
.ulradiocheck li input
{
position:absolute; top:6px;
}
.ulradiocheck li label
{
display:block;
padding-left:20px;
vertical-align:middle;
}
tr.labelname
{
background:#f9f9f9;
}
tr.labelname b
{
color:#666;font-size:16px;
}
.div_ins_question
{
padding-top:8px;
color:#666666;
padding-left:24px;
line-height:18px;
font-size:14px;
clear:both;
word-break:break-all;
}
.option
{
font-size:12px;
background-color:#cdd7cc;
}
.jqRadio {
background: transparent url(/images/radio.gif) no-repeat;
vertical-align: middle;
height: 16px;
width: 18px;
_font-size:10px;
display:inline-block;
position:absolute;
top:6px;
}
.jqCheckbox {
background: transparent url(../../images/checkbox.gif) no-repeat;
vertical-align: middle;
height: 16px;
width: 18px;
_font-size:10px;
display:inline-block;
position:absolute;
top:6px;
}
.jqChecked {
background-position:0 -16px;
}
.div_title_attr_question {
border:1px solid #cccccc;
margin:5px 10px 10px;
padding:5px;
font-size:12px;
background:#cfe7ff;
}
.div_btn_confirm_attr_question{
margin:5px 10px 10px;
padding:5px;
font-size:12px;
float:right;
}
.div_type_attr_question{
border:1px solid #6290d2;
margin:5px 10px 10px;
padding:5px;
font-size:12px;
}
.div_jump_attr_question{
border:1px solid #6290d2;
margin:5px 10px 10px;
padding:5px;
font-size:12px;
}
.div_default_attr_question {
border:1px solid #cccccc;
margin:5px 10px 10px;
padding:5px;
background:#cfe7ff;
font-size:12px;
}
.qtypetip
{
color:#999;
font-weight:normal;
font-size:14px;
}
legend{display:none;}
fieldset{border:0;}
.shop-item {
position: relative;
float: left;
width: 224px;
border: 1px solid #D5D5D5;
margin-bottom: 8px !important;
margin-right: 15px;
}
.shop-item:last-child {
margin-right: 0;
}
.shop-item:hover { border: 1px solid #95CDF3; box-shadow: 0 2px 3px #B9DFF0; }
.shop-item .img_place {
width:190px;
height: 126px;
margin:10px auto;
overflow: hidden;
}
.shop-item .img_place img {
border:none;
margin: 0 auto;
}
.shop-item .text_place {
height: 95px;
position: relative;
margin:0 8px;
}
.haspic .item_name {
position: absolute;
left: 46%;
top: 0;
width: 50%;
height: 6em;
}
.shop-item .item_name {
display: block;
margin-left: 8px;
color: #333;
font-size: 14px;
position: absolute;
top: 10px;
left: 0;
max-height: 32px;
height: 32px;
line-height:16px;
overflow: hidden;
text-overflow:ellipsis;
}
.shop-item .item_select {
margin-left: 8px;
position: absolute;
top: 50px;
left: 0;
z-index: 20;
}
.shop-item .item_price {
font-size: 18px;
font-weight: 600;
color: #EF5D4A;
margin-right: 5px;
position: absolute;
text-align: right;
top: 49px;
right: 0;
}
.item_select .operation
{
display: inline-block;
height: 28px;
border: 1px solid #ABABAB;
width:28px;
line-height:28px;
text-align: center;
background: #fff;
vertical-align: top;
padding: 0;
cursor: pointer;
float: left;
}
.item_select .remove {
border-right: 0; border-radius: 2px 0 0 2px;
}
.item_select .add {
border-left: 0;border-radius: 0 2px 2px 0;
}
.item_select .remove:hover, .item_select .add:hover { color: #0077B3; background: #fff; }
.item_select .itemnum {
width:38px;
outline: 0 none;
font-size: 12px;
cursor:default;
margin:0;
background:#fff;
}
.shopcart {
padding: 15px;
margin: 20px;
border: 1px solid #E0E0E0;
background: #FFF;
border-radius:4px;
}
.productslist {
padding-bottom: 8px;
margin-bottom: 4px;
}
.productitem {
padding: 8px;
position: relative;
font-size: 12px;
height:33px;
border-bottom: 1px solid #EFEFEF;
}
.productitem .fpname {
position: absolute;
left: 0;
top: 14px;
width: 60%;
height: 32px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.productitem .fpnum {
position: absolute;
left: 60%;
top: 8px;
width: 20%;
height: 32px;
text-align: right;
}
.productitem .fpprice {
position: absolute;
left: 80%;
top: 8px;
width: 20%;
height: 32px;
text-align: right;
color: #333;
}
.ftotalprice {
text-align: right;
font-size: 14px;
color: #EF5D4A;
font-weight: bold;
}
#loading{
background: url(../../images/bgProgressBg.gif) no-repeat 0px 0px;
height:120px;width: 15px;
float: left;
}
#loadcss{
display: block;
background: #7496E9;
text-align: center;
width: 15px;
line-height: 15px;
}
/*选项说明中 点击查看详情的 竖向滚动条*/
#divDescPop
{
overflow:auto;
}
.get_Local {
height: 100px;
background-color: #f7f7fa;
border-radius: 2px;
border: dashed 1px #cccccc;
display:block;
cursor:pointer;
}
.res_local {
display: none;
height: 47px;
padding: 8px 14px 0;
font-size: 14px;
line-height: 20px;
border-bottom: dashed 1px #cccccc;
overflow-y: auto;
background: #fff;
}
.get_Local .getLocalBtn {
display:block;
position: relative;
top:28px;
height: 44px;
line-height: 44px;
width: 100%;
color: #808080;
cursor:pointer;
}
.getLocalBtn img {
width: 20px;
height: 20px;
margin-left: 288px;
margin-right: 4px;
}
.getLocalBtn textarea {
position: absolute;
left: 0;
top: 0;
height: 44px;
filter: alpha(opacity=0);
opacity: 0;
background-color: #fff;
width: 100%;
font-size: 180px;
padding-left: 0 !important;
font-size: 16px;
color: #808080;
line-height: 44px;
cursor:pointer;
overflow: hidden;
_border: none;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.hasImagelabel{
position:relative;
width:100%;
}
.hasImagelabel img{
_width:100%
}
.icon_lookBigpic {
width: 38px;
height: 38px;
position: absolute;
right: 0;
top: 0;
z-index: 200;
background: url(/images/wjxMobile/view@3x.png) no-repeat center;
background-size: 30px 30px;
}
@media \0screen\,screen\9 {
.icon_lookBigpic {
top:8px;
right:10px;
width: 22px;
height: 22px;
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wjxMobile/view@3x.png', sizingMethod='scale')\9;
}
}
.increase-btn {
position: relative;
right: 11px;
width: 50%;
height: 32px;
line-height: 32px;
border-radius: 4px;
border: 1px solid #DCDEE0;
text-align: center;
/*margin: 10px 0 10px 52px;*/
margin: 10px auto;
}
.increase-icon {
display: inline-block;
width: 16px;
height: 16px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/setByCon/add-blue.png");
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center;
margin: 8px 0 8px 8px;
}
.increase-btn > span {
display: inline-block;
vertical-align: bottom;
margin-left: 10px;
}
.delete-icon {
cursor: pointer;
display: inline-block;
width: 16px;
height: 16px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/setByCon/delete-red.png");
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center;
}
.disable-style {
color: #A9A9A9;
}
.disable-style .increase-icon {
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/setByCon/dis-add.png");
}
.uploadBox {
margin-bottom: 20px;
}
.uploadBox li {
overflow: hidden;
font-size: 14px;
color: #6A6A6A;
border-bottom: 1px solid #F7F7F7;
width: 500px;
float: none;
}
.uploadBox li .box {
height: 45px;
line-height: 45px;
float: left;
width: 90%;
box-shadow: none;
}
.uploadBox li .box img {
float: left;
}
.uploadBox li .tit {
margin-left: 10px;
display: inline-block;
width: 80%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.deleteupload-icon {
float: right;
width: 12px;
height: 12px;
margin-top: 17px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/newupload/del-nor@2x.png");
background-size: 12px 12px;
background-position: center;
text-indent: -9999px;
background-image: url(/Images/newimg/newupload/del-nor@2x.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/del-nor@2x.png',sizingMethod='scale');
}
.deleteupload-icon:hover {
background-image: url(/Images/newimg/newupload/del-pre@2x.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/del-pre@2x.png',sizingMethod='scale');
} | public/css/joinNew/q.css | body
{
font-family:"微软雅黑","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
word-break:break-all;
word-wrap: break-word;
overflow-x:hidden;
}
.slider{width:100%;}
.imageSlider1 {
/*margin:5px 0 0 0;*/
margin: 0;
margin-top: 5px;
padding: 0;
height: 5px;
width: 100%;
background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/sliderEnd.png");
_background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/sliderEnd.gif");
background-repeat:no-repeat;
background-size: cover;
}
.imageBar1 {
/*margin: -10px 0 0 -16px;*/
margin: 0;
margin-top: -10px;
padding: 0;
height: 35px;
width: 35px;
left: -17.5px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/slider1.png");
_background-image: url("http://wj.hnwfll.com/Public/wj/images/wjx/JoinQuestionnaire/slider1.gif");
background-repeat: no-repeat;
}
.tableoption {
background: #CDD7CC;
padding: 3px; /*solid 1px*/
}
.tableoption td { border-bottom:1px solid #eeeeee; }
.div_table_radio_question ul {
clear:both;
}
.div_table_radio_question li
{
margin-bottom:2px;
}
.div_table_radio_question li label,.div_table_radio_question li input,.div_table_radio_question td input
{
cursor:pointer;
}
.div_item_desc{margin-left:19px; font-weight:normal; color:#999999;}
.on3{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxlike.png) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;background-position:0 -28px;}
.off3{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxlike.png) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.on2{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxstar.png) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;background-position:0 -28px;}
.off2{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxstar.png) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.onscore
{
background:url(/images/wjx/JoinQuestionnaire/Rate/piont_lv.png);background-color:#FFFFFF;overflow:hidden;border:solid 1px #dbdbdb;width:355px; height:24px;
}
.onscore li {
line-height:22px !important;
}
.on6{background:none!important;text-align:center;border:solid 1px white; cursor:pointer;}
.off6{background:#fff;border:solid 1px white;text-align:center;cursor:pointer;}
.on4{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxheart.png) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;background-position:0 -27px;}
.off4{background:url(/images/wjx/JoinQuestionnaire/Rate/wjxheart.png) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.on5{background:url(/images/wjx/JoinQuestionnaire/Rate/right_24.gif) no-repeat;width:24px;height:24px; text-decoration:none; cursor:pointer;}
.off5{background:url(/images/wjx/JoinQuestionnaire/Rate/right_24_off.gif) no-repeat;width:24px; height:24px;text-decoration:none; cursor:pointer;}
.sortnum
{
width:18px;
height:18px;
display: inline-block;
vertical-align: middle;
margin-right:10px;
background: #e2e2e2;
border: 2px solid #e2e2e2;
}
.sortnum-sel {
width: 20px;
height: 20px;
border-radius: 0px;
border: 1px solid #1ea0fa;
color: #fff;
text-align: center;
background: #1ea0fa;
line-height: 20px;
}
.matrixtitle{
float:left;
}
.survey{width:780px;line-height:20px; word-wrap: break-word; padding:0; margin:0 auto;}
.surveyhead
{
line-height: 20px; text-align: center;
width:96%;
padding:40px 2% 30px;
}
.surveyhead h1
{
font-size:24px !important; font-weight: bold; color: #f53d05; vertical-align: middle;
margin:0;padding:15px 0; line-height:24px;
}
.surveydescription
{
color:#555555;
line-height:24px;
text-align:left;
font-size:16px;
padding-bottom:15px;
border-bottom:1px dashed #ccc;
margin-left:0;
margin-top:20px;
}
.surveycontent
{
margin:0;width:100%;
}
span.req {
color:red;
font-weight:bold;
position:absolute;
top:3px;
left:-10px;
}
.errorMessage
{
color:Red;
margin-left:20px;
height:20px;
}
.div_question
{
border:2px solid white;
padding:4px;
clear:both;
margin:2px auto 10px;
width:96%;
height:auto;
}
img
{
max-width:100%;
overflow:hidden;
}
.div_question_mouseover {
border:2px solid #fdb553;
cursor: pointer;
padding:4px;
}
.div_question_mouseout {
cursor:pointer;
}
.div_question_onclick
{
/*border:2px solid #66CAFF;
padding:4px;*/
}
.div_question_error
{
border:1px solid red !important;
padding:4px;
}
.div_topic_question{
width:28px;
float:left;
}
.div_topic_page_question {
padding-top: 1px;
font-weight: bold;
display: block;
position: relative;
left: 50%;
margin-left: -70px;
width: 140px;
text-align: center;
z-index:20;
}
.paging-bg {
height: 15px;
line-height: 13px;
background: url(/images/Design/paging_bg.png) no-repeat;
}
.line_as_hr {
position: absolute;
z-index: 10;
width: 100%;
height: 1px;
background: #cccccc;
top: 7px;
}
.strong {
font-weight: bold;
}
.col_red {
color: red;
}
.col_green {
color: green;
}
.related_settings {
font-size: 14px;
margin-top: 10px;
text-align: center;
font-weight: bold;
}
.related_settings .edit-page-title {
color: #808080;
}
.div_title_question_all {
padding-top: 2px;
font-size: 15px;
color: #444444;
font-weight: bold;
height: auto;
line-height: 20px;
position:relative;
}
.div_title_question
{
overflow:hidden;zoom:1;
}
.div_title_page_question{
font-weight:bold;font-size: 14px;
}
.div_title_cut_question{
font-size:16px;
}
.div_table_question{
float:right;
display:block;
margin-bottom:4px;
height:25px;
clear:both;
}
.div_table_question_hide
{
display:none;
}
.div_table_radio_question{
clear:both;
padding-top:5px;
padding-left:24px;
padding-bottom:2px;
border-bottom:1px solid #EFEFEF;
font-size:15px;
color:#333333;
_padding-left:27px;
}
.div_title_question select,.div_table_radio_question select {
height:28px; line-height:20px;padding:3px 6px;border: solid 1px #d5d5d5;
appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url("http://wj.hnwfll.com/Public/wj/images/arrow.png") no-repeat scroll right center #ffffff;
padding-right: 14px;vertical-align: middle;
padding-right:3px\0;background:#ffffff\0;max-width:680px;
}
.div_table_radio_question .inputtext
{
line-height:22px;
height:22px;
font-size:16px;
}
.div_title_question .underline,.div_title_question .inputtext {
font-size:16px;
}
.div_table_clear_top
{
clear:both;
margin-top:4px;
}
.div_table_clear_bottom
{
clear:both;
margin-bottom:10px;
}
.div_table_radio_question li
{
float:left;
list-style-type:none;
}
.ulradiocheck li{
line-height:30px;
position:relative;
}
.ulradiocheck li input
{
position:absolute; top:6px;
}
.ulradiocheck li label
{
display:block;
padding-left:20px;
vertical-align:middle;
}
tr.labelname
{
background:#f9f9f9;
}
tr.labelname b
{
color:#666;font-size:16px;
}
.div_ins_question
{
padding-top:8px;
color:#666666;
padding-left:24px;
line-height:18px;
font-size:14px;
clear:both;
word-break:break-all;
}
.option
{
font-size:12px;
background-color:#cdd7cc;
}
.jqRadio {
background: transparent url(/images/radio.gif) no-repeat;
vertical-align: middle;
height: 16px;
width: 18px;
_font-size:10px;
display:inline-block;
position:absolute;
top:6px;
}
.jqCheckbox {
background: transparent url(../../images/checkbox.gif) no-repeat;
vertical-align: middle;
height: 16px;
width: 18px;
_font-size:10px;
display:inline-block;
position:absolute;
top:6px;
}
.jqChecked {
background-position:0 -16px;
}
.div_title_attr_question {
border:1px solid #cccccc;
margin:5px 10px 10px;
padding:5px;
font-size:12px;
background:#cfe7ff;
}
.div_btn_confirm_attr_question{
margin:5px 10px 10px;
padding:5px;
font-size:12px;
float:right;
}
.div_type_attr_question{
border:1px solid #6290d2;
margin:5px 10px 10px;
padding:5px;
font-size:12px;
}
.div_jump_attr_question{
border:1px solid #6290d2;
margin:5px 10px 10px;
padding:5px;
font-size:12px;
}
.div_default_attr_question {
border:1px solid #cccccc;
margin:5px 10px 10px;
padding:5px;
background:#cfe7ff;
font-size:12px;
}
.qtypetip
{
color:#999;
font-weight:normal;
font-size:14px;
}
legend{display:none;}
fieldset{border:0;}
.shop-item {
position: relative;
float: left;
width: 224px;
border: 1px solid #D5D5D5;
margin-bottom: 8px !important;
margin-right: 15px;
}
.shop-item:last-child {
margin-right: 0;
}
.shop-item:hover { border: 1px solid #95CDF3; box-shadow: 0 2px 3px #B9DFF0; }
.shop-item .img_place {
width:190px;
height: 126px;
margin:10px auto;
overflow: hidden;
}
.shop-item .img_place img {
border:none;
margin: 0 auto;
}
.shop-item .text_place {
height: 95px;
position: relative;
margin:0 8px;
}
.haspic .item_name {
position: absolute;
left: 46%;
top: 0;
width: 50%;
height: 6em;
}
.shop-item .item_name {
display: block;
margin-left: 8px;
color: #333;
font-size: 14px;
position: absolute;
top: 10px;
left: 0;
max-height: 32px;
height: 32px;
line-height:16px;
overflow: hidden;
text-overflow:ellipsis;
}
.shop-item .item_select {
margin-left: 8px;
position: absolute;
top: 50px;
left: 0;
z-index: 20;
}
.shop-item .item_price {
font-size: 18px;
font-weight: 600;
color: #EF5D4A;
margin-right: 5px;
position: absolute;
text-align: right;
top: 49px;
right: 0;
}
.item_select .operation
{
display: inline-block;
height: 28px;
border: 1px solid #ABABAB;
width:28px;
line-height:28px;
text-align: center;
background: #fff;
vertical-align: top;
padding: 0;
cursor: pointer;
float: left;
}
.item_select .remove {
border-right: 0; border-radius: 2px 0 0 2px;
}
.item_select .add {
border-left: 0;border-radius: 0 2px 2px 0;
}
.item_select .remove:hover, .item_select .add:hover { color: #0077B3; background: #fff; }
.item_select .itemnum {
width:38px;
outline: 0 none;
font-size: 12px;
cursor:default;
margin:0;
background:#fff;
}
.shopcart {
padding: 15px;
margin: 20px;
border: 1px solid #E0E0E0;
background: #FFF;
border-radius:4px;
}
.productslist {
padding-bottom: 8px;
margin-bottom: 4px;
}
.productitem {
padding: 8px;
position: relative;
font-size: 12px;
height:33px;
border-bottom: 1px solid #EFEFEF;
}
.productitem .fpname {
position: absolute;
left: 0;
top: 14px;
width: 60%;
height: 32px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.productitem .fpnum {
position: absolute;
left: 60%;
top: 8px;
width: 20%;
height: 32px;
text-align: right;
}
.productitem .fpprice {
position: absolute;
left: 80%;
top: 8px;
width: 20%;
height: 32px;
text-align: right;
color: #333;
}
.ftotalprice {
text-align: right;
font-size: 14px;
color: #EF5D4A;
font-weight: bold;
}
#loading{
background: url(../../images/bgProgressBg.gif) no-repeat 0px 0px;
height:120px;width: 15px;
float: left;
}
#loadcss{
display: block;
background: #7496E9;
text-align: center;
width: 15px;
line-height: 15px;
}
/*选项说明中 点击查看详情的 竖向滚动条*/
#divDescPop
{
overflow:auto;
}
.get_Local {
height: 100px;
background-color: #f7f7fa;
border-radius: 2px;
border: dashed 1px #cccccc;
display:block;
cursor:pointer;
}
.res_local {
display: none;
height: 47px;
padding: 8px 14px 0;
font-size: 14px;
line-height: 20px;
border-bottom: dashed 1px #cccccc;
overflow-y: auto;
background: #fff;
}
.get_Local .getLocalBtn {
display:block;
position: relative;
top:28px;
height: 44px;
line-height: 44px;
width: 100%;
color: #808080;
cursor:pointer;
}
.getLocalBtn img {
width: 20px;
height: 20px;
margin-left: 288px;
margin-right: 4px;
}
.getLocalBtn textarea {
position: absolute;
left: 0;
top: 0;
height: 44px;
filter: alpha(opacity=0);
opacity: 0;
background-color: #fff;
width: 100%;
font-size: 180px;
padding-left: 0 !important;
font-size: 16px;
color: #808080;
line-height: 44px;
cursor:pointer;
overflow: hidden;
_border: none;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.hasImagelabel{
position:relative;
width:100%;
}
.hasImagelabel img{
_width:100%
}
.icon_lookBigpic {
width: 38px;
height: 38px;
position: absolute;
right: 0;
top: 0;
z-index: 200;
background: url(/images/wjxMobile/view@3x.png) no-repeat center;
background-size: 30px 30px;
}
@media \0screen\,screen\9 {
.icon_lookBigpic {
top:8px;
right:10px;
width: 22px;
height: 22px;
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wjxMobile/view@3x.png', sizingMethod='scale')\9;
}
}
.increase-btn {
position: relative;
right: 11px;
width: 50%;
height: 32px;
line-height: 32px;
border-radius: 4px;
border: 1px solid #DCDEE0;
text-align: center;
/*margin: 10px 0 10px 52px;*/
margin: 10px auto;
}
.increase-icon {
display: inline-block;
width: 16px;
height: 16px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/setByCon/add-blue.png");
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center;
margin: 8px 0 8px 8px;
}
.increase-btn > span {
display: inline-block;
vertical-align: bottom;
margin-left: 10px;
}
.delete-icon {
cursor: pointer;
display: inline-block;
width: 16px;
height: 16px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/setByCon/delete-red.png");
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center;
}
.disable-style {
color: #A9A9A9;
}
.disable-style .increase-icon {
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/setByCon/dis-add.png");
}
.uploadBox {
margin-bottom: 20px;
}
.uploadBox li {
overflow: hidden;
font-size: 14px;
color: #6A6A6A;
border-bottom: 1px solid #F7F7F7;
width: 500px;
float: none;
}
.uploadBox li .box {
height: 45px;
line-height: 45px;
float: left;
width: 90%;
box-shadow: none;
}
.uploadBox li .box img {
float: left;
}
.uploadBox li .tit {
margin-left: 10px;
display: inline-block;
width: 80%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.deleteupload-icon {
float: right;
width: 12px;
height: 12px;
margin-top: 17px;
background-image: url("http://wj.hnwfll.com/Public/wj/images/newimg/newupload/del-nor@2x.png");
background-size: 12px 12px;
background-position: center;
text-indent: -9999px;
background-image: url(/Images/newimg/newupload/del-nor@2x.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/del-nor@2x.png',sizingMethod='scale');
}
.deleteupload-icon:hover {
background-image: url(/Images/newimg/newupload/del-pre@2x.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/newimg/newupload/del-pre@2x.png',sizingMethod='scale');
} | 0.324878 | 0.069226 |
* {
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Nunito", sans-serif;
font-size: 16px;
}
li {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
}
i {
cursor: pointer;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.btn-blue {
color: #ffffff;
background-color: #0282f9;
outline: none;
border: 0;
text-transform: uppercase;
font-size: 18px;
padding: 6px 32px;
cursor: pointer;
}
.btn-blue:hover {
background-color: rgba(2, 130, 249, 0.5);
transition: 0.4s;
}
.btn-footer {
color: #ffffff;
background-color: #303030;
outline: none;
border: 1px solid #0282f9;
text-transform: uppercase;
font-size: 18px;
padding: 6px 20px;
cursor: pointer;
}
.btn-footer:hover {
background-color: rgba(2, 130, 249, 0.8);
transition: 0.4s;
}
.relative {
position: relative;
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.mt-0 {
margin-top: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.pt-0 {
padding-top: 0rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.mt-1 {
margin-top: 1rem;
}
.mb-1 {
margin-bottom: 1rem;
}
.pt-1 {
padding-top: 1rem;
}
.pb-1 {
padding-bottom: 1rem;
}
.mt-2 {
margin-top: 2rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.pt-2 {
padding-top: 2rem;
}
.pb-2 {
padding-bottom: 2rem;
}
.mt-3 {
margin-top: 3rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.pt-3 {
padding-top: 3rem;
}
.pb-3 {
padding-bottom: 3rem;
}
.mt-4 {
margin-top: 4rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.pt-4 {
padding-top: 4rem;
}
.pb-4 {
padding-bottom: 4rem;
}
.mt-6 {
margin-top: 6rem;
}
.mb-6 {
margin-bottom: 6rem;
}
.pt-6 {
padding-top: 6rem;
}
.pb-6 {
padding-bottom: 6rem;
}
.text-center {
text-align: center;
}
.disp-flex {
display: flex;
}
.disp-flex-inline {
display: inline-flex;
}
header .nav-top {
background-color: #0282f9;
}
header .nav-top .nav-text-top {
display: flex;
justify-content: flex-end;
}
header .nav-top span {
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
padding: 5px 0;
cursor: pointer;
}
header .nav-top span:first-child {
padding-right: 40px;
}
header .nav-top span i {
font-size: 18px;
}
header .nav-bottom img {
width: 85px;
}
header .nav-bottom ul {
justify-content: space-between;
align-items: center;
}
header .nav-bottom ul li a {
color: #1c1c1c;
text-transform: uppercase;
}
header .nav-bottom ul li a i {
font-size: 18px;
color: #0282f9;
}
header .nav-bottom ul li input {
outline: none;
border: none;
font-size: 16px;
border-bottom: 1px solid #0282f9;
text-align: right;
}
footer .top-footer {
background-image: url("../images/footer-bg.jpg");
background-position: center;
background-size: cover;
}
footer .top-footer p {
color: #797979;
width: 60%;
margin-right: 10px;
}
footer .top-footer p a {
color: #0282f9;
}
footer .top-footer .column-left {
justify-content: space-between;
}
footer .top-footer .column-left .shop {
margin-top: 10px;
}
footer .top-footer .column-left .col-left ul,
footer .top-footer .column-left .col-centre ul,
footer .top-footer .column-left .col-right ul {
padding: 0;
margin-right: 10px;
}
footer .top-footer .column-left .col-left ul li,
footer .top-footer .column-left .col-centre ul li,
footer .top-footer .column-left .col-right ul li {
color: #797979;
padding: 2px 0;
margin: 0;
}
footer .top-footer .column-left .col-left ul li h3,
footer .top-footer .column-left .col-centre ul li h3,
footer .top-footer .column-left .col-right ul li h3 {
color: #ffffff;
}
footer .top-footer .column-right-img {
position: relative;
}
footer .top-footer .column-right-img img {
width: 526px;
position: absolute;
top: -8%;
right: 0%;
z-index: 0;
}
footer .bottom-footer {
background-color: #303030;
position: relative;
z-index: 1;
}
footer .bottom-footer .social-flex {
display: flex;
justify-content: space-between;
}
footer .bottom-footer .list-social li {
padding-right: 15px;
}
footer .bottom-footer .list-social li:first-child {
color: #0282f9;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
padding-right: 20px;
align-self: center;
}
footer .bottom-footer .list-social li i {
font-size: 20px;
color: #303030;
background-color: #797979;
border-radius: 50%;
padding: 8px;
}
footer .bottom-footer .list-social li i:hover {
background-color: rgba(121, 121, 121, 0.6);
transition: 0.4s;
}
.hero .blue-block {
background-color: #0282f9;
height: 20px;
}
.hero .section-hero {
height: 390px;
background-image: url("../images/bg-hero-home.jpg");
}
.hero .comic-section {
background-color: #1c1c1c;
height: 955px;
}
.hero .comic-section .list-comics {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 2rem;
}
.hero .comic-section .list-comics img {
width: 100%;
}
.hero .comic-section .list-comics h4 a {
color: #ffffff;
}
.hero .comic-section button > span {
display: flex;
flex-direction: row;
justify-content: center;
}
.hero .comic-section-bottom {
background-color: #0282f9;
}
.hero .comic-section-bottom ul {
justify-content: space-between;
align-content: center;
}
.hero .comic-section-bottom ul li img {
width: 50px;
height: 60px;
}
.hero-detail .blue-bar {
background-color: #0282f9;
height: 80px;
}
.hero-detail .section-hero {
height: 390px;
background-image: url("../images/bg-hero-home.jpg");
}
.hero-detail .comic-section {
background-color: #ffffff;
color: #797979;
display: flex;
}
.hero-detail .comic-section h1 {
color: #003f5e;
}
.hero-detail .comic-section .text-available {
padding: 8px;
width: 80%;
background-color: #55ba59;
}
.hero-detail .comic-section .text-available li {
padding-right: 10px;
}
.hero-detail .comic-section .text-available li:first-child {
margin-right: 160px;
}
.hero-detail .comic-section .description {
width: 80%;
font-size: 20px;
}
.hero-detail .comic-section .adv img {
width: 300px;
}
.hero-detail .comic-section .social-col .list-boxes {
position: absolute;
top: -10%;
right: -135px;
}
.hero-detail .comic-section .social-col .list-boxes .box-blue {
width: 50px;
height: 50px;
background-color: #003f5e;
}
.hero-detail .comic-section .social-col .list-boxes .box-lt-blue {
width: 50px;
height: 50px;
background-color: #20b3dd;
}
.hero-detail .comic-section .social-col .list-boxes .box-red {
width: 50px;
height: 50px;
background-color: #cb2128;
}
.hero-detail .comic-section .social-col .list-boxes .box-orange {
width: 50px;
height: 50px;
background-color: #ff6651;
}
.hero-detail .comic-section .social-col .list-boxes i {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
font-size: 20px;
color: #ffffff;
}
.info-content {
background: #f6f6f6;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.info-part {
display: flex;
justify-content: space-between;
padding: 20px 0;
}
.info-part .talent,
.info-part .specs {
padding: 20px;
width: 100%;
color: #003f5e;
}
.info-part .talent-list,
.info-part .specs-list {
padding: 0;
}
.info-part .talent-list .talent-item,
.info-part .talent-list .specs-item,
.info-part .specs-list .talent-item,
.info-part .specs-list .specs-item {
display: flex;
padding: 10px;
justify-content: space-between;
border-top: 1px solid rgba(255, 255, 255, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.info-part .talent-list .talent-item span,
.info-part .talent-list .specs-item span,
.info-part .specs-list .talent-item span,
.info-part .specs-list .specs-item span {
min-width: 300px;
text-align: left;
}
.info-part .talent-list .talent-item span.black,
.info-part .talent-list .specs-item span.black,
.info-part .specs-list .talent-item span.black,
.info-part .specs-list .specs-item span.black {
color: #1c1c1c;
}
.info-part .talent-list .talent-item span.blue-lt,
.info-part .talent-list .specs-item span.blue-lt,
.info-part .specs-list .talent-item span.blue-lt,
.info-part .specs-list .specs-item span.blue-lt {
color: #20b3dd;
}
.info-part .talent-list .talent-item span.blue-lt .dot,
.info-part .talent-list .specs-item span.blue-lt .dot,
.info-part .specs-list .talent-item span.blue-lt .dot,
.info-part .specs-list .specs-item span.blue-lt .dot {
color: #003f5e;
}
.info-part h3 {
font-size: 24px;
}
.comic-detailed {
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: #f6f6f6;
}
.comic-detailed .info-list-bottom {
padding: 0;
}
.comic-detailed .info-list-bottom .info-item-bottom {
border: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: none;
padding: 20px;
}
.comic-detailed .info-list-bottom .info-item-bottom a {
color: #797979;
}
.comic-detailed .info-list-bottom .info-item-bottom a h5 {
text-transform: uppercase;
padding-right: 25px;
} | public/css/app.css | * {
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Nunito", sans-serif;
font-size: 16px;
}
li {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
}
i {
cursor: pointer;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.btn-blue {
color: #ffffff;
background-color: #0282f9;
outline: none;
border: 0;
text-transform: uppercase;
font-size: 18px;
padding: 6px 32px;
cursor: pointer;
}
.btn-blue:hover {
background-color: rgba(2, 130, 249, 0.5);
transition: 0.4s;
}
.btn-footer {
color: #ffffff;
background-color: #303030;
outline: none;
border: 1px solid #0282f9;
text-transform: uppercase;
font-size: 18px;
padding: 6px 20px;
cursor: pointer;
}
.btn-footer:hover {
background-color: rgba(2, 130, 249, 0.8);
transition: 0.4s;
}
.relative {
position: relative;
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.mt-0 {
margin-top: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.pt-0 {
padding-top: 0rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.mt-1 {
margin-top: 1rem;
}
.mb-1 {
margin-bottom: 1rem;
}
.pt-1 {
padding-top: 1rem;
}
.pb-1 {
padding-bottom: 1rem;
}
.mt-2 {
margin-top: 2rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.pt-2 {
padding-top: 2rem;
}
.pb-2 {
padding-bottom: 2rem;
}
.mt-3 {
margin-top: 3rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.pt-3 {
padding-top: 3rem;
}
.pb-3 {
padding-bottom: 3rem;
}
.mt-4 {
margin-top: 4rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.pt-4 {
padding-top: 4rem;
}
.pb-4 {
padding-bottom: 4rem;
}
.mt-6 {
margin-top: 6rem;
}
.mb-6 {
margin-bottom: 6rem;
}
.pt-6 {
padding-top: 6rem;
}
.pb-6 {
padding-bottom: 6rem;
}
.text-center {
text-align: center;
}
.disp-flex {
display: flex;
}
.disp-flex-inline {
display: inline-flex;
}
header .nav-top {
background-color: #0282f9;
}
header .nav-top .nav-text-top {
display: flex;
justify-content: flex-end;
}
header .nav-top span {
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
padding: 5px 0;
cursor: pointer;
}
header .nav-top span:first-child {
padding-right: 40px;
}
header .nav-top span i {
font-size: 18px;
}
header .nav-bottom img {
width: 85px;
}
header .nav-bottom ul {
justify-content: space-between;
align-items: center;
}
header .nav-bottom ul li a {
color: #1c1c1c;
text-transform: uppercase;
}
header .nav-bottom ul li a i {
font-size: 18px;
color: #0282f9;
}
header .nav-bottom ul li input {
outline: none;
border: none;
font-size: 16px;
border-bottom: 1px solid #0282f9;
text-align: right;
}
footer .top-footer {
background-image: url("../images/footer-bg.jpg");
background-position: center;
background-size: cover;
}
footer .top-footer p {
color: #797979;
width: 60%;
margin-right: 10px;
}
footer .top-footer p a {
color: #0282f9;
}
footer .top-footer .column-left {
justify-content: space-between;
}
footer .top-footer .column-left .shop {
margin-top: 10px;
}
footer .top-footer .column-left .col-left ul,
footer .top-footer .column-left .col-centre ul,
footer .top-footer .column-left .col-right ul {
padding: 0;
margin-right: 10px;
}
footer .top-footer .column-left .col-left ul li,
footer .top-footer .column-left .col-centre ul li,
footer .top-footer .column-left .col-right ul li {
color: #797979;
padding: 2px 0;
margin: 0;
}
footer .top-footer .column-left .col-left ul li h3,
footer .top-footer .column-left .col-centre ul li h3,
footer .top-footer .column-left .col-right ul li h3 {
color: #ffffff;
}
footer .top-footer .column-right-img {
position: relative;
}
footer .top-footer .column-right-img img {
width: 526px;
position: absolute;
top: -8%;
right: 0%;
z-index: 0;
}
footer .bottom-footer {
background-color: #303030;
position: relative;
z-index: 1;
}
footer .bottom-footer .social-flex {
display: flex;
justify-content: space-between;
}
footer .bottom-footer .list-social li {
padding-right: 15px;
}
footer .bottom-footer .list-social li:first-child {
color: #0282f9;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
padding-right: 20px;
align-self: center;
}
footer .bottom-footer .list-social li i {
font-size: 20px;
color: #303030;
background-color: #797979;
border-radius: 50%;
padding: 8px;
}
footer .bottom-footer .list-social li i:hover {
background-color: rgba(121, 121, 121, 0.6);
transition: 0.4s;
}
.hero .blue-block {
background-color: #0282f9;
height: 20px;
}
.hero .section-hero {
height: 390px;
background-image: url("../images/bg-hero-home.jpg");
}
.hero .comic-section {
background-color: #1c1c1c;
height: 955px;
}
.hero .comic-section .list-comics {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 2rem;
}
.hero .comic-section .list-comics img {
width: 100%;
}
.hero .comic-section .list-comics h4 a {
color: #ffffff;
}
.hero .comic-section button > span {
display: flex;
flex-direction: row;
justify-content: center;
}
.hero .comic-section-bottom {
background-color: #0282f9;
}
.hero .comic-section-bottom ul {
justify-content: space-between;
align-content: center;
}
.hero .comic-section-bottom ul li img {
width: 50px;
height: 60px;
}
.hero-detail .blue-bar {
background-color: #0282f9;
height: 80px;
}
.hero-detail .section-hero {
height: 390px;
background-image: url("../images/bg-hero-home.jpg");
}
.hero-detail .comic-section {
background-color: #ffffff;
color: #797979;
display: flex;
}
.hero-detail .comic-section h1 {
color: #003f5e;
}
.hero-detail .comic-section .text-available {
padding: 8px;
width: 80%;
background-color: #55ba59;
}
.hero-detail .comic-section .text-available li {
padding-right: 10px;
}
.hero-detail .comic-section .text-available li:first-child {
margin-right: 160px;
}
.hero-detail .comic-section .description {
width: 80%;
font-size: 20px;
}
.hero-detail .comic-section .adv img {
width: 300px;
}
.hero-detail .comic-section .social-col .list-boxes {
position: absolute;
top: -10%;
right: -135px;
}
.hero-detail .comic-section .social-col .list-boxes .box-blue {
width: 50px;
height: 50px;
background-color: #003f5e;
}
.hero-detail .comic-section .social-col .list-boxes .box-lt-blue {
width: 50px;
height: 50px;
background-color: #20b3dd;
}
.hero-detail .comic-section .social-col .list-boxes .box-red {
width: 50px;
height: 50px;
background-color: #cb2128;
}
.hero-detail .comic-section .social-col .list-boxes .box-orange {
width: 50px;
height: 50px;
background-color: #ff6651;
}
.hero-detail .comic-section .social-col .list-boxes i {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
font-size: 20px;
color: #ffffff;
}
.info-content {
background: #f6f6f6;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.info-part {
display: flex;
justify-content: space-between;
padding: 20px 0;
}
.info-part .talent,
.info-part .specs {
padding: 20px;
width: 100%;
color: #003f5e;
}
.info-part .talent-list,
.info-part .specs-list {
padding: 0;
}
.info-part .talent-list .talent-item,
.info-part .talent-list .specs-item,
.info-part .specs-list .talent-item,
.info-part .specs-list .specs-item {
display: flex;
padding: 10px;
justify-content: space-between;
border-top: 1px solid rgba(255, 255, 255, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.info-part .talent-list .talent-item span,
.info-part .talent-list .specs-item span,
.info-part .specs-list .talent-item span,
.info-part .specs-list .specs-item span {
min-width: 300px;
text-align: left;
}
.info-part .talent-list .talent-item span.black,
.info-part .talent-list .specs-item span.black,
.info-part .specs-list .talent-item span.black,
.info-part .specs-list .specs-item span.black {
color: #1c1c1c;
}
.info-part .talent-list .talent-item span.blue-lt,
.info-part .talent-list .specs-item span.blue-lt,
.info-part .specs-list .talent-item span.blue-lt,
.info-part .specs-list .specs-item span.blue-lt {
color: #20b3dd;
}
.info-part .talent-list .talent-item span.blue-lt .dot,
.info-part .talent-list .specs-item span.blue-lt .dot,
.info-part .specs-list .talent-item span.blue-lt .dot,
.info-part .specs-list .specs-item span.blue-lt .dot {
color: #003f5e;
}
.info-part h3 {
font-size: 24px;
}
.comic-detailed {
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: #f6f6f6;
}
.comic-detailed .info-list-bottom {
padding: 0;
}
.comic-detailed .info-list-bottom .info-item-bottom {
border: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: none;
padding: 20px;
}
.comic-detailed .info-list-bottom .info-item-bottom a {
color: #797979;
}
.comic-detailed .info-list-bottom .info-item-bottom a h5 {
text-transform: uppercase;
padding-right: 25px;
} | 0.393735 | 0.070688 |
:root {
--c_01: #fbffb9;
--c_02: #B39FD1;
--c_03: #1e2022;
--c_04: #CD853F;
--c_05: #2EA397;
--c_06: #222426;
--c_07: #743D2B;
--c_08: #d50000;
--c_09: #ffffff;
--c_10: #a8a8a8;
--size: 300px;
--jane: calc(var(--size) / 2.3);
--jane_position: calc(var(--jane) / 2.2);
--chin_w: calc(var(--jane) / 3);
--chin_h: calc(var(--chin_w) * 1.1);
--chin_position: calc(var(--chin_h) / 4.6);
--chin_border_position: calc(var(--chin_h) / 6.7);
--badge_border: calc(var(--size) / 44);
--face_border: calc(var(--size) / 110);
--eye: calc(var(--size) / 5.5);
--eyebrow_w: calc(var(--size) / 8.5);
--eyebrow_h: calc(var(--size) / 115);
--eyelid_w: calc(var(--size) / 12);
--eyelid_h: calc(var(--size) / 150);
--pupil: calc(var(--size) / 22);
--pupil_border: var(--eyelid_h);
--nose: calc(var(--size) * 0.07);
--nose_border: var(--eyelid_h);
--lip: calc(var(--size) / 10);
--lip_half: calc(var(--lip) / 2);
--lip_top_w: calc(var(--lip) * 1.1);
--lip_top_h: calc(var(--lip) / 4);
--hair: calc(var(--size) / 2.6);
--hairfix_lg: calc(var(--size) / 6);
--hairfix_sm: calc(var(--size) * 0.11428571);
--ear_w: var(--pupil);
--ear_h: var(--lip);
--earring: calc(var(--size) * 0.04047619);
}
@media screen and (min-width: 30em) {
:root {
--size: 500px;
--chin_position: calc(var(--chin_h) / 4.435);
}
}
@media screen and (min-width: 85em) {
:root {
--size: 600px;
--chin_position: calc(var(--chin_h) / 4.7);
}
}
@media screen and (min-width: 120em) {
:root {
--size: 700px;
--chin_position: calc(var(--chin_h) / 4.55);
}
}
* {
box-sizing: border-box;
}
body {
background-color: var(--c_01);
}
:before,
:after {
content: "";
}
ul {
list-style-type: none;
}
.enter-btn-box {
text-align: center;
margin-top: 100px;
}
.enter-btn-box input {
-webkit-appearance: none;
border: solid 4px;
font-size: 2.0rem;
font-weight: 600;
background-color: #fbffb9;
color: black;
border-radius: 5%;
}
.enter-btn-box input:hover {
cursor: pointer;
background-color: #fbffb9;
/* border: #2EA397 solid 2px; */
}
.p-circle,
.jane__lip--top__a:before,
.jane__lip--top__a:after,
.jane__lip--bottom:after,
.jane-hair__do--02,
.jane__earring:before,
.jane__earring:after {
border-radius: 50%;
}
.p-flexcenter {
display: flex;
align-items: center;
justify-content: center;
}
.p-transition {
transition: -webkit-transform 0.1s linear;
transition: transform 0.1s linear;
transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.canvas {
width: 100%;
height: 100%;
background-color: var(--c_01);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -10;
transition: background-color 0.2s ease-in-out;
}
.badge {
width: calc(var(--size) / 1.2);
height: calc(var(--size) / 1.2);
background-color: var(--c_02);
border: var(--badge_border) solid var(--c_03);
margin: 5vh auto;
overflow: hidden;
position: relative;
z-index: 0;
}
.badge:hover {
background-color: var(--c_01);
}
.badge:hover+.canvas {
background-color: var(--c_02);
}
.badge:hover .jane-hair__fix--01 {
box-shadow: inset 0 var(--hairfix_lg) var(--c_01);
}
.badge:hover .jane-hair__fix--02 {
box-shadow: inset 0 var(--hairfix_sm) var(--c_01);
}
.badge:hover .jane-hair__do {
--c_06: var(--c_05);
}
.badge:hover .jane__pupil {
-webkit-transform: translatex(-30%);
transform: translatex(-30%);
}
.badge:hover .jane__eyebrow--left {
-webkit-transform: translate(-3%, -100%) rotate(20deg);
transform: translate(-3%, -100%) rotate(20deg);
}
.badge:hover .jane__eyebrow--right {
-webkit-transform: translate(3%, 0) rotate(-10deg);
transform: translate(3%, 0) rotate(-10deg);
}
.jane {
width: calc(var(--jane) / 1.1);
height: var(--jane);
background-color: var(--c_04);
border-radius: 50% / 40% 40% 60% 60%;
border: var(--face_border) solid var(--c_03);
margin-left: calc(var(--jane) / -2);
position: absolute;
top: var(--jane_position);
left: 51.5%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 0;
}
.jane:before,
.jane:after {
width: var(--chin_w);
height: var(--chin_h);
-webkit-clip-path: polygon(48% 28%, -9.5% 0, 100% 4.5%);
clip-path: polygon(48% 28%, -9.5% 0, 100% 4.5%);
margin-left: calc(var(--chin_w) / -2);
position: absolute;
left: 50%;
}
.jane:before {
background-color: var(--c_03);
top: calc(var(--jane) - calc(var(--face_border) * 1.2) - var(--chin_border_position));
}
.jane:after {
background-color: var(--c_04);
top: calc(var(--jane) - var(--face_border) - var(--chin_position));
}
.jane__eyes {
width: 100%;
height: 100%;
margin-top: calc(var(--eyebrow_h) * -1.3);
}
.jane__eye {
width: var(--eye);
height: var(--eye);
flex-direction: column;
}
.jane__eye--left {
padding-right: calc(var(--eye) / 10);
}
.jane__eyebrow {
width: var(--eyebrow_w);
height: var(--eyebrow_h);
background-color: var(--c_03);
border-radius: var(--eyebrow_h);
position: relative;
z-index: 20;
}
.jane__eyebrow--left {
-webkit-transform: translate(-3%, -100%) rotate(30deg);
transform: translate(-3%, -100%) rotate(30deg);
}
.jane__eyebrow--right {
-webkit-transform: translate(3%, 0) rotate(-18deg);
transform: translate(3%, 0) rotate(-18deg);
}
.jane__eyelid {
width: var(--eyelid_w);
height: calc(var(--eyelid_w) / 2);
border-bottom: var(--eyelid_h) solid var(--c_03);
background-color: var(--c_04);
position: relative;
z-index: 10;
}
.jane__pupil {
width: var(--pupil);
height: var(--pupil);
background-color: var(--c_07);
border: var(--pupil_border) solid var(--c_03);
margin-top: calc(var(--pupil) / -2);
position: relative;
z-index: 0;
}
.jane__nose {
width: var(--nose);
height: calc(var(--nose) / 0.4);
border-color: transparent transparent var(--c_03) transparent;
border-width: var(--nose_border);
border-style: solid;
border-radius: 50% / 0 0 40% 40%;
margin-left: calc(var(--nose) / -2);
position: absolute;
top: 26%;
left: 51%;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
.jane__nose:before {
width: var(--nose_border);
height: calc(var(--nose_border) * 4);
background-color: var(--c_04);
border-right: var(--nose_border) solid var(--c_03);
box-shadow: calc(var(--nose_border) * -1.9) var(--nose_border) 0 var(--nose_border) var(--c_04);
border-radius: 0% / 0 0 50% 50%;
position: absolute;
top: 81%;
left: calc(var(--nose) / 11);
-webkit-transform: rotate(16deg) translate3d(0, 0, 0);
transform: rotate(16deg) translate3d(0, 0, 0);
}
.jane__lip {
position: absolute;
left: 50%;
}
.jane__lip--top {
width: var(--lip_top_w);
height: var(--lip_top_h);
margin-left: calc(var(--lip_top_w) / -2.1);
bottom: calc(var(--lip) / 1.7);
z-index: 20;
}
.jane__lip--top:before {
width: 100%;
height: 100%;
background-color: var(--c_04);
position: absolute;
top: -20%;
left: 0;
z-index: -10;
}
.jane__lip--top:after {
width: 89.5%;
height: calc(var(--nose_border) / 1.1);
background-color: var(--c_03);
border-radius: var(--lip);
position: absolute;
bottom: calc(var(--nose_border) / 3);
left: 2.5%;
}
.jane__lip--top__a:before,
.jane__lip--top__a:after {
width: calc(var(--lip) / 1.5);
height: calc(var(--lip) / 1.5);
position: absolute;
top: 0;
left: 0;
}
.jane__lip--top__a:before {
background-color: var(--c_08);
-webkit-clip-path: polygon(64% 12%, 0 32%, 90% 32%);
clip-path: polygon(64% 12%, 0 32%, 90% 32%);
}
.jane__lip--top__a:after {
background-color: var(--c_03);
-webkit-clip-path: polygon(64% -2%, 0 28%, 95% 32%);
clip-path: polygon(64% -2%, 0 28%, 95% 32%);
z-index: -10;
}
.jane__lip--top__b:before,
.jane__lip--top__b:after {
width: calc(var(--lip) / 1.55);
height: calc(var(--lip) / 1.55);
left: 34%;
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.jane__lip--bottom {
width: var(--lip);
height: calc(var(--lip) / 2);
background-color: var(--c_08);
border: var(--nose_border) solid var(--c_03);
border-bottom-left-radius: var(--lip_half);
border-bottom-right-radius: var(--lip_half);
border-top: 0;
margin-left: calc(var(--lip_half) * -1);
bottom: calc(var(--lip) / 4);
z-index: 10;
}
.jane__lip--bottom:after {
width: var(--lip_half);
height: calc(var(--lip_half) / 2);
background-color: var(--c_09);
border: var(--nose_border) solid var(--c_03);
margin-top: calc(var(--lip_half) / -2);
}
.jane-hair {
width: 100%;
height: 100%;
margin-top: var(--jane_position);
position: absolute;
top: calc(var(--jane) / -1.15);
left: 1.5%;
}
.jane-hair__fix {
position: absolute;
z-index: 60;
}
.jane-hair__fix--01 {
width: var(--hair);
height: calc(var(--hair) * 0.8);
box-shadow: inset 0 var(--hairfix_lg) var(--c_02);
top: calc(var(--jane) / 2.63);
left: calc(var(--jane) / 3);
z-index: 40;
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.jane-hair__fix--02 {
width: calc(var(--hair) * 1.5);
height: calc(var(--hair) * 0.8);
box-shadow: inset 0 var(--hairfix_sm) var(--c_02);
top: calc(var(--jane) / 1.35);
left: calc(var(--jane) / -3.5);
-webkit-transform: rotate(-48deg);
transform: rotate(-48deg);
}
.jane-hair__fix--03 {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.jane-hair__do {
background-color: var(--c_06);
position: absolute;
}
.jane-hair__do--01 {
width: calc(var(--hair) * 0.7);
height: var(--hair);
border-radius: 0 100% 0 0;
top: calc(var(--jane) * 0.86);
right: calc(var(--jane) / 5.6);
z-index: -10;
}
.jane-hair__do--02 {
width: calc(var(--hair) * 1);
height: calc(var(--hair) * 0.8);
box-shadow: inset 0 var(--hairfix_lg) var(--c_06);
background-color: transparent;
border: 0;
-webkit-transform: rotate(-42deg);
transform: rotate(-42deg);
top: calc(var(--jane) * 0.7);
left: calc(var(--jane) / 3.2);
z-index: 30;
}
.jane-hair__do--03 {
width: calc(var(--hair) * 0.625);
height: var(--hair);
border-radius: 100% 0 0 0;
top: calc(var(--jane) * 0.73);
left: calc(var(--jane) / 17.9);
z-index: 50;
}
.jane__ear {
width: var(--ear_w);
height: var(--ear_h);
background-color: var(--c_04);
border: var(--face_border) solid var(--c_03);
border-left: 0;
border-radius: 48%;
position: absolute;
bottom: calc(var(--jane) / 3.7);
right: calc(var(--jane) / -16);
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
z-index: 60;
}
.jane__ear:before,
.jane__ear:after {
width: calc(var(--nose_border) / 1.5);
height: calc(var(--ear_w) / 2);
background-color: var(--c_03);
border-radius: 30%;
position: absolute;
}
.jane__ear:before {
top: 0;
left: 5%;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.jane__ear:after {
bottom: 0;
left: 10%;
-webkit-transform: rotate(-13deg);
transform: rotate(-13deg);
}
.jane__ear__line {
width: var(--nose_border);
height: calc(var(--ear_w) / 1.6);
background-color: var(--c_03);
border-radius: 30%;
position: absolute;
top: calc(var(--ear_h) / 5);
left: calc(var(--ear_w) / 3.5);
-webkit-transform: rotate(4deg);
transform: rotate(4deg);
}
.jane__ear__line:before {
width: var(--nose_border);
height: calc(var(--ear_w) / 1.2);
background-color: var(--c_04);
position: absolute;
top: calc(var(--ear_h) / 33);
left: calc(var(--ear_w) * -0.3);
}
.jane__earring {
width: var(--earring);
height: var(--earring);
border: var(--nose_border) solid;
border-color: var(--c_10) var(--c_10) transparent transparent;
position: absolute;
z-index: 70;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.jane__earring--01 {
top: calc(var(--jane) / 2);
right: calc(var(--jane) / -11);
}
.jane__earring--02 {
top: calc(var(--jane) / 1.77);
right: calc(var(--jane) / -13);
}
.jane__earring--03 {
top: calc(var(--jane) / 1.64);
right: calc(var(--jane) / -19);
border-bottom-color: var(--c_10);
}
.jane__earring--03:after {
top: 85%;
left: 0;
}
.jane__earring:before,
.jane__earring:after {
width: 32.5%;
height: 32%;
position: absolute;
background: var(--c_10);
}
.jane__earring:before {
top: -20%;
left: 0;
}
.jane__earring--01:after,
.jane__earring--02:after {
display: none;
} | hs.css | :root {
--c_01: #fbffb9;
--c_02: #B39FD1;
--c_03: #1e2022;
--c_04: #CD853F;
--c_05: #2EA397;
--c_06: #222426;
--c_07: #743D2B;
--c_08: #d50000;
--c_09: #ffffff;
--c_10: #a8a8a8;
--size: 300px;
--jane: calc(var(--size) / 2.3);
--jane_position: calc(var(--jane) / 2.2);
--chin_w: calc(var(--jane) / 3);
--chin_h: calc(var(--chin_w) * 1.1);
--chin_position: calc(var(--chin_h) / 4.6);
--chin_border_position: calc(var(--chin_h) / 6.7);
--badge_border: calc(var(--size) / 44);
--face_border: calc(var(--size) / 110);
--eye: calc(var(--size) / 5.5);
--eyebrow_w: calc(var(--size) / 8.5);
--eyebrow_h: calc(var(--size) / 115);
--eyelid_w: calc(var(--size) / 12);
--eyelid_h: calc(var(--size) / 150);
--pupil: calc(var(--size) / 22);
--pupil_border: var(--eyelid_h);
--nose: calc(var(--size) * 0.07);
--nose_border: var(--eyelid_h);
--lip: calc(var(--size) / 10);
--lip_half: calc(var(--lip) / 2);
--lip_top_w: calc(var(--lip) * 1.1);
--lip_top_h: calc(var(--lip) / 4);
--hair: calc(var(--size) / 2.6);
--hairfix_lg: calc(var(--size) / 6);
--hairfix_sm: calc(var(--size) * 0.11428571);
--ear_w: var(--pupil);
--ear_h: var(--lip);
--earring: calc(var(--size) * 0.04047619);
}
@media screen and (min-width: 30em) {
:root {
--size: 500px;
--chin_position: calc(var(--chin_h) / 4.435);
}
}
@media screen and (min-width: 85em) {
:root {
--size: 600px;
--chin_position: calc(var(--chin_h) / 4.7);
}
}
@media screen and (min-width: 120em) {
:root {
--size: 700px;
--chin_position: calc(var(--chin_h) / 4.55);
}
}
* {
box-sizing: border-box;
}
body {
background-color: var(--c_01);
}
:before,
:after {
content: "";
}
ul {
list-style-type: none;
}
.enter-btn-box {
text-align: center;
margin-top: 100px;
}
.enter-btn-box input {
-webkit-appearance: none;
border: solid 4px;
font-size: 2.0rem;
font-weight: 600;
background-color: #fbffb9;
color: black;
border-radius: 5%;
}
.enter-btn-box input:hover {
cursor: pointer;
background-color: #fbffb9;
/* border: #2EA397 solid 2px; */
}
.p-circle,
.jane__lip--top__a:before,
.jane__lip--top__a:after,
.jane__lip--bottom:after,
.jane-hair__do--02,
.jane__earring:before,
.jane__earring:after {
border-radius: 50%;
}
.p-flexcenter {
display: flex;
align-items: center;
justify-content: center;
}
.p-transition {
transition: -webkit-transform 0.1s linear;
transition: transform 0.1s linear;
transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.canvas {
width: 100%;
height: 100%;
background-color: var(--c_01);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -10;
transition: background-color 0.2s ease-in-out;
}
.badge {
width: calc(var(--size) / 1.2);
height: calc(var(--size) / 1.2);
background-color: var(--c_02);
border: var(--badge_border) solid var(--c_03);
margin: 5vh auto;
overflow: hidden;
position: relative;
z-index: 0;
}
.badge:hover {
background-color: var(--c_01);
}
.badge:hover+.canvas {
background-color: var(--c_02);
}
.badge:hover .jane-hair__fix--01 {
box-shadow: inset 0 var(--hairfix_lg) var(--c_01);
}
.badge:hover .jane-hair__fix--02 {
box-shadow: inset 0 var(--hairfix_sm) var(--c_01);
}
.badge:hover .jane-hair__do {
--c_06: var(--c_05);
}
.badge:hover .jane__pupil {
-webkit-transform: translatex(-30%);
transform: translatex(-30%);
}
.badge:hover .jane__eyebrow--left {
-webkit-transform: translate(-3%, -100%) rotate(20deg);
transform: translate(-3%, -100%) rotate(20deg);
}
.badge:hover .jane__eyebrow--right {
-webkit-transform: translate(3%, 0) rotate(-10deg);
transform: translate(3%, 0) rotate(-10deg);
}
.jane {
width: calc(var(--jane) / 1.1);
height: var(--jane);
background-color: var(--c_04);
border-radius: 50% / 40% 40% 60% 60%;
border: var(--face_border) solid var(--c_03);
margin-left: calc(var(--jane) / -2);
position: absolute;
top: var(--jane_position);
left: 51.5%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 0;
}
.jane:before,
.jane:after {
width: var(--chin_w);
height: var(--chin_h);
-webkit-clip-path: polygon(48% 28%, -9.5% 0, 100% 4.5%);
clip-path: polygon(48% 28%, -9.5% 0, 100% 4.5%);
margin-left: calc(var(--chin_w) / -2);
position: absolute;
left: 50%;
}
.jane:before {
background-color: var(--c_03);
top: calc(var(--jane) - calc(var(--face_border) * 1.2) - var(--chin_border_position));
}
.jane:after {
background-color: var(--c_04);
top: calc(var(--jane) - var(--face_border) - var(--chin_position));
}
.jane__eyes {
width: 100%;
height: 100%;
margin-top: calc(var(--eyebrow_h) * -1.3);
}
.jane__eye {
width: var(--eye);
height: var(--eye);
flex-direction: column;
}
.jane__eye--left {
padding-right: calc(var(--eye) / 10);
}
.jane__eyebrow {
width: var(--eyebrow_w);
height: var(--eyebrow_h);
background-color: var(--c_03);
border-radius: var(--eyebrow_h);
position: relative;
z-index: 20;
}
.jane__eyebrow--left {
-webkit-transform: translate(-3%, -100%) rotate(30deg);
transform: translate(-3%, -100%) rotate(30deg);
}
.jane__eyebrow--right {
-webkit-transform: translate(3%, 0) rotate(-18deg);
transform: translate(3%, 0) rotate(-18deg);
}
.jane__eyelid {
width: var(--eyelid_w);
height: calc(var(--eyelid_w) / 2);
border-bottom: var(--eyelid_h) solid var(--c_03);
background-color: var(--c_04);
position: relative;
z-index: 10;
}
.jane__pupil {
width: var(--pupil);
height: var(--pupil);
background-color: var(--c_07);
border: var(--pupil_border) solid var(--c_03);
margin-top: calc(var(--pupil) / -2);
position: relative;
z-index: 0;
}
.jane__nose {
width: var(--nose);
height: calc(var(--nose) / 0.4);
border-color: transparent transparent var(--c_03) transparent;
border-width: var(--nose_border);
border-style: solid;
border-radius: 50% / 0 0 40% 40%;
margin-left: calc(var(--nose) / -2);
position: absolute;
top: 26%;
left: 51%;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
.jane__nose:before {
width: var(--nose_border);
height: calc(var(--nose_border) * 4);
background-color: var(--c_04);
border-right: var(--nose_border) solid var(--c_03);
box-shadow: calc(var(--nose_border) * -1.9) var(--nose_border) 0 var(--nose_border) var(--c_04);
border-radius: 0% / 0 0 50% 50%;
position: absolute;
top: 81%;
left: calc(var(--nose) / 11);
-webkit-transform: rotate(16deg) translate3d(0, 0, 0);
transform: rotate(16deg) translate3d(0, 0, 0);
}
.jane__lip {
position: absolute;
left: 50%;
}
.jane__lip--top {
width: var(--lip_top_w);
height: var(--lip_top_h);
margin-left: calc(var(--lip_top_w) / -2.1);
bottom: calc(var(--lip) / 1.7);
z-index: 20;
}
.jane__lip--top:before {
width: 100%;
height: 100%;
background-color: var(--c_04);
position: absolute;
top: -20%;
left: 0;
z-index: -10;
}
.jane__lip--top:after {
width: 89.5%;
height: calc(var(--nose_border) / 1.1);
background-color: var(--c_03);
border-radius: var(--lip);
position: absolute;
bottom: calc(var(--nose_border) / 3);
left: 2.5%;
}
.jane__lip--top__a:before,
.jane__lip--top__a:after {
width: calc(var(--lip) / 1.5);
height: calc(var(--lip) / 1.5);
position: absolute;
top: 0;
left: 0;
}
.jane__lip--top__a:before {
background-color: var(--c_08);
-webkit-clip-path: polygon(64% 12%, 0 32%, 90% 32%);
clip-path: polygon(64% 12%, 0 32%, 90% 32%);
}
.jane__lip--top__a:after {
background-color: var(--c_03);
-webkit-clip-path: polygon(64% -2%, 0 28%, 95% 32%);
clip-path: polygon(64% -2%, 0 28%, 95% 32%);
z-index: -10;
}
.jane__lip--top__b:before,
.jane__lip--top__b:after {
width: calc(var(--lip) / 1.55);
height: calc(var(--lip) / 1.55);
left: 34%;
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.jane__lip--bottom {
width: var(--lip);
height: calc(var(--lip) / 2);
background-color: var(--c_08);
border: var(--nose_border) solid var(--c_03);
border-bottom-left-radius: var(--lip_half);
border-bottom-right-radius: var(--lip_half);
border-top: 0;
margin-left: calc(var(--lip_half) * -1);
bottom: calc(var(--lip) / 4);
z-index: 10;
}
.jane__lip--bottom:after {
width: var(--lip_half);
height: calc(var(--lip_half) / 2);
background-color: var(--c_09);
border: var(--nose_border) solid var(--c_03);
margin-top: calc(var(--lip_half) / -2);
}
.jane-hair {
width: 100%;
height: 100%;
margin-top: var(--jane_position);
position: absolute;
top: calc(var(--jane) / -1.15);
left: 1.5%;
}
.jane-hair__fix {
position: absolute;
z-index: 60;
}
.jane-hair__fix--01 {
width: var(--hair);
height: calc(var(--hair) * 0.8);
box-shadow: inset 0 var(--hairfix_lg) var(--c_02);
top: calc(var(--jane) / 2.63);
left: calc(var(--jane) / 3);
z-index: 40;
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.jane-hair__fix--02 {
width: calc(var(--hair) * 1.5);
height: calc(var(--hair) * 0.8);
box-shadow: inset 0 var(--hairfix_sm) var(--c_02);
top: calc(var(--jane) / 1.35);
left: calc(var(--jane) / -3.5);
-webkit-transform: rotate(-48deg);
transform: rotate(-48deg);
}
.jane-hair__fix--03 {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.jane-hair__do {
background-color: var(--c_06);
position: absolute;
}
.jane-hair__do--01 {
width: calc(var(--hair) * 0.7);
height: var(--hair);
border-radius: 0 100% 0 0;
top: calc(var(--jane) * 0.86);
right: calc(var(--jane) / 5.6);
z-index: -10;
}
.jane-hair__do--02 {
width: calc(var(--hair) * 1);
height: calc(var(--hair) * 0.8);
box-shadow: inset 0 var(--hairfix_lg) var(--c_06);
background-color: transparent;
border: 0;
-webkit-transform: rotate(-42deg);
transform: rotate(-42deg);
top: calc(var(--jane) * 0.7);
left: calc(var(--jane) / 3.2);
z-index: 30;
}
.jane-hair__do--03 {
width: calc(var(--hair) * 0.625);
height: var(--hair);
border-radius: 100% 0 0 0;
top: calc(var(--jane) * 0.73);
left: calc(var(--jane) / 17.9);
z-index: 50;
}
.jane__ear {
width: var(--ear_w);
height: var(--ear_h);
background-color: var(--c_04);
border: var(--face_border) solid var(--c_03);
border-left: 0;
border-radius: 48%;
position: absolute;
bottom: calc(var(--jane) / 3.7);
right: calc(var(--jane) / -16);
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
z-index: 60;
}
.jane__ear:before,
.jane__ear:after {
width: calc(var(--nose_border) / 1.5);
height: calc(var(--ear_w) / 2);
background-color: var(--c_03);
border-radius: 30%;
position: absolute;
}
.jane__ear:before {
top: 0;
left: 5%;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.jane__ear:after {
bottom: 0;
left: 10%;
-webkit-transform: rotate(-13deg);
transform: rotate(-13deg);
}
.jane__ear__line {
width: var(--nose_border);
height: calc(var(--ear_w) / 1.6);
background-color: var(--c_03);
border-radius: 30%;
position: absolute;
top: calc(var(--ear_h) / 5);
left: calc(var(--ear_w) / 3.5);
-webkit-transform: rotate(4deg);
transform: rotate(4deg);
}
.jane__ear__line:before {
width: var(--nose_border);
height: calc(var(--ear_w) / 1.2);
background-color: var(--c_04);
position: absolute;
top: calc(var(--ear_h) / 33);
left: calc(var(--ear_w) * -0.3);
}
.jane__earring {
width: var(--earring);
height: var(--earring);
border: var(--nose_border) solid;
border-color: var(--c_10) var(--c_10) transparent transparent;
position: absolute;
z-index: 70;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.jane__earring--01 {
top: calc(var(--jane) / 2);
right: calc(var(--jane) / -11);
}
.jane__earring--02 {
top: calc(var(--jane) / 1.77);
right: calc(var(--jane) / -13);
}
.jane__earring--03 {
top: calc(var(--jane) / 1.64);
right: calc(var(--jane) / -19);
border-bottom-color: var(--c_10);
}
.jane__earring--03:after {
top: 85%;
left: 0;
}
.jane__earring:before,
.jane__earring:after {
width: 32.5%;
height: 32%;
position: absolute;
background: var(--c_10);
}
.jane__earring:before {
top: -20%;
left: 0;
}
.jane__earring--01:after,
.jane__earring--02:after {
display: none;
} | 0.46563 | 0.184088 |
body {
background-color: #0d0f36;
color: #00fff1;
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
ol {
background-color: #0d0f36;
}
table {
width: 85%;
margin-left: 15%;
border-collapse: collapse;
background-color: #0d0f36;
}
td,
th {
text-align: center;
}
label {
position: relative;
}
label input {
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
label .fa {
position: relative;
width: 40px;
height: 40px;
background: #0d0f36;
line-height: 40px;
text-align: center;
margin: 0 4px;
color: #6f6f6f;
font-size: 16px;
border-radius: 50%;
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8);
}
label .fa:hover {
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8), inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}
label input:checked~.fa {
color: #00fff1;
box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 1);
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
label .checkchecked {
color: #00fff1;
box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 1);
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
label .sa {
position: relative;
width: 120px;
height: 40px;
background: #0d0f36;
line-height: 40px;
text-align: center;
margin: 0 4px;
color: #6f6f6f;
font-size: 16px;
border-radius: 15%;
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8);
}
label .sa:hover {
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8), inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}
label input:checked~.sa {
color: #00fff1;
box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 1);
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
.jTron,
.mapDisplay,
.leaderBoard,
.deedsList {
background-color: #0d0f36;
}
.dropWidth {
width: 120px;
}
.orange {
color: #ffc400;
text-shadow: 0 0 5px #ffc400, 0 0 20px #ffc400;
}
.magenta {
color: #9600ff;
text-shadow: 0 0 5px #9600ff, 0 0 20px #9600ff;
}
.pink {
color: #ff00dd;
text-shadow: 0 0 5px #ff00dd, 0 0 20px #ff00dd;
}
.white {
color: #ffffff;
text-shadow: 0 0 5px #ffffff, 0 0 20px #ffffff;
} | public/css/style.css | body {
background-color: #0d0f36;
color: #00fff1;
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
ol {
background-color: #0d0f36;
}
table {
width: 85%;
margin-left: 15%;
border-collapse: collapse;
background-color: #0d0f36;
}
td,
th {
text-align: center;
}
label {
position: relative;
}
label input {
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
label .fa {
position: relative;
width: 40px;
height: 40px;
background: #0d0f36;
line-height: 40px;
text-align: center;
margin: 0 4px;
color: #6f6f6f;
font-size: 16px;
border-radius: 50%;
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8);
}
label .fa:hover {
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8), inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}
label input:checked~.fa {
color: #00fff1;
box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 1);
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
label .checkchecked {
color: #00fff1;
box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 1);
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
label .sa {
position: relative;
width: 120px;
height: 40px;
background: #0d0f36;
line-height: 40px;
text-align: center;
margin: 0 4px;
color: #6f6f6f;
font-size: 16px;
border-radius: 15%;
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8);
}
label .sa:hover {
box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.8), inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}
label input:checked~.sa {
color: #00fff1;
box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.05), inset 2px 2px 10px rgba(0, 0, 0, 1);
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
.jTron,
.mapDisplay,
.leaderBoard,
.deedsList {
background-color: #0d0f36;
}
.dropWidth {
width: 120px;
}
.orange {
color: #ffc400;
text-shadow: 0 0 5px #ffc400, 0 0 20px #ffc400;
}
.magenta {
color: #9600ff;
text-shadow: 0 0 5px #9600ff, 0 0 20px #9600ff;
}
.pink {
color: #ff00dd;
text-shadow: 0 0 5px #ff00dd, 0 0 20px #ff00dd;
}
.white {
color: #ffffff;
text-shadow: 0 0 5px #ffffff, 0 0 20px #ffffff;
} | 0.308919 | 0.149283 |
.logo{
font-family: 'Press Start 2P', cursive;
background: #92CD41;
border-radius: 5%;
padding: 20px;
width: 100%;
}
.App{
margin: auto;
width: 80%;
padding: 10px;
}
.container{
margin: center;
text-align: center;
}
.logo{
margin-bottom:3em;
}
.card-container{
display: grid;
grid-template-columns: auto ;
width:100%;
margin-top:2em;
}
.card {
grid-template-columns: auto auto auto;
box-shadow: inset -4px -4px 0px 0px #E8C1A7;
text-align: center;
background-color: #ffe4c4;
transition: 0.3s;
outline-color: black;
outline-width: 4px;
outline-style: solid;
width: 130px;
height: 20px;
padding: 20px;
margin-bottom:1em;
font-family: 'Press Start 2P', cursive;
}
.eightbit-btn {
background: #92CD41;
display: inline-block;
position: relative;
text-align: center;
font-size: 30px;
padding: 20px;
margin: 3px;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
width: 300px;
}
button.eightbit-btn:hover{
background: #4AA52E;
box-shadow: inset -6px-6px 0px 0px rgb(46, 48, 165);
}
button.eightbit-btn:active{
background: #76c442;
box-shadow: inset -6px -6px 0px 0px #4AA52E;
}
.timer{
width: 275px;
height: 125px;
outline: black;
outline-style: solid;
outline-width: 1px;
text-align: center;
font-family: 'Press Start 2P', cursive;
background: #92CD41;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
}
.timer-text{
padding: 50px;
}
.grid-container{
display: grid;
grid-template-areas:
'header header'
'main video'
'main timer'
'main score'
'final start'
;
grid-gap: 20px;
padding: 10px;
width:800px
}
.game-canvas{
grid-area: main;
width: 600px;
height: 600px
}
.video-display{
grid-area:video;
outline: black;
outline-width: 6px;
outline-style: solid;
width: 400px;
height: 300px;
}
.timer-display{
grid-area: timer;
}
.score-display{
grid-area: score;
}
.score{
width: 275px;
height: 125px;
outline: black;
outline-style: solid;
outline-width: 1px;
text-align: center;
font-family: 'Press Start 2P', cursive;
background: #92CD41;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
}
.score-text{
padding: 50px;
}
.start-display{
grid-area: start;
}
.start{
width: 275px;
height: 125px;
outline: black;
outline-style: solid;
outline-width: 1px;
text-align: center;
font-family: 'Press Start 2P', cursive;
background: #92CD41;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
}
.eightbit-btn-menu {
background: #92CD41;
display: inline-block;
position: relative;
text-align: center;
font-size: 20px;
padding: 10px;
margin: 3px;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
width: 180px;
height:80px;
}
button.eightbit-btn-menu:hover{
background: #4AA52E;
box-shadow: inset -6px-6px 0px 0px rgb(46, 48, 165);
}
button.eightbit-btn-menu:active{
background: #76c442;
box-shadow: inset -6px -6px 0px 0px #4AA52E;
}
#navBar{
list-style-type:none;
margin: 0;
padding: 0;
overflow: hidden;
}
#navBar li{
float: left;
}
#center{
margin:auto;
width:90%;
margin-bottom: 3em;
margin-top:2em;
}
.instructions {
font-family: 'Press Start 2P', cursive;
width: 800px;
margin: auto;
padding: 50px;
}
.instructions-list {
margin: auto;
padding: 50px;
}
.instructions-list li{
line-height: 1.5em;
}
.finalScore{
grid-area: final;
background: #92CD41;
display: inline-block;
position: relative;
text-align: center;
font-size: 20px;
padding: 20px;
margin-left: 75px;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
width: 400px;
}
.scoresContainer{
margin: auto;
width: 60%;
}
ul{
margin:auto;
list-style:none;
}
h1{
font-family: 'Press Start 2P', cursive;
text-align: center;
} | app/App.css | .logo{
font-family: 'Press Start 2P', cursive;
background: #92CD41;
border-radius: 5%;
padding: 20px;
width: 100%;
}
.App{
margin: auto;
width: 80%;
padding: 10px;
}
.container{
margin: center;
text-align: center;
}
.logo{
margin-bottom:3em;
}
.card-container{
display: grid;
grid-template-columns: auto ;
width:100%;
margin-top:2em;
}
.card {
grid-template-columns: auto auto auto;
box-shadow: inset -4px -4px 0px 0px #E8C1A7;
text-align: center;
background-color: #ffe4c4;
transition: 0.3s;
outline-color: black;
outline-width: 4px;
outline-style: solid;
width: 130px;
height: 20px;
padding: 20px;
margin-bottom:1em;
font-family: 'Press Start 2P', cursive;
}
.eightbit-btn {
background: #92CD41;
display: inline-block;
position: relative;
text-align: center;
font-size: 30px;
padding: 20px;
margin: 3px;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
width: 300px;
}
button.eightbit-btn:hover{
background: #4AA52E;
box-shadow: inset -6px-6px 0px 0px rgb(46, 48, 165);
}
button.eightbit-btn:active{
background: #76c442;
box-shadow: inset -6px -6px 0px 0px #4AA52E;
}
.timer{
width: 275px;
height: 125px;
outline: black;
outline-style: solid;
outline-width: 1px;
text-align: center;
font-family: 'Press Start 2P', cursive;
background: #92CD41;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
}
.timer-text{
padding: 50px;
}
.grid-container{
display: grid;
grid-template-areas:
'header header'
'main video'
'main timer'
'main score'
'final start'
;
grid-gap: 20px;
padding: 10px;
width:800px
}
.game-canvas{
grid-area: main;
width: 600px;
height: 600px
}
.video-display{
grid-area:video;
outline: black;
outline-width: 6px;
outline-style: solid;
width: 400px;
height: 300px;
}
.timer-display{
grid-area: timer;
}
.score-display{
grid-area: score;
}
.score{
width: 275px;
height: 125px;
outline: black;
outline-style: solid;
outline-width: 1px;
text-align: center;
font-family: 'Press Start 2P', cursive;
background: #92CD41;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
}
.score-text{
padding: 50px;
}
.start-display{
grid-area: start;
}
.start{
width: 275px;
height: 125px;
outline: black;
outline-style: solid;
outline-width: 1px;
text-align: center;
font-family: 'Press Start 2P', cursive;
background: #92CD41;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
}
.eightbit-btn-menu {
background: #92CD41;
display: inline-block;
position: relative;
text-align: center;
font-size: 20px;
padding: 10px;
margin: 3px;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
width: 180px;
height:80px;
}
button.eightbit-btn-menu:hover{
background: #4AA52E;
box-shadow: inset -6px-6px 0px 0px rgb(46, 48, 165);
}
button.eightbit-btn-menu:active{
background: #76c442;
box-shadow: inset -6px -6px 0px 0px #4AA52E;
}
#navBar{
list-style-type:none;
margin: 0;
padding: 0;
overflow: hidden;
}
#navBar li{
float: left;
}
#center{
margin:auto;
width:90%;
margin-bottom: 3em;
margin-top:2em;
}
.instructions {
font-family: 'Press Start 2P', cursive;
width: 800px;
margin: auto;
padding: 50px;
}
.instructions-list {
margin: auto;
padding: 50px;
}
.instructions-list li{
line-height: 1.5em;
}
.finalScore{
grid-area: final;
background: #92CD41;
display: inline-block;
position: relative;
text-align: center;
font-size: 20px;
padding: 20px;
margin-left: 75px;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
color: white;
box-shadow: inset -4px -4px 0px 0px #4AA52E;
outline: black;
outline-style: solid;
outline-width: 6px;
width: 400px;
}
.scoresContainer{
margin: auto;
width: 60%;
}
ul{
margin:auto;
list-style:none;
}
h1{
font-family: 'Press Start 2P', cursive;
text-align: center;
} | 0.331877 | 0.134349 |
.btn-circle {
border-radius: 15px;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.35rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #710c12;
background-color: #f7d1d3;
border-color: #f4bec1;
}
.alert-primary hr {
border-top-color: #f0a8ac;
}
.alert-primary .alert-link {
color: #43070b;
}
.alert-secondary {
color: #45464e;
background-color: #e7e7ea;
border-color: #dddde2;
}
.alert-secondary hr {
border-top-color: #cfcfd6;
}
.alert-secondary .alert-link {
color: #2d2e33;
}
.alert-success {
color: #00682b;
background-color: #ccf4dd;
border-color: #b8f0cf;
}
.alert-success hr {
border-top-color: #a3ecc1;
}
.alert-success .alert-link {
color: #003516;
}
.alert-info {
color: #00444a;
background-color: #cce6e9;
border-color: #b8dce0;
}
.alert-info hr {
border-top-color: #a6d3d8;
}
.alert-info .alert-link {
color: #001517;
}
.alert-warning {
color: #7f420c;
background-color: #fde5d1;
border-color: #fcdbbe;
}
.alert-warning hr {
border-top-color: #fbcea6;
}
.alert-warning .alert-link {
color: #502a08;
}
.alert-danger {
color: #700e32;
background-color: #f7d1df;
border-color: #f4bfd2;
}
.alert-danger hr {
border-top-color: #f0a9c3;
}
.alert-danger .alert-link {
color: #43081e;
}
.alert-light {
color: #818183;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686869;
}
.alert-dark {
color: #2f3037;
background-color: #dedee1;
border-color: #d1d1d5;
}
.alert-dark hr {
border-top-color: #c4c4c9;
}
.alert-dark .alert-link {
color: #18181c;
}
.alert-azraq {
color: #263762;
background-color: #dbe1f2;
border-color: #ccd5ed;
}
.alert-azraq hr {
border-top-color: #b9c5e6;
}
.alert-azraq .alert-link {
color: #18223d;
} | public/css/style.css | .btn-circle {
border-radius: 15px;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.35rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #710c12;
background-color: #f7d1d3;
border-color: #f4bec1;
}
.alert-primary hr {
border-top-color: #f0a8ac;
}
.alert-primary .alert-link {
color: #43070b;
}
.alert-secondary {
color: #45464e;
background-color: #e7e7ea;
border-color: #dddde2;
}
.alert-secondary hr {
border-top-color: #cfcfd6;
}
.alert-secondary .alert-link {
color: #2d2e33;
}
.alert-success {
color: #00682b;
background-color: #ccf4dd;
border-color: #b8f0cf;
}
.alert-success hr {
border-top-color: #a3ecc1;
}
.alert-success .alert-link {
color: #003516;
}
.alert-info {
color: #00444a;
background-color: #cce6e9;
border-color: #b8dce0;
}
.alert-info hr {
border-top-color: #a6d3d8;
}
.alert-info .alert-link {
color: #001517;
}
.alert-warning {
color: #7f420c;
background-color: #fde5d1;
border-color: #fcdbbe;
}
.alert-warning hr {
border-top-color: #fbcea6;
}
.alert-warning .alert-link {
color: #502a08;
}
.alert-danger {
color: #700e32;
background-color: #f7d1df;
border-color: #f4bfd2;
}
.alert-danger hr {
border-top-color: #f0a9c3;
}
.alert-danger .alert-link {
color: #43081e;
}
.alert-light {
color: #818183;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686869;
}
.alert-dark {
color: #2f3037;
background-color: #dedee1;
border-color: #d1d1d5;
}
.alert-dark hr {
border-top-color: #c4c4c9;
}
.alert-dark .alert-link {
color: #18181c;
}
.alert-azraq {
color: #263762;
background-color: #dbe1f2;
border-color: #ccd5ed;
}
.alert-azraq hr {
border-top-color: #b9c5e6;
}
.alert-azraq .alert-link {
color: #18223d;
} | 0.407569 | 0.120542 |
.ace-nav > li.brands ul.brand-nav > li.brand {
/* different colors */
}
.ace-nav > li.brands ul.brand-nav > li.brand > a {
background: #5b2560;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active > a:after {
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 22px 0 0;
display: block;
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -11px;
}
.ace-nav > li.brands ul.brand-nav > li.brand.seh > a {
border-bottom: 6px solid #ed20af;
}
.ace-nav > li.brands ul.brand-nav > li.brand.seh > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.seh > a:focus {
background: #ed20af !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.seh > a {
background: #ed20af !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.seh > a:after {
border-color: #ed20af transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.ih > a {
border-bottom: 6px solid #9f2426;
}
.ace-nav > li.brands ul.brand-nav > li.brand.ih > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.ih > a:focus {
background: #9f2426 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.ih > a {
background: #9f2426 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.ih > a:after {
border-color: #9f2426 transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.pdj > a {
border-bottom: 6px solid #fcbb00;
}
.ace-nav > li.brands ul.brand-nav > li.brand.pdj > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.pdj > a:focus {
background: #fcbb00 !important;
background: #fcbb00 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.pdj > a {
background: #fcbb00 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.pdj > a:after {
border-color: #fcbb00 transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.qys > a {
border-bottom: 6px solid #906650;
}
.ace-nav > li.brands ul.brand-nav > li.brand.qys > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.qys > a:focus {
background: #906650 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.qys > a {
background: #906650 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.qys > a:after {
border-color: #906650 transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.rds > a {
border-bottom: 6px solid #5b7d85;
}
.ace-nav > li.brands ul.brand-nav > li.brand.rds > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.rds > a:focus {
background: #5b7d85 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.rds > a {
background: #5b7d85 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.rds > a:after {
border-color: #5b7d85 transparent transparent transparent !important;
} | data/train/css/39a4db6b79a61d175f147c690cc7702e8ad5798cadmin.css | .ace-nav > li.brands ul.brand-nav > li.brand {
/* different colors */
}
.ace-nav > li.brands ul.brand-nav > li.brand > a {
background: #5b2560;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active > a:after {
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 22px 0 0;
display: block;
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -11px;
}
.ace-nav > li.brands ul.brand-nav > li.brand.seh > a {
border-bottom: 6px solid #ed20af;
}
.ace-nav > li.brands ul.brand-nav > li.brand.seh > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.seh > a:focus {
background: #ed20af !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.seh > a {
background: #ed20af !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.seh > a:after {
border-color: #ed20af transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.ih > a {
border-bottom: 6px solid #9f2426;
}
.ace-nav > li.brands ul.brand-nav > li.brand.ih > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.ih > a:focus {
background: #9f2426 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.ih > a {
background: #9f2426 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.ih > a:after {
border-color: #9f2426 transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.pdj > a {
border-bottom: 6px solid #fcbb00;
}
.ace-nav > li.brands ul.brand-nav > li.brand.pdj > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.pdj > a:focus {
background: #fcbb00 !important;
background: #fcbb00 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.pdj > a {
background: #fcbb00 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.pdj > a:after {
border-color: #fcbb00 transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.qys > a {
border-bottom: 6px solid #906650;
}
.ace-nav > li.brands ul.brand-nav > li.brand.qys > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.qys > a:focus {
background: #906650 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.qys > a {
background: #906650 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.qys > a:after {
border-color: #906650 transparent transparent transparent !important;
}
.ace-nav > li.brands ul.brand-nav > li.brand.rds > a {
border-bottom: 6px solid #5b7d85;
}
.ace-nav > li.brands ul.brand-nav > li.brand.rds > a:hover,
.ace-nav > li.brands ul.brand-nav > li.brand.rds > a:focus {
background: #5b7d85 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.rds > a {
background: #5b7d85 !important;
border-bottom: none;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active.rds > a:after {
border-color: #5b7d85 transparent transparent transparent !important;
} | 0.327776 | 0.063832 |
@font-face {
font-family: "Oxygen-Bold";
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot");
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("../fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.svg#Oxygen-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Oxygen-Regular";
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot");
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.woff") format("woff"), url("../fonts/Oxygen-Regular/Oxygen-Regular.ttf") format("truetype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.svg#Oxygen-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
/* line 1, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h1, h2, h3 {
color: #000000;
font-family: "Oxygen-Bold", Arial;
margin: 0;
}
/* ======================================================================
PROPIEDADES PARA H1
===================================================================== */
/* line 10, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h1 {
font-size: 1.5rem !important;
text-align: center;
}
/* ======================================================================
PROPIEDADES PARA H2
===================================================================== */
/* line 18, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h2 {
font-size: 1.2rem !important;
}
/* ======================================================================
PROPIEDADES PARA H3
===================================================================== */
/* line 25, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h3 {
font-size: 1rem !important;
}
/* ======================================================================
PROPIEDADES PARA BUTTON
===================================================================== */
/* line 32, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
button {
margin-top: 0;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
width: 70%;
margin: 15px auto;
height: 50px;
box-shadow: 1px 1px 5px #565656;
line-height: 20px;
padding: 0 20px;
border-style: none;
}
/* line 43, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
button[disabled] {
opacity: .4;
}
/* ======================================================================
PROPIEDADES PARA FORM
===================================================================== */
/* line 51, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
form {
width: 100%;
}
/* inject:imports */
/* line 1, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h1, h2, h3 {
color: #000000;
font-family: "Oxygen-Bold", Arial;
margin: 0;
}
/* ======================================================================
PROPIEDADES PARA H1
===================================================================== */
/* line 10, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h1 {
font-size: 1.5rem !important;
text-align: center;
}
/* ======================================================================
PROPIEDADES PARA H2
===================================================================== */
/* line 18, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h2 {
font-size: 1.2rem !important;
}
/* ======================================================================
PROPIEDADES PARA H3
===================================================================== */
/* line 25, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h3 {
font-size: 1rem !important;
}
/* ======================================================================
PROPIEDADES PARA BUTTON
===================================================================== */
/* line 32, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
button {
margin-top: 0;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
width: 70%;
margin: 15px auto;
height: 50px;
box-shadow: 1px 1px 5px #565656;
line-height: 20px;
padding: 0 20px;
border-style: none;
}
/* line 43, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
button[disabled] {
opacity: .4;
}
/* ======================================================================
PROPIEDADES PARA FORM
===================================================================== */
/* line 51, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
form {
width: 100%;
}
@font-face {
font-family: "Oxygen-Bold";
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot");
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("../fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.svg#Oxygen-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Oxygen-Regular";
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot");
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.woff") format("woff"), url("../fonts/Oxygen-Regular/Oxygen-Regular.ttf") format("truetype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.svg#Oxygen-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
/* endinject */ | www/css/main.css | @font-face {
font-family: "Oxygen-Bold";
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot");
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("../fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.svg#Oxygen-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Oxygen-Regular";
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot");
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.woff") format("woff"), url("../fonts/Oxygen-Regular/Oxygen-Regular.ttf") format("truetype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.svg#Oxygen-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
/* line 1, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h1, h2, h3 {
color: #000000;
font-family: "Oxygen-Bold", Arial;
margin: 0;
}
/* ======================================================================
PROPIEDADES PARA H1
===================================================================== */
/* line 10, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h1 {
font-size: 1.5rem !important;
text-align: center;
}
/* ======================================================================
PROPIEDADES PARA H2
===================================================================== */
/* line 18, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h2 {
font-size: 1.2rem !important;
}
/* ======================================================================
PROPIEDADES PARA H3
===================================================================== */
/* line 25, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
h3 {
font-size: 1rem !important;
}
/* ======================================================================
PROPIEDADES PARA BUTTON
===================================================================== */
/* line 32, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
button {
margin-top: 0;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
width: 70%;
margin: 15px auto;
height: 50px;
box-shadow: 1px 1px 5px #565656;
line-height: 20px;
padding: 0 20px;
border-style: none;
}
/* line 43, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
button[disabled] {
opacity: .4;
}
/* ======================================================================
PROPIEDADES PARA FORM
===================================================================== */
/* line 51, /Volumes/CPEREZ/pragma/ionicArchetype/scss/Settings/_normalize.scss */
form {
width: 100%;
}
/* inject:imports */
/* line 1, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h1, h2, h3 {
color: #000000;
font-family: "Oxygen-Bold", Arial;
margin: 0;
}
/* ======================================================================
PROPIEDADES PARA H1
===================================================================== */
/* line 10, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h1 {
font-size: 1.5rem !important;
text-align: center;
}
/* ======================================================================
PROPIEDADES PARA H2
===================================================================== */
/* line 18, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h2 {
font-size: 1.2rem !important;
}
/* ======================================================================
PROPIEDADES PARA H3
===================================================================== */
/* line 25, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
h3 {
font-size: 1rem !important;
}
/* ======================================================================
PROPIEDADES PARA BUTTON
===================================================================== */
/* line 32, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
button {
margin-top: 0;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
width: 70%;
margin: 15px auto;
height: 50px;
box-shadow: 1px 1px 5px #565656;
line-height: 20px;
padding: 0 20px;
border-style: none;
}
/* line 43, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
button[disabled] {
opacity: .4;
}
/* ======================================================================
PROPIEDADES PARA FORM
===================================================================== */
/* line 51, /Volumes/CPEREZ/pragma/ionicArchetype/scss/settings/_normalize.scss */
form {
width: 100%;
}
@font-face {
font-family: "Oxygen-Bold";
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot");
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("../fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.svg#Oxygen-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Oxygen-Regular";
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot");
src: url("../fonts/Oxygen-Regular/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.woff") format("woff"), url("../fonts/Oxygen-Regular/Oxygen-Regular.ttf") format("truetype"), url("../fonts/Oxygen-Regular/Oxygen-Regular.svg#Oxygen-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
/* endinject */ | 0.278551 | 0.048496 |
.container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding-bottom: 40px;
}
.el-button{
height: 40px !important;
line-height: 1 !important;
}
/*查看区块 查看交易搜索面板样式*/
.search-main{
height: calc(100% - 120px);
background-color: #2a2c3b;
padding-bottom: 20px
}
.search-nav{
width: 100%;
padding: 20px 0;
margin-bottom: 20px;
background-color: #3b3e54;
color: #fff;
}
/*@media screen and (max-width: 900px){*/
/*.search-nav{*/
/*width: 100%;*/
/*padding: 20px 0;*/
/*line-height: 60px;*/
/*}*/
/*}*/
.search-nav .hashInput{
position: relative;
display: inline-block;
padding-left: 30px;
}
.search-nav .hashInput .label{
display: inline-block;
width: 90px;
}
.search-nav .hashInput .hashlabel{
display: inline-block;
width: 60px;
}
.search-nav .hashInput .input{
/* width: 210px; */
}
.search-nav .hashInput .dateInput{
vertical-align: middle;
line-height: 1;
}
.search-nav .hashInput .el-input__inner{
background-color: #3b3e54;
color: #fff;
}
.search-nav .hashInput .el-range-input{
background-color: #3b3e54;
color: #fff;
}
.search-table .el-table th, .search-table .el-table tr{
background-color: #3b3e54;
color: #fff;
}
.search-table .el-table tr:hover{
color: #333;
}
.search-table .el-table__empty-block{
background-color: #3b3e54;
}
.table-link{
color: #3498db;
}
.table-link:hover{
color: #3498db;
text-decoration: #3498db;
}
.search-pagation{
margin-top: 30px;
color: #fff;
/*background-color: #3b3e54;*/
}
.search-pagation .el-pagination li{
background-color: #2a2c3b;
color: #FFF;
}
.search-pagation .el-pager li.btn-quicknext, .search-pagation .el-pager li.btn-quickprev{
color: #fff;
}
.search-pagation .el-pagination .btn-next, .search-pagation .el-pagination .btn-prev{
background-color: #2a2c3b;
color: #fff;
}
.search-pagation .el-pagination button:hover{
color:#409EFF
}
.search-pagation .el-input--suffix input{
background-color: #2a2c3b;
color: #fff;
}
/*详情页样式*/
.detail-content{
width: 100%;
background-color: #3b3e54;
}
.detail-content .c-title {
height: 80px;
line-height: 80px;
text-align: center;
width: 100%;
font-size: 16px;
color: #fff;
}
.hash-content-info{
background-color: #2a2c3b;
}
.hash-content-info .box{
width: 100%;
}
.hash-content-info .content{
width: 100%;
box-sizing: border-box;
background-color: #3b3e54;
border-top: 1px solid #4c4f66;
padding: 30px 40px;
color: #fff;
}
.hash-content-info .content .pre{
white-space: pre-wrap!important;
word-wrap: break-word!important;
width: 100%;
margin:0;
font-size: 14px;
line-height: 24px;
}
/*html{*/
/*scrollbar-face-color: #3b3e54;;!*滚动条颜色*!*/
/*scrollbar-highlight-color:#000;*/
/*scrollbar-3dlight-color:#000;*/
/*scrollbar-darkshadow-color:#000;*/
/*scrollbar-Shadow-color:#adadad;!*滑块边色*!*/
/*scrollbar-arrow-color:rgba(0,0,0,0.4);!*箭头颜色*!*/
/*scrollbar-track-color:#3b3e54;!*背景颜色*!*/
/*}*/
/*::-webkit-scrollbar*/
/*{*/
/*background-color: #3b3e54;*/
/*}*/
/*!*定义滚动条轨道 内阴影+圆角*!*/
/*::-webkit-scrollbar-track*/
/*{*/
/*border-radius: 10px;*/
/*background-color: #3b3e54;*/
/*}*/
/*!*定义滑块 内阴影+圆角*!*/
/*::-webkit-scrollbar-thumb*/
/*{*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
/*background-color: #3b3e54;*/
/*}*/
/*!*滑块效果*!*/
/*::-webkit-scrollbar-thumb:hover*/
/*{*/
/*border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*background: rgba(0,0,0,0.4);*/
/*}*/
/*弹窗样式*/
.el-dialog__header{
background-color: #2a2c3b !important;
color: #fff !important;
}
/*elementUI表格样式自定义*/
.el-table tr{
border-color: #999
}
.el-table th{
border-color: #999
}
.el-table td{
border-color: #999
}
/*弹出框样式*/
.modal-label{
margin-bottom: 20px;
}
.modal-label>span{
display: inline-block;
width: 100px;
text-align: right;
padding-right: 10px;
}
.modal-label{
/*width: 250px;*/
}
.modal-label input{
width: 250px;
background-color: #fff!important;
}
.modal-button{
padding-top: 10px;
text-align: center;
}
.el-dialog__header{
background-color: #2a2c3b !important;
}
.el-dialog__title{
color: #fff !important;
}
.el-dialog__headerbtn .el-dialog__close{
color: #fff !important;
}
.el-dialog__body{
padding: 0 ;
background-color: #3b3e54;
}
.node-model-conetnt{
padding: 30px 20px 20px 150px;
border-top:1px solid #494f72;
border-bottom:1px solid #494f72;
}
.node-model-foot{
padding: 20px;
/*padding-left: 220px;*/
}
.el-message-box{
background-color: #3b3e54 !important;
padding: 0 !important;
border: 1px solid #494f72 !important;
}
.el-message-box__content{
color: #fff !important;
font-size: 16px !important;
}
.el-message-box__btns{
font-size: 0 !important;
padding: 0 !important;;
width: 100% !important;;
margin: 0 !important;;
}
.el-message-box__btns button{
display: inline-block !important;;
width: 50% !important;;
font-size: 14px !important;;
box-sizing: border-box !important;;
margin: 0 !important;;
border-radius: unset !important;;
border: 1px solid #494f72 !important;;
background-color: #3b3e54 !important;;
color: #fff !important;;
}
.el-message-box__btns button:hover{
background-color: #3b3e54 !important;;
border: 1px solid #494f72 !important;;
color: #355e96 !important;
}
.el-message-box__btns button:nth-child(2){
margin: 0 !important;;
color: #66b1ff !important;;
}
.el-message-box .el-button--primary{
background-color: #3b3e54 !important;;
border: 1px solid #494f72 !important;;
}
.el-message-box__title{
color: #fff !important;
}
.el-date-editor .el-range-separator{
color: #fff !important;
}
.el-table{
border-color: #666 !important;
}
.el-table__body-wrapper{
border-color: #666 !important;
}
.el-table table{
border-color: #666 !important;
}
.el-table tbody{
border-color: #666 !important;
}
.el-table tr{
border-color: #666 !important;
}
.el-table th{
border-color: #666 !important;
}
.el-table td{
border-color: #666 !important;
}
.el-table--border:after, .el-table--group:after, .el-table:before{
background-color: #666 !important;
}
.el-table__fixed-right::before, .el-table__fixed::before{
background-color: #666 !important;
} | src/assets/css/layout.css | .container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding-bottom: 40px;
}
.el-button{
height: 40px !important;
line-height: 1 !important;
}
/*查看区块 查看交易搜索面板样式*/
.search-main{
height: calc(100% - 120px);
background-color: #2a2c3b;
padding-bottom: 20px
}
.search-nav{
width: 100%;
padding: 20px 0;
margin-bottom: 20px;
background-color: #3b3e54;
color: #fff;
}
/*@media screen and (max-width: 900px){*/
/*.search-nav{*/
/*width: 100%;*/
/*padding: 20px 0;*/
/*line-height: 60px;*/
/*}*/
/*}*/
.search-nav .hashInput{
position: relative;
display: inline-block;
padding-left: 30px;
}
.search-nav .hashInput .label{
display: inline-block;
width: 90px;
}
.search-nav .hashInput .hashlabel{
display: inline-block;
width: 60px;
}
.search-nav .hashInput .input{
/* width: 210px; */
}
.search-nav .hashInput .dateInput{
vertical-align: middle;
line-height: 1;
}
.search-nav .hashInput .el-input__inner{
background-color: #3b3e54;
color: #fff;
}
.search-nav .hashInput .el-range-input{
background-color: #3b3e54;
color: #fff;
}
.search-table .el-table th, .search-table .el-table tr{
background-color: #3b3e54;
color: #fff;
}
.search-table .el-table tr:hover{
color: #333;
}
.search-table .el-table__empty-block{
background-color: #3b3e54;
}
.table-link{
color: #3498db;
}
.table-link:hover{
color: #3498db;
text-decoration: #3498db;
}
.search-pagation{
margin-top: 30px;
color: #fff;
/*background-color: #3b3e54;*/
}
.search-pagation .el-pagination li{
background-color: #2a2c3b;
color: #FFF;
}
.search-pagation .el-pager li.btn-quicknext, .search-pagation .el-pager li.btn-quickprev{
color: #fff;
}
.search-pagation .el-pagination .btn-next, .search-pagation .el-pagination .btn-prev{
background-color: #2a2c3b;
color: #fff;
}
.search-pagation .el-pagination button:hover{
color:#409EFF
}
.search-pagation .el-input--suffix input{
background-color: #2a2c3b;
color: #fff;
}
/*详情页样式*/
.detail-content{
width: 100%;
background-color: #3b3e54;
}
.detail-content .c-title {
height: 80px;
line-height: 80px;
text-align: center;
width: 100%;
font-size: 16px;
color: #fff;
}
.hash-content-info{
background-color: #2a2c3b;
}
.hash-content-info .box{
width: 100%;
}
.hash-content-info .content{
width: 100%;
box-sizing: border-box;
background-color: #3b3e54;
border-top: 1px solid #4c4f66;
padding: 30px 40px;
color: #fff;
}
.hash-content-info .content .pre{
white-space: pre-wrap!important;
word-wrap: break-word!important;
width: 100%;
margin:0;
font-size: 14px;
line-height: 24px;
}
/*html{*/
/*scrollbar-face-color: #3b3e54;;!*滚动条颜色*!*/
/*scrollbar-highlight-color:#000;*/
/*scrollbar-3dlight-color:#000;*/
/*scrollbar-darkshadow-color:#000;*/
/*scrollbar-Shadow-color:#adadad;!*滑块边色*!*/
/*scrollbar-arrow-color:rgba(0,0,0,0.4);!*箭头颜色*!*/
/*scrollbar-track-color:#3b3e54;!*背景颜色*!*/
/*}*/
/*::-webkit-scrollbar*/
/*{*/
/*background-color: #3b3e54;*/
/*}*/
/*!*定义滚动条轨道 内阴影+圆角*!*/
/*::-webkit-scrollbar-track*/
/*{*/
/*border-radius: 10px;*/
/*background-color: #3b3e54;*/
/*}*/
/*!*定义滑块 内阴影+圆角*!*/
/*::-webkit-scrollbar-thumb*/
/*{*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
/*background-color: #3b3e54;*/
/*}*/
/*!*滑块效果*!*/
/*::-webkit-scrollbar-thumb:hover*/
/*{*/
/*border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*background: rgba(0,0,0,0.4);*/
/*}*/
/*弹窗样式*/
.el-dialog__header{
background-color: #2a2c3b !important;
color: #fff !important;
}
/*elementUI表格样式自定义*/
.el-table tr{
border-color: #999
}
.el-table th{
border-color: #999
}
.el-table td{
border-color: #999
}
/*弹出框样式*/
.modal-label{
margin-bottom: 20px;
}
.modal-label>span{
display: inline-block;
width: 100px;
text-align: right;
padding-right: 10px;
}
.modal-label{
/*width: 250px;*/
}
.modal-label input{
width: 250px;
background-color: #fff!important;
}
.modal-button{
padding-top: 10px;
text-align: center;
}
.el-dialog__header{
background-color: #2a2c3b !important;
}
.el-dialog__title{
color: #fff !important;
}
.el-dialog__headerbtn .el-dialog__close{
color: #fff !important;
}
.el-dialog__body{
padding: 0 ;
background-color: #3b3e54;
}
.node-model-conetnt{
padding: 30px 20px 20px 150px;
border-top:1px solid #494f72;
border-bottom:1px solid #494f72;
}
.node-model-foot{
padding: 20px;
/*padding-left: 220px;*/
}
.el-message-box{
background-color: #3b3e54 !important;
padding: 0 !important;
border: 1px solid #494f72 !important;
}
.el-message-box__content{
color: #fff !important;
font-size: 16px !important;
}
.el-message-box__btns{
font-size: 0 !important;
padding: 0 !important;;
width: 100% !important;;
margin: 0 !important;;
}
.el-message-box__btns button{
display: inline-block !important;;
width: 50% !important;;
font-size: 14px !important;;
box-sizing: border-box !important;;
margin: 0 !important;;
border-radius: unset !important;;
border: 1px solid #494f72 !important;;
background-color: #3b3e54 !important;;
color: #fff !important;;
}
.el-message-box__btns button:hover{
background-color: #3b3e54 !important;;
border: 1px solid #494f72 !important;;
color: #355e96 !important;
}
.el-message-box__btns button:nth-child(2){
margin: 0 !important;;
color: #66b1ff !important;;
}
.el-message-box .el-button--primary{
background-color: #3b3e54 !important;;
border: 1px solid #494f72 !important;;
}
.el-message-box__title{
color: #fff !important;
}
.el-date-editor .el-range-separator{
color: #fff !important;
}
.el-table{
border-color: #666 !important;
}
.el-table__body-wrapper{
border-color: #666 !important;
}
.el-table table{
border-color: #666 !important;
}
.el-table tbody{
border-color: #666 !important;
}
.el-table tr{
border-color: #666 !important;
}
.el-table th{
border-color: #666 !important;
}
.el-table td{
border-color: #666 !important;
}
.el-table--border:after, .el-table--group:after, .el-table:before{
background-color: #666 !important;
}
.el-table__fixed-right::before, .el-table__fixed::before{
background-color: #666 !important;
} | 0.139133 | 0.047625 |
::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff;
}
html,
body {
height: 100%;
background-color: #f9f9f9;
-webkit-font-smoothing: antialiased;
}
body {
color: #222;
font: 14px/19px Roboto, sans-serif;
font-weight: 400;
letter-spacing: .1;
padding-top: 20px;
padding-bottom: 50px;
}
.hero-unit {
background-image: url('ceiling_android.png');
background-repeat: no-repeat;
background-position: top right;
padding: 15px 30px;
}
.hero-unit h1 {
margin-bottom: 5px;
font-weight: 200;
}
.hero-unit p {
margin: 0;
}
.stacktrace {
overflow-y: scroll;
margin-bottom: 10px;
}
.stacktrace.error {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.stacktrace h4 {
cursor: pointer;
}
.stacktrace .stacktrace-line {
white-space: nowrap;
}
.test-result {
font-weight: 200;
}
.test-result small {
font-weight: 200;
display: none;
}
.test-result:hover small {
display: inline;
}
.test-result.pass {
border-bottom: 2px solid #89c989;
}
.test-result.fail,
.test-result.error {
border-bottom: 2px solid #c98989;
}
.test-result .icon {
padding: 0 8px;
}
.test-result .icon image {
opacity: 0.5;
}
.test-result .icon:hover image {
opacity: 1.0;
}
.modal .modal-body {
max-height: none;
}
.birds-eye {
width: 100%;
table-layout: fixed;
}
.birds-eye .device th {
text-align: left;
padding: 10px 0 5px 2px;
}
.birds-eye .test {
height: 30px;
padding: 0;
}
.birds-eye .test a {
display: block;
text-decoration: none;
height: 30px;
}
.birds-eye .test.pass {
background-color: #b9e9b9;
}
.birds-eye .test.pass:hover {
background-color: #99c999;
}
.birds-eye .test.fail,
.birds-eye .test.error {
background-color: #e9b9b9;
}
.birds-eye .test.fail:hover,
.birds-eye .test.error:hover {
background-color: #c99999;
}
.birds-eye .test.error {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
pre.error {
border-color: #ee5f5b;
background-color: rgba(238, 95, 91, 0.1);
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.log .span12 {
overflow-y: auto;
}
.log td {
white-space: nowrap;
} | website/sample/static/spoon.css | ::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff;
}
html,
body {
height: 100%;
background-color: #f9f9f9;
-webkit-font-smoothing: antialiased;
}
body {
color: #222;
font: 14px/19px Roboto, sans-serif;
font-weight: 400;
letter-spacing: .1;
padding-top: 20px;
padding-bottom: 50px;
}
.hero-unit {
background-image: url('ceiling_android.png');
background-repeat: no-repeat;
background-position: top right;
padding: 15px 30px;
}
.hero-unit h1 {
margin-bottom: 5px;
font-weight: 200;
}
.hero-unit p {
margin: 0;
}
.stacktrace {
overflow-y: scroll;
margin-bottom: 10px;
}
.stacktrace.error {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.stacktrace h4 {
cursor: pointer;
}
.stacktrace .stacktrace-line {
white-space: nowrap;
}
.test-result {
font-weight: 200;
}
.test-result small {
font-weight: 200;
display: none;
}
.test-result:hover small {
display: inline;
}
.test-result.pass {
border-bottom: 2px solid #89c989;
}
.test-result.fail,
.test-result.error {
border-bottom: 2px solid #c98989;
}
.test-result .icon {
padding: 0 8px;
}
.test-result .icon image {
opacity: 0.5;
}
.test-result .icon:hover image {
opacity: 1.0;
}
.modal .modal-body {
max-height: none;
}
.birds-eye {
width: 100%;
table-layout: fixed;
}
.birds-eye .device th {
text-align: left;
padding: 10px 0 5px 2px;
}
.birds-eye .test {
height: 30px;
padding: 0;
}
.birds-eye .test a {
display: block;
text-decoration: none;
height: 30px;
}
.birds-eye .test.pass {
background-color: #b9e9b9;
}
.birds-eye .test.pass:hover {
background-color: #99c999;
}
.birds-eye .test.fail,
.birds-eye .test.error {
background-color: #e9b9b9;
}
.birds-eye .test.fail:hover,
.birds-eye .test.error:hover {
background-color: #c99999;
}
.birds-eye .test.error {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
pre.error {
border-color: #ee5f5b;
background-color: rgba(238, 95, 91, 0.1);
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.log .span12 {
overflow-y: auto;
}
.log td {
white-space: nowrap;
} | 0.413951 | 0.073198 |
@import '/hApplication/hApplicationUI/hApplicationUIButton/CSS/Segmented+Aqua.css';
html,
body {
background: rgb(232, 232, 232);
padding: 0;
margin: 0;
font: 12px "Lucida Grande", Arial;
}
div#hMailEditor {
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
border-top: 1px solid rgb(180, 180, 180);
border-bottom: 1px solid rgb(180, 180, 180);
}
div#hMailEditorTemplateWrapper {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 300px;
overflow: hidden;
border-right: 1px solid rgb(190, 190, 190);
}
div#hMailEditorTemplateWrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
div#hMailEditorTemplateLabel {
position: absolute;
top: 4px;
left: 5px;
font-size: 13px;
}
div#hMailEditorTemplateTabs {
position: absolute;
top: 0;
left: 0;
width: 300px;
height: 23px;
{userAgent.isWebkit?
background: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 253)), to(rgb(215, 215, 215)));
}
background: {userAgent.vendorPrefix}linear-gradient(top, rgb(253, 253, 253), rgb(215, 215, 215));
background: linear-gradient(to bottom, rgb(253, 253, 253), rgb(215, 215, 215));
border-bottom: 1px solid rgb(180, 180, 180);
{userAgent.vendorPrefix}box-shadow: 0 3px 3px rgba(100, 100, 100, 0.7);
box-shadow: 0 3px 3px rgba(100, 100, 100, 0.7);
z-index: 2;
{userAgent.isTridentLTE8?
background: none;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fdfdfd', endColorstr='#d7d7d7')";
}
}
ul#hMailEditorTemplates {
position: absolute;
top: 26px;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
background: rgb(214, 221, 229);
/*background: url('/hApplication/hApplicationUI/Pictures/List Background.png');*/
}
ul#hMailEditorTemplates li {
}
ul#hMailEditorTemplates li div {
padding: 5px 5px 5px 28px;
height: 14px;
font-size: 11px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: url('/images/icons/16x16/mail_document.png') no-repeat 6px 3px;
}
/*
ul#hMailEditorTemplates li:nth-child(odd) {
background: #fff;
}
ul#hMailEditorTemplates li:nth-child(even) {
background: rgb(237, 243, 254);
}
*/
li.hMailEditorTemplateSelected {
background: rgb(50, 102, 184) url('/hApplication/hApplicationUI/Pictures/Selection/Generic.png') repeat-x top;
color: white;
text-shadow: rgb(97, 95, 106) 1px 1px 1px;
}
div#hMailHTMLWrapper {
position: absolute;
top: 325px;
left: 50px;
right: 45px;
bottom: 70px;
background: #fff;
border: 1px solid rgb(180, 180, 180);
min-height: 200px;
margin: 0 20px;
z-index: 5;
}
div#hMailHTMLWrapper iframe {
width: 100%;
height: 100%;
border: none;
margin: 0;
padding: 0;
}
form#hMailEditorDialogue {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 301px;
width: auto;
height: auto;
margin: 0;
box-shadow: none;
{$webkit?
-webkit-box-shadow: none;
}
{$gecko?
-moz-box-shadow: none;
}
}
form#hMailEditorDialogue div.hDialogueContent {
border: none;
}
div#hMailEditorDocumentMailer {
min-height: 700px;
min-width: 700px;
}
form#hMailEditorDialogue div.hFormLegend {
display: none;
}
form#hMailEditorDialogue input[type="text"] {
width: 98%;
} | hMail/hMailEditor/hMailEditor.css | @import '/hApplication/hApplicationUI/hApplicationUIButton/CSS/Segmented+Aqua.css';
html,
body {
background: rgb(232, 232, 232);
padding: 0;
margin: 0;
font: 12px "Lucida Grande", Arial;
}
div#hMailEditor {
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
border-top: 1px solid rgb(180, 180, 180);
border-bottom: 1px solid rgb(180, 180, 180);
}
div#hMailEditorTemplateWrapper {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 300px;
overflow: hidden;
border-right: 1px solid rgb(190, 190, 190);
}
div#hMailEditorTemplateWrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
div#hMailEditorTemplateLabel {
position: absolute;
top: 4px;
left: 5px;
font-size: 13px;
}
div#hMailEditorTemplateTabs {
position: absolute;
top: 0;
left: 0;
width: 300px;
height: 23px;
{userAgent.isWebkit?
background: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 253)), to(rgb(215, 215, 215)));
}
background: {userAgent.vendorPrefix}linear-gradient(top, rgb(253, 253, 253), rgb(215, 215, 215));
background: linear-gradient(to bottom, rgb(253, 253, 253), rgb(215, 215, 215));
border-bottom: 1px solid rgb(180, 180, 180);
{userAgent.vendorPrefix}box-shadow: 0 3px 3px rgba(100, 100, 100, 0.7);
box-shadow: 0 3px 3px rgba(100, 100, 100, 0.7);
z-index: 2;
{userAgent.isTridentLTE8?
background: none;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fdfdfd', endColorstr='#d7d7d7')";
}
}
ul#hMailEditorTemplates {
position: absolute;
top: 26px;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
background: rgb(214, 221, 229);
/*background: url('/hApplication/hApplicationUI/Pictures/List Background.png');*/
}
ul#hMailEditorTemplates li {
}
ul#hMailEditorTemplates li div {
padding: 5px 5px 5px 28px;
height: 14px;
font-size: 11px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: url('/images/icons/16x16/mail_document.png') no-repeat 6px 3px;
}
/*
ul#hMailEditorTemplates li:nth-child(odd) {
background: #fff;
}
ul#hMailEditorTemplates li:nth-child(even) {
background: rgb(237, 243, 254);
}
*/
li.hMailEditorTemplateSelected {
background: rgb(50, 102, 184) url('/hApplication/hApplicationUI/Pictures/Selection/Generic.png') repeat-x top;
color: white;
text-shadow: rgb(97, 95, 106) 1px 1px 1px;
}
div#hMailHTMLWrapper {
position: absolute;
top: 325px;
left: 50px;
right: 45px;
bottom: 70px;
background: #fff;
border: 1px solid rgb(180, 180, 180);
min-height: 200px;
margin: 0 20px;
z-index: 5;
}
div#hMailHTMLWrapper iframe {
width: 100%;
height: 100%;
border: none;
margin: 0;
padding: 0;
}
form#hMailEditorDialogue {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 301px;
width: auto;
height: auto;
margin: 0;
box-shadow: none;
{$webkit?
-webkit-box-shadow: none;
}
{$gecko?
-moz-box-shadow: none;
}
}
form#hMailEditorDialogue div.hDialogueContent {
border: none;
}
div#hMailEditorDocumentMailer {
min-height: 700px;
min-width: 700px;
}
form#hMailEditorDialogue div.hFormLegend {
display: none;
}
form#hMailEditorDialogue input[type="text"] {
width: 98%;
} | 0.318061 | 0.066509 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.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+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.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+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.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+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.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+2212, U+2215;
}
body {
font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
/*background-color:#00B0F0; */
/*background:#00b0f085;*/
background:#f1efef;
font-weight:300;
}
/*--------------navbar code start here---------------*/
.navbar-default {
background-color: #f8f8f8;
border-bottom: 4px Solid #01ADEF;
}
.navbar-nav>li>a{
line-height: 30px;
font-size: 15px;
}
.navbar-brand {
line-height: 30px;
}
.iccn-clr-nvbar{
color:#01ADEF;
}
.dropdown-menu > li > a:hover {
color: #fff !important;
text-decoration: none;
background-color: #01adef !important;
}
ul.dropdown-menu.bg-clr{
border-radius:0px !important;
}
.dropdown-menu > li > a {
display: block;
padding: 7px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
border-bottom: 1px solid #f3f3f3;
}
.dropdown-menu > li.kopie > a {
padding-left:5px;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
/* border-radius:0 6px 6px 6px; */
background: #eb710f;
}
.dropdown-submenu > a:after {
border-color: transparent transparent transparent #333;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;
height: 0;
margin-right: -10px;
margin-top: 5px;
width: 0;
}
#txt-clr {
color: #fff !important;
border-bottom: 1px solid #cf620a !important;
}
.dropdown-submenu:hover>a:after {
border-left-color:#555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
text-decoration: none;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 220px;
/* padding: 5px 0;
margin: 2px 0 0; */
padding: 0px 0 !important;
margin: 0px 0 0 !important;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
@media (max-width: 767px) {
.navbar-nav {
display: inline;
}
.navbar-default .navbar-brand {
display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
color: red;
background-color: #ccc;
margin-top: 2px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #ccc;
}
.navbar-nav .open .dropdown-menu {
border-bottom: 1px solid white;
border-radius: 0;
}
.dropdown-menu {
padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
padding-left: 30px;
}
li.dropdown.open {
border: 0px solid red;
}
}
@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
display: block;
}
#navbar {
text-align: center;
}
}
/*-------------CROUSAL-STARTS------------*/
#sg-carousel {
position: relative;
height: 60vh;
top: -20px;
}
#sg-carousel .carousel-inner .item {
/* height: 100vh; */
}
.carousel-caption{top:25%;}
.carousel-caption h1 {
font-size: 6em;
font-weight: bold;
margin: 0;
padding: 0;
}
#sg-carousel .carousel-control.left {
top: 48%;
}
#sg-carousel .carousel-control.right {
top: 48%;
}
.uppr-txt {
text-transform: uppercase;
color: #fff;
font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
background-image: none;
background-repeat: no-repeat;
opacity: 0;
text-shadow: none;
transition: all 0.8s ease 0s;
}
.carousel-control {
bottom: 0;
color: #fff;
font-size: 20px;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
top: 0;
width: auto;
transition: all 0.8s ease 0s;
}
.carousel-inner {
/* box-shadow: 2px 6px 21px; */
}
.fa-angle-right,
.fa-angle-left {
font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
left: 38px;
transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
right: 38px;
transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
opacity: 0.1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
display: block;
height: auto;
max-width: 100%;
width: 100%;
}
.item.active img {
transition: transform 5000ms linear 0s;
transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
font-size: 80px;
}
.carousel-caption {
left: 60%;
padding-bottom: 5%;
right: 0;
text-align: left;
}
.carousel-caption h1 {
/* font-family: raavi; */
font-size: 45px;
font-weight: 600;
line-height: 18px;
}
.carousel-caption > h5 {
/*font-size: 25px;
color: #fff; */
margin-top: 11%;
}
.carousel-caption > a {
text-transform: uppercase;
color: #fff;
background: #041132;
padding: 6px 12px;
}
.button--tamaya {
border: 2px solid #40a304 !important;
border-radius: 5px;
color: #7986cb;
min-width: 180px;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1px;
}
.button--border-thick {
border: 3px solid;
}
.button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: inherit;
display: block;
float: left;
max-width: 250px;
min-width: 199px;
padding: 1em 7em;
position: relative;
vertical-align: middle;
z-index: 1;
}
.button--tamaya::before {
padding-top: 1em;
top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
background: #40a304;
color: #fff;
content: attr(data-text);
height: 50%;
left: 0;
overflow: hidden;
position: absolute;
transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
width: 100%;
}
.button--tamaya::after {
bottom: 0;
line-height: 0;
}
.button--tamaya:hover::before {
transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
transform: translate3d(0px, 100%, 0px);
color: #40a304;
}
.button--tamaya:hover {
color: #40a304;
font-weight: 600;
}
.carousel-indicators li {
background-color: #b3b5b9;
border-radius: 10px;
cursor: pointer;
display: inline-block;
height: 12px;
margin: 1px;
text-indent: -999px;
width: 12px;
border: 0;
}
.carousel-indicators .active {
background-color: #00aeef;
height: 12px;
margin: 0;
width: 12px;
border: 0;
}
#sg-carousel h1 {
animation-delay: 1s;
margin-bottom:15px;
}
#sg-carousel p {
animation-delay: 2s;
}
#sg-carousel button {
animation-delay: 3s;
margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.carousel-caption h1{
font-size: 16px;
}
.carousel-caption > p {
font-size: 7px;
}
#sg-carousel h1{
margin-bottom: 2px;
}
#sg-carousel{
height:auto;
}
.carousel-caption {
top: 13%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.carousel-caption h1{
font-size: 30px;
}
.carousel-caption > p {
font-size: 18px;
}
#sg-carousel h1{
margin-bottom:7px;
}
#sg-carousel{
height:auto;
}
}
.default-user {
background-color: #000000;
}
.default-user img{
opacity: 0.7;
}
/*-------------CROUSAL-ENDS------------*/
.menu-box{
background:rgb(0,174,239);
/* background: #f8f8f8; */
padding: 20px 0px 20px 0px;
margin-top: -14px;
}
.virtual-training{
margin-top:15%;
margin-bottom:10%;
text-align:center;
}
.virtual-txt{
font-size:16px;
/* color: rgba(0,0,0,.8); */
color:#fff;
margin-top:10px;
/* text-transform:uppercase; */
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.virtual-txt {
font-size: 15px;
color: #fff;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.virtual-txt {
font-size: 17px;
color: #fff;
}
}
/*--------------footer --------------------*/
.footer-bgclr{
position:relative;
background:#323232;
color:#c2c2c2;
}
.footer-links{
list-style:none;
padding: 10px 0px 41px;
}
.footer-links li a{
/* color:#c2c2c2!important;
font-size:15px; */
color: #b3b1b1!important;
font-size: 14px;
text-decoration:none;
}
.footer-txt-static{
color: #b3b1b1!important;
font-size: 14px;
}
.footer-links li a:hover{
color:rgb(0,174,239);
}
.big-txt{
font-size:24px;
color: #00ccec;
}
.learn-box{
/* background-color:#f8f8f8; */
text-align:center;
padding:40px;
margin-top:10px;
/* margin-bottom:10px; */
background:#00b5f778;
}
.bbbtn-shape{
border-radius:30px;
padding: 7px 27px;
background: #01b2e6;
}
a{
text-decoration:none !important;
/* color:#474747 !important; */
outline:0;
}
a:hover, a:active, a:focus {
outline: 0;
}
.socialWrapper {
display: flex;
/* justify-content: center; */
background: none;
width: 100%;
}
.fa {
/* color: #D7DADBB3; */
transition: 0.5s;
/*margin-left: 3px;*/
}
.fa-hover:hover {
color: #00AEEF;
}
/*--------------------popup login code start--------------------------*/
.overflow{
display :none;
}
.login-link-design{
text-align:center;
margin:10px;
}
.fade{
/* background: #00000080 !important; */
}
.hed-clr{
background:rgb(0,174,239);
color:#fff;
}
/*-------------input box inside icon code---------------*/
.input-group .icon-addon .form-control {
border-radius: 0;
}
.icon-addon {
position: relative;
color: #555;
display: block;
}
.icon-addon:after,
.icon-addon:before {
display: table;
content: " ";
}
.icon-addon:after {
clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
position: absolute;
z-index: 2;
left: 10px;
font-size: 14px;
width: 20px;
margin-left: -2.5px;
text-align: center;
padding: 10px 0;
top: 1px
}
.icon-addon.addon-lg .form-control {
line-height: 1.33;
height: 46px;
font-size: 18px;
padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
height: 30px;
padding: 5px 10px 5px 28px;
font-size: 12px;
line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
font-size: 18px;
margin-left: 0;
left: 11px;
top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
padding-left: 30px;
float: left;
font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
margin-left: 0;
font-size: 12px;
left: 5px;
top: -1px
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
color: #2580db;
}
.mving-top{
margin-top:5.5%;
}
@media screen
and (min-device-width:1500px)
and (max-device-width:2982px){
.mving-top{
margin-top:2.5%;
}
}
.total-bdy-clr{
background-color:#EDEDED;
}
/*-------slider1------------*/
.carousel-control { width: 4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
.carousel-inner .active.left { left: -100%; }
.carousel-inner .next { left: 100%; }
.carousel-inner .prev { left: -100%; }
.active > div { display:none; }
.active > div:first-child { display:block; }
}
@media (min-width: 767px) and (max-width: 992px ) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .next { left: 50%; }
.carousel-inner .prev { left: -50%; }
.active > div { display:none; }
.active > div:first-child { display:block; }
.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next { left: 25%; }
.carousel-inner .prev { left: -25%; }
}
.rate-container {
margin-top:-3px;
}
.check{
height:auto;
max-height:45px;
overflow:hidden;
text-overflow: ellipsis;
white-space: normal;
font-weight: 600;
margin: 3px 0 0 5px;
font-size: 14px;
color: #333;
/* text-transform: uppercase; */
/* color: #00adef; */
/* line-height: 1.5em;
height: 3em; */ /* height is 2x line-height, so two lines will display */
overflow: hidden;
}
.small-txt{
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
min-height: 21px;
height: 21px;
font-size: 12px;
color: #666;
margin: 3px 0 0 5px;
}
.playful figure {
/*cursor: pointer;
float: left;
margin: 10px 1% 5px;
max-height: 225px;
max-width: 480px;
overflow: hidden;
position: relative;
width: 100%;*/
background: #fff;
color: #000;
display: block;
font-size: small;
overflow: hidden;
position: relative;
width: 216px;
}
.playful figure figcaption,
.playful figure figcaption > a {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.playful figure figcaption {
backface-visibility: hidden;
color: #fff;
font-size: 1.25em;
}
.playful figure.softeffect {
background: none repeat scroll 0 0 transparent;
box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.15);
}
.playful figure.softeffect img {
transition: opacity .35s ease 0s, transform .35s ease 0s;
}
figure.softeffect:hover img {
opacity: 0.35;
transform: scale(1);
text-decoration:none;
}
.playful figure.softeffect figcaption:before {
opacity: 0;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.playful figure.softeffect h4 {
opacity: 1;
padding: 20px 5px 20px;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
height:100px;
}
.playful figure.softeffect:hover figcaption:before {
opacity: 1;
transform: scale(1);
}
.playful figure.softeffect:hover h4 {
opacity: 1;
transform: scale(1);
}
.playful figure img {
display: block;
max-width: 100%;
min-height: 100%;
opacity: 1;
position: relative;
}
figure.softeffect {
/* background: none repeat scroll 0 0 transparent; */
background:#FFF;
}
figure.softeffect:hover {
/* background: none repeat scroll 0 0 #000000; */
/* Cyan: #00aeef */
}
figure.softeffect img {
transform: scale(1);
transition: opacity .35s ease 0s, transform .35s ease 0s;
}
/*figure.softeffect:hover img {
opacity: 0.40;
transform: scale(1.15);
filter: blur(2px);
}*/
.softeffect {
/* height: 250px; */
}
.icn-rupess{
color:#00ADEF;
font-size: 16px;
font-weight: bold;
position: relative;
left: 61%;
margin-top: 4%;
}
@media only screen
and (min-device-width:980px)
and (max-device-width: 1280px){
.icn-rupess{
left:54%;
}
}
.icn-clr-index{
color:#00ADEF;
padding-right:2px;
}
.txt-display-lines{
font-size:13px;
width: 100%;
/* color: rgba(0,0,0,.55); */
color:#4e4c4c;
}
/*-------------input box inside icon code---------------*/
.input-group .icon-addon .form-control {
border-radius: 0;
}
.icon-addon {
position: relative;
color: #555;
display: block;
}
.icon-addon:after,
.icon-addon:before {
display: table;
content: " ";
}
.icon-addon:after {
clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
position: absolute;
z-index: 2;
left: 10px;
font-size: 14px;
width: 20px;
margin-left: -2.5px;
text-align: center;
padding: 10px 0;
top: 1px
}
.icon-addon.addon-lg .form-control {
line-height: 1.33;
height: 46px;
font-size: 18px;
padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
height: 30px;
padding: 5px 10px 5px 28px;
font-size: 12px;
line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
font-size: 18px;
margin-left: 0;
left: 11px;
top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
padding-left: 30px;
float: left;
font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
margin-left: 0;
font-size: 12px;
left: 5px;
top: -1px
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
color: #2580db;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.mving-top{
margin-top:0.5%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.mving-top{
margin-top:0.3%;
}
}
@media screen
and (min-device-width:1500px)
and (max-device-width:2982px){
.mving-top{
margin-top:2.5%;
}
}
.txt-box{
color:#333132;
background: #fec93b;
padding: 11px;
text-align: center;
margin-bottom:10px;
line-height: 13px;
}
.box-one{
background: #696969;
height: 200px;
border-radius: 15px 15px 0px 0px;
padding:6px;
}
.hedr-txt{
text-align:center;
color:#fff;
border-bottom:1px solid #bdbbbb;
padding-bottom:5px;
}
.middle-txt{
text-align:center;
color:#bbbbbb;
margin-top:28%;
}
.total-box{
/* margin:5px; */
}
.bottm-box {
background: #dddddd;
padding: 8px 12px;
font-size: 17px;
font-weight: bold;
text-align: center;
cursor:pointer;
}
.sec-box{
margin-top:20px;
background-color:#00adef;
padding:10px 10px;
}
.txt-sec{
text-align:justify;
color:#fff;
}
#readmore-txt{
color:#fff !important;
float:right;
margin-top: 10%;
font-size: 15px;
}
/*--------------virtual-training code-----------------*/
.haeding-setting{
text-align:center;
margin-top: 5.7%;
}
.bttun-type{
width: 177px;
height: 30px;
background-color: #323232;
border-radius: 30px;
color: #fff;
padding: 10px 15px;
line-height: 9px;
margin-bottom: 10px;
text-transform:uppercase;
font-size: 12px;
}
.setting-icn{
float: right;
background: #000;
padding: 9px 12px;
margin-top: -10px;
margin-right: -15px;
border-radius: 50px;
color: #fff;
}
.article {
width:100%;
height:182px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
position: relative;
color:white;
margin-bottom:7px;
}
.image {
background-image: url(../images/sliders/banner_1.jpg);
margin-top: 5%;
}
.overlay:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
background-color:rgba(9, 1, 1, 0.56);
}
.article * {
position: relative;
/* hack */
}
.txt-adjust{
/* text-align:justify; */
font-weight:bold;
height:auto;
max-height:40px;
overflow:hidden;
margin-bottom: 12%;
}
.rate-container > i {
float: left;
color: #00ADEF;
/* margin-right:10px; */
}
.rupee-txt{
color: #00ADEF;
font-size: 16px;
font-weight: bold;
position: relative;
left: 65%;
margin-top:8%;
}
.virtual-box {
background-color: #fff;
height: auto;
padding: 10px;
box-shadow: 2px 3px 2px #ddd;
margin-bottom:10px;
width:207px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.virtual-box {
width:100%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.virtual-box {
width:227px;
}
}
@media
(min-device-width: 800px)
and (max-device-width: 1280px) {
.virtual-box {
width:227px;
}
}
@media
(min-device-width: 1280px)
and (max-device-width: 600px) {
.virtual-box {
width:207px;
}
}
.rating-txt {
color: #B2B2B2;
font-size: 12px;
font-weight: bold;
}
.immmgg-size{
width:100%;
height:120px;
}
/*--------------virtual-training-details code-----------------*/
.virtual {
width:100%;
height:269px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
position: relative;
color:white;
margin-bottom:7px;
}
.imgg {
background-image: url(../images/sliders/banner_2.jpg);
width:100%;
background-size: cover;
}
.details:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
background-color:rgba(33, 33, 35, 0.74);
}
.virtual * {
position: relative;
/* hack */
}
.total-txt-adjust{
position: absolute;
top: 14%;
left: 4%;
}
.bbbtn-syte{
background-color: rgb(0,174,239);
width: 200px;
padding: 9px 23px;
text-align: center;
border-radius: 30px;
font-size: 16px;
}
#clr-txt-online1{
color:#fff !important;
font-weight:bold;
}
.box-brd{
background-color:rgb(248,248,248);
border:1px solid rgb(207,207,207);
padding:8px;
min-height:333px;
}
.learn-txt{
list-style-type:none;
}
.icn-clr-online{
color:rgb(0,174,239);
font-size:18px;
}
.size-svg{
width:16px;
}
.learn-txt{
color: #7B7B7B;
font-size: 16px;
width: 100%;
margin-left: 10px;
}
.bttm-space{
margin-bottom: 14px;
}
.video-box{
list-style:none;
}
.sec-box-online{
background-color:rgb(255,255,255);
height: auto;
padding: 10px;
box-shadow: 2px 3px 2px 2px #9e9999;
position: absolute;
top: -200px;
}
.icccn-clr{
color:rgb(86,86,86);
font-size:16px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.sec-box-online{
position: relative;
top:10px;
}
}
.imgg-overlay{
background-color:#000;
}
.imgg-overlay img{
opacity:0.5;
}
.svg-icn{
background-image:url('../images/icons/youtube.png');
width:100%;
/* background-size: cover; */
background-repeat: no-repeat;
background-position: center center;
}
/*-------slider1 end------------*/
/*----------------slider4 Feautred article code here------------------------------*/
#wrapper1 {
height: 300px;
width: 100%;
margin:0 auto;
}
.space-immgg{
border:5px solid #fff;
}
.featured-box{
background:#fff;
box-shadow: 0 1px 0 rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.15);
margin-bottom: 10px;
}
/*------------------------my-tutors page code------------------------------*/
.tutors-box{
border: 2px solid #ddd;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
}
.tutors-txt{
text-align: center;
font-size: 17px;
background: #00ADEF;
color: #fff;
padding: 6px;
border: 2px solid #323232;
border-radius: 10px;
position: relative;
top: -26px;
}
.immg-box{
border: 2px solid #323232;
border-radius: 10px;
}
.teacher{
text-transform:uppercase;
}
.rate-clr{
font-size: 22px;
font-weight: bold;
color: #9c9a9a;
margin-left: -9px;
}
.iccn-clr{
color: #9c9a9a;
}
.per-month-txt{
color: #9c9a9a;
font-size:18px;
text-transform:uppercase;
}
.para-txt-stye{
color:#9c9a9a;
font-size:15px;
text-align:justify;
height:60px;
line-height:20px;
overflow:hidden;
}
/*----------------------------Test / Assessment ---------------------*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
color:#fff !important;
}
.hrd-clr{
background-color:#3D89A7;
color:#fff;
}
.take-bg{
background: #00ADEF;
text-align: center;
}
#take-txt{
color:#fff !important;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
font-size:13px;
}
.video-box{
margin-bottom:15px;
}
.incrses-size{
font-size:23px;
}
.chnge-clr{
color:#ccc !important;
}
.mvng-right{
float:right;
margin-right: 3%;
}
/*---------------------------------Partner With Us code start here------------------------*/
.box-paddng{
padding:10px;
background:#fff;
}
.partner-with-us-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.article-partner {
width:100%;
height:451px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.imagge {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/partner-with-us/banner_1.jpg");
background-size: cover;
}
.overlays:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.article-partner * {
position: relative;
color: #fff;
text-transform:uppercase;
/* hack */
}
.bbbtn-partner {
border-radius: 30px;
padding: 7px 27px;
width: 14%;
font-size: 21px;
margin-top:3%;
}
.partner-growth p {
font-size: 17px;
line-height: 30px;
margin: 10px 0px;
margin-bottom: 10px;
font-weight: 400;
line-height: 25px;
margin-bottom: 18px;
color: #757575;
}
.testimonials {
margin: 0px;
padding: 10px;
background: #f4f4f4;
padding: 28px 0;
border-top: 1px solid #e3e3e3;
}
.commission {
margin: 0px;
padding: 0px;
background: #f4f4f4;
padding: 28px 0;
border-top: 1px solid #e3e3e3;
}
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center; margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block; margin-right: 20px;width: 100px;border:3px solid #fff;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#000000; font-weight:400;}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative;margin: 30px auto;padding: 0;width:100%;*zoom: 1;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 0;right: 0;width: 30px;border-left:1px solid #ddd;height: 30px;cursor: pointer;background: #01adef url(../images/partner-with-us/caousel-next.png) no-repeat 0 0 ;}
.bx-wrapper .bx-prev {position: absolute;top: 0px;right: 30px;border-right:1px solid #ddd;width: 30px;height: 30px;cursor: pointer;background: #01adef url(../images/partner-with-us/caousel-prev.png) no-repeat 0 0 ;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 0;margin-top: 0;margin-right: 0px;outline: 0;width: 30px;height: 30px;text-indent: -9999px;z-index: 9999;}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #EEEEEE;
}
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border: 2px solid #01adef;
}
.panel-title {
font-size: 14px;
}
.panel-title > a {
display: block;
padding: 15px;
text-decoration: none;
color: #757575;
}
.more-less {
float: right;
color:#01adef;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #EEEEEE;
font-size:14px;
color: #9d9c9c;
}
.question{
margin-left: 5%;
list-style-type:square;
}
.question li{
font-size:14px;
/* color: #9d9c9c; */
color:#fff;
}
.question p {
text-align: left;
margin-left: -15px;
}
.highlighting-txt{
color:#01adef;
font-weight:700;
}
.login-form-div img {
width: 85%;
display: block;
margin: auto;
margin-bottom: auto;
margin-bottom: 15px;
}
/*----------------------student page code here--------------------*/
.traing-box{
background:#F4F4F4;
padding:10px;
}
.student-txt-heading{
color:#01adef;
}
.partner-with-us-txt{
color: #fff;
/* font-size: 34px; */
font-size: 26px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.student-immmmg {
width:100%;
height:451px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.imgges {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image:linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)), url("../images/student/banner_2.jpg");
background-size:cover;
}
.covers:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.student-immmmg * {
position: relative;
/* hack */
}
.view {
margin: 10px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask,
.view .content {
width: 300px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.view img {
display: block;
position: relative
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
/*1*/
.view-first img {
/*1*/
transition: all 0.2s linear;
width: 100%;
height: 200px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(58, 1, 132, 0.44);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
transform: scale(1.1);
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*-------------------------------dashboard my-training code here----------------------------*/
.traing-txt{
text-align:center;
font-family:Lexia;
}
.dashboard-traing-txt{
color:#01adef;
}
.txt-rght{
float: right;
font-weight: 600;
}
.mvng-txt-rght{
float: right;
}
.nav-pills > li{
float: left;
font-size: 13px;
font-weight: 600;
}
/*-------------dashboard take page code here-------------*/
/* .take-test-box{ */
/* border:1px solid #01adef; */
/* padding:10px; */
/* } */
.take-test-box h3{
color:#01adef;
}
ul.check-list {
list-style: none;
position: relative;
left: 7%;
}
ul.check-list li{
}
.form-group {
margin-bottom: 10px;
}
ul.check-list li:hover:active:focus {
color: #01adef !important;
}
ol.nxt-pvr{
list-style: none;
}
ol.nxt-pvr > li > a{
display: inline;
float: left;
margin-right: 30%;
}
.option-box {
position: absolute;
top: 0px;
left: 5%;
width: 93%;
}
.option-box1{
position: absolute;
top: 0px;
left: 8%;
width: 93%;
}
/*----------------------------------technical-docs-view---------------------------------*/
.technical-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.technical-docs {
width:100%;
height:300px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.docs-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image:linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)), url("../images/technical/tech_1.jpg") ;
background-size:cover;
}
.full-image:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.technical-docs * {
position: relative;
/* hack */
}
.post__date {
font-size: .867rem;
font-weight: 400;
color: #9a9a9b;
display: block;
margin-bottom: 10px;
}
.tech-box{
padding:10px;
border-bottom:1px solid #ddd;
margin:15px 0px 15px 0px;
}
.immg-tech{
width:120px;
height:120px;
}
.text-tech{
margin: 0 0 10px;
font-size:20px;
}
.para-txt{
font-size: 14px;
/* color: #9d9c9c; */
color: #5d5a5a;
text-align:justify;
}
.tech-link a{
background: #f4f4f4;
font-size: .867rem;
color: rgba(0,0,0,.55);
padding: 3px 13px;
border-radius: 2px;
margin: 0 10px 10px 0;
display: inline-block;
transition: .3s cubic-bezier(.645,.045,.355,1);
}
.tech-link a:hover{
color: #fff;
background: #01adef;
}
.p_single .article__inner {
border-bottom: 2px solid hsla(0,0%,85%,.5);
margin: 0 auto 25px;
}
.p_single .article__content p {
color: #111;
margin-bottom: 20px;
margin-top: 15px;
line-height: 26px;
}
.text-heading-techn{
text-align: center;
padding-top:20px ;
color: #6e6c6c;
}
.text-techn{
color: #6e6c6c;
text-align: center;
padding-bottom:20px ;
}
.tech-inner-page p{
text-align:justify;
color: #757575;
font-size:14px;
padding:10px;
}
.carousel .item {
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-ms-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
left:0;
opacity:0;
z-index:2;
}
.carousel .next, .carousel .prev {
left:0;
opacity:1;
z-index:1;
}
.carousel-caption {
position: relative;
left: 0%;
right: 0%;
bottom: 0px;
z-index: 10;
padding-top: 0px;
padding-bottom: 0px;
color: #000;
text-shadow: none;
}
.carousel {
position: relative;
}
.controllers {
position: absolute;
top: 0px;
}
.carousel-control.left,
.carousel-control.right {
background-image: none;
}
.carousel-indicators {
bottom: -34px;
}
/*-----------------------------articles page code here--------------------*/
.article-page{
margin-top:10px;
}
.articles-small-txt{
font-size:12px;
color: #626060;
}
.tagline{
font-size:12px;
color: #626060;
}
.article__content{
margin-top: 12px;
}
.article-star{
color:#a19797;
font-size: 14px;
margin-right: -4px;
}
.hint{
font-size:12px;
color:#626060;
}
.articles-box {
background: #fff;
border: 1px solid #f3f3f3;
padding: 10px;
}
.page-clr{
/* background:#f3f3f3; */
color: #989797;
}
.ptb-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.media-left, .media-right, .media-body {
display: table-cell;
vertical-align: top;
}
.media-left, .media > .pull-left {
padding-right: 10px;
}
.recent-posts .recent-post .media-left img {
width: 80px;
height: 80px;
}
.media-object {
max-width: none;
}
.media-object {
display: block;
}
.media-left, .media-right, .media-body {
display: table-cell;
vertical-align: top;
}
.media-body {
width: 10000px;
}
.media, .media-body {
overflow: hidden;
zoom: 1;
}
.mb-5 {
margin-bottom: 5px !important;
font-size: 14px;
}
.color-theme {
color: #2FA5EB !important;
font-size: 12px;
}
.mr-5 {
margin-right: 5px !important;
}
.recent-post{
border-bottom:1px solid #01adef;
}
#txt-clr-article{
color:#01adef;
}
.inner-page{
background:#fff;
padding:10px;
}
.inner-page h3{
text-align:center;
color:#01adef;
}
.inner-page p{
text-align:justify;
font-size:15px;
padding:10px;
}
/*-----------partner-login --------------*/
/*--------checkbox code---------------------*/
.checkbox *{
cursor: pointer;
}
.checkbox input {
opacity: 0;
}
.checkbox span{
position: relative;
display: inline-block;
margin-left: -25px;
vertical-align: top;
width: 20px; height: 20px;
border-radius: 2px;
border: 1px solid #ccc;
}
.checkbox:hover span{
border-color: #01adef;
}
.checkbox span:before{
content: "\2713"; /* comment content to use custom icon classes */
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
opacity: 0;
text-align: center;
font-size: 14px;
line-height: 16px;
vertical-align: middle;
color: #01adef;
}
.checkbox input[type=checkbox]:checked + span{
border-color: #01adef;
background-color: #01adef;
}
.checkbox input[type=checkbox]:checked + span:before{
color: #fff;
opacity: 1;
transition: color .3 ease-out;
}
.checkbox input[type=checkbox]:disabled + span{
border-color: #ddd !important;
background-color: #ddd !important;
}
.bbtn-clr{
border-radius: 30px;
width:20%;
}
.partner-login-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.partner-login {
width:100%;
height:238px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.partner-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image:linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)), url("../images/technical/partner-login-img.jpg") ;
background-size:cover;
}
.full-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.partner-login * {
position: relative;
/* hack */
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
img{
width:100%;
}
}
.inline{
display: inline-block;
}
.inline + .inline{
margin-left:10px;
}
.radio{
color:#999;
font-size:15px;
position:relative;
}
.radio span{
position:relative;
padding-left:20px;
}
.radio span:after{
content:'';
width:15px;
height:15px;
border:3px solid;
position:absolute;
left:0;
top:1px;
border-radius:100%;
-ms-border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
box-sizing:border-box;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
cursor: pointer;
position:absolute;
width:100%;
height:100%;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
color:#454646;
}
.radio input[type="radio"]:checked + span:before{
content:'';
width:5px;
height:5px;
position:absolute;
background:#454646;
left:5px;
top:6px;
border-radius:100%;
-ms-border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
}
/*--------------------------------home tutions page---------------------*/
.txt-adjust1{
font-weight: bold;
height: auto;
max-height: 22px;
overflow: hidden;
}
.subject-name{
color: #aeaeae;
font-size: 14px;
}
/*------------------------support page design code here-----------------------*/
.support-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.support{
width:100%;
height:250px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.support-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/partner-with-us/banner_1.jpg");
background-size: cover;
}
.total-bg-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.support * {
position: relative;
/* hack */
}
.support-box h3{
color:#01adef;
}
.support-box p{
color:#9d9c9c;
text-align:justify;
font-size:15px;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 0px;
font-weight: 400;
}
.serach-box {
position: absolute;
top: 34%;
right: 33%;
width: 36%;
}
.txt-search{
color:#fff;
text-align:left;
font-size:30px;
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.serach-box {
position: absolute;
top:20%;
right: 33%;
width: 36%;
}
}
@media
(min-device-width: 800px)
and (max-device-width: 1280px) {
.serach-box {
position: absolute;
top:12%;
right: 33%;
width: 36%;
}
.mving-top {
margin-top: 18.3%;
}
}
@media
(max-device-width: 980px)
and (orientation: portrait) {
.serach-box {
position: absolute;
top:16%;
right: 33%;
width: 36%;
}
.mving-top {
margin-top: 15%;
}
}
.imgg-svg{
width:70px;
height:70px;
}
/*--------------------------faq page----------------------*/
.faq-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.faq{
width:100%;
height:250px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.faq-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/faqs.jpg");
background-size: cover;
}
.faq-bg-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.faq * {
position: relative;
/* hack */
}
.tagline{
text-align: center;
position: relative;
top: -10px;
color: #fff;
}
.faq-list li{
color: #9c9898;
font-size: 14px;
text-align: justify;
}
.faq-box h4{
color:#01adef;
}
/*------------------------shopping-cart--------------------------*/
.cart-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.cart{
width:100%;
height:250px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.cart-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/cart.jpg");
background-size: cover;
}
.cart-bg-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.cart * {
position: relative;
/* hack */
}
.cart-box{
border:1px solid #ccc;
padding:10px;
box-shadow:1px 1px 1px #ddd;
}
.imgg-cart-size{
width:100%;
height:81px;
}
.rate-txt-clr{
color:#ea4444;
text-align:right;
float:right;
}
#txt-remve{
color:#6c6c6c;
font-size:14px;
}
.rate-txt-cross{
text-decoration:line-through;
text-align:right;
float:right;
}
.cart-txt-clr{
color:#01adef;
font-weight:600;
}
.side-txt{
font-size:25px;
color:#ea4444;
}
.rate-cross{
text-decoration:line-through;
}
.coupon{
margin-top:10px;
font-size:13px;
}
.more-coupon{
background-color:#f3f3f3;
}
.paddng-rmve{
padding:0px;
}
.bg-clr-label{
background:#01ADEF;
color:#fff;
height: 34px;
line-height: 21px;
text-align: left !important;
font-size: 13px;
}
.form-control{
border-radius: 0px !important;
}
.upload-txt {
border: 1px solid #ddd;
height: 34px;
padding: 6px 12px;
}
.video-box-booknow {
border: 1px solid #ddd;
padding: 10px;
box-shadow: 2px 2px 2px #ddd;
position: relative;
top: -100px;
background: #fff;
}
.bookno-name-color{
color:#01ADEF;
text-transform: uppercase;
font-weight: 600;
margin-top: 11px;
}
.inner-txt-booknow{
color: #6f6767;
margin-top: -15px;
font-size: 15px;
}
.training-txt{
color: #01ADEF;
}
.exp-txt{
color: #eb710f;
font-size: 13px;
}
.booknow-heading-txt{
color: #01ADEF;
text-transform: uppercase;
font-size: 20px;
/* text-align:center; */
}
.inner-booknow{
color: #aba4a4;
text-align: justify;
text-transform: lowercase;
font-size:18px;
margin-top:10px;
}
.immmgg-display{
margin-bottom: 10px;
}
.modal-content {
border-radius: 0px !important;
}
.modal.fade .modal-dialog {
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
top: 300px;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform: translate3d(0, -300px, 0);
transform: translate3d(0, -300px, 0);
opacity: 1;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("../images/loaders.gif") 50% 50% no-repeat rgb(249,249,249);
opacity: .8;
}
.form-horizontal .form-group{
margin-right:0px !important;
margin-left:0px !important;
}
/*------------------------testimonials code here-----------------------------*/
#quote-carousel {
padding: 0 10px 30px 10px;
margin-top: 30px;
text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
right: 50%;
top: auto;
bottom: -10px;
margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
background: #333333;
height:10px;
width:10px;
margin-bottom:1px;
}
.testimonial-box{
background: linear-gradient(rgba(146, 146, 146, 0.67), rgba(86, 86, 86, 0.78)),url('../images/testimonial.jpg')no-repeat center;
background-size:cover;
padding:10px;
margin-bottom:15px;
height:300px;
}
.testimonial-txt-clr{
color:#fff;
font-size:40px;
text-align:center;
}
.testimonial-box p{
color:#fff;
font-family: 'Montserrat', sans-serif;
padding: 0px 50px 0px 50px;
line-height: 2em;
}
.testimonial-box small{
color:#00def;
}
.app-box{
background:#fff;
background-size:cover;
padding:10px;
margin-bottom:15px;
height:250px;
}
.immg-size-heght{
height: 74px;
width: 250px;
}
.logn-img{
width:41px;
height:27px;
margin-right: 4px;
border-radius: 50%;
margin-top: 7px;
}
.bg-logn-immg{
background:#01ADEF;
padding: 2px 6px;
color: #fff;
font-size: 13px;
width:100%;
height: 41px;
overflow: hidden;
line-height: 1em;
text-align: left;
}
/*.fxd-tp{
position: fixed;
width: 232px;
top:1.5%;
}*/
.txt-aliging{
position: relative;
top: 4px;
}
/*.fixed-square {
position: fixed;
top: 0px;
right: 0;
bottom: 30%;
z-index: 9500;
width: 170px;
padding: 18px 18px 14px;
opacity: 0.718;
-webkit-transition: all 0.145s ease-out;
-moz-transition: all 0.145s ease-out;
-ms-transition: all 0.145s ease-out;
transition: all 0.145s ease-out;
background: #12687b;
color: #fff;
}*/
.fixed-square{
display: inline-block;
/* position: relative; */
/* opacity: 0.718; */
-webkit-transition: all 0.145s ease-out;
-moz-transition: all 0.145s ease-out;
-ms-transition: all 0.145s ease-out;
transition: all 0.145s ease-out;
background:linear-gradient(rgba(2, 1, 1, 0.64), rgba(0, 0, 0, 0.64)), url(../images/services.jpg);
background-size:cover;
color: #fff;
padding: 15px 0;
/* width: 200px; */
text-align: center;
position: fixed;
top: 50%;
right: 0;
bottom: 0px;
z-index: 9500;
height:107px;
width: 170px;
}
.fixed-square :after {
content: '';
display: block;
position: absolute;
left: 0;
top: 100%;
width: 0;
height: 0;
border-top: 20px solid #5a5f6163;
border-right: 68px solid transparent;
border-bottom: 0 solid transparent;
border-left: 97px solid transparent;
}
ul.customer-support{
font-size:14px;
text-align:center;
}
.already-txt{
position: relative;
top: 10px;
text-align: center;
font-size: 14px;
}
select:first-child, select#f {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff url('../images/icons/down-arrow.png') no-repeat right center;
left: -5px!important;
}
.btn-group-sm>.btn, .btn-sm{
border-radius: 30px;
font-size:10px;
text-transform: uppercase;
}
.txt-size-incsng{
font-weight:bold;
color:#fff;
}
.singup-bg{
color: #fff !important;
background: linear-gradient(-90deg, #2caae1 , #156a8d);
border: 1px solid transparent;
padding: 2px 12px !important;
/* margin-top: 13px; */
border-radius: 4px;
}
figcaption {
padding-left: 5px !important;
}
/*------------------scrollbar code here-------------------*/
#style-3::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb
{
background-color: #868686;
}
.view-bbtnn {
float: right;
background: #00adef;
display: inline;
padding: 2px 12px;
cursor: pointer;
color: #fff;
border-radius: 30px;
margin-top: -24px;
}
.view-tutor{
float: right;
background: #00adef;
display: inline;
padding: 2px 12px;
cursor: pointer;
color: #fff;
border-radius: 30px;
margin-top: 24px;
}
/*--------------side navbar---------------*/
.profile {
margin-top:3%;
}
.dashboard-txt{
color:#fff;
text-transform:uppercase;
font-size:20px;
}
/* Profile sidebar */
.profile-sidebar {
padding: 20px 0 10px 0;
/* background: #fff; */
min-height:100%;
width:100%;
background:linear-gradient(0deg,rgba(0, 174, 239, 0.7),rgba(0, 174, 239, 0.7)),url(../images/dashboard1.jpg);
background-size:cover;
}
.profile-userpic img {
float: none;
margin: 0 auto;
width:100px;
height: 100px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
border: 3px solid #fff;
}
.profile-usertitle {
text-align: center;
margin-top: 20px;
}
.profile-usertitle-name {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px;
}
.profile-usertitle-job {
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.profile-userbuttons {
text-align: center;
margin-top: 10px;
}
.profile-userbuttons .btn {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 6px 15px;
margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
margin-right: 0px;
}
.profile-usermenu {
margin-top: 30px;
}
.profile-usermenu ul li {
/* border-bottom: 1px solid #f0f4f7; */
}
.profile-usermenu ul li:last-child {
border-bottom: none;
}
.profile-usermenu ul li a {
color: #fff !important;
font-size: 14px;
font-weight: 400;
}
.profile-usermenu ul li a i {
margin-right: 8px;
font-size: 14px;
}
.profile-usermenu ul li a:hover {
background-color: #e3e3e4;
color: rgb(0,174,239)!important;
}
.profile-usermenu ul li.active {
border-bottom: none;
}
.profile-usermenu ul li.active a {
color:rgb(0,174,239) !important;
background-color: #e3e3e4;
border-left: 2px solid #5b9bd1;
margin-left: -2px;
}
/* Profile Content */
.profile-content {
background: #fff;
/*min-height: 460px;*/
min-height:583px;
max-height: 600px;
overflow-x: hidden;
overflow-y: hidden;
padding:10px;
}
.testdiv {
padding: 10px;
}
.fa-2x {
font-size: 2em;
margin-left: 3px;
} | assets/css/style-18-17.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.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+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.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+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.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+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.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+2212, U+2215;
}
body {
font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
/*background-color:#00B0F0; */
/*background:#00b0f085;*/
background:#f1efef;
font-weight:300;
}
/*--------------navbar code start here---------------*/
.navbar-default {
background-color: #f8f8f8;
border-bottom: 4px Solid #01ADEF;
}
.navbar-nav>li>a{
line-height: 30px;
font-size: 15px;
}
.navbar-brand {
line-height: 30px;
}
.iccn-clr-nvbar{
color:#01ADEF;
}
.dropdown-menu > li > a:hover {
color: #fff !important;
text-decoration: none;
background-color: #01adef !important;
}
ul.dropdown-menu.bg-clr{
border-radius:0px !important;
}
.dropdown-menu > li > a {
display: block;
padding: 7px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
border-bottom: 1px solid #f3f3f3;
}
.dropdown-menu > li.kopie > a {
padding-left:5px;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
/* border-radius:0 6px 6px 6px; */
background: #eb710f;
}
.dropdown-submenu > a:after {
border-color: transparent transparent transparent #333;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;
height: 0;
margin-right: -10px;
margin-top: 5px;
width: 0;
}
#txt-clr {
color: #fff !important;
border-bottom: 1px solid #cf620a !important;
}
.dropdown-submenu:hover>a:after {
border-left-color:#555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
text-decoration: none;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 220px;
/* padding: 5px 0;
margin: 2px 0 0; */
padding: 0px 0 !important;
margin: 0px 0 0 !important;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
@media (max-width: 767px) {
.navbar-nav {
display: inline;
}
.navbar-default .navbar-brand {
display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
color: red;
background-color: #ccc;
margin-top: 2px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #ccc;
}
.navbar-nav .open .dropdown-menu {
border-bottom: 1px solid white;
border-radius: 0;
}
.dropdown-menu {
padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
padding-left: 30px;
}
li.dropdown.open {
border: 0px solid red;
}
}
@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
display: block;
}
#navbar {
text-align: center;
}
}
/*-------------CROUSAL-STARTS------------*/
#sg-carousel {
position: relative;
height: 60vh;
top: -20px;
}
#sg-carousel .carousel-inner .item {
/* height: 100vh; */
}
.carousel-caption{top:25%;}
.carousel-caption h1 {
font-size: 6em;
font-weight: bold;
margin: 0;
padding: 0;
}
#sg-carousel .carousel-control.left {
top: 48%;
}
#sg-carousel .carousel-control.right {
top: 48%;
}
.uppr-txt {
text-transform: uppercase;
color: #fff;
font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
background-image: none;
background-repeat: no-repeat;
opacity: 0;
text-shadow: none;
transition: all 0.8s ease 0s;
}
.carousel-control {
bottom: 0;
color: #fff;
font-size: 20px;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
top: 0;
width: auto;
transition: all 0.8s ease 0s;
}
.carousel-inner {
/* box-shadow: 2px 6px 21px; */
}
.fa-angle-right,
.fa-angle-left {
font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
left: 38px;
transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
right: 38px;
transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
opacity: 0.1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
display: block;
height: auto;
max-width: 100%;
width: 100%;
}
.item.active img {
transition: transform 5000ms linear 0s;
transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
font-size: 80px;
}
.carousel-caption {
left: 60%;
padding-bottom: 5%;
right: 0;
text-align: left;
}
.carousel-caption h1 {
/* font-family: raavi; */
font-size: 45px;
font-weight: 600;
line-height: 18px;
}
.carousel-caption > h5 {
/*font-size: 25px;
color: #fff; */
margin-top: 11%;
}
.carousel-caption > a {
text-transform: uppercase;
color: #fff;
background: #041132;
padding: 6px 12px;
}
.button--tamaya {
border: 2px solid #40a304 !important;
border-radius: 5px;
color: #7986cb;
min-width: 180px;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1px;
}
.button--border-thick {
border: 3px solid;
}
.button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: inherit;
display: block;
float: left;
max-width: 250px;
min-width: 199px;
padding: 1em 7em;
position: relative;
vertical-align: middle;
z-index: 1;
}
.button--tamaya::before {
padding-top: 1em;
top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
background: #40a304;
color: #fff;
content: attr(data-text);
height: 50%;
left: 0;
overflow: hidden;
position: absolute;
transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
width: 100%;
}
.button--tamaya::after {
bottom: 0;
line-height: 0;
}
.button--tamaya:hover::before {
transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
transform: translate3d(0px, 100%, 0px);
color: #40a304;
}
.button--tamaya:hover {
color: #40a304;
font-weight: 600;
}
.carousel-indicators li {
background-color: #b3b5b9;
border-radius: 10px;
cursor: pointer;
display: inline-block;
height: 12px;
margin: 1px;
text-indent: -999px;
width: 12px;
border: 0;
}
.carousel-indicators .active {
background-color: #00aeef;
height: 12px;
margin: 0;
width: 12px;
border: 0;
}
#sg-carousel h1 {
animation-delay: 1s;
margin-bottom:15px;
}
#sg-carousel p {
animation-delay: 2s;
}
#sg-carousel button {
animation-delay: 3s;
margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.carousel-caption h1{
font-size: 16px;
}
.carousel-caption > p {
font-size: 7px;
}
#sg-carousel h1{
margin-bottom: 2px;
}
#sg-carousel{
height:auto;
}
.carousel-caption {
top: 13%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.carousel-caption h1{
font-size: 30px;
}
.carousel-caption > p {
font-size: 18px;
}
#sg-carousel h1{
margin-bottom:7px;
}
#sg-carousel{
height:auto;
}
}
.default-user {
background-color: #000000;
}
.default-user img{
opacity: 0.7;
}
/*-------------CROUSAL-ENDS------------*/
.menu-box{
background:rgb(0,174,239);
/* background: #f8f8f8; */
padding: 20px 0px 20px 0px;
margin-top: -14px;
}
.virtual-training{
margin-top:15%;
margin-bottom:10%;
text-align:center;
}
.virtual-txt{
font-size:16px;
/* color: rgba(0,0,0,.8); */
color:#fff;
margin-top:10px;
/* text-transform:uppercase; */
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.virtual-txt {
font-size: 15px;
color: #fff;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.virtual-txt {
font-size: 17px;
color: #fff;
}
}
/*--------------footer --------------------*/
.footer-bgclr{
position:relative;
background:#323232;
color:#c2c2c2;
}
.footer-links{
list-style:none;
padding: 10px 0px 41px;
}
.footer-links li a{
/* color:#c2c2c2!important;
font-size:15px; */
color: #b3b1b1!important;
font-size: 14px;
text-decoration:none;
}
.footer-txt-static{
color: #b3b1b1!important;
font-size: 14px;
}
.footer-links li a:hover{
color:rgb(0,174,239);
}
.big-txt{
font-size:24px;
color: #00ccec;
}
.learn-box{
/* background-color:#f8f8f8; */
text-align:center;
padding:40px;
margin-top:10px;
/* margin-bottom:10px; */
background:#00b5f778;
}
.bbbtn-shape{
border-radius:30px;
padding: 7px 27px;
background: #01b2e6;
}
a{
text-decoration:none !important;
/* color:#474747 !important; */
outline:0;
}
a:hover, a:active, a:focus {
outline: 0;
}
.socialWrapper {
display: flex;
/* justify-content: center; */
background: none;
width: 100%;
}
.fa {
/* color: #D7DADBB3; */
transition: 0.5s;
/*margin-left: 3px;*/
}
.fa-hover:hover {
color: #00AEEF;
}
/*--------------------popup login code start--------------------------*/
.overflow{
display :none;
}
.login-link-design{
text-align:center;
margin:10px;
}
.fade{
/* background: #00000080 !important; */
}
.hed-clr{
background:rgb(0,174,239);
color:#fff;
}
/*-------------input box inside icon code---------------*/
.input-group .icon-addon .form-control {
border-radius: 0;
}
.icon-addon {
position: relative;
color: #555;
display: block;
}
.icon-addon:after,
.icon-addon:before {
display: table;
content: " ";
}
.icon-addon:after {
clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
position: absolute;
z-index: 2;
left: 10px;
font-size: 14px;
width: 20px;
margin-left: -2.5px;
text-align: center;
padding: 10px 0;
top: 1px
}
.icon-addon.addon-lg .form-control {
line-height: 1.33;
height: 46px;
font-size: 18px;
padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
height: 30px;
padding: 5px 10px 5px 28px;
font-size: 12px;
line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
font-size: 18px;
margin-left: 0;
left: 11px;
top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
padding-left: 30px;
float: left;
font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
margin-left: 0;
font-size: 12px;
left: 5px;
top: -1px
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
color: #2580db;
}
.mving-top{
margin-top:5.5%;
}
@media screen
and (min-device-width:1500px)
and (max-device-width:2982px){
.mving-top{
margin-top:2.5%;
}
}
.total-bdy-clr{
background-color:#EDEDED;
}
/*-------slider1------------*/
.carousel-control { width: 4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
.carousel-inner .active.left { left: -100%; }
.carousel-inner .next { left: 100%; }
.carousel-inner .prev { left: -100%; }
.active > div { display:none; }
.active > div:first-child { display:block; }
}
@media (min-width: 767px) and (max-width: 992px ) {
.carousel-inner .active.left { left: -50%; }
.carousel-inner .next { left: 50%; }
.carousel-inner .prev { left: -50%; }
.active > div { display:none; }
.active > div:first-child { display:block; }
.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next { left: 25%; }
.carousel-inner .prev { left: -25%; }
}
.rate-container {
margin-top:-3px;
}
.check{
height:auto;
max-height:45px;
overflow:hidden;
text-overflow: ellipsis;
white-space: normal;
font-weight: 600;
margin: 3px 0 0 5px;
font-size: 14px;
color: #333;
/* text-transform: uppercase; */
/* color: #00adef; */
/* line-height: 1.5em;
height: 3em; */ /* height is 2x line-height, so two lines will display */
overflow: hidden;
}
.small-txt{
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
min-height: 21px;
height: 21px;
font-size: 12px;
color: #666;
margin: 3px 0 0 5px;
}
.playful figure {
/*cursor: pointer;
float: left;
margin: 10px 1% 5px;
max-height: 225px;
max-width: 480px;
overflow: hidden;
position: relative;
width: 100%;*/
background: #fff;
color: #000;
display: block;
font-size: small;
overflow: hidden;
position: relative;
width: 216px;
}
.playful figure figcaption,
.playful figure figcaption > a {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.playful figure figcaption {
backface-visibility: hidden;
color: #fff;
font-size: 1.25em;
}
.playful figure.softeffect {
background: none repeat scroll 0 0 transparent;
box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.15);
}
.playful figure.softeffect img {
transition: opacity .35s ease 0s, transform .35s ease 0s;
}
figure.softeffect:hover img {
opacity: 0.35;
transform: scale(1);
text-decoration:none;
}
.playful figure.softeffect figcaption:before {
opacity: 0;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.playful figure.softeffect h4 {
opacity: 1;
padding: 20px 5px 20px;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
height:100px;
}
.playful figure.softeffect:hover figcaption:before {
opacity: 1;
transform: scale(1);
}
.playful figure.softeffect:hover h4 {
opacity: 1;
transform: scale(1);
}
.playful figure img {
display: block;
max-width: 100%;
min-height: 100%;
opacity: 1;
position: relative;
}
figure.softeffect {
/* background: none repeat scroll 0 0 transparent; */
background:#FFF;
}
figure.softeffect:hover {
/* background: none repeat scroll 0 0 #000000; */
/* Cyan: #00aeef */
}
figure.softeffect img {
transform: scale(1);
transition: opacity .35s ease 0s, transform .35s ease 0s;
}
/*figure.softeffect:hover img {
opacity: 0.40;
transform: scale(1.15);
filter: blur(2px);
}*/
.softeffect {
/* height: 250px; */
}
.icn-rupess{
color:#00ADEF;
font-size: 16px;
font-weight: bold;
position: relative;
left: 61%;
margin-top: 4%;
}
@media only screen
and (min-device-width:980px)
and (max-device-width: 1280px){
.icn-rupess{
left:54%;
}
}
.icn-clr-index{
color:#00ADEF;
padding-right:2px;
}
.txt-display-lines{
font-size:13px;
width: 100%;
/* color: rgba(0,0,0,.55); */
color:#4e4c4c;
}
/*-------------input box inside icon code---------------*/
.input-group .icon-addon .form-control {
border-radius: 0;
}
.icon-addon {
position: relative;
color: #555;
display: block;
}
.icon-addon:after,
.icon-addon:before {
display: table;
content: " ";
}
.icon-addon:after {
clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
position: absolute;
z-index: 2;
left: 10px;
font-size: 14px;
width: 20px;
margin-left: -2.5px;
text-align: center;
padding: 10px 0;
top: 1px
}
.icon-addon.addon-lg .form-control {
line-height: 1.33;
height: 46px;
font-size: 18px;
padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
height: 30px;
padding: 5px 10px 5px 28px;
font-size: 12px;
line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
font-size: 18px;
margin-left: 0;
left: 11px;
top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
padding-left: 30px;
float: left;
font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
margin-left: 0;
font-size: 12px;
left: 5px;
top: -1px
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
color: #2580db;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.mving-top{
margin-top:0.5%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.mving-top{
margin-top:0.3%;
}
}
@media screen
and (min-device-width:1500px)
and (max-device-width:2982px){
.mving-top{
margin-top:2.5%;
}
}
.txt-box{
color:#333132;
background: #fec93b;
padding: 11px;
text-align: center;
margin-bottom:10px;
line-height: 13px;
}
.box-one{
background: #696969;
height: 200px;
border-radius: 15px 15px 0px 0px;
padding:6px;
}
.hedr-txt{
text-align:center;
color:#fff;
border-bottom:1px solid #bdbbbb;
padding-bottom:5px;
}
.middle-txt{
text-align:center;
color:#bbbbbb;
margin-top:28%;
}
.total-box{
/* margin:5px; */
}
.bottm-box {
background: #dddddd;
padding: 8px 12px;
font-size: 17px;
font-weight: bold;
text-align: center;
cursor:pointer;
}
.sec-box{
margin-top:20px;
background-color:#00adef;
padding:10px 10px;
}
.txt-sec{
text-align:justify;
color:#fff;
}
#readmore-txt{
color:#fff !important;
float:right;
margin-top: 10%;
font-size: 15px;
}
/*--------------virtual-training code-----------------*/
.haeding-setting{
text-align:center;
margin-top: 5.7%;
}
.bttun-type{
width: 177px;
height: 30px;
background-color: #323232;
border-radius: 30px;
color: #fff;
padding: 10px 15px;
line-height: 9px;
margin-bottom: 10px;
text-transform:uppercase;
font-size: 12px;
}
.setting-icn{
float: right;
background: #000;
padding: 9px 12px;
margin-top: -10px;
margin-right: -15px;
border-radius: 50px;
color: #fff;
}
.article {
width:100%;
height:182px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
position: relative;
color:white;
margin-bottom:7px;
}
.image {
background-image: url(../images/sliders/banner_1.jpg);
margin-top: 5%;
}
.overlay:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
background-color:rgba(9, 1, 1, 0.56);
}
.article * {
position: relative;
/* hack */
}
.txt-adjust{
/* text-align:justify; */
font-weight:bold;
height:auto;
max-height:40px;
overflow:hidden;
margin-bottom: 12%;
}
.rate-container > i {
float: left;
color: #00ADEF;
/* margin-right:10px; */
}
.rupee-txt{
color: #00ADEF;
font-size: 16px;
font-weight: bold;
position: relative;
left: 65%;
margin-top:8%;
}
.virtual-box {
background-color: #fff;
height: auto;
padding: 10px;
box-shadow: 2px 3px 2px #ddd;
margin-bottom:10px;
width:207px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.virtual-box {
width:100%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.virtual-box {
width:227px;
}
}
@media
(min-device-width: 800px)
and (max-device-width: 1280px) {
.virtual-box {
width:227px;
}
}
@media
(min-device-width: 1280px)
and (max-device-width: 600px) {
.virtual-box {
width:207px;
}
}
.rating-txt {
color: #B2B2B2;
font-size: 12px;
font-weight: bold;
}
.immmgg-size{
width:100%;
height:120px;
}
/*--------------virtual-training-details code-----------------*/
.virtual {
width:100%;
height:269px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
position: relative;
color:white;
margin-bottom:7px;
}
.imgg {
background-image: url(../images/sliders/banner_2.jpg);
width:100%;
background-size: cover;
}
.details:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
background-color:rgba(33, 33, 35, 0.74);
}
.virtual * {
position: relative;
/* hack */
}
.total-txt-adjust{
position: absolute;
top: 14%;
left: 4%;
}
.bbbtn-syte{
background-color: rgb(0,174,239);
width: 200px;
padding: 9px 23px;
text-align: center;
border-radius: 30px;
font-size: 16px;
}
#clr-txt-online1{
color:#fff !important;
font-weight:bold;
}
.box-brd{
background-color:rgb(248,248,248);
border:1px solid rgb(207,207,207);
padding:8px;
min-height:333px;
}
.learn-txt{
list-style-type:none;
}
.icn-clr-online{
color:rgb(0,174,239);
font-size:18px;
}
.size-svg{
width:16px;
}
.learn-txt{
color: #7B7B7B;
font-size: 16px;
width: 100%;
margin-left: 10px;
}
.bttm-space{
margin-bottom: 14px;
}
.video-box{
list-style:none;
}
.sec-box-online{
background-color:rgb(255,255,255);
height: auto;
padding: 10px;
box-shadow: 2px 3px 2px 2px #9e9999;
position: absolute;
top: -200px;
}
.icccn-clr{
color:rgb(86,86,86);
font-size:16px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
.sec-box-online{
position: relative;
top:10px;
}
}
.imgg-overlay{
background-color:#000;
}
.imgg-overlay img{
opacity:0.5;
}
.svg-icn{
background-image:url('../images/icons/youtube.png');
width:100%;
/* background-size: cover; */
background-repeat: no-repeat;
background-position: center center;
}
/*-------slider1 end------------*/
/*----------------slider4 Feautred article code here------------------------------*/
#wrapper1 {
height: 300px;
width: 100%;
margin:0 auto;
}
.space-immgg{
border:5px solid #fff;
}
.featured-box{
background:#fff;
box-shadow: 0 1px 0 rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.15);
margin-bottom: 10px;
}
/*------------------------my-tutors page code------------------------------*/
.tutors-box{
border: 2px solid #ddd;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
}
.tutors-txt{
text-align: center;
font-size: 17px;
background: #00ADEF;
color: #fff;
padding: 6px;
border: 2px solid #323232;
border-radius: 10px;
position: relative;
top: -26px;
}
.immg-box{
border: 2px solid #323232;
border-radius: 10px;
}
.teacher{
text-transform:uppercase;
}
.rate-clr{
font-size: 22px;
font-weight: bold;
color: #9c9a9a;
margin-left: -9px;
}
.iccn-clr{
color: #9c9a9a;
}
.per-month-txt{
color: #9c9a9a;
font-size:18px;
text-transform:uppercase;
}
.para-txt-stye{
color:#9c9a9a;
font-size:15px;
text-align:justify;
height:60px;
line-height:20px;
overflow:hidden;
}
/*----------------------------Test / Assessment ---------------------*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
color:#fff !important;
}
.hrd-clr{
background-color:#3D89A7;
color:#fff;
}
.take-bg{
background: #00ADEF;
text-align: center;
}
#take-txt{
color:#fff !important;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
font-size:13px;
}
.video-box{
margin-bottom:15px;
}
.incrses-size{
font-size:23px;
}
.chnge-clr{
color:#ccc !important;
}
.mvng-right{
float:right;
margin-right: 3%;
}
/*---------------------------------Partner With Us code start here------------------------*/
.box-paddng{
padding:10px;
background:#fff;
}
.partner-with-us-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.article-partner {
width:100%;
height:451px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.imagge {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/partner-with-us/banner_1.jpg");
background-size: cover;
}
.overlays:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.article-partner * {
position: relative;
color: #fff;
text-transform:uppercase;
/* hack */
}
.bbbtn-partner {
border-radius: 30px;
padding: 7px 27px;
width: 14%;
font-size: 21px;
margin-top:3%;
}
.partner-growth p {
font-size: 17px;
line-height: 30px;
margin: 10px 0px;
margin-bottom: 10px;
font-weight: 400;
line-height: 25px;
margin-bottom: 18px;
color: #757575;
}
.testimonials {
margin: 0px;
padding: 10px;
background: #f4f4f4;
padding: 28px 0;
border-top: 1px solid #e3e3e3;
}
.commission {
margin: 0px;
padding: 0px;
background: #f4f4f4;
padding: 28px 0;
border-top: 1px solid #e3e3e3;
}
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center; margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block; margin-right: 20px;width: 100px;border:3px solid #fff;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#000000; font-weight:400;}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative;margin: 30px auto;padding: 0;width:100%;*zoom: 1;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 0;right: 0;width: 30px;border-left:1px solid #ddd;height: 30px;cursor: pointer;background: #01adef url(../images/partner-with-us/caousel-next.png) no-repeat 0 0 ;}
.bx-wrapper .bx-prev {position: absolute;top: 0px;right: 30px;border-right:1px solid #ddd;width: 30px;height: 30px;cursor: pointer;background: #01adef url(../images/partner-with-us/caousel-prev.png) no-repeat 0 0 ;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 0;margin-top: 0;margin-right: 0px;outline: 0;width: 30px;height: 30px;text-indent: -9999px;z-index: 9999;}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #EEEEEE;
}
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border: 2px solid #01adef;
}
.panel-title {
font-size: 14px;
}
.panel-title > a {
display: block;
padding: 15px;
text-decoration: none;
color: #757575;
}
.more-less {
float: right;
color:#01adef;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #EEEEEE;
font-size:14px;
color: #9d9c9c;
}
.question{
margin-left: 5%;
list-style-type:square;
}
.question li{
font-size:14px;
/* color: #9d9c9c; */
color:#fff;
}
.question p {
text-align: left;
margin-left: -15px;
}
.highlighting-txt{
color:#01adef;
font-weight:700;
}
.login-form-div img {
width: 85%;
display: block;
margin: auto;
margin-bottom: auto;
margin-bottom: 15px;
}
/*----------------------student page code here--------------------*/
.traing-box{
background:#F4F4F4;
padding:10px;
}
.student-txt-heading{
color:#01adef;
}
.partner-with-us-txt{
color: #fff;
/* font-size: 34px; */
font-size: 26px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.student-immmmg {
width:100%;
height:451px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.imgges {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image:linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)), url("../images/student/banner_2.jpg");
background-size:cover;
}
.covers:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.student-immmmg * {
position: relative;
/* hack */
}
.view {
margin: 10px;
float: left;
border: 10px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
box-shadow: 1px 1px 2px #e6e6e6;
cursor: default;
background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask,
.view .content {
width: 300px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.view img {
display: block;
position: relative
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
/*1*/
.view-first img {
/*1*/
transition: all 0.2s linear;
width: 100%;
height: 200px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(58, 1, 132, 0.44);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
transform: scale(1.1);
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*-------------------------------dashboard my-training code here----------------------------*/
.traing-txt{
text-align:center;
font-family:Lexia;
}
.dashboard-traing-txt{
color:#01adef;
}
.txt-rght{
float: right;
font-weight: 600;
}
.mvng-txt-rght{
float: right;
}
.nav-pills > li{
float: left;
font-size: 13px;
font-weight: 600;
}
/*-------------dashboard take page code here-------------*/
/* .take-test-box{ */
/* border:1px solid #01adef; */
/* padding:10px; */
/* } */
.take-test-box h3{
color:#01adef;
}
ul.check-list {
list-style: none;
position: relative;
left: 7%;
}
ul.check-list li{
}
.form-group {
margin-bottom: 10px;
}
ul.check-list li:hover:active:focus {
color: #01adef !important;
}
ol.nxt-pvr{
list-style: none;
}
ol.nxt-pvr > li > a{
display: inline;
float: left;
margin-right: 30%;
}
.option-box {
position: absolute;
top: 0px;
left: 5%;
width: 93%;
}
.option-box1{
position: absolute;
top: 0px;
left: 8%;
width: 93%;
}
/*----------------------------------technical-docs-view---------------------------------*/
.technical-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.technical-docs {
width:100%;
height:300px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.docs-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image:linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)), url("../images/technical/tech_1.jpg") ;
background-size:cover;
}
.full-image:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.technical-docs * {
position: relative;
/* hack */
}
.post__date {
font-size: .867rem;
font-weight: 400;
color: #9a9a9b;
display: block;
margin-bottom: 10px;
}
.tech-box{
padding:10px;
border-bottom:1px solid #ddd;
margin:15px 0px 15px 0px;
}
.immg-tech{
width:120px;
height:120px;
}
.text-tech{
margin: 0 0 10px;
font-size:20px;
}
.para-txt{
font-size: 14px;
/* color: #9d9c9c; */
color: #5d5a5a;
text-align:justify;
}
.tech-link a{
background: #f4f4f4;
font-size: .867rem;
color: rgba(0,0,0,.55);
padding: 3px 13px;
border-radius: 2px;
margin: 0 10px 10px 0;
display: inline-block;
transition: .3s cubic-bezier(.645,.045,.355,1);
}
.tech-link a:hover{
color: #fff;
background: #01adef;
}
.p_single .article__inner {
border-bottom: 2px solid hsla(0,0%,85%,.5);
margin: 0 auto 25px;
}
.p_single .article__content p {
color: #111;
margin-bottom: 20px;
margin-top: 15px;
line-height: 26px;
}
.text-heading-techn{
text-align: center;
padding-top:20px ;
color: #6e6c6c;
}
.text-techn{
color: #6e6c6c;
text-align: center;
padding-bottom:20px ;
}
.tech-inner-page p{
text-align:justify;
color: #757575;
font-size:14px;
padding:10px;
}
.carousel .item {
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-ms-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
left:0;
opacity:0;
z-index:2;
}
.carousel .next, .carousel .prev {
left:0;
opacity:1;
z-index:1;
}
.carousel-caption {
position: relative;
left: 0%;
right: 0%;
bottom: 0px;
z-index: 10;
padding-top: 0px;
padding-bottom: 0px;
color: #000;
text-shadow: none;
}
.carousel {
position: relative;
}
.controllers {
position: absolute;
top: 0px;
}
.carousel-control.left,
.carousel-control.right {
background-image: none;
}
.carousel-indicators {
bottom: -34px;
}
/*-----------------------------articles page code here--------------------*/
.article-page{
margin-top:10px;
}
.articles-small-txt{
font-size:12px;
color: #626060;
}
.tagline{
font-size:12px;
color: #626060;
}
.article__content{
margin-top: 12px;
}
.article-star{
color:#a19797;
font-size: 14px;
margin-right: -4px;
}
.hint{
font-size:12px;
color:#626060;
}
.articles-box {
background: #fff;
border: 1px solid #f3f3f3;
padding: 10px;
}
.page-clr{
/* background:#f3f3f3; */
color: #989797;
}
.ptb-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.media-left, .media-right, .media-body {
display: table-cell;
vertical-align: top;
}
.media-left, .media > .pull-left {
padding-right: 10px;
}
.recent-posts .recent-post .media-left img {
width: 80px;
height: 80px;
}
.media-object {
max-width: none;
}
.media-object {
display: block;
}
.media-left, .media-right, .media-body {
display: table-cell;
vertical-align: top;
}
.media-body {
width: 10000px;
}
.media, .media-body {
overflow: hidden;
zoom: 1;
}
.mb-5 {
margin-bottom: 5px !important;
font-size: 14px;
}
.color-theme {
color: #2FA5EB !important;
font-size: 12px;
}
.mr-5 {
margin-right: 5px !important;
}
.recent-post{
border-bottom:1px solid #01adef;
}
#txt-clr-article{
color:#01adef;
}
.inner-page{
background:#fff;
padding:10px;
}
.inner-page h3{
text-align:center;
color:#01adef;
}
.inner-page p{
text-align:justify;
font-size:15px;
padding:10px;
}
/*-----------partner-login --------------*/
/*--------checkbox code---------------------*/
.checkbox *{
cursor: pointer;
}
.checkbox input {
opacity: 0;
}
.checkbox span{
position: relative;
display: inline-block;
margin-left: -25px;
vertical-align: top;
width: 20px; height: 20px;
border-radius: 2px;
border: 1px solid #ccc;
}
.checkbox:hover span{
border-color: #01adef;
}
.checkbox span:before{
content: "\2713"; /* comment content to use custom icon classes */
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
opacity: 0;
text-align: center;
font-size: 14px;
line-height: 16px;
vertical-align: middle;
color: #01adef;
}
.checkbox input[type=checkbox]:checked + span{
border-color: #01adef;
background-color: #01adef;
}
.checkbox input[type=checkbox]:checked + span:before{
color: #fff;
opacity: 1;
transition: color .3 ease-out;
}
.checkbox input[type=checkbox]:disabled + span{
border-color: #ddd !important;
background-color: #ddd !important;
}
.bbtn-clr{
border-radius: 30px;
width:20%;
}
.partner-login-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.partner-login {
width:100%;
height:238px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.partner-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image:linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)), url("../images/technical/partner-login-img.jpg") ;
background-size:cover;
}
.full-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.partner-login * {
position: relative;
/* hack */
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
img{
width:100%;
}
}
.inline{
display: inline-block;
}
.inline + .inline{
margin-left:10px;
}
.radio{
color:#999;
font-size:15px;
position:relative;
}
.radio span{
position:relative;
padding-left:20px;
}
.radio span:after{
content:'';
width:15px;
height:15px;
border:3px solid;
position:absolute;
left:0;
top:1px;
border-radius:100%;
-ms-border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
box-sizing:border-box;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
cursor: pointer;
position:absolute;
width:100%;
height:100%;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
color:#454646;
}
.radio input[type="radio"]:checked + span:before{
content:'';
width:5px;
height:5px;
position:absolute;
background:#454646;
left:5px;
top:6px;
border-radius:100%;
-ms-border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
}
/*--------------------------------home tutions page---------------------*/
.txt-adjust1{
font-weight: bold;
height: auto;
max-height: 22px;
overflow: hidden;
}
.subject-name{
color: #aeaeae;
font-size: 14px;
}
/*------------------------support page design code here-----------------------*/
.support-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.support{
width:100%;
height:250px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.support-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/partner-with-us/banner_1.jpg");
background-size: cover;
}
.total-bg-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.support * {
position: relative;
/* hack */
}
.support-box h3{
color:#01adef;
}
.support-box p{
color:#9d9c9c;
text-align:justify;
font-size:15px;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 0px;
font-weight: 400;
}
.serach-box {
position: absolute;
top: 34%;
right: 33%;
width: 36%;
}
.txt-search{
color:#fff;
text-align:left;
font-size:30px;
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px){
.serach-box {
position: absolute;
top:20%;
right: 33%;
width: 36%;
}
}
@media
(min-device-width: 800px)
and (max-device-width: 1280px) {
.serach-box {
position: absolute;
top:12%;
right: 33%;
width: 36%;
}
.mving-top {
margin-top: 18.3%;
}
}
@media
(max-device-width: 980px)
and (orientation: portrait) {
.serach-box {
position: absolute;
top:16%;
right: 33%;
width: 36%;
}
.mving-top {
margin-top: 15%;
}
}
.imgg-svg{
width:70px;
height:70px;
}
/*--------------------------faq page----------------------*/
.faq-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.faq{
width:100%;
height:250px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.faq-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/faqs.jpg");
background-size: cover;
}
.faq-bg-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.faq * {
position: relative;
/* hack */
}
.tagline{
text-align: center;
position: relative;
top: -10px;
color: #fff;
}
.faq-list li{
color: #9c9898;
font-size: 14px;
text-align: justify;
}
.faq-box h4{
color:#01adef;
}
/*------------------------shopping-cart--------------------------*/
.cart-txt{
color: #fff;
font-size: 34px;
text-align: center;
display: block;
width: 70%;
font-weight: 300;
margin: auto;
line-height: 58px;
/* text-shadow: 0px 0px 5px #999; */
margin-top: 7%;
}
.cart{
width:100%;
height:250px;
border:1px solid grey;
display: inline-block;
vertical-align: top;
margin-top: 4.7%;
position: relative;
color:white;
margin-bottom:7px;
}
.cart-immg {
/* background-image: url(../images/partner-with-us/banner_1.jpg); */
background-image: linear-gradient(rgba(6, 6, 6, 0.6), rgba(10, 10, 11, 0.63)),url("../images/cart.jpg");
background-size: cover;
}
.cart-bg-immg:before{
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
/* background-color:rgba(9, 1, 1, 0.56); */
}
.cart * {
position: relative;
/* hack */
}
.cart-box{
border:1px solid #ccc;
padding:10px;
box-shadow:1px 1px 1px #ddd;
}
.imgg-cart-size{
width:100%;
height:81px;
}
.rate-txt-clr{
color:#ea4444;
text-align:right;
float:right;
}
#txt-remve{
color:#6c6c6c;
font-size:14px;
}
.rate-txt-cross{
text-decoration:line-through;
text-align:right;
float:right;
}
.cart-txt-clr{
color:#01adef;
font-weight:600;
}
.side-txt{
font-size:25px;
color:#ea4444;
}
.rate-cross{
text-decoration:line-through;
}
.coupon{
margin-top:10px;
font-size:13px;
}
.more-coupon{
background-color:#f3f3f3;
}
.paddng-rmve{
padding:0px;
}
.bg-clr-label{
background:#01ADEF;
color:#fff;
height: 34px;
line-height: 21px;
text-align: left !important;
font-size: 13px;
}
.form-control{
border-radius: 0px !important;
}
.upload-txt {
border: 1px solid #ddd;
height: 34px;
padding: 6px 12px;
}
.video-box-booknow {
border: 1px solid #ddd;
padding: 10px;
box-shadow: 2px 2px 2px #ddd;
position: relative;
top: -100px;
background: #fff;
}
.bookno-name-color{
color:#01ADEF;
text-transform: uppercase;
font-weight: 600;
margin-top: 11px;
}
.inner-txt-booknow{
color: #6f6767;
margin-top: -15px;
font-size: 15px;
}
.training-txt{
color: #01ADEF;
}
.exp-txt{
color: #eb710f;
font-size: 13px;
}
.booknow-heading-txt{
color: #01ADEF;
text-transform: uppercase;
font-size: 20px;
/* text-align:center; */
}
.inner-booknow{
color: #aba4a4;
text-align: justify;
text-transform: lowercase;
font-size:18px;
margin-top:10px;
}
.immmgg-display{
margin-bottom: 10px;
}
.modal-content {
border-radius: 0px !important;
}
.modal.fade .modal-dialog {
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
top: 300px;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform: translate3d(0, -300px, 0);
transform: translate3d(0, -300px, 0);
opacity: 1;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("../images/loaders.gif") 50% 50% no-repeat rgb(249,249,249);
opacity: .8;
}
.form-horizontal .form-group{
margin-right:0px !important;
margin-left:0px !important;
}
/*------------------------testimonials code here-----------------------------*/
#quote-carousel {
padding: 0 10px 30px 10px;
margin-top: 30px;
text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
right: 50%;
top: auto;
bottom: -10px;
margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
background: #333333;
height:10px;
width:10px;
margin-bottom:1px;
}
.testimonial-box{
background: linear-gradient(rgba(146, 146, 146, 0.67), rgba(86, 86, 86, 0.78)),url('../images/testimonial.jpg')no-repeat center;
background-size:cover;
padding:10px;
margin-bottom:15px;
height:300px;
}
.testimonial-txt-clr{
color:#fff;
font-size:40px;
text-align:center;
}
.testimonial-box p{
color:#fff;
font-family: 'Montserrat', sans-serif;
padding: 0px 50px 0px 50px;
line-height: 2em;
}
.testimonial-box small{
color:#00def;
}
.app-box{
background:#fff;
background-size:cover;
padding:10px;
margin-bottom:15px;
height:250px;
}
.immg-size-heght{
height: 74px;
width: 250px;
}
.logn-img{
width:41px;
height:27px;
margin-right: 4px;
border-radius: 50%;
margin-top: 7px;
}
.bg-logn-immg{
background:#01ADEF;
padding: 2px 6px;
color: #fff;
font-size: 13px;
width:100%;
height: 41px;
overflow: hidden;
line-height: 1em;
text-align: left;
}
/*.fxd-tp{
position: fixed;
width: 232px;
top:1.5%;
}*/
.txt-aliging{
position: relative;
top: 4px;
}
/*.fixed-square {
position: fixed;
top: 0px;
right: 0;
bottom: 30%;
z-index: 9500;
width: 170px;
padding: 18px 18px 14px;
opacity: 0.718;
-webkit-transition: all 0.145s ease-out;
-moz-transition: all 0.145s ease-out;
-ms-transition: all 0.145s ease-out;
transition: all 0.145s ease-out;
background: #12687b;
color: #fff;
}*/
.fixed-square{
display: inline-block;
/* position: relative; */
/* opacity: 0.718; */
-webkit-transition: all 0.145s ease-out;
-moz-transition: all 0.145s ease-out;
-ms-transition: all 0.145s ease-out;
transition: all 0.145s ease-out;
background:linear-gradient(rgba(2, 1, 1, 0.64), rgba(0, 0, 0, 0.64)), url(../images/services.jpg);
background-size:cover;
color: #fff;
padding: 15px 0;
/* width: 200px; */
text-align: center;
position: fixed;
top: 50%;
right: 0;
bottom: 0px;
z-index: 9500;
height:107px;
width: 170px;
}
.fixed-square :after {
content: '';
display: block;
position: absolute;
left: 0;
top: 100%;
width: 0;
height: 0;
border-top: 20px solid #5a5f6163;
border-right: 68px solid transparent;
border-bottom: 0 solid transparent;
border-left: 97px solid transparent;
}
ul.customer-support{
font-size:14px;
text-align:center;
}
.already-txt{
position: relative;
top: 10px;
text-align: center;
font-size: 14px;
}
select:first-child, select#f {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff url('../images/icons/down-arrow.png') no-repeat right center;
left: -5px!important;
}
.btn-group-sm>.btn, .btn-sm{
border-radius: 30px;
font-size:10px;
text-transform: uppercase;
}
.txt-size-incsng{
font-weight:bold;
color:#fff;
}
.singup-bg{
color: #fff !important;
background: linear-gradient(-90deg, #2caae1 , #156a8d);
border: 1px solid transparent;
padding: 2px 12px !important;
/* margin-top: 13px; */
border-radius: 4px;
}
figcaption {
padding-left: 5px !important;
}
/*------------------scrollbar code here-------------------*/
#style-3::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb
{
background-color: #868686;
}
.view-bbtnn {
float: right;
background: #00adef;
display: inline;
padding: 2px 12px;
cursor: pointer;
color: #fff;
border-radius: 30px;
margin-top: -24px;
}
.view-tutor{
float: right;
background: #00adef;
display: inline;
padding: 2px 12px;
cursor: pointer;
color: #fff;
border-radius: 30px;
margin-top: 24px;
}
/*--------------side navbar---------------*/
.profile {
margin-top:3%;
}
.dashboard-txt{
color:#fff;
text-transform:uppercase;
font-size:20px;
}
/* Profile sidebar */
.profile-sidebar {
padding: 20px 0 10px 0;
/* background: #fff; */
min-height:100%;
width:100%;
background:linear-gradient(0deg,rgba(0, 174, 239, 0.7),rgba(0, 174, 239, 0.7)),url(../images/dashboard1.jpg);
background-size:cover;
}
.profile-userpic img {
float: none;
margin: 0 auto;
width:100px;
height: 100px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
border: 3px solid #fff;
}
.profile-usertitle {
text-align: center;
margin-top: 20px;
}
.profile-usertitle-name {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px;
}
.profile-usertitle-job {
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.profile-userbuttons {
text-align: center;
margin-top: 10px;
}
.profile-userbuttons .btn {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 6px 15px;
margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
margin-right: 0px;
}
.profile-usermenu {
margin-top: 30px;
}
.profile-usermenu ul li {
/* border-bottom: 1px solid #f0f4f7; */
}
.profile-usermenu ul li:last-child {
border-bottom: none;
}
.profile-usermenu ul li a {
color: #fff !important;
font-size: 14px;
font-weight: 400;
}
.profile-usermenu ul li a i {
margin-right: 8px;
font-size: 14px;
}
.profile-usermenu ul li a:hover {
background-color: #e3e3e4;
color: rgb(0,174,239)!important;
}
.profile-usermenu ul li.active {
border-bottom: none;
}
.profile-usermenu ul li.active a {
color:rgb(0,174,239) !important;
background-color: #e3e3e4;
border-left: 2px solid #5b9bd1;
margin-left: -2px;
}
/* Profile Content */
.profile-content {
background: #fff;
/*min-height: 460px;*/
min-height:583px;
max-height: 600px;
overflow-x: hidden;
overflow-y: hidden;
padding:10px;
}
.testdiv {
padding: 10px;
}
.fa-2x {
font-size: 2em;
margin-left: 3px;
} | 0.432063 | 0.096621 |
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
font-size: 62.5%;
}
body{
font-size: 1.8rem;
width:fit-content;
}
/* Header */
.headerSection{
background-image: url(images/desktop/image-header.jpg);
height: 768px;
background-size: cover;
width: 100%;
}
.header{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 2rem 3rem;
}
#logo{
justify-self: flex-start;
}
#navMenu{
justify-self: flex-end;
width: 30%;
}
#navMenu li{
list-style: none;
}
.nav-item{
display: flex;
flex-direction: row;
gap: 5rem;
}
.nav-link{
font-size: 1.5rem;
color: white;
font-family:"Barlow";
font-weight: 700;
text-decoration: none;
}
#headLine{
font-family: 'Fraunces';
color: white;
font-size: 10rem;
text-align: center;
padding-top:8rem ;
letter-spacing: 1rem;
font-weight: 300;
}
/*Section 2 */
.leftText-rightImage{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex:auto;
}
#leftText{
width: 50%;
background-color: white;
padding: 10rem;
display: flex;
flex-direction: column;
gap: 3rem;
}
#leftText h3{
font-size: 6rem;
font-family: "Fraunces";
font-weight: 600;
letter-spacing: .15rem;
line-height: 7rem;
}
#leftText p{
font-size: 2rem;
line-height: 3rem;
letter-spacing: .15rem;
}
#leftText button{
font-size: 1.4rem;
letter-spacing: .20rem;
font-family: "Barlow";
font-weight: 600;
text-align: left;
text-transform: uppercase;
background-color: transparent;
border: none;
text-decoration: .8rem solid underline hsl(51, 100%, 49%);
}
#rightImage{
width: 50%;
background-color: hsl(51, 100%, 49%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/*Section 3 */
.rightText-leftImage{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex:auto;
}
#rightImage2{
width: 50%;
background-color: hsl(7, 99%, 70%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#leftText2{
width: 50%;
background-color: white;
padding: 10rem;
display: flex;
flex-direction: column;
gap: 3rem;
}
#leftText2 h3{
font-size: 6rem;
font-family: "Fraunces";
font-weight: 600;
letter-spacing: .15rem;
line-height: 7rem;
}
#leftText2 p{
font-size: 2rem;
line-height: 3rem;
letter-spacing: .15rem;
}
#leftText2 button{
font-size: 1.4rem;
letter-spacing: .20rem;
font-family: "Barlow";
font-weight: 600;
text-align: left;
text-transform: uppercase;
background-color: transparent;
border: none;
text-decoration: .8rem solid underline hsl(7, 99%, 70%);
}
/*Section 4 */
.imageText{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex:auto;
}
#firstImage{
width: 50%;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
#firstImage img{
background-size:cover ;
width: 100%;
height: 100%;
}
#secondImage{
width: 50%;
background-color: hsl(7, 99%, 70%);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
}
#secondImage img{
background-size:cover ;
width: 100%;
height: 100%;
}
.text{
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
position: absolute;
padding-bottom: 3rem;
gap: 3rem;
}
.text h2{
font-size: 6rem;
color: hsl(167, 40%, 24%);
letter-spacing: .20rem;
line-height: 6rem;
}
#secondText{
font-size: 6rem;
color: hsl(198, 62%, 26%);
letter-spacing: .20rem;
line-height: 6rem;
font-family: "Barlow";
font-weight: 700;
}
.text p{
font-size: 2.2rem;
padding: 0rem 5rem;
line-height: 3.2rem;
letter-spacing: .15rem;
text-align: center;
color: hsl(167, 40%, 24%);
}
#secondDescription{
font-size: 2.2rem;
padding: 0rem 5rem;
line-height: 3.2rem;
letter-spacing: .15rem;
text-align: center;
color: hsl(212, 27%, 19%);
}
.sectionTestimonial{
display: flex;
flex-direction: column;
gap: 10rem;
padding:4rem 2rem;
justify-content: center;
align-items: center;
}
.sectionTestimonial h2{
font-size: 5rem;
font-family: "Barlow";
color: #6c757d;
letter-spacing: .55rem;
text-transform: uppercase;
}
.clients{
display: flex;
flex-direction: row;
gap: 2rem;
padding: 2rem;
}
.card{
display: flex;
justify-content: center;
align-items: center;
gap: 6rem;
flex-direction: column;
width: 33%;
}
.clientImage{
background-size: cover;
border-radius: 50%;
}
.clientText{
color: hsl(167, 40%, 24%);
font-size: 1.8rem;
font-family: "Barlow";
line-height: 3rem;
letter-spacing: .15rem;
padding: 0rem 3rem;
text-align: center;
}
.clientName{
color: black;
font-size: 3rem;
letter-spacing: .15rem;
font-weight: bold;
}
.clientJob{
color: #6c757d;
font-size: 2rem;
letter-spacing: .15rem;
line-height: 4rem;
margin-top: -6rem;
}
.gallerySection{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gallerySection img{
width: 25%;
background-size: cover;
}
footer{
display: flex;
flex-direction: column;
background-color: hsl(167, 40%, 24%);
justify-content: center;
align-items: center;
gap: 2rem;
padding: 10rem 0rem;
}
footer img{
width: 15%;
}
footer ul{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 30%;
}
footer ul li{
list-style: none;
}
footer ul li a{
font-size: 1.5rem;
color: white;
line-height: 2.8rem;
letter-spacing: .15rem;
font-family:"Barlow";
font-weight: 40;
text-decoration: none;
}
footer ul li a:hover{
color: hsl(167, 35%, 54%);
} | styles.css | *{
padding: 0%;
margin: 0%;
box-sizing: border-box;
font-size: 62.5%;
}
body{
font-size: 1.8rem;
width:fit-content;
}
/* Header */
.headerSection{
background-image: url(images/desktop/image-header.jpg);
height: 768px;
background-size: cover;
width: 100%;
}
.header{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 2rem 3rem;
}
#logo{
justify-self: flex-start;
}
#navMenu{
justify-self: flex-end;
width: 30%;
}
#navMenu li{
list-style: none;
}
.nav-item{
display: flex;
flex-direction: row;
gap: 5rem;
}
.nav-link{
font-size: 1.5rem;
color: white;
font-family:"Barlow";
font-weight: 700;
text-decoration: none;
}
#headLine{
font-family: 'Fraunces';
color: white;
font-size: 10rem;
text-align: center;
padding-top:8rem ;
letter-spacing: 1rem;
font-weight: 300;
}
/*Section 2 */
.leftText-rightImage{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex:auto;
}
#leftText{
width: 50%;
background-color: white;
padding: 10rem;
display: flex;
flex-direction: column;
gap: 3rem;
}
#leftText h3{
font-size: 6rem;
font-family: "Fraunces";
font-weight: 600;
letter-spacing: .15rem;
line-height: 7rem;
}
#leftText p{
font-size: 2rem;
line-height: 3rem;
letter-spacing: .15rem;
}
#leftText button{
font-size: 1.4rem;
letter-spacing: .20rem;
font-family: "Barlow";
font-weight: 600;
text-align: left;
text-transform: uppercase;
background-color: transparent;
border: none;
text-decoration: .8rem solid underline hsl(51, 100%, 49%);
}
#rightImage{
width: 50%;
background-color: hsl(51, 100%, 49%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/*Section 3 */
.rightText-leftImage{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex:auto;
}
#rightImage2{
width: 50%;
background-color: hsl(7, 99%, 70%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#leftText2{
width: 50%;
background-color: white;
padding: 10rem;
display: flex;
flex-direction: column;
gap: 3rem;
}
#leftText2 h3{
font-size: 6rem;
font-family: "Fraunces";
font-weight: 600;
letter-spacing: .15rem;
line-height: 7rem;
}
#leftText2 p{
font-size: 2rem;
line-height: 3rem;
letter-spacing: .15rem;
}
#leftText2 button{
font-size: 1.4rem;
letter-spacing: .20rem;
font-family: "Barlow";
font-weight: 600;
text-align: left;
text-transform: uppercase;
background-color: transparent;
border: none;
text-decoration: .8rem solid underline hsl(7, 99%, 70%);
}
/*Section 4 */
.imageText{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex:auto;
}
#firstImage{
width: 50%;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
#firstImage img{
background-size:cover ;
width: 100%;
height: 100%;
}
#secondImage{
width: 50%;
background-color: hsl(7, 99%, 70%);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
}
#secondImage img{
background-size:cover ;
width: 100%;
height: 100%;
}
.text{
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
position: absolute;
padding-bottom: 3rem;
gap: 3rem;
}
.text h2{
font-size: 6rem;
color: hsl(167, 40%, 24%);
letter-spacing: .20rem;
line-height: 6rem;
}
#secondText{
font-size: 6rem;
color: hsl(198, 62%, 26%);
letter-spacing: .20rem;
line-height: 6rem;
font-family: "Barlow";
font-weight: 700;
}
.text p{
font-size: 2.2rem;
padding: 0rem 5rem;
line-height: 3.2rem;
letter-spacing: .15rem;
text-align: center;
color: hsl(167, 40%, 24%);
}
#secondDescription{
font-size: 2.2rem;
padding: 0rem 5rem;
line-height: 3.2rem;
letter-spacing: .15rem;
text-align: center;
color: hsl(212, 27%, 19%);
}
.sectionTestimonial{
display: flex;
flex-direction: column;
gap: 10rem;
padding:4rem 2rem;
justify-content: center;
align-items: center;
}
.sectionTestimonial h2{
font-size: 5rem;
font-family: "Barlow";
color: #6c757d;
letter-spacing: .55rem;
text-transform: uppercase;
}
.clients{
display: flex;
flex-direction: row;
gap: 2rem;
padding: 2rem;
}
.card{
display: flex;
justify-content: center;
align-items: center;
gap: 6rem;
flex-direction: column;
width: 33%;
}
.clientImage{
background-size: cover;
border-radius: 50%;
}
.clientText{
color: hsl(167, 40%, 24%);
font-size: 1.8rem;
font-family: "Barlow";
line-height: 3rem;
letter-spacing: .15rem;
padding: 0rem 3rem;
text-align: center;
}
.clientName{
color: black;
font-size: 3rem;
letter-spacing: .15rem;
font-weight: bold;
}
.clientJob{
color: #6c757d;
font-size: 2rem;
letter-spacing: .15rem;
line-height: 4rem;
margin-top: -6rem;
}
.gallerySection{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gallerySection img{
width: 25%;
background-size: cover;
}
footer{
display: flex;
flex-direction: column;
background-color: hsl(167, 40%, 24%);
justify-content: center;
align-items: center;
gap: 2rem;
padding: 10rem 0rem;
}
footer img{
width: 15%;
}
footer ul{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 30%;
}
footer ul li{
list-style: none;
}
footer ul li a{
font-size: 1.5rem;
color: white;
line-height: 2.8rem;
letter-spacing: .15rem;
font-family:"Barlow";
font-weight: 40;
text-decoration: none;
}
footer ul li a:hover{
color: hsl(167, 35%, 54%);
} | 0.357568 | 0.041501 |
html,
body,
div,
span {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 1em;
}
* {
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-o-transition:.2s ease-in-out;
transition:.2s ease-in-out;
}
/*Main styles*/
.main-container {
display: flex;
justify-content: center;
align-items: center;
background-color: LightSeaGreen;
background-size: cover;
width: 100vw;
height: 100vh;
}
.app {
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
height: 70%;
width: 90%;
margin: auto;
padding: 0;
border-radius: 7px;
-webkit-box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
}
.app-container {
background-color: #f7f7f7;
height: 100%;
width: 100%;
overflow: hidden;
margin: 0;
padding: 0;
-webkit-box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
}
@media (max-width: 768px) {
.app-container {
overflow: scroll;
}
}
/*Contact list section*/
.side {
padding: 0;
margin: 0;
height: 100%;
}
.sideBar {
overflow: scroll;
}
.side-mainArea {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
z-index: 1;
position: relative;
display: block;
top: 0;
}
.heading {
padding: 10px 16px 10px 15px;
margin: 0;
height: 60px;
width: 100%;
background-color: #eee;
z-index: 1000;
}
/*navigation buttons*/
.tabsContainer {
padding: 0;
margin: 0;
height: 60px;
width: 100%;
}
.tabsContainer-inner {
height: 100%;
width: 100%;
padding: 0px;
background-color: #e2e2e2;
}
.tabs-container {
display: flex;
height: 100%;
}
.tabs-container li {
flex: 1;
}
.tabs-container * {
height: 100%;
}
.nav-tabs .nav-link {
border: 0px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.nav-link {
padding: 0px;
}
.nav-item {
text-align: center;
background-color: #e2e2e2;
border-radius: 0px;
border-right: 1px solid #c6c6c6;
}
.nav-item:last-child {
border-right: 0px solid #b4b4b4;
}
.nav-item:hover {
background-color: rgba(32, 178, 171, 0.616) !important;
border-radius: 0px;
}
.nav-item:hover * {
opacity: 1;
}
.nav-item a {
color: white;
border-radius: 0px;
line-height: 60px;
font-size: 20px;
}
.nav-link.active {
background-color: LightSeaGreen !important;
}
/*contact component */
app-contact {
width: 100%;
}
/*main chat section*/
.conversation {
padding: 0;
margin: 0;
height: 100%;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
/*Header section*/
.heading-container {
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
text-align: end;
}
.heading-container div {
width: auto;
height: auto;
}
.heading-contact-container {
display: flex;
align-items: center;
}
.heading-avatar {
padding: 0;
cursor: pointer;
}
.heading-avatar-icon img {
border-radius: 50%;
height: 40px;
width: 40px;
}
.heading-name {
padding: 0;
cursor: pointer;
}
.heading-name-details {
margin-left: 10px;
}
/*settings icon */
.heading-dot {
padding: 0;
margin-left: 10px;
}
.heading-dot i {
text-align: right;
padding: 5px;
color: #93918f;
cursor: pointer;
}
.faIcon {
opacity: .6;
}
.faIcon:hover {
opacity: 1;
cursor: pointer;
}
/*messages section*/
.message {
padding: 0;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
overflow-y: auto;
border: 1px solid #f7f7f7;
height: calc(100% - 120px);
background-color: #eeeeeeaf;
}
/*reply section*/
.reply {
height: 60px;
width: 100%;
background-color: #e2e2e2;
padding: 10px 5px 10px 5px;
margin: 0;
z-index: 1000;
}
.paperClip {
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari */
transform: rotate(-45deg);
text-align: center;
}
.paperClip fa-icon {
font-size: 26px;
opacity: .4;
}
.paperClip fa-icon:hover {
opacity: .7;
}
.reply-main {
padding: 1px 5px;
}
.reply-main textarea {
width: 100%;
resize: none;
overflow: hidden;
padding: 5px;
outline: none;
border: none;
text-indent: 5px;
box-shadow: none;
height: 100%;
font-size: 16px;
}
.reply-main textarea:focus {
outline: none;
border: none;
text-indent: 5px;
box-shadow: none;
}
.reply-send {
padding: 1px 10px;
}
.reply-send i {
text-align: center;
padding: 5px;
color: #93918f;
cursor: pointer;
}
.btn-send {
width: 100%;
height: 100%;
padding: 0px;
border: 0px;
background-color: LightSeaGreen;
}
.btn-send:hover {
background-color: rgba(32, 178, 171, 0.658);
} | src/app/app.component.css | html,
body,
div,
span {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 1em;
}
* {
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-o-transition:.2s ease-in-out;
transition:.2s ease-in-out;
}
/*Main styles*/
.main-container {
display: flex;
justify-content: center;
align-items: center;
background-color: LightSeaGreen;
background-size: cover;
width: 100vw;
height: 100vh;
}
.app {
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
height: 70%;
width: 90%;
margin: auto;
padding: 0;
border-radius: 7px;
-webkit-box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
}
.app-container {
background-color: #f7f7f7;
height: 100%;
width: 100%;
overflow: hidden;
margin: 0;
padding: 0;
-webkit-box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
box-shadow: 0 13px 40px -13px rgba(0, 0, 0, .75);
}
@media (max-width: 768px) {
.app-container {
overflow: scroll;
}
}
/*Contact list section*/
.side {
padding: 0;
margin: 0;
height: 100%;
}
.sideBar {
overflow: scroll;
}
.side-mainArea {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
z-index: 1;
position: relative;
display: block;
top: 0;
}
.heading {
padding: 10px 16px 10px 15px;
margin: 0;
height: 60px;
width: 100%;
background-color: #eee;
z-index: 1000;
}
/*navigation buttons*/
.tabsContainer {
padding: 0;
margin: 0;
height: 60px;
width: 100%;
}
.tabsContainer-inner {
height: 100%;
width: 100%;
padding: 0px;
background-color: #e2e2e2;
}
.tabs-container {
display: flex;
height: 100%;
}
.tabs-container li {
flex: 1;
}
.tabs-container * {
height: 100%;
}
.nav-tabs .nav-link {
border: 0px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.nav-link {
padding: 0px;
}
.nav-item {
text-align: center;
background-color: #e2e2e2;
border-radius: 0px;
border-right: 1px solid #c6c6c6;
}
.nav-item:last-child {
border-right: 0px solid #b4b4b4;
}
.nav-item:hover {
background-color: rgba(32, 178, 171, 0.616) !important;
border-radius: 0px;
}
.nav-item:hover * {
opacity: 1;
}
.nav-item a {
color: white;
border-radius: 0px;
line-height: 60px;
font-size: 20px;
}
.nav-link.active {
background-color: LightSeaGreen !important;
}
/*contact component */
app-contact {
width: 100%;
}
/*main chat section*/
.conversation {
padding: 0;
margin: 0;
height: 100%;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
/*Header section*/
.heading-container {
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
text-align: end;
}
.heading-container div {
width: auto;
height: auto;
}
.heading-contact-container {
display: flex;
align-items: center;
}
.heading-avatar {
padding: 0;
cursor: pointer;
}
.heading-avatar-icon img {
border-radius: 50%;
height: 40px;
width: 40px;
}
.heading-name {
padding: 0;
cursor: pointer;
}
.heading-name-details {
margin-left: 10px;
}
/*settings icon */
.heading-dot {
padding: 0;
margin-left: 10px;
}
.heading-dot i {
text-align: right;
padding: 5px;
color: #93918f;
cursor: pointer;
}
.faIcon {
opacity: .6;
}
.faIcon:hover {
opacity: 1;
cursor: pointer;
}
/*messages section*/
.message {
padding: 0;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
overflow-y: auto;
border: 1px solid #f7f7f7;
height: calc(100% - 120px);
background-color: #eeeeeeaf;
}
/*reply section*/
.reply {
height: 60px;
width: 100%;
background-color: #e2e2e2;
padding: 10px 5px 10px 5px;
margin: 0;
z-index: 1000;
}
.paperClip {
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari */
transform: rotate(-45deg);
text-align: center;
}
.paperClip fa-icon {
font-size: 26px;
opacity: .4;
}
.paperClip fa-icon:hover {
opacity: .7;
}
.reply-main {
padding: 1px 5px;
}
.reply-main textarea {
width: 100%;
resize: none;
overflow: hidden;
padding: 5px;
outline: none;
border: none;
text-indent: 5px;
box-shadow: none;
height: 100%;
font-size: 16px;
}
.reply-main textarea:focus {
outline: none;
border: none;
text-indent: 5px;
box-shadow: none;
}
.reply-send {
padding: 1px 10px;
}
.reply-send i {
text-align: center;
padding: 5px;
color: #93918f;
cursor: pointer;
}
.btn-send {
width: 100%;
height: 100%;
padding: 0px;
border: 0px;
background-color: LightSeaGreen;
}
.btn-send:hover {
background-color: rgba(32, 178, 171, 0.658);
} | 0.474631 | 0.067454 |
* {
font-family: 'Open Sans', sans-serif;
margin: 0;
overflow: hidden;
}
*:focus {
outline: none;
}
html {
font-family: 'Open Sans', sans-serif;
margin: 0;
--item-text-color: white;
--item-padding: 1px;
--item-height: 15%;
--item-width: 15%;
--item-float: left;
--item-bg-position: center;
--item-bg-color: rgb(31, 30, 43);
--item-shadow: 11px 15px 13px 0px rgba(0,0,0,0.75);
--item-border-radius: 5px;
--item-border: #2c6bbb solid 1px;
--item-margin: 1%;
--main-color: #2c6bbb;
}
.default {
padding: var(--item-padding);
height: var(--item-height);
width: var(--item-width);
margin: var(--item-margin);
background: url(https://www.unesale.com/ProductImages/Large/notfound.png) no-repeat;
background-size: 80%;
float: var(--item-float);
background-position: var(--item-bg-position);
color: var(--item-text-color);
background-color: var(--item-bg-color);
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
border-radius: var(--item-border-radius);
border: var(--item-border);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.item-inner::-webkit-scrollbar-track
{
border: 1px solid var(--main-color);
background-color: rgb(25, 25, 35);
}
.item-inner::-webkit-scrollbar
{
width: 10px;
background-color: rgb(25, 25, 35);
}
.item-inner::-webkit-scrollbar-thumb
{
background-color: var(--main-color);
}
#drag1::-webkit-scrollbar-track
{
border: 1px solid var(--main-color);
background-color: rgb(25, 25, 35);
}
#drag1::-webkit-scrollbar
{
width: 10px;
background-color: rgb(25, 25, 35);
}
#drag1::-webkit-scrollbar-thumb
{
background-color: #2c6bbb;
}
/* ID's */
#button-use {
border: none;
position: absolute;
padding: 1% 2.2%;
border-radius: 10px;
background: var(--main-color);
color: black;
margin-top: 10%;
margin-left: 3.2%;
font-size: 150%;
border: 1px solid var(--main-color);
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
}
#button-use:hover {
transition: 500ms;
background: white
}
#button:hover {
transition: 500ms;
background: white
}
#button {
border: none;
font-size: 150%;
padding: 1% 1.9%;
position: absolute;
background: var(--main-color);
color: black;
border-radius: 10px;
margin-top: 15%;
margin-left: 3.2%;
border: 1px solid var(--main-color);
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
}
#drop-count {
z-index: 999;
font-size: 150%;
margin-top: 44%;
margin-left: 1%;
position: absolute;
width: 6.5%;
background: var(--main-color);
color: black;
border: none;
padding: 5px;
border-radius: 10px;
text-align: center;
border: 1px solid var(--main-color);
margin-top: 20%;
margin-left: 3.2%;
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
}
#drag2 > div:active {
-webkit-animation: wiggle 0.3s 0s infinite ease-in;
animation: wiggle 0.3s 0s infinite ease-in;
border: 2px solid rgb(212, 212, 212);
}
.fa-box-open {
color: var(--main-color);
padding: 5px;
padding-top: 10px;
font-size: 180%;
}
.fa-campground {
color: var(--main-color);
padding: 5px;
padding-top: 10px;
font-size: 180%;
}
.cash {
width: 12%;
height: 5%;
background: rgb(25, 25, 35);
position: absolute;
color: var(--main-color);
text-align: center;
margin-left: 2%;
margin-top: 51.2%;
border: 1px solid var(--main-color);
}
#cash::after {
content: '$';
color: gray;
margin-left: 4px;
}
#cash {
margin-top: 5%;
font-size: 20px;
}
#job {
color: var(--main-color);
margin-left: 10px;
}
.job {
color: white;
font-size: 120%;
}
#job-box {
border: 1px solid var(--main-color);
padding: 20px;
}
.blackmoney {
width: 12%;
height: 5%;
background: rgb(25, 25, 35);
position: absolute;
color: var(--main-color);
text-align: center;
margin-left: 14%;
margin-top: 51.2%;
border: 1px solid var(--main-color);
}
#blackmoney::after {
content: '$';
color: gray;
margin-left: 4px;
}
#blackmoney {
margin-top: 5%;
font-size: 20px;
}
.bank {
width: 12%;
height: 5%;
background: rgb(25, 25, 35);
position: absolute;
color: var(--main-color);
text-align: center;
margin-left: 26%;
margin-top: 51.2%;
border: 1px solid var(--main-color);
}
.fa-money-check, .fa-money-bill-alt {
float: left;
font-size: 190%;
margin-left: -42%;
position: absolute;
margin-top: 4%;
}
.fa-money-bill {
color: red;
float: left;
font-size: 190%;
margin-left: -42%;
position: absolute;
margin-top: 5%;
}
#bank::after {
content: '$';
color: gray;
margin-left: 4px;
}
#bank {
margin-top: 5%;
font-size: 20px;
}
.item-container {
width: 13%;
height: 75.5%;
margin-top: 10%;
float: right;
background: rgb(25, 25, 35);
margin-right: 3%;
}
#item-box {
margin: 5px;
width: 2.5%;
position: absolute;
height: 5%;
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
background: var(--item-bg-color);
}
#item-box-2 {
margin: 5px;
width: 2.5%;
position: absolute;
height: 5%;
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
background: var(--item-bg-color);
}
/* CLASSES */
.heading {
color: white;
position: absolute;
margin-top: 0.7%;
margin-left: 3.8%;
font-size: 100%;
}
.heading-2 {
color: white;
position: absolute;
margin-top: 0.7%;
margin-left: 3.8%;
font-size: 100%;
}
.overlay {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
}
.item-inner-2 {
width: 100%;
height: 100%;
float: left;
margin-right: 2%;
background: no-repeat;
background-size: 90%;
margin-left: 38%;
position: absolute;
}
.item-section {
width: 40%;
height: 91%;
margin-top: 6%;
margin-left: 2%;
float: left;
background: no-repeat;
background-size: 90%;
}
.item-section {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTkgNjI3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzE5MTkyMzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmludmVudG9yeVNWRzwvdGl0bGU+PGcgaWQ9IkxhZ2VyXzIiIGRhdGEtbmFtZT0iTGFnZXIgMiI+PGcgaWQ9IkxhZ2VyXzEtMiIgZGF0YS1uYW1lPSJMYWdlciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTI3IDAgMCAwIDAgNDEgMCAyNjkgMCA2MjcgNDk5IDYyNyA0OTkgNDEgMTY1IDQwIDEyNyAwIi8+PC9nPjwvZz48L3N2Zz4=);
}
.item-inner {
height: 80%;
width: 88%;
float: left;
overflow-y: scroll;
margin-top: 10%;
margin-left: 2%;
}
#drag1 {
width: 100%;
height:100%;
float: left;
margin-top: 0%;
margin-left: 0%;
overflow-y: scroll;
}
.gu-mirror {
cursor:move; cursor:-webkit-grabbing; cursor:-moz-grabbing; cursor:grabbing;
position: fixed !important;
margin: 0 !important;
z-index: 9999 !important;
opacity: 1;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
-webkit-animation: wiggle 0.3s 0s infinite ease-in;
animation: wiggle 0.3s 0s infinite ease-in;
}
.gu-hide {
display: none !important;
}
.gu-unselectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.gu-transit {
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
/* KEYFRAMES */
@-webkit-keyframes wiggle {
0% {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(4deg);
}
75% {
-webkit-transform: rotate(-4deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@keyframes wiggle {
0% {
transform: rotate(-0deg);
}
25% {
transform: rotate(4deg);
}
75% {
transform: rotate(-4deg);
}
100% {
transform: rotate(0deg);
}
} | resources/[DARK_DEV]/inventairehtml/assets/css/main.css |
* {
font-family: 'Open Sans', sans-serif;
margin: 0;
overflow: hidden;
}
*:focus {
outline: none;
}
html {
font-family: 'Open Sans', sans-serif;
margin: 0;
--item-text-color: white;
--item-padding: 1px;
--item-height: 15%;
--item-width: 15%;
--item-float: left;
--item-bg-position: center;
--item-bg-color: rgb(31, 30, 43);
--item-shadow: 11px 15px 13px 0px rgba(0,0,0,0.75);
--item-border-radius: 5px;
--item-border: #2c6bbb solid 1px;
--item-margin: 1%;
--main-color: #2c6bbb;
}
.default {
padding: var(--item-padding);
height: var(--item-height);
width: var(--item-width);
margin: var(--item-margin);
background: url(https://www.unesale.com/ProductImages/Large/notfound.png) no-repeat;
background-size: 80%;
float: var(--item-float);
background-position: var(--item-bg-position);
color: var(--item-text-color);
background-color: var(--item-bg-color);
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
border-radius: var(--item-border-radius);
border: var(--item-border);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.item-inner::-webkit-scrollbar-track
{
border: 1px solid var(--main-color);
background-color: rgb(25, 25, 35);
}
.item-inner::-webkit-scrollbar
{
width: 10px;
background-color: rgb(25, 25, 35);
}
.item-inner::-webkit-scrollbar-thumb
{
background-color: var(--main-color);
}
#drag1::-webkit-scrollbar-track
{
border: 1px solid var(--main-color);
background-color: rgb(25, 25, 35);
}
#drag1::-webkit-scrollbar
{
width: 10px;
background-color: rgb(25, 25, 35);
}
#drag1::-webkit-scrollbar-thumb
{
background-color: #2c6bbb;
}
/* ID's */
#button-use {
border: none;
position: absolute;
padding: 1% 2.2%;
border-radius: 10px;
background: var(--main-color);
color: black;
margin-top: 10%;
margin-left: 3.2%;
font-size: 150%;
border: 1px solid var(--main-color);
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
}
#button-use:hover {
transition: 500ms;
background: white
}
#button:hover {
transition: 500ms;
background: white
}
#button {
border: none;
font-size: 150%;
padding: 1% 1.9%;
position: absolute;
background: var(--main-color);
color: black;
border-radius: 10px;
margin-top: 15%;
margin-left: 3.2%;
border: 1px solid var(--main-color);
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
}
#drop-count {
z-index: 999;
font-size: 150%;
margin-top: 44%;
margin-left: 1%;
position: absolute;
width: 6.5%;
background: var(--main-color);
color: black;
border: none;
padding: 5px;
border-radius: 10px;
text-align: center;
border: 1px solid var(--main-color);
margin-top: 20%;
margin-left: 3.2%;
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
}
#drag2 > div:active {
-webkit-animation: wiggle 0.3s 0s infinite ease-in;
animation: wiggle 0.3s 0s infinite ease-in;
border: 2px solid rgb(212, 212, 212);
}
.fa-box-open {
color: var(--main-color);
padding: 5px;
padding-top: 10px;
font-size: 180%;
}
.fa-campground {
color: var(--main-color);
padding: 5px;
padding-top: 10px;
font-size: 180%;
}
.cash {
width: 12%;
height: 5%;
background: rgb(25, 25, 35);
position: absolute;
color: var(--main-color);
text-align: center;
margin-left: 2%;
margin-top: 51.2%;
border: 1px solid var(--main-color);
}
#cash::after {
content: '$';
color: gray;
margin-left: 4px;
}
#cash {
margin-top: 5%;
font-size: 20px;
}
#job {
color: var(--main-color);
margin-left: 10px;
}
.job {
color: white;
font-size: 120%;
}
#job-box {
border: 1px solid var(--main-color);
padding: 20px;
}
.blackmoney {
width: 12%;
height: 5%;
background: rgb(25, 25, 35);
position: absolute;
color: var(--main-color);
text-align: center;
margin-left: 14%;
margin-top: 51.2%;
border: 1px solid var(--main-color);
}
#blackmoney::after {
content: '$';
color: gray;
margin-left: 4px;
}
#blackmoney {
margin-top: 5%;
font-size: 20px;
}
.bank {
width: 12%;
height: 5%;
background: rgb(25, 25, 35);
position: absolute;
color: var(--main-color);
text-align: center;
margin-left: 26%;
margin-top: 51.2%;
border: 1px solid var(--main-color);
}
.fa-money-check, .fa-money-bill-alt {
float: left;
font-size: 190%;
margin-left: -42%;
position: absolute;
margin-top: 4%;
}
.fa-money-bill {
color: red;
float: left;
font-size: 190%;
margin-left: -42%;
position: absolute;
margin-top: 5%;
}
#bank::after {
content: '$';
color: gray;
margin-left: 4px;
}
#bank {
margin-top: 5%;
font-size: 20px;
}
.item-container {
width: 13%;
height: 75.5%;
margin-top: 10%;
float: right;
background: rgb(25, 25, 35);
margin-right: 3%;
}
#item-box {
margin: 5px;
width: 2.5%;
position: absolute;
height: 5%;
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
background: var(--item-bg-color);
}
#item-box-2 {
margin: 5px;
width: 2.5%;
position: absolute;
height: 5%;
-webkit-box-shadow: var(--item-shadow);
-moz-box-shadow: var(--item-shadow);
box-shadow: var(--item-shadow);
background: var(--item-bg-color);
}
/* CLASSES */
.heading {
color: white;
position: absolute;
margin-top: 0.7%;
margin-left: 3.8%;
font-size: 100%;
}
.heading-2 {
color: white;
position: absolute;
margin-top: 0.7%;
margin-left: 3.8%;
font-size: 100%;
}
.overlay {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
}
.item-inner-2 {
width: 100%;
height: 100%;
float: left;
margin-right: 2%;
background: no-repeat;
background-size: 90%;
margin-left: 38%;
position: absolute;
}
.item-section {
width: 40%;
height: 91%;
margin-top: 6%;
margin-left: 2%;
float: left;
background: no-repeat;
background-size: 90%;
}
.item-section {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTkgNjI3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzE5MTkyMzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmludmVudG9yeVNWRzwvdGl0bGU+PGcgaWQ9IkxhZ2VyXzIiIGRhdGEtbmFtZT0iTGFnZXIgMiI+PGcgaWQ9IkxhZ2VyXzEtMiIgZGF0YS1uYW1lPSJMYWdlciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTI3IDAgMCAwIDAgNDEgMCAyNjkgMCA2MjcgNDk5IDYyNyA0OTkgNDEgMTY1IDQwIDEyNyAwIi8+PC9nPjwvZz48L3N2Zz4=);
}
.item-inner {
height: 80%;
width: 88%;
float: left;
overflow-y: scroll;
margin-top: 10%;
margin-left: 2%;
}
#drag1 {
width: 100%;
height:100%;
float: left;
margin-top: 0%;
margin-left: 0%;
overflow-y: scroll;
}
.gu-mirror {
cursor:move; cursor:-webkit-grabbing; cursor:-moz-grabbing; cursor:grabbing;
position: fixed !important;
margin: 0 !important;
z-index: 9999 !important;
opacity: 1;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
-webkit-animation: wiggle 0.3s 0s infinite ease-in;
animation: wiggle 0.3s 0s infinite ease-in;
}
.gu-hide {
display: none !important;
}
.gu-unselectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.gu-transit {
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
/* KEYFRAMES */
@-webkit-keyframes wiggle {
0% {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(4deg);
}
75% {
-webkit-transform: rotate(-4deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@keyframes wiggle {
0% {
transform: rotate(-0deg);
}
25% {
transform: rotate(4deg);
}
75% {
transform: rotate(-4deg);
}
100% {
transform: rotate(0deg);
}
} | 0.405566 | 0.075075 |
@media (min-width: 1024px) {
.info-card {
max-width: 45vw !important;
min-width: 35%;
width: fit-content;
position: absolute;
left: auto;
right: 0px;
}
}
.info-card {
max-width: 100%;
}
.info-card.maximized {
max-width: 100% !important;
width: 100%;
height: 100%;
position: absolute;
left: auto;
right: 0px;
}
/* .info-card .md-card-content .bot-table {
margin: 0 -16px;
} */
.info-card .md-card-content {
max-height: 560px;
overflow-y: visible;
padding: 0;
}
.info-card.maximized .md-card-content {
height: 100%;
max-height: 100%;
overflow-y: auto;
display: flex;
}
.ide-portal {
position: absolute;
z-index: 13;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.md-button.md-fab.exit-portal.md-theme-default {
background-color: #fff;
}
.md-button.exit-portal .md-icon.md-icon-font.md-theme-default {
color: #333;
}
.exit-portal {
position: absolute;
bottom: 0;
right: 0;
margin-right: 18px;
margin-bottom: 16px;
}
.portal-content {
flex: 1 1;
}
.portal-content .editor-wrapper {
height: 100%;
margin-top: 0;
}
.items-list {
flex: 0 0 200px;
border-right: 1px solid var(--bot-cell-border-color);
height: 100%;
display: flex;
flex-direction: column;
}
.items-list-header {
background-color: var(--disabled-cell-color);
border-top: 1px solid;
border-bottom: solid 1px var(--bot-cell-border-color);
flex: 0 0 auto;
display: flex;
}
.items-list-header-option {
flex: 0 0 auto;
padding: 0 8px 0 8px;
font-weight: 600;
line-height: 22px;
}
.items-list-header-option.active {
background-color: rgba(0, 0, 0, 0.1);
}
.items-list-header-option:hover {
background-color: rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.items-list .item {
cursor: pointer;
padding: 0 0 0 8px;
}
.items-list .item:hover {
background-color: #eee;
}
.items-list .item.selected {
background-color: #ddd;
}
.items-list-items {
overflow: auto;
/* override for browsers that support "overlay" */
overflow: overlay;
flex: 1 1 auto;
}
.items-list-items:hover {
--scrollbar-thumb-background: rgba(0, 0, 0, 0.2);
}
.items-list-items::-webkit-scrollbar {
background: transparent;
width: 12px;
height: 12px;
}
.items-list-items::-webkit-scrollbar * {
background-color: transparent;
}
.items-list-items::-webkit-scrollbar-track {
background: transparent;
}
.items-list-items::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb-background);
}
.items-list-items::-webkit-scrollbar-thumb:hover {
background-color: #bbb;
}
.search-container {
flex: 1 1 auto;
display: flex;
flex-direction: column;
padding: 8px 0 0 0;
overflow: hidden;
}
.search-input-container {
flex: 0 0 auto;
padding: 0 8px;
}
.search-input {
width: 100%;
}
.search-item-hint {
white-space: nowrap;
font-family: Consolas, 'Courier New', monospace;
font-weight: normal;
font-size: 14px;
} | src/aux-server/aux-web/shared/vue-components/IdePortal/IdePortal.css | @media (min-width: 1024px) {
.info-card {
max-width: 45vw !important;
min-width: 35%;
width: fit-content;
position: absolute;
left: auto;
right: 0px;
}
}
.info-card {
max-width: 100%;
}
.info-card.maximized {
max-width: 100% !important;
width: 100%;
height: 100%;
position: absolute;
left: auto;
right: 0px;
}
/* .info-card .md-card-content .bot-table {
margin: 0 -16px;
} */
.info-card .md-card-content {
max-height: 560px;
overflow-y: visible;
padding: 0;
}
.info-card.maximized .md-card-content {
height: 100%;
max-height: 100%;
overflow-y: auto;
display: flex;
}
.ide-portal {
position: absolute;
z-index: 13;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.md-button.md-fab.exit-portal.md-theme-default {
background-color: #fff;
}
.md-button.exit-portal .md-icon.md-icon-font.md-theme-default {
color: #333;
}
.exit-portal {
position: absolute;
bottom: 0;
right: 0;
margin-right: 18px;
margin-bottom: 16px;
}
.portal-content {
flex: 1 1;
}
.portal-content .editor-wrapper {
height: 100%;
margin-top: 0;
}
.items-list {
flex: 0 0 200px;
border-right: 1px solid var(--bot-cell-border-color);
height: 100%;
display: flex;
flex-direction: column;
}
.items-list-header {
background-color: var(--disabled-cell-color);
border-top: 1px solid;
border-bottom: solid 1px var(--bot-cell-border-color);
flex: 0 0 auto;
display: flex;
}
.items-list-header-option {
flex: 0 0 auto;
padding: 0 8px 0 8px;
font-weight: 600;
line-height: 22px;
}
.items-list-header-option.active {
background-color: rgba(0, 0, 0, 0.1);
}
.items-list-header-option:hover {
background-color: rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.items-list .item {
cursor: pointer;
padding: 0 0 0 8px;
}
.items-list .item:hover {
background-color: #eee;
}
.items-list .item.selected {
background-color: #ddd;
}
.items-list-items {
overflow: auto;
/* override for browsers that support "overlay" */
overflow: overlay;
flex: 1 1 auto;
}
.items-list-items:hover {
--scrollbar-thumb-background: rgba(0, 0, 0, 0.2);
}
.items-list-items::-webkit-scrollbar {
background: transparent;
width: 12px;
height: 12px;
}
.items-list-items::-webkit-scrollbar * {
background-color: transparent;
}
.items-list-items::-webkit-scrollbar-track {
background: transparent;
}
.items-list-items::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb-background);
}
.items-list-items::-webkit-scrollbar-thumb:hover {
background-color: #bbb;
}
.search-container {
flex: 1 1 auto;
display: flex;
flex-direction: column;
padding: 8px 0 0 0;
overflow: hidden;
}
.search-input-container {
flex: 0 0 auto;
padding: 0 8px;
}
.search-input {
width: 100%;
}
.search-item-hint {
white-space: nowrap;
font-family: Consolas, 'Courier New', monospace;
font-weight: normal;
font-size: 14px;
} | 0.456652 | 0.067424 |
@font-face {
font-family: "Gilroy-Bold";
src: url('fonts/Gilroy-Bold.woff');
}
@font-face {
font-family: "Gilroy-Medium";
src: url('fonts/Gilroy-Medium.woff');
}
body {
overflow-x: hidden;
/* overflow-y: hidden; */
}
h1.text-judul {
font-family: "Gilroy-Bold";
font-weight: 700;
}
.form-control::placeholder {
font-family: "Gilroy-Medium";
z-index: 1;
}
.form-control:focus {
color: #E0A13A;
border-color: #FFF4E1;
box-shadow: 0 0 0 0.2rem rgba(224, 161, 58, 0.25)
}
.btn-cari, .btn-search {
background-color: #E0A13A;
color: #fff;
}
.btn-cari:hover {
color: #fff;
}
.ISBN {
color: #E0A13A;
font-family: "Gilroy-Bold";
}
.judul-buku {
font-family: "Gilroy-Bold";
margin-top: -10px;
}
.box-shadow {
border-radius: 10px;
overflow: auto;
}
.box-shadow:hover {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
transition: .3s;
}
.form-row {
margin-bottom: 1rem;
}
/* END : Style For Both (Mobile and Laptop) */
/* START: Style For Mobile Devices Potrait and Smaller */
@media (max-width: 575.98px) {
h1.text-judul {
font-size: 40px;
}
.meja {
visibility: hidden;
}
.btn-cari, .form-inline, .btn-search {
width: 100%;
}
.div_logo {
display: flex !important;
justify-content: center !important;
}
img.cover {
align-self: center !important;
}
.judul-buku {
font-size: 14px;
}
.penulis {
margin-top: 10px;
}
}
/* END: Style For Mobile Devices Potrait and Smaller */
/* START: Style For Laptop and Larger*/
@media (min-width: 992px) {
.row {
height: 100vh;
}
h1.text-judul {
font-size: 54px;
}
.form-control::placeholder {
font-size: 20px;
}
.form-control {
border-radius: 10px;
width: 390px;
height: 50px;
z-index: 1;
font-size: 20px;
}
.form-control[type="search"] {
width: 57.813rem;
}
.btn-cari {
position: relative;
border-radius: 10px;
left: 400px;
top: -66px;
height: 50px;
width: 70px;
z-index: 1;
}
.btn-search {
height: 50px;
width: 80px;
border-radius: 10px;
}
.meja {
position: relative;
right: -42.4vh;
top: -23.5vh;
width: auto;
height: 51vh;
z-index: -1;
margin-top: 1rem;
}
.image-svg {
position: relative;
z-index: -2;
}
.logo {
width: auto;
height: 120px;
}
.datepicker {
width: 70%;
float: right;
}
}
/* START: Style For Laptop and Larger*/
.invoice-company {
font-size: 20px
}
.invoice-header {
margin: 0 -20px;
background: #f0f3f4;
padding: 20px
}
.invoice-date,
.invoice-from,
.invoice-to {
display: table-cell;
width: 1%
}
.invoice-from,
.invoice-to {
padding-right: 20px
}
.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
font-size: 16px;
font-weight: 600
}
.invoice-date {
text-align: right;
padding-left: 20px
}
.invoice-price {
background: #f0f3f4;
display: table;
width: 100%
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
display: table-cell;
padding: 20px;
font-size: 20px;
font-weight: 600;
width: 75%;
position: relative;
vertical-align: middle
}
.invoice-price .invoice-price-left .sub-price {
display: table-cell;
vertical-align: middle;
padding: 0 20px
}
.invoice-price small {
font-size: 12px;
font-weight: 400;
display: block
}
.invoice-price .invoice-price-row {
display: table;
float: left
}
.invoice-price .invoice-price-right {
width: 25%;
background: #2d353c;
color: #fff;
font-size: 28px;
text-align: right;
vertical-align: bottom;
font-weight: 300
}
.invoice-price .invoice-price-right small {
display: block;
opacity: .6;
position: absolute;
top: 10px;
left: 10px;
font-size: 12px
}
.invoice-footer {
border-top: 1px solid #ddd;
padding-top: 10px;
font-size: 10px
}
.invoice-note {
color: #999;
margin-top: 80px;
font-size: 85%
}
.invoice>div:not(.invoice-footer) {
margin-bottom: 20px
}
.btn.btn-white,
.btn.btn-white.disabled,
.btn.btn-white.disabled:focus,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled],
.btn.btn-white[disabled]:focus,
.btn.btn-white[disabled]:hover {
color: #2d353c;
background: #fff;
border-color: #d9dfe3;
} | public/user-assets/style.v2.css | @font-face {
font-family: "Gilroy-Bold";
src: url('fonts/Gilroy-Bold.woff');
}
@font-face {
font-family: "Gilroy-Medium";
src: url('fonts/Gilroy-Medium.woff');
}
body {
overflow-x: hidden;
/* overflow-y: hidden; */
}
h1.text-judul {
font-family: "Gilroy-Bold";
font-weight: 700;
}
.form-control::placeholder {
font-family: "Gilroy-Medium";
z-index: 1;
}
.form-control:focus {
color: #E0A13A;
border-color: #FFF4E1;
box-shadow: 0 0 0 0.2rem rgba(224, 161, 58, 0.25)
}
.btn-cari, .btn-search {
background-color: #E0A13A;
color: #fff;
}
.btn-cari:hover {
color: #fff;
}
.ISBN {
color: #E0A13A;
font-family: "Gilroy-Bold";
}
.judul-buku {
font-family: "Gilroy-Bold";
margin-top: -10px;
}
.box-shadow {
border-radius: 10px;
overflow: auto;
}
.box-shadow:hover {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
transition: .3s;
}
.form-row {
margin-bottom: 1rem;
}
/* END : Style For Both (Mobile and Laptop) */
/* START: Style For Mobile Devices Potrait and Smaller */
@media (max-width: 575.98px) {
h1.text-judul {
font-size: 40px;
}
.meja {
visibility: hidden;
}
.btn-cari, .form-inline, .btn-search {
width: 100%;
}
.div_logo {
display: flex !important;
justify-content: center !important;
}
img.cover {
align-self: center !important;
}
.judul-buku {
font-size: 14px;
}
.penulis {
margin-top: 10px;
}
}
/* END: Style For Mobile Devices Potrait and Smaller */
/* START: Style For Laptop and Larger*/
@media (min-width: 992px) {
.row {
height: 100vh;
}
h1.text-judul {
font-size: 54px;
}
.form-control::placeholder {
font-size: 20px;
}
.form-control {
border-radius: 10px;
width: 390px;
height: 50px;
z-index: 1;
font-size: 20px;
}
.form-control[type="search"] {
width: 57.813rem;
}
.btn-cari {
position: relative;
border-radius: 10px;
left: 400px;
top: -66px;
height: 50px;
width: 70px;
z-index: 1;
}
.btn-search {
height: 50px;
width: 80px;
border-radius: 10px;
}
.meja {
position: relative;
right: -42.4vh;
top: -23.5vh;
width: auto;
height: 51vh;
z-index: -1;
margin-top: 1rem;
}
.image-svg {
position: relative;
z-index: -2;
}
.logo {
width: auto;
height: 120px;
}
.datepicker {
width: 70%;
float: right;
}
}
/* START: Style For Laptop and Larger*/
.invoice-company {
font-size: 20px
}
.invoice-header {
margin: 0 -20px;
background: #f0f3f4;
padding: 20px
}
.invoice-date,
.invoice-from,
.invoice-to {
display: table-cell;
width: 1%
}
.invoice-from,
.invoice-to {
padding-right: 20px
}
.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
font-size: 16px;
font-weight: 600
}
.invoice-date {
text-align: right;
padding-left: 20px
}
.invoice-price {
background: #f0f3f4;
display: table;
width: 100%
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
display: table-cell;
padding: 20px;
font-size: 20px;
font-weight: 600;
width: 75%;
position: relative;
vertical-align: middle
}
.invoice-price .invoice-price-left .sub-price {
display: table-cell;
vertical-align: middle;
padding: 0 20px
}
.invoice-price small {
font-size: 12px;
font-weight: 400;
display: block
}
.invoice-price .invoice-price-row {
display: table;
float: left
}
.invoice-price .invoice-price-right {
width: 25%;
background: #2d353c;
color: #fff;
font-size: 28px;
text-align: right;
vertical-align: bottom;
font-weight: 300
}
.invoice-price .invoice-price-right small {
display: block;
opacity: .6;
position: absolute;
top: 10px;
left: 10px;
font-size: 12px
}
.invoice-footer {
border-top: 1px solid #ddd;
padding-top: 10px;
font-size: 10px
}
.invoice-note {
color: #999;
margin-top: 80px;
font-size: 85%
}
.invoice>div:not(.invoice-footer) {
margin-bottom: 20px
}
.btn.btn-white,
.btn.btn-white.disabled,
.btn.btn-white.disabled:focus,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled],
.btn.btn-white[disabled]:focus,
.btn.btn-white[disabled]:hover {
color: #2d353c;
background: #fff;
border-color: #d9dfe3;
} | 0.327453 | 0.105441 |
@import '../base/barchart.css';
.dashboard {
min-height: calc(100% - 60px);
.header {
background-color: $inputBackground;
.title-container {
@extend %flex;
@mixin home {
width: 20%;
border-right: 1px solid $darkBorderColor;
};
.title {
margin-left: 20px;
}
}
}
@mixin breadcrumbs;
table {
width: calc(100% - 40px);
margin: 20px;
@mixin data-table {
thead {
tr:first-child th {
color: black;
font-size: 0.9rem;
vertical-align: top;
text-align: center;
&:not(:last-child) {
@extend %right-border;
}
}
tr:nth-child(2) th {
&:nth-child(5),
&:nth-child(3) {
@extend %right-border;
}
&.zms {
color: $zmsColor;
}
&.zts {
color: $ztsColor;
}
}
}
tbody {
td {
padding: 0 0 0 15px;
&:not(:last-child):not(.subsection) {
@extend %right-border;
}
}
.chart {
width: 10rem;
@mixin bar-chart {
margin-top: 5px;
};
}
}
}
}
.graphs {
background-color: $inputBackground;
padding: 20px 0 20px 20px;
@extend %flex;
.radial-stats {
@extend %flex;
@mixin radial-stat 15vw {
.sections .stat {
position: relative;
padding-left: 1.2vw;
&::before {
border-radius: 50%;
content: '';
height: 0.9vw;
left: 0;
top: 5px;
position: absolute;
width: 0.9vw;
}
&.zms::before {
background-color: $zmsColor;
}
&.zts::before {
background-color: $ztsColor;
}
&.toplevel::before {
background-color: $toplevelColor;
}
&.personal::before {
background-color: $personalColor;
}
&.subdomain::before {
background-color: $subdomainColor;
}
}
}
}
.circle-stats {
@extend %flex;
@mixin circle-stat 15vw {
.role {
border-color: $roleColor;
}
.service {
border-color: $serviceColor;
}
.policy {
border-color: $policyColor;
}
};
}
}
} | ui/public/css/modules/dashboard.css |
@import '../base/barchart.css';
.dashboard {
min-height: calc(100% - 60px);
.header {
background-color: $inputBackground;
.title-container {
@extend %flex;
@mixin home {
width: 20%;
border-right: 1px solid $darkBorderColor;
};
.title {
margin-left: 20px;
}
}
}
@mixin breadcrumbs;
table {
width: calc(100% - 40px);
margin: 20px;
@mixin data-table {
thead {
tr:first-child th {
color: black;
font-size: 0.9rem;
vertical-align: top;
text-align: center;
&:not(:last-child) {
@extend %right-border;
}
}
tr:nth-child(2) th {
&:nth-child(5),
&:nth-child(3) {
@extend %right-border;
}
&.zms {
color: $zmsColor;
}
&.zts {
color: $ztsColor;
}
}
}
tbody {
td {
padding: 0 0 0 15px;
&:not(:last-child):not(.subsection) {
@extend %right-border;
}
}
.chart {
width: 10rem;
@mixin bar-chart {
margin-top: 5px;
};
}
}
}
}
.graphs {
background-color: $inputBackground;
padding: 20px 0 20px 20px;
@extend %flex;
.radial-stats {
@extend %flex;
@mixin radial-stat 15vw {
.sections .stat {
position: relative;
padding-left: 1.2vw;
&::before {
border-radius: 50%;
content: '';
height: 0.9vw;
left: 0;
top: 5px;
position: absolute;
width: 0.9vw;
}
&.zms::before {
background-color: $zmsColor;
}
&.zts::before {
background-color: $ztsColor;
}
&.toplevel::before {
background-color: $toplevelColor;
}
&.personal::before {
background-color: $personalColor;
}
&.subdomain::before {
background-color: $subdomainColor;
}
}
}
}
.circle-stats {
@extend %flex;
@mixin circle-stat 15vw {
.role {
border-color: $roleColor;
}
.service {
border-color: $serviceColor;
}
.policy {
border-color: $policyColor;
}
};
}
}
} | 0.684686 | 0.116136 |
.layerControlDijit .vectorLayerContainer {}
.layerControlDijit .overlayLayerContainer {}
.layerControlDijit .vectorLabelContainer, .layerControlDijit .overlayLabelContainer {
font-size: 15px;
font-weight: 600;
padding-bottom: 4px;
}
.layerControlDijit .layerControl {
padding-bottom: 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.layerControlDijit .layerControlExpand {
border-bottom: solid 1px #DDD;
}
.layerControlDijit .layerControlTable {
width: 100%;
}
.layerControlDijit .layerControlTable tr {
vertical-align: top;
}
.layerControlDijit .layerControlTable td {
padding: 0;
}
.layerControlDijit .layerControlTableExpand, .layerControlDijit .layerControlTableCheck, .layerControlDijit .layerControlTableMenu, .layerControlDijit .layerControlTableLabel {
cursor: pointer;
}
.layerControlDijit .layerControlTableExpand, .layerControlDijit .layerControlTableCheck, .layerControlDijit .layerControlTableMenu, .layerControlDijit .layerControlTableUpdate {
text-align: center;
}
.layerControlDijit .layerControlTableLabel {
font-size: 15px;
line-height: 16px;
padding-top: 2px;
width: 100%;
}
.layerControlDijit .layerControlHidden {
display: none;
}
.layerControlDijit .layerControlVisible {
display: block;
}
.layerControlDijit .layerControlIndent {
padding-left: 20px;
}
.layerControlDijit .layerControlIcon {
font-size: 18px;
margin-right: 4px;
}
.layerControlDijit .layerControlTableExpand .layerControlIcon {
margin-right: 0;
width: 1em;
}
.layerControlDijit .layerControlIndent .layerControlTableExpand .layerControlIcon {
margin-right: 4px;
}
.layerControlDijit .layerControlIndent .layerControlIndent .layerControlTableExpand .layerControlIcon, .layerControlDijit .layerControlSublayer .layerControlTableExpand .layerControlIcon {
margin-left: 4px;
margin-right: 4px;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon {
font-size: 12px;
height: 13px;
width: 13px;
}
.layerControlDijit .layer-folder {
color: #666;
}
.layerControlDijit .layerControlTableCheck .fa-border {
border-color: #333;
border-radius: 3px;
padding: 0.15em 0.1875em 0.1125em;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Folder {
color: #333;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Checked {
color: #090;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Unchecked:before {
color: transparent;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Indeterminate {
color: #666;
}
.layerControlDijit .layerControlUpdateIcon {
color: #666;
font-size: 12px;
}
.layerControlDijit .layerControlMenuIcon {
color: #666;
font-size: 15px;
margin-left: 4px;
}
.layerControlDijit .layerControlMenuIcon:hover {
color: #111;
}
.layerControlDijit .layerControlTableCheck .layerControlCheckIconOutScale {
border-color: #BBB;
color: #BBB;
}
/* not in use - retain for links */
.layerControlDijit .layerControlClick {
color: #1f78af;
cursor: pointer;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.layerControlDijit .layerControlClick:hover {
text-decoration: underline;
}
.layerControlDijit .layerControlLegendTable {
margin: 4px 0;
}
.layerControlDijit .layerControlLegendTable tr {
vertical-align: middle;
}
.layerControlDijit .layerControlLegendImage>img {
border: none;
padding: 0;
}
.layerControlDijit .layerControlLegendLabel {
padding: 0 0 0 4px;
}
/* temp esri/Legend overrides */
.layerControlDijit .esriLegendService td {
padding: 0;
}
.layerControlDijit .esriLegendGroupLayer, .layerControlDijit .esriLegendLayerLabel {
padding: 0;
}
.layerControlDijit .esriLegendServiceLabel {
display: none;
}
/* sublayer menu */
.layerControlDijit .layerControlSublayer .layerControlTable td.layerControlTableMenu {
padding-right: 16px;
}
.layerControlDijit .menuClickNode.hidden {
display: none;
} | viewer/js/gis/dijit/LayerControl/css/LayerControl.css | .layerControlDijit .vectorLayerContainer {}
.layerControlDijit .overlayLayerContainer {}
.layerControlDijit .vectorLabelContainer, .layerControlDijit .overlayLabelContainer {
font-size: 15px;
font-weight: 600;
padding-bottom: 4px;
}
.layerControlDijit .layerControl {
padding-bottom: 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.layerControlDijit .layerControlExpand {
border-bottom: solid 1px #DDD;
}
.layerControlDijit .layerControlTable {
width: 100%;
}
.layerControlDijit .layerControlTable tr {
vertical-align: top;
}
.layerControlDijit .layerControlTable td {
padding: 0;
}
.layerControlDijit .layerControlTableExpand, .layerControlDijit .layerControlTableCheck, .layerControlDijit .layerControlTableMenu, .layerControlDijit .layerControlTableLabel {
cursor: pointer;
}
.layerControlDijit .layerControlTableExpand, .layerControlDijit .layerControlTableCheck, .layerControlDijit .layerControlTableMenu, .layerControlDijit .layerControlTableUpdate {
text-align: center;
}
.layerControlDijit .layerControlTableLabel {
font-size: 15px;
line-height: 16px;
padding-top: 2px;
width: 100%;
}
.layerControlDijit .layerControlHidden {
display: none;
}
.layerControlDijit .layerControlVisible {
display: block;
}
.layerControlDijit .layerControlIndent {
padding-left: 20px;
}
.layerControlDijit .layerControlIcon {
font-size: 18px;
margin-right: 4px;
}
.layerControlDijit .layerControlTableExpand .layerControlIcon {
margin-right: 0;
width: 1em;
}
.layerControlDijit .layerControlIndent .layerControlTableExpand .layerControlIcon {
margin-right: 4px;
}
.layerControlDijit .layerControlIndent .layerControlIndent .layerControlTableExpand .layerControlIcon, .layerControlDijit .layerControlSublayer .layerControlTableExpand .layerControlIcon {
margin-left: 4px;
margin-right: 4px;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon {
font-size: 12px;
height: 13px;
width: 13px;
}
.layerControlDijit .layer-folder {
color: #666;
}
.layerControlDijit .layerControlTableCheck .fa-border {
border-color: #333;
border-radius: 3px;
padding: 0.15em 0.1875em 0.1125em;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Folder {
color: #333;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Checked {
color: #090;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Unchecked:before {
color: transparent;
}
.layerControlDijit .layerControlTableCheck .layerControlIcon-Indeterminate {
color: #666;
}
.layerControlDijit .layerControlUpdateIcon {
color: #666;
font-size: 12px;
}
.layerControlDijit .layerControlMenuIcon {
color: #666;
font-size: 15px;
margin-left: 4px;
}
.layerControlDijit .layerControlMenuIcon:hover {
color: #111;
}
.layerControlDijit .layerControlTableCheck .layerControlCheckIconOutScale {
border-color: #BBB;
color: #BBB;
}
/* not in use - retain for links */
.layerControlDijit .layerControlClick {
color: #1f78af;
cursor: pointer;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.layerControlDijit .layerControlClick:hover {
text-decoration: underline;
}
.layerControlDijit .layerControlLegendTable {
margin: 4px 0;
}
.layerControlDijit .layerControlLegendTable tr {
vertical-align: middle;
}
.layerControlDijit .layerControlLegendImage>img {
border: none;
padding: 0;
}
.layerControlDijit .layerControlLegendLabel {
padding: 0 0 0 4px;
}
/* temp esri/Legend overrides */
.layerControlDijit .esriLegendService td {
padding: 0;
}
.layerControlDijit .esriLegendGroupLayer, .layerControlDijit .esriLegendLayerLabel {
padding: 0;
}
.layerControlDijit .esriLegendServiceLabel {
display: none;
}
/* sublayer menu */
.layerControlDijit .layerControlSublayer .layerControlTable td.layerControlTableMenu {
padding-right: 16px;
}
.layerControlDijit .menuClickNode.hidden {
display: none;
} | 0.431704 | 0.176069 |
body, html {
margin: 0;
padding: 0;
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #58585B;
}
/*---------Modal Pic--------*/
input#spotfile {
display: inline-block;
width: 100px;
padding: 120px 0 0 0;
height: 100px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url('http://i61.photobucket.com/albums/h58/tionnaw95/default_zpsjmlmomqn.png') center center no-repeat ;
border-radius: 20px;
background-size: cover;
margin-left: -187px;
margin-top: -136px;
position: absolute;
}
/*---------/Modal Pic--------*/
/*---------Modal--------*/
#modal-outer {
height: 100vh;
width: 100vw;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
#modal-middle {
height: 100vh;
width: 100vw;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(192,192,192,0.7);
}
#modal-inner {
position: absolute;
background: white;
height: 500px;
width: 450px;
display: flex;
justify-content: center;
align-items: center;
display: flex;
justify-content: space-between;
align-items: space-between;
flex-direction: column;
}
#modal-text {
height: 150px;
width: 250px;
margin-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
}
/*---------/Modal--------*/
/*---------Destination Form--------*/
.addNew {
margin-left: 50px;
font-size: 1.3em;
margin-bottom: 20px;
}
input[type="text"]{
color:#A5A5A5;
font-size: 13px;
}
input.location{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
}
input.country{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
}
/*---------/Destination Form--------*/
/*---------Modal Button--------*/
.closeModal {
align-self: flex-end;
/*margin-left: 140px;*/
position: absolute;
}
#close {
background-image: url('../ui/Button_Close.svg');
display: inline-block;
background-repeat: none;
height: 16px;
width: 16px;
margin-top: 25px;
margin-right: 24px;
cursor: pointer;
}
/*---------/Modal Button--------*/
/*---------Spot Modal Form--------*/
div.addNewSpot{
color:#484848;
font-size: 24px;
line-height: 29px;
margin-top: -160px;
margin-left: 20px;
}
div.spotContainer{
display: flex;
align-items: center;
}
div.spotButtons{
margin-top: 10px;
}
div.expense{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 90px;
margin-top: 20px;
}
div.city{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 50px;
}
div.location{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 53px;
}
div.btns{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left:53px;
}
input.spots{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
padding-left: 5%;
margin-left: 15px;
}
input.destination{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
padding-left: 5%;
margin-top: 10px;
margin-left: 15px;
}
input.total{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
padding-left: 5%;
margin-top: -200px;
margin-left: 15px;
}
button.btn.btn-default.eat{
width: 57px;
height: 36px;
background-color: #F4F4F4;
border: none;
margin-left: 15px;
}
button.btn.btn-default.play{
width: 57px;
height: 36px;
background-color: #F4F4F4;
border: none;
margin-left: 15px;
}
button.btn.btn-default.sleep{
width: 75px;
height: 36px;
background-color: #F4F4F4;
border: none;
margin-left: 15px;
}
input.describe{
width: 220px;
height: 84px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 4px;
padding-left: 5%;
padding-bottom: 17%;
margin-left: 135px;
margin-top: 35px;
}
button.btn.btn-default.share{
background-color: #00A799;
height: 41px;
width: 89px;
border: none;
color: white;
margin-left: 300px;
margin-top: 40px;
}
div#expenseSVG{
background-image: url('../ui/Icon_Expense_US.svg');
height: 15.5px;
width: 15.5px;
background-repeat: none;
display: inline-block;
margin-left: -40px;
margin-top: -20px;
}
div#locationSVG{
background-image: url('../ui/Icon_Location.svg');
height: 16px;
width: 13px;
background-repeat: none;
}
div#tagSVG{
background-image: url('../ui/Icon_Tag.svg');
height: 15px;
width: 15px;
background-repeat: none;
display: inline-block;
}
div#citySVG{
background-image: url('../ui/Icon_City.svg');
height: 15px;
width: 15px;
background-repeat: none;
display: inline-block;
}
input#file{
margin-left: -187px;
margin-top: 95px;
} | front/styles/modal.css | body, html {
margin: 0;
padding: 0;
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #58585B;
}
/*---------Modal Pic--------*/
input#spotfile {
display: inline-block;
width: 100px;
padding: 120px 0 0 0;
height: 100px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url('http://i61.photobucket.com/albums/h58/tionnaw95/default_zpsjmlmomqn.png') center center no-repeat ;
border-radius: 20px;
background-size: cover;
margin-left: -187px;
margin-top: -136px;
position: absolute;
}
/*---------/Modal Pic--------*/
/*---------Modal--------*/
#modal-outer {
height: 100vh;
width: 100vw;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
#modal-middle {
height: 100vh;
width: 100vw;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(192,192,192,0.7);
}
#modal-inner {
position: absolute;
background: white;
height: 500px;
width: 450px;
display: flex;
justify-content: center;
align-items: center;
display: flex;
justify-content: space-between;
align-items: space-between;
flex-direction: column;
}
#modal-text {
height: 150px;
width: 250px;
margin-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
}
/*---------/Modal--------*/
/*---------Destination Form--------*/
.addNew {
margin-left: 50px;
font-size: 1.3em;
margin-bottom: 20px;
}
input[type="text"]{
color:#A5A5A5;
font-size: 13px;
}
input.location{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
}
input.country{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
}
/*---------/Destination Form--------*/
/*---------Modal Button--------*/
.closeModal {
align-self: flex-end;
/*margin-left: 140px;*/
position: absolute;
}
#close {
background-image: url('../ui/Button_Close.svg');
display: inline-block;
background-repeat: none;
height: 16px;
width: 16px;
margin-top: 25px;
margin-right: 24px;
cursor: pointer;
}
/*---------/Modal Button--------*/
/*---------Spot Modal Form--------*/
div.addNewSpot{
color:#484848;
font-size: 24px;
line-height: 29px;
margin-top: -160px;
margin-left: 20px;
}
div.spotContainer{
display: flex;
align-items: center;
}
div.spotButtons{
margin-top: 10px;
}
div.expense{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 90px;
margin-top: 20px;
}
div.city{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 50px;
}
div.location{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 53px;
}
div.btns{
display: flex;
flex-direction: row;
align-items: baseline;
margin-left:53px;
}
input.spots{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
padding-left: 5%;
margin-left: 15px;
}
input.destination{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
padding-left: 5%;
margin-top: 10px;
margin-left: 15px;
}
input.total{
width: 256px;
height: 36px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 2px;
padding-left: 5%;
margin-top: -200px;
margin-left: 15px;
}
button.btn.btn-default.eat{
width: 57px;
height: 36px;
background-color: #F4F4F4;
border: none;
margin-left: 15px;
}
button.btn.btn-default.play{
width: 57px;
height: 36px;
background-color: #F4F4F4;
border: none;
margin-left: 15px;
}
button.btn.btn-default.sleep{
width: 75px;
height: 36px;
background-color: #F4F4F4;
border: none;
margin-left: 15px;
}
input.describe{
width: 220px;
height: 84px;
background-color: #FFFFFF;
border: 1px solid #D0D2D3;
border-radius: 4px;
padding-left: 5%;
padding-bottom: 17%;
margin-left: 135px;
margin-top: 35px;
}
button.btn.btn-default.share{
background-color: #00A799;
height: 41px;
width: 89px;
border: none;
color: white;
margin-left: 300px;
margin-top: 40px;
}
div#expenseSVG{
background-image: url('../ui/Icon_Expense_US.svg');
height: 15.5px;
width: 15.5px;
background-repeat: none;
display: inline-block;
margin-left: -40px;
margin-top: -20px;
}
div#locationSVG{
background-image: url('../ui/Icon_Location.svg');
height: 16px;
width: 13px;
background-repeat: none;
}
div#tagSVG{
background-image: url('../ui/Icon_Tag.svg');
height: 15px;
width: 15px;
background-repeat: none;
display: inline-block;
}
div#citySVG{
background-image: url('../ui/Icon_City.svg');
height: 15px;
width: 15px;
background-repeat: none;
display: inline-block;
}
input#file{
margin-left: -187px;
margin-top: 95px;
} | 0.311113 | 0.048631 |
:host {
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(3, auto);
grid-gap: 0.8em;
max-width: 45em;
padding: 1.5em 2em 1em;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border-radius: 10px;
}
h1 {
grid-column: 1 / -2;
margin: 0;
font-size: 2em;
line-height: 1;
}
.close {
grid-column: -2 / -1;
justify-self: end;
cursor: pointer;
color: var(--dark-gray);
&:hover {
color: var(--black);
}
}
.categories {
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(auto, 160px));
justify-content: space-between;
grid-gap: 0.8em;
}
.category {
margin: 0;
padding: 0.8em;
color: var(--category-color);
font-weight: bold;
text-align: center;
border: 4px solid var(--category-color);
border-radius: 10px;
cursor: pointer;
/* pass in via var() from component */
&[data-category='groceries'] {
--category-color: gold;
}
&[data-category='transport'] {
--category-color: teal;
}
&[data-category='entertainment'] {
--category-color: orangered;
}
&[data-category='eating_out'] {
--category-color: crimson;
}
&[data-category='cash'] {
--category-color: olivedrab;
}
&[data-category='mondo'] {
--category-color: olivedrab;
}
&[data-category='monzo'] {
--category-color: olivedrab;
}
&[data-category='general'] {
--category-color: slategray;
}
&[data-category='bills'] {
--category-color: cornflowerblue;
}
&[data-category='holidays'] {
--category-color: orchid;
}
&[data-category='shopping'] {
--category-color: coral;
}
&[data-category='expenses'] {
--category-color: darkkhaki;
}
&[data-category='family'] {
--category-color: var(--red);
}
&[data-category='personal_care'] {
--category-color: var(--pink);
}
&:hover,
&.active {
color: var(--white);
background-color: var(--category-color);
}
& img {
display: block;
height: auto;
max-width: 100%;
}
& p {
margin: 0;
}
& .current {
display: none;
font-weight: normal;
}
&.active .current {
display: block;
}
} | src/app/components/category-dialog.component.css | :host {
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(3, auto);
grid-gap: 0.8em;
max-width: 45em;
padding: 1.5em 2em 1em;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border-radius: 10px;
}
h1 {
grid-column: 1 / -2;
margin: 0;
font-size: 2em;
line-height: 1;
}
.close {
grid-column: -2 / -1;
justify-self: end;
cursor: pointer;
color: var(--dark-gray);
&:hover {
color: var(--black);
}
}
.categories {
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(auto, 160px));
justify-content: space-between;
grid-gap: 0.8em;
}
.category {
margin: 0;
padding: 0.8em;
color: var(--category-color);
font-weight: bold;
text-align: center;
border: 4px solid var(--category-color);
border-radius: 10px;
cursor: pointer;
/* pass in via var() from component */
&[data-category='groceries'] {
--category-color: gold;
}
&[data-category='transport'] {
--category-color: teal;
}
&[data-category='entertainment'] {
--category-color: orangered;
}
&[data-category='eating_out'] {
--category-color: crimson;
}
&[data-category='cash'] {
--category-color: olivedrab;
}
&[data-category='mondo'] {
--category-color: olivedrab;
}
&[data-category='monzo'] {
--category-color: olivedrab;
}
&[data-category='general'] {
--category-color: slategray;
}
&[data-category='bills'] {
--category-color: cornflowerblue;
}
&[data-category='holidays'] {
--category-color: orchid;
}
&[data-category='shopping'] {
--category-color: coral;
}
&[data-category='expenses'] {
--category-color: darkkhaki;
}
&[data-category='family'] {
--category-color: var(--red);
}
&[data-category='personal_care'] {
--category-color: var(--pink);
}
&:hover,
&.active {
color: var(--white);
background-color: var(--category-color);
}
& img {
display: block;
height: auto;
max-width: 100%;
}
& p {
margin: 0;
}
& .current {
display: none;
font-weight: normal;
}
&.active .current {
display: block;
}
} | 0.599016 | 0.316343 |
.more-top {
display: inline-block;
width: 100%;
background: #e82350;
padding: 2vw 0;
text-align: center;
color: #ffffff;
font-size: 5vw;
}
.more-top a {
display: inline-block;
float: left;
margin-left: 4vw;
}
.more-top span {
margin-left: -4vw;
}
.more-top a img {
width: 4vw;
height: 4vw;
}
.more-right {
float: right;
margin-right: 10px;
}
.more-sort li,
.more-content li {
display: inline-block;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #dcdcdc;
font-size: 14px;
background: #ffffff;
}
.more-content li a {
display: inline-block;
width: 100%;
}
.more-content .head {
line-height: 15vw;
}
.more-content li span {
margin-left: 10px;
line-height: 25px;
}
.more-content li img {
width: 25px;
}
.more-content .head img {
width: 6vw;
float: right;
margin: 5vw 4vw 0 0;
}
.more-content .head div {
display: inline-block;
float: right;
}
.more-content .head div img {
width: 15vw;
margin: 0;
}
.more-sort {
margin-top: 15px;
text-align: center;
}
.more-sort span {
margin-left: 0;
}
.more-mask {
width: 100%;
height: 100%;
top: 0px;
z-index: 10;
background: #000000;
filter: alpha(opacity=40);
opacity: 0.4;
position: absolute;
display: none;
}
.more-check {
position: absolute;
display: inline-block;
display: none;
bottom: 0;
z-index: 11;
width: 94%;
margin-left: 10px;
}
.more-check .more-top {
display: inline-block;
margin-bottom: 10px;
width: 100%;
background: #ffffff;
border-radius: 5px;
overflow: hidden;
padding: 0;
}
.more-check div {
text-align: center;
font-size: 14px;
padding: 10px 0;
color: #aeaeae;
}
.more-check .more-yes {
display: inline-block;
width: 100%;
font-size: 16px;
border-top: 1px solid #aeaeae;
}
.more-check .more-yes a {
display: inline-block;
margin: 0;
width: 100%;
color: #e7244e;
text-align: center;
}
.more-check .more-no {
display: inline-block;
text-align: center;
padding: 10px 0;
width: 100%;
font-size: 16px;
background: #ffffff;
border-radius: 5px;
color: #000000;
margin-bottom: 5px;
}
.more-out span {
line-height: 25px;
} | public/css/more.css | .more-top {
display: inline-block;
width: 100%;
background: #e82350;
padding: 2vw 0;
text-align: center;
color: #ffffff;
font-size: 5vw;
}
.more-top a {
display: inline-block;
float: left;
margin-left: 4vw;
}
.more-top span {
margin-left: -4vw;
}
.more-top a img {
width: 4vw;
height: 4vw;
}
.more-right {
float: right;
margin-right: 10px;
}
.more-sort li,
.more-content li {
display: inline-block;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #dcdcdc;
font-size: 14px;
background: #ffffff;
}
.more-content li a {
display: inline-block;
width: 100%;
}
.more-content .head {
line-height: 15vw;
}
.more-content li span {
margin-left: 10px;
line-height: 25px;
}
.more-content li img {
width: 25px;
}
.more-content .head img {
width: 6vw;
float: right;
margin: 5vw 4vw 0 0;
}
.more-content .head div {
display: inline-block;
float: right;
}
.more-content .head div img {
width: 15vw;
margin: 0;
}
.more-sort {
margin-top: 15px;
text-align: center;
}
.more-sort span {
margin-left: 0;
}
.more-mask {
width: 100%;
height: 100%;
top: 0px;
z-index: 10;
background: #000000;
filter: alpha(opacity=40);
opacity: 0.4;
position: absolute;
display: none;
}
.more-check {
position: absolute;
display: inline-block;
display: none;
bottom: 0;
z-index: 11;
width: 94%;
margin-left: 10px;
}
.more-check .more-top {
display: inline-block;
margin-bottom: 10px;
width: 100%;
background: #ffffff;
border-radius: 5px;
overflow: hidden;
padding: 0;
}
.more-check div {
text-align: center;
font-size: 14px;
padding: 10px 0;
color: #aeaeae;
}
.more-check .more-yes {
display: inline-block;
width: 100%;
font-size: 16px;
border-top: 1px solid #aeaeae;
}
.more-check .more-yes a {
display: inline-block;
margin: 0;
width: 100%;
color: #e7244e;
text-align: center;
}
.more-check .more-no {
display: inline-block;
text-align: center;
padding: 10px 0;
width: 100%;
font-size: 16px;
background: #ffffff;
border-radius: 5px;
color: #000000;
margin-bottom: 5px;
}
.more-out span {
line-height: 25px;
} | 0.529993 | 0.088347 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
html, body {
background: #f0f0f0;
font-family: "Montserrat", sans-serif;
font-size: 15px;
color: #333;
height: 100%;
min-height: 100%;
/*overflow-x: hidden; */
margin: 0;
padding: 0;
}
a {
cursor: pointer !important;
}
.no-overflow {
overflow-y: hidden !important
}
.global {
width: 100%;
min-height: 100%;
}
.global.main {
height: 1px;
}
.header {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.sidebar-top h1,
.header h1 {
font-size: 45px;
margin-top: 5px;
width: 100%;
text-align: center;
}
.sidebar-top h1 span,
.header h1 span {
color: #ef5350
}
.header h6 {
font-size: 15px;
text-align: center;
margin-top: -10px;
color: #666
}
.logo {
display: block;
background: url(./media/t/brievcase.png);
background-size: 200px 162px;
width: 200px;
height: 162px;
margin: auto;
cursor: default !important;
}
.button-container {
display: block;
width: 100%;
padding-top: 25px;
text-align: center;
}
.button-container .version {
font-size: 11px;
text-align: center;
margin-top: 10px;
color: #999
}
.green { color: #66BB6A }
.red { color: #e53935 }
.yellow { color: #FFC107 }
.btn, .btn.inactive, .btn:hover, .btn:active, .btn:focus {
border: 1px solid transparent !important;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
outline: none !important;
line-height: 13px;
padding: 10px 13px;
height: auto !important;
margin: 0 2px 4px;
text-align: center !important;
position: relative;
}
.btn.btn-round {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.btn > i {
margin-right: 5px;
}
.btn[disabled=disabled],
.btn[disabled],
.btn[disabled=disabled]:hover,
.btn[disabled]:hover,
.btn[disabled=disabled]:active,
.btn[disabled]:active {
cursor: not-allowed;
}
a.btn {
text-decoration: none !important;
}
.btn:first-child {
margin-left: 0;
}
.btn:last-child {
margin-right: 0;
}
.btn.btn-xs,
.btn.btn-xs:hover,
.btn.btn-xs:active,
.btn.btn-xs:focus {
font-size: 10px;
padding: 2px 6px !important;
}
.btn.btn-sm,
.btn.btn-sm:hover,
.btn.btn-sm:active,
.btn.btn-sm:focus {
font-size: 11px !important;
padding: 8px 10px 7px !important;
line-height: 9px;
}
.btn.btn-lg,
.btn.btn-lg:hover,
.btn.btn-lg:active,
.btn.btn-lg:focus {
font-size: 16px !important;
padding:8px 16px !important;
line-height: 23px;
margin-bottom: 1px
}
.input-group .btn,
.form-inline .btn {
font-size: 13px !important;
font-weight: 500 !important;
padding:8px 16px !important;
line-height: 22px;
margin-bottom: 1px
}
.btn.btn-prompt,
.btn.btn-prompt:hover,
.btn.btn-prompt:active,
.btn.btn-prompt:focus {
font-size: 16px !important;
padding:12px 20px !important;
padding-bottom: 11px !important;
line-height: 23px;
margin-bottom: 1px
}
.btn.btn-white-translucent {
color: #666;
background: rgba(255,255,255,.5)
}
.btn.btn-white-translucent:hover {
background: rgba(255,255,255,1)
}
.btn.btn-white-translucent:active {
background: rgba(0,0,0,.05)
}
.btn.inactive {
opacity: .6;
cursor: not-allowed !important;
}
.btn-default,
.btn-blue,
.btn-yellow,
.btn-purple,
.btn-green,
.btn-red,
.btn-dark {
color: #fff !important
}
.btn-link-red,
.btn-link-red:hover,
.btn-link-red:focus {
color: #E26A6A;
background: none;
}
.btn-link.active,
.btn-link:active,
.btn-link-default.active,
.btn-link-default:active,
.btn-link-red.active,
.btn-link-red:active {
background: rgba(0,0,0,.08);
}
.btn-link-default {
color: inherit !important;
}
.btn-default,
.btn-default.inactive,
.btn-default:focus {
background-color: #67809F;
border-color: transparent !important;
}
.btn-default.inactive,
.btn-default.inactive:active {
background-color: #67809F !important
}
.btn-default:hover {
background-color: #738AA6
}
.btn-default.active,
.btn-default:active {
background-color: #5E7693 !important;
border-color: transparent;
}
.btn-white,
.btn-white.inactive,
.btn-white:focus {
color: #666 !important;
background-color: #fff;
border-color: #e0e0e0 !important;
}
.btn-white.inactive,
.btn-white.inactive:active {
background-color: #ddd !important
}
.btn-white:hover {
background-color: #f5f5f5
}
.btn-white.active,
.btn-white:active {
background-color: #ddd !important;
border-color: transparent;
}
.btn-green,
.btn-green.inactive,
.btn-green:focus {
background-color: #66BB6A
}
.btn-green.inactive {
background-color: #66BB6A !important
}
.btn-green:hover {
background-color: #7CB780
}
.btn-green.active,
.btn-green:active {
background-color: #4EAD54
}
.btn-blue,
.btn-blue.inactive,
.btn-blue:focus {
background-color: #42A5F5
}
.btn-blue.inactive {
background-color: #42A5F5 !important
}
.btn-blue:hover {
background-color: #2196F3
}
.btn-blue.active,
.btn-blue:active {
background-color: #1E88E5
}
.sidebar-overlay {
display: none;
position: fixed;
background: rgba(255,255,255,.9);
/*background: rgba(38,50,56,.95);*/
width: 100%;
height: 100%;
top: 0; right: 0; bottom: 0; left: 0;
}
.sidebar {
background: #263238;
width: 250px;
height: 1px;
min-height: 100%;
max-height: 100%;
color: #fff;
position: fixed;
}
.sidebar .menu-content {
overflow-y: auto;
height: 100%;
}
.sidebar ul {
max-height: 200px;
display: block;
}
.sidebar ul,
.sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar ul li {
width: 100%;
}
.sidebar ul li.version {
color: #666;
font-size: 11px;
padding: 20px;
}
.sidebar ul li a {
padding: 20px;
display: flex;
/*justify-content: center;*/
align-items: center;
color: inherit;
text-decoration: none !important;
font-size: 14px;
position: relative;
}
.sidebar ul li a:hover {
background: rgba(255,255,255,.02);
}
.sidebar ul li a:active {
background: rgba(0,0,0,.05);
}
.sidebar ul li.active a {
background: rgba(0,0,0,.13);
cursor: default !important;
}
.sidebar ul li.active a:before {
content: ' ';
width: 0;
height: 0;
display: block;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #ef5350;
position: relative;
left: -20px;
}
.sidebar .sidebar-top {
width: 100%;
height: 70px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0,0,0,.1);
}
.sidebar-top h1 {
font-size: 30px;
}
.sidebar-top h1 a {
color: inherit;
text-decoration: none !important
}
.main-container {
padding-left: 250px;
width: 100%;
min-height: 100%;
font-family: 'Open Sans', sans-serif !important;
}
.main-container .content {
padding: 60px 140px 150px;
font-size: 18px;
}
.main-container .content h1 {
margin: 0 0 20px;
font-family: 'Montserrat', sans-serif !important;
}
blockquote {
background: #e5e5e5;
border: none;
padding: 30px;
margin-bottom: 40px;
font-style: italic;
color: #666;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
code {
background: #e0e0e0;
color: #333;
padding: 4px 6px;
font-size: 13px;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
}
pre {
padding: 0 !important;
margin: 0 0 40px;
border: none;
overflow: auto;
}
pre, pre code {
overflow: auto;
word-wrap: normal;
white-space: pre;
}
pre > code {
padding: 20px !important;
overflow: auto;
}
table {
width: 100%;
}
table tr td {
padding: 8px 0;
font-size: 16px;
vertical-align: top;
}
table tr.bottom td {
border-bottom: 2px solid #e0e0e0;
padding-bottom: 20px;
}
p,
.main-container ul,
.main-container ol {
margin-bottom: 40px;
line-height: 32px;
}
.main-container h2 {
padding-top: 40px !important;
}
h2, h3, h4, h5, h6 {
padding-top: 10px !important;
font-weight: 600 !important;
}
.menu-toggle span {
display: block;
background: #333;
border-radius: 2px;
}
.menu-toggle-container * {
transition: .25s ease-in-out;
box-sizing: border-box;
}
.menu-toggle {
width: 45px;
height: 45px;
position: absolute;
cursor: pointer;
border-radius: 5px;
display: none;
right: 11px;
top: 11px;
}
.menu-toggle #hamburger {
position: absolute;
height: 100%;
width: 100%;
}
.menu-toggle #hamburger span {
width: 28px;
height: 3px;
position: relative;
top: 7px;
left: 8px;
margin: 5px 0;
}
.menu-toggle #hamburger span:nth-child(1) {
transition-delay: .5s;
}
.menu-toggle #hamburger span:nth-child(2) {
transition-delay: .625s;
}
.menu-toggle #hamburger span:nth-child(3) {
transition-delay: .75s;
}
.menu-toggle #cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
}
.menu-toggle #cross span:nth-child(1) {
height: 0%;
width: 3px;
position: absolute;
top: 10%;
left: 19px;
transition-delay: 0s;
}
.menu-toggle #cross span:nth-child(2) {
width: 0%;
height: 3px;
position: absolute;
left: 10%;
top: 19px;
transition-delay: .25s;
}
.menu-toggle.open #hamburger span {
width: 0%;
}
.menu-toggle.open #hamburger span:nth-child(1) {
transition-delay: 0s;
}
.menu-toggle.open #hamburger span:nth-child(2) {
transition-delay: .125s;
}
.menu-toggle.open #hamburger span:nth-child(3) {
transition-delay: .25s;
}
.menu-toggle.open #cross span:nth-child(1) {
height: 70%;
transition-delay: .625s;
}
.menu-toggle.open #cross span:nth-child(2) {
width: 70%;
transition-delay: .375s;
}
.menu-toggle.open { position:fixed }
.blog-navigation {
margin-top:100px;
}
.blog-navigation .row div:last-of-type {
text-align: right
}
.blog-navigation a {
color: inherit;
font-weight: bold;
}
.footer {
display: block;
width: 100%;
height: 40px;
margin-top: -40px;
padding-left: 250px;
text-align: center;
font-size: 11px;
color: #666
}
.footer.main {
padding-left:0
}
.footer a {
color: inherit;
text-decoration: underline;
}
.footer a:hover {
text-decoration: none;
}
@media (max-width: 481px){
body { font-size:14px }
.header h1 {
font-size: 35px !important;
margin-top: 25px;
}
.header h6 {
font-size: 13px;
margin-top: -3px;
}
.main-container { padding:0 }
.main-container h1 { font-size:31px }
.main-container h2 { font-size:25px }
.main-container h3 { font-size:20px }
.main-container h4 { font-size:18px }
.main-container h5 { font-size:15px }
.main-container .content { padding:70px 25px 70px !important; font-size:14px !important }
pre, code, pre code { font-size:12px !important }
blockquote { font-size:16px; }
}
@media (max-width: 768px) {
.menu-toggle { display:block; }
.sidebar { width:0 }
.sidebar > .menu-content, .sidebar > .sidebar-top { display:none }
.main-container { padding:0 }
.main-container .content { padding:70px 35px 70px }
.footer { padding-left:0 }
}
@media (max-width:992px){
}
/* iPad Pro (vertical), iPad (horizontal) */
@media (max-width:1024px){
.main-container .content { padding:70px 35px 70px }
} | themes/briev/css/style.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
html, body {
background: #f0f0f0;
font-family: "Montserrat", sans-serif;
font-size: 15px;
color: #333;
height: 100%;
min-height: 100%;
/*overflow-x: hidden; */
margin: 0;
padding: 0;
}
a {
cursor: pointer !important;
}
.no-overflow {
overflow-y: hidden !important
}
.global {
width: 100%;
min-height: 100%;
}
.global.main {
height: 1px;
}
.header {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.sidebar-top h1,
.header h1 {
font-size: 45px;
margin-top: 5px;
width: 100%;
text-align: center;
}
.sidebar-top h1 span,
.header h1 span {
color: #ef5350
}
.header h6 {
font-size: 15px;
text-align: center;
margin-top: -10px;
color: #666
}
.logo {
display: block;
background: url(./media/t/brievcase.png);
background-size: 200px 162px;
width: 200px;
height: 162px;
margin: auto;
cursor: default !important;
}
.button-container {
display: block;
width: 100%;
padding-top: 25px;
text-align: center;
}
.button-container .version {
font-size: 11px;
text-align: center;
margin-top: 10px;
color: #999
}
.green { color: #66BB6A }
.red { color: #e53935 }
.yellow { color: #FFC107 }
.btn, .btn.inactive, .btn:hover, .btn:active, .btn:focus {
border: 1px solid transparent !important;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
outline: none !important;
line-height: 13px;
padding: 10px 13px;
height: auto !important;
margin: 0 2px 4px;
text-align: center !important;
position: relative;
}
.btn.btn-round {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.btn > i {
margin-right: 5px;
}
.btn[disabled=disabled],
.btn[disabled],
.btn[disabled=disabled]:hover,
.btn[disabled]:hover,
.btn[disabled=disabled]:active,
.btn[disabled]:active {
cursor: not-allowed;
}
a.btn {
text-decoration: none !important;
}
.btn:first-child {
margin-left: 0;
}
.btn:last-child {
margin-right: 0;
}
.btn.btn-xs,
.btn.btn-xs:hover,
.btn.btn-xs:active,
.btn.btn-xs:focus {
font-size: 10px;
padding: 2px 6px !important;
}
.btn.btn-sm,
.btn.btn-sm:hover,
.btn.btn-sm:active,
.btn.btn-sm:focus {
font-size: 11px !important;
padding: 8px 10px 7px !important;
line-height: 9px;
}
.btn.btn-lg,
.btn.btn-lg:hover,
.btn.btn-lg:active,
.btn.btn-lg:focus {
font-size: 16px !important;
padding:8px 16px !important;
line-height: 23px;
margin-bottom: 1px
}
.input-group .btn,
.form-inline .btn {
font-size: 13px !important;
font-weight: 500 !important;
padding:8px 16px !important;
line-height: 22px;
margin-bottom: 1px
}
.btn.btn-prompt,
.btn.btn-prompt:hover,
.btn.btn-prompt:active,
.btn.btn-prompt:focus {
font-size: 16px !important;
padding:12px 20px !important;
padding-bottom: 11px !important;
line-height: 23px;
margin-bottom: 1px
}
.btn.btn-white-translucent {
color: #666;
background: rgba(255,255,255,.5)
}
.btn.btn-white-translucent:hover {
background: rgba(255,255,255,1)
}
.btn.btn-white-translucent:active {
background: rgba(0,0,0,.05)
}
.btn.inactive {
opacity: .6;
cursor: not-allowed !important;
}
.btn-default,
.btn-blue,
.btn-yellow,
.btn-purple,
.btn-green,
.btn-red,
.btn-dark {
color: #fff !important
}
.btn-link-red,
.btn-link-red:hover,
.btn-link-red:focus {
color: #E26A6A;
background: none;
}
.btn-link.active,
.btn-link:active,
.btn-link-default.active,
.btn-link-default:active,
.btn-link-red.active,
.btn-link-red:active {
background: rgba(0,0,0,.08);
}
.btn-link-default {
color: inherit !important;
}
.btn-default,
.btn-default.inactive,
.btn-default:focus {
background-color: #67809F;
border-color: transparent !important;
}
.btn-default.inactive,
.btn-default.inactive:active {
background-color: #67809F !important
}
.btn-default:hover {
background-color: #738AA6
}
.btn-default.active,
.btn-default:active {
background-color: #5E7693 !important;
border-color: transparent;
}
.btn-white,
.btn-white.inactive,
.btn-white:focus {
color: #666 !important;
background-color: #fff;
border-color: #e0e0e0 !important;
}
.btn-white.inactive,
.btn-white.inactive:active {
background-color: #ddd !important
}
.btn-white:hover {
background-color: #f5f5f5
}
.btn-white.active,
.btn-white:active {
background-color: #ddd !important;
border-color: transparent;
}
.btn-green,
.btn-green.inactive,
.btn-green:focus {
background-color: #66BB6A
}
.btn-green.inactive {
background-color: #66BB6A !important
}
.btn-green:hover {
background-color: #7CB780
}
.btn-green.active,
.btn-green:active {
background-color: #4EAD54
}
.btn-blue,
.btn-blue.inactive,
.btn-blue:focus {
background-color: #42A5F5
}
.btn-blue.inactive {
background-color: #42A5F5 !important
}
.btn-blue:hover {
background-color: #2196F3
}
.btn-blue.active,
.btn-blue:active {
background-color: #1E88E5
}
.sidebar-overlay {
display: none;
position: fixed;
background: rgba(255,255,255,.9);
/*background: rgba(38,50,56,.95);*/
width: 100%;
height: 100%;
top: 0; right: 0; bottom: 0; left: 0;
}
.sidebar {
background: #263238;
width: 250px;
height: 1px;
min-height: 100%;
max-height: 100%;
color: #fff;
position: fixed;
}
.sidebar .menu-content {
overflow-y: auto;
height: 100%;
}
.sidebar ul {
max-height: 200px;
display: block;
}
.sidebar ul,
.sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar ul li {
width: 100%;
}
.sidebar ul li.version {
color: #666;
font-size: 11px;
padding: 20px;
}
.sidebar ul li a {
padding: 20px;
display: flex;
/*justify-content: center;*/
align-items: center;
color: inherit;
text-decoration: none !important;
font-size: 14px;
position: relative;
}
.sidebar ul li a:hover {
background: rgba(255,255,255,.02);
}
.sidebar ul li a:active {
background: rgba(0,0,0,.05);
}
.sidebar ul li.active a {
background: rgba(0,0,0,.13);
cursor: default !important;
}
.sidebar ul li.active a:before {
content: ' ';
width: 0;
height: 0;
display: block;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #ef5350;
position: relative;
left: -20px;
}
.sidebar .sidebar-top {
width: 100%;
height: 70px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0,0,0,.1);
}
.sidebar-top h1 {
font-size: 30px;
}
.sidebar-top h1 a {
color: inherit;
text-decoration: none !important
}
.main-container {
padding-left: 250px;
width: 100%;
min-height: 100%;
font-family: 'Open Sans', sans-serif !important;
}
.main-container .content {
padding: 60px 140px 150px;
font-size: 18px;
}
.main-container .content h1 {
margin: 0 0 20px;
font-family: 'Montserrat', sans-serif !important;
}
blockquote {
background: #e5e5e5;
border: none;
padding: 30px;
margin-bottom: 40px;
font-style: italic;
color: #666;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
code {
background: #e0e0e0;
color: #333;
padding: 4px 6px;
font-size: 13px;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
}
pre {
padding: 0 !important;
margin: 0 0 40px;
border: none;
overflow: auto;
}
pre, pre code {
overflow: auto;
word-wrap: normal;
white-space: pre;
}
pre > code {
padding: 20px !important;
overflow: auto;
}
table {
width: 100%;
}
table tr td {
padding: 8px 0;
font-size: 16px;
vertical-align: top;
}
table tr.bottom td {
border-bottom: 2px solid #e0e0e0;
padding-bottom: 20px;
}
p,
.main-container ul,
.main-container ol {
margin-bottom: 40px;
line-height: 32px;
}
.main-container h2 {
padding-top: 40px !important;
}
h2, h3, h4, h5, h6 {
padding-top: 10px !important;
font-weight: 600 !important;
}
.menu-toggle span {
display: block;
background: #333;
border-radius: 2px;
}
.menu-toggle-container * {
transition: .25s ease-in-out;
box-sizing: border-box;
}
.menu-toggle {
width: 45px;
height: 45px;
position: absolute;
cursor: pointer;
border-radius: 5px;
display: none;
right: 11px;
top: 11px;
}
.menu-toggle #hamburger {
position: absolute;
height: 100%;
width: 100%;
}
.menu-toggle #hamburger span {
width: 28px;
height: 3px;
position: relative;
top: 7px;
left: 8px;
margin: 5px 0;
}
.menu-toggle #hamburger span:nth-child(1) {
transition-delay: .5s;
}
.menu-toggle #hamburger span:nth-child(2) {
transition-delay: .625s;
}
.menu-toggle #hamburger span:nth-child(3) {
transition-delay: .75s;
}
.menu-toggle #cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
}
.menu-toggle #cross span:nth-child(1) {
height: 0%;
width: 3px;
position: absolute;
top: 10%;
left: 19px;
transition-delay: 0s;
}
.menu-toggle #cross span:nth-child(2) {
width: 0%;
height: 3px;
position: absolute;
left: 10%;
top: 19px;
transition-delay: .25s;
}
.menu-toggle.open #hamburger span {
width: 0%;
}
.menu-toggle.open #hamburger span:nth-child(1) {
transition-delay: 0s;
}
.menu-toggle.open #hamburger span:nth-child(2) {
transition-delay: .125s;
}
.menu-toggle.open #hamburger span:nth-child(3) {
transition-delay: .25s;
}
.menu-toggle.open #cross span:nth-child(1) {
height: 70%;
transition-delay: .625s;
}
.menu-toggle.open #cross span:nth-child(2) {
width: 70%;
transition-delay: .375s;
}
.menu-toggle.open { position:fixed }
.blog-navigation {
margin-top:100px;
}
.blog-navigation .row div:last-of-type {
text-align: right
}
.blog-navigation a {
color: inherit;
font-weight: bold;
}
.footer {
display: block;
width: 100%;
height: 40px;
margin-top: -40px;
padding-left: 250px;
text-align: center;
font-size: 11px;
color: #666
}
.footer.main {
padding-left:0
}
.footer a {
color: inherit;
text-decoration: underline;
}
.footer a:hover {
text-decoration: none;
}
@media (max-width: 481px){
body { font-size:14px }
.header h1 {
font-size: 35px !important;
margin-top: 25px;
}
.header h6 {
font-size: 13px;
margin-top: -3px;
}
.main-container { padding:0 }
.main-container h1 { font-size:31px }
.main-container h2 { font-size:25px }
.main-container h3 { font-size:20px }
.main-container h4 { font-size:18px }
.main-container h5 { font-size:15px }
.main-container .content { padding:70px 25px 70px !important; font-size:14px !important }
pre, code, pre code { font-size:12px !important }
blockquote { font-size:16px; }
}
@media (max-width: 768px) {
.menu-toggle { display:block; }
.sidebar { width:0 }
.sidebar > .menu-content, .sidebar > .sidebar-top { display:none }
.main-container { padding:0 }
.main-container .content { padding:70px 35px 70px }
.footer { padding-left:0 }
}
@media (max-width:992px){
}
/* iPad Pro (vertical), iPad (horizontal) */
@media (max-width:1024px){
.main-container .content { padding:70px 35px 70px }
} | 0.157331 | 0.053059 |
body {
text-align: center;
font-family: "Montserrat", sans-serif;
background-color: black;
color: #fff;
}
form {
font-size: 1.5rem;
font-weight: 600;
}
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
z-index: -10;
}
#bg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}
a {
color: #fff;
}
a:link {
text-decoration: none;
}
/* Header */
.header_element {
margin: 3% 3% 0;
font-weight: bold;
font-size: 1.2rem;
}
/* Popup Box */
.hover_bkgr {
background: rgba(0, 0, 0, .4);
cursor: pointer;
display: none;
height: 100%;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 10000;
}
.hover_bkgr .vertCenter {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.hover_bkgr>div {
background-color: #111;
box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 551px;
min-height: 100px;
vertical-align: middle;
width: 60%;
position: relative;
border-radius: 8px;
padding: 15px 5%;
}
.popupCloseButton {
background-color: #111;
border: 3px solid #999;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -20px;
right: -20px;
font-size: 25px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
}
.popupCloseButton:hover {
background-color: #ccc;
}
.trigger_popup {
cursor: pointer;
display: inline-block;
}
.howToPlayText {
text-align: left;
}
/* Title */
.title {
font-family: "Playball", cursive;
font-size: 4rem;
padding: 0% 15% 1%;
display: inline-block;
margin-bottom: 1%;
}
/* Input */
.input {
margin-left: 10px;
height: 40px;
font-size: 1.3rem;
border-radius: 15px;
background-color: rgba(46, 49, 49, 0.5);
color: #fff;
width: 81px;
}
.inputBox {
background-color: rgba(51, 51, 170, 0.2);
color: #fff;
font-size: 1.5rem;
width: 250px;
display: inline-block;
}
#nameInput {
border-radius: 15px;
}
#numInputText {
font-size: 1.8rem;
}
#numberInputForm {
display: none;
}
#buttonNumberInput {
background-color: rgba(51, 51, 170, 0.2);
font-size: 3rem;
font-style: italic;
font-weight: 600;
color: #fff;
letter-spacing: 0.6rem;
width: 150px;
height: 60px;
display: inline-block;
}
.numInputBtns {
line-height: 3;
}
/* Number Buttons */
.nums {
outline: none;
border: 2px solid #404b69;
font-size: 2.5rem;
font-style: italic;
font-weight: 900;
color: #da0463;
text-shadow: 3px 0 #dbedf3;
border-radius: 15px;
width: 100px;
height: 100px;
text-align: center;
margin: 10px;
background-color: #fff;
}
.nums:hover {
background-color: #e7f2f8;
}
.nums:active {
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6),
inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
/* Card */
table {
margin: auto;
}
.card {
display: inline-block;
width: 300px;
height: 300px;
margin: 1% 2%;
border-radius: 5%;
position: relative;
}
.card-header {
font-size: 1.2rem;
font-weight: 600;
margin: 10px;
}
.guess {
background-color: rgba(189, 195, 199, 0.8);
color: #da0463;
}
.card.guess{
overflow: auto;
}
#results{
border-spacing: 30px 0;
}
td#results{
padding: 10px 0;
width: 120px;
border-right: 1px solid;
}
td:last-child {
border-right: none;
}
.scoreboard {
background-color: rgba(46, 49, 49, 0.9);
height: 200px;
}
.scoreIdentifier {
font-size: 2rem;
font-weight: 600;
}
.bulb {
height: 50px;
width: 50px;
background-color: #111;
border-radius: 50%;
margin: 10px 5px;
}
#footer {
font-size: 1.5rem;
position: absolute;
width: 100%;
height: 2.5rem;
}
@media screen and (max-width: 600px) {
.scoreboard {
display: none;
}
} | css/style.css | body {
text-align: center;
font-family: "Montserrat", sans-serif;
background-color: black;
color: #fff;
}
form {
font-size: 1.5rem;
font-weight: 600;
}
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
z-index: -10;
}
#bg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}
a {
color: #fff;
}
a:link {
text-decoration: none;
}
/* Header */
.header_element {
margin: 3% 3% 0;
font-weight: bold;
font-size: 1.2rem;
}
/* Popup Box */
.hover_bkgr {
background: rgba(0, 0, 0, .4);
cursor: pointer;
display: none;
height: 100%;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 10000;
}
.hover_bkgr .vertCenter {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.hover_bkgr>div {
background-color: #111;
box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 551px;
min-height: 100px;
vertical-align: middle;
width: 60%;
position: relative;
border-radius: 8px;
padding: 15px 5%;
}
.popupCloseButton {
background-color: #111;
border: 3px solid #999;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -20px;
right: -20px;
font-size: 25px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
}
.popupCloseButton:hover {
background-color: #ccc;
}
.trigger_popup {
cursor: pointer;
display: inline-block;
}
.howToPlayText {
text-align: left;
}
/* Title */
.title {
font-family: "Playball", cursive;
font-size: 4rem;
padding: 0% 15% 1%;
display: inline-block;
margin-bottom: 1%;
}
/* Input */
.input {
margin-left: 10px;
height: 40px;
font-size: 1.3rem;
border-radius: 15px;
background-color: rgba(46, 49, 49, 0.5);
color: #fff;
width: 81px;
}
.inputBox {
background-color: rgba(51, 51, 170, 0.2);
color: #fff;
font-size: 1.5rem;
width: 250px;
display: inline-block;
}
#nameInput {
border-radius: 15px;
}
#numInputText {
font-size: 1.8rem;
}
#numberInputForm {
display: none;
}
#buttonNumberInput {
background-color: rgba(51, 51, 170, 0.2);
font-size: 3rem;
font-style: italic;
font-weight: 600;
color: #fff;
letter-spacing: 0.6rem;
width: 150px;
height: 60px;
display: inline-block;
}
.numInputBtns {
line-height: 3;
}
/* Number Buttons */
.nums {
outline: none;
border: 2px solid #404b69;
font-size: 2.5rem;
font-style: italic;
font-weight: 900;
color: #da0463;
text-shadow: 3px 0 #dbedf3;
border-radius: 15px;
width: 100px;
height: 100px;
text-align: center;
margin: 10px;
background-color: #fff;
}
.nums:hover {
background-color: #e7f2f8;
}
.nums:active {
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6),
inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
/* Card */
table {
margin: auto;
}
.card {
display: inline-block;
width: 300px;
height: 300px;
margin: 1% 2%;
border-radius: 5%;
position: relative;
}
.card-header {
font-size: 1.2rem;
font-weight: 600;
margin: 10px;
}
.guess {
background-color: rgba(189, 195, 199, 0.8);
color: #da0463;
}
.card.guess{
overflow: auto;
}
#results{
border-spacing: 30px 0;
}
td#results{
padding: 10px 0;
width: 120px;
border-right: 1px solid;
}
td:last-child {
border-right: none;
}
.scoreboard {
background-color: rgba(46, 49, 49, 0.9);
height: 200px;
}
.scoreIdentifier {
font-size: 2rem;
font-weight: 600;
}
.bulb {
height: 50px;
width: 50px;
background-color: #111;
border-radius: 50%;
margin: 10px 5px;
}
#footer {
font-size: 1.5rem;
position: absolute;
width: 100%;
height: 2.5rem;
}
@media screen and (max-width: 600px) {
.scoreboard {
display: none;
}
} | 0.38318 | 0.076788 |
* {
font-family: 'Indie Flower', cursive;
color: rgb(35, 22, 22);
background-color: beige;
/* font-weight: bold; */
}
main {
display: flex;
flex-wrap: wrap;
/* max-width:fit-content;
max-height: fit-content; */
margin: 10px 7px 10px 100px;;
/* float: none; */
text-align: center;
width: 100%;
}
main div {
/* display: inline-block; */
/* overflow: auto; */
margin: 18px 5px 5px 5px;
text-align: center;
width: 350px;
height: 350px;
justify-content: space-evenly;
}
div img {
height: 250px;
width: 250px;
border:rgb(35, 22, 22) ;
border-style: double;
}
div h2 {
font-weight: bolder ;
font-size: larger;
}
div p {
font-weight: bolder ;
font-size: medium;
margin: 15px 2px 15px 2px;
word-break: break-all;
/* overflow: hidden; */
/* text-overflow: ellipsis; */
/* overflow-wrap: break-word; */
}
div h2 {
font-size: 25px;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
text-align: center;
margin-bottom: 9px;
}
select {
font-size: 26px;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
text-align: center;
margin: 15px 1000px 15px 900px ;
width:max-content;
}
header {
margin: 10px 2px 10px 2px;
border: rgb(56, 42, 42);
border-style: groove;
display: inline-block;
width: 100%;
}
footer {
text-align: center;
font-family: 'Indie Flower', cursive;
font-style: italic;
font-weight: bolder;
margin: 30px 2px 10px 30px;
width: 100%;
}
#photo-template {
display:none;
}
/* .on {
display:block;
}
.off {
display: none;
} */
/* add class that will be removed when */
h1 {
font-size: 50px;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
text-align: center;
margin: 20px 15px 20px 15px;
padding-bottom: 5px;
}
header nav {
display: flex;
flex-direction: row;
}
#page1 , #page2 {
margin: 15px 470px 15px 450px;
font-size: 30px;
font-family: 'Indie Flower', cursive;
border: black;
border-style:solid;
border-width: 2px ;
padding: auto;
} | css/base.css | * {
font-family: 'Indie Flower', cursive;
color: rgb(35, 22, 22);
background-color: beige;
/* font-weight: bold; */
}
main {
display: flex;
flex-wrap: wrap;
/* max-width:fit-content;
max-height: fit-content; */
margin: 10px 7px 10px 100px;;
/* float: none; */
text-align: center;
width: 100%;
}
main div {
/* display: inline-block; */
/* overflow: auto; */
margin: 18px 5px 5px 5px;
text-align: center;
width: 350px;
height: 350px;
justify-content: space-evenly;
}
div img {
height: 250px;
width: 250px;
border:rgb(35, 22, 22) ;
border-style: double;
}
div h2 {
font-weight: bolder ;
font-size: larger;
}
div p {
font-weight: bolder ;
font-size: medium;
margin: 15px 2px 15px 2px;
word-break: break-all;
/* overflow: hidden; */
/* text-overflow: ellipsis; */
/* overflow-wrap: break-word; */
}
div h2 {
font-size: 25px;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
text-align: center;
margin-bottom: 9px;
}
select {
font-size: 26px;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
text-align: center;
margin: 15px 1000px 15px 900px ;
width:max-content;
}
header {
margin: 10px 2px 10px 2px;
border: rgb(56, 42, 42);
border-style: groove;
display: inline-block;
width: 100%;
}
footer {
text-align: center;
font-family: 'Indie Flower', cursive;
font-style: italic;
font-weight: bolder;
margin: 30px 2px 10px 30px;
width: 100%;
}
#photo-template {
display:none;
}
/* .on {
display:block;
}
.off {
display: none;
} */
/* add class that will be removed when */
h1 {
font-size: 50px;
font-family: 'Indie Flower', cursive;
font-weight: bolder;
text-align: center;
margin: 20px 15px 20px 15px;
padding-bottom: 5px;
}
header nav {
display: flex;
flex-direction: row;
}
#page1 , #page2 {
margin: 15px 470px 15px 450px;
font-size: 30px;
font-family: 'Indie Flower', cursive;
border: black;
border-style:solid;
border-width: 2px ;
padding: auto;
} | 0.363195 | 0.091951 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
label,
select,
textarea {
max-width: none;
vertical-align: middle;
}
td,tr {
padding: 5px;
}
ul.dropdown-menu span.glyphicon {
margin-right:8px;
}
ul.dropdown-menu li a {
padding:6px 40px 6px 13px;
}
div.form-group button.btn, div.form-group a.btn, div.form-group input.btn {
width: 140px;
}
div.notes {
font-size:.9em;
display:none;
}
label {
cursor:pointer;
}
.glyphicon.glyphicon-aad-true {
background-image: url('/content/images/AADIcon_18.png');
background-repeat:no-repeat;
display:inline-block;
width:18px;
height:18px;
}
.glyphicon.glyphicon-aad-false {
background-image: url('/content/images/AADIcon_18_bw.png');
background-repeat:no-repeat;
display:inline-block;
width:18px;
height:18px;
}
.bg-rowEdit {
color: #4a4a4a;
background-color: #fff;
}
.bg-rowEdit:hover,
.bg-rowEdit:focus {
background-color: #cecccc;
}
span.helpIcon {
background-image: url(/Content/images/help.png);
background-repeat: no-repeat;
display:inline-block;
width:10px;
height:10px;
cursor:pointer;
}
label.addHelp:after{
content:"";
padding: 2px!important;
margin-left:2px;
display:inline-block;
width:10px;
height:10px;
position: relative;
cursor:pointer;
background-image: url(/Content/images/help.png);
background-repeat: no-repeat;
}
.tooltip .tooltip-inner, .tooltip .tooltip-arrow {
border-top-color: #5a5a5a;
}
.tooltip-inner {
padding:8px;
max-width:500px;
text-align:left;
}
button.btn.control {
width:80px!important;
font-size:.9em;
}
.form-group.control {
border-bottom:1px solid #cacaca;
margin-top:-10px;
padding-bottom:8px;
}
span.form-control label.addHelp {
padding-top:2px!important;
}
.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
} | B2BPortal/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
label,
select,
textarea {
max-width: none;
vertical-align: middle;
}
td,tr {
padding: 5px;
}
ul.dropdown-menu span.glyphicon {
margin-right:8px;
}
ul.dropdown-menu li a {
padding:6px 40px 6px 13px;
}
div.form-group button.btn, div.form-group a.btn, div.form-group input.btn {
width: 140px;
}
div.notes {
font-size:.9em;
display:none;
}
label {
cursor:pointer;
}
.glyphicon.glyphicon-aad-true {
background-image: url('/content/images/AADIcon_18.png');
background-repeat:no-repeat;
display:inline-block;
width:18px;
height:18px;
}
.glyphicon.glyphicon-aad-false {
background-image: url('/content/images/AADIcon_18_bw.png');
background-repeat:no-repeat;
display:inline-block;
width:18px;
height:18px;
}
.bg-rowEdit {
color: #4a4a4a;
background-color: #fff;
}
.bg-rowEdit:hover,
.bg-rowEdit:focus {
background-color: #cecccc;
}
span.helpIcon {
background-image: url(/Content/images/help.png);
background-repeat: no-repeat;
display:inline-block;
width:10px;
height:10px;
cursor:pointer;
}
label.addHelp:after{
content:"";
padding: 2px!important;
margin-left:2px;
display:inline-block;
width:10px;
height:10px;
position: relative;
cursor:pointer;
background-image: url(/Content/images/help.png);
background-repeat: no-repeat;
}
.tooltip .tooltip-inner, .tooltip .tooltip-arrow {
border-top-color: #5a5a5a;
}
.tooltip-inner {
padding:8px;
max-width:500px;
text-align:left;
}
button.btn.control {
width:80px!important;
font-size:.9em;
}
.form-group.control {
border-bottom:1px solid #cacaca;
margin-top:-10px;
padding-bottom:8px;
}
span.form-control label.addHelp {
padding-top:2px!important;
}
.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
} | 0.420243 | 0.061565 |
html {
scroll-behavior: smooth;
}
.main {
width: 100%;
height: 100%;
background: rgb(5, 5, 16);
padding-top: 18%;
background: linear-gradient(0deg, rgba(5, 5, 16, 0.918) 24%, rgba(3, 3, 25, 0.562) 52%, rgba(178, 178, 191, 0.11) 93%);
}
@media screen and (max-width: 760px) {
.main {
width: 100%;
height: 100%;
background: rgb(5, 5, 16);
padding-top: 28%;
background: linear-gradient(0deg, rgba(5, 5, 16, 0.918) 24%, rgba(3, 3, 25, 0.562) 52%, rgba(178, 178, 191, 0.11) 93%);
}
}
.container {
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 60px 0;
background-color: transparent;
}
.timeline {
width: 80%;
height: auto;
max-width: 800px;
margin: 0 auto;
position: relative;
}
.timeline ul {
list-style: none;
}
.timeline ul li {
padding: 20px;
background-color: transparent;
color: white;
border-radius: 10px;
margin-bottom: 10px;
}
.timeline ul li:last-child {
margin-bottom: 0;
}
.timeline-content h1 {
font-weight: 500;
font-size: 25px;
line-height: 30px;
margin-bottom: 10px;
}
.timeline-content p {
font-size: 16px;
line-height: 30px;
font-weight: 300;
}
.timeline-content .date {
font-size: 12px;
font-weight: 300;
margin-bottom: 2px;
letter-spacing: 2px;
color: rgb(184, 182, 182);
}
.timeline:before {
content: "";
position: absolute;
top: 0;
left: 5%;
transform: translateX(-50%);
width: 5px;
height: 100%;
background-color: gray;
}
@media only screen and (min-width: 768px) {
.timeline:before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 5px;
height: 100%;
background-color: gray;
}
.timeline ul li {
width: 50%;
position: relative;
margin-bottom: 30px;
}
.timeline ul li:nth-child(odd) {
float: left;
clear: right;
transform: translateX(-30px);
border-radius: 20px 0px 20px 20px;
}
.timeline ul li:nth-child(even) {
float: right;
clear: left;
transform: translateX(30px);
border-radius: 0px 20px 20px 20px;
}
.timeline ul li::before {
content: "";
position: absolute;
height: 20px;
width: 20px;
border-radius: 50%;
background-color: gray;
top: 0px;
}
.timeline ul li:nth-child(odd)::before {
transform: translate(50%, -50%);
right: -10px;
}
.timeline ul li:nth-child(even)::before {
transform: translate(-50%, -50%);
left: -50px;
}
.timeline-content .date {
position: absolute;
top: -10px;
}
.timeline ul li:hover::before {
background-color: aqua;
}
}
.collapsible-content-edonec {
overflow: hidden;
transition: height 0.2s ease-in-out;
}
.title-text-edonec {
display: block;
font-size: 1em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.collapsible-header-edonec {
display: flex;
justify-content: space-between;
padding: 2px 20px 2px 20px;
}
.collapsible-content-padding-edonec {
padding: 20px 20px 20px 20px;
}
.rotate-center-edonec {
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rotate-center-edonec.down {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rotate-center-edonec.up {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.collapsible-icon-button-edonec {
cursor: pointer;
background-color: Transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
}
.collapsible-card-edonec {
transition: 0.3s;
}
.collapsible-card-edonec:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.scon {
width: 42%;
background-color: rgba(255, 255, 255, 0.034);
min-height: 400;
}
.sidebar {
padding: 20px;
}
.doc-nav-list li {
list-style: none;
margin-bottom: 20px !important;
color: "white" !important;
}
.doc-nav-list li a {
text-decoration: none;
color: "white" !important;
text-decoration-color: white;
}
@media only screen and (max-width: 956px) {
.scon {
display: none
}
} | styles/css/index.css | html {
scroll-behavior: smooth;
}
.main {
width: 100%;
height: 100%;
background: rgb(5, 5, 16);
padding-top: 18%;
background: linear-gradient(0deg, rgba(5, 5, 16, 0.918) 24%, rgba(3, 3, 25, 0.562) 52%, rgba(178, 178, 191, 0.11) 93%);
}
@media screen and (max-width: 760px) {
.main {
width: 100%;
height: 100%;
background: rgb(5, 5, 16);
padding-top: 28%;
background: linear-gradient(0deg, rgba(5, 5, 16, 0.918) 24%, rgba(3, 3, 25, 0.562) 52%, rgba(178, 178, 191, 0.11) 93%);
}
}
.container {
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 60px 0;
background-color: transparent;
}
.timeline {
width: 80%;
height: auto;
max-width: 800px;
margin: 0 auto;
position: relative;
}
.timeline ul {
list-style: none;
}
.timeline ul li {
padding: 20px;
background-color: transparent;
color: white;
border-radius: 10px;
margin-bottom: 10px;
}
.timeline ul li:last-child {
margin-bottom: 0;
}
.timeline-content h1 {
font-weight: 500;
font-size: 25px;
line-height: 30px;
margin-bottom: 10px;
}
.timeline-content p {
font-size: 16px;
line-height: 30px;
font-weight: 300;
}
.timeline-content .date {
font-size: 12px;
font-weight: 300;
margin-bottom: 2px;
letter-spacing: 2px;
color: rgb(184, 182, 182);
}
.timeline:before {
content: "";
position: absolute;
top: 0;
left: 5%;
transform: translateX(-50%);
width: 5px;
height: 100%;
background-color: gray;
}
@media only screen and (min-width: 768px) {
.timeline:before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 5px;
height: 100%;
background-color: gray;
}
.timeline ul li {
width: 50%;
position: relative;
margin-bottom: 30px;
}
.timeline ul li:nth-child(odd) {
float: left;
clear: right;
transform: translateX(-30px);
border-radius: 20px 0px 20px 20px;
}
.timeline ul li:nth-child(even) {
float: right;
clear: left;
transform: translateX(30px);
border-radius: 0px 20px 20px 20px;
}
.timeline ul li::before {
content: "";
position: absolute;
height: 20px;
width: 20px;
border-radius: 50%;
background-color: gray;
top: 0px;
}
.timeline ul li:nth-child(odd)::before {
transform: translate(50%, -50%);
right: -10px;
}
.timeline ul li:nth-child(even)::before {
transform: translate(-50%, -50%);
left: -50px;
}
.timeline-content .date {
position: absolute;
top: -10px;
}
.timeline ul li:hover::before {
background-color: aqua;
}
}
.collapsible-content-edonec {
overflow: hidden;
transition: height 0.2s ease-in-out;
}
.title-text-edonec {
display: block;
font-size: 1em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.collapsible-header-edonec {
display: flex;
justify-content: space-between;
padding: 2px 20px 2px 20px;
}
.collapsible-content-padding-edonec {
padding: 20px 20px 20px 20px;
}
.rotate-center-edonec {
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rotate-center-edonec.down {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rotate-center-edonec.up {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.collapsible-icon-button-edonec {
cursor: pointer;
background-color: Transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
}
.collapsible-card-edonec {
transition: 0.3s;
}
.collapsible-card-edonec:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.scon {
width: 42%;
background-color: rgba(255, 255, 255, 0.034);
min-height: 400;
}
.sidebar {
padding: 20px;
}
.doc-nav-list li {
list-style: none;
margin-bottom: 20px !important;
color: "white" !important;
}
.doc-nav-list li a {
text-decoration: none;
color: "white" !important;
text-decoration-color: white;
}
@media only screen and (max-width: 956px) {
.scon {
display: none
}
} | 0.647687 | 0.097476 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/*# sourceMappingURL=dist/aurelia-docs.css.map */ | lib/dist/aurelia-docs.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/*# sourceMappingURL=dist/aurelia-docs.css.map */ | 0.46563 | 0.088151 |
.search-button {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.search-toggle {
position: relative;
display: block;
height: 10px;
width: 10px;
}
.search-toggle::before, .search-toggle::after {
content: '';
position: absolute;
display: block;
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.search-toggle::before {
border: 2px solid #5b3256;
border-radius: 50%;
width: 100%;
height: 100%;
left: -2px;
top: -2px;
}
.search-toggle::after {
height: 2px;
width: 7px;
background: #5b3256;
top: 10px;
left: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.search-toggle.active::before {
width: 0;
border-width: 1px;
border-radius: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -1px;
left: 4px;
}
.search-toggle.active::after {
width: 12px;
left: -1px;
top: 4px;
}
.search-input:focus {
outline: none;
}
/* Example #2 */
#header-2 {
background: #BDC3C7 none repeat scroll 0 0;
overflow: hidden;
}
#header-2 .menu li {
opacity: 1;
-webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.2s 0.1s;
transition: transform 0.3s, opacity 0.2s 0.1s, -webkit-transform 0.3s;
}
#header-2 .menu li:nth-child(1) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
#header-2 .menu li:nth-child(2) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
#header-2 .menu li:nth-child(3) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
#header-2 .menu li:nth-child(4) {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
#header-2 .menu li:nth-child(5) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
#header-2 .search-box {
position: absolute;
left: 0;
height: 100%;
padding-left: 2em;
-webkit-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-webkit-transition: all 0.4s 0.3s;
transition: all 0.4s 0.3s;
}
#header-2 .search-box .search-input {
border: 0;
background-color: #fff;
}
#header-2 .search-box .search-toggle {
width: 14px;
height: 14px;
padding: 0;
position: absolute;
left: 5px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#header-2.show .menu li {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
#header-2.show .search-box {
width: calc(100% - 5em);
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
#header-2 .site_logo{
padding-top: 5px;
padding-left: 25px;
width:70px;
height: 40px;} | search.css | .search-button {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.search-toggle {
position: relative;
display: block;
height: 10px;
width: 10px;
}
.search-toggle::before, .search-toggle::after {
content: '';
position: absolute;
display: block;
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.search-toggle::before {
border: 2px solid #5b3256;
border-radius: 50%;
width: 100%;
height: 100%;
left: -2px;
top: -2px;
}
.search-toggle::after {
height: 2px;
width: 7px;
background: #5b3256;
top: 10px;
left: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.search-toggle.active::before {
width: 0;
border-width: 1px;
border-radius: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -1px;
left: 4px;
}
.search-toggle.active::after {
width: 12px;
left: -1px;
top: 4px;
}
.search-input:focus {
outline: none;
}
/* Example #2 */
#header-2 {
background: #BDC3C7 none repeat scroll 0 0;
overflow: hidden;
}
#header-2 .menu li {
opacity: 1;
-webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.2s 0.1s;
transition: transform 0.3s, opacity 0.2s 0.1s, -webkit-transform 0.3s;
}
#header-2 .menu li:nth-child(1) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
#header-2 .menu li:nth-child(2) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
#header-2 .menu li:nth-child(3) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
#header-2 .menu li:nth-child(4) {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
#header-2 .menu li:nth-child(5) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
#header-2 .search-box {
position: absolute;
left: 0;
height: 100%;
padding-left: 2em;
-webkit-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-webkit-transition: all 0.4s 0.3s;
transition: all 0.4s 0.3s;
}
#header-2 .search-box .search-input {
border: 0;
background-color: #fff;
}
#header-2 .search-box .search-toggle {
width: 14px;
height: 14px;
padding: 0;
position: absolute;
left: 5px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#header-2.show .menu li {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
#header-2.show .search-box {
width: calc(100% - 5em);
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
#header-2 .site_logo{
padding-top: 5px;
padding-left: 25px;
width:70px;
height: 40px;} | 0.347205 | 0.068569 |
@import 'animate.min.css';
@import 'normalizeV3.0.2.css';
@import '../dep/layer/skin/default/layer.css';
@font-face {
font-family: 'FontAwesome';
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../dep/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../dep/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../dep/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../dep/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.show {
display: block;
}
.hide {
display: none;
}
.border-pointer {
display: inline-block;
width: 0;
height: 0;
border: 5px solid rgba(255, 255, 255, 0);
border-top-color: #666;
}
.single-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn {
border: none;
border-radius: 5px;
color: #fff;
padding: 0 15px;
cursor: pointer;
display: inline-block;
}
.drop {
position: relative;
text-align: center;
font-size: 15px;
margin-right: 15px;
padding: 3px 10px;
background: #4fbfaa;
}
.drop .selected {
user-select: none;
}
.drop .border-pointer {
vertical-align: -2px;
transition: all 0.2s ease-in-out;
transform-origin: center 25%;
border-top-color: #eee;
}
.drop .border-pointer.rotated {
transform: rotateZ(180deg);
}
.drop .selection {
position: absolute;
width: 100%;
border-radius: 4px;
background: #4fbfaa;
margin-top: 3px;
left: 0;
overflow: hidden;
transition: all 0.2s ease-in-out;
transform-origin: top;
z-index: 100;
}
.drop .selection.item-enter-active,
.drop .selection.item-leave {
transform: scaleY(1);
}
.drop .selection.item-enter,
.drop .selection.item-leave-active {
transform: scaleY(0);
}
.drop .selection .option {
padding: 2px 5px;
border-top: 1px solid #fff;
font-size: 13px;
transition: all 0.3s ease-in-out;
}
.drop .selection .option:hover {
background: #9adace;
}
.pager-container .page-control {
display: inline-block;
overflow: hidden;
}
.pager-container .page-control div {
display: inline-block;
float: left;
border: 1px solid #33a8ed;
color: #33a8ed;
transition: all 0.4s ease;
user-select: none;
}
.pager-container .page-control div:hover,
.pager-container .page-control div.active {
background: #33a8ed;
color: #fff;
}
.pager-container .page-control div.prev,
.pager-container .page-control div.next {
padding: 3px 10px;
cursor: pointer;
}
.pager-container .page-control div.prev {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-right: none;
}
.pager-container .page-control div.next {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.pager-container .page-control div.page {
cursor: pointer;
padding: 3px 10px;
border-right: none;
}
.pager-container .page-control div.disabled {
background: #eee;
color: #aaa;
border-color: #aaa;
cursor: not-allowed;
}
.pager-container .leap-control {
margin-left: 15px;
display: inline-block;
overflow: hidden;
}
.pager-container .leap-control .page-inp {
width: 30px;
margin: 0 5px;
padding: 2px 5px;
font-size: 14px;
}
.pager-container .leap-control .leap {
padding: 3px 10px;
background: #33a8ed;
}
body #wrap {
overflow: hidden;
position: relative;
}
body #bg {
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
top: 0;
left: 0;
}
body .avatar-upload {
display: none;
}
body .login,
body .register {
width: 350px;
text-align: center;
opacity: 0;
padding: 0 0 55px;
transform: translateX(-50%);
position: absolute;
left: 50%;
transition: all 0.4s ease;
}
body .login.register,
body .register.register {
margin-top: 50px;
overflow-y: scroll;
max-height: 85%;
}
body .login.login,
body .register.login {
margin-top: 130px;
}
body .login .avatar-container,
body .register .avatar-container {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin-top: -15px;
position: relative;
}
body .login .avatar-container .avatar,
body .register .avatar-container .avatar {
width: 100%;
height: 100%;
background: rgba(33, 33, 33, 0.5);
}
body .login .avatar-container .click-avatar,
body .register .avatar-container .click-avatar {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: 0;
z-index: 1;
cursor: pointer;
}
body .login.active,
body .register.active {
opacity: 1;
z-index: 2;
}
body .login h1,
body .register h1 {
color: #e0e0e0;
text-shadow: 2px 2px 3px #aaa;
margin-bottom: 45px;
}
body .login form[name="login"],
body .register form[name="login"],
body .login form[name="register"],
body .register form[name="register"] {
margin-top: 45px;
}
body .login form[name="login"] #submit,
body .register form[name="login"] #submit,
body .login form[name="register"] #submit,
body .register form[name="register"] #submit {
display: block;
width: 275px;
height: 45px;
line-height: 45px;
border-radius: 35px;
border: 1px solid #fff;
padding: 0 20px;
box-sizing: content-box;
margin: 0 auto;
letter-spacing: 6px;
background: rgba(255, 255, 255, 0.5);
color: #1390da;
transition: all 0.5s ease;
}
body .login form[name="login"] #submit:focus,
body .register form[name="login"] #submit:focus,
body .login form[name="register"] #submit:focus,
body .register form[name="register"] #submit:focus {
outline: none;
box-shadow: none;
}
body .login form[name="login"] #submit:hover,
body .register form[name="login"] #submit:hover,
body .login form[name="register"] #submit:hover,
body .register form[name="register"] #submit:hover {
background: transparent;
color: #e0e0e0;
}
body .login p,
body .register p {
color: #e0e0e0;
text-shadow: 2px 2px 3px #aaa;
}
body .login p.form-p,
body .register p.form-p {
margin-bottom: 45px;
}
body .login p.hrefs,
body .register p.hrefs {
margin: 30px;
}
body .login p.hrefs a,
body .register p.hrefs a {
color: #e0e0e0;
font-size: 13px;
margin-right: 20px;
}
body .login p.hrefs a#goLogin,
body .register p.hrefs a#goLogin {
margin-right: 5px;
}
body .login p .form-label,
body .register p .form-label {
padding: 15px;
border-radius: 35px;
height: 45px;
line-height: 45px;
transition: all 0.5s ease;
box-shadow: none;
border: 1px solid #cccccc;
color: #cccccc;
}
body .login p .form-label .form-span,
body .register p .form-label .form-span {
display: inline-block;
width: 90px;
text-align: left;
}
body .login p .form-label input,
body .register p .form-label input {
border: none;
background: transparent;
padding-left: 10px;
color: #f0f0f0;
}
body .login p .form-label input:focus,
body .register p .form-label input:focus {
outline: none;
}
body footer {
text-align: center;
width: 100%;
color: #e0e0e0;
line-height: 50px;
position: fixed;
bottom: 0;
background: transparent;
} | FE/style/login.css | @import 'animate.min.css';
@import 'normalizeV3.0.2.css';
@import '../dep/layer/skin/default/layer.css';
@font-face {
font-family: 'FontAwesome';
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../dep/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../dep/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../dep/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../dep/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.show {
display: block;
}
.hide {
display: none;
}
.border-pointer {
display: inline-block;
width: 0;
height: 0;
border: 5px solid rgba(255, 255, 255, 0);
border-top-color: #666;
}
.single-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn {
border: none;
border-radius: 5px;
color: #fff;
padding: 0 15px;
cursor: pointer;
display: inline-block;
}
.drop {
position: relative;
text-align: center;
font-size: 15px;
margin-right: 15px;
padding: 3px 10px;
background: #4fbfaa;
}
.drop .selected {
user-select: none;
}
.drop .border-pointer {
vertical-align: -2px;
transition: all 0.2s ease-in-out;
transform-origin: center 25%;
border-top-color: #eee;
}
.drop .border-pointer.rotated {
transform: rotateZ(180deg);
}
.drop .selection {
position: absolute;
width: 100%;
border-radius: 4px;
background: #4fbfaa;
margin-top: 3px;
left: 0;
overflow: hidden;
transition: all 0.2s ease-in-out;
transform-origin: top;
z-index: 100;
}
.drop .selection.item-enter-active,
.drop .selection.item-leave {
transform: scaleY(1);
}
.drop .selection.item-enter,
.drop .selection.item-leave-active {
transform: scaleY(0);
}
.drop .selection .option {
padding: 2px 5px;
border-top: 1px solid #fff;
font-size: 13px;
transition: all 0.3s ease-in-out;
}
.drop .selection .option:hover {
background: #9adace;
}
.pager-container .page-control {
display: inline-block;
overflow: hidden;
}
.pager-container .page-control div {
display: inline-block;
float: left;
border: 1px solid #33a8ed;
color: #33a8ed;
transition: all 0.4s ease;
user-select: none;
}
.pager-container .page-control div:hover,
.pager-container .page-control div.active {
background: #33a8ed;
color: #fff;
}
.pager-container .page-control div.prev,
.pager-container .page-control div.next {
padding: 3px 10px;
cursor: pointer;
}
.pager-container .page-control div.prev {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-right: none;
}
.pager-container .page-control div.next {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.pager-container .page-control div.page {
cursor: pointer;
padding: 3px 10px;
border-right: none;
}
.pager-container .page-control div.disabled {
background: #eee;
color: #aaa;
border-color: #aaa;
cursor: not-allowed;
}
.pager-container .leap-control {
margin-left: 15px;
display: inline-block;
overflow: hidden;
}
.pager-container .leap-control .page-inp {
width: 30px;
margin: 0 5px;
padding: 2px 5px;
font-size: 14px;
}
.pager-container .leap-control .leap {
padding: 3px 10px;
background: #33a8ed;
}
body #wrap {
overflow: hidden;
position: relative;
}
body #bg {
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
top: 0;
left: 0;
}
body .avatar-upload {
display: none;
}
body .login,
body .register {
width: 350px;
text-align: center;
opacity: 0;
padding: 0 0 55px;
transform: translateX(-50%);
position: absolute;
left: 50%;
transition: all 0.4s ease;
}
body .login.register,
body .register.register {
margin-top: 50px;
overflow-y: scroll;
max-height: 85%;
}
body .login.login,
body .register.login {
margin-top: 130px;
}
body .login .avatar-container,
body .register .avatar-container {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin-top: -15px;
position: relative;
}
body .login .avatar-container .avatar,
body .register .avatar-container .avatar {
width: 100%;
height: 100%;
background: rgba(33, 33, 33, 0.5);
}
body .login .avatar-container .click-avatar,
body .register .avatar-container .click-avatar {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: 0;
z-index: 1;
cursor: pointer;
}
body .login.active,
body .register.active {
opacity: 1;
z-index: 2;
}
body .login h1,
body .register h1 {
color: #e0e0e0;
text-shadow: 2px 2px 3px #aaa;
margin-bottom: 45px;
}
body .login form[name="login"],
body .register form[name="login"],
body .login form[name="register"],
body .register form[name="register"] {
margin-top: 45px;
}
body .login form[name="login"] #submit,
body .register form[name="login"] #submit,
body .login form[name="register"] #submit,
body .register form[name="register"] #submit {
display: block;
width: 275px;
height: 45px;
line-height: 45px;
border-radius: 35px;
border: 1px solid #fff;
padding: 0 20px;
box-sizing: content-box;
margin: 0 auto;
letter-spacing: 6px;
background: rgba(255, 255, 255, 0.5);
color: #1390da;
transition: all 0.5s ease;
}
body .login form[name="login"] #submit:focus,
body .register form[name="login"] #submit:focus,
body .login form[name="register"] #submit:focus,
body .register form[name="register"] #submit:focus {
outline: none;
box-shadow: none;
}
body .login form[name="login"] #submit:hover,
body .register form[name="login"] #submit:hover,
body .login form[name="register"] #submit:hover,
body .register form[name="register"] #submit:hover {
background: transparent;
color: #e0e0e0;
}
body .login p,
body .register p {
color: #e0e0e0;
text-shadow: 2px 2px 3px #aaa;
}
body .login p.form-p,
body .register p.form-p {
margin-bottom: 45px;
}
body .login p.hrefs,
body .register p.hrefs {
margin: 30px;
}
body .login p.hrefs a,
body .register p.hrefs a {
color: #e0e0e0;
font-size: 13px;
margin-right: 20px;
}
body .login p.hrefs a#goLogin,
body .register p.hrefs a#goLogin {
margin-right: 5px;
}
body .login p .form-label,
body .register p .form-label {
padding: 15px;
border-radius: 35px;
height: 45px;
line-height: 45px;
transition: all 0.5s ease;
box-shadow: none;
border: 1px solid #cccccc;
color: #cccccc;
}
body .login p .form-label .form-span,
body .register p .form-label .form-span {
display: inline-block;
width: 90px;
text-align: left;
}
body .login p .form-label input,
body .register p .form-label input {
border: none;
background: transparent;
padding-left: 10px;
color: #f0f0f0;
}
body .login p .form-label input:focus,
body .register p .form-label input:focus {
outline: none;
}
body footer {
text-align: center;
width: 100%;
color: #e0e0e0;
line-height: 50px;
position: fixed;
bottom: 0;
background: transparent;
} | 0.276105 | 0.045649 |
.unidad .panel-header .ayuda {
position: absolute;
top: -5px;
right: 35px;
z-index: 100;
}
.unidad .panel-header .ayuda .icono {
border-radius: 50%;
float: left;
font-size: 27pt;
font-weight: normal;
height: 64px;
margin-left: 20px;
text-align: center;
width: 64px;
border: none;
}
.unidad .panel-header .ayuda .sonido {
background-color: #09df78;
color:white;
}
.unidad .panel-header .ayuda .sonido.apagado {
background-color: #ebe9e9;
}
.unidad .panel-header .ayuda .tips {
background-color: #ffe300;
color: white;
}
.sonido.focus, .sonido:focus, .sonido:hover,
.tips.focus, .tips:focus, .tips:hover{
outline: none !important;
}
.unidad .panel-header .ayuda .sonido:hover {
background-color: #0eb866;
}
.unidad .panel-header .ayuda .tips:hover {
background-color: #d5c621;
}
.unidad .panel-header .leccion-avance .progress {
height: 26px;
margin-bottom: 0px;
border-radius: 11px;
width: auto;
margin: 0 30px 0 30px;
background-color: #f2f1f1;
background-image: none;
box-shadow: none;
}
.unidad .panel-header .modulo-avance .progress {
background-color: #f2f1f1;
}
.unidad .panel-header .leccion-avance .leccion-ok {
color: #ffffff;
background-color: #f2f1f1;
width: 50px;
height: 50px;
position: absolute;
top: -12px;
right: 5px;
border-radius: 25px;
border: solid 3px #ffffff;
font-size: 17pt;
text-align: center;
padding-top: 7px;
font-weight: normal;
}
.unidad .panel-header .leccion-avance .progress .progress-bar span {
line-height: 28px;
}
.unidad .panel-header .leccion-avance .ok {
background-color: #feea45;
}
.unidad .panel-header .leccion-avance .progress .progress-bar {
background-color: #feea45;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.unidad .panel-header .unidad-descripcion .unidad-tipo-descripcion h2 {
font-size: 16pt;
margin-top: 20px;
}
.unidad .panel-header .unidad-descripcion .unidad-tipo-descripcion img {
margin-top: 0px;
border: none;
}
.unidad .panel-header .unidad-descripcion h3,
.unidad .panel-header .unidad-descripcion .feedback-final p {
font-size: 26pt;
margin-top: 10px;
color: #2f3e47;
padding: 0 30px;
}
.unidad .panel-header .unidad-descripcion p {
font-size: 17pt;
margin-top: 25px;
color: #2f3e47;
padding: 0 100px;
}
.unidad .panel-header .unidad-descripcion button {
color: #09df78;
background: none;
border:none;
}
.unidad .panel-header .unidad-descripcion .sonido-unidad-informativa {
position: absolute;
right: 10%;
font-size: 30px;
}
.unidad .panel-header .unidad-descripcion img {
margin-top: 0px;
border: 1px solid #dcdcdc;
border-radius: 10px;
max-width: 85%;
}
.unidad .panel-body .opcion {
background-color: #ffffff;
border: solid 1px #dcdcdc;
border-radius: 10px;
height: 100px;
margin: 0 10px 15px 10px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.unidad .panel-body .opcion:hover{
border: solid 2px #09df78;
}
.unidad .panel-body .col-md-4 .opcion.pareja-con-imagen {
height: 200px;
}
.unidad .panel-body .col-md-2 {
padding-right: 5px;
padding-left: 5px;
}
.unidad .panel-body .col-md-2 .opcion {
margin: 0 0 50px 0;
min-height: 200px;
border: solid 1px #dcdcdc;
}
.unidad .panel-body .col-md-2 .opcion p {
font-size: 12pt;
}
.unidad .panel-body .opcion.sin-texto {
min-height: 0px;
}
.unidad .panel-body .opcion-con-imagen .opcion {
height: 350px;
}
.unidad .panel-body .col-md-3 .opcion {
margin: 0 0 15px 0;
}
.unidad .panel-body .opcion-con-imagen .sonido,
.unidad .panel-body .sonido {
position: absolute;
right: 0px;
top: -5px;
z-index: 1000;
}
.unidad .panel-body .opcion-con-imagen .sonido .glyphicon,
.unidad .panel-body .sonido .glyphicon {
width: 30px;
height: 30px;
color: #84efbb;
font-size: 15pt;
background: none;
border: none;
}
.unidad .glyphicon:hover, .unidad .glyphicon:focus {
outline: none !important;
}
.unidad .panel-body .opcion p {
margin: 7px auto 0 auto;
color: #2f3e47;
text-align: center;
font-size: 12pt;
width: 95%;
}
.unidad .panel-body .opcion-con-imagen img,
.unidad .panel-body .pareja-con-imagen img {
width: 100%;
border-radius: 7px 7px 0 0;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.unidad .panel-body .selected.opcion-con-imagen img,
.unidad .panel-body .selected.pareja-con-imagen img {
-webkit-filter: saturate(400%);
/* Chrome, Safari, Opera */
filter: saturate(400%);
}
.unidad .panel-body .pareja-con-imagen p,
.unidad .panel-body .opcion-con-imagen p {
position: absolute;
color: #ffffff;
bottom: 10px;
width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 0;
}
.unidad .panel-body .selected.pareja-con-imagen p,
.unidad .panel-body .selected.opcion-con-imagen p {
background-color: rgba(9, 223, 120, 0.5);
}
.unidad .panel-body .pareja-mal.pareja-con-imagen p,
.unidad .panel-body .pareja-mal.opcion-con-imagen p {
-moz-animation-name: pareja-mal-p-animation;
-webkit-animation-name: pareja-mal-p-animation;
animation-name: pareja-mal-p-animation;
-moz-animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
background-color: rgba(0, 0, 0, 0.5);
}
@keyframes pareja-mal-p-animation {
0% {}
25% {
background-color: rgba(255, 18, 68, 0.5);
}
100% {}
}
.unidad .panel-body .opcion .boton {
width: 100%;
position: absolute;
bottom: 50px;
left: 0px;
}
.unidad .panel-body .opcion .btn-primary,
.unidad .panel-body .opcion .btn-primary:hover{
border: 1px solid #dcdcdc;
bottom: -46px;
color: #09df78;
position: absolute;
width: 90%;
margin-left: 5%;
background-color: white;
}
.unidad .panel-body .opcion .btn-primary:active,
.unidad .panel-body .opcion .btn-primary:focus{
background-color: #09df78;
color:white;
}
.unidad .panel-body .fallo {
border: solid 3px red;
}
.unidad .panel-body .fallo p {
color: red;
}
.unidad .panel-body .rollover p {
color: #09df78;
}
.unidad .panel-body .selected,
.unidad .panel-body .selected .btn-primaryry {
border: solid 2px #09df78;
background-color: #09df78;
}
.unidad .panel-body .opcion .sticker {
width: 100%;
position: absolute;
bottom: 13px;
left: 0px;
}
.unidad .panel-body .opcion-con-imagen .sticker {
width: 100%;
position: absolute;
bottom: 80px;
left: 0px;
}
.unidad .panel-body .selected .sticker .glyphicon,
.unidad .panel-body .match .sticker .glyphicon {
background-color: #ffffff;
width: 66px;
height: 66px;
border-radius: 33px;
font-size: 30pt;
text-align: center;
padding-top: 13px;
font-weight: normal;
}
.unidad .panel-body .selected .sticker .bien,
.unidad .panel-body .match .sticker .bien {
color: #09df78;
}
.unidad .panel-body .selected .sticker .mal {
color: #ff1244;
}
.unidad .panel-body .selected p {
color: #ffffff;
}
.unidad .panel-body .calificacion .glyphicon,
.modal-dialog .calificacion .glyphicon {
color: #ffffff;
width: 84px;
height: 84px;
border-radius: 42px;
font-size: 30pt;
text-align: center;
padding-top: 22px;
}
.unidad .panel-body .calificacion .bien,
.modal-dialog .calificacion .bien {
background-color: #09df78;
}
.unidad .panel-body .calificacion .mal,
.modal-dialog .calificacion .mal {
background-color: #ff1244;
}
.unidad .panel-body .calificacion .mensaje,
.modal-dialog .calificacion .mensaje {
color: #2f3e47;
font-size: 20pt;
text-align: center;
}
.unidad .panel-body .calificacion .feedback,
.modal-dialog .calificacion .feedback {
color: #2f3e47;
font-size: 13pt;
text-align: center;
}
.unidad .calificacion .activo .btn-default,
.modal-dialog .calificacion .activo .btn-default {
background-color: #09df78;
}
.unidad .calificacion .activo .btn-default:hover,
.unidad .calificacion .activo .btn-default:focus,
.modal-dialog .calificacion .activo .btn-default:hover,
.modal-dialog .calificacion .activo .btn-default:focus,
.unidad .calificacion .no-activo .btn-default:hover,
.unidad .calificacion .no-activo .btn-default:focus,
.modal-dialog .calificacion .no-activo .btn-default:hover,
.modal-dialog .calificacion .no-activo .btn-default:focus{
border: none;
box-shadow: none;
color: white;
}
.unidad .calificacion .no-activo .btn-default,
.modal-dialog .calificacion .no-activo .btn-default {
background-color: #d0d0d0;
cursor: not-allowed;
}
.unidad .panel-body .calificacion .activo .intentar-nuevo,
.modal-dialog .calificacion .activo .intentar-nuevo {
font-size: 10pt;
letter-spacing: 3px;
}
.unidad-parejas .opciones .pareja .btn-default {
background-color: #ffffff;
font-size: 13pt;
color: #2f3e47;
width: 200px;
border: 1px solid #dcdcdc;
box-shadow: none;
text-transform: capitalize;
font-weight: normal;
padding-top: 13px;
margin-top: 0;
margin-bottom: 25px;
}
.unidad-parejas .opciones .pareja .btn-default:hover,
.unidad-parejas .opciones .elegido .btn-default {
color: #09df78;
border: 3px solid #09df78;
}
.unidad-parejas .pareja-mal {
-moz-animation-name: pareja-mal-animation;
-webkit-animation-name: pareja-mal-animation;
animation-name: pareja-mal-animation;
-moz-animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
background-color: #ffffff !important;
border-color: #dcdcdc !important;
color: #2f3e47;
}
@keyframes pareja-mal-animation {
0% {}
25% {
background-color: #ff1244;
border-color: #ff1244;
color: #ffffff;
}
100% {}
}
.unidad-parejas .opcion.match {
-webkit-filter: opacity(30%);
filter: opacity(30%);
}
.unidad-parejas .opcion.pareja-1 {
color: #ffffff;
background-color: #09df78;
border: 1px solid #09df78;
}
.unidad-parejas .opcion.pareja-2 {
color: #ffffff;
background-color: #feea45;
border: 1px solid #feea45;
}
.unidad-parejas .opcion.pareja-3 {
color: #ffffff;
background-color: #3096fc;
border: 1px solid #3096fc;
}
.unidad-parejas .opcion.pareja-4 {
color: #ffffff;
background-color: #FC4CAA;
border: 1px solid #FC4CAA;
}
.unidad .panel-body .leccion-completada .sticker .glyphicon {
background-color: #09df78;
color: #ffffff;
width: 176px;
height: 176px;
border-radius: 88px;
font-size: 61pt;
text-align: center;
padding-top: 47px;
font-weight: normal;
}
.unidad .panel-body .leccion-completada .btn-default {
margin-top:40px;
}
/* END UNIDADES */ | app/src/cap_unit/cap_unit.css |
.unidad .panel-header .ayuda {
position: absolute;
top: -5px;
right: 35px;
z-index: 100;
}
.unidad .panel-header .ayuda .icono {
border-radius: 50%;
float: left;
font-size: 27pt;
font-weight: normal;
height: 64px;
margin-left: 20px;
text-align: center;
width: 64px;
border: none;
}
.unidad .panel-header .ayuda .sonido {
background-color: #09df78;
color:white;
}
.unidad .panel-header .ayuda .sonido.apagado {
background-color: #ebe9e9;
}
.unidad .panel-header .ayuda .tips {
background-color: #ffe300;
color: white;
}
.sonido.focus, .sonido:focus, .sonido:hover,
.tips.focus, .tips:focus, .tips:hover{
outline: none !important;
}
.unidad .panel-header .ayuda .sonido:hover {
background-color: #0eb866;
}
.unidad .panel-header .ayuda .tips:hover {
background-color: #d5c621;
}
.unidad .panel-header .leccion-avance .progress {
height: 26px;
margin-bottom: 0px;
border-radius: 11px;
width: auto;
margin: 0 30px 0 30px;
background-color: #f2f1f1;
background-image: none;
box-shadow: none;
}
.unidad .panel-header .modulo-avance .progress {
background-color: #f2f1f1;
}
.unidad .panel-header .leccion-avance .leccion-ok {
color: #ffffff;
background-color: #f2f1f1;
width: 50px;
height: 50px;
position: absolute;
top: -12px;
right: 5px;
border-radius: 25px;
border: solid 3px #ffffff;
font-size: 17pt;
text-align: center;
padding-top: 7px;
font-weight: normal;
}
.unidad .panel-header .leccion-avance .progress .progress-bar span {
line-height: 28px;
}
.unidad .panel-header .leccion-avance .ok {
background-color: #feea45;
}
.unidad .panel-header .leccion-avance .progress .progress-bar {
background-color: #feea45;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.unidad .panel-header .unidad-descripcion .unidad-tipo-descripcion h2 {
font-size: 16pt;
margin-top: 20px;
}
.unidad .panel-header .unidad-descripcion .unidad-tipo-descripcion img {
margin-top: 0px;
border: none;
}
.unidad .panel-header .unidad-descripcion h3,
.unidad .panel-header .unidad-descripcion .feedback-final p {
font-size: 26pt;
margin-top: 10px;
color: #2f3e47;
padding: 0 30px;
}
.unidad .panel-header .unidad-descripcion p {
font-size: 17pt;
margin-top: 25px;
color: #2f3e47;
padding: 0 100px;
}
.unidad .panel-header .unidad-descripcion button {
color: #09df78;
background: none;
border:none;
}
.unidad .panel-header .unidad-descripcion .sonido-unidad-informativa {
position: absolute;
right: 10%;
font-size: 30px;
}
.unidad .panel-header .unidad-descripcion img {
margin-top: 0px;
border: 1px solid #dcdcdc;
border-radius: 10px;
max-width: 85%;
}
.unidad .panel-body .opcion {
background-color: #ffffff;
border: solid 1px #dcdcdc;
border-radius: 10px;
height: 100px;
margin: 0 10px 15px 10px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.unidad .panel-body .opcion:hover{
border: solid 2px #09df78;
}
.unidad .panel-body .col-md-4 .opcion.pareja-con-imagen {
height: 200px;
}
.unidad .panel-body .col-md-2 {
padding-right: 5px;
padding-left: 5px;
}
.unidad .panel-body .col-md-2 .opcion {
margin: 0 0 50px 0;
min-height: 200px;
border: solid 1px #dcdcdc;
}
.unidad .panel-body .col-md-2 .opcion p {
font-size: 12pt;
}
.unidad .panel-body .opcion.sin-texto {
min-height: 0px;
}
.unidad .panel-body .opcion-con-imagen .opcion {
height: 350px;
}
.unidad .panel-body .col-md-3 .opcion {
margin: 0 0 15px 0;
}
.unidad .panel-body .opcion-con-imagen .sonido,
.unidad .panel-body .sonido {
position: absolute;
right: 0px;
top: -5px;
z-index: 1000;
}
.unidad .panel-body .opcion-con-imagen .sonido .glyphicon,
.unidad .panel-body .sonido .glyphicon {
width: 30px;
height: 30px;
color: #84efbb;
font-size: 15pt;
background: none;
border: none;
}
.unidad .glyphicon:hover, .unidad .glyphicon:focus {
outline: none !important;
}
.unidad .panel-body .opcion p {
margin: 7px auto 0 auto;
color: #2f3e47;
text-align: center;
font-size: 12pt;
width: 95%;
}
.unidad .panel-body .opcion-con-imagen img,
.unidad .panel-body .pareja-con-imagen img {
width: 100%;
border-radius: 7px 7px 0 0;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.unidad .panel-body .selected.opcion-con-imagen img,
.unidad .panel-body .selected.pareja-con-imagen img {
-webkit-filter: saturate(400%);
/* Chrome, Safari, Opera */
filter: saturate(400%);
}
.unidad .panel-body .pareja-con-imagen p,
.unidad .panel-body .opcion-con-imagen p {
position: absolute;
color: #ffffff;
bottom: 10px;
width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 0;
}
.unidad .panel-body .selected.pareja-con-imagen p,
.unidad .panel-body .selected.opcion-con-imagen p {
background-color: rgba(9, 223, 120, 0.5);
}
.unidad .panel-body .pareja-mal.pareja-con-imagen p,
.unidad .panel-body .pareja-mal.opcion-con-imagen p {
-moz-animation-name: pareja-mal-p-animation;
-webkit-animation-name: pareja-mal-p-animation;
animation-name: pareja-mal-p-animation;
-moz-animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
background-color: rgba(0, 0, 0, 0.5);
}
@keyframes pareja-mal-p-animation {
0% {}
25% {
background-color: rgba(255, 18, 68, 0.5);
}
100% {}
}
.unidad .panel-body .opcion .boton {
width: 100%;
position: absolute;
bottom: 50px;
left: 0px;
}
.unidad .panel-body .opcion .btn-primary,
.unidad .panel-body .opcion .btn-primary:hover{
border: 1px solid #dcdcdc;
bottom: -46px;
color: #09df78;
position: absolute;
width: 90%;
margin-left: 5%;
background-color: white;
}
.unidad .panel-body .opcion .btn-primary:active,
.unidad .panel-body .opcion .btn-primary:focus{
background-color: #09df78;
color:white;
}
.unidad .panel-body .fallo {
border: solid 3px red;
}
.unidad .panel-body .fallo p {
color: red;
}
.unidad .panel-body .rollover p {
color: #09df78;
}
.unidad .panel-body .selected,
.unidad .panel-body .selected .btn-primaryry {
border: solid 2px #09df78;
background-color: #09df78;
}
.unidad .panel-body .opcion .sticker {
width: 100%;
position: absolute;
bottom: 13px;
left: 0px;
}
.unidad .panel-body .opcion-con-imagen .sticker {
width: 100%;
position: absolute;
bottom: 80px;
left: 0px;
}
.unidad .panel-body .selected .sticker .glyphicon,
.unidad .panel-body .match .sticker .glyphicon {
background-color: #ffffff;
width: 66px;
height: 66px;
border-radius: 33px;
font-size: 30pt;
text-align: center;
padding-top: 13px;
font-weight: normal;
}
.unidad .panel-body .selected .sticker .bien,
.unidad .panel-body .match .sticker .bien {
color: #09df78;
}
.unidad .panel-body .selected .sticker .mal {
color: #ff1244;
}
.unidad .panel-body .selected p {
color: #ffffff;
}
.unidad .panel-body .calificacion .glyphicon,
.modal-dialog .calificacion .glyphicon {
color: #ffffff;
width: 84px;
height: 84px;
border-radius: 42px;
font-size: 30pt;
text-align: center;
padding-top: 22px;
}
.unidad .panel-body .calificacion .bien,
.modal-dialog .calificacion .bien {
background-color: #09df78;
}
.unidad .panel-body .calificacion .mal,
.modal-dialog .calificacion .mal {
background-color: #ff1244;
}
.unidad .panel-body .calificacion .mensaje,
.modal-dialog .calificacion .mensaje {
color: #2f3e47;
font-size: 20pt;
text-align: center;
}
.unidad .panel-body .calificacion .feedback,
.modal-dialog .calificacion .feedback {
color: #2f3e47;
font-size: 13pt;
text-align: center;
}
.unidad .calificacion .activo .btn-default,
.modal-dialog .calificacion .activo .btn-default {
background-color: #09df78;
}
.unidad .calificacion .activo .btn-default:hover,
.unidad .calificacion .activo .btn-default:focus,
.modal-dialog .calificacion .activo .btn-default:hover,
.modal-dialog .calificacion .activo .btn-default:focus,
.unidad .calificacion .no-activo .btn-default:hover,
.unidad .calificacion .no-activo .btn-default:focus,
.modal-dialog .calificacion .no-activo .btn-default:hover,
.modal-dialog .calificacion .no-activo .btn-default:focus{
border: none;
box-shadow: none;
color: white;
}
.unidad .calificacion .no-activo .btn-default,
.modal-dialog .calificacion .no-activo .btn-default {
background-color: #d0d0d0;
cursor: not-allowed;
}
.unidad .panel-body .calificacion .activo .intentar-nuevo,
.modal-dialog .calificacion .activo .intentar-nuevo {
font-size: 10pt;
letter-spacing: 3px;
}
.unidad-parejas .opciones .pareja .btn-default {
background-color: #ffffff;
font-size: 13pt;
color: #2f3e47;
width: 200px;
border: 1px solid #dcdcdc;
box-shadow: none;
text-transform: capitalize;
font-weight: normal;
padding-top: 13px;
margin-top: 0;
margin-bottom: 25px;
}
.unidad-parejas .opciones .pareja .btn-default:hover,
.unidad-parejas .opciones .elegido .btn-default {
color: #09df78;
border: 3px solid #09df78;
}
.unidad-parejas .pareja-mal {
-moz-animation-name: pareja-mal-animation;
-webkit-animation-name: pareja-mal-animation;
animation-name: pareja-mal-animation;
-moz-animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-duration: 2s;
background-color: #ffffff !important;
border-color: #dcdcdc !important;
color: #2f3e47;
}
@keyframes pareja-mal-animation {
0% {}
25% {
background-color: #ff1244;
border-color: #ff1244;
color: #ffffff;
}
100% {}
}
.unidad-parejas .opcion.match {
-webkit-filter: opacity(30%);
filter: opacity(30%);
}
.unidad-parejas .opcion.pareja-1 {
color: #ffffff;
background-color: #09df78;
border: 1px solid #09df78;
}
.unidad-parejas .opcion.pareja-2 {
color: #ffffff;
background-color: #feea45;
border: 1px solid #feea45;
}
.unidad-parejas .opcion.pareja-3 {
color: #ffffff;
background-color: #3096fc;
border: 1px solid #3096fc;
}
.unidad-parejas .opcion.pareja-4 {
color: #ffffff;
background-color: #FC4CAA;
border: 1px solid #FC4CAA;
}
.unidad .panel-body .leccion-completada .sticker .glyphicon {
background-color: #09df78;
color: #ffffff;
width: 176px;
height: 176px;
border-radius: 88px;
font-size: 61pt;
text-align: center;
padding-top: 47px;
font-weight: normal;
}
.unidad .panel-body .leccion-completada .btn-default {
margin-top:40px;
}
/* END UNIDADES */ | 0.550003 | 0.109182 |
body {
color:#333;
background-color:white;
margin:10px;
padding:0px;
font:11px verdana, arial, helvetica, sans-serif;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
font-weight:900;
color:#ccc;
}
h2 {
font:bold 12px/14px verdana, arial, helvetica, sans-serif;
margin:0px 0px 5px 0px;
padding:0px;
}
p {
font:11px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 10px 0px;
padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
a {
color:#09c;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
td.method a {
font-weight: 400;
}
td.demo, td.demo input {
font-size: 10px;
}
td.desc {
font-size: 10px;
}
/* All the content boxes belong to the content class. */
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 157px 10px 157px;
border:1px solid black;
background-color:white;
padding:5px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.content #footnote {
margin: 40px 0px 0px 0px;
padding: 5px;
border:1px dotted gray;
font: 9px verdana, arial, helvetica, sans-serif;
}
#navAlpha {
position:absolute;
width:150px;
top:10px;
left:10px;
border:1px dashed black;
background-color:#eee;
padding:5px;
z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to <NAME> for the hack and to <NAME> for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
width:135px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:135px;}
#navBeta {
position:absolute;
width:190px;
top:10px;
right:10px;
border:1px dashed black;
background-color:#eee;
padding:5px;
z-index:1;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"";
voice-family:inherit;
width:135px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:135px;}
/* Rollover Menu CSS from http://www.alistapart.com/stories/taminglists/ */
.menu {
width: 12.3em;
border-right: 0px solid #000;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica,
Arial, sans-serif;
background-color: #90bade;
color: #333;
}
.menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
.menu li {
border-bottom: 1px solid #90bade;
margin: 0;
}
.menu li a {
display: block;
padding: 4px 4px 4px 0.2em;
border-left: 4px solid #1958b7;
border-right: 4px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body .menu li a {
width: auto;
}
.menu li a:hover {
border-left: 4px solid #1c64d1;
border-right: 4px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
} | velocity-tools-examples/velocity-tools-examples-showcase/src/main/webapp/layout/layout.css | body {
color:#333;
background-color:white;
margin:10px;
padding:0px;
font:11px verdana, arial, helvetica, sans-serif;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
font-weight:900;
color:#ccc;
}
h2 {
font:bold 12px/14px verdana, arial, helvetica, sans-serif;
margin:0px 0px 5px 0px;
padding:0px;
}
p {
font:11px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 10px 0px;
padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
a {
color:#09c;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
td.method a {
font-weight: 400;
}
td.demo, td.demo input {
font-size: 10px;
}
td.desc {
font-size: 10px;
}
/* All the content boxes belong to the content class. */
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 157px 10px 157px;
border:1px solid black;
background-color:white;
padding:5px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.content #footnote {
margin: 40px 0px 0px 0px;
padding: 5px;
border:1px dotted gray;
font: 9px verdana, arial, helvetica, sans-serif;
}
#navAlpha {
position:absolute;
width:150px;
top:10px;
left:10px;
border:1px dashed black;
background-color:#eee;
padding:5px;
z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to <NAME> for the hack and to <NAME> for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
width:135px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:135px;}
#navBeta {
position:absolute;
width:190px;
top:10px;
right:10px;
border:1px dashed black;
background-color:#eee;
padding:5px;
z-index:1;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"";
voice-family:inherit;
width:135px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:135px;}
/* Rollover Menu CSS from http://www.alistapart.com/stories/taminglists/ */
.menu {
width: 12.3em;
border-right: 0px solid #000;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica,
Arial, sans-serif;
background-color: #90bade;
color: #333;
}
.menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
.menu li {
border-bottom: 1px solid #90bade;
margin: 0;
}
.menu li a {
display: block;
padding: 4px 4px 4px 0.2em;
border-left: 4px solid #1958b7;
border-right: 4px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body .menu li a {
width: auto;
}
.menu li a:hover {
border-left: 4px solid #1c64d1;
border-right: 4px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
} | 0.446736 | 0.134463 |
.cms .ss-gridfield tbody td a.payment-capture-link,
.cms .ss-gridfield tbody td a.payment-refund-link,
.cms .ss-gridfield tbody td .payment-pending-indicator {
display: inline-block;
width: 20px;
height: 20px;
text-indent: 9999em;
overflow: hidden;
vertical-align: middle;
}
.cms .ss-gridfield tbody td a.payment-capture-link {
background: url(../images/money-add.png) no-repeat 2px 0;
}
.cms .ss-gridfield tbody td a.payment-refund-link {
background: url(../images/money-refund.png) no-repeat 2px 0;
}
.cms .payment-dialog-button {
outline: 0;
border: 0;
box-shadow: none;
height: 4rem;
margin: -1.2308rem 0;
vertical-align: top;
display: inline-flex;
width: 32px;
}
.cms .ss-gridfield .payment-dialog-button:hover {
background-color: #e3eaf0;
}
.cms .payment-dialog-button.gridfield-button-capture {
background: transparent url(../images/money-add.png) no-repeat center center;
}
.cms .payment-dialog-button.gridfield-button-refund {
background: transparent url(../images/money-refund.png) no-repeat center center;
}
.cms .payment-dialog-button.gridfield-button-void {
background: transparent url(../images/money-delete.png) no-repeat center center;
}
.cms #PaymentDialog {
box-sizing: content-box;
}
.cms .gridfield-button-capture .ui-button-text,
.cms .gridfield-button-refund .ui-button-text,
.cms .gridfield-button-void .ui-button-text {
padding-left: 1em;
padding-right: 1em;
}
.cms .payment-dialog .ui-dialog-buttonpane {
padding: .3em 1em .5em 1em;
}
.cms .payment-dialog .ui-dialog-buttonset {
width: 100%;
box-sizing: border-box;
}
.cms .payment-dialog button {
float: left;
}
.cms .payment-dialog button:last-of-type {
float: right;
}
.cms .payment-dialog .amount-input {
display: table;
margin-top: 0.5em;
font-size: 1.5em;
width: 100%;
}
.cms .payment-dialog .amount-input label,
.cms .payment-dialog .amount-input span {
display: table-cell;
}
.cms .payment-dialog .amount-input span {
text-align: right;
}
.cms .payment-dialog .amount-input input {
font-size: inherit;
width: 100%;
padding-left: .2em;
padding-right: .2em;
box-sizing: border-box;
}
.cms .payment-dialog .amount-checkbox {
margin-top: 0.5em;
} | client/dist/css/omnipay-ui-cms.css | .cms .ss-gridfield tbody td a.payment-capture-link,
.cms .ss-gridfield tbody td a.payment-refund-link,
.cms .ss-gridfield tbody td .payment-pending-indicator {
display: inline-block;
width: 20px;
height: 20px;
text-indent: 9999em;
overflow: hidden;
vertical-align: middle;
}
.cms .ss-gridfield tbody td a.payment-capture-link {
background: url(../images/money-add.png) no-repeat 2px 0;
}
.cms .ss-gridfield tbody td a.payment-refund-link {
background: url(../images/money-refund.png) no-repeat 2px 0;
}
.cms .payment-dialog-button {
outline: 0;
border: 0;
box-shadow: none;
height: 4rem;
margin: -1.2308rem 0;
vertical-align: top;
display: inline-flex;
width: 32px;
}
.cms .ss-gridfield .payment-dialog-button:hover {
background-color: #e3eaf0;
}
.cms .payment-dialog-button.gridfield-button-capture {
background: transparent url(../images/money-add.png) no-repeat center center;
}
.cms .payment-dialog-button.gridfield-button-refund {
background: transparent url(../images/money-refund.png) no-repeat center center;
}
.cms .payment-dialog-button.gridfield-button-void {
background: transparent url(../images/money-delete.png) no-repeat center center;
}
.cms #PaymentDialog {
box-sizing: content-box;
}
.cms .gridfield-button-capture .ui-button-text,
.cms .gridfield-button-refund .ui-button-text,
.cms .gridfield-button-void .ui-button-text {
padding-left: 1em;
padding-right: 1em;
}
.cms .payment-dialog .ui-dialog-buttonpane {
padding: .3em 1em .5em 1em;
}
.cms .payment-dialog .ui-dialog-buttonset {
width: 100%;
box-sizing: border-box;
}
.cms .payment-dialog button {
float: left;
}
.cms .payment-dialog button:last-of-type {
float: right;
}
.cms .payment-dialog .amount-input {
display: table;
margin-top: 0.5em;
font-size: 1.5em;
width: 100%;
}
.cms .payment-dialog .amount-input label,
.cms .payment-dialog .amount-input span {
display: table-cell;
}
.cms .payment-dialog .amount-input span {
text-align: right;
}
.cms .payment-dialog .amount-input input {
font-size: inherit;
width: 100%;
padding-left: .2em;
padding-right: .2em;
box-sizing: border-box;
}
.cms .payment-dialog .amount-checkbox {
margin-top: 0.5em;
} | 0.530236 | 0.100084 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body{
width: 100%;
height: 100vh;
}
body{
font-family: Arial, Helvetica, sans-serif;
background-image: url(../img/fundo.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
body::before{
content: "";
display: block;
background-color: #000000cc;
width: 100%;
height: 100%;
}
img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.container{
/* background-color: beige; */
width: 100%;
height: 100%;
margin: auto;
position: fixed;
top: 0;
overflow-y: auto;
}
header h2{
text-align: center;
color: #ffffff8f;
padding: .5em 0;
text-transform: uppercase;
text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}
.logo-girls{
max-width: 150px;
margin: 1em auto;
border-radius: 50%;
outline: 2px solid #80000033;
overflow: hidden;
}
.logo-girls img{
border-radius: 50%;
transition: all .5s linear;
}
.logo-girls img:hover{
transform: scale(1.1);
}
.sociais{
width: 100%;
height: 50px;
background-color: rgba(0, 0, 0, 0.5);
margin: .5em 0;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 5px;
box-shadow: 2px 3px 2px;
}
.sociais button{
outline: none;
border: none;
background-color: transparent;
cursor: pointer;
}
.sociais p{
text-align: center;
text-transform: uppercase;
color: white;
font-family: 22px;
}
.icons{
font-size: 30px;
padding: 0 .1em;
}
.icons-redes-social{
color: violet;
}
.icons-seguir{
color: blue;
}
.img-logo{
width: 45px;
height: 45px;
margin-left: .3em;
}
@media screen and (min-width: 600px) {
.redes-sociais{
padding: .5em;
width: 80%;
margin: auto;
}
}
@media screen and (min-width: 1366px) {
.redes-sociais{
max-width: 1366px;
margin: auto;
}
} | social/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body{
width: 100%;
height: 100vh;
}
body{
font-family: Arial, Helvetica, sans-serif;
background-image: url(../img/fundo.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
body::before{
content: "";
display: block;
background-color: #000000cc;
width: 100%;
height: 100%;
}
img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.container{
/* background-color: beige; */
width: 100%;
height: 100%;
margin: auto;
position: fixed;
top: 0;
overflow-y: auto;
}
header h2{
text-align: center;
color: #ffffff8f;
padding: .5em 0;
text-transform: uppercase;
text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}
.logo-girls{
max-width: 150px;
margin: 1em auto;
border-radius: 50%;
outline: 2px solid #80000033;
overflow: hidden;
}
.logo-girls img{
border-radius: 50%;
transition: all .5s linear;
}
.logo-girls img:hover{
transform: scale(1.1);
}
.sociais{
width: 100%;
height: 50px;
background-color: rgba(0, 0, 0, 0.5);
margin: .5em 0;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 5px;
box-shadow: 2px 3px 2px;
}
.sociais button{
outline: none;
border: none;
background-color: transparent;
cursor: pointer;
}
.sociais p{
text-align: center;
text-transform: uppercase;
color: white;
font-family: 22px;
}
.icons{
font-size: 30px;
padding: 0 .1em;
}
.icons-redes-social{
color: violet;
}
.icons-seguir{
color: blue;
}
.img-logo{
width: 45px;
height: 45px;
margin-left: .3em;
}
@media screen and (min-width: 600px) {
.redes-sociais{
padding: .5em;
width: 80%;
margin: auto;
}
}
@media screen and (min-width: 1366px) {
.redes-sociais{
max-width: 1366px;
margin: auto;
}
} | 0.505371 | 0.086054 |
.header_bg {
width: 100%;
position: absolute;
top: 0;
z-index: 1;
}
image {
display: block;
/* margin: 0 auto;
width: 100%; */
}
.search_box {
border-radius: 999px;
background-color: #fff;
background-color: rgba(255, 255, 255, .5);
height: 60upx;
}
.jus-spB {
display: flex;
align-items: center;
justify-content: space-between;
}
.jus-spA {
display: flex;
align-items: center;
justify-content: space-around;
}
.jus-center {
display: flex;
align-items: center;
justify-content: center;
}
.jus-start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.jus-end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.jus-spB-col {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.flex_warp {
flex-wrap: wrap;
}
.margin-right {
margin-right: 20upx;
}
.margin-left {
margin-left: 20upx;
}
.text-fff {
color: #fff;
}
.inline_block {
display: inline-block;
}
.text-tips {
color: #909399;
}
.text-main {
color: #303133
}
.text-content {
color: #606266;
}
.text-light {
color: #c0c4cc;
}
.text-bold {
font-weight: bold;
}
.zindex_1071 {
z-index: 1071;
position: relative;
}
.one_ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.padding_0_30 {
padding: 0 30upx;
}
.posName {
max-width: 160upx;
}
.ellipsis-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical
}
.padding_20upx {
padding: 20upx;
}
.padding_20upx_0 {
padding: 20upx 0;
}
/* tab */
.tab_view_box {
display: flex;
width: 100%;
padding: 20upx;
justify-content: space-between;
align-items: flex-start;
font-size: 32upx;
}
.tab_view_item {
text-align: center;
}
.tab_view_img {
width: 50upx;
height: 20upx;
display: block;
margin: 0 auto;
margin-top: 10upx;
}
.text-ff6f9c{
color: #ff6f9c;
}
.onDataViewImg{
display: block;
width: 400upx;
height: 318upx;
margin: 30upx auto;
}
.text-FF6F9C{
color: #FF6F9C;
}
.bgc_fff{
background-color: #fff;
}
.border_radius_10{
border-radius: 10upx;
}
.border_radius_20{
border-radius: 20upx;
} | src/css/public.css | .header_bg {
width: 100%;
position: absolute;
top: 0;
z-index: 1;
}
image {
display: block;
/* margin: 0 auto;
width: 100%; */
}
.search_box {
border-radius: 999px;
background-color: #fff;
background-color: rgba(255, 255, 255, .5);
height: 60upx;
}
.jus-spB {
display: flex;
align-items: center;
justify-content: space-between;
}
.jus-spA {
display: flex;
align-items: center;
justify-content: space-around;
}
.jus-center {
display: flex;
align-items: center;
justify-content: center;
}
.jus-start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.jus-end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.jus-spB-col {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.flex_warp {
flex-wrap: wrap;
}
.margin-right {
margin-right: 20upx;
}
.margin-left {
margin-left: 20upx;
}
.text-fff {
color: #fff;
}
.inline_block {
display: inline-block;
}
.text-tips {
color: #909399;
}
.text-main {
color: #303133
}
.text-content {
color: #606266;
}
.text-light {
color: #c0c4cc;
}
.text-bold {
font-weight: bold;
}
.zindex_1071 {
z-index: 1071;
position: relative;
}
.one_ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.padding_0_30 {
padding: 0 30upx;
}
.posName {
max-width: 160upx;
}
.ellipsis-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical
}
.padding_20upx {
padding: 20upx;
}
.padding_20upx_0 {
padding: 20upx 0;
}
/* tab */
.tab_view_box {
display: flex;
width: 100%;
padding: 20upx;
justify-content: space-between;
align-items: flex-start;
font-size: 32upx;
}
.tab_view_item {
text-align: center;
}
.tab_view_img {
width: 50upx;
height: 20upx;
display: block;
margin: 0 auto;
margin-top: 10upx;
}
.text-ff6f9c{
color: #ff6f9c;
}
.onDataViewImg{
display: block;
width: 400upx;
height: 318upx;
margin: 30upx auto;
}
.text-FF6F9C{
color: #FF6F9C;
}
.bgc_fff{
background-color: #fff;
}
.border_radius_10{
border-radius: 10upx;
}
.border_radius_20{
border-radius: 20upx;
} | 0.311008 | 0.060363 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tabun.everypony.ru") {
/* КОСТЫЛЬ - отрубаем шапки и сайд */
#c-header, #sidebar, #toolbar.toolbar, .main-menu {
display: none;
}
/* навигашка */
#header {
height: 80px;
position: fixed;
left: 0px;
right: 0px;
top: 0px;
min-width: 0px;
padding: 0px 64px 0px 12px;
}
#wrapper {
/* чтобы начало контента не пряталось под зафиксированную шапку*/
margin-top: 80px;
}
#header .dropdown-user {
position: fixed;
width: 64px;
height: 64px;
right: 0px;
top: 0px;
padding: 0px;
margin: 0px;
}
#header .dropdown-user ul, #header .dropdown-user .username {
display: none;
}
#header .dropdown-user .avatar {
display: inline-block;
width: 64px;
height: 64px;
padding: 0px;
margin: 0px;
border: 0px;
}
.nav.nav-main li a {
font-size: 20px;
}
.nav.nav-main li {
height: 30px;
line-height: 28px;
}
.nav.nav-main {
height: auto;
}
nav#nav {
position: fixed;
top: 80px;
margin: -24px 0px 0px 0px;
padding: 0px;
min-height: 0px;
left: 12px;
right: 12px;
}
/* попытка в USERMENU */
#dropdown-user.dropdown-user:hover ul#dropdown-user-menu.dropdown-user-menu {
display: inline-block;
margin: 0px 12px 12px -24px;
background: #fff;
z-index: -30000;
}
ul.dropdown-user-menu li {
padding: 8px;
font-size: 12px;
float: left;
}
/* ширина */
body {
font-size: 12px;
}
#container, body, #wrapper {
min-width: 320px;
padding: 0px;
margin: 0px;
}
#content-wrapper {
width: 100%;
}
#content {
padding: 0px 6px;
}
div#widemode {
padding: 6px;
margin: 0px;
border-radius: 0px;
display: block;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
}
.comment-wrapper {
padding-left: 12px;
}
.comment {
min-width: 240px;
}
} | data/usercss/121359.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tabun.everypony.ru") {
/* КОСТЫЛЬ - отрубаем шапки и сайд */
#c-header, #sidebar, #toolbar.toolbar, .main-menu {
display: none;
}
/* навигашка */
#header {
height: 80px;
position: fixed;
left: 0px;
right: 0px;
top: 0px;
min-width: 0px;
padding: 0px 64px 0px 12px;
}
#wrapper {
/* чтобы начало контента не пряталось под зафиксированную шапку*/
margin-top: 80px;
}
#header .dropdown-user {
position: fixed;
width: 64px;
height: 64px;
right: 0px;
top: 0px;
padding: 0px;
margin: 0px;
}
#header .dropdown-user ul, #header .dropdown-user .username {
display: none;
}
#header .dropdown-user .avatar {
display: inline-block;
width: 64px;
height: 64px;
padding: 0px;
margin: 0px;
border: 0px;
}
.nav.nav-main li a {
font-size: 20px;
}
.nav.nav-main li {
height: 30px;
line-height: 28px;
}
.nav.nav-main {
height: auto;
}
nav#nav {
position: fixed;
top: 80px;
margin: -24px 0px 0px 0px;
padding: 0px;
min-height: 0px;
left: 12px;
right: 12px;
}
/* попытка в USERMENU */
#dropdown-user.dropdown-user:hover ul#dropdown-user-menu.dropdown-user-menu {
display: inline-block;
margin: 0px 12px 12px -24px;
background: #fff;
z-index: -30000;
}
ul.dropdown-user-menu li {
padding: 8px;
font-size: 12px;
float: left;
}
/* ширина */
body {
font-size: 12px;
}
#container, body, #wrapper {
min-width: 320px;
padding: 0px;
margin: 0px;
}
#content-wrapper {
width: 100%;
}
#content {
padding: 0px 6px;
}
div#widemode {
padding: 6px;
margin: 0px;
border-radius: 0px;
display: block;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
}
.comment-wrapper {
padding-left: 12px;
}
.comment {
min-width: 240px;
}
} | 0.156846 | 0.106924 |
body {
background: url("https://www.toptal.com/designers/subtlepatterns/patterns/double-bubble-outline.png");
}
/* All Sizes */
.m-container {
display: block;
max-width: 100%;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.m-biglabel {
padding-top: 0.3em !important;
padding-bottom: 0.3em !important;
margin: 0 0.5em !important;
}
.m-center {
text-align: center !important;
}
.m-inline-block {
display: inline-block !important;
}
.m-text-thin {
font-weight: 300 !important;
}
.m-text-indent {
text-indent: 2rem;
}
/* padding */
.m-padding-tb-mini {
padding-top: 0.2em !important;
padding-bottom: 0.2em !important;
}
.m-padding-none {
padding: 0 !important;
}
.m-padding-mini {
padding: 0.2em !important;
}
.m-padding-tb-small {
padding-top: 0.5em !important;
padding-bottom: 0.5em !important;
}
.m-padding-top-small {
padding-top: 0.5em !important;
}
.m-padding {
padding: 1em !important;
}
.m-padding-tb {
padding-top: 1em !important;
padding-bottom: 1em !important;
}
.m-padding-tb-large {
padding-top: 2em !important;
padding-bottom: 2em !important;
}
.m-padding-tb-great {
padding-top: 3em !important;
padding-bottom: 3em !important;
}
.m-padding-tb-huge {
padding-top: 4em !important;
padding-bottom: 4em !important;
}
.m-padding-lr-huge {
padding-left: 4em !important;
padding-right: 4em !important;
}
.m-padding-tb-massive {
padding-top: 5em !important;
padding-bottom: 5em !important;
}
.m-text-thin {
font-weight: 300 !important;
}
.m-text-spaced {
letter-spacing: 1px;
}
.m-text-lined {
line-height: 1.8 !important;
}
.m-opacity-mini {
opacity: 0.8 !important;
}
/* margin */
.m-margin-none {
margin: 0 !important;
}
.m-margin {
margin: 1em !important;
}
.m-margin-tb-tiny {
margin-top: 0.3em !important;
margin-bottom: 0.3em !important;
}
.m-margin-tb-small {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.m-margin-tb {
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.m-margin-botton-small {
margin-bottom: 0.5em !important;
}
/* width */
.m-five-width {
width: 5em;
text-align: right;
}
.m-fixed {
position: fixed;
z-index: 10;
}
.m-right-bottom {
bottom: 20px;
right: 0;
}
/* return top */
#btnTop {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: #89cff0;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
#btnTop:hover {
background-color: #1E90FF;
}
/* icon */
.fa-wx {
background: #99c115;
width: 24px;
height: 24px;
}
.fa-github {
background: #e2e2e2;
width: 24px;
height: 24px;
}
.fa-csdn {
background: #f00;
width: 24px;
height: 24px;
}
.fa-jianshu {
background: #e99888;
width: 24px;
height: 24px;
}
.fa-segmentfault {
background: #018f56;
width: 24px;
height: 24px;
}
.fa-weibo {
background: #ecc260;
width: 24px;
height: 24px;
}
#sociallink > table {
width: 100%;
}
#sociallink > table td {
text-align: center;
font-size: 26px;
}
#sociallink > table td a {
position: relative;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
color: #898d92;
}
#sociallink > table td a:hover {
color: #565a5f;
}
#sociallink > table td a.tooltip:hover:after {
right: -50%;
top: -41px;
color: #fff;
background: #333;
font-size: 14px;
content: attr(title);
display: block;
padding: 5px 15px;
position: absolute;
white-space: nowrap;
border-radius: 2px;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
z-index: 1;
}
#sociallink > table td a.tooltip:hover:before {
top: -12px;
right: 8px;
border: solid;
border-color: #333 transparent;
border-width: 5px 5px 0 5px;
content: "";
display: block;
position: absolute;
z-index: 2;
}
.brief-info {
padding-top: 0.7em;
padding-bottom: 0.3em;
letter-spacing: 0.5px;
}
/* color */
.m-black {
color: #333 !important;
}
.m-right-top {
position: absolute;
right: 1em;
top: 1.4em;
}
.m-mobile-show {
display: none !important;
}
@media screen and (max-width: 768px) {
.m-mobile-hide {
display: none !important;
}
.m-mobile-show {
display: block !important;
}
.m-mobile-wide {
width: 100%;
}
.m-container {
width: auto;
margin-left: 1em;
margin-right: 1em;
}
} | src/main/resources/static/css/style.css | body {
background: url("https://www.toptal.com/designers/subtlepatterns/patterns/double-bubble-outline.png");
}
/* All Sizes */
.m-container {
display: block;
max-width: 100%;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.m-biglabel {
padding-top: 0.3em !important;
padding-bottom: 0.3em !important;
margin: 0 0.5em !important;
}
.m-center {
text-align: center !important;
}
.m-inline-block {
display: inline-block !important;
}
.m-text-thin {
font-weight: 300 !important;
}
.m-text-indent {
text-indent: 2rem;
}
/* padding */
.m-padding-tb-mini {
padding-top: 0.2em !important;
padding-bottom: 0.2em !important;
}
.m-padding-none {
padding: 0 !important;
}
.m-padding-mini {
padding: 0.2em !important;
}
.m-padding-tb-small {
padding-top: 0.5em !important;
padding-bottom: 0.5em !important;
}
.m-padding-top-small {
padding-top: 0.5em !important;
}
.m-padding {
padding: 1em !important;
}
.m-padding-tb {
padding-top: 1em !important;
padding-bottom: 1em !important;
}
.m-padding-tb-large {
padding-top: 2em !important;
padding-bottom: 2em !important;
}
.m-padding-tb-great {
padding-top: 3em !important;
padding-bottom: 3em !important;
}
.m-padding-tb-huge {
padding-top: 4em !important;
padding-bottom: 4em !important;
}
.m-padding-lr-huge {
padding-left: 4em !important;
padding-right: 4em !important;
}
.m-padding-tb-massive {
padding-top: 5em !important;
padding-bottom: 5em !important;
}
.m-text-thin {
font-weight: 300 !important;
}
.m-text-spaced {
letter-spacing: 1px;
}
.m-text-lined {
line-height: 1.8 !important;
}
.m-opacity-mini {
opacity: 0.8 !important;
}
/* margin */
.m-margin-none {
margin: 0 !important;
}
.m-margin {
margin: 1em !important;
}
.m-margin-tb-tiny {
margin-top: 0.3em !important;
margin-bottom: 0.3em !important;
}
.m-margin-tb-small {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.m-margin-tb {
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.m-margin-botton-small {
margin-bottom: 0.5em !important;
}
/* width */
.m-five-width {
width: 5em;
text-align: right;
}
.m-fixed {
position: fixed;
z-index: 10;
}
.m-right-bottom {
bottom: 20px;
right: 0;
}
/* return top */
#btnTop {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: #89cff0;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
#btnTop:hover {
background-color: #1E90FF;
}
/* icon */
.fa-wx {
background: #99c115;
width: 24px;
height: 24px;
}
.fa-github {
background: #e2e2e2;
width: 24px;
height: 24px;
}
.fa-csdn {
background: #f00;
width: 24px;
height: 24px;
}
.fa-jianshu {
background: #e99888;
width: 24px;
height: 24px;
}
.fa-segmentfault {
background: #018f56;
width: 24px;
height: 24px;
}
.fa-weibo {
background: #ecc260;
width: 24px;
height: 24px;
}
#sociallink > table {
width: 100%;
}
#sociallink > table td {
text-align: center;
font-size: 26px;
}
#sociallink > table td a {
position: relative;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
color: #898d92;
}
#sociallink > table td a:hover {
color: #565a5f;
}
#sociallink > table td a.tooltip:hover:after {
right: -50%;
top: -41px;
color: #fff;
background: #333;
font-size: 14px;
content: attr(title);
display: block;
padding: 5px 15px;
position: absolute;
white-space: nowrap;
border-radius: 2px;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
z-index: 1;
}
#sociallink > table td a.tooltip:hover:before {
top: -12px;
right: 8px;
border: solid;
border-color: #333 transparent;
border-width: 5px 5px 0 5px;
content: "";
display: block;
position: absolute;
z-index: 2;
}
.brief-info {
padding-top: 0.7em;
padding-bottom: 0.3em;
letter-spacing: 0.5px;
}
/* color */
.m-black {
color: #333 !important;
}
.m-right-top {
position: absolute;
right: 1em;
top: 1.4em;
}
.m-mobile-show {
display: none !important;
}
@media screen and (max-width: 768px) {
.m-mobile-hide {
display: none !important;
}
.m-mobile-show {
display: block !important;
}
.m-mobile-wide {
width: 100%;
}
.m-container {
width: auto;
margin-left: 1em;
margin-right: 1em;
}
} | 0.517083 | 0.139045 |
html {
scroll-behavior: smooth;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.box-shadow {
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.rounded10 {
border-radius: 10px !important;
}
.rounded25 {
border-radius: 25px !important;
}
.rounded30 {
border-radius: 30px !important;
}
.rounded50 {
border-radius: 50px !important;
}
.text-white {
color: #fff !important;
}
.text-gray {
color: #707070 !important;
}
.text-lightgray {
color: #707070 !important;
}
.text-color1 {
color: #421160 !important;
}
.text-green {
color: #009422 !important;
}
.text-red {
color: #FF2E2E !important;
}
.text-color2 {
color: #CEB273 !important;
}
.bg-color1 {
background: #421160 !important;
}
.bg-color2 {
background: #CEB273 !important;
}
.font-weight-simiBold {
font-weight: 600 !important;
}
.fz40 {
font-size: 40px !important;
}
.fz38 {
font-size: 38px !important;
}
.fz30 {
font-size: 30px !important;
}
.fz28 {
font-size: 28px !important;
}
.fz25 {
font-size: 25px !important;
}
.fz22 {
font-size: 22px !important;
}
.fz20 {
font-size: 20px !important;
}
.fz18 {
font-size: 18px !important;
}
.fz17 {
font-size: 17px !important;
}
.fz16 {
font-size: 16px !important;
}
.fz15 {
font-size: 15px !important;
}
.fz14 {
font-size: 14px !important;
}
body {
font-family: 'Cairo', sans-serif, tahoma, sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #F3F3F3;
}
.center {
text-align: center !important;
margin: auto !important;
}
.no-padding {
padding: 0 !important;
}
a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-decoration: none !important;
font-family: 'Cairo', sans-serif, tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cairo', sans-serif, tahoma, sans-serif !important;
}
* {
outline: 0 !important;
}
/*************************************************/
/* Custom */
/*************************************************/
.modal .modal-content {
background: none !important;
border: none;
}
.modal .modal-header {
border-bottom: 0;
}
.modal .modal-header .close {
color: white;
box-shadow: none;
text-shadow: none;
background: #421160;
opacity: 1;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
}
.modal .modal-body {
background: none !important;
border-radius: 30px;
overflow: hidden;
box-shadow: -1px 10px 13px #150f0f36;
}
.menu-logo {
background: #FEFEFF;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.search-header {
position: relative;
width: 100%;
}
.search-header .form-control {
background: #F3F3F3;
border-radius: 10px;
box-shadow: none;
border: none;
height: 45px;
}
.search-header .search-btn {
position: absolute;
right: 10px;
top: 10px;
border: none;
background: none;
color: #421160;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.search-header .search-btn:hover {
color: #CEB273;
}
.language-switcher:before {
content: '';
width: 1px;
height: 25px;
background: rgba(112, 112, 112, 0.49);
display: inline-block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.language-switcher:after {
content: '';
width: 1px;
height: 25px;
background: rgba(112, 112, 112, 0.49);
display: inline-block;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.language-switcher,
.currency-switcher {
position: relative;
}
.language-switcher a,
.currency-switcher a,
.language-switcher span,
.currency-switcher span {
color: #707070 !important;
font-weight: 700 !important;
font-size: 15px !important;
}
.language-switcher a i,
.currency-switcher a i,
.language-switcher span i,
.currency-switcher span i,
.language-switcher a img,
.currency-switcher a img,
.language-switcher span img,
.currency-switcher span img {
margin-left: 8px;
}
.currency-switcher {
margin-right: 20px !important;
}
.currency-switcher img {
width: 35px;
}
.currency-switcher ul li img {
float: right;
}
.currency-switcher:after {
content: '';
width: 1px;
height: 25px;
background: rgba(112, 112, 112, 0.49);
display: inline-block;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.user-nav {
background: #F0EDF4;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
}
.user-nav li {
text-align: left;
}
.user-nav li a,
.user-nav li span {
font-size: 15px !important;
}
.droopmenu-extra li i {
font-size: 18px;
margin-top: -4px;
}
.no-indicator .droopmenu-indicator {
display: none !important;
}
/****************************
======== Main Home Slider =========
****************************/
.carousel-indicators li {
width: 12px;
height: 12px;
border-radius: 50%;
}
.carousel-item {
border-radius: 30px;
height: 500px;
overflow: hidden;
}
.carousel-item img {
height: auto;
min-height: 100%;
}
.google-maps {
position: relative;
padding-bottom: 15%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.lazy {
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.lazy.loaded {
opacity: 1;
}
.slick-slide {
outline: 0 !important;
}
.slick-next {
right: -25px;
}
.slick-prev {
left: -35px;
}
.slick-prev,
.slick-next {
width: 30px;
height: 30px;
background: #BFB1C8;
border-radius: 50%;
color: #421160;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: none;
cursor: pointer;
outline: 0 !important;
position: absolute;
z-index: 9;
top: 50%;
transform: translateY(-50%);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
background: #CEB273;
color: #421160;
}
ul.slick-dots {
display: block;
list-style-type: none;
text-align: center;
margin-top: 1em;
}
ul.slick-dots li {
display: inline-block;
}
ul.slick-dots li button {
width: 12px;
margin: 5px;
height: 12px;
border-radius: 50%;
background: #CEB273;
border: none;
text-indent: -9999px;
outline: 0;
}
ul.slick-dots li.slick-active button {
background: #421160;
}
.common-wrapper {
padding: 4em 0;
}
.section-title {
margin-bottom: 2em;
}
.section-title span,
.section-title .main-title {
font-size: 22px;
color: #707070;
font-weight: 700;
display: inline-block;
margin: 10px 0;
}
.section-title a {
color: #421160;
font-size: 16px;
font-weight: 600;
}
.section-title a:hover {
color: #CEB273;
}
.section-description {
color: #707070;
font-size: 18px;
font-weight: 600;
width: 50%;
margin: 1em auto;
}
.head-title {
color: #421160;
font-size: 30px;
font-weight: bold;
}
/****************************
======== Brands =========
****************************/
.single-brand {
background: rgba(206, 178, 115, 0.14);
border-radius: 13px;
display: flex !important;
margin: 0 10px;
height: 200px;
}
.single-brand img {
margin: auto;
width: auto;
height: auto;
padding: 20px;
}
/****************************
======== Features =========
****************************/
.single-feature {
text-align: center;
margin-bottom: 30px;
}
.single-feature .icon {
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
margin: 0 auto 20px;
background: #421160;
display: flex;
flex-direction: column;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-feature .icon img {
margin: auto;
max-width: 50%;
}
.single-feature .feature-title {
color: #421160;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.single-feature .feature-description {
color: #707070;
font-size: 15px;
font-weight: 600;
}
.single-feature:hover .icon {
box-shadow: 0 0 0 10px rgba(66, 17, 96, 0.9), 0 0 0 20px rgba(66, 17, 96, 0.2);
}
/****************************
======== Off-Canvas menu =========
****************************/
[data-trigger="#myOffcanvas"] * {
pointer-events: none !important;
}
.offcanvas-active {
overflow: hidden;
}
.overlay {
height: 100%;
width: 0%;
z-index: 1100;
margin-right: -100%;
top: 0;
right: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(66, 17, 96, 0.5);
position: absolute;
transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.overlay.show {
transition: opacity 0.5s ease, width 0s;
opacity: 1;
width: 100vw;
visibility: visible;
}
.screen-overlay {
width: 0%;
height: 100%;
z-index: 1100;
position: fixed;
top: 0;
right: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(66, 17, 96, 0.5);
transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
transition: opacity 0.5s ease, width 0s;
opacity: 1;
width: 100%;
visibility: visible;
}
.review-sidebar-wrapper {
position: relative;
}
.single-product-page-wrapper {
overflow: hidden;
}
.review-section-wrapper {
overflow: hidden;
min-height: 500px;
}
#reviewPanel {
box-shadow: 28px 0px 57px -61px black;
background: #F3F3F3;
text-align: left;
padding: 2em 1em;
position: absolute;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: auto;
transform: translateX(-100%);
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#reviewPanel.show {
visibility: visible;
transform: translateX(0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.write-review .form-control {
border-radius: 11px;
box-shadow: none;
padding: 1em;
}
.write-review .form-control:focus {
box-shadow: inset 0 0 0 1px #421160;
}
.offcanvas {
width: 450px;
visibility: hidden;
transform: translateX(100%);
transition: all 0.5s;
border-radius: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
display: block;
position: fixed;
top: 0;
right: 0;
max-width: 100%;
height: 100%;
z-index: 1200;
background-color: #F3F3F3;
overflow: hidden;
}
.offcanvas#reviewPanel {
position: absolute;
right: auto;
left: 0;
}
.offcanvas .wrapper {
position: relative;
}
.offcanvas .wrapper header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 888;
background: #F3F3F3;
border-bottom-color: #70707086 !important;
}
.offcanvas .wrapper footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 888;
background: #FFFFFF;
box-shadow: 0px -3px 10px #0000000D;
text-align: center;
padding: 20px;
}
.offcanvas .wrapper .inner-items {
width: 100%;
height: 100%;
position: fixed;
overflow-x: hidden;
overflow-y: scroll;
padding: 5rem 0;
}
.offcanvas.show {
visibility: visible;
transform: translateX(0);
transition: transform 0.5s;
}
.offcanvas .btn-close {
position: absolute;
left: 15px;
top: 15px;
}
/****************************
======== Aside Cart =========
****************************/
.single-cart-item {
border-bottom: 1px solid rgba(112, 112, 112, 0.25);
padding: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-cart-item .item-thumb {
width: 100px;
height: 100px;
overflow: hidden;
text-align: center;
}
.single-cart-item .item-thumb img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
.single-cart-item .item-info .item-title {
font-size: 16px;
color: #707070;
font-weight: bold;
}
.single-cart-item .item-info .item-title a {
color: #707070;
}
.single-cart-item .delete-item {
border: none;
background: none;
color: #707070;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-cart-item .delete-item:hover {
color: #FF2E2E;
}
.single-cart-item .price-per-item {
color: #707070;
font-size: 13px;
font-weight: 600;
margin: 10px 0;
}
.single-cart-item .total-item-price {
color: #421160;
font-size: 13px;
font-weight: 700;
}
.single-cart-item:hover a {
color: #CEB273 !important;
}
/****************************
======== Input number =========
****************************/
.item-quantity {
color: #421160;
font-weight: bold;
font-size: 14px;
}
.item-quantity span {
color: #707070;
margin-right: 10px;
}
.increment-item-quantity {
border: 1px solid #C4C4C4;
border-radius: 3px;
}
.increment-item-quantity input[type="button"] {
-webkit-appearance: button;
cursor: pointer;
}
.increment-item-quantity input::-webkit-outer-spin-button,
.increment-item-quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.increment-item-quantity .input-group {
clear: both;
margin: 0;
position: relative;
}
.increment-item-quantity .input-group input[type='button'] {
min-width: 20px;
width: auto;
transition: all 300ms ease;
border: 0;
background: none;
}
.increment-item-quantity .input-group .button-minus,
.increment-item-quantity .input-group .button-plus {
font-weight: bold;
height: auto;
align-self: baseline;
padding: 0;
width: 25px;
position: relative;
}
.increment-item-quantity .input-group .quantity-field {
position: relative;
height: 25px;
right: 0;
text-align: center;
width: 32px;
display: inline-block;
font-size: 13px;
margin: 0 0;
resize: vertical;
border: 0;
background: #F3F3F3;
}
.increment-item-quantity .button-plus {
right: 0;
}
.increment-item-quantity input[type="number"] {
-moz-appearance: textfield !important;
-webkit-appearance: none;
}
/****************************
======== Payment methods =========
****************************/
.payment-methods ul {
height: 40px;
justify-content: space-evenly;
display: flex;
flex-wrap: wrap;
}
.payment-methods ul li {
height: 100%;
margin: 10px;
}
.payment-methods ul li img {
height: 100%;
width: auto;
}
.radio_selection label {
margin: 10px 0;
}
.payment-methods-options label {
font-weight: bold !important;
cursor: pointer;
}
.payment-methods-options label img {
height: 20px;
width: auto;
margin-left: 10px;
margin-top: -10px;
}
/****************************
======== Home Sections =========
****************************/
.single-section-item {
background: #E5E1E7;
margin-right: 10px;
border-radius: 15px;
text-align: center;
display: flex !important;
flex-direction: column;
width: 100%;
height: 100%;
padding: 10px;
min-height: 250px;
justify-content: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-section-item .item-icon {
width: 70px;
height: 70px;
margin: 0 auto;
overflow: hidden;
}
.single-section-item .item-icon img {
width: auto;
max-width: 100%;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-section-item .item-title {
font-size: 18px;
margin-top: 2em;
}
.single-section-item .item-title a {
color: #421160;
display: block;
}
.single-section-item .item-title a:hover {
color: #CEB273;
}
.single-section-item:hover {
background: #421160;
}
.single-section-item:hover a {
color: #CEB273;
}
.single-section-item:hover img {
filter: invert(100%);
-webkit-filter: invert(100%);
}
/****************************
======== Home Promotions =========
****************************/
.promotion-img-side {
width: 100%;
height: 350px;
overflow: hidden;
border-radius: 30px;
}
.promotion-img-side img {
width: 100%;
height: auto;
min-height: 100%;
}
.promotion-video {
width: 100%;
height: 350px;
overflow: hidden;
border-radius: 30px;
position: relative;
}
.promotion-video img {
width: 100%;
height: auto;
min-height: 100%;
}
.promotion-video:after {
content: '';
width: 100%;
height: 100%;
background: rgba(66, 17, 96, 0.51);
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.promotion-video i {
position: absolute;
right: 0;
left: 0;
margin: auto;
width: 50px;
height: 50px;
text-align: center;
z-index: 8;
color: #fff;
font-size: 50px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.promotion-video:hover i {
transform: translateY(-50%) rotate(-360deg);
color: #421160;
}
.single-promotion-img {
width: 100%;
border-radius: 30px;
}
.single-special-section {
position: relative;
border-radius: 30px;
overflow: hidden;
height: 350px;
margin-bottom: 30px;
}
.single-special-section .section-img {
height: 100%;
width: 100%;
}
.single-special-section img {
width: 100%;
height: auto;
min-height: 100%;
}
.single-special-section:after {
content: '';
width: 100%;
height: 100%;
background: rgba(66, 17, 96, 0.51);
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.single-special-section .section-title {
position: absolute;
margin: auto;
z-index: 99;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
}
.single-special-section .section-title a {
color: #fff;
font-size: 30px;
}
/****************************
======== Home Products =========
****************************/
.add-to-fav.active i:before {
font-weight: 900;
}
.slick-track {
display: flex;
}
.slick-slide {
margin: 0 10px;
height: auto !important;
}
.single-product {
background: #DCD6E0;
border-radius: 13px;
overflow: hidden;
position: relative;
padding-top: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: flex !important;
flex-direction: column;
margin-bottom: 30px;
width: 100%;
align-self: stretch;
}
.single-product .add-to-fav {
position: absolute;
top: 14px;
left: 14px;
width: 35px;
height: 35px;
background: hsla(277, 70%, 22%, 0.13);
color: #421160;
text-align: center;
border-radius: 50%;
}
.single-product .add-to-fav a {
color: #421160;
font-size: 18px;
}
.single-product .add-to-fav a i {
margin-top: 8px;
}
.single-product .add-to-fav:hover i:before {
font-weight: 900;
}
.single-product .product-thumbnail {
margin: 0 auto;
width: 100%;
height: 150px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
text-align: center;
}
.single-product .product-thumbnail a {
display: block;
width: 100%;
height: 100%;
}
.single-product .product-thumbnail img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.single-product .item-title {
padding: 5px 15px;
}
.single-product .item-title a {
color: #421160;
font-weight: bold;
}
.single-product .rating {
padding: 5px 15px;
}
.single-product .item-title,
.single-product .rating,
.single-product .item-price {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
}
.single-product:hover .item-title,
.single-product:hover .rating,
.single-product:hover .item-price {
opacity: 0;
}
.single-product:hover .product-thumbnail {
height: 250px;
transform: translateY(50px);
margin-bottom: -100px;
z-index: 9;
}
.single-product.added-to-cart .add-to-cart-btn {
background: #BFB1C8;
color: #421160;
}
.search-categories {
position: relative;
margin: 20px 0;
}
.search-categories .form-control {
border-color: #919191;
background: #F3F3F3;
box-shadow: none !important;
}
.add-to-cart-btn {
width: 100%;
border: none;
font-size: 14px;
font-weight: bold;
color: #CEB273;
text-align: center;
background: #421160;
padding: 10px;
margin-top: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.add-to-cart-btn i {
margin-left: 15px;
}
.add-to-cart-btn:hover {
background: #CEB273;
color: #421160;
}
.item-price {
padding: 5px 15px;
margin-bottom: 15px;
}
.item-price .prices del {
color: #919191;
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
}
.item-price .prices span {
color: #FF2E2E;
font-size: 16px;
font-weight: bold;
}
.item-price .discount {
font-size: 14px;
color: #FF2E2E;
font-weight: bold;
background: hsla(0, 100%, 59%, 0.15);
border-radius: 30px;
align-self: flex-end;
padding: 0px 5px;
}
.add-rating {
display: inline-block;
position: relative;
}
.add-rating .rating-input {
display: none;
}
.add-rating:hover .rating-star:hover,
.add-rating:hover .rating-star:hover ~ .rating-star,
.add-rating .rating-input:checked ~ .rating-star {
background-position: 100% 0;
}
.add-rating .rating-star,
.add-rating:hover .rating-star {
cursor: pointer;
float: left;
display: block;
margin-left: 3px;
width: 37px;
height: 34px;
background: url(../images/stars.png) 100% -34px;
}
.rating i {
color: #CEB273;
}
.rating i.empty {
color: #9d9d9d;
}
.rating.purple i {
color: #421160;
}
.rating.purple i.empty {
color: hsla(277, 70%, 22%, 0.25);
}
.rating-progress {
padding: 1em 2em;
}
.overall-rating {
color: #421160;
}
.overall-rating .total-avg {
font-size: 40px;
font-weight: bold;
}
.overall-rating .single-progress {
display: flex;
}
.overall-rating .single-progress .progress {
width: 70%;
margin: auto;
background: none;
height: 4px;
flex-direction: row-reverse;
}
.overall-rating .single-progress .progress-bar {
background: #421160;
border-radius: 10px !important;
}
.overall-rating .single-progress span {
font-weight: bold;
font-size: 20px;
min-width: 50px;
}
.overall-rating .single-progress .step-number {
float: left;
}
.overall-rating .single-progress .step-rate {
float: right;
}
.ovh {
overflow: hidden;
}
.btn-dark {
background: black;
color: white;
font-size: 20px;
padding: 2px 20px;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-dark:hover {
background: #CEB273;
color: #421160;
box-shadow: inset 0 0 0 2px white;
}
.btn-white {
background: white;
color: #CEB273;
font-size: 14px;
padding: 7px 20px;
border-radius: 20px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-white:hover {
background: none;
color: white;
box-shadow: inset 0 0 0 1px white;
}
.btn-white-outlined {
box-shadow: inset 0 0 0 2px white;
background: none;
color: #CEB273;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-white-outlined:hover {
background: white;
color: #CEB273;
}
.btn-color2 {
background: #CEB273;
color: #ffffff;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-color2:hover {
background: none;
color: #CEB273;
box-shadow: inset 0 0 0 1px #CEB273;
}
.btn-color1 {
background: #421160;
color: #ffffff;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-color1:hover {
background: none;
color: #421160;
box-shadow: inset 0 0 0 1px #421160;
}
.btn-color1-outlined {
box-shadow: inset 0 0 0 1px #421160;
background: none;
color: #421160 !important;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-color1-outlined:hover {
background: #421160;
color: #fff !important;
}
/****************************
======== Products Filters =========
****************************/
.products-filters {
background: #fff;
border-radius: 13px;
padding: 15px;
margin-bottom: 30px;
}
.products-filters label {
color: #919191;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.products-filters .custom-control {
margin-bottom: 5px;
}
.custom-control-label::before {
box-shadow: none !important;
border: #919191 solid 1px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #421160;
background-color: #421160;
}
.single-filter {
margin: 15px 0;
}
/****************************
======== Footer =========
****************************/
footer#Main {
background: #CEB273;
font-size: 16px;
position: relative;
margin-top: 10rem;
}
footer#Main:before {
content: "";
display: block;
height: 100px;
background: linear-gradient(to top left, #ceb273 0%, #ceb273 calc(50% - 0.8px), #ceb273 50%, #f3f3f3 calc(50% + 0.8px), #f3f3f3 100%);
}
footer#Main .footer-content {
background: #421160;
border-radius: 20px;
padding: 2.5em;
margin-top: -10rem;
color: #CEB273;
line-height: 2;
}
footer#Main .footer-content a {
color: #CEB273;
}
footer#Main .footer-content a:hover {
color: #fff;
}
footer#Main .footer-logo {
width: 150px;
}
footer#Main h5 {
color: #fff;
font-size: 20px;
margin-bottom: 15px;
}
footer#Main .footer-social i {
width: 25px;
height: 25px;
border-radius: 8px;
border: 1px solid #CEB273;
text-align: center;
padding-top: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
footer#Main .footer-social i:hover {
background: #CEB273;
color: #421160;
}
footer#Main .subscribe-form {
position: relative;
margin-bottom: 10px;
margin-top: 10px;
}
footer#Main .subscribe-form .form-control {
height: 40px;
border-radius: 11px;
border: 2px solid #CEB273;
box-shadow: none;
background: #421160;
padding-left: 110px;
color: #CEB273;
}
footer#Main .subscribe-form ::placeholder {
color: #CEB273;
}
footer#Main .subscribe-form button {
border-radius: 11px;
width: 100px;
height: 100%;
color: #421160;
background: #CEB273;
border: none;
position: absolute;
left: 0;
top: 0;
font-weight: 700;
}
footer#Main .copyrights {
padding: 15px 0;
}
footer#Main .copyrights p {
color: #421160;
margin: 0;
}
footer#Main .copyrights p a {
color: #421160;
}
.go-top {
position: fixed;
bottom: 2em;
left: 2em;
text-decoration: none;
background: #CEB273;
color: white;
font-size: 12px;
padding: 1em 1.3em;
display: none;
border: 1px solid rgba(0, 0, 0, 0.32);
border-radius: 5px;
z-index: 999999999;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.go-top i {
color: #fff;
}
.go-top:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.pagination .page-link {
background: none;
border: 1px solid #CEB273;
color: #421160;
border-radius: 0 !important;
margin: 4px;
}
.pagination .page-link:hover {
background: #421160;
color: #fff;
}
#return-to-top {
position: fixed;
bottom: 20px;
left: 20px;
background: #000000;
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
.breadcrumb {
background: none;
}
.breadcrumb li {
color: #919191;
font-size: 16px;
font-weight: 600;
}
.breadcrumb li a {
color: #919191;
font-weight: 600;
}
/****************************
======== forms-page-wrapper =========
****************************/
.forms-page-wrapper .form-group {
margin-bottom: 15px;
}
.forms-page-wrapper .form-group > label {
display: block;
margin-bottom: 10px;
}
.forms-page-wrapper label {
color: #707070;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.forms-page-wrapper .form-control {
border: none;
box-shadow: none;
min-height: 45px;
border-radius: 10px;
}
.forms-page-wrapper .form-control:focus {
box-shadow: inset 0 0 0 1px #421160;
}
/****************************
======== Single product page =========
****************************/
.single-product-page-wrapper .item-title {
color: #421160;
font-size: 22px;
margin: 7px 0;
}
.single-product-page-wrapper .item-title a {
color: #421160;
display: block;
}
.single-product-page-wrapper .item-title a:hover {
color: #CEB273;
}
.single-product-page-wrapper .item-description {
color: #707070;
font-size: 14px;
margin: 10px 0;
}
.single-product-page-wrapper .slider-nav .item {
border-radius: 7px;
overflow: hidden;
border: 1px solid #421160;
margin: 0 3px;
cursor: pointer;
}
.single-product-page-wrapper .slider-nav .slick-current {
position: relative;
}
.single-product-page-wrapper .slider-nav .slick-current:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: hsla(277, 70%, 22%, 0.3);
}
.add-to-fav {
width: 35px;
height: 35px;
background: hsla(277, 70%, 22%, 0.13);
color: #421160;
text-align: center;
border-radius: 50%;
}
.add-to-fav a {
color: #421160;
font-size: 18px;
}
.add-to-fav a i {
margin-top: 8px;
}
.add-to-fav:hover i:before {
font-weight: 900;
}
.availability {
font-size: 14px;
}
.sizing-options label,
.empty-radio-btn label {
display: inline-block;
border-radius: 3px;
border: solid 1px #919191;
background: #F2F2F2;
font-size: 14px;
color: #919191;
padding: 5px;
margin-right: 5px;
cursor: pointer;
}
.sizing-options input[type="radio"],
.empty-radio-btn input[type="radio"] {
display: none;
}
.sizing-options input[type="radio"]:checked + label,
.empty-radio-btn input[type="radio"]:checked + label {
border: solid 1px #421160;
background: #421160;
color: #fff;
}
.white-radios label {
background: #fff;
border-radius: 15px;
font-weight: 600;
}
.coloring-options label {
width: 25px;
height: 25px;
border-radius: 5px;
margin-right: 6px;
cursor: pointer;
}
.coloring-options span {
width: 100%;
height: 100%;
border-radius: 5px;
display: inline-block;
}
.coloring-options input[type="radio"] {
display: none;
}
.coloring-options input[type="radio"]:checked + label {
box-shadow: 0 3px 6px 0 #6e6e6e;
}
.badged-title {
color: #421160;
font-size: 18px;
font-weight: bold;
padding: 20px 0;
}
.badged-title .badge {
border-radius: 50%;
background: #421160;
color: #fff;
padding: 5px;
width: 30px;
height: 30px;
font-size: 18px;
}
.radio-content {
display: none;
margin-top: 2em;
padding: 1em;
border: 1px solid lightgray;
}
.radio-content img {
max-width: 100%;
}
/****************************
======== Loader =========
****************************/
#loader {
position: fixed;
top: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: #421160;
z-index: 9999;
flex-direction: column;
}
.lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ripple div {
position: absolute;
border: 4px solid #fff;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
top: 36px;
right: 36px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
right: 0px;
width: 72px;
height: 72px;
opacity: 0;
}
}
/****************************
======== Sections page =========
****************************/
.sections-page-wrapper .promotion-video {
height: 300px;
}
.single-best-brand {
height: 150px;
overflow: hidden;
border-radius: 30px;
margin-bottom: 30px;
}
.single-best-brand img {
width: 100%;
height: auto;
min-height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-best-brand:hover img {
filter: brightness(0.8);
}
.section-banner {
border-radius: 30px;
overflow: hidden;
-webkit-background-size: cover;
background-size: cover;
padding: 2em 6em;
min-height: 200px;
color: #fff;
margin: 0 15px;
}
.section-banner.gradient-overlay {
position: relative;
}
.section-banner.gradient-overlay:before {
content: '';
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3421160', GradientType=0);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.banner-section-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
}
.banner-section-description {
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
}
.product-navs {
padding: 0 30px;
}
.product-navs .nav-tabs {
width: auto;
display: inline-block;
border: none !important;
}
.product-navs .nav-tabs li {
display: inline-block;
background: none;
margin: 0 !important;
border: none !important;
}
.product-navs .nav-tabs li a {
padding: 25px 15px;
margin: 0 25px;
color: #919191;
font-weight: bold;
border: none !important;
}
.product-navs .nav-tabs li a.active {
background: none !important;
color: #421160 !important;
box-shadow: inset 0 -3px 0 0 #421160;
}
.product-navs .nav-tabs li:hover a {
background: none !important;
color: #421160 !important;
box-shadow: inset 0 -3px 0 0 #421160;
}
.tab-content {
padding: 2em 0;
}
.single-user-review {
padding: 10px 0;
border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
.single-user-review:first-child {
padding-top: 0;
}
.single-user-review .rating i {
font-size: 12px;
}
.single-user-review .user-review {
font-size: 14px;
font-weight: 600;
margin: 10px 0;
}
.product-specs-list {
margin-top: 2em;
}
.product-specs-list li {
color: #421160;
font-size: 16px;
font-weight: bold;
padding: 10px 55px;
margin: 5px 0;
border-radius: 8px;
}
.product-specs-list li:nth-child(odd) {
background: hsla(277, 70%, 22%, 0.1);
}
.product-specs-list li span {
width: 30%;
display: inline-block;
}
/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
.carousel-item {
height: 400px;
}
.promotion-img-side,
.promotion-video,
.single-special-section {
height: 280px;
}
}
@media all and (max-width: 768px) {
.product-navs .nav-tabs li a {
margin: 0;
}
.rating-progress {
padding: 1em 0;
}
.menu-logo {
position: relative;
}
body {
margin-top: 0 !important;
}
.carousel-item {
height: 250px;
}
.promotion-img-side,
.promotion-video,
.single-special-section {
height: 200px;
}
.section-description {
width: 100%;
}
.no-indicator .droopmenu-indicator {
display: inline-block !important;
}
.droopmenu-extra .droopmenu li a .droopmenu-indicator {
position: absolute;
text-align: center;
height: 100%;
width: 100%;
line-height: 60px;
z-index: 10;
left: 0;
top: 0;
}
.droopmenu-extra .droopmenu li a .droopmenu-indicator em {
opacity: 0;
}
}
@media all and (max-width: 600px) {
.product-gallery-slider {
margin-bottom: 30px;
}
.promotion-img-side,
.promotion-video,
.single-special-section {
height: auto;
margin-bottom: 20px;
}
.carousel-item {
height: 200px;
}
.user-nav {
width: auto;
height: auto;
background: none;
}
.user-nav > a {
color: #fff !important;
}
.language-switcher > a,
.currency-switcher > a,
.language-switcher span,
.currency-switcher span {
color: #fff !important;
}
.logo,
.search-header {
text-align: center;
margin-bottom: 10px;
}
footer#Main {
text-align: center;
}
.fz48 {
font-size: 28px !important;
}
.w-50 {
width: 100% !important;
}
.wow {
animation: none;
visibility: visible !important;
}
}
.fa-long-arrow-alt-left:before {
content: "\f30b" !important;
}
.fa-long-arrow-alt-right:before {
content: "\f30a" !important;
}
button.add-to-cart-btn.text-white.w-auto.rounded10.px-5.mt-5.ml-3 {
margin-left: 0 !important;
margin-right: 1em;
} | public/web/v1/css/en.css | html {
scroll-behavior: smooth;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.box-shadow {
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.rounded10 {
border-radius: 10px !important;
}
.rounded25 {
border-radius: 25px !important;
}
.rounded30 {
border-radius: 30px !important;
}
.rounded50 {
border-radius: 50px !important;
}
.text-white {
color: #fff !important;
}
.text-gray {
color: #707070 !important;
}
.text-lightgray {
color: #707070 !important;
}
.text-color1 {
color: #421160 !important;
}
.text-green {
color: #009422 !important;
}
.text-red {
color: #FF2E2E !important;
}
.text-color2 {
color: #CEB273 !important;
}
.bg-color1 {
background: #421160 !important;
}
.bg-color2 {
background: #CEB273 !important;
}
.font-weight-simiBold {
font-weight: 600 !important;
}
.fz40 {
font-size: 40px !important;
}
.fz38 {
font-size: 38px !important;
}
.fz30 {
font-size: 30px !important;
}
.fz28 {
font-size: 28px !important;
}
.fz25 {
font-size: 25px !important;
}
.fz22 {
font-size: 22px !important;
}
.fz20 {
font-size: 20px !important;
}
.fz18 {
font-size: 18px !important;
}
.fz17 {
font-size: 17px !important;
}
.fz16 {
font-size: 16px !important;
}
.fz15 {
font-size: 15px !important;
}
.fz14 {
font-size: 14px !important;
}
body {
font-family: 'Cairo', sans-serif, tahoma, sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #F3F3F3;
}
.center {
text-align: center !important;
margin: auto !important;
}
.no-padding {
padding: 0 !important;
}
a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-decoration: none !important;
font-family: 'Cairo', sans-serif, tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cairo', sans-serif, tahoma, sans-serif !important;
}
* {
outline: 0 !important;
}
/*************************************************/
/* Custom */
/*************************************************/
.modal .modal-content {
background: none !important;
border: none;
}
.modal .modal-header {
border-bottom: 0;
}
.modal .modal-header .close {
color: white;
box-shadow: none;
text-shadow: none;
background: #421160;
opacity: 1;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
}
.modal .modal-body {
background: none !important;
border-radius: 30px;
overflow: hidden;
box-shadow: -1px 10px 13px #150f0f36;
}
.menu-logo {
background: #FEFEFF;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.search-header {
position: relative;
width: 100%;
}
.search-header .form-control {
background: #F3F3F3;
border-radius: 10px;
box-shadow: none;
border: none;
height: 45px;
}
.search-header .search-btn {
position: absolute;
right: 10px;
top: 10px;
border: none;
background: none;
color: #421160;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.search-header .search-btn:hover {
color: #CEB273;
}
.language-switcher:before {
content: '';
width: 1px;
height: 25px;
background: rgba(112, 112, 112, 0.49);
display: inline-block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.language-switcher:after {
content: '';
width: 1px;
height: 25px;
background: rgba(112, 112, 112, 0.49);
display: inline-block;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.language-switcher,
.currency-switcher {
position: relative;
}
.language-switcher a,
.currency-switcher a,
.language-switcher span,
.currency-switcher span {
color: #707070 !important;
font-weight: 700 !important;
font-size: 15px !important;
}
.language-switcher a i,
.currency-switcher a i,
.language-switcher span i,
.currency-switcher span i,
.language-switcher a img,
.currency-switcher a img,
.language-switcher span img,
.currency-switcher span img {
margin-left: 8px;
}
.currency-switcher {
margin-right: 20px !important;
}
.currency-switcher img {
width: 35px;
}
.currency-switcher ul li img {
float: right;
}
.currency-switcher:after {
content: '';
width: 1px;
height: 25px;
background: rgba(112, 112, 112, 0.49);
display: inline-block;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.user-nav {
background: #F0EDF4;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
}
.user-nav li {
text-align: left;
}
.user-nav li a,
.user-nav li span {
font-size: 15px !important;
}
.droopmenu-extra li i {
font-size: 18px;
margin-top: -4px;
}
.no-indicator .droopmenu-indicator {
display: none !important;
}
/****************************
======== Main Home Slider =========
****************************/
.carousel-indicators li {
width: 12px;
height: 12px;
border-radius: 50%;
}
.carousel-item {
border-radius: 30px;
height: 500px;
overflow: hidden;
}
.carousel-item img {
height: auto;
min-height: 100%;
}
.google-maps {
position: relative;
padding-bottom: 15%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.lazy {
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.lazy.loaded {
opacity: 1;
}
.slick-slide {
outline: 0 !important;
}
.slick-next {
right: -25px;
}
.slick-prev {
left: -35px;
}
.slick-prev,
.slick-next {
width: 30px;
height: 30px;
background: #BFB1C8;
border-radius: 50%;
color: #421160;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: none;
cursor: pointer;
outline: 0 !important;
position: absolute;
z-index: 9;
top: 50%;
transform: translateY(-50%);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
background: #CEB273;
color: #421160;
}
ul.slick-dots {
display: block;
list-style-type: none;
text-align: center;
margin-top: 1em;
}
ul.slick-dots li {
display: inline-block;
}
ul.slick-dots li button {
width: 12px;
margin: 5px;
height: 12px;
border-radius: 50%;
background: #CEB273;
border: none;
text-indent: -9999px;
outline: 0;
}
ul.slick-dots li.slick-active button {
background: #421160;
}
.common-wrapper {
padding: 4em 0;
}
.section-title {
margin-bottom: 2em;
}
.section-title span,
.section-title .main-title {
font-size: 22px;
color: #707070;
font-weight: 700;
display: inline-block;
margin: 10px 0;
}
.section-title a {
color: #421160;
font-size: 16px;
font-weight: 600;
}
.section-title a:hover {
color: #CEB273;
}
.section-description {
color: #707070;
font-size: 18px;
font-weight: 600;
width: 50%;
margin: 1em auto;
}
.head-title {
color: #421160;
font-size: 30px;
font-weight: bold;
}
/****************************
======== Brands =========
****************************/
.single-brand {
background: rgba(206, 178, 115, 0.14);
border-radius: 13px;
display: flex !important;
margin: 0 10px;
height: 200px;
}
.single-brand img {
margin: auto;
width: auto;
height: auto;
padding: 20px;
}
/****************************
======== Features =========
****************************/
.single-feature {
text-align: center;
margin-bottom: 30px;
}
.single-feature .icon {
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
margin: 0 auto 20px;
background: #421160;
display: flex;
flex-direction: column;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-feature .icon img {
margin: auto;
max-width: 50%;
}
.single-feature .feature-title {
color: #421160;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.single-feature .feature-description {
color: #707070;
font-size: 15px;
font-weight: 600;
}
.single-feature:hover .icon {
box-shadow: 0 0 0 10px rgba(66, 17, 96, 0.9), 0 0 0 20px rgba(66, 17, 96, 0.2);
}
/****************************
======== Off-Canvas menu =========
****************************/
[data-trigger="#myOffcanvas"] * {
pointer-events: none !important;
}
.offcanvas-active {
overflow: hidden;
}
.overlay {
height: 100%;
width: 0%;
z-index: 1100;
margin-right: -100%;
top: 0;
right: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(66, 17, 96, 0.5);
position: absolute;
transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.overlay.show {
transition: opacity 0.5s ease, width 0s;
opacity: 1;
width: 100vw;
visibility: visible;
}
.screen-overlay {
width: 0%;
height: 100%;
z-index: 1100;
position: fixed;
top: 0;
right: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(66, 17, 96, 0.5);
transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
transition: opacity 0.5s ease, width 0s;
opacity: 1;
width: 100%;
visibility: visible;
}
.review-sidebar-wrapper {
position: relative;
}
.single-product-page-wrapper {
overflow: hidden;
}
.review-section-wrapper {
overflow: hidden;
min-height: 500px;
}
#reviewPanel {
box-shadow: 28px 0px 57px -61px black;
background: #F3F3F3;
text-align: left;
padding: 2em 1em;
position: absolute;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: auto;
transform: translateX(-100%);
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#reviewPanel.show {
visibility: visible;
transform: translateX(0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.write-review .form-control {
border-radius: 11px;
box-shadow: none;
padding: 1em;
}
.write-review .form-control:focus {
box-shadow: inset 0 0 0 1px #421160;
}
.offcanvas {
width: 450px;
visibility: hidden;
transform: translateX(100%);
transition: all 0.5s;
border-radius: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
display: block;
position: fixed;
top: 0;
right: 0;
max-width: 100%;
height: 100%;
z-index: 1200;
background-color: #F3F3F3;
overflow: hidden;
}
.offcanvas#reviewPanel {
position: absolute;
right: auto;
left: 0;
}
.offcanvas .wrapper {
position: relative;
}
.offcanvas .wrapper header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 888;
background: #F3F3F3;
border-bottom-color: #70707086 !important;
}
.offcanvas .wrapper footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 888;
background: #FFFFFF;
box-shadow: 0px -3px 10px #0000000D;
text-align: center;
padding: 20px;
}
.offcanvas .wrapper .inner-items {
width: 100%;
height: 100%;
position: fixed;
overflow-x: hidden;
overflow-y: scroll;
padding: 5rem 0;
}
.offcanvas.show {
visibility: visible;
transform: translateX(0);
transition: transform 0.5s;
}
.offcanvas .btn-close {
position: absolute;
left: 15px;
top: 15px;
}
/****************************
======== Aside Cart =========
****************************/
.single-cart-item {
border-bottom: 1px solid rgba(112, 112, 112, 0.25);
padding: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-cart-item .item-thumb {
width: 100px;
height: 100px;
overflow: hidden;
text-align: center;
}
.single-cart-item .item-thumb img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
.single-cart-item .item-info .item-title {
font-size: 16px;
color: #707070;
font-weight: bold;
}
.single-cart-item .item-info .item-title a {
color: #707070;
}
.single-cart-item .delete-item {
border: none;
background: none;
color: #707070;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-cart-item .delete-item:hover {
color: #FF2E2E;
}
.single-cart-item .price-per-item {
color: #707070;
font-size: 13px;
font-weight: 600;
margin: 10px 0;
}
.single-cart-item .total-item-price {
color: #421160;
font-size: 13px;
font-weight: 700;
}
.single-cart-item:hover a {
color: #CEB273 !important;
}
/****************************
======== Input number =========
****************************/
.item-quantity {
color: #421160;
font-weight: bold;
font-size: 14px;
}
.item-quantity span {
color: #707070;
margin-right: 10px;
}
.increment-item-quantity {
border: 1px solid #C4C4C4;
border-radius: 3px;
}
.increment-item-quantity input[type="button"] {
-webkit-appearance: button;
cursor: pointer;
}
.increment-item-quantity input::-webkit-outer-spin-button,
.increment-item-quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.increment-item-quantity .input-group {
clear: both;
margin: 0;
position: relative;
}
.increment-item-quantity .input-group input[type='button'] {
min-width: 20px;
width: auto;
transition: all 300ms ease;
border: 0;
background: none;
}
.increment-item-quantity .input-group .button-minus,
.increment-item-quantity .input-group .button-plus {
font-weight: bold;
height: auto;
align-self: baseline;
padding: 0;
width: 25px;
position: relative;
}
.increment-item-quantity .input-group .quantity-field {
position: relative;
height: 25px;
right: 0;
text-align: center;
width: 32px;
display: inline-block;
font-size: 13px;
margin: 0 0;
resize: vertical;
border: 0;
background: #F3F3F3;
}
.increment-item-quantity .button-plus {
right: 0;
}
.increment-item-quantity input[type="number"] {
-moz-appearance: textfield !important;
-webkit-appearance: none;
}
/****************************
======== Payment methods =========
****************************/
.payment-methods ul {
height: 40px;
justify-content: space-evenly;
display: flex;
flex-wrap: wrap;
}
.payment-methods ul li {
height: 100%;
margin: 10px;
}
.payment-methods ul li img {
height: 100%;
width: auto;
}
.radio_selection label {
margin: 10px 0;
}
.payment-methods-options label {
font-weight: bold !important;
cursor: pointer;
}
.payment-methods-options label img {
height: 20px;
width: auto;
margin-left: 10px;
margin-top: -10px;
}
/****************************
======== Home Sections =========
****************************/
.single-section-item {
background: #E5E1E7;
margin-right: 10px;
border-radius: 15px;
text-align: center;
display: flex !important;
flex-direction: column;
width: 100%;
height: 100%;
padding: 10px;
min-height: 250px;
justify-content: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-section-item .item-icon {
width: 70px;
height: 70px;
margin: 0 auto;
overflow: hidden;
}
.single-section-item .item-icon img {
width: auto;
max-width: 100%;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-section-item .item-title {
font-size: 18px;
margin-top: 2em;
}
.single-section-item .item-title a {
color: #421160;
display: block;
}
.single-section-item .item-title a:hover {
color: #CEB273;
}
.single-section-item:hover {
background: #421160;
}
.single-section-item:hover a {
color: #CEB273;
}
.single-section-item:hover img {
filter: invert(100%);
-webkit-filter: invert(100%);
}
/****************************
======== Home Promotions =========
****************************/
.promotion-img-side {
width: 100%;
height: 350px;
overflow: hidden;
border-radius: 30px;
}
.promotion-img-side img {
width: 100%;
height: auto;
min-height: 100%;
}
.promotion-video {
width: 100%;
height: 350px;
overflow: hidden;
border-radius: 30px;
position: relative;
}
.promotion-video img {
width: 100%;
height: auto;
min-height: 100%;
}
.promotion-video:after {
content: '';
width: 100%;
height: 100%;
background: rgba(66, 17, 96, 0.51);
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.promotion-video i {
position: absolute;
right: 0;
left: 0;
margin: auto;
width: 50px;
height: 50px;
text-align: center;
z-index: 8;
color: #fff;
font-size: 50px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.promotion-video:hover i {
transform: translateY(-50%) rotate(-360deg);
color: #421160;
}
.single-promotion-img {
width: 100%;
border-radius: 30px;
}
.single-special-section {
position: relative;
border-radius: 30px;
overflow: hidden;
height: 350px;
margin-bottom: 30px;
}
.single-special-section .section-img {
height: 100%;
width: 100%;
}
.single-special-section img {
width: 100%;
height: auto;
min-height: 100%;
}
.single-special-section:after {
content: '';
width: 100%;
height: 100%;
background: rgba(66, 17, 96, 0.51);
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.single-special-section .section-title {
position: absolute;
margin: auto;
z-index: 99;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center;
}
.single-special-section .section-title a {
color: #fff;
font-size: 30px;
}
/****************************
======== Home Products =========
****************************/
.add-to-fav.active i:before {
font-weight: 900;
}
.slick-track {
display: flex;
}
.slick-slide {
margin: 0 10px;
height: auto !important;
}
.single-product {
background: #DCD6E0;
border-radius: 13px;
overflow: hidden;
position: relative;
padding-top: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: flex !important;
flex-direction: column;
margin-bottom: 30px;
width: 100%;
align-self: stretch;
}
.single-product .add-to-fav {
position: absolute;
top: 14px;
left: 14px;
width: 35px;
height: 35px;
background: hsla(277, 70%, 22%, 0.13);
color: #421160;
text-align: center;
border-radius: 50%;
}
.single-product .add-to-fav a {
color: #421160;
font-size: 18px;
}
.single-product .add-to-fav a i {
margin-top: 8px;
}
.single-product .add-to-fav:hover i:before {
font-weight: 900;
}
.single-product .product-thumbnail {
margin: 0 auto;
width: 100%;
height: 150px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
text-align: center;
}
.single-product .product-thumbnail a {
display: block;
width: 100%;
height: 100%;
}
.single-product .product-thumbnail img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.single-product .item-title {
padding: 5px 15px;
}
.single-product .item-title a {
color: #421160;
font-weight: bold;
}
.single-product .rating {
padding: 5px 15px;
}
.single-product .item-title,
.single-product .rating,
.single-product .item-price {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
}
.single-product:hover .item-title,
.single-product:hover .rating,
.single-product:hover .item-price {
opacity: 0;
}
.single-product:hover .product-thumbnail {
height: 250px;
transform: translateY(50px);
margin-bottom: -100px;
z-index: 9;
}
.single-product.added-to-cart .add-to-cart-btn {
background: #BFB1C8;
color: #421160;
}
.search-categories {
position: relative;
margin: 20px 0;
}
.search-categories .form-control {
border-color: #919191;
background: #F3F3F3;
box-shadow: none !important;
}
.add-to-cart-btn {
width: 100%;
border: none;
font-size: 14px;
font-weight: bold;
color: #CEB273;
text-align: center;
background: #421160;
padding: 10px;
margin-top: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.add-to-cart-btn i {
margin-left: 15px;
}
.add-to-cart-btn:hover {
background: #CEB273;
color: #421160;
}
.item-price {
padding: 5px 15px;
margin-bottom: 15px;
}
.item-price .prices del {
color: #919191;
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
}
.item-price .prices span {
color: #FF2E2E;
font-size: 16px;
font-weight: bold;
}
.item-price .discount {
font-size: 14px;
color: #FF2E2E;
font-weight: bold;
background: hsla(0, 100%, 59%, 0.15);
border-radius: 30px;
align-self: flex-end;
padding: 0px 5px;
}
.add-rating {
display: inline-block;
position: relative;
}
.add-rating .rating-input {
display: none;
}
.add-rating:hover .rating-star:hover,
.add-rating:hover .rating-star:hover ~ .rating-star,
.add-rating .rating-input:checked ~ .rating-star {
background-position: 100% 0;
}
.add-rating .rating-star,
.add-rating:hover .rating-star {
cursor: pointer;
float: left;
display: block;
margin-left: 3px;
width: 37px;
height: 34px;
background: url(../images/stars.png) 100% -34px;
}
.rating i {
color: #CEB273;
}
.rating i.empty {
color: #9d9d9d;
}
.rating.purple i {
color: #421160;
}
.rating.purple i.empty {
color: hsla(277, 70%, 22%, 0.25);
}
.rating-progress {
padding: 1em 2em;
}
.overall-rating {
color: #421160;
}
.overall-rating .total-avg {
font-size: 40px;
font-weight: bold;
}
.overall-rating .single-progress {
display: flex;
}
.overall-rating .single-progress .progress {
width: 70%;
margin: auto;
background: none;
height: 4px;
flex-direction: row-reverse;
}
.overall-rating .single-progress .progress-bar {
background: #421160;
border-radius: 10px !important;
}
.overall-rating .single-progress span {
font-weight: bold;
font-size: 20px;
min-width: 50px;
}
.overall-rating .single-progress .step-number {
float: left;
}
.overall-rating .single-progress .step-rate {
float: right;
}
.ovh {
overflow: hidden;
}
.btn-dark {
background: black;
color: white;
font-size: 20px;
padding: 2px 20px;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-dark:hover {
background: #CEB273;
color: #421160;
box-shadow: inset 0 0 0 2px white;
}
.btn-white {
background: white;
color: #CEB273;
font-size: 14px;
padding: 7px 20px;
border-radius: 20px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-white:hover {
background: none;
color: white;
box-shadow: inset 0 0 0 1px white;
}
.btn-white-outlined {
box-shadow: inset 0 0 0 2px white;
background: none;
color: #CEB273;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-white-outlined:hover {
background: white;
color: #CEB273;
}
.btn-color2 {
background: #CEB273;
color: #ffffff;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-color2:hover {
background: none;
color: #CEB273;
box-shadow: inset 0 0 0 1px #CEB273;
}
.btn-color1 {
background: #421160;
color: #ffffff;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-color1:hover {
background: none;
color: #421160;
box-shadow: inset 0 0 0 1px #421160;
}
.btn-color1-outlined {
box-shadow: inset 0 0 0 1px #421160;
background: none;
color: #421160 !important;
font-size: 16px;
padding: 5px 20px;
border-radius: 11px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-color1-outlined:hover {
background: #421160;
color: #fff !important;
}
/****************************
======== Products Filters =========
****************************/
.products-filters {
background: #fff;
border-radius: 13px;
padding: 15px;
margin-bottom: 30px;
}
.products-filters label {
color: #919191;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.products-filters .custom-control {
margin-bottom: 5px;
}
.custom-control-label::before {
box-shadow: none !important;
border: #919191 solid 1px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #421160;
background-color: #421160;
}
.single-filter {
margin: 15px 0;
}
/****************************
======== Footer =========
****************************/
footer#Main {
background: #CEB273;
font-size: 16px;
position: relative;
margin-top: 10rem;
}
footer#Main:before {
content: "";
display: block;
height: 100px;
background: linear-gradient(to top left, #ceb273 0%, #ceb273 calc(50% - 0.8px), #ceb273 50%, #f3f3f3 calc(50% + 0.8px), #f3f3f3 100%);
}
footer#Main .footer-content {
background: #421160;
border-radius: 20px;
padding: 2.5em;
margin-top: -10rem;
color: #CEB273;
line-height: 2;
}
footer#Main .footer-content a {
color: #CEB273;
}
footer#Main .footer-content a:hover {
color: #fff;
}
footer#Main .footer-logo {
width: 150px;
}
footer#Main h5 {
color: #fff;
font-size: 20px;
margin-bottom: 15px;
}
footer#Main .footer-social i {
width: 25px;
height: 25px;
border-radius: 8px;
border: 1px solid #CEB273;
text-align: center;
padding-top: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
footer#Main .footer-social i:hover {
background: #CEB273;
color: #421160;
}
footer#Main .subscribe-form {
position: relative;
margin-bottom: 10px;
margin-top: 10px;
}
footer#Main .subscribe-form .form-control {
height: 40px;
border-radius: 11px;
border: 2px solid #CEB273;
box-shadow: none;
background: #421160;
padding-left: 110px;
color: #CEB273;
}
footer#Main .subscribe-form ::placeholder {
color: #CEB273;
}
footer#Main .subscribe-form button {
border-radius: 11px;
width: 100px;
height: 100%;
color: #421160;
background: #CEB273;
border: none;
position: absolute;
left: 0;
top: 0;
font-weight: 700;
}
footer#Main .copyrights {
padding: 15px 0;
}
footer#Main .copyrights p {
color: #421160;
margin: 0;
}
footer#Main .copyrights p a {
color: #421160;
}
.go-top {
position: fixed;
bottom: 2em;
left: 2em;
text-decoration: none;
background: #CEB273;
color: white;
font-size: 12px;
padding: 1em 1.3em;
display: none;
border: 1px solid rgba(0, 0, 0, 0.32);
border-radius: 5px;
z-index: 999999999;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.go-top i {
color: #fff;
}
.go-top:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.pagination .page-link {
background: none;
border: 1px solid #CEB273;
color: #421160;
border-radius: 0 !important;
margin: 4px;
}
.pagination .page-link:hover {
background: #421160;
color: #fff;
}
#return-to-top {
position: fixed;
bottom: 20px;
left: 20px;
background: #000000;
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
.breadcrumb {
background: none;
}
.breadcrumb li {
color: #919191;
font-size: 16px;
font-weight: 600;
}
.breadcrumb li a {
color: #919191;
font-weight: 600;
}
/****************************
======== forms-page-wrapper =========
****************************/
.forms-page-wrapper .form-group {
margin-bottom: 15px;
}
.forms-page-wrapper .form-group > label {
display: block;
margin-bottom: 10px;
}
.forms-page-wrapper label {
color: #707070;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.forms-page-wrapper .form-control {
border: none;
box-shadow: none;
min-height: 45px;
border-radius: 10px;
}
.forms-page-wrapper .form-control:focus {
box-shadow: inset 0 0 0 1px #421160;
}
/****************************
======== Single product page =========
****************************/
.single-product-page-wrapper .item-title {
color: #421160;
font-size: 22px;
margin: 7px 0;
}
.single-product-page-wrapper .item-title a {
color: #421160;
display: block;
}
.single-product-page-wrapper .item-title a:hover {
color: #CEB273;
}
.single-product-page-wrapper .item-description {
color: #707070;
font-size: 14px;
margin: 10px 0;
}
.single-product-page-wrapper .slider-nav .item {
border-radius: 7px;
overflow: hidden;
border: 1px solid #421160;
margin: 0 3px;
cursor: pointer;
}
.single-product-page-wrapper .slider-nav .slick-current {
position: relative;
}
.single-product-page-wrapper .slider-nav .slick-current:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: hsla(277, 70%, 22%, 0.3);
}
.add-to-fav {
width: 35px;
height: 35px;
background: hsla(277, 70%, 22%, 0.13);
color: #421160;
text-align: center;
border-radius: 50%;
}
.add-to-fav a {
color: #421160;
font-size: 18px;
}
.add-to-fav a i {
margin-top: 8px;
}
.add-to-fav:hover i:before {
font-weight: 900;
}
.availability {
font-size: 14px;
}
.sizing-options label,
.empty-radio-btn label {
display: inline-block;
border-radius: 3px;
border: solid 1px #919191;
background: #F2F2F2;
font-size: 14px;
color: #919191;
padding: 5px;
margin-right: 5px;
cursor: pointer;
}
.sizing-options input[type="radio"],
.empty-radio-btn input[type="radio"] {
display: none;
}
.sizing-options input[type="radio"]:checked + label,
.empty-radio-btn input[type="radio"]:checked + label {
border: solid 1px #421160;
background: #421160;
color: #fff;
}
.white-radios label {
background: #fff;
border-radius: 15px;
font-weight: 600;
}
.coloring-options label {
width: 25px;
height: 25px;
border-radius: 5px;
margin-right: 6px;
cursor: pointer;
}
.coloring-options span {
width: 100%;
height: 100%;
border-radius: 5px;
display: inline-block;
}
.coloring-options input[type="radio"] {
display: none;
}
.coloring-options input[type="radio"]:checked + label {
box-shadow: 0 3px 6px 0 #6e6e6e;
}
.badged-title {
color: #421160;
font-size: 18px;
font-weight: bold;
padding: 20px 0;
}
.badged-title .badge {
border-radius: 50%;
background: #421160;
color: #fff;
padding: 5px;
width: 30px;
height: 30px;
font-size: 18px;
}
.radio-content {
display: none;
margin-top: 2em;
padding: 1em;
border: 1px solid lightgray;
}
.radio-content img {
max-width: 100%;
}
/****************************
======== Loader =========
****************************/
#loader {
position: fixed;
top: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: #421160;
z-index: 9999;
flex-direction: column;
}
.lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ripple div {
position: absolute;
border: 4px solid #fff;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
top: 36px;
right: 36px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
right: 0px;
width: 72px;
height: 72px;
opacity: 0;
}
}
/****************************
======== Sections page =========
****************************/
.sections-page-wrapper .promotion-video {
height: 300px;
}
.single-best-brand {
height: 150px;
overflow: hidden;
border-radius: 30px;
margin-bottom: 30px;
}
.single-best-brand img {
width: 100%;
height: auto;
min-height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-best-brand:hover img {
filter: brightness(0.8);
}
.section-banner {
border-radius: 30px;
overflow: hidden;
-webkit-background-size: cover;
background-size: cover;
padding: 2em 6em;
min-height: 200px;
color: #fff;
margin: 0 15px;
}
.section-banner.gradient-overlay {
position: relative;
}
.section-banner.gradient-overlay:before {
content: '';
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(66, 17, 96, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3421160', GradientType=0);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.banner-section-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
}
.banner-section-description {
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
}
.product-navs {
padding: 0 30px;
}
.product-navs .nav-tabs {
width: auto;
display: inline-block;
border: none !important;
}
.product-navs .nav-tabs li {
display: inline-block;
background: none;
margin: 0 !important;
border: none !important;
}
.product-navs .nav-tabs li a {
padding: 25px 15px;
margin: 0 25px;
color: #919191;
font-weight: bold;
border: none !important;
}
.product-navs .nav-tabs li a.active {
background: none !important;
color: #421160 !important;
box-shadow: inset 0 -3px 0 0 #421160;
}
.product-navs .nav-tabs li:hover a {
background: none !important;
color: #421160 !important;
box-shadow: inset 0 -3px 0 0 #421160;
}
.tab-content {
padding: 2em 0;
}
.single-user-review {
padding: 10px 0;
border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
.single-user-review:first-child {
padding-top: 0;
}
.single-user-review .rating i {
font-size: 12px;
}
.single-user-review .user-review {
font-size: 14px;
font-weight: 600;
margin: 10px 0;
}
.product-specs-list {
margin-top: 2em;
}
.product-specs-list li {
color: #421160;
font-size: 16px;
font-weight: bold;
padding: 10px 55px;
margin: 5px 0;
border-radius: 8px;
}
.product-specs-list li:nth-child(odd) {
background: hsla(277, 70%, 22%, 0.1);
}
.product-specs-list li span {
width: 30%;
display: inline-block;
}
/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
.carousel-item {
height: 400px;
}
.promotion-img-side,
.promotion-video,
.single-special-section {
height: 280px;
}
}
@media all and (max-width: 768px) {
.product-navs .nav-tabs li a {
margin: 0;
}
.rating-progress {
padding: 1em 0;
}
.menu-logo {
position: relative;
}
body {
margin-top: 0 !important;
}
.carousel-item {
height: 250px;
}
.promotion-img-side,
.promotion-video,
.single-special-section {
height: 200px;
}
.section-description {
width: 100%;
}
.no-indicator .droopmenu-indicator {
display: inline-block !important;
}
.droopmenu-extra .droopmenu li a .droopmenu-indicator {
position: absolute;
text-align: center;
height: 100%;
width: 100%;
line-height: 60px;
z-index: 10;
left: 0;
top: 0;
}
.droopmenu-extra .droopmenu li a .droopmenu-indicator em {
opacity: 0;
}
}
@media all and (max-width: 600px) {
.product-gallery-slider {
margin-bottom: 30px;
}
.promotion-img-side,
.promotion-video,
.single-special-section {
height: auto;
margin-bottom: 20px;
}
.carousel-item {
height: 200px;
}
.user-nav {
width: auto;
height: auto;
background: none;
}
.user-nav > a {
color: #fff !important;
}
.language-switcher > a,
.currency-switcher > a,
.language-switcher span,
.currency-switcher span {
color: #fff !important;
}
.logo,
.search-header {
text-align: center;
margin-bottom: 10px;
}
footer#Main {
text-align: center;
}
.fz48 {
font-size: 28px !important;
}
.w-50 {
width: 100% !important;
}
.wow {
animation: none;
visibility: visible !important;
}
}
.fa-long-arrow-alt-left:before {
content: "\f30b" !important;
}
.fa-long-arrow-alt-right:before {
content: "\f30a" !important;
}
button.add-to-cart-btn.text-white.w-auto.rounded10.px-5.mt-5.ml-3 {
margin-left: 0 !important;
margin-right: 1em;
} | 0.351645 | 0.081849 |
@media screen and (max-width: 48em) {
/* -- L*568px -- */
@media (min-height: 35em) {
.results {
margin: 1.5em auto;
}
.keypads {
margin-top: 1em;
}
input {
height: 40px;
}
.saved {
font-size: 0.65em;
}
}
/* -- L*730px -- */
@media (min-height: 45em) {
.results {
margin: 1.5em auto;
}
.keypads {
margin-top: 1.5em;
}
.saved {
font-size: 0.7em;
}
}
/* -- L*800px -- */
@media (min-height: 50em) {
input {
font-size: 1.2;
}
.results {
font-size: 1.7em;
margin: 2em auto;
}
.keypads {
margin-top: 2em;
}
.saved {
font-size: 0.5em;
}
}
}
/* ≥ 768px */
@media screen and (min-width: 48em) {
/* On big screen, fix map&weapon Selectors on top corners */
.mapSelector {
position: fixed;
top: 0;
right: 1em;
}
.weaponSelector {
position: fixed;
top: 0;
left: 1em;
}
.mortar_selector {
height: 35px;
width: 75px;
}
.mortar_selector_classic {
background: url("../img/icons/classic_mortar.png") no-repeat scroll 23px 5px transparent;
}
.mortar_selector_technical {
background: url("../img/icons/technical_mortar.png") no-repeat scroll 8px 2px transparent;
}
.footer {
visibility: visible;
}
.select2-container {
float: right;
min-width: 150px;
font-size: 0.8em;
right: 0;
}
.switch-field {
float: left;
}
.coord img {
width: 45px;
height: 45px;
}
/* -- L*560px -- */
@media (min-height: 35em) {
.content {
font-size: 25px;
padding-top: 3em;
}
input {
height: 60px;
}
}
/* -- L*730px -- */
@media (min-height: 45em) {
.content {
padding-top: 3em;
}
input {
height: 70px;
}
}
/* -- L*800px -- */
@media (min-height: 50em) {
.content {
font-size: 30px;
}
}
}
/* ≥ 992px */
@media screen and (min-width: 62em) {
.select2-container {
min-width: 196px;
font-size: 1em;
}
}
/* ≥ 1200px */
@media screen and (min-width: 62em) {
.select2-container {
max-width: 230px;
}
}
/* ≥ 1400px */
@media screen and (min-width: 87.5em) {
.select2-container {
min-width: 220px;
max-width: 270px;
font-size: 1.2em;
}
.select2-results__options {
font-size: 1em;
}
}
/*
* -- HEIGHT ADJUSTMENTS
*
*/
/* -- L*568px -- */
@media (min-height: 35em) {
.select2-results__options {
max-height: 370px!important;
}
}
/* -- L*730px -- */
@media (min-height: 45em) {
.select2-results__options {
max-height: 570px!important;
line-height: 1em;
}
}
/* -- L*800px -- */
@media (min-height: 50em) {
.select2-results__options {
max-height: 700px!important;
}
}
/* -- L*960px -- */
@media (min-height: 60em) {
.select2-results__options {
max-height: 700px!important;
}
}
/* -- L*1072px -- */
@media (min-height: 67em) {} | css/responsive.css | @media screen and (max-width: 48em) {
/* -- L*568px -- */
@media (min-height: 35em) {
.results {
margin: 1.5em auto;
}
.keypads {
margin-top: 1em;
}
input {
height: 40px;
}
.saved {
font-size: 0.65em;
}
}
/* -- L*730px -- */
@media (min-height: 45em) {
.results {
margin: 1.5em auto;
}
.keypads {
margin-top: 1.5em;
}
.saved {
font-size: 0.7em;
}
}
/* -- L*800px -- */
@media (min-height: 50em) {
input {
font-size: 1.2;
}
.results {
font-size: 1.7em;
margin: 2em auto;
}
.keypads {
margin-top: 2em;
}
.saved {
font-size: 0.5em;
}
}
}
/* ≥ 768px */
@media screen and (min-width: 48em) {
/* On big screen, fix map&weapon Selectors on top corners */
.mapSelector {
position: fixed;
top: 0;
right: 1em;
}
.weaponSelector {
position: fixed;
top: 0;
left: 1em;
}
.mortar_selector {
height: 35px;
width: 75px;
}
.mortar_selector_classic {
background: url("../img/icons/classic_mortar.png") no-repeat scroll 23px 5px transparent;
}
.mortar_selector_technical {
background: url("../img/icons/technical_mortar.png") no-repeat scroll 8px 2px transparent;
}
.footer {
visibility: visible;
}
.select2-container {
float: right;
min-width: 150px;
font-size: 0.8em;
right: 0;
}
.switch-field {
float: left;
}
.coord img {
width: 45px;
height: 45px;
}
/* -- L*560px -- */
@media (min-height: 35em) {
.content {
font-size: 25px;
padding-top: 3em;
}
input {
height: 60px;
}
}
/* -- L*730px -- */
@media (min-height: 45em) {
.content {
padding-top: 3em;
}
input {
height: 70px;
}
}
/* -- L*800px -- */
@media (min-height: 50em) {
.content {
font-size: 30px;
}
}
}
/* ≥ 992px */
@media screen and (min-width: 62em) {
.select2-container {
min-width: 196px;
font-size: 1em;
}
}
/* ≥ 1200px */
@media screen and (min-width: 62em) {
.select2-container {
max-width: 230px;
}
}
/* ≥ 1400px */
@media screen and (min-width: 87.5em) {
.select2-container {
min-width: 220px;
max-width: 270px;
font-size: 1.2em;
}
.select2-results__options {
font-size: 1em;
}
}
/*
* -- HEIGHT ADJUSTMENTS
*
*/
/* -- L*568px -- */
@media (min-height: 35em) {
.select2-results__options {
max-height: 370px!important;
}
}
/* -- L*730px -- */
@media (min-height: 45em) {
.select2-results__options {
max-height: 570px!important;
line-height: 1em;
}
}
/* -- L*800px -- */
@media (min-height: 50em) {
.select2-results__options {
max-height: 700px!important;
}
}
/* -- L*960px -- */
@media (min-height: 60em) {
.select2-results__options {
max-height: 700px!important;
}
}
/* -- L*1072px -- */
@media (min-height: 67em) {} | 0.318697 | 0.095013 |
.mainall{
background-color: #F8F9FD;
}
.bg{
width: 100%;
height: 4.6667rem;
position: relative;
}
.bg img{
width: 100%;
height: 4.6667rem;
}
.bgp{
position: absolute;
bottom: 0;
width:100%;
height:0.8rem;
line-height: 0.8rem;
background-color: rgba(92,116,147,1);
color: #fff;
font-size: 0.32rem;
padding:0 0.32rem;
}
.bgp p{
float: left;
}
.bgp1{
width:2.5rem;
}
.bgp .bgp3{
float: right;
}
.bgp2 {
width: 1.333rem;
height: 0.533rem;
line-height: 0.533rem;
margin-left: 1.4rem;
margin-top: 0.133rem;
background: rgba(219, 66, 82, 1);
font-weight: bold;
-webkit-border-radius: 0.0667rem;
-moz-border-radius: 0.0667rem;
border-radius: 0.0667rem;
}
.vs{
width: 100%;
height: 5rem;
background: url(../images/winbg_02.png) 0 0 no-repeat;
background-size: 100% 100%;
font-size: 0.373rem;
}
.vsl{
width:1.865rem;
height:3rem;
float: left;
margin-left: 1.4667rem;
margin-top: 0.8rem;
position: relative;
}
.win{
width: 0.96rem;
height: 1.06666rem;
position: absolute;
right: 0rem;
top: -0.4rem;
}
.win2 {
left: -0.4rem;
top: -0.4rem;
}
.vs .win img{
width: 0.96rem;
height: 1.06666rem;
}
.vsl img,.vsr img{
width:1.4133rem;
height: 1.4133rem;
border-radius: 50%;
overflow: hidden;
}
.red{
height: 0.5rem;
color:#DC4E5D;
margin-top: 0.18rem;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap
}
.vsl3{
margin-top: 0.4rem;
width:1.4667rem;
height:0.533rem ;
line-height: 0.533rem;
text-align: center;
color: #fff;
background: rgba(219,66,82,1);
-webkit-border-radius:0.0667rem;
-moz-border-radius:0.0667rem;
border-radius:0.0667rem;
}
.vsl4{
color: #8296b1;
width: 2.8rem;
height: 0.3733rem;
margin-left: -0.466rem;
overflow: hidden;
font-size: 0.28rem;
margin-top: 0.18rem;
}
.vsr .vsl3{
background: rgba(243,141,49,1);
}
.vsr{
width:1.865rem;
height:3rem;
float: right;
margin-right: 1.946rem;
margin-top: 0.8rem;
position: relative;
}
.vsr .red{
color: #5d6b7d;
}
.vsm{
float: left;
height: 3.44rem;
width: 2.05rem;
margin-top: 0.6rem;
margin-left: 0.4rem;
}
.vsm img{
width:1.33rem;
height:2.011rem ;
}
.vsmp{
width: 1.2rem;
height: 1.2rem;
text-align: center;
background: rgba(92,116,147,1);
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
margin-left:0.35rem;
margin-top: 0.24rem;
color: #fff;
position: relative;
}
.vsmp1{
position: absolute;
left:0.4rem;
top:0.15rem;
}
.foot{
height: 6.4rem;
background: rgba(248,249,253,1);
padding:0.4rem 0.33rem 0;
border-top: 1px solid #CCC;
font-size: 0.36rem;
}
.foot p{
color: #8296b1;
height: 0.6rem;
line-height: 0.6rem;
padding-left: 0.533rem;
}
.foot .red{
color: #db4252;
}
.foot .gz{
height: 0.666rem;
width: 1.5rem;
line-height: 0.666rem;
text-align: center;
margin-left: 0.533rem;
margin-top: 0.4rem;
color: #db4252;
border-bottom: 1px solid #ccc;
} | Public/Weixin/css/dingdan3.css | .mainall{
background-color: #F8F9FD;
}
.bg{
width: 100%;
height: 4.6667rem;
position: relative;
}
.bg img{
width: 100%;
height: 4.6667rem;
}
.bgp{
position: absolute;
bottom: 0;
width:100%;
height:0.8rem;
line-height: 0.8rem;
background-color: rgba(92,116,147,1);
color: #fff;
font-size: 0.32rem;
padding:0 0.32rem;
}
.bgp p{
float: left;
}
.bgp1{
width:2.5rem;
}
.bgp .bgp3{
float: right;
}
.bgp2 {
width: 1.333rem;
height: 0.533rem;
line-height: 0.533rem;
margin-left: 1.4rem;
margin-top: 0.133rem;
background: rgba(219, 66, 82, 1);
font-weight: bold;
-webkit-border-radius: 0.0667rem;
-moz-border-radius: 0.0667rem;
border-radius: 0.0667rem;
}
.vs{
width: 100%;
height: 5rem;
background: url(../images/winbg_02.png) 0 0 no-repeat;
background-size: 100% 100%;
font-size: 0.373rem;
}
.vsl{
width:1.865rem;
height:3rem;
float: left;
margin-left: 1.4667rem;
margin-top: 0.8rem;
position: relative;
}
.win{
width: 0.96rem;
height: 1.06666rem;
position: absolute;
right: 0rem;
top: -0.4rem;
}
.win2 {
left: -0.4rem;
top: -0.4rem;
}
.vs .win img{
width: 0.96rem;
height: 1.06666rem;
}
.vsl img,.vsr img{
width:1.4133rem;
height: 1.4133rem;
border-radius: 50%;
overflow: hidden;
}
.red{
height: 0.5rem;
color:#DC4E5D;
margin-top: 0.18rem;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap
}
.vsl3{
margin-top: 0.4rem;
width:1.4667rem;
height:0.533rem ;
line-height: 0.533rem;
text-align: center;
color: #fff;
background: rgba(219,66,82,1);
-webkit-border-radius:0.0667rem;
-moz-border-radius:0.0667rem;
border-radius:0.0667rem;
}
.vsl4{
color: #8296b1;
width: 2.8rem;
height: 0.3733rem;
margin-left: -0.466rem;
overflow: hidden;
font-size: 0.28rem;
margin-top: 0.18rem;
}
.vsr .vsl3{
background: rgba(243,141,49,1);
}
.vsr{
width:1.865rem;
height:3rem;
float: right;
margin-right: 1.946rem;
margin-top: 0.8rem;
position: relative;
}
.vsr .red{
color: #5d6b7d;
}
.vsm{
float: left;
height: 3.44rem;
width: 2.05rem;
margin-top: 0.6rem;
margin-left: 0.4rem;
}
.vsm img{
width:1.33rem;
height:2.011rem ;
}
.vsmp{
width: 1.2rem;
height: 1.2rem;
text-align: center;
background: rgba(92,116,147,1);
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
margin-left:0.35rem;
margin-top: 0.24rem;
color: #fff;
position: relative;
}
.vsmp1{
position: absolute;
left:0.4rem;
top:0.15rem;
}
.foot{
height: 6.4rem;
background: rgba(248,249,253,1);
padding:0.4rem 0.33rem 0;
border-top: 1px solid #CCC;
font-size: 0.36rem;
}
.foot p{
color: #8296b1;
height: 0.6rem;
line-height: 0.6rem;
padding-left: 0.533rem;
}
.foot .red{
color: #db4252;
}
.foot .gz{
height: 0.666rem;
width: 1.5rem;
line-height: 0.666rem;
text-align: center;
margin-left: 0.533rem;
margin-top: 0.4rem;
color: #db4252;
border-bottom: 1px solid #ccc;
} | 0.540681 | 0.071916 |
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,229e95+42,0c3a39+100 */
background: #ffe2aa; /* Old browsers */
background: -moz-linear-gradient(top, #ffe2aa 0%, #229e95 42%, #0c3a39 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe2aa 0%,#229e95 42%,#0c3a39 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe2aa 0%,#229e95 42%,#0c3a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2aa', endColorstr='#0c3a39',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
/*background: linear-gradient(to top, #ffe2aa 0%, #229e95 42%, #0c3a39 100%) fixed;
background: linear-gradient(to bottom, #ffe2aa 0%,#229e95 42%,#0c3a39 100%) fixed;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,2ccc4f+42,0c3a39+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,4fcc6a+42,0c3a39+100 */
background: #ffe2aa; /* Old browsers */
background: -moz-linear-gradient(top, #ffe2aa 0%, #4fcc6a 42%, #0c3a39 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2aa', endColorstr='#0c3a39',GradientType=0 ); /* IE6-9 */
background: linear-gradient(to top, #ffe2aa 0%, #4fcc6a 42%, #0c3a39 100%) fixed;
background: linear-gradient(to bottom, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%) fixed;
}
.navbar-custom {
background: #FCFFFE;
background-image: none;
border:none;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
text-decoration: none ! important;
text-shadow: none;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
height: 100px;
padding: 30px;
opacity: 0.8;
}
.navbar-custom-bottom{
background-color: #faf9eb;
background-image: none;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.btn-color {
background-image:none
}
.navbar-header a {
color: white;
}
.col-custom{
}
.thumbnail img {
max-height: 100%;
height: 180px;
padding: 10px;
width: 100%;
}
.navbar-brand {
font-family: Kaushan Script;
text-transform: none;
font-size: 300%;
text-align: center;
color: black;
}
.jumbotron {
background-color: #faf9eb;
color: #8d8d7f;
font-family: Helvetica;
opacity: 1;
border-radius: 0px;
text-align: center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.jumbotron-2 {
background-color: #faf9eb;
color: #8d8d7f;
font-family: Helvetica;
opacity: 1;
border-radius: 0;
border-radius: 0px;
height: 40%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.jumbotron-3 {
background-color: #faf9eb;
background: url('/images/jumboheader2.jpg') no-repeat center center;
background-size: cover;
filter: alpha(Opacity=90);
color: black;
font-family: Helvetica;
border-radius: 0;
width: 100%;
height: 200px;
padding: 0;
margin: 0px;
text-align: center;
display: block;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.jumbotron-3 h1 {
margin: 10px;
padding: 20px;
float: left;
opacity: 0.5;
}
.jumbocontainer {
width: 100%;
}
.btn-custom {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,0c3a39+100 */
background: linear-gradient(to top, #ffe2aa 0%, #4fcc6a 42%, #0c3a39 100%) fixed;
background: linear-gradient(to bottom, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%) fixed;
border-radius: 0;
border: 0;
}
.btn.sharp {
border-radius:0;
}
.thumbnail {
margin: 3px;
border-radius: 0px;
background-color: #faf9eb;
border: 0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.col-mainbutton {
opacity: 1;
}
.glyphicon {
font-size: 200%;
color: #8d8d7f;
margin-top: 10px;
padding-left: 10px;
}
.glyphicon a {
text-decoration: none;
}
.glyphcol {
margin-left: 10px;
}
.datWhiteClass {
}
.profile {
height: 100%;
background-color: #faf9eb;
margin-top: 10px;
opacity: 1;
}
.profile-list {
background-color: none;
background: none;
border: none;
}
.glyphicon-profile {
font-size: 800%;
text-align: bottom;
color:#faf9eb ;
opacity: 0.9;
float: right;
margin-top: 87px;
}
.profile-list h4 {
opacity: 0.5;
}
.list-challenges {
margin: 20px;
}
.list-challenges a {
margin: 5px;
}
.list-challenges ul {
border: 0;
background-color: #faf9eb;
}
.nav-tab-custom {
height: 30px;
background: white;
border-radius: 0;
padding: 10px;
}
.dropdown {
padding: 30px;
}
.active {
color: #4fcc6a;
}
#ChallengeAccepted {
}
#ChallengeAvailable {
color: #4fcc6a;
}
label {
text-align: center;
}
.profileView2 {
opacity: 0.5;
margin: 0;
padding: 0;
}
.panel-heading {
text-align: center;
}
.panel-body {
background: rgba(79, 204, 106, 0.7);
}
hr {
color:rgba(79, 204, 106, 1)
}
.glyphicon-controls {
margin: 10px;
padding: 0;
}
.container {
width: 100%;
}
.glyphicon-minus-sign {
color: #FF700E;
}
.stats-col{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
height: 300px;
background: rgba(79, 204, 106, 0.9);
}
.stats-col h1{
padding-top: 20px;
opacity: 0.5;
}
.statsglyph-custom {
font-size: 600%;
float: right;
padding-top: 80px;
} | public/styles/main.css | body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,229e95+42,0c3a39+100 */
background: #ffe2aa; /* Old browsers */
background: -moz-linear-gradient(top, #ffe2aa 0%, #229e95 42%, #0c3a39 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe2aa 0%,#229e95 42%,#0c3a39 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe2aa 0%,#229e95 42%,#0c3a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2aa', endColorstr='#0c3a39',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
/*background: linear-gradient(to top, #ffe2aa 0%, #229e95 42%, #0c3a39 100%) fixed;
background: linear-gradient(to bottom, #ffe2aa 0%,#229e95 42%,#0c3a39 100%) fixed;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,2ccc4f+42,0c3a39+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,4fcc6a+42,0c3a39+100 */
background: #ffe2aa; /* Old browsers */
background: -moz-linear-gradient(top, #ffe2aa 0%, #4fcc6a 42%, #0c3a39 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2aa', endColorstr='#0c3a39',GradientType=0 ); /* IE6-9 */
background: linear-gradient(to top, #ffe2aa 0%, #4fcc6a 42%, #0c3a39 100%) fixed;
background: linear-gradient(to bottom, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%) fixed;
}
.navbar-custom {
background: #FCFFFE;
background-image: none;
border:none;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
text-decoration: none ! important;
text-shadow: none;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
height: 100px;
padding: 30px;
opacity: 0.8;
}
.navbar-custom-bottom{
background-color: #faf9eb;
background-image: none;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.btn-color {
background-image:none
}
.navbar-header a {
color: white;
}
.col-custom{
}
.thumbnail img {
max-height: 100%;
height: 180px;
padding: 10px;
width: 100%;
}
.navbar-brand {
font-family: Kaushan Script;
text-transform: none;
font-size: 300%;
text-align: center;
color: black;
}
.jumbotron {
background-color: #faf9eb;
color: #8d8d7f;
font-family: Helvetica;
opacity: 1;
border-radius: 0px;
text-align: center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.jumbotron-2 {
background-color: #faf9eb;
color: #8d8d7f;
font-family: Helvetica;
opacity: 1;
border-radius: 0;
border-radius: 0px;
height: 40%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.jumbotron-3 {
background-color: #faf9eb;
background: url('/images/jumboheader2.jpg') no-repeat center center;
background-size: cover;
filter: alpha(Opacity=90);
color: black;
font-family: Helvetica;
border-radius: 0;
width: 100%;
height: 200px;
padding: 0;
margin: 0px;
text-align: center;
display: block;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.jumbotron-3 h1 {
margin: 10px;
padding: 20px;
float: left;
opacity: 0.5;
}
.jumbocontainer {
width: 100%;
}
.btn-custom {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,0c3a39+100 */
background: linear-gradient(to top, #ffe2aa 0%, #4fcc6a 42%, #0c3a39 100%) fixed;
background: linear-gradient(to bottom, #ffe2aa 0%,#4fcc6a 42%,#0c3a39 100%) fixed;
border-radius: 0;
border: 0;
}
.btn.sharp {
border-radius:0;
}
.thumbnail {
margin: 3px;
border-radius: 0px;
background-color: #faf9eb;
border: 0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.col-mainbutton {
opacity: 1;
}
.glyphicon {
font-size: 200%;
color: #8d8d7f;
margin-top: 10px;
padding-left: 10px;
}
.glyphicon a {
text-decoration: none;
}
.glyphcol {
margin-left: 10px;
}
.datWhiteClass {
}
.profile {
height: 100%;
background-color: #faf9eb;
margin-top: 10px;
opacity: 1;
}
.profile-list {
background-color: none;
background: none;
border: none;
}
.glyphicon-profile {
font-size: 800%;
text-align: bottom;
color:#faf9eb ;
opacity: 0.9;
float: right;
margin-top: 87px;
}
.profile-list h4 {
opacity: 0.5;
}
.list-challenges {
margin: 20px;
}
.list-challenges a {
margin: 5px;
}
.list-challenges ul {
border: 0;
background-color: #faf9eb;
}
.nav-tab-custom {
height: 30px;
background: white;
border-radius: 0;
padding: 10px;
}
.dropdown {
padding: 30px;
}
.active {
color: #4fcc6a;
}
#ChallengeAccepted {
}
#ChallengeAvailable {
color: #4fcc6a;
}
label {
text-align: center;
}
.profileView2 {
opacity: 0.5;
margin: 0;
padding: 0;
}
.panel-heading {
text-align: center;
}
.panel-body {
background: rgba(79, 204, 106, 0.7);
}
hr {
color:rgba(79, 204, 106, 1)
}
.glyphicon-controls {
margin: 10px;
padding: 0;
}
.container {
width: 100%;
}
.glyphicon-minus-sign {
color: #FF700E;
}
.stats-col{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
height: 300px;
background: rgba(79, 204, 106, 0.9);
}
.stats-col h1{
padding-top: 20px;
opacity: 0.5;
}
.statsglyph-custom {
font-size: 600%;
float: right;
padding-top: 80px;
} | 0.21305 | 0.089018 |
:root {
--primary: #dc5d4b;
--primary-alt: #700000;
--secondary: #A7DBE2;
--secondary-alt: #7CC7F9;
--white: #f9f4e7;
--black: #393939;
}
/*
RGB values for hex:
--primary: 220, 93, 75
--primary-alt: 112, 0, 0
--black: 57, 57, 57
*/
/* Global settings */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
background-color: var(--white);
color: var(--black);
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 1.8rem;
}
a,
a:link,
a:visited {
text-decoration: none;
color: var(--black);
}
/* Shared */
.section-container {
width: 80%;
margin: 0 auto;
}
.call-to-action {
display: block;
background-image: linear-gradient(to bottom, var(--primary), var(--primary-alt));
color: var(--white) !important;
padding: 1.4rem 2rem;
min-height: 3.6rem;
min-width: 40rem;
border-radius: 1.8rem;
text-align: center;
text-transform: uppercase;
box-shadow: 0 5px 9px rgba(57, 57, 57, .4);
transform: translateY(0);
transition: 0.5s all ease;
}
.call-to-action:hover {
transform: translateY(-3px);
}
/* Navigation */
.nav {
background-color: var(--primary);
}
.nav__list {
width: 100%;
list-style-type: none;
display: flex;
justify-content: space-around;
align-items: center;
}
.nav__list-item {
padding: 1.2rem 0;
}
.nav__link,
.nav__link:link,
.nav__link:visited {
color: var(--white);
text-transform: uppercase;
font-size: 2.2rem;
font-weight: 700;
width: 100%;
transition: .2s all ease;
}
.nav__link:hover,
.nav__link:link:hover,
.nav__link:visited:hover {
color: var(--primary-alt);
}
/* Header */
.header {
height: 64rem;
background-position: center;
background-size: cover;
background-image: linear-gradient(to bottom right, rgba(220, 93, 75, .6), rgba(112, 0, 0, .6)), url('../images/header.jpg');
display: flex;
justify-content: center;
align-items: center;
}
.header__container {
color: var(--white);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header__title {
font-size: 9.6rem;
line-height: 10.8rem;
font-family: 'Pacifico', cursive;
text-shadow: 4px 4px 0 var(--primary-alt);
margin-bottom: 1.2rem;
}
.header__subtitle {
font-size: 2.6rem;
line-height: 3.4rem;
color: var(--secondary-alt);
text-transform: uppercase;
}
/* Main */
.main {
padding-top: 9.6rem;
}
/* First section */
.vacations {
margin-bottom: 3.6rem;
}
.vacations__container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.vacations__container>* {
margin-bottom: 3.6rem;
}
.vacations__heading {
font-size: 4.2rem;
line-height: 5.4rem;
text-transform: uppercase;
color: var(--primary);
}
.vacations__image {
border: 6px solid transparent;
outline: 4px solid var(--primary-alt);
width: 640px;
}
.vacations__description {
width: 80%;
margin: 0 auto;
margin-bottom: 2.4rem;
}
/* Second section */
.product {
background-color: var(--primary);
margin-bottom: 7.2rem;
padding: 5.6rem 0;
}
.product__heading {
color: var(--white);
font-size: 4.2rem;
line-height: 5.4rem;
text-transform: uppercase;
text-align: center;
margin-bottom: 4.8rem;
}
.product__cards-container {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 2.4rem;
}
.product__card {
background-color: var(--white);
padding: 3.6rem;
margin: 0 1.2rem;
box-shadow: 4px 4px 9px rgba(57, 57, 57, .4);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.product__icon {
font-size: 5.6rem;
color: var(--primary-alt);
margin-bottom: 1.6rem;
}
.product__card-heading {
font-size: 2.8rem;
line-height: 3.2rem;
margin-bottom: 1.4rem;
}
.product__card-description {
text-align: center;
}
/* Third section */
.slogan {
margin-bottom: 7.2rem;
}
.slogan__container {
display: flex;
align-items: center;
flex-direction: column;
}
.slogan__heading {
font-size: 4.2rem;
line-height: 5.4rem;
text-transform: uppercase;
color: var(--primary);
text-align: center;
margin-bottom: 4.8rem;
}
/* Footer */
.footer {
background-color: var(--secondary-alt);
color: var(--white);
padding: 3.6rem 0;
}
.footer__container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
width: 40%;
}
.footer__column {
width: 50%;
}
.footer__list {
list-style-type: none;
}
.footer__list-item {
margin-bottom: 1.8rem;
}
.footer__link,
.footer__link:link,
.footer__link:visited {
font-size: 2.4rem;
color: var(--white);
text-transform: uppercase;
transition: 0.2s all ease;
}
.footer__link:hover,
.footer__link:link:hover,
.footer__link:visited:hover {
color: var(--primary);
}
.footer__description {
margin-bottom: 3.2rem;
text-align: right;
}
.footer__legal {
display: block;
text-align: right;
} | css/styles-final.css | :root {
--primary: #dc5d4b;
--primary-alt: #700000;
--secondary: #A7DBE2;
--secondary-alt: #7CC7F9;
--white: #f9f4e7;
--black: #393939;
}
/*
RGB values for hex:
--primary: 220, 93, 75
--primary-alt: 112, 0, 0
--black: 57, 57, 57
*/
/* Global settings */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
background-color: var(--white);
color: var(--black);
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 1.8rem;
}
a,
a:link,
a:visited {
text-decoration: none;
color: var(--black);
}
/* Shared */
.section-container {
width: 80%;
margin: 0 auto;
}
.call-to-action {
display: block;
background-image: linear-gradient(to bottom, var(--primary), var(--primary-alt));
color: var(--white) !important;
padding: 1.4rem 2rem;
min-height: 3.6rem;
min-width: 40rem;
border-radius: 1.8rem;
text-align: center;
text-transform: uppercase;
box-shadow: 0 5px 9px rgba(57, 57, 57, .4);
transform: translateY(0);
transition: 0.5s all ease;
}
.call-to-action:hover {
transform: translateY(-3px);
}
/* Navigation */
.nav {
background-color: var(--primary);
}
.nav__list {
width: 100%;
list-style-type: none;
display: flex;
justify-content: space-around;
align-items: center;
}
.nav__list-item {
padding: 1.2rem 0;
}
.nav__link,
.nav__link:link,
.nav__link:visited {
color: var(--white);
text-transform: uppercase;
font-size: 2.2rem;
font-weight: 700;
width: 100%;
transition: .2s all ease;
}
.nav__link:hover,
.nav__link:link:hover,
.nav__link:visited:hover {
color: var(--primary-alt);
}
/* Header */
.header {
height: 64rem;
background-position: center;
background-size: cover;
background-image: linear-gradient(to bottom right, rgba(220, 93, 75, .6), rgba(112, 0, 0, .6)), url('../images/header.jpg');
display: flex;
justify-content: center;
align-items: center;
}
.header__container {
color: var(--white);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header__title {
font-size: 9.6rem;
line-height: 10.8rem;
font-family: 'Pacifico', cursive;
text-shadow: 4px 4px 0 var(--primary-alt);
margin-bottom: 1.2rem;
}
.header__subtitle {
font-size: 2.6rem;
line-height: 3.4rem;
color: var(--secondary-alt);
text-transform: uppercase;
}
/* Main */
.main {
padding-top: 9.6rem;
}
/* First section */
.vacations {
margin-bottom: 3.6rem;
}
.vacations__container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.vacations__container>* {
margin-bottom: 3.6rem;
}
.vacations__heading {
font-size: 4.2rem;
line-height: 5.4rem;
text-transform: uppercase;
color: var(--primary);
}
.vacations__image {
border: 6px solid transparent;
outline: 4px solid var(--primary-alt);
width: 640px;
}
.vacations__description {
width: 80%;
margin: 0 auto;
margin-bottom: 2.4rem;
}
/* Second section */
.product {
background-color: var(--primary);
margin-bottom: 7.2rem;
padding: 5.6rem 0;
}
.product__heading {
color: var(--white);
font-size: 4.2rem;
line-height: 5.4rem;
text-transform: uppercase;
text-align: center;
margin-bottom: 4.8rem;
}
.product__cards-container {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 2.4rem;
}
.product__card {
background-color: var(--white);
padding: 3.6rem;
margin: 0 1.2rem;
box-shadow: 4px 4px 9px rgba(57, 57, 57, .4);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.product__icon {
font-size: 5.6rem;
color: var(--primary-alt);
margin-bottom: 1.6rem;
}
.product__card-heading {
font-size: 2.8rem;
line-height: 3.2rem;
margin-bottom: 1.4rem;
}
.product__card-description {
text-align: center;
}
/* Third section */
.slogan {
margin-bottom: 7.2rem;
}
.slogan__container {
display: flex;
align-items: center;
flex-direction: column;
}
.slogan__heading {
font-size: 4.2rem;
line-height: 5.4rem;
text-transform: uppercase;
color: var(--primary);
text-align: center;
margin-bottom: 4.8rem;
}
/* Footer */
.footer {
background-color: var(--secondary-alt);
color: var(--white);
padding: 3.6rem 0;
}
.footer__container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
width: 40%;
}
.footer__column {
width: 50%;
}
.footer__list {
list-style-type: none;
}
.footer__list-item {
margin-bottom: 1.8rem;
}
.footer__link,
.footer__link:link,
.footer__link:visited {
font-size: 2.4rem;
color: var(--white);
text-transform: uppercase;
transition: 0.2s all ease;
}
.footer__link:hover,
.footer__link:link:hover,
.footer__link:visited:hover {
color: var(--primary);
}
.footer__description {
margin-bottom: 3.2rem;
text-align: right;
}
.footer__legal {
display: block;
text-align: right;
} | 0.488527 | 0.10079 |
* {
font-family: 'Lato', sans-serif;
}
h1 {
font-weight: bold;
margin: 0;
}
p {
font-size: 14px;
font-weight: 100;
line-height: 20px;
letter-spacing: 0.5px;
margin: 20px 0 30px;
}
span {
font-size: 12px;
}
a {
color: #333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}
button {
border-radius: 20px;
border: 1px solid #ff4b2b;
background-color: #ff4b2b;
color: #ffffff;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: -webkit-transform 80ms ease-in;
transition: -webkit-transform 80ms ease-in;
transition: transform 80ms ease-in;
transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
}
button:active {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
button:focus {
outline: none;
}
button.ghost {
background-color: transparent;
border-color: #ffffff;
}
form {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10%;
height: 100%;
text-align: center;
}
input {
background-color: #eee;
border: none;
padding: 12px 15px;
margin: 8px 0;
width: 100%;
}
.social-container {
margin: 20px 0;
}
.social-container a {
border: 1px solid #dddddd;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 5px;
height: 40px;
width: 40px;
}
.container1 {
background-color: #ffffff;
border-radius: 10px;
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
position: relative;
overflow: hidden;
width: 768px;
max-width: 100%;
min-height: 480px;
}
.form-container {
position: absolute;
top: 0;
height: 100%;
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.sign-in-container {
left: 0;
width: 50%;
z-index: 2;
}
.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
}
.container1.right-panel-active .sign-in-container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.container1.right-panel-active .sign-up-container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 1;
z-index: 5;
-webkit-animation: show 0.6s;
animation: show 0.6s;
}
@-webkit-keyframes show {
0%,
49.99% {
opacity: 0;
z-index: 1;
}
50%,
100% {
opacity: 1;
z-index: 5;
}
}
@keyframes show {
0%,
49.99% {
opacity: 0;
z-index: 1;
}
50%,
100% {
opacity: 1;
z-index: 5;
}
}
.overlay-container {
position: absolute;
top: 0;
left: 50%;
width: 50%;
height: 100%;
overflow: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
z-index: 100;
}
.container1.right-panel-active .overlay-container {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.overlay {
background: #ff416c;
background: -webkit-gradient(linear, left top, right top, from(#ff4b2b), to(#ff416c));
background: linear-gradient(to right, #ff4b2b, #ff416c);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
color: #ffffff;
position: relative;
left: -100%;
height: 100%;
width: 200%;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.container1.right-panel-active .overlay {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.overlay-panel {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 40px;
text-align: center;
top: 0;
height: 100%;
width: 50%;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.overlay-left {
-webkit-transform: translateX(-20%);
transform: translateX(-20%);
}
.container.right-panel-active .overlay-left {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.overlay-right {
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container1.right-panel-active .overlay-right {
-webkit-transform: translateX(20%);
transform: translateX(20%);
}
@media (min-width: 200px) {
.container1 {
width: 400px;
}
.container1 h1 {
font-size: 25px;
}
.overlay-right h1 {
padding-left: 70px;
}
.overlay-right button {
margin-left: 70px;
}
.overlay-right p {
text-align: center;
padding-left: 70px;
font-size: 15px;
}
.overlay-left h1 {
padding-right: 70px;
}
.overlay-left button {
margin-right: 70px;
}
.overlay-left p {
text-align: center;
padding-right: 70px;
font-size: 15px;
}
}
body .feed {
background-color: #f1f5f8;
}
nav .navbar {
background-color: white;
}
.nav-search input[type="search"] {
background-color: white;
border: 1px solid #979797;
height: 32px;
width: 282px;
text-align: center;
border-radius: 2px;
}
a.newpost {
height: 32px;
width: 130px;
background: -webkit-gradient(linear, left top, right top, from(#4e60d3), color-stop(11%, #903baf), color-stop(81%, #d52d87), to(#f26d4f));
background: linear-gradient(to right, #4e60d3 0%, #903baf 11%, #d52d87 81%, #f26d4f 100%);
text-align: center;
width: 100%;
margin: 0;
padding: 7px 18px;
color: white !important;
border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
.nav-search input {
display: none;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.nav-search input {
display: none;
}
.navb-brand,
.nav-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 5px;
}
.navbar {
background-color: #fff !important;
padding-top: 40px !important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.nav-search input {
display: none;
}
.navb-brand,
.nav-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 5px;
}
a.newpost {
font-size: 8px !important;
margin-right: 10px !important;
padding: 10px;
}
.navbar {
background-color: #fff !important;
padding-top: 40px !important;
}
}
.card {
padding-top: 20px;
margin: 10px 0 20px 0;
height: 263px;
width: 280px;
border-top-width: 0;
border-bottom-width: 2px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff !important;
-webkit-box-shadow: 0 0 0 1px #edeeee !important;
box-shadow: 0 0 0 1px #edeeee !important;
}
.card2 {
padding-top: 20px;
margin: 10px 0 20px 0;
height: 331px;
width: 280px;
border-top-width: 0;
border-bottom-width: 2px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff !important;
-webkit-box-shadow: 0 0 0 1px #edeeee !important;
box-shadow: 0 0 0 1px #edeeee !important;
}
.card3 {
padding-top: 20px;
margin: 10px 0 20px 0;
width: 230px;
height: 300px;
border-top-width: 0;
border-bottom-width: 2px;
border-radius: 3px;
-webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff !important;
}
.placeholder-img img {
height: 200px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.card .card-heading {
padding: 0 20px;
margin: 0;
}
.card .card-heading.simple {
font-size: 20px;
font-weight: 100;
color: #777;
}
.card .card-heading.image img {
display: inline-block;
width: 46px;
height: 46px;
margin-right: 15px;
vertical-align: top;
border: 0;
border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
display: inline-block;
vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
margin: 0;
font-size: 14px;
line-height: 16px;
color: #262626;
}
.card .card-heading.image .card-heading-header span {
font-size: 12px;
color: #999999;
}
.card .card-body {
padding: 0 20px;
margin-top: 20px;
}
.card .card-media {
padding: 0 20px;
margin: 0 -14px;
}
.card .card-media img {
max-width: 100%;
max-height: 100%;
}
.card .card-actions {
min-height: 30px;
padding: 0 20px 20px 20px;
margin: 20px 0 0 0;
}
.card .card-comments {
padding: 20px;
margin: 0;
background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
padding: 0;
margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
padding-right: 5px;
overflow: hidden;
font-size: 12px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-comments .media-heading {
font-size: 13px;
font-weight: bold;
}
.card.people {
position: relative;
display: inline-block;
width: 170px;
height: 300px;
padding-top: 0;
margin-left: 20px;
overflow: hidden;
vertical-align: top;
}
.card.people:first-child {
margin-left: 0;
}
.card.people .card-top {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 170px;
height: 150px;
background-color: #ffffff;
}
.card.people .card-top.green {
background-color: #53a93f;
}
.card.people .card-top.blue {
background-color: #427fed;
}
.card.people .card-info {
position: absolute;
top: 150px;
display: inline-block;
width: 100%;
height: 101px;
overflow: hidden;
background: #ffffff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.card.people .card-info .title {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #404040;
}
.card.people .card-info .desc {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
color: #737373;
text-overflow: ellipsis;
}
.card.people .card-bottom {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
width: 100%;
padding: 10px 20px;
line-height: 29px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
background-color: rgba(214, 224, 226, 0.2);
}
.card.hovercard .cardheader {
background: -webkit-gradient(linear, left top, right top, from(#4e60d3), color-stop(11%, #903baf), color-stop(81%, #d52d87), to(#f26d4f));
background: linear-gradient(to right, #4e60d3 0%, #903baf 11%, #d52d87 81%, #f26d4f 100%);
background-size: cover;
height: 135px;
}
.card.hovercard .avatar {
position: relative;
top: -50px;
margin-bottom: -50px;
}
.card.hovercard .avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
border-radius: 50%;
border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .info {
padding: 4px 8px 10px;
}
.card.hovercard .info .title {
margin-bottom: 4px;
font-size: 24px;
line-height: 1;
color: #262626;
vertical-align: middle;
}
.card.hovercard .info .desc {
overflow: hidden;
font-size: 12px;
line-height: 20px;
color: #737373;
text-overflow: ellipsis;
}
.card.hovercard .bottom {
padding: 0 20px;
margin-bottom: 17px;
}
.btn {
border-radius: 50%;
width: 32px;
height: 32px;
line-height: 18px;
}
.profimg {
overflow: hidden;
height: 267px;
width: 267px;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
.card2 {
width: 100%;
}
.card {
width: 100%;
}
.card3 {
width: 100%;
}
.placeholder-img img {
-o-object-fit: cover;
object-fit: cover;
}
.footer {
display: none;
}
header.container-fluid.cont-prof {
margin-top: 30% !important;
}
.profimg {
overflow: hidden;
height: 200px;
width: 200px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.row.main {
margin-top: 200px !important;
}
.card2 {
width: 100%;
}
.card {
width: 100%;
}
.card3 {
width: 100%;
}
.profilename h5 {
font-size: 10px;
}
.placeholder-img img {
-o-object-fit: cover;
object-fit: cover;
}
.container-fluid {
margin-top: 160px !important;
}
.footer {
display: none;
}
.profimg {
overflow: hidden;
height: 150px;
width: 150px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.container-fluid {
margin-top: 130px !important;
margin: 0 20px;
}
.title {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.title p {
text-align: center !important;
width: 100% !important;
}
.avatar {
display: none;
}
.card {
width: 100%;
}
.card2 {
width: 100%;
}
.footer {
display: none;
}
.profimg {
overflow: hidden;
height: 100px;
width: 100px;
-o-object-fit: cover;
object-fit: cover;
}
}
.img-left {
height: 500px;
width: 100%;
overflow: hidden;
}
form.login-form {
background: white !important;
height: 90vh;
width: 95%;
z-index: 10;
-webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
}
.sign-upform {
background: white !important;
height: 90vh;
width: 50%;
z-index: 10;
-webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 481px) and (max-width: 767px) {
.sign-upform {
width: 90%;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.sign-upform {
width: 90%;
}
}
form input.input {
background: transparent;
border: 1px solid grey;
border-radius: 2px;
background: #FFFFFF;
}
input::-webkit-input-placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input:-ms-input-placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input::-ms-input-placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input::placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input.btn-login {
border-radius: 2px;
}
/*# sourceMappingURL=main.css.map */ | Instagramclone/static/css/main.css | * {
font-family: 'Lato', sans-serif;
}
h1 {
font-weight: bold;
margin: 0;
}
p {
font-size: 14px;
font-weight: 100;
line-height: 20px;
letter-spacing: 0.5px;
margin: 20px 0 30px;
}
span {
font-size: 12px;
}
a {
color: #333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}
button {
border-radius: 20px;
border: 1px solid #ff4b2b;
background-color: #ff4b2b;
color: #ffffff;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: -webkit-transform 80ms ease-in;
transition: -webkit-transform 80ms ease-in;
transition: transform 80ms ease-in;
transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
}
button:active {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
button:focus {
outline: none;
}
button.ghost {
background-color: transparent;
border-color: #ffffff;
}
form {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10%;
height: 100%;
text-align: center;
}
input {
background-color: #eee;
border: none;
padding: 12px 15px;
margin: 8px 0;
width: 100%;
}
.social-container {
margin: 20px 0;
}
.social-container a {
border: 1px solid #dddddd;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 5px;
height: 40px;
width: 40px;
}
.container1 {
background-color: #ffffff;
border-radius: 10px;
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
position: relative;
overflow: hidden;
width: 768px;
max-width: 100%;
min-height: 480px;
}
.form-container {
position: absolute;
top: 0;
height: 100%;
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.sign-in-container {
left: 0;
width: 50%;
z-index: 2;
}
.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
}
.container1.right-panel-active .sign-in-container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.container1.right-panel-active .sign-up-container {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 1;
z-index: 5;
-webkit-animation: show 0.6s;
animation: show 0.6s;
}
@-webkit-keyframes show {
0%,
49.99% {
opacity: 0;
z-index: 1;
}
50%,
100% {
opacity: 1;
z-index: 5;
}
}
@keyframes show {
0%,
49.99% {
opacity: 0;
z-index: 1;
}
50%,
100% {
opacity: 1;
z-index: 5;
}
}
.overlay-container {
position: absolute;
top: 0;
left: 50%;
width: 50%;
height: 100%;
overflow: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
z-index: 100;
}
.container1.right-panel-active .overlay-container {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.overlay {
background: #ff416c;
background: -webkit-gradient(linear, left top, right top, from(#ff4b2b), to(#ff416c));
background: linear-gradient(to right, #ff4b2b, #ff416c);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
color: #ffffff;
position: relative;
left: -100%;
height: 100%;
width: 200%;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.container1.right-panel-active .overlay {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.overlay-panel {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 40px;
text-align: center;
top: 0;
height: 100%;
width: 50%;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.overlay-left {
-webkit-transform: translateX(-20%);
transform: translateX(-20%);
}
.container.right-panel-active .overlay-left {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.overlay-right {
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.container1.right-panel-active .overlay-right {
-webkit-transform: translateX(20%);
transform: translateX(20%);
}
@media (min-width: 200px) {
.container1 {
width: 400px;
}
.container1 h1 {
font-size: 25px;
}
.overlay-right h1 {
padding-left: 70px;
}
.overlay-right button {
margin-left: 70px;
}
.overlay-right p {
text-align: center;
padding-left: 70px;
font-size: 15px;
}
.overlay-left h1 {
padding-right: 70px;
}
.overlay-left button {
margin-right: 70px;
}
.overlay-left p {
text-align: center;
padding-right: 70px;
font-size: 15px;
}
}
body .feed {
background-color: #f1f5f8;
}
nav .navbar {
background-color: white;
}
.nav-search input[type="search"] {
background-color: white;
border: 1px solid #979797;
height: 32px;
width: 282px;
text-align: center;
border-radius: 2px;
}
a.newpost {
height: 32px;
width: 130px;
background: -webkit-gradient(linear, left top, right top, from(#4e60d3), color-stop(11%, #903baf), color-stop(81%, #d52d87), to(#f26d4f));
background: linear-gradient(to right, #4e60d3 0%, #903baf 11%, #d52d87 81%, #f26d4f 100%);
text-align: center;
width: 100%;
margin: 0;
padding: 7px 18px;
color: white !important;
border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
.nav-search input {
display: none;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.nav-search input {
display: none;
}
.navb-brand,
.nav-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 5px;
}
.navbar {
background-color: #fff !important;
padding-top: 40px !important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.nav-search input {
display: none;
}
.navb-brand,
.nav-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 5px;
}
a.newpost {
font-size: 8px !important;
margin-right: 10px !important;
padding: 10px;
}
.navbar {
background-color: #fff !important;
padding-top: 40px !important;
}
}
.card {
padding-top: 20px;
margin: 10px 0 20px 0;
height: 263px;
width: 280px;
border-top-width: 0;
border-bottom-width: 2px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff !important;
-webkit-box-shadow: 0 0 0 1px #edeeee !important;
box-shadow: 0 0 0 1px #edeeee !important;
}
.card2 {
padding-top: 20px;
margin: 10px 0 20px 0;
height: 331px;
width: 280px;
border-top-width: 0;
border-bottom-width: 2px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff !important;
-webkit-box-shadow: 0 0 0 1px #edeeee !important;
box-shadow: 0 0 0 1px #edeeee !important;
}
.card3 {
padding-top: 20px;
margin: 10px 0 20px 0;
width: 230px;
height: 300px;
border-top-width: 0;
border-bottom-width: 2px;
border-radius: 3px;
-webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #ffffff !important;
}
.placeholder-img img {
height: 200px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.card .card-heading {
padding: 0 20px;
margin: 0;
}
.card .card-heading.simple {
font-size: 20px;
font-weight: 100;
color: #777;
}
.card .card-heading.image img {
display: inline-block;
width: 46px;
height: 46px;
margin-right: 15px;
vertical-align: top;
border: 0;
border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
display: inline-block;
vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
margin: 0;
font-size: 14px;
line-height: 16px;
color: #262626;
}
.card .card-heading.image .card-heading-header span {
font-size: 12px;
color: #999999;
}
.card .card-body {
padding: 0 20px;
margin-top: 20px;
}
.card .card-media {
padding: 0 20px;
margin: 0 -14px;
}
.card .card-media img {
max-width: 100%;
max-height: 100%;
}
.card .card-actions {
min-height: 30px;
padding: 0 20px 20px 20px;
margin: 20px 0 0 0;
}
.card .card-comments {
padding: 20px;
margin: 0;
background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
padding: 0;
margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
padding-right: 5px;
overflow: hidden;
font-size: 12px;
color: #999;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-comments .media-heading {
font-size: 13px;
font-weight: bold;
}
.card.people {
position: relative;
display: inline-block;
width: 170px;
height: 300px;
padding-top: 0;
margin-left: 20px;
overflow: hidden;
vertical-align: top;
}
.card.people:first-child {
margin-left: 0;
}
.card.people .card-top {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 170px;
height: 150px;
background-color: #ffffff;
}
.card.people .card-top.green {
background-color: #53a93f;
}
.card.people .card-top.blue {
background-color: #427fed;
}
.card.people .card-info {
position: absolute;
top: 150px;
display: inline-block;
width: 100%;
height: 101px;
overflow: hidden;
background: #ffffff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.card.people .card-info .title {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #404040;
}
.card.people .card-info .desc {
display: block;
margin: 8px 14px 0 14px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
color: #737373;
text-overflow: ellipsis;
}
.card.people .card-bottom {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
width: 100%;
padding: 10px 20px;
line-height: 29px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.card.hovercard {
position: relative;
padding-top: 0;
overflow: hidden;
text-align: center;
background-color: rgba(214, 224, 226, 0.2);
}
.card.hovercard .cardheader {
background: -webkit-gradient(linear, left top, right top, from(#4e60d3), color-stop(11%, #903baf), color-stop(81%, #d52d87), to(#f26d4f));
background: linear-gradient(to right, #4e60d3 0%, #903baf 11%, #d52d87 81%, #f26d4f 100%);
background-size: cover;
height: 135px;
}
.card.hovercard .avatar {
position: relative;
top: -50px;
margin-bottom: -50px;
}
.card.hovercard .avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
border-radius: 50%;
border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .info {
padding: 4px 8px 10px;
}
.card.hovercard .info .title {
margin-bottom: 4px;
font-size: 24px;
line-height: 1;
color: #262626;
vertical-align: middle;
}
.card.hovercard .info .desc {
overflow: hidden;
font-size: 12px;
line-height: 20px;
color: #737373;
text-overflow: ellipsis;
}
.card.hovercard .bottom {
padding: 0 20px;
margin-bottom: 17px;
}
.btn {
border-radius: 50%;
width: 32px;
height: 32px;
line-height: 18px;
}
.profimg {
overflow: hidden;
height: 267px;
width: 267px;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
.card2 {
width: 100%;
}
.card {
width: 100%;
}
.card3 {
width: 100%;
}
.placeholder-img img {
-o-object-fit: cover;
object-fit: cover;
}
.footer {
display: none;
}
header.container-fluid.cont-prof {
margin-top: 30% !important;
}
.profimg {
overflow: hidden;
height: 200px;
width: 200px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.row.main {
margin-top: 200px !important;
}
.card2 {
width: 100%;
}
.card {
width: 100%;
}
.card3 {
width: 100%;
}
.profilename h5 {
font-size: 10px;
}
.placeholder-img img {
-o-object-fit: cover;
object-fit: cover;
}
.container-fluid {
margin-top: 160px !important;
}
.footer {
display: none;
}
.profimg {
overflow: hidden;
height: 150px;
width: 150px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.container-fluid {
margin-top: 130px !important;
margin: 0 20px;
}
.title {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.title p {
text-align: center !important;
width: 100% !important;
}
.avatar {
display: none;
}
.card {
width: 100%;
}
.card2 {
width: 100%;
}
.footer {
display: none;
}
.profimg {
overflow: hidden;
height: 100px;
width: 100px;
-o-object-fit: cover;
object-fit: cover;
}
}
.img-left {
height: 500px;
width: 100%;
overflow: hidden;
}
form.login-form {
background: white !important;
height: 90vh;
width: 95%;
z-index: 10;
-webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
}
.sign-upform {
background: white !important;
height: 90vh;
width: 50%;
z-index: 10;
-webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 481px) and (max-width: 767px) {
.sign-upform {
width: 90%;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.sign-upform {
width: 90%;
}
}
form input.input {
background: transparent;
border: 1px solid grey;
border-radius: 2px;
background: #FFFFFF;
}
input::-webkit-input-placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input:-ms-input-placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input::-ms-input-placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input::placeholder {
font-family: 'Lato', sans-serif;
font-size: 14px;
}
input.btn-login {
border-radius: 2px;
}
/*# sourceMappingURL=main.css.map */ | 0.396302 | 0.072538 |
[Table of contents]
* Reset CSS
* Header CSS
+ Logo
+ Main menu
+ Social
+ Header Extra
* Personal CSS
+ Personal Animate
+ Personal Particle
+ Personal Slider
+ Personal Video Background
* About Me CSS
* Service CSS
* portfolio CSS
+ Portfolio Latest
+ Portfolio Archive
+ Portfolio Single
* CountDown CSS
* Timeline CSS
* Pricing Table CSS
* Testimonials CSS
* Blog CSS
+ Blog Latest
+ Blog Archive
+ Blog Sidebar
+ Blog Single
* Call To Action CSS
* Contact CSS
* Clients CSS
* Mail CSS
* Footer Top CSS
* Footer CSS
=========================================*/
/*=======================
Header CSS
=========================*/
#header {
top: 0;
width: 100%;
z-index: 99;
position: fixed;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background:rgba(0, 0, 0, 0.36);
}
/* Logo */
#header .logo {
padding-top: 17px;
}
#header .logo a {
color: #fff;
text-transform: capitalize;
font-size: 22px;
font-weight: 600;
position: relative;
padding-left: 16px;
}
#header .logo a::before {
position: absolute;
left: 0;
top: 12px;
width: 10px;
height: 10px;
content: "";
border-radius: 100%;
}
/* Main Menu */
#header .nav-area{
position:relative;
}
#header .mainmenu {
float: left;
width: 100%;
}
#header .nav {
float: right;
margin-right: 30px;
}
#header .nav li {
position: relative;
}
#header .nav li a {
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
padding: 20px 10px;
position: relative;
display: block;
background: transparent;
}
#header .nav li a::before {
position: absolute;
top: 0;
left: 50%;
right: 50%;
border-radius: 0 0 10px 10px;
content: "";
height: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header .nav li.active a::before,
#header .nav li:hover a::before {
left: 10px;
right: 10px;
}
#header .nav li a::after {
position: absolute;
top: 3px;
left: 50%;
right: 50%;
content: "";
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
margin-left: -2.5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}
#header .nav li:hover a::after,
#header .nav li.active a::after{
opacity:1;
visibility:visible;
}
#header .nav li a i {
margin-right: 10px;
opacity: 0;
visibility: hidden;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header .nav li.active a i,
#header .nav li:hover a i {
opacity: 1;
visibility: visible;
color: #fff;
}
#header .nav li ul {
position: absolute;
left: 0;
width: 220px;
background: #fff;
top: 100%;
border-radius: 0;
opacity: 1;
visibility: visible;
z-index: 333;
box-shadow: 0px 1px 4px #fff;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#header .nav li:hover ul{
opacity:1;
visibility:visible;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
#header .nav li ul li{
margin-right:0px;
}
#header .nav li ul li a {
color: #353535;
padding: 12px 10px;
text-transform:capitalize;
}
#header .nav li ul li a:before,
#header .nav li ul li a:after{
display:none;
}
#header .nav li.active ul i,
#header .nav li:hover ul i{
color:#353535;
}
/* Header Social */
#header .social-icon {
position: absolute;
right: 0;
top: 20px;
}
#header .social-icon li a {
background: #fff;
width: 20px;
display: block;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 100%;
font-size: 13px;
}
#header .social {
position: absolute;
right: 0;
padding: 5px 20px;
border-radius: 3px;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
top: 100%;
}
#header .social.active{
transform:translateY(0%);
opacity:1;
visibility:visible;
-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);
}
#header .social li {
display: inline-block;
margin-right: 15px;
}
#header .social li:last-child{
margin:0;
}
#header .social li a {
color: #fff;
}
#header .social li a:hover i{
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Header Extra */
#header.sticky{
background:#fff;
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.30);
-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.30);
box-shadow:0px 0px 4px rgba(0, 0, 0, 0.30);
}
#header.sticky .nav li a,
#header.sticky .logo a {
color: #353535;
}
#header.sticky .nav li ul {
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
}
#header.sidenav {
position: fixed;
left: 0px;
max-width: 200px;
height: 100%;
padding: 40px 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #fff;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
background: #353535;
}
#header.sidenav{
transform:translateX(-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);
}
#header.sidenav.active{
transform:translateX(0%);
-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);
}
#header.sidenav .container{
width: 100%;
margin:0;
padding:0;
}
#header.sidenav .nav li a,
#header.sidenav .logo a {
color: #fff;
}
#header.sidenav .logo {
margin-bottom: 25px;
padding:0;
}
#header.sidenav .nav{
float:none;
}
#header.sidenav .nav li{
float:none;
margin:0 0 30px;
}
#header.sidenav .nav li:last-child{
margin:0;
}
#header.sidenav .nav li a {
padding: 0px;
}
#header.sidenav .nav li a::before,
#header.sidenav .nav li a::after{
display:none;
}
#header.sidenav .nav li a i {
opacity: 1;
visibility: visible;
}
#header.sidenav .nav li:hover a i,
#header.sidenav .nav li.active a i{
opacity:1;
visibility:visible;
}
#header.sidenav .social {
position: relative;
opacity: 1;
visibility: visible;
transform: none;
margin-top: 25px;
}
#header .side-icon {
position: absolute;
top: 0;
right: -25px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header.active .side-icon{
right:-7px;
}
#header .side-icon a {
color: #fff;
width: 25px;
display: block;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 100%;
font-size: 14px;
}
#header.active .side-icon a i:before{
content:"\f00d";
}
#header.normal{
position:relative;
background:#fff;
}
#header.normal .nav li a,
#header.normal .logo a {
color: #353535;
}
/*=======================
End Header
=========================*/
/*=======================
Personal CSS
=========================*/
#personal-area {
background-image: url('images/personal/personal-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 680px;
position:relative;
background-position: center;
}
#personal-area .personal-single {
position: relative;
z-index: 3;
}
#personal-area .personal-single::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('images/banner-pattern.png');
opacity: 0.5;
content: "";
z-index: -1;
}
#personal-area .personal-single::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
content: "";
z-index: -2;
}
#personal-area .personal-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 680px;
text-align: center;
}
/* Personal Animate Text */
#personal-area .personal-text h1 {
color: #fff;
font-size: 50px;
text-transform: uppercase;
font-weight: 800;
margin-bottom: 25px;
}
#personal-area .personal-text h2 {
font-size: 25px;
text-transform: uppercase;
color: #eee;
margin-bottom: 25px;
}
#personal-area .personal-text h2 span {
display:inline-block;
padding:0;
}
#personal-area .personal-text h2 b{
font-weight:700;
}
#personal-area .my-info p {
color: #fff;
font-size: 15px;
}
#personal-area .personal-text .btn {
background: #fff;
color: #353535;
margin-right: 20px;
padding: 13px 35px;
overflow:hidden;
}
#personal-area .personal-text .btn:hover{
color:#fff;
}
#personal-area .personal-text .btn.primary{
color:#fff;
}
#personal-area .personal-text .btn i{
margin-right:10px;
}
#personal-area .personal-text .btn:hover i{
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#personal-area .personal-text .btn:last-child{
margin:0;
}
/* Personal Particle */
#personal-area.particle {
background-image: url('images/personal/particle-bg.jpg');
z-index:100;
width:100%;
height:100%;
}
#personal-area.particle:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('images/banner-pattern.png');
opacity: 0.5;
content: "";
z-index: -1;
}
#personal-area.particle:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
content: "";
z-index: -2;
}
#personal-area #particles-js {
position: absolute;
width: 100%;
height: 100%;
z-index: 6;
}
#personal-area.particle .personal-single {
z-index: 99;
}
#personal-area.particle .personal-single:before,
#personal-area.particle .personal-single:after{
display:none;
}
#personal-area.particle .personal-text {
border-radius: 5px;
flex-direction: initial;
height: auto;
padding: 0 100px;
text-align: center;
}
#personal-area.particle .my-info{
z-index: 12;
display: inline-block;
}
#personal-area.particle .personal-text h1 {
margin-bottom: 25px;
}
#personal-area.particle .button {
margin-top: 25px;
}
#personal-area.particle .arrow a {
border-radius: 100%;
width: 45px;
height: 45px;
line-height: 45px;
display: block;
position: absolute;
bottom: 40px;
left: 50%;
margin-left: -25px;
z-index: 99;
color: #fff;
font-size: 26px;
overflow: hidden;
text-align: center;
}
#personal-area.particle .arrow a:hover{
-webkit-box-shadow: 0px 0px 8px #fff;
-moz-box-shadow: 0px 0px 8px #fff;
box-shadow: 0px 0px 8px #fff;
}
#personal-area.particle .arrow a i {
-webkit-animation: scroll 1.5s infinite ease;
-moz-animation: scroll 1.5s infinite ease;
-o-animation: scroll 1.5s infinite ease;
animation: scroll 1.5s infinite ease;
}
/* Personal Slider */
#personal-area.slider .personal-text {
text-align: left;
padding: 0 350px 0 0;
}
#personal-area.slider .personal-text.center{
text-align:center;
padding: 0 150px 0 150px;
}
#personal-area.slider .personal-text.right{
text-align:right;
padding: 0 0 0 350px;
}
#personal-area.slider .personal-text h1{
margin-bottom:10px;
}
#personal-area.slider .button{
margin-top: 25px;
}
#personal-area.slider .personal-single{
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}
#personal-area.slider .owl-dots {
position: absolute;
margin-top: -10px;
left: 50%;
margin-left: -40px;
bottom: 30px;
}
#personal-area.slider .owl-dot{
display: inline-block;
}
#personal-area.slider .owl-dot span {
width: 12px;
height: 12px;
background: #fff;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#personal-area.slider .owl-dot.active span {
width: 15px;
height: 15px;
top: 1px;
position: relative;
}
/* Slider Animation */
#personal-area.slider .owl-item.active .personal-text h1{
animation: fadeInDown 1s both 1.2s;
}
#personal-area.slider .owl-item.active .personal-text h2{
animation: fadeInUp 1s both 1.5s;
}
#personal-area.slider .owl-item.active .personal-text p{
animation: fadeInUp 1s both 1.6s;
}
#personal-area.slider .owl-item.active .personal-text .btn{
animation: fadeInUp 1s both 1.8s;
}
/* Personal Video Background */
#personal-area.video_player{
background:transparent;
}
#personal-area.video_player .personal-single::before {
opacity: 0.3;
}
/*=======================
End Personal
=========================*/
/*=======================
About Me CSS
=========================*/
#about-me {
padding: 0;
z-index: 44;
background: #f5f5f5;
}
#about-me.default{
background:#fff;
padding:80px 0;
}
#about-me.default .tabs-main {
top: 0px;
margin-bottom: 0px;
margin-top: 20px;
}
#about-me .tabs-main {
position: relative;
z-index: 3;
border-radius: 10px;
margin-top: -45px;
}
#about-me .tabs-main .nav-tabs {
position: absolute;
top: 34px;
left: 30px;
}
#about-me .tabs-main .nav-tabs li {
float: none;
margin: 0;
padding-bottom: 50px;
position: relative;
}
#about-me .tabs-main li .tooltips {
position: absolute;
width: 78px;
top: -30px;
color: #fff;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
text-transform: uppercase;
left: -16px;
opacity: 0;
visibility: hidden;
border-radius: 5px;
}
#about-me .tabs-main li:hover .tooltips{
opacity:1;
visibility:visible;
}
#about-me .tabs-main .nav-tabs li::before {
position: absolute;
left: 18px;
bottom: 0;
width: 2px;
height: 100%;
content: "";
top: 0;
}
#about-me .tabs-main .nav-tabs li:last-child:before{
display:none;
}
#about-me .tabs-main .nav-tabs li a {
border: 0px;
border-radius: 100%;
margin: 0;
width: 40px;
background: #fff;
color: #353535;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0;
}
#about-me .tabs-main .nav-tabs li.active a,
#about-me .tabs-main .nav-tabs li:hover a{
color:#fff;
}
#about-me .tab-content {
background: #333;
padding: 30px 30px 30px 100px;
border-radius: 5px;
}
#about-me .tab-pane {
transition: all 0.4s ease;
width:100%;
}
#about-me .tab-title {
position: relative;
display: inline-block;
padding-bottom: 15px;
margin-bottom: 15px;
font-size: 20px;
text-transform: uppercase;
color: #fff;
}
#about-me .tab-title:before{
position: absolute;
bottom: -1px;
content: "";
left: 0%;
width: 70%;
height: 2px;
border-radius: 100%;
}
#about-me .single-image{
position:relative;
overflow:hidden;
}
#about-me .single-image:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
#about-me .single-image:hover:before{
-webkit-animation: circle .75s;
animation: circle .75s;
}
#about-me .single-image{
position:relative;
}
#about-me .social {
width: 100%;
text-align: left;
margin-top: 20px;
}
#about-me .social ul li {
display: inline-block;
margin-right: 5px;
}
#about-me .social ul li a {
width: 30px;
height: 30px;
line-height: 30px;
background: #fff;
color: #353535;
display: block;
border-radius: 100%;
text-align: center;
}
#about-me .social ul li:hover a{
color:#fff;
}
#about-me .about-text .content p {
margin-bottom: 20px;
font-weight: 300;
color: #eee;
}
#about-me .about-text p:last-child{
margin:0;
}
#about-me .single-skill {
margin-top: 15px;
}
#about-me .skill-info{
overflow:hidden;
}
#about-me .skill-info h4 {
float: left;
font-size: 14px;
margin-bottom: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
#about-me .progress {
height: 8px;
border-radius: 0px;
box-shadow: none;
overflow: visible;
}
#about-me .progress .progress-bar {
position: relative;
}
#about-me .progress .progress-bar span {
font-size: 16px;
right: 0;
color: #fff;
position: absolute;
top: -17px;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 100%;
background:#fff;
font-size: 13px;
font-weight: 400;
}
#about-me .progress .progress-bar span:before{
position:absolute;
bottom:0
}
/*=======================
End About Me
=========================*/
/*=======================
Service CSS
=========================*/
#my-service {
background: #F5F5F5;
}
#my-service .single-service {
text-align: center;
margin-top: 30px;
background: #fff;
padding: 25px;
-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
#my-service .single-service i {
font-size: 45px;
color: #353535;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#my-service .single-service:hover i,
#my-service .single-service.active i{
color:#fff;
}
#my-service .single-service h2 {
font-size: 18px;
color: #353535;
margin: 15px 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#my-service .single-service:hover h2,
#my-service .single-service.active h2{
color:#fff;
}
#my-service .single-service p {
font-size: 14px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#my-service .single-service:hover p,
#my-service .single-service.active p{
color:#fff;
}
/*=======================
End Service
=========================*/
/*=======================
Portfolio CSS
=========================*/
#portfolio {
background: #fff;
overflow: hidden;
}
#portfolio .container-fluid{
padding:0;
}
#portfolio .row.stylex {
margin: 0;
}
#portfolio .col-fix{
padding:0;
}
#portfolio .portfolio-nav {
text-align: center;
margin: 30px 0 60px;
}
#portfolio .portfolio-nav ul li {
display: inline-block;
margin-right: 15px;
position: relative;
padding: 8px 15px;
border-radius: 5px;
font-size: 14px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
text-transform: capitalize;
text-transform: uppercase;
font-weight: 600;
}
#portfolio .portfolio-nav ul li:last-child{
margin:0;
}
#portfolio .portfolio-nav ul li.active,
#portfolio .portfolio-nav ul li:hover{
color:#fff;
}
#portfolio .portfolio-nav ul li span {
position: absolute;
top: -31px;
border-radius: 5px;
font-size: 13px;
line-height: 20px;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #fff;
opacity: 0;
visibility: hidden;
padding: 2px 10px;
font-size: 12px;
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
transform:translateY(-100%);
}
#portfolio .portfolio-nav ul li span::before {
position: absolute;
left: 50%;
bottom: -5px;
content: "";
border-top: 5px solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
margin-left: -5px;
}
#portfolio .portfolio-nav ul li.active span,
#portfolio .portfolio-nav ul li:hover span{
opacity:1;
visibility:visible;
transform:translateY(0%);
}
#portfolio .portfolio-nav ul li i {
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#portfolio .portfolio-nav ul li.active i,
#portfolio .portfolio-nav ul li:hover i{
color:#fff;
}
#portfolio .no-margin{
margin:0;
}
/* Portfolio Latest */
#portfolio .portfolio-single{
position:relative;
transition:all 0.3s ease;
overflow:hidden;
}
#portfolio .portfolio-single .btn {
position: absolute;
width: 42px;
height: 42px;
line-height: 42px;
font-size: 40px;
text-align: center;
color: #fff;
z-index: 33;
cursor: pointer;
border-radius: 0px;
bottom: 0;
right: -100px;
padding: 0;
}
#portfolio .portfolio-single:hover .btn{
right:0;
}
#portfolio .portfolio-head{
position:relative;
}
#portfolio .portfolio-head::before {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(5, 5, 5, 0.9);
content: "";
visibility: hidden;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
left: 0;
z-index: 11;
}
#portfolio .portfolio-single:hover .portfolio-head:before{
visibility:visible;
-webkit-transform:translateY(0%);
-moz-transform:translateX(0%);
transform:translateX(0%);
}
#portfolio .portfolio-head img{
width:100%;
z-index:10;
}
#portfolio .portfolio-single:hover img{
transform:scale(1.1);
}
#portfolio .portfolio-hover {
position: absolute;
top: 0;
z-index: 20;
color: #fff;
top: 50%;
text-align: center;
padding-left: 30px;
padding-right: 30px;
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#portfolio .portfolio-single:hover .portfolio-hover {
opacity:1;
visibility:visible;
}
#portfolio .portfolio-hover h4 {
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
margin: 5px 0 15px;
position: relative;
top: -20px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
#portfolio .portfolio-single:hover h4{
top:0;
}
#portfolio .portfolio-hover p{
position: relative;
bottom: -20px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
#portfolio .portfolio-single:hover p{
bottom:0;
}
#portfolio .portfolio-hover span {
font-size: 16px;
display: block;
font-style: italic;
margin-bottom: 5px;
text-transform: capitalize;
}
#portfolio .portfolio-hover h4 a{
color:#fff;
}
#portfolio .portfolio-hover p{
color:#fff;
}
#portfolio .portfolio-hover .button {
margin-top: 15px;
position: relative;
bottom: -20px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
#portfolio .portfolio-single:hover .button{
bottom:0;
}
#portfolio .portfolio-hover .button a {
color: #333;
background: #fff;
display: inline-block;
margin: 0 5px;
border-radius: 100%;
width: 40px;
height: 40px;
line-height: 40px;
}
#portfolio .portfolio-hover .button a:hover,
#portfolio .portfolio-hover .button .primary{
color:#fff;
}
#portfolio .portfolio-hover .button .primary:hover{
background:#fff;
color:#333;
}
#portfolio .button{
text-align:center;
}
#portfolio .button .btn {
margin-top: 60px;
padding: 15px 38px;
border-radius: 50px;
font-weight: 600;
}
#portfolio .button .btn:hover,
#portfolio .button .btn:focus,
#portfolio .button .btn:active{
background:#353535;
color:#fff;
}
#portfolio .button .btn i{
margin-left:5px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#portfolio .button .btn:hover i{
-webkit-animation-name: hvr-wobble-horizontal;
animation-name: hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/* Portfolio Archive */
#portfolio.archive {
padding:0;
background: #f5f5f5;
}
#portfolio.archive .portfolio-nav {
margin: 18px 0px;
}
#portfolio.archive .portfolio-nav ul li{
color:#fff;
}
#portfolio.archive .portfolio-nav ul li.active,
#portfolio.archive .portfolio-nav ul li:hover{
background:#fff;
color:#353535;
}
#portfolio.archive .portfolio-nav ul li.active i,
#portfolio.archive .portfolio-nav ul li:hover i{
color:#353535;
}
#portfolio.archive .portfolio-nav ul li span{
display:none;
}
#portfolio .portfolio-nav ul li i{
color:#fff
}
#portfolio.archive .portfolio-nav ul li span::before{
border-top-color:#fff;
}
#portfolio.archive.column-4 .portfolio-hover h4{
font-size:15px;
}
#portfolio.archive.column .portfolio-inner{
padding:50px 0;
}
/* Portfolio Single */
#portfolio.single{
background:#f5f5f5;
}
#portfolio .portfolio-single.slider{
background:#fff;
padding:10px;
}
#portfolio.single .content,.portfolio-widget{
margin-top:30px;
}
#portfolio.single .content h2 {
position: relative;
display: inline-block;
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 15px;
font-size: 24px;
}
#portfolio.single .content h2:before{
position: absolute;
bottom: -2px;
content: "";
left: 0%;
width: 30%;
height: 4px;
}
#portfolio.single .content p{
margin-bottom:20px;
}
#portfolio.single .content p:last-child{
margin:0;
}
#portfolio.single .portfolio-single img{
transform:scale(1.0)
}
#portfolio.single .portfolio-widget{
padding:20px;
}
#portfolio.single .single-widget {
margin-bottom: 20px;
position:relative;
padding-left:50px;
}
#portfolio.single .single-widget:last-child{
margin:0;
}
#portfolio.single .single-widget h4 {
color: #fff;
margin-bottom: 5px;
}
#portfolio.single .single-widget i {
margin-right: 5px;
position: absolute;
left: 0;
font-size: 20px;
color: #fff;
top: 12px;
}
#portfolio.single .single-widget a {
color: #fff;
}
#portfolio.single .portfolio-single.slider .owl-nav div {
width: 40px;
height: 32px;
border-radius: 0px;
opacity: 1;
margin: 0;
border-right: 1px solid #fff;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#portfolio.single .portfolio-single.slider .owl-nav div:hover{
background:#333;
}
#portfolio.single .portfolio-single.slider .owl-nav div:last-child{
border:0px;
}
#portfolio.single .owl-nav {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -40px;
}
#portfolio .portfolio-related{
margin-top:30px;
cursor:pointer;
}
/*=======================
End Portfolio
=========================*/
/*=======================
CountDown CSS
=========================*/
#countdown {
background-image: url(images/countdown.jpg);
background-size: cover;
background-position: center center;
position: relative;
background-attachment: fixed;
background-repeat: no-repeat;
padding:70px 0 100px;
}
#countdown::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
content: "";
}
#countdown .single-count {
margin-top:30px;
color: #fff;
font-size: 15px;
text-align: center;
}
#countdown h2 {
color: #fff;
font-size: 36px;
font-weight: 700;
position: relative;
margin: 20px 0;
}
#countdown .single-count i {
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 100%;
font-size: 36px;
position: relative;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#countdown .single-count:hover i{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform:rotate(360deg);
}
#countdown .single-count i:after {
content:"";
position:absolute;
left:0px;
top:0px;
height:100%;
width:100%;
border:3px solid transparent;
border-radius:100%;
-webkit-transform:scale(0.80);
transform:scale(0.80);
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
opacity:0
}
#countdown .single-count:hover i:after,
#countdown .single-count.active i:after{
-webkit-transform:scale(1.5);
transform:scale(1.2);
opacity:1;
}
#countdown .single-count p {
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
/*=======================
End CountDown
=========================*/
/*=======================
Timeline CSS
=========================*/
#my-timeline{
background:#f5f5f5;
}
#my-timeline .section-title{
margin-bottom:50px;
}
#my-timeline .timeline-inner {
position: relative;
padding: 20px 0;
}
#my-timeline .timeline-inner:before{
content: "";
*/-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
position: absolute;
display: block;
height: 100%;
width: 4px;
left: 50%;
top: 0;
}
#my-timeline .single-timeline {
padding-right: 120px;
}
#my-timeline .single-main:nth-child(2n) .single-timeline{
padding-right:0px;
padding-left:120px;
}
#my-timeline .single-timeline .single-content {
background: #fff;
padding: 25px;
width: 50%;
position: relative;
-webkit-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
-moz-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
}
#my-timeline .single-main:nth-child(2n) .single-timeline .single-content {
margin-left: 50.4%;
}
#my-timeline .single-timeline .single-content:before {
border: 15px solid transparent;
border-left-color: #ccc;
right: -31px;
top: 29px;
content:"";
position:absolute;
content:"";
}
#my-timeline .single-main:nth-child(2n) .single-timeline .single-content:before{
right: auto;
left:-31px;
border-left-color: transparent;
border-right-color: #ccc;
}
#my-timeline .single-timeline .single-content:after {
border: 15px solid transparent;
border-left-color: #fff;
right: -30px;
top: 26px;
content:"";
position:absolute;
content:"";
}
#my-timeline .single-main:nth-child(2n) .single-timeline .single-content:after{
left: -30px;
border-left-color: transparent;
border-right-color: #fff;
right:auto;
}
#my-timeline .single-timeline .date {
position: absolute;
right: -90px;
padding: 5px;
border-radius: 5px;
width: 60px;
text-align: center;
font-weight: 700;
}
#my-timeline .single-main:nth-child(2n) .single-timeline .date {
left: -93px;
right: auto;
}
#my-timeline .single-timeline .date p{
color: #fff;
margin:0;
}
#my-timeline .single-timeline h2 {
font-size: 18px;
position: relative;
padding-bottom: 12px;
margin-bottom: 12px;
display: inline-block;
text-transform: uppercase;
}
#my-timeline .single-timeline h2::before {
position: absolute;
bottom: -1px;
content: "";
left: 0%;
width: 50px;
height: 2px;
}
/*=======================
End Timeline
=========================*/
/*=======================
Pricing Table CSS
=========================*/
#pricing .single-table {
text-align: center;
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background:#fff;
margin-top:30px;
-webkit-box-shadow:0px 1px 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0px 1px 8px rgba(0, 0, 0, 0.4);
box-shadow:0px 1px 8px rgba(0, 0, 0, 0.4);
}
/* Table Head */
#pricing .single-table .table-head {
position: relative;
background: #333;
padding: 15px 0;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#pricing .single-table .title {
color: #fff;
font-size: 25px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;
}
#pricing .single-table .table-head .text{
color:#fff;
}
#pricing .single-table .table-head i {
color: #fff;
font-size: 45px;
position: relative;
z-index: 33;
bottom: -59px;
margin-top: -54px;
width: 88px;
height: 88px;
line-height: 88px;
}
#pricing .table-head i::after {
content: "";
position: absolute;
top: 0;
left: 0;
border: 2px solid #fff;
width: 100%;
height: 100%;
transform: rotate(45deg);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index:-3;
}
#pricing .single-table .table-head:hover i::after{
transform:rotate(0deg);
}
#pricing .single-table .table-head .text {
margin-bottom:5px;
color: #fff;
}
#pricing .single-table .price {
margin: 0 0 20px;
}
#pricing .single-table .table-head .amount span {
font-size: 30px;
font-weight: 700;
}
#pricing .single-table .price .amount {
font-size: 20px;
color: #fff;
margin: 0;
font-weight:400;
}
#pricing .single-table .price .amount span {
font-size: 50px;
font-weight: 700;
margin: 0 4px;
}
/* Table List */
#pricing .single-table .table-list {
padding: 68px 0 0;
}
#pricing .single-table .table-list li {
font-size: 14px;
font-weight: 400;
display: block;
cursor: pointer;
padding: 10px 0;
color: #666;
}
/* Table Bottom */
#pricing .single-table .table-bottom {
text-align: center;
padding:15px;
}
#pricing .single-table .btn{
padding:12px 35px;
color:#fff;
}
#pricing .single-table .btn i{
margin-left:5px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#pricing .single-table:hover .btn i{
margin-left:10px;
}
#pricing .single-table .table-bottom .text{
color:#fff;
margin: 5px 0 0;
text-transform:capitalize;
}
/*=======================
End Pricing Table
=========================*/
/*=======================
Testimonial CSS
=========================*/
#testimonials {
background: url('images/testimonial.jpg');
background-size: cover;
background-position: center;
position: relative;
background-attachment: fixed;
background-repeat: no-repeat;
}
#testimonials .section-title h1{
color:#fff;
}
#testimonials:before {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#000;
opacity:0.8;
content:"";
}
#testimonials .testimonial-carousel{
position:relative;
}
#testimonials .single-testimonial {
text-align: center;
padding: 20px 100px 0;
border-radius: 10px;
}
#testimonials .testimonial-content {
position: relative;
}
#testimonials .testimonial-content i {
font-size: 30px;
position: absolute;
left: 0;
font-size: 60px;
z-index: -1;
color: #bbb;
opacity: 0.3;
top: -22px;
}
#testimonials .testimonial-content p {
color: #fff;
}
#testimonials .testimonial-info {
overflow: hidden;
margin-top: 20px;
}
#testimonials .testimonial-info img {
width: 80px;
position: relative;
display: inline-block;
height: 80px;
border: 2px solid #fff;
}
#testimonials .testimonial-info h6 {
font-size: 18px;
font-weight: 700;
color: #fff;
margin: 10px 0 0;
text-transform: uppercase;
}
#testimonials .testimonial-info span {
color: #fff;
position: relative;
display: block;
margin-top: 10px;
font-weight: 400;
font-size: 14px;
}
#testimonials .rating {
margin-top: 10px;
}
#testimonials .rating li{
display:inline-block;
}
#testimonials .owl-nav{}
#testimonials .owl-nav div {
position: absolute;
top: 50%;
margin-top:-25px;
padding: 0;
font-size: 50px;
border-radius:100%;
background:transparent;
background:transparent;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#testimonials .owl-nav div:hover{
opacity:0.5;
}
#testimonials .owl-nav .owl-prev{
left:0;
}
#testimonials .owl-nav .owl-next{
right:0;
}
/*=======================
End Testimonial
=========================*/
/*=======================
Blog CSS
=========================*/
#blog{
background:#f5f5f5;
}
/* Blog Latest */
#blog .single-blog {
background: #fff;
-webkit-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
-moz-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
margin-top: 3;
margin: 30px 5px 5px 5px;
}
#blog .blog-head {
position: relative;
z-index: 5;
border-bottom: 5px solid;
overflow:hidden;
}
#blog .blog-head img{
width:100%;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#blog .blog-head .blog-link {
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
opacity:0;
visibility:hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#blog .blog-head:hover .blog-link{
opacity:1;
visibility:visible;
}
#blog .blog-head .blog-link a {
width: 40px;
height: 40px;
border-radius: 100%;
z-index: 3;
color: #fff;
display: block;
text-align: center;
line-height: 40px;
position: absolute;
left: 50%;
margin-left: -20px;
font-size: 15px;
top: 50%;
margin-top: -20px;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
transform: scale(1.5);
}
#blog .blog-head:hover .blog-link a {
-webkit-transform: scale(1.0);
-moz-transform: sscale(1.0);
transform: scale(1.0);
}
#blog .blog-head .blog-link a:hover{
background:#fff;
color:#353535;
}
#blog .blog-info .date {
position: absolute;
left: 18px;
background: #333;
color: #fff;
display: block;
text-align: center;
font-size: 13px;
text-transform: uppercase;
top: -45px;
z-index: 44;
}
#blog .blog-info .day {
padding: 2px 20px;
line-height: 20px;
font-weight:700;
}
#blog .blog-info .day span{
display:block;
font-size:15px;
}
#blog .blog-info .year{
padding:2px 20px;
font-weight:700;
font-size:15px;
}
#blog .blog-info {
padding: 30px 20px 20px;
position: relative;
}
#blog .blog-info h2 {
font-size: 20px;
line-height: 24px;
font-weight: 600;
text-transform: uppercase;
margin: 10px 0 5px;
font-weight: 700;
}
#blog .blog-info h2 a {
color: #353535;
}
#blog .meta {
margin: 0;
}
#blog .meta span {
margin-right: 5px;
font-size: 13px;
font-weight: 600;
color: #555;
}
#blog .meta span i{
margin-right:5px;
}
#blog .blog-info p {
padding: 10px 0;
}
#blog .btn {
text-align: left;
background: transparent;
padding: 0;
display: block;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
}
#blog .btn:hover{
color:#353535;
}
#blog .btn i{
margin-left:5px;
}
#blog .owl-theme .owl-nav{
margin:0;
}
#blog .owl-dots {
position: absolute;
bottom: -55px;
left: 50%;
margin-left: -25px;
}
#blog .owl-dot{
display: inline-block;
}
#blog .owl-dot span {
width: 12px;
height: 12px;
background: #353535;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
#blog .owl-dot.active span{
position: relative;
width: 8px;
height: 8px;
top: -2px;
}
#blog .owl-dot span::before {
position: absolute;
width: 100%;
height: 100%;
border: 1px solid;
border-radius: 100%;
background: transparent;
transform: scale(0.5);
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
content: "";
top: 0;
left: 0;
opacity:0;
visibility:hidden;
}
#blog .owl-dot.active span:before{
opacity:1;
visibility:visible;
-webkit-transform:scale(2.0);
-moz-transform:scale(2.0);
transform:scale(2.0);
}
/* Blog Archive */
#blog.archive {
padding: 50px 0 80px;
}
#blog.archive iframe{
width:100%;
height:500px;
border:0px solid;
margin:0;
padding:0;
}
#blog.archive .iframe .blog-head{
height:500px;
}
#blog.archive .single-blog {
padding: 15px;
box-shadow: none;
}
#blog.archive .blog-info h2{
font-size:24px;
}
#blog.archive .blog-head.slider .owl-dots {
bottom: 7px;
}
#blog.archive .blog-head.slider .owl-nav {
position: absolute;
top: 50%;
width: 100%;
}
#blog.archive .blog-head.slider .owl-nav div {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
font-size: 26px;
color: #fff;
margin: 0;
position: absolute;
padding: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: -20px;
}
#blog.archive .blog-head.slider .owl-nav div:hover{
background:#353535;
}
#blog.archive .blog-head.slider:hover .owl-nav div{
opacity:1;
visibility:visible;
}
#blog.archive .owl-nav .owl-prev{
left:0;
}
#blog.archive .owl-nav .owl-next{
right:0;
}
#blog.archive .list{
max-width:900px;
margin:0 auto;
}
#blog.archive.grid-sidebar .blog-info h2 {
font-size: 18px;
}
#blog.archive .pagination {
display: block;
padding-left: 0;
margin: 50px 0 0;
border-radius: 4px;
text-align: center;
}
#blog.archive .pagination li{
display:inline-block;
}
#blog.archive .pagination li a {
color: #353535;
background: #fff;
padding: 10px 25px;
}
#blog.archive .pagination li:hover a,
#blog.archive .pagination li.active a{
border-color:transparent;
color:#fff;
}
#blog.archive .pagination li.prev span {
margin-right: 5px;
}
#blog.archive .pagination li.next span{
margin-left:5px;
}
/* Blog Sidebar */
#blog .form .search{
position:relative;
}
#blog .form .s-button {
position: absolute;
right: 0;
top: 0;
}
#blog .form .s-button i {
top: 20px;
content: "";
color: #fff;
font-size: 18px;
text-align: center;
margin: 0;
}
#blog .form .search input[type="text"]{
border:0px solid;
width:100%;
height:50px;
background:#f5f5f5;
padding-left:10px;
}
#blog .form .search .btn {
height: 50px;
width: 55px;
border: 0px solid;
color: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
border-radius: 0px;
}
#blog .form .search .btn:hover{
background:#333;
}
#blog .blog-sidebar {
margin-top: 30px;
}
#blog .single-sidebar {
margin-bottom: 30px;
background: #fff;
padding: 15px;
}
#blog .single-sidebar:last-child{
margin:0px;
border:none;
}
#blog .single-sidebar h2 {
text-transform: uppercase;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 15px;
display: inline-block;
position: relative;
}
#blog .single-sidebar h2:before {
position: absolute;
bottom: -1px;
content: "";
left: 0%;
width: 70%;
height: 2px;
border-radius: 100%;
}
#blog .single-sidebar h2:before{
position:absolute;
left:0;
bottom:0;
width:50%;
height:2px;
content:"";
}
#blog .single-sidebar ul li a {
color: #353535;
}
#blog .latest .single-post {
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
#blog .latest .single-post:last-child {
margin-bottom: 0px;
border: none;
}
#blog .latest .single-post .post-img{
float:left;
margin-right:10px;
}
#blog .latest .single-post img {
width: 60px;
height: 60px;
border-radius: 100%;
}
#blog .latest .post-info{
display:table-cell;
vertical-align:top;
}
#blog .latest .post-info h4 {
margin: 0;
font-size: 15px;
margin-bottom: 5px;
line-height: 25px;
font-weight: 400;
}
#blog .latest .post-info a {
color: #353535;
font-size: 15px;
font-weight: 600;
}
#blog .latest .post-info p{
margin:0;
font-weight:500;
}
#blog .latest .post-info p i{
margin-right:5px;
font-size:13px;
}
#blog .category ul li {
margin-bottom: 5px;
font-size: 16px;
padding-bottom: 10px;
margin-bottom: 10px;
}
#blog .category ul li span{
width:26px;
height:26px;
border-radius:100%;
display:inline-block;
text-align:center;
float:right;
color:#fff;
font-size:13px;
}
#blog .category ul li:last-child{
margin-bottom:0px;
padding-bottom: 0px;
}
#blog .tags h2{
margin-bottom:5px;
}
#blog .tags ul li {
display: inline-block;
margin-right:10px;
margin-top:10px;
}
#blog .tags ul li a {
color: #fff;
display: block;
padding: 5px 10px;
background:#333;
}
#blog .tags ul li:hover a,
#blog .tags ul li.active a{
color:#fff;
}
/* Blog Single */
#blog.single blockquote {
font-style: italic;
font-size: 15px;
color:#353535;
font-weight:600;
}
/* Prev Next */
#blog.single .prev-next {
position: relative;
float: left;
}
#blog.single .prev-next ul{}
#blog.single .prev-next ul li {
left: 0;
display: inline-block;
margin-right: 10px;
}
#blog.single .prev-next ul li.next{
right:0px;
left:auto;
}
#blog.single .prev-next ul li a {
width: 30px;
display: block;
text-align: center;
line-height: 30px;
height: 30px;
border-radius: 100%;
color: #fff;
}
#blog.single .prev-next ul li a:hover{
background:#333;
}
#blog.single .blog-bottom{
overflow:hidden;
}
/* Blog Share */
#blog.single .blog-share {
float: right;
}
#blog.single .blog-share ul li {
display: inline-block;
margin: 0 6px 6px 0;
}
#blog.single .blog-share ul li.share{
text-transform:uppercase;
font-weight:500;
}
#blog.single .blog-share ul li.share i{
margin-left:5px;
}
#blog.single .blog-share ul li a {
display: block;
border-radius: 100%;
width: 30px;
height: 30px;
color:#fff;
line-height: 30px;
text-align: center;
background:#252525;
}
/* Blog title */
#blog .b-title{
text-align:center;
}
#blog .b-title h2 {
text-align: center;
position: relative;
display: inline-block;
font-size: 20px;
margin-bottom: 15px;
padding-bottom: 15px;
}
#blog .b-title h2::before {
position: absolute;
bottom: -1px;
content: "";
left: 50%;
width: 60%;
height: 2px;
margin-left: -30%;
}
/* Blog Comments */
#blog .blog-comments {
margin-top: 30px;
background: #fff;
padding: 20px;
}
#blog .blog-comments h2{
text-align:center;
text-transform:capitalize;
font-size:20px;
}
#blog .single-comments {
overflow: hidden;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 30px;
margin-bottom: 30px;
}
#blog .single-comments:last-child{
border-bottom:0px solid;
padding:0px;
margin:0;
}
#blog .single-comments .main {
overflow: hidden;
padding-bottom: 15px;
}
#blog .single-comments .head {
float: left;
margin-right: 20px;
text-align: center;
width: 12%;
}
#blog .single-comments .head img {
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 80px;
}
#blog .single-comments .body {
float: left;
width: 80%;
}
#blog .single-comments .comment-list {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #e2e2e2;
}
#blog .single-comments h4 {
margin: 0 0 3px;
font-size: 18px;
text-align: left;
font-weight: 600;
}
#blog .single-comments .meta {
font-size: 13px;
margin: 0;
color: #666;
font-weight: 400;
}
#blog .single-comments p {
font-size: 13px;
}
#blog .single-comments a {
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}
#blog .single-comments a i{
margin-right:5px;
}
#blog .comment-list {
padding-left:50px;
}
#blog .single-comments.login{
text-align:center;
}
#blog .single-comments.login i{
font-size:20px;
}
#blog .single-comments.login a{
text-align:center;
}
#blog .single-comments.login a:hover{
color:#353535;
}
/*=======================
End Blog
=========================*/
/*=======================
Call to action CSS
=========================*/
#call-action {
position: relative;
overflow: hidden;
background-image: url('images/call.jpg');
background-size: cover;
background-position: center;
z-index: 1;
}
#call-action::after {
position: absolute;
top: 20px;
content: "";
width: 80%;
height: 330px;
background: #000;
left: 50%;
opacity: 0.8;
margin-left: -40%;
transform: rotate(6deg);
border-radius: 10px;
z-index: -2;
}
#call-action::before {
position: absolute;
top: 20px;
content: "";
width: 80%;
height: 330px;
left: 50%;
opacity: 0.8;
margin-left: -40%;
transform: rotate(-6deg);
border-radius: 10px;
z-index: -2;
}
#call-action .call-action-main {
text-align: center;
z-index: 5;
}
#call-action .call-action-main h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 25px;
font-size: 34px;
position: relative;
overflow:hidden;
display: inline-block;
}
#call-action .call-action-main p {
color: #fff;
font-size: 14px;
padding: 0 80px;
}
#call-action .call-action-main .button{
margin-top: 25px;
}
#call-action .call-action-main .button i{
margin-right:5px;
}
#call-action .btn {
margin: 0;
background: #fff;
color: #353535;
}
#call-action .btn:hover{
color:#fff;
}
/*=======================
End Call to action
=========================*/
/*=======================
Contact CSS
=========================*/
#contact {
position: relative;
top: 215px;
z-index: 43;
margin-top: -215px;
}
#contact .form {
margin-top: 30px;
background: #fff;
padding: 15px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
height: 460px;
}
#contact .form-group {
position: relative;
display: block;
margin: 0 0 25px;
}
#contact .form-group i {
position: absolute;
font-size: 16px;
padding: 15px 12px;
}
#contact .form-group input {
width: 100%;
height: 50px;
border: 1px solid #ddd;
padding-left: 10px;
border-radius: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
font-weight: 400;
}
#contact .form-group textarea {
border: 1px solid #ddd;
padding: 10px;
width: 100%;
border-radius: 5px;
padding-left: 10px;
resize: none;
height: 173px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#contact .form-group input:hover,
#contact .form-group input:focus,
#contact .form-group textarea:hover{
outline:none;
}
#contact .form-group .button {
padding: 10px 30px;
font-size: 14px;
text-transform: uppercase;
display: inline-block;
border: 0px solid;
color:#fff;
border-radius:5px;
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
transition:all 0.4s ease;
}
#contact .form-group .button:hover{
background:#252525;
}
#contact .form-group .button i{
position:relative;
display:inline-block;
color:#fff;
margin-right:10px;
padding:0px;
}
#contact .form-group.button{
margin:0;
}
#contact .contact {
margin-top: 30px;
background: #fff;
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.50);
-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.50);
box-shadow:0px 0px 4px rgba(0, 0, 0, 0.50);
padding: 20px;
height:355px;
}
#contact .single-address {
position: relative;
margin-bottom: 34px;
}
#contact .single-address:last-child{
margin:0;
}
#contact .single-address i {
position: absolute;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
text-align: center;
font-size: 20px;
top: 50%;
margin-top: -20px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#contact .single-address:hover i{
color:#fff;
border-color:transparent;
}
#contact .single-address .title{
margin-left:60px;
}
#contact .single-address h4 {
margin-bottom: 15px;
}
#contact .single-address p{
color:#555;
}
/*=======================
End Contact
=========================*/
/*=======================
Clients CSS
=========================*/
#clients.section {
padding: 200px 0 70px;
background: #F8F8F8;
border-top: 3px solid;
background: url('images/clients-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-attachment: fixed;
}
#clients::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.8;
content: "";
}
#clients.style2{
padding:80px 0;
}
/*=======================
End Clients
=========================*/
/*=======================
Mail CSS
=========================*/
#mail {
background: #f5f5f5;
text-align: left;
}
#mail h2{
margin-bottom:20px;
}
#mail p {
font-size: 16px;
}
#mail .btn {
margin-top: 20px;
padding: 12px 35px;
background: #ED5F55;
color: #fff;
display: inline-block;
border-radius:5px;
}
#mail .btn:hover{
background:#353535;
}
#mail .btn i{
margin-right:5px;
font-size:15px;
}
/*=======================
End Mail
=========================*/
/*=======================
Footer Top CSS
=========================*/
#footer-top {
background: #fff;
text-align: center;
}
#footer-top .newslatter {
padding: 0 120px;
}
#footer-top .newslatter h2 {
color: #333;
margin: 0 0 20px;
text-transform: uppercase;
font-size: 30px;
}
#footer-top .newslatter h2 span {
margin-right: 10px;
}
#footer-top .newslatter p{
color:#555;
margin:0 0 20px;
}
#footer-top .news-form {
position: relative;
margin-bottom: 30px;
width: 500px;
margin: 0 auto;
}
#footer-top .news-form input {
height: 50px;
border: 0px solid;
padding: 5px 20px;
width: 90%;
text-transform: capitalize;
border-radius: 50px;
background: #f1f1f1;
color: #555;
padding-right: 90px;
}
#footer-top .news-form input::-webkit-input-placeholder {
opacity: 1;
color: #555 !important;
}
#footer-top .news-form input::-moz-placeholder {
opacity: 1;
color: #555 !important;
}
#footer-top .news-form input::-ms-input-placeholder {
opacity: 1;
color: #555 !important;
}
#footer-top .news-form button {
border: 0px solid;
width: 80px;
color: #fff;
padding: 0;
box-shadow: none;
position: absolute;
top: 0;
border-radius: 50px;
height: 50px;
right: 25px;
border:1px solid transparent;
box-shadow:none;
}
#footer-top .news-form button:hover{
background:transparent;
}
/*=======================
End Footer Top
=========================*/
/*=======================
Footer CSS
=========================*/
#footer {
background: #333;
padding: 15px 0 10px;
text-align: center;
position: relative;
}
#footer .arrow a {
font-size: 30px;
position: absolute;
top: -15px;
left: 50%;
color: #fff;
width: 44px;
height: 44px;
line-height: 44px;
border-radius: 100%;
margin-left: -22px;
display: block;
padding: 0;
z-index: 99;
}
#footer .arrow a:hover {
background:#333;
}
#footer .copyright{
padding:5px 0;
text-align:left;
}
#footer .copyright p{
color:#fff;
margin:0;
}
#footer .copyright span{
margin:0px 5px;
}
#footer .social {
text-align: right;
}
#footer .social li{
margin-right:15px;
display:inline-block;
}
#footer .social li a {
display: block;
line-height: 28px;
font-size:15px;
color: #fff;
}
/*=======================
End Footer
=========================*/ | resources/assets/repair-service/css/style.css | [Table of contents]
* Reset CSS
* Header CSS
+ Logo
+ Main menu
+ Social
+ Header Extra
* Personal CSS
+ Personal Animate
+ Personal Particle
+ Personal Slider
+ Personal Video Background
* About Me CSS
* Service CSS
* portfolio CSS
+ Portfolio Latest
+ Portfolio Archive
+ Portfolio Single
* CountDown CSS
* Timeline CSS
* Pricing Table CSS
* Testimonials CSS
* Blog CSS
+ Blog Latest
+ Blog Archive
+ Blog Sidebar
+ Blog Single
* Call To Action CSS
* Contact CSS
* Clients CSS
* Mail CSS
* Footer Top CSS
* Footer CSS
=========================================*/
/*=======================
Header CSS
=========================*/
#header {
top: 0;
width: 100%;
z-index: 99;
position: fixed;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background:rgba(0, 0, 0, 0.36);
}
/* Logo */
#header .logo {
padding-top: 17px;
}
#header .logo a {
color: #fff;
text-transform: capitalize;
font-size: 22px;
font-weight: 600;
position: relative;
padding-left: 16px;
}
#header .logo a::before {
position: absolute;
left: 0;
top: 12px;
width: 10px;
height: 10px;
content: "";
border-radius: 100%;
}
/* Main Menu */
#header .nav-area{
position:relative;
}
#header .mainmenu {
float: left;
width: 100%;
}
#header .nav {
float: right;
margin-right: 30px;
}
#header .nav li {
position: relative;
}
#header .nav li a {
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
padding: 20px 10px;
position: relative;
display: block;
background: transparent;
}
#header .nav li a::before {
position: absolute;
top: 0;
left: 50%;
right: 50%;
border-radius: 0 0 10px 10px;
content: "";
height: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header .nav li.active a::before,
#header .nav li:hover a::before {
left: 10px;
right: 10px;
}
#header .nav li a::after {
position: absolute;
top: 3px;
left: 50%;
right: 50%;
content: "";
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
margin-left: -2.5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}
#header .nav li:hover a::after,
#header .nav li.active a::after{
opacity:1;
visibility:visible;
}
#header .nav li a i {
margin-right: 10px;
opacity: 0;
visibility: hidden;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header .nav li.active a i,
#header .nav li:hover a i {
opacity: 1;
visibility: visible;
color: #fff;
}
#header .nav li ul {
position: absolute;
left: 0;
width: 220px;
background: #fff;
top: 100%;
border-radius: 0;
opacity: 1;
visibility: visible;
z-index: 333;
box-shadow: 0px 1px 4px #fff;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#header .nav li:hover ul{
opacity:1;
visibility:visible;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
#header .nav li ul li{
margin-right:0px;
}
#header .nav li ul li a {
color: #353535;
padding: 12px 10px;
text-transform:capitalize;
}
#header .nav li ul li a:before,
#header .nav li ul li a:after{
display:none;
}
#header .nav li.active ul i,
#header .nav li:hover ul i{
color:#353535;
}
/* Header Social */
#header .social-icon {
position: absolute;
right: 0;
top: 20px;
}
#header .social-icon li a {
background: #fff;
width: 20px;
display: block;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 100%;
font-size: 13px;
}
#header .social {
position: absolute;
right: 0;
padding: 5px 20px;
border-radius: 3px;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
top: 100%;
}
#header .social.active{
transform:translateY(0%);
opacity:1;
visibility:visible;
-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);
}
#header .social li {
display: inline-block;
margin-right: 15px;
}
#header .social li:last-child{
margin:0;
}
#header .social li a {
color: #fff;
}
#header .social li a:hover i{
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Header Extra */
#header.sticky{
background:#fff;
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.30);
-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.30);
box-shadow:0px 0px 4px rgba(0, 0, 0, 0.30);
}
#header.sticky .nav li a,
#header.sticky .logo a {
color: #353535;
}
#header.sticky .nav li ul {
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
}
#header.sidenav {
position: fixed;
left: 0px;
max-width: 200px;
height: 100%;
padding: 40px 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #fff;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
background: #353535;
}
#header.sidenav{
transform:translateX(-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);
}
#header.sidenav.active{
transform:translateX(0%);
-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);
}
#header.sidenav .container{
width: 100%;
margin:0;
padding:0;
}
#header.sidenav .nav li a,
#header.sidenav .logo a {
color: #fff;
}
#header.sidenav .logo {
margin-bottom: 25px;
padding:0;
}
#header.sidenav .nav{
float:none;
}
#header.sidenav .nav li{
float:none;
margin:0 0 30px;
}
#header.sidenav .nav li:last-child{
margin:0;
}
#header.sidenav .nav li a {
padding: 0px;
}
#header.sidenav .nav li a::before,
#header.sidenav .nav li a::after{
display:none;
}
#header.sidenav .nav li a i {
opacity: 1;
visibility: visible;
}
#header.sidenav .nav li:hover a i,
#header.sidenav .nav li.active a i{
opacity:1;
visibility:visible;
}
#header.sidenav .social {
position: relative;
opacity: 1;
visibility: visible;
transform: none;
margin-top: 25px;
}
#header .side-icon {
position: absolute;
top: 0;
right: -25px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header.active .side-icon{
right:-7px;
}
#header .side-icon a {
color: #fff;
width: 25px;
display: block;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 100%;
font-size: 14px;
}
#header.active .side-icon a i:before{
content:"\f00d";
}
#header.normal{
position:relative;
background:#fff;
}
#header.normal .nav li a,
#header.normal .logo a {
color: #353535;
}
/*=======================
End Header
=========================*/
/*=======================
Personal CSS
=========================*/
#personal-area {
background-image: url('images/personal/personal-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 680px;
position:relative;
background-position: center;
}
#personal-area .personal-single {
position: relative;
z-index: 3;
}
#personal-area .personal-single::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('images/banner-pattern.png');
opacity: 0.5;
content: "";
z-index: -1;
}
#personal-area .personal-single::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
content: "";
z-index: -2;
}
#personal-area .personal-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 680px;
text-align: center;
}
/* Personal Animate Text */
#personal-area .personal-text h1 {
color: #fff;
font-size: 50px;
text-transform: uppercase;
font-weight: 800;
margin-bottom: 25px;
}
#personal-area .personal-text h2 {
font-size: 25px;
text-transform: uppercase;
color: #eee;
margin-bottom: 25px;
}
#personal-area .personal-text h2 span {
display:inline-block;
padding:0;
}
#personal-area .personal-text h2 b{
font-weight:700;
}
#personal-area .my-info p {
color: #fff;
font-size: 15px;
}
#personal-area .personal-text .btn {
background: #fff;
color: #353535;
margin-right: 20px;
padding: 13px 35px;
overflow:hidden;
}
#personal-area .personal-text .btn:hover{
color:#fff;
}
#personal-area .personal-text .btn.primary{
color:#fff;
}
#personal-area .personal-text .btn i{
margin-right:10px;
}
#personal-area .personal-text .btn:hover i{
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#personal-area .personal-text .btn:last-child{
margin:0;
}
/* Personal Particle */
#personal-area.particle {
background-image: url('images/personal/particle-bg.jpg');
z-index:100;
width:100%;
height:100%;
}
#personal-area.particle:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url('images/banner-pattern.png');
opacity: 0.5;
content: "";
z-index: -1;
}
#personal-area.particle:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
content: "";
z-index: -2;
}
#personal-area #particles-js {
position: absolute;
width: 100%;
height: 100%;
z-index: 6;
}
#personal-area.particle .personal-single {
z-index: 99;
}
#personal-area.particle .personal-single:before,
#personal-area.particle .personal-single:after{
display:none;
}
#personal-area.particle .personal-text {
border-radius: 5px;
flex-direction: initial;
height: auto;
padding: 0 100px;
text-align: center;
}
#personal-area.particle .my-info{
z-index: 12;
display: inline-block;
}
#personal-area.particle .personal-text h1 {
margin-bottom: 25px;
}
#personal-area.particle .button {
margin-top: 25px;
}
#personal-area.particle .arrow a {
border-radius: 100%;
width: 45px;
height: 45px;
line-height: 45px;
display: block;
position: absolute;
bottom: 40px;
left: 50%;
margin-left: -25px;
z-index: 99;
color: #fff;
font-size: 26px;
overflow: hidden;
text-align: center;
}
#personal-area.particle .arrow a:hover{
-webkit-box-shadow: 0px 0px 8px #fff;
-moz-box-shadow: 0px 0px 8px #fff;
box-shadow: 0px 0px 8px #fff;
}
#personal-area.particle .arrow a i {
-webkit-animation: scroll 1.5s infinite ease;
-moz-animation: scroll 1.5s infinite ease;
-o-animation: scroll 1.5s infinite ease;
animation: scroll 1.5s infinite ease;
}
/* Personal Slider */
#personal-area.slider .personal-text {
text-align: left;
padding: 0 350px 0 0;
}
#personal-area.slider .personal-text.center{
text-align:center;
padding: 0 150px 0 150px;
}
#personal-area.slider .personal-text.right{
text-align:right;
padding: 0 0 0 350px;
}
#personal-area.slider .personal-text h1{
margin-bottom:10px;
}
#personal-area.slider .button{
margin-top: 25px;
}
#personal-area.slider .personal-single{
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}
#personal-area.slider .owl-dots {
position: absolute;
margin-top: -10px;
left: 50%;
margin-left: -40px;
bottom: 30px;
}
#personal-area.slider .owl-dot{
display: inline-block;
}
#personal-area.slider .owl-dot span {
width: 12px;
height: 12px;
background: #fff;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#personal-area.slider .owl-dot.active span {
width: 15px;
height: 15px;
top: 1px;
position: relative;
}
/* Slider Animation */
#personal-area.slider .owl-item.active .personal-text h1{
animation: fadeInDown 1s both 1.2s;
}
#personal-area.slider .owl-item.active .personal-text h2{
animation: fadeInUp 1s both 1.5s;
}
#personal-area.slider .owl-item.active .personal-text p{
animation: fadeInUp 1s both 1.6s;
}
#personal-area.slider .owl-item.active .personal-text .btn{
animation: fadeInUp 1s both 1.8s;
}
/* Personal Video Background */
#personal-area.video_player{
background:transparent;
}
#personal-area.video_player .personal-single::before {
opacity: 0.3;
}
/*=======================
End Personal
=========================*/
/*=======================
About Me CSS
=========================*/
#about-me {
padding: 0;
z-index: 44;
background: #f5f5f5;
}
#about-me.default{
background:#fff;
padding:80px 0;
}
#about-me.default .tabs-main {
top: 0px;
margin-bottom: 0px;
margin-top: 20px;
}
#about-me .tabs-main {
position: relative;
z-index: 3;
border-radius: 10px;
margin-top: -45px;
}
#about-me .tabs-main .nav-tabs {
position: absolute;
top: 34px;
left: 30px;
}
#about-me .tabs-main .nav-tabs li {
float: none;
margin: 0;
padding-bottom: 50px;
position: relative;
}
#about-me .tabs-main li .tooltips {
position: absolute;
width: 78px;
top: -30px;
color: #fff;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
text-transform: uppercase;
left: -16px;
opacity: 0;
visibility: hidden;
border-radius: 5px;
}
#about-me .tabs-main li:hover .tooltips{
opacity:1;
visibility:visible;
}
#about-me .tabs-main .nav-tabs li::before {
position: absolute;
left: 18px;
bottom: 0;
width: 2px;
height: 100%;
content: "";
top: 0;
}
#about-me .tabs-main .nav-tabs li:last-child:before{
display:none;
}
#about-me .tabs-main .nav-tabs li a {
border: 0px;
border-radius: 100%;
margin: 0;
width: 40px;
background: #fff;
color: #353535;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0;
}
#about-me .tabs-main .nav-tabs li.active a,
#about-me .tabs-main .nav-tabs li:hover a{
color:#fff;
}
#about-me .tab-content {
background: #333;
padding: 30px 30px 30px 100px;
border-radius: 5px;
}
#about-me .tab-pane {
transition: all 0.4s ease;
width:100%;
}
#about-me .tab-title {
position: relative;
display: inline-block;
padding-bottom: 15px;
margin-bottom: 15px;
font-size: 20px;
text-transform: uppercase;
color: #fff;
}
#about-me .tab-title:before{
position: absolute;
bottom: -1px;
content: "";
left: 0%;
width: 70%;
height: 2px;
border-radius: 100%;
}
#about-me .single-image{
position:relative;
overflow:hidden;
}
#about-me .single-image:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
#about-me .single-image:hover:before{
-webkit-animation: circle .75s;
animation: circle .75s;
}
#about-me .single-image{
position:relative;
}
#about-me .social {
width: 100%;
text-align: left;
margin-top: 20px;
}
#about-me .social ul li {
display: inline-block;
margin-right: 5px;
}
#about-me .social ul li a {
width: 30px;
height: 30px;
line-height: 30px;
background: #fff;
color: #353535;
display: block;
border-radius: 100%;
text-align: center;
}
#about-me .social ul li:hover a{
color:#fff;
}
#about-me .about-text .content p {
margin-bottom: 20px;
font-weight: 300;
color: #eee;
}
#about-me .about-text p:last-child{
margin:0;
}
#about-me .single-skill {
margin-top: 15px;
}
#about-me .skill-info{
overflow:hidden;
}
#about-me .skill-info h4 {
float: left;
font-size: 14px;
margin-bottom: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
#about-me .progress {
height: 8px;
border-radius: 0px;
box-shadow: none;
overflow: visible;
}
#about-me .progress .progress-bar {
position: relative;
}
#about-me .progress .progress-bar span {
font-size: 16px;
right: 0;
color: #fff;
position: absolute;
top: -17px;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 100%;
background:#fff;
font-size: 13px;
font-weight: 400;
}
#about-me .progress .progress-bar span:before{
position:absolute;
bottom:0
}
/*=======================
End About Me
=========================*/
/*=======================
Service CSS
=========================*/
#my-service {
background: #F5F5F5;
}
#my-service .single-service {
text-align: center;
margin-top: 30px;
background: #fff;
padding: 25px;
-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
#my-service .single-service i {
font-size: 45px;
color: #353535;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#my-service .single-service:hover i,
#my-service .single-service.active i{
color:#fff;
}
#my-service .single-service h2 {
font-size: 18px;
color: #353535;
margin: 15px 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#my-service .single-service:hover h2,
#my-service .single-service.active h2{
color:#fff;
}
#my-service .single-service p {
font-size: 14px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#my-service .single-service:hover p,
#my-service .single-service.active p{
color:#fff;
}
/*=======================
End Service
=========================*/
/*=======================
Portfolio CSS
=========================*/
#portfolio {
background: #fff;
overflow: hidden;
}
#portfolio .container-fluid{
padding:0;
}
#portfolio .row.stylex {
margin: 0;
}
#portfolio .col-fix{
padding:0;
}
#portfolio .portfolio-nav {
text-align: center;
margin: 30px 0 60px;
}
#portfolio .portfolio-nav ul li {
display: inline-block;
margin-right: 15px;
position: relative;
padding: 8px 15px;
border-radius: 5px;
font-size: 14px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
text-transform: capitalize;
text-transform: uppercase;
font-weight: 600;
}
#portfolio .portfolio-nav ul li:last-child{
margin:0;
}
#portfolio .portfolio-nav ul li.active,
#portfolio .portfolio-nav ul li:hover{
color:#fff;
}
#portfolio .portfolio-nav ul li span {
position: absolute;
top: -31px;
border-radius: 5px;
font-size: 13px;
line-height: 20px;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #fff;
opacity: 0;
visibility: hidden;
padding: 2px 10px;
font-size: 12px;
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
transform:translateY(-100%);
}
#portfolio .portfolio-nav ul li span::before {
position: absolute;
left: 50%;
bottom: -5px;
content: "";
border-top: 5px solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
margin-left: -5px;
}
#portfolio .portfolio-nav ul li.active span,
#portfolio .portfolio-nav ul li:hover span{
opacity:1;
visibility:visible;
transform:translateY(0%);
}
#portfolio .portfolio-nav ul li i {
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#portfolio .portfolio-nav ul li.active i,
#portfolio .portfolio-nav ul li:hover i{
color:#fff;
}
#portfolio .no-margin{
margin:0;
}
/* Portfolio Latest */
#portfolio .portfolio-single{
position:relative;
transition:all 0.3s ease;
overflow:hidden;
}
#portfolio .portfolio-single .btn {
position: absolute;
width: 42px;
height: 42px;
line-height: 42px;
font-size: 40px;
text-align: center;
color: #fff;
z-index: 33;
cursor: pointer;
border-radius: 0px;
bottom: 0;
right: -100px;
padding: 0;
}
#portfolio .portfolio-single:hover .btn{
right:0;
}
#portfolio .portfolio-head{
position:relative;
}
#portfolio .portfolio-head::before {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(5, 5, 5, 0.9);
content: "";
visibility: hidden;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
left: 0;
z-index: 11;
}
#portfolio .portfolio-single:hover .portfolio-head:before{
visibility:visible;
-webkit-transform:translateY(0%);
-moz-transform:translateX(0%);
transform:translateX(0%);
}
#portfolio .portfolio-head img{
width:100%;
z-index:10;
}
#portfolio .portfolio-single:hover img{
transform:scale(1.1);
}
#portfolio .portfolio-hover {
position: absolute;
top: 0;
z-index: 20;
color: #fff;
top: 50%;
text-align: center;
padding-left: 30px;
padding-right: 30px;
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#portfolio .portfolio-single:hover .portfolio-hover {
opacity:1;
visibility:visible;
}
#portfolio .portfolio-hover h4 {
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
margin: 5px 0 15px;
position: relative;
top: -20px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
#portfolio .portfolio-single:hover h4{
top:0;
}
#portfolio .portfolio-hover p{
position: relative;
bottom: -20px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
#portfolio .portfolio-single:hover p{
bottom:0;
}
#portfolio .portfolio-hover span {
font-size: 16px;
display: block;
font-style: italic;
margin-bottom: 5px;
text-transform: capitalize;
}
#portfolio .portfolio-hover h4 a{
color:#fff;
}
#portfolio .portfolio-hover p{
color:#fff;
}
#portfolio .portfolio-hover .button {
margin-top: 15px;
position: relative;
bottom: -20px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
#portfolio .portfolio-single:hover .button{
bottom:0;
}
#portfolio .portfolio-hover .button a {
color: #333;
background: #fff;
display: inline-block;
margin: 0 5px;
border-radius: 100%;
width: 40px;
height: 40px;
line-height: 40px;
}
#portfolio .portfolio-hover .button a:hover,
#portfolio .portfolio-hover .button .primary{
color:#fff;
}
#portfolio .portfolio-hover .button .primary:hover{
background:#fff;
color:#333;
}
#portfolio .button{
text-align:center;
}
#portfolio .button .btn {
margin-top: 60px;
padding: 15px 38px;
border-radius: 50px;
font-weight: 600;
}
#portfolio .button .btn:hover,
#portfolio .button .btn:focus,
#portfolio .button .btn:active{
background:#353535;
color:#fff;
}
#portfolio .button .btn i{
margin-left:5px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#portfolio .button .btn:hover i{
-webkit-animation-name: hvr-wobble-horizontal;
animation-name: hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/* Portfolio Archive */
#portfolio.archive {
padding:0;
background: #f5f5f5;
}
#portfolio.archive .portfolio-nav {
margin: 18px 0px;
}
#portfolio.archive .portfolio-nav ul li{
color:#fff;
}
#portfolio.archive .portfolio-nav ul li.active,
#portfolio.archive .portfolio-nav ul li:hover{
background:#fff;
color:#353535;
}
#portfolio.archive .portfolio-nav ul li.active i,
#portfolio.archive .portfolio-nav ul li:hover i{
color:#353535;
}
#portfolio.archive .portfolio-nav ul li span{
display:none;
}
#portfolio .portfolio-nav ul li i{
color:#fff
}
#portfolio.archive .portfolio-nav ul li span::before{
border-top-color:#fff;
}
#portfolio.archive.column-4 .portfolio-hover h4{
font-size:15px;
}
#portfolio.archive.column .portfolio-inner{
padding:50px 0;
}
/* Portfolio Single */
#portfolio.single{
background:#f5f5f5;
}
#portfolio .portfolio-single.slider{
background:#fff;
padding:10px;
}
#portfolio.single .content,.portfolio-widget{
margin-top:30px;
}
#portfolio.single .content h2 {
position: relative;
display: inline-block;
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 15px;
font-size: 24px;
}
#portfolio.single .content h2:before{
position: absolute;
bottom: -2px;
content: "";
left: 0%;
width: 30%;
height: 4px;
}
#portfolio.single .content p{
margin-bottom:20px;
}
#portfolio.single .content p:last-child{
margin:0;
}
#portfolio.single .portfolio-single img{
transform:scale(1.0)
}
#portfolio.single .portfolio-widget{
padding:20px;
}
#portfolio.single .single-widget {
margin-bottom: 20px;
position:relative;
padding-left:50px;
}
#portfolio.single .single-widget:last-child{
margin:0;
}
#portfolio.single .single-widget h4 {
color: #fff;
margin-bottom: 5px;
}
#portfolio.single .single-widget i {
margin-right: 5px;
position: absolute;
left: 0;
font-size: 20px;
color: #fff;
top: 12px;
}
#portfolio.single .single-widget a {
color: #fff;
}
#portfolio.single .portfolio-single.slider .owl-nav div {
width: 40px;
height: 32px;
border-radius: 0px;
opacity: 1;
margin: 0;
border-right: 1px solid #fff;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#portfolio.single .portfolio-single.slider .owl-nav div:hover{
background:#333;
}
#portfolio.single .portfolio-single.slider .owl-nav div:last-child{
border:0px;
}
#portfolio.single .owl-nav {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -40px;
}
#portfolio .portfolio-related{
margin-top:30px;
cursor:pointer;
}
/*=======================
End Portfolio
=========================*/
/*=======================
CountDown CSS
=========================*/
#countdown {
background-image: url(images/countdown.jpg);
background-size: cover;
background-position: center center;
position: relative;
background-attachment: fixed;
background-repeat: no-repeat;
padding:70px 0 100px;
}
#countdown::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
content: "";
}
#countdown .single-count {
margin-top:30px;
color: #fff;
font-size: 15px;
text-align: center;
}
#countdown h2 {
color: #fff;
font-size: 36px;
font-weight: 700;
position: relative;
margin: 20px 0;
}
#countdown .single-count i {
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 100%;
font-size: 36px;
position: relative;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#countdown .single-count:hover i{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform:rotate(360deg);
}
#countdown .single-count i:after {
content:"";
position:absolute;
left:0px;
top:0px;
height:100%;
width:100%;
border:3px solid transparent;
border-radius:100%;
-webkit-transform:scale(0.80);
transform:scale(0.80);
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
opacity:0
}
#countdown .single-count:hover i:after,
#countdown .single-count.active i:after{
-webkit-transform:scale(1.5);
transform:scale(1.2);
opacity:1;
}
#countdown .single-count p {
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
/*=======================
End CountDown
=========================*/
/*=======================
Timeline CSS
=========================*/
#my-timeline{
background:#f5f5f5;
}
#my-timeline .section-title{
margin-bottom:50px;
}
#my-timeline .timeline-inner {
position: relative;
padding: 20px 0;
}
#my-timeline .timeline-inner:before{
content: "";
*/-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
position: absolute;
display: block;
height: 100%;
width: 4px;
left: 50%;
top: 0;
}
#my-timeline .single-timeline {
padding-right: 120px;
}
#my-timeline .single-main:nth-child(2n) .single-timeline{
padding-right:0px;
padding-left:120px;
}
#my-timeline .single-timeline .single-content {
background: #fff;
padding: 25px;
width: 50%;
position: relative;
-webkit-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
-moz-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
}
#my-timeline .single-main:nth-child(2n) .single-timeline .single-content {
margin-left: 50.4%;
}
#my-timeline .single-timeline .single-content:before {
border: 15px solid transparent;
border-left-color: #ccc;
right: -31px;
top: 29px;
content:"";
position:absolute;
content:"";
}
#my-timeline .single-main:nth-child(2n) .single-timeline .single-content:before{
right: auto;
left:-31px;
border-left-color: transparent;
border-right-color: #ccc;
}
#my-timeline .single-timeline .single-content:after {
border: 15px solid transparent;
border-left-color: #fff;
right: -30px;
top: 26px;
content:"";
position:absolute;
content:"";
}
#my-timeline .single-main:nth-child(2n) .single-timeline .single-content:after{
left: -30px;
border-left-color: transparent;
border-right-color: #fff;
right:auto;
}
#my-timeline .single-timeline .date {
position: absolute;
right: -90px;
padding: 5px;
border-radius: 5px;
width: 60px;
text-align: center;
font-weight: 700;
}
#my-timeline .single-main:nth-child(2n) .single-timeline .date {
left: -93px;
right: auto;
}
#my-timeline .single-timeline .date p{
color: #fff;
margin:0;
}
#my-timeline .single-timeline h2 {
font-size: 18px;
position: relative;
padding-bottom: 12px;
margin-bottom: 12px;
display: inline-block;
text-transform: uppercase;
}
#my-timeline .single-timeline h2::before {
position: absolute;
bottom: -1px;
content: "";
left: 0%;
width: 50px;
height: 2px;
}
/*=======================
End Timeline
=========================*/
/*=======================
Pricing Table CSS
=========================*/
#pricing .single-table {
text-align: center;
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background:#fff;
margin-top:30px;
-webkit-box-shadow:0px 1px 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0px 1px 8px rgba(0, 0, 0, 0.4);
box-shadow:0px 1px 8px rgba(0, 0, 0, 0.4);
}
/* Table Head */
#pricing .single-table .table-head {
position: relative;
background: #333;
padding: 15px 0;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#pricing .single-table .title {
color: #fff;
font-size: 25px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;
}
#pricing .single-table .table-head .text{
color:#fff;
}
#pricing .single-table .table-head i {
color: #fff;
font-size: 45px;
position: relative;
z-index: 33;
bottom: -59px;
margin-top: -54px;
width: 88px;
height: 88px;
line-height: 88px;
}
#pricing .table-head i::after {
content: "";
position: absolute;
top: 0;
left: 0;
border: 2px solid #fff;
width: 100%;
height: 100%;
transform: rotate(45deg);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index:-3;
}
#pricing .single-table .table-head:hover i::after{
transform:rotate(0deg);
}
#pricing .single-table .table-head .text {
margin-bottom:5px;
color: #fff;
}
#pricing .single-table .price {
margin: 0 0 20px;
}
#pricing .single-table .table-head .amount span {
font-size: 30px;
font-weight: 700;
}
#pricing .single-table .price .amount {
font-size: 20px;
color: #fff;
margin: 0;
font-weight:400;
}
#pricing .single-table .price .amount span {
font-size: 50px;
font-weight: 700;
margin: 0 4px;
}
/* Table List */
#pricing .single-table .table-list {
padding: 68px 0 0;
}
#pricing .single-table .table-list li {
font-size: 14px;
font-weight: 400;
display: block;
cursor: pointer;
padding: 10px 0;
color: #666;
}
/* Table Bottom */
#pricing .single-table .table-bottom {
text-align: center;
padding:15px;
}
#pricing .single-table .btn{
padding:12px 35px;
color:#fff;
}
#pricing .single-table .btn i{
margin-left:5px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#pricing .single-table:hover .btn i{
margin-left:10px;
}
#pricing .single-table .table-bottom .text{
color:#fff;
margin: 5px 0 0;
text-transform:capitalize;
}
/*=======================
End Pricing Table
=========================*/
/*=======================
Testimonial CSS
=========================*/
#testimonials {
background: url('images/testimonial.jpg');
background-size: cover;
background-position: center;
position: relative;
background-attachment: fixed;
background-repeat: no-repeat;
}
#testimonials .section-title h1{
color:#fff;
}
#testimonials:before {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#000;
opacity:0.8;
content:"";
}
#testimonials .testimonial-carousel{
position:relative;
}
#testimonials .single-testimonial {
text-align: center;
padding: 20px 100px 0;
border-radius: 10px;
}
#testimonials .testimonial-content {
position: relative;
}
#testimonials .testimonial-content i {
font-size: 30px;
position: absolute;
left: 0;
font-size: 60px;
z-index: -1;
color: #bbb;
opacity: 0.3;
top: -22px;
}
#testimonials .testimonial-content p {
color: #fff;
}
#testimonials .testimonial-info {
overflow: hidden;
margin-top: 20px;
}
#testimonials .testimonial-info img {
width: 80px;
position: relative;
display: inline-block;
height: 80px;
border: 2px solid #fff;
}
#testimonials .testimonial-info h6 {
font-size: 18px;
font-weight: 700;
color: #fff;
margin: 10px 0 0;
text-transform: uppercase;
}
#testimonials .testimonial-info span {
color: #fff;
position: relative;
display: block;
margin-top: 10px;
font-weight: 400;
font-size: 14px;
}
#testimonials .rating {
margin-top: 10px;
}
#testimonials .rating li{
display:inline-block;
}
#testimonials .owl-nav{}
#testimonials .owl-nav div {
position: absolute;
top: 50%;
margin-top:-25px;
padding: 0;
font-size: 50px;
border-radius:100%;
background:transparent;
background:transparent;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#testimonials .owl-nav div:hover{
opacity:0.5;
}
#testimonials .owl-nav .owl-prev{
left:0;
}
#testimonials .owl-nav .owl-next{
right:0;
}
/*=======================
End Testimonial
=========================*/
/*=======================
Blog CSS
=========================*/
#blog{
background:#f5f5f5;
}
/* Blog Latest */
#blog .single-blog {
background: #fff;
-webkit-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
-moz-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
margin-top: 3;
margin: 30px 5px 5px 5px;
}
#blog .blog-head {
position: relative;
z-index: 5;
border-bottom: 5px solid;
overflow:hidden;
}
#blog .blog-head img{
width:100%;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#blog .blog-head .blog-link {
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
opacity:0;
visibility:hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#blog .blog-head:hover .blog-link{
opacity:1;
visibility:visible;
}
#blog .blog-head .blog-link a {
width: 40px;
height: 40px;
border-radius: 100%;
z-index: 3;
color: #fff;
display: block;
text-align: center;
line-height: 40px;
position: absolute;
left: 50%;
margin-left: -20px;
font-size: 15px;
top: 50%;
margin-top: -20px;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
transform: scale(1.5);
}
#blog .blog-head:hover .blog-link a {
-webkit-transform: scale(1.0);
-moz-transform: sscale(1.0);
transform: scale(1.0);
}
#blog .blog-head .blog-link a:hover{
background:#fff;
color:#353535;
}
#blog .blog-info .date {
position: absolute;
left: 18px;
background: #333;
color: #fff;
display: block;
text-align: center;
font-size: 13px;
text-transform: uppercase;
top: -45px;
z-index: 44;
}
#blog .blog-info .day {
padding: 2px 20px;
line-height: 20px;
font-weight:700;
}
#blog .blog-info .day span{
display:block;
font-size:15px;
}
#blog .blog-info .year{
padding:2px 20px;
font-weight:700;
font-size:15px;
}
#blog .blog-info {
padding: 30px 20px 20px;
position: relative;
}
#blog .blog-info h2 {
font-size: 20px;
line-height: 24px;
font-weight: 600;
text-transform: uppercase;
margin: 10px 0 5px;
font-weight: 700;
}
#blog .blog-info h2 a {
color: #353535;
}
#blog .meta {
margin: 0;
}
#blog .meta span {
margin-right: 5px;
font-size: 13px;
font-weight: 600;
color: #555;
}
#blog .meta span i{
margin-right:5px;
}
#blog .blog-info p {
padding: 10px 0;
}
#blog .btn {
text-align: left;
background: transparent;
padding: 0;
display: block;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
}
#blog .btn:hover{
color:#353535;
}
#blog .btn i{
margin-left:5px;
}
#blog .owl-theme .owl-nav{
margin:0;
}
#blog .owl-dots {
position: absolute;
bottom: -55px;
left: 50%;
margin-left: -25px;
}
#blog .owl-dot{
display: inline-block;
}
#blog .owl-dot span {
width: 12px;
height: 12px;
background: #353535;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
#blog .owl-dot.active span{
position: relative;
width: 8px;
height: 8px;
top: -2px;
}
#blog .owl-dot span::before {
position: absolute;
width: 100%;
height: 100%;
border: 1px solid;
border-radius: 100%;
background: transparent;
transform: scale(0.5);
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
content: "";
top: 0;
left: 0;
opacity:0;
visibility:hidden;
}
#blog .owl-dot.active span:before{
opacity:1;
visibility:visible;
-webkit-transform:scale(2.0);
-moz-transform:scale(2.0);
transform:scale(2.0);
}
/* Blog Archive */
#blog.archive {
padding: 50px 0 80px;
}
#blog.archive iframe{
width:100%;
height:500px;
border:0px solid;
margin:0;
padding:0;
}
#blog.archive .iframe .blog-head{
height:500px;
}
#blog.archive .single-blog {
padding: 15px;
box-shadow: none;
}
#blog.archive .blog-info h2{
font-size:24px;
}
#blog.archive .blog-head.slider .owl-dots {
bottom: 7px;
}
#blog.archive .blog-head.slider .owl-nav {
position: absolute;
top: 50%;
width: 100%;
}
#blog.archive .blog-head.slider .owl-nav div {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
font-size: 26px;
color: #fff;
margin: 0;
position: absolute;
padding: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: -20px;
}
#blog.archive .blog-head.slider .owl-nav div:hover{
background:#353535;
}
#blog.archive .blog-head.slider:hover .owl-nav div{
opacity:1;
visibility:visible;
}
#blog.archive .owl-nav .owl-prev{
left:0;
}
#blog.archive .owl-nav .owl-next{
right:0;
}
#blog.archive .list{
max-width:900px;
margin:0 auto;
}
#blog.archive.grid-sidebar .blog-info h2 {
font-size: 18px;
}
#blog.archive .pagination {
display: block;
padding-left: 0;
margin: 50px 0 0;
border-radius: 4px;
text-align: center;
}
#blog.archive .pagination li{
display:inline-block;
}
#blog.archive .pagination li a {
color: #353535;
background: #fff;
padding: 10px 25px;
}
#blog.archive .pagination li:hover a,
#blog.archive .pagination li.active a{
border-color:transparent;
color:#fff;
}
#blog.archive .pagination li.prev span {
margin-right: 5px;
}
#blog.archive .pagination li.next span{
margin-left:5px;
}
/* Blog Sidebar */
#blog .form .search{
position:relative;
}
#blog .form .s-button {
position: absolute;
right: 0;
top: 0;
}
#blog .form .s-button i {
top: 20px;
content: "";
color: #fff;
font-size: 18px;
text-align: center;
margin: 0;
}
#blog .form .search input[type="text"]{
border:0px solid;
width:100%;
height:50px;
background:#f5f5f5;
padding-left:10px;
}
#blog .form .search .btn {
height: 50px;
width: 55px;
border: 0px solid;
color: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
border-radius: 0px;
}
#blog .form .search .btn:hover{
background:#333;
}
#blog .blog-sidebar {
margin-top: 30px;
}
#blog .single-sidebar {
margin-bottom: 30px;
background: #fff;
padding: 15px;
}
#blog .single-sidebar:last-child{
margin:0px;
border:none;
}
#blog .single-sidebar h2 {
text-transform: uppercase;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 15px;
display: inline-block;
position: relative;
}
#blog .single-sidebar h2:before {
position: absolute;
bottom: -1px;
content: "";
left: 0%;
width: 70%;
height: 2px;
border-radius: 100%;
}
#blog .single-sidebar h2:before{
position:absolute;
left:0;
bottom:0;
width:50%;
height:2px;
content:"";
}
#blog .single-sidebar ul li a {
color: #353535;
}
#blog .latest .single-post {
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
#blog .latest .single-post:last-child {
margin-bottom: 0px;
border: none;
}
#blog .latest .single-post .post-img{
float:left;
margin-right:10px;
}
#blog .latest .single-post img {
width: 60px;
height: 60px;
border-radius: 100%;
}
#blog .latest .post-info{
display:table-cell;
vertical-align:top;
}
#blog .latest .post-info h4 {
margin: 0;
font-size: 15px;
margin-bottom: 5px;
line-height: 25px;
font-weight: 400;
}
#blog .latest .post-info a {
color: #353535;
font-size: 15px;
font-weight: 600;
}
#blog .latest .post-info p{
margin:0;
font-weight:500;
}
#blog .latest .post-info p i{
margin-right:5px;
font-size:13px;
}
#blog .category ul li {
margin-bottom: 5px;
font-size: 16px;
padding-bottom: 10px;
margin-bottom: 10px;
}
#blog .category ul li span{
width:26px;
height:26px;
border-radius:100%;
display:inline-block;
text-align:center;
float:right;
color:#fff;
font-size:13px;
}
#blog .category ul li:last-child{
margin-bottom:0px;
padding-bottom: 0px;
}
#blog .tags h2{
margin-bottom:5px;
}
#blog .tags ul li {
display: inline-block;
margin-right:10px;
margin-top:10px;
}
#blog .tags ul li a {
color: #fff;
display: block;
padding: 5px 10px;
background:#333;
}
#blog .tags ul li:hover a,
#blog .tags ul li.active a{
color:#fff;
}
/* Blog Single */
#blog.single blockquote {
font-style: italic;
font-size: 15px;
color:#353535;
font-weight:600;
}
/* Prev Next */
#blog.single .prev-next {
position: relative;
float: left;
}
#blog.single .prev-next ul{}
#blog.single .prev-next ul li {
left: 0;
display: inline-block;
margin-right: 10px;
}
#blog.single .prev-next ul li.next{
right:0px;
left:auto;
}
#blog.single .prev-next ul li a {
width: 30px;
display: block;
text-align: center;
line-height: 30px;
height: 30px;
border-radius: 100%;
color: #fff;
}
#blog.single .prev-next ul li a:hover{
background:#333;
}
#blog.single .blog-bottom{
overflow:hidden;
}
/* Blog Share */
#blog.single .blog-share {
float: right;
}
#blog.single .blog-share ul li {
display: inline-block;
margin: 0 6px 6px 0;
}
#blog.single .blog-share ul li.share{
text-transform:uppercase;
font-weight:500;
}
#blog.single .blog-share ul li.share i{
margin-left:5px;
}
#blog.single .blog-share ul li a {
display: block;
border-radius: 100%;
width: 30px;
height: 30px;
color:#fff;
line-height: 30px;
text-align: center;
background:#252525;
}
/* Blog title */
#blog .b-title{
text-align:center;
}
#blog .b-title h2 {
text-align: center;
position: relative;
display: inline-block;
font-size: 20px;
margin-bottom: 15px;
padding-bottom: 15px;
}
#blog .b-title h2::before {
position: absolute;
bottom: -1px;
content: "";
left: 50%;
width: 60%;
height: 2px;
margin-left: -30%;
}
/* Blog Comments */
#blog .blog-comments {
margin-top: 30px;
background: #fff;
padding: 20px;
}
#blog .blog-comments h2{
text-align:center;
text-transform:capitalize;
font-size:20px;
}
#blog .single-comments {
overflow: hidden;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 30px;
margin-bottom: 30px;
}
#blog .single-comments:last-child{
border-bottom:0px solid;
padding:0px;
margin:0;
}
#blog .single-comments .main {
overflow: hidden;
padding-bottom: 15px;
}
#blog .single-comments .head {
float: left;
margin-right: 20px;
text-align: center;
width: 12%;
}
#blog .single-comments .head img {
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 80px;
}
#blog .single-comments .body {
float: left;
width: 80%;
}
#blog .single-comments .comment-list {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #e2e2e2;
}
#blog .single-comments h4 {
margin: 0 0 3px;
font-size: 18px;
text-align: left;
font-weight: 600;
}
#blog .single-comments .meta {
font-size: 13px;
margin: 0;
color: #666;
font-weight: 400;
}
#blog .single-comments p {
font-size: 13px;
}
#blog .single-comments a {
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}
#blog .single-comments a i{
margin-right:5px;
}
#blog .comment-list {
padding-left:50px;
}
#blog .single-comments.login{
text-align:center;
}
#blog .single-comments.login i{
font-size:20px;
}
#blog .single-comments.login a{
text-align:center;
}
#blog .single-comments.login a:hover{
color:#353535;
}
/*=======================
End Blog
=========================*/
/*=======================
Call to action CSS
=========================*/
#call-action {
position: relative;
overflow: hidden;
background-image: url('images/call.jpg');
background-size: cover;
background-position: center;
z-index: 1;
}
#call-action::after {
position: absolute;
top: 20px;
content: "";
width: 80%;
height: 330px;
background: #000;
left: 50%;
opacity: 0.8;
margin-left: -40%;
transform: rotate(6deg);
border-radius: 10px;
z-index: -2;
}
#call-action::before {
position: absolute;
top: 20px;
content: "";
width: 80%;
height: 330px;
left: 50%;
opacity: 0.8;
margin-left: -40%;
transform: rotate(-6deg);
border-radius: 10px;
z-index: -2;
}
#call-action .call-action-main {
text-align: center;
z-index: 5;
}
#call-action .call-action-main h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 25px;
font-size: 34px;
position: relative;
overflow:hidden;
display: inline-block;
}
#call-action .call-action-main p {
color: #fff;
font-size: 14px;
padding: 0 80px;
}
#call-action .call-action-main .button{
margin-top: 25px;
}
#call-action .call-action-main .button i{
margin-right:5px;
}
#call-action .btn {
margin: 0;
background: #fff;
color: #353535;
}
#call-action .btn:hover{
color:#fff;
}
/*=======================
End Call to action
=========================*/
/*=======================
Contact CSS
=========================*/
#contact {
position: relative;
top: 215px;
z-index: 43;
margin-top: -215px;
}
#contact .form {
margin-top: 30px;
background: #fff;
padding: 15px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
height: 460px;
}
#contact .form-group {
position: relative;
display: block;
margin: 0 0 25px;
}
#contact .form-group i {
position: absolute;
font-size: 16px;
padding: 15px 12px;
}
#contact .form-group input {
width: 100%;
height: 50px;
border: 1px solid #ddd;
padding-left: 10px;
border-radius: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
font-weight: 400;
}
#contact .form-group textarea {
border: 1px solid #ddd;
padding: 10px;
width: 100%;
border-radius: 5px;
padding-left: 10px;
resize: none;
height: 173px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#contact .form-group input:hover,
#contact .form-group input:focus,
#contact .form-group textarea:hover{
outline:none;
}
#contact .form-group .button {
padding: 10px 30px;
font-size: 14px;
text-transform: uppercase;
display: inline-block;
border: 0px solid;
color:#fff;
border-radius:5px;
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
transition:all 0.4s ease;
}
#contact .form-group .button:hover{
background:#252525;
}
#contact .form-group .button i{
position:relative;
display:inline-block;
color:#fff;
margin-right:10px;
padding:0px;
}
#contact .form-group.button{
margin:0;
}
#contact .contact {
margin-top: 30px;
background: #fff;
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.50);
-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.50);
box-shadow:0px 0px 4px rgba(0, 0, 0, 0.50);
padding: 20px;
height:355px;
}
#contact .single-address {
position: relative;
margin-bottom: 34px;
}
#contact .single-address:last-child{
margin:0;
}
#contact .single-address i {
position: absolute;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
text-align: center;
font-size: 20px;
top: 50%;
margin-top: -20px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
#contact .single-address:hover i{
color:#fff;
border-color:transparent;
}
#contact .single-address .title{
margin-left:60px;
}
#contact .single-address h4 {
margin-bottom: 15px;
}
#contact .single-address p{
color:#555;
}
/*=======================
End Contact
=========================*/
/*=======================
Clients CSS
=========================*/
#clients.section {
padding: 200px 0 70px;
background: #F8F8F8;
border-top: 3px solid;
background: url('images/clients-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-attachment: fixed;
}
#clients::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.8;
content: "";
}
#clients.style2{
padding:80px 0;
}
/*=======================
End Clients
=========================*/
/*=======================
Mail CSS
=========================*/
#mail {
background: #f5f5f5;
text-align: left;
}
#mail h2{
margin-bottom:20px;
}
#mail p {
font-size: 16px;
}
#mail .btn {
margin-top: 20px;
padding: 12px 35px;
background: #ED5F55;
color: #fff;
display: inline-block;
border-radius:5px;
}
#mail .btn:hover{
background:#353535;
}
#mail .btn i{
margin-right:5px;
font-size:15px;
}
/*=======================
End Mail
=========================*/
/*=======================
Footer Top CSS
=========================*/
#footer-top {
background: #fff;
text-align: center;
}
#footer-top .newslatter {
padding: 0 120px;
}
#footer-top .newslatter h2 {
color: #333;
margin: 0 0 20px;
text-transform: uppercase;
font-size: 30px;
}
#footer-top .newslatter h2 span {
margin-right: 10px;
}
#footer-top .newslatter p{
color:#555;
margin:0 0 20px;
}
#footer-top .news-form {
position: relative;
margin-bottom: 30px;
width: 500px;
margin: 0 auto;
}
#footer-top .news-form input {
height: 50px;
border: 0px solid;
padding: 5px 20px;
width: 90%;
text-transform: capitalize;
border-radius: 50px;
background: #f1f1f1;
color: #555;
padding-right: 90px;
}
#footer-top .news-form input::-webkit-input-placeholder {
opacity: 1;
color: #555 !important;
}
#footer-top .news-form input::-moz-placeholder {
opacity: 1;
color: #555 !important;
}
#footer-top .news-form input::-ms-input-placeholder {
opacity: 1;
color: #555 !important;
}
#footer-top .news-form button {
border: 0px solid;
width: 80px;
color: #fff;
padding: 0;
box-shadow: none;
position: absolute;
top: 0;
border-radius: 50px;
height: 50px;
right: 25px;
border:1px solid transparent;
box-shadow:none;
}
#footer-top .news-form button:hover{
background:transparent;
}
/*=======================
End Footer Top
=========================*/
/*=======================
Footer CSS
=========================*/
#footer {
background: #333;
padding: 15px 0 10px;
text-align: center;
position: relative;
}
#footer .arrow a {
font-size: 30px;
position: absolute;
top: -15px;
left: 50%;
color: #fff;
width: 44px;
height: 44px;
line-height: 44px;
border-radius: 100%;
margin-left: -22px;
display: block;
padding: 0;
z-index: 99;
}
#footer .arrow a:hover {
background:#333;
}
#footer .copyright{
padding:5px 0;
text-align:left;
}
#footer .copyright p{
color:#fff;
margin:0;
}
#footer .copyright span{
margin:0px 5px;
}
#footer .social {
text-align: right;
}
#footer .social li{
margin-right:15px;
display:inline-block;
}
#footer .social li a {
display: block;
line-height: 28px;
font-size:15px;
color: #fff;
}
/*=======================
End Footer
=========================*/ | 0.326271 | 0.059921 |
.scroll{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h2 {
color: #294f59;
text-align: center;
}
h3 {
color: #294f59;
text-align: center;
}
body{
background-color: #9198A1;
font-family: 'Open Sans';
margin: 0px;
padding: 0px;
}
#map{
width: 100%;
height: 500px;
margin: 0px;
padding: 0px;
}
#legend {
font-family: Arial, sans-serif;
background: #fff;
padding: 10px;
margin: 10px;
border: 3px solid #000;
}
#legend h3 {
margin-top: 0;
}
#legend img {
vertical-align: middle;
}
#dailytable {
display: inline-block;
width:20%;
overflow: auto;
text-align: center;
}
#timestamp {
font-weight: bold;
}
#dds{
float: left;
width: 100%;
margin-left: auto;
margin-top: 30px;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
}
#chart{
width: 30%;
height: 300px;
display: inline-block;
margin: 10px;
}
.centredetail {
text-align: center;
}
#hourlyChart{
width: 30%;
height: 300px;
display: inline-block;
margin: 10px;
}
#dropdownHolder{
width: 30%;
height: 300px;
display: inline-block;
margin: 10px;
border: 3px solid #000;
overflow: auto;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
/* background-color: #D5D5D5;*/
background-color: #DFDCE3;
}
/* The below code adapted from https://www.proy.info/style-select-dropdown-using-css/ */
select {
display: inline-block;
padding: 10px 40px 10px 13px;
max-width: 100%;
height: auto;
border: 1px solid #e3e3e3;
border-radius: 3px;
background: url("https://image.ibb.co/iMeAJv/selectbox_arrow.png") right center no-repeat;
background-color: #fff;
color: #444444;
font-size: 16px;
line-height: 16px;
-webkit-appearance: none;
-moz-appearance: none;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../bikeGIF.gif') 50% 50% no-repeat rgb(249,249,249);
}
#footer {
text-align: center;
border-top: solid;
}
#footer a {
color: whitesmoke;
text-decoration: none;
}
#footer a:hover {
background-color: lightslategrey;
}
.minorinfo {
text-align: center;
width: 25%;
height: 205px;
display: inline-block;
padding: 10px;
border: 3px solid #000;
margin: 20px;
overflow: auto;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
/* background-color: #D5D5D5;*/
background-color: #DFDCE3;
}
.info1{
margin-left: 30px;
margin-right: 30px;
}
#stationInfoBox {
text-align: center;
margin-top: 60px;
padding: 40px;
}
#stationInfoBox p{
margin: 5px;
}
.twitter-timeline {
overflow-y: hidden;
}
/* Adapted from https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover */
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 6px 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
/* Adapted from https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover */
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
/* Adapted from https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover */
.button5:hover {
background-color: #555555;
color: white;
}
.container {
position: relative;
width: 60%;
margin: auto;
height: 60px;
text-align: center;
align-content: center;
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.container:hover .image {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.capitalisedesc{
text-transform: capitalize;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 14px;
padding: 5px 10px;
} | flaskapp/app/static/css/styling.css | .scroll{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h2 {
color: #294f59;
text-align: center;
}
h3 {
color: #294f59;
text-align: center;
}
body{
background-color: #9198A1;
font-family: 'Open Sans';
margin: 0px;
padding: 0px;
}
#map{
width: 100%;
height: 500px;
margin: 0px;
padding: 0px;
}
#legend {
font-family: Arial, sans-serif;
background: #fff;
padding: 10px;
margin: 10px;
border: 3px solid #000;
}
#legend h3 {
margin-top: 0;
}
#legend img {
vertical-align: middle;
}
#dailytable {
display: inline-block;
width:20%;
overflow: auto;
text-align: center;
}
#timestamp {
font-weight: bold;
}
#dds{
float: left;
width: 100%;
margin-left: auto;
margin-top: 30px;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
}
#chart{
width: 30%;
height: 300px;
display: inline-block;
margin: 10px;
}
.centredetail {
text-align: center;
}
#hourlyChart{
width: 30%;
height: 300px;
display: inline-block;
margin: 10px;
}
#dropdownHolder{
width: 30%;
height: 300px;
display: inline-block;
margin: 10px;
border: 3px solid #000;
overflow: auto;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
/* background-color: #D5D5D5;*/
background-color: #DFDCE3;
}
/* The below code adapted from https://www.proy.info/style-select-dropdown-using-css/ */
select {
display: inline-block;
padding: 10px 40px 10px 13px;
max-width: 100%;
height: auto;
border: 1px solid #e3e3e3;
border-radius: 3px;
background: url("https://image.ibb.co/iMeAJv/selectbox_arrow.png") right center no-repeat;
background-color: #fff;
color: #444444;
font-size: 16px;
line-height: 16px;
-webkit-appearance: none;
-moz-appearance: none;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../bikeGIF.gif') 50% 50% no-repeat rgb(249,249,249);
}
#footer {
text-align: center;
border-top: solid;
}
#footer a {
color: whitesmoke;
text-decoration: none;
}
#footer a:hover {
background-color: lightslategrey;
}
.minorinfo {
text-align: center;
width: 25%;
height: 205px;
display: inline-block;
padding: 10px;
border: 3px solid #000;
margin: 20px;
overflow: auto;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
/* background-color: #D5D5D5;*/
background-color: #DFDCE3;
}
.info1{
margin-left: 30px;
margin-right: 30px;
}
#stationInfoBox {
text-align: center;
margin-top: 60px;
padding: 40px;
}
#stationInfoBox p{
margin: 5px;
}
.twitter-timeline {
overflow-y: hidden;
}
/* Adapted from https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover */
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 6px 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
/* Adapted from https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover */
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
/* Adapted from https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover */
.button5:hover {
background-color: #555555;
color: white;
}
.container {
position: relative;
width: 60%;
margin: auto;
height: 60px;
text-align: center;
align-content: center;
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.container:hover .image {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.capitalisedesc{
text-transform: capitalize;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 14px;
padding: 5px 10px;
} | 0.463444 | 0.111386 |
body {
width: 970px;
margin: auto !important;
padding:0px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
background: #fff;
font-size: .75em;
text-align:center;
min-width:800px;
}
span.label {
display:block;
}
span.data {
display:block;
float:left;
}
#contents {
position:relative;
left:90px;
width:840px;
}
#contents td {
vertical-align:top;
}
#social-leftcol {
margin-top:10px;
margin-bottom:20px;
}
#social-maincol {
margin-left:20px;
margin-top:10px;
margin-bottom:20px;
width:590px;
}
#social-leftcol table {
border-collapse:collapse;
margin-bottom:4px;
}
#social-leftcol td {
font-size: 10px;
padding: 4px;
margin:4px;
border: 1px solid #CCC;
width: 60px;
}
span.from {
font-size: 14px;
font-weight:bold;
color:navy;
}
span.from A:link {
text-decoration:none;
color:navy;
}
span.from A:visited {
text-decoration:none;
color:navy;
}
span.from A:active {
text-decoration:none;
color:navy;
}
span.from A:hover {
text-decoration:none;
color:blue;
}
span.to {
font-size: 14px;
font-weight:bold;
color:navy;
}
span.to A:link {
text-decoration:none;
color:navy;
}
span.to A:visited {
text-decoration:none;
color:navy;
}
span.to A:active {
text-decoration:none;
color:navy;
}
span.to A:hover {
text-decoration:none;
color:blue;
}
span.comment {
margin-left:6px;
font-style:italic;
font-size: 14px;
}
span.time {
font-size: 10px;
}
#post-area {
vertical-align:top;
}
div.post {
border-bottom:1px solid #ccc;
margin-bottom:15px;
}
#social-leftcol td.data {
width:90px;
max-width:90px;
}
#profile-title {
font-size:16px;
color:navy;
padding:4px;
margin-bottom:14px;
background:#eee;
border:1px solid #ccc;
}
.title {
font-size: 12px;
font-weight:bold;
margin-bottom:2px;
}
.menubar-container {
text-align: left;
background-color: #AC5d36;
color:white;
display:block;
line-height:0;
margin:0px auto;
width:800px;
height:132px;
position:relative;
}
.menubar-std {
text-align: left;
background-color: #AC5d36;
color:white;
display:block;
line-height:0;
margin:0px auto;
width:800px;
height:30px;
position:relative;
}
.menubar-container TABLE TR TD {
padding-left:16px;
font-size:11px;
color:white;
}
#social-menu-main-options A {
color:white;
font-weight:bold;
height:18px;
font-size:11px;
width:45px;
text-decoration: none;
padding-top: 12px;
vertical-align: top;
padding-left: 8px;
padding-right: 8px;
}
#social-menu-main-options A:hover {
background-color:#CC6d46;
}
#social-menu-main-options {
position:static;
}
#social-menu-secondary-options A {
color:white;
font-weight:normal;
height:18px;
font-size:11px;
width:45px;
text-decoration: none;
padding-top: 12px;
vertical-align: middle;
padding-left: 8px;
padding-right: 8px;
}
#social-menu-secondary-options A:hover {
background-color:#CC6d46;
}
#home-menu-entry {
position:absolute;
top:0px;
left:120px;
}
#profile-menu-entry {
position:absolute;
top:0px;
left: 180px;
}
#friends-menu-entry {
position:absolute;
top:0px;
left: 240px;
}
#settings-menu-entry {
position:absolute;
top:0px;
left: 650px;
}
#logout-menu-entry {
position:absolute;
top:0px;
left: 710px;
}
#social-menu-break {
width: 260px;
}
#social-image-bar {
height: 14px;
width: 800px;
background-image: url('social-menu-round-bar.gif')
}
#social-image-bottom-left {
position:absolute;
left:0px;
top:24px;
height: 6px;
width: 6px;
background-image: url('social-menu-round-lb.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#social-image-bottom-right {
position:absolute;
top:24px;
left:794; /* 800-6, works because parent is relative */
height: 6px;
width: 6px;
background-image: url('social-menu-round-rb.gif');
background-repeat: no-repeat;
background-position: right bottom;
}
#social-footer {
vertical-align:bottom;
margin-top:20px;
padding:4px;
background:#eee;
font-size:10px;
}
#social-image-bottom-left-login {
position:absolute;
left:0;
top: 126px;
height: 6px;
width: 6px;
background-image: url('social-menu-round-lb.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#social-image-bottom-right-login {
position:absolute;
left:794; /* 800-6, works because parent is relative */
top: 126px;
height: 6px;
width: 6px;
background-image: url('social-menu-round-rb.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#social-image-med {
left:0px;
top:0px;
height:55px;
width:180px;
float:left;
vertical-align:top;
margin-top:40px;
margin-left:20px;
background-image: url('social-menu-login.gif');
background-repeat: no-repeat;
}
#social-image-small {
left:6px;
top:0px;
height:30px;
width:94px;
float:left;
vertical-align:top;
margin-top:0px;
margin-left:5px;
margin-right:15px;
background-image: url('social-menu-small.gif');
background-repeat: no-repeat;
}
#social-login-form {
position:absolute;
left: 150px;
padding-left: 180px;
padding-top: 40px;
width:500px;
}
.login-label {
padding-bottom:2px;
}
.login-error {
margin-left:18px;
padding-bottom:6px;
font-size:14px;
font-weight:bold;
}
.inputtext {
border-bottom: #1d2a5b 1px solid;
border-left: #1d2a5b 1px solid;
border-top: #1d2a5b 1px solid;
border-right: #1d2a5b 1px solid;
color:#333;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
height: 22px;
}
.inputpost {
border: #1d2a5b 1px solid;
color:#333;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
display:inline-block;
width: 500px;
height: 70px;
float:left;
margin-bottom:10px;
margin-right:5px;
}
.inputcheck {
color: #98a9ca;
}
.inputbutton {
border-left:1px solid #999;
border-top:1px solid #999;
border-right:1px solid #333;
border-bottom:1px solid #333;
color:white;
font-weight:normal;
font-size:11px;
height:22px;
width:70px;
background-color: #9c4115;
padding-bottom:3px;
padding-left:5px;
padding-right:3px;
padding-top:2px;
float:left;
}
.buttoncall {
border-left:1px solid #999;
border-top:1px solid #999;
border-right:1px solid #333;
border-bottom:1px solid #333;
color:white;
background-color: #006600;
}
.menubar-container .inputtext {
width: 142px;
}
.menubar-container LABEL {
font-size:11px;
color:white;
padding-left:2px;
}
#sign-up-form {
text-align: left;
background-color: white;
color:navy;
display:block;
line-height:0;
margin:0px auto;
width:800px;
position:relative;
}
#sign-up-header {
font-size:24px;
padding-top:30px;
padding-bottom:20px;
}
#sign-up-form TABLE {
padding-left:300px;
padding-bottom:30px;
}
.sign-up-label {
text-align: right;
}
.sign-up-label LABEL {
font-size:11px;
color:navy;
padding-right:2px;
text-align: right;
} | trunk/Social/src/main/webapp/static/social.css | body {
width: 970px;
margin: auto !important;
padding:0px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
background: #fff;
font-size: .75em;
text-align:center;
min-width:800px;
}
span.label {
display:block;
}
span.data {
display:block;
float:left;
}
#contents {
position:relative;
left:90px;
width:840px;
}
#contents td {
vertical-align:top;
}
#social-leftcol {
margin-top:10px;
margin-bottom:20px;
}
#social-maincol {
margin-left:20px;
margin-top:10px;
margin-bottom:20px;
width:590px;
}
#social-leftcol table {
border-collapse:collapse;
margin-bottom:4px;
}
#social-leftcol td {
font-size: 10px;
padding: 4px;
margin:4px;
border: 1px solid #CCC;
width: 60px;
}
span.from {
font-size: 14px;
font-weight:bold;
color:navy;
}
span.from A:link {
text-decoration:none;
color:navy;
}
span.from A:visited {
text-decoration:none;
color:navy;
}
span.from A:active {
text-decoration:none;
color:navy;
}
span.from A:hover {
text-decoration:none;
color:blue;
}
span.to {
font-size: 14px;
font-weight:bold;
color:navy;
}
span.to A:link {
text-decoration:none;
color:navy;
}
span.to A:visited {
text-decoration:none;
color:navy;
}
span.to A:active {
text-decoration:none;
color:navy;
}
span.to A:hover {
text-decoration:none;
color:blue;
}
span.comment {
margin-left:6px;
font-style:italic;
font-size: 14px;
}
span.time {
font-size: 10px;
}
#post-area {
vertical-align:top;
}
div.post {
border-bottom:1px solid #ccc;
margin-bottom:15px;
}
#social-leftcol td.data {
width:90px;
max-width:90px;
}
#profile-title {
font-size:16px;
color:navy;
padding:4px;
margin-bottom:14px;
background:#eee;
border:1px solid #ccc;
}
.title {
font-size: 12px;
font-weight:bold;
margin-bottom:2px;
}
.menubar-container {
text-align: left;
background-color: #AC5d36;
color:white;
display:block;
line-height:0;
margin:0px auto;
width:800px;
height:132px;
position:relative;
}
.menubar-std {
text-align: left;
background-color: #AC5d36;
color:white;
display:block;
line-height:0;
margin:0px auto;
width:800px;
height:30px;
position:relative;
}
.menubar-container TABLE TR TD {
padding-left:16px;
font-size:11px;
color:white;
}
#social-menu-main-options A {
color:white;
font-weight:bold;
height:18px;
font-size:11px;
width:45px;
text-decoration: none;
padding-top: 12px;
vertical-align: top;
padding-left: 8px;
padding-right: 8px;
}
#social-menu-main-options A:hover {
background-color:#CC6d46;
}
#social-menu-main-options {
position:static;
}
#social-menu-secondary-options A {
color:white;
font-weight:normal;
height:18px;
font-size:11px;
width:45px;
text-decoration: none;
padding-top: 12px;
vertical-align: middle;
padding-left: 8px;
padding-right: 8px;
}
#social-menu-secondary-options A:hover {
background-color:#CC6d46;
}
#home-menu-entry {
position:absolute;
top:0px;
left:120px;
}
#profile-menu-entry {
position:absolute;
top:0px;
left: 180px;
}
#friends-menu-entry {
position:absolute;
top:0px;
left: 240px;
}
#settings-menu-entry {
position:absolute;
top:0px;
left: 650px;
}
#logout-menu-entry {
position:absolute;
top:0px;
left: 710px;
}
#social-menu-break {
width: 260px;
}
#social-image-bar {
height: 14px;
width: 800px;
background-image: url('social-menu-round-bar.gif')
}
#social-image-bottom-left {
position:absolute;
left:0px;
top:24px;
height: 6px;
width: 6px;
background-image: url('social-menu-round-lb.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#social-image-bottom-right {
position:absolute;
top:24px;
left:794; /* 800-6, works because parent is relative */
height: 6px;
width: 6px;
background-image: url('social-menu-round-rb.gif');
background-repeat: no-repeat;
background-position: right bottom;
}
#social-footer {
vertical-align:bottom;
margin-top:20px;
padding:4px;
background:#eee;
font-size:10px;
}
#social-image-bottom-left-login {
position:absolute;
left:0;
top: 126px;
height: 6px;
width: 6px;
background-image: url('social-menu-round-lb.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#social-image-bottom-right-login {
position:absolute;
left:794; /* 800-6, works because parent is relative */
top: 126px;
height: 6px;
width: 6px;
background-image: url('social-menu-round-rb.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#social-image-med {
left:0px;
top:0px;
height:55px;
width:180px;
float:left;
vertical-align:top;
margin-top:40px;
margin-left:20px;
background-image: url('social-menu-login.gif');
background-repeat: no-repeat;
}
#social-image-small {
left:6px;
top:0px;
height:30px;
width:94px;
float:left;
vertical-align:top;
margin-top:0px;
margin-left:5px;
margin-right:15px;
background-image: url('social-menu-small.gif');
background-repeat: no-repeat;
}
#social-login-form {
position:absolute;
left: 150px;
padding-left: 180px;
padding-top: 40px;
width:500px;
}
.login-label {
padding-bottom:2px;
}
.login-error {
margin-left:18px;
padding-bottom:6px;
font-size:14px;
font-weight:bold;
}
.inputtext {
border-bottom: #1d2a5b 1px solid;
border-left: #1d2a5b 1px solid;
border-top: #1d2a5b 1px solid;
border-right: #1d2a5b 1px solid;
color:#333;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
height: 22px;
}
.inputpost {
border: #1d2a5b 1px solid;
color:#333;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
display:inline-block;
width: 500px;
height: 70px;
float:left;
margin-bottom:10px;
margin-right:5px;
}
.inputcheck {
color: #98a9ca;
}
.inputbutton {
border-left:1px solid #999;
border-top:1px solid #999;
border-right:1px solid #333;
border-bottom:1px solid #333;
color:white;
font-weight:normal;
font-size:11px;
height:22px;
width:70px;
background-color: #9c4115;
padding-bottom:3px;
padding-left:5px;
padding-right:3px;
padding-top:2px;
float:left;
}
.buttoncall {
border-left:1px solid #999;
border-top:1px solid #999;
border-right:1px solid #333;
border-bottom:1px solid #333;
color:white;
background-color: #006600;
}
.menubar-container .inputtext {
width: 142px;
}
.menubar-container LABEL {
font-size:11px;
color:white;
padding-left:2px;
}
#sign-up-form {
text-align: left;
background-color: white;
color:navy;
display:block;
line-height:0;
margin:0px auto;
width:800px;
position:relative;
}
#sign-up-header {
font-size:24px;
padding-top:30px;
padding-bottom:20px;
}
#sign-up-form TABLE {
padding-left:300px;
padding-bottom:30px;
}
.sign-up-label {
text-align: right;
}
.sign-up-label LABEL {
font-size:11px;
color:navy;
padding-right:2px;
text-align: right;
} | 0.347648 | 0.069258 |
@import url(//fonts.googleapis.com/css?family=Roboto:400italic,700,400); /* Google's Roboto Font */
/* Smaller than 530px styles */
@media (max-width: 530px) {
main {
width: 98%;
}
aside#catNav {
width: 100%;
}
td {
display: inline-block;
}
}
/* Bigger than 530px styles */
@media (min-width: 531px) {
main {
width: 80%;
}
aside#catNav {
width: 15%;
}
}
body {
font-family: 'Roboto', sans-serif;
margin: 0;
}
button {
cursor: pointer;
font-weight: bold;
border-radius: 3px;
margin: 0 1%;
padding: 0.5% 1%;
}
a {
text-decoration: none;
color: inherit;
}
div#container {
width: 100%;
}
header#mainHeader {
padding: 20px 1.5% 10px 1.5%;
box-shadow: 0 3px 3px #888888;
}
header#mainHeader>div#headerRight {
float: right;
}
header#mainHeader>div#headerRight>span.link {
font-weight: bold;
margin-left: 10px;
}
/* Category Navigation */
aside#catNav {
float: left;
padding: 2px;
margin: .7% 10px 1% 0;
background-color: #e5e2d9;
border-radius: 0 5px 5px 0;
box-shadow: 3px 3px 2px #888888;
overflow-x: hidden; /* Hide overflowing content when screen size is squashed, stops text flowing over the element */
overflow-y: hidden;
}
aside#catNav>nav {
padding: 0 7%;
}
aside#catNav>nav>ul {
padding-left: 2%;
}
aside#catNav>nav>ul>li {
margin-bottom: 8%;
list-style: none;
font-weight: bold;
overflow-x: hidden;
}
/* Main content styling */
main {
float: left;
display: block; /* Neccessary for older browsers which don't display the "main" element correctly */
min-height: 600px;
}
/* Grid styling */
main div.grid, main div.admin-grid {
width: 100%;
}
main div.grid>section.grid-item {
float: left;
margin-right: 2%;
margin-bottom: 2%;
box-shadow: 0 3px 3px #888888;
border: 1px solid #D6D6D6;
width: 20%;
min-width: 200px; /* Set a minimum width so that they move down the screen rather than getting inifinitely smaller, when the screen is squashed */
padding: 1%;
}
main div.grid>section.grid-item>img {
width: 100%;
max-height: 152px;
}
main div.grid>section.grid-item>header, main div.admin-grid>section.grid-item>header, main div.reporting-grid>section.grid-item>header {
text-align: center;
font-weight: bold;
}
/* View item pages */
main>nav#catHierarchy {
margin: 0 2% 1% 2%;
color: #999999;
}
/* Links */
.link {
color: #00248F;
text-decoration: none;
cursor: pointer;
}
.link:hover {
color: #CCCC00;
}
/* Tables */
table#catTable, table#delTable, table#productsTable, table#settingsTable, table#warnTable, table#ordersTable, table#items {
border-collapse: collapse;
margin-top: 1%;
width: 100%;
}
table#catTable tr:nth-child(even), table#delTable tr:nth-child(even), table#productsTable tr:nth-child(even), table#settingsTable tr:nth-child(even), table#warnTable tr:nth-child(even), table#ordersTable tr:nth-child(even) {
background-color: #D6D6D6;
}
table>tr.heading, table>tr#heading {
font-weight: bold;
}
td.label {
text-align: right;
font-weight: bold;
}
/* Errors */
input:invalid,
input:out-of-range,
textarea:invalid,
textarea:out-of-range {
border-color:hsl(0, 50%, 50%);
background:hsl(0, 50%, 90%);
}
/* Footer styling */
footer {
clear: both;
padding-top: 1%;
box-shadow: 0 -2px 3px #888888;
text-align: center;
}
/* Misc */
input.search-field {
width: 60%;
padding: 10px;
border-radius: 3px;
}
label {
font-weight: bold;
}
body>div#modalHider { /* sadasidha. (2012). Show a div as a modal pop up. Retrieved from http://stackoverflow.com/questions/6263303/show-a-div-as-a-modal-pop-up */
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index: 99;
background-color: #000000;
opacity: 0.6; /* for transparency */
}
body>div#modalLoading { /* sadasidha. (2012). Show a div as a modal pop up. Retrieved from http://stackoverflow.com/questions/6263303/show-a-div-as-a-modal-pop-up */
position: fixed;
text-align: center;
font-size: 16pt;
color: azure;
top: 50%;
left: 50%;
width: 10em;
height: 10em;
margin-top: -5em; /* set to a negative number 1/2 of your height */
margin-left: -5em; /* set to a negative number 1/2 of your width */
z-index: 100;
}
body>div#modalLoading>div#loadingText {
margin-left: -35px;
}
body>div#modalLoading>canvas#modalLogo {
width: 150px;
height: 75px;
} | css/base.css | @import url(//fonts.googleapis.com/css?family=Roboto:400italic,700,400); /* Google's Roboto Font */
/* Smaller than 530px styles */
@media (max-width: 530px) {
main {
width: 98%;
}
aside#catNav {
width: 100%;
}
td {
display: inline-block;
}
}
/* Bigger than 530px styles */
@media (min-width: 531px) {
main {
width: 80%;
}
aside#catNav {
width: 15%;
}
}
body {
font-family: 'Roboto', sans-serif;
margin: 0;
}
button {
cursor: pointer;
font-weight: bold;
border-radius: 3px;
margin: 0 1%;
padding: 0.5% 1%;
}
a {
text-decoration: none;
color: inherit;
}
div#container {
width: 100%;
}
header#mainHeader {
padding: 20px 1.5% 10px 1.5%;
box-shadow: 0 3px 3px #888888;
}
header#mainHeader>div#headerRight {
float: right;
}
header#mainHeader>div#headerRight>span.link {
font-weight: bold;
margin-left: 10px;
}
/* Category Navigation */
aside#catNav {
float: left;
padding: 2px;
margin: .7% 10px 1% 0;
background-color: #e5e2d9;
border-radius: 0 5px 5px 0;
box-shadow: 3px 3px 2px #888888;
overflow-x: hidden; /* Hide overflowing content when screen size is squashed, stops text flowing over the element */
overflow-y: hidden;
}
aside#catNav>nav {
padding: 0 7%;
}
aside#catNav>nav>ul {
padding-left: 2%;
}
aside#catNav>nav>ul>li {
margin-bottom: 8%;
list-style: none;
font-weight: bold;
overflow-x: hidden;
}
/* Main content styling */
main {
float: left;
display: block; /* Neccessary for older browsers which don't display the "main" element correctly */
min-height: 600px;
}
/* Grid styling */
main div.grid, main div.admin-grid {
width: 100%;
}
main div.grid>section.grid-item {
float: left;
margin-right: 2%;
margin-bottom: 2%;
box-shadow: 0 3px 3px #888888;
border: 1px solid #D6D6D6;
width: 20%;
min-width: 200px; /* Set a minimum width so that they move down the screen rather than getting inifinitely smaller, when the screen is squashed */
padding: 1%;
}
main div.grid>section.grid-item>img {
width: 100%;
max-height: 152px;
}
main div.grid>section.grid-item>header, main div.admin-grid>section.grid-item>header, main div.reporting-grid>section.grid-item>header {
text-align: center;
font-weight: bold;
}
/* View item pages */
main>nav#catHierarchy {
margin: 0 2% 1% 2%;
color: #999999;
}
/* Links */
.link {
color: #00248F;
text-decoration: none;
cursor: pointer;
}
.link:hover {
color: #CCCC00;
}
/* Tables */
table#catTable, table#delTable, table#productsTable, table#settingsTable, table#warnTable, table#ordersTable, table#items {
border-collapse: collapse;
margin-top: 1%;
width: 100%;
}
table#catTable tr:nth-child(even), table#delTable tr:nth-child(even), table#productsTable tr:nth-child(even), table#settingsTable tr:nth-child(even), table#warnTable tr:nth-child(even), table#ordersTable tr:nth-child(even) {
background-color: #D6D6D6;
}
table>tr.heading, table>tr#heading {
font-weight: bold;
}
td.label {
text-align: right;
font-weight: bold;
}
/* Errors */
input:invalid,
input:out-of-range,
textarea:invalid,
textarea:out-of-range {
border-color:hsl(0, 50%, 50%);
background:hsl(0, 50%, 90%);
}
/* Footer styling */
footer {
clear: both;
padding-top: 1%;
box-shadow: 0 -2px 3px #888888;
text-align: center;
}
/* Misc */
input.search-field {
width: 60%;
padding: 10px;
border-radius: 3px;
}
label {
font-weight: bold;
}
body>div#modalHider { /* sadasidha. (2012). Show a div as a modal pop up. Retrieved from http://stackoverflow.com/questions/6263303/show-a-div-as-a-modal-pop-up */
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index: 99;
background-color: #000000;
opacity: 0.6; /* for transparency */
}
body>div#modalLoading { /* sadasidha. (2012). Show a div as a modal pop up. Retrieved from http://stackoverflow.com/questions/6263303/show-a-div-as-a-modal-pop-up */
position: fixed;
text-align: center;
font-size: 16pt;
color: azure;
top: 50%;
left: 50%;
width: 10em;
height: 10em;
margin-top: -5em; /* set to a negative number 1/2 of your height */
margin-left: -5em; /* set to a negative number 1/2 of your width */
z-index: 100;
}
body>div#modalLoading>div#loadingText {
margin-left: -35px;
}
body>div#modalLoading>canvas#modalLogo {
width: 150px;
height: 75px;
} | 0.330363 | 0.080033 |
body {
background-color: #f1f1f1;
color: #333;
}
.navbar a {
color: #333;
transition: color 0.5s;
transition: background-color 0.5s;
}
header.pageheader {
background-image: url(../img/bars-top.svg);
background-size: 100% auto;
padding: 15px 0 0 0;
}
header.pageheader h1 {
background-color: white;
margin: 0;
padding: 50px 10px 10px 10px;
font-size: 20px;
font-weight: bold;
background-image: url(../img/nihr-logo-70.png);
background-size: 200px auto;
background-repeat: no-repeat;
background-position: bottom right;
background-origin: content-box;
}
footer {
margin-top: 60px;
}
footer p {
background-color: #333;
color: white;
padding: 10px 10px;
}
.navbar{
padding: 10px 0;
font-family: Open Sans;
}
.navbar a {
color: #333;
transition: color 0.5s;
transition: background-color 0.5s;
font-size: 18px;
vertical-align: baseline;
}
.navbar li a:hover, .navbar .open a:focus {
background-color: #e1261c;
color: white;
}
.navbar .navbar-brand {
font-size: 15px;
background-color: #e1261c;
color: white;
}
section {
background-color: white;
padding: 20px;
margin-bottom: 20px;
}
textarea {
resize: vertical;
}
dd {
margin-bottom: 10px;
}
.list-group-item a.download {
margin-right: 20px;
font-size: 20px;
}
.study_list li {
list-style: none;
}
.study_list a {
font-size: 20px;
}
.upload_details {
padding: 10px;
}
.upload_details header {
padding-bottom: 20px;
}
.upload_details h1 {
font-size: 30px;
color: #23527c;
font-weight: bold;
margin: 0;
}
.upload_details h2 {
font-size: 16px;
color: #666;
margin: 0;
}
.login-form {
position: absolute;
top: 50%;
left:50%;
transform: translate(-50%,-70%);
box-shadow: 5px 10px 18px #CCC;
}
.login-form .panel-body {
padding: 0;
}
.login-form-body {
display: flex;
align-items: stretch;
}
.login-form-body form {
width: 500px;
flex: 1;
}
.login-form-body .description {
flex: 1;
border-left: 1px solid #337ab7;
padding: 20px;
background-color: #5bc0de;
color: #FFF;
font-weight: bold;
}
.errors {
margin-top: 10px;
}
.panel form {
padding: 40px;
}
/** SPINNER CREATION **/
.loader {
position: relative;
text-align: center;
margin: 15px auto 35px auto;
z-index: 9999;
display: block;
width: 80px;
height: 80px;
border: 10px solid rgba(0, 0, 0, .3);
border-radius: 50%;
border-top-color: #000;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
} | batch_demographics/static/css/main.css | body {
background-color: #f1f1f1;
color: #333;
}
.navbar a {
color: #333;
transition: color 0.5s;
transition: background-color 0.5s;
}
header.pageheader {
background-image: url(../img/bars-top.svg);
background-size: 100% auto;
padding: 15px 0 0 0;
}
header.pageheader h1 {
background-color: white;
margin: 0;
padding: 50px 10px 10px 10px;
font-size: 20px;
font-weight: bold;
background-image: url(../img/nihr-logo-70.png);
background-size: 200px auto;
background-repeat: no-repeat;
background-position: bottom right;
background-origin: content-box;
}
footer {
margin-top: 60px;
}
footer p {
background-color: #333;
color: white;
padding: 10px 10px;
}
.navbar{
padding: 10px 0;
font-family: Open Sans;
}
.navbar a {
color: #333;
transition: color 0.5s;
transition: background-color 0.5s;
font-size: 18px;
vertical-align: baseline;
}
.navbar li a:hover, .navbar .open a:focus {
background-color: #e1261c;
color: white;
}
.navbar .navbar-brand {
font-size: 15px;
background-color: #e1261c;
color: white;
}
section {
background-color: white;
padding: 20px;
margin-bottom: 20px;
}
textarea {
resize: vertical;
}
dd {
margin-bottom: 10px;
}
.list-group-item a.download {
margin-right: 20px;
font-size: 20px;
}
.study_list li {
list-style: none;
}
.study_list a {
font-size: 20px;
}
.upload_details {
padding: 10px;
}
.upload_details header {
padding-bottom: 20px;
}
.upload_details h1 {
font-size: 30px;
color: #23527c;
font-weight: bold;
margin: 0;
}
.upload_details h2 {
font-size: 16px;
color: #666;
margin: 0;
}
.login-form {
position: absolute;
top: 50%;
left:50%;
transform: translate(-50%,-70%);
box-shadow: 5px 10px 18px #CCC;
}
.login-form .panel-body {
padding: 0;
}
.login-form-body {
display: flex;
align-items: stretch;
}
.login-form-body form {
width: 500px;
flex: 1;
}
.login-form-body .description {
flex: 1;
border-left: 1px solid #337ab7;
padding: 20px;
background-color: #5bc0de;
color: #FFF;
font-weight: bold;
}
.errors {
margin-top: 10px;
}
.panel form {
padding: 40px;
}
/** SPINNER CREATION **/
.loader {
position: relative;
text-align: center;
margin: 15px auto 35px auto;
z-index: 9999;
display: block;
width: 80px;
height: 80px;
border: 10px solid rgba(0, 0, 0, .3);
border-radius: 50%;
border-top-color: #000;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
} | 0.506836 | 0.113383 |
@-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") {
/* ====================================== size settings ====================================== */
.resize-grip-enabled .CodeMirror-scroll { font-size: 13px !important; line-height: 14px !important; }
.CodeMirror.CodeMirror-wrap.resize-grip-enabled { height: 94% !important; }
/*.CodeMirror-sizer { margin-left: 40px !important;}*/
/*.CodeMirror pre { padding-left: 10px !important; }*/
/* ====================================== line colors ====================================== */
/* span {color: #d7830d!important;} */
.CodeMirror,
.CodeMirror-gutters,
.cm-s-seti.CodeMirror,
.cm-s-yeti.CodeMirror,
.cm-s-dracula.CodeMirror,
.cm-s-lucario.CodeMirror {
background: #282a36 !important;
border: none !important;
box-shadow: none !important;}
.CodeMirror-gutters,
.cm-s-lucario .CodeMirror-gutters,
.cm-s-zenburn .CodeMirror-gutters {border-right: 1px dashed #338792 !important; }
/*.CodeMirror-gutter-elt {left: 30px !important; }*/
.CodeMirror-lint-markers { width: 10px !important;}
.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {left: -8px !important; top: -1px !important;}
.CodeMirror-foldgutter {color: #338792 !important; width: 5px !important; }
.CodeMirror-cursor { border-left: solid thin #00ff2f!important; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection { background: #ffffff1a!important; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection { background: #ffffff1a!important; }
.CodeMirror-linenumber { color: #338792!important; top: 1px !important;}
.CodeMirror-activeline { background: #14778433!important; }
.CodeMirror-activeline-background { background: #14778433!important; }
.CodeMirror-selected,
.cm-s-bespin div.CodeMirror-selected,
.cm-s-duotone-dark div.CodeMirror-selected,
.cm-s-duotone-light div.CodeMirror-selected,
.cm-s-hopscotch div.CodeMirror-selected,
.cm-s-isotope div.CodeMirror-selected,
.cm-s-railscasts div.CodeMirror-selected{background: #a0bd378a !important; } /* #09289782 */
/* ====================================== main colors ====================================== */
.cm-comment { color: #62758c!important; font: italic condensed 100 13px monospace !important;}
.cm-qualifier { color: #1fb878!important; font-style: italic !important; }
.cm-tag { color: #a06fe0!important; }
.cm-property { color: #e5e087!important; }
.cm-atom { color: #41a3d6!important; font-weight:normal !important; }
.cm-number { color: #00fff7!important; }
.cm-meta { color: #d97f39!important; background: none !important; }
.cm-keyword { color: #c84343!important; font-weight:bold !important;}
.cm-keyword.colorview.colorview-swatch {color: #41a3d6!important;}
.cm-variable { color: #50fa7b!important; }
.cm-variable-2 {
color: #e5e087 !important;
background:#80161661!important;
border: 0.5px dashed #ff9b43e3!important;
padding: 0px 5px; margin: 0px 2px !important;
border-radius: 7px !important;}
.cm-variable-3, .cm-type { color: #fff701!important; }
.cm-string, .cm-string-2 { color: #f1fa8c!important; }
.cm-def { color: #50fa7b!important; }
.cm-operator { color: #ff79c6!important; }
.cm-attribute { color: #50fa7b!important; }
.cm-builtin { color: #1fb878!important; font-style: italic !important; }
/* ====================================== hover, brackets ====================================== */
.cm-tag:hover, .cm-qualifier:hover, .cm-builtin:hover { color: #ef0!important; }
.CodeMirror-matchingbracket {
font-weight: bolder !important;
text-shadow: 0 0 12px #e6ff00!important;
color: #0b0!important;
background: #b31919!important;
padding: 1px 0px !important;
margin: 0px 0px !important;
border: 1px solid #bfff00fc !important;
text-decoration: none !important;
}
/* ====================================== search ====================================== */
.cm-searching{
background-color: #0adda5f7 !important;
color: #1642a2 !important;
padding: 0px 3px !important;
border-radius: 5px;
box-shadow: 0px 0px 20px 2px #03b787;
}
.cm-searching.search-target-match {
background-color: #cbd516 !important;
color: #9d1117 !important;
/* border: 2px dashed #e12d2d !important;*/
box-shadow: 0px 0px 25px 10px #d23535;
line-height:55px;
}
/* ====================================== hints ====================================== */
.CodeMirror-hints {
box-shadow: 17px 17px 55px 15px #000;
border-radius: 5px;
border: 1px solid #6cd3e3;
font-size: 90%;
font-family: monospace;
max-height: 35em;
}
.CodeMirror-hint {
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
color: #45a5b5;
background:#001725 !important;
border-radius: 2px;
}
.CodeMirror-hint-active, .CodeMirror-hints.idea .CodeMirror-hint-active{
background: #e3a86c!important;
color: #001725!important;
}
.CodeMirror-hint:hover{
color: #001725;
background:#e3e16c !important;
}
/* ------------------------------------------------------------ */
:root {
--dbkg1: #282a36;
--dbkg2: #001725;
--dbkg3: #e3a86c;
--dbkg4: #e3e16c;
--dcol1: #338792;
--dcol2: #d7830d;
--dcss1: #1fb878; /* rule */
--dcss2: #a06fe0; /* tag */
--dcss3: #e5e087; /* option */
}
} | data/usercss/166184.user.css | @-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") {
/* ====================================== size settings ====================================== */
.resize-grip-enabled .CodeMirror-scroll { font-size: 13px !important; line-height: 14px !important; }
.CodeMirror.CodeMirror-wrap.resize-grip-enabled { height: 94% !important; }
/*.CodeMirror-sizer { margin-left: 40px !important;}*/
/*.CodeMirror pre { padding-left: 10px !important; }*/
/* ====================================== line colors ====================================== */
/* span {color: #d7830d!important;} */
.CodeMirror,
.CodeMirror-gutters,
.cm-s-seti.CodeMirror,
.cm-s-yeti.CodeMirror,
.cm-s-dracula.CodeMirror,
.cm-s-lucario.CodeMirror {
background: #282a36 !important;
border: none !important;
box-shadow: none !important;}
.CodeMirror-gutters,
.cm-s-lucario .CodeMirror-gutters,
.cm-s-zenburn .CodeMirror-gutters {border-right: 1px dashed #338792 !important; }
/*.CodeMirror-gutter-elt {left: 30px !important; }*/
.CodeMirror-lint-markers { width: 10px !important;}
.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {left: -8px !important; top: -1px !important;}
.CodeMirror-foldgutter {color: #338792 !important; width: 5px !important; }
.CodeMirror-cursor { border-left: solid thin #00ff2f!important; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection { background: #ffffff1a!important; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection { background: #ffffff1a!important; }
.CodeMirror-linenumber { color: #338792!important; top: 1px !important;}
.CodeMirror-activeline { background: #14778433!important; }
.CodeMirror-activeline-background { background: #14778433!important; }
.CodeMirror-selected,
.cm-s-bespin div.CodeMirror-selected,
.cm-s-duotone-dark div.CodeMirror-selected,
.cm-s-duotone-light div.CodeMirror-selected,
.cm-s-hopscotch div.CodeMirror-selected,
.cm-s-isotope div.CodeMirror-selected,
.cm-s-railscasts div.CodeMirror-selected{background: #a0bd378a !important; } /* #09289782 */
/* ====================================== main colors ====================================== */
.cm-comment { color: #62758c!important; font: italic condensed 100 13px monospace !important;}
.cm-qualifier { color: #1fb878!important; font-style: italic !important; }
.cm-tag { color: #a06fe0!important; }
.cm-property { color: #e5e087!important; }
.cm-atom { color: #41a3d6!important; font-weight:normal !important; }
.cm-number { color: #00fff7!important; }
.cm-meta { color: #d97f39!important; background: none !important; }
.cm-keyword { color: #c84343!important; font-weight:bold !important;}
.cm-keyword.colorview.colorview-swatch {color: #41a3d6!important;}
.cm-variable { color: #50fa7b!important; }
.cm-variable-2 {
color: #e5e087 !important;
background:#80161661!important;
border: 0.5px dashed #ff9b43e3!important;
padding: 0px 5px; margin: 0px 2px !important;
border-radius: 7px !important;}
.cm-variable-3, .cm-type { color: #fff701!important; }
.cm-string, .cm-string-2 { color: #f1fa8c!important; }
.cm-def { color: #50fa7b!important; }
.cm-operator { color: #ff79c6!important; }
.cm-attribute { color: #50fa7b!important; }
.cm-builtin { color: #1fb878!important; font-style: italic !important; }
/* ====================================== hover, brackets ====================================== */
.cm-tag:hover, .cm-qualifier:hover, .cm-builtin:hover { color: #ef0!important; }
.CodeMirror-matchingbracket {
font-weight: bolder !important;
text-shadow: 0 0 12px #e6ff00!important;
color: #0b0!important;
background: #b31919!important;
padding: 1px 0px !important;
margin: 0px 0px !important;
border: 1px solid #bfff00fc !important;
text-decoration: none !important;
}
/* ====================================== search ====================================== */
.cm-searching{
background-color: #0adda5f7 !important;
color: #1642a2 !important;
padding: 0px 3px !important;
border-radius: 5px;
box-shadow: 0px 0px 20px 2px #03b787;
}
.cm-searching.search-target-match {
background-color: #cbd516 !important;
color: #9d1117 !important;
/* border: 2px dashed #e12d2d !important;*/
box-shadow: 0px 0px 25px 10px #d23535;
line-height:55px;
}
/* ====================================== hints ====================================== */
.CodeMirror-hints {
box-shadow: 17px 17px 55px 15px #000;
border-radius: 5px;
border: 1px solid #6cd3e3;
font-size: 90%;
font-family: monospace;
max-height: 35em;
}
.CodeMirror-hint {
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
color: #45a5b5;
background:#001725 !important;
border-radius: 2px;
}
.CodeMirror-hint-active, .CodeMirror-hints.idea .CodeMirror-hint-active{
background: #e3a86c!important;
color: #001725!important;
}
.CodeMirror-hint:hover{
color: #001725;
background:#e3e16c !important;
}
/* ------------------------------------------------------------ */
:root {
--dbkg1: #282a36;
--dbkg2: #001725;
--dbkg3: #e3a86c;
--dbkg4: #e3e16c;
--dcol1: #338792;
--dcol2: #d7830d;
--dcss1: #1fb878; /* rule */
--dcss2: #a06fe0; /* tag */
--dcss3: #e5e087; /* option */
}
} | 0.215021 | 0.048137 |
.order-layout {
min-height: 30rem;
text-align: center;
background: url('../images/order-bg.jpg') no-repeat -25% 0;
background-size: 45rem;
background-color: #fff;
color: #9a9a9a;
}
.order-banner h1 {
color: black;
font-size: 2vw;
margin-bottom: 0.2rem;
margin-top: 3rem;
}
.order-banner p {
font-size: 0.9vw;
padding-bottom: 0.5rem;
margin-top: 10px;
}
/* search layout */
.search-layout {
display: inline-block;
}
.search-bar-layout {
background-color: white;
padding: 10px;
border-radius: 6px;
box-shadow: 2px 5px 9px #aaa;
}
.search-bar-layout > * {
display: inline-block;
vertical-align: middle;
}
/* city input's style in search bar */
.search-bar-city {
box-sizing: border-box;
padding: 0.8rem;
border-radius: 5px;
border: 1px solid #ddd;
}
.search-bar-city img {
margin-top: 3px;
vertical-align: middle;
width: 0.6rem;
margin-right: .3rem;
opacity: 0.6;
transform: rotate(270deg);
}
.search-bar-city input {
border: none;
padding-left: 1rem;
margin-right: 10px;
width: 3rem;
font-size: 0.85rem;
}
/* district input's style in search bar */
.search-bar-district {
margin-top: -0.32rem;
box-sizing: border-box;
padding: 0.7em;
border-radius: 0 5px 5px 0;
border: 1px solid #ddd;
}
.search-bar-district legend {
padding-right: 0.5rem;
padding-left: 1.5rem;
font-size: 0.7em;
color: black;
text-align: right;
}
.search-bar-district img {
transform: scale(1.1);
margin-top: -5px;
vertical-align: middle;
margin-right: .3rem;
opacity: 0.4;
}
.search-bar-district input {
border: none;
margin-top: -5px;
padding-left: 1rem;
margin-right: 10px;
width: 28rem;
font-size: 0.85rem;
}
/* search button's style in search bar */
.search-bar-button {
margin-right: -2px;
margin-top: 1px;
width: 50px;
height: 47px;
border: none;
border-radius: 5px 0 0 5px;
background-image: -webkit-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -moz-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -o-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
}
.search-bar-button i {
font-size: 1.5rem;
color: white;
}
/* previous search's style */
.previous-search {
text-align: right;
margin-top: -5px;
}
.previous-search p {
text-decoration: underline;
font-size: 0.8rem
}
/* steps layout */
.steps-layout {
display: flex;
color: #aaa;
width: 80%;
margin: auto;
justify-content: space-between;
}
.steps-layout > div {
flex-grow: 1;
text-align: center;
width: 25%;
margin-left: 3%;
margin-right: 3%;
}
.steps-layout > div > p {
text-align: right;
font-size: 15px;
margin: 7% 0;
height: 8%;
}
/* each step box*/
.steps-box {
display: inline-flex;
height: 70%;
padding: 7.5% .5rem;
background-color: white;
box-shadow: 2px 5px 9px #aaa;
}
.steps-box p {
font-size: 13px;
line-height: 20pt;
margin: auto;
}
.steps-box div {
margin: auto 5px;
}
/* step's icon */
.steps-icon-pic {
width: 4rem;
}
.steps-icon-sign {
padding: .2rem;
margin-top: 2.5rem;
position: absolute;
width: 2rem;
border: 2px solid white;
border-radius: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-image: -webkit-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -moz-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -o-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
}
/* best restaurant */
.best-restaurants-layout {
width: 80%;
margin: 10rem auto auto;
text-align: center;
}
.best-restaurants-h2 {
margin: auto;
color: black;
}
.best-restaurants-item {
background: white;
height: 100%;
padding: 2rem 1rem 0 1rem;
box-shadow: 0 0 5px #ccc;
transition: 0.25s;
}
.best-restaurants-item:hover {
box-shadow: 0 0 2rem #acacac;
}
.best-restaurants-item img {
box-shadow: 0 0.25rem 1rem #ccc;
}
.best-restaurants-item-name {
font-weight: bold;
color: black;
margin-top: 10px;
font-size: 1.5em;
}
.star-mark {
color: #ffc430;
}
.star-empty {
color: #cecece;
}
.star-half {
background: -webkit-linear-gradient(left, #ffc430 0%, #ffc430 50%, #cecece 50%, #cecece 100%);
background: linear-gradient(to right, #ffc430 0%, #ffc430 50%, #cecece 50%, #cecece 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.rating {
display: flex;
justify-content: center;
}
.rating:before {
content: "";
width: 2rem;
height: 1px;
background: #ddd;
margin: auto auto auto 10px;
}
.rating-comments {
color: #888;
font-size: 1em;
padding: 0 7px 0 0;
vertical-align: middle;
}
.rating-stars {
direction: ltr;
}
.rating-result {
color: #ffc430;
font-size: 1.25em;
font-weight: bold;
padding: 0 0 0 7px;
vertical-align: middle;
}
.rating:after {
content: "";
width: 2rem;
height: 1px;
background: #ddd;
margin: auto 10px auto auto;
}
.restaurant-types {
color: #666;
display: flex;
justify-content: center;
padding: 2rem 0 0;
font-size: 13px;
}
.restaurant-types li {
display: inline-block;
}
.restaurant-types > li:not(:last-child):after {
content: "";
display: inline-block;
width: 0.3rem;
height: 0.3rem;
border-radius: 1rem;
margin: 0.6rem .4rem auto .4rem;
background-color: #777;
}
.restaurant-address {
color: #777;
position: relative;
width: 100%;
}
.restaurant-address:after {
content: "";
top: 0;
left: 0;
width: 50px;
height: 100%;
display: block;
position: absolute;
background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(hsla(0,0%,100%,0)));
background: -webkit-linear-gradient(left,#fff 30%,hsla(0,0%,100%,0));
background: -o-linear-gradient(left,#fff 30%,hsla(0,0%,100%,0) 100%);
background: linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0));
}
.best-restaurants-item > img {
width: 85px;
}
.best-restaurants-item > button {
font-size: 0.85rem;
padding: 0.5rem 1.4rem;
margin-top: 1rem;
color: rgb(212, 0, 98);
border: 1px solid rgb(212, 0, 98);
border-radius: 26px;
}
.best-restaurants-item > button:hover {
background-color: rgba(212,0,98,.05);
}
.best-restaurants {
display: flex;
color: #aaa;
margin:auto;
padding-top: 5px;
}
.best-restaurants > a {
width: 20%;
flex-grow: 1;
margin-left: 2%;
margin-right: 2%;
text-align: center;
}
.best-restaurants > a > div {
text-align: center;
border-radius: 5px;
}
.good-restaurants-layout {
margin: 100px 0;
background: url('../images/good-rest-background.jpg') no-repeat 15% 0;
background-size: cover;
}
.good-restaurants-layout > p {
margin-right: 3rem;
padding-top: 3rem;
font-weight: bold;
font-size: 1.25rem;
}
.good-restaurants {
width: 50%;
margin-right: 10%;
margin-top: 4rem;
padding-bottom: 4rem;
}
.good-restaurants > div {
flex-grow: 1;
display: flex;
text-align: center;
width: 100%;
padding: 20px 0;
}
.good-restaurants > div > a {
margin: auto;
}
.good-restaurants > div > a > div > p {
color: #777;
margin-top: -2px;
font-weight: bold;
font-size: 0.88em;
min-width: 125px;
}
.good-restaurants > div > a > div > img {
width: 80px;
border-radius: 5px;
border: 1px solid #bbb;
box-shadow: 0 0 8px #ccc;
}
.select-type-layout {
text-align: center;
}
.select-type-layout > h1 {
color: black;
}
.select-type-layout > p {
color: #bbb;
font-size: 1.3em;
}
.type-list {
width: 80vw;
display: inline-flex;
height: 20rem;
}
.type-list > a {
flex-grow: 1;
display: flex;
margin: 0 12px 0 0;
background-size: cover;
}
.type-list > a > div {
width: 17.5vw;
text-align: right;
border-radius: 5px;
}
.type-list > a > div > p {
color: white;
font-size: 1.2em;
margin-top: 0.4rem;
}
.type-list > a > div > h3 {
color: white;
margin: 0;
padding-top: 85%;
font-size: 1.5em;
transition: 0.5s;
}
.type-list > a:hover h3 {
padding-top: 80%;
}
.sandwich {
background: url('../images/food-type-backs/back1.jpeg') no-repeat 0 0;
}
.burger {
background: url('../images/food-type-backs/back2.jpeg') no-repeat 0 0;
}
.pizza {
background: url('../images/food-type-backs/back3.jpeg') no-repeat 0 0;
}
.kebab {
background: url('../images/food-type-backs/back4.jpeg') no-repeat 0 0;
}
.type-list > a > div {
height: 100%;
border-radius: 5px;
padding-right: 1.5rem;
background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8));
}
.select-type-minimal {
width: 75%;
text-align: center;
margin: 50px auto;
}
.select-type-minimal > h1 {
color: black;
}
.select-type-minimal > div > a {
display: inline-block;
color: black;
font-weight: bold;
transition: 0.2s;
margin-bottom: 20px;
margin-right: 20px;
border-radius: 25px;
background: white;
box-shadow: 0 0 3px #eee;
font-size: 1rem;
padding: 10px 20px;
}
.select-type-minimal > div > a:hover {
box-shadow: 0 0 10px #ccc;
}
.app-div {
width: 70vw;
margin: 170px auto auto;
}
.app-div-outer {
width: 100%;
height: 520px;
background-color: white;
box-shadow: 0 0 2px #eee;
-webkit-box-shadow: 0 0 2px #eee;
display: flex;
}
.app-div-right-side {
flex-grow: 3;
}
.app-div-left-side {
display: inline-flex;
flex-grow: 1;
}
.app-div-left-side img {
margin-top: -150px;
margin-left: -260px;
height: 793px;
}
.app-div-right-side h1 {
margin-right: 30px;
margin-top: 30px;
}
.app-div-right-side p {
margin-right: 30px;
font-size: 1.5em;
}
.rec-link-div {
display: inline-flex;
border: 1px solid #a0a0a08a;
border-radius: 70px;
transition: 0.25s;
-webkit-transition: 0.25s;
margin-right: 30px;
margin-top: 20px;
box-shadow: 0 0 15px #ddd;
-webkit-box-shadow: 0 0 15px #ddd;
}
.rec-link-div:focus-within {
border: 1px solid #8e00ab;
}
.recv-link-btn {
background-image: -webkit-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -moz-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -o-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-position: 0 0, 0 100%;
background-repeat: no-repeat;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
border-right: 0;
border-left: 0;
margin-left: -11px;
color: white;
text-align: center;
padding-top: 1.2rem;
height: 3.6rem;
margin-top: 0px;
width: 15rem;
border-radius: 70px 0 0 70px;
}
.region-getter-typable {
padding: 0.3rem;
}
.region-getter-typable input {
outline: none;
border: none;
font-size: 1.2rem;
width: 30rem;
background: none;
}
.rec-link-div .region-getter-typable {
width: 20rem;
}
.rec-link-div .region-getter-typable input {
height: 2.5rem;
padding-right: 30px;
padding-top: 0.35rem;
}
.app-div-access-msg {
padding-top: 10px;
font-size: 0.8rem;
color: #aaa;
}
.app-download-links {
margin-right: 30px;
}
.app-download-links div {
display: inline-block;
font-weight: bold;
transition: 0.2s;
-webkit-transition: 0.2s;
border-radius: 7px;
background-color: white;
color: black;
font-size: 1.1rem;
padding: 0px 0px;
}
.app-download-links div:hover {
box-shadow: 0 0 8px #ddd;
-webkit-box-shadow: 0 0 8px #ddd;
} | Project/front-reyhoon/src/assets/styles/home.css | .order-layout {
min-height: 30rem;
text-align: center;
background: url('../images/order-bg.jpg') no-repeat -25% 0;
background-size: 45rem;
background-color: #fff;
color: #9a9a9a;
}
.order-banner h1 {
color: black;
font-size: 2vw;
margin-bottom: 0.2rem;
margin-top: 3rem;
}
.order-banner p {
font-size: 0.9vw;
padding-bottom: 0.5rem;
margin-top: 10px;
}
/* search layout */
.search-layout {
display: inline-block;
}
.search-bar-layout {
background-color: white;
padding: 10px;
border-radius: 6px;
box-shadow: 2px 5px 9px #aaa;
}
.search-bar-layout > * {
display: inline-block;
vertical-align: middle;
}
/* city input's style in search bar */
.search-bar-city {
box-sizing: border-box;
padding: 0.8rem;
border-radius: 5px;
border: 1px solid #ddd;
}
.search-bar-city img {
margin-top: 3px;
vertical-align: middle;
width: 0.6rem;
margin-right: .3rem;
opacity: 0.6;
transform: rotate(270deg);
}
.search-bar-city input {
border: none;
padding-left: 1rem;
margin-right: 10px;
width: 3rem;
font-size: 0.85rem;
}
/* district input's style in search bar */
.search-bar-district {
margin-top: -0.32rem;
box-sizing: border-box;
padding: 0.7em;
border-radius: 0 5px 5px 0;
border: 1px solid #ddd;
}
.search-bar-district legend {
padding-right: 0.5rem;
padding-left: 1.5rem;
font-size: 0.7em;
color: black;
text-align: right;
}
.search-bar-district img {
transform: scale(1.1);
margin-top: -5px;
vertical-align: middle;
margin-right: .3rem;
opacity: 0.4;
}
.search-bar-district input {
border: none;
margin-top: -5px;
padding-left: 1rem;
margin-right: 10px;
width: 28rem;
font-size: 0.85rem;
}
/* search button's style in search bar */
.search-bar-button {
margin-right: -2px;
margin-top: 1px;
width: 50px;
height: 47px;
border: none;
border-radius: 5px 0 0 5px;
background-image: -webkit-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -moz-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -o-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
}
.search-bar-button i {
font-size: 1.5rem;
color: white;
}
/* previous search's style */
.previous-search {
text-align: right;
margin-top: -5px;
}
.previous-search p {
text-decoration: underline;
font-size: 0.8rem
}
/* steps layout */
.steps-layout {
display: flex;
color: #aaa;
width: 80%;
margin: auto;
justify-content: space-between;
}
.steps-layout > div {
flex-grow: 1;
text-align: center;
width: 25%;
margin-left: 3%;
margin-right: 3%;
}
.steps-layout > div > p {
text-align: right;
font-size: 15px;
margin: 7% 0;
height: 8%;
}
/* each step box*/
.steps-box {
display: inline-flex;
height: 70%;
padding: 7.5% .5rem;
background-color: white;
box-shadow: 2px 5px 9px #aaa;
}
.steps-box p {
font-size: 13px;
line-height: 20pt;
margin: auto;
}
.steps-box div {
margin: auto 5px;
}
/* step's icon */
.steps-icon-pic {
width: 4rem;
}
.steps-icon-sign {
padding: .2rem;
margin-top: 2.5rem;
position: absolute;
width: 2rem;
border: 2px solid white;
border-radius: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-image: -webkit-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -moz-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -o-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
}
/* best restaurant */
.best-restaurants-layout {
width: 80%;
margin: 10rem auto auto;
text-align: center;
}
.best-restaurants-h2 {
margin: auto;
color: black;
}
.best-restaurants-item {
background: white;
height: 100%;
padding: 2rem 1rem 0 1rem;
box-shadow: 0 0 5px #ccc;
transition: 0.25s;
}
.best-restaurants-item:hover {
box-shadow: 0 0 2rem #acacac;
}
.best-restaurants-item img {
box-shadow: 0 0.25rem 1rem #ccc;
}
.best-restaurants-item-name {
font-weight: bold;
color: black;
margin-top: 10px;
font-size: 1.5em;
}
.star-mark {
color: #ffc430;
}
.star-empty {
color: #cecece;
}
.star-half {
background: -webkit-linear-gradient(left, #ffc430 0%, #ffc430 50%, #cecece 50%, #cecece 100%);
background: linear-gradient(to right, #ffc430 0%, #ffc430 50%, #cecece 50%, #cecece 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.rating {
display: flex;
justify-content: center;
}
.rating:before {
content: "";
width: 2rem;
height: 1px;
background: #ddd;
margin: auto auto auto 10px;
}
.rating-comments {
color: #888;
font-size: 1em;
padding: 0 7px 0 0;
vertical-align: middle;
}
.rating-stars {
direction: ltr;
}
.rating-result {
color: #ffc430;
font-size: 1.25em;
font-weight: bold;
padding: 0 0 0 7px;
vertical-align: middle;
}
.rating:after {
content: "";
width: 2rem;
height: 1px;
background: #ddd;
margin: auto 10px auto auto;
}
.restaurant-types {
color: #666;
display: flex;
justify-content: center;
padding: 2rem 0 0;
font-size: 13px;
}
.restaurant-types li {
display: inline-block;
}
.restaurant-types > li:not(:last-child):after {
content: "";
display: inline-block;
width: 0.3rem;
height: 0.3rem;
border-radius: 1rem;
margin: 0.6rem .4rem auto .4rem;
background-color: #777;
}
.restaurant-address {
color: #777;
position: relative;
width: 100%;
}
.restaurant-address:after {
content: "";
top: 0;
left: 0;
width: 50px;
height: 100%;
display: block;
position: absolute;
background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(hsla(0,0%,100%,0)));
background: -webkit-linear-gradient(left,#fff 30%,hsla(0,0%,100%,0));
background: -o-linear-gradient(left,#fff 30%,hsla(0,0%,100%,0) 100%);
background: linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0));
}
.best-restaurants-item > img {
width: 85px;
}
.best-restaurants-item > button {
font-size: 0.85rem;
padding: 0.5rem 1.4rem;
margin-top: 1rem;
color: rgb(212, 0, 98);
border: 1px solid rgb(212, 0, 98);
border-radius: 26px;
}
.best-restaurants-item > button:hover {
background-color: rgba(212,0,98,.05);
}
.best-restaurants {
display: flex;
color: #aaa;
margin:auto;
padding-top: 5px;
}
.best-restaurants > a {
width: 20%;
flex-grow: 1;
margin-left: 2%;
margin-right: 2%;
text-align: center;
}
.best-restaurants > a > div {
text-align: center;
border-radius: 5px;
}
.good-restaurants-layout {
margin: 100px 0;
background: url('../images/good-rest-background.jpg') no-repeat 15% 0;
background-size: cover;
}
.good-restaurants-layout > p {
margin-right: 3rem;
padding-top: 3rem;
font-weight: bold;
font-size: 1.25rem;
}
.good-restaurants {
width: 50%;
margin-right: 10%;
margin-top: 4rem;
padding-bottom: 4rem;
}
.good-restaurants > div {
flex-grow: 1;
display: flex;
text-align: center;
width: 100%;
padding: 20px 0;
}
.good-restaurants > div > a {
margin: auto;
}
.good-restaurants > div > a > div > p {
color: #777;
margin-top: -2px;
font-weight: bold;
font-size: 0.88em;
min-width: 125px;
}
.good-restaurants > div > a > div > img {
width: 80px;
border-radius: 5px;
border: 1px solid #bbb;
box-shadow: 0 0 8px #ccc;
}
.select-type-layout {
text-align: center;
}
.select-type-layout > h1 {
color: black;
}
.select-type-layout > p {
color: #bbb;
font-size: 1.3em;
}
.type-list {
width: 80vw;
display: inline-flex;
height: 20rem;
}
.type-list > a {
flex-grow: 1;
display: flex;
margin: 0 12px 0 0;
background-size: cover;
}
.type-list > a > div {
width: 17.5vw;
text-align: right;
border-radius: 5px;
}
.type-list > a > div > p {
color: white;
font-size: 1.2em;
margin-top: 0.4rem;
}
.type-list > a > div > h3 {
color: white;
margin: 0;
padding-top: 85%;
font-size: 1.5em;
transition: 0.5s;
}
.type-list > a:hover h3 {
padding-top: 80%;
}
.sandwich {
background: url('../images/food-type-backs/back1.jpeg') no-repeat 0 0;
}
.burger {
background: url('../images/food-type-backs/back2.jpeg') no-repeat 0 0;
}
.pizza {
background: url('../images/food-type-backs/back3.jpeg') no-repeat 0 0;
}
.kebab {
background: url('../images/food-type-backs/back4.jpeg') no-repeat 0 0;
}
.type-list > a > div {
height: 100%;
border-radius: 5px;
padding-right: 1.5rem;
background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8));
}
.select-type-minimal {
width: 75%;
text-align: center;
margin: 50px auto;
}
.select-type-minimal > h1 {
color: black;
}
.select-type-minimal > div > a {
display: inline-block;
color: black;
font-weight: bold;
transition: 0.2s;
margin-bottom: 20px;
margin-right: 20px;
border-radius: 25px;
background: white;
box-shadow: 0 0 3px #eee;
font-size: 1rem;
padding: 10px 20px;
}
.select-type-minimal > div > a:hover {
box-shadow: 0 0 10px #ccc;
}
.app-div {
width: 70vw;
margin: 170px auto auto;
}
.app-div-outer {
width: 100%;
height: 520px;
background-color: white;
box-shadow: 0 0 2px #eee;
-webkit-box-shadow: 0 0 2px #eee;
display: flex;
}
.app-div-right-side {
flex-grow: 3;
}
.app-div-left-side {
display: inline-flex;
flex-grow: 1;
}
.app-div-left-side img {
margin-top: -150px;
margin-left: -260px;
height: 793px;
}
.app-div-right-side h1 {
margin-right: 30px;
margin-top: 30px;
}
.app-div-right-side p {
margin-right: 30px;
font-size: 1.5em;
}
.rec-link-div {
display: inline-flex;
border: 1px solid #a0a0a08a;
border-radius: 70px;
transition: 0.25s;
-webkit-transition: 0.25s;
margin-right: 30px;
margin-top: 20px;
box-shadow: 0 0 15px #ddd;
-webkit-box-shadow: 0 0 15px #ddd;
}
.rec-link-div:focus-within {
border: 1px solid #8e00ab;
}
.recv-link-btn {
background-image: -webkit-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -moz-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: -o-linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
background-image: linear-gradient(45deg, #d40062 30%, #8e00ab 90%);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-position: 0 0, 0 100%;
background-repeat: no-repeat;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
border-right: 0;
border-left: 0;
margin-left: -11px;
color: white;
text-align: center;
padding-top: 1.2rem;
height: 3.6rem;
margin-top: 0px;
width: 15rem;
border-radius: 70px 0 0 70px;
}
.region-getter-typable {
padding: 0.3rem;
}
.region-getter-typable input {
outline: none;
border: none;
font-size: 1.2rem;
width: 30rem;
background: none;
}
.rec-link-div .region-getter-typable {
width: 20rem;
}
.rec-link-div .region-getter-typable input {
height: 2.5rem;
padding-right: 30px;
padding-top: 0.35rem;
}
.app-div-access-msg {
padding-top: 10px;
font-size: 0.8rem;
color: #aaa;
}
.app-download-links {
margin-right: 30px;
}
.app-download-links div {
display: inline-block;
font-weight: bold;
transition: 0.2s;
-webkit-transition: 0.2s;
border-radius: 7px;
background-color: white;
color: black;
font-size: 1.1rem;
padding: 0px 0px;
}
.app-download-links div:hover {
box-shadow: 0 0 8px #ddd;
-webkit-box-shadow: 0 0 8px #ddd;
} | 0.430387 | 0.118538 |
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
.popover {
max-width: 400px;
}
.popover-content {
max-height: 600px;
overflow-y: auto;
overflow-x: auto;
padding: 0 0;
font-size: .9em;
}
.popover pre {
padding: 2px;
margin: 0;
font-size: 0.9em;
}
.popover table {
margin-bottom: 0;
}
.table-responsive table tr td:nth-child(1) {
max-width: 150px;
word-wrap: break-word;
}
.table-responsive table tr td:nth-child(2) {
max-width: 250px;
word-wrap: break-word;
}
svg .muted {
fill: darkgray;
}
svg .strong {
font-weight: bold;
}
/* General */
svg {
font: 11px sans-serif;
shape-rendering: auto;
}
rect.background {
fill: white;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.ruler {
position: fixed;
display: none;
top: 0px;
bottom: 0px;
width: 1px;
pointer-events: none;
background: #000;
opacity: .3;
z-index: 2;
}
.rulerInfo rect {
fill: black;
fill-opacity: .8;
pointer-events: none;
}
.rulerInfo text {
font-size: 12px;
fill: white;
}
.node rect {
stroke-width: 1.5px;
}
.edgeLabel rect {
fill: #fff;
}
.edgePath {
stroke: #333;
stroke-width: 1.5px;
fill: none;
}
.tooltip-inner {
max-width: 250px;
}
.panel-heading .breadcrumb {
padding: 0;
margin: 0;
}
svg .help-text {
font-size: 14px;
fill: #888;
}
.graph-panel .panel-body {
padding: 0;
}
/* Graph */
.query-plan .overlay {
fill: transparent;
stroke: #bbb;
stroke-width: 1px;
}
.query-graph {
shape-rendering: auto;
}
.query-graph rect {
stroke-width: 2;
}
.interactive .cluster:hover, .interactive .fragment:hover {
cursor: pointer;
}
.interactive .cluster:hover .node-rect, .interactive .fragment:hover .node-rect {
transition: stroke .1s, fill .1s;
stroke: orange;
fill: #ddd;
}
.query-graph .node {
transition: fill .1s;
}
.query-graph .node text {
fill: black;
font-size: 14px;
}
.query-graph .node .node-label rect, .map .bg-rect {
fill: white;
opacity: 0.8;
}
.query-graph .link > path {
fill: transparent;
}
.query-graph path.clickme {
stroke-width: 25;
opacity: 0;
}
.interactive .frag:hover>path:not(.clickme) {
transition: stroke .1s, fill .1s;
stroke: orange;
}
.interactive .frag:hover marker {
transition: stroke .1s, fill .1s;
fill:orange;
}
.rect-info {
fill: white;
stroke: #333;
stroke-width: 2;
}
.expand-circle {
fill: lightgreen;
stroke: green;
stroke-width: 2;
}
/* Fragment vis */
.area {
fill: #444;
shape-rendering: auto;
}
.overview-fragment .x.axis .tick line, .details .x.axis .tick line {
stroke: lightgrey;
opacity: 0.7;
}
.overview-fragment .x.axis .tick text {
fill: #555;
}
.plot path.line {
fill: none;
stroke: #1f77b4;
stroke-width: 0px;
}
.brush .extent {
fill: steelblue;
fill-opacity: .1;
stroke: steelblue;
stroke-opacity: 0.7;
stroke-width: 1;
shape-rendering: crispEdges;
}
.chart .context .brush .resize rect {
fill: steelblue;
fill-opacity: .8;
visibility: visible !important;
}
.brush .resize rect {
fill: #333;
}
.overview-fragment .chart .x.axis path {
display: none;
}
.axis-label {
fill: black;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.zoom-button {
cursor: pointer;
}
.zoom-button rect {
fill: lightgray;
}
.zoom-button text {
fill: black;
font-size: 18px;
}
.overlay {
cursor: move;
}
/* Network */
.focus circle {
fill: none;
stroke: steelblue;
}
.pixel.can-click {
cursor: pointer;
}
.pixel.active {
stroke-width: 3px;
}
.timeseries .tsline {
fill: none;
shape-rendering: auto;
}
.timeseries .x.axis path {
display: none;
}
.matrix-chart .tick {
cursor: pointer;
font-size: 11px;
}
.mat-chart text {
fill: black;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
font-size: 13px;
}
.controls button {
margin-right: 30px;
}
.matrix-chart .bars rect {
fill: #333;
}
.matrix-chart .average {
stroke: steelblue;
stroke-width: 2;
}
.controls select {
margin-left: 4px;
}
#legend {
margin-top: 10px;
}
.controls {
margin: 10px 0;
}
/* Map */
.map .node {
/*border: solid 4px black;*/
font: 10px sans-serif;
color: black;
line-height: 14px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
text-indent: 4px;
} | appengine/css/queryvis.css | html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
.popover {
max-width: 400px;
}
.popover-content {
max-height: 600px;
overflow-y: auto;
overflow-x: auto;
padding: 0 0;
font-size: .9em;
}
.popover pre {
padding: 2px;
margin: 0;
font-size: 0.9em;
}
.popover table {
margin-bottom: 0;
}
.table-responsive table tr td:nth-child(1) {
max-width: 150px;
word-wrap: break-word;
}
.table-responsive table tr td:nth-child(2) {
max-width: 250px;
word-wrap: break-word;
}
svg .muted {
fill: darkgray;
}
svg .strong {
font-weight: bold;
}
/* General */
svg {
font: 11px sans-serif;
shape-rendering: auto;
}
rect.background {
fill: white;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.ruler {
position: fixed;
display: none;
top: 0px;
bottom: 0px;
width: 1px;
pointer-events: none;
background: #000;
opacity: .3;
z-index: 2;
}
.rulerInfo rect {
fill: black;
fill-opacity: .8;
pointer-events: none;
}
.rulerInfo text {
font-size: 12px;
fill: white;
}
.node rect {
stroke-width: 1.5px;
}
.edgeLabel rect {
fill: #fff;
}
.edgePath {
stroke: #333;
stroke-width: 1.5px;
fill: none;
}
.tooltip-inner {
max-width: 250px;
}
.panel-heading .breadcrumb {
padding: 0;
margin: 0;
}
svg .help-text {
font-size: 14px;
fill: #888;
}
.graph-panel .panel-body {
padding: 0;
}
/* Graph */
.query-plan .overlay {
fill: transparent;
stroke: #bbb;
stroke-width: 1px;
}
.query-graph {
shape-rendering: auto;
}
.query-graph rect {
stroke-width: 2;
}
.interactive .cluster:hover, .interactive .fragment:hover {
cursor: pointer;
}
.interactive .cluster:hover .node-rect, .interactive .fragment:hover .node-rect {
transition: stroke .1s, fill .1s;
stroke: orange;
fill: #ddd;
}
.query-graph .node {
transition: fill .1s;
}
.query-graph .node text {
fill: black;
font-size: 14px;
}
.query-graph .node .node-label rect, .map .bg-rect {
fill: white;
opacity: 0.8;
}
.query-graph .link > path {
fill: transparent;
}
.query-graph path.clickme {
stroke-width: 25;
opacity: 0;
}
.interactive .frag:hover>path:not(.clickme) {
transition: stroke .1s, fill .1s;
stroke: orange;
}
.interactive .frag:hover marker {
transition: stroke .1s, fill .1s;
fill:orange;
}
.rect-info {
fill: white;
stroke: #333;
stroke-width: 2;
}
.expand-circle {
fill: lightgreen;
stroke: green;
stroke-width: 2;
}
/* Fragment vis */
.area {
fill: #444;
shape-rendering: auto;
}
.overview-fragment .x.axis .tick line, .details .x.axis .tick line {
stroke: lightgrey;
opacity: 0.7;
}
.overview-fragment .x.axis .tick text {
fill: #555;
}
.plot path.line {
fill: none;
stroke: #1f77b4;
stroke-width: 0px;
}
.brush .extent {
fill: steelblue;
fill-opacity: .1;
stroke: steelblue;
stroke-opacity: 0.7;
stroke-width: 1;
shape-rendering: crispEdges;
}
.chart .context .brush .resize rect {
fill: steelblue;
fill-opacity: .8;
visibility: visible !important;
}
.brush .resize rect {
fill: #333;
}
.overview-fragment .chart .x.axis path {
display: none;
}
.axis-label {
fill: black;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.zoom-button {
cursor: pointer;
}
.zoom-button rect {
fill: lightgray;
}
.zoom-button text {
fill: black;
font-size: 18px;
}
.overlay {
cursor: move;
}
/* Network */
.focus circle {
fill: none;
stroke: steelblue;
}
.pixel.can-click {
cursor: pointer;
}
.pixel.active {
stroke-width: 3px;
}
.timeseries .tsline {
fill: none;
shape-rendering: auto;
}
.timeseries .x.axis path {
display: none;
}
.matrix-chart .tick {
cursor: pointer;
font-size: 11px;
}
.mat-chart text {
fill: black;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
font-size: 13px;
}
.controls button {
margin-right: 30px;
}
.matrix-chart .bars rect {
fill: #333;
}
.matrix-chart .average {
stroke: steelblue;
stroke-width: 2;
}
.controls select {
margin-left: 4px;
}
#legend {
margin-top: 10px;
}
.controls {
margin: 10px 0;
}
/* Map */
.map .node {
/*border: solid 4px black;*/
font: 10px sans-serif;
color: black;
line-height: 14px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
text-indent: 4px;
} | 0.480722 | 0.087564 |
/*
发红包
* */
body {
background: #F2F2F2;
}
.headWrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: .88rem;
background-image: linear-gradient(90deg, #fd0059 0%, #fe0050 50%, #ff0048 100%), linear-gradient( #f8f400, #f8f400);
font-size: .3rem;
line-height: .88rem;
text-align: center;
color: #fff;
letter-spacing: .02rem;
}
.middle {
margin: .2rem .28rem;
}
.pdt {
margin-bottom: .06rem;
padding: 0 .2rem;
background-color: #fff;
border-radius: 6px;
line-height: .75rem;
}
.nitems {
font-size: .26rem;
color: #151515;
}
.pdt .nitems,
.inp_wrap {
display: inline-block;
vertical-align: top;
}
.inp_wrap {
float: right;
}
.inp_wrap span {
font-size: .26rem;
color: #151515;
vertical-align: middle;
}
.text {
margin: 0 .2rem 0 0;
width: 1.95rem;
font-size: .3rem;
color: #151515;
text-align: right;
border: none;
outline: none;
vertical-align: middle;
}
input::-webkit-input-placeholder {
font-size: .26rem;
color: #a5a5a5;
}
.select {
padding: 0 .2rem;
background-color: #fff;
border-radius: 6px;
}
.dot {
line-height: .65rem;
border-bottom: 1px solid #dadada;
}
.dot span:nth-child(1) {
font-size: .26rem;
color: #151515;
}
.dot span:nth-child(2) {
margin-top: .3rem;
float: right;
display: inline-block;
width: .24rem;
height: .12rem;
background: url(../../img/news/the_arrow.png) no-repeat;
background-size: 100% 100%;
}
.ray_wrap {
padding: .15rem 0 .35rem 0;
font-size: 0;
}
.ray_wrap ul li {
margin: .3rem 0 0 .95rem;
display: inline-block;
width: .5rem;
height: .5rem;
font-size: .3rem;
color: #151515;
text-align: center;
line-height: .5rem;
border: 1px solid #cdcdcd;
}
.ray_wrap ul .rob {
margin-left: 0rem;
}
.ray_wrap ul li.active {
background: #e60d54;
color: #fff;
border: 1px solid #e60d54;
}
.state {
color: #747373;
font-size: .26rem;
line-height: .75rem;
}
.give_btn {
margin: .5rem auto 0;
}
.btn {
width: 6.94rem;
height: .7rem;
background-color: #e60d54;
border-radius: 6px;
letter-spacing: 2px;
color: #fff;
font-size: .3rem;
text-align: center;
line-height: .7rem;
}
.gived_mask {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: black;
display: none;
}
.wrap_frame {
/* position: absolute;
bottom: 0; */
}
.mask_text {
margin: 1.5rem auto 0;
width: 80%;
height: 4rem;
border-radius: .15rem;
background: white;
}
.red_envelope {
position: relative;
text-align: center;
font-size: .3rem;
padding: .3rem 0 .1rem 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.delete_img_box {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: .8rem;
height: .8rem;
}
.delete_img {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
margin: auto;
width: .3rem;
height: .3rem;
}
.red_envelope_money{
font-size: .2rem;
text-align: center;
margin-top: .1rem;
}
.red_envelope_money span{
font-size: .4rem;
font-weight: 800;
}
.ds{
position: relative;
margin-bottom: 1rem;
width: 100%;
}
.ds_ds{
display: table;
margin: 0 auto;
width: auto;
}
.dsds_item {
display:block;
width: 100%;
height: .6rem;
letter-spacing: .02rem;
/*border-bottom: 1px solid green;*/
}
.dsds_item_icon_box {
float: left;
position: relative;
width: .4rem;
height: 100%;
}
.tixian_pic {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
margin: auto;
max-width: 100%;
height: auto;
}
.qunliao_item_text {
float: left;
display: block;
width: auto;
height: 100%;
font-size: .24rem;
line-height: .65rem;
text-indent: .2rem;
}
.password_box {
display: table;
margin: 0 auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: auto;
height: .8rem;
border: .02rem solid #a7a7a7;
}
.password_box_num {
float: left;
border-right: .02rem solid #a7a7a7;
width: .8rem;
height: 100%;
font-size: 1rem;
line-height: .76rem;
text-align: center;
}
.password_box_num:last-child {
border-right: none;
}
.password_box_num .trem_box {
display: none;
width: 100%;
height: 100%;
}
.password_box_num .show_box {
display: block;
}
/*数字键盘 -s*/
/*底部弹窗 wrap*/
.bottom_alert_wrap {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 7.5rem;
/*height: 4.85rem;*/
height: 100%;
z-index: 103;
/*#5f6063*/
background: rgba(95,96,99,.7);
}
/*输入完密码 => 遮罩层*/
.loading_wrap {
display: none;
position: absolute;
/*top: 0;
left: 0;*/
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 1;
/*width: 100vw;
height: 100vh;*/
/*background-color: rgba(0,0,0,.4);*/
text-align: center;
/*line-height: 100vh;*/
/*color: #e60d54;*/
background: white;
font-size: .35rem;
text-align: center;
width: 3.5rem;
height: 1rem;
line-height: 1rem;
border-radius:.06rem;
}
/*底部弹窗 box */
.bottom_alert_box {
position: absolute;
bottom: -4rem;
/*bottom: 0;*/
left: 0;
width: 7.5rem;
height: 4rem;
/*height: auto;*/
/*溢出出现滚动条*/
overflow-y: scroll;
}
/*底部弹窗 box=> 内容*/
.digital_keyboard_box {
width: 7.5rem;
height: auto;
}
/*项(数字)*/
.number_trem {
float: left;
position: relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 33%;
height: 1rem;
font-size: .36rem;
line-height: 1rem;
text-align: center;
font-family: "微软雅黑";
border-bottom: .02rem solid #BFBFBF;
border-right: .02rem solid #BFBFBF;
background-color: #fff;
}
.number_trem_active {
background-color: #ccc;
}
/*2、5、8*/
.number_trem:nth-child(3n-1) {
width: 34%;
}
/*3的倍数-无right边框*/
.number_trem:nth-child(3n) {
border-right: none;
}
/*最后三个无bottom边框*/
.number_trem:nth-child(10), .number_trem:nth-child(12) {
border-bottom: none;
background-color: #eee;
}
/*数字 0*/
.number_trem:nth-child(11) {
border-bottom: none;
}
/*清除-图标*/
.eliminate_cion:before {
content: " ";
display: block;
width: .52rem;
height: .52rem;
background: url(../../img/news/eliminate_cion.png) no-repeat 0 0;
background-size: 100% 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
margin: auto;
}
/*删除-点击层*/
.delete_box {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
/* 数字键盘 -s*/ | public/static/chatWeb/css/news/givered.css | /*
发红包
* */
body {
background: #F2F2F2;
}
.headWrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: .88rem;
background-image: linear-gradient(90deg, #fd0059 0%, #fe0050 50%, #ff0048 100%), linear-gradient( #f8f400, #f8f400);
font-size: .3rem;
line-height: .88rem;
text-align: center;
color: #fff;
letter-spacing: .02rem;
}
.middle {
margin: .2rem .28rem;
}
.pdt {
margin-bottom: .06rem;
padding: 0 .2rem;
background-color: #fff;
border-radius: 6px;
line-height: .75rem;
}
.nitems {
font-size: .26rem;
color: #151515;
}
.pdt .nitems,
.inp_wrap {
display: inline-block;
vertical-align: top;
}
.inp_wrap {
float: right;
}
.inp_wrap span {
font-size: .26rem;
color: #151515;
vertical-align: middle;
}
.text {
margin: 0 .2rem 0 0;
width: 1.95rem;
font-size: .3rem;
color: #151515;
text-align: right;
border: none;
outline: none;
vertical-align: middle;
}
input::-webkit-input-placeholder {
font-size: .26rem;
color: #a5a5a5;
}
.select {
padding: 0 .2rem;
background-color: #fff;
border-radius: 6px;
}
.dot {
line-height: .65rem;
border-bottom: 1px solid #dadada;
}
.dot span:nth-child(1) {
font-size: .26rem;
color: #151515;
}
.dot span:nth-child(2) {
margin-top: .3rem;
float: right;
display: inline-block;
width: .24rem;
height: .12rem;
background: url(../../img/news/the_arrow.png) no-repeat;
background-size: 100% 100%;
}
.ray_wrap {
padding: .15rem 0 .35rem 0;
font-size: 0;
}
.ray_wrap ul li {
margin: .3rem 0 0 .95rem;
display: inline-block;
width: .5rem;
height: .5rem;
font-size: .3rem;
color: #151515;
text-align: center;
line-height: .5rem;
border: 1px solid #cdcdcd;
}
.ray_wrap ul .rob {
margin-left: 0rem;
}
.ray_wrap ul li.active {
background: #e60d54;
color: #fff;
border: 1px solid #e60d54;
}
.state {
color: #747373;
font-size: .26rem;
line-height: .75rem;
}
.give_btn {
margin: .5rem auto 0;
}
.btn {
width: 6.94rem;
height: .7rem;
background-color: #e60d54;
border-radius: 6px;
letter-spacing: 2px;
color: #fff;
font-size: .3rem;
text-align: center;
line-height: .7rem;
}
.gived_mask {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: black;
display: none;
}
.wrap_frame {
/* position: absolute;
bottom: 0; */
}
.mask_text {
margin: 1.5rem auto 0;
width: 80%;
height: 4rem;
border-radius: .15rem;
background: white;
}
.red_envelope {
position: relative;
text-align: center;
font-size: .3rem;
padding: .3rem 0 .1rem 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.delete_img_box {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: .8rem;
height: .8rem;
}
.delete_img {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
margin: auto;
width: .3rem;
height: .3rem;
}
.red_envelope_money{
font-size: .2rem;
text-align: center;
margin-top: .1rem;
}
.red_envelope_money span{
font-size: .4rem;
font-weight: 800;
}
.ds{
position: relative;
margin-bottom: 1rem;
width: 100%;
}
.ds_ds{
display: table;
margin: 0 auto;
width: auto;
}
.dsds_item {
display:block;
width: 100%;
height: .6rem;
letter-spacing: .02rem;
/*border-bottom: 1px solid green;*/
}
.dsds_item_icon_box {
float: left;
position: relative;
width: .4rem;
height: 100%;
}
.tixian_pic {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
margin: auto;
max-width: 100%;
height: auto;
}
.qunliao_item_text {
float: left;
display: block;
width: auto;
height: 100%;
font-size: .24rem;
line-height: .65rem;
text-indent: .2rem;
}
.password_box {
display: table;
margin: 0 auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: auto;
height: .8rem;
border: .02rem solid #a7a7a7;
}
.password_box_num {
float: left;
border-right: .02rem solid #a7a7a7;
width: .8rem;
height: 100%;
font-size: 1rem;
line-height: .76rem;
text-align: center;
}
.password_box_num:last-child {
border-right: none;
}
.password_box_num .trem_box {
display: none;
width: 100%;
height: 100%;
}
.password_box_num .show_box {
display: block;
}
/*数字键盘 -s*/
/*底部弹窗 wrap*/
.bottom_alert_wrap {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 7.5rem;
/*height: 4.85rem;*/
height: 100%;
z-index: 103;
/*#5f6063*/
background: rgba(95,96,99,.7);
}
/*输入完密码 => 遮罩层*/
.loading_wrap {
display: none;
position: absolute;
/*top: 0;
left: 0;*/
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 1;
/*width: 100vw;
height: 100vh;*/
/*background-color: rgba(0,0,0,.4);*/
text-align: center;
/*line-height: 100vh;*/
/*color: #e60d54;*/
background: white;
font-size: .35rem;
text-align: center;
width: 3.5rem;
height: 1rem;
line-height: 1rem;
border-radius:.06rem;
}
/*底部弹窗 box */
.bottom_alert_box {
position: absolute;
bottom: -4rem;
/*bottom: 0;*/
left: 0;
width: 7.5rem;
height: 4rem;
/*height: auto;*/
/*溢出出现滚动条*/
overflow-y: scroll;
}
/*底部弹窗 box=> 内容*/
.digital_keyboard_box {
width: 7.5rem;
height: auto;
}
/*项(数字)*/
.number_trem {
float: left;
position: relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 33%;
height: 1rem;
font-size: .36rem;
line-height: 1rem;
text-align: center;
font-family: "微软雅黑";
border-bottom: .02rem solid #BFBFBF;
border-right: .02rem solid #BFBFBF;
background-color: #fff;
}
.number_trem_active {
background-color: #ccc;
}
/*2、5、8*/
.number_trem:nth-child(3n-1) {
width: 34%;
}
/*3的倍数-无right边框*/
.number_trem:nth-child(3n) {
border-right: none;
}
/*最后三个无bottom边框*/
.number_trem:nth-child(10), .number_trem:nth-child(12) {
border-bottom: none;
background-color: #eee;
}
/*数字 0*/
.number_trem:nth-child(11) {
border-bottom: none;
}
/*清除-图标*/
.eliminate_cion:before {
content: " ";
display: block;
width: .52rem;
height: .52rem;
background: url(../../img/news/eliminate_cion.png) no-repeat 0 0;
background-size: 100% 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
margin: auto;
}
/*删除-点击层*/
.delete_box {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
/* 数字键盘 -s*/ | 0.18866 | 0.048541 |
body {
font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
padding-top:54px;
color:#575f68
}
@media (min-width:992px){
body{padding-top:0;
padding-left:17rem}
}
h1,h2,h3,h4,h5,h6{
font-family:'Saira Extra Condensed',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-weight:700;
text-transform:uppercase;
color:#343a40
}
h1{
font-size:6rem;
line-height:5.5rem
}
h2{font-size:3.5rem}
h3{font-size:2rem}
p.lead{font-size:1.15rem;font-weight:400}
.subheading{
text-transform:uppercase;
font-weight:500;
font-family:'Saira Extra Condensed',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-size:1.5rem
}
.social-icons a{
display:inline-block;
height:3.5rem;
width:3.5rem;
background-color:#495057;
color:#fff!important;
border-radius:100%;
text-align:center;
font-size:1.5rem;
line-height:3.5rem;
margin-right:1rem
}
.social-icons a:last-child{margin-right:0}
.social-icons a:hover{background-color:#bd5d38}
.dev-icons{font-size:3rem}
.dev-icons .list-inline-item i:hover{color:#bd5d38}
#sideNav .navbar-nav .nav-item .nav-link{font-weight:800;letter-spacing:.05rem;text-transform:uppercase}
#sideNav .navbar-toggler:focus{outline-color:#d48a6e}
@media (min-width:992px){
#sideNav{
text-align:center;
position:fixed;
top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
width:17rem;
height:100vh
}
#sideNav .navbar-brand{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin:auto auto 0;
padding:.5rem
}
#sideNav .navbar-brand .img-profile{
max-width:10rem;
max-height:10rem;
border:.5rem solid rgba(255,255,255,.2)}
#sideNav .navbar-collapse{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
width:100%;
margin-bottom:auto
}
#sideNav .navbar-collapse .navbar-nav{
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
width:100%
}
#sideNav .navbar-collapse .navbar-nav .nav-item{display:block}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link{display:block}
}
section.resume-section{
padding-top:5rem!important;
padding-bottom:5rem!important;
max-width:75rem
}
section.resume-section .resume-item .resume-date{min-width:none}
@media (min-width:768px){
section.resume-section{min-height:100vh}
section.resume-section .resume-item .resume-date{min-width:18rem}
}
@media (min-width:992px){
section.resume-section{padding-top:1.5rem!important;padding-bottom:3rem!important}
}
.bg-primary{background-color:#7b7d7f!important}
.text-primary{color:#bd5d38!important}
a{color:#bd5d38}
a:active,a:focus,a:hover{color:#824027}
.progress {
height: 13px;
line-height: 40px;
}
/* STRUCTURE */
.wrapper {
padding: 0px;
max-width: 960px;
width: 100%;
margin: 0px auto;
}
header {
padding: 0 5px;
}
.columns {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 5px 0;
}
.column {
flex: 1;
margin: 4px;
margin-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
border: 1px solid #d4d4d4;
border-radius: 2px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
&:first-child { margin-left: 0; }
&:last-child { margin-right: 0; }
}
@media screen and (max-width: 980px) {
.columns .column {
margin-bottom: 5px;
flex-basis: 40%;
&:nth-last-child(2) {
margin-right: 0;
}
&:last-child {
flex-basis: 100%;
margin: 0;
}
}
}
@media screen and (max-width: 680px) {
.columns .column {
flex-basis: 100%;
margin: 0 0 5px 0;
}
}
ul.timeline1 {
list-style-type: none;
position: relative;
}
ul.timeline1:before {
content: ' ';
background: #d4d9df;
display: inline-block;
position: absolute;
left: 28px;
width: 3px;
height: 100%;
z-index: 400;
}
ul.timeline1 > li {
margin: 5px 0;
padding-left: 15px;
}
ul.timeline1 > li:before {
content: ' ';
background: #22c0e8;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #22c0e8;
line-height: 60px;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}
.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 5px;
background-color: #eeeeee;
left: 0.5%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 96%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 2px;
padding: 8px;
position: relative;
left: 1.2%;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge {
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 1.4em;
font-weight: bold;
text-align: center;
position: absolute;
top: 16px;
left: 0%;
margin-left: -25px;
background-color: #999999;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
background-color: #3f903f !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger {
background-color: #d9534f !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
}
ul.timeline > li > .timeline-panel {
width: calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
left: 15px;
margin-left: 0;
top: 16px;
}
ul.timeline > li > .timeline-panel {
float: right;
}
ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
} | css/resume.min.css | body {
font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
padding-top:54px;
color:#575f68
}
@media (min-width:992px){
body{padding-top:0;
padding-left:17rem}
}
h1,h2,h3,h4,h5,h6{
font-family:'Saira Extra Condensed',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-weight:700;
text-transform:uppercase;
color:#343a40
}
h1{
font-size:6rem;
line-height:5.5rem
}
h2{font-size:3.5rem}
h3{font-size:2rem}
p.lead{font-size:1.15rem;font-weight:400}
.subheading{
text-transform:uppercase;
font-weight:500;
font-family:'Saira Extra Condensed',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-size:1.5rem
}
.social-icons a{
display:inline-block;
height:3.5rem;
width:3.5rem;
background-color:#495057;
color:#fff!important;
border-radius:100%;
text-align:center;
font-size:1.5rem;
line-height:3.5rem;
margin-right:1rem
}
.social-icons a:last-child{margin-right:0}
.social-icons a:hover{background-color:#bd5d38}
.dev-icons{font-size:3rem}
.dev-icons .list-inline-item i:hover{color:#bd5d38}
#sideNav .navbar-nav .nav-item .nav-link{font-weight:800;letter-spacing:.05rem;text-transform:uppercase}
#sideNav .navbar-toggler:focus{outline-color:#d48a6e}
@media (min-width:992px){
#sideNav{
text-align:center;
position:fixed;
top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
width:17rem;
height:100vh
}
#sideNav .navbar-brand{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin:auto auto 0;
padding:.5rem
}
#sideNav .navbar-brand .img-profile{
max-width:10rem;
max-height:10rem;
border:.5rem solid rgba(255,255,255,.2)}
#sideNav .navbar-collapse{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
width:100%;
margin-bottom:auto
}
#sideNav .navbar-collapse .navbar-nav{
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
width:100%
}
#sideNav .navbar-collapse .navbar-nav .nav-item{display:block}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link{display:block}
}
section.resume-section{
padding-top:5rem!important;
padding-bottom:5rem!important;
max-width:75rem
}
section.resume-section .resume-item .resume-date{min-width:none}
@media (min-width:768px){
section.resume-section{min-height:100vh}
section.resume-section .resume-item .resume-date{min-width:18rem}
}
@media (min-width:992px){
section.resume-section{padding-top:1.5rem!important;padding-bottom:3rem!important}
}
.bg-primary{background-color:#7b7d7f!important}
.text-primary{color:#bd5d38!important}
a{color:#bd5d38}
a:active,a:focus,a:hover{color:#824027}
.progress {
height: 13px;
line-height: 40px;
}
/* STRUCTURE */
.wrapper {
padding: 0px;
max-width: 960px;
width: 100%;
margin: 0px auto;
}
header {
padding: 0 5px;
}
.columns {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 5px 0;
}
.column {
flex: 1;
margin: 4px;
margin-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
border: 1px solid #d4d4d4;
border-radius: 2px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
&:first-child { margin-left: 0; }
&:last-child { margin-right: 0; }
}
@media screen and (max-width: 980px) {
.columns .column {
margin-bottom: 5px;
flex-basis: 40%;
&:nth-last-child(2) {
margin-right: 0;
}
&:last-child {
flex-basis: 100%;
margin: 0;
}
}
}
@media screen and (max-width: 680px) {
.columns .column {
flex-basis: 100%;
margin: 0 0 5px 0;
}
}
ul.timeline1 {
list-style-type: none;
position: relative;
}
ul.timeline1:before {
content: ' ';
background: #d4d9df;
display: inline-block;
position: absolute;
left: 28px;
width: 3px;
height: 100%;
z-index: 400;
}
ul.timeline1 > li {
margin: 5px 0;
padding-left: 15px;
}
ul.timeline1 > li:before {
content: ' ';
background: #22c0e8;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #22c0e8;
line-height: 60px;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}
.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 5px;
background-color: #eeeeee;
left: 0.5%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 96%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 2px;
padding: 8px;
position: relative;
left: 1.2%;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge {
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 1.4em;
font-weight: bold;
text-align: center;
position: absolute;
top: 16px;
left: 0%;
margin-left: -25px;
background-color: #999999;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
background-color: #3f903f !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger {
background-color: #d9534f !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
}
ul.timeline > li > .timeline-panel {
width: calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
left: 15px;
margin-left: 0;
top: 16px;
}
ul.timeline > li > .timeline-panel {
float: right;
}
ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
} | 0.202719 | 0.050799 |
.memenu {
margin: 5px 0 0 0;
padding: 0;
width: 100%;
list-style: none;
display: inline-block;
position: relative;
font-size: 15px;
background:linear-gradient(135deg, #c23970, #ea7538);
}
.memenu li{
display:inline-block;
}
.memenu>li>a {
float: left;
padding-right: 45px;
color: #000;
font-size: 16px;
text-decoration: none;
transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
}
.memenu>li>.mepanel {
position: absolute;
display: none;
background: #fff;
width: 80%;
top: 47px;
left:0%;
z-index: 99;
padding: 20px 30px 20px;
border: solid 1px #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.me-one ul{
padding:0;
}
.me-one ul li {
list-style: none;
margin: 0 0 7px 0;
text-align: left !important;
display: block;
}
.me-one ul li a {
color: #999;
font-size: 13px;
}
.me-one ul li a:hover{
text-decoration:none;
color:#c23970;
}
.me-one h4 {
color: #c23970;
font-size: 1.1em;
text-align: left;
}
.memenu .mepanel ul{
margin:0;
padding:0;
}
.memenu .mepanel img{
width:100%;border:solid 1px #dedede;
cursor:pointer;-webkit-transition:border .3s linear;
-moz-transition:border .3s linear;-o-transition:border .3s linear;transition:border .3s linear}.memenu .mepanel img:hover{border:solid 1px #777}.memenu form.contact input,.memenu form.contact textarea{font-family:Calibri,Arial;font-size:16px;color:#444;outline:0}
.mepanel .row{
width:100%;
margin-top:15px;
}
.mepanel .row:first-child{
margin-top:0;
}
.mepanel .row:before,.mepanel .row:after{
display:table;
content:"";
line-height:0;
}
.mepanel .row:after{
clear:both
}
.mepanel .row .col1,.mepanel .row .col2,.mepanel .row .col3,.mepanel .row .col4,.mepanel .row .col5,.mepanel .row .col6{display:block;width:100%;min-height:20px;float:left;margin-left:2.127659574468085%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mepanel .row [class*="col"]:first-child{margin-left:0}
.mepanel .row .col1 {
width: 31.91%;
}
.mepanel .row .col2{
width:31.914893617021278%;
}
.mepanel .row .col3{
width:48.93617021276595%;
}
.mepanel .row .col4{
width:65.95744680851064%;
}
.mepanel .row .col5{
width:82.97872340425532%;
}
.mepanel .row .col6{
width:100%
}
.memenu>li.showhide{
display:none;
width:100%;
height:50px;
cursor:pointer;
color:#555;
border-bottom:solid 1px rgba(0,0,0,0.1);
background:#eee;
background:url(data:<KEY>);background:-moz-linear-gradient(top,#eee 0,#dbdbdb 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#dbdbdb));background:-webkit-linear-gradient(top,#eee 0,#dbdbdb 100%);
background:-o-linear-gradient(top,#eee 0,#dbdbdb 100%);
background:-ms-linear-gradient(top,#eee 0,#dbdbdb 100%);
background:linear-gradient(to bottom,#eee 0,#dbdbdb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#dbdbdb',GradientType=0)
}
.memenu>li.showhide span.title{
margin:15px 0 0 25px;
float:left;
}.memenu>li.showhide span.icon1:after{
position:absolute;
content:"";
right:25px;
top:15px;
height:3px;
width:25px;
font-size:50px;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
z-index:1;
}
.memenu>li.showhide span.icon2:after{
position:absolute;
content:"";
right:25px;
top:27px;
height:3px;
width:25px;
font-size:50px;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
z-index:1;
}
.skyblue li>a,.skyblue>li.showhide span{
color:#000;
}
.skyblue>li:hover>a,.skyblue>li.active>a,.skyblue .dropdown li:hover>a{
color: #000000;
}.
skyblue .mepanel img:hover,.skyblue form.contact input[type="text"]:focus,.skyblue form.contact textarea:focus{
border:solid 1px #ea7538;
}
.skyblue form.contact input[type="submit"]{
background:#ea7538;
}
@media(max-width:768px){
.memenu>li{display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.memenu>li:hover,.memenu>li.active{border-top:0}
.memenu>li>a{padding:15px 25px}
.memenu>li:hover>a,.memenu>li.active>a{padding:15px 25px}
.memenu a{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.memenu .dropdown,.memenu .dropdown li .dropdown{width:100%;display:none;left:0;border-left:0;position:static;border:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.memenu .dropdown li{background:#fff!important;border:0}
.memenu .dropdown>li>a{padding-left:40px!important}
.memenu>li>.mepanel {
position: static;
margin-top: 50px;
border: none;
width: 100%;
}
.me-one ul li {
text-align: left !important;
}
.memenu>li.showhide {
height: 45px;
}
.mepanel .row{
margin:0;
}
.mepanel .row [class*="col"]{float:none;display:block;width:100%;margin-left:0;margin-top:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mepanel .row:first-child [class*="col"]:first-child{margin-top:0}
.mepanel .row{margin-top:0}.black{background:#222}
} | public/css/memenu.css | .memenu {
margin: 5px 0 0 0;
padding: 0;
width: 100%;
list-style: none;
display: inline-block;
position: relative;
font-size: 15px;
background:linear-gradient(135deg, #c23970, #ea7538);
}
.memenu li{
display:inline-block;
}
.memenu>li>a {
float: left;
padding-right: 45px;
color: #000;
font-size: 16px;
text-decoration: none;
transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
}
.memenu>li>.mepanel {
position: absolute;
display: none;
background: #fff;
width: 80%;
top: 47px;
left:0%;
z-index: 99;
padding: 20px 30px 20px;
border: solid 1px #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.me-one ul{
padding:0;
}
.me-one ul li {
list-style: none;
margin: 0 0 7px 0;
text-align: left !important;
display: block;
}
.me-one ul li a {
color: #999;
font-size: 13px;
}
.me-one ul li a:hover{
text-decoration:none;
color:#c23970;
}
.me-one h4 {
color: #c23970;
font-size: 1.1em;
text-align: left;
}
.memenu .mepanel ul{
margin:0;
padding:0;
}
.memenu .mepanel img{
width:100%;border:solid 1px #dedede;
cursor:pointer;-webkit-transition:border .3s linear;
-moz-transition:border .3s linear;-o-transition:border .3s linear;transition:border .3s linear}.memenu .mepanel img:hover{border:solid 1px #777}.memenu form.contact input,.memenu form.contact textarea{font-family:Calibri,Arial;font-size:16px;color:#444;outline:0}
.mepanel .row{
width:100%;
margin-top:15px;
}
.mepanel .row:first-child{
margin-top:0;
}
.mepanel .row:before,.mepanel .row:after{
display:table;
content:"";
line-height:0;
}
.mepanel .row:after{
clear:both
}
.mepanel .row .col1,.mepanel .row .col2,.mepanel .row .col3,.mepanel .row .col4,.mepanel .row .col5,.mepanel .row .col6{display:block;width:100%;min-height:20px;float:left;margin-left:2.127659574468085%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mepanel .row [class*="col"]:first-child{margin-left:0}
.mepanel .row .col1 {
width: 31.91%;
}
.mepanel .row .col2{
width:31.914893617021278%;
}
.mepanel .row .col3{
width:48.93617021276595%;
}
.mepanel .row .col4{
width:65.95744680851064%;
}
.mepanel .row .col5{
width:82.97872340425532%;
}
.mepanel .row .col6{
width:100%
}
.memenu>li.showhide{
display:none;
width:100%;
height:50px;
cursor:pointer;
color:#555;
border-bottom:solid 1px rgba(0,0,0,0.1);
background:#eee;
background:url(data:<KEY>);background:-moz-linear-gradient(top,#eee 0,#dbdbdb 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#dbdbdb));background:-webkit-linear-gradient(top,#eee 0,#dbdbdb 100%);
background:-o-linear-gradient(top,#eee 0,#dbdbdb 100%);
background:-ms-linear-gradient(top,#eee 0,#dbdbdb 100%);
background:linear-gradient(to bottom,#eee 0,#dbdbdb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#dbdbdb',GradientType=0)
}
.memenu>li.showhide span.title{
margin:15px 0 0 25px;
float:left;
}.memenu>li.showhide span.icon1:after{
position:absolute;
content:"";
right:25px;
top:15px;
height:3px;
width:25px;
font-size:50px;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
z-index:1;
}
.memenu>li.showhide span.icon2:after{
position:absolute;
content:"";
right:25px;
top:27px;
height:3px;
width:25px;
font-size:50px;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
z-index:1;
}
.skyblue li>a,.skyblue>li.showhide span{
color:#000;
}
.skyblue>li:hover>a,.skyblue>li.active>a,.skyblue .dropdown li:hover>a{
color: #000000;
}.
skyblue .mepanel img:hover,.skyblue form.contact input[type="text"]:focus,.skyblue form.contact textarea:focus{
border:solid 1px #ea7538;
}
.skyblue form.contact input[type="submit"]{
background:#ea7538;
}
@media(max-width:768px){
.memenu>li{display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.memenu>li:hover,.memenu>li.active{border-top:0}
.memenu>li>a{padding:15px 25px}
.memenu>li:hover>a,.memenu>li.active>a{padding:15px 25px}
.memenu a{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.memenu .dropdown,.memenu .dropdown li .dropdown{width:100%;display:none;left:0;border-left:0;position:static;border:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.memenu .dropdown li{background:#fff!important;border:0}
.memenu .dropdown>li>a{padding-left:40px!important}
.memenu>li>.mepanel {
position: static;
margin-top: 50px;
border: none;
width: 100%;
}
.me-one ul li {
text-align: left !important;
}
.memenu>li.showhide {
height: 45px;
}
.mepanel .row{
margin:0;
}
.mepanel .row [class*="col"]{float:none;display:block;width:100%;margin-left:0;margin-top:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mepanel .row:first-child [class*="col"]:first-child{margin-top:0}
.mepanel .row{margin-top:0}.black{background:#222}
} | 0.245356 | 0.055464 |
.block.summary > .body {
background: white;
display: flex;
padding: 1em;
}
.summary .details {
display: flex;
flex: 1 1 auto;
flex-direction: column;
overflow: hidden;
}
.summary .primary {
display: flex;
justify-content: center;
}
.summary .primary figure {
margin: 0;
}
.summary .primary figure:not(:empty) {
background: darkgrey;
border-radius: 0.5em;
height: 6em;
margin: 0 0 1em;
overflow: hidden;
position: relative;
width: 6em;
}
.summary .primary figure div {
height: 100%;
position: absolute;
width: 100%;
}
.summary .primary figure abbr {
align-items: center;
color: lightgrey;
display: flex;
font-size: 3em;
height: 100%;
justify-content: center;
text-transform: uppercase;
}
.summary .primary figure img {
height: 100%;
width: 100%;
}
.summary .secondary {
display: flex;
flex-direction: column;
}
.summary .primary:not(:empty) + .secondary {
text-align: center;
}
.summary .primary:not(:empty) + .secondary .title {
flex: 1 1 auto;
}
.summary .secondary .title .l0:not(:empty) {
margin: 0 0 0.15em;
}
.summary .secondary .title .l1 {
font-weight: bold;
font-size: 1.1em;
overflow: hidden;
text-overflow: ellipsis;
}
.summary .secondary .title .l2:not(:empty),
.summary .secondary .title .l3:not(:empty) {
margin: 0.15em 0 0;
}
.summary .primary:empty + .secondary .title .l2,
.summary .primary:not(:empty) + .secondary .title .l3 {
color: darkgrey;
}
.summary .primary:empty + .secondary .title .l3:not(:empty) {
border-top: 1px solid lightgrey;
margin-top: 1em;
}
.summary .primary:empty + .secondary .title > * > * {
margin: 0;
}
.summary .primary:empty + .secondary .title .l3 > * {
line-height: 1.5em;
margin: 1em 0 0;
}
.summary .primary:empty + .secondary .title :not(.l3) a:active {
opacity: 0.5;
}
.summary .primary:empty + .secondary .title .l3 a {
text-decoration: underline;
}
.summary .primary:empty + .secondary .title .l3 a:hover {
text-decoration: none;
}
.summary .primary:empty + .secondary .title .l3 li {
line-height: inherit;
}
.summary .secondary .actions {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.summary .secondary .actions:not(:empty) {
margin: 0.5em 0 0;
}
.summary .primary:empty + .secondary .actions:not(:empty) {
border-top: 1px solid lightgrey;
margin: 1em 0 0;
padding-top: 1em;
}
.summary .primary:not(:empty) + .secondary .actions {
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.summary .secondary .actions li {
align-items: center;
cursor: pointer;
display: flex;
flex-direction: column;
min-width: 3em;
}
.summary .secondary .actions li + li {
margin-left: 1em;
}
.summary .secondary .actions li .button {
background: rgb(14, 122, 254);
color: white;
margin: 0 0 0.25em;
}
.summary .secondary .actions li .button + .label {
color: rgb(14, 122, 254);
font-size: 0.75em;
}
.summary .secondary .actions li .label:first-child:last-child {
border: 1px solid darkgrey;
border-radius: 0.25em;
color: darkgrey;
font-size: 0.9em;
padding: 0.25em;
text-transform: uppercase;
}
.summary .secondary .actions li .label:first-child:last-child:active {
background: darkgrey;
color: white;
}
*[dir=rtl] .summary .secondary .actions li + li {
margin-left: 0;
margin-right: 1em;
}
@media (min-width: 48em) {
.block.summary > .body {
border-radius: 1em;
}
.summary .details {
flex-direction: row;
}
.summary .primary figure:not(:empty) {
height: 8em;
margin: 0 1em 0 0;
width: 8em;
}
.summary .primary figure abbr {
font-size: 4em;
}
.summary .secondary {
flex: 1 1 auto;
}
.summary .primary:not(:empty) + .secondary {
height: 8em;
text-align: inherit;
}
.summary .primary:not(:empty) + .secondary .actions {
justify-content: flex-start;
margin-left: 0;
margin-right: 0;
}
*[dir=rtl] .summary .primary figure {
margin: 0 0 0 1em;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.summary .primary:empty + .secondary .actions:not(:empty),
.summary .primary:empty + .secondary .title .l3:not(:empty),
.summary .secondary .actions li .label:first-child:last-child,
.summary:not(:empty) {
border-width: 0.5px;
}
} | style/summary.css | .block.summary > .body {
background: white;
display: flex;
padding: 1em;
}
.summary .details {
display: flex;
flex: 1 1 auto;
flex-direction: column;
overflow: hidden;
}
.summary .primary {
display: flex;
justify-content: center;
}
.summary .primary figure {
margin: 0;
}
.summary .primary figure:not(:empty) {
background: darkgrey;
border-radius: 0.5em;
height: 6em;
margin: 0 0 1em;
overflow: hidden;
position: relative;
width: 6em;
}
.summary .primary figure div {
height: 100%;
position: absolute;
width: 100%;
}
.summary .primary figure abbr {
align-items: center;
color: lightgrey;
display: flex;
font-size: 3em;
height: 100%;
justify-content: center;
text-transform: uppercase;
}
.summary .primary figure img {
height: 100%;
width: 100%;
}
.summary .secondary {
display: flex;
flex-direction: column;
}
.summary .primary:not(:empty) + .secondary {
text-align: center;
}
.summary .primary:not(:empty) + .secondary .title {
flex: 1 1 auto;
}
.summary .secondary .title .l0:not(:empty) {
margin: 0 0 0.15em;
}
.summary .secondary .title .l1 {
font-weight: bold;
font-size: 1.1em;
overflow: hidden;
text-overflow: ellipsis;
}
.summary .secondary .title .l2:not(:empty),
.summary .secondary .title .l3:not(:empty) {
margin: 0.15em 0 0;
}
.summary .primary:empty + .secondary .title .l2,
.summary .primary:not(:empty) + .secondary .title .l3 {
color: darkgrey;
}
.summary .primary:empty + .secondary .title .l3:not(:empty) {
border-top: 1px solid lightgrey;
margin-top: 1em;
}
.summary .primary:empty + .secondary .title > * > * {
margin: 0;
}
.summary .primary:empty + .secondary .title .l3 > * {
line-height: 1.5em;
margin: 1em 0 0;
}
.summary .primary:empty + .secondary .title :not(.l3) a:active {
opacity: 0.5;
}
.summary .primary:empty + .secondary .title .l3 a {
text-decoration: underline;
}
.summary .primary:empty + .secondary .title .l3 a:hover {
text-decoration: none;
}
.summary .primary:empty + .secondary .title .l3 li {
line-height: inherit;
}
.summary .secondary .actions {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.summary .secondary .actions:not(:empty) {
margin: 0.5em 0 0;
}
.summary .primary:empty + .secondary .actions:not(:empty) {
border-top: 1px solid lightgrey;
margin: 1em 0 0;
padding-top: 1em;
}
.summary .primary:not(:empty) + .secondary .actions {
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.summary .secondary .actions li {
align-items: center;
cursor: pointer;
display: flex;
flex-direction: column;
min-width: 3em;
}
.summary .secondary .actions li + li {
margin-left: 1em;
}
.summary .secondary .actions li .button {
background: rgb(14, 122, 254);
color: white;
margin: 0 0 0.25em;
}
.summary .secondary .actions li .button + .label {
color: rgb(14, 122, 254);
font-size: 0.75em;
}
.summary .secondary .actions li .label:first-child:last-child {
border: 1px solid darkgrey;
border-radius: 0.25em;
color: darkgrey;
font-size: 0.9em;
padding: 0.25em;
text-transform: uppercase;
}
.summary .secondary .actions li .label:first-child:last-child:active {
background: darkgrey;
color: white;
}
*[dir=rtl] .summary .secondary .actions li + li {
margin-left: 0;
margin-right: 1em;
}
@media (min-width: 48em) {
.block.summary > .body {
border-radius: 1em;
}
.summary .details {
flex-direction: row;
}
.summary .primary figure:not(:empty) {
height: 8em;
margin: 0 1em 0 0;
width: 8em;
}
.summary .primary figure abbr {
font-size: 4em;
}
.summary .secondary {
flex: 1 1 auto;
}
.summary .primary:not(:empty) + .secondary {
height: 8em;
text-align: inherit;
}
.summary .primary:not(:empty) + .secondary .actions {
justify-content: flex-start;
margin-left: 0;
margin-right: 0;
}
*[dir=rtl] .summary .primary figure {
margin: 0 0 0 1em;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.summary .primary:empty + .secondary .actions:not(:empty),
.summary .primary:empty + .secondary .title .l3:not(:empty),
.summary .secondary .actions li .label:first-child:last-child,
.summary:not(:empty) {
border-width: 0.5px;
}
} | 0.823967 | 0.077622 |
.contact-help-faq-popover {
width: 480px;
height: 400px;
overflow: hidden;
position: fixed;
bottom: 0;
right: 30px;
z-index: 1000;
background-color: #fff;
display: flex;
flex-flow: column;
box-shadow: 0px 0px 20px 1px #A8A8A8;
}
.contact-help-faq-popover__header {
padding: 15px 20px;
background-color: #323232;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 70px;
box-sizing: border-box;
}
.contact-help-faq-popover__header-button-group {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.contact-help-faq-popover__header .open-in-new-page-btn {
min-width: unset;
}
.contact-help-faq-popover__header .open-in-new-page-btn svg {
padding-right: 0;
}
.contact-help-faq-popover__header .icon-only {
background-color: transparent;
}
.contact-help-faq-popover__header .icon-fill {
fill: #fff;
}
.contact-help-faq-popover .close-btn svg {
width: 15px;
height: 15px;
}
.contact-help-faq-popover .back-btn {
margin-right: 15px;
}
.contact-help-faq-popover__header h3 {
color: #fff;
margin: 0;
flex: 1;
}
.contact-help-faq-popover .content-area {
overflow: auto;
height: calc(100% - 70px); /* 70px is the height of the header */
}
.contact-help-faq-popover .faq-list h3 {
padding: 20px 0 0 20px;
}
.contact-help-faq-popover .contact {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
.contact-help-faq-popover .contact h3 {
padding: 20px 0 0 20px;
}
.contact-help-faq-popover .contact a {
display: block;
padding: 0 0 20px 20px;
}
.contact-help-faq-popover .faq-answer {
display: none;
}
.contact-help-faq-popover li a {
font-size: 1.1rem;
padding: 20px;
display: block;
text-decoration: none;
}
.contact-help-faq-popover li a:hover {
background-color: #e6e6e6;
}
.contact-help-faq-popover .faq-answer-content {
padding: 20px;
}
.contact-help-faq-popover .faq-answer-content pre {
color: #EC2024;
display: inline;
padding: 0 5px;
}
.contact-help-faq-popover[data-view=list] .back-btn {
display: none;
}
.contact-help-faq-popover[data-view=answer] .back-btn {
display: block;
}
@media (max-width: 600px) {
.contact-help-faq-popover {
width: 90%;
left: 5%;
right: 5%;
}
} | public/css/contact-help-faq-popover.css | .contact-help-faq-popover {
width: 480px;
height: 400px;
overflow: hidden;
position: fixed;
bottom: 0;
right: 30px;
z-index: 1000;
background-color: #fff;
display: flex;
flex-flow: column;
box-shadow: 0px 0px 20px 1px #A8A8A8;
}
.contact-help-faq-popover__header {
padding: 15px 20px;
background-color: #323232;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 70px;
box-sizing: border-box;
}
.contact-help-faq-popover__header-button-group {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.contact-help-faq-popover__header .open-in-new-page-btn {
min-width: unset;
}
.contact-help-faq-popover__header .open-in-new-page-btn svg {
padding-right: 0;
}
.contact-help-faq-popover__header .icon-only {
background-color: transparent;
}
.contact-help-faq-popover__header .icon-fill {
fill: #fff;
}
.contact-help-faq-popover .close-btn svg {
width: 15px;
height: 15px;
}
.contact-help-faq-popover .back-btn {
margin-right: 15px;
}
.contact-help-faq-popover__header h3 {
color: #fff;
margin: 0;
flex: 1;
}
.contact-help-faq-popover .content-area {
overflow: auto;
height: calc(100% - 70px); /* 70px is the height of the header */
}
.contact-help-faq-popover .faq-list h3 {
padding: 20px 0 0 20px;
}
.contact-help-faq-popover .contact {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
.contact-help-faq-popover .contact h3 {
padding: 20px 0 0 20px;
}
.contact-help-faq-popover .contact a {
display: block;
padding: 0 0 20px 20px;
}
.contact-help-faq-popover .faq-answer {
display: none;
}
.contact-help-faq-popover li a {
font-size: 1.1rem;
padding: 20px;
display: block;
text-decoration: none;
}
.contact-help-faq-popover li a:hover {
background-color: #e6e6e6;
}
.contact-help-faq-popover .faq-answer-content {
padding: 20px;
}
.contact-help-faq-popover .faq-answer-content pre {
color: #EC2024;
display: inline;
padding: 0 5px;
}
.contact-help-faq-popover[data-view=list] .back-btn {
display: none;
}
.contact-help-faq-popover[data-view=answer] .back-btn {
display: block;
}
@media (max-width: 600px) {
.contact-help-faq-popover {
width: 90%;
left: 5%;
right: 5%;
}
} | 0.468061 | 0.055438 |
body {
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-size: 2rem;
font-weight: 700;
font-family: 'LobsterTwo', cursive;
}
p {
}
.navbar-toggler {
border-color: #eca308!important;
color: #eca308!important;
background-color: #eca308;
}
/*Home Section*/
.home {
background: url(../images/main-background.jpg) /*linear-gradient(#8f68ce, #560cce)*/;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.home-sub {
padding-bottom: 5rem;
}
.hr {
border-bottom: 1px solid rgba(0,0,0,.4);
}
.navbar-nav, .navbar-brand {
padding-bottom: 1rem;
padding-top: 1rem;
}
.navbar-brand {
color: #fff!important;
}
.navbar-brand img {
padding-right: 1rem;
}
.nav-item .active {
background: linear-gradient(#ecb540, #ec8940)!important;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,.6);
padding-right: 1rem;
padding-left: 1rem;
margin-right: 0.2rem;
font-size: 1rem;
font-weight: 700;
line-height: 0.8rem;
background: linear-gradient(#756096, #655382);
border-radius: 30px !important;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-nav .nav-link:hover {
background: linear-gradient(#ecb540, #ec8940);
}
/*Home head*/
.home-head {
padding-top: 5rem;
padding-bottom: 5rem;
text-align: center;
margin-top: 3rem;
}
.home-head-img {
padding-bottom: 5rem;
}
.home-head-img img {
width: 130px;
height: 130px;
/*border-radius: 50%;
border: 5px solid #ecb540;*/
}
.home-head h1 {
font-size: 4rem;
word-spacing: 0.5rem;
color: #ecb540!important;/*#ecb540, #ec8940*/
}
.home-head small {
font-size: 1.5rem;
margin-top: 2rem!important;
color: #555;
font-weight: 700;
}
.home-head p {
font-size: 1.2rem;
font-weight: 600;
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
}
.home-head a {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
/*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.home-head a:hover {
text-decoration: none;
background: linear-gradient(#eca308, #fd720c);
}
/*About*/
.about {
padding-top: 5rem;
padding-bottom: 5rem;
}
.icon-church, .icon-candles, .icon-cross, .icon-star {
width: 130px;
height: 130px;
border-radius: 50%;
background: #6119d6;
text-align: center!important;
}
.icon-church:hover, .icon-candles:hover, .icon-cross:hover, .icon-star:hover {
background: #fd720c;
}
.icon-church img {
width: 35%;
padding-top: 1.6rem;
}
.icon-candles, .icon-cross, .icon-star{
width: 50%;
padding-top: 1.6rem;
}
.about h2 {
font-size: 2rem;
color: #4a3173!important;
}
.about p {
font-size: 1rem;
font-weight: 700;
color: rgb(0, 0, 0, .6);
}
/*Pastors*/
.pastors {
padding-top: 5rem;
padding-bottom: 5rem;
background: /*rgb(74, 49, 115)*/ url(../images/book.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
color: #fff;
}
.pastors h1{
text-align: center;
padding-bottom: 1rem;
font-size: 3rem;
}
.pastors p {
text-align: center;
}
.row-head {
background: rgba(0, 0, 0, 0.24);
margin-top: 3rem;
padding-bottom: 2rem;
}
.row-head small {
text-align: center;
padding-left: 2.5rem;
}
.row-head h3 {
font-size: 1rem;
padding-left: 2rem;
}
.row-img {
padding-top: 2rem;
padding-bottom: 1rem;
}
.row-img img {
width: 150px;
height: 150px;
border-radius: 50%;
}
.row-img img:hover {
filter: grayscale(1);
transition: 0.4s none;
transition-delay: 0.4s;
}
.pastors a {
background: #ecb540;
color: rgb(0, 0, 0,.6);
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .90rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-left: 28rem;
margin-top: 3rem;
}
.pastors a:hover {
content: "\ff178";
color: #fff;
text-decoration: none;
background: background: linear-gradient(#eca308, #fd720c);
border-color: #ec8940;
border: 2px solid #ec8940;
}
/* Up Coming Events */
.events {
padding-top: 5rem;
padding-bottom: 5rem;
}
.events h2 {
text-align: center;
padding-bottom: 3rem;
font-size: 3.4285714286em;
color: #4a3173;
}
.arrows img {
border-radius: 30px;
border: 1px solid #aba6b3;
padding: 0.6rem 3rem;
display: inline-block;
margin: 0 10px 30px;
}
.arrows img:hover {
border-radius: 30px;
border: 2px solid #aba6b3;
}
.events-sub img {
width: 100%;
padding-bottom: 1rem;
}
.events-sub h3 > a {
font-size: 1rem;
color: #4a3173!important;
}
.events-sub h3 {
margin: 0 0 5px;
font-size: 1.2857142857em;
}
.events-sub h3 > a:hover {
text-decoration: none;
}
.fa {
padding-right: 0.3rem;
}
.events-sub span {
padding-right: 0.5rem;
}
.events-sub .a-button {
background: #ecb540;
color: rgb(0, 0, 0,.6);
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-top: 2rem;
margin-left: 1.5rem;
}
.events-sub .a-button:hover {
text-decoration: none;
color: #fff;
background: background: linear-gradient(#eca308, #fd720c);
}
/*Sermons*/
.sermons {
padding-top: 5rem;
padding-bottom: 5rem;
background: url(../images/sermon-bg.jpg)/*url(https://images.unsplash.com/photo-1517256216430-e77743bbc3d8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=8cf50086a2399675017585c7e94f4d02&auto=format&fit=crop&w=500&q=60)*/;
background-attachment: fixed;
background-size: cover;
background-position: center;
color: #fff;
}
.sermons h1 {
padding-bottom: 1rem;
border-bottom: 1px solid #fff;
padding-top: 2rem;
}
.sermon-list {
list-style: none;
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #fff;
}
.sermon-list h3 {
font-size: 1rem;
color: #ecb540;
}
.sermon-list span {
padding-right: 1rem;
}
.sermon-link {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-left: 8rem;
margin-top: 1rem;
}
.sermon-link:hover {
text-decoration: none;
color: #fff;
background: background: linear-gradient(#eca308, #fd720c);
border-color: #ec8940;
}
.sermon-link-2 {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-top: 1rem;
margin-bottom: .5rem;
}
.sermon-link-2:hover {
text-decoration: none;
color: #fff;
background: background: linear-gradient(#eca308, #fd720c);
border-color: #ec8940;
}.sermon-head {
margin-left: 2rem;
}
/*Chuch Executives*/
.church-executives {
padding-top: 5rem;
padding-bottom: 5rem;
}
.church-executives h1 {
text-align: center;
font-size: 3rem;
padding-bottom: 1rem;
}
.church-executives p {
font-size: 1rem;
font-weight: 600;
}
.ex-row {
background: rgba(0, 0, 0, 0.24);
margin-top: 2rem;
margin-bottom: 2rem;
}
.ex-img {
padding-top: 2rem;
}
.ex-img img {
width: 100%;
}
.ex-img img:hover {
transition: 0.2s none;
transition-delay: 0.5s;
filter: grayscale(1);
border-radius: 50%;
width: 100%;
height: 100%;
}
.church-executives h4 {
font-size: 1rem;
padding-top: 1rem;
text-align: center;
}
.ex-row i{
padding-left: 2.2rem;
}
/*Contact*/
.contact {
padding-top: 5rem;
padding-bottom: 5rem;
background: url(../images/contact2-bg.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
color: #fff;
}
.contact h1 {
font-size: 3rem;
text-align: center;
padding-bottom: 1.5rem;
}
.contact p {
font-size: 1rem;
font-weight: 600;
}
.contact-details {
margin-top: 2rem;
}
.contact-details span {
font-size: 1rem;
font-weight: 700;
}
.marker, .phone, .envelope {
font-size: 2rem!important;
padding-right: 1rem;
color: #ecb540;
}
.fa-phone, .fa-envelope {
padding-left: 1rem;
}
.contact-form {
padding-top: 3rem;
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: transparent;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.message-sub {
line-height: 4.5rem!important;
}
.form-text {
color: #fff!important;
}
label {
font-size: 1rem;
font-weight: 700;
color: #ecb540;
}
.message-button {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .99rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-left: 10rem;
}
.message-button:hover {
text-decoration: none;
color: #fff;
}
/*Footer*/
.footer {
padding-top: 2rem;
background: #555;
padding-bottom: 2rem;
color: #fff;
background-attachment: scroll;
background-position: initial;
background-size: auto;
}
.copyright {
text-align: center;
padding-bottom: 1rem;
}
.socal-icon p {
font-weight: 600;
text-align: center;
}
.social-icon-lists {
/*padding-right: 1rem;*/
}
.social-icon-lists a{
width: 30px;
height: 30px;
color: #fff;
text-align: center;
display: inline-block;
font-size: 1.2rem;
border: 2px solid #ecb540 /*#1aafd0*/;
}
.social-icon-lists .facebook:hover {
background-color: #3b5998;
}
.social-icon-lists .twitter:hover {
background-color: #55acee;
}
.social-icon-lists .youtube:hover {
background-color: #ff0000;
}
.social-icon-lists .whatsapp:hover {
background-color: green;
} | Ignatius/css/style.css | body {
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-size: 2rem;
font-weight: 700;
font-family: 'LobsterTwo', cursive;
}
p {
}
.navbar-toggler {
border-color: #eca308!important;
color: #eca308!important;
background-color: #eca308;
}
/*Home Section*/
.home {
background: url(../images/main-background.jpg) /*linear-gradient(#8f68ce, #560cce)*/;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.home-sub {
padding-bottom: 5rem;
}
.hr {
border-bottom: 1px solid rgba(0,0,0,.4);
}
.navbar-nav, .navbar-brand {
padding-bottom: 1rem;
padding-top: 1rem;
}
.navbar-brand {
color: #fff!important;
}
.navbar-brand img {
padding-right: 1rem;
}
.nav-item .active {
background: linear-gradient(#ecb540, #ec8940)!important;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,.6);
padding-right: 1rem;
padding-left: 1rem;
margin-right: 0.2rem;
font-size: 1rem;
font-weight: 700;
line-height: 0.8rem;
background: linear-gradient(#756096, #655382);
border-radius: 30px !important;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-nav .nav-link:hover {
background: linear-gradient(#ecb540, #ec8940);
}
/*Home head*/
.home-head {
padding-top: 5rem;
padding-bottom: 5rem;
text-align: center;
margin-top: 3rem;
}
.home-head-img {
padding-bottom: 5rem;
}
.home-head-img img {
width: 130px;
height: 130px;
/*border-radius: 50%;
border: 5px solid #ecb540;*/
}
.home-head h1 {
font-size: 4rem;
word-spacing: 0.5rem;
color: #ecb540!important;/*#ecb540, #ec8940*/
}
.home-head small {
font-size: 1.5rem;
margin-top: 2rem!important;
color: #555;
font-weight: 700;
}
.home-head p {
font-size: 1.2rem;
font-weight: 600;
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
}
.home-head a {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
/*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.home-head a:hover {
text-decoration: none;
background: linear-gradient(#eca308, #fd720c);
}
/*About*/
.about {
padding-top: 5rem;
padding-bottom: 5rem;
}
.icon-church, .icon-candles, .icon-cross, .icon-star {
width: 130px;
height: 130px;
border-radius: 50%;
background: #6119d6;
text-align: center!important;
}
.icon-church:hover, .icon-candles:hover, .icon-cross:hover, .icon-star:hover {
background: #fd720c;
}
.icon-church img {
width: 35%;
padding-top: 1.6rem;
}
.icon-candles, .icon-cross, .icon-star{
width: 50%;
padding-top: 1.6rem;
}
.about h2 {
font-size: 2rem;
color: #4a3173!important;
}
.about p {
font-size: 1rem;
font-weight: 700;
color: rgb(0, 0, 0, .6);
}
/*Pastors*/
.pastors {
padding-top: 5rem;
padding-bottom: 5rem;
background: /*rgb(74, 49, 115)*/ url(../images/book.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
color: #fff;
}
.pastors h1{
text-align: center;
padding-bottom: 1rem;
font-size: 3rem;
}
.pastors p {
text-align: center;
}
.row-head {
background: rgba(0, 0, 0, 0.24);
margin-top: 3rem;
padding-bottom: 2rem;
}
.row-head small {
text-align: center;
padding-left: 2.5rem;
}
.row-head h3 {
font-size: 1rem;
padding-left: 2rem;
}
.row-img {
padding-top: 2rem;
padding-bottom: 1rem;
}
.row-img img {
width: 150px;
height: 150px;
border-radius: 50%;
}
.row-img img:hover {
filter: grayscale(1);
transition: 0.4s none;
transition-delay: 0.4s;
}
.pastors a {
background: #ecb540;
color: rgb(0, 0, 0,.6);
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .90rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-left: 28rem;
margin-top: 3rem;
}
.pastors a:hover {
content: "\ff178";
color: #fff;
text-decoration: none;
background: background: linear-gradient(#eca308, #fd720c);
border-color: #ec8940;
border: 2px solid #ec8940;
}
/* Up Coming Events */
.events {
padding-top: 5rem;
padding-bottom: 5rem;
}
.events h2 {
text-align: center;
padding-bottom: 3rem;
font-size: 3.4285714286em;
color: #4a3173;
}
.arrows img {
border-radius: 30px;
border: 1px solid #aba6b3;
padding: 0.6rem 3rem;
display: inline-block;
margin: 0 10px 30px;
}
.arrows img:hover {
border-radius: 30px;
border: 2px solid #aba6b3;
}
.events-sub img {
width: 100%;
padding-bottom: 1rem;
}
.events-sub h3 > a {
font-size: 1rem;
color: #4a3173!important;
}
.events-sub h3 {
margin: 0 0 5px;
font-size: 1.2857142857em;
}
.events-sub h3 > a:hover {
text-decoration: none;
}
.fa {
padding-right: 0.3rem;
}
.events-sub span {
padding-right: 0.5rem;
}
.events-sub .a-button {
background: #ecb540;
color: rgb(0, 0, 0,.6);
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-top: 2rem;
margin-left: 1.5rem;
}
.events-sub .a-button:hover {
text-decoration: none;
color: #fff;
background: background: linear-gradient(#eca308, #fd720c);
}
/*Sermons*/
.sermons {
padding-top: 5rem;
padding-bottom: 5rem;
background: url(../images/sermon-bg.jpg)/*url(https://images.unsplash.com/photo-1517256216430-e77743bbc3d8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=8cf50086a2399675017585c7e94f4d02&auto=format&fit=crop&w=500&q=60)*/;
background-attachment: fixed;
background-size: cover;
background-position: center;
color: #fff;
}
.sermons h1 {
padding-bottom: 1rem;
border-bottom: 1px solid #fff;
padding-top: 2rem;
}
.sermon-list {
list-style: none;
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #fff;
}
.sermon-list h3 {
font-size: 1rem;
color: #ecb540;
}
.sermon-list span {
padding-right: 1rem;
}
.sermon-link {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-left: 8rem;
margin-top: 1rem;
}
.sermon-link:hover {
text-decoration: none;
color: #fff;
background: background: linear-gradient(#eca308, #fd720c);
border-color: #ec8940;
}
.sermon-link-2 {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-top: 1rem;
margin-bottom: .5rem;
}
.sermon-link-2:hover {
text-decoration: none;
color: #fff;
background: background: linear-gradient(#eca308, #fd720c);
border-color: #ec8940;
}.sermon-head {
margin-left: 2rem;
}
/*Chuch Executives*/
.church-executives {
padding-top: 5rem;
padding-bottom: 5rem;
}
.church-executives h1 {
text-align: center;
font-size: 3rem;
padding-bottom: 1rem;
}
.church-executives p {
font-size: 1rem;
font-weight: 600;
}
.ex-row {
background: rgba(0, 0, 0, 0.24);
margin-top: 2rem;
margin-bottom: 2rem;
}
.ex-img {
padding-top: 2rem;
}
.ex-img img {
width: 100%;
}
.ex-img img:hover {
transition: 0.2s none;
transition-delay: 0.5s;
filter: grayscale(1);
border-radius: 50%;
width: 100%;
height: 100%;
}
.church-executives h4 {
font-size: 1rem;
padding-top: 1rem;
text-align: center;
}
.ex-row i{
padding-left: 2.2rem;
}
/*Contact*/
.contact {
padding-top: 5rem;
padding-bottom: 5rem;
background: url(../images/contact2-bg.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
color: #fff;
}
.contact h1 {
font-size: 3rem;
text-align: center;
padding-bottom: 1.5rem;
}
.contact p {
font-size: 1rem;
font-weight: 600;
}
.contact-details {
margin-top: 2rem;
}
.contact-details span {
font-size: 1rem;
font-weight: 700;
}
.marker, .phone, .envelope {
font-size: 2rem!important;
padding-right: 1rem;
color: #ecb540;
}
.fa-phone, .fa-envelope {
padding-left: 1rem;
}
.contact-form {
padding-top: 3rem;
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: transparent;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.message-sub {
line-height: 4.5rem!important;
}
.form-text {
color: #fff!important;
}
label {
font-size: 1rem;
font-weight: 700;
color: #ecb540;
}
.message-button {
background: #ecb540;
color: #fff;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .99rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 5rem;
margin-left: 10rem;
}
.message-button:hover {
text-decoration: none;
color: #fff;
}
/*Footer*/
.footer {
padding-top: 2rem;
background: #555;
padding-bottom: 2rem;
color: #fff;
background-attachment: scroll;
background-position: initial;
background-size: auto;
}
.copyright {
text-align: center;
padding-bottom: 1rem;
}
.socal-icon p {
font-weight: 600;
text-align: center;
}
.social-icon-lists {
/*padding-right: 1rem;*/
}
.social-icon-lists a{
width: 30px;
height: 30px;
color: #fff;
text-align: center;
display: inline-block;
font-size: 1.2rem;
border: 2px solid #ecb540 /*#1aafd0*/;
}
.social-icon-lists .facebook:hover {
background-color: #3b5998;
}
.social-icon-lists .twitter:hover {
background-color: #55acee;
}
.social-icon-lists .youtube:hover {
background-color: #ff0000;
}
.social-icon-lists .whatsapp:hover {
background-color: green;
} | 0.300438 | 0.050658 |
body{
background-color: #ededed;
font-family: 'Oswald';
position: relative;
margin-top: 0;
}
/*======================================================================
## Global Settings
=======================================================================*/
.btn-robot, p{
font-family: 'Arial,Helvetica Neue,Helvetica,sans-serif';
line-height: 1.5;
letter-spacing: 1px;
font-weight: 500;
}
.mt0{
margin-top: 0;
}
.thin{
font-weight: 500;
}
.c-table{
display: table;
height: 100%;
width: 100%;
}
.c-cell{
display: table-cell;
vertical-align: middle;
}
.title-box{
text-align: center;
padding: 100px 0 50px;
text-transform: uppercase;
}
.title-box p{
margin-bottom: 0;
}
.title{
font-weight: 300;
color: #999;
font-size: 36px;
letter-spacing: 2px;
}
.title.mt0{
text-transform: capitalize;
font-weight: 400;
color: #444;
}
.title span{
color: #444;
}
.btn-robot{
border-radius: 0;
background-color: #fabe12;
color: #fff;
text-transform: uppercase;
border-color: transparent;
padding: 5px 15px;
transition: all 0.4s ease-in-out;
letter-spacing: 1px;
font-weight: 300;
margin-top: 15px;
}
.btn-robot:hover{
background-color: transparent;
color: #fabe12;
border-color: #fabe12;
}
/*======================================================================
## Header Section
=======================================================================*/
.site-header-bg{
width: 100%;
background-color: #111;
z-index: 1;
padding: 30px 0;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto';
}
.site-header-bg .input-group{
padding-top: 10px;
}
.site-header-bg .form-control{
border-radius: 0;
background-color: transparent;
}
.site-header-bg .input-group .btn{
text-transform: uppercase;
border-radius: 0;
}
.site-header-bg .btn-robot{
margin-top: 0;
padding-bottom: 6px;
}
/*======================================================================
## Header Section
=======================================================================*/
.main-header{
text-transform: uppercase;
text-align: center;
color: #fff;
letter-spacing: 3px;
background: #111;
position: relative;
}
.header-quote{
color: #fabe12;
font-weight: 700;
margin-bottom: 0;
}
.main-header p{
font-weight: 300;
font-size: 18px;
letter-spacing: 6px;
}
.header-title{
font-weight: 700;
}
.header-title .thin{
letter-spacing: 6px;
}
.intro{
padding: 200px 0;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: -90px;
z-index: 11;
position: relative;
}
.nutral{
background-color: #ebebeb;
height: 90px;
z-index: 10;
position: relative;
}
.navbar{
margin-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.navbar-default{
border-color: #262626;
background-color: #111;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
color: #fabe12;
background-color: transparent;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
}
/*======================================================================
## Footer widget Section
=======================================================================*/
.footer-widget{
padding: 80px 0;
border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.footer-widget .section-bg{
background-color: #ebebeb;
text-align: center;
text-transform: capitalize;
}
.footer-widget h3{
border-bottom: 1px solid rgba(153, 153, 153, 0.3);
color: #999;
padding-bottom: 25px;
margin-bottom: 15px;
font-weight: 300;
letter-spacing: 2px;
}
.footer-widget ul{
padding-left: 0;
}
.footer-widget ul li{
list-style-type: none;
padding: 7px 0;
}
.footer-widget ul li:before{
content: "\f363";
font-family: 'ionicons';
padding-right: 5px;
font-size: 14px;
color: #999;
}
.footer-widget ul li a{
color: #999;
font-family: 'Roboto';
font-size: 14px;
font-weight: 500;
}
.widget-img-box{
margin-top: 30px;
}
.widget-img{
width: 49%;
display: inline-block;
}
.footer{
padding: 10px 0 20px;
}
.footer h3, .footer a{
color: #999;
font-weight: 300;
letter-spacing: 2px;
}
/*======================================================================
## Product Section
=======================================================================*/
.product .section-bg{
background-color: #ff0000;
}
.porduct-box{
margin-bottom: 30px;
position: relative;
}
.porduct-box img{
width: 100% !important;
}
.product-title{
position: absolute;
top: 5px;
left: 25px;
right: 25px;
padding: 15px;
background-color: #fabe12;
text-transform: uppercase;
color: #000;
text-align: center;
font-weight: 500;
}
.classic-title{
margin-top: 100px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 30px;
position: relative;
}
.incline-div{
position: absolute;
top: 3px;
left: 0;
border-top: 60px solid #fabe12;
border-right: 60px solid transparent;
margin-left: -15px;
width: 250px;
z-index: 1;
}
.outer-stiker{
display: inline-block;
color: #d0d0d0;
}
.stiker{
display: inline-block;
}
.inner-stiker{
color: #fff;
padding-right: 50px;
}
.outer-stiker, .inner-stiker{
font-weight: 500;
z-index: 2;
position: relative;
}
.product p{
color: #000;
font-size: 20px;
text-align: justify;
margin-bottom: 30px;
}
.product p.p-large{
font-size: 20px;
font-weight: 500;
}
@media (min-width: 768px){
.boxed{
padding: 0 80px;
}
}
/*======================================================================
## History Section
=======================================================================*/
.history .section-bg{
background-color: #111;
text-align: center;
}
.history p{
color: #fff;
}
.history .title{
color: #fabe12;
}
.history img{
padding: 60px 0 0;
}
/*======================================================================
## Partner Section
=======================================================================*/
.partner .section-bg{
background-color: #fff;
text-align: center;
padding-bottom: 80px;
}
.partner .title{
color: #111;
}
/*======================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
## Pages
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
=======================================================================*/
/*======================================================================
## Inner Header Sections
=======================================================================*/
.inner-header .intro{
padding: 100px 0;
}
.overlay{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.inner-header .breadcrumb{
margin-bottom: 0;
background-color: transparent;
font-size: 26px;
font-weight: 300;
}
.inner-header .breadcrumb>.active{
color: #fabe12;
}
.inner-header .breadcrumb a{
color: #fff;
}
.inner-p{
text-align: center;
margin-bottom: 80px;
font-size: 16px;
}
.page-bgc{
background-color: #fff;
padding-bottom: 100px;
}
.intro{
background-color: #313131;
}
.faq-header .intro{
background-image: url(../images/faq-header.jpg);
}
.shop-header .intro{
background-image: url(../images/shop-header.jpg);
}
.contact-header .intro{
background-image: url(../images/contact-header.jpg);
}
.about-header .intro{
background-image: url(../images/about-header.jpg);
}
.about .page-bgc{
padding-bottom: 0;
}
/*======================================================================
## FAQ
=======================================================================*/
.panel-heading {
padding: 0;
border-radius: 0;
}
.panel-heading h4.panel-title {
position: relative;
text-transform: capitalize;
}
.panel-heading a {
display: block;
padding: 15px 0 15px 40px;
line-height: 1;
-webkit-transition: all .3s;
transition: all .3s;
}
.panel-heading a:hover {
color: #fff;
text-decoration: none;
}
.panel-heading a:focus {
text-decoration: none;
color: #111;
}
.panel-heading a:active {
color: #111;
}
@media (min-width:768px) {
.panel-heading a:after,a.collapsed:after {
font-family: 'ionicons';
content: "\f126";
position: absolute;
right: 15px;
font-size: 18px;
color: #111;
}
a.collapsed:after {
content: "\f123";
}
}
.panel-body {
padding: 20px;
color: #999;
line-height: 1.7;
}
.panel-default {
border: 1px solid #111;
}
.panel-default>.panel-heading {
background-color: transparent;
transition: all 0.4s ease-in-out;
}
.panel-default>.panel-heading:hover{
background-color: #fabe12;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top: 2px solid rgba(0,0,0,.1);
}
.panel-group .panel {
border-radius: 0;
margin-bottom: -5px;
border-bottom: none;
}
.panel-group .panel:last-child{
border-bottom: 1px solid #111;
}
/*======================================================================
## Shop
=======================================================================*/
.img-full{
width: 100%;
}
.shop-box{
position: relative;
overflow: hidden;
}
.shop-box-hover{
position: absolute;
left: -90%;
top: -90%;
background-color: #fabe12;
width: 100%;
height: 100%;
transition: all 0.4s ease-in-out;
}
.shop-box:hover .shop-box-hover{
top: 0;
left: 0;
}
.shop-box-hover .c-cell a{
font-size: 25px;
color: #111;
transition: all 0.4s ease-in-out;
padding: 8px;
}
.shop-box-hover .c-cell a:hover{
color: #fff;
text-decoration: none;
}
.shop-box-title{
font-family: 'Roboto';
text-transform: uppercase;
padding: 30px 0;
margin-bottom: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-box-title h4{
margin: 0 0 5px 0;
font-weight: 700;
}
.shop-price{
margin-bottom: 0;
font-weight: 500;
}
.star{
margin: 0;
color: #fabe12;
}
@media (min-width: 768px){
.shop-price, .star{
text-align: right;
}
}
.pager li>a, .pager li>span{
border-radius: 0;
color: #111;
}
.pager li>a:focus, .pager li>a:hover{
color: #fff;
border-color: #fabe12;
background-color: #fabe12;
}
/*======================================================================
## Contact
=======================================================================*/
.map_canvas{
width: 100%;
height: 400px;
margin-bottom: 30px;
}
.contact h4, .contact h5{
font-family: 'Roboto';
text-transform: uppercase;
font-weight: 400;
}
.contact h5{
margin: 0;
}
.contact h4{
padding: 40px 0 30px;
}
.contact-detail{
border-bottom: 1px solid #ddd;
text-transform: uppercase;
padding: 10px 0 15px;
font-size: 10px;
font-weight: 500;
margin-bottom: 30px;
}
.contact-form .form-control{
border-color: transparent;
border-bottom: 1px solid #ddd;
border-radius: 0;
box-shadow: none;
font-family: 'Roboto';
padding-left: 0;
}
.contact-form .form-control:active, .contact-form .form-control:focus{
border-bottom: 1px solid #fabe12;
box-shadow: none;
}
/*Turn off Google Map zooming*/
/******************************/
.scrolloff {
pointer-events: none;
}
/*placeholder style*/
/*******************/
.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
text-transform: uppercase;
font-family: 'Roboto';
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
text-transform: uppercase;
font-family: 'Roboto';
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
text-transform: uppercase;
font-family: 'Roboto';
}
.contact-form :-moz-placeholder { /* Firefox 18- */
text-transform: uppercase;
font-family: 'Roboto';
}
/*======================================================================
## Contact
=======================================================================*/
/*Service*/
/*********/
.service{
padding-bottom: 60px;
}
.service-box{
margin-bottom: 60px;
}
.service-box p{
font-size: 13px;
font-weight: 400;
color: #969595;
margin-bottom: 0;
}
.service-title{
display: table;
font-family: 'Roboto';
font-size: 22px;
padding: 10px 0;
text-transform: capitalize;
}
.service-title .icon span{
font-size: 40px;
color: #fabe12;
margin-right: 15px;
}
.service-title div{
display: table-cell;
vertical-align: middle;
}
/*Machine Man*/
/*************/
.machine-man{
background-color: #393835;
color: #fff;
font-family: 'Roboto';
margin-left: -15px;
margin-right: -15px;
}
.m-s-title, .m-p-title{
font-weight: 300;
letter-spacing: 2px;
}
.m-s-title{
color: #fabe12;
margin: 0;
padding-top: 100px;
}
.m-p-title{
text-transform: capitalize;
margin: 0 0 20px;
}
.machine-man p{
margin-bottom: 100px;
}
@media (max-width: 677px){
.machine-man{
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 678px){
.machine-man .boxed{
padding: 0 95px;
}
.machine-man .row{
background-image: url(../images/machine-man.png);
background-repeat: no-repeat;
background-position: right 60px bottom 0;
}
}
/*Team*/
/******/
.team-box{
position: relative;
width: 100%;
margin-bottom: 60px;
}
.team-img-detail{
font-family: 'Roboto';
text-align: center;
position: absolute;
width: 55%;
right: 0;
background-color: #f7f7f7;
color: #999;
/*padding: 20px;*/
}
.team-img-detail h4{
color: #111;
padding-top: 30px;
}
.team-img-detail h4, .team-img-detail h5{
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
margin: 0;
}
.team-img-detail p{
padding: 20px;
}
.social {
font-size: 24px;
float: right;
background-color: #fabe12;
padding: 5px;
}
.social a {
color: #fff;
padding: 8px;
}
@media (max-width: 767px){
.team-img{
width: 100%;
}
}
/*CTA*/
/*****/
.cta{
background-color: #393835;
color: #fff;
margin-left: -15px;
margin-right: -15px;
padding: 40px 0;
}
.cta .btn-robot{
color: #393835;
font-size: 16px;
font-weight: 700;
margin-top: 10px;
}
.cta .btn-robot:hover{
color: #fabe12;
}
@media (max-width: 677px){
.cta{
padding-left: 15px;
padding-right: 15px;
}
} | main.css | body{
background-color: #ededed;
font-family: 'Oswald';
position: relative;
margin-top: 0;
}
/*======================================================================
## Global Settings
=======================================================================*/
.btn-robot, p{
font-family: 'Arial,Helvetica Neue,Helvetica,sans-serif';
line-height: 1.5;
letter-spacing: 1px;
font-weight: 500;
}
.mt0{
margin-top: 0;
}
.thin{
font-weight: 500;
}
.c-table{
display: table;
height: 100%;
width: 100%;
}
.c-cell{
display: table-cell;
vertical-align: middle;
}
.title-box{
text-align: center;
padding: 100px 0 50px;
text-transform: uppercase;
}
.title-box p{
margin-bottom: 0;
}
.title{
font-weight: 300;
color: #999;
font-size: 36px;
letter-spacing: 2px;
}
.title.mt0{
text-transform: capitalize;
font-weight: 400;
color: #444;
}
.title span{
color: #444;
}
.btn-robot{
border-radius: 0;
background-color: #fabe12;
color: #fff;
text-transform: uppercase;
border-color: transparent;
padding: 5px 15px;
transition: all 0.4s ease-in-out;
letter-spacing: 1px;
font-weight: 300;
margin-top: 15px;
}
.btn-robot:hover{
background-color: transparent;
color: #fabe12;
border-color: #fabe12;
}
/*======================================================================
## Header Section
=======================================================================*/
.site-header-bg{
width: 100%;
background-color: #111;
z-index: 1;
padding: 30px 0;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto';
}
.site-header-bg .input-group{
padding-top: 10px;
}
.site-header-bg .form-control{
border-radius: 0;
background-color: transparent;
}
.site-header-bg .input-group .btn{
text-transform: uppercase;
border-radius: 0;
}
.site-header-bg .btn-robot{
margin-top: 0;
padding-bottom: 6px;
}
/*======================================================================
## Header Section
=======================================================================*/
.main-header{
text-transform: uppercase;
text-align: center;
color: #fff;
letter-spacing: 3px;
background: #111;
position: relative;
}
.header-quote{
color: #fabe12;
font-weight: 700;
margin-bottom: 0;
}
.main-header p{
font-weight: 300;
font-size: 18px;
letter-spacing: 6px;
}
.header-title{
font-weight: 700;
}
.header-title .thin{
letter-spacing: 6px;
}
.intro{
padding: 200px 0;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: -90px;
z-index: 11;
position: relative;
}
.nutral{
background-color: #ebebeb;
height: 90px;
z-index: 10;
position: relative;
}
.navbar{
margin-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.navbar-default{
border-color: #262626;
background-color: #111;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
color: #fabe12;
background-color: transparent;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
}
/*======================================================================
## Footer widget Section
=======================================================================*/
.footer-widget{
padding: 80px 0;
border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.footer-widget .section-bg{
background-color: #ebebeb;
text-align: center;
text-transform: capitalize;
}
.footer-widget h3{
border-bottom: 1px solid rgba(153, 153, 153, 0.3);
color: #999;
padding-bottom: 25px;
margin-bottom: 15px;
font-weight: 300;
letter-spacing: 2px;
}
.footer-widget ul{
padding-left: 0;
}
.footer-widget ul li{
list-style-type: none;
padding: 7px 0;
}
.footer-widget ul li:before{
content: "\f363";
font-family: 'ionicons';
padding-right: 5px;
font-size: 14px;
color: #999;
}
.footer-widget ul li a{
color: #999;
font-family: 'Roboto';
font-size: 14px;
font-weight: 500;
}
.widget-img-box{
margin-top: 30px;
}
.widget-img{
width: 49%;
display: inline-block;
}
.footer{
padding: 10px 0 20px;
}
.footer h3, .footer a{
color: #999;
font-weight: 300;
letter-spacing: 2px;
}
/*======================================================================
## Product Section
=======================================================================*/
.product .section-bg{
background-color: #ff0000;
}
.porduct-box{
margin-bottom: 30px;
position: relative;
}
.porduct-box img{
width: 100% !important;
}
.product-title{
position: absolute;
top: 5px;
left: 25px;
right: 25px;
padding: 15px;
background-color: #fabe12;
text-transform: uppercase;
color: #000;
text-align: center;
font-weight: 500;
}
.classic-title{
margin-top: 100px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 30px;
position: relative;
}
.incline-div{
position: absolute;
top: 3px;
left: 0;
border-top: 60px solid #fabe12;
border-right: 60px solid transparent;
margin-left: -15px;
width: 250px;
z-index: 1;
}
.outer-stiker{
display: inline-block;
color: #d0d0d0;
}
.stiker{
display: inline-block;
}
.inner-stiker{
color: #fff;
padding-right: 50px;
}
.outer-stiker, .inner-stiker{
font-weight: 500;
z-index: 2;
position: relative;
}
.product p{
color: #000;
font-size: 20px;
text-align: justify;
margin-bottom: 30px;
}
.product p.p-large{
font-size: 20px;
font-weight: 500;
}
@media (min-width: 768px){
.boxed{
padding: 0 80px;
}
}
/*======================================================================
## History Section
=======================================================================*/
.history .section-bg{
background-color: #111;
text-align: center;
}
.history p{
color: #fff;
}
.history .title{
color: #fabe12;
}
.history img{
padding: 60px 0 0;
}
/*======================================================================
## Partner Section
=======================================================================*/
.partner .section-bg{
background-color: #fff;
text-align: center;
padding-bottom: 80px;
}
.partner .title{
color: #111;
}
/*======================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
## Pages
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
=======================================================================*/
/*======================================================================
## Inner Header Sections
=======================================================================*/
.inner-header .intro{
padding: 100px 0;
}
.overlay{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.inner-header .breadcrumb{
margin-bottom: 0;
background-color: transparent;
font-size: 26px;
font-weight: 300;
}
.inner-header .breadcrumb>.active{
color: #fabe12;
}
.inner-header .breadcrumb a{
color: #fff;
}
.inner-p{
text-align: center;
margin-bottom: 80px;
font-size: 16px;
}
.page-bgc{
background-color: #fff;
padding-bottom: 100px;
}
.intro{
background-color: #313131;
}
.faq-header .intro{
background-image: url(../images/faq-header.jpg);
}
.shop-header .intro{
background-image: url(../images/shop-header.jpg);
}
.contact-header .intro{
background-image: url(../images/contact-header.jpg);
}
.about-header .intro{
background-image: url(../images/about-header.jpg);
}
.about .page-bgc{
padding-bottom: 0;
}
/*======================================================================
## FAQ
=======================================================================*/
.panel-heading {
padding: 0;
border-radius: 0;
}
.panel-heading h4.panel-title {
position: relative;
text-transform: capitalize;
}
.panel-heading a {
display: block;
padding: 15px 0 15px 40px;
line-height: 1;
-webkit-transition: all .3s;
transition: all .3s;
}
.panel-heading a:hover {
color: #fff;
text-decoration: none;
}
.panel-heading a:focus {
text-decoration: none;
color: #111;
}
.panel-heading a:active {
color: #111;
}
@media (min-width:768px) {
.panel-heading a:after,a.collapsed:after {
font-family: 'ionicons';
content: "\f126";
position: absolute;
right: 15px;
font-size: 18px;
color: #111;
}
a.collapsed:after {
content: "\f123";
}
}
.panel-body {
padding: 20px;
color: #999;
line-height: 1.7;
}
.panel-default {
border: 1px solid #111;
}
.panel-default>.panel-heading {
background-color: transparent;
transition: all 0.4s ease-in-out;
}
.panel-default>.panel-heading:hover{
background-color: #fabe12;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top: 2px solid rgba(0,0,0,.1);
}
.panel-group .panel {
border-radius: 0;
margin-bottom: -5px;
border-bottom: none;
}
.panel-group .panel:last-child{
border-bottom: 1px solid #111;
}
/*======================================================================
## Shop
=======================================================================*/
.img-full{
width: 100%;
}
.shop-box{
position: relative;
overflow: hidden;
}
.shop-box-hover{
position: absolute;
left: -90%;
top: -90%;
background-color: #fabe12;
width: 100%;
height: 100%;
transition: all 0.4s ease-in-out;
}
.shop-box:hover .shop-box-hover{
top: 0;
left: 0;
}
.shop-box-hover .c-cell a{
font-size: 25px;
color: #111;
transition: all 0.4s ease-in-out;
padding: 8px;
}
.shop-box-hover .c-cell a:hover{
color: #fff;
text-decoration: none;
}
.shop-box-title{
font-family: 'Roboto';
text-transform: uppercase;
padding: 30px 0;
margin-bottom: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-box-title h4{
margin: 0 0 5px 0;
font-weight: 700;
}
.shop-price{
margin-bottom: 0;
font-weight: 500;
}
.star{
margin: 0;
color: #fabe12;
}
@media (min-width: 768px){
.shop-price, .star{
text-align: right;
}
}
.pager li>a, .pager li>span{
border-radius: 0;
color: #111;
}
.pager li>a:focus, .pager li>a:hover{
color: #fff;
border-color: #fabe12;
background-color: #fabe12;
}
/*======================================================================
## Contact
=======================================================================*/
.map_canvas{
width: 100%;
height: 400px;
margin-bottom: 30px;
}
.contact h4, .contact h5{
font-family: 'Roboto';
text-transform: uppercase;
font-weight: 400;
}
.contact h5{
margin: 0;
}
.contact h4{
padding: 40px 0 30px;
}
.contact-detail{
border-bottom: 1px solid #ddd;
text-transform: uppercase;
padding: 10px 0 15px;
font-size: 10px;
font-weight: 500;
margin-bottom: 30px;
}
.contact-form .form-control{
border-color: transparent;
border-bottom: 1px solid #ddd;
border-radius: 0;
box-shadow: none;
font-family: 'Roboto';
padding-left: 0;
}
.contact-form .form-control:active, .contact-form .form-control:focus{
border-bottom: 1px solid #fabe12;
box-shadow: none;
}
/*Turn off Google Map zooming*/
/******************************/
.scrolloff {
pointer-events: none;
}
/*placeholder style*/
/*******************/
.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
text-transform: uppercase;
font-family: 'Roboto';
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
text-transform: uppercase;
font-family: 'Roboto';
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
text-transform: uppercase;
font-family: 'Roboto';
}
.contact-form :-moz-placeholder { /* Firefox 18- */
text-transform: uppercase;
font-family: 'Roboto';
}
/*======================================================================
## Contact
=======================================================================*/
/*Service*/
/*********/
.service{
padding-bottom: 60px;
}
.service-box{
margin-bottom: 60px;
}
.service-box p{
font-size: 13px;
font-weight: 400;
color: #969595;
margin-bottom: 0;
}
.service-title{
display: table;
font-family: 'Roboto';
font-size: 22px;
padding: 10px 0;
text-transform: capitalize;
}
.service-title .icon span{
font-size: 40px;
color: #fabe12;
margin-right: 15px;
}
.service-title div{
display: table-cell;
vertical-align: middle;
}
/*Machine Man*/
/*************/
.machine-man{
background-color: #393835;
color: #fff;
font-family: 'Roboto';
margin-left: -15px;
margin-right: -15px;
}
.m-s-title, .m-p-title{
font-weight: 300;
letter-spacing: 2px;
}
.m-s-title{
color: #fabe12;
margin: 0;
padding-top: 100px;
}
.m-p-title{
text-transform: capitalize;
margin: 0 0 20px;
}
.machine-man p{
margin-bottom: 100px;
}
@media (max-width: 677px){
.machine-man{
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 678px){
.machine-man .boxed{
padding: 0 95px;
}
.machine-man .row{
background-image: url(../images/machine-man.png);
background-repeat: no-repeat;
background-position: right 60px bottom 0;
}
}
/*Team*/
/******/
.team-box{
position: relative;
width: 100%;
margin-bottom: 60px;
}
.team-img-detail{
font-family: 'Roboto';
text-align: center;
position: absolute;
width: 55%;
right: 0;
background-color: #f7f7f7;
color: #999;
/*padding: 20px;*/
}
.team-img-detail h4{
color: #111;
padding-top: 30px;
}
.team-img-detail h4, .team-img-detail h5{
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
margin: 0;
}
.team-img-detail p{
padding: 20px;
}
.social {
font-size: 24px;
float: right;
background-color: #fabe12;
padding: 5px;
}
.social a {
color: #fff;
padding: 8px;
}
@media (max-width: 767px){
.team-img{
width: 100%;
}
}
/*CTA*/
/*****/
.cta{
background-color: #393835;
color: #fff;
margin-left: -15px;
margin-right: -15px;
padding: 40px 0;
}
.cta .btn-robot{
color: #393835;
font-size: 16px;
font-weight: 700;
margin-top: 10px;
}
.cta .btn-robot:hover{
color: #fabe12;
}
@media (max-width: 677px){
.cta{
padding-left: 15px;
padding-right: 15px;
}
} | 0.357568 | 0.052086 |
.popup-confirm-note textarea {
margin-top: 10px;
resize: none;
width: 460px;
}
.popup-confirm-note .button {
width: 150px !important;
float: left !important;
margin-left: 11px !important;
margin-right: 0px !important;
}
.popup-confirm-note .footer .button {
float: none !important;
}
.popup-confirm-note {
height: 500px !important;
}
.popup-confirm-note .header {
height: 70px;
}
.popup-confirm-note .note_type {
display: inline-block;
}
.popup-confirm-note .note_type .active {
color: white;
background: black;
border: 1px solid black;
}
.popup-confirm-note textarea:focus::-webkit-input-placeholder {
color: transparent;
}
.popup-confirm-note textarea:focus::-moz-placeholder {
color: transparent;
}
.popup-confirm-note textarea:focus:-moz-placeholder {
color: transparent;
}
.popup-confirm-note textarea:focus:-ms-input-placeholder {
color: transparent;
}
/*ScreenWidget*/
.pos .notelist-screen .window,
.pos .notelist-screen .full-content .subwindow {
display: block;
}
.pos .notelist-screen .full-content .subwindow-container {
display: block;
height: 100%;
}
.pos .notelist-screen .full-content .subwindow.collapsed,
.pos .notelist-screen .full-content .subwindow-container.collapsed {
height: auto;
}
.pos .notelist-screen .note-list {
font-size: 16px;
width: 100%;
line-height: 40px;
}
.pos .notelist-screen .note-list th,
.pos .notelist-screen .note-list td {
padding: 0px 8px;
}
.pos .notelist-screen .note-list tr {
transition: all 150ms linear;
background: rgb(230, 230, 230);
}
.pos .notelist-screen .note-list thead > tr,
.pos .notelist-screen .note-list tr:nth-child(even) {
background: rgb(247, 247, 247);
}
.pos .notelist-screen .note-list tr.highlight {
transition: all 150ms linear;
background: rgb(110, 200, 155) !important;
color: white;
}
.pos .notelist-screen .note-list tr.lowlight {
transition: all 150ms linear;
background: rgb(216, 238, 227);
}
.pos .notelist-screen .reason-list tr.lowlight:nth-child(even) {
transition: all 150ms linear;
background: rgb(227, 246, 237);
}
/*OrderWidget*/
.order-note-line {
max-width: 50%;
float: left;
margin-right: 15px;
margin-left: 15px;
padding-top: 5px;
border-top: solid 2px;
border-color: #777;
}
.order-note-line .note {
text-align: center;
}
.order-note-line .value {
font-weight: normal;
}
.order-note-line .label {
font-size: 22px;
}
.pos .product_note li .active {
color: white;
background: black;
border: 1px solid black;
}
/*OrderLineWidget*/
.pos .info.orderline-note {
max-width: 50%;
}
/* New Styles for Pos Order Note if pos_mobile_restaurant was installed*/
.pos.mobile .modal-dialog .popup.popup-confirm-note {
max-width: initial;
width: 100%;
height: 900px !important;
top: initial;
background: white;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .title {
height: 92px;
background-color: #f0eeee;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note textarea {
margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .title .current-title {
display: none;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .note_type .button {
width: 250px !important;
margin: 0;
margin-right: 100px !important;
margin-left: 100px !important;
border-radius: 7px;
font-size: 40px;
background: white;
border-color: #dcdcdc;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .note_type .active {
color: white;
background: #555555;
border: 2px solid #555555;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .product_note {
margin-left: 35px;
margin-right: 35px;
height: 400px;
overflow-y: auto;
padding-bottom: 10px;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .product_note .button.active {
background: #555555;
border: 2px solid #555555;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .button {
margin: 0px;
margin-top: 35px;
width: calc(33% - 35px) !important;
font-size: 40px;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note textarea {
height: 55px;
}
.pos.mobile
.modal-dialog
.popup.popup-confirm-note
.product_note
li:nth-child(3n + 2)
.button {
margin-left: 40px !important;
margin-right: 30px !important;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .footer {
margin-bottom: 30px;
text-align: right;
width: calc(100% - 75px);
margin-left: 35px !important;
margin-right: 40px !important;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .footer .cancel {
margin-right: 25px !important;
}
/*Mobile ScreenWidget*/
.pos.mobile .notelist-screen .note-list {
font-size: 35px;
line-height: 60px;
}
.pos.mobile .notelist-screen .note-list th,
.pos.mobile .notelist-screen .note-list td {
padding: 0 16px;
}
.pos.mobile .notelist-screen .top-content .button.next {
font-size: 35px;
}
.pos.mobile .order-note-line {
margin-right: 30px;
margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-top: solid 4px;
}
.pos.mobile .order-note-line .entry.note {
font-size: 30px;
}
.pos.mobile .order-note-line .label {
font-size: 40px;
} | pos_order_note/static/src/css/pos.css | .popup-confirm-note textarea {
margin-top: 10px;
resize: none;
width: 460px;
}
.popup-confirm-note .button {
width: 150px !important;
float: left !important;
margin-left: 11px !important;
margin-right: 0px !important;
}
.popup-confirm-note .footer .button {
float: none !important;
}
.popup-confirm-note {
height: 500px !important;
}
.popup-confirm-note .header {
height: 70px;
}
.popup-confirm-note .note_type {
display: inline-block;
}
.popup-confirm-note .note_type .active {
color: white;
background: black;
border: 1px solid black;
}
.popup-confirm-note textarea:focus::-webkit-input-placeholder {
color: transparent;
}
.popup-confirm-note textarea:focus::-moz-placeholder {
color: transparent;
}
.popup-confirm-note textarea:focus:-moz-placeholder {
color: transparent;
}
.popup-confirm-note textarea:focus:-ms-input-placeholder {
color: transparent;
}
/*ScreenWidget*/
.pos .notelist-screen .window,
.pos .notelist-screen .full-content .subwindow {
display: block;
}
.pos .notelist-screen .full-content .subwindow-container {
display: block;
height: 100%;
}
.pos .notelist-screen .full-content .subwindow.collapsed,
.pos .notelist-screen .full-content .subwindow-container.collapsed {
height: auto;
}
.pos .notelist-screen .note-list {
font-size: 16px;
width: 100%;
line-height: 40px;
}
.pos .notelist-screen .note-list th,
.pos .notelist-screen .note-list td {
padding: 0px 8px;
}
.pos .notelist-screen .note-list tr {
transition: all 150ms linear;
background: rgb(230, 230, 230);
}
.pos .notelist-screen .note-list thead > tr,
.pos .notelist-screen .note-list tr:nth-child(even) {
background: rgb(247, 247, 247);
}
.pos .notelist-screen .note-list tr.highlight {
transition: all 150ms linear;
background: rgb(110, 200, 155) !important;
color: white;
}
.pos .notelist-screen .note-list tr.lowlight {
transition: all 150ms linear;
background: rgb(216, 238, 227);
}
.pos .notelist-screen .reason-list tr.lowlight:nth-child(even) {
transition: all 150ms linear;
background: rgb(227, 246, 237);
}
/*OrderWidget*/
.order-note-line {
max-width: 50%;
float: left;
margin-right: 15px;
margin-left: 15px;
padding-top: 5px;
border-top: solid 2px;
border-color: #777;
}
.order-note-line .note {
text-align: center;
}
.order-note-line .value {
font-weight: normal;
}
.order-note-line .label {
font-size: 22px;
}
.pos .product_note li .active {
color: white;
background: black;
border: 1px solid black;
}
/*OrderLineWidget*/
.pos .info.orderline-note {
max-width: 50%;
}
/* New Styles for Pos Order Note if pos_mobile_restaurant was installed*/
.pos.mobile .modal-dialog .popup.popup-confirm-note {
max-width: initial;
width: 100%;
height: 900px !important;
top: initial;
background: white;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .title {
height: 92px;
background-color: #f0eeee;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note textarea {
margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .title .current-title {
display: none;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .note_type .button {
width: 250px !important;
margin: 0;
margin-right: 100px !important;
margin-left: 100px !important;
border-radius: 7px;
font-size: 40px;
background: white;
border-color: #dcdcdc;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .note_type .active {
color: white;
background: #555555;
border: 2px solid #555555;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .product_note {
margin-left: 35px;
margin-right: 35px;
height: 400px;
overflow-y: auto;
padding-bottom: 10px;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .product_note .button.active {
background: #555555;
border: 2px solid #555555;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .button {
margin: 0px;
margin-top: 35px;
width: calc(33% - 35px) !important;
font-size: 40px;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note textarea {
height: 55px;
}
.pos.mobile
.modal-dialog
.popup.popup-confirm-note
.product_note
li:nth-child(3n + 2)
.button {
margin-left: 40px !important;
margin-right: 30px !important;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .footer {
margin-bottom: 30px;
text-align: right;
width: calc(100% - 75px);
margin-left: 35px !important;
margin-right: 40px !important;
}
.pos.mobile .modal-dialog .popup.popup-confirm-note .footer .cancel {
margin-right: 25px !important;
}
/*Mobile ScreenWidget*/
.pos.mobile .notelist-screen .note-list {
font-size: 35px;
line-height: 60px;
}
.pos.mobile .notelist-screen .note-list th,
.pos.mobile .notelist-screen .note-list td {
padding: 0 16px;
}
.pos.mobile .notelist-screen .top-content .button.next {
font-size: 35px;
}
.pos.mobile .order-note-line {
margin-right: 30px;
margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-top: solid 4px;
}
.pos.mobile .order-note-line .entry.note {
font-size: 30px;
}
.pos.mobile .order-note-line .label {
font-size: 40px;
} | 0.286568 | 0.069038 |
@import "compass/css3";
$ease-out-quint:cubic-bezier(0.230, 1.000, 0.320, 1.000);
$ease-in-quint:cubic-bezier(0.755, 0.050, 0.855, 0.060);
$screen-background:#121010;
body{
background:#111;
color:white;
padding-top:20px;
padding-left:20px;
}
#switch{
display:none;
}
.switch-label{
display:inline-block;
cursor:pointer;
background:#fff;
color:#111;
padding:10px;
padding-left:15px;
padding-right:15px;
border-radius:5px;
margin-top:10px;
box-shadow:0 2px #666;
&::after{
content:"on";
}
&::before{
content:" ";
display:inline-block;
border-radius:100%;
width:10px;
height:10px;
background:#003321;
margin-right:10px;
border:1px solid #111;
}
&:active{
box-shadow:none;
transform:translate3d(0,2px,0);
}
}
#switch:checked+.switch-label{
&::before{
background:#22ff55;
}
&::after{
content:"off";
}
}
@keyframes flicker{
$steps:20;
@for $i from 0 through $steps{
#{percentage($i*(1/$steps))}{
opacity:random();
}
}
}
.container{
background:$screen-background;
width:800px;
height:600px;
margin-top:10px;
position:relative;
overflow:hidden;
border:2px solid #666;
// flicker
&::after{
content:" ";
display:block;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background:transparentize($screen-background,0.9);
opacity:0;
z-index:2;
pointer-events:none;
}
// scanlines
&::before{
content:" ";
display:block;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background:linear-gradient(transparentize($screen-background,1) 50%, transparentize(darken($screen-background,10),0.75) 50%), linear-gradient(90deg,transparentize(#ff0000,0.94),transparentize(#00ff00,0.98),transparentize(#0000ff,0.94));
z-index:2;
background-size:100% 2px, 3px 100%;
pointer-events:none;
}
}
#switch:checked~.container::after{
animation:flicker 0.15s infinite;
}
@keyframes turn-on{
0%{
transform:scale(1,0.8) translate3d(0,0,0);
-webkit-filter:brightness(30);
filter:brightness(30);
opacity:1;
}
3.5%{
transform:scale(1,0.8) translate3d(0,100%,0);
}
3.6%{
transform:scale(1,0.8) translate3d(0,-100%,0);
opacity:1;
}
9%{
transform:scale(1.3,0.6) translate3d(0,100%,0);
-webkit-filter:brightness(30);
filter:brightness(30);
opacity:0;
}
11%{
transform:scale(1,1) translate3d(0,0,0);
-webkit-filter:contrast(0) brightness(0) ;
filter:contrast(0) brightness(0);
opacity:0;
}
100%{
transform:scale(1,1) translate3d(0,0,0);
-webkit-filter:contrast(1) brightness(1.2) saturate(1.3);
filter:contrast(1) brightness(1.2) saturate(1.3);
opacity:1;
}
}
@keyframes turn-off{
0%{
transform:scale(1,1.3) translate3d(0,0,0);
-webkit-filter:brightness(1);
filter:brightness(1);
opacity:1;
}
60%{
transform:scale(1.3,0.001) translate3d(0,0,0);
-webkit-filter:brightness(10);
filter:brightness(10);
}
100%{
animation-timing-function:$ease-in-quint;
transform:scale(0.000,0.0001) translate3d(0,0,0);
-webkit-filter:brightness(50);
filter:brightness(50);
}
}
.screen{
width:100%;
height:100%;
border:none;
}
#switch~.container>.screen{
animation: turn-off 0.55s $ease-out-quint;
animation-fill-mode:forwards;
}
#switch:checked~.container>.screen{
animation: turn-on 4s linear;
animation-fill-mode:forwards;
}
@keyframes overlay-anim{
0%{
visibility:hidden;
}
20%{
visibility:hidden;
}
21%{
visibility:visible;
}
100%{
visibility:hidden;
}
}
.overlay{
color:#00FF00;
position:absolute;
top:20px;
left:20px;
font-size:60px;
//text-shadow:2px 2px black,-2px -2px black, -2px 2px black, 2px -2px black;
visibility:hidden;
pointer-events:none;
}
#switch:checked~.container .overlay{
animation:overlay-anim 5s linear;
animation-fill-mode:forwards;
} | style1.css | @import "compass/css3";
$ease-out-quint:cubic-bezier(0.230, 1.000, 0.320, 1.000);
$ease-in-quint:cubic-bezier(0.755, 0.050, 0.855, 0.060);
$screen-background:#121010;
body{
background:#111;
color:white;
padding-top:20px;
padding-left:20px;
}
#switch{
display:none;
}
.switch-label{
display:inline-block;
cursor:pointer;
background:#fff;
color:#111;
padding:10px;
padding-left:15px;
padding-right:15px;
border-radius:5px;
margin-top:10px;
box-shadow:0 2px #666;
&::after{
content:"on";
}
&::before{
content:" ";
display:inline-block;
border-radius:100%;
width:10px;
height:10px;
background:#003321;
margin-right:10px;
border:1px solid #111;
}
&:active{
box-shadow:none;
transform:translate3d(0,2px,0);
}
}
#switch:checked+.switch-label{
&::before{
background:#22ff55;
}
&::after{
content:"off";
}
}
@keyframes flicker{
$steps:20;
@for $i from 0 through $steps{
#{percentage($i*(1/$steps))}{
opacity:random();
}
}
}
.container{
background:$screen-background;
width:800px;
height:600px;
margin-top:10px;
position:relative;
overflow:hidden;
border:2px solid #666;
// flicker
&::after{
content:" ";
display:block;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background:transparentize($screen-background,0.9);
opacity:0;
z-index:2;
pointer-events:none;
}
// scanlines
&::before{
content:" ";
display:block;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background:linear-gradient(transparentize($screen-background,1) 50%, transparentize(darken($screen-background,10),0.75) 50%), linear-gradient(90deg,transparentize(#ff0000,0.94),transparentize(#00ff00,0.98),transparentize(#0000ff,0.94));
z-index:2;
background-size:100% 2px, 3px 100%;
pointer-events:none;
}
}
#switch:checked~.container::after{
animation:flicker 0.15s infinite;
}
@keyframes turn-on{
0%{
transform:scale(1,0.8) translate3d(0,0,0);
-webkit-filter:brightness(30);
filter:brightness(30);
opacity:1;
}
3.5%{
transform:scale(1,0.8) translate3d(0,100%,0);
}
3.6%{
transform:scale(1,0.8) translate3d(0,-100%,0);
opacity:1;
}
9%{
transform:scale(1.3,0.6) translate3d(0,100%,0);
-webkit-filter:brightness(30);
filter:brightness(30);
opacity:0;
}
11%{
transform:scale(1,1) translate3d(0,0,0);
-webkit-filter:contrast(0) brightness(0) ;
filter:contrast(0) brightness(0);
opacity:0;
}
100%{
transform:scale(1,1) translate3d(0,0,0);
-webkit-filter:contrast(1) brightness(1.2) saturate(1.3);
filter:contrast(1) brightness(1.2) saturate(1.3);
opacity:1;
}
}
@keyframes turn-off{
0%{
transform:scale(1,1.3) translate3d(0,0,0);
-webkit-filter:brightness(1);
filter:brightness(1);
opacity:1;
}
60%{
transform:scale(1.3,0.001) translate3d(0,0,0);
-webkit-filter:brightness(10);
filter:brightness(10);
}
100%{
animation-timing-function:$ease-in-quint;
transform:scale(0.000,0.0001) translate3d(0,0,0);
-webkit-filter:brightness(50);
filter:brightness(50);
}
}
.screen{
width:100%;
height:100%;
border:none;
}
#switch~.container>.screen{
animation: turn-off 0.55s $ease-out-quint;
animation-fill-mode:forwards;
}
#switch:checked~.container>.screen{
animation: turn-on 4s linear;
animation-fill-mode:forwards;
}
@keyframes overlay-anim{
0%{
visibility:hidden;
}
20%{
visibility:hidden;
}
21%{
visibility:visible;
}
100%{
visibility:hidden;
}
}
.overlay{
color:#00FF00;
position:absolute;
top:20px;
left:20px;
font-size:60px;
//text-shadow:2px 2px black,-2px -2px black, -2px 2px black, 2px -2px black;
visibility:hidden;
pointer-events:none;
}
#switch:checked~.container .overlay{
animation:overlay-anim 5s linear;
animation-fill-mode:forwards;
} | 0.208985 | 0.072145 |
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
html,
body {
margin: 0px;
padding: 0px;
width: 100%;
min-height: 100vh;
background: #ffffff;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
overflow-x: hidden;
}
* {
box-sizing: border-box;
}
a,
a:link,
a:visited {
outline: none;
text-decoration: none;
-moz-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
}
img {
border: none;
margin: 0px;
max-width: 100%;
}
h1 {
font-size: 2em;
font-weight: bold;
margin: 0px;
padding: 0px;
}
h2 {
font-size: 1.2em;
font-weight: bold;
margin: 0px;
padding: 0px;
}
h3,
h4,
h5,
h6 {
font-size: .9em;
font-weight: bold;
margin: 0px;
padding: 0px;
}
form,
input,
select,
textarea,
p {
margin: 0px;
padding: 0;
}
textarea {
resize: none;
}
input:focus,
textarea:focus {
outline: none;
}
a {
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
input[type="submit"],
input[type="button"],
button {
cursor: pointer;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
display: block;
margin: 0px;
padding: 0;
}
button {
outline: none;
border: none;
}
.slick-list:focus,
.slick-list a {
outline: none;
}
.customClear {
clear: both;
font-size: 0em;
line-height: 0px;
height: 0px;
margin: 0px;
padding: 0px;
}
.overlay {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: none;
}
.modal_wrapper {
width: 100%;
position: absolute;
padding-top: 50px;
top: 0;
left: 0;
z-index: 1001;
}
/*IE below 9*/
#ieWrapper {
background: #000;
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ieHolder {
position: relative;
width: 555px;
padding: 20px;
margin: 200px auto 0 auto;
background: #FFF;
border: 7px solid #2b2927;
}
.btnIeUpdate {
background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
width: 144px;
height: 37px;
position: absolute;
right: 20px;
bottom: 20px;
color: #fff;
line-height: 37px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
}
.ieLogo {
float: left;
width: 134px;
height: 139px;
background: url(../images/ieLogo.jpg) no-repeat 0 0;
}
.ieContent {
float: right;
margin: 0;
padding: 0;
width: 350px;
color: #666;
font-size: 15px;
line-height: 18px;
}
.ieContent strong {
margin: 0 0 15px 0;
padding: 0 0 10px 0;
border-bottom: 1px dashed #cccccc;
display: block;
font-size: 18px;
color: #333;
font-weight: normal;
}
.layout-wrapper {
position: relative;
}
#page-header{
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 30px;
z-index: 1;
}
.header-wrapper {
border-bottom: 1px solid #d5dbe0;
padding-bottom: 15px;
}
.page-center {
max-width: 1272px;
width: 100%;
margin:0 auto;
}
.flex{
display: flex;
flex-flow: row nowrap;
}
.page-nav ul {
display: flex;
flex-flow: row nowrap;
margin: 0;
padding: 0;
}
.page-nav ul li {
list-style-type: none;
margin-right: 56px;
}
.page-nav ul li:last-child{
margin-right: 0;
}
.page-nav ul li a{
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
color: #ffffff;
}
.banner-content{
top: 34%;
position: absolute;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
.banner-content p{
font-size: 18px;
line-height: 23px;
color: #ffffff;
width: 890px;
text-align: center;
margin: 0 auto;
}
.btn-common {
font-size: 18px;
font-weight: 500;
padding: 4px 22px;
text-transform: uppercase;
outline: 0;
border: 0;
margin: 41px 0;
}
.btn-common.login-btn {
background: #f2d906;
color: #011522;
border: 2px solid transparent;
margin-right: 28px;
}
.btn-common.reg-btn {
border: 2px solid #ffffff;
color: #ffffff;
background: transparent;
}
.banner-content h2 {
font-size: 73px;
font-weight: 500;
color: #ffffff;
}
.header-wrapper {
justify-content: space-between;
align-items: center;
}
.search-card{
background: #ffffff;
-webkit-box-shadow: 6px -1px 21px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 6px -1px 21px 0px rgba(0,0,0,0.15);
box-shadow: 6px -1px 21px 0px rgba(0,0,0,0.15);
z-index: 10;
}
.banner-section {
position: relative;
}
.search-wrapper{
position: absolute;
bottom: -21px;
right: 0;
left: 0;
margin:0 auto;
}
.input-holder {
flex: 1;
}
.input-holder select{
-webkit-transition:none;
-moz-transition:none;
}
.input-holder .chosen-container-single .chosen-single{
box-shadow: none;
padding: 0 10px;
border: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 4px;
font-size: 15px;
background: transparent;
}
.input-holder .chosen-container-single{
padding: 10px;
}
.chosen-container{
width: 100% !important;
/*margin: 0 27px !important;*/
}
.border-line{
position: relative;
}
.border-line:after{
content: "";
position: absolute;
background: #d6d6d6;
width: 1px;
height: 100%;
top: 0;
right: 0;
bottom: 0;
margin: auto 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 0;
border-bottom-left-radius: 0;
background-image: none;
box-shadow: none;
}
.chosen-container .chosen-drop{
border:0;
}
a.search-btn {
background: #0677d7;
text-transform: uppercase;
color: #ffffff;
padding: 11px 20px;
height: li;
/* line-height: 46px; */
width: 100%;
display: block;
text-align: center;
}
.main-content {
background: #ffffff;
}
.main-wrapper {
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
-moz-box-shadow:0px 0px 15px 5px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
width: 100%;
background: #fbfbfb;
padding: 60px 40px;
margin-top: 79px;
border-radius: 16px;
position: relative;
z-index: 2;
}
.custom-row{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.user-card {
flex:0 0 48%;
max-width: 100%;
margin-bottom: 60px;
background: #ffffff;
padding: 24px 36px;
-webkit-box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow:6px -1px 21px 0px rgba(0, 0, 0, 0.06);
box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.06);
position: relative;
border-radius: 16px;
align-items: center;
}
/*.user-card:last-child{
margin-bottom: 0;
}
*/
.user-card .user-img{
flex: 0 0 139px;
max-width: 32%;
height: 133px;
border-radius: 16px;
}
.user-card .user-img img{
max-width: 100%;
visibility: hidden;
}
.user-img{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.user-details{
margin-left: 34px;
}
.user-details h3{
font-size: 24px;
color: #091217;
font-weight: 600;
}
.user-details span{
font-size: 19px;
display: block;
}
a.btn-view-details{
background: #0677D4 url(../images/view_details.png) no-repeat 93% center;
font-size: 15px;
position: absolute;
right: 0;
bottom: 0px;
border-radius: 10px 2px;
display: block;
width: 140px;
color: #ffffff;
padding: 10px 0px 10px 15px;
background-size: 17px;
}
a.btn-view-details:hover, a.search-btn:hover{
color: #ffffff;
text-decoration:unset;
}
.footer-wrapper {
background: url(../images/footer_bg.jpg) no-repeat center center;
width: 100%;
background-size: cover;
/*height: 200px;*/
margin-top: -90px;
z-index: 1;
position: relative;
}
.footer-content{
padding-top: 107px;
}
/** inner page ***/
.inner-page .banner-content{
transform: translate(10px, 30px);
}
.banner-img, .user-imgV2, .footer-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.user-imgV2 img{
width: 192px;
height: 192px;
}
.user-left{
margin-right: 20px;
border: 2px solid #ffffff;
-webkit-box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.13);
-moz-box-shadow:6px -1px 21px 0px rgba(0, 0, 0, 0.13);
box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.13);
}
.banner-section.banner-img {
height: 350px;
}
.banner-img img, .user-imgV2 img, .footer-img img{
visibility: hidden;
max-width: 100%;
}
.inner-page .main-wrapper{
margin: 0;
min-height: 260px;
}
.inner-page .main-content {
margin: -90px 0 0 0;
padding: 0 40px;
}
.user-right h3{
font-weight: 500;
color: #185982;
}
.custom-breadcrumb{
position: absolute;
bottom: 100px;
z-index: 1;
}
.custom-breadcrumb ul {
margin: 0;
padding: 0;
position: relative;
}
.custom-breadcrumb span{
color: #ffffff;
}
.custom-breadcrumb li a{
margin-right: 10px;
color: #eaff00;
text-decoration: none;
}
.custom-breadcrumb li a:after{
content: "/";
position: absolute;
}
.custom-breadcrumb li a:after:last-child{
content: "";
}
.age-wrapper{
margin: 10px 0;
}
.user-right span {
color: #03080c;
}
.bottom-section {
margin-top:60px;
}
.user-detail-row {
display: flex;
flex-flow: row;
padding: 14px 0;
border-bottom: 2px solid #dadada;
}
.user-detail-row:last-child{
border:0;
padding-bottom: 0;
}
.user-detail-row label {
flex:0 0 222px;
margin: 0;
}
.user-detail-row span{
font-weight: 500;
}
/** reg 27/02**/
.footer-top, .footer-bottom {
justify-content: space-between;
align-items: center;
}
.footer-top{
padding: 0 0 13px 0;
}
.footer-bottom{
border-top:2px solid #013e71;
padding: 13px 0 40px 0;
}
.footer-bottom a {
color: #ffffff;
}
.footer-bottom a:hover {
color: #ffffff;
text-decoration: none;
}
.custom-radio-wrap {
flex-flow: wrap;
}
.custom-radio-wrap .radio-btn label {
-webkit-appearance: none;
position: relative;
margin: 0 12px 0 0;
color: #4f5f6f;
font-size: 16px;
cursor: pointer;
display: block;
border-radius: 10px;
padding:13px 19px 15px 55px;
border: 2px solid rgba(65,63,233,.11);
-webkit-transition: .5s cubic-bezier(0,0,.23,1);
transition: all .5s cubic-bezier(0,0,.23,1);
}
.custom-radio-wrap .radio-btn .label-text {
vertical-align: middle;
cursor: pointer;
padding-left: 10px;
margin-left: -5px;
}
.teacher-img {
background: url(../../assets/images/teacher_img.png) no-repeat 18px center;
background-size: 27px;
}
.rp-img {
background: url(../../assets/images/rp_img.png) no-repeat 18px center;
background-size: 27px;
}
.trainer-img {
background: url(../../assets/images/trainer_img.png) no-repeat 18px center;
background-size: 27px;
}
.custom-radio-wrap .radio-btn input {
display: none;
cursor: pointer;
}
.custom-radio-wrap .radio-btn input:checked + label {
border:2px solid #413fe9;
}
.custom-radio-wrap .radio-btn input:checked ~ .label-text {
color: #0079bf;
font-weight: 700;
}
/*.custom-radio-wrap .radio-btn input:checked + label:after {
content: '';
border:2px solid #413fe9;
position: absolute;
}
*/
.form-group input[type=text]{
outline: none;
border-bottom: 2px solid #d9d9d9;
border-right: 0;
border-left: 0;
border-top: 0;
background: transparent;
color: #000000;
padding: 8px;
}
.form-group{
display: flex;
flex-flow: column;
}
.layout-wrapper.reg-page .main-wrapper {
background: #ffffff;
}
.form-wrapper h3{
font-size: 20px;
font-weight: 600;
}
.radio-btnV2 [type="radio"]:checked,
.radio-btnV2 [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.radio-btnV2 [type="radio"]:checked + label,
.radio-btnV2 [type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
.radio-btnV2 [type="radio"]:checked + label:before,
.radio-btnV2 [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border-radius: 100%;
background: #fff;
}
.radio-btnV2 [type="radio"]:checked + label:before {
border: 1px solid #177ccc;
}
.radio-btnV2 [type="radio"]:not(:checked) + label:before {
border: 1px solid #bdbdbd;
}
.radio-btnV2 [type="radio"]:checked + label:after,
.radio-btnV2 [type="radio"]:not(:checked) + label:after {
content: '';
width: 12px;
height: 12px;
background: #177ccc;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.radio-btnV2 [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.radio-btnV2 [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
ul li {
list-style-type: none;
}
h1, h2, h3, h4, h5, h6, li, a, button, input, label, p, .input-holder input,
select, span, strong, input[type=text]{
font-family: "Poppins";
}
@media screen and (max-width: 1400px) {
.page-center{
max-width: 1048px;
}
.page-nav ul li a, .btn-common {
font-size: 14px;
}
.banner-content p{
width: 100%;
}
.banner-content h2 {
font-size: 60px;
}
.banner-content p {
font-size: 14px;
}
.page-logo img{
max-width: 230px;
}
.btn-common.log{
margin-right: 20px;
}
.btn-common{
margin:27px 0;
}
.main-wrapper{
padding: 40px 30px;
}
.user-card .user-img {
flex: 0 0 102px;
max-width: 32%;
height: 103px;
}
.user-details h3 {
font-size: 20px;
}
.user-details span {
font-size: 15px;
}
.user-details {
margin-left: 24px;
}
a.btn-view-details {
background-position: 88% center;
font-size: 13px;
width: 126px;
padding: 10px 0px 10px 15px;
background-size: 15px;
}
.user-card {
flex: 0 0 48%;
max-width: 100%;
margin-bottom: 40px;
background: #ffffff;
padding: 20px 26px;
}
}
/*@import "../css/bootstrap-chosen.less*/ | public/assets/css/-styles.css | @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
html,
body {
margin: 0px;
padding: 0px;
width: 100%;
min-height: 100vh;
background: #ffffff;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
overflow-x: hidden;
}
* {
box-sizing: border-box;
}
a,
a:link,
a:visited {
outline: none;
text-decoration: none;
-moz-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
}
img {
border: none;
margin: 0px;
max-width: 100%;
}
h1 {
font-size: 2em;
font-weight: bold;
margin: 0px;
padding: 0px;
}
h2 {
font-size: 1.2em;
font-weight: bold;
margin: 0px;
padding: 0px;
}
h3,
h4,
h5,
h6 {
font-size: .9em;
font-weight: bold;
margin: 0px;
padding: 0px;
}
form,
input,
select,
textarea,
p {
margin: 0px;
padding: 0;
}
textarea {
resize: none;
}
input:focus,
textarea:focus {
outline: none;
}
a {
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
input[type="submit"],
input[type="button"],
button {
cursor: pointer;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
display: block;
margin: 0px;
padding: 0;
}
button {
outline: none;
border: none;
}
.slick-list:focus,
.slick-list a {
outline: none;
}
.customClear {
clear: both;
font-size: 0em;
line-height: 0px;
height: 0px;
margin: 0px;
padding: 0px;
}
.overlay {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: none;
}
.modal_wrapper {
width: 100%;
position: absolute;
padding-top: 50px;
top: 0;
left: 0;
z-index: 1001;
}
/*IE below 9*/
#ieWrapper {
background: #000;
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ieHolder {
position: relative;
width: 555px;
padding: 20px;
margin: 200px auto 0 auto;
background: #FFF;
border: 7px solid #2b2927;
}
.btnIeUpdate {
background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
width: 144px;
height: 37px;
position: absolute;
right: 20px;
bottom: 20px;
color: #fff;
line-height: 37px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
}
.ieLogo {
float: left;
width: 134px;
height: 139px;
background: url(../images/ieLogo.jpg) no-repeat 0 0;
}
.ieContent {
float: right;
margin: 0;
padding: 0;
width: 350px;
color: #666;
font-size: 15px;
line-height: 18px;
}
.ieContent strong {
margin: 0 0 15px 0;
padding: 0 0 10px 0;
border-bottom: 1px dashed #cccccc;
display: block;
font-size: 18px;
color: #333;
font-weight: normal;
}
.layout-wrapper {
position: relative;
}
#page-header{
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 30px;
z-index: 1;
}
.header-wrapper {
border-bottom: 1px solid #d5dbe0;
padding-bottom: 15px;
}
.page-center {
max-width: 1272px;
width: 100%;
margin:0 auto;
}
.flex{
display: flex;
flex-flow: row nowrap;
}
.page-nav ul {
display: flex;
flex-flow: row nowrap;
margin: 0;
padding: 0;
}
.page-nav ul li {
list-style-type: none;
margin-right: 56px;
}
.page-nav ul li:last-child{
margin-right: 0;
}
.page-nav ul li a{
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
color: #ffffff;
}
.banner-content{
top: 34%;
position: absolute;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
.banner-content p{
font-size: 18px;
line-height: 23px;
color: #ffffff;
width: 890px;
text-align: center;
margin: 0 auto;
}
.btn-common {
font-size: 18px;
font-weight: 500;
padding: 4px 22px;
text-transform: uppercase;
outline: 0;
border: 0;
margin: 41px 0;
}
.btn-common.login-btn {
background: #f2d906;
color: #011522;
border: 2px solid transparent;
margin-right: 28px;
}
.btn-common.reg-btn {
border: 2px solid #ffffff;
color: #ffffff;
background: transparent;
}
.banner-content h2 {
font-size: 73px;
font-weight: 500;
color: #ffffff;
}
.header-wrapper {
justify-content: space-between;
align-items: center;
}
.search-card{
background: #ffffff;
-webkit-box-shadow: 6px -1px 21px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 6px -1px 21px 0px rgba(0,0,0,0.15);
box-shadow: 6px -1px 21px 0px rgba(0,0,0,0.15);
z-index: 10;
}
.banner-section {
position: relative;
}
.search-wrapper{
position: absolute;
bottom: -21px;
right: 0;
left: 0;
margin:0 auto;
}
.input-holder {
flex: 1;
}
.input-holder select{
-webkit-transition:none;
-moz-transition:none;
}
.input-holder .chosen-container-single .chosen-single{
box-shadow: none;
padding: 0 10px;
border: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 4px;
font-size: 15px;
background: transparent;
}
.input-holder .chosen-container-single{
padding: 10px;
}
.chosen-container{
width: 100% !important;
/*margin: 0 27px !important;*/
}
.border-line{
position: relative;
}
.border-line:after{
content: "";
position: absolute;
background: #d6d6d6;
width: 1px;
height: 100%;
top: 0;
right: 0;
bottom: 0;
margin: auto 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 0;
border-bottom-left-radius: 0;
background-image: none;
box-shadow: none;
}
.chosen-container .chosen-drop{
border:0;
}
a.search-btn {
background: #0677d7;
text-transform: uppercase;
color: #ffffff;
padding: 11px 20px;
height: li;
/* line-height: 46px; */
width: 100%;
display: block;
text-align: center;
}
.main-content {
background: #ffffff;
}
.main-wrapper {
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
-moz-box-shadow:0px 0px 15px 5px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
width: 100%;
background: #fbfbfb;
padding: 60px 40px;
margin-top: 79px;
border-radius: 16px;
position: relative;
z-index: 2;
}
.custom-row{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.user-card {
flex:0 0 48%;
max-width: 100%;
margin-bottom: 60px;
background: #ffffff;
padding: 24px 36px;
-webkit-box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow:6px -1px 21px 0px rgba(0, 0, 0, 0.06);
box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.06);
position: relative;
border-radius: 16px;
align-items: center;
}
/*.user-card:last-child{
margin-bottom: 0;
}
*/
.user-card .user-img{
flex: 0 0 139px;
max-width: 32%;
height: 133px;
border-radius: 16px;
}
.user-card .user-img img{
max-width: 100%;
visibility: hidden;
}
.user-img{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.user-details{
margin-left: 34px;
}
.user-details h3{
font-size: 24px;
color: #091217;
font-weight: 600;
}
.user-details span{
font-size: 19px;
display: block;
}
a.btn-view-details{
background: #0677D4 url(../images/view_details.png) no-repeat 93% center;
font-size: 15px;
position: absolute;
right: 0;
bottom: 0px;
border-radius: 10px 2px;
display: block;
width: 140px;
color: #ffffff;
padding: 10px 0px 10px 15px;
background-size: 17px;
}
a.btn-view-details:hover, a.search-btn:hover{
color: #ffffff;
text-decoration:unset;
}
.footer-wrapper {
background: url(../images/footer_bg.jpg) no-repeat center center;
width: 100%;
background-size: cover;
/*height: 200px;*/
margin-top: -90px;
z-index: 1;
position: relative;
}
.footer-content{
padding-top: 107px;
}
/** inner page ***/
.inner-page .banner-content{
transform: translate(10px, 30px);
}
.banner-img, .user-imgV2, .footer-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.user-imgV2 img{
width: 192px;
height: 192px;
}
.user-left{
margin-right: 20px;
border: 2px solid #ffffff;
-webkit-box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.13);
-moz-box-shadow:6px -1px 21px 0px rgba(0, 0, 0, 0.13);
box-shadow: 6px -1px 21px 0px rgba(0, 0, 0, 0.13);
}
.banner-section.banner-img {
height: 350px;
}
.banner-img img, .user-imgV2 img, .footer-img img{
visibility: hidden;
max-width: 100%;
}
.inner-page .main-wrapper{
margin: 0;
min-height: 260px;
}
.inner-page .main-content {
margin: -90px 0 0 0;
padding: 0 40px;
}
.user-right h3{
font-weight: 500;
color: #185982;
}
.custom-breadcrumb{
position: absolute;
bottom: 100px;
z-index: 1;
}
.custom-breadcrumb ul {
margin: 0;
padding: 0;
position: relative;
}
.custom-breadcrumb span{
color: #ffffff;
}
.custom-breadcrumb li a{
margin-right: 10px;
color: #eaff00;
text-decoration: none;
}
.custom-breadcrumb li a:after{
content: "/";
position: absolute;
}
.custom-breadcrumb li a:after:last-child{
content: "";
}
.age-wrapper{
margin: 10px 0;
}
.user-right span {
color: #03080c;
}
.bottom-section {
margin-top:60px;
}
.user-detail-row {
display: flex;
flex-flow: row;
padding: 14px 0;
border-bottom: 2px solid #dadada;
}
.user-detail-row:last-child{
border:0;
padding-bottom: 0;
}
.user-detail-row label {
flex:0 0 222px;
margin: 0;
}
.user-detail-row span{
font-weight: 500;
}
/** reg 27/02**/
.footer-top, .footer-bottom {
justify-content: space-between;
align-items: center;
}
.footer-top{
padding: 0 0 13px 0;
}
.footer-bottom{
border-top:2px solid #013e71;
padding: 13px 0 40px 0;
}
.footer-bottom a {
color: #ffffff;
}
.footer-bottom a:hover {
color: #ffffff;
text-decoration: none;
}
.custom-radio-wrap {
flex-flow: wrap;
}
.custom-radio-wrap .radio-btn label {
-webkit-appearance: none;
position: relative;
margin: 0 12px 0 0;
color: #4f5f6f;
font-size: 16px;
cursor: pointer;
display: block;
border-radius: 10px;
padding:13px 19px 15px 55px;
border: 2px solid rgba(65,63,233,.11);
-webkit-transition: .5s cubic-bezier(0,0,.23,1);
transition: all .5s cubic-bezier(0,0,.23,1);
}
.custom-radio-wrap .radio-btn .label-text {
vertical-align: middle;
cursor: pointer;
padding-left: 10px;
margin-left: -5px;
}
.teacher-img {
background: url(../../assets/images/teacher_img.png) no-repeat 18px center;
background-size: 27px;
}
.rp-img {
background: url(../../assets/images/rp_img.png) no-repeat 18px center;
background-size: 27px;
}
.trainer-img {
background: url(../../assets/images/trainer_img.png) no-repeat 18px center;
background-size: 27px;
}
.custom-radio-wrap .radio-btn input {
display: none;
cursor: pointer;
}
.custom-radio-wrap .radio-btn input:checked + label {
border:2px solid #413fe9;
}
.custom-radio-wrap .radio-btn input:checked ~ .label-text {
color: #0079bf;
font-weight: 700;
}
/*.custom-radio-wrap .radio-btn input:checked + label:after {
content: '';
border:2px solid #413fe9;
position: absolute;
}
*/
.form-group input[type=text]{
outline: none;
border-bottom: 2px solid #d9d9d9;
border-right: 0;
border-left: 0;
border-top: 0;
background: transparent;
color: #000000;
padding: 8px;
}
.form-group{
display: flex;
flex-flow: column;
}
.layout-wrapper.reg-page .main-wrapper {
background: #ffffff;
}
.form-wrapper h3{
font-size: 20px;
font-weight: 600;
}
.radio-btnV2 [type="radio"]:checked,
.radio-btnV2 [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.radio-btnV2 [type="radio"]:checked + label,
.radio-btnV2 [type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
.radio-btnV2 [type="radio"]:checked + label:before,
.radio-btnV2 [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border-radius: 100%;
background: #fff;
}
.radio-btnV2 [type="radio"]:checked + label:before {
border: 1px solid #177ccc;
}
.radio-btnV2 [type="radio"]:not(:checked) + label:before {
border: 1px solid #bdbdbd;
}
.radio-btnV2 [type="radio"]:checked + label:after,
.radio-btnV2 [type="radio"]:not(:checked) + label:after {
content: '';
width: 12px;
height: 12px;
background: #177ccc;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.radio-btnV2 [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.radio-btnV2 [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
ul li {
list-style-type: none;
}
h1, h2, h3, h4, h5, h6, li, a, button, input, label, p, .input-holder input,
select, span, strong, input[type=text]{
font-family: "Poppins";
}
@media screen and (max-width: 1400px) {
.page-center{
max-width: 1048px;
}
.page-nav ul li a, .btn-common {
font-size: 14px;
}
.banner-content p{
width: 100%;
}
.banner-content h2 {
font-size: 60px;
}
.banner-content p {
font-size: 14px;
}
.page-logo img{
max-width: 230px;
}
.btn-common.log{
margin-right: 20px;
}
.btn-common{
margin:27px 0;
}
.main-wrapper{
padding: 40px 30px;
}
.user-card .user-img {
flex: 0 0 102px;
max-width: 32%;
height: 103px;
}
.user-details h3 {
font-size: 20px;
}
.user-details span {
font-size: 15px;
}
.user-details {
margin-left: 24px;
}
a.btn-view-details {
background-position: 88% center;
font-size: 13px;
width: 126px;
padding: 10px 0px 10px 15px;
background-size: 15px;
}
.user-card {
flex: 0 0 48%;
max-width: 100%;
margin-bottom: 40px;
background: #ffffff;
padding: 20px 26px;
}
}
/*@import "../css/bootstrap-chosen.less*/ | 0.340595 | 0.078289 |
@media all and (min-width:1020px){
.index-title{
height:50px;
border-bottom:1px solid #888;
margin:20px auto 20px auto;
}
.index-title h2{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:20px;
color:#333;
font-weight: normal;
}
.index-title i{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:24px;
color:#333;
font-weight: normal;
margin:0 6px;
}
.index-title em{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:16px;
color:#666;
text-transform:uppercase;
}
/*首页-公司简介*/
.index-about-us{
height:auto;
overflow:hidden;
}
.index-about-us .company-info{
width:796px;
height:420px;
overflow:hidden;
float:left;
position:relative;
}
.index-about-us .company-info img{
display:block;
width:100%;
min-height:420px;
position:absolute;
top:0;
left:0;
z-index:1;
transition-duration:0.8s;
}
.index-about-us .company-info:hover img{
top:-60px;
}
.index-about-us .company-info .info{
width:100%;
height:200px;
background: rgba(0,0,0, 0.6);
position:absolute;
bottom:-80px;
left:0;
z-index:2;
transition-duration:0.2s;
}
.index-about-us .company-info:hover .info{
bottom:0;
}
.index-about-us .company-info .info h1{
display:block;
font-weight: normal;
width:90%;
line-height:40px;
color:#fff;
font-size:25px;
margin:20px auto 0 auto;
}
.index-about-us .company-info .info p{
display:block;
font-weight: normal;
width:90%;
line-height:24px;
color:#fff;
font-size:15px;
margin:8px auto 0 auto;
}
.index-about-us .about-video{
width:390px;
height:420px;
overflow:hidden;
float:right;
position:relative;
}
.index-about-us .about-video img{
display:block;
width:100%;
min-height:420px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.index-about-us .about-video i{
display:block;
width:90px;
height:90px;
line-height:90px;
text-align:center;
color:#fff;
font-size:58px;
position:absolute;
top:50%;
left:50%;
margin:-45px 0 0 -45px;
z-index:2;
cursor:pointer;
transition-duration:0.2s;
}
.index-about-us .about-video:hover i{
font-size:80px;
}
/*首页-产品*/
.index-product{
height:auto;
margin:0 auto;
overflow:hidden;
text-align:center;
}
.index-product .pro-item{
display:inline-block;
vertical-align: middle;
width:384px;
height:410px;
background-color:#CCC;
overflow:hidden;
position:relative;
margin:5px 6px;
}
.index-product .pro-item img{
display:block;
width:100%;
min-height:410px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.index-product .pro-item .info{
width:100%;
height:160px;
position:absolute;
padding:20px 0 0 0;
background: rgba(0,0,0, 0.2);
bottom:-80px;
left:0;
z-index:2;
transition-duration:0.2s;
}
.index-product .pro-item:hover .info{
background: rgba(0,0,0, 0.6);
bottom:0;
}
.index-product .pro-item .info h2{
display:block;
font-weight: normal;
width:90%;
height:30px;
margin:0 auto;
line-height:30px;
text-align:center;
color:#333;
font-size:20px;
}
.index-product .pro-item:hover .info h2{
color:#fff;
}
.index-product .pro-item .info h3{
display:block;
font-weight: normal;
width:90%;
height:30px;
margin:0 auto;
line-height:30px;
text-align:center;
color:#333;
font-size:20px;
}
.index-product .pro-item:hover .info h3{
color:#fff;
}
.index-product .pro-item .info a{
display:block;
font-weight: normal;
width:180px;
height:42px;
margin:28px auto 0 auto;
line-height:42px;
text-align:center;
color:#fff;
font-size:16px;
border:1px solid #999;
transition-duration:0.2s;
}
.index-product .pro-item .info a:hover{
border:1px solid #1175B3;
background-color:#73BBE3;
color:#fff;
}
/*首页-应用案例*/
.index-application-case{
height:auto;
margin:0 auto;
overflow:hidden;
text-align:center;
}
.index-application-case .appcase-item{
display:inline-block;
vertical-align: middle;
width:384px;
height:410px;
background-color:#CCC;
overflow:hidden;
position:relative;
margin:5px 6px;
}
.index-application-case .appcase-item img{
display:block;
width:100%;
min-height:410px;
position:absolute;
top:0;
left:0;
z-index:1;
transition-duration:0.2s;
}
.index-application-case .appcase-item:hover img{
width:106%;
top:-3%;
left:-3%;
}
.index-application-case .appcase-item .info{
width:100%;
height:110px;
position:absolute;
padding:20px 0 0 0;
background: rgba(0,0,0, 0.4);
bottom:0;
left:0;
z-index:2;
transition-duration:0.8s;
}
.index-application-case .appcase-item:hover .info{
background-color:#1175B3;
}
.index-application-case .appcase-item .info h2{
display:block;
font-weight: normal;
width:90%;
height:30px;
margin:0 auto;
line-height:30px;
text-align:left;
color:#fff;
font-size:22px;
}
.index-application-case .appcase-item .info p{
display:block;
font-weight: normal;
width:90%;
height:44px;
overflow:hidden;
margin:10px auto 0 auto;
line-height:22px;
text-align:left;
color:#fff;
font-size:14px;
}
/*首页-新闻*/
.index-news{
width:1220px;
height:auto;
margin:0 auto;
overflow:hidden;
text-align:center;
}
.index-news .news-item{
display:inline-block;
vertical-align: middle;
width:590px;
height:100px;
margin:6px 8px 18px 8px;
}
.index-news .news-item .time{
width:110px;
height:92px;
float:left;
padding-top:8px;
background-color:#DCDCDC;
margin-right:15px;
}
.index-news .news-item:hover .time{
background-color:#1175B3;
}
.index-news .news-item .time span{
display:block;
width:100%;
height:50px;
text-align:center;
}
.index-news .news-item .time span em{
display:inline-block;
vertical-align: middle;
height:50px;
line-height:50px;
color:#444;
font-size:38px;
font-weight: bold;
}
.index-news .news-item:hover .time span em{
color:#fff;
}
.index-news .news-item .time span dl{
display:inline-block;
vertical-align: middle;
height:50px;
line-height:56px;
margin-left:5px;
color:#444;
font-size:18px;
transition-duration:0.2s;
}
.index-news .news-item:hover .time span dl{
color:#fff;
font-size:24px;
}
.index-news .news-item .time h2{
width:100%;
height:26px;
line-height:26px;
color:#444;
font-size:16px;
text-align:center;
font-weight: normal;
}
.index-news .news-item:hover .time h2{
color:#fff;
}
.index-news .news-item .info{
display:block;
width:465px;
height:100px;
float:left;
}
.index-news .news-item .info h2{
display:block;
width:100%;
height:44px;
overflow:hidden;
text-align:left;
font-weight: normal;
line-height:48px;
color:#444;
font-size:22px;
}
.index-news .news-item:hover .info h2{
color:#1175B3;
}
.index-news .news-item .info p{
display:block;
width:100%;
height:48px;
overflow:hidden;
text-align:left;
font-weight: normal;
line-height:24px;
color:#666;
font-size:15px;
}
.index-news .news-item:hover .info p{
color:#1175B3;
}
/*关于我们*/
.about-title{
height:auto;
overflow:hidden;
margin:10px auto 30px auto;
}
.about-title span{
display:block;
width:160px;
height:30px;
margin:0 auto;
text-align:center;
line-height:30px;
color:#333;
font-size:24px;
letter-spacing:3px;
font-weight: bold;
}
.about-title i{
display:block;
width:160px;
height:1px;
background-color:#666;
margin:8px auto 0 auto;
}
.about-title em{
display:block;
width:50%;
height:30px;
margin:0 auto;
text-align:center;
line-height:30px;
color:#666;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
}
.about-frame{
width:1200px;
height:auto;
overflow:hidden;
margin:0 auto;
}
.about-history{
width:70px;
height:1280px;
margin:0 auto 50px auto;
background:url(img/history-bj.jpg) no-repeat center top;
position:relative;
}
.about-history .float1{
top:10px;
left:100px;
}
.about-history .float2{
top:230px;
right:100px;
}
.about-history .float3{
top:434px;
left:100px;
}
.about-history .float4{
top:654px;
right:100px;
}
.about-history .float5{
top:868px;
left:100px;
}
.about-history .float6{
top:1076px;
right:100px;
}
.about-history .item{
display:block;
width:300px;
height:auto;
overflow:hidden;
position:absolute;
padding-left:0;
padding-right:0;
transition-duration:0.2s;
}
.about-history .item .time{
height:50px;
}
.about-history .item .time span{
display:block;
height:50px;
line-height:50px;
color:#333;
font-size:36px;
font-weight: bold;
float:left;
}
.about-history .item .time i{
width:1px;
height:30px;
float:left;
margin:10px 8px;
}
.about-history .item .time em{
display:block;
height:50px;
line-height:62px;
color:#333;
font-size:18px;
float:left;
margin-right:5px;
}
.about-history .item .info{
width:100%;
height:auto;
overflow:hidden;
margin-top:10px;
}
.about-history .item .info p{
display:block;
width:100%;
height:auto;
overflow:hidden;
line-height:24px;
color:#333;
font-size:18px;
}
.about-recruit-banner{
height:auto;
margin:0 auto;
overflow:hidden;
}
.about-recruit-banner img{
width:100%;
}
.about-recruit{
width:1200px;
height:auto;
overflow:hidden;
margin:20px auto 20px auto;
}
.about-recruit .item{
width:570px;
height:395px;
overflow:hidden;
margin-bottom:20px;
background-color:#EEEEEE;
}
.about-recruit .ar-l{
float:left;
}
.about-recruit .ar-r{
float:right;
}
.about-recruit .item .con{
width:540px;
height:320px;
overflow:auto;
padding:15px;
margin-bottom:0px;
}
.about-recruit .item h2{
width:90%;
height:20px;
padding-left:10px;
border-left:6px solid #1175B3;
line-height:20px;
color:#333;
font-size:18px;
font-weight: normal;
margin-bottom:10px;
}
.about-recruit .item p{
width:94%;
height:auto;
line-height:20px;
color:#555;
font-size:14px;
margin:0 auto;
}
.about-recruit .item h4{
width:94%;
height:auto;
line-height:20px;
color:#333;
font-size:16px;
margin:4px auto 6px auto;
font-weight: normal;
}
.about-recruit .item h3{
width:90%;
height:16px;
padding-left:10px;
border-left:6px solid #1175B3;
line-height:16px;
color:#333;
font-size:16px;
font-weight: normal;
margin-bottom:10px;
margin-top:15px;
}
.about-recruit .item .mailbox{
display:block;
height:30px;
padding:0 20px;
background-color:#1175B3;
line-height:30px;
color:#fff;
font-size:16px;
float:right;
margin-right:-204px;
transition-duration:0.2s;
}
.about-recruit .item:hover .mailbox{
margin-right:0px;
}
/*==地图样式==*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{width:1200px;height:500px; margin:0 auto;position:relative; z-index:3;}
.about-contact-info{
width:1200px;
height:60px;
margin:50px auto 50px auto;
text-align:center;
}
.about-contact-info .item{
display:inline-block;
vertical-align: middle;
height:60px;
}
.about-contact-info .item i{
display:block;
float:left;
height:60px;
line-height:60px;
color:#444;
font-size:40px;
}
.about-contact-info .item dl{
width:1px;
height:40px;
background-color:#999;
margin:10px 16px;
float:left;
}
.about-contact-info .item .tel{
width:200px;
}
.about-contact-info .item .address{
width:400px;
}
.about-contact-info .item .text{
height:60px;
float:left;
}
.about-contact-info .item .text h3{
display:block;
height:30px;
width:100%;
line-height:34px;
color:#444;
font-size:18px;
text-align:left;
}
.about-contact-info .item .text a{
display:block;
width:100%;
height:30px;
line-height:26px;
color:#444;
font-size:18px;
text-align:left;
}
/*解决方案*/
.solution-main{
height:auto;
overflow:hidden;
margin:20px auto 50px auto;
text-align:center;
}
.solution-main .sol-item{
display:inline-block;
vertical-align: middle;
width:576px;
height:280px;
overflow:hidden;
background-color:#FFC;
margin:0 10px 28px 10px;
position:relative;
}
.solution-main .sol-item img{
display:block;
width:100%;
min-height:280px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.solution-main .sol-item span{
display:block;
width:100%;
min-height:280px;
position:absolute;
top:0;
left:0;
z-index:2;
background: rgba(0,0,0, 0.3);
transition-duration:0.2s;
}
.solution-main .sol-item:hover span{
background: rgba(0,0,0, 0.7);
}
.solution-main .sol-item h2{
display:block;
width:100%;
height:40px;
line-height:40px;
color:#fff;
font-size:30px;
position:absolute;
top:90px;
left:0;
z-index:3;
transition-duration:0.2s;
}
.solution-main .sol-item:hover h2{
top:80px;
letter-spacing:4px;
}
.solution-main .sol-item em{
display:block;
width:200px;
height:48px;
text-align:center;
line-height:48px;
color:#fff;
font-size:16px;
border:1px solid #fff;
position:absolute;
bottom:80px;
left:50%;
z-index:3;
margin:0 0 0 -100px;
transition-duration:0.2s;
}
.solution-main .sol-item:hover em{
bottom:70px;
letter-spacing:8px;
}
/*新闻资讯*/
.news-main{
height:auto;
overflow:hidden;
margin:20px auto 20px auto;
}
.news-main .news-item{
width:1200px;
height:270px;
background-color:#EEEEEE;
margin:10px auto 20px auto;
}
.news-main .news-item .pic{
display:block;
width:380px;
height:270px;
overflow:hidden;
float:left;
position:relative;
}
.news-main .news-item .pic img{
width:100%;
min-height:280px;
transition-duration:0.2s;
position:absolute;
top:0;
left:0;
}
.news-main .news-item:hover .pic img{
width:105%;
top:-5px;
left:-5px;
}
.news-main .news-item .info{
height:210px;
width:700px;
float:right;
margin:30px 36px 0 0;
transition-duration:0.2s;
}
.news-main .news-item:hover .info{
margin:30px 46px 0 0;
}
.news-main .news-item .info .title{
display:block;
width:100%;
height:36px;
line-height:30px;
color:#222;
font-size:24px;
overflow:hidden;
transition-duration:0.2s;
}
.news-main .news-item:hover .info .title{
color:#1175B3;
}
.news-main .news-item .info p{
display:block;
width:100%;
height:72px;
overflow:hidden;
line-height:24px;
color:#555;
font-size:16px;
margin:8px auto 18px auto;
}
.news-main .news-item .info .see{
display:block;
width:160px;
height:34px;
text-align:center;
line-height:34px;
color:#444;
font-size:16px;
border:1px solid #444;
float:right;
transition-duration:0.2s;
}
.news-main .news-item:hover .info .see{
border:1px solid #1175B3;
color:#1175B3;
}
.news-main .news-item .info h3{
display:block;
clear:both;
width:100%;
height:24px;
padding-top:12px;
font-weight: normal;
}
.news-main .news-item .info h3 span{
display:block;
height:24px;
float:left;
line-height:24px;
color:#666;
font-size:15px;
font-style:italic;
}
/*详情页*/
.vist-main{
width:1200px;
height:auto;
overflow:hidden;
margin:20px auto 40px auto;
}
.vist-main h1{
display:block;
width:100%;
height:auto;
overflow:hidden;
font:26px/34px 'microsoft yahei';
color:#333;
text-align:center;
margin-bottom:20px;
}
.vist-main .info{
width:100%;
height:30px;
margin:8px auto 15px auto;
}
.vist-main .info span{
display:block;
float:left;
height:30px;
font:15px/30px 'microsoft yahei';
color:#666;
}
.vist-main .info dl{
display:block;
float:left;
height:30px;
font:15px/30px 'microsoft yahei';
color:#888;
margin-left:30px;
}
.vist-main .info a{
display:block;
float:left;
height:30px;
font:15px/30px 'microsoft yahei';
color:#1175B3;
}
.vist-main .info em{
display:block;
float:right;
height:30px;
font:15px/30px 'microsoft yahei';
color:#666;
}
/*产品详情页*/
.product-vist-content{
width:100%;
height:auto;
overflow:hidden;
margin-top:-4px;
}
.product-vist-content img{
width:100%;
}
.product-vist-content .parameter-main{
width:900px;
height:auto;
overflow:hidden;
margin:20px auto 40px auto;
}
.product-vist-content .parameter-main h2{
display:block;
width:100%;
height:50px;
font:24px/50px 'microsoft yahei';
color:#444;
}
.product-vist-content .parameter-main .param-frame{
width:100%;
height:auto;
overflow:hidden;
}
.product-vist-content .parameter-main .param-frame .title{
width:100%;
height:56px;
background-color:#1175B3;
margin-bottom:10px;
}
.product-vist-content .parameter-main .param-frame .title span{
display:block;
width:20%;
height:56px;
margin-left:8%;
float:left;
text-align:left;
font:24px/56px 'microsoft yahei';
color:#fff;
letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame .title em{
display:block;
width:54%;
height:56px;
float:right;
text-align:left;
font:24px/56px 'microsoft yahei';
color:#fff;
letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame .data{
width:100%;
height:48px;
background-color:#fff;
border-bottom:1px solid #ccc;
transition-duration:0.2s;
}
.product-vist-content .parameter-main .param-frame .data:hover{
background-color:#1175B3;
}
.product-vist-content .parameter-main .param-frame .data span{
display:block;
width:20%;
height:48px;
margin-left:8%;
float:left;
text-align:left;
font:18px/48px 'microsoft yahei';
color:#222;
}
.product-vist-content .parameter-main .param-frame .data em{
display:block;
width:54%;
height:48px;
float:right;
text-align:left;
font:18px/48px 'microsoft yahei';
color:#444;
}
} | resources/sitemodels/h5_science/css/style.css | @media all and (min-width:1020px){
.index-title{
height:50px;
border-bottom:1px solid #888;
margin:20px auto 20px auto;
}
.index-title h2{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:20px;
color:#333;
font-weight: normal;
}
.index-title i{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:24px;
color:#333;
font-weight: normal;
margin:0 6px;
}
.index-title em{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:16px;
color:#666;
text-transform:uppercase;
}
/*首页-公司简介*/
.index-about-us{
height:auto;
overflow:hidden;
}
.index-about-us .company-info{
width:796px;
height:420px;
overflow:hidden;
float:left;
position:relative;
}
.index-about-us .company-info img{
display:block;
width:100%;
min-height:420px;
position:absolute;
top:0;
left:0;
z-index:1;
transition-duration:0.8s;
}
.index-about-us .company-info:hover img{
top:-60px;
}
.index-about-us .company-info .info{
width:100%;
height:200px;
background: rgba(0,0,0, 0.6);
position:absolute;
bottom:-80px;
left:0;
z-index:2;
transition-duration:0.2s;
}
.index-about-us .company-info:hover .info{
bottom:0;
}
.index-about-us .company-info .info h1{
display:block;
font-weight: normal;
width:90%;
line-height:40px;
color:#fff;
font-size:25px;
margin:20px auto 0 auto;
}
.index-about-us .company-info .info p{
display:block;
font-weight: normal;
width:90%;
line-height:24px;
color:#fff;
font-size:15px;
margin:8px auto 0 auto;
}
.index-about-us .about-video{
width:390px;
height:420px;
overflow:hidden;
float:right;
position:relative;
}
.index-about-us .about-video img{
display:block;
width:100%;
min-height:420px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.index-about-us .about-video i{
display:block;
width:90px;
height:90px;
line-height:90px;
text-align:center;
color:#fff;
font-size:58px;
position:absolute;
top:50%;
left:50%;
margin:-45px 0 0 -45px;
z-index:2;
cursor:pointer;
transition-duration:0.2s;
}
.index-about-us .about-video:hover i{
font-size:80px;
}
/*首页-产品*/
.index-product{
height:auto;
margin:0 auto;
overflow:hidden;
text-align:center;
}
.index-product .pro-item{
display:inline-block;
vertical-align: middle;
width:384px;
height:410px;
background-color:#CCC;
overflow:hidden;
position:relative;
margin:5px 6px;
}
.index-product .pro-item img{
display:block;
width:100%;
min-height:410px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.index-product .pro-item .info{
width:100%;
height:160px;
position:absolute;
padding:20px 0 0 0;
background: rgba(0,0,0, 0.2);
bottom:-80px;
left:0;
z-index:2;
transition-duration:0.2s;
}
.index-product .pro-item:hover .info{
background: rgba(0,0,0, 0.6);
bottom:0;
}
.index-product .pro-item .info h2{
display:block;
font-weight: normal;
width:90%;
height:30px;
margin:0 auto;
line-height:30px;
text-align:center;
color:#333;
font-size:20px;
}
.index-product .pro-item:hover .info h2{
color:#fff;
}
.index-product .pro-item .info h3{
display:block;
font-weight: normal;
width:90%;
height:30px;
margin:0 auto;
line-height:30px;
text-align:center;
color:#333;
font-size:20px;
}
.index-product .pro-item:hover .info h3{
color:#fff;
}
.index-product .pro-item .info a{
display:block;
font-weight: normal;
width:180px;
height:42px;
margin:28px auto 0 auto;
line-height:42px;
text-align:center;
color:#fff;
font-size:16px;
border:1px solid #999;
transition-duration:0.2s;
}
.index-product .pro-item .info a:hover{
border:1px solid #1175B3;
background-color:#73BBE3;
color:#fff;
}
/*首页-应用案例*/
.index-application-case{
height:auto;
margin:0 auto;
overflow:hidden;
text-align:center;
}
.index-application-case .appcase-item{
display:inline-block;
vertical-align: middle;
width:384px;
height:410px;
background-color:#CCC;
overflow:hidden;
position:relative;
margin:5px 6px;
}
.index-application-case .appcase-item img{
display:block;
width:100%;
min-height:410px;
position:absolute;
top:0;
left:0;
z-index:1;
transition-duration:0.2s;
}
.index-application-case .appcase-item:hover img{
width:106%;
top:-3%;
left:-3%;
}
.index-application-case .appcase-item .info{
width:100%;
height:110px;
position:absolute;
padding:20px 0 0 0;
background: rgba(0,0,0, 0.4);
bottom:0;
left:0;
z-index:2;
transition-duration:0.8s;
}
.index-application-case .appcase-item:hover .info{
background-color:#1175B3;
}
.index-application-case .appcase-item .info h2{
display:block;
font-weight: normal;
width:90%;
height:30px;
margin:0 auto;
line-height:30px;
text-align:left;
color:#fff;
font-size:22px;
}
.index-application-case .appcase-item .info p{
display:block;
font-weight: normal;
width:90%;
height:44px;
overflow:hidden;
margin:10px auto 0 auto;
line-height:22px;
text-align:left;
color:#fff;
font-size:14px;
}
/*首页-新闻*/
.index-news{
width:1220px;
height:auto;
margin:0 auto;
overflow:hidden;
text-align:center;
}
.index-news .news-item{
display:inline-block;
vertical-align: middle;
width:590px;
height:100px;
margin:6px 8px 18px 8px;
}
.index-news .news-item .time{
width:110px;
height:92px;
float:left;
padding-top:8px;
background-color:#DCDCDC;
margin-right:15px;
}
.index-news .news-item:hover .time{
background-color:#1175B3;
}
.index-news .news-item .time span{
display:block;
width:100%;
height:50px;
text-align:center;
}
.index-news .news-item .time span em{
display:inline-block;
vertical-align: middle;
height:50px;
line-height:50px;
color:#444;
font-size:38px;
font-weight: bold;
}
.index-news .news-item:hover .time span em{
color:#fff;
}
.index-news .news-item .time span dl{
display:inline-block;
vertical-align: middle;
height:50px;
line-height:56px;
margin-left:5px;
color:#444;
font-size:18px;
transition-duration:0.2s;
}
.index-news .news-item:hover .time span dl{
color:#fff;
font-size:24px;
}
.index-news .news-item .time h2{
width:100%;
height:26px;
line-height:26px;
color:#444;
font-size:16px;
text-align:center;
font-weight: normal;
}
.index-news .news-item:hover .time h2{
color:#fff;
}
.index-news .news-item .info{
display:block;
width:465px;
height:100px;
float:left;
}
.index-news .news-item .info h2{
display:block;
width:100%;
height:44px;
overflow:hidden;
text-align:left;
font-weight: normal;
line-height:48px;
color:#444;
font-size:22px;
}
.index-news .news-item:hover .info h2{
color:#1175B3;
}
.index-news .news-item .info p{
display:block;
width:100%;
height:48px;
overflow:hidden;
text-align:left;
font-weight: normal;
line-height:24px;
color:#666;
font-size:15px;
}
.index-news .news-item:hover .info p{
color:#1175B3;
}
/*关于我们*/
.about-title{
height:auto;
overflow:hidden;
margin:10px auto 30px auto;
}
.about-title span{
display:block;
width:160px;
height:30px;
margin:0 auto;
text-align:center;
line-height:30px;
color:#333;
font-size:24px;
letter-spacing:3px;
font-weight: bold;
}
.about-title i{
display:block;
width:160px;
height:1px;
background-color:#666;
margin:8px auto 0 auto;
}
.about-title em{
display:block;
width:50%;
height:30px;
margin:0 auto;
text-align:center;
line-height:30px;
color:#666;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
}
.about-frame{
width:1200px;
height:auto;
overflow:hidden;
margin:0 auto;
}
.about-history{
width:70px;
height:1280px;
margin:0 auto 50px auto;
background:url(img/history-bj.jpg) no-repeat center top;
position:relative;
}
.about-history .float1{
top:10px;
left:100px;
}
.about-history .float2{
top:230px;
right:100px;
}
.about-history .float3{
top:434px;
left:100px;
}
.about-history .float4{
top:654px;
right:100px;
}
.about-history .float5{
top:868px;
left:100px;
}
.about-history .float6{
top:1076px;
right:100px;
}
.about-history .item{
display:block;
width:300px;
height:auto;
overflow:hidden;
position:absolute;
padding-left:0;
padding-right:0;
transition-duration:0.2s;
}
.about-history .item .time{
height:50px;
}
.about-history .item .time span{
display:block;
height:50px;
line-height:50px;
color:#333;
font-size:36px;
font-weight: bold;
float:left;
}
.about-history .item .time i{
width:1px;
height:30px;
float:left;
margin:10px 8px;
}
.about-history .item .time em{
display:block;
height:50px;
line-height:62px;
color:#333;
font-size:18px;
float:left;
margin-right:5px;
}
.about-history .item .info{
width:100%;
height:auto;
overflow:hidden;
margin-top:10px;
}
.about-history .item .info p{
display:block;
width:100%;
height:auto;
overflow:hidden;
line-height:24px;
color:#333;
font-size:18px;
}
.about-recruit-banner{
height:auto;
margin:0 auto;
overflow:hidden;
}
.about-recruit-banner img{
width:100%;
}
.about-recruit{
width:1200px;
height:auto;
overflow:hidden;
margin:20px auto 20px auto;
}
.about-recruit .item{
width:570px;
height:395px;
overflow:hidden;
margin-bottom:20px;
background-color:#EEEEEE;
}
.about-recruit .ar-l{
float:left;
}
.about-recruit .ar-r{
float:right;
}
.about-recruit .item .con{
width:540px;
height:320px;
overflow:auto;
padding:15px;
margin-bottom:0px;
}
.about-recruit .item h2{
width:90%;
height:20px;
padding-left:10px;
border-left:6px solid #1175B3;
line-height:20px;
color:#333;
font-size:18px;
font-weight: normal;
margin-bottom:10px;
}
.about-recruit .item p{
width:94%;
height:auto;
line-height:20px;
color:#555;
font-size:14px;
margin:0 auto;
}
.about-recruit .item h4{
width:94%;
height:auto;
line-height:20px;
color:#333;
font-size:16px;
margin:4px auto 6px auto;
font-weight: normal;
}
.about-recruit .item h3{
width:90%;
height:16px;
padding-left:10px;
border-left:6px solid #1175B3;
line-height:16px;
color:#333;
font-size:16px;
font-weight: normal;
margin-bottom:10px;
margin-top:15px;
}
.about-recruit .item .mailbox{
display:block;
height:30px;
padding:0 20px;
background-color:#1175B3;
line-height:30px;
color:#fff;
font-size:16px;
float:right;
margin-right:-204px;
transition-duration:0.2s;
}
.about-recruit .item:hover .mailbox{
margin-right:0px;
}
/*==地图样式==*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{width:1200px;height:500px; margin:0 auto;position:relative; z-index:3;}
.about-contact-info{
width:1200px;
height:60px;
margin:50px auto 50px auto;
text-align:center;
}
.about-contact-info .item{
display:inline-block;
vertical-align: middle;
height:60px;
}
.about-contact-info .item i{
display:block;
float:left;
height:60px;
line-height:60px;
color:#444;
font-size:40px;
}
.about-contact-info .item dl{
width:1px;
height:40px;
background-color:#999;
margin:10px 16px;
float:left;
}
.about-contact-info .item .tel{
width:200px;
}
.about-contact-info .item .address{
width:400px;
}
.about-contact-info .item .text{
height:60px;
float:left;
}
.about-contact-info .item .text h3{
display:block;
height:30px;
width:100%;
line-height:34px;
color:#444;
font-size:18px;
text-align:left;
}
.about-contact-info .item .text a{
display:block;
width:100%;
height:30px;
line-height:26px;
color:#444;
font-size:18px;
text-align:left;
}
/*解决方案*/
.solution-main{
height:auto;
overflow:hidden;
margin:20px auto 50px auto;
text-align:center;
}
.solution-main .sol-item{
display:inline-block;
vertical-align: middle;
width:576px;
height:280px;
overflow:hidden;
background-color:#FFC;
margin:0 10px 28px 10px;
position:relative;
}
.solution-main .sol-item img{
display:block;
width:100%;
min-height:280px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.solution-main .sol-item span{
display:block;
width:100%;
min-height:280px;
position:absolute;
top:0;
left:0;
z-index:2;
background: rgba(0,0,0, 0.3);
transition-duration:0.2s;
}
.solution-main .sol-item:hover span{
background: rgba(0,0,0, 0.7);
}
.solution-main .sol-item h2{
display:block;
width:100%;
height:40px;
line-height:40px;
color:#fff;
font-size:30px;
position:absolute;
top:90px;
left:0;
z-index:3;
transition-duration:0.2s;
}
.solution-main .sol-item:hover h2{
top:80px;
letter-spacing:4px;
}
.solution-main .sol-item em{
display:block;
width:200px;
height:48px;
text-align:center;
line-height:48px;
color:#fff;
font-size:16px;
border:1px solid #fff;
position:absolute;
bottom:80px;
left:50%;
z-index:3;
margin:0 0 0 -100px;
transition-duration:0.2s;
}
.solution-main .sol-item:hover em{
bottom:70px;
letter-spacing:8px;
}
/*新闻资讯*/
.news-main{
height:auto;
overflow:hidden;
margin:20px auto 20px auto;
}
.news-main .news-item{
width:1200px;
height:270px;
background-color:#EEEEEE;
margin:10px auto 20px auto;
}
.news-main .news-item .pic{
display:block;
width:380px;
height:270px;
overflow:hidden;
float:left;
position:relative;
}
.news-main .news-item .pic img{
width:100%;
min-height:280px;
transition-duration:0.2s;
position:absolute;
top:0;
left:0;
}
.news-main .news-item:hover .pic img{
width:105%;
top:-5px;
left:-5px;
}
.news-main .news-item .info{
height:210px;
width:700px;
float:right;
margin:30px 36px 0 0;
transition-duration:0.2s;
}
.news-main .news-item:hover .info{
margin:30px 46px 0 0;
}
.news-main .news-item .info .title{
display:block;
width:100%;
height:36px;
line-height:30px;
color:#222;
font-size:24px;
overflow:hidden;
transition-duration:0.2s;
}
.news-main .news-item:hover .info .title{
color:#1175B3;
}
.news-main .news-item .info p{
display:block;
width:100%;
height:72px;
overflow:hidden;
line-height:24px;
color:#555;
font-size:16px;
margin:8px auto 18px auto;
}
.news-main .news-item .info .see{
display:block;
width:160px;
height:34px;
text-align:center;
line-height:34px;
color:#444;
font-size:16px;
border:1px solid #444;
float:right;
transition-duration:0.2s;
}
.news-main .news-item:hover .info .see{
border:1px solid #1175B3;
color:#1175B3;
}
.news-main .news-item .info h3{
display:block;
clear:both;
width:100%;
height:24px;
padding-top:12px;
font-weight: normal;
}
.news-main .news-item .info h3 span{
display:block;
height:24px;
float:left;
line-height:24px;
color:#666;
font-size:15px;
font-style:italic;
}
/*详情页*/
.vist-main{
width:1200px;
height:auto;
overflow:hidden;
margin:20px auto 40px auto;
}
.vist-main h1{
display:block;
width:100%;
height:auto;
overflow:hidden;
font:26px/34px 'microsoft yahei';
color:#333;
text-align:center;
margin-bottom:20px;
}
.vist-main .info{
width:100%;
height:30px;
margin:8px auto 15px auto;
}
.vist-main .info span{
display:block;
float:left;
height:30px;
font:15px/30px 'microsoft yahei';
color:#666;
}
.vist-main .info dl{
display:block;
float:left;
height:30px;
font:15px/30px 'microsoft yahei';
color:#888;
margin-left:30px;
}
.vist-main .info a{
display:block;
float:left;
height:30px;
font:15px/30px 'microsoft yahei';
color:#1175B3;
}
.vist-main .info em{
display:block;
float:right;
height:30px;
font:15px/30px 'microsoft yahei';
color:#666;
}
/*产品详情页*/
.product-vist-content{
width:100%;
height:auto;
overflow:hidden;
margin-top:-4px;
}
.product-vist-content img{
width:100%;
}
.product-vist-content .parameter-main{
width:900px;
height:auto;
overflow:hidden;
margin:20px auto 40px auto;
}
.product-vist-content .parameter-main h2{
display:block;
width:100%;
height:50px;
font:24px/50px 'microsoft yahei';
color:#444;
}
.product-vist-content .parameter-main .param-frame{
width:100%;
height:auto;
overflow:hidden;
}
.product-vist-content .parameter-main .param-frame .title{
width:100%;
height:56px;
background-color:#1175B3;
margin-bottom:10px;
}
.product-vist-content .parameter-main .param-frame .title span{
display:block;
width:20%;
height:56px;
margin-left:8%;
float:left;
text-align:left;
font:24px/56px 'microsoft yahei';
color:#fff;
letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame .title em{
display:block;
width:54%;
height:56px;
float:right;
text-align:left;
font:24px/56px 'microsoft yahei';
color:#fff;
letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame .data{
width:100%;
height:48px;
background-color:#fff;
border-bottom:1px solid #ccc;
transition-duration:0.2s;
}
.product-vist-content .parameter-main .param-frame .data:hover{
background-color:#1175B3;
}
.product-vist-content .parameter-main .param-frame .data span{
display:block;
width:20%;
height:48px;
margin-left:8%;
float:left;
text-align:left;
font:18px/48px 'microsoft yahei';
color:#222;
}
.product-vist-content .parameter-main .param-frame .data em{
display:block;
width:54%;
height:48px;
float:right;
text-align:left;
font:18px/48px 'microsoft yahei';
color:#444;
}
} | 0.204501 | 0.054879 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("workflowy.com") {
/* Userstyles URL: https://userstyles.org/styles/122832/ */
/* Background (no class for workflowy app, separate from blog?) */
body {
background: #ccc;
}
/* Override styles for the blog (wordpress) */
body.highlander-enabled {
background: white;
}
/* Page */
#documentView {}
.page {
border: none;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
border-radius: 3px;
}
/* Bold top level item... */
div.project.selected > div.children > div > div.name div.content {
font-weight: bold;
font-size: 16px;
padding-bottom: 2px;
}
/* ...except for tags */
div.project.selected > div.children > div > div.name div.content .contentTag {
font-weight: normal;
}
.selected > .children > .project > .name > .bullet {
margin-top: 6px;
}
/* Notes under item */
.noted > .notes > .content {
margin-bottom: 4px;
padding-top: 2px;
height: auto;
overflow: visible;
/*color: #69a2bd;*/
font-size: 15px;
font-family: Lora, serif;
font-style: italic;
line-height: 1.3;
}
.noted > .notes > .content .contentItalic {
font-style: normal;
}
/* Hash tags - all */
.content .contentTag,
.nameAnimated .contentTag {
margin-left: 2px;
}
.content .contentTagText, .nameAnimated .contentTagText {
text-decoration: none;
}
/* Saved / starred items appear on the side of the page, instead of at the bottom */
#savedViewHUDPageContainer {
padding: 20px 10px;
display: block;
}
#savedViewHUD {
bottom: auto;
left: 0px;
top: 30px;
width: 220px;
height: 100%;
}
.savedViewPage {
width: auto;
height: auto;
margin: 3px 0;
padding: 10px 10px 7px;
display: block;
}
.savedViewPage.selectedSavedViewPage {
top: 0;
}
.savedViewPageSearchStringContainer {
margin-top: 3px;
}
.savedViewPageFader {
display: none;
}
} | data/usercss/122832.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("workflowy.com") {
/* Userstyles URL: https://userstyles.org/styles/122832/ */
/* Background (no class for workflowy app, separate from blog?) */
body {
background: #ccc;
}
/* Override styles for the blog (wordpress) */
body.highlander-enabled {
background: white;
}
/* Page */
#documentView {}
.page {
border: none;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
border-radius: 3px;
}
/* Bold top level item... */
div.project.selected > div.children > div > div.name div.content {
font-weight: bold;
font-size: 16px;
padding-bottom: 2px;
}
/* ...except for tags */
div.project.selected > div.children > div > div.name div.content .contentTag {
font-weight: normal;
}
.selected > .children > .project > .name > .bullet {
margin-top: 6px;
}
/* Notes under item */
.noted > .notes > .content {
margin-bottom: 4px;
padding-top: 2px;
height: auto;
overflow: visible;
/*color: #69a2bd;*/
font-size: 15px;
font-family: Lora, serif;
font-style: italic;
line-height: 1.3;
}
.noted > .notes > .content .contentItalic {
font-style: normal;
}
/* Hash tags - all */
.content .contentTag,
.nameAnimated .contentTag {
margin-left: 2px;
}
.content .contentTagText, .nameAnimated .contentTagText {
text-decoration: none;
}
/* Saved / starred items appear on the side of the page, instead of at the bottom */
#savedViewHUDPageContainer {
padding: 20px 10px;
display: block;
}
#savedViewHUD {
bottom: auto;
left: 0px;
top: 30px;
width: 220px;
height: 100%;
}
.savedViewPage {
width: auto;
height: auto;
margin: 3px 0;
padding: 10px 10px 7px;
display: block;
}
.savedViewPage.selectedSavedViewPage {
top: 0;
}
.savedViewPageSearchStringContainer {
margin-top: 3px;
}
.savedViewPageFader {
display: none;
}
} | 0.327238 | 0.105763 |
* {
box-sizing: border-box;
}
body {
width: 100%;
align-content: center;
font-size: 100%;
color: #000;
font-family: 'Verdana', sans-serif;
text-align: center;
background-color: #D5D5D5;
margin: 0 !important;
padding: 0 !important;
}
/*Landscape */
@media screen and (orientation:landscape) {
body {
display: grid;
grid-template-columns: minmax(20%, 200px) auto;
grid-template-rows: repeat(5, auto);
grid-gap: 0px;
grid-auto-rows: minmax(100px, auto);
grid-template-areas:
"head head"
"tool canv"
"patr canv"
"file note"
"foot foot";
}
}
@media screen and (orientation:portrait) {
body {
display: grid;
grid-template-columns: repeat(1, auto);
grid-template-rows: repeat(6, auto);
grid-gap: 10px;
grid-template-areas:
"head"
"canv"
"tool"
"file"
"note"
"foot";
}
#Header {
font-size:calc(100% + 2vw);
}
}
#Header {
grid-area: head;
width: 100%;
background-color: #9099A2;
color: white;
border: #9099A2;
margin: 0%;
padding: 10px;
}
#CanvasDiv {
padding: 10px;
grid-area: canv;
display:block;
}
#NotesDiv {
grid-area: note;
}
#Notes {
resize: none;
font-family: 'Verdana', sans-serif;
font-size: 100%;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 95%;
height: 5em;
max-width: 700px;
}
#Patreon {
grid-area: patr;
background-color: #9099A2;
padding-top: auto;
}
#FileMenu {
grid-area: file;
background-color: #9099A2;
padding-top: auto;
}
#FileMenu h2 {
width: 100%;
background-color: white;
margin: 0%;
padding: 5px;
font-size: 100%;
}
#ToolMenu {
grid-area: tool;
background-color: #9099A2;
}
#ToolMenu h2 {
width: 100%;
background-color: white;
margin: 0%;
padding: 5px;
font-size: 100%;
}
#ToolMenu h3 {
width: 100%;
background-color: #D5D5D5;
margin: 0%;
padding: 5px;
font-size: 80%;
}
#Shortcuts {
grid-area: short;
display: none;
visibility: hidden;
}
footer {
grid-area: foot;
}
#FileMenu button {
background-color: #9099A2;
border: 2px solid white;
border-radius: 3px;
color: white;
font-size: 100%;
font-weight: bold;
width: 150px;
margin-top: 1%;
margin-bottom: 1%;
padding: 15px 32px;
min-width: fit-content;
}
#ToolMenu button {
background-color: #9099A2;
border: 2px solid white;
border-radius: 3px;
color: white;
font-size: 80%;
font-weight: bold;
margin-top: 1%;
margin-bottom: 1%;
padding: 5px 10px;
min-width: fit-content;
}
#FileMenu button:hover {
background-color: white;
color: black;
}
#ToolMenu button:hover {
background-color: white;
color: black;
} | assets/js/styles-grids.css | * {
box-sizing: border-box;
}
body {
width: 100%;
align-content: center;
font-size: 100%;
color: #000;
font-family: 'Verdana', sans-serif;
text-align: center;
background-color: #D5D5D5;
margin: 0 !important;
padding: 0 !important;
}
/*Landscape */
@media screen and (orientation:landscape) {
body {
display: grid;
grid-template-columns: minmax(20%, 200px) auto;
grid-template-rows: repeat(5, auto);
grid-gap: 0px;
grid-auto-rows: minmax(100px, auto);
grid-template-areas:
"head head"
"tool canv"
"patr canv"
"file note"
"foot foot";
}
}
@media screen and (orientation:portrait) {
body {
display: grid;
grid-template-columns: repeat(1, auto);
grid-template-rows: repeat(6, auto);
grid-gap: 10px;
grid-template-areas:
"head"
"canv"
"tool"
"file"
"note"
"foot";
}
#Header {
font-size:calc(100% + 2vw);
}
}
#Header {
grid-area: head;
width: 100%;
background-color: #9099A2;
color: white;
border: #9099A2;
margin: 0%;
padding: 10px;
}
#CanvasDiv {
padding: 10px;
grid-area: canv;
display:block;
}
#NotesDiv {
grid-area: note;
}
#Notes {
resize: none;
font-family: 'Verdana', sans-serif;
font-size: 100%;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 95%;
height: 5em;
max-width: 700px;
}
#Patreon {
grid-area: patr;
background-color: #9099A2;
padding-top: auto;
}
#FileMenu {
grid-area: file;
background-color: #9099A2;
padding-top: auto;
}
#FileMenu h2 {
width: 100%;
background-color: white;
margin: 0%;
padding: 5px;
font-size: 100%;
}
#ToolMenu {
grid-area: tool;
background-color: #9099A2;
}
#ToolMenu h2 {
width: 100%;
background-color: white;
margin: 0%;
padding: 5px;
font-size: 100%;
}
#ToolMenu h3 {
width: 100%;
background-color: #D5D5D5;
margin: 0%;
padding: 5px;
font-size: 80%;
}
#Shortcuts {
grid-area: short;
display: none;
visibility: hidden;
}
footer {
grid-area: foot;
}
#FileMenu button {
background-color: #9099A2;
border: 2px solid white;
border-radius: 3px;
color: white;
font-size: 100%;
font-weight: bold;
width: 150px;
margin-top: 1%;
margin-bottom: 1%;
padding: 15px 32px;
min-width: fit-content;
}
#ToolMenu button {
background-color: #9099A2;
border: 2px solid white;
border-radius: 3px;
color: white;
font-size: 80%;
font-weight: bold;
margin-top: 1%;
margin-bottom: 1%;
padding: 5px 10px;
min-width: fit-content;
}
#FileMenu button:hover {
background-color: white;
color: black;
}
#ToolMenu button:hover {
background-color: white;
color: black;
} | 0.455925 | 0.164886 |
:root {
--border-color: #59503c;
--barrier-color: linear-gradient(90deg, rgba(0,255,42,1) 0%,
rgba(0,255,42,1) 4%, rgba(186,255,104,1) 4%, rgba(186,255,104,1) 6%,
rgba(0,255,42,1) 6%, rgba(56,237,66,1) 40%, rgba(127,215,98,1) 40%,
rgba(122,217,95,1) 42%, rgba(56,237,66,1) 42%, rgba(56,237,66,1) 44%,
rgba(121,217,95,1) 44%, rgba(127,215,98,1) 93%, rgba(103,194,82,1) 93%,
rgba(78,185,67,1) 94%, rgba(5,139,20,1) 94%, rgba(127,215,98,1) 94%,
rgba(136,212,102,1) 95%, rgba(5,139,20,1) 95%, rgba(5,139,20,1) 100%);
}
* {
box-sizing: border-box;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
-o-user-select: none;
-webkit-user-drag: none;
}
@font-face {
font-family: 'Pixel';
src: url('../fonts/Pixel.ttf')
}
body { background-size: cover; }
[wm-flappy] {
position: relative;
/* border: 5px solid var(--border-color); */
height: 100%;
width: 100%;
/* background-color: deepskyblue; */
overflow: hidden;
}
.bird {
position: absolute;
width: 60px;
left: calc(50% - 30px);
}
.twin-barriers {
position: absolute;
top: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: left .1 linear;
}
.barrier {
display: flex;
flex-direction: column;
align-items: center;
}
.barrier .border {
height: 55px;
width: 125px;
background: var(--barrier-color); /* linear-gradient(90deg, #079637, #0cce4d); */
border: 4px solid var(--border-color);
}
.barrier .body {
height: 150px;
width: 110px;
background: var(--barrier-color); /* linear-gradient(90deg, #079637, #0cce4d); */
border-left: 4px solid var(--border-color);
border-right: 4px solid var(--border-color);
}
.progress {
position: absolute;
top: 10px;
left: 50%;
font-family: Pixel;
font-size: 76px;
color: #fcce00;
text-shadow: 3px 3px 0 var(--border-color);
z-index: 2;
}
.endgame {
position: absolute;
display: none;
top: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 70px;
text-align: center;
text-shadow: 4px 4px 0 var(--border-color);
color: #fcce00;
z-index: 2;
}
footer {
position: absolute;
top: 10px;
right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-shadow: 1px 1px 0 var(--border-color);
z-index: 2;
} | style/flappy.css | :root {
--border-color: #59503c;
--barrier-color: linear-gradient(90deg, rgba(0,255,42,1) 0%,
rgba(0,255,42,1) 4%, rgba(186,255,104,1) 4%, rgba(186,255,104,1) 6%,
rgba(0,255,42,1) 6%, rgba(56,237,66,1) 40%, rgba(127,215,98,1) 40%,
rgba(122,217,95,1) 42%, rgba(56,237,66,1) 42%, rgba(56,237,66,1) 44%,
rgba(121,217,95,1) 44%, rgba(127,215,98,1) 93%, rgba(103,194,82,1) 93%,
rgba(78,185,67,1) 94%, rgba(5,139,20,1) 94%, rgba(127,215,98,1) 94%,
rgba(136,212,102,1) 95%, rgba(5,139,20,1) 95%, rgba(5,139,20,1) 100%);
}
* {
box-sizing: border-box;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
-o-user-select: none;
-webkit-user-drag: none;
}
@font-face {
font-family: 'Pixel';
src: url('../fonts/Pixel.ttf')
}
body { background-size: cover; }
[wm-flappy] {
position: relative;
/* border: 5px solid var(--border-color); */
height: 100%;
width: 100%;
/* background-color: deepskyblue; */
overflow: hidden;
}
.bird {
position: absolute;
width: 60px;
left: calc(50% - 30px);
}
.twin-barriers {
position: absolute;
top: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: left .1 linear;
}
.barrier {
display: flex;
flex-direction: column;
align-items: center;
}
.barrier .border {
height: 55px;
width: 125px;
background: var(--barrier-color); /* linear-gradient(90deg, #079637, #0cce4d); */
border: 4px solid var(--border-color);
}
.barrier .body {
height: 150px;
width: 110px;
background: var(--barrier-color); /* linear-gradient(90deg, #079637, #0cce4d); */
border-left: 4px solid var(--border-color);
border-right: 4px solid var(--border-color);
}
.progress {
position: absolute;
top: 10px;
left: 50%;
font-family: Pixel;
font-size: 76px;
color: #fcce00;
text-shadow: 3px 3px 0 var(--border-color);
z-index: 2;
}
.endgame {
position: absolute;
display: none;
top: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 70px;
text-align: center;
text-shadow: 4px 4px 0 var(--border-color);
color: #fcce00;
z-index: 2;
}
footer {
position: absolute;
top: 10px;
right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-shadow: 1px 1px 0 var(--border-color);
z-index: 2;
} | 0.473901 | 0.172381 |
.r-company-name {
font-size: 20px;
margin-top: 10px;
}
.name {
font-size: 20px;
}
.pic-recruiter {
width: 225px;
height: 225px;
border-radius: 150px;
display: block;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.r-location {
font-size: 15px;
color: #5a5757;
font-style: italic;
}
.r-title {
font-size: 18px;
}
.each-one-jobpost {
cursor: pointer;
padding: 0;
}
.each-one-jobpost:hover {
background-color: #e6f7ff;
}
.show-icon {
float: right;
}
.MuiDialogTitle-root {
flex: 0 0 auto;
margin: 0;
padding: 0px 24px;
}
.MuiDialog-paperWidthSm {
width: 850px;
margin: 70px;
}
.edit-icon {
float: right;
}
.add-website input {
font-size: 20px;
margin-bottom: 0;
}
.btn-save {
font-size: 20px;
border-radius: 40px;
margin-top: 10px;
margin-bottom: 5px;
width: 100px;
}
.edit-info,
.name {
font-size: 30px;
}
.visit-website {
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px;
margin-top: 25px;
font-size: 15px;
}
.MuiSvgIcon-fontSizeSmall {
font-size: 1.25rem;
margin-left: 6px;
}
.perso-info-recruiter {
font-size: 20px;
margin-bottom: 5px;
width: 100%;
font-style: italic;
font-weight: lighter;
}
.remove-link {
color: black !important;
float: right;
font-size: 16px;
}
.remove-link:hover {
color: #007bff !important;
text-decoration: none;
float: right;
font-size: 17px;
}
.update-pic {
font-size: 22px;
font-weight: lighter;
margin-bottom: 5px;
}
.company-pic {
float: left;
width: 80px;
height: 80px;
margin: 20px 30px 20px 0px;
}
.jp-descr-current {
white-space: pre-line;
}
.jp-title-view {
padding-top: 8px;
margin-bottom: 4px;
font-weight: bold;
}
.company-pic-view {
width: 90px;
height: 90px;
display: block;
margin-left: auto;
margin-right: auto;
}
.presentation-profile {
background-image: url("../../../images/bg-profile.jpg");
padding: 0;
}
.jobposts-recruiter-list {
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
padding: 0 5px;
}
.jobposts-recruiter-list::-webkit-scrollbar {
width: 8px;
height: 10px;
}
.jobposts-recruiter-list::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #c2c9d2;
}
/*
Only small device and down
*/
@media (max-width: 576px) {
.jobposts-recruiter-list {
height: auto;
max-height: 50vh;
overflow-y: auto;
}
} | src/components/Profile/RecruiterProfile/ProfileRecruiter.css | .r-company-name {
font-size: 20px;
margin-top: 10px;
}
.name {
font-size: 20px;
}
.pic-recruiter {
width: 225px;
height: 225px;
border-radius: 150px;
display: block;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.r-location {
font-size: 15px;
color: #5a5757;
font-style: italic;
}
.r-title {
font-size: 18px;
}
.each-one-jobpost {
cursor: pointer;
padding: 0;
}
.each-one-jobpost:hover {
background-color: #e6f7ff;
}
.show-icon {
float: right;
}
.MuiDialogTitle-root {
flex: 0 0 auto;
margin: 0;
padding: 0px 24px;
}
.MuiDialog-paperWidthSm {
width: 850px;
margin: 70px;
}
.edit-icon {
float: right;
}
.add-website input {
font-size: 20px;
margin-bottom: 0;
}
.btn-save {
font-size: 20px;
border-radius: 40px;
margin-top: 10px;
margin-bottom: 5px;
width: 100px;
}
.edit-info,
.name {
font-size: 30px;
}
.visit-website {
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px;
margin-top: 25px;
font-size: 15px;
}
.MuiSvgIcon-fontSizeSmall {
font-size: 1.25rem;
margin-left: 6px;
}
.perso-info-recruiter {
font-size: 20px;
margin-bottom: 5px;
width: 100%;
font-style: italic;
font-weight: lighter;
}
.remove-link {
color: black !important;
float: right;
font-size: 16px;
}
.remove-link:hover {
color: #007bff !important;
text-decoration: none;
float: right;
font-size: 17px;
}
.update-pic {
font-size: 22px;
font-weight: lighter;
margin-bottom: 5px;
}
.company-pic {
float: left;
width: 80px;
height: 80px;
margin: 20px 30px 20px 0px;
}
.jp-descr-current {
white-space: pre-line;
}
.jp-title-view {
padding-top: 8px;
margin-bottom: 4px;
font-weight: bold;
}
.company-pic-view {
width: 90px;
height: 90px;
display: block;
margin-left: auto;
margin-right: auto;
}
.presentation-profile {
background-image: url("../../../images/bg-profile.jpg");
padding: 0;
}
.jobposts-recruiter-list {
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
padding: 0 5px;
}
.jobposts-recruiter-list::-webkit-scrollbar {
width: 8px;
height: 10px;
}
.jobposts-recruiter-list::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #c2c9d2;
}
/*
Only small device and down
*/
@media (max-width: 576px) {
.jobposts-recruiter-list {
height: auto;
max-height: 50vh;
overflow-y: auto;
}
} | 0.353651 | 0.10004 |
.navbar{
background-color: rgb(22, 119, 119);
}
.title-nav{
margin-left: 200px;
color: aliceblue;
font-size: 40px;
font-weight: 700;
}
#navbarNav{
margin-left: 200px;
}
.navlink{
color: aliceblue;
}
.img-draw{
margin-left: 20px;
margin-top: 5px;
}
.text-first{
width: 414px;
margin-top: 20px;
margin-left: 20px;
}
.btn{
margin-top: -75px;
margin-left: -520px;
font-size: 11px;
}
.embed-responsive{
width: 400px;
float:right;
margin-top: -340px;
margin-right: 100px;
}
.text-second{
width: 400px;
float: right;
margin-right: 93px;
}
.obesidade{
font-size: 15px;
margin-left: 9px;
margin-right: -3px;
}
footer{
width: 207px;
background-color: black;
margin-top: 94px;
margin-bottom: 20px;
font-size: 12px;
margin-left: 500px;
color: aqua;
}
.p-2{
width: 40px;
margin-bottom: 10px;
}
.d-flex{
margin-left: 20px;
margin-top: 20px;
}
.calcimc{
display: block;
width: 300px;
margin: auto;
}
.card-wrap{
margin-top: -678px;
margin-left: 485px;
background-color: rgb(142, 108, 160);
height: 200px;
}
.card-wrap label{
font-weight: 800;
font-size: 20px;
}
#botao{
margin: auto;
border: none;
border-radius: 10px;
background-color: chartreuse;
margin-bottom: -30px;
width: 70px;
margin-top: 10px;
}
.card{
border-radius: 10px;
border: none;
height: 84px;
margin-left: 10px;
}
.doencadesleixo{
float: right;
margin-right: 97px;
margin-top: 46px;
/* font-size: 26px; */
/* font-weight: 800; */
/* color: brown; */
}
.contato{
margin-left: 20px;
margin-top: 20px;
}
.quemsomos{
float: right;
margin-top: 200px;
margin-right: -406px;
width: 370px;
}
.sobre{
margin-top: 470px;
margin-left: 20px;
}
.alert{
width: 325px;
height: 95px;
margin: auto;
text-align: center;
color: mediumblue;
border-radius: 52px;
background-color: gainsboro;
display: none;
cursor: pointer;
}
/* @media screen and (min-width: 500px) and (max-width:640px) {
.navbar{
width: 100%;
}
.title-nav{
height: 60px;
font-size: 20px;
margin-right: 200px;
margin-bottom: 200px;
}
} */ | estilo.css | .navbar{
background-color: rgb(22, 119, 119);
}
.title-nav{
margin-left: 200px;
color: aliceblue;
font-size: 40px;
font-weight: 700;
}
#navbarNav{
margin-left: 200px;
}
.navlink{
color: aliceblue;
}
.img-draw{
margin-left: 20px;
margin-top: 5px;
}
.text-first{
width: 414px;
margin-top: 20px;
margin-left: 20px;
}
.btn{
margin-top: -75px;
margin-left: -520px;
font-size: 11px;
}
.embed-responsive{
width: 400px;
float:right;
margin-top: -340px;
margin-right: 100px;
}
.text-second{
width: 400px;
float: right;
margin-right: 93px;
}
.obesidade{
font-size: 15px;
margin-left: 9px;
margin-right: -3px;
}
footer{
width: 207px;
background-color: black;
margin-top: 94px;
margin-bottom: 20px;
font-size: 12px;
margin-left: 500px;
color: aqua;
}
.p-2{
width: 40px;
margin-bottom: 10px;
}
.d-flex{
margin-left: 20px;
margin-top: 20px;
}
.calcimc{
display: block;
width: 300px;
margin: auto;
}
.card-wrap{
margin-top: -678px;
margin-left: 485px;
background-color: rgb(142, 108, 160);
height: 200px;
}
.card-wrap label{
font-weight: 800;
font-size: 20px;
}
#botao{
margin: auto;
border: none;
border-radius: 10px;
background-color: chartreuse;
margin-bottom: -30px;
width: 70px;
margin-top: 10px;
}
.card{
border-radius: 10px;
border: none;
height: 84px;
margin-left: 10px;
}
.doencadesleixo{
float: right;
margin-right: 97px;
margin-top: 46px;
/* font-size: 26px; */
/* font-weight: 800; */
/* color: brown; */
}
.contato{
margin-left: 20px;
margin-top: 20px;
}
.quemsomos{
float: right;
margin-top: 200px;
margin-right: -406px;
width: 370px;
}
.sobre{
margin-top: 470px;
margin-left: 20px;
}
.alert{
width: 325px;
height: 95px;
margin: auto;
text-align: center;
color: mediumblue;
border-radius: 52px;
background-color: gainsboro;
display: none;
cursor: pointer;
}
/* @media screen and (min-width: 500px) and (max-width:640px) {
.navbar{
width: 100%;
}
.title-nav{
height: 60px;
font-size: 20px;
margin-right: 200px;
margin-bottom: 200px;
}
} */ | 0.307566 | 0.042068 |
body {
overflow-x: hidden;
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
p {
line-height: 1.75;
}
a {
color: #ce041b;
}
a:hover {
color: #ce041b;
}
.text-primary {
color: #ce041b !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
section {
padding: 100px 0;
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
@media (min-width: 768px) {
section {
padding: 150px 0;
}
}
.btn {
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-weight: 700;
}
.btn-xl {
font-size: 18px;
padding: 20px 40px;
}
.btn-primary {
background-color: #ce041b;
border-color: #ce041b;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #ce041b !important;
border-color: #ce041b !important;
color: white !important;
}
.btn-primary:active, .btn-primary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
::selection {
background: #fed136;
text-shadow: none;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
header.masthead {
text-align: center;
color: white;
background-color:#01040a
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
background-size: cover;
}
header.masthead .intro-text {
padding-top: 10px;
padding-bottom: 100px;
}
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
header.masthead .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
@media (min-width: 768px) {
header.masthead .intro-text {
padding-top: 300px;
padding-bottom: 200px;
}
header.masthead .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
header.masthead .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
} | css/agency.css | body {
overflow-x: hidden;
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
p {
line-height: 1.75;
}
a {
color: #ce041b;
}
a:hover {
color: #ce041b;
}
.text-primary {
color: #ce041b !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
section {
padding: 100px 0;
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
@media (min-width: 768px) {
section {
padding: 150px 0;
}
}
.btn {
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-weight: 700;
}
.btn-xl {
font-size: 18px;
padding: 20px 40px;
}
.btn-primary {
background-color: #ce041b;
border-color: #ce041b;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #ce041b !important;
border-color: #ce041b !important;
color: white !important;
}
.btn-primary:active, .btn-primary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
::selection {
background: #fed136;
text-shadow: none;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
header.masthead {
text-align: center;
color: white;
background-color:#01040a
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
background-size: cover;
}
header.masthead .intro-text {
padding-top: 10px;
padding-bottom: 100px;
}
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
header.masthead .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
@media (min-width: 768px) {
header.masthead .intro-text {
padding-top: 300px;
padding-bottom: 200px;
}
header.masthead .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
header.masthead .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
} | 0.509276 | 0.078642 |
@import "./variables.pcss.css";
/* Style the dialog-off-canvas container. */
.ui-dialog.ui-dialog-off-canvas {
/* Layer the dialog just under the toolbar. */
z-index: var(--jui-dialog-off-canvas-z-index);
padding: 0;
color: #ddd;
border-radius: 0;
background: #444;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3333);
}
.ui-widget.ui-dialog.ui-dialog-off-canvas {
border: 1px solid transparent;
}
/* Style the off-canvas dialog header. */
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
padding: var(--space-s) var(--jui-dialog-off-canvas-close-button-reserved-space) var(--space-s) var(--space-m); /* LTR */
border: 0;
border-bottom: 1px solid #000;
border-radius: 0;
background: #2d2d2d;
line-height: var(--line-height);
}
[dir="rtl"] .ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
padding-right: var(--space-m);
padding-left: var(--jui-dialog-off-canvas-close-button-reserved-space);
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
/* Push the text away from the icon. */
padding-left: calc(var(--space-m) + var(--space-s)); /* LTR */
/* Ensure that long titles are not truncated. */
white-space: normal;
background: transparent url(../../../../misc/icons/ffffff/pencil.svg);
background-repeat: no-repeat;
background-position: 0 50%; /* LTR */
background-size: 1.25rem 1.25rem;
font-size: var(--font-size-base);
}
[dir="rtl"] .ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
padding-right: calc(var(--space-m) + var(--space-s));
padding-left: 0;
background-position: 100% 50%;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close {
margin-right: var(--space-m);
margin-left: var(--space-m);
}
/* Override default styling from jQuery UI. */
#drupal-off-canvas .ui-state-default,
#drupal-off-canvas .ui-widget-content .ui-state-default,
#drupal-off-canvas .ui-widget-header .ui-state-default {
color: #333;
border: 0;
font-size: var(--font-size-s);
font-weight: normal;
}
#drupal-off-canvas .ui-widget-content a {
color: #85bef4;
}
#drupal-off-canvas .form-actions {
display: block;
} | web/core/themes/claro/css/base/off-canvas.theme.pcss.css | @import "./variables.pcss.css";
/* Style the dialog-off-canvas container. */
.ui-dialog.ui-dialog-off-canvas {
/* Layer the dialog just under the toolbar. */
z-index: var(--jui-dialog-off-canvas-z-index);
padding: 0;
color: #ddd;
border-radius: 0;
background: #444;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3333);
}
.ui-widget.ui-dialog.ui-dialog-off-canvas {
border: 1px solid transparent;
}
/* Style the off-canvas dialog header. */
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
padding: var(--space-s) var(--jui-dialog-off-canvas-close-button-reserved-space) var(--space-s) var(--space-m); /* LTR */
border: 0;
border-bottom: 1px solid #000;
border-radius: 0;
background: #2d2d2d;
line-height: var(--line-height);
}
[dir="rtl"] .ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
padding-right: var(--space-m);
padding-left: var(--jui-dialog-off-canvas-close-button-reserved-space);
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
/* Push the text away from the icon. */
padding-left: calc(var(--space-m) + var(--space-s)); /* LTR */
/* Ensure that long titles are not truncated. */
white-space: normal;
background: transparent url(../../../../misc/icons/ffffff/pencil.svg);
background-repeat: no-repeat;
background-position: 0 50%; /* LTR */
background-size: 1.25rem 1.25rem;
font-size: var(--font-size-base);
}
[dir="rtl"] .ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
padding-right: calc(var(--space-m) + var(--space-s));
padding-left: 0;
background-position: 100% 50%;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close {
margin-right: var(--space-m);
margin-left: var(--space-m);
}
/* Override default styling from jQuery UI. */
#drupal-off-canvas .ui-state-default,
#drupal-off-canvas .ui-widget-content .ui-state-default,
#drupal-off-canvas .ui-widget-header .ui-state-default {
color: #333;
border: 0;
font-size: var(--font-size-s);
font-weight: normal;
}
#drupal-off-canvas .ui-widget-content a {
color: #85bef4;
}
#drupal-off-canvas .form-actions {
display: block;
} | 0.273769 | 0.064007 |
@font-face {
font-family: ProximaNovaRegular;
src: url(../fonts/ProximaNovaRegular.ttf);
}
body {
background-image: url("../img/background.png");
background-position: center center;
background-attachment: fixed;
/*background: linear-gradient(#26ADB5 0%, #1DA3AD 33%, #1597A3 67%, #0E8C99 100%) no-repeat center center fixed;*/
background-repeat: repeat repeat;
font-family: ProximaNovaRegular, 'Roboto', sans-serif;
font-size: 15px;
color: #202326;
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 105px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 0;
color: black;
}
p, .p {
color: black;
}
a {
color: #B4C959;
text-decoration: none;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}
a:hover, a:active, a:focus {
color: #B4C959;
text-decoration: none;
}
.navbar-header img {
height: 100%;
padding: 0;
}
.footer {
position: absolute;
bottom: 0;
padding-top: 1em;
padding-bottom: 1em;
width: 100%;
/* Set the fixed height of the footer here */
background-color: #f8f8f8;
border-color: #e7e7e7;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.btn-primary {
background: #B4C959;
border-color: #B4C959;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
background: #a3b857 !important;
border-color: #9cb156;
}
footer p, footer small {
color: #777;
}
footer .row {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.panel-body {
padding: 2em;
}
.social-icons > a {
text-decoration: none;
padding-left: 0.5em;
font-size: 100%;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}
nav.navbar {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.table {
margin-bottom: 0;
}
div.panel {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
z-index: 3;
}
div.panel-body form {
padding: 0 !important;
}
.confirm-content {
margin-top: 70px
}
.content {
margin-top: 6em;
margin-bottom: 12.5em;
}
.margin-top {
margin-top: 0;
margin-bottom: 0;
}
.margin-top-adjusted {
margin-top: 0;
margin-bottom: 0;
}
a.icon {
text-decoration: none;
position: relative;
color: black;
font-size: 70px;
margin-left: 5px;
margin-right: 5px;
}
img.icon {
height: 70px;
width: 70px;
}
.col-centered {
width: 380px;
position: absolute;
margin: 0 0 0 -190px;
left: 50%;
}
.no-padding {
padding: 0;
}
.orderable {
background: url(../img/sort_both.png) no-repeat center right;
}
.orderable > a {
color: #333;
text-decoration: none;
}
.orderable.desc {
background: url(../img/sort_desc.png) no-repeat center right;
}
.orderable.asc {
background: url(../img/sort_asc.png) no-repeat center right;
}
.filter > div > label {
padding-right: 5px;
padding-left: 5px;
}
.required > label::after {
content: ' *';
color: red;
}
.alert {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-moz-border-radius: 0;
border-radius: 0;
border: 0;
text-align: center;
font-size: 18px;
}
.alert-danger {
background: #B4C959;
color: #FBFBFB;
}
.alert-success {
background: #11AFC9;
color: #FBFBFB;
}
.alert-warning {
background: #B4C959;
color: #FBFBFB;
}
img {
margin: 0 auto;
padding: 15px;
}
@media (max-width: 768px) {
.text-center-xs {
text-align: center;
}
footer {
text-align: center;
}
body {
/* Margin bottom by footer height */
margin-bottom: 145px;
}
.content {
margin-bottom: 16em !important;
}
}
/* cookie notice */
#cookie-notice{
position:fixed;
bottom:0;
width:100%;
padding: 0.5em 1em;
text-align: center;
transition: bottom 1s;
background-color:#B4C959;
z-index:1031; /*footer was set to 1030*/
box-shadow: 0px 15px 15px 15px black;
color:white;
}
#cookie-notice div{
width: 100px;
padding: 5px 10px;
margin: 0.5em auto;
background-color:#202326;
cursor: pointer;
}
#cookies-a {
color: #FFF;
text-decoration: underline !important;
}
.team-info {
color: #B4C959;
font-size: 18px;
}
.team-info-margin {
margin-bottom: 1.5em;
}
#popup-scan {
position: absolute;
top: 50px;
left: 50%;
transform: translateX(-50%);
width: 90%;
max-width: 600px;
padding: 15px;
text-align: center;
z-index: 1500;
background-color: white;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
}
#popup-scan video {
width: 100%;
margin: 0 auto;
}
.veil {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1250;
background-color: rgba(30,30,30,0.9);
cursor: pointer;
} | app/static/css/main.css | @font-face {
font-family: ProximaNovaRegular;
src: url(../fonts/ProximaNovaRegular.ttf);
}
body {
background-image: url("../img/background.png");
background-position: center center;
background-attachment: fixed;
/*background: linear-gradient(#26ADB5 0%, #1DA3AD 33%, #1597A3 67%, #0E8C99 100%) no-repeat center center fixed;*/
background-repeat: repeat repeat;
font-family: ProximaNovaRegular, 'Roboto', sans-serif;
font-size: 15px;
color: #202326;
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 105px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 0;
color: black;
}
p, .p {
color: black;
}
a {
color: #B4C959;
text-decoration: none;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}
a:hover, a:active, a:focus {
color: #B4C959;
text-decoration: none;
}
.navbar-header img {
height: 100%;
padding: 0;
}
.footer {
position: absolute;
bottom: 0;
padding-top: 1em;
padding-bottom: 1em;
width: 100%;
/* Set the fixed height of the footer here */
background-color: #f8f8f8;
border-color: #e7e7e7;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.btn-primary {
background: #B4C959;
border-color: #B4C959;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
background: #a3b857 !important;
border-color: #9cb156;
}
footer p, footer small {
color: #777;
}
footer .row {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.panel-body {
padding: 2em;
}
.social-icons > a {
text-decoration: none;
padding-left: 0.5em;
font-size: 100%;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}
nav.navbar {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.table {
margin-bottom: 0;
}
div.panel {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
z-index: 3;
}
div.panel-body form {
padding: 0 !important;
}
.confirm-content {
margin-top: 70px
}
.content {
margin-top: 6em;
margin-bottom: 12.5em;
}
.margin-top {
margin-top: 0;
margin-bottom: 0;
}
.margin-top-adjusted {
margin-top: 0;
margin-bottom: 0;
}
a.icon {
text-decoration: none;
position: relative;
color: black;
font-size: 70px;
margin-left: 5px;
margin-right: 5px;
}
img.icon {
height: 70px;
width: 70px;
}
.col-centered {
width: 380px;
position: absolute;
margin: 0 0 0 -190px;
left: 50%;
}
.no-padding {
padding: 0;
}
.orderable {
background: url(../img/sort_both.png) no-repeat center right;
}
.orderable > a {
color: #333;
text-decoration: none;
}
.orderable.desc {
background: url(../img/sort_desc.png) no-repeat center right;
}
.orderable.asc {
background: url(../img/sort_asc.png) no-repeat center right;
}
.filter > div > label {
padding-right: 5px;
padding-left: 5px;
}
.required > label::after {
content: ' *';
color: red;
}
.alert {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-moz-border-radius: 0;
border-radius: 0;
border: 0;
text-align: center;
font-size: 18px;
}
.alert-danger {
background: #B4C959;
color: #FBFBFB;
}
.alert-success {
background: #11AFC9;
color: #FBFBFB;
}
.alert-warning {
background: #B4C959;
color: #FBFBFB;
}
img {
margin: 0 auto;
padding: 15px;
}
@media (max-width: 768px) {
.text-center-xs {
text-align: center;
}
footer {
text-align: center;
}
body {
/* Margin bottom by footer height */
margin-bottom: 145px;
}
.content {
margin-bottom: 16em !important;
}
}
/* cookie notice */
#cookie-notice{
position:fixed;
bottom:0;
width:100%;
padding: 0.5em 1em;
text-align: center;
transition: bottom 1s;
background-color:#B4C959;
z-index:1031; /*footer was set to 1030*/
box-shadow: 0px 15px 15px 15px black;
color:white;
}
#cookie-notice div{
width: 100px;
padding: 5px 10px;
margin: 0.5em auto;
background-color:#202326;
cursor: pointer;
}
#cookies-a {
color: #FFF;
text-decoration: underline !important;
}
.team-info {
color: #B4C959;
font-size: 18px;
}
.team-info-margin {
margin-bottom: 1.5em;
}
#popup-scan {
position: absolute;
top: 50px;
left: 50%;
transform: translateX(-50%);
width: 90%;
max-width: 600px;
padding: 15px;
text-align: center;
z-index: 1500;
background-color: white;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
}
#popup-scan video {
width: 100%;
margin: 0 auto;
}
.veil {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1250;
background-color: rgba(30,30,30,0.9);
cursor: pointer;
} | 0.31732 | 0.079175 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root {
/*Colores*/
--js-yellow: #f0db4f;
--strong-orange:#f36304;
--mustard-yellow:#ffca00;
}
*{
box-sizing:border-box;
margin:0;
padding: 0;
}
body{
background:#1d3e52;
overflow-y: visible;
overflow-x: hidden;
}
html{
font-family: 'Poppins', sans-serif;
}
.header-container{
display:flex;
text-align: center;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 30px 15px;
width: 100vw;
}
.header-container h1{
color:white;
}
.header-container p{
color:var(--js-yellow);
}
.form-container{
width: 100vw;
display:grid;
justify-content: center;
}
.form-container form{
display:flex;
flex-direction: column;
align-items: center;
color:var(--mustard-yellow);
width: 90vw;
min-width: 300px;
max-width: 450px;
margin: 10px 10px 25px 10px;
background-color: #51446e;
border-radius: 15px;
padding: 20px;
}
.form-container form h3{
color:white;
text-align: center;
}
.form-container .form__labelAndInputs{
margin-bottom: 20px;
display:flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.form-container .form__labelAndInputs label{
margin: 20px 0 5px;
}
.form-container .form__labelAndInputs input{
border: none;
outline: none;
border-radius: 5px;
text-align: center;
height: 25px;
}
.form-container .form__labelAndInputs input:hover{
box-shadow: 0 1px 6px 0 #20212447;
border-color: #dfe1e500;
font-family: 'Poppins', sans-serif;
}
.form-container form .form__button{
width: 230px;
height: 40px;
color: #fff;
border-radius: 5px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
outline: none;
background: var(--o);
border: none;
z-index: 1;
}
.form-container form .form__button:after{
position: absolute;
content: "";
width: 100%;
height: 0;
top: 0;
left: 0;
z-index: -1;
border-radius: 5px;
background-image: linear-gradient(315deg, var(--o) 0%, var(--i) 74%);
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
transition: all 0.3s ease;
}
.form-container form .form__button:hover {
color: #000;
}
.form-container form .form__button:hover:after {
top: auto;
bottom: 0;
height: 100%;
}
.form-container form .form__button:active {
top: 2px;
}
.results-Container{
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.myItemList-Container{
display: flex;
align-items: center;
color:white;
flex-direction: column;
}
.myItemList-Container h3{
color: white;
text-align: center;
margin: 0 7px 8px 7px;
}
main .results-Container .medidas-Container{
background-color: white;
min-width: 310px;
width: 86%;
max-width: 400px;
display: flex;
align-content: center;
flex-direction: column;
text-align: center;
border-radius: 10px;
margin-top: 20px;
}
main .results-Container .medidas-Container h3{
padding: 15px 0;
}
main .results-Container .medidas-Container p{
padding: 0 15px 15px 15px;
color: #51446e;
}
main .results-Container .medidas-Container select{
border: none;
outline: none;
border-radius: 5px;
text-align: center;
height: 25px;
margin: 4px 55px 12px 55px;
font-family: 'Poppins', sans-serif;
}
main .results-Container .medidas-Container select:hover{
box-shadow: 0 1px 6px 0 #20212447;
border-color: #dfe1e500;
font-family: 'Poppins', sans-serif;
}
footer{
display: flex;
justify-content: center;
color:white;
margin: 25px 0;
} | MediaMedianaModa/styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root {
/*Colores*/
--js-yellow: #f0db4f;
--strong-orange:#f36304;
--mustard-yellow:#ffca00;
}
*{
box-sizing:border-box;
margin:0;
padding: 0;
}
body{
background:#1d3e52;
overflow-y: visible;
overflow-x: hidden;
}
html{
font-family: 'Poppins', sans-serif;
}
.header-container{
display:flex;
text-align: center;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 30px 15px;
width: 100vw;
}
.header-container h1{
color:white;
}
.header-container p{
color:var(--js-yellow);
}
.form-container{
width: 100vw;
display:grid;
justify-content: center;
}
.form-container form{
display:flex;
flex-direction: column;
align-items: center;
color:var(--mustard-yellow);
width: 90vw;
min-width: 300px;
max-width: 450px;
margin: 10px 10px 25px 10px;
background-color: #51446e;
border-radius: 15px;
padding: 20px;
}
.form-container form h3{
color:white;
text-align: center;
}
.form-container .form__labelAndInputs{
margin-bottom: 20px;
display:flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.form-container .form__labelAndInputs label{
margin: 20px 0 5px;
}
.form-container .form__labelAndInputs input{
border: none;
outline: none;
border-radius: 5px;
text-align: center;
height: 25px;
}
.form-container .form__labelAndInputs input:hover{
box-shadow: 0 1px 6px 0 #20212447;
border-color: #dfe1e500;
font-family: 'Poppins', sans-serif;
}
.form-container form .form__button{
width: 230px;
height: 40px;
color: #fff;
border-radius: 5px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
outline: none;
background: var(--o);
border: none;
z-index: 1;
}
.form-container form .form__button:after{
position: absolute;
content: "";
width: 100%;
height: 0;
top: 0;
left: 0;
z-index: -1;
border-radius: 5px;
background-image: linear-gradient(315deg, var(--o) 0%, var(--i) 74%);
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
transition: all 0.3s ease;
}
.form-container form .form__button:hover {
color: #000;
}
.form-container form .form__button:hover:after {
top: auto;
bottom: 0;
height: 100%;
}
.form-container form .form__button:active {
top: 2px;
}
.results-Container{
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.myItemList-Container{
display: flex;
align-items: center;
color:white;
flex-direction: column;
}
.myItemList-Container h3{
color: white;
text-align: center;
margin: 0 7px 8px 7px;
}
main .results-Container .medidas-Container{
background-color: white;
min-width: 310px;
width: 86%;
max-width: 400px;
display: flex;
align-content: center;
flex-direction: column;
text-align: center;
border-radius: 10px;
margin-top: 20px;
}
main .results-Container .medidas-Container h3{
padding: 15px 0;
}
main .results-Container .medidas-Container p{
padding: 0 15px 15px 15px;
color: #51446e;
}
main .results-Container .medidas-Container select{
border: none;
outline: none;
border-radius: 5px;
text-align: center;
height: 25px;
margin: 4px 55px 12px 55px;
font-family: 'Poppins', sans-serif;
}
main .results-Container .medidas-Container select:hover{
box-shadow: 0 1px 6px 0 #20212447;
border-color: #dfe1e500;
font-family: 'Poppins', sans-serif;
}
footer{
display: flex;
justify-content: center;
color:white;
margin: 25px 0;
} | 0.34621 | 0.072472 |
body{
font-family: 'Roboto', sans-serif;
background-image: url(../images/1\ \(1\).jpg)!important;
background-attachment: fixed;
background-position: center;
background-size: cover;
font-size: 16px;
position: relative;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
::selection{
border-radius: 80px;
background-color: #fd5f03;
}
::-webkit-scrollbar{
border-radius: 80px;
width: 10px;
background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb{
border-radius: 80px;
background-color: #fd5f03;
}
.nav{
display: none;
}
.wrapper{
right: 60%;
top: 88%;
position: fixed;
display: inline-flex;
}
.wrapper .icon{
margin: 0 20px;
text-align: center;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 2;
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span{
display: block;
height: 60px;
width: 60px;
background: #ffffff9a;
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i{
color: #282627;
line-height: 60px;
font-size: 25px;
}
.wrapper .icon .tooltip{
position: absolute;
top: 0;
z-index: 1;
background: #fff;
color: #fff;
padding: 10px 18px;
font-size: 20px;
font-weight: 500;
border-radius: 25px;
opacity: 0;
pointer-events: none;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip{
top: -70px;
opacity: 1;
pointer-events: auto;
}
.icon .tooltip:before{
position: absolute;
content: "";
height: 15px;
width: 15px;
background: #fff;
left: 50%;
bottom: -6px;
transform: translateX(-50%) rotate(45deg);
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover span i{
color: #fff;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip{
text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .Websites:hover span,
.wrapper .Websites:hover .tooltip,
.wrapper .Websites:hover .tooltip:before{
background: #282627;
}
.wrapper .Games:hover span,
.wrapper .Games:hover .tooltip,
.wrapper .Games:hover .tooltip:before{
background: #46C1F6;
}
.wrapper .Podcasts:hover span,
.wrapper .Podcasts:hover .tooltip,
.wrapper .Podcasts:hover .tooltip:before{
background: #e1306c;
}
.wrapper .Books:hover span,
.wrapper .Books:hover .tooltip,
.wrapper .Books:hover .tooltip:before{
background: #46C1F6;
}
.wrapper .News:hover span,
.wrapper .News:hover .tooltip,
.wrapper .News:hover .tooltip:before{
background: #ff8400;
}
.wrapper .Download:hover span,
.wrapper .Download:hover .tooltip,
.wrapper .Download:hover .tooltip:before{
background: #08d549;
}
.loader-container{
width: 100%;
height: 100%;
background-color: #000000;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
z-index: 88888;
}
.obj{
width: 6px;
height: 40px;
background: white;
margin: 0 3px;
border-radius: 10px;
animation: loading 0.8s infinite;
}
.obj:nth-child(2){
animation-delay: 0.1s;
}
.obj:nth-child(3){
animation-delay: 0.2s;
}
.obj:nth-child(4){
animation-delay: 0.3s;
}
.obj:nth-child(5){
animation-delay: 0.4s;
}
.obj:nth-child(6){
animation-delay: 0.5s;
}
.obj:nth-child(7){
animation-delay: 0.6s;
}
.obj:nth-child(8){
animation-delay: 0.7s;
}
@keyframes loading {
0%{
height: 0;
}
50%{
height: 40px;
}
100%{
height: 0;
}
}
.navbar{
text-decoration: none;
position: relative;
background-color: transparent;
width: 100%;
padding: 30px 0;
top: 0;
z-index: 999;
transition: .3s linear;
}
.inner-width{
max-width: 1300px;
margin: auto;
padding: 0 40px;
}
.navbar .inner-width{
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 100px;
height: 100px;
background-size: contain;
}
.menu-toggler{
background: none;
width: 40px;
border: none;
cursor: pointer;
position: relative;
outline: none;
z-index: 999;
display: none;
}
.menu-toggler span{
display: block;
height: 3px;
background-color: rgb(251, 101, 0);
margin: 6px 0;
position: relative;
transition: .3s linear;
}
.navbar-menu a{
text-decoration: none;
color: #282627;
font-size: 20px;
font-weight: 500;
margin-left: 30px;
transition: .2s linear;
}
.navbar-menu a:hover{
color: #fb6500 !important;
}
.sticky{
background-color: transparent;
padding: 18px 0;
}
/*
.sticky .logo{
background-image: url(../images/Logo_black.png);
} */
.sticky .navbar-menu a{
color: #111;
}
.sticky .menu-toggler span{
background-color: #111;
}
h1{
font-family: Georgia, 'Times New Roman', Times, serif;
padding-top: 2%;
text-align: center;
font-weight: 700 !important;
font-size: 50px !important;
margin:0 0 20px;
text-transform: uppercase;
color: #fd5f03;
}
ul{
margin:0;
list-style-type: none;
}
.row{
padding-top: 5%;
}
#filter-list{
display: inline-block;
border:3px solid #fd5f03;
border-radius: 30px;
padding: 4px;
margin:0 0 60px;
background-color: #ffffff00;
}
#filter-list li{
display: inline-block;
font-size: 16px;
color: #fb7d07;
text-transform: uppercase;
line-height: 50px;
text-align: center;
border-radius: 25px;
font-weight: 700;
padding: 0 20px;
min-width: 130px;
cursor: pointer;
-webkit-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#filter-list li.active,
#filter-list li:hover{
background-color: #fd6500;
color: #fff;
}
img{
width: 100%;
min-height: 250px;
}
.main{
padding: 40px 0;
}
.col-md-3{
margin-bottom: 40px;
}
.album-poster{
position: relative;
display: block;
border-radius: 7px;
overflow: hidden;
box-shadow: 0 15px 35px #000000;
transition: all ease 0.4s;
}
.album-poster:hover{
box-shadow: none;
transform: scale(0.98) translateY(5px);
}
h3{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 34px;
margin-bottom: 34px;
border-bottom: 4px solid #e6e6e6;
padding-bottom: 15px;
}
p{
font-size: 15px;
}
h4{
font-family: cursive;
font-size: 16px;
text-transform: uppercase;
margin-top: 15px;
font-weight: 700;
}
.side{
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 5;
}
.side a{
background: #e74c3c;
color: white;
font-size: 22px;
display: block;
width: 130px;
padding: 12px;
text-decoration: none;
margin: 8px 0;
color: white;
border-radius: 6px;
margin-left: -110px;
transition: 0.6s all;
}
.side a:hover{
margin-left: 0;
}
.box2{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 50px 50px;
}
.box2 iframe{
box-shadow: 0 15px 35px #000000;
transition: all ease 0.4s;
}
.box2 iframe:hover{
box-shadow: none;
transform: scale(0.98) translateY(5px);
}
footer{
text-decoration: none;
background-color: transparent;
color: #282627;
padding: 80px 0;
text-align: center;
}
.inner-width2{
margin: auto;
padding: 0 40px;
}
.copyright{
margin-bottom: 20px;
font-size: 15px;
}
.copyright a{
font-size: 16px;
color: rgb(251, 101, 0);
font-weight: 500;
}
.sm a{
text-decoration: none;
color: #282627;
padding-top: 40px;
font-size: 22px;
margin: 0 25px;
transition: .2s linear;
}
.sm a:hover{
color: rgb(251, 101, 0);
}
.goTop{
position: fixed;
z-index: 999;
bottom: 70px;
right: 30px;
width: 40px;
height: 40px;
background-color: rgb(251, 101, 0);
border: none;
border-radius: 6px;
cursor: pointer;
color: #fff;
outline: none;
display: none;
}
.goTop:hover{
background:rgb(255, 255, 255);
color: rgb(251, 101, 0);
}
@media screen and (width: 1024px){
.wrapper{
top: 95%;
}
}
@media screen and (min-width: 650px){
.inner-width{
margin-left: 20% !important;
}
}
@media screen and (min-width: 601px){
.inner-width{
margin-left: 10% !important;
}
}
@media screen and (min-width: 1000px){
.inner-width{
margin-left: 40% !important;
}
}
@media screen and (min-width: 1200px){
.inner-width{
margin-left: 50% !important;
}
}
@media screen and (min-width: 540px){
.inner-width{
margin-left: 90%;
}
}
@media(width: 540px){
.box2{
padding-left: 21%;
}
}
@media(width: 768px){
.box2{
padding-left: 30%;
}
}
@media(width: 600px){
.box2{
padding-left: 15%;
}
}
@media(width: 800px){
.box2{
padding-left: 30%;
}
}
@media screen and (max-width: 600px){
.menu-toggler{
display: block;
}
.wrapper{
display: none;
}
.navbar-menu{
position: fixed;
height: 100%;
width: 100%;
background-color: #282627;
top: 0;
right: -100%;
max-width: 400px;
padding: 80px 50px;
transition: .3s linear;
}
.navbar-menu a{
display: block;
font-size: 30px;
margin: 30px 0;
color: #fff;
font-weight: 500;
margin-left: 30px;
transition: .2s linear;
}
.navbar-menu a:hover{
color: #fb6500 !important;
}
.navbar-menu a::after{
content: '';
width: 0%;
height: 5px;
background: #fb7d07;
background: -webkit-linear-gradient(to left, #361b02, #ffa755);
position: absolute;
bottom: 0%;
left: 50%;
border-radius: 10px;
transition: all 500ms ease;
}
.navbar-menu a:hover::after{
left: 0%;
width: 100%;
}
.sticky .navbar-menu{
background-color: #f1f1f19e;
}
.navbar-menu.active{
right: 0;
}
.menu-toggler.active span:nth-child(1){
transform: rotate(-45deg);
top: 4px;
}
.menu-toggler.active span:nth-child(2){
opacity: 0;
}
.menu-toggler.active span:nth-child(3){
transform: rotate(45deg);
bottom: 14px;
}
.inner-width{
max-width: 800px;
margin-left: 40%;
}
#filter-list{
display: flex !important;
background-color: #00000012;
border-radius: 5px;
height: 120px;
border:0px transparent;
overflow-x: auto;
overflow-y: hidden;
}
#filter-list li{
display: flex;
font-size: 26px;
color: #fb7d07;
text-transform: uppercase;
line-height: 50px;
text-align: center;
border-radius: 25px;
font-weight: 800;
padding: 0 20px;
cursor: pointer;
-webkit-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#filter-list li.active,
#filter-list li:hover{
background-color: transparent;
color: #282627;
animation: rubberBand 1s;
}
.navigation-menu i{
font-size: 26px;
}
.navigation-menu a{
font-size: 24px;
}
h1 i{
margin-right: -5%;
}
.inner-width2{
max-width: 800px;
}
.row{
padding-left: 5%;
padding-right: 5%;
}
}
@media(max-width: 980px){
.box2{
grid-template-columns: 1fr;
padding-left: 10%;
}
.box2 iframe{
width: 100%;
box-shadow: 0 15px 35px #000000;
transition: all ease 0.4s;
}
.box2 iframe:hover{
box-shadow: none;
transform: scale(0.98) translateY(5px);
}
.wrapper{
/* top: 95%; */
right: 0%;
}
.nav{
display: none;
}
.box img{
Left: 10%;
}
}
@media screen and (max-width: 1457px){
.wrapper{
right: 5%;
}
.nav{
display: none;
}
}
@media screen and (max-width: 700px){
.wrapper{
display: none;
}
.nav {
right: 0%;
position: fixed;
bottom: 0;
width: 100%;
height: 55px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
display: flex;
overflow-x: auto;
}
.nav__link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1;
min-width: 50px;
overflow: hidden;
white-space: nowrap;
font-family: sans-serif;
font-size: 13px;
color: #444444;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
transition: background-color 0.1s ease-in-out;
}
.nav__link:hover {
background-color: #282627;
color: #ffffff;
}
.nav__link--active {
color: #ff8400;
}
.nav__icon {
font-size: 18px;
}
}
@media(prefers-color-scheme: dark){
.nav{
background-color: #282627;
}
.nav__link{
color: #f1f1f1;
}
.nav__link:hover {
background-color: #ffffff;
color: #282627;
}
} | css/podcast_child.css | body{
font-family: 'Roboto', sans-serif;
background-image: url(../images/1\ \(1\).jpg)!important;
background-attachment: fixed;
background-position: center;
background-size: cover;
font-size: 16px;
position: relative;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
::selection{
border-radius: 80px;
background-color: #fd5f03;
}
::-webkit-scrollbar{
border-radius: 80px;
width: 10px;
background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb{
border-radius: 80px;
background-color: #fd5f03;
}
.nav{
display: none;
}
.wrapper{
right: 60%;
top: 88%;
position: fixed;
display: inline-flex;
}
.wrapper .icon{
margin: 0 20px;
text-align: center;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 2;
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span{
display: block;
height: 60px;
width: 60px;
background: #ffffff9a;
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i{
color: #282627;
line-height: 60px;
font-size: 25px;
}
.wrapper .icon .tooltip{
position: absolute;
top: 0;
z-index: 1;
background: #fff;
color: #fff;
padding: 10px 18px;
font-size: 20px;
font-weight: 500;
border-radius: 25px;
opacity: 0;
pointer-events: none;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip{
top: -70px;
opacity: 1;
pointer-events: auto;
}
.icon .tooltip:before{
position: absolute;
content: "";
height: 15px;
width: 15px;
background: #fff;
left: 50%;
bottom: -6px;
transform: translateX(-50%) rotate(45deg);
transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover span i{
color: #fff;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip{
text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .Websites:hover span,
.wrapper .Websites:hover .tooltip,
.wrapper .Websites:hover .tooltip:before{
background: #282627;
}
.wrapper .Games:hover span,
.wrapper .Games:hover .tooltip,
.wrapper .Games:hover .tooltip:before{
background: #46C1F6;
}
.wrapper .Podcasts:hover span,
.wrapper .Podcasts:hover .tooltip,
.wrapper .Podcasts:hover .tooltip:before{
background: #e1306c;
}
.wrapper .Books:hover span,
.wrapper .Books:hover .tooltip,
.wrapper .Books:hover .tooltip:before{
background: #46C1F6;
}
.wrapper .News:hover span,
.wrapper .News:hover .tooltip,
.wrapper .News:hover .tooltip:before{
background: #ff8400;
}
.wrapper .Download:hover span,
.wrapper .Download:hover .tooltip,
.wrapper .Download:hover .tooltip:before{
background: #08d549;
}
.loader-container{
width: 100%;
height: 100%;
background-color: #000000;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
z-index: 88888;
}
.obj{
width: 6px;
height: 40px;
background: white;
margin: 0 3px;
border-radius: 10px;
animation: loading 0.8s infinite;
}
.obj:nth-child(2){
animation-delay: 0.1s;
}
.obj:nth-child(3){
animation-delay: 0.2s;
}
.obj:nth-child(4){
animation-delay: 0.3s;
}
.obj:nth-child(5){
animation-delay: 0.4s;
}
.obj:nth-child(6){
animation-delay: 0.5s;
}
.obj:nth-child(7){
animation-delay: 0.6s;
}
.obj:nth-child(8){
animation-delay: 0.7s;
}
@keyframes loading {
0%{
height: 0;
}
50%{
height: 40px;
}
100%{
height: 0;
}
}
.navbar{
text-decoration: none;
position: relative;
background-color: transparent;
width: 100%;
padding: 30px 0;
top: 0;
z-index: 999;
transition: .3s linear;
}
.inner-width{
max-width: 1300px;
margin: auto;
padding: 0 40px;
}
.navbar .inner-width{
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 100px;
height: 100px;
background-size: contain;
}
.menu-toggler{
background: none;
width: 40px;
border: none;
cursor: pointer;
position: relative;
outline: none;
z-index: 999;
display: none;
}
.menu-toggler span{
display: block;
height: 3px;
background-color: rgb(251, 101, 0);
margin: 6px 0;
position: relative;
transition: .3s linear;
}
.navbar-menu a{
text-decoration: none;
color: #282627;
font-size: 20px;
font-weight: 500;
margin-left: 30px;
transition: .2s linear;
}
.navbar-menu a:hover{
color: #fb6500 !important;
}
.sticky{
background-color: transparent;
padding: 18px 0;
}
/*
.sticky .logo{
background-image: url(../images/Logo_black.png);
} */
.sticky .navbar-menu a{
color: #111;
}
.sticky .menu-toggler span{
background-color: #111;
}
h1{
font-family: Georgia, 'Times New Roman', Times, serif;
padding-top: 2%;
text-align: center;
font-weight: 700 !important;
font-size: 50px !important;
margin:0 0 20px;
text-transform: uppercase;
color: #fd5f03;
}
ul{
margin:0;
list-style-type: none;
}
.row{
padding-top: 5%;
}
#filter-list{
display: inline-block;
border:3px solid #fd5f03;
border-radius: 30px;
padding: 4px;
margin:0 0 60px;
background-color: #ffffff00;
}
#filter-list li{
display: inline-block;
font-size: 16px;
color: #fb7d07;
text-transform: uppercase;
line-height: 50px;
text-align: center;
border-radius: 25px;
font-weight: 700;
padding: 0 20px;
min-width: 130px;
cursor: pointer;
-webkit-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#filter-list li.active,
#filter-list li:hover{
background-color: #fd6500;
color: #fff;
}
img{
width: 100%;
min-height: 250px;
}
.main{
padding: 40px 0;
}
.col-md-3{
margin-bottom: 40px;
}
.album-poster{
position: relative;
display: block;
border-radius: 7px;
overflow: hidden;
box-shadow: 0 15px 35px #000000;
transition: all ease 0.4s;
}
.album-poster:hover{
box-shadow: none;
transform: scale(0.98) translateY(5px);
}
h3{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 34px;
margin-bottom: 34px;
border-bottom: 4px solid #e6e6e6;
padding-bottom: 15px;
}
p{
font-size: 15px;
}
h4{
font-family: cursive;
font-size: 16px;
text-transform: uppercase;
margin-top: 15px;
font-weight: 700;
}
.side{
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 5;
}
.side a{
background: #e74c3c;
color: white;
font-size: 22px;
display: block;
width: 130px;
padding: 12px;
text-decoration: none;
margin: 8px 0;
color: white;
border-radius: 6px;
margin-left: -110px;
transition: 0.6s all;
}
.side a:hover{
margin-left: 0;
}
.box2{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 50px 50px;
}
.box2 iframe{
box-shadow: 0 15px 35px #000000;
transition: all ease 0.4s;
}
.box2 iframe:hover{
box-shadow: none;
transform: scale(0.98) translateY(5px);
}
footer{
text-decoration: none;
background-color: transparent;
color: #282627;
padding: 80px 0;
text-align: center;
}
.inner-width2{
margin: auto;
padding: 0 40px;
}
.copyright{
margin-bottom: 20px;
font-size: 15px;
}
.copyright a{
font-size: 16px;
color: rgb(251, 101, 0);
font-weight: 500;
}
.sm a{
text-decoration: none;
color: #282627;
padding-top: 40px;
font-size: 22px;
margin: 0 25px;
transition: .2s linear;
}
.sm a:hover{
color: rgb(251, 101, 0);
}
.goTop{
position: fixed;
z-index: 999;
bottom: 70px;
right: 30px;
width: 40px;
height: 40px;
background-color: rgb(251, 101, 0);
border: none;
border-radius: 6px;
cursor: pointer;
color: #fff;
outline: none;
display: none;
}
.goTop:hover{
background:rgb(255, 255, 255);
color: rgb(251, 101, 0);
}
@media screen and (width: 1024px){
.wrapper{
top: 95%;
}
}
@media screen and (min-width: 650px){
.inner-width{
margin-left: 20% !important;
}
}
@media screen and (min-width: 601px){
.inner-width{
margin-left: 10% !important;
}
}
@media screen and (min-width: 1000px){
.inner-width{
margin-left: 40% !important;
}
}
@media screen and (min-width: 1200px){
.inner-width{
margin-left: 50% !important;
}
}
@media screen and (min-width: 540px){
.inner-width{
margin-left: 90%;
}
}
@media(width: 540px){
.box2{
padding-left: 21%;
}
}
@media(width: 768px){
.box2{
padding-left: 30%;
}
}
@media(width: 600px){
.box2{
padding-left: 15%;
}
}
@media(width: 800px){
.box2{
padding-left: 30%;
}
}
@media screen and (max-width: 600px){
.menu-toggler{
display: block;
}
.wrapper{
display: none;
}
.navbar-menu{
position: fixed;
height: 100%;
width: 100%;
background-color: #282627;
top: 0;
right: -100%;
max-width: 400px;
padding: 80px 50px;
transition: .3s linear;
}
.navbar-menu a{
display: block;
font-size: 30px;
margin: 30px 0;
color: #fff;
font-weight: 500;
margin-left: 30px;
transition: .2s linear;
}
.navbar-menu a:hover{
color: #fb6500 !important;
}
.navbar-menu a::after{
content: '';
width: 0%;
height: 5px;
background: #fb7d07;
background: -webkit-linear-gradient(to left, #361b02, #ffa755);
position: absolute;
bottom: 0%;
left: 50%;
border-radius: 10px;
transition: all 500ms ease;
}
.navbar-menu a:hover::after{
left: 0%;
width: 100%;
}
.sticky .navbar-menu{
background-color: #f1f1f19e;
}
.navbar-menu.active{
right: 0;
}
.menu-toggler.active span:nth-child(1){
transform: rotate(-45deg);
top: 4px;
}
.menu-toggler.active span:nth-child(2){
opacity: 0;
}
.menu-toggler.active span:nth-child(3){
transform: rotate(45deg);
bottom: 14px;
}
.inner-width{
max-width: 800px;
margin-left: 40%;
}
#filter-list{
display: flex !important;
background-color: #00000012;
border-radius: 5px;
height: 120px;
border:0px transparent;
overflow-x: auto;
overflow-y: hidden;
}
#filter-list li{
display: flex;
font-size: 26px;
color: #fb7d07;
text-transform: uppercase;
line-height: 50px;
text-align: center;
border-radius: 25px;
font-weight: 800;
padding: 0 20px;
cursor: pointer;
-webkit-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#filter-list li.active,
#filter-list li:hover{
background-color: transparent;
color: #282627;
animation: rubberBand 1s;
}
.navigation-menu i{
font-size: 26px;
}
.navigation-menu a{
font-size: 24px;
}
h1 i{
margin-right: -5%;
}
.inner-width2{
max-width: 800px;
}
.row{
padding-left: 5%;
padding-right: 5%;
}
}
@media(max-width: 980px){
.box2{
grid-template-columns: 1fr;
padding-left: 10%;
}
.box2 iframe{
width: 100%;
box-shadow: 0 15px 35px #000000;
transition: all ease 0.4s;
}
.box2 iframe:hover{
box-shadow: none;
transform: scale(0.98) translateY(5px);
}
.wrapper{
/* top: 95%; */
right: 0%;
}
.nav{
display: none;
}
.box img{
Left: 10%;
}
}
@media screen and (max-width: 1457px){
.wrapper{
right: 5%;
}
.nav{
display: none;
}
}
@media screen and (max-width: 700px){
.wrapper{
display: none;
}
.nav {
right: 0%;
position: fixed;
bottom: 0;
width: 100%;
height: 55px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
display: flex;
overflow-x: auto;
}
.nav__link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1;
min-width: 50px;
overflow: hidden;
white-space: nowrap;
font-family: sans-serif;
font-size: 13px;
color: #444444;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
transition: background-color 0.1s ease-in-out;
}
.nav__link:hover {
background-color: #282627;
color: #ffffff;
}
.nav__link--active {
color: #ff8400;
}
.nav__icon {
font-size: 18px;
}
}
@media(prefers-color-scheme: dark){
.nav{
background-color: #282627;
}
.nav__link{
color: #f1f1f1;
}
.nav__link:hover {
background-color: #ffffff;
color: #282627;
}
} | 0.259075 | 0.066025 |
@font-face {
font-family: 'AriaText-SemiBold';
src: url('fonts/AriaTextG2-SemiBold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'AriaText-Bold';
src: url('fonts/AriaTextG2-Bold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'Raleway-Regular';
font-style: normal;
font-weight: 400;
src: url('fonts/Raleway-Regular.woff'); /* IE9 Compat Modes */
}
@font-face {
font-family: 'Raleway-Bold';
font-style: normal;
font-weight: 400;
src: url('fonts/raleway-bold.woff'); /* IE9 Compat Modes */
}
@font-face {
font-family: 'Photograph-Signature';
font-style: normal;
font-weight: 400;
src: url('fonts/PhotographSignature.woff'); /* IE9 Compat Modes */
}
.navbar-container {
font-family: 'AriaText-SemiBold', sans-serif;
}
.valuePropositionBody {
font-family: 'Raleway-Regular', sans-serif;
}
.valuePropositionTitle {
font-family: 'Raleway-Bold', sans-serif;
}
.subTitle3 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.title3 {
font-family: 'AriaText-Bold', sans-serif !important;
}
.categoryName3 {
font-family: 'Photograph-Signature', sans-serif;
}
.textContainer3 {
font-family: 'Raleway-Regular', sans-serif;
}
.callToAction3 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.subTitle1 {
font-family: 'Photograph-Signature', sans-serif;
}
.title1 {
font-family: 'AriaText-Bold', sans-serif !important;
}
.quoteText {
font-family: 'AriaText-SemiBold', sans-serif;
}
.subTitle2 {
font-family: 'Photograph-Signature', sans-serif;
}
.title2 {
font-family: 'AriaText-Bold', sans-serif !important;
margin-bottom: 5px !important;
}
.categoryName2 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.bodyText2 {
font-family: 'Raleway-Regular', sans-serif;
}
.callToAction2 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.bodyTextNL {
font-family: 'Raleway-Regular', sans-serif;
}
.radioLabel {
font-family: 'Raleway-Regular', sans-serif;
}
.termsNL {
font-family: 'Raleway-Regular', sans-serif;
}
.callToActionNL {
font-family: 'Raleway-Regular', sans-serif;
}
.titleNL {
font-family: 'AriaText-SemiBold', sans-serif;
}
.footer-row-1 h1 {
font-family: 'Raleway-Regular', sans-serif;
}
.title h1 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.footer-link {
font-family: 'Raleway-Regular', sans-serif;
}
.footerRightText {
font-family: 'Raleway-Regular', sans-serif;
}
.footerRightText strong {
font-family: 'AriaText-SemiBold', sans-serif;
}
.footerCalltoActionR {
font-family: 'AriaText-SemiBold', sans-serif;
} | src/components/Fonts.css | @font-face {
font-family: 'AriaText-SemiBold';
src: url('fonts/AriaTextG2-SemiBold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'AriaText-Bold';
src: url('fonts/AriaTextG2-Bold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'Raleway-Regular';
font-style: normal;
font-weight: 400;
src: url('fonts/Raleway-Regular.woff'); /* IE9 Compat Modes */
}
@font-face {
font-family: 'Raleway-Bold';
font-style: normal;
font-weight: 400;
src: url('fonts/raleway-bold.woff'); /* IE9 Compat Modes */
}
@font-face {
font-family: 'Photograph-Signature';
font-style: normal;
font-weight: 400;
src: url('fonts/PhotographSignature.woff'); /* IE9 Compat Modes */
}
.navbar-container {
font-family: 'AriaText-SemiBold', sans-serif;
}
.valuePropositionBody {
font-family: 'Raleway-Regular', sans-serif;
}
.valuePropositionTitle {
font-family: 'Raleway-Bold', sans-serif;
}
.subTitle3 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.title3 {
font-family: 'AriaText-Bold', sans-serif !important;
}
.categoryName3 {
font-family: 'Photograph-Signature', sans-serif;
}
.textContainer3 {
font-family: 'Raleway-Regular', sans-serif;
}
.callToAction3 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.subTitle1 {
font-family: 'Photograph-Signature', sans-serif;
}
.title1 {
font-family: 'AriaText-Bold', sans-serif !important;
}
.quoteText {
font-family: 'AriaText-SemiBold', sans-serif;
}
.subTitle2 {
font-family: 'Photograph-Signature', sans-serif;
}
.title2 {
font-family: 'AriaText-Bold', sans-serif !important;
margin-bottom: 5px !important;
}
.categoryName2 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.bodyText2 {
font-family: 'Raleway-Regular', sans-serif;
}
.callToAction2 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.bodyTextNL {
font-family: 'Raleway-Regular', sans-serif;
}
.radioLabel {
font-family: 'Raleway-Regular', sans-serif;
}
.termsNL {
font-family: 'Raleway-Regular', sans-serif;
}
.callToActionNL {
font-family: 'Raleway-Regular', sans-serif;
}
.titleNL {
font-family: 'AriaText-SemiBold', sans-serif;
}
.footer-row-1 h1 {
font-family: 'Raleway-Regular', sans-serif;
}
.title h1 {
font-family: 'AriaText-SemiBold', sans-serif;
}
.footer-link {
font-family: 'Raleway-Regular', sans-serif;
}
.footerRightText {
font-family: 'Raleway-Regular', sans-serif;
}
.footerRightText strong {
font-family: 'AriaText-SemiBold', sans-serif;
}
.footerCalltoActionR {
font-family: 'AriaText-SemiBold', sans-serif;
} | 0.342791 | 0.075892 |
.indextop-notice{
font-size: 14px;
padding:20px;
}
.xm-contbox{
margin-bottom: 30px;
}
.xm-title{
font-size: 16px;
padding:6px 20px;
color:rgba(244,81,56,1);
background:rgba(244,81,56,0.1094);
}
.xm-contbody {
font-weight: normal;
}
.p20{
padding-left: 20px;
padding-right:20px;
}
.worklist{
list-style: none;
margin:0;
padding:0;
display: flex;
flex-wrap: wrap;
}
.worklist li{
display: inline-block;
text-align: center;
margin-right: 80px;
margin-top: 30px;
}
.worklist li a{
display: block;
}
.worklist li a:hover{
text-decoration: none;
}
.worklist li a p{
margin-top: 10px;
color:rgba(0,0,0,1);
}
/*admin工作台*/
.admin-worklist{
list-style: none;
margin:0;
padding:0;
}
.admin-worklist li{
display: inline-block;
float: left;
margin-top: 30px;
text-align: center;
margin-right:80px;
}
.admin-worklist li a{
display: block;
}
.admin-worklist li a:hover{
text-decoration: none;
}
.admin-worklist li a p{
margin-top: 10px;
color:rgba(0,0,0,1);
}
.admin-worklist li:last-child{
border:1px solid #F45138;
width: 84px;
height: 84px;
}
.admin-worklist li:last-child a img{
width: 100%;
}
/*admin工作台 end*/
/*用人申请topmenu*/
.listmenu{
max-width: 852px;
margin:30px auto;
left:50%;
margin-left: -426px;
}
.listmenu button{
width: 120px;
}
/*table 列表*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 20px 5px;
vertical-align: middle;
border:1px solid transparent;
}
.table.applylisttable > thead > tr > th{
padding:15px 5px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-weight: normal;
}
.table.applylisttable > thead > tr > th:first-child{
border-left:1px solid #cccccc;
}
.table.applylisttable > thead > tr > th:last-child{
border-right:1px solid #cccccc;
}
.table.applylisttable > thead > tr:first-child > th{
border-top:1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background:rgba(255,241,239,1);
}
.operation-2{
width: 100px;
}
.operation-3{
width: 133px;
}
.operation-3 a{
margin-right: 10px;
}
.operation-3:nth-child(3n){
margin-right: 0;
}
/*分页*/
.paging{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
/*-------用人申请--------*/
.form-apply label.control-label{
display: inline-block;
width: 120px;
font-weight: normal;
text-align: left;
line-height: 32px;
}
.form-apply .form-control{
width: 160px;
margin-right: 15px;
}
.form-apply textarea.form-control{
width: 500px;
}
.form-apply .form-btn{
margin-left: 120px;
margin-top: 30px;
margin-bottom: 50px;
}
.form-apply .form-btn .btn{
width: 120px;
margin-right: 30px;
}
.mt3{
margin-top: 3px;
}
/*-------用人申请 end--------*/
.leaderlist label{
font-weight: normal;
font-size:14px;
}
.leaderlist-search {
position: relative;
}
.leaderlist-search input {
border: 1px solid #cccccc;
background: none;
height: 40px;
padding-right: 40px;
padding-left:10px;
width: 100%;
border-radius: 3px;
}
.leaderlist-search button {
position: absolute;
right: 8px;
top: 8px;
border: none;
background: none;
}
.leaderlist-search button i {
color: #acb1b8;
}
.lead-list{
font-size:14px;
height: 300px;
overflow-y: scroll;
}
.lead-list label{
font-weight: normal;
}
.modal-footer .btn{
font-size: 14px;
}
/*-------基础设置--------*/
.form-recruit label.control-label{
display: inline-block;
width: 150px;
font-weight: normal;
text-align: left;
line-height: 32px;
}
.form-recruit .form-control{
width: 400px;
}
.form-recruit .form-btn{
margin-left: 150px;
margin-top: 30px;
margin-bottom: 50px;
}
.form-recruit .form-btn .btn{
width: 120px;
margin-right: 30px;
}
/*-------基础设置 end--------*/
/*招聘列表*/
.list-topform{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}
.list-topform .w160{
width: 160px;
margin-bottom: 15px;
margin-right: 20px;
}
.form-fx{
margin-top: 5px;
}
.top-btngroup{
padding-bottom: 20px;
}
/*批量删除*/
.xm-allbutton a{
width: 120px;
}
/*右侧搜索*/
.right-search{
position: relative;
}
.right-search input {
border: 1px solid #cccccc;
background: none;
height: 42px;
padding-left: 40px;
width: 100%;
border-radius: 5px;
}
.right-search button {
position: absolute;
left: 8px;
top: 9px;
border: none;
background: none;
}
.right-search button i {
color: #acb1b8;
}
/*招聘列表end*/
@media (min-width: 768px) {
.form-inline .form-control.w112 {
width: 112px;
}
}
/*上传头像*/
.upload-logo{
overflow: hidden;
color: #FFFFFF;
position: relative;
}
.upload-logo .btn{
width: 120px;
height: 120px;
line-height: 100px;
text-align: center;
background: transparent;
display: block;
font-size: 14px;
position: absolute;
left:0;
top:0;
right:0;
bottom:0;
color: #333;
}
.upload{
position: relative;
}
.upload_pic{
display: block;
width: 100%;
height: 120px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
border-radius: 5px;
}
#cvs{
width: 120px;
height: 120px;
border:1px solid rgba(221,221,221,0.8);
box-shadow: 0 0px 13px rgba(221,221,221,0.8);
}
.tip-text{
color: #cccccc;
position: relative;
bottom: 50px;
font-size:14px;
margin-left: 10px;
}
/*add taglist*/
.ml38{margin-left: 38px;}
.add-taglist{
display: flex;
flex-wrap: wrap;
}
.taginputbox{
margin-right: 20px;
position: relative;
margin-bottom: 20px;
}
.taginputbox input{
width: 170px;
display: inline-block;
text-align: center;
}
.taginputbox .im-minus{
position: absolute;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 16px;
right:-5px;
top:-5px;
background:rgba(244,81,56,1);
color:#ffffff;
font-size:12px;
cursor: pointer;
}
.new-modalbtn{
padding:50px 0;
text-align: center;
}
.new-modalbtn .btn{
width: 160px;
}
.w186{
width:186px;!important;
}
.w120{
width: 120px;
}
.w100{
width: 100px;
}
.w700{
width: 700px;!important;
}
.ml160{
margin-left: 160px;
}
.ml205{
margin-left: 205px;
} | assets/css/main.css | .indextop-notice{
font-size: 14px;
padding:20px;
}
.xm-contbox{
margin-bottom: 30px;
}
.xm-title{
font-size: 16px;
padding:6px 20px;
color:rgba(244,81,56,1);
background:rgba(244,81,56,0.1094);
}
.xm-contbody {
font-weight: normal;
}
.p20{
padding-left: 20px;
padding-right:20px;
}
.worklist{
list-style: none;
margin:0;
padding:0;
display: flex;
flex-wrap: wrap;
}
.worklist li{
display: inline-block;
text-align: center;
margin-right: 80px;
margin-top: 30px;
}
.worklist li a{
display: block;
}
.worklist li a:hover{
text-decoration: none;
}
.worklist li a p{
margin-top: 10px;
color:rgba(0,0,0,1);
}
/*admin工作台*/
.admin-worklist{
list-style: none;
margin:0;
padding:0;
}
.admin-worklist li{
display: inline-block;
float: left;
margin-top: 30px;
text-align: center;
margin-right:80px;
}
.admin-worklist li a{
display: block;
}
.admin-worklist li a:hover{
text-decoration: none;
}
.admin-worklist li a p{
margin-top: 10px;
color:rgba(0,0,0,1);
}
.admin-worklist li:last-child{
border:1px solid #F45138;
width: 84px;
height: 84px;
}
.admin-worklist li:last-child a img{
width: 100%;
}
/*admin工作台 end*/
/*用人申请topmenu*/
.listmenu{
max-width: 852px;
margin:30px auto;
left:50%;
margin-left: -426px;
}
.listmenu button{
width: 120px;
}
/*table 列表*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 20px 5px;
vertical-align: middle;
border:1px solid transparent;
}
.table.applylisttable > thead > tr > th{
padding:15px 5px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-weight: normal;
}
.table.applylisttable > thead > tr > th:first-child{
border-left:1px solid #cccccc;
}
.table.applylisttable > thead > tr > th:last-child{
border-right:1px solid #cccccc;
}
.table.applylisttable > thead > tr:first-child > th{
border-top:1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background:rgba(255,241,239,1);
}
.operation-2{
width: 100px;
}
.operation-3{
width: 133px;
}
.operation-3 a{
margin-right: 10px;
}
.operation-3:nth-child(3n){
margin-right: 0;
}
/*分页*/
.paging{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
/*-------用人申请--------*/
.form-apply label.control-label{
display: inline-block;
width: 120px;
font-weight: normal;
text-align: left;
line-height: 32px;
}
.form-apply .form-control{
width: 160px;
margin-right: 15px;
}
.form-apply textarea.form-control{
width: 500px;
}
.form-apply .form-btn{
margin-left: 120px;
margin-top: 30px;
margin-bottom: 50px;
}
.form-apply .form-btn .btn{
width: 120px;
margin-right: 30px;
}
.mt3{
margin-top: 3px;
}
/*-------用人申请 end--------*/
.leaderlist label{
font-weight: normal;
font-size:14px;
}
.leaderlist-search {
position: relative;
}
.leaderlist-search input {
border: 1px solid #cccccc;
background: none;
height: 40px;
padding-right: 40px;
padding-left:10px;
width: 100%;
border-radius: 3px;
}
.leaderlist-search button {
position: absolute;
right: 8px;
top: 8px;
border: none;
background: none;
}
.leaderlist-search button i {
color: #acb1b8;
}
.lead-list{
font-size:14px;
height: 300px;
overflow-y: scroll;
}
.lead-list label{
font-weight: normal;
}
.modal-footer .btn{
font-size: 14px;
}
/*-------基础设置--------*/
.form-recruit label.control-label{
display: inline-block;
width: 150px;
font-weight: normal;
text-align: left;
line-height: 32px;
}
.form-recruit .form-control{
width: 400px;
}
.form-recruit .form-btn{
margin-left: 150px;
margin-top: 30px;
margin-bottom: 50px;
}
.form-recruit .form-btn .btn{
width: 120px;
margin-right: 30px;
}
/*-------基础设置 end--------*/
/*招聘列表*/
.list-topform{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}
.list-topform .w160{
width: 160px;
margin-bottom: 15px;
margin-right: 20px;
}
.form-fx{
margin-top: 5px;
}
.top-btngroup{
padding-bottom: 20px;
}
/*批量删除*/
.xm-allbutton a{
width: 120px;
}
/*右侧搜索*/
.right-search{
position: relative;
}
.right-search input {
border: 1px solid #cccccc;
background: none;
height: 42px;
padding-left: 40px;
width: 100%;
border-radius: 5px;
}
.right-search button {
position: absolute;
left: 8px;
top: 9px;
border: none;
background: none;
}
.right-search button i {
color: #acb1b8;
}
/*招聘列表end*/
@media (min-width: 768px) {
.form-inline .form-control.w112 {
width: 112px;
}
}
/*上传头像*/
.upload-logo{
overflow: hidden;
color: #FFFFFF;
position: relative;
}
.upload-logo .btn{
width: 120px;
height: 120px;
line-height: 100px;
text-align: center;
background: transparent;
display: block;
font-size: 14px;
position: absolute;
left:0;
top:0;
right:0;
bottom:0;
color: #333;
}
.upload{
position: relative;
}
.upload_pic{
display: block;
width: 100%;
height: 120px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
border-radius: 5px;
}
#cvs{
width: 120px;
height: 120px;
border:1px solid rgba(221,221,221,0.8);
box-shadow: 0 0px 13px rgba(221,221,221,0.8);
}
.tip-text{
color: #cccccc;
position: relative;
bottom: 50px;
font-size:14px;
margin-left: 10px;
}
/*add taglist*/
.ml38{margin-left: 38px;}
.add-taglist{
display: flex;
flex-wrap: wrap;
}
.taginputbox{
margin-right: 20px;
position: relative;
margin-bottom: 20px;
}
.taginputbox input{
width: 170px;
display: inline-block;
text-align: center;
}
.taginputbox .im-minus{
position: absolute;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 16px;
right:-5px;
top:-5px;
background:rgba(244,81,56,1);
color:#ffffff;
font-size:12px;
cursor: pointer;
}
.new-modalbtn{
padding:50px 0;
text-align: center;
}
.new-modalbtn .btn{
width: 160px;
}
.w186{
width:186px;!important;
}
.w120{
width: 120px;
}
.w100{
width: 100px;
}
.w700{
width: 700px;!important;
}
.ml160{
margin-left: 160px;
}
.ml205{
margin-left: 205px;
} | 0.235812 | 0.054777 |
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ctitle,
text {
font-family: 'Noto Sans TC', sans-serif;
}
/* Stats */
#stats {
position: fixed;
bottom: 0;
right: 0;
}
#stats div {
position: relative;
}
/* Main */
body {
width: 414px;
margin: 0 auto;
}
.wrapper {
width: 100vw;
height: 200vh;
background: #000;
}
#container {
margin: 10px 20px;
border: 1px dashed #E60;
display: inline-block;
background: #333;
}
text {
font-weight: 700;
}
svg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
rect { fill: transparent; }
/* Canvas */
.dot-cont {
max-width: 470px;
overflow: hidden;
}
#chart-cont {
position: relative;
}
#chart {
width: 470px;
height: auto;
position: relative;
}
#chart:before {
/*content: "";*/
width: 100%;
height: 100%;
/*transition: opacity 0.6s ease;*/
position: absolute;
top: 0;
left: 0;
z-index: 10;
/*opacity: 0;*/
background: #FFF;
}
#chart.inter canvas {
/*animation: animationFrames ease 0.4s;
animation-iteration-count: 1;
transform-origin: 0 0;*/
opacity: 0;
}
#chart canvas {
transition: opacity 0.6s ease;
opacity: 1;
}
@keyframes animationFrames{
0% {
transform: translate(0,0);
}
50% {
transform: translate(-120%,0);
}
51% {
transform: translate(120%,0);
}
100% {
transform: translate(0,0);
}
}
canvas {
/*border: 1px dashed #F00;*/
}
.control {
display: inline-block;
vertical-align: top;
}
#ctitle {
height: 2.5em;
padding: 0 12px;
font-size: 16px;
}
.annotation {
width: 470px;
height: 100%;
}
.annotation text{
font-size: 1.2em;
text-shadow: 0 1px 0 #AAA;
}
/* Control */
#nav-group {
display: inline-block;
/*clear: both;*/
}
.nav-page {
width: 2em;
height: 2em;
margin: 3px;
padding: 5px;
border: 2px solid #4891B8;
font-size: 1.2em;
line-height: 1;
border-radius: 50%;
background: #FFF;
color: #333;
}
.nav-page.active {
background: #4891B8;
color: #FFF;
}
#prev-page,
#next-page {
width: 40px;
height: 40px;
margin: 0 3px 0 0;
padding: 0;
border: 0;
text-indent: -9999px;
display: inline-block;
position: relative;
line-height: 1;
background: #FFF;
color: #333;
}
#prev-page:before,
#next-page:before {
content: "";
position: absolute;
border: 20px solid transparent;
top: 0;
left: 0;
}
#prev-page:before {
border-right-color: #4891B8;
}
#next-page:before {
border-left-color: #4891B8;
} | assets/css/style.css | @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ctitle,
text {
font-family: 'Noto Sans TC', sans-serif;
}
/* Stats */
#stats {
position: fixed;
bottom: 0;
right: 0;
}
#stats div {
position: relative;
}
/* Main */
body {
width: 414px;
margin: 0 auto;
}
.wrapper {
width: 100vw;
height: 200vh;
background: #000;
}
#container {
margin: 10px 20px;
border: 1px dashed #E60;
display: inline-block;
background: #333;
}
text {
font-weight: 700;
}
svg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
rect { fill: transparent; }
/* Canvas */
.dot-cont {
max-width: 470px;
overflow: hidden;
}
#chart-cont {
position: relative;
}
#chart {
width: 470px;
height: auto;
position: relative;
}
#chart:before {
/*content: "";*/
width: 100%;
height: 100%;
/*transition: opacity 0.6s ease;*/
position: absolute;
top: 0;
left: 0;
z-index: 10;
/*opacity: 0;*/
background: #FFF;
}
#chart.inter canvas {
/*animation: animationFrames ease 0.4s;
animation-iteration-count: 1;
transform-origin: 0 0;*/
opacity: 0;
}
#chart canvas {
transition: opacity 0.6s ease;
opacity: 1;
}
@keyframes animationFrames{
0% {
transform: translate(0,0);
}
50% {
transform: translate(-120%,0);
}
51% {
transform: translate(120%,0);
}
100% {
transform: translate(0,0);
}
}
canvas {
/*border: 1px dashed #F00;*/
}
.control {
display: inline-block;
vertical-align: top;
}
#ctitle {
height: 2.5em;
padding: 0 12px;
font-size: 16px;
}
.annotation {
width: 470px;
height: 100%;
}
.annotation text{
font-size: 1.2em;
text-shadow: 0 1px 0 #AAA;
}
/* Control */
#nav-group {
display: inline-block;
/*clear: both;*/
}
.nav-page {
width: 2em;
height: 2em;
margin: 3px;
padding: 5px;
border: 2px solid #4891B8;
font-size: 1.2em;
line-height: 1;
border-radius: 50%;
background: #FFF;
color: #333;
}
.nav-page.active {
background: #4891B8;
color: #FFF;
}
#prev-page,
#next-page {
width: 40px;
height: 40px;
margin: 0 3px 0 0;
padding: 0;
border: 0;
text-indent: -9999px;
display: inline-block;
position: relative;
line-height: 1;
background: #FFF;
color: #333;
}
#prev-page:before,
#next-page:before {
content: "";
position: absolute;
border: 20px solid transparent;
top: 0;
left: 0;
}
#prev-page:before {
border-right-color: #4891B8;
}
#next-page:before {
border-left-color: #4891B8;
} | 0.308815 | 0.087681 |
.availableContainer {
width: 100%;
height: 100vh;
}
.availableContainer article {
margin: 0 auto;
width: 100%;
height: 100%;
max-width: 61.25rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.availableContainer h1 {
font-size: 2.3rem;
}
.underline {
height: 2px;
width: 6.5rem;
background-color: var(--black);
margin: 3.5rem;
}
.bookContainer {
width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
gap: 2rem;
}
.book,
.book div {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.book img {
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.book a:first-child {
box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.book div h3 {
margin: 1rem 0 0.5rem 0;
line-height: 1.4;
}
.book div span {
color: var(--text-hover);
font-weight: 400;
margin-bottom: 0.7rem;
}
.book button {
width: 18rem;
height: 2.5rem;
border: none;
background-color: var(--black);
color: var(--white);
border-radius: 2px;
transition: all 0.2s ease-in-out;
}
.book button:hover {
opacity: 0.8;
}
/* MODAL */
.modal {
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.95);
position: fixed;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease-out;
}
.modal .postface {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
.modal.active {
opacity: 1;
visibility: visible;
}
.modal.active p {
color: var(--white);
line-height: 1.8;
}
.modal.active svg {
position: absolute;
top: 2rem;
right: 2rem;
font-size: 2rem;
color: var(--white);
cursor: pointer;
}
/* RESPONSIVE */
@media (max-width: 800px) {
.bookContainer {
gap: 0.5rem;
}
.book a:first-child {
width: 90%;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
/* MODAL */
.availableContainer .postface {
max-width: 56rem;
}
}
@media (max-width: 730px) {
.availableContainer .postface {
max-width: 50rem;
}
}
/* MOBILE */
@media (max-width: 425px) {
.availableContainer h1 {
width: 30rem;
text-align: center;
}
.underline {
margin: 3rem;
}
.book {
display: flex;
flex-direction: row;
gap: 4rem;
}
.book a:first-child {
width: 30%;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}
.bookContainer {
flex-direction: column;
gap: 2rem;
}
.book button {
width: 16rem;
margin-top: 2rem;
font-size: 1.1rem;
}
/* MODAL MOBILE */
.modal .postface {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}
.postface img {
height: 40vh;
}
.modal.active p {
text-align: center;
width: 90%;
}
}
@media (max-width: 375px) {
.underline {
margin: 2.5rem;
}
.book {
gap: 3rem;
}
.postface img {
height: 35vh;
}
}
@media (max-width: 320px) {
.book {
gap: 2rem;
}
.postface img {
height: 30vh;
}
} | src/styles/components/Available.module.css | .availableContainer {
width: 100%;
height: 100vh;
}
.availableContainer article {
margin: 0 auto;
width: 100%;
height: 100%;
max-width: 61.25rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.availableContainer h1 {
font-size: 2.3rem;
}
.underline {
height: 2px;
width: 6.5rem;
background-color: var(--black);
margin: 3.5rem;
}
.bookContainer {
width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
gap: 2rem;
}
.book,
.book div {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.book img {
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.book a:first-child {
box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.book div h3 {
margin: 1rem 0 0.5rem 0;
line-height: 1.4;
}
.book div span {
color: var(--text-hover);
font-weight: 400;
margin-bottom: 0.7rem;
}
.book button {
width: 18rem;
height: 2.5rem;
border: none;
background-color: var(--black);
color: var(--white);
border-radius: 2px;
transition: all 0.2s ease-in-out;
}
.book button:hover {
opacity: 0.8;
}
/* MODAL */
.modal {
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.95);
position: fixed;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease-out;
}
.modal .postface {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
.modal.active {
opacity: 1;
visibility: visible;
}
.modal.active p {
color: var(--white);
line-height: 1.8;
}
.modal.active svg {
position: absolute;
top: 2rem;
right: 2rem;
font-size: 2rem;
color: var(--white);
cursor: pointer;
}
/* RESPONSIVE */
@media (max-width: 800px) {
.bookContainer {
gap: 0.5rem;
}
.book a:first-child {
width: 90%;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
/* MODAL */
.availableContainer .postface {
max-width: 56rem;
}
}
@media (max-width: 730px) {
.availableContainer .postface {
max-width: 50rem;
}
}
/* MOBILE */
@media (max-width: 425px) {
.availableContainer h1 {
width: 30rem;
text-align: center;
}
.underline {
margin: 3rem;
}
.book {
display: flex;
flex-direction: row;
gap: 4rem;
}
.book a:first-child {
width: 30%;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}
.bookContainer {
flex-direction: column;
gap: 2rem;
}
.book button {
width: 16rem;
margin-top: 2rem;
font-size: 1.1rem;
}
/* MODAL MOBILE */
.modal .postface {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}
.postface img {
height: 40vh;
}
.modal.active p {
text-align: center;
width: 90%;
}
}
@media (max-width: 375px) {
.underline {
margin: 2.5rem;
}
.book {
gap: 3rem;
}
.postface img {
height: 35vh;
}
}
@media (max-width: 320px) {
.book {
gap: 2rem;
}
.postface img {
height: 30vh;
}
} | 0.687735 | 0.122917 |
*{
margin: 0;
box-sizing: border-box;
}
body{
width:1422px;
height: 1000px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
header{
width: 1422px;
height: 100px;
z-index:3;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
position: fixed;
text-align: center;
}
.logo{
height: 100px;
float: left;
display: inline-block;
}
.nav-bar{
margin: 30px 10px;
float: right;
}
.nav-bar li {
font-size: 1.8em;
float: left;
list-style: none;
padding: 0 10px;
}
.nav-bar li a {
display: block;
}
.map{
top:100px;
position: relative;
background: url('../img/background1.jpg');
width: 1422px;
height: 800px;
}
.icon {
width: 100px;
height: 100px;
position: absolute;
border: 3px solid black;
border-radius: 100%;
}
.ocelot {
top: 450px;
left: 320px;
background-image: url("../img/ocelot-small.jpg");
}
.deer {
top: 150px;
left: 1150px;
background-image: url("../img/deer-small.jpg");
}
.siamang{
top: 200px;
left: 950px;
background-image: url("../img/siamang-small.jpg");
}
.whale {
top: 680px;
left: 850px;
background-image: url("../img/whale-small.jpg");
}
.chamois{
top: 150px;
left: 650px;
background-image: url("../img/chamois-small.jpg");
}
.donkey{
top: 475px;
left: 700px;
background-image: url("../img/donkey-small.jpg");
}
.sealion{
top: 500px;
left: 1200px;
background-image: url("../img/sealion-small.jpg");
}
.rabbit{
top: 200px;
left: 150px;
background-image: url("../img/rabbit-small.jpg");
}
.wolf{
top: 300px;
left: 700px;
background-image: url("../img/wolf-small.jpg");
}
.solenodon{
top: 300px;
left: 270px;
background-image: url("../img/solenodon-small.jpg");
}
.modal {
top: -100px;
left: -60px;
position: relative;
z-index:2;
border: 3px solid black;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
width: 300px;
height: 400px;
text-align: center;
font-size: 1.2em;
display: none;
}
.modal h3{
color: #f0ce69;
margin: 10px 0;
}
.modal a {
position: absolute;
text-decoration: none;
font-size: 2em;
bottom: 30px;
right: 70px;
color: #f0ce69;
}
.modal img {
border: 2px solid black;
}
div.whale > div {
top: -285px;
left: -60px;
}
div.sealion > div {
top: -105px;
left: -85px;
}
div.icon:hover > div {
display: block;
}
footer {
width: 1422px;
height: 100px;
position: relative;
bottom: -100px;
font-size: 1.5em;
padding-top: 72px;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.fa {
color: black;
font-size: 1.5em;
} | css/styles.css | *{
margin: 0;
box-sizing: border-box;
}
body{
width:1422px;
height: 1000px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
header{
width: 1422px;
height: 100px;
z-index:3;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
position: fixed;
text-align: center;
}
.logo{
height: 100px;
float: left;
display: inline-block;
}
.nav-bar{
margin: 30px 10px;
float: right;
}
.nav-bar li {
font-size: 1.8em;
float: left;
list-style: none;
padding: 0 10px;
}
.nav-bar li a {
display: block;
}
.map{
top:100px;
position: relative;
background: url('../img/background1.jpg');
width: 1422px;
height: 800px;
}
.icon {
width: 100px;
height: 100px;
position: absolute;
border: 3px solid black;
border-radius: 100%;
}
.ocelot {
top: 450px;
left: 320px;
background-image: url("../img/ocelot-small.jpg");
}
.deer {
top: 150px;
left: 1150px;
background-image: url("../img/deer-small.jpg");
}
.siamang{
top: 200px;
left: 950px;
background-image: url("../img/siamang-small.jpg");
}
.whale {
top: 680px;
left: 850px;
background-image: url("../img/whale-small.jpg");
}
.chamois{
top: 150px;
left: 650px;
background-image: url("../img/chamois-small.jpg");
}
.donkey{
top: 475px;
left: 700px;
background-image: url("../img/donkey-small.jpg");
}
.sealion{
top: 500px;
left: 1200px;
background-image: url("../img/sealion-small.jpg");
}
.rabbit{
top: 200px;
left: 150px;
background-image: url("../img/rabbit-small.jpg");
}
.wolf{
top: 300px;
left: 700px;
background-image: url("../img/wolf-small.jpg");
}
.solenodon{
top: 300px;
left: 270px;
background-image: url("../img/solenodon-small.jpg");
}
.modal {
top: -100px;
left: -60px;
position: relative;
z-index:2;
border: 3px solid black;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
width: 300px;
height: 400px;
text-align: center;
font-size: 1.2em;
display: none;
}
.modal h3{
color: #f0ce69;
margin: 10px 0;
}
.modal a {
position: absolute;
text-decoration: none;
font-size: 2em;
bottom: 30px;
right: 70px;
color: #f0ce69;
}
.modal img {
border: 2px solid black;
}
div.whale > div {
top: -285px;
left: -60px;
}
div.sealion > div {
top: -105px;
left: -85px;
}
div.icon:hover > div {
display: block;
}
footer {
width: 1422px;
height: 100px;
position: relative;
bottom: -100px;
font-size: 1.5em;
padding-top: 72px;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.fa {
color: black;
font-size: 1.5em;
} | 0.311951 | 0.088229 |
.hover-lift:hover {
color: #FF4906;
transition: 0.3s;
}
.px-2 {
padding-left: 16px;
padding-right: 16px;
}
.lg\:px-5 {
padding-left: 64px;
padding-right: 64px;
}
.block {
display: block;
}
.mb-5 {
margin-bottom: 64px;
}
.max-w-2xl {
max-width: 70rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.bg-grey-darker {
background-color: #483b49;
}
.text-white {
color: #ffffff;
}
.h-screen-1\/2 {
height: 50vh;
}
.relative {
position: relative;
}
.lg\:rounded-lg {
border-radius: .5rem;
}
.hover-lift {
/* -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
-webkit-transition: 0.18s ease-out;
transition: 0.18s ease-out;*/
}
.hover-lift:hover {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-box-shadow: 0 16px 35px 0 rgba(0, 0, 0, 0.27), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 16px 35px 0 rgba(0, 0, 0, 0.27), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.overflow-hidden {
overflow: hidden;
}
.pin {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.absolute {
position: absolute;
}
.opacity-50 {
opacity: .5;
}
.fit {
-o-object-fit: cover;
object-fit: cover;
}
.h-full {
height: 100%;
}
.w-full {
width: 100%;
}
.z-10 {
z-index: 10;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.text-center {
text-align: center;
}
.flex-1 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.p-3 {
padding: 24px;
}
.font-subheading {
font-family: Unica One;
}
.mb-2 {
margin-bottom: 16px;
}
.text-lg {
font-size: 1.125rem;
}
.tracking-wide {
letter-spacing: 0.1em;
}
.font-heading {
font-family: Ultra;
}
.text-3xl {
font-size: 1.875rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
}
.font-normal {
font-weight: 400;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.leading-none {
line-height: 1;
}
.m-0 {
margin: 0;
}
.pin-b {
bottom: 0;
}
.pin-l {
left: 0;
}
.pin-r {
right: 0;
}
.m-3 {
margin: 24px;
}
.titlesection {
text-align: center;
}
.titlesection h1 {
text-align: center;
color: #FF4906;
font-size: 47px;
font-family: arial;
font-weight: bold;
}
.bienvenido {
font-size: 40px;
font-family: arial;
font-weight: bold;
color: #FF4906;
text-align: center;
margin-bottom: 25px;
}
@font-face {
font-family: 'Ultra';
font-style: normal;
font-weight: 400;
src: local('Ultra Regular'), local('Ultra-Regular'), url(https://fonts.gstatic.com/s/ultra/v10/zOLy4prXmrtY-uT9wrI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Unica One';
font-style: normal;
font-weight: 400;
src: local('Unica One'), local('UnicaOne-Regular'), url(https://fonts.gstatic.com/s/unicaone/v5/DPEuYwWHyAYGVTSmalsRf93eiEY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Unica One';
font-style: normal;
font-weight: 400;
src: local('Unica One'), local('UnicaOne-Regular'), url(https://fonts.gstatic.com/s/unicaone/v5/DPEuYwWHyAYGVTSmalsRcd3e.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;
}
@media(max-width: 550px){
.lg\:px-5 {
padding-left: 5px!important;
padding-right: 5px!important;
}
.px-2 {
padding-left: 5px!important;
padding-right: 5px!important;
}
} | public/css/estilo-promo.css | .hover-lift:hover {
color: #FF4906;
transition: 0.3s;
}
.px-2 {
padding-left: 16px;
padding-right: 16px;
}
.lg\:px-5 {
padding-left: 64px;
padding-right: 64px;
}
.block {
display: block;
}
.mb-5 {
margin-bottom: 64px;
}
.max-w-2xl {
max-width: 70rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.bg-grey-darker {
background-color: #483b49;
}
.text-white {
color: #ffffff;
}
.h-screen-1\/2 {
height: 50vh;
}
.relative {
position: relative;
}
.lg\:rounded-lg {
border-radius: .5rem;
}
.hover-lift {
/* -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
-webkit-transition: 0.18s ease-out;
transition: 0.18s ease-out;*/
}
.hover-lift:hover {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-box-shadow: 0 16px 35px 0 rgba(0, 0, 0, 0.27), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 16px 35px 0 rgba(0, 0, 0, 0.27), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.overflow-hidden {
overflow: hidden;
}
.pin {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.absolute {
position: absolute;
}
.opacity-50 {
opacity: .5;
}
.fit {
-o-object-fit: cover;
object-fit: cover;
}
.h-full {
height: 100%;
}
.w-full {
width: 100%;
}
.z-10 {
z-index: 10;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.text-center {
text-align: center;
}
.flex-1 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.p-3 {
padding: 24px;
}
.font-subheading {
font-family: Unica One;
}
.mb-2 {
margin-bottom: 16px;
}
.text-lg {
font-size: 1.125rem;
}
.tracking-wide {
letter-spacing: 0.1em;
}
.font-heading {
font-family: Ultra;
}
.text-3xl {
font-size: 1.875rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
}
.font-normal {
font-weight: 400;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.leading-none {
line-height: 1;
}
.m-0 {
margin: 0;
}
.pin-b {
bottom: 0;
}
.pin-l {
left: 0;
}
.pin-r {
right: 0;
}
.m-3 {
margin: 24px;
}
.titlesection {
text-align: center;
}
.titlesection h1 {
text-align: center;
color: #FF4906;
font-size: 47px;
font-family: arial;
font-weight: bold;
}
.bienvenido {
font-size: 40px;
font-family: arial;
font-weight: bold;
color: #FF4906;
text-align: center;
margin-bottom: 25px;
}
@font-face {
font-family: 'Ultra';
font-style: normal;
font-weight: 400;
src: local('Ultra Regular'), local('Ultra-Regular'), url(https://fonts.gstatic.com/s/ultra/v10/zOLy4prXmrtY-uT9wrI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Unica One';
font-style: normal;
font-weight: 400;
src: local('Unica One'), local('UnicaOne-Regular'), url(https://fonts.gstatic.com/s/unicaone/v5/DPEuYwWHyAYGVTSmalsRf93eiEY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Unica One';
font-style: normal;
font-weight: 400;
src: local('Unica One'), local('UnicaOne-Regular'), url(https://fonts.gstatic.com/s/unicaone/v5/DPEuYwWHyAYGVTSmalsRcd3e.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;
}
@media(max-width: 550px){
.lg\:px-5 {
padding-left: 5px!important;
padding-right: 5px!important;
}
.px-2 {
padding-left: 5px!important;
padding-right: 5px!important;
}
} | 0.469277 | 0.119152 |
@import url(../../../../../../../template/css/common.css);
.bx-main.bx-pt-application .bx-toolbar-content {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.bx-main.bx-pt-application .bx-toolbar-content .bx-toolbar-1-container {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.bx-main.bx-pt-application .bx-toolbar-content #bx-logo-container {
-webkit-flex: 3 1 auto;
-ms-flex: 3 1 auto;
flex: 3 1 auto;
margin-top: 0;
margin-bottom: 0;
}
.bx-main.bx-pt-application .bx-toolbar-content .bx-toolbar-2-container {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.bx-btn {
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.bx-btn .sys-icon {
font-size: 0.875rem !important;
}
@keyframes loadingCircle{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}[bx-click-animating='true']{position:relative}html{--bx-wave-shadow-color:#1890ff}
[bx-click-animating='true']::after,.bx-click-animating{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;-webkit-box-shadow:0 0 0 0 #1890ff;box-shadow:0 0 0 0 #1890ff;-webkit-box-shadow:0 0 0 0 var(--bx-wave-shadow-color);box-shadow:0 0 0 0 var(--bx-wave-shadow-color);opacity:.2;-webkit-animation:fadeEffect 2s cubic-bezier(.08, .82, .17, 1),waveEffect .4s cubic-bezier(.08, .82, .17, 1);animation:fadeEffect 2s cubic-bezier(.08, .82, .17, 1),waveEffect .4s cubic-bezier(.08, .82, .17, 1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;content:'';pointer-events:none}
@-webkit-keyframes waveEffect{100%{-webkit-box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 #1890ff;-webkit-box-shadow:0 0 0 6px var(--bx-wave-shadow-color);box-shadow:0 0 0 6px var(--bx-wave-shadow-color)}}
@keyframes waveEffect{100%{-webkit-box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 #1890ff;-webkit-box-shadow:0 0 0 6px var(--bx-wave-shadow-color);box-shadow:0 0 0 6px var(--bx-wave-shadow-color)}}
@-webkit-keyframes fadeEffect{100%{opacity:0}}
@keyframes fadeEffect{100%{opacity:0}} | modules/boonex/decorous/updates/13.0.0_13.0.1/source/data/template/system/css/common.css | @import url(../../../../../../../template/css/common.css);
.bx-main.bx-pt-application .bx-toolbar-content {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.bx-main.bx-pt-application .bx-toolbar-content .bx-toolbar-1-container {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.bx-main.bx-pt-application .bx-toolbar-content #bx-logo-container {
-webkit-flex: 3 1 auto;
-ms-flex: 3 1 auto;
flex: 3 1 auto;
margin-top: 0;
margin-bottom: 0;
}
.bx-main.bx-pt-application .bx-toolbar-content .bx-toolbar-2-container {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.bx-btn {
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.bx-btn .sys-icon {
font-size: 0.875rem !important;
}
@keyframes loadingCircle{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}[bx-click-animating='true']{position:relative}html{--bx-wave-shadow-color:#1890ff}
[bx-click-animating='true']::after,.bx-click-animating{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;-webkit-box-shadow:0 0 0 0 #1890ff;box-shadow:0 0 0 0 #1890ff;-webkit-box-shadow:0 0 0 0 var(--bx-wave-shadow-color);box-shadow:0 0 0 0 var(--bx-wave-shadow-color);opacity:.2;-webkit-animation:fadeEffect 2s cubic-bezier(.08, .82, .17, 1),waveEffect .4s cubic-bezier(.08, .82, .17, 1);animation:fadeEffect 2s cubic-bezier(.08, .82, .17, 1),waveEffect .4s cubic-bezier(.08, .82, .17, 1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;content:'';pointer-events:none}
@-webkit-keyframes waveEffect{100%{-webkit-box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 #1890ff;-webkit-box-shadow:0 0 0 6px var(--bx-wave-shadow-color);box-shadow:0 0 0 6px var(--bx-wave-shadow-color)}}
@keyframes waveEffect{100%{-webkit-box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 #1890ff;-webkit-box-shadow:0 0 0 6px var(--bx-wave-shadow-color);box-shadow:0 0 0 6px var(--bx-wave-shadow-color)}}
@-webkit-keyframes fadeEffect{100%{opacity:0}}
@keyframes fadeEffect{100%{opacity:0}} | 0.330795 | 0.046141 |
@import url(//fonts.googleapis.com/css?family=Coda:400|Raleway:300,400,600|Inconsolata);
.add-padd {
padding: 0 2rem; }
/*# sourceMappingURL=custom.css.map */
a {
color: #fff; }
a:hover {
color: #fff; }
#header {
background-color: rgba(150, 60, 60, 0.9);
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
#header.scrolled {
background-color: rgba(150, 60, 60, 0.9) !important;
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
height: 3.5rem; }
#header.scrolled #navbar a {
color: #fff !important; }
#header.scrolled #navbar a:hover {
color: #fff !important; }
#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
background-color: #fff !important; }
/*Active dropdown nav item */
/* Dropdown CSS */
/* Active on Hover */
#header #navbar ul.navigation li a {
font-family: "Coda", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
#header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
background-color: #fff; }
/* Active Dropdown nav item */
#header #navbar ul.navigation li ul li.active > a {
color: #963c3c; }
#header #navbar ul.navigation li ul li:hover > a {
background-color: #963c3c; }
#header #navbar {
font-size: 1.2rem; }
.header-image #body .flush-top {
padding-top: 19rem; }
.header-image #header .navigation .has-children:hover a {
color: #963c3c; }
.header-image #header a:before, .header-image #header a:after {
background-color: rgba(255, 255, 255, 0.7) !important; }
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6, button h1, button h2, button h3, button h4, button h5, button h6, input h1, input h2, input h3, input h4, input h5, input h6, select h1, select h2, select h3, select h4, select h5, select h6, textarea h1, textarea h2, textarea h3, textarea h4, textarea h5, textarea h6, .pure-g h1, .pure-g h2, .pure-g h3, .pure-g h4, .pure-g h5, .pure-g h6, .pure-g [class*="pure-u"] h1, .pure-g [class*="pure-u"] h2, .pure-g [class*="pure-u"] h3, .pure-g [class*="pure-u"] h4, .pure-g [class*="pure-u"] h5, .pure-g [class*="pure-u"] h6 {
font-family: "Coda", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-weight: 700;
letter-spacing: -0px; }
html .label, body .label, button .label, input .label, select .label, textarea .label, .pure-g .label, .pure-g [class*="pure-u"] .label {
font-family: "Coda", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
/*# sourceMappingURL=custom.css.map */ | themes/doc/css/custom.css | @import url(//fonts.googleapis.com/css?family=Coda:400|Raleway:300,400,600|Inconsolata);
.add-padd {
padding: 0 2rem; }
/*# sourceMappingURL=custom.css.map */
a {
color: #fff; }
a:hover {
color: #fff; }
#header {
background-color: rgba(150, 60, 60, 0.9);
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
#header.scrolled {
background-color: rgba(150, 60, 60, 0.9) !important;
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
height: 3.5rem; }
#header.scrolled #navbar a {
color: #fff !important; }
#header.scrolled #navbar a:hover {
color: #fff !important; }
#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
background-color: #fff !important; }
/*Active dropdown nav item */
/* Dropdown CSS */
/* Active on Hover */
#header #navbar ul.navigation li a {
font-family: "Coda", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
#header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
background-color: #fff; }
/* Active Dropdown nav item */
#header #navbar ul.navigation li ul li.active > a {
color: #963c3c; }
#header #navbar ul.navigation li ul li:hover > a {
background-color: #963c3c; }
#header #navbar {
font-size: 1.2rem; }
.header-image #body .flush-top {
padding-top: 19rem; }
.header-image #header .navigation .has-children:hover a {
color: #963c3c; }
.header-image #header a:before, .header-image #header a:after {
background-color: rgba(255, 255, 255, 0.7) !important; }
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6, button h1, button h2, button h3, button h4, button h5, button h6, input h1, input h2, input h3, input h4, input h5, input h6, select h1, select h2, select h3, select h4, select h5, select h6, textarea h1, textarea h2, textarea h3, textarea h4, textarea h5, textarea h6, .pure-g h1, .pure-g h2, .pure-g h3, .pure-g h4, .pure-g h5, .pure-g h6, .pure-g [class*="pure-u"] h1, .pure-g [class*="pure-u"] h2, .pure-g [class*="pure-u"] h3, .pure-g [class*="pure-u"] h4, .pure-g [class*="pure-u"] h5, .pure-g [class*="pure-u"] h6 {
font-family: "Coda", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-weight: 700;
letter-spacing: -0px; }
html .label, body .label, button .label, input .label, select .label, textarea .label, .pure-g .label, .pure-g [class*="pure-u"] .label {
font-family: "Coda", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
/*# sourceMappingURL=custom.css.map */ | 0.271348 | 0.062132 |
* {
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: normal;
padding-top: 35px;
font-size: 100%;
color:#777;
}
p {
color: #777;
line-height: 24px;
font-size: 16px;
}
a {
color: #777
}
.intro,
.recursos,
.footer {
text-align: center;
padding: 35px;
}
.intro h1,
.recursos h2,
.title {
font-weight: 300;
}
.header {
position: fixed;
top: 0;
z-index: 999;
background-color: #fff;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.sidebar {
position: fixed;
top: 35px;
bottom: 0;
padding: 2em 3em 0;
overflow-y: scroll;
overflow-x: hidden;
font-size: 12px;
}
.sidebar strong{
color: #42A5F5;
}
.sidebar strong::before{
content: "\f114";
font-family: FontAwesome;
float: left;
position: absolute;
top: 50%;
left: 0;
font-size: .8em;
color: rgba(0,0,0,1);
width: 20px;
height: 20px;
padding: 0px;
text-align: center;
margin: -4px 10px 0px -15px;
}
.content {
padding: 2em 3em 0;
margin-left: 25%;
}
.footer {
margin-top: 32px;
border-top: 1px solid #ddd;
}
.footer nav a {
display: inline-block;
padding: 2px 8px;
font-size: 12px;
}
.footer p {
font-size: 12px;
}
.componente {
border: 1px solid #ddd;
border-radius: 3px;
padding: 16px;
margin-bottom: 16px;
}
.fontawesome-icon-list .icones-exemplo i {
font-size: 32px;
display: inline-block;
padding: 10px;
}
.love {
position: relative;
top: .2em;
display: inline-block;
font-size: 1.4em;
color: #e74c3c;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
transform: scale(0.9);
-webkit-animation: love .5s infinite linear alternate-reverse;
-moz-animation: love .5s infinite linear alternate-reverse;
animation: love .5s infinite linear alternate-reverse;
}
@-webkit-keyframes love {
to {
-webkit-transform: scale(1.2)
}
}
@-moz-keyframes love {
to {
-moz-transform: scale(1.2)
}
}
@keyframes love {
to {
transform: scale(1.2)
}
}
.pl-ra{
width: 65%;
margin: 0px auto;
} | assets/css/main.css | * {
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: normal;
padding-top: 35px;
font-size: 100%;
color:#777;
}
p {
color: #777;
line-height: 24px;
font-size: 16px;
}
a {
color: #777
}
.intro,
.recursos,
.footer {
text-align: center;
padding: 35px;
}
.intro h1,
.recursos h2,
.title {
font-weight: 300;
}
.header {
position: fixed;
top: 0;
z-index: 999;
background-color: #fff;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.sidebar {
position: fixed;
top: 35px;
bottom: 0;
padding: 2em 3em 0;
overflow-y: scroll;
overflow-x: hidden;
font-size: 12px;
}
.sidebar strong{
color: #42A5F5;
}
.sidebar strong::before{
content: "\f114";
font-family: FontAwesome;
float: left;
position: absolute;
top: 50%;
left: 0;
font-size: .8em;
color: rgba(0,0,0,1);
width: 20px;
height: 20px;
padding: 0px;
text-align: center;
margin: -4px 10px 0px -15px;
}
.content {
padding: 2em 3em 0;
margin-left: 25%;
}
.footer {
margin-top: 32px;
border-top: 1px solid #ddd;
}
.footer nav a {
display: inline-block;
padding: 2px 8px;
font-size: 12px;
}
.footer p {
font-size: 12px;
}
.componente {
border: 1px solid #ddd;
border-radius: 3px;
padding: 16px;
margin-bottom: 16px;
}
.fontawesome-icon-list .icones-exemplo i {
font-size: 32px;
display: inline-block;
padding: 10px;
}
.love {
position: relative;
top: .2em;
display: inline-block;
font-size: 1.4em;
color: #e74c3c;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
transform: scale(0.9);
-webkit-animation: love .5s infinite linear alternate-reverse;
-moz-animation: love .5s infinite linear alternate-reverse;
animation: love .5s infinite linear alternate-reverse;
}
@-webkit-keyframes love {
to {
-webkit-transform: scale(1.2)
}
}
@-moz-keyframes love {
to {
-moz-transform: scale(1.2)
}
}
@keyframes love {
to {
transform: scale(1.2)
}
}
.pl-ra{
width: 65%;
margin: 0px auto;
} | 0.321567 | 0.097133 |
.world-event-screen
{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
.world-event-screen > .l-dialog-container
{
top: 0;
left: 0;
right: 0;
bottom: 0;
/*width: 102.4rem;
height: 76.8rem;*/
width: 80.0rem;
height: 72.0rem;
position: absolute;
margin: auto;
z-index: 2;
}
.world-event-screen > .l-dialog-container .content .l-list-container
{
/*top: 1.0rem;
left: 1.0rem;
right: 1.0rem;
bottom: 1.0rem;*/
top: 5.0rem;
left: 0.5rem;
right: 0.5rem;
bottom: 0.0rem;
position: absolute;
}
.world-event-screen > .l-dialog-container .content .scroll-container
{
/*padding-left: 1.0rem;
padding-right: 1.0rem;*/
}
.world-event-screen > .l-dialog-container .footer .l-button-container
{
top: 1.0rem;
left: 1.0rem;
right: 1.0rem;
bottom: 1.0rem;
position: absolute;
margin: auto;
}
.world-event-screen > .l-dialog-container .footer .l-button-container .ui-control.button > .label
{
text-overflow: ellipsis;
white-space: nowrap;
}
.world-event-content
{
position: absolute;
margin-top: 0.0rem;
margin-left: 3.5rem;
margin-right: 3.5rem;
margin-bottom: 4.0rem;
width: 72.0rem;
/*float: left;*/
}
.world-event-character-left
{
width: 10.4rem;
height: 14.2rem;
position: absolute;
left: 1.0rem;
bottom: 59.5rem;
z-index: 10;
}
.world-event-character-right
{
width: 10.4rem;
height: 14.2rem;
position: absolute;
right: 1.0rem;
bottom: 59.5rem;
z-index: 10;
}
.world-event-overlay-middle
{
position: absolute;
left: 34.0rem;
bottom: 61.5rem;
z-index: 10;
}
.world-event-character-right img
{
-webkit-transform: scaleX(-1);
}
/* rows */
.world-event-content .row
{
/*background-color: #B58B15;*/
width: 100%;
margin-bottom: 3.0rem;
/*float: left;*/
clear: left;
/*position: relative;
text-align: center;*/
}
.world-event-content .list-container
{
/*background-color: #FF0000;*/
/*margin-top: 3.0rem;*/
width: auto;
margin-top: 0.0rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.0rem;
position: relative;
display: table;
}
.world-event-content .list-container-fixed
{
width: 70%;
margin-top: 0.0rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.0rem;
position: relative;
display: table;
}
.world-event-content .list
{
/*background-color: #AFD635;*/
/* position: relative;*/
width: auto;
/*display: table;*/
/*margin-top: 0.0rem;*/
margin-left: 0.0rem;
margin-right: 0.0rem;
margin-bottom: 0.0rem;
/*margin-top: 3.0rem;
margin-bottom: 0.0rem;*/
/*margin-bottom: 0.0rem;
margin-left: 30%;*/
}
.world-event-content .list-container:first-child
{
margin-top: 3.0rem;
}
.world-event-content .row:last-child
{
margin-bottom: 0;
}
/* description */
.world-event-content .row img
{
margin-left: auto;
margin-right: auto;
float: left;
clear: left;
}
/* description */
.world-event-content .row .description
{
/* float: left;
clear: left;*/
text-align: left;
}
.world-event-content .row .description img
{
margin-right: 1.0rem;
margin-bottom: 1.0rem;
}
/* list */
.world-event-content .row .title
{
margin-bottom: 0.4rem;
float: left;
clear: left;
text-align: left;
}
.world-event-content .row.list img
{
width: 3.0rem;
margin-right: 1.0rem;
float: left;
}
.world-event-content .row.list .text
{
float: none;
line-height: 2.6rem;
text-align: left;
overflow: hidden;
}
.world-event-buttons
{
width: 100%;
float: left;
}
/* rows */
.world-event-buttons .row
{
width: 100%;
height: 4.3rem;
position: relative;
float: left;
clear: left;
margin-bottom: -0.4rem;
}
.world-event-buttons .row.has-big-buttons
{
width: 100%;
height: 7.1rem;
position: relative;
float: left;
clear: left;
margin-bottom: -0.4rem;
}
/* buttons */
.world-event-buttons .row .l-button
{
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 4.3rem;
position: absolute;
margin: auto;
}
.world-event-buttons .row.has-big-buttons .l-button
{
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 7.1rem;
position: absolute;
margin: auto;
} | game_files/en/v1-5-0-10/scripts/ui/screens/world/world_event_screen.css | .world-event-screen
{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
.world-event-screen > .l-dialog-container
{
top: 0;
left: 0;
right: 0;
bottom: 0;
/*width: 102.4rem;
height: 76.8rem;*/
width: 80.0rem;
height: 72.0rem;
position: absolute;
margin: auto;
z-index: 2;
}
.world-event-screen > .l-dialog-container .content .l-list-container
{
/*top: 1.0rem;
left: 1.0rem;
right: 1.0rem;
bottom: 1.0rem;*/
top: 5.0rem;
left: 0.5rem;
right: 0.5rem;
bottom: 0.0rem;
position: absolute;
}
.world-event-screen > .l-dialog-container .content .scroll-container
{
/*padding-left: 1.0rem;
padding-right: 1.0rem;*/
}
.world-event-screen > .l-dialog-container .footer .l-button-container
{
top: 1.0rem;
left: 1.0rem;
right: 1.0rem;
bottom: 1.0rem;
position: absolute;
margin: auto;
}
.world-event-screen > .l-dialog-container .footer .l-button-container .ui-control.button > .label
{
text-overflow: ellipsis;
white-space: nowrap;
}
.world-event-content
{
position: absolute;
margin-top: 0.0rem;
margin-left: 3.5rem;
margin-right: 3.5rem;
margin-bottom: 4.0rem;
width: 72.0rem;
/*float: left;*/
}
.world-event-character-left
{
width: 10.4rem;
height: 14.2rem;
position: absolute;
left: 1.0rem;
bottom: 59.5rem;
z-index: 10;
}
.world-event-character-right
{
width: 10.4rem;
height: 14.2rem;
position: absolute;
right: 1.0rem;
bottom: 59.5rem;
z-index: 10;
}
.world-event-overlay-middle
{
position: absolute;
left: 34.0rem;
bottom: 61.5rem;
z-index: 10;
}
.world-event-character-right img
{
-webkit-transform: scaleX(-1);
}
/* rows */
.world-event-content .row
{
/*background-color: #B58B15;*/
width: 100%;
margin-bottom: 3.0rem;
/*float: left;*/
clear: left;
/*position: relative;
text-align: center;*/
}
.world-event-content .list-container
{
/*background-color: #FF0000;*/
/*margin-top: 3.0rem;*/
width: auto;
margin-top: 0.0rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.0rem;
position: relative;
display: table;
}
.world-event-content .list-container-fixed
{
width: 70%;
margin-top: 0.0rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.0rem;
position: relative;
display: table;
}
.world-event-content .list
{
/*background-color: #AFD635;*/
/* position: relative;*/
width: auto;
/*display: table;*/
/*margin-top: 0.0rem;*/
margin-left: 0.0rem;
margin-right: 0.0rem;
margin-bottom: 0.0rem;
/*margin-top: 3.0rem;
margin-bottom: 0.0rem;*/
/*margin-bottom: 0.0rem;
margin-left: 30%;*/
}
.world-event-content .list-container:first-child
{
margin-top: 3.0rem;
}
.world-event-content .row:last-child
{
margin-bottom: 0;
}
/* description */
.world-event-content .row img
{
margin-left: auto;
margin-right: auto;
float: left;
clear: left;
}
/* description */
.world-event-content .row .description
{
/* float: left;
clear: left;*/
text-align: left;
}
.world-event-content .row .description img
{
margin-right: 1.0rem;
margin-bottom: 1.0rem;
}
/* list */
.world-event-content .row .title
{
margin-bottom: 0.4rem;
float: left;
clear: left;
text-align: left;
}
.world-event-content .row.list img
{
width: 3.0rem;
margin-right: 1.0rem;
float: left;
}
.world-event-content .row.list .text
{
float: none;
line-height: 2.6rem;
text-align: left;
overflow: hidden;
}
.world-event-buttons
{
width: 100%;
float: left;
}
/* rows */
.world-event-buttons .row
{
width: 100%;
height: 4.3rem;
position: relative;
float: left;
clear: left;
margin-bottom: -0.4rem;
}
.world-event-buttons .row.has-big-buttons
{
width: 100%;
height: 7.1rem;
position: relative;
float: left;
clear: left;
margin-bottom: -0.4rem;
}
/* buttons */
.world-event-buttons .row .l-button
{
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 4.3rem;
position: absolute;
margin: auto;
}
.world-event-buttons .row.has-big-buttons .l-button
{
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 7.1rem;
position: absolute;
margin: auto;
} | 0.569254 | 0.06804 |
.sf-menu.sf-style-blue {
float: left;
margin-bottom: 1em;
padding: 0;
}
.sf-menu.sf-style-blue.sf-navbar {
width: 100%;
}
.sf-menu.sf-style-blue ul {
padding-left: 0;
}
.sf-menu.sf-style-blue a,
.sf-menu.sf-style-blue span.nolink {
border: 1px outset #003973;
color: #ffffff;
padding: 0.75em 1em;
}
.sf-menu.sf-style-blue a.sf-with-ul,
.sf-menu.sf-style-blue span.nolink.sf-with-ul {
padding-right: 2.25em;
}
.sf-menu.sf-style-blue.rtl a.sf-with-ul,
.sf-menu.sf-style-blue.rtl span.nolink.sf-with-ul {
padding-left: 2.25em;
padding-right: 1em;
}
.sf-menu.sf-style-blue.sf-navbar a,
.sf-menu.sf-style-blue.sf-navbar span.nolink {
border: 0;
}
.sf-menu.sf-style-blue span.sf-description {
color: #ffffff;
display: block;
font-size: 0.833em;
line-height: 1.5;
margin: 5px 0 0 5px;
padding: 0;
}
.sf-menu.sf-style-blue.rtl span.sf-description {
margin: 5px 5px 0 0;
}
.sf-menu.sf-style-blue li,
.sf-menu.sf-style-blue.sf-navbar {
background: #095cb1;
}
.sf-menu.sf-style-blue li li {
background: #0151a4;
}
.sf-menu.sf-style-blue li li li {
background: #00478f;
}
.sf-menu.sf-style-blue li:hover,
.sf-menu.sf-style-blue li.sfHover,
.sf-menu.sf-style-blue a:focus,
.sf-menu.sf-style-blue a:hover,
.sf-menu.sf-style-blue a:active,
.sf-menu.sf-style-blue span.nolink:hover,
.sf-menu.sf-style-blue.sf-navbar li li {
background: #3270c5;
color: #ffea00;
}
.sf-menu.sf-style-blue.sf-navbar li ul {
background-color: #3270c5;
}
.sf-menu.sf-style-blue.sf-navbar li ul li ul {
background-color: transparent;
}
div.sf-accordion-toggle.sf-style-blue a {
background: #095cb1;
border: 1px outset #003973;
color: #ffffff;
padding: 1em;
}
div.sf-accordion-toggle.sf-style-blue a.sf-expanded,
.sf-menu.sf-style-blue.sf-accordion li.sf-expanded {
background-color: #3270c5;
}
div.sf-accordion-toggle.sf-style-blue a.sf-expanded,
.sf-menu.sf-style-blue.sf-accordion li.sf-expanded > a,
.sf-menu.sf-style-blue.sf-accordion li.sf-expanded > span.nolink {
font-weight: bold;
}
.sf-menu.sf-style-blue.sf-accordion li a.sf-accordion-button {
font-weight: bold;
position: absolute;
right: 0;
top: 0;
z-index: 499;
}
.sf-menu.sf-style-blue.sf-accordion li li a,
.sf-menu.sf-style-blue.sf-accordion li li span.nolink {
padding-left: 2em;
}
.sf-menu.sf-style-blue.sf-accordion li li li a,
.sf-menu.sf-style-blue.sf-accordion li li li span.nolink {
padding-left: 3em;
}
.sf-menu.sf-style-blue.sf-accordion li li li li a,
.sf-menu.sf-style-blue.sf-accordion li li li li span.nolink {
padding-left: 4em;
}
.sf-menu.sf-style-blue.sf-accordion li li li li a,
.sf-menu.sf-style-blue.sf-accordion li li li li span.nolink {
padding-left: 5em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li span.nolink {
padding-left: auto;
padding-right: 2em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li li span.nolink {
padding-left: auto;
padding-right: 3em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li span.nolink {
padding-left: auto;
padding-right: 4em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li li span.nolink {
padding-left: auto;
padding-right: 5em;
}
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper ol li {
margin: 0;
padding: 0;
}
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent,
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper span.nolink.menuparent {
font-weight: bold;
}
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
display: inline;
float: left;
}
.sf-menu.sf-style-blue.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
float: right;
} | themag_theme/libraries/superfish/style/blue.css | .sf-menu.sf-style-blue {
float: left;
margin-bottom: 1em;
padding: 0;
}
.sf-menu.sf-style-blue.sf-navbar {
width: 100%;
}
.sf-menu.sf-style-blue ul {
padding-left: 0;
}
.sf-menu.sf-style-blue a,
.sf-menu.sf-style-blue span.nolink {
border: 1px outset #003973;
color: #ffffff;
padding: 0.75em 1em;
}
.sf-menu.sf-style-blue a.sf-with-ul,
.sf-menu.sf-style-blue span.nolink.sf-with-ul {
padding-right: 2.25em;
}
.sf-menu.sf-style-blue.rtl a.sf-with-ul,
.sf-menu.sf-style-blue.rtl span.nolink.sf-with-ul {
padding-left: 2.25em;
padding-right: 1em;
}
.sf-menu.sf-style-blue.sf-navbar a,
.sf-menu.sf-style-blue.sf-navbar span.nolink {
border: 0;
}
.sf-menu.sf-style-blue span.sf-description {
color: #ffffff;
display: block;
font-size: 0.833em;
line-height: 1.5;
margin: 5px 0 0 5px;
padding: 0;
}
.sf-menu.sf-style-blue.rtl span.sf-description {
margin: 5px 5px 0 0;
}
.sf-menu.sf-style-blue li,
.sf-menu.sf-style-blue.sf-navbar {
background: #095cb1;
}
.sf-menu.sf-style-blue li li {
background: #0151a4;
}
.sf-menu.sf-style-blue li li li {
background: #00478f;
}
.sf-menu.sf-style-blue li:hover,
.sf-menu.sf-style-blue li.sfHover,
.sf-menu.sf-style-blue a:focus,
.sf-menu.sf-style-blue a:hover,
.sf-menu.sf-style-blue a:active,
.sf-menu.sf-style-blue span.nolink:hover,
.sf-menu.sf-style-blue.sf-navbar li li {
background: #3270c5;
color: #ffea00;
}
.sf-menu.sf-style-blue.sf-navbar li ul {
background-color: #3270c5;
}
.sf-menu.sf-style-blue.sf-navbar li ul li ul {
background-color: transparent;
}
div.sf-accordion-toggle.sf-style-blue a {
background: #095cb1;
border: 1px outset #003973;
color: #ffffff;
padding: 1em;
}
div.sf-accordion-toggle.sf-style-blue a.sf-expanded,
.sf-menu.sf-style-blue.sf-accordion li.sf-expanded {
background-color: #3270c5;
}
div.sf-accordion-toggle.sf-style-blue a.sf-expanded,
.sf-menu.sf-style-blue.sf-accordion li.sf-expanded > a,
.sf-menu.sf-style-blue.sf-accordion li.sf-expanded > span.nolink {
font-weight: bold;
}
.sf-menu.sf-style-blue.sf-accordion li a.sf-accordion-button {
font-weight: bold;
position: absolute;
right: 0;
top: 0;
z-index: 499;
}
.sf-menu.sf-style-blue.sf-accordion li li a,
.sf-menu.sf-style-blue.sf-accordion li li span.nolink {
padding-left: 2em;
}
.sf-menu.sf-style-blue.sf-accordion li li li a,
.sf-menu.sf-style-blue.sf-accordion li li li span.nolink {
padding-left: 3em;
}
.sf-menu.sf-style-blue.sf-accordion li li li li a,
.sf-menu.sf-style-blue.sf-accordion li li li li span.nolink {
padding-left: 4em;
}
.sf-menu.sf-style-blue.sf-accordion li li li li a,
.sf-menu.sf-style-blue.sf-accordion li li li li span.nolink {
padding-left: 5em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li span.nolink {
padding-left: auto;
padding-right: 2em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li li span.nolink {
padding-left: auto;
padding-right: 3em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li span.nolink {
padding-left: auto;
padding-right: 4em;
}
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li li a,
.sf-menu.sf-style-blue.rtl.sf-accordion li li li li li span.nolink {
padding-left: auto;
padding-right: 5em;
}
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper ol li {
margin: 0;
padding: 0;
}
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent,
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper span.nolink.menuparent {
font-weight: bold;
}
.sf-menu.sf-style-blue ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
display: inline;
float: left;
}
.sf-menu.sf-style-blue.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
float: right;
} | 0.410047 | 0.088347 |
body {
background: #f2f2f2;
}
.dm-header {
background: white;
}
.dm-header .goods-nav {
font-size: 22px;
font-weight: bold;
}
.dm-header .goods-nav li{
float: left;
height: 100px;
line-height: 120px;
margin:0px 25px;
}
.dm-header .nav-content li{
/* width: 50%;
height: 40px;*/
line-height: 40px;
text-align: left;
position: absolute;
top: 125px;
left: 520px;
opacity: 0;
z-index: 999;
border: 1px solid #f5a7ec;
background: rgba(250,230,36,0.1); /*改变导航栏透明度*/
}
.dm-header .nav-content li a {
display: inline-block;
height: 30px;
line-height: 30px;
margin:0px 10px;
font-size: 16px;
font-weight: bold;
color: #333;
}
.dm-header .nav-content li a:hover {
color: #ff24d2;
}
.dm-header .cart {
margin-top: 37px;
border: none;
font-size: 20px;
font-weight: bold;
padding-right: 20px;
background: none;
}
.dm-header .cart a {
color: #ff24d2;
}
.dm-header .cart .fa {
color: #ff24d2;
font-size: 22px;
left: 25px;
top: 60%;
}
/* ----------------------------------------- 面包屑导航wrapper Begin*/
.wrapper {
height: 80px;
line-height: 80px;
font-size: 18px;
font-weight: bold;
color: #777777;
padding-left: 60px;
}
.wrapper .breadcrumb li{
float: left;
margin: 0px 5px;
}
.wrapper .breadcrumb a {
color: inherit;
}
/*面包屑导航 wrapper End*/ /*-----------以上是和商品详情页重复----------*/
/*------------------------------------------------个人中心内容cart-box Begin*/
.user {
height: 80px;
background: white;
box-sizing:border-box;
padding: 20px;
}
.user h5 {
line-height: 36px;
color: #333;
font-family: "楷体";
font-size: 20px;
}
.user p {
line-height: 36px;
margin-left: 20px;
font-size: 18px;
}
.user a {
display: inline-block;
line-height: 36px;
margin-left: 30px;
color: red;
}
.user form {
float: left;
line-height: 30px;
margin-left: 50px;
margin-top: 4px;
display: none;
}
.user form input {
height: 25px;
text-indent: 10px;
border: 1px solid red;
margin-right: 10px;
}
.user form .submit {
width: 50px;
height: 25px;
text-indent: 0px;
background: #ff8a00;
border: 1px solid red;
margin-right: 10px;
cursor: pointer;
}
/*收货人信息部分Begin*/
.order-form {
background: white;
margin-top: 20px;
box-sizing:border-box;
padding:20px;
}
.order-form .box {
position: relative;
margin-bottom: 20px;
}
.order-form .box h5 {
font-size: 18px;
font-weight: bold;
color: #333;
line-height: 36px;
}
/*添加地址信息按钮*/
.order-form .box .add-address {
position: absolute;
right: 10px;
top: 5px;
color: blue;
}
.order-form .box .add-address:hover{
color: #ff24d2;
cursor: pointer;
}
/*添加地址输入信息*/
.order-form .box .add {
padding-left: 20px;
display: none;
}
.order-form .box .add input{
width: 150px;
height: 24px;
font-size: 12px;
text-indent: 3px;
border: 1px solid red;
text-align: center;
margin-right: 10px;
}
.order-form .box .add .addr-address {
width: 500px;
}
.order-form .box .add .add-btn {
display: inline-block;
width: 50px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 3px;
color: white;
background: #ff7600;
cursor: pointer;
}
/*修改地址输入信息*/
.order-form .box .edit {
padding-left: 20px;
margin-top: 10px;
display: none;
}
.order-form .box .edit input{
width: 150px;
height: 24px;
font-size: 12px;
text-indent: 3px;
border: 1px solid #75c473;
text-align: center;
margin-right: 10px;
}
.order-form .box .edit .addr-address {
width: 500px;
}
.order-form .box .edit .add-btn {
display: inline-block;
width: 50px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 3px;
color: white;
background: #75c473;
cursor: pointer;
}
/*地址信息*/
.order-form .box .address {
position: relative;
padding: 10px 20px 0px;
height: 26px;
line-height: 24px;
font-size: 12px;
overflow: hidden;
}
.order-form .box .addr-name {
display: inline-block;
width: 150px;
text-align: center;
border: 1px solid #ccc;
}
.order-form .box .address i {
display: none;
}
.order-form .box .addr-name:hover {
border: 1px solid red;
}
.order-form .box .addr-address {
display: inline-block;
text-align: left;
text-indent: 10px;
}
/*地址操作 编辑/修改*/
.order-form .box .address div {
position: absolute;
right: 42px;
top: 12px;
}
.order-form .box .address div a {
color:blue;
margin-right: 20px;
cursor: pointer;
}
.order-form .box .address div a:hover {
color: #ff24d2;
}
/*订单商品内容Begin*/
.order-box {
background: white;
margin-top: 20px;
box-sizing:border-box;
padding:20px;
}
/*我的订单头部*/
.order-box .order-top {
line-height: 36px;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.order-box .order-top a {
color: red;
}
.order-box .orders {
border:1px solid #f2f2f2;
margin-bottom: 20px;
}
/*订单信息-时间,订单号*/
.order-box .message {
height: 30px;
line-height: 30px;
color: #999;
background: #f5f5f5;
padding-left: 15px;
}
.order-box .message span {
margin: 0px 50px 0px 10px;
}
.order-box .message span.order-id {
color: #333;
}
/*订单内容Begin*/
.order-box .product {
width: 607px;
border-right: 1px solid #f0f0f0;
padding:10px;
}
.order-box .product .prod-details{
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #f0f0f0;
}
.order-box .product .prod-details:last-of-type {
border-bottom: none;
}
/*商品图片 标题 属性*/
.order-box .product .product-img img {
width: 90px;
height: 90px;
}
.order-box .product .product-info h3 {
font-size: 14px;
line-height: 48px;
}
.order-box .product .product-info h3 a {
color: #333;
}
.order-box .product .product-info p {
font-size: 12px;
}
.order-box .product .product-info p span {
margin-right: 10px;
}
/*商品单价及数量*/
.order-box .product .product-price span{
font-size: 14px;
line-height: 50px;
padding-right: 10px;
}
.order-box .product .product-price .price {
color: #e4393c;
font-weight: bold;
margin-right: 40px;
}
/*订单内容End*/
/*收货人信息,订单总额,订单状态 other Begin*/
.order-box .orders .other {
width: 130px;
line-height: 25px;
color: #999;
text-align: center;
box-sizing:border-box;
padding:10px;
border-right: 1px solid #f0f0f0;
}
.order-box .orders .other:last-of-type{
border-right:none;
}
.order-box .orders .other .addr-name {
font-size: 14px;
font-weight: bold;
color: #666;
}
.order-box .orders .other .addr {
color: #666;
}
.order-box .orders .other .price {
line-height: 50px;
font-size: 18px;
font-weight: bold;
color: #333;
}
.order-box .orders .other .state {
line-height: 36px;
font-size: 18px;
font-weight: bold;
color: #e4393c;
}
.order-box .orders .other .make {
display: inline-block;
width: 90px;
height: 24px;
font-size: 16px;
font-weight: bold;
color: #e4393c;
margin: 10px 0px 0px;
border: 1px solid #e4393c;
}
.order-box .orders .other .make:hover{
color: white;
background: #e4393c;
}
.order-box .orders .other .cancel {
line-height: 40px;
font-size: 16px;
font-weight: bold;
}
.order-box .orders .other .cancel:hover{
color: #e4393c;
}
/*收货人信息,订单总额,订单状态End*/
/*订单总额信息*/
.order-box .get-all {
text-align: right;
height: 50px;
font-size: 14px;
}
.order-box .get-all .all-price {
color: #e4393c;
font-size: 20px;
font-weight: bold;
font-family: Verdana;
margin: 0px 20px;
}
.order-box .get-all .all-num {
color: #999;
font-size: 16px;
font-weight: bold;
font-family: Verdana;
margin: 0px 5px;
}
/*订单详情内容End
/*个人中心内容cart End*/ | css/user.css | body {
background: #f2f2f2;
}
.dm-header {
background: white;
}
.dm-header .goods-nav {
font-size: 22px;
font-weight: bold;
}
.dm-header .goods-nav li{
float: left;
height: 100px;
line-height: 120px;
margin:0px 25px;
}
.dm-header .nav-content li{
/* width: 50%;
height: 40px;*/
line-height: 40px;
text-align: left;
position: absolute;
top: 125px;
left: 520px;
opacity: 0;
z-index: 999;
border: 1px solid #f5a7ec;
background: rgba(250,230,36,0.1); /*改变导航栏透明度*/
}
.dm-header .nav-content li a {
display: inline-block;
height: 30px;
line-height: 30px;
margin:0px 10px;
font-size: 16px;
font-weight: bold;
color: #333;
}
.dm-header .nav-content li a:hover {
color: #ff24d2;
}
.dm-header .cart {
margin-top: 37px;
border: none;
font-size: 20px;
font-weight: bold;
padding-right: 20px;
background: none;
}
.dm-header .cart a {
color: #ff24d2;
}
.dm-header .cart .fa {
color: #ff24d2;
font-size: 22px;
left: 25px;
top: 60%;
}
/* ----------------------------------------- 面包屑导航wrapper Begin*/
.wrapper {
height: 80px;
line-height: 80px;
font-size: 18px;
font-weight: bold;
color: #777777;
padding-left: 60px;
}
.wrapper .breadcrumb li{
float: left;
margin: 0px 5px;
}
.wrapper .breadcrumb a {
color: inherit;
}
/*面包屑导航 wrapper End*/ /*-----------以上是和商品详情页重复----------*/
/*------------------------------------------------个人中心内容cart-box Begin*/
.user {
height: 80px;
background: white;
box-sizing:border-box;
padding: 20px;
}
.user h5 {
line-height: 36px;
color: #333;
font-family: "楷体";
font-size: 20px;
}
.user p {
line-height: 36px;
margin-left: 20px;
font-size: 18px;
}
.user a {
display: inline-block;
line-height: 36px;
margin-left: 30px;
color: red;
}
.user form {
float: left;
line-height: 30px;
margin-left: 50px;
margin-top: 4px;
display: none;
}
.user form input {
height: 25px;
text-indent: 10px;
border: 1px solid red;
margin-right: 10px;
}
.user form .submit {
width: 50px;
height: 25px;
text-indent: 0px;
background: #ff8a00;
border: 1px solid red;
margin-right: 10px;
cursor: pointer;
}
/*收货人信息部分Begin*/
.order-form {
background: white;
margin-top: 20px;
box-sizing:border-box;
padding:20px;
}
.order-form .box {
position: relative;
margin-bottom: 20px;
}
.order-form .box h5 {
font-size: 18px;
font-weight: bold;
color: #333;
line-height: 36px;
}
/*添加地址信息按钮*/
.order-form .box .add-address {
position: absolute;
right: 10px;
top: 5px;
color: blue;
}
.order-form .box .add-address:hover{
color: #ff24d2;
cursor: pointer;
}
/*添加地址输入信息*/
.order-form .box .add {
padding-left: 20px;
display: none;
}
.order-form .box .add input{
width: 150px;
height: 24px;
font-size: 12px;
text-indent: 3px;
border: 1px solid red;
text-align: center;
margin-right: 10px;
}
.order-form .box .add .addr-address {
width: 500px;
}
.order-form .box .add .add-btn {
display: inline-block;
width: 50px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 3px;
color: white;
background: #ff7600;
cursor: pointer;
}
/*修改地址输入信息*/
.order-form .box .edit {
padding-left: 20px;
margin-top: 10px;
display: none;
}
.order-form .box .edit input{
width: 150px;
height: 24px;
font-size: 12px;
text-indent: 3px;
border: 1px solid #75c473;
text-align: center;
margin-right: 10px;
}
.order-form .box .edit .addr-address {
width: 500px;
}
.order-form .box .edit .add-btn {
display: inline-block;
width: 50px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 3px;
color: white;
background: #75c473;
cursor: pointer;
}
/*地址信息*/
.order-form .box .address {
position: relative;
padding: 10px 20px 0px;
height: 26px;
line-height: 24px;
font-size: 12px;
overflow: hidden;
}
.order-form .box .addr-name {
display: inline-block;
width: 150px;
text-align: center;
border: 1px solid #ccc;
}
.order-form .box .address i {
display: none;
}
.order-form .box .addr-name:hover {
border: 1px solid red;
}
.order-form .box .addr-address {
display: inline-block;
text-align: left;
text-indent: 10px;
}
/*地址操作 编辑/修改*/
.order-form .box .address div {
position: absolute;
right: 42px;
top: 12px;
}
.order-form .box .address div a {
color:blue;
margin-right: 20px;
cursor: pointer;
}
.order-form .box .address div a:hover {
color: #ff24d2;
}
/*订单商品内容Begin*/
.order-box {
background: white;
margin-top: 20px;
box-sizing:border-box;
padding:20px;
}
/*我的订单头部*/
.order-box .order-top {
line-height: 36px;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.order-box .order-top a {
color: red;
}
.order-box .orders {
border:1px solid #f2f2f2;
margin-bottom: 20px;
}
/*订单信息-时间,订单号*/
.order-box .message {
height: 30px;
line-height: 30px;
color: #999;
background: #f5f5f5;
padding-left: 15px;
}
.order-box .message span {
margin: 0px 50px 0px 10px;
}
.order-box .message span.order-id {
color: #333;
}
/*订单内容Begin*/
.order-box .product {
width: 607px;
border-right: 1px solid #f0f0f0;
padding:10px;
}
.order-box .product .prod-details{
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #f0f0f0;
}
.order-box .product .prod-details:last-of-type {
border-bottom: none;
}
/*商品图片 标题 属性*/
.order-box .product .product-img img {
width: 90px;
height: 90px;
}
.order-box .product .product-info h3 {
font-size: 14px;
line-height: 48px;
}
.order-box .product .product-info h3 a {
color: #333;
}
.order-box .product .product-info p {
font-size: 12px;
}
.order-box .product .product-info p span {
margin-right: 10px;
}
/*商品单价及数量*/
.order-box .product .product-price span{
font-size: 14px;
line-height: 50px;
padding-right: 10px;
}
.order-box .product .product-price .price {
color: #e4393c;
font-weight: bold;
margin-right: 40px;
}
/*订单内容End*/
/*收货人信息,订单总额,订单状态 other Begin*/
.order-box .orders .other {
width: 130px;
line-height: 25px;
color: #999;
text-align: center;
box-sizing:border-box;
padding:10px;
border-right: 1px solid #f0f0f0;
}
.order-box .orders .other:last-of-type{
border-right:none;
}
.order-box .orders .other .addr-name {
font-size: 14px;
font-weight: bold;
color: #666;
}
.order-box .orders .other .addr {
color: #666;
}
.order-box .orders .other .price {
line-height: 50px;
font-size: 18px;
font-weight: bold;
color: #333;
}
.order-box .orders .other .state {
line-height: 36px;
font-size: 18px;
font-weight: bold;
color: #e4393c;
}
.order-box .orders .other .make {
display: inline-block;
width: 90px;
height: 24px;
font-size: 16px;
font-weight: bold;
color: #e4393c;
margin: 10px 0px 0px;
border: 1px solid #e4393c;
}
.order-box .orders .other .make:hover{
color: white;
background: #e4393c;
}
.order-box .orders .other .cancel {
line-height: 40px;
font-size: 16px;
font-weight: bold;
}
.order-box .orders .other .cancel:hover{
color: #e4393c;
}
/*收货人信息,订单总额,订单状态End*/
/*订单总额信息*/
.order-box .get-all {
text-align: right;
height: 50px;
font-size: 14px;
}
.order-box .get-all .all-price {
color: #e4393c;
font-size: 20px;
font-weight: bold;
font-family: Verdana;
margin: 0px 20px;
}
.order-box .get-all .all-num {
color: #999;
font-size: 16px;
font-weight: bold;
font-family: Verdana;
margin: 0px 5px;
}
/*订单详情内容End
/*个人中心内容cart End*/ | 0.376394 | 0.065306 |
.blurred-box {
position: relative;
width: 275px;
height: 350px;
top: calc(45vh - 175px);
left: calc(50% - 137.5px);
background: inherit;
border-radius: 2px;
overflow: hidden;
transition: all 0.5s ease;
opacity: 0.75;
}
.blurred-box:hover {
/* border-radius: none; */
/* filter: drop-shadow(2px 10px 2px black) hue-rotate(90deg); */
}
.blurred-box:after {
content: '';
width: 300px;
height: 300px;
background: inherit;
position: absolute;
left: -25px;
top: -25px;
}
.text-immersion {
font-family: 'Julius Sans One';
text-align: center;
margin-bottom: 50px;
font-size: 2rem;
filter: drop-shadow(2px 10px 2px black);
}
/* Form which you dont need */
.box {
position: relative;
margin-top: 50px;
text-align: center;
z-index: 1;
}
.box>* {
display: inline-block;
width: 200px;
}
.photo-img {
background-image: url('newDp.jpg');
filter: drop-shadow(2px 10px 2px black) sepia(0.5);
transition: all 0.5s ease;
}
.name {
margin-top: 15px;
margin-bottom: 15px;
color: white;
font-family: 'Great Vibes';
letter-spacing: 0.05rem;
font-size: 1.5rem;
filter: drop-shadow(2px 10px 2px black) sepia(0.5);
}
/* Media queries */
@media only screen and (max-width: 1100px) {
.new-landing-arrow-primary {
left: 45% !important;
}
}
@media only screen and (max-width: 700px) {
.new-landing-arrow-primary {
left: 42.5% !important;
}
}
@media only screen and (max-width: 475px) {
.new-landing-arrow-primary {
left: 37.5% !important;
}
}
.photo{
position: absolute;
top: 47.5%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
font-family: 'Montserrat', sans-serif;
}
.photo img{
height: 280px;
object-fit: cover;
filter: grayscale(100%) contrast(120%);
box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
display: block;
transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
margin-top: -10px;
clip-path: circle(45%);
transition: clip-path 1s;
}
.photo:hover img{
box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
clip-path: circle(100%);
}
.photo .glow-wrap{
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
top: 0;
margin-top: -10px;
}
.photo .glow{
display: block;
position:absolute;
width: 40%;
height: 200%;
background: rgba(255,255,255,.2);
top: 0;
filter: blur(5px);
transform: rotate(45deg) translate(-450%, 0);
transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover .glow{
transform: rotate(45deg) translate(450%, 0);
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
h1{
position: absolute;
z-index: 1;
transform: translate(-35%, -65%);
font-family: 'Montserrat', sans-serif;
margin: 0;
line-height: 1.2;
}
/* Ends */
#author{
font-family: 'Montserrat', sans-serif ;
text-transform: uppercase;
font-size: 14px;
text-decoration: none;
position: fixed;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
color: #888;
}
#author:hover{
color: #111;
}
@media only screen and (max-width: 500px) {
h1 {
transform: translate(-2.5%, -85%);
}
} | src/styles/newLandingStyles.css | .blurred-box {
position: relative;
width: 275px;
height: 350px;
top: calc(45vh - 175px);
left: calc(50% - 137.5px);
background: inherit;
border-radius: 2px;
overflow: hidden;
transition: all 0.5s ease;
opacity: 0.75;
}
.blurred-box:hover {
/* border-radius: none; */
/* filter: drop-shadow(2px 10px 2px black) hue-rotate(90deg); */
}
.blurred-box:after {
content: '';
width: 300px;
height: 300px;
background: inherit;
position: absolute;
left: -25px;
top: -25px;
}
.text-immersion {
font-family: 'Julius Sans One';
text-align: center;
margin-bottom: 50px;
font-size: 2rem;
filter: drop-shadow(2px 10px 2px black);
}
/* Form which you dont need */
.box {
position: relative;
margin-top: 50px;
text-align: center;
z-index: 1;
}
.box>* {
display: inline-block;
width: 200px;
}
.photo-img {
background-image: url('newDp.jpg');
filter: drop-shadow(2px 10px 2px black) sepia(0.5);
transition: all 0.5s ease;
}
.name {
margin-top: 15px;
margin-bottom: 15px;
color: white;
font-family: 'Great Vibes';
letter-spacing: 0.05rem;
font-size: 1.5rem;
filter: drop-shadow(2px 10px 2px black) sepia(0.5);
}
/* Media queries */
@media only screen and (max-width: 1100px) {
.new-landing-arrow-primary {
left: 45% !important;
}
}
@media only screen and (max-width: 700px) {
.new-landing-arrow-primary {
left: 42.5% !important;
}
}
@media only screen and (max-width: 475px) {
.new-landing-arrow-primary {
left: 37.5% !important;
}
}
.photo{
position: absolute;
top: 47.5%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
font-family: 'Montserrat', sans-serif;
}
.photo img{
height: 280px;
object-fit: cover;
filter: grayscale(100%) contrast(120%);
box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
display: block;
transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
margin-top: -10px;
clip-path: circle(45%);
transition: clip-path 1s;
}
.photo:hover img{
box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
clip-path: circle(100%);
}
.photo .glow-wrap{
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
top: 0;
margin-top: -10px;
}
.photo .glow{
display: block;
position:absolute;
width: 40%;
height: 200%;
background: rgba(255,255,255,.2);
top: 0;
filter: blur(5px);
transform: rotate(45deg) translate(-450%, 0);
transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover .glow{
transform: rotate(45deg) translate(450%, 0);
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
h1{
position: absolute;
z-index: 1;
transform: translate(-35%, -65%);
font-family: 'Montserrat', sans-serif;
margin: 0;
line-height: 1.2;
}
/* Ends */
#author{
font-family: 'Montserrat', sans-serif ;
text-transform: uppercase;
font-size: 14px;
text-decoration: none;
position: fixed;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
color: #888;
}
#author:hover{
color: #111;
}
@media only screen and (max-width: 500px) {
h1 {
transform: translate(-2.5%, -85%);
}
} | 0.468061 | 0.111193 |
html {
font-family: Rubik;
scroll-behavior: smooth;
}
.basic-color {
background-color: #35974a;
}
li{
list-style: none;
}
hr{
opacity: 8% !important;
}
a{
text-decoration:none !important;
}
/* NAVBAR */
.navbar-font {
color: #e7f3e9;
font-weight: bold;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik;
padding: 1rem 0 !important;
}
/* .navbar {
height: 70px !important;
} */
.dropdown-menu {
color: #35974a !important;
font-weight: bold !important;
font-size: 16px !important;
background-color: #e7f3e9 !important;
font-family: Rubik !important;
}
.nav-link {
color: #e7f3e9 !important;
font-weight: bold;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik !important;
}
.nav-link:hover {
color: #ffffff !important;
}
.dropdown-item:hover:focus,.dropdown-item:active{
background-color: #35974a;
}
/* END NAVBAR */
/* JUMBOTRON */
.jumbotron{
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height:100vh;
width: 100%;
border-radius: 0% !important;
}
.jumbo-u{
vertical-align: middle;
}
.jumbo-big {
font-family: Rubik;
color: #ffffff;
font-weight: bolder;
font-size: 2.7rem;
font-style: normal;
line-height: 50px;
max-width: 550px;
margin-top: 11rem;
}
.jumbo-big-image {
width: 8.2rem;
}
.ktkls {
display: inline-block;
font-family: Rubik;
padding: 0.7rem 1rem;
background-color: #256a34;
font-weight: bold !important;
color: #E7F3E9 !important;
font-size: 1rem !important;
border-radius: 30px;
}
.jumbo-small {
margin-top: 1.2rem;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 27px;
color: rgba(255, 255, 255, 0.72);
max-width: 550px;
}
.jumbo-button-1 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #35974a !important;
font-size: 1rem !important;
box-shadow: 3px 3px rgba(255, 255, 255, 0.425) !important;
}
.jumbo-button-2 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #ffffff !important;
font-size: 1rem !important;
box-shadow: 3px 3px rgba(255, 255, 255, 0.425) !important;
}
.jumbo-button-1:hover{
color: #35974A !important;
box-shadow: 3px 3px rgba(203, 255, 196, 0.705) !important;
}
.jumbo-button-2:hover{
color: #35974A !important;
box-shadow: 3px 3px rgba(203, 255, 196, 0.705) !important;
}
/* END JUMBOTRON */
/* ABOUT */
.about-img {
width: 100%;
height: auto;
}
.about-big {
color: #35974a;
font-family: Rubik;
font-style: normal;
font-weight: bold;
font-size: 2rem;
line-height: 38px;
}
.about-small {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 30px;
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.6);
}
/* CATEGORY */
.category {
background-color: #e7f3e9;
}
.card.card-category {
background-color: transparent;
border: none;
}
.title-category {
text-align: center;
padding-top: 80px;
}
.category-title {
font-family: Rubik;
font-weight: bold;
font-size: 2rem;
line-height: 33px;
text-align: center;
}
.category-description {
font-family: Rubik;
font-size: 1rem;
line-height: 25px;
text-align: center;
}
.card-category {
margin: 10px 15px;
}
.category-content {
position: absolute;
top: 50%;
left: 40%;
transform: translate(-50%, -50%);
}
.card-title {
font-family: Rubik;
font-weight: bold;
font-size: 32px;
line-height: 38px;
color: #ffffff;
}
.card-text {
font-family: Rubik;
font-size: 16px;
line-height: 25px;
align-items: center;
color: #e7f3e9;
}
.category-img {
max-width: 335px;
/* height: 335px; */
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
background-color: #e7f3e9 !important;
box-shadow: 3px 3px rgb(142, 211, 153) !important;
}
.category-img:hover{
box-shadow: 3px 3px rgb(40, 51, 42) !important;
}
.category-cms{
max-width: 335px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
background-color: #e7f3e9 !important;
opacity: 50%;
}
/* CATEGORY END */
/* KEUNTUNGAN */
.keuntungan{
background-color: white;
}
.judul-keuntungan {
text-align: center;
margin-top: 80px;
}
.img-keuntungan {
max-width: 246px;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.keuntungan-judul {
font-family: Rubik;
font-weight: bold;
font-size: 28px;
line-height: 33px;
text-align: center;
color: #219653;
}
.deskripsi-keuntungan {
font-family: Rubik;
font-size: 16px;
line-height: 25px;
align-items: center;
text-align: center;
}
.keuntungan-big {
font-family: Rubik;
font-weight: 500;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #000000;
}
.keuntungan-small {
font-family: Rubik;
font-size: 16px;
line-height: 25px;
text-align: center;
color: rgba(0, 0, 0, 0.6);
margin: 0 5px;
}
/* KEUNTUNGAN END */
/* TESTIMONY */
.testi-title {
font-family: Rubik;
font-weight: 700;
font-size: 28px;
line-height: 33px;
text-align: center;
color: #219653;
}
.card-testi {
background: #e7f3e9;
border: 3px solid #35974a;
box-sizing: border-box;
box-shadow: 7px 7px 0px rgba(53, 151, 74, 0.25);
border-radius: 5px;
width: 280px;
height: 265px;
}
.card-title.testi-big{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 25px;
text-align: center;
color: #219653;
}
.card-text.testi-small {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-align: center;
color: rgba(0, 0, 0, 0.6);
}
.testi-img-round {
margin-top: 5px;
border-radius: 100px;
width: 65px;
height: 65px;
display: block;
margin-left: auto;
margin-right: auto;
}
.body-testi{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-wrapper{
max-width: 90% !important;
height: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swp{
color: #219653 !important;
}
.swp:hover{
color: #0b5a2d !important;
}
/* TESTIMONY END */
/* FEEDBACK */
.feedback-box {
background-color: #e7f3e9;
border-radius: 5px;
}
.feedback-content {
padding: 1.5rem;
}
.feed-big {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
color: #000000;
}
.btn{
padding: 0.6rem 1.2rem !important;
}
.testi-button,
.feed-button {
font-family: Rubik;
display: inline-block;
margin: 5px 3px;
background-color: #e7f3e9, 100%;
font-weight: 500 !important;
color: #e7f3e9 !important;
font-size: 1rem !important;
box-shadow: 4px 4px 0px 0px #249b5877 !important;
border-color: #35974a !important;
}
.testi-button,
.feed-button:hover {
background-color: rgb(34, 116, 52);
}
.feed-button-no {
display: inline-block;
font-family: Rubik;
margin: 5px 3px;
background-color: #e7f3e9;
font-weight: bold !important;
color: #35974a !important;
font-size: 1rem !important;
box-shadow: 4px 4px 0px 0px #249b5877 !important;
border-color: #35974a !important;
}
.feed-button-no:hover {
background-color: rgb(34, 116, 52) !important;
color: #e7f3e9 !important;
}
.title-modal-feed {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #000000;
}
.label-feed {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 24px;
color: #000000;
}
.form-feed {
box-shadow: 0px 0px 0px 3.2px rgba(0, 123, 255, 0.25);
border-radius: 5px;
}
.swiper-pagination-bullet-active{
background-color: #35974a !important;
}
/* FEEDBACK END */
/* FOOTER */
.footer {
background-color: #f6f6f8;
padding-top: 45px;
padding-bottom: 45px;
font-family: Rubik;
}
.footer-contact{
margin-left: 0rem;
}
.image-footer {
max-width: 155px;
}
.ftr-tps {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
align-items: center;
color: #999999;
list-style-type: none;
}
.ftr-tipis {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
align-items: center;
color: #999999;
margin-top: 10px;
list-style-type: none;
}
.ftr-biasa {
font-family: Rubik;
font-size: 1rem;
line-height: 25px;
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
margin-top: 10px;
list-style: none;
}
.footer-end {
background-color: #f2f2f2;
}
.ending {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1.1rem;
line-height: 25px;
display: flex;
color: #999999;
padding: 7px 0;
}
.link:hover{
color: #219653;
}
/* FOOTER END */
/* PENGEMBANGAN */
.notfound{
background-color: #219653;
color: #ffffff;
/* height: 38px; */
padding: 0.5rem;
max-width: 160px;
border: none;
border-radius: 30px;
justify-content: center;
margin-bottom: 1.6rem;
text-align: center;
vertical-align: middle;
}
.pengembangan-img{
width: 100%;
height: auto;
}
.pengembang-btn {
display: inline-block;
margin: 4px 2px;
background-color: #35974A, 25%;
font-weight: bold !important;
color: #35974A !important;
font-size: 1rem !important;
box-shadow: 5px 5px 0px 0px #FFFFFF 50% !important;
border-color: #35974A !important;
box-shadow: 3px 3px rgba(53, 151, 74, 0.753) !important;
}
.pengembang-btn:hover{
background-color: #35974A !important;
color: #E7F3E9 !important;
}
.pengembang-back{
display: inline-block;
margin: 4px 2px;
background-color: #35974A !important;
font-weight: bold !important;
color: #E7F3E9 !important;
font-size: 1rem !important;
box-shadow: 5px 5px 0px 0px #FFFFFF 50% !important;
border-color: #35974A !important;
box-shadow: 3px 3px rgba(53, 151, 74, 0.753) !important;
}
.pengembang-back:hover{
background-color: rgb(31, 121, 51) !important;
}
/* PENGEMBANGAN END */
/* WEB PLAYER */
.judul-materi{
font-weight: 4rem;
font-family: Rubik;
}
.card-webplayer{
background: #e7f3e9;
border: 3px solid #35974a;
box-sizing: border-box;
box-shadow: 7px 7px 0px rgba(53, 151, 74, 0.25);
border-radius: 5px;
height: auto;
}
.card-img-player{
margin-top: 1em;
width: 85%;
height: auto;
}
.card-player-big{
font-family: Rubik;
font-style: normal;
font-weight: bold;
font-size: 1.6rem;
line-height: 33px;
text-align: center;
color: #000000;
}
.card-player-small{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: #219653;
}
.card-mentor{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
text-align: center;
color: #999999;
text-transform: capitalize;
}
.judul-playlist{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1.3rem;
line-height: 25px;
color: #219653;
margin-top: 1rem;
}
.daftar-playlist{
margin: 0 10px;
text-decoration: none;
}
.play-icon{
color: #219653;
width: 20px;
height: 20px;
margin-top: 0.15rem;
}
.materi-playlist{
text-align: left;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
color: #000000;
margin-left: 5px;
}
.prev, .next{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: #219653;
text-decoration: none;
}
.prev:hover, .next:hover{
color: #106133 ;
}
.hidden{
display: none;
}
.dftr-playlist:hover{
background-color: #256a34 !important;
}
/* WEB PLAYER END */
/* COMMENT */
.teks-komentar{
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);
}
.img-comment{
border-radius: 10px;
}
.bagian-komentar{
margin-left: 5px;
line-height: 1rem;
}
.nama{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);
}
.tanggal-komen{
margin-top: -5px;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 1.2rem;
color: #999999;
}
.isi-komentar{
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 1.2rem;
color: rgba(0, 0, 0, 0.6);
}
.reply{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 1.2rem;
color: #219653;
text-decoration: none;
}
.reply:hover{
color: #106133;
}
.bg-form-comment{
padding: 2rem;
background-color: #E7F3E9;
}
.judul-form{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);
}
.btn-comment{
font-family: Rubik !important;
font-style: normal;
font-weight: 500 !important;
font-size: 1rem !important;
line-height: 25px;
color: #219653 !important;
}
.btn-comment:hover{
color: #E7F3E9 !important;
}
/* COMMENT END */
@media (max-width: 676px){
/* NAVBAR */
.bg-nav {
background-color: #35974a;
padding: 6px 0px 10px 0px;
padding-left: 10px !important;
}
.navbar-font {
color: #e7f3e9;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik;
}
/* NAVBAR END */
/* JUMBOTRON */
.jumbotron {
right: 10rem;
width: 100%;
height: 600px;
}
.jumbo-big {
font-size: 2rem;
font-style: normal;
line-height: 2rem;
max-width: 300px;
margin-top: 9rem;
}
/* .jumbo-small{
font-size: 15px;
line-height: 16px;
color: rgba(255, 255, 255, 0.72);
max-width: 400px;
}*/
.jumbo-big-image {
width: 5.6rem;
}
.jumbo-button-1 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #35974a !important;
font-size: 17px !important;
box-shadow: 5px 5px 0px 0px #ffffff 50% !important;
}
.jumbo-button-2 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #ffffff !important;
font-size: 17px !important;
box-shadow: 5px 5px 0px 0px #ffffff 50% !important;
}
/* JUMBOTRON END */
/* ABOUT */
.about-big,
.about-small {
margin-left: 10px;
text-align: justify;
}
.jumbo-button-3 {
text-align: center;
}
.card-category {
margin: 10px 60px;
}
/* ABOUT END */
/* KATEGORI */
.card-title {
font-family: Rubik;
font-weight: bold;
font-size: 1.5rem !important;
line-height: 1.8rem !important;
color: #ffffff;
}
.card-text {
font-family: Rubik;
font-size: 0.9rem;
line-height: 1.2rem;
align-items: center;
color: #e7f3e9;
}
/* KATEGORI END */
/* TESTIMONY */
.feed-big {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
}
.testi-button {
display: inline-block;
font-size: 14px !important;
}
/* TESTIMONY END */
/* WEB PLAYER */
.next{
text-align: right;
margin-top: -2.55rem;
}
.not-hidden{
display: none;
}
.hidden{
display: inline;
}
.judul-materi{
font-weight: 4rem;
font-family: Rubik;
}
.display-button{
font-size: 1rem !important;
}
.teks-komentar{
text-align: left;
}
/* WEB PLAYER END */
}
@media (min-width: 676px) and (max-width: 985px) {
.bg-nav {
background-color: #35974a;
padding: 6px 0px 10px 0px;
padding-left: 10px !important;
}
.navbar-font {
color: #e7f3e9;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik;
}
.card-title {
margin-left: 3rem;
font-family: Rubik;
font-weight: bold;
font-size: 2rem !important;
line-height: 2.5rem !important;
color: #ffffff;
}
.card-text {
margin-left: 3rem;
font-family: Rubik;
font-size: 1rem;
line-height: 1.5rem;
align-items: center;
color: #e7f3e9;
}
} | public/css/style.css | html {
font-family: Rubik;
scroll-behavior: smooth;
}
.basic-color {
background-color: #35974a;
}
li{
list-style: none;
}
hr{
opacity: 8% !important;
}
a{
text-decoration:none !important;
}
/* NAVBAR */
.navbar-font {
color: #e7f3e9;
font-weight: bold;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik;
padding: 1rem 0 !important;
}
/* .navbar {
height: 70px !important;
} */
.dropdown-menu {
color: #35974a !important;
font-weight: bold !important;
font-size: 16px !important;
background-color: #e7f3e9 !important;
font-family: Rubik !important;
}
.nav-link {
color: #e7f3e9 !important;
font-weight: bold;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik !important;
}
.nav-link:hover {
color: #ffffff !important;
}
.dropdown-item:hover:focus,.dropdown-item:active{
background-color: #35974a;
}
/* END NAVBAR */
/* JUMBOTRON */
.jumbotron{
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height:100vh;
width: 100%;
border-radius: 0% !important;
}
.jumbo-u{
vertical-align: middle;
}
.jumbo-big {
font-family: Rubik;
color: #ffffff;
font-weight: bolder;
font-size: 2.7rem;
font-style: normal;
line-height: 50px;
max-width: 550px;
margin-top: 11rem;
}
.jumbo-big-image {
width: 8.2rem;
}
.ktkls {
display: inline-block;
font-family: Rubik;
padding: 0.7rem 1rem;
background-color: #256a34;
font-weight: bold !important;
color: #E7F3E9 !important;
font-size: 1rem !important;
border-radius: 30px;
}
.jumbo-small {
margin-top: 1.2rem;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 27px;
color: rgba(255, 255, 255, 0.72);
max-width: 550px;
}
.jumbo-button-1 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #35974a !important;
font-size: 1rem !important;
box-shadow: 3px 3px rgba(255, 255, 255, 0.425) !important;
}
.jumbo-button-2 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #ffffff !important;
font-size: 1rem !important;
box-shadow: 3px 3px rgba(255, 255, 255, 0.425) !important;
}
.jumbo-button-1:hover{
color: #35974A !important;
box-shadow: 3px 3px rgba(203, 255, 196, 0.705) !important;
}
.jumbo-button-2:hover{
color: #35974A !important;
box-shadow: 3px 3px rgba(203, 255, 196, 0.705) !important;
}
/* END JUMBOTRON */
/* ABOUT */
.about-img {
width: 100%;
height: auto;
}
.about-big {
color: #35974a;
font-family: Rubik;
font-style: normal;
font-weight: bold;
font-size: 2rem;
line-height: 38px;
}
.about-small {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 30px;
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.6);
}
/* CATEGORY */
.category {
background-color: #e7f3e9;
}
.card.card-category {
background-color: transparent;
border: none;
}
.title-category {
text-align: center;
padding-top: 80px;
}
.category-title {
font-family: Rubik;
font-weight: bold;
font-size: 2rem;
line-height: 33px;
text-align: center;
}
.category-description {
font-family: Rubik;
font-size: 1rem;
line-height: 25px;
text-align: center;
}
.card-category {
margin: 10px 15px;
}
.category-content {
position: absolute;
top: 50%;
left: 40%;
transform: translate(-50%, -50%);
}
.card-title {
font-family: Rubik;
font-weight: bold;
font-size: 32px;
line-height: 38px;
color: #ffffff;
}
.card-text {
font-family: Rubik;
font-size: 16px;
line-height: 25px;
align-items: center;
color: #e7f3e9;
}
.category-img {
max-width: 335px;
/* height: 335px; */
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
background-color: #e7f3e9 !important;
box-shadow: 3px 3px rgb(142, 211, 153) !important;
}
.category-img:hover{
box-shadow: 3px 3px rgb(40, 51, 42) !important;
}
.category-cms{
max-width: 335px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
background-color: #e7f3e9 !important;
opacity: 50%;
}
/* CATEGORY END */
/* KEUNTUNGAN */
.keuntungan{
background-color: white;
}
.judul-keuntungan {
text-align: center;
margin-top: 80px;
}
.img-keuntungan {
max-width: 246px;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.keuntungan-judul {
font-family: Rubik;
font-weight: bold;
font-size: 28px;
line-height: 33px;
text-align: center;
color: #219653;
}
.deskripsi-keuntungan {
font-family: Rubik;
font-size: 16px;
line-height: 25px;
align-items: center;
text-align: center;
}
.keuntungan-big {
font-family: Rubik;
font-weight: 500;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #000000;
}
.keuntungan-small {
font-family: Rubik;
font-size: 16px;
line-height: 25px;
text-align: center;
color: rgba(0, 0, 0, 0.6);
margin: 0 5px;
}
/* KEUNTUNGAN END */
/* TESTIMONY */
.testi-title {
font-family: Rubik;
font-weight: 700;
font-size: 28px;
line-height: 33px;
text-align: center;
color: #219653;
}
.card-testi {
background: #e7f3e9;
border: 3px solid #35974a;
box-sizing: border-box;
box-shadow: 7px 7px 0px rgba(53, 151, 74, 0.25);
border-radius: 5px;
width: 280px;
height: 265px;
}
.card-title.testi-big{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 25px;
text-align: center;
color: #219653;
}
.card-text.testi-small {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-align: center;
color: rgba(0, 0, 0, 0.6);
}
.testi-img-round {
margin-top: 5px;
border-radius: 100px;
width: 65px;
height: 65px;
display: block;
margin-left: auto;
margin-right: auto;
}
.body-testi{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-wrapper{
max-width: 90% !important;
height: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swp{
color: #219653 !important;
}
.swp:hover{
color: #0b5a2d !important;
}
/* TESTIMONY END */
/* FEEDBACK */
.feedback-box {
background-color: #e7f3e9;
border-radius: 5px;
}
.feedback-content {
padding: 1.5rem;
}
.feed-big {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
color: #000000;
}
.btn{
padding: 0.6rem 1.2rem !important;
}
.testi-button,
.feed-button {
font-family: Rubik;
display: inline-block;
margin: 5px 3px;
background-color: #e7f3e9, 100%;
font-weight: 500 !important;
color: #e7f3e9 !important;
font-size: 1rem !important;
box-shadow: 4px 4px 0px 0px #249b5877 !important;
border-color: #35974a !important;
}
.testi-button,
.feed-button:hover {
background-color: rgb(34, 116, 52);
}
.feed-button-no {
display: inline-block;
font-family: Rubik;
margin: 5px 3px;
background-color: #e7f3e9;
font-weight: bold !important;
color: #35974a !important;
font-size: 1rem !important;
box-shadow: 4px 4px 0px 0px #249b5877 !important;
border-color: #35974a !important;
}
.feed-button-no:hover {
background-color: rgb(34, 116, 52) !important;
color: #e7f3e9 !important;
}
.title-modal-feed {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #000000;
}
.label-feed {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 24px;
color: #000000;
}
.form-feed {
box-shadow: 0px 0px 0px 3.2px rgba(0, 123, 255, 0.25);
border-radius: 5px;
}
.swiper-pagination-bullet-active{
background-color: #35974a !important;
}
/* FEEDBACK END */
/* FOOTER */
.footer {
background-color: #f6f6f8;
padding-top: 45px;
padding-bottom: 45px;
font-family: Rubik;
}
.footer-contact{
margin-left: 0rem;
}
.image-footer {
max-width: 155px;
}
.ftr-tps {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
align-items: center;
color: #999999;
list-style-type: none;
}
.ftr-tipis {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
align-items: center;
color: #999999;
margin-top: 10px;
list-style-type: none;
}
.ftr-biasa {
font-family: Rubik;
font-size: 1rem;
line-height: 25px;
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
margin-top: 10px;
list-style: none;
}
.footer-end {
background-color: #f2f2f2;
}
.ending {
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1.1rem;
line-height: 25px;
display: flex;
color: #999999;
padding: 7px 0;
}
.link:hover{
color: #219653;
}
/* FOOTER END */
/* PENGEMBANGAN */
.notfound{
background-color: #219653;
color: #ffffff;
/* height: 38px; */
padding: 0.5rem;
max-width: 160px;
border: none;
border-radius: 30px;
justify-content: center;
margin-bottom: 1.6rem;
text-align: center;
vertical-align: middle;
}
.pengembangan-img{
width: 100%;
height: auto;
}
.pengembang-btn {
display: inline-block;
margin: 4px 2px;
background-color: #35974A, 25%;
font-weight: bold !important;
color: #35974A !important;
font-size: 1rem !important;
box-shadow: 5px 5px 0px 0px #FFFFFF 50% !important;
border-color: #35974A !important;
box-shadow: 3px 3px rgba(53, 151, 74, 0.753) !important;
}
.pengembang-btn:hover{
background-color: #35974A !important;
color: #E7F3E9 !important;
}
.pengembang-back{
display: inline-block;
margin: 4px 2px;
background-color: #35974A !important;
font-weight: bold !important;
color: #E7F3E9 !important;
font-size: 1rem !important;
box-shadow: 5px 5px 0px 0px #FFFFFF 50% !important;
border-color: #35974A !important;
box-shadow: 3px 3px rgba(53, 151, 74, 0.753) !important;
}
.pengembang-back:hover{
background-color: rgb(31, 121, 51) !important;
}
/* PENGEMBANGAN END */
/* WEB PLAYER */
.judul-materi{
font-weight: 4rem;
font-family: Rubik;
}
.card-webplayer{
background: #e7f3e9;
border: 3px solid #35974a;
box-sizing: border-box;
box-shadow: 7px 7px 0px rgba(53, 151, 74, 0.25);
border-radius: 5px;
height: auto;
}
.card-img-player{
margin-top: 1em;
width: 85%;
height: auto;
}
.card-player-big{
font-family: Rubik;
font-style: normal;
font-weight: bold;
font-size: 1.6rem;
line-height: 33px;
text-align: center;
color: #000000;
}
.card-player-small{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: #219653;
}
.card-mentor{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
text-align: center;
color: #999999;
text-transform: capitalize;
}
.judul-playlist{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1.3rem;
line-height: 25px;
color: #219653;
margin-top: 1rem;
}
.daftar-playlist{
margin: 0 10px;
text-decoration: none;
}
.play-icon{
color: #219653;
width: 20px;
height: 20px;
margin-top: 0.15rem;
}
.materi-playlist{
text-align: left;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
color: #000000;
margin-left: 5px;
}
.prev, .next{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: #219653;
text-decoration: none;
}
.prev:hover, .next:hover{
color: #106133 ;
}
.hidden{
display: none;
}
.dftr-playlist:hover{
background-color: #256a34 !important;
}
/* WEB PLAYER END */
/* COMMENT */
.teks-komentar{
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);
}
.img-comment{
border-radius: 10px;
}
.bagian-komentar{
margin-left: 5px;
line-height: 1rem;
}
.nama{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);
}
.tanggal-komen{
margin-top: -5px;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 1.2rem;
color: #999999;
}
.isi-komentar{
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 1.2rem;
color: rgba(0, 0, 0, 0.6);
}
.reply{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 1.2rem;
color: #219653;
text-decoration: none;
}
.reply:hover{
color: #106133;
}
.bg-form-comment{
padding: 2rem;
background-color: #E7F3E9;
}
.judul-form{
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 25px;
color: rgba(0, 0, 0, 0.6);
}
.btn-comment{
font-family: Rubik !important;
font-style: normal;
font-weight: 500 !important;
font-size: 1rem !important;
line-height: 25px;
color: #219653 !important;
}
.btn-comment:hover{
color: #E7F3E9 !important;
}
/* COMMENT END */
@media (max-width: 676px){
/* NAVBAR */
.bg-nav {
background-color: #35974a;
padding: 6px 0px 10px 0px;
padding-left: 10px !important;
}
.navbar-font {
color: #e7f3e9;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik;
}
/* NAVBAR END */
/* JUMBOTRON */
.jumbotron {
right: 10rem;
width: 100%;
height: 600px;
}
.jumbo-big {
font-size: 2rem;
font-style: normal;
line-height: 2rem;
max-width: 300px;
margin-top: 9rem;
}
/* .jumbo-small{
font-size: 15px;
line-height: 16px;
color: rgba(255, 255, 255, 0.72);
max-width: 400px;
}*/
.jumbo-big-image {
width: 5.6rem;
}
.jumbo-button-1 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #35974a !important;
font-size: 17px !important;
box-shadow: 5px 5px 0px 0px #ffffff 50% !important;
}
.jumbo-button-2 {
display: inline-block;
margin: 4px 2px;
font-weight: bold !important;
color: #ffffff !important;
font-size: 17px !important;
box-shadow: 5px 5px 0px 0px #ffffff 50% !important;
}
/* JUMBOTRON END */
/* ABOUT */
.about-big,
.about-small {
margin-left: 10px;
text-align: justify;
}
.jumbo-button-3 {
text-align: center;
}
.card-category {
margin: 10px 60px;
}
/* ABOUT END */
/* KATEGORI */
.card-title {
font-family: Rubik;
font-weight: bold;
font-size: 1.5rem !important;
line-height: 1.8rem !important;
color: #ffffff;
}
.card-text {
font-family: Rubik;
font-size: 0.9rem;
line-height: 1.2rem;
align-items: center;
color: #e7f3e9;
}
/* KATEGORI END */
/* TESTIMONY */
.feed-big {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
}
.testi-button {
display: inline-block;
font-size: 14px !important;
}
/* TESTIMONY END */
/* WEB PLAYER */
.next{
text-align: right;
margin-top: -2.55rem;
}
.not-hidden{
display: none;
}
.hidden{
display: inline;
}
.judul-materi{
font-weight: 4rem;
font-family: Rubik;
}
.display-button{
font-size: 1rem !important;
}
.teks-komentar{
text-align: left;
}
/* WEB PLAYER END */
}
@media (min-width: 676px) and (max-width: 985px) {
.bg-nav {
background-color: #35974a;
padding: 6px 0px 10px 0px;
padding-left: 10px !important;
}
.navbar-font {
color: #e7f3e9;
font-size: 14px;
font-style: normal;
line-height: 19px;
font-family: Rubik;
}
.card-title {
margin-left: 3rem;
font-family: Rubik;
font-weight: bold;
font-size: 2rem !important;
line-height: 2.5rem !important;
color: #ffffff;
}
.card-text {
margin-left: 3rem;
font-family: Rubik;
font-size: 1rem;
line-height: 1.5rem;
align-items: center;
color: #e7f3e9;
}
} | 0.331985 | 0.089654 |
body {
font-family: "Oswald", Helvetica, Arial, sans-serif!important;
}
/* Header section */
#maincontent img{
border-radius: 50%;
height: 10%;
width: 20%;
}
header {
background-image: url("../img/spaceneedle2.jpg");
background-size: cover;
}
/* header section headshot styling */
.hexagon {
position: relative;
margin: 100px auto;
width: 190px;
height: 110px;
background-image: url('../img/headshot2.jpg');
background-position: center center;
z-index: 1;
/* Text styling */
line-height: 110px;
text-align: center;
font-family: sans-serif;
font-size: 15px;
font-weight: bold;
letter-spacing: 6px;
color: #fff;
color: rgba(255,255,255,.5);
cursor: pointer;
transition: color 500ms ease, text-shadow 500ms ease;
background-size: cover;
}
.hexagon:hover {
color: #fff;
text-shadow: 0 0 10px white;
}
.hexagon .face1,
.hexagon .face2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: inherit;
z-index: -1;
/* Keeps borders smooth in webkit */
backface-visibility: hidden;
}
.hexagon .face1:before,
.hexagon .face2:before {
content: '';
position: absolute;
width: 220px;
height: 220px;
background: inherit;
}
.hexagon .face1 { transform: rotate(60deg); }
.hexagon .face1:before {
left: 0;
transform-origin: left top;
transform: rotate(-60deg) translate(-110px, 0);
}
.hexagon .face2 { transform: rotate(-60deg); }
.hexagon .face2:before {
right: 0;
transform-origin: right top;
transform: rotate(60deg) translate(110px, 0);
}
/* portfolio, about, contact section font and image styling */
#portfolio h2 {
color: #2C3E50;
}
section.success {
background-image: url("../img/forest-topdown.jpeg");
background-size: cover;
}
#contact h2 {
color: #2C3E50;
}
#contact-text p {
margin-bottom: 35px;
color: #2C3E50;
}
/* Section header line breaks*/
.line-break {
background: #FFFFFF;
width: 300px;
height: 2px;
margin: 20px auto 30px auto;
}
.line-break-2 {
background: #2C3E50;
width: 300px;
height: 2px;
margin: 20px auto 30px auto;
} | css/custom.css | body {
font-family: "Oswald", Helvetica, Arial, sans-serif!important;
}
/* Header section */
#maincontent img{
border-radius: 50%;
height: 10%;
width: 20%;
}
header {
background-image: url("../img/spaceneedle2.jpg");
background-size: cover;
}
/* header section headshot styling */
.hexagon {
position: relative;
margin: 100px auto;
width: 190px;
height: 110px;
background-image: url('../img/headshot2.jpg');
background-position: center center;
z-index: 1;
/* Text styling */
line-height: 110px;
text-align: center;
font-family: sans-serif;
font-size: 15px;
font-weight: bold;
letter-spacing: 6px;
color: #fff;
color: rgba(255,255,255,.5);
cursor: pointer;
transition: color 500ms ease, text-shadow 500ms ease;
background-size: cover;
}
.hexagon:hover {
color: #fff;
text-shadow: 0 0 10px white;
}
.hexagon .face1,
.hexagon .face2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: inherit;
z-index: -1;
/* Keeps borders smooth in webkit */
backface-visibility: hidden;
}
.hexagon .face1:before,
.hexagon .face2:before {
content: '';
position: absolute;
width: 220px;
height: 220px;
background: inherit;
}
.hexagon .face1 { transform: rotate(60deg); }
.hexagon .face1:before {
left: 0;
transform-origin: left top;
transform: rotate(-60deg) translate(-110px, 0);
}
.hexagon .face2 { transform: rotate(-60deg); }
.hexagon .face2:before {
right: 0;
transform-origin: right top;
transform: rotate(60deg) translate(110px, 0);
}
/* portfolio, about, contact section font and image styling */
#portfolio h2 {
color: #2C3E50;
}
section.success {
background-image: url("../img/forest-topdown.jpeg");
background-size: cover;
}
#contact h2 {
color: #2C3E50;
}
#contact-text p {
margin-bottom: 35px;
color: #2C3E50;
}
/* Section header line breaks*/
.line-break {
background: #FFFFFF;
width: 300px;
height: 2px;
margin: 20px auto 30px auto;
}
.line-break-2 {
background: #2C3E50;
width: 300px;
height: 2px;
margin: 20px auto 30px auto;
} | 0.418578 | 0.069195 |
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.App {
text-align: left;
margin: 2em 6em;
line-height: 1em;
}
.List {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(512px, 1fr));
grid-gap: 1em;
}
.Visitor {
display: flex;
padding: 4px;
background: #eee;
color: #666;
border-radius: 5em;
cursor: pointer;
}
.Visitor--muted {
opacity: 0.25;
}
.Visitor:hover:not(:disabled) {
background: #fff;
box-shadow: inset 0 0 16px 8px #eee;
}
.Visitor-avatar {
flex: 0 0 auto;
width: 3em;
height: 3em;
background-color: #eee;
overflow: hidden;
border-radius: 100%;
}
.Visitor-meta {
flex: 1 1 0;
margin: 0 1em;
}
.Visitor-name {
color: #333;
font-size: 1.5em;
line-height: 1.333em;
}
.Visitor-ts {
}
.Visitor-pages {
flex: 1 1 0;
}
.Visitor-page {
position: relative;
padding-left: 1em;
}
.Visitor-page::before {
content: '';
position: absolute;
border: 2px solid #999;
height: 0.25em;
width: 0.25em;
border-radius: 100%;
left: 0;
top: 0.375em;
}
.Visitor-page:last-child::before {
background: #999;
}
.Visitor-page + .Visitor-page::after {
content: '';
position: absolute;
border-left: 2px solid #999;
height: 0.75em;
width: 1px;
left: 0.25em;
margin-left: -1px;
bottom: 0.5em;
}
/* ---------- Pagination ---------- */
.Pagination {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2em;
}
.Pagination > * {
font-size: 1.25em;
line-height: 1em;
padding: 1em 0;
background: #eee;
color: #333;
}
.Pagination > button {
width: 3em;
border-radius: 0;
border: none;
cursor: pointer;
}
.Pagination > button:disabled {
color: #ccc;
cursor: default;
}
.Pagination > button:hover:not(:disabled) {
background: #fff;
box-shadow: inset 0 0 16px 8px #eee;
}
.Pagination > button:first-child {
border-radius: 100% 0 0 100%;
}
.Pagination > button:last-child {
border-radius: 0 100% 100% 0;
}
/* ---------- Spinner ---------- */
.Spinner {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 2em;
background: rgba(0, 0, 0, 0.25);
color: #fff;
text-shadow: 0 0 8px #000;
}
/* ------------ Query Preview ---------------- */
.Query {
position: fixed;
display: block;
top: -1px;
left: -60%;
height: 100%;
width: 60%;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
font-size: 16px;
line-height: 1.5em;
box-sizing: content-box;
border: none;
background: #eee;
z-index: 1;
padding: 24px;
transition: all 0.2s ease-out;
cursor: pointer;
}
.Query:focus {
left: 0;
cursor: text;
background: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
} | example/public/index.css | body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.App {
text-align: left;
margin: 2em 6em;
line-height: 1em;
}
.List {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(512px, 1fr));
grid-gap: 1em;
}
.Visitor {
display: flex;
padding: 4px;
background: #eee;
color: #666;
border-radius: 5em;
cursor: pointer;
}
.Visitor--muted {
opacity: 0.25;
}
.Visitor:hover:not(:disabled) {
background: #fff;
box-shadow: inset 0 0 16px 8px #eee;
}
.Visitor-avatar {
flex: 0 0 auto;
width: 3em;
height: 3em;
background-color: #eee;
overflow: hidden;
border-radius: 100%;
}
.Visitor-meta {
flex: 1 1 0;
margin: 0 1em;
}
.Visitor-name {
color: #333;
font-size: 1.5em;
line-height: 1.333em;
}
.Visitor-ts {
}
.Visitor-pages {
flex: 1 1 0;
}
.Visitor-page {
position: relative;
padding-left: 1em;
}
.Visitor-page::before {
content: '';
position: absolute;
border: 2px solid #999;
height: 0.25em;
width: 0.25em;
border-radius: 100%;
left: 0;
top: 0.375em;
}
.Visitor-page:last-child::before {
background: #999;
}
.Visitor-page + .Visitor-page::after {
content: '';
position: absolute;
border-left: 2px solid #999;
height: 0.75em;
width: 1px;
left: 0.25em;
margin-left: -1px;
bottom: 0.5em;
}
/* ---------- Pagination ---------- */
.Pagination {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2em;
}
.Pagination > * {
font-size: 1.25em;
line-height: 1em;
padding: 1em 0;
background: #eee;
color: #333;
}
.Pagination > button {
width: 3em;
border-radius: 0;
border: none;
cursor: pointer;
}
.Pagination > button:disabled {
color: #ccc;
cursor: default;
}
.Pagination > button:hover:not(:disabled) {
background: #fff;
box-shadow: inset 0 0 16px 8px #eee;
}
.Pagination > button:first-child {
border-radius: 100% 0 0 100%;
}
.Pagination > button:last-child {
border-radius: 0 100% 100% 0;
}
/* ---------- Spinner ---------- */
.Spinner {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 2em;
background: rgba(0, 0, 0, 0.25);
color: #fff;
text-shadow: 0 0 8px #000;
}
/* ------------ Query Preview ---------------- */
.Query {
position: fixed;
display: block;
top: -1px;
left: -60%;
height: 100%;
width: 60%;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
font-size: 16px;
line-height: 1.5em;
box-sizing: content-box;
border: none;
background: #eee;
z-index: 1;
padding: 24px;
transition: all 0.2s ease-out;
cursor: pointer;
}
.Query:focus {
left: 0;
cursor: text;
background: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
} | 0.482917 | 0.132458 |
@charset "UTF-8";
/***********************************************
jquery-scroll-container.scss,
(c) 2017, FCOO
https://github.com/FCOO/jquery-scroll-container
https://github.com/FCOO
************************************************/
/***********************************************
jquery-scroll-container-variables.scss
************************************************/
/****************************************************
Style for default scrollbar
Not part of standard, but supported på Chrome and Safari
See https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar
and https://css-tricks.com/custom-scrollbars-in-webkit/
and https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
****************************************************/
html.jq-scroll-default-css {
/* Size and color for Firefox */
/* Size and color for Chrome, Edge etc. */
/* Track */
/* Handle */
/* 'Hide scrollbar by setting all color and shadows */ }
html.jq-scroll-default-css * {
scrollbar-width: thin;
scrollbar-color: #cdcdcd white; }
html.jq-scroll-default-css ::-webkit-scrollbar {
width: 8px; }
html.jq-scroll-default-css ::-webkit-scrollbar:horizontal {
height: 8px; }
html.jq-scroll-default-css ::-webkit-scrollbar-track {
background-color: white;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px; }
html.jq-scroll-default-css ::-webkit-scrollbar-thumb {
background-color: #cdcdcd;
border-radius: 6px;
border: 1px solid white;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
html.jq-scroll-default-css ::-webkit-scrollbar-thumb:hover {
background-color: #a6a6a6; }
html.jq-scroll-default-css ::-webkit-scrollbar-thumb:active {
background-color: #606060; }
html.jq-scroll-default-css .jq-scroll-none::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 0px;
box-shadow: none !important; }
html.jq-scroll-default-css .jq-scroll-none::-webkit-scrollbar-thumb {
background-color: white;
box-shadow: none !important; }
.jq-scroll-default.jq-scroll-container-horizontal {
overflow-x: scroll;
overflow-y: hidden; }
.jq-scroll-default.jq-scroll-container-vertical {
overflow-y: scroll;
overflow-x: hidden; }
.jq-scroll-default.jq-scroll-container-both {
overflow-y: scroll;
overflow-x: scroll; }
/****************************************************************
Add scroll-shadow - Not using mixin scroll-shadow-horizontal();
*****************************************************************/
.jq-scroll-shadow {
position: sticky;
position: -webkit-sticky;
top: 0;
left: 0;
z-index: 100;
-webkit-backface-visibility: hidden; }
.jq-scroll-shadow:before {
content: '';
display: block;
position: sticky; }
.jq-scroll-container-vertical.jq-scroll-container-shadow {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.jq-scroll-container-horizontal.jq-scroll-container-shadow {
padding-left: 0 !important;
padding-right: 0 !important; }
.jq-scroll-container-vertical .jq-scroll-shadow {
height: 0;
width: 200%;
margin-left: -50%; }
.jq-scroll-container-vertical .jq-scroll-shadow:before {
height: 6px; }
.jq-scroll-container-vertical .jq-scroll-shadow.top-left:before {
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
.jq-scroll-container-vertical .jq-scroll-shadow.bottom-right {
top: calc( 100% - 7px); }
.jq-scroll-container-vertical .jq-scroll-shadow.bottom-right:before {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)) 0 100%;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4); }
/* //Horizontal scroll - NOT WORKING
.jq-scroll-container-horizontal .jq-scroll-shadow {
height: 100%;
width : 0;
&:before {
width: $scroll-shadow-size-px;
}
&.top-left {
&:before { background: $left-shadow ; }
}
&.bottom-right {
left: $offset;
&:before {
background: $right-shadow;
box-shadow: 1px 0px 0px 0px $shadow-color; //Bug fix for Edge
}
}
}
*/
.scroll-at-start .jq-scroll-shadow.top-left,
.scroll-at-end .jq-scroll-shadow.bottom-right {
display: none; } | src/jquery-scroll-container.css | @charset "UTF-8";
/***********************************************
jquery-scroll-container.scss,
(c) 2017, FCOO
https://github.com/FCOO/jquery-scroll-container
https://github.com/FCOO
************************************************/
/***********************************************
jquery-scroll-container-variables.scss
************************************************/
/****************************************************
Style for default scrollbar
Not part of standard, but supported på Chrome and Safari
See https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar
and https://css-tricks.com/custom-scrollbars-in-webkit/
and https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
****************************************************/
html.jq-scroll-default-css {
/* Size and color for Firefox */
/* Size and color for Chrome, Edge etc. */
/* Track */
/* Handle */
/* 'Hide scrollbar by setting all color and shadows */ }
html.jq-scroll-default-css * {
scrollbar-width: thin;
scrollbar-color: #cdcdcd white; }
html.jq-scroll-default-css ::-webkit-scrollbar {
width: 8px; }
html.jq-scroll-default-css ::-webkit-scrollbar:horizontal {
height: 8px; }
html.jq-scroll-default-css ::-webkit-scrollbar-track {
background-color: white;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px; }
html.jq-scroll-default-css ::-webkit-scrollbar-thumb {
background-color: #cdcdcd;
border-radius: 6px;
border: 1px solid white;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
html.jq-scroll-default-css ::-webkit-scrollbar-thumb:hover {
background-color: #a6a6a6; }
html.jq-scroll-default-css ::-webkit-scrollbar-thumb:active {
background-color: #606060; }
html.jq-scroll-default-css .jq-scroll-none::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 0px;
box-shadow: none !important; }
html.jq-scroll-default-css .jq-scroll-none::-webkit-scrollbar-thumb {
background-color: white;
box-shadow: none !important; }
.jq-scroll-default.jq-scroll-container-horizontal {
overflow-x: scroll;
overflow-y: hidden; }
.jq-scroll-default.jq-scroll-container-vertical {
overflow-y: scroll;
overflow-x: hidden; }
.jq-scroll-default.jq-scroll-container-both {
overflow-y: scroll;
overflow-x: scroll; }
/****************************************************************
Add scroll-shadow - Not using mixin scroll-shadow-horizontal();
*****************************************************************/
.jq-scroll-shadow {
position: sticky;
position: -webkit-sticky;
top: 0;
left: 0;
z-index: 100;
-webkit-backface-visibility: hidden; }
.jq-scroll-shadow:before {
content: '';
display: block;
position: sticky; }
.jq-scroll-container-vertical.jq-scroll-container-shadow {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.jq-scroll-container-horizontal.jq-scroll-container-shadow {
padding-left: 0 !important;
padding-right: 0 !important; }
.jq-scroll-container-vertical .jq-scroll-shadow {
height: 0;
width: 200%;
margin-left: -50%; }
.jq-scroll-container-vertical .jq-scroll-shadow:before {
height: 6px; }
.jq-scroll-container-vertical .jq-scroll-shadow.top-left:before {
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
.jq-scroll-container-vertical .jq-scroll-shadow.bottom-right {
top: calc( 100% - 7px); }
.jq-scroll-container-vertical .jq-scroll-shadow.bottom-right:before {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)) 0 100%;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4); }
/* //Horizontal scroll - NOT WORKING
.jq-scroll-container-horizontal .jq-scroll-shadow {
height: 100%;
width : 0;
&:before {
width: $scroll-shadow-size-px;
}
&.top-left {
&:before { background: $left-shadow ; }
}
&.bottom-right {
left: $offset;
&:before {
background: $right-shadow;
box-shadow: 1px 0px 0px 0px $shadow-color; //Bug fix for Edge
}
}
}
*/
.scroll-at-start .jq-scroll-shadow.top-left,
.scroll-at-end .jq-scroll-shadow.bottom-right {
display: none; } | 0.453504 | 0.038647 |