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 |
|---|---|---|---|---|
body {
font-family:sans-serif;
font-size: 13px;
line-height: 21px;
font-weight: 100;
color: #464343;
/*background: url(../img/patterns/1.png) fixed repeat;*/
}
strong,
b {
font-weight: 600;
}
img {
max-width: 100%;
height: auto;
}
* {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
}
ul {
padding: 0;
margin: 0;
}
a {
transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
}
a:hover {
color: #444;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
i {
font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
margin: 0;
}
h1 {
font-size: 26px;
line-height: 32px;
}
h2 {
font-size: 24px;
line-height: 30px;
}
h3 {
font-size: 20px;
line-height: 26px;
}
h4 {
font-size: 18px;
line-height: 24px;
}
h5 {
font-size: 14px;
line-height: 20px;
}
h6 {
font-size: 14px;
line-height: 20px;
}
p {
color: #666;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
line-height: 22px;
margin: 0;
}
p strong {
font-weight: 800;
}
.accent-color-bg {
color: #fff;
}
.fittext {
font-size: 38px;
font-weight: 400;
line-height: 1.6em;
margin-bottom: 35px;
color: rgba(0, 0, 0, 0.8);
}
.fittext strong {
font-weight: 700;
}
.page-content p {
margin-bottom: 15px;
}
.wite-text {
color: #fff;
}
.uppercase {
text-transform: uppercase;
}
.image-text {
margin-right: 10px;
}
input[type="submit"] {
display: inline-block;
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover {
background: #444;
color: #fff;
}
input[type="submit"] {
border: none;
}
.tooltip .tooltip-inner {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
#content {
padding: 0px 0;
}
#content.full-sections {
padding: 0;
}
.section {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.section.repeat-bg {
background-repeat: repeat;
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
}
.bg-parallax {
background-attachment: fixed;
}
.section-video {
position: absolute;
z-index: 33;
left: 0;
top: -100px;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.section-video object {
display: block;
width: 100% !important;
height: auto !important;
}
.section-video img {
display: block;
width: 100% !important;
height: auto !important;
}
.section-video-content {
z-index: 35;
position: relative;
opacity: 0.98;
}
.section-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 34;
opacity: 0.7;
}
.light-section {
color: #fff;
}
.light-section .testimonials {
color: #666;
}
.light-section .testimonials .testimonial-content p {
color: #c4c4c4;
}
#container {
background-color: #fff;
}
.boxed-page {
position: relative;
width: 1220px;
margin: 0 auto;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.boxed-page header {
width: 1220px;
}
#loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 9999999999;
}
@-webkit-keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
.ball-scale-multiple {
position: absolute;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -40px;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ball-scale-multiple > div:nth-child(3) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.ball-scale-multiple > div {
background-color: #ED5565;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
margin: 0;
width: 60px;
height: 60px;
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
animation: ball-scale-multiple 1s 0s linear infinite;
}
#portfolio-list .mix {
display: none;
}
.page-banner {
padding: 30px 0;
background: #fbfbfb;
border-bottom: 1px solid #eee;
}
.page-banner h2 {
font-size: 30px;
color: #999;
font-weight: 700;
}
.breadcrumbs {
float: right;
margin: 3px 0 6px;
position: relative;
z-index: 1;
font-size: 13px;
color: #999;
}
.breadcrumbs a {
color: #444;
}
.breadcrumbs .crumbs-spacer {
color: #ccc;
margin: 0 4px;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.top-bar {
background: #101215;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-bar .contact-details li {
display: inline-block;
padding: 6px 0;
}
.top-bar .contact-details li a {
font-size: 12px;
display: block;
margin-right: 15px;
color: #fff;
line-height: 32px;
}
.top-bar .contact-details li a i {
padding-right: 5px;
vertical-align: middle;
}
ul.social-list {
float: right;
}
ul.social-list li {
float: left;
padding: 6px 0;
}
ul.social-list li a {
display: inline-block;
color: #808C8C;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
ul.social-list li a i {
font-size: 16px;
display: block;
width: 34px;
height: 33px;
line-height: 33px;
text-align: center;
}
ul.social-list li a:hover {
color: #fff;
}
ul.social-list li a.facebook:hover {
background-color: #507CBE;
}
ul.social-list li a.twitter:hover {
background-color: #63CDF1;
}
ul.social-list li a.google:hover {
background-color: #F16261;
}
ul.social-list li a.dribbble:hover {
background-color: #E46387;
}
ul.social-list li a.linkdin:hover {
background-color: #90CADD;
}
ul.social-list li a.vimeo:hover {
background-color: #87D3E0;
}
.navbar {
margin-bottom: 0;
background: #fff;
border: none;
border-bottom: 1px solid #eee;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
}
.navbar-brand {
position: relative;
padding: 22px 0;
margin: 0!important;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav {
margin-right: 10px!important;
position: relative;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li {
margin-left: 6px;
padding-top: 20px;
padding-bottom: 20px;
}
.navbar-default .navbar-nav > li > a {
color: #161616;
display: block;
font-size: 14px;
border-radius: 4px;
padding: 7px 20px;
text-transform: uppercase;
font-weight: 300;
overflow: hidden;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
font-weight: 400;
}
.navbar-default .navbar-nav > li > a i {
margin: 0 -2px 0 -5px;
}
.navbar-default .navbar-nav .dropdown {
position: absolute;
left: 0;
top: 100%;
width: 200px;
padding: 10px 20px 20px 20px;
background-color: #fff;
visibility: hidden;
z-index: 79;
opacity: 0;
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > li.drop:hover .dropdown {
visibility: visible;
opacity: 1;
}
.dropdown li,
.sup-dropdown li {
position: relative;
}
.dropdown li a,
.sup-dropdown li a {
display: block;
color: #666;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
padding: 11px 16px;
margin: 3px 0;
text-decoration: none;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.dropdown li a i {
margin: 0 0 0 -4px;
}
.navbar-default .navbar-nav .sup-dropdown {
position: absolute;
left: 100%;
top: 0;
width: 200px;
background-color: #fff;
margin-top: 10px;
transition: margin-top 0.2s ease-in-out;
-moz-transition: margin-top 0.2s ease-in-out;
-webkit-transition: margin-top 0.2s ease-in-out;
-o-transition: margin-top 0.2s ease-in-out;
visibility: hidden;
z-index: 3;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
visibility: visible;
margin-top: 0;
}
.search-side {
position: relative;
float: right;
top: 19px;
right: -15px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.show-search {
position: relative;
display: block;
cursor: pointer;
float: right;
}
.show-search i {
font-size: 1.2em !important;
display: block;
color: #666;
width: 36px;
height: 36px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
line-height: 36px;
text-align: center;
background-color: #f2f2f2;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.show-search:hover i {
color: #666;
}
.full-search {
width: 100%;
background: #444444;
z-index: 9999;
position: absolute;
top: 0px;
display: none;
left: 0px;
height: 77px;
margin-bottom: -1px;
}
.full-search .form-control:focus {
border: none;
}
.full-search .close-search {
cursor: pointer;
color: #fff;
top: 24px;
}
.full-search input[type="text"] {
outline: none;
font-size: 22px;
display: inline-block;
color: #FFF;
width: 100%;
margin-left: -45px;
font-weight: 400;
border: none;
background: #444;
padding: 0px 65px;
line-height: 30px;
}
.wpb-mobile-menu {
display: none;
}
.slicknav_menu {
display: none;
}
@media screen and (max-width: 767px) {
.js #wpb-mobile-menu {
display: none;
}
.js .slicknav_menu {
display: block;
}
}
.tp-caption .small-title {
color: #fff;
font-size: 30px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 300;
}
.tp-caption .small-title span {
font-size: 32px;
font-weight: 700;
}
.tp-caption .big-title {
font-size: 53px;
color: #fff;
line-height: 60px;
margin: 0px;
padding: 0px;
letter-spacing: 0px;
}
.tp-caption .btn-large {
color: #fff;
font-size: 22px;
padding: 18px 40px;
z-index: 11;
}
.tp-caption .btn-large:hover {
color: #fff;
}
.service-box {
margin-top: 15px;
margin-bottom: 15px;
}
.service-box .service-icon {
float: left;
margin-top: 5px;
}
.service-box .service-content {
padding-left: 60px;
}
.service-box .service-content h4 {
font-size: 16px;
margin-bottom: 10px;
font-weight: 600;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
}
.icon {
position: absolute;
margin-top: 5px;
}
.icon-small {
font-size: 2em;
color: #444;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-medium {
font-size: 22px;
color: #666;
width: 48px;
line-height: 48px;
height: 48px;
text-align: center;
color: #fff;
background: #666;
position: relative;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-radius {
font-size: 24px;
width: 60px;
border-radius: 100%;
line-height: 60px;
position: relative;
height: 60px;
text-align: center;
color: #fff;
cursor: pointer;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-radius:after {
content: '';
position: absolute;
top: -2px;
left: -2px;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
padding: 2px;
z-index: -1;
pointer-events: none;
width: 100%;
height: 100%;
border-radius: 50%;
box-sizing: content-box;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
-o-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.icon-radius:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.icon-large {
font-size: 3em;
color: #666;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect {
position: relative;
display: block;
z-index: 1;
font-size: 1.2em;
color: #fff;
top: 4px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-medium-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2em;
color: #fff;
width: 64px;
height: 64px;
line-height: 64px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-large-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2.6em;
color: #fff;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after,
.icon-medium-effect:after,
.icon-large-effect:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.icon-effect-1 {
background-color: #fff;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
}
.gray-icon.icon-effect-1 {
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-1:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-1:after {
background: #444;
}
.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 {
color: #444;
}
.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
.icon-effect-2 {
background: #fff;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
}
.gray-icon.icon-effect-2 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-2:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-2:after {
background: #444;
}
.icon-effect-2:hover,
.service-box:hover .icon-effect-2,
.icon-effect-2.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-2 {
color: #fff;
}
.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.icon-effect-3 {
background: #fff;
}
.gray-icon.icon-effect-3 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
-webkit-animation: toRightFromLeft 0.4s forwards;
-moz-animation: toRightFromLeft 0.4s forwards;
animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
.icon-effect-4 {
background: #fff;
}
.gray-icon.icon-effect-4 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
-webkit-animation: toLeftFromRight 0.4s forwards;
-moz-animation: toLeftFromRight 0.4s forwards;
animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
.icon-effect-5 {
background: #fff;
}
.gray-icon.icon-effect-5 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
-webkit-animation: toTopFromBottom 0.4s forwards;
-moz-animation: toTopFromBottom 0.4s forwards;
animation: toTopFromBottom 0.4s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
.icon-effect-6 {
background: #fff;
}
.gray-icon.icon-effect-6 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
-webkit-animation: toBottomFromTop 0.4s forwards;
-moz-animation: toBottomFromTop 0.4s forwards;
animation: toBottomFromTop 0.4s forwards;
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
#portfolio {
padding-top: 80px;
padding-bottom: 80px;
}
.heading {
padding-bottom: 60px;
}
.heading .big-title {
font-size: 30px;
font-weight: 700;
padding-left: 15px;
float: left;
padding: 12px 15px;
}
.heading .filter-right {
float: right;
}
.controls li {
float: left;
border-radius: 4px;
cursor: pointer;
margin: 0px 5px;
text-transform: uppercase;
padding: 10px 15px;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-0-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.controls li:hover,
.controls li.active {
color: #fff;
}
#portfolio-list {
margin-top: 15px;
}
.portfolio-item {
padding-top: 15px;
padding-bottom: 15px;
}
.portfolio-img {
overflow: hidden;
display: block;
visibility: back;
position: relative;
}
.portfolio-img img {
zoom: 1;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-0-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.portfolio-img .overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
top: 0;
left: 0;
z-index: 999;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.portfolio-img .more {
position: absolute;
top: 50%;
left: 0;
right: 0;
cursor: pointer;
visibility: visible;
width: 48px;
height: 48px;
color: #fff;
font-size: 28px;
line-height: 48px;
margin: -20px auto;
opacity: 0;
z-index: 99;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.portfolio-img:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-0-transform: scale(1.4);
transform: scale(1.4);
}
.portfolio-img:hover .overlay {
opacity: 1;
visibility: visible;
}
.portfolio-img:hover .more {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
}
.portfolio-item-content {
padding: 20px !important;
position: relative;
background: #FAFAFA;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-0-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.portfolio-item-content .header {
font-size: 16px;
font-weight: 600;
color: #3A3A3A;
}
.portfolio-item-content .body {
line-height: 22px;
font-style: italic;
}
.portfolio-item-content .icon {
position: absolute;
top: 22px;
right: 20px;
}
.portfolio-item-content .icon i {
color: #fff;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 4px;
height: 40px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.portfolio-item:hover .portfolio-item-content .header,
.portfolio-item:hover .portfolio-item-content .body {
color: #fff;
}
.portfolio-item:hover .portfolio-item-content .icon i {
background: #fff;
}
#blog {
position: relative;
width: 100%;
overflow: hidden;
}
.blog-padding {
padding: 0;
overflow: hidden;
}
.blog-item {
overflow: hidden;
display: block;
position: relative;
}
.blog-item .blog-img:before {
content: '';
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.7);
height: 100%;
}
.blog-item .blog-content {
position: absolute;
top: 16%;
width: 100%;
height: 100%;
padding: 0px 40px;
}
.blog-item .blog-content h3 {
font-size: 17px;
padding-bottom: 5px;
-webkit-transition: all 900ms linear;
-moz-transition: all 900ms linear;
-o-transition: all 900ms linear;
-ms-transition: all 900ms linear;
transition: all 900ms linear;
}
.blog-item .blog-content .body {
color: #FFF;
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
margin-bottom: 18px;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-o-transition: all 400ms linear;
-ms-transition: all 400ms linear;
transition: all 400ms linear;
}
.tema-member {
text-align: center;
}
.tema-member .team-thumbnail {
display: block;
position: relative;
margin-bottom: 40px;
overflow: hidden;
}
.tema-member .team-thumbnail img {
width: 100%;
}
.tema-member .team-thumbnail .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
opacity: 0;
bottom: -1px;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tema-member .team-thumbnail .social-media {
position: absolute;
width: 100%;
margin: 0 auto;
text-align: center;
bottom: 0;
-webkit-transform: translateY(100%);
-moz-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tema-member .team-thumbnail .social-media a {
display: inline-block;
}
.tema-member .team-thumbnail .social-media a i {
font-size: 20px;
color: #fff;
width: 48px;
margin: -2px;
line-height: 48px;
height: 48px;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.tema-member .team-thumbnail .social-media a.facebook:hover i {
background: #507CBE;
}
.tema-member .team-thumbnail .social-media a.twitter:hover i {
background: #63CDF1;
}
.tema-member .team-thumbnail .social-media a.google:hover i {
background: #F16261;
}
.tema-member .team-thumbnail .social-media a.linkedin:hover i {
background: #90CADD;
}
.tema-member .info h4 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 10px;
}
.tema-member .info h5 {
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
letter-spacing: 2.5px;
}
.tema-member:hover .social-media {
-webkit-transform: translateY(-90%);
-moz-webkit-transform: translateY(-90%);
transform: translateY(-90%);
}
.tema-member:hover .overlay {
opacity: 1;
}
.team-2 {
background: #F9FAFC;
}
.team-2 .tema-member .overlay .info {
padding: 120px 20px;
opacity: 0;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.team-2 .tema-member .overlay .info h5 {
margin-bottom: 20px;
}
.team-2 .tema-member:hover .social-media {
-webkit-transform: translateY(-125%);
-moz-webkit-transform: translateY(-125%);
transform: translateY(-125%);
}
.team-2 .tema-member:hover .info {
opacity: 1;
margin-top: 12px;
}
.hex-icon {
position: relative;
width: 120px;
border-radius: 4px;
height: 70px;
margin: 32px auto 40px;
}
.hex-icon:before,
.hex-icon:after {
position: absolute;
width: inherit;
height: inherit;
border-radius: inherit;
background: inherit;
content: '';
margin-left: -1px;
}
.hex-icon:before {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
.hex-icon:after {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.counter-item {
margin: 30px 0;
}
.counter-item .icon {
text-align: center;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 1;
transition: color 0.25s ease 0s;
}
.counter-item .icon i {
font-size: 54px;
line-height: 64px;
}
.counter-item h5 {
text-align: center;
margin-bottom: 0px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
}
.timer {
font-size: 48px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 80px;
}
.counter {
padding: 80px 0;
background-image: url("../img/parallax/bg-01.jpg");
background-attachment: fixed;
background-position: 50% 0;
}
.parallax-mobile {
background-position: 50% 0px !important;
background-attachment: scroll !important;
}
.features .features-item {
padding: 30px 0;
}
.features .features-item .features {
margin-bottom: 60px;
}
.features .features-item .features .icon {
float: left;
}
.features .features-item .features .icon i {
z-index: 99;
}
.features .features-item .features-content {
margin-left: 80px;
}
.features .features-item .features-content h3 {
padding-bottom: 8px;
text-transform: uppercase;
}
.features .features-item .features:hover .icon-radius:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.client {
background: #f1f1f1;
}
.client-logo {
overflow: hidden;
}
.client-logo .dashed-line {
position: relative;
}
.client-logo .dashed-line:after,
.client-logo .dashed-line:before {
content: '';
position: absolute;
}
.client-logo .dashed-line:before {
border-left: 1px dashed #ddd;
height: 100%;
left: -1px;
top: 0;
}
.client-logo .dashed-line:after {
border-bottom: 1px dashed #ddd;
bottom: -1px;
height: 0;
left: 0;
top: auto;
width: 100%;
}
.client-item {
margin: 40px 0;
text-align: center;
}
.client-item a {
display: block;
}
.client-item img {
opacity: 0.5;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6 ease;
transition: all .6s ease;
}
.client-item img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: gray;
opacity: 1.0;
}
.clear {
clear: both;
}
.description {
padding-bottom: 30px;
}
.margin-60 {
margin-top: 30px;
margin-bottom: 30px;
}
.margin-top {
margin-top: 30px;
}
.hr1 {
height: 1px;
}
.hr2 {
height: 0;
border-bottom: 1px solid #eee;
}
.hr3 {
height: 0;
border-bottom: 1px dotted #eee;
}
.hr4 {
height: 0;
border-bottom: 1px dashed #eee;
}
.hr5 {
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.custom-carousel .item {
padding-right: 20px;
}
.custom-carousel.show-one-slide .item {
padding-right: 0;
}
.latest-posts-classic .post-row {
margin-bottom: 20px;
}
.latest-posts-classic .left-meta-post {
float: left;
text-align: center;
margin-right: 12px;
margin-bottom: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
overflow: hidden;
}
.latest-posts-classic .left-meta-post .post-date {
padding: 8px 0;
width: 42px;
background-color: #444;
color: #fff;
}
.latest-posts-classic .left-meta-post .post-date .day {
font-size: 20px;
font-weight: 700;
display: block;
letter-spacing: 1px;
}
.latest-posts-classic .left-meta-post .post-date .month {
display: block;
text-transform: uppercase;
line-height: 14px;
font-size: 11px;
letter-spacing: 1px;
}
.latest-posts-classic .left-meta-post .post-type i {
display: block;
height: 40px;
line-height: 39px;
width: 42px;
color: #fff;
font-size: 1.4em;
}
.latest-posts-classic .post-title {
margin-bottom: 5px;
}
.latest-posts-classic .post-title a {
color: #444;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.latest-posts-classic .read-more {
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.latest-posts-classic .read-more:hover {
color: #444;
}
.dropcap {
display: block;
float: left;
font-size: 40px;
line-height: 34px;
color: #444;
margin: 6px 8px 0 0;
}
.dropcap.border-dropcap {
border: 2px solid #444;
width: 46px;
height: 46px;
font-size: 28px;
font-weight: 500;
line-height: 42px;
text-align: center;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
margin: 8px 12px 0 0;
}
.dropcap.bg-dropcap {
background-color: #444;
color: #fff;
width: 48px;
height: 48px;
font-size: 28px;
font-weight: 500;
line-height: 48px;
text-align: center;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
margin: 8px 12px 0 0;
}
.dropcap.circle-dropcap {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.milestone-block {
display: inline-block;
margin-bottom: 25px;
margin-right: 50px;
}
.milestone-block:last-child {
margin-right: 0;
}
.milestone-block .milestone-icon {
float: left;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
margin-right: 9px;
margin-bottom: 4px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
position: relative;
}
.milestone-block .milestone-icon:after {
content: "";
display: block;
width: 8px;
height: 8px;
position: absolute;
top: 21px;
right: -2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.milestone-block .milestone-icon i {
font-size: 2em;
color: #fff;
}
.milestone-block .milestone-right {
float: left;
text-align: left;
}
.milestone-block .milestone-number {
font-size: 26px;
line-height: 28px;
font-weight: 500;
}
.milestone-block .milestone-text {
font-size: 18px;
color: #444;
}
.btn {
border: none;
font-weight: 400;
cursor: pointer;
display: inline-block;
color: #fff;
padding: 10px 12px;
text-transform: uppercase;
letter-spacing: 1px;
outline: none;
position: relative;
}
.btn:hover {
color: #fff;
}
.btn:focus,
.btn:active {
color: #FFF;
outline: none;
}
.btn-large {
color: #fff;
padding: 18px 22px;
margin: 15px 0px;
border: 1px solid transparent;
}
.btn-effect {
overflow: hidden;
}
.btn-effect:before {
left: auto;
right: 10px;
z-index: 2;
}
.btn-effect:before {
position: absolute;
height: 100%;
left: 0px;
top: 0px;
line-height: 3;
font-size: 140%;
width: 60px;
}
.btn-effect:after {
content: '';
position: absolute;
width: 30%;
height: 230%;
z-index: 1;
left: 0;
top: 0;
margin: -2px 0px 0px -22px;
-webkit-transform-origin: 0 0;
-webkit-transform: rotate(-20deg);
-moz-transform-origin: 0 0;
-moz-transform: rotate(-20deg);
-ms-transform-origin: 0 0;
-ms-transform: rotate(-20deg);
transform-origin: 0 0;
transform: rotate(-20deg);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-effect:hover:after {
width: 60%;
}
.btn-small {
padding: 10px 12px;
}
.btn-wite {
border: 1px solid #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-wite:hover {
background: rgba(255, 239, 250, 0.4);
border-color: rgba(255, 239, 250, 0.4);
}
.pn {
margin: 0 15px;
}
.alert-success p {
color: #468847;
}
.alert-info p {
color: #3a87ad;
}
.alert-warning p {
color: #c09853;
}
.alert-danger p {
color: #a94442;
}
.alert h4 {
margin-bottom: 10px;
}
.alert strong {
font-weight: 700;
}
ul.icons-list {
margin-bottom: 6px;
}
ul.icons-list li,
ul.list-unstyled li {
margin-bottom: 4px;
}
ul.icons-list li i {
font-size: 14px;
margin-right: 4px;
}
.classic-title {
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
font-weight: 400;
}
.classic-title span {
padding-bottom: 10px;
border-bottom: 1px solid;
font-weight: 400;
}
.big-title {
margin-bottom: 20px;
font-size: 30px;
}
.big-title h1,
.big-title h2 {
font-size: 26px;
line-height: 32px;
font-weight: 400;
}
.big-title h1 strong,
.big-title h2 strong {
font-weight: 400;
}
.big-title .title-desc {
font-size: 16px;
line-height: 22px;
color: #666;
}
.big-title h2 + .title-desc,
.big-title h1 + .title-desc {
margin-top: 4px;
}
footer {
background-color: #2D3E50;
padding-top: 20px;
color: #ccc;
}
footer p {
color: #ccc;
}
footer a {
color: #666;
}
.footer-widget {
margin-bottom: 45px;
}
.footer-widget h4 {
color: #eee;
text-transform: uppercase;
padding-bottom: 8px;
margin-bottom: 20px;
font-size: 14px;
font-weight: 600;
position: relative;
}
.footer-widget .head-line {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 50px;
height: 2px;
background-color: #fff;
margin: 0;
}
.recent-post {
overflow: hidden;
}
.recent-post .post {
float: left;
margin-bottom: 8px;
}
.recent-post .post a {
float: left;
width: 80px;
opacity: 0.6;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.recent-post .post a:hover {
opacity: 1;
}
.recent-post .post a img {
width: 100%;
height: 65px;
}
.recent-post .post .text {
padding-left: 92px;
color: #fff;
}
.recent-post .post .text span {
font-size: 12px;
color: #627282;
}
.tags li {
display: inline-block;
margin-left: 3px;
margin-bottom: 18px;
}
.tags li a {
background: #22323F;
color: #fff;
border-radius: 4px;
text-decoration: none;
padding: 7px 14px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.flickr-widget ul {
overflow: hidden;
}
.flickr-widget ul li {
float: left;
margin-left: 3px;
margin-bottom: 3px;
}
.flickr-widget ul li a {
display: inline-block;
width: 80px;
opacity: 0.6;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.flickr-widget ul li a img {
width: 100%;
height: 65px;
}
.flickr-widget ul li a:hover {
opacity: 1;
}
.copyright-section {
padding: 15px 0;
background: #172029;
font-size: 11px;
color: #ccc;
letter-spacing: 0.5px;
}
.copyright-section p {
font-size: 12px;
color: #ccc;
}
.copyright-section p a {
color: #6d7780;
}
.copyright-section p a:hover {
color: #fff;
}
.copyright-section ul.footer-nav {
float: right;
}
.copyright-section ul.footer-nav li {
display: inline-block;
float: left;
margin-left: 5px;
}
.copyright-section ul.footer-nav li a {
display: inline-block;
text-decoration: none;
color: #6D7780;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.copyright-section ul.footer-nav li a:hover {
color: #fff;
}
.copyright-section ul.footer-nav li:first-child {
margin-left: 0;
}
.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
}
.back-to-top i {
display: block;
width: 36px;
height: 36px;
line-height: 36px;
color: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
text-align: center;
background-color: #444;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.error-page {
text-align: center;
padding: 40px 0;
}
.error-page p {
font-size: 18px;
line-height: 28px;
color: #666;
margin-bottom: 25px;
}
.error-page h1 {
font-size: 300px;
margin: 130px 0px;
}
.error-page .btn {
margin-top: 80px;
}
/*
* Nivo Lightbox v1.0
* http://dev7studios.com/nivo-lightbox
*
* Copyright 2013, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99999999;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav {
display: none;
}
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image {
text-align: center;
}
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
}
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
background: #666;
background: rgba(0, 0, 0, 0.8);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
background: url(../img/lightbox/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
opacity: 1;
background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(../img/lightbox/prev.png);
border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
-o-border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(../img/lightbox/next.png);
border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-o-border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(../img/lightbox/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
background-image: url(../img/lightbox/loading@2x.gif);
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(../img/lightbox/prev@2x.png);
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(../img/lightbox/next@2x.png);
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
background-image: url(../img/lightbox/close@2x.png);
background-size: 16px 16px;
}
}
#bar {
width: 0%;
max-width: 100%;
height: 4px;
background: #444;
filter: alpha(opacity=50);
/*IE7 fix*/
opacity: 0.5;
}
#progressBar {
position: absolute;
top: 0;
z-index: 99;
width: 100%;
}
.switcher-box {
width: 236px;
position: fixed;
left: -236px;
top: 160px;
z-index: 999999999;
background-color: #fff;
display: block !important;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.switcher-box h4 {
display: block;
margin: 0px 20px;
line-height: 42px;
font-size: 14px;
font-weight: 700;
border-bottom: 1px dotted #eee;
background-color: #fff;
margin-bottom: 10px;
}
.switcher-box span {
display: block;
padding: 5px 20px;
text-align: left;
}
.switcher-box .colors-list {
padding: 0 18px 0 18px;
margin-bottom: 8px;
line-height: 20px;
}
.switcher-box .colors-list li {
display: inline-block;
margin-right: 2px;
}
.switcher-box .colors-list li a {
display: block;
width: 24px;
height: 24px;
border-radius: 3px;
cursor: pointer;
}
.switcher-box .colors-list li a.blue {
background-color: #0a9fd8;
}
.switcher-box .colors-list li a.cyan {
background-color: #27bebe;
}
.switcher-box .colors-list li a.jade {
background-color: #0bb586;
}
.switcher-box .colors-list li a.red {
background-color: #ee3733;
}
.switcher-box .colors-list li a.peach {
background-color: #f49237;
}
.switcher-box .colors-list li a.sky-blue {
background-color: #38cbcb;
}
.switcher-box .colors-list li a.yellow {
background-color: #f8ba01;
}
.switcher-box .colors-list li a.green {
background-color: #94c523;
}
.switcher-box .colors-list li a.orange {
background-color: #f36510;
}
.switcher-box .colors-list li a.pink {
background-color: #f1505b;
}
.switcher-box .colors-list li a.purple {
background-color: #6a3da3;
}
.switcher-box .colors-list li a.beige {
background-color: #fdb655;
}
.switcher-box .layout-style,
.switcher-box .topbar-style {
width: 172px;
padding: 6px 9px;
outline: none;
display: block;
background: #fff;
border-radius: 3px;
padding: 4px 6px;
color: #666;
cursor: pointer;
border-radius: 2px;
font-size: 12px;
margin: 0 0 12px 20px;
border: 1px solid #ddd;
}
.switcher-box .bg-list {
padding: 0 18px 0 18px;
margin-bottom: 18px;
}
.switcher-box .bg-list li {
display: inline-block;
margin-right: 2px;
}
.switcher-box .bg-list li a {
display: block;
border-radius: 3px;
width: 20px;
height: 20px;
}
.switcher-box .bg-list li a.bg1 {
background: url(../img/patterns/1.png) repeat;
}
.switcher-box .bg-list li a.bg2 {
background: url(../img/patterns/2.png) repeat;
}
.switcher-box .bg-list li a.bg3 {
background: url(../img/patterns/3.png) repeat;
}
.switcher-box .bg-list li a.bg4 {
background: url(../img/patterns/4.png) repeat;
}
.switcher-box .bg-list li a.bg5 {
background: url(../img/patterns/5.png) repeat;
}
.switcher-box .bg-list li a.bg6 {
background: url(../img/patterns/6.png) repeat;
}
.switcher-box .bg-list li a.bg7 {
background: url(../img/patterns/7.png) repeat;
}
.switcher-box .bg-list li a.bg8 {
background: url(../img/patterns/8.png) repeat;
}
.switcher-box .bg-list li a.bg9 {
background: url(../img/patterns/9.png) repeat;
}
.switcher-box .bg-list li a.bg10 {
background: url(../img/patterns/10.png) repeat;
}
.switcher-box .bg-list li a.bg11 {
background: url(../img/patterns/11.png) repeat;
}
.switcher-box .bg-list li a.bg12 {
background: url(../img/patterns/12.png) repeat;
}
.switcher-box .bg-list li a.bg13 {
background: url(../img/patterns/13.png) repeat;
}
.switcher-box .bg-list li a.bg14 {
background: url(../img/patterns/14.png) repeat;
}
.switcher-box .open-switcher {
width: 42px;
height: 42px;
display: block;
position: absolute;
cursor: pointer;
top: 0;
left: 100%;
border-radius: 0 2px 2px 0;
background: #101215;
}
.switcher-box .open-switcher i {
text-align: center;
padding-top: 7px;
display: block;
}
.iframe {
border: none;
}
.services-2 {
position: relative;
text-align: center;
margin: 0px 0px 30px 0px;
}
.services-2-icon {
display: inline-block;
width: 100%;
display: table;
}
.services-2-icon i {
width: 60px;
height: 60px;
line-height: 60px;
margin: 0px auto;
position: relative;
display: inline-block;
margin-right: 15px;
border-radius: 50%;
float: left;
text-align: center;
font-size: 26px;
background: #E93735;
color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.services-2:hover .services-2-icon i {
display: block;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.services-2-text {
margin-left: 75px;
overflow: hidden;
}
.services-2-icon h4 {
color: #404449;
font-size: 16px;
font-weight: 400;
margin: 15px 0px 0px 0px;
text-align: left;
display: table-cell;
padding: 0px;
vertical-align: middle;
width: 100%;
}
.services-2 p {
color: #ACB2B8;
margin: 0px 0px 0px 0px;
text-align: left;
}
.services-3 {
position: relative;
text-align: center;
margin: 0px 0px 30px 0px;
}
.services-3-icon {
display: inline-block;
width: 100%;
display: table;
}
.services-3-icon i {
width: 60px;
height: 60px;
line-height: 60px;
margin: 0px auto;
position: relative;
display: inline-block;
margin-left: 15px;
border-radius: 50%;
float: left;
text-align: center;
font-size: 26px;
color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.services-3:hover .services-3-icon i {
display: block;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.services-3-text {
margin-right: 75px;
overflow: hidden;
}
.services-3-icon h4 {
font-family: 'Open Sans', sans-serif;
color: #404449;
font-size: 16px;
font-weight: 600;
margin: 0px 0px 15px 0px;
text-align: right;
display: table-cell;
padding: 0px;
vertical-align: middle;
width: 100%;
}
.services-3 p {
color: #ACB2B8;
margin: 0px 0px 0px 0px;
text-align: right;
}
.purchase {
background-image: url("../img/parallax/bg-02.jpg");
padding: 20px 0;
background-attachment: fixed;
background-position: 50% 0;
}
.navbar-collapse {
max-height: 340px;
}
img.m-left {
float: left;
width: 144px;
height: 144px;
margin: 0px 25px 40px 0px;
}
.panel-default {
border: none;
box-shadow: none;
border-bottom: 1px solid #f1f1f1;
}
.panel-default .panel-heading {
padding: 0;
background-color: transparent;
}
.panel-default .panel-heading .panel-title {
font-size: 13px;
font-weight: 600;
}
.panel-default .panel-heading .panel-title a {
position: relative;
display: block;
padding: 6px 12px;
background-color: #fff;
box-shadow: none;
outline: none;
-o-box-shadow: none;
text-decoration: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.panel-default .panel-heading a.collapsed {
color: #444;
}
.panel-title a .control-icon {
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.panel-title a.collapsed .control-icon {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.panel-title a i {
font-size: 1.2em;
padding-right: 5px;
}
.panel-body {
padding: 4px 15px 10px 15px;
}
.skill p {
margin-bottom: 10px;
font-weight: 600;
}
.progress {
overflow: visible;
height: 22px;
margin-bottom: 20px;
background-color: #FAFAFA;
border: 1px solid #E2E2E2;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar {
float: left;
height: 100%;
font-size: 12px;
color: #ffffff;
border: 1px solid #fff;
text-align: center;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
position: relative;
}
.social-link a {
display: inline-block;
margin-right: 5px;
}
.social-link a i {
text-align: center;
color: #aaa;
font-size: 18px;
border: 1px solid #e1e1e1;
border-radius: 4px;
height: 38px;
line-height: 36px;
width: 38px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.social-link .twitter:hover i {
color: #00BAFF;
}
.social-link .facebook:hover i {
color: #5192CC;
}
.social-link .google:hover i {
color: #ED523D;
}
.social-link .linkedin:hover i {
color: #1985BC;
}
.social-link .youtube:hover i {
color: #D42424;
}
.post-title {
font-size: 22px;
font-weight: 400;
margin-bottom: 15px;
text-transform: uppercase;
}
.blog-post {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px dotted #eee;
}
.blog-post .post-content {
float: none;
width: 100%;
clear: both;
padding: 25px 0;
}
.blog-post .post-content .meta {
font-size: 13px;
font-style: italic;
margin-bottom: 17px;
padding-bottom: 11px;
border-bottom: 1px dotted #eee;
}
.blog-post .post-content .meta .meta-part {
display: inline-block;
margin-bottom: 10px;
margin-right: 25px;
}
.blog-post .post-content .meta .meta-part a {
color: #999;
}
.blog-post .share {
display: inline-block;
width: 100%;
position: relative;
margin-top: 15px;
}
.blog-post .share span {
margin-right: 10px;
font-size: 16px;
}
.quote-post .feature-inner {
padding: 30px;
border-radius: 4px;
border-left: 3px solid #333 !important;
margin-bottom: 25px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.quote-post .feature-inner p {
color: #fff;
font-size: 26px;
line-height: 38px;
}
.quote-post .feature-inner .name {
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 38px;
font-style: italic;
}
.quote-post .feature-inner:hover {
background: #444;
}
.blog-post .post-format {
position: absolute;
left: 50%;
z-index: 999;
}
.blog-post .post-format span a {
background: #fff;
border-radius: 4px;
display: block;
height: 40px;
width: 40px;
line-height: 40px;
margin-top: -20px;
text-align: center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: translateX(-50%) rotate(45deg);
z-index: 1;
}
.blog-post .post-format span a i {
display: block;
line-height: 40px;
font-size: 18px;
position: relative;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.blog-post .post-type i {
font-size: 1.2em;
color: #fff;
}
#pagination span,
#pagination a {
display: inline-block;
text-align: center;
height: 34px;
width: 34px;
color: #666;
line-height: 33px;
border: 1px solid #eee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#pagination span.current {
color: #fff;
}
#pagination a:hover {
border-color: #ddd;
}
#pagination .all-pages,
#pagination .next-page {
width: auto;
padding: 0 14px;
}
.widget-title {
font-size: 15px;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 20px;
text-transform: uppercase;
word-spacing: 1px;
}
.right-sidebar {
padding-left: 20px;
}
#sidebar {
margin-bottom: 30px;
}
#sidebar .widget {
border-bottom: 1px solid #eee;
margin-bottom: 22px;
padding-bottom: 30px;
}
#sidebar .widget:last-child {
border-bottom: none;
}
#sidebar .cat-list li {
border-bottom: 1px dotted #eee;
padding: 7px 0;
}
#sidebar .cat-list li a {
text-decoration: none;
margin-right: 10px;
color: #666;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .cat-list li a:hover {
color: #aaa;
}
#sidebar .cat-list li .num-posts {
color: #aaa;
float: right;
font-size: 12px;
}
#sidebar .cat-list li:last-child {
border: none;
}
#sidebar .posts-list li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px dotted #eee;
}
#sidebar .posts-list li:last-child {
margin: 0;
padding: 0;
border: none;
}
#sidebar .posts-list .widget-thumb {
float: left;
}
#sidebar .posts-list .widget-thumb img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}
#sidebar .posts-list .widget-content a {
text-transform: uppercase;
font-weight: 400;
color: #666;
}
#sidebar .posts-list .widget-content span {
color: #999;
font-size: 12px;
display: block;
margin: 3px 0;
}
#sidebar .tag a {
display: inline-block;
color: #666;
font-size: 12px;
padding: 7px 14px;
background: #eee;
margin: 4px 2px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
padding-right: 5px;
}
#sidebar .tag a:hover {
color: #fff;
}
.accordion .panel-title a {
display: block;
background: #fff;
border: 1px solid #e5e5e5;
font-size: 15px;
font-weight: 400;
cursor: pointer;
padding: 12px 15px 11px;
box-shadow: none;
position: relative;
text-transform: uppercase;
}
.accordion .cat-menu-list li {
border-bottom: 1px dotted #e5e5e5;
padding: 7px 0;
}
.accordion .cat-menu-list li a {
color: #666;
}
.accordion .cat-menu-list li a:hover {
color: #aaa;
}
.accordion .cat-menu-list li:last-child {
border-bottom: none;
}
.accordion .panel-default {
box-shadow: none;
border: none;
}
.accordion .panel-title a .control-icon {
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.accordion .panel-title a.collapsed .control-icon {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.accordion .panel-title a i {
font-size: 1.2em;
padding-right: 5px;
}
.accordion .panel-body {
padding: 4px 15px 10px 15px;
border: 1px solid #e1e1e1;
border-top: none;
}
.relate-slider {
text-align: center;
}
.relate-slider .portfolio-details {
margin-top: 20px;
}
.relate-slider .portfolio-details h4 {
color: #666;
font-weight: 400;
}
.widget-search input[type="search"] {
position: relative;
margin: 0;
float: left;
height: 37px;
line-height: 37px;
width: 85%;
border-right: none;
border-radius: 2px 0 0 2px;
-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
-o-border-radius: 2px 0 0 2px;
}
.widget-search .search-btn {
display: inline-block;
width: 38px;
position: absolute;
height: 37px;
border: none;
color: #fff;
font-size: 1.2em;
line-height: 36px;
text-align: center;
border-radius: 0 2px 2px 0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
-o-border-radius: 0 2px 2px 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.widget-search .search-btn:hover {
background-color: #444;
}
.relate-slider .owl-controls .owl-buttons {
position: absolute;
top: -18px;
right: 2px;
}
.relate-slider .owl-controls .owl-buttons div {
height: 22px;
width: 22px;
line-height: 22px;
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
margin-left: 4px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
border: 1px solid #ccc;
}
.relate-slider .owl-controls .owl-buttons div i {
font-size: 1.2em;
color: #ccc;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.single-gallery p {
margin-bottom: 20px;
}
blockquote {
position: relative;
border-left-color: transparent;
}
blockquote i {
font-size: 32px;
position: absolute;
margin-top: 10px;
}
blockquote .quote-text {
color: #666;
font-size: 18px;
line-height: 32px;
display: block;
font-style: italic;
font-weight: 400;
padding-left: 45px;
}
.thumb-overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
top: 0;
left: 0;
z-index: 998;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.thumb-overlay i {
position: absolute;
top: 46%;
left: 0;
right: 0;
cursor: pointer;
visibility: visible;
width: 48px;
height: 48px;
color: #fff;
font-size: 28px;
line-height: 48px;
margin: -20px auto;
opacity: 0;
z-index: 99;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.thumb-overlay:hover {
opacity: 1;
visibility: visible;
}
.thumb-overlay:hover i {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
}
.post-tags-list {
padding-top: 6px;
}
.post-tags-list a {
display: inline-block;
color: #666;
font-size: 12px;
padding: 2px 8px;
background: #eee;
margin-bottom: 4px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.post-tags-list a:hover {
color: #fff;
}
.comments-title {
font-weight: 400;
font-size: 14px;
margin-bottom: 20px;
}
#comments .comments-list {
padding: 0;
margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
background: #Fefefe;
margin-bottom: 20px;
border-radius: 4px;
padding: 22px;
border: 1px solid #e5e5e5;
}
#comments .comments-list li ul {
padding-left: 80px;
}
#comments .avatar {
padding: 5px;
background: #fff;
width: 80px;
float: left;
border-radius: 50%;
height: 80px;
position: relative;
border: 1px solid #ddd;
}
#comments .avatar img {
border-radius: 50%;
}
#comments .avatar:before {
content: " ";
width: 0px;
height: 0px;
transform: rotate(-7deg);
position: absolute;
top: 24px;
right: -19px;
border-style: solid;
border-width: 10px;
border-color: #E5E5E5 transparent transparent #E5E5E5;
}
#comments .comment-content {
padding-left: 105px;
}
#comments .comment-content .comment-meta {
margin-bottom: 5px;
}
#comments .comment-content .comment-by {
font-size: 16px;
font-weight: 400;
line-height: 33px;
text-transform: uppercase;
}
#comments .comment-content .comment-by:hover {
color: #444;
}
#comments .comment-content .comment-date {
color: #444;
}
.reply-link {
padding: 4px 16px 5px;
background: #fff;
border: 1px solid #ddd;
color: #aaa;
border-radius: 4px;
display: inline-block;
font-size: 12px;
margin: 10px 3px 0 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.respond-title {
font-weight: 400;
padding: 15px 0;
font-size: 14px;
border-top: 1px dotted #EEE;
}
.project-content h4 {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.project-content h4 span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.project-content p {
margin-bottom: 30px;
}
.project-content .share {
margin-top: 20px;
font-size: 14px;
}
.project-content .share span {
margin-right: 10px;
}
.project {
margin-top: 20px;
}
.recent-projects h4.title {
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.recent-projects h4.title span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.projects-carousel {
width: 1150px !important;
}
.projects-carousel .item {
margin-right: 15px;
margin-bottom: 0;
}
.main-desc {
margin-bottom: 30px;
}
.main-desc p {
font-size: 26px;
font-weight: 400;
line-height: 36px;
}
.service-icon-left-more {
text-align: center;
}
.service-icon-left-more .service-icon {
float: none;
}
.service-icon-left-more .service-content {
padding: 25px;
}
.service-icon-left-more:hover i {
color: #ee3733;
}
.recent-projects i.more {
border-radius: 50% !important;
font-size: 14px ;
}
.portfolio-border {
padding: 3px;
border: 1px solid #f1f1f1;
}
.portfolio-border .portfolio-details {
background: #f1f1f1;
padding: 10px;
}
.portfolio-border .portfolio-details h4 {
color: #444;
margin-top: 8px;
}
.portfolio-border:hover .overlay {
opacity: 1;
visibility: visible;
}
.portfolio-border:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-0-transform: scale(1.4);
transform: scale(1.4);
}
.portfolio-border:hover .more {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
}
.service-circle {
text-align: center;
}
.service-circle .service-icon {
float: none;
}
.service-circle .service-icon i {
background: #FBFBFB;
font-size: 24px;
width: 64px;
line-height: 64px;
height: 64px;
border-radius: 50%;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.service-circle .service-content {
text-align: center;
padding: 18px;
}
.icon-large-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2.6em;
color: #fff;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after,
.icon-large-effect:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.title1 {
font-size: 24px;
font-weight: 400;
margin: 0 0 13px;
}
.title1 i {
font-size: 24px;
padding-right: 5px;
}
.upper {
text-transform: uppercase;
}
.form-control {
height: 40px;
}
.form-control,
textarea {
background: #FFF;
border: 1px solid #DDD;
font-size: 13px;
outline: medium none;
color: #324545;
margin: 15px 0;
padding: 10px 12px;
box-shadow: none;
}
.form-control:focus,
textarea:focus {
box-shadow: none;
}
.contact-form select {
padding: 9px;
}
.contact-form .orderby {
position: relative;
}
.contact-form .orderby select {
width: 100%;
border: 1px solid #DDD;
border-radius: 4px;
outline: none;
color: #324545;
margin: 15px 0;
padding: 10px 12px;
height: 40px;
}
.contact-form .orderby:before {
content: "\f107";
font-family: FontAwesome;
display: block;
position: absolute;
line-height: 40px;
top: 15px;
background: #FFF none repeat scroll 0% 0%;
right: 1px;
width: 40px;
max-height: 40px;
text-align: center;
pointer-events: none;
font-size: 16px;
height: 100%;
border-left: 1px solid #DDD;
border-top: 1px solid #DDD;
border-bottom: 1px solid #ddd;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.information {
margin-top: 15px;
}
.contact-datails {
margin-bottom: 34px;
min-height: 75px;
position: relative;
}
.contact-datails .info {
padding-left: 90px;
}
.contact-datails .info h3 {
font-size: 16px;
display: block;
margin-bottom: 8px;
text-transform: uppercase;
}
.contact-datails .info .datail {
display: block;
}
.title-banner {
position: relative;
padding: 40px;
color: #fff;
}
.title-banner h2 {
font-size: 30px;
}
#google-map,
body,
html {
padding: 0;
height: 400px;
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor: url(../images/icons/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x: 50%;
-webkit-perspective-origin-y: 50%;
-moz-perspective: 1200px;
-moz-perspective-origin-x: 50%;
-moz-perspective-origin-y: 50%;
perspective: 1200px;
}
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
0% {
opacity: 1;
}
}
@-moz-keyframes empty {
0% {
opacity: 1;
}
}
@keyframes empty {
0% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
25% {
opacity: .5;
transform: translateZ(-500px);
}
75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
0%,
25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
0%,
25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
0%,
25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
transform: translateZ(-500px);
}
100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
to {
opacity: 0;
-webkit-transform: scale(0.8);
}
}
@-moz-keyframes scaleToFade {
to {
opacity: 0;
-moz-transform: scale(0.8);
}
}
@keyframes scaleToFade {
to {
opacity: 0;
transform: scale(0.8);
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
from {
transform: translateY(-100%);
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
from {
opacity: 0;
transform: scale(1.5);
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
to {
opacity: 0;
transform: scale(1.5);
}
}
.owl-theme .owl-controls {
text-align: center;
}
.touch-slider .owl-controls .owl-buttons div {
position: absolute;
top: 50%;
height: 40px;
width: 40px;
line-height: 45px;
display: inline-block;
zoom: 1;
opacity: 0;
*display: inline;
/*IE7 life-saver */
background: #fff;
filter: alpha(opacity=60);
/*IE7 fix*/
margin-top: -30px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-buttons div {
filter: alpha(opacity=100);
/*IE7 fix*/
opacity: 1;
}
.touch-slider .owl-controls .owl-buttons div.owl-prev {
left: 0;
}
.touch-slider:hover .owl-controls .owl-buttons div.owl-prev {
margin-left: 15px;
}
.touch-slider .owl-controls .owl-buttons div.owl-next {
right: 0;
}
.touch-slider:hover .owl-controls .owl-buttons div.owl-next {
margin-right: 15px;
}
.touch-slider .owl-controls .owl-buttons div i {
font-size: 1.8em;
}
.touch-carousel .owl-controls .owl-buttons {
position: absolute;
top: -50px;
right: 2px;
}
.touch-carousel.projects-carousel .owl-controls .owl-buttons {
right: 12px;
}
.projects-carousel .owl-controls .owl-buttons {
right: 9px;
}
.owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: 5px;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 2px 4px;
filter: alpha(opacity=50);
/*IE7 fix*/
opacity: 1;
border-radius: 50%;
background: #fff;
border: 3px solid #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
filter: alpha(opacity=100);
/*IE7 fix*/
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
.touch-carousel .owl-controls .owl-buttons {
position: absolute;
top: -50px;
right: 2px;
display: none;
}
.touch-carousel.projects-carousel .owl-controls .owl-buttons {
right: 12px;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons {
position: relative;
top: 0;
right: 0;
}
.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
top: -8px;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
background-color: #f2f2f2;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
color: #666;
}
.touch-carousel.navigation-3 {
padding-top: 45px;
}
.touch-carousel.navigation-3.clients-carousel {
padding-top: 25px;
}
.touch-carousel.navigation-3 .owl-controls .owl-buttons {
position: absolute;
top: 0;
right: 0;
width: 100%;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
right: 9px;
}
.touch-carousel .owl-controls .owl-buttons div,
.testimonials-carousel .owl-controls .owl-buttons div {
height: 22px;
width: 22px;
line-height: 22px;
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
margin-left: 4px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
border: 1px solid #ccc;
}
.touch-carousel .owl-controls .owl-buttons div i,
.testimonials-carousel .owl-controls .owl-buttons div i {
font-size: 1.2em;
color: #ccc;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.tab-title {
margin-bottom: 20px;
font-size: 22px;
}
.nav-tabs > li > a {
margin-right: 0;
border: 1px solid #e5e5e5;
color: #666;
margin-right: -1px;
border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
background: #fff;
}
.tab-content {
border: 1px solid #e5e5e5;
border-top: none;
padding: 12px 16px;
}
.tab-content p {
margin-bottom: 15px;
}
.tab-content p:last-child {
margin-bottom: 0;
}
.tabs-2 .nav-tabs > li > a:hover {
color: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tabs-2 .nav-tabs > li.active > a,
.tabs-2 .nav-tabs > li.active > a:focus,
.tabs-2 .nav-tabs > li.active > a:hover {
color: #fff;
}
.tabs-2 .tab-content {
border: 1px solid #e5e5e5;
border-top: none;
padding: 12px 16px;
}
.vertical {
border: 1px solid #e5e5e5;
}
.vertical .nav-tabs {
float: left;
width: 20%;
clear: none;
margin-left: -1px;
margin-top: -1px;
}
.vertical .nav-tabs li {
float: none;
}
.vertical .nav-tabs li a {
border: 1px solid #e5e5e5;
color: #666;
margin-right: -1px;
border-radius: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:focus {
background: #fff;
border-color: #ddd transparent #ddd #ddd;
}
.vertical .tab-content {
clear: none;
border: none;
border-top: none;
margin-left: 227px;
border-left: 1px solid #e5e5e5;
}
.medium-spacer .small-title {
margin-bottom: 15px 0;
}
.buttons .btn {
margin: 5px 0;
}
.pr-10 {
padding-right: 10px;
}
.pl-10 {
padding-left: 10px;
}
.btn-default {
background-color: #E84C3D;
color: #fff !important;
border-color: #CD3C2E;
}
.btn-default:hover {
background-color: #CD3C2E;
}
.btn-sm {
padding: 8px;
font-size: 12px;
min-width: 105px;
}
.alert-info {
color: #1a4e68;
background-color: #c6e8fa;
}
.alert {
margin: 20px 0px;
border-radius: 0px;
position: relative;
padding-left: 70px;
overflow: hidden;
z-index: 1;
border: none;
}
.alert:before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 50px;
height: 101%;
background-color: rgba(0, 0, 0, 0.25);
z-index: 2;
}
.alert strong {
font-weight: bold;
}
.btn-white {
background-color: transparent;
color: #cd3c2e;
border: 1px solid #e84c3d;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
color: #ffffff;
background-color: #cd3c2e;
border-color: #cd3c2e;
}
.btn-light-gray {
color: #333;
background-color: #fafafa;
border-color: #f3f3f3;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
color: #ffffff;
background-color: #E84C3D;
border-color: #E84C3D;
}
.btn-gray {
color: #ffffff;
background-color: #666;
border: #666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
color: #ffffff;
background-color: #E84C3D;
border-color: #E84C3D;
}
.btn-dark {
color: #f1f1f1;
background-color: #333;
border-color: #333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
color: #ffffff;
background-color: #666;
border-color: #666;
}
.call-action-boxed {
padding: 30px 40px;
margin-top: 60px;
}
.call-action.no-descripton h2.primary {
margin-top: 25px;
}
.call-action h2.primary {
font-weight: 400;
margin-top: 25px;
font-size: 22px;
line-height: 28px;
}
.call-action h2.primary strong {
font-weight: 700;
}
.call-action p {
font-size: 14px;
margin-bottom: 0;
}
.call-action h2 + p {
margin-top: 4px;
}
.call-action .button-side {
float: right;
}
.call-action-style1 {
margin-bottom: 60px;
border: 1px solid #E8E8E8;
background: #f1f1f1;
}
.call-action-style2 {
background: #f2f2f2;
}
.call-action-style3 {
background: #444;
}
.call-action-style3 h2.primary {
color: #fff;
margin-top: 25px;
}
.call-action-style3 p {
color: #bbb;
}
.testimonials {
background: #F9FAFC;
padding: 80px 0;
}
.testimonial-item {
height: 210px;
margin: 0px 15px;
}
.testimonial-item .img {
padding: 5px;
background: #FFF;
width: 80px;
float: left;
border-radius: 50%;
height: 80px;
position: relative;
border: 1px solid #DDD;
}
.testimonial-item .img img {
border-radius: 50%;
}
.testimonial-item .datils {
background: #F1F1F1;
padding: 20px;
width: 80%;
float: right;
border: 1px solid #e5e5e5;
position: relative;
}
.testimonial-item .datils h5 {
font-weight: 400;
font-size: 18px;
margin-bottom: 12px;
}
.testimonial-item .datils:before {
content: "";
position: absolute;
width: 14px;
left: -32px;
top: 24px;
border-width: 16px;
border-style: solid;
border-color: transparent #F1F1F1 transparent transparent;
}
.testimonial-item .owl-pagination {
position: absolute;
width: 100%;
left: 0px;
bottom: -15px;
}
.testimonial-2 {
padding: 80px 0;
}
.testimonial-2 .owl-pagination {
position: absolute;
width: 100%;
left: 0px;
bottom: -15px;
}
.testimonial-item-2 {
height: 110px;
margin: 0px 15px;
}
.testimonial-item-2 .img {
padding: 5px;
background: #FFF;
width: 80px;
border-radius: 50%;
float: left;
height: 80px;
position: relative;
border: 1px solid #DDD;
}
.testimonial-item-2 .img img {
border-radius: 50%;
}
.testimonial-item-2 .datils {
width: 80%;
float: right;
position: relative;
}
.testimonial-item-2 .datils h5 {
font-weight: 400;
font-size: 18px;
margin-bottom: 12px;
}
.testimonial-item-2 .owl-pagination {
bottom: -15px;
}
.pricing-tables {
padding: 25px 0;
text-align: center;
}
.pricing-tables .pricing-table {
border: 1px solid #eee;
text-align: center;
position: relative;
background-color: #fff;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.pricing-tables .pricing-table .plan-name {
padding: 40px 0;
border-bottom: 1px solid #eee;
}
.pricing-tables .pricing-table .plan-name h3 {
font-weight: 700;
font-size: 24px;
color: #fff;
text-transform: uppercase;
}
.pricing-tables .pricing-table .plan-price {
padding: 25px 0;
}
.pricing-tables .pricing-table .price-value {
font-size: 38px;
line-height: 40px;
font-weight: 700;
color: #666;
}
.pricing-tables .pricing-table .price-value span {
font-size: 18px;
font-weight: 400;
line-height: 18px;
}
.pricing-tables .pricing-table .interval {
line-height: 14px;
}
.pricing-tables .pricing-table .plan-list {
padding: 0px 15px;
}
.pricing-tables .pricing-table .plan-list li {
padding: 8px;
font-size: 12px;
border-bottom: 1px dotted #eee;
}
.pricing-tables .pricing-table .plan-list li:first-child {
border-top: 1px dotted #eee;
}
.pricing-tables .pricing-table:hover {
z-index: 2;
top: -3px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pricing-tables .plan-signup {
padding: 30px 0;
}
.highlight-plan {
margin: -15px 0;
margin-right: -1px;
z-index: 1;
}
.highlight-plan .plan-name {
padding: 25px 0;
}
.highlight-plan .plan-signup {
padding: 30px 0;
}
/*customized*/
.add-margin-20{
margin-top: 20px;
}
.add-margin-10{
margin-top: 10px;
}
.vision{
padding-top: 5px;
}
.vision img{
width: 200px;
}
.vision-bg{
background-color:#dcdcdc ;
}
.quote{
}
@media screen and (min-width: 600px)and (max-width: 3000px) {
.nav-logo{
margin-top: -20px;
}
}
.fixed-col-height{
height: 100px;
}
/*Custom changes*/
.remove-margin-top{
margin-top: 0px;
}
.remove-margin{
margin: 0;
}
.remove-margin-bottom{
margin-bottom: 0px;
}
.add-bottom-20{
margin-bottom: 20px;
}
.add-padding-top-60{
padding-top: 60px ;
}
.content-back{
background-color: rgb(16, 18, 21);
color:rgb(235, 233, 236);
}
.content-back p{
color: #d8dae0 !important;
}
.footer-widget img{
width: 250px;
} | public/assets/css/main.css | body {
font-family:sans-serif;
font-size: 13px;
line-height: 21px;
font-weight: 100;
color: #464343;
/*background: url(../img/patterns/1.png) fixed repeat;*/
}
strong,
b {
font-weight: 600;
}
img {
max-width: 100%;
height: auto;
}
* {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
}
ul {
padding: 0;
margin: 0;
}
a {
transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
}
a:hover {
color: #444;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
i {
font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
margin: 0;
}
h1 {
font-size: 26px;
line-height: 32px;
}
h2 {
font-size: 24px;
line-height: 30px;
}
h3 {
font-size: 20px;
line-height: 26px;
}
h4 {
font-size: 18px;
line-height: 24px;
}
h5 {
font-size: 14px;
line-height: 20px;
}
h6 {
font-size: 14px;
line-height: 20px;
}
p {
color: #666;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
line-height: 22px;
margin: 0;
}
p strong {
font-weight: 800;
}
.accent-color-bg {
color: #fff;
}
.fittext {
font-size: 38px;
font-weight: 400;
line-height: 1.6em;
margin-bottom: 35px;
color: rgba(0, 0, 0, 0.8);
}
.fittext strong {
font-weight: 700;
}
.page-content p {
margin-bottom: 15px;
}
.wite-text {
color: #fff;
}
.uppercase {
text-transform: uppercase;
}
.image-text {
margin-right: 10px;
}
input[type="submit"] {
display: inline-block;
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover {
background: #444;
color: #fff;
}
input[type="submit"] {
border: none;
}
.tooltip .tooltip-inner {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
#content {
padding: 0px 0;
}
#content.full-sections {
padding: 0;
}
.section {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.section.repeat-bg {
background-repeat: repeat;
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
}
.bg-parallax {
background-attachment: fixed;
}
.section-video {
position: absolute;
z-index: 33;
left: 0;
top: -100px;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.section-video object {
display: block;
width: 100% !important;
height: auto !important;
}
.section-video img {
display: block;
width: 100% !important;
height: auto !important;
}
.section-video-content {
z-index: 35;
position: relative;
opacity: 0.98;
}
.section-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 34;
opacity: 0.7;
}
.light-section {
color: #fff;
}
.light-section .testimonials {
color: #666;
}
.light-section .testimonials .testimonial-content p {
color: #c4c4c4;
}
#container {
background-color: #fff;
}
.boxed-page {
position: relative;
width: 1220px;
margin: 0 auto;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.boxed-page header {
width: 1220px;
}
#loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
z-index: 9999999999;
}
@-webkit-keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
5% {
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
.ball-scale-multiple {
position: absolute;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -40px;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ball-scale-multiple > div:nth-child(3) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.ball-scale-multiple > div {
background-color: #ED5565;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
margin: 0;
width: 60px;
height: 60px;
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
animation: ball-scale-multiple 1s 0s linear infinite;
}
#portfolio-list .mix {
display: none;
}
.page-banner {
padding: 30px 0;
background: #fbfbfb;
border-bottom: 1px solid #eee;
}
.page-banner h2 {
font-size: 30px;
color: #999;
font-weight: 700;
}
.breadcrumbs {
float: right;
margin: 3px 0 6px;
position: relative;
z-index: 1;
font-size: 13px;
color: #999;
}
.breadcrumbs a {
color: #444;
}
.breadcrumbs .crumbs-spacer {
color: #ccc;
margin: 0 4px;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.top-bar {
background: #101215;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-bar .contact-details li {
display: inline-block;
padding: 6px 0;
}
.top-bar .contact-details li a {
font-size: 12px;
display: block;
margin-right: 15px;
color: #fff;
line-height: 32px;
}
.top-bar .contact-details li a i {
padding-right: 5px;
vertical-align: middle;
}
ul.social-list {
float: right;
}
ul.social-list li {
float: left;
padding: 6px 0;
}
ul.social-list li a {
display: inline-block;
color: #808C8C;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
ul.social-list li a i {
font-size: 16px;
display: block;
width: 34px;
height: 33px;
line-height: 33px;
text-align: center;
}
ul.social-list li a:hover {
color: #fff;
}
ul.social-list li a.facebook:hover {
background-color: #507CBE;
}
ul.social-list li a.twitter:hover {
background-color: #63CDF1;
}
ul.social-list li a.google:hover {
background-color: #F16261;
}
ul.social-list li a.dribbble:hover {
background-color: #E46387;
}
ul.social-list li a.linkdin:hover {
background-color: #90CADD;
}
ul.social-list li a.vimeo:hover {
background-color: #87D3E0;
}
.navbar {
margin-bottom: 0;
background: #fff;
border: none;
border-bottom: 1px solid #eee;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
}
.navbar-brand {
position: relative;
padding: 22px 0;
margin: 0!important;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav {
margin-right: 10px!important;
position: relative;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li {
margin-left: 6px;
padding-top: 20px;
padding-bottom: 20px;
}
.navbar-default .navbar-nav > li > a {
color: #161616;
display: block;
font-size: 14px;
border-radius: 4px;
padding: 7px 20px;
text-transform: uppercase;
font-weight: 300;
overflow: hidden;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
font-weight: 400;
}
.navbar-default .navbar-nav > li > a i {
margin: 0 -2px 0 -5px;
}
.navbar-default .navbar-nav .dropdown {
position: absolute;
left: 0;
top: 100%;
width: 200px;
padding: 10px 20px 20px 20px;
background-color: #fff;
visibility: hidden;
z-index: 79;
opacity: 0;
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > li.drop:hover .dropdown {
visibility: visible;
opacity: 1;
}
.dropdown li,
.sup-dropdown li {
position: relative;
}
.dropdown li a,
.sup-dropdown li a {
display: block;
color: #666;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
padding: 11px 16px;
margin: 3px 0;
text-decoration: none;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.dropdown li a i {
margin: 0 0 0 -4px;
}
.navbar-default .navbar-nav .sup-dropdown {
position: absolute;
left: 100%;
top: 0;
width: 200px;
background-color: #fff;
margin-top: 10px;
transition: margin-top 0.2s ease-in-out;
-moz-transition: margin-top 0.2s ease-in-out;
-webkit-transition: margin-top 0.2s ease-in-out;
-o-transition: margin-top 0.2s ease-in-out;
visibility: hidden;
z-index: 3;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
visibility: visible;
margin-top: 0;
}
.search-side {
position: relative;
float: right;
top: 19px;
right: -15px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.show-search {
position: relative;
display: block;
cursor: pointer;
float: right;
}
.show-search i {
font-size: 1.2em !important;
display: block;
color: #666;
width: 36px;
height: 36px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
line-height: 36px;
text-align: center;
background-color: #f2f2f2;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.show-search:hover i {
color: #666;
}
.full-search {
width: 100%;
background: #444444;
z-index: 9999;
position: absolute;
top: 0px;
display: none;
left: 0px;
height: 77px;
margin-bottom: -1px;
}
.full-search .form-control:focus {
border: none;
}
.full-search .close-search {
cursor: pointer;
color: #fff;
top: 24px;
}
.full-search input[type="text"] {
outline: none;
font-size: 22px;
display: inline-block;
color: #FFF;
width: 100%;
margin-left: -45px;
font-weight: 400;
border: none;
background: #444;
padding: 0px 65px;
line-height: 30px;
}
.wpb-mobile-menu {
display: none;
}
.slicknav_menu {
display: none;
}
@media screen and (max-width: 767px) {
.js #wpb-mobile-menu {
display: none;
}
.js .slicknav_menu {
display: block;
}
}
.tp-caption .small-title {
color: #fff;
font-size: 30px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 300;
}
.tp-caption .small-title span {
font-size: 32px;
font-weight: 700;
}
.tp-caption .big-title {
font-size: 53px;
color: #fff;
line-height: 60px;
margin: 0px;
padding: 0px;
letter-spacing: 0px;
}
.tp-caption .btn-large {
color: #fff;
font-size: 22px;
padding: 18px 40px;
z-index: 11;
}
.tp-caption .btn-large:hover {
color: #fff;
}
.service-box {
margin-top: 15px;
margin-bottom: 15px;
}
.service-box .service-icon {
float: left;
margin-top: 5px;
}
.service-box .service-content {
padding-left: 60px;
}
.service-box .service-content h4 {
font-size: 16px;
margin-bottom: 10px;
font-weight: 600;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
}
.icon {
position: absolute;
margin-top: 5px;
}
.icon-small {
font-size: 2em;
color: #444;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-medium {
font-size: 22px;
color: #666;
width: 48px;
line-height: 48px;
height: 48px;
text-align: center;
color: #fff;
background: #666;
position: relative;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-radius {
font-size: 24px;
width: 60px;
border-radius: 100%;
line-height: 60px;
position: relative;
height: 60px;
text-align: center;
color: #fff;
cursor: pointer;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-radius:after {
content: '';
position: absolute;
top: -2px;
left: -2px;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
padding: 2px;
z-index: -1;
pointer-events: none;
width: 100%;
height: 100%;
border-radius: 50%;
box-sizing: content-box;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
-o-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.icon-radius:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.icon-large {
font-size: 3em;
color: #666;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect {
position: relative;
display: block;
z-index: 1;
font-size: 1.2em;
color: #fff;
top: 4px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-medium-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2em;
color: #fff;
width: 64px;
height: 64px;
line-height: 64px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-large-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2.6em;
color: #fff;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after,
.icon-medium-effect:after,
.icon-large-effect:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.icon-effect-1 {
background-color: #fff;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
}
.gray-icon.icon-effect-1 {
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-1:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-1:after {
background: #444;
}
.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 {
color: #444;
}
.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
.icon-effect-2 {
background: #fff;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
}
.gray-icon.icon-effect-2 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-2:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-2:after {
background: #444;
}
.icon-effect-2:hover,
.service-box:hover .icon-effect-2,
.icon-effect-2.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-2 {
color: #fff;
}
.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.icon-effect-3 {
background: #fff;
}
.gray-icon.icon-effect-3 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
-webkit-animation: toRightFromLeft 0.4s forwards;
-moz-animation: toRightFromLeft 0.4s forwards;
animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
.icon-effect-4 {
background: #fff;
}
.gray-icon.icon-effect-4 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
-webkit-animation: toLeftFromRight 0.4s forwards;
-moz-animation: toLeftFromRight 0.4s forwards;
animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
.icon-effect-5 {
background: #fff;
}
.gray-icon.icon-effect-5 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
-webkit-animation: toTopFromBottom 0.4s forwards;
-moz-animation: toTopFromBottom 0.4s forwards;
animation: toTopFromBottom 0.4s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
.icon-effect-6 {
background: #fff;
}
.gray-icon.icon-effect-6 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
-webkit-animation: toBottomFromTop 0.4s forwards;
-moz-animation: toBottomFromTop 0.4s forwards;
animation: toBottomFromTop 0.4s forwards;
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
#portfolio {
padding-top: 80px;
padding-bottom: 80px;
}
.heading {
padding-bottom: 60px;
}
.heading .big-title {
font-size: 30px;
font-weight: 700;
padding-left: 15px;
float: left;
padding: 12px 15px;
}
.heading .filter-right {
float: right;
}
.controls li {
float: left;
border-radius: 4px;
cursor: pointer;
margin: 0px 5px;
text-transform: uppercase;
padding: 10px 15px;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-0-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.controls li:hover,
.controls li.active {
color: #fff;
}
#portfolio-list {
margin-top: 15px;
}
.portfolio-item {
padding-top: 15px;
padding-bottom: 15px;
}
.portfolio-img {
overflow: hidden;
display: block;
visibility: back;
position: relative;
}
.portfolio-img img {
zoom: 1;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-0-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.portfolio-img .overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
top: 0;
left: 0;
z-index: 999;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.portfolio-img .more {
position: absolute;
top: 50%;
left: 0;
right: 0;
cursor: pointer;
visibility: visible;
width: 48px;
height: 48px;
color: #fff;
font-size: 28px;
line-height: 48px;
margin: -20px auto;
opacity: 0;
z-index: 99;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.portfolio-img:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-0-transform: scale(1.4);
transform: scale(1.4);
}
.portfolio-img:hover .overlay {
opacity: 1;
visibility: visible;
}
.portfolio-img:hover .more {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
}
.portfolio-item-content {
padding: 20px !important;
position: relative;
background: #FAFAFA;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-0-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.portfolio-item-content .header {
font-size: 16px;
font-weight: 600;
color: #3A3A3A;
}
.portfolio-item-content .body {
line-height: 22px;
font-style: italic;
}
.portfolio-item-content .icon {
position: absolute;
top: 22px;
right: 20px;
}
.portfolio-item-content .icon i {
color: #fff;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 4px;
height: 40px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.portfolio-item:hover .portfolio-item-content .header,
.portfolio-item:hover .portfolio-item-content .body {
color: #fff;
}
.portfolio-item:hover .portfolio-item-content .icon i {
background: #fff;
}
#blog {
position: relative;
width: 100%;
overflow: hidden;
}
.blog-padding {
padding: 0;
overflow: hidden;
}
.blog-item {
overflow: hidden;
display: block;
position: relative;
}
.blog-item .blog-img:before {
content: '';
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.7);
height: 100%;
}
.blog-item .blog-content {
position: absolute;
top: 16%;
width: 100%;
height: 100%;
padding: 0px 40px;
}
.blog-item .blog-content h3 {
font-size: 17px;
padding-bottom: 5px;
-webkit-transition: all 900ms linear;
-moz-transition: all 900ms linear;
-o-transition: all 900ms linear;
-ms-transition: all 900ms linear;
transition: all 900ms linear;
}
.blog-item .blog-content .body {
color: #FFF;
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
margin-bottom: 18px;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-o-transition: all 400ms linear;
-ms-transition: all 400ms linear;
transition: all 400ms linear;
}
.tema-member {
text-align: center;
}
.tema-member .team-thumbnail {
display: block;
position: relative;
margin-bottom: 40px;
overflow: hidden;
}
.tema-member .team-thumbnail img {
width: 100%;
}
.tema-member .team-thumbnail .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
opacity: 0;
bottom: -1px;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tema-member .team-thumbnail .social-media {
position: absolute;
width: 100%;
margin: 0 auto;
text-align: center;
bottom: 0;
-webkit-transform: translateY(100%);
-moz-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tema-member .team-thumbnail .social-media a {
display: inline-block;
}
.tema-member .team-thumbnail .social-media a i {
font-size: 20px;
color: #fff;
width: 48px;
margin: -2px;
line-height: 48px;
height: 48px;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.tema-member .team-thumbnail .social-media a.facebook:hover i {
background: #507CBE;
}
.tema-member .team-thumbnail .social-media a.twitter:hover i {
background: #63CDF1;
}
.tema-member .team-thumbnail .social-media a.google:hover i {
background: #F16261;
}
.tema-member .team-thumbnail .social-media a.linkedin:hover i {
background: #90CADD;
}
.tema-member .info h4 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 10px;
}
.tema-member .info h5 {
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
letter-spacing: 2.5px;
}
.tema-member:hover .social-media {
-webkit-transform: translateY(-90%);
-moz-webkit-transform: translateY(-90%);
transform: translateY(-90%);
}
.tema-member:hover .overlay {
opacity: 1;
}
.team-2 {
background: #F9FAFC;
}
.team-2 .tema-member .overlay .info {
padding: 120px 20px;
opacity: 0;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.team-2 .tema-member .overlay .info h5 {
margin-bottom: 20px;
}
.team-2 .tema-member:hover .social-media {
-webkit-transform: translateY(-125%);
-moz-webkit-transform: translateY(-125%);
transform: translateY(-125%);
}
.team-2 .tema-member:hover .info {
opacity: 1;
margin-top: 12px;
}
.hex-icon {
position: relative;
width: 120px;
border-radius: 4px;
height: 70px;
margin: 32px auto 40px;
}
.hex-icon:before,
.hex-icon:after {
position: absolute;
width: inherit;
height: inherit;
border-radius: inherit;
background: inherit;
content: '';
margin-left: -1px;
}
.hex-icon:before {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
.hex-icon:after {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.counter-item {
margin: 30px 0;
}
.counter-item .icon {
text-align: center;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 1;
transition: color 0.25s ease 0s;
}
.counter-item .icon i {
font-size: 54px;
line-height: 64px;
}
.counter-item h5 {
text-align: center;
margin-bottom: 0px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
}
.timer {
font-size: 48px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 80px;
}
.counter {
padding: 80px 0;
background-image: url("../img/parallax/bg-01.jpg");
background-attachment: fixed;
background-position: 50% 0;
}
.parallax-mobile {
background-position: 50% 0px !important;
background-attachment: scroll !important;
}
.features .features-item {
padding: 30px 0;
}
.features .features-item .features {
margin-bottom: 60px;
}
.features .features-item .features .icon {
float: left;
}
.features .features-item .features .icon i {
z-index: 99;
}
.features .features-item .features-content {
margin-left: 80px;
}
.features .features-item .features-content h3 {
padding-bottom: 8px;
text-transform: uppercase;
}
.features .features-item .features:hover .icon-radius:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.client {
background: #f1f1f1;
}
.client-logo {
overflow: hidden;
}
.client-logo .dashed-line {
position: relative;
}
.client-logo .dashed-line:after,
.client-logo .dashed-line:before {
content: '';
position: absolute;
}
.client-logo .dashed-line:before {
border-left: 1px dashed #ddd;
height: 100%;
left: -1px;
top: 0;
}
.client-logo .dashed-line:after {
border-bottom: 1px dashed #ddd;
bottom: -1px;
height: 0;
left: 0;
top: auto;
width: 100%;
}
.client-item {
margin: 40px 0;
text-align: center;
}
.client-item a {
display: block;
}
.client-item img {
opacity: 0.5;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6 ease;
transition: all .6s ease;
}
.client-item img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: gray;
opacity: 1.0;
}
.clear {
clear: both;
}
.description {
padding-bottom: 30px;
}
.margin-60 {
margin-top: 30px;
margin-bottom: 30px;
}
.margin-top {
margin-top: 30px;
}
.hr1 {
height: 1px;
}
.hr2 {
height: 0;
border-bottom: 1px solid #eee;
}
.hr3 {
height: 0;
border-bottom: 1px dotted #eee;
}
.hr4 {
height: 0;
border-bottom: 1px dashed #eee;
}
.hr5 {
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.custom-carousel .item {
padding-right: 20px;
}
.custom-carousel.show-one-slide .item {
padding-right: 0;
}
.latest-posts-classic .post-row {
margin-bottom: 20px;
}
.latest-posts-classic .left-meta-post {
float: left;
text-align: center;
margin-right: 12px;
margin-bottom: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
overflow: hidden;
}
.latest-posts-classic .left-meta-post .post-date {
padding: 8px 0;
width: 42px;
background-color: #444;
color: #fff;
}
.latest-posts-classic .left-meta-post .post-date .day {
font-size: 20px;
font-weight: 700;
display: block;
letter-spacing: 1px;
}
.latest-posts-classic .left-meta-post .post-date .month {
display: block;
text-transform: uppercase;
line-height: 14px;
font-size: 11px;
letter-spacing: 1px;
}
.latest-posts-classic .left-meta-post .post-type i {
display: block;
height: 40px;
line-height: 39px;
width: 42px;
color: #fff;
font-size: 1.4em;
}
.latest-posts-classic .post-title {
margin-bottom: 5px;
}
.latest-posts-classic .post-title a {
color: #444;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.latest-posts-classic .read-more {
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.latest-posts-classic .read-more:hover {
color: #444;
}
.dropcap {
display: block;
float: left;
font-size: 40px;
line-height: 34px;
color: #444;
margin: 6px 8px 0 0;
}
.dropcap.border-dropcap {
border: 2px solid #444;
width: 46px;
height: 46px;
font-size: 28px;
font-weight: 500;
line-height: 42px;
text-align: center;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
margin: 8px 12px 0 0;
}
.dropcap.bg-dropcap {
background-color: #444;
color: #fff;
width: 48px;
height: 48px;
font-size: 28px;
font-weight: 500;
line-height: 48px;
text-align: center;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
margin: 8px 12px 0 0;
}
.dropcap.circle-dropcap {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.milestone-block {
display: inline-block;
margin-bottom: 25px;
margin-right: 50px;
}
.milestone-block:last-child {
margin-right: 0;
}
.milestone-block .milestone-icon {
float: left;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
margin-right: 9px;
margin-bottom: 4px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
position: relative;
}
.milestone-block .milestone-icon:after {
content: "";
display: block;
width: 8px;
height: 8px;
position: absolute;
top: 21px;
right: -2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.milestone-block .milestone-icon i {
font-size: 2em;
color: #fff;
}
.milestone-block .milestone-right {
float: left;
text-align: left;
}
.milestone-block .milestone-number {
font-size: 26px;
line-height: 28px;
font-weight: 500;
}
.milestone-block .milestone-text {
font-size: 18px;
color: #444;
}
.btn {
border: none;
font-weight: 400;
cursor: pointer;
display: inline-block;
color: #fff;
padding: 10px 12px;
text-transform: uppercase;
letter-spacing: 1px;
outline: none;
position: relative;
}
.btn:hover {
color: #fff;
}
.btn:focus,
.btn:active {
color: #FFF;
outline: none;
}
.btn-large {
color: #fff;
padding: 18px 22px;
margin: 15px 0px;
border: 1px solid transparent;
}
.btn-effect {
overflow: hidden;
}
.btn-effect:before {
left: auto;
right: 10px;
z-index: 2;
}
.btn-effect:before {
position: absolute;
height: 100%;
left: 0px;
top: 0px;
line-height: 3;
font-size: 140%;
width: 60px;
}
.btn-effect:after {
content: '';
position: absolute;
width: 30%;
height: 230%;
z-index: 1;
left: 0;
top: 0;
margin: -2px 0px 0px -22px;
-webkit-transform-origin: 0 0;
-webkit-transform: rotate(-20deg);
-moz-transform-origin: 0 0;
-moz-transform: rotate(-20deg);
-ms-transform-origin: 0 0;
-ms-transform: rotate(-20deg);
transform-origin: 0 0;
transform: rotate(-20deg);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-effect:hover:after {
width: 60%;
}
.btn-small {
padding: 10px 12px;
}
.btn-wite {
border: 1px solid #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-wite:hover {
background: rgba(255, 239, 250, 0.4);
border-color: rgba(255, 239, 250, 0.4);
}
.pn {
margin: 0 15px;
}
.alert-success p {
color: #468847;
}
.alert-info p {
color: #3a87ad;
}
.alert-warning p {
color: #c09853;
}
.alert-danger p {
color: #a94442;
}
.alert h4 {
margin-bottom: 10px;
}
.alert strong {
font-weight: 700;
}
ul.icons-list {
margin-bottom: 6px;
}
ul.icons-list li,
ul.list-unstyled li {
margin-bottom: 4px;
}
ul.icons-list li i {
font-size: 14px;
margin-right: 4px;
}
.classic-title {
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
font-weight: 400;
}
.classic-title span {
padding-bottom: 10px;
border-bottom: 1px solid;
font-weight: 400;
}
.big-title {
margin-bottom: 20px;
font-size: 30px;
}
.big-title h1,
.big-title h2 {
font-size: 26px;
line-height: 32px;
font-weight: 400;
}
.big-title h1 strong,
.big-title h2 strong {
font-weight: 400;
}
.big-title .title-desc {
font-size: 16px;
line-height: 22px;
color: #666;
}
.big-title h2 + .title-desc,
.big-title h1 + .title-desc {
margin-top: 4px;
}
footer {
background-color: #2D3E50;
padding-top: 20px;
color: #ccc;
}
footer p {
color: #ccc;
}
footer a {
color: #666;
}
.footer-widget {
margin-bottom: 45px;
}
.footer-widget h4 {
color: #eee;
text-transform: uppercase;
padding-bottom: 8px;
margin-bottom: 20px;
font-size: 14px;
font-weight: 600;
position: relative;
}
.footer-widget .head-line {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 50px;
height: 2px;
background-color: #fff;
margin: 0;
}
.recent-post {
overflow: hidden;
}
.recent-post .post {
float: left;
margin-bottom: 8px;
}
.recent-post .post a {
float: left;
width: 80px;
opacity: 0.6;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.recent-post .post a:hover {
opacity: 1;
}
.recent-post .post a img {
width: 100%;
height: 65px;
}
.recent-post .post .text {
padding-left: 92px;
color: #fff;
}
.recent-post .post .text span {
font-size: 12px;
color: #627282;
}
.tags li {
display: inline-block;
margin-left: 3px;
margin-bottom: 18px;
}
.tags li a {
background: #22323F;
color: #fff;
border-radius: 4px;
text-decoration: none;
padding: 7px 14px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.flickr-widget ul {
overflow: hidden;
}
.flickr-widget ul li {
float: left;
margin-left: 3px;
margin-bottom: 3px;
}
.flickr-widget ul li a {
display: inline-block;
width: 80px;
opacity: 0.6;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.flickr-widget ul li a img {
width: 100%;
height: 65px;
}
.flickr-widget ul li a:hover {
opacity: 1;
}
.copyright-section {
padding: 15px 0;
background: #172029;
font-size: 11px;
color: #ccc;
letter-spacing: 0.5px;
}
.copyright-section p {
font-size: 12px;
color: #ccc;
}
.copyright-section p a {
color: #6d7780;
}
.copyright-section p a:hover {
color: #fff;
}
.copyright-section ul.footer-nav {
float: right;
}
.copyright-section ul.footer-nav li {
display: inline-block;
float: left;
margin-left: 5px;
}
.copyright-section ul.footer-nav li a {
display: inline-block;
text-decoration: none;
color: #6D7780;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.copyright-section ul.footer-nav li a:hover {
color: #fff;
}
.copyright-section ul.footer-nav li:first-child {
margin-left: 0;
}
.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
}
.back-to-top i {
display: block;
width: 36px;
height: 36px;
line-height: 36px;
color: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
text-align: center;
background-color: #444;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.error-page {
text-align: center;
padding: 40px 0;
}
.error-page p {
font-size: 18px;
line-height: 28px;
color: #666;
margin-bottom: 25px;
}
.error-page h1 {
font-size: 300px;
margin: 130px 0px;
}
.error-page .btn {
margin-top: 80px;
}
/*
* Nivo Lightbox v1.0
* http://dev7studios.com/nivo-lightbox
*
* Copyright 2013, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99999999;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav {
display: none;
}
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image {
text-align: center;
}
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
}
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
background: #666;
background: rgba(0, 0, 0, 0.8);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
background: url(../img/lightbox/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
opacity: 1;
background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(../img/lightbox/prev.png);
border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
-o-border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(../img/lightbox/next.png);
border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-o-border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(../img/lightbox/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
background-image: url(../img/lightbox/loading@2x.gif);
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(../img/lightbox/prev@2x.png);
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(../img/lightbox/next@2x.png);
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
background-image: url(../img/lightbox/close@2x.png);
background-size: 16px 16px;
}
}
#bar {
width: 0%;
max-width: 100%;
height: 4px;
background: #444;
filter: alpha(opacity=50);
/*IE7 fix*/
opacity: 0.5;
}
#progressBar {
position: absolute;
top: 0;
z-index: 99;
width: 100%;
}
.switcher-box {
width: 236px;
position: fixed;
left: -236px;
top: 160px;
z-index: 999999999;
background-color: #fff;
display: block !important;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.switcher-box h4 {
display: block;
margin: 0px 20px;
line-height: 42px;
font-size: 14px;
font-weight: 700;
border-bottom: 1px dotted #eee;
background-color: #fff;
margin-bottom: 10px;
}
.switcher-box span {
display: block;
padding: 5px 20px;
text-align: left;
}
.switcher-box .colors-list {
padding: 0 18px 0 18px;
margin-bottom: 8px;
line-height: 20px;
}
.switcher-box .colors-list li {
display: inline-block;
margin-right: 2px;
}
.switcher-box .colors-list li a {
display: block;
width: 24px;
height: 24px;
border-radius: 3px;
cursor: pointer;
}
.switcher-box .colors-list li a.blue {
background-color: #0a9fd8;
}
.switcher-box .colors-list li a.cyan {
background-color: #27bebe;
}
.switcher-box .colors-list li a.jade {
background-color: #0bb586;
}
.switcher-box .colors-list li a.red {
background-color: #ee3733;
}
.switcher-box .colors-list li a.peach {
background-color: #f49237;
}
.switcher-box .colors-list li a.sky-blue {
background-color: #38cbcb;
}
.switcher-box .colors-list li a.yellow {
background-color: #f8ba01;
}
.switcher-box .colors-list li a.green {
background-color: #94c523;
}
.switcher-box .colors-list li a.orange {
background-color: #f36510;
}
.switcher-box .colors-list li a.pink {
background-color: #f1505b;
}
.switcher-box .colors-list li a.purple {
background-color: #6a3da3;
}
.switcher-box .colors-list li a.beige {
background-color: #fdb655;
}
.switcher-box .layout-style,
.switcher-box .topbar-style {
width: 172px;
padding: 6px 9px;
outline: none;
display: block;
background: #fff;
border-radius: 3px;
padding: 4px 6px;
color: #666;
cursor: pointer;
border-radius: 2px;
font-size: 12px;
margin: 0 0 12px 20px;
border: 1px solid #ddd;
}
.switcher-box .bg-list {
padding: 0 18px 0 18px;
margin-bottom: 18px;
}
.switcher-box .bg-list li {
display: inline-block;
margin-right: 2px;
}
.switcher-box .bg-list li a {
display: block;
border-radius: 3px;
width: 20px;
height: 20px;
}
.switcher-box .bg-list li a.bg1 {
background: url(../img/patterns/1.png) repeat;
}
.switcher-box .bg-list li a.bg2 {
background: url(../img/patterns/2.png) repeat;
}
.switcher-box .bg-list li a.bg3 {
background: url(../img/patterns/3.png) repeat;
}
.switcher-box .bg-list li a.bg4 {
background: url(../img/patterns/4.png) repeat;
}
.switcher-box .bg-list li a.bg5 {
background: url(../img/patterns/5.png) repeat;
}
.switcher-box .bg-list li a.bg6 {
background: url(../img/patterns/6.png) repeat;
}
.switcher-box .bg-list li a.bg7 {
background: url(../img/patterns/7.png) repeat;
}
.switcher-box .bg-list li a.bg8 {
background: url(../img/patterns/8.png) repeat;
}
.switcher-box .bg-list li a.bg9 {
background: url(../img/patterns/9.png) repeat;
}
.switcher-box .bg-list li a.bg10 {
background: url(../img/patterns/10.png) repeat;
}
.switcher-box .bg-list li a.bg11 {
background: url(../img/patterns/11.png) repeat;
}
.switcher-box .bg-list li a.bg12 {
background: url(../img/patterns/12.png) repeat;
}
.switcher-box .bg-list li a.bg13 {
background: url(../img/patterns/13.png) repeat;
}
.switcher-box .bg-list li a.bg14 {
background: url(../img/patterns/14.png) repeat;
}
.switcher-box .open-switcher {
width: 42px;
height: 42px;
display: block;
position: absolute;
cursor: pointer;
top: 0;
left: 100%;
border-radius: 0 2px 2px 0;
background: #101215;
}
.switcher-box .open-switcher i {
text-align: center;
padding-top: 7px;
display: block;
}
.iframe {
border: none;
}
.services-2 {
position: relative;
text-align: center;
margin: 0px 0px 30px 0px;
}
.services-2-icon {
display: inline-block;
width: 100%;
display: table;
}
.services-2-icon i {
width: 60px;
height: 60px;
line-height: 60px;
margin: 0px auto;
position: relative;
display: inline-block;
margin-right: 15px;
border-radius: 50%;
float: left;
text-align: center;
font-size: 26px;
background: #E93735;
color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.services-2:hover .services-2-icon i {
display: block;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.services-2-text {
margin-left: 75px;
overflow: hidden;
}
.services-2-icon h4 {
color: #404449;
font-size: 16px;
font-weight: 400;
margin: 15px 0px 0px 0px;
text-align: left;
display: table-cell;
padding: 0px;
vertical-align: middle;
width: 100%;
}
.services-2 p {
color: #ACB2B8;
margin: 0px 0px 0px 0px;
text-align: left;
}
.services-3 {
position: relative;
text-align: center;
margin: 0px 0px 30px 0px;
}
.services-3-icon {
display: inline-block;
width: 100%;
display: table;
}
.services-3-icon i {
width: 60px;
height: 60px;
line-height: 60px;
margin: 0px auto;
position: relative;
display: inline-block;
margin-left: 15px;
border-radius: 50%;
float: left;
text-align: center;
font-size: 26px;
color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.services-3:hover .services-3-icon i {
display: block;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.services-3-text {
margin-right: 75px;
overflow: hidden;
}
.services-3-icon h4 {
font-family: 'Open Sans', sans-serif;
color: #404449;
font-size: 16px;
font-weight: 600;
margin: 0px 0px 15px 0px;
text-align: right;
display: table-cell;
padding: 0px;
vertical-align: middle;
width: 100%;
}
.services-3 p {
color: #ACB2B8;
margin: 0px 0px 0px 0px;
text-align: right;
}
.purchase {
background-image: url("../img/parallax/bg-02.jpg");
padding: 20px 0;
background-attachment: fixed;
background-position: 50% 0;
}
.navbar-collapse {
max-height: 340px;
}
img.m-left {
float: left;
width: 144px;
height: 144px;
margin: 0px 25px 40px 0px;
}
.panel-default {
border: none;
box-shadow: none;
border-bottom: 1px solid #f1f1f1;
}
.panel-default .panel-heading {
padding: 0;
background-color: transparent;
}
.panel-default .panel-heading .panel-title {
font-size: 13px;
font-weight: 600;
}
.panel-default .panel-heading .panel-title a {
position: relative;
display: block;
padding: 6px 12px;
background-color: #fff;
box-shadow: none;
outline: none;
-o-box-shadow: none;
text-decoration: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.panel-default .panel-heading a.collapsed {
color: #444;
}
.panel-title a .control-icon {
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.panel-title a.collapsed .control-icon {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.panel-title a i {
font-size: 1.2em;
padding-right: 5px;
}
.panel-body {
padding: 4px 15px 10px 15px;
}
.skill p {
margin-bottom: 10px;
font-weight: 600;
}
.progress {
overflow: visible;
height: 22px;
margin-bottom: 20px;
background-color: #FAFAFA;
border: 1px solid #E2E2E2;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar {
float: left;
height: 100%;
font-size: 12px;
color: #ffffff;
border: 1px solid #fff;
text-align: center;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
position: relative;
}
.social-link a {
display: inline-block;
margin-right: 5px;
}
.social-link a i {
text-align: center;
color: #aaa;
font-size: 18px;
border: 1px solid #e1e1e1;
border-radius: 4px;
height: 38px;
line-height: 36px;
width: 38px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.social-link .twitter:hover i {
color: #00BAFF;
}
.social-link .facebook:hover i {
color: #5192CC;
}
.social-link .google:hover i {
color: #ED523D;
}
.social-link .linkedin:hover i {
color: #1985BC;
}
.social-link .youtube:hover i {
color: #D42424;
}
.post-title {
font-size: 22px;
font-weight: 400;
margin-bottom: 15px;
text-transform: uppercase;
}
.blog-post {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px dotted #eee;
}
.blog-post .post-content {
float: none;
width: 100%;
clear: both;
padding: 25px 0;
}
.blog-post .post-content .meta {
font-size: 13px;
font-style: italic;
margin-bottom: 17px;
padding-bottom: 11px;
border-bottom: 1px dotted #eee;
}
.blog-post .post-content .meta .meta-part {
display: inline-block;
margin-bottom: 10px;
margin-right: 25px;
}
.blog-post .post-content .meta .meta-part a {
color: #999;
}
.blog-post .share {
display: inline-block;
width: 100%;
position: relative;
margin-top: 15px;
}
.blog-post .share span {
margin-right: 10px;
font-size: 16px;
}
.quote-post .feature-inner {
padding: 30px;
border-radius: 4px;
border-left: 3px solid #333 !important;
margin-bottom: 25px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.quote-post .feature-inner p {
color: #fff;
font-size: 26px;
line-height: 38px;
}
.quote-post .feature-inner .name {
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 38px;
font-style: italic;
}
.quote-post .feature-inner:hover {
background: #444;
}
.blog-post .post-format {
position: absolute;
left: 50%;
z-index: 999;
}
.blog-post .post-format span a {
background: #fff;
border-radius: 4px;
display: block;
height: 40px;
width: 40px;
line-height: 40px;
margin-top: -20px;
text-align: center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: translateX(-50%) rotate(45deg);
z-index: 1;
}
.blog-post .post-format span a i {
display: block;
line-height: 40px;
font-size: 18px;
position: relative;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.blog-post .post-type i {
font-size: 1.2em;
color: #fff;
}
#pagination span,
#pagination a {
display: inline-block;
text-align: center;
height: 34px;
width: 34px;
color: #666;
line-height: 33px;
border: 1px solid #eee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#pagination span.current {
color: #fff;
}
#pagination a:hover {
border-color: #ddd;
}
#pagination .all-pages,
#pagination .next-page {
width: auto;
padding: 0 14px;
}
.widget-title {
font-size: 15px;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 20px;
text-transform: uppercase;
word-spacing: 1px;
}
.right-sidebar {
padding-left: 20px;
}
#sidebar {
margin-bottom: 30px;
}
#sidebar .widget {
border-bottom: 1px solid #eee;
margin-bottom: 22px;
padding-bottom: 30px;
}
#sidebar .widget:last-child {
border-bottom: none;
}
#sidebar .cat-list li {
border-bottom: 1px dotted #eee;
padding: 7px 0;
}
#sidebar .cat-list li a {
text-decoration: none;
margin-right: 10px;
color: #666;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .cat-list li a:hover {
color: #aaa;
}
#sidebar .cat-list li .num-posts {
color: #aaa;
float: right;
font-size: 12px;
}
#sidebar .cat-list li:last-child {
border: none;
}
#sidebar .posts-list li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px dotted #eee;
}
#sidebar .posts-list li:last-child {
margin: 0;
padding: 0;
border: none;
}
#sidebar .posts-list .widget-thumb {
float: left;
}
#sidebar .posts-list .widget-thumb img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}
#sidebar .posts-list .widget-content a {
text-transform: uppercase;
font-weight: 400;
color: #666;
}
#sidebar .posts-list .widget-content span {
color: #999;
font-size: 12px;
display: block;
margin: 3px 0;
}
#sidebar .tag a {
display: inline-block;
color: #666;
font-size: 12px;
padding: 7px 14px;
background: #eee;
margin: 4px 2px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
padding-right: 5px;
}
#sidebar .tag a:hover {
color: #fff;
}
.accordion .panel-title a {
display: block;
background: #fff;
border: 1px solid #e5e5e5;
font-size: 15px;
font-weight: 400;
cursor: pointer;
padding: 12px 15px 11px;
box-shadow: none;
position: relative;
text-transform: uppercase;
}
.accordion .cat-menu-list li {
border-bottom: 1px dotted #e5e5e5;
padding: 7px 0;
}
.accordion .cat-menu-list li a {
color: #666;
}
.accordion .cat-menu-list li a:hover {
color: #aaa;
}
.accordion .cat-menu-list li:last-child {
border-bottom: none;
}
.accordion .panel-default {
box-shadow: none;
border: none;
}
.accordion .panel-title a .control-icon {
position: absolute;
top: 50%;
right: 10px;
margin-top: -11px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.accordion .panel-title a.collapsed .control-icon {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.accordion .panel-title a i {
font-size: 1.2em;
padding-right: 5px;
}
.accordion .panel-body {
padding: 4px 15px 10px 15px;
border: 1px solid #e1e1e1;
border-top: none;
}
.relate-slider {
text-align: center;
}
.relate-slider .portfolio-details {
margin-top: 20px;
}
.relate-slider .portfolio-details h4 {
color: #666;
font-weight: 400;
}
.widget-search input[type="search"] {
position: relative;
margin: 0;
float: left;
height: 37px;
line-height: 37px;
width: 85%;
border-right: none;
border-radius: 2px 0 0 2px;
-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
-o-border-radius: 2px 0 0 2px;
}
.widget-search .search-btn {
display: inline-block;
width: 38px;
position: absolute;
height: 37px;
border: none;
color: #fff;
font-size: 1.2em;
line-height: 36px;
text-align: center;
border-radius: 0 2px 2px 0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
-o-border-radius: 0 2px 2px 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.widget-search .search-btn:hover {
background-color: #444;
}
.relate-slider .owl-controls .owl-buttons {
position: absolute;
top: -18px;
right: 2px;
}
.relate-slider .owl-controls .owl-buttons div {
height: 22px;
width: 22px;
line-height: 22px;
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
margin-left: 4px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
border: 1px solid #ccc;
}
.relate-slider .owl-controls .owl-buttons div i {
font-size: 1.2em;
color: #ccc;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.single-gallery p {
margin-bottom: 20px;
}
blockquote {
position: relative;
border-left-color: transparent;
}
blockquote i {
font-size: 32px;
position: absolute;
margin-top: 10px;
}
blockquote .quote-text {
color: #666;
font-size: 18px;
line-height: 32px;
display: block;
font-style: italic;
font-weight: 400;
padding-left: 45px;
}
.thumb-overlay {
position: absolute;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
top: 0;
left: 0;
z-index: 998;
bottom: -1px;
right: 0;
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.thumb-overlay i {
position: absolute;
top: 46%;
left: 0;
right: 0;
cursor: pointer;
visibility: visible;
width: 48px;
height: 48px;
color: #fff;
font-size: 28px;
line-height: 48px;
margin: -20px auto;
opacity: 0;
z-index: 99;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.thumb-overlay:hover {
opacity: 1;
visibility: visible;
}
.thumb-overlay:hover i {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
}
.post-tags-list {
padding-top: 6px;
}
.post-tags-list a {
display: inline-block;
color: #666;
font-size: 12px;
padding: 2px 8px;
background: #eee;
margin-bottom: 4px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.post-tags-list a:hover {
color: #fff;
}
.comments-title {
font-weight: 400;
font-size: 14px;
margin-bottom: 20px;
}
#comments .comments-list {
padding: 0;
margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
background: #Fefefe;
margin-bottom: 20px;
border-radius: 4px;
padding: 22px;
border: 1px solid #e5e5e5;
}
#comments .comments-list li ul {
padding-left: 80px;
}
#comments .avatar {
padding: 5px;
background: #fff;
width: 80px;
float: left;
border-radius: 50%;
height: 80px;
position: relative;
border: 1px solid #ddd;
}
#comments .avatar img {
border-radius: 50%;
}
#comments .avatar:before {
content: " ";
width: 0px;
height: 0px;
transform: rotate(-7deg);
position: absolute;
top: 24px;
right: -19px;
border-style: solid;
border-width: 10px;
border-color: #E5E5E5 transparent transparent #E5E5E5;
}
#comments .comment-content {
padding-left: 105px;
}
#comments .comment-content .comment-meta {
margin-bottom: 5px;
}
#comments .comment-content .comment-by {
font-size: 16px;
font-weight: 400;
line-height: 33px;
text-transform: uppercase;
}
#comments .comment-content .comment-by:hover {
color: #444;
}
#comments .comment-content .comment-date {
color: #444;
}
.reply-link {
padding: 4px 16px 5px;
background: #fff;
border: 1px solid #ddd;
color: #aaa;
border-radius: 4px;
display: inline-block;
font-size: 12px;
margin: 10px 3px 0 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.respond-title {
font-weight: 400;
padding: 15px 0;
font-size: 14px;
border-top: 1px dotted #EEE;
}
.project-content h4 {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.project-content h4 span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.project-content p {
margin-bottom: 30px;
}
.project-content .share {
margin-top: 20px;
font-size: 14px;
}
.project-content .share span {
margin-right: 10px;
}
.project {
margin-top: 20px;
}
.recent-projects h4.title {
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.recent-projects h4.title span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.projects-carousel {
width: 1150px !important;
}
.projects-carousel .item {
margin-right: 15px;
margin-bottom: 0;
}
.main-desc {
margin-bottom: 30px;
}
.main-desc p {
font-size: 26px;
font-weight: 400;
line-height: 36px;
}
.service-icon-left-more {
text-align: center;
}
.service-icon-left-more .service-icon {
float: none;
}
.service-icon-left-more .service-content {
padding: 25px;
}
.service-icon-left-more:hover i {
color: #ee3733;
}
.recent-projects i.more {
border-radius: 50% !important;
font-size: 14px ;
}
.portfolio-border {
padding: 3px;
border: 1px solid #f1f1f1;
}
.portfolio-border .portfolio-details {
background: #f1f1f1;
padding: 10px;
}
.portfolio-border .portfolio-details h4 {
color: #444;
margin-top: 8px;
}
.portfolio-border:hover .overlay {
opacity: 1;
visibility: visible;
}
.portfolio-border:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-0-transform: scale(1.4);
transform: scale(1.4);
}
.portfolio-border:hover .more {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-0-transform: scale(1);
transform: scale(1);
}
.service-circle {
text-align: center;
}
.service-circle .service-icon {
float: none;
}
.service-circle .service-icon i {
background: #FBFBFB;
font-size: 24px;
width: 64px;
line-height: 64px;
height: 64px;
border-radius: 50%;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.service-circle .service-content {
text-align: center;
padding: 18px;
}
.icon-large-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2.6em;
color: #fff;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after,
.icon-large-effect:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.title1 {
font-size: 24px;
font-weight: 400;
margin: 0 0 13px;
}
.title1 i {
font-size: 24px;
padding-right: 5px;
}
.upper {
text-transform: uppercase;
}
.form-control {
height: 40px;
}
.form-control,
textarea {
background: #FFF;
border: 1px solid #DDD;
font-size: 13px;
outline: medium none;
color: #324545;
margin: 15px 0;
padding: 10px 12px;
box-shadow: none;
}
.form-control:focus,
textarea:focus {
box-shadow: none;
}
.contact-form select {
padding: 9px;
}
.contact-form .orderby {
position: relative;
}
.contact-form .orderby select {
width: 100%;
border: 1px solid #DDD;
border-radius: 4px;
outline: none;
color: #324545;
margin: 15px 0;
padding: 10px 12px;
height: 40px;
}
.contact-form .orderby:before {
content: "\f107";
font-family: FontAwesome;
display: block;
position: absolute;
line-height: 40px;
top: 15px;
background: #FFF none repeat scroll 0% 0%;
right: 1px;
width: 40px;
max-height: 40px;
text-align: center;
pointer-events: none;
font-size: 16px;
height: 100%;
border-left: 1px solid #DDD;
border-top: 1px solid #DDD;
border-bottom: 1px solid #ddd;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.information {
margin-top: 15px;
}
.contact-datails {
margin-bottom: 34px;
min-height: 75px;
position: relative;
}
.contact-datails .info {
padding-left: 90px;
}
.contact-datails .info h3 {
font-size: 16px;
display: block;
margin-bottom: 8px;
text-transform: uppercase;
}
.contact-datails .info .datail {
display: block;
}
.title-banner {
position: relative;
padding: 40px;
color: #fff;
}
.title-banner h2 {
font-size: 30px;
}
#google-map,
body,
html {
padding: 0;
height: 400px;
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor: url(../images/icons/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x: 50%;
-webkit-perspective-origin-y: 50%;
-moz-perspective: 1200px;
-moz-perspective-origin-x: 50%;
-moz-perspective-origin-y: 50%;
perspective: 1200px;
}
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
0% {
opacity: 1;
}
}
@-moz-keyframes empty {
0% {
opacity: 1;
}
}
@keyframes empty {
0% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
25% {
opacity: .5;
transform: translateZ(-500px);
}
75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
0%,
25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
0%,
25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
0%,
25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
75% {
opacity: .5;
transform: translateZ(-500px);
}
100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
to {
opacity: 0;
-webkit-transform: scale(0.8);
}
}
@-moz-keyframes scaleToFade {
to {
opacity: 0;
-moz-transform: scale(0.8);
}
}
@keyframes scaleToFade {
to {
opacity: 0;
transform: scale(0.8);
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
from {
transform: translateY(-100%);
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
from {
opacity: 0;
transform: scale(1.5);
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
to {
opacity: 0;
transform: scale(1.5);
}
}
.owl-theme .owl-controls {
text-align: center;
}
.touch-slider .owl-controls .owl-buttons div {
position: absolute;
top: 50%;
height: 40px;
width: 40px;
line-height: 45px;
display: inline-block;
zoom: 1;
opacity: 0;
*display: inline;
/*IE7 life-saver */
background: #fff;
filter: alpha(opacity=60);
/*IE7 fix*/
margin-top: -30px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-buttons div {
filter: alpha(opacity=100);
/*IE7 fix*/
opacity: 1;
}
.touch-slider .owl-controls .owl-buttons div.owl-prev {
left: 0;
}
.touch-slider:hover .owl-controls .owl-buttons div.owl-prev {
margin-left: 15px;
}
.touch-slider .owl-controls .owl-buttons div.owl-next {
right: 0;
}
.touch-slider:hover .owl-controls .owl-buttons div.owl-next {
margin-right: 15px;
}
.touch-slider .owl-controls .owl-buttons div i {
font-size: 1.8em;
}
.touch-carousel .owl-controls .owl-buttons {
position: absolute;
top: -50px;
right: 2px;
}
.touch-carousel.projects-carousel .owl-controls .owl-buttons {
right: 12px;
}
.projects-carousel .owl-controls .owl-buttons {
right: 9px;
}
.owl-pagination {
position: absolute;
width: 100%;
left: 0;
bottom: 5px;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 2px 4px;
filter: alpha(opacity=50);
/*IE7 fix*/
opacity: 1;
border-radius: 50%;
background: #fff;
border: 3px solid #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
filter: alpha(opacity=100);
/*IE7 fix*/
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
.touch-carousel .owl-controls .owl-buttons {
position: absolute;
top: -50px;
right: 2px;
display: none;
}
.touch-carousel.projects-carousel .owl-controls .owl-buttons {
right: 12px;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons {
position: relative;
top: 0;
right: 0;
}
.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
top: -8px;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
background-color: #f2f2f2;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
color: #666;
}
.touch-carousel.navigation-3 {
padding-top: 45px;
}
.touch-carousel.navigation-3.clients-carousel {
padding-top: 25px;
}
.touch-carousel.navigation-3 .owl-controls .owl-buttons {
position: absolute;
top: 0;
right: 0;
width: 100%;
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
}
.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
right: 9px;
}
.touch-carousel .owl-controls .owl-buttons div,
.testimonials-carousel .owl-controls .owl-buttons div {
height: 22px;
width: 22px;
line-height: 22px;
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
margin-left: 4px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
border: 1px solid #ccc;
}
.touch-carousel .owl-controls .owl-buttons div i,
.testimonials-carousel .owl-controls .owl-buttons div i {
font-size: 1.2em;
color: #ccc;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.tab-title {
margin-bottom: 20px;
font-size: 22px;
}
.nav-tabs > li > a {
margin-right: 0;
border: 1px solid #e5e5e5;
color: #666;
margin-right: -1px;
border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
background: #fff;
}
.tab-content {
border: 1px solid #e5e5e5;
border-top: none;
padding: 12px 16px;
}
.tab-content p {
margin-bottom: 15px;
}
.tab-content p:last-child {
margin-bottom: 0;
}
.tabs-2 .nav-tabs > li > a:hover {
color: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tabs-2 .nav-tabs > li.active > a,
.tabs-2 .nav-tabs > li.active > a:focus,
.tabs-2 .nav-tabs > li.active > a:hover {
color: #fff;
}
.tabs-2 .tab-content {
border: 1px solid #e5e5e5;
border-top: none;
padding: 12px 16px;
}
.vertical {
border: 1px solid #e5e5e5;
}
.vertical .nav-tabs {
float: left;
width: 20%;
clear: none;
margin-left: -1px;
margin-top: -1px;
}
.vertical .nav-tabs li {
float: none;
}
.vertical .nav-tabs li a {
border: 1px solid #e5e5e5;
color: #666;
margin-right: -1px;
border-radius: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:focus {
background: #fff;
border-color: #ddd transparent #ddd #ddd;
}
.vertical .tab-content {
clear: none;
border: none;
border-top: none;
margin-left: 227px;
border-left: 1px solid #e5e5e5;
}
.medium-spacer .small-title {
margin-bottom: 15px 0;
}
.buttons .btn {
margin: 5px 0;
}
.pr-10 {
padding-right: 10px;
}
.pl-10 {
padding-left: 10px;
}
.btn-default {
background-color: #E84C3D;
color: #fff !important;
border-color: #CD3C2E;
}
.btn-default:hover {
background-color: #CD3C2E;
}
.btn-sm {
padding: 8px;
font-size: 12px;
min-width: 105px;
}
.alert-info {
color: #1a4e68;
background-color: #c6e8fa;
}
.alert {
margin: 20px 0px;
border-radius: 0px;
position: relative;
padding-left: 70px;
overflow: hidden;
z-index: 1;
border: none;
}
.alert:before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 50px;
height: 101%;
background-color: rgba(0, 0, 0, 0.25);
z-index: 2;
}
.alert strong {
font-weight: bold;
}
.btn-white {
background-color: transparent;
color: #cd3c2e;
border: 1px solid #e84c3d;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
color: #ffffff;
background-color: #cd3c2e;
border-color: #cd3c2e;
}
.btn-light-gray {
color: #333;
background-color: #fafafa;
border-color: #f3f3f3;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
color: #ffffff;
background-color: #E84C3D;
border-color: #E84C3D;
}
.btn-gray {
color: #ffffff;
background-color: #666;
border: #666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
color: #ffffff;
background-color: #E84C3D;
border-color: #E84C3D;
}
.btn-dark {
color: #f1f1f1;
background-color: #333;
border-color: #333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
color: #ffffff;
background-color: #666;
border-color: #666;
}
.call-action-boxed {
padding: 30px 40px;
margin-top: 60px;
}
.call-action.no-descripton h2.primary {
margin-top: 25px;
}
.call-action h2.primary {
font-weight: 400;
margin-top: 25px;
font-size: 22px;
line-height: 28px;
}
.call-action h2.primary strong {
font-weight: 700;
}
.call-action p {
font-size: 14px;
margin-bottom: 0;
}
.call-action h2 + p {
margin-top: 4px;
}
.call-action .button-side {
float: right;
}
.call-action-style1 {
margin-bottom: 60px;
border: 1px solid #E8E8E8;
background: #f1f1f1;
}
.call-action-style2 {
background: #f2f2f2;
}
.call-action-style3 {
background: #444;
}
.call-action-style3 h2.primary {
color: #fff;
margin-top: 25px;
}
.call-action-style3 p {
color: #bbb;
}
.testimonials {
background: #F9FAFC;
padding: 80px 0;
}
.testimonial-item {
height: 210px;
margin: 0px 15px;
}
.testimonial-item .img {
padding: 5px;
background: #FFF;
width: 80px;
float: left;
border-radius: 50%;
height: 80px;
position: relative;
border: 1px solid #DDD;
}
.testimonial-item .img img {
border-radius: 50%;
}
.testimonial-item .datils {
background: #F1F1F1;
padding: 20px;
width: 80%;
float: right;
border: 1px solid #e5e5e5;
position: relative;
}
.testimonial-item .datils h5 {
font-weight: 400;
font-size: 18px;
margin-bottom: 12px;
}
.testimonial-item .datils:before {
content: "";
position: absolute;
width: 14px;
left: -32px;
top: 24px;
border-width: 16px;
border-style: solid;
border-color: transparent #F1F1F1 transparent transparent;
}
.testimonial-item .owl-pagination {
position: absolute;
width: 100%;
left: 0px;
bottom: -15px;
}
.testimonial-2 {
padding: 80px 0;
}
.testimonial-2 .owl-pagination {
position: absolute;
width: 100%;
left: 0px;
bottom: -15px;
}
.testimonial-item-2 {
height: 110px;
margin: 0px 15px;
}
.testimonial-item-2 .img {
padding: 5px;
background: #FFF;
width: 80px;
border-radius: 50%;
float: left;
height: 80px;
position: relative;
border: 1px solid #DDD;
}
.testimonial-item-2 .img img {
border-radius: 50%;
}
.testimonial-item-2 .datils {
width: 80%;
float: right;
position: relative;
}
.testimonial-item-2 .datils h5 {
font-weight: 400;
font-size: 18px;
margin-bottom: 12px;
}
.testimonial-item-2 .owl-pagination {
bottom: -15px;
}
.pricing-tables {
padding: 25px 0;
text-align: center;
}
.pricing-tables .pricing-table {
border: 1px solid #eee;
text-align: center;
position: relative;
background-color: #fff;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.pricing-tables .pricing-table .plan-name {
padding: 40px 0;
border-bottom: 1px solid #eee;
}
.pricing-tables .pricing-table .plan-name h3 {
font-weight: 700;
font-size: 24px;
color: #fff;
text-transform: uppercase;
}
.pricing-tables .pricing-table .plan-price {
padding: 25px 0;
}
.pricing-tables .pricing-table .price-value {
font-size: 38px;
line-height: 40px;
font-weight: 700;
color: #666;
}
.pricing-tables .pricing-table .price-value span {
font-size: 18px;
font-weight: 400;
line-height: 18px;
}
.pricing-tables .pricing-table .interval {
line-height: 14px;
}
.pricing-tables .pricing-table .plan-list {
padding: 0px 15px;
}
.pricing-tables .pricing-table .plan-list li {
padding: 8px;
font-size: 12px;
border-bottom: 1px dotted #eee;
}
.pricing-tables .pricing-table .plan-list li:first-child {
border-top: 1px dotted #eee;
}
.pricing-tables .pricing-table:hover {
z-index: 2;
top: -3px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pricing-tables .plan-signup {
padding: 30px 0;
}
.highlight-plan {
margin: -15px 0;
margin-right: -1px;
z-index: 1;
}
.highlight-plan .plan-name {
padding: 25px 0;
}
.highlight-plan .plan-signup {
padding: 30px 0;
}
/*customized*/
.add-margin-20{
margin-top: 20px;
}
.add-margin-10{
margin-top: 10px;
}
.vision{
padding-top: 5px;
}
.vision img{
width: 200px;
}
.vision-bg{
background-color:#dcdcdc ;
}
.quote{
}
@media screen and (min-width: 600px)and (max-width: 3000px) {
.nav-logo{
margin-top: -20px;
}
}
.fixed-col-height{
height: 100px;
}
/*Custom changes*/
.remove-margin-top{
margin-top: 0px;
}
.remove-margin{
margin: 0;
}
.remove-margin-bottom{
margin-bottom: 0px;
}
.add-bottom-20{
margin-bottom: 20px;
}
.add-padding-top-60{
padding-top: 60px ;
}
.content-back{
background-color: rgb(16, 18, 21);
color:rgb(235, 233, 236);
}
.content-back p{
color: #d8dae0 !important;
}
.footer-widget img{
width: 250px;
} | 0.362631 | 0.075517 |
a,.btn,p,h1,h2,h3,h4,h5,h6{
font-family: 'Muli', sans-serif;
}
img{
width: auto;
max-width: 100%;
}
button#play_button {
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(128, 100, 202,0.9);
border: medium none;
border-radius: 100%;
padding: 0rem;
position: absolute;
top: 50%;
right: 58%;
z-index: 9;
}
button#play_button i {
color: #fff;
font-size: 30px;
line-height: 30px;
padding: 15px;
background-color: rgba(87, 33, 250,0.6);
border-radius: 100%;
}
button#play_button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 70px;
height: 70px;
background: #5e27f0;
border-radius: 50%;
z-index: -1;
animation: pulse-border 1500ms ease-out infinite;
}
@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;
}
}
.home-page {
background-color: #fff;
font-family: 'Muli', sans-serif;
}
.home-page p:empty {
display: none;
}
.banner-section {
margin-top: 75px;
}
.banner-section .carousel.slide {
margin: 0 auto;
margin-top: 60px;
}
.carousel-item img {
width: 100%;
height: 100%;
max-height: 644px;
}
.banner-section .container-fluid {
padding-left: 0;
padding-right: 0;
margin: 0 auto !important;
max-width: 100%;
width: 100%;
}
.testimonial-section .container-fluid,
.our-partners .container-fluid{
padding-left: 60px;
padding-right: 60px;
margin: 0 auto !important;
max-width: 1320px;
width: 100%;
}
.carousel-caption h3 {
font-size: 40px;
color: #fff;
}
.banner-section .carousel-caption {
right: unset;
bottom: unset;
left: 5.3rem;
color: #fff;
text-align: left;
top: 50%;
transform: translateY(-50%);
}
.banner-section .carousel-caption p {
font-size: 22px;
margin: 0;
max-width: 640px;
color: #fff;
line-height: 40px;
}
.carousel-caption h3 {
font-size: 50px;
color: #fff;
max-width: 580px;
font-weight: 700;
}
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
top: unset;
bottom: 40px;
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 100%;
color: #747474;
opacity: 1;
}
.banner-section .carousel-control-prev {
left: 5.3rem;
}
.banner-section .carousel-control-next {
right: unset;
left: 8.4rem;
}
.banner-section .carousel-control-next span,
.banner-section .carousel-control-prev span {
font-size: 24px;
}
.banner-section .carousel-control-next:hover,
.banner-section .carousel-control-prev:hover {
background-color: #336ed1;
color: #fff;
}
.banner-section .carousel-indicators li {
width: 8px;
border-radius: 100%;
height: 8px;
}
.banner-section .carousel-indicators {
right: 5.3rem;
bottom: unset;
left: unset;
padding-left: 0;
margin-right: 0;
margin-left: 0;
flex-direction: column;
top: 50%;
transform: translateY(-50%);
}
.banner-section .carousel-indicators li{
border: 2px solid #fff;
opacity: 1;
margin: 8px 0;
background-color: transparent;
}
.banner-section .carousel-indicators .active{
background-color: #336ed1;
border: 2px solid #336ed1;
}
ul.social-icons {
list-style: none;
padding: 0;
margin: 0;
display: flex;
position: absolute;
right: 5.3rem;
bottom: 40px;
}
.social-icons li a {
align-items: center;
opacity: 0.5;
margin-left: 10px;
height: 40px;
width: 40px;
color: #222;
display: flex;
justify-content: center;
border-radius: 100%;
background-color: #fff;
}
.social-icons li a:hover {
color: #fff;
background-color: #843fce;
opacity: 1;
}
.manage-rent-section {
margin: 70px 0 !important;
min-height: 600px;
}
.services-section {
margin-top: 110px;
}
.manage-rent-section .left-section {
background-color: #f0f0f0;
height: 560px;
position: relative;
max-width: 550px;
border-top-right-radius: .5rem;
}
.manage-rent-section .left-section img.manage-tabs {
position: absolute;
right: -95px;
top: 40px;
z-index: 1;
max-width: 560px;
}
.manage-rent-section .common-righ-section {
padding-left: 120px;
max-width: 675px;
}
.manage-rent-section .left-section::before {
position: absolute;
content: "";
background-color: #f0f0f0;
right: 100%;
width: 100%;
height: 100%;
}
.common-title {
font-size: 30px;
margin-top: 35px;
margin-bottom: 0;
font-weight: 800;
}
.services-section{
position: relative;
}
img.section-bg {
position: absolute;
right: -150px;
transform: rotate(90deg);
bottom: 60px;
}
.home-page p {
font-size: 14px;
color: #222;
line-height: 30px;
margin-top: 20px;
}
li.desc p {
margin-top: 0;
margin-bottom: 0;
}
.manage-rent-section p {
max-width: 540px;
}
.rental-accordion .card-header {
padding: 0;
background-color: transparent;
border: medium none;
}
.rental-accordion .card-header h2{
margin: 0;
}
.rental-accordion .card {
box-shadow: unset;
border-radius: unset;
}
.rental-accordion .card-body {
padding: 0;
}
.rental-accordion .card-body p {
margin: 0;
}
.rental-accordion .card button.btn {
font-size: 18px;
font-weight: 700;
color: #000;
padding-left: 0;
width: 100%;
text-align: left;
position: relative;
}
.rental-accordion .card button.btn i{
position: absolute;
right: 10px;
top: 11px;
}
.rental-accordion .card {
margin-bottom: 15px;
}
.manage-rent-section .common-title ~ p {
margin-top: 10px;
margin-bottom: 15px;
}
.rental-accordion .card-body a {
color: #561dfa;
font-weight: 700;
font-size: 14px;
text-transform: capitalize;
}
.rental-accordion .card-body a i {
margin-left: 5px;
}
.about-us-section {
margin-top: 70px;
}
.about-us-section .row {
justify-content: space-between;
}
.about-us-section .right-section {
background-color: #f0f0f0;
height: 500px;
position: relative;
max-width: 600px;
border-top-left-radius: .5rem;
}
.about-us-section .right-section .video-bg {
left: -65px;
position: absolute;
top: 40px;
border-radius: .75rem !important;
z-index: 1;
}
a.read-more {
background-color: #6447fa;
color: #fff;
font-size: 16px;
line-height: 30px;
padding: 0.25rem 2rem;
font-weight: 700;
border-radius: .5rem;
margin-top: 5px;
display: inline-block;
border: 2px solid #6447fa;
}
.read-more i {
margin-left: 10px;
margin-top: 11px;
display: inline-block;
}
.about-us-section .right-section img.bg-dots {
position: absolute;
transform: rotate(90deg);
left: -180px;
top: 57%;
z-index: 0;
}
.manage-rent-section .left-section img.tabs-dots {
position: absolute;
bottom: -130px;
right: -130px;
}
a.read-more:hover,
a.read-more:active,
a.read-more:focus{
border: 2px solid #6447fa;
color: #6447fa;
background-color: #fff;
outline: 0 none;
box-shadow: unset;
}
.about-us-section .left-section p {
max-width: 445px;
max-height: 150px;
overflow: hidden;
}
.about-us-section .left-section {
background-image: url(../images/home-dots.jpg);
background-size: inherit;
background-repeat: no-repeat;
background-position: 70px bottom;
max-width: 675px;
height: 550px;
padding-left: 85px;
}
.about-us-section .right-section::after {
position: absolute;
content: "";
background-color: #f0f0f0;
width: 100%;
height: 100%;
left: 100%;
}
.our-records ul {
list-style: none;
padding: 0 1rem;;
margin: 0;
min-width: 170px;
}
.our-records ul li {
font-size: 30px;
font-weight: 800;
line-height: 36px;
color: #000;
}
.our-records ul li span {
font-size: 16px;
color: #002;
font-weight: 600;
}
.our-records ul li i {
margin-bottom: 10px;
display: inline-block;
}
.our-records ul:nth-child(2) {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.our-records {
display: flex;
padding: 1rem 0;
background-color: #fff;
border-radius: .5rem;
box-shadow: 2px 2px 5px #ccc;
position: absolute;
width: 100%;
max-width: 540px;
bottom: 55px;
right: -60px;
z-index: 2;
}
.services-section .container-fluid {
max-width: 1320px;
margin: 0 auto;
padding: 0 60px;
width: 100%;
}
.services-section .row {
justify-content: space-between;
}
.services-section p {
margin-top: 8px;
margin-bottom: 45px;
max-width: 1000px;
margin: 8px auto 45px;
font-size: 16px;
}
.services-section .common-service {
margin-bottom: 30px;
}
.common-service ul {
background-color: #fff;
box-shadow: 2px 2px 9px -3px #ccc;
padding: 1rem;
position: relative;
border-radius: .5rem;
max-width: 375px;
list-style: none;
padding-top: 40px;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
padding-bottom: 24px;
}
.common-service ul:hover {
background-image: linear-gradient(to bottom, #7534fc 30%, #845dfc);
}
.common-service ul li:first-child {
position: absolute;
left: 15px;
top: 0;
background-image: linear-gradient(to bottom, #7534fc 30%, #845dfc);
padding: 1rem .5rem;
border-radius: .5rem;
}
.common-service ul:hover li:first-child {
background-image: linear-gradient(to bottom, #fff 30%, #fff);
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.common-service ul:hover li.service-title,
.common-service ul:hover li.service-content,
.common-service ul:hover li.service-content p,
.common-service ul:hover a.read-more-trans{
color: #fff;
}
li.service-content p{
margin: 0;
display: inline-block;
}
li.service-title {
padding-left: 100px;
color: #843fce;
font-size: 20px;
font-weight: 800;
max-width: 340px;
min-height: 60px;
max-height: 60px;
overflow: hidden;
}
li.service-content {
margin-top: 10px;
min-height: 150px;
max-height: 212px;
overflow: hidden;
}
a.read-more-trans {
color: #843fce;
display: inline-block;
margin-top: 20px;
font-weight: 700;
}
a.read-more-trans {
opacity: 0.9;
}
a.read-more-trans i{
margin-left: 5px;
display: inline-block;
}.deals-section {
/*background-image: url(../images/deals-banner.jpg);*/
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-top: 50px;
}
.deals-section h3.deals-title {
color: #fff;
font-size: 24px;
margin-top: 65px;
font-weight: 800;
}
.deals-section p {
color: #fff;
max-width: 1050px;
margin: 20px auto 30px;
font-size: 16px;
}
.deals-section a.contact-btn {
background-color: #fff;
color: #000;
font-size: 20px;
font-weight: 700;
padding: .5rem 2.5rem;
display: inline-block;
margin-bottom: 70px;
border-radius: .5rem;
}
.deals-section a.contact-btn:hover {
opacity: 0.96;
}
.testimonial-section {
background-image: url(../images/home/test-bg.png);
background-repeat: no-repeat;
background-size: 100% 50%;
background-position: center 270px;
overflow: visible;
padding-bottom: 30px;
}
.testimonial-section .text-center p {
margin-bottom: 30px;
}
.testimonial-section h3.common-title {
margin-top: 70px;
}
li.profile span.no-image {
width: 46px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f55;
border-radius: 100%;
color: #fff;
font-weight: 700;
}
li.platform {
display: flex;
justify-content: flex-end;
}
li.platform img {
width: auto !important;
max-width: 100%;
}
.testimonials-carousel .item{
padding: 10px;
}
.testimonials-carousel ul.inner-content {
padding: 0;
list-style: none;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
box-shadow: 2px 2px 9px -3px #ccc;
background-color: #fff;
padding: 1.75rem;
border-radius: .5rem;
}
.our-partners .item img {
width: auto;
margin: 0 auto;
}
.our-partners .item {
height: 90px;
display: flex;
align-items: center;
}
li.info {
width: calc(100% - 46px);
display: flex;
flex-direction: column;
padding-left: 20px;
}
li.profile {
max-width: 45px;
}
p.partner-title {
font-size: 18px;
color: #767676;
font-weight: 700;
margin-bottom: 10px;
margin-top: 30px;
}
.inner-content li {
width: 100%;
}
.stars i.fas.fa-quote-left {
color: #a8a6a6;
margin-right: 10px;
font-size: 20px;
}
.stars .fa-star {
font-size: 12px;
margin-right: 3px;
color: #a8a6a6;
}
.stars .checked.fa-star{
color: #ffa500;
}
li.stars {
display: flex;
align-items: center;
}
li.profile {
max-width: 47px;
}
li.info {
width: calc(100% - 48px);
display: flex;
flex-direction: column;
padding-left: 15px;
}
.profile img {
max-width: 100%;
width: auto !important;
border-radius: 100%;
border: 1px solid #ccc;
}
li.desc {
font-size: 14px;
line-height: 30px;
margin-top: 15px;
margin-bottom: 20px;
height: 116px;
overflow: hidden;
}
span.username {
font-size: 16px;
color: #000;
font-weight: 700;
}
span.posted-on{
font-size: 12px;
color: #a8a6a6;
}
.common-service ul li img {
max-width: 64px;
}
.common-service ul:hover img.service-img{
display: none;
}
.common-service ul img.service-img-hover{
display: none;
}
.common-service ul:hover img.service-img-hover{
display: block;
}
.owl-carousel.partners-carousel {
margin-bottom: 30px;
}
.carousel-inner::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
.common-service .service-content {
color: #222;
font-size: 14px;
line-height: 30px;
}
.filter-btn .btn-primary{
color: #fe941a;
border-color: #fe941a;
border-radius: .25rem;
background-color: transparent;
}
.filter-btn .btn{
min-width: 145px;
}
/*Homepage CSS End*/
/*Responsive Design CSS Start*/
@media screen and (min-width: 1340px) and (max-width: 1420px) {
.manage-rent-section .row {
justify-content: space-between;
}
.manage-rent-section .common-righ-section {
padding-left: 20px;
padding-right: 72px;
}
}
@media screen and (min-width: 1440px){
.about-us-section .row{
justify-content: center;
}
.manage-rent-section .row{
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.about-us-section .right-section::after{
width: 200%;
}
.manage-rent-section .left-section {
max-width: 485px;
}
.manage-rent-section .common-righ-section {
padding-left: 108px;
padding-right: 0;
}
.banner-section .carousel-caption {
left: 9.3rem;
}
.banner-section .carousel-indicators {
right: 9.3rem;
}
ul.social-icons {
right: 9.3rem;
}
.banner-section .carousel-control-prev {
left: 9.3rem;
}
.banner-section .carousel-control-next {
left: 12.4rem;
}
.about-us-section .left-section {
padding-left: 25px;
}
.about-us-section .right-section {
max-width: 505px;
}
.about-us-section .left-section {
max-width: 755px;
}
.about-us-section .right-section img.bg-dots {
left: -215px;
}
.our-records {
right: 35px;
}
.about-us-section .right-section .video-bg {
left: -100px;
}
}
@media screen and (min-width: 1640px){
.banner-section .carousel-caption {
left: 15rem;
}
ul.social-icons {
right: 15rem;
}
.banner-section .carousel-control-prev {
left: 15rem;
}
.banner-section .carousel-control-next {
left: 19rem;
}
.banner-section .carousel-indicators {
right: 15rem;
}
}
@media screen and (min-width: 1740px){
ul.social-icons {
right: 18.75rem;
}
.banner-section .carousel-control-prev {
left: 19rem;
}
.banner-section .carousel-control-next {
left: 23rem;
}
.banner-section .carousel-caption {
left: 18.75rem;
}
.banner-section .carousel-indicators {
right: 18.75rem;
}
}
@media screen and (min-width: 1920px){
ul.social-icons {
right: 25.75rem;
}
.banner-section .carousel-control-prev {
left: 26.25rem;
}
.banner-section .carousel-control-next {
left: 30.25rem;
}
.banner-section .carousel-caption {
left: 26rem;
}
.banner-section .carousel-indicators {
right: 25.75rem;
}
}
@media screen and (max-width: 1300px){
.about-us-section .right-section::after{
display: none;
}
.services-section {
margin-top: 0px;
}
.manage-rent-section {
margin: 50px 0 !important;
}
}
@media screen and (max-width: 1199px){
.services-section .container-fluid,
.testimonial-section .container-fluid,
.our-partners .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
.about-us-section .left-section{
padding-left: 25px;
}
.about-us-section .right-section .video-bg {
left: -50px;
}
.manage-rent-section .left-section img.manage-tabs {
right: -50px;
}
.our-records{
right: -40px;
}
.banner-section .carousel-caption{
left: 1rem;
}
.banner-section .carousel-control-prev {
left: 1rem;
}
.banner-section .carousel-control-next {
left: 4rem;
}
ul.social-icons,.banner-section .carousel-indicators {
right: 1rem;
}
.about-us-section .right-section img.bg-dots {
top: 61%;
}
button#play_button{
left: 34%;
}
.manage-rent-section .left-section img.tabs-dots {
right: -90px;
}
}
@media screen and (max-width: 1120px){
.about-us-section .right-section {
height: 460px;
max-width: 50%;
}
.about-us-section .left-section{
max-width: 50%;
padding-left: 25px;
padding-right: 40px;
}
.manage-rent-section .left-section{
max-width: 50%;
}
.manage-rent-section .common-righ-section {
padding-left: 100px;
max-width: 50%;
padding-right: 15px;
}
.our-records {
right: -40px;
}
.our-records ul {
padding: 0 .5rem;
}
}
@media screen and (max-width: 1120px){
.about-us-section .right-section .video-bg {
width: 100% !important;
border-radius: 1.5rem !important;
}
img.section-bg {
display: none;
}
}
@media screen and (max-width: 1024px){
.manage-rent-section .left-section img.manage-tabs {
right: -60px;
max-width: 500px;
}
.testimonials-carousel ul.inner-content{
padding: 1rem;
}
.manage-rent-section {
margin-bottom: 0px !important;
}
.our-records {
right: -60px;
}
.about-us-section .left-section p {
margin-right: 20px;
}
.about-us-section .right-section .video-bg {
width: auto !important;
max-width: 100%;
}
button#play_button {
left: 32%;
top: 53%;
}
}
@media screen and (max-width: 992px){
li.service-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px){
.about-us-section .right-section,
.about-us-section .left-section,
.manage-rent-section .common-righ-section,
.manage-rent-section .left-section {
height: auto;
max-width: 100%;
flex: 0 0 100%;
padding-left: 15px;
padding-right: 15px;
}
.about-us-section .right-section,
.manage-rent-section .left-section {
padding-top: 30px;
padding-bottom: 30px;
}
.manage-rent-section {
margin-top: 0px !important;
}
.about-us-section .left-section p {
max-width: 100%;
}
.deals-section {
margin-top: 30px;
}
.our-records {
right: unset;
box-shadow: 2px 2px 10px #ccc;
position: relative;
bottom: unset;
margin-top: 30px;
}
.manage-rent-section .left-section img.tabs-dots,
.about-us-section .right-section img.bg-dots{
display: none;
}
.about-us-section .right-section .video-bg {
width: 100% !important;
height: auto !important;
}
.manage-rent-section .left-section img.manage-tabs,
.about-us-section .right-section .video-bg {
right: unset;
left: unset;
max-width: 600px;
position: relative;
width: auto;
top: unset;
display: block;
margin: 0 auto;
}
.about-us-section {
margin-top: 0px;
}
.manage-rent-section .row {
flex-direction: column-reverse;
}
.about-us-section .left-section {
padding-bottom: 40px;
background-image: unset;
}
.carousel-caption h3 {
font-size: 38px;
}
.our-partners p.partner-title {
margin-top: 10px;
}
.banner-section .carousel-caption p {
max-width: 100%;
}
.carousel-caption h3 {
max-width: 500px;
}
button#play_button {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.manage-rent-section .left-section img.manage-tabs {
border-radius: .75rem;
width: auto;
max-width: 100%;
}
.owl-carousel.partners-carousel {
margin-bottom: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 900px){
li.service-title {
min-height: 81px;
}
}
@media screen and (max-width: 767px){
.carousel-caption h3 {
font-size: 30px;
margin: 0;
}
.banner-section .carousel-caption p {
font-size: 18px;
max-width: 90%;
line-height: 30px;
}
.banner-section .carousel-caption{
top: 40%;
}
.common-service ul {
max-width: 100%;
}
.common-service + .common-service ul{
margin-top: 20px;
}
}
@media screen and (min-width: 576px){
}
@media screen and (max-width: 520px){
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev,ul.social-icons{
bottom: 20px;
}
.carousel-caption h3 {
font-size: 24px;
max-width: 100%;
margin-right: 30px;
}
.banner-section .carousel-caption p {
margin-right: 30px;
}
.our-records {
flex-wrap: wrap;
}
.our-records ul {
padding: 1rem 1rem;
width: 100%;
border-bottom: 1px solid #ccc;
}
.our-records ul:nth-child(2) {
border-left: medium none;
border-right: medium none;
}
.our-records ul:last-child {
border-bottom: medium none;
}
}
@media screen and (max-width: 375px){
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
bottom: 10px;
width: 20px;
height: 20px;
}
ul.social-icons{
bottom: 10px;
}
.social-icons li a{
width: 20px;
height: 20px;
}
.carousel-caption h3 {
font-size: 18px;
}
.banner-section .carousel-caption p {
font-size: 16px;
line-height: 18px;
}
}
@media screen and (max-width: 460px){
.carousel-item img {
min-height: 230px;
}
}
@media screen and (max-width: 375px){
.carousel-item img {
min-height: 200px;
}
}
@media screen and (max-width: 320px){
.banner-section .carousel-caption p {
font-size: 12px;
line-height: 18px;
}
}
/*Responsive Design CSS End | public/css/home.css | a,.btn,p,h1,h2,h3,h4,h5,h6{
font-family: 'Muli', sans-serif;
}
img{
width: auto;
max-width: 100%;
}
button#play_button {
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(128, 100, 202,0.9);
border: medium none;
border-radius: 100%;
padding: 0rem;
position: absolute;
top: 50%;
right: 58%;
z-index: 9;
}
button#play_button i {
color: #fff;
font-size: 30px;
line-height: 30px;
padding: 15px;
background-color: rgba(87, 33, 250,0.6);
border-radius: 100%;
}
button#play_button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 70px;
height: 70px;
background: #5e27f0;
border-radius: 50%;
z-index: -1;
animation: pulse-border 1500ms ease-out infinite;
}
@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;
}
}
.home-page {
background-color: #fff;
font-family: 'Muli', sans-serif;
}
.home-page p:empty {
display: none;
}
.banner-section {
margin-top: 75px;
}
.banner-section .carousel.slide {
margin: 0 auto;
margin-top: 60px;
}
.carousel-item img {
width: 100%;
height: 100%;
max-height: 644px;
}
.banner-section .container-fluid {
padding-left: 0;
padding-right: 0;
margin: 0 auto !important;
max-width: 100%;
width: 100%;
}
.testimonial-section .container-fluid,
.our-partners .container-fluid{
padding-left: 60px;
padding-right: 60px;
margin: 0 auto !important;
max-width: 1320px;
width: 100%;
}
.carousel-caption h3 {
font-size: 40px;
color: #fff;
}
.banner-section .carousel-caption {
right: unset;
bottom: unset;
left: 5.3rem;
color: #fff;
text-align: left;
top: 50%;
transform: translateY(-50%);
}
.banner-section .carousel-caption p {
font-size: 22px;
margin: 0;
max-width: 640px;
color: #fff;
line-height: 40px;
}
.carousel-caption h3 {
font-size: 50px;
color: #fff;
max-width: 580px;
font-weight: 700;
}
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
top: unset;
bottom: 40px;
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 100%;
color: #747474;
opacity: 1;
}
.banner-section .carousel-control-prev {
left: 5.3rem;
}
.banner-section .carousel-control-next {
right: unset;
left: 8.4rem;
}
.banner-section .carousel-control-next span,
.banner-section .carousel-control-prev span {
font-size: 24px;
}
.banner-section .carousel-control-next:hover,
.banner-section .carousel-control-prev:hover {
background-color: #336ed1;
color: #fff;
}
.banner-section .carousel-indicators li {
width: 8px;
border-radius: 100%;
height: 8px;
}
.banner-section .carousel-indicators {
right: 5.3rem;
bottom: unset;
left: unset;
padding-left: 0;
margin-right: 0;
margin-left: 0;
flex-direction: column;
top: 50%;
transform: translateY(-50%);
}
.banner-section .carousel-indicators li{
border: 2px solid #fff;
opacity: 1;
margin: 8px 0;
background-color: transparent;
}
.banner-section .carousel-indicators .active{
background-color: #336ed1;
border: 2px solid #336ed1;
}
ul.social-icons {
list-style: none;
padding: 0;
margin: 0;
display: flex;
position: absolute;
right: 5.3rem;
bottom: 40px;
}
.social-icons li a {
align-items: center;
opacity: 0.5;
margin-left: 10px;
height: 40px;
width: 40px;
color: #222;
display: flex;
justify-content: center;
border-radius: 100%;
background-color: #fff;
}
.social-icons li a:hover {
color: #fff;
background-color: #843fce;
opacity: 1;
}
.manage-rent-section {
margin: 70px 0 !important;
min-height: 600px;
}
.services-section {
margin-top: 110px;
}
.manage-rent-section .left-section {
background-color: #f0f0f0;
height: 560px;
position: relative;
max-width: 550px;
border-top-right-radius: .5rem;
}
.manage-rent-section .left-section img.manage-tabs {
position: absolute;
right: -95px;
top: 40px;
z-index: 1;
max-width: 560px;
}
.manage-rent-section .common-righ-section {
padding-left: 120px;
max-width: 675px;
}
.manage-rent-section .left-section::before {
position: absolute;
content: "";
background-color: #f0f0f0;
right: 100%;
width: 100%;
height: 100%;
}
.common-title {
font-size: 30px;
margin-top: 35px;
margin-bottom: 0;
font-weight: 800;
}
.services-section{
position: relative;
}
img.section-bg {
position: absolute;
right: -150px;
transform: rotate(90deg);
bottom: 60px;
}
.home-page p {
font-size: 14px;
color: #222;
line-height: 30px;
margin-top: 20px;
}
li.desc p {
margin-top: 0;
margin-bottom: 0;
}
.manage-rent-section p {
max-width: 540px;
}
.rental-accordion .card-header {
padding: 0;
background-color: transparent;
border: medium none;
}
.rental-accordion .card-header h2{
margin: 0;
}
.rental-accordion .card {
box-shadow: unset;
border-radius: unset;
}
.rental-accordion .card-body {
padding: 0;
}
.rental-accordion .card-body p {
margin: 0;
}
.rental-accordion .card button.btn {
font-size: 18px;
font-weight: 700;
color: #000;
padding-left: 0;
width: 100%;
text-align: left;
position: relative;
}
.rental-accordion .card button.btn i{
position: absolute;
right: 10px;
top: 11px;
}
.rental-accordion .card {
margin-bottom: 15px;
}
.manage-rent-section .common-title ~ p {
margin-top: 10px;
margin-bottom: 15px;
}
.rental-accordion .card-body a {
color: #561dfa;
font-weight: 700;
font-size: 14px;
text-transform: capitalize;
}
.rental-accordion .card-body a i {
margin-left: 5px;
}
.about-us-section {
margin-top: 70px;
}
.about-us-section .row {
justify-content: space-between;
}
.about-us-section .right-section {
background-color: #f0f0f0;
height: 500px;
position: relative;
max-width: 600px;
border-top-left-radius: .5rem;
}
.about-us-section .right-section .video-bg {
left: -65px;
position: absolute;
top: 40px;
border-radius: .75rem !important;
z-index: 1;
}
a.read-more {
background-color: #6447fa;
color: #fff;
font-size: 16px;
line-height: 30px;
padding: 0.25rem 2rem;
font-weight: 700;
border-radius: .5rem;
margin-top: 5px;
display: inline-block;
border: 2px solid #6447fa;
}
.read-more i {
margin-left: 10px;
margin-top: 11px;
display: inline-block;
}
.about-us-section .right-section img.bg-dots {
position: absolute;
transform: rotate(90deg);
left: -180px;
top: 57%;
z-index: 0;
}
.manage-rent-section .left-section img.tabs-dots {
position: absolute;
bottom: -130px;
right: -130px;
}
a.read-more:hover,
a.read-more:active,
a.read-more:focus{
border: 2px solid #6447fa;
color: #6447fa;
background-color: #fff;
outline: 0 none;
box-shadow: unset;
}
.about-us-section .left-section p {
max-width: 445px;
max-height: 150px;
overflow: hidden;
}
.about-us-section .left-section {
background-image: url(../images/home-dots.jpg);
background-size: inherit;
background-repeat: no-repeat;
background-position: 70px bottom;
max-width: 675px;
height: 550px;
padding-left: 85px;
}
.about-us-section .right-section::after {
position: absolute;
content: "";
background-color: #f0f0f0;
width: 100%;
height: 100%;
left: 100%;
}
.our-records ul {
list-style: none;
padding: 0 1rem;;
margin: 0;
min-width: 170px;
}
.our-records ul li {
font-size: 30px;
font-weight: 800;
line-height: 36px;
color: #000;
}
.our-records ul li span {
font-size: 16px;
color: #002;
font-weight: 600;
}
.our-records ul li i {
margin-bottom: 10px;
display: inline-block;
}
.our-records ul:nth-child(2) {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.our-records {
display: flex;
padding: 1rem 0;
background-color: #fff;
border-radius: .5rem;
box-shadow: 2px 2px 5px #ccc;
position: absolute;
width: 100%;
max-width: 540px;
bottom: 55px;
right: -60px;
z-index: 2;
}
.services-section .container-fluid {
max-width: 1320px;
margin: 0 auto;
padding: 0 60px;
width: 100%;
}
.services-section .row {
justify-content: space-between;
}
.services-section p {
margin-top: 8px;
margin-bottom: 45px;
max-width: 1000px;
margin: 8px auto 45px;
font-size: 16px;
}
.services-section .common-service {
margin-bottom: 30px;
}
.common-service ul {
background-color: #fff;
box-shadow: 2px 2px 9px -3px #ccc;
padding: 1rem;
position: relative;
border-radius: .5rem;
max-width: 375px;
list-style: none;
padding-top: 40px;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
padding-bottom: 24px;
}
.common-service ul:hover {
background-image: linear-gradient(to bottom, #7534fc 30%, #845dfc);
}
.common-service ul li:first-child {
position: absolute;
left: 15px;
top: 0;
background-image: linear-gradient(to bottom, #7534fc 30%, #845dfc);
padding: 1rem .5rem;
border-radius: .5rem;
}
.common-service ul:hover li:first-child {
background-image: linear-gradient(to bottom, #fff 30%, #fff);
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.common-service ul:hover li.service-title,
.common-service ul:hover li.service-content,
.common-service ul:hover li.service-content p,
.common-service ul:hover a.read-more-trans{
color: #fff;
}
li.service-content p{
margin: 0;
display: inline-block;
}
li.service-title {
padding-left: 100px;
color: #843fce;
font-size: 20px;
font-weight: 800;
max-width: 340px;
min-height: 60px;
max-height: 60px;
overflow: hidden;
}
li.service-content {
margin-top: 10px;
min-height: 150px;
max-height: 212px;
overflow: hidden;
}
a.read-more-trans {
color: #843fce;
display: inline-block;
margin-top: 20px;
font-weight: 700;
}
a.read-more-trans {
opacity: 0.9;
}
a.read-more-trans i{
margin-left: 5px;
display: inline-block;
}.deals-section {
/*background-image: url(../images/deals-banner.jpg);*/
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-top: 50px;
}
.deals-section h3.deals-title {
color: #fff;
font-size: 24px;
margin-top: 65px;
font-weight: 800;
}
.deals-section p {
color: #fff;
max-width: 1050px;
margin: 20px auto 30px;
font-size: 16px;
}
.deals-section a.contact-btn {
background-color: #fff;
color: #000;
font-size: 20px;
font-weight: 700;
padding: .5rem 2.5rem;
display: inline-block;
margin-bottom: 70px;
border-radius: .5rem;
}
.deals-section a.contact-btn:hover {
opacity: 0.96;
}
.testimonial-section {
background-image: url(../images/home/test-bg.png);
background-repeat: no-repeat;
background-size: 100% 50%;
background-position: center 270px;
overflow: visible;
padding-bottom: 30px;
}
.testimonial-section .text-center p {
margin-bottom: 30px;
}
.testimonial-section h3.common-title {
margin-top: 70px;
}
li.profile span.no-image {
width: 46px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f55;
border-radius: 100%;
color: #fff;
font-weight: 700;
}
li.platform {
display: flex;
justify-content: flex-end;
}
li.platform img {
width: auto !important;
max-width: 100%;
}
.testimonials-carousel .item{
padding: 10px;
}
.testimonials-carousel ul.inner-content {
padding: 0;
list-style: none;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
box-shadow: 2px 2px 9px -3px #ccc;
background-color: #fff;
padding: 1.75rem;
border-radius: .5rem;
}
.our-partners .item img {
width: auto;
margin: 0 auto;
}
.our-partners .item {
height: 90px;
display: flex;
align-items: center;
}
li.info {
width: calc(100% - 46px);
display: flex;
flex-direction: column;
padding-left: 20px;
}
li.profile {
max-width: 45px;
}
p.partner-title {
font-size: 18px;
color: #767676;
font-weight: 700;
margin-bottom: 10px;
margin-top: 30px;
}
.inner-content li {
width: 100%;
}
.stars i.fas.fa-quote-left {
color: #a8a6a6;
margin-right: 10px;
font-size: 20px;
}
.stars .fa-star {
font-size: 12px;
margin-right: 3px;
color: #a8a6a6;
}
.stars .checked.fa-star{
color: #ffa500;
}
li.stars {
display: flex;
align-items: center;
}
li.profile {
max-width: 47px;
}
li.info {
width: calc(100% - 48px);
display: flex;
flex-direction: column;
padding-left: 15px;
}
.profile img {
max-width: 100%;
width: auto !important;
border-radius: 100%;
border: 1px solid #ccc;
}
li.desc {
font-size: 14px;
line-height: 30px;
margin-top: 15px;
margin-bottom: 20px;
height: 116px;
overflow: hidden;
}
span.username {
font-size: 16px;
color: #000;
font-weight: 700;
}
span.posted-on{
font-size: 12px;
color: #a8a6a6;
}
.common-service ul li img {
max-width: 64px;
}
.common-service ul:hover img.service-img{
display: none;
}
.common-service ul img.service-img-hover{
display: none;
}
.common-service ul:hover img.service-img-hover{
display: block;
}
.owl-carousel.partners-carousel {
margin-bottom: 30px;
}
.carousel-inner::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
.common-service .service-content {
color: #222;
font-size: 14px;
line-height: 30px;
}
.filter-btn .btn-primary{
color: #fe941a;
border-color: #fe941a;
border-radius: .25rem;
background-color: transparent;
}
.filter-btn .btn{
min-width: 145px;
}
/*Homepage CSS End*/
/*Responsive Design CSS Start*/
@media screen and (min-width: 1340px) and (max-width: 1420px) {
.manage-rent-section .row {
justify-content: space-between;
}
.manage-rent-section .common-righ-section {
padding-left: 20px;
padding-right: 72px;
}
}
@media screen and (min-width: 1440px){
.about-us-section .row{
justify-content: center;
}
.manage-rent-section .row{
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.about-us-section .right-section::after{
width: 200%;
}
.manage-rent-section .left-section {
max-width: 485px;
}
.manage-rent-section .common-righ-section {
padding-left: 108px;
padding-right: 0;
}
.banner-section .carousel-caption {
left: 9.3rem;
}
.banner-section .carousel-indicators {
right: 9.3rem;
}
ul.social-icons {
right: 9.3rem;
}
.banner-section .carousel-control-prev {
left: 9.3rem;
}
.banner-section .carousel-control-next {
left: 12.4rem;
}
.about-us-section .left-section {
padding-left: 25px;
}
.about-us-section .right-section {
max-width: 505px;
}
.about-us-section .left-section {
max-width: 755px;
}
.about-us-section .right-section img.bg-dots {
left: -215px;
}
.our-records {
right: 35px;
}
.about-us-section .right-section .video-bg {
left: -100px;
}
}
@media screen and (min-width: 1640px){
.banner-section .carousel-caption {
left: 15rem;
}
ul.social-icons {
right: 15rem;
}
.banner-section .carousel-control-prev {
left: 15rem;
}
.banner-section .carousel-control-next {
left: 19rem;
}
.banner-section .carousel-indicators {
right: 15rem;
}
}
@media screen and (min-width: 1740px){
ul.social-icons {
right: 18.75rem;
}
.banner-section .carousel-control-prev {
left: 19rem;
}
.banner-section .carousel-control-next {
left: 23rem;
}
.banner-section .carousel-caption {
left: 18.75rem;
}
.banner-section .carousel-indicators {
right: 18.75rem;
}
}
@media screen and (min-width: 1920px){
ul.social-icons {
right: 25.75rem;
}
.banner-section .carousel-control-prev {
left: 26.25rem;
}
.banner-section .carousel-control-next {
left: 30.25rem;
}
.banner-section .carousel-caption {
left: 26rem;
}
.banner-section .carousel-indicators {
right: 25.75rem;
}
}
@media screen and (max-width: 1300px){
.about-us-section .right-section::after{
display: none;
}
.services-section {
margin-top: 0px;
}
.manage-rent-section {
margin: 50px 0 !important;
}
}
@media screen and (max-width: 1199px){
.services-section .container-fluid,
.testimonial-section .container-fluid,
.our-partners .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
.about-us-section .left-section{
padding-left: 25px;
}
.about-us-section .right-section .video-bg {
left: -50px;
}
.manage-rent-section .left-section img.manage-tabs {
right: -50px;
}
.our-records{
right: -40px;
}
.banner-section .carousel-caption{
left: 1rem;
}
.banner-section .carousel-control-prev {
left: 1rem;
}
.banner-section .carousel-control-next {
left: 4rem;
}
ul.social-icons,.banner-section .carousel-indicators {
right: 1rem;
}
.about-us-section .right-section img.bg-dots {
top: 61%;
}
button#play_button{
left: 34%;
}
.manage-rent-section .left-section img.tabs-dots {
right: -90px;
}
}
@media screen and (max-width: 1120px){
.about-us-section .right-section {
height: 460px;
max-width: 50%;
}
.about-us-section .left-section{
max-width: 50%;
padding-left: 25px;
padding-right: 40px;
}
.manage-rent-section .left-section{
max-width: 50%;
}
.manage-rent-section .common-righ-section {
padding-left: 100px;
max-width: 50%;
padding-right: 15px;
}
.our-records {
right: -40px;
}
.our-records ul {
padding: 0 .5rem;
}
}
@media screen and (max-width: 1120px){
.about-us-section .right-section .video-bg {
width: 100% !important;
border-radius: 1.5rem !important;
}
img.section-bg {
display: none;
}
}
@media screen and (max-width: 1024px){
.manage-rent-section .left-section img.manage-tabs {
right: -60px;
max-width: 500px;
}
.testimonials-carousel ul.inner-content{
padding: 1rem;
}
.manage-rent-section {
margin-bottom: 0px !important;
}
.our-records {
right: -60px;
}
.about-us-section .left-section p {
margin-right: 20px;
}
.about-us-section .right-section .video-bg {
width: auto !important;
max-width: 100%;
}
button#play_button {
left: 32%;
top: 53%;
}
}
@media screen and (max-width: 992px){
li.service-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px){
.about-us-section .right-section,
.about-us-section .left-section,
.manage-rent-section .common-righ-section,
.manage-rent-section .left-section {
height: auto;
max-width: 100%;
flex: 0 0 100%;
padding-left: 15px;
padding-right: 15px;
}
.about-us-section .right-section,
.manage-rent-section .left-section {
padding-top: 30px;
padding-bottom: 30px;
}
.manage-rent-section {
margin-top: 0px !important;
}
.about-us-section .left-section p {
max-width: 100%;
}
.deals-section {
margin-top: 30px;
}
.our-records {
right: unset;
box-shadow: 2px 2px 10px #ccc;
position: relative;
bottom: unset;
margin-top: 30px;
}
.manage-rent-section .left-section img.tabs-dots,
.about-us-section .right-section img.bg-dots{
display: none;
}
.about-us-section .right-section .video-bg {
width: 100% !important;
height: auto !important;
}
.manage-rent-section .left-section img.manage-tabs,
.about-us-section .right-section .video-bg {
right: unset;
left: unset;
max-width: 600px;
position: relative;
width: auto;
top: unset;
display: block;
margin: 0 auto;
}
.about-us-section {
margin-top: 0px;
}
.manage-rent-section .row {
flex-direction: column-reverse;
}
.about-us-section .left-section {
padding-bottom: 40px;
background-image: unset;
}
.carousel-caption h3 {
font-size: 38px;
}
.our-partners p.partner-title {
margin-top: 10px;
}
.banner-section .carousel-caption p {
max-width: 100%;
}
.carousel-caption h3 {
max-width: 500px;
}
button#play_button {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.manage-rent-section .left-section img.manage-tabs {
border-radius: .75rem;
width: auto;
max-width: 100%;
}
.owl-carousel.partners-carousel {
margin-bottom: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 900px){
li.service-title {
min-height: 81px;
}
}
@media screen and (max-width: 767px){
.carousel-caption h3 {
font-size: 30px;
margin: 0;
}
.banner-section .carousel-caption p {
font-size: 18px;
max-width: 90%;
line-height: 30px;
}
.banner-section .carousel-caption{
top: 40%;
}
.common-service ul {
max-width: 100%;
}
.common-service + .common-service ul{
margin-top: 20px;
}
}
@media screen and (min-width: 576px){
}
@media screen and (max-width: 520px){
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev,ul.social-icons{
bottom: 20px;
}
.carousel-caption h3 {
font-size: 24px;
max-width: 100%;
margin-right: 30px;
}
.banner-section .carousel-caption p {
margin-right: 30px;
}
.our-records {
flex-wrap: wrap;
}
.our-records ul {
padding: 1rem 1rem;
width: 100%;
border-bottom: 1px solid #ccc;
}
.our-records ul:nth-child(2) {
border-left: medium none;
border-right: medium none;
}
.our-records ul:last-child {
border-bottom: medium none;
}
}
@media screen and (max-width: 375px){
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
bottom: 10px;
width: 20px;
height: 20px;
}
ul.social-icons{
bottom: 10px;
}
.social-icons li a{
width: 20px;
height: 20px;
}
.carousel-caption h3 {
font-size: 18px;
}
.banner-section .carousel-caption p {
font-size: 16px;
line-height: 18px;
}
}
@media screen and (max-width: 460px){
.carousel-item img {
min-height: 230px;
}
}
@media screen and (max-width: 375px){
.carousel-item img {
min-height: 200px;
}
}
@media screen and (max-width: 320px){
.banner-section .carousel-caption p {
font-size: 12px;
line-height: 18px;
}
}
/*Responsive Design CSS End | 0.489015 | 0.079175 |
.main-block {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
margin-right: 1rem;
font-family: sans-serif;
}
.sidebar {
display: flex;
flex-direction: column;
/* background: rebeccapurple; */
align-items: center;
}
.nav-link {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
transition-property: background-color, box-shadow;
cursor: pointer;
}
.hover-effect:hover {
background-color: rgba(29, 161, 242, 0.1);
border-radius: 9999px;
}
.logo {
padding: 0 1rem;
width: 1.5rem;
height: 24px;
color: rgba(29, 161, 242, 1);
}
.link {
width: 50%;
/* background: cornsilk; */
font-size: 20px;
line-height: 22px;
font-weight: 500;
color: rgb(15, 20, 25);
}
.active {
font-weight: 700;
color: rgb(29, 161, 242);
fill: rgb(29, 161, 242);
}
.tweetBtn {
align-items: center;
background-color: rgb(29, 161, 242);
color: #ffffff;
width: 80%;
min-height: 48px;
font-size: 16px;
font-family: sans-serif;
padding: 0 32px;
font-weight: 700;
line-height: 20px;
text-align: center;
border-radius: 9999px;
border: none;
transition-duration: 0.2s;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 28px;
transition-property: background-color, box-shadow;
}
.userInfo {
width: 100%;
}
.userlogo {
padding: 0 0.5rem;
width: 2rem;
height: 2rem;
}
.info > p {
margin: 0;
}
.user-id {
font-size: 14px;
color: rgb(91, 112, 131);
line-height: 20px;
font-weight: 400;
}
.more {
margin-left: 2rem;
}
.post-tweet {
display: none;
}
.Searchbtn {
display: none;
}
.mobile-tabs {
display: none;
}
@media only screen and (max-width: 1080px) {
.main-block {
margin-right: 0;
padding: 0 1rem;
}
.link,
.info,
.more {
display: none;
}
.nav-link {
padding: 12px 0;
}
.userlogo {
margin-right: 1rem;
}
.tweetBtn {
width: 3em;
height: 3em;
padding-left: 16px;
padding-right: 36px;
justify-content: start;
border-radius: 100%;
}
.tweetBtn > span {
display: none;
}
.post-tweet {
padding: 0;
display: block;
}
.Searchbtn {
display: flex;
}
}
@media only screen and (max-width: 690px) and (min-width: 350px) {
.main-block {
display: none;
}
.mobile-tabs {
z-index: 12;
position: fixed;
background: white;
bottom: 0;
left: 0;
display: flex;
width: 100%;
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(235, 238, 240);
}
.logo {
width: 2rem;
height: 2rem;
fill: rgb(91, 112, 131);
}
.active {
fill: rgb(29, 161, 242);
}
} | src/components/sidebar/Sidebar.css | .main-block {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
margin-right: 1rem;
font-family: sans-serif;
}
.sidebar {
display: flex;
flex-direction: column;
/* background: rebeccapurple; */
align-items: center;
}
.nav-link {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
transition-property: background-color, box-shadow;
cursor: pointer;
}
.hover-effect:hover {
background-color: rgba(29, 161, 242, 0.1);
border-radius: 9999px;
}
.logo {
padding: 0 1rem;
width: 1.5rem;
height: 24px;
color: rgba(29, 161, 242, 1);
}
.link {
width: 50%;
/* background: cornsilk; */
font-size: 20px;
line-height: 22px;
font-weight: 500;
color: rgb(15, 20, 25);
}
.active {
font-weight: 700;
color: rgb(29, 161, 242);
fill: rgb(29, 161, 242);
}
.tweetBtn {
align-items: center;
background-color: rgb(29, 161, 242);
color: #ffffff;
width: 80%;
min-height: 48px;
font-size: 16px;
font-family: sans-serif;
padding: 0 32px;
font-weight: 700;
line-height: 20px;
text-align: center;
border-radius: 9999px;
border: none;
transition-duration: 0.2s;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 28px;
transition-property: background-color, box-shadow;
}
.userInfo {
width: 100%;
}
.userlogo {
padding: 0 0.5rem;
width: 2rem;
height: 2rem;
}
.info > p {
margin: 0;
}
.user-id {
font-size: 14px;
color: rgb(91, 112, 131);
line-height: 20px;
font-weight: 400;
}
.more {
margin-left: 2rem;
}
.post-tweet {
display: none;
}
.Searchbtn {
display: none;
}
.mobile-tabs {
display: none;
}
@media only screen and (max-width: 1080px) {
.main-block {
margin-right: 0;
padding: 0 1rem;
}
.link,
.info,
.more {
display: none;
}
.nav-link {
padding: 12px 0;
}
.userlogo {
margin-right: 1rem;
}
.tweetBtn {
width: 3em;
height: 3em;
padding-left: 16px;
padding-right: 36px;
justify-content: start;
border-radius: 100%;
}
.tweetBtn > span {
display: none;
}
.post-tweet {
padding: 0;
display: block;
}
.Searchbtn {
display: flex;
}
}
@media only screen and (max-width: 690px) and (min-width: 350px) {
.main-block {
display: none;
}
.mobile-tabs {
z-index: 12;
position: fixed;
background: white;
bottom: 0;
left: 0;
display: flex;
width: 100%;
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(235, 238, 240);
}
.logo {
width: 2rem;
height: 2rem;
fill: rgb(91, 112, 131);
}
.active {
fill: rgb(29, 161, 242);
}
} | 0.501953 | 0.082365 |
@charset "utf-8";
html, body{
background: #f9f9f9 none;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #000;
line-height: 1.6;
letter-spacing: 0;
min-width: 320px;
}
a,
.link-like{
text-decoration: underline;
}
a:hover,
.link-like:hover{
text-decoration: none;
}
input[type="text"],
textarea{
background: #fff none;
font-size: 14px;
line-height: 21px;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px;
-webkit-appearance: none;
padding: 2px 4px;
}
label{
display: inline-block;
}
hr{
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ccc;
}
.color-01{
color: #297acc;
}
.effect-fade-on-hover{
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
}
.effect-fade-on-hover:hover{
opacity: 0.6;
}
#wrapper{
max-width: 960px;
padding: 30px 20px 40px 20px;
margin: 0 auto;
}
#header{
font-size: 14px;
margin-bottom: 20px;
}
#main{
max-width: 600px;
margin: 0 auto;
}
#main .form-table{
margin-top: 20px;
margin-bottom: 20px;
}
#main .form-table__t{
font-weight: bold;
margin: 20px 0 10px 0;
}
#main .required::after{
content: ' *';
color: #f26;
}
#main .btn-01{
background: #666 none;
font-size: 16px;
color: #fff;
display: inline-block;
border: none;
border-radius: 2px;
-webkit-appearance: none;
padding: 6px 16px;
}
#main .btn-01--primary{
background: #39f none;
}
#main .text-preview{
background: #fff none;
font-size: 14px;
display: block;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
border-radius: 3px;
padding: 20px;
}
#footer{
font-size: 14px;
margin-top: 40px;
}
#menu .contents{
background: #fff none;
position: fixed;
top: 0;
left: -100%;
z-index: 1;
width: 85%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.2);
box-shadow: 0 0 32px rgba(0,0,0,0.2);
padding: 20px 20px 20px 40px;
-webkit-transition: left 0.3s ease;
transition: left 0.3s ease;
}
#menu .menu-toggle:checked + .contents{
left: 0;
}
#menu .list-01{
padding-left: 1.6em;
}
#menu .list-01__item{
list-style: disc none outside;
}
@media screen and (max-width: 799px){
#menu .contents{
padding-left: 20px;
}
} | demo/css/basic.css | @charset "utf-8";
html, body{
background: #f9f9f9 none;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #000;
line-height: 1.6;
letter-spacing: 0;
min-width: 320px;
}
a,
.link-like{
text-decoration: underline;
}
a:hover,
.link-like:hover{
text-decoration: none;
}
input[type="text"],
textarea{
background: #fff none;
font-size: 14px;
line-height: 21px;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px;
-webkit-appearance: none;
padding: 2px 4px;
}
label{
display: inline-block;
}
hr{
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ccc;
}
.color-01{
color: #297acc;
}
.effect-fade-on-hover{
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
}
.effect-fade-on-hover:hover{
opacity: 0.6;
}
#wrapper{
max-width: 960px;
padding: 30px 20px 40px 20px;
margin: 0 auto;
}
#header{
font-size: 14px;
margin-bottom: 20px;
}
#main{
max-width: 600px;
margin: 0 auto;
}
#main .form-table{
margin-top: 20px;
margin-bottom: 20px;
}
#main .form-table__t{
font-weight: bold;
margin: 20px 0 10px 0;
}
#main .required::after{
content: ' *';
color: #f26;
}
#main .btn-01{
background: #666 none;
font-size: 16px;
color: #fff;
display: inline-block;
border: none;
border-radius: 2px;
-webkit-appearance: none;
padding: 6px 16px;
}
#main .btn-01--primary{
background: #39f none;
}
#main .text-preview{
background: #fff none;
font-size: 14px;
display: block;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
border-radius: 3px;
padding: 20px;
}
#footer{
font-size: 14px;
margin-top: 40px;
}
#menu .contents{
background: #fff none;
position: fixed;
top: 0;
left: -100%;
z-index: 1;
width: 85%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.2);
box-shadow: 0 0 32px rgba(0,0,0,0.2);
padding: 20px 20px 20px 40px;
-webkit-transition: left 0.3s ease;
transition: left 0.3s ease;
}
#menu .menu-toggle:checked + .contents{
left: 0;
}
#menu .list-01{
padding-left: 1.6em;
}
#menu .list-01__item{
list-style: disc none outside;
}
@media screen and (max-width: 799px){
#menu .contents{
padding-left: 20px;
}
} | 0.176885 | 0.047647 |
* {
margin: 0 auto;
font-family: 'Ubuntu', sans-serif;
padding: 0;
}
/* Update Fork Me ribbon */
.github-fork-ribbon::before {
background-color: #665176;
}
a {
color: black;
text-decoration: none;
}
ul {
list-style: none;
}
.p {
margin: 12px 0;
}
.header {
margin: 20px 0;
}
.btn {
border: 1px solid #555;
padding:0 15px;
}
.btn--big {
font-size: 2rem;
padding: 0 60px;
}
.btn.pill {
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.flex-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.section {
margin: 50px 0;
}
.text.center {
text-align: center;
}
.text.secondary {
font-family: 'Roboto', sans-serif;
}
.container {
width: 90%;
margin: 0 auto;
}
.block--center {
margin: 0 auto;
display: block;
}
.margin-bottom--20 {
margin-bottom: 20px;
}
.content {
padding-top: 17px;
}
.logo {
width: 75%;
}
.h1 {
font-size: 5rem;
margin-top: -32px;
}
.h2 {
font-size: 3rem;
}
.active {
border-color: #665176;
color: #665176;
}
.hover-active {
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.hover-active:hover {
border-color: #665176;
color: #665176;
}
.circle {
width: 150px;
height: 150px;
border-radius: 50%;
border: 4px solid black;
}
/* Refactor someday */
.circle, .circle * {
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
/* Refactor someday */
.circle:hover, .circle:hover * {
border-color: #665176;
color: #665176;
}
.libraries {
list-style: none;
margin-top: 50px;
margin-bottom: 50px;
}
.library {
width: 100%;
margin-top: 25px;
}
.library:hover .clircle {
border-color: #0E0E0E;
}
.library .library-name {
font-size: 3.5rem;
line-height: 150px;
}
.library a {
display:inline-block;
}
.library h3 {
text-align: center;
margin-top: 15px;
font-size: 2rem;
}
.library .circle {
text-align: center;
}
.library-search {
margin-top: 25px;
margin-bottom: 25px;
}
.library-search-item {
margin: 25px;
}
.library-search-item .library-name {
color: #665176;
font-size: 1.5rem;
}
.library-search-item .protocol-name {
color: rgba(0,0,0,0.5);
font-size: .75rem;
}
.library-description {
margin-top: 5px;
font-size: .75rem;
}
.available-libraries-list {
text-align: center;
padding: 15px;
}
.search-table {
border: solid 1px #101010;
border-collapse: collapse;
border-spacing: 0;
font: normal 13px Roboto, sans-serif;
}
.search-table thead th {
background-color: #101010;
border: solid 1px #101010;
color: #DCDCDC;
padding: 10px;
text-align: left;
}
.search-table tbody td {
border: solid 1px #DDEEEE;
color: #333;
padding: 10px;
}
footer {
background-color: rgba(0,0,0,0.05);
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
footer .icon {
font-size: 2.5rem;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
/* ...and now for the proper property */
transition:.5s;
}
footer .icon:hover {
color: #665176;
}
@media (min-width: 720px) {
.logo {
width: 45%;
}
.libraries {
margin-top: 55px;
}
.library {
width: 30%;
margin-top: 0;
margin-bottom: 90px;
}
} | styles.css | * {
margin: 0 auto;
font-family: 'Ubuntu', sans-serif;
padding: 0;
}
/* Update Fork Me ribbon */
.github-fork-ribbon::before {
background-color: #665176;
}
a {
color: black;
text-decoration: none;
}
ul {
list-style: none;
}
.p {
margin: 12px 0;
}
.header {
margin: 20px 0;
}
.btn {
border: 1px solid #555;
padding:0 15px;
}
.btn--big {
font-size: 2rem;
padding: 0 60px;
}
.btn.pill {
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.flex-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.section {
margin: 50px 0;
}
.text.center {
text-align: center;
}
.text.secondary {
font-family: 'Roboto', sans-serif;
}
.container {
width: 90%;
margin: 0 auto;
}
.block--center {
margin: 0 auto;
display: block;
}
.margin-bottom--20 {
margin-bottom: 20px;
}
.content {
padding-top: 17px;
}
.logo {
width: 75%;
}
.h1 {
font-size: 5rem;
margin-top: -32px;
}
.h2 {
font-size: 3rem;
}
.active {
border-color: #665176;
color: #665176;
}
.hover-active {
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.hover-active:hover {
border-color: #665176;
color: #665176;
}
.circle {
width: 150px;
height: 150px;
border-radius: 50%;
border: 4px solid black;
}
/* Refactor someday */
.circle, .circle * {
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
/* Refactor someday */
.circle:hover, .circle:hover * {
border-color: #665176;
color: #665176;
}
.libraries {
list-style: none;
margin-top: 50px;
margin-bottom: 50px;
}
.library {
width: 100%;
margin-top: 25px;
}
.library:hover .clircle {
border-color: #0E0E0E;
}
.library .library-name {
font-size: 3.5rem;
line-height: 150px;
}
.library a {
display:inline-block;
}
.library h3 {
text-align: center;
margin-top: 15px;
font-size: 2rem;
}
.library .circle {
text-align: center;
}
.library-search {
margin-top: 25px;
margin-bottom: 25px;
}
.library-search-item {
margin: 25px;
}
.library-search-item .library-name {
color: #665176;
font-size: 1.5rem;
}
.library-search-item .protocol-name {
color: rgba(0,0,0,0.5);
font-size: .75rem;
}
.library-description {
margin-top: 5px;
font-size: .75rem;
}
.available-libraries-list {
text-align: center;
padding: 15px;
}
.search-table {
border: solid 1px #101010;
border-collapse: collapse;
border-spacing: 0;
font: normal 13px Roboto, sans-serif;
}
.search-table thead th {
background-color: #101010;
border: solid 1px #101010;
color: #DCDCDC;
padding: 10px;
text-align: left;
}
.search-table tbody td {
border: solid 1px #DDEEEE;
color: #333;
padding: 10px;
}
footer {
background-color: rgba(0,0,0,0.05);
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
footer .icon {
font-size: 2.5rem;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
/* ...and now for the proper property */
transition:.5s;
}
footer .icon:hover {
color: #665176;
}
@media (min-width: 720px) {
.logo {
width: 45%;
}
.libraries {
margin-top: 55px;
}
.library {
width: 30%;
margin-top: 0;
margin-bottom: 90px;
}
} | 0.405331 | 0.0771 |
.Content {
display: grid;
grid-template-columns: 2fr 1fr;
min-height: 0;
padding: 0.5rem 3rem;
}
.Content > div {
height: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Description {
font-weight: 300;
}
.Description div {
font-family: "Poppins", sans-serif;
padding-left: 8px;
font-size: 1.5rem;
}
.Description p {
font-family: "Poppins", sans-serif;
text-align: justify-all;
font-size: 1rem;
opacity: 0.77;
margin-top: 1rem;
height: 32vh;
padding-left: 8px;
overflow-y: scroll;
}
.Header {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 1.4rem;
padding-bottom: 1rem;
padding-right: 2.5rem;
display: flex;
justify-content: flex-start;
align-items: center;
}
.Header > span:nth-of-type(2) {
margin: 0 1rem;
font-size: 1.2rem;
opacity: 0.65;
}
.Header > span:nth-of-type(3) {
font-size: 1.2rem;
opacity: 0.65;
}
.lessons {
margin-right: 27px;
height: 32vh;
overflow-y: scroll;
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.lessons p {
font-size: 1.5rem;
font-weight: 600;
color: #555;
}
.lesson{
width: 100% !important;
}
.lessonOfList:hover{
cursor:default;
background: #ececec !important;
}
.Content ::-webkit-scrollbar {
background-color: transparent;
width: 8px;
}
.Content ::-webkit-scrollbar-thumb {
background-color: #96c6e5;
border-radius: 30px;
}
/* MOBILE VIEW */
@media all and (max-width: 780px) {
.Header > span:nth-of-type(2) {
margin: 0 1rem;
white-space: nowrap;
font-size: 0.8rem;
opacity: 0.65;
}
.Header > span:nth-of-type(3) {
white-space: nowrap;
font-size: 0.8rem;
opacity: 0.65;
}
}
@media all and (max-width: 500px) {
.Content {
grid-template-columns: 1fr;
padding: 0.5rem 1rem;
}
.Description p {
padding-left: 0;
}
.Description div {
padding-left: 0;
}
.Header {
flex-direction: column;
align-items: flex-start;
}
.Header > span:nth-of-type(2) {
margin: 4px 0;
font-size: 1rem;
}
.Header > span:nth-of-type(3) {
font-size: 1rem;
}
} | client/src/components/CourseDetail/DashBoard/Content/Content.module.css | .Content {
display: grid;
grid-template-columns: 2fr 1fr;
min-height: 0;
padding: 0.5rem 3rem;
}
.Content > div {
height: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Description {
font-weight: 300;
}
.Description div {
font-family: "Poppins", sans-serif;
padding-left: 8px;
font-size: 1.5rem;
}
.Description p {
font-family: "Poppins", sans-serif;
text-align: justify-all;
font-size: 1rem;
opacity: 0.77;
margin-top: 1rem;
height: 32vh;
padding-left: 8px;
overflow-y: scroll;
}
.Header {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 1.4rem;
padding-bottom: 1rem;
padding-right: 2.5rem;
display: flex;
justify-content: flex-start;
align-items: center;
}
.Header > span:nth-of-type(2) {
margin: 0 1rem;
font-size: 1.2rem;
opacity: 0.65;
}
.Header > span:nth-of-type(3) {
font-size: 1.2rem;
opacity: 0.65;
}
.lessons {
margin-right: 27px;
height: 32vh;
overflow-y: scroll;
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.lessons p {
font-size: 1.5rem;
font-weight: 600;
color: #555;
}
.lesson{
width: 100% !important;
}
.lessonOfList:hover{
cursor:default;
background: #ececec !important;
}
.Content ::-webkit-scrollbar {
background-color: transparent;
width: 8px;
}
.Content ::-webkit-scrollbar-thumb {
background-color: #96c6e5;
border-radius: 30px;
}
/* MOBILE VIEW */
@media all and (max-width: 780px) {
.Header > span:nth-of-type(2) {
margin: 0 1rem;
white-space: nowrap;
font-size: 0.8rem;
opacity: 0.65;
}
.Header > span:nth-of-type(3) {
white-space: nowrap;
font-size: 0.8rem;
opacity: 0.65;
}
}
@media all and (max-width: 500px) {
.Content {
grid-template-columns: 1fr;
padding: 0.5rem 1rem;
}
.Description p {
padding-left: 0;
}
.Description div {
padding-left: 0;
}
.Header {
flex-direction: column;
align-items: flex-start;
}
.Header > span:nth-of-type(2) {
margin: 4px 0;
font-size: 1rem;
}
.Header > span:nth-of-type(3) {
font-size: 1rem;
}
} | 0.546496 | 0.163012 |
.cube-container {
display: block;
width: 5em;
height: 5em;
float: left;
perspective: none;
box-sizing: border-box;
font-size: 0.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.cube {
width: 5em;
height: 5em;
position: relative;
transform-style: preserve-3d;
transition: transform 0.5s;
}
.cube-container.show-initial {
perspective: 10em;
}
.cube-container.show-initial > .cube { transform: translateZ(-1em) rotateX(-33deg) rotateY( 33deg); }
.cube-container.show-front > .cube { transform: translateZ(-1em) rotateY( 0deg); }
.cube-container.show-right > .cube { transform: translateZ(-1em) rotateY( -90deg); }
.cube-container.show-back > .cube { transform: translateZ(-1em) rotateY(-180deg); }
.cube-container.show-left > .cube { transform: translateZ(-1em) rotateY( 90deg); }
.cube-container.show-top > .cube { transform: translateZ(-1em) rotateX( -90deg); }
.cube-container.show-bottom > .cube { transform: translateZ(-1em) rotateX( 90deg); }
.cube-container.show-isometric-front > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( 45deg); }
.cube-container.show-isometric-right > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( -45deg); }
.cube-container.show-isometric-back > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( -135deg); }
.cube-container.show-isometric-left > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( 135deg); }
.cube__face {
position: absolute;
width: 5em;
height: 5em;
/*! border: 2px solid rgb(3, 61, 82); */
/*! border-color: rgba(3,61,82,1); */
line-height: 5em;
font-size: 1em;
font-weight: bold;
text-align: center;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
transition: color 0.2s, border-color 0.2s;
}
.cube__face--front { transform: rotateY( 0deg) translateZ(2.5em); }
.cube__face--right { transform: rotateY( 90deg) translateZ(2.5em); }
.cube__face--back { transform: rotateY(180deg) translateZ(2.5em); }
.cube__face--left { transform: rotateY(-90deg) translateZ(2.5em); }
.cube__face--top { transform: rotateX( 90deg) translateZ(2.5em); }
.cube__face--bottom { transform: rotateX(-90deg) translateZ(2.5em); }
label { margin-right: 10px; } | Assets/WebGLTemplates/Ray1mapTemplate/css/camera-cube.css | .cube-container {
display: block;
width: 5em;
height: 5em;
float: left;
perspective: none;
box-sizing: border-box;
font-size: 0.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.cube {
width: 5em;
height: 5em;
position: relative;
transform-style: preserve-3d;
transition: transform 0.5s;
}
.cube-container.show-initial {
perspective: 10em;
}
.cube-container.show-initial > .cube { transform: translateZ(-1em) rotateX(-33deg) rotateY( 33deg); }
.cube-container.show-front > .cube { transform: translateZ(-1em) rotateY( 0deg); }
.cube-container.show-right > .cube { transform: translateZ(-1em) rotateY( -90deg); }
.cube-container.show-back > .cube { transform: translateZ(-1em) rotateY(-180deg); }
.cube-container.show-left > .cube { transform: translateZ(-1em) rotateY( 90deg); }
.cube-container.show-top > .cube { transform: translateZ(-1em) rotateX( -90deg); }
.cube-container.show-bottom > .cube { transform: translateZ(-1em) rotateX( 90deg); }
.cube-container.show-isometric-front > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( 45deg); }
.cube-container.show-isometric-right > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( -45deg); }
.cube-container.show-isometric-back > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( -135deg); }
.cube-container.show-isometric-left > .cube { transform: translateZ(-1em) rotateX(-35.264deg) rotateY( 135deg); }
.cube__face {
position: absolute;
width: 5em;
height: 5em;
/*! border: 2px solid rgb(3, 61, 82); */
/*! border-color: rgba(3,61,82,1); */
line-height: 5em;
font-size: 1em;
font-weight: bold;
text-align: center;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
transition: color 0.2s, border-color 0.2s;
}
.cube__face--front { transform: rotateY( 0deg) translateZ(2.5em); }
.cube__face--right { transform: rotateY( 90deg) translateZ(2.5em); }
.cube__face--back { transform: rotateY(180deg) translateZ(2.5em); }
.cube__face--left { transform: rotateY(-90deg) translateZ(2.5em); }
.cube__face--top { transform: rotateX( 90deg) translateZ(2.5em); }
.cube__face--bottom { transform: rotateX(-90deg) translateZ(2.5em); }
label { margin-right: 10px; } | 0.537527 | 0.219442 |
body, html {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
body {
background: none #F8F9F9;
}
html, body, button {
font-family: 'Roboto', Arial, sans-serif;
font-size: 100%;
color: #666;
}
/* Angular Cloak */
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none !important;
}
/* Angular Animate */
.ng-hide-add, .ng-hide-remove {
display: block !important;
}
/* Reset */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
/* Standard Elements */
button, .button {
outline: none;
-webkit-appearance: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
width: 100%;
padding: 5px;
background: #fff56c;
border: 1px solid #fff56c;
color: #000;
text-align: center;
cursor: pointer;
}
button.secondary, .button.secondary {
background: #c6c6c6;
border: 1px solid #c6c6c6;
}
button.revert, .button.revert {
background: #000;
border: 1px solid #000;
color: #fff56c;
}
button label, .button label {
color: #000;
cursor: pointer;
}
button:hover, .button:hover {
border: 1px solid #000;
}
button.revert:hover, .button.revert:hover {
border: 1px solid #fff56c;
}
button:active, .button:active {
border: 1px solid #fefefe;
}
button:hover label, button:active label, .button:hover label, .button:active label {
color: #666;
}
/* Standard Margin */
.margin-top {
margin-top: 10px;
}
.margin-bottom {
margin-bottom: 10px;
}
.margin-left {
margin-left: 10px;
}
.margin-right {
margin-right: 10px;
}
.no-top-margin {
margin-top: 0;
}
.no-top-margin-2 {
margin-top: 0;
color: #9A9A9A;
font-size: 14px;
}
.no-top-margin-2 a{
color: #9A9A9A;
text-decoration: underline;
}
.no-top-margin-2 a:hover{
color: #000;
text-decoration: underline;
}
/* General Styling */
h1 {
font-size: 2.25em;
margin: 0.8em 0 0.4em 0;
}
h2 {
font-size: 2em;
margin: 0.8em 0 0.2em 0;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.link-underline {
text-decoration: underline;
}
.font-small {
font-size: 0.75em;
}
.font-italic {
font-style: italic;
}
.container {
position: relative;
width: 100%;
height: 100%;
background-color: #fafafa;
}
.container.shownotification {
height: calc(100% - 142px);
}
.container.shownotification.activation {
height: calc(100% - 90px);
}
@media all and (min-width: 890px) {
.container.shownotification {
height: calc(100% - 102px);
}
.container.shownotification.activation {
height: calc(100% - 72px);
}
}
@media all and (min-width: 1220px) {
.container.shownotification {
height: calc(100% - 72px);
}
}
.container > header {
width: 100%;
margin: 0 auto;
padding: 1em;
}
.container > header h1 {
font-size: 2.125em;
line-height: 1.3;
margin: 0;
float: left;
font-weight: 400;
}
.container > header span {
display: block;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5em;
padding: 0 0 0.6em 0.1em;
}
.container > header nav {
float: right;
}
.container > header nav a {
display: block;
float: left;
position: relative;
width: 2.5em;
height: 2.5em;
background: #fff;
border-radius: 50%;
color: transparent;
margin: 0 0.1em;
border: 4px solid #47a3da;
text-indent: -8000px;
}
.container > header nav a:after {
content: attr(data-info);
color: #47a3da;
position: absolute;
width: 600%;
top: 120%;
text-align: right;
right: 0;
opacity: 0;
pointer-events: none;
}
.container > header nav a:hover:after {
opacity: 1;
}
.container > header nav a:hover {
background: #47a3da;
}
.main > section {
width: 100%;
margin: 0 auto;
}
.main > section h2 {
font-weight: 300;
color: #333;
}
input[type="password"], input[type="text"], input[type="email"] {
-webkit-appearance: none;
border: 0px solid #fff;
background: #fff;
font-size: 15px;
padding: 6px 8px;
margin: 0 10px 0 0;
}
input.has-error {
border: 1px solid #ff0000;
}
input:focus {
outline: none;
}
textarea {
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
-webkit-appearance: none;
border: none;
background: #f6f6f6;
font-size: 15px;
width: 250px;
height: 32px;
padding: 0 0 0 15px;
margin: 0 5px 0 0;
}
.icon-drop:before,
.icon-arrow-left:before {
font-family: 'fontawesome';
position: absolute;
top: 0;
width: 100%;
height: 100%;
speak: none;
font-style: normal;
font-weight: normal;
line-height: 2;
text-align: center;
color: #47a3da;
-webkit-font-smoothing: antialiased;
text-indent: 8000px;
padding-left: 8px;
}
.container > header nav a:hover:before {
color: #fff;
}
.hidden {
display: none;
}
/* START Modals */
div.m-modals {
background-color: rgba( 0, 0, 0, 0.8 ) ;
bottom: 0px ;
left: 0px ;
position: fixed ;
right: 0px ;
top: 0px ;
z-index:999;
}
div.m-modals.ng-hide {
background-color: rgba( 0, 0, 0, 0 );
}
div.m-modals.ng-hide-add.ng-hide-add-active,
div.m-modals.ng-hide-remove.ng-hide-remove-active {
transition: 250ms ease all ;
}
div.m-modals > .modalPlan {
border-radius: 3px 3px 3px 3px ;
box-sizing: border-box ;
-moz-box-sizing: border-box ;
padding: 20px 20px 20px 20px ;
position: fixed ;
left: 50% ;
margin-left: -600px ;
top: 200px ;
width: 1200px;
}
div.m-modals > .modal {
border-radius: 3px 3px 3px 3px ;
box-sizing: border-box ;
-moz-box-sizing: border-box ;
padding: 20px 20px 20px 20px ;
position: fixed ;
left: 50% ;
margin-left: -400px ;
top: 100px ;
width: 800px;
}
div.m-modals.ng-hide > .modal.ng-enter {
top: -200px ;
transition: 250ms ease top ;
}
div.m-modals.ng-hide > .modal.ng-enter.ng-enter-active {
top: 200px ;
}
/* START Login/Register modal styling */
#registrationModal {
width: 340px;
position: relative;
background-color:#F2F2F2;
color: black;
margin-left: auto;
margin-right: auto;
}
#registrationModal .error-box {
margin: -35px 0;
}
#registrationModal .registration-form {
width: 100%;
margin-top: 5px;
}
#registrationModal .registration-form > form {
padding-top: 20px;
}
#registrationModal .registration-form > form > input {
margin-bottom: 10px;
width: 100%;
font-family: roboto, helvetica, sans-serif;
}
#registrationModal .tabs {
width: 100%;
}
#registrationModal .tabs div {
background-color:white;
width: 50%;
float:left;
padding: 10px 0 10px 15px;
cursor: pointer;
color: gray;
}
#registrationModal .tabs div.active {
background-color:#F2F2F2;
font-weight: bold;
color: #000;
}
#registrationModal .tab-content {
padding: 20px;
}
#registrationModal .extra-bar {
height: 40px;
margin: 10px 0 10px 0;
}
#registrationModal .registration-social {
float: left;
}
#registrationModal .remember-password {
float: right;
font-size: 12px;
margin-right: 27px;
}
#registrationModal hr {
border: 1px solid #CCCCCC;
clear: both;
}
.cancel-button {
background-color: #CCCCCC;
color: white;
border: 1px solid #cccccc;
margin-right: 10px;
}
#registrationModal #tosContainer {
padding-top: 5px;
padding-bottom: 5px;
}
/* END Login/Register modal styling */
/* END Modals */
/*registration styling*/
.registration {
background-color: #c6c6c6;
position: absolute;
width: 100%;
padding: 20px;
z-index: 30;
bottom: 0;
}
.registration.activation {
background-color: #5cb85c;
color: white;
}
.registration-text {
font-weight: 700;
min-width: 310px;
}
.registration-form {
position: relative;
float: left;
}
.registration-form.explanation {
margin: 0 0 10px;
}
.activation .registration-text {
float: none;
margin: 6px 0;
padding: 0 30px;
}
.activation .registration-form {
float: none;
text-align: center;
}
.activation .registration-form.explanation {
margin: 0;
}
@media all and (min-width: 1220px) {
.registration-text {
float: left;
margin: 0 10px 0 0;
padding: 7px 0 0;
}
.registration-form {
position: relative;
float: left;
}
.registration-form.explanation {
margin: 0;
}
}
.registration-social {
float: left;
margin: 10px 0 0 0;
}
@media all and (min-width: 890px) {
.registration-social {
margin: 0 0 0 10px;
}
}
/*
TODO: "socialicons" styles COPIED from css/pages/frontpage.css: refactor into common location!
If, instead, "socialicons" styles are placed in css/shared/default.css and this CSS is included in create/index.html, the page's style is completely broken.
*/
.socialicon {
background-color: #fff;
width: 33px;
height: 33px;
padding: 6px 0 0 0;
font-size: 20px;
text-align:center;
display: inline-block;
cursor:pointer;
margin-right: 5px;
}
.socialicon:hover {
background-color: #F2F2F2;
text-decoration: none;
}
.social-registration-text {
font-weight: 700;
bottom: 3px;
display: inline-block;
position: relative;
margin-right:5px;
}
.registration-button {
width: 143px;
font-size: 18px;
font-weight: 400;
padding: 5px 10px 5px;
min-width: 100px;
}
.registration-missing-email {
position: absolute;
left: 0;
right: 0;
bottom: -20px;
font-size: 80%;
cursor: pointer;
-webkit-transition: 1s linear all;
transition: 1s linear all;
opacity: 1;
}
.registration-missing-email.ng-hide {
opacity: 0;
}
.registration-missing-email:hover {
text-decoration: underline;
}
.registration-missing-email.not-link {
text-decoration: none;
cursor: default;
}
.registration-missing-email.not-link:hover {
color: white;
}
.registration-close-button {
position: absolute;
right: 0;
top: 0;
color: #fff;
font-size: 120%;
cursor: pointer;
}
.registration-close-button:hover {
color: #000;
}
#registration-tos-container {
position: absolute; /* To avoid affecting the size (height) of the registration bar */
padding-top: 0px;
width: 300px;
margin-left: 497px;
}
.error-box {
position: absolute;
background: #ff0000;
margin: -40px 0 0;
padding: 5px 10px;
color: #fff;
z-index: 99;
}
.error-box.error-box-name {
margin-left: 30px;
}
.error-box.error-box-email {
margin-left: 230px;
}
.error-box.error-box-password {
margin-left: 392px;
}
.error-box.error-box-tos {
margin-left: 595px;
width: 267px;
}
.error-box:after {
top: 100%;
left: 50%;
border: 6px solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-top-color: #ff0000;
margin-left: -3px;
}
/* Styling for the ngProgress */
#ngProgress-container {
position: fixed;
margin: 0;
padding: 0;
top: 0;
left: 0;
right: 0;
z-index: 99999;
}
#ngProgress {
margin: 0;
padding: 0;
z-index: 99998;
background-color: #fff265;
color: #fff265;
box-shadow: 0 0 10px 0; /* Inherits the font color */
height: 3px;
opacity: 0;
/* Add CSS3 styles for transition smoothing */
-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;
}
/* Styling for autocomplete */
.autocomplete{
width: 100%;
position: relative;
}
.autocomplete input {
font-size: 1.2em;
width: 100%;
padding:0.4em;
}
.autocomplete ul {
position: absolute;
top: 30px;
left: 0;
width: 100%;
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
border-bottom: 1px solid #efefef;
z-index: 5;
}
.autocomplete li {
text-align: left;
list-style:none;
width: 100%;
padding:0.4em;
background-color: #fff;
}
.autocomplete li.active {
width: 100%;
background-color: #fff265;
}
.autocomplete .highlight {
background-color: #E2E2E2;
}
.autocomplete li.active .highlight {
background: #fff265;
}
.notifications {
background: #fff265;
font-weight: bold;
text-align: center;
width: 250px;
padding: 5px;
position: absolute;
bottom: 144px;
left: 50%;
margin-left: -125px;
z-index: 20;
}
.notifications.activation {
bottom: 110px;
}
@media all and (min-width: 500px) {
.notifications.activation {
bottom: 90px;
}
}
@media all and (min-width: 890px) {
.notifications {
bottom: 102px;
}
.notifications.activation {
bottom: 72px;
}
}
@media all and (min-width: 1220px) {
.notifications {
bottom: 72px;
}
}
.notifications.loggedin {
bottom:0;
}
.readmore{
text-decoration: underline;
color:#999;
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upgradeButton, #changeButton{
cursor: pointer;
}
.modalButtons{
cursor: pointer;
margin-right: 10px;
padding:10px;
text-align: center;
font-size: 18px;
}
#useFree{
position: absolute;
bottom:20px;
left:20px;
width:350px;
background: #fff;
}
.upgrade-text {
color: #000;
text-align: center;
}
.upgrade-text span {
font-size: 16px;
padding: 0 5px;
}
.upgrade-text a {
text-decoration: underline;
padding: 0 5px;
color: #fff;
}
.upgrade-text-free {
color: #000;
}
.upgrade-text-premium {
color: #fff56c;
}
.upgrade-text .upgrade-text-being-downgraded {
text-decoration: none;
color: #fff;
}
#useFree:hover{
color:#c6c6c6;
background: #fff;
}
#useFree:active{
color:#000;
background: #fff;
}
#usePremium{
position: absolute;
bottom:20px;
right:420px;
width:350px;
background: #fff56c;
color: #e98f2c;
}
#usePremium:hover{
color: #f2d32c;
background: #fff56c;
}
#usePremium:active{
color: #e98f2c;
background: #fff56c;
}
#usePro{
position: absolute;
bottom:20px;
right:10px;
width:350px;
background: #9D9DFF;
color: #00006B;
}
#usePro:hover{
color: #000;
background: #9D9DFF;
}
#usePro:active{
color: #000;
background: #9D9DFF;
}
.planChoice{
width:350px;
height:240px;
display:inline-block;
padding-left:25px;
}
.planChoice p{
font-size: 20px;
line-height: .5;
}
#freePlan{
background: #d6d6d6;
margin-right:50px;
border:4px #fff solid;
color: #000;
float: left;
}
#freePlan h1{
font-weight: 400;
margin: 0.6em 0 0.4em 0;
}
#premiumPlan{
background: #f2d32c;
border:4px #fff56c solid;
color: #e98f2c;
}
#premiumPlan h1{
color: #fff56c;
font-weight: 400;
margin: 0.6em 0 0.4em 0;
}
#premiumPlan h2{
color: #fff56c;
font-weight: 400;
text-align: right;
margin-right: 25px;
font-size: 27px;
}
#proPlan{
background: #00006B;
border:4px #9D9DFF solid;
color: #C6C6C6;
float: right;
}
#proPlan h1{
color: #fff;
font-weight: 400;
margin: 0.6em 0 0.4em 0;
}
#price{
position: absolute;
right: 45px;
top: 35px;
color: #fff56c;
text-align: right;
}
#price p{
font-size:32px;
padding-right: 10px;
}
#price span{
font-size:12px;
color:#fff56c;
}
.paymentAir{
float: left;
margin-right: 20px;
}
.yellow{
color: #fff56c;
}
.secure-text{
text-align: right;
float: right;
margin-right: 10px;
margin-top: -1px;
}
.top-text-card{
color: #A9A9A9;
margin-bottom: 0;
margin-top: 30px;
}
.input-label{
color: #A9A9A9;
margin: 0;
}
.paymentCardNumber{
width: 342px;
padding: 10px;
margin: 0;
font-size: 1.2em;
font-family: 'Roboto', Arial, sans-serif;
}
.billingCountry{
width: 342px;
padding: 10px;
font-size: 1.2em;
font-family: 'Roboto', Arial, sans-serif;
}
.paymentExpiresCVC{
width: 161px;
padding: 10px;
font-size: 1.2em;
font-family: 'Roboto', Arial, sans-serif;
}
.paymentItem:focus{
border-color: #85C0FF;
border-style: solid;
box-shadow: 0 0 .1875em #85C0FF;
border-width: 2px;
}
.paymentItemValid{
border-color: #75FFAF;
border-style: solid;
box-shadow: 0 0 .1875em #75FFAF;
border-width: 2px;
}
.paymentItemValid:focus{
border-color: #75FFAF;
border-style: solid;
box-shadow: 0 0 .1875em #75FFAF;
border-width: 2px;
}
.secure-image{
float: right;
margin-right: 25px;
}
.upgradePayment{
width:400px;
display:inline-block;
padding-left:25px;
padding-bottom: 25px;
background: #EEEEEE;
margin-right:50px;
margin-left: 180px;
border:4px #fff solid;
color: #000;
}
.upgradePayment input {
margin-bottom: 20px;
}
.paymentButtons{
cursor: pointer;
text-align: center;
font-size: 18px;
color: #ffffff;
}
.paymentButtons#paymentCancel{
background: #cccccc;
color: #fff;
float: left;
padding:10px 52px;
}
.paymentButtons#paymentUpgrade{
background: #fff56c;
color: #e98f2c;
float: right;
margin-right: 25px;
padding:10px 47px;
}
/* Loading mask */
.loading-animation {
z-index: 101;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent url("../../../../images/scripler_is_working.gif") no-repeat center;
}
.loading-mask {
z-index: 100;
position: absolute;
top: 0;
left: 0;
-moz-opacity: 0.7;
opacity: .70;
filter: alpha(opacity=70);
background-color: #eee;
width: 100%;
height: 100%;
zoom: 1;
}
.upgradePayment {
position: relative;
} | public/create/pages/css/shared/default.css | body, html {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
body {
background: none #F8F9F9;
}
html, body, button {
font-family: 'Roboto', Arial, sans-serif;
font-size: 100%;
color: #666;
}
/* Angular Cloak */
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none !important;
}
/* Angular Animate */
.ng-hide-add, .ng-hide-remove {
display: block !important;
}
/* Reset */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
/* Standard Elements */
button, .button {
outline: none;
-webkit-appearance: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
width: 100%;
padding: 5px;
background: #fff56c;
border: 1px solid #fff56c;
color: #000;
text-align: center;
cursor: pointer;
}
button.secondary, .button.secondary {
background: #c6c6c6;
border: 1px solid #c6c6c6;
}
button.revert, .button.revert {
background: #000;
border: 1px solid #000;
color: #fff56c;
}
button label, .button label {
color: #000;
cursor: pointer;
}
button:hover, .button:hover {
border: 1px solid #000;
}
button.revert:hover, .button.revert:hover {
border: 1px solid #fff56c;
}
button:active, .button:active {
border: 1px solid #fefefe;
}
button:hover label, button:active label, .button:hover label, .button:active label {
color: #666;
}
/* Standard Margin */
.margin-top {
margin-top: 10px;
}
.margin-bottom {
margin-bottom: 10px;
}
.margin-left {
margin-left: 10px;
}
.margin-right {
margin-right: 10px;
}
.no-top-margin {
margin-top: 0;
}
.no-top-margin-2 {
margin-top: 0;
color: #9A9A9A;
font-size: 14px;
}
.no-top-margin-2 a{
color: #9A9A9A;
text-decoration: underline;
}
.no-top-margin-2 a:hover{
color: #000;
text-decoration: underline;
}
/* General Styling */
h1 {
font-size: 2.25em;
margin: 0.8em 0 0.4em 0;
}
h2 {
font-size: 2em;
margin: 0.8em 0 0.2em 0;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.link-underline {
text-decoration: underline;
}
.font-small {
font-size: 0.75em;
}
.font-italic {
font-style: italic;
}
.container {
position: relative;
width: 100%;
height: 100%;
background-color: #fafafa;
}
.container.shownotification {
height: calc(100% - 142px);
}
.container.shownotification.activation {
height: calc(100% - 90px);
}
@media all and (min-width: 890px) {
.container.shownotification {
height: calc(100% - 102px);
}
.container.shownotification.activation {
height: calc(100% - 72px);
}
}
@media all and (min-width: 1220px) {
.container.shownotification {
height: calc(100% - 72px);
}
}
.container > header {
width: 100%;
margin: 0 auto;
padding: 1em;
}
.container > header h1 {
font-size: 2.125em;
line-height: 1.3;
margin: 0;
float: left;
font-weight: 400;
}
.container > header span {
display: block;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5em;
padding: 0 0 0.6em 0.1em;
}
.container > header nav {
float: right;
}
.container > header nav a {
display: block;
float: left;
position: relative;
width: 2.5em;
height: 2.5em;
background: #fff;
border-radius: 50%;
color: transparent;
margin: 0 0.1em;
border: 4px solid #47a3da;
text-indent: -8000px;
}
.container > header nav a:after {
content: attr(data-info);
color: #47a3da;
position: absolute;
width: 600%;
top: 120%;
text-align: right;
right: 0;
opacity: 0;
pointer-events: none;
}
.container > header nav a:hover:after {
opacity: 1;
}
.container > header nav a:hover {
background: #47a3da;
}
.main > section {
width: 100%;
margin: 0 auto;
}
.main > section h2 {
font-weight: 300;
color: #333;
}
input[type="password"], input[type="text"], input[type="email"] {
-webkit-appearance: none;
border: 0px solid #fff;
background: #fff;
font-size: 15px;
padding: 6px 8px;
margin: 0 10px 0 0;
}
input.has-error {
border: 1px solid #ff0000;
}
input:focus {
outline: none;
}
textarea {
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
-webkit-appearance: none;
border: none;
background: #f6f6f6;
font-size: 15px;
width: 250px;
height: 32px;
padding: 0 0 0 15px;
margin: 0 5px 0 0;
}
.icon-drop:before,
.icon-arrow-left:before {
font-family: 'fontawesome';
position: absolute;
top: 0;
width: 100%;
height: 100%;
speak: none;
font-style: normal;
font-weight: normal;
line-height: 2;
text-align: center;
color: #47a3da;
-webkit-font-smoothing: antialiased;
text-indent: 8000px;
padding-left: 8px;
}
.container > header nav a:hover:before {
color: #fff;
}
.hidden {
display: none;
}
/* START Modals */
div.m-modals {
background-color: rgba( 0, 0, 0, 0.8 ) ;
bottom: 0px ;
left: 0px ;
position: fixed ;
right: 0px ;
top: 0px ;
z-index:999;
}
div.m-modals.ng-hide {
background-color: rgba( 0, 0, 0, 0 );
}
div.m-modals.ng-hide-add.ng-hide-add-active,
div.m-modals.ng-hide-remove.ng-hide-remove-active {
transition: 250ms ease all ;
}
div.m-modals > .modalPlan {
border-radius: 3px 3px 3px 3px ;
box-sizing: border-box ;
-moz-box-sizing: border-box ;
padding: 20px 20px 20px 20px ;
position: fixed ;
left: 50% ;
margin-left: -600px ;
top: 200px ;
width: 1200px;
}
div.m-modals > .modal {
border-radius: 3px 3px 3px 3px ;
box-sizing: border-box ;
-moz-box-sizing: border-box ;
padding: 20px 20px 20px 20px ;
position: fixed ;
left: 50% ;
margin-left: -400px ;
top: 100px ;
width: 800px;
}
div.m-modals.ng-hide > .modal.ng-enter {
top: -200px ;
transition: 250ms ease top ;
}
div.m-modals.ng-hide > .modal.ng-enter.ng-enter-active {
top: 200px ;
}
/* START Login/Register modal styling */
#registrationModal {
width: 340px;
position: relative;
background-color:#F2F2F2;
color: black;
margin-left: auto;
margin-right: auto;
}
#registrationModal .error-box {
margin: -35px 0;
}
#registrationModal .registration-form {
width: 100%;
margin-top: 5px;
}
#registrationModal .registration-form > form {
padding-top: 20px;
}
#registrationModal .registration-form > form > input {
margin-bottom: 10px;
width: 100%;
font-family: roboto, helvetica, sans-serif;
}
#registrationModal .tabs {
width: 100%;
}
#registrationModal .tabs div {
background-color:white;
width: 50%;
float:left;
padding: 10px 0 10px 15px;
cursor: pointer;
color: gray;
}
#registrationModal .tabs div.active {
background-color:#F2F2F2;
font-weight: bold;
color: #000;
}
#registrationModal .tab-content {
padding: 20px;
}
#registrationModal .extra-bar {
height: 40px;
margin: 10px 0 10px 0;
}
#registrationModal .registration-social {
float: left;
}
#registrationModal .remember-password {
float: right;
font-size: 12px;
margin-right: 27px;
}
#registrationModal hr {
border: 1px solid #CCCCCC;
clear: both;
}
.cancel-button {
background-color: #CCCCCC;
color: white;
border: 1px solid #cccccc;
margin-right: 10px;
}
#registrationModal #tosContainer {
padding-top: 5px;
padding-bottom: 5px;
}
/* END Login/Register modal styling */
/* END Modals */
/*registration styling*/
.registration {
background-color: #c6c6c6;
position: absolute;
width: 100%;
padding: 20px;
z-index: 30;
bottom: 0;
}
.registration.activation {
background-color: #5cb85c;
color: white;
}
.registration-text {
font-weight: 700;
min-width: 310px;
}
.registration-form {
position: relative;
float: left;
}
.registration-form.explanation {
margin: 0 0 10px;
}
.activation .registration-text {
float: none;
margin: 6px 0;
padding: 0 30px;
}
.activation .registration-form {
float: none;
text-align: center;
}
.activation .registration-form.explanation {
margin: 0;
}
@media all and (min-width: 1220px) {
.registration-text {
float: left;
margin: 0 10px 0 0;
padding: 7px 0 0;
}
.registration-form {
position: relative;
float: left;
}
.registration-form.explanation {
margin: 0;
}
}
.registration-social {
float: left;
margin: 10px 0 0 0;
}
@media all and (min-width: 890px) {
.registration-social {
margin: 0 0 0 10px;
}
}
/*
TODO: "socialicons" styles COPIED from css/pages/frontpage.css: refactor into common location!
If, instead, "socialicons" styles are placed in css/shared/default.css and this CSS is included in create/index.html, the page's style is completely broken.
*/
.socialicon {
background-color: #fff;
width: 33px;
height: 33px;
padding: 6px 0 0 0;
font-size: 20px;
text-align:center;
display: inline-block;
cursor:pointer;
margin-right: 5px;
}
.socialicon:hover {
background-color: #F2F2F2;
text-decoration: none;
}
.social-registration-text {
font-weight: 700;
bottom: 3px;
display: inline-block;
position: relative;
margin-right:5px;
}
.registration-button {
width: 143px;
font-size: 18px;
font-weight: 400;
padding: 5px 10px 5px;
min-width: 100px;
}
.registration-missing-email {
position: absolute;
left: 0;
right: 0;
bottom: -20px;
font-size: 80%;
cursor: pointer;
-webkit-transition: 1s linear all;
transition: 1s linear all;
opacity: 1;
}
.registration-missing-email.ng-hide {
opacity: 0;
}
.registration-missing-email:hover {
text-decoration: underline;
}
.registration-missing-email.not-link {
text-decoration: none;
cursor: default;
}
.registration-missing-email.not-link:hover {
color: white;
}
.registration-close-button {
position: absolute;
right: 0;
top: 0;
color: #fff;
font-size: 120%;
cursor: pointer;
}
.registration-close-button:hover {
color: #000;
}
#registration-tos-container {
position: absolute; /* To avoid affecting the size (height) of the registration bar */
padding-top: 0px;
width: 300px;
margin-left: 497px;
}
.error-box {
position: absolute;
background: #ff0000;
margin: -40px 0 0;
padding: 5px 10px;
color: #fff;
z-index: 99;
}
.error-box.error-box-name {
margin-left: 30px;
}
.error-box.error-box-email {
margin-left: 230px;
}
.error-box.error-box-password {
margin-left: 392px;
}
.error-box.error-box-tos {
margin-left: 595px;
width: 267px;
}
.error-box:after {
top: 100%;
left: 50%;
border: 6px solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-top-color: #ff0000;
margin-left: -3px;
}
/* Styling for the ngProgress */
#ngProgress-container {
position: fixed;
margin: 0;
padding: 0;
top: 0;
left: 0;
right: 0;
z-index: 99999;
}
#ngProgress {
margin: 0;
padding: 0;
z-index: 99998;
background-color: #fff265;
color: #fff265;
box-shadow: 0 0 10px 0; /* Inherits the font color */
height: 3px;
opacity: 0;
/* Add CSS3 styles for transition smoothing */
-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;
}
/* Styling for autocomplete */
.autocomplete{
width: 100%;
position: relative;
}
.autocomplete input {
font-size: 1.2em;
width: 100%;
padding:0.4em;
}
.autocomplete ul {
position: absolute;
top: 30px;
left: 0;
width: 100%;
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
border-bottom: 1px solid #efefef;
z-index: 5;
}
.autocomplete li {
text-align: left;
list-style:none;
width: 100%;
padding:0.4em;
background-color: #fff;
}
.autocomplete li.active {
width: 100%;
background-color: #fff265;
}
.autocomplete .highlight {
background-color: #E2E2E2;
}
.autocomplete li.active .highlight {
background: #fff265;
}
.notifications {
background: #fff265;
font-weight: bold;
text-align: center;
width: 250px;
padding: 5px;
position: absolute;
bottom: 144px;
left: 50%;
margin-left: -125px;
z-index: 20;
}
.notifications.activation {
bottom: 110px;
}
@media all and (min-width: 500px) {
.notifications.activation {
bottom: 90px;
}
}
@media all and (min-width: 890px) {
.notifications {
bottom: 102px;
}
.notifications.activation {
bottom: 72px;
}
}
@media all and (min-width: 1220px) {
.notifications {
bottom: 72px;
}
}
.notifications.loggedin {
bottom:0;
}
.readmore{
text-decoration: underline;
color:#999;
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#upgradeButton, #changeButton{
cursor: pointer;
}
.modalButtons{
cursor: pointer;
margin-right: 10px;
padding:10px;
text-align: center;
font-size: 18px;
}
#useFree{
position: absolute;
bottom:20px;
left:20px;
width:350px;
background: #fff;
}
.upgrade-text {
color: #000;
text-align: center;
}
.upgrade-text span {
font-size: 16px;
padding: 0 5px;
}
.upgrade-text a {
text-decoration: underline;
padding: 0 5px;
color: #fff;
}
.upgrade-text-free {
color: #000;
}
.upgrade-text-premium {
color: #fff56c;
}
.upgrade-text .upgrade-text-being-downgraded {
text-decoration: none;
color: #fff;
}
#useFree:hover{
color:#c6c6c6;
background: #fff;
}
#useFree:active{
color:#000;
background: #fff;
}
#usePremium{
position: absolute;
bottom:20px;
right:420px;
width:350px;
background: #fff56c;
color: #e98f2c;
}
#usePremium:hover{
color: #f2d32c;
background: #fff56c;
}
#usePremium:active{
color: #e98f2c;
background: #fff56c;
}
#usePro{
position: absolute;
bottom:20px;
right:10px;
width:350px;
background: #9D9DFF;
color: #00006B;
}
#usePro:hover{
color: #000;
background: #9D9DFF;
}
#usePro:active{
color: #000;
background: #9D9DFF;
}
.planChoice{
width:350px;
height:240px;
display:inline-block;
padding-left:25px;
}
.planChoice p{
font-size: 20px;
line-height: .5;
}
#freePlan{
background: #d6d6d6;
margin-right:50px;
border:4px #fff solid;
color: #000;
float: left;
}
#freePlan h1{
font-weight: 400;
margin: 0.6em 0 0.4em 0;
}
#premiumPlan{
background: #f2d32c;
border:4px #fff56c solid;
color: #e98f2c;
}
#premiumPlan h1{
color: #fff56c;
font-weight: 400;
margin: 0.6em 0 0.4em 0;
}
#premiumPlan h2{
color: #fff56c;
font-weight: 400;
text-align: right;
margin-right: 25px;
font-size: 27px;
}
#proPlan{
background: #00006B;
border:4px #9D9DFF solid;
color: #C6C6C6;
float: right;
}
#proPlan h1{
color: #fff;
font-weight: 400;
margin: 0.6em 0 0.4em 0;
}
#price{
position: absolute;
right: 45px;
top: 35px;
color: #fff56c;
text-align: right;
}
#price p{
font-size:32px;
padding-right: 10px;
}
#price span{
font-size:12px;
color:#fff56c;
}
.paymentAir{
float: left;
margin-right: 20px;
}
.yellow{
color: #fff56c;
}
.secure-text{
text-align: right;
float: right;
margin-right: 10px;
margin-top: -1px;
}
.top-text-card{
color: #A9A9A9;
margin-bottom: 0;
margin-top: 30px;
}
.input-label{
color: #A9A9A9;
margin: 0;
}
.paymentCardNumber{
width: 342px;
padding: 10px;
margin: 0;
font-size: 1.2em;
font-family: 'Roboto', Arial, sans-serif;
}
.billingCountry{
width: 342px;
padding: 10px;
font-size: 1.2em;
font-family: 'Roboto', Arial, sans-serif;
}
.paymentExpiresCVC{
width: 161px;
padding: 10px;
font-size: 1.2em;
font-family: 'Roboto', Arial, sans-serif;
}
.paymentItem:focus{
border-color: #85C0FF;
border-style: solid;
box-shadow: 0 0 .1875em #85C0FF;
border-width: 2px;
}
.paymentItemValid{
border-color: #75FFAF;
border-style: solid;
box-shadow: 0 0 .1875em #75FFAF;
border-width: 2px;
}
.paymentItemValid:focus{
border-color: #75FFAF;
border-style: solid;
box-shadow: 0 0 .1875em #75FFAF;
border-width: 2px;
}
.secure-image{
float: right;
margin-right: 25px;
}
.upgradePayment{
width:400px;
display:inline-block;
padding-left:25px;
padding-bottom: 25px;
background: #EEEEEE;
margin-right:50px;
margin-left: 180px;
border:4px #fff solid;
color: #000;
}
.upgradePayment input {
margin-bottom: 20px;
}
.paymentButtons{
cursor: pointer;
text-align: center;
font-size: 18px;
color: #ffffff;
}
.paymentButtons#paymentCancel{
background: #cccccc;
color: #fff;
float: left;
padding:10px 52px;
}
.paymentButtons#paymentUpgrade{
background: #fff56c;
color: #e98f2c;
float: right;
margin-right: 25px;
padding:10px 47px;
}
/* Loading mask */
.loading-animation {
z-index: 101;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent url("../../../../images/scripler_is_working.gif") no-repeat center;
}
.loading-mask {
z-index: 100;
position: absolute;
top: 0;
left: 0;
-moz-opacity: 0.7;
opacity: .70;
filter: alpha(opacity=70);
background-color: #eee;
width: 100%;
height: 100%;
zoom: 1;
}
.upgradePayment {
position: relative;
} | 0.335677 | 0.055005 |
html {
font-size: 1rem;
line-height: 1.4em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
/*, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
@media(min-width: 768px) {
html {
font-size: 16px;
}
}
body {
margin: 0;
}
a {
color: #004276;
}
figure {
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
text-align: left;
}
table thead {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table thead th {
padding-bottom: 0.5em;
}
table tbody :first-child td {
padding-top: 0.5em;
}
pre {
overflow: auto;
max-width: 100%;
}
p {
margin-top: 0;
margin-bottom: 1em;
}
sup,
sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
line-height: 1em;
}
sub {
top: 0.4em;
}
.kicker,
.marker {
font-size: 15px;
font-weight: 600;
color: rgba(0, 0, 0, 0.5);
}
/* Headline */
@media(min-width: 1024px) {
d-title h1 span {
display: block;
}
}
/* Figure */
figure {
position: relative;
margin-bottom: 2.5em;
margin-top: 1.5em;
}
figcaption+figure {}
figure img {
width: 100%;
}
figure svg text,
figure svg tspan {}
figcaption,
.figcaption {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
line-height: 1.5em;
}
@media(min-width: 1024px) {
figcaption,
.figcaption {
font-size: 13px;
}
}
figure.external img {
background: white;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
padding: 18px;
box-sizing: border-box;
}
figcaption a {
color: rgba(0, 0, 0, 0.6);
}
figcaption b,
figcaption strong,
{
font-weight: 600;
color: rgba(0, 0, 0, 1.0);
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@supports not (display: grid) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
display: block;
padding: 8px;
}
}
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
display: grid;
justify-items: stretch;
grid-template-columns: [screen-start] 1fr [page-start kicker-start text-start gutter-start middle-start] 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr [text-end page-end gutter-end kicker-end middle-end] 1fr [screen-end];
grid-column-gap: 8px;
}
.grid {
display: grid;
grid-column-gap: 8px;
}
@media(min-width: 768px) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
grid-template-columns: [screen-start] 1fr [page-start kicker-start middle-start text-start] 45px 45px 45px 45px 45px 45px 45px 45px [ kicker-end gutter-start] 45px [middle-end] 45px [text-end page-end gutter-end] 1fr [screen-end];
grid-column-gap: 16px;
}
.grid {
grid-column-gap: 16px;
}
}
@media(min-width: 1000px) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
grid-template-columns: [screen-start] 1fr [page-start kicker-start text-start] 50px [middle-start] 50px [ kicker-end] 50px 50px 50px 50px 50px 50px 50px 50px [ gutter-start] 50px [middle-end] 50px [text-end page-end gutter-end] 1fr [screen-end];
grid-column-gap: 16px;
}
.grid {
grid-column-gap: 16px;
}
}
@media(min-width: 1180px) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
grid-template-columns: [screen-start] 1fr [page-start kicker-start text-start] 60px [middle-start] 60px [ kicker-end] 60px 60px 60px 60px 60px 60px 60px 60px [ gutter-start] 60px [middle-end] 60px [text-end page-end gutter-end] 1fr [screen-end];
grid-column-gap: 10px;
}
.grid {
grid-column-gap: 10px;
}
}
.base-grid {
grid-column: screen;
}
/* .l-body,
d-article > * {
grid-column: text;
}
.l-page,
d-title > *,
d-figure {
grid-column: page;
} */
.l-gutter {
grid-column: gutter;
}
.l-text,
.l-body {
grid-column: text;
}
.l-page {
grid-column: page;
}
.l-body-outset {
grid-column: middle;
}
.l-page-outset {
grid-column: page;
}
.l-screen {
grid-column: screen;
}
.l-screen-inset {
grid-column: screen;
padding-left: 16px;
padding-left: 16px;
}
/* Aside */
d-article aside {
grid-column: gutter;
font-size: 12px;
line-height: 1.6em;
color: rgba(0, 0, 0, 0.6)
}
@media(min-width: 768px) {
aside {
grid-column: gutter;
}
.side {
grid-column: gutter;
}
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
d-title {
padding: 2rem 0 1.5rem;
contain: layout style;
overflow-x: hidden;
}
@media(min-width: 768px) {
d-title {
padding: 4rem 0 1.5rem;
}
}
d-title h1 {
grid-column: text;
font-size: 40px;
font-weight: 700;
line-height: 1.1em;
margin: 0 0 0.5rem;
}
@media(min-width: 768px) {
d-title h1 {
font-size: 50px;
}
}
d-title p {
font-weight: 300;
font-size: 1rem;
line-height: 1.4em;
grid-column: text;
}
d-title .status {
margin-top: 0px;
font-size: 12px;
color: #009688;
opacity: 0.8;
grid-column: kicker;
}
d-title .status span {
line-height: 1;
display: inline-block;
padding: 6px 0;
border-bottom: 1px solid #80cbc4;
font-size: 11px;
text-transform: uppercase;
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
d-byline {
contain: style;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.8rem;
line-height: 1.8em;
padding: 1.5rem 0;
min-height: 1.8em;
}
d-byline .byline {
grid-template-columns: 1fr 1fr;
grid-column: text;
}
@media(min-width: 768px) {
d-byline .byline {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
d-byline .authors-affiliations {
grid-column-end: span 2;
grid-template-columns: 1fr 1fr;
margin-bottom: 1em;
}
@media(min-width: 768px) {
d-byline .authors-affiliations {
margin-bottom: 0;
}
}
d-byline h3 {
font-size: 0.6rem;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
margin: 0;
text-transform: uppercase;
}
d-byline p {
margin: 0;
}
d-byline a,
d-article d-byline a {
color: rgba(0, 0, 0, 0.8);
text-decoration: none;
border-bottom: none;
}
d-article d-byline a:hover {
text-decoration: underline;
border-bottom: none;
}
d-byline p.author {
font-weight: 500;
}
d-byline .affiliations {}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
d-article {
contain: layout style;
overflow-x: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
color: rgba(0, 0, 0, 0.8);
}
d-article>* {
grid-column: text;
}
@media(min-width: 768px) {
d-article {
font-size: 16px;
}
}
@media(min-width: 1024px) {
d-article {
font-size: 1.06rem;
line-height: 1.7em;
}
}
/* H2 */
d-article .marker {
text-decoration: none;
border: none;
counter-reset: section;
grid-column: kicker;
line-height: 1.7em;
}
d-article .marker:hover {
border: none;
}
d-article .marker span {
padding: 0 3px 4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
position: relative;
top: 4px;
}
d-article .marker:hover span {
color: rgba(0, 0, 0, 0.7);
border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
d-article h2 {
font-weight: 600;
font-size: 24px;
line-height: 1.25em;
margin: 2rem 0 1.5rem 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 1rem;
}
@media(min-width: 1024px) {
d-article h2 {
font-size: 36px;
}
}
/* H3 */
d-article h3 {
font-weight: 700;
font-size: 18px;
line-height: 1.4em;
margin-bottom: 1em;
margin-top: 2em;
}
@media(min-width: 1024px) {
d-article h3 {
font-size: 20px;
}
}
/* H4 */
d-article h4 {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
line-height: 1.4em;
}
d-article a {
color: inherit;
}
d-article p,
d-article ul,
d-article ol,
d-article blockquote {
margin-top: 0;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}
d-article blockquote {
border-left: 2px solid rgba(0, 0, 0, 0.2);
padding-left: 2em;
font-style: italic;
color: rgba(0, 0, 0, 0.6);
}
d-article a {
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
text-decoration: none;
}
d-article a:hover {
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
d-article .link {
text-decoration: underline;
cursor: pointer;
}
d-article ul,
d-article ol {
padding-left: 24px;
}
d-article li {
margin-bottom: 1em;
margin-left: 0;
padding-left: 0;
}
d-article li:last-child {
margin-bottom: 0;
}
d-article pre {
font-size: 14px;
margin-bottom: 20px;
}
d-article hr {
grid-column: screen;
width: 100%;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 60px;
margin-bottom: 60px;
}
d-article section {
margin-top: 60px;
margin-bottom: 60px;
}
d-article span.equation-mimic {
font-family: georgia;
font-size: 115%;
font-style: italic;
}
d-article>d-code,
d-article section>d-code {
display: block;
}
d-article>d-math[block],
d-article section>d-math[block] {
display: block;
}
@media (max-width: 768px) {
d-article>d-code,
d-article section>d-code,
d-article>d-math[block],
d-article section>d-math[block] {
overflow-x: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
d-article>d-code::-webkit-scrollbar,
d-article section>d-code::-webkit-scrollbar,
d-article>d-math[block]::-webkit-scrollbar,
d-article section>d-math[block]::-webkit-scrollbar {
display: none;
}
}
d-article .citation {
color: #668;
cursor: pointer;
}
d-include {
width: auto;
display: block;
}
d-figure {
contain: layout style;
}
/* KaTeX */
.katex,
.katex-prerendered {
contain: style;
display: inline-block;
}
/* Tables */
d-article table {
border-collapse: collapse;
/* margin-bottom: 1.5rem; */
/* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}
d-article table th {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
d-article table td {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
d-article table tr:last-of-type td {
border-bottom: none;
}
d-article table th,
d-article table td {
font-size: 15px;
padding: 1px 1px;
}
d-article table tbody :first-child td {
padding-top: 2px;
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
span.katex-display {
text-align: left;
padding: 8px 0 8px 0;
margin: 0.5em 0 0.5em 1em;
}
span.katex {
-webkit-font-smoothing: antialiased;
color: rgba(0, 0, 0, 0.8);
font-size: 1.18em;
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@media print {
@page {
size: 8in 11in;
@bottom-right {
content: counter(page) " of " counter(pages);
}
}
html {
/* no general margins -- CSS Grid takes care of those */
}
p,
code {
page-break-inside: avoid;
}
h2,
h3 {
page-break-after: avoid;
}
d-header {
visibility: hidden;
}
d-footer {
display: none!important;
}
} | assets/css/distill/title.css | html {
font-size: 1rem;
line-height: 1.4em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
/*, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
@media(min-width: 768px) {
html {
font-size: 16px;
}
}
body {
margin: 0;
}
a {
color: #004276;
}
figure {
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
text-align: left;
}
table thead {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table thead th {
padding-bottom: 0.5em;
}
table tbody :first-child td {
padding-top: 0.5em;
}
pre {
overflow: auto;
max-width: 100%;
}
p {
margin-top: 0;
margin-bottom: 1em;
}
sup,
sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
line-height: 1em;
}
sub {
top: 0.4em;
}
.kicker,
.marker {
font-size: 15px;
font-weight: 600;
color: rgba(0, 0, 0, 0.5);
}
/* Headline */
@media(min-width: 1024px) {
d-title h1 span {
display: block;
}
}
/* Figure */
figure {
position: relative;
margin-bottom: 2.5em;
margin-top: 1.5em;
}
figcaption+figure {}
figure img {
width: 100%;
}
figure svg text,
figure svg tspan {}
figcaption,
.figcaption {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
line-height: 1.5em;
}
@media(min-width: 1024px) {
figcaption,
.figcaption {
font-size: 13px;
}
}
figure.external img {
background: white;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
padding: 18px;
box-sizing: border-box;
}
figcaption a {
color: rgba(0, 0, 0, 0.6);
}
figcaption b,
figcaption strong,
{
font-weight: 600;
color: rgba(0, 0, 0, 1.0);
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@supports not (display: grid) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
display: block;
padding: 8px;
}
}
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
display: grid;
justify-items: stretch;
grid-template-columns: [screen-start] 1fr [page-start kicker-start text-start gutter-start middle-start] 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr [text-end page-end gutter-end kicker-end middle-end] 1fr [screen-end];
grid-column-gap: 8px;
}
.grid {
display: grid;
grid-column-gap: 8px;
}
@media(min-width: 768px) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
grid-template-columns: [screen-start] 1fr [page-start kicker-start middle-start text-start] 45px 45px 45px 45px 45px 45px 45px 45px [ kicker-end gutter-start] 45px [middle-end] 45px [text-end page-end gutter-end] 1fr [screen-end];
grid-column-gap: 16px;
}
.grid {
grid-column-gap: 16px;
}
}
@media(min-width: 1000px) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
grid-template-columns: [screen-start] 1fr [page-start kicker-start text-start] 50px [middle-start] 50px [ kicker-end] 50px 50px 50px 50px 50px 50px 50px 50px [ gutter-start] 50px [middle-end] 50px [text-end page-end gutter-end] 1fr [screen-end];
grid-column-gap: 16px;
}
.grid {
grid-column-gap: 16px;
}
}
@media(min-width: 1180px) {
.base-grid,
distill-header,
d-title,
d-abstract,
d-article,
d-appendix,
distill-appendix,
d-byline,
d-footnote-list,
d-citation-list,
distill-footer {
grid-template-columns: [screen-start] 1fr [page-start kicker-start text-start] 60px [middle-start] 60px [ kicker-end] 60px 60px 60px 60px 60px 60px 60px 60px [ gutter-start] 60px [middle-end] 60px [text-end page-end gutter-end] 1fr [screen-end];
grid-column-gap: 10px;
}
.grid {
grid-column-gap: 10px;
}
}
.base-grid {
grid-column: screen;
}
/* .l-body,
d-article > * {
grid-column: text;
}
.l-page,
d-title > *,
d-figure {
grid-column: page;
} */
.l-gutter {
grid-column: gutter;
}
.l-text,
.l-body {
grid-column: text;
}
.l-page {
grid-column: page;
}
.l-body-outset {
grid-column: middle;
}
.l-page-outset {
grid-column: page;
}
.l-screen {
grid-column: screen;
}
.l-screen-inset {
grid-column: screen;
padding-left: 16px;
padding-left: 16px;
}
/* Aside */
d-article aside {
grid-column: gutter;
font-size: 12px;
line-height: 1.6em;
color: rgba(0, 0, 0, 0.6)
}
@media(min-width: 768px) {
aside {
grid-column: gutter;
}
.side {
grid-column: gutter;
}
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
d-title {
padding: 2rem 0 1.5rem;
contain: layout style;
overflow-x: hidden;
}
@media(min-width: 768px) {
d-title {
padding: 4rem 0 1.5rem;
}
}
d-title h1 {
grid-column: text;
font-size: 40px;
font-weight: 700;
line-height: 1.1em;
margin: 0 0 0.5rem;
}
@media(min-width: 768px) {
d-title h1 {
font-size: 50px;
}
}
d-title p {
font-weight: 300;
font-size: 1rem;
line-height: 1.4em;
grid-column: text;
}
d-title .status {
margin-top: 0px;
font-size: 12px;
color: #009688;
opacity: 0.8;
grid-column: kicker;
}
d-title .status span {
line-height: 1;
display: inline-block;
padding: 6px 0;
border-bottom: 1px solid #80cbc4;
font-size: 11px;
text-transform: uppercase;
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
d-byline {
contain: style;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.8rem;
line-height: 1.8em;
padding: 1.5rem 0;
min-height: 1.8em;
}
d-byline .byline {
grid-template-columns: 1fr 1fr;
grid-column: text;
}
@media(min-width: 768px) {
d-byline .byline {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
d-byline .authors-affiliations {
grid-column-end: span 2;
grid-template-columns: 1fr 1fr;
margin-bottom: 1em;
}
@media(min-width: 768px) {
d-byline .authors-affiliations {
margin-bottom: 0;
}
}
d-byline h3 {
font-size: 0.6rem;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
margin: 0;
text-transform: uppercase;
}
d-byline p {
margin: 0;
}
d-byline a,
d-article d-byline a {
color: rgba(0, 0, 0, 0.8);
text-decoration: none;
border-bottom: none;
}
d-article d-byline a:hover {
text-decoration: underline;
border-bottom: none;
}
d-byline p.author {
font-weight: 500;
}
d-byline .affiliations {}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
d-article {
contain: layout style;
overflow-x: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
color: rgba(0, 0, 0, 0.8);
}
d-article>* {
grid-column: text;
}
@media(min-width: 768px) {
d-article {
font-size: 16px;
}
}
@media(min-width: 1024px) {
d-article {
font-size: 1.06rem;
line-height: 1.7em;
}
}
/* H2 */
d-article .marker {
text-decoration: none;
border: none;
counter-reset: section;
grid-column: kicker;
line-height: 1.7em;
}
d-article .marker:hover {
border: none;
}
d-article .marker span {
padding: 0 3px 4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
position: relative;
top: 4px;
}
d-article .marker:hover span {
color: rgba(0, 0, 0, 0.7);
border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
d-article h2 {
font-weight: 600;
font-size: 24px;
line-height: 1.25em;
margin: 2rem 0 1.5rem 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 1rem;
}
@media(min-width: 1024px) {
d-article h2 {
font-size: 36px;
}
}
/* H3 */
d-article h3 {
font-weight: 700;
font-size: 18px;
line-height: 1.4em;
margin-bottom: 1em;
margin-top: 2em;
}
@media(min-width: 1024px) {
d-article h3 {
font-size: 20px;
}
}
/* H4 */
d-article h4 {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
line-height: 1.4em;
}
d-article a {
color: inherit;
}
d-article p,
d-article ul,
d-article ol,
d-article blockquote {
margin-top: 0;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}
d-article blockquote {
border-left: 2px solid rgba(0, 0, 0, 0.2);
padding-left: 2em;
font-style: italic;
color: rgba(0, 0, 0, 0.6);
}
d-article a {
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
text-decoration: none;
}
d-article a:hover {
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
d-article .link {
text-decoration: underline;
cursor: pointer;
}
d-article ul,
d-article ol {
padding-left: 24px;
}
d-article li {
margin-bottom: 1em;
margin-left: 0;
padding-left: 0;
}
d-article li:last-child {
margin-bottom: 0;
}
d-article pre {
font-size: 14px;
margin-bottom: 20px;
}
d-article hr {
grid-column: screen;
width: 100%;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 60px;
margin-bottom: 60px;
}
d-article section {
margin-top: 60px;
margin-bottom: 60px;
}
d-article span.equation-mimic {
font-family: georgia;
font-size: 115%;
font-style: italic;
}
d-article>d-code,
d-article section>d-code {
display: block;
}
d-article>d-math[block],
d-article section>d-math[block] {
display: block;
}
@media (max-width: 768px) {
d-article>d-code,
d-article section>d-code,
d-article>d-math[block],
d-article section>d-math[block] {
overflow-x: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
d-article>d-code::-webkit-scrollbar,
d-article section>d-code::-webkit-scrollbar,
d-article>d-math[block]::-webkit-scrollbar,
d-article section>d-math[block]::-webkit-scrollbar {
display: none;
}
}
d-article .citation {
color: #668;
cursor: pointer;
}
d-include {
width: auto;
display: block;
}
d-figure {
contain: layout style;
}
/* KaTeX */
.katex,
.katex-prerendered {
contain: style;
display: inline-block;
}
/* Tables */
d-article table {
border-collapse: collapse;
/* margin-bottom: 1.5rem; */
/* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}
d-article table th {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
d-article table td {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
d-article table tr:last-of-type td {
border-bottom: none;
}
d-article table th,
d-article table td {
font-size: 15px;
padding: 1px 1px;
}
d-article table tbody :first-child td {
padding-top: 2px;
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
span.katex-display {
text-align: left;
padding: 8px 0 8px 0;
margin: 0.5em 0 0.5em 1em;
}
span.katex {
-webkit-font-smoothing: antialiased;
color: rgba(0, 0, 0, 0.8);
font-size: 1.18em;
}
/*
* Copyright 2018 The Distill Template Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@media print {
@page {
size: 8in 11in;
@bottom-right {
content: counter(page) " of " counter(pages);
}
}
html {
/* no general margins -- CSS Grid takes care of those */
}
p,
code {
page-break-inside: avoid;
}
h2,
h3 {
page-break-after: avoid;
}
d-header {
visibility: hidden;
}
d-footer {
display: none!important;
}
} | 0.630457 | 0.189765 |
html,
body {
max-width: 100%;
overflow-x: hidden;
}
@font-face {
font-family: LemonMilk;
src: url('LemonMilk.otf');
}
.ProjectCard {
font-family: LemonMilk;
font-size: 20px;
margin-left: -1400px;
width: 500px;
height: 80px;
margin-top: -15px;
color: white;
border-radius: 3px;
}
.loginUI {
background-color: #e3e3e3;
width: 400px;
margin-left: auto;
margin-right: auto;
border-radius: 6px;
opacity: 0.95;
height: 400px;
}
span {}
.loginUI .logImg {
background-color: white;
border-radius: 100px;
margin-left: -120px;
margin-top: -20px;
}
.loginUI log {
font-family: LemonMilk;
font-size: 40px;
text-align: center;
margin-left: 50px;
margin-right: -40px;
height: 50px;
color: white;
}
.loginText {
background-color: #484848;
}
.loginUI a {
font-size: 15px;
}
input[type="text"],
input[type="password"] {
outline: none;
padding: 10px;
display: block;
width: 300px;
border-radius: 3px;
border: 1px solid #eee;
margin-top: 13px;
}
input[name="firstName"] {
margin-top: -30px;
width: 150px;
display: inline;
}
input[name="lastName"] {
width: 150px;
display: inline;
}
input[type="submit"] {
padding: 10px;
margin-top: 10px;
color: #fff;
background: #0098cb;
width: 320px;
margin: 20px auto;
margin-top: 0px;
border: 0px;
border-radius: 3px;
margin-top: 20px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #00b8eb;
}
.infoPanel {
margin-top: 110px;
width: 100%;
height: 250px;
background-color: white;
}
txt {
color: #004a65;
font-size: 16px;
font-weight: bolder;
font-style: italic;
}
.dbIcon {
margin-left: -1500px;
margin-top: 35px;
}
.dbTitle {
margin-left: -1500px;
padding-top: 10px;
width: 200px;
height: 40px;
font-style: italic;
font-weight: bolder;
font-size: 16px;
}
.dbInfo {
width: 500px;
margin-left: -1450px;
margin-top: px;
font-family: 'Lato', sans-serif;
font-size: 15px;
padding-top: 10px;
}
.linuxIcon {
margin-left: -150px;
margin-top: -180px;
}
.linuxTitle {
margin-left: -145px;
margin-top: -70px;
width: 200px;
height: 40px;
font-style: italic;
font-weight: bolder;
font-size: 16px;
}
.linuxInfo {
width: 450px;
margin-left: -150px;
font-family: 'Lato', sans-serif;
font-size: 15px;
}
.cloudIcon {
margin-left: 800px;
margin-top: -285px;
}
.cloudTitle {
margin-left: 800px;
margin-top: -125px;
width: 200px;
}
.cloudInfo {
width: 450px;
margin-left: 800px;
margin-top: 20px;
font-family: 'Lato', sans-serif;
font-size: 15px;
}
.navDots {
margin-left: 20px;
margin-top: 450px;
position: fixed;
}
.navDots li a {
margin: 0 0 8px 0;
}
.navDots li {
list-style-type: none;
margin: 0 0 10px 0;
}
.navDots .dots {}
.nav a {
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
text-transform: uppercase;
text-decoration: none;
}
.nav {
position: fixed;
width: 2000px;
background-color: white;
text-align: center;
height: 50px;
}
.nav li {
display: inline;
}
.nav liQ {
display: inline;
margin-left: -500px;
}
.rna-explanation li {
display: inline;
padding-right: 15em;
text-decoration: underline;
font-size: 20px;
}
.rna-explanation a {
width: 1500;
text-decoration: none;
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
}
.rna-explanation p {
width: 1500;
text-align: center;
text-decoration: none;
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
margin: auto;
margin-bottom: 50px;
}
rna-explanation {
width: 1500;
height: 1000px;
text-decoration: none;
height: 300px;
margin-top: 140px;
text-align: center;
width: 2000px;
background-color: white;
text-align: center;
}
.rna-explanation p {
position: center;
font-family: LemonMilk;
font-size: 20px;
position: relative;
text-align: center;
}
.jumbotron {
background-image: url(Pages/lab.png);
height: 1000px;
background-repeat: no-repeat;
background-size: cover;
}
.button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 3px;
font-family: LemonMilk;
font-size: 10px;
background: #ffffff;
padding: 10px 15px 10px 15px;
text-decoration: none;
top: 90%;
}
.button:hover {
background: #cccccc;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.container .button {
color: black;
font-size: 15px;
}
.jumbotron .container {
position: relative;
color: #000000;
top: 90%;
}
.jumbotron h1 {
color: #fff;
font-size: 48px;
font-family: 'Shift', sans-serif;
font-weight: bold;
}
.jumbotron p {
font-family: LemonMilk;
font-size: 20px;
color: #fff;
}
.learn-more {
background-color: #f7f7f7;
}
.learn-more h3 {
font-family: 'Shift', sans-serif;
font-size: 18px;
font-weight: bold;
}
.learn-more a {
color: #00b0ff;
}
.neighborhood-guides {
background-color: #efefef;
border-bottom: 1px solid #dbdbdb;
}
#slide-Photos .item img {
display: block;
width: 100%;
height: auto;
}
.neighborhood-guides h2 {
color: #393c3d;
font-size: 24px;
}
.neighborhood-guides p {
font-size: 15px;
margin-bottom: 13px;
}
.rna-img {
background-image: url(Resources/rna.jpg);
height: 500px;
background-repeat: no-repeat;
background-size: contain;
margin-top: 250px;
}
.rna-explanation img {
margin: auto;
margin-left: 50px;
margin-bottom: 10px;
max-width: 900px;
align-content: center;
}
.sessionTitle {
margin: auto;
width: 250px;
height: 43px;
background: #2a2a2a;
border: 1px solid #ffffff;
display: block;
text-align: center;
border-radius: 0px;
margin-bottom: 50px;
}
.sessionTitle:hover {
background: #4b4b4b;
}
.sessionTitle img {
float: left;
padding-left: 18px;
padding-top: 17px;
}
.detailInfo {
display: none;
margin: auto;
display: block;
width: 1000px;
padding: 20px 0;
// background: #000000;
background-image: url(Resources/blur.jpg);
background-size: cover;
border-radius: 5px;
}
.detailInfo p {
color: white;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif
}
.sessionTitle .white_detail {
display: block;
color: #FFF;
font-size: 15px;
font-weight: bold;
padding-left: 40px;
margin-top: 10px;
}
.sessionTitle2 {
margin: auto;
width: 250px;
height: 43px;
background: #2a2a2a;
border: 1px solid #ffffff;
display: block;
text-align: center;
border-radius: 0px;
margin-bottom: 50px;
}
.sessionTitle2:hover {
background: #4b4b4b;
}
.sessionTitle2 img {
float: left;
padding-left: 18px;
padding-top: 15px;
}
.detailInfo2 {
display: none;
margin: auto;
display: block;
width: 1000px;
padding: 20px 0;
background-image: url(Resources/blur.jpg);
background-size: cover;
border-radius: 5px;
}
.detailInfo2 p {
color: white;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif
}
.sessionTitle2 .white_detail {
display: block;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
padding-left: 40px;
margin-top: 10px;
}
.sessionTitle2 img {
float: ;
left;
padding-left: 18px;
padding-top: 17px;
} | register_css.css | html,
body {
max-width: 100%;
overflow-x: hidden;
}
@font-face {
font-family: LemonMilk;
src: url('LemonMilk.otf');
}
.ProjectCard {
font-family: LemonMilk;
font-size: 20px;
margin-left: -1400px;
width: 500px;
height: 80px;
margin-top: -15px;
color: white;
border-radius: 3px;
}
.loginUI {
background-color: #e3e3e3;
width: 400px;
margin-left: auto;
margin-right: auto;
border-radius: 6px;
opacity: 0.95;
height: 400px;
}
span {}
.loginUI .logImg {
background-color: white;
border-radius: 100px;
margin-left: -120px;
margin-top: -20px;
}
.loginUI log {
font-family: LemonMilk;
font-size: 40px;
text-align: center;
margin-left: 50px;
margin-right: -40px;
height: 50px;
color: white;
}
.loginText {
background-color: #484848;
}
.loginUI a {
font-size: 15px;
}
input[type="text"],
input[type="password"] {
outline: none;
padding: 10px;
display: block;
width: 300px;
border-radius: 3px;
border: 1px solid #eee;
margin-top: 13px;
}
input[name="firstName"] {
margin-top: -30px;
width: 150px;
display: inline;
}
input[name="lastName"] {
width: 150px;
display: inline;
}
input[type="submit"] {
padding: 10px;
margin-top: 10px;
color: #fff;
background: #0098cb;
width: 320px;
margin: 20px auto;
margin-top: 0px;
border: 0px;
border-radius: 3px;
margin-top: 20px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #00b8eb;
}
.infoPanel {
margin-top: 110px;
width: 100%;
height: 250px;
background-color: white;
}
txt {
color: #004a65;
font-size: 16px;
font-weight: bolder;
font-style: italic;
}
.dbIcon {
margin-left: -1500px;
margin-top: 35px;
}
.dbTitle {
margin-left: -1500px;
padding-top: 10px;
width: 200px;
height: 40px;
font-style: italic;
font-weight: bolder;
font-size: 16px;
}
.dbInfo {
width: 500px;
margin-left: -1450px;
margin-top: px;
font-family: 'Lato', sans-serif;
font-size: 15px;
padding-top: 10px;
}
.linuxIcon {
margin-left: -150px;
margin-top: -180px;
}
.linuxTitle {
margin-left: -145px;
margin-top: -70px;
width: 200px;
height: 40px;
font-style: italic;
font-weight: bolder;
font-size: 16px;
}
.linuxInfo {
width: 450px;
margin-left: -150px;
font-family: 'Lato', sans-serif;
font-size: 15px;
}
.cloudIcon {
margin-left: 800px;
margin-top: -285px;
}
.cloudTitle {
margin-left: 800px;
margin-top: -125px;
width: 200px;
}
.cloudInfo {
width: 450px;
margin-left: 800px;
margin-top: 20px;
font-family: 'Lato', sans-serif;
font-size: 15px;
}
.navDots {
margin-left: 20px;
margin-top: 450px;
position: fixed;
}
.navDots li a {
margin: 0 0 8px 0;
}
.navDots li {
list-style-type: none;
margin: 0 0 10px 0;
}
.navDots .dots {}
.nav a {
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
text-transform: uppercase;
text-decoration: none;
}
.nav {
position: fixed;
width: 2000px;
background-color: white;
text-align: center;
height: 50px;
}
.nav li {
display: inline;
}
.nav liQ {
display: inline;
margin-left: -500px;
}
.rna-explanation li {
display: inline;
padding-right: 15em;
text-decoration: underline;
font-size: 20px;
}
.rna-explanation a {
width: 1500;
text-decoration: none;
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
}
.rna-explanation p {
width: 1500;
text-align: center;
text-decoration: none;
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
margin: auto;
margin-bottom: 50px;
}
rna-explanation {
width: 1500;
height: 1000px;
text-decoration: none;
height: 300px;
margin-top: 140px;
text-align: center;
width: 2000px;
background-color: white;
text-align: center;
}
.rna-explanation p {
position: center;
font-family: LemonMilk;
font-size: 20px;
position: relative;
text-align: center;
}
.jumbotron {
background-image: url(Pages/lab.png);
height: 1000px;
background-repeat: no-repeat;
background-size: cover;
}
.button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 3px;
font-family: LemonMilk;
font-size: 10px;
background: #ffffff;
padding: 10px 15px 10px 15px;
text-decoration: none;
top: 90%;
}
.button:hover {
background: #cccccc;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.container .button {
color: black;
font-size: 15px;
}
.jumbotron .container {
position: relative;
color: #000000;
top: 90%;
}
.jumbotron h1 {
color: #fff;
font-size: 48px;
font-family: 'Shift', sans-serif;
font-weight: bold;
}
.jumbotron p {
font-family: LemonMilk;
font-size: 20px;
color: #fff;
}
.learn-more {
background-color: #f7f7f7;
}
.learn-more h3 {
font-family: 'Shift', sans-serif;
font-size: 18px;
font-weight: bold;
}
.learn-more a {
color: #00b0ff;
}
.neighborhood-guides {
background-color: #efefef;
border-bottom: 1px solid #dbdbdb;
}
#slide-Photos .item img {
display: block;
width: 100%;
height: auto;
}
.neighborhood-guides h2 {
color: #393c3d;
font-size: 24px;
}
.neighborhood-guides p {
font-size: 15px;
margin-bottom: 13px;
}
.rna-img {
background-image: url(Resources/rna.jpg);
height: 500px;
background-repeat: no-repeat;
background-size: contain;
margin-top: 250px;
}
.rna-explanation img {
margin: auto;
margin-left: 50px;
margin-bottom: 10px;
max-width: 900px;
align-content: center;
}
.sessionTitle {
margin: auto;
width: 250px;
height: 43px;
background: #2a2a2a;
border: 1px solid #ffffff;
display: block;
text-align: center;
border-radius: 0px;
margin-bottom: 50px;
}
.sessionTitle:hover {
background: #4b4b4b;
}
.sessionTitle img {
float: left;
padding-left: 18px;
padding-top: 17px;
}
.detailInfo {
display: none;
margin: auto;
display: block;
width: 1000px;
padding: 20px 0;
// background: #000000;
background-image: url(Resources/blur.jpg);
background-size: cover;
border-radius: 5px;
}
.detailInfo p {
color: white;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif
}
.sessionTitle .white_detail {
display: block;
color: #FFF;
font-size: 15px;
font-weight: bold;
padding-left: 40px;
margin-top: 10px;
}
.sessionTitle2 {
margin: auto;
width: 250px;
height: 43px;
background: #2a2a2a;
border: 1px solid #ffffff;
display: block;
text-align: center;
border-radius: 0px;
margin-bottom: 50px;
}
.sessionTitle2:hover {
background: #4b4b4b;
}
.sessionTitle2 img {
float: left;
padding-left: 18px;
padding-top: 15px;
}
.detailInfo2 {
display: none;
margin: auto;
display: block;
width: 1000px;
padding: 20px 0;
background-image: url(Resources/blur.jpg);
background-size: cover;
border-radius: 5px;
}
.detailInfo2 p {
color: white;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif
}
.sessionTitle2 .white_detail {
display: block;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
padding-left: 40px;
margin-top: 10px;
}
.sessionTitle2 img {
float: ;
left;
padding-left: 18px;
padding-top: 17px;
} | 0.556882 | 0.089694 |
:root {
--primaryColor: #ffffff;
--secondaryColor: #f2f2f2;
--thirdColor: #2d2d2d;
--fourthColor: #d7d7d7;
--textColor: #626569;
}
@media (prefers-color-scheme: dark) {
:root {
--primaryColor: #000002;
--secondaryColor: #1d1d1f;
--thirdColor: #c4c4c4;
--fourthColor: #575757;
--textColor: #c4c4c4;
}
}
[data-theme="light"] {
--primaryColor: #ffffff;
--secondaryColor: #f2f2f2;
--thirdColor: #2d2d2d;
--fourthColor: #d7d7d7;
--textColor: #626569;
}
body,
html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: var(--primaryColor) !important;
}
button {
border: none;
}
.search-suggests-wrapper{
width: 90%;
margin: 0 auto;
}
.search-suggests-list{
list-style: none;
margin-top: 16px;
padding: 0;
}
.search-suggests-item:first-child{
border-radius:4px 4px 0 0;
}
.search-suggests-item:last-child{
border-radius: 0 0 4px 4px;
border: none;
}
.search-suggests-item {
background-color: var(--secondaryColor);
color: var(--textColor);
font-size:16px;
border-bottom: 1px solid var(--fourthColor);
border-radius:0;
padding: 4px 10px;
cursor: pointer;
}
.search-suggests-item:hover {
background-color: var(--fourthColor);
}
.theme-switch-wrapper {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.theme-switch-wrapper input{
display: none;
}
.theme-switch-wrapper .theme-switch-icon {
color:var(--thirdColor);
}
.searchbar {
margin-bottom: auto;
margin-top: auto;
height: 60px;
background-color: var(--secondaryColor);
border-radius: 30px;
padding: 10px;
border: 1px solid var(--fourthColor);
}
.search_input {
color: var(--thirdColor);
border: 0;
outline: 0;
background: none;
padding: 0 10px;
width: 300px;
caret-color: var(--textColor);
line-height: 40px;
transition: width 0.4s linear;
font-size: 22px;
}
.searchbar:hover > .search_icon {
background: white;
color: var(--thirdColor);
}
.search_icon {
height: 40px;
width: 40px;
float: right;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: var(--thirdColor);
text-decoration: none;
background:transparent;
-webkit-text-stroke: 3px var(--secondaryColor);
}
footer {
height: 60px;
text-align:center;
background-color: var(--secondaryColor);
color: var(--textColor);
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
footer > div {
display: inline-flex;
}
footer > div > ul > li{
list-style-type: none;
margin-right: 2vh;
}
.form-flex{
display: flex;
} | search/assets/css/main.css | :root {
--primaryColor: #ffffff;
--secondaryColor: #f2f2f2;
--thirdColor: #2d2d2d;
--fourthColor: #d7d7d7;
--textColor: #626569;
}
@media (prefers-color-scheme: dark) {
:root {
--primaryColor: #000002;
--secondaryColor: #1d1d1f;
--thirdColor: #c4c4c4;
--fourthColor: #575757;
--textColor: #c4c4c4;
}
}
[data-theme="light"] {
--primaryColor: #ffffff;
--secondaryColor: #f2f2f2;
--thirdColor: #2d2d2d;
--fourthColor: #d7d7d7;
--textColor: #626569;
}
body,
html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: var(--primaryColor) !important;
}
button {
border: none;
}
.search-suggests-wrapper{
width: 90%;
margin: 0 auto;
}
.search-suggests-list{
list-style: none;
margin-top: 16px;
padding: 0;
}
.search-suggests-item:first-child{
border-radius:4px 4px 0 0;
}
.search-suggests-item:last-child{
border-radius: 0 0 4px 4px;
border: none;
}
.search-suggests-item {
background-color: var(--secondaryColor);
color: var(--textColor);
font-size:16px;
border-bottom: 1px solid var(--fourthColor);
border-radius:0;
padding: 4px 10px;
cursor: pointer;
}
.search-suggests-item:hover {
background-color: var(--fourthColor);
}
.theme-switch-wrapper {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.theme-switch-wrapper input{
display: none;
}
.theme-switch-wrapper .theme-switch-icon {
color:var(--thirdColor);
}
.searchbar {
margin-bottom: auto;
margin-top: auto;
height: 60px;
background-color: var(--secondaryColor);
border-radius: 30px;
padding: 10px;
border: 1px solid var(--fourthColor);
}
.search_input {
color: var(--thirdColor);
border: 0;
outline: 0;
background: none;
padding: 0 10px;
width: 300px;
caret-color: var(--textColor);
line-height: 40px;
transition: width 0.4s linear;
font-size: 22px;
}
.searchbar:hover > .search_icon {
background: white;
color: var(--thirdColor);
}
.search_icon {
height: 40px;
width: 40px;
float: right;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: var(--thirdColor);
text-decoration: none;
background:transparent;
-webkit-text-stroke: 3px var(--secondaryColor);
}
footer {
height: 60px;
text-align:center;
background-color: var(--secondaryColor);
color: var(--textColor);
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
footer > div {
display: inline-flex;
}
footer > div > ul > li{
list-style-type: none;
margin-right: 2vh;
}
.form-flex{
display: flex;
} | 0.461988 | 0.156266 |
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
#main-container {
background-color: #DEEDCF;
max-width: 1280px;
margin: auto;
}
#header-container {
font-size: 20px;
background-color: #0b3747;
color: #BFE1B0;
display: flex;
flex-direction: column;
align-items: center;
}
#header-container h1 {
margin: 5px;
padding: 10px;
}
#links-menu {
width: 500px;
text-align: center;
}
#links-menu a {
text-decoration: none;
font-size: 18px;
margin: 0px 5px;
padding: 1px;
}
#links-menu a:hover , #links a:hover , #footer a:hover {
background-color: #DEEDCF;
border-radius: 5px;
}
#links-menu a:active , #links-menu a:visited , #links a:active , #links a:visited , #footer a:active , #footer a:visited {
color: #39A96B;
}
#sobre {
margin: 0,10px, 10px, 10px;
display: flex;
align-items: center;
}
img {
width: 200px;
height: 200px;
border-radius: 200px;
margin-bottom: 5px;
}
#sobre h2 {
margin-top: 10px;
margin-bottom: 5px;
width: 200px;
text-align: center;
color: #175e63;
}
#sobre div {
margin-left: 25px;
}
#sobre span {
color: #175e63;
font-weight: bolder;
}
#sobre p {
line-height: 22px;
font-size: 17px;
text-align: justify;
margin-left: 25px;
}
hr {
padding: 1.5px;
background-color: #0b3747;
margin: 20px auto 20px;
}
#habilidades , #links , #hobbies{
line-height: 1.5;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#habilidades h2 , #hobbies h2, #links h2 {
text-decoration: underline;
color: #175e63;
font-size: 1.25em;
padding: 10px;
}
#habilidades ul , #hobbies ul {
list-style: none;
font-style: italic;
}
#footer {
display: flex;
background-color: #0b3747;
color: #BFE1B0;
font-size: 12px;
height: 40px;
justify-content: space-between;
align-items: center;
}
#footer p {
padding: 10px;
}
#footer a {
text-decoration: none;
margin-left: 20px;
padding: 7px;
}
/* cores {
color: #0E4D64;
color: #137177;
color: #188977;
color: #1D9A6C;
color: #39A96B;
color: #56B870;
color: #74C67A;
color: #99D492;
color: #BFE1B0;
color: #DEEDCF;
} */ | projetos/lessons-learned/style.css | * {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
#main-container {
background-color: #DEEDCF;
max-width: 1280px;
margin: auto;
}
#header-container {
font-size: 20px;
background-color: #0b3747;
color: #BFE1B0;
display: flex;
flex-direction: column;
align-items: center;
}
#header-container h1 {
margin: 5px;
padding: 10px;
}
#links-menu {
width: 500px;
text-align: center;
}
#links-menu a {
text-decoration: none;
font-size: 18px;
margin: 0px 5px;
padding: 1px;
}
#links-menu a:hover , #links a:hover , #footer a:hover {
background-color: #DEEDCF;
border-radius: 5px;
}
#links-menu a:active , #links-menu a:visited , #links a:active , #links a:visited , #footer a:active , #footer a:visited {
color: #39A96B;
}
#sobre {
margin: 0,10px, 10px, 10px;
display: flex;
align-items: center;
}
img {
width: 200px;
height: 200px;
border-radius: 200px;
margin-bottom: 5px;
}
#sobre h2 {
margin-top: 10px;
margin-bottom: 5px;
width: 200px;
text-align: center;
color: #175e63;
}
#sobre div {
margin-left: 25px;
}
#sobre span {
color: #175e63;
font-weight: bolder;
}
#sobre p {
line-height: 22px;
font-size: 17px;
text-align: justify;
margin-left: 25px;
}
hr {
padding: 1.5px;
background-color: #0b3747;
margin: 20px auto 20px;
}
#habilidades , #links , #hobbies{
line-height: 1.5;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#habilidades h2 , #hobbies h2, #links h2 {
text-decoration: underline;
color: #175e63;
font-size: 1.25em;
padding: 10px;
}
#habilidades ul , #hobbies ul {
list-style: none;
font-style: italic;
}
#footer {
display: flex;
background-color: #0b3747;
color: #BFE1B0;
font-size: 12px;
height: 40px;
justify-content: space-between;
align-items: center;
}
#footer p {
padding: 10px;
}
#footer a {
text-decoration: none;
margin-left: 20px;
padding: 7px;
}
/* cores {
color: #0E4D64;
color: #137177;
color: #188977;
color: #1D9A6C;
color: #39A96B;
color: #56B870;
color: #74C67A;
color: #99D492;
color: #BFE1B0;
color: #DEEDCF;
} */ | 0.243193 | 0.077448 |
a.btn-link {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-link:after {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/chevron_right-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(5px, 1px);
transition: all 0.2s;
}
a.btn-link:hover:after {
transform: translate(10px, 1px);
}
/*DOWN*/
a.btn-down {
user-select: none;
color: var(--color-hl);
font-size: 14px
text-decoration: none;
}
a.btn-down:after {
content: "";
width: 10px;
height: 10px;
background-image: url(../images/buttons/arrow_down-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(5px, 1px);
transition: all 0.2s;
text-decoration: none;
}
a.btn-down:hover:after {
transform: translate(5px, 3px);
}
/*EXT*/
a.btn-ext {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-ext:after {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/open_in_new-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(7px, 1px);
transition: all 0.2s;
}
a.btn-ext:hover:after {
transform: translate(12px, 1px);
}
/*BACK*/
a.btn-back {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-back:before {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/chevron_left-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(0px, 0px);
transition: all 0.2s;
}
a.btn-back:hover:before {
transform: translate(-5px, 0px);
}
/*ROUND*/
a.btn-round,
.content a.btn-round {
user-select: none;
display: inline-block;
color: var(--color-hl-inverted);
background-color: var(--color-hl);
padding: 10px 25px;
transition: all 0.2s;
text-decoration: none;
border-radius: 9999px;
text-align: center;
}
a.btn-round:hover {
transform: translateY(-2px);
background-color: #00ad9d;
}
a.btn-round:hover:active {
transform: translateY(0px);
}
/*SQUARE*/
a.btn-square,
.content a.btn-square {
user-select: none;
display: inline-block;
color: var(--color-hl-inverted);
background-color: var(--color-hl);
padding: 10px 25px;
transition: all 0.2s;
text-decoration: none;
}
a.btn-square:hover {
transform: translateY(-2px);
background-color: #00ad9d;
}
a.btn-square:hover:active {
transform: translateY(0px);
} | css/buttons.css |
a.btn-link {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-link:after {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/chevron_right-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(5px, 1px);
transition: all 0.2s;
}
a.btn-link:hover:after {
transform: translate(10px, 1px);
}
/*DOWN*/
a.btn-down {
user-select: none;
color: var(--color-hl);
font-size: 14px
text-decoration: none;
}
a.btn-down:after {
content: "";
width: 10px;
height: 10px;
background-image: url(../images/buttons/arrow_down-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(5px, 1px);
transition: all 0.2s;
text-decoration: none;
}
a.btn-down:hover:after {
transform: translate(5px, 3px);
}
/*EXT*/
a.btn-ext {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-ext:after {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/open_in_new-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(7px, 1px);
transition: all 0.2s;
}
a.btn-ext:hover:after {
transform: translate(12px, 1px);
}
/*BACK*/
a.btn-back {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-back:before {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/chevron_left-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-select: none;
transform: translate(0px, 0px);
transition: all 0.2s;
}
a.btn-back:hover:before {
transform: translate(-5px, 0px);
}
/*ROUND*/
a.btn-round,
.content a.btn-round {
user-select: none;
display: inline-block;
color: var(--color-hl-inverted);
background-color: var(--color-hl);
padding: 10px 25px;
transition: all 0.2s;
text-decoration: none;
border-radius: 9999px;
text-align: center;
}
a.btn-round:hover {
transform: translateY(-2px);
background-color: #00ad9d;
}
a.btn-round:hover:active {
transform: translateY(0px);
}
/*SQUARE*/
a.btn-square,
.content a.btn-square {
user-select: none;
display: inline-block;
color: var(--color-hl-inverted);
background-color: var(--color-hl);
padding: 10px 25px;
transition: all 0.2s;
text-decoration: none;
}
a.btn-square:hover {
transform: translateY(-2px);
background-color: #00ad9d;
}
a.btn-square:hover:active {
transform: translateY(0px);
} | 0.16896 | 0.047118 |
body::-webkit-scrollbar-track{background-color:#F5F5F5}
body::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
body::-webkit-scrollbar-thumb{background-color:#ccc}
body { background:none transparent; }
.chatWidgetWrap {}
.chatWidgetHead {min-height: 70px;border-radius: 0px;background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%);width: 100%;z-index: 999;/*position: fixed;*/}
.chatWidgetHead .backBtnClass {color: #fff;font-size: 35px;margin: 9px auto 0 auto;display: block;width: 15px;}
.chatWidgetMainChat {
padding: 0px 0 0px 0;
}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-thumb{background-color: #7a40f2; border: 0px solid #555555;}
.chatWidgetMainChat .submitComment{position:relative;/*overflow:hidden;*/height: 80px;border-top:1px solid #ccc;/* position: fixed; */bottom: 0;width: 100%;z-index: 999;background: #fff;}
.chatWidgetMainChat .submitComment .form-control{position:absolute;top: 0px;border:none;box-shadow:none;height: 75px;resize: none;padding:0 90px 0 10px!important;}
.chatWidgetMainChat .submitComment .btn.btn-submitComment{position:absolute;top: 10px;right: 10px;background: transparent;border-radius:90px;height:50px;width:50px;border:none;padding:9px 0 0;font-size:21px;color: #4d4d4f;}
.chatWidgetMainChat .submitComment .smileFace {color: #6b5e69;font-size: 20px;position: absolute;top: 14px;right: 50px;z-index: 9;background: transparent;border: none;}
.chatWidgetMainChat .chatComments ul {list-style: none;padding: 0 10px;overflow: hidden;overflow-y: scroll;height: 390px;margin: 0;}
.chatWidgetMainChat .chatComments ul::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments ul::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments ul::-webkit-scrollbar-thumb{background-color: #5676e3;border: 0px solid #555555;}
.chatWidgetMainChat .chatComments ul li{display: block;clear: both;margin: 20px 0 20px 0;overflow: hidden;position: relative;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat{}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg{width: 36px;height: 36px;display: inline-block;overflow: hidden;border-radius: 50px;float: right;vertical-align: bottom;position: absolute;bottom: 24px;right: 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg img {}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat {padding: 20px 20px 10px 20px;background-color: #5676e3;display: inline-block;max-width: 60%;-webkit-border-radius: 15px;-webkit-border-bottom-right-radius: 0;-moz-border-radius: 15px;-moz-border-radius-bottomright: 0;border-radius: 15px;border-bottom-right-radius: 0;float: right;margin: 0 50px 0 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat p {color: #fff; font-size: 14px;word-wrap: break-word;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat .chatImages img {display: block; width: 100%; max-width: 140px;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .dateTime {font-size: 12px;color: #4d4d4f;float: right;display: block;clear: both;margin: 10px 47px 0 0;opacity:0;transition: all 0.5s ease;}
.chatWidgetMainChat .chatComments ul li:hover .dateTime {opacity:1;transition: all 0.5s ease;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userImg{float: left;right: auto;bottom: auto;left: 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat {float: left;margin: 0 0px 0 44px;background-color: #8bc34a;-webkit-border-radius: 15px;-webkit-border-top-left-radius: 0;-moz-border-radius: 15px;-moz-border-radius-topleft: 0;border-radius: 15px;border-top-left-radius: 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat p {color: #fff;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .dateTime {float: left;margin: 10px 0 0 47px;}
.chatWidgetHead .userHeader {margin: 10px 0}
.chatWidgetHead .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
/* .chatWidgetHead .userHeader .chatUserImg img {width: 37px;margin: 0 auto;position: absolute;top: 11px;left: 5px;} */
.chatWidgetHead .userHeader .chatUserImg img {width: 48px;/*! margin: 0 auto; *//*! position: absolute; */top: 11px;left: 5px;}
.chatWidgetHead .userHeader .media-left {position: relative;}
.chatWidgetHead .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.chatWidgetHead .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.chatWidgetHead .userHeader .media-heading {font-size: 16px;font-weight: 700;color: #fff;margin: 10px 0 0 10px;}
.chatWidgetHead .userHeader p.msg{font-size: 12px;color: rgba(255, 255, 255, 0.46);width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;}
.chatWidgetHead .userHeader .media-left {margin: 0 40px 0 0 }
/* Second Widget */
.ChatStartWidgetWrap {}
.ChatStartWidgetWrap .ChatStartWidgetHead{border-radius: 2px; background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%); min-height: 277px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings {padding: 30px 50px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .logoClass {display: block;max-width: 50px;margin: 0 0 0 0;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt {
}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3{font-size: 35px;color: #ffffff;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3 img { max-width: 40px; display: inline-block; width: 100%;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt p{font-size: 14px;color: rgba(255, 255, 255, 0.63);}
.ChatBodyStart {margin: -60px 5% 0 5%;}
.ChatBodyStart .BoxWhite {padding: 20px 20px 30px 20px;background: #fff;box-shadow: 0px 0px 8px #e0dfdf;border-top: 4px solid #5676e3;clear: both;margin: 0 0 20px 0;}
.ChatBodyStart .BoxWhite h3 {font-size: 16px;font-weight: 600;color: #262626;margin: 20px 0 20px 0;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg img {width: 50px;margin: 0 auto;}
.ChatBodyStart .BoxWhite .userHeader .media-left {position: relative;}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul {list-style: none;padding: 0;width: 62px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li{display: inline-block;position: absolute;left: 0px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li {left: 10px}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li+li {left: 20px}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.ChatBodyStart .BoxWhite .userHeader .media-heading {font-size: 14px;font-weight: 600;color: #4d4d4f;margin: 10px 0 3px 10px;}
.ChatBodyStart .BoxWhite .userHeader p.msg{color: #000;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;font-size: 15px;font-weight: 600;max-width: 260px;}
.ChatBodyStart .BoxWhite .userHeader p.msg i {color: #2741aa;}
.ChatBodyStart .BoxWhite .userHeader .media-left {margin: 0 40px 0 0 }
.ChatBodyStart .BoxWhite .btn-sendMsg { margin: 20px 0 0 0; border: 1px solid #2741aa; border-radius: 0px; color: #2741aa; padding: 10px 40px; font-weight: 700;}
.ChatBodyStart .BoxWhite .btn-sendMsg:hover {background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat {margin: 20px 0 0 0;border: 1px solid #2741aa;border-radius: 0px;color: #2741aa;padding: 10px 40px;font-weight: 700;width: 100%;font-size: 16px; background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat:hover {background: #2741aa; color: #fff;}
.chatInfoForm {}
.chatInfoForm .form-control {border-radius: 0;box-shadow: none;padding: 20px 10px;}
.outerWrapWidget {/* position:fixed; *//* bottom: 100px; */z-index: 999;width: 100%;height: calc(100% - 100px);/*overflow: hidden;overflow-y: scroll;*/box-shadow: 0px 0px 10px #ccc;/* height: 520px; */background: #fff;}
.outerWrapWidget::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.outerWrapWidget::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.outerWrapWidget::-webkit-scrollbar-thumb{background-color: #4d6cd8; border: 0px solid #555555;}
/* visitior hat Emoji Settings */
#faceBlock {right: 76px!important; top: -85px!important;}
#faceEnter {right: 55px!important; top: 20px!important;}
#faceBlock i {margin: 4px;}
.chatOnsiteWidget {/* position: fixed; *//* bottom: 0; *//* right: 0; */width: 260px;height: 100px;float: right; display: none;}
.chatOnsiteWidget a {color: #000; text-decoration: none;}
.chatWithUsBox{display: inline-block;width: 160px;box-shadow: 0 8px 18px 0 rgb(0 0 0 / 9%);background-color: #ffffff;text-align: center;vertical-align: middle;padding: 10px;-webkit-border-top-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-bottomleft: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;margin: 21px 0 0 0;}
.chatWithUsBox img {max-width: 27px;margin: -5px 0 0 0;}
.chatIcon {display: inline-block;width: 90px;vertical-align: middle;float: right;}
.chatIframeWrap {position: fixed; bottom:100px; right:100px;}
.chatIframeWrap .chatIframe {}
iframe {position: fixed; bottom:10px; right:10px;max-width: 399px; height: 800px; width: 100%; }
.chatPaymentForm,.chatVisitorInfo {background: #fff;border: 1px solid #ccc;position: fixed;top: 70px;right: 0;left:0;bottom: 100px;background: rgba(255,255,255,0.9);padding: 40px 30px 10px 30px;z-index: 9999;}
.chatPaymentForm.active,.chatVisitorInfo.active {display: block!important;}
.paymentImgs {margin:0 0 30px 0;}
.paymentImgs img{display: block; margin:0 auto;}
.btn-paymentSubmit {display: block; border: 0; border-radius:5px;width: 100%;font-weight: 700; padding:10px 10px; text-align: center; outline: none;}
.open-payment,.open-user_info {position:relative;}
.paymentImgs h4 {font-size: 21px;font-weight: 600;}
.open-payment a,.open-user_info a {color:#fff;font-size: 23px;position: absolute;top: 16px;right: 0;padding: 0px 8px;}
.open-payment a.active,.open-user_info a.active {background: #8bc34a;}
.chatVisitorError {background: #fff;border: 1px solid #ccc;position: fixed;top: 70px;right: 0;left:0;bottom: 100px;background: rgba(255,255,255,0.9);padding: 40px 30px 10px 30px;z-index: 9999;}
.chatVisitorError.active {display: block!important;} | public/newWidget/assets/css/chatWidget.css | body::-webkit-scrollbar-track{background-color:#F5F5F5}
body::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
body::-webkit-scrollbar-thumb{background-color:#ccc}
body { background:none transparent; }
.chatWidgetWrap {}
.chatWidgetHead {min-height: 70px;border-radius: 0px;background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%);width: 100%;z-index: 999;/*position: fixed;*/}
.chatWidgetHead .backBtnClass {color: #fff;font-size: 35px;margin: 9px auto 0 auto;display: block;width: 15px;}
.chatWidgetMainChat {
padding: 0px 0 0px 0;
}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-thumb{background-color: #7a40f2; border: 0px solid #555555;}
.chatWidgetMainChat .submitComment{position:relative;/*overflow:hidden;*/height: 80px;border-top:1px solid #ccc;/* position: fixed; */bottom: 0;width: 100%;z-index: 999;background: #fff;}
.chatWidgetMainChat .submitComment .form-control{position:absolute;top: 0px;border:none;box-shadow:none;height: 75px;resize: none;padding:0 90px 0 10px!important;}
.chatWidgetMainChat .submitComment .btn.btn-submitComment{position:absolute;top: 10px;right: 10px;background: transparent;border-radius:90px;height:50px;width:50px;border:none;padding:9px 0 0;font-size:21px;color: #4d4d4f;}
.chatWidgetMainChat .submitComment .smileFace {color: #6b5e69;font-size: 20px;position: absolute;top: 14px;right: 50px;z-index: 9;background: transparent;border: none;}
.chatWidgetMainChat .chatComments ul {list-style: none;padding: 0 10px;overflow: hidden;overflow-y: scroll;height: 390px;margin: 0;}
.chatWidgetMainChat .chatComments ul::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments ul::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments ul::-webkit-scrollbar-thumb{background-color: #5676e3;border: 0px solid #555555;}
.chatWidgetMainChat .chatComments ul li{display: block;clear: both;margin: 20px 0 20px 0;overflow: hidden;position: relative;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat{}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg{width: 36px;height: 36px;display: inline-block;overflow: hidden;border-radius: 50px;float: right;vertical-align: bottom;position: absolute;bottom: 24px;right: 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg img {}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat {padding: 20px 20px 10px 20px;background-color: #5676e3;display: inline-block;max-width: 60%;-webkit-border-radius: 15px;-webkit-border-bottom-right-radius: 0;-moz-border-radius: 15px;-moz-border-radius-bottomright: 0;border-radius: 15px;border-bottom-right-radius: 0;float: right;margin: 0 50px 0 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat p {color: #fff; font-size: 14px;word-wrap: break-word;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat .chatImages img {display: block; width: 100%; max-width: 140px;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .dateTime {font-size: 12px;color: #4d4d4f;float: right;display: block;clear: both;margin: 10px 47px 0 0;opacity:0;transition: all 0.5s ease;}
.chatWidgetMainChat .chatComments ul li:hover .dateTime {opacity:1;transition: all 0.5s ease;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userImg{float: left;right: auto;bottom: auto;left: 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat {float: left;margin: 0 0px 0 44px;background-color: #8bc34a;-webkit-border-radius: 15px;-webkit-border-top-left-radius: 0;-moz-border-radius: 15px;-moz-border-radius-topleft: 0;border-radius: 15px;border-top-left-radius: 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat p {color: #fff;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .dateTime {float: left;margin: 10px 0 0 47px;}
.chatWidgetHead .userHeader {margin: 10px 0}
.chatWidgetHead .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
/* .chatWidgetHead .userHeader .chatUserImg img {width: 37px;margin: 0 auto;position: absolute;top: 11px;left: 5px;} */
.chatWidgetHead .userHeader .chatUserImg img {width: 48px;/*! margin: 0 auto; *//*! position: absolute; */top: 11px;left: 5px;}
.chatWidgetHead .userHeader .media-left {position: relative;}
.chatWidgetHead .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.chatWidgetHead .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.chatWidgetHead .userHeader .media-heading {font-size: 16px;font-weight: 700;color: #fff;margin: 10px 0 0 10px;}
.chatWidgetHead .userHeader p.msg{font-size: 12px;color: rgba(255, 255, 255, 0.46);width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;}
.chatWidgetHead .userHeader .media-left {margin: 0 40px 0 0 }
/* Second Widget */
.ChatStartWidgetWrap {}
.ChatStartWidgetWrap .ChatStartWidgetHead{border-radius: 2px; background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%); min-height: 277px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings {padding: 30px 50px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .logoClass {display: block;max-width: 50px;margin: 0 0 0 0;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt {
}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3{font-size: 35px;color: #ffffff;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3 img { max-width: 40px; display: inline-block; width: 100%;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt p{font-size: 14px;color: rgba(255, 255, 255, 0.63);}
.ChatBodyStart {margin: -60px 5% 0 5%;}
.ChatBodyStart .BoxWhite {padding: 20px 20px 30px 20px;background: #fff;box-shadow: 0px 0px 8px #e0dfdf;border-top: 4px solid #5676e3;clear: both;margin: 0 0 20px 0;}
.ChatBodyStart .BoxWhite h3 {font-size: 16px;font-weight: 600;color: #262626;margin: 20px 0 20px 0;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg img {width: 50px;margin: 0 auto;}
.ChatBodyStart .BoxWhite .userHeader .media-left {position: relative;}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul {list-style: none;padding: 0;width: 62px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li{display: inline-block;position: absolute;left: 0px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li {left: 10px}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li+li {left: 20px}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.ChatBodyStart .BoxWhite .userHeader .media-heading {font-size: 14px;font-weight: 600;color: #4d4d4f;margin: 10px 0 3px 10px;}
.ChatBodyStart .BoxWhite .userHeader p.msg{color: #000;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;font-size: 15px;font-weight: 600;max-width: 260px;}
.ChatBodyStart .BoxWhite .userHeader p.msg i {color: #2741aa;}
.ChatBodyStart .BoxWhite .userHeader .media-left {margin: 0 40px 0 0 }
.ChatBodyStart .BoxWhite .btn-sendMsg { margin: 20px 0 0 0; border: 1px solid #2741aa; border-radius: 0px; color: #2741aa; padding: 10px 40px; font-weight: 700;}
.ChatBodyStart .BoxWhite .btn-sendMsg:hover {background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat {margin: 20px 0 0 0;border: 1px solid #2741aa;border-radius: 0px;color: #2741aa;padding: 10px 40px;font-weight: 700;width: 100%;font-size: 16px; background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat:hover {background: #2741aa; color: #fff;}
.chatInfoForm {}
.chatInfoForm .form-control {border-radius: 0;box-shadow: none;padding: 20px 10px;}
.outerWrapWidget {/* position:fixed; *//* bottom: 100px; */z-index: 999;width: 100%;height: calc(100% - 100px);/*overflow: hidden;overflow-y: scroll;*/box-shadow: 0px 0px 10px #ccc;/* height: 520px; */background: #fff;}
.outerWrapWidget::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.outerWrapWidget::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.outerWrapWidget::-webkit-scrollbar-thumb{background-color: #4d6cd8; border: 0px solid #555555;}
/* visitior hat Emoji Settings */
#faceBlock {right: 76px!important; top: -85px!important;}
#faceEnter {right: 55px!important; top: 20px!important;}
#faceBlock i {margin: 4px;}
.chatOnsiteWidget {/* position: fixed; *//* bottom: 0; *//* right: 0; */width: 260px;height: 100px;float: right; display: none;}
.chatOnsiteWidget a {color: #000; text-decoration: none;}
.chatWithUsBox{display: inline-block;width: 160px;box-shadow: 0 8px 18px 0 rgb(0 0 0 / 9%);background-color: #ffffff;text-align: center;vertical-align: middle;padding: 10px;-webkit-border-top-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-bottomleft: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;margin: 21px 0 0 0;}
.chatWithUsBox img {max-width: 27px;margin: -5px 0 0 0;}
.chatIcon {display: inline-block;width: 90px;vertical-align: middle;float: right;}
.chatIframeWrap {position: fixed; bottom:100px; right:100px;}
.chatIframeWrap .chatIframe {}
iframe {position: fixed; bottom:10px; right:10px;max-width: 399px; height: 800px; width: 100%; }
.chatPaymentForm,.chatVisitorInfo {background: #fff;border: 1px solid #ccc;position: fixed;top: 70px;right: 0;left:0;bottom: 100px;background: rgba(255,255,255,0.9);padding: 40px 30px 10px 30px;z-index: 9999;}
.chatPaymentForm.active,.chatVisitorInfo.active {display: block!important;}
.paymentImgs {margin:0 0 30px 0;}
.paymentImgs img{display: block; margin:0 auto;}
.btn-paymentSubmit {display: block; border: 0; border-radius:5px;width: 100%;font-weight: 700; padding:10px 10px; text-align: center; outline: none;}
.open-payment,.open-user_info {position:relative;}
.paymentImgs h4 {font-size: 21px;font-weight: 600;}
.open-payment a,.open-user_info a {color:#fff;font-size: 23px;position: absolute;top: 16px;right: 0;padding: 0px 8px;}
.open-payment a.active,.open-user_info a.active {background: #8bc34a;}
.chatVisitorError {background: #fff;border: 1px solid #ccc;position: fixed;top: 70px;right: 0;left:0;bottom: 100px;background: rgba(255,255,255,0.9);padding: 40px 30px 10px 30px;z-index: 9999;}
.chatVisitorError.active {display: block!important;} | 0.246171 | 0.037117 |
body {
height: 100%;
}
body #page {
min-height: 100%;
}
header {
z-index: 11;
position: absolute;
top: 0;
left: 0;
right: 0;
}
header .logo {
text-decoration: none;
}
header .logo a {
display: inline-block;
}
nav {
padding: 1em 2em 0 0;
}
.container section {
margin: 7% 0;
}
.list-movies {
margin: 0;
padding: 0;
font-size: 0;
}
.list-movies >* {
font-size: 14px;
display: inline-block;
vertical-align: top;
}
.list-movies li {
margin-left: 1%;
margin-right: 1%;
width: 23%;
}
@media only screen and (max-width: 800px) and (min-width: 481px) {
.list-movies li {
width: 48%;
}
}
@media only screen and (max-width: 480px) {
.list-movies li {
width: 98%;
}
}
.movie-info {
position: absolute;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.movie-info a {
display: block;
text-decoration: none;
}
.list-movies li {
position: relative;
text-align: center;
}
.list-movies li:hover .movie-info {
opacity: 1;
background-color: rgba(212, 51, 92, 0.8);
}
.list-movies li:hover .movie-title {
display: inline-block;
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
-webkit-filter: blur(0);
}
.movie-title span {
display: block;
font-family: 'PT Sans', sans-serif;
}
.movie-title span:first-of-type {
font-size: 1.3em;
}
.movie-title span:last-of-type {
font-size: 1.5em;
padding: 1.2em 0;
}
.movie-title a {
margin-top: 1.2em;
color: #fff;
font-family: 'PT Sans', sans-serif;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
}
.title_ellipsis {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-ms-word-wrap: break-word;
display: -webkit-box;
overflow: hidden;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
text-align: center;
text-overflow: ellipsis;
}
.title_ellipsis span {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
font-size: 20px;
color: #fff;
}
.cycle-slideshow img {
background-color: #30110d;
opacity: 0.5;
}
.slide-overlay {
position: absolute;
top: 25%;
left: 0;
right: 0;
}
.slide-overlay .slide_title {
padding: 5px;
display: inline-block;
font-size: 0.9em;
background-color: #494b84;
border-radius: 5px;
}
.slide-overlay .slide-movie-title {
margin: 0;
font-size: 4.3em;
font-weight: 600;
}
.slide-overlay .time {
font-size: 1.2em;
font-weight: 300;
}
.slide-overlay .time span {
margin-right: 10px;
padding: 0 5px;
background: #d4335c;
font-size: 0.8em;
border-radius: 2px;
}
.slide-overlay .movies-content {
width: 50%;
}
.privat_room {
color: #d4d4d4;
}
.privat_room h3 {
font-size: 3.2em;
color: #ececec;
}
.privat_room .tickets,
.privat_room .films {
padding: 0.7em;
background: #000;
font-size: 1.8em;
font-weight: 400;
}
.privat_room .tickets span,
.privat_room .films span {
float: right;
color: #d4335c;
}
.privat_room + div {
padding: 10px;
background-color: #000000;
}
.bonuses {
color: #d4335c;
font-weight: 900;
font-size: 5em;
}
.room_title {
font-size: 2em;
color: #ececec;
}
.privat_info {
padding-top: 2em;
}
.bonuses_title {
font-size: 1.3em;
font-family: 'PT Sans', sans-serif;
}
.gray-darker-bg {
min-height: 100%;
}
footer {
padding: 24px 0;
background: #323339;
color: #fff;
font-size: 0.85em;
margin-top: -170px;
height: 170px;
overflow: hidden;
clear: both;
}
footer .col_right a {
color: #fff;
text-decoration: none;
font-size: 1.3em;
text-transform: uppercase;
}
footer .col_right p {
line-height: 5em;
}
footer .col_left p {
font-size: 1.1em;
font-family: 'PT Sans', sans-serif;
}
footer .col_left p.tel {
font-size: 2.3em;
}
.movie-showtimes {
padding-top: 20px;
}
.movie-showtimes .header {
margin-bottom: 10px;
}
.movie-showtimes .header label {
font-size: 1.2em;
font-weight: 500;
color: #004e67;
vertical-align: middle;
}
.movie-showtimes .cinemas .cinema-item {
margin-bottom: 15px;
box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
border-radius: 5px;
}
.movie-showtimes .cinema_title {
display: block;
font-size: 1.1em;
font-weight: 500;
background: #555;
background-size: contain;
color: #fff;
padding: 10px;
border-radius: 5px 5px 0 0;
text-decoration: none;
}
.movie-showtimes .halls {
border: 1px solid #555555;
border-top: 0;
border-radius: 0 0 5px 5px;
}
.movie-showtimes .hall {
color: #FFFFFF;
font-weight: 500;
padding: 12px 10px;
background: #55555555;
border-bottom: 1px solid #e1e1e1;
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
transition: background .4s;
}
.movie-showtimes .hall:last-child {
border-radius: 0 0 5px 5px;
border-bottom: 0;
}
.movie-showtimes .hall:hover {
background: rgba(212, 51, 92, 0.8);
}
.movie-showtimes .hall a {
text-decoration: none;
}
.movie-showtimes .hall-name {
width: 200px;
float: left;
}
.movie-showtimes .hall-name > span {
display: block;
float: left;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cinemaHall {
text-align: center;
display: inline-block;
vertical-align: top;
}
.seat {
height: 15px;
width: 15px;
margin: 4px;
background-color: #999999;
display: inline-block;
cursor: pointer;
border-radius: 2px;
font-size: 12px;
}
.passageBetween {
height: 1px;
width: 100%;
display: block;
}
.bay {
background-color: red;
}
.result {
font-size: 10px;
display: inline-block;
width: 90px;
max-height: 200px;
overflow-y: auto;
margin-right: 5px;
}
#go-top {
color: #ffffff;
border-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.5);
}
#go-top:hover,
#go-top:active,
#go-top.active {
color: #FFF;
border-color: #3F51B5;
background-color: #3F51B5;
}
form::after {
content: "";
display: table;
clear: both;
}
form p::after {
content: "";
display: table;
clear: both;
}
form [type="submit"] {
float: right;
}
fieldset legend {
font-size: 1.25em;
}
fieldset.unstyled {
padding: 0;
border: 0;
}
fieldset.unstyled legend {
padding: 0;
margin-bottom: .45em;
font-weight: bold;
}
label,
.label {
display: block;
margin-bottom: 0.25em;
font-size: 1.3em;
color: #7f8087;
}
label[for],
.label[for] {
cursor: pointer;
}
label[class*="grid_"],
.label[class*="grid_"] {
margin-bottom: 0;
}
.label-inline label,
.label-inline .label {
margin-bottom: 0;
line-height: 2.3em;
}
label.required::after,
.label.required::after {
color: #f25f5c;
content: ' *';
}
.notvalid {
color: #f25f5c;
}
select,
textarea,
input {
font-family: 'Roboto', sans-serif, Arial, sans-serif;
border: 1px solid #bbbbbb;
background-color: #fff;
color: black;
transition: border 0.3s;
}
select:focus,
textarea:focus,
input:focus {
border-color: #3F51B5;
}
select.success,
textarea.success,
input.success,
select.warning,
textarea.warning,
input.warning,
select.error,
textarea.error,
input.error,
select.info,
textarea.info,
input.info {
color: black;
}
select.success,
textarea.success,
input.success {
border-color: #4fc752;
}
select.success:focus,
textarea.success:focus,
input.success:focus {
box-shadow: 0 0 3px #4fc752 inset;
}
select.warning,
textarea.warning,
input.warning {
border-color: #ffc159;
}
select.warning:focus,
textarea.warning:focus,
input.warning:focus {
box-shadow: 0 0 3px #ffc159 inset;
}
select.error,
textarea.error,
input.error,
select.notvalid,
textarea.notvalid,
input.notvalid {
border-color: #f25f5c;
}
select.error:focus,
textarea.error:focus,
input.error:focus,
select.notvalid:focus,
textarea.notvalid:focus,
input.notvalid:focus {
box-shadow: 0 0 3px #f25f5c inset;
}
select.info,
textarea.info,
input.info {
border-color: #28b0ed;
}
select.info:focus,
textarea.info:focus,
input.info:focus {
box-shadow: 0 0 3px #28b0ed inset;
}
select[disabled],
textarea[disabled],
input[disabled],
[disabled] select,
[disabled] textarea,
[disabled] input,
select[disabled]:focus,
textarea[disabled]:focus,
input[disabled]:focus,
select.noedit,
textarea.noedit,
input.noedit,
select.noedit:focus,
textarea.noedit:focus,
input.noedit:focus {
border-color: #dddddd;
background: #eeeeee;
color: #a2a2a2;
cursor: not-allowed;
box-shadow: none;
}
input,
select {
padding: 0 .5em;
height: 2.3em;
line-height: 1.3em;
}
textarea {
padding: .5em;
min-height: 5em;
}
textarea.resize {
resize: vertical;
}
.forgot-password,
.retrieveFormBlock > form + a {
float: left;
margin-top: -27px;
}
.privat_info select,
.privat_info textarea,
.privat_info input {
font-family: 'Roboto', sans-serif, Arial, sans-serif;
border: 1px solid #1d1e22;
background-color: #1d1e22;
font-size: 1.4em;
font-weight: 400;
color: black;
transition: border 0.3s;
}
.form-sign_in .button {
margin-right: 1%;
}
.filed-upgrade {
height: auto;
position: absolute;
z-index: -10;
transition: none;
opacity: 0;
}
.filed-upgrade ~ .checkbox_radio {
display: inline-block;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
font-size: 16px;
height: calc(1em + 1px * 2);
width: calc(1em + 1px * 2);
line-height: 0;
margin: 0;
background: #fff;
border: 1px solid #bbbbbb;
color: transparent;
}
.filed-upgrade ~ .checkbox_radio::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 0.625em;
height: 0.625em;
}
.filed-upgrade.error ~ .checkbox_radio {
border-color: #f25f5c;
}
.filed-upgrade:hover ~ .checkbox_radio::before {
background: rgba(0, 0, 0, 0.1);
}
.filed-upgrade:checked ~ .checkbox_radio {
border-color: #4fc752;
}
.filed-upgrade:checked ~ .checkbox_radio::before {
background: #4fc752;
}
.filed-upgrade:disabled ~ .checkbox_radio {
background: #eeeeee !important;
border-color: #d5d5d5 !important;
color: transparent;
}
.filed-upgrade:disabled:checked ~ .checkbox_radio::before {
background: #a2a2a2 !important;
}
.filed-upgrade[type="radio"] ~ .checkbox_radio,
.filed-upgrade[type="radio"] ~ .checkbox_radio::before {
border-radius: 10em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio {
overflow: hidden;
position: relative;
width: 4em;
height: calc(1.25em + 1px * 2);
line-height: 1.25em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::before {
font-size: 0.857rem;
line-height: inherit;
content: 'OFF';
background: none;
color: #f25f5c;
position: static;
font-family: 'Roboto', sans-serif, Arial, sans-serif;
font-weight: bold;
width: 50%;
text-align: center;
float: left;
margin-left: 50%;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::after {
content: '';
background: #f25f5c;
transition: all 0.3s;
background: rgba(0, 0, 0, 0.1);
position: absolute;
border: 1px solid #fff;
z-index: 1;
left: 0;
top: 0;
bottom: 0;
width: 50%;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::before {
content: 'ON';
margin-left: 0;
color: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::after {
left: 50%;
background: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::before {
color: #a2a2a2 !important;
background: none !important;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::after {
background: #a2a2a2 !important;
}
.input-label {
position: relative;
}
.input-label label {
color: #e6e6e6;
position: absolute;
top: 0;
left: .5em;
z-index: 1;
line-height: 2.3em;
transition: all 0.2s;
}
.input-label input {
border-width: 0 0 1px;
box-shadow: none !important;
}
.input-label input:focus + label,
.input-label input:valid + label {
color: #3F51B5;
top: -0.9em;
font-size: 0.85em;
line-height: 1em;
}
.input-label input.success:focus + label,
.input-label input.success:valid + label {
color: #4fc752;
}
.input-label input.warning:focus + label,
.input-label input.warning:valid + label {
color: #ffc159;
}
.input-label input.error:focus + label,
.input-label input.error:valid + label {
color: #f25f5c;
}
.input-label input.info:focus + label,
.input-label input.info:valid + label {
color: #28b0ed;
}
.img_gallery {
margin: 10px 0;
font-size: 0;
}
.img_gallery li {
font-size: 1rem;
position: relative;
margin: 5px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.img_gallery a img {
position: relative;
cursor: pointer;
overflow: hidden;
text-align: center;
padding: 3px;
background: transparent;
transition: all 0.3s;
border: 1px solid #bbbbbb;
}
.img_gallery a img:hover {
border-color: #3F51B5;
}
.img_gallery .image_caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
margin: 0;
line-height: 1.5;
padding: 4px;
color: #FFF;
text-align: center;
font-size: 0.85em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: rgba(63, 81, 181, 0.8);
}
.rotator {
position: relative;
overflow: hidden;
background: #fff;
}
.rotator .slide-description {
padding: 10px 16px;
color: #FFF;
background: rgba(0, 0, 0, 0.005);
}
.rotator img {
width: 100%;
}
.rotator img ~ .slide-description {
position: absolute;
right: 0;
bottom: 0;
left: 0;
top: 50%;
}
.cycle-slideshow .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
list-style: none;
}
.cycle-slideshow .slide > a.generator-links:not(:first-child),
.cycle-slideshow .slide > a.tpopup:not(:first-child) {
position: absolute;
top: 10px;
left: 10px;
}
.cycle-slideshow .cycle-pager {
position: absolute;
bottom: 10px;
right: 0;
left: 0;
margin: auto;
z-index: 20;
text-align: center;
font-size: 0;
line-height: 0;
}
.cycle-slideshow .cycle-pager > * {
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin: 0 3px;
color: #FFF;
background: #FFF;
border-radius: 14px;
width: 10px;
height: 10px;
line-height: 10px;
font-size: 0;
}
.cycle-slideshow .cycle-pager > *::before {
font-size: 10px;
}
.cycle-slideshow .cycle-pager > *:hover {
background: #32408f;
}
.cycle-slideshow .cycle-pager > *.cycle-pager-active {
cursor: default;
color: #FFF;
background: #3F51B5;
}
.cycle-slideshow [class*="cycle-"].action-button {
background: #3F51B5;
color: #FFF;
position: absolute;
top: 50%;
z-index: 20;
cursor: pointer;
margin-top: -19px;
padding: 10px;
box-sizing: content-box;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 0;
transition: all 0.3s;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
font-size: 18px;
}
.cycle-slideshow [class*="cycle-"].action-button:hover {
background: #32408f;
color: #FFF;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
font-family: flexkit-icons;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev {
left: -54px;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev::before {
content: "\e0a9";
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next {
right: -54px;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next::before {
content: "\e0a7";
}
.cycle-slideshow:hover .action-button.cycle-prev {
left: 10px;
}
.cycle-slideshow:hover .action-button.cycle-next {
right: 10px;
}
@media only screen and (min-width: 801px) {
.d-hide,
.t-visible,
.m-visible {
display: none !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
.t-hide,
.d-visible,
.m-visible {
display: none !important;
}
}
@media only screen and (max-width: 480px) {
.m-hide,
.d-visible,
.t-visible {
display: none !important;
}
}
@media only screen and (max-width: 1024px) {
.slide-overlay {
left: 5%;
right: 5%;
}
.slide-overlay button {
margin-top: 3em;
}
.slide-overlay .slide-movie-title {
font-size: 3em;
}
.slide-overlay .movies-content {
width: auto;
}
}
@media only screen and (max-width: 800px) {
.slide-overlay {
top: 10%;
left: 5%;
right: 5%;
}
.slide-overlay button {
margin-top: 0;
}
.slide-overlay .slide-movie-title {
font-size: 3em;
}
.slide-overlay .movies-content {
width: auto;
}
.movie-info {
opacity: 1;
top: 40%;
background-color: rgba(212, 51, 92, 0.8);
}
.movie-info .movie-title {
padding: 2em;
}
.col_left,
.col_right {
text-align: center!important;
}
.list-movies li:hover .movie-title {
transform: none;
}
.movie,
.movie-showtimes .hall,
.cinema-showtimes .movie {
-ms-flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
flex-wrap: nowrap;
overflow-x: auto;
}
imax-showtimes .movie .movie-name,
.imax-showtimes .movie .hall-name,
.movie-showtimes .hall .movie-name,
.movie-showtimes .hall .hall-name,
.cinema-showtimes .movie .movie-name,
.cinema-showtimes .movie .hall-name {
margin-right: 8px;
width: auto;
min-width: 50%;
max-width: 50%;
}
.movie .times,
.movie-showtimes .hall .times,
.cinema-showtimes .movie .times {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.times .time {
position: relative;
top: 0;
left: 0;
margin-right: 8px;
}
}
@media only screen and (max-width: 480px) {
.captcha,
.captcha img {
width: 100%;
}
form [type="submit"],
form [type="button"] {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.times .time {
position: relative;
top: 0;
left: 0;
margin-right: 8px;
}
}
html.mobile,
html.tablet {
overflow: hidden;
}
html.mobile::before,
html.tablet::before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 101;
background-color: #3F51B5;
}
html.mobile .mobile-loader,
html.tablet .mobile-loader {
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 102;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after,
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
margin: auto;
content: "";
display: block;
border: 5px solid transparent;
border-top-color: #FFF;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
border-radius: 50%;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after {
animation: rotate 1.45s linear infinite;
width: 4em;
height: 4em;
}
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
animation: rotate 1.85s linear infinite;
width: 4.75em;
height: 4.75em;
}
html.mobile.loaded,
html.tablet.loaded {
overflow: initial;
}
html.mobile.loaded::before,
html.tablet.loaded::before {
content: none;
}
html.mobile.loaded .mobile-loader,
html.tablet.loaded .mobile-loader {
display: none;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media only print {
* {
background: none !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
/* Images, vectors and such */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
/* Chrome + Safari 6 */
-moz-filter: grayscale(100%);
/* Future proof */
-ms-filter: grayscale(100%);
/* Future proof */
-o-filter: grayscale(100%);
/* Future proof */
filter: grayscale(100%);
/* Future proof or polyfilled */
}
.print-hide,
header,
footer,
nav,
aside {
display: none !important;
}
.print-visible {
display: block !important;
}
.print-visible-inline {
display: inline !important;
}
.print-page-break-inside,
img,
table {
page-break-inside: avoid;
}
.print-page-break,
article + article {
page-break-before: always;
}
a::after {
color: #888888;
margin: 0 0 0 .5em;
font-size: 14px;
font-style: italic;
text-decoration: underline;
}
a.btn::after,
a.page-title::after {
margin: 0;
display: block;
}
a.page-teaser-image::after,
.page-teaser-image a::after,
.gmaps a::after,
a._lbox::after {
display: none;
}
a[href*=".html"]::after,
a[href^="http"]::after,
a[href^="//"]::after {
content: "(" attr(href) ")";
}
} | web/assets/css/style.css | body {
height: 100%;
}
body #page {
min-height: 100%;
}
header {
z-index: 11;
position: absolute;
top: 0;
left: 0;
right: 0;
}
header .logo {
text-decoration: none;
}
header .logo a {
display: inline-block;
}
nav {
padding: 1em 2em 0 0;
}
.container section {
margin: 7% 0;
}
.list-movies {
margin: 0;
padding: 0;
font-size: 0;
}
.list-movies >* {
font-size: 14px;
display: inline-block;
vertical-align: top;
}
.list-movies li {
margin-left: 1%;
margin-right: 1%;
width: 23%;
}
@media only screen and (max-width: 800px) and (min-width: 481px) {
.list-movies li {
width: 48%;
}
}
@media only screen and (max-width: 480px) {
.list-movies li {
width: 98%;
}
}
.movie-info {
position: absolute;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.movie-info a {
display: block;
text-decoration: none;
}
.list-movies li {
position: relative;
text-align: center;
}
.list-movies li:hover .movie-info {
opacity: 1;
background-color: rgba(212, 51, 92, 0.8);
}
.list-movies li:hover .movie-title {
display: inline-block;
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
-webkit-filter: blur(0);
}
.movie-title span {
display: block;
font-family: 'PT Sans', sans-serif;
}
.movie-title span:first-of-type {
font-size: 1.3em;
}
.movie-title span:last-of-type {
font-size: 1.5em;
padding: 1.2em 0;
}
.movie-title a {
margin-top: 1.2em;
color: #fff;
font-family: 'PT Sans', sans-serif;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
}
.title_ellipsis {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-ms-word-wrap: break-word;
display: -webkit-box;
overflow: hidden;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
text-align: center;
text-overflow: ellipsis;
}
.title_ellipsis span {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
font-size: 20px;
color: #fff;
}
.cycle-slideshow img {
background-color: #30110d;
opacity: 0.5;
}
.slide-overlay {
position: absolute;
top: 25%;
left: 0;
right: 0;
}
.slide-overlay .slide_title {
padding: 5px;
display: inline-block;
font-size: 0.9em;
background-color: #494b84;
border-radius: 5px;
}
.slide-overlay .slide-movie-title {
margin: 0;
font-size: 4.3em;
font-weight: 600;
}
.slide-overlay .time {
font-size: 1.2em;
font-weight: 300;
}
.slide-overlay .time span {
margin-right: 10px;
padding: 0 5px;
background: #d4335c;
font-size: 0.8em;
border-radius: 2px;
}
.slide-overlay .movies-content {
width: 50%;
}
.privat_room {
color: #d4d4d4;
}
.privat_room h3 {
font-size: 3.2em;
color: #ececec;
}
.privat_room .tickets,
.privat_room .films {
padding: 0.7em;
background: #000;
font-size: 1.8em;
font-weight: 400;
}
.privat_room .tickets span,
.privat_room .films span {
float: right;
color: #d4335c;
}
.privat_room + div {
padding: 10px;
background-color: #000000;
}
.bonuses {
color: #d4335c;
font-weight: 900;
font-size: 5em;
}
.room_title {
font-size: 2em;
color: #ececec;
}
.privat_info {
padding-top: 2em;
}
.bonuses_title {
font-size: 1.3em;
font-family: 'PT Sans', sans-serif;
}
.gray-darker-bg {
min-height: 100%;
}
footer {
padding: 24px 0;
background: #323339;
color: #fff;
font-size: 0.85em;
margin-top: -170px;
height: 170px;
overflow: hidden;
clear: both;
}
footer .col_right a {
color: #fff;
text-decoration: none;
font-size: 1.3em;
text-transform: uppercase;
}
footer .col_right p {
line-height: 5em;
}
footer .col_left p {
font-size: 1.1em;
font-family: 'PT Sans', sans-serif;
}
footer .col_left p.tel {
font-size: 2.3em;
}
.movie-showtimes {
padding-top: 20px;
}
.movie-showtimes .header {
margin-bottom: 10px;
}
.movie-showtimes .header label {
font-size: 1.2em;
font-weight: 500;
color: #004e67;
vertical-align: middle;
}
.movie-showtimes .cinemas .cinema-item {
margin-bottom: 15px;
box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
border-radius: 5px;
}
.movie-showtimes .cinema_title {
display: block;
font-size: 1.1em;
font-weight: 500;
background: #555;
background-size: contain;
color: #fff;
padding: 10px;
border-radius: 5px 5px 0 0;
text-decoration: none;
}
.movie-showtimes .halls {
border: 1px solid #555555;
border-top: 0;
border-radius: 0 0 5px 5px;
}
.movie-showtimes .hall {
color: #FFFFFF;
font-weight: 500;
padding: 12px 10px;
background: #55555555;
border-bottom: 1px solid #e1e1e1;
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
transition: background .4s;
}
.movie-showtimes .hall:last-child {
border-radius: 0 0 5px 5px;
border-bottom: 0;
}
.movie-showtimes .hall:hover {
background: rgba(212, 51, 92, 0.8);
}
.movie-showtimes .hall a {
text-decoration: none;
}
.movie-showtimes .hall-name {
width: 200px;
float: left;
}
.movie-showtimes .hall-name > span {
display: block;
float: left;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cinemaHall {
text-align: center;
display: inline-block;
vertical-align: top;
}
.seat {
height: 15px;
width: 15px;
margin: 4px;
background-color: #999999;
display: inline-block;
cursor: pointer;
border-radius: 2px;
font-size: 12px;
}
.passageBetween {
height: 1px;
width: 100%;
display: block;
}
.bay {
background-color: red;
}
.result {
font-size: 10px;
display: inline-block;
width: 90px;
max-height: 200px;
overflow-y: auto;
margin-right: 5px;
}
#go-top {
color: #ffffff;
border-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.5);
}
#go-top:hover,
#go-top:active,
#go-top.active {
color: #FFF;
border-color: #3F51B5;
background-color: #3F51B5;
}
form::after {
content: "";
display: table;
clear: both;
}
form p::after {
content: "";
display: table;
clear: both;
}
form [type="submit"] {
float: right;
}
fieldset legend {
font-size: 1.25em;
}
fieldset.unstyled {
padding: 0;
border: 0;
}
fieldset.unstyled legend {
padding: 0;
margin-bottom: .45em;
font-weight: bold;
}
label,
.label {
display: block;
margin-bottom: 0.25em;
font-size: 1.3em;
color: #7f8087;
}
label[for],
.label[for] {
cursor: pointer;
}
label[class*="grid_"],
.label[class*="grid_"] {
margin-bottom: 0;
}
.label-inline label,
.label-inline .label {
margin-bottom: 0;
line-height: 2.3em;
}
label.required::after,
.label.required::after {
color: #f25f5c;
content: ' *';
}
.notvalid {
color: #f25f5c;
}
select,
textarea,
input {
font-family: 'Roboto', sans-serif, Arial, sans-serif;
border: 1px solid #bbbbbb;
background-color: #fff;
color: black;
transition: border 0.3s;
}
select:focus,
textarea:focus,
input:focus {
border-color: #3F51B5;
}
select.success,
textarea.success,
input.success,
select.warning,
textarea.warning,
input.warning,
select.error,
textarea.error,
input.error,
select.info,
textarea.info,
input.info {
color: black;
}
select.success,
textarea.success,
input.success {
border-color: #4fc752;
}
select.success:focus,
textarea.success:focus,
input.success:focus {
box-shadow: 0 0 3px #4fc752 inset;
}
select.warning,
textarea.warning,
input.warning {
border-color: #ffc159;
}
select.warning:focus,
textarea.warning:focus,
input.warning:focus {
box-shadow: 0 0 3px #ffc159 inset;
}
select.error,
textarea.error,
input.error,
select.notvalid,
textarea.notvalid,
input.notvalid {
border-color: #f25f5c;
}
select.error:focus,
textarea.error:focus,
input.error:focus,
select.notvalid:focus,
textarea.notvalid:focus,
input.notvalid:focus {
box-shadow: 0 0 3px #f25f5c inset;
}
select.info,
textarea.info,
input.info {
border-color: #28b0ed;
}
select.info:focus,
textarea.info:focus,
input.info:focus {
box-shadow: 0 0 3px #28b0ed inset;
}
select[disabled],
textarea[disabled],
input[disabled],
[disabled] select,
[disabled] textarea,
[disabled] input,
select[disabled]:focus,
textarea[disabled]:focus,
input[disabled]:focus,
select.noedit,
textarea.noedit,
input.noedit,
select.noedit:focus,
textarea.noedit:focus,
input.noedit:focus {
border-color: #dddddd;
background: #eeeeee;
color: #a2a2a2;
cursor: not-allowed;
box-shadow: none;
}
input,
select {
padding: 0 .5em;
height: 2.3em;
line-height: 1.3em;
}
textarea {
padding: .5em;
min-height: 5em;
}
textarea.resize {
resize: vertical;
}
.forgot-password,
.retrieveFormBlock > form + a {
float: left;
margin-top: -27px;
}
.privat_info select,
.privat_info textarea,
.privat_info input {
font-family: 'Roboto', sans-serif, Arial, sans-serif;
border: 1px solid #1d1e22;
background-color: #1d1e22;
font-size: 1.4em;
font-weight: 400;
color: black;
transition: border 0.3s;
}
.form-sign_in .button {
margin-right: 1%;
}
.filed-upgrade {
height: auto;
position: absolute;
z-index: -10;
transition: none;
opacity: 0;
}
.filed-upgrade ~ .checkbox_radio {
display: inline-block;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
font-size: 16px;
height: calc(1em + 1px * 2);
width: calc(1em + 1px * 2);
line-height: 0;
margin: 0;
background: #fff;
border: 1px solid #bbbbbb;
color: transparent;
}
.filed-upgrade ~ .checkbox_radio::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 0.625em;
height: 0.625em;
}
.filed-upgrade.error ~ .checkbox_radio {
border-color: #f25f5c;
}
.filed-upgrade:hover ~ .checkbox_radio::before {
background: rgba(0, 0, 0, 0.1);
}
.filed-upgrade:checked ~ .checkbox_radio {
border-color: #4fc752;
}
.filed-upgrade:checked ~ .checkbox_radio::before {
background: #4fc752;
}
.filed-upgrade:disabled ~ .checkbox_radio {
background: #eeeeee !important;
border-color: #d5d5d5 !important;
color: transparent;
}
.filed-upgrade:disabled:checked ~ .checkbox_radio::before {
background: #a2a2a2 !important;
}
.filed-upgrade[type="radio"] ~ .checkbox_radio,
.filed-upgrade[type="radio"] ~ .checkbox_radio::before {
border-radius: 10em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio {
overflow: hidden;
position: relative;
width: 4em;
height: calc(1.25em + 1px * 2);
line-height: 1.25em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::before {
font-size: 0.857rem;
line-height: inherit;
content: 'OFF';
background: none;
color: #f25f5c;
position: static;
font-family: 'Roboto', sans-serif, Arial, sans-serif;
font-weight: bold;
width: 50%;
text-align: center;
float: left;
margin-left: 50%;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::after {
content: '';
background: #f25f5c;
transition: all 0.3s;
background: rgba(0, 0, 0, 0.1);
position: absolute;
border: 1px solid #fff;
z-index: 1;
left: 0;
top: 0;
bottom: 0;
width: 50%;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::before {
content: 'ON';
margin-left: 0;
color: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::after {
left: 50%;
background: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::before {
color: #a2a2a2 !important;
background: none !important;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::after {
background: #a2a2a2 !important;
}
.input-label {
position: relative;
}
.input-label label {
color: #e6e6e6;
position: absolute;
top: 0;
left: .5em;
z-index: 1;
line-height: 2.3em;
transition: all 0.2s;
}
.input-label input {
border-width: 0 0 1px;
box-shadow: none !important;
}
.input-label input:focus + label,
.input-label input:valid + label {
color: #3F51B5;
top: -0.9em;
font-size: 0.85em;
line-height: 1em;
}
.input-label input.success:focus + label,
.input-label input.success:valid + label {
color: #4fc752;
}
.input-label input.warning:focus + label,
.input-label input.warning:valid + label {
color: #ffc159;
}
.input-label input.error:focus + label,
.input-label input.error:valid + label {
color: #f25f5c;
}
.input-label input.info:focus + label,
.input-label input.info:valid + label {
color: #28b0ed;
}
.img_gallery {
margin: 10px 0;
font-size: 0;
}
.img_gallery li {
font-size: 1rem;
position: relative;
margin: 5px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.img_gallery a img {
position: relative;
cursor: pointer;
overflow: hidden;
text-align: center;
padding: 3px;
background: transparent;
transition: all 0.3s;
border: 1px solid #bbbbbb;
}
.img_gallery a img:hover {
border-color: #3F51B5;
}
.img_gallery .image_caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
margin: 0;
line-height: 1.5;
padding: 4px;
color: #FFF;
text-align: center;
font-size: 0.85em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: rgba(63, 81, 181, 0.8);
}
.rotator {
position: relative;
overflow: hidden;
background: #fff;
}
.rotator .slide-description {
padding: 10px 16px;
color: #FFF;
background: rgba(0, 0, 0, 0.005);
}
.rotator img {
width: 100%;
}
.rotator img ~ .slide-description {
position: absolute;
right: 0;
bottom: 0;
left: 0;
top: 50%;
}
.cycle-slideshow .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
list-style: none;
}
.cycle-slideshow .slide > a.generator-links:not(:first-child),
.cycle-slideshow .slide > a.tpopup:not(:first-child) {
position: absolute;
top: 10px;
left: 10px;
}
.cycle-slideshow .cycle-pager {
position: absolute;
bottom: 10px;
right: 0;
left: 0;
margin: auto;
z-index: 20;
text-align: center;
font-size: 0;
line-height: 0;
}
.cycle-slideshow .cycle-pager > * {
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin: 0 3px;
color: #FFF;
background: #FFF;
border-radius: 14px;
width: 10px;
height: 10px;
line-height: 10px;
font-size: 0;
}
.cycle-slideshow .cycle-pager > *::before {
font-size: 10px;
}
.cycle-slideshow .cycle-pager > *:hover {
background: #32408f;
}
.cycle-slideshow .cycle-pager > *.cycle-pager-active {
cursor: default;
color: #FFF;
background: #3F51B5;
}
.cycle-slideshow [class*="cycle-"].action-button {
background: #3F51B5;
color: #FFF;
position: absolute;
top: 50%;
z-index: 20;
cursor: pointer;
margin-top: -19px;
padding: 10px;
box-sizing: content-box;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 0;
transition: all 0.3s;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
font-size: 18px;
}
.cycle-slideshow [class*="cycle-"].action-button:hover {
background: #32408f;
color: #FFF;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
font-family: flexkit-icons;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev {
left: -54px;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev::before {
content: "\e0a9";
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next {
right: -54px;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next::before {
content: "\e0a7";
}
.cycle-slideshow:hover .action-button.cycle-prev {
left: 10px;
}
.cycle-slideshow:hover .action-button.cycle-next {
right: 10px;
}
@media only screen and (min-width: 801px) {
.d-hide,
.t-visible,
.m-visible {
display: none !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
.t-hide,
.d-visible,
.m-visible {
display: none !important;
}
}
@media only screen and (max-width: 480px) {
.m-hide,
.d-visible,
.t-visible {
display: none !important;
}
}
@media only screen and (max-width: 1024px) {
.slide-overlay {
left: 5%;
right: 5%;
}
.slide-overlay button {
margin-top: 3em;
}
.slide-overlay .slide-movie-title {
font-size: 3em;
}
.slide-overlay .movies-content {
width: auto;
}
}
@media only screen and (max-width: 800px) {
.slide-overlay {
top: 10%;
left: 5%;
right: 5%;
}
.slide-overlay button {
margin-top: 0;
}
.slide-overlay .slide-movie-title {
font-size: 3em;
}
.slide-overlay .movies-content {
width: auto;
}
.movie-info {
opacity: 1;
top: 40%;
background-color: rgba(212, 51, 92, 0.8);
}
.movie-info .movie-title {
padding: 2em;
}
.col_left,
.col_right {
text-align: center!important;
}
.list-movies li:hover .movie-title {
transform: none;
}
.movie,
.movie-showtimes .hall,
.cinema-showtimes .movie {
-ms-flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
flex-wrap: nowrap;
overflow-x: auto;
}
imax-showtimes .movie .movie-name,
.imax-showtimes .movie .hall-name,
.movie-showtimes .hall .movie-name,
.movie-showtimes .hall .hall-name,
.cinema-showtimes .movie .movie-name,
.cinema-showtimes .movie .hall-name {
margin-right: 8px;
width: auto;
min-width: 50%;
max-width: 50%;
}
.movie .times,
.movie-showtimes .hall .times,
.cinema-showtimes .movie .times {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.times .time {
position: relative;
top: 0;
left: 0;
margin-right: 8px;
}
}
@media only screen and (max-width: 480px) {
.captcha,
.captcha img {
width: 100%;
}
form [type="submit"],
form [type="button"] {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.times .time {
position: relative;
top: 0;
left: 0;
margin-right: 8px;
}
}
html.mobile,
html.tablet {
overflow: hidden;
}
html.mobile::before,
html.tablet::before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 101;
background-color: #3F51B5;
}
html.mobile .mobile-loader,
html.tablet .mobile-loader {
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 102;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after,
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
margin: auto;
content: "";
display: block;
border: 5px solid transparent;
border-top-color: #FFF;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
border-radius: 50%;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after {
animation: rotate 1.45s linear infinite;
width: 4em;
height: 4em;
}
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
animation: rotate 1.85s linear infinite;
width: 4.75em;
height: 4.75em;
}
html.mobile.loaded,
html.tablet.loaded {
overflow: initial;
}
html.mobile.loaded::before,
html.tablet.loaded::before {
content: none;
}
html.mobile.loaded .mobile-loader,
html.tablet.loaded .mobile-loader {
display: none;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media only print {
* {
background: none !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
/* Images, vectors and such */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
/* Chrome + Safari 6 */
-moz-filter: grayscale(100%);
/* Future proof */
-ms-filter: grayscale(100%);
/* Future proof */
-o-filter: grayscale(100%);
/* Future proof */
filter: grayscale(100%);
/* Future proof or polyfilled */
}
.print-hide,
header,
footer,
nav,
aside {
display: none !important;
}
.print-visible {
display: block !important;
}
.print-visible-inline {
display: inline !important;
}
.print-page-break-inside,
img,
table {
page-break-inside: avoid;
}
.print-page-break,
article + article {
page-break-before: always;
}
a::after {
color: #888888;
margin: 0 0 0 .5em;
font-size: 14px;
font-style: italic;
text-decoration: underline;
}
a.btn::after,
a.page-title::after {
margin: 0;
display: block;
}
a.page-teaser-image::after,
.page-teaser-image a::after,
.gmaps a::after,
a._lbox::after {
display: none;
}
a[href*=".html"]::after,
a[href^="http"]::after,
a[href^="//"]::after {
content: "(" attr(href) ")";
}
} | 0.511717 | 0.096153 |
.console-column {
display: flex;
flex-direction: column;
}
.console-commits-column {
justify-content: flex-end;
flex: 0;
}
.console-row {
display: flex;
flex-direction: row;
}
.fill-row {
width: 100%;
}
/* Title */
.console-title {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.console-title img {
width: 16px;
height: 16px;
}
.console-title span {
font-weight: bold;
min-height: 2.5em;
}
/* Tree Status */
.tree-status {
margin-bottom: 6px;
padding: 0.5em;
overflow: hidden;
word-break: break-word;
font-weight: normal;
font-size: 16px;
font-family: Verdana, Cursor;
text-align: center;
border-top-right-radius: 24px;
border-top-left-radius: 24px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
/* Header */
.console-header {
display: flex;
flex-direction: row;
border-radius: 0.5em;
border: 1px solid silver;
margin-bottom: 2em;
background-color: rgb(239, 239, 239);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
padding: 0.5em;
}
.console-header-column {
display: flex;
flex-direction: column;
}
.console-header-groups {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.console-header-oncalls-group {
display: flex;
flex-direction: column;
margin: 0.2em;
max-width: 45%;
}
.console-header-links-group {
display: flex;
flex-direction: column;
margin: 0.2em;
max-width: 80%;
}
.console-header-group-name {
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
min-height: 1.25em;
}
.console-header-group-content {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
min-height: 1.25em;
}
.console-header-group-content span {
padding-left: 0.2em;
padding-right: 0.2em;
}
.console-header-group {
display: flex;
flex-direction: column;
border-radius: 0.5em;
border: 1px solid silver;
margin: 0.5em;
padding: 0.5em;
}
.console-header-group-title {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 1.33em;
border-bottom: 1px solid silver;
}
.console-header-group-title a {
text-decoration: none;
}
.console-header-name {
display: flex;
flex-direction: row;
font-weight: bold;
padding: 0.5em;
}
.console-header-builder {
display: flex;
flex-grow: 1;
min-height: 2em;
max-height: 2em;
min-width: 2em;
border-width: 1px;
border-style: solid;
border-radius: 0.25em;
}
/* Legend */
#legend {
display: flex;
justify-content: center;
margin-bottom: 1em;
font-weight: bold;
}
/* Controls */
.expanded .control-expand {
display: none;
}
.collapsed .control-collapse {
display: none;
}
/* Commits */
.console-controls {
margin: 1em;
}
.console-commit-column {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.console-commit-column div.console-commit-item:nth-child(even),
.console-commit-column div.console-commit-item:nth-child(even) p {
background-color: #cccccc;
}
.console-commit-column div.console-commit-item:nth-child(odd),
.console-commit-column div.console-commit-item:nth-child(odd) p {
background-color: #eee;
}
.console-commit-column div.console-commit-item:nth-child(even).bottom-hidden .console-commit-description-overlay {
background-image: linear-gradient(rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.9) 95%);
}
.console-commit-column div.console-commit-item:nth-child(odd).bottom-hidden .console-commit-description-overlay {
background-image: linear-gradient(rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.9) 95%);
}
.console-commit-description {
position: relative;
overflow: hidden;
}
.console-commit-description:hover {
overflow: visible;
z-index: 18;
}
.bottom-hidden .console-commit-description p {
border-bottom: 1px solid black;
}
.console-commit-description-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 80px;
}
.console-commit-description:hover .console-commit-description-overlay {
background-image: none !important;
}
.console-commit-item {
display: flex;
align-items: center;
justify-content: left;
flex-direction: column;
position: relative;
}
.collapsed .console-commit-item {
margin-bottom: 2px;
}
.console-commit-item-overlay {
position: absolute;
top: -1px;
left: 0;
z-index: 16;
border-top: 1px solid black;
}
.collapsed .console-commit-item-overlay {
display: none;
}
.console-commit-summary {
display: flex;
flex-direction: row;
min-width: 2em;
min-height: 2em;
margin-right: -0.2em;
padding: 1px 1em;
}
.expanded .console-commit-item {
border-top: 1px solid black;
}
.console-commit-revision {
width: 6em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: flex;
align-items: center;
font-family: monospace;
font-weight: bold;
}
.console-commit-author {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: flex;
align-items: center;
}
.collapsed .console-commit-author {
width: 15em;
}
.expanded .console-commit-author {
width: 25em;
}
.commit {
font-weight: bold;
}
.console-commit-description {
width: 40em;
z-index: 12;
border-top: 1px solid black;
}
.console-commit-description p {
padding-left: 1em;
word-break: break-word;
}
.collapsed .console-commit-description {
display: none;
}
/* Table Header */
.console-top-row {
display: flex;
flex-direction: row;
border-left: 1px solid silver;
border-right: 1px solid silver;
margin-left: 0.2em;
padding-right: 0.2em;
}
.console-top-item {
display: flex;
border-top: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
border-bottom: 1px solid transparent;
min-width: 1em;
min-height: 2em;
align-items: center;
justify-content: center;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
margin-left: 0.2em;
padding-left: 0.2em;
padding-right: 0.2em;
white-space: nowrap;
}
.no-category .console-top-item {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid transparent;
}
.expanded .console-top-item {
padding-bottom: 1em;
}
.console-space {
display: flex;
border: 1px solid transparent;
min-width: 1em;
min-height: 2em;
}
.expanded .console-space {
min-height: 3em;
}
/* Builders */
.console-builder-summary-flex {
display: flex;
flex-grow: 1;
align-items: center;
margin: 0.2em;
}
@supports not (display: grid) {
.console-builder-summary-grid {
display: flex;
width: 100%;
}
}
@supports (display: grid) {
.console-builder-summary-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
width: 100%;
}
}
.console-builder-summary-flex * {
margin: 0.05em;
}
.console-builder-status {
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}
.console-builder-column {
display: flex;
flex-direction: column;
flex: 1;
}
.console-builder-column:last-of-type {
margin-right: -0.2em;
}
.console-Success a.console-builder-item {
background-color: #8d4;
border-color: #4F8530;
}
.console-Failure a.console-builder-item {
background-color: #e88;
border-color: #A77272;
color: #000;
font-weight: bold;
}
.console-InfraFailure a.console-builder-item {
background-color: #ac39ac;
border-color: #ACA0B3;
color: #ffffff;
}
.console-Exception a.console-builder-item {
background-color: #ac39ac;
border-color: #ACA0B3;
color: #ffffff;
}
.console-builder-item {
display: flex;
border: 1px solid silver;
min-width: 1em;
min-height: 2em;
text-decoration: none;
align-items: center;
justify-content: center;
background-color: #fff;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
margin-top: 0.75em;
margin-bottom: 2px;
margin-right: 1px;
margin-left: 1px;
white-space: nowrap;
}
.console-cell-text {
white-space: nowrap;
}
/* Builds */
.console-build-column, .console-build-column-stacked {
display: flex;
flex-grow: 1;
flex-direction: column;
}
.expanded .console-cell-container-inner {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
}
.console-cell-container a {
text-decoration: none;
align-items: center;
justify-content: center;
}
.console-build-column div.console-cell-container:nth-child(even),
.console-build-column-stacked div.console-cell-container:nth-child(even) {
background-color: #cccccc;
}
.console-build-column div.console-cell-container:nth-child(odd),
.console-build-column-stacked div.console-cell-container:nth-child(odd){
background-color: #eee;
}
.collapsed .console-cell-spacer {
display: none;
}
.collapsed .console-cell-text {
display: none;
}
/* Table Cells */
.console-cell, .console-cell-top, .console-cell-middle, .console-cell-bottom {
display: flex;
min-width: 1em;
height: 20px;
border-radius: 0.5em;
border-width: 1px;
border-style: solid;
}
.collapsed .console-cell, .collapsed .console-cell-top, .collapsed .console-cell-middle, .collapsed .console-cell-bottom {
margin-right: 1px;
margin-left: 1px;
}
.collapsed .console-cell-top, .collapsed .console-cell-middle {
padding-bottom: 3px;
}
.collapsed .console-cell-top {
margin-top: 1px;
}
.collapsed .console-cell-top {
display: flex;
min-width: 1em;
min-height: 2em;
border-bottom-left-radius: unset;
border-bottom-right-radius: unset;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
border-width: 1px;
border-style: solid;
border-bottom: none;
}
.collapsed .console-cell-middle {
display: flex;
min-width: 1em;
min-height: 2em;
border-width: 1px;
border-style: solid;
border-top: none;
border-bottom: none;
border-radius: unset;
padding-top: 1px;
}
.collapsed .console-cell, .collapsed .console-empty-cell {
margin-top: 1px;
margin-bottom: 1px;
}
.collapsed .console-cell-bottom {
padding-top: 1px;
margin-bottom: 1px;
}
.collapsed .console-cell-bottom {
display: flex;
min-width: 1em;
min-height: 2em;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
border-top-left-radius: unset;
border-top-right-radius: unset;
border-width: 1px;
border-style: solid;
border-top: none;
padding-top: 1px;
}
.expanded .console-cell,
.expanded .console-empty-cell,
.expanded .console-cell-middle,
.expanded .console-cell-top,
.expanded .console-cell-bottom {
flex-grow: 1;
padding-left: 4px;
padding-right: 4px;
}
.console-empty-cell {
display: flex;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0.5em;
height: 20px;
min-width: 1em;
}
.collapsed .console-empty-cell {
border: 1px solid transparent;
min-width: 1em;
}
.console-empty-cell:hover {
cursor: default;
}
/* Console List */
.console-list-builder {
display: flex;
flex-grow: 1;
min-height: 2em;
max-height: 2em;
min-width: 0.5em;
border-width: 1px;
border-style: solid;
border-radius: 0.25em;
}
.non-critical {
opacity: 0.5;
} | milo/frontend/appengine/static/common/css/console.css |
.console-column {
display: flex;
flex-direction: column;
}
.console-commits-column {
justify-content: flex-end;
flex: 0;
}
.console-row {
display: flex;
flex-direction: row;
}
.fill-row {
width: 100%;
}
/* Title */
.console-title {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.console-title img {
width: 16px;
height: 16px;
}
.console-title span {
font-weight: bold;
min-height: 2.5em;
}
/* Tree Status */
.tree-status {
margin-bottom: 6px;
padding: 0.5em;
overflow: hidden;
word-break: break-word;
font-weight: normal;
font-size: 16px;
font-family: Verdana, Cursor;
text-align: center;
border-top-right-radius: 24px;
border-top-left-radius: 24px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
/* Header */
.console-header {
display: flex;
flex-direction: row;
border-radius: 0.5em;
border: 1px solid silver;
margin-bottom: 2em;
background-color: rgb(239, 239, 239);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
padding: 0.5em;
}
.console-header-column {
display: flex;
flex-direction: column;
}
.console-header-groups {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.console-header-oncalls-group {
display: flex;
flex-direction: column;
margin: 0.2em;
max-width: 45%;
}
.console-header-links-group {
display: flex;
flex-direction: column;
margin: 0.2em;
max-width: 80%;
}
.console-header-group-name {
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
min-height: 1.25em;
}
.console-header-group-content {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
min-height: 1.25em;
}
.console-header-group-content span {
padding-left: 0.2em;
padding-right: 0.2em;
}
.console-header-group {
display: flex;
flex-direction: column;
border-radius: 0.5em;
border: 1px solid silver;
margin: 0.5em;
padding: 0.5em;
}
.console-header-group-title {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 1.33em;
border-bottom: 1px solid silver;
}
.console-header-group-title a {
text-decoration: none;
}
.console-header-name {
display: flex;
flex-direction: row;
font-weight: bold;
padding: 0.5em;
}
.console-header-builder {
display: flex;
flex-grow: 1;
min-height: 2em;
max-height: 2em;
min-width: 2em;
border-width: 1px;
border-style: solid;
border-radius: 0.25em;
}
/* Legend */
#legend {
display: flex;
justify-content: center;
margin-bottom: 1em;
font-weight: bold;
}
/* Controls */
.expanded .control-expand {
display: none;
}
.collapsed .control-collapse {
display: none;
}
/* Commits */
.console-controls {
margin: 1em;
}
.console-commit-column {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.console-commit-column div.console-commit-item:nth-child(even),
.console-commit-column div.console-commit-item:nth-child(even) p {
background-color: #cccccc;
}
.console-commit-column div.console-commit-item:nth-child(odd),
.console-commit-column div.console-commit-item:nth-child(odd) p {
background-color: #eee;
}
.console-commit-column div.console-commit-item:nth-child(even).bottom-hidden .console-commit-description-overlay {
background-image: linear-gradient(rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.9) 95%);
}
.console-commit-column div.console-commit-item:nth-child(odd).bottom-hidden .console-commit-description-overlay {
background-image: linear-gradient(rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.9) 95%);
}
.console-commit-description {
position: relative;
overflow: hidden;
}
.console-commit-description:hover {
overflow: visible;
z-index: 18;
}
.bottom-hidden .console-commit-description p {
border-bottom: 1px solid black;
}
.console-commit-description-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 80px;
}
.console-commit-description:hover .console-commit-description-overlay {
background-image: none !important;
}
.console-commit-item {
display: flex;
align-items: center;
justify-content: left;
flex-direction: column;
position: relative;
}
.collapsed .console-commit-item {
margin-bottom: 2px;
}
.console-commit-item-overlay {
position: absolute;
top: -1px;
left: 0;
z-index: 16;
border-top: 1px solid black;
}
.collapsed .console-commit-item-overlay {
display: none;
}
.console-commit-summary {
display: flex;
flex-direction: row;
min-width: 2em;
min-height: 2em;
margin-right: -0.2em;
padding: 1px 1em;
}
.expanded .console-commit-item {
border-top: 1px solid black;
}
.console-commit-revision {
width: 6em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: flex;
align-items: center;
font-family: monospace;
font-weight: bold;
}
.console-commit-author {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: flex;
align-items: center;
}
.collapsed .console-commit-author {
width: 15em;
}
.expanded .console-commit-author {
width: 25em;
}
.commit {
font-weight: bold;
}
.console-commit-description {
width: 40em;
z-index: 12;
border-top: 1px solid black;
}
.console-commit-description p {
padding-left: 1em;
word-break: break-word;
}
.collapsed .console-commit-description {
display: none;
}
/* Table Header */
.console-top-row {
display: flex;
flex-direction: row;
border-left: 1px solid silver;
border-right: 1px solid silver;
margin-left: 0.2em;
padding-right: 0.2em;
}
.console-top-item {
display: flex;
border-top: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
border-bottom: 1px solid transparent;
min-width: 1em;
min-height: 2em;
align-items: center;
justify-content: center;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
margin-left: 0.2em;
padding-left: 0.2em;
padding-right: 0.2em;
white-space: nowrap;
}
.no-category .console-top-item {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid transparent;
}
.expanded .console-top-item {
padding-bottom: 1em;
}
.console-space {
display: flex;
border: 1px solid transparent;
min-width: 1em;
min-height: 2em;
}
.expanded .console-space {
min-height: 3em;
}
/* Builders */
.console-builder-summary-flex {
display: flex;
flex-grow: 1;
align-items: center;
margin: 0.2em;
}
@supports not (display: grid) {
.console-builder-summary-grid {
display: flex;
width: 100%;
}
}
@supports (display: grid) {
.console-builder-summary-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
width: 100%;
}
}
.console-builder-summary-flex * {
margin: 0.05em;
}
.console-builder-status {
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}
.console-builder-column {
display: flex;
flex-direction: column;
flex: 1;
}
.console-builder-column:last-of-type {
margin-right: -0.2em;
}
.console-Success a.console-builder-item {
background-color: #8d4;
border-color: #4F8530;
}
.console-Failure a.console-builder-item {
background-color: #e88;
border-color: #A77272;
color: #000;
font-weight: bold;
}
.console-InfraFailure a.console-builder-item {
background-color: #ac39ac;
border-color: #ACA0B3;
color: #ffffff;
}
.console-Exception a.console-builder-item {
background-color: #ac39ac;
border-color: #ACA0B3;
color: #ffffff;
}
.console-builder-item {
display: flex;
border: 1px solid silver;
min-width: 1em;
min-height: 2em;
text-decoration: none;
align-items: center;
justify-content: center;
background-color: #fff;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
margin-top: 0.75em;
margin-bottom: 2px;
margin-right: 1px;
margin-left: 1px;
white-space: nowrap;
}
.console-cell-text {
white-space: nowrap;
}
/* Builds */
.console-build-column, .console-build-column-stacked {
display: flex;
flex-grow: 1;
flex-direction: column;
}
.expanded .console-cell-container-inner {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
}
.console-cell-container a {
text-decoration: none;
align-items: center;
justify-content: center;
}
.console-build-column div.console-cell-container:nth-child(even),
.console-build-column-stacked div.console-cell-container:nth-child(even) {
background-color: #cccccc;
}
.console-build-column div.console-cell-container:nth-child(odd),
.console-build-column-stacked div.console-cell-container:nth-child(odd){
background-color: #eee;
}
.collapsed .console-cell-spacer {
display: none;
}
.collapsed .console-cell-text {
display: none;
}
/* Table Cells */
.console-cell, .console-cell-top, .console-cell-middle, .console-cell-bottom {
display: flex;
min-width: 1em;
height: 20px;
border-radius: 0.5em;
border-width: 1px;
border-style: solid;
}
.collapsed .console-cell, .collapsed .console-cell-top, .collapsed .console-cell-middle, .collapsed .console-cell-bottom {
margin-right: 1px;
margin-left: 1px;
}
.collapsed .console-cell-top, .collapsed .console-cell-middle {
padding-bottom: 3px;
}
.collapsed .console-cell-top {
margin-top: 1px;
}
.collapsed .console-cell-top {
display: flex;
min-width: 1em;
min-height: 2em;
border-bottom-left-radius: unset;
border-bottom-right-radius: unset;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
border-width: 1px;
border-style: solid;
border-bottom: none;
}
.collapsed .console-cell-middle {
display: flex;
min-width: 1em;
min-height: 2em;
border-width: 1px;
border-style: solid;
border-top: none;
border-bottom: none;
border-radius: unset;
padding-top: 1px;
}
.collapsed .console-cell, .collapsed .console-empty-cell {
margin-top: 1px;
margin-bottom: 1px;
}
.collapsed .console-cell-bottom {
padding-top: 1px;
margin-bottom: 1px;
}
.collapsed .console-cell-bottom {
display: flex;
min-width: 1em;
min-height: 2em;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
border-top-left-radius: unset;
border-top-right-radius: unset;
border-width: 1px;
border-style: solid;
border-top: none;
padding-top: 1px;
}
.expanded .console-cell,
.expanded .console-empty-cell,
.expanded .console-cell-middle,
.expanded .console-cell-top,
.expanded .console-cell-bottom {
flex-grow: 1;
padding-left: 4px;
padding-right: 4px;
}
.console-empty-cell {
display: flex;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0.5em;
height: 20px;
min-width: 1em;
}
.collapsed .console-empty-cell {
border: 1px solid transparent;
min-width: 1em;
}
.console-empty-cell:hover {
cursor: default;
}
/* Console List */
.console-list-builder {
display: flex;
flex-grow: 1;
min-height: 2em;
max-height: 2em;
min-width: 0.5em;
border-width: 1px;
border-style: solid;
border-radius: 0.25em;
}
.non-critical {
opacity: 0.5;
} | 0.34632 | 0.081374 |
@charset "utf-8";
/* CSS Document */
body{
background-color:#F5F4F4;
}
#foreign{
background:url(../img/contenter.png) center no-repeat;
}
#container {
/*border:#99CC00 1px solid;*/
background:#FFFFFF;
width:950px;
margin:0 auto;
/*border-style: solid solid solid solid;*/
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;
}
#header {
padding:0px;
height:140px;
}
#content {
margin-bottom:5px;
padding:0;
}
#allFrame{
width: 100%;
float: left;
clear: both;
/*border-top:#696505 1px solid;*/
}
#listmenu{
float: left;
width: auto;
padding: 0;
}
#menu {
width: 200px;
/*border-style: solid none none solid;
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;*/
font-family: 微軟;
font-weight:bolder;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #696505;
display: block;
/*background: url(../img/menu.gif);*/
padding: 8px 0 0 30px;
}
#menu li a:hover {
color: #3688BA;
background:url(../img/list_tree.png) no-repeat left;
padding: 8px 0 0 32px;
}
.menuact{
/*color: #3688BA !important;
background:url(../img/menu.gif) 0 -32px !important;
padding: 8px 0 0 32px !important;*/
}
#main-content{
float: left;
text-align:center;
width: 750px;
padding-top: 10px;
/*border-left:#D8D5D1 1px solid;*/
height:490px;
}
#footer{
width:auto;
padding:10px;
margin:10px 0 0 0;
background:url(../img/foot.png) no-repeat scroll right bottom;
/*border-top:#999 2px solid;*/
font-size:13px;
font-weight:normal;
line-height:1.5em;
text-align:center;
}
#footer a, #footer a:link, #footer a:visited{
text-decoration: none;
color:#000;
}
#footer a:hover{
text-decoration:underline;
color:#333;
}
#footer-width{
width:420px;
margin:10px auto;
}
#footer-left{
text-align:left;
padding-left:50px;
}
#footer-site-left{
float:left;
margin:2px auto;
width:120px;
}
#footer-site-rigth{
float:left;
margin:2px auto;
width:300px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
content:" ";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */ | shih/css/baseStyle.css | @charset "utf-8";
/* CSS Document */
body{
background-color:#F5F4F4;
}
#foreign{
background:url(../img/contenter.png) center no-repeat;
}
#container {
/*border:#99CC00 1px solid;*/
background:#FFFFFF;
width:950px;
margin:0 auto;
/*border-style: solid solid solid solid;*/
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;
}
#header {
padding:0px;
height:140px;
}
#content {
margin-bottom:5px;
padding:0;
}
#allFrame{
width: 100%;
float: left;
clear: both;
/*border-top:#696505 1px solid;*/
}
#listmenu{
float: left;
width: auto;
padding: 0;
}
#menu {
width: 200px;
/*border-style: solid none none solid;
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;*/
font-family: 微軟;
font-weight:bolder;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #696505;
display: block;
/*background: url(../img/menu.gif);*/
padding: 8px 0 0 30px;
}
#menu li a:hover {
color: #3688BA;
background:url(../img/list_tree.png) no-repeat left;
padding: 8px 0 0 32px;
}
.menuact{
/*color: #3688BA !important;
background:url(../img/menu.gif) 0 -32px !important;
padding: 8px 0 0 32px !important;*/
}
#main-content{
float: left;
text-align:center;
width: 750px;
padding-top: 10px;
/*border-left:#D8D5D1 1px solid;*/
height:490px;
}
#footer{
width:auto;
padding:10px;
margin:10px 0 0 0;
background:url(../img/foot.png) no-repeat scroll right bottom;
/*border-top:#999 2px solid;*/
font-size:13px;
font-weight:normal;
line-height:1.5em;
text-align:center;
}
#footer a, #footer a:link, #footer a:visited{
text-decoration: none;
color:#000;
}
#footer a:hover{
text-decoration:underline;
color:#333;
}
#footer-width{
width:420px;
margin:10px auto;
}
#footer-left{
text-align:left;
padding-left:50px;
}
#footer-site-left{
float:left;
margin:2px auto;
width:120px;
}
#footer-site-rigth{
float:left;
margin:2px auto;
width:300px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
content:" ";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */ | 0.12363 | 0.040484 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Baloo Bhaina", cursive;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
h1, h2, h3, h4, h5, h6 {
clear: both; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: transparent;
/* Fallback for when there is no custom background color defined. */
background-position: center; }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
margin: 0 0 1.5em 3em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */ }
table {
margin: 0 0 1.5em;
width: 100%; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: royalblue; }
a:visited {
color: purple; }
a:hover, a:focus, a:active {
color: midnightblue; }
a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%; }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: 0; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative; }
.main-navigation a {
display: block;
text-decoration: none; }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0; }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
display: inline; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
max-width: 100%; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.updated:not(.published) {
display: none; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*--------------------------------------------------------------
10.4 Header
--------------------------------------------------------------*/
/*site widths*/
.wrapper {
max-width: 1200px;
width: 100%;
margin: auto; }
@media (max-width: 1200px) {
.wrapper {
padding: 0 4%; } }
header#masthead {
z-index: 9999;
position: relative; }
button.menu-toggle {
border: none;
box-shadow: none;
background-color: transparent;
font-size: 1.4rem;
margin-left: 10px; }
/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
footer#colophon .site-info {
height: 62px;
line-height: 62px;
background-color: #ffffff;
padding-top: 5px;
text-transform: uppercase;
letter-spacing: 1px; }
footer#colophon .site-info .threecol-one {
margin-bottom: 0; }
@media (max-width: 768px) {
footer#colophon .site-info .threecol-one {
margin-bottom: 4%; } }
footer#colophon .site-info .losh-copyright,
footer#colophon .site-info .mv-byline {
color: #ff8017; }
footer#colophon .site-info .losh-footer-menu {
color: #538864; }
footer#colophon .site-info .losh-footer-menu ul {
list-style: none;
text-align: center;
padding: 0;
margin: 0; }
footer#colophon .site-info .losh-footer-menu ul li {
position: relative;
display: inline;
padding-right: 30px; }
footer#colophon .site-info .losh-footer-menu ul li:after {
content: "\f111";
font-family: fontawesome;
font-size: 8px;
position: absolute;
right: 9px;
top: 9px;
line-height: 1; }
footer#colophon .site-info .losh-footer-menu ul li:last-child:after {
content: ""; }
footer#colophon .site-info .losh-footer-menu a {
color: #538864;
text-decoration: none; }
footer#colophon .site-info .losh-footer-menu a:hover {
color: #ff8017; }
footer#colophon .site-info .mv-byline {
text-align: right; }
footer#colophon .site-info .mv-byline a {
color: #ff8017;
text-decoration: none; }
footer#colophon .site-info .mv-byline a:hover {
color: #538864; }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block; }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33333%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66667%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28571%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11111%; }
.gallery-caption {
display: block; }
/* Extras */
/*
Mediavandals Ltd. / LinkQuest Marketing
*/
/*
Created on : Nov 13, 2014, 3:36:48 PM
Author : <NAME> - MediaVandals.com
*/
.onecol-one {
width: 100%; }
.onecol-one.square {
height: 0;
padding-bottom: 100%; }
.twocol-one {
width: 49.25%; }
.twocol-one.square {
height: 0;
padding-bottom: 49.25%; }
.threecol-one {
width: 32.33333%; }
.threecol-one.square {
height: 0;
padding-bottom: 32.33333%; }
.threecol-two {
width: 66.16667%; }
.threecol-two.square {
height: 0;
padding-bottom: 66.16667%; }
.fourcol-one {
width: 23.875%; }
.fourcol-one.square {
height: 0;
padding-bottom: 23.875%; }
.fourcol-two {
width: 49.25%; }
.fourcol-two.square {
height: 0;
padding-bottom: 49.25%; }
.fourcol-three {
width: 74.625%; }
.fourcol-three.square {
height: 0;
padding-bottom: 74.625%; }
.fivecol-one {
width: 18.8%; }
.fivecol-one.square {
height: 0;
padding-bottom: 18.8%; }
.fivecol-two {
width: 39.1%; }
.fivecol-two.square {
height: 0;
padding-bottom: 39.1%; }
.fivecol-three {
width: 59.4%; }
.fivecol-three.square {
height: 0;
padding-bottom: 59.4%; }
.fivecol-four {
width: 79.7%; }
.fivecol-four.square {
height: 0;
padding-bottom: 79.7%; }
.sixcol-one {
width: 15.41667%; }
.sixcol-one.square {
height: 0;
padding-bottom: 15.41667%; }
.sixcol-two {
width: 32.33333%; }
.sixcol-two.square {
height: 0;
padding-bottom: 32.33333%; }
.sixcol-three {
width: 49.25%; }
.sixcol-three.square {
height: 0;
padding-bottom: 49.25%; }
.sixcol-four {
width: 66.16667%; }
.sixcol-four.square {
height: 0;
padding-bottom: 66.16667%; }
.sixcol-five {
width: 83.08333%; }
.sixcol-five.square {
height: 0;
padding-bottom: 83.08333%; }
.onecol-one, .twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
float: left;
margin-right: 1.5%;
margin-bottom: 1.5%;
position: relative;
/* padding:15px;*/
/*border:1px solid #fff;*/ }
/* .onecol-one{
margin-bottom:$width__margin + 0%;;
position:relative;
padding:15px;
}*/
.last {
clear: right;
margin-right: 0; }
@media only screen and (max-width: 767px) {
.onecol-one, .twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
margin-right: 0;
width: 100%; } }
.shortcode-display {
clear: both;
overflow: hidden; }
.shortcode-display h1 {
display: inline; }
@media (max-width: 640px) {
.shortcode-display h1 {
font-size: 1.5rem;
font-weight: bold; } }
.shortcode-display h1:after {
content: "";
display: block; }
.shortcode-display p {
margin-bottom: 5px;
font-size: 10px; }
/* pre-header*/
#pre-header {
font-size: 20px;
font-size: 1.25rem;
color: #ffffff; }
#pre-header .announcement-bar {
height: 4.93097vh;
/*height: 50px;*/
background-color: #ff8017;
line-height: 4.93097vh;
/*line-height: 50px;*/
z-index: 99999;
position: relative;
box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.32); }
#pre-header .announcement {
width: 66.66667%;
float: left;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
margin-top: 1.77515vh; }
#pre-header .losh-search {
width: 33.33333%;
float: right; }
#pre-header #searchform {
float: right;
position: relative; }
#pre-header #searchform label {
line-height: 1;
margin-top: 1.77515vh;
display: block;
float: left;
margin-right: 20px;
text-transform: uppercase;
letter-spacing: 1px; }
#pre-header #searchform input[type="text"] {
color: #666;
border: none;
border-radius: 15px;
/*padding: 3px 30px 3px 10px;*/
padding: 0.29586vh 30px 0.29586vh 10px; }
#pre-header #searchform button {
border: none;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: transparent;
color: orange;
font-size: 12px;
font-size: 1rem;
line-height: 1;
padding: 0;
position: absolute;
right: 10px;
top: 1.67653vh; }
/* Carousel */
#losh-carousel {
height: 11.3vw;
max-height: 215px;
padding: 1vw 0;
visibility: hidden;
background-color: #1e5799;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1E5799', endColorstr='#FFC9DAEF');
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMGJkZGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWRhZWYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e5799), color-stop(0%, #a0bddf), color-stop(100%, #c9daef));
background-image: -moz-linear-gradient(top, #1e5799 0%, #a0bddf 0%, #c9daef 100%);
background-image: -webkit-linear-gradient(top, #1e5799 0%, #a0bddf 0%, #c9daef 100%);
background-image: linear-gradient(to bottom, #1e5799 0%, #a0bddf 0%, #c9daef 100%); }
#losh-carousel .losh-slide {
max-width: 172px;
padding: 0 10px; }
#losh-carousel .losh-slide img {
width: 100%;
height: auto; }
/*site branding*/
.site-branding {
/*height: 88px;*/
height: 8.6785vh;
background-color: white; }
.site-branding .site-title,
.site-branding .site-description {
display: none; }
.site-branding .custom-logo-link {
display: block;
position: relative;
top: -4px;
max-width: 23.66864%;
float: left;
transition: all .5s; }
.site-branding .custom-logo-link img {
width: 100%; }
.site-branding.logo-shrink {
/*height: 60px;*/
height: 5.91716vh;
top: 3px; }
.site-branding.logo-shrink .custom-logo-link {
top: 3px; }
.site-branding nav {
width: calc( 100% - 23.66864% );
float: left;
line-height: 1;
/* margin-top: 40px;*/
margin-top: 3.94477vh;
text-transform: uppercase;
color: #538864;
letter-spacing: 1px;
/*@include font-size(20/16);*/
font-size: 1.97239vh;
clear: none; }
.site-branding nav ul {
padding-left: 30px; }
.site-branding nav ul li {
padding-right: 30px; }
.site-branding nav ul li:after {
content: "\f111";
font-family: fontawesome;
font-size: 8px;
position: absolute;
right: 11px;
top: 3px; }
.site-branding nav ul li:last-child:after {
content: ""; }
.site-branding nav ul li a {
color: #538864; }
.site-branding nav ul li a:hover {
color: #ff8017; }
.site-branding nav ul li.current-menu-item a, .site-branding nav ul li.current_page_item a {
color: #ff8017; }
.site-branding.logo-shrink nav {
margin-top: 25px; }
body {
background-size: cover;
background-attachment: fixed;
transition: all 1.5s; }
#losh-background {
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background-attachment: fixed; }
#page {
position: relative;
z-index: 2; }
section.multi-page {
height: calc( 100vh - 5.91716vh );
width: 100vw;
background-color: transparent;
position: relative;
padding: 3vh 0 2% 0; }
section.multi-page .anchor-spacer {
position: absolute;
left: 0;
/*top:-60px;*/
top: -5.91716vh;
visibility: hidden;
height: 1px;
width: 1px; }
section.multi-page .image-only {
background-repeat: no-repeat;
background-size: contain;
background-position: center; }
.admin-bar section.multi-page {
height: calc( 100vh - 5.91716vh - 32px ); }
.admin-bar section.multi-page .anchor-spacer {
top: -9.07298vh; }
.wrapper {
height: 100%; }
section#losh-0 {
height: calc( 100vh - 34.81262vh ); }
section#losh-0 .wrapper {
/*padding-bottom:40px;*/ }
#scroll-down {
width: 60px;
position: fixed;
bottom: 40px;
right: 30px;
opacity: .3; }
#scroll-down:hover {
opacity: 1; }
#scroll-up {
width: 60px;
position: fixed;
top: 100px;
right: 30px;
opacity: .3; }
#scroll-up:hover {
opacity: 1; }
/* Image only section*/
.image-only {
height: 100%; }
.image-only img {
height: 100%;
max-width: 100%;
margin: auto;
display: block; }
/*# sourceMappingURL=style.css.map */ | wp-content/themes/losh/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Baloo Bhaina", cursive;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
h1, h2, h3, h4, h5, h6 {
clear: both; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: transparent;
/* Fallback for when there is no custom background color defined. */
background-position: center; }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
margin: 0 0 1.5em 3em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */ }
table {
margin: 0 0 1.5em;
width: 100%; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: royalblue; }
a:visited {
color: purple; }
a:hover, a:focus, a:active {
color: midnightblue; }
a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%; }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: 0; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul a {
width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative; }
.main-navigation a {
display: block;
text-decoration: none; }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block; }
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none; }
.main-navigation ul {
display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0; }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
display: inline; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
max-width: 100%; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.updated:not(.published) {
display: none; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*--------------------------------------------------------------
10.4 Header
--------------------------------------------------------------*/
/*site widths*/
.wrapper {
max-width: 1200px;
width: 100%;
margin: auto; }
@media (max-width: 1200px) {
.wrapper {
padding: 0 4%; } }
header#masthead {
z-index: 9999;
position: relative; }
button.menu-toggle {
border: none;
box-shadow: none;
background-color: transparent;
font-size: 1.4rem;
margin-left: 10px; }
/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
footer#colophon .site-info {
height: 62px;
line-height: 62px;
background-color: #ffffff;
padding-top: 5px;
text-transform: uppercase;
letter-spacing: 1px; }
footer#colophon .site-info .threecol-one {
margin-bottom: 0; }
@media (max-width: 768px) {
footer#colophon .site-info .threecol-one {
margin-bottom: 4%; } }
footer#colophon .site-info .losh-copyright,
footer#colophon .site-info .mv-byline {
color: #ff8017; }
footer#colophon .site-info .losh-footer-menu {
color: #538864; }
footer#colophon .site-info .losh-footer-menu ul {
list-style: none;
text-align: center;
padding: 0;
margin: 0; }
footer#colophon .site-info .losh-footer-menu ul li {
position: relative;
display: inline;
padding-right: 30px; }
footer#colophon .site-info .losh-footer-menu ul li:after {
content: "\f111";
font-family: fontawesome;
font-size: 8px;
position: absolute;
right: 9px;
top: 9px;
line-height: 1; }
footer#colophon .site-info .losh-footer-menu ul li:last-child:after {
content: ""; }
footer#colophon .site-info .losh-footer-menu a {
color: #538864;
text-decoration: none; }
footer#colophon .site-info .losh-footer-menu a:hover {
color: #ff8017; }
footer#colophon .site-info .mv-byline {
text-align: right; }
footer#colophon .site-info .mv-byline a {
color: #ff8017;
text-decoration: none; }
footer#colophon .site-info .mv-byline a:hover {
color: #538864; }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block; }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33333%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66667%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28571%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11111%; }
.gallery-caption {
display: block; }
/* Extras */
/*
Mediavandals Ltd. / LinkQuest Marketing
*/
/*
Created on : Nov 13, 2014, 3:36:48 PM
Author : <NAME> - MediaVandals.com
*/
.onecol-one {
width: 100%; }
.onecol-one.square {
height: 0;
padding-bottom: 100%; }
.twocol-one {
width: 49.25%; }
.twocol-one.square {
height: 0;
padding-bottom: 49.25%; }
.threecol-one {
width: 32.33333%; }
.threecol-one.square {
height: 0;
padding-bottom: 32.33333%; }
.threecol-two {
width: 66.16667%; }
.threecol-two.square {
height: 0;
padding-bottom: 66.16667%; }
.fourcol-one {
width: 23.875%; }
.fourcol-one.square {
height: 0;
padding-bottom: 23.875%; }
.fourcol-two {
width: 49.25%; }
.fourcol-two.square {
height: 0;
padding-bottom: 49.25%; }
.fourcol-three {
width: 74.625%; }
.fourcol-three.square {
height: 0;
padding-bottom: 74.625%; }
.fivecol-one {
width: 18.8%; }
.fivecol-one.square {
height: 0;
padding-bottom: 18.8%; }
.fivecol-two {
width: 39.1%; }
.fivecol-two.square {
height: 0;
padding-bottom: 39.1%; }
.fivecol-three {
width: 59.4%; }
.fivecol-three.square {
height: 0;
padding-bottom: 59.4%; }
.fivecol-four {
width: 79.7%; }
.fivecol-four.square {
height: 0;
padding-bottom: 79.7%; }
.sixcol-one {
width: 15.41667%; }
.sixcol-one.square {
height: 0;
padding-bottom: 15.41667%; }
.sixcol-two {
width: 32.33333%; }
.sixcol-two.square {
height: 0;
padding-bottom: 32.33333%; }
.sixcol-three {
width: 49.25%; }
.sixcol-three.square {
height: 0;
padding-bottom: 49.25%; }
.sixcol-four {
width: 66.16667%; }
.sixcol-four.square {
height: 0;
padding-bottom: 66.16667%; }
.sixcol-five {
width: 83.08333%; }
.sixcol-five.square {
height: 0;
padding-bottom: 83.08333%; }
.onecol-one, .twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
float: left;
margin-right: 1.5%;
margin-bottom: 1.5%;
position: relative;
/* padding:15px;*/
/*border:1px solid #fff;*/ }
/* .onecol-one{
margin-bottom:$width__margin + 0%;;
position:relative;
padding:15px;
}*/
.last {
clear: right;
margin-right: 0; }
@media only screen and (max-width: 767px) {
.onecol-one, .twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
margin-right: 0;
width: 100%; } }
.shortcode-display {
clear: both;
overflow: hidden; }
.shortcode-display h1 {
display: inline; }
@media (max-width: 640px) {
.shortcode-display h1 {
font-size: 1.5rem;
font-weight: bold; } }
.shortcode-display h1:after {
content: "";
display: block; }
.shortcode-display p {
margin-bottom: 5px;
font-size: 10px; }
/* pre-header*/
#pre-header {
font-size: 20px;
font-size: 1.25rem;
color: #ffffff; }
#pre-header .announcement-bar {
height: 4.93097vh;
/*height: 50px;*/
background-color: #ff8017;
line-height: 4.93097vh;
/*line-height: 50px;*/
z-index: 99999;
position: relative;
box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.32); }
#pre-header .announcement {
width: 66.66667%;
float: left;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
margin-top: 1.77515vh; }
#pre-header .losh-search {
width: 33.33333%;
float: right; }
#pre-header #searchform {
float: right;
position: relative; }
#pre-header #searchform label {
line-height: 1;
margin-top: 1.77515vh;
display: block;
float: left;
margin-right: 20px;
text-transform: uppercase;
letter-spacing: 1px; }
#pre-header #searchform input[type="text"] {
color: #666;
border: none;
border-radius: 15px;
/*padding: 3px 30px 3px 10px;*/
padding: 0.29586vh 30px 0.29586vh 10px; }
#pre-header #searchform button {
border: none;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: transparent;
color: orange;
font-size: 12px;
font-size: 1rem;
line-height: 1;
padding: 0;
position: absolute;
right: 10px;
top: 1.67653vh; }
/* Carousel */
#losh-carousel {
height: 11.3vw;
max-height: 215px;
padding: 1vw 0;
visibility: hidden;
background-color: #1e5799;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1E5799', endColorstr='#FFC9DAEF');
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMGJkZGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWRhZWYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e5799), color-stop(0%, #a0bddf), color-stop(100%, #c9daef));
background-image: -moz-linear-gradient(top, #1e5799 0%, #a0bddf 0%, #c9daef 100%);
background-image: -webkit-linear-gradient(top, #1e5799 0%, #a0bddf 0%, #c9daef 100%);
background-image: linear-gradient(to bottom, #1e5799 0%, #a0bddf 0%, #c9daef 100%); }
#losh-carousel .losh-slide {
max-width: 172px;
padding: 0 10px; }
#losh-carousel .losh-slide img {
width: 100%;
height: auto; }
/*site branding*/
.site-branding {
/*height: 88px;*/
height: 8.6785vh;
background-color: white; }
.site-branding .site-title,
.site-branding .site-description {
display: none; }
.site-branding .custom-logo-link {
display: block;
position: relative;
top: -4px;
max-width: 23.66864%;
float: left;
transition: all .5s; }
.site-branding .custom-logo-link img {
width: 100%; }
.site-branding.logo-shrink {
/*height: 60px;*/
height: 5.91716vh;
top: 3px; }
.site-branding.logo-shrink .custom-logo-link {
top: 3px; }
.site-branding nav {
width: calc( 100% - 23.66864% );
float: left;
line-height: 1;
/* margin-top: 40px;*/
margin-top: 3.94477vh;
text-transform: uppercase;
color: #538864;
letter-spacing: 1px;
/*@include font-size(20/16);*/
font-size: 1.97239vh;
clear: none; }
.site-branding nav ul {
padding-left: 30px; }
.site-branding nav ul li {
padding-right: 30px; }
.site-branding nav ul li:after {
content: "\f111";
font-family: fontawesome;
font-size: 8px;
position: absolute;
right: 11px;
top: 3px; }
.site-branding nav ul li:last-child:after {
content: ""; }
.site-branding nav ul li a {
color: #538864; }
.site-branding nav ul li a:hover {
color: #ff8017; }
.site-branding nav ul li.current-menu-item a, .site-branding nav ul li.current_page_item a {
color: #ff8017; }
.site-branding.logo-shrink nav {
margin-top: 25px; }
body {
background-size: cover;
background-attachment: fixed;
transition: all 1.5s; }
#losh-background {
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background-attachment: fixed; }
#page {
position: relative;
z-index: 2; }
section.multi-page {
height: calc( 100vh - 5.91716vh );
width: 100vw;
background-color: transparent;
position: relative;
padding: 3vh 0 2% 0; }
section.multi-page .anchor-spacer {
position: absolute;
left: 0;
/*top:-60px;*/
top: -5.91716vh;
visibility: hidden;
height: 1px;
width: 1px; }
section.multi-page .image-only {
background-repeat: no-repeat;
background-size: contain;
background-position: center; }
.admin-bar section.multi-page {
height: calc( 100vh - 5.91716vh - 32px ); }
.admin-bar section.multi-page .anchor-spacer {
top: -9.07298vh; }
.wrapper {
height: 100%; }
section#losh-0 {
height: calc( 100vh - 34.81262vh ); }
section#losh-0 .wrapper {
/*padding-bottom:40px;*/ }
#scroll-down {
width: 60px;
position: fixed;
bottom: 40px;
right: 30px;
opacity: .3; }
#scroll-down:hover {
opacity: 1; }
#scroll-up {
width: 60px;
position: fixed;
top: 100px;
right: 30px;
opacity: .3; }
#scroll-up:hover {
opacity: 1; }
/* Image only section*/
.image-only {
height: 100%; }
.image-only img {
height: 100%;
max-width: 100%;
margin: auto;
display: block; }
/*# sourceMappingURL=style.css.map */ | 0.379148 | 0.046055 |
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;z-index: -1;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:80px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
.main-timeline .timeline:nth-child(5n) .timeline-content:after,.main-timeline .timeline:nth-child(5n) .timeline-icon i,.main-timeline .timeline:nth-child(5n) .timeline-icon:before,.main-timeline .timeline:nth-child(5n):before{background:#1545b3}
.main-timeline .timeline:nth-child(5n) .timeline-icon{border-color:#1545b3}
.main-timeline .timeline:nth-child(5n) .title{color:#1545b3}
.main-timeline .timeline:nth-child(5n) .timeline-content:before{border-left-color:#1545b3;border-bottom-color:#1545b3}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}
/* end learn more */
.garis-header{
border-top:solid 2px #007bff;
width: 100px;
margin: 10px 0 30px 0;
}
.desc-home{
margin-bottom: 50px;
}
.btn-ayo{
background-color: transparent;
border-radius: 25px;
border:solid 2px #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 28px;
margin-top:40px;
color: #fff;
}
a .btn-ayo:hover{
background-color: #3a53c4;
transition: all 0.2s linear 0s;
border:solid 2px #3a53c4;
}
.btn-subsribe{
background-color: transparent;
border-radius: 25px;
border:solid 2px #3a53c4;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 28px;
color: #3a53c4;
margin-top: 15px;
}
a .btn-subsribe:hover{
background-color: #3a53c4;
color: #fff;
transition: all 0.2s linear 0s;
border:solid 2px #3a53c4;
}
.wrap {
text-align: center;
vertical-align: middle;
border-radius: 4px;
}
.wrap h1{
font-size: 30px;
padding:50px;
}
.track {
display: inline-block;
width: 350px;
height: 0;
border-top: 8px dotted #a1a1a1;
}
.ghosts {
display: block;
position: relative;
top: 0px;
backgound-color: #fff;
}
.ghosts .ghost-1, .ghosts .ghost-2 {
display: block;
position: absolute;
width: 45px;
height: 55px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
top: -35px;
}
.ghosts .ghost-1 .foot-1, .ghosts .ghost-1 .foot-2, .ghosts .ghost-1 .foot-3, .ghosts .ghost-2 .foot-1, .ghosts .ghost-2 .foot-2, .ghosts .ghost-2 .foot-3 {
transform: rotate(45deg);
display: block;
position: absolute;
width: 13px;
height: 13px;
background-color: #222;
border-radius: 2px;
top: 51px;
}
.ghosts .ghost-1:before, .ghosts .ghost-1:after, .ghosts .ghost-2:before, .ghosts .ghost-2:after {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
background-color: blue;
border: 4px solid #fff;
border-radius: 50%;
top: 13px;
}
.ghosts .ghost-1 {
background-color: #01dbd7;
left: -40px;
}
.ghosts .ghost-1 .foot-1 {
left: 1px;
}
.ghosts .ghost-1 .foot-2 {
left: 16px;
}
.ghosts .ghost-1 .foot-3 {
left: 30px;
}
.ghosts .ghost-1:before {
left: 15px;
}
.ghosts .ghost-1:after {
left: 30px;
}
.ghosts .ghost-2 {
background-color: #fe2601;
left: 100%;
margin-left: -5px;
}
.ghosts .ghost-2 .foot-1 {
left: 1px;
}
.ghosts .ghost-2 .foot-2 {
left: 16px;
}
.ghosts .ghost-2 .foot-3 {
left: 30px;
}
.ghosts .ghost-2:before {
left: 2px;
}
.ghosts .ghost-2:after {
left: 18px;
}
.pacman {
width: 0px;
height: 0px;
position: relative;
top: 0px;
animation: movepacman 3.5s linear infinite;
}
.loader {
display: inline-block;
position: relative;
}
.loader .topchomp, .loader .bottomchomp {
display: block;
position: absolute;
width: 0px;
height: 0px;
border: 30px solid #fef200;
border-radius: 50%;
top: -48px;
}
.loader .topchomp {
border-right-color: transparent;
animation: topchomp 0.3s linear infinite;
}
.loader .topchomp:before {
content: "";
display: block;
position: absolute;
width: 7px;
height: 7px;
background-color: #222;
border-radius: 50%;
top: -22px;
left: -5px;
z-index: 999;
}
.loader .bottomchomp {
border-top-color: transparent;
border-right-color: transparent;
animation: bottomchomp 0.3s linear infinite;
}
@keyframes topchomp {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(45deg);
}
}
@keyframes bottomchomp {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(-45deg);
}
}
@keyframes movepacman {
0% {
left: 17%;
}
45% {
left: 83%;
transform: rotateY(0deg);
}
50% {
left: 83%;
transform: rotateY(180deg);
}
95% {
left: 17%;
transform: rotateY(180deg);
}
100% {
left: 17%;
transform: rotateY(0deg);
}
}
.dataTables_info{
margin-top: 22px;
}
.dataTables_paginate{
float: right;
}
.dataTables_filter label{
float: right;
}
.dataTables_length label{
display: inline-flex;
line-height: 3;
margin-top: 25px;
}
.dataTables_length .form-group{
margin: 0;
}
.double-line {
width: 170px;
position: relative;
border-bottom: solid 3px #dedfe1;
margin-bottom: 20px;
}
.double-line:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0px;
bottom: -3px;
margin-left: 55px;
margin-top: 0px;
width: 65px;
background: #3a53c4;
z-index: 0;
}
#primary-menu li a:hover{
color: #fff !important;
}
.img-berita{
width: 100%;
height: 200px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.list-group a{
border-left: 5px solid transparent;
border-left:solid 1px #ddd;
border-radius: 0;
font-size: 14px;
}
.list-group a:focus {
border:solid 1px #ddd;
}
.list-group a:hover {
color: #fff;
text-decoration: none;
background-color: #1883d7;
border:solid 1px #ddd;
}
.list-group a.active:hover {
border:solid 1px #ddd;
}
.list-group a.active{
border-left: 5px solid #1883d7 !important;
color: #6c6c6c !important;
padding-left: 15px;
border-color: #ddd;
font-weight: bold;
background-color: transparent;
}
ol li{
padding: 5px;
}
@media(max-width: 768px){
.logo-light a img{
max-width: 75%;
}
.col-md-8{
border-right: none !important;
height: auto !important;
}
.col-header{
margin-top: 40%;
text-align: center;
}
.col-tentang{
padding: 0;
margin-bottom: 20px;
}
.hand-mockup{
position: absolute !important;
width: 80% !important;
float: none;
bottom: 0px;
left: 42px;
top: auto !important;
padding-bottom: 240px;
}
.garis-header{
display: none;
}
.desc-home{
margin-bottom: 30px;
font-size: 18px;
font-weight: 100;
}
.hero-area-content h1{
font-size: 30px;
}
.contact-form{
max-height: 80% !important;
}
.contact-address{
max-height: 90% !important;
}
}
#accordion-style-1 h1,
#accordion-style-1 a{
color:#3a53c4;
}
#accordion-style-1 .btn-link {
font-weight: 400;
color: #3a53c4;
background-color: transparent;
text-decoration: none !important;
font-size: 16px;
font-weight: bold;
padding-left: 25px;
}
#accordion-style-1 .card-body {
border-top: 2px solid #3a53c4;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main{
display:none;
}
#accordion-style-1 .card-header .btn .fa.main{
background: #3a53c4;
padding: 13px 11px;
color: #ffffff;
width: 35px;
height: 41px;
position: absolute;
left: -1px;
top: 10px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
display:block;
}
/* Row Team */
.blog{
margin-top: 30px;
}
.blog .carousel-indicators {
left: 0;
top: auto;
bottom: -40px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
background: #a3a3a3;
border-radius: 50%;
width: 12px;
height: 12px;
cursor: pointer;
}
.blog .carousel-indicators .active {
background: #3a53c4;
margin-bottom:10px;
width: 30px;
height: 12px;
border-radius: 10px;
-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
transition: width 0.5s;/*transition: all 0.3s linear 0s;*/
}
#blogCarousel .owl-item .item{
padding: 0 10px;
}
#blogCarousel .owl-controls{
margin-top: 25px;
}
#blogCarousel .owl-dots .owl-dot{
background: #a3a3a3;
border-radius: 50%;
width: 12px;
height: 12px;
cursor: pointer;
}
#blogCarousel .owl-dots .active{
background: #3a53c4;
width: 30px;
height: 12px;
border-radius: 10px;
-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
transition: width 0.5s;/*transition: all 0.3s linear 0s;*/
}
.our-team-section {
position: relative;
padding-top: 40px;
padding-bottom: 40px;
}
.our-team-section:before {
position: absolute;
top: -0;
left: 0;
content: " ";
background: url(img/service-section-bottom.png);
background-size: 100% 100px;
width: 100%;
height: 100px;
float: left;
z-index: 99;
}
.our-team {
padding: 0 0 10px;
height: 320px;
background: #fff;
text-align: center;
overflow: hidden;
position: relative;
border-bottom: 5px solid #3a53c4;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.our-team:hover {
border-bottom: 5px solid #143278;
}
.our-team .pic {
display: inline-block;
width: 150px;
height: 150px;
margin-bottom: 35px;
z-index: 1;
position: relative;
}
.our-team .pic:before {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background: #3a53c4;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 1;
transform: scale(3);
transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
height: 100%;
background: #143278;
}
.our-team .pic img {
width: 100%;
height: 100%;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
box-shadow: 0 0 0 8px #fff;
transform: scale(0.7);
position: relative;
z-index: 2;
}
.our-team:hover .pic img {
box-shadow: 0 0 0 8px #3cb46e;
}
.our-team .team-content {
margin-bottom: 30px;
}
.our-team .title {
font-size: 22px;
font-weight: 700;
color: #4e5052;
letter-spacing: 1px;
text-transform: capitalize;
margin-bottom: 5px;
}
.our-team .post {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}
.our-team .social {
width: 100%;
padding-top: 10px;
margin: 0;
background: #143278;
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}
.our-team:hover .social {
bottom: 0;
}
.our-team .social li {
display: inline-block;
}
.our-team .social li a {
display: block;
padding-top: 6px;
font-size: 15px;
color: #fff;
transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
color: #143278;
background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
.our-team {
margin-bottom: 10px;
}
} | assets/css/custom.css | .main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;z-index: -1;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:80px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
.main-timeline .timeline:nth-child(5n) .timeline-content:after,.main-timeline .timeline:nth-child(5n) .timeline-icon i,.main-timeline .timeline:nth-child(5n) .timeline-icon:before,.main-timeline .timeline:nth-child(5n):before{background:#1545b3}
.main-timeline .timeline:nth-child(5n) .timeline-icon{border-color:#1545b3}
.main-timeline .timeline:nth-child(5n) .title{color:#1545b3}
.main-timeline .timeline:nth-child(5n) .timeline-content:before{border-left-color:#1545b3;border-bottom-color:#1545b3}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}
/* end learn more */
.garis-header{
border-top:solid 2px #007bff;
width: 100px;
margin: 10px 0 30px 0;
}
.desc-home{
margin-bottom: 50px;
}
.btn-ayo{
background-color: transparent;
border-radius: 25px;
border:solid 2px #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 28px;
margin-top:40px;
color: #fff;
}
a .btn-ayo:hover{
background-color: #3a53c4;
transition: all 0.2s linear 0s;
border:solid 2px #3a53c4;
}
.btn-subsribe{
background-color: transparent;
border-radius: 25px;
border:solid 2px #3a53c4;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 28px;
color: #3a53c4;
margin-top: 15px;
}
a .btn-subsribe:hover{
background-color: #3a53c4;
color: #fff;
transition: all 0.2s linear 0s;
border:solid 2px #3a53c4;
}
.wrap {
text-align: center;
vertical-align: middle;
border-radius: 4px;
}
.wrap h1{
font-size: 30px;
padding:50px;
}
.track {
display: inline-block;
width: 350px;
height: 0;
border-top: 8px dotted #a1a1a1;
}
.ghosts {
display: block;
position: relative;
top: 0px;
backgound-color: #fff;
}
.ghosts .ghost-1, .ghosts .ghost-2 {
display: block;
position: absolute;
width: 45px;
height: 55px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
top: -35px;
}
.ghosts .ghost-1 .foot-1, .ghosts .ghost-1 .foot-2, .ghosts .ghost-1 .foot-3, .ghosts .ghost-2 .foot-1, .ghosts .ghost-2 .foot-2, .ghosts .ghost-2 .foot-3 {
transform: rotate(45deg);
display: block;
position: absolute;
width: 13px;
height: 13px;
background-color: #222;
border-radius: 2px;
top: 51px;
}
.ghosts .ghost-1:before, .ghosts .ghost-1:after, .ghosts .ghost-2:before, .ghosts .ghost-2:after {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
background-color: blue;
border: 4px solid #fff;
border-radius: 50%;
top: 13px;
}
.ghosts .ghost-1 {
background-color: #01dbd7;
left: -40px;
}
.ghosts .ghost-1 .foot-1 {
left: 1px;
}
.ghosts .ghost-1 .foot-2 {
left: 16px;
}
.ghosts .ghost-1 .foot-3 {
left: 30px;
}
.ghosts .ghost-1:before {
left: 15px;
}
.ghosts .ghost-1:after {
left: 30px;
}
.ghosts .ghost-2 {
background-color: #fe2601;
left: 100%;
margin-left: -5px;
}
.ghosts .ghost-2 .foot-1 {
left: 1px;
}
.ghosts .ghost-2 .foot-2 {
left: 16px;
}
.ghosts .ghost-2 .foot-3 {
left: 30px;
}
.ghosts .ghost-2:before {
left: 2px;
}
.ghosts .ghost-2:after {
left: 18px;
}
.pacman {
width: 0px;
height: 0px;
position: relative;
top: 0px;
animation: movepacman 3.5s linear infinite;
}
.loader {
display: inline-block;
position: relative;
}
.loader .topchomp, .loader .bottomchomp {
display: block;
position: absolute;
width: 0px;
height: 0px;
border: 30px solid #fef200;
border-radius: 50%;
top: -48px;
}
.loader .topchomp {
border-right-color: transparent;
animation: topchomp 0.3s linear infinite;
}
.loader .topchomp:before {
content: "";
display: block;
position: absolute;
width: 7px;
height: 7px;
background-color: #222;
border-radius: 50%;
top: -22px;
left: -5px;
z-index: 999;
}
.loader .bottomchomp {
border-top-color: transparent;
border-right-color: transparent;
animation: bottomchomp 0.3s linear infinite;
}
@keyframes topchomp {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(45deg);
}
}
@keyframes bottomchomp {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(-45deg);
}
}
@keyframes movepacman {
0% {
left: 17%;
}
45% {
left: 83%;
transform: rotateY(0deg);
}
50% {
left: 83%;
transform: rotateY(180deg);
}
95% {
left: 17%;
transform: rotateY(180deg);
}
100% {
left: 17%;
transform: rotateY(0deg);
}
}
.dataTables_info{
margin-top: 22px;
}
.dataTables_paginate{
float: right;
}
.dataTables_filter label{
float: right;
}
.dataTables_length label{
display: inline-flex;
line-height: 3;
margin-top: 25px;
}
.dataTables_length .form-group{
margin: 0;
}
.double-line {
width: 170px;
position: relative;
border-bottom: solid 3px #dedfe1;
margin-bottom: 20px;
}
.double-line:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0px;
bottom: -3px;
margin-left: 55px;
margin-top: 0px;
width: 65px;
background: #3a53c4;
z-index: 0;
}
#primary-menu li a:hover{
color: #fff !important;
}
.img-berita{
width: 100%;
height: 200px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.list-group a{
border-left: 5px solid transparent;
border-left:solid 1px #ddd;
border-radius: 0;
font-size: 14px;
}
.list-group a:focus {
border:solid 1px #ddd;
}
.list-group a:hover {
color: #fff;
text-decoration: none;
background-color: #1883d7;
border:solid 1px #ddd;
}
.list-group a.active:hover {
border:solid 1px #ddd;
}
.list-group a.active{
border-left: 5px solid #1883d7 !important;
color: #6c6c6c !important;
padding-left: 15px;
border-color: #ddd;
font-weight: bold;
background-color: transparent;
}
ol li{
padding: 5px;
}
@media(max-width: 768px){
.logo-light a img{
max-width: 75%;
}
.col-md-8{
border-right: none !important;
height: auto !important;
}
.col-header{
margin-top: 40%;
text-align: center;
}
.col-tentang{
padding: 0;
margin-bottom: 20px;
}
.hand-mockup{
position: absolute !important;
width: 80% !important;
float: none;
bottom: 0px;
left: 42px;
top: auto !important;
padding-bottom: 240px;
}
.garis-header{
display: none;
}
.desc-home{
margin-bottom: 30px;
font-size: 18px;
font-weight: 100;
}
.hero-area-content h1{
font-size: 30px;
}
.contact-form{
max-height: 80% !important;
}
.contact-address{
max-height: 90% !important;
}
}
#accordion-style-1 h1,
#accordion-style-1 a{
color:#3a53c4;
}
#accordion-style-1 .btn-link {
font-weight: 400;
color: #3a53c4;
background-color: transparent;
text-decoration: none !important;
font-size: 16px;
font-weight: bold;
padding-left: 25px;
}
#accordion-style-1 .card-body {
border-top: 2px solid #3a53c4;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main{
display:none;
}
#accordion-style-1 .card-header .btn .fa.main{
background: #3a53c4;
padding: 13px 11px;
color: #ffffff;
width: 35px;
height: 41px;
position: absolute;
left: -1px;
top: 10px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
display:block;
}
/* Row Team */
.blog{
margin-top: 30px;
}
.blog .carousel-indicators {
left: 0;
top: auto;
bottom: -40px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
background: #a3a3a3;
border-radius: 50%;
width: 12px;
height: 12px;
cursor: pointer;
}
.blog .carousel-indicators .active {
background: #3a53c4;
margin-bottom:10px;
width: 30px;
height: 12px;
border-radius: 10px;
-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
transition: width 0.5s;/*transition: all 0.3s linear 0s;*/
}
#blogCarousel .owl-item .item{
padding: 0 10px;
}
#blogCarousel .owl-controls{
margin-top: 25px;
}
#blogCarousel .owl-dots .owl-dot{
background: #a3a3a3;
border-radius: 50%;
width: 12px;
height: 12px;
cursor: pointer;
}
#blogCarousel .owl-dots .active{
background: #3a53c4;
width: 30px;
height: 12px;
border-radius: 10px;
-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
transition: width 0.5s;/*transition: all 0.3s linear 0s;*/
}
.our-team-section {
position: relative;
padding-top: 40px;
padding-bottom: 40px;
}
.our-team-section:before {
position: absolute;
top: -0;
left: 0;
content: " ";
background: url(img/service-section-bottom.png);
background-size: 100% 100px;
width: 100%;
height: 100px;
float: left;
z-index: 99;
}
.our-team {
padding: 0 0 10px;
height: 320px;
background: #fff;
text-align: center;
overflow: hidden;
position: relative;
border-bottom: 5px solid #3a53c4;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.our-team:hover {
border-bottom: 5px solid #143278;
}
.our-team .pic {
display: inline-block;
width: 150px;
height: 150px;
margin-bottom: 35px;
z-index: 1;
position: relative;
}
.our-team .pic:before {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background: #3a53c4;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 1;
transform: scale(3);
transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
height: 100%;
background: #143278;
}
.our-team .pic img {
width: 100%;
height: 100%;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
box-shadow: 0 0 0 8px #fff;
transform: scale(0.7);
position: relative;
z-index: 2;
}
.our-team:hover .pic img {
box-shadow: 0 0 0 8px #3cb46e;
}
.our-team .team-content {
margin-bottom: 30px;
}
.our-team .title {
font-size: 22px;
font-weight: 700;
color: #4e5052;
letter-spacing: 1px;
text-transform: capitalize;
margin-bottom: 5px;
}
.our-team .post {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}
.our-team .social {
width: 100%;
padding-top: 10px;
margin: 0;
background: #143278;
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}
.our-team:hover .social {
bottom: 0;
}
.our-team .social li {
display: inline-block;
}
.our-team .social li a {
display: block;
padding-top: 6px;
font-size: 15px;
color: #fff;
transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
color: #143278;
background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
.our-team {
margin-bottom: 10px;
}
} | 0.330687 | 0.06492 |
* Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
body {
font-family: proxima-nova, sans-serif;
font-size: 18px;
color: #212934;
}
p {
margin-bottom: 1.6rem;
}
hr {
border-color: #8895a7;
background-color: #fff;
margin: 2rem auto;
opacity: 0.2;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
color: #8895a7;
}
#hero h2 {
overflow-wrap: break-word;
}
#testimonials p {
margin-bottom: 0.5rem;
}
#navbarText {
margin-left: 1.5rem;
font-size: 0.9rem;
}
#hero h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #2368a2;
}
#hero h2 {
font-size: 1.4rem;
}
.stepnumber {
font-weight: bold;
display: auto;
font-size: 1.4rem;
background-color: #259d58;
color: white;
padding: 1rem;
border-radius: 50%;
}
.card-subtitle {
color: #2a9187;
font-size: 2rem;
font-weight: bold;
}
.btn {
font-size: 0.9rem;
text-transform: capitalize;
text-decoration: none;
color: rgba(0, 0, 0, 0.7);
padding: 0.8rem 1.5rem;
border-radius: 0.2rem;
border: solid 1px rgba(0, 0, 0, 0.2);
}
.btn:hover {
opacity: 0.5;
}
.btn-green {
color: #ffffff;
border: none;
background-image: linear-gradient(to right, #74d99f, #38c172);
border: solid 1px rgba(0, 0, 0, 0.05);
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
margin-bottom: -0.75rem;
border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
margin-bottom: 15px;
}
.card-button {
display: flex;
align-items: flex-end;
justify-content: center;
margin-top: auto;
}
.form-row {
margin-bottom: 1rem;
}
*,
:before,
:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.top-menu {
display: grid;
grid-template-columns: 326px 1fr auto;
align-items: center;
padding: 0 1.5rem;
background-color: white;
height: 20px;
}
.top-menu-logo {
height: 3rem;
}
.top-menu-links {
display: grid;
justify-self: left;
grid-auto-flow: column;
grid-gap: 2rem;
}
.top-menu-links a {
font-size: 0.9rem;
text-transform: capitalize;
text-decoration: none;
color: rgba(0, 0, 0, 0.7);
}
.top-menu-links a:hover {
color: #259d58;
}
.top-menu-buttons {
display: inline-grid;
grid-template-columns: auto auto;
grid-gap: 1rem;
text-align: right;
}
.top-menu-buttons a {
font-size: 0.9rem;
text-transform: capitalize;
text-decoration: none;
color: rgba(0, 0, 0, 0.7);
padding: 0.8rem 1.5rem;
border-radius: 0.2rem;
border: solid 1px rgba(0, 0, 0, 0.2);
}
.top-menu-buttons a:nth-child(2) {
color: #ffffff;
border: none;
background-image: linear-gradient(to right, #74d99f, #38c172);
border: solid 1px rgba(0, 0, 0, 0.05);
}
.top-menu-buttons a:hover {
opacity: 0.6;
}
.container {
padding: 4rem 0;
margin: 0 auto;
max-width: 1170px;
width: 100%;
}
.mb1 {
margin-bottom: 60px;
}
.mb2 {
margin-bottom: 100px;
}
.mb3 {
margin-bottom: 120px;
}
.mb4 {
margin-bottom: 140px;
}
header {
display: flex;
justify-content: space-between;
padding: 1rem auto;
}
header .container {
padding: 1rem auto;
}
#hero {
background: url("/img/layout/office-desk.jpg");
color: #212934;
width: 100%;
background-size: cover;
align-items: center;
padding: 3rem 0;
padding: 4rem;
}
@media only screen and (max-width: 479px) {
#hero {
background: none;
}
}
#hero .get-started-button {
background-image: linear-gradient(to right, #74d99f, #38c172);
color: white;
}
#how-it-works .container {
display: flex;
align-items: center;
padding: 6rem 0;
}
#how-it-works img {
max-width: 500px;
width: 100%;
background-color: orange;
height: auto;
margin-right: 2rem;
}
@media only screen and (max-width: 479px) {
#how-it-works img {
display: none;
}
}
#how-it-works .text {
width: 70%;
}
#how-it-works .steps {
display: flex;
text-align: center;
}
#how-it-works .number {
font-weight: bold;
color: white;
background-color: #38c172;
padding: 1rem;
margin: 0;
border-radius: 50%;
}
#how-it-works .step1,
#how-it-works .step2 {
border-right: 1px solid #e3e3e3;
}
@media only screen and (max-width: 479px) {
#how-it-works {
text-align: center;
}
}
#pricing {
background: url("/img/layout/grey-background.jpg");
}
#pricing .container {
text-align: center;
justify-content: center;
margin: 0 auto;
padding: 6rem 0;
}
#pricing .container .pricing-tables {
display: flex;
justify-content: center;
text-align: left;
}
#pricing .container .pricing-tables h3 {
text-align: center;
font-size: 2.2rem;
}
#pricing .container .pricing-tables p {
font-weight: bold;
font-size: 1.5rem;
text-align: center;
}
#pricing .container .pricing-tables li {
margin-bottom: 0.75rem;
}
#pricing .container .pricing-tables .pricing-table {
width: 400px;
background-color: white;
padding: 2rem;
-webkit-box-shadow: -3px 7px 15px 5px rgba(0, 0, 0, 0.14);
box-shadow: -3px 7px 15px 5px rgba(0, 0, 0, 0.14);
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
#pricing .container .pricing-tables .pricing-table:nth-child(2) {
margin: 0 2rem;
}
#pricing .container .pricing-tables .pricing {
color: #259d58;
}
#pricing .container .btn {
align-items: flex-end;
margin-top: auto;
}
#pricing .container .card-body {
display: flex;
flex-direction: column;
align-items: center;
}
#testimonials {
background: url("/img/layout/house.jpg");
background-size: cover;
font-size: 2rem;
color: white;
padding: 4rem 0;
}
#testimonials cite {
color: #74d99f;
font-size: 1.5rem;
font-style: italic;
}
.sidebar {
background-color: #e1e7ec;
padding-right: 20px;
padding-top: 20px;
min-height: calc(100vh - 60px);
}
footer {
padding: 4rem auto;
background-color: #212934;
color: #f8f9fa;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px;
/* Vertically center the text there */
background-color: #212934;
overflow: auto;
padding: 0 1rem;
}
.portal {
background-color: #f8f9fa;
}
#footer {
display: flex;
justify-content: space-evenly;
}
#footer h2 {
color: #8895a7;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer li {
list-style-type: none;
margin: 0;
padding: 0 0 0.5rem 0;
}
#footer li a {
color: #e1e7ec;
}
/*# sourceMappingURL=style.css.map */ | public/css/style.css | * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
body {
font-family: proxima-nova, sans-serif;
font-size: 18px;
color: #212934;
}
p {
margin-bottom: 1.6rem;
}
hr {
border-color: #8895a7;
background-color: #fff;
margin: 2rem auto;
opacity: 0.2;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
color: #8895a7;
}
#hero h2 {
overflow-wrap: break-word;
}
#testimonials p {
margin-bottom: 0.5rem;
}
#navbarText {
margin-left: 1.5rem;
font-size: 0.9rem;
}
#hero h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #2368a2;
}
#hero h2 {
font-size: 1.4rem;
}
.stepnumber {
font-weight: bold;
display: auto;
font-size: 1.4rem;
background-color: #259d58;
color: white;
padding: 1rem;
border-radius: 50%;
}
.card-subtitle {
color: #2a9187;
font-size: 2rem;
font-weight: bold;
}
.btn {
font-size: 0.9rem;
text-transform: capitalize;
text-decoration: none;
color: rgba(0, 0, 0, 0.7);
padding: 0.8rem 1.5rem;
border-radius: 0.2rem;
border: solid 1px rgba(0, 0, 0, 0.2);
}
.btn:hover {
opacity: 0.5;
}
.btn-green {
color: #ffffff;
border: none;
background-image: linear-gradient(to right, #74d99f, #38c172);
border: solid 1px rgba(0, 0, 0, 0.05);
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
margin-bottom: -0.75rem;
border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
margin-bottom: 15px;
}
.card-button {
display: flex;
align-items: flex-end;
justify-content: center;
margin-top: auto;
}
.form-row {
margin-bottom: 1rem;
}
*,
:before,
:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.top-menu {
display: grid;
grid-template-columns: 326px 1fr auto;
align-items: center;
padding: 0 1.5rem;
background-color: white;
height: 20px;
}
.top-menu-logo {
height: 3rem;
}
.top-menu-links {
display: grid;
justify-self: left;
grid-auto-flow: column;
grid-gap: 2rem;
}
.top-menu-links a {
font-size: 0.9rem;
text-transform: capitalize;
text-decoration: none;
color: rgba(0, 0, 0, 0.7);
}
.top-menu-links a:hover {
color: #259d58;
}
.top-menu-buttons {
display: inline-grid;
grid-template-columns: auto auto;
grid-gap: 1rem;
text-align: right;
}
.top-menu-buttons a {
font-size: 0.9rem;
text-transform: capitalize;
text-decoration: none;
color: rgba(0, 0, 0, 0.7);
padding: 0.8rem 1.5rem;
border-radius: 0.2rem;
border: solid 1px rgba(0, 0, 0, 0.2);
}
.top-menu-buttons a:nth-child(2) {
color: #ffffff;
border: none;
background-image: linear-gradient(to right, #74d99f, #38c172);
border: solid 1px rgba(0, 0, 0, 0.05);
}
.top-menu-buttons a:hover {
opacity: 0.6;
}
.container {
padding: 4rem 0;
margin: 0 auto;
max-width: 1170px;
width: 100%;
}
.mb1 {
margin-bottom: 60px;
}
.mb2 {
margin-bottom: 100px;
}
.mb3 {
margin-bottom: 120px;
}
.mb4 {
margin-bottom: 140px;
}
header {
display: flex;
justify-content: space-between;
padding: 1rem auto;
}
header .container {
padding: 1rem auto;
}
#hero {
background: url("/img/layout/office-desk.jpg");
color: #212934;
width: 100%;
background-size: cover;
align-items: center;
padding: 3rem 0;
padding: 4rem;
}
@media only screen and (max-width: 479px) {
#hero {
background: none;
}
}
#hero .get-started-button {
background-image: linear-gradient(to right, #74d99f, #38c172);
color: white;
}
#how-it-works .container {
display: flex;
align-items: center;
padding: 6rem 0;
}
#how-it-works img {
max-width: 500px;
width: 100%;
background-color: orange;
height: auto;
margin-right: 2rem;
}
@media only screen and (max-width: 479px) {
#how-it-works img {
display: none;
}
}
#how-it-works .text {
width: 70%;
}
#how-it-works .steps {
display: flex;
text-align: center;
}
#how-it-works .number {
font-weight: bold;
color: white;
background-color: #38c172;
padding: 1rem;
margin: 0;
border-radius: 50%;
}
#how-it-works .step1,
#how-it-works .step2 {
border-right: 1px solid #e3e3e3;
}
@media only screen and (max-width: 479px) {
#how-it-works {
text-align: center;
}
}
#pricing {
background: url("/img/layout/grey-background.jpg");
}
#pricing .container {
text-align: center;
justify-content: center;
margin: 0 auto;
padding: 6rem 0;
}
#pricing .container .pricing-tables {
display: flex;
justify-content: center;
text-align: left;
}
#pricing .container .pricing-tables h3 {
text-align: center;
font-size: 2.2rem;
}
#pricing .container .pricing-tables p {
font-weight: bold;
font-size: 1.5rem;
text-align: center;
}
#pricing .container .pricing-tables li {
margin-bottom: 0.75rem;
}
#pricing .container .pricing-tables .pricing-table {
width: 400px;
background-color: white;
padding: 2rem;
-webkit-box-shadow: -3px 7px 15px 5px rgba(0, 0, 0, 0.14);
box-shadow: -3px 7px 15px 5px rgba(0, 0, 0, 0.14);
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
#pricing .container .pricing-tables .pricing-table:nth-child(2) {
margin: 0 2rem;
}
#pricing .container .pricing-tables .pricing {
color: #259d58;
}
#pricing .container .btn {
align-items: flex-end;
margin-top: auto;
}
#pricing .container .card-body {
display: flex;
flex-direction: column;
align-items: center;
}
#testimonials {
background: url("/img/layout/house.jpg");
background-size: cover;
font-size: 2rem;
color: white;
padding: 4rem 0;
}
#testimonials cite {
color: #74d99f;
font-size: 1.5rem;
font-style: italic;
}
.sidebar {
background-color: #e1e7ec;
padding-right: 20px;
padding-top: 20px;
min-height: calc(100vh - 60px);
}
footer {
padding: 4rem auto;
background-color: #212934;
color: #f8f9fa;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px;
/* Vertically center the text there */
background-color: #212934;
overflow: auto;
padding: 0 1rem;
}
.portal {
background-color: #f8f9fa;
}
#footer {
display: flex;
justify-content: space-evenly;
}
#footer h2 {
color: #8895a7;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer li {
list-style-type: none;
margin: 0;
padding: 0 0 0.5rem 0;
}
#footer li a {
color: #e1e7ec;
}
/*# sourceMappingURL=style.css.map */ | 0.755907 | 0.099426 |
/*hcj yuyue*/
.success { text-align: center; }
.xiu { color: #333; margin-top: 30px; }
.weu { color:#333; }
.kk { border-top:none; }
.xx { border-bottom: 1px solid #ebebeb; padding-bottom: 40px; }
.success-y { margin-bottom:30px; margin-top:20px; }
.success-y h1 { font-size: 2em!important; }
#t-pingz { color:#333; }
.tions { color: #333; }
.ined { text-align: center; }
.lin-a { text-align: center; }
.cbg-article .cbg-labeled-icon-list { text-align: left; }
.cbg-article .cbg-labeled-icon-list li { position: relative; width: 26%; padding: 0 3%; vertical-align: top; }
.cbg-article .cbg-labeled-icon-list li hr { position: absolute; left: 50%; top: 40px; width: 74%; height: 2px; margin-left: 44px; background-color: #eee; border: none; border-left: #fff solid 10px; border-right: #fff solid 15px; }
/*hcj yuyue*/
.Isover { background-position:0 -153px; cursor:default; color:#999; }
/*hcj yuyue*/
.cbg-article .cbg-labeled-icon-list li h2 { font-size: 1.3em; line-height: 1.5; text-align:center; }
/*hcj yuyue*/
.cbg-article .cbg-labeled-icon-list li h2 em { font-size: 1.3em; color: inherit; }
#cbg-sec-2 { margin-top: 100px; }
ul.cbg-labeled-icon-list .cbg-icon { display: block; margin: 0 auto; margin-bottom: 10px; }
/* icons */
.cbg-icon-support { background-image: url('../Images/img_con_cn_sprites_cbg_support.png'); }
.cbg-icon.cbg-icon-support-app { width: 40px; height: 40px; background-position: 0 -275px; }
.cbg-icon.cbg-icon-support-service-center { width: 40px; height: 40px; background-position: -40px -275px; }
.cbg-icon.cbg-icon-support-wechat { width: 40px; height: 40px; background-position: -80px -275px; }
.cbg-icon.cbg-icon-support-online { width: 40px; height: 40px; background-position: -120px -275px; }
.cbg-icon.cbg-icon-support-online-2 { width: 30px; height: 35px; background-position: -368px -275px; }
.cbg-icon.cbg-icon-support-email { width: 40px; height: 40px; background-position: -160px -275px; }
.cbg-icon.cbg-icon-support-vote-down { width: 40px; height: 40px; background-position: -241px -275px; vertical-align: middle; }
.cbg-icon-y.cbg-icon-support-online-support { width: 40px; height: 40px; background-position: -282px -275px; }
.cbg-icon-y.cbg-icon-support-club { width: 40px; height: 40px; background-position: -323px -275px; }
.cbg-icon.cbg-icon-support-ota { width: 94px; height: 94px; background-position: -4px -697px; }
.cbg-icon.cbg-icon-support-hisuit { width: 94px; height: 94px; background-position: -110px -697px; }
.cbg-icon.cbg-icon-support-firmware { width: 94px; height: 94px; background-position: -214px -697px; }
.cbg-icon.cbg-icon-support-tech-specs { width: 87px; height: 87px; background: url(../Images/img_con_base.png) -4px -797px no-repeat; }
.cbg-icon.cbg-icon-support-manuals { width: 87px; height: 87px; background-position: -101px -797px; }
.cbg-icon-support { background-image: url('../Images/img_con_cn_support_cbg_icon1.png'); }
/*.cbg-icon { display: inline-block; vertical-align: middle; width: 40px; height: 25px; margin-right: 2px; text-indent: -9999px; background: url('../Images/img_con_cn_support_cbg_icon1.png') no-repeat;}*/
.cbg-article p { line-height: 1.5; margin: 0.5em 0; }
.cbg-icon.cbg-icon-support-truck { width: 87px; height: 87px; background-position: -296px -797px; }
.cbg-support form.cbg-std-form div.cbg-actions { text-align: center; }
.cbg-article em { color: #ed3131; }
.cbg-actions .cbg-btn { margin: 0 20px; }
.cbg-article .cbg-btn { font-size: 1.2em; }
em .cbg-btn { background-color: #c52525; color: #fff!important; border-color: #c52525; }
.cbg-btn { display: inline-block; background: none; border: #333 solid 1px; border-radius: 2px; padding: 0.5em 2em; text-align: center; cursor: pointer; font-size: 1.4em; transition: all linear 0.2s; }
.cbg-article h2 { font-size: 1.5em; margin: 1em 0; }
dl.cbg-qa-list > dd { display: none; padding: 20px 40px 10px 40px; border-bottom: #eee solid 1px; }
dl.cbg-qa-list > dt > a { position: relative; display: block; padding: 20px 40px; border-bottom: #eee solid 1px; font-size: 1.2em; transition: all linear 0.1s; }
.cbg-article p { line-height: 1.5; margin: 0.5em 0; }
dl.cbg-qa-list > dt > a > span { position: absolute; right:25px; top: 0; width: 13px; height: 100%; background: url(../Images/img_con_cn_icon_plus.png) center center no-repeat; }
dl.cbg-qa-list > dt > a:hover, dl.cbg-qa-list > dt > a.cbg-current { color: #fff; background: #333 url(../Images/img_con_cn_background_blank.png) bottom center; }
dl.cbg-qa-list > dt > a.cbg-current > span { background-image: url(../Images/img_con_cn_icon_minus.png); }
.cbg-support-home .cbg-steps > li:first-child { display: block; }
.cbg-support-home .cbg-steps > li { display: none; position: absolute; width: 100%; height: 100%; min-height: 600px; }
.cbg-std-form .cbg-white-bg .cbg-steps .cbg-element-group { margin: 20px 0; padding: 20px 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
.cbg-support-home .cbg-steps .cbg-element-group { margin-top: 0!important; }
.cbg-support-home .cbg-steps { position: relative; min-height: 700px; }
.cbg-step-btn { display: inline-block; width: 90px; padding: 3px 0 6px 0; background-color: #333; color: #fff; text-align: center; font-size: 1.2em; line-height: 1.2em; border-radius: 4px; }
h1 .cbg-step-btn, h2 .cbg-step-btn, h3 .cbg-step-btn { font-size: 1em; margin-right: 1em; }
.cbg-element-group .cbg-2cols { position: relative; }
.cbg-element-group .cbg-2cols dt { position: absolute; width: 200px; text-align: right; line-height: 30px; }
.cbg-req-star { color: #ed3131; }
.cbg-element-group .cbg-2cols dd { margin-left: 220px; padding-bottom: 10px; }
.cbg input, .cbg textarea, .cbg button, .cbg select { font-family: inherit; }
#cbg-reservation-form input[type=text] { height: 28px; padding: 0px 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
#cbg-reservation-form .sbHolder input[type=text] { padding: 0px; }
.cbg-2cols input[type=text] { width: 200px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
.cbg-element-group .cbg-2cols p { line-height: 1.5; margin: 6px 0 0 0; font-size: 13px; }
.cbg-article .cbg-element-group h2 { text-align:left; font-size: 1.5em; margin: 1em 0; }
.cbg-std-form .cbg-element-group label:hover, .cbg-std-form label.cbg-current { color: #ed3131; }
.cbg-element-group .cbg-2cols label { margin: 0 0px 0 0px; font-size: 14px; }
.cbg-element-group .cbg-2cols em { color: #ed3131; }
.cbg em a { color: #c52525; }
.cbg em a:hover { color: #ff0000; }
.cbg-btn-list label.cbg-btn { margin-right: 1em; margin-bottom: 1em; min-width: 5em; }
label.cbg-btn input[type=radio] { display: none; }
#cbg-reservation-form .cbg-steps { height: 800px; }
#cbg-service-type-description { display: none; }
#cbg-reservation-form input[type=text] { width: 180px; }
#cbg-service-type-description textarea { width: 400px; height: 200px; }
#terms-disclaimers { width: 960px; padding: 1em 3em 3em 3em; }
.cbg .fancybox-close { right: -31px!important; }
.cbg-support-home .cbg-steps > li { display: none; position: absolute; width: 100%; height: 100%; min-height: 600px; }
.cbg-btn-listlx { border-color: #C52525 !important; background-color: #C52525 !important; color:#fff; }
.cbg-btn-listlx:hover { background-color: #ed3131 !important; color: #fff!important; border-color: #ed3131; }
#cbg-service-center-container table { width:100%; }
#yyzhongxin input { margin-right:5px; }
#search_address { vertical-align: top; font-size: 1.08em; padding-left: 15px; padding-right: 15px; margin-left:0px; }
#cbg-service-center-container { width: 100%; max-height: 300px; overflow: auto; }
#cbg-reservation-form .cbg-std-table tbody td { border: none; text-align:left; padding: 20px 30px; line-height:30px; }
.cbg-support .cbg-std-table tbody td { border-bottom: #eee solid 1px; }
.cbg-alternate td { background-color: #fafafa; }
#cbg-reservation-form .cbg-std-table tbody td .create_icon { background:url(../Images/img_con_cn_create_icon.png) no-repeat 2px 1px; width:40px; height:31px; line-height:31px; float:left; }
#cbg-reservation-form .cbg-std-table tbody td .create_icon:hover { background:url(../Images/img_con_cn_create_icon_on.png) no-repeat 2px 0px; width:40px; height:31px; line-height:31px; float:left; }
/*the end*/
/*hcj jixiu*/
.cbg-element-group .cbg-2cols .creation-input input { width: 382px!important; }
.cbg-element-group .cbg-2cols .creation-input #user_code { width: 230px!important; }
.cbg-element-group .cbg-2cols dd { min-height:30px; }
.cbg-element-group .cbg-2cols dd #exp-free{line-height:30px;}
.cbg-element-group .creation-input input { width:382px!important; }
.cbg-element-group .cur_problem { background-color: #c52525; color: #fff!important; border-color: #c52525; }
.cbg-element-group .cur_problem:hover { background-color: #ED3131; color: white!important; border-color: #ED3131; }
#yytextarea { margin-left:110px; }
.cbg-rank-stars { display: inline-block; height: 14px; text-indent: -9999px; background: url(../Images/img_con_cn_rank_stars.png) no-repeat; }
.cbg-rank-stars.cbg-rank-stars-5 { width: 87px; }
.cbg-rank-stars.cbg-rank-stars-4 { width: 69px; }
.cbg-rank-stars.cbg-rank-stars-3 { width: 51px; }
.cbg-cg { text-align: center; }
.cbg-cg h2 { text-align: center!important; }
.cbg-cg p { font-size:13px!important; }
#cbg-reservation-form .cheg tbody td { border: #eee solid 1px; color:#333; }
#cbg-reservation-form .cheg { width:100%; margin-top:40px; margin-bottom:15px; }
.cheg .col-1 { width: 30%; text-align: right!important; background-color: #fafafa; border-right: #eee solid 1px; padding-right: 20px; }
.ined h1 { text-align:left; }
#imeihao { width:382px!important }
/*hcj jixiu*/
/* yqx support notice start*/
#y-notice-cbg-main .cbg-white-bg { height:40px; max-width: 1210px!important; margin:0 auto; border-bottom: #eee solid 1px; }
#y-notice-cbg-main .cbg-menu form input[type=text] { width: 100px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
#y-notice-cbg-main .cbg-menu form .cbg-btn { vertical-align: middle; font-size: 1.2em; padding: 0 1em; line-height: 28px; background-color: #333; border-color: #333; color: #fff; border-radius: 0; }
#y-notice-cbg-main #y-cbg-main { width:960px; margin:50px auto; }
#y-notice-cbg-main #y-not-main > ul > li { position: relative; margin-top: 10px; }
#y-notice-cbg-main .cbg-menu form .sbToggle2 { background-color: #c01415; }
#cbg-notice-article { margin: 50px auto; max-width: 960px!important; padding: 30px 0; }
cbg-notice-article .cbg-text { margin: 50px 0; padding-bottom: 50px; border-bottom: #eee solid 1px; }
#cbg-notice-article h1 { font-size: 2em; line-height: 43px; float: left; }
#cbg-notice-article .cbg-date { float: right; }
.y-contanttitle .cbg-date .cbg-month { margin-right: 10px; }
.y-contanttitle .cbg-date .cbg-day { display: inline-block; vertical-align: middle; width: 53px; height: 43px; padding-left: 11px; font-size: 2em; line-height: 40px; text-align: center; color: #fff; background: url(../Images/img_con_cn_press_day_bg3.png) no-repeat; }
#cbg-notice-article .cbg-text { margin: 50px 0; padding-bottom: 50px; border-bottom: #eee solid 1px; }
#y-cbg-main .load-more .button { width: 220px; height: 35px; color: #666666; margin: 10px auto; line-height: 35px; font-size: 14px; text-align: center; cursor: pointer; background-color: #efefef; }
.y-p-content { font-size:13px; }
#support-notice-list .cbg-text { border-bottom:0px!important; }
/*#support-notice-list .y-info{opacity:9999!important;}*/
#support-notice-list .y-info .cbg-text h2 a { color:#333!important; }
#support-notice-list .y-info .cbg-text h2 { font-size:26px!important; margin: 0 0 12px 0!important; border-bottom: #eee solid 1px; font-size: 2em; }
#support-notice-list .cbg-text .y-seemore { margin-top: 1em; }
#support-notice-list .cbg-text .y-seemore .cbg-btn { font-size: 1.2em; color: #333; text-decoration: none; }
#support-notice-list .cbg-text .y-seemore .cbg-btn:hover { color: #c52525; border-color: #c52525; background-color: #fff; }
#support-notice-list .cbg-date .cbg-day { width:53px!important; padding-left: 13px!important; color: #fff!important; background: url(../Images/img_con_cn_press_day_bg3.png) no-repeat!important; }
/*yqx support notice end*/
/*GS BAIDUMAP*/
#cbg-reservation-form .cbg-std-table tbody td .create_icon { background:url(../Images/img_con_cn_create_icon.png) no-repeat 2px 1px; width:40px; height:31px; line-height:31px; float:left; }
#cbg-reservation-form .cbg-std-table tbody td .create_icon:hover { background:url(../Images/img_con_cn_create_icon_on.png) no-repeat 2px 0px; width:40px; height:31px; line-height:31px; float:left; }
.cn_baidumap { width:260px; margin:20px; }
/*begin GongShun fu wu zhong xing 2016.1.21*/
.cbg-captcha1 { width:87px!important; }
/*begin fu wu zhong xing css */
/*hcj*/
.product-wrap { padding:0px; margin:0px; }
ul.result { width: 198px; background-color: #fff; max-height: 260px; border: solid 1px #ccc; list-style: none; margin: 0; padding: 0; position: absolute; top: 30px; z-index: 1; overflow-y: auto; display:block; }
ul.result li { padding: 0 0px; text-indent: 10px; font-size: 14px; }
ul.result li a { border-bottom: dotted 1px #515151; display: block; outline: none; padding: 7px 0 7px 3px; }
.result li a:link, .result li a:visited, .result li a:hover, .result li a a:link, .result li a a:visited { color: #333; background:#eee; }
/*the end*/
.page-support-center .search-summary .center-addr { background-position: 0 -2px; }
.page-support-center .search-summary .center-phone { background-position: -1px -34px; }
.page-support-center .search-summary .center-time { background-position: -1px -65px; }
.page-support-center .search-summary .center-opr { background-position: -1px -94px; }
.page-support-center .search-summary .center-detail-txt { display: inline-block; padding-left: 30px; padding-right:10px; }
.page-support-center .search-summary .center-detail-txt1 { display: inline-block; padding-left: 30px; font-size: 14px; line-height:30px; }
.page-support-center .search-summary .view-more { font-weight: normal; cursor: pointer; font-size: 14px; float: right; margin: 10px 20px 15px 0; padding: 10px; background-color: #666; color: #fff; }
.page-support-center .search-summary .view-more:hover { background-color: #333; }
.page-support-center .map-section .search-summary { position: absolute; left: 60px!important; top:10px; display: none; z-index: 0; width: 280px; background-color: #fff; }
.page-support-center .search-summary .summary-header { text-align: center; background-color: #333; color: #fff; padding: 18px; font-size: 18px; font-weight: bold; }
.page-support-center .search-summary .summary-content { max-height: 550px; overflow-y: auto; border-bottom: 1px solid #aaa; }
.page-support-center .search-summary .center-info { position: relative; padding: 10px 0 10px 10px; border-bottom:1px solid #f0f0f0; }
.page-support-center .search-summary .center-info:hover { background-color: #eaeaea; }
.page-support-center .center-sum-r { width:220px; float:left; }
.page-support-center .center-name { font-size: 19px; font-weight: bold; line-height:1.3em; padding-left:9px; width:220px; float:left; }
.summary-content .center-detail-xing { width:90px; margin-top: 5px; margin-left:9px; background:url(../Images/img_con_cn_server_xing.png) no-repeat; height:16px; float:left; }
.summary-content .center-detail-xing.x1 { background-position:0px 0px; width:16px; }
.summary-content .center-detail-xing.x2 { background-position:-35px 0px; width:40px; }
.summary-content .center-detail-xing.x3 { background-position:-36px 0px; }
.summary-content .center-detail-xing.x4 { background-position:-18px 0px; }
.summary-content .center-detail-xing.x5 { background-position:1px 0px; }
.page-support-center .search-summary .center-info .xing { color: #f00; font-size: 18px; line-height: 1.5; }
.page-support-center .search-summary .center-info .center-detail { line-height: 2.6em; color: #555; font-size: 12px; text-indent: 4; position: relative; }
.page-support-center .search-summary .center-detail .center-addr, .center-phone, .center-time, .center-opr { display: inline-block; height: 24px; width: 24px; position: absolute; left: 0; top: 3px; }
.page-support-center .search-summary .center-addr:hover, .center-phone:hover, .center-time:hover, .center-opr:hover { background:url("../Images/img_con_cn_support_center_num0.png") no-repeat; }
.page-support-center .bdmap-logo { display: block; float:left; height: 28px; width: 22px; border: none; color: #fff; text-align: center; line-height: 24px; font-weight: bold; font-family: "arial"; background: url('../Images/img_con_cn_support_center_nums.png') 0 0 no-repeat; }
.page-support-center .search-summary .center-addr, .center-phone, .center-time, .center-opr { background:url("../Images/img_con_cn_support_center_num4.png") no-repeat; }
/* end fw wu zhong xin list*/
/*begin baidu biao zhu chuang kou*/
.baidubilogo { position: absolute; display: block; left: 0px; top: 0px; height: 28px; width: 22px; border: none; color: #fff; text-align: center; line-height: 24px; font-weight: bold; font-family: "arial"; background: url("../Images/img_con_cn_support_center_nums.png") 0 0 no-repeat; z-index: 1000; }
.baoidu-infossss { position: absolute; left: 70%; top:40%; z-index: 900; background-color: #fff; padding: 15px; min-width: 394px; }
.info_baidu_main .baidunetname { margin-left: 30px; margin-bottom: 20px; font-size: 20px; word-wrap:break-word; width:260px; vertical-align: baseline; z-index: 1000; margin-top:5px; }
.info_baidu_main .baidubilogo { left: 0px; }
.info_baidu_main .center-detail-txt { margin-bottom: 8px; word-wrap:break-word; width:280px; font-size: 14px; margin-top: -15px; padding-left:30px; }
.info_baidu_main .center-detail-xing { margin-bottom: 8px; word-wrap:break-word; width:90px; font-size: 14px; margin-top: -15px; margin-left:30px; background:url(../Images/img_con_cn_server_xing.png) no-repeat; height:22px; }
.info_baidu_main .center-detail-xing.x1 { background-position:0px 0px; width:16px; }
.info_baidu_main .center-detail-xing.x2 { background-position:-35px 0px; width:40px; }
.info_baidu_main .center-detail-xing.x3 { background-position:-36px 0px; }
.info_baidu_main .center-detail-xing.x4 { background-position:-18px 0px; }
.info_baidu_main .center-detail-xing.x5 { background-position:1px 0px; }
.info_baidu_main input { height: 39px; line-height:39px; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align:top; }
.info_baidu_main input.start-input { width: 140px; padding-left:8px; moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.info_baidu_main input.baidmap-phone { width: 200px; }
.info_baidu_main input.validate-input { width: 80px; margin-left:0%; margin-top:6px; text-indent:8px; }
.baidu_map_fenxiang { background: url('../Images/img_con_cn_support_center_num5.png') no-repeat; width:20px; height:21px; position:absolute; right: 20px; cursor:pointer; }
.info_baidu_main span.validate-span { -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; margin-left: 1.3%; width: 22%; height:39px; line-height: 39px; margin-top:6px; }
.info_baidu_main .bus, .car { width: 72px; margin-left: 4px; margin-left: 3px\0; background-color: #666; color: #fff; display: inline-block; cursor: pointer; border:1px #666 solid; height:39px; font-size: 18px; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.info_baidu_main .cell-phone:hover { color: #ebb52d; }
.info_baidu_main .car { height:39px; }
.info_baidu_main input.car { height:39px; }
.info_baidu_main .bus:hover, .car:hover { color: #ebb52d; }
.info_baidu_main .cell-phone { width: 85px; margin-left:6px; height:39px; line-height:35px; text-align:center; line-height:38px\9; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.info_baidu_main .goto-logo { position: absolute; left: 70%; top:40%; display: none; z-index: 800; background-color: #fff; }
.info_baidu_main button.bdmap-logo { cursor: pointer; }
.info_baidu_main .vm-bdmap-logo { display: none; }
.info_baidu_main .goto-logo span { cursor: pointer; }
span.cbg-captcha1 { display: inline-block; font-size: 14px; font-weight: bold; line-height: 30px; text-align: center; cursor: pointer; color: #c2c2c2; vertical-align: top; background: #333 url('../Images/img_dev_en_code.jpg'); }
@media screen and (-webkit-min-device-pixel-ratio:0) {
span.cbg-captcha1 { line-height: 28px; }
} {
}
span.cbg-captcha1 { line-height: 32px; \0
}
/* fu wu zhongxin list end*/
/*gongshun map 2016.1.13*/
span#baidumap_code { margin-left: 2.5%; width: 52px!important; margin-top:6px; }
#search_networks { margin-left:20px; }
.info_baidu { position:relative; }
.baidu_map_div1 { background: url('../Images/img_con_cn_support_center_num7.png') no-repeat; width:328px; height:65px; margin-left:12px; box-sizing:border-box; padding: 13px 12px; padding: 13px 13px\9; }
.baidu_map_div2 { background: url('../Images/img_con_cn_support_center_num8.png') no-repeat; width:328px; height:101px; margin-left:12px; box-sizing:border-box; padding:3px 0 0 12px; padding:3px 0 0 13px\9; margin-top:7px; }
.baidu_map_close1 { background: url('../Images/img_con_cn_support_center_num1.png') no-repeat; }
/*end <NAME> wu zhong xing 2016.1.21*/
.use-help { width:650px; margin:0px auto; }
.use-help input[type=text] { width:512px; float:left; height:34px; border:1px solid #7e7e7e; font-size:14px; text-indent: 10px; color:#5c5c5c; vertical-align: middle; line-height:34px; }
.use-help .use-helpsou { background:#858585; text-align:center; color:#fff!important; width:118px; ; display:inline-block; border:1px solid #7e7e7e; line-height:34px; }
.use-help .use-helpsou:hover { background:#bf1000; text-align:center; color:#fff!important; width:118px; ; display:inline-block; border:1px solid #a80e00; line-height:34px; }
.tu { z-index: 999; }
#support-select-2 { width:178px!important; }
.exp_query { margin-right:80px; }
#code-window { height:220px; width:355px; position: absolute; z-index: 9999; border:1px solid #C1C1C1; top: 42%; left: 22%; background: #fbfbfb; display: none; border-radius: 4px; }
#code-window .y-info { width:350px; height:auto; margin:0px auto; padding-top:10px; }
#code-window .text-title { margin: 20px auto; width: 257px; font-size:14px; }
#code-window #surul { color: #797979; margin:0px auto; width:180px; margin-left:75px; margin-top:10px; }
.y-btn { width: 269px; margin: 0 auto; padding-top:35px; }
.y-yan { width: 229px; }
.y-yan .y-query-btn { padding-left:15px; }
.y-btn div { width:50px; }
.y-query-btn { float:left; padding-left:10px; }
.y-close-btn { float:right; padding-right:25px; }
.w210 { width:210px; }
.y-tishi { padding-bottom:15px; color:#df1000; font-size:12px; text-align:center; }
.y-tishi_null { padding-bottom:15px; color:#df1000; font-size:12px; text-align:center; }
#cbg-reservation-form .w140 { width:135px!important; }
#cbg-reservation-form .w80 { width:70px!important; }
/*hzj home*/
#cbg-main { overflow: hidden; padding-top: 67px; }
#cbg-banner .flex-control-paging li a.flex-active { background: #c52525; }
.slides-support .slides img {/*height:490px;*/ }
.list-slides .list-slide-viewport li img { width:auto; }
.cbg .flexslider { margin: 0; border: none; background-color: transparent; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-radius: 1px; /* 0px causes 1px line issue in IE. */ }
.cbg .flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.cbg .flex-direction-nav .flex-prev { left: 2%; }
.cbg .flex-direction-nav .flex-next { right: 2%; }
.cbg .flex-control-nav { bottom: 2%; }
.cbg .flex-control-nav { bottom: 10px; }
.flexslider { margin: 0; padding: 0; }
.cbg .flex-direction-nav a.flex-next:before { content: '\f002'; }
.cbg .flex-direction-nav a.flex-prev:before { content: '\f001'; }
.cbg .flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.cbg .flex-direction-nav a:hover { color:#df1000; }
/*liule */
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flexslider { margin: 0; padding: 0; }
html[xmlns] .slides { display: block; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;
}
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider .slides img { width: 100%; display: block; }
/*liule end*/
#cbg-press { position: relative; height: auto; padding: 0; overflow: hidden; background: #ccc; }
#cbg-press > ul { width: auto; margin: 2px; max-width: inherit; }
#cbg-press > ul > li { width: 50%; }
#cbg-press > ul > li > div { position: relative; display: block; width: auto; margin: 2px; overflow: hidden; }
#cbg-press > ul > li > div > div.flexslider { position: absolute; width: 100%; height: 100%; }
#cbg-press div.flexslider ul.slides > li > a { display: block; height: 100%; position: relative; }
#cbg-press div.flexslider ul.slides > li { display: block; height: 100%; }
#cbg-press div.flexslider ul.slides > li > a img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; display: block; }
/*for home sns start*/
#cbg-sns { padding: 20px 0; padding-bottom: 312px; background: url(../Images/sns_bg.jpg); background-position: top center; background-size: cover; }
#cbg-sns { padding-top: 1px; }
/* text feeds */
#cbg-sns .cbg-text-feeds { height: 163px; overflow: hidden; color: #fff; background: url('../Images/sina_feeds_bg.jpg') no-repeat; background-position: center center; }
#cbg-sns .cbg-text-feeds h2 { display: block; width: 60px; height: 60px; margin: 5px auto; text-indent: -9999px; background: url('../Images/sprites_cbg_1.png') no-repeat; background-position: -22px -125px; }
#cbg-sns .cbg-text-feeds h2 a { display: block; width: 100%; height: 100%; }
#cbg-sns .cbg-text-feeds ul li { height: 85px; }
#cbg-sns .cbg-text-feeds q { display: block; width: 96%; margin: 0 auto; font-size: 1.2em; text-align: center; line-height: 140%; }
#cbg-sns .cbg-text-feeds p { width: 80%; margin: 1em auto; text-align: right; }
#cbg-sns .cbg-text-feeds p em { display: block; float: right; padding: 0.5em 1em; background-color: #c52525; color: #fff; }
/* feeds strips */
#cbg-sns .cbg-feeds { position: relative; height: auto; overflow: hidden; margin: 20px 0; }
#cbg-sns .cbg-feeds .heading { display: table; position: absolute; left: 50%; margin-left: -60px; width: 120px; height: 100%; z-index: 10; }
#cbg-sns .cbg-feeds .heading .cbg-overlay { position: absolute; width: 100%; height: 110%; background-color: #000; opacity: 0.8; filter: alpha(opacity = 80); }
#cbg-sns .cbg-feeds .heading-inner { display: table-cell; position: relative; text-align: center; vertical-align: middle; }
#cbg-sns .cbg-feeds .heading a { display: inline-block; width: 100%; height: 100%; background: url(../Images/img_con_cn_base.png) no-repeat; text-indent: -9999px; }
#cbg-sns .cbg-club-feeds { margin-top: 14px; }
#cbg-sns .cbg-club-feeds .heading a { width: 80px; height: 80px; background-position: 0 -109px; }
#cbg-sns .cbg-youku-feeds .heading a { width: 120px; height: 80px; background-position: -81px -109px; }
#cbg-sns .cbg-facebook-feeds .heading a { width: 48px; height: 48px; background-position: -379px -233px; }
#cbg-sns .cbg-youtube-feeds .heading a { width: 58px; height: 52px; background-position: -432px -233px; }
#cbg-sns .cbg-feeds ul.slides li { height: auto; }
#cbg-sns .cbg-feeds ul.slides li a { position: relative; display: block; width: 100%; height: 100%; color: #fff; }
#cbg-sns .cbg-feeds ul.slides li a:hover { color: #eee; }
/* image item */
#cbg-sns .cbg-feeds ul li.cbg-img img { min-width: 100%; height: 100%; }
#cbg-sns .cbg-feeds ul li.cbg-img div.cbg-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.3; filter: alpha(opacity = 30); transition: all linear 0.2s; }
#cbg-sns .cbg-feeds ul li.cbg-img div.cbg-overlay:hover { opacity: 0; filter: alpha(opacity = 0); }
#cbg-sns .cbg-feeds ul li.cbg-img div.text-outer { display: table; width: 101%; height: 101%; background: #c52525 url('../Images/sns_block_bg_red.jpg') repeat-y; }
#cbg-sns .cbg-facebook-feeds ul li.cbg-img div.text-outer { background: #3b5998 url('../Images/sns_block_bg_facebook.jpg') repeat-y; }
#cbg-sns .cbg-youtube-feeds ul li.cbg-img div.text-outer { background: #bb0000 url('../Images/sns_block_bg_youtube.jpg') repeat-y; }
#cbg-sns .cbg-youku-feeds ul li.cbg-img div.text-outer { background: #9b6e07 url('../Images/sns_block_bg_yellow.jpg') repeat-y; }
#cbg-sns .cbg-feeds ul li.cbg-img div.text-inner { display: table-cell; width: 100%; height: 100%; padding: 5%; font-size: 12px; text-align: center; vertical-align: middle; line-height: 160%; }
/* text-only item */
#cbg-sns .cbg-feeds ul li.text { background-color: #c52525; color: #fff; line-height: 150%; text-align: center; }
#cbg-sns .cbg-feeds ul li.text p { padding: 1em; }
/*mb star*/
/* override */
.list-main .cbg-breadcrumbs { float: left; padding: 19px 0 10px 0; width: 100%; min-width: inherit!important; border-top: none; }
.list-main .cbg-breadcrumbs .cbg-wrapper { width: 100%!important; }
.list-slides { height: 810px; margin-bottom: 0px; border: none; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; overflow: hidden; }
.list-slide-direction-nav { display: none; }
.list-slide-nav { text-align: center; font-size: 18px; margin-top: -41px; z-index: 1; position: relative; }
.list-slide-nav li { position: relative; bottom: -1px; text-align: center; width: 240px; height: 40px; display: inline-block; line-height: 41px; color: #070707; cursor: pointer; }
.list-slide-nav .list-slide-active, .list-slide-nav li:hover { color: #c52525; border-bottom: #c52525 solid 1px; }
.list-nav { width: 100%; height: 50px; line-height: 50px; font-size: 14px; color: #FFFFFF; background-color: #292a2e; background-image: url(../Images/list-nav-small.png); }
.list-nav ul, .list-nav li { display: inline-block; }
.list-slide-viewport { position: relative; height: 100%; /*background-image: url('../Images/list-banner-bg.png');*/
background-size: cover; background-repeat: no-repeat; background-position: center center; }
.list-slides ul, .list-slides li { height: 100%; }
.list-slides li { display: block; }
.list-slides h1 { font-size: 3em; line-height: 1.2em; }
.list-slide-btn { width: 50%; height: 34px; text-align: center; display: inline-block; cursor: pointer; font-size: 14px; line-height: 30px; color: #3E3E3E; position: relative; float: left; overflow: hidden; }
.list-slide-a { border: 1px solid #2c2c2c; width: 80%; height: 30px; line-height: 30px; max-width: 180px; display: inline-block; background: url(../Images/c4d3fe89d75a4b988c139e08bfa44f85.gif); }
.list-slide-a:hover{ border-color: #c52525;}
a.list-slide-buy-toggle .cbg-icon { float: left; }
.list-slide-btn .list-slide-buy-item { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 32px; min-width: 180px; background-color: #EB212E; }
.list-slide-btn .list-slide-buy-item li { display: inline-block; padding: 0 5px; }
.list-slide-btn .list-slide-buy-item a { color: #efefef; text-align: center; }
.list-slide-btn .list-slide-buy-item a:hover { color: #fff; }
.list-slide-title, .list-slide-icon, .list-slide-action, .list-slide-thumb { -webkit-transition: all 1000ms ease-out; -ms-transition: all 1000ms ease-out; -moz-transition: all 1000ms ease-out; transition: all 1000ms ease-out; }
.list-slide-active-slide .list-slide-thumb { -webkit-transition-delay: 500ms; -ms-transition-delay: 500ms; -moz-transition-delay: 500ms; transition-delay: 500ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-active-slide .list-slide-icon { -webkit-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -moz-transition-delay: 1500ms; transition-delay: 1500ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-active-slide .list-slide-title { -webkit-transition-delay: 1000ms; -ms-transition-delay: 1000ms; -moz-transition-delay: 1000ms; transition-delay: 1000ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-active-slide .list-slide-action { -webkit-transition-delay: 2000ms; -ms-transition-delay: 2000ms; -moz-transition-delay: 2000ms; transition-delay: 2000ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-title, .list-slide-icon, .list-slide-action, .list-slide-thumb { opacity: 0; +filter: alpha(opacity=0);
}
.list-slide-active-slide .list-slide-title, .list-slide-active-slide .list-slide-icon, .list-slide-active-slide .list-slide-action, .list-slide-active-slide .list-slide-thumb { opacity: 1; +filter: alpha(opacity=100);
}
.list-breadcrumb { margin-left: 50px; }
.list-breadcrumb a { color: #FFFFFF; }
.list-pages, .list-page-num { float: right; }
.list-page-num { margin-right: 50px; }
.list-page-cur { padding-left: 5px; padding-right: 5px; color: #f20b0b; }
.list-npp { padding-left: 5px; padding-right: 5px; margin-left: 10px; line-height: 30px; display: inline-block; cursor: pointer; }
.list-npp-cur { background-color: #f20b0b; }
.list-page-total { padding-left: 5px; padding-right: 5px; }
.list-page-prev { position: relative; top: 15px; left: 0; display: inline-block; width: 20px; height: 20px; background-image: url('../Images/list-navigate-arrow.png'); background-position: 0 -44px; cursor: pointer; margin: 0 5px 0 15px; }
.list-page-next { position: relative; top: 15px; left: 0; display: inline-block; width: 20px; height: 20px; background-image: url('../Images/list-navigate-arrow.png'); background-position: -22px -44px; cursor: pointer; }
.list-filter { position: relative; z-index: 10; float: left; width: 200px; padding: 0 10px; }
.list-filter h3 { font-size: 14px; height: 42px; line-height: 50px; }
.list-filter-toggle { width: auto; height: 30px; display: none; margin: 0 auto; border: 1px solid #e5e5e5; border-top: none; background-color: #fdfdfd; }
.list-filter-menus { width: auto; margin: 0 auto; overflow: hidden;/*-webkit-transition: height 490ms ease-out;
-ms-transition: height 490ms ease-out;
-moz-transition: height 490ms ease-out;
transition: height 490ms ease-out;*/
}
.list-filter-menus-selected { height: 196px; }
.list-filter-label { display: block; width: 100%; height: auto; font-size: 14px; padding: 10px 0px; border-top: #666 solid 1px; border-bottom: #eee solid 1px; }
.list-filter-label span { display: inline-block; vertical-align: middle; margin-right: 10px; }
.list-filter-vals { width: auto; margin-left: 0px; padding-left: 0px; overflow: hidden; text-align: left; line-height: 23px; color: #777777; }
.list-fiter-line { clear: both; margin-bottom: 40px; overflow: hidden; }
.list-filter-val { position: relative; display: block; cursor: pointer; padding: 2px 5px; margin: 5px 0; }
.list-filter-val span { position: absolute; right: 0; top: 0; display: none; width: 30px; height: 100%; background: #efefef url(../Images/img_con_base.png) no-repeat; background-position: -163px -393px; }
.list-filter-val:hover { color: #c52525; }
.list-filter-val-selected { background-color: #ed3434; color: #FFFFFF; }
.list-filter-val-selected span { display: block; opacity: 0.98; filter: alpha(opacity=98); }
.list-filter-val-selected:hover span { opacity: 1; filter: alpha(opacity=100); }
.list-filter-val-selected:hover { background-color: #c52525; color: #fff; }
.list-filter-togglebtn { width: 100%; height: 100%; display: block; background-image: url('../Images/list-icon.png'); background-repeat: no-repeat; background-position: 344px -378px; cursor: pointer; font-size: 14px; line-height: 30px; color: #3e3e3e; }
.list-item { width: 320px; height: 680px; margin-left: 5px; margin-right: 5px; margin-top: 10px; float: left; }
.list-item-images { /*background-color: #fafafb;*/
width: 320px; height: 400px; text-align: center; position: relative; overflow: hidden; }
.list-item-image { width: 100%; height: 100%; /*-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);*/
opacity: 1; filter: alpha(opacity=100);/*-webkit-transition: all 1000ms ease-out;
-ms-transition: all 1000ms ease-out;
-moz-transition: all 1000ms ease-out;
transition: all 1000ms ease-out;*/
}
.list-item-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0);/*-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
-moz-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 1000ms ease-out;
-ms-transition: all 1000ms ease-out;
-moz-transition: all 1000ms ease-out;
transition: all 1000ms ease-out;*/
}
.list-item-images:hover .list-item-image { /*-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
-moz-transform: scale(0.4);
transform: scale(0.4);
opacity: 0;
filter: alpha(opacity=0);*/
}
.list-item-images:hover .list-item-bg { /*-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
filter: alpha(opacity=100);*/
}
.list-clear { clear: both; }
.list-item-detail { position: relative; margin-top: 5px; margin-bottom: 0px;/*border-bottom: 1px solid #eaeaea;*/
}
.list-item-icon { position: absolute; top: 10px; left: 0; width: 43px; height: 16px; background-image: url(../Images/list-item-icon-new.png); }
.list-item-title { position: relative; text-align: center; font-size: 18px; line-height: 40px; color: #070707; }
.list-item-detail .list-item-title-ico{position: absolute;left: 0;top: 12px;width: 40px;height: 16px;line-height: 16px;font-size: 12px;background: #ee202d;font-style: normal;color: #fff;display: block;text-align: center;}
.list-item-title-ico:after{ position: absolute; right: -6px; top: 50%; margin-top: -3px; width: 0; height: 0; border-width: 3px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #ee202d; font-size: 0; overflow: hidden; content: ' '; }
.list-item-desc { color: #777777; font-size: 13px; line-height: 30px; height: 60px; text-align: center; }
.list-item-colors {display: inline-block;margin-right: 10px;}
.list-item-colorcompare {position: relative; z-index: 2; text-align: center;height: 35px;line-height: 35px; margin-bottom: 13px; white-space: nowrap;}
.list-item-compare-tooltip{ display: none; position: absolute; right: 77px; top: -16px; padding: 0 10px; height: 45px; line-height: 45px; background: #eb212e; color: #fff; cursor: auto;}
.list-item-compare-tooltip:after{ display: block; position: absolute; right: -10px; top: 50%; margin-top: -5px; width: 0; height: 0; border-width: 5px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #eb212e; content: ' ';}
.list-item-compare-tooltip i { background-image: url(../Images/img_con_base.png); background-repeat: no-repeat; background-position: -108px -1496px; line-height: 30px; display: inline-block; width: 30px; height: 30px; overflow: hidden; vertical-align: middle; }
.list-item-compare { position: relative; z-index: 2; height: 35px;text-align: center;cursor: pointer;line-height: 13px;display: inline-block;vertical-align: top;margin-top: 11px;}
.list-item-compare:hover { color: #000; }
.list-item-compare-icon { width: 13px; height: 13px; display: inline-block; vertical-align: bottom; background-position: -127px -391px; background-repeat: no-repeat; background-image: url(../Images/img_con_base.png); }
.list-item-compare-icon i { display: none; }
.list-item-compare-selected, .list-item-compare-selected:hover { color: #c52525; }
.list-item-compare-selected .list-item-compare-icon { background-position: -145px -391px; }
.list-item-color-sel {border-width: 5px;border-color: #FFFFFF;border-style: solid;width: 25px;height: 25px;display: inline-block;}
.list-item-color-sel:hover .list-item-tooltip { display: block; }
.list-item-color-selected { /*border-color: #eb212e;*/
border-color: #eaeaea; }
.list-item-color { border-radius: 25px; width: 23px; height: 23px; }
.list-item-color0 { background-color: #FFFFFF; }
.list-item-color1 { background-color: #000000; }
.list-item-color2 { background-color: #f2f2f2; }
.list-item-color3 { background-color: #c7b9aa; }
.list-item-color4 { background-color: #cbcece; }
.list-item-color5 { background-color: #efefef; }
.list-item-color6 { background-color: #d3c6b6; }
.list-item-color7 { background-color: #d0d0d0; }
.list-item-color8 { background-color: #efefef; }
.list-item-color9 { background-color: #f7d7da; }
.list-item-color10 { background-color: #d9d9d9; }
.list-item-color11 { background-color: #d3c9c3; }
.list-item-color12 { background-color: #dccdb8; }
.list-item-color13 { background-color: #b4b4b4; }
.list-item-color14 { background-color: #e3e3e3; }
.list-item-color-selected .list-item-color { /*border-color: #eb212e;*/
}
.list-item-color-black { background-color: #000; }
.list-item-color-white { background-color: #fff; border: #ccc solid 1px; width: 22px; height: 22px; }
.list-item-tooltip { z-index: 1; display: none; position: absolute; top: -30px; left: -10px; width: 55px; background: #fcfcfc; color: #949494; border: 1px solid #e8e8e8; line-height: 22px; padding: 0 5px; }
.list-item-footer { position: relative; height: 40px; padding-top: 18px; border-top: #eee solid 1px; }
.list-item-place { display: none; position: absolute; top: -100px; width: 100%; height: auto; min-height: 50px; max-height: 132px; overflow-y: auto; background-color: #eb212e; color: #333; line-height: 33px; }
.x-disabled a { color:#efefef!important; }
.item02 { top:-72px; }
.list-item-place a { text-align: center; font-size: 18px; color: #efefef; }
.list-item-place a:hover { color: #FFFFFF; }
.list-item-place .line { position: relative; height: 50px; }
.list-item-place .line1 a { font-weight: bold; }
.list-item-place .line2 { background-color: #d3202e; }
.list-item-place .focus { display: none; float: left; width: 87px; height: 28px; background-image: url(../Images/list-mark.png); text-align: center; margin-left: -100px; margin-top: 5px; line-height: 20px; color: #c81c27; }
.list-item-place ul { margin: 0px 17px 0px 18px; }
.list-item-place ul li { line-height: 50px; height: 50px; display: inline; padding: 0px 10px 0px 10px; text-align: left; float: left; }
.list-item-place li img { width:112px; height:47px; }
.list-item-place .line2 li { display: block; width: 93%; text-align: right; }
.list-item-place .line2 a { font-size: 16px; }
.list-item-place .line2 i { width: 20px; height: 50px; background-image: url(../Images/list-icon.png); background-position: left -260px; display: inline-block; background-repeat: no-repeat; }
.list-item-place .icon { position: absolute; bottom: 6px; right: 6px; border-top: 6px solid rgba(0, 0, 0, 0); border-left: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid #FFFFFF; border-right: 6px solid #FFFFFF; }
.list-item-footer.hover .list-item-operation { margin-top: -100px; }
.list-item-footer.hover .list-item-place { }
.list-item-operation { position: relative; z-index: 10; height: 40px; text-align: center;/*-webkit-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
transition: all 500ms ease-out;*/
}
.list-item-more {display: inline-block;color: #000;line-height: 28px;border: 1px solid #000;width: 160px;cursor: pointer;vertical-align: top;margin-right: 10px;}
.list-item-more:hover{ border-color: #c52525;}
a.list-item-buy {line-height: 30px; height: 30px;width: 36px;cursor: pointer;text-indent: -9999px;margin-right: 0;display: inline-block; background-position:-112px -1597px; background-color: #f0312c;}
a.list-item-buy:hover{ background-color: #f64841;}
a.list-item-buy.active { width: 70px; height: 53px; margin-right: 0; margin-top: -23px; }
.list-compare { position: absolute; top: 0; right: 0px; width: 120px; max-height: 80%; z-index: 1000; }
.list-compare-cancel { position: absolute; top: 0; left: 0; width: 13px; height: 13px; font-size: 0; color: #EB212E; display: block; cursor: pointer; z-index: 1; background-image: url(../Images/img_con_base.png); background-repeat: no-repeat; background-position: -168px -1494px; }
.list-compare-cancel:hover { background-position: -168px -1507px; }
.list-compare-title { border-bottom: 1px solid #eee; font-size: 14px; line-height: 42px; position: relative; }
.list-compare-icon { background-image: url(../Images/list-compare-icon.png); width: 14px; height: 14px; position: absolute; left: 5px; top: 8px; }
.list-compare-item { position: relative; text-align: center; margin: 2px 0; border: 1px solid #EDF1F4; padding-bottom: 20px; }
.list-compare-name { line-height: 24px; height: 24px; font-size: 11px; overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; }
.list-compare-pname { position: relative; z-index: 1; color: #FFFFFF; }
.list-compare-mask { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #cecece; }
.list-compare-item img { height: 120px; display: inline-block; margin: 0 auto; }
.list-compare-btn { background-color: #ed3434; line-height: 24px; height: 24px; text-align: center; color: #fff; cursor: pointer; }
.list-compare-btn:hover { background-color: #c52525; }
.list-none { display: none; }
/*1:苍穹黑/2:皓月银/3:烟云灰/4:流光金/5:曜石黑/6:月光银/7:琥珀金/8:黑/9:白/10:银/11:金/12:钻石黑/13:雪白/14:粉*/
/*.x-p-c1{background-color: #171717;}
.x-p-c2{background-color: #d1d1d1;}
.x-p-c3{background-color: #ededed;}
.x-p-c4{background-color: #e1c3a8;}
.x-p-c5{background-color: #2d2c34;}
.x-p-c6{background-color: #d1d3d7;}
.x-p-c7{background-color: #b7a891;}
.x-p-c8{background-color: #000000;}
.x-p-c9{background-color: #ffffff;}
.x-p-c10{background-color: #C0C0C0;}
.x-p-c11{background-color: #DAA520;}
.x-p-c12{background-color: #3b3b3b;}
.x-p-c13{background-color: #fefefe;}
.x-p-c14{background-color: #ffb4c1;}*/
.x-p-c1 { background-color: #000000; }
.x-p-c2 { background-color: #cccccc; }
.x-p-c3 { background-color: #666666; }
.x-p-c4 { background-color: #e5d1b6; }
.x-p-c5 { background-color: #000000; }
.x-p-c6 { background-color: #cccccc; }
.x-p-c7 { background-color: #e5d1b6; }
.x-p-c8 { background-color: #000000; }
.x-p-c9 { background-color: #ffffff; border: #ccc solid 1px; width: 22px; height: 22px; }
.x-p-c10 { background-color: #cccccc; }
.x-p-c11 { background-color: #e5d1b6; }
.x-p-c12 { background-color: #000000; }
.x-p-c13 { background-color: #ffffff; }
.x-p-c14 { background-color: #ffe4f4; }
.x-p-c16 { background-color: #0099ff; }
.x-p-c17 { background-color: #be9080; }
.x-disabled, .x-disabled a, .x-disabled a:hover { cursor: default; color: #999!important; }
.list-items { display: none; }
.list-slide-content { position: relative; height: 100%; margin-right: 100px; margin-left: 100px; }
.list-slide-text { position: absolute; z-index: 10; top: 10%; left: 0%; width: 50%; }
@media (min-width: 1200px) {
.list-slide-text { top: 20%; left: 5%; width: 45%; }
}
.list-slide-thumb { position: absolute; top: 5%; left: 50%; height: 90%; width: 50%; }
.list-slide-thumb img { display: block; height: 100%; }
.list-slide-content-right .list-slide-text { left: 50%; }
.list-slide-content-right .list-slide-thumb { left: 5%; }
.list-slide-title { text-align: center; margin: 0 auto 5%; }
.list-slide-title p { display: block; text-align: center; color: #231f20; font-size: 1.5em; line-height: 3em; }
.list-slide-title img { max-height: 100%; max-width: 90%; width: auto; display: inline-block; margin: 0 auto; }
.list-slide-icon { width: 100%; text-align: center; margin-bottom: 5%; }
.list-slide-icon ul { display: inline-block; width: 100%; max-width: 450px; margin: 0 auto; text-align: center; }
.list-slide-icon li { float: left; width: 33%; min-width: 110px; height: 130px; }
.tjw-list li { width: 50%; }
.list-slide-icon span { display: block; margin-top: 10px; line-height: 20px; font-size: 13px; }
.list-slide-action { max-width: 500px; margin: 0 auto; text-align: center; }
#cbg-banner { background-color: gray; }
/*stores*/
#cbg-stores { position: relative; overflow: hidden; background-color: #333; }
#cbg-stores .cbg-bg { position: absolute; width: 104%; height: 800px; left: -2%; top: -40px; }
#cbg-stores .cbg-bg .layer { width: 100%; height: 100%; background: #333 url(../Images/img_con_en_maps_bg.jpg); background-position: center top; }
#cbg-stores .cbg-wrapper { position: relative; left: 0; top: 0; width: 100%; height: 100%; }
#cbg-stores h2 { margin: 70px 0; text-align: center; font-size: 3em; letter-spacing: 0.2em; color:#ccc; }
.cbg .cbg-dark { color: #ccc; }
#cbg-stores h2 span { display: block; width: 110px; height: 110px; margin: 0px auto; margin-bottom: 1em; background: url('../Images/sprites_2.png') no-repeat; }
#cbg-stores ul.figures { width: 70%; margin: 0 auto; }
#cbg-stores ul.figures li { width: 33.33%; font-size: 1.2em; text-align: center; border-right: #505050 solid 1px; }
#cbg-stores ul.figures li.cbg-last { width: 33.0%; border-right: none; }
#cbg-stores ul.figures li em { display: block; margin-bottom: 0.5em; font-size: 2em; font-family: Arial, sans-serif; font-weight: lighter; }
#cbg-stores form { margin: 70px 0; text-align: center; }
#cbg-stores form .sbHolder { display: inline-block; width: 20%; min-width: 220px; margin: 0.5em; text-align: left; font-size: 1.4em; font-family: inherit; }
#cbg-stores form .sbSelector, #cbg-stores form .sbOptions { width: 100%; }
#cbg-stores form .sbOptions { max-height: 170px!important; }
#cbg-stores form div.actions { margin: 4em 0; }
#cbg-stores form input[type=submit] { margin: 0 1em; }
#cbg-stores h3 { width: 8em; margin: 0 auto; text-align: center; color: #fff; font-size: 1.3em; padding-bottom: 0.5em; border-bottom: #c52525 solid 2px; }
/* Online stores */
#cbg-stores .online-stores { padding: 40px 0; background: url(../Images/img_con_cn_online_stores_bg.png) repeat-y; }
#cbg-stores .online-stores ul { width: 900px; margin: 0 auto; }
#cbg-stores .online-stores ul li { width: 33%; height: 40px; text-align: center; border-right: #333 solid 1px; }
#cbg-stores .online-stores ul li.cbg-last { border-right: none; }
#cbg-stores .online-stores ul li a { display: block; margin: 0 auto; text-indent: -9999px; background: url(../Images/img_con_cn_sprites_cbg_1.png) no-repeat; }
#cbg-stores .online-stores ul li.col-1 a { /* VMALL */ width: 100px; height: 40px; background-position: -131px -283px; }
#cbg-stores .online-stores ul li.col-1 a:hover { background-position: -131px -333px; }
#cbg-stores .online-stores ul li.col-2 a { /* Tmall */ width: 160px; height: 40px; background-position: -253px -283px; }
#cbg-stores .online-stores ul li.col-2 a:hover { background-position: -254px -333px; }
#cbg-stores .online-stores ul li.col-3 a { /* JD */ width: 160px; height: 40px; background-position: -440px -283px; }
#cbg-stores .online-stores ul li.col-3 a:hover { background-position: -440px -333px; }
#cbg-stores .online-stores ul li.col-4 a { /* Gome */ width: 110px; height: 40px; background-position: -131px -387px; }
#cbg-stores .online-stores ul li.col-4 a:hover { background-position: -131px -439px; }
.cbg-support-home #cbg-main p.support-list-p { min-height: 40px; line-height: 22px; font-size: 14px; }
.sup_list_pb { padding-top:10px; }
/*stores end*/
/*for home sns start*/
/* custom styles for paging */
#cbg-press .flex-control-nav { right: 10px; width: auto; padding: 6px 6px 5px 6px; border-radius: 20px; background-color: #222; }
#cbg-press .flex-control-nav li { margin: 0 3px; }
#cbg-press .flex-control-nav li a { width: 15px; height: 15px; border: #999 solid 2px!important; background: transparent; box-shadow: none; transition: all linear 0.2s; }
#cbg-press .flex-control-nav li a:hover { background: #111; }
#cbg-press .flex-control-nav li a.flex-active { background-color: #999!important; }
/*hzj home end*/
/*mobile-list*/
@media only screen and (max-width:999px), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
.list-item-detail {
margin-top: 15px;
}
}
@media only screen and (max-width:767px) {
.cbg-wearables .cbg-breadcrumbs { margin-top:0; display:none }
.list-slide-nav { margin-top:0; background:#fafafa }
.list-slide-nav li { margin:0 5px; font-size:14px; display:inline-block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border-radius:20px; border:#999 solid 1px }
.list-slide-nav .list-slide-active { background:#c52525!important; border-bottom-color:#999 }
.list-slide-nav li:hover { background:#333; background:rgba(0,0,0,.7); border-bottom-color:#999 }
.list-filter { width:100%; padding:0 }
.list-filter h3 { height:60px; line-height:60px; text-align:center; border-bottom:1px solid #d8d8d8; position:relative }
.list-filter h3:after { display:block; position:absolute; left:50%; bottom:10px; width:7px; height:4px; margin-left:-3px; background-position:-26px -395px; content:'' }
.list-filter h3.on:after { background-position:-80px -395px }
.list-filter-menus { background:#131313; color:#fff; display:none }
.list-fiter-line { margin-bottom:10px; padding:0 3.5% }
.list-filter-label { padding:0; border-bottom-color:#303030; border-top:none; font-size:16px; line-height:50px; text-align:center }
.list-filter-val, .list-filter-val:hover { color:#fff }
.list-filter-val { width:90%; height:35px; line-height:35px; margin:17px auto 0; text-align:center; border:1px solid #303030; font-size:12px; padding:0 }
.list-filter-val span { background-position:-163px -389px }
.list-fiter-line-3 .list-filter-vals div { width:33%; float:left }
.list-fiter-line-2 .list-filter-vals div { width:50%; float:left }
.cbg-icon-filter-screen { background:url(../Images/cbg-icon-filter-screen.png) no-repeat }
.cbg-icon-filter-feature { background:url(../Images/cbg-icon-filter-feature.png) no-repeat }
.cbg-icon-filter-camera { background:url(../Images/cbg-icon-filter-camera.png) no-repeat }
.cbg-icon-filter-series { background:url(../Images/cbg-icon-filter-series.png) no-repeat }
.list-filter-label span { display:inline-block; width:24px; height:24px; background-size:cover }
.list-main { padding:0 }
.list-main .cbg-breadcrumbs { display:none }
.list-main .list-item { width:100%; height:auto; overflow:hidden; margin:0; border-bottom:1px solid #d8d8d8; position:relative }
.list-main .list-item-images { width:30%; max-width:115px; height:auto; margin-top:15px; margin-right:3%; float:left; z-index:10 }
.list-item-detail .list-item-icon { z-index:15; display:none }
.list-item-detail .list-item-title { text-align:left; height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:left }
.list-item-detail .list-item-desc { font-size: 14px; color:#4a4a4a; padding-right:10px; height:auto; height:auto; line-height:1.5; text-align:left; overflow:hidden; white-space:pre-wrap; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
.list-item-colorcompare .list-item-color-sel { width:auto; height:auto }
.list-item-colorcompare .list-item-colors { height:auto; width:auto; overflow:hidden; float:initial }
.list-item-colorcompare .list-item-color { width:11px; height:11px }
.list-item-colorcompare .list-item-compare { position:absolute; z-index:15; bottom:10px; right:10px; margin-top:22px }
.list-main .list-clear { display:none }
.list-item-compare-tooltip { top:28px; left:inherit; right:70px; height:40px; line-height:40px; padding-right:15px; z-index:20 }
.list-item-footer { border:none; padding-top:10px }
.list-item-footer .list-item-place { top:auto; bottom:40px; left:115px; width:auto }
.list-item-compare { position:absolute; top:10px; right:10px }
.list-item-more { width:auto; margin-left:0; padding:0 5px; margin-right:5px }
a.list-item-buy { float:left }
.cbg-icon-cart-small, a.list-item-buy { background-position:-108px -425px }
a.list-item-buy.active { width:36px; height:40px; margin-top:0; background-position:-108px -425px }
.list-item-place li { padding:0 5px }
.list-item-place a { font-size:12px }
.list-compare { width:100%; height:auto; position:fixed; z-index:100; top:inherit; bottom:0; background:rgba(255,255,255,.95) }
.list-item-compare-icon { margin-right:0 }
.list-compare-btn, .list-compare-title { height:40px; line-height:40px; text-align:center; border-top:1px solid #d7d7d7; border-bottom-color:#d7d7d7 }
.list-compare-body { width:100%; height:150px }
.list-compare-item { width:33.3%; float:left; height:150px; margin:0; padding:0; border-width:0 1px 0 0; margin-right:-1px; border-color:#d9d9d9 }
.list-compare-name { top:0; bottom:auto }
.list-compare-name { height:30px }
.list-compare-name .list-compare-mask { display:none }
.list-compare-name .list-compare-pname { color:#000; font-size:12px; height:30px; line-height:30px; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap }
.list-compare-item img { margin-top:35px; height:90px }
.list-compare-cancel { width:100%; height:26px; line-height:26px; text-align:center; top:auto; bottom:5px; z-index:10; color:#de2910; background:0 0 }
.list-compare-cancel:before { display:inline-block; content:''; width:12px; height:12px; line-height:26px; margin:0 5px; vertical-align:middle; background:url(../Images/list-compare-cancel.png) center center no-repeat; background-size:12px 12px }
.list-compare-title:before { display:inline-block; content:''; vertical-align:middle; width:15px; height:15px; background:url(../Images/compare-off.png) no-repeat; background-size:cover }
.list-compare-title.on:before { background-image:url(../Images/compare-on.png) }
#cbg-main .list-slides { height:550px }
/*#cbg-main .list-slide-content{margin:0}*/
#cbg-main .list-slide-content .list-slide-thumb { width:60%; height:auto; margin:30% 0 0 -40%; left:auto }
#cbg-main .list-slide-content .list-slide-thumb img { width:100%; height:auto }
/*#cbg-main .list-slide-text{width:100%;top:5%;height:95%;left:0}*/
#cbg-main .list-slides h1 { font-size:2em }
#cbg-main .list-slide-title img { max-width:65% }
#cbg-main .list-slide-title p { font-size:1.2em; line-height:1.5 }
#cbg-main .list-slide-icon { margin:0; position:absolute; bottom:15% }
#cbg-main .list-slide-icon ul { width:80%; padding:0 10% }
#cbg-main .list-slide-icon li { height:auto; font-size:10px; width:100%; line-height:1.5 }
#cbg-main .list-slide-icon li img { display:none }
#cbg-main .list-slide-icon span { margin-top:0; font-size: 14px; color: #262626; }
#cbg-main .list-slide-a { font-size:12px; border-color:#a7a7a7; color: #4a4a4a;/* height: 38px; line-height: 38px; margin-top: -10px;*/ }
/*#cbg-main .list-slide-active-slide .list-slide-action{width:100%;max-width:100%;position:absolute;bottom:15px;left:0}*/
#cbg-main .list-slide-btn .list-slide-buy-item li { padding:0; font-size:10px }
#cbg-main .list-slide-content-1 .list-slide-thumb { width:54%; margin:22% 0 0 23% }
#cbg-main .list-slide-content-2 .list-slide-thumb { margin:22% 0 0 20% }
#cbg-main.cbg-tablets .list-slide-content .list-slide-thumb { margin:20% 0 0 20% }
#cbg-main.cbg-wearables .list-slide-content .list-slide-thumb { margin:15% 0 0 15% }
#cbg-main.cbg-wifi .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-wingles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-dongles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-accessories .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-wireless-routers .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-plc .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-mediaq .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-broadband-modem .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-mediaq .cbg-breadcrumbs, #cbg-main.cbg-broadband-modem .cbg-breadcrumbs, #cbg-main.cbg-plc .cbg-breadcrumbs, #cbg-main.cbg-wireless-routers .cbg-breadcrumbs, #cbg-main.cbg-dongles .cbg-breadcrumbs, #cbg-main.cbg-wifi .cbg-breadcrumbs, #cbg-main.cbg-wingles .cbg-breadcrumbs, #cbg-main.cbg-accessories .cbg-breadcrumbs { display:none }
.cbg-compare .banner { display:none }
.cbg-compare .cbg-breadcrumbs, .cbg-support .cbg-breadcrumbs { background:url(../Images/breadcrumbs.gif) repeat; border:none }
.cbg-compare .cbg-breadcrumbs .cbg-inline, .cbg-support .cbg-breadcrumbs .cbg-inline { padding:0 10px; color:#fff }
.cbg-compare .cbg-breadcrumbs .cbg-inline a, .cbg-support .cbg-breadcrumbs .cbg-inline a { color:#fff }
.cbg-compare .list-products { width:100%; float:left; border:none; margin:0; overflow:hidden }
.cbg-compare .list-products .list-row { width:200%; height:auto }
.cbg-compare .list-products .list-row:after, .cbg-compare .list-products .row-header:after { content:""; clear:both; display:block }
.cbg-compare .list-products .list-row .column-header { width:100%; height:38px; line-height:38px; min-height:38px; border-bottom:1px solid #cacaca; background:#fbfbfb }
.cbg-compare .list-products .list-row .column-header .text { position:initial; top:0; left:0; padding-left:4.5%; float:left }
.cbg-compare .list-products .list-row .column-phone { width:25%; height:auto; text-align:center; float:left }
.cbg-compare .list-products .row-header { height:215px; position:relative }
.cbg-compare .list-products .row-header .list-column { width:25%; text-align:center; height:215px; float:left }
.cbg-compare .list-products .row-header .list-column img { margin:15px 0 0 0; display:inline-block; height:140px }
.cbg-compare .list-products .row-header .column-phone .text { font-size:16px; line-height:16px; margin:10px 0 }
.cbg-compare .list-products .row-header .column-header { display:none }
.cbg-compare .list-products .row-header .column-selector .selector { z-index:10; width:80%; left:10% }
.list-products .row-header .column-selector .selector .text { width:auto; text-align:center; padding:0 25px 0 0; font-size:12px }
.list-products .row-header .column-selector .selector .options { position:absolute; width:100% }
.cbg-compare .list-products .row-header .btn_left, .cbg-compare .list-products .row-header .btn_right { display:inline-block; width:35px; height:58px; position:absolute; z-index:10; top:50%; margin-top:-39px; background-size:cover; background-color:#ccc }
.cbg-compare .list-products .row-header .btn_left { left:0; background-image:url(../Images/btn_left.png); border-radius:0 5px 5px 0; position:fixed; top:210px; z-index:100 }
.cbg-compare .list-products .row-header .btn_right { right:0; background-image:url(../Images/btn_right.png); border-radius:5px 0 0 5px; position:fixed; top:210px; z-index:100 }
#cbg-featured-product { margin:20px 5%; height:150px; width:90%; min-width:90% }
#cbg-featured-product .cbg-text { margin:0; padding:0 10% 0 25%; width:65%; float:left }
#cbg-featured-product .cbg-text select.cbg-selectbox { width:100% }
#cbg-featured-product .cbg-text .sbHolder, #cbg-featured-product .cbg-text .sbSelector { width:100%; letter-spacing:0 }
#cbg-featured-product .cbg-col-right { position:absolute; width:75%; margin-left:25%; left:0; bottom:5px; top:auto; height:45px }
#cbg-featured-product .cbg-text .sbHolder .sbToggle { z-index:10; height:29px }
.cbg-selectbox-wide .sbOptions { width:100%; border-width:1px 0 1px 0 }
.cbg-selectbox-wide .sbOptions li { border:1px solid #ccc; border-width:0 1px 0 1px }
#cbg-featured-product .sbToggle:hover { background-position:0 -116px }
#cbg-featured-product .sbToggleOpen:hover { background-position:0 -16px }
#cbg-featured-product .cbg-text h2 { padding-top:10px }
#cbg-featured-product ul.cbg-labeled-icon-list li { margin:0 6px 0 0; float:left }
#cbg-featured-product ul.cbg-labeled-icon-list li a { height:45px; line-height:45px; display:block; white-space:nowrap }
#cbg-featured-product ul.cbg-labeled-icon-list .cbg-icon { width:45px; height:45px; background-size:cover; margin:0 10px 0 0; float:left }
#cbg-featured-product .cbg-icon.cbg-icon-support-tech-specs { background:url(../Images/support-tech-specs.png) no-repeat }
#cbg-featured-product .cbg-icon.cbg-icon-support-manuals { background:url(../Images/support-manuals.png) no-repeat }
#cbg-support-menu { display:none }
#cbg-new-phone { background:url(../Images/breadcrumbs.gif) repeat }
#cbg-main .cbg-section { padding:30px 0 }
#cbg-main .cbg-section h1 { font-size:18px }
#cbg-main .cbg-section h2 { font-size:12px; font-weight:400 }
#cbg-main .cbg-section p { font-size:10px }
#cbg-new-phone .cbg-menu li { margin:0 1% }
#cbg-new-phone .cbg-menu li a, #cbg-new-phone .cbg-menu li.cbg-active a, #cbg-new-phone .cbg-menu li.flex-active a { background:0 0; padding-bottom:10px; font-size:14px }
#cbg-new-phone .cbg-menu li span { display:none }
#cbg-new-phone .cbg-menu li.cbg-active span, #cbg-new-phone .cbg-menu li.flex-active span { display:block; width:100%; position:absolute; left:0; margin-left:0; border-width:2px }
#cbg-new-phone .cbg-outer-slides>li { height:auto }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-image { width:100%; text-align:center }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-image img { width:50% }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-text { width:89%; margin:0 6%; float:left; padding-top:25px; font-size:12px }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-text .cbg-btn { margin:0 auto; width:72px; display:block }
#cbg-new-phone .cbg-outer-slides>li .flex-control-nav { display:none }
#cbg-main #cbg-troubleshooting { padding-bottom:50px }
#cbg-troubleshooting-expand { bottom:10px }
#cbg-troubleshooting ul.cbg-faq-list { padding:0 3.5% }
#cbg-troubleshooting ul.cbg-faq-list li { width:40%; margin:0 5% 10px; padding:0; text-align:left; font-size:.7em; min-height:45px; line-height:1.5; letter-spacing:0 }
#cbg-troubleshooting ul.cbg-faq-list li a { overflow:hidden; white-space:pre-wrap; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
#cbg-main #cbg-help { background-image:none; border-top:1px solid #a4a4a4; background:#fbfbfb; padding-bottom:0 }
#cbg-help ul.cbg-outer>li>a { padding-left:30px }
#cbg-help ul.cbg-inner { padding-left:10% }
/*
#cbg-downloads ul li { width:33%; border:none; float:left; line-height:1.5; font-size:12px; letter-spacing:0 }
#cbg-downloads ul.cbg-labeled-icon-list h2 { color:#d80000; font-size:16px }
#cbg-downloads ul.cbg-labeled-icon-list li a { display:block; margin:0 10px }
#cbg-downloads ul.cbg-labeled-icon-list li a p { word-wrap:break-word; word-break:break-all; word-break:normal }
#cbg-downloads ul.cbg-labeled-icon-list .cbg-icon { width:60px; height:60px; background-size:cover }
*/
.cbg-icon-cart-small, .list-filter h3:after, .list-item-compare-icon, a.list-item-buy { background-image:url(../Images/img_con_base.png); background-repeat:no-repeat;/*background-size:650px 497px*/ }
#cbg-new-phone .cbg-menu li .mobile-sp { display:block }
}
@media only screen and (max-width:320px) {
.list-item-detail { margin-top: 5px; }
#cbg-banner .slides li .slide_btn { top:130px }
#cbg-banner .slides li .slide_title { top:50px }
#cbg-banner .slides li .slide_title p { font-size:1em }
#cbg-featured-product ul.cbg-labeled-icon-list li a { height:30px; line-height:30px; font-size:10px; letter-spacing:0 }
#cbg-featured-product ul.cbg-labeled-icon-list .cbg-icon { width:30px; height:30px; margin-right:5px }
#cbg-downloads ul.cbg-labeled-icon-list h2 { font-size:13px }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-text { width:80%; margin:0 10% }
}
@media only screen and (min-width:321px) and (max-width:480px) {
.list-item-detail { margin-top: 5px; }
#cbg-banner .slides li .slide_btn { top:215px }
#cbg-banner .slides li .slide_title p { font-size:1.2em }
}
@media only screen and (min-width:768px) and (max-width:999px) {
#cbg-main-nav .cbg-wrapper.menu-off-on .cbg-submenu ul.cbg-wrapper { border-bottom:1px solid #161616 }
#cbg-main-nav .cbg-wrapper.menu-off-on .cbg-submenu ul.cbg-wrapper>li { width:25%; border-bottom-width:0 }
#cbg-press>ul, #cbg-press>ul>li>div { margin:0 }
#cbg-press .m_imgPlan { display:block }
#cbg-press .imgPlan { display:none }
#cbg-press { border-bottom:2px solid #fff }
#cbg-press>ul>li { width:50%; position:relative; border-top:2px solid #fff }
#cbg-press>ul>li:after { display:block; content:''; position:absolute; z-index:10; top:0; right:-2px; background:#fff; width:2px; height:100% }
#cbg-stores ul.figures { width:80% }
#cbg-stores form .sbOptions, #cbg-stores form .sbSelector { font-size:16px }
#cbg-stores h3 { display:none }
#cbg-stores .online-stores ul { width:100% }
#cbg-stores .online-stores ul li { border:none }
#cbg-stores .online-stores ul li.col-1 { width:25% }
#cbg-stores .online-stores ul li.col-2 { width:40% }
#cbg-stores .online-stores ul li.col-3 { width:35% }
#cbg-hot-products .flex-viewport { width:100% }
#cbg-product-search .flex-viewport { width:100% }
.cbg .cbg-centered { min-width:100% }
#cbg-main-nav { min-width:1000px; }
#cbg-main .list-slides { height:550px }
/*#cbg-main .list-slide-content{margin:0}*/
#cbg-main .list-slide-content .list-slide-thumb { width:60%; height:auto; margin:30% 0 0 -40%; left:auto }
#cbg-main .list-slide-content .list-slide-thumb img { width:100%; height:auto }
/*#cbg-main .list-slide-text{width:100%;top:5%;height:95%;left:0}*/
#cbg-main .list-slides h1 { font-size:2em }
#cbg-main .list-slide-title img { max-width:65% }
#cbg-main .list-slide-title p { font-size:1.2em; line-height:1.5 }
#cbg-main .list-slide-icon { margin:0; position:absolute; bottom:15% }
#cbg-main .list-slide-icon ul { width:80%; padding:0 10% }
#cbg-main .list-slide-icon li { height:auto; font-size:10px; width:100%; line-height:1.5 }
#cbg-main .list-slide-icon li img { display:none }
#cbg-main .list-slide-icon span { margin-top:0 }
#cbg-main .list-slide-a { font-size:12px; border-color:#a7a7a7 }
/*#cbg-main .list-slide-active-slide .list-slide-action{width:100%;max-width:100%;position:absolute;bottom:15px;left:0}*/
#cbg-main .list-slide-btn .list-slide-buy-item li { padding:0; font-size:10px }
#cbg-main .list-slide-content-1 .list-slide-thumb { width:54%; margin:22% 0 0 23% }
#cbg-main .list-slide-content-2 .list-slide-thumb { margin:22% 0 0 20% }
#cbg-main.cbg-tablets .list-slide-content .list-slide-thumb { margin:20% 0 0 20% }
#cbg-main.cbg-wearables .list-slide-content .list-slide-thumb { margin:15% 0 0 15% }
#cbg-main.cbg-wifi .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-wingles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-dongles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-dongles .cbg-breadcrumbs, #cbg-main.cbg-wifi .cbg-breadcrumbs, #cbg-main.cbg-wingles .cbg-breadcrumbs { display:none }
.list-compare-body { background: #fff; }
.list-item-compare-tooltip { font-size: 12px; }
.list-slide-nav { margin-top:0; background:#fafafa }
.list-slide-nav li { margin:0 5px; font-size:14px; display:inline-block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border-radius:20px; border:#999 solid 1px }
.list-slide-nav .list-slide-active { background:#c52525!important; border-bottom-color:#999 }
.list-slide-nav li:hover { background:#333; background:rgba(0,0,0,.7); border-bottom-color:#999 }
#cbg-main .cbg-breadcrumbs { margin-bottom: 15px; }
.cbg-mobile-phones .list-main { padding-right: 0; }
.cbg-mobile-phones .list-item { width: 40%; margin: 0 5%;/* max-width: 320px; */ height: auto; padding-bottom: 30px; }
.cbg-mobile-phones .list-item-images { margin: 0 auto; max-width: 320px; width: 100%; height: auto; }
.cbg-mobile-phones .list-item-more { margin-left:0; }
.cbg-wearables .list-item, .cbg-tablets .list-item { width: 40%; margin: 0 5%; /*max-width: 320px; */ height: auto; padding-bottom: 30px; }
.cbg-wearables .list-item-images, .cbg-tablets .list-item-images { margin: 0 auto; }
.cbg-wearables .list-item-more, .cbg-tablets .list-item-more { margin-left:0; }
.list-item-title { font-size: 14px; text-indent: 10px; }
.list-item-desc { line-height: 1.5; }
.list-item-colors { width: auto; }
.list-item-more { width: 90px; }
.list-item-place li { padding: 0 5px; }
.list-item-place a { font-size: 13px; }
}
.cbg-submenu li.col-5 ul li { margin: 0.5em 0.5em 0.5em 0; }
#cbg-footer-nav .font-botm { white-space: nowrap; margin-top:35px; padding-top:25px; }
.containerwq { min-height:350px!important }
#footer_click { display:inline-block; vertical-align:middle; }
#newsletteremails dl dt { color:#fff; font-size: 14px; }
#newsletteremails dl .font-di { line-height: 1.5; margin-top:10px; }
#newsletteremails dl .mt20 #footer_email { width:272px; height:29px; border:none; vertical-align: top; background: #999!important; }
#newsletteremails dl .mt20 #footer_click { float: right; height:29px; background:#cacaca; width:75px; text-align: center; line-height: 29px; font-size: 14px; color: #000; }
#newsletteremails dl .mt20 #footer_click:hover { height:29px; background:#cacaca; width:75px; text-align: center; line-height: 29px; font-size: 14px; color: #cb0000; }
/*gongshun 2016.1.28 mx chanping list end*/
.cbg-breadcrumbs span { color:#fff; }
/*mian bao xie head*/
.cbg-breadcrumbs-hend { padding: 10px 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
.list-main .cbg-breadcrumbs-hend { float: left; padding: 19px 0 10px 0; width: 100%; min-width: inherit!important; border-top: none; margin-bottom:10px; }
.cbg-breadcrumbs-hend .cbg-split { margin: 0 10px; }
.list-main .cbg-breadcrumbs-hend .cbg-wrapper { width: 100%!important; }
/* Icons */
.ie7 .cbg-icon { display: block; float: left; }
.cbg-icon-cart-small { width: 36px; height: 30px; background-position: -108px -425px; }
.cbg-icon-cart-large { width: 80px; height: 53px; background-position: -160px -425px; }
.cbg-icon-cart-white { width: 36px; height: 21px; background-position: -115px -466px; }
.cbg-icon-plus { width: 13px; height: 13px; background-position: -127px -391px; }
.cbg-icon-x1 { width: 13px; height: 13px; background-position: -145px -391px; }
.cbg-icon-x2 { width: 14px; height: 14px; background-position: -109px -391px; }
.cbg-icon-filter-screen { width: 35px; height: 38px; background-position: -263px -309px; }
.cbg-icon-filter-feature { width: 35px; height: 38px; background-position: -303px -309px; }
.cbg-icon-filter-camera { width: 35px; height: 38px; background-position: -343px -309px; }
.cbg-icon-filter-series { width: 35px; height: 38px; background-position: -383px -309px; }
.cbg-icon-mobile-wifi { width: 44px; height: 40px; background-position: -265px -412px; }
.cbg-icon-wireless-router { width: 50px; height: 40px; background-position: -320px -412px; }
.cbg-icon-mediaq { width: 31px; height: 40px; background-position: -386px -412px; }
.cbg-icon-accessories { width: 32px; height: 40px; background-position: -433px -412px; }
.cbg-icon-broadband-modem { width: 38px; height: 40px; background-position: -479px -412px; }
.cbg-icon-plc { width: 28px; height: 40px; background-position: -525px -412px; }
.cbg-icon-dongles { width: 14px; height: 40px; background-position: -571px -410px; }
.cbg-icon-wingles { width: 32px; height: 40px; background-position: -599px -412px; }
.cbg-icon-wifi-repeater { width: 31px; height: 40px; background-position: -386px -412px; }
.cbg-icon-red-circle { width: 13px; height: 13px; background-position: -83px -473px; }
.cbg-icon-red-question { width: 18px; height: 18px; background-position: -47px -473px; vertical-align: top; }
.cbg-support-home #cbg-main .cbg-right a { line-height:20px; }
.list-main { position: relative; padding-left: 220px; padding-right: 125px; }
@media (min-width: 1560px) {
.list-main { padding-left: 250px; padding-right: 155px; }
}
.list-main.cbg-list-no-compare { padding: 0; }
#cbg-main .list-filter-noresult-tooltip { left: 100%; width: 310px; padding-left: 10px; background-image: url(../Images/img_con_base.png); background-position: 0 -1400px; }
/*mb end*/
/* press events */
#cbg-press { position: relative; height: auto; padding: 0; overflow: hidden; background: #ccc url('../Images/press_bg.jpg'); }
#cbg-press > ul { width: auto; margin: 2px; max-width: inherit; }
#cbg-press > ul > li { width: 50%; }
#cbg-press > ul > li > div { position: relative; display: block; width: auto; margin: 2px; padding-bottom: 51.6771488%; overflow: hidden; }
#cbg-press > ul > li > div > a > img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; }
#cbg-press > ul > li > div > div.flexslider { position: absolute; width: 100%; height: 100%; }
#cbg-press div.flexslider, #cbg-press div.flexslider .flex-viewport, #cbg-press div.flexslider .slides { height: 100%; }
#cbg-press div.flexslider ul.slides > li { display: block; height: 100%; }
#cbg-press div.flexslider ul.slides > li > a { display: block; height: 100%; position: relative; }
#cbg-press div.flexslider ul.slides > li > a img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; }
.sou-en { float: right; margin-top: 6px; }
.sou-en #keywords { width: 125px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
.sou-en .search_by_text, .sou-en .search_by_text:hover { vertical-align: middle; font-size: 1.2em; padding: 0 1em; line-height: 28px; background-color: #333; border-color: #333; color: #fff; border-radius: 0; }
.cbg-inline .img-banner { float: left; }
#cbg-press .flex-control-nav { right: 10px; width: auto; padding: 6px 6px 5px 6px; border-radius: 20px; background-color: #222; }
#cbg-press .flex-control-nav li { margin: 0 3px; }
#cbg-press .flex-control-nav li a { width: 15px; height: 15px; border: #999 solid 2px!important; background: transparent; box-shadow: none; transition: all linear 0.2s; }
#cbg-press .flex-control-nav li a:hover { background: #111; }
#cbg-press .flex-control-nav li a.flex-active { background-color: #999!important; }
/*faq detail*/
#cbg-faq-article { margin:0 auto; }
#cbg-faq-article h1 { margin-bottom: 20px; }
.cbg-faq-article .cbg-text { margin: 2em 0; padding: 2em 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; font-size: 1.2em; }
.cbg ul.cbg-inline > li { float: left; }
#cbg-faq-article .cbg-wrapper p { margin-top:6px; float: left; }
.cbg-icon.cbg-icon-support-vote-up { width: 40px; height: 40px; background-position: -201px -275px; vertical-align: middle; }
.cbg-faq-article .cbg-actions form textarea { width: 100%; margin: 1em 0; height: 10em; border: #ccc solid 1px; background-color: #f7f7f7; color: rgb(0, 0, 0); font-size:13px; }
.cbg-faq-article #faq_comments{ width: 100%; padding: 10px;}
.cbg-faq-article .cbg-actions form .cbg-btn { margin: 1em auto; font-size: 1.2em; }
em .cbg-btn { background-color: #c52525; color: #fff; border-color: #c52525; }
.cbg-faq-article .cbg-actions form { text-align: center; }
em .cbg-btn:hover { background-color: #ed3131; color: #fff; border-color: #ed3131; }
.container-faq .cbg-breadcrumbs-title { padding: 10px 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
.container-faq .cbg-breadcrumbs-title ul { margin-left: 95px; }
#cbg-faq-article .faq-work { font-size: 13px; }
.cbg-faq-article .cbg-actions ul li { margin: 0 10px; }
#cbg-faq-article .y-cbg-faq-apply { font-size: 13px; }
.cbg-icon-y { display: inline-block; vertical-align: middle; width: 40px; height: 25px; margin-right: 2px; text-indent: -9999px; background: url(../Images/img_con_cn_sprites_cbg_icon.png) no-repeat; }
.cbg-icon-y.cbg-icon-support-vote-up { width: 40px; height: 40px; background-position: -201px -275px; }
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-vote-up { background-image: url(../Images/img_con_de_support_cbg_icon1.png); }
.cbg-icon-support { background-image: url(../Images/img_con_cn_support_cbg_icon1.png); }
.cbg-icon-y.cbg-icon-support-vote-down { width: 40px; height: 40px; background-position: -241px -275px; }
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-vote-down { background-image: url(../Images/img_con_de_support_cbg_icon1.png); }
/*#main_content { overflow-x: hidden; }*/
.cbg-inline .cbg-wrapper span { color:#fff; }
#cbg-notice-article .y-contanttitle h1 { font-size: 2em; }
.sou-en #keywords { width: 100px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sou-en #keywords { line-height:normal; }
}
.sou-en .search_by_text { vertical-align: middle; font-size: 1.2em; padding: 0 1em; line-height: 28px; background-color: #333; border-color: #333; color: #fff; border-radius: 0; }
.sou-en { float: right; margin-top: 6px; }
/* page support-pro-list */
#cbg-main1 .cbg-split { color: #fff; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu { font-size: 20px; display: block; width: 100%; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul { margin: 0 auto; height: 50px; float: left; position: relative; left: 50%; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li { float: left; padding-right: 30px; border-right: 1px solid #bbb; padding-left: 30px; position: relative; right: 50%; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li:last-child { border-right: 1px solid #fff; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a { color: #999; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a:hover { text-decoration: none; color: #333; border-bottom: 3px solid #c52525; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a:hover:before, #cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a.active:before { content:" "; width: 0; height: 0; border-width: 5px; border-style:solid dashed dashed; border-color: #c52525 transparent transparent; position: absolute; bottom: -14px; font-size: 12px; left: 50%; margin-left: -6px; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a.active { color: #333; border-bottom: 3px solid #c52525; }
#cbg-main1 .cnx-wrapper .support-product-category { border-bottom: 2px solid #c52525; margin-bottom: 20px; }
#cbg-main1 .cnx-wrapper .support-product-category > div { float: left; font-size: 14px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all { width: 6%; height:86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all > div { height:86px; background: #efefef; border-top:1px solid #ccc; border-left:1px solid #ccc; text-align: center; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all > div a { margin-top: 28px; display: inline-block; line-height: 1.5; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all > div a.active { color:#c52525; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-prev { width: 2%; height:86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-prev > div { height:86px; border-right: 1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-next { width: 2%; height:86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-next > div { height:86px; border-right: 1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.support-product-category-list .slick-slide .g-ico { display: block; height: 46px; margin:8px auto 0; background-color: #575757; }
.support-product-category-list .slick-slide a:hover .g-ico { background-color: #c52525; }
.support-product-category .btn-slide-next, .support-product-category .btn-slide-prev { position: absolute; top: 0; width: 2%; height: 100%; line-height: 87px; text-align: center; cursor: pointer; }
.support-product-category .slick-list { position: relative; overflow: hidden; }
.support-product-category .slick-slide { float: left; }
.support-product-category .slick-slider { position: relative; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.support-product-category .btn-slide-next { right: -2%; margin-right: -1px; }
.support-product-category .btn-slide-prev { left: -2%; margin-left: -1px; }
.support-product-category .g-ico-8, .support-product-category .g-ico-9 { margin-top: 30px; }
.support-product-category .slick-disabled, .support-product-category .slick-disabled { opacity: .25; filter: Alpha(opacity=25); cursor: default; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list { width: 90%; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div.slick-slide { text-align: center; height:86px; border-top:1px solid #ccc; border-right:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div.slick-slide:last-child { border-right: none; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div a.active { color:#c52525; background-position:center 30%; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div a, #cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div a:hover { width:100%; background-position:center 30% !important; display: inline-block; height: 86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list.add-bdr-l-r div.slick-slide:first-child { border-left:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list.add-bdr-l-r div.slick-slide:last-child { border-right:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-search { height: 32px; position:relative; }
#cbg-main1 .cnx-wrapper .support-product-search .cnx-search-icon { width: 30px; height: 30px; display: inline-block; border:1px solid #ccc; cursor:pointer; background: #f8f8f8; overflow: hidden;vertical-align: top;}
.support-product-search .cnx-search-icon .g-ico { margin: 5px 0 0 5px; }
#cbg-main1 .cnx-wrapper .support-product-search .cnx-search-input { background:#f8f8f8; /*display: inline-block;*/ position: relative; top:0px; left: -5px; }
/*search code by yqx*/
.cnx-search-input #code-list{
width:225px;
border: #cccccc 1px solid;
background: #f8f8f8;
display:none;
margin-left: 35px;
position: relative;
z-index:3;
max-height: 200px;
overflow-y: auto;
border-top: 0;
}
.cnx-search-input #iserachkey{width:215px;}
.cnx-search-input #code-list li .cbg-list{margin-left:7px;}
.cnx-search-input #code-list li.cbg-selected{background:#CFCDCD;}
.cnx-search-input #code-list li .y-code{color:red;}
.cnx-search-input #code-list li{line-height: 2.3em;height:30px;border-bottom:#cccccc 1px solid;cursor:pointer;}
/*search code by yqx*/
#cbg-main1 .cnx-wrapper .support-product-search span input { background:#f8f8f8; height: 30px; }
#cbg-main1 .cnx-wrapper .cnx-cnt { margin-top: 20px; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section { }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section > div { float: left; width:20%; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .search-result-others { float: none; width: auto; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail { margin:0 10px 20px 0; border:1px solid #ccc; text-align: center; height:300px; display: block; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section > div:nth-child(5n+0) .support-product-thumbnail { margin-right:0; border:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail img { margin-top:30px; width: 166px; height: 166px; opacity: 0.7; filter:Alpha(opacity=70); }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail p { margin-top:30px; font-weight: bold; font-size: 16px; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail:hover img { opacity:1; filter:Alpha(opacity=100); }
.load-more .button { width: 220px; height: 35px; margin-bottom: 0; color: #666666; margin: 10px auto; line-height: 35px; font-size: 14px; text-align: center; cursor: pointer; background-color: #efefef; }
@media (max-width: 1024px) {
#cbg-support-search-form-wrapper #cbg-support-search-form .my_keys { width:400px; }
}
/*zishiying start by yqx*/
.cbg-centered #cbg-support-search-form-wrapper.cbg-wrapper .cbg-left { width:18%; margin-right:3%; }
#cbg-support-search #cbg-support-search-form-wrapper .sup-search { width:79%; }
#cbg-support-search #cbg-support-search-form input[type=text] { max-width:600px; width:60%; }
@media (max-width:1280px) {
.cbg-support-home #cbg-support-search .cbg-left h1 { font-size:1.6em; }
}
.cbg-support-home #cbg-product-search-list .flex-active-slide .cbg-product-list li h3 { max-width:150px; width:10%; }
.flex-active-slide .cbg-product-list li ul { width:75%; }
.cbg-support-home #cbg-product-search-list .flex-active-slide ul.cbg-product-list ul li { width:19%; max-width:170px; }
.cbg-support-home #cbg-product-search-list .flex-active-slide ul.cbg-product-list ul .tab-more-it { width:auto; }
/*zishiying end by yqx*/
/*hzj 2016-05-10 form HT-SHARE*/
/*guzhangpaichu 2015-08-21*/
.cbg .cbg-centered > .cbg-wrapper { width: 92%; }
.cbg .cbg-centered > .cbg-wrapper { width: 98%; max-width: 1210px; margin: 0 auto; }
.cbg-narrow .cbg-wrapper, .cbg-narrow.cbg-wrapper { max-width: 1210px!important; }
.cbg-faq-article { }
.cbg-article { padding: 30px 0; }
.cbg-icon-y { display: inline-block; vertical-align: middle; width: 40px; height: 25px; margin-right: 2px; text-indent: -9999px; background: url(../Images/img_con_cn_sprites_cbg_icon.png) no-repeat; }
.cbg-icon-y.cbg-icon-support-vote-up { width: 40px; height: 40px; background-position: -201px -275px; }
.cbg-icon-y.cbg-icon-support-vote-down { width: 40px; height: 40px; background-position: -241px -275px; }
.cbg-icon-support { background-image: url(../Images/img_con_cn_support_cbg_icon1.png); }
/*faq*/
.cbg-service-links .cbg-qr { display: none; position: absolute; left: -85px; top: -290px; width: 260px; height: auto; background-color: #fff; padding: 10px; border: #000 solid 1px; }
.cbg-service-links div.cbg-qr div { width: 230px; height: 230px; margin: 0 auto; background: url('../Images/img_con_cn_qr.jpg') no-repeat; }
.cbg-service-links div.cbg-qr p { color: #000; }
.cbg-service-links .cbg-qr-container:hover div.cbg-qr { display: block; }
.cbg .cbg-left { float: left; }
.cbg-service-links .cbg-qr-container { position: relative; }
/*notice*/
#cbg-main1 { min-width: 1000px; margin-top: 30px; padding-top: 67px; }
#cbg-faq-article .y-cbg-faq-apply { font-size:13px; }
.cbg-image .wz { font-size:2em; text-align: center; width:164px; }
.cbg-specs li { font-size:16px; word-wrap: break-word; width:700px; color:#333; }
#x-list-downman .xz .download-bnt { margin-top: 10px; }
#x-list-downman .cbg a { background:#fff; }
.cbg-troubleshooting-steps { margin-left: 100px; }
.cbg-troubleshooting-steps > li { position: relative; }
.cbg-troubleshooting-steps .cbg-step-btn { position: absolute; }
.cbg-faq-article .cbg-step-btn { display: inline-block; width: 90px; padding: 3px 0 6px 0; background-color: #333; color: #fff; text-align: center; font-size: 1.2em; line-height: 1.2em; border-radius: 4px; }
.cbg-troubleshooting-steps .cbg-step-content { margin-left: 110px; padding-left: 20px; padding-bottom: 50px; border-left: #eee solid 1px; }
.cbg-article p { line-height: 1.8; }
.cbg-troubleshooting-steps .cbg-step-content li { margin: 10px 0; }
.cbg-troubleshooting-steps .cbg-step-content label { cursor: pointer; }
#search_prolist { min-height:260px; }
.sbSelector { font-size:14px; }
/*compare page*/
.copmare_banner { width: 100%; height: 260px; overflow: hidden; background-size: auto auto; background-repeat: no-repeat; background-position: center center; background-image: url("../Images/hw_u_435144.jpg"); }
.copmare_banner .wrapper { width: 1000px; height: 260px; margin: 0 auto; position: relative; }
.copmare_banner .btn-more { position: absolute; top: 190px; left: 555px; width: 200px; height: 35px; padding: 0; color: #666666; line-height: 35px; font-size: 16px; font-weight: normal; text-align: center; display: block; border: solid #CCCCCC 1px; }
.list-products { width: 1100px; margin: 20px auto 20px; border-style: solid; border-color: #CCCCCC; border-width: 0 0 2px; }
.list-products .list-row { width: 100%; min-height: 50px; overflow: hidden; border-style: solid; border-color: #CCCCCC; border-width: 0 0 1px; padding-bottom:20px; }
.list-products .list-row:after { content: ""; clear: both; }
.list-products .column-phone { width: 225px; padding-right: 7px; padding-left: 7px; }
.list-products .list-column { float: left; height: auto; min-height: 50px; overflow: hidden; }
.list-products .column-header { position: relative; width: 125px; }
.list-products .column-header .text { position: absolute; top: 20px; left: 25px; width: 100px; color: #2f3034; font-size: 14px; text-align: left; }
.list-products .column-phone .text { word-wrap:break-word; margin-top: 12px; margin-bottom: 12px; color: #1E1E1E; font-size: 12px; line-height: 25px; text-align: left; width: 225px; }
.list-products .row-color .item { width: 80px; height: 30px; line-height: 30px; margin: 15px 0; padding: 0 0 0 43px; }
.list-products .row-color .color-1 { background-position: -62px -10px; }
.list-products .row-color .color-2 { background-position: -62px -60px; }
.list-products .row-color .color-3 { background-position: -62px -110px; }
.list-products .row-color .color-4 { background-position: -62px -160px; }
.list-products .row-header { height: 216px; overflow: visible; }
.list-products .row-header .list-column { position: relative; height: 235px; width:215px; text-align:center; }
.list-products .row-header .column-header .text { top: auto; bottom: 20px; }
.list-products .row-header .column-phone .phone { margin: 0 0 0 5px; }
.list-products .row-header .column-phone .text { font-size: 16px; text-align: center; line-height:14px; width:200px; margin-top:0px; }
.list-products .row-header .column-phone img { padding-top:10px; }
.list-products .row-header .column-selector { overflow: visible; }
.list-products .row-header .column-selector .space_phone { padding-top:10px; }
.list-products .row-header .column-selector .selector { position: absolute; left: 22px; bottom: 15px; width: 180px; height: 25px; overflow: visible; cursor: pointer; background-color: #e1e1e1; }
.list-products .row-header .column-selector .selector .arrow { position: absolute; top: 0; right: 0; width: 25px; height: 25px; background-color: #707070; background-position: -13px -13px; background-image: url("../Images/hw_u_434479.png"); }
.list-products .row-header .column-selector .selector .text { width: 170px; color: #999999; font-size: 14px; line-height: 25px; text-align: left; padding: 0 0 0 15px; }
.list-products .row-header .column-selector .selector .options { display: none; height:240px; overflow-y:auto; min-height:240px; }
.list-products .row-header .column-selector .selector .options.show { display: block; }
.list-products .row-header .column-selector .selector .options li { padding: 5px 15px; background-color: white; border-style: solid; border-color: #CCCCCC; border-width: 0 1px 1px; }
.list-products .row-header .column-selector .selector .options li:hover { background-color: #ecebeb; }
/*GongShun gundongtiao css begin 2016.1.15 basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container { width:auto; margin-right:10px; overflow:hidden; }
.mCSB_container.mCS_no_scrollbar { margin-right:0; }
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar { margin-right:30px; }
.mCustomScrollBox>.mCSB_scrollTools { width:10px; height:100%; top:0; right:0; }
.mCSB_scrollTools .mCSB_draggerContainer { position:absolute; top:0; left:0; bottom:0; right:0; height:auto; }
.mCSB_scrollTools a+.mCSB_draggerContainer { margin:20px 0; }
.mCSB_scrollTools .mCSB_draggerRail { width:2px; height:100%; margin:0 auto; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:4px; height:100%; margin:0 auto; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; text-align:center; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display:block; position:relative; height:20px; overflow:hidden; margin:0 auto; cursor:pointer; }
.mCSB_scrollTools .mCSB_buttonDown { top:100%; margin-top:-40px; }
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container { height:auto; margin-right:0; margin-bottom:30px; overflow:hidden; }
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar { margin-bottom:0; }
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar { margin-right:0; margin-bottom:30px; }
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools { width:100%; height:16px; top:auto; right:auto; bottom:0; left:0; overflow:hidden; }
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer { margin:0 20px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:2px; margin:7px 0; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger { width:30px; height:100%; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:4px; margin:6px auto; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight { display:block; position:relative; width:20px; height:100%; overflow:hidden; margin:0 auto; cursor:pointer; float:left; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight { margin-left:-40px; float:right; }
.mCustomScrollBox { -ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/ }
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools { opacity:0.75; filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }
.mCustomScrollBox:hover>.mCSB_scrollTools { opacity:1; filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */ }
.mCSB_scrollTools .mCSB_draggerRail { /*background:#000;*/ /* rgba fallback */
/*background:rgba(0,0,0,0.4);*/
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.75); filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.85); filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */ }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.9); filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image:url(../Images/mcsb_buttons.png); background-repeat:no-repeat; opacity:0.4; filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.mCSB_scrollTools .mCSB_buttonUp { background-position:0 0;/*
sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonDown { background-position:0 -20px;/*
sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonLeft { background-position:0 -40px;/*
sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonRight { background-position:0 -56px;/*
sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover { opacity:0.75; filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active { opacity:0.9; filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ }
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail { background:#000; /* rgba fallback */ background:rgba(0,0,0,0.15); }
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); }
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp { background-position:-80px 0; }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown { background-position:-80px -20px; }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-80px -40px; }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight { background-position:-80px -56px; }
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.1); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:4px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.75); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:4px; margin:6px auto; }
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.85); }
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.9); }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp { background-position:-32px 0; }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown { background-position:-32px -20px; }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-40px -40px; }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight { background-position:-40px -56px; }
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.1); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:4px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:4px; margin:6px auto; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp { background-position:-112px 0; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown { background-position:-112px -20px; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-120px -40px; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight { background-position:-120px -56px; }
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.1); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:6px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.75); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:6px; margin:5px auto; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.85); }
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.9); }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp { background-position:-16px 0; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown { background-position:-16px -20px; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-20px -40px; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight { background-position:-20px -56px; }
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.1); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:6px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:6px; margin:5px auto; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp { background-position:-96px 0; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown { background-position:-96px -20px; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-100px -40px; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight { background-position:-100px -56px; }
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail { background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.1); }
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:2px; }
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; }
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:2px; margin:7px auto; }
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail { background:#000; /* rgba fallback */ background:rgba(0,0,0,0.15); }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:2px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); }
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; }
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:2px; margin:7px auto; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp { background-position:-80px 0; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown { background-position:-80px -20px; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-80px -40px; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight { background-position:-80px -56px; }
/* custom styling */
/* content_1 scrollbar */
.content_1>.mCustomScrollBox>.mCSB_scrollTools { height:96%; top:2%; }
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail { width:6px; box-shadow:1px 1px 1px rgba(255,255,255,0.1); }
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:rgba(255,255,255,0.4); filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.5); filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */ }
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.6); filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */ }
/* content_9 scrollbar */
.content_9 .mCSB_scrollTools .mCSB_draggerRail { width:6px; box-shadow:1px 1px 1px rgba(255,255,255,0.1); }
.content_9 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:rgba(255,255,255,0.4); filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.content_9 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.5); filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */ }
.content_9 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .content_9 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.6); filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */ }
/* content_3 scrollbar */
.content_3>.mCustomScrollBox>.mCSB_scrollTools { height:94%; top:3%; }
.content_3 .mCSB_scrollTools .mCSB_draggerRail { width:0; border-right:1px dashed #09C; }
.content_3 .mCSB_scrollTools .mCSB_dragger { height:11px; }
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:11px; -webkit-border-radius:11px; -moz-border-radius:11px; border-radius:11px; background:#09C; }
/* content_4 scrollbar */
.content_4>.mCustomScrollBox>.mCSB_scrollTools { height:94%; top:3%; }
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:8px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background:#d0b9a0; -webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5); -moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5); box-shadow:1px 1px 5px rgba(0,0,0,0.5); }
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:#dfcdb9; }
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { -webkit-box-shadow:0 0 3px rgba(0,0,0,0.5); -moz-box-shadow:0 0 3px rgba(0,0,0,0.5); box-shadow:0 0 3px rgba(0,0,0,0.5); }
/* content_5 scrollbar */
.content_5>.mCustomScrollBox>.mCSB_scrollTools { width: 98%; margin: 0 1%; }
/* content_6 scrollbar */
.content_6>.mCustomScrollBox>.mCSB_scrollTools { width:88%; margin: 0 6%; }
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail { width:0px; border-left:1px solid rgba(0,0,0,0.8); border-right:1px solid rgba(255,255,255,0.2); }
.mCSB_scrollTools { position: absolute; display: block; background: #d9d9d9; }
.mCSB_dragger { position: absolute; height: 66px; top: 0px; background: #626262!important; }
.mCSB_dragger_bar { position: relative; line-height: 66px; border-radius: 0px; background: #626262!important; }
.mCSB_scrollTools .mCSB_dragger { cursor:pointer; width:100%; height:30px; border-radius: 0px!important; background: #626262!important; }
/* gundongtiao css end*/
/* support status search */
.cbg-support-home #cbg-support-status-search { padding: 30px 0; }
.cbg-support-home #cbg-support-status-search form input[type=text] { float: left; width: 400px; height: 30px; padding-left: 10px; line-height: 30px; vertical-align: middle; font-size: 16px; background-color: #e7e7e7; border: #bebebe solid 1px; }
.cbg-support-home #cbg-support-status-search form input[type=submit] { margin-right: 20px; padding: 0 20px; height: 34px; vertical-align: middle; background-color: #5a5a5a; border: none; border-radius: 0; }
.cbg-support-home #cbg-support-status-search form a { display: inline-block; line-height: 18px; }
.cbg-support-home #cbg-support-status-search .cbg-left { width: 420px; margin-right: 20px; }
.cbg-support-home #cbg-support-status-search .cbg-left p { margin-top: 5px; }
/* announcement */
.cbg-support-home #cbg-announcement { background-image: url('../Images/support-gradient-bg-2.jpg'); background-position: left -1px; background-repeat: repeat-x; }
.cbg-support-home #cbg-announcement > .cbg-wrapper { position: relative; }
.cbg-support-home #cbg-announcement .cbg-text { position: absolute; top: 30px; left: 260px; }
/* pricing */
#cbg-pricing { background: url('../Images/bg-3.png') left top repeat-x; text-align: center; }
#cbg-pricing table { width: 100%; border: #eee solid 1px; font-size: 1.2em; }
#cbg-pricing th, #cbg-pricing td { padding: 20px 0; text-align: center; border: #eee solid 1px; }
#cbg-pricing th { border-bottom: none; }
#cbg-pricing td { border-top: none; background-color: #f8f8f8; }
#cbg-pricing .cbg-notice { margin-top: 1em; text-align: right; }
ul.cbg-labeled-icon-list li { display: inline-block; float: none; text-align: center; }
ul.cbg-labeled-icon-list li a { display: inline-block; text-align: center; }
ul.cbg-labeled-icon-list .cbg-icon { display: block; margin: 0 auto; margin-bottom: 10px; }
/*support*/
.cbg-support .cbg-qr-container { position: relative; }
.cbg-support div.cbg-qr { display: none; position: absolute; left: -85px; top: -290px; width: 260px; height: auto; background-color: #fff; padding: 10px; border: #000 solid 1px; }
.cbg-support div.cbg-qr div { width: 230px; height: 230px; margin: 0 auto; background: url('../Images/img_con_cn_qr.jpg') no-repeat; }
.cbg-support div.cbg-qr p { color: #000; }
.cbg-support .cbg-qr-container:hover div.cbg-qr { display: block; }
.cbg-support div.cbg-qr img { }
/* support home */
.cbg-support-home #cbg-main h1 { font-size: 1.5em; }
.cbg-support-home #cbg-main p { margin-top: 1em; }
.cbg-support-home #cbg-main .cbg-section { padding: 50px 0; }
.cbg-support-home .cbg-left { margin-right: 50px; }
.cbg-support-home .cbg-cta { margin-top: 30px; }
/* slider banners */
.cbg-support-home #cbg-banner { height: 490px; max-height: 900px; }
.cbg-support-home #cbg-banner .slides li > a { display: block; position: relative; overflow: hidden; height: 490px; max-height: 900px; }
.cbg-support-home #cbg-banner .slides li > a img { height: 100%; position: absolute; left: -9999px; top: -9999px; right: -9999px; bottom: -9999px; margin: auto; width: auto!important; }
/* support search */
.cbg-support-home #cbg-support-search { color: #fff; background: #383838 url('../Images/support-dark-bg-1.png'); }
.cbg-support-home #cbg-support-search h1 { height: 34px; line-height: 34px; }
.cbg-support-home #cbg-support-search-form-wrapper { padding-bottom: 30px; border-bottom: #545454 solid 1px; }
.cbg-support-home #cbg-support-search form input[type=text] { float: left; width: 500px; height: 36px; padding-left: 10px; line-height: 30px; vertical-align: middle; font-size: 16px; background-color: #545454; color: #fff; border: #7e7e7e solid 1px; }
.cbg-support-home #cbg-support-search form input[type=submit] { padding: 0 20px; height: 40px; vertical-align: middle; background-color: #858585; border-color: #7e7e7e; border-left: none; border-radius: 0; }
.cbg-support-home #cbg-support-search form .cbg-online-support-btn { display: inline-block; margin-left: 20px; padding: 1px 20px; background-color: #393939; border: #949494 solid 1px; }
.cbg-support-home #cbg-hot-search { margin-top: 8px; }
.cbg-support-home #cbg-hot-search > span { float: left; }
.cbg-support-home #cbg-hot-search li { margin: 0 0.5em; }
/* product search */
.cbg-support-home #cbg-product-search { padding-bottom: 0!important; border-bottom: #d4d4d4 solid 1px; }
.cbg-support-home #cbg-product-search h1 { text-align: center; font-size:1.7em; }
.cbg-support-home #cbg-product-search-type-list { margin-top: 30px; font-size: 1.3em; text-align: center; }
.cbg-support-home #cbg-product-search-type-list li { display: inline-block; width: 19%; float: none; text-align: center; }
.cbg-support-home #cbg-product-search-type-list li a { display: inline-block; padding-bottom: 40px; text-align: center; }
.cbg-support-home #cbg-product-search-type-list li.flex-active { background: url('../Images/icon-triangle.png') bottom center no-repeat; }
.cbg-support-home #cbg-product-search-type-list li a div { margin-bottom: 10px; }
.cbg-support-home #cbg-product-search-list { display: block; visibility: hidden; overflow: hidden; background-color: #333; }
.cbg-support-home #cbg-product-search-list em { color: #f0201e; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list { margin: 30px 0 20px 0; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list > li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: #242424 solid 1px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list > li:last-child { border-bottom: none; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list h3 { display: inline-block; width: 150px; font-size: 1.5em; vertical-align: top; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul { display: inline-block; border-left: #242424 solid 1px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul.no-heading { display: block; margin-left: 154px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li { display: inline-block; width: 180px; border-right: #242424 solid 1px; text-align: center; font-size: 1.2em; }
@media (min-width: 1200px) {
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li { width: 180px; }
}
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li a { display: block; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li img { height:122px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li p { padding: 0 10px; line-height: 1.3; }
/* hot products */
.cbg-support-home #cbg-hot-products { text-align: center; border-bottom: #d4d4d4 solid 1px; padding-bottom: 0!important; background: url('../Images/support-gradient-bg-1.jpg'); background-position: left bottom; background-repeat: repeat-x; }
.cbg-support-home #cbg-hot-products-type-list { display: inline-block; margin-top: 30px; }
.cbg-support-home #cbg-hot-products-type-list li { padding: 0 10px; padding-bottom: 5px; margin: 0 20px; }
.cbg-support-home #cbg-hot-products-type-list li.flex-active { border-bottom: #c52525 solid 3px; }
.cbg-support-home #cbg-hot-products-type-list li.flex-active a { color: #c52525; }
.cbg-support-home #cbg-hot-products .cbg-content { margin-top: 30px; text-align: left; }
.cbg-support-home #cbg-hot-products .cbg-content > li .cbg-wrapper { position: relative; min-height: 450px; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-image { position: absolute; left: 0; bottom: 1px; width: 500px; height: 100%; overflow: hidden; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-image img { position: absolute; bottom: 0; right: 0; max-width: 100%; max-height: 100%; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text { margin-left: 530px; padding: 30px 0; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li { margin-bottom: 30px; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li a { font-size: 1.4em; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li .cbg-icon { vertical-align: inherit; margin-right: 5px; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li p { line-height: 1.8; }
#cbg-hot-products .cbg-content .cbg-btn { margin-left: 20px; }
/* links */
.cbg-service-links { padding: 50px 0; background-color: #333; color: #fff; }
.cbg-service-links h1 { font-size: 2em; }
.cbg-service-links .cbg-left { width: 175px; margin-right: 0; padding-top: 15px; }
.cbg-service-links li { display: inline-block; float: none; padding: 0 20px; text-align: center; font-size:0.9em; }
.cbg-service-links li.cbg-phones p { margin-top: 0!important; line-height: 23px; }
.cbg-service-links li a { display: inline-block; text-align: center; }
.cbg-service-links .cbg-icon { margin: 0 auto; margin-bottom: 10px; }
.ie7 .cbg-service-links li { float: left; }
.ie7 .cbg-service-links .cbg-icon { float: none; }
/* Customer service */
#cbg-customer-service { background: #000 url('../Images/customer-service-bg.jpg') repeat-x; }
#cbg-customer-service h3 { display: inline-block; width: 60px; height: 55px; margin-top: 1em; background-repeat: no-repeat; background-image: url('../Images/customer-service-icon.png'); }
#cbg-customer-service h3.online { background-position: -2px -1px; }
#cbg-customer-service h3.store { background-position: -72px -1px; }
#cbg-customer-service h3.call { background-position: -142px -1px; }
#cbg-customer-service .cbg-inline { width: 100%; margin: 0 auto; }
@media (min-width: 1200px) {
#cbg-customer-service .cbg-inline { width: 80%; }
}
#cbg-customer-service .col { width: 33.3%; float: left; text-align: center; }
#cbg-customer-service li { margin: 1em 0; }
#cbg-customer-service .col-buy { position: relative; }
#cbg-customer-service .col-buy ul { position: absolute; top: -0.5em; left: 50%; width: 200px; margin-left: -100px; display: none; padding: 0 0.5em; overflow: hidden; border: 1px solid #4f4f4f; }
#cbg-customer-service .col-buy ul li { float: left; width: 33.2%; text-align: center; margin: 0.5em 0; }
#cbg-customer-service .col-buy ul li a { border: none; }
#cbg-customer-service a.cbg-btn { display: inline-block; font-size: 1em; padding: 0.5em 1em; }
/* Partner sites */
#cbg-partners-sites { height: 126px; font-size: 1.3em; background: #3a3d46 url('../Images/partner_sites_bg.jpg') repeat-x; }
#cbg-partners-sites ul > li { width: 24.5%; }
#cbg-partners-sites ul > li > a { display: block; text-align: center; }
#cbg-partners-sites ul > li > a > span { display: block; margin: 14px auto; height: 60px; border-bottom: #666 solid 1px; background: url('../Images/sprites_1.png') no-repeat; }
#cbg-partners-sites ul > li.col-1 > a > span { width: 170px; background-position: 0 -150px; }
#cbg-partners-sites ul > li.col-2 > a > span { width: 170px; background-position: 13px -212px; height: 40px; margin-top: 34px; }
#cbg-partners-sites ul > li.col-3 > a > span { width: 170px; background-position: 30px -254px; height: 42px; margin-top: 32px; }
#cbg-partners-sites ul > li.col-4 > a > span { width: 170px; background-position: 15px -300px; height: 42px; margin-top: 32px; }
/* override plugin styles */
.cbg .fancybox-close { /* right: 0px!important;*/
}
.cbg .flex-control-paging li a { border: #999 solid 1px!important; }
.cbg .flex-control-paging li a.flex-active { background: #c52525!important; }
.cbg .flexslider { margin: 0; border: none; background-color: transparent; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-radius: 1px; /* 0px causes 1px line issue in IE. */ }
.cbg .flex-direction-nav .flex-prev { left: 2%; }
.cbg .flex-direction-nav .flex-next { right: 2%; }
.cbg .flex-control-nav { bottom: 2%; }
/* selectbox on white background */
.cbg-white-bg .sbHolder { font-family: inherit; background-color: #fff; border: none; }
.cbg-white-bg .sbToggle, .cbg-white-bg .sbToggle:hover { background-color: #333; }
.cbg-white-bg .sbToggle2, .cbg-white-bg .sbToggle2:hover { background-color: #333; }
.cbg-white-bg .sbSelector:link, .cbg-white-bg .sbSelector:visited, .cbg-white-bg .sbSelector:hover, .cbg-white-bg .sbOptions a:link, .cbg-white-bg .sbOptions a:visited { color: #333; }
.cbg-white-bg .sbOptions { width: 198px; left: 0; background-color: #fff; border-color: #ccc; }
.cbg-white-bg .sbOptions a:hover, .cbg-white-bg .sbOptions a:focus, .cbg-white-bg .sbOptions a.sbFocus { color: #222; background-color: #eee; }
.cbg-white-bg .sbOptions > li:last-child a { border-bottom: none; }
.cbg-white-bg .sbSelector { height: 28px; border: #ccc solid 1px; border-right: none; }
/* wider */
.cbg-selectbox-wide .sbHolder { width: 300px; }
.cbg-selectbox-wide .sbSelector, .cbg-selectbox-wide .sbOptions { width: 268px; }
#cbg-sitemap h2 { padding-bottom: 0.5em; margin-bottom: 0.5em; border-bottom: #eee solid 1px; color:#333; }
#cbg-sitemap h3 { font-size: 1.5em; }
#cbg-sitemap ul li { clear: both; margin-bottom: 50px; line-height: 1.8; }
#cbg-sitemap ul li ul { padding-left: 50px; }
#cbg-sitemap ul li ul li ul { padding-left: 0; }
#cbg-sitemap ul li ul li { clear:none; display: block; float: left; width: 15%; vertical-align: top; margin-bottom: 0; font-size:100%; }
#cbg-sitemap ul li ul li ul li { width: 100%; margin-bottom: 0; }
/*search*/
@CHARSET "UTF-8";
.sbHolder { background-color: #2d2d2d; border: solid 1px #515151; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; }
.sbSelector { display: block; height: 30px; left: 0; line-height: 30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 170px; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #EBB52D; outline: none; text-decoration: none; }
.sbToggle { background: url(../Images/img_con_cn_icons.png) -1px -116px no-repeat; display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 29px; }
.sbToggle2 { background: url(../Images/img_con_cn_icons.png) -1px -116px no-repeat; display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 29px; }
.sbToggle:hover { background: url(../Images/img_con_cn_icons.png) -1px -167px no-repeat; }
.sbToggleOpen { background: url(../Images/img_con_cn_icons.png) -1px -16px no-repeat; }
.sbToggleOpen:hover { background: url(../Images/img_con_cn_icons.png) -1px -66px no-repeat; }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbOptions { background-color: #212121; border: solid 1px #515151; list-style: none; left: -1px; margin: 0; padding: 0; position: absolute; top: 30px; width: 200px; z-index: 1; overflow-y: auto; }
.sbOptions li { padding: 0 0px; text-indent:10px; font-size:14px; }
.sbOptions a { border-bottom: dotted 1px #515151; display: block; outline: none; padding: 7px 0 7px 3px; }
.sbOptions a:link, .sbOptions a:visited { color: #ddd; text-decoration: none; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #EBB52D; }
.sbOptions li.last a { border-bottom: none; }
.sbOptions .sbDisabled { border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup { border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub { padding-left: 17px; }
#cbg-search-title { background-color: #fff; color: #333!important; font-size: 1.5em; line-height: 3em; }
#cbg-search-title em { color: #ed3131; }
#cbg-featured-product .cbg-image { float: left; width: 280px; }
#cbg-featured-product .cbg-image img { max-width: 100%; }
#cbg-featured-product .cbg-text { margin-left: 280px; margin-right: 150px; }
#cbg-featured-product .cbg-text h2 { font-size: 1.5em; margin-bottom: 0.5em; }
#cbg-featured-product .cbg-text ul.cbg-specs { margin: 20px 0; border-bottom: #eee solid 1px; }
#cbg-featured-product .cbg-text ul.cbg-specs li { margin: 12px 0; line-height: 1.8; }
#cbg-featured-product .cbg-text .cbg-actions { position: relative; width: 240px; }
#cbg-featured-product .cbg-text .cbg-actions .cbg-btn { float:left; font-size: 15px; }
#cbg-featured-product .cbg-text .cbg-actions .list-item-place { top: -118px; }
#cbg-featured-product .cbg-related-products { position: absolute; right: 0; top: 0; width: 120px; }
#cbg-featured-product .cbg-related-products h3 { margin-bottom: 10px; }
#cbg-featured-product .cbg-related-products .cbg-item { margin-bottom: 4px; border: #eee solid 1px; }
#cbg-featured-product .cbg-related-products .cbg-item img { display: block; width: 90%; margin: 0 auto; }
#cbg-featured-product .cbg-related-products .cbg-item a { display: block; padding: 8px; text-align: center; background-color: #333; }
#cbg-featured-product .btn-add-cart{ float:right;display:inline-block; width:36px; height:32px; background:url(../Images/img_con_base.png) -112px -1597px #f0312c no-repeat;}
#cbg-featured-product .btn-add-cart:hover{ background-color: #f64841;}
#cbg-filters { margin-bottom: 50px; padding: 1em 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
#cbg-filters .cbg-current-type { float: left; line-height: 32px; }
#cbg-filters .cbg-filters-wrapper { float: right; }
#cbg-search-result-list { padding-bottom: 50px; }
#cbg-search-result-list em { color: #ed3131; }
#cbg-search-result-list h2 { margin-bottom: 0.5em; font-size: 1.5em; }
#cbg-search-result-list li { margin-bottom: 2em; padding-bottom: 2em; border-bottom: #eee solid 1px; }
#cbg-search-result-list p { line-height: 1.8; }
/* override */
/* START support-pro-search */
.p-sup-pro-seach h2{ color: inherit; }
#cbg-featured-product.cbg-white-bg .sbHolder{margin-left: 0;}
#cbg-main .cbg-service-links .cbg-left{font-size: 1.5em;}
#cbg-support-menu li a { color: #333; }
.p-sup-pro-seach .posbar{ height: 45px; line-height: 45px; background: #2a2b2c; }
.p-sup-pro-seach .posbar, .p-sup-pro-seach .posbar a{ color: #ccc; }
.p-sup-pro-seach .posbar span{ color: #fff;}
.p-sup-pro-seach .posbar a:hover{color: #df1000;}
.p-sup-pro-seach .posbar ul.cbg-wrapper{ float: left; width: auto;}
.p-sup-pro-seach .posbar-inner{ position: relative; }
.p-sup-pro-seach .posbar .col-r{ float: right; }
.p-sup-pro-seach .posbar .col-r li{ float: right;}
.p-sup-pro-seach .posbar .share{ margin-right: 15px;}
.posbar .product a.x-act{color:#fff;}
.posbar .product .x-act strong{ font-weight: 700;}
.posbar .product a{ float:left; margin-right: 30px;}
.posbar .product a strong{ font-weight: 400;}
#cbg-main .cbg-section{padding: 50px 0;}
#cbg-main .cbg-section h1{font-size: 2em;margin-bottom: 1em;text-align: center;}
#cbg-main .cbg-section h2{font-size: 1.5em;}
#cbg-main .cbg-section p{margin: 0.5em 0;line-height: 1.5;}
/* top*/
#cbg-featured-product{position: relative;margin: 50px auto;}
#cbg-featured-product .cbg-image{float: left;width: 200px;}
#cbg-featured-product .cbg-image img{max-width: 100%;}
#cbg-featured-product .cbg-text{margin-left: 200px;margin-right: 290px;padding-top: 50px;}
#cbg-featured-product .cbg-text h2{font-size: 2em;margin-bottom: 0.5em;}
#cbg-featured-product .cbg-col-right{position: absolute;right: 0;top: 0;width: 270px;padding-top: 35px;}
#cbg-featured-product .cbg-col-right li{margin: 0 10px;}
/* menu*/
#cbg-main-nav > .cbg-overlay{opacity: 1;filter: alpha(opacity=100);}
.main-nav-visible #cbg-support-menu{visibility: hidden;}
.cbg-support-menu-fixed #cbg-main{padding-top: 111px;/* main nav height 67px + support menu height 44px*/}
#cbg-support-menu{ font-size: 1.3em;padding: 0;background-color: #fff;text-align: center;}
#cbg-support-menu a{ color: #333!important; }
#cbg-support-menu.fixed{position: fixed;z-index: 10;left: 0;top:62px;width: 100%;}
#cbg-support-menu li{display: inline-block;float: none;margin: 0 25px;padding: 12px 10px 10px 10px;border-bottom: transparent solid 3px;}
#cbg-support-menu li:first-child{margin-left: 0;}
#cbg-support-menu li.cbg-current{border-bottom-color: #c52525;}
* override*/
#cbg-new-phone .cbg-outer-slides > li .flex-control-nav{width: auto;right: 5%;text-align: inherit;}
#cbg-new-phone .cbg-outer-slides > li .flex-control-paging li a{width: 50px;height: 10px;box-shadow: none;border-radius: 0;border: none!important;border-bottom: #999 solid 4px!important;background: none;}
#cbg-new-phone .cbg-outer-slides > li .flex-control-paging li a:hover{border-bottom-color: #fff!important;}
#cbg-new-phone .cbg-outer-slides > li .flex-control-paging li a.flex-active{background: none!important;border-bottom-color: #c52525!important;}
/* simulator*/
#cbg-simulator{border-bottom: #eee solid 1px;}
#cbg-simulator .text-center{text-align: center;}
#cbg-simulator .text-center img{width: 100%;max-width: 400px;}
/* troubleshooting*/
#cbg-troubleshooting{position: relative;}
#cbg-troubleshooting ul.cbg-faq-list li{display: block;float: left;width: 22%;padding: 0 0 20px 0;margin: 10px 2.5% 10px 0;text-align: left;font-size: 1.2em;border-bottom:none;}
#cbg-troubleshooting ul.cbg-faq-list li:hover{border-bottom: #e52525 solid 2px;padding-bottom: 19px;}
#cbg-troubleshooting ul.cbg-faq-list-more{display: none;}
#cbg-troubleshooting-expand{position: absolute;left: 50%;margin-left: -30px;bottom: -17px;display: block;width: 60px;height: 40px;text-align: center;background: url('../Images/icon-expand-down.png') bottom center no-repeat;}
#cbg-troubleshooting-expand.cbg-expanded{background-image: url('../Images/icon-expand-up.png');}
/* help*/
#cbg-help{background: #f8f8f8;}
#cbg-help ul.cbg-outer{border-top: #eee solid 1px;}
#cbg-help ul.cbg-outer > li > a{position: relative;display: block;padding: 20px 40px;border-bottom: #eee solid 1px;font-size: 1.2em;transition: all linear 0.1s;}
#cbg-help ul.cbg-outer > li > a:hover, #cbg-help ul.cbg-outer > li > a.cbg-current{color: #fff;background: #333 url('../Images/bg-1.png') bottom center;}
#cbg-help ul.cbg-outer > li > a > span{position: absolute;right:25px;top: 0;width: 13px;height: 100%;background: url('../Images/icon-plus.png') center center no-repeat;}
#cbg-help ul.cbg-outer > li > a.cbg-current > span{background-image: url('../Images/icon-minus.png');}
#cbg-help ul.cbg-inner{display: none;padding: 10px 0 10px 80px;border-bottom: #eee solid 1px;}
#cbg-help ul.cbg-inner > li{list-style-type: circle;}
#cbg-help ul.cbg-inner > li > a{display: block;padding: 10px 0;}
/* download*/
#cbg-downloads{}
#cbg-downloads h2{margin-bottom: 15px; font-size: 18px; font-weight: 700;}
#cbg-downloads ul{margin-left: -15px;margin-right: -15px;overflow: hidden; box-sizing: border-box;border-bottom: 1px solid #eee;margin-bottom: 20px;padding-bottom: 20px;border-right: none;}
#cbg-downloads ul:last-child{margin-bottom: 0px;}
#cbg-downloads ul li{width: 50%!important;line-height: 1.8; float:left;height:auto;text-align:left;position: relative;padding-left: 15px;padding-right: 15px;box-sizing: border-box;float:left;}
#cbg-downloads ul li > div{height: 32px; line-height: 32px;}
#cbg-downloads ul li .download-btn{position: absolute;top:2px;right:10px;}
#cbg-downloads ul li p.des{width:100%;height: 38px; margin-top: 5px; font-size: 13px; line-height:text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
#cbg-downloads ul li .text-right{text-align: right;}
#cbg-downloads ul li .text-right .more .g-ico{ margin-right: 5px; vertical-align: 0; }
#cbg-downloads ul li .text-right .more:hover .g-ico{ background-position: -249px -1282px; background-color: #e52525; }
#cbg-downloads ul li .manuals-icon{background-image: url('../Images/manuals.png'); display: inline-block;width: 31px;height: 32px;}
#cbg-downloads ul li .download-icon{background-image: url('../Images/download-icn.png'); display: inline-block;width: 32px;height: 32px;}
#cbg-downloads ul li span.title{ display: inline-block;max-width: 60%;height: 32px;/* overflow: hidden; */text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 18px;}
#cbg-downloads ul li span{vertical-align: top;}
/* safeware */
#cbg-safeware{}
#cbg-safeware ul{margin-left: -15px;margin-right: -15px;box-sizing: border-box;}
#cbg-safeware ul li{width:25%;float: left;text-align:center;position: relative;padding-left: 15px;padding-right: 15px;box-sizing: border-box; letter-spacing: 0px;}
#cbg-safeware ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
#cbg-safeware h2{font-size:1.5em;}
/* Topics I Need Help With*/
#cbg-help .help-sub-header{height: 50px;}
#cbg-help .help-sub-header h2{float: left; font-size: 18px; font-weight: 700;}
#cbg-help .help-search{ float:right; position: relative; overflow: hidden;}
#cbg-help .help-search input[type=text]{color:#74787c;width: 310px; float: left; padding:0 30px 0 10px; border:solid 1px #ccc; height: 28px; line-height: 28px;}
#cbg-help .help-search .help-search-submit{ position:absolute; right: 0; top: 0; width: 30px;height: 30px; cursor: pointer;}
#cbg-help .help-search .help-search-submit:hover .g-ico{ margin: 6px 0 0 6px; background-color: #e52525; }
#cbg-help .help-search .help-search-submit .g-ico{ margin: 6px 0 0 6px; }
#cbg-help .help-search input[type=submit]:hover{background-image: url('../Images/icon_search_hover.png');}
#cbg-help .help-filter{background-color: #fff;padding:18px 0 0 30px;border:1px solid #eee;}
#cbg-help .help-filter li{text-align: left;overflow: hidden;white-space:nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;margin: 0 2px 14px;border:1px solid #333;border-radius:1px;line-height: 34px;width: 19%;height: 34px;display:inline-block;cursor: pointer;}
#cbg-help .help-filter .g-ico{ margin: -2px 8px 0; }
#cbg-help .help-filter li:hover{border-color:#e52525;}
#cbg-help .help-filter li:hover .g-ico{ background-position: -607px -700px; }
#cbg-help .help-filter li.active .g-ico{ background-position: -627px -700px; }
#cbg-help .help-filter li.active{border-color:#e52525;}
#cbg-help .help-filter li span{width: 18px;height: 18px;display: inline-block;-webkit-background-size: contain;background-size: contain;}
#cbg-help .help-filter-close ul{width: 80%;padding-left: 10px;display: inline-block;min-height:40px;}
#cbg-help .help-filter-close li{max-width:180px;display: inline-block;height: 40px;line-height: 40px;margin-right: 10px; overflow: hidden;}
#cbg-help .help-filter-close li span{white-space:nowrap;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;display: inline-block;max-width: 140px;float: left;margin-right: 5px;}
#cbg-help .help-filter-close li i{ margin-top: 11px; cursor: pointer; }
#cbg-help .help-filter-close p{float: right;height: 40px;line-height: 40px;margin: 0 20px 0 0;}
#cbg-help .help-filter-close p span{padding: 0 10px;cursor: pointer;}
#cbg-help .help-filter-close p span.active,#cbg-help .help-filter-close p span:hover{color:#e52525;}
#cbg-help .help-filter-close p span:nth-child(2){border-left:1px solid #d8dce0;border-right: 1px solid #d8dce0;}
#cbg-help .help-detail{background-color: #fff;max-height: 525px;padding: 2px 20px;}
#cbg-help .help-detail .help-detail-cont{max-height: 450px;overflow: hidden;}
#cbg-help .help-detail .help-detail-cont li{height: 44px;line-height: 44px;border-bottom:1px solid #eee;}
#cbg-help .help-detail .help-detail-cont li .g-ico{ margin-right: 10px; }
#cbg-help .help-detail .help-detail-cont li:hover .g-ico{ background-color: #e52525; }
#cbg-help ul.help-detail-pagenum{text-align: center;color:#666;}
#cbg-help font{cursor: pointer;}
#cbg-help .help-detail-pagenum li{display: inline-block;height: 44px;line-height: 44px;width: 26px;cursor:context-menu !important;}
#cbg-help .help-detail-pagenum li:hover{color:#e52525;}
#cbg-help .chend font{text-align: center;cursor:context-menu !important;color:#999;}
#cbg-help .chend font:hover{color:#999;}
#cbg-help .dauf font{background-color:#fc8a30; color:#fff;width:30px;padding:0 3px;margin:0 1px;text-decoration:none;}
#cbg-help .help-detail-pagenum li{display: inline-block;height: 44px;line-height: 44px;width: 30px;cursor: pointer;}
#cbg-help .help-detail-pagenum li:hover{color:#e52525;}
/* Topics I Need Help With - Mobile*/
#cbg-help .help-filter-cate{display: none;}
@media only screen and (max-width: 768px){#cbg-help .help-sub-header{height: 100px;}
#cbg-help h2{display: none;}
#cbg-help .help-search{float: none;width: 100%;}
#cbg-help .help-search input[type=text]{width: 90%;}
#cbg-help .help-filter-cate{padding:20px 2%;display: block;text-align: center;height: 40px;}
#cbg-help .help-filter-cate input{width: 40%;margin-right: 5%;display: inline-block;border: none;height: 40px;font-size: 1.5em;line-height: 40px;}
#cbg-help .help-filter{padding:0 8px;display: none;}
#cbg-help .help-filter li{width: 100%;margin: 0;height: 40px;line-height: 40px;border: none;border-bottom: 1px solid #eee;}
#cbg-help .help-filter li.active,#cbg-help .help-filter li:hover{border-color:#eee;}
#cbg-help .help-filter-close{display: none;}
#cbg-help .help-filter-close ul{display: none;}
#cbg-help .help-filter-close p{float: none;margin: 0;padding:0 8px;height: auto;border: none;}
#cbg-help .help-filter-close p span{width: 100%;display: inline-block;border-left:1px solid #eee;}
#cbg-help .help-filter-close p span.active{border-color:#e52525;}
#cbg-help .help-detail .help-detail-cont li{letter-spacing: 0;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}}
@media only screen and (min-width: 481px) and (max-width: 768px){
#cbg-help .help-search input[type=text]{margin-left: 3%;}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
#cbg-help .help-search input[type=text]{margin-left: 2%;}
}
/* END support-pro-search */
.sbHolder { display: inline-block; font-family: inherit; background-color: #fff; border: none; }
.sbToggle, .sbToggle:hover { background-color: #333; }
.sbToggle2, .sbToggle2:hover { background-color: #c01415; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover, .sbOptions a:link, .sbOptions a:visited { color: #333; }
.sbOptions { width: 198px; left: 0; background-color: #fff; border-color: #ccc; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #333; background-color: #eee; }
.sbSelector { height: 28px; border: #ccc solid 1px; border-right: none; }
/*pws--2015-08-21*/
#cbg-main .cbg-section { padding: 50px 0; }
#cbg-main .cbg-section h1 { font-size: 2em; margin-bottom: 20px; text-align: center; }
#cbg-main1 .cbg-section h1 { font-size: 2em; margin-bottom: 20px; text-align: center; }
#cbg-main .cbg-section h2 { font-size: 1.5em; }
#cbg-main .cbg-section p { margin: 0.5em 0; line-height: 1.5; }
/*form HT-SHARE end*/
/*service confirmation*/
#div_confirmation { height:220px; width:355px; position: absolute; z-index: 9999; border:1px solid #C1C1C1; top: 42%; left: 38%; background: #fbfbfb; display: none; border-radius: 4px; }
#div_confirmation .y-info { width:350px; height:auto; margin:0px auto; padding-top:10px; }
#div_confirmation .text-title { margin: 20px auto; width: 257px; font-size:14px; }
#div_confirmation #surul { color: #797979; margin:0px auto; width:180px; margin-left:75px; margin-top:10px; }
#div_confirmation .service_text_title { margin: 20px auto; width: 266px; font-size:14px; }
/*end service confirmation*/
/*product list banner start by yqx*/
.list-slides ul, .list-slides li { height: 100%; }
.list-slides li { display: block; position:relative; }
.list-slide-content { position:relative; height: 100%; margin-right: 100px; margin-left: 100px; }
.list-slide-text { position: absolute; z-index: 10; top: 76%; left: 0%; width: 50%; }
.list-slide-thumb { position: absolute; top:0; left:0; width:100%; height:100%; }
@media (min-width: 1200px) {
.list-slide-text { top: 76%; left: 5%; width: 45%; }
}
.list-slide-content-right .list-slide-text { left: 50%; }
/*product list banner end by yqx*/
#y-video-item #y-cbg-share { height: 30px; position: absolute; width: 860px; }
/* zishiying S2016/3*/
body { min-width: 1105px; }
@media (max-width: 1209px) {
#cbg-main-nav ul.cbg-menu > li > a { padding: 26px 15px 0px 15px; }
}
#cbg-main-nav { position: relative; width: 100%; /*height: 69px*/ height:67px; }
@media (max-width: 1182px) {
.cbg-support-home #cbg-service-list .support-list-icon .sup_list_pb { font-size:0.9em; }
.cbg-support-home #cbg-main p.support-list-p { font-size:0.8em; }
}
@media (max-width: 1182px) {
#cbg-support-search-next #cbg-service-list .icon-left p { font-size:0.8em; }
}
@media (max-width: 1280px) {
.cbg-support-home #cbg-support-search-form-wrapper { width: 960px; padding-left:0; }
#cbg-support-search input[type=text] { min-width: 400px; width: 77%; }
.cbg-support-home #cbg-product-search-type-list li { display:block; float:left; width:20%; }
#cbg-product-search-type-list img { height: 140px; }
.cbg-support-home #cbg-product-search-type-list li a { font-size: 16px; }
#cbg-footer-nav .cbg .cbg-centered > .cbg-wrapper { width:96%; }
}
@media (max-width:1200px) {
#cbg-footer-links li { line-height: 30px; }
#cbg-footer-links .cbg-wrapper .copyright { width: 300px; }
.cbg-service-links li { padding:0 14px; }
.cbg-service-links li.cbg-phones { margin-left:0; }
#footer-more .cbg-support-home .cbg-left { width:185px; }
}
@media (max-width: 1065px) {
#cbg-main-nav > .cbg-wrapper > ul.cbg-inline { margin:0; }
}
/* zishiying E2016/3*/
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-online-support { background-image: url(../Images/img_con_de_support_cbg_icon1.png) }
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-club { background-image: url(../Images/img_con_de_support_cbg_icon1.png) }
.cnx-search-association { position:absolute; width:150px; height:auto; left:30px; top:31px; border:1px solid #ccc; z-index: 1; }
.cnx-search-association .cnx-search-result { width:150px; max-height: 260px; overflow-y: auto; }
.cnx-search-association .cnx-search-result li { padding: 0 0px; text-indent: 10px; font-size: 14px; }
.cnx-search-result li .result-a { border-bottom: dotted 1px #515151; display: block; outline: none; padding: 7px 0 7px 3px; }
.cnx-search-result li .result-a:link, .cnx-search-result li .result-a:visited, .cnx-search-result li .result-a:hover, .cnx-search-result li .result-a:link, .cnx-search-result li .result-a:visited { color: #333; background:#eee; }
.cnx-search-result li .result-a.last { border-bottom: none; }
.cbg-icon-y.cbg-icon-support-emaila {
width: 40px;
height: 40px;
background-position: -550px -278px;
background-image: url(../Images/img_con_de_support_cbg_icon1.png)
}
#cbg-main1 div#pop5{z-index: 11111!important;}
/*sup search results*/
#cbg-filters {margin: 50px 0; padding: 1em 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px;}
#cbg-filters .cbg-current-type {float: left;line-height: 32px;}
#cbg-filters .cbg-filters-wrapper {float: right; }
#cbg-search-title { color: #fff!important; font-size: 1.5em; line-height: 3em;}
#cbg-search-title em {color: #ed3131;}
#search_prolist {min-height: 260px;padding-bottom: 5px;}
.search-recommend-prolist { width:1210px; margin:0px auto; position:relative; border-top: #ebebeb 1px solid; }
.search-recommend-prolist li { float:left; width: 19.9%; padding: 35px 0 5px; text-align: center;} /*2013-03-11 amended*/
.search-recommend-prolist li img{ width: 155px;}
.search-recommend-prolist li div { padding: 20px 0 0 5px; } /*2013-03-11 amended*/
.search-recommend-prolist li h2 { font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif; height: 50px; color: #000; }
.search-recommend-prolist .li-border { width: 1px; height: 155px; overflow: hidden; background-color: #ebebeb; padding: 0; ; margin-top:54px; }
.search-nav{ background-color: #fff; width:960px; border-bottom: #ebebeb 1px solid;}
.search-nav .ul-1{ float: left; height: 46px; padding-left: 5px;}
.sbToggle2, .sbToggle2:hover { background-color: #c01415;}
.cur_page{color:red}
#cbg-search-title { line-height: 30px; padding-top: 5px; font-size: 20px;}
#cbg-search-title .result{ line-height: 3em; }
#cbg-search-title span { color: #333; }
#cbg-search-title em { color: #ed3131; }
.search-recommend-prolist { width: 1210px; margin: 0px auto; position: relative; border-top: #ebebeb 1px solid; }
#cbg-featured-product .cbg-image { float: left; width: 200px; overflow: hidden; }
.cbg-image .wz { font-size: 1.3em; text-align: center; width: 164px; padding-bottom: 10px; }
h2 { font-size: 18px; line-height: 150%; color: #BF1000; font-weight: normal; }
#cbg-featured-product .cbg-image img { max-width: 100%; background: #fff; }
#cbg-featured-product .cbg-text { margin-left: 200px; margin-right: 150px; padding-top: 25px; }
#cbg-specsot { font-size: 14px; }
#cbg-featured-product .cbg-text ul.cbg-specs { margin: 20px 0; }
#cbg-featured-product .cbg-text ul.cbg-specs li { margin: 12px 0; line-height: 1.8; }
#cbg-featured-product .cbg-text ul.cbg-specs { margin: 20px 0; border-bottom: #eee solid 1px; }
#cbg-featured-product .cbg-related-products { position: absolute; right: 0; top: 0; width: 120px; }
#cbg-featured-product .cbg-related-products h3 { margin-bottom: 10px; }
#cbg-featured-product .cbg-related-products .cbg-item { margin-bottom: 4px; border: #eee solid 1px; }
#cbg-featured-product .cbg-related-products .cbg-item img { display: block; width: 90%; margin: 0 auto; }
#cbg-featured-product .cbg-related-products .cbg-item a { display: block; padding: 8px; text-align: center; background-color: #333; }
#cbg-featured-product { position: relative; margin: 50px auto; }
#cbg-search-result-list { padding-bottom: 50px; min-height: 100px }
#cbg-search-result-list li { margin-bottom: 2em; padding-bottom: 2em; border-bottom: #eee solid 1px; }
#show_list .all_search .download_btn { margin-right: 0px; }
.all_search .download_btn { float: right; height: 26px; padding-left: 35px; line-height: 26px; display: block; color: #000; background: url(../Images/img_dev_en_common_jpg.jpg) no-repeat -380px -1688px; }
#show_list h2 .a-1 { cursor: text; }
#cbg-search-result-list h2 { margin-bottom: 0.5em; font-size: 1.5em; }
#cbg-search-result-list p { line-height: 1.8; }
#show_list .download_btn:hover { color: #bf1000; }
#show_list .all_search .download_btn { margin-right: 0px; }
.all_search .download_btn { float: right; height: 26px; margin-top: 5px; line-height: 26px; display: block; color: #000; background: url(../Images/img_dev_en_common_jpg.jpg) no-repeat -380px -1688px; }
#show_list .download_btn{ line-height: 26px; color: #000;}
#show_list .download_btn i{ display: inline-block; width: 30px; height: 26px; background: url(../Images/img_con_base.png) no-repeat -182px -1495px; vertical-align: middle; overflow: hidden;}
.sbToggle2, .sbToggle2:hover { background-color: #c01415; }
.sbOptions li { padding: 0 0px; text-indent: 10px; font-size: 14px; }
#support_prolist { width: 1210px; margin: 0px auto; position: relative; border-top: #ebebeb 1px solid; }
#main_content { }
.browsehappy { text-align: center; background: #cccccc; display:none; padding: 12px 0; }
.browsehappy img { vertical-align: middle; }
/*sup search results*/
/*hzj yuancheng*/
#long-distance .long-main{width:90%;margin:auto;}
#long-distance .long-main .long-content{padding:50px 0px;width:100%;}
#long-distance .long-main .long-content .l-right{float:right;padding-left:270px; }
#long-distance .long-main .long-content .l-right h2{font-size:36px;color:#222323;padding:30px 40px;}
#long-distance .long-main .long-content .l-right .p-test{font-size:18px;line-height:30px;border-bottom:1px solid #e2e2e2;padding-bottom:20px;margin-left:40px;}
#long-distance .long-main .long-content .l-left{float:left;margin-right:-300px;}
.long-distance-img {background: url(../Images/img_con_cn_yuanc_icon.png) no-repeat;display: inline-block;vertical-align: middle;width: 40px;height: 25px;margin-right: 2px;text-indent: -9999px;}
.cbg-long-icon.phones{ background-position: -0px -0px;width: 214px;height: 433px;}
#long-distance .long-main .long-content-lc{padding:40px 0px 0 0;width:100%;}
#long-distance .long-main .long-content-lc li{width:23.3%;padding-right:13%;float:left;text-align: center;}
#long-distance .long-main .long-content-lc .lc-img{margin:0px;font-size:22px;}
#long-distance .long-main .long-content-lc .lc-test{font-size:14px;font-style:normal;margin-top:15px;line-height:18px;}
.cbg-long-icon.service01{ background-position: -222px -96px;width: 88px;height: 87px;margin-bottom:26px;}
.cbg-long-icon.service02{ background-position: -319px -96px;width: 88px;height: 87px;margin-bottom:26px;}
.cbg-long-icon.service03{ background-position: -420px -96px;width: 88px;height: 87px;margin-bottom:26px;}
#long-Introduction{}
#long-Introduction .long-main{width:90%;margin:auto;text-align:center;border-bottom:1px solid #e2e2e2;padding:50px 0px;border-top:1px solid #e2e2e2;}
#long-Introduction .long-main .long-h-h2{font-size:30px;color:#000;}
#long-Introduction .long-main p{font-size:18px;padding-top:40px;text-align:left;line-height:30px;}
#long-Introduction .long-main p.font16{font-size:16px;}
#long-Introduction .long-main ul.In-content{width:1180px;margin:50px 0 0 0;}
#long-Introduction .long-main ul.In-content li{width:287px;float:left;font-size:17px;color:#595656;}
.cbg-long-icon.ser-in01{ background-position: -224px -1px;width:58px;height: 84px;margin-right:16px;}
.cbg-long-icon.ser-in02{ background-position: -294px -0px;width:96px;height: 84px;margin-right:16px;}
.cbg-long-icon.ser-in03{ background-position: -410px -0px;width:107px;height: 84px;margin-right:16px;}
.cbg-long-icon.ser-in04{ background-position: -529px -2px;width:87px;height: 84px;margin-right:16px;}
.cbg-long-icon.weixin{ background-position: -222px -193px;width:171px;height: 167px;margin-left:20px;}
#long-Introduction .long-main ul.In-content li .font-wx{line-height:20px;margin-top:20px;text-align:left;}
#long-Introduction .long-main .font-link{color:#015ef9;} | public/phoneList/Content/css_con_cn_main_split.css | /*hcj yuyue*/
.success { text-align: center; }
.xiu { color: #333; margin-top: 30px; }
.weu { color:#333; }
.kk { border-top:none; }
.xx { border-bottom: 1px solid #ebebeb; padding-bottom: 40px; }
.success-y { margin-bottom:30px; margin-top:20px; }
.success-y h1 { font-size: 2em!important; }
#t-pingz { color:#333; }
.tions { color: #333; }
.ined { text-align: center; }
.lin-a { text-align: center; }
.cbg-article .cbg-labeled-icon-list { text-align: left; }
.cbg-article .cbg-labeled-icon-list li { position: relative; width: 26%; padding: 0 3%; vertical-align: top; }
.cbg-article .cbg-labeled-icon-list li hr { position: absolute; left: 50%; top: 40px; width: 74%; height: 2px; margin-left: 44px; background-color: #eee; border: none; border-left: #fff solid 10px; border-right: #fff solid 15px; }
/*hcj yuyue*/
.Isover { background-position:0 -153px; cursor:default; color:#999; }
/*hcj yuyue*/
.cbg-article .cbg-labeled-icon-list li h2 { font-size: 1.3em; line-height: 1.5; text-align:center; }
/*hcj yuyue*/
.cbg-article .cbg-labeled-icon-list li h2 em { font-size: 1.3em; color: inherit; }
#cbg-sec-2 { margin-top: 100px; }
ul.cbg-labeled-icon-list .cbg-icon { display: block; margin: 0 auto; margin-bottom: 10px; }
/* icons */
.cbg-icon-support { background-image: url('../Images/img_con_cn_sprites_cbg_support.png'); }
.cbg-icon.cbg-icon-support-app { width: 40px; height: 40px; background-position: 0 -275px; }
.cbg-icon.cbg-icon-support-service-center { width: 40px; height: 40px; background-position: -40px -275px; }
.cbg-icon.cbg-icon-support-wechat { width: 40px; height: 40px; background-position: -80px -275px; }
.cbg-icon.cbg-icon-support-online { width: 40px; height: 40px; background-position: -120px -275px; }
.cbg-icon.cbg-icon-support-online-2 { width: 30px; height: 35px; background-position: -368px -275px; }
.cbg-icon.cbg-icon-support-email { width: 40px; height: 40px; background-position: -160px -275px; }
.cbg-icon.cbg-icon-support-vote-down { width: 40px; height: 40px; background-position: -241px -275px; vertical-align: middle; }
.cbg-icon-y.cbg-icon-support-online-support { width: 40px; height: 40px; background-position: -282px -275px; }
.cbg-icon-y.cbg-icon-support-club { width: 40px; height: 40px; background-position: -323px -275px; }
.cbg-icon.cbg-icon-support-ota { width: 94px; height: 94px; background-position: -4px -697px; }
.cbg-icon.cbg-icon-support-hisuit { width: 94px; height: 94px; background-position: -110px -697px; }
.cbg-icon.cbg-icon-support-firmware { width: 94px; height: 94px; background-position: -214px -697px; }
.cbg-icon.cbg-icon-support-tech-specs { width: 87px; height: 87px; background: url(../Images/img_con_base.png) -4px -797px no-repeat; }
.cbg-icon.cbg-icon-support-manuals { width: 87px; height: 87px; background-position: -101px -797px; }
.cbg-icon-support { background-image: url('../Images/img_con_cn_support_cbg_icon1.png'); }
/*.cbg-icon { display: inline-block; vertical-align: middle; width: 40px; height: 25px; margin-right: 2px; text-indent: -9999px; background: url('../Images/img_con_cn_support_cbg_icon1.png') no-repeat;}*/
.cbg-article p { line-height: 1.5; margin: 0.5em 0; }
.cbg-icon.cbg-icon-support-truck { width: 87px; height: 87px; background-position: -296px -797px; }
.cbg-support form.cbg-std-form div.cbg-actions { text-align: center; }
.cbg-article em { color: #ed3131; }
.cbg-actions .cbg-btn { margin: 0 20px; }
.cbg-article .cbg-btn { font-size: 1.2em; }
em .cbg-btn { background-color: #c52525; color: #fff!important; border-color: #c52525; }
.cbg-btn { display: inline-block; background: none; border: #333 solid 1px; border-radius: 2px; padding: 0.5em 2em; text-align: center; cursor: pointer; font-size: 1.4em; transition: all linear 0.2s; }
.cbg-article h2 { font-size: 1.5em; margin: 1em 0; }
dl.cbg-qa-list > dd { display: none; padding: 20px 40px 10px 40px; border-bottom: #eee solid 1px; }
dl.cbg-qa-list > dt > a { position: relative; display: block; padding: 20px 40px; border-bottom: #eee solid 1px; font-size: 1.2em; transition: all linear 0.1s; }
.cbg-article p { line-height: 1.5; margin: 0.5em 0; }
dl.cbg-qa-list > dt > a > span { position: absolute; right:25px; top: 0; width: 13px; height: 100%; background: url(../Images/img_con_cn_icon_plus.png) center center no-repeat; }
dl.cbg-qa-list > dt > a:hover, dl.cbg-qa-list > dt > a.cbg-current { color: #fff; background: #333 url(../Images/img_con_cn_background_blank.png) bottom center; }
dl.cbg-qa-list > dt > a.cbg-current > span { background-image: url(../Images/img_con_cn_icon_minus.png); }
.cbg-support-home .cbg-steps > li:first-child { display: block; }
.cbg-support-home .cbg-steps > li { display: none; position: absolute; width: 100%; height: 100%; min-height: 600px; }
.cbg-std-form .cbg-white-bg .cbg-steps .cbg-element-group { margin: 20px 0; padding: 20px 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
.cbg-support-home .cbg-steps .cbg-element-group { margin-top: 0!important; }
.cbg-support-home .cbg-steps { position: relative; min-height: 700px; }
.cbg-step-btn { display: inline-block; width: 90px; padding: 3px 0 6px 0; background-color: #333; color: #fff; text-align: center; font-size: 1.2em; line-height: 1.2em; border-radius: 4px; }
h1 .cbg-step-btn, h2 .cbg-step-btn, h3 .cbg-step-btn { font-size: 1em; margin-right: 1em; }
.cbg-element-group .cbg-2cols { position: relative; }
.cbg-element-group .cbg-2cols dt { position: absolute; width: 200px; text-align: right; line-height: 30px; }
.cbg-req-star { color: #ed3131; }
.cbg-element-group .cbg-2cols dd { margin-left: 220px; padding-bottom: 10px; }
.cbg input, .cbg textarea, .cbg button, .cbg select { font-family: inherit; }
#cbg-reservation-form input[type=text] { height: 28px; padding: 0px 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
#cbg-reservation-form .sbHolder input[type=text] { padding: 0px; }
.cbg-2cols input[type=text] { width: 200px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
.cbg-element-group .cbg-2cols p { line-height: 1.5; margin: 6px 0 0 0; font-size: 13px; }
.cbg-article .cbg-element-group h2 { text-align:left; font-size: 1.5em; margin: 1em 0; }
.cbg-std-form .cbg-element-group label:hover, .cbg-std-form label.cbg-current { color: #ed3131; }
.cbg-element-group .cbg-2cols label { margin: 0 0px 0 0px; font-size: 14px; }
.cbg-element-group .cbg-2cols em { color: #ed3131; }
.cbg em a { color: #c52525; }
.cbg em a:hover { color: #ff0000; }
.cbg-btn-list label.cbg-btn { margin-right: 1em; margin-bottom: 1em; min-width: 5em; }
label.cbg-btn input[type=radio] { display: none; }
#cbg-reservation-form .cbg-steps { height: 800px; }
#cbg-service-type-description { display: none; }
#cbg-reservation-form input[type=text] { width: 180px; }
#cbg-service-type-description textarea { width: 400px; height: 200px; }
#terms-disclaimers { width: 960px; padding: 1em 3em 3em 3em; }
.cbg .fancybox-close { right: -31px!important; }
.cbg-support-home .cbg-steps > li { display: none; position: absolute; width: 100%; height: 100%; min-height: 600px; }
.cbg-btn-listlx { border-color: #C52525 !important; background-color: #C52525 !important; color:#fff; }
.cbg-btn-listlx:hover { background-color: #ed3131 !important; color: #fff!important; border-color: #ed3131; }
#cbg-service-center-container table { width:100%; }
#yyzhongxin input { margin-right:5px; }
#search_address { vertical-align: top; font-size: 1.08em; padding-left: 15px; padding-right: 15px; margin-left:0px; }
#cbg-service-center-container { width: 100%; max-height: 300px; overflow: auto; }
#cbg-reservation-form .cbg-std-table tbody td { border: none; text-align:left; padding: 20px 30px; line-height:30px; }
.cbg-support .cbg-std-table tbody td { border-bottom: #eee solid 1px; }
.cbg-alternate td { background-color: #fafafa; }
#cbg-reservation-form .cbg-std-table tbody td .create_icon { background:url(../Images/img_con_cn_create_icon.png) no-repeat 2px 1px; width:40px; height:31px; line-height:31px; float:left; }
#cbg-reservation-form .cbg-std-table tbody td .create_icon:hover { background:url(../Images/img_con_cn_create_icon_on.png) no-repeat 2px 0px; width:40px; height:31px; line-height:31px; float:left; }
/*the end*/
/*hcj jixiu*/
.cbg-element-group .cbg-2cols .creation-input input { width: 382px!important; }
.cbg-element-group .cbg-2cols .creation-input #user_code { width: 230px!important; }
.cbg-element-group .cbg-2cols dd { min-height:30px; }
.cbg-element-group .cbg-2cols dd #exp-free{line-height:30px;}
.cbg-element-group .creation-input input { width:382px!important; }
.cbg-element-group .cur_problem { background-color: #c52525; color: #fff!important; border-color: #c52525; }
.cbg-element-group .cur_problem:hover { background-color: #ED3131; color: white!important; border-color: #ED3131; }
#yytextarea { margin-left:110px; }
.cbg-rank-stars { display: inline-block; height: 14px; text-indent: -9999px; background: url(../Images/img_con_cn_rank_stars.png) no-repeat; }
.cbg-rank-stars.cbg-rank-stars-5 { width: 87px; }
.cbg-rank-stars.cbg-rank-stars-4 { width: 69px; }
.cbg-rank-stars.cbg-rank-stars-3 { width: 51px; }
.cbg-cg { text-align: center; }
.cbg-cg h2 { text-align: center!important; }
.cbg-cg p { font-size:13px!important; }
#cbg-reservation-form .cheg tbody td { border: #eee solid 1px; color:#333; }
#cbg-reservation-form .cheg { width:100%; margin-top:40px; margin-bottom:15px; }
.cheg .col-1 { width: 30%; text-align: right!important; background-color: #fafafa; border-right: #eee solid 1px; padding-right: 20px; }
.ined h1 { text-align:left; }
#imeihao { width:382px!important }
/*hcj jixiu*/
/* yqx support notice start*/
#y-notice-cbg-main .cbg-white-bg { height:40px; max-width: 1210px!important; margin:0 auto; border-bottom: #eee solid 1px; }
#y-notice-cbg-main .cbg-menu form input[type=text] { width: 100px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
#y-notice-cbg-main .cbg-menu form .cbg-btn { vertical-align: middle; font-size: 1.2em; padding: 0 1em; line-height: 28px; background-color: #333; border-color: #333; color: #fff; border-radius: 0; }
#y-notice-cbg-main #y-cbg-main { width:960px; margin:50px auto; }
#y-notice-cbg-main #y-not-main > ul > li { position: relative; margin-top: 10px; }
#y-notice-cbg-main .cbg-menu form .sbToggle2 { background-color: #c01415; }
#cbg-notice-article { margin: 50px auto; max-width: 960px!important; padding: 30px 0; }
cbg-notice-article .cbg-text { margin: 50px 0; padding-bottom: 50px; border-bottom: #eee solid 1px; }
#cbg-notice-article h1 { font-size: 2em; line-height: 43px; float: left; }
#cbg-notice-article .cbg-date { float: right; }
.y-contanttitle .cbg-date .cbg-month { margin-right: 10px; }
.y-contanttitle .cbg-date .cbg-day { display: inline-block; vertical-align: middle; width: 53px; height: 43px; padding-left: 11px; font-size: 2em; line-height: 40px; text-align: center; color: #fff; background: url(../Images/img_con_cn_press_day_bg3.png) no-repeat; }
#cbg-notice-article .cbg-text { margin: 50px 0; padding-bottom: 50px; border-bottom: #eee solid 1px; }
#y-cbg-main .load-more .button { width: 220px; height: 35px; color: #666666; margin: 10px auto; line-height: 35px; font-size: 14px; text-align: center; cursor: pointer; background-color: #efefef; }
.y-p-content { font-size:13px; }
#support-notice-list .cbg-text { border-bottom:0px!important; }
/*#support-notice-list .y-info{opacity:9999!important;}*/
#support-notice-list .y-info .cbg-text h2 a { color:#333!important; }
#support-notice-list .y-info .cbg-text h2 { font-size:26px!important; margin: 0 0 12px 0!important; border-bottom: #eee solid 1px; font-size: 2em; }
#support-notice-list .cbg-text .y-seemore { margin-top: 1em; }
#support-notice-list .cbg-text .y-seemore .cbg-btn { font-size: 1.2em; color: #333; text-decoration: none; }
#support-notice-list .cbg-text .y-seemore .cbg-btn:hover { color: #c52525; border-color: #c52525; background-color: #fff; }
#support-notice-list .cbg-date .cbg-day { width:53px!important; padding-left: 13px!important; color: #fff!important; background: url(../Images/img_con_cn_press_day_bg3.png) no-repeat!important; }
/*yqx support notice end*/
/*GS BAIDUMAP*/
#cbg-reservation-form .cbg-std-table tbody td .create_icon { background:url(../Images/img_con_cn_create_icon.png) no-repeat 2px 1px; width:40px; height:31px; line-height:31px; float:left; }
#cbg-reservation-form .cbg-std-table tbody td .create_icon:hover { background:url(../Images/img_con_cn_create_icon_on.png) no-repeat 2px 0px; width:40px; height:31px; line-height:31px; float:left; }
.cn_baidumap { width:260px; margin:20px; }
/*begin GongShun fu wu zhong xing 2016.1.21*/
.cbg-captcha1 { width:87px!important; }
/*begin fu wu zhong xing css */
/*hcj*/
.product-wrap { padding:0px; margin:0px; }
ul.result { width: 198px; background-color: #fff; max-height: 260px; border: solid 1px #ccc; list-style: none; margin: 0; padding: 0; position: absolute; top: 30px; z-index: 1; overflow-y: auto; display:block; }
ul.result li { padding: 0 0px; text-indent: 10px; font-size: 14px; }
ul.result li a { border-bottom: dotted 1px #515151; display: block; outline: none; padding: 7px 0 7px 3px; }
.result li a:link, .result li a:visited, .result li a:hover, .result li a a:link, .result li a a:visited { color: #333; background:#eee; }
/*the end*/
.page-support-center .search-summary .center-addr { background-position: 0 -2px; }
.page-support-center .search-summary .center-phone { background-position: -1px -34px; }
.page-support-center .search-summary .center-time { background-position: -1px -65px; }
.page-support-center .search-summary .center-opr { background-position: -1px -94px; }
.page-support-center .search-summary .center-detail-txt { display: inline-block; padding-left: 30px; padding-right:10px; }
.page-support-center .search-summary .center-detail-txt1 { display: inline-block; padding-left: 30px; font-size: 14px; line-height:30px; }
.page-support-center .search-summary .view-more { font-weight: normal; cursor: pointer; font-size: 14px; float: right; margin: 10px 20px 15px 0; padding: 10px; background-color: #666; color: #fff; }
.page-support-center .search-summary .view-more:hover { background-color: #333; }
.page-support-center .map-section .search-summary { position: absolute; left: 60px!important; top:10px; display: none; z-index: 0; width: 280px; background-color: #fff; }
.page-support-center .search-summary .summary-header { text-align: center; background-color: #333; color: #fff; padding: 18px; font-size: 18px; font-weight: bold; }
.page-support-center .search-summary .summary-content { max-height: 550px; overflow-y: auto; border-bottom: 1px solid #aaa; }
.page-support-center .search-summary .center-info { position: relative; padding: 10px 0 10px 10px; border-bottom:1px solid #f0f0f0; }
.page-support-center .search-summary .center-info:hover { background-color: #eaeaea; }
.page-support-center .center-sum-r { width:220px; float:left; }
.page-support-center .center-name { font-size: 19px; font-weight: bold; line-height:1.3em; padding-left:9px; width:220px; float:left; }
.summary-content .center-detail-xing { width:90px; margin-top: 5px; margin-left:9px; background:url(../Images/img_con_cn_server_xing.png) no-repeat; height:16px; float:left; }
.summary-content .center-detail-xing.x1 { background-position:0px 0px; width:16px; }
.summary-content .center-detail-xing.x2 { background-position:-35px 0px; width:40px; }
.summary-content .center-detail-xing.x3 { background-position:-36px 0px; }
.summary-content .center-detail-xing.x4 { background-position:-18px 0px; }
.summary-content .center-detail-xing.x5 { background-position:1px 0px; }
.page-support-center .search-summary .center-info .xing { color: #f00; font-size: 18px; line-height: 1.5; }
.page-support-center .search-summary .center-info .center-detail { line-height: 2.6em; color: #555; font-size: 12px; text-indent: 4; position: relative; }
.page-support-center .search-summary .center-detail .center-addr, .center-phone, .center-time, .center-opr { display: inline-block; height: 24px; width: 24px; position: absolute; left: 0; top: 3px; }
.page-support-center .search-summary .center-addr:hover, .center-phone:hover, .center-time:hover, .center-opr:hover { background:url("../Images/img_con_cn_support_center_num0.png") no-repeat; }
.page-support-center .bdmap-logo { display: block; float:left; height: 28px; width: 22px; border: none; color: #fff; text-align: center; line-height: 24px; font-weight: bold; font-family: "arial"; background: url('../Images/img_con_cn_support_center_nums.png') 0 0 no-repeat; }
.page-support-center .search-summary .center-addr, .center-phone, .center-time, .center-opr { background:url("../Images/img_con_cn_support_center_num4.png") no-repeat; }
/* end fw wu zhong xin list*/
/*begin baidu biao zhu chuang kou*/
.baidubilogo { position: absolute; display: block; left: 0px; top: 0px; height: 28px; width: 22px; border: none; color: #fff; text-align: center; line-height: 24px; font-weight: bold; font-family: "arial"; background: url("../Images/img_con_cn_support_center_nums.png") 0 0 no-repeat; z-index: 1000; }
.baoidu-infossss { position: absolute; left: 70%; top:40%; z-index: 900; background-color: #fff; padding: 15px; min-width: 394px; }
.info_baidu_main .baidunetname { margin-left: 30px; margin-bottom: 20px; font-size: 20px; word-wrap:break-word; width:260px; vertical-align: baseline; z-index: 1000; margin-top:5px; }
.info_baidu_main .baidubilogo { left: 0px; }
.info_baidu_main .center-detail-txt { margin-bottom: 8px; word-wrap:break-word; width:280px; font-size: 14px; margin-top: -15px; padding-left:30px; }
.info_baidu_main .center-detail-xing { margin-bottom: 8px; word-wrap:break-word; width:90px; font-size: 14px; margin-top: -15px; margin-left:30px; background:url(../Images/img_con_cn_server_xing.png) no-repeat; height:22px; }
.info_baidu_main .center-detail-xing.x1 { background-position:0px 0px; width:16px; }
.info_baidu_main .center-detail-xing.x2 { background-position:-35px 0px; width:40px; }
.info_baidu_main .center-detail-xing.x3 { background-position:-36px 0px; }
.info_baidu_main .center-detail-xing.x4 { background-position:-18px 0px; }
.info_baidu_main .center-detail-xing.x5 { background-position:1px 0px; }
.info_baidu_main input { height: 39px; line-height:39px; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align:top; }
.info_baidu_main input.start-input { width: 140px; padding-left:8px; moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.info_baidu_main input.baidmap-phone { width: 200px; }
.info_baidu_main input.validate-input { width: 80px; margin-left:0%; margin-top:6px; text-indent:8px; }
.baidu_map_fenxiang { background: url('../Images/img_con_cn_support_center_num5.png') no-repeat; width:20px; height:21px; position:absolute; right: 20px; cursor:pointer; }
.info_baidu_main span.validate-span { -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; margin-left: 1.3%; width: 22%; height:39px; line-height: 39px; margin-top:6px; }
.info_baidu_main .bus, .car { width: 72px; margin-left: 4px; margin-left: 3px\0; background-color: #666; color: #fff; display: inline-block; cursor: pointer; border:1px #666 solid; height:39px; font-size: 18px; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.info_baidu_main .cell-phone:hover { color: #ebb52d; }
.info_baidu_main .car { height:39px; }
.info_baidu_main input.car { height:39px; }
.info_baidu_main .bus:hover, .car:hover { color: #ebb52d; }
.info_baidu_main .cell-phone { width: 85px; margin-left:6px; height:39px; line-height:35px; text-align:center; line-height:38px\9; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
.info_baidu_main .goto-logo { position: absolute; left: 70%; top:40%; display: none; z-index: 800; background-color: #fff; }
.info_baidu_main button.bdmap-logo { cursor: pointer; }
.info_baidu_main .vm-bdmap-logo { display: none; }
.info_baidu_main .goto-logo span { cursor: pointer; }
span.cbg-captcha1 { display: inline-block; font-size: 14px; font-weight: bold; line-height: 30px; text-align: center; cursor: pointer; color: #c2c2c2; vertical-align: top; background: #333 url('../Images/img_dev_en_code.jpg'); }
@media screen and (-webkit-min-device-pixel-ratio:0) {
span.cbg-captcha1 { line-height: 28px; }
} {
}
span.cbg-captcha1 { line-height: 32px; \0
}
/* fu wu zhongxin list end*/
/*gongshun map 2016.1.13*/
span#baidumap_code { margin-left: 2.5%; width: 52px!important; margin-top:6px; }
#search_networks { margin-left:20px; }
.info_baidu { position:relative; }
.baidu_map_div1 { background: url('../Images/img_con_cn_support_center_num7.png') no-repeat; width:328px; height:65px; margin-left:12px; box-sizing:border-box; padding: 13px 12px; padding: 13px 13px\9; }
.baidu_map_div2 { background: url('../Images/img_con_cn_support_center_num8.png') no-repeat; width:328px; height:101px; margin-left:12px; box-sizing:border-box; padding:3px 0 0 12px; padding:3px 0 0 13px\9; margin-top:7px; }
.baidu_map_close1 { background: url('../Images/img_con_cn_support_center_num1.png') no-repeat; }
/*end <NAME> wu zhong xing 2016.1.21*/
.use-help { width:650px; margin:0px auto; }
.use-help input[type=text] { width:512px; float:left; height:34px; border:1px solid #7e7e7e; font-size:14px; text-indent: 10px; color:#5c5c5c; vertical-align: middle; line-height:34px; }
.use-help .use-helpsou { background:#858585; text-align:center; color:#fff!important; width:118px; ; display:inline-block; border:1px solid #7e7e7e; line-height:34px; }
.use-help .use-helpsou:hover { background:#bf1000; text-align:center; color:#fff!important; width:118px; ; display:inline-block; border:1px solid #a80e00; line-height:34px; }
.tu { z-index: 999; }
#support-select-2 { width:178px!important; }
.exp_query { margin-right:80px; }
#code-window { height:220px; width:355px; position: absolute; z-index: 9999; border:1px solid #C1C1C1; top: 42%; left: 22%; background: #fbfbfb; display: none; border-radius: 4px; }
#code-window .y-info { width:350px; height:auto; margin:0px auto; padding-top:10px; }
#code-window .text-title { margin: 20px auto; width: 257px; font-size:14px; }
#code-window #surul { color: #797979; margin:0px auto; width:180px; margin-left:75px; margin-top:10px; }
.y-btn { width: 269px; margin: 0 auto; padding-top:35px; }
.y-yan { width: 229px; }
.y-yan .y-query-btn { padding-left:15px; }
.y-btn div { width:50px; }
.y-query-btn { float:left; padding-left:10px; }
.y-close-btn { float:right; padding-right:25px; }
.w210 { width:210px; }
.y-tishi { padding-bottom:15px; color:#df1000; font-size:12px; text-align:center; }
.y-tishi_null { padding-bottom:15px; color:#df1000; font-size:12px; text-align:center; }
#cbg-reservation-form .w140 { width:135px!important; }
#cbg-reservation-form .w80 { width:70px!important; }
/*hzj home*/
#cbg-main { overflow: hidden; padding-top: 67px; }
#cbg-banner .flex-control-paging li a.flex-active { background: #c52525; }
.slides-support .slides img {/*height:490px;*/ }
.list-slides .list-slide-viewport li img { width:auto; }
.cbg .flexslider { margin: 0; border: none; background-color: transparent; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-radius: 1px; /* 0px causes 1px line issue in IE. */ }
.cbg .flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.cbg .flex-direction-nav .flex-prev { left: 2%; }
.cbg .flex-direction-nav .flex-next { right: 2%; }
.cbg .flex-control-nav { bottom: 2%; }
.cbg .flex-control-nav { bottom: 10px; }
.flexslider { margin: 0; padding: 0; }
.cbg .flex-direction-nav a.flex-next:before { content: '\f002'; }
.cbg .flex-direction-nav a.flex-prev:before { content: '\f001'; }
.cbg .flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.cbg .flex-direction-nav a:hover { color:#df1000; }
/*liule */
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flexslider { margin: 0; padding: 0; }
html[xmlns] .slides { display: block; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;
}
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider .slides img { width: 100%; display: block; }
/*liule end*/
#cbg-press { position: relative; height: auto; padding: 0; overflow: hidden; background: #ccc; }
#cbg-press > ul { width: auto; margin: 2px; max-width: inherit; }
#cbg-press > ul > li { width: 50%; }
#cbg-press > ul > li > div { position: relative; display: block; width: auto; margin: 2px; overflow: hidden; }
#cbg-press > ul > li > div > div.flexslider { position: absolute; width: 100%; height: 100%; }
#cbg-press div.flexslider ul.slides > li > a { display: block; height: 100%; position: relative; }
#cbg-press div.flexslider ul.slides > li { display: block; height: 100%; }
#cbg-press div.flexslider ul.slides > li > a img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; display: block; }
/*for home sns start*/
#cbg-sns { padding: 20px 0; padding-bottom: 312px; background: url(../Images/sns_bg.jpg); background-position: top center; background-size: cover; }
#cbg-sns { padding-top: 1px; }
/* text feeds */
#cbg-sns .cbg-text-feeds { height: 163px; overflow: hidden; color: #fff; background: url('../Images/sina_feeds_bg.jpg') no-repeat; background-position: center center; }
#cbg-sns .cbg-text-feeds h2 { display: block; width: 60px; height: 60px; margin: 5px auto; text-indent: -9999px; background: url('../Images/sprites_cbg_1.png') no-repeat; background-position: -22px -125px; }
#cbg-sns .cbg-text-feeds h2 a { display: block; width: 100%; height: 100%; }
#cbg-sns .cbg-text-feeds ul li { height: 85px; }
#cbg-sns .cbg-text-feeds q { display: block; width: 96%; margin: 0 auto; font-size: 1.2em; text-align: center; line-height: 140%; }
#cbg-sns .cbg-text-feeds p { width: 80%; margin: 1em auto; text-align: right; }
#cbg-sns .cbg-text-feeds p em { display: block; float: right; padding: 0.5em 1em; background-color: #c52525; color: #fff; }
/* feeds strips */
#cbg-sns .cbg-feeds { position: relative; height: auto; overflow: hidden; margin: 20px 0; }
#cbg-sns .cbg-feeds .heading { display: table; position: absolute; left: 50%; margin-left: -60px; width: 120px; height: 100%; z-index: 10; }
#cbg-sns .cbg-feeds .heading .cbg-overlay { position: absolute; width: 100%; height: 110%; background-color: #000; opacity: 0.8; filter: alpha(opacity = 80); }
#cbg-sns .cbg-feeds .heading-inner { display: table-cell; position: relative; text-align: center; vertical-align: middle; }
#cbg-sns .cbg-feeds .heading a { display: inline-block; width: 100%; height: 100%; background: url(../Images/img_con_cn_base.png) no-repeat; text-indent: -9999px; }
#cbg-sns .cbg-club-feeds { margin-top: 14px; }
#cbg-sns .cbg-club-feeds .heading a { width: 80px; height: 80px; background-position: 0 -109px; }
#cbg-sns .cbg-youku-feeds .heading a { width: 120px; height: 80px; background-position: -81px -109px; }
#cbg-sns .cbg-facebook-feeds .heading a { width: 48px; height: 48px; background-position: -379px -233px; }
#cbg-sns .cbg-youtube-feeds .heading a { width: 58px; height: 52px; background-position: -432px -233px; }
#cbg-sns .cbg-feeds ul.slides li { height: auto; }
#cbg-sns .cbg-feeds ul.slides li a { position: relative; display: block; width: 100%; height: 100%; color: #fff; }
#cbg-sns .cbg-feeds ul.slides li a:hover { color: #eee; }
/* image item */
#cbg-sns .cbg-feeds ul li.cbg-img img { min-width: 100%; height: 100%; }
#cbg-sns .cbg-feeds ul li.cbg-img div.cbg-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.3; filter: alpha(opacity = 30); transition: all linear 0.2s; }
#cbg-sns .cbg-feeds ul li.cbg-img div.cbg-overlay:hover { opacity: 0; filter: alpha(opacity = 0); }
#cbg-sns .cbg-feeds ul li.cbg-img div.text-outer { display: table; width: 101%; height: 101%; background: #c52525 url('../Images/sns_block_bg_red.jpg') repeat-y; }
#cbg-sns .cbg-facebook-feeds ul li.cbg-img div.text-outer { background: #3b5998 url('../Images/sns_block_bg_facebook.jpg') repeat-y; }
#cbg-sns .cbg-youtube-feeds ul li.cbg-img div.text-outer { background: #bb0000 url('../Images/sns_block_bg_youtube.jpg') repeat-y; }
#cbg-sns .cbg-youku-feeds ul li.cbg-img div.text-outer { background: #9b6e07 url('../Images/sns_block_bg_yellow.jpg') repeat-y; }
#cbg-sns .cbg-feeds ul li.cbg-img div.text-inner { display: table-cell; width: 100%; height: 100%; padding: 5%; font-size: 12px; text-align: center; vertical-align: middle; line-height: 160%; }
/* text-only item */
#cbg-sns .cbg-feeds ul li.text { background-color: #c52525; color: #fff; line-height: 150%; text-align: center; }
#cbg-sns .cbg-feeds ul li.text p { padding: 1em; }
/*mb star*/
/* override */
.list-main .cbg-breadcrumbs { float: left; padding: 19px 0 10px 0; width: 100%; min-width: inherit!important; border-top: none; }
.list-main .cbg-breadcrumbs .cbg-wrapper { width: 100%!important; }
.list-slides { height: 810px; margin-bottom: 0px; border: none; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; overflow: hidden; }
.list-slide-direction-nav { display: none; }
.list-slide-nav { text-align: center; font-size: 18px; margin-top: -41px; z-index: 1; position: relative; }
.list-slide-nav li { position: relative; bottom: -1px; text-align: center; width: 240px; height: 40px; display: inline-block; line-height: 41px; color: #070707; cursor: pointer; }
.list-slide-nav .list-slide-active, .list-slide-nav li:hover { color: #c52525; border-bottom: #c52525 solid 1px; }
.list-nav { width: 100%; height: 50px; line-height: 50px; font-size: 14px; color: #FFFFFF; background-color: #292a2e; background-image: url(../Images/list-nav-small.png); }
.list-nav ul, .list-nav li { display: inline-block; }
.list-slide-viewport { position: relative; height: 100%; /*background-image: url('../Images/list-banner-bg.png');*/
background-size: cover; background-repeat: no-repeat; background-position: center center; }
.list-slides ul, .list-slides li { height: 100%; }
.list-slides li { display: block; }
.list-slides h1 { font-size: 3em; line-height: 1.2em; }
.list-slide-btn { width: 50%; height: 34px; text-align: center; display: inline-block; cursor: pointer; font-size: 14px; line-height: 30px; color: #3E3E3E; position: relative; float: left; overflow: hidden; }
.list-slide-a { border: 1px solid #2c2c2c; width: 80%; height: 30px; line-height: 30px; max-width: 180px; display: inline-block; background: url(../Images/c4d3fe89d75a4b988c139e08bfa44f85.gif); }
.list-slide-a:hover{ border-color: #c52525;}
a.list-slide-buy-toggle .cbg-icon { float: left; }
.list-slide-btn .list-slide-buy-item { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 32px; min-width: 180px; background-color: #EB212E; }
.list-slide-btn .list-slide-buy-item li { display: inline-block; padding: 0 5px; }
.list-slide-btn .list-slide-buy-item a { color: #efefef; text-align: center; }
.list-slide-btn .list-slide-buy-item a:hover { color: #fff; }
.list-slide-title, .list-slide-icon, .list-slide-action, .list-slide-thumb { -webkit-transition: all 1000ms ease-out; -ms-transition: all 1000ms ease-out; -moz-transition: all 1000ms ease-out; transition: all 1000ms ease-out; }
.list-slide-active-slide .list-slide-thumb { -webkit-transition-delay: 500ms; -ms-transition-delay: 500ms; -moz-transition-delay: 500ms; transition-delay: 500ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-active-slide .list-slide-icon { -webkit-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -moz-transition-delay: 1500ms; transition-delay: 1500ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-active-slide .list-slide-title { -webkit-transition-delay: 1000ms; -ms-transition-delay: 1000ms; -moz-transition-delay: 1000ms; transition-delay: 1000ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-active-slide .list-slide-action { -webkit-transition-delay: 2000ms; -ms-transition-delay: 2000ms; -moz-transition-delay: 2000ms; transition-delay: 2000ms; -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); -moz-transform: translateX(-5px); transform: translateX(-5px); }
.list-slide-title, .list-slide-icon, .list-slide-action, .list-slide-thumb { opacity: 0; +filter: alpha(opacity=0);
}
.list-slide-active-slide .list-slide-title, .list-slide-active-slide .list-slide-icon, .list-slide-active-slide .list-slide-action, .list-slide-active-slide .list-slide-thumb { opacity: 1; +filter: alpha(opacity=100);
}
.list-breadcrumb { margin-left: 50px; }
.list-breadcrumb a { color: #FFFFFF; }
.list-pages, .list-page-num { float: right; }
.list-page-num { margin-right: 50px; }
.list-page-cur { padding-left: 5px; padding-right: 5px; color: #f20b0b; }
.list-npp { padding-left: 5px; padding-right: 5px; margin-left: 10px; line-height: 30px; display: inline-block; cursor: pointer; }
.list-npp-cur { background-color: #f20b0b; }
.list-page-total { padding-left: 5px; padding-right: 5px; }
.list-page-prev { position: relative; top: 15px; left: 0; display: inline-block; width: 20px; height: 20px; background-image: url('../Images/list-navigate-arrow.png'); background-position: 0 -44px; cursor: pointer; margin: 0 5px 0 15px; }
.list-page-next { position: relative; top: 15px; left: 0; display: inline-block; width: 20px; height: 20px; background-image: url('../Images/list-navigate-arrow.png'); background-position: -22px -44px; cursor: pointer; }
.list-filter { position: relative; z-index: 10; float: left; width: 200px; padding: 0 10px; }
.list-filter h3 { font-size: 14px; height: 42px; line-height: 50px; }
.list-filter-toggle { width: auto; height: 30px; display: none; margin: 0 auto; border: 1px solid #e5e5e5; border-top: none; background-color: #fdfdfd; }
.list-filter-menus { width: auto; margin: 0 auto; overflow: hidden;/*-webkit-transition: height 490ms ease-out;
-ms-transition: height 490ms ease-out;
-moz-transition: height 490ms ease-out;
transition: height 490ms ease-out;*/
}
.list-filter-menus-selected { height: 196px; }
.list-filter-label { display: block; width: 100%; height: auto; font-size: 14px; padding: 10px 0px; border-top: #666 solid 1px; border-bottom: #eee solid 1px; }
.list-filter-label span { display: inline-block; vertical-align: middle; margin-right: 10px; }
.list-filter-vals { width: auto; margin-left: 0px; padding-left: 0px; overflow: hidden; text-align: left; line-height: 23px; color: #777777; }
.list-fiter-line { clear: both; margin-bottom: 40px; overflow: hidden; }
.list-filter-val { position: relative; display: block; cursor: pointer; padding: 2px 5px; margin: 5px 0; }
.list-filter-val span { position: absolute; right: 0; top: 0; display: none; width: 30px; height: 100%; background: #efefef url(../Images/img_con_base.png) no-repeat; background-position: -163px -393px; }
.list-filter-val:hover { color: #c52525; }
.list-filter-val-selected { background-color: #ed3434; color: #FFFFFF; }
.list-filter-val-selected span { display: block; opacity: 0.98; filter: alpha(opacity=98); }
.list-filter-val-selected:hover span { opacity: 1; filter: alpha(opacity=100); }
.list-filter-val-selected:hover { background-color: #c52525; color: #fff; }
.list-filter-togglebtn { width: 100%; height: 100%; display: block; background-image: url('../Images/list-icon.png'); background-repeat: no-repeat; background-position: 344px -378px; cursor: pointer; font-size: 14px; line-height: 30px; color: #3e3e3e; }
.list-item { width: 320px; height: 680px; margin-left: 5px; margin-right: 5px; margin-top: 10px; float: left; }
.list-item-images { /*background-color: #fafafb;*/
width: 320px; height: 400px; text-align: center; position: relative; overflow: hidden; }
.list-item-image { width: 100%; height: 100%; /*-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);*/
opacity: 1; filter: alpha(opacity=100);/*-webkit-transition: all 1000ms ease-out;
-ms-transition: all 1000ms ease-out;
-moz-transition: all 1000ms ease-out;
transition: all 1000ms ease-out;*/
}
.list-item-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0);/*-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
-moz-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 1000ms ease-out;
-ms-transition: all 1000ms ease-out;
-moz-transition: all 1000ms ease-out;
transition: all 1000ms ease-out;*/
}
.list-item-images:hover .list-item-image { /*-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
-moz-transform: scale(0.4);
transform: scale(0.4);
opacity: 0;
filter: alpha(opacity=0);*/
}
.list-item-images:hover .list-item-bg { /*-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
filter: alpha(opacity=100);*/
}
.list-clear { clear: both; }
.list-item-detail { position: relative; margin-top: 5px; margin-bottom: 0px;/*border-bottom: 1px solid #eaeaea;*/
}
.list-item-icon { position: absolute; top: 10px; left: 0; width: 43px; height: 16px; background-image: url(../Images/list-item-icon-new.png); }
.list-item-title { position: relative; text-align: center; font-size: 18px; line-height: 40px; color: #070707; }
.list-item-detail .list-item-title-ico{position: absolute;left: 0;top: 12px;width: 40px;height: 16px;line-height: 16px;font-size: 12px;background: #ee202d;font-style: normal;color: #fff;display: block;text-align: center;}
.list-item-title-ico:after{ position: absolute; right: -6px; top: 50%; margin-top: -3px; width: 0; height: 0; border-width: 3px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #ee202d; font-size: 0; overflow: hidden; content: ' '; }
.list-item-desc { color: #777777; font-size: 13px; line-height: 30px; height: 60px; text-align: center; }
.list-item-colors {display: inline-block;margin-right: 10px;}
.list-item-colorcompare {position: relative; z-index: 2; text-align: center;height: 35px;line-height: 35px; margin-bottom: 13px; white-space: nowrap;}
.list-item-compare-tooltip{ display: none; position: absolute; right: 77px; top: -16px; padding: 0 10px; height: 45px; line-height: 45px; background: #eb212e; color: #fff; cursor: auto;}
.list-item-compare-tooltip:after{ display: block; position: absolute; right: -10px; top: 50%; margin-top: -5px; width: 0; height: 0; border-width: 5px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #eb212e; content: ' ';}
.list-item-compare-tooltip i { background-image: url(../Images/img_con_base.png); background-repeat: no-repeat; background-position: -108px -1496px; line-height: 30px; display: inline-block; width: 30px; height: 30px; overflow: hidden; vertical-align: middle; }
.list-item-compare { position: relative; z-index: 2; height: 35px;text-align: center;cursor: pointer;line-height: 13px;display: inline-block;vertical-align: top;margin-top: 11px;}
.list-item-compare:hover { color: #000; }
.list-item-compare-icon { width: 13px; height: 13px; display: inline-block; vertical-align: bottom; background-position: -127px -391px; background-repeat: no-repeat; background-image: url(../Images/img_con_base.png); }
.list-item-compare-icon i { display: none; }
.list-item-compare-selected, .list-item-compare-selected:hover { color: #c52525; }
.list-item-compare-selected .list-item-compare-icon { background-position: -145px -391px; }
.list-item-color-sel {border-width: 5px;border-color: #FFFFFF;border-style: solid;width: 25px;height: 25px;display: inline-block;}
.list-item-color-sel:hover .list-item-tooltip { display: block; }
.list-item-color-selected { /*border-color: #eb212e;*/
border-color: #eaeaea; }
.list-item-color { border-radius: 25px; width: 23px; height: 23px; }
.list-item-color0 { background-color: #FFFFFF; }
.list-item-color1 { background-color: #000000; }
.list-item-color2 { background-color: #f2f2f2; }
.list-item-color3 { background-color: #c7b9aa; }
.list-item-color4 { background-color: #cbcece; }
.list-item-color5 { background-color: #efefef; }
.list-item-color6 { background-color: #d3c6b6; }
.list-item-color7 { background-color: #d0d0d0; }
.list-item-color8 { background-color: #efefef; }
.list-item-color9 { background-color: #f7d7da; }
.list-item-color10 { background-color: #d9d9d9; }
.list-item-color11 { background-color: #d3c9c3; }
.list-item-color12 { background-color: #dccdb8; }
.list-item-color13 { background-color: #b4b4b4; }
.list-item-color14 { background-color: #e3e3e3; }
.list-item-color-selected .list-item-color { /*border-color: #eb212e;*/
}
.list-item-color-black { background-color: #000; }
.list-item-color-white { background-color: #fff; border: #ccc solid 1px; width: 22px; height: 22px; }
.list-item-tooltip { z-index: 1; display: none; position: absolute; top: -30px; left: -10px; width: 55px; background: #fcfcfc; color: #949494; border: 1px solid #e8e8e8; line-height: 22px; padding: 0 5px; }
.list-item-footer { position: relative; height: 40px; padding-top: 18px; border-top: #eee solid 1px; }
.list-item-place { display: none; position: absolute; top: -100px; width: 100%; height: auto; min-height: 50px; max-height: 132px; overflow-y: auto; background-color: #eb212e; color: #333; line-height: 33px; }
.x-disabled a { color:#efefef!important; }
.item02 { top:-72px; }
.list-item-place a { text-align: center; font-size: 18px; color: #efefef; }
.list-item-place a:hover { color: #FFFFFF; }
.list-item-place .line { position: relative; height: 50px; }
.list-item-place .line1 a { font-weight: bold; }
.list-item-place .line2 { background-color: #d3202e; }
.list-item-place .focus { display: none; float: left; width: 87px; height: 28px; background-image: url(../Images/list-mark.png); text-align: center; margin-left: -100px; margin-top: 5px; line-height: 20px; color: #c81c27; }
.list-item-place ul { margin: 0px 17px 0px 18px; }
.list-item-place ul li { line-height: 50px; height: 50px; display: inline; padding: 0px 10px 0px 10px; text-align: left; float: left; }
.list-item-place li img { width:112px; height:47px; }
.list-item-place .line2 li { display: block; width: 93%; text-align: right; }
.list-item-place .line2 a { font-size: 16px; }
.list-item-place .line2 i { width: 20px; height: 50px; background-image: url(../Images/list-icon.png); background-position: left -260px; display: inline-block; background-repeat: no-repeat; }
.list-item-place .icon { position: absolute; bottom: 6px; right: 6px; border-top: 6px solid rgba(0, 0, 0, 0); border-left: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid #FFFFFF; border-right: 6px solid #FFFFFF; }
.list-item-footer.hover .list-item-operation { margin-top: -100px; }
.list-item-footer.hover .list-item-place { }
.list-item-operation { position: relative; z-index: 10; height: 40px; text-align: center;/*-webkit-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
transition: all 500ms ease-out;*/
}
.list-item-more {display: inline-block;color: #000;line-height: 28px;border: 1px solid #000;width: 160px;cursor: pointer;vertical-align: top;margin-right: 10px;}
.list-item-more:hover{ border-color: #c52525;}
a.list-item-buy {line-height: 30px; height: 30px;width: 36px;cursor: pointer;text-indent: -9999px;margin-right: 0;display: inline-block; background-position:-112px -1597px; background-color: #f0312c;}
a.list-item-buy:hover{ background-color: #f64841;}
a.list-item-buy.active { width: 70px; height: 53px; margin-right: 0; margin-top: -23px; }
.list-compare { position: absolute; top: 0; right: 0px; width: 120px; max-height: 80%; z-index: 1000; }
.list-compare-cancel { position: absolute; top: 0; left: 0; width: 13px; height: 13px; font-size: 0; color: #EB212E; display: block; cursor: pointer; z-index: 1; background-image: url(../Images/img_con_base.png); background-repeat: no-repeat; background-position: -168px -1494px; }
.list-compare-cancel:hover { background-position: -168px -1507px; }
.list-compare-title { border-bottom: 1px solid #eee; font-size: 14px; line-height: 42px; position: relative; }
.list-compare-icon { background-image: url(../Images/list-compare-icon.png); width: 14px; height: 14px; position: absolute; left: 5px; top: 8px; }
.list-compare-item { position: relative; text-align: center; margin: 2px 0; border: 1px solid #EDF1F4; padding-bottom: 20px; }
.list-compare-name { line-height: 24px; height: 24px; font-size: 11px; overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; }
.list-compare-pname { position: relative; z-index: 1; color: #FFFFFF; }
.list-compare-mask { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #cecece; }
.list-compare-item img { height: 120px; display: inline-block; margin: 0 auto; }
.list-compare-btn { background-color: #ed3434; line-height: 24px; height: 24px; text-align: center; color: #fff; cursor: pointer; }
.list-compare-btn:hover { background-color: #c52525; }
.list-none { display: none; }
/*1:苍穹黑/2:皓月银/3:烟云灰/4:流光金/5:曜石黑/6:月光银/7:琥珀金/8:黑/9:白/10:银/11:金/12:钻石黑/13:雪白/14:粉*/
/*.x-p-c1{background-color: #171717;}
.x-p-c2{background-color: #d1d1d1;}
.x-p-c3{background-color: #ededed;}
.x-p-c4{background-color: #e1c3a8;}
.x-p-c5{background-color: #2d2c34;}
.x-p-c6{background-color: #d1d3d7;}
.x-p-c7{background-color: #b7a891;}
.x-p-c8{background-color: #000000;}
.x-p-c9{background-color: #ffffff;}
.x-p-c10{background-color: #C0C0C0;}
.x-p-c11{background-color: #DAA520;}
.x-p-c12{background-color: #3b3b3b;}
.x-p-c13{background-color: #fefefe;}
.x-p-c14{background-color: #ffb4c1;}*/
.x-p-c1 { background-color: #000000; }
.x-p-c2 { background-color: #cccccc; }
.x-p-c3 { background-color: #666666; }
.x-p-c4 { background-color: #e5d1b6; }
.x-p-c5 { background-color: #000000; }
.x-p-c6 { background-color: #cccccc; }
.x-p-c7 { background-color: #e5d1b6; }
.x-p-c8 { background-color: #000000; }
.x-p-c9 { background-color: #ffffff; border: #ccc solid 1px; width: 22px; height: 22px; }
.x-p-c10 { background-color: #cccccc; }
.x-p-c11 { background-color: #e5d1b6; }
.x-p-c12 { background-color: #000000; }
.x-p-c13 { background-color: #ffffff; }
.x-p-c14 { background-color: #ffe4f4; }
.x-p-c16 { background-color: #0099ff; }
.x-p-c17 { background-color: #be9080; }
.x-disabled, .x-disabled a, .x-disabled a:hover { cursor: default; color: #999!important; }
.list-items { display: none; }
.list-slide-content { position: relative; height: 100%; margin-right: 100px; margin-left: 100px; }
.list-slide-text { position: absolute; z-index: 10; top: 10%; left: 0%; width: 50%; }
@media (min-width: 1200px) {
.list-slide-text { top: 20%; left: 5%; width: 45%; }
}
.list-slide-thumb { position: absolute; top: 5%; left: 50%; height: 90%; width: 50%; }
.list-slide-thumb img { display: block; height: 100%; }
.list-slide-content-right .list-slide-text { left: 50%; }
.list-slide-content-right .list-slide-thumb { left: 5%; }
.list-slide-title { text-align: center; margin: 0 auto 5%; }
.list-slide-title p { display: block; text-align: center; color: #231f20; font-size: 1.5em; line-height: 3em; }
.list-slide-title img { max-height: 100%; max-width: 90%; width: auto; display: inline-block; margin: 0 auto; }
.list-slide-icon { width: 100%; text-align: center; margin-bottom: 5%; }
.list-slide-icon ul { display: inline-block; width: 100%; max-width: 450px; margin: 0 auto; text-align: center; }
.list-slide-icon li { float: left; width: 33%; min-width: 110px; height: 130px; }
.tjw-list li { width: 50%; }
.list-slide-icon span { display: block; margin-top: 10px; line-height: 20px; font-size: 13px; }
.list-slide-action { max-width: 500px; margin: 0 auto; text-align: center; }
#cbg-banner { background-color: gray; }
/*stores*/
#cbg-stores { position: relative; overflow: hidden; background-color: #333; }
#cbg-stores .cbg-bg { position: absolute; width: 104%; height: 800px; left: -2%; top: -40px; }
#cbg-stores .cbg-bg .layer { width: 100%; height: 100%; background: #333 url(../Images/img_con_en_maps_bg.jpg); background-position: center top; }
#cbg-stores .cbg-wrapper { position: relative; left: 0; top: 0; width: 100%; height: 100%; }
#cbg-stores h2 { margin: 70px 0; text-align: center; font-size: 3em; letter-spacing: 0.2em; color:#ccc; }
.cbg .cbg-dark { color: #ccc; }
#cbg-stores h2 span { display: block; width: 110px; height: 110px; margin: 0px auto; margin-bottom: 1em; background: url('../Images/sprites_2.png') no-repeat; }
#cbg-stores ul.figures { width: 70%; margin: 0 auto; }
#cbg-stores ul.figures li { width: 33.33%; font-size: 1.2em; text-align: center; border-right: #505050 solid 1px; }
#cbg-stores ul.figures li.cbg-last { width: 33.0%; border-right: none; }
#cbg-stores ul.figures li em { display: block; margin-bottom: 0.5em; font-size: 2em; font-family: Arial, sans-serif; font-weight: lighter; }
#cbg-stores form { margin: 70px 0; text-align: center; }
#cbg-stores form .sbHolder { display: inline-block; width: 20%; min-width: 220px; margin: 0.5em; text-align: left; font-size: 1.4em; font-family: inherit; }
#cbg-stores form .sbSelector, #cbg-stores form .sbOptions { width: 100%; }
#cbg-stores form .sbOptions { max-height: 170px!important; }
#cbg-stores form div.actions { margin: 4em 0; }
#cbg-stores form input[type=submit] { margin: 0 1em; }
#cbg-stores h3 { width: 8em; margin: 0 auto; text-align: center; color: #fff; font-size: 1.3em; padding-bottom: 0.5em; border-bottom: #c52525 solid 2px; }
/* Online stores */
#cbg-stores .online-stores { padding: 40px 0; background: url(../Images/img_con_cn_online_stores_bg.png) repeat-y; }
#cbg-stores .online-stores ul { width: 900px; margin: 0 auto; }
#cbg-stores .online-stores ul li { width: 33%; height: 40px; text-align: center; border-right: #333 solid 1px; }
#cbg-stores .online-stores ul li.cbg-last { border-right: none; }
#cbg-stores .online-stores ul li a { display: block; margin: 0 auto; text-indent: -9999px; background: url(../Images/img_con_cn_sprites_cbg_1.png) no-repeat; }
#cbg-stores .online-stores ul li.col-1 a { /* VMALL */ width: 100px; height: 40px; background-position: -131px -283px; }
#cbg-stores .online-stores ul li.col-1 a:hover { background-position: -131px -333px; }
#cbg-stores .online-stores ul li.col-2 a { /* Tmall */ width: 160px; height: 40px; background-position: -253px -283px; }
#cbg-stores .online-stores ul li.col-2 a:hover { background-position: -254px -333px; }
#cbg-stores .online-stores ul li.col-3 a { /* JD */ width: 160px; height: 40px; background-position: -440px -283px; }
#cbg-stores .online-stores ul li.col-3 a:hover { background-position: -440px -333px; }
#cbg-stores .online-stores ul li.col-4 a { /* Gome */ width: 110px; height: 40px; background-position: -131px -387px; }
#cbg-stores .online-stores ul li.col-4 a:hover { background-position: -131px -439px; }
.cbg-support-home #cbg-main p.support-list-p { min-height: 40px; line-height: 22px; font-size: 14px; }
.sup_list_pb { padding-top:10px; }
/*stores end*/
/*for home sns start*/
/* custom styles for paging */
#cbg-press .flex-control-nav { right: 10px; width: auto; padding: 6px 6px 5px 6px; border-radius: 20px; background-color: #222; }
#cbg-press .flex-control-nav li { margin: 0 3px; }
#cbg-press .flex-control-nav li a { width: 15px; height: 15px; border: #999 solid 2px!important; background: transparent; box-shadow: none; transition: all linear 0.2s; }
#cbg-press .flex-control-nav li a:hover { background: #111; }
#cbg-press .flex-control-nav li a.flex-active { background-color: #999!important; }
/*hzj home end*/
/*mobile-list*/
@media only screen and (max-width:999px), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
.list-item-detail {
margin-top: 15px;
}
}
@media only screen and (max-width:767px) {
.cbg-wearables .cbg-breadcrumbs { margin-top:0; display:none }
.list-slide-nav { margin-top:0; background:#fafafa }
.list-slide-nav li { margin:0 5px; font-size:14px; display:inline-block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border-radius:20px; border:#999 solid 1px }
.list-slide-nav .list-slide-active { background:#c52525!important; border-bottom-color:#999 }
.list-slide-nav li:hover { background:#333; background:rgba(0,0,0,.7); border-bottom-color:#999 }
.list-filter { width:100%; padding:0 }
.list-filter h3 { height:60px; line-height:60px; text-align:center; border-bottom:1px solid #d8d8d8; position:relative }
.list-filter h3:after { display:block; position:absolute; left:50%; bottom:10px; width:7px; height:4px; margin-left:-3px; background-position:-26px -395px; content:'' }
.list-filter h3.on:after { background-position:-80px -395px }
.list-filter-menus { background:#131313; color:#fff; display:none }
.list-fiter-line { margin-bottom:10px; padding:0 3.5% }
.list-filter-label { padding:0; border-bottom-color:#303030; border-top:none; font-size:16px; line-height:50px; text-align:center }
.list-filter-val, .list-filter-val:hover { color:#fff }
.list-filter-val { width:90%; height:35px; line-height:35px; margin:17px auto 0; text-align:center; border:1px solid #303030; font-size:12px; padding:0 }
.list-filter-val span { background-position:-163px -389px }
.list-fiter-line-3 .list-filter-vals div { width:33%; float:left }
.list-fiter-line-2 .list-filter-vals div { width:50%; float:left }
.cbg-icon-filter-screen { background:url(../Images/cbg-icon-filter-screen.png) no-repeat }
.cbg-icon-filter-feature { background:url(../Images/cbg-icon-filter-feature.png) no-repeat }
.cbg-icon-filter-camera { background:url(../Images/cbg-icon-filter-camera.png) no-repeat }
.cbg-icon-filter-series { background:url(../Images/cbg-icon-filter-series.png) no-repeat }
.list-filter-label span { display:inline-block; width:24px; height:24px; background-size:cover }
.list-main { padding:0 }
.list-main .cbg-breadcrumbs { display:none }
.list-main .list-item { width:100%; height:auto; overflow:hidden; margin:0; border-bottom:1px solid #d8d8d8; position:relative }
.list-main .list-item-images { width:30%; max-width:115px; height:auto; margin-top:15px; margin-right:3%; float:left; z-index:10 }
.list-item-detail .list-item-icon { z-index:15; display:none }
.list-item-detail .list-item-title { text-align:left; height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:left }
.list-item-detail .list-item-desc { font-size: 14px; color:#4a4a4a; padding-right:10px; height:auto; height:auto; line-height:1.5; text-align:left; overflow:hidden; white-space:pre-wrap; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
.list-item-colorcompare .list-item-color-sel { width:auto; height:auto }
.list-item-colorcompare .list-item-colors { height:auto; width:auto; overflow:hidden; float:initial }
.list-item-colorcompare .list-item-color { width:11px; height:11px }
.list-item-colorcompare .list-item-compare { position:absolute; z-index:15; bottom:10px; right:10px; margin-top:22px }
.list-main .list-clear { display:none }
.list-item-compare-tooltip { top:28px; left:inherit; right:70px; height:40px; line-height:40px; padding-right:15px; z-index:20 }
.list-item-footer { border:none; padding-top:10px }
.list-item-footer .list-item-place { top:auto; bottom:40px; left:115px; width:auto }
.list-item-compare { position:absolute; top:10px; right:10px }
.list-item-more { width:auto; margin-left:0; padding:0 5px; margin-right:5px }
a.list-item-buy { float:left }
.cbg-icon-cart-small, a.list-item-buy { background-position:-108px -425px }
a.list-item-buy.active { width:36px; height:40px; margin-top:0; background-position:-108px -425px }
.list-item-place li { padding:0 5px }
.list-item-place a { font-size:12px }
.list-compare { width:100%; height:auto; position:fixed; z-index:100; top:inherit; bottom:0; background:rgba(255,255,255,.95) }
.list-item-compare-icon { margin-right:0 }
.list-compare-btn, .list-compare-title { height:40px; line-height:40px; text-align:center; border-top:1px solid #d7d7d7; border-bottom-color:#d7d7d7 }
.list-compare-body { width:100%; height:150px }
.list-compare-item { width:33.3%; float:left; height:150px; margin:0; padding:0; border-width:0 1px 0 0; margin-right:-1px; border-color:#d9d9d9 }
.list-compare-name { top:0; bottom:auto }
.list-compare-name { height:30px }
.list-compare-name .list-compare-mask { display:none }
.list-compare-name .list-compare-pname { color:#000; font-size:12px; height:30px; line-height:30px; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap }
.list-compare-item img { margin-top:35px; height:90px }
.list-compare-cancel { width:100%; height:26px; line-height:26px; text-align:center; top:auto; bottom:5px; z-index:10; color:#de2910; background:0 0 }
.list-compare-cancel:before { display:inline-block; content:''; width:12px; height:12px; line-height:26px; margin:0 5px; vertical-align:middle; background:url(../Images/list-compare-cancel.png) center center no-repeat; background-size:12px 12px }
.list-compare-title:before { display:inline-block; content:''; vertical-align:middle; width:15px; height:15px; background:url(../Images/compare-off.png) no-repeat; background-size:cover }
.list-compare-title.on:before { background-image:url(../Images/compare-on.png) }
#cbg-main .list-slides { height:550px }
/*#cbg-main .list-slide-content{margin:0}*/
#cbg-main .list-slide-content .list-slide-thumb { width:60%; height:auto; margin:30% 0 0 -40%; left:auto }
#cbg-main .list-slide-content .list-slide-thumb img { width:100%; height:auto }
/*#cbg-main .list-slide-text{width:100%;top:5%;height:95%;left:0}*/
#cbg-main .list-slides h1 { font-size:2em }
#cbg-main .list-slide-title img { max-width:65% }
#cbg-main .list-slide-title p { font-size:1.2em; line-height:1.5 }
#cbg-main .list-slide-icon { margin:0; position:absolute; bottom:15% }
#cbg-main .list-slide-icon ul { width:80%; padding:0 10% }
#cbg-main .list-slide-icon li { height:auto; font-size:10px; width:100%; line-height:1.5 }
#cbg-main .list-slide-icon li img { display:none }
#cbg-main .list-slide-icon span { margin-top:0; font-size: 14px; color: #262626; }
#cbg-main .list-slide-a { font-size:12px; border-color:#a7a7a7; color: #4a4a4a;/* height: 38px; line-height: 38px; margin-top: -10px;*/ }
/*#cbg-main .list-slide-active-slide .list-slide-action{width:100%;max-width:100%;position:absolute;bottom:15px;left:0}*/
#cbg-main .list-slide-btn .list-slide-buy-item li { padding:0; font-size:10px }
#cbg-main .list-slide-content-1 .list-slide-thumb { width:54%; margin:22% 0 0 23% }
#cbg-main .list-slide-content-2 .list-slide-thumb { margin:22% 0 0 20% }
#cbg-main.cbg-tablets .list-slide-content .list-slide-thumb { margin:20% 0 0 20% }
#cbg-main.cbg-wearables .list-slide-content .list-slide-thumb { margin:15% 0 0 15% }
#cbg-main.cbg-wifi .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-wingles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-dongles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-accessories .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-wireless-routers .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-plc .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-mediaq .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-broadband-modem .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-mediaq .cbg-breadcrumbs, #cbg-main.cbg-broadband-modem .cbg-breadcrumbs, #cbg-main.cbg-plc .cbg-breadcrumbs, #cbg-main.cbg-wireless-routers .cbg-breadcrumbs, #cbg-main.cbg-dongles .cbg-breadcrumbs, #cbg-main.cbg-wifi .cbg-breadcrumbs, #cbg-main.cbg-wingles .cbg-breadcrumbs, #cbg-main.cbg-accessories .cbg-breadcrumbs { display:none }
.cbg-compare .banner { display:none }
.cbg-compare .cbg-breadcrumbs, .cbg-support .cbg-breadcrumbs { background:url(../Images/breadcrumbs.gif) repeat; border:none }
.cbg-compare .cbg-breadcrumbs .cbg-inline, .cbg-support .cbg-breadcrumbs .cbg-inline { padding:0 10px; color:#fff }
.cbg-compare .cbg-breadcrumbs .cbg-inline a, .cbg-support .cbg-breadcrumbs .cbg-inline a { color:#fff }
.cbg-compare .list-products { width:100%; float:left; border:none; margin:0; overflow:hidden }
.cbg-compare .list-products .list-row { width:200%; height:auto }
.cbg-compare .list-products .list-row:after, .cbg-compare .list-products .row-header:after { content:""; clear:both; display:block }
.cbg-compare .list-products .list-row .column-header { width:100%; height:38px; line-height:38px; min-height:38px; border-bottom:1px solid #cacaca; background:#fbfbfb }
.cbg-compare .list-products .list-row .column-header .text { position:initial; top:0; left:0; padding-left:4.5%; float:left }
.cbg-compare .list-products .list-row .column-phone { width:25%; height:auto; text-align:center; float:left }
.cbg-compare .list-products .row-header { height:215px; position:relative }
.cbg-compare .list-products .row-header .list-column { width:25%; text-align:center; height:215px; float:left }
.cbg-compare .list-products .row-header .list-column img { margin:15px 0 0 0; display:inline-block; height:140px }
.cbg-compare .list-products .row-header .column-phone .text { font-size:16px; line-height:16px; margin:10px 0 }
.cbg-compare .list-products .row-header .column-header { display:none }
.cbg-compare .list-products .row-header .column-selector .selector { z-index:10; width:80%; left:10% }
.list-products .row-header .column-selector .selector .text { width:auto; text-align:center; padding:0 25px 0 0; font-size:12px }
.list-products .row-header .column-selector .selector .options { position:absolute; width:100% }
.cbg-compare .list-products .row-header .btn_left, .cbg-compare .list-products .row-header .btn_right { display:inline-block; width:35px; height:58px; position:absolute; z-index:10; top:50%; margin-top:-39px; background-size:cover; background-color:#ccc }
.cbg-compare .list-products .row-header .btn_left { left:0; background-image:url(../Images/btn_left.png); border-radius:0 5px 5px 0; position:fixed; top:210px; z-index:100 }
.cbg-compare .list-products .row-header .btn_right { right:0; background-image:url(../Images/btn_right.png); border-radius:5px 0 0 5px; position:fixed; top:210px; z-index:100 }
#cbg-featured-product { margin:20px 5%; height:150px; width:90%; min-width:90% }
#cbg-featured-product .cbg-text { margin:0; padding:0 10% 0 25%; width:65%; float:left }
#cbg-featured-product .cbg-text select.cbg-selectbox { width:100% }
#cbg-featured-product .cbg-text .sbHolder, #cbg-featured-product .cbg-text .sbSelector { width:100%; letter-spacing:0 }
#cbg-featured-product .cbg-col-right { position:absolute; width:75%; margin-left:25%; left:0; bottom:5px; top:auto; height:45px }
#cbg-featured-product .cbg-text .sbHolder .sbToggle { z-index:10; height:29px }
.cbg-selectbox-wide .sbOptions { width:100%; border-width:1px 0 1px 0 }
.cbg-selectbox-wide .sbOptions li { border:1px solid #ccc; border-width:0 1px 0 1px }
#cbg-featured-product .sbToggle:hover { background-position:0 -116px }
#cbg-featured-product .sbToggleOpen:hover { background-position:0 -16px }
#cbg-featured-product .cbg-text h2 { padding-top:10px }
#cbg-featured-product ul.cbg-labeled-icon-list li { margin:0 6px 0 0; float:left }
#cbg-featured-product ul.cbg-labeled-icon-list li a { height:45px; line-height:45px; display:block; white-space:nowrap }
#cbg-featured-product ul.cbg-labeled-icon-list .cbg-icon { width:45px; height:45px; background-size:cover; margin:0 10px 0 0; float:left }
#cbg-featured-product .cbg-icon.cbg-icon-support-tech-specs { background:url(../Images/support-tech-specs.png) no-repeat }
#cbg-featured-product .cbg-icon.cbg-icon-support-manuals { background:url(../Images/support-manuals.png) no-repeat }
#cbg-support-menu { display:none }
#cbg-new-phone { background:url(../Images/breadcrumbs.gif) repeat }
#cbg-main .cbg-section { padding:30px 0 }
#cbg-main .cbg-section h1 { font-size:18px }
#cbg-main .cbg-section h2 { font-size:12px; font-weight:400 }
#cbg-main .cbg-section p { font-size:10px }
#cbg-new-phone .cbg-menu li { margin:0 1% }
#cbg-new-phone .cbg-menu li a, #cbg-new-phone .cbg-menu li.cbg-active a, #cbg-new-phone .cbg-menu li.flex-active a { background:0 0; padding-bottom:10px; font-size:14px }
#cbg-new-phone .cbg-menu li span { display:none }
#cbg-new-phone .cbg-menu li.cbg-active span, #cbg-new-phone .cbg-menu li.flex-active span { display:block; width:100%; position:absolute; left:0; margin-left:0; border-width:2px }
#cbg-new-phone .cbg-outer-slides>li { height:auto }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-image { width:100%; text-align:center }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-image img { width:50% }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-text { width:89%; margin:0 6%; float:left; padding-top:25px; font-size:12px }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-text .cbg-btn { margin:0 auto; width:72px; display:block }
#cbg-new-phone .cbg-outer-slides>li .flex-control-nav { display:none }
#cbg-main #cbg-troubleshooting { padding-bottom:50px }
#cbg-troubleshooting-expand { bottom:10px }
#cbg-troubleshooting ul.cbg-faq-list { padding:0 3.5% }
#cbg-troubleshooting ul.cbg-faq-list li { width:40%; margin:0 5% 10px; padding:0; text-align:left; font-size:.7em; min-height:45px; line-height:1.5; letter-spacing:0 }
#cbg-troubleshooting ul.cbg-faq-list li a { overflow:hidden; white-space:pre-wrap; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
#cbg-main #cbg-help { background-image:none; border-top:1px solid #a4a4a4; background:#fbfbfb; padding-bottom:0 }
#cbg-help ul.cbg-outer>li>a { padding-left:30px }
#cbg-help ul.cbg-inner { padding-left:10% }
/*
#cbg-downloads ul li { width:33%; border:none; float:left; line-height:1.5; font-size:12px; letter-spacing:0 }
#cbg-downloads ul.cbg-labeled-icon-list h2 { color:#d80000; font-size:16px }
#cbg-downloads ul.cbg-labeled-icon-list li a { display:block; margin:0 10px }
#cbg-downloads ul.cbg-labeled-icon-list li a p { word-wrap:break-word; word-break:break-all; word-break:normal }
#cbg-downloads ul.cbg-labeled-icon-list .cbg-icon { width:60px; height:60px; background-size:cover }
*/
.cbg-icon-cart-small, .list-filter h3:after, .list-item-compare-icon, a.list-item-buy { background-image:url(../Images/img_con_base.png); background-repeat:no-repeat;/*background-size:650px 497px*/ }
#cbg-new-phone .cbg-menu li .mobile-sp { display:block }
}
@media only screen and (max-width:320px) {
.list-item-detail { margin-top: 5px; }
#cbg-banner .slides li .slide_btn { top:130px }
#cbg-banner .slides li .slide_title { top:50px }
#cbg-banner .slides li .slide_title p { font-size:1em }
#cbg-featured-product ul.cbg-labeled-icon-list li a { height:30px; line-height:30px; font-size:10px; letter-spacing:0 }
#cbg-featured-product ul.cbg-labeled-icon-list .cbg-icon { width:30px; height:30px; margin-right:5px }
#cbg-downloads ul.cbg-labeled-icon-list h2 { font-size:13px }
#cbg-new-phone .cbg-outer-slides>li .cbg-wrapper .cbg-text { width:80%; margin:0 10% }
}
@media only screen and (min-width:321px) and (max-width:480px) {
.list-item-detail { margin-top: 5px; }
#cbg-banner .slides li .slide_btn { top:215px }
#cbg-banner .slides li .slide_title p { font-size:1.2em }
}
@media only screen and (min-width:768px) and (max-width:999px) {
#cbg-main-nav .cbg-wrapper.menu-off-on .cbg-submenu ul.cbg-wrapper { border-bottom:1px solid #161616 }
#cbg-main-nav .cbg-wrapper.menu-off-on .cbg-submenu ul.cbg-wrapper>li { width:25%; border-bottom-width:0 }
#cbg-press>ul, #cbg-press>ul>li>div { margin:0 }
#cbg-press .m_imgPlan { display:block }
#cbg-press .imgPlan { display:none }
#cbg-press { border-bottom:2px solid #fff }
#cbg-press>ul>li { width:50%; position:relative; border-top:2px solid #fff }
#cbg-press>ul>li:after { display:block; content:''; position:absolute; z-index:10; top:0; right:-2px; background:#fff; width:2px; height:100% }
#cbg-stores ul.figures { width:80% }
#cbg-stores form .sbOptions, #cbg-stores form .sbSelector { font-size:16px }
#cbg-stores h3 { display:none }
#cbg-stores .online-stores ul { width:100% }
#cbg-stores .online-stores ul li { border:none }
#cbg-stores .online-stores ul li.col-1 { width:25% }
#cbg-stores .online-stores ul li.col-2 { width:40% }
#cbg-stores .online-stores ul li.col-3 { width:35% }
#cbg-hot-products .flex-viewport { width:100% }
#cbg-product-search .flex-viewport { width:100% }
.cbg .cbg-centered { min-width:100% }
#cbg-main-nav { min-width:1000px; }
#cbg-main .list-slides { height:550px }
/*#cbg-main .list-slide-content{margin:0}*/
#cbg-main .list-slide-content .list-slide-thumb { width:60%; height:auto; margin:30% 0 0 -40%; left:auto }
#cbg-main .list-slide-content .list-slide-thumb img { width:100%; height:auto }
/*#cbg-main .list-slide-text{width:100%;top:5%;height:95%;left:0}*/
#cbg-main .list-slides h1 { font-size:2em }
#cbg-main .list-slide-title img { max-width:65% }
#cbg-main .list-slide-title p { font-size:1.2em; line-height:1.5 }
#cbg-main .list-slide-icon { margin:0; position:absolute; bottom:15% }
#cbg-main .list-slide-icon ul { width:80%; padding:0 10% }
#cbg-main .list-slide-icon li { height:auto; font-size:10px; width:100%; line-height:1.5 }
#cbg-main .list-slide-icon li img { display:none }
#cbg-main .list-slide-icon span { margin-top:0 }
#cbg-main .list-slide-a { font-size:12px; border-color:#a7a7a7 }
/*#cbg-main .list-slide-active-slide .list-slide-action{width:100%;max-width:100%;position:absolute;bottom:15px;left:0}*/
#cbg-main .list-slide-btn .list-slide-buy-item li { padding:0; font-size:10px }
#cbg-main .list-slide-content-1 .list-slide-thumb { width:54%; margin:22% 0 0 23% }
#cbg-main .list-slide-content-2 .list-slide-thumb { margin:22% 0 0 20% }
#cbg-main.cbg-tablets .list-slide-content .list-slide-thumb { margin:20% 0 0 20% }
#cbg-main.cbg-wearables .list-slide-content .list-slide-thumb { margin:15% 0 0 15% }
#cbg-main.cbg-wifi .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-wingles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-dongles .list-slide-content .list-slide-thumb { width:80%; margin:20% 10% 0 }
#cbg-main.cbg-dongles .cbg-breadcrumbs, #cbg-main.cbg-wifi .cbg-breadcrumbs, #cbg-main.cbg-wingles .cbg-breadcrumbs { display:none }
.list-compare-body { background: #fff; }
.list-item-compare-tooltip { font-size: 12px; }
.list-slide-nav { margin-top:0; background:#fafafa }
.list-slide-nav li { margin:0 5px; font-size:14px; display:inline-block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border-radius:20px; border:#999 solid 1px }
.list-slide-nav .list-slide-active { background:#c52525!important; border-bottom-color:#999 }
.list-slide-nav li:hover { background:#333; background:rgba(0,0,0,.7); border-bottom-color:#999 }
#cbg-main .cbg-breadcrumbs { margin-bottom: 15px; }
.cbg-mobile-phones .list-main { padding-right: 0; }
.cbg-mobile-phones .list-item { width: 40%; margin: 0 5%;/* max-width: 320px; */ height: auto; padding-bottom: 30px; }
.cbg-mobile-phones .list-item-images { margin: 0 auto; max-width: 320px; width: 100%; height: auto; }
.cbg-mobile-phones .list-item-more { margin-left:0; }
.cbg-wearables .list-item, .cbg-tablets .list-item { width: 40%; margin: 0 5%; /*max-width: 320px; */ height: auto; padding-bottom: 30px; }
.cbg-wearables .list-item-images, .cbg-tablets .list-item-images { margin: 0 auto; }
.cbg-wearables .list-item-more, .cbg-tablets .list-item-more { margin-left:0; }
.list-item-title { font-size: 14px; text-indent: 10px; }
.list-item-desc { line-height: 1.5; }
.list-item-colors { width: auto; }
.list-item-more { width: 90px; }
.list-item-place li { padding: 0 5px; }
.list-item-place a { font-size: 13px; }
}
.cbg-submenu li.col-5 ul li { margin: 0.5em 0.5em 0.5em 0; }
#cbg-footer-nav .font-botm { white-space: nowrap; margin-top:35px; padding-top:25px; }
.containerwq { min-height:350px!important }
#footer_click { display:inline-block; vertical-align:middle; }
#newsletteremails dl dt { color:#fff; font-size: 14px; }
#newsletteremails dl .font-di { line-height: 1.5; margin-top:10px; }
#newsletteremails dl .mt20 #footer_email { width:272px; height:29px; border:none; vertical-align: top; background: #999!important; }
#newsletteremails dl .mt20 #footer_click { float: right; height:29px; background:#cacaca; width:75px; text-align: center; line-height: 29px; font-size: 14px; color: #000; }
#newsletteremails dl .mt20 #footer_click:hover { height:29px; background:#cacaca; width:75px; text-align: center; line-height: 29px; font-size: 14px; color: #cb0000; }
/*gongshun 2016.1.28 mx chanping list end*/
.cbg-breadcrumbs span { color:#fff; }
/*mian bao xie head*/
.cbg-breadcrumbs-hend { padding: 10px 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
.list-main .cbg-breadcrumbs-hend { float: left; padding: 19px 0 10px 0; width: 100%; min-width: inherit!important; border-top: none; margin-bottom:10px; }
.cbg-breadcrumbs-hend .cbg-split { margin: 0 10px; }
.list-main .cbg-breadcrumbs-hend .cbg-wrapper { width: 100%!important; }
/* Icons */
.ie7 .cbg-icon { display: block; float: left; }
.cbg-icon-cart-small { width: 36px; height: 30px; background-position: -108px -425px; }
.cbg-icon-cart-large { width: 80px; height: 53px; background-position: -160px -425px; }
.cbg-icon-cart-white { width: 36px; height: 21px; background-position: -115px -466px; }
.cbg-icon-plus { width: 13px; height: 13px; background-position: -127px -391px; }
.cbg-icon-x1 { width: 13px; height: 13px; background-position: -145px -391px; }
.cbg-icon-x2 { width: 14px; height: 14px; background-position: -109px -391px; }
.cbg-icon-filter-screen { width: 35px; height: 38px; background-position: -263px -309px; }
.cbg-icon-filter-feature { width: 35px; height: 38px; background-position: -303px -309px; }
.cbg-icon-filter-camera { width: 35px; height: 38px; background-position: -343px -309px; }
.cbg-icon-filter-series { width: 35px; height: 38px; background-position: -383px -309px; }
.cbg-icon-mobile-wifi { width: 44px; height: 40px; background-position: -265px -412px; }
.cbg-icon-wireless-router { width: 50px; height: 40px; background-position: -320px -412px; }
.cbg-icon-mediaq { width: 31px; height: 40px; background-position: -386px -412px; }
.cbg-icon-accessories { width: 32px; height: 40px; background-position: -433px -412px; }
.cbg-icon-broadband-modem { width: 38px; height: 40px; background-position: -479px -412px; }
.cbg-icon-plc { width: 28px; height: 40px; background-position: -525px -412px; }
.cbg-icon-dongles { width: 14px; height: 40px; background-position: -571px -410px; }
.cbg-icon-wingles { width: 32px; height: 40px; background-position: -599px -412px; }
.cbg-icon-wifi-repeater { width: 31px; height: 40px; background-position: -386px -412px; }
.cbg-icon-red-circle { width: 13px; height: 13px; background-position: -83px -473px; }
.cbg-icon-red-question { width: 18px; height: 18px; background-position: -47px -473px; vertical-align: top; }
.cbg-support-home #cbg-main .cbg-right a { line-height:20px; }
.list-main { position: relative; padding-left: 220px; padding-right: 125px; }
@media (min-width: 1560px) {
.list-main { padding-left: 250px; padding-right: 155px; }
}
.list-main.cbg-list-no-compare { padding: 0; }
#cbg-main .list-filter-noresult-tooltip { left: 100%; width: 310px; padding-left: 10px; background-image: url(../Images/img_con_base.png); background-position: 0 -1400px; }
/*mb end*/
/* press events */
#cbg-press { position: relative; height: auto; padding: 0; overflow: hidden; background: #ccc url('../Images/press_bg.jpg'); }
#cbg-press > ul { width: auto; margin: 2px; max-width: inherit; }
#cbg-press > ul > li { width: 50%; }
#cbg-press > ul > li > div { position: relative; display: block; width: auto; margin: 2px; padding-bottom: 51.6771488%; overflow: hidden; }
#cbg-press > ul > li > div > a > img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; }
#cbg-press > ul > li > div > div.flexslider { position: absolute; width: 100%; height: 100%; }
#cbg-press div.flexslider, #cbg-press div.flexslider .flex-viewport, #cbg-press div.flexslider .slides { height: 100%; }
#cbg-press div.flexslider ul.slides > li { display: block; height: 100%; }
#cbg-press div.flexslider ul.slides > li > a { display: block; height: 100%; position: relative; }
#cbg-press div.flexslider ul.slides > li > a img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; }
.sou-en { float: right; margin-top: 6px; }
.sou-en #keywords { width: 125px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
.sou-en .search_by_text, .sou-en .search_by_text:hover { vertical-align: middle; font-size: 1.2em; padding: 0 1em; line-height: 28px; background-color: #333; border-color: #333; color: #fff; border-radius: 0; }
.cbg-inline .img-banner { float: left; }
#cbg-press .flex-control-nav { right: 10px; width: auto; padding: 6px 6px 5px 6px; border-radius: 20px; background-color: #222; }
#cbg-press .flex-control-nav li { margin: 0 3px; }
#cbg-press .flex-control-nav li a { width: 15px; height: 15px; border: #999 solid 2px!important; background: transparent; box-shadow: none; transition: all linear 0.2s; }
#cbg-press .flex-control-nav li a:hover { background: #111; }
#cbg-press .flex-control-nav li a.flex-active { background-color: #999!important; }
/*faq detail*/
#cbg-faq-article { margin:0 auto; }
#cbg-faq-article h1 { margin-bottom: 20px; }
.cbg-faq-article .cbg-text { margin: 2em 0; padding: 2em 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; font-size: 1.2em; }
.cbg ul.cbg-inline > li { float: left; }
#cbg-faq-article .cbg-wrapper p { margin-top:6px; float: left; }
.cbg-icon.cbg-icon-support-vote-up { width: 40px; height: 40px; background-position: -201px -275px; vertical-align: middle; }
.cbg-faq-article .cbg-actions form textarea { width: 100%; margin: 1em 0; height: 10em; border: #ccc solid 1px; background-color: #f7f7f7; color: rgb(0, 0, 0); font-size:13px; }
.cbg-faq-article #faq_comments{ width: 100%; padding: 10px;}
.cbg-faq-article .cbg-actions form .cbg-btn { margin: 1em auto; font-size: 1.2em; }
em .cbg-btn { background-color: #c52525; color: #fff; border-color: #c52525; }
.cbg-faq-article .cbg-actions form { text-align: center; }
em .cbg-btn:hover { background-color: #ed3131; color: #fff; border-color: #ed3131; }
.container-faq .cbg-breadcrumbs-title { padding: 10px 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
.container-faq .cbg-breadcrumbs-title ul { margin-left: 95px; }
#cbg-faq-article .faq-work { font-size: 13px; }
.cbg-faq-article .cbg-actions ul li { margin: 0 10px; }
#cbg-faq-article .y-cbg-faq-apply { font-size: 13px; }
.cbg-icon-y { display: inline-block; vertical-align: middle; width: 40px; height: 25px; margin-right: 2px; text-indent: -9999px; background: url(../Images/img_con_cn_sprites_cbg_icon.png) no-repeat; }
.cbg-icon-y.cbg-icon-support-vote-up { width: 40px; height: 40px; background-position: -201px -275px; }
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-vote-up { background-image: url(../Images/img_con_de_support_cbg_icon1.png); }
.cbg-icon-support { background-image: url(../Images/img_con_cn_support_cbg_icon1.png); }
.cbg-icon-y.cbg-icon-support-vote-down { width: 40px; height: 40px; background-position: -241px -275px; }
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-vote-down { background-image: url(../Images/img_con_de_support_cbg_icon1.png); }
/*#main_content { overflow-x: hidden; }*/
.cbg-inline .cbg-wrapper span { color:#fff; }
#cbg-notice-article .y-contanttitle h1 { font-size: 2em; }
.sou-en #keywords { width: 100px; height: 28px; padding: 0 10px; line-height: 28px; border: #ccc solid 1px; vertical-align: middle; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sou-en #keywords { line-height:normal; }
}
.sou-en .search_by_text { vertical-align: middle; font-size: 1.2em; padding: 0 1em; line-height: 28px; background-color: #333; border-color: #333; color: #fff; border-radius: 0; }
.sou-en { float: right; margin-top: 6px; }
/* page support-pro-list */
#cbg-main1 .cbg-split { color: #fff; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu { font-size: 20px; display: block; width: 100%; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul { margin: 0 auto; height: 50px; float: left; position: relative; left: 50%; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li { float: left; padding-right: 30px; border-right: 1px solid #bbb; padding-left: 30px; position: relative; right: 50%; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li:last-child { border-right: 1px solid #fff; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a { color: #999; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a:hover { text-decoration: none; color: #333; border-bottom: 3px solid #c52525; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a:hover:before, #cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a.active:before { content:" "; width: 0; height: 0; border-width: 5px; border-style:solid dashed dashed; border-color: #c52525 transparent transparent; position: absolute; bottom: -14px; font-size: 12px; left: 50%; margin-left: -6px; }
#cbg-main1 .cnx-wrapper .support-product-lst-menu ul li a.active { color: #333; border-bottom: 3px solid #c52525; }
#cbg-main1 .cnx-wrapper .support-product-category { border-bottom: 2px solid #c52525; margin-bottom: 20px; }
#cbg-main1 .cnx-wrapper .support-product-category > div { float: left; font-size: 14px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all { width: 6%; height:86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all > div { height:86px; background: #efefef; border-top:1px solid #ccc; border-left:1px solid #ccc; text-align: center; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all > div a { margin-top: 28px; display: inline-block; line-height: 1.5; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-all > div a.active { color:#c52525; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-prev { width: 2%; height:86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-prev > div { height:86px; border-right: 1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-next { width: 2%; height:86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-next > div { height:86px; border-right: 1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.support-product-category-list .slick-slide .g-ico { display: block; height: 46px; margin:8px auto 0; background-color: #575757; }
.support-product-category-list .slick-slide a:hover .g-ico { background-color: #c52525; }
.support-product-category .btn-slide-next, .support-product-category .btn-slide-prev { position: absolute; top: 0; width: 2%; height: 100%; line-height: 87px; text-align: center; cursor: pointer; }
.support-product-category .slick-list { position: relative; overflow: hidden; }
.support-product-category .slick-slide { float: left; }
.support-product-category .slick-slider { position: relative; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.support-product-category .btn-slide-next { right: -2%; margin-right: -1px; }
.support-product-category .btn-slide-prev { left: -2%; margin-left: -1px; }
.support-product-category .g-ico-8, .support-product-category .g-ico-9 { margin-top: 30px; }
.support-product-category .slick-disabled, .support-product-category .slick-disabled { opacity: .25; filter: Alpha(opacity=25); cursor: default; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list { width: 90%; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div.slick-slide { text-align: center; height:86px; border-top:1px solid #ccc; border-right:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div.slick-slide:last-child { border-right: none; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div a.active { color:#c52525; background-position:center 30%; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div a, #cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list div a:hover { width:100%; background-position:center 30% !important; display: inline-block; height: 86px; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list.add-bdr-l-r div.slick-slide:first-child { border-left:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-category .support-product-category-list.add-bdr-l-r div.slick-slide:last-child { border-right:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .support-product-search { height: 32px; position:relative; }
#cbg-main1 .cnx-wrapper .support-product-search .cnx-search-icon { width: 30px; height: 30px; display: inline-block; border:1px solid #ccc; cursor:pointer; background: #f8f8f8; overflow: hidden;vertical-align: top;}
.support-product-search .cnx-search-icon .g-ico { margin: 5px 0 0 5px; }
#cbg-main1 .cnx-wrapper .support-product-search .cnx-search-input { background:#f8f8f8; /*display: inline-block;*/ position: relative; top:0px; left: -5px; }
/*search code by yqx*/
.cnx-search-input #code-list{
width:225px;
border: #cccccc 1px solid;
background: #f8f8f8;
display:none;
margin-left: 35px;
position: relative;
z-index:3;
max-height: 200px;
overflow-y: auto;
border-top: 0;
}
.cnx-search-input #iserachkey{width:215px;}
.cnx-search-input #code-list li .cbg-list{margin-left:7px;}
.cnx-search-input #code-list li.cbg-selected{background:#CFCDCD;}
.cnx-search-input #code-list li .y-code{color:red;}
.cnx-search-input #code-list li{line-height: 2.3em;height:30px;border-bottom:#cccccc 1px solid;cursor:pointer;}
/*search code by yqx*/
#cbg-main1 .cnx-wrapper .support-product-search span input { background:#f8f8f8; height: 30px; }
#cbg-main1 .cnx-wrapper .cnx-cnt { margin-top: 20px; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section { }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section > div { float: left; width:20%; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .search-result-others { float: none; width: auto; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail { margin:0 10px 20px 0; border:1px solid #ccc; text-align: center; height:300px; display: block; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section > div:nth-child(5n+0) .support-product-thumbnail { margin-right:0; border:1px solid #ccc; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail img { margin-top:30px; width: 166px; height: 166px; opacity: 0.7; filter:Alpha(opacity=70); }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail p { margin-top:30px; font-weight: bold; font-size: 16px; }
#cbg-main1 .cnx-wrapper .cnx-cnt .support-product-section .support-product-thumbnail:hover img { opacity:1; filter:Alpha(opacity=100); }
.load-more .button { width: 220px; height: 35px; margin-bottom: 0; color: #666666; margin: 10px auto; line-height: 35px; font-size: 14px; text-align: center; cursor: pointer; background-color: #efefef; }
@media (max-width: 1024px) {
#cbg-support-search-form-wrapper #cbg-support-search-form .my_keys { width:400px; }
}
/*zishiying start by yqx*/
.cbg-centered #cbg-support-search-form-wrapper.cbg-wrapper .cbg-left { width:18%; margin-right:3%; }
#cbg-support-search #cbg-support-search-form-wrapper .sup-search { width:79%; }
#cbg-support-search #cbg-support-search-form input[type=text] { max-width:600px; width:60%; }
@media (max-width:1280px) {
.cbg-support-home #cbg-support-search .cbg-left h1 { font-size:1.6em; }
}
.cbg-support-home #cbg-product-search-list .flex-active-slide .cbg-product-list li h3 { max-width:150px; width:10%; }
.flex-active-slide .cbg-product-list li ul { width:75%; }
.cbg-support-home #cbg-product-search-list .flex-active-slide ul.cbg-product-list ul li { width:19%; max-width:170px; }
.cbg-support-home #cbg-product-search-list .flex-active-slide ul.cbg-product-list ul .tab-more-it { width:auto; }
/*zishiying end by yqx*/
/*hzj 2016-05-10 form HT-SHARE*/
/*guzhangpaichu 2015-08-21*/
.cbg .cbg-centered > .cbg-wrapper { width: 92%; }
.cbg .cbg-centered > .cbg-wrapper { width: 98%; max-width: 1210px; margin: 0 auto; }
.cbg-narrow .cbg-wrapper, .cbg-narrow.cbg-wrapper { max-width: 1210px!important; }
.cbg-faq-article { }
.cbg-article { padding: 30px 0; }
.cbg-icon-y { display: inline-block; vertical-align: middle; width: 40px; height: 25px; margin-right: 2px; text-indent: -9999px; background: url(../Images/img_con_cn_sprites_cbg_icon.png) no-repeat; }
.cbg-icon-y.cbg-icon-support-vote-up { width: 40px; height: 40px; background-position: -201px -275px; }
.cbg-icon-y.cbg-icon-support-vote-down { width: 40px; height: 40px; background-position: -241px -275px; }
.cbg-icon-support { background-image: url(../Images/img_con_cn_support_cbg_icon1.png); }
/*faq*/
.cbg-service-links .cbg-qr { display: none; position: absolute; left: -85px; top: -290px; width: 260px; height: auto; background-color: #fff; padding: 10px; border: #000 solid 1px; }
.cbg-service-links div.cbg-qr div { width: 230px; height: 230px; margin: 0 auto; background: url('../Images/img_con_cn_qr.jpg') no-repeat; }
.cbg-service-links div.cbg-qr p { color: #000; }
.cbg-service-links .cbg-qr-container:hover div.cbg-qr { display: block; }
.cbg .cbg-left { float: left; }
.cbg-service-links .cbg-qr-container { position: relative; }
/*notice*/
#cbg-main1 { min-width: 1000px; margin-top: 30px; padding-top: 67px; }
#cbg-faq-article .y-cbg-faq-apply { font-size:13px; }
.cbg-image .wz { font-size:2em; text-align: center; width:164px; }
.cbg-specs li { font-size:16px; word-wrap: break-word; width:700px; color:#333; }
#x-list-downman .xz .download-bnt { margin-top: 10px; }
#x-list-downman .cbg a { background:#fff; }
.cbg-troubleshooting-steps { margin-left: 100px; }
.cbg-troubleshooting-steps > li { position: relative; }
.cbg-troubleshooting-steps .cbg-step-btn { position: absolute; }
.cbg-faq-article .cbg-step-btn { display: inline-block; width: 90px; padding: 3px 0 6px 0; background-color: #333; color: #fff; text-align: center; font-size: 1.2em; line-height: 1.2em; border-radius: 4px; }
.cbg-troubleshooting-steps .cbg-step-content { margin-left: 110px; padding-left: 20px; padding-bottom: 50px; border-left: #eee solid 1px; }
.cbg-article p { line-height: 1.8; }
.cbg-troubleshooting-steps .cbg-step-content li { margin: 10px 0; }
.cbg-troubleshooting-steps .cbg-step-content label { cursor: pointer; }
#search_prolist { min-height:260px; }
.sbSelector { font-size:14px; }
/*compare page*/
.copmare_banner { width: 100%; height: 260px; overflow: hidden; background-size: auto auto; background-repeat: no-repeat; background-position: center center; background-image: url("../Images/hw_u_435144.jpg"); }
.copmare_banner .wrapper { width: 1000px; height: 260px; margin: 0 auto; position: relative; }
.copmare_banner .btn-more { position: absolute; top: 190px; left: 555px; width: 200px; height: 35px; padding: 0; color: #666666; line-height: 35px; font-size: 16px; font-weight: normal; text-align: center; display: block; border: solid #CCCCCC 1px; }
.list-products { width: 1100px; margin: 20px auto 20px; border-style: solid; border-color: #CCCCCC; border-width: 0 0 2px; }
.list-products .list-row { width: 100%; min-height: 50px; overflow: hidden; border-style: solid; border-color: #CCCCCC; border-width: 0 0 1px; padding-bottom:20px; }
.list-products .list-row:after { content: ""; clear: both; }
.list-products .column-phone { width: 225px; padding-right: 7px; padding-left: 7px; }
.list-products .list-column { float: left; height: auto; min-height: 50px; overflow: hidden; }
.list-products .column-header { position: relative; width: 125px; }
.list-products .column-header .text { position: absolute; top: 20px; left: 25px; width: 100px; color: #2f3034; font-size: 14px; text-align: left; }
.list-products .column-phone .text { word-wrap:break-word; margin-top: 12px; margin-bottom: 12px; color: #1E1E1E; font-size: 12px; line-height: 25px; text-align: left; width: 225px; }
.list-products .row-color .item { width: 80px; height: 30px; line-height: 30px; margin: 15px 0; padding: 0 0 0 43px; }
.list-products .row-color .color-1 { background-position: -62px -10px; }
.list-products .row-color .color-2 { background-position: -62px -60px; }
.list-products .row-color .color-3 { background-position: -62px -110px; }
.list-products .row-color .color-4 { background-position: -62px -160px; }
.list-products .row-header { height: 216px; overflow: visible; }
.list-products .row-header .list-column { position: relative; height: 235px; width:215px; text-align:center; }
.list-products .row-header .column-header .text { top: auto; bottom: 20px; }
.list-products .row-header .column-phone .phone { margin: 0 0 0 5px; }
.list-products .row-header .column-phone .text { font-size: 16px; text-align: center; line-height:14px; width:200px; margin-top:0px; }
.list-products .row-header .column-phone img { padding-top:10px; }
.list-products .row-header .column-selector { overflow: visible; }
.list-products .row-header .column-selector .space_phone { padding-top:10px; }
.list-products .row-header .column-selector .selector { position: absolute; left: 22px; bottom: 15px; width: 180px; height: 25px; overflow: visible; cursor: pointer; background-color: #e1e1e1; }
.list-products .row-header .column-selector .selector .arrow { position: absolute; top: 0; right: 0; width: 25px; height: 25px; background-color: #707070; background-position: -13px -13px; background-image: url("../Images/hw_u_434479.png"); }
.list-products .row-header .column-selector .selector .text { width: 170px; color: #999999; font-size: 14px; line-height: 25px; text-align: left; padding: 0 0 0 15px; }
.list-products .row-header .column-selector .selector .options { display: none; height:240px; overflow-y:auto; min-height:240px; }
.list-products .row-header .column-selector .selector .options.show { display: block; }
.list-products .row-header .column-selector .selector .options li { padding: 5px 15px; background-color: white; border-style: solid; border-color: #CCCCCC; border-width: 0 1px 1px; }
.list-products .row-header .column-selector .selector .options li:hover { background-color: #ecebeb; }
/*GongShun gundongtiao css begin 2016.1.15 basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container { width:auto; margin-right:10px; overflow:hidden; }
.mCSB_container.mCS_no_scrollbar { margin-right:0; }
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar { margin-right:30px; }
.mCustomScrollBox>.mCSB_scrollTools { width:10px; height:100%; top:0; right:0; }
.mCSB_scrollTools .mCSB_draggerContainer { position:absolute; top:0; left:0; bottom:0; right:0; height:auto; }
.mCSB_scrollTools a+.mCSB_draggerContainer { margin:20px 0; }
.mCSB_scrollTools .mCSB_draggerRail { width:2px; height:100%; margin:0 auto; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:4px; height:100%; margin:0 auto; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; text-align:center; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display:block; position:relative; height:20px; overflow:hidden; margin:0 auto; cursor:pointer; }
.mCSB_scrollTools .mCSB_buttonDown { top:100%; margin-top:-40px; }
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container { height:auto; margin-right:0; margin-bottom:30px; overflow:hidden; }
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar { margin-bottom:0; }
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar { margin-right:0; margin-bottom:30px; }
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools { width:100%; height:16px; top:auto; right:auto; bottom:0; left:0; overflow:hidden; }
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer { margin:0 20px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:2px; margin:7px 0; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger { width:30px; height:100%; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:4px; margin:6px auto; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight { display:block; position:relative; width:20px; height:100%; overflow:hidden; margin:0 auto; cursor:pointer; float:left; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight { margin-left:-40px; float:right; }
.mCustomScrollBox { -ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/ }
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools { opacity:0.75; filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }
.mCustomScrollBox:hover>.mCSB_scrollTools { opacity:1; filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */ }
.mCSB_scrollTools .mCSB_draggerRail { /*background:#000;*/ /* rgba fallback */
/*background:rgba(0,0,0,0.4);*/
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.75); filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.85); filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */ }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.9); filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image:url(../Images/mcsb_buttons.png); background-repeat:no-repeat; opacity:0.4; filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.mCSB_scrollTools .mCSB_buttonUp { background-position:0 0;/*
sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonDown { background-position:0 -20px;/*
sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonLeft { background-position:0 -40px;/*
sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonRight { background-position:0 -56px;/*
sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover { opacity:0.75; filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active { opacity:0.9; filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ }
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail { background:#000; /* rgba fallback */ background:rgba(0,0,0,0.15); }
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); }
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp { background-position:-80px 0; }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown { background-position:-80px -20px; }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-80px -40px; }
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight { background-position:-80px -56px; }
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.1); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:4px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.75); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:4px; margin:6px auto; }
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.85); }
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.9); }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp { background-position:-32px 0; }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown { background-position:-32px -20px; }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-40px -40px; }
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight { background-position:-40px -56px; }
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.1); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:4px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; }
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:4px; margin:6px auto; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp { background-position:-112px 0; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown { background-position:-112px -20px; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-120px -40px; }
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight { background-position:-120px -56px; }
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.1); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:6px; background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.75); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:6px; margin:5px auto; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.85); }
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.9); }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp { background-position:-16px 0; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown { background-position:-16px -20px; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-20px -40px; }
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight { background-position:-20px -56px; }
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail { width:4px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.1); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:6px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; height:4px; margin:6px 0; }
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:6px; margin:5px auto; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp { background-position:-96px 0; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown { background-position:-96px -20px; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-100px -40px; }
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight { background-position:-100px -56px; }
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail { background:#fff; /* rgba fallback */ background:rgba(255,255,255,0.1); }
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:2px; }
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; }
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:2px; margin:7px auto; }
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail { background:#000; /* rgba fallback */ background:rgba(0,0,0,0.15); }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:2px; background:#000; /* rgba fallback */ background:rgba(0,0,0,0.75); }
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail { width:100%; }
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:100%; height:2px; margin:7px auto; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(0,0,0,0.85); }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(0,0,0,0.9); }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp { background-position:-80px 0; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown { background-position:-80px -20px; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft { background-position:-80px -40px; }
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight { background-position:-80px -56px; }
/* custom styling */
/* content_1 scrollbar */
.content_1>.mCustomScrollBox>.mCSB_scrollTools { height:96%; top:2%; }
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail { width:6px; box-shadow:1px 1px 1px rgba(255,255,255,0.1); }
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:rgba(255,255,255,0.4); filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.5); filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */ }
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.6); filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */ }
/* content_9 scrollbar */
.content_9 .mCSB_scrollTools .mCSB_draggerRail { width:6px; box-shadow:1px 1px 1px rgba(255,255,255,0.1); }
.content_9 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:rgba(255,255,255,0.4); filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }
.content_9 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background:rgba(255,255,255,0.5); filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */ }
.content_9 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .content_9 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:rgba(255,255,255,0.6); filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */ }
/* content_3 scrollbar */
.content_3>.mCustomScrollBox>.mCSB_scrollTools { height:94%; top:3%; }
.content_3 .mCSB_scrollTools .mCSB_draggerRail { width:0; border-right:1px dashed #09C; }
.content_3 .mCSB_scrollTools .mCSB_dragger { height:11px; }
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:11px; -webkit-border-radius:11px; -moz-border-radius:11px; border-radius:11px; background:#09C; }
/* content_4 scrollbar */
.content_4>.mCustomScrollBox>.mCSB_scrollTools { height:94%; top:3%; }
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width:8px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background:#d0b9a0; -webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5); -moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5); box-shadow:1px 1px 5px rgba(0,0,0,0.5); }
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background:#dfcdb9; }
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { -webkit-box-shadow:0 0 3px rgba(0,0,0,0.5); -moz-box-shadow:0 0 3px rgba(0,0,0,0.5); box-shadow:0 0 3px rgba(0,0,0,0.5); }
/* content_5 scrollbar */
.content_5>.mCustomScrollBox>.mCSB_scrollTools { width: 98%; margin: 0 1%; }
/* content_6 scrollbar */
.content_6>.mCustomScrollBox>.mCSB_scrollTools { width:88%; margin: 0 6%; }
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail { width:0px; border-left:1px solid rgba(0,0,0,0.8); border-right:1px solid rgba(255,255,255,0.2); }
.mCSB_scrollTools { position: absolute; display: block; background: #d9d9d9; }
.mCSB_dragger { position: absolute; height: 66px; top: 0px; background: #626262!important; }
.mCSB_dragger_bar { position: relative; line-height: 66px; border-radius: 0px; background: #626262!important; }
.mCSB_scrollTools .mCSB_dragger { cursor:pointer; width:100%; height:30px; border-radius: 0px!important; background: #626262!important; }
/* gundongtiao css end*/
/* support status search */
.cbg-support-home #cbg-support-status-search { padding: 30px 0; }
.cbg-support-home #cbg-support-status-search form input[type=text] { float: left; width: 400px; height: 30px; padding-left: 10px; line-height: 30px; vertical-align: middle; font-size: 16px; background-color: #e7e7e7; border: #bebebe solid 1px; }
.cbg-support-home #cbg-support-status-search form input[type=submit] { margin-right: 20px; padding: 0 20px; height: 34px; vertical-align: middle; background-color: #5a5a5a; border: none; border-radius: 0; }
.cbg-support-home #cbg-support-status-search form a { display: inline-block; line-height: 18px; }
.cbg-support-home #cbg-support-status-search .cbg-left { width: 420px; margin-right: 20px; }
.cbg-support-home #cbg-support-status-search .cbg-left p { margin-top: 5px; }
/* announcement */
.cbg-support-home #cbg-announcement { background-image: url('../Images/support-gradient-bg-2.jpg'); background-position: left -1px; background-repeat: repeat-x; }
.cbg-support-home #cbg-announcement > .cbg-wrapper { position: relative; }
.cbg-support-home #cbg-announcement .cbg-text { position: absolute; top: 30px; left: 260px; }
/* pricing */
#cbg-pricing { background: url('../Images/bg-3.png') left top repeat-x; text-align: center; }
#cbg-pricing table { width: 100%; border: #eee solid 1px; font-size: 1.2em; }
#cbg-pricing th, #cbg-pricing td { padding: 20px 0; text-align: center; border: #eee solid 1px; }
#cbg-pricing th { border-bottom: none; }
#cbg-pricing td { border-top: none; background-color: #f8f8f8; }
#cbg-pricing .cbg-notice { margin-top: 1em; text-align: right; }
ul.cbg-labeled-icon-list li { display: inline-block; float: none; text-align: center; }
ul.cbg-labeled-icon-list li a { display: inline-block; text-align: center; }
ul.cbg-labeled-icon-list .cbg-icon { display: block; margin: 0 auto; margin-bottom: 10px; }
/*support*/
.cbg-support .cbg-qr-container { position: relative; }
.cbg-support div.cbg-qr { display: none; position: absolute; left: -85px; top: -290px; width: 260px; height: auto; background-color: #fff; padding: 10px; border: #000 solid 1px; }
.cbg-support div.cbg-qr div { width: 230px; height: 230px; margin: 0 auto; background: url('../Images/img_con_cn_qr.jpg') no-repeat; }
.cbg-support div.cbg-qr p { color: #000; }
.cbg-support .cbg-qr-container:hover div.cbg-qr { display: block; }
.cbg-support div.cbg-qr img { }
/* support home */
.cbg-support-home #cbg-main h1 { font-size: 1.5em; }
.cbg-support-home #cbg-main p { margin-top: 1em; }
.cbg-support-home #cbg-main .cbg-section { padding: 50px 0; }
.cbg-support-home .cbg-left { margin-right: 50px; }
.cbg-support-home .cbg-cta { margin-top: 30px; }
/* slider banners */
.cbg-support-home #cbg-banner { height: 490px; max-height: 900px; }
.cbg-support-home #cbg-banner .slides li > a { display: block; position: relative; overflow: hidden; height: 490px; max-height: 900px; }
.cbg-support-home #cbg-banner .slides li > a img { height: 100%; position: absolute; left: -9999px; top: -9999px; right: -9999px; bottom: -9999px; margin: auto; width: auto!important; }
/* support search */
.cbg-support-home #cbg-support-search { color: #fff; background: #383838 url('../Images/support-dark-bg-1.png'); }
.cbg-support-home #cbg-support-search h1 { height: 34px; line-height: 34px; }
.cbg-support-home #cbg-support-search-form-wrapper { padding-bottom: 30px; border-bottom: #545454 solid 1px; }
.cbg-support-home #cbg-support-search form input[type=text] { float: left; width: 500px; height: 36px; padding-left: 10px; line-height: 30px; vertical-align: middle; font-size: 16px; background-color: #545454; color: #fff; border: #7e7e7e solid 1px; }
.cbg-support-home #cbg-support-search form input[type=submit] { padding: 0 20px; height: 40px; vertical-align: middle; background-color: #858585; border-color: #7e7e7e; border-left: none; border-radius: 0; }
.cbg-support-home #cbg-support-search form .cbg-online-support-btn { display: inline-block; margin-left: 20px; padding: 1px 20px; background-color: #393939; border: #949494 solid 1px; }
.cbg-support-home #cbg-hot-search { margin-top: 8px; }
.cbg-support-home #cbg-hot-search > span { float: left; }
.cbg-support-home #cbg-hot-search li { margin: 0 0.5em; }
/* product search */
.cbg-support-home #cbg-product-search { padding-bottom: 0!important; border-bottom: #d4d4d4 solid 1px; }
.cbg-support-home #cbg-product-search h1 { text-align: center; font-size:1.7em; }
.cbg-support-home #cbg-product-search-type-list { margin-top: 30px; font-size: 1.3em; text-align: center; }
.cbg-support-home #cbg-product-search-type-list li { display: inline-block; width: 19%; float: none; text-align: center; }
.cbg-support-home #cbg-product-search-type-list li a { display: inline-block; padding-bottom: 40px; text-align: center; }
.cbg-support-home #cbg-product-search-type-list li.flex-active { background: url('../Images/icon-triangle.png') bottom center no-repeat; }
.cbg-support-home #cbg-product-search-type-list li a div { margin-bottom: 10px; }
.cbg-support-home #cbg-product-search-list { display: block; visibility: hidden; overflow: hidden; background-color: #333; }
.cbg-support-home #cbg-product-search-list em { color: #f0201e; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list { margin: 30px 0 20px 0; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list > li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: #242424 solid 1px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list > li:last-child { border-bottom: none; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list h3 { display: inline-block; width: 150px; font-size: 1.5em; vertical-align: top; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul { display: inline-block; border-left: #242424 solid 1px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul.no-heading { display: block; margin-left: 154px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li { display: inline-block; width: 180px; border-right: #242424 solid 1px; text-align: center; font-size: 1.2em; }
@media (min-width: 1200px) {
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li { width: 180px; }
}
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li a { display: block; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li img { height:122px; }
.cbg-support-home #cbg-product-search-list ul.cbg-product-list ul li p { padding: 0 10px; line-height: 1.3; }
/* hot products */
.cbg-support-home #cbg-hot-products { text-align: center; border-bottom: #d4d4d4 solid 1px; padding-bottom: 0!important; background: url('../Images/support-gradient-bg-1.jpg'); background-position: left bottom; background-repeat: repeat-x; }
.cbg-support-home #cbg-hot-products-type-list { display: inline-block; margin-top: 30px; }
.cbg-support-home #cbg-hot-products-type-list li { padding: 0 10px; padding-bottom: 5px; margin: 0 20px; }
.cbg-support-home #cbg-hot-products-type-list li.flex-active { border-bottom: #c52525 solid 3px; }
.cbg-support-home #cbg-hot-products-type-list li.flex-active a { color: #c52525; }
.cbg-support-home #cbg-hot-products .cbg-content { margin-top: 30px; text-align: left; }
.cbg-support-home #cbg-hot-products .cbg-content > li .cbg-wrapper { position: relative; min-height: 450px; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-image { position: absolute; left: 0; bottom: 1px; width: 500px; height: 100%; overflow: hidden; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-image img { position: absolute; bottom: 0; right: 0; max-width: 100%; max-height: 100%; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text { margin-left: 530px; padding: 30px 0; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li { margin-bottom: 30px; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li a { font-size: 1.4em; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li .cbg-icon { vertical-align: inherit; margin-right: 5px; }
.cbg-support-home #cbg-hot-products .cbg-content .cbg-text li p { line-height: 1.8; }
#cbg-hot-products .cbg-content .cbg-btn { margin-left: 20px; }
/* links */
.cbg-service-links { padding: 50px 0; background-color: #333; color: #fff; }
.cbg-service-links h1 { font-size: 2em; }
.cbg-service-links .cbg-left { width: 175px; margin-right: 0; padding-top: 15px; }
.cbg-service-links li { display: inline-block; float: none; padding: 0 20px; text-align: center; font-size:0.9em; }
.cbg-service-links li.cbg-phones p { margin-top: 0!important; line-height: 23px; }
.cbg-service-links li a { display: inline-block; text-align: center; }
.cbg-service-links .cbg-icon { margin: 0 auto; margin-bottom: 10px; }
.ie7 .cbg-service-links li { float: left; }
.ie7 .cbg-service-links .cbg-icon { float: none; }
/* Customer service */
#cbg-customer-service { background: #000 url('../Images/customer-service-bg.jpg') repeat-x; }
#cbg-customer-service h3 { display: inline-block; width: 60px; height: 55px; margin-top: 1em; background-repeat: no-repeat; background-image: url('../Images/customer-service-icon.png'); }
#cbg-customer-service h3.online { background-position: -2px -1px; }
#cbg-customer-service h3.store { background-position: -72px -1px; }
#cbg-customer-service h3.call { background-position: -142px -1px; }
#cbg-customer-service .cbg-inline { width: 100%; margin: 0 auto; }
@media (min-width: 1200px) {
#cbg-customer-service .cbg-inline { width: 80%; }
}
#cbg-customer-service .col { width: 33.3%; float: left; text-align: center; }
#cbg-customer-service li { margin: 1em 0; }
#cbg-customer-service .col-buy { position: relative; }
#cbg-customer-service .col-buy ul { position: absolute; top: -0.5em; left: 50%; width: 200px; margin-left: -100px; display: none; padding: 0 0.5em; overflow: hidden; border: 1px solid #4f4f4f; }
#cbg-customer-service .col-buy ul li { float: left; width: 33.2%; text-align: center; margin: 0.5em 0; }
#cbg-customer-service .col-buy ul li a { border: none; }
#cbg-customer-service a.cbg-btn { display: inline-block; font-size: 1em; padding: 0.5em 1em; }
/* Partner sites */
#cbg-partners-sites { height: 126px; font-size: 1.3em; background: #3a3d46 url('../Images/partner_sites_bg.jpg') repeat-x; }
#cbg-partners-sites ul > li { width: 24.5%; }
#cbg-partners-sites ul > li > a { display: block; text-align: center; }
#cbg-partners-sites ul > li > a > span { display: block; margin: 14px auto; height: 60px; border-bottom: #666 solid 1px; background: url('../Images/sprites_1.png') no-repeat; }
#cbg-partners-sites ul > li.col-1 > a > span { width: 170px; background-position: 0 -150px; }
#cbg-partners-sites ul > li.col-2 > a > span { width: 170px; background-position: 13px -212px; height: 40px; margin-top: 34px; }
#cbg-partners-sites ul > li.col-3 > a > span { width: 170px; background-position: 30px -254px; height: 42px; margin-top: 32px; }
#cbg-partners-sites ul > li.col-4 > a > span { width: 170px; background-position: 15px -300px; height: 42px; margin-top: 32px; }
/* override plugin styles */
.cbg .fancybox-close { /* right: 0px!important;*/
}
.cbg .flex-control-paging li a { border: #999 solid 1px!important; }
.cbg .flex-control-paging li a.flex-active { background: #c52525!important; }
.cbg .flexslider { margin: 0; border: none; background-color: transparent; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-radius: 1px; /* 0px causes 1px line issue in IE. */ }
.cbg .flex-direction-nav .flex-prev { left: 2%; }
.cbg .flex-direction-nav .flex-next { right: 2%; }
.cbg .flex-control-nav { bottom: 2%; }
/* selectbox on white background */
.cbg-white-bg .sbHolder { font-family: inherit; background-color: #fff; border: none; }
.cbg-white-bg .sbToggle, .cbg-white-bg .sbToggle:hover { background-color: #333; }
.cbg-white-bg .sbToggle2, .cbg-white-bg .sbToggle2:hover { background-color: #333; }
.cbg-white-bg .sbSelector:link, .cbg-white-bg .sbSelector:visited, .cbg-white-bg .sbSelector:hover, .cbg-white-bg .sbOptions a:link, .cbg-white-bg .sbOptions a:visited { color: #333; }
.cbg-white-bg .sbOptions { width: 198px; left: 0; background-color: #fff; border-color: #ccc; }
.cbg-white-bg .sbOptions a:hover, .cbg-white-bg .sbOptions a:focus, .cbg-white-bg .sbOptions a.sbFocus { color: #222; background-color: #eee; }
.cbg-white-bg .sbOptions > li:last-child a { border-bottom: none; }
.cbg-white-bg .sbSelector { height: 28px; border: #ccc solid 1px; border-right: none; }
/* wider */
.cbg-selectbox-wide .sbHolder { width: 300px; }
.cbg-selectbox-wide .sbSelector, .cbg-selectbox-wide .sbOptions { width: 268px; }
#cbg-sitemap h2 { padding-bottom: 0.5em; margin-bottom: 0.5em; border-bottom: #eee solid 1px; color:#333; }
#cbg-sitemap h3 { font-size: 1.5em; }
#cbg-sitemap ul li { clear: both; margin-bottom: 50px; line-height: 1.8; }
#cbg-sitemap ul li ul { padding-left: 50px; }
#cbg-sitemap ul li ul li ul { padding-left: 0; }
#cbg-sitemap ul li ul li { clear:none; display: block; float: left; width: 15%; vertical-align: top; margin-bottom: 0; font-size:100%; }
#cbg-sitemap ul li ul li ul li { width: 100%; margin-bottom: 0; }
/*search*/
@CHARSET "UTF-8";
.sbHolder { background-color: #2d2d2d; border: solid 1px #515151; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; }
.sbSelector { display: block; height: 30px; left: 0; line-height: 30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 170px; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #EBB52D; outline: none; text-decoration: none; }
.sbToggle { background: url(../Images/img_con_cn_icons.png) -1px -116px no-repeat; display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 29px; }
.sbToggle2 { background: url(../Images/img_con_cn_icons.png) -1px -116px no-repeat; display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 29px; }
.sbToggle:hover { background: url(../Images/img_con_cn_icons.png) -1px -167px no-repeat; }
.sbToggleOpen { background: url(../Images/img_con_cn_icons.png) -1px -16px no-repeat; }
.sbToggleOpen:hover { background: url(../Images/img_con_cn_icons.png) -1px -66px no-repeat; }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbOptions { background-color: #212121; border: solid 1px #515151; list-style: none; left: -1px; margin: 0; padding: 0; position: absolute; top: 30px; width: 200px; z-index: 1; overflow-y: auto; }
.sbOptions li { padding: 0 0px; text-indent:10px; font-size:14px; }
.sbOptions a { border-bottom: dotted 1px #515151; display: block; outline: none; padding: 7px 0 7px 3px; }
.sbOptions a:link, .sbOptions a:visited { color: #ddd; text-decoration: none; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #EBB52D; }
.sbOptions li.last a { border-bottom: none; }
.sbOptions .sbDisabled { border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup { border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub { padding-left: 17px; }
#cbg-search-title { background-color: #fff; color: #333!important; font-size: 1.5em; line-height: 3em; }
#cbg-search-title em { color: #ed3131; }
#cbg-featured-product .cbg-image { float: left; width: 280px; }
#cbg-featured-product .cbg-image img { max-width: 100%; }
#cbg-featured-product .cbg-text { margin-left: 280px; margin-right: 150px; }
#cbg-featured-product .cbg-text h2 { font-size: 1.5em; margin-bottom: 0.5em; }
#cbg-featured-product .cbg-text ul.cbg-specs { margin: 20px 0; border-bottom: #eee solid 1px; }
#cbg-featured-product .cbg-text ul.cbg-specs li { margin: 12px 0; line-height: 1.8; }
#cbg-featured-product .cbg-text .cbg-actions { position: relative; width: 240px; }
#cbg-featured-product .cbg-text .cbg-actions .cbg-btn { float:left; font-size: 15px; }
#cbg-featured-product .cbg-text .cbg-actions .list-item-place { top: -118px; }
#cbg-featured-product .cbg-related-products { position: absolute; right: 0; top: 0; width: 120px; }
#cbg-featured-product .cbg-related-products h3 { margin-bottom: 10px; }
#cbg-featured-product .cbg-related-products .cbg-item { margin-bottom: 4px; border: #eee solid 1px; }
#cbg-featured-product .cbg-related-products .cbg-item img { display: block; width: 90%; margin: 0 auto; }
#cbg-featured-product .cbg-related-products .cbg-item a { display: block; padding: 8px; text-align: center; background-color: #333; }
#cbg-featured-product .btn-add-cart{ float:right;display:inline-block; width:36px; height:32px; background:url(../Images/img_con_base.png) -112px -1597px #f0312c no-repeat;}
#cbg-featured-product .btn-add-cart:hover{ background-color: #f64841;}
#cbg-filters { margin-bottom: 50px; padding: 1em 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px; }
#cbg-filters .cbg-current-type { float: left; line-height: 32px; }
#cbg-filters .cbg-filters-wrapper { float: right; }
#cbg-search-result-list { padding-bottom: 50px; }
#cbg-search-result-list em { color: #ed3131; }
#cbg-search-result-list h2 { margin-bottom: 0.5em; font-size: 1.5em; }
#cbg-search-result-list li { margin-bottom: 2em; padding-bottom: 2em; border-bottom: #eee solid 1px; }
#cbg-search-result-list p { line-height: 1.8; }
/* override */
/* START support-pro-search */
.p-sup-pro-seach h2{ color: inherit; }
#cbg-featured-product.cbg-white-bg .sbHolder{margin-left: 0;}
#cbg-main .cbg-service-links .cbg-left{font-size: 1.5em;}
#cbg-support-menu li a { color: #333; }
.p-sup-pro-seach .posbar{ height: 45px; line-height: 45px; background: #2a2b2c; }
.p-sup-pro-seach .posbar, .p-sup-pro-seach .posbar a{ color: #ccc; }
.p-sup-pro-seach .posbar span{ color: #fff;}
.p-sup-pro-seach .posbar a:hover{color: #df1000;}
.p-sup-pro-seach .posbar ul.cbg-wrapper{ float: left; width: auto;}
.p-sup-pro-seach .posbar-inner{ position: relative; }
.p-sup-pro-seach .posbar .col-r{ float: right; }
.p-sup-pro-seach .posbar .col-r li{ float: right;}
.p-sup-pro-seach .posbar .share{ margin-right: 15px;}
.posbar .product a.x-act{color:#fff;}
.posbar .product .x-act strong{ font-weight: 700;}
.posbar .product a{ float:left; margin-right: 30px;}
.posbar .product a strong{ font-weight: 400;}
#cbg-main .cbg-section{padding: 50px 0;}
#cbg-main .cbg-section h1{font-size: 2em;margin-bottom: 1em;text-align: center;}
#cbg-main .cbg-section h2{font-size: 1.5em;}
#cbg-main .cbg-section p{margin: 0.5em 0;line-height: 1.5;}
/* top*/
#cbg-featured-product{position: relative;margin: 50px auto;}
#cbg-featured-product .cbg-image{float: left;width: 200px;}
#cbg-featured-product .cbg-image img{max-width: 100%;}
#cbg-featured-product .cbg-text{margin-left: 200px;margin-right: 290px;padding-top: 50px;}
#cbg-featured-product .cbg-text h2{font-size: 2em;margin-bottom: 0.5em;}
#cbg-featured-product .cbg-col-right{position: absolute;right: 0;top: 0;width: 270px;padding-top: 35px;}
#cbg-featured-product .cbg-col-right li{margin: 0 10px;}
/* menu*/
#cbg-main-nav > .cbg-overlay{opacity: 1;filter: alpha(opacity=100);}
.main-nav-visible #cbg-support-menu{visibility: hidden;}
.cbg-support-menu-fixed #cbg-main{padding-top: 111px;/* main nav height 67px + support menu height 44px*/}
#cbg-support-menu{ font-size: 1.3em;padding: 0;background-color: #fff;text-align: center;}
#cbg-support-menu a{ color: #333!important; }
#cbg-support-menu.fixed{position: fixed;z-index: 10;left: 0;top:62px;width: 100%;}
#cbg-support-menu li{display: inline-block;float: none;margin: 0 25px;padding: 12px 10px 10px 10px;border-bottom: transparent solid 3px;}
#cbg-support-menu li:first-child{margin-left: 0;}
#cbg-support-menu li.cbg-current{border-bottom-color: #c52525;}
* override*/
#cbg-new-phone .cbg-outer-slides > li .flex-control-nav{width: auto;right: 5%;text-align: inherit;}
#cbg-new-phone .cbg-outer-slides > li .flex-control-paging li a{width: 50px;height: 10px;box-shadow: none;border-radius: 0;border: none!important;border-bottom: #999 solid 4px!important;background: none;}
#cbg-new-phone .cbg-outer-slides > li .flex-control-paging li a:hover{border-bottom-color: #fff!important;}
#cbg-new-phone .cbg-outer-slides > li .flex-control-paging li a.flex-active{background: none!important;border-bottom-color: #c52525!important;}
/* simulator*/
#cbg-simulator{border-bottom: #eee solid 1px;}
#cbg-simulator .text-center{text-align: center;}
#cbg-simulator .text-center img{width: 100%;max-width: 400px;}
/* troubleshooting*/
#cbg-troubleshooting{position: relative;}
#cbg-troubleshooting ul.cbg-faq-list li{display: block;float: left;width: 22%;padding: 0 0 20px 0;margin: 10px 2.5% 10px 0;text-align: left;font-size: 1.2em;border-bottom:none;}
#cbg-troubleshooting ul.cbg-faq-list li:hover{border-bottom: #e52525 solid 2px;padding-bottom: 19px;}
#cbg-troubleshooting ul.cbg-faq-list-more{display: none;}
#cbg-troubleshooting-expand{position: absolute;left: 50%;margin-left: -30px;bottom: -17px;display: block;width: 60px;height: 40px;text-align: center;background: url('../Images/icon-expand-down.png') bottom center no-repeat;}
#cbg-troubleshooting-expand.cbg-expanded{background-image: url('../Images/icon-expand-up.png');}
/* help*/
#cbg-help{background: #f8f8f8;}
#cbg-help ul.cbg-outer{border-top: #eee solid 1px;}
#cbg-help ul.cbg-outer > li > a{position: relative;display: block;padding: 20px 40px;border-bottom: #eee solid 1px;font-size: 1.2em;transition: all linear 0.1s;}
#cbg-help ul.cbg-outer > li > a:hover, #cbg-help ul.cbg-outer > li > a.cbg-current{color: #fff;background: #333 url('../Images/bg-1.png') bottom center;}
#cbg-help ul.cbg-outer > li > a > span{position: absolute;right:25px;top: 0;width: 13px;height: 100%;background: url('../Images/icon-plus.png') center center no-repeat;}
#cbg-help ul.cbg-outer > li > a.cbg-current > span{background-image: url('../Images/icon-minus.png');}
#cbg-help ul.cbg-inner{display: none;padding: 10px 0 10px 80px;border-bottom: #eee solid 1px;}
#cbg-help ul.cbg-inner > li{list-style-type: circle;}
#cbg-help ul.cbg-inner > li > a{display: block;padding: 10px 0;}
/* download*/
#cbg-downloads{}
#cbg-downloads h2{margin-bottom: 15px; font-size: 18px; font-weight: 700;}
#cbg-downloads ul{margin-left: -15px;margin-right: -15px;overflow: hidden; box-sizing: border-box;border-bottom: 1px solid #eee;margin-bottom: 20px;padding-bottom: 20px;border-right: none;}
#cbg-downloads ul:last-child{margin-bottom: 0px;}
#cbg-downloads ul li{width: 50%!important;line-height: 1.8; float:left;height:auto;text-align:left;position: relative;padding-left: 15px;padding-right: 15px;box-sizing: border-box;float:left;}
#cbg-downloads ul li > div{height: 32px; line-height: 32px;}
#cbg-downloads ul li .download-btn{position: absolute;top:2px;right:10px;}
#cbg-downloads ul li p.des{width:100%;height: 38px; margin-top: 5px; font-size: 13px; line-height:text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
#cbg-downloads ul li .text-right{text-align: right;}
#cbg-downloads ul li .text-right .more .g-ico{ margin-right: 5px; vertical-align: 0; }
#cbg-downloads ul li .text-right .more:hover .g-ico{ background-position: -249px -1282px; background-color: #e52525; }
#cbg-downloads ul li .manuals-icon{background-image: url('../Images/manuals.png'); display: inline-block;width: 31px;height: 32px;}
#cbg-downloads ul li .download-icon{background-image: url('../Images/download-icn.png'); display: inline-block;width: 32px;height: 32px;}
#cbg-downloads ul li span.title{ display: inline-block;max-width: 60%;height: 32px;/* overflow: hidden; */text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 18px;}
#cbg-downloads ul li span{vertical-align: top;}
/* safeware */
#cbg-safeware{}
#cbg-safeware ul{margin-left: -15px;margin-right: -15px;box-sizing: border-box;}
#cbg-safeware ul li{width:25%;float: left;text-align:center;position: relative;padding-left: 15px;padding-right: 15px;box-sizing: border-box; letter-spacing: 0px;}
#cbg-safeware ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
#cbg-safeware h2{font-size:1.5em;}
/* Topics I Need Help With*/
#cbg-help .help-sub-header{height: 50px;}
#cbg-help .help-sub-header h2{float: left; font-size: 18px; font-weight: 700;}
#cbg-help .help-search{ float:right; position: relative; overflow: hidden;}
#cbg-help .help-search input[type=text]{color:#74787c;width: 310px; float: left; padding:0 30px 0 10px; border:solid 1px #ccc; height: 28px; line-height: 28px;}
#cbg-help .help-search .help-search-submit{ position:absolute; right: 0; top: 0; width: 30px;height: 30px; cursor: pointer;}
#cbg-help .help-search .help-search-submit:hover .g-ico{ margin: 6px 0 0 6px; background-color: #e52525; }
#cbg-help .help-search .help-search-submit .g-ico{ margin: 6px 0 0 6px; }
#cbg-help .help-search input[type=submit]:hover{background-image: url('../Images/icon_search_hover.png');}
#cbg-help .help-filter{background-color: #fff;padding:18px 0 0 30px;border:1px solid #eee;}
#cbg-help .help-filter li{text-align: left;overflow: hidden;white-space:nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;margin: 0 2px 14px;border:1px solid #333;border-radius:1px;line-height: 34px;width: 19%;height: 34px;display:inline-block;cursor: pointer;}
#cbg-help .help-filter .g-ico{ margin: -2px 8px 0; }
#cbg-help .help-filter li:hover{border-color:#e52525;}
#cbg-help .help-filter li:hover .g-ico{ background-position: -607px -700px; }
#cbg-help .help-filter li.active .g-ico{ background-position: -627px -700px; }
#cbg-help .help-filter li.active{border-color:#e52525;}
#cbg-help .help-filter li span{width: 18px;height: 18px;display: inline-block;-webkit-background-size: contain;background-size: contain;}
#cbg-help .help-filter-close ul{width: 80%;padding-left: 10px;display: inline-block;min-height:40px;}
#cbg-help .help-filter-close li{max-width:180px;display: inline-block;height: 40px;line-height: 40px;margin-right: 10px; overflow: hidden;}
#cbg-help .help-filter-close li span{white-space:nowrap;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;display: inline-block;max-width: 140px;float: left;margin-right: 5px;}
#cbg-help .help-filter-close li i{ margin-top: 11px; cursor: pointer; }
#cbg-help .help-filter-close p{float: right;height: 40px;line-height: 40px;margin: 0 20px 0 0;}
#cbg-help .help-filter-close p span{padding: 0 10px;cursor: pointer;}
#cbg-help .help-filter-close p span.active,#cbg-help .help-filter-close p span:hover{color:#e52525;}
#cbg-help .help-filter-close p span:nth-child(2){border-left:1px solid #d8dce0;border-right: 1px solid #d8dce0;}
#cbg-help .help-detail{background-color: #fff;max-height: 525px;padding: 2px 20px;}
#cbg-help .help-detail .help-detail-cont{max-height: 450px;overflow: hidden;}
#cbg-help .help-detail .help-detail-cont li{height: 44px;line-height: 44px;border-bottom:1px solid #eee;}
#cbg-help .help-detail .help-detail-cont li .g-ico{ margin-right: 10px; }
#cbg-help .help-detail .help-detail-cont li:hover .g-ico{ background-color: #e52525; }
#cbg-help ul.help-detail-pagenum{text-align: center;color:#666;}
#cbg-help font{cursor: pointer;}
#cbg-help .help-detail-pagenum li{display: inline-block;height: 44px;line-height: 44px;width: 26px;cursor:context-menu !important;}
#cbg-help .help-detail-pagenum li:hover{color:#e52525;}
#cbg-help .chend font{text-align: center;cursor:context-menu !important;color:#999;}
#cbg-help .chend font:hover{color:#999;}
#cbg-help .dauf font{background-color:#fc8a30; color:#fff;width:30px;padding:0 3px;margin:0 1px;text-decoration:none;}
#cbg-help .help-detail-pagenum li{display: inline-block;height: 44px;line-height: 44px;width: 30px;cursor: pointer;}
#cbg-help .help-detail-pagenum li:hover{color:#e52525;}
/* Topics I Need Help With - Mobile*/
#cbg-help .help-filter-cate{display: none;}
@media only screen and (max-width: 768px){#cbg-help .help-sub-header{height: 100px;}
#cbg-help h2{display: none;}
#cbg-help .help-search{float: none;width: 100%;}
#cbg-help .help-search input[type=text]{width: 90%;}
#cbg-help .help-filter-cate{padding:20px 2%;display: block;text-align: center;height: 40px;}
#cbg-help .help-filter-cate input{width: 40%;margin-right: 5%;display: inline-block;border: none;height: 40px;font-size: 1.5em;line-height: 40px;}
#cbg-help .help-filter{padding:0 8px;display: none;}
#cbg-help .help-filter li{width: 100%;margin: 0;height: 40px;line-height: 40px;border: none;border-bottom: 1px solid #eee;}
#cbg-help .help-filter li.active,#cbg-help .help-filter li:hover{border-color:#eee;}
#cbg-help .help-filter-close{display: none;}
#cbg-help .help-filter-close ul{display: none;}
#cbg-help .help-filter-close p{float: none;margin: 0;padding:0 8px;height: auto;border: none;}
#cbg-help .help-filter-close p span{width: 100%;display: inline-block;border-left:1px solid #eee;}
#cbg-help .help-filter-close p span.active{border-color:#e52525;}
#cbg-help .help-detail .help-detail-cont li{letter-spacing: 0;overflow: hidden;-ms-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}}
@media only screen and (min-width: 481px) and (max-width: 768px){
#cbg-help .help-search input[type=text]{margin-left: 3%;}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
#cbg-help .help-search input[type=text]{margin-left: 2%;}
}
/* END support-pro-search */
.sbHolder { display: inline-block; font-family: inherit; background-color: #fff; border: none; }
.sbToggle, .sbToggle:hover { background-color: #333; }
.sbToggle2, .sbToggle2:hover { background-color: #c01415; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover, .sbOptions a:link, .sbOptions a:visited { color: #333; }
.sbOptions { width: 198px; left: 0; background-color: #fff; border-color: #ccc; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #333; background-color: #eee; }
.sbSelector { height: 28px; border: #ccc solid 1px; border-right: none; }
/*pws--2015-08-21*/
#cbg-main .cbg-section { padding: 50px 0; }
#cbg-main .cbg-section h1 { font-size: 2em; margin-bottom: 20px; text-align: center; }
#cbg-main1 .cbg-section h1 { font-size: 2em; margin-bottom: 20px; text-align: center; }
#cbg-main .cbg-section h2 { font-size: 1.5em; }
#cbg-main .cbg-section p { margin: 0.5em 0; line-height: 1.5; }
/*form HT-SHARE end*/
/*service confirmation*/
#div_confirmation { height:220px; width:355px; position: absolute; z-index: 9999; border:1px solid #C1C1C1; top: 42%; left: 38%; background: #fbfbfb; display: none; border-radius: 4px; }
#div_confirmation .y-info { width:350px; height:auto; margin:0px auto; padding-top:10px; }
#div_confirmation .text-title { margin: 20px auto; width: 257px; font-size:14px; }
#div_confirmation #surul { color: #797979; margin:0px auto; width:180px; margin-left:75px; margin-top:10px; }
#div_confirmation .service_text_title { margin: 20px auto; width: 266px; font-size:14px; }
/*end service confirmation*/
/*product list banner start by yqx*/
.list-slides ul, .list-slides li { height: 100%; }
.list-slides li { display: block; position:relative; }
.list-slide-content { position:relative; height: 100%; margin-right: 100px; margin-left: 100px; }
.list-slide-text { position: absolute; z-index: 10; top: 76%; left: 0%; width: 50%; }
.list-slide-thumb { position: absolute; top:0; left:0; width:100%; height:100%; }
@media (min-width: 1200px) {
.list-slide-text { top: 76%; left: 5%; width: 45%; }
}
.list-slide-content-right .list-slide-text { left: 50%; }
/*product list banner end by yqx*/
#y-video-item #y-cbg-share { height: 30px; position: absolute; width: 860px; }
/* zishiying S2016/3*/
body { min-width: 1105px; }
@media (max-width: 1209px) {
#cbg-main-nav ul.cbg-menu > li > a { padding: 26px 15px 0px 15px; }
}
#cbg-main-nav { position: relative; width: 100%; /*height: 69px*/ height:67px; }
@media (max-width: 1182px) {
.cbg-support-home #cbg-service-list .support-list-icon .sup_list_pb { font-size:0.9em; }
.cbg-support-home #cbg-main p.support-list-p { font-size:0.8em; }
}
@media (max-width: 1182px) {
#cbg-support-search-next #cbg-service-list .icon-left p { font-size:0.8em; }
}
@media (max-width: 1280px) {
.cbg-support-home #cbg-support-search-form-wrapper { width: 960px; padding-left:0; }
#cbg-support-search input[type=text] { min-width: 400px; width: 77%; }
.cbg-support-home #cbg-product-search-type-list li { display:block; float:left; width:20%; }
#cbg-product-search-type-list img { height: 140px; }
.cbg-support-home #cbg-product-search-type-list li a { font-size: 16px; }
#cbg-footer-nav .cbg .cbg-centered > .cbg-wrapper { width:96%; }
}
@media (max-width:1200px) {
#cbg-footer-links li { line-height: 30px; }
#cbg-footer-links .cbg-wrapper .copyright { width: 300px; }
.cbg-service-links li { padding:0 14px; }
.cbg-service-links li.cbg-phones { margin-left:0; }
#footer-more .cbg-support-home .cbg-left { width:185px; }
}
@media (max-width: 1065px) {
#cbg-main-nav > .cbg-wrapper > ul.cbg-inline { margin:0; }
}
/* zishiying E2016/3*/
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-online-support { background-image: url(../Images/img_con_de_support_cbg_icon1.png) }
.y-cbg-faq-apply .cbg-icon-y.cbg-icon-support-club { background-image: url(../Images/img_con_de_support_cbg_icon1.png) }
.cnx-search-association { position:absolute; width:150px; height:auto; left:30px; top:31px; border:1px solid #ccc; z-index: 1; }
.cnx-search-association .cnx-search-result { width:150px; max-height: 260px; overflow-y: auto; }
.cnx-search-association .cnx-search-result li { padding: 0 0px; text-indent: 10px; font-size: 14px; }
.cnx-search-result li .result-a { border-bottom: dotted 1px #515151; display: block; outline: none; padding: 7px 0 7px 3px; }
.cnx-search-result li .result-a:link, .cnx-search-result li .result-a:visited, .cnx-search-result li .result-a:hover, .cnx-search-result li .result-a:link, .cnx-search-result li .result-a:visited { color: #333; background:#eee; }
.cnx-search-result li .result-a.last { border-bottom: none; }
.cbg-icon-y.cbg-icon-support-emaila {
width: 40px;
height: 40px;
background-position: -550px -278px;
background-image: url(../Images/img_con_de_support_cbg_icon1.png)
}
#cbg-main1 div#pop5{z-index: 11111!important;}
/*sup search results*/
#cbg-filters {margin: 50px 0; padding: 1em 0; border-top: #eee solid 1px; border-bottom: #eee solid 1px;}
#cbg-filters .cbg-current-type {float: left;line-height: 32px;}
#cbg-filters .cbg-filters-wrapper {float: right; }
#cbg-search-title { color: #fff!important; font-size: 1.5em; line-height: 3em;}
#cbg-search-title em {color: #ed3131;}
#search_prolist {min-height: 260px;padding-bottom: 5px;}
.search-recommend-prolist { width:1210px; margin:0px auto; position:relative; border-top: #ebebeb 1px solid; }
.search-recommend-prolist li { float:left; width: 19.9%; padding: 35px 0 5px; text-align: center;} /*2013-03-11 amended*/
.search-recommend-prolist li img{ width: 155px;}
.search-recommend-prolist li div { padding: 20px 0 0 5px; } /*2013-03-11 amended*/
.search-recommend-prolist li h2 { font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif; height: 50px; color: #000; }
.search-recommend-prolist .li-border { width: 1px; height: 155px; overflow: hidden; background-color: #ebebeb; padding: 0; ; margin-top:54px; }
.search-nav{ background-color: #fff; width:960px; border-bottom: #ebebeb 1px solid;}
.search-nav .ul-1{ float: left; height: 46px; padding-left: 5px;}
.sbToggle2, .sbToggle2:hover { background-color: #c01415;}
.cur_page{color:red}
#cbg-search-title { line-height: 30px; padding-top: 5px; font-size: 20px;}
#cbg-search-title .result{ line-height: 3em; }
#cbg-search-title span { color: #333; }
#cbg-search-title em { color: #ed3131; }
.search-recommend-prolist { width: 1210px; margin: 0px auto; position: relative; border-top: #ebebeb 1px solid; }
#cbg-featured-product .cbg-image { float: left; width: 200px; overflow: hidden; }
.cbg-image .wz { font-size: 1.3em; text-align: center; width: 164px; padding-bottom: 10px; }
h2 { font-size: 18px; line-height: 150%; color: #BF1000; font-weight: normal; }
#cbg-featured-product .cbg-image img { max-width: 100%; background: #fff; }
#cbg-featured-product .cbg-text { margin-left: 200px; margin-right: 150px; padding-top: 25px; }
#cbg-specsot { font-size: 14px; }
#cbg-featured-product .cbg-text ul.cbg-specs { margin: 20px 0; }
#cbg-featured-product .cbg-text ul.cbg-specs li { margin: 12px 0; line-height: 1.8; }
#cbg-featured-product .cbg-text ul.cbg-specs { margin: 20px 0; border-bottom: #eee solid 1px; }
#cbg-featured-product .cbg-related-products { position: absolute; right: 0; top: 0; width: 120px; }
#cbg-featured-product .cbg-related-products h3 { margin-bottom: 10px; }
#cbg-featured-product .cbg-related-products .cbg-item { margin-bottom: 4px; border: #eee solid 1px; }
#cbg-featured-product .cbg-related-products .cbg-item img { display: block; width: 90%; margin: 0 auto; }
#cbg-featured-product .cbg-related-products .cbg-item a { display: block; padding: 8px; text-align: center; background-color: #333; }
#cbg-featured-product { position: relative; margin: 50px auto; }
#cbg-search-result-list { padding-bottom: 50px; min-height: 100px }
#cbg-search-result-list li { margin-bottom: 2em; padding-bottom: 2em; border-bottom: #eee solid 1px; }
#show_list .all_search .download_btn { margin-right: 0px; }
.all_search .download_btn { float: right; height: 26px; padding-left: 35px; line-height: 26px; display: block; color: #000; background: url(../Images/img_dev_en_common_jpg.jpg) no-repeat -380px -1688px; }
#show_list h2 .a-1 { cursor: text; }
#cbg-search-result-list h2 { margin-bottom: 0.5em; font-size: 1.5em; }
#cbg-search-result-list p { line-height: 1.8; }
#show_list .download_btn:hover { color: #bf1000; }
#show_list .all_search .download_btn { margin-right: 0px; }
.all_search .download_btn { float: right; height: 26px; margin-top: 5px; line-height: 26px; display: block; color: #000; background: url(../Images/img_dev_en_common_jpg.jpg) no-repeat -380px -1688px; }
#show_list .download_btn{ line-height: 26px; color: #000;}
#show_list .download_btn i{ display: inline-block; width: 30px; height: 26px; background: url(../Images/img_con_base.png) no-repeat -182px -1495px; vertical-align: middle; overflow: hidden;}
.sbToggle2, .sbToggle2:hover { background-color: #c01415; }
.sbOptions li { padding: 0 0px; text-indent: 10px; font-size: 14px; }
#support_prolist { width: 1210px; margin: 0px auto; position: relative; border-top: #ebebeb 1px solid; }
#main_content { }
.browsehappy { text-align: center; background: #cccccc; display:none; padding: 12px 0; }
.browsehappy img { vertical-align: middle; }
/*sup search results*/
/*hzj yuancheng*/
#long-distance .long-main{width:90%;margin:auto;}
#long-distance .long-main .long-content{padding:50px 0px;width:100%;}
#long-distance .long-main .long-content .l-right{float:right;padding-left:270px; }
#long-distance .long-main .long-content .l-right h2{font-size:36px;color:#222323;padding:30px 40px;}
#long-distance .long-main .long-content .l-right .p-test{font-size:18px;line-height:30px;border-bottom:1px solid #e2e2e2;padding-bottom:20px;margin-left:40px;}
#long-distance .long-main .long-content .l-left{float:left;margin-right:-300px;}
.long-distance-img {background: url(../Images/img_con_cn_yuanc_icon.png) no-repeat;display: inline-block;vertical-align: middle;width: 40px;height: 25px;margin-right: 2px;text-indent: -9999px;}
.cbg-long-icon.phones{ background-position: -0px -0px;width: 214px;height: 433px;}
#long-distance .long-main .long-content-lc{padding:40px 0px 0 0;width:100%;}
#long-distance .long-main .long-content-lc li{width:23.3%;padding-right:13%;float:left;text-align: center;}
#long-distance .long-main .long-content-lc .lc-img{margin:0px;font-size:22px;}
#long-distance .long-main .long-content-lc .lc-test{font-size:14px;font-style:normal;margin-top:15px;line-height:18px;}
.cbg-long-icon.service01{ background-position: -222px -96px;width: 88px;height: 87px;margin-bottom:26px;}
.cbg-long-icon.service02{ background-position: -319px -96px;width: 88px;height: 87px;margin-bottom:26px;}
.cbg-long-icon.service03{ background-position: -420px -96px;width: 88px;height: 87px;margin-bottom:26px;}
#long-Introduction{}
#long-Introduction .long-main{width:90%;margin:auto;text-align:center;border-bottom:1px solid #e2e2e2;padding:50px 0px;border-top:1px solid #e2e2e2;}
#long-Introduction .long-main .long-h-h2{font-size:30px;color:#000;}
#long-Introduction .long-main p{font-size:18px;padding-top:40px;text-align:left;line-height:30px;}
#long-Introduction .long-main p.font16{font-size:16px;}
#long-Introduction .long-main ul.In-content{width:1180px;margin:50px 0 0 0;}
#long-Introduction .long-main ul.In-content li{width:287px;float:left;font-size:17px;color:#595656;}
.cbg-long-icon.ser-in01{ background-position: -224px -1px;width:58px;height: 84px;margin-right:16px;}
.cbg-long-icon.ser-in02{ background-position: -294px -0px;width:96px;height: 84px;margin-right:16px;}
.cbg-long-icon.ser-in03{ background-position: -410px -0px;width:107px;height: 84px;margin-right:16px;}
.cbg-long-icon.ser-in04{ background-position: -529px -2px;width:87px;height: 84px;margin-right:16px;}
.cbg-long-icon.weixin{ background-position: -222px -193px;width:171px;height: 167px;margin-left:20px;}
#long-Introduction .long-main ul.In-content li .font-wx{line-height:20px;margin-top:20px;text-align:left;}
#long-Introduction .long-main .font-link{color:#015ef9;} | 0.364551 | 0.068506 |
* {
margin: 0;
padding: 0;
}
body {
background-color: #E0EEEE;
}
label {
font-weight: normal;
}
.html-contents {
margin: 10px auto;
width: 80%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
background-color: #ffffff;
}
.middle-nav {
margin: 10px auto;
width: 80%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
border-bottom: 1px solid #9c9c9c;
position: relative;
}
.middle-nav-ul {
height: 100%;
position: relative;
zoom: 1;
}
.middle-nav-ul::after {
display: block;
content: '';
clear: both;
}
.middle-nav-ul li {
houses-style-type: none;
display: inline-block;
margin-right: 2%;
}
.show-ul li {
houses-style-type: none;
display: inline-block;
width: 19%;
line-height: 0.9;
}
.show-ul-show li{
houses-style-type: none;
display: inline-block;
line-height: 0.9;
margin-right: auto;
}
.show-ul {
margin-bottom: 0 !important;
}
.show-ul li p {
min-height: 20px;
width: 100%;
word-wrap: break-word;
}
.sp-li {
float: right;
margin-right: 20% !important;
}
.navs {
display: inline-block;
width: 6%;
text-align: right;
margin-right: 1%;
vertical-align: top;
}
.contents {
width: 90%;
display: inline-block;
}
.line {
margin-bottom: 1%;
}
.mix {
width: 5% !important;
height: 30px !important;
display: inline-block;
}
.sample-label {
display: inline-block;
margin-right: 1%;
}
.search {
display: inline-block !important;
width: 10%;
height: 30px !important;
}
.fenkai-line {
margin-left: 6%;
}
.address {
margin-right: 2%;
cursor: pointer;
display: inline-block;
}
.local-group-addon {
display: inline-block !important;
width: 2% !important;
}
.label-type {
margin-right: 1%;
display: inline-block;
width: 12%;
}
.tags {
width: 5%;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #FFDEAD;
border-radius: 4px;
color: #FFDEAD;
cursor: pointer;
display: inline-block;
margin-top: 1%;
margin-right: 1%;
}
.input-btn {
margin: 10px auto;
color: #7c7c7c;
text-align: center;
}
.input-btn p {
display: inline-block;
}
#create-shop, #enter-shop {
position: absolute;
padding: 0 10px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
width: 8%;
top: -16%;
text-align: center;
cursor: pointer;
}
#enter-shop {
right: 0;
}
#create-shop {
right: 9%;
}
.pingmi-li {
margin-left: 20px;
text-align: center;
}
.money-li, .message-li {
text-align: right;
}
.show-div {
margin-top: 10px;
border-bottom: 1px solid #9c9c9c;
}
.small-info {
font-size: 10px;
color: #9c9c9c;
} | public/stylesheets/list/houses.css | * {
margin: 0;
padding: 0;
}
body {
background-color: #E0EEEE;
}
label {
font-weight: normal;
}
.html-contents {
margin: 10px auto;
width: 80%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
background-color: #ffffff;
}
.middle-nav {
margin: 10px auto;
width: 80%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
border-bottom: 1px solid #9c9c9c;
position: relative;
}
.middle-nav-ul {
height: 100%;
position: relative;
zoom: 1;
}
.middle-nav-ul::after {
display: block;
content: '';
clear: both;
}
.middle-nav-ul li {
houses-style-type: none;
display: inline-block;
margin-right: 2%;
}
.show-ul li {
houses-style-type: none;
display: inline-block;
width: 19%;
line-height: 0.9;
}
.show-ul-show li{
houses-style-type: none;
display: inline-block;
line-height: 0.9;
margin-right: auto;
}
.show-ul {
margin-bottom: 0 !important;
}
.show-ul li p {
min-height: 20px;
width: 100%;
word-wrap: break-word;
}
.sp-li {
float: right;
margin-right: 20% !important;
}
.navs {
display: inline-block;
width: 6%;
text-align: right;
margin-right: 1%;
vertical-align: top;
}
.contents {
width: 90%;
display: inline-block;
}
.line {
margin-bottom: 1%;
}
.mix {
width: 5% !important;
height: 30px !important;
display: inline-block;
}
.sample-label {
display: inline-block;
margin-right: 1%;
}
.search {
display: inline-block !important;
width: 10%;
height: 30px !important;
}
.fenkai-line {
margin-left: 6%;
}
.address {
margin-right: 2%;
cursor: pointer;
display: inline-block;
}
.local-group-addon {
display: inline-block !important;
width: 2% !important;
}
.label-type {
margin-right: 1%;
display: inline-block;
width: 12%;
}
.tags {
width: 5%;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #FFDEAD;
border-radius: 4px;
color: #FFDEAD;
cursor: pointer;
display: inline-block;
margin-top: 1%;
margin-right: 1%;
}
.input-btn {
margin: 10px auto;
color: #7c7c7c;
text-align: center;
}
.input-btn p {
display: inline-block;
}
#create-shop, #enter-shop {
position: absolute;
padding: 0 10px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
width: 8%;
top: -16%;
text-align: center;
cursor: pointer;
}
#enter-shop {
right: 0;
}
#create-shop {
right: 9%;
}
.pingmi-li {
margin-left: 20px;
text-align: center;
}
.money-li, .message-li {
text-align: right;
}
.show-div {
margin-top: 10px;
border-bottom: 1px solid #9c9c9c;
}
.small-info {
font-size: 10px;
color: #9c9c9c;
} | 0.47025 | 0.119639 |
html {
box-sizing: border-box;
}
/* *,
*::before,
*::after {
box-sizing: inhe-block--rit;
} */
/* * {
margin: 0;
padding: 0;} */
:root {
--primary-text-color: #212121;
--tittle-text-color: #757575;
--accent-color: #2196f3;
--primary-bg-color: #ffffff;
--background-color: #e5e5e5;
--background-color-second: #2f303a;
--background-color-third: #f5f4fa;
}
a {
text-decoration: none;
color: var(--primary-text-color);
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
body {
/* background-color: var(--background-color); */
margin: 0px;
color: var(--primary-text-color);
font-family: 'Roboto', sans-serif;
/* font-family: "Raleway", sans-serif; */
}
header {
background-color: var(--primary-bg-color);
}
/* Контейнер */
.container {
outline: 1px solid red;
width: 1200px;
padding: 0px 15px;
margin-left: auto;
margin-right: auto;
} /* Логотип */
.logo {
margin-right: 93px;
font-family: 'Raleway', sans-serif;
color: var(--primary-text-color);
/* margin-bottom: 20px; */
/* padding-top: 24px;
padding-bottom: 25px; */
}
.logo-footer {
font-family: 'Raleway', sans-serif;
color: var(--primary-text-color);
}
.logo-blue {
font-weight: 700;
font-size: 26px;
line-height: 1.19;
letter-spacing: 0.03em;
color: var(--accent-color);
}
.logo-black {
font-weight: 700;
font-size: 26px;
line-height: 1.19em;
letter-spacing: 0.03em;
color: var(--primary-text-color);
}
.logo-white {
font-weight: 700;
font-size: 26px;
line-height: 1.19em;
letter-spacing: 0.03em;
color: var(--primary-bg-color);
}
/* Меню сайта */
.container .main-nav {
padding-top: 24px;
padding-bottom: 25px;
}
.main-nav {
display: flex;
align-items: center;
}
.main-nav-list {
display: flex;
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
line-height: 1.14em;
letter-spacing: 0.02em;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
/* color: var(--accent-color); */
}
.main-nav-list .item:last-child {
margin-right: 0px;
}
.main-nav-list .item {
/* background-color: tomato; */
padding-top: 32px;
padding-bottom: 32px;
}
/* .current {
color: var(--accent-color);
} */
/* .main-nav a:visited, */
.main-nav-list a:active,
.main-nav-list a:hover,
.main-nav-list a:focus {
color: var(--accent-color);
}
.main-tel {
display: flex;
margin: 0px;
margin-left: auto;
padding: 0px;
}
.main-tel .item {
padding-top: 32px;
padding-bottom: 32px;
margin-right: 50px;
}
.main-tel .item:last-child {
margin-right: 0px;
}
.main-tel a {
margin-bottom: 0px;
font-weight: 500;
font-size: 14px;
line-height: 1.14em;
letter-spacing: 0.02em;
color: var(--tittle-text-color);
}
/*main-tel a:visited, */
.main-tel a:active,
.main-tel a:hover,
.main-tel a:focus {
color: var(--accent-color);
}
.hero {
background-image: url(./images/img.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
padding-top: 200px;
padding-bottom: 200px;
background-color: var(--background-color-second);
color: var(--primary-bg-color);
text-align: center;
outline: 1px soid red;
}
.hero h1 {
text-transform: uppercase;
font-size: 44px;
line-height: 1.36em;
letter-spacing: 0.06em;
/* padding-top: 200px; */
margin-top: 0px;
margin-bottom: 30px;
}
.hero a:active,
.hero a:hover,
.hero a:focus {
color: var(--primary-text-color);
}
/* "Заказать услугу" кнопка */
.hero a {
display: inline-block;
padding: 10px 32px;
border-radius: 4px;
font-weight: 700;
background-color: var(--accent-color);
color: var(--primary-bg-color);
line-height: 1.87em;
letter-spacing: 0.06em;
}
.softskill {
padding-top: 94px;
padding-bottom: 94px;
}
.softskill ul,
li {
margin-top: 0px;
margin-right: 8px;
margin-bottom: 0px;
}
.softskill ul,
li:last-child {
margin-right: 0px;
}
.softskill-list {
display: flex;
/* padding-top: 94px;
padding-bottom: 94px; */
padding-left: 0px;
}
.softskill-list .item {
width: 270px;
margin-right: 30px;
}
.softskill-list .item:last-child {
margin-right: 0px;
}
.softskill .do {
background: var(--background-color);
}
.do-list {
display: flex;
padding-bottom: 94px;
}
.do-list .item {
margin-right: 30px;
width: 370px;
}
.do-list .item:last-child {
margin-right: 0px;
}
.softskill h3 {
margin-top: 0px;
margin-bottom: 10px;
font-weight: 700;
font-size: 14px;
line-height: 1.14em;
letter-spacing: 0.03em;
text-transform: uppercase;
color: var(--primary-text-color);
}
.softskill p {
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
font-size: 14px;
line-height: 1.71em;
letter-spacing: 0.03em;
color: var(--tittle-text-color);
}
/* Кнопки портфолио */
.b1 {
/* margin: 94px 0 50px 0; */
background: var(--background-color);
min-width: 73px;
text-align: center;
border-radius: 4px;
padding: 6px 22px;
}
.b1:hover,
.b1:focus {
background: var(--accent-color);
color: var(--primary-bg-color);
}
.team {
background-color: var(--background-color-third);
}
.team img {
height: 260px;
}
.team-list {
display: flex;
}
.team-list .item {
margin-right: 30px;
border-radius: 0px 0px 4px 4px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
0px 2px 1px rgba(0, 0, 0, 0.2);
}
.team-list .item:last-child {
margin-right: 0px;
}
.do {
padding-bottom: 94px;
}
.do h2,
.team h2 {
margin-top: 0px;
margin-bottom: 50px;
text-align: center;
font-weight: 700;
font-size: 36px;
line-height: 1.17em;
letter-spacing: 0.03em;
}
.do ul {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.team {
padding-bottom: 94px;
}
.team ul {
margin: 0px;
padding-left: 0px;
}
.team li {
background-color: var(--primary-bg-color);
}
.employee-info {
padding-top: 30px;
padding-bottom: 30px;
padding-right: 50px;
padding-left: 50px;
}
.employee-info h3 {
margin-top: 0px;
margin-bottom: 10px;
font-weight: 500;
font-size: 16px;
line-height: 1.18em;
text-align: center;
letter-spacing: 0.03em;
}
.employee-info p {
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
font-size: 16px;
line-height: 1.18em;
text-align: center;
color: var(--tittle-text-color);
}
.menu {
padding-top: 94px;
padding-bottom: 94px;
}
.button-list {
margin-top: 0px;
margin-bottom: 50px;
}
.menu ul {
padding-left: 0px;
}
.button-list {
display: flex;
justify-content: center;
}
.flex-container {
/* background-color: teal; */
display: flex;
flex-wrap: wrap;
margin-top: 0px;
margin-bottom: 0px;
}
.flex-element {
/* background-color: tomato; */
width: calc((100% - 60px) / 3);
margin-right: 30px;
margin-bottom: 30px;
}
.flex-element a {
display: block;
}
.flex-element:nth-child(3n) {
margin-right: 0px;
}
.flex-element:nth-last-child(-n + 3) {
margin-bottom: 0px;
}
.skill-info {
background: var(--primary-bg-color);
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
padding-left: 24px;
padding-right: 24px;
padding-top: 20px;
padding-bottom: 20px;
}
.skill-info h3 {
margin: 0px;
margin-bottom: 4px;
font-weight: 700;
font-size: 18px;
line-height: 2em;
letter-spacing: 0.06em;
color: var(--primary-text-color);
}
.skill-info p {
color: var(--tittle-text-color);
margin: 0px;
font-weight: 400;
font-size: 16px;
line-height: 1, 88em;
letter-spacing: 0.03em;
}
/* Подвал */
footer {
background-color: var(--background-color-second);
color: var(--primary-bg-color);
padding: 60px 0px;
}
address {
margin-top: 20px;
}
.adress-one ul {
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}
.adress-one li {
margin-bottom: 9px;
}
.adress-one li:last-child {
margin-bottom: 0px;
}
.address {
margin-top: 20px;
font-style: normal;
text-decoration: none;
font-weight: 400;
font-size: 14px;
line-height: 1.71em;
letter-spacing: 0.03em;
color: var(--primary-bg-color);
}
.contact {
font-style: normal;
text-decoration: none;
font-weight: 400;
font-size: 14px;
line-height: 1.71em;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
/* h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-top: 0px;
margin-bottom: 0px;
} */ | style.css | html {
box-sizing: border-box;
}
/* *,
*::before,
*::after {
box-sizing: inhe-block--rit;
} */
/* * {
margin: 0;
padding: 0;} */
:root {
--primary-text-color: #212121;
--tittle-text-color: #757575;
--accent-color: #2196f3;
--primary-bg-color: #ffffff;
--background-color: #e5e5e5;
--background-color-second: #2f303a;
--background-color-third: #f5f4fa;
}
a {
text-decoration: none;
color: var(--primary-text-color);
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
body {
/* background-color: var(--background-color); */
margin: 0px;
color: var(--primary-text-color);
font-family: 'Roboto', sans-serif;
/* font-family: "Raleway", sans-serif; */
}
header {
background-color: var(--primary-bg-color);
}
/* Контейнер */
.container {
outline: 1px solid red;
width: 1200px;
padding: 0px 15px;
margin-left: auto;
margin-right: auto;
} /* Логотип */
.logo {
margin-right: 93px;
font-family: 'Raleway', sans-serif;
color: var(--primary-text-color);
/* margin-bottom: 20px; */
/* padding-top: 24px;
padding-bottom: 25px; */
}
.logo-footer {
font-family: 'Raleway', sans-serif;
color: var(--primary-text-color);
}
.logo-blue {
font-weight: 700;
font-size: 26px;
line-height: 1.19;
letter-spacing: 0.03em;
color: var(--accent-color);
}
.logo-black {
font-weight: 700;
font-size: 26px;
line-height: 1.19em;
letter-spacing: 0.03em;
color: var(--primary-text-color);
}
.logo-white {
font-weight: 700;
font-size: 26px;
line-height: 1.19em;
letter-spacing: 0.03em;
color: var(--primary-bg-color);
}
/* Меню сайта */
.container .main-nav {
padding-top: 24px;
padding-bottom: 25px;
}
.main-nav {
display: flex;
align-items: center;
}
.main-nav-list {
display: flex;
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
line-height: 1.14em;
letter-spacing: 0.02em;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
/* color: var(--accent-color); */
}
.main-nav-list .item:last-child {
margin-right: 0px;
}
.main-nav-list .item {
/* background-color: tomato; */
padding-top: 32px;
padding-bottom: 32px;
}
/* .current {
color: var(--accent-color);
} */
/* .main-nav a:visited, */
.main-nav-list a:active,
.main-nav-list a:hover,
.main-nav-list a:focus {
color: var(--accent-color);
}
.main-tel {
display: flex;
margin: 0px;
margin-left: auto;
padding: 0px;
}
.main-tel .item {
padding-top: 32px;
padding-bottom: 32px;
margin-right: 50px;
}
.main-tel .item:last-child {
margin-right: 0px;
}
.main-tel a {
margin-bottom: 0px;
font-weight: 500;
font-size: 14px;
line-height: 1.14em;
letter-spacing: 0.02em;
color: var(--tittle-text-color);
}
/*main-tel a:visited, */
.main-tel a:active,
.main-tel a:hover,
.main-tel a:focus {
color: var(--accent-color);
}
.hero {
background-image: url(./images/img.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
padding-top: 200px;
padding-bottom: 200px;
background-color: var(--background-color-second);
color: var(--primary-bg-color);
text-align: center;
outline: 1px soid red;
}
.hero h1 {
text-transform: uppercase;
font-size: 44px;
line-height: 1.36em;
letter-spacing: 0.06em;
/* padding-top: 200px; */
margin-top: 0px;
margin-bottom: 30px;
}
.hero a:active,
.hero a:hover,
.hero a:focus {
color: var(--primary-text-color);
}
/* "Заказать услугу" кнопка */
.hero a {
display: inline-block;
padding: 10px 32px;
border-radius: 4px;
font-weight: 700;
background-color: var(--accent-color);
color: var(--primary-bg-color);
line-height: 1.87em;
letter-spacing: 0.06em;
}
.softskill {
padding-top: 94px;
padding-bottom: 94px;
}
.softskill ul,
li {
margin-top: 0px;
margin-right: 8px;
margin-bottom: 0px;
}
.softskill ul,
li:last-child {
margin-right: 0px;
}
.softskill-list {
display: flex;
/* padding-top: 94px;
padding-bottom: 94px; */
padding-left: 0px;
}
.softskill-list .item {
width: 270px;
margin-right: 30px;
}
.softskill-list .item:last-child {
margin-right: 0px;
}
.softskill .do {
background: var(--background-color);
}
.do-list {
display: flex;
padding-bottom: 94px;
}
.do-list .item {
margin-right: 30px;
width: 370px;
}
.do-list .item:last-child {
margin-right: 0px;
}
.softskill h3 {
margin-top: 0px;
margin-bottom: 10px;
font-weight: 700;
font-size: 14px;
line-height: 1.14em;
letter-spacing: 0.03em;
text-transform: uppercase;
color: var(--primary-text-color);
}
.softskill p {
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
font-size: 14px;
line-height: 1.71em;
letter-spacing: 0.03em;
color: var(--tittle-text-color);
}
/* Кнопки портфолио */
.b1 {
/* margin: 94px 0 50px 0; */
background: var(--background-color);
min-width: 73px;
text-align: center;
border-radius: 4px;
padding: 6px 22px;
}
.b1:hover,
.b1:focus {
background: var(--accent-color);
color: var(--primary-bg-color);
}
.team {
background-color: var(--background-color-third);
}
.team img {
height: 260px;
}
.team-list {
display: flex;
}
.team-list .item {
margin-right: 30px;
border-radius: 0px 0px 4px 4px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
0px 2px 1px rgba(0, 0, 0, 0.2);
}
.team-list .item:last-child {
margin-right: 0px;
}
.do {
padding-bottom: 94px;
}
.do h2,
.team h2 {
margin-top: 0px;
margin-bottom: 50px;
text-align: center;
font-weight: 700;
font-size: 36px;
line-height: 1.17em;
letter-spacing: 0.03em;
}
.do ul {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.team {
padding-bottom: 94px;
}
.team ul {
margin: 0px;
padding-left: 0px;
}
.team li {
background-color: var(--primary-bg-color);
}
.employee-info {
padding-top: 30px;
padding-bottom: 30px;
padding-right: 50px;
padding-left: 50px;
}
.employee-info h3 {
margin-top: 0px;
margin-bottom: 10px;
font-weight: 500;
font-size: 16px;
line-height: 1.18em;
text-align: center;
letter-spacing: 0.03em;
}
.employee-info p {
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
font-size: 16px;
line-height: 1.18em;
text-align: center;
color: var(--tittle-text-color);
}
.menu {
padding-top: 94px;
padding-bottom: 94px;
}
.button-list {
margin-top: 0px;
margin-bottom: 50px;
}
.menu ul {
padding-left: 0px;
}
.button-list {
display: flex;
justify-content: center;
}
.flex-container {
/* background-color: teal; */
display: flex;
flex-wrap: wrap;
margin-top: 0px;
margin-bottom: 0px;
}
.flex-element {
/* background-color: tomato; */
width: calc((100% - 60px) / 3);
margin-right: 30px;
margin-bottom: 30px;
}
.flex-element a {
display: block;
}
.flex-element:nth-child(3n) {
margin-right: 0px;
}
.flex-element:nth-last-child(-n + 3) {
margin-bottom: 0px;
}
.skill-info {
background: var(--primary-bg-color);
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
padding-left: 24px;
padding-right: 24px;
padding-top: 20px;
padding-bottom: 20px;
}
.skill-info h3 {
margin: 0px;
margin-bottom: 4px;
font-weight: 700;
font-size: 18px;
line-height: 2em;
letter-spacing: 0.06em;
color: var(--primary-text-color);
}
.skill-info p {
color: var(--tittle-text-color);
margin: 0px;
font-weight: 400;
font-size: 16px;
line-height: 1, 88em;
letter-spacing: 0.03em;
}
/* Подвал */
footer {
background-color: var(--background-color-second);
color: var(--primary-bg-color);
padding: 60px 0px;
}
address {
margin-top: 20px;
}
.adress-one ul {
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}
.adress-one li {
margin-bottom: 9px;
}
.adress-one li:last-child {
margin-bottom: 0px;
}
.address {
margin-top: 20px;
font-style: normal;
text-decoration: none;
font-weight: 400;
font-size: 14px;
line-height: 1.71em;
letter-spacing: 0.03em;
color: var(--primary-bg-color);
}
.contact {
font-style: normal;
text-decoration: none;
font-weight: 400;
font-size: 14px;
line-height: 1.71em;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
/* h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-top: 0px;
margin-bottom: 0px;
} */ | 0.31216 | 0.05211 |
.list-block{
margin: 0;
}
.list-block h5{
color: #777777;
line-height: 2rem;
margin-left: 1rem;
}
.form-group .img-circle{
width: 5rem;
display: inline-block;
margin: .5rem;
}
.form-group .inp-file{
display: inline-block;
}
/*a upload */
.a-upload {
padding: 4px 10px;
height: 20px;
line-height: 20px;
position: relative;
cursor: pointer;
color: #888;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1
}
.a-upload input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer
}
.a-upload:hover {
color: #444;
background: #eee;
border-color: #ccc;
text-decoration: none
}
.form-group .disp-rec{
display: inline-block;
width: 50%;
height: 100%;
padding: 1rem;
vertical-align: middle;
}
header{
height: 2.2rem;
padding: 0 .5rem;
}
header .logo{
height: 1.25rem;
width: auto;
margin-top: .625rem;
display: inline-block;
}
header .text-cen .icon-gengduo-2{
font-size: 1rem;
line-height: 2.2rem;
}
.panel .content-block h3{
font-size: 1rem;
line-height: 2rem;
}
.panel .content-block .icon-guanbi1{
font-size: 1rem;
}
.profole{
padding: 1rem 1rem .5rem 1rem;
display: flex;
}
.profile-cell{
display: inline-block;
width: 6rem;
}
.profile-cell img{
border-radius: 8px;
}
.profle-head{
padding: 0 1rem;
}
.list-icon{
padding: 0 1rem;
font-size: .6rem;
}
.list-icon .iconfont{
margin-right: .3rem;
}
.list-icon p{
vertical-align: middle;
}
.font-wit{
font-weight: 600;
}
.button{
color: #1ED2AD;
border-color: #1ED2AD;
margin: 1rem 0;
height: 1.5rem;
line-height: 1.5rem;
background: url("../images/send.svg") no-repeat 1rem center;
background-size: 17px;
}
.md-content {
position: relative;
}
.md-content .md-img{
position: absolute;
width: 100px;
height: 100px;
border-radius: 50px;
left: 100px;
top: -50px;
}
.md-content{
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
width: 300px;
}
.md-modal .md-content{
border-radius: 5px;
}
.md-content .md-tar{
width: 90%;
height: 50px;
margin: .5rem 4%;
border: 1px solid #eee;
}
.md-content .md-close{
font-size: .7rem;
font-weight: 700;
color: #fff;
background: #1ED2AD;
display: block;
width: 90%;
margin: .5rem 5%;
height: 1.5rem;
line-height: 1.5rem;
border-radius: 6px;
}
.box__topper .icon-xing{
color: #eee;
}
.collapse__target{
padding: 0 1rem;
}
.box__topper{
border-bottom: 1px solid #eee;
height: 2rem;
}
.topper{
display: inline-block;
margin-top: .1rem;
border: 2px solid #fbd617;
margin-right: .5rem;
padding: 0 .5rem;
}
.topper .icon-xing{
margin-right: .2rem;
position: relative;
z-index: 5;
}
.topper .xingto{
position: absolute;
z-index: 3;
left: 0;
top: 0;
width: 90%;
color: #fbd617;
overflow: hidden;
}
.ts-tutor-rating .icon-xing{
margin-right: .2rem;
position: relative;
z-index: 5;
color: #eee;
}
.ts-tutor-rating .xingto{
position: absolute;
z-index: 3;
left: 0;
top: 2px;
width: 90%;
color: #fbd617;
overflow: hidden;
}
.font-fw{
font-weight: 600;
font-size: .7rem;
line-height: 2rem;
vertical-align: middle;
}
.rating{
height: 2rem;
padding: .5rem;
font-size: .7rem;
}
.rating--result-only{
display: inline-block;
float: right;
height: 1rem;
width: 100px;
background: url("../images/download0.svg") no-repeat 100%;
}
.collapse__target{
background: #fff;
}
.rating--result{
height: 100%;
width: 90%;
overflow: hidden;
}
.rating--result img{
height: 100%;
width: 100px;
}
.box--stroke{
padding: 0 1rem 1rem 1rem;
}
.box__cols{
margin-top: 1rem;
}
.box--stroke{
background: #fff;
}
.col--main {
padding: 1rem;
background: #eee;
}
.box__head h4{
line-height: 2rem;
}
.box__head{
border-bottom: 1px solid #eee;
}
.margin-b1{
padding-bottom: 1rem;
}
.box__cols{
display: flex;
}
.box__cols .box__col{
width: 50%;
}
.options-list__item:before {
content: '–';
position: absolute;
left: 12px;
top: 0;
}
.options-list__item {
position: relative;
margin-bottom: 4px;
padding-left: 24px;
}
.subject-title {
margin-bottom: 16px;
color: #6f757b;
line-height: 1.28571429;
}
.book-panel .p-side {
padding-top: 16px;
padding-bottom: 16px;
}
.tutor-stats--profile .tutor-stats__item {
margin: 0 35px;
}
.ts-tutor-stats__item, .tutor-stats__item {
margin: 0 10px;
display: inline-block;
vertical-align: top;
}
.ts-tutor-stats__item__head, .tutor-stats__head {
color: #384047;
font-size: 20px;
line-height: 1.2;
}
.ts-tutor-rating {
position: relative;
white-space: nowrap;
}
.ts-tutor-rating__star {
position: relative;
width: 12px;
height: 12px;
display: inline-block;
font-size: 13px;
vertical-align: baseline;
top: -3px;
}
.ts-tutor-stats__item__sub, .tutor-stats__sub {
font-size: 13px;
line-height: 1.23076923;
margin-top: 8px;
white-space: nowrap;
color: #6f757b;
}
.tutor-stats__link--dashed {
border-bottom: 1px dashed #6f757b;
}
.strong {
font-weight: 500;
color: #384047;
}
.ts-tutor-stats, .tutor-stats {
font-size: 0;
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.p-side {
padding-top: 16px;
padding-bottom: 16px;
}
.page .bar-tab{
height: 6rem;
}
.page .content{
bottom: 6rem;
}
.js-open-request{
position: absolute;
bottom: 0;
background: #1ED2AD;
width: 100%;
height: 2rem;
font-size: .7rem;
font-weight: 600;
line-height: 2rem;
color: #fff;
text-align: center;
}
.js-open-request .icon-shandian{
color: #fbd617;
} | public/css/tea-reg.css | .list-block{
margin: 0;
}
.list-block h5{
color: #777777;
line-height: 2rem;
margin-left: 1rem;
}
.form-group .img-circle{
width: 5rem;
display: inline-block;
margin: .5rem;
}
.form-group .inp-file{
display: inline-block;
}
/*a upload */
.a-upload {
padding: 4px 10px;
height: 20px;
line-height: 20px;
position: relative;
cursor: pointer;
color: #888;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1
}
.a-upload input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer
}
.a-upload:hover {
color: #444;
background: #eee;
border-color: #ccc;
text-decoration: none
}
.form-group .disp-rec{
display: inline-block;
width: 50%;
height: 100%;
padding: 1rem;
vertical-align: middle;
}
header{
height: 2.2rem;
padding: 0 .5rem;
}
header .logo{
height: 1.25rem;
width: auto;
margin-top: .625rem;
display: inline-block;
}
header .text-cen .icon-gengduo-2{
font-size: 1rem;
line-height: 2.2rem;
}
.panel .content-block h3{
font-size: 1rem;
line-height: 2rem;
}
.panel .content-block .icon-guanbi1{
font-size: 1rem;
}
.profole{
padding: 1rem 1rem .5rem 1rem;
display: flex;
}
.profile-cell{
display: inline-block;
width: 6rem;
}
.profile-cell img{
border-radius: 8px;
}
.profle-head{
padding: 0 1rem;
}
.list-icon{
padding: 0 1rem;
font-size: .6rem;
}
.list-icon .iconfont{
margin-right: .3rem;
}
.list-icon p{
vertical-align: middle;
}
.font-wit{
font-weight: 600;
}
.button{
color: #1ED2AD;
border-color: #1ED2AD;
margin: 1rem 0;
height: 1.5rem;
line-height: 1.5rem;
background: url("../images/send.svg") no-repeat 1rem center;
background-size: 17px;
}
.md-content {
position: relative;
}
.md-content .md-img{
position: absolute;
width: 100px;
height: 100px;
border-radius: 50px;
left: 100px;
top: -50px;
}
.md-content{
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
width: 300px;
}
.md-modal .md-content{
border-radius: 5px;
}
.md-content .md-tar{
width: 90%;
height: 50px;
margin: .5rem 4%;
border: 1px solid #eee;
}
.md-content .md-close{
font-size: .7rem;
font-weight: 700;
color: #fff;
background: #1ED2AD;
display: block;
width: 90%;
margin: .5rem 5%;
height: 1.5rem;
line-height: 1.5rem;
border-radius: 6px;
}
.box__topper .icon-xing{
color: #eee;
}
.collapse__target{
padding: 0 1rem;
}
.box__topper{
border-bottom: 1px solid #eee;
height: 2rem;
}
.topper{
display: inline-block;
margin-top: .1rem;
border: 2px solid #fbd617;
margin-right: .5rem;
padding: 0 .5rem;
}
.topper .icon-xing{
margin-right: .2rem;
position: relative;
z-index: 5;
}
.topper .xingto{
position: absolute;
z-index: 3;
left: 0;
top: 0;
width: 90%;
color: #fbd617;
overflow: hidden;
}
.ts-tutor-rating .icon-xing{
margin-right: .2rem;
position: relative;
z-index: 5;
color: #eee;
}
.ts-tutor-rating .xingto{
position: absolute;
z-index: 3;
left: 0;
top: 2px;
width: 90%;
color: #fbd617;
overflow: hidden;
}
.font-fw{
font-weight: 600;
font-size: .7rem;
line-height: 2rem;
vertical-align: middle;
}
.rating{
height: 2rem;
padding: .5rem;
font-size: .7rem;
}
.rating--result-only{
display: inline-block;
float: right;
height: 1rem;
width: 100px;
background: url("../images/download0.svg") no-repeat 100%;
}
.collapse__target{
background: #fff;
}
.rating--result{
height: 100%;
width: 90%;
overflow: hidden;
}
.rating--result img{
height: 100%;
width: 100px;
}
.box--stroke{
padding: 0 1rem 1rem 1rem;
}
.box__cols{
margin-top: 1rem;
}
.box--stroke{
background: #fff;
}
.col--main {
padding: 1rem;
background: #eee;
}
.box__head h4{
line-height: 2rem;
}
.box__head{
border-bottom: 1px solid #eee;
}
.margin-b1{
padding-bottom: 1rem;
}
.box__cols{
display: flex;
}
.box__cols .box__col{
width: 50%;
}
.options-list__item:before {
content: '–';
position: absolute;
left: 12px;
top: 0;
}
.options-list__item {
position: relative;
margin-bottom: 4px;
padding-left: 24px;
}
.subject-title {
margin-bottom: 16px;
color: #6f757b;
line-height: 1.28571429;
}
.book-panel .p-side {
padding-top: 16px;
padding-bottom: 16px;
}
.tutor-stats--profile .tutor-stats__item {
margin: 0 35px;
}
.ts-tutor-stats__item, .tutor-stats__item {
margin: 0 10px;
display: inline-block;
vertical-align: top;
}
.ts-tutor-stats__item__head, .tutor-stats__head {
color: #384047;
font-size: 20px;
line-height: 1.2;
}
.ts-tutor-rating {
position: relative;
white-space: nowrap;
}
.ts-tutor-rating__star {
position: relative;
width: 12px;
height: 12px;
display: inline-block;
font-size: 13px;
vertical-align: baseline;
top: -3px;
}
.ts-tutor-stats__item__sub, .tutor-stats__sub {
font-size: 13px;
line-height: 1.23076923;
margin-top: 8px;
white-space: nowrap;
color: #6f757b;
}
.tutor-stats__link--dashed {
border-bottom: 1px dashed #6f757b;
}
.strong {
font-weight: 500;
color: #384047;
}
.ts-tutor-stats, .tutor-stats {
font-size: 0;
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.p-side {
padding-top: 16px;
padding-bottom: 16px;
}
.page .bar-tab{
height: 6rem;
}
.page .content{
bottom: 6rem;
}
.js-open-request{
position: absolute;
bottom: 0;
background: #1ED2AD;
width: 100%;
height: 2rem;
font-size: .7rem;
font-weight: 600;
line-height: 2rem;
color: #fff;
text-align: center;
}
.js-open-request .icon-shandian{
color: #fbd617;
} | 0.467575 | 0.099645 |
@charset "UTF-8";
* {
margin: 0px;
padding: 0px; }
html, body {
font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #555;
background-color: #F2F2F2; }
img {
border: 0px; }
a {
text-decoration: none; }
a:visited {
outline: none; }
h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
font-weight: normal; }
/*p {
margin: 0px;
padding: 0px;
}*/
input[type='text'], input[type='password'] {
outline: none; }
.boxshadow {
box-shadow: 0px 0px 5px #888888; }
.hide {
display: none; }
.show {
display: block; }
.c {
width: 100%;
float: left; }
.c .con {
width: 1000px;
float: none;
margin: 0px auto;
overflow: hidden; }
.c .con.border {
border: 1px solid #EEEEEE; }
.c.pink {
background-color: #FF638E; }
.c.white {
background-color: #FFFFFF; }
.c.top20 {
margin-top: 20px; }
.c.top60 {
margin-top: 60px; }
/* 会被asciidoctor.css重写*/
r
ul {
margin: 0px;
padding: 0px;
list-style: none; }
r
ul li {
margin: 0px;
padding: 0px; }
/*粉色*/
/*白色*/
/*各类按钮*/
.btn .gt-btn {
height: 30px;
line-height: 30px;
float: left;
background-color: #FF638E;
text-align: center;
font-size: 14px;
cursor: pointer;
border-radius: 2px;
color: #FFFFFF;
width: 80px;
margin: 20px 0px 0px 0px; }
.btn .gt-btn.pink {
background-color: #FF638E; }
.btn .gt-btn.right {
float: right; }
/*头部*/
.head {
height: 90px;
overflow: hidden; }
.head .logo {
height: 80px;
width: 242px;
float: left;
cursor: pointer;
margin: 5px 0px 0px 0px; }
.head .logo .pclogo {
height: 100%;
width: 100%;
float: left; }
.head .logo .mobilelogo {
height: 100%;
width: 100%;
float: left;
display: none; }
.head .headuser {
height: 80px;
float: right;
margin: 5px 0px 0px 0px; }
.head .headuser .userimg {
height: 56px;
width: 56px;
float: left;
margin: 10px 5px 0px 0px;
background-color: #FFFFFF;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
border: 2px solid #FF7DB6; }
.head .headuser .userimg.nologin {
background-image: url("/assets/images/toolImg/Icon_10.png");
background-size: auto;
height: 42px;
width: 42px;
float: left;
margin: 17px 5px 0px 0px; }
.head .headuser .linka {
height: 30px;
line-height: 30px;
float: left;
margin: 25px 5px 0px 0px;
padding: 0px 2px;
color: #EEEEEE;
cursor: pointer;
font-size: 16px;
max-width: 100px;
overflow: hidden; }
.head .headuser .linka:hover {
color: #FFFFFF; }
/*导航*/
.nav {
height: 50px;
width: 1000px;
float: none;
margin: 0px auto; }
.nav.show {
display: block; }
.nav ul {
height: 50px;
max-width: 100%;
overflow: hidden;
float: left; }
.nav ul li {
height: 100%;
float: left; }
.nav ul li a {
height: 48px;
line-height: 48px;
padding: 0px 30px;
text-align: center;
border-bottom: 2px solid #FFFFFF;
font-size: 16px;
font-weight: 600;
color: #E5AA64;
float: left;
cursor: pointer; }
.nav ul li a.active, .nav ul li a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.head .menuebtn {
height: 20px;
width: 32px;
float: right;
margin: 35px 10px 0px 10px;
background: url("/assets/images/toolImg/Icon_menu.png") no-repeat 0px 0px;
cursor: pointer;
display: none; }
/*文章列表*/
.art {
width: 680px;
float: left; }
.art.relative {
position: relative; }
.artlist {
width: 680px;
float: left;
background: #FFFFFF;
margin: 0px;
padding: 0px;
list-style: none; }
.artlist li {
padding: 20px;
width: 640px;
float: left;
border-bottom: 1px solid #EEEEEE; }
.artlist li:last-child {
border-bottom: 0px; }
.artlist.hotsearch li:last-child {
border-bottom: 1px solid #EEEEEE; }
.artlist li .artuser {
height: 50px;
float: left; }
.artlist li .artuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.artlist li .artuser span {
height: 50px;
float: left;
min-width: 120px;
margin: 0px 0px 0px 10px; }
.artlist li .artuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
max-width: 100%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.artlist li .artuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888; }
.artlist li .artinfo {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.artlist li .artinfo .artimg {
height: 150px;
width: 200px;
float: left;
cursor: pointer; }
.artlist li .artinfo .artimg img {
height: 100%;
width: 100%;
float: left; }
.artlist li .artinfo .arttitle {
height: 40px;
width: 350px;
float: left;
cursor: pointer;
margin: 0px 0px 0px 40px;
color: #555555; }
.artlist li .artinfo .arttitle:hover {
color: #EC4040; }
.artlist li .artinfo .arttitle h2 {
height: 20px;
margin: 0px 0px 10px 0px;
width: 100%;
float: left;
overflow: hidden;
font-size: 16px;
font-weight: 600; }
.artlist li .artinfo .arttitle h2 .kw {
color: #EC4040; }
.artlist li .artinfo .artdes {
height: 100px;
line-height: 20px;
width: 350px;
float: left;
overflow: hidden;
color: #888888;
margin: 0px 0px 0px 40px;
padding: 0px 0px 20px 0px; }
.artlist li .artinfo .artdes xmp {
height: 60px;
line-height: 20px;
width: 400px;
float: left;
overflow: hidden;
color: #888888;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
white-space: normal;
font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif; }
.artlist li .artinfo .artdes .kw {
color: #EC4040; }
.artlist li .artinfo .arttag {
height: 30px;
width: 400px;
float: left;
overflow: hidden;
margin: 0px 0px 0px 40px; }
.artlist li .artinfo .arttag a {
height: 30px;
line-height: 30px;
float: left;
padding: 0px 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 2px;
margin: 0px 10px 0px 0px; }
.artlist li .artinfo .arttag a:hover {
background: #EC4040; }
.artlist li .artinfo .arttag a.t1 {
background: #FF5E5C; }
.artlist li .artinfo .arttag a.t2 {
background: #FFBB50; }
.artlist li .artinfo .arttag a.t3 {
background: #1AC756; }
.artlist li .artinfo .arttag a.t4 {
background: #29B5FE; }
.artlist li .artinfo .arttag a.t5 {
background: #4A4A4A; }
.artlist li .artinfo .arttag a.t1:hover, .artlist li .artinfo .arttag a.t2:hover, .artlist li .artinfo .arttag a.t3:hover, .artlist li .artinfo .arttag a.t4:hover, .artlist li .artinfo .arttag a.t5:hover {
background: #EC4040; }
.artlist li .artgodcomm {
width: 100%;
float: left;
border-radius: 3px;
background: #F8F8F8 url("/assets/images/toolImg/Icon_16.png") no-repeat 0px 0px;
margin: 10px 0px 0px 0px;
padding: 10px 0px;
overflow: hidden; }
.artlist li .artgodcomm a {
float: left;
margin: 0px 15px;
border-radius: 3px;
line-height: 20px;
font-size: 14px;
color: #999999;
padding: 0px;
cursor: pointer; }
.artlist li .artlike {
min-height: 30px;
width: 100%;
float: left;
margin: 0px 0px 0px 0px;
padding: 5px 0px; }
.artlist li .artlike span, .artlist li .artlike a {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 5px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.artlist li .artlike .active {
background-position: 0px -30px;
color: #EC4040; }
.artlist li .artlike .like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.artlist li .artlike .dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.artlist li .artlike .favorite {
background-image: url("/assets/images/toolImg/Icon_03.png"); }
.artlist li .artlike .reply {
background-image: url("/assets/images/toolImg/Icon_04.png"); }
.art .recommendnum {
height: 40px;
line-height: 40px;
text-align: center;
color: #1D9DD1;
float: left;
width: 100%;
overflow: hidden;
background-color: #D9EBF7;
position: absolute; }
.art .loadmore {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
margin: 20px 0px 0px 0px;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.art .loadmore:hover {
color: #EC4040; }
.art .loadmore .btn {
float: none; }
/*图片列表*/
.pic {
width: 680px;
float: left; }
.piclist {
width: 680px;
float: left;
background: #FFFFFF; }
.piclist li {
padding: 20px;
width: 640px;
float: left;
border-bottom: 1px solid #EEEEEE; }
.piclist li:last-child {
border-bottom: 0px; }
.piclist.hotsearch li:last-child {
border-bottom: 1px solid #EEEEEE; }
.piclist li .picuser {
height: 50px;
float: left; }
.piclist li .picuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.piclist li .picuser span {
height: 50px;
float: left;
width: 120px;
margin: 0px 0px 0px 10px; }
.piclist li .picuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.piclist li .picuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888; }
.piclist li .picinfo {
width: 100%;
float: left;
margin: 20px 0px 0px 0px;
max-height: 500px;
overflow: hidden; }
.piclist li .picinfo a {
float: left;
max-width: 100%;
cursor: pointer;
font-weight: 600;
color: #555555; }
.piclist li .picinfo a h2 {
float: left;
line-height: 24px;
text-align: left;
font-size: 16px;
min-width: 80%; }
.piclist li .picinfo a h2 .kw {
color: #EC4040; }
.piclist li .picinfo a img {
max-width: 100%;
margin: 20px 0px 0px 0px; }
.piclist li .picgodcomm {
width: 100%;
float: left;
border-radius: 3px;
background: #F8F8F8 url("/assets/images/toolImg/Icon_16.png") no-repeat 0px 0px;
margin: 10px 0px 0px 0px;
padding: 10px 0px;
overflow: hidden; }
.piclist li .picgodcomm a {
float: left;
margin: 0px 15px;
border-radius: 3px;
line-height: 20px;
font-size: 14px;
color: #999999;
padding: 0px;
cursor: pointer; }
.piclist li .piclike {
min-height: 30px;
width: 100%;
float: left;
margin: 10px 0px 0px 0px;
padding: 5px 0px; }
.piclist li .piclike span, .piclist li .piclike a {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 0px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.piclist li .piclike .active {
background-position: 0px -30px;
color: #EC4040; }
.piclist li .piclike .like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.piclist li .piclike .dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.piclist li .piclike .favorite {
background-image: url("/assets/images/toolImg/Icon_03.png"); }
.piclist li .piclike .reply {
background-image: url("/assets/images/toolImg/Icon_04.png"); }
.pic .loadmore {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
margin: 20px 0px 0px 0px;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.pic .loadmore:hover {
color: #EC4040; }
/*热搜列表*/
.hotsearch {
width: 680px;
float: left; }
.hotsearch .searchnav {
height: 50px;
width: 100%;
float: left;
border-bottom: 1px solid #F2F2F2;
background: #FFFFFF; }
.hotsearch .searchnav a {
height: 50px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 50px;
font-size: 15px;
color: #888888;
cursor: pointer; }
.hotsearch .searchnav a:hover, .hotsearch .searchnav a.active {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.hotsearch .loadmore {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
margin: 20px 0px 0px 0px;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.hotsearch .loadmore:hover {
color: #EC4040; }
.hotsearch .searchbar {
height: 70px;
width: 100%;
float: left;
background: #FFFFFF; }
.hotsearch .searchbar .searchcon {
height: 40px;
width: 400px;
max-width: 400px;
float: left;
border: 2px solid #E8E8E8;
margin: 14px 20px; }
.hotsearch .searchbar .searchcon .searchbtns {
height: 40px;
width: 80px;
float: right; }
.hotsearch .searchbar .searchcon .searchbtns .searchbtn {
height: 40px;
line-height: 40px;
float: left;
width: 100%;
margin: 0px;
border-radius: 0px; }
.hotsearch .searchbar .searchcon .searchbtns .searchbtn:hover {
background-color: #EC4040; }
.hotsearch .searchbar .searchcon .searchkey {
height: 40px;
margin: 0px 80px 0px 0px; }
.hotsearch .searchbar .searchcon .searchkey input[type='text'] {
height: 40px;
width: 96%;
float: left;
padding: 0px 2%;
border: 0px;
font-size: 14px;
color: #666666; }
.hotsearch .searchbar .searchcon .searchkey input[type='text'].graycolor {
color: #999999; }
.hotsearch .searchhottag {
width: 100%;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.hotsearch .searchhottag .hottagcon {
width: 640px;
padding: 20px;
float: left; }
.hotsearch .searchhottag .hottagcon h3 {
height: 32px;
line-height: 32px;
float: left;
padding: 0px 0px 0px 40px;
font-size: 14px;
color: #888888;
background: url("/assets/images/toolImg/Icon_11.png") no-repeat 0px center; }
.hotsearch .searchhottag .hottagcon .tagnavs {
width: 638px;
float: left;
margin: 10px 0px 0px 0px;
border: 1px solid #FF638E; }
.hotsearch .searchhottag .hottagcon .tagnavs .tagnav {
height: 40px;
float: left;
line-height: 40px;
padding: 0px 10px;
color: #FF638E;
cursor: pointer; }
.hotsearch .searchhottag .hottagcon .tagnavs .tagnav:hover, .hotsearch .searchhottag .hottagcon .tagnavs .tagnav.active {
background: #FF638E;
color: #FFFFFF; }
.hotsearch .searchhottag .hottagcon .tagsdiv {
width: 100%;
float: left;
margin: 10px 0px 0px 0px; }
.hotsearch .searchhottag .hottagcon .tagsdiv a {
height: 30px;
line-height: 30px;
float: left;
margin: 10px 20px 0px 0px;
padding: 0px 5px;
color: #FF638E;
font-size: 14px;
cursor: pointer;
border: 2px solid #FF638E;
border-radius: 2px; }
.hotsearch .searchhottag .hottagcon .tagsdiv a.more {
width: 100%;
margin: 10px 0px 0px 0px;
padding: 0px;
border: 0px;
height: 50px;
line-height: 50px;
color: #1D9DD1; }
.hotsearch .searchhottag .hottagcon .tagsdiv a:hover {
background: #FF638E;
color: #FFFFFF; }
.hotsearch .searchhottag .hottagcon .tagsdiv a.more:hover {
background: #FFFFFF;
color: #1D9DD1;
text-decoration: underline; }
.hotsearch .searchhottag p {
width: 90%;
float: left;
padding: 10px 5% 10px 5%;
text-align: center;
color: #888888; }
.hotsearch .searchhottag p:last-child {
padding-bottom: 50px; }
.hotsearch .searchhottag p a {
cursor: pointer;
color: #EC4040; }
/*热搜标签*/
/*热门用户*/
.hotuserpage {
width: 680px;
float: left;
background-color: #FFFFFF; }
.hotuserpage .hotuserlist {
width: 640px;
float: left;
padding: 20px; }
.hotuserpage .hotuserlist li {
height: 50px;
width: 46%;
float: left;
padding: 30px 2%; }
.hotuserpage .hotuserlist li:hover {
background-color: #F2F2F2;
border-radius: 5px; }
.hotuserpage .hotuserlist li .artuser {
height: 50px;
float: left; }
.hotuserpage .hotuserlist li .artuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.hotuserpage .hotuserlist li .artuser span {
height: 50px;
float: left;
max-width: 230px;
margin: 0px 0px 0px 10px; }
.hotuserpage .hotuserlist li .artuser span .username {
height: 25px;
line-height: 25px;
width: 100%;
float: left;
color: #FF638E;
font-weight: 600;
overflow: hidden; }
.hotuserpage .hotuserlist li .artuser span .date {
height: 20px;
line-height: 20px;
width: 100%;
float: left;
color: #888888;
overflow: hidden; }
/*图片详情*/
.detailcontent {
width: 680px;
float: left;
overflow: hidden; }
.detail {
width: 680px;
float: left; }
.detail .detailcon {
width: 640px;
float: left;
background: #FFFFFF;
padding: 20px;
border-bottom: 1px solid #EEEEEE;
overflow: hidden; }
.detail .detailcon .detailuser {
height: 50px;
float: left; }
.detail .detailcon .detailuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.detail .detailcon .detailuser span {
height: 50px;
float: left;
width: 120px;
margin: 0px 0px 0px 10px; }
.detail .detailcon .detailuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.detail .detailcon .detailuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888; }
.detail .detailcon .arttag {
height: 30px;
float: right;
overflow: hidden;
margin: 10px 0px 0px 0px; }
.detail .detailcon .arttag a {
height: 30px;
line-height: 30px;
float: left;
padding: 0px 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 2px;
margin: 0px 10px 0px 0px; }
.detail .detailcon .arttag a:hover {
background: #EC4040; }
.detail .detailcon .arttag a.t1 {
background: #FF5E5C; }
.detail .detailcon .arttag a.t2 {
background: #1AC756; }
.detail .detailcon .arttag a.t3 {
background: #FFBB50; }
.detail .detailcon .arttag a.t4 {
background: #29B5FE; }
.detail .detailcon .arttag a.t5 {
background: #4A4A4A; }
.detail .detailcon .arttag a.t1:hover, .detail .detailcon .arttag a.t2:hover, .detail .detailcon .arttag a.t3:hover, .detail .detailcon .arttag a.t4:hover, .detail .detailcon .arttag a.t5:hover {
background: #EC4040; }
.detail .detailcon .detailinfo {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.detail .detailcon .detailinfo.aligncenter {
text-align: center; }
.detail .detailcon .detailinfo h1 {
float: left;
line-height: 20px;
text-align: left;
font-size: 16px;
font-weight: 500;
color: #555555; }
.detail .detailcon .detailinfo h1.arttitle {
font-size: 18px;
font-weight: 600;
line-height: 24px;
width: 100%; }
.detail .detailcon .detailinfo h2 {
font-size: 16px;
float: left;
width: 100%;
text-align: left; }
.detail .detailcon .detailinfo p {
line-height: 30px;
font-size: 16px;
color: #666666;
float: left;
width: 100%;
padding: 10px 0px;
text-align: left;
word-wrap: break-word; }
.detail .detailcon .detailinfo p.top20 {
margin: 20px 0px 0px 0px; }
.detail .detailcon .detailinfo p.pimg {
text-align: center; }
.detail .detailcon .detailinfo p img {
max-width: 100%;
margin: 20px 0px 20px 0px; }
.detail .detailcon .detailinfo p a {
color: #EC4040;
cursor: pointer; }
.detail .detailcon .detaillike {
min-height: 30px;
width: 100%;
float: left;
margin: 0px 0px 0px 0px;
padding: 5px 0px; }
.detail .detailcon .detaillike span, .detail .detailcon .detaillike a {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 5px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.detail .detailcon .detaillike .active {
color: #EC4040;
background-position: 0px -30px; }
.detail .detailcon .detaillike .like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.detail .detailcon .detaillike .dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.detail .detailcon .detaillike .favorite {
background-image: url("/assets/images/toolImg/Icon_03.png"); }
.detail .detailcon .detaillike .reply {
background-image: url("/assets/images/toolImg/Icon_04.png"); }
.detail .detailcon .detailadoc {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.detail .detailcon .vote {
width: 100%;
float: left;
background: #FBFBFB;
border: 1px solid #E6E6E6;
padding: 10px 0px;
margin: 30px 0px 0px 0px; }
.detail .detailcon .vote .votecon {
margin: 0px 20px 0px 20px;
color: #353535; }
.detail .detailcon .vote .votecon .asktitle {
line-height: 20px;
float: left;
padding: 10px 0px;
font-size: 14px;
margin: 30px 0px 0px 0px; }
.detail .detailcon .vote .votecon .asktitle:first-child {
margin: 10px 0px 0px 0px; }
.detail .detailcon .vote .votecon .asktitle.out {
color: #999999; }
.detail .detailcon .vote .votecon ul {
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.detail .detailcon .vote .votecon ul li {
width: 100%;
float: left;
padding: 10px 0px; }
.detail .detailcon .vote .votecon ul li .optionradio {
min-height: 18px;
float: left;
background: url("/assets/images/toolImg/Icon_21.png") no-repeat 0px 0px;
cursor: pointer;
padding: 0px 0px 0px 25px;
line-height: 18px;
color: #666666;
min-width: 31%; }
.detail .detailcon .vote .votecon ul li .optionradio.active {
background: url("/assets/images/toolImg/Icon_22.png") no-repeat 0px 0px;
color: #FF638E; }
.detail .detailcon .vote .votecon ul li .optionradio.out {
background-image: none;
padding: 0px 0px 0px 0px;
color: #999999; }
.detail .detailcon .vote .votecon ul li .optionradio.after {
background-image: none;
padding: 0px 0px 0px 0px; }
.detail .detailcon .vote .votecon ul li .optioncheck {
min-height: 18px;
float: left;
background: url("/assets/images/toolImg/Icon_23.png") no-repeat 0px 0px;
cursor: pointer;
padding: 0px 0px 0px 25px;
line-height: 18px;
color: #666666;
min-width: 31%; }
.detail .detailcon .vote .votecon ul li .optioncheck.active {
background: url("/assets/images/toolImg/Icon_24.png") no-repeat 0px 0px;
color: #FF638E; }
.detail .detailcon .vote .votecon ul li .optioncheck.out {
background-image: none;
padding: 0px 0px 0px 0px;
color: #999999; }
.detail .detailcon .vote .votecon ul li .optioncheck.after {
background-image: none;
padding: 0px 0px 0px 0px; }
.detail .detailcon .vote .votecon ul li .percent {
height: 10px;
width: 70%;
float: left;
margin: 10px 0px 0px 0px;
background-color: #E5E5E5; }
.detail .detailcon .vote .votecon ul li .percent em {
height: 100%;
float: left;
background-color: #FF638E; }
.detail .detailcon .vote .votecon ul li .votenum {
height: 20px;
width: 30%;
float: left;
margin: 5px 0px 0px 0px; }
.detail .detailcon .vote .votecon ul li .votenum span {
width: 50%;
height: 20px;
line-height: 20px;
float: left;
overflow: hidden;
color: #999999;
text-align: right; }
.detail .detailcon .vote .votecon .btnvote {
height: 40px;
line-height: 40px;
margin: 10px 0px 0px 0px;
width: 100%;
float: left;
text-align: center;
cursor: pointer;
color: #666666; }
.detail .detailcon .vote .votecon .btnvote.active {
color: #FF638E; }
.detail .detailcon .vote .votecon .btnvote.after {
color: #999999; }
.detail .detailcon .vote .votecon .votestu {
height: 40px;
line-height: 40px;
width: 100%;
float: left;
text-align: center;
cursor: pointer;
color: #999999;
border-bottom: 1px solid #E6E6E6; }
/*投票*/
/*我要评论*/
.comment {
width: 680px;
float: left; }
.comment .recomment {
width: 640px;
padding: 20px;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.comment .recomment textarea {
width: 600px;
float: left;
min-height: 100px;
border: 1px solid #CCCCCC;
border-radius: 2px;
padding: 20px;
color: #666666;
font-size: 14px;
line-height: 20px; }
.comment .recomment textarea.colorgray {
color: #999999; }
/*评论列表*/
.comments {
width: 640px;
padding: 20px;
margin: 20px 0px 0px 0px;
float: left;
background-color: #FFFFFF; }
.comments h3 {
float: left;
line-height: 20px;
font-size: 14px;
color: #FF638E;
font-weight: 600; }
.comments ul {
width: 100%;
float: left;
overflow: hidden;
margin: 20px 0px 0px 0px; }
.comments ul li {
width: 100%;
float: left;
overflow: hidden;
border-bottom: 1px solid #EEEEEE;
padding: 20px 0px; }
.comments ul li:last-child {
border-bottom: 0px; }
.comments ul li .comuser {
height: 50px;
float: left; }
.comments ul li .comuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.comments ul li .comuser span {
height: 50px;
float: left;
width: 120px;
margin: 0px 0px 0px 10px; }
.comments ul li .comuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.comments ul li .comuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888;
overflow: hidden; }
.comments ul li .comlike {
min-height: 30px;
float: right;
margin: 0px 0px 0px 0px;
padding: 5px 0px; }
.comments ul li .comlike span {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 5px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.comments ul li .comlike span.reply2 {
color: #1d9dd1;
padding: 0px;
font-weight: normal;
margin: 5px 5px 0px 0px; }
.comments ul li .comlike span.active {
color: #EC4040;
background-position: 0px -30px; }
.comments ul li .comlike span.like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.comments ul li .comlike span.dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.comments ul li p {
float: left;
margin: 10px 0px 0px 60px;
font-size: 14px;
color: #666666;
line-height: 20px;
min-width: 80%; }
.comments ul li .replymore {
margin: 10px 0px 0px 60px;
cursor: pointer;
height: 30px;
line-height: 30px;
float: left;
color: #1D9DD1;
font-size: 14px; }
.comments ul li .replymcon2 {
min-height: 60px;
width: 100%;
float: left;
margin: 5px 0px 0px 0px; }
.comments ul li .replymcon2 div {
margin: 0px 12px 0px 60px; }
.comments ul li .replymcon2 div textarea {
float: left;
height: 56px;
border: 1px solid #CCCCCC;
border-radius: 2px;
padding: 5px;
color: #666666;
font-size: 12px;
line-height: 20px;
width: 100%; }
.comments ul li .replymcon2 div textarea.colorgray {
color: #999999; }
.comments ul li .replymcon2 div .right0px {
margin-right: 0px; }
.comments ul li .replycom2items {
width: 100%;
float: right;
margin: 20px 0px 0px 0px; }
.comments ul li .replycom2items .ritem {
width: 100%;
float: left;
margin: 10px 0px 0px 0px; }
.comments ul li .replycom2items .ritem a {
height: 30px;
float: left;
cursor: pointer;
margin: 0px 0px 0px 50px;
font-size: 12px;
max-width: 200px;
overflow: hidden; }
.comments ul li .replycom2items .ritem a img {
height: 30px;
width: 30px;
float: left;
border-radius: 50% 50%; }
.comments ul li .replycom2items .ritem a .nickname {
height: 30px;
line-height: 30px;
font-size: 12px;
max-width: 96px;
float: left;
overflow: hidden;
color: #1D9DD1;
margin: 0px 0px 0px 10px; }
.comments ul li .replycom2items .ritem a .date {
height: 30px;
line-height: 30px;
font-size: 12px;
max-width: 72px;
float: left;
overflow: hidden;
color: #666666;
margin: 0px 0px 0px 5px; }
.comments ul li .replycom2items .ritem .likenum {
height: 30px;
line-height: 35px;
float: right;
padding: 0px 0px 0px 34px;
color: #999999;
margin: 0px 10px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.comments ul li .replycom2items .ritem .likenum.active {
color: #EC4040;
background-position: 0px -30px; }
.comments ul li .replycom2items .ritem p {
float: left;
margin: 2px 0px 0px 90px;
font-size: 12px;
color: #666666;
line-height: 18px;
min-width: 70%; }
.comments.loadmore {
padding: 0px 20px; }
.comments.loadmore a {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.comments.loadmore a:hover {
color: #EC4040; }
/*右侧部分*/
.rightarea {
width: 300px;
float: left;
margin: 0px 0px 0px 20px; }
.rightarea .submission {
height: 56px;
line-height: 56px;
width: 296px;
float: left;
border: 2px solid #FF638E;
text-align: center;
border-radius: 5px;
color: #FF638E;
font-size: 18px;
font-weight: 600;
cursor: pointer;
background: #FFFFFF url("/assets/images/toolImg/Icon_01.png") no-repeat 30px 10px; }
.rightarea .submission:hover {
border: 2px solid #FF638E;
color: #FFFFFF;
background: #FF638E url("/assets/images/toolImg/Icon_01.png") no-repeat 30px -30px; }
.rightarea .hottag {
width: 100%;
float: left;
padding: 0px 20px 20px 20px;
margin: 20px 0px 0px 0px;
background: #FFFFFF; }
.rightarea .hottag h2 {
height: 60px;
line-height: 60px;
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
color: #FF5184; }
.rightarea .hottag h2 a {
height: 60px;
line-height: 40px;
float: right;
color: #1D9DD1;
font-size: 16px;
font-weight: normal; }
.rightarea .hottag a, .rightarea .hottag span {
height: 30px;
line-height: 30px;
float: left;
padding: 0px 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 2px;
margin: 10px 10px 0px 0px; }
.rightarea .hottag a.t1, .rightarea .hottag span.t1 {
background: #FF5E5C; }
.rightarea .hottag a.t2, .rightarea .hottag span.t2 {
background: #FFBB50; }
.rightarea .hottag a.t3, .rightarea .hottag span.t3 {
background: #1AC756; }
.rightarea .hottag a.t4, .rightarea .hottag span.t4 {
background: #29B5FE; }
.rightarea .hottag a.t5, .rightarea .hottag span.t5 {
background: #4A4A4A; }
.rightarea .hottag a.t1:hover, .rightarea .hottag span.t1:hover {
background-color: #EC4040; }
/*投稿按钮*/
/*热门标签*/
.hottag a.t2:hover, .hottag a.t3:hover, .hottag a.t4:hover, .hottag a.t5:hover {
background-color: #EC4040; }
.rightarea .hottag a.more {
height: 40px;
line-height: 40px;
width: 100%;
float: left;
background: #FFFFFF;
border: 0px;
color: #EC4040; }
.rightarea .hottag a.more:hover {
text-decoration: underline; }
.rightarea .hotuser {
width: 100%;
float: left;
padding: 0px 20px 20px 20px;
margin: 20px 0px 0px 0px;
background: #FFFFFF; }
.rightarea .hotuser h2 {
height: 60px;
line-height: 60px;
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
color: #E5AA64; }
.rightarea .hotuser ul {
width: 100%;
float: left; }
.rightarea .hotuser ul li {
height: 70px;
width: 100%;
padding: 10px 0px;
border-bottom: 1px solid #EEEEEE; }
.rightarea .hotuser ul li:last-child {
border-bottom: 0px; }
.rightarea .hotuser ul li a:hover {
color: #EC4040; }
/*热门用户*/
.hotuser ul li a:hover > span .userdes {
color: #EC4040; }
.rightarea .hotuser ul li a {
height: 100%;
width: 100%;
float: left;
overflow: hidden;
cursor: pointer;
color: #1D9DD1; }
.rightarea .hotuser ul li a img {
height: 50px;
width: 50px;
border-radius: 50%;
float: left; }
.rightarea .hotuser ul li a span {
height: 50px;
width: 150px;
float: left;
overflow: hidden;
margin: 0px 0px 0px 20px; }
.rightarea .hotuser ul li a span .username {
height: 25px;
line-height: 25px;
float: left;
min-width: 51%;
font-weight: 600;
overflow: hidden; }
.rightarea .hotuser ul li a span .userdes {
height: 20px;
line-height: 20px;
float: left;
min-width: 51%;
color: #888888;
overflow: hidden; }
.rightarea .qrcode {
width: 260px;
float: left;
padding: 0px 20px 20px 20px;
margin: 20px 0px 0px 0px;
background: #FFFFFF; }
.rightarea .qrcode.fixed {
position: fixed;
top: 0px; }
.rightarea .qrcode h2 {
height: 60px;
line-height: 60px;
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
color: #FF3300; }
.rightarea .qrcode img {
height: 180px;
width: 180px;
float: left;
margin: 20px 0px 0px 40px; }
.rightarea .qrcode span {
height: 50px;
line-height: 50px;
float: left;
width: 100%;
text-align: center;
color: #888888;
font-weight: 600; }
/*关注我们*/
/*注册&登录*/
.reg {
width: 100%;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.reg .regcon {
width: 90%;
float: left;
padding: 20px 5%; }
.reg .regcon h1 {
height: 40px;
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.reg .regcon h1 a {
height: 40px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #777777; }
.reg .regcon h1 a.active, .reg .regcon h1 a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.reg .regcon ul {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.reg .regcon ul li {
width: 100%;
float: left;
min-height: 40px;
padding: 10px 0px; }
.reg .regcon ul li .regitem {
height: 40px;
width: 300px;
max-width: 300px;
float: left; }
.reg .regcon ul li .regitem .itemname {
height: 40px;
width: 100px;
float: left; }
.reg .regcon ul li .regitem .itemname span {
height: 100%;
line-height: 40px;
width: 100%;
float: left;
text-align: center;
overflow: hidden;
color: #FFFFFF;
font-size: 14px;
background-color: #FF638E; }
.reg .regcon ul li .regitem .itemval {
height: 38px;
margin: 0px 0px 0px 100px;
float: none;
border: 1px solid #E6E6E6; }
.reg .regcon ul li .regitem .itemval input[type='text'], .reg .regcon ul li .regitem .itemval input[type='password'] {
height: 20px;
width: 96%;
float: left;
overflow: hidden;
line-height: 20px;
color: #666666;
border: 0px;
padding: 9px 2%; }
.reg .regcon ul li .prompt {
line-height: 20px;
color: #888888;
float: left;
margin: 0px 0px 0px 10px;
padding: 10px 0px; }
.reg .regcon ul li .prompt.warning {
color: #EC4040; }
.reg .regcon ul li .rightbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
margin: 0px 0px 0px 10px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.reg .regcon ul li .rightbtn:hover {
background-color: #4AB2FF; }
.reg .regcon ul li .leftbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.reg .regcon ul li .leftbtn.pink {
background-color: #FF638E; }
.reg .regcon ul li .leftbtn.pink:hover {
background-color: #FF7DB6; }
.reg .regcon ul li .leftbtn:hover {
background-color: #4AB2FF; }
.reg .regcon ul li a {
height: 40px;
line-height: 40px;
float: left;
color: #666666;
text-align: center;
border-radius: 2px;
cursor: pointer;
padding: 0px 10px;
margin: 0px 0px 0px 10px; }
.reg .regcon ul li a:hover {
color: #FF638E; }
.reg .regcon ul li input[type='checkbox'] {
height: 20px;
width: 20px;
padding: 0px;
float: left;
cursor: pointer;
margin: 10px 0px 0px 0px; }
.reg .regcon ul li label {
height: 20px;
line-height: 20px;
float: left;
margin: 10px 0px 0px 5px;
cursor: pointer;
color: #666666; }
.reg .regcon ul li label:hover {
color: #FF638E; }
.reg .regcon ul li .userprotocol {
height: 20px;
padding: 0px 10px;
margin: 10px 0px 0px 10px;
float: left;
line-height: 20px;
color: #EC4040; }
/*粉色*/
/*会员中心*/
.userinfo {
width: 680px;
float: left; }
.userinfo .userinfocon {
width: 640px;
float: left;
background-color: #FFFFFF;
padding: 20px; }
.userinfo .userinfocon .userinfonav {
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.userinfo .userinfocon .userinfonav a {
height: 40px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #777777;
cursor: pointer; }
.userinfo .userinfocon .userinfonav a.active, .userinfo .userinfocon .userinfonav a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.userinfo .userinfocon .userartlist {
width: 100%;
float: left; }
.userinfo .userinfocon .userartlist li {
width: 100%;
float: left;
color: #777777;
border-bottom: 1px dotted #E2E2E2;
padding: 5px 0px; }
.userinfo .userinfocon .userartlist li.lihead {
width: 100%;
float: left;
padding: 20px 0px;
color: #1D9DD1; }
.userinfo .userinfocon .userartlist li:last-child {
border-bottom: 0px; }
.userinfo .userinfocon .userartlist li.lihead span {
line-height: 20px;
float: left;
width: 10%;
text-align: center;
overflow: hidden; }
.userinfo .userinfocon .userartlist li.lihead span.w5 {
width: 5%; }
.userinfo .userinfocon .userartlist li.lihead span.w10 {
width: 10%; }
.userinfo .userinfocon .userartlist li.lihead span.w20 {
width: 20%; }
.userinfo .userinfocon .userartlist li.lihead span.w45 {
width: 45%; }
.userinfo .userinfocon .userartlist li .spanval {
line-height: 20px;
float: left;
width: 10%;
text-align: center;
overflow: hidden;
padding: 10px 0px; }
.userinfo .userinfocon .userartlist li .spanval.w5 {
width: 5%; }
.userinfo .userinfocon .userartlist li .spanval.w10 {
width: 10%; }
.userinfo .userinfocon .userartlist li .spanval.w20 {
width: 20%; }
.userinfo .userinfocon .userartlist li .spanval.w45 {
width: 45%; }
.userinfo .userinfocon .userartlist li a {
line-height: 20px;
float: left;
width: 45%;
text-align: center;
overflow: hidden;
color: #777777;
cursor: pointer;
padding: 10px 0px; }
.userinfo .userinfocon .userartlist li a:hover {
color: #EC4040; }
.userinfo .userinfocon .userartlist li .spanbtn {
height: 30px;
line-height: 30px;
width: 10%;
float: left;
margin: 0px 0px 0px 10px;
background-color: #EC4040;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s;
margin: 5px 0px 0px 0px; }
.userinfo .userinfocon .userartlist li .spanbtn:hover {
background-color: #EC5858; }
.userinfo .userinfocon .usercommentlist {
width: 100%;
float: left; }
.userinfo .userinfocon .usercommentlist li {
width: 100%;
float: left;
padding: 10px 0px;
border-bottom: 1px dotted #E2E2E2; }
.userinfo .userinfocon .usercommentlist li:last-child {
border-bottom: 0px; }
.userinfo .userinfocon .usercommentlist li .commentinfo {
line-height: 20px;
font-size: 14px;
color: #1D9DD1;
padding: 10px 0px;
float: left;
min-width: 12%;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .usercommentlist li .commentinfo:hover {
color: #EC4040; }
.userinfo .userinfocon .usercommentlist li .commentinfo font {
color: #777777; }
.userinfo .userinfocon .usercommentlist li .commentinfo p {
text-indent: 20px;
padding: 5px 0px 0px 0px; }
.userinfo .userinfocon .usercommentlist li .commentinfo p.graycolor {
color: #555555; }
.userinfo .userinfocon .usercommentlist li .commentartinfo {
line-height: 20px;
color: #AAAAAA;
float: right;
width: 90%;
margin: 0px 2% 0px 0px;
padding: 10px 2%;
border: 1px solid #F2F2F2;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .usercommentlist li .commentartinfo:hover {
color: #EC4040; }
.userinfo .userinfocon .usercommentlist li .artstu {
height: 30px;
line-height: 30px;
color: #777777;
float: right;
margin: 10px 10px 0px 0px; }
.userinfo .userinfocon .usercommentlist li .artstu.warning {
color: #EC4040; }
.userinfo .userinfocon .usercommentlist li .deletebtn {
height: 30px;
line-height: 30px;
width: 80px;
float: right;
margin: 10px 2% 0px 0px;
background-color: #EC4040;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .usercommentlist li .deletebtn:hover {
background-color: #EC5050; }
.userinfo .loadmore {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.userinfo .loadmore a {
height: 60px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: none;
background: #FFFFFF;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.userinfo .loadmore a:hover {
color: #EC4040; }
.userinfo .userinfocon .userdataul {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.userinfo .userinfocon .userdataul li {
width: 100%;
float: left;
min-height: 40px;
padding: 5px 0px; }
.userinfo .userinfocon .userdataul li .userdataitem {
height: 40px;
width: 300px;
max-width: 300px;
float: left; }
.userinfo .userinfocon .userdataul li .userdataitem.h128 {
height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem.h80 {
height: 80px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname {
height: 40px;
width: 100px;
float: left; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname.h128 {
height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname.h80 {
height: 80px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname span {
height: 100%;
line-height: 40px;
width: 100%;
float: left;
text-align: center;
overflow: hidden;
color: #555555;
font-size: 14px;
font-weight: 600; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname.h128 span {
line-height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval {
height: 38px;
margin: 0px 0px 0px 100px;
float: none;
border: 1px solid #E6E6E6; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h128 {
height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h80 {
height: 78px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h128 .uploadimgdiv {
height: 128px;
width: 128px;
float: left;
border-radius: 50%;
overflow: hidden;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h128 .uploadimgdiv input[type='file'] {
filter: alpha(opacity=0);
opacity: 0;
float: left;
height: 100%;
width: 100%;
cursor: pointer; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.noborder {
height: 40px;
border: 0px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.noborder .itembtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
background-color: #FF638E;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .itembtn {
height: 38px;
line-height: 38px;
width: 50%;
float: left;
background-color: #FF638E;
color: #FFFFFF;
text-align: center;
border-radius: 0px 2px 2px 0px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.noborder .itembtn:hover {
background-color: #FF7DB6; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval input[type='text'], .userinfo .userinfocon .userdataul li .userdataitem .itemval input[type='password'] {
height: 20px;
width: 96%;
float: left;
overflow: hidden;
line-height: 20px;
color: #666666;
border: 0px;
padding: 9px 2%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval input[type='text'].w46p {
width: 46%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval textarea {
height: 78px;
width: 96%;
float: left;
overflow: hidden;
line-height: 26px;
color: #666666;
border: 0px;
padding: 0px 2%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval textarea.colorgray {
color: #999999; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .noteditspan {
height: 100%;
width: 96%;
float: left;
overflow: hidden;
line-height: 40px;
color: #666666;
border: 0px;
padding: 0px 2%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .noteditspan font {
cursor: pointer;
color: #EC4040;
padding: 0px 0px 0px 5px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .iradiobtn {
height: 30px;
line-height: 30px;
width: 60px;
float: left;
border: 2px solid #E2E2E2;
border-radius: 2px;
cursor: pointer;
text-align: center;
color: #888888;
margin: 5px 10px 0px 0px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .iradiobtn.active {
background-color: #4AB2FF;
border: 2px solid #4AB2FF;
color: #FFFFFF; }
.userinfo .userinfocon .userdataul li .leftbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .prompt {
line-height: 20px;
color: #888888;
float: left;
margin: 0px 0px 0px 10px;
padding: 10px 0px; }
.userinfo .userinfocon .userdataul li .prompt.h128 {
padding: 44px 0px; }
.userinfo .userinfocon .userdataul li .prompt.warning {
color: #EC4040; }
.userinfo .userinfocon .userdataul li .rightbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: right;
margin: 0px 0px 0px 0px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .rightbtn.right10px {
margin-right: 10px; }
.userinfo .userinfocon .userdataul li .rightbtn.right20px {
margin-right: 20px; }
.userinfo .userinfocon .userdataul li .rightbtn:hover {
background-color: #4AB2FF; }
/*会员中心-投稿*/
/*会员中心-评论&收藏*/
/*会员中心-我的资料*/
#editpwdDiv {
width: 100%;
float: left;
display: none; }
/*我要投稿*/
.submi {
width: 680px;
float: left;
overflow: hidden; }
.submi .submicon {
width: 640px;
float: left;
padding: 20px;
background-color: #FFFFFF; }
.submi .submicon .submiconnav {
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.submi .submicon .submiconnav a {
height: 40px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #777777;
cursor: pointer; }
.submi .submicon .submiconnav a.active, .submi .submicon .submiconnav a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.submi .submicon .submiul {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.submi .submicon .submiul li {
width: 100%;
float: left;
overflow: hidden;
padding: 5px 0px; }
.submi .submicon .submiul li .itemname {
height: 50px;
width: 100px;
float: left; }
.submi .submicon .submiul li .itemname span {
height: 100%;
line-height: 50px;
width: 100%;
float: left;
text-align: right;
overflow: hidden;
font-size: 14px;
font-weight: 600;
color: #666666; }
.submi .submicon .submiul li .itemcon {
min-height: 50px;
margin: 0px 0px 0px 120px;
overflow: hidden; }
.submi .submicon .submiul li .itemcon input[type='text'] {
height: 48px;
line-height: 48px;
border: 1px solid #E2E2E2;
float: left;
width: 95%;
padding: 0px 2%;
font-size: 14px;
font-weight: 600;
color: #555555; }
.submi .submicon .submiul li .itemcon textarea {
height: 75px;
line-height: 25px;
padding: 10px 2%;
width: 95%;
border: 1px solid #E2E2E2;
font-size: 14px;
color: #555555; }
.submi .submicon .submiul li .itemcon textarea.colorgray {
color: #999999; }
.submi .submicon .submiul li .itemcon .subbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
margin: 5px 0px 0px 0px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.submi .submicon .submiul li .itemcon .subbtn.blue {
background-color: #1E9FFF; }
.submi .submicon .submiul li .itemcon .subbtn.blue:hover {
background-color: #4AB2FF; }
.submi .submicon .submiul li .itemcon .subbtn.left {
float: left; }
.submi .submicon .submiul li .itemcon .subbtn.left10px {
margin-left: 10px; }
.submi .submicon .submiul li .itemcon .subbtn.right {
float: right; }
.submi .submicon .submiul li .itemcon .subbtn.right.w100 {
width: 100px; }
.submi .submicon .submiul li .itemcon .subbtn.left10px {
margin-left: 10px; }
.submi .submicon .submiul li .itemcon .subbtn.pink {
background-color: #FF638E; }
.submi .submicon .submiul li .itemcon .subbtn.pink:hover {
background-color: #FF7DB6; }
.submi .submicon .submiul li .itemcon .coverimg {
height: 150px;
width: 200px;
float: left;
background: url("/assets/images/toolImg/Icon_imgupload128.png") no-repeat left center; }
.submi .submicon .submiul li .itemcon .coverimg.full {
background-size: 100% 100%; }
.submi .submicon .submiul li .itemcon .coverimg input[type='file'] {
filter: alpha(opacity=0);
opacity: 0;
float: left;
height: 100%;
width: 100%;
cursor: pointer; }
.submi .submicon .submiul li .itemcon .uploadartimgdiv {
height: 40px;
line-height: 40px;
width: 50px;
float: left;
margin: 5px 0px 0px 10px;
background: #1E9FFF url("/assets/images/toolImg/Icon_05.png") no-repeat center center;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.submi .submicon .submiul li .itemcon .uploadartimgdiv:hover {
background-color: #4AB2FF; }
.submi .submicon .submiul li .itemcon .uploadartimgdiv input[type='file'] {
filter: alpha(opacity=0);
opacity: 0;
float: left;
height: 100%;
width: 100%;
cursor: pointer; }
.submi #addtxtDiv {
height: 320px;
width: 98%;
float: left;
padding: 10px 1%;
display: none; }
.submi #addtxtDiv .btnok {
height: 40px;
line-height: 40px;
width: 80px;
float: right;
margin: 5px 0px 0px 0px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.submi #addtxtDiv .btnok:hover {
background-color: #4AB2FF; }
.submi .submicon .submiul li .itemcon .artopercon {
min-height: 50px;
width: 100%;
float: left;
overflow: hidden; }
.submi .submicon .submiul li .itemcon .articlecontent {
width: 100%;
float: left;
overflow: hidden; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem {
width: 100%;
float: left; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art {
width: 95%;
float: left;
padding: 10px 2%;
margin: 20px 0px 0px 0px;
border: 2px dotted #D1D1D1;
background-color: #E8E8E8; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .pdes {
line-height: 26px;
font-size: 14px;
width: 100%;
float: left;
text-indent: 30px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas {
height: 30px;
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span {
height: 28px;
line-height: 26px;
width: 50px;
float: right;
text-align: center;
color: #FFFFFF;
font-size: 12px;
cursor: pointer;
border-radius: 4px;
margin: 0px 0px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span.edit {
background-color: #0099FF;
border: 1px solid #0088ff; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span.delete {
background-color: #EC4040;
border: 1px solid #EC3030;
margin: 0px 10px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span.move {
background-color: #FF5500;
border: 1px solid #FF6600;
margin: 0px 10px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .pimg {
width: 100%;
float: left;
text-align: center; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .pimg img {
max-width: 100%; }
/*粉色*/
/*添加文本弹出框*/
/*我要投稿-图文内容*/
/*我要投稿-预览*/
.detailview {
width: 90%;
float: left;
margin: 20px 0px 0px 0px;
padding: 0px 5%; }
.detailview.aligncenter {
text-align: center; }
.detailview h1 {
float: left;
line-height: 20px;
text-align: left;
font-size: 16px;
font-weight: 500;
color: #555555; }
.detailview h1.arttitle {
font-size: 18px;
font-weight: 600;
line-height: 24px; }
.detailview img {
max-width: 100%;
margin: 20px 0px 20px 0px; }
.detailview p {
line-height: 24px;
font-size: 16px;
color: #666666;
float: left;
width: 100%;
padding: 10px 0px;
text-align: left; }
.detailview p.top20 {
margin: 20px 0px 0px 0px; }
/*固定块*/
.toolbtn {
width: 40px;
position: fixed;
right: 20px;
bottom: 20px;
float: right;
padding: 10px 0px 0px 0px;
opacity: 0.6;
z-index: 99; }
.toolbtn li {
height: 40px;
width: 40px;
float: left;
margin: 0px 0px 10px 0px;
cursor: pointer; }
.toolbtn li a {
height: 100%;
width: 100%;
float: left; }
.toolbtn li.toup {
background: #000000 url("/assets/images/toolImg/Icon_06.png") no-repeat center center; }
.toolbtn li.close {
background: #000000 url("/assets/images/toolImg/Icon_07.png") no-repeat center center; }
.toolbtn li.toolsubmi {
background: #FF638E url("/assets/images/toolImg/Icon_08.png") no-repeat center center; }
.toolbtn li.toolcomm {
background: #000000 url("/assets/images/toolImg/Icon_15.png") no-repeat 0px 0px; }
.toolbtn li.toolcomm.opencomm {
background: #FF638E url("/assets/images/toolImg/Icon_15.png") no-repeat 0px -40px; }
/*display:none;*/
/*弹幕*/
.barragecon {
height: 0px;
width: 100%;
float: left;
position: fixed;
top: 140px; }
.barragecon.show {
display: block; }
.barrage {
height: 30px;
float: left;
position: fixed;
border-radius: 20px;
background-color: rgba(0, 0, 0, 0.7);
display: block;
overflow: hidden;
left: 5px;
transition: 0.5s;
z-index: 100; }
.barrage.b0 {
background-color: rgba(0, 0, 0, 0.7); }
.barrage.b1 {
background-color: rgba(236, 64, 64, 0.7); }
.barrage.b2 {
background-color: rgba(29, 157, 209, 0.7); }
.barrage.b3 {
background-color: rgba(255, 102, 0, 0.7); }
.barrage span {
height: 30px;
padding: 0px 10px 0px 0px;
float: left;
line-height: 30px;
color: #FFFFFF;
font-size: 14px;
overflow: hidden; }
.barrage span i {
height: 30px;
width: 30px;
float: left;
border-radius: 50%; }
.barrage span i.u {
margin: 0px 5px 0px 0px; }
.barrage span i.l {
margin: 5px 2px 0px 10px;
background: url("/assets/images/toolImg/Icon_14.png") no-repeat 0px 0px;
height: 20px;
width: 20px; }
.barrage font {
float: left;
height: 30px;
overflow: hidden; }
.barrage font.tl {
line-height: 34px;
color: #FF638E; }
/*底部信息*/
.bottominfo .bottomnav {
width: 90%;
text-align: center;
margin: 0px 0px 0px 5%; }
.bottominfo .bottomnav li {
display: inline-block;
float: none; }
.bottominfo .bottomnav li a {
height: 30px;
float: left;
padding: 0px 10px;
cursor: pointer;
color: #888888; }
.bottominfo .bottomnav li a:hover {
color: #FF638E; }
.bottominfo .icp {
line-height: 20px;
padding: 5px 0px;
width: 90%;
margin: 0px 0px 0px 5%;
float: left;
text-align: center;
color: #888888;
overflow: hidden; }
.bottominfo .address {
line-height: 20px;
padding: 5px 0px 30px 0px;
width: 90%;
margin: 0px 0px 0px 5%;
float: left;
text-align: center;
color: #888888; }
.bottominfo .firlink {
width: 90%;
text-align: center;
padding: 0px 0px 10px 0px; }
.bottominfo .firlink span {
color: #888888; }
.bottominfo .firlink a {
color: #888888;
cursor: pointer;
margin: 10px 10px 0px 0px; }
.bottominfo .firlink a:hover {
color: #FF638E; }
/*推荐、广告*/
.exdiv {
width: 680px;
float: left;
margin: 20px 0px 0px 0px; }
.exdiv .excondiv {
width: 640px;
padding: 20px;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.exdiv .excondiv h3 {
float: left;
line-height: 20px;
font-size: 14px;
color: #FF638E;
font-weight: 600; }
.exdiv .excondiv ul {
width: 100%;
float: left; }
.exdiv .excondiv ul li {
height: 200px;
width: 200px;
float: left;
overflow: hidden;
margin: 20px 0px 0px 0px;
box-shadow: 0px 0px 5px #CCCCCC; }
.exdiv .excondiv ul li:nth-child(3n+2), .exdiv .excondiv ul li:nth-child(3n+3) {
margin: 20px 0px 0px 20px; }
.exdiv .excondiv ul li a {
height: 100%;
width: 100%;
float: left;
overflow: hidden;
cursor: pointer; }
.exdiv .excondiv ul li a .cover {
height: 150px;
width: 100%;
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.exdiv .excondiv ul li a .title {
height: 40px;
line-height: 20px;
margin: 5px 0px 0px 0px;
float: left;
padding: 0px 5px;
overflow: hidden;
color: #666666; }
.exdiv .excondiv ul li a .des {
height: 20px;
line-height: 20px;
color: #999999;
display: none;
text-align: right; }
.exdiv .excondiv ul li a .des .red {
float: left;
font-style: normal;
color: #EC4040; } | assets/css/styles.css | @charset "UTF-8";
* {
margin: 0px;
padding: 0px; }
html, body {
font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #555;
background-color: #F2F2F2; }
img {
border: 0px; }
a {
text-decoration: none; }
a:visited {
outline: none; }
h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
font-weight: normal; }
/*p {
margin: 0px;
padding: 0px;
}*/
input[type='text'], input[type='password'] {
outline: none; }
.boxshadow {
box-shadow: 0px 0px 5px #888888; }
.hide {
display: none; }
.show {
display: block; }
.c {
width: 100%;
float: left; }
.c .con {
width: 1000px;
float: none;
margin: 0px auto;
overflow: hidden; }
.c .con.border {
border: 1px solid #EEEEEE; }
.c.pink {
background-color: #FF638E; }
.c.white {
background-color: #FFFFFF; }
.c.top20 {
margin-top: 20px; }
.c.top60 {
margin-top: 60px; }
/* 会被asciidoctor.css重写*/
r
ul {
margin: 0px;
padding: 0px;
list-style: none; }
r
ul li {
margin: 0px;
padding: 0px; }
/*粉色*/
/*白色*/
/*各类按钮*/
.btn .gt-btn {
height: 30px;
line-height: 30px;
float: left;
background-color: #FF638E;
text-align: center;
font-size: 14px;
cursor: pointer;
border-radius: 2px;
color: #FFFFFF;
width: 80px;
margin: 20px 0px 0px 0px; }
.btn .gt-btn.pink {
background-color: #FF638E; }
.btn .gt-btn.right {
float: right; }
/*头部*/
.head {
height: 90px;
overflow: hidden; }
.head .logo {
height: 80px;
width: 242px;
float: left;
cursor: pointer;
margin: 5px 0px 0px 0px; }
.head .logo .pclogo {
height: 100%;
width: 100%;
float: left; }
.head .logo .mobilelogo {
height: 100%;
width: 100%;
float: left;
display: none; }
.head .headuser {
height: 80px;
float: right;
margin: 5px 0px 0px 0px; }
.head .headuser .userimg {
height: 56px;
width: 56px;
float: left;
margin: 10px 5px 0px 0px;
background-color: #FFFFFF;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
border: 2px solid #FF7DB6; }
.head .headuser .userimg.nologin {
background-image: url("/assets/images/toolImg/Icon_10.png");
background-size: auto;
height: 42px;
width: 42px;
float: left;
margin: 17px 5px 0px 0px; }
.head .headuser .linka {
height: 30px;
line-height: 30px;
float: left;
margin: 25px 5px 0px 0px;
padding: 0px 2px;
color: #EEEEEE;
cursor: pointer;
font-size: 16px;
max-width: 100px;
overflow: hidden; }
.head .headuser .linka:hover {
color: #FFFFFF; }
/*导航*/
.nav {
height: 50px;
width: 1000px;
float: none;
margin: 0px auto; }
.nav.show {
display: block; }
.nav ul {
height: 50px;
max-width: 100%;
overflow: hidden;
float: left; }
.nav ul li {
height: 100%;
float: left; }
.nav ul li a {
height: 48px;
line-height: 48px;
padding: 0px 30px;
text-align: center;
border-bottom: 2px solid #FFFFFF;
font-size: 16px;
font-weight: 600;
color: #E5AA64;
float: left;
cursor: pointer; }
.nav ul li a.active, .nav ul li a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.head .menuebtn {
height: 20px;
width: 32px;
float: right;
margin: 35px 10px 0px 10px;
background: url("/assets/images/toolImg/Icon_menu.png") no-repeat 0px 0px;
cursor: pointer;
display: none; }
/*文章列表*/
.art {
width: 680px;
float: left; }
.art.relative {
position: relative; }
.artlist {
width: 680px;
float: left;
background: #FFFFFF;
margin: 0px;
padding: 0px;
list-style: none; }
.artlist li {
padding: 20px;
width: 640px;
float: left;
border-bottom: 1px solid #EEEEEE; }
.artlist li:last-child {
border-bottom: 0px; }
.artlist.hotsearch li:last-child {
border-bottom: 1px solid #EEEEEE; }
.artlist li .artuser {
height: 50px;
float: left; }
.artlist li .artuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.artlist li .artuser span {
height: 50px;
float: left;
min-width: 120px;
margin: 0px 0px 0px 10px; }
.artlist li .artuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
max-width: 100%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.artlist li .artuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888; }
.artlist li .artinfo {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.artlist li .artinfo .artimg {
height: 150px;
width: 200px;
float: left;
cursor: pointer; }
.artlist li .artinfo .artimg img {
height: 100%;
width: 100%;
float: left; }
.artlist li .artinfo .arttitle {
height: 40px;
width: 350px;
float: left;
cursor: pointer;
margin: 0px 0px 0px 40px;
color: #555555; }
.artlist li .artinfo .arttitle:hover {
color: #EC4040; }
.artlist li .artinfo .arttitle h2 {
height: 20px;
margin: 0px 0px 10px 0px;
width: 100%;
float: left;
overflow: hidden;
font-size: 16px;
font-weight: 600; }
.artlist li .artinfo .arttitle h2 .kw {
color: #EC4040; }
.artlist li .artinfo .artdes {
height: 100px;
line-height: 20px;
width: 350px;
float: left;
overflow: hidden;
color: #888888;
margin: 0px 0px 0px 40px;
padding: 0px 0px 20px 0px; }
.artlist li .artinfo .artdes xmp {
height: 60px;
line-height: 20px;
width: 400px;
float: left;
overflow: hidden;
color: #888888;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
white-space: normal;
font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif; }
.artlist li .artinfo .artdes .kw {
color: #EC4040; }
.artlist li .artinfo .arttag {
height: 30px;
width: 400px;
float: left;
overflow: hidden;
margin: 0px 0px 0px 40px; }
.artlist li .artinfo .arttag a {
height: 30px;
line-height: 30px;
float: left;
padding: 0px 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 2px;
margin: 0px 10px 0px 0px; }
.artlist li .artinfo .arttag a:hover {
background: #EC4040; }
.artlist li .artinfo .arttag a.t1 {
background: #FF5E5C; }
.artlist li .artinfo .arttag a.t2 {
background: #FFBB50; }
.artlist li .artinfo .arttag a.t3 {
background: #1AC756; }
.artlist li .artinfo .arttag a.t4 {
background: #29B5FE; }
.artlist li .artinfo .arttag a.t5 {
background: #4A4A4A; }
.artlist li .artinfo .arttag a.t1:hover, .artlist li .artinfo .arttag a.t2:hover, .artlist li .artinfo .arttag a.t3:hover, .artlist li .artinfo .arttag a.t4:hover, .artlist li .artinfo .arttag a.t5:hover {
background: #EC4040; }
.artlist li .artgodcomm {
width: 100%;
float: left;
border-radius: 3px;
background: #F8F8F8 url("/assets/images/toolImg/Icon_16.png") no-repeat 0px 0px;
margin: 10px 0px 0px 0px;
padding: 10px 0px;
overflow: hidden; }
.artlist li .artgodcomm a {
float: left;
margin: 0px 15px;
border-radius: 3px;
line-height: 20px;
font-size: 14px;
color: #999999;
padding: 0px;
cursor: pointer; }
.artlist li .artlike {
min-height: 30px;
width: 100%;
float: left;
margin: 0px 0px 0px 0px;
padding: 5px 0px; }
.artlist li .artlike span, .artlist li .artlike a {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 5px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.artlist li .artlike .active {
background-position: 0px -30px;
color: #EC4040; }
.artlist li .artlike .like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.artlist li .artlike .dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.artlist li .artlike .favorite {
background-image: url("/assets/images/toolImg/Icon_03.png"); }
.artlist li .artlike .reply {
background-image: url("/assets/images/toolImg/Icon_04.png"); }
.art .recommendnum {
height: 40px;
line-height: 40px;
text-align: center;
color: #1D9DD1;
float: left;
width: 100%;
overflow: hidden;
background-color: #D9EBF7;
position: absolute; }
.art .loadmore {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
margin: 20px 0px 0px 0px;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.art .loadmore:hover {
color: #EC4040; }
.art .loadmore .btn {
float: none; }
/*图片列表*/
.pic {
width: 680px;
float: left; }
.piclist {
width: 680px;
float: left;
background: #FFFFFF; }
.piclist li {
padding: 20px;
width: 640px;
float: left;
border-bottom: 1px solid #EEEEEE; }
.piclist li:last-child {
border-bottom: 0px; }
.piclist.hotsearch li:last-child {
border-bottom: 1px solid #EEEEEE; }
.piclist li .picuser {
height: 50px;
float: left; }
.piclist li .picuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.piclist li .picuser span {
height: 50px;
float: left;
width: 120px;
margin: 0px 0px 0px 10px; }
.piclist li .picuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.piclist li .picuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888; }
.piclist li .picinfo {
width: 100%;
float: left;
margin: 20px 0px 0px 0px;
max-height: 500px;
overflow: hidden; }
.piclist li .picinfo a {
float: left;
max-width: 100%;
cursor: pointer;
font-weight: 600;
color: #555555; }
.piclist li .picinfo a h2 {
float: left;
line-height: 24px;
text-align: left;
font-size: 16px;
min-width: 80%; }
.piclist li .picinfo a h2 .kw {
color: #EC4040; }
.piclist li .picinfo a img {
max-width: 100%;
margin: 20px 0px 0px 0px; }
.piclist li .picgodcomm {
width: 100%;
float: left;
border-radius: 3px;
background: #F8F8F8 url("/assets/images/toolImg/Icon_16.png") no-repeat 0px 0px;
margin: 10px 0px 0px 0px;
padding: 10px 0px;
overflow: hidden; }
.piclist li .picgodcomm a {
float: left;
margin: 0px 15px;
border-radius: 3px;
line-height: 20px;
font-size: 14px;
color: #999999;
padding: 0px;
cursor: pointer; }
.piclist li .piclike {
min-height: 30px;
width: 100%;
float: left;
margin: 10px 0px 0px 0px;
padding: 5px 0px; }
.piclist li .piclike span, .piclist li .piclike a {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 0px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.piclist li .piclike .active {
background-position: 0px -30px;
color: #EC4040; }
.piclist li .piclike .like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.piclist li .piclike .dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.piclist li .piclike .favorite {
background-image: url("/assets/images/toolImg/Icon_03.png"); }
.piclist li .piclike .reply {
background-image: url("/assets/images/toolImg/Icon_04.png"); }
.pic .loadmore {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
margin: 20px 0px 0px 0px;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.pic .loadmore:hover {
color: #EC4040; }
/*热搜列表*/
.hotsearch {
width: 680px;
float: left; }
.hotsearch .searchnav {
height: 50px;
width: 100%;
float: left;
border-bottom: 1px solid #F2F2F2;
background: #FFFFFF; }
.hotsearch .searchnav a {
height: 50px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 50px;
font-size: 15px;
color: #888888;
cursor: pointer; }
.hotsearch .searchnav a:hover, .hotsearch .searchnav a.active {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.hotsearch .loadmore {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
margin: 20px 0px 0px 0px;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.hotsearch .loadmore:hover {
color: #EC4040; }
.hotsearch .searchbar {
height: 70px;
width: 100%;
float: left;
background: #FFFFFF; }
.hotsearch .searchbar .searchcon {
height: 40px;
width: 400px;
max-width: 400px;
float: left;
border: 2px solid #E8E8E8;
margin: 14px 20px; }
.hotsearch .searchbar .searchcon .searchbtns {
height: 40px;
width: 80px;
float: right; }
.hotsearch .searchbar .searchcon .searchbtns .searchbtn {
height: 40px;
line-height: 40px;
float: left;
width: 100%;
margin: 0px;
border-radius: 0px; }
.hotsearch .searchbar .searchcon .searchbtns .searchbtn:hover {
background-color: #EC4040; }
.hotsearch .searchbar .searchcon .searchkey {
height: 40px;
margin: 0px 80px 0px 0px; }
.hotsearch .searchbar .searchcon .searchkey input[type='text'] {
height: 40px;
width: 96%;
float: left;
padding: 0px 2%;
border: 0px;
font-size: 14px;
color: #666666; }
.hotsearch .searchbar .searchcon .searchkey input[type='text'].graycolor {
color: #999999; }
.hotsearch .searchhottag {
width: 100%;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.hotsearch .searchhottag .hottagcon {
width: 640px;
padding: 20px;
float: left; }
.hotsearch .searchhottag .hottagcon h3 {
height: 32px;
line-height: 32px;
float: left;
padding: 0px 0px 0px 40px;
font-size: 14px;
color: #888888;
background: url("/assets/images/toolImg/Icon_11.png") no-repeat 0px center; }
.hotsearch .searchhottag .hottagcon .tagnavs {
width: 638px;
float: left;
margin: 10px 0px 0px 0px;
border: 1px solid #FF638E; }
.hotsearch .searchhottag .hottagcon .tagnavs .tagnav {
height: 40px;
float: left;
line-height: 40px;
padding: 0px 10px;
color: #FF638E;
cursor: pointer; }
.hotsearch .searchhottag .hottagcon .tagnavs .tagnav:hover, .hotsearch .searchhottag .hottagcon .tagnavs .tagnav.active {
background: #FF638E;
color: #FFFFFF; }
.hotsearch .searchhottag .hottagcon .tagsdiv {
width: 100%;
float: left;
margin: 10px 0px 0px 0px; }
.hotsearch .searchhottag .hottagcon .tagsdiv a {
height: 30px;
line-height: 30px;
float: left;
margin: 10px 20px 0px 0px;
padding: 0px 5px;
color: #FF638E;
font-size: 14px;
cursor: pointer;
border: 2px solid #FF638E;
border-radius: 2px; }
.hotsearch .searchhottag .hottagcon .tagsdiv a.more {
width: 100%;
margin: 10px 0px 0px 0px;
padding: 0px;
border: 0px;
height: 50px;
line-height: 50px;
color: #1D9DD1; }
.hotsearch .searchhottag .hottagcon .tagsdiv a:hover {
background: #FF638E;
color: #FFFFFF; }
.hotsearch .searchhottag .hottagcon .tagsdiv a.more:hover {
background: #FFFFFF;
color: #1D9DD1;
text-decoration: underline; }
.hotsearch .searchhottag p {
width: 90%;
float: left;
padding: 10px 5% 10px 5%;
text-align: center;
color: #888888; }
.hotsearch .searchhottag p:last-child {
padding-bottom: 50px; }
.hotsearch .searchhottag p a {
cursor: pointer;
color: #EC4040; }
/*热搜标签*/
/*热门用户*/
.hotuserpage {
width: 680px;
float: left;
background-color: #FFFFFF; }
.hotuserpage .hotuserlist {
width: 640px;
float: left;
padding: 20px; }
.hotuserpage .hotuserlist li {
height: 50px;
width: 46%;
float: left;
padding: 30px 2%; }
.hotuserpage .hotuserlist li:hover {
background-color: #F2F2F2;
border-radius: 5px; }
.hotuserpage .hotuserlist li .artuser {
height: 50px;
float: left; }
.hotuserpage .hotuserlist li .artuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.hotuserpage .hotuserlist li .artuser span {
height: 50px;
float: left;
max-width: 230px;
margin: 0px 0px 0px 10px; }
.hotuserpage .hotuserlist li .artuser span .username {
height: 25px;
line-height: 25px;
width: 100%;
float: left;
color: #FF638E;
font-weight: 600;
overflow: hidden; }
.hotuserpage .hotuserlist li .artuser span .date {
height: 20px;
line-height: 20px;
width: 100%;
float: left;
color: #888888;
overflow: hidden; }
/*图片详情*/
.detailcontent {
width: 680px;
float: left;
overflow: hidden; }
.detail {
width: 680px;
float: left; }
.detail .detailcon {
width: 640px;
float: left;
background: #FFFFFF;
padding: 20px;
border-bottom: 1px solid #EEEEEE;
overflow: hidden; }
.detail .detailcon .detailuser {
height: 50px;
float: left; }
.detail .detailcon .detailuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.detail .detailcon .detailuser span {
height: 50px;
float: left;
width: 120px;
margin: 0px 0px 0px 10px; }
.detail .detailcon .detailuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.detail .detailcon .detailuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888; }
.detail .detailcon .arttag {
height: 30px;
float: right;
overflow: hidden;
margin: 10px 0px 0px 0px; }
.detail .detailcon .arttag a {
height: 30px;
line-height: 30px;
float: left;
padding: 0px 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 2px;
margin: 0px 10px 0px 0px; }
.detail .detailcon .arttag a:hover {
background: #EC4040; }
.detail .detailcon .arttag a.t1 {
background: #FF5E5C; }
.detail .detailcon .arttag a.t2 {
background: #1AC756; }
.detail .detailcon .arttag a.t3 {
background: #FFBB50; }
.detail .detailcon .arttag a.t4 {
background: #29B5FE; }
.detail .detailcon .arttag a.t5 {
background: #4A4A4A; }
.detail .detailcon .arttag a.t1:hover, .detail .detailcon .arttag a.t2:hover, .detail .detailcon .arttag a.t3:hover, .detail .detailcon .arttag a.t4:hover, .detail .detailcon .arttag a.t5:hover {
background: #EC4040; }
.detail .detailcon .detailinfo {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.detail .detailcon .detailinfo.aligncenter {
text-align: center; }
.detail .detailcon .detailinfo h1 {
float: left;
line-height: 20px;
text-align: left;
font-size: 16px;
font-weight: 500;
color: #555555; }
.detail .detailcon .detailinfo h1.arttitle {
font-size: 18px;
font-weight: 600;
line-height: 24px;
width: 100%; }
.detail .detailcon .detailinfo h2 {
font-size: 16px;
float: left;
width: 100%;
text-align: left; }
.detail .detailcon .detailinfo p {
line-height: 30px;
font-size: 16px;
color: #666666;
float: left;
width: 100%;
padding: 10px 0px;
text-align: left;
word-wrap: break-word; }
.detail .detailcon .detailinfo p.top20 {
margin: 20px 0px 0px 0px; }
.detail .detailcon .detailinfo p.pimg {
text-align: center; }
.detail .detailcon .detailinfo p img {
max-width: 100%;
margin: 20px 0px 20px 0px; }
.detail .detailcon .detailinfo p a {
color: #EC4040;
cursor: pointer; }
.detail .detailcon .detaillike {
min-height: 30px;
width: 100%;
float: left;
margin: 0px 0px 0px 0px;
padding: 5px 0px; }
.detail .detailcon .detaillike span, .detail .detailcon .detaillike a {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 5px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.detail .detailcon .detaillike .active {
color: #EC4040;
background-position: 0px -30px; }
.detail .detailcon .detaillike .like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.detail .detailcon .detaillike .dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.detail .detailcon .detaillike .favorite {
background-image: url("/assets/images/toolImg/Icon_03.png"); }
.detail .detailcon .detaillike .reply {
background-image: url("/assets/images/toolImg/Icon_04.png"); }
.detail .detailcon .detailadoc {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.detail .detailcon .vote {
width: 100%;
float: left;
background: #FBFBFB;
border: 1px solid #E6E6E6;
padding: 10px 0px;
margin: 30px 0px 0px 0px; }
.detail .detailcon .vote .votecon {
margin: 0px 20px 0px 20px;
color: #353535; }
.detail .detailcon .vote .votecon .asktitle {
line-height: 20px;
float: left;
padding: 10px 0px;
font-size: 14px;
margin: 30px 0px 0px 0px; }
.detail .detailcon .vote .votecon .asktitle:first-child {
margin: 10px 0px 0px 0px; }
.detail .detailcon .vote .votecon .asktitle.out {
color: #999999; }
.detail .detailcon .vote .votecon ul {
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.detail .detailcon .vote .votecon ul li {
width: 100%;
float: left;
padding: 10px 0px; }
.detail .detailcon .vote .votecon ul li .optionradio {
min-height: 18px;
float: left;
background: url("/assets/images/toolImg/Icon_21.png") no-repeat 0px 0px;
cursor: pointer;
padding: 0px 0px 0px 25px;
line-height: 18px;
color: #666666;
min-width: 31%; }
.detail .detailcon .vote .votecon ul li .optionradio.active {
background: url("/assets/images/toolImg/Icon_22.png") no-repeat 0px 0px;
color: #FF638E; }
.detail .detailcon .vote .votecon ul li .optionradio.out {
background-image: none;
padding: 0px 0px 0px 0px;
color: #999999; }
.detail .detailcon .vote .votecon ul li .optionradio.after {
background-image: none;
padding: 0px 0px 0px 0px; }
.detail .detailcon .vote .votecon ul li .optioncheck {
min-height: 18px;
float: left;
background: url("/assets/images/toolImg/Icon_23.png") no-repeat 0px 0px;
cursor: pointer;
padding: 0px 0px 0px 25px;
line-height: 18px;
color: #666666;
min-width: 31%; }
.detail .detailcon .vote .votecon ul li .optioncheck.active {
background: url("/assets/images/toolImg/Icon_24.png") no-repeat 0px 0px;
color: #FF638E; }
.detail .detailcon .vote .votecon ul li .optioncheck.out {
background-image: none;
padding: 0px 0px 0px 0px;
color: #999999; }
.detail .detailcon .vote .votecon ul li .optioncheck.after {
background-image: none;
padding: 0px 0px 0px 0px; }
.detail .detailcon .vote .votecon ul li .percent {
height: 10px;
width: 70%;
float: left;
margin: 10px 0px 0px 0px;
background-color: #E5E5E5; }
.detail .detailcon .vote .votecon ul li .percent em {
height: 100%;
float: left;
background-color: #FF638E; }
.detail .detailcon .vote .votecon ul li .votenum {
height: 20px;
width: 30%;
float: left;
margin: 5px 0px 0px 0px; }
.detail .detailcon .vote .votecon ul li .votenum span {
width: 50%;
height: 20px;
line-height: 20px;
float: left;
overflow: hidden;
color: #999999;
text-align: right; }
.detail .detailcon .vote .votecon .btnvote {
height: 40px;
line-height: 40px;
margin: 10px 0px 0px 0px;
width: 100%;
float: left;
text-align: center;
cursor: pointer;
color: #666666; }
.detail .detailcon .vote .votecon .btnvote.active {
color: #FF638E; }
.detail .detailcon .vote .votecon .btnvote.after {
color: #999999; }
.detail .detailcon .vote .votecon .votestu {
height: 40px;
line-height: 40px;
width: 100%;
float: left;
text-align: center;
cursor: pointer;
color: #999999;
border-bottom: 1px solid #E6E6E6; }
/*投票*/
/*我要评论*/
.comment {
width: 680px;
float: left; }
.comment .recomment {
width: 640px;
padding: 20px;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.comment .recomment textarea {
width: 600px;
float: left;
min-height: 100px;
border: 1px solid #CCCCCC;
border-radius: 2px;
padding: 20px;
color: #666666;
font-size: 14px;
line-height: 20px; }
.comment .recomment textarea.colorgray {
color: #999999; }
/*评论列表*/
.comments {
width: 640px;
padding: 20px;
margin: 20px 0px 0px 0px;
float: left;
background-color: #FFFFFF; }
.comments h3 {
float: left;
line-height: 20px;
font-size: 14px;
color: #FF638E;
font-weight: 600; }
.comments ul {
width: 100%;
float: left;
overflow: hidden;
margin: 20px 0px 0px 0px; }
.comments ul li {
width: 100%;
float: left;
overflow: hidden;
border-bottom: 1px solid #EEEEEE;
padding: 20px 0px; }
.comments ul li:last-child {
border-bottom: 0px; }
.comments ul li .comuser {
height: 50px;
float: left; }
.comments ul li .comuser img {
border-radius: 50%;
float: left;
height: 50px;
width: 50px; }
.comments ul li .comuser span {
height: 50px;
float: left;
width: 120px;
margin: 0px 0px 0px 10px; }
.comments ul li .comuser span .username {
height: 25px;
line-height: 25px;
min-width: 51%;
float: left;
color: #1D9DD1;
font-weight: 600;
overflow: hidden; }
.comments ul li .comuser span .date {
height: 20px;
line-height: 20px;
min-width: 51%;
float: left;
color: #888888;
overflow: hidden; }
.comments ul li .comlike {
min-height: 30px;
float: right;
margin: 0px 0px 0px 0px;
padding: 5px 0px; }
.comments ul li .comlike span {
height: 30px;
line-height: 35px;
float: left;
font-weight: 600;
color: #999999;
padding: 0px 0px 0px 34px;
margin: 5px 20px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px; }
.comments ul li .comlike span.reply2 {
color: #1d9dd1;
padding: 0px;
font-weight: normal;
margin: 5px 5px 0px 0px; }
.comments ul li .comlike span.active {
color: #EC4040;
background-position: 0px -30px; }
.comments ul li .comlike span.like {
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.comments ul li .comlike span.dislike {
background-image: url("/assets/images/toolImg/Icon_09.png"); }
.comments ul li p {
float: left;
margin: 10px 0px 0px 60px;
font-size: 14px;
color: #666666;
line-height: 20px;
min-width: 80%; }
.comments ul li .replymore {
margin: 10px 0px 0px 60px;
cursor: pointer;
height: 30px;
line-height: 30px;
float: left;
color: #1D9DD1;
font-size: 14px; }
.comments ul li .replymcon2 {
min-height: 60px;
width: 100%;
float: left;
margin: 5px 0px 0px 0px; }
.comments ul li .replymcon2 div {
margin: 0px 12px 0px 60px; }
.comments ul li .replymcon2 div textarea {
float: left;
height: 56px;
border: 1px solid #CCCCCC;
border-radius: 2px;
padding: 5px;
color: #666666;
font-size: 12px;
line-height: 20px;
width: 100%; }
.comments ul li .replymcon2 div textarea.colorgray {
color: #999999; }
.comments ul li .replymcon2 div .right0px {
margin-right: 0px; }
.comments ul li .replycom2items {
width: 100%;
float: right;
margin: 20px 0px 0px 0px; }
.comments ul li .replycom2items .ritem {
width: 100%;
float: left;
margin: 10px 0px 0px 0px; }
.comments ul li .replycom2items .ritem a {
height: 30px;
float: left;
cursor: pointer;
margin: 0px 0px 0px 50px;
font-size: 12px;
max-width: 200px;
overflow: hidden; }
.comments ul li .replycom2items .ritem a img {
height: 30px;
width: 30px;
float: left;
border-radius: 50% 50%; }
.comments ul li .replycom2items .ritem a .nickname {
height: 30px;
line-height: 30px;
font-size: 12px;
max-width: 96px;
float: left;
overflow: hidden;
color: #1D9DD1;
margin: 0px 0px 0px 10px; }
.comments ul li .replycom2items .ritem a .date {
height: 30px;
line-height: 30px;
font-size: 12px;
max-width: 72px;
float: left;
overflow: hidden;
color: #666666;
margin: 0px 0px 0px 5px; }
.comments ul li .replycom2items .ritem .likenum {
height: 30px;
line-height: 35px;
float: right;
padding: 0px 0px 0px 34px;
color: #999999;
margin: 0px 10px 0px 0px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url("/assets/images/toolImg/Icon_02.png"); }
.comments ul li .replycom2items .ritem .likenum.active {
color: #EC4040;
background-position: 0px -30px; }
.comments ul li .replycom2items .ritem p {
float: left;
margin: 2px 0px 0px 90px;
font-size: 12px;
color: #666666;
line-height: 18px;
min-width: 70%; }
.comments.loadmore {
padding: 0px 20px; }
.comments.loadmore a {
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: left;
background: #FFFFFF;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.comments.loadmore a:hover {
color: #EC4040; }
/*右侧部分*/
.rightarea {
width: 300px;
float: left;
margin: 0px 0px 0px 20px; }
.rightarea .submission {
height: 56px;
line-height: 56px;
width: 296px;
float: left;
border: 2px solid #FF638E;
text-align: center;
border-radius: 5px;
color: #FF638E;
font-size: 18px;
font-weight: 600;
cursor: pointer;
background: #FFFFFF url("/assets/images/toolImg/Icon_01.png") no-repeat 30px 10px; }
.rightarea .submission:hover {
border: 2px solid #FF638E;
color: #FFFFFF;
background: #FF638E url("/assets/images/toolImg/Icon_01.png") no-repeat 30px -30px; }
.rightarea .hottag {
width: 100%;
float: left;
padding: 0px 20px 20px 20px;
margin: 20px 0px 0px 0px;
background: #FFFFFF; }
.rightarea .hottag h2 {
height: 60px;
line-height: 60px;
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
color: #FF5184; }
.rightarea .hottag h2 a {
height: 60px;
line-height: 40px;
float: right;
color: #1D9DD1;
font-size: 16px;
font-weight: normal; }
.rightarea .hottag a, .rightarea .hottag span {
height: 30px;
line-height: 30px;
float: left;
padding: 0px 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 2px;
margin: 10px 10px 0px 0px; }
.rightarea .hottag a.t1, .rightarea .hottag span.t1 {
background: #FF5E5C; }
.rightarea .hottag a.t2, .rightarea .hottag span.t2 {
background: #FFBB50; }
.rightarea .hottag a.t3, .rightarea .hottag span.t3 {
background: #1AC756; }
.rightarea .hottag a.t4, .rightarea .hottag span.t4 {
background: #29B5FE; }
.rightarea .hottag a.t5, .rightarea .hottag span.t5 {
background: #4A4A4A; }
.rightarea .hottag a.t1:hover, .rightarea .hottag span.t1:hover {
background-color: #EC4040; }
/*投稿按钮*/
/*热门标签*/
.hottag a.t2:hover, .hottag a.t3:hover, .hottag a.t4:hover, .hottag a.t5:hover {
background-color: #EC4040; }
.rightarea .hottag a.more {
height: 40px;
line-height: 40px;
width: 100%;
float: left;
background: #FFFFFF;
border: 0px;
color: #EC4040; }
.rightarea .hottag a.more:hover {
text-decoration: underline; }
.rightarea .hotuser {
width: 100%;
float: left;
padding: 0px 20px 20px 20px;
margin: 20px 0px 0px 0px;
background: #FFFFFF; }
.rightarea .hotuser h2 {
height: 60px;
line-height: 60px;
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
color: #E5AA64; }
.rightarea .hotuser ul {
width: 100%;
float: left; }
.rightarea .hotuser ul li {
height: 70px;
width: 100%;
padding: 10px 0px;
border-bottom: 1px solid #EEEEEE; }
.rightarea .hotuser ul li:last-child {
border-bottom: 0px; }
.rightarea .hotuser ul li a:hover {
color: #EC4040; }
/*热门用户*/
.hotuser ul li a:hover > span .userdes {
color: #EC4040; }
.rightarea .hotuser ul li a {
height: 100%;
width: 100%;
float: left;
overflow: hidden;
cursor: pointer;
color: #1D9DD1; }
.rightarea .hotuser ul li a img {
height: 50px;
width: 50px;
border-radius: 50%;
float: left; }
.rightarea .hotuser ul li a span {
height: 50px;
width: 150px;
float: left;
overflow: hidden;
margin: 0px 0px 0px 20px; }
.rightarea .hotuser ul li a span .username {
height: 25px;
line-height: 25px;
float: left;
min-width: 51%;
font-weight: 600;
overflow: hidden; }
.rightarea .hotuser ul li a span .userdes {
height: 20px;
line-height: 20px;
float: left;
min-width: 51%;
color: #888888;
overflow: hidden; }
.rightarea .qrcode {
width: 260px;
float: left;
padding: 0px 20px 20px 20px;
margin: 20px 0px 0px 0px;
background: #FFFFFF; }
.rightarea .qrcode.fixed {
position: fixed;
top: 0px; }
.rightarea .qrcode h2 {
height: 60px;
line-height: 60px;
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
color: #FF3300; }
.rightarea .qrcode img {
height: 180px;
width: 180px;
float: left;
margin: 20px 0px 0px 40px; }
.rightarea .qrcode span {
height: 50px;
line-height: 50px;
float: left;
width: 100%;
text-align: center;
color: #888888;
font-weight: 600; }
/*关注我们*/
/*注册&登录*/
.reg {
width: 100%;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.reg .regcon {
width: 90%;
float: left;
padding: 20px 5%; }
.reg .regcon h1 {
height: 40px;
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.reg .regcon h1 a {
height: 40px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #777777; }
.reg .regcon h1 a.active, .reg .regcon h1 a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.reg .regcon ul {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.reg .regcon ul li {
width: 100%;
float: left;
min-height: 40px;
padding: 10px 0px; }
.reg .regcon ul li .regitem {
height: 40px;
width: 300px;
max-width: 300px;
float: left; }
.reg .regcon ul li .regitem .itemname {
height: 40px;
width: 100px;
float: left; }
.reg .regcon ul li .regitem .itemname span {
height: 100%;
line-height: 40px;
width: 100%;
float: left;
text-align: center;
overflow: hidden;
color: #FFFFFF;
font-size: 14px;
background-color: #FF638E; }
.reg .regcon ul li .regitem .itemval {
height: 38px;
margin: 0px 0px 0px 100px;
float: none;
border: 1px solid #E6E6E6; }
.reg .regcon ul li .regitem .itemval input[type='text'], .reg .regcon ul li .regitem .itemval input[type='password'] {
height: 20px;
width: 96%;
float: left;
overflow: hidden;
line-height: 20px;
color: #666666;
border: 0px;
padding: 9px 2%; }
.reg .regcon ul li .prompt {
line-height: 20px;
color: #888888;
float: left;
margin: 0px 0px 0px 10px;
padding: 10px 0px; }
.reg .regcon ul li .prompt.warning {
color: #EC4040; }
.reg .regcon ul li .rightbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
margin: 0px 0px 0px 10px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.reg .regcon ul li .rightbtn:hover {
background-color: #4AB2FF; }
.reg .regcon ul li .leftbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.reg .regcon ul li .leftbtn.pink {
background-color: #FF638E; }
.reg .regcon ul li .leftbtn.pink:hover {
background-color: #FF7DB6; }
.reg .regcon ul li .leftbtn:hover {
background-color: #4AB2FF; }
.reg .regcon ul li a {
height: 40px;
line-height: 40px;
float: left;
color: #666666;
text-align: center;
border-radius: 2px;
cursor: pointer;
padding: 0px 10px;
margin: 0px 0px 0px 10px; }
.reg .regcon ul li a:hover {
color: #FF638E; }
.reg .regcon ul li input[type='checkbox'] {
height: 20px;
width: 20px;
padding: 0px;
float: left;
cursor: pointer;
margin: 10px 0px 0px 0px; }
.reg .regcon ul li label {
height: 20px;
line-height: 20px;
float: left;
margin: 10px 0px 0px 5px;
cursor: pointer;
color: #666666; }
.reg .regcon ul li label:hover {
color: #FF638E; }
.reg .regcon ul li .userprotocol {
height: 20px;
padding: 0px 10px;
margin: 10px 0px 0px 10px;
float: left;
line-height: 20px;
color: #EC4040; }
/*粉色*/
/*会员中心*/
.userinfo {
width: 680px;
float: left; }
.userinfo .userinfocon {
width: 640px;
float: left;
background-color: #FFFFFF;
padding: 20px; }
.userinfo .userinfocon .userinfonav {
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.userinfo .userinfocon .userinfonav a {
height: 40px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #777777;
cursor: pointer; }
.userinfo .userinfocon .userinfonav a.active, .userinfo .userinfocon .userinfonav a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.userinfo .userinfocon .userartlist {
width: 100%;
float: left; }
.userinfo .userinfocon .userartlist li {
width: 100%;
float: left;
color: #777777;
border-bottom: 1px dotted #E2E2E2;
padding: 5px 0px; }
.userinfo .userinfocon .userartlist li.lihead {
width: 100%;
float: left;
padding: 20px 0px;
color: #1D9DD1; }
.userinfo .userinfocon .userartlist li:last-child {
border-bottom: 0px; }
.userinfo .userinfocon .userartlist li.lihead span {
line-height: 20px;
float: left;
width: 10%;
text-align: center;
overflow: hidden; }
.userinfo .userinfocon .userartlist li.lihead span.w5 {
width: 5%; }
.userinfo .userinfocon .userartlist li.lihead span.w10 {
width: 10%; }
.userinfo .userinfocon .userartlist li.lihead span.w20 {
width: 20%; }
.userinfo .userinfocon .userartlist li.lihead span.w45 {
width: 45%; }
.userinfo .userinfocon .userartlist li .spanval {
line-height: 20px;
float: left;
width: 10%;
text-align: center;
overflow: hidden;
padding: 10px 0px; }
.userinfo .userinfocon .userartlist li .spanval.w5 {
width: 5%; }
.userinfo .userinfocon .userartlist li .spanval.w10 {
width: 10%; }
.userinfo .userinfocon .userartlist li .spanval.w20 {
width: 20%; }
.userinfo .userinfocon .userartlist li .spanval.w45 {
width: 45%; }
.userinfo .userinfocon .userartlist li a {
line-height: 20px;
float: left;
width: 45%;
text-align: center;
overflow: hidden;
color: #777777;
cursor: pointer;
padding: 10px 0px; }
.userinfo .userinfocon .userartlist li a:hover {
color: #EC4040; }
.userinfo .userinfocon .userartlist li .spanbtn {
height: 30px;
line-height: 30px;
width: 10%;
float: left;
margin: 0px 0px 0px 10px;
background-color: #EC4040;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s;
margin: 5px 0px 0px 0px; }
.userinfo .userinfocon .userartlist li .spanbtn:hover {
background-color: #EC5858; }
.userinfo .userinfocon .usercommentlist {
width: 100%;
float: left; }
.userinfo .userinfocon .usercommentlist li {
width: 100%;
float: left;
padding: 10px 0px;
border-bottom: 1px dotted #E2E2E2; }
.userinfo .userinfocon .usercommentlist li:last-child {
border-bottom: 0px; }
.userinfo .userinfocon .usercommentlist li .commentinfo {
line-height: 20px;
font-size: 14px;
color: #1D9DD1;
padding: 10px 0px;
float: left;
min-width: 12%;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .usercommentlist li .commentinfo:hover {
color: #EC4040; }
.userinfo .userinfocon .usercommentlist li .commentinfo font {
color: #777777; }
.userinfo .userinfocon .usercommentlist li .commentinfo p {
text-indent: 20px;
padding: 5px 0px 0px 0px; }
.userinfo .userinfocon .usercommentlist li .commentinfo p.graycolor {
color: #555555; }
.userinfo .userinfocon .usercommentlist li .commentartinfo {
line-height: 20px;
color: #AAAAAA;
float: right;
width: 90%;
margin: 0px 2% 0px 0px;
padding: 10px 2%;
border: 1px solid #F2F2F2;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .usercommentlist li .commentartinfo:hover {
color: #EC4040; }
.userinfo .userinfocon .usercommentlist li .artstu {
height: 30px;
line-height: 30px;
color: #777777;
float: right;
margin: 10px 10px 0px 0px; }
.userinfo .userinfocon .usercommentlist li .artstu.warning {
color: #EC4040; }
.userinfo .userinfocon .usercommentlist li .deletebtn {
height: 30px;
line-height: 30px;
width: 80px;
float: right;
margin: 10px 2% 0px 0px;
background-color: #EC4040;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .usercommentlist li .deletebtn:hover {
background-color: #EC5050; }
.userinfo .loadmore {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.userinfo .loadmore a {
height: 60px;
line-height: 40px;
text-align: center;
cursor: pointer;
width: 100%;
float: none;
background: #FFFFFF;
color: #1D9DD1;
font-size: 14px;
font-weight: 600; }
.userinfo .loadmore a:hover {
color: #EC4040; }
.userinfo .userinfocon .userdataul {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.userinfo .userinfocon .userdataul li {
width: 100%;
float: left;
min-height: 40px;
padding: 5px 0px; }
.userinfo .userinfocon .userdataul li .userdataitem {
height: 40px;
width: 300px;
max-width: 300px;
float: left; }
.userinfo .userinfocon .userdataul li .userdataitem.h128 {
height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem.h80 {
height: 80px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname {
height: 40px;
width: 100px;
float: left; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname.h128 {
height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname.h80 {
height: 80px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname span {
height: 100%;
line-height: 40px;
width: 100%;
float: left;
text-align: center;
overflow: hidden;
color: #555555;
font-size: 14px;
font-weight: 600; }
.userinfo .userinfocon .userdataul li .userdataitem .itemname.h128 span {
line-height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval {
height: 38px;
margin: 0px 0px 0px 100px;
float: none;
border: 1px solid #E6E6E6; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h128 {
height: 128px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h80 {
height: 78px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h128 .uploadimgdiv {
height: 128px;
width: 128px;
float: left;
border-radius: 50%;
overflow: hidden;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.h128 .uploadimgdiv input[type='file'] {
filter: alpha(opacity=0);
opacity: 0;
float: left;
height: 100%;
width: 100%;
cursor: pointer; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.noborder {
height: 40px;
border: 0px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.noborder .itembtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
background-color: #FF638E;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .itembtn {
height: 38px;
line-height: 38px;
width: 50%;
float: left;
background-color: #FF638E;
color: #FFFFFF;
text-align: center;
border-radius: 0px 2px 2px 0px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval.noborder .itembtn:hover {
background-color: #FF7DB6; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval input[type='text'], .userinfo .userinfocon .userdataul li .userdataitem .itemval input[type='password'] {
height: 20px;
width: 96%;
float: left;
overflow: hidden;
line-height: 20px;
color: #666666;
border: 0px;
padding: 9px 2%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval input[type='text'].w46p {
width: 46%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval textarea {
height: 78px;
width: 96%;
float: left;
overflow: hidden;
line-height: 26px;
color: #666666;
border: 0px;
padding: 0px 2%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval textarea.colorgray {
color: #999999; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .noteditspan {
height: 100%;
width: 96%;
float: left;
overflow: hidden;
line-height: 40px;
color: #666666;
border: 0px;
padding: 0px 2%; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .noteditspan font {
cursor: pointer;
color: #EC4040;
padding: 0px 0px 0px 5px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .iradiobtn {
height: 30px;
line-height: 30px;
width: 60px;
float: left;
border: 2px solid #E2E2E2;
border-radius: 2px;
cursor: pointer;
text-align: center;
color: #888888;
margin: 5px 10px 0px 0px; }
.userinfo .userinfocon .userdataul li .userdataitem .itemval .iradiobtn.active {
background-color: #4AB2FF;
border: 2px solid #4AB2FF;
color: #FFFFFF; }
.userinfo .userinfocon .userdataul li .leftbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .prompt {
line-height: 20px;
color: #888888;
float: left;
margin: 0px 0px 0px 10px;
padding: 10px 0px; }
.userinfo .userinfocon .userdataul li .prompt.h128 {
padding: 44px 0px; }
.userinfo .userinfocon .userdataul li .prompt.warning {
color: #EC4040; }
.userinfo .userinfocon .userdataul li .rightbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: right;
margin: 0px 0px 0px 0px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.userinfo .userinfocon .userdataul li .rightbtn.right10px {
margin-right: 10px; }
.userinfo .userinfocon .userdataul li .rightbtn.right20px {
margin-right: 20px; }
.userinfo .userinfocon .userdataul li .rightbtn:hover {
background-color: #4AB2FF; }
/*会员中心-投稿*/
/*会员中心-评论&收藏*/
/*会员中心-我的资料*/
#editpwdDiv {
width: 100%;
float: left;
display: none; }
/*我要投稿*/
.submi {
width: 680px;
float: left;
overflow: hidden; }
.submi .submicon {
width: 640px;
float: left;
padding: 20px;
background-color: #FFFFFF; }
.submi .submicon .submiconnav {
width: 100%;
float: left;
border-bottom: 1px solid #E6E6E6; }
.submi .submicon .submiconnav a {
height: 40px;
padding: 0px 30px;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #777777;
cursor: pointer; }
.submi .submicon .submiconnav a.active, .submi .submicon .submiconnav a:hover {
border-bottom: 2px solid #FF638E;
color: #FF638E; }
.submi .submicon .submiul {
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.submi .submicon .submiul li {
width: 100%;
float: left;
overflow: hidden;
padding: 5px 0px; }
.submi .submicon .submiul li .itemname {
height: 50px;
width: 100px;
float: left; }
.submi .submicon .submiul li .itemname span {
height: 100%;
line-height: 50px;
width: 100%;
float: left;
text-align: right;
overflow: hidden;
font-size: 14px;
font-weight: 600;
color: #666666; }
.submi .submicon .submiul li .itemcon {
min-height: 50px;
margin: 0px 0px 0px 120px;
overflow: hidden; }
.submi .submicon .submiul li .itemcon input[type='text'] {
height: 48px;
line-height: 48px;
border: 1px solid #E2E2E2;
float: left;
width: 95%;
padding: 0px 2%;
font-size: 14px;
font-weight: 600;
color: #555555; }
.submi .submicon .submiul li .itemcon textarea {
height: 75px;
line-height: 25px;
padding: 10px 2%;
width: 95%;
border: 1px solid #E2E2E2;
font-size: 14px;
color: #555555; }
.submi .submicon .submiul li .itemcon textarea.colorgray {
color: #999999; }
.submi .submicon .submiul li .itemcon .subbtn {
height: 40px;
line-height: 40px;
width: 100px;
float: left;
margin: 5px 0px 0px 0px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.submi .submicon .submiul li .itemcon .subbtn.blue {
background-color: #1E9FFF; }
.submi .submicon .submiul li .itemcon .subbtn.blue:hover {
background-color: #4AB2FF; }
.submi .submicon .submiul li .itemcon .subbtn.left {
float: left; }
.submi .submicon .submiul li .itemcon .subbtn.left10px {
margin-left: 10px; }
.submi .submicon .submiul li .itemcon .subbtn.right {
float: right; }
.submi .submicon .submiul li .itemcon .subbtn.right.w100 {
width: 100px; }
.submi .submicon .submiul li .itemcon .subbtn.left10px {
margin-left: 10px; }
.submi .submicon .submiul li .itemcon .subbtn.pink {
background-color: #FF638E; }
.submi .submicon .submiul li .itemcon .subbtn.pink:hover {
background-color: #FF7DB6; }
.submi .submicon .submiul li .itemcon .coverimg {
height: 150px;
width: 200px;
float: left;
background: url("/assets/images/toolImg/Icon_imgupload128.png") no-repeat left center; }
.submi .submicon .submiul li .itemcon .coverimg.full {
background-size: 100% 100%; }
.submi .submicon .submiul li .itemcon .coverimg input[type='file'] {
filter: alpha(opacity=0);
opacity: 0;
float: left;
height: 100%;
width: 100%;
cursor: pointer; }
.submi .submicon .submiul li .itemcon .uploadartimgdiv {
height: 40px;
line-height: 40px;
width: 50px;
float: left;
margin: 5px 0px 0px 10px;
background: #1E9FFF url("/assets/images/toolImg/Icon_05.png") no-repeat center center;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.submi .submicon .submiul li .itemcon .uploadartimgdiv:hover {
background-color: #4AB2FF; }
.submi .submicon .submiul li .itemcon .uploadartimgdiv input[type='file'] {
filter: alpha(opacity=0);
opacity: 0;
float: left;
height: 100%;
width: 100%;
cursor: pointer; }
.submi #addtxtDiv {
height: 320px;
width: 98%;
float: left;
padding: 10px 1%;
display: none; }
.submi #addtxtDiv .btnok {
height: 40px;
line-height: 40px;
width: 80px;
float: right;
margin: 5px 0px 0px 0px;
background-color: #1E9FFF;
color: #FFFFFF;
text-align: center;
border-radius: 2px;
cursor: pointer;
transition: 0.2s; }
.submi #addtxtDiv .btnok:hover {
background-color: #4AB2FF; }
.submi .submicon .submiul li .itemcon .artopercon {
min-height: 50px;
width: 100%;
float: left;
overflow: hidden; }
.submi .submicon .submiul li .itemcon .articlecontent {
width: 100%;
float: left;
overflow: hidden; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem {
width: 100%;
float: left; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art {
width: 95%;
float: left;
padding: 10px 2%;
margin: 20px 0px 0px 0px;
border: 2px dotted #D1D1D1;
background-color: #E8E8E8; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .pdes {
line-height: 26px;
font-size: 14px;
width: 100%;
float: left;
text-indent: 30px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas {
height: 30px;
width: 100%;
float: left;
margin: 20px 0px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span {
height: 28px;
line-height: 26px;
width: 50px;
float: right;
text-align: center;
color: #FFFFFF;
font-size: 12px;
cursor: pointer;
border-radius: 4px;
margin: 0px 0px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span.edit {
background-color: #0099FF;
border: 1px solid #0088ff; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span.delete {
background-color: #EC4040;
border: 1px solid #EC3030;
margin: 0px 10px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .operas span.move {
background-color: #FF5500;
border: 1px solid #FF6600;
margin: 0px 10px 0px 0px; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .pimg {
width: 100%;
float: left;
text-align: center; }
.submi .submicon .submiul li .itemcon .articlecontent .artitem .art .pimg img {
max-width: 100%; }
/*粉色*/
/*添加文本弹出框*/
/*我要投稿-图文内容*/
/*我要投稿-预览*/
.detailview {
width: 90%;
float: left;
margin: 20px 0px 0px 0px;
padding: 0px 5%; }
.detailview.aligncenter {
text-align: center; }
.detailview h1 {
float: left;
line-height: 20px;
text-align: left;
font-size: 16px;
font-weight: 500;
color: #555555; }
.detailview h1.arttitle {
font-size: 18px;
font-weight: 600;
line-height: 24px; }
.detailview img {
max-width: 100%;
margin: 20px 0px 20px 0px; }
.detailview p {
line-height: 24px;
font-size: 16px;
color: #666666;
float: left;
width: 100%;
padding: 10px 0px;
text-align: left; }
.detailview p.top20 {
margin: 20px 0px 0px 0px; }
/*固定块*/
.toolbtn {
width: 40px;
position: fixed;
right: 20px;
bottom: 20px;
float: right;
padding: 10px 0px 0px 0px;
opacity: 0.6;
z-index: 99; }
.toolbtn li {
height: 40px;
width: 40px;
float: left;
margin: 0px 0px 10px 0px;
cursor: pointer; }
.toolbtn li a {
height: 100%;
width: 100%;
float: left; }
.toolbtn li.toup {
background: #000000 url("/assets/images/toolImg/Icon_06.png") no-repeat center center; }
.toolbtn li.close {
background: #000000 url("/assets/images/toolImg/Icon_07.png") no-repeat center center; }
.toolbtn li.toolsubmi {
background: #FF638E url("/assets/images/toolImg/Icon_08.png") no-repeat center center; }
.toolbtn li.toolcomm {
background: #000000 url("/assets/images/toolImg/Icon_15.png") no-repeat 0px 0px; }
.toolbtn li.toolcomm.opencomm {
background: #FF638E url("/assets/images/toolImg/Icon_15.png") no-repeat 0px -40px; }
/*display:none;*/
/*弹幕*/
.barragecon {
height: 0px;
width: 100%;
float: left;
position: fixed;
top: 140px; }
.barragecon.show {
display: block; }
.barrage {
height: 30px;
float: left;
position: fixed;
border-radius: 20px;
background-color: rgba(0, 0, 0, 0.7);
display: block;
overflow: hidden;
left: 5px;
transition: 0.5s;
z-index: 100; }
.barrage.b0 {
background-color: rgba(0, 0, 0, 0.7); }
.barrage.b1 {
background-color: rgba(236, 64, 64, 0.7); }
.barrage.b2 {
background-color: rgba(29, 157, 209, 0.7); }
.barrage.b3 {
background-color: rgba(255, 102, 0, 0.7); }
.barrage span {
height: 30px;
padding: 0px 10px 0px 0px;
float: left;
line-height: 30px;
color: #FFFFFF;
font-size: 14px;
overflow: hidden; }
.barrage span i {
height: 30px;
width: 30px;
float: left;
border-radius: 50%; }
.barrage span i.u {
margin: 0px 5px 0px 0px; }
.barrage span i.l {
margin: 5px 2px 0px 10px;
background: url("/assets/images/toolImg/Icon_14.png") no-repeat 0px 0px;
height: 20px;
width: 20px; }
.barrage font {
float: left;
height: 30px;
overflow: hidden; }
.barrage font.tl {
line-height: 34px;
color: #FF638E; }
/*底部信息*/
.bottominfo .bottomnav {
width: 90%;
text-align: center;
margin: 0px 0px 0px 5%; }
.bottominfo .bottomnav li {
display: inline-block;
float: none; }
.bottominfo .bottomnav li a {
height: 30px;
float: left;
padding: 0px 10px;
cursor: pointer;
color: #888888; }
.bottominfo .bottomnav li a:hover {
color: #FF638E; }
.bottominfo .icp {
line-height: 20px;
padding: 5px 0px;
width: 90%;
margin: 0px 0px 0px 5%;
float: left;
text-align: center;
color: #888888;
overflow: hidden; }
.bottominfo .address {
line-height: 20px;
padding: 5px 0px 30px 0px;
width: 90%;
margin: 0px 0px 0px 5%;
float: left;
text-align: center;
color: #888888; }
.bottominfo .firlink {
width: 90%;
text-align: center;
padding: 0px 0px 10px 0px; }
.bottominfo .firlink span {
color: #888888; }
.bottominfo .firlink a {
color: #888888;
cursor: pointer;
margin: 10px 10px 0px 0px; }
.bottominfo .firlink a:hover {
color: #FF638E; }
/*推荐、广告*/
.exdiv {
width: 680px;
float: left;
margin: 20px 0px 0px 0px; }
.exdiv .excondiv {
width: 640px;
padding: 20px;
float: left;
overflow: hidden;
background-color: #FFFFFF; }
.exdiv .excondiv h3 {
float: left;
line-height: 20px;
font-size: 14px;
color: #FF638E;
font-weight: 600; }
.exdiv .excondiv ul {
width: 100%;
float: left; }
.exdiv .excondiv ul li {
height: 200px;
width: 200px;
float: left;
overflow: hidden;
margin: 20px 0px 0px 0px;
box-shadow: 0px 0px 5px #CCCCCC; }
.exdiv .excondiv ul li:nth-child(3n+2), .exdiv .excondiv ul li:nth-child(3n+3) {
margin: 20px 0px 0px 20px; }
.exdiv .excondiv ul li a {
height: 100%;
width: 100%;
float: left;
overflow: hidden;
cursor: pointer; }
.exdiv .excondiv ul li a .cover {
height: 150px;
width: 100%;
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.exdiv .excondiv ul li a .title {
height: 40px;
line-height: 20px;
margin: 5px 0px 0px 0px;
float: left;
padding: 0px 5px;
overflow: hidden;
color: #666666; }
.exdiv .excondiv ul li a .des {
height: 20px;
line-height: 20px;
color: #999999;
display: none;
text-align: right; }
.exdiv .excondiv ul li a .des .red {
float: left;
font-style: normal;
color: #EC4040; } | 0.291485 | 0.058804 |
@import '../commons/index.css';
.spectrum-Checkbox {
display: inline-flex;
align-items: center;
position: relative;
height: var(--spectrum-checkbox-height);
max-width: 100%;
margin-right: calc(var(--spectrum-checkbox-cursor-hit-x) * 2);
vertical-align: top;
}
.spectrum-Checkbox-input {
/* Change the font styles in all browsers for input. */
font-family: inherit;
font-size: 100%;
line-height: 1.15;
/* Remove the margin for input in Firefox and Safari. */
margin: 0;
/* Show the overflow for input in Edge. */
overflow: visible;
/* Add the correct box sizing for [type="checkbox"] in IE 10-. */
box-sizing: border-box;
/* Remove the padding for [type="checkbox"] in IE 10-. */
padding: 0;
/* Hit area */
position: absolute;
top: 0;
left: calc(var(--spectrum-checkbox-cursor-hit-x) * -1);
width: calc(100% + var(--spectrum-checkbox-cursor-hit-x) * 2);;
height: 100%;
opacity: .0001;
z-index: 1;
cursor: pointer;
&:disabled {
cursor: default;
}
&:checked + .spectrum-Checkbox-box {
border-width: calc(var(--spectrum-checkbox-box-size) / 2);
.spectrum-Checkbox-checkmark {
transform: scale(1);
opacity: 1;
}
}
}
.spectrum-Checkbox.is-indeterminate {
.spectrum-Checkbox-box,
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
border-width: calc(var(--spectrum-checkbox-box-size) / 2);
.spectrum-Checkbox-checkmark {
display: none;
}
.spectrum-Checkbox-partialCheckmark {
display: block;
transform: scale(1);
opacity: 1;
}
}
}
.spectrum-Checkbox-label {
margin-left: var(--spectrum-checkbox-text-gap);
font-size: var(--spectrum-checkbox-text-size);
font-weight: var(--spectrum-checkbox-text-font-weight);
transition: color var(--spectrum-global-animation-duration-100) ease-in-out;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.spectrum-Checkbox-box {
position: relative;
box-sizing: border-box;
width: var(--spectrum-checkbox-box-size);
height: var(--spectrum-checkbox-box-size);
flex-grow: 0;
flex-shrink: 0;
border-radius: var(--spectrum-checkbox-box-border-radius);
border-width: var(--spectrum-checkbox-box-border-size);
border-style: solid;
transition: border var(--spectrum-global-animation-duration-100) ease-in-out, box-shadow var(--spectrum-global-animation-duration-100) ease-in-out;
}
.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
position: absolute;
top: 50%;
left: 50%;
margin-top: calc(var(--spectrum-icon-checkmark-small-height) / -2);
margin-left: calc(var(--spectrum-icon-checkmark-small-width) / -2);
opacity: 0;
transform: scale(0);
transition: opacity var(--spectrum-global-animation-duration-100) ease-in-out, transform var(--spectrum-global-animation-duration-100) ease-in-out;
}
.spectrum-Checkbox-partialCheckmark {
display: none;
} | src/checkbox/index.css | @import '../commons/index.css';
.spectrum-Checkbox {
display: inline-flex;
align-items: center;
position: relative;
height: var(--spectrum-checkbox-height);
max-width: 100%;
margin-right: calc(var(--spectrum-checkbox-cursor-hit-x) * 2);
vertical-align: top;
}
.spectrum-Checkbox-input {
/* Change the font styles in all browsers for input. */
font-family: inherit;
font-size: 100%;
line-height: 1.15;
/* Remove the margin for input in Firefox and Safari. */
margin: 0;
/* Show the overflow for input in Edge. */
overflow: visible;
/* Add the correct box sizing for [type="checkbox"] in IE 10-. */
box-sizing: border-box;
/* Remove the padding for [type="checkbox"] in IE 10-. */
padding: 0;
/* Hit area */
position: absolute;
top: 0;
left: calc(var(--spectrum-checkbox-cursor-hit-x) * -1);
width: calc(100% + var(--spectrum-checkbox-cursor-hit-x) * 2);;
height: 100%;
opacity: .0001;
z-index: 1;
cursor: pointer;
&:disabled {
cursor: default;
}
&:checked + .spectrum-Checkbox-box {
border-width: calc(var(--spectrum-checkbox-box-size) / 2);
.spectrum-Checkbox-checkmark {
transform: scale(1);
opacity: 1;
}
}
}
.spectrum-Checkbox.is-indeterminate {
.spectrum-Checkbox-box,
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
border-width: calc(var(--spectrum-checkbox-box-size) / 2);
.spectrum-Checkbox-checkmark {
display: none;
}
.spectrum-Checkbox-partialCheckmark {
display: block;
transform: scale(1);
opacity: 1;
}
}
}
.spectrum-Checkbox-label {
margin-left: var(--spectrum-checkbox-text-gap);
font-size: var(--spectrum-checkbox-text-size);
font-weight: var(--spectrum-checkbox-text-font-weight);
transition: color var(--spectrum-global-animation-duration-100) ease-in-out;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.spectrum-Checkbox-box {
position: relative;
box-sizing: border-box;
width: var(--spectrum-checkbox-box-size);
height: var(--spectrum-checkbox-box-size);
flex-grow: 0;
flex-shrink: 0;
border-radius: var(--spectrum-checkbox-box-border-radius);
border-width: var(--spectrum-checkbox-box-border-size);
border-style: solid;
transition: border var(--spectrum-global-animation-duration-100) ease-in-out, box-shadow var(--spectrum-global-animation-duration-100) ease-in-out;
}
.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
position: absolute;
top: 50%;
left: 50%;
margin-top: calc(var(--spectrum-icon-checkmark-small-height) / -2);
margin-left: calc(var(--spectrum-icon-checkmark-small-width) / -2);
opacity: 0;
transform: scale(0);
transition: opacity var(--spectrum-global-animation-duration-100) ease-in-out, transform var(--spectrum-global-animation-duration-100) ease-in-out;
}
.spectrum-Checkbox-partialCheckmark {
display: none;
} | 0.543106 | 0.09401 |
body{
margin: 0px;
padding: 0px;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.paragraph #desc{
font-family: bebas-kai,sans-serif;
font-size: 60px;
font-weight: bold;
padding-top: 50px;
padding-bottom: -50px;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
.paragraph #madeBy{
font-family: bebas-kai,sans-serif;
font-size: 20px;
margin-top: -40px;
font-weight: bold;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
.container{
width: 100%;
height: 100vh;
background-color: #a4152c;
display: flex;
justify-content: center;
align-items: center;
}
.box{
width: 350px;
height: 500px;
background-color: #1e1e26;
border: 10px;
box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.5);
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
margin: 20px 10px;
}
.model{
height: 350px;
max-height: 100%;
max-width: 100%;
}
.details{
display: flex;
flex-direction: column;
align-items: center;
width: 300px;
height: auto;
}
.details p{
font-family: calibri;
font-weight: bold;
color:#6a6a74;
text-align: center;
margin-top: 20px;
}
.category{
color:white;
font-weight: bold;
letter-spacing: 2px;
font-size: 25px;
font-family: bebas-kai, sans-serif;
font-style: normal;
}
.logo{
height: 60px;
}
.box:hover{
background-color: #17171d;
transform-style: preserve-3d;
transform: scale(1.02);
transition: all ease 0.3s;
}
.box:hover category{
color: #c0292b;
transition: all ease 0.5s;
}
.container .cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
}
#container .item-a { width:360px; }
/* responsive for mobile phones */
@media(max-width: 720px) {
.box{
width: 94%;
height: 500px;
}
.model{
height: 250px;
}
.details p{
font-size: 16px;
width: 250px;
}
}
@media(max-width: 320px) {
#container .item-a { width:320px; }
}
@media(max-width: 375px) {
#container .item-a { width:320px; }
} | css/index.css | body{
margin: 0px;
padding: 0px;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.paragraph #desc{
font-family: bebas-kai,sans-serif;
font-size: 60px;
font-weight: bold;
padding-top: 50px;
padding-bottom: -50px;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
.paragraph #madeBy{
font-family: bebas-kai,sans-serif;
font-size: 20px;
margin-top: -40px;
font-weight: bold;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
.container{
width: 100%;
height: 100vh;
background-color: #a4152c;
display: flex;
justify-content: center;
align-items: center;
}
.box{
width: 350px;
height: 500px;
background-color: #1e1e26;
border: 10px;
box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.5);
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
margin: 20px 10px;
}
.model{
height: 350px;
max-height: 100%;
max-width: 100%;
}
.details{
display: flex;
flex-direction: column;
align-items: center;
width: 300px;
height: auto;
}
.details p{
font-family: calibri;
font-weight: bold;
color:#6a6a74;
text-align: center;
margin-top: 20px;
}
.category{
color:white;
font-weight: bold;
letter-spacing: 2px;
font-size: 25px;
font-family: bebas-kai, sans-serif;
font-style: normal;
}
.logo{
height: 60px;
}
.box:hover{
background-color: #17171d;
transform-style: preserve-3d;
transform: scale(1.02);
transition: all ease 0.3s;
}
.box:hover category{
color: #c0292b;
transition: all ease 0.5s;
}
.container .cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
}
#container .item-a { width:360px; }
/* responsive for mobile phones */
@media(max-width: 720px) {
.box{
width: 94%;
height: 500px;
}
.model{
height: 250px;
}
.details p{
font-size: 16px;
width: 250px;
}
}
@media(max-width: 320px) {
#container .item-a { width:320px; }
}
@media(max-width: 375px) {
#container .item-a { width:320px; }
} | 0.392803 | 0.088072 |
:root {
--znai-color-blue: rgb(41, 139, 231);
--znai-color-green: #59a65a;
--znai-color-yellow: #f0ad4e;
--znai-color-red: #d9534f;
--znai-color-black: #383838;
--znai-background-color: #fff;
--znai-zoom-overlay-background-color: rgba(150, 150, 150, 0.5);
--znai-zoom-container-border: 1px #000 solid;
/*
single column render width to keep content centered
it changes its value for mobile and when other content is nested
*/
--znai-single-column-render-width: 900px;
--znai-single-column-partial-render-width: 600px;
/*
should always be in pixels
use to calculate e.g. percent based width in tables
and auto fit of images
*/
--znai-single-column-full-width: 900px;
--znai-regular-text-size: 16px;
--znai-smaller-text-size: 14px;
--znai-small-meta-text-size: 12px;
--znai-regular-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
--znai-inlined-code-text-size: 14px;
--znai-inlined-code-background-color: #efeff1;
--znai-inlined-code-text-color: var(--znai-color-black);
--znai-code-text-size: 13px;
--znai-code-font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
--znai-kbd-background-color: var(--znai-inlined-code-background-color);
--znai-kbd-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
--znai-light-black: #666;
--znai-brand-primary-color: var(--znai-color-blue);
--znai-link-color: var(--znai-brand-primary-color);
--znai-link-decoration: underline;
--znai-heading-api-color: #245d74;
--znai-heading-api-background-color: #e6e6f7;
--znai-rest-link-color: #7287b3;
--znai-important-attention: #c52912;
--znai-meta-color: #888;
--znai-regular-text-color: var(--znai-color-black);
--znai-regular-text-light-color: var(--znai-light-black);
--znai-blockquote-border-color: #dedede;
--zani-blockquote-background-color: #f4f6f5;
--znai-space-above-next-prev-navigation: 150px;
--znai-space-below-next-prev-navigation: 100px;
--znai-space-left-next-prev-navigation: 50px;
--znai-space-right-next-prev-navigation: 50px;
--znai-single-side-horizontal-min-spacing: 20px;
--znai-two-sides-horizontal-spacing: 40px;
--znai-toc-title-color: #152935;
--znai-toc-title-background-color: #f8fafc;
--znai-toc-panel-width: 280px;
--znai-toc-panel-background-color: #f8fafc;
--znai-toc-panel-border-color: #e9e9e9;
--znai-toc-selected-text-color: var(--znai-brand-primary-color);
--znai-toc-selected-border-color: var(--znai-brand-primary-color);
--znai-toc-chapter-title-color: #5a6872;
--znai-toc-page-title-color: #152935;
--znai-toc-page-section-color: #15293575;
--znai-toc-panel-icon-color: #798186;
--znai-toc-panel-icon-color-active: #e7c121;
--znai-toc-panel-scrollbar-color: var(--znai-toc-panel-border-color);
--znai-scrollbar-background-color: #EEE;
--znai-scrollbar-thumb-color: #999;
--znai-presentation-title-background-color: var(--znai-toc-title-background-color);
--znai-presentation-title-color: var(--znai-toc-chapter-title-color);
--znai-presentation-slide-info-background-color: var(--znai-toc-title-background-color);
--znai-presentation-slide-info-color: var(--znai-toc-title-color);
--znai-presentation-slide-note-background-color: var(--znai-toc-title-background-color);
--znai-presentation-slide-note-color: var(--znai-toc-title-color);
--znai-presentation-border-color: var(--znai-toc-panel-border-color);
--znai-presentation-title-divider: #999;
--znai-section-title-color: var(--znai-color-black);
--znai-section-h2-color: var(--znai-color-black);
--znai-section-h3-color: var(--znai-color-black);
--znai-section-h4-color: var(--znai-color-black);
--znai-section-h5-color: #5a6872;
--znai-section-h6-color: #5a6872;
--znai-footer-color: #818a8f;
--znai-footer-background-color: #f5f6f7;
--znai-search-box-text-color: #777;
--znai-search-box-background-color: #eee;
--znai-search-overlay-background-color: rgba(150, 150, 150, 0.5);
--znai-search-border-color: var(--znai-toc-panel-border-color);
--znai-search-toc-panel-background-color: var(--znai-toc-panel-background-color);
--znai-search-toc-panel-scrollbar-color: var(--znai-search-border-color);
--znai-search-toc-selected-background-color: var(--znai-brand-primary-color);
--znai-search-toc-page-title-color: var(--znai-toc-chapter-title-color);
--znai-search-toc-page-section-color: var(--znai-regular-text-color);
--znai-search-toc-selected-page-title-color: #fff;
--znai-search-toc-selected-page-section-color: #fff;
--znai-search-preview-panel-scrollbar-color: var(--znai-search-border-color);
--znai-search-preview-result-highlight-background-color: #ddeeaa;
--znai-search-preview-result-highlight-color: #444;
--znai-search-popup-input-box-background-color: #fff;
--znai-search-popup-input-box-color: var(--znai-regular-text-color);
--znai-landing-border-color: #ddd;
--znai-landing-category-color: var(--znai-brand-primary-color);
--znai-landing-card-title-border-color: #eee;
--znai-landing-card-shadow-color: #d4d4d5;
--znai-landing-card-text-color: var(--znai-regular-text-light-color);
--znai-landing-input-background-color: #fff;
--znai-landing-input-placeholder-color: #bbb;
--znai-snippets-background-color: #f8fafc;
--znai-snippets-outer-border-color: #ddd;
--znai-snippets-inner-border-color: #f3f3f3;
--znai-snippets-bullet-color: #eee;
--znai-snippets-bullet-background-color: var(--znai-brand-primary-color);
--znai-snippets-title-color: #555;
--znai-snippets-title-background-color: #efeff1;
--znai-snippets-title-left-border-color: var(--znai-light-black);
--znai-snippets-reference-border-color: var(--znai-light-black);
--znai-snippets-reference-background-color: rgb(234, 237, 242);
--znai-snippets-space-above: 25px;
--znai-snippets-space-below: 25px;
--znai-snippets-explanation-background-color: #efefef;
--znai-snippets-line-highlighted-background-color: rgba(41, 139, 231, .2);
--znai-token-title-color: #383b3f;
--znai-token-highlight-background-color: var(--znai-snippets-line-highlighted-background-color);
--znai-cli-command-color: #383b3f;
--znai-cli-command-param-highlight-color: #660e7a;
--znai-spoiler-border-color: var(--znai-snippets-outer-border-color);
--znai-spoiler-title-color: var(--znai-link-color);
--znai-spoiler-background-color: var(--znai-snippets-title-background-color);
--znai-attention-note-color: var(--znai-color-blue);
--znai-attention-note-background-color: rgba(41, 139, 231, .1);
--znai-attention-warning-color: var(--znai-color-yellow);
--znai-attention-warning-background-color: #f0ac4e15;
--znai-attention-dont-color: var(--znai-color-red);
--znai-attention-dont-background-color: #d9544f18;
--znai-attention-question-color: var(--znai-color-green);
--znai-attention-question-background-color: #59a65a15;
--znai-text-badge-background-color: #0367c5;
--znai-text-badge-text-color: #eee;
--znai-table-body-background-color: #fff;
--znai-table-header-background-color: #f8fafc;
--znai-table-border-color: rgba(34, 36, 38, .1);
--znai-table-title-color: var(--znai-snippets-title-color);
--znai-table-title-background-color: #e0e2e1;
--znai-api-key-color: #527d8f;
--znai-api-description-color: var(--znai-regular-text-color);
--znai-api-title-color: var(--znai-snippets-title-color);
--znai-api-title-background-color: var(--znai-snippets-title-background-color);
--znai-api-param-max-width: 225px;
--znai-open-api-method-color: var(--znai-light-black);
--znai-open-api-path-color: var(--znai-light-black);
--znai-open-api-path-param-color: #292b2a;
--znai-open-api-sub-header-color: var(--znai-light-black);
--znai-default-code-block-color: var(--znai-color-black);
--znai-code-class-color: #3d3d3f;
--znai-code-function-color: #a66f2b;
--znai-code-keyword-color: #038091;
--znai-code-directive-color: #038091;
--znai-code-number-color: #2822ad;
--znai-code-boolean-color: var(--znai-code-number-color);
--znai-code-string-color: #078744;
--znai-code-property-color: #660e7a;
--znai-code-punctuation-color: #888;
--znai-code-coord-color: var(--znai-code-punctuation-color);
--znai-code-diff-color: #038091;
--znai-code-inserted-color: #078744;
--znai-code-deleted-color: #d9534f;
--znai-collapse-uncollapse-color: var(--znai-code-punctuation-color);
--znai-collapse-uncollapse-background-color: var(--znai-snippets-title-background-color);
--znai-ansi-black: #222;
--znai-ansi-red: #d9534f;
--znai-ansi-green: #078744;
--znai-ansi-yellow: #a66f2b;
--znai-ansi-blue: #2822ad;
--znai-ansi-magenta: #660e7a;
--znai-ansi-cyan: #038091;
--znai-ansi-white: #ccc;
--znai-inversed-text-color: #bbbbbb;
--znai-inversed-background-color: #282f34;
--znai-horizontal-rule-color: #eee;
--znai-annotated-image-background-color: rgba(41, 139, 231, .6);
--znai-image-border-color: var(--znai-toc-panel-border-color);
--znai-image-annotation-badge-fill-color: #333;
--znai-image-annotation-badge-line-color: #444;
--znai-image-annotation-badge-text-color: #eee;
--znai-image-annotation-badge-inverted-fill-color: #fff;
--znai-image-annotation-badge-inverted-line-color: #ccc;
--znai-image-annotation-badge-inverted-text-color: #333;
--znai-image-annotation-badge-line-width: 2;
--znai-image-annotation-badge-font-size: 12px;
--znai-diagram-node-shadow-color: #e6e6e6;
--znai-diagram-a-line: #AA8E39;
--znai-diagram-a-fill: #FFEAAA;
--znai-diagram-a-text: #806515;
--znai-diagram-a-text-inverse: #AA8E39;
--znai-diagram-b-line: #123752;
--znai-diagram-b-fill: #708EA4;
--znai-diagram-b-text: #eeeeee;
--znai-diagram-b-text-inverse: #538bb3;
--znai-diagram-c-line: #409318;
--znai-diagram-c-fill: #c8e4a8;
--znai-diagram-c-text: #1e231e;
--znai-diagram-c-text-inverse: #4d2b5c;
--znai-diagram-d-line: #4d2b5c;
--znai-diagram-d-fill: #8364b6;
--znai-diagram-d-text: #ede2f1;
--znai-diagram-d-text-inverse: #4d2b5c;
--znai-diagram-h-line: #888;
--znai-diagram-h-fill: #fff;
--znai-diagram-h-text: #888;
--znai-diagram-h-text-inverse: #888;
}
body {
font-family: var(--znai-regular-font-family);
color: var(--znai-regular-text-color);
background: var(--znai-background-color);
line-height: 1.42857143;
}
* {
box-sizing: border-box;
}
.emphasis {
font-style: italic;
}
.strong-emphasis {
font-weight: bold;
}
.content-block {
max-width: var(--znai-single-column-render-width);
margin-left: auto;
margin-right: auto;
}
.wide-screen {
display: flex;
align-items: center;
margin-left: calc(-1 * var(--znai-single-side-horizontal-min-spacing));
margin-right: calc(-1 * var(--znai-single-side-horizontal-min-spacing));
}
hr {
border: none;
border-top: 1px solid var(--znai-horizontal-rule-color);
} | znai-reactjs/src/App.css | :root {
--znai-color-blue: rgb(41, 139, 231);
--znai-color-green: #59a65a;
--znai-color-yellow: #f0ad4e;
--znai-color-red: #d9534f;
--znai-color-black: #383838;
--znai-background-color: #fff;
--znai-zoom-overlay-background-color: rgba(150, 150, 150, 0.5);
--znai-zoom-container-border: 1px #000 solid;
/*
single column render width to keep content centered
it changes its value for mobile and when other content is nested
*/
--znai-single-column-render-width: 900px;
--znai-single-column-partial-render-width: 600px;
/*
should always be in pixels
use to calculate e.g. percent based width in tables
and auto fit of images
*/
--znai-single-column-full-width: 900px;
--znai-regular-text-size: 16px;
--znai-smaller-text-size: 14px;
--znai-small-meta-text-size: 12px;
--znai-regular-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
--znai-inlined-code-text-size: 14px;
--znai-inlined-code-background-color: #efeff1;
--znai-inlined-code-text-color: var(--znai-color-black);
--znai-code-text-size: 13px;
--znai-code-font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
--znai-kbd-background-color: var(--znai-inlined-code-background-color);
--znai-kbd-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
--znai-light-black: #666;
--znai-brand-primary-color: var(--znai-color-blue);
--znai-link-color: var(--znai-brand-primary-color);
--znai-link-decoration: underline;
--znai-heading-api-color: #245d74;
--znai-heading-api-background-color: #e6e6f7;
--znai-rest-link-color: #7287b3;
--znai-important-attention: #c52912;
--znai-meta-color: #888;
--znai-regular-text-color: var(--znai-color-black);
--znai-regular-text-light-color: var(--znai-light-black);
--znai-blockquote-border-color: #dedede;
--zani-blockquote-background-color: #f4f6f5;
--znai-space-above-next-prev-navigation: 150px;
--znai-space-below-next-prev-navigation: 100px;
--znai-space-left-next-prev-navigation: 50px;
--znai-space-right-next-prev-navigation: 50px;
--znai-single-side-horizontal-min-spacing: 20px;
--znai-two-sides-horizontal-spacing: 40px;
--znai-toc-title-color: #152935;
--znai-toc-title-background-color: #f8fafc;
--znai-toc-panel-width: 280px;
--znai-toc-panel-background-color: #f8fafc;
--znai-toc-panel-border-color: #e9e9e9;
--znai-toc-selected-text-color: var(--znai-brand-primary-color);
--znai-toc-selected-border-color: var(--znai-brand-primary-color);
--znai-toc-chapter-title-color: #5a6872;
--znai-toc-page-title-color: #152935;
--znai-toc-page-section-color: #15293575;
--znai-toc-panel-icon-color: #798186;
--znai-toc-panel-icon-color-active: #e7c121;
--znai-toc-panel-scrollbar-color: var(--znai-toc-panel-border-color);
--znai-scrollbar-background-color: #EEE;
--znai-scrollbar-thumb-color: #999;
--znai-presentation-title-background-color: var(--znai-toc-title-background-color);
--znai-presentation-title-color: var(--znai-toc-chapter-title-color);
--znai-presentation-slide-info-background-color: var(--znai-toc-title-background-color);
--znai-presentation-slide-info-color: var(--znai-toc-title-color);
--znai-presentation-slide-note-background-color: var(--znai-toc-title-background-color);
--znai-presentation-slide-note-color: var(--znai-toc-title-color);
--znai-presentation-border-color: var(--znai-toc-panel-border-color);
--znai-presentation-title-divider: #999;
--znai-section-title-color: var(--znai-color-black);
--znai-section-h2-color: var(--znai-color-black);
--znai-section-h3-color: var(--znai-color-black);
--znai-section-h4-color: var(--znai-color-black);
--znai-section-h5-color: #5a6872;
--znai-section-h6-color: #5a6872;
--znai-footer-color: #818a8f;
--znai-footer-background-color: #f5f6f7;
--znai-search-box-text-color: #777;
--znai-search-box-background-color: #eee;
--znai-search-overlay-background-color: rgba(150, 150, 150, 0.5);
--znai-search-border-color: var(--znai-toc-panel-border-color);
--znai-search-toc-panel-background-color: var(--znai-toc-panel-background-color);
--znai-search-toc-panel-scrollbar-color: var(--znai-search-border-color);
--znai-search-toc-selected-background-color: var(--znai-brand-primary-color);
--znai-search-toc-page-title-color: var(--znai-toc-chapter-title-color);
--znai-search-toc-page-section-color: var(--znai-regular-text-color);
--znai-search-toc-selected-page-title-color: #fff;
--znai-search-toc-selected-page-section-color: #fff;
--znai-search-preview-panel-scrollbar-color: var(--znai-search-border-color);
--znai-search-preview-result-highlight-background-color: #ddeeaa;
--znai-search-preview-result-highlight-color: #444;
--znai-search-popup-input-box-background-color: #fff;
--znai-search-popup-input-box-color: var(--znai-regular-text-color);
--znai-landing-border-color: #ddd;
--znai-landing-category-color: var(--znai-brand-primary-color);
--znai-landing-card-title-border-color: #eee;
--znai-landing-card-shadow-color: #d4d4d5;
--znai-landing-card-text-color: var(--znai-regular-text-light-color);
--znai-landing-input-background-color: #fff;
--znai-landing-input-placeholder-color: #bbb;
--znai-snippets-background-color: #f8fafc;
--znai-snippets-outer-border-color: #ddd;
--znai-snippets-inner-border-color: #f3f3f3;
--znai-snippets-bullet-color: #eee;
--znai-snippets-bullet-background-color: var(--znai-brand-primary-color);
--znai-snippets-title-color: #555;
--znai-snippets-title-background-color: #efeff1;
--znai-snippets-title-left-border-color: var(--znai-light-black);
--znai-snippets-reference-border-color: var(--znai-light-black);
--znai-snippets-reference-background-color: rgb(234, 237, 242);
--znai-snippets-space-above: 25px;
--znai-snippets-space-below: 25px;
--znai-snippets-explanation-background-color: #efefef;
--znai-snippets-line-highlighted-background-color: rgba(41, 139, 231, .2);
--znai-token-title-color: #383b3f;
--znai-token-highlight-background-color: var(--znai-snippets-line-highlighted-background-color);
--znai-cli-command-color: #383b3f;
--znai-cli-command-param-highlight-color: #660e7a;
--znai-spoiler-border-color: var(--znai-snippets-outer-border-color);
--znai-spoiler-title-color: var(--znai-link-color);
--znai-spoiler-background-color: var(--znai-snippets-title-background-color);
--znai-attention-note-color: var(--znai-color-blue);
--znai-attention-note-background-color: rgba(41, 139, 231, .1);
--znai-attention-warning-color: var(--znai-color-yellow);
--znai-attention-warning-background-color: #f0ac4e15;
--znai-attention-dont-color: var(--znai-color-red);
--znai-attention-dont-background-color: #d9544f18;
--znai-attention-question-color: var(--znai-color-green);
--znai-attention-question-background-color: #59a65a15;
--znai-text-badge-background-color: #0367c5;
--znai-text-badge-text-color: #eee;
--znai-table-body-background-color: #fff;
--znai-table-header-background-color: #f8fafc;
--znai-table-border-color: rgba(34, 36, 38, .1);
--znai-table-title-color: var(--znai-snippets-title-color);
--znai-table-title-background-color: #e0e2e1;
--znai-api-key-color: #527d8f;
--znai-api-description-color: var(--znai-regular-text-color);
--znai-api-title-color: var(--znai-snippets-title-color);
--znai-api-title-background-color: var(--znai-snippets-title-background-color);
--znai-api-param-max-width: 225px;
--znai-open-api-method-color: var(--znai-light-black);
--znai-open-api-path-color: var(--znai-light-black);
--znai-open-api-path-param-color: #292b2a;
--znai-open-api-sub-header-color: var(--znai-light-black);
--znai-default-code-block-color: var(--znai-color-black);
--znai-code-class-color: #3d3d3f;
--znai-code-function-color: #a66f2b;
--znai-code-keyword-color: #038091;
--znai-code-directive-color: #038091;
--znai-code-number-color: #2822ad;
--znai-code-boolean-color: var(--znai-code-number-color);
--znai-code-string-color: #078744;
--znai-code-property-color: #660e7a;
--znai-code-punctuation-color: #888;
--znai-code-coord-color: var(--znai-code-punctuation-color);
--znai-code-diff-color: #038091;
--znai-code-inserted-color: #078744;
--znai-code-deleted-color: #d9534f;
--znai-collapse-uncollapse-color: var(--znai-code-punctuation-color);
--znai-collapse-uncollapse-background-color: var(--znai-snippets-title-background-color);
--znai-ansi-black: #222;
--znai-ansi-red: #d9534f;
--znai-ansi-green: #078744;
--znai-ansi-yellow: #a66f2b;
--znai-ansi-blue: #2822ad;
--znai-ansi-magenta: #660e7a;
--znai-ansi-cyan: #038091;
--znai-ansi-white: #ccc;
--znai-inversed-text-color: #bbbbbb;
--znai-inversed-background-color: #282f34;
--znai-horizontal-rule-color: #eee;
--znai-annotated-image-background-color: rgba(41, 139, 231, .6);
--znai-image-border-color: var(--znai-toc-panel-border-color);
--znai-image-annotation-badge-fill-color: #333;
--znai-image-annotation-badge-line-color: #444;
--znai-image-annotation-badge-text-color: #eee;
--znai-image-annotation-badge-inverted-fill-color: #fff;
--znai-image-annotation-badge-inverted-line-color: #ccc;
--znai-image-annotation-badge-inverted-text-color: #333;
--znai-image-annotation-badge-line-width: 2;
--znai-image-annotation-badge-font-size: 12px;
--znai-diagram-node-shadow-color: #e6e6e6;
--znai-diagram-a-line: #AA8E39;
--znai-diagram-a-fill: #FFEAAA;
--znai-diagram-a-text: #806515;
--znai-diagram-a-text-inverse: #AA8E39;
--znai-diagram-b-line: #123752;
--znai-diagram-b-fill: #708EA4;
--znai-diagram-b-text: #eeeeee;
--znai-diagram-b-text-inverse: #538bb3;
--znai-diagram-c-line: #409318;
--znai-diagram-c-fill: #c8e4a8;
--znai-diagram-c-text: #1e231e;
--znai-diagram-c-text-inverse: #4d2b5c;
--znai-diagram-d-line: #4d2b5c;
--znai-diagram-d-fill: #8364b6;
--znai-diagram-d-text: #ede2f1;
--znai-diagram-d-text-inverse: #4d2b5c;
--znai-diagram-h-line: #888;
--znai-diagram-h-fill: #fff;
--znai-diagram-h-text: #888;
--znai-diagram-h-text-inverse: #888;
}
body {
font-family: var(--znai-regular-font-family);
color: var(--znai-regular-text-color);
background: var(--znai-background-color);
line-height: 1.42857143;
}
* {
box-sizing: border-box;
}
.emphasis {
font-style: italic;
}
.strong-emphasis {
font-weight: bold;
}
.content-block {
max-width: var(--znai-single-column-render-width);
margin-left: auto;
margin-right: auto;
}
.wide-screen {
display: flex;
align-items: center;
margin-left: calc(-1 * var(--znai-single-side-horizontal-min-spacing));
margin-right: calc(-1 * var(--znai-single-side-horizontal-min-spacing));
}
hr {
border: none;
border-top: 1px solid var(--znai-horizontal-rule-color);
} | 0.480966 | 0.279294 |
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@-webkit-keyframes moveCircle {
0% {
background-color: #56008E;
}
50% {
background-color: transparent;
left: -2rem;
}
100% {
background-color: #56008E;
left: 2rem;
}
}
@keyframes moveCircle {
0% {
background-color: #56008E;
}
50% {
background-color: transparent;
left: -2rem;
}
100% {
background-color: #56008E;
left: 2rem;
}
}
@-webkit-keyframes moveShadow {
20% {
-webkit-box-shadow: #999999 0.1rem 0.1rem 1rem;
box-shadow: #999999 0.1rem 0.1rem 1rem;
}
100% {
-webkit-box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
}
}
@keyframes moveShadow {
20% {
-webkit-box-shadow: #999999 0.1rem 0.1rem 1rem;
box-shadow: #999999 0.1rem 0.1rem 1rem;
}
100% {
-webkit-box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
}
}
.shadow-white {
-webkit-box-shadow: #999999 0.1rem 0.1rem 1rem;
box-shadow: #999999 0.1rem 0.1rem 1rem;
}
.shadow-purple {
-webkit-box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
}
.font-huge {
font-size: 1.4rem;
font-weight: 600;
color: #6700AA;
}
* {
padding: 0%;
margin: 0%;
}
body {
font-family: "Titillium Web", sans-serif;
overflow-x: hidden;
}
div.btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
button.btn {
padding-top: .7rem;
padding-bottom: .7rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #FFFFFF;
border: #FFFFFF solid 0.1rem;
border-radius: .4rem;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
-webkit-animation: moveShadow 2s ease-in-out .3s infinite;
animation: moveShadow 2s ease-in-out .3s infinite;
}
button.btn a {
text-decoration: none;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
button.btn a:hover {
color: #FFFFFF;
}
button.btn:hover {
background-color: #6700AA;
border: #6700AA solid 0.1rem;
}
button.btn-normal {
padding-top: .6rem;
padding-bottom: .6rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #6700AA;
border: #56008E solid 0.1rem;
border-radius: .4rem;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
button.btn-normal a {
color: #FFFFFF;
font-size: 1.4rem;
font-weight: 600;
text-decoration: none;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
button.btn-normal a:hover {
color: #6700AA;
}
button.btn-normal:hover {
background-color: #FFFFFF;
border: #6700AA solid 0.1rem;
}
div.circle {
position: relative;
background-color: #56008E;
width: 1.5rem;
height: 1.5rem;
border-radius: 100%;
left: 2rem;
-webkit-animation: moveCircle 2s ease-out .1s infinite alternate;
animation: moveCircle 2s ease-out .1s infinite alternate;
}
/*# sourceMappingURL=style.css.map */ | animations/scss/style.css | @import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@-webkit-keyframes moveCircle {
0% {
background-color: #56008E;
}
50% {
background-color: transparent;
left: -2rem;
}
100% {
background-color: #56008E;
left: 2rem;
}
}
@keyframes moveCircle {
0% {
background-color: #56008E;
}
50% {
background-color: transparent;
left: -2rem;
}
100% {
background-color: #56008E;
left: 2rem;
}
}
@-webkit-keyframes moveShadow {
20% {
-webkit-box-shadow: #999999 0.1rem 0.1rem 1rem;
box-shadow: #999999 0.1rem 0.1rem 1rem;
}
100% {
-webkit-box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
}
}
@keyframes moveShadow {
20% {
-webkit-box-shadow: #999999 0.1rem 0.1rem 1rem;
box-shadow: #999999 0.1rem 0.1rem 1rem;
}
100% {
-webkit-box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
}
}
.shadow-white {
-webkit-box-shadow: #999999 0.1rem 0.1rem 1rem;
box-shadow: #999999 0.1rem 0.1rem 1rem;
}
.shadow-purple {
-webkit-box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
box-shadow: #FFFFFF 0.1rem 0.1rem 1rem;
}
.font-huge {
font-size: 1.4rem;
font-weight: 600;
color: #6700AA;
}
* {
padding: 0%;
margin: 0%;
}
body {
font-family: "Titillium Web", sans-serif;
overflow-x: hidden;
}
div.btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
button.btn {
padding-top: .7rem;
padding-bottom: .7rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #FFFFFF;
border: #FFFFFF solid 0.1rem;
border-radius: .4rem;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
-webkit-animation: moveShadow 2s ease-in-out .3s infinite;
animation: moveShadow 2s ease-in-out .3s infinite;
}
button.btn a {
text-decoration: none;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
button.btn a:hover {
color: #FFFFFF;
}
button.btn:hover {
background-color: #6700AA;
border: #6700AA solid 0.1rem;
}
button.btn-normal {
padding-top: .6rem;
padding-bottom: .6rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #6700AA;
border: #56008E solid 0.1rem;
border-radius: .4rem;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
button.btn-normal a {
color: #FFFFFF;
font-size: 1.4rem;
font-weight: 600;
text-decoration: none;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
button.btn-normal a:hover {
color: #6700AA;
}
button.btn-normal:hover {
background-color: #FFFFFF;
border: #6700AA solid 0.1rem;
}
div.circle {
position: relative;
background-color: #56008E;
width: 1.5rem;
height: 1.5rem;
border-radius: 100%;
left: 2rem;
-webkit-animation: moveCircle 2s ease-out .1s infinite alternate;
animation: moveCircle 2s ease-out .1s infinite alternate;
}
/*# sourceMappingURL=style.css.map */ | 0.363421 | 0.055107 |
/* CSS Document */
body {
background-color: #172983;
font-family: Candara;
}
#stred {
margin: auto;
padding: 5px;
width: 900px;
background-color: #4bc8ff;
border-radius: 4px;
}
header {
width: 880px;
height: 200px;
margin: 5px;
padding: 5px;
background-color: #0090db;
border-radius: 4px;
/*background-image: url("../img/king.png");
background-size: contain;
background-repeat: no-repeat; */
}
header h1 {
font-size: 100px;
font-weight: bold;
text-shadow: -2px -2px 2px #fff054, 2px 2px 2px #fff054, -2px 2px 2px #fff054, 2px -2px 2px #fff054;
color: #172983;
text-align: center;
}
nav {
width: 880px;
height: 80 px;
margin: 5px;
padding: 5px;
background-color: #0058b7;
border-radius: 4px;
}
nav ul {
list-style:none;
}
nav ul li {
display: inline-block;
width: 150px;
padding: 2px;
border: 2px solid white;
border-radius: 4px;
text-align: center;
color: #0058b7;
background-color: white;
}
nav ul li a {
text-decoration: none;
font-weight: bold;
color: #0058b7;
}
nav ul li:hover {
color: #0090db;
border: 2px solid #fff054;
background-color: #fff054;
}
footer {
width: 880px;
height: 100px;
margin: 5px;
padding: 5px;
background-color: #0090db;
border-radius: 4px;
}
footer p {
display: block;
text-align: right;
color: white;
}
main {
width: 880px;
height: 510px;
margin: 5px; /*5+5=10*/
padding: 5px;
background-color: #0058b7;
color: #fff054;
font-size: 1.2em;
border-radius: 4px;
}
#central { /*5+5+5+5+436+2+2 = 460*/
display: block;
float: left;
margin: 0px 5px 0px 5px;
padding: 5px;
width: 436px;
height: 492px;
border: 2px solid white;
border-radius: 4px;
}
#levy { /*206+2+2 = 210*/
display: block;
float: left;
width: 206px;
border: 2px solid white;
border-radius: 4px;
float: left;
}
#pravy { /*206+2+2 = 210*/
display: block;
float: right;
width: 206px;
border: 2px solid yellow;
border-radius: 4px;
}
.side_table{
width: 212px;
}
.side_table th, .side_table td{
border: 2px solid white;
border-radius: 4px;
color: white;
background-color: #172983;
text-align: center;
}
.central_table {
width: 212px;
border: 2 px solid white;
}
.central_table th, .central_table td{
width: 212px;
color: white;
text-align: left;
}
.tlacitko {
background-color: white;
color: #172983;
font: 16px Candara;
padding: 6px;
border-radius: 4px;
} | styly/hst_styl_blue.css | /* CSS Document */
body {
background-color: #172983;
font-family: Candara;
}
#stred {
margin: auto;
padding: 5px;
width: 900px;
background-color: #4bc8ff;
border-radius: 4px;
}
header {
width: 880px;
height: 200px;
margin: 5px;
padding: 5px;
background-color: #0090db;
border-radius: 4px;
/*background-image: url("../img/king.png");
background-size: contain;
background-repeat: no-repeat; */
}
header h1 {
font-size: 100px;
font-weight: bold;
text-shadow: -2px -2px 2px #fff054, 2px 2px 2px #fff054, -2px 2px 2px #fff054, 2px -2px 2px #fff054;
color: #172983;
text-align: center;
}
nav {
width: 880px;
height: 80 px;
margin: 5px;
padding: 5px;
background-color: #0058b7;
border-radius: 4px;
}
nav ul {
list-style:none;
}
nav ul li {
display: inline-block;
width: 150px;
padding: 2px;
border: 2px solid white;
border-radius: 4px;
text-align: center;
color: #0058b7;
background-color: white;
}
nav ul li a {
text-decoration: none;
font-weight: bold;
color: #0058b7;
}
nav ul li:hover {
color: #0090db;
border: 2px solid #fff054;
background-color: #fff054;
}
footer {
width: 880px;
height: 100px;
margin: 5px;
padding: 5px;
background-color: #0090db;
border-radius: 4px;
}
footer p {
display: block;
text-align: right;
color: white;
}
main {
width: 880px;
height: 510px;
margin: 5px; /*5+5=10*/
padding: 5px;
background-color: #0058b7;
color: #fff054;
font-size: 1.2em;
border-radius: 4px;
}
#central { /*5+5+5+5+436+2+2 = 460*/
display: block;
float: left;
margin: 0px 5px 0px 5px;
padding: 5px;
width: 436px;
height: 492px;
border: 2px solid white;
border-radius: 4px;
}
#levy { /*206+2+2 = 210*/
display: block;
float: left;
width: 206px;
border: 2px solid white;
border-radius: 4px;
float: left;
}
#pravy { /*206+2+2 = 210*/
display: block;
float: right;
width: 206px;
border: 2px solid yellow;
border-radius: 4px;
}
.side_table{
width: 212px;
}
.side_table th, .side_table td{
border: 2px solid white;
border-radius: 4px;
color: white;
background-color: #172983;
text-align: center;
}
.central_table {
width: 212px;
border: 2 px solid white;
}
.central_table th, .central_table td{
width: 212px;
color: white;
text-align: left;
}
.tlacitko {
background-color: white;
color: #172983;
font: 16px Candara;
padding: 6px;
border-radius: 4px;
} | 0.211824 | 0.06492 |
* {
padding: 0;
margin: 0;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.navigation {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media only screen and (min-width: 640px) {
.navigation {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.navigation .current {
color: #3A84AB;
border-color: #3A84AB;
}
.navigation a {
border: 0.1em solid #1E202C;
border-radius: 1em;
margin: 0em 0.3em;
padding: 0em 1.2em;
display: block;
text-align: center;
}
#nav-toggle {
display: none;
}
#nav-toggle:checked + .site-header .navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 1000;
}
html {
font: 12px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
height: 100%;
}
body {
min-height: 100%;
position: relative;
padding-bottom: 3rem;
color: white;
}
body li {
list-style-position: inside;
list-style: none;
}
@media screen and (min-width: 500px) {
html {
font-size: 14px;
}
}
@media screen and (min-width: 700px) {
html {
font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
html {
font-size: 18px;
}
}
@media screen and (min-width: 1600px) {
html {
font-size: 20px;
}
}
body, table, th, td, form, input, textarea, option, select {
font: inherit;
}
.site-header {
display: block;
background-color: #1E202C;
color: white;
position: relative;
width: 100%;
text-align: center;
padding: 2.7em;
}
@media only screen and (min-width: 640px) {
.site-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media only screen and (min-width: 640px) {
.site-header label {
display: none;
}
}
.site-header a {
text-decoration: none;
color: white;
}
.site-header a:hover {
color: #3A84AB;
border-color: #3A84AB;
}
.site-main {
background-color: #1E202C;
}
.site-main img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 17.3em;
}
.site-main .week-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .week-table table {
width: 69%;
height: 14.5em;
border-collapse: collapse;
border-radius: 0.5em;
margin: 2.4em;
}
.site-main .week-table table th {
background-color: #2D313D;
}
.site-main .week-table table th:nth-child(even) {
background-color: #222430;
}
.site-main .week-table table td {
background-color: #323544;
}
.site-main .week-table table td:nth-child(even) {
background-color: #262A36;
}
.site-main .city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .city div {
width: 69%;
}
.site-main .city div button {
border: 0.1em solid #3A84AB;
border-radius: 1em;
background-color: #1E202C;
color: #3A84AB;
margin: 0em 1.4em 0em 0.3em;
padding: 0em 0.5em;
font-size: 1.2em;
}
.site-main .live-cameras {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 3em 0 4.3em 0;
font-size: 1.1em;
}
.site-main .live-cameras div {
width: 69%;
}
.site-main .live-cameras div ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.site-main .live-cameras div ul img {
border-radius: 0.5em;
-o-object-fit: cover;
object-fit: cover;
width: 12.2em;
height: 8.5em;
margin: 0.8em 1.1em 0.8em 0em;
}
.site-main .live-cameras div ul h4 {
margin-left: 0.2em;
font-size: 0.7em;
}
.site-main .live-cameras div ul p {
margin-left: 0.2em;
font-size: 0.5em;
}
.site-main .news {
background-color: #262A36;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .news ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 69%;
margin: 3.5em 0em;
}
.site-main .news ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.site-main .news ul li span {
color: #3A84AB;
font-size: 1.4em;
margin-right: 1.3em;
}
.site-main .news ul li div:not(last-child) {
margin-right: 2em;
}
.site-main .news ul li div p {
color: white;
font-size: .8em;
}
.site-main .after-news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .after-news ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 69%;
}
.site-main .after-news ul li {
width: 33%;
}
.site-main .after-news .photo-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .after-news .photo-grid img {
-o-object-fit: cover;
object-fit: cover;
width: 5em;
height: 5em;
}
.site-footer {
background-color: #262A36;
} | css/styles.css | * {
padding: 0;
margin: 0;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.navigation {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media only screen and (min-width: 640px) {
.navigation {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.navigation .current {
color: #3A84AB;
border-color: #3A84AB;
}
.navigation a {
border: 0.1em solid #1E202C;
border-radius: 1em;
margin: 0em 0.3em;
padding: 0em 1.2em;
display: block;
text-align: center;
}
#nav-toggle {
display: none;
}
#nav-toggle:checked + .site-header .navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 1000;
}
html {
font: 12px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
height: 100%;
}
body {
min-height: 100%;
position: relative;
padding-bottom: 3rem;
color: white;
}
body li {
list-style-position: inside;
list-style: none;
}
@media screen and (min-width: 500px) {
html {
font-size: 14px;
}
}
@media screen and (min-width: 700px) {
html {
font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
html {
font-size: 18px;
}
}
@media screen and (min-width: 1600px) {
html {
font-size: 20px;
}
}
body, table, th, td, form, input, textarea, option, select {
font: inherit;
}
.site-header {
display: block;
background-color: #1E202C;
color: white;
position: relative;
width: 100%;
text-align: center;
padding: 2.7em;
}
@media only screen and (min-width: 640px) {
.site-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
@media only screen and (min-width: 640px) {
.site-header label {
display: none;
}
}
.site-header a {
text-decoration: none;
color: white;
}
.site-header a:hover {
color: #3A84AB;
border-color: #3A84AB;
}
.site-main {
background-color: #1E202C;
}
.site-main img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 17.3em;
}
.site-main .week-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .week-table table {
width: 69%;
height: 14.5em;
border-collapse: collapse;
border-radius: 0.5em;
margin: 2.4em;
}
.site-main .week-table table th {
background-color: #2D313D;
}
.site-main .week-table table th:nth-child(even) {
background-color: #222430;
}
.site-main .week-table table td {
background-color: #323544;
}
.site-main .week-table table td:nth-child(even) {
background-color: #262A36;
}
.site-main .city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .city div {
width: 69%;
}
.site-main .city div button {
border: 0.1em solid #3A84AB;
border-radius: 1em;
background-color: #1E202C;
color: #3A84AB;
margin: 0em 1.4em 0em 0.3em;
padding: 0em 0.5em;
font-size: 1.2em;
}
.site-main .live-cameras {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 3em 0 4.3em 0;
font-size: 1.1em;
}
.site-main .live-cameras div {
width: 69%;
}
.site-main .live-cameras div ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.site-main .live-cameras div ul img {
border-radius: 0.5em;
-o-object-fit: cover;
object-fit: cover;
width: 12.2em;
height: 8.5em;
margin: 0.8em 1.1em 0.8em 0em;
}
.site-main .live-cameras div ul h4 {
margin-left: 0.2em;
font-size: 0.7em;
}
.site-main .live-cameras div ul p {
margin-left: 0.2em;
font-size: 0.5em;
}
.site-main .news {
background-color: #262A36;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .news ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 69%;
margin: 3.5em 0em;
}
.site-main .news ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.site-main .news ul li span {
color: #3A84AB;
font-size: 1.4em;
margin-right: 1.3em;
}
.site-main .news ul li div:not(last-child) {
margin-right: 2em;
}
.site-main .news ul li div p {
color: white;
font-size: .8em;
}
.site-main .after-news {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .after-news ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 69%;
}
.site-main .after-news ul li {
width: 33%;
}
.site-main .after-news .photo-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-main .after-news .photo-grid img {
-o-object-fit: cover;
object-fit: cover;
width: 5em;
height: 5em;
}
.site-footer {
background-color: #262A36;
} | 0.337422 | 0.073596 |
body{
background-color: #f5f5f5
}
nav {
display: flex;
justify-content: space-between;
padding: 0 0.2rem 0 0.2rem;
align-items: center;
font-size: 0.18rem;
background-color: #fff;
width: 100%;
position: fixed;
top: 0;
left: 0
}
.back{
width: 0.36rem;
height: 0.5rem;
display: flex;
justify-content: center;
align-self: center;
flex-direction: column;
/* margin-right: 0.25rem; */
}
.search_scan {
width: 0.36rem;
height: 0.5rem;
display: flex;
justify-content: center;
align-self: center;
flex-direction: column;
/* margin-right: 0.25rem; */
}
.back_row {
width: 0.12rem;
height: 0.2rem;
}
.ipt_sea {
width: 75%;
font-size: 0.18rem;
border: 0.01rem solid #eee;
border-radius: 0.2rem;
height: 0.3rem;
padding-left: 0.1rem;
}
.head_search {
width: 0.26rem;
height: 0.26rem;
}
.nav {
display: flex;
justify-content: space-around;
align-items: center;
height: 0.45rem;
background-color: #fff;
font-size: 0.16rem;
position: fixed;
width: 100%;
top: 0.4rem;
left: 0;
}
.nav_name {
height: 0.250rem;
border-bottom: 0.01rem solid transparent;
}
.nav_name_act {
border-bottom: 0.01rem solid #e61e56;
}
/* 内容 */
/* 新建地址 */
.blackaddress{
margin: 1.2rem auto;
width:3rem;
height: 2.2rem;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
font-size: 0.12rem
}
.black_add_photo{
width: 1.2rem;
height: 1.2rem;
}
.black_add_img{
width: 1.2rem;
height: 1.2rem;
}
.add_address{
width:1rem;
height: 0.35rem;
border: solid 0.01rem #e61e56;
border-radius: 0.25rem;
font-size: 0.16rem;
text-align: center;
line-height: 0.35rem;
color: #e61e56
}
/* 地址列表 */
.have{
margin-top: 0.5rem
}
.have_list{
display: flex;
flex-direction: column;
}
.addr_list{
width: 95%;
margin: 0.1rem auto 0 ;
background-color: #fff;
display: flex;
justify-content: flex-start;
padding: 0.1rem;
flex-direction: column;
border-radius: 0.05rem;
font-size: 0.16rem;
color: #424242;
}
.items_top{
display: flex;
justify-content: space-between;
height: 0.3rem;
/* background-color: pink; */
align-items: center;
font-size: 0.16rem;
}
.detail_addr{
padding: 0.05rem
}
.items_left,.items_right{
width: 30%;
display: flex;
justify-content: flex-start;
align-items: center;
padding-right: 0.1rem
}
.items_left img ,.items_right img {
width: 0.2rem;
height: 0.2rem;
margin-right: 0.15rem
}
.items_right{
justify-content: flex-end
}
.new_addr{
width: 90%;
height: 0.5rem;
line-height: 0.5rem;
text-align: center;
color: #fff;
font-size: 0.2rem;
margin: 0.2rem auto;
background-color: #e61e56;
border-radius: 0.25rem;
}
.items_foot{
border-top: 0.01rem solid #f2f2f2;
margin-top: 0.1rem;
padding-top: 0.1rem
} | modelApp_04/css/address.css | body{
background-color: #f5f5f5
}
nav {
display: flex;
justify-content: space-between;
padding: 0 0.2rem 0 0.2rem;
align-items: center;
font-size: 0.18rem;
background-color: #fff;
width: 100%;
position: fixed;
top: 0;
left: 0
}
.back{
width: 0.36rem;
height: 0.5rem;
display: flex;
justify-content: center;
align-self: center;
flex-direction: column;
/* margin-right: 0.25rem; */
}
.search_scan {
width: 0.36rem;
height: 0.5rem;
display: flex;
justify-content: center;
align-self: center;
flex-direction: column;
/* margin-right: 0.25rem; */
}
.back_row {
width: 0.12rem;
height: 0.2rem;
}
.ipt_sea {
width: 75%;
font-size: 0.18rem;
border: 0.01rem solid #eee;
border-radius: 0.2rem;
height: 0.3rem;
padding-left: 0.1rem;
}
.head_search {
width: 0.26rem;
height: 0.26rem;
}
.nav {
display: flex;
justify-content: space-around;
align-items: center;
height: 0.45rem;
background-color: #fff;
font-size: 0.16rem;
position: fixed;
width: 100%;
top: 0.4rem;
left: 0;
}
.nav_name {
height: 0.250rem;
border-bottom: 0.01rem solid transparent;
}
.nav_name_act {
border-bottom: 0.01rem solid #e61e56;
}
/* 内容 */
/* 新建地址 */
.blackaddress{
margin: 1.2rem auto;
width:3rem;
height: 2.2rem;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
font-size: 0.12rem
}
.black_add_photo{
width: 1.2rem;
height: 1.2rem;
}
.black_add_img{
width: 1.2rem;
height: 1.2rem;
}
.add_address{
width:1rem;
height: 0.35rem;
border: solid 0.01rem #e61e56;
border-radius: 0.25rem;
font-size: 0.16rem;
text-align: center;
line-height: 0.35rem;
color: #e61e56
}
/* 地址列表 */
.have{
margin-top: 0.5rem
}
.have_list{
display: flex;
flex-direction: column;
}
.addr_list{
width: 95%;
margin: 0.1rem auto 0 ;
background-color: #fff;
display: flex;
justify-content: flex-start;
padding: 0.1rem;
flex-direction: column;
border-radius: 0.05rem;
font-size: 0.16rem;
color: #424242;
}
.items_top{
display: flex;
justify-content: space-between;
height: 0.3rem;
/* background-color: pink; */
align-items: center;
font-size: 0.16rem;
}
.detail_addr{
padding: 0.05rem
}
.items_left,.items_right{
width: 30%;
display: flex;
justify-content: flex-start;
align-items: center;
padding-right: 0.1rem
}
.items_left img ,.items_right img {
width: 0.2rem;
height: 0.2rem;
margin-right: 0.15rem
}
.items_right{
justify-content: flex-end
}
.new_addr{
width: 90%;
height: 0.5rem;
line-height: 0.5rem;
text-align: center;
color: #fff;
font-size: 0.2rem;
margin: 0.2rem auto;
background-color: #e61e56;
border-radius: 0.25rem;
}
.items_foot{
border-top: 0.01rem solid #f2f2f2;
margin-top: 0.1rem;
padding-top: 0.1rem
} | 0.378804 | 0.063395 |
@charset "UTF-8";
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, 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%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { margin: 0px; padding: 0px; font-family: Arial, Tahoma, sans-serif; line-height: 1; background-color: #ffffff; height: 100%; position: relative; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after { content: ""; content: none; }
q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }
html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
input, textarea { color: #333; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }
input[type="button"], input[type="submit"] { cursor: pointer; -webkit-appearance: none; outline: none; }
input[type="search"] { -webkit-appearance: none; }
::-ms-clear { width: 0; height: 0; }
button { cursor: pointer; -webkit-appearance: none; outline: none; }
td, form { margin: 0px; padding: 0px; }
a { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after, .wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body { color: #222; font: 400 10px "Varela Round", Arial, sans-serif; background: #FFF; }
/* MAIN STYLES */
/* ================================================ */
.main-wrapper { padding: 0; min-width: 320px; position: relative; overflow: hidden; opacity: 1; min-height: 100%; }
img { display: block; max-width: 100%; }
span { display: inline-block; }
/* text position */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-error { color: #ff3f2b; }
/* Icons ====================== */
.ic { position: relative; display: inline-block; vertical-align: middle; }
/* Buttons ====================== */
.btn { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #fff; height: 30px; background-color: #1f4ba5; padding: 0 25px; border-radius: 20px; font-family: "Varela Round", Arial, sans-serif; font-size: 12px; font-weight: 400; }
.toggle-menu { display: none; }
.dropdown-content dropdown-content--menu open{z-index:2000}
.favorite { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.favorite .icon { font-size: 14px; }
.favorite:hover { color: #fff; }
.menu__sort {
color: #000;
margin-left:20px;
border: 1px solid transparent;
font-size: 12px;
width: auto;
text-align:center;
}
.arrow-up {
color:#78788a;
}
.arrow-down {
color:#ececec;
}
.gray {
color: #78788a;
}
.blue {
color: #ececec;
}
/* Header ====================== */
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, 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%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { margin: 0px; padding: 0px; font-family: Arial, Tahoma, sans-serif; line-height: 1; background-color: #ffffff; height: 100%; position: relative; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after { content: ""; content: none; }
q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }
html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
input, textarea { color: #333; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }
input[type="button"], input[type="submit"] { visibility:hidden; cursor: pointer; -webkit-appearance: none; outline: none; }
input[type="search"] { -webkit-appearance: none; }
::-ms-clear { width: 0; height: 0; }
button { cursor: pointer; -webkit-appearance: none; outline: none; }
td, form { margin: 0px; padding: 0px; }
a { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after, .wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body { color: #222; font: 400 10px "Varela Round", Arial, sans-serif; background: #FFF; }
/* MAIN STYLES */
/* ================================================ */
.main-wrapper { padding: 0; min-width: 320px; position: relative; overflow: hidden; opacity: 1; min-height: 100%; }
img { display: block; max-width: 100%; }
span { display: inline-block; }
/* text position */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-error { color: #ff3f2b; }
/* Icons ====================== */
.ic { position: relative; display: inline-block; vertical-align: middle; }
/* Buttons ====================== */
.btn { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #fff; height: 30px; background-color: #1f4ba5; padding: 0 25px; border-radius: 20px; font-family: "Varela Round", Arial, sans-serif; font-size: 12px; font-weight: 400; }
.toggle-menu { display: none; }
.favorite { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.favorite .icon { font-size: 14px; }
.favorite:hover { color: #fff; }
/* Header ====================== */
.header { height: 80px; background-color: #ffffff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 30px; border-bottom: 1px solid #ececec; }
.logo { margin-right: 38px; padding-bottom: 7px; }
.main-menu { list-style: none; margin-right: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.main-menu__link { line-height: 80px; color: #222; font-size: 14px; display: block; padding: 0 20px; }
.main-menu__link [class*="icon"] { margin-left: 3px; font-size: 8px; color: #1f4ba5; }
.dropdown { position: relative; }
.dropdown:hover .dropdown-content { opacity: 1; margin-top: 0; left: -10px; visibility: visible; }
.dropdown--right:hover .dropdown-content { left: auto; right: -10px; }
.dropdown--right .dropdown-content:before { right: 30px; z-index: 1; }
.dropdown--right .dropdown-content:after { right: 29px; }
.dropdown--white .dropdown-content { background: #fff; border: 1px solid #ececec; padding: 0; }
.dropdown--white .dropdown-content:before { border-bottom-color: #fff; }
.dropdown--white .dropdown-content:after { content: ""; display: block; position: absolute; bottom: 100%; width: 0px; height: 0px; border-style: solid; border-width: 0 8px 9px 8px; border-color: transparent transparent #ececec transparent; }
.dropdown-content { position: absolute; background: #222; padding: 30px; width: 240px; top: 100%; z-index: 99; left: -10000px; visibility: hidden; opacity: 0; margin-top: 30px; -webkit-transition: opacity 0.3s, margin-top 0.4s; -o-transition: opacity 0.3s, margin-top 0.4s; transition: opacity 0.3s, margin-top 0.4s; }
.dropdown-content:before { content: ""; display: block; position: absolute; bottom: 100%; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #222 transparent; }
.dropdown-menu { list-style: none; }
.dropdown-menu__item { margin-bottom: 8px; }
.dropdown-menu__item:last-child { margin-bottom: 0; }
.dropdown-menu__link { font-size: 12px; line-height: 16px; color: #bcbcbc; }
.dropdown-menu__link:hover { color: #fff; }
.search { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; position: relative; margin-right: 48px; }
.search__input { visibility:hidden; width: 100%; height: 30px; background-color: #f6f6f6; padding: 0 40px 0 20px; color: #222; font-family: "PT Serif", sans-serif; font-size: 12px; line-height: 12px; border: none; border-radius: 20px; }
.search__input:-ms-input-placeholder { font-style: italic; color: #868686; }
.search__input::-moz-placeholder { font-style: italic; color: #868686; }
.search__input::-webkit-input-placeholder { font-style: italic; color: #868686; }
.search__input::-ms-input-placeholder { font-style: italic; color: #868686; }
.search__input::placeholder { font-style: italic; color: #868686; }
.search__button { position: absolute; top: 5px; right: 3px; font-family: "icomoon" !important; background-color: transparent; border: none; font-size: 18px; }
.location { margin-right: 47px; }
.location__link { color: #868686; font-size: 12px; }
.location [class*="icon"] { font-size: 20px; color: #222; margin-right: 6px; }
.profile-menu { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: -17px; }
.profile-menu__link { display: block; line-height: 80px; padding: 0 17px; }
.profile-menu__link [class*="icon"] { font-size: 18px; color: #222; vertical-align: middle; }
.profile-menu .dropdown-content { width: auto; }
.basket { line-height: 1.4; position: relative; }
.basket .badge { position: absolute; top: -8px; right: -9px; }
.b-price { vertical-align: middle; margin-left: 13px; color: #222; font-family: "Oswald"; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; }
.badge { min-width: 16px; height: 16px; padding: 0 4px; background-color: #1f4ba5; border-radius: 50%; display: inline-block; vertical-align: middle; text-align: center; line-height: 17px; color: #fff; font-size: 9px; }
.user-menu { width: 180px; list-style: none; }
.user-menu__item { border-bottom: 1px solid #ececec; }
.user-menu__item:last-child { border-bottom: none; }
.user-menu__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #222; font-size: 12px; font-weight: 400; line-height: 40px; padding: 0 20px; }
.user-menu__link [class*="icon"] { width: 18px; text-align: center; color: #ccc; font-size: 16px; margin-right: 15px; }
.user-menu__link .badge { margin-left: auto; }
.cart { width: 300px; }
.cart-list { list-style: none; }
.cart-list__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ececec; padding: 10px; }
.cart-list__img { width: 60px; margin-right: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; text-align: center; }
.cart-list__img img { display: inline-block; max-width: 100%; }
.cart-list__info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.cart-list__info .product__title { margin-bottom: 10px; }
.cart-list__details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.cart-list__details .price { margin-right: 10px; }
.cart-list__delete { padding: 0 10px 0 0; margin-left: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; color: #b6b6b6; font-size: 12px; }
.cart-list__delete a { color: inherit; }
.cart-list__delete a:hover { color: #222; }
.cart-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 10px; }
.cart-footer .total { width: 60px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; margin-right: 20px; text-align: right; }
.cart-footer .price { margin-right: 28px; }
.price { color: #222; font-family: "Oswald", sans-serif; font-size: 12px; font-weight: 700; }
.price--danger { color: #ff3f2b; }
.total { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
/* Content ====================== */
/* ==== Header Inner */
.header-inner { position: relative; background-position: right center; background-size: cover; background-repeat: no-repeat; height: 180px; padding: 20px 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; }
.header-inner__title { color: #222; font-size: 48px; font-weight: 400; }
.header-inner .category { display: block; }
.header-inner .bread-crambs { position: absolute; left: 30px; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.bread-crambs { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.bread-crambs__item { margin-right: 4px; }
.bread-crambs__link { color: #868686; font-size: 12px; font-weight: 400; }
.bread-crambs__link:hover { color: #222; }
.category { color: #1f4ba5; font-family: "Oswald"; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.sidebar { -webkit-transition: margin-left 0.4s; -o-transition: margin-left 0.4s; transition: margin-left 0.4s; }
/* ==== Product */
.box-product { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1px; }
.box-product .product__title { height: 30px; overflow: hidden; }
.product { position: relative; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; width: 14.285%; padding: 26px 30px; text-align: center; }
@media screen and (min-width: 0px) { .product:not(.product--horizontal):hover .product__title, .product:not(.product--horizontal):hover .price { color: #fff; }
.product:not(.product--horizontal):hover .product__footer { position: relative; z-index: 2; }
.product:not(.product--horizontal):hover .product__card { z-index: 2; opacity: 1; visibility: visible; }
.product:not(.product--horizontal):hover:before { height: 100%; width: 100%; left: 0; top: 0; } }
.product:before { content: ""; display: block; z-index: 1; position: absolute; top: 50%; left: 50%; height: 0; width: 0; background: #222; opacity: 0.95; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__title { position: relative; z-index: 2; color: #222; font-size: 12px; font-weight: 400; line-height: 16px; }
.product__title a { color: inherit; }
.product__title a:hover { text-decoration: underline; }
.product__img { position: relative; }
.product__img img { margin: 0 auto; }
.product__card { opacity: 0; visibility: hidden; position: absolute; left: -30px; right: -30px; padding: 0 10px; text-align: center; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__card .btn { margin-left: 10px; }
.product__card .btn:hover { background-color: grey}
.product__card .favorite { display: inline-block; margin-top: 15px; }
.product__details { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; }
.product__footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.product__footer .price, .product__footer .discount, .product__footer .pbadge { width: 33.33%; }
.product__footer .discount { text-align: right; }
.product__footer.sale .price { color: #ff3f2b; }
.product__footer.hit, .product__footer.new { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.product .price { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__category { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.product--horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: left; width: 100% !important; padding: 15px; }
.product--horizontal .product__card { position: static; opacity: 1; visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; text-align: left; padding: 0; }
.product--horizontal .product__img { margin: 0 44px 0 0; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }
.product--horizontal .product__content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 30px; }
.product--horizontal .product__footer { display: block; width: 85px; margin-right: 20px; }
.product--horizontal .product__footer .price, .product--horizontal .product__footer .discount, .product--horizontal .product__footer .pbadge { width: auto; }
.product--horizontal .product__title { height: auto !important; margin-bottom: 15px; }
.product--horizontal .price { display: block; margin-bottom: 20px; font-size: 14px; }
.product--horizontal .pbadge, .product--horizontal .discount { vertical-align: middle; }
.product--horizontal .discount { margin-left: 10px; }
.discount { color: #a1a1a1; font-family: Oswald; font-size: 8px; font-weight: 700; text-decoration: line-through; letter-spacing: 0.8px; }
/* ==== Filter */
.filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #ececec; min-height: 60px; }
.filter-sidebar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.filter-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.filter__title { color: #979797; font-size: 12px; line-height: 16px; }
.filter-list { list-style: none; margin-left: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.filter-list__item { margin-left: 10px; }
.filter-list__item:first-child { margin-left: 0; }
.filter-list__item.active .filter-list__link { color: #222; }
.filter-list__link { font-size: 16px; color: #d5d5d5; }
.filter-list__link:hover { color: #888; }
.toggle-filter { color: #d5d5d5; font-size: 16px; background-color: transparent; border: none; padding: 0; margin-right: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.toggle-filter:hover { color: #1f4ba5; }
.toggle-filter .sr-only { display: none; }
.sort { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; }
.sort input { position: absolute; left: -999px; }
.sort input:checked + .sort__item { color: #fff; background-color: #222; padding: 0 20px; }
.sort input:checked + .sort__item [class*="icon"] { color: #fff; }
.sort input:checked + .sort__item [class*="icon"] .path1:before { content: ""; }
.sort__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 30px; margin-left: 20px; font-size: 12px; font-weight: 400; line-height: 16px; border-radius: 20px; cursor: pointer; }
.sort__item:hover { color: #1f4ba5; }
.sort__item [class*="icon"] { color: #d5d5d5; margin-left: 5px; }
.hide { position: absolute; left: 0; top: 0; height: 0; width: 0; overflow: hidden; z-index: -1; opacity: 0; visibility: hidden; }
.tab-cont { opacity: 1; -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; visibility: visible; }
.tab-cont.hide { opacity: 0; }
.box-main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.box-main .sidebar { width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.box-main .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.accordion { border-bottom: 1px solid #ececec; }
.accordion__head { height: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 30px; border-top: 1px solid #ececec; cursor: pointer; }
.accordion__head.open [class*="icon"]:before { content: ""; }
.accordion__head:first-child { border-top: none; }
.accordion__head [class*="icon"] { color: #b8b8b8; font-size: 18px; margin-left: 10px; }
.accordion__title { font-family: "Oswald"; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.accordion__body { padding: 0 30px 25px; }
.check-list { list-style: none; }
.check-list__item { margin-bottom: 10px; }
.check-list__text { color: #222222; font-size: 12px; font-weight: 400; line-height: 18px; cursor: pointer; }
.check-list--column .check-list__item { display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; padding-right: 10px; }
.paginator { padding: 0 30px; height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-top: 1px solid #ececec; margin-top: -1px; }
.paginator__item { width: 33.33%; color: #979797; font-size: 12px; font-weight: 400; line-height: 18px; }
.paginator__item:last-child { text-align: right; }
.paginator__item.load { text-align: center; color: #222; }
.paginator__item.load .icon { margin-right: 15px; font-size: 14px; }
/* Media ====================== */
@media screen and (max-width: 1850px) { .product { width: 16.666%; }
.product__card .btn { margin-left: 5px; } }
@media screen and (max-width: 1599px) { .product { width: 20%; }
.logo, .main-menu, .search, .location { margin-right: 20px; } }
@media screen and (max-width: 1399px) { .header { position: relative; }
.product { width: 25%; }
.main-menu { display: none; }
.toggle-menu { border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 25%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { opacity: 1; margin-top: 0; left: 0px; visibility: visible; }
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (max-width: 1180px) { .product { width: 33.33%; } }
@media screen and (max-width: 960px) { .filter-sidebar { width: auto; border-right: none; }
.toggle-filter { height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 2px solid #d5d5d5; width: 120px; padding: 0 20px; border-radius: 20px; font-family: "Varela Round"; }
.toggle-filter:hover { color: #d5d5d5; }
.toggle-filter.active { color: #1f4ba5; border-color: #1f4ba5; }
.toggle-filter .sr-only { display: inline-block; font-size: 12px; font-weight: 400; line-height: 12px; margin-left: 15px; padding-top: 1px; }
.product { width: 25%; }
.box-main { position: relative; }
.content { -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; -o-transition: transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; }
.sidebar { margin-left: -240px; height: 100%; overflow-y: auto; position: absolute; }
.sidebar.open { margin-left: 0; }
.sidebar.open + .content { -webkit-transform: translate(240px, 0); -ms-transform: translate(240px, 0); transform: translate(240px, 0); }
.box-product.full .product { width: 33.33%; } }
@media screen and (max-width: 930px) { .product { width: 33.33%; }
.box-product.full .product { width: 50%; } }
@media screen and (min-width: 768px) { .hidden-ipad { display: none; } }
@media screen and (max-width: 767px) { .header { padding-left: 20px; padding-right: 20px; height: 65px; }
.toggle-menu, .logo, .main-menu, .location { margin-right: 25px; }
.search { margin-right: 15px; }
.location, .hidden-iphone { display: none; }
.dropdown-content--menu { display: block; }
.dropdown-content__item { width: auto; padding: 0; }
.dropdown-content__item .hr { display: none; }
.dropdown-menu { display: none; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #353535; }
.dropdown-content__title { padding: 15px 20px; margin-bottom: 0; border-bottom: 1px solid #353535; }
.dropdown-content__title br { display: none; }
.dropdown-content__title.d-open { border-bottom-color: transparent; }
.dropdown-content__title.d-open + .dropdown-menu { display: block; }
.dropdown-menu + .dropdown-content__title { margin-top: 0; }
.profile-menu { margin-right: -10px; }
.profile-menu__link { line-height: 65px; padding: 0 10px; }
.header-inner { padding-left: 20px; padding-right: 20px; }
.header-inner .bread-crambs { left: 20px; }
.box-product .product__title { height: auto; }
.product { width: 50%; padding-left: 20px; padding-right: 20px; }
.product__img { margin: 22px 0 35px; }
.product--horizontal .product__img, .product--horizontal .product__content, .product--horizontal .product__footer { margin-right: 20px; }
.box-product.full .product { width: 50%; }
.filter { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.filter-sidebar { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #ececec; }
.filter-content { padding-left: 20px; padding-right: 20px; }
.filter-content .filter__title { display: none; }
.sort__item { margin-left: 0; margin-right: 13px; }
.paginator { padding: 0 20px; }
.paginator__item { font-size: 10px; }
.paginator__item.load .icon { margin-right: 5px; }
.header-inner { min-height: 150px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.header-inner .bread-crambs { top: 25px; -webkit-transform: none; -ms-transform: none; transform: none; }
.header-inner__title { font-size: 28px; line-height: 35px; } }
@media screen and (max-width: 680px) { .product--horizontal { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product--horizontal .product__img { margin-bottom: 20px; }
.product--horizontal .product__content { margin-right: 0; min-width: 50%; margin-bottom: 20px; }
.product--horizontal .product__footer, .product--horizontal .product__card { width: 73.2%; margin-right: 0; }
.product--horizontal .product__footer { width: 75px; padding-left: 10px; } }
@media screen and (max-width: 479px) { .product, .box-product.full .product { width: 100%; }
.b-price, .search__button { display: none; }
.search__input { padding: 0 15px; } }
/*# sourceMappingURL=style.css.map */
/*Static Menu*/
.main-menu-static {
display: inherit;
}
.main-menu-static .main-menu__item {
display: inline-block;
}
@media screen and (max-width: 1300px) {
.main-menu-static {
margin-right: 0px;
}
}
@media screen and (max-width: 1024px) {
.main-menu-static {
display: none;
}
.toggle-menu {
display: block;
}
}
/* Content ====================== */
/* ==== Header Inner */
.header-inner { position: relative; background-position: right center; background-size: cover; background-repeat: no-repeat; height: 180px; padding: 20px 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; }
.header-inner__title { color: #ffffff; font-size: 48px; font-weight: 400; }
.header-inner .category { display: block; }
.header-inner .bread-crambs { color: #d3d6dc; position: absolute; left: 30px; top: 20%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.bread-crambs { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.bread-crambs__item { margin-right: 4px; }
.bread-crambs__link { color: #d3d6dc; font-size: 12px; font-weight: 400; }
.bread-crambs__link:hover { color: #222; }
.category { color: #d3d6dc; font-family: "Oswald"; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.sidebar { -webkit-transition: margin-left 0.4s; -o-transition: margin-left 0.4s; transition: margin-left 0.4s; }
.jq-selectbox__select{padding: 0 5px 0 10px; margin-bottom: 2px}
.jq-selectbox__select:hover{outline: none}
.jq-selectbox__select:active{border: none}
.jq-selectbox__select:visited{border: none}
.jq-selectbox__select:focus{border: none}
/* ==== Product */
.box-product { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1px; }
.box-product .product__title { height: 30px; overflow: hidden; }
.product { position: relative; margin:10px; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; width: 14.285%; padding: 26px 30px; margin-left: 10px;margin-top:1vmax;border:1px solid #ECECEC; border-radius: 1vw; background-color:#fff; text-align: center; }
@media screen and (min-width: 992px) { .product:not(.product--horizontal):hover .product__title, .product:not(.product--horizontal):hover .price { color: #fff; }
.product:not(.product--horizontal):hover .product__footer { position: relative; z-index: 2; }
.product:not(.product--horizontal):hover .product__card { z-index: 2; opacity: 1; visibility: visible; }
.product:not(.product--horizontal):hover:before { height: 100%; width: 100%; left: 0; top: 0; } }
.product:before { border-radius:1vw;content: ""; display: block; z-index: 1; position: absolute; top: 50%; left: 50%; height: 0; width: 0; background: #222; opacity: 0.95; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__title { position: relative; z-index: 2; color: #222; font-size: 12px; font-weight: 400; line-height: 16px; }
.product__title a { color: inherit; }
.product__title a:hover { text-decoration: underline; }
.product__img { position: relative; }
.mini-img{height:150px;}
.product__img img { margin: 0 auto; }
.product__card { opacity: 0; visibility: hidden; position: absolute; left: -30px; right: -30px; padding: 0 10px; text-align: center; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__card .btn { margin-left: 10px; }
.product__card .favorite { display: inline-block; margin-top: 15px; }
.product__details { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; }
.product__footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.product__footer .price, .product__footer .discount, .product__footer .pbadge { width: 33.33%; }
.product__footer .discount { text-align: right; }
.product__footer.sale .price { color: #ff3f2b; }
.product__footer.hit, .product__footer.new { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.product .price { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__category { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.product--horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: left; width: 100% !important; padding: 15px; }
.product--horizontal .product__card { position: static; opacity: 1; visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; text-align: left; padding: 0; }
.product--horizontal .product__img { margin: 0 44px 0 0; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }
.product--horizontal .product__content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 30px; }
.product--horizontal .product__footer { margin-top:20px; display: block; width: 85px; margin-right: 20px; }
.product--horizontal .product__footer .price, .product--horizontal .product__footer .discount, .product--horizontal .product__footer .pbadge { width: auto; }
.product--horizontal .product__title { height: auto !important; margin-bottom: 15px; }
.product--horizontal .price { display: block; margin-bottom: 20px; font-size: 14px; }
.product--horizontal .pbadge, .product--horizontal .discount { vertical-align: middle; }
.product--horizontal .discount { margin-left: 10px; }
.description {overflow:hidden; height:50px}
.discount { color: #a1a1a1; font-family: Oswald; font-size: 8px; font-weight: 700; text-decoration: line-through; letter-spacing: 0.8px; }
/* ==== Filter */
.filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #ececec; min-height: 60px; }
.filter-sidebar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.filter-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.filter__title { color: #979797; font-size: 12px; line-height: 16px; }
.filter-list { list-style: none; margin-left: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.filter-list__item { margin-left: 10px; }
.filter-list__item:first-child { margin-left: 0; }
.filter-list__item.active .filter-list__link { color: #222; }
.filter-list__link { font-size: 16px; color: #d5d5d5; }
.filter-list__link:hover { color: #888; }
.toggle-filter { color: #d5d5d5; font-size: 16px; background-color: transparent; border: none; padding: 0; margin-right: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.toggle-filter:hover { color: #1f4ba5; }
.toggle-filter .sr-only { display: none; }
.sort { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; }
.sort input { position: absolute; left: -999px; }
.sort input:checked + .sort__item { color: #fff; background-color: #222; padding: 0 20px; }
.sort input:checked + .sort__item [class*="icon"] { color: #fff; }
.sort input:checked + .sort__item [class*="icon"] .path1:before { content: ""; }
.sort__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 30px; margin-left: 20px; font-size: 12px; font-weight: 400; line-height: 16px; border-radius: 20px; cursor: pointer; }
.sort__item:hover { color: #1f4ba5; }
.sort__item [class*="icon"] { color: #d5d5d5; margin-left: 5px; }
.hide { position: absolute; left: 0; top: 0; height: 0; width: 0; overflow: hidden; z-index: -1; opacity: 0; visibility: hidden; }
.tab-cont { opacity: 1; -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; visibility: visible; }
.tab-cont.hide { opacity: 0; }
.box-main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.box-main .sidebar { width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.box-main .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.accordion { border-bottom: 1px solid #ececec; }
.accordion__head { height: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 30px; border-top: 1px solid #ececec; cursor: pointer; }
.accordion__head.open [class*="icon"]:before { content: ""; }
.accordion__head:first-child { border-top: none; }
.accordion__head [class*="icon"] { color: #b8b8b8; font-size: 18px; margin-left: 10px; }
.accordion__title { font-family: "Oswald"; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.accordion__body { padding: 0 30px 30px; }
.check-list { list-style: none; }
.check-list__item { margin-bottom: 10px; }
.check-list__text { color: #222222; font-size: 12px; font-weight: 400; line-height: 18px; cursor: pointer; }
.check-list--column .check-list__item { display: inline-block; vertical-align: top; margin-right: -4px; width: 80%; padding-right: 10px; }
.paginator { padding: 0 30px; height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-top: 1px solid #ececec; margin-top: -1px; }
.paginator__item { width: 33.33%; color: #979797; font-size: 12px; font-weight: 400; line-height: 18px; }
.paginator__item:last-child { text-align: right; }
.paginator__item.load { text-align: center; color: #222; }
.paginator__item.load .icon { margin-right: 15px; font-size: 14px; }
.logo{margin-top:10px}
/* Media ====================== */
@media screen and (max-width: 1850px) { .product { width: 16.666%; }
.product__card .btn { margin-left: 5px; } }
@media screen and (max-width: 1291px) { .product { width: 29.3%; }
.logo, .main-menu, .search, .location { margin-right: 20px; } }
@media screen and (max-width: 1599px) { .product { width: 22.8%; }
.logo, .main-menu, .search, .location { margin-right: 20px; } }
@media screen and (max-width: 1024px) { .header { position: relative; }
.product { width: 22.978%; }
.main-menu { display: none; }
.toggle-menu { border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 25%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 10px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (min-width: 9999px) { .header { position: relative; }
.product { width: 18.4%; }
.main-menu { display: none; }
.toggle-menu { display: block; border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 60%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (min-width: 9999px) { .header { position: relative; }
.product { width: 18.7%; }
.main-menu { display: none; }
.toggle-menu { display: block; border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 60%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (min-width: 7777px) { .header { position: relative; }
.product { width: 15.6%; }
.main-menu { display: none; }
.toggle-menu { display: block; border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 60%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (max-width: 1180px) { .product { width: 30.5%; } }
@media screen and (max-width: 960px) { .filter-sidebar { width: auto; border-right: none; }
.toggle-filter { height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 2px solid #d5d5d5; width: 120px; padding: 0 20px; border-radius: 20px; font-family: "Varela Round"; }
.toggle-filter:hover { color: #d5d5d5; }
.toggle-filter.active { color: #1f4ba5; border-color: #1f4ba5; }
.toggle-filter .sr-only { display: inline-block; font-size: 12px; font-weight: 400; line-height: 12px; margin-left: 15px; padding-top: 1px; }
.product { width: 31%; }
.box-main { position: relative; }
.content { -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; -o-transition: transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; }
.sidebar { margin-left: -240px; height: 100%; overflow-y: auto; position: absolute; }
.sidebar.open { margin-left: 0; }
.sidebar.open + .content { -webkit-transform: translate(240px, 0); -ms-transform: translate(240px, 0); transform: translate(240px, 0); }
.box-product.full .product { width: 33.33%; } }
@media screen and (max-width: 930px) { .product { width: 30.73%; }
.box-product.full .product { width: 50%; } }
@media screen and (min-width: 768px) { .hidden-ipad { display: none; } }
@media screen and (max-width: 680px) { .header { padding-left: 20px; padding-right: 20px; height: 65px; }
.toggle-menu, .logo, .main-menu, .location { margin-right: 25px; }
.search { margin-right: 15px; }
.location, .hidden-iphone { display: none; }
.dropdown-content--menu { display: block; }
.dropdown-content__item { width: auto; padding: 0; }
.dropdown-content__item .hr { display: none; }
.dropdown-menu { display: none; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #353535; }
.dropdown-content__title { padding: 15px 20px; margin-bottom: 0; border-bottom: 1px solid #353535; }
.dropdown-content__title br { display: none; }
.dropdown-content__title.d-open { border-bottom-color: transparent; }
.dropdown-content__title.d-open + .dropdown-menu { display: block; }
.dropdown-menu + .dropdown-content__title { margin-top: 0; }
.profile-menu { margin-right: -10px; }
.profile-menu__link { line-height: 65px; padding: 0 10px; }
.header-inner { padding-left: 20px; padding-right: 20px; }
.header-inner .bread-crambs { left: 20px; }
.box-product .product__title { height: auto; }
.product { width: 30%; padding-left: 20px; padding-right: 20px; }
.product__img { margin: 22px 0 35px; }
.product--horizontal .product__img, .product--horizontal .product__content, .product--horizontal .product__footer { margin-right: 20px; }
.box-product.full .product { width: 50%; }
.filter { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.filter-sidebar { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #ececec; }
.filter-content { padding-left: 20px; padding-right: 20px; }
.filter-content .filter__title { display: none; }
.sort__item { margin-left: 0; margin-right: 13px; }
.paginator { padding: 0 20px; }
.paginator__item { font-size: 10px; }
.paginator__item.load .icon { margin-right: 5px; }
.header-inner { min-height: 150px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.header-inner .bread-crambs { top: 25px; -webkit-transform: none; -ms-transform: none; transform: none; }
.header-inner__title { font-size: 28px; line-height: 35px; } }
@media screen and (max-width: 767px) { .header { padding-left: 20px; padding-right: 20px; height: 65px; }
.toggle-menu, .logo, .main-menu, .location { margin-right: 25px; }
.search { margin-right: 15px; }
.location, .hidden-iphone { display: none; }
.dropdown-content--menu { display: block; }
.dropdown-content__item { width: auto; padding: 0; }
.dropdown-content__item .hr { display: none; }
.dropdown-menu { display: none; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #353535; }
.dropdown-content__title { padding: 15px 20px; margin-bottom: 0; border-bottom: 1px solid #353535; }
.dropdown-content__title br { display: none; }
.dropdown-content__title.d-open { border-bottom-color: transparent; }
.dropdown-content__title.d-open + .dropdown-menu { display: block; }
.dropdown-menu + .dropdown-content__title { margin-top: 0; }
.profile-menu { margin-right: -10px; }
.profile-menu__link { line-height: 65px; padding: 0 10px; }
.header-inner { padding-left: 20px; padding-right: 20px; }
.header-inner .bread-crambs { left: 20px; }
.box-product .product__title { height: auto; }
.product { width: 45.8%; padding-left: 20px; padding-right: 20px; }
.product__img { margin: 22px 0 35px; }
.product--horizontal .product__img, .product--horizontal .product__content, .product--horizontal .product__footer { margin-right: 20px; }
.box-product.full .product { width: 50%; }
.filter { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.filter-sidebar { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #ececec; }
.filter-content { padding-left: 20px; padding-right: 20px; }
.filter-content .filter__title { display: none; }
.sort__item { margin-left: 0; margin-right: 13px; }
.paginator { padding: 0 20px; }
.paginator__item { font-size: 10px; }
.paginator__item.load .icon { margin-right: 5px; }
.header-inner { min-height: 150px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.header-inner .bread-crambs { top: 25px; -webkit-transform: none; -ms-transform: none; transform: none; }
.header-inner__title { font-size: 28px; line-height: 35px; } }
@media screen and (max-width: 680px) { .product--horizontal { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product--horizontal .product__img { margin-bottom: 20px; }
.product--horizontal .product__content { margin-right: 0; min-width: 50%; margin-bottom: 20px; }
.product--horizontal .product__footer, .product--horizontal .product__card { width: 73.2%; margin-right: 0; }
.product--horizontal .product__footer { width: 75px; padding-left: 10px; position:absolute; margin-left:110px} }
@media screen and (max-width: 481px) { .product, .box-product.full .product { width: 100%; }
.b-price, .search__button { display: none; }
.search__input { padding: 0 15px; } }
/*# sourceMappingURL=style.css.map */
/*slider*/
.slider {
overflow: hidden;
position: relative;
height: 100vh;
color: #fff;
}
.slider__top-heading {
z-index: 12;
position: absolute;
left: 0;
top: 100px;
width: 100%;
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2.5px;
-webkit-transition: all 0.5s 1s;
transition: all 0.5s 1s;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
}
.slider.s--ready .slider__top-heading {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.slider__slides {
position: relative;
height: 100%;
}
.slider__slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.slider__slide.s--active {
pointer-events: auto;
}
.slider__slide-content {
z-index: 6;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
text-transform: uppercase;
line-height: 1;
}
.slider__slide-subheading {
margin-bottom: 20px;
font-size: 24px;
letter-spacing: 2px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.slider__slide.s--active .slider__slide-subheading {
-webkit-transition-delay: 0.65s;
transition-delay: 0.65s;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.slider__slide-heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
font-size: 60px;
letter-spacing: 12px;
}
.slider__slide-heading span {
display: block;
opacity: 0;
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
-webkit-transition: all 0.33333s;
transition: all 0.33333s;
}
.slider__slide.s--prev .slider__slide-heading span {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.slider__slide.s--active .slider__slide-heading span {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.slider__slide-heading span:nth-child(1) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(1) {
-webkit-transition-delay: 0.33333s;
transition-delay: 0.33333s;
}
.slider__slide-heading span:nth-child(2) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(2) {
-webkit-transition-delay: 0.43333s;
transition-delay: 0.43333s;
}
.slider__slide-heading span:nth-child(3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(3) {
-webkit-transition-delay: 0.53333s;
transition-delay: 0.53333s;
}
.slider__slide-heading span:nth-child(4) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(4) {
-webkit-transition-delay: 0.63333s;
transition-delay: 0.63333s;
}
.slider__slide-heading span:nth-child(5) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(5) {
-webkit-transition-delay: 0.73333s;
transition-delay: 0.73333s;
}
.slider__slide-heading span:nth-child(6) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(6) {
-webkit-transition-delay: 0.83333s;
transition-delay: 0.83333s;
}
.slider__slide-heading span:nth-child(n+7) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(n+7) {
-webkit-transition-delay: 0.93333s;
transition-delay: 0.93333s;
}
.slider__slide-readmore {
position: relative;
font-size: 14px;
text-transform: lowercase;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
cursor: pointer;
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.slider__slide.s--active .slider__slide-readmore {
-webkit-transition-delay: 0.65s;
transition-delay: 0.65s;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.slider__slide-readmore:before {
content: '';
position: absolute;
left: -2px;
top: -3px;
width: calc(100% + 4px);
height: calc(100% + 6px);
background: rgba(255, 255, 255, 0.4);
-webkit-transform: scaleX(0.3);
transform: scaleX(0.3);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.slider__slide-readmore:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.slider__slide-parts {
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
.slider__slide-parts:after {
content: '';
z-index: 5;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.slider__slide-part {
position: relative;
width: 25%;
height: 100%;
}
.slider__slide-part-inner {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
background-size: 0 0;
background-repeat: no-repeat;
-webkit-transition: -webkit-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.slider__slide-part-inner:before {
content: '';
position: absolute;
width: 100vw;
height: 100%;
background-image: inherit;
background-size: cover;
background-position: center center;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
opacity: 0;
}
.slider__slide-part:nth-child(1) .slider__slide-part-inner {
z-index: 3;
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
-webkit-transform: translateX(-32.5%);
transform: translateX(-32.5%);
}
.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.slider__slide-part:nth-child(1) .slider__slide-part-inner:before {
left: 0vw;
-webkit-transition-delay: 0.365s;
transition-delay: 0.365s;
}
.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.slider__slide-part:nth-child(2) .slider__slide-part-inner {
z-index: 2;
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
-webkit-transform: translateX(-65%);
transform: translateX(-65%);
}
.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s;
}
.slider__slide-part:nth-child(2) .slider__slide-part-inner:before {
left: -25vw;
-webkit-transition-delay: 0.285s;
transition-delay: 0.285s;
}
.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s;
}
.slider__slide-part:nth-child(3) .slider__slide-part-inner {
z-index: 1;
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
-webkit-transform: translateX(-97.5%);
transform: translateX(-97.5%);
}
.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner {
-webkit-transition-delay: 0.44s;
transition-delay: 0.44s;
}
.slider__slide-part:nth-child(3) .slider__slide-part-inner:before {
left: -50vw;
-webkit-transition-delay: 0.205s;
transition-delay: 0.205s;
}
.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.44s;
transition-delay: 0.44s;
}
.slider__slide-part:nth-child(4) .slider__slide-part-inner {
z-index: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateX(-130%);
transform: translateX(-130%);
}
.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner {
-webkit-transition-delay: 0.52s;
transition-delay: 0.52s;
}
.slider__slide-part:nth-child(4) .slider__slide-part-inner:before {
left: -75vw;
-webkit-transition-delay: 0.125s;
transition-delay: 0.125s;
}
.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.52s;
transition-delay: 0.52s;
}
.slider__slide.s--active .slider__slide-part-inner {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.slider__slide.s--active .slider__slide-part-inner:before {
opacity: 1;
}
.slider__control {
z-index: 100;
position: absolute;
left: 50px;
top: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
opacity: 0;
-webkit-transition: all 0.5s 1s;
transition: all 0.5s 1s;
cursor: pointer;
}
.slider__control:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 20px;
height: 20px;
margin-left: -10px;
margin-top: -10px;
border: 2px solid #000;
border-bottom: none;
border-right: none;
-webkit-transform: translateX(5px) rotate(-45deg);
transform: translateX(5px) rotate(-45deg);
}
.slider__control--right {
left: auto;
right: 50px;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.slider__control--right:before {
-webkit-transform: translateX(-5px) rotate(135deg);
transform: translateX(-5px) rotate(135deg);
}
.slider.s--ready .slider__control {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.icon-link {
z-index: 100;
position: absolute;
left: 5px;
bottom: 5px;
width: 32px;
}
.icon-link img {
width: 100%;
vertical-align: top;
}
.icon-link--twitter {
left: auto;
right: 5px;
}
.main-menu-static {
display: inherit;
}
.main-menu-static .main-menu__item {
display: inline-block;
}
@media screen and (max-width: 1300px) {
.main-menu-static {
margin-right: 0px;
}
}
@media screen and (max-width: 1024px) {
.main-menu-static {
display: none;
}
.toggle-menu {
display: block;
}
}
.tabdet {
max-width: 90%;
float: none;
list-style: none;
padding: 0;
margin: 75px auto;
border-bottom: 4px solid #ccc;
}
.tabdet:after {
content: '';
display: table;
clear: both;
}
.tabdet input[type=radio] {
display:none;
}
.tabdet label p {
padding: 5px;
margin-right: 0;
}
.tabdet label {
display: block;
float: left;
width: 50%;
color: #ccc;
font-size: 30px;
font-weight: normal;
text-decoration: none;
text-align: center;
line-height: 2;
cursor: pointer;
box-shadow: inset 0 4px #ccc;
border-bottom: 4px solid #ccc;
-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
transition: all 0.5s;
}
.tabdet label span {
display: none;
}
.tabdet label:hover {
color: #3498db;
box-shadow: inset 0 4px #3498db;
border-bottom: 4px solid #3498db;
}
.tab-content {
font-size: 15px;
display: none;
width: 100%;
float: left;
padding: 15px;
box-sizing: border-box;
background-color:#ffffff;
}
.tabdet [id^="tab"]:checked + label {
background: #FFF;
box-shadow: inset 0 4px #1f4ba5;
border-bottom: 4px solid #1f4ba5;
color: #1f4ba5;
}
#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2
{
display: block;
}
@media (min-width: 768px) {
.tabdet p {
padding: 5px;
margin-right: 10px;
}
.tabdet {
max-width: 850px;
margin: 50px auto;
}
}
.containerdet {
width: 800px;
margin: 0 auto;
}
.det-flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.d-none {
display: none;
}
/*-------First screen-------*/
.carddet {
padding: 50px 0;
}
.product__photo {
width: 100px;
height: 100px;
}
.product__photo img {
width: 100%;
}
.product__photo_active {
width: auto;
}
.product__photo_active img {
width: 100%;
}
.product__description {
float: right;
margin-left: 90px;
}
.productdet__title {
color: #181818;
font-weight: 900;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.125rem;
}
.product__price {
font-size: 30px;
font-weight: 900;
color: #181818;
margin: 20px 0 40px;
}
.product__size {
text-transform: uppercase;
color: #181818;
font-size: 1em;
margin-bottom: 30px;
letter-spacing: 1px;
}
.product__name {
text-transform: uppercase;
color: #181818;
font-size: 1em;
margin-bottom: 0.87em;
letter-spacing: 1px;
}
.product__name a {
color: #AAAAAA;
font-size: 0.875em;
text-transform: none;
padding-left: 2.3em;
margin-left: 1em;
position: relative;
}
.size__list {
list-style: none;
padding-left: 0;
margin: 0 0 5px;
}
.size__item {
padding: 0;
height: 40px;
border: 1px solid #E1E1E1;
border-radius: 20px;
color: #181818;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
margin: 15px 10px 0 0;
}
.size__item_passive {
border-color: transparent;
color: #e1e1e1;
cursor: pointer;
}
.size__item:hover {
border-color: #2b76c1;
color: #2b76c1;
}
.basketp {
margin-bottom: 1.5em;
width: 100%;
max-width: 460px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content:space-between;
align-items: center;
}
.basket__btn {
color: #fff;
background: #1f4ba5;
border-color: #1f4ba5;
height: auto;
min-height: 44px;
border-radius: 100px;
font-size: 17px;
width: 400px;
font-weight: 900;
}
.basket__like {
display: block;
max-width: 44px;
width: 100%;
height: 44px;
border: 1px solid #E1E1E1;
border-radius: 100%;
position: relative;
flex: 0 0 auto;
color: #E1E1E1;
line-height: 44px;
text-align: center;
font-size: 40px;
}
.basket__like:before {
content: '';
position: absolute;
top: -2px;
left: 50%;
display: block;
transform: translate(-50%, -100%);
border-top: 8px solid rgba(24, 24, 24, 0.7);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
pointer-events: none;
opacity: 0;
transition: opacity .2s;
backface-visibility: hidden;
}
.basket__like::after {
content: "Добавить в избранное";
position: absolute;
top: -10px;
right: 0px;
display: block;
font-size: 0.875rem;
letter-spacing: normal;
background-color: rgba(24, 24, 24, 0.7);
color: rgb(255, 255, 255);
transform: translateY(-100%);
pointer-events: none;
opacity: 0;
backface-visibility: hidden;
padding: 0px 8px;
border-radius: 10px;
transition: opacity 0.2s;
width: 200px;
}
.comment {
max-width: 1250px;
margin: 0 auto 10px;
background-color: #fff;
outline: 10px solid #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: flex-start;
border-bottom: 1px solid #E1E1E1;
padding-bottom: 10px;
}
.comment__rules {
vertical-align: center;
font-size: 0.75rem;
color: #AAAAAA;
letter-spacing: normal;
line-height: 1;
margin-top: 30px;
}
.comment__btn {
min-height: 44px;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
color: #fff;
background-color: #8F0D57;
border-color: #8F0D57;
border: 1px solid transparent;
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 100px;
transition: all 0.2s ease-in-out;
}
.ui-widget-header {
border: none;
background: transparent;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #d6d6d6;
background: #2b76c1;
font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #fff;
text-decoration: none;
}
.ui-widget.ui-widget-content {
border: 0px solid #c5c5c5;
}
.ui-widget-content {
border: 0px solid #ddd;
}
.btn-group {
position: relative;
display: inline-block;
}
.btn-group .btn {
cursor: pointer;
float: left;
height: 10px;
width: 10px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.3);
margin-left: 6px;
margin-top: 1px;
}
.btn-group .btn:first-child {
margin-left: 3px;
}
.btn-group svg {
z-index: -1;
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
overflow: visible;
}
.btn-group path {
fill: none;
stroke: #eee;
stroke-dasharray: 39, 99999;
transition: all 1s ease-in-out;
stroke-width: 2;
}
.slides {
transition: left 1s ease-in-out;
height: 100vh;
position: absolute;
}
.slides .slide {
height: 100vh;
width: 100vw;
float: left;
}
.slides .slide:nth-child(1) {
background: #c66;
}
.slides .slide:nth-child(2) {
background: #acac39;
}
.slides .slide:nth-child(3) {
background: #39ac39;
}
.slides .slide:nth-child(4) {
background: #40bfbf;
}
.slides .slide:nth-child(5) {
background: #8c8cd9;
}
body {
margin: 0;
padding: 0;
}
.navs {
text-align: center;
position: absolute;
width: 100%;
bottom: 5%;
transform: translateY(-50%);
}
.cartz { width: 300px; }
.cartz-list { list-style: none; }
.cartz-list__item {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding: 10px;}
.cartz-list__img { width: 60px; margin-right: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; text-align: center; }
.cartz-list__img img { display: inline-block; max-width: 100%; }
.cartz-list__info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.cartz-list__info .product__title { margin-bottom: 10px; }
.cartz-list__details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.cartz-list__details .price { margin-right: 10px; }
.cartz-list__delete { padding: 0 10px 0 0; margin-left: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; color: #b6b6b6; font-size: 12px; }
.cartz-list__delete a { color: inherit; }
.cartz-list__delete a:hover { color: #222; }
.cartz-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 10px; }
.cartz-footer .total { width: 60px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; margin-right: 20px; text-align: right; }
.cartz-footer .price { margin-right: 28px; }
/*
* базовые стили демо
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
* контактная форма
*/
.contact {
max-width: 467px;
min-width: 320px;
margin: 0 auto;
background: rgba(255,255,255,0.9);
box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.contact * {
outline: none;
border: 0;
background: none;
}
form fieldset {
display: block;
padding: 25px 30px;
}
form .row {
margin: 0 -15px;
}
form .col-2 {
width: 50%;
}
form .col {
float: left;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
form .row:after {
content: '';
display: table;
clear: both;
}
form section {
margin-bottom: 20px;
}
form .input, form .textarea, form .radio, form .checkbox, form .button {
position: relative;
display: block;
}
form .fa-append {
position: absolute;
top: 5px;
right: 5px;
width: 29px;
height: 29px;
padding-left: 3px;
border-left: 1px solid #e5e5e5;
font-size: 15px;
line-height: 29px;
text-align: center;
color: #ccc;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
content: "\f007";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-tag:before {
content: "\f02b";
}
.fa-comment:before {
content: "\f075";
}
form .input .fa-append + input, form .textarea .fa-append + textarea {
padding-right: 46px;
}
form .input input, form .textarea textarea {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
height: 39px;
padding: 8px 10px;
outline: none;
border: 2px solid #e5e5e5;
border-radius: 0;
background: #fff;
font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
color: #404040;
appearance: normal;
-moz-appearance: none;
-webkit-appearance: none;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
}
form .textarea textarea {
height: auto;
resize: none;
overflow:auto;
}
form .input:hover input,
form .textarea:hover textarea,
form .checkbox:hover i {
border-color: #00BDAB;
}
form .input input:focus,
form .textarea textarea:focus,
form .checkbox input:focus + i {
border-color: #009688;
}
form .button {
float: right;
height: 39px;
overflow: hidden;
margin-left: 20px;
padding: 0 20px;
outline: none;
border: 0;
background-color: #009688;
font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
text-decoration: none;
color: #fff;
cursor: pointer;
opacity: 0.8;
transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
form .button:hover {
opacity: 1;
}
@media screen and (max-width: 470px){
.col, .col-2 { float: none !important; width: 100% !important;}
}
.form2{
margin-top: 2vw;
}
.label2{
font-size: 1.5vw;
}
.profile{
margin-bottom: 2vw;
font-size: 3vw;
text-align: center;
margin-top:5vw;
}
.profile1{
margin-bottom: 2vw;
font-size: 3vw;
margin-left: 35vw;
margin-top:3vw;
}
.form3{
margin: 0 auto;
width: 300px;
}
.input2 {
width: 300px;
font-size: 13px;
padding: 6px 0 4px 10px;
border: 1px solid #cecece;
background: #F6F6f6;
border-radius: 8px;
}
/* Slider */
#slider{
width:100%;
height:500px;
position:relative;
overflow:hidden;
}
.slides{
width:100%;
height:400%;
position:relative;
-webkit-animation:slide 30s infinite;
-moz-animation:slide 30s infinite;
animation:slide 30s infinite;
}
.slider{
width:100%;
height:25%;
position:relative;
z-index:1;
overflow:hidden;
}
.slide img{
width:100%;
height:100%;
}
.slide img{
width:100%;
height:100%;
}
.image2{
width:100%;
height:100%;
}
.image2 img{
width:100%;
height:100%;
}
/* Legend */
.legend{
border:500px solid transparent;
border-left:800px solid rgba(52, 73, 94, .7);
border-bottom:0;
position:absolute;
bottom:0;
}
/* Contents */
.content2{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}
.content-txt{
width:400px;
height:150px;
float:left;
position:relative;
top:300px;
-webkit-animation:content-s 7.5s infinite;
-moz-animation:content-s 7.5s infinite;
animation:content-s 7.5s infinite;
}
.content-txt h1{
font-family:Intro;
font-size:24px;
color:#fff;
text-align:left;
margin-left:30px;
padding-bottom:10px;
}
.content-txt h2{
font-family:Quicksand;
font-weight:normal;
font-size:14px;
font-style:italic;
color:#fff;
text-align:left;
margin-left:30px;
}
/* Switch */
.switch{
width:120px;
height:10px;
position:absolute;
bottom:50px;
z-index:99;
left:30px;
}
.switch > ul{
list-style:none;
}
.switch > ul > li{
width:10px;
height:10px;
border-radius:50%;
background:#333;
float:left;
margin-right:5px;
cursor:pointer;
}
.switch ul{
overflow:hidden;
}
.on{
width:100%;
height:100%;
border-radius:50%;
background:#f39c12;
position:relative;
-webkit-animation:on 30s infinite;
-moz-animation:on 30s infinite;
animation:on 30s infinite;
}
/* Animation */
@-webkit-keyframes slide{
0%,100%{
margin-top:0%;
}
21%{
margin-top:0%;
}
25%{
margin-top:-500px;
}
46%{
margin-top:-500px;
}
50%{
margin-top:-1000px;
}
71%{
margin-top:-1000px;
}
75%{
margin-top:-1500px;
}
96%{
margin-top:-1500px;
}
}
@-moz-keyframes slide{
0%,100%{
margin-top:0%;
}
21%{
margin-top:0%;
}
25%{
margin-top:-500px;
}
46%{
margin-top:-500px;
}
50%{
margin-top:-1000px;
}
71%{
margin-top:-1000px;
}
75%{
margin-top:-1500px;
}
96%{
margin-top:-1500px;
}
}
@keyframes slide{
0%,100%{
margin-top:0%;
}
21%{
margin-top:0%;
}
25%{
margin-top:-500px;
}
46%{
margin-top:-500px;
}
50%{
margin-top:-1000px;
}
71%{
margin-top:-1000px;
}
75%{
margin-top:-1500px;
}
96%{
margin-top:-1500px;
}
}
@-webkit-keyframes content-s{
0%{left:-420px;}
10%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@-moz-keyframes content-s{
0%{left:-420px;}
10%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@keyframes content-s{
0%{left:-420px;}
10%{left:20px;}
15%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@-webkit-keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
@-moz-keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
@keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
.dm-overlay {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.65);
display: none;
overflow: auto;
width: 100%;
height: 100%;
z-index: 1000;
}
/* активируем слой затемнения и модальное окно */
.dm-overlay:target {
display: block;
/* анимация и время задержки */
-webkit-animation: fade .6s;
-moz-animation: fade .6s;
animation: fade .6s;
}
/* блочная таблица */
.dm-table {
display: table;
width: 100%;
height: 100%;
}
/* ячейка блочной таблицы */
.dm-cell {
display: table-cell;
padding: 0 1em;
vertical-align: middle;
text-align: center;
}
/* модальный блок */
.dm-modal {
display: inline-block;
padding: 20px;
/* максимально возможная ширина */
max-width: 50em;
background: #607d8b;
/* внешняя тень блока */
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
color: #cfd8dc;
text-align: left;
/* анимация и время задержки */
-webkit-animation: fade .8s;
-moz-animation: fade .8s;
animation: fade .8s;
}
/* анимация при появлении затемнения и блоков с содержанием */
@-moz-keyframes fade {
from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
from { opacity: 0; }
to { opacity: 1 }
}
.dm-overlay {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.65);
display: none;
overflow: auto;
width: 100%;
height: 100%;
z-index: 1000;
}
/* активируем модальное окно */
.dm-overlay:target {
display: block;
-webkit-animation: fade .6s;
-moz-animation: fade .6s;
animation: fade .6s;
}
/* блочная таблица */
.dm-table {
display: table;
width: 100%;
height: 100%;
}
/* ячейка блочной таблицы */
.dm-cell {
display: table-cell;
padding: 0 1em;
vertical-align: middle;
text-align: center;
}
/* модальный блок */
.dm-modal {
font-size: 20px;
width: 300px;
display: inline-block;
padding: 20px;
max-width: 50em;
background: #607d8b;
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
color: #cfd8dc;
text-align: left;
}
/* изображения в модальном окне */
.dm-modal img {
width: 100%;
height: auto;
}
/* миниатюры изображений */
.pl-left,
.pl-right {
width: 25%;
height: auto;
}
/* миниатюра справа */
.pl-right {
float: right;
margin: 5px 0 5px 15px;
}
/* миниатюра слева */
.pl-left {
float: left;
margin: 5px 15px 5px 0;
}
/* встраиваемое видео в модальном окне */
.video {
position: relative;
overflow: hidden;
padding-bottom: 56.25%;
height: 0;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* рисуем кнопарь закрытия */
.close {
z-index: 9999;
float: right;
width: 30px;
height: 30px;
color: #cfd8dc;
text-align: center;
text-decoration: none;
line-height: 26px;
cursor: pointer;
}
.close:after {
display: block;
border: 2px solid #cfd8dc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: 'X';
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
}
/* кнопка закрытия при наведении */
.close:hover:after {
border-color: #fff;
color: #fff;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/* варианты фонвой заливки модального блока */
.green {
background: #388e3c!important;
}
.cyan {
background: #0097a7!important;
}
.teal {
background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */
@-moz-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1
}
}
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1
}
}
.size__item.checkd {
border-color: #2b76c1;
color: #2b76c1;
}
.content-loading {
position: absolute;
background-color: #CCC;
opacity: 0.80;
width: 100%;
height: 100%;
z-index: 9999;
}
.title{
margin-top: 2vw;
text-align: center;
font-size: 30px;
}
.left{
text-align: center;
font-size: 20px;
} | web/css/style.css | @charset "UTF-8";
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, 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%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { margin: 0px; padding: 0px; font-family: Arial, Tahoma, sans-serif; line-height: 1; background-color: #ffffff; height: 100%; position: relative; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after { content: ""; content: none; }
q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }
html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
input, textarea { color: #333; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }
input[type="button"], input[type="submit"] { cursor: pointer; -webkit-appearance: none; outline: none; }
input[type="search"] { -webkit-appearance: none; }
::-ms-clear { width: 0; height: 0; }
button { cursor: pointer; -webkit-appearance: none; outline: none; }
td, form { margin: 0px; padding: 0px; }
a { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after, .wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body { color: #222; font: 400 10px "Varela Round", Arial, sans-serif; background: #FFF; }
/* MAIN STYLES */
/* ================================================ */
.main-wrapper { padding: 0; min-width: 320px; position: relative; overflow: hidden; opacity: 1; min-height: 100%; }
img { display: block; max-width: 100%; }
span { display: inline-block; }
/* text position */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-error { color: #ff3f2b; }
/* Icons ====================== */
.ic { position: relative; display: inline-block; vertical-align: middle; }
/* Buttons ====================== */
.btn { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #fff; height: 30px; background-color: #1f4ba5; padding: 0 25px; border-radius: 20px; font-family: "Varela Round", Arial, sans-serif; font-size: 12px; font-weight: 400; }
.toggle-menu { display: none; }
.dropdown-content dropdown-content--menu open{z-index:2000}
.favorite { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.favorite .icon { font-size: 14px; }
.favorite:hover { color: #fff; }
.menu__sort {
color: #000;
margin-left:20px;
border: 1px solid transparent;
font-size: 12px;
width: auto;
text-align:center;
}
.arrow-up {
color:#78788a;
}
.arrow-down {
color:#ececec;
}
.gray {
color: #78788a;
}
.blue {
color: #ececec;
}
/* Header ====================== */
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, 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%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { margin: 0px; padding: 0px; font-family: Arial, Tahoma, sans-serif; line-height: 1; background-color: #ffffff; height: 100%; position: relative; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after { content: ""; content: none; }
q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }
html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
input, textarea { color: #333; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }
input[type="button"], input[type="submit"] { visibility:hidden; cursor: pointer; -webkit-appearance: none; outline: none; }
input[type="search"] { -webkit-appearance: none; }
::-ms-clear { width: 0; height: 0; }
button { cursor: pointer; -webkit-appearance: none; outline: none; }
td, form { margin: 0px; padding: 0px; }
a { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after, .wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body { color: #222; font: 400 10px "Varela Round", Arial, sans-serif; background: #FFF; }
/* MAIN STYLES */
/* ================================================ */
.main-wrapper { padding: 0; min-width: 320px; position: relative; overflow: hidden; opacity: 1; min-height: 100%; }
img { display: block; max-width: 100%; }
span { display: inline-block; }
/* text position */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-error { color: #ff3f2b; }
/* Icons ====================== */
.ic { position: relative; display: inline-block; vertical-align: middle; }
/* Buttons ====================== */
.btn { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #fff; height: 30px; background-color: #1f4ba5; padding: 0 25px; border-radius: 20px; font-family: "Varela Round", Arial, sans-serif; font-size: 12px; font-weight: 400; }
.toggle-menu { display: none; }
.favorite { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.favorite .icon { font-size: 14px; }
.favorite:hover { color: #fff; }
/* Header ====================== */
.header { height: 80px; background-color: #ffffff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 30px; border-bottom: 1px solid #ececec; }
.logo { margin-right: 38px; padding-bottom: 7px; }
.main-menu { list-style: none; margin-right: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.main-menu__link { line-height: 80px; color: #222; font-size: 14px; display: block; padding: 0 20px; }
.main-menu__link [class*="icon"] { margin-left: 3px; font-size: 8px; color: #1f4ba5; }
.dropdown { position: relative; }
.dropdown:hover .dropdown-content { opacity: 1; margin-top: 0; left: -10px; visibility: visible; }
.dropdown--right:hover .dropdown-content { left: auto; right: -10px; }
.dropdown--right .dropdown-content:before { right: 30px; z-index: 1; }
.dropdown--right .dropdown-content:after { right: 29px; }
.dropdown--white .dropdown-content { background: #fff; border: 1px solid #ececec; padding: 0; }
.dropdown--white .dropdown-content:before { border-bottom-color: #fff; }
.dropdown--white .dropdown-content:after { content: ""; display: block; position: absolute; bottom: 100%; width: 0px; height: 0px; border-style: solid; border-width: 0 8px 9px 8px; border-color: transparent transparent #ececec transparent; }
.dropdown-content { position: absolute; background: #222; padding: 30px; width: 240px; top: 100%; z-index: 99; left: -10000px; visibility: hidden; opacity: 0; margin-top: 30px; -webkit-transition: opacity 0.3s, margin-top 0.4s; -o-transition: opacity 0.3s, margin-top 0.4s; transition: opacity 0.3s, margin-top 0.4s; }
.dropdown-content:before { content: ""; display: block; position: absolute; bottom: 100%; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #222 transparent; }
.dropdown-menu { list-style: none; }
.dropdown-menu__item { margin-bottom: 8px; }
.dropdown-menu__item:last-child { margin-bottom: 0; }
.dropdown-menu__link { font-size: 12px; line-height: 16px; color: #bcbcbc; }
.dropdown-menu__link:hover { color: #fff; }
.search { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; position: relative; margin-right: 48px; }
.search__input { visibility:hidden; width: 100%; height: 30px; background-color: #f6f6f6; padding: 0 40px 0 20px; color: #222; font-family: "PT Serif", sans-serif; font-size: 12px; line-height: 12px; border: none; border-radius: 20px; }
.search__input:-ms-input-placeholder { font-style: italic; color: #868686; }
.search__input::-moz-placeholder { font-style: italic; color: #868686; }
.search__input::-webkit-input-placeholder { font-style: italic; color: #868686; }
.search__input::-ms-input-placeholder { font-style: italic; color: #868686; }
.search__input::placeholder { font-style: italic; color: #868686; }
.search__button { position: absolute; top: 5px; right: 3px; font-family: "icomoon" !important; background-color: transparent; border: none; font-size: 18px; }
.location { margin-right: 47px; }
.location__link { color: #868686; font-size: 12px; }
.location [class*="icon"] { font-size: 20px; color: #222; margin-right: 6px; }
.profile-menu { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: -17px; }
.profile-menu__link { display: block; line-height: 80px; padding: 0 17px; }
.profile-menu__link [class*="icon"] { font-size: 18px; color: #222; vertical-align: middle; }
.profile-menu .dropdown-content { width: auto; }
.basket { line-height: 1.4; position: relative; }
.basket .badge { position: absolute; top: -8px; right: -9px; }
.b-price { vertical-align: middle; margin-left: 13px; color: #222; font-family: "Oswald"; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; }
.badge { min-width: 16px; height: 16px; padding: 0 4px; background-color: #1f4ba5; border-radius: 50%; display: inline-block; vertical-align: middle; text-align: center; line-height: 17px; color: #fff; font-size: 9px; }
.user-menu { width: 180px; list-style: none; }
.user-menu__item { border-bottom: 1px solid #ececec; }
.user-menu__item:last-child { border-bottom: none; }
.user-menu__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #222; font-size: 12px; font-weight: 400; line-height: 40px; padding: 0 20px; }
.user-menu__link [class*="icon"] { width: 18px; text-align: center; color: #ccc; font-size: 16px; margin-right: 15px; }
.user-menu__link .badge { margin-left: auto; }
.cart { width: 300px; }
.cart-list { list-style: none; }
.cart-list__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ececec; padding: 10px; }
.cart-list__img { width: 60px; margin-right: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; text-align: center; }
.cart-list__img img { display: inline-block; max-width: 100%; }
.cart-list__info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.cart-list__info .product__title { margin-bottom: 10px; }
.cart-list__details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.cart-list__details .price { margin-right: 10px; }
.cart-list__delete { padding: 0 10px 0 0; margin-left: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; color: #b6b6b6; font-size: 12px; }
.cart-list__delete a { color: inherit; }
.cart-list__delete a:hover { color: #222; }
.cart-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 10px; }
.cart-footer .total { width: 60px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; margin-right: 20px; text-align: right; }
.cart-footer .price { margin-right: 28px; }
.price { color: #222; font-family: "Oswald", sans-serif; font-size: 12px; font-weight: 700; }
.price--danger { color: #ff3f2b; }
.total { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
/* Content ====================== */
/* ==== Header Inner */
.header-inner { position: relative; background-position: right center; background-size: cover; background-repeat: no-repeat; height: 180px; padding: 20px 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; }
.header-inner__title { color: #222; font-size: 48px; font-weight: 400; }
.header-inner .category { display: block; }
.header-inner .bread-crambs { position: absolute; left: 30px; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.bread-crambs { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.bread-crambs__item { margin-right: 4px; }
.bread-crambs__link { color: #868686; font-size: 12px; font-weight: 400; }
.bread-crambs__link:hover { color: #222; }
.category { color: #1f4ba5; font-family: "Oswald"; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.sidebar { -webkit-transition: margin-left 0.4s; -o-transition: margin-left 0.4s; transition: margin-left 0.4s; }
/* ==== Product */
.box-product { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1px; }
.box-product .product__title { height: 30px; overflow: hidden; }
.product { position: relative; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; width: 14.285%; padding: 26px 30px; text-align: center; }
@media screen and (min-width: 0px) { .product:not(.product--horizontal):hover .product__title, .product:not(.product--horizontal):hover .price { color: #fff; }
.product:not(.product--horizontal):hover .product__footer { position: relative; z-index: 2; }
.product:not(.product--horizontal):hover .product__card { z-index: 2; opacity: 1; visibility: visible; }
.product:not(.product--horizontal):hover:before { height: 100%; width: 100%; left: 0; top: 0; } }
.product:before { content: ""; display: block; z-index: 1; position: absolute; top: 50%; left: 50%; height: 0; width: 0; background: #222; opacity: 0.95; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__title { position: relative; z-index: 2; color: #222; font-size: 12px; font-weight: 400; line-height: 16px; }
.product__title a { color: inherit; }
.product__title a:hover { text-decoration: underline; }
.product__img { position: relative; }
.product__img img { margin: 0 auto; }
.product__card { opacity: 0; visibility: hidden; position: absolute; left: -30px; right: -30px; padding: 0 10px; text-align: center; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__card .btn { margin-left: 10px; }
.product__card .btn:hover { background-color: grey}
.product__card .favorite { display: inline-block; margin-top: 15px; }
.product__details { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; }
.product__footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.product__footer .price, .product__footer .discount, .product__footer .pbadge { width: 33.33%; }
.product__footer .discount { text-align: right; }
.product__footer.sale .price { color: #ff3f2b; }
.product__footer.hit, .product__footer.new { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.product .price { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__category { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.product--horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: left; width: 100% !important; padding: 15px; }
.product--horizontal .product__card { position: static; opacity: 1; visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; text-align: left; padding: 0; }
.product--horizontal .product__img { margin: 0 44px 0 0; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }
.product--horizontal .product__content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 30px; }
.product--horizontal .product__footer { display: block; width: 85px; margin-right: 20px; }
.product--horizontal .product__footer .price, .product--horizontal .product__footer .discount, .product--horizontal .product__footer .pbadge { width: auto; }
.product--horizontal .product__title { height: auto !important; margin-bottom: 15px; }
.product--horizontal .price { display: block; margin-bottom: 20px; font-size: 14px; }
.product--horizontal .pbadge, .product--horizontal .discount { vertical-align: middle; }
.product--horizontal .discount { margin-left: 10px; }
.discount { color: #a1a1a1; font-family: Oswald; font-size: 8px; font-weight: 700; text-decoration: line-through; letter-spacing: 0.8px; }
/* ==== Filter */
.filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #ececec; min-height: 60px; }
.filter-sidebar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.filter-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.filter__title { color: #979797; font-size: 12px; line-height: 16px; }
.filter-list { list-style: none; margin-left: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.filter-list__item { margin-left: 10px; }
.filter-list__item:first-child { margin-left: 0; }
.filter-list__item.active .filter-list__link { color: #222; }
.filter-list__link { font-size: 16px; color: #d5d5d5; }
.filter-list__link:hover { color: #888; }
.toggle-filter { color: #d5d5d5; font-size: 16px; background-color: transparent; border: none; padding: 0; margin-right: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.toggle-filter:hover { color: #1f4ba5; }
.toggle-filter .sr-only { display: none; }
.sort { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; }
.sort input { position: absolute; left: -999px; }
.sort input:checked + .sort__item { color: #fff; background-color: #222; padding: 0 20px; }
.sort input:checked + .sort__item [class*="icon"] { color: #fff; }
.sort input:checked + .sort__item [class*="icon"] .path1:before { content: ""; }
.sort__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 30px; margin-left: 20px; font-size: 12px; font-weight: 400; line-height: 16px; border-radius: 20px; cursor: pointer; }
.sort__item:hover { color: #1f4ba5; }
.sort__item [class*="icon"] { color: #d5d5d5; margin-left: 5px; }
.hide { position: absolute; left: 0; top: 0; height: 0; width: 0; overflow: hidden; z-index: -1; opacity: 0; visibility: hidden; }
.tab-cont { opacity: 1; -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; visibility: visible; }
.tab-cont.hide { opacity: 0; }
.box-main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.box-main .sidebar { width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.box-main .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.accordion { border-bottom: 1px solid #ececec; }
.accordion__head { height: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 30px; border-top: 1px solid #ececec; cursor: pointer; }
.accordion__head.open [class*="icon"]:before { content: ""; }
.accordion__head:first-child { border-top: none; }
.accordion__head [class*="icon"] { color: #b8b8b8; font-size: 18px; margin-left: 10px; }
.accordion__title { font-family: "Oswald"; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.accordion__body { padding: 0 30px 25px; }
.check-list { list-style: none; }
.check-list__item { margin-bottom: 10px; }
.check-list__text { color: #222222; font-size: 12px; font-weight: 400; line-height: 18px; cursor: pointer; }
.check-list--column .check-list__item { display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; padding-right: 10px; }
.paginator { padding: 0 30px; height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-top: 1px solid #ececec; margin-top: -1px; }
.paginator__item { width: 33.33%; color: #979797; font-size: 12px; font-weight: 400; line-height: 18px; }
.paginator__item:last-child { text-align: right; }
.paginator__item.load { text-align: center; color: #222; }
.paginator__item.load .icon { margin-right: 15px; font-size: 14px; }
/* Media ====================== */
@media screen and (max-width: 1850px) { .product { width: 16.666%; }
.product__card .btn { margin-left: 5px; } }
@media screen and (max-width: 1599px) { .product { width: 20%; }
.logo, .main-menu, .search, .location { margin-right: 20px; } }
@media screen and (max-width: 1399px) { .header { position: relative; }
.product { width: 25%; }
.main-menu { display: none; }
.toggle-menu { border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 25%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { opacity: 1; margin-top: 0; left: 0px; visibility: visible; }
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (max-width: 1180px) { .product { width: 33.33%; } }
@media screen and (max-width: 960px) { .filter-sidebar { width: auto; border-right: none; }
.toggle-filter { height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 2px solid #d5d5d5; width: 120px; padding: 0 20px; border-radius: 20px; font-family: "Varela Round"; }
.toggle-filter:hover { color: #d5d5d5; }
.toggle-filter.active { color: #1f4ba5; border-color: #1f4ba5; }
.toggle-filter .sr-only { display: inline-block; font-size: 12px; font-weight: 400; line-height: 12px; margin-left: 15px; padding-top: 1px; }
.product { width: 25%; }
.box-main { position: relative; }
.content { -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; -o-transition: transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; }
.sidebar { margin-left: -240px; height: 100%; overflow-y: auto; position: absolute; }
.sidebar.open { margin-left: 0; }
.sidebar.open + .content { -webkit-transform: translate(240px, 0); -ms-transform: translate(240px, 0); transform: translate(240px, 0); }
.box-product.full .product { width: 33.33%; } }
@media screen and (max-width: 930px) { .product { width: 33.33%; }
.box-product.full .product { width: 50%; } }
@media screen and (min-width: 768px) { .hidden-ipad { display: none; } }
@media screen and (max-width: 767px) { .header { padding-left: 20px; padding-right: 20px; height: 65px; }
.toggle-menu, .logo, .main-menu, .location { margin-right: 25px; }
.search { margin-right: 15px; }
.location, .hidden-iphone { display: none; }
.dropdown-content--menu { display: block; }
.dropdown-content__item { width: auto; padding: 0; }
.dropdown-content__item .hr { display: none; }
.dropdown-menu { display: none; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #353535; }
.dropdown-content__title { padding: 15px 20px; margin-bottom: 0; border-bottom: 1px solid #353535; }
.dropdown-content__title br { display: none; }
.dropdown-content__title.d-open { border-bottom-color: transparent; }
.dropdown-content__title.d-open + .dropdown-menu { display: block; }
.dropdown-menu + .dropdown-content__title { margin-top: 0; }
.profile-menu { margin-right: -10px; }
.profile-menu__link { line-height: 65px; padding: 0 10px; }
.header-inner { padding-left: 20px; padding-right: 20px; }
.header-inner .bread-crambs { left: 20px; }
.box-product .product__title { height: auto; }
.product { width: 50%; padding-left: 20px; padding-right: 20px; }
.product__img { margin: 22px 0 35px; }
.product--horizontal .product__img, .product--horizontal .product__content, .product--horizontal .product__footer { margin-right: 20px; }
.box-product.full .product { width: 50%; }
.filter { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.filter-sidebar { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #ececec; }
.filter-content { padding-left: 20px; padding-right: 20px; }
.filter-content .filter__title { display: none; }
.sort__item { margin-left: 0; margin-right: 13px; }
.paginator { padding: 0 20px; }
.paginator__item { font-size: 10px; }
.paginator__item.load .icon { margin-right: 5px; }
.header-inner { min-height: 150px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.header-inner .bread-crambs { top: 25px; -webkit-transform: none; -ms-transform: none; transform: none; }
.header-inner__title { font-size: 28px; line-height: 35px; } }
@media screen and (max-width: 680px) { .product--horizontal { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product--horizontal .product__img { margin-bottom: 20px; }
.product--horizontal .product__content { margin-right: 0; min-width: 50%; margin-bottom: 20px; }
.product--horizontal .product__footer, .product--horizontal .product__card { width: 73.2%; margin-right: 0; }
.product--horizontal .product__footer { width: 75px; padding-left: 10px; } }
@media screen and (max-width: 479px) { .product, .box-product.full .product { width: 100%; }
.b-price, .search__button { display: none; }
.search__input { padding: 0 15px; } }
/*# sourceMappingURL=style.css.map */
/*Static Menu*/
.main-menu-static {
display: inherit;
}
.main-menu-static .main-menu__item {
display: inline-block;
}
@media screen and (max-width: 1300px) {
.main-menu-static {
margin-right: 0px;
}
}
@media screen and (max-width: 1024px) {
.main-menu-static {
display: none;
}
.toggle-menu {
display: block;
}
}
/* Content ====================== */
/* ==== Header Inner */
.header-inner { position: relative; background-position: right center; background-size: cover; background-repeat: no-repeat; height: 180px; padding: 20px 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; }
.header-inner__title { color: #ffffff; font-size: 48px; font-weight: 400; }
.header-inner .category { display: block; }
.header-inner .bread-crambs { color: #d3d6dc; position: absolute; left: 30px; top: 20%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.bread-crambs { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.bread-crambs__item { margin-right: 4px; }
.bread-crambs__link { color: #d3d6dc; font-size: 12px; font-weight: 400; }
.bread-crambs__link:hover { color: #222; }
.category { color: #d3d6dc; font-family: "Oswald"; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.sidebar { -webkit-transition: margin-left 0.4s; -o-transition: margin-left 0.4s; transition: margin-left 0.4s; }
.jq-selectbox__select{padding: 0 5px 0 10px; margin-bottom: 2px}
.jq-selectbox__select:hover{outline: none}
.jq-selectbox__select:active{border: none}
.jq-selectbox__select:visited{border: none}
.jq-selectbox__select:focus{border: none}
/* ==== Product */
.box-product { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1px; }
.box-product .product__title { height: 30px; overflow: hidden; }
.product { position: relative; margin:10px; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; width: 14.285%; padding: 26px 30px; margin-left: 10px;margin-top:1vmax;border:1px solid #ECECEC; border-radius: 1vw; background-color:#fff; text-align: center; }
@media screen and (min-width: 992px) { .product:not(.product--horizontal):hover .product__title, .product:not(.product--horizontal):hover .price { color: #fff; }
.product:not(.product--horizontal):hover .product__footer { position: relative; z-index: 2; }
.product:not(.product--horizontal):hover .product__card { z-index: 2; opacity: 1; visibility: visible; }
.product:not(.product--horizontal):hover:before { height: 100%; width: 100%; left: 0; top: 0; } }
.product:before { border-radius:1vw;content: ""; display: block; z-index: 1; position: absolute; top: 50%; left: 50%; height: 0; width: 0; background: #222; opacity: 0.95; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__title { position: relative; z-index: 2; color: #222; font-size: 12px; font-weight: 400; line-height: 16px; }
.product__title a { color: inherit; }
.product__title a:hover { text-decoration: underline; }
.product__img { position: relative; }
.mini-img{height:150px;}
.product__img img { margin: 0 auto; }
.product__card { opacity: 0; visibility: hidden; position: absolute; left: -30px; right: -30px; padding: 0 10px; text-align: center; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__card .btn { margin-left: 10px; }
.product__card .favorite { display: inline-block; margin-top: 15px; }
.product__details { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; }
.product__footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.product__footer .price, .product__footer .discount, .product__footer .pbadge { width: 33.33%; }
.product__footer .discount { text-align: right; }
.product__footer.sale .price { color: #ff3f2b; }
.product__footer.hit, .product__footer.new { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.product .price { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.product__category { color: #b8b8b8; font-family: "PT Serif", sans-serif; font-size: 12px; font-style: italic; line-height: 18px; }
.product--horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: left; width: 100% !important; padding: 15px; }
.product--horizontal .product__card { position: static; opacity: 1; visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; text-align: left; padding: 0; }
.product--horizontal .product__img { margin: 0 44px 0 0; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }
.product--horizontal .product__content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 30px; }
.product--horizontal .product__footer { margin-top:20px; display: block; width: 85px; margin-right: 20px; }
.product--horizontal .product__footer .price, .product--horizontal .product__footer .discount, .product--horizontal .product__footer .pbadge { width: auto; }
.product--horizontal .product__title { height: auto !important; margin-bottom: 15px; }
.product--horizontal .price { display: block; margin-bottom: 20px; font-size: 14px; }
.product--horizontal .pbadge, .product--horizontal .discount { vertical-align: middle; }
.product--horizontal .discount { margin-left: 10px; }
.description {overflow:hidden; height:50px}
.discount { color: #a1a1a1; font-family: Oswald; font-size: 8px; font-weight: 700; text-decoration: line-through; letter-spacing: 0.8px; }
/* ==== Filter */
.filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #ececec; min-height: 60px; }
.filter-sidebar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.filter-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 30px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.filter__title { color: #979797; font-size: 12px; line-height: 16px; }
.filter-list { list-style: none; margin-left: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.filter-list__item { margin-left: 10px; }
.filter-list__item:first-child { margin-left: 0; }
.filter-list__item.active .filter-list__link { color: #222; }
.filter-list__link { font-size: 16px; color: #d5d5d5; }
.filter-list__link:hover { color: #888; }
.toggle-filter { color: #d5d5d5; font-size: 16px; background-color: transparent; border: none; padding: 0; margin-right: 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.toggle-filter:hover { color: #1f4ba5; }
.toggle-filter .sr-only { display: none; }
.sort { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; }
.sort input { position: absolute; left: -999px; }
.sort input:checked + .sort__item { color: #fff; background-color: #222; padding: 0 20px; }
.sort input:checked + .sort__item [class*="icon"] { color: #fff; }
.sort input:checked + .sort__item [class*="icon"] .path1:before { content: ""; }
.sort__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 30px; margin-left: 20px; font-size: 12px; font-weight: 400; line-height: 16px; border-radius: 20px; cursor: pointer; }
.sort__item:hover { color: #1f4ba5; }
.sort__item [class*="icon"] { color: #d5d5d5; margin-left: 5px; }
.hide { position: absolute; left: 0; top: 0; height: 0; width: 0; overflow: hidden; z-index: -1; opacity: 0; visibility: hidden; }
.tab-cont { opacity: 1; -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; visibility: visible; }
.tab-cont.hide { opacity: 0; }
.box-main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.box-main .sidebar { width: 240px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #ececec; }
.box-main .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.accordion { border-bottom: 1px solid #ececec; }
.accordion__head { height: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 30px; border-top: 1px solid #ececec; cursor: pointer; }
.accordion__head.open [class*="icon"]:before { content: ""; }
.accordion__head:first-child { border-top: none; }
.accordion__head [class*="icon"] { color: #b8b8b8; font-size: 18px; margin-left: 10px; }
.accordion__title { font-family: "Oswald"; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.accordion__body { padding: 0 30px 30px; }
.check-list { list-style: none; }
.check-list__item { margin-bottom: 10px; }
.check-list__text { color: #222222; font-size: 12px; font-weight: 400; line-height: 18px; cursor: pointer; }
.check-list--column .check-list__item { display: inline-block; vertical-align: top; margin-right: -4px; width: 80%; padding-right: 10px; }
.paginator { padding: 0 30px; height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-top: 1px solid #ececec; margin-top: -1px; }
.paginator__item { width: 33.33%; color: #979797; font-size: 12px; font-weight: 400; line-height: 18px; }
.paginator__item:last-child { text-align: right; }
.paginator__item.load { text-align: center; color: #222; }
.paginator__item.load .icon { margin-right: 15px; font-size: 14px; }
.logo{margin-top:10px}
/* Media ====================== */
@media screen and (max-width: 1850px) { .product { width: 16.666%; }
.product__card .btn { margin-left: 5px; } }
@media screen and (max-width: 1291px) { .product { width: 29.3%; }
.logo, .main-menu, .search, .location { margin-right: 20px; } }
@media screen and (max-width: 1599px) { .product { width: 22.8%; }
.logo, .main-menu, .search, .location { margin-right: 20px; } }
@media screen and (max-width: 1024px) { .header { position: relative; }
.product { width: 22.978%; }
.main-menu { display: none; }
.toggle-menu { border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 25%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 10px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (min-width: 9999px) { .header { position: relative; }
.product { width: 18.4%; }
.main-menu { display: none; }
.toggle-menu { display: block; border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 60%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (min-width: 9999px) { .header { position: relative; }
.product { width: 18.7%; }
.main-menu { display: none; }
.toggle-menu { display: block; border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 60%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (min-width: 7777px) { .header { position: relative; }
.product { width: 15.6%; }
.main-menu { display: none; }
.toggle-menu { display: block; border: none; padding: 0; background-color: transparent; margin-right: 35px; font-size: 18px; }
.dropdown-content__item { padding: 30px; width: 60%; }
.dropdown-content__item:not(:last-child) { border-right: 1px solid #353535; }
.dropdown-content__title { color: #fff; font-family: Oswald; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 17px; line-height: 30px; }
.dropdown-content--menu { padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.dropdown-content--menu.open { z-index:2000; opacity: 1; margin-top: 0; left: 0px; visibility: visible;}
.dropdown-content--menu:before { left: 30px; }
.logo, .main-menu, .search, .location { margin-right: 40px; }
.dropdown-menu + .dropdown-content__title { margin-top: 45px; }
.hr { height: 1px; background-color: #353535; margin: 25px 0; } }
@media screen and (max-width: 1180px) { .product { width: 30.5%; } }
@media screen and (max-width: 960px) { .filter-sidebar { width: auto; border-right: none; }
.toggle-filter { height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 2px solid #d5d5d5; width: 120px; padding: 0 20px; border-radius: 20px; font-family: "Varela Round"; }
.toggle-filter:hover { color: #d5d5d5; }
.toggle-filter.active { color: #1f4ba5; border-color: #1f4ba5; }
.toggle-filter .sr-only { display: inline-block; font-size: 12px; font-weight: 400; line-height: 12px; margin-left: 15px; padding-top: 1px; }
.product { width: 31%; }
.box-main { position: relative; }
.content { -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; -o-transition: transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; }
.sidebar { margin-left: -240px; height: 100%; overflow-y: auto; position: absolute; }
.sidebar.open { margin-left: 0; }
.sidebar.open + .content { -webkit-transform: translate(240px, 0); -ms-transform: translate(240px, 0); transform: translate(240px, 0); }
.box-product.full .product { width: 33.33%; } }
@media screen and (max-width: 930px) { .product { width: 30.73%; }
.box-product.full .product { width: 50%; } }
@media screen and (min-width: 768px) { .hidden-ipad { display: none; } }
@media screen and (max-width: 680px) { .header { padding-left: 20px; padding-right: 20px; height: 65px; }
.toggle-menu, .logo, .main-menu, .location { margin-right: 25px; }
.search { margin-right: 15px; }
.location, .hidden-iphone { display: none; }
.dropdown-content--menu { display: block; }
.dropdown-content__item { width: auto; padding: 0; }
.dropdown-content__item .hr { display: none; }
.dropdown-menu { display: none; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #353535; }
.dropdown-content__title { padding: 15px 20px; margin-bottom: 0; border-bottom: 1px solid #353535; }
.dropdown-content__title br { display: none; }
.dropdown-content__title.d-open { border-bottom-color: transparent; }
.dropdown-content__title.d-open + .dropdown-menu { display: block; }
.dropdown-menu + .dropdown-content__title { margin-top: 0; }
.profile-menu { margin-right: -10px; }
.profile-menu__link { line-height: 65px; padding: 0 10px; }
.header-inner { padding-left: 20px; padding-right: 20px; }
.header-inner .bread-crambs { left: 20px; }
.box-product .product__title { height: auto; }
.product { width: 30%; padding-left: 20px; padding-right: 20px; }
.product__img { margin: 22px 0 35px; }
.product--horizontal .product__img, .product--horizontal .product__content, .product--horizontal .product__footer { margin-right: 20px; }
.box-product.full .product { width: 50%; }
.filter { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.filter-sidebar { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #ececec; }
.filter-content { padding-left: 20px; padding-right: 20px; }
.filter-content .filter__title { display: none; }
.sort__item { margin-left: 0; margin-right: 13px; }
.paginator { padding: 0 20px; }
.paginator__item { font-size: 10px; }
.paginator__item.load .icon { margin-right: 5px; }
.header-inner { min-height: 150px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.header-inner .bread-crambs { top: 25px; -webkit-transform: none; -ms-transform: none; transform: none; }
.header-inner__title { font-size: 28px; line-height: 35px; } }
@media screen and (max-width: 767px) { .header { padding-left: 20px; padding-right: 20px; height: 65px; }
.toggle-menu, .logo, .main-menu, .location { margin-right: 25px; }
.search { margin-right: 15px; }
.location, .hidden-iphone { display: none; }
.dropdown-content--menu { display: block; }
.dropdown-content__item { width: auto; padding: 0; }
.dropdown-content__item .hr { display: none; }
.dropdown-menu { display: none; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #353535; }
.dropdown-content__title { padding: 15px 20px; margin-bottom: 0; border-bottom: 1px solid #353535; }
.dropdown-content__title br { display: none; }
.dropdown-content__title.d-open { border-bottom-color: transparent; }
.dropdown-content__title.d-open + .dropdown-menu { display: block; }
.dropdown-menu + .dropdown-content__title { margin-top: 0; }
.profile-menu { margin-right: -10px; }
.profile-menu__link { line-height: 65px; padding: 0 10px; }
.header-inner { padding-left: 20px; padding-right: 20px; }
.header-inner .bread-crambs { left: 20px; }
.box-product .product__title { height: auto; }
.product { width: 45.8%; padding-left: 20px; padding-right: 20px; }
.product__img { margin: 22px 0 35px; }
.product--horizontal .product__img, .product--horizontal .product__content, .product--horizontal .product__footer { margin-right: 20px; }
.box-product.full .product { width: 50%; }
.filter { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.filter-sidebar { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #ececec; }
.filter-content { padding-left: 20px; padding-right: 20px; }
.filter-content .filter__title { display: none; }
.sort__item { margin-left: 0; margin-right: 13px; }
.paginator { padding: 0 20px; }
.paginator__item { font-size: 10px; }
.paginator__item.load .icon { margin-right: 5px; }
.header-inner { min-height: 150px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.header-inner .bread-crambs { top: 25px; -webkit-transform: none; -ms-transform: none; transform: none; }
.header-inner__title { font-size: 28px; line-height: 35px; } }
@media screen and (max-width: 680px) { .product--horizontal { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product--horizontal .product__img { margin-bottom: 20px; }
.product--horizontal .product__content { margin-right: 0; min-width: 50%; margin-bottom: 20px; }
.product--horizontal .product__footer, .product--horizontal .product__card { width: 73.2%; margin-right: 0; }
.product--horizontal .product__footer { width: 75px; padding-left: 10px; position:absolute; margin-left:110px} }
@media screen and (max-width: 481px) { .product, .box-product.full .product { width: 100%; }
.b-price, .search__button { display: none; }
.search__input { padding: 0 15px; } }
/*# sourceMappingURL=style.css.map */
/*slider*/
.slider {
overflow: hidden;
position: relative;
height: 100vh;
color: #fff;
}
.slider__top-heading {
z-index: 12;
position: absolute;
left: 0;
top: 100px;
width: 100%;
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2.5px;
-webkit-transition: all 0.5s 1s;
transition: all 0.5s 1s;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
}
.slider.s--ready .slider__top-heading {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.slider__slides {
position: relative;
height: 100%;
}
.slider__slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.slider__slide.s--active {
pointer-events: auto;
}
.slider__slide-content {
z-index: 6;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
text-transform: uppercase;
line-height: 1;
}
.slider__slide-subheading {
margin-bottom: 20px;
font-size: 24px;
letter-spacing: 2px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.slider__slide.s--active .slider__slide-subheading {
-webkit-transition-delay: 0.65s;
transition-delay: 0.65s;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.slider__slide-heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
font-size: 60px;
letter-spacing: 12px;
}
.slider__slide-heading span {
display: block;
opacity: 0;
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
-webkit-transition: all 0.33333s;
transition: all 0.33333s;
}
.slider__slide.s--prev .slider__slide-heading span {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.slider__slide.s--active .slider__slide-heading span {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.slider__slide-heading span:nth-child(1) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(1) {
-webkit-transition-delay: 0.33333s;
transition-delay: 0.33333s;
}
.slider__slide-heading span:nth-child(2) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(2) {
-webkit-transition-delay: 0.43333s;
transition-delay: 0.43333s;
}
.slider__slide-heading span:nth-child(3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(3) {
-webkit-transition-delay: 0.53333s;
transition-delay: 0.53333s;
}
.slider__slide-heading span:nth-child(4) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(4) {
-webkit-transition-delay: 0.63333s;
transition-delay: 0.63333s;
}
.slider__slide-heading span:nth-child(5) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(5) {
-webkit-transition-delay: 0.73333s;
transition-delay: 0.73333s;
}
.slider__slide-heading span:nth-child(6) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(6) {
-webkit-transition-delay: 0.83333s;
transition-delay: 0.83333s;
}
.slider__slide-heading span:nth-child(n+7) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(n+7) {
-webkit-transition-delay: 0.93333s;
transition-delay: 0.93333s;
}
.slider__slide-readmore {
position: relative;
font-size: 14px;
text-transform: lowercase;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
cursor: pointer;
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.slider__slide.s--active .slider__slide-readmore {
-webkit-transition-delay: 0.65s;
transition-delay: 0.65s;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.slider__slide-readmore:before {
content: '';
position: absolute;
left: -2px;
top: -3px;
width: calc(100% + 4px);
height: calc(100% + 6px);
background: rgba(255, 255, 255, 0.4);
-webkit-transform: scaleX(0.3);
transform: scaleX(0.3);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.slider__slide-readmore:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.slider__slide-parts {
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
.slider__slide-parts:after {
content: '';
z-index: 5;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.slider__slide-part {
position: relative;
width: 25%;
height: 100%;
}
.slider__slide-part-inner {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
background-size: 0 0;
background-repeat: no-repeat;
-webkit-transition: -webkit-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.slider__slide-part-inner:before {
content: '';
position: absolute;
width: 100vw;
height: 100%;
background-image: inherit;
background-size: cover;
background-position: center center;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
opacity: 0;
}
.slider__slide-part:nth-child(1) .slider__slide-part-inner {
z-index: 3;
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
-webkit-transform: translateX(-32.5%);
transform: translateX(-32.5%);
}
.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.slider__slide-part:nth-child(1) .slider__slide-part-inner:before {
left: 0vw;
-webkit-transition-delay: 0.365s;
transition-delay: 0.365s;
}
.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.28s;
transition-delay: 0.28s;
}
.slider__slide-part:nth-child(2) .slider__slide-part-inner {
z-index: 2;
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
-webkit-transform: translateX(-65%);
transform: translateX(-65%);
}
.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s;
}
.slider__slide-part:nth-child(2) .slider__slide-part-inner:before {
left: -25vw;
-webkit-transition-delay: 0.285s;
transition-delay: 0.285s;
}
.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.36s;
transition-delay: 0.36s;
}
.slider__slide-part:nth-child(3) .slider__slide-part-inner {
z-index: 1;
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
-webkit-transform: translateX(-97.5%);
transform: translateX(-97.5%);
}
.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner {
-webkit-transition-delay: 0.44s;
transition-delay: 0.44s;
}
.slider__slide-part:nth-child(3) .slider__slide-part-inner:before {
left: -50vw;
-webkit-transition-delay: 0.205s;
transition-delay: 0.205s;
}
.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.44s;
transition-delay: 0.44s;
}
.slider__slide-part:nth-child(4) .slider__slide-part-inner {
z-index: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateX(-130%);
transform: translateX(-130%);
}
.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner {
-webkit-transition-delay: 0.52s;
transition-delay: 0.52s;
}
.slider__slide-part:nth-child(4) .slider__slide-part-inner:before {
left: -75vw;
-webkit-transition-delay: 0.125s;
transition-delay: 0.125s;
}
.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner:before {
-webkit-transition-delay: 0.52s;
transition-delay: 0.52s;
}
.slider__slide.s--active .slider__slide-part-inner {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.slider__slide.s--active .slider__slide-part-inner:before {
opacity: 1;
}
.slider__control {
z-index: 100;
position: absolute;
left: 50px;
top: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
opacity: 0;
-webkit-transition: all 0.5s 1s;
transition: all 0.5s 1s;
cursor: pointer;
}
.slider__control:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 20px;
height: 20px;
margin-left: -10px;
margin-top: -10px;
border: 2px solid #000;
border-bottom: none;
border-right: none;
-webkit-transform: translateX(5px) rotate(-45deg);
transform: translateX(5px) rotate(-45deg);
}
.slider__control--right {
left: auto;
right: 50px;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.slider__control--right:before {
-webkit-transform: translateX(-5px) rotate(135deg);
transform: translateX(-5px) rotate(135deg);
}
.slider.s--ready .slider__control {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.icon-link {
z-index: 100;
position: absolute;
left: 5px;
bottom: 5px;
width: 32px;
}
.icon-link img {
width: 100%;
vertical-align: top;
}
.icon-link--twitter {
left: auto;
right: 5px;
}
.main-menu-static {
display: inherit;
}
.main-menu-static .main-menu__item {
display: inline-block;
}
@media screen and (max-width: 1300px) {
.main-menu-static {
margin-right: 0px;
}
}
@media screen and (max-width: 1024px) {
.main-menu-static {
display: none;
}
.toggle-menu {
display: block;
}
}
.tabdet {
max-width: 90%;
float: none;
list-style: none;
padding: 0;
margin: 75px auto;
border-bottom: 4px solid #ccc;
}
.tabdet:after {
content: '';
display: table;
clear: both;
}
.tabdet input[type=radio] {
display:none;
}
.tabdet label p {
padding: 5px;
margin-right: 0;
}
.tabdet label {
display: block;
float: left;
width: 50%;
color: #ccc;
font-size: 30px;
font-weight: normal;
text-decoration: none;
text-align: center;
line-height: 2;
cursor: pointer;
box-shadow: inset 0 4px #ccc;
border-bottom: 4px solid #ccc;
-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
transition: all 0.5s;
}
.tabdet label span {
display: none;
}
.tabdet label:hover {
color: #3498db;
box-shadow: inset 0 4px #3498db;
border-bottom: 4px solid #3498db;
}
.tab-content {
font-size: 15px;
display: none;
width: 100%;
float: left;
padding: 15px;
box-sizing: border-box;
background-color:#ffffff;
}
.tabdet [id^="tab"]:checked + label {
background: #FFF;
box-shadow: inset 0 4px #1f4ba5;
border-bottom: 4px solid #1f4ba5;
color: #1f4ba5;
}
#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2
{
display: block;
}
@media (min-width: 768px) {
.tabdet p {
padding: 5px;
margin-right: 10px;
}
.tabdet {
max-width: 850px;
margin: 50px auto;
}
}
.containerdet {
width: 800px;
margin: 0 auto;
}
.det-flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.d-none {
display: none;
}
/*-------First screen-------*/
.carddet {
padding: 50px 0;
}
.product__photo {
width: 100px;
height: 100px;
}
.product__photo img {
width: 100%;
}
.product__photo_active {
width: auto;
}
.product__photo_active img {
width: 100%;
}
.product__description {
float: right;
margin-left: 90px;
}
.productdet__title {
color: #181818;
font-weight: 900;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.125rem;
}
.product__price {
font-size: 30px;
font-weight: 900;
color: #181818;
margin: 20px 0 40px;
}
.product__size {
text-transform: uppercase;
color: #181818;
font-size: 1em;
margin-bottom: 30px;
letter-spacing: 1px;
}
.product__name {
text-transform: uppercase;
color: #181818;
font-size: 1em;
margin-bottom: 0.87em;
letter-spacing: 1px;
}
.product__name a {
color: #AAAAAA;
font-size: 0.875em;
text-transform: none;
padding-left: 2.3em;
margin-left: 1em;
position: relative;
}
.size__list {
list-style: none;
padding-left: 0;
margin: 0 0 5px;
}
.size__item {
padding: 0;
height: 40px;
border: 1px solid #E1E1E1;
border-radius: 20px;
color: #181818;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
margin: 15px 10px 0 0;
}
.size__item_passive {
border-color: transparent;
color: #e1e1e1;
cursor: pointer;
}
.size__item:hover {
border-color: #2b76c1;
color: #2b76c1;
}
.basketp {
margin-bottom: 1.5em;
width: 100%;
max-width: 460px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content:space-between;
align-items: center;
}
.basket__btn {
color: #fff;
background: #1f4ba5;
border-color: #1f4ba5;
height: auto;
min-height: 44px;
border-radius: 100px;
font-size: 17px;
width: 400px;
font-weight: 900;
}
.basket__like {
display: block;
max-width: 44px;
width: 100%;
height: 44px;
border: 1px solid #E1E1E1;
border-radius: 100%;
position: relative;
flex: 0 0 auto;
color: #E1E1E1;
line-height: 44px;
text-align: center;
font-size: 40px;
}
.basket__like:before {
content: '';
position: absolute;
top: -2px;
left: 50%;
display: block;
transform: translate(-50%, -100%);
border-top: 8px solid rgba(24, 24, 24, 0.7);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
pointer-events: none;
opacity: 0;
transition: opacity .2s;
backface-visibility: hidden;
}
.basket__like::after {
content: "Добавить в избранное";
position: absolute;
top: -10px;
right: 0px;
display: block;
font-size: 0.875rem;
letter-spacing: normal;
background-color: rgba(24, 24, 24, 0.7);
color: rgb(255, 255, 255);
transform: translateY(-100%);
pointer-events: none;
opacity: 0;
backface-visibility: hidden;
padding: 0px 8px;
border-radius: 10px;
transition: opacity 0.2s;
width: 200px;
}
.comment {
max-width: 1250px;
margin: 0 auto 10px;
background-color: #fff;
outline: 10px solid #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: flex-start;
border-bottom: 1px solid #E1E1E1;
padding-bottom: 10px;
}
.comment__rules {
vertical-align: center;
font-size: 0.75rem;
color: #AAAAAA;
letter-spacing: normal;
line-height: 1;
margin-top: 30px;
}
.comment__btn {
min-height: 44px;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
color: #fff;
background-color: #8F0D57;
border-color: #8F0D57;
border: 1px solid transparent;
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 100px;
transition: all 0.2s ease-in-out;
}
.ui-widget-header {
border: none;
background: transparent;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #d6d6d6;
background: #2b76c1;
font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #fff;
text-decoration: none;
}
.ui-widget.ui-widget-content {
border: 0px solid #c5c5c5;
}
.ui-widget-content {
border: 0px solid #ddd;
}
.btn-group {
position: relative;
display: inline-block;
}
.btn-group .btn {
cursor: pointer;
float: left;
height: 10px;
width: 10px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.3);
margin-left: 6px;
margin-top: 1px;
}
.btn-group .btn:first-child {
margin-left: 3px;
}
.btn-group svg {
z-index: -1;
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
overflow: visible;
}
.btn-group path {
fill: none;
stroke: #eee;
stroke-dasharray: 39, 99999;
transition: all 1s ease-in-out;
stroke-width: 2;
}
.slides {
transition: left 1s ease-in-out;
height: 100vh;
position: absolute;
}
.slides .slide {
height: 100vh;
width: 100vw;
float: left;
}
.slides .slide:nth-child(1) {
background: #c66;
}
.slides .slide:nth-child(2) {
background: #acac39;
}
.slides .slide:nth-child(3) {
background: #39ac39;
}
.slides .slide:nth-child(4) {
background: #40bfbf;
}
.slides .slide:nth-child(5) {
background: #8c8cd9;
}
body {
margin: 0;
padding: 0;
}
.navs {
text-align: center;
position: absolute;
width: 100%;
bottom: 5%;
transform: translateY(-50%);
}
.cartz { width: 300px; }
.cartz-list { list-style: none; }
.cartz-list__item {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding: 10px;}
.cartz-list__img { width: 60px; margin-right: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; text-align: center; }
.cartz-list__img img { display: inline-block; max-width: 100%; }
.cartz-list__info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.cartz-list__info .product__title { margin-bottom: 10px; }
.cartz-list__details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.cartz-list__details .price { margin-right: 10px; }
.cartz-list__delete { padding: 0 10px 0 0; margin-left: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; color: #b6b6b6; font-size: 12px; }
.cartz-list__delete a { color: inherit; }
.cartz-list__delete a:hover { color: #222; }
.cartz-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 10px; }
.cartz-footer .total { width: 60px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; margin-right: 20px; text-align: right; }
.cartz-footer .price { margin-right: 28px; }
/*
* базовые стили демо
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
* контактная форма
*/
.contact {
max-width: 467px;
min-width: 320px;
margin: 0 auto;
background: rgba(255,255,255,0.9);
box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.contact * {
outline: none;
border: 0;
background: none;
}
form fieldset {
display: block;
padding: 25px 30px;
}
form .row {
margin: 0 -15px;
}
form .col-2 {
width: 50%;
}
form .col {
float: left;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
form .row:after {
content: '';
display: table;
clear: both;
}
form section {
margin-bottom: 20px;
}
form .input, form .textarea, form .radio, form .checkbox, form .button {
position: relative;
display: block;
}
form .fa-append {
position: absolute;
top: 5px;
right: 5px;
width: 29px;
height: 29px;
padding-left: 3px;
border-left: 1px solid #e5e5e5;
font-size: 15px;
line-height: 29px;
text-align: center;
color: #ccc;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
content: "\f007";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-tag:before {
content: "\f02b";
}
.fa-comment:before {
content: "\f075";
}
form .input .fa-append + input, form .textarea .fa-append + textarea {
padding-right: 46px;
}
form .input input, form .textarea textarea {
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
height: 39px;
padding: 8px 10px;
outline: none;
border: 2px solid #e5e5e5;
border-radius: 0;
background: #fff;
font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
color: #404040;
appearance: normal;
-moz-appearance: none;
-webkit-appearance: none;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
}
form .textarea textarea {
height: auto;
resize: none;
overflow:auto;
}
form .input:hover input,
form .textarea:hover textarea,
form .checkbox:hover i {
border-color: #00BDAB;
}
form .input input:focus,
form .textarea textarea:focus,
form .checkbox input:focus + i {
border-color: #009688;
}
form .button {
float: right;
height: 39px;
overflow: hidden;
margin-left: 20px;
padding: 0 20px;
outline: none;
border: 0;
background-color: #009688;
font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
text-decoration: none;
color: #fff;
cursor: pointer;
opacity: 0.8;
transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
form .button:hover {
opacity: 1;
}
@media screen and (max-width: 470px){
.col, .col-2 { float: none !important; width: 100% !important;}
}
.form2{
margin-top: 2vw;
}
.label2{
font-size: 1.5vw;
}
.profile{
margin-bottom: 2vw;
font-size: 3vw;
text-align: center;
margin-top:5vw;
}
.profile1{
margin-bottom: 2vw;
font-size: 3vw;
margin-left: 35vw;
margin-top:3vw;
}
.form3{
margin: 0 auto;
width: 300px;
}
.input2 {
width: 300px;
font-size: 13px;
padding: 6px 0 4px 10px;
border: 1px solid #cecece;
background: #F6F6f6;
border-radius: 8px;
}
/* Slider */
#slider{
width:100%;
height:500px;
position:relative;
overflow:hidden;
}
.slides{
width:100%;
height:400%;
position:relative;
-webkit-animation:slide 30s infinite;
-moz-animation:slide 30s infinite;
animation:slide 30s infinite;
}
.slider{
width:100%;
height:25%;
position:relative;
z-index:1;
overflow:hidden;
}
.slide img{
width:100%;
height:100%;
}
.slide img{
width:100%;
height:100%;
}
.image2{
width:100%;
height:100%;
}
.image2 img{
width:100%;
height:100%;
}
/* Legend */
.legend{
border:500px solid transparent;
border-left:800px solid rgba(52, 73, 94, .7);
border-bottom:0;
position:absolute;
bottom:0;
}
/* Contents */
.content2{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}
.content-txt{
width:400px;
height:150px;
float:left;
position:relative;
top:300px;
-webkit-animation:content-s 7.5s infinite;
-moz-animation:content-s 7.5s infinite;
animation:content-s 7.5s infinite;
}
.content-txt h1{
font-family:Intro;
font-size:24px;
color:#fff;
text-align:left;
margin-left:30px;
padding-bottom:10px;
}
.content-txt h2{
font-family:Quicksand;
font-weight:normal;
font-size:14px;
font-style:italic;
color:#fff;
text-align:left;
margin-left:30px;
}
/* Switch */
.switch{
width:120px;
height:10px;
position:absolute;
bottom:50px;
z-index:99;
left:30px;
}
.switch > ul{
list-style:none;
}
.switch > ul > li{
width:10px;
height:10px;
border-radius:50%;
background:#333;
float:left;
margin-right:5px;
cursor:pointer;
}
.switch ul{
overflow:hidden;
}
.on{
width:100%;
height:100%;
border-radius:50%;
background:#f39c12;
position:relative;
-webkit-animation:on 30s infinite;
-moz-animation:on 30s infinite;
animation:on 30s infinite;
}
/* Animation */
@-webkit-keyframes slide{
0%,100%{
margin-top:0%;
}
21%{
margin-top:0%;
}
25%{
margin-top:-500px;
}
46%{
margin-top:-500px;
}
50%{
margin-top:-1000px;
}
71%{
margin-top:-1000px;
}
75%{
margin-top:-1500px;
}
96%{
margin-top:-1500px;
}
}
@-moz-keyframes slide{
0%,100%{
margin-top:0%;
}
21%{
margin-top:0%;
}
25%{
margin-top:-500px;
}
46%{
margin-top:-500px;
}
50%{
margin-top:-1000px;
}
71%{
margin-top:-1000px;
}
75%{
margin-top:-1500px;
}
96%{
margin-top:-1500px;
}
}
@keyframes slide{
0%,100%{
margin-top:0%;
}
21%{
margin-top:0%;
}
25%{
margin-top:-500px;
}
46%{
margin-top:-500px;
}
50%{
margin-top:-1000px;
}
71%{
margin-top:-1000px;
}
75%{
margin-top:-1500px;
}
96%{
margin-top:-1500px;
}
}
@-webkit-keyframes content-s{
0%{left:-420px;}
10%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@-moz-keyframes content-s{
0%{left:-420px;}
10%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@keyframes content-s{
0%{left:-420px;}
10%{left:20px;}
15%{left:0px;}
30%{left:0px;}
40%{left:0px;}
50%{left:0px;}
60%{left:0px;}
70%{left:0;}
80%{left:-420px;}
90%{left:-420px;}
100%{left:-420px;}
}
@-webkit-keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
@-moz-keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
@keyframes on{
0%,100%{
margin-left:0%;
}
21%{
margin-left:0%;
}
25%{
margin-left:15px;
}
46%{
margin-left:15px;
}
50%{
margin-left:30px;
}
71%{
margin-left:30px;
}
75%{
margin-left:45px;
}
96%{
margin-left:45px;
}
}
.dm-overlay {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.65);
display: none;
overflow: auto;
width: 100%;
height: 100%;
z-index: 1000;
}
/* активируем слой затемнения и модальное окно */
.dm-overlay:target {
display: block;
/* анимация и время задержки */
-webkit-animation: fade .6s;
-moz-animation: fade .6s;
animation: fade .6s;
}
/* блочная таблица */
.dm-table {
display: table;
width: 100%;
height: 100%;
}
/* ячейка блочной таблицы */
.dm-cell {
display: table-cell;
padding: 0 1em;
vertical-align: middle;
text-align: center;
}
/* модальный блок */
.dm-modal {
display: inline-block;
padding: 20px;
/* максимально возможная ширина */
max-width: 50em;
background: #607d8b;
/* внешняя тень блока */
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
color: #cfd8dc;
text-align: left;
/* анимация и время задержки */
-webkit-animation: fade .8s;
-moz-animation: fade .8s;
animation: fade .8s;
}
/* анимация при появлении затемнения и блоков с содержанием */
@-moz-keyframes fade {
from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
from { opacity: 0; }
to { opacity: 1 }
}
.dm-overlay {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.65);
display: none;
overflow: auto;
width: 100%;
height: 100%;
z-index: 1000;
}
/* активируем модальное окно */
.dm-overlay:target {
display: block;
-webkit-animation: fade .6s;
-moz-animation: fade .6s;
animation: fade .6s;
}
/* блочная таблица */
.dm-table {
display: table;
width: 100%;
height: 100%;
}
/* ячейка блочной таблицы */
.dm-cell {
display: table-cell;
padding: 0 1em;
vertical-align: middle;
text-align: center;
}
/* модальный блок */
.dm-modal {
font-size: 20px;
width: 300px;
display: inline-block;
padding: 20px;
max-width: 50em;
background: #607d8b;
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
color: #cfd8dc;
text-align: left;
}
/* изображения в модальном окне */
.dm-modal img {
width: 100%;
height: auto;
}
/* миниатюры изображений */
.pl-left,
.pl-right {
width: 25%;
height: auto;
}
/* миниатюра справа */
.pl-right {
float: right;
margin: 5px 0 5px 15px;
}
/* миниатюра слева */
.pl-left {
float: left;
margin: 5px 15px 5px 0;
}
/* встраиваемое видео в модальном окне */
.video {
position: relative;
overflow: hidden;
padding-bottom: 56.25%;
height: 0;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* рисуем кнопарь закрытия */
.close {
z-index: 9999;
float: right;
width: 30px;
height: 30px;
color: #cfd8dc;
text-align: center;
text-decoration: none;
line-height: 26px;
cursor: pointer;
}
.close:after {
display: block;
border: 2px solid #cfd8dc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: 'X';
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
}
/* кнопка закрытия при наведении */
.close:hover:after {
border-color: #fff;
color: #fff;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/* варианты фонвой заливки модального блока */
.green {
background: #388e3c!important;
}
.cyan {
background: #0097a7!important;
}
.teal {
background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */
@-moz-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1
}
}
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1
}
}
.size__item.checkd {
border-color: #2b76c1;
color: #2b76c1;
}
.content-loading {
position: absolute;
background-color: #CCC;
opacity: 0.80;
width: 100%;
height: 100%;
z-index: 9999;
}
.title{
margin-top: 2vw;
text-align: center;
font-size: 30px;
}
.left{
text-align: center;
font-size: 20px;
} | 0.281603 | 0.065068 |
ul.list li {
color: green;
}
ul.list li.selected {
color: blue;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
body {
font-family: 'Roboto', sans-serif;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #666;
text-align: center;
}
h1 span {
font-weight: 700;
}
span.nought {
color: #0083d3;
background: #A4DBF7;
padding: 0 8px;
}
span.cross {
color: #ce6200;
background: #F9A058;
padding: 0 8px;
}
p.reset {
text-align: center;
color: #666;
font-size: 20px;
cursor: pointer;
}
ul.game {
margin: 0;
padding: 0;
width: 365px;
height: 365px;
margin: 0 auto;
}
ul.game li {
margin: 0;
padding: 0;
list-style: none;
background: #eee;
display: inline-block;
height: 32.5%;
width: 32.5%;
cursor: pointer;
}
ul.game li:hover {
background: #ccc;
}
ul.game li.nought {
background: url('http://doge2048.com/meta/doge-600.png') #A4DBF7 no-repeat;
background-position: center center;
background-size: 100% 100%;
}
ul.game li.cross {
background: url('https://img.ifcdn.com/images/e2e545c16cdf9d76f134029991b995e0b4e10997b0f0731a4af4bceb1ed60e50_1.jpg') #F9A058 no-repeat;
background-position: center center;
background-size: 100% 100%;
}
.scale {
-webkit-animation: scaleAnim 1s infinite; /* Safari 4+ */
-moz-animation: scaleAnim 1s infinite; /* Fx 5+ */
-o-animation: scaleAnim 1s infinite; /* Opera 12+ */
animation: scaleAnim 1s infinite; /* IE 10+ */
}
.fade {
opacity: 0.3;
}
@-webkit-keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 450px) {
ul.game {
margin: 0;
padding: 0;
width: 100%;
height: 300px;
margin: 0 auto;
}
} | doges-and-cates/css/style.css | ul.list li {
color: green;
}
ul.list li.selected {
color: blue;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
body {
font-family: 'Roboto', sans-serif;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #666;
text-align: center;
}
h1 span {
font-weight: 700;
}
span.nought {
color: #0083d3;
background: #A4DBF7;
padding: 0 8px;
}
span.cross {
color: #ce6200;
background: #F9A058;
padding: 0 8px;
}
p.reset {
text-align: center;
color: #666;
font-size: 20px;
cursor: pointer;
}
ul.game {
margin: 0;
padding: 0;
width: 365px;
height: 365px;
margin: 0 auto;
}
ul.game li {
margin: 0;
padding: 0;
list-style: none;
background: #eee;
display: inline-block;
height: 32.5%;
width: 32.5%;
cursor: pointer;
}
ul.game li:hover {
background: #ccc;
}
ul.game li.nought {
background: url('http://doge2048.com/meta/doge-600.png') #A4DBF7 no-repeat;
background-position: center center;
background-size: 100% 100%;
}
ul.game li.cross {
background: url('https://img.ifcdn.com/images/e2e545c16cdf9d76f134029991b995e0b4e10997b0f0731a4af4bceb1ed60e50_1.jpg') #F9A058 no-repeat;
background-position: center center;
background-size: 100% 100%;
}
.scale {
-webkit-animation: scaleAnim 1s infinite; /* Safari 4+ */
-moz-animation: scaleAnim 1s infinite; /* Fx 5+ */
-o-animation: scaleAnim 1s infinite; /* Opera 12+ */
animation: scaleAnim 1s infinite; /* IE 10+ */
}
.fade {
opacity: 0.3;
}
@-webkit-keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleAnim {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 450px) {
ul.game {
margin: 0;
padding: 0;
width: 100%;
height: 300px;
margin: 0 auto;
}
} | 0.280321 | 0.106412 |
html,body{
/* font-family: "SF UI Display", ".PingFang SC","PingFang SC", "Neue Haas Grotesk Text Pro", "Arial Nova", "Segoe UI", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "Hiragino Sans GB", sans-serif; */
font-size: 16px;
color:#222;
-webkit-text-size-adjust:none; min-width: 200px;
max-width: 960px;
margin: 0 auto; padding: 1rem;
line-height: 1.5rem;
}
body{
width: 100%;
border: 2px solid #ddd;
border-radius: 0.25rem;
}
ol ol,
ul ol,
ol ul,
ul ul,
ol ul ol,
ul ul ol,
ol ul ul,
ul ul ul {
margin-top: 0;
margin-bottom: 0;
}
*:first-child {
margin-top: 0 !important;
}
*:last-child {
margin-bottom: 0 !important;
}
.table-of-contents ol {
list-style: none;
}
.table-of-contents > ol {
padding-left: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
text-align: center;
margin-block-start: 1em;
margin-block-end: 1em;
}
h1 .anchor,
h2 .anchor,
h3 .anchor,
h4 .anchor,
h5 .anchor,
h6 .anchor {
margin-left: -24px;
visibility: hidden;
}
h1:hover .anchor,
h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
visibility: visible;
}
p,
blockquote,
ul,
ol,
dl,
table,
pre {
margin-top: 0;
margin-bottom: 16px;
}
h1 {
margin: 0.67em 0;
padding-bottom: 0.3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
font-size: 3em;
}
h2 {
padding: 2.2em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
h3 {
font-size: 1.71em;
line-height: 1.43;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
color: #777;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
height: 0;
border: 0;
border-top: 1px solid #eee;
}
ol,
ul {
padding-left: 2em;
}
ol ol,
ul ol {
list-style-type: lower-roman;
}
ol ul,
ul ul {
list-style-type: circle;
}
ol ul ul,
ul ul ul {
list-style-type: square;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: disc;
}
dl {
margin-bottom: 1.3em
}
dl dt {
font-weight: 700;
}
dl dd {
margin-left: 0;
}
dl dd p {
margin-bottom: 0.8em;
}
blockquote {
margin-left: 0;
margin-right: 0;
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
border-collapse: collapse;
border-spacing: 0;
}
table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
table tr:nth-child(2n) {
background-color: #f8f8f8;
}
table th,
table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
kbd {
display: inline-block;
padding: 5px 6px;
font: 14px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
line-height: 10px;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: 1px solid #d1d5da;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #d1d5da;
}
div.sourceCode{
color: black;
background-color: transparent;
}
pre {
word-wrap: normal;
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
-webkit-border-radius: 3px;
border-radius: 3px;
}
pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
font-size: 100%;
line-height: inherit;
word-wrap: normal;
white-space: pre;
border: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: transparent;
}
pre code:before,
pre code:after {
content: normal;
}
code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0,0,0,0.04);
-webkit-border-radius: 3px;
border-radius: 3px;
}
code:before,
code:after {
letter-spacing: -0.2em;
content: "\00a0";
}
a {
color: #4078c0;
text-decoration: none;
background: transparent;
}
img {
max-width: 100%;
max-height: 100%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
del {
text-decoration: line-through;
}
.task-list-item {
list-style-type: none;
}
.task-list-item input {
font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0 0.35em 0.25em -1.6em;
vertical-align: middle;
}
.task-list-item input[disabled] {
cursor: default;
}
.task-list-item input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
/* scrollbar */
::-webkit-scrollbar {
width: 8px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
/* scrollbar track */
::-webkit-scrollbar-track:hover {
background-color: #fff !important;
border-radius: 4px;
}
/* scrollbar thumb */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:active {
background-color: #6FC1FF !important;
border-radius: 4px;
}
/* .task-list-item input[type="checkbox"] {
* -webkit-box-sizing: border-box;
* -moz-box-sizing: border-box;
* box-sizing: border-box;
* padding: 0;
* } */
input[type=checkbox]{
position: relative;
}
.md-task-list-item > input:before, input[type=checkbox]:before {
opacity: 1;
border-radius: 0.2rem;
margin-top: -0.08rem;
margin-left: -0.1rem;
width: 1rem;
height: 1rem;
background-color: #8fb2eb;
content: " ";
display: block;
transition-duration: 0.3s;
transition-property: background-color;
}
.md-task-list-item:hover > input:before, input[type=checkbox]:hover:before {
background-color: #1f65d6;
}
.md-task-list-item > input:checked:before,
.md-task-list-item > input[checked]:before, input[type=checkbox]:checked:before {
background-color: #1f65d6;
}
.md-task-list-item:hover > input:checked:before,
.md-task-list-item:hover > input[checked]:before, input[type=checkbox]:hover:checked:before {
background-color: #1f65d6;
}
.md-task-list-item > input:after,
.md-task-list-item > input:after, input[type=checkbox]:after {
transform: rotate(-45deg);
position: absolute;
border: 2px solid white;
border-top: 0;
border-right: 0;
top: 0.1rem;
left: 0.05rem;
width: 0.6rem;
height: 0.375rem;
content: " ";
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.md-task-list-item > input:checked:after,
.md-task-list-item > input[checked]:after, input[type=checkbox]:checked:after {
opacity: 1;
}
.ty-preferences input[type=checkbox]:before {
width: 1.2rem;
height: 1.2rem;
}
.ty-preferences input[type=checkbox]:after {
width: 0.5rem;
height: 0.32rem;
top: 0.19rem;
left: 0.14rem;
}
.emoji{
height: 1rem;
width: 1rem;
}
header{
margin-top: 30px;
}
#vcomments{
margin-top: 10em;
}
#vcomments .vat{
color: #999999;
} | out/static/css/markdown/markdown.css | html,body{
/* font-family: "SF UI Display", ".PingFang SC","PingFang SC", "Neue Haas Grotesk Text Pro", "Arial Nova", "Segoe UI", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "Hiragino Sans GB", sans-serif; */
font-size: 16px;
color:#222;
-webkit-text-size-adjust:none; min-width: 200px;
max-width: 960px;
margin: 0 auto; padding: 1rem;
line-height: 1.5rem;
}
body{
width: 100%;
border: 2px solid #ddd;
border-radius: 0.25rem;
}
ol ol,
ul ol,
ol ul,
ul ul,
ol ul ol,
ul ul ol,
ol ul ul,
ul ul ul {
margin-top: 0;
margin-bottom: 0;
}
*:first-child {
margin-top: 0 !important;
}
*:last-child {
margin-bottom: 0 !important;
}
.table-of-contents ol {
list-style: none;
}
.table-of-contents > ol {
padding-left: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
text-align: center;
margin-block-start: 1em;
margin-block-end: 1em;
}
h1 .anchor,
h2 .anchor,
h3 .anchor,
h4 .anchor,
h5 .anchor,
h6 .anchor {
margin-left: -24px;
visibility: hidden;
}
h1:hover .anchor,
h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
visibility: visible;
}
p,
blockquote,
ul,
ol,
dl,
table,
pre {
margin-top: 0;
margin-bottom: 16px;
}
h1 {
margin: 0.67em 0;
padding-bottom: 0.3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
font-size: 3em;
}
h2 {
padding: 2.2em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
h3 {
font-size: 1.71em;
line-height: 1.43;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
color: #777;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
height: 0;
border: 0;
border-top: 1px solid #eee;
}
ol,
ul {
padding-left: 2em;
}
ol ol,
ul ol {
list-style-type: lower-roman;
}
ol ul,
ul ul {
list-style-type: circle;
}
ol ul ul,
ul ul ul {
list-style-type: square;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: disc;
}
dl {
margin-bottom: 1.3em
}
dl dt {
font-weight: 700;
}
dl dd {
margin-left: 0;
}
dl dd p {
margin-bottom: 0.8em;
}
blockquote {
margin-left: 0;
margin-right: 0;
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
border-collapse: collapse;
border-spacing: 0;
}
table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
table tr:nth-child(2n) {
background-color: #f8f8f8;
}
table th,
table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
kbd {
display: inline-block;
padding: 5px 6px;
font: 14px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
line-height: 10px;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: 1px solid #d1d5da;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #d1d5da;
}
div.sourceCode{
color: black;
background-color: transparent;
}
pre {
word-wrap: normal;
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
-webkit-border-radius: 3px;
border-radius: 3px;
}
pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
font-size: 100%;
line-height: inherit;
word-wrap: normal;
white-space: pre;
border: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: transparent;
}
pre code:before,
pre code:after {
content: normal;
}
code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0,0,0,0.04);
-webkit-border-radius: 3px;
border-radius: 3px;
}
code:before,
code:after {
letter-spacing: -0.2em;
content: "\00a0";
}
a {
color: #4078c0;
text-decoration: none;
background: transparent;
}
img {
max-width: 100%;
max-height: 100%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
del {
text-decoration: line-through;
}
.task-list-item {
list-style-type: none;
}
.task-list-item input {
font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0 0.35em 0.25em -1.6em;
vertical-align: middle;
}
.task-list-item input[disabled] {
cursor: default;
}
.task-list-item input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
/* scrollbar */
::-webkit-scrollbar {
width: 8px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
/* scrollbar track */
::-webkit-scrollbar-track:hover {
background-color: #fff !important;
border-radius: 4px;
}
/* scrollbar thumb */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:active {
background-color: #6FC1FF !important;
border-radius: 4px;
}
/* .task-list-item input[type="checkbox"] {
* -webkit-box-sizing: border-box;
* -moz-box-sizing: border-box;
* box-sizing: border-box;
* padding: 0;
* } */
input[type=checkbox]{
position: relative;
}
.md-task-list-item > input:before, input[type=checkbox]:before {
opacity: 1;
border-radius: 0.2rem;
margin-top: -0.08rem;
margin-left: -0.1rem;
width: 1rem;
height: 1rem;
background-color: #8fb2eb;
content: " ";
display: block;
transition-duration: 0.3s;
transition-property: background-color;
}
.md-task-list-item:hover > input:before, input[type=checkbox]:hover:before {
background-color: #1f65d6;
}
.md-task-list-item > input:checked:before,
.md-task-list-item > input[checked]:before, input[type=checkbox]:checked:before {
background-color: #1f65d6;
}
.md-task-list-item:hover > input:checked:before,
.md-task-list-item:hover > input[checked]:before, input[type=checkbox]:hover:checked:before {
background-color: #1f65d6;
}
.md-task-list-item > input:after,
.md-task-list-item > input:after, input[type=checkbox]:after {
transform: rotate(-45deg);
position: absolute;
border: 2px solid white;
border-top: 0;
border-right: 0;
top: 0.1rem;
left: 0.05rem;
width: 0.6rem;
height: 0.375rem;
content: " ";
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.md-task-list-item > input:checked:after,
.md-task-list-item > input[checked]:after, input[type=checkbox]:checked:after {
opacity: 1;
}
.ty-preferences input[type=checkbox]:before {
width: 1.2rem;
height: 1.2rem;
}
.ty-preferences input[type=checkbox]:after {
width: 0.5rem;
height: 0.32rem;
top: 0.19rem;
left: 0.14rem;
}
.emoji{
height: 1rem;
width: 1rem;
}
header{
margin-top: 30px;
}
#vcomments{
margin-top: 10em;
}
#vcomments .vat{
color: #999999;
} | 0.347205 | 0.060613 |
html, body
{
font-family: "Open Sans", Verdana, Tahoma, Arial, Sans-serif;
margin: 0; padding: 0;
background: #e0e0e0;
color: #020202;
min-height: 100%;
}
header
{
display: block;
width: 100%;
border: none;
}
main
{
box-sizing: border-box;
padding: 10px;
}
a
{
color: #020202;
}
h1, h2, h3, h4, h5, h6
{
margin: 0px;
padding: 0px;
font-family: "Open Sans", Verdana, Tahoma, Sans-Serif;
font-weight: 300;
}
.error
{
color: #cf5050;
text-align: center;
}
.sysmessage
{
box-sizing: border-box;
padding: 5px;
width: 100%;
text-align: center;
font-size: 18pt;
font-weight: 300;
}
.sysmessage.info
{
color: #2454b5;
}
.sysmessage.warning
{
color: #969b07;
}
.sysmessage.error
{
color: #771d1d;
}
.pd-popup
{
position: fixed;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 5px;
background: #020202;
color: #f5f5f5;
display: none;
box-sizing: border-box;
text-align: center;
}
.pd-container
{
width: 800px;
margin: 0 auto;
padding: 5px;
}
.pd-popup h1
{
font-family: "Open Sans", "Ubuntu", Verdana, Tahoma, Arial, Sans-Serif;
margin: 3px;
font-weight: 300;
}
#message-buttons-container
{
text-align: right;
}
.pd-button
{
display: inline-block;
border: 1px solid #f5f5f5;
width: 100px;
padding: 5px;
margin: 5px;
color: #f5f5f5;
text-decoration: none;
text-align: center;
}
#container
{
width: 800px;
margin: 0 auto;
background: #f5f5f5;
min-height: 100%;
}
#logo img
{
height: 30px;
}
#table-header
{
max-height: 70px;
width: 100%;
padding: 0px;
border-spacing: 0;
background: #020202;
color: #f5f5f5;
}
#table-header a
{
text-decoration: none;
color: #f5f5f5;
}
#table-header .menu-item-cell
{
vertical-align: center;
border-bottom: 4px solid transparent;
white-space: nowrap;
overflow: hidden;
}
#table-header .menu-item-cell.active, #table-header .menu-item-cell:hover
{
border-bottom: 4px solid #00a2e8;
}
#logo
{
width: 60px;
height: 60px;
box-sizing: border-box;
padding: 5px;
text-align: center;
}
#logo a
{
display: block;
width: 60px;
}
#menu-spacer, #menu-spacer:hover, #logo
{
vertical-align: center;
border-bottom: 2px solid transparent!important;
background: transparent!important;
}
#menu-spacer
{
width: 100%;
}
.menu-item
{
text-decoration: none;
box-sizing: border-box;
padding: 10px;
float: left;
}
/* --- CONTENT --- */
.info-title
{
font-size: 21pt;
font-weight: 300;
}
.add-item, .item-track, .info-block, .info-title
{
box-sizing: border-box;
padding: 5px;
background: #f0f0f0;
width: 100%;
margin: 5px;
}
.add-item
{
cursor: pointer;
}
.add-item h2
{
display: block;
text-align: center;
}
.add-item-form
{
display: none;
margin: 3px;
}
#search-track
{
display: block;
}
.add-item input, .item-track-tools input, button, select
{
display: block;
width: 100%;
font-family: "Open Sans", "Noto", "Ubuntu", Verdana, Tahoma, Arial, Sans-Serif;
font-size: 11pt;
margin-bottom: 5px;
border: none;
box-sizing: border-box;
padding: 5px;
}
input[type="text"], input[type="password"], select
{
border: none;
background: transparent;
border-bottom: 1px solid #303030;
}
input[type="submit"], button, input[type="time"]
{
border: none;
background: #e5e5e5;
cursor: pointer;
}
.item-track-name
{
cursor: pointer;
font-size: 16pt;
font-weight: 300;
}
.item-track-tools
{
display: none;
}
.schedule-timetable
{
text-align: center;
width: 100%;
margin: 5px;
}
.schedule-timetable th, .item-action-title
{
font-weight: 300;
}
.schedule-timetable.leftalign
{
text-align: left;
}
.toolkey
{
width: 30px;
}
#toast-messages-wrapper
{
position: fixed;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 800px;
box-sizing: border-box;
}
.toast-message
{
width: 100%;
padding: 10px;
text-align: center;
font-size: 18pt;
font-weight: 300;
display: none;
cursor: pointer;
box-sizing: border-box;
}
.toast-message.error
{
background: #210000;
color: #fc0000;
}
.toast-message.warn
{
background: #444404;
color: #fcfc11;
}
.toast-message.info
{
background: #042944;
color: #00e5ff;
}
.schedule-server-time
{
font-size: 16pt;
font-weight: 300;
text-align: center;
}
#main-server-time
{
text-align: center;
} | src/assets/style.css | html, body
{
font-family: "Open Sans", Verdana, Tahoma, Arial, Sans-serif;
margin: 0; padding: 0;
background: #e0e0e0;
color: #020202;
min-height: 100%;
}
header
{
display: block;
width: 100%;
border: none;
}
main
{
box-sizing: border-box;
padding: 10px;
}
a
{
color: #020202;
}
h1, h2, h3, h4, h5, h6
{
margin: 0px;
padding: 0px;
font-family: "Open Sans", Verdana, Tahoma, Sans-Serif;
font-weight: 300;
}
.error
{
color: #cf5050;
text-align: center;
}
.sysmessage
{
box-sizing: border-box;
padding: 5px;
width: 100%;
text-align: center;
font-size: 18pt;
font-weight: 300;
}
.sysmessage.info
{
color: #2454b5;
}
.sysmessage.warning
{
color: #969b07;
}
.sysmessage.error
{
color: #771d1d;
}
.pd-popup
{
position: fixed;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 5px;
background: #020202;
color: #f5f5f5;
display: none;
box-sizing: border-box;
text-align: center;
}
.pd-container
{
width: 800px;
margin: 0 auto;
padding: 5px;
}
.pd-popup h1
{
font-family: "Open Sans", "Ubuntu", Verdana, Tahoma, Arial, Sans-Serif;
margin: 3px;
font-weight: 300;
}
#message-buttons-container
{
text-align: right;
}
.pd-button
{
display: inline-block;
border: 1px solid #f5f5f5;
width: 100px;
padding: 5px;
margin: 5px;
color: #f5f5f5;
text-decoration: none;
text-align: center;
}
#container
{
width: 800px;
margin: 0 auto;
background: #f5f5f5;
min-height: 100%;
}
#logo img
{
height: 30px;
}
#table-header
{
max-height: 70px;
width: 100%;
padding: 0px;
border-spacing: 0;
background: #020202;
color: #f5f5f5;
}
#table-header a
{
text-decoration: none;
color: #f5f5f5;
}
#table-header .menu-item-cell
{
vertical-align: center;
border-bottom: 4px solid transparent;
white-space: nowrap;
overflow: hidden;
}
#table-header .menu-item-cell.active, #table-header .menu-item-cell:hover
{
border-bottom: 4px solid #00a2e8;
}
#logo
{
width: 60px;
height: 60px;
box-sizing: border-box;
padding: 5px;
text-align: center;
}
#logo a
{
display: block;
width: 60px;
}
#menu-spacer, #menu-spacer:hover, #logo
{
vertical-align: center;
border-bottom: 2px solid transparent!important;
background: transparent!important;
}
#menu-spacer
{
width: 100%;
}
.menu-item
{
text-decoration: none;
box-sizing: border-box;
padding: 10px;
float: left;
}
/* --- CONTENT --- */
.info-title
{
font-size: 21pt;
font-weight: 300;
}
.add-item, .item-track, .info-block, .info-title
{
box-sizing: border-box;
padding: 5px;
background: #f0f0f0;
width: 100%;
margin: 5px;
}
.add-item
{
cursor: pointer;
}
.add-item h2
{
display: block;
text-align: center;
}
.add-item-form
{
display: none;
margin: 3px;
}
#search-track
{
display: block;
}
.add-item input, .item-track-tools input, button, select
{
display: block;
width: 100%;
font-family: "Open Sans", "Noto", "Ubuntu", Verdana, Tahoma, Arial, Sans-Serif;
font-size: 11pt;
margin-bottom: 5px;
border: none;
box-sizing: border-box;
padding: 5px;
}
input[type="text"], input[type="password"], select
{
border: none;
background: transparent;
border-bottom: 1px solid #303030;
}
input[type="submit"], button, input[type="time"]
{
border: none;
background: #e5e5e5;
cursor: pointer;
}
.item-track-name
{
cursor: pointer;
font-size: 16pt;
font-weight: 300;
}
.item-track-tools
{
display: none;
}
.schedule-timetable
{
text-align: center;
width: 100%;
margin: 5px;
}
.schedule-timetable th, .item-action-title
{
font-weight: 300;
}
.schedule-timetable.leftalign
{
text-align: left;
}
.toolkey
{
width: 30px;
}
#toast-messages-wrapper
{
position: fixed;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 800px;
box-sizing: border-box;
}
.toast-message
{
width: 100%;
padding: 10px;
text-align: center;
font-size: 18pt;
font-weight: 300;
display: none;
cursor: pointer;
box-sizing: border-box;
}
.toast-message.error
{
background: #210000;
color: #fc0000;
}
.toast-message.warn
{
background: #444404;
color: #fcfc11;
}
.toast-message.info
{
background: #042944;
color: #00e5ff;
}
.schedule-server-time
{
font-size: 16pt;
font-weight: 300;
text-align: center;
}
#main-server-time
{
text-align: center;
} | 0.201224 | 0.067148 |
.container {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
margin-top: 0px;
}
.header {
color: #E82C0C;
font-size: 25px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: fixed;
background-color: white;
z-index: 1;
width: 100%;
margin-top: 0px;
height: 100px;
}
.spacer{
height:100px;
}
h1 {
text-align: center;
}
.main {
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
flex-wrap: wrap;
}
body {
font-family: 'Nunito', sans-serif;
margin-top:0px;
}
.imageBox {
display: flex;
flex-direction: column;
max-width: 400px;
max-height: 440px;
margin: 3px;
}
.user {
max-width: 400px;
max-height: 40px;
}
.userImage {
width: 400px;
height: 400px;
}
#icon {
width: 50px;
height: 50px;
align-self: center;
padding-right: 10px;
}
img {
width: 400px;
height: 400px;
}
.profile-image {
width: 100px;
height: 100px;
}
.img-circle {
border-radius: 50%;
object-fit: cover;
width: 120px;
height: 120px;
overflow: hidden;
}
.social-block {
display: flex;
justify-content: space-between;
margin: 0 50px;
flex-direction: row;
width: 90%;
}
.user-name {
margin: 20px 60px 40px 60px;
font-size: 18px;
font-weight: bold;
}
.animal-name {
margin: 40px 60px 0px 60px;
font-size: 30px;
font-weight: bold;
color: #E82C0C;
}
.bio {
margin: 10px 60px 30px 60px;
font-size: 18px;
}
.posts {
display: inline-block;
font-size: 20px;
}
.followers {
display: inline-block;
font-weight: bold;
font-size: 20px;
}
.following {
display: inline-block;
font-weight: bold;
font-size: 20px
}
.following-data {
width: 50%;
display: flex;
flex-direction: row;
justify-content: space-between;
font-weight: bold;
}
.profile-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.follower-names {
font-size: 13px;
margin: 8px 60px;
}
.top-bar {
display: flex;
justify-content: space-between;
margin: 0px;
flex-direction: row;
width: 100%;
}
.home-link {
font-size: 18px;
font-weight: bold;
margin: 20px 60px 40px 0px;
}
.addImage {
margin: 40px 60px 60px 60px;
} | public/styles/home.css | .container {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
margin-top: 0px;
}
.header {
color: #E82C0C;
font-size: 25px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: fixed;
background-color: white;
z-index: 1;
width: 100%;
margin-top: 0px;
height: 100px;
}
.spacer{
height:100px;
}
h1 {
text-align: center;
}
.main {
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
flex-wrap: wrap;
}
body {
font-family: 'Nunito', sans-serif;
margin-top:0px;
}
.imageBox {
display: flex;
flex-direction: column;
max-width: 400px;
max-height: 440px;
margin: 3px;
}
.user {
max-width: 400px;
max-height: 40px;
}
.userImage {
width: 400px;
height: 400px;
}
#icon {
width: 50px;
height: 50px;
align-self: center;
padding-right: 10px;
}
img {
width: 400px;
height: 400px;
}
.profile-image {
width: 100px;
height: 100px;
}
.img-circle {
border-radius: 50%;
object-fit: cover;
width: 120px;
height: 120px;
overflow: hidden;
}
.social-block {
display: flex;
justify-content: space-between;
margin: 0 50px;
flex-direction: row;
width: 90%;
}
.user-name {
margin: 20px 60px 40px 60px;
font-size: 18px;
font-weight: bold;
}
.animal-name {
margin: 40px 60px 0px 60px;
font-size: 30px;
font-weight: bold;
color: #E82C0C;
}
.bio {
margin: 10px 60px 30px 60px;
font-size: 18px;
}
.posts {
display: inline-block;
font-size: 20px;
}
.followers {
display: inline-block;
font-weight: bold;
font-size: 20px;
}
.following {
display: inline-block;
font-weight: bold;
font-size: 20px
}
.following-data {
width: 50%;
display: flex;
flex-direction: row;
justify-content: space-between;
font-weight: bold;
}
.profile-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.follower-names {
font-size: 13px;
margin: 8px 60px;
}
.top-bar {
display: flex;
justify-content: space-between;
margin: 0px;
flex-direction: row;
width: 100%;
}
.home-link {
font-size: 18px;
font-weight: bold;
margin: 20px 60px 40px 0px;
}
.addImage {
margin: 40px 60px 60px 60px;
} | 0.231527 | 0.07117 |
@media (max-width: 767px) {
.content-aqua-green .container {
padding-top: 6px;
padding-top: 6px;
}
.content-aqua-green .top-header .title {
font-size: 2.6em;
}
.content-aqua-green .top-header .description {
font-size: 1.1em;
margin-bottom: 26px;
padding-left: 15px;
}
.content-aqua-green .content-boxes .content-box .title {
font-size: 1.6em;
font-weight: normal;
display: inline;
padding-left: 5px;
}
.content-aqua-green .content-boxes .content-box i {
font-size: 1.35em;
margin: auto;
padding-top: 5px;
}
.content-aqua-green .content-boxes .content-box .icon-circle {
border-radius: 20px;
display: inline-flex;
height: 40px;
width: 40px;
}
.content-aqua-green .content-boxes .content-box .description {
font-size: 1.2em;
text-align: justify;
margin-top: 5px;
}
.content-aqua-green .content-boxes .content-box {
padding-bottom: 30px;
padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 1169px) {
.content-box .responsive-image {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.content-orange .content-boxes .content-box .title {
font-weight: normal;
margin-left: 20px;
display: inline-flex;
margin-bottom: 1px;
}
.content-orange .content-boxes .content-box .description {
margin-left: 20px;
}
.content-orange .content-boxes .content-box .icon-circle {
border-radius: 35px;
display: inline-flex;
font-size: 2.5em;
height: 70px;
margin-top: 5px;
width: 70px;
}
.content-orange .content-boxes .content-box .icon-circle i {
margin: auto;
padding-top: 2px;
}
}
@media (max-width: 767px) {
.content-orange {
padding-top: 6px;
padding-bottom: 6px;
}
.content-orange .top-header .title {
font-size: 2.40em;
padding-left: 10px;
padding-right: 10px;
}
.content-orange .top-header .description {
font-size: 0.98em;
margin-bottom: 29px;
padding-left: 10px;
padding-right: 10px;
}
.content-box .responsive-image {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.content-orange .responsive-image {
margin-bottom: 26px;
width: 100%;
}
.content-orange .content-boxes .content-box .title {
font-size: 1.60em;
font-weight: normal;
margin-left: 15px;
display: inline-flex;
margin-bottom: 1px;
}
.content-orange .content-boxes .content-box .description {
font-size: 1.18em;
margin-left: 15px;
}
.content-orange .content-boxes .content-box .icon-circle {
border-radius: 35px;
display: inline-flex;
font-size: 2.5em;
height: 70px;
margin-top: 5px;
width: 70px;
}
.content-orange .content-boxes .content-box .icon-circle i {
margin: auto;
padding-top: 2px;
}
.content-orange .content-boxes .content-box {
margin-bottom: 20px;
}
}@media (max-width: 767px) {
.footer-white {
padding-top: 25px;
padding-bottom: 27px;
}
.footer-white .footer-message h2.title {
margin-bottom: 13px;
}
.footer-white .footer-message-content .camera-icon i {
margin-top: 15px;
}
.footer-white .footer-message {
padding-bottom: 6px;
}
.footer-white .footer-message .block-content {
padding-left: 2%;
padding-right: 2%;
font-size: 15px;
}
.footer-white .footer-menus-signup {
text-align: center;
}
.footer-white .footer-menus-signup .title h2 {
padding-bottom: 0px;
margin-bottom: 0px;
}
.footer-white .footer-menus-signup .footer-signup-title {
margin-bottom: 20px;
}
.footer-white #mainchimp-subscribe {
border-bottom: 0px;
}
.footer-white #contact_email {
border: none;
width: 90%;
display: inline;
border-radius: 0px;
text-align: center
}
.footer-white .subscribe-form-submit {
display: inline;
width: 90%;
text-align: center;
margin-top: 30px;
float: none;
border-radius: 0px;
height: 45px;
font-style: normal;
}
.footer-white .footer-copyright {
text-align: center;
}
}
/*--------------------------------------------------------------------------*/
/*------------ Begins : Header / Header navy blue slider -----------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 767px) {
.header-navyblue-slider-menu .site-logo-name {
margin-top: 10px;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption {
bottom: auto;
top: 0px;
}
.carousel-homeslider-header-navyblue-slider .carousel-indicators {
bottom: auto;
top: 20%;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption .desc {
font-size: 1em;
margin-bottom: 10px;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption .title {
font-size: 2.3em;
margin-bottom: 5px;
margin-top: 5px;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption .cta-button {
padding: 5px 15px;
font-size: 1em;
}
.view-q-homeslider-header-navyblue-slider {
margin-top: 60px;
}
.header-navyblue-slider-menu nav{
opacity: 1 !important;
}
.header-navyblue-menu .navbar-nav > li > a {
border-right: none;
padding: 10px;
}
.header-navyblue-slider-menu .dropdown-menu>li>a,
.header-navyblue-slider-menu .dropdown-menu>li>a:hover,
.header-navyblue-slider-menu .dropdown-menu>li>a.active,
.header-navyblue-menu #navigation ul > li .active {
padding: 10px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
border-color: none;
}
.carousel-homeslider-header-navyblue-slider .carousel-indicators li{
width: 13px;
height: 13px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.carousel-homeslider-header-navyblue-slider .carousel-indicators {
bottom: 17%;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption {
top: 18%;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : Header / Header navy blue slider --------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : PriceTable / Price table light green -------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 768px) {
.price-pricetable-light-green{
padding-top: 8px;
padding-bottom: 12px;
}
.price-pricetable-light-green .price-desc {
font-size: 15px;
}
.price-pricetable-light-green .price-desc p {
margin-bottom: 0px;
}
.price-pricetable-light-green h2 {
font-size: 30px;
}
.price-pricetable-light-green .price-table {
margin-top: 0px;
}
.price-pricetable-light-green .price-box {
margin-top: 30px;
}
.price-pricetable-light-green .price-header{
padding-left: 9px;
}
.price-pricetable-light-green .price-cost {
font-size: 28px;
}
.price-pricetable-light-green .price-features-list li {
font-size: 16px;
padding-left: 9px;
}
.price-pricetable-light-green h3 {
font-size: 22px;
}
.price-pricetable-light-green .price-box .price-features-list,
.price-pricetable-light-green .price-box button {
display: none;
}
.price-pricetable-light-green .price-box:hover .price-features-list,
.price-pricetable-light-green .price-box:hover button {
display: block;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.price-pricetable-light-green .price-header{
padding-left: 9px;
}
.price-pricetable-light-green .price-cost {
font-size: 30px;
}
.price-pricetable-light-green h3 {
font-size: 23px;
}
.price-pricetable-light-green .price-features-list li {
font-size: 16px;
padding-left: 9px;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : PriceTable / Price table light green ----------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : Testimonial / Testimonial light green -------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 768px) {
.testimonial-light-green {
padding-top: 5px;
padding-bottom: 15px;
}
.testimonial-light-green h2{
margin-bottom: 13px;
}
.testimonial-light-green .container {
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 769px) and (max-width: 992px){
.testimonial-light-green .item {
padding: 5px;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : Testimonial / Testimonial light green ----------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : Blognews / Blog blue -----------------------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 768px) {
.blog-blue {
padding-top: 23px;
padding-bottom: 26px;
}
.blog-blue h2 {
font-size: 32px;
}
.blog-blue .view-header .desc {
padding-bottom: 0px;
}
.blog-blue .view-header,
.blog-blue .blog-readmore {
text-align: center;
}
}
@media (min-width: 769px) and (max-width: 992px) {
.blog-blue {
padding-bottom: 20px;
}
.blog-blue .view-content .blog-title,
.blog-blue .view-content .meta-info {
padding-bottom: 26px;
}
}
@media (min-width: 993px) and (max-width: 1200px) {
.blog-blue .view-content .blog-title a {
font-size: 18px;
}
.blog-blue .view-content .comments-count {
font-size: 12px;
padding-left: 0px;
}
.blog-blue .view-content .posted-date {
font-size: 12px;
}
}
/*--------------------------------------------------------------------------*/
/*-------------- Ends : Blognews / Blog blue -----------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : Contact / Contact Grey ---------------------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 767px) {
.contact-grey {
padding-top: 30px;
padding-bottom: 33px;
}
.contact-grey h3{
padding-bottom: 16px;
}
.contact-grey .form-group {
margin-bottom: 30px;
}
.contact-grey .btn {
width: 100%;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : Contact / Contact Grey -----------------------------*/
/*--------------------------------------------------------------------------*/ | html/css/responsive.css | @media (max-width: 767px) {
.content-aqua-green .container {
padding-top: 6px;
padding-top: 6px;
}
.content-aqua-green .top-header .title {
font-size: 2.6em;
}
.content-aqua-green .top-header .description {
font-size: 1.1em;
margin-bottom: 26px;
padding-left: 15px;
}
.content-aqua-green .content-boxes .content-box .title {
font-size: 1.6em;
font-weight: normal;
display: inline;
padding-left: 5px;
}
.content-aqua-green .content-boxes .content-box i {
font-size: 1.35em;
margin: auto;
padding-top: 5px;
}
.content-aqua-green .content-boxes .content-box .icon-circle {
border-radius: 20px;
display: inline-flex;
height: 40px;
width: 40px;
}
.content-aqua-green .content-boxes .content-box .description {
font-size: 1.2em;
text-align: justify;
margin-top: 5px;
}
.content-aqua-green .content-boxes .content-box {
padding-bottom: 30px;
padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 1169px) {
.content-box .responsive-image {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.content-orange .content-boxes .content-box .title {
font-weight: normal;
margin-left: 20px;
display: inline-flex;
margin-bottom: 1px;
}
.content-orange .content-boxes .content-box .description {
margin-left: 20px;
}
.content-orange .content-boxes .content-box .icon-circle {
border-radius: 35px;
display: inline-flex;
font-size: 2.5em;
height: 70px;
margin-top: 5px;
width: 70px;
}
.content-orange .content-boxes .content-box .icon-circle i {
margin: auto;
padding-top: 2px;
}
}
@media (max-width: 767px) {
.content-orange {
padding-top: 6px;
padding-bottom: 6px;
}
.content-orange .top-header .title {
font-size: 2.40em;
padding-left: 10px;
padding-right: 10px;
}
.content-orange .top-header .description {
font-size: 0.98em;
margin-bottom: 29px;
padding-left: 10px;
padding-right: 10px;
}
.content-box .responsive-image {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.content-orange .responsive-image {
margin-bottom: 26px;
width: 100%;
}
.content-orange .content-boxes .content-box .title {
font-size: 1.60em;
font-weight: normal;
margin-left: 15px;
display: inline-flex;
margin-bottom: 1px;
}
.content-orange .content-boxes .content-box .description {
font-size: 1.18em;
margin-left: 15px;
}
.content-orange .content-boxes .content-box .icon-circle {
border-radius: 35px;
display: inline-flex;
font-size: 2.5em;
height: 70px;
margin-top: 5px;
width: 70px;
}
.content-orange .content-boxes .content-box .icon-circle i {
margin: auto;
padding-top: 2px;
}
.content-orange .content-boxes .content-box {
margin-bottom: 20px;
}
}@media (max-width: 767px) {
.footer-white {
padding-top: 25px;
padding-bottom: 27px;
}
.footer-white .footer-message h2.title {
margin-bottom: 13px;
}
.footer-white .footer-message-content .camera-icon i {
margin-top: 15px;
}
.footer-white .footer-message {
padding-bottom: 6px;
}
.footer-white .footer-message .block-content {
padding-left: 2%;
padding-right: 2%;
font-size: 15px;
}
.footer-white .footer-menus-signup {
text-align: center;
}
.footer-white .footer-menus-signup .title h2 {
padding-bottom: 0px;
margin-bottom: 0px;
}
.footer-white .footer-menus-signup .footer-signup-title {
margin-bottom: 20px;
}
.footer-white #mainchimp-subscribe {
border-bottom: 0px;
}
.footer-white #contact_email {
border: none;
width: 90%;
display: inline;
border-radius: 0px;
text-align: center
}
.footer-white .subscribe-form-submit {
display: inline;
width: 90%;
text-align: center;
margin-top: 30px;
float: none;
border-radius: 0px;
height: 45px;
font-style: normal;
}
.footer-white .footer-copyright {
text-align: center;
}
}
/*--------------------------------------------------------------------------*/
/*------------ Begins : Header / Header navy blue slider -----------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 767px) {
.header-navyblue-slider-menu .site-logo-name {
margin-top: 10px;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption {
bottom: auto;
top: 0px;
}
.carousel-homeslider-header-navyblue-slider .carousel-indicators {
bottom: auto;
top: 20%;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption .desc {
font-size: 1em;
margin-bottom: 10px;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption .title {
font-size: 2.3em;
margin-bottom: 5px;
margin-top: 5px;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption .cta-button {
padding: 5px 15px;
font-size: 1em;
}
.view-q-homeslider-header-navyblue-slider {
margin-top: 60px;
}
.header-navyblue-slider-menu nav{
opacity: 1 !important;
}
.header-navyblue-menu .navbar-nav > li > a {
border-right: none;
padding: 10px;
}
.header-navyblue-slider-menu .dropdown-menu>li>a,
.header-navyblue-slider-menu .dropdown-menu>li>a:hover,
.header-navyblue-slider-menu .dropdown-menu>li>a.active,
.header-navyblue-menu #navigation ul > li .active {
padding: 10px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
border-color: none;
}
.carousel-homeslider-header-navyblue-slider .carousel-indicators li{
width: 13px;
height: 13px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.carousel-homeslider-header-navyblue-slider .carousel-indicators {
bottom: 17%;
}
.carousel-homeslider-header-navyblue-slider .carousel-caption {
top: 18%;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : Header / Header navy blue slider --------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : PriceTable / Price table light green -------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 768px) {
.price-pricetable-light-green{
padding-top: 8px;
padding-bottom: 12px;
}
.price-pricetable-light-green .price-desc {
font-size: 15px;
}
.price-pricetable-light-green .price-desc p {
margin-bottom: 0px;
}
.price-pricetable-light-green h2 {
font-size: 30px;
}
.price-pricetable-light-green .price-table {
margin-top: 0px;
}
.price-pricetable-light-green .price-box {
margin-top: 30px;
}
.price-pricetable-light-green .price-header{
padding-left: 9px;
}
.price-pricetable-light-green .price-cost {
font-size: 28px;
}
.price-pricetable-light-green .price-features-list li {
font-size: 16px;
padding-left: 9px;
}
.price-pricetable-light-green h3 {
font-size: 22px;
}
.price-pricetable-light-green .price-box .price-features-list,
.price-pricetable-light-green .price-box button {
display: none;
}
.price-pricetable-light-green .price-box:hover .price-features-list,
.price-pricetable-light-green .price-box:hover button {
display: block;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.price-pricetable-light-green .price-header{
padding-left: 9px;
}
.price-pricetable-light-green .price-cost {
font-size: 30px;
}
.price-pricetable-light-green h3 {
font-size: 23px;
}
.price-pricetable-light-green .price-features-list li {
font-size: 16px;
padding-left: 9px;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : PriceTable / Price table light green ----------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : Testimonial / Testimonial light green -------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 768px) {
.testimonial-light-green {
padding-top: 5px;
padding-bottom: 15px;
}
.testimonial-light-green h2{
margin-bottom: 13px;
}
.testimonial-light-green .container {
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 769px) and (max-width: 992px){
.testimonial-light-green .item {
padding: 5px;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : Testimonial / Testimonial light green ----------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : Blognews / Blog blue -----------------------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 768px) {
.blog-blue {
padding-top: 23px;
padding-bottom: 26px;
}
.blog-blue h2 {
font-size: 32px;
}
.blog-blue .view-header .desc {
padding-bottom: 0px;
}
.blog-blue .view-header,
.blog-blue .blog-readmore {
text-align: center;
}
}
@media (min-width: 769px) and (max-width: 992px) {
.blog-blue {
padding-bottom: 20px;
}
.blog-blue .view-content .blog-title,
.blog-blue .view-content .meta-info {
padding-bottom: 26px;
}
}
@media (min-width: 993px) and (max-width: 1200px) {
.blog-blue .view-content .blog-title a {
font-size: 18px;
}
.blog-blue .view-content .comments-count {
font-size: 12px;
padding-left: 0px;
}
.blog-blue .view-content .posted-date {
font-size: 12px;
}
}
/*--------------------------------------------------------------------------*/
/*-------------- Ends : Blognews / Blog blue -----------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*------------ Begins : Contact / Contact Grey ---------------------------*/
/*--------------------------------------------------------------------------*/
@media (max-width: 767px) {
.contact-grey {
padding-top: 30px;
padding-bottom: 33px;
}
.contact-grey h3{
padding-bottom: 16px;
}
.contact-grey .form-group {
margin-bottom: 30px;
}
.contact-grey .btn {
width: 100%;
}
}
/*--------------------------------------------------------------------------*/
/*------------ End : Contact / Contact Grey -----------------------------*/
/*--------------------------------------------------------------------------*/ | 0.344223 | 0.055566 |
label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
color:#30576F;
border:2px solid #8399AF
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
border-color:#9EB4CB;
color:#0D334C;
}
input.text,
input.title { width: 300px; padding:5px; }
input.title { font-size:1.5em; }
textarea {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
height: 250px;
padding:5px;
width: 368px;
}
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
position:relative; top:.25em; width:10px;
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
label {
background:url("../../images/home/arrow.gif") no-repeat scroll 0 3px transparent;
color:#619FC8;
display:block;
font-weight:normal;
height:15px;
line-height:15px;
margin:3px 0;
padding:0 0 0 11px;
}
select {
background:#8d9aa7;
border:1px solid #B3B4B1;
color:#B3B4B1;
}
input {
background:#8d9aa7 url(../../images/home/input-bg.gif) repeat-x;
border:2px solid #9eb4cb;
color:#0D334C;
height:16px;
padding:0 5px;
width:184px;
}
input[type=submit]:focus {outline:none;}
.black-border {
border:1px solid #000;
margin:0 auto;
width:198px;
position: relative;
}
input#regSubmit {
border: 0px;
width:198px;
}
input#loginSubmit {
border:0px;
width:187px;
}
select#serverLogin,
select#server {
background:#8d9aa7 url("../../images/input-bg.gif") repeat-x scroll 0 0;
border:2px solid #9EB4CB;
color:#30576F;
cursor:pointer;
width:198px;
}
select#serverLogin {width:188px;}
option#preferredServer {font-weight: bold; color: #007777}
#login form#loginForm p#TermsAndConditionsAcceptWithLogin {
color:#619FC8;
text-align: center;
margin: 5px 0 0 5px;
}
#login form#loginForm p#TermsAndConditionsAcceptWithLogin a {
color: white;
background:none;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.pilloryError,
.notice,
.success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.pilloryError { background: #FFD3C4; color: #AA1414; border-color: #FF5454; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; } | XG-Proyect-v4 UNOFFICIAL/src/upload/public/css/home/forms.css | label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
color:#30576F;
border:2px solid #8399AF
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
border-color:#9EB4CB;
color:#0D334C;
}
input.text,
input.title { width: 300px; padding:5px; }
input.title { font-size:1.5em; }
textarea {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
height: 250px;
padding:5px;
width: 368px;
}
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
position:relative; top:.25em; width:10px;
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
label {
background:url("../../images/home/arrow.gif") no-repeat scroll 0 3px transparent;
color:#619FC8;
display:block;
font-weight:normal;
height:15px;
line-height:15px;
margin:3px 0;
padding:0 0 0 11px;
}
select {
background:#8d9aa7;
border:1px solid #B3B4B1;
color:#B3B4B1;
}
input {
background:#8d9aa7 url(../../images/home/input-bg.gif) repeat-x;
border:2px solid #9eb4cb;
color:#0D334C;
height:16px;
padding:0 5px;
width:184px;
}
input[type=submit]:focus {outline:none;}
.black-border {
border:1px solid #000;
margin:0 auto;
width:198px;
position: relative;
}
input#regSubmit {
border: 0px;
width:198px;
}
input#loginSubmit {
border:0px;
width:187px;
}
select#serverLogin,
select#server {
background:#8d9aa7 url("../../images/input-bg.gif") repeat-x scroll 0 0;
border:2px solid #9EB4CB;
color:#30576F;
cursor:pointer;
width:198px;
}
select#serverLogin {width:188px;}
option#preferredServer {font-weight: bold; color: #007777}
#login form#loginForm p#TermsAndConditionsAcceptWithLogin {
color:#619FC8;
text-align: center;
margin: 5px 0 0 5px;
}
#login form#loginForm p#TermsAndConditionsAcceptWithLogin a {
color: white;
background:none;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.pilloryError,
.notice,
.success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.pilloryError { background: #FFD3C4; color: #AA1414; border-color: #FF5454; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; } | 0.324771 | 0.163145 |
.background_glassyTurquoise6,
.hover_background_glassyTurquoise6:hover,
.active_background_glassyTurquoise6:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(18, 109, 100)), color-stop(50%, rgb(16, 97, 89)), color-stop(55%, rgb(14, 85, 78)), color-stop(100%, rgb(20, 121, 111)));
background-image: -webkit-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -o-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -ms-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: linear-gradient(to bottom, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126d64', endColorstr='#14796f',GradientType=0 );
}
.background_glassyTurquoise6h,
.hover_background_glassyTurquoise6h:hover,
.active_background_glassyTurquoise6h:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(21, 131, 120)), color-stop(50%, rgb(19, 116, 107)), color-stop(55%, rgb(17, 102, 93)), color-stop(100%, rgb(24, 145, 133)));
background-image: -webkit-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: -o-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: -ms-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: linear-gradient(to bottom, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158378', endColorstr='#189185',GradientType=0 );
}
.background_glassyTurquoise6a,
.hover_background_glassyTurquoise6a:hover,
.active_background_glassyTurquoise6a:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(24, 145, 133)), color-stop(50%, rgb(17, 102, 93)), color-stop(55%, rgb(19, 116, 107)), color-stop(100%, rgb(21, 131, 120)));
background-image: -webkit-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: -o-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: -ms-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: linear-gradient(to bottom, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#189185', endColorstr='#158378',GradientType=0 );
}
.background_glassyTurquoise6s,
.hover_background_glassyTurquoise6s:hover,
.active_background_glassyTurquoise6s:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(27, 164, 150)), color-stop(50%, rgb(24, 145, 133)), color-stop(55%, rgb(21, 127, 117)), color-stop(100%, rgb(30, 182, 167)));
background-image: -webkit-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: -o-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: -ms-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: linear-gradient(to bottom, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba496', endColorstr='#1eb6a7',GradientType=0 );
}
.background_color_glassyTurquoise6,
.hover_background_color_glassyTurquoise6:hover,
.active_background_color_glassyTurquoise6:active:hover {
background-color:#14796f;
}
.background_first_color_glassyTurquoise6,
.hover_background_first_color_glassyTurquoise6:hover,
.active_background_first_color_glassyTurquoise6:active:hover {
background-color:#126d64;
}
.background_last_color_glassyTurquoise6,
.hover_background_last_color_glassyTurquoise6:hover,
.active_background_color_last_glassyTurquoise6:active:hover {
background-color:#14796f;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyTurquoise6,
.hover_color_glassyTurquoise6:hover,
.active_color_glassyTurquoise6:active:hover {
color: #c8c8c8;
}
.color_glassyTurquoise6h,
.hover_color_glassyTurquoise6h:hover,
.active_color_glassyTurquoise6h:active:hover {
color: #c8c8c8;
}
.color_glassyTurquoise6a,
.hover_color_glassyTurquoise6a:hover,
.active_color_glassyTurquoise6a:active:hover {
color: #ff0;
}
.color_glassyTurquoise6s,
.hover_color_glassyTurquoise6s:hover,
.active_color_glassyTurquoise6s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyTurquoise6,
.hover_border_glassyTurquoise6:hover,
.active_border_glassyTurquoise6:active:hover {
border-color: #0e5750 #0c4943 #0c4943 #0e5750;
}
.border_glassyTurquoise6h,
.hover_border_glassyTurquoise6h:hover,
.active_border_glassyTurquoise6h:active:hover {
border-color: #0e5750 #0c4943 #0c4943 #0e5750;
}
.border_glassyTurquoise6a,
.hover_border_glassyTurquoise6a:hover,
.active_border_glassyTurquoise6a:active:hover {
border-color: #0b443e #0b443e #0b443e #0b443e;
}
.border_glassyTurquoise6s,
.hover_border_glassyTurquoise6s:hover,
.active_border_glassyTurquoise6s:active:hover {
border-color: #0b443e #0b443e #0b443e #0b443e;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyTurquoise6,
.hover_shadow_expand_glassyTurquoise6:hover,
.active_shadow_expand_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(20, 121, 111, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(20, 121, 111, .39);
box-shadow: 0em 0em 1em 0.25em rgba(20, 121, 111, .39);
}
.shadow_expand_glassyTurquoise6h,
.hover_shadow_expand_glassyTurquoise6h:hover,
.active_shadow_expand_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(24, 145, 133, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(24, 145, 133, .50);
box-shadow: 0em 0em 1em 0.25em rgba(24, 145, 133, .50);
}
.shadow_expand_glassyTurquoise6a,
.hover_shadow_expand_glassyTurquoise6a:hover,
.active_shadow_expand_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .63);
box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .63);
}
.shadow_expand_glassyTurquoise6s,
.hover_shadow_expand_glassyTurquoise6s:hover,
.active_shadow_expand_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .78);
box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyTurquoise6,
.hover_shadow_left_glassyTurquoise6:hover,
.active_shadow_left_glassyTurquoise6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_left_glassyTurquoise6h,
.hover_shadow_left_glassyTurquoise6h:hover,
.active_shadow_left_glassyTurquoise6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_left_glassyTurquoise6a,
.hover_shadow_left_glassyTurquoise6a:hover,
.active_shadow_left_glassyTurquoise6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_left_glassyTurquoise6s,
.hover_shadow_left_glassyTurquoise6s:hover,
.active_shadow_left_glassyTurquoise6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyTurquoise6,
.hover_shadow_right_glassyTurquoise6:hover,
.active_shadow_right_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(20, 121, 111, .39);
box-shadow: 0.5em 0em 1em rgba(20, 121, 111, .39);
}
.shadow_right_glassyTurquoise6h,
.hover_shadow_right_glassyTurquoise6h:hover,
.active_shadow_right_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(24, 145, 133, .50);
box-shadow: 0.5em 0em 1em rgba(24, 145, 133, .50);
}
.shadow_right_glassyTurquoise6a,
.hover_shadow_right_glassyTurquoise6a:hover,
.active_shadow_right_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .63);
box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .63);
}
.shadow_right_glassyTurquoise6s,
.hover_shadow_right_glassyTurquoise6s:hover,
.active_shadow_right_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .78);
box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyTurquoise6,
.hover_shadow_top_glassyTurquoise6:hover,
.active_shadow_top_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_top_glassyTurquoise6h,
.hover_shadow_top_glassyTurquoise6h:hover,
.active_shadow_top_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_top_glassyTurquoise6a,
.hover_shadow_top_glassyTurquoise6a:hover,
.active_shadow_top_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_top_glassyTurquoise6s,
.hover_shadow_top_glassyTurquoise6s:hover,
.active_shadow_top_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyTurquoise6,
.hover_shadow_bottom_glassyTurquoise6:hover,
.active_shadow_bottom_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0em 0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_bottom_glassyTurquoise6h,
.hover_shadow_bottom_glassyTurquoise6h:hover,
.active_shadow_bottom_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0em 0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_bottom_glassyTurquoise6a,
.hover_shadow_bottom_glassyTurquoise6a:hover,
.active_shadow_bottom_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_bottom_glassyTurquoise6s,
.hover_shadow_bottom_glassyTurquoise6s:hover,
.active_shadow_bottom_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyTurquoise6,
.hover_shadow_top_left_glassyTurquoise6:hover,
.active_shadow_top_left_glassyTurquoise6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_top_left_glassyTurquoise6h,
.hover_shadow_top_left_glassyTurquoise6h:hover,
.active_shadow_top_left_glassyTurquoise6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_top_left_glassyTurquoise6a,
.hover_shadow_top_left_glassyTurquoise6a:hover,
.active_shadow_top_left_glassyTurquoise6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_top_left_glassyTurquoise6s,
.hover_shadow_top_left_glassyTurquoise6s:hover,
.active_shadow_top_left_glassyTurquoise6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyTurquoise6,
.hover_shadow_top_right_glassyTurquoise6:hover,
.active_shadow_top_right_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0.5em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_top_right_glassyTurquoise6h,
.hover_shadow_top_right_glassyTurquoise6h:hover,
.active_shadow_top_right_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0.5em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_top_right_glassyTurquoise6a,
.hover_shadow_top_right_glassyTurquoise6a:hover,
.active_shadow_top_right_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_top_right_glassyTurquoise6s,
.hover_shadow_top_right_glassyTurquoise6s:hover,
.active_shadow_top_right_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyTurquoise6,
.hover_shadow_bottom_left_glassyTurquoise6:hover,
.active_shadow_bottom_left_glassyTurquoise6:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(20, 121, 111, .39);
box-shadow: -0.5em 0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_bottom_left_glassyTurquoise6h,
.hover_shadow_bottom_left_glassyTurquoise6h:hover,
.active_shadow_bottom_left_glassyTurquoise6h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(24, 145, 133, .50);
box-shadow: -0.5em 0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_bottom_left_glassyTurquoise6a,
.hover_shadow_bottom_left_glassyTurquoise6a:hover,
.active_shadow_bottom_left_glassyTurquoise6a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .63);
box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_bottom_left_glassyTurquoise6s,
.hover_shadow_bottom_left_glassyTurquoise6s:hover,
.active_shadow_bottom_left_glassyTurquoise6s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .78);
box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyTurquoise6,
.hover_shadow_bottom_right_glassyTurquoise6:hover,
.active_shadow_bottom_right_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0.5em 0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_bottom_right_glassyTurquoise6h,
.hover_shadow_bottom_right_glassyTurquoise6h:hover,
.active_shadow_bottom_right_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0.5em 0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_bottom_right_glassyTurquoise6a,
.hover_shadow_bottom_right_glassyTurquoise6a:hover,
.active_shadow_bottom_right_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_bottom_right_glassyTurquoise6s,
.hover_shadow_bottom_right_glassyTurquoise6s:hover,
.active_shadow_bottom_right_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .78);
} | widgets/common/assets/gradients/glassy/glassyTurquoise/glassyTurquoise6.css | .background_glassyTurquoise6,
.hover_background_glassyTurquoise6:hover,
.active_background_glassyTurquoise6:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(18, 109, 100)), color-stop(50%, rgb(16, 97, 89)), color-stop(55%, rgb(14, 85, 78)), color-stop(100%, rgb(20, 121, 111)));
background-image: -webkit-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -o-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -ms-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: linear-gradient(to bottom, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126d64', endColorstr='#14796f',GradientType=0 );
}
.background_glassyTurquoise6h,
.hover_background_glassyTurquoise6h:hover,
.active_background_glassyTurquoise6h:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(21, 131, 120)), color-stop(50%, rgb(19, 116, 107)), color-stop(55%, rgb(17, 102, 93)), color-stop(100%, rgb(24, 145, 133)));
background-image: -webkit-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: -o-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: -ms-linear-gradient(top, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
background-image: linear-gradient(to bottom, rgb(21, 131, 120) 0%, rgb(19, 116, 107) 50%, rgb(17, 102, 93) 55%, rgb(24, 145, 133) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158378', endColorstr='#189185',GradientType=0 );
}
.background_glassyTurquoise6a,
.hover_background_glassyTurquoise6a:hover,
.active_background_glassyTurquoise6a:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(24, 145, 133)), color-stop(50%, rgb(17, 102, 93)), color-stop(55%, rgb(19, 116, 107)), color-stop(100%, rgb(21, 131, 120)));
background-image: -webkit-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: -o-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: -ms-linear-gradient(top, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
background-image: linear-gradient(to bottom, rgb(24, 145, 133) 0%, rgb(17, 102, 93) 50%, rgb(19, 116, 107) 55%, rgb(21, 131, 120) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#189185', endColorstr='#158378',GradientType=0 );
}
.background_glassyTurquoise6s,
.hover_background_glassyTurquoise6s:hover,
.active_background_glassyTurquoise6s:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(27, 164, 150)), color-stop(50%, rgb(24, 145, 133)), color-stop(55%, rgb(21, 127, 117)), color-stop(100%, rgb(30, 182, 167)));
background-image: -webkit-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: -o-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: -ms-linear-gradient(top, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
background-image: linear-gradient(to bottom, rgb(27, 164, 150) 0%, rgb(24, 145, 133) 50%, rgb(21, 127, 117) 55%, rgb(30, 182, 167) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba496', endColorstr='#1eb6a7',GradientType=0 );
}
.background_color_glassyTurquoise6,
.hover_background_color_glassyTurquoise6:hover,
.active_background_color_glassyTurquoise6:active:hover {
background-color:#14796f;
}
.background_first_color_glassyTurquoise6,
.hover_background_first_color_glassyTurquoise6:hover,
.active_background_first_color_glassyTurquoise6:active:hover {
background-color:#126d64;
}
.background_last_color_glassyTurquoise6,
.hover_background_last_color_glassyTurquoise6:hover,
.active_background_color_last_glassyTurquoise6:active:hover {
background-color:#14796f;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyTurquoise6,
.hover_color_glassyTurquoise6:hover,
.active_color_glassyTurquoise6:active:hover {
color: #c8c8c8;
}
.color_glassyTurquoise6h,
.hover_color_glassyTurquoise6h:hover,
.active_color_glassyTurquoise6h:active:hover {
color: #c8c8c8;
}
.color_glassyTurquoise6a,
.hover_color_glassyTurquoise6a:hover,
.active_color_glassyTurquoise6a:active:hover {
color: #ff0;
}
.color_glassyTurquoise6s,
.hover_color_glassyTurquoise6s:hover,
.active_color_glassyTurquoise6s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyTurquoise6,
.hover_border_glassyTurquoise6:hover,
.active_border_glassyTurquoise6:active:hover {
border-color: #0e5750 #0c4943 #0c4943 #0e5750;
}
.border_glassyTurquoise6h,
.hover_border_glassyTurquoise6h:hover,
.active_border_glassyTurquoise6h:active:hover {
border-color: #0e5750 #0c4943 #0c4943 #0e5750;
}
.border_glassyTurquoise6a,
.hover_border_glassyTurquoise6a:hover,
.active_border_glassyTurquoise6a:active:hover {
border-color: #0b443e #0b443e #0b443e #0b443e;
}
.border_glassyTurquoise6s,
.hover_border_glassyTurquoise6s:hover,
.active_border_glassyTurquoise6s:active:hover {
border-color: #0b443e #0b443e #0b443e #0b443e;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyTurquoise6,
.hover_shadow_expand_glassyTurquoise6:hover,
.active_shadow_expand_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(20, 121, 111, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(20, 121, 111, .39);
box-shadow: 0em 0em 1em 0.25em rgba(20, 121, 111, .39);
}
.shadow_expand_glassyTurquoise6h,
.hover_shadow_expand_glassyTurquoise6h:hover,
.active_shadow_expand_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(24, 145, 133, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(24, 145, 133, .50);
box-shadow: 0em 0em 1em 0.25em rgba(24, 145, 133, .50);
}
.shadow_expand_glassyTurquoise6a,
.hover_shadow_expand_glassyTurquoise6a:hover,
.active_shadow_expand_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .63);
box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .63);
}
.shadow_expand_glassyTurquoise6s,
.hover_shadow_expand_glassyTurquoise6s:hover,
.active_shadow_expand_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .78);
box-shadow: 0em 0em 1em 0.25em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyTurquoise6,
.hover_shadow_left_glassyTurquoise6:hover,
.active_shadow_left_glassyTurquoise6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_left_glassyTurquoise6h,
.hover_shadow_left_glassyTurquoise6h:hover,
.active_shadow_left_glassyTurquoise6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_left_glassyTurquoise6a,
.hover_shadow_left_glassyTurquoise6a:hover,
.active_shadow_left_glassyTurquoise6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_left_glassyTurquoise6s,
.hover_shadow_left_glassyTurquoise6s:hover,
.active_shadow_left_glassyTurquoise6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyTurquoise6,
.hover_shadow_right_glassyTurquoise6:hover,
.active_shadow_right_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(20, 121, 111, .39);
box-shadow: 0.5em 0em 1em rgba(20, 121, 111, .39);
}
.shadow_right_glassyTurquoise6h,
.hover_shadow_right_glassyTurquoise6h:hover,
.active_shadow_right_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(24, 145, 133, .50);
box-shadow: 0.5em 0em 1em rgba(24, 145, 133, .50);
}
.shadow_right_glassyTurquoise6a,
.hover_shadow_right_glassyTurquoise6a:hover,
.active_shadow_right_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .63);
box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .63);
}
.shadow_right_glassyTurquoise6s,
.hover_shadow_right_glassyTurquoise6s:hover,
.active_shadow_right_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .78);
box-shadow: 0.5em 0em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyTurquoise6,
.hover_shadow_top_glassyTurquoise6:hover,
.active_shadow_top_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_top_glassyTurquoise6h,
.hover_shadow_top_glassyTurquoise6h:hover,
.active_shadow_top_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_top_glassyTurquoise6a,
.hover_shadow_top_glassyTurquoise6a:hover,
.active_shadow_top_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_top_glassyTurquoise6s,
.hover_shadow_top_glassyTurquoise6s:hover,
.active_shadow_top_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyTurquoise6,
.hover_shadow_bottom_glassyTurquoise6:hover,
.active_shadow_bottom_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0em 0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_bottom_glassyTurquoise6h,
.hover_shadow_bottom_glassyTurquoise6h:hover,
.active_shadow_bottom_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0em 0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_bottom_glassyTurquoise6a,
.hover_shadow_bottom_glassyTurquoise6a:hover,
.active_shadow_bottom_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_bottom_glassyTurquoise6s,
.hover_shadow_bottom_glassyTurquoise6s:hover,
.active_shadow_bottom_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0em 0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyTurquoise6,
.hover_shadow_top_left_glassyTurquoise6:hover,
.active_shadow_top_left_glassyTurquoise6:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: -0.5em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_top_left_glassyTurquoise6h,
.hover_shadow_top_left_glassyTurquoise6h:hover,
.active_shadow_top_left_glassyTurquoise6h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: -0.5em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_top_left_glassyTurquoise6a,
.hover_shadow_top_left_glassyTurquoise6a:hover,
.active_shadow_top_left_glassyTurquoise6a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_top_left_glassyTurquoise6s,
.hover_shadow_top_left_glassyTurquoise6s:hover,
.active_shadow_top_left_glassyTurquoise6s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: -0.5em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyTurquoise6,
.hover_shadow_top_right_glassyTurquoise6:hover,
.active_shadow_top_right_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0.5em -0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_top_right_glassyTurquoise6h,
.hover_shadow_top_right_glassyTurquoise6h:hover,
.active_shadow_top_right_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0.5em -0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_top_right_glassyTurquoise6a,
.hover_shadow_top_right_glassyTurquoise6a:hover,
.active_shadow_top_right_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_top_right_glassyTurquoise6s,
.hover_shadow_top_right_glassyTurquoise6s:hover,
.active_shadow_top_right_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0.5em -0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyTurquoise6,
.hover_shadow_bottom_left_glassyTurquoise6:hover,
.active_shadow_bottom_left_glassyTurquoise6:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(20, 121, 111, .39);
box-shadow: -0.5em 0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_bottom_left_glassyTurquoise6h,
.hover_shadow_bottom_left_glassyTurquoise6h:hover,
.active_shadow_bottom_left_glassyTurquoise6h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(24, 145, 133, .50);
box-shadow: -0.5em 0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_bottom_left_glassyTurquoise6a,
.hover_shadow_bottom_left_glassyTurquoise6a:hover,
.active_shadow_bottom_left_glassyTurquoise6a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .63);
box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_bottom_left_glassyTurquoise6s,
.hover_shadow_bottom_left_glassyTurquoise6s:hover,
.active_shadow_bottom_left_glassyTurquoise6s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .78);
box-shadow: -0.5em 0.5em 1em rgba(21, 131, 120, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyTurquoise6,
.hover_shadow_bottom_right_glassyTurquoise6:hover,
.active_shadow_bottom_right_glassyTurquoise6:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(20, 121, 111, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(20, 121, 111, .39);
box-shadow: 0.5em 0.5em 1em rgba(20, 121, 111, .39);
}
.shadow_bottom_right_glassyTurquoise6h,
.hover_shadow_bottom_right_glassyTurquoise6h:hover,
.active_shadow_bottom_right_glassyTurquoise6h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(24, 145, 133, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(24, 145, 133, .50);
box-shadow: 0.5em 0.5em 1em rgba(24, 145, 133, .50);
}
.shadow_bottom_right_glassyTurquoise6a,
.hover_shadow_bottom_right_glassyTurquoise6a:hover,
.active_shadow_bottom_right_glassyTurquoise6a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .63);
box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .63);
}
.shadow_bottom_right_glassyTurquoise6s,
.hover_shadow_bottom_right_glassyTurquoise6s:hover,
.active_shadow_bottom_right_glassyTurquoise6s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .78);
box-shadow: 0.5em 0.5em 1em rgba(21, 131, 120, .78);
} | 0.458834 | 0.110759 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Calibri';
}
header {
background-image: url(../img/quemSomos.jpg);
height: 65vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: color;
background-color: rgba(0, 0, 0, 0.1);
}
.containerHeaderPrincipal{
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
}
.containerHeader{
max-width: 90%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 4rem;
}
.logoHeader{
font-size: 22px;
text-decoration: none;
color: #000;
padding: 5px;
font-weight: 400;
}
.linkPrincipal{
font-size: 22px;
text-decoration: none;
color: #000;
margin-left: 1rem;
padding: 5px;
font-weight: 400;
}
.linkPrincipal:hover{
border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}
.logoHeader:hover{
border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}
.descricao{
max-width: 90%;
margin: 0 auto;
height: auto;
margin-top: 1.5rem;
align-items: center;
}
.descricao > h1{
padding: 10px;
font-size: 60px;
font-weight: normal;
color: #000;
margin-bottom: 10px;
text-align: center;
font-family: 'EB Garamond', serif;
font-weight: 500;
}
.containerSobreNos{
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
margin: 0 auto;
padding: 40px 0 40px 0;
}
.divSobreNos{
max-width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: 1.5fr 1fr;
padding: 40px;
gap: 2.5rem;
}
.descricaoSobreNos > h2{
margin-left: 4rem;
font-size: 60px;
font-weight: 500;
color: #000;
font-family: 'EB Garamond', serif;
margin-bottom: 2.5rem;
}
.descricaoSobreNos > p{
font-size: 24px;
margin-left: 2rem;
line-height: 2rem;
font-family: 'Calibri';
font-weight: 300;
margin-bottom: 2rem;
}
#p{
padding-bottom: 3rem;
}
.ul-redes{
justify-content: center;
}
.fotoSobreNos img{
width: 100%;
}
@media screen and (max-width: 500px){
header {
background-image: url(../img/banner.jpg);
height: 65vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: color;
background-color: rgba(0, 0, 0, 0.1);
}
.divSobreNos{
grid-template-columns: 1fr;
}
.containerHeader{
max-width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
height: 10rem;
}
.containerHeader > nav{
display: flex;
flex-direction: column;
align-items: center;
}
.container-footer{
max-width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
height: 5rem;
}
}
footer{
width: 100%;
margin: 0 auto;
padding: 30px 0 30px 0;
background-color: #D5D7D2;
}
.container-footer{
max-width: 90%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 5rem;
}
.ul-redes{
display: flex;
}
.redes-icon {
margin-right: 20px;
}
.nome p{
font-size: 18px;
font-weight: 400;
}
i {
font-size: 40px;
color: #000;
}
i:hover {
font-size: 40px;
color: rgba(0, 0, 0, 0.500)
} | css/quemsomos.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Calibri';
}
header {
background-image: url(../img/quemSomos.jpg);
height: 65vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: color;
background-color: rgba(0, 0, 0, 0.1);
}
.containerHeaderPrincipal{
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
}
.containerHeader{
max-width: 90%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 4rem;
}
.logoHeader{
font-size: 22px;
text-decoration: none;
color: #000;
padding: 5px;
font-weight: 400;
}
.linkPrincipal{
font-size: 22px;
text-decoration: none;
color: #000;
margin-left: 1rem;
padding: 5px;
font-weight: 400;
}
.linkPrincipal:hover{
border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}
.logoHeader:hover{
border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}
.descricao{
max-width: 90%;
margin: 0 auto;
height: auto;
margin-top: 1.5rem;
align-items: center;
}
.descricao > h1{
padding: 10px;
font-size: 60px;
font-weight: normal;
color: #000;
margin-bottom: 10px;
text-align: center;
font-family: 'EB Garamond', serif;
font-weight: 500;
}
.containerSobreNos{
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
margin: 0 auto;
padding: 40px 0 40px 0;
}
.divSobreNos{
max-width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: 1.5fr 1fr;
padding: 40px;
gap: 2.5rem;
}
.descricaoSobreNos > h2{
margin-left: 4rem;
font-size: 60px;
font-weight: 500;
color: #000;
font-family: 'EB Garamond', serif;
margin-bottom: 2.5rem;
}
.descricaoSobreNos > p{
font-size: 24px;
margin-left: 2rem;
line-height: 2rem;
font-family: 'Calibri';
font-weight: 300;
margin-bottom: 2rem;
}
#p{
padding-bottom: 3rem;
}
.ul-redes{
justify-content: center;
}
.fotoSobreNos img{
width: 100%;
}
@media screen and (max-width: 500px){
header {
background-image: url(../img/banner.jpg);
height: 65vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: color;
background-color: rgba(0, 0, 0, 0.1);
}
.divSobreNos{
grid-template-columns: 1fr;
}
.containerHeader{
max-width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
height: 10rem;
}
.containerHeader > nav{
display: flex;
flex-direction: column;
align-items: center;
}
.container-footer{
max-width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
height: 5rem;
}
}
footer{
width: 100%;
margin: 0 auto;
padding: 30px 0 30px 0;
background-color: #D5D7D2;
}
.container-footer{
max-width: 90%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 5rem;
}
.ul-redes{
display: flex;
}
.redes-icon {
margin-right: 20px;
}
.nome p{
font-size: 18px;
font-weight: 400;
}
i {
font-size: 40px;
color: #000;
}
i:hover {
font-size: 40px;
color: rgba(0, 0, 0, 0.500)
} | 0.437343 | 0.084795 |
.bg-main {
background: #000;
position: absolute; top:0%; left: 0%;
width: 100vw;
height: 100vh;
background-image: radial-gradient( hsl(120, 0%, 0%) 55%, hsl(128, 81%, 20%) 70%, hsl(128, 0%, 10%) 90% );
filter:saturate(120%)
}
.seizure-box {
position: absolute;
left: 25%;
width: 50%;
}
.mode-description {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.mode-block {
display: flex;
align-items: center;
justify-content: center;
background: radial-gradient( hsl(0, 0%, 0%) 50%, hsl(128, 81%, 20%), hsla(0, 0%, 0%, 0) 70%);
margin: 2.2rem;
padding: 1rem;
border-radius: 40% 20% 40% 20%;
z-index: 50;
}
.mode-block:nth-of-type(2n) {
border-radius: 20%;
background: none;
border: .2rem double hsla(128, 81%, 20%, .6);
}
.mode-title {
background: -webkit-linear-gradient(90deg, hsl(128, 64%, 38%) 60%, hsla(0, 0%, 0%, .85) 20%, hsl(128, 60%, 33%));
filter: saturate(75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 3px 3px 3px hsla(122, 80%, 30%, 0.5);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 650;
font-size: 2rem;
padding: 2rem;
}
.mode-title::before {
content: '';
display: block;
position:absolute;
z-index: -30;
top: 10%; left: 10%;
width: 80%; height: 80%;
border-radius: 50%;
background: linear-gradient( hsla(128, 94%, 28%, .6) 60%, hsla(0, 0%, 0%, .85) 20%, hsla(129, 88%, 19%, 0.6));
}
.mode-about {
background: -webkit-linear-gradient(120deg, hsla(0, 0%, 0%, .35) 25%, hsla(128, 40%, 30%, .75), hsl(128, 63%, 39%));
filter: saturate(120%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 1px 1px 1px hsla(122, 60%, 60%, 0.2);
font-size: 1.3rem;
font-weight: 550;
font-style: italic;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.proceed {
display: flex;
align-items: center;
justify-content: center;
background:repeating-linear-gradient(130deg, hsl(128, 81%, 20%), hsl(0, 0%, 0%), hsl(128, 81%, 20%));
border-radius: 20%;
height: 4rem;
width: 9rem;
margin: 2rem;
}
.proceed-play {
width: 90%;
height: 80%;
border-radius: 15%;
z-index: 30;
border: .1rem solid hsl(0, 0%, 0%);
background:repeating-linear-gradient(130deg, hsl(0, 0%, 0%), hsl(128, 81%, 20%), hsl(0, 0%, 0%));
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
letter-spacing: .15rem;
background-origin: content-box;
}
.return-home {
position: absolute;
top: 2rem;
left: 2rem;
}
.back {
background: inherit;
color: hsl(128, 81%, 20%);
border-radius: 50%;
font-size: 2.5rem;
width: 5rem;
height: 5rem;
}
@media screen and (min-width: 340px) and (max-width: 680px) and (orientation: landscape) {
.seizure-box {
overflow: hidden; /* M */
position: absolute;
left: 5%; /* M */
width: 90%; /* M */
}
.mode-block {
margin: .8rem; /* M */
margin-bottom: .6rem; /* M */
padding: .6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 1.3rem; /* M */
padding: 1.8rem;
}
.mode-about {
font-size: 1.1rem;
font-weight: 550;
}
.proceed {
height: 3rem; /* M */
width: 7rem; /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.4rem; /* M */
left: 1.4rem; /* M */
}
.back {
border-radius: 50%;
font-size: 1.7rem; /* M */
width: 3.4rem; /* M */
height: 3.4rem; /* M */
}
}
@media screen and (min-width: 681px) and (max-width: 940px) and (orientation: landscape) {
.seizure-box {
overflow: hidden; /* M */
position: absolute;
left: 10%; /* M */
width: 80%; /* M */
}
.mode-block {
margin: 3.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: 1.6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 3.3rem; /* M */ /* M */
padding: 2.8rem;
margin: .3rem;
}
.mode-about {
font-size: 2.3rem;
font-weight: 550;
padding: .75rem;
}
.proceed {
height: 4.5rem; /* M */
width: 8rem; /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.4rem; /* M */
left: 1.4rem; /* M */
}
.back {
border-radius: 50%;
font-size: 2.3rem; /* M */
width: 4.6rem; /* M */
height: 4.6rem; /* M */
overflow: hidden; /* M */
position: absolute;
left: 5%; /* M */
width: 90%; /* M */
}
.mode-block {
margin: 1.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: .6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 1.3rem; /* M */
padding: 1.8rem;
}
.mode-about {
font-size: 1.1rem;
font-weight: 550;
}
.proceed {
height: 3.6rem; /* M */ /* M */
width: 8rem; /* M */ /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.2rem; /* M */ /* M */
left: 1.2rem; /* M */ /* M */
}
.back {
border-radius: 50%;
font-size: 2.3rem; /* M */ /* M */
width: 4.6rem; /* M */ /* M */
height: 4.6rem; /* M */ /* M */
}
}
@media screen and (min-width: 941px) and (max-width: 1240px) and (orientation: landscape) {
.seizure-box {
overflow: hidden; /* M */
position: absolute;
left: 20%; /* M */
width: 60%; /* M */
}
.mode-block {
margin: 3.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: 2.6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 3.3rem; /* M */ /* M */
padding: 2.8rem;
margin: .3rem;
}
.mode-about {
font-size: 2.7rem;
font-weight: 550;
padding: 1.75rem;
}
.proceed {
height: 4.5rem; /* M */
width: 8rem; /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.4rem; /* M */
left: 1.4rem; /* M */
}
.back {
border-radius: 50%;
font-size: 2.3rem; /* M */
width: 4.6rem; /* M */
height: 4.6rem; /* M */
overflow: hidden; /* M */
position: absolute;
left: 5%; /* M */
width: 90%; /* M */
}
.mode-block {
margin: 1.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: 1.1rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 1.8rem; /* M */
padding: 2.8rem;
}
.mode-about {
font-size: 1.1rem;
font-weight: 550;
}
.proceed {
height: 5.2rem; /* M */ /* M */
width: 13rem; /* M */ /* M */
margin: 3rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.6rem; /* M */ /* M */
left: 1.6rem; /* M */ /* M */
}
.back {
border-radius: 50%;
font-size: 3.3rem; /* M */ /* M */
width: 6.6rem; /* M */ /* M */
height: 6.6rem; /* M */ /* M */
}
} | src/styles/preview.css | .bg-main {
background: #000;
position: absolute; top:0%; left: 0%;
width: 100vw;
height: 100vh;
background-image: radial-gradient( hsl(120, 0%, 0%) 55%, hsl(128, 81%, 20%) 70%, hsl(128, 0%, 10%) 90% );
filter:saturate(120%)
}
.seizure-box {
position: absolute;
left: 25%;
width: 50%;
}
.mode-description {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.mode-block {
display: flex;
align-items: center;
justify-content: center;
background: radial-gradient( hsl(0, 0%, 0%) 50%, hsl(128, 81%, 20%), hsla(0, 0%, 0%, 0) 70%);
margin: 2.2rem;
padding: 1rem;
border-radius: 40% 20% 40% 20%;
z-index: 50;
}
.mode-block:nth-of-type(2n) {
border-radius: 20%;
background: none;
border: .2rem double hsla(128, 81%, 20%, .6);
}
.mode-title {
background: -webkit-linear-gradient(90deg, hsl(128, 64%, 38%) 60%, hsla(0, 0%, 0%, .85) 20%, hsl(128, 60%, 33%));
filter: saturate(75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 3px 3px 3px hsla(122, 80%, 30%, 0.5);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 650;
font-size: 2rem;
padding: 2rem;
}
.mode-title::before {
content: '';
display: block;
position:absolute;
z-index: -30;
top: 10%; left: 10%;
width: 80%; height: 80%;
border-radius: 50%;
background: linear-gradient( hsla(128, 94%, 28%, .6) 60%, hsla(0, 0%, 0%, .85) 20%, hsla(129, 88%, 19%, 0.6));
}
.mode-about {
background: -webkit-linear-gradient(120deg, hsla(0, 0%, 0%, .35) 25%, hsla(128, 40%, 30%, .75), hsl(128, 63%, 39%));
filter: saturate(120%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 1px 1px 1px hsla(122, 60%, 60%, 0.2);
font-size: 1.3rem;
font-weight: 550;
font-style: italic;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.proceed {
display: flex;
align-items: center;
justify-content: center;
background:repeating-linear-gradient(130deg, hsl(128, 81%, 20%), hsl(0, 0%, 0%), hsl(128, 81%, 20%));
border-radius: 20%;
height: 4rem;
width: 9rem;
margin: 2rem;
}
.proceed-play {
width: 90%;
height: 80%;
border-radius: 15%;
z-index: 30;
border: .1rem solid hsl(0, 0%, 0%);
background:repeating-linear-gradient(130deg, hsl(0, 0%, 0%), hsl(128, 81%, 20%), hsl(0, 0%, 0%));
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
letter-spacing: .15rem;
background-origin: content-box;
}
.return-home {
position: absolute;
top: 2rem;
left: 2rem;
}
.back {
background: inherit;
color: hsl(128, 81%, 20%);
border-radius: 50%;
font-size: 2.5rem;
width: 5rem;
height: 5rem;
}
@media screen and (min-width: 340px) and (max-width: 680px) and (orientation: landscape) {
.seizure-box {
overflow: hidden; /* M */
position: absolute;
left: 5%; /* M */
width: 90%; /* M */
}
.mode-block {
margin: .8rem; /* M */
margin-bottom: .6rem; /* M */
padding: .6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 1.3rem; /* M */
padding: 1.8rem;
}
.mode-about {
font-size: 1.1rem;
font-weight: 550;
}
.proceed {
height: 3rem; /* M */
width: 7rem; /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.4rem; /* M */
left: 1.4rem; /* M */
}
.back {
border-radius: 50%;
font-size: 1.7rem; /* M */
width: 3.4rem; /* M */
height: 3.4rem; /* M */
}
}
@media screen and (min-width: 681px) and (max-width: 940px) and (orientation: landscape) {
.seizure-box {
overflow: hidden; /* M */
position: absolute;
left: 10%; /* M */
width: 80%; /* M */
}
.mode-block {
margin: 3.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: 1.6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 3.3rem; /* M */ /* M */
padding: 2.8rem;
margin: .3rem;
}
.mode-about {
font-size: 2.3rem;
font-weight: 550;
padding: .75rem;
}
.proceed {
height: 4.5rem; /* M */
width: 8rem; /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.4rem; /* M */
left: 1.4rem; /* M */
}
.back {
border-radius: 50%;
font-size: 2.3rem; /* M */
width: 4.6rem; /* M */
height: 4.6rem; /* M */
overflow: hidden; /* M */
position: absolute;
left: 5%; /* M */
width: 90%; /* M */
}
.mode-block {
margin: 1.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: .6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 1.3rem; /* M */
padding: 1.8rem;
}
.mode-about {
font-size: 1.1rem;
font-weight: 550;
}
.proceed {
height: 3.6rem; /* M */ /* M */
width: 8rem; /* M */ /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.2rem; /* M */ /* M */
left: 1.2rem; /* M */ /* M */
}
.back {
border-radius: 50%;
font-size: 2.3rem; /* M */ /* M */
width: 4.6rem; /* M */ /* M */
height: 4.6rem; /* M */ /* M */
}
}
@media screen and (min-width: 941px) and (max-width: 1240px) and (orientation: landscape) {
.seizure-box {
overflow: hidden; /* M */
position: absolute;
left: 20%; /* M */
width: 60%; /* M */
}
.mode-block {
margin: 3.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: 2.6rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 3.3rem; /* M */ /* M */
padding: 2.8rem;
margin: .3rem;
}
.mode-about {
font-size: 2.7rem;
font-weight: 550;
padding: 1.75rem;
}
.proceed {
height: 4.5rem; /* M */
width: 8rem; /* M */
margin: 1rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.4rem; /* M */
left: 1.4rem; /* M */
}
.back {
border-radius: 50%;
font-size: 2.3rem; /* M */
width: 4.6rem; /* M */
height: 4.6rem; /* M */
overflow: hidden; /* M */
position: absolute;
left: 5%; /* M */
width: 90%; /* M */
}
.mode-block {
margin: 1.2rem; /* M */
margin-bottom: .6rem; /* M */
padding: 1.1rem; /* M */
border-radius: 40% 20% 40% 20%;
}
.mode-title {
font-weight: 650;
font-size: 1.8rem; /* M */
padding: 2.8rem;
}
.mode-about {
font-size: 1.1rem;
font-weight: 550;
}
.proceed {
height: 5.2rem; /* M */ /* M */
width: 13rem; /* M */ /* M */
margin: 3rem 3rem;
}
.proceed-play {
width: 90%;
height: 80%;
font-size: 1.3rem;
border: .2rem double hsla(128, 81%, 20%, .6);
color:hsla(0, 1%, 5%, 1);
font-weight: 600;
letter-spacing: .15rem;
}
.return-home {
position: absolute;
top: 1.6rem; /* M */ /* M */
left: 1.6rem; /* M */ /* M */
}
.back {
border-radius: 50%;
font-size: 3.3rem; /* M */ /* M */
width: 6.6rem; /* M */ /* M */
height: 6.6rem; /* M */ /* M */
}
} | 0.653016 | 0.094971 |
* {
margin: 0px;
padding: 0px;
}
input,a{
outline: none
}
.main-blog-content .title-blog{
font:400 28px/32px arial;
}
.main-blog-content .description-blog{
font: 700 14px/18px arial;
width: 100%;
float: left;
padding-bottom: 10px;
color: #444;
}
.main-blog-content .content-blog{
display: inline-block;
margin-top: 38px;
}
@font-face {
font-family: VNI-Tekon;
src: url(../font/VNI-Tekon.TTF);
}
.btn_sendinfo:hover,.btn_readmore:hover{
color:black;
}
.captcha_style{
margin: 12px 0;
display: inline-block;
border: 1px solid #c9c9c9;
overflow: hidden;
background: white;
}
.captcha_style .BDC_CaptchaImageDiv{
margin:3px 10px !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0px;
padding: 0px;
}
body {
outline: none;
font-size: 12px;
font-family: Arial,Tahoma, sans-serif;
color: #606060;
cursor: default;
background-color: #dfdfdf;
}
img {
border: 0;
}
a:hover{
text-decoration:none;
}
ul, ol {
list-style: none;
}
.box_head {
position: relative;
}
.header_bg{
background-color:#efefef;
width: 100%;
float: left;
}
.menu_top {
margin-top: 21px;
padding-right: 46px;
}
.menu_top ul {
float: right;
}
.menu_top li a {
color: #535353;
}
.menu_top a:hover {
color: #e02c16;
font-weight: bold;
text-decoration:underline;
}
.menu_hotline{
margin-top: 20px;
}
i.hotline{
width: 267px;
height: 42px;
background: transparent url("../img/bg_hotline.png") no-repeat scroll 33px 0px;
float: right;
}
i.hotline > span{
font-family: VNI-Tekon, Arial, Tahoma;
font-size: 25.5px;
color: #e02c16;
margin-top: 3px;
margin-left: 54px;
float: left;
}
.box_menu {
height:40px;
float:left;
background-color:#fff;
width:100%;
border:1px solid #cecece;
}
.box_menu .menu_main {
float:right;
}
.box_menu > ul.menu_main > li{
float:left;
display:inline;
padding:0 11px;
line-height: 35px;
}
.box_menu > ul.menu_main > li > a{
text-transform:uppercase;
color: #000;
}
.box_menu > ul.menu_main > li > a:hover ,.box_menu > ul.menu_main > li > a.active{
border-bottom:2px solid #e02c16;
}
.box_menu > ul.menu_main > li:last-child > a{
padding-right:50px;
}
.logo_nine{
position:absolute;
top:0px;
left:25px;
width: 30%;
height: auto;
}
.box_slideshow{
background-color:transparent;
position:relative;
}
.box_slideshow .img_slideshow{
margin-top: 20px;
margin-bottom: 20px;
}
.bx-wrapper .bx-viewport{
background-color:transparent !important;
}
.bx-wrapper{
margin-bottom: 42px !important;
}
.bx-wrapper img {
text-align: center;
margin: auto;
}
.box_slideshow .btn_see{
position:absolute;
top: 86%;
left: 61%;
background-color:#3487cc;
color:#fff;
font-family: Tahoma, Arial;
font-weight:bold;
padding: 17px 38px;
font-size: 16px;
line-height: 1.5px;
border-radius: 16px;
border:1px solid #ddd;
box-shadow:none;
background: rgba(71,168,229,1);
background: -moz-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,168,229,1)), color-stop(0%, rgba(117,189,209,1)), color-stop(100%, rgba(52,136,204,1)));
background: -webkit-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: -o-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: -ms-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: linear-gradient(to bottom, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a8e5', endColorstr='#3488cc', GradientType=0 );
z-index: 110;
}
.box_slideshow .box_social{
position:absolute;
top: 17px;
right: 65px;
z-index: 100;
}
.box_social:before{
content: "";
background: transparent url("../img/bg_cont.png") no-repeat scroll center top;
width: 10px;
height: 200px;
position: absolute;
left: 20px;
top: 42px;
}
.box_social ul li{
padding-bottom: 5px;
}
.box_social ul li a {
height: 52px;
width: 52px;
padding: 0px;
z-index: 1111111111;
position: relative;
}
.box_social i{
color: transparent;
border: none;
display: inline-block;
width: 100%;
height: 100%;
}
.connect_face
{
background: transparent url("../img/facebook.png") no-repeat scroll center top;
}
.connect_skype
{
background: transparent url("../img/skype.png") no-repeat scroll center top;
}
.connect_img
{
background: transparent url("../img/hinh.png") no-repeat scroll center top;
}
.connect_google
{
background: transparent url("../img/google.png") no-repeat scroll center top;
}
.connect_tw
{
background: transparent url("../img/tw.png") no-repeat scroll center top;
}
.content_main{
background-color:#fff;
-webkit-box-shadow: 0px -2px 5px 0px rgba(112,111,112,1);
-moz-box-shadow: 0px -2px 5px 0px rgba(112,111,112,1);
box-shadow: 0px -2px 5px 0px rgba(112,111,112,1);
padding-top: 10px;
}
.content_main .tabs_header ul li{
float:left;
cursor:pointer;
vertical-align: middle;
text-align: center;
}
.content_main .tabs_header ul li a img{
max-width: 100%;
height: auto;
}
.content_main .tabs_header ul li a p{
text-align:center;
height:25px;
width:100%;
text-transform:uppercase;
color:#e4371d;
padding-left: 30px;
padding-right: 30px;
margin-top: 11px;
}
.content_main .tabs_header ul li.current_tab_dt{
float:left;
}
.content_main .tabs_header ul li.current_tab_dt a p, .content_main .tabs_header ul li:hover a p {
height:25px;
width:100%;
transform: rotate(-11deg);
-moz-transform: rotate(-11deg);
-webkit-transform: rotate(-11deg);
-o-transform: rotate(-11deg);
margin-top: 23px;
float: left;
font-weight: bold;
padding-left: 30px;
padding-right: 30px;
}
.content_main .tabs_header ul {
border-bottom: 2px solid #c9c9c9;
width: 100%;
float: left;
margin-left: 0px;
}
.content_main .tabs_header ul li a img{
max-width: 100%;
height: auto;;
}
.box_line{
width:50%;
float:left;
height: 25px;
border-right:2px solid #c9c9c9;
margin-top: 20px;
display:none;
}
.content_main .tabs_header ul li.current_tab_dt .box_line {
display:block;
}
.my_box_content{
padding-top: 15px;
padding-bottom: 20px;
}
.my_box_content .content_boxstore{
font-size:12px;
color:#606060;
line-height:22px;
width: 100%;
float: left;
}
.content_boxstore ul{
width:85%;
padding-top: 40px;
margin: auto;
}
.content_boxstore ul li{
width:50%;
float: left;
}
.error-contact{
color:red;
}
.content_boxstore figure p {
text-align: center;
vertical-align: middle;
}
.content_boxstore figure img{
max-width: 100%;
height: auto;
}
.content_boxstore figure figcaption{
text-align: center;
text-transform: uppercase;
margin-top: 11px;
margin-bottom: 25px;
font-size: 12px;
font-family: Arial,Tahoma, sans-serif;
color: #606060;
}
.bot_read {
margin-top: -6px;
width: 100%;
float: left;
}
.btn_readmore{
background: transparent url("../img/bg-xemtiep.png") no-repeat scroll center top;
width: 136px;
height: 63px;
float: right;
padding-left: 45px;
padding-top: 25px;
font-weight: bold;
color: rgb(255, 255, 255);
margin-right: 85px;
}
.footer_main{
margin-top:27px;
margin-left: 15px;
margin-right: 15px;
}
.footer_main h6{
color:#e4371d;
text-transform:uppercase;
}
.menulink_footer h6{
margin-left: 10px;
}
.menulink_footer ul{
width: 100%;
float: left;
margin-top: 20px;
}
.menulink_footer ul li{
line-height: 47px;
float: left;
display: inline-block;
width: 100%;
height: 55px;
}
.menulink_footer ul li:hover{
font-weight: bold;
}
.menulink_footer ul li a{
color:#606060;
}
.menulink_footer ul li a i{
width:50px;
height:50px;
margin-right: 10px;
float:left;
}
.menulink_footer ul li a i.photography{
background: transparent url("../img/icon-graphy.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.weding{
background: transparent url("../img/icon-anhcuoi.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.brand{
background: transparent url("../img/icon-brand.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.comer{
background: transparent url("../img/icon-comer.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.indesign{
background: transparent url("../img/icon-design.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.dulich{
background: transparent url("../img/icon-dulich.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.family{
background: transparent url("../img/icon-family.png") no-repeat scroll left top;
}
.footer_main .contact_footer ul.contact_address{
width:80%;
float: left;
}
.footer_main .contact_footer ul.contact_address li{
margin-top: 22px;
float: left;
display: inline-block;
width: 100%;
}
.footer_main .contact_footer ul.connect_social{
width:80%;
float: left;
margin-top: 30px;
}
.connect_social > li
{
line-height: 43px;
width: 100%;
float: left;
height: 46px;
}
.connect_social > li > span{
width:40%;
float:left;
}
.connect_social > li > a{
width:52px;
height:52px;
float:left;
}
.connect_social > li > a > i{
background-size: 92% 92%;
width: 50px;
height: 50px;
float: left;
}
.form_footer .format_tag{
width:100%;
float: left;
}
.form_footer .format_tag:first-child p{
margin-top: -3px;
}
.form_footer .box_sent{
margin-top: 16px;
width: 100%;
float: left;
}
.btn_sendinfo {
background: transparent url("../img/bg-send.png") no-repeat scroll center top;
width: 118px;
height: 55px;
float: right;
font-weight: bold;
color: rgb(255, 255, 255);
margin-right: 85px;
border: 0;
}
a {
color: #428bca;
text-decoration: none;
}
.footer{
margin-bottom: 5%;
}
.form_footer .format_tag p{
margin-bottom: 6px;
margin-top: 5px;
}
.form_footer .format_tag label, .form_footer .format_tag input{
width:100%;
float: left;
}
.form_footer .format_tag input[type=text]
{
border: 1px solid #c9c9c9;
padding: 9px;
border-radius: 1px;
}
.form_footer .format_tag .smnh{
margin-bottom: 13px;
margin-top: 13px;
width: 30%;
float: left;
font-size: 15px;
text-align: center;
color: #606060;
}
.form_footer .format_tag textarea
{
border: 1px solid #c9c9c9;
width:100%;
height: 135px;
border-radius: 1px;
}
.footer .menu_bottom{
background-color: #fff;
height: 40px;
margin-top: 25px;
border:1px solid #cecece;
}
.footer .menu_bottom ul, .footer .menu_bottom .copyright{
width:100%;
float: left;
margin-top: 12px;
}
.footer .menu_bottom ul li a{
color: #535353;
}
.footer .menu_bottom ul li a:hover{
color: #e02c16;
text-decoration: none;
font-weight: bold;
}
.footer .menu_bottom .copyright{
color: #909090;
text-align: right;
}
.footer .menu_bottom .copyright:before{
content: "";
background: transparent url("../img/copyright.png") no-repeat scroll left top;
width:24px;
height: 24px;
position: absolute;
top: 5px;
right: 175px;
}
@media only screen and (max-width : 1024px)
{
.content_boxstore ul {
width: 100%;
}
}
@media only screen and (max-width : 768px)
{
.box_slideshow .box_social{
display: none;
}
}
@media only screen and (max-width : 668px)
{
.box_menu{
height: auto;
margin-top: 34px;
}
.menu_top {
`padding-right: 0px;
}
.box_menu .menu_main{
width: 100%;
}
.box_menu > ul.menu_main > li {
width: 100%;
}
.box_menu > ul.menu_main > li:hover {
background-color: #efefef;
}
.content_boxstore ul {
width: 100%;
}
.footer_main .contact_footer ul.connect_social{
display: none;
}
}
/*# sourceMappingURL=home.css.map */ | public/default/css/home.css | * {
margin: 0px;
padding: 0px;
}
input,a{
outline: none
}
.main-blog-content .title-blog{
font:400 28px/32px arial;
}
.main-blog-content .description-blog{
font: 700 14px/18px arial;
width: 100%;
float: left;
padding-bottom: 10px;
color: #444;
}
.main-blog-content .content-blog{
display: inline-block;
margin-top: 38px;
}
@font-face {
font-family: VNI-Tekon;
src: url(../font/VNI-Tekon.TTF);
}
.btn_sendinfo:hover,.btn_readmore:hover{
color:black;
}
.captcha_style{
margin: 12px 0;
display: inline-block;
border: 1px solid #c9c9c9;
overflow: hidden;
background: white;
}
.captcha_style .BDC_CaptchaImageDiv{
margin:3px 10px !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0px;
padding: 0px;
}
body {
outline: none;
font-size: 12px;
font-family: Arial,Tahoma, sans-serif;
color: #606060;
cursor: default;
background-color: #dfdfdf;
}
img {
border: 0;
}
a:hover{
text-decoration:none;
}
ul, ol {
list-style: none;
}
.box_head {
position: relative;
}
.header_bg{
background-color:#efefef;
width: 100%;
float: left;
}
.menu_top {
margin-top: 21px;
padding-right: 46px;
}
.menu_top ul {
float: right;
}
.menu_top li a {
color: #535353;
}
.menu_top a:hover {
color: #e02c16;
font-weight: bold;
text-decoration:underline;
}
.menu_hotline{
margin-top: 20px;
}
i.hotline{
width: 267px;
height: 42px;
background: transparent url("../img/bg_hotline.png") no-repeat scroll 33px 0px;
float: right;
}
i.hotline > span{
font-family: VNI-Tekon, Arial, Tahoma;
font-size: 25.5px;
color: #e02c16;
margin-top: 3px;
margin-left: 54px;
float: left;
}
.box_menu {
height:40px;
float:left;
background-color:#fff;
width:100%;
border:1px solid #cecece;
}
.box_menu .menu_main {
float:right;
}
.box_menu > ul.menu_main > li{
float:left;
display:inline;
padding:0 11px;
line-height: 35px;
}
.box_menu > ul.menu_main > li > a{
text-transform:uppercase;
color: #000;
}
.box_menu > ul.menu_main > li > a:hover ,.box_menu > ul.menu_main > li > a.active{
border-bottom:2px solid #e02c16;
}
.box_menu > ul.menu_main > li:last-child > a{
padding-right:50px;
}
.logo_nine{
position:absolute;
top:0px;
left:25px;
width: 30%;
height: auto;
}
.box_slideshow{
background-color:transparent;
position:relative;
}
.box_slideshow .img_slideshow{
margin-top: 20px;
margin-bottom: 20px;
}
.bx-wrapper .bx-viewport{
background-color:transparent !important;
}
.bx-wrapper{
margin-bottom: 42px !important;
}
.bx-wrapper img {
text-align: center;
margin: auto;
}
.box_slideshow .btn_see{
position:absolute;
top: 86%;
left: 61%;
background-color:#3487cc;
color:#fff;
font-family: Tahoma, Arial;
font-weight:bold;
padding: 17px 38px;
font-size: 16px;
line-height: 1.5px;
border-radius: 16px;
border:1px solid #ddd;
box-shadow:none;
background: rgba(71,168,229,1);
background: -moz-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,168,229,1)), color-stop(0%, rgba(117,189,209,1)), color-stop(100%, rgba(52,136,204,1)));
background: -webkit-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: -o-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: -ms-linear-gradient(top, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
background: linear-gradient(to bottom, rgba(71,168,229,1) 0%, rgba(117,189,209,1) 0%, rgba(52,136,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a8e5', endColorstr='#3488cc', GradientType=0 );
z-index: 110;
}
.box_slideshow .box_social{
position:absolute;
top: 17px;
right: 65px;
z-index: 100;
}
.box_social:before{
content: "";
background: transparent url("../img/bg_cont.png") no-repeat scroll center top;
width: 10px;
height: 200px;
position: absolute;
left: 20px;
top: 42px;
}
.box_social ul li{
padding-bottom: 5px;
}
.box_social ul li a {
height: 52px;
width: 52px;
padding: 0px;
z-index: 1111111111;
position: relative;
}
.box_social i{
color: transparent;
border: none;
display: inline-block;
width: 100%;
height: 100%;
}
.connect_face
{
background: transparent url("../img/facebook.png") no-repeat scroll center top;
}
.connect_skype
{
background: transparent url("../img/skype.png") no-repeat scroll center top;
}
.connect_img
{
background: transparent url("../img/hinh.png") no-repeat scroll center top;
}
.connect_google
{
background: transparent url("../img/google.png") no-repeat scroll center top;
}
.connect_tw
{
background: transparent url("../img/tw.png") no-repeat scroll center top;
}
.content_main{
background-color:#fff;
-webkit-box-shadow: 0px -2px 5px 0px rgba(112,111,112,1);
-moz-box-shadow: 0px -2px 5px 0px rgba(112,111,112,1);
box-shadow: 0px -2px 5px 0px rgba(112,111,112,1);
padding-top: 10px;
}
.content_main .tabs_header ul li{
float:left;
cursor:pointer;
vertical-align: middle;
text-align: center;
}
.content_main .tabs_header ul li a img{
max-width: 100%;
height: auto;
}
.content_main .tabs_header ul li a p{
text-align:center;
height:25px;
width:100%;
text-transform:uppercase;
color:#e4371d;
padding-left: 30px;
padding-right: 30px;
margin-top: 11px;
}
.content_main .tabs_header ul li.current_tab_dt{
float:left;
}
.content_main .tabs_header ul li.current_tab_dt a p, .content_main .tabs_header ul li:hover a p {
height:25px;
width:100%;
transform: rotate(-11deg);
-moz-transform: rotate(-11deg);
-webkit-transform: rotate(-11deg);
-o-transform: rotate(-11deg);
margin-top: 23px;
float: left;
font-weight: bold;
padding-left: 30px;
padding-right: 30px;
}
.content_main .tabs_header ul {
border-bottom: 2px solid #c9c9c9;
width: 100%;
float: left;
margin-left: 0px;
}
.content_main .tabs_header ul li a img{
max-width: 100%;
height: auto;;
}
.box_line{
width:50%;
float:left;
height: 25px;
border-right:2px solid #c9c9c9;
margin-top: 20px;
display:none;
}
.content_main .tabs_header ul li.current_tab_dt .box_line {
display:block;
}
.my_box_content{
padding-top: 15px;
padding-bottom: 20px;
}
.my_box_content .content_boxstore{
font-size:12px;
color:#606060;
line-height:22px;
width: 100%;
float: left;
}
.content_boxstore ul{
width:85%;
padding-top: 40px;
margin: auto;
}
.content_boxstore ul li{
width:50%;
float: left;
}
.error-contact{
color:red;
}
.content_boxstore figure p {
text-align: center;
vertical-align: middle;
}
.content_boxstore figure img{
max-width: 100%;
height: auto;
}
.content_boxstore figure figcaption{
text-align: center;
text-transform: uppercase;
margin-top: 11px;
margin-bottom: 25px;
font-size: 12px;
font-family: Arial,Tahoma, sans-serif;
color: #606060;
}
.bot_read {
margin-top: -6px;
width: 100%;
float: left;
}
.btn_readmore{
background: transparent url("../img/bg-xemtiep.png") no-repeat scroll center top;
width: 136px;
height: 63px;
float: right;
padding-left: 45px;
padding-top: 25px;
font-weight: bold;
color: rgb(255, 255, 255);
margin-right: 85px;
}
.footer_main{
margin-top:27px;
margin-left: 15px;
margin-right: 15px;
}
.footer_main h6{
color:#e4371d;
text-transform:uppercase;
}
.menulink_footer h6{
margin-left: 10px;
}
.menulink_footer ul{
width: 100%;
float: left;
margin-top: 20px;
}
.menulink_footer ul li{
line-height: 47px;
float: left;
display: inline-block;
width: 100%;
height: 55px;
}
.menulink_footer ul li:hover{
font-weight: bold;
}
.menulink_footer ul li a{
color:#606060;
}
.menulink_footer ul li a i{
width:50px;
height:50px;
margin-right: 10px;
float:left;
}
.menulink_footer ul li a i.photography{
background: transparent url("../img/icon-graphy.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.weding{
background: transparent url("../img/icon-anhcuoi.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.brand{
background: transparent url("../img/icon-brand.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.comer{
background: transparent url("../img/icon-comer.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.indesign{
background: transparent url("../img/icon-design.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.dulich{
background: transparent url("../img/icon-dulich.png") no-repeat scroll left top;
}
.menulink_footer ul li a i.family{
background: transparent url("../img/icon-family.png") no-repeat scroll left top;
}
.footer_main .contact_footer ul.contact_address{
width:80%;
float: left;
}
.footer_main .contact_footer ul.contact_address li{
margin-top: 22px;
float: left;
display: inline-block;
width: 100%;
}
.footer_main .contact_footer ul.connect_social{
width:80%;
float: left;
margin-top: 30px;
}
.connect_social > li
{
line-height: 43px;
width: 100%;
float: left;
height: 46px;
}
.connect_social > li > span{
width:40%;
float:left;
}
.connect_social > li > a{
width:52px;
height:52px;
float:left;
}
.connect_social > li > a > i{
background-size: 92% 92%;
width: 50px;
height: 50px;
float: left;
}
.form_footer .format_tag{
width:100%;
float: left;
}
.form_footer .format_tag:first-child p{
margin-top: -3px;
}
.form_footer .box_sent{
margin-top: 16px;
width: 100%;
float: left;
}
.btn_sendinfo {
background: transparent url("../img/bg-send.png") no-repeat scroll center top;
width: 118px;
height: 55px;
float: right;
font-weight: bold;
color: rgb(255, 255, 255);
margin-right: 85px;
border: 0;
}
a {
color: #428bca;
text-decoration: none;
}
.footer{
margin-bottom: 5%;
}
.form_footer .format_tag p{
margin-bottom: 6px;
margin-top: 5px;
}
.form_footer .format_tag label, .form_footer .format_tag input{
width:100%;
float: left;
}
.form_footer .format_tag input[type=text]
{
border: 1px solid #c9c9c9;
padding: 9px;
border-radius: 1px;
}
.form_footer .format_tag .smnh{
margin-bottom: 13px;
margin-top: 13px;
width: 30%;
float: left;
font-size: 15px;
text-align: center;
color: #606060;
}
.form_footer .format_tag textarea
{
border: 1px solid #c9c9c9;
width:100%;
height: 135px;
border-radius: 1px;
}
.footer .menu_bottom{
background-color: #fff;
height: 40px;
margin-top: 25px;
border:1px solid #cecece;
}
.footer .menu_bottom ul, .footer .menu_bottom .copyright{
width:100%;
float: left;
margin-top: 12px;
}
.footer .menu_bottom ul li a{
color: #535353;
}
.footer .menu_bottom ul li a:hover{
color: #e02c16;
text-decoration: none;
font-weight: bold;
}
.footer .menu_bottom .copyright{
color: #909090;
text-align: right;
}
.footer .menu_bottom .copyright:before{
content: "";
background: transparent url("../img/copyright.png") no-repeat scroll left top;
width:24px;
height: 24px;
position: absolute;
top: 5px;
right: 175px;
}
@media only screen and (max-width : 1024px)
{
.content_boxstore ul {
width: 100%;
}
}
@media only screen and (max-width : 768px)
{
.box_slideshow .box_social{
display: none;
}
}
@media only screen and (max-width : 668px)
{
.box_menu{
height: auto;
margin-top: 34px;
}
.menu_top {
`padding-right: 0px;
}
.box_menu .menu_main{
width: 100%;
}
.box_menu > ul.menu_main > li {
width: 100%;
}
.box_menu > ul.menu_main > li:hover {
background-color: #efefef;
}
.content_boxstore ul {
width: 100%;
}
.footer_main .contact_footer ul.connect_social{
display: none;
}
}
/*# sourceMappingURL=home.css.map */ | 0.243283 | 0.080213 |
:root {
--solarize-base03: #002b36;
--solarize-base02: #073642;
--solarize-base01: #586e75;
--solarize-base00: #657b83;
--solarize-base0: #839496;
--solarize-base1: #93a1a1;
--solarize-base2: #eee8d5;
--solarize-base3: #fdf6e3;
--solarize-yellow: #b58900;
--solarize-orange: #cb4b16;
--solarize-red: #dc322f;
--solarize-magenta: #d33682;
--solarize-violet: #6c71c4;
--solarize-blue: #268bd2;
--solarize-cyan: #2aa198;
--solarize-green: #859900;
--logo-red: #c40312;
--logo-orange: #ffa52b;
--logo-blue: #008da0;
--nav-active: var(--solarize-blue);
--taps-red: #bc4f59;
--transcriptaze-red: #c40312;
--transcriptaze-orange: #ffa52b;
--transcriptaze-blue: #008da0;
--background: var(--solarize-base3);
--panel: var(--solarize-base2);
--text: var(--solarize-base01);
--hint: var(--solarize-base00);
--help: var(--solarize-base00);
--border: var(--solarize-red);
--unclickable: invert(93%) sepia(0%) saturate(5805%) hue-rotate(134deg) brightness(133%) contrast(51%);
--clickable: invert(19%) sepia(86%) saturate(6582%) hue-rotate(349deg) brightness(75%) contrast(108%);
--active: invert(58%) sepia(41%) saturate(6512%) hue-rotate(27deg) brightness(99%) contrast(101%);
--slider-thumbs-active: invert(65%) sepia(96%) saturate(640%) hue-rotate(336deg) brightness(101%) contrast(102%);
--logo-clickable: invert(18%) sepia(66%) saturate(4803%) hue-rotate(346deg) brightness(73%) contrast(115%);
--logo-active: invert(65%) sepia(96%) saturate(640%) hue-rotate(336deg) brightness(101%) contrast(102%);
--solarize-unclickable: invert(93%) sepia(0%) saturate(5805%) hue-rotate(134deg) brightness(133%) contrast(51%);
--solarize-clickable: invert(58%) sepia(41%) saturate(6512%) hue-rotate(27deg) brightness(99%) contrast(101%);
--solarize-active: invert(22%) sepia(77%) saturate(2123%) hue-rotate(342deg) brightness(109%) contrast(94%);
--taps-all-background: #268bd240;
--taps-zoomed-background: #85990040;
--pad-left: 2px;
}
* {
background: transparent;
margin: 0;
padding: 0;
}
html {
background: var(--background);
height: 100%;
}
body {
height: 100vh;
padding: 0px;
}
button {
cursor: pointer;
outline: none;
}
button[disabled] {
cursor: default;
}
button img {
filter: var(--clickable);
}
button:hover img {
filter: var(--active);
}
button[disabled] img {
filter: var(--unclickable);
}
a {
color: var(--text);
font-size: 0.9em;
text-decoration: none;
}
a:hover {
color: var(--text);
}
a:visited {
color: var(--text);
}
a:active {
color: var(--text);
}
.panel {
}
#logo {
width: 96px;
height: 96px;
padding: 12px;
}
#content {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 120px 1fr 120px;
grid-template-rows: auto 1fr auto;
grid-template-areas: "header header header" "left content right" "footer footer footer";
}
header {
grid-area: header;
display: flex;
flex-flow: row nowrap;
height: auto;
overflow: hidden;
}
#logo {
width: 96px;
height: 96px;
padding: 12px;
}
div#banner {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
justify-content: start;
align-items: center;
font-family: sans-serif;
font-size: 0.8em;
color: var(--hint);
}
div#nav {
width: 800px;
margin-top: 4px;
margin-bottom: 8px;
}
div#nav a.active {
color: var(--nav-active);
font-weight: bold;
}
div#blurb {
}
div#blurb p {
max-width: 640px;
font-style: italic;
}
div#banner input {
width: 384px;
margin-top: 8px;
padding: 4px;
background: #44444411;
color: #44444444;
border: none;
outline: none;
text-align: center;
display: none;
}
div#banner input::placeholder {
color: var(--hint);
font-style: italic;
font-size: 0.9em;
}
#github {
display: flex;
flex-flow: column nowrap;
padding-top: 16px;
padding-right: 32px;
justify-content: top;
align-items: right;
}
#github a {
color: var(--text);
font-size: 0.9em;
text-decoration: none;
}
#github a span {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
#github a img {
width: 20px;
margin-right:8px;
}
#github a:hover {
color: var(--text);
}
#github a:visited {
color: var(--text);
}
#github a:active {
color: var(--text);
}
#windmill {
background: transparent;
}
#windmill {
background:#000000d0;
display: none;
}
.windmill {
display: block;
visibility: visible;
z-index: 2;
}
.windmill:before {
content: "";
box-sizing: border-box;
width: 100px;
height: 100px;
position: absolute;
left: 270px;
top: 145px;
border-radius: 50%;
border-top: 3px solid var(--solarize-blue);
border-right: 3px solid transparent;
animation: windmill 0.9s linear infinite;
}
@keyframes windmill {
to {
transform: rotate(360deg);
}
}
nav {
grid-area: left;
margin: 0px 8px 8px 8px;
border-radius: 2px;
}
main {
display: flex;
grid-area: content;
justify-content: center;
overflow: hidden;
}
footer {
grid-area: footer;
background: var(--solarize-base2);
height: auto;
overflow: hidden;
display: flex;
justify-content: center;
visibility: hidden;
}
footer p {
flex-grow: 1;
text-align: center;
padding: 6px 0px 6px 0px;
font-size: 0.8em;
color: var(--hint);
}
footer #accept {
margin-top: 4px;
margin-bottom: 4px;
margin-left: 32px;
margin-right: 32px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 12px;
padding-right: 12px;
border: 1px solid var(--solarize-red);
border-radius: 3px;
font-size: 0.8em;
color: var(--hint);
} | css/transcriptaze.css | :root {
--solarize-base03: #002b36;
--solarize-base02: #073642;
--solarize-base01: #586e75;
--solarize-base00: #657b83;
--solarize-base0: #839496;
--solarize-base1: #93a1a1;
--solarize-base2: #eee8d5;
--solarize-base3: #fdf6e3;
--solarize-yellow: #b58900;
--solarize-orange: #cb4b16;
--solarize-red: #dc322f;
--solarize-magenta: #d33682;
--solarize-violet: #6c71c4;
--solarize-blue: #268bd2;
--solarize-cyan: #2aa198;
--solarize-green: #859900;
--logo-red: #c40312;
--logo-orange: #ffa52b;
--logo-blue: #008da0;
--nav-active: var(--solarize-blue);
--taps-red: #bc4f59;
--transcriptaze-red: #c40312;
--transcriptaze-orange: #ffa52b;
--transcriptaze-blue: #008da0;
--background: var(--solarize-base3);
--panel: var(--solarize-base2);
--text: var(--solarize-base01);
--hint: var(--solarize-base00);
--help: var(--solarize-base00);
--border: var(--solarize-red);
--unclickable: invert(93%) sepia(0%) saturate(5805%) hue-rotate(134deg) brightness(133%) contrast(51%);
--clickable: invert(19%) sepia(86%) saturate(6582%) hue-rotate(349deg) brightness(75%) contrast(108%);
--active: invert(58%) sepia(41%) saturate(6512%) hue-rotate(27deg) brightness(99%) contrast(101%);
--slider-thumbs-active: invert(65%) sepia(96%) saturate(640%) hue-rotate(336deg) brightness(101%) contrast(102%);
--logo-clickable: invert(18%) sepia(66%) saturate(4803%) hue-rotate(346deg) brightness(73%) contrast(115%);
--logo-active: invert(65%) sepia(96%) saturate(640%) hue-rotate(336deg) brightness(101%) contrast(102%);
--solarize-unclickable: invert(93%) sepia(0%) saturate(5805%) hue-rotate(134deg) brightness(133%) contrast(51%);
--solarize-clickable: invert(58%) sepia(41%) saturate(6512%) hue-rotate(27deg) brightness(99%) contrast(101%);
--solarize-active: invert(22%) sepia(77%) saturate(2123%) hue-rotate(342deg) brightness(109%) contrast(94%);
--taps-all-background: #268bd240;
--taps-zoomed-background: #85990040;
--pad-left: 2px;
}
* {
background: transparent;
margin: 0;
padding: 0;
}
html {
background: var(--background);
height: 100%;
}
body {
height: 100vh;
padding: 0px;
}
button {
cursor: pointer;
outline: none;
}
button[disabled] {
cursor: default;
}
button img {
filter: var(--clickable);
}
button:hover img {
filter: var(--active);
}
button[disabled] img {
filter: var(--unclickable);
}
a {
color: var(--text);
font-size: 0.9em;
text-decoration: none;
}
a:hover {
color: var(--text);
}
a:visited {
color: var(--text);
}
a:active {
color: var(--text);
}
.panel {
}
#logo {
width: 96px;
height: 96px;
padding: 12px;
}
#content {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 120px 1fr 120px;
grid-template-rows: auto 1fr auto;
grid-template-areas: "header header header" "left content right" "footer footer footer";
}
header {
grid-area: header;
display: flex;
flex-flow: row nowrap;
height: auto;
overflow: hidden;
}
#logo {
width: 96px;
height: 96px;
padding: 12px;
}
div#banner {
display: flex;
flex-flow: column nowrap;
flex-grow: 1;
justify-content: start;
align-items: center;
font-family: sans-serif;
font-size: 0.8em;
color: var(--hint);
}
div#nav {
width: 800px;
margin-top: 4px;
margin-bottom: 8px;
}
div#nav a.active {
color: var(--nav-active);
font-weight: bold;
}
div#blurb {
}
div#blurb p {
max-width: 640px;
font-style: italic;
}
div#banner input {
width: 384px;
margin-top: 8px;
padding: 4px;
background: #44444411;
color: #44444444;
border: none;
outline: none;
text-align: center;
display: none;
}
div#banner input::placeholder {
color: var(--hint);
font-style: italic;
font-size: 0.9em;
}
#github {
display: flex;
flex-flow: column nowrap;
padding-top: 16px;
padding-right: 32px;
justify-content: top;
align-items: right;
}
#github a {
color: var(--text);
font-size: 0.9em;
text-decoration: none;
}
#github a span {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
#github a img {
width: 20px;
margin-right:8px;
}
#github a:hover {
color: var(--text);
}
#github a:visited {
color: var(--text);
}
#github a:active {
color: var(--text);
}
#windmill {
background: transparent;
}
#windmill {
background:#000000d0;
display: none;
}
.windmill {
display: block;
visibility: visible;
z-index: 2;
}
.windmill:before {
content: "";
box-sizing: border-box;
width: 100px;
height: 100px;
position: absolute;
left: 270px;
top: 145px;
border-radius: 50%;
border-top: 3px solid var(--solarize-blue);
border-right: 3px solid transparent;
animation: windmill 0.9s linear infinite;
}
@keyframes windmill {
to {
transform: rotate(360deg);
}
}
nav {
grid-area: left;
margin: 0px 8px 8px 8px;
border-radius: 2px;
}
main {
display: flex;
grid-area: content;
justify-content: center;
overflow: hidden;
}
footer {
grid-area: footer;
background: var(--solarize-base2);
height: auto;
overflow: hidden;
display: flex;
justify-content: center;
visibility: hidden;
}
footer p {
flex-grow: 1;
text-align: center;
padding: 6px 0px 6px 0px;
font-size: 0.8em;
color: var(--hint);
}
footer #accept {
margin-top: 4px;
margin-bottom: 4px;
margin-left: 32px;
margin-right: 32px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 12px;
padding-right: 12px;
border: 1px solid var(--solarize-red);
border-radius: 3px;
font-size: 0.8em;
color: var(--hint);
} | 0.534612 | 0.209308 |
.ace--last-night .ace_gutter {
background: rgba(29,31,33,1);
color: rgb(113,116,116)
}
.ace--last-night .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--last-night {
background-color: rgba(29,31,33,1);
color: rgba(197,200,198,0.64)
}
.ace--last-night .ace_cursor {
color: rgba(0,189,255,1)
}
.ace--last-night .ace_marker-layer .ace_selection {
background: rgba(55,59,65,1)
}
.ace--last-night.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(29,31,33,1);
border-radius: 2px
}
.ace--last-night .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--last-night .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(75,78,85,1)
}
.ace--last-night .ace_marker-layer .ace_active-line {
background: rgba(40,42,46,1)
}
.ace--last-night .ace_gutter-active-line {
background-color: rgba(40,42,46,1)
}
.ace--last-night .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(55,59,65,1)
}
.ace--last-night .ace_fold {
background-color: rgba(128,188,174,1);
border-color: rgba(197,200,198,0.64)
}
.ace--last-night .ace_keyword,
.ace--last-night .ace_storage,
.ace--last-night .ace_storage.ace_type {
color: rgba(178,148,187,1)
}
.ace--last-night .ace_keyword.ace_operator {
color: rgba(138,190,183,1)
}
.ace--last-night .ace_constant.ace_character,
.ace--last-night .ace_constant.ace_language,
.ace--last-night .ace_constant.ace_numeric,
.ace--last-night .ace_keyword.ace_other.ace_unit,
.ace--last-night .ace_support.ace_constant,
.ace--last-night .ace_variable.ace_parameter {
color: rgba(222,147,95,1)
}
.ace--last-night .ace_constant.ace_other {
color: rgba(206,209,207,1)
}
.ace--last-night .ace_support.ace_function {
color: rgba(129,162,190,1)
}
.ace--last-night .ace_support.ace_class,
.ace--last-night .ace_support.ace_type {
text-decoration: underline;
font-style: italic;
color: rgba(240,198,116,1)
}
.ace--last-night .ace_invalid {
color: rgba(206,210,207,1);
background-color: rgba(223,95,95,1)
}
.ace--last-night .ace_invalid.ace_deprecated {
color: rgba(206,210,207,1);
background-color: rgba(183,152,191,1)
}
.ace--last-night .ace_markup.ace_heading,
.ace--last-night .ace_string {
color: rgba(181,189,104,1)
}
.ace--last-night .ace_entity.ace_name.ace_tag,
.ace--last-night .ace_entity.ace_other.ace_attribute-name,
.ace--last-night .ace_meta.ace_tag,
.ace--last-night .ace_string.ace_regexp,
.ace--last-night .ace_variable {
color: rgba(204,102,102,1)
}
.ace--last-night .ace_comment {
color: rgba(150,152,150,1)
}
.ace--last-night .ace_entity.ace_name.ace_function {
color: rgba(128,188,174,1)
} | ace/lib/ace/theme/LastNight.css | .ace--last-night .ace_gutter {
background: rgba(29,31,33,1);
color: rgb(113,116,116)
}
.ace--last-night .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--last-night {
background-color: rgba(29,31,33,1);
color: rgba(197,200,198,0.64)
}
.ace--last-night .ace_cursor {
color: rgba(0,189,255,1)
}
.ace--last-night .ace_marker-layer .ace_selection {
background: rgba(55,59,65,1)
}
.ace--last-night.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(29,31,33,1);
border-radius: 2px
}
.ace--last-night .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--last-night .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(75,78,85,1)
}
.ace--last-night .ace_marker-layer .ace_active-line {
background: rgba(40,42,46,1)
}
.ace--last-night .ace_gutter-active-line {
background-color: rgba(40,42,46,1)
}
.ace--last-night .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(55,59,65,1)
}
.ace--last-night .ace_fold {
background-color: rgba(128,188,174,1);
border-color: rgba(197,200,198,0.64)
}
.ace--last-night .ace_keyword,
.ace--last-night .ace_storage,
.ace--last-night .ace_storage.ace_type {
color: rgba(178,148,187,1)
}
.ace--last-night .ace_keyword.ace_operator {
color: rgba(138,190,183,1)
}
.ace--last-night .ace_constant.ace_character,
.ace--last-night .ace_constant.ace_language,
.ace--last-night .ace_constant.ace_numeric,
.ace--last-night .ace_keyword.ace_other.ace_unit,
.ace--last-night .ace_support.ace_constant,
.ace--last-night .ace_variable.ace_parameter {
color: rgba(222,147,95,1)
}
.ace--last-night .ace_constant.ace_other {
color: rgba(206,209,207,1)
}
.ace--last-night .ace_support.ace_function {
color: rgba(129,162,190,1)
}
.ace--last-night .ace_support.ace_class,
.ace--last-night .ace_support.ace_type {
text-decoration: underline;
font-style: italic;
color: rgba(240,198,116,1)
}
.ace--last-night .ace_invalid {
color: rgba(206,210,207,1);
background-color: rgba(223,95,95,1)
}
.ace--last-night .ace_invalid.ace_deprecated {
color: rgba(206,210,207,1);
background-color: rgba(183,152,191,1)
}
.ace--last-night .ace_markup.ace_heading,
.ace--last-night .ace_string {
color: rgba(181,189,104,1)
}
.ace--last-night .ace_entity.ace_name.ace_tag,
.ace--last-night .ace_entity.ace_other.ace_attribute-name,
.ace--last-night .ace_meta.ace_tag,
.ace--last-night .ace_string.ace_regexp,
.ace--last-night .ace_variable {
color: rgba(204,102,102,1)
}
.ace--last-night .ace_comment {
color: rgba(150,152,150,1)
}
.ace--last-night .ace_entity.ace_name.ace_function {
color: rgba(128,188,174,1)
} | 0.601477 | 0.216342 |
i {
font-size: 12em;
color: white;
}
section {
color: white;
min-height: 20em;
width: 100%;
position: absolute;
}
#homescreen {
background: yellow;
z-index: 1;
}
#spokane {
background: black;
}
#long {
background: black;
}
#me {
background: black;
}
:target {
z-index: 1;
}
.sidr {
background: grey;
display: block;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 16em;
overflow-x: hidden;
overflow-y: auto;
}
.sidr.left {
left: -16em;
right: auto;
}
li a {
font-size: 1.5em;
text-decoration: none;
color: white;
}
ul {
list-style-type: none;
}
#sidr-show-hide {
text-decoration: none;
color: black;
}
#close {
text-decoration: none;
color: black;
}
.snow,
.cloud,
.rain {
background: #bdc3c7;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #bdc3c7, #2c3e50);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #bdc3c7, #2c3e50);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.storm {
background: #E6DADA;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #E6DADA, #274046);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #E6DADA, #274046);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.sunny {
background: #F09819;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #F09819, #EDDE5D);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #F09819, #EDDE5D);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.haze {
background: #1e130c;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #1e130c, #9a8478);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #1e130c, #9a8478);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.wind {
background: #649173;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #649173, #DBD5A4);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #649173, #DBD5A4);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#forecast {
background: grey;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#forecast figure {
background: teal;
padding: 1.5em;
}
#forecast figure:nth-child(1) {
background: green;
} | css/style.css | i {
font-size: 12em;
color: white;
}
section {
color: white;
min-height: 20em;
width: 100%;
position: absolute;
}
#homescreen {
background: yellow;
z-index: 1;
}
#spokane {
background: black;
}
#long {
background: black;
}
#me {
background: black;
}
:target {
z-index: 1;
}
.sidr {
background: grey;
display: block;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 16em;
overflow-x: hidden;
overflow-y: auto;
}
.sidr.left {
left: -16em;
right: auto;
}
li a {
font-size: 1.5em;
text-decoration: none;
color: white;
}
ul {
list-style-type: none;
}
#sidr-show-hide {
text-decoration: none;
color: black;
}
#close {
text-decoration: none;
color: black;
}
.snow,
.cloud,
.rain {
background: #bdc3c7;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #bdc3c7, #2c3e50);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #bdc3c7, #2c3e50);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.storm {
background: #E6DADA;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #E6DADA, #274046);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #E6DADA, #274046);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.sunny {
background: #F09819;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #F09819, #EDDE5D);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #F09819, #EDDE5D);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.haze {
background: #1e130c;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #1e130c, #9a8478);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #1e130c, #9a8478);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.wind {
background: #649173;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #649173, #DBD5A4);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #649173, #DBD5A4);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#forecast {
background: grey;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#forecast figure {
background: teal;
padding: 1.5em;
}
#forecast figure:nth-child(1) {
background: green;
} | 0.443359 | 0.136033 |
body {
margin: 20px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
}
h1 {
}
h2, h3, h4, h5, h6 {
color: #2582A4;
}
p, ol, ul {
text-align: justify;
}
strong {
font-weight: bold;
color: #808080;
}
a {
color: #87A019;
}
a:hover {
text-decoration: none;
color: #2582A4;
}
.box {
margin-bottom: 0;
padding-bottom: 0;
background: url(/public/images/img07.gif) repeat-x left bottom;
}
.bottom {
display: block;
margin-bottom: 0;
padding-bottom: 10px;
background: url(/public/images/img08.gif) no-repeat left bottom;
}
.image {
float: left;
margin: 3px 0 0 0;
padding: 0;
}
.indent {
margin-left: 125px;
}
/* Header */
#header {
width: 928px;
height: 37px;
margin: 0 auto;
background: #BECF74 url(/public/images/img01.gif) repeat-x;
border-bottom: 3px solid #FFFFFF;
}
/* Menu */
#menu {
float: left;
width: 600px;
height: 37px;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
background: url(/public/images/img02.gif) no-repeat;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
height: 27px;
padding: 10px 15px 0px 15px;
text-transform: lowercase;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
background: #A4B74C url(/public/images/img04.gif) repeat-x;
}
/* Search */
#search {
float: right;
height: 28px;
margin: 0;
padding: 9px 25px 0 0;
background: url(/public/images/img03.gif) no-repeat right top;
}
#search fieldset {
display: inline;
margin: 0;
padding: 0;
border: none;
}
#input1 {
width: 164px;
padding: 2px 5px;
background: #FFFFFF;
border: none;
}
#input2 {
height: 20px;
background: #87C4DB;
border: none;
text-transform: lowercase;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
/* Content */
#content {
width: 928px;
min-height: 300px;
margin: 0 auto;
}
#colOne {
float: left;
width: 238px;
background: url(/public/images/img05.gif) repeat-x;
}
#colOne h3 {
padding: 0 20px;
}
#colOne ul {
margin-left: 0;
padding-left: 20px;
padding-right: 20px;
list-style: none;
}
#colOne li {
padding: 5px 0;
border-top: 1px solid #EFEFEF;
}
#colOne li.first {
border: none;
}
#colTwo {
float: right;
width: 617px;
padding: 30px 40px 0 30px;
background: url(/public/images/img09.gif) repeat-x;
}
#colTwo h2 {
margin-top: 0;
font-size: 26px;
}
#colTwo h3 {
margin-bottom: 0;
font-size: 18px;
}
#colTwo h4 {
margin-top: 0;
font-size: 11px;
font-weight: normal;
}
#colTwo .box {
margin: 0 -30px 30px -20px;
padding: 0 30px 0 20px;
}
#colTwo .bottom {
margin: 0 0 20px -20px;
padding: 0 0 20px 20px;
}
/* Logo */
#logo {
height: 150px;
background: url(/public/images/img06.gif) no-repeat;
}
#logo h1, #logo h2, #logo a {
margin: 0;
padding: 0;
text-decoration: none;
text-transform: lowercase;
text-align: center;
color: #FFFFFF;
}
#logo h1 {
padding-top: 25px;
font-size: 34px;
}
#logo h2 {
margin-top: -5px;
font-size: 12px;
}
/* Footer */
#footer {
clear: both;
width: 928px;
margin: 0 auto;
padding-top: 40px;
background: url(/public/images/img11.gif) repeat-x;
}
#footer p {
margin: 0;
text-align: center;
}
.listEntry {
color: #909090;
padding: 5px;
}
.listEntry > .subject {
color: #2582A4;
font-weight: bold;
}
.listEntrySelected {
background: #becf74;
color: #666;
}
.listEntryHover {
background: #8ac6dc;
color: #666;
}
#emailContent {
padding-bottom: 20px;
}
#emailHeader {
border-collapse: collapse;
}
#emailHeader th, #emailHeader td {
text-align: left;
padding: 0 3px 3px 0;
}
#emailSubject {
border-bottom: 1px #606060 solid;
margin: 0;
width: 617px;
}
#emailBody {
color: #555;
margin-top: 15px;
}
#emailActions {
padding: 5px 0;
margin: 0 0 10px 0;
}
#emailActions a {
background: #8ac6dc;
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 5px;
}
#emailActions a:hover {
background: #becf74;
}
.errors {
background-color: #ffa0a0;
color: #333;
padding: 5px 10px;
}
table.metrics {
}
.metrics th {
text-align: left;
width: 15em;
}
.metrics td.number {
width: 10em;
}
.metrics td.sparkline {
width: 200px;
}
#emailAttachments {
border-collapse: collapse;
}
#emailAttachments th, #emailAttachments td {
text-align: left;
padding: 0 3px 3px 0;
}
#emailAttachments .fileName:before {
content: '\203A\00A0';
}
#emailAttachments a {
background: #8ac6dc;
color: #fff;
text-decoration: none;
padding: 0 5px;
}
#emailAttachments a:hover {
background: #becf74;
} | themes/integral/public/main.css |
body {
margin: 20px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
}
h1 {
}
h2, h3, h4, h5, h6 {
color: #2582A4;
}
p, ol, ul {
text-align: justify;
}
strong {
font-weight: bold;
color: #808080;
}
a {
color: #87A019;
}
a:hover {
text-decoration: none;
color: #2582A4;
}
.box {
margin-bottom: 0;
padding-bottom: 0;
background: url(/public/images/img07.gif) repeat-x left bottom;
}
.bottom {
display: block;
margin-bottom: 0;
padding-bottom: 10px;
background: url(/public/images/img08.gif) no-repeat left bottom;
}
.image {
float: left;
margin: 3px 0 0 0;
padding: 0;
}
.indent {
margin-left: 125px;
}
/* Header */
#header {
width: 928px;
height: 37px;
margin: 0 auto;
background: #BECF74 url(/public/images/img01.gif) repeat-x;
border-bottom: 3px solid #FFFFFF;
}
/* Menu */
#menu {
float: left;
width: 600px;
height: 37px;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
background: url(/public/images/img02.gif) no-repeat;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
height: 27px;
padding: 10px 15px 0px 15px;
text-transform: lowercase;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
background: #A4B74C url(/public/images/img04.gif) repeat-x;
}
/* Search */
#search {
float: right;
height: 28px;
margin: 0;
padding: 9px 25px 0 0;
background: url(/public/images/img03.gif) no-repeat right top;
}
#search fieldset {
display: inline;
margin: 0;
padding: 0;
border: none;
}
#input1 {
width: 164px;
padding: 2px 5px;
background: #FFFFFF;
border: none;
}
#input2 {
height: 20px;
background: #87C4DB;
border: none;
text-transform: lowercase;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
/* Content */
#content {
width: 928px;
min-height: 300px;
margin: 0 auto;
}
#colOne {
float: left;
width: 238px;
background: url(/public/images/img05.gif) repeat-x;
}
#colOne h3 {
padding: 0 20px;
}
#colOne ul {
margin-left: 0;
padding-left: 20px;
padding-right: 20px;
list-style: none;
}
#colOne li {
padding: 5px 0;
border-top: 1px solid #EFEFEF;
}
#colOne li.first {
border: none;
}
#colTwo {
float: right;
width: 617px;
padding: 30px 40px 0 30px;
background: url(/public/images/img09.gif) repeat-x;
}
#colTwo h2 {
margin-top: 0;
font-size: 26px;
}
#colTwo h3 {
margin-bottom: 0;
font-size: 18px;
}
#colTwo h4 {
margin-top: 0;
font-size: 11px;
font-weight: normal;
}
#colTwo .box {
margin: 0 -30px 30px -20px;
padding: 0 30px 0 20px;
}
#colTwo .bottom {
margin: 0 0 20px -20px;
padding: 0 0 20px 20px;
}
/* Logo */
#logo {
height: 150px;
background: url(/public/images/img06.gif) no-repeat;
}
#logo h1, #logo h2, #logo a {
margin: 0;
padding: 0;
text-decoration: none;
text-transform: lowercase;
text-align: center;
color: #FFFFFF;
}
#logo h1 {
padding-top: 25px;
font-size: 34px;
}
#logo h2 {
margin-top: -5px;
font-size: 12px;
}
/* Footer */
#footer {
clear: both;
width: 928px;
margin: 0 auto;
padding-top: 40px;
background: url(/public/images/img11.gif) repeat-x;
}
#footer p {
margin: 0;
text-align: center;
}
.listEntry {
color: #909090;
padding: 5px;
}
.listEntry > .subject {
color: #2582A4;
font-weight: bold;
}
.listEntrySelected {
background: #becf74;
color: #666;
}
.listEntryHover {
background: #8ac6dc;
color: #666;
}
#emailContent {
padding-bottom: 20px;
}
#emailHeader {
border-collapse: collapse;
}
#emailHeader th, #emailHeader td {
text-align: left;
padding: 0 3px 3px 0;
}
#emailSubject {
border-bottom: 1px #606060 solid;
margin: 0;
width: 617px;
}
#emailBody {
color: #555;
margin-top: 15px;
}
#emailActions {
padding: 5px 0;
margin: 0 0 10px 0;
}
#emailActions a {
background: #8ac6dc;
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 5px;
}
#emailActions a:hover {
background: #becf74;
}
.errors {
background-color: #ffa0a0;
color: #333;
padding: 5px 10px;
}
table.metrics {
}
.metrics th {
text-align: left;
width: 15em;
}
.metrics td.number {
width: 10em;
}
.metrics td.sparkline {
width: 200px;
}
#emailAttachments {
border-collapse: collapse;
}
#emailAttachments th, #emailAttachments td {
text-align: left;
padding: 0 3px 3px 0;
}
#emailAttachments .fileName:before {
content: '\203A\00A0';
}
#emailAttachments a {
background: #8ac6dc;
color: #fff;
text-decoration: none;
padding: 0 5px;
}
#emailAttachments a:hover {
background: #becf74;
} | 0.311008 | 0.100348 |
body.icons-docs {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.7);
/* icons listing */
}
body.icons-docs .material-icons {
width: 1em;
height: 1em;
}
body.icons-docs .material-icons.md-18 {
font-size: 18px;
}
body.icons-docs .material-icons.md-24 {
font-size: 24px;
}
body.icons-docs .material-icons.md-36 {
font-size: 36px;
}
body.icons-docs .material-icons.md-48 {
font-size: 48px;
}
body.icons-docs .material-icons.md-dark {
color: rgba(0, 0, 0, 0.54);
}
body.icons-docs .material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26);
}
body.icons-docs .material-icons.md-light {
color: white;
}
body.icons-docs .material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3);
}
body.icons-docs .material-icons.orange600 {
color: #FB8C00;
}
body.icons-docs #page-container #page-inner-container {
padding-top: 60px;
}
@media screen and (max-width: 360px) {
body.icons-docs #page-container #page-inner-container {
padding-top: 24px;
}
}
body.icons-docs header {
background: #3f51b5;
font-family: 'Roboto', sans-serif;
}
body.icons-docs .noninitial-chapter .header-wrapper, body.icons-docs .header-wrapper.qp-ui-peekaboo.qp-ui-peekaboo-active {
left: 32px;
}
body.icons-docs h1, body.icons-docs a {
color: #3f51b5;
}
body.icons-docs h1 {
/* font-size: 30px; */
line-height: 1.2em;
}
@media screen and (max-width: 360px) {
body.icons-docs h1 {
font-size: 24px;
}
}
body.icons-docs h2 {
/* font-size: 24px; */
}
body.icons-docs h3 {
/* font-size: 16px; */
font-weight: 500;
}
body.icons-docs h2, body.icons-docs h3 {
color: #3f51b5;
/* padding-top: 24px; */
}
body.icons-docs pre {
font-family: 'Roboto Mono', monospace;
border: 1px solid #eee;
}
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4, body.icons-docs .header-wrapper .header-title {
/*max-width: 760px;*/
}
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4, body.icons-docs p {
margin: 0 auto 28px auto;
/* margin: 0 auto; */
}
@media screen and (max-width: 820px) {
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4, body.icons-docs p {
margin-left: 16px;
margin-right: 16px;
}
}
@media screen and (max-width: 360px) {
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4 {
margin-left: 0;
margin-right: 0;
margin-bottom: 8px;
}
}
body.icons-docs h1 {
/* padding-top: 24px; */
}
body.icons-docs p {
color: rgba(0, 0, 0, 0.7);
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 820px) {
body.icons-docs p {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs hr {
margin: 24px 0;
height: 64px;
display: block;
}
body.icons-docs ul {
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 360px) {
body.icons-docs ul {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs ul, body.icons-docs table, body.icons-docs pre, body.icons-docs .icons-preview-code {
/* display: block; */
/* width: 760px; */
/*margin: 32px auto;*/
}
@media screen and (max-width: 820px) {
body.icons-docs ul, body.icons-docs table, body.icons-docs pre, body.icons-docs .icons-preview-code {
width: auto;
/* margin: 40px 0 32px 0; */
/*overflow-x: scroll;*/
}
}
@media screen and (max-width: 360px) {
body.icons-docs ul, body.icons-docs table, body.icons-docs pre, body.icons-docs .icons-preview-code {
/* width: 100%; */
/*margin: 16px 0 16px 0;*/
}
}
body.icons-docs .img {
max-width: 840px;
margin: 40px auto 32px auto;
display: block;
}
@media screen and (max-width: 360px) {
body.icons-docs .img {
margin: 40px 0 32px 0;
width: 100%;
}
}
body.icons-docs li, body.icons-docs ul {
color: rgba(0, 0, 0, 0.7);
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 360px) {
body.icons-docs li, body.icons-docs ul {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs code, body.icons-docs kbd, body.icons-docs pre, body.icons-docs samp {
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 820px) {
body.icons-docs code, body.icons-docs kbd, body.icons-docs pre, body.icons-docs samp {
font-size: 12px;
line-height: 18px;
}
}
body.icons-docs table {
background: white;
border: 1px solid #eee;
border-radius: 2px;
margin-bottom: 32px;
border-collapse: initial;
}
body.icons-docs table thead {
font-size: 16px;
font-weight: 500;
color: rgba(0, 0, 0, 0.54);
line-height: 56px;
}
@media screen and (max-width: 820px) {
body.icons-docs table thead {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs table tbody {
font-size: 16px;
line-height: 48px;
color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 820px) {
body.icons-docs table tbody {
font-size: 13px;
line-height: 20px;
}
}
@media screen and (max-width: 820px) {
body.icons-docs table tbody td {
padding-top: 8px;
padding-bottom: 8px;
}
}
body.icons-docs th {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.icons-docs td, body.icons-docs th {
padding: 0 24px;
}
body.icons-docs .toc {
border: none;
padding-left: 20px;
}
body.icons-docs .toc h1 {
font-size: 16px;
line-height: 28px;
padding-bottom: 12px;
margin-bottom: 0;
font-weight: 400;
color: #757575;
}
@media screen and (max-width: 360px) {
body.icons-docs .toc h1 {
margin-left: 8px;
}
}
body.icons-docs .toc ul {
list-style: none;
list-style-type: none;
margin-top: 0;
padding-left: 16px;
border-left: 5px solid #B3E5FC;
}
body.icons-docs .toc li {
font-size: 16px;
line-height: 30px;
list-style-type: none;
padding: 0;
}
body.icons-docs .toc li:last-child {
line-height: 30px;
}
body.icons-docs footer {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-flow: row;
-webkit-flex-flow: row;
height: 114px;
background: #eee;
font-size: 16px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer {
font-size: 13px;
height: 72px;
}
}
body.icons-docs footer .links {
flex: 1 1 0;
-webkit-flex: 1 1 0;
justify-content: flex-end;
-webkit-justify-content: flex-end;
text-align: right;
margin-top: 56px;
margin-bottom: 32px;
margin-right: 72px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer .links {
margin-top: 24px;
margin-bottom: 24px;
margin-right: 32px;
}
}
body.icons-docs footer .links .dot {
display: inline-block;
width: 24px;
text-align: center;
}
@media screen and (max-width: 360px) {
body.icons-docs footer .links .dot {
width: 8px;
}
}
body.icons-docs footer .links a {
text-decoration: none;
color: black;
opacity: .54;
}
body.icons-docs footer .links a:hover {
opacity: .8;
}
body.icons-docs footer .logo {
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
margin-top: 48px;
margin-left: 72px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer .logo {
margin-top: 24px;
margin-left: 32px;
}
}
body.icons-docs footer .google-logo {
opacity: 0.54;
width: 112px;
height: 36px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer .google-logo {
width: 75px;
height: 24px;
}
}
body.icons-docs .icons-preview-code {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-flow: row;
-webkit-flex-flow: row;
border: 1px solid #f0f0f0;
padding: 0;
background-color: white;
}
body.icons-docs .icons-preview-code .icons-preview {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-flow: column;
-webkit-flex-flow: column;
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
align-items: center;
-webkit-align-items: center;
background-color: #f9f9f9;
width: 128px;
padding: 16px;
}
@media screen and (max-width: 820px) {
body.icons-docs .icons-preview-code .icons-preview {
width: 72px;
padding: 16px;
}
}
body.icons-docs .icons-preview-code .icons-preview i {
display: block;
}
body.icons-docs .icons-preview-code .icons-code {
flex: 1 1 0;
-webkit-flex: 1 1 0;
background-color: white;
padding: 16px;
}
body.icons-docs .icons-preview-code .icons-code pre, body.icons-docs .icons-preview-code .icons-code code {
margin: 0;
width: 100%;
}
body.icons-docs .icons-preview-code .icon-caption {
font-size: 13px;
margin-top: 8px;
}
@media screen and (max-width: 820px) {
body.icons-docs .icons-preview-code .icon-caption {
margin-top: 4px;
font-size: 11px;
}
}
body.icons-docs .icons-preview-code .icons-dark-bg {
background-color: #333;
}
body.icons-docs .icons-preview-code .icons-dark-bg .icon-caption {
color: #fff;
}
body.icons-docs .icon-list {
padding: 0;
margin-left: 0;
width: 1000px;
background-color: white;
}
body.icons-docs .icon-list .icon-list-header {
padding-top: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #ddd;
font-weight: 500;
}
body.icons-docs .icon-list .icon-list-header .caption {
display: block;
text-align: center;
font-size: 11px;
width: 96px;
}
body.icons-docs .icon-list .icon-list-item {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
list-style: none;
align-items: center;
-webkit-align-items: center;
padding-left: 24px;
border-bottom: 1px solid #f0f0f0;
}
body.icons-docs .icon-list .icon-list-item img, body.icons-docs .icon-list .icon-list-item i.material-icons {
display: block;
box-sizing: border-box;
margin: 36px;
width: 24px;
height: 24px;
}
body.icons-docs .icon-list .icon-list-item img.svg48, body.icons-docs .icon-list .icon-list-item img.png48, body.icons-docs .icon-list .icon-list-item i.md-48 {
display: block;
box-sizing: border-box;
width: 48px;
height: 48px;
margin: 24px;
}
body.icons-docs .icon-list .icon-list-item .svg, body.icons-docs .icon-list .icon-list-item .png {
opacity: 0.7;
}
body.icons-docs .icon-list .icon-list-item .icon-name {
flex: 1 1 0;
-webkit-flex: 1 1 0;
font-size: 11px;
padding-left: 16px;
}
body.icons-docs .icon-list .icon-list-hidden {
display: none;
}
body.icons-docs .crosshair.vertical {
position: absolute;
background-color: red;
opacity: 0.5;
height: 100%;
width: 1px;
user-select: none;
pointer-events: none;
top: 0;
left: 0;
}
body.icons-docs .crosshair.horizontal {
position: absolute;
background-color: red;
opacity: 0.5;
height: 1px;
width: 100%;
user-select: none;
pointer-events: none;
top: 0;
left: 0;
} | FrontEnd/Styles/yuko-material.css | body.icons-docs {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.7);
/* icons listing */
}
body.icons-docs .material-icons {
width: 1em;
height: 1em;
}
body.icons-docs .material-icons.md-18 {
font-size: 18px;
}
body.icons-docs .material-icons.md-24 {
font-size: 24px;
}
body.icons-docs .material-icons.md-36 {
font-size: 36px;
}
body.icons-docs .material-icons.md-48 {
font-size: 48px;
}
body.icons-docs .material-icons.md-dark {
color: rgba(0, 0, 0, 0.54);
}
body.icons-docs .material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26);
}
body.icons-docs .material-icons.md-light {
color: white;
}
body.icons-docs .material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3);
}
body.icons-docs .material-icons.orange600 {
color: #FB8C00;
}
body.icons-docs #page-container #page-inner-container {
padding-top: 60px;
}
@media screen and (max-width: 360px) {
body.icons-docs #page-container #page-inner-container {
padding-top: 24px;
}
}
body.icons-docs header {
background: #3f51b5;
font-family: 'Roboto', sans-serif;
}
body.icons-docs .noninitial-chapter .header-wrapper, body.icons-docs .header-wrapper.qp-ui-peekaboo.qp-ui-peekaboo-active {
left: 32px;
}
body.icons-docs h1, body.icons-docs a {
color: #3f51b5;
}
body.icons-docs h1 {
/* font-size: 30px; */
line-height: 1.2em;
}
@media screen and (max-width: 360px) {
body.icons-docs h1 {
font-size: 24px;
}
}
body.icons-docs h2 {
/* font-size: 24px; */
}
body.icons-docs h3 {
/* font-size: 16px; */
font-weight: 500;
}
body.icons-docs h2, body.icons-docs h3 {
color: #3f51b5;
/* padding-top: 24px; */
}
body.icons-docs pre {
font-family: 'Roboto Mono', monospace;
border: 1px solid #eee;
}
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4, body.icons-docs .header-wrapper .header-title {
/*max-width: 760px;*/
}
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4, body.icons-docs p {
margin: 0 auto 28px auto;
/* margin: 0 auto; */
}
@media screen and (max-width: 820px) {
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4, body.icons-docs p {
margin-left: 16px;
margin-right: 16px;
}
}
@media screen and (max-width: 360px) {
body.icons-docs h1, body.icons-docs h2, body.icons-docs h3, body.icons-docs h4 {
margin-left: 0;
margin-right: 0;
margin-bottom: 8px;
}
}
body.icons-docs h1 {
/* padding-top: 24px; */
}
body.icons-docs p {
color: rgba(0, 0, 0, 0.7);
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 820px) {
body.icons-docs p {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs hr {
margin: 24px 0;
height: 64px;
display: block;
}
body.icons-docs ul {
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 360px) {
body.icons-docs ul {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs ul, body.icons-docs table, body.icons-docs pre, body.icons-docs .icons-preview-code {
/* display: block; */
/* width: 760px; */
/*margin: 32px auto;*/
}
@media screen and (max-width: 820px) {
body.icons-docs ul, body.icons-docs table, body.icons-docs pre, body.icons-docs .icons-preview-code {
width: auto;
/* margin: 40px 0 32px 0; */
/*overflow-x: scroll;*/
}
}
@media screen and (max-width: 360px) {
body.icons-docs ul, body.icons-docs table, body.icons-docs pre, body.icons-docs .icons-preview-code {
/* width: 100%; */
/*margin: 16px 0 16px 0;*/
}
}
body.icons-docs .img {
max-width: 840px;
margin: 40px auto 32px auto;
display: block;
}
@media screen and (max-width: 360px) {
body.icons-docs .img {
margin: 40px 0 32px 0;
width: 100%;
}
}
body.icons-docs li, body.icons-docs ul {
color: rgba(0, 0, 0, 0.7);
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 360px) {
body.icons-docs li, body.icons-docs ul {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs code, body.icons-docs kbd, body.icons-docs pre, body.icons-docs samp {
font-size: 16px;
line-height: 28px;
}
@media screen and (max-width: 820px) {
body.icons-docs code, body.icons-docs kbd, body.icons-docs pre, body.icons-docs samp {
font-size: 12px;
line-height: 18px;
}
}
body.icons-docs table {
background: white;
border: 1px solid #eee;
border-radius: 2px;
margin-bottom: 32px;
border-collapse: initial;
}
body.icons-docs table thead {
font-size: 16px;
font-weight: 500;
color: rgba(0, 0, 0, 0.54);
line-height: 56px;
}
@media screen and (max-width: 820px) {
body.icons-docs table thead {
font-size: 13px;
line-height: 20px;
}
}
body.icons-docs table tbody {
font-size: 16px;
line-height: 48px;
color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 820px) {
body.icons-docs table tbody {
font-size: 13px;
line-height: 20px;
}
}
@media screen and (max-width: 820px) {
body.icons-docs table tbody td {
padding-top: 8px;
padding-bottom: 8px;
}
}
body.icons-docs th {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.icons-docs td, body.icons-docs th {
padding: 0 24px;
}
body.icons-docs .toc {
border: none;
padding-left: 20px;
}
body.icons-docs .toc h1 {
font-size: 16px;
line-height: 28px;
padding-bottom: 12px;
margin-bottom: 0;
font-weight: 400;
color: #757575;
}
@media screen and (max-width: 360px) {
body.icons-docs .toc h1 {
margin-left: 8px;
}
}
body.icons-docs .toc ul {
list-style: none;
list-style-type: none;
margin-top: 0;
padding-left: 16px;
border-left: 5px solid #B3E5FC;
}
body.icons-docs .toc li {
font-size: 16px;
line-height: 30px;
list-style-type: none;
padding: 0;
}
body.icons-docs .toc li:last-child {
line-height: 30px;
}
body.icons-docs footer {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-flow: row;
-webkit-flex-flow: row;
height: 114px;
background: #eee;
font-size: 16px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer {
font-size: 13px;
height: 72px;
}
}
body.icons-docs footer .links {
flex: 1 1 0;
-webkit-flex: 1 1 0;
justify-content: flex-end;
-webkit-justify-content: flex-end;
text-align: right;
margin-top: 56px;
margin-bottom: 32px;
margin-right: 72px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer .links {
margin-top: 24px;
margin-bottom: 24px;
margin-right: 32px;
}
}
body.icons-docs footer .links .dot {
display: inline-block;
width: 24px;
text-align: center;
}
@media screen and (max-width: 360px) {
body.icons-docs footer .links .dot {
width: 8px;
}
}
body.icons-docs footer .links a {
text-decoration: none;
color: black;
opacity: .54;
}
body.icons-docs footer .links a:hover {
opacity: .8;
}
body.icons-docs footer .logo {
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
margin-top: 48px;
margin-left: 72px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer .logo {
margin-top: 24px;
margin-left: 32px;
}
}
body.icons-docs footer .google-logo {
opacity: 0.54;
width: 112px;
height: 36px;
}
@media screen and (max-width: 820px) {
body.icons-docs footer .google-logo {
width: 75px;
height: 24px;
}
}
body.icons-docs .icons-preview-code {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-flow: row;
-webkit-flex-flow: row;
border: 1px solid #f0f0f0;
padding: 0;
background-color: white;
}
body.icons-docs .icons-preview-code .icons-preview {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-flow: column;
-webkit-flex-flow: column;
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
align-items: center;
-webkit-align-items: center;
background-color: #f9f9f9;
width: 128px;
padding: 16px;
}
@media screen and (max-width: 820px) {
body.icons-docs .icons-preview-code .icons-preview {
width: 72px;
padding: 16px;
}
}
body.icons-docs .icons-preview-code .icons-preview i {
display: block;
}
body.icons-docs .icons-preview-code .icons-code {
flex: 1 1 0;
-webkit-flex: 1 1 0;
background-color: white;
padding: 16px;
}
body.icons-docs .icons-preview-code .icons-code pre, body.icons-docs .icons-preview-code .icons-code code {
margin: 0;
width: 100%;
}
body.icons-docs .icons-preview-code .icon-caption {
font-size: 13px;
margin-top: 8px;
}
@media screen and (max-width: 820px) {
body.icons-docs .icons-preview-code .icon-caption {
margin-top: 4px;
font-size: 11px;
}
}
body.icons-docs .icons-preview-code .icons-dark-bg {
background-color: #333;
}
body.icons-docs .icons-preview-code .icons-dark-bg .icon-caption {
color: #fff;
}
body.icons-docs .icon-list {
padding: 0;
margin-left: 0;
width: 1000px;
background-color: white;
}
body.icons-docs .icon-list .icon-list-header {
padding-top: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #ddd;
font-weight: 500;
}
body.icons-docs .icon-list .icon-list-header .caption {
display: block;
text-align: center;
font-size: 11px;
width: 96px;
}
body.icons-docs .icon-list .icon-list-item {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
/* NEW, Spec - Opera 12.1, Firefox 20+ */
list-style: none;
align-items: center;
-webkit-align-items: center;
padding-left: 24px;
border-bottom: 1px solid #f0f0f0;
}
body.icons-docs .icon-list .icon-list-item img, body.icons-docs .icon-list .icon-list-item i.material-icons {
display: block;
box-sizing: border-box;
margin: 36px;
width: 24px;
height: 24px;
}
body.icons-docs .icon-list .icon-list-item img.svg48, body.icons-docs .icon-list .icon-list-item img.png48, body.icons-docs .icon-list .icon-list-item i.md-48 {
display: block;
box-sizing: border-box;
width: 48px;
height: 48px;
margin: 24px;
}
body.icons-docs .icon-list .icon-list-item .svg, body.icons-docs .icon-list .icon-list-item .png {
opacity: 0.7;
}
body.icons-docs .icon-list .icon-list-item .icon-name {
flex: 1 1 0;
-webkit-flex: 1 1 0;
font-size: 11px;
padding-left: 16px;
}
body.icons-docs .icon-list .icon-list-hidden {
display: none;
}
body.icons-docs .crosshair.vertical {
position: absolute;
background-color: red;
opacity: 0.5;
height: 100%;
width: 1px;
user-select: none;
pointer-events: none;
top: 0;
left: 0;
}
body.icons-docs .crosshair.horizontal {
position: absolute;
background-color: red;
opacity: 0.5;
height: 1px;
width: 100%;
user-select: none;
pointer-events: none;
top: 0;
left: 0;
} | 0.436142 | 0.089494 |
footer {
font-family: var(--dashboard-font);
font-weight: var(--font-rg);
color: var(--text-grey-800);
background-color: var(--bg-white);
margin: 0px;
padding: 0px;
position: relative;
z-index: 5;
height: 48px;
width: auto;
top: 0px;
transition: height 500ms ease-in-out, top 500ms ease-in-out;
border-radius: 0px 0px var(--border-radius) var(--border-radius);
border-top: var(--border-size-medium) solid var(--bg-grey-200);
}
footer.real,
footer.trial {
border-top: var(--border-size-medium) solid var(--accent);
}
footer .bold {
font-family: var(--dashboard-font);
font-weight: var(--font-sb);
}
footer > h2 {
font-family: var(--dashboard-font);
font-weight: var(--font-rg);
font-size: 16px;
line-height: 22px;
height: 40px;
margin: 0px;
padding: calc(var(--space-unit) * 2) calc(var(--space-unit) * 2) var(--space-unit) calc(var(--space-unit) * 2);
overflow: hidden;
background-color: var(--bg-white);
transition: all 200ms linear;
}
footer.isopen > h2 {
font-size: 14px;
font-weight: var(--font-sb);
transition: all 200ms linear;
background-color: var(--bg-neutral-200);
}
footer.isopen.real > h2,
footer.isopen.trial > h2 {
background-color: var(--accent);
}
footer > div:not(.slot-handler) {
padding: var(--space-unit) calc(var(--space-unit) * 2);
height: 40px;
overflow: hidden;
}
footer .visible {
display: block;
}
footer .hidden {
display: none;
}
footer > div > p {
font-size: 14px;
height: 20px;
line-height: 20px;
margin: 0px;
padding: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
footer > div > p.year_isbn {
padding-top: var(--space-unit);
display: flex;
flex-direction: row;
justify-content: space-between;
}
footer > div > p.year_isbn > span.isbn {
text-overflow: ellipsis;
overflow: hidden;
}
footer.isopen > div:not(.slot-handler) {
height: 68px;
}
footer.isopen > div > p.authors {
height: 40px;
white-space: initial;
text-overflow: initial;
}
footer.isopen {
height: 300px;
top: -200px;
transition: height 500ms ease-in-out, top 500ms ease-in-out;
}
.toggle {
position: absolute;
top: -24px;
left: 16px;
z-index: 10;
}
.faded {
opacity: 0.3;
pointer-events: none;
} | src/components/card/z-card-footer/styles.css | footer {
font-family: var(--dashboard-font);
font-weight: var(--font-rg);
color: var(--text-grey-800);
background-color: var(--bg-white);
margin: 0px;
padding: 0px;
position: relative;
z-index: 5;
height: 48px;
width: auto;
top: 0px;
transition: height 500ms ease-in-out, top 500ms ease-in-out;
border-radius: 0px 0px var(--border-radius) var(--border-radius);
border-top: var(--border-size-medium) solid var(--bg-grey-200);
}
footer.real,
footer.trial {
border-top: var(--border-size-medium) solid var(--accent);
}
footer .bold {
font-family: var(--dashboard-font);
font-weight: var(--font-sb);
}
footer > h2 {
font-family: var(--dashboard-font);
font-weight: var(--font-rg);
font-size: 16px;
line-height: 22px;
height: 40px;
margin: 0px;
padding: calc(var(--space-unit) * 2) calc(var(--space-unit) * 2) var(--space-unit) calc(var(--space-unit) * 2);
overflow: hidden;
background-color: var(--bg-white);
transition: all 200ms linear;
}
footer.isopen > h2 {
font-size: 14px;
font-weight: var(--font-sb);
transition: all 200ms linear;
background-color: var(--bg-neutral-200);
}
footer.isopen.real > h2,
footer.isopen.trial > h2 {
background-color: var(--accent);
}
footer > div:not(.slot-handler) {
padding: var(--space-unit) calc(var(--space-unit) * 2);
height: 40px;
overflow: hidden;
}
footer .visible {
display: block;
}
footer .hidden {
display: none;
}
footer > div > p {
font-size: 14px;
height: 20px;
line-height: 20px;
margin: 0px;
padding: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
footer > div > p.year_isbn {
padding-top: var(--space-unit);
display: flex;
flex-direction: row;
justify-content: space-between;
}
footer > div > p.year_isbn > span.isbn {
text-overflow: ellipsis;
overflow: hidden;
}
footer.isopen > div:not(.slot-handler) {
height: 68px;
}
footer.isopen > div > p.authors {
height: 40px;
white-space: initial;
text-overflow: initial;
}
footer.isopen {
height: 300px;
top: -200px;
transition: height 500ms ease-in-out, top 500ms ease-in-out;
}
.toggle {
position: absolute;
top: -24px;
left: 16px;
z-index: 10;
}
.faded {
opacity: 0.3;
pointer-events: none;
} | 0.453262 | 0.09426 |
/* header mobile */
.top_nav {
position: fixed;
width: 100%;
height: 50px;
margin: auto;
z-index: 500;
text-align: center;
background-color: #ffffff;
}
.top_nav_logo {
display: inline-block;
position: relative;
vertical-align: top;
margin-top: 11px;
margin-left: 5px;
}
.top_nav_logo img {
width: 97px;
height: 25px;
vertical-align: top;
}
.hdr_shadow {
position: fixed;
top: 50px; /* header height mobile */
width: 100%;
background-image: url("../images/header_shadow.png");
background-repeat: repeat-x;
height: 10px;
margin: auto;
padding: 0;
z-index: 500;
}
.top_nav_menu {
display: block;
float: right;
margin-top: 14px;
margin-right: 10px;
vertical-align: top;
}
.top_nav_menu img {
width: 24px;
height: 19px;
}
/* mobile menu */
.mobile_menu {
clear: both;
position: relative;
top: 10px;
display: block;
background-color: #ffffff;
width: 80%;
z-index: 100;
text-align: left;
margin: auto;
border: 0;
-webkit-box-shadow: rgba(0,0,0,.1) 0px 6px 5px 3px;
-moz-box-shadow: 0px 6px 5px 3px rgba(0,0,0,.1);
box-shadow: 0px 6px 5px 3px rgba(0,0,0,.1);
box-sizing: border-box;
}
ul.mobile_menu_links {
box-sizing: border-box;
width: 100%;
text-align: left;
margin: 0;
padding: 0;
list-style-type: none;
}
.mobile_menu_links li {
border-bottom: 1px solid #ebebeb;
margin: 0;
}
.mobile_menu_links li a {
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
box-sizing: border-box;
font-size: 14px;
color: #999999;
font-family: NolanNext-Bold;
font-style: normal;
font-weight: normal;
height:100%;
padding: 13px;
}
.mobile_menu {
display: none;
}
#hamburger_menu {
display: block;
}
#hamburger_menu_close {
display: none;
}
/* top main mobile */
.top_main_section {
position: relative;
height: 240px;
}
.top_main {
position: relative;
width: auto;
background-image: url("../images/main/main_image_interior.jpg");
background-repeat: no-repeat;
height: 240px;
margin: auto;
margin-top: 50px; /* header height mobile */
padding: 0;
background-size: cover;
background-position: 50%;
}
.top_main_content {
position: absolute;
top: 15px;
left: 0;
width: 100%;
}
.top_main_content h1 {
font-size: 1.625rem; /* 26px */
text-shadow: rgba(0,0,0,.7) 3px 3px 10px;
padding-left: 50px;
padding-right: 50px;
}
.top_main_content_desc {
padding-top: 10px;
font-size: .875rem; /* 14px */
color: #333333;
line-height: 1.32em;
text-align: left;
padding-right: 30px;
padding-left: 30px;
}
/* top title */
.top_title_section {
font-size: .875rem; /* 14px */
line-height: 1.4em;
padding-top: 30px;
padding-right: 60px;
padding-bottom: 30px;
padding-left: 60px;
letter-spacing: -.01em;
}
/* intro mobile */
.intro {
width: 100%;
max-width: none;
min-width: 200px;
margin: auto;
padding-top: 45px;
padding-right: 0;
padding-left: 0;
text-align: center;
}
.intro h2 {
font-size: 1.250rem; /* 20px */
line-height: 1.250em;
padding-bottom: 10px;
text-align: center;
width: 270px;
margin: auto;
}
.intro h2 span {
display: block;
}
.intro_desc {
font-size: .875rem; /* 14px */
line-height: 1.2em;
color: #666666;
padding: 0 30px 0 30px;
text-align: left;
}
.intro_link {
padding-top: 20px;
padding-bottom: 0;
font-size: .813rem; /* 13px */
font-weight: bold;
}
/* videos mobile */
.media_video_section {
width: 100%;
margin: auto;
padding-bottom: 60px;
}
.media_video {
width: 267px;
display: block;
padding-top: 0;
padding-right: 0;
vertical-align: top;
margin: auto;
}
.media_video_fill {
width: 267px;
display: block;
padding-top: 0;
padding-right: 0;
vertical-align: top;
margin: auto;
}
.media_video img {
width: 267px;
display: block;
padding-top: 30px;
padding-right: 0;
vertical-align: top;
}
.media_heading {
font-size: .813rem; /* 13px */
font-weight: bold;
padding-top: 9px;
text-align: left;
line-height: 1.2em;
}
.media_desc {
font-size: .813rem; /* 13px */
color: #666666;
padding-top: 2px;
text-align: left;
line-height: 1.2em;
}
/* companies mobile */
.companies_section {
padding-top: 45px;
padding-bottom: 50px;
margin-bottom: 3px;
}
.companies_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.companies_section#all_companies h2 {
font-size: 1.375rem; /* 22px */
padding-top: 40px;
padding-bottom: 17px;
}
.companies_logo {
width: 100px;
height: 100px;
margin: auto;
margin-top: 6px;
margin-right: 3px;
margin-left: 3px;
vertical-align: top;
}
#all_companies .companies_logo {
width: 100px;
height: 100px;
}
.companies_logo img {
padding-top: 20px;
width: 100px;
}
#all_companies .companies_logo img {
padding-top: 20px;
}
.companies_fill {
width: 100px;
font-size: 1px;
margin-right: 3px;
margin-left: 3px;
text-align: center;
}
#all_companies .companies_fill {
width: 100px;
}
.title_subheading {
text-align: center;
font-size: 1.125rem; /* 18px */
line-height: 1.4em;
color: #666666;
padding-bottom: 30px;
}
/* ipo companies mobile */
.ipo_companies_section {
padding-top: 45px;
padding-bottom: 50px;
margin-bottom: 3px;
}
.ipo_companies_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.ipo_companies_box {
position: relative;
width: 100px;
height: 100px;
margin-top: 6px;
margin-right: 3px;
margin-left: 3px;
vertical-align: top;
font-size: 0.563rem; /* 9px */
}
.ipo_companies_fill {
width: 100px;
display: inline-block;
font-size: 1px;
margin-right: 3px;
margin-left: 3px;
}
.ipo_companies_logo {
padding-top: 5px;
}
.ipo_companies_box_desc {
position: absolute;
width: 90px;
bottom: 8px;
left: 5px;
text-align: center;
line-height: 1.3em;
}
/* management mobile */
.management_section {
padding-top: 45px;
padding-bottom: 0;
}
.management_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.management_box {
width: 120px;
margin-top: 25px;
margin-right: 12px;
margin-left: 12px;
}
.management_fill {
width: 120px;
margin-right: 12px;
margin-left: 12px;
}
.management_image img {
width: 95px;
height: 95px;
}
.management_name {
font-weight: bold;
font-size: .688rem; /* 11px */
padding-top: 6px;
padding-bottom: 1px;
}
.management_title {
font-size: .625rem; /* 10px */
}
.hr_white {
width: 100%;
max-width: none;
height: 2px;
font-size: .01em;
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
}
/* extends rule on mobile */
.management_section_wrapper {
padding-right: 0;
padding-left: 0;
}
/* board mobile */
.board_section {
padding-top: 0;
padding-bottom: 0;
}
.board_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.board_box {
width: 92px;
margin-top: 20px;
margin-right: 26px;
margin-left: 26px;
}
.board_fill {
width: 0;
font-size: 1px;
margin-right: 0;
margin-left: 0;
}
.board_image img {
width: 84px;
height: 84px;
}
.board_name {
font-weight: bold;
font-size: .625rem; /* 10px */
padding-top: 6px;
padding-bottom: 1px;
}
/* advisors mobile */
.advisors_section {
padding-top: 0;
padding-bottom: 50px;
}
.advisors_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.advisors_box {
width: 92px;
margin-top: 20px;
margin-right: 26px;
margin-left: 26px;
}
.advisors_fill {
width: 0;
font-size: 1px;
margin-right: 0;
margin-left: 0;
}
.advisors_image img {
width: 84px;
height: 84px;
}
.advisors_name {
font-weight: bold;
font-size: .625rem; /* 10px */
padding-top: 6px;
padding-bottom: 1px;
}
.advisors_title {
font-size: .625rem; /* 10px */
}
/* careers mobile */
.careers_section {
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.careers_image img {
width: 100%;
max-width: 792px;
height: auto;
}
.careers_section h2 {
font-size: 1.188rem; /* 19px */
padding-top: 30px;
padding-bottom: 15px;
}
.careers_desc {
width: 100%;
max-width: none;
font-size: .875rem; /* 14px */
line-height: 1.3em;
text-align: left;
padding: 0 30px 0 30px;
}
.careers_link, .companies_link {
padding-top: 15px;
padding-bottom: 5px;
padding-left: 30px;
font-weight: bold;
font-size: .813rem; /* 13px */
text-align: left;
}
.companies_link {
padding-top: 30px;
padding-left: 0;
text-align: center;
}
/* location mobile */
.location {
display: none;
}
.overlay_map {
display: none;
}
.location_mobile {
display: block;
width: 100%;
}
.overlay_map_mobile {
background:transparent;
position:relative;
width:100%;
height:192px; /* your iframe height */
top:192px; /* your iframe height */
margin-top:-192px; /* your iframe height */
z-index: 100;
}
/* contact mobile */
.contact_section {
text-align: left;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 45px;
padding-left: 30px;
}
.contact_info {
display: inline-block;
font-size: .750rem; /* 12px */
line-height: 1.3em;
}
.contact_info h3 {
font-size: .813rem; /* 13px */
}
.parking_link {
font-size: .813rem; /* 13px */
font-weight: bold;
}
.contact_questions {
font-size: .875rem; /* 14px */
line-height: 1.2em;
color: #666666;
border-left: 0;
padding-left: 0;
padding-right: 0;
margin-top: 30px;
padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
.contact_btn {
padding-top: 17px;
text-align: center;
}
.contact_btn a {
display: block;
color: #ffffff;
background-color: #5ac1f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 17px 0 17px 0;
color: #ffffff;
font-size: .875rem; /* 14px */
letter-spacing: .03em;
font-weight: bold;
}
#contact h1 {
font-size: 1.375rem; /* 22px */
padding-top: 100px;
padding-bottom: 0px;
}
/* footer mobile */
.footer_section {
padding-top: 50px;
padding-bottom: 40px;
}
.footer_idealab_social {
padding-bottom: 33px;
}
.footer_idealab_social img {
width: 61px;
height: 35px;
padding: 0 13px 0 13px;
}
.footer_idealab_links a {
display: block;
font-size: .750rem; /* 12px */
padding: 0 10px 0 10px;
padding-left: 30px;
line-height: 3em;
text-align: left;
}
.hr_grey {
display: none;
}
.footer_idealab_copyright {
font-size: .625rem; /* 10px */
padding-top: 0;
}
/* privacy terms mobile */
.privacy, .terms {
width: 90%;
margin: auto;
padding-top: 50px;
padding-bottom: 75px;
}
.privacy h1 {
padding-top: 50px;
font-size: 20px;
}
.privacy h2 {
font-size: 11px;
line-height: 1.4em;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
padding-top: 24px;
padding-bottom: 30px;
text-align: left;
}
.privacy_content {
color: #666666;
font-size: 11px;
line-height: 1.4em;
}
.privacy_content .bodysubtitle {
font-size: 13px;
color: #333333;
font-weight: bold;
padding-bottom: 4px;
}
.privacy_content b {
color: #333333;
}
.privacy_content ul {
margin: 0;
padding: 20px
}
.privacy_content ul li {
padding-bottom: 15px;
}
.terms {
color: #666666;
font-size: 11px;
line-height: 1.4em;
}
.terms h1 {
font-size: 20px;
padding-top: 50px;
padding-bottom: 30px;
}
.terms .bodysubtitle {
font-size: 13px;
padding-bottom: 4px;
}
ol.sublista {
margin: 0;
padding-left: 20px;
}
/* not found */
.not_found {
width: 75%;
margin: auto;
padding-top: 0;
padding-bottom: 75px;
text-align: center;
}
.not_found h1 {
font-size: 20px;
}
.not_found_content {
color: #666666;
font-size: 11px;
line-height: 1.4em;
text-align: center;
min-height: 200px;
}
/* jobvite */
.jobvite {
margin: auto;
padding-top: 100px;
padding-bottom: 50px;
}
.jobvite h1 {
font-size: 19px;
padding-bottom: 30px;
}
.jobvite h2 {
font-size: 14px;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
padding-top: 10px;
padding-bottom: 30px;
}
.jobvite .hr_lt_grey {
margin-top: 40px;
width: 100%;
max-width: none;
height: 2px;
background-color: #f1f1ea;
font-size: .01em;
margin: auto;
margin-bottom: 25px;
} | public/css/mobile.css |
/* header mobile */
.top_nav {
position: fixed;
width: 100%;
height: 50px;
margin: auto;
z-index: 500;
text-align: center;
background-color: #ffffff;
}
.top_nav_logo {
display: inline-block;
position: relative;
vertical-align: top;
margin-top: 11px;
margin-left: 5px;
}
.top_nav_logo img {
width: 97px;
height: 25px;
vertical-align: top;
}
.hdr_shadow {
position: fixed;
top: 50px; /* header height mobile */
width: 100%;
background-image: url("../images/header_shadow.png");
background-repeat: repeat-x;
height: 10px;
margin: auto;
padding: 0;
z-index: 500;
}
.top_nav_menu {
display: block;
float: right;
margin-top: 14px;
margin-right: 10px;
vertical-align: top;
}
.top_nav_menu img {
width: 24px;
height: 19px;
}
/* mobile menu */
.mobile_menu {
clear: both;
position: relative;
top: 10px;
display: block;
background-color: #ffffff;
width: 80%;
z-index: 100;
text-align: left;
margin: auto;
border: 0;
-webkit-box-shadow: rgba(0,0,0,.1) 0px 6px 5px 3px;
-moz-box-shadow: 0px 6px 5px 3px rgba(0,0,0,.1);
box-shadow: 0px 6px 5px 3px rgba(0,0,0,.1);
box-sizing: border-box;
}
ul.mobile_menu_links {
box-sizing: border-box;
width: 100%;
text-align: left;
margin: 0;
padding: 0;
list-style-type: none;
}
.mobile_menu_links li {
border-bottom: 1px solid #ebebeb;
margin: 0;
}
.mobile_menu_links li a {
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
box-sizing: border-box;
font-size: 14px;
color: #999999;
font-family: NolanNext-Bold;
font-style: normal;
font-weight: normal;
height:100%;
padding: 13px;
}
.mobile_menu {
display: none;
}
#hamburger_menu {
display: block;
}
#hamburger_menu_close {
display: none;
}
/* top main mobile */
.top_main_section {
position: relative;
height: 240px;
}
.top_main {
position: relative;
width: auto;
background-image: url("../images/main/main_image_interior.jpg");
background-repeat: no-repeat;
height: 240px;
margin: auto;
margin-top: 50px; /* header height mobile */
padding: 0;
background-size: cover;
background-position: 50%;
}
.top_main_content {
position: absolute;
top: 15px;
left: 0;
width: 100%;
}
.top_main_content h1 {
font-size: 1.625rem; /* 26px */
text-shadow: rgba(0,0,0,.7) 3px 3px 10px;
padding-left: 50px;
padding-right: 50px;
}
.top_main_content_desc {
padding-top: 10px;
font-size: .875rem; /* 14px */
color: #333333;
line-height: 1.32em;
text-align: left;
padding-right: 30px;
padding-left: 30px;
}
/* top title */
.top_title_section {
font-size: .875rem; /* 14px */
line-height: 1.4em;
padding-top: 30px;
padding-right: 60px;
padding-bottom: 30px;
padding-left: 60px;
letter-spacing: -.01em;
}
/* intro mobile */
.intro {
width: 100%;
max-width: none;
min-width: 200px;
margin: auto;
padding-top: 45px;
padding-right: 0;
padding-left: 0;
text-align: center;
}
.intro h2 {
font-size: 1.250rem; /* 20px */
line-height: 1.250em;
padding-bottom: 10px;
text-align: center;
width: 270px;
margin: auto;
}
.intro h2 span {
display: block;
}
.intro_desc {
font-size: .875rem; /* 14px */
line-height: 1.2em;
color: #666666;
padding: 0 30px 0 30px;
text-align: left;
}
.intro_link {
padding-top: 20px;
padding-bottom: 0;
font-size: .813rem; /* 13px */
font-weight: bold;
}
/* videos mobile */
.media_video_section {
width: 100%;
margin: auto;
padding-bottom: 60px;
}
.media_video {
width: 267px;
display: block;
padding-top: 0;
padding-right: 0;
vertical-align: top;
margin: auto;
}
.media_video_fill {
width: 267px;
display: block;
padding-top: 0;
padding-right: 0;
vertical-align: top;
margin: auto;
}
.media_video img {
width: 267px;
display: block;
padding-top: 30px;
padding-right: 0;
vertical-align: top;
}
.media_heading {
font-size: .813rem; /* 13px */
font-weight: bold;
padding-top: 9px;
text-align: left;
line-height: 1.2em;
}
.media_desc {
font-size: .813rem; /* 13px */
color: #666666;
padding-top: 2px;
text-align: left;
line-height: 1.2em;
}
/* companies mobile */
.companies_section {
padding-top: 45px;
padding-bottom: 50px;
margin-bottom: 3px;
}
.companies_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.companies_section#all_companies h2 {
font-size: 1.375rem; /* 22px */
padding-top: 40px;
padding-bottom: 17px;
}
.companies_logo {
width: 100px;
height: 100px;
margin: auto;
margin-top: 6px;
margin-right: 3px;
margin-left: 3px;
vertical-align: top;
}
#all_companies .companies_logo {
width: 100px;
height: 100px;
}
.companies_logo img {
padding-top: 20px;
width: 100px;
}
#all_companies .companies_logo img {
padding-top: 20px;
}
.companies_fill {
width: 100px;
font-size: 1px;
margin-right: 3px;
margin-left: 3px;
text-align: center;
}
#all_companies .companies_fill {
width: 100px;
}
.title_subheading {
text-align: center;
font-size: 1.125rem; /* 18px */
line-height: 1.4em;
color: #666666;
padding-bottom: 30px;
}
/* ipo companies mobile */
.ipo_companies_section {
padding-top: 45px;
padding-bottom: 50px;
margin-bottom: 3px;
}
.ipo_companies_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.ipo_companies_box {
position: relative;
width: 100px;
height: 100px;
margin-top: 6px;
margin-right: 3px;
margin-left: 3px;
vertical-align: top;
font-size: 0.563rem; /* 9px */
}
.ipo_companies_fill {
width: 100px;
display: inline-block;
font-size: 1px;
margin-right: 3px;
margin-left: 3px;
}
.ipo_companies_logo {
padding-top: 5px;
}
.ipo_companies_box_desc {
position: absolute;
width: 90px;
bottom: 8px;
left: 5px;
text-align: center;
line-height: 1.3em;
}
/* management mobile */
.management_section {
padding-top: 45px;
padding-bottom: 0;
}
.management_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.management_box {
width: 120px;
margin-top: 25px;
margin-right: 12px;
margin-left: 12px;
}
.management_fill {
width: 120px;
margin-right: 12px;
margin-left: 12px;
}
.management_image img {
width: 95px;
height: 95px;
}
.management_name {
font-weight: bold;
font-size: .688rem; /* 11px */
padding-top: 6px;
padding-bottom: 1px;
}
.management_title {
font-size: .625rem; /* 10px */
}
.hr_white {
width: 100%;
max-width: none;
height: 2px;
font-size: .01em;
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
}
/* extends rule on mobile */
.management_section_wrapper {
padding-right: 0;
padding-left: 0;
}
/* board mobile */
.board_section {
padding-top: 0;
padding-bottom: 0;
}
.board_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.board_box {
width: 92px;
margin-top: 20px;
margin-right: 26px;
margin-left: 26px;
}
.board_fill {
width: 0;
font-size: 1px;
margin-right: 0;
margin-left: 0;
}
.board_image img {
width: 84px;
height: 84px;
}
.board_name {
font-weight: bold;
font-size: .625rem; /* 10px */
padding-top: 6px;
padding-bottom: 1px;
}
/* advisors mobile */
.advisors_section {
padding-top: 0;
padding-bottom: 50px;
}
.advisors_section h2 {
font-size: 1.063rem; /* 17px */
padding-bottom: 17px;
}
.advisors_box {
width: 92px;
margin-top: 20px;
margin-right: 26px;
margin-left: 26px;
}
.advisors_fill {
width: 0;
font-size: 1px;
margin-right: 0;
margin-left: 0;
}
.advisors_image img {
width: 84px;
height: 84px;
}
.advisors_name {
font-weight: bold;
font-size: .625rem; /* 10px */
padding-top: 6px;
padding-bottom: 1px;
}
.advisors_title {
font-size: .625rem; /* 10px */
}
/* careers mobile */
.careers_section {
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.careers_image img {
width: 100%;
max-width: 792px;
height: auto;
}
.careers_section h2 {
font-size: 1.188rem; /* 19px */
padding-top: 30px;
padding-bottom: 15px;
}
.careers_desc {
width: 100%;
max-width: none;
font-size: .875rem; /* 14px */
line-height: 1.3em;
text-align: left;
padding: 0 30px 0 30px;
}
.careers_link, .companies_link {
padding-top: 15px;
padding-bottom: 5px;
padding-left: 30px;
font-weight: bold;
font-size: .813rem; /* 13px */
text-align: left;
}
.companies_link {
padding-top: 30px;
padding-left: 0;
text-align: center;
}
/* location mobile */
.location {
display: none;
}
.overlay_map {
display: none;
}
.location_mobile {
display: block;
width: 100%;
}
.overlay_map_mobile {
background:transparent;
position:relative;
width:100%;
height:192px; /* your iframe height */
top:192px; /* your iframe height */
margin-top:-192px; /* your iframe height */
z-index: 100;
}
/* contact mobile */
.contact_section {
text-align: left;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 45px;
padding-left: 30px;
}
.contact_info {
display: inline-block;
font-size: .750rem; /* 12px */
line-height: 1.3em;
}
.contact_info h3 {
font-size: .813rem; /* 13px */
}
.parking_link {
font-size: .813rem; /* 13px */
font-weight: bold;
}
.contact_questions {
font-size: .875rem; /* 14px */
line-height: 1.2em;
color: #666666;
border-left: 0;
padding-left: 0;
padding-right: 0;
margin-top: 30px;
padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
.contact_btn {
padding-top: 17px;
text-align: center;
}
.contact_btn a {
display: block;
color: #ffffff;
background-color: #5ac1f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 17px 0 17px 0;
color: #ffffff;
font-size: .875rem; /* 14px */
letter-spacing: .03em;
font-weight: bold;
}
#contact h1 {
font-size: 1.375rem; /* 22px */
padding-top: 100px;
padding-bottom: 0px;
}
/* footer mobile */
.footer_section {
padding-top: 50px;
padding-bottom: 40px;
}
.footer_idealab_social {
padding-bottom: 33px;
}
.footer_idealab_social img {
width: 61px;
height: 35px;
padding: 0 13px 0 13px;
}
.footer_idealab_links a {
display: block;
font-size: .750rem; /* 12px */
padding: 0 10px 0 10px;
padding-left: 30px;
line-height: 3em;
text-align: left;
}
.hr_grey {
display: none;
}
.footer_idealab_copyright {
font-size: .625rem; /* 10px */
padding-top: 0;
}
/* privacy terms mobile */
.privacy, .terms {
width: 90%;
margin: auto;
padding-top: 50px;
padding-bottom: 75px;
}
.privacy h1 {
padding-top: 50px;
font-size: 20px;
}
.privacy h2 {
font-size: 11px;
line-height: 1.4em;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
padding-top: 24px;
padding-bottom: 30px;
text-align: left;
}
.privacy_content {
color: #666666;
font-size: 11px;
line-height: 1.4em;
}
.privacy_content .bodysubtitle {
font-size: 13px;
color: #333333;
font-weight: bold;
padding-bottom: 4px;
}
.privacy_content b {
color: #333333;
}
.privacy_content ul {
margin: 0;
padding: 20px
}
.privacy_content ul li {
padding-bottom: 15px;
}
.terms {
color: #666666;
font-size: 11px;
line-height: 1.4em;
}
.terms h1 {
font-size: 20px;
padding-top: 50px;
padding-bottom: 30px;
}
.terms .bodysubtitle {
font-size: 13px;
padding-bottom: 4px;
}
ol.sublista {
margin: 0;
padding-left: 20px;
}
/* not found */
.not_found {
width: 75%;
margin: auto;
padding-top: 0;
padding-bottom: 75px;
text-align: center;
}
.not_found h1 {
font-size: 20px;
}
.not_found_content {
color: #666666;
font-size: 11px;
line-height: 1.4em;
text-align: center;
min-height: 200px;
}
/* jobvite */
.jobvite {
margin: auto;
padding-top: 100px;
padding-bottom: 50px;
}
.jobvite h1 {
font-size: 19px;
padding-bottom: 30px;
}
.jobvite h2 {
font-size: 14px;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
padding-top: 10px;
padding-bottom: 30px;
}
.jobvite .hr_lt_grey {
margin-top: 40px;
width: 100%;
max-width: none;
height: 2px;
background-color: #f1f1ea;
font-size: .01em;
margin: auto;
margin-bottom: 25px;
} | 0.276397 | 0.062474 |
body {
background: #343338;
font-size: .88rem;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}
.container {
max-width: 960px;
margin: 20px auto;
}
.grid {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* item */
.box {
background: #2f2f31;
border: 5px solid #2f2f31;
border-radius: 2px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
box-sizing: border-box;
}
/* pré-visualização*/
.display {
overflow: hidden;
position: relative;
}
.display img {
max-width: 100%;
}
/* display hover */
.hover {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
}
.hover:hover {
background: rgba(20, 20, 20, .6);
cursor: pointer;
border-bottom: 2px solid #0EBEFF;
}
.hover .hover-desc {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.hover .hover-desc p {
cursor: pointer;
display: none;
background: rgba(17, 17, 17, .9);
color: #ccc;
font-size: 0.72rem;
padding: 2px 7px;
margin: 0 0 10px 0;
border-radius: 2px;
}
.hover .hover-desc p:hover {
background: rgba(30, 30, 30, .9);
}
.hover .hover-desc p:active {
transform: translate(0, 1px);
}
.hover:hover .hover-desc p {
display: inline-block;
}
/* descrição */
.desc {
padding: 10px;
}
.name {
color: #999;
font-weight: bold;
text-decoration: none;
}
.name:hover {
color: #aaa;
}
/* estatísticas */
.stats {
font-size: 0.85em;
text-align: right;
}
.stats a {
color: #999;
margin-left: 6px;
text-decoration: none;
}
.stats a:hover {
color: #aaa;
}
/* display grande */
.box-principal {
width: 98% !important;
margin: 0 1% 25px 1% !important;
}
.display-principal {
overflow: hidden;
position: relative;
height: 51vw;
max-height: 470px;
}
.display-principal img {
max-width: 100%;
}
/* responsivo */
@media (min-width: 830px) {
.box {
width: 31.333333333333%;
margin: 0 1% 25px 1%;
}
.display {
height: calc(18vw - 3px);
max-height: 165px;
}
}
@media (max-width: 830px) {
.box {
width: 48%;
margin: 0 1% 25px 1%;
}
.display {
height: 25vw;
}
}
@media (max-width: 550px) {
.box {
width: 98%;
margin: 0 1% 25px 1%;
}
.display {
height: 51vw;
}
}
/* corrige apenas o display */
@media (max-width: 340px) {
.display {
height: 42vw;
}
.display-principal {
height: 42vw;
}
}
/* Atribuição */
.attrib {
text-align: center;
font-size: 13px;
margin-top: 7px;
color: #999;
line-height: 25px;
font-weight: normmal;
} | demo/layout-codepen/css/custom.css |
body {
background: #343338;
font-size: .88rem;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}
.container {
max-width: 960px;
margin: 20px auto;
}
.grid {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* item */
.box {
background: #2f2f31;
border: 5px solid #2f2f31;
border-radius: 2px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
box-sizing: border-box;
}
/* pré-visualização*/
.display {
overflow: hidden;
position: relative;
}
.display img {
max-width: 100%;
}
/* display hover */
.hover {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
}
.hover:hover {
background: rgba(20, 20, 20, .6);
cursor: pointer;
border-bottom: 2px solid #0EBEFF;
}
.hover .hover-desc {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.hover .hover-desc p {
cursor: pointer;
display: none;
background: rgba(17, 17, 17, .9);
color: #ccc;
font-size: 0.72rem;
padding: 2px 7px;
margin: 0 0 10px 0;
border-radius: 2px;
}
.hover .hover-desc p:hover {
background: rgba(30, 30, 30, .9);
}
.hover .hover-desc p:active {
transform: translate(0, 1px);
}
.hover:hover .hover-desc p {
display: inline-block;
}
/* descrição */
.desc {
padding: 10px;
}
.name {
color: #999;
font-weight: bold;
text-decoration: none;
}
.name:hover {
color: #aaa;
}
/* estatísticas */
.stats {
font-size: 0.85em;
text-align: right;
}
.stats a {
color: #999;
margin-left: 6px;
text-decoration: none;
}
.stats a:hover {
color: #aaa;
}
/* display grande */
.box-principal {
width: 98% !important;
margin: 0 1% 25px 1% !important;
}
.display-principal {
overflow: hidden;
position: relative;
height: 51vw;
max-height: 470px;
}
.display-principal img {
max-width: 100%;
}
/* responsivo */
@media (min-width: 830px) {
.box {
width: 31.333333333333%;
margin: 0 1% 25px 1%;
}
.display {
height: calc(18vw - 3px);
max-height: 165px;
}
}
@media (max-width: 830px) {
.box {
width: 48%;
margin: 0 1% 25px 1%;
}
.display {
height: 25vw;
}
}
@media (max-width: 550px) {
.box {
width: 98%;
margin: 0 1% 25px 1%;
}
.display {
height: 51vw;
}
}
/* corrige apenas o display */
@media (max-width: 340px) {
.display {
height: 42vw;
}
.display-principal {
height: 42vw;
}
}
/* Atribuição */
.attrib {
text-align: center;
font-size: 13px;
margin-top: 7px;
color: #999;
line-height: 25px;
font-weight: normmal;
} | 0.347205 | 0.093678 |
html, body {
width: 100%;
margin: 0;
padding: 0;
}
body {
color: white;
background-image: url("/img/tron-sfondo.png");
font-family: Arial;
}
@font-face {
font-family: initial;
font-weight: normal;
font-style: normal;
}
section {
width: 100%;
text-align: center;
}
.wrapper {
width: 100%;
}
p.title {
display: inline-block;
width: 50%;
float: left;
font-family: Arial;
text-align: center;
font-size: 15pt;
margin-top: 20px !important;
}
p.title span.special {
margin: 0px -5px 0px -6px;
}
#content {
display: none;
}
#content .ready {
position: absolute;
width: 30%;
top: 10px;
right: 20px;
}
#content form #play-button {
display: inline-block;
float: left;
width: 70%;
height: 40px;
}
button {
text-align: center !important;
margin-right: 10px !important;
padding: 0px 32px !important;
background-color: black !important;
color: #d0daf5 !important;
border: 5px solid #d0daf5 !important;
border-radius: 30px 30px 30px 30px !important;
font-weight: bold;
position: relative;
border: 1px solid #FFE64D;
font-size: 14px;
margin-top: 5px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px #FFE64D;
cursor: pointer;
}
button:hover {
background-color: #d0daf5 !important;
color: #007991 !important;
border: 5px solid #007991 !important;
cursor: pointer !important;
text-align: center !important;
margin-right: 10px !important;
padding: 0px 32px !important;
border-radius: 30px 30px 30px 30px !important;
font-weight: bold;
position: relative;
border: 1px solid #FFE64D;
font-size: 14px;
margin-top: 5px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px #FFE64D;
}
input[type=text] {
text-align: center !important;
margin-right: 10px !important;
padding: 18px 32px !important;
background-color: black !important;
color: #d0daf5 !important;
border: 5px solid #d0daf5 !important;
border-radius: 30px 30px 30px 30px !important;
font-weight: bold;
position: relative;
border: 1px solid #FFE64D;
font-size: 14px;
margin-top: 5px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px #FFE64D;
}
.ping {
font-size: 10px;
color: white;
margin: 0px;
padding: 0px;
}
canvas {
background-color: black;
border: 1px solid #6FC3DF;
color: #aeb6bc;
border-radius: 3px;
box-shadow: 0px 0px 12px #6FC3DF;
width: 95%;
margin-bottom: 5px;
}
.chat {
height: 200px !important;
background-color: black;
width: 96%;
text-align: left;
overflow-y: scroll;
margin-left: 15px;
color: dodgerblue;
}
.chat p {
margin: 0px;
padding: 5px 0px 5px 3px;
}
.chat p:nth-child(odd) {
background-color: black;
}
.chat p:nth-child(even) {
background-color: black;
}
.chat p.game {
color: yellow;
}
div form {
width: 95%;
overflow: hidden;
}
div form input {
padding: 3px 0px 3px 3px;
margin: 0px;
background-color: #128DC5;
color: white;
height: 20px;
width: 68%;
border: 0px;
}
#actions-div {
display: none;
}
#controls-for-mobile {
display: block;
margin-top: 5px;
}
#joystick {
position: absolute;
}
@media screen and (min-width: 1024px) {
.wrapper {
width: 70%;
text-align: center;
margin: 0px auto;
}
canvas {
width: 100%;
}
p.title {
margin-bottom: 30px;
font-size: 40pt;
display: inline-block;
width: 100%;
}
section#content {
width: 100%;
}
section#content div {
display: inline-block;
float: left;
width: 46%;
}
section#content div:nth-child(2) {
margin-left: 5%;
}
section#content div div {
width: 100%;
}
.chat {
height: 500px;
}
div form {
text-align: center;
margin-bottom: 20px;
}
div form input {
width: 48%;
margin: 0px 30px 0px 0px;
}
div form input[type=submit] {
display: inline;
width: 12%;
margin: 0px;
height: 26px;
border: 0px;
}
div form button {
display: inline-block;
}
#content .ready {
top: 50px;
right: 0px;
left: 18%;
}
input#text {
width: 70%;
}
.ping {
position: absolute;
top: 5px;
left: 10px;
}
#controls-for-mobile {
display: none;
}
#joystick {
display: none;
}
} | css/style.css | html, body {
width: 100%;
margin: 0;
padding: 0;
}
body {
color: white;
background-image: url("/img/tron-sfondo.png");
font-family: Arial;
}
@font-face {
font-family: initial;
font-weight: normal;
font-style: normal;
}
section {
width: 100%;
text-align: center;
}
.wrapper {
width: 100%;
}
p.title {
display: inline-block;
width: 50%;
float: left;
font-family: Arial;
text-align: center;
font-size: 15pt;
margin-top: 20px !important;
}
p.title span.special {
margin: 0px -5px 0px -6px;
}
#content {
display: none;
}
#content .ready {
position: absolute;
width: 30%;
top: 10px;
right: 20px;
}
#content form #play-button {
display: inline-block;
float: left;
width: 70%;
height: 40px;
}
button {
text-align: center !important;
margin-right: 10px !important;
padding: 0px 32px !important;
background-color: black !important;
color: #d0daf5 !important;
border: 5px solid #d0daf5 !important;
border-radius: 30px 30px 30px 30px !important;
font-weight: bold;
position: relative;
border: 1px solid #FFE64D;
font-size: 14px;
margin-top: 5px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px #FFE64D;
cursor: pointer;
}
button:hover {
background-color: #d0daf5 !important;
color: #007991 !important;
border: 5px solid #007991 !important;
cursor: pointer !important;
text-align: center !important;
margin-right: 10px !important;
padding: 0px 32px !important;
border-radius: 30px 30px 30px 30px !important;
font-weight: bold;
position: relative;
border: 1px solid #FFE64D;
font-size: 14px;
margin-top: 5px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px #FFE64D;
}
input[type=text] {
text-align: center !important;
margin-right: 10px !important;
padding: 18px 32px !important;
background-color: black !important;
color: #d0daf5 !important;
border: 5px solid #d0daf5 !important;
border-radius: 30px 30px 30px 30px !important;
font-weight: bold;
position: relative;
border: 1px solid #FFE64D;
font-size: 14px;
margin-top: 5px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px #FFE64D;
}
.ping {
font-size: 10px;
color: white;
margin: 0px;
padding: 0px;
}
canvas {
background-color: black;
border: 1px solid #6FC3DF;
color: #aeb6bc;
border-radius: 3px;
box-shadow: 0px 0px 12px #6FC3DF;
width: 95%;
margin-bottom: 5px;
}
.chat {
height: 200px !important;
background-color: black;
width: 96%;
text-align: left;
overflow-y: scroll;
margin-left: 15px;
color: dodgerblue;
}
.chat p {
margin: 0px;
padding: 5px 0px 5px 3px;
}
.chat p:nth-child(odd) {
background-color: black;
}
.chat p:nth-child(even) {
background-color: black;
}
.chat p.game {
color: yellow;
}
div form {
width: 95%;
overflow: hidden;
}
div form input {
padding: 3px 0px 3px 3px;
margin: 0px;
background-color: #128DC5;
color: white;
height: 20px;
width: 68%;
border: 0px;
}
#actions-div {
display: none;
}
#controls-for-mobile {
display: block;
margin-top: 5px;
}
#joystick {
position: absolute;
}
@media screen and (min-width: 1024px) {
.wrapper {
width: 70%;
text-align: center;
margin: 0px auto;
}
canvas {
width: 100%;
}
p.title {
margin-bottom: 30px;
font-size: 40pt;
display: inline-block;
width: 100%;
}
section#content {
width: 100%;
}
section#content div {
display: inline-block;
float: left;
width: 46%;
}
section#content div:nth-child(2) {
margin-left: 5%;
}
section#content div div {
width: 100%;
}
.chat {
height: 500px;
}
div form {
text-align: center;
margin-bottom: 20px;
}
div form input {
width: 48%;
margin: 0px 30px 0px 0px;
}
div form input[type=submit] {
display: inline;
width: 12%;
margin: 0px;
height: 26px;
border: 0px;
}
div form button {
display: inline-block;
}
#content .ready {
top: 50px;
right: 0px;
left: 18%;
}
input#text {
width: 70%;
}
.ping {
position: absolute;
top: 5px;
left: 10px;
}
#controls-for-mobile {
display: none;
}
#joystick {
display: none;
}
} | 0.373876 | 0.113875 |
.mod-news .mod-side{ background:#f5f7f7; border:1px solid #fff; border-bottom:0;}
.mod-news .news-item a{ /*word-break: break-all; font-size: 12px;*/ word-wrap: break-word; overflow:hidden; line-height: 16px; display: block;height:100%;}
.mod-news .news-pic{ width: 40px; height: 40px; margin-left: 10px; margin-top: 1px;background-color: #fff; float: right;}
.mod-news .news-item p{overflow:hidden;zoom:1;}
/*.mod-news .scroll-pane{width:236px;height:144px;}*/
.mod-news .mod-side {
padding-bottom: 0;
}
.mod-news .scroll-container{
/*width:219px;*/
height: 300px;
}
.mod-news {
width: 238px;
/*height: 352px;*/
padding-bottom:1px;
}
.mod-news dt,.mod-news #newsTypeNav {
position: relative;
z-index: 1;
font-size: 13px;
line-height: 27px;
height: 27px;
font-weight: normal;
color: #5a5a5a;
padding-bottom: 0;
}
/*普通条目*/
.mod-news .news-item {
height: 36px;
line-height: 18px;
background: #fafcfc;
border-bottom: 1px solid #e3e5e6;
font-size: 12px;
padding: 6px 17px 7px;
}
.mod-news .news-item a:hover .title,.mod-news .news-item_dbline a:hover .desc{
color: #00b075;
text-decoration: underline;
}
/*纯文本*/
.mod-news .news-item_txt{
position: relative;
}
.mod-news .news-item_txt a {
display: block;
height: 36px;
line-height: 18px;
text-overflow:ellipsis;
word-wrap: break-word;
overflow: hidden;
color: #595959;
text-decoration: none;
}
.mod-news .dot{
text-indent: -9999em;
width: 3px;
height: 3px;
display: inline-block;
background-color: #00AA6C;
position: absolute;
top: 14px;
left: 10px;
}
.mod-news .news-item_dbline .title,.mod-news .news-item_dbline .desc{
display:block;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.mod-news .news-item_dbline .desc{
color:#919191;
}
/*间隔大图*/
.mod-news .news-item_img {
height: 150px;
padding: 0;
border: none;
}
.mod-news .news-item_img a,
.mod-news .news-item_img img{
display: block;
width: 236px;
height: 150px;
}
.mod-news .news-item_img p{
position: relative;
}
.mod-news .news-item_img span{
display:block;
width: 216px;
height: 40px;
background: black;
opacity: 0.6;
filter:alpha(opacity=60);
color: white;
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
line-height: 20px;
overflow: hidden;
padding: 0 10px;
}
/*热搜词*/
.mod-news .word-list{
overflow: hidden;
font-size: 0;
padding: 0 17px 0 10px;
height: 55px;
}
.mod-news .word-item{
display: inline-block;
height: 20px;
line-height: 20px;
border: 1px solid #e6e6e6;
background: #fff;
padding: 0 10px;
font-size: 12px;
margin-right: 5px;
margin-top: 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.mod-news .word-item a{
color: #e44f00;
max-width: 245px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 1;
}
.mod-news .word-item-1{
background: #fff6e5;
border-color: #ffe0a2;
}
.mod-news .word-item-2{
background: #fff0e9;
border-color: #ffdbca;
}
.mod-news .word-item-1 a{
color: #ff7e00;
}
.mod-news .word-item-2 a{
color: #ff5100;
}
.mod-news .word-item-1:hover{
border-color: #ff7e00;
}
.mod-news .word-item-2:hover{
border-color: #f56e2f;
}
/*图文混排*/
.mod-news .news-item_imgtxt{
height: 80px;
padding: 0 17px 0 10px;
overflow: hidden;
}
.mod-news .news-item_imgtxt a{
display: block;
}
.mod-news .news-item_imgtxt img{
float: left;
width: 95px;
height: 60px;
padding: 10px 10px 10px 0;
}
.mod-news .news-item_imgtxt .title{
overflow: hidden;
display: table-cell;
vertical-align: middle;
height: 80px;
word-break: break-word;
}
/*末尾提示*/
.mod-news .news-item_tip {
width: 190px;
height: 97px;
font-size: 14px;
padding: 45px 27px 7px 20px;
color: #aaa;
}
.mod-news .scroll-pane {
width: 236px;
/*height: 300px;*/
overflow-y: auto;
overflow-x: hidden;
}
.mod-news .scroll {
margin: 0;
}
.mod-news .bottom-mask{position:absolute;bottom:-1px;left:0;width:236px;height:10px;background:url(../img/i-mask-bg.png?__sprite) repeat-x;_display:none;}
/*******************
新闻TAB控件相关的样式
*/
.mod-news .news-tab .ui-nav {
width: 236px;
position: relative;
}
.mod-news .news-tab .ui-nav .wrap {
width: 204px;
height: 28px;
overflow: hidden;
position: relative;
left: 16px;
}
.mod-news .news-tab .ui-nav .ctrl {
position: absolute;
right: 0;
width: 100%;
height: 28px;
}
.mod-news .news-tab .ui-nav .prev,
.mod-news .news-tab .ui-nav .next {
position: absolute;
z-index: 3;
height: 27px;
width: 16px;
text-indent: -1000em;
}
.mod-news .news-tab .ui-nav .prev {
left: 0;
}
.mod-news .news-tab .ui-nav .next {
right: 0;
}
.mod-news .news-tab .ui-nav .arrow-prev,
.mod-news .news-tab .ui-nav .arrow-next {
display: block;
cursor: pointer;
width: 16px;
height: 27px;
border-bottom: 1px solid #e3e5e6;
}
.mod-news .news-tab .ui-nav .arrow-prev {
background: url(../img/i-news-ui-prev.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .arrow-next {
background: url(../img/i-news-ui-next.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .prev-hover .arrow-prev {
background: url(../img/i-news-ui-prev-hover.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .next-hover .arrow-next {
background: url(../img/i-news-ui-next-hover.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .prev-active .arrow-prev {
background: url(../img/i-news-ui-prev-active.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .next-active .arrow-next {
background: url(../img/i-news-ui-next-active.png?__sprite) no-repeat;
}
.mod-news .news-tab .nav-item-list {
position: absolute;
right: 0px;
list-style: none;
white-space: nowrap;
padding: 0;
}
.mod-news .news-tab .nav-item {
display: inline-block;
*display: inline;
*zoom: 1;
width: 68px;
text-align: center;
background:url(../img/btn-normal-bg.png?__sprite) repeat-x;
border-right:1px solid #e3e5e6;
border-bottom: 1px solid #e3e5e6;
}
.mod-news .news-tab .nav-item-hover {
/*background: yellow;*/
cursor: pointer;
}
/*.news-tab .nav-item-active {
}*/
.mod-news .mod-side .news-tab .nav-item-current {
background: #f5f7f7;
border-bottom:1px solid #f5f7f7;
position: relative;
bottom: -1px;
z-index: 2;
font-weight: normal;
font-size: 12px !important;
color: #00b075;
cursor: default;
}
/*******
大图轮播组件
*/
.mod-news .news-slide {
/*width: 220px;*/
}
.mod-news .news-slide .ui-nav {
position: relative;
}
/*****控制箭头******/
.mod-news .news-slide .ui-nav .ctrl {
position: absolute;
width: 100%;
right: 0;
z-index: 1;
}
.mod-news .news-slide .ui-nav .wrap {
width: 236px;
height: 150px;
overflow: hidden;
position: relative;
right: 0;
}
.mod-news .news-slide .ui-nav .prev,
.mod-news .news-slide .ui-nav .next {
display: none;
position: absolute;
top: 0;
z-index: 2;
width: 40px;
height: 100px;
}
.mod-news .news-slide .ui-nav-hover .prev,
.mod-news .news-slide .ui-nav-hover .next {
display: block;
}
.mod-news .news-slide .ui-nav .prev {
left: 0;
}
.mod-news .news-slide .ui-nav .next {
right: 0;
}
.mod-news .news-slide .ui-nav-hover .arrow-prev,
.mod-news .news-slide .ui-nav-hover .arrow-next {
position: absolute;
top: 55px;
display: block;
color: white;
cursor: pointer;
opacity: 0.6;
filter:alpha(opacity=60);
width: 20px;
height: 20px;
text-indent: -1000em;
}
.mod-news .news-slide .ui-nav-hover .arrow-prev {
left: 20px;
background: url(../img/i-news-arrow-next.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .arrow-next {
right: 20px;
background: url(../img/i-news-arrow-prev.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .prev-hover .arrow-prev,
.mod-news .news-slide .ui-nav-hover .next-hover .arrow-next {
opacity: 1;
filter:alpha(opacity=100);
}
.mod-news .news-slide .ui-nav-hover .prev-hover .arrow-prev {
background: url(../img/i-news-arrow-nav-next.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .next-hover .arrow-next {
background: url(../img/i-news-arrow-nav-prev.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .prev-active .arrow-prev,
.mod-news .news-slide .ui-nav-hover .next-active .arrow-next {
/*background: orange;*/
opacity: 1;
filter:alpha(opacity=100);
}
/*****图片单元格效果*****/
.mod-news .news-slide .nav-item-list {
position: absolute;
right: 0;
list-style: none;
padding: 0;
}
.mod-news .news-slide .nav-item-hover {
cursor: pointer;
}
/*.news-slide .nav-item-active {*/
/*background: red;*/
/*}*/
.mod-news .news-slide .nav-item-current {
cursor: default;
}
.mod-news .news-slide .nav-item {
display: inline-block;
*display:inline;
*zoom: 1;
width: 236px;
}
.mod-news .news-slide .nav-item div{
position: relative;
}
.mod-news .news-slide .nav-item img{
height: 150px;
width: 236px;
}
.mod-news .news-slide .nav-item .title{
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
display:block;
width: 216px;
height: 40px;
overflow: hidden;
opacity: 0.6;
filter:alpha(opacity=60);
color: white;
background: black;
line-height: 18px;
padding: 0 10px;
}
.mod-news .news-slide .nav-item a:hover .title {
color: #00b075;
text-decoration: underline;
}
/*头条新闻图片提示标签 此处颜色值皆为默认值,实际由cms配置*/
.mod-news .news-slide .nav-item .nav-tip-wrapper{
position: absolute;
top: 6px;
right: 0;
height: 20px;
line-height: 20px;
}
.mod-news .news-slide .nav-item .nav-tip{
float: left;
padding-left: 10px;
padding-right: 10px;
background-color: red;
color: rgb(240,225,220);
}
.mod-news .news-slide .nav-item .nav-tip-triangle{
float: left;
height: 0; /*for ie7*/
border-top:10px solid red;
border-bottom:10px solid red;
border-left: 10px solid transparent;
}
/******
内容块区域
*/
.mod-news .news-content-item {
display:none;
}
.mod-news .news-content-item-current {
display: block;
}
/*显示模块*/
.side-mod-preload-news{
border:0!important;
background: transparent!important;
}
.side-mod-preload-news > *{
visibility: visible!important;
}
/*more link*/
.mod-news .charts_more .powerby{
color: #b2b2b2;
float: left;
margin-left: 10px;
} | test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/news/ltr/ltr.css | .mod-news .mod-side{ background:#f5f7f7; border:1px solid #fff; border-bottom:0;}
.mod-news .news-item a{ /*word-break: break-all; font-size: 12px;*/ word-wrap: break-word; overflow:hidden; line-height: 16px; display: block;height:100%;}
.mod-news .news-pic{ width: 40px; height: 40px; margin-left: 10px; margin-top: 1px;background-color: #fff; float: right;}
.mod-news .news-item p{overflow:hidden;zoom:1;}
/*.mod-news .scroll-pane{width:236px;height:144px;}*/
.mod-news .mod-side {
padding-bottom: 0;
}
.mod-news .scroll-container{
/*width:219px;*/
height: 300px;
}
.mod-news {
width: 238px;
/*height: 352px;*/
padding-bottom:1px;
}
.mod-news dt,.mod-news #newsTypeNav {
position: relative;
z-index: 1;
font-size: 13px;
line-height: 27px;
height: 27px;
font-weight: normal;
color: #5a5a5a;
padding-bottom: 0;
}
/*普通条目*/
.mod-news .news-item {
height: 36px;
line-height: 18px;
background: #fafcfc;
border-bottom: 1px solid #e3e5e6;
font-size: 12px;
padding: 6px 17px 7px;
}
.mod-news .news-item a:hover .title,.mod-news .news-item_dbline a:hover .desc{
color: #00b075;
text-decoration: underline;
}
/*纯文本*/
.mod-news .news-item_txt{
position: relative;
}
.mod-news .news-item_txt a {
display: block;
height: 36px;
line-height: 18px;
text-overflow:ellipsis;
word-wrap: break-word;
overflow: hidden;
color: #595959;
text-decoration: none;
}
.mod-news .dot{
text-indent: -9999em;
width: 3px;
height: 3px;
display: inline-block;
background-color: #00AA6C;
position: absolute;
top: 14px;
left: 10px;
}
.mod-news .news-item_dbline .title,.mod-news .news-item_dbline .desc{
display:block;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.mod-news .news-item_dbline .desc{
color:#919191;
}
/*间隔大图*/
.mod-news .news-item_img {
height: 150px;
padding: 0;
border: none;
}
.mod-news .news-item_img a,
.mod-news .news-item_img img{
display: block;
width: 236px;
height: 150px;
}
.mod-news .news-item_img p{
position: relative;
}
.mod-news .news-item_img span{
display:block;
width: 216px;
height: 40px;
background: black;
opacity: 0.6;
filter:alpha(opacity=60);
color: white;
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
line-height: 20px;
overflow: hidden;
padding: 0 10px;
}
/*热搜词*/
.mod-news .word-list{
overflow: hidden;
font-size: 0;
padding: 0 17px 0 10px;
height: 55px;
}
.mod-news .word-item{
display: inline-block;
height: 20px;
line-height: 20px;
border: 1px solid #e6e6e6;
background: #fff;
padding: 0 10px;
font-size: 12px;
margin-right: 5px;
margin-top: 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.mod-news .word-item a{
color: #e44f00;
max-width: 245px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 1;
}
.mod-news .word-item-1{
background: #fff6e5;
border-color: #ffe0a2;
}
.mod-news .word-item-2{
background: #fff0e9;
border-color: #ffdbca;
}
.mod-news .word-item-1 a{
color: #ff7e00;
}
.mod-news .word-item-2 a{
color: #ff5100;
}
.mod-news .word-item-1:hover{
border-color: #ff7e00;
}
.mod-news .word-item-2:hover{
border-color: #f56e2f;
}
/*图文混排*/
.mod-news .news-item_imgtxt{
height: 80px;
padding: 0 17px 0 10px;
overflow: hidden;
}
.mod-news .news-item_imgtxt a{
display: block;
}
.mod-news .news-item_imgtxt img{
float: left;
width: 95px;
height: 60px;
padding: 10px 10px 10px 0;
}
.mod-news .news-item_imgtxt .title{
overflow: hidden;
display: table-cell;
vertical-align: middle;
height: 80px;
word-break: break-word;
}
/*末尾提示*/
.mod-news .news-item_tip {
width: 190px;
height: 97px;
font-size: 14px;
padding: 45px 27px 7px 20px;
color: #aaa;
}
.mod-news .scroll-pane {
width: 236px;
/*height: 300px;*/
overflow-y: auto;
overflow-x: hidden;
}
.mod-news .scroll {
margin: 0;
}
.mod-news .bottom-mask{position:absolute;bottom:-1px;left:0;width:236px;height:10px;background:url(../img/i-mask-bg.png?__sprite) repeat-x;_display:none;}
/*******************
新闻TAB控件相关的样式
*/
.mod-news .news-tab .ui-nav {
width: 236px;
position: relative;
}
.mod-news .news-tab .ui-nav .wrap {
width: 204px;
height: 28px;
overflow: hidden;
position: relative;
left: 16px;
}
.mod-news .news-tab .ui-nav .ctrl {
position: absolute;
right: 0;
width: 100%;
height: 28px;
}
.mod-news .news-tab .ui-nav .prev,
.mod-news .news-tab .ui-nav .next {
position: absolute;
z-index: 3;
height: 27px;
width: 16px;
text-indent: -1000em;
}
.mod-news .news-tab .ui-nav .prev {
left: 0;
}
.mod-news .news-tab .ui-nav .next {
right: 0;
}
.mod-news .news-tab .ui-nav .arrow-prev,
.mod-news .news-tab .ui-nav .arrow-next {
display: block;
cursor: pointer;
width: 16px;
height: 27px;
border-bottom: 1px solid #e3e5e6;
}
.mod-news .news-tab .ui-nav .arrow-prev {
background: url(../img/i-news-ui-prev.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .arrow-next {
background: url(../img/i-news-ui-next.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .prev-hover .arrow-prev {
background: url(../img/i-news-ui-prev-hover.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .next-hover .arrow-next {
background: url(../img/i-news-ui-next-hover.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .prev-active .arrow-prev {
background: url(../img/i-news-ui-prev-active.png?__sprite) no-repeat;
}
.mod-news .news-tab .ui-nav .next-active .arrow-next {
background: url(../img/i-news-ui-next-active.png?__sprite) no-repeat;
}
.mod-news .news-tab .nav-item-list {
position: absolute;
right: 0px;
list-style: none;
white-space: nowrap;
padding: 0;
}
.mod-news .news-tab .nav-item {
display: inline-block;
*display: inline;
*zoom: 1;
width: 68px;
text-align: center;
background:url(../img/btn-normal-bg.png?__sprite) repeat-x;
border-right:1px solid #e3e5e6;
border-bottom: 1px solid #e3e5e6;
}
.mod-news .news-tab .nav-item-hover {
/*background: yellow;*/
cursor: pointer;
}
/*.news-tab .nav-item-active {
}*/
.mod-news .mod-side .news-tab .nav-item-current {
background: #f5f7f7;
border-bottom:1px solid #f5f7f7;
position: relative;
bottom: -1px;
z-index: 2;
font-weight: normal;
font-size: 12px !important;
color: #00b075;
cursor: default;
}
/*******
大图轮播组件
*/
.mod-news .news-slide {
/*width: 220px;*/
}
.mod-news .news-slide .ui-nav {
position: relative;
}
/*****控制箭头******/
.mod-news .news-slide .ui-nav .ctrl {
position: absolute;
width: 100%;
right: 0;
z-index: 1;
}
.mod-news .news-slide .ui-nav .wrap {
width: 236px;
height: 150px;
overflow: hidden;
position: relative;
right: 0;
}
.mod-news .news-slide .ui-nav .prev,
.mod-news .news-slide .ui-nav .next {
display: none;
position: absolute;
top: 0;
z-index: 2;
width: 40px;
height: 100px;
}
.mod-news .news-slide .ui-nav-hover .prev,
.mod-news .news-slide .ui-nav-hover .next {
display: block;
}
.mod-news .news-slide .ui-nav .prev {
left: 0;
}
.mod-news .news-slide .ui-nav .next {
right: 0;
}
.mod-news .news-slide .ui-nav-hover .arrow-prev,
.mod-news .news-slide .ui-nav-hover .arrow-next {
position: absolute;
top: 55px;
display: block;
color: white;
cursor: pointer;
opacity: 0.6;
filter:alpha(opacity=60);
width: 20px;
height: 20px;
text-indent: -1000em;
}
.mod-news .news-slide .ui-nav-hover .arrow-prev {
left: 20px;
background: url(../img/i-news-arrow-next.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .arrow-next {
right: 20px;
background: url(../img/i-news-arrow-prev.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .prev-hover .arrow-prev,
.mod-news .news-slide .ui-nav-hover .next-hover .arrow-next {
opacity: 1;
filter:alpha(opacity=100);
}
.mod-news .news-slide .ui-nav-hover .prev-hover .arrow-prev {
background: url(../img/i-news-arrow-nav-next.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .next-hover .arrow-next {
background: url(../img/i-news-arrow-nav-prev.png?__sprite) no-repeat;
}
.mod-news .news-slide .ui-nav-hover .prev-active .arrow-prev,
.mod-news .news-slide .ui-nav-hover .next-active .arrow-next {
/*background: orange;*/
opacity: 1;
filter:alpha(opacity=100);
}
/*****图片单元格效果*****/
.mod-news .news-slide .nav-item-list {
position: absolute;
right: 0;
list-style: none;
padding: 0;
}
.mod-news .news-slide .nav-item-hover {
cursor: pointer;
}
/*.news-slide .nav-item-active {*/
/*background: red;*/
/*}*/
.mod-news .news-slide .nav-item-current {
cursor: default;
}
.mod-news .news-slide .nav-item {
display: inline-block;
*display:inline;
*zoom: 1;
width: 236px;
}
.mod-news .news-slide .nav-item div{
position: relative;
}
.mod-news .news-slide .nav-item img{
height: 150px;
width: 236px;
}
.mod-news .news-slide .nav-item .title{
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
display:block;
width: 216px;
height: 40px;
overflow: hidden;
opacity: 0.6;
filter:alpha(opacity=60);
color: white;
background: black;
line-height: 18px;
padding: 0 10px;
}
.mod-news .news-slide .nav-item a:hover .title {
color: #00b075;
text-decoration: underline;
}
/*头条新闻图片提示标签 此处颜色值皆为默认值,实际由cms配置*/
.mod-news .news-slide .nav-item .nav-tip-wrapper{
position: absolute;
top: 6px;
right: 0;
height: 20px;
line-height: 20px;
}
.mod-news .news-slide .nav-item .nav-tip{
float: left;
padding-left: 10px;
padding-right: 10px;
background-color: red;
color: rgb(240,225,220);
}
.mod-news .news-slide .nav-item .nav-tip-triangle{
float: left;
height: 0; /*for ie7*/
border-top:10px solid red;
border-bottom:10px solid red;
border-left: 10px solid transparent;
}
/******
内容块区域
*/
.mod-news .news-content-item {
display:none;
}
.mod-news .news-content-item-current {
display: block;
}
/*显示模块*/
.side-mod-preload-news{
border:0!important;
background: transparent!important;
}
.side-mod-preload-news > *{
visibility: visible!important;
}
/*more link*/
.mod-news .charts_more .powerby{
color: #b2b2b2;
float: left;
margin-left: 10px;
} | 0.275032 | 0.073696 |
.nt7-padding-top{
padding-top: 20px;
}
.nt7_font_title{
font-size: 13px;
color: #555 !important;
}
.top-social img{
width: 30px;
height: 20px;
}
.product-item {
padding: 15px;
background: #fff;
margin: 5px 0px 5px 0px;
position: relative;
height: 250px;
}
.product-item:hover {
box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
line-height:0;
}
.sticker {
position: absolute;
top: 0;
left: 0;
width: 63px;
height: 63px;
}
.sticker-new {
left: auto;
right: 0;
}
.pi-img-wrapper {
display: block;
position: relative;
overflow: hidden;
text-align: center;
}
.pi-img-wrapper img {
height: 145px;
max-width: none;
width: auto;
object-fit: contain;
}
.pi-img-wrapper div {
background: rgba(0,0,0,0.3);
position: absolute;
left: 0;
top: 0;
display: none;
width: 100%;
height: 100%;
text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
display: block;
}
.pi-img-wrapper div .btn {
padding: 3px 10px;
color: #fff;
border: 1px #fff solid;
margin: -13px 5px 0;
background: transparent;
position: relative;
top: 50%;
line-height: 1.4;
font-size: 12px;
}
.product-item .btn:hover {
background: #e84d1c;
border-color: #c8c8c8;
}
.product-item h3 {
font-size: 12px;
font-weight: 300;
padding-bottom: 4px;
height: 28px;
overflow: hidden;
text-overflow: ellipsis;
}
.product-item h3 a {
display: block;
color: #3e4d5c;
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
font-weight: 600;
}
.product-item h3 a:hover {
color: #E02222;
}
.pi-price {
color: #e84d1c;
font-size: 16px;
float: left;
padding-top: 1px;
line-height: 28px;
}
.product-item .add2cart {
float: right;
color: #e84d1c;
border: 1px #ededed solid;
padding: 3px 6px;
text-transform: uppercase;
background: #e84d1c;
color: #fff;
}
.product-item .add2cart:hover {
color: #fff;
background: #e84d1c;
border-color: #e84d1c;
}
.nt7-tabs {
font-size: 12px;
height: 35px;
margin: 5px 0 5px 0;
background: #fff;
border-bottom: 2px solid #05a3e5;
padding: 5px;
font-weight: bold;
}
.nt7-tabs .root {
background-color: #1d769c;
}
.nt7-tabs a.root{
color: #fff;
}
.nt7-tabs a.sub{
}
.nt7-tabs a.sub:hover{
background-color: #ddd;
color: #fff;
}
.nt7-tabs .all {
float: right;
color: #1770bd;
text-transform: none;
font-size: 11px;
}
.nt7-tabs a {
padding: 8px;
color: #1b1212;
}
.nt7_product{
padding-bottom: 10px;
}
@media (max-width: 768px){
.product-item {
height: 220px;
}
.nt7-tabs {
height: 48px;
}
.pi-img-wrapper img {
max-width: 100%;
max-height: 100%;
height: 115px;
object-fit: contain;
}
.col-xs-12{
padding-left: 0;
padding-right: 0;
}
} | public/css/home/giahung.css | .nt7-padding-top{
padding-top: 20px;
}
.nt7_font_title{
font-size: 13px;
color: #555 !important;
}
.top-social img{
width: 30px;
height: 20px;
}
.product-item {
padding: 15px;
background: #fff;
margin: 5px 0px 5px 0px;
position: relative;
height: 250px;
}
.product-item:hover {
box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
line-height:0;
}
.sticker {
position: absolute;
top: 0;
left: 0;
width: 63px;
height: 63px;
}
.sticker-new {
left: auto;
right: 0;
}
.pi-img-wrapper {
display: block;
position: relative;
overflow: hidden;
text-align: center;
}
.pi-img-wrapper img {
height: 145px;
max-width: none;
width: auto;
object-fit: contain;
}
.pi-img-wrapper div {
background: rgba(0,0,0,0.3);
position: absolute;
left: 0;
top: 0;
display: none;
width: 100%;
height: 100%;
text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
display: block;
}
.pi-img-wrapper div .btn {
padding: 3px 10px;
color: #fff;
border: 1px #fff solid;
margin: -13px 5px 0;
background: transparent;
position: relative;
top: 50%;
line-height: 1.4;
font-size: 12px;
}
.product-item .btn:hover {
background: #e84d1c;
border-color: #c8c8c8;
}
.product-item h3 {
font-size: 12px;
font-weight: 300;
padding-bottom: 4px;
height: 28px;
overflow: hidden;
text-overflow: ellipsis;
}
.product-item h3 a {
display: block;
color: #3e4d5c;
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
font-weight: 600;
}
.product-item h3 a:hover {
color: #E02222;
}
.pi-price {
color: #e84d1c;
font-size: 16px;
float: left;
padding-top: 1px;
line-height: 28px;
}
.product-item .add2cart {
float: right;
color: #e84d1c;
border: 1px #ededed solid;
padding: 3px 6px;
text-transform: uppercase;
background: #e84d1c;
color: #fff;
}
.product-item .add2cart:hover {
color: #fff;
background: #e84d1c;
border-color: #e84d1c;
}
.nt7-tabs {
font-size: 12px;
height: 35px;
margin: 5px 0 5px 0;
background: #fff;
border-bottom: 2px solid #05a3e5;
padding: 5px;
font-weight: bold;
}
.nt7-tabs .root {
background-color: #1d769c;
}
.nt7-tabs a.root{
color: #fff;
}
.nt7-tabs a.sub{
}
.nt7-tabs a.sub:hover{
background-color: #ddd;
color: #fff;
}
.nt7-tabs .all {
float: right;
color: #1770bd;
text-transform: none;
font-size: 11px;
}
.nt7-tabs a {
padding: 8px;
color: #1b1212;
}
.nt7_product{
padding-bottom: 10px;
}
@media (max-width: 768px){
.product-item {
height: 220px;
}
.nt7-tabs {
height: 48px;
}
.pi-img-wrapper img {
max-width: 100%;
max-height: 100%;
height: 115px;
object-fit: contain;
}
.col-xs-12{
padding-left: 0;
padding-right: 0;
}
} | 0.430626 | 0.086709 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-size: 16px;
font-family: sans-serif;
display: flex;
flex-direction: column;
}
body li {
list-style: none;
}
body li a {
text-decoration: none;
}
body main {
flex-grow: 1;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.containerLarge {
max-width: 1300px;
margin: 0 auto;
}
.headerTop {
background-color: #0282F9;
}
.headerTop .navbarTop {
display: flex;
justify-content: flex-end;
padding: 1rem 0 1rem;
}
.headerTop .navbarTop a {
color: #fff;
margin-left: 1rem;
}
.headerBottom {
background-color: #fff;
}
.headerBottom .navbarBottom {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0 1rem;
}
.headerBottom .navbarBottom ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.headerBottom .navbarBottom ul li {
padding: 0 1rem;
}
.headerBottom .navbarBottom ul li a {
color: #000;
}
.headerBottom .navbarBottom ul li a:hover {
color: #0282F9;
}
main {
height: 100%;
background-color: #000;
}
main .hero {
height: 400px;
background-image: url("../images/bg-hero-home.jpg");
background-size: cover;
}
main .hero .current {
padding-top: 6.5rem;
}
main .comicsList {
margin: 2rem 0 2rem;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
grid-gap: 1rem;
}
main .comicsList img {
width: 100%;
}
main .comicsList h4 {
color: #fff;
margin-top: 0.5rem;
}
.currentHero {
height: 400px;
overflow: hidden;
position: relative;
}
.currentHero img {
width: 100%;
}
.currentHero .cover {
position: absolute;
bottom: 0;
left: 20%;
}
.container {
padding: 2rem 0;
}
.container p {
color: #fff;
line-height: 2rem;
font-size: 1.2rem;
margin: 2rem 0;
}
footer {
height: 550px;
background-image: url("../images/footer-bg.jpg");
background-size: cover;
position: relative;
padding: 1rem 0;
overflow: hidden;
}
footer .links {
display: flex;
justify-content: space-between;
}
footer .links .wrapFooterLinks {
width: 50%;
}
footer .links .wrapFooterLinks .footerLinks {
display: flex;
justify-content: flex-start;
}
footer .links .wrapFooterLinks .footerLinks h3 {
color: #fff;
}
footer .links .wrapFooterLinks .footerLinks .col {
margin-right: 2rem;
margin-bottom: 1rem;
}
footer .links .wrapFooterLinks .footerLinks .col li {
padding: 0.3rem 0;
}
footer .links .wrapFooterLinks .footerLinks .col li a {
color: rgba(255, 255, 255, 0.5);
}
footer .links .wrapFooterLinks .footerLinks .col li a:hover {
color: #fff;
}
footer .links .wrapFooterLinks p {
color: rgba(255, 255, 255, 0.5);
}
footer .links .wrapFooterLinks p a {
color: #0282F9;
text-decoration: none;
}
footer .links .footerLogo {
width: 50%;
}
footer .links .footerLogo img {
width: 100%;
transform: translateY(-25%);
}
footer .contacts {
width: 100%;
position: absolute;
bottom: 0;
background-color: #303030;
}
footer .contacts .containerLarge {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
}
footer .contacts .containerLarge .signup {
border: 2px solid #0282F9;
padding: 1rem;
cursor: pointer;
}
footer .contacts .containerLarge .signup:hover {
background-color: rgba(255, 255, 255, 0.2);
}
footer .contacts .containerLarge .signup h3 {
color: #fff;
}
footer .contacts .containerLarge .followus {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .contacts .containerLarge .followus h4 {
color: #0282F9;
padding-right: 1rem;
}
footer .contacts .containerLarge .followus ul {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .contacts .containerLarge .followus ul li {
padding-left: 1rem;
}
footer .contacts .containerLarge .followus ul li a {
color: rgba(255, 255, 255, 0.5);
}
footer .contacts .containerLarge .followus ul li a:hover {
color: #fff;
} | public/css/app.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-size: 16px;
font-family: sans-serif;
display: flex;
flex-direction: column;
}
body li {
list-style: none;
}
body li a {
text-decoration: none;
}
body main {
flex-grow: 1;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.containerLarge {
max-width: 1300px;
margin: 0 auto;
}
.headerTop {
background-color: #0282F9;
}
.headerTop .navbarTop {
display: flex;
justify-content: flex-end;
padding: 1rem 0 1rem;
}
.headerTop .navbarTop a {
color: #fff;
margin-left: 1rem;
}
.headerBottom {
background-color: #fff;
}
.headerBottom .navbarBottom {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0 1rem;
}
.headerBottom .navbarBottom ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.headerBottom .navbarBottom ul li {
padding: 0 1rem;
}
.headerBottom .navbarBottom ul li a {
color: #000;
}
.headerBottom .navbarBottom ul li a:hover {
color: #0282F9;
}
main {
height: 100%;
background-color: #000;
}
main .hero {
height: 400px;
background-image: url("../images/bg-hero-home.jpg");
background-size: cover;
}
main .hero .current {
padding-top: 6.5rem;
}
main .comicsList {
margin: 2rem 0 2rem;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
grid-gap: 1rem;
}
main .comicsList img {
width: 100%;
}
main .comicsList h4 {
color: #fff;
margin-top: 0.5rem;
}
.currentHero {
height: 400px;
overflow: hidden;
position: relative;
}
.currentHero img {
width: 100%;
}
.currentHero .cover {
position: absolute;
bottom: 0;
left: 20%;
}
.container {
padding: 2rem 0;
}
.container p {
color: #fff;
line-height: 2rem;
font-size: 1.2rem;
margin: 2rem 0;
}
footer {
height: 550px;
background-image: url("../images/footer-bg.jpg");
background-size: cover;
position: relative;
padding: 1rem 0;
overflow: hidden;
}
footer .links {
display: flex;
justify-content: space-between;
}
footer .links .wrapFooterLinks {
width: 50%;
}
footer .links .wrapFooterLinks .footerLinks {
display: flex;
justify-content: flex-start;
}
footer .links .wrapFooterLinks .footerLinks h3 {
color: #fff;
}
footer .links .wrapFooterLinks .footerLinks .col {
margin-right: 2rem;
margin-bottom: 1rem;
}
footer .links .wrapFooterLinks .footerLinks .col li {
padding: 0.3rem 0;
}
footer .links .wrapFooterLinks .footerLinks .col li a {
color: rgba(255, 255, 255, 0.5);
}
footer .links .wrapFooterLinks .footerLinks .col li a:hover {
color: #fff;
}
footer .links .wrapFooterLinks p {
color: rgba(255, 255, 255, 0.5);
}
footer .links .wrapFooterLinks p a {
color: #0282F9;
text-decoration: none;
}
footer .links .footerLogo {
width: 50%;
}
footer .links .footerLogo img {
width: 100%;
transform: translateY(-25%);
}
footer .contacts {
width: 100%;
position: absolute;
bottom: 0;
background-color: #303030;
}
footer .contacts .containerLarge {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
}
footer .contacts .containerLarge .signup {
border: 2px solid #0282F9;
padding: 1rem;
cursor: pointer;
}
footer .contacts .containerLarge .signup:hover {
background-color: rgba(255, 255, 255, 0.2);
}
footer .contacts .containerLarge .signup h3 {
color: #fff;
}
footer .contacts .containerLarge .followus {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .contacts .containerLarge .followus h4 {
color: #0282F9;
padding-right: 1rem;
}
footer .contacts .containerLarge .followus ul {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .contacts .containerLarge .followus ul li {
padding-left: 1rem;
}
footer .contacts .containerLarge .followus ul li a {
color: rgba(255, 255, 255, 0.5);
}
footer .contacts .containerLarge .followus ul li a:hover {
color: #fff;
} | 0.456652 | 0.067608 |
.emoji {
background-image: url('../../images/sprites/emojify-emoticons.png');
display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.emoji {
background-image: url('../../images/sprites/emojify-emoticons@2x.png');
background-size: 185px 148px;
}
}
.emoji-rage {
background-position: -2px -2px;
width: 32px;
height: 32px;
}
.emoji-broken_heart {
background-position: -39px -2px;
width: 32px;
height: 32px;
}
.emoji-flushed {
background-position: -2px -39px;
width: 32px;
height: 32px;
}
.emoji-frowning {
background-position: -39px -39px;
width: 32px;
height: 32px;
}
.emoji-grinning {
background-position: -76px -2px;
width: 32px;
height: 32px;
}
.emoji-heart {
background-position: -76px -39px;
width: 32px;
height: 32px;
}
.emoji-kissing_heart {
background-position: -2px -76px;
width: 32px;
height: 32px;
}
.emoji-mask {
background-position: -39px -76px;
width: 32px;
height: 32px;
}
.emoji-pensive {
background-position: -76px -76px;
width: 32px;
height: 32px;
}
.emoji-confounded {
background-position: -113px -2px;
width: 32px;
height: 32px;
}
.emoji-relaxed {
background-position: -113px -39px;
width: 32px;
height: 32px;
}
.emoji-scream {
background-position: -113px -76px;
width: 32px;
height: 32px;
}
.emoji-smile {
background-position: -2px -113px;
width: 32px;
height: 32px;
}
.emoji-smirk {
background-position: -39px -113px;
width: 32px;
height: 32px;
}
.emoji-sob {
background-position: -76px -113px;
width: 32px;
height: 32px;
}
.emoji-stuck_out_tongue_closed_eyes {
background-position: -113px -113px;
width: 32px;
height: 32px;
}
.emoji-stuck_out_tongue_winking_eye {
background-position: -150px -2px;
width: 32px;
height: 32px;
}
.emoji-wink {
background-position: -150px -39px;
width: 32px;
height: 32px;
} | php-gitlog/html/css/sprites/emojify-emoticons.css | .emoji {
background-image: url('../../images/sprites/emojify-emoticons.png');
display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.emoji {
background-image: url('../../images/sprites/emojify-emoticons@2x.png');
background-size: 185px 148px;
}
}
.emoji-rage {
background-position: -2px -2px;
width: 32px;
height: 32px;
}
.emoji-broken_heart {
background-position: -39px -2px;
width: 32px;
height: 32px;
}
.emoji-flushed {
background-position: -2px -39px;
width: 32px;
height: 32px;
}
.emoji-frowning {
background-position: -39px -39px;
width: 32px;
height: 32px;
}
.emoji-grinning {
background-position: -76px -2px;
width: 32px;
height: 32px;
}
.emoji-heart {
background-position: -76px -39px;
width: 32px;
height: 32px;
}
.emoji-kissing_heart {
background-position: -2px -76px;
width: 32px;
height: 32px;
}
.emoji-mask {
background-position: -39px -76px;
width: 32px;
height: 32px;
}
.emoji-pensive {
background-position: -76px -76px;
width: 32px;
height: 32px;
}
.emoji-confounded {
background-position: -113px -2px;
width: 32px;
height: 32px;
}
.emoji-relaxed {
background-position: -113px -39px;
width: 32px;
height: 32px;
}
.emoji-scream {
background-position: -113px -76px;
width: 32px;
height: 32px;
}
.emoji-smile {
background-position: -2px -113px;
width: 32px;
height: 32px;
}
.emoji-smirk {
background-position: -39px -113px;
width: 32px;
height: 32px;
}
.emoji-sob {
background-position: -76px -113px;
width: 32px;
height: 32px;
}
.emoji-stuck_out_tongue_closed_eyes {
background-position: -113px -113px;
width: 32px;
height: 32px;
}
.emoji-stuck_out_tongue_winking_eye {
background-position: -150px -2px;
width: 32px;
height: 32px;
}
.emoji-wink {
background-position: -150px -39px;
width: 32px;
height: 32px;
} | 0.557604 | 0.13134 |
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
background: url(../img/bgpg.png);
background-color: #47555e;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
nav {
margin-bottom: 10px;
height: 90px;
}
footer {
margin-top: 10px;
}
.btn-login {
margin: 5px 0 5px 15px;
}
.modal-login {
margin: 15px 5px;
}
.modal-bg {
background-color: #727272;
}
.capa {
display: table;
width: 100%;
height: 100%;
}
.cont-capa {
text-align: left;
display: table-cell;
vertical-align: middle;
}
.cont-capa,
h1,
p,
a {
color: #ffff;
text-decoration: none;
}
.cont-capa>a {
font-weight: 900;
-webkit-transition: 0.10s ease-in;
-moz-transition: 0.10s ease-in;
-o-transition: 0.10s ease-in;
transition: 0.10s ease-in;
}
.cont-capa>a:hover {
font-weight: 900;
color: #6c757d;
text-shadow: 2px 2px #000;
-webkit-transition: 0.10s ease-in;
-moz-transition: 0.10s ease-in;
-o-transition: 0.10s ease-in;
transition: 0.10s ease-in;
}
.img-cont1 {
width: 350px;
height: 350px;
border-radius: 80%;
}
.display-4 {
font-size: 2.5rem;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
margin: 0 0 0 15px;
}
@media (min-width: 768px) {
.display-4 {
font-size: 3rem;
}
}
.nav-scroller {
position: relative;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
}
.card-img-right {
height: 100%;
border-radius: 0 3px 3px 0;
}
.flex-auto {
flex: 0 0 auto;
}
.h-250 {
height: 250px;
}
@media (min-width: 768px) {
.h-md-250 {
height: 250px;
}
}
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
}
.blog-pagination>.btn {
border-radius: 2rem;
}
/*
* Blog posts
*/
.blog-post {
margin-bottom: 4rem;
}
.blog-post-title {
margin-bottom: .25rem;
font-size: 2.5rem;
}
.blog-post-meta {
margin-bottom: 1.25rem;
color: #727272;
}
/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #727272;
text-align: center;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
} | mycss/mystyle.css |
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
background: url(../img/bgpg.png);
background-color: #47555e;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
nav {
margin-bottom: 10px;
height: 90px;
}
footer {
margin-top: 10px;
}
.btn-login {
margin: 5px 0 5px 15px;
}
.modal-login {
margin: 15px 5px;
}
.modal-bg {
background-color: #727272;
}
.capa {
display: table;
width: 100%;
height: 100%;
}
.cont-capa {
text-align: left;
display: table-cell;
vertical-align: middle;
}
.cont-capa,
h1,
p,
a {
color: #ffff;
text-decoration: none;
}
.cont-capa>a {
font-weight: 900;
-webkit-transition: 0.10s ease-in;
-moz-transition: 0.10s ease-in;
-o-transition: 0.10s ease-in;
transition: 0.10s ease-in;
}
.cont-capa>a:hover {
font-weight: 900;
color: #6c757d;
text-shadow: 2px 2px #000;
-webkit-transition: 0.10s ease-in;
-moz-transition: 0.10s ease-in;
-o-transition: 0.10s ease-in;
transition: 0.10s ease-in;
}
.img-cont1 {
width: 350px;
height: 350px;
border-radius: 80%;
}
.display-4 {
font-size: 2.5rem;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
margin: 0 0 0 15px;
}
@media (min-width: 768px) {
.display-4 {
font-size: 3rem;
}
}
.nav-scroller {
position: relative;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
}
.card-img-right {
height: 100%;
border-radius: 0 3px 3px 0;
}
.flex-auto {
flex: 0 0 auto;
}
.h-250 {
height: 250px;
}
@media (min-width: 768px) {
.h-md-250 {
height: 250px;
}
}
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
}
.blog-pagination>.btn {
border-radius: 2rem;
}
/*
* Blog posts
*/
.blog-post {
margin-bottom: 4rem;
}
.blog-post-title {
margin-bottom: .25rem;
font-size: 2.5rem;
}
.blog-post-meta {
margin-bottom: 1.25rem;
color: #727272;
}
/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #727272;
text-align: center;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
} | 0.40251 | 0.101145 |
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 {
font-family:'Open Sans', arial, verdana, sans-serif;
font-size:10px;
line-height:10px;
font-weight:400;
}
html,body { width:100%; height:100%; }
.active { background:#e1e1e1; }
.player { position:relative; margin:0 auto; overflow:hidden; width:100vw; height:calc(56.25vw + 25px); visibility: visible; }
.forceAspect .player { height:calc(56.25vw); }
.header { position:absolute; margin:0 auto; overflow:hidden; width:100vw; background:#0F3D62; height:25px; z-index:2000; }
.video { margin:0 auto; overflow:hidden; z-index:1999; top:25px; }
.forceAspect .video { top: 0; }
.videoOverlay { margin:0 auto; overflow:hidden; position:absolute; top:25px; right:0; bottom:0; left:0; z-index:2000; cursor:pointer; background:#000; color:#FFF; display:none; }
.underlayImage { display:block; width:100%; height:calc(100% / (16/9)); position:relative; }
.static { margin:10px auto; overflow:hidden; width:300px; display:none; }
.underlayTitle { font-weight: 600; color:#FFF; font-size:13px; font-size:1.3rem; line-height:14px; line-height:1.45rem; margin:10px; }
.underlayTime { font-weight:600; color:#FFF; font-size:11px; font-size:1.1rem; line-height:13px; line-height:1.3rem; position:absolute; right:10px; bottom:15px; left:10px; }
.underlaySummary { font-size:11px; font-size:1.1rem; color:#DDD; line-height:13px; line-height:1.3rem; margin:0 10px; }
.feedNav { position:relative; margin:10px auto; overflow:hidden; height:30px; }
.feedHeader { position:absolute; top:0; right:0; bottom:0; left:0; height:30px; margin:0 auto; overflow:hidden; }
.feedTitle { margin:0; overflow:hidden; font-size:15px; font-size:1.5rem; height:25px; line-height:25px; line-height:2.5rem; width:100%; font-weight:600; color:#FFF; text-align:center; }
.companion { width:300px; position: absolute; background: none; bottom:35px; right:calc(50% - 150px); display:none; }
.companion a img { width: 100% !important; height: auto !important; }
.overlayCompanionClose { cursor: pointer; position: absolute; bottom: 90px; right: calc(50% - 158px); background: #000; width: 15px; height: 15px; border-radius: 15px; color: #FFF; text-align: center; line-height: 15px; display:none; }
.vjs-remaining-time-display { line-height:3em; }
/* *** BEGIN ANIMATED COMPONENTS *** */
.videoUnderlay { position:absolute; overflow:hidden; top:25px; left:-50%; bottom:0; z-index: 3002; width:50%; background:#000; background:rgba(0, 0, 0, 0.75); }
.videoUnderlay.close{ left:-50%; }
.videoUnderlay.open{ left:0;}
.playlist { margin:0 auto; position:absolute; top:25px; bottom:0; right:-50%; width:50%; z-index:3004; background:#D2D2D2; overflow:hidden; }
.playlist.close { right:-50%; }
.playlist.open { right:0; }
.menuButton { position:absolute; height:25px; width:25px; right:0; top:0; cursor:pointer; z-index:3005; font-weight:600; color:#FFF; background:#0F3D62; }
.menuButton.close { right:0; }
.menuButton.open { right:0; }
.menuButton.hidden, .hidden { display: none; }
.menuIcon { position:relative; padding-left: 1.25rem; }
.menuBars { content:""; position:absolute; top:0.35rem; left:0; width:2rem; height:0.5rem; border-top:1rem double #FFF; border-bottom:0.25rem solid #FFF; }
.headerNowPlaying { display:block; position:absolute; right:0; top:0; height:25px; z-index:3001; width:100%; }
.upNext { display:none; }
.animateOn .animateRight { transition:right 0.35s ease-out; }
.animateOn .animateLeft { transition:left 0.35s ease-out; }
.animateOn .animateFade { transition:opacity 0s ease-out; }
/* *** END ANIMATED COMPONENTS *** */
.playlistSlider { margin:0 auto; width:100%; }
.item { height:76px; width:100%; margin:0 auto; overflow:hidden; cursor:pointer; border-bottom:0 none; }
.itemDetails { margin:0 auto; overflow:hidden; height:76px; width:100%; }
.itemThumbnail { width:100px; height:56px; float:left; margin:10px; }
.thumb { width:100px; height:56px; }
.itemTitle { margin:0 10px 0 0; font-size:13px; line-height:15px; font-size:1.3rem; line-height:1.55rem; font-family:'Open Sans', arial, sans-serif; color:#000; }
.iScrollLoneScrollbar { position:absolute; width:8px; right:5px; bottom:5px; top:5px; border-radius:10px; background:#E1E1E1; }
.scrollHandle { width:8px !important; height:89px !important; margin-left:0; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background:#0F3D62; }
.scrollbarWrapper { width:20px; position:absolute; top:0; bottom:0; right:160px; background:#BFBFBF; }
.videoThumbnail { display:none; background-size:cover; position:absolute; top:0; right:0; bottom:0; left:0; z-index:2001; }
.playButton, .playCircle { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:#0F3D62; background:rgba(15,61,98,0.8); }
.playButton { height: 80px; width: 80px; border-radius: 10px; }
.playCircle { height: 53px; width: 53px; border-radius: 4px; }
.playButtonArrow, .playArrow { width:0; height:0; border-style:solid; top:50%; left:50%; transform:translate(-45%,-50%); position:absolute; border-color:transparent transparent transparent #FFF; }
.playButtonArrow { border-width:20px 0 20px 30px;}
.playArrow { border-width:10px 0 10px 16px; }
.playVideoArrow { width:0; height:0; border-style:solid; border-width:5px 0 5px 8px; position:absolute; top:50%; transform:translate(0,-50%); border-color: transparent transparent transparent #FFF; }
.playVideoText { position:absolute; left:15px; top:50%; transform:translate(0,-50%); }
.playVideoText .playVideo, .playVideoText .seperator, .playVideoText .videoLength { float:left; font-weight:600; }
.playVideoText .seperator { margin:0 5px; }
.videoTime { position:absolute; bottom:0; right:0; padding:3px; background:#000; background:rgba(0,0,0,0.60); color:#FFF; font-weight:600; }
.errorMsg { font-size:1.5rem; position:absolute; top:50%; right:10px; left:10px; line-height:2rem; margin-top:-2rem; text-align:center; color: white;}
/* style to prevent default ie drag */
.feedFrame, .companyFrame { touch-action: none; -ms-touch-action: none; }
/* The rule below is to resolve animation resizing issues during IMA/DFP ad playback*/
#videoPlayer_ad > div, #videoPlayer_ad iframe {width:100% !important; height:100% !important; }
/* Rules for the layout of the player when it is in floating mode */
.float .player { height:calc(56.25vw + 25px); }
.float .video { position:absolute; top:25px; right:0; bottom:0; left:0; }
.float .menuButton { display:none; }
.float .closeButton { position:absolute; right:3px; top:3px; width:20px; height:20px; background:#000; border-radius:50%; z-index:3004; }
.float .closeButton:before, .float .closeButton:after { position:absolute; top:50%; left:50%; content:''; height:14px; width:2px; background-color:#FFF; display:block;}
.float .closeButton:before { transform:translate(-50%,-50%) rotate(45deg); }
.float .closeButton:after { transform:translate(-50%,-50%) rotate(-45deg); }
.float .header { height:25px; }
.float .vjs-title-bar, .float .feedNav { display: none !important; }
.nowPlayingMargins { margin:0 35px 0 10px; line-height:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#FFF; font-size:1.1rem; font-weight:600; line-height:2.5rem; }
.nowPlayingMargins span { font-size:1.1rem; font-weight:600; line-height:2.5rem; }
.thumb { width:80px; height:45px; }
.item { border:0 none; height:60px; }
.itemThumbnail { height: 45px; margin:7px; width: 80px; position:relative; }
.video { right: 0; position:relative; }
.feedNav { height: 25px; margin:0 auto; }
.feedHeader { height: 25px; right:13px; }
.itemDetails { height:60px; }
.itemTitle { font-size: 1.1rem; line-height: 1.2em; font-weight:600; }
.scrollbarWrapper { border-left:0 none; right:0; }
.video-js.s2nVideo .vjs-control-bar { background-color:#0F3D62; background-color:rgba(15,61,98,0.8); }
.video-js.s2nVideo .vjs-big-play-button { background-color:#0F3D62; background-color:rgba(15,61,98,0.8); -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; border:0 none; height: 80px; width: 80px; margin-top:0; margin-left:0; transform:translate(-50%,-50%); }
.video-js.s2nVideo .vjs-big-play-button:before { font-size:5rem; left:50%; top:70%; transform:translate(-50%,-50%); }
.video-js:hover.s2nVideo .vjs-big-play-button { background-color:#0F3D62; background-color:rgba(15,61,98,0.8); }
@media only screen
and (min-width : 180px) and (max-width : 460px) {
/* *** BEGIN ANIMATED COMPONENTS *** */
.videoUnderlay { left:-100%; width:100%; }
.videoUnderlay.close{ left:-100%; }
.playlist { right:-100%; width:100%; }
.playlist.close { right:-100%; }
.menuButton { width:25px; right:0; }
/* *** END ANIMATED COMPONENTS *** */
.underlayImage { display:none; }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS fix for ad height issue */
.ima-ad-container div:first-child, .ima-ad-container div iframe { height:100%!important; }
} | webinar/Information Technology & Its Role in the Modern Organization _ Chron.com_files/desktop.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 {
font-family:'Open Sans', arial, verdana, sans-serif;
font-size:10px;
line-height:10px;
font-weight:400;
}
html,body { width:100%; height:100%; }
.active { background:#e1e1e1; }
.player { position:relative; margin:0 auto; overflow:hidden; width:100vw; height:calc(56.25vw + 25px); visibility: visible; }
.forceAspect .player { height:calc(56.25vw); }
.header { position:absolute; margin:0 auto; overflow:hidden; width:100vw; background:#0F3D62; height:25px; z-index:2000; }
.video { margin:0 auto; overflow:hidden; z-index:1999; top:25px; }
.forceAspect .video { top: 0; }
.videoOverlay { margin:0 auto; overflow:hidden; position:absolute; top:25px; right:0; bottom:0; left:0; z-index:2000; cursor:pointer; background:#000; color:#FFF; display:none; }
.underlayImage { display:block; width:100%; height:calc(100% / (16/9)); position:relative; }
.static { margin:10px auto; overflow:hidden; width:300px; display:none; }
.underlayTitle { font-weight: 600; color:#FFF; font-size:13px; font-size:1.3rem; line-height:14px; line-height:1.45rem; margin:10px; }
.underlayTime { font-weight:600; color:#FFF; font-size:11px; font-size:1.1rem; line-height:13px; line-height:1.3rem; position:absolute; right:10px; bottom:15px; left:10px; }
.underlaySummary { font-size:11px; font-size:1.1rem; color:#DDD; line-height:13px; line-height:1.3rem; margin:0 10px; }
.feedNav { position:relative; margin:10px auto; overflow:hidden; height:30px; }
.feedHeader { position:absolute; top:0; right:0; bottom:0; left:0; height:30px; margin:0 auto; overflow:hidden; }
.feedTitle { margin:0; overflow:hidden; font-size:15px; font-size:1.5rem; height:25px; line-height:25px; line-height:2.5rem; width:100%; font-weight:600; color:#FFF; text-align:center; }
.companion { width:300px; position: absolute; background: none; bottom:35px; right:calc(50% - 150px); display:none; }
.companion a img { width: 100% !important; height: auto !important; }
.overlayCompanionClose { cursor: pointer; position: absolute; bottom: 90px; right: calc(50% - 158px); background: #000; width: 15px; height: 15px; border-radius: 15px; color: #FFF; text-align: center; line-height: 15px; display:none; }
.vjs-remaining-time-display { line-height:3em; }
/* *** BEGIN ANIMATED COMPONENTS *** */
.videoUnderlay { position:absolute; overflow:hidden; top:25px; left:-50%; bottom:0; z-index: 3002; width:50%; background:#000; background:rgba(0, 0, 0, 0.75); }
.videoUnderlay.close{ left:-50%; }
.videoUnderlay.open{ left:0;}
.playlist { margin:0 auto; position:absolute; top:25px; bottom:0; right:-50%; width:50%; z-index:3004; background:#D2D2D2; overflow:hidden; }
.playlist.close { right:-50%; }
.playlist.open { right:0; }
.menuButton { position:absolute; height:25px; width:25px; right:0; top:0; cursor:pointer; z-index:3005; font-weight:600; color:#FFF; background:#0F3D62; }
.menuButton.close { right:0; }
.menuButton.open { right:0; }
.menuButton.hidden, .hidden { display: none; }
.menuIcon { position:relative; padding-left: 1.25rem; }
.menuBars { content:""; position:absolute; top:0.35rem; left:0; width:2rem; height:0.5rem; border-top:1rem double #FFF; border-bottom:0.25rem solid #FFF; }
.headerNowPlaying { display:block; position:absolute; right:0; top:0; height:25px; z-index:3001; width:100%; }
.upNext { display:none; }
.animateOn .animateRight { transition:right 0.35s ease-out; }
.animateOn .animateLeft { transition:left 0.35s ease-out; }
.animateOn .animateFade { transition:opacity 0s ease-out; }
/* *** END ANIMATED COMPONENTS *** */
.playlistSlider { margin:0 auto; width:100%; }
.item { height:76px; width:100%; margin:0 auto; overflow:hidden; cursor:pointer; border-bottom:0 none; }
.itemDetails { margin:0 auto; overflow:hidden; height:76px; width:100%; }
.itemThumbnail { width:100px; height:56px; float:left; margin:10px; }
.thumb { width:100px; height:56px; }
.itemTitle { margin:0 10px 0 0; font-size:13px; line-height:15px; font-size:1.3rem; line-height:1.55rem; font-family:'Open Sans', arial, sans-serif; color:#000; }
.iScrollLoneScrollbar { position:absolute; width:8px; right:5px; bottom:5px; top:5px; border-radius:10px; background:#E1E1E1; }
.scrollHandle { width:8px !important; height:89px !important; margin-left:0; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background:#0F3D62; }
.scrollbarWrapper { width:20px; position:absolute; top:0; bottom:0; right:160px; background:#BFBFBF; }
.videoThumbnail { display:none; background-size:cover; position:absolute; top:0; right:0; bottom:0; left:0; z-index:2001; }
.playButton, .playCircle { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:#0F3D62; background:rgba(15,61,98,0.8); }
.playButton { height: 80px; width: 80px; border-radius: 10px; }
.playCircle { height: 53px; width: 53px; border-radius: 4px; }
.playButtonArrow, .playArrow { width:0; height:0; border-style:solid; top:50%; left:50%; transform:translate(-45%,-50%); position:absolute; border-color:transparent transparent transparent #FFF; }
.playButtonArrow { border-width:20px 0 20px 30px;}
.playArrow { border-width:10px 0 10px 16px; }
.playVideoArrow { width:0; height:0; border-style:solid; border-width:5px 0 5px 8px; position:absolute; top:50%; transform:translate(0,-50%); border-color: transparent transparent transparent #FFF; }
.playVideoText { position:absolute; left:15px; top:50%; transform:translate(0,-50%); }
.playVideoText .playVideo, .playVideoText .seperator, .playVideoText .videoLength { float:left; font-weight:600; }
.playVideoText .seperator { margin:0 5px; }
.videoTime { position:absolute; bottom:0; right:0; padding:3px; background:#000; background:rgba(0,0,0,0.60); color:#FFF; font-weight:600; }
.errorMsg { font-size:1.5rem; position:absolute; top:50%; right:10px; left:10px; line-height:2rem; margin-top:-2rem; text-align:center; color: white;}
/* style to prevent default ie drag */
.feedFrame, .companyFrame { touch-action: none; -ms-touch-action: none; }
/* The rule below is to resolve animation resizing issues during IMA/DFP ad playback*/
#videoPlayer_ad > div, #videoPlayer_ad iframe {width:100% !important; height:100% !important; }
/* Rules for the layout of the player when it is in floating mode */
.float .player { height:calc(56.25vw + 25px); }
.float .video { position:absolute; top:25px; right:0; bottom:0; left:0; }
.float .menuButton { display:none; }
.float .closeButton { position:absolute; right:3px; top:3px; width:20px; height:20px; background:#000; border-radius:50%; z-index:3004; }
.float .closeButton:before, .float .closeButton:after { position:absolute; top:50%; left:50%; content:''; height:14px; width:2px; background-color:#FFF; display:block;}
.float .closeButton:before { transform:translate(-50%,-50%) rotate(45deg); }
.float .closeButton:after { transform:translate(-50%,-50%) rotate(-45deg); }
.float .header { height:25px; }
.float .vjs-title-bar, .float .feedNav { display: none !important; }
.nowPlayingMargins { margin:0 35px 0 10px; line-height:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#FFF; font-size:1.1rem; font-weight:600; line-height:2.5rem; }
.nowPlayingMargins span { font-size:1.1rem; font-weight:600; line-height:2.5rem; }
.thumb { width:80px; height:45px; }
.item { border:0 none; height:60px; }
.itemThumbnail { height: 45px; margin:7px; width: 80px; position:relative; }
.video { right: 0; position:relative; }
.feedNav { height: 25px; margin:0 auto; }
.feedHeader { height: 25px; right:13px; }
.itemDetails { height:60px; }
.itemTitle { font-size: 1.1rem; line-height: 1.2em; font-weight:600; }
.scrollbarWrapper { border-left:0 none; right:0; }
.video-js.s2nVideo .vjs-control-bar { background-color:#0F3D62; background-color:rgba(15,61,98,0.8); }
.video-js.s2nVideo .vjs-big-play-button { background-color:#0F3D62; background-color:rgba(15,61,98,0.8); -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; border:0 none; height: 80px; width: 80px; margin-top:0; margin-left:0; transform:translate(-50%,-50%); }
.video-js.s2nVideo .vjs-big-play-button:before { font-size:5rem; left:50%; top:70%; transform:translate(-50%,-50%); }
.video-js:hover.s2nVideo .vjs-big-play-button { background-color:#0F3D62; background-color:rgba(15,61,98,0.8); }
@media only screen
and (min-width : 180px) and (max-width : 460px) {
/* *** BEGIN ANIMATED COMPONENTS *** */
.videoUnderlay { left:-100%; width:100%; }
.videoUnderlay.close{ left:-100%; }
.playlist { right:-100%; width:100%; }
.playlist.close { right:-100%; }
.menuButton { width:25px; right:0; }
/* *** END ANIMATED COMPONENTS *** */
.underlayImage { display:none; }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS fix for ad height issue */
.ima-ad-container div:first-child, .ima-ad-container div iframe { height:100%!important; }
} | 0.344664 | 0.105902 |
background:#0044aa url(../images/blue_top.png) bottom left repeat-x;
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#002255')";*/
background:-moz-linear-gradient(top, #0044aa, #002255);
background:-webkit-gradient(linear, left top, left bottom, from(#0044aa), to(#002255));
border:1px solid #545454;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
#megaMenu ul.megaMenu > li{
padding:3px 0px;
}
#megaMenu ul.megaMenu > li > a{
font-size:13px;
color:#eee;
text-shadow:0px 1px 1px #000000;
border-color:transparent #0044aa transparent #002255;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-weight:bold;
}
#megaMenu ul.megaMenu > li ul li.ss-nav-menu-item-depth-1{
/*border-color:transparent transparent transparent #000;
border-width:1px;
border-style:solid;*/
}
#megaMenu ul.megaMenu > li:first-child > a{
border-left-color:transparent;
}
#megaMenu ul.megaMenu > li:last-child > a{
border-right-color:transparent;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a{
background:#fefefe;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#fefefe');
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#fefefe');
background:-moz-linear-gradient(top, #d9d9d9, #fefefe);
background:-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#fefefe));
color:#000;
text-shadow:0px 1px 1px #fff;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{
border-color:#222;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > a{
border-bottom-color:#fefefe;
}
#megaMenu ul ul.sub-menu{
top:96%;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{
}
#megaMenu ul.megaMenu > li:hover > a,
#megaMenu ul.megaMenu > li.megaHover a{
border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1{
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu{
border-radius:0px 0px 3px 3px;
-moz-border-radius:0px 0px 3px 3px;
-webkit-border-radius:0px 0px 3px 3px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu ul.sub-menu{
border-radius:0px 3px 0px 3px;
-moz-border-radius:0px 3px 0px 3px;
-webkit-border-radius:0px 3px 0px 3px;
}
#megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-reg ul.sub-menu{
background:#efefef;
background:#e9e9e9 url(../images/silver_sub.png) top left repeat-x;
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef')";*/
background:-moz-linear-gradient(top, #fefefe, #efefef);
background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a{
color:#444;
font-size:12px;
text-shadow:0px 1px 1px #fff;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
.wpmega-widgetarea h2.widgettitle{
color:#222;
font-size:12px;
font-weight:bold;
text-shadow:0px 1px 1px #fff;
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a{
color:#000;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li.ss-nav-menu-highlight > a,
#megaMenu ul li.ss-nav-menu-reg ul.sub-menu li.ss-nav-menu-highlight > a{
color:#000;
text-shadow:0px 1px 1px #fff;
font-weight:bold;
}
.ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description{
/*padding-left:20px;*/
}
.ss-nav-menu-with-img{
min-height:20px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu{
top:-1px;
border-left-color:#111;
border-radius:0px 2px 2px 0px;
-moz-border-radius:0px 2px 2px 0px;
-webkit-border-radius:0px 2px 2px 0px;
}
/******************
* VERTICAL
******************/
#megaMenu.megaMenuVertical ul.megaMenu {
background:#0044aa url(../images/blue_top_vert.png) top right repeat-y;
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#000000', gradientType='1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#000000', gradientType='1')";*/
background:-moz-linear-gradient(left, #0044aa, #002255);
background:-webkit-gradient(linear, left top, right top, from(#0044aa), to(#002255));
}
#megaMenu.megaMenuVertical ul.megaMenu > li > a{
border-color:transparent;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
#megaMenu.megaMenuVertical ul.megaMenu > li:hover > a,
#megaMenu.megaMenuVertical ul.megaMenu > li > a:hover,
#megaMenu.megaMenuVertical ul.megaMenu > li.megaHover > a{
background:#fefefe;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', gradientType='1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', gradientType='1')";
background:-moz-linear-gradient(left, #efefef, #fefefe);
background:-webkit-gradient(linear, left top, right top, from(#efefef), to(#fefefe));
border-right-color:#fefefe;
border-top-color:#000;
border-radius:3px 0px 0px 3px;
-moz-border-radius:3px 0px 0px 3px;
-webkit-border-radius:3px 0px 0px 3px;
}
#megaMenu.megaMenuVertical li.ss-nav-menu-mega ul.sub-menu.sub-menu-1,
#megaMenu.megaMenuVertical li.ss-nav-menu-reg ul.sub-menu{
background:#fefefe; /*fff; /*df7;*/
/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', gradientType='1');
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', gradientType='1');*/
background:-moz-linear-gradient(left, #fefefe, #efefef); /*#, #ff8b00);*/
background:-webkit-gradient(linear, left top, right top, from(#fefefe), to(#efefef));
}
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu {
left:100% !important;
top:-5px;
}
/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu{
*border-bottom:none;
}
#megaMenu.megaMenuVertical ul.megaMenu{
*border-right:none;
}
#megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform div {
padding-top:9px;
}
#megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="submit"] {
background-image: url(../images/search_light.png);
} | data/ffck_org/wp-content/plugins/ubermenu/standard/styles/skins/legacy/bluesilver.css | background:#0044aa url(../images/blue_top.png) bottom left repeat-x;
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#002255')";*/
background:-moz-linear-gradient(top, #0044aa, #002255);
background:-webkit-gradient(linear, left top, left bottom, from(#0044aa), to(#002255));
border:1px solid #545454;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
#megaMenu ul.megaMenu > li{
padding:3px 0px;
}
#megaMenu ul.megaMenu > li > a{
font-size:13px;
color:#eee;
text-shadow:0px 1px 1px #000000;
border-color:transparent #0044aa transparent #002255;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-weight:bold;
}
#megaMenu ul.megaMenu > li ul li.ss-nav-menu-item-depth-1{
/*border-color:transparent transparent transparent #000;
border-width:1px;
border-style:solid;*/
}
#megaMenu ul.megaMenu > li:first-child > a{
border-left-color:transparent;
}
#megaMenu ul.megaMenu > li:last-child > a{
border-right-color:transparent;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a{
background:#fefefe;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#fefefe');
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#fefefe');
background:-moz-linear-gradient(top, #d9d9d9, #fefefe);
background:-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#fefefe));
color:#000;
text-shadow:0px 1px 1px #fff;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{
border-color:#222;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > a{
border-bottom-color:#fefefe;
}
#megaMenu ul ul.sub-menu{
top:96%;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{
}
#megaMenu ul.megaMenu > li:hover > a,
#megaMenu ul.megaMenu > li.megaHover a{
border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1{
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu{
border-radius:0px 0px 3px 3px;
-moz-border-radius:0px 0px 3px 3px;
-webkit-border-radius:0px 0px 3px 3px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu ul.sub-menu{
border-radius:0px 3px 0px 3px;
-moz-border-radius:0px 3px 0px 3px;
-webkit-border-radius:0px 3px 0px 3px;
}
#megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-reg ul.sub-menu{
background:#efefef;
background:#e9e9e9 url(../images/silver_sub.png) top left repeat-x;
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef')";*/
background:-moz-linear-gradient(top, #fefefe, #efefef);
background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a{
color:#444;
font-size:12px;
text-shadow:0px 1px 1px #fff;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
.wpmega-widgetarea h2.widgettitle{
color:#222;
font-size:12px;
font-weight:bold;
text-shadow:0px 1px 1px #fff;
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a{
color:#000;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li.ss-nav-menu-highlight > a,
#megaMenu ul li.ss-nav-menu-reg ul.sub-menu li.ss-nav-menu-highlight > a{
color:#000;
text-shadow:0px 1px 1px #fff;
font-weight:bold;
}
.ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description{
/*padding-left:20px;*/
}
.ss-nav-menu-with-img{
min-height:20px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu{
top:-1px;
border-left-color:#111;
border-radius:0px 2px 2px 0px;
-moz-border-radius:0px 2px 2px 0px;
-webkit-border-radius:0px 2px 2px 0px;
}
/******************
* VERTICAL
******************/
#megaMenu.megaMenuVertical ul.megaMenu {
background:#0044aa url(../images/blue_top_vert.png) top right repeat-y;
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#000000', gradientType='1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#000000', gradientType='1')";*/
background:-moz-linear-gradient(left, #0044aa, #002255);
background:-webkit-gradient(linear, left top, right top, from(#0044aa), to(#002255));
}
#megaMenu.megaMenuVertical ul.megaMenu > li > a{
border-color:transparent;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
#megaMenu.megaMenuVertical ul.megaMenu > li:hover > a,
#megaMenu.megaMenuVertical ul.megaMenu > li > a:hover,
#megaMenu.megaMenuVertical ul.megaMenu > li.megaHover > a{
background:#fefefe;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', gradientType='1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', gradientType='1')";
background:-moz-linear-gradient(left, #efefef, #fefefe);
background:-webkit-gradient(linear, left top, right top, from(#efefef), to(#fefefe));
border-right-color:#fefefe;
border-top-color:#000;
border-radius:3px 0px 0px 3px;
-moz-border-radius:3px 0px 0px 3px;
-webkit-border-radius:3px 0px 0px 3px;
}
#megaMenu.megaMenuVertical li.ss-nav-menu-mega ul.sub-menu.sub-menu-1,
#megaMenu.megaMenuVertical li.ss-nav-menu-reg ul.sub-menu{
background:#fefefe; /*fff; /*df7;*/
/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', gradientType='1');
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', gradientType='1');*/
background:-moz-linear-gradient(left, #fefefe, #efefef); /*#, #ff8b00);*/
background:-webkit-gradient(linear, left top, right top, from(#fefefe), to(#efefef));
}
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu {
left:100% !important;
top:-5px;
}
/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu{
*border-bottom:none;
}
#megaMenu.megaMenuVertical ul.megaMenu{
*border-right:none;
}
#megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform div {
padding-top:9px;
}
#megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="submit"] {
background-image: url(../images/search_light.png);
} | 0.132908 | 0.07836 |
body {
--wells-balance-color: #00BFF3;
--wells-received-color: #00A651;
--wells-spent-color: #F26C4F;
--wells-saved-color: #0072BC;
}
body.dark {
--wells-received-color: #00CA62;
--wells-saved-color: #FFFFFF;
}
form.search > * {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-column-gap: 1em;
align-items: center;
margin: 0.5em 0;
}
form.search > * > label {
margin-bottom: 0;
}
form.search .search-keywords,
form.search .search-amounts {
grid-template-columns: 1fr 5fr;
}
form.search .search-categories-types,
form.search .search-dates {
grid-template-columns: 1fr 2fr 1fr 2fr;
}
form.search label:not(:first-child) {
padding-left: 1em;
}
/* This avoids overflow */
form.search .search-dates input {
width: 100%;
}
form.search p.search-buttons button:first-child {
grid-column-start: -3;
}
@media (min-width: 768px) {
form.search > .search-keywords,
form.search > .search-amounts {
grid-column-gap: 0.6em;
}
}
@media (max-width: 768px) {
form.search > .search-keywords,
form.search > .search-categories-types,
form.search > .search-amounts,
form.search > .search-dates {
grid-template-columns: 1fr 2fr;
}
form.search > .search-categories-types > select:not(:last-child),
form.search > .search-categories-types > .Select:not(:last-child),
form.search > .search-amounts > div:not(:last-child),
form.search > .search-dates > div:not(:last-child) {
margin-bottom: inherit;
}
form.search label:not(:first-child) {
padding-left: 0;
}
}
body.dark form.search .Select input[type='checkbox'] {
border-color: #000000;
background-color: transparent;
}
body.dark form.search .Select input[type='checkbox']:checked {
color: #FFFFFF;
background-color: #666666;
}
.search-summary {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0;
}
.search-summary li {
flex: auto;
padding: 1em;
margin: 0 0.5em;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
border-radius: 3px;
border: 1px solid currentColor;
}
@media (max-width: 768px) {
.search-summary li {
margin: 0 0.25em;
}
.search-summary li .fa {
display: none;
}
}
.search-summary li:first-child {
margin-left: 0;
}
.search-summary li:last-child {
margin-right: 0;
}
.search-summary li span:last-child {
margin-left: 1ex;
}
@media (max-width: 768px) {
.search-summary li {
display: inline-block;
}
.search-summary li span {
width: 100%;
display: block;
margin: 0;
}
.search-summary li span:last-child {
margin-top: 0.5em;
margin-left: 0;
}
}
.search-summary li.received {
color: var(--wells-received-color);
background-color: transparent;
}
.search-summary li.spent {
color: var(--wells-spent-color);
background-color: transparent;
}
.search-summary li.saved {
color: var(--wells-saved-color);
background-color: transparent;
}
@media (max-width: 768px) {
.search-summary li span {
text-align: center;
}
}
body.dark .search-summary li.received {
color: var(--wells-received-color);
background-color: transparent;
}
body.dark .search-summary li.spent {
color: var(--wells-spent-color);
background-color: transparent;
}
body.dark .search-summary li.saved {
color: var(--wells-saved-color);
background-color: transparent;
} | client/components/reports/search.css | body {
--wells-balance-color: #00BFF3;
--wells-received-color: #00A651;
--wells-spent-color: #F26C4F;
--wells-saved-color: #0072BC;
}
body.dark {
--wells-received-color: #00CA62;
--wells-saved-color: #FFFFFF;
}
form.search > * {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-column-gap: 1em;
align-items: center;
margin: 0.5em 0;
}
form.search > * > label {
margin-bottom: 0;
}
form.search .search-keywords,
form.search .search-amounts {
grid-template-columns: 1fr 5fr;
}
form.search .search-categories-types,
form.search .search-dates {
grid-template-columns: 1fr 2fr 1fr 2fr;
}
form.search label:not(:first-child) {
padding-left: 1em;
}
/* This avoids overflow */
form.search .search-dates input {
width: 100%;
}
form.search p.search-buttons button:first-child {
grid-column-start: -3;
}
@media (min-width: 768px) {
form.search > .search-keywords,
form.search > .search-amounts {
grid-column-gap: 0.6em;
}
}
@media (max-width: 768px) {
form.search > .search-keywords,
form.search > .search-categories-types,
form.search > .search-amounts,
form.search > .search-dates {
grid-template-columns: 1fr 2fr;
}
form.search > .search-categories-types > select:not(:last-child),
form.search > .search-categories-types > .Select:not(:last-child),
form.search > .search-amounts > div:not(:last-child),
form.search > .search-dates > div:not(:last-child) {
margin-bottom: inherit;
}
form.search label:not(:first-child) {
padding-left: 0;
}
}
body.dark form.search .Select input[type='checkbox'] {
border-color: #000000;
background-color: transparent;
}
body.dark form.search .Select input[type='checkbox']:checked {
color: #FFFFFF;
background-color: #666666;
}
.search-summary {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0;
}
.search-summary li {
flex: auto;
padding: 1em;
margin: 0 0.5em;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
border-radius: 3px;
border: 1px solid currentColor;
}
@media (max-width: 768px) {
.search-summary li {
margin: 0 0.25em;
}
.search-summary li .fa {
display: none;
}
}
.search-summary li:first-child {
margin-left: 0;
}
.search-summary li:last-child {
margin-right: 0;
}
.search-summary li span:last-child {
margin-left: 1ex;
}
@media (max-width: 768px) {
.search-summary li {
display: inline-block;
}
.search-summary li span {
width: 100%;
display: block;
margin: 0;
}
.search-summary li span:last-child {
margin-top: 0.5em;
margin-left: 0;
}
}
.search-summary li.received {
color: var(--wells-received-color);
background-color: transparent;
}
.search-summary li.spent {
color: var(--wells-spent-color);
background-color: transparent;
}
.search-summary li.saved {
color: var(--wells-saved-color);
background-color: transparent;
}
@media (max-width: 768px) {
.search-summary li span {
text-align: center;
}
}
body.dark .search-summary li.received {
color: var(--wells-received-color);
background-color: transparent;
}
body.dark .search-summary li.spent {
color: var(--wells-spent-color);
background-color: transparent;
}
body.dark .search-summary li.saved {
color: var(--wells-saved-color);
background-color: transparent;
} | 0.717507 | 0.122444 |
@font-face {
font-family: 'Basis Grotesque';
src: url("../fonts/basis-grotesque-light.eot");
src: url("../fonts/basis-grotesque-light.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-light.woff") format("woff"), url("../fonts/basis-grotesque-light.woff2") format("woff2"), url("../fonts/basis-grotesque-light.ttf") format("truetype");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'Basis Grotesque';
src: url("../fonts/basis-grotesque-regular.eot");
src: url("../fonts/basis-grotesque-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-regular.woff") format("woff"), url("../fonts/basis-grotesque-regular.woff2") format("woff2"), url("../fonts/basis-grotesque-regular.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
.basis-grotesque {
font-family: 'Basis Grotesque', Helvetica, Arial, sans-serif; }
@font-face {
font-family: 'Ogg Roman';
src: url("../fonts/Ogg-Roman.eot");
src: url("../fonts/Ogg-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Ogg-Roman.woff") format("woff"), url("../fonts/Ogg-Roman.woff2") format("woff2");
font-weight: normal;
font-style: normal; }
.ogg-roman {
font-family: 'Ogg Roman', Garamond, Times, serif;
font-weight: normal; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/61c2fbda-5f79-48b0-b706-abc13e9e02e2.eot?#iefix");
src: url("../fonts/61c2fbda-5f79-48b0-b706-abc13e9e02e2.eot?#iefix") format("eot"), url("../fonts/b611d079-2caa-457b-bc77-c63fee153155.woff2") format("woff2"), url("../fonts/1245093c-7ba9-4231-b865-9b5cebac4e06.woff") format("woff"), url("../fonts/18c7fb62-f5e3-4749-8292-fc96e86f1d72.ttf") format("truetype"), url("../fonts/ccd6b951-a307-420a-a445-800c79a782f6.svg#ccd6b951-a307-420a-a445-800c79a782f6") format("svg");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/13a729c9-c66d-4c0f-a6cc-02eef6a8e133.eot?#iefix");
src: url("../fonts/13a729c9-c66d-4c0f-a6cc-02eef6a8e133.eot?#iefix") format("eot"), url("../fonts/015e4349-9b15-4fdf-9b64-cd7a82632b50.woff2") format("woff2"), url("../fonts/efe646e0-b2da-4466-90d2-c92dbc30fb0d.woff") format("woff"), url("../fonts/030879d0-9a75-4eab-9465-b73afa1da0c2.ttf") format("truetype"), url("../fonts/f19e70f6-20bd-4d4d-a917-777c64e44e37.svg#f19e70f6-20bd-4d4d-a917-777c64e44e37") format("svg");
font-style: italic;
font-weight: 400; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/4d2197c7-06af-4ad1-9ae2-3fcd6d0b18a7.eot?#iefix");
src: url("../fonts/4d2197c7-06af-4ad1-9ae2-3fcd6d0b18a7.eot?#iefix") format("eot"), url("../fonts/b377aaa3-cf01-4075-88ad-fc43f640a648.woff2") format("woff2"), url("../fonts/25c92a78-6edd-4585-a780-6a17d59c841b.woff") format("woff"), url("../fonts/c8229795-b4d0-4080-90db-7034b1d840c7.ttf") format("truetype"), url("../fonts/ed2bd10a-35b3-4ea3-92b0-f63fd235dbec.svg#ed2bd10a-35b3-4ea3-92b0-f63fd235dbec") format("svg");
font-style: normal;
font-weight: 700; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/5e127f2a-0513-40d5-a882-646d5964da8c.eot?#iefix");
src: url("../fonts/5e127f2a-0513-40d5-a882-646d5964da8c.eot?#iefix") format("eot"), url("../fonts/886e02a8-b7b2-4153-a861-b36637d41828.woff2") format("woff2"), url("../fonts/2f2849da-eb65-4d47-a8cc-f4500d2354f6.woff") format("woff"), url("../fonts/c9ff66f3-1379-4e4b-a2a4-deeada59a751.ttf") format("truetype"), url("../fonts/f7a189de-67d4-43cc-b7a5-2372eba68623.svg#f7a189de-67d4-43cc-b7a5-2372eba68623") format("svg");
font-style: italic;
font-weight: 700; }
.letter-gothic {
font-family: "LetterGothic", Courier, monospace; }
@font-face {
font-family: 'TrojanRegular';
src: url("../fonts/trojan-regular-webfont.eot");
src: url("../fonts/trojan-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/trojan-regular-webfont.woff2") format("woff2"), url("../fonts/trojan-regular-webfont.woff") format("woff"), url("../fonts/trojan-regular-webfont.ttf") format("truetype"), url("../fonts/trojan-regular-webfont.svg#trojanregular") format("svg");
font-weight: normal;
font-style: normal; } | compiled/css/fonts.css | @font-face {
font-family: 'Basis Grotesque';
src: url("../fonts/basis-grotesque-light.eot");
src: url("../fonts/basis-grotesque-light.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-light.woff") format("woff"), url("../fonts/basis-grotesque-light.woff2") format("woff2"), url("../fonts/basis-grotesque-light.ttf") format("truetype");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'Basis Grotesque';
src: url("../fonts/basis-grotesque-regular.eot");
src: url("../fonts/basis-grotesque-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-regular.woff") format("woff"), url("../fonts/basis-grotesque-regular.woff2") format("woff2"), url("../fonts/basis-grotesque-regular.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
.basis-grotesque {
font-family: 'Basis Grotesque', Helvetica, Arial, sans-serif; }
@font-face {
font-family: 'Ogg Roman';
src: url("../fonts/Ogg-Roman.eot");
src: url("../fonts/Ogg-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Ogg-Roman.woff") format("woff"), url("../fonts/Ogg-Roman.woff2") format("woff2");
font-weight: normal;
font-style: normal; }
.ogg-roman {
font-family: 'Ogg Roman', Garamond, Times, serif;
font-weight: normal; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/61c2fbda-5f79-48b0-b706-abc13e9e02e2.eot?#iefix");
src: url("../fonts/61c2fbda-5f79-48b0-b706-abc13e9e02e2.eot?#iefix") format("eot"), url("../fonts/b611d079-2caa-457b-bc77-c63fee153155.woff2") format("woff2"), url("../fonts/1245093c-7ba9-4231-b865-9b5cebac4e06.woff") format("woff"), url("../fonts/18c7fb62-f5e3-4749-8292-fc96e86f1d72.ttf") format("truetype"), url("../fonts/ccd6b951-a307-420a-a445-800c79a782f6.svg#ccd6b951-a307-420a-a445-800c79a782f6") format("svg");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/13a729c9-c66d-4c0f-a6cc-02eef6a8e133.eot?#iefix");
src: url("../fonts/13a729c9-c66d-4c0f-a6cc-02eef6a8e133.eot?#iefix") format("eot"), url("../fonts/015e4349-9b15-4fdf-9b64-cd7a82632b50.woff2") format("woff2"), url("../fonts/efe646e0-b2da-4466-90d2-c92dbc30fb0d.woff") format("woff"), url("../fonts/030879d0-9a75-4eab-9465-b73afa1da0c2.ttf") format("truetype"), url("../fonts/f19e70f6-20bd-4d4d-a917-777c64e44e37.svg#f19e70f6-20bd-4d4d-a917-777c64e44e37") format("svg");
font-style: italic;
font-weight: 400; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/4d2197c7-06af-4ad1-9ae2-3fcd6d0b18a7.eot?#iefix");
src: url("../fonts/4d2197c7-06af-4ad1-9ae2-3fcd6d0b18a7.eot?#iefix") format("eot"), url("../fonts/b377aaa3-cf01-4075-88ad-fc43f640a648.woff2") format("woff2"), url("../fonts/25c92a78-6edd-4585-a780-6a17d59c841b.woff") format("woff"), url("../fonts/c8229795-b4d0-4080-90db-7034b1d840c7.ttf") format("truetype"), url("../fonts/ed2bd10a-35b3-4ea3-92b0-f63fd235dbec.svg#ed2bd10a-35b3-4ea3-92b0-f63fd235dbec") format("svg");
font-style: normal;
font-weight: 700; }
@font-face {
font-family: "LetterGothic";
src: url("../fonts/5e127f2a-0513-40d5-a882-646d5964da8c.eot?#iefix");
src: url("../fonts/5e127f2a-0513-40d5-a882-646d5964da8c.eot?#iefix") format("eot"), url("../fonts/886e02a8-b7b2-4153-a861-b36637d41828.woff2") format("woff2"), url("../fonts/2f2849da-eb65-4d47-a8cc-f4500d2354f6.woff") format("woff"), url("../fonts/c9ff66f3-1379-4e4b-a2a4-deeada59a751.ttf") format("truetype"), url("../fonts/f7a189de-67d4-43cc-b7a5-2372eba68623.svg#f7a189de-67d4-43cc-b7a5-2372eba68623") format("svg");
font-style: italic;
font-weight: 700; }
.letter-gothic {
font-family: "LetterGothic", Courier, monospace; }
@font-face {
font-family: 'TrojanRegular';
src: url("../fonts/trojan-regular-webfont.eot");
src: url("../fonts/trojan-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/trojan-regular-webfont.woff2") format("woff2"), url("../fonts/trojan-regular-webfont.woff") format("woff"), url("../fonts/trojan-regular-webfont.ttf") format("truetype"), url("../fonts/trojan-regular-webfont.svg#trojanregular") format("svg");
font-weight: normal;
font-style: normal; } | 0.308398 | 0.083553 |
.btn-details-st {
background: #fff;
text-align: center;
padding: 6px 20px;
color: #05b7b2;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 12px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
float: right;
}
.btn-add-doctor-comparison:hover {
background: #fff;
color: #05b7b2;
border: 1px solid #05b7b2;
text-decoration: none;
}
.btn-add-admin-custom {
background: #05b7b2;
text-align: center;
padding: 6px 28px;
/* width: 140px; */
color: #fff;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1.5em;
margin-top: 1em;
float: right;
}
.btn-add-admin-custom:hover {
background: #fff;
color: #05b7b2;
border: 1px solid #05b7b2;
text-decoration: none;
}
.btn-add-doctor-comparison {
background: #fff;
text-align: center;
padding: 7px 34px;
color: #ffd180;
border-radius: 21px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 2px solid #ffd180;
font-family: "Proxima Nova";
margin-top: 1.5em;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
}
.button-remove-comparisons {
background: #fff;
text-align: center;
padding: 8px 34px;
color: #ffd180;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 2px solid #ffd180;
font-family: "Proxima Nova";
margin-top: 1.5em;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
}
.button-remove-comparisons:hover {
background: #ffd180;
border: 2px solid #ffd180;
color: #fff;
}
.padding-form-group-custom {
padding: 0px 15px
}
.btn-login-st {
background: #05b7b2;
text-align: center;
padding: 9px 40px;
color: #fff;
border-radius: 6px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
float: left;
}
.btn-register-st {
background: #05b7b2;
text-align: center;
padding: 9px 40px;
color: #fff;
border-radius: 16px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em
}
.padding-form-group-custom a {
float: left;
width: 100%;
margin-top: 1em;
font-size: 13px;
color: #32404c;
font-family: "Proxima Nova";
}
.custom-login-label label {
font-size: 12px;
color: #32404c;
font-family: "Proxima Nova";
}
.panel-heading-hero-custom h1 {
padding-top: 3em;
font-size: 40px;
font-family: "Proxima Nova";
color: #49b775;
font-weight: 300;
}
.margin-comparison-small {
margin-bottom: 4em
}
.checkbox-login {
float: left;
padding-left: 2em;
color: #32404c;
font-family: "Proxima Nova";
}
.box-login-custom {
width: 400px;
margin: 0 auto;
margin-top: 15em;
}
.login-head {
font-size: 17px;
font-family: "Proxima Nova";
font-weight: 600;
border-color: #d7d7d7 !important;
}
.input-login-custom input {
height: 32px;
box-shadow: none !important;
border-radius: 7px;
}
.info-doctor__content h3 label {
font-size: 18px;
color: #32404c;
}
.profile-doctor__ h1 {
font-size: 24px;
font-weight: 600;
font-family: "Proxima Nova";
}
.profile-doctor__ h3 {
font-size: 15px;
font-weight: 300;
font-family: "Proxima Nova";
}
.profile-doctor__ h2 {
font-size: 15px;
font-weight: 300;
font-family: "Proxima Nova";
}
.info-doctor__content h3 {
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
font-weight: 300;
margin-bottom: 2em
}
.info-doctor__content {
margin-top: 1em
}
.info-doctor__title h1 {
border-bottom: 1px solid #d7d7d7;
font-size: 24px;
font-family: "Caslon";
font-weight: 600;
color: #000;
}
.info-doctor__title {
margin-top: 2em
}
.texto-equipo-padding-bot {
margin-bottom: 1.4em
}
.texto-equipo-lineheight-custome h3 {
margin: 0
}
.compare-btn-custom {
background: #fff;
text-align: center;
color: #ffd180;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-top: 1em
}
.compare-btn-icon {
background: #ffd180;
color: #fff;
border-radius: 20px;
font-size: 19px;
font-weight: bold;
font-family: "Proxima Nova";
/* width: 20px; */
padding: 0px 4px;
text-align: center;
}
.sub-hero-content .sub-hero-search .panel-body {
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
min-height: 70px;
background-color: #fff;
box-shadow: 0px 1px 4px #d0d4d9;
border-color: #d7d7d7;
}
.dropdown-custom {
padding: 7px 0px;
}
.dropdown-custom button {
background: transparent;
color: #32404c;
width: 100%;
border-color: #d7d7d7;
text-align: left;
/* margin-top: 1em; */
/* border: none; */
padding: 4px 10px;
width: 100px;
}
.dropdown-custom h3 {
font-size: 14px;
font-family: "Proxima Nova";
font-weight: 600;
float: left;
padding: 4px 10px;
}
.hover-custom-dropdown:hover,
.hover-custom-dropdown:focus,
.hover-custom-dropdown:active {
background-color: #fff !important;
border-color: #d7d7d7 !important;
color: #32404c !important;
}
.panel-heading-custom {
margin-bottom: 3em;
border-bottom: 1px solid #d7d7d7;
}
.texto-equipo h3 b {
color: #32404c
}
.texto-equipo h3 {
font-size: 15px;
font-family: "Proxima Nova";
font-weight: 300;
}
.text-content-card-comparisons h5 {
font-size: 12px;
font-family: "Proxima Nova";
font-weight: 300;
color: #32404c;
text-align: left
}
.text-content-card-comparisons h4 {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c;
text-align: left
}
ul.comparisons-remove-margin {
margin: 0
}
.card-comparisons_custom p {
font-size: 12px;
font-family: "Proxima Nova";
font-weight: 300;
color: #32404c;
}
.card-comparisons_custom h3 a {
text-decoration: none;
color: #32404c;
}
.card-comparisons_custom h3 {
font-size: 16px;
font-family: "Proxima Nova";
text-align: left;
font-weight: 600;
}
.card-comparisons_custom img {
width: 70%
}
.card-comparisons_custom {
background: #fff;
/* padding-bottom: 2em !important; */
/* margin-bottom: 2.5em !important; */
box-shadow: 2px 2px 3px #d7d7d7;
/* border-radius: 0 !important; */
border: 1px solid #d7d7d7;
padding-top: 2em;
/* display: -webkit-box; */
padding: 10px;
min-height: 367px;
text-align: center
}
.card-equipo__ {
background: #fff;
padding-bottom: 2em !important;
margin-bottom: 2.5em !important;
box-shadow: 2px 2px 3px #d7d7d7;
border-radius: 0 !important;
border-color: #d7d7d7 !important;
padding-top: 2em !important;
display: -webkit-box;
}
.texto-equipo-title h3 {
font-size: 15px;
font-family: "Proxima Nova";
font-weight: 600;
}
.panel-default-no-border {
border: none;
box-shadow: none
}
.title-doc-titulo {
font-size: 23px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c
}
.btn-details-st:hover {
border: 1px solid #05b7b2;
color: #fff;
background: #05b7b2;
text-decoration: none;
}
.panel-default-padding {
margin-top: 10em;
box-shadow: 3px 2px 26px #fff;
}
.sub-hero-content {
margin-top: 4em;
background: url(./../img/sub-hero-search.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 300px;
margin-bottom: 8em;
}
.sub-hero-content-comparison {
margin-top: 4em;
background: url(./../img/sub-hero-search.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 300px;
}
.container-bg-login {
min-height: 680px;
height: 100px;
background: url(./../img/hero.jpg) center no-repeat;
width: 100%;
background-size: cover;
margin-top: 4em;
}
.container-bg-register {
min-height: 680px;
height: 100px;
background: url(./../img/hero.jpg) center no-repeat;
width: 100%;
background-size: cover;
}
.navbar-header img {
width: 150px;
}
.medtour-navbar {
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
min-height: 70px;
background-color: #fff;
box-shadow: 0px 1px 4px #d0d4d9;
border-color: #d7d7d7
}
.sub-hero-search {
padding-top: 19.4em;
}
.container-medtour-nav {
padding-top: 1em;
}
.navbar-nav>li>a {
font-size: 15px;
color: #32404c;
}
.nav>li>a:hover,
.nav>li>a:focus {
background-color: transparent;
color: #ffd180 !important
}
.container-bg {
border-bottom: 1px solid #d0d4d9;
box-shadow: 0px 1px 1px #d0d4d9;
position: relative;
}
.background-hero {
min-height: 380px;
height: 100px;
background: url(./../img/hero.jpg) center no-repeat;
width: 100%;
background-size: cover;
}
.content-hero h3 {
font-family: "Proxima Nova";
color: #fff;
font-size: 15px;
}
.content-hero h1 {
font-family: "Caslon";
color: #fff;
font-size: 24px;
}
.content-hero {
padding-top: 140px
}
.input-search select:focus {
border-bottom: 2px solid #05b7b2;
}
.input-search select {
border: none;
border-bottom: 1px solid #d7d7d7;
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
cursor: pointer
}
.input-search {
padding-top: 1em;
}
.input-search-country select:focus {
border-bottom: 2px solid #05b7b2;
}
.input-search-country select {
border: none;
border-bottom: 1px solid #d7d7d7;
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
cursor: pointer
}
.input-search-country {
padding-top: 1em;
}
.button-search {
padding-bottom: 1em;
}
.button-search input:hover {
background: #fff;
border: 1px solid #05b7b2;
color: #05b7b2;
}
.button-search input {
background: #05b7b2;
text-align: center;
padding: 5px 40px;
/* width: 140px; */
color: #fff;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
font-weight: 600;
font-size: 16px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-top: 1em;
}
.profile-doctor {
padding-top: 20px;
}
.profile-doctor h3 {
font-size: 12px;
font-family: "Proxima Nova";
color: #32404c;
}
.content-section-profile {
padding-top: 2em;
}
.content-profile h1 {
font-family: "Caslon";
font-size: 24px;
color: #32404c;
}
.content-profile h3 {
font-family: "Proxima Nova";
color: #32404c;
font-size: 15px;
padding-bottom: 1em;
font-weight: 100;
line-height: 1.8;
}
.content-section-profile {
padding-top: 4em;
background: #fff;
min-height: 600px;
}
.content-container-card {
background: #f4f3f3;
padding-bottom: 3em;
}
.title-content h1 {
font-family: "Caslon";
font-size: 28px;
color: #32404c;
padding-top: 1em;
text-align: center;
text-transform: uppercase;
}
.padding-columns {
padding-top: 2em
}
.section-howitwork {
background: url(./../img/howitwork.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 100vh;
min-height: 900px;
}
.title-white h1 {
color: #fff;
padding-bottom: 2em;
}
.card-content-icon {
text-align: center;
}
.card__content h3 {
font-family: "Caslon";
font-size: 15px;
color: #fff;
padding-top: 1em;
text-align: center;
}
.card__content p {
font-family: "Proxima Nova";
font-size: 14px;
color: #fff;
text-align: center;
font-weight: 100;
}
.our-story {
background: url(./../img/ourstory.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 100vh;
height: 765px;
overflow: hidden;
background-color: #fff
}
.content-story {
font-family: "Proxima Nova";
color: #32404c;
font-size: 15px;
padding-bottom: 1em;
font-weight: 100;
text-align: center;
overflow: hidden
}
.content-logo-partner img {
width: 100px;
cursor: pointer
}
.content-logo-partner {
padding-top: 2em;
text-align: center
}
.footer-content h1 {
font-family: "Caslon";
font-size: 18px;
color: #b6b8b9;
padding-top: 1em;
font-weight: 600;
}
.footer-content p {
font-family: "Proxima Nova";
color: #667584;
font-size: 15px;
padding-bottom: 1em;
font-weight: 100;
border-bottom: 1px solid #667584;
}
.footer-border {
border-top: 1px solid #667584;
margin-top: 1em;
}
.footer {
background: #07192b;
}
.footer-about h3 {
font-family: "Caslon";
font-size: 14px;
color: #b6b8b9;
padding-top: 1em;
font-weight: 600;
}
.footer-about p {
font-family: "Proxima Nova";
font-size: 12px;
color: #667584;
padding-top: 1em;
font-weight: 100;
margin: 0;
padding: 0;
}
.footer-about__ p {
font-family: "Proxima Nova";
font-size: 13px;
color: #b6b8b9;
padding-top: 1em;
font-weight: 100;
}
.footer-about__ h5 {
font-family: "Proxima Nova";
font-size: 10px;
color: #667584;
padding-top: 1em;
font-weight: 100;
}
@media only screen and (min-width: 640px) {
.our-story {
overflow: hidden;
min-height: 380px;
height: 300px;
}
.images-story img {
position: relative;
}
.title-content.our-story-title h1 {
text-align: left
}
.content-story {
text-align: left
}
.button-search {
padding-top: 1em;
}
.content-section-profile {
min-height: 338px;
overflow: hidden
}
.img-profile-doc {
top: 21px;
position: relative;
}
.section-howitwork {
min-height: 540px
}
}
@media only screen and (min-width:768px) {
.images-story img {
bottom: 119px;
}
.our-story {
overflow: visible
}
.background-hero {
min-height: 450px;
}
.content-hero h3 {
font-size: 20px;
font-weight: 100;
}
.content-hero h1 {
font-family: "Caslon";
color: #fff;
font-size: 30px;
}
.content-profile h1 {
font-size: 40px
}
.img-profile-doc {
top: 34px;
}
.section-howitwork {
min-height: 500px;
}
.images-story {
height: 100px
}
}
@media only screen and (min-width:1024px) {
.images-story img {
bottom: 154px;
width: 80%;
}
.our-story {
height: 350px;
background-size: contain;
min-height: 416px;
}
.our-story .row {
height: 500px;
}
.background-hero {
min-height: 550px;
}
.content-hero h3 {
font-size: 24px;
font-weight: 100;
padding-top: 14px;
}
.content-hero h1 {
font-family: "Caslon";
color: #fff;
font-size: 40px;
}
.img-profile-doc {
top: 10px
}
.howitwork-content {
padding-top: 2em
}
.section-howitwork {
min-height: 400px
}
}
.hospital-title-heading h1 {
padding-top: 1em;
font-size: 32px;
font-family: "Caslon";
color: #32404c;
font-weight: 600;
padding-bottom: 10px;
}
.content-hospital-subheading h2 {
font-size: 15px;
font-family: "Proxima Nova";
color: #32404c;
font-weight: 600;
}
.content-hospital-subheading h3 {
padding-bottom: 1em;
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
font-weight: 300;
}
.content-hospital-subheading h3 p a {
color: #32404c;
}
.icon-comparisons-add-doc {
margin: 0em 0em;
}
.icon-add-comparisons-btn i {
font-size: 220px;
font-family: "Proxima Nova";
font-weight: 300;
color: #A6ABB3;
}
.text-add-comparisons-btn h3 {
color: #CCCCCC;
margin-bottom: 1.6em;
}
.text-add-comparisons-btn h3:hover,
.link-add-comparisons a:hover {
text-decoration: none
}
.icon-comparisons-add-doc:hover {
opacity: 0.5;
}
.table {
font-family: "Proxima Nova"
}
tr th {
font-weight: 600
}
tr td {
font-size: 14px
}
table thead {
background: #fff;
border-bottom: 1px solid #d7d7d7 !important;
border-top: none;
border-right: none;
border-left: none;
}
table tbody,
table tfoot,
table thead {
border: none
}
tbody tr,
table tbody tr:nth-child(even) {
background: #fff;
border-bottom: 1px solid #d7d7d7
}
.dropdown-toggle span {
color: #32404c;
}
.custom-delete-admin {
padding: 9px 20px;
display: inline-block;
width: 100%;
}
.custom-delete-admin i {
float: left
}
.dropdown-menu li a,
.dropdown-menu li a i {
color: #32404c !important;
}
.btn-delete-admin-custom {
border: none;
background: transparent;
color: #32404c;
float: left;
}
.modal_custom {
width: 480px;
}
.modal_custom .hospital {
width: 550px;
}
.custom_padding label {
padding-top: 15px
}
.form_group label {
width: 100%;
padding: 0;
margin: 0;
text-align: left !important;
margin-top: 1em !important
}
.custom_input_material select {
width: 100%;
border-bottom: 1px solid #d7d7d7;
margin: 0 !important;
border-top: none;
border-left: none;
border-right: none;
padding: 0;
height: 25px;
font-size: 14px;
font-family: "proxima nova";
}
.custom_input_material input {
width: 100%;
border-bottom: 1px solid #d7d7d7;
margin: 0 !important;
border-top: none;
border-left: none;
border-right: none;
padding: 0;
height: 22px;
}
.custom_input_material input:focus {
border-bottom: 2px solid #05b7b2;
border-top: none;
border-left: none;
border-right: none;
}
.modal-header h4 {
font-size: 19px;
font-family: "caslon";
}
/*
.modal-body{
padding: 0px 15px;
}
*/
.custom_padding {
margin-left: 0 !important;
margin-right: 0 !important;
}
.modal-header {
padding: 10px
}
.btn-save-admin_custom input {
background: transparent;
text-align: center;
padding: 5px 32px;
/* width: 140px; */
color: #ffd180;
border-radius: 20px;
/* box-shadow: 1px 2px 1px #d0d4d9; */
border: 2px solid #ffd180;
font-family: "Proxima Nova";
font-weight: 600;
font-size: 14px;
/* cursor: pointer; */
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
margin-top: 2em;
/* float: right; */
}
.btn-save-admin_custom input:hover {
background: #ffd180;
border: 2px solid #ffd180;
color: #fff
}
.btn-save-admin_custom {
margin-top: 15px;
text-align: center;
}
.button_filter:focus {
outline: transparent;
}
.button_filter {
background: #05b7b2;
color: #fff;
cursor: pointer;
/* display: inline-block; */
/* width: initial !important; */
padding: 4px 7px;
}
.button_filter:hover {
opacity: 0.8
}
.content_filter div {
padding: 5px;
}
.content_filter div a {
color: #fff
}
.content_filter {
position: absolute;
width: 94.8%;
background: #0fccc6;
z-index: 1000;
}
.box_btn_custom {
padding-bottom: 1em;
}
.green_box_custom {
background: #05b7b2;
}
.green_box_custom h4 {
color: #fff
}
.btn-save-admin_custom span input {
background: transparent;
text-align: center;
padding: 5px 32px;
/* width: 140px; */
color: #bd4545;
border-radius: 20px;
/* box-shadow: 1px 2px 1px #d0d4d9; */
border: 2px solid #bd4545;
font-family: "Proxima Nova";
font-weight: 600;
font-size: 14px;
/* cursor: pointer; */
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
margin-top: 2em;
margin-left: 1em;
/* float: right; */
}
.btn-save-admin_custom span input:hover {
background: #bd4545;
color: #fff;
border: 2px solid #bd4545;
}
.custom_input_material.radio_custom input {
width: 15px;
}
.badge,
.badge.primary {
background: #fff;
padding: 5px;
border: 1px solid #05b7b2;
color: #05b7b2;
}
.label,
.label.primary {
background: #ffd180;
color: #32404c;
}
@font-face {
font-family: "Proxima Nova";
src: url('./fonts/ProximaNovaRgRegular.ttf');
}
@font-face {
font-family: "Caslon";
src: url('./fonts/Caslon.ttf');
}
.box_spesializations_home {
text-align: center;
border: 1px solid #d7d7d7;
padding: 10px;
min-height: 365px;
}
.content_spesializations_home h3 {
font-size: 14px;
margin-bottom: 5px;
font-family: "proxima nova";
color: #32404c
}
.content_spesializations_home h1 {
font-size: 20px;
font-family: "proxima nova";
margin-top: 1em;
color: #32404c
}
hr.custom_hr {
margin: 0.5rem auto;
}
.img_spesializations_home img {
width: 100%
}
.treatment_comparison h4 {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c;
}
.value_treatment_comparison {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 300;
color: #32404c;
line-height: 1.5;
}
.spesialization_btn_bug h4 button {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #6FC6A9;
text-align: left;
}
.spesialization_btn_bug h4 {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c;
text-align: left;
}
.treatment_comparison {
text-align: left;
position: absolute;
background: #fff;
width: 90%;
border: 1px solid #d7d7d7;
z-index: 1300;
/* line-height: 2; */
padding: 5px 10px;
box-shadow: 2px 2px 3px #d7d7d7;
} | public/css/styles.css | .btn-details-st {
background: #fff;
text-align: center;
padding: 6px 20px;
color: #05b7b2;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 12px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
float: right;
}
.btn-add-doctor-comparison:hover {
background: #fff;
color: #05b7b2;
border: 1px solid #05b7b2;
text-decoration: none;
}
.btn-add-admin-custom {
background: #05b7b2;
text-align: center;
padding: 6px 28px;
/* width: 140px; */
color: #fff;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1.5em;
margin-top: 1em;
float: right;
}
.btn-add-admin-custom:hover {
background: #fff;
color: #05b7b2;
border: 1px solid #05b7b2;
text-decoration: none;
}
.btn-add-doctor-comparison {
background: #fff;
text-align: center;
padding: 7px 34px;
color: #ffd180;
border-radius: 21px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 2px solid #ffd180;
font-family: "Proxima Nova";
margin-top: 1.5em;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
}
.button-remove-comparisons {
background: #fff;
text-align: center;
padding: 8px 34px;
color: #ffd180;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 2px solid #ffd180;
font-family: "Proxima Nova";
margin-top: 1.5em;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
}
.button-remove-comparisons:hover {
background: #ffd180;
border: 2px solid #ffd180;
color: #fff;
}
.padding-form-group-custom {
padding: 0px 15px
}
.btn-login-st {
background: #05b7b2;
text-align: center;
padding: 9px 40px;
color: #fff;
border-radius: 6px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
float: left;
}
.btn-register-st {
background: #05b7b2;
text-align: center;
padding: 9px 40px;
color: #fff;
border-radius: 16px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em
}
.padding-form-group-custom a {
float: left;
width: 100%;
margin-top: 1em;
font-size: 13px;
color: #32404c;
font-family: "Proxima Nova";
}
.custom-login-label label {
font-size: 12px;
color: #32404c;
font-family: "Proxima Nova";
}
.panel-heading-hero-custom h1 {
padding-top: 3em;
font-size: 40px;
font-family: "Proxima Nova";
color: #49b775;
font-weight: 300;
}
.margin-comparison-small {
margin-bottom: 4em
}
.checkbox-login {
float: left;
padding-left: 2em;
color: #32404c;
font-family: "Proxima Nova";
}
.box-login-custom {
width: 400px;
margin: 0 auto;
margin-top: 15em;
}
.login-head {
font-size: 17px;
font-family: "Proxima Nova";
font-weight: 600;
border-color: #d7d7d7 !important;
}
.input-login-custom input {
height: 32px;
box-shadow: none !important;
border-radius: 7px;
}
.info-doctor__content h3 label {
font-size: 18px;
color: #32404c;
}
.profile-doctor__ h1 {
font-size: 24px;
font-weight: 600;
font-family: "Proxima Nova";
}
.profile-doctor__ h3 {
font-size: 15px;
font-weight: 300;
font-family: "Proxima Nova";
}
.profile-doctor__ h2 {
font-size: 15px;
font-weight: 300;
font-family: "Proxima Nova";
}
.info-doctor__content h3 {
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
font-weight: 300;
margin-bottom: 2em
}
.info-doctor__content {
margin-top: 1em
}
.info-doctor__title h1 {
border-bottom: 1px solid #d7d7d7;
font-size: 24px;
font-family: "Caslon";
font-weight: 600;
color: #000;
}
.info-doctor__title {
margin-top: 2em
}
.texto-equipo-padding-bot {
margin-bottom: 1.4em
}
.texto-equipo-lineheight-custome h3 {
margin: 0
}
.compare-btn-custom {
background: #fff;
text-align: center;
color: #ffd180;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 14px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-top: 1em
}
.compare-btn-icon {
background: #ffd180;
color: #fff;
border-radius: 20px;
font-size: 19px;
font-weight: bold;
font-family: "Proxima Nova";
/* width: 20px; */
padding: 0px 4px;
text-align: center;
}
.sub-hero-content .sub-hero-search .panel-body {
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
min-height: 70px;
background-color: #fff;
box-shadow: 0px 1px 4px #d0d4d9;
border-color: #d7d7d7;
}
.dropdown-custom {
padding: 7px 0px;
}
.dropdown-custom button {
background: transparent;
color: #32404c;
width: 100%;
border-color: #d7d7d7;
text-align: left;
/* margin-top: 1em; */
/* border: none; */
padding: 4px 10px;
width: 100px;
}
.dropdown-custom h3 {
font-size: 14px;
font-family: "Proxima Nova";
font-weight: 600;
float: left;
padding: 4px 10px;
}
.hover-custom-dropdown:hover,
.hover-custom-dropdown:focus,
.hover-custom-dropdown:active {
background-color: #fff !important;
border-color: #d7d7d7 !important;
color: #32404c !important;
}
.panel-heading-custom {
margin-bottom: 3em;
border-bottom: 1px solid #d7d7d7;
}
.texto-equipo h3 b {
color: #32404c
}
.texto-equipo h3 {
font-size: 15px;
font-family: "Proxima Nova";
font-weight: 300;
}
.text-content-card-comparisons h5 {
font-size: 12px;
font-family: "Proxima Nova";
font-weight: 300;
color: #32404c;
text-align: left
}
.text-content-card-comparisons h4 {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c;
text-align: left
}
ul.comparisons-remove-margin {
margin: 0
}
.card-comparisons_custom p {
font-size: 12px;
font-family: "Proxima Nova";
font-weight: 300;
color: #32404c;
}
.card-comparisons_custom h3 a {
text-decoration: none;
color: #32404c;
}
.card-comparisons_custom h3 {
font-size: 16px;
font-family: "Proxima Nova";
text-align: left;
font-weight: 600;
}
.card-comparisons_custom img {
width: 70%
}
.card-comparisons_custom {
background: #fff;
/* padding-bottom: 2em !important; */
/* margin-bottom: 2.5em !important; */
box-shadow: 2px 2px 3px #d7d7d7;
/* border-radius: 0 !important; */
border: 1px solid #d7d7d7;
padding-top: 2em;
/* display: -webkit-box; */
padding: 10px;
min-height: 367px;
text-align: center
}
.card-equipo__ {
background: #fff;
padding-bottom: 2em !important;
margin-bottom: 2.5em !important;
box-shadow: 2px 2px 3px #d7d7d7;
border-radius: 0 !important;
border-color: #d7d7d7 !important;
padding-top: 2em !important;
display: -webkit-box;
}
.texto-equipo-title h3 {
font-size: 15px;
font-family: "Proxima Nova";
font-weight: 600;
}
.panel-default-no-border {
border: none;
box-shadow: none
}
.title-doc-titulo {
font-size: 23px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c
}
.btn-details-st:hover {
border: 1px solid #05b7b2;
color: #fff;
background: #05b7b2;
text-decoration: none;
}
.panel-default-padding {
margin-top: 10em;
box-shadow: 3px 2px 26px #fff;
}
.sub-hero-content {
margin-top: 4em;
background: url(./../img/sub-hero-search.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 300px;
margin-bottom: 8em;
}
.sub-hero-content-comparison {
margin-top: 4em;
background: url(./../img/sub-hero-search.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 300px;
}
.container-bg-login {
min-height: 680px;
height: 100px;
background: url(./../img/hero.jpg) center no-repeat;
width: 100%;
background-size: cover;
margin-top: 4em;
}
.container-bg-register {
min-height: 680px;
height: 100px;
background: url(./../img/hero.jpg) center no-repeat;
width: 100%;
background-size: cover;
}
.navbar-header img {
width: 150px;
}
.medtour-navbar {
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
min-height: 70px;
background-color: #fff;
box-shadow: 0px 1px 4px #d0d4d9;
border-color: #d7d7d7
}
.sub-hero-search {
padding-top: 19.4em;
}
.container-medtour-nav {
padding-top: 1em;
}
.navbar-nav>li>a {
font-size: 15px;
color: #32404c;
}
.nav>li>a:hover,
.nav>li>a:focus {
background-color: transparent;
color: #ffd180 !important
}
.container-bg {
border-bottom: 1px solid #d0d4d9;
box-shadow: 0px 1px 1px #d0d4d9;
position: relative;
}
.background-hero {
min-height: 380px;
height: 100px;
background: url(./../img/hero.jpg) center no-repeat;
width: 100%;
background-size: cover;
}
.content-hero h3 {
font-family: "Proxima Nova";
color: #fff;
font-size: 15px;
}
.content-hero h1 {
font-family: "Caslon";
color: #fff;
font-size: 24px;
}
.content-hero {
padding-top: 140px
}
.input-search select:focus {
border-bottom: 2px solid #05b7b2;
}
.input-search select {
border: none;
border-bottom: 1px solid #d7d7d7;
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
cursor: pointer
}
.input-search {
padding-top: 1em;
}
.input-search-country select:focus {
border-bottom: 2px solid #05b7b2;
}
.input-search-country select {
border: none;
border-bottom: 1px solid #d7d7d7;
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
cursor: pointer
}
.input-search-country {
padding-top: 1em;
}
.button-search {
padding-bottom: 1em;
}
.button-search input:hover {
background: #fff;
border: 1px solid #05b7b2;
color: #05b7b2;
}
.button-search input {
background: #05b7b2;
text-align: center;
padding: 5px 40px;
/* width: 140px; */
color: #fff;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
font-weight: 600;
font-size: 16px;
cursor: pointer;
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-top: 1em;
}
.profile-doctor {
padding-top: 20px;
}
.profile-doctor h3 {
font-size: 12px;
font-family: "Proxima Nova";
color: #32404c;
}
.content-section-profile {
padding-top: 2em;
}
.content-profile h1 {
font-family: "Caslon";
font-size: 24px;
color: #32404c;
}
.content-profile h3 {
font-family: "Proxima Nova";
color: #32404c;
font-size: 15px;
padding-bottom: 1em;
font-weight: 100;
line-height: 1.8;
}
.content-section-profile {
padding-top: 4em;
background: #fff;
min-height: 600px;
}
.content-container-card {
background: #f4f3f3;
padding-bottom: 3em;
}
.title-content h1 {
font-family: "Caslon";
font-size: 28px;
color: #32404c;
padding-top: 1em;
text-align: center;
text-transform: uppercase;
}
.padding-columns {
padding-top: 2em
}
.section-howitwork {
background: url(./../img/howitwork.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 100vh;
min-height: 900px;
}
.title-white h1 {
color: #fff;
padding-bottom: 2em;
}
.card-content-icon {
text-align: center;
}
.card__content h3 {
font-family: "Caslon";
font-size: 15px;
color: #fff;
padding-top: 1em;
text-align: center;
}
.card__content p {
font-family: "Proxima Nova";
font-size: 14px;
color: #fff;
text-align: center;
font-weight: 100;
}
.our-story {
background: url(./../img/ourstory.jpg) center no-repeat;
width: 100%;
background-size: cover;
height: 100vh;
height: 765px;
overflow: hidden;
background-color: #fff
}
.content-story {
font-family: "Proxima Nova";
color: #32404c;
font-size: 15px;
padding-bottom: 1em;
font-weight: 100;
text-align: center;
overflow: hidden
}
.content-logo-partner img {
width: 100px;
cursor: pointer
}
.content-logo-partner {
padding-top: 2em;
text-align: center
}
.footer-content h1 {
font-family: "Caslon";
font-size: 18px;
color: #b6b8b9;
padding-top: 1em;
font-weight: 600;
}
.footer-content p {
font-family: "Proxima Nova";
color: #667584;
font-size: 15px;
padding-bottom: 1em;
font-weight: 100;
border-bottom: 1px solid #667584;
}
.footer-border {
border-top: 1px solid #667584;
margin-top: 1em;
}
.footer {
background: #07192b;
}
.footer-about h3 {
font-family: "Caslon";
font-size: 14px;
color: #b6b8b9;
padding-top: 1em;
font-weight: 600;
}
.footer-about p {
font-family: "Proxima Nova";
font-size: 12px;
color: #667584;
padding-top: 1em;
font-weight: 100;
margin: 0;
padding: 0;
}
.footer-about__ p {
font-family: "Proxima Nova";
font-size: 13px;
color: #b6b8b9;
padding-top: 1em;
font-weight: 100;
}
.footer-about__ h5 {
font-family: "Proxima Nova";
font-size: 10px;
color: #667584;
padding-top: 1em;
font-weight: 100;
}
@media only screen and (min-width: 640px) {
.our-story {
overflow: hidden;
min-height: 380px;
height: 300px;
}
.images-story img {
position: relative;
}
.title-content.our-story-title h1 {
text-align: left
}
.content-story {
text-align: left
}
.button-search {
padding-top: 1em;
}
.content-section-profile {
min-height: 338px;
overflow: hidden
}
.img-profile-doc {
top: 21px;
position: relative;
}
.section-howitwork {
min-height: 540px
}
}
@media only screen and (min-width:768px) {
.images-story img {
bottom: 119px;
}
.our-story {
overflow: visible
}
.background-hero {
min-height: 450px;
}
.content-hero h3 {
font-size: 20px;
font-weight: 100;
}
.content-hero h1 {
font-family: "Caslon";
color: #fff;
font-size: 30px;
}
.content-profile h1 {
font-size: 40px
}
.img-profile-doc {
top: 34px;
}
.section-howitwork {
min-height: 500px;
}
.images-story {
height: 100px
}
}
@media only screen and (min-width:1024px) {
.images-story img {
bottom: 154px;
width: 80%;
}
.our-story {
height: 350px;
background-size: contain;
min-height: 416px;
}
.our-story .row {
height: 500px;
}
.background-hero {
min-height: 550px;
}
.content-hero h3 {
font-size: 24px;
font-weight: 100;
padding-top: 14px;
}
.content-hero h1 {
font-family: "Caslon";
color: #fff;
font-size: 40px;
}
.img-profile-doc {
top: 10px
}
.howitwork-content {
padding-top: 2em
}
.section-howitwork {
min-height: 400px
}
}
.hospital-title-heading h1 {
padding-top: 1em;
font-size: 32px;
font-family: "Caslon";
color: #32404c;
font-weight: 600;
padding-bottom: 10px;
}
.content-hospital-subheading h2 {
font-size: 15px;
font-family: "Proxima Nova";
color: #32404c;
font-weight: 600;
}
.content-hospital-subheading h3 {
padding-bottom: 1em;
font-size: 14px;
font-family: "Proxima Nova";
color: #32404c;
font-weight: 300;
}
.content-hospital-subheading h3 p a {
color: #32404c;
}
.icon-comparisons-add-doc {
margin: 0em 0em;
}
.icon-add-comparisons-btn i {
font-size: 220px;
font-family: "Proxima Nova";
font-weight: 300;
color: #A6ABB3;
}
.text-add-comparisons-btn h3 {
color: #CCCCCC;
margin-bottom: 1.6em;
}
.text-add-comparisons-btn h3:hover,
.link-add-comparisons a:hover {
text-decoration: none
}
.icon-comparisons-add-doc:hover {
opacity: 0.5;
}
.table {
font-family: "Proxima Nova"
}
tr th {
font-weight: 600
}
tr td {
font-size: 14px
}
table thead {
background: #fff;
border-bottom: 1px solid #d7d7d7 !important;
border-top: none;
border-right: none;
border-left: none;
}
table tbody,
table tfoot,
table thead {
border: none
}
tbody tr,
table tbody tr:nth-child(even) {
background: #fff;
border-bottom: 1px solid #d7d7d7
}
.dropdown-toggle span {
color: #32404c;
}
.custom-delete-admin {
padding: 9px 20px;
display: inline-block;
width: 100%;
}
.custom-delete-admin i {
float: left
}
.dropdown-menu li a,
.dropdown-menu li a i {
color: #32404c !important;
}
.btn-delete-admin-custom {
border: none;
background: transparent;
color: #32404c;
float: left;
}
.modal_custom {
width: 480px;
}
.modal_custom .hospital {
width: 550px;
}
.custom_padding label {
padding-top: 15px
}
.form_group label {
width: 100%;
padding: 0;
margin: 0;
text-align: left !important;
margin-top: 1em !important
}
.custom_input_material select {
width: 100%;
border-bottom: 1px solid #d7d7d7;
margin: 0 !important;
border-top: none;
border-left: none;
border-right: none;
padding: 0;
height: 25px;
font-size: 14px;
font-family: "proxima nova";
}
.custom_input_material input {
width: 100%;
border-bottom: 1px solid #d7d7d7;
margin: 0 !important;
border-top: none;
border-left: none;
border-right: none;
padding: 0;
height: 22px;
}
.custom_input_material input:focus {
border-bottom: 2px solid #05b7b2;
border-top: none;
border-left: none;
border-right: none;
}
.modal-header h4 {
font-size: 19px;
font-family: "caslon";
}
/*
.modal-body{
padding: 0px 15px;
}
*/
.custom_padding {
margin-left: 0 !important;
margin-right: 0 !important;
}
.modal-header {
padding: 10px
}
.btn-save-admin_custom input {
background: transparent;
text-align: center;
padding: 5px 32px;
/* width: 140px; */
color: #ffd180;
border-radius: 20px;
/* box-shadow: 1px 2px 1px #d0d4d9; */
border: 2px solid #ffd180;
font-family: "Proxima Nova";
font-weight: 600;
font-size: 14px;
/* cursor: pointer; */
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
margin-top: 2em;
/* float: right; */
}
.btn-save-admin_custom input:hover {
background: #ffd180;
border: 2px solid #ffd180;
color: #fff
}
.btn-save-admin_custom {
margin-top: 15px;
text-align: center;
}
.button_filter:focus {
outline: transparent;
}
.button_filter {
background: #05b7b2;
color: #fff;
cursor: pointer;
/* display: inline-block; */
/* width: initial !important; */
padding: 4px 7px;
}
.button_filter:hover {
opacity: 0.8
}
.content_filter div {
padding: 5px;
}
.content_filter div a {
color: #fff
}
.content_filter {
position: absolute;
width: 94.8%;
background: #0fccc6;
z-index: 1000;
}
.box_btn_custom {
padding-bottom: 1em;
}
.green_box_custom {
background: #05b7b2;
}
.green_box_custom h4 {
color: #fff
}
.btn-save-admin_custom span input {
background: transparent;
text-align: center;
padding: 5px 32px;
/* width: 140px; */
color: #bd4545;
border-radius: 20px;
/* box-shadow: 1px 2px 1px #d0d4d9; */
border: 2px solid #bd4545;
font-family: "Proxima Nova";
font-weight: 600;
font-size: 14px;
/* cursor: pointer; */
-webkit-transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
transition: color 0.4s ease-out, background 0.4s ease-out, box-shadow 0.4s ease-out;
margin-bottom: 1em;
margin-top: 2em;
margin-left: 1em;
/* float: right; */
}
.btn-save-admin_custom span input:hover {
background: #bd4545;
color: #fff;
border: 2px solid #bd4545;
}
.custom_input_material.radio_custom input {
width: 15px;
}
.badge,
.badge.primary {
background: #fff;
padding: 5px;
border: 1px solid #05b7b2;
color: #05b7b2;
}
.label,
.label.primary {
background: #ffd180;
color: #32404c;
}
@font-face {
font-family: "Proxima Nova";
src: url('./fonts/ProximaNovaRgRegular.ttf');
}
@font-face {
font-family: "Caslon";
src: url('./fonts/Caslon.ttf');
}
.box_spesializations_home {
text-align: center;
border: 1px solid #d7d7d7;
padding: 10px;
min-height: 365px;
}
.content_spesializations_home h3 {
font-size: 14px;
margin-bottom: 5px;
font-family: "proxima nova";
color: #32404c
}
.content_spesializations_home h1 {
font-size: 20px;
font-family: "proxima nova";
margin-top: 1em;
color: #32404c
}
hr.custom_hr {
margin: 0.5rem auto;
}
.img_spesializations_home img {
width: 100%
}
.treatment_comparison h4 {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c;
}
.value_treatment_comparison {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 300;
color: #32404c;
line-height: 1.5;
}
.spesialization_btn_bug h4 button {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #6FC6A9;
text-align: left;
}
.spesialization_btn_bug h4 {
font-size: 13px;
font-family: "Proxima Nova";
font-weight: 600;
color: #32404c;
text-align: left;
}
.treatment_comparison {
text-align: left;
position: absolute;
background: #fff;
width: 90%;
border: 1px solid #d7d7d7;
z-index: 1300;
/* line-height: 2; */
padding: 5px 10px;
box-shadow: 2px 2px 3px #d7d7d7;
} | 0.350421 | 0.109515 |
@import url(http://fonts.googleapis.com/css?family=Oswald);
body {
background-color: #000;
font-family: 'Oswald', 'Futura', sans-serif;
margin: 0;
padding: 0;}
#page {
background-color: #403c3b;
margin: 0 auto 0 auto;
position: relative;
text-align: center;}
/* Responsive page rules at bottom of style sheet */
h1 {
background-image: url(../images/kinglogo.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
text-indent: -1000%;
height: 75px;
line-height: 75px;
width: 117px;
margin: 0 auto 0 auto;
padding: 30px 10px 20px 10px;}
h2 {
color: #fff;
font-size: 24px;
font-weight: normal;
text-align: center;
text-transform: uppercase;
letter-spacing: .3em;
display: inline-block;
margin: 0 0 23px 0;}
h2 span {
background-color: #fff;
color: #000;
font-size: 12px;
text-align: center;
letter-spacing: 0;
display: inline-block;
position: relative;
border-radius: 50%;
top: -5px;
height: 22px;
width: 26px;
padding: 4px 0 0 0;}
ul {
border:none;
padding: 0;
margin: 0;}
li {
background-color: #ec8b68;
color: #fff;
border-top: 1px solid #fe9772;
border-bottom: 1px solid #9f593f;
font-size: 24px;
letter-spacing: .05em;
list-style-type: none;
text-shadow: 2px 2px 1px #9f593f;
text-align: left;
height: 50px;
padding-left: 1em;
padding-top: 10px;}
li a {
color: #fff;
background-image: url('../images/icon-link.png');
background-position: right, center;
background-repeat: no-repeat;
text-decoration: none;
padding-right: 36px;}
li.complete a {
background-image: none;}
p {
background-color: #fff;
color: #666;
padding: 10px;
display: inline-block;
margin: 20px auto 20px auto;
width: 80%;
border-radius: 5px;
text-align: center;}
.hot {
background-color: #d7666b;
color: #fff;
text-shadow: 2px 2px 1px #914141;
border-top: 1px solid #e99295;
border-bottom: 1px solid #914141;}
.cool {
background-color: #6cc0ac;
color: #fff;
text-shadow: 2px 2px 1px #3b6a5e;
border-top: 1px solid #7ee0c9;
border-bottom: 1px solid #3b6a5e;}
.complete {
background-color: #999;
color: #fff;
background-image: url("../images/icon-trash.png");
background-position: right, center;
background-repeat: no-repeat;
border-top: 1px solid #666;
border-bottom: 1px solid #b0b0b0;
text-shadow: 2px 2px 1px #333;}
.complete a {display:block;}
.favorite {
background-image: url('../images/icon-heart.png');
background-position: right, center;
background-repeat: no-repeat;}
em.seasonal
{
background-image: url('../images/icon-calendar.png');
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;}
/* FORM STYLES */
form {
padding: 0 20px 20px 20px;}
label {
color: #fff;
display: block;
margin: 10px 0 10px 0;
font-size: 24px;}
input[type='text'], input[type='password'], textarea {
background-color: #999;
color: #333;
font-size: 24px;
width: 96%;
padding: 4px 6px;
border: 1px solid #999;
border-radius: 8px;}
input[type='submit'], a.add, button, a.show {
background-color: #cb6868;
color: #f3dad1;
border-radius: 8px;
border: none;
padding: 8px 10px;
margin-top: 10px;
font-family: 'Oswald', 'Futura', sans-serif;
font-size: 18px;
text-decoration: none;
text-transform: uppercase;}
input[type='submit'], a.add, button {
float: right;}
input[type='text']:focus, input[type='password']:focus, textarea:focus {
border: 1px solid #fff;
background-color: #fff;
outline: none;}
input[type='submit']:hover, a.add:hover, a.show:hover {
background-color: #000;
color: #fff;
cursor: pointer;}
::-webkit-input-placeholder {color: #403c3b; font-family: arial, sans-serif;}
:-moz-placeholder { /* Firefox 18- */ color: #403c3b; font-family: arial, sans-serif;}
::-moz-placeholder { /* Firefox 19+ */ color: #403c3b; font-family: arial, sans-serif;}
:-ms-input-placeholder { color: #403c3b; font-family: arial, sans-serif;}
textarea {
width: 96%;
height: 5em;
line-height: 1.4em;}
select, option {
font-size: 16px;}
#feedback, #termsHint {
color: #fff;
background-image: url('../images/warning.png');
background-repeat: no-repeat;
background-position: 2px 14px;
padding: 10px 0 0 22px;}
#packageHint {
color: #fff;
background-image: url('../images/hint.png');
background-repeat: no-repeat;
background-position: 2px 5px;
padding-left: 22px;}
label.selectbox {
display: inline;}
label.checkbox {
display: inline;
font-size: 16px;}
/* Link to show list */
h2 a {
font-size: 12px; }
a.show{
font-size: 12px;
padding: 5px;
letter-spacing: 0;
position: relative;
top: -5px;
left: 10px;}
/* form example */
#newItemButton {padding: 10px 20px 75px 20px; display: none;}
#removeCompleteButton {padding: 10px 20px 75px 20px; float: left;}
#newItemForm {padding-top: 20px;}
#itemDescription {width: 360px;}
#newItemForm input[type='submit'] {margin-top: 0; text-align: left;}
/* Attributes example */
#group {
margin: 10px;
border: 2px solid #fff;}
/* Events object */
.date, li i {
font-size: 12px;
padding-left: 8px;}
/* Additional styles for position example */
#slideAd {
width: 130px;
height: 60px;
background-color: #403c3b;
background-image: url('../images/adverlion.png');
background-repeat: no-repeat;
background-position: 10px center;
color: #fff;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 25px 20px 10px 85px;
position: fixed;
bottom: 20px;
right: -235px;
text-transform: uppercase;}
#footer {
background:none;
color: #fff;}
/* Small screen:mobile */
@media only screen and (max-width: 500px) {
body {
background-color: #403c3b;
}
#page {
max-width: 480px;
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
#page {
max-width: 480px;
margin: 20px auto 20px auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#page {
max-width: 480px;
margin: 20px auto 20px auto;
}
}
/* Larger screens act like a demo for the app */
@media only screen and (min-width: 960px) {
#page {
max-width: 480px;
margin: 20px auto 20px auto;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
h1{
background-image: url(../images/2xkinglogo.png);
background-size: 72px 72px;
}
} | css/style.css | @import url(http://fonts.googleapis.com/css?family=Oswald);
body {
background-color: #000;
font-family: 'Oswald', 'Futura', sans-serif;
margin: 0;
padding: 0;}
#page {
background-color: #403c3b;
margin: 0 auto 0 auto;
position: relative;
text-align: center;}
/* Responsive page rules at bottom of style sheet */
h1 {
background-image: url(../images/kinglogo.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
text-indent: -1000%;
height: 75px;
line-height: 75px;
width: 117px;
margin: 0 auto 0 auto;
padding: 30px 10px 20px 10px;}
h2 {
color: #fff;
font-size: 24px;
font-weight: normal;
text-align: center;
text-transform: uppercase;
letter-spacing: .3em;
display: inline-block;
margin: 0 0 23px 0;}
h2 span {
background-color: #fff;
color: #000;
font-size: 12px;
text-align: center;
letter-spacing: 0;
display: inline-block;
position: relative;
border-radius: 50%;
top: -5px;
height: 22px;
width: 26px;
padding: 4px 0 0 0;}
ul {
border:none;
padding: 0;
margin: 0;}
li {
background-color: #ec8b68;
color: #fff;
border-top: 1px solid #fe9772;
border-bottom: 1px solid #9f593f;
font-size: 24px;
letter-spacing: .05em;
list-style-type: none;
text-shadow: 2px 2px 1px #9f593f;
text-align: left;
height: 50px;
padding-left: 1em;
padding-top: 10px;}
li a {
color: #fff;
background-image: url('../images/icon-link.png');
background-position: right, center;
background-repeat: no-repeat;
text-decoration: none;
padding-right: 36px;}
li.complete a {
background-image: none;}
p {
background-color: #fff;
color: #666;
padding: 10px;
display: inline-block;
margin: 20px auto 20px auto;
width: 80%;
border-radius: 5px;
text-align: center;}
.hot {
background-color: #d7666b;
color: #fff;
text-shadow: 2px 2px 1px #914141;
border-top: 1px solid #e99295;
border-bottom: 1px solid #914141;}
.cool {
background-color: #6cc0ac;
color: #fff;
text-shadow: 2px 2px 1px #3b6a5e;
border-top: 1px solid #7ee0c9;
border-bottom: 1px solid #3b6a5e;}
.complete {
background-color: #999;
color: #fff;
background-image: url("../images/icon-trash.png");
background-position: right, center;
background-repeat: no-repeat;
border-top: 1px solid #666;
border-bottom: 1px solid #b0b0b0;
text-shadow: 2px 2px 1px #333;}
.complete a {display:block;}
.favorite {
background-image: url('../images/icon-heart.png');
background-position: right, center;
background-repeat: no-repeat;}
em.seasonal
{
background-image: url('../images/icon-calendar.png');
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;}
/* FORM STYLES */
form {
padding: 0 20px 20px 20px;}
label {
color: #fff;
display: block;
margin: 10px 0 10px 0;
font-size: 24px;}
input[type='text'], input[type='password'], textarea {
background-color: #999;
color: #333;
font-size: 24px;
width: 96%;
padding: 4px 6px;
border: 1px solid #999;
border-radius: 8px;}
input[type='submit'], a.add, button, a.show {
background-color: #cb6868;
color: #f3dad1;
border-radius: 8px;
border: none;
padding: 8px 10px;
margin-top: 10px;
font-family: 'Oswald', 'Futura', sans-serif;
font-size: 18px;
text-decoration: none;
text-transform: uppercase;}
input[type='submit'], a.add, button {
float: right;}
input[type='text']:focus, input[type='password']:focus, textarea:focus {
border: 1px solid #fff;
background-color: #fff;
outline: none;}
input[type='submit']:hover, a.add:hover, a.show:hover {
background-color: #000;
color: #fff;
cursor: pointer;}
::-webkit-input-placeholder {color: #403c3b; font-family: arial, sans-serif;}
:-moz-placeholder { /* Firefox 18- */ color: #403c3b; font-family: arial, sans-serif;}
::-moz-placeholder { /* Firefox 19+ */ color: #403c3b; font-family: arial, sans-serif;}
:-ms-input-placeholder { color: #403c3b; font-family: arial, sans-serif;}
textarea {
width: 96%;
height: 5em;
line-height: 1.4em;}
select, option {
font-size: 16px;}
#feedback, #termsHint {
color: #fff;
background-image: url('../images/warning.png');
background-repeat: no-repeat;
background-position: 2px 14px;
padding: 10px 0 0 22px;}
#packageHint {
color: #fff;
background-image: url('../images/hint.png');
background-repeat: no-repeat;
background-position: 2px 5px;
padding-left: 22px;}
label.selectbox {
display: inline;}
label.checkbox {
display: inline;
font-size: 16px;}
/* Link to show list */
h2 a {
font-size: 12px; }
a.show{
font-size: 12px;
padding: 5px;
letter-spacing: 0;
position: relative;
top: -5px;
left: 10px;}
/* form example */
#newItemButton {padding: 10px 20px 75px 20px; display: none;}
#removeCompleteButton {padding: 10px 20px 75px 20px; float: left;}
#newItemForm {padding-top: 20px;}
#itemDescription {width: 360px;}
#newItemForm input[type='submit'] {margin-top: 0; text-align: left;}
/* Attributes example */
#group {
margin: 10px;
border: 2px solid #fff;}
/* Events object */
.date, li i {
font-size: 12px;
padding-left: 8px;}
/* Additional styles for position example */
#slideAd {
width: 130px;
height: 60px;
background-color: #403c3b;
background-image: url('../images/adverlion.png');
background-repeat: no-repeat;
background-position: 10px center;
color: #fff;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 25px 20px 10px 85px;
position: fixed;
bottom: 20px;
right: -235px;
text-transform: uppercase;}
#footer {
background:none;
color: #fff;}
/* Small screen:mobile */
@media only screen and (max-width: 500px) {
body {
background-color: #403c3b;
}
#page {
max-width: 480px;
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
#page {
max-width: 480px;
margin: 20px auto 20px auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#page {
max-width: 480px;
margin: 20px auto 20px auto;
}
}
/* Larger screens act like a demo for the app */
@media only screen and (min-width: 960px) {
#page {
max-width: 480px;
margin: 20px auto 20px auto;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
h1{
background-image: url(../images/2xkinglogo.png);
background-size: 72px 72px;
}
} | 0.213951 | 0.088978 |
width: 100%;
background-color: #131b33;
max-height: 800px;
padding: 50px 0;
display: flex;
align-items: center;
justify-content: center;
}
.githubLink {
color: white;
}
.container {
display: flex !important;
align-items: baseline;
color: #ffffff;
justify-content: center;
}
.wallet {
display: flex;
flex-direction: column;
align-items: center;
width: 50%;
margin-right: 10px;
/* max-width: 450px; */
color: #ffffff;
}
.imgContainer {
height: 320px;
width: 100%;
background: #3650a2;
border-radius: 6px;
overflow: hidden;
display: flex;
justify-content: center;
position: relative;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 530px;
height: 280px;
z-index: 2;
margin-top: 40px;
}
.imgContainer .background {
width: 500%;
height: 500%;
position: absolute;
top: 0;
left: 0;
margin-top: 0;
z-index: 0;
opacity: 0.3;
filter: invert(0.5);
}
.header {
font-size: 34px;
line-height: 45px;
white-space: nowrap;
}
.download {
margin-top: 20px;
padding: 13px 40px;
background: #3650a2;
border-radius: 90px;
color: #ffffff;
font-size: 16px;
width: 290px;
margin-bottom: 20px;
}
.download:hover {
background: #2c3c70;
}
.compatibility {
display: flex;
flex-direction: column;
width: 100%;
align-items: flex-start;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.compatibilityImg,
.compatibilityImgDesktop {
display: flex;
align-items: baseline;
margin-top: 20px;
margin-bottom: 20px;
font-size: 16px;
}
.versionImgName {
display: flex;
align-items: center;
margin-right: 20px;
font-weight: 600;
color: white;
/* margin-left: 20px; */
}
.versionImgName img {
width: 24px;
height: 24px;
}
.versionImgName span {
margin-left: 10px;
}
.opacity {
opacity: 0.5 !important;
}
.about {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
min-height: 120px;
margin-top: 20px;
}
.supported,
.updated {
opacity: 0.5;
}
.lastUpdated,
.lastUpdatedDesktop {
margin-top: auto;
margin-bottom: 25px;
}
.updated {
margin-left: -5px;
}
@media only screen and (orientation: portrait) {
#containerFluid {
max-height: 700px;
min-height: unset;
}
}
@media only screen and (max-width: 1199px) {
.imgContainer {
height: 280px;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 430px;
height: 230px;
margin-top: 50px;
}
}
@media only screen and (max-width: 991px) {
.header {
font-size: 28px;
}
.imgContainer {
height: 200px;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 341px;
height: 180px;
z-index: 2;
margin-top: 25px;
}
}
@media only screen and (max-width: 767px) {
#containerFluid {
min-height: calc(100vh - 106px);
max-height: unset;
padding: 0;
}
#containerFluid .container {
padding: 0 20px;
margin-left: 0 !important;
margin-right: 0 !important;
flex-direction: column-reverse;
align-items: center;
}
.wallet {
width: 80%;
margin-bottom: 40px;
}
.download {
width: 280px;
padding: 9px 20px;
}
.header {
font-size: 24px;
line-height: 32px;
}
.lastUpdated {
margin-top: 20px;
}
.lastUpdatedDesktop {
display: none;
}
.about {
min-height: unset;
font-size: 13px;
}
}
@media only screen and (max-width: 600px) {
.wallet {
width: 100%;
}
.imgContainer {
height: 180px;
width: 90%;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 300px;
height: 160px;
margin-top: 30px;
}
}
@media only screen and (max-width: 380px) {
.compatibilityImg {
flex-wrap: nowrap;
}
.compatibilityImgDesktop {
flex-wrap: wrap;
margin-bottom: 0;
}
.compatibilityImgDesktop .versionImgName {
margin-bottom: 25px;
}
.imgContainer {
height: 200px;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 230px;
height: 200px;
}
} | src/components/download/download.module.css | width: 100%;
background-color: #131b33;
max-height: 800px;
padding: 50px 0;
display: flex;
align-items: center;
justify-content: center;
}
.githubLink {
color: white;
}
.container {
display: flex !important;
align-items: baseline;
color: #ffffff;
justify-content: center;
}
.wallet {
display: flex;
flex-direction: column;
align-items: center;
width: 50%;
margin-right: 10px;
/* max-width: 450px; */
color: #ffffff;
}
.imgContainer {
height: 320px;
width: 100%;
background: #3650a2;
border-radius: 6px;
overflow: hidden;
display: flex;
justify-content: center;
position: relative;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 530px;
height: 280px;
z-index: 2;
margin-top: 40px;
}
.imgContainer .background {
width: 500%;
height: 500%;
position: absolute;
top: 0;
left: 0;
margin-top: 0;
z-index: 0;
opacity: 0.3;
filter: invert(0.5);
}
.header {
font-size: 34px;
line-height: 45px;
white-space: nowrap;
}
.download {
margin-top: 20px;
padding: 13px 40px;
background: #3650a2;
border-radius: 90px;
color: #ffffff;
font-size: 16px;
width: 290px;
margin-bottom: 20px;
}
.download:hover {
background: #2c3c70;
}
.compatibility {
display: flex;
flex-direction: column;
width: 100%;
align-items: flex-start;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.compatibilityImg,
.compatibilityImgDesktop {
display: flex;
align-items: baseline;
margin-top: 20px;
margin-bottom: 20px;
font-size: 16px;
}
.versionImgName {
display: flex;
align-items: center;
margin-right: 20px;
font-weight: 600;
color: white;
/* margin-left: 20px; */
}
.versionImgName img {
width: 24px;
height: 24px;
}
.versionImgName span {
margin-left: 10px;
}
.opacity {
opacity: 0.5 !important;
}
.about {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
min-height: 120px;
margin-top: 20px;
}
.supported,
.updated {
opacity: 0.5;
}
.lastUpdated,
.lastUpdatedDesktop {
margin-top: auto;
margin-bottom: 25px;
}
.updated {
margin-left: -5px;
}
@media only screen and (orientation: portrait) {
#containerFluid {
max-height: 700px;
min-height: unset;
}
}
@media only screen and (max-width: 1199px) {
.imgContainer {
height: 280px;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 430px;
height: 230px;
margin-top: 50px;
}
}
@media only screen and (max-width: 991px) {
.header {
font-size: 28px;
}
.imgContainer {
height: 200px;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 341px;
height: 180px;
z-index: 2;
margin-top: 25px;
}
}
@media only screen and (max-width: 767px) {
#containerFluid {
min-height: calc(100vh - 106px);
max-height: unset;
padding: 0;
}
#containerFluid .container {
padding: 0 20px;
margin-left: 0 !important;
margin-right: 0 !important;
flex-direction: column-reverse;
align-items: center;
}
.wallet {
width: 80%;
margin-bottom: 40px;
}
.download {
width: 280px;
padding: 9px 20px;
}
.header {
font-size: 24px;
line-height: 32px;
}
.lastUpdated {
margin-top: 20px;
}
.lastUpdatedDesktop {
display: none;
}
.about {
min-height: unset;
font-size: 13px;
}
}
@media only screen and (max-width: 600px) {
.wallet {
width: 100%;
}
.imgContainer {
height: 180px;
width: 90%;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 300px;
height: 160px;
margin-top: 30px;
}
}
@media only screen and (max-width: 380px) {
.compatibilityImg {
flex-wrap: nowrap;
}
.compatibilityImgDesktop {
flex-wrap: wrap;
margin-bottom: 0;
}
.compatibilityImgDesktop .versionImgName {
margin-bottom: 25px;
}
.imgContainer {
height: 200px;
}
.imgContainer .desktopImg,
.imgContainer .phoneImg {
width: 230px;
height: 200px;
}
} | 0.40392 | 0.084153 |
BODY, WRAPPINGS, ANCHORS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
direction:rtl;
unicode-bidi:embed;
}
#wrapper {
text-align: right; /* IE */
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HEADER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header_text {
text-align: right;
padding: 0 30px 0 15px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTENT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content {
float: right;
margin: 0 75px 0 0;
padding: 40px 30px 40px 0;
}
.alignleft { margin: 10px 0 0 0; float: right; }
.alignright { margin: 10px 0 0 40px; float: left; text-align: left; display: inline; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
POST
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post .date {
background-position:right top;
float: right;
margin: 6px 0 0 10px;
}
.post div.title_box {
float: right;
}
.post h2 {
float: right;
}
.post div.comment_link {
clear: right;
}
.post .entry blockquote, .post .entrytext blockquote {
border-right: 6px solid #000;
border-left: 0;
padding-right: 8px;
padding-left: 0;
}
.post blockquote, .post ul, .post ol { margin-right: 20px; padding-right: 20px;margin-left: 0; padding-left: 0; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SIDEBAR
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
padding: 40px 15px 40px 0;
float: right;
}
#sidebar li>h2 { margin-right: 15px;margin-left: 0; } /* Non IE */
#sidebar li ul {
margin: 0 25px 20px 0;
}
#searchform input {
margin: 0 25px 0 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMMENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#commentform { margin: 0 20px 20px 0; }
ol.commentlist {
margin: 0 30px 0 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comment .avatar {
float: left;
margin-right: .5em;
margin-left: 0;
} | tests/data/wpcom-themes/sunburn/rtl.css | BODY, WRAPPINGS, ANCHORS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
direction:rtl;
unicode-bidi:embed;
}
#wrapper {
text-align: right; /* IE */
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HEADER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header_text {
text-align: right;
padding: 0 30px 0 15px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTENT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#content {
float: right;
margin: 0 75px 0 0;
padding: 40px 30px 40px 0;
}
.alignleft { margin: 10px 0 0 0; float: right; }
.alignright { margin: 10px 0 0 40px; float: left; text-align: left; display: inline; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
POST
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post .date {
background-position:right top;
float: right;
margin: 6px 0 0 10px;
}
.post div.title_box {
float: right;
}
.post h2 {
float: right;
}
.post div.comment_link {
clear: right;
}
.post .entry blockquote, .post .entrytext blockquote {
border-right: 6px solid #000;
border-left: 0;
padding-right: 8px;
padding-left: 0;
}
.post blockquote, .post ul, .post ol { margin-right: 20px; padding-right: 20px;margin-left: 0; padding-left: 0; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SIDEBAR
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
padding: 40px 15px 40px 0;
float: right;
}
#sidebar li>h2 { margin-right: 15px;margin-left: 0; } /* Non IE */
#sidebar li ul {
margin: 0 25px 20px 0;
}
#searchform input {
margin: 0 25px 0 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMMENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#commentform { margin: 0 20px 20px 0; }
ol.commentlist {
margin: 0 30px 0 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comment .avatar {
float: left;
margin-right: .5em;
margin-left: 0;
} | 0.158174 | 0.108756 |
*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background: url("../images/back.76282b8078cb.png");
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
form{
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.829) 37%, rgb(255, 255, 255) 100%);
border-radius:10px;
position: absolute;
top:5%;
left:30%;
margin:0 auto;
width:40%;
height: 60vh;
justify-content: left;
align-items: center;
text-align: left;
}
.unique{
display: table;
}
form *{
margin-top:10px;
margin-bottom: 10px;
}
/* <label for="id_cover" class=" requiredField"> */
/* Cover<span class="asteriskField">*</span> </label> */
.requiredField span{
display: none;
}
.requiredField{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 25px;
font-weight: bold;
}
form input{
margin-top:5px;
border-width: 0px;
height: 9vh;
border-width: 1px;
background:white;
outline:none;
border:none;
padding: 15px 0;
color:black;
width:70%;
font-size: 15px;
right:5%;
border-bottom:3px solid black;
border-radius: 10px;
}
#div_id_email{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 25px;
font-weight: bold;
}
a{
text-decoration: none;
color: darkturquoise;
text-align: center;
padding-top: 12px;
}
#hint_id_username{
display: none;
}
.button{
width: 200px;
height: 45px;
border-width: 0px;
border-radius: 10px;
background-color: black;
color: darkturquoise;
display: table-cell;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
float: left;
margin-bottom: 200px;
}
.block{
width:10px;
height: 100px;
margin-top: 100px;
background-color: transparent;
}
#div_id_profilepic #text{
display:none;
color: blue;
visibility: hidden;
}
#div_id_profilepic a{
display:none;
}
@media screen and (max-width:786px){
form{
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.829) 37%, rgb(255, 255, 255) 100%);
border-radius:10px;
position: absolute;
top:5%;
left:5%;
margin:0 auto;
width:90%;
height: 86vh;
justify-content: center;
align-items: center;
text-align: center;
}
form input{
margin-top:5px;
border-width: 0px;
height: 8vh;
border-width: 1px;
background:white;
outline:none;
border:none;
padding: 15px 0;
color:black;
width:70%;
font-size: 15px;
right:5%;
border-bottom:3px solid black;
border-radius: 10px;
}
#div_id_email{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
}
.requiredField{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
}
body{
background: url("../images/back1.8a83253a7aae.png");
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
.button{
width: 60%;
height: 45px;
border-width: 0px;
border-radius: 10px;
background-color: black;
color: darkturquoise;
display: table-cell;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
float: left;
margin-bottom: 100px;
margin-left: 22%;
}
} | staticfiles/css/editprofile.603481f1c115.css | *{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background: url("../images/back.76282b8078cb.png");
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
form{
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.829) 37%, rgb(255, 255, 255) 100%);
border-radius:10px;
position: absolute;
top:5%;
left:30%;
margin:0 auto;
width:40%;
height: 60vh;
justify-content: left;
align-items: center;
text-align: left;
}
.unique{
display: table;
}
form *{
margin-top:10px;
margin-bottom: 10px;
}
/* <label for="id_cover" class=" requiredField"> */
/* Cover<span class="asteriskField">*</span> </label> */
.requiredField span{
display: none;
}
.requiredField{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 25px;
font-weight: bold;
}
form input{
margin-top:5px;
border-width: 0px;
height: 9vh;
border-width: 1px;
background:white;
outline:none;
border:none;
padding: 15px 0;
color:black;
width:70%;
font-size: 15px;
right:5%;
border-bottom:3px solid black;
border-radius: 10px;
}
#div_id_email{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 25px;
font-weight: bold;
}
a{
text-decoration: none;
color: darkturquoise;
text-align: center;
padding-top: 12px;
}
#hint_id_username{
display: none;
}
.button{
width: 200px;
height: 45px;
border-width: 0px;
border-radius: 10px;
background-color: black;
color: darkturquoise;
display: table-cell;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
float: left;
margin-bottom: 200px;
}
.block{
width:10px;
height: 100px;
margin-top: 100px;
background-color: transparent;
}
#div_id_profilepic #text{
display:none;
color: blue;
visibility: hidden;
}
#div_id_profilepic a{
display:none;
}
@media screen and (max-width:786px){
form{
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.829) 37%, rgb(255, 255, 255) 100%);
border-radius:10px;
position: absolute;
top:5%;
left:5%;
margin:0 auto;
width:90%;
height: 86vh;
justify-content: center;
align-items: center;
text-align: center;
}
form input{
margin-top:5px;
border-width: 0px;
height: 8vh;
border-width: 1px;
background:white;
outline:none;
border:none;
padding: 15px 0;
color:black;
width:70%;
font-size: 15px;
right:5%;
border-bottom:3px solid black;
border-radius: 10px;
}
#div_id_email{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
}
.requiredField{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
}
body{
background: url("../images/back1.8a83253a7aae.png");
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
.button{
width: 60%;
height: 45px;
border-width: 0px;
border-radius: 10px;
background-color: black;
color: darkturquoise;
display: table-cell;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
float: left;
margin-bottom: 100px;
margin-left: 22%;
}
} | 0.349644 | 0.075483 |
.corona-survey {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
}
.corona-survey, .survey-caroussel .survery-caroussel__controls {
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;
}
.corona-survey-hero {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 200px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#6d9197), to(#c4cdc1));
background-image: linear-gradient(#6d9197, #c4cdc1);
}
.corona-survey {
height: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 200px 0 0 0;
padding: 20px 15vw;
}
.corona-survey h2 {
width: 100%;
}
.corona-survey__question, .corona-survey__answers {
width: 75%;
margin: 20px auto;
}
.corona-survey__conclusion {
text-align: center;
}
.survey__step {
width: 100%;
margin: 20px auto;
text-align: right;
font-size: 13px;
font-weight: 900;
color: #6d9197;
}
.survey__step span {
display: inline-block;
font-size: 18px;
font-weight: 350;
-webkit-transform: translate(0, 5px);
transform: translate(0, 5px);
}
.survey-caroussel {
position: relative;
width: 100%;
min-height: 67vh;
}
.survey-caroussel .survey-slide-render {
position: absolute;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
opacity: 0;
z-index: -1;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transition: opacity .4s ease, -webkit-transform .25s ease-out;
transition: opacity .4s ease, -webkit-transform .25s ease-out;
transition: transform .25s ease-out, opacity .4s ease;
transition: transform .25s ease-out, opacity .4s ease, -webkit-transform .25s ease-out;
}
.survey-caroussel .survey-slide-render.visible {
opacity: 1;
z-index: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.survey-caroussel .survey-slide-render__inner {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: calc(100% - 125px);
overflow: auto;
}
.survey-caroussel .survery-caroussel__controls {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 0;
z-index: 2;
}
.survey-caroussel .survery-caroussel__controls button {
min-width: 150px;
height: 45px;
margin: 20px;
padding: 0 10px;
font: inherit;
font-weight: 650;
color: #dee1dd;
background: #6d9197;
border: none;
border-radius: 12px;
outline: none;
cursor: pointer;
-webkit-transition: background .4s ease;
transition: background .4s ease;
}
.survey-caroussel .survery-caroussel__controls button:hover {
background: #8ba7ac;
}
/*# sourceMappingURL=survey.css.map */ | src/components/survey/survey.css | .corona-survey {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
}
.corona-survey, .survey-caroussel .survery-caroussel__controls {
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;
}
.corona-survey-hero {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 200px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#6d9197), to(#c4cdc1));
background-image: linear-gradient(#6d9197, #c4cdc1);
}
.corona-survey {
height: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 200px 0 0 0;
padding: 20px 15vw;
}
.corona-survey h2 {
width: 100%;
}
.corona-survey__question, .corona-survey__answers {
width: 75%;
margin: 20px auto;
}
.corona-survey__conclusion {
text-align: center;
}
.survey__step {
width: 100%;
margin: 20px auto;
text-align: right;
font-size: 13px;
font-weight: 900;
color: #6d9197;
}
.survey__step span {
display: inline-block;
font-size: 18px;
font-weight: 350;
-webkit-transform: translate(0, 5px);
transform: translate(0, 5px);
}
.survey-caroussel {
position: relative;
width: 100%;
min-height: 67vh;
}
.survey-caroussel .survey-slide-render {
position: absolute;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
opacity: 0;
z-index: -1;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transition: opacity .4s ease, -webkit-transform .25s ease-out;
transition: opacity .4s ease, -webkit-transform .25s ease-out;
transition: transform .25s ease-out, opacity .4s ease;
transition: transform .25s ease-out, opacity .4s ease, -webkit-transform .25s ease-out;
}
.survey-caroussel .survey-slide-render.visible {
opacity: 1;
z-index: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.survey-caroussel .survey-slide-render__inner {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: calc(100% - 125px);
overflow: auto;
}
.survey-caroussel .survery-caroussel__controls {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 0;
z-index: 2;
}
.survey-caroussel .survery-caroussel__controls button {
min-width: 150px;
height: 45px;
margin: 20px;
padding: 0 10px;
font: inherit;
font-weight: 650;
color: #dee1dd;
background: #6d9197;
border: none;
border-radius: 12px;
outline: none;
cursor: pointer;
-webkit-transition: background .4s ease;
transition: background .4s ease;
}
.survey-caroussel .survery-caroussel__controls button:hover {
background: #8ba7ac;
}
/*# sourceMappingURL=survey.css.map */ | 0.460046 | 0.04714 |
notes:
When using "calc" we give a non-calc argument first to support browsers
that do not support calc expressions.
*/
html,body,#main {
height: 100%;
padding: 0pt;
margin: 0pt;
}
/* Colors */
#main, .spinner.spin {
background-color: white;
}
.output {
background-color: white;
border-style: solid;
}
.header-bar, .output {
border-color: silver;
border-width: 1px;
}
.view {
background-color: white;
}
.theme-dark .app-body {
background-color: white;
}
.theme-dark #main,
.theme-dark .spinner.spin,
.theme-dark .output,
.theme-dark .header-bar {
background-color: #135;
border-style: none;
color: white;
}
.theme-dark .header-bar .menu {
color: black;
}
.theme-dark .header-bar .menu .button:hover {
background-color: Gainsboro;
}
.theme-dark .monaco-editor.vs .clnr {
color: #666;
}
.theme-dark .popup:hover,
.theme-dark .popup>.button:hover,
.theme-dark .header-bar a:hover,
.theme-dark .header-bar .button:hover {
background-color: #357;
}
#edit-select-directory {
display: none;
}
/* Application panes */
#main {
padding: 0em 0.25em;
}
.app-body {
height: calc(100% - 3.2rem);
}
.header-bar {
height: 1.4rem;
margin: 0pt;
padding: 0pt;
}
.header-bar, .toolbar, modal {
font-family: "Segoe UI", Segoe, "DejaVu Sans", "Trebuchet MS", sans-serif;
}
.app-header.header-bar {
padding-top: 0.2rem;
padding-bottom: 0.1rem;
}
.app-footer.header-bar {
padding-top: 0.1rem;
}
.pane {
height: 100%;
width: 49%;
xtransition: width 1s;
}
.pane-content {
height: 100%;
position: relative;
}
.pane.left {
width: calc(53%);
}
.pane.right {
width: calc(47%);
}
#main[data-view=wide] .pane.right, #main[data-view=narrow] .pane.left {
width: 70%;
}
#main[data-view=narrow] .pane.right, #main[data-view=wide] .pane.left {
width: 30%;
}
.pane.right {
float: right;
}
.pane.left {
float: left;
}
/* header & footer */
.header-bar img {
height: 1em;
vertical-align: -0.1em;
}
.header-bar .right {
float: right;
}
#main .header-bar .right img {
margin: 0em 0.2em;
}
img#console-ok {
height: 1.4em;
vertical-align: -0.2em;
}
#main .app-footer {
font-size: small;
}
.ms-notice {
float : right;
font-size : x-small;
margin-top: 0.1em;
}
#madokoDigest {
padding-left: 1em;
color: Dimgray;
}
.app-footer a.external {
text-decoration: underline;
}
.app-footer a {
color: white;
text-decoration: none;
}
.app-footer #view-message {
margin-left: 0.25em;
}
.app-footer #status {
width: 50%;
}
/* Main elements in panes */
#editor {
height: 100%;
}
.view {
height: 100%;
width: 100%;
border: none;
}
#console-out {
overflow: scroll;
font-size: 8pt;
padding: 0.5rem;
transition: height 0.8s;
height: calc(100% - 1rem);
color: black;
white-space: nowrap;
}
#console-out a, #console-out .save-link {
color: blue;
}
#console-out a:hover, #console-out .save-link {
color: blue;
background-color: Gainsboro;
}
span.save-link {
text-decoration: underline;
}
span.save-link:hover {
cursor: pointer;
}
/* buttons */
.button {
padding: 0em 0.2em;
}
.button:hover {
cursor: pointer;
}
.button:hover {
background-color: Gainsboro;
}
.button.disable:hover {
background-color: white;
}
.button:active {
background-color: Gray;
}
/* menus */
.menu hr {
margin-top: 0.3em;
margin-bottom: 0.2em;
border: none;
border-top: solid #AAA 1px;
}
.menu div {
padding: 0.1em 0em;
}
.menu div .icon, .menu div input {
display: inline-block;
width: 1.75em;
text-align: center;
padding: 0;
margin: 0;
}
#icon-disconnect {
visibility: hidden;
height: 0.5em;
margin-left: -0.3em;
vertical-align: 0.35em;
margin-right: -0.3em;
}
.disconnected #icon-disconnect {
visibility: visible;
}
#signin, #signout, #local-message, #http-message {
display: none;
}
.remote-local #local-message,
.remote-http #http-message {
display: block;
font-size: smaller;
}
.disconnected #signin {
display: block;
}
.connected #signout {
display: block;
}
#connection {
padding: 0em 0.4em;
}
#toolbox {
padding: 0em 0.5em;
}
.theme-dark #toolbox .menu {
color: #135;
border-color: #135;
box-shadow-color: #135;
}
#toolbox>div>div.button {
display: inline-block;
color: #135;
}
#toolbox .button {
padding: 0em 0.25em;
}
#toolbox>div>div.options>div {
width: 9em;
}
#toolbox #tool-color-content {
width: 7.75em;
}
#toolbox #tool-custom-content,
#toolbox #tool-include-content,
#toolbox #tool-math-content,
#toolbox #tool-styling-content,
#toolbox #tool-metadata-content {
width: 12em;
max-height: 32em;
}
#toolbox #tool-reference-content,
#toolbox #tool-cite-content,
#toolbox #tool-font-content {
width: 12em;
white-space: nowrap;
}
#toolbox #tool-symbol .menu {
width: 17em;
}
#toolbox .symbol {
display: inline-block;
width: 1em;
}
#toolbox .help {
float: right;
padding: 0em 0.25em;
color: Gainsboro;
}
#toolbox .button:hover>.help {
color: black;
}
#toolbox .help:hover {
background-color: #AAA !important;
}
#toolbox .named ~ .named {
border-left: 1px solid #135;
}
#toolbox div.menu div.menu, #toolbox .named {
font-size: small;
}
#toolbox .colorbox {
display: inline-block;
width: 0.9em;
height: 0.9em;
border: 1px solid black;
}
#toolbox .red { background-color: red; }
#toolbox .lime { background-color: lime; }
#toolbox .blue { background-color: blue; }
#toolbox .yellow { background-color: yellow; }
#toolbox .cyan { background-color: cyan; }
#toolbox .magenta { background-color: magenta; }
#toolbox .maroon { background-color: maroon; }
#toolbox .green { background-color: green; }
#toolbox .navy { background-color: navy; }
#toolbox .olive { background-color: olive; }
#toolbox .teal { background-color: teal; }
#toolbox .purple { background-color: purple; }
#toolbox .orange { background-color: orange; }
#toolbox .black { background-color: black; }
#toolbox .gray { background-color: gray; }
#toolbox .lightgray { background-color: lightgray; }
#toolbox .white { background-color: white; }
#toolbox .button.icon {
display: inline;
}
/* File items */
.disable, .file.generated, .file.image {
color: #AAA;
}
#edit-select-header {
padding-left: 0.25em;
}
#edit-select-header .folder {
padding-right: 0.15em;
}
#edit-select-header .disable,
#edit-select-header .file-share {
color: #888;
}
.file-status {
font-size: 0.7em;
vertical-align: 0.1em;
}
.exported .disable {
color: black;
}
.theme-dark #edit-select-header .disable {
color: #BBB;
}
#edit-select-directory img {
float: right;
}
.file.main {
font-weight: bold;
}
.file.hide {
display: none;
}
.shortcut, .file-size, .file-share {
display: inline-block;
float: right;
font-size: x-small;
padding-top: 0.5em;
color: inherit;
}
span.shortcut {
padding-right: 0.25em;
}
.file-share {
padding-right: 0.5em;
}
a.file-share:hover {
background-color: Gainsboro !important;
}
/* Generic */
.hide {
display: none;
}
.boxed {
border: 1px solid !important;
border-color: black;
}
div.boxed {
padding: 1.4px;
}
/* Editor Header */
#document {
padding-right: 0.2em;
}
#edit-select {
width: 40%;
}
#export-spinner {
height: 1em;
}
#save-folder {
width: 11em;
color: DimGray;
}
#help .notice {
font-size: small;
color: DimGray;
}
#help-content a img {
height: 0.5em;
margin-right: 0.1em;
margin-left: 0.1em;
vertical-align: 0.1em;
}
#help-content>a {
display: block;
color: black;
text-decoration: none;
}
#help-content>a:hover {
background-color: Gainsboro;
}
.msg-error, .msg-exception {
color: red;
}
.msg-warning {
color: maroon;
}
.msg-section .msg-status {
color: green;
}
.msg-section {
border-bottom: 1px dotted Gainsboro;
border-radius: 0pt !important;
padding-bottom: 0.2em;
}
.msg-section:hover {
background-color: Gainsboro;
}
.msg-time {
display: inline-block;
float: right;
color: #888;
}
#status {
padding-left: 0.5ex;
}
.menu-label {
display: inline-block;
width: 3.5em;
}
#main[data-fontscale=small] #font-small,
#main[data-fontscale=medium] #font-medium,
#main[data-fontscale=large] #font-large,
#main[data-fontscale=x-large] #font-x-large {
text-decoration: underline
}
#main[data-view=full] #editorpane,
#main[data-view=full] .pinned,
#main[data-view=full] .app-header,
#main[data-view=full] .app-footer {
display: none !important;
}
#main[data-view=full] #viewpane {
display: block !important;
position: absolute;
top: 0pt;
left: 0pt;
z-index: 100;
width: 100%;
height: 100%;
padding: 0pt;
margin: 0pt;
overflow: hidden;
}
#main[data-view=full] #fullview-header {
display: block !important;
padding: 0em 0.5em;
transition: height 0.5s;
}
#fullview-header {
display: none;
}
.header-bar.collapsed {
height: 0.4ex;
}
.header-bar.collapsed .content {
display: none;
}
.color-box {
display:inline-block;
border:1px solid black;
height: 0.7em;
width:0.7em;
vertical-align:-0.4em;
}
/* Monaco token classes */
.monaco-editor .glyph-error.outdated,
.monaco-editor .glyph-warning.outdated {
background-color: orange !important;
}
.monaco-editor .xline-error {
background-color: red;
xwidth: 5px !important;
xleft: 2px;
}
.monaco-editor .line-merge {
background-color: #7e0000;
width: 6px !important;
left: 2px;
}
.monaco-editor .line-merge.merge-change,
.monaco-editor .line-merge.merge-deletion,
.monaco-editor .line-merge.merge-conflict {
background-color: #7e0000;
}
.monaco-editor .line-merge.outdated {
background-color: #4b0000;
}
.monaco-editor .line-merge.merge-insertion {
background-color: #007e00;
}
.monaco-editor .line-merge.merge-insertion.outdated {
background-color: #004b00;
}
.monaco-editor .line-merge.merge-original {
background-color: #00007e;
}
.monaco-editor .line-merge.merge-original.outdated {
background-color: #00004b;
}
.monaco-editor .token.open, .monaco-editor .token.close {
color: inherit;
}
.monaco-editor { color: black; }
.monaco-editor .token.identifier { }
.monaco-editor .token.operators { }
.monaco-editor .token.keyword { color: blue }
.monaco-editor .token.string { color: maroon }
.monaco-editor .token.string.escape { color: gray }
.monaco-editor .token.comment { color: darkgreen }
.monaco-editor .token.comment.doc { font-style: normal }
.monaco-editor .token.constant { color: purple; }
.monaco-editor .token.entity { }
.monaco-editor .token.tag { color: blue }
.monaco-editor .token.info-token { color: black }
.monaco-editor .token.warn-token { color: black }
.monaco-editor .token.error-token { color: darkred }
.monaco-editor .token.debug-token { color: gray }
.monaco-editor .token.regexp { color: maroon }
.monaco-editor .token.attribute.name { color: navy }
.monaco-editor .token.attribute.value { color: maroon }
.monaco-editor .token.constructor { color: purple }
.monaco-editor .token.namespace { color: navy }
.monaco-editor .token.header { color: navy }
.monaco-editor .token.type { color: teal }
.monaco-editor .token.type.delimiter { color: teal; }
.monaco-editor .token.predefined { color: navy }
.monaco-editor .token.invalid { border-bottom: red dotted 1px }
.monaco-editor .token.code { color: maroon }
.monaco-editor .token.code.keyword { color: navy }
.monaco-editor .token.typevar { font-style: italic; }
.monaco-editor .token.delimiter { } /* .[curly,square,parenthesis,angle,array,bracket] */
.monaco-editor .token.number { } /* .[hex,octal,binary,float] */
.monaco-editor .token.variable { } /* .[name,value] */
.monaco-editor .token.meta { color: navy } /* .[content] */
.monaco-editor .token.bold { font-weight: bold; }
.monaco-editor .token.italic { font-style: italic; }
.monaco-editor .token.comment {
color: gray;
}
/*
.monaco-editor .token.keyword.heading
*/
.monaco-editor .latex {
color: maroon;
}
.monaco-editor .delimiter.latex {
color: maroon !important;
}
.monaco-editor .keyword.latex {
color: #4E0000;
}
.monaco-editor .keyword.predefined.latex {
color: #4E0000;
}
.monaco-editor .latex.inline {
color: black;
}
.monaco-editor.vs-dark .latex {
color: #897;
}
.monaco-editor.vs-dark .delimiter.latex {
color: #897 !important;
}
.monaco-editor.vs-dark .keyword.latex {
color: #B5CEA8;
}
.monaco-edito.vs-dark .keyword.predefined.latex {
color: #B5CEA8;
}
.monaco-editor.vs-dark .latex.inline {
color: #CCC;
}
.monaco-editor .token.link.special {
font-weight: bold;
color: inherit;
}
.monaco-editor .token.code.keyword {
color: navy;
}
.monaco-editor .token.metadata {
color: navy;
}
.monaco-editor .token.string.escape {
color: gray;
}
.monaco-editor .token.invalid {
border-bottom: Gray dotted 2px;
}
.monaco-editor.vs-dark .token.code {
color: #897;
}
.monaco-editor.vs-dark .token.code.keyword {
color: #B5CEA8;
}
.monaco-editor.vs-dark .token.metadata {
color: #BD5050;
}
.monaco-editor.vs-dark .token.string.escape {
color: #999; /* #CE9178; */
}
.monaco-editor, .monaco-editor .lines-decorations {
background-color: #FFFAF4;
}
.monaco-editor.vs .line-numbers {
background-color: Gainsboro;
}
.monaco-editor.font-small {
font-size: 12px;
line-height: 16px;
}
.monaco-editor.font-large {
font-size: 16px;
line-height: 21px;
}
.monaco-editor.font-x-large {
font-size: 18px;
line-height: 24px;
}
/* status icons */
#users-status img {
vertical-align: -0.5ex;
display: none;
}
#users-status.users-read img#icon-users,
#users-status.users-write img#icon-users-edit {
display: inline;
}
#users-status {
display: none;
}
#users-status.users-read,
#users-status.users-write {
display: inline;
}
/* Generic Spinner */
.spinner, .gspinner {
visibility: hidden;
}
.spinner.spin, .gspinner.spin {
visibility: visible;
}
/* Generic Popup */
.popup {
position: relative;
display: inline-block;
}
.popup > div {
transition: height 0.8s;
}
.popup > div {
display: none;
width: 100%;
position: absolute;
z-index: 1;
top: 1.25em;
left: 0pt;
background-color: white;
max-height: 20rem;
padding: 0.5ex;
overflow-y: auto;
}
.popup:hover > div,
.popup.hover > div,
.popup > div.pinned {
display: block;
}
#main[data-theme=vs-dark] .popup > div.pinned {
background-color: #BBB;
}
.pinned .pin, .pinned.moving .unpin, .unpin {
display: none;
}
.pinned.moving .pin, .pinned .unpin {
display: inline;
}
/*
.content-pinned {
visibility: hidden !important;
}
.content-pinned>div {
visibility: visible !important;
}
*/
.pinbox {
float: right;
margin-top: calc(-1ex + 1px);
margin-right: calc(-0.5ex + 1px);
padding: 0pt;
}
.pinbox img {
padding: 0pt !important;
vertical-align:f 0pt;
margin: 0pt;
}
.moving .pinbox,
.moving .pinbox .button:hover {
cursor: grabbing;
cursor: -webkit-grabbing;
}
div.pinned.boxed.menu {
border-color: #135;
box-shadow: 1px 1px 0px;
}
#toolbox.popup > div,
#toolbox #tool-symbol.popup > div {
overflow-y: visible;
}
#toolbox .symbol.invisible {
border: 1px solid Gainsboro;
width: auto;
}
/* Widths of popup content */
#edit-select-content {
width: 70%;
}
#document-content {
width: 16em;
}
#help-content,
#menu-settings-content {
width: 20em;
}
#toolbox #toolbox-content {
width: 23em;
}
#toolbox .menu {
width: 22em;
}
#connection-content {
min-width: 8em;
}
#help-content,
#menu-settings-content {
left: -18.5em;
}
#help {
margin-right: 0.5em;
}
#console {
width: 40rem;
top: -20rem;
height: 20rem;
padding: 0pt;
}
#users-panel {
width: 10em;
}
/* --------------------------------------------
Modal dialog
----------------------------------------------*/
div.modal {
display: none;
position: absolute;
left: 25%;
top: 25%;
border: 2px solid #135;
background-color: white;
width: 50%;
height: 50%;
z-index: 100;
font-family: "Segoe UI", sans-serif;
}
.modal .app-content {
padding: 0.5em 1em;
}
#fade {
display: none;
position: absolute;
left: 0%;
top: 0%;
background-color: #135;
-moz-opacity: 30;
opacity: .30;
filter: alpha(opacity=30);
width: 100%;
height: 100%;
z-index: 90;
}
.modal .app-body {
height: calc(100% - 6rem + 1px);
width: 100%;
overflow: auto;
}
.modal .header-bar {
padding: 0.7rem 0.5em 0.3rem 1em !important;
height: 2rem;
white-space: nowrap;
}
.modal .header-bar img {
height: 1.5em;
vertical-align: bottom;
}
.modal .app-content {
padding: 0.5em 1em;
}
.modal .app-footer {
text-align: right;
padding-top: 0.5em;
}
.modal .button {
display: inline;
border: 1px white solid;
border-radius: 5px;
padding-bottom: 0.2em;
margin: 0em 0.25em;
}
.modal .button.active {
border-width: 2px;
}
/* ----------------------------------------------------------
File Picker
-----------------------------------------------------------*/
/* menus */
#picker .menu .button {
display: block;
}
#picker .menu .button:hover {
background-color: Gainsboro !important;
}
/* view */
#picker .message {
display: none;
}
#picker #listing, #picker #templates {
display: none;
}
#picker.command-open #listing,
#picker.command-save #listing,
#picker.command-push #listing,
#picker.command-new #listing,
#picker.page-me #listing,
#picker.page-template #templates {
display: block;
}
#picker.page-template #listing {
display: none;
}
/* folder name */
#picker #folder-name {
display: none;
max-width: 80%;
overflow-x: auto;
white-space: nowrap;
}
#picker.command-open #folder-name,
#picker.command-save #folder-name,
#picker.command-push #folder-name,
#picker.command-new #folder-name,
#picker.command-connect #folder-name {
display: inline-block;
}
#picker.page-alert #folder-name {
display: none;
}
#picker .dir {
text-decoration: underline;
}
#picker .dir:hover {
background-color: #357;
cursor: pointer;
}
#picker .dirsep {
color: Gainsboro;
}
#picker #file-name {
width: 11em;
display: none;
font-size: 1em;
vertical-align: 0.2em;
}
#picker #file-name[readonly] {
background-color: Gainsboro;
}
#picker.command-save #file-name,
#picker.command-push #file-name,
#picker.command-new #file-name {
display: inline;
}
#picker.page-me #file-name,
#picker.page-alert #file-name,
#picker.page-repo #file-name {
display: none;
}
#picker.page-template #file-name {
display: inline;
}
/* items */
div.item {
display: inline-block;
width: calc(50% - 2em);
min-width: calc(50% - 2em);
padding: 0.2em 0.5em 0.2em 0.5em;
overflow: hidden;
white-space: nowrap;
}
div.item:hover {
background-color: Gainsboro;
cursor: pointer;
overflow-x: visible;
width: auto;
}
div.item.disabled {
display: none;
}
.item-icon {
height: 1.5em;
width : 1.5em;
margin: 0em 0.5em 0em 0em;
vertical-align: -0.3em;
}
.item-disconnect {
height: 0.5em;
width: 0.5em;
margin-left: -0.5em;
vertical-align: 0.5em;
margin-right: 0.25em;
}
#templates .item-icon {
height: 4em;
width: 4em;
vertical-align: middle;
}
#templates div.item {
max-height: 4.1em;
}
#page-me .item-icon {
height: 2em;
width: 2em;
}
#page-me div.item {
max-height: 2.1em;
}
.item-select {
background-color: white;
}
.item.selected,
.item.selected:hover {
background-color: #8AC;
}
.item-file.disabled {
display: none;
color: #AAA;
}
.item.disabled input {
visibility: hidden;
}
/* buttons */
#picker-buttons {
float: right;
}
#picker .button {
display: none;
}
#picker .app-content .button {
color: white;
border-color: black;
background-color: #135;
}
#picker .app-content .button:hover {
background-color: #357;
}
#picker.command-signin #message-signin,
#picker.command-message #message-message,
#picker.page-alert #message-alert,
x#picker.page-template #message-template {
display: block;
}
#picker.command-signin #button-signin,
#picker.command-open #button-open,
#picker.command-save #button-save,
#picker.command-new #button-new,
#picker.command-push #button-push,
#picker.command-commit #button-commit,
#picker.page-alert #button-discard,
#picker #button-signout,
#picker #button-cancel,
#picker #icon-close {
display: inline;
}
#picker.page-me #button-signin,
#picker.page-me #button-signout,
#picker.page-alert #button-new,
#picker.page-alert #button-save,
#picker.page-alert #button-open,
#picker.page-alert #button-signout {
display: none;
}
#picker.page-repo #button-new,
#picker.page-me #button-new,
#picker.page-me #button-open,
#picker.page-me #button-save,
#picker.page-me #button-push {
border-color: #AAA;
color: #AAA;
}
#picker.command-signin #login-info,
#picker.command-alert #login-info,
#picker.command-message #login-info {
display: none;
}
#picker #upload,
#picker #commit {
display: none;
}
#picker.command-upload #upload,
#picker.command-commit #commit {
display: block;
}
#picker #commit-message {
font-size: 1em;
vertical-align: middle;
width: 80%;
}
#picker #commit ul {
margin: 0pt;
margin-bottom: 1ex;
padding-left: 0pt;
list-style-type: none;
}
#picker #commit .change-add {
color: Darkgreen;
}
#picker #commit .change-update {
color: Navy;
}
#picker #commit .change-delete {
color: Maroon;
}
#picker #upload {
margin: 1em 0em;
text-align: center;
}
#picker #dropzone {
margin: 1em auto 2em auto;
width: 50%;
height: 4em;
border: dotted 1px black;
border-radius: 10px;
text-align: center;
padding-top: 2em;
background-color: Gainsboro;
}
#remote-down {
height: 0.6em;
margin-left: -0.4em;
}
#login-info {
float: left;
font-size: small;
}
#message-signin, #message-connect, #message-alert, #message-message, #message-template {
text-align: center;
width: 100%;
}
#picker #remote-local {
display: none;
}
#picker.command-new #remote-local {
display: block;
}
#picker #header-logo {
display: inline;
padding-right: 0.25em;
}
#picker #command-name {
font-size: larger;
padding-right: 0.75em;
}
#picker #icon-close.button {
border: none;
float: right;
margin-top: -0.2em;
padding-top: 0.2em;
vertical-align: middle;
}
/* hover box */
.hoverbox {
position: relative;
}
.hoverbox-content {
display: none;
position: absolute;
z-index: 100;
left: calc(100% - 5em);
}
.hoverbox:hover .hoverbox-content {
display: block;
}
.hoverbox-content img {
height: auto;
width: auto;
max-width: 5em;
max-height: 5em;
}
body.viewer,
iframe.viewer {
padding: 0pt;
margin: 0pt;
height: 99%;
width: 100%;
border: none;
}
#auth-redirect p {
text-align: center;
font-size: large;
margin-top: 1em;
} | web/client/styles/main.css | notes:
When using "calc" we give a non-calc argument first to support browsers
that do not support calc expressions.
*/
html,body,#main {
height: 100%;
padding: 0pt;
margin: 0pt;
}
/* Colors */
#main, .spinner.spin {
background-color: white;
}
.output {
background-color: white;
border-style: solid;
}
.header-bar, .output {
border-color: silver;
border-width: 1px;
}
.view {
background-color: white;
}
.theme-dark .app-body {
background-color: white;
}
.theme-dark #main,
.theme-dark .spinner.spin,
.theme-dark .output,
.theme-dark .header-bar {
background-color: #135;
border-style: none;
color: white;
}
.theme-dark .header-bar .menu {
color: black;
}
.theme-dark .header-bar .menu .button:hover {
background-color: Gainsboro;
}
.theme-dark .monaco-editor.vs .clnr {
color: #666;
}
.theme-dark .popup:hover,
.theme-dark .popup>.button:hover,
.theme-dark .header-bar a:hover,
.theme-dark .header-bar .button:hover {
background-color: #357;
}
#edit-select-directory {
display: none;
}
/* Application panes */
#main {
padding: 0em 0.25em;
}
.app-body {
height: calc(100% - 3.2rem);
}
.header-bar {
height: 1.4rem;
margin: 0pt;
padding: 0pt;
}
.header-bar, .toolbar, modal {
font-family: "Segoe UI", Segoe, "DejaVu Sans", "Trebuchet MS", sans-serif;
}
.app-header.header-bar {
padding-top: 0.2rem;
padding-bottom: 0.1rem;
}
.app-footer.header-bar {
padding-top: 0.1rem;
}
.pane {
height: 100%;
width: 49%;
xtransition: width 1s;
}
.pane-content {
height: 100%;
position: relative;
}
.pane.left {
width: calc(53%);
}
.pane.right {
width: calc(47%);
}
#main[data-view=wide] .pane.right, #main[data-view=narrow] .pane.left {
width: 70%;
}
#main[data-view=narrow] .pane.right, #main[data-view=wide] .pane.left {
width: 30%;
}
.pane.right {
float: right;
}
.pane.left {
float: left;
}
/* header & footer */
.header-bar img {
height: 1em;
vertical-align: -0.1em;
}
.header-bar .right {
float: right;
}
#main .header-bar .right img {
margin: 0em 0.2em;
}
img#console-ok {
height: 1.4em;
vertical-align: -0.2em;
}
#main .app-footer {
font-size: small;
}
.ms-notice {
float : right;
font-size : x-small;
margin-top: 0.1em;
}
#madokoDigest {
padding-left: 1em;
color: Dimgray;
}
.app-footer a.external {
text-decoration: underline;
}
.app-footer a {
color: white;
text-decoration: none;
}
.app-footer #view-message {
margin-left: 0.25em;
}
.app-footer #status {
width: 50%;
}
/* Main elements in panes */
#editor {
height: 100%;
}
.view {
height: 100%;
width: 100%;
border: none;
}
#console-out {
overflow: scroll;
font-size: 8pt;
padding: 0.5rem;
transition: height 0.8s;
height: calc(100% - 1rem);
color: black;
white-space: nowrap;
}
#console-out a, #console-out .save-link {
color: blue;
}
#console-out a:hover, #console-out .save-link {
color: blue;
background-color: Gainsboro;
}
span.save-link {
text-decoration: underline;
}
span.save-link:hover {
cursor: pointer;
}
/* buttons */
.button {
padding: 0em 0.2em;
}
.button:hover {
cursor: pointer;
}
.button:hover {
background-color: Gainsboro;
}
.button.disable:hover {
background-color: white;
}
.button:active {
background-color: Gray;
}
/* menus */
.menu hr {
margin-top: 0.3em;
margin-bottom: 0.2em;
border: none;
border-top: solid #AAA 1px;
}
.menu div {
padding: 0.1em 0em;
}
.menu div .icon, .menu div input {
display: inline-block;
width: 1.75em;
text-align: center;
padding: 0;
margin: 0;
}
#icon-disconnect {
visibility: hidden;
height: 0.5em;
margin-left: -0.3em;
vertical-align: 0.35em;
margin-right: -0.3em;
}
.disconnected #icon-disconnect {
visibility: visible;
}
#signin, #signout, #local-message, #http-message {
display: none;
}
.remote-local #local-message,
.remote-http #http-message {
display: block;
font-size: smaller;
}
.disconnected #signin {
display: block;
}
.connected #signout {
display: block;
}
#connection {
padding: 0em 0.4em;
}
#toolbox {
padding: 0em 0.5em;
}
.theme-dark #toolbox .menu {
color: #135;
border-color: #135;
box-shadow-color: #135;
}
#toolbox>div>div.button {
display: inline-block;
color: #135;
}
#toolbox .button {
padding: 0em 0.25em;
}
#toolbox>div>div.options>div {
width: 9em;
}
#toolbox #tool-color-content {
width: 7.75em;
}
#toolbox #tool-custom-content,
#toolbox #tool-include-content,
#toolbox #tool-math-content,
#toolbox #tool-styling-content,
#toolbox #tool-metadata-content {
width: 12em;
max-height: 32em;
}
#toolbox #tool-reference-content,
#toolbox #tool-cite-content,
#toolbox #tool-font-content {
width: 12em;
white-space: nowrap;
}
#toolbox #tool-symbol .menu {
width: 17em;
}
#toolbox .symbol {
display: inline-block;
width: 1em;
}
#toolbox .help {
float: right;
padding: 0em 0.25em;
color: Gainsboro;
}
#toolbox .button:hover>.help {
color: black;
}
#toolbox .help:hover {
background-color: #AAA !important;
}
#toolbox .named ~ .named {
border-left: 1px solid #135;
}
#toolbox div.menu div.menu, #toolbox .named {
font-size: small;
}
#toolbox .colorbox {
display: inline-block;
width: 0.9em;
height: 0.9em;
border: 1px solid black;
}
#toolbox .red { background-color: red; }
#toolbox .lime { background-color: lime; }
#toolbox .blue { background-color: blue; }
#toolbox .yellow { background-color: yellow; }
#toolbox .cyan { background-color: cyan; }
#toolbox .magenta { background-color: magenta; }
#toolbox .maroon { background-color: maroon; }
#toolbox .green { background-color: green; }
#toolbox .navy { background-color: navy; }
#toolbox .olive { background-color: olive; }
#toolbox .teal { background-color: teal; }
#toolbox .purple { background-color: purple; }
#toolbox .orange { background-color: orange; }
#toolbox .black { background-color: black; }
#toolbox .gray { background-color: gray; }
#toolbox .lightgray { background-color: lightgray; }
#toolbox .white { background-color: white; }
#toolbox .button.icon {
display: inline;
}
/* File items */
.disable, .file.generated, .file.image {
color: #AAA;
}
#edit-select-header {
padding-left: 0.25em;
}
#edit-select-header .folder {
padding-right: 0.15em;
}
#edit-select-header .disable,
#edit-select-header .file-share {
color: #888;
}
.file-status {
font-size: 0.7em;
vertical-align: 0.1em;
}
.exported .disable {
color: black;
}
.theme-dark #edit-select-header .disable {
color: #BBB;
}
#edit-select-directory img {
float: right;
}
.file.main {
font-weight: bold;
}
.file.hide {
display: none;
}
.shortcut, .file-size, .file-share {
display: inline-block;
float: right;
font-size: x-small;
padding-top: 0.5em;
color: inherit;
}
span.shortcut {
padding-right: 0.25em;
}
.file-share {
padding-right: 0.5em;
}
a.file-share:hover {
background-color: Gainsboro !important;
}
/* Generic */
.hide {
display: none;
}
.boxed {
border: 1px solid !important;
border-color: black;
}
div.boxed {
padding: 1.4px;
}
/* Editor Header */
#document {
padding-right: 0.2em;
}
#edit-select {
width: 40%;
}
#export-spinner {
height: 1em;
}
#save-folder {
width: 11em;
color: DimGray;
}
#help .notice {
font-size: small;
color: DimGray;
}
#help-content a img {
height: 0.5em;
margin-right: 0.1em;
margin-left: 0.1em;
vertical-align: 0.1em;
}
#help-content>a {
display: block;
color: black;
text-decoration: none;
}
#help-content>a:hover {
background-color: Gainsboro;
}
.msg-error, .msg-exception {
color: red;
}
.msg-warning {
color: maroon;
}
.msg-section .msg-status {
color: green;
}
.msg-section {
border-bottom: 1px dotted Gainsboro;
border-radius: 0pt !important;
padding-bottom: 0.2em;
}
.msg-section:hover {
background-color: Gainsboro;
}
.msg-time {
display: inline-block;
float: right;
color: #888;
}
#status {
padding-left: 0.5ex;
}
.menu-label {
display: inline-block;
width: 3.5em;
}
#main[data-fontscale=small] #font-small,
#main[data-fontscale=medium] #font-medium,
#main[data-fontscale=large] #font-large,
#main[data-fontscale=x-large] #font-x-large {
text-decoration: underline
}
#main[data-view=full] #editorpane,
#main[data-view=full] .pinned,
#main[data-view=full] .app-header,
#main[data-view=full] .app-footer {
display: none !important;
}
#main[data-view=full] #viewpane {
display: block !important;
position: absolute;
top: 0pt;
left: 0pt;
z-index: 100;
width: 100%;
height: 100%;
padding: 0pt;
margin: 0pt;
overflow: hidden;
}
#main[data-view=full] #fullview-header {
display: block !important;
padding: 0em 0.5em;
transition: height 0.5s;
}
#fullview-header {
display: none;
}
.header-bar.collapsed {
height: 0.4ex;
}
.header-bar.collapsed .content {
display: none;
}
.color-box {
display:inline-block;
border:1px solid black;
height: 0.7em;
width:0.7em;
vertical-align:-0.4em;
}
/* Monaco token classes */
.monaco-editor .glyph-error.outdated,
.monaco-editor .glyph-warning.outdated {
background-color: orange !important;
}
.monaco-editor .xline-error {
background-color: red;
xwidth: 5px !important;
xleft: 2px;
}
.monaco-editor .line-merge {
background-color: #7e0000;
width: 6px !important;
left: 2px;
}
.monaco-editor .line-merge.merge-change,
.monaco-editor .line-merge.merge-deletion,
.monaco-editor .line-merge.merge-conflict {
background-color: #7e0000;
}
.monaco-editor .line-merge.outdated {
background-color: #4b0000;
}
.monaco-editor .line-merge.merge-insertion {
background-color: #007e00;
}
.monaco-editor .line-merge.merge-insertion.outdated {
background-color: #004b00;
}
.monaco-editor .line-merge.merge-original {
background-color: #00007e;
}
.monaco-editor .line-merge.merge-original.outdated {
background-color: #00004b;
}
.monaco-editor .token.open, .monaco-editor .token.close {
color: inherit;
}
.monaco-editor { color: black; }
.monaco-editor .token.identifier { }
.monaco-editor .token.operators { }
.monaco-editor .token.keyword { color: blue }
.monaco-editor .token.string { color: maroon }
.monaco-editor .token.string.escape { color: gray }
.monaco-editor .token.comment { color: darkgreen }
.monaco-editor .token.comment.doc { font-style: normal }
.monaco-editor .token.constant { color: purple; }
.monaco-editor .token.entity { }
.monaco-editor .token.tag { color: blue }
.monaco-editor .token.info-token { color: black }
.monaco-editor .token.warn-token { color: black }
.monaco-editor .token.error-token { color: darkred }
.monaco-editor .token.debug-token { color: gray }
.monaco-editor .token.regexp { color: maroon }
.monaco-editor .token.attribute.name { color: navy }
.monaco-editor .token.attribute.value { color: maroon }
.monaco-editor .token.constructor { color: purple }
.monaco-editor .token.namespace { color: navy }
.monaco-editor .token.header { color: navy }
.monaco-editor .token.type { color: teal }
.monaco-editor .token.type.delimiter { color: teal; }
.monaco-editor .token.predefined { color: navy }
.monaco-editor .token.invalid { border-bottom: red dotted 1px }
.monaco-editor .token.code { color: maroon }
.monaco-editor .token.code.keyword { color: navy }
.monaco-editor .token.typevar { font-style: italic; }
.monaco-editor .token.delimiter { } /* .[curly,square,parenthesis,angle,array,bracket] */
.monaco-editor .token.number { } /* .[hex,octal,binary,float] */
.monaco-editor .token.variable { } /* .[name,value] */
.monaco-editor .token.meta { color: navy } /* .[content] */
.monaco-editor .token.bold { font-weight: bold; }
.monaco-editor .token.italic { font-style: italic; }
.monaco-editor .token.comment {
color: gray;
}
/*
.monaco-editor .token.keyword.heading
*/
.monaco-editor .latex {
color: maroon;
}
.monaco-editor .delimiter.latex {
color: maroon !important;
}
.monaco-editor .keyword.latex {
color: #4E0000;
}
.monaco-editor .keyword.predefined.latex {
color: #4E0000;
}
.monaco-editor .latex.inline {
color: black;
}
.monaco-editor.vs-dark .latex {
color: #897;
}
.monaco-editor.vs-dark .delimiter.latex {
color: #897 !important;
}
.monaco-editor.vs-dark .keyword.latex {
color: #B5CEA8;
}
.monaco-edito.vs-dark .keyword.predefined.latex {
color: #B5CEA8;
}
.monaco-editor.vs-dark .latex.inline {
color: #CCC;
}
.monaco-editor .token.link.special {
font-weight: bold;
color: inherit;
}
.monaco-editor .token.code.keyword {
color: navy;
}
.monaco-editor .token.metadata {
color: navy;
}
.monaco-editor .token.string.escape {
color: gray;
}
.monaco-editor .token.invalid {
border-bottom: Gray dotted 2px;
}
.monaco-editor.vs-dark .token.code {
color: #897;
}
.monaco-editor.vs-dark .token.code.keyword {
color: #B5CEA8;
}
.monaco-editor.vs-dark .token.metadata {
color: #BD5050;
}
.monaco-editor.vs-dark .token.string.escape {
color: #999; /* #CE9178; */
}
.monaco-editor, .monaco-editor .lines-decorations {
background-color: #FFFAF4;
}
.monaco-editor.vs .line-numbers {
background-color: Gainsboro;
}
.monaco-editor.font-small {
font-size: 12px;
line-height: 16px;
}
.monaco-editor.font-large {
font-size: 16px;
line-height: 21px;
}
.monaco-editor.font-x-large {
font-size: 18px;
line-height: 24px;
}
/* status icons */
#users-status img {
vertical-align: -0.5ex;
display: none;
}
#users-status.users-read img#icon-users,
#users-status.users-write img#icon-users-edit {
display: inline;
}
#users-status {
display: none;
}
#users-status.users-read,
#users-status.users-write {
display: inline;
}
/* Generic Spinner */
.spinner, .gspinner {
visibility: hidden;
}
.spinner.spin, .gspinner.spin {
visibility: visible;
}
/* Generic Popup */
.popup {
position: relative;
display: inline-block;
}
.popup > div {
transition: height 0.8s;
}
.popup > div {
display: none;
width: 100%;
position: absolute;
z-index: 1;
top: 1.25em;
left: 0pt;
background-color: white;
max-height: 20rem;
padding: 0.5ex;
overflow-y: auto;
}
.popup:hover > div,
.popup.hover > div,
.popup > div.pinned {
display: block;
}
#main[data-theme=vs-dark] .popup > div.pinned {
background-color: #BBB;
}
.pinned .pin, .pinned.moving .unpin, .unpin {
display: none;
}
.pinned.moving .pin, .pinned .unpin {
display: inline;
}
/*
.content-pinned {
visibility: hidden !important;
}
.content-pinned>div {
visibility: visible !important;
}
*/
.pinbox {
float: right;
margin-top: calc(-1ex + 1px);
margin-right: calc(-0.5ex + 1px);
padding: 0pt;
}
.pinbox img {
padding: 0pt !important;
vertical-align:f 0pt;
margin: 0pt;
}
.moving .pinbox,
.moving .pinbox .button:hover {
cursor: grabbing;
cursor: -webkit-grabbing;
}
div.pinned.boxed.menu {
border-color: #135;
box-shadow: 1px 1px 0px;
}
#toolbox.popup > div,
#toolbox #tool-symbol.popup > div {
overflow-y: visible;
}
#toolbox .symbol.invisible {
border: 1px solid Gainsboro;
width: auto;
}
/* Widths of popup content */
#edit-select-content {
width: 70%;
}
#document-content {
width: 16em;
}
#help-content,
#menu-settings-content {
width: 20em;
}
#toolbox #toolbox-content {
width: 23em;
}
#toolbox .menu {
width: 22em;
}
#connection-content {
min-width: 8em;
}
#help-content,
#menu-settings-content {
left: -18.5em;
}
#help {
margin-right: 0.5em;
}
#console {
width: 40rem;
top: -20rem;
height: 20rem;
padding: 0pt;
}
#users-panel {
width: 10em;
}
/* --------------------------------------------
Modal dialog
----------------------------------------------*/
div.modal {
display: none;
position: absolute;
left: 25%;
top: 25%;
border: 2px solid #135;
background-color: white;
width: 50%;
height: 50%;
z-index: 100;
font-family: "Segoe UI", sans-serif;
}
.modal .app-content {
padding: 0.5em 1em;
}
#fade {
display: none;
position: absolute;
left: 0%;
top: 0%;
background-color: #135;
-moz-opacity: 30;
opacity: .30;
filter: alpha(opacity=30);
width: 100%;
height: 100%;
z-index: 90;
}
.modal .app-body {
height: calc(100% - 6rem + 1px);
width: 100%;
overflow: auto;
}
.modal .header-bar {
padding: 0.7rem 0.5em 0.3rem 1em !important;
height: 2rem;
white-space: nowrap;
}
.modal .header-bar img {
height: 1.5em;
vertical-align: bottom;
}
.modal .app-content {
padding: 0.5em 1em;
}
.modal .app-footer {
text-align: right;
padding-top: 0.5em;
}
.modal .button {
display: inline;
border: 1px white solid;
border-radius: 5px;
padding-bottom: 0.2em;
margin: 0em 0.25em;
}
.modal .button.active {
border-width: 2px;
}
/* ----------------------------------------------------------
File Picker
-----------------------------------------------------------*/
/* menus */
#picker .menu .button {
display: block;
}
#picker .menu .button:hover {
background-color: Gainsboro !important;
}
/* view */
#picker .message {
display: none;
}
#picker #listing, #picker #templates {
display: none;
}
#picker.command-open #listing,
#picker.command-save #listing,
#picker.command-push #listing,
#picker.command-new #listing,
#picker.page-me #listing,
#picker.page-template #templates {
display: block;
}
#picker.page-template #listing {
display: none;
}
/* folder name */
#picker #folder-name {
display: none;
max-width: 80%;
overflow-x: auto;
white-space: nowrap;
}
#picker.command-open #folder-name,
#picker.command-save #folder-name,
#picker.command-push #folder-name,
#picker.command-new #folder-name,
#picker.command-connect #folder-name {
display: inline-block;
}
#picker.page-alert #folder-name {
display: none;
}
#picker .dir {
text-decoration: underline;
}
#picker .dir:hover {
background-color: #357;
cursor: pointer;
}
#picker .dirsep {
color: Gainsboro;
}
#picker #file-name {
width: 11em;
display: none;
font-size: 1em;
vertical-align: 0.2em;
}
#picker #file-name[readonly] {
background-color: Gainsboro;
}
#picker.command-save #file-name,
#picker.command-push #file-name,
#picker.command-new #file-name {
display: inline;
}
#picker.page-me #file-name,
#picker.page-alert #file-name,
#picker.page-repo #file-name {
display: none;
}
#picker.page-template #file-name {
display: inline;
}
/* items */
div.item {
display: inline-block;
width: calc(50% - 2em);
min-width: calc(50% - 2em);
padding: 0.2em 0.5em 0.2em 0.5em;
overflow: hidden;
white-space: nowrap;
}
div.item:hover {
background-color: Gainsboro;
cursor: pointer;
overflow-x: visible;
width: auto;
}
div.item.disabled {
display: none;
}
.item-icon {
height: 1.5em;
width : 1.5em;
margin: 0em 0.5em 0em 0em;
vertical-align: -0.3em;
}
.item-disconnect {
height: 0.5em;
width: 0.5em;
margin-left: -0.5em;
vertical-align: 0.5em;
margin-right: 0.25em;
}
#templates .item-icon {
height: 4em;
width: 4em;
vertical-align: middle;
}
#templates div.item {
max-height: 4.1em;
}
#page-me .item-icon {
height: 2em;
width: 2em;
}
#page-me div.item {
max-height: 2.1em;
}
.item-select {
background-color: white;
}
.item.selected,
.item.selected:hover {
background-color: #8AC;
}
.item-file.disabled {
display: none;
color: #AAA;
}
.item.disabled input {
visibility: hidden;
}
/* buttons */
#picker-buttons {
float: right;
}
#picker .button {
display: none;
}
#picker .app-content .button {
color: white;
border-color: black;
background-color: #135;
}
#picker .app-content .button:hover {
background-color: #357;
}
#picker.command-signin #message-signin,
#picker.command-message #message-message,
#picker.page-alert #message-alert,
x#picker.page-template #message-template {
display: block;
}
#picker.command-signin #button-signin,
#picker.command-open #button-open,
#picker.command-save #button-save,
#picker.command-new #button-new,
#picker.command-push #button-push,
#picker.command-commit #button-commit,
#picker.page-alert #button-discard,
#picker #button-signout,
#picker #button-cancel,
#picker #icon-close {
display: inline;
}
#picker.page-me #button-signin,
#picker.page-me #button-signout,
#picker.page-alert #button-new,
#picker.page-alert #button-save,
#picker.page-alert #button-open,
#picker.page-alert #button-signout {
display: none;
}
#picker.page-repo #button-new,
#picker.page-me #button-new,
#picker.page-me #button-open,
#picker.page-me #button-save,
#picker.page-me #button-push {
border-color: #AAA;
color: #AAA;
}
#picker.command-signin #login-info,
#picker.command-alert #login-info,
#picker.command-message #login-info {
display: none;
}
#picker #upload,
#picker #commit {
display: none;
}
#picker.command-upload #upload,
#picker.command-commit #commit {
display: block;
}
#picker #commit-message {
font-size: 1em;
vertical-align: middle;
width: 80%;
}
#picker #commit ul {
margin: 0pt;
margin-bottom: 1ex;
padding-left: 0pt;
list-style-type: none;
}
#picker #commit .change-add {
color: Darkgreen;
}
#picker #commit .change-update {
color: Navy;
}
#picker #commit .change-delete {
color: Maroon;
}
#picker #upload {
margin: 1em 0em;
text-align: center;
}
#picker #dropzone {
margin: 1em auto 2em auto;
width: 50%;
height: 4em;
border: dotted 1px black;
border-radius: 10px;
text-align: center;
padding-top: 2em;
background-color: Gainsboro;
}
#remote-down {
height: 0.6em;
margin-left: -0.4em;
}
#login-info {
float: left;
font-size: small;
}
#message-signin, #message-connect, #message-alert, #message-message, #message-template {
text-align: center;
width: 100%;
}
#picker #remote-local {
display: none;
}
#picker.command-new #remote-local {
display: block;
}
#picker #header-logo {
display: inline;
padding-right: 0.25em;
}
#picker #command-name {
font-size: larger;
padding-right: 0.75em;
}
#picker #icon-close.button {
border: none;
float: right;
margin-top: -0.2em;
padding-top: 0.2em;
vertical-align: middle;
}
/* hover box */
.hoverbox {
position: relative;
}
.hoverbox-content {
display: none;
position: absolute;
z-index: 100;
left: calc(100% - 5em);
}
.hoverbox:hover .hoverbox-content {
display: block;
}
.hoverbox-content img {
height: auto;
width: auto;
max-width: 5em;
max-height: 5em;
}
body.viewer,
iframe.viewer {
padding: 0pt;
margin: 0pt;
height: 99%;
width: 100%;
border: none;
}
#auth-redirect p {
text-align: center;
font-size: large;
margin-top: 1em;
} | 0.270769 | 0.161056 |
svg {
color-interpolation: auto;
image-rendering: auto;
shape-rendering: auto;
vector-effect: non-scaling-stroke;
background: white;
/* removed fill and stroke since they override marker specs */
/* fill: white;
stroke: black; */
}
/* default color for pathway elements */
.default-fill-color {
fill: black;
}
.default-stroke-color {
stroke: black;
}
/* default color of the background drawing board */
.board-fill-color {
fill: white;
}
.board-stroke-color {
stroke: white;
}
.text-area {
font-family: Sans-Serif, Helvetica, Arial;
text-align: center;
vertical-align: middle;
font-size: 10px;
fill: black;
fill-opacity: 1;
stroke: none;
}
.citation {
font-family: Sans-Serif, Helvetica, Arial;
text-align: center;
vertical-align: top;
font-size: 7px;
fill: #999999;
fill-opacity: 1;
stroke: none;
}
.info-box {
font-family: Sans-Serif;
font-size: 10px;
fill: black;
stroke: none;
text-align: left;
vertical-align: top;
}
.info-box-item-property-name {
font-weight: bold;
}
.info-box-item-property-value {
}
[typeof~="gpml:Protein"] {
stroke: pink;
fill: pink;
fill-opacity: 0.5
}
[typeof~="gpml:DataNode"] {
text-align: right;
fill-opacity: 1;
stroke: black;
stroke-width: 1;
stroke-dasharray: 0;
stroke-miterlimit: 1;
pointer-events:auto;
}
.data-node:hover {
cursor: pointer;
}
.has-xref:hover {
cursor: pointer;
}
[typeof~="gpml:GeneProduct"] {
stroke: gray;
fill: gray;
fill-opacity: 0.5
}
[typeof~="gpml:Metabolite"] {
stroke: blue;
fill: blue;
fill-opacity: 0.5
}
[typeof~="gpml:Metabolite"] > .text-area {
fill: white;
fill-opacity: 1;
stroke: none;
}
[typeof~="gpml:DataNode"] + [typeof~="gpml:Pathway"] {
.data-node.pathway {
stroke: none;
fill: green;
fill-opacity: 0.5;
}
.data-node.pathway > .text-area {
fill: rgb(20,150,30);
fill-opacity: 1;
font-size: 12px;
font-weight: bold;
}
.data-node.rna {
}
.data-node.unknown {
}
.label {
stroke: null;
stroke-width: 0;
fill-opacity: 0;
stroke-dasharray: 0;
stroke-miterlimit: 1;
}
.shape {
fill-opacity: 0;
stroke: black;
stroke-dasharray: 0;
stroke-miterlimit: 1;
}
.shape.none {
fill: none;
fill-opacity: 0;
stroke: none;
}
g.group-node > .shape {
fill-opacity: 0.098;
stroke: gray;
stroke-miterlimit: 1;
stroke-width: 1px;
pointer-events:none;
}
.group-node {
fill-opacity: 0.098;
stroke: gray;
stroke-miterlimit: 1;
stroke-width: 1px;
pointer-events:none;
}
.group-node > .text-area {
fill-opacity: 0.4;
font-family: Serif, Times;
font-size: 32px;
fill: black;
stroke-width: 0;
font-weight: bold;
}
.group-node.none {
fill: rgb(180,180,100);
stroke-dasharray: 5,3;
}
.group-node.none > .text-area {
display: none;
}
/*.group-node.none:hover {
fill: rgb(255,180,100);
fill-opacity: 0.05;
}*/
.group-node.group {
fill-opacity: 0;
stroke: none;
}
.group-node.group > .text-area {
display: none;
}
/*.group-node.group:hover {
fill: rgb(0,0,255);
stroke-width: 1px;
stroke-dasharray: 5,3;
stroke: gray;
fill-opacity: 0.1;
}*/
.group-node.complex {
fill: rgb(180,180,100);
}
.group-node.complex > .text-area {
display: none;
}
/*.group-node.complex:hover {
fill: rgb(255,0,0);
fill-opacity: 0.05;
}*/
.group-node.pathway {
fill: rgb(0,255,0);
stroke-dasharray: 5,3;
}
/*.group-node.pathway:hover {
fill: rgb(0,255,0);
fill-opacity: 0.2;
}*/
.group-node.pathway > .text-area {
fill: rgb(20,150,30);
stroke: rgb(20,150,30);
}
.cellular-component {
fill-opacity: 0;
stroke: silver;
}
.graphical-line {
fill:none;
stroke: black;
stroke-width: 1px;
}
.interaction {
fill:none;
stroke: black;
stroke-width: 1px;
}
marker {
/* this is what should work per the spec
stroke-dasharray: none; */
/* but I need to add this to make it work in Safari */
stroke-dasharray: 9999999999999999999999999;
}
.marker-end {
-webkit-transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-o-transform: rotate(180deg);
-o-transform-origin: 50% 50%;
transform: rotate(180deg);
transform-origin: 50% 50%;
}
.solid-stroke {
/* this is what should work per the spec
stroke-dasharray: none; */
/* but I need to add this to make it work in Safari */
stroke-dasharray: 9999999999999999999999999;
}
.dashed-stroke {
stroke-dasharray: 5,3;
}
.highlighted-node {
fill: yellow;
fill-opacity: 0.2;
stroke: orange;
stroke-width: 3px;
} | test/custom-css-test.css | svg {
color-interpolation: auto;
image-rendering: auto;
shape-rendering: auto;
vector-effect: non-scaling-stroke;
background: white;
/* removed fill and stroke since they override marker specs */
/* fill: white;
stroke: black; */
}
/* default color for pathway elements */
.default-fill-color {
fill: black;
}
.default-stroke-color {
stroke: black;
}
/* default color of the background drawing board */
.board-fill-color {
fill: white;
}
.board-stroke-color {
stroke: white;
}
.text-area {
font-family: Sans-Serif, Helvetica, Arial;
text-align: center;
vertical-align: middle;
font-size: 10px;
fill: black;
fill-opacity: 1;
stroke: none;
}
.citation {
font-family: Sans-Serif, Helvetica, Arial;
text-align: center;
vertical-align: top;
font-size: 7px;
fill: #999999;
fill-opacity: 1;
stroke: none;
}
.info-box {
font-family: Sans-Serif;
font-size: 10px;
fill: black;
stroke: none;
text-align: left;
vertical-align: top;
}
.info-box-item-property-name {
font-weight: bold;
}
.info-box-item-property-value {
}
[typeof~="gpml:Protein"] {
stroke: pink;
fill: pink;
fill-opacity: 0.5
}
[typeof~="gpml:DataNode"] {
text-align: right;
fill-opacity: 1;
stroke: black;
stroke-width: 1;
stroke-dasharray: 0;
stroke-miterlimit: 1;
pointer-events:auto;
}
.data-node:hover {
cursor: pointer;
}
.has-xref:hover {
cursor: pointer;
}
[typeof~="gpml:GeneProduct"] {
stroke: gray;
fill: gray;
fill-opacity: 0.5
}
[typeof~="gpml:Metabolite"] {
stroke: blue;
fill: blue;
fill-opacity: 0.5
}
[typeof~="gpml:Metabolite"] > .text-area {
fill: white;
fill-opacity: 1;
stroke: none;
}
[typeof~="gpml:DataNode"] + [typeof~="gpml:Pathway"] {
.data-node.pathway {
stroke: none;
fill: green;
fill-opacity: 0.5;
}
.data-node.pathway > .text-area {
fill: rgb(20,150,30);
fill-opacity: 1;
font-size: 12px;
font-weight: bold;
}
.data-node.rna {
}
.data-node.unknown {
}
.label {
stroke: null;
stroke-width: 0;
fill-opacity: 0;
stroke-dasharray: 0;
stroke-miterlimit: 1;
}
.shape {
fill-opacity: 0;
stroke: black;
stroke-dasharray: 0;
stroke-miterlimit: 1;
}
.shape.none {
fill: none;
fill-opacity: 0;
stroke: none;
}
g.group-node > .shape {
fill-opacity: 0.098;
stroke: gray;
stroke-miterlimit: 1;
stroke-width: 1px;
pointer-events:none;
}
.group-node {
fill-opacity: 0.098;
stroke: gray;
stroke-miterlimit: 1;
stroke-width: 1px;
pointer-events:none;
}
.group-node > .text-area {
fill-opacity: 0.4;
font-family: Serif, Times;
font-size: 32px;
fill: black;
stroke-width: 0;
font-weight: bold;
}
.group-node.none {
fill: rgb(180,180,100);
stroke-dasharray: 5,3;
}
.group-node.none > .text-area {
display: none;
}
/*.group-node.none:hover {
fill: rgb(255,180,100);
fill-opacity: 0.05;
}*/
.group-node.group {
fill-opacity: 0;
stroke: none;
}
.group-node.group > .text-area {
display: none;
}
/*.group-node.group:hover {
fill: rgb(0,0,255);
stroke-width: 1px;
stroke-dasharray: 5,3;
stroke: gray;
fill-opacity: 0.1;
}*/
.group-node.complex {
fill: rgb(180,180,100);
}
.group-node.complex > .text-area {
display: none;
}
/*.group-node.complex:hover {
fill: rgb(255,0,0);
fill-opacity: 0.05;
}*/
.group-node.pathway {
fill: rgb(0,255,0);
stroke-dasharray: 5,3;
}
/*.group-node.pathway:hover {
fill: rgb(0,255,0);
fill-opacity: 0.2;
}*/
.group-node.pathway > .text-area {
fill: rgb(20,150,30);
stroke: rgb(20,150,30);
}
.cellular-component {
fill-opacity: 0;
stroke: silver;
}
.graphical-line {
fill:none;
stroke: black;
stroke-width: 1px;
}
.interaction {
fill:none;
stroke: black;
stroke-width: 1px;
}
marker {
/* this is what should work per the spec
stroke-dasharray: none; */
/* but I need to add this to make it work in Safari */
stroke-dasharray: 9999999999999999999999999;
}
.marker-end {
-webkit-transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-o-transform: rotate(180deg);
-o-transform-origin: 50% 50%;
transform: rotate(180deg);
transform-origin: 50% 50%;
}
.solid-stroke {
/* this is what should work per the spec
stroke-dasharray: none; */
/* but I need to add this to make it work in Safari */
stroke-dasharray: 9999999999999999999999999;
}
.dashed-stroke {
stroke-dasharray: 5,3;
}
.highlighted-node {
fill: yellow;
fill-opacity: 0.2;
stroke: orange;
stroke-width: 3px;
} | 0.408041 | 0.158402 |
html, body {
/*height: 100%;*/
font-family:verdana,arial,sans-serif;
color:#555555;
background-color: #023149;
/* background-size: 100% 900px; */
/* background-repeat: repeat-x; */
background-image: -moz-linear-gradient(#0594be,#023149 900px);
/* background-image: -webkit-gradient(linear,0 0,0 100%,from(#0594be),to(#023149)); */
background-image: -o-linear-gradient(#0594be,#023149 900px);
background-image: -ms-linear-gradient(#0594be,#023149 900px);
-cp-background-image: linear-gradient(#0594be,#023149 900px);
background-image: linear-gradient(#0594be,#023149 900px);
font-family: helvetica,arial,sans-serif;
}
table tr th,td{
font-size: 12px !important;
}
i{
font-style: 12px !important;
}
.login-container{
margin-top: 70px;
padding: 5px 5px;
border: .5px solid #0592BC;
border-radius: 4px;
opacity: .5px;
}
#login-sub-header {
background-color: #02435d;
background-color: rgba(2,67,93,0.75);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c002435d,endColorstr=#c002435d);
border-bottom: 1px solid #002f3f;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
height: 80px;
padding: 10px 0 0;
text-align: center;
padding: 15px 0px;
z-index: 999;
}
#login-sub, #security-sub {
background-color: #035271;
background-color: rgba(3,82,113,0.75);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0035271,endColorstr=#c0035271);
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
border-top: 1px solid #0d7291;
height: 320px;
padding-left: 30px;
padding-top: 30px;
color: white;
font-size: 12px;
padding-right: 5px;
z-index: 999;
}
#login-sub, #security-sub input{
text-align: center;
width: 95%;
height: 40px;
background-color: #fff !important;
border: 3px solid #02435d !important;
border-radius: 4px;
font-size: 14px !important;
}
.login-links a{
color: #0592BC !important;
text-shadow: 1px 1px #000;
/*color: #0592BC !important;*/
}
.login-links a:hover{
color: #fff !important;
text-shadow: 1px 1px #000;
/*color: #0592BC !important;*/
}
.nav {
font-family:Arial,sans-serif;
font-size:12px;
}
/*a {
color:#222222;
}
*/
a:hover {
text-decoration:none;
}
hr {
border-color:#dedede;
}
.wrapper, .row {
height: 100%;
margin-left:0;
margin-right:0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
content: "";
display: table;
}
.wrapper:after,
.column:after {
clear: both;
}
.column {
height: 100%;
overflow: auto;
*zoom:1;
}
.column .padding {
padding: 20px;
}
.full{
padding-top:70px;
}
.box {
bottom: 0; /* increase for footer use */
left: 0;
position: absolute;
right: 0;
top: 0;
/*background-color:#444444;*/
background-color: #252222;
/*
background-image:url('/assets/example/bg_suburb.jpg');
background-size:cover;
background-attachment:fixed;
*/
}
.divider {
margin-top:32px;
}
.navbar-bg-color {
border-width:0;
background-color: #3a4953 !important;
color: #ffffff !important;
font-family:arial,sans-serif;
top:0;
position:fixed;
width:inherit;
}
.navbar-bg-color a{
color: #9ca4a9 !important;
}
.navbar-blue li > a,.navbar-toggle {
color:#efefef;
}
.navbar-blue .dropdown-menu li a {color:#2A4888;}
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
/*background-color:#2A4888;*/
/*background-color: #555555;*/
/*background-color: #510000;*/
background-color: #3599a6;
color:#fff;
}
#main {
background-color:#e9eaed;
padding-left:0;
padding-right:0;
}
#main .img-circle {
margin-top:18px;
height:70px;
width:70px;
}
#sidebar {
padding:0px;
padding-top:15px;
}
#sidebar, #sidebar a, #sidebar-footer a {
color:#ffffff;
background-color:transparent;
text-shadow:0 0 2px #000000;
padding-left:5px;
}
#sidebar .nav li>a:hover {
background-color:#393939;
}
.logo {
display:block;
padding:3px;
background-color:#fff;
color:#3B5999;
height:28px;
width:28px;
margin:9px;
margin-right:2px;
margin-left:15px;
font-size:20px;
font-weight:700;
text-align:center;
text-decoration:none;
text-shadow:0 0 1px;
border-radius:2px;
}
#sidebar-footer {
background-color:#444;
position:absolute;
bottom:5px;
padding:5px;
}
#footer {
margin-bottom:20px;
}
/* bootstrap overrides */
h1,h2,h3 {
font-weight:800;
}
.navbar-toggle, .close {
outline:0;
}
.navbar-toggle .icon-bar {
background-color: #fff;
}
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
background-color:#3B5999;
color:#fffffe;
}
.btn-default {
color:#666666;
text-shadow:0 0 1px rgba(0,0,0,.3);
}
.form-control {
}
.panel textarea, .well textarea, textarea.form-control
{
resize: none;
}
.badge{
color:#3B5999;
background-color:#fff;
}
.badge:hover, .badge-inverse{
background-color:#3B5999;
color:#fff;
}
.jumbotron {
background-color:transparent;
}
.label-default {
background-color:#dddddd;
}
.page-header {
margin-top: 55px;
padding-top: 9px;
border-top:1px solid #eeeeee;
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
}
.panel-default .panel-heading {
background-color:#f9fafb;
color:#555555;
}
.col-sm-9.full {
width: 100%;
}
.modal-header, .modal-footer {
background-color:#f2f2f2;
font-weight:800;
font-size:12px;
}
.modal-footer i, .well i {
font-size:12px;
/*color:#c0c0c0;*/
}
.modal-body{
min-height: 340px;
}
small.text-muted {
font-family:courier,courier-new,monospace;
}
/* adjust the contents on smaller devices */
@media (max-width: 768px) {
.column .padding {
padding: 7px;
}
.full{
padding-top:20px;
}
.navbar-blue {
background-color:#3B5999;
top:0;
width:100%;
position:relative;
}
}
/*
* off canvas sidebar
* --------------------------------------------------
*/
@media screen and (max-width: 768px) {
.row-offcanvas {
position: relative;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.row-offcanvas-left.active {
left: 33%;
}
.row-offcanvas-left.active .sidebar-offcanvas {
left: -33%;
position: absolute;
top: 0;
width: 33%;
margin-left: 5px;
}
#sidebar, #sidebar a, #sidebar-footer a {
padding-left:3px;
}
}
#data_table thead{
font-size: 13px !important;
}
#data_table tbody{
font-size: 13px !important;
}
.form-control{
font-size: 12px !important;
height: 30px;
}
.well{
border: none !important;
border-radius: 0px !important;
background-color: #fff !important;
}
.notification{
background:red !important;
font-weight:bold;
position:absolute;
padding:0px 5px;
border-radius:3px;
color:#fff !important;
top:3px;
right:2px;
}
/*CUSTOMIZE CSS*/
.gray-text{
color: #737373 !important;
}
.normal-font-weight{
font-weight: normal;
} | resources/assets/css/admin.css | html, body {
/*height: 100%;*/
font-family:verdana,arial,sans-serif;
color:#555555;
background-color: #023149;
/* background-size: 100% 900px; */
/* background-repeat: repeat-x; */
background-image: -moz-linear-gradient(#0594be,#023149 900px);
/* background-image: -webkit-gradient(linear,0 0,0 100%,from(#0594be),to(#023149)); */
background-image: -o-linear-gradient(#0594be,#023149 900px);
background-image: -ms-linear-gradient(#0594be,#023149 900px);
-cp-background-image: linear-gradient(#0594be,#023149 900px);
background-image: linear-gradient(#0594be,#023149 900px);
font-family: helvetica,arial,sans-serif;
}
table tr th,td{
font-size: 12px !important;
}
i{
font-style: 12px !important;
}
.login-container{
margin-top: 70px;
padding: 5px 5px;
border: .5px solid #0592BC;
border-radius: 4px;
opacity: .5px;
}
#login-sub-header {
background-color: #02435d;
background-color: rgba(2,67,93,0.75);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c002435d,endColorstr=#c002435d);
border-bottom: 1px solid #002f3f;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
height: 80px;
padding: 10px 0 0;
text-align: center;
padding: 15px 0px;
z-index: 999;
}
#login-sub, #security-sub {
background-color: #035271;
background-color: rgba(3,82,113,0.75);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0035271,endColorstr=#c0035271);
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
border-top: 1px solid #0d7291;
height: 320px;
padding-left: 30px;
padding-top: 30px;
color: white;
font-size: 12px;
padding-right: 5px;
z-index: 999;
}
#login-sub, #security-sub input{
text-align: center;
width: 95%;
height: 40px;
background-color: #fff !important;
border: 3px solid #02435d !important;
border-radius: 4px;
font-size: 14px !important;
}
.login-links a{
color: #0592BC !important;
text-shadow: 1px 1px #000;
/*color: #0592BC !important;*/
}
.login-links a:hover{
color: #fff !important;
text-shadow: 1px 1px #000;
/*color: #0592BC !important;*/
}
.nav {
font-family:Arial,sans-serif;
font-size:12px;
}
/*a {
color:#222222;
}
*/
a:hover {
text-decoration:none;
}
hr {
border-color:#dedede;
}
.wrapper, .row {
height: 100%;
margin-left:0;
margin-right:0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
content: "";
display: table;
}
.wrapper:after,
.column:after {
clear: both;
}
.column {
height: 100%;
overflow: auto;
*zoom:1;
}
.column .padding {
padding: 20px;
}
.full{
padding-top:70px;
}
.box {
bottom: 0; /* increase for footer use */
left: 0;
position: absolute;
right: 0;
top: 0;
/*background-color:#444444;*/
background-color: #252222;
/*
background-image:url('/assets/example/bg_suburb.jpg');
background-size:cover;
background-attachment:fixed;
*/
}
.divider {
margin-top:32px;
}
.navbar-bg-color {
border-width:0;
background-color: #3a4953 !important;
color: #ffffff !important;
font-family:arial,sans-serif;
top:0;
position:fixed;
width:inherit;
}
.navbar-bg-color a{
color: #9ca4a9 !important;
}
.navbar-blue li > a,.navbar-toggle {
color:#efefef;
}
.navbar-blue .dropdown-menu li a {color:#2A4888;}
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
/*background-color:#2A4888;*/
/*background-color: #555555;*/
/*background-color: #510000;*/
background-color: #3599a6;
color:#fff;
}
#main {
background-color:#e9eaed;
padding-left:0;
padding-right:0;
}
#main .img-circle {
margin-top:18px;
height:70px;
width:70px;
}
#sidebar {
padding:0px;
padding-top:15px;
}
#sidebar, #sidebar a, #sidebar-footer a {
color:#ffffff;
background-color:transparent;
text-shadow:0 0 2px #000000;
padding-left:5px;
}
#sidebar .nav li>a:hover {
background-color:#393939;
}
.logo {
display:block;
padding:3px;
background-color:#fff;
color:#3B5999;
height:28px;
width:28px;
margin:9px;
margin-right:2px;
margin-left:15px;
font-size:20px;
font-weight:700;
text-align:center;
text-decoration:none;
text-shadow:0 0 1px;
border-radius:2px;
}
#sidebar-footer {
background-color:#444;
position:absolute;
bottom:5px;
padding:5px;
}
#footer {
margin-bottom:20px;
}
/* bootstrap overrides */
h1,h2,h3 {
font-weight:800;
}
.navbar-toggle, .close {
outline:0;
}
.navbar-toggle .icon-bar {
background-color: #fff;
}
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
background-color:#3B5999;
color:#fffffe;
}
.btn-default {
color:#666666;
text-shadow:0 0 1px rgba(0,0,0,.3);
}
.form-control {
}
.panel textarea, .well textarea, textarea.form-control
{
resize: none;
}
.badge{
color:#3B5999;
background-color:#fff;
}
.badge:hover, .badge-inverse{
background-color:#3B5999;
color:#fff;
}
.jumbotron {
background-color:transparent;
}
.label-default {
background-color:#dddddd;
}
.page-header {
margin-top: 55px;
padding-top: 9px;
border-top:1px solid #eeeeee;
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
}
.panel-default .panel-heading {
background-color:#f9fafb;
color:#555555;
}
.col-sm-9.full {
width: 100%;
}
.modal-header, .modal-footer {
background-color:#f2f2f2;
font-weight:800;
font-size:12px;
}
.modal-footer i, .well i {
font-size:12px;
/*color:#c0c0c0;*/
}
.modal-body{
min-height: 340px;
}
small.text-muted {
font-family:courier,courier-new,monospace;
}
/* adjust the contents on smaller devices */
@media (max-width: 768px) {
.column .padding {
padding: 7px;
}
.full{
padding-top:20px;
}
.navbar-blue {
background-color:#3B5999;
top:0;
width:100%;
position:relative;
}
}
/*
* off canvas sidebar
* --------------------------------------------------
*/
@media screen and (max-width: 768px) {
.row-offcanvas {
position: relative;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.row-offcanvas-left.active {
left: 33%;
}
.row-offcanvas-left.active .sidebar-offcanvas {
left: -33%;
position: absolute;
top: 0;
width: 33%;
margin-left: 5px;
}
#sidebar, #sidebar a, #sidebar-footer a {
padding-left:3px;
}
}
#data_table thead{
font-size: 13px !important;
}
#data_table tbody{
font-size: 13px !important;
}
.form-control{
font-size: 12px !important;
height: 30px;
}
.well{
border: none !important;
border-radius: 0px !important;
background-color: #fff !important;
}
.notification{
background:red !important;
font-weight:bold;
position:absolute;
padding:0px 5px;
border-radius:3px;
color:#fff !important;
top:3px;
right:2px;
}
/*CUSTOMIZE CSS*/
.gray-text{
color: #737373 !important;
}
.normal-font-weight{
font-weight: normal;
} | 0.277767 | 0.081593 |
h1{
color: white;
text-align: center;
}
h2{
text-align: center;
}
h3{
color: white;
}
.nav-link{
color: white;
}
.nav-bar{
background-color: #202020;
}
.welcome{
background-image: url("../images/lisheng-chang-FvA7zYUVIdA-unsplash.jpg");
background-color: black;
text-align: center;
color: white;
}
.all{
background-color: black;
text-align: center;
}
.nameofcocktail{
color: white;
}
.new{
background-color: black;
text-align: center;
}
.edit{
background-color: black;
text-align: center;
}
.show{
background-color: black;
color: white;
text-align: center;
}
/*for login & signup*/
.signuplogin{
background-color:black;
text-align: center;
}
/* Full-width inputs */
input[type=email], input[type=password], input[type=date], input[type=text], textarea[id=ingredient], textarea[id=instruction]{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
.signuplogin_botton{
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
/* Add a hover effect for buttons */
button:hover {
opacity: 0.7;
}
/* Center the avatar image inside this container */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
/* Add padding to containers */
.container {
padding: 16px;
}
.new_form{
margin-top: 50px;
margin-left: 300px;
margin-right: 300px;
border: 3px solid #f1f1f1;
background-color: white;
}
.signuplogin_form{
margin-top: 100px;
margin-left: 300px;
margin-right: 300px;
border: 3px solid #f1f1f1;
background-color: white;
}
.edit_form{
margin-top: 50px;
margin-left: 300px;
margin-right: 300px;
border: 3px solid #f1f1f1;
background-color: white;
} | public/stylesheets/application.css | h1{
color: white;
text-align: center;
}
h2{
text-align: center;
}
h3{
color: white;
}
.nav-link{
color: white;
}
.nav-bar{
background-color: #202020;
}
.welcome{
background-image: url("../images/lisheng-chang-FvA7zYUVIdA-unsplash.jpg");
background-color: black;
text-align: center;
color: white;
}
.all{
background-color: black;
text-align: center;
}
.nameofcocktail{
color: white;
}
.new{
background-color: black;
text-align: center;
}
.edit{
background-color: black;
text-align: center;
}
.show{
background-color: black;
color: white;
text-align: center;
}
/*for login & signup*/
.signuplogin{
background-color:black;
text-align: center;
}
/* Full-width inputs */
input[type=email], input[type=password], input[type=date], input[type=text], textarea[id=ingredient], textarea[id=instruction]{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* Set a style for all buttons */
.signuplogin_botton{
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
/* Add a hover effect for buttons */
button:hover {
opacity: 0.7;
}
/* Center the avatar image inside this container */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
/* Add padding to containers */
.container {
padding: 16px;
}
.new_form{
margin-top: 50px;
margin-left: 300px;
margin-right: 300px;
border: 3px solid #f1f1f1;
background-color: white;
}
.signuplogin_form{
margin-top: 100px;
margin-left: 300px;
margin-right: 300px;
border: 3px solid #f1f1f1;
background-color: white;
}
.edit_form{
margin-top: 50px;
margin-left: 300px;
margin-right: 300px;
border: 3px solid #f1f1f1;
background-color: white;
} | 0.394901 | 0.082107 |
@import "_game-icons.css";
@import "_textura-libera.css";
@import "_xeditable.css";
@import "_font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Metamorphous&subset=latin,latin-ext);
.no-m {
margin: 0 !important;
}
.no-mt {
margin-top: 0 !important;
}
.no-mr {
margin-right: 0 !important;
}
.no-mb {
margin-bottom: 0 !important;
}
.no-ml {
margin-left: 0 !important;
}
.m {
margin: 8px 12px !important;
}
.mt {
margin-top: 12px !important;
}
.mr {
margin-right: 8px !important;
}
.mb {
margin-bottom: 12px !important;
}
.ml {
margin-left: 8px !important;
}
.m-large {
margin: 10px 15px !important;
}
.mt-large {
margin-top: 15px !important;
}
.mr-large {
margin-right: 10px !important;
}
.mb-large {
margin-bottom: 15px !important;
}
.ml-large {
margin-left: 10px !important;
}
.m-small {
margin: 6px 9px !important;
}
.mt-small {
margin-top: 9px !important;
}
.mr-small {
margin-right: 6px !important;
}
.mb-small {
margin-bottom: 9px !important;
}
.ml-small {
margin-left: 6px !important;
}
.m-xs {
margin: 4px 6px !important;
}
.mt-xs {
margin-top: 6px !important;
}
.mr-xs {
margin-right: 4px !important;
}
.mb-xs {
margin-bottom: 6px !important;
}
.ml-xs {
margin-left: 4px !important;
}
.mt-minus {
margin-top: -12px !important;
}
.mb-minus {
margin-bottom: -12px !important;
}
.mt-minus-large {
margin-top: -15px !important;
}
.mb-minus-large {
margin-bottom: -15px !important;
}
.mt-minus-small {
margin-top: -9px !important;
}
.mb-minus-small {
margin-bottom: -9px !important;
}
.mt-minus-xs {
margin-top: -6px !important;
}
.mb-minus-xs {
margin-bottom: -6px !important;
}
.no-p {
padding: 0 !important;
}
.no-pt {
padding-top: 0 !important;
}
.no-pr {
padding-right: 0 !important;
}
.no-pb {
padding-bottom: 0 !important;
}
.no-pl {
padding-left: 0 !important;
}
.p {
padding: 8px 12px !important;
}
.pt {
padding-top: 12px !important;
}
.pr {
padding-right: 8px !important;
}
.pb {
padding-bottom: 12px !important;
}
.pl {
padding-left: 8px !important;
}
.p-large {
padding: 10px 15px !important;
}
.pt-large {
padding-top: 15px !important;
}
.pr-large {
padding-right: 10px !important;
}
.pb-large {
padding-bottom: 15px !important;
}
.pl-large {
padding-left: 10px !important;
}
.p-small {
padding: 6px 9px !important;
}
.pt-small {
padding-top: 9px !important;
}
.pr-small {
padding-right: 6px !important;
}
.pb-small {
padding-bottom: 9px !important;
}
.pl-small {
padding-left: 6px !important;
}
.p-xs {
padding: 4px 6px !important;
}
.pt-xs {
padding-top: 6px !important;
}
.pr-xs {
padding-right: 4px !important;
}
.pb-xs {
padding-bottom: 6px !important;
}
.pl-xs {
padding-left: 4px !important;
}
.bigger-110 {
font-size: 110%;
}
.bigger-120 {
font-size: 120%;
}
.bigger-130 {
font-size: 130%;
}
.bigger-140 {
font-size: 140%;
}
.bigger-150 {
font-size: 150%;
}
.bigger-160 {
font-size: 160%;
}
.bigger-170 {
font-size: 170%;
}
.bigger-180 {
font-size: 180%;
}
.bigger-190 {
font-size: 190%;
}
.bigger-200 {
font-size: 200%;
}
.bigger-250 {
font-size: 250%;
}
.bigger-300 {
font-size: 300%;
}
.bigger-400 {
font-size: 400%;
}
.regular-size {
font-size: 100% !important;
}
.inherit-size {
font-size: inherit;
}
.smaller-90 {
font-size: 90%;
}
.smaller-80 {
font-size: 80%;
}
.smaller-70 {
font-size: 70%;
}
.smaller-60 {
font-size: 60%;
}
.smaller-50 {
font-size: 50%;
}
.smaller-40 {
font-size: 40%;
}
.smaller-30 {
font-size: 30%;
}
.smaller-20 {
font-size: 20%;
}
.smaller-10 {
font-size: 10%;
}
.wood-lighter {
background: #000000 url('images/wood-lighter.jpg') center center repeat;
}
.wood-darker {
color: #c2b2a2;
background: #000000 url('images/wood-darker.jpg') center center repeat;
}
.wood {
color: #fcf7f1;
background: #000000 url('images/wood.jpg') center center repeat;
}
.paper-lighter {
background: #000000 url('images/paper-lighter.jpg') center center repeat;
}
.paper-darker {
background: #000000 url('images/paper-darker.jpg') center center repeat;
}
.paper {
background: #000000 url('images/paper.jpg') center center repeat;
}
.iron-light {
background: #000000 url('images/iron-light.jpg') center center repeat;
}
.iron-dark {
background: #000000 url('images/iron-dark.jpg') center center repeat;
}
.iron {
background: #000000 url('images/iron.jpg') center center repeat;
}
.gold-lighter {
background: #000000 url('images/gold-lighter.jpg') center center repeat;
}
.gold-darker {
background: #000000 url('images/gold-darker.jpg') center center repeat;
}
.gold {
background: #000000 url('images/gold.jpg') center center repeat;
}
.trim1 {
height: 128px;
background: transparent url('images/trim1.png') center top repeat-x;
border: 0;
}
.trim2 {
height: 64px;
background: transparent url('images/trim2.png') center top repeat-x;
border: 0;
}
.trim3 {
height: 64px;
background: transparent url('images/trim3.png') center top repeat-x;
border: 0;
}
.trim4 {
height: 32px;
background: transparent url('images/trim4.png') center top repeat-x;
border: 0;
}
.trim5 {
height: 64px;
background: transparent url('images/trim5.png') center top repeat-x;
border: 0;
}
.trim6 {
height: 32px;
background: transparent url('images/trim6.png') center top repeat-x;
border: 0;
}
.trim7 {
height: 15px;
background: transparent url('images/trim7.png') center top repeat-x;
border: 0;
}
.trim8 {
height: 16px;
background: transparent url('images/trim8.png') center top repeat-x;
border: 0;
}
.trim9 {
height: 64px;
background: transparent url('images/trim9.png') center top repeat-x;
border: 0;
}
.trim10 {
height: 32px;
background: transparent url('images/trim10.png') center top repeat-x;
border: 0;
}
.trim11 {
height: 5px;
background: transparent url('images/trim11.png') center top repeat-x;
border: 0;
}
.trim12 {
height: 16px;
background: transparent url('images/trim12.png') center top repeat-x;
border: 0;
}
.valign-middle {
vertical-align: middle !important;
}
.strong {
font-weight: bold !important;
}
.img-responsive-vertical {
height: 100%;
width: auto;
max-width: 100%;
}
.img-circle {
border-radius: 100%;
}
.text-gray-darker {
color: #1f1407 !important;
}
.text-gray-dark {
color: #574838 !important;
}
.text-gray {
color: #827362 !important;
}
.text-gray-light {
color: #c2b2a2 !important;
}
.text-gray-lighter {
color: #fcf7f1 !important;
}
.text-default {
color: #574838 !important;
}
.text-primary {
color: #f7df04 !important;
}
.text-success {
color: #337a33 !important;
}
.text-info {
color: #2d4b62 !important;
}
.text-warning {
color: #bf8631 !important;
}
.text-danger {
color: #c43030 !important;
}
.bg-gray-darker {
background-color: #1f1407 !important;
}
.bg-gray-dark {
background-color: #574838 !important;
}
.bg-gray {
background-color: #827362 !important;
}
.bg-gray-light {
background-color: #c2b2a2 !important;
}
.bg-gray-lighter {
background-color: #fcf7f1 !important;
}
.bg-default {
background-color: #574838 !important;
}
.bg-primary {
background-color: #f7df04 !important;
color: #574838;
}
.bg-success {
background-color: #337a33 !important;
}
.bg-info {
background-color: #2d4b62 !important;
}
.bg-warning {
background-color: #bf8631 !important;
}
.bg-danger {
background-color: #c43030 !important;
}
.no-float {
float: none !important;
}
.inline-block {
display: inline-block;
}
.middle {
vertical-align: middle !important;
}
.bottom {
vertical-align: bottom !important;
}
.top {
vertical-align: top !important;
}
.no-br {
border-radius: 0;
}
.underline {
text-decoration: underline !important;
}
.shrink {
width: 1%;
white-space: nowrap;
}
.button-label {
color: #fcf7f1 !important;
font-size: 90%;
}
.button-label a {
color: #fcf7f1 !important;
text-decoration: underline;
}
.button-label a:hover {
text-decoration: none;
}
.gi-bigger-150 {
line-height: 0px;
vertical-align: middle;
font-size: 150%;
}
.gi-bigger-200 {
line-height: 0px;
vertical-align: middle;
font-size: 200%;
}
.gi-bigger-250 {
line-height: 0px;
vertical-align: middle;
font-size: 250%;
}
.gi-bigger-300 {
line-height: 0px;
vertical-align: middle;
font-size: 300%;
}
.modal.center .modal-dialog {
position: absolute !important;
top: 40%;
left: 50%;
min-width: 320px;
max-width: 630px;
width: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.navbar-fixed-top + .container,
.navbar-fixed-top + .container-fluid {
margin-top: 65px;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th {
background-color: rgba(247, 223, 4, 0.5);
}
.nav,
.pagination,
.carousel,
.panel-title a {
cursor: pointer;
}
.modal-backdrop {
height: 100%;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.btn-default:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-default.hover,
.btn-primary.hover,
.btn-success.hover,
.btn-info.hover,
.btn-warning.hover,
.btn-danger.hover {
-webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.inner-shadow {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
}
.drop-shadow {
-webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
}
.inner-shadow-heavy {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3);
}
.drop-shadow-heavy {
-webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);
}
.drop-shadow.inner-shadow {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.1);
}
.drop-shadow-heavy.inner-shadow-heavy {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.3);
}
.drop-shadow-heavy.inner-shadow {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.3);
}
.drop-shadow.inner-shadow-heavy {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.1);
}
.input {
border: 1px solid #d2d9e0;
display: inline-block;
width: auto;
padding: 12px 8px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
}
.input-lg {
padding: 15px 10px;
font-size: 18px;
line-height: 1.33;
border-radius: 4px;
}
.input-sm {
padding: 9px 6px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px;
}
.input-xs {
padding: 6px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px;
}
.input-short {
width: 5em;
}
.input-medium {
width: 20em;
}
.navbar-brand.logo {
padding: 9px 8px;
}
.navbar-brand.logo img {
display: inline-block;
vertical-align: middle;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #c4d0dd;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #d1dbe4;
}
.btn-default:active,
.btn-default.active {
background-color: #d1dbe4;
border-color: #d1dbe4;
}
.btn-default:disabled,
.btn-default[disabled] {
background-color: #cad5e1;
background-image: none;
}
.btn-primary {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b1a003;
text-shadow: 0 1px 0 #fef9c9;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #c5b203;
}
.btn-primary:active,
.btn-primary.active {
background-color: #c5b203;
border-color: #c5b203;
}
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #bba903;
background-image: none;
}
.btn-success {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #1e481e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #245624;
}
.btn-success:active,
.btn-success.active {
background-color: #245624;
border-color: #245624;
}
.btn-success:disabled,
.btn-success[disabled] {
background-color: #214f21;
background-image: none;
}
.btn-info {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #172631;
}
.btn-info:hover,
.btn-info:focus {
background-color: #1d303f;
}
.btn-info:active,
.btn-info.active {
background-color: #1d303f;
border-color: #1d303f;
}
.btn-info:disabled,
.btn-info[disabled] {
background-color: #1a2b38;
background-image: none;
}
.btn-warning {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #865e22;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #966a27;
}
.btn-warning:active,
.btn-warning.active {
background-color: #966a27;
border-color: #966a27;
}
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #8e6425;
background-image: none;
}
.btn-danger {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #8b2222;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #9b2626;
}
.btn-danger:active,
.btn-danger.active {
background-color: #9b2626;
border-color: #9b2626;
}
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #932424;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #dec804;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #dec804;
}
.navbar-default {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
border-color: #b2dba1;
}
.alert-info {
border-color: #9acfea;
}
.alert-warning {
border-color: #f5e79e;
}
.alert-danger {
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #fff3d8 0%, #fff9ec 100%);
background-image: -o-linear-gradient(top, #fff3d8 0%, #fff9ec 100%);
background-image: linear-gradient(to bottom, #fff3d8 0%, #fff9ec 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff3d8', endColorstr='#fffff9ec', GradientType=0);
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #f7df04 0%, #c5b203 100%);
background-image: -o-linear-gradient(top, #f7df04 0%, #c5b203 100%);
background-image: linear-gradient(to bottom, #f7df04 0%, #c5b203 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df04', endColorstr='#ffc5b203', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #337a33 0%, #245624 100%);
background-image: -o-linear-gradient(top, #337a33 0%, #245624 100%);
background-image: linear-gradient(to bottom, #337a33 0%, #245624 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337a33', endColorstr='#ff245624', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #2d4b62 0%, #1d303f 100%);
background-image: -o-linear-gradient(top, #2d4b62 0%, #1d303f 100%);
background-image: linear-gradient(to bottom, #2d4b62 0%, #1d303f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d4b62', endColorstr='#ff1d303f', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #bf8631 0%, #966a27 100%);
background-image: -o-linear-gradient(top, #bf8631 0%, #966a27 100%);
background-image: linear-gradient(to bottom, #bf8631 0%, #966a27 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf8631', endColorstr='#ff966a27', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #c43030 0%, #9b2626 100%);
background-image: -o-linear-gradient(top, #c43030 0%, #9b2626 100%);
background-image: linear-gradient(to bottom, #c43030 0%, #9b2626 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43030', endColorstr='#ff9b2626', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-striped {
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: -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);
}
.jumbotron {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #c5b203;
border-color: #9f9003;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.page-header {
padding-bottom: 25px;
background-image: url('images/trim7.png');
background-position: bottom center;
background-repeat: repeat-x;
border: 0;
}
.icon-divider {
display: table;
width: 100%;
margin-top: 45px;
margin-bottom: -85px;
}
.icon-divider .icon-divider-icon {
display: table-cell;
font-size: 500%;
width: 96px;
text-align: center;
}
.icon-divider .icon-divider-icon i {
position: relative;
top: -0.5em;
}
.icon-divider hr {
display: table-cell;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-primary > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-success > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-info > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-warning > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-danger > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.well {
border-color: #f3dfc7;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.status-remove {
color: #fff;
text-decoration: none;
}
.move-item .btn {
padding: 3px 8px !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.handle {
height: 55px;
line-height: 55px;
-webkit-box-shadow: none;
box-shadow: none;
}
.handle:hover {
-webkit-box-shadow: none;
box-shadow: none;
} | src/components/App/styles/_theme.css | @import "_game-icons.css";
@import "_textura-libera.css";
@import "_xeditable.css";
@import "_font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Metamorphous&subset=latin,latin-ext);
.no-m {
margin: 0 !important;
}
.no-mt {
margin-top: 0 !important;
}
.no-mr {
margin-right: 0 !important;
}
.no-mb {
margin-bottom: 0 !important;
}
.no-ml {
margin-left: 0 !important;
}
.m {
margin: 8px 12px !important;
}
.mt {
margin-top: 12px !important;
}
.mr {
margin-right: 8px !important;
}
.mb {
margin-bottom: 12px !important;
}
.ml {
margin-left: 8px !important;
}
.m-large {
margin: 10px 15px !important;
}
.mt-large {
margin-top: 15px !important;
}
.mr-large {
margin-right: 10px !important;
}
.mb-large {
margin-bottom: 15px !important;
}
.ml-large {
margin-left: 10px !important;
}
.m-small {
margin: 6px 9px !important;
}
.mt-small {
margin-top: 9px !important;
}
.mr-small {
margin-right: 6px !important;
}
.mb-small {
margin-bottom: 9px !important;
}
.ml-small {
margin-left: 6px !important;
}
.m-xs {
margin: 4px 6px !important;
}
.mt-xs {
margin-top: 6px !important;
}
.mr-xs {
margin-right: 4px !important;
}
.mb-xs {
margin-bottom: 6px !important;
}
.ml-xs {
margin-left: 4px !important;
}
.mt-minus {
margin-top: -12px !important;
}
.mb-minus {
margin-bottom: -12px !important;
}
.mt-minus-large {
margin-top: -15px !important;
}
.mb-minus-large {
margin-bottom: -15px !important;
}
.mt-minus-small {
margin-top: -9px !important;
}
.mb-minus-small {
margin-bottom: -9px !important;
}
.mt-minus-xs {
margin-top: -6px !important;
}
.mb-minus-xs {
margin-bottom: -6px !important;
}
.no-p {
padding: 0 !important;
}
.no-pt {
padding-top: 0 !important;
}
.no-pr {
padding-right: 0 !important;
}
.no-pb {
padding-bottom: 0 !important;
}
.no-pl {
padding-left: 0 !important;
}
.p {
padding: 8px 12px !important;
}
.pt {
padding-top: 12px !important;
}
.pr {
padding-right: 8px !important;
}
.pb {
padding-bottom: 12px !important;
}
.pl {
padding-left: 8px !important;
}
.p-large {
padding: 10px 15px !important;
}
.pt-large {
padding-top: 15px !important;
}
.pr-large {
padding-right: 10px !important;
}
.pb-large {
padding-bottom: 15px !important;
}
.pl-large {
padding-left: 10px !important;
}
.p-small {
padding: 6px 9px !important;
}
.pt-small {
padding-top: 9px !important;
}
.pr-small {
padding-right: 6px !important;
}
.pb-small {
padding-bottom: 9px !important;
}
.pl-small {
padding-left: 6px !important;
}
.p-xs {
padding: 4px 6px !important;
}
.pt-xs {
padding-top: 6px !important;
}
.pr-xs {
padding-right: 4px !important;
}
.pb-xs {
padding-bottom: 6px !important;
}
.pl-xs {
padding-left: 4px !important;
}
.bigger-110 {
font-size: 110%;
}
.bigger-120 {
font-size: 120%;
}
.bigger-130 {
font-size: 130%;
}
.bigger-140 {
font-size: 140%;
}
.bigger-150 {
font-size: 150%;
}
.bigger-160 {
font-size: 160%;
}
.bigger-170 {
font-size: 170%;
}
.bigger-180 {
font-size: 180%;
}
.bigger-190 {
font-size: 190%;
}
.bigger-200 {
font-size: 200%;
}
.bigger-250 {
font-size: 250%;
}
.bigger-300 {
font-size: 300%;
}
.bigger-400 {
font-size: 400%;
}
.regular-size {
font-size: 100% !important;
}
.inherit-size {
font-size: inherit;
}
.smaller-90 {
font-size: 90%;
}
.smaller-80 {
font-size: 80%;
}
.smaller-70 {
font-size: 70%;
}
.smaller-60 {
font-size: 60%;
}
.smaller-50 {
font-size: 50%;
}
.smaller-40 {
font-size: 40%;
}
.smaller-30 {
font-size: 30%;
}
.smaller-20 {
font-size: 20%;
}
.smaller-10 {
font-size: 10%;
}
.wood-lighter {
background: #000000 url('images/wood-lighter.jpg') center center repeat;
}
.wood-darker {
color: #c2b2a2;
background: #000000 url('images/wood-darker.jpg') center center repeat;
}
.wood {
color: #fcf7f1;
background: #000000 url('images/wood.jpg') center center repeat;
}
.paper-lighter {
background: #000000 url('images/paper-lighter.jpg') center center repeat;
}
.paper-darker {
background: #000000 url('images/paper-darker.jpg') center center repeat;
}
.paper {
background: #000000 url('images/paper.jpg') center center repeat;
}
.iron-light {
background: #000000 url('images/iron-light.jpg') center center repeat;
}
.iron-dark {
background: #000000 url('images/iron-dark.jpg') center center repeat;
}
.iron {
background: #000000 url('images/iron.jpg') center center repeat;
}
.gold-lighter {
background: #000000 url('images/gold-lighter.jpg') center center repeat;
}
.gold-darker {
background: #000000 url('images/gold-darker.jpg') center center repeat;
}
.gold {
background: #000000 url('images/gold.jpg') center center repeat;
}
.trim1 {
height: 128px;
background: transparent url('images/trim1.png') center top repeat-x;
border: 0;
}
.trim2 {
height: 64px;
background: transparent url('images/trim2.png') center top repeat-x;
border: 0;
}
.trim3 {
height: 64px;
background: transparent url('images/trim3.png') center top repeat-x;
border: 0;
}
.trim4 {
height: 32px;
background: transparent url('images/trim4.png') center top repeat-x;
border: 0;
}
.trim5 {
height: 64px;
background: transparent url('images/trim5.png') center top repeat-x;
border: 0;
}
.trim6 {
height: 32px;
background: transparent url('images/trim6.png') center top repeat-x;
border: 0;
}
.trim7 {
height: 15px;
background: transparent url('images/trim7.png') center top repeat-x;
border: 0;
}
.trim8 {
height: 16px;
background: transparent url('images/trim8.png') center top repeat-x;
border: 0;
}
.trim9 {
height: 64px;
background: transparent url('images/trim9.png') center top repeat-x;
border: 0;
}
.trim10 {
height: 32px;
background: transparent url('images/trim10.png') center top repeat-x;
border: 0;
}
.trim11 {
height: 5px;
background: transparent url('images/trim11.png') center top repeat-x;
border: 0;
}
.trim12 {
height: 16px;
background: transparent url('images/trim12.png') center top repeat-x;
border: 0;
}
.valign-middle {
vertical-align: middle !important;
}
.strong {
font-weight: bold !important;
}
.img-responsive-vertical {
height: 100%;
width: auto;
max-width: 100%;
}
.img-circle {
border-radius: 100%;
}
.text-gray-darker {
color: #1f1407 !important;
}
.text-gray-dark {
color: #574838 !important;
}
.text-gray {
color: #827362 !important;
}
.text-gray-light {
color: #c2b2a2 !important;
}
.text-gray-lighter {
color: #fcf7f1 !important;
}
.text-default {
color: #574838 !important;
}
.text-primary {
color: #f7df04 !important;
}
.text-success {
color: #337a33 !important;
}
.text-info {
color: #2d4b62 !important;
}
.text-warning {
color: #bf8631 !important;
}
.text-danger {
color: #c43030 !important;
}
.bg-gray-darker {
background-color: #1f1407 !important;
}
.bg-gray-dark {
background-color: #574838 !important;
}
.bg-gray {
background-color: #827362 !important;
}
.bg-gray-light {
background-color: #c2b2a2 !important;
}
.bg-gray-lighter {
background-color: #fcf7f1 !important;
}
.bg-default {
background-color: #574838 !important;
}
.bg-primary {
background-color: #f7df04 !important;
color: #574838;
}
.bg-success {
background-color: #337a33 !important;
}
.bg-info {
background-color: #2d4b62 !important;
}
.bg-warning {
background-color: #bf8631 !important;
}
.bg-danger {
background-color: #c43030 !important;
}
.no-float {
float: none !important;
}
.inline-block {
display: inline-block;
}
.middle {
vertical-align: middle !important;
}
.bottom {
vertical-align: bottom !important;
}
.top {
vertical-align: top !important;
}
.no-br {
border-radius: 0;
}
.underline {
text-decoration: underline !important;
}
.shrink {
width: 1%;
white-space: nowrap;
}
.button-label {
color: #fcf7f1 !important;
font-size: 90%;
}
.button-label a {
color: #fcf7f1 !important;
text-decoration: underline;
}
.button-label a:hover {
text-decoration: none;
}
.gi-bigger-150 {
line-height: 0px;
vertical-align: middle;
font-size: 150%;
}
.gi-bigger-200 {
line-height: 0px;
vertical-align: middle;
font-size: 200%;
}
.gi-bigger-250 {
line-height: 0px;
vertical-align: middle;
font-size: 250%;
}
.gi-bigger-300 {
line-height: 0px;
vertical-align: middle;
font-size: 300%;
}
.modal.center .modal-dialog {
position: absolute !important;
top: 40%;
left: 50%;
min-width: 320px;
max-width: 630px;
width: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.navbar-fixed-top + .container,
.navbar-fixed-top + .container-fluid {
margin-top: 65px;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th {
background-color: rgba(247, 223, 4, 0.5);
}
.nav,
.pagination,
.carousel,
.panel-title a {
cursor: pointer;
}
.modal-backdrop {
height: 100%;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.btn-default:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-default.hover,
.btn-primary.hover,
.btn-success.hover,
.btn-info.hover,
.btn-warning.hover,
.btn-danger.hover {
-webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.inner-shadow {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
}
.drop-shadow {
-webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
}
.inner-shadow-heavy {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3);
}
.drop-shadow-heavy {
-webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);
}
.drop-shadow.inner-shadow {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.1);
}
.drop-shadow-heavy.inner-shadow-heavy {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.3);
}
.drop-shadow-heavy.inner-shadow {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 8px 4px rgba(0, 0, 0, 0.3);
}
.drop-shadow.inner-shadow-heavy {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3), 0 8px 4px rgba(0, 0, 0, 0.1);
}
.input {
border: 1px solid #d2d9e0;
display: inline-block;
width: auto;
padding: 12px 8px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
}
.input-lg {
padding: 15px 10px;
font-size: 18px;
line-height: 1.33;
border-radius: 4px;
}
.input-sm {
padding: 9px 6px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px;
}
.input-xs {
padding: 6px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px;
}
.input-short {
width: 5em;
}
.input-medium {
width: 20em;
}
.navbar-brand.logo {
padding: 9px 8px;
}
.navbar-brand.logo img {
display: inline-block;
vertical-align: middle;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #c4d0dd;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #d1dbe4;
}
.btn-default:active,
.btn-default.active {
background-color: #d1dbe4;
border-color: #d1dbe4;
}
.btn-default:disabled,
.btn-default[disabled] {
background-color: #cad5e1;
background-image: none;
}
.btn-primary {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b1a003;
text-shadow: 0 1px 0 #fef9c9;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #c5b203;
}
.btn-primary:active,
.btn-primary.active {
background-color: #c5b203;
border-color: #c5b203;
}
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #bba903;
background-image: none;
}
.btn-success {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #1e481e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #245624;
}
.btn-success:active,
.btn-success.active {
background-color: #245624;
border-color: #245624;
}
.btn-success:disabled,
.btn-success[disabled] {
background-color: #214f21;
background-image: none;
}
.btn-info {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #172631;
}
.btn-info:hover,
.btn-info:focus {
background-color: #1d303f;
}
.btn-info:active,
.btn-info.active {
background-color: #1d303f;
border-color: #1d303f;
}
.btn-info:disabled,
.btn-info[disabled] {
background-color: #1a2b38;
background-image: none;
}
.btn-warning {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #865e22;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #966a27;
}
.btn-warning:active,
.btn-warning.active {
background-color: #966a27;
border-color: #966a27;
}
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #8e6425;
background-image: none;
}
.btn-danger {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #8b2222;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #9b2626;
}
.btn-danger:active,
.btn-danger.active {
background-color: #9b2626;
border-color: #9b2626;
}
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #932424;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #dec804;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #dec804;
}
.navbar-default {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
border-color: #b2dba1;
}
.alert-info {
border-color: #9acfea;
}
.alert-warning {
border-color: #f5e79e;
}
.alert-danger {
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #fff3d8 0%, #fff9ec 100%);
background-image: -o-linear-gradient(top, #fff3d8 0%, #fff9ec 100%);
background-image: linear-gradient(to bottom, #fff3d8 0%, #fff9ec 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff3d8', endColorstr='#fffff9ec', GradientType=0);
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #f7df04 0%, #c5b203 100%);
background-image: -o-linear-gradient(top, #f7df04 0%, #c5b203 100%);
background-image: linear-gradient(to bottom, #f7df04 0%, #c5b203 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df04', endColorstr='#ffc5b203', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #337a33 0%, #245624 100%);
background-image: -o-linear-gradient(top, #337a33 0%, #245624 100%);
background-image: linear-gradient(to bottom, #337a33 0%, #245624 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337a33', endColorstr='#ff245624', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #2d4b62 0%, #1d303f 100%);
background-image: -o-linear-gradient(top, #2d4b62 0%, #1d303f 100%);
background-image: linear-gradient(to bottom, #2d4b62 0%, #1d303f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d4b62', endColorstr='#ff1d303f', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #bf8631 0%, #966a27 100%);
background-image: -o-linear-gradient(top, #bf8631 0%, #966a27 100%);
background-image: linear-gradient(to bottom, #bf8631 0%, #966a27 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf8631', endColorstr='#ff966a27', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #c43030 0%, #9b2626 100%);
background-image: -o-linear-gradient(top, #c43030 0%, #9b2626 100%);
background-image: linear-gradient(to bottom, #c43030 0%, #9b2626 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43030', endColorstr='#ff9b2626', GradientType=0);
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-striped {
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: -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);
}
.jumbotron {
-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #c5b203;
border-color: #9f9003;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.page-header {
padding-bottom: 25px;
background-image: url('images/trim7.png');
background-position: bottom center;
background-repeat: repeat-x;
border: 0;
}
.icon-divider {
display: table;
width: 100%;
margin-top: 45px;
margin-bottom: -85px;
}
.icon-divider .icon-divider-icon {
display: table-cell;
font-size: 500%;
width: 96px;
text-align: center;
}
.icon-divider .icon-divider-icon i {
position: relative;
top: -0.5em;
}
.icon-divider hr {
display: table-cell;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-primary > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-success > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-info > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-warning > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.panel-danger > .panel-heading {
-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.well {
border-color: #f3dfc7;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.status-remove {
color: #fff;
text-decoration: none;
}
.move-item .btn {
padding: 3px 8px !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.handle {
height: 55px;
line-height: 55px;
-webkit-box-shadow: none;
box-shadow: none;
}
.handle:hover {
-webkit-box-shadow: none;
box-shadow: none;
} | 0.253769 | 0.086903 |
html {
position: relative;
min-height: 100%;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Regular.ttf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Italic.ttf);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Bold.ttf);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Bold-Italic.ttf);
font-weight: bold;
font-style: italic;
}
body {
margin-bottom: 80px;
font-family: freeroad;
font-style: normal;
color: #555;
}
#content{
min-height: 800px;
}
a{
cursor: pointer;
}
.cursor-pointer{
cursor: pointer;
}
::-webkit-scrollbar-thumb {
display: none;
}
.sync-message{
left: 35px;
right: 35px;
background-color: #f5f5f5;
border-radius: 4px;
position: absolute;
}
/* Loading message */
.loading-message{
padding-top: 300px;
font-size: 44px;
line-height: 50px;
width: 100%;
text-align: center;
}
.small-o{
font-size: 0.6em;
vertical-align: middle;
line-height: 50px;
}
.big-o{
vertical-align: text-bottom;
line-height: 55px;
}
/* alerts */
#alerts{
text-align: center;
width: 100%;
position: absolute;
padding-top: 10px;
z-index: 1000;
}
.alert{
margin: auto;
clear: both;
width: 500px;
margin-top: 4px;
}
/* Nav */
.app-nav {
background-color: #428bca;
-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
height: 40px;
max-height: 40px;
}
.account-navbar{
padding-left: 5px;
padding-right: 5px;
}
.navbar{
margin-bottom: 0px;
}
.app-nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
color: #cdddeb;
}
.app-nav-item:hover,
.app-nav-item:focus {
color: #fff;
text-decoration: none;
}
.accountSelector{
max-width: 100px;
}
/* Nav */
.app-nav .active {
color: #fff;
}
.app-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}
/* Main column */
.app-main {
max-width: 980px;
font-size: 18px;
line-height: 1.5;
padding: 0px 10px;
}
.small-image{
width: 120px;
height: 120px;
background-size:cover;
background-position:50% 50%;
border-radius: 3px;
margin-right: 10px;
background-color: gray;
}
.box {
padding: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
}
.box-title{
margin-top: 8px;
margin-bottom: 8px;
}
.input-edit{
width: 230px !important;
}
.form-inline .form-control{
width: 230px;
}
/* Sidebar module */
.sidebar-module {
padding: 10px;
float: right;
width: 160px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sidebar-module-noSync{
padding: 10px;
float: right;
width: 160px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sidebar-module h3 {
margin-top: 0px;
}
.sidebar-module p:last-child,
.sidebar-module ul:last-child,
.sidebar-module ol:last-child {
margin-bottom: 0;
}
.signup-link{
margin-top: 10px;
}
/* Pagination */
.pager {
margin-bottom: 60px;
}
.pager > li > a {
padding: 10px 20px;
background-color: #f5f5f5;
border-radius: 4px;
text-align: center;
border-radius: 30px;
}
/* Posts */
.post {
padding: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
}
.post-title {
margin-top: 5px;
margin-bottom: 5px;
font-size: 40px;
}
.post-meta {
margin-bottom: 10px;
color: #999;
}
/* Mine */
.peerID{
background-color: white;
}
/* Post view */
#commentText{
resize : none;
height: 50px;
width: :100%;
}
/* New Post */
#contentPost{
resize : none;
height: 120px;
width: :100%;
}
/* Footer */
.footer {
color: #999;
text-align: center;
background-color: #f9f9f9;
position: absolute;
bottom: 0;
padding-top: 20px;
width: 100%;
height: 80px;
}
/* Useful clases */
.button-margin-sides{
margin-left: 5px;
margin-right: 5px;
}
.margin-top-form{
margin-top: 10px;
}
.total-width{
width: 100%;
}
.no-margin-top{
margin-top: 0px;
}
.modal-footer{
text-align: center !important;
}
.number-input{
width: 60px !important;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.form-inline .form-group {
margin-bottom: 15px;
}
.btn-input-right{
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important;
}
.btn-input-left{
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important;
}
.green{
color : green;
}
.black{
color : black;
} | css/all.css |
html {
position: relative;
min-height: 100%;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Regular.ttf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Italic.ttf);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Bold.ttf);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Bold-Italic.ttf);
font-weight: bold;
font-style: italic;
}
body {
margin-bottom: 80px;
font-family: freeroad;
font-style: normal;
color: #555;
}
#content{
min-height: 800px;
}
a{
cursor: pointer;
}
.cursor-pointer{
cursor: pointer;
}
::-webkit-scrollbar-thumb {
display: none;
}
.sync-message{
left: 35px;
right: 35px;
background-color: #f5f5f5;
border-radius: 4px;
position: absolute;
}
/* Loading message */
.loading-message{
padding-top: 300px;
font-size: 44px;
line-height: 50px;
width: 100%;
text-align: center;
}
.small-o{
font-size: 0.6em;
vertical-align: middle;
line-height: 50px;
}
.big-o{
vertical-align: text-bottom;
line-height: 55px;
}
/* alerts */
#alerts{
text-align: center;
width: 100%;
position: absolute;
padding-top: 10px;
z-index: 1000;
}
.alert{
margin: auto;
clear: both;
width: 500px;
margin-top: 4px;
}
/* Nav */
.app-nav {
background-color: #428bca;
-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
height: 40px;
max-height: 40px;
}
.account-navbar{
padding-left: 5px;
padding-right: 5px;
}
.navbar{
margin-bottom: 0px;
}
.app-nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
color: #cdddeb;
}
.app-nav-item:hover,
.app-nav-item:focus {
color: #fff;
text-decoration: none;
}
.accountSelector{
max-width: 100px;
}
/* Nav */
.app-nav .active {
color: #fff;
}
.app-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}
/* Main column */
.app-main {
max-width: 980px;
font-size: 18px;
line-height: 1.5;
padding: 0px 10px;
}
.small-image{
width: 120px;
height: 120px;
background-size:cover;
background-position:50% 50%;
border-radius: 3px;
margin-right: 10px;
background-color: gray;
}
.box {
padding: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
}
.box-title{
margin-top: 8px;
margin-bottom: 8px;
}
.input-edit{
width: 230px !important;
}
.form-inline .form-control{
width: 230px;
}
/* Sidebar module */
.sidebar-module {
padding: 10px;
float: right;
width: 160px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sidebar-module-noSync{
padding: 10px;
float: right;
width: 160px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sidebar-module h3 {
margin-top: 0px;
}
.sidebar-module p:last-child,
.sidebar-module ul:last-child,
.sidebar-module ol:last-child {
margin-bottom: 0;
}
.signup-link{
margin-top: 10px;
}
/* Pagination */
.pager {
margin-bottom: 60px;
}
.pager > li > a {
padding: 10px 20px;
background-color: #f5f5f5;
border-radius: 4px;
text-align: center;
border-radius: 30px;
}
/* Posts */
.post {
padding: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
}
.post-title {
margin-top: 5px;
margin-bottom: 5px;
font-size: 40px;
}
.post-meta {
margin-bottom: 10px;
color: #999;
}
/* Mine */
.peerID{
background-color: white;
}
/* Post view */
#commentText{
resize : none;
height: 50px;
width: :100%;
}
/* New Post */
#contentPost{
resize : none;
height: 120px;
width: :100%;
}
/* Footer */
.footer {
color: #999;
text-align: center;
background-color: #f9f9f9;
position: absolute;
bottom: 0;
padding-top: 20px;
width: 100%;
height: 80px;
}
/* Useful clases */
.button-margin-sides{
margin-left: 5px;
margin-right: 5px;
}
.margin-top-form{
margin-top: 10px;
}
.total-width{
width: 100%;
}
.no-margin-top{
margin-top: 0px;
}
.modal-footer{
text-align: center !important;
}
.number-input{
width: 60px !important;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.form-inline .form-group {
margin-bottom: 15px;
}
.btn-input-right{
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important;
}
.btn-input-left{
border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important;
}
.green{
color : green;
}
.black{
color : black;
} | 0.31342 | 0.057467 |
body {
background: #ffffff;
padding-bottom: 60px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
color: #333;
}
a {
color: #2ca8ff !important;
}
a:hover,
a:focus {
color: #109cff !important;
text-decoration: none;
}
a:focus,
a:active {
outline: 0;
}
a.navbar-brand {
color: #333 !important;
font-weight: bold;
}
.navbar {
margin-bottom: 0px;
}
.navbar-toggle .icon-bar {
background: #333;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
}
.status {
background-color: rgb(248, 248, 248);
color: #888;
text-align: right;
font-size: 25px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-top: 5px;
margin-bottom: 20px;
border-top: 1px solid rgba(0,0,0,.075);
border-bottom: 1px solid rgba(0,0,0,.075);
text-align: center;
}
footer {
position: fixed;
left: 0px;
bottom: 0px;
right: 0px;
background-color: rgba(248, 248, 248, 0.9);
color: #888;
text-align: right;
height: 40px;
line-height: 40px;
padding-left: 20px;
padding-right: 20px;
border-top: 1px solid rgba(0,0,0,.075);
}
.fa-6 {
font-size: 20em;
}
.tab-content {
margin-top: 20px;
}
.dropzone {
border: 2px dashed #999;
border-radius: 5px;
background: white;
margin-bottom: 30px;
}
.face-overlay-box {
border: 2px solid yellow;
border-radius: 5px;
}
.face-overlay-text {
background: yellow;
padding: 2px;
}
.entry-thumbnail-container {
}
.entry-thumbnail {
max-width: 300px;
max-height: 200px;
}
.entry-taglist {
margin: 0;
padding: 0;
}
.entry-tag {
font-size: 18px;
display: inline-table;
margin-right: 5px;
margin-bottom: 5px;
}
.entry-actions {
text-align: right;
}
.video-container {
display: inline-table;
}
.video-panel {
width: 350px;
height: 270px;
margin-bottom: 10px;
margin-right: 10px;
}
.video-panel .panel-body {
min-height: 219px;
}
.video-title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.video-title a {
color: #333 !important;
}
.video-thumbnail {
width: 300px;
max-height: 170px;
overflow: hidden;
}
.video-tags {
text-align: center;
} | web/public/css/app.css | body {
background: #ffffff;
padding-bottom: 60px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
color: #333;
}
a {
color: #2ca8ff !important;
}
a:hover,
a:focus {
color: #109cff !important;
text-decoration: none;
}
a:focus,
a:active {
outline: 0;
}
a.navbar-brand {
color: #333 !important;
font-weight: bold;
}
.navbar {
margin-bottom: 0px;
}
.navbar-toggle .icon-bar {
background: #333;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
}
.status {
background-color: rgb(248, 248, 248);
color: #888;
text-align: right;
font-size: 25px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-top: 5px;
margin-bottom: 20px;
border-top: 1px solid rgba(0,0,0,.075);
border-bottom: 1px solid rgba(0,0,0,.075);
text-align: center;
}
footer {
position: fixed;
left: 0px;
bottom: 0px;
right: 0px;
background-color: rgba(248, 248, 248, 0.9);
color: #888;
text-align: right;
height: 40px;
line-height: 40px;
padding-left: 20px;
padding-right: 20px;
border-top: 1px solid rgba(0,0,0,.075);
}
.fa-6 {
font-size: 20em;
}
.tab-content {
margin-top: 20px;
}
.dropzone {
border: 2px dashed #999;
border-radius: 5px;
background: white;
margin-bottom: 30px;
}
.face-overlay-box {
border: 2px solid yellow;
border-radius: 5px;
}
.face-overlay-text {
background: yellow;
padding: 2px;
}
.entry-thumbnail-container {
}
.entry-thumbnail {
max-width: 300px;
max-height: 200px;
}
.entry-taglist {
margin: 0;
padding: 0;
}
.entry-tag {
font-size: 18px;
display: inline-table;
margin-right: 5px;
margin-bottom: 5px;
}
.entry-actions {
text-align: right;
}
.video-container {
display: inline-table;
}
.video-panel {
width: 350px;
height: 270px;
margin-bottom: 10px;
margin-right: 10px;
}
.video-panel .panel-body {
min-height: 219px;
}
.video-title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.video-title a {
color: #333 !important;
}
.video-thumbnail {
width: 300px;
max-height: 170px;
overflow: hidden;
}
.video-tags {
text-align: center;
} | 0.426202 | 0.073463 |
body {
position: relative;
}
header {
position: relative;
width: 100%;
height: 48px;
background-image: url(../images/agreement/top-bg.jpg);
}
header a:first-child {
position: absolute;
top: 4px;
left: 20px;
width: 100px;
height: 38px;
}
header a:first-child img {
width: 100%;
height: 100%;
}
header a:last-child {
position: absolute;
top: 0;
right: 0;
width: 160px;
height: 50px;
}
header a:last-child img {
width: 100%;
height: 65px;
z-index: 1;
}
.backbox {
width: 100%;
height: 50px;
background-image: url(../images/agreement/backBg.jpg);
background-size: 100%;
}
.backbox a {
display: block;
float: left;
width: 15px;
height: 25px;
margin-top: 10px;
margin-left: 15px;
}
.backbox a img {
width: 100%;
height: 100%;
}
.backbox .navswrap {
float: left;
height: 100%;
font-size: 12px;
line-height: 50px;
margin-left: 24px;
}
.backbox .navswrap span {
padding: 0 1px;
}
.backbox .navswrap span:nth-child(2n) {
font-weight: 700;
}
.backbox .last1 {
float: right;
width: 30px;
height: 30px;
margin-top: calc((50px / 2) - 15px);
margin-right: 28px;
}
.backbox .last2 {
float: right;
width: 30px;
height: 30px;
margin-top: calc((50px / 2) - 15px);
margin-right: 8px;
}
main {
width: 100%;
padding: 0 13px;
}
main .subject {
width: 100%;
text-align: center;
border-bottom: 1px solid #eaeaea;
margin-top: 28px;
}
main .subject h1 {
color: #249f0b;
font-size: 17px;
font-weight: 700;
margin: 0;
}
main .subject p {
color: #999;
margin-top: 6px;
}
main .preface {
width: 100%;
}
main .preface h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .preface p {
width: 100%;
color: #555;
font-size: 14px;
margin-bottom: 15px;
}
main .preface p:nth-child(2) {
margin: 22px 0;
margin-top: 24px;
}
main .preface p:nth-child(3) {
line-height: 26px;
}
main .important {
width: 100%;
}
main .important h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .important p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .important p:nth-child(3) {
color: #ff0000;
}
main .sign {
width: 100%;
}
main .sign h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .sign p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .sign p:nth-child(2) {
margin: 22px 0;
margin-top: 24px;
}
main .definition {
width: 100%;
}
main .definition h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .definition p {
width: 100%;
color: #555;
font-size: 14px;
margin-bottom: 15px;
}
main .definition p:nth-child(2) {
margin: 22px 0;
margin-top: 24px;
}
main .account {
width: 100%;
}
main .account h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .account p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .account p:nth-child(2), main .account p:nth-child(4) {
margin: 22px 0;
margin-top: 24px;
}
main .account p:nth-child(3) {
color: #ff0000;
font-size: 12px;
}
main .knowledge {
width: 100%;
}
main .knowledge h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .knowledge p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .knowledge p:nth-child(2), main .knowledge p:nth-child(8) {
margin: 22px 0;
margin-top: 24px;
}
main .restriction {
width: 100%;
}
main .restriction h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 26px;
}
main .restriction p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .restriction p:nth-child(28), main .restriction p:nth-child(30), main .restriction p:nth-child(31) {
color: #ff0000;
font-size: 12px;
}
main .cost {
width: 100%;
}
main .cost h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .cost p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
}
main .cost p:nth-child(10), main .cost p:nth-child(14) {
color: #ff0000;
font-size: 12px;
}
main .protect {
width: 100%;
}
main .protect h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .protect p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .interrupt {
width: 100%;
}
main .interrupt h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .interrupt p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .interrupt p:nth-child(-n+4), main .interrupt p:nth-last-child(-n+8) {
color: #ff0000;
font-size: 12px;
}
main .link {
width: 100%;
}
main .link h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .link p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .change {
width: 100%;
}
main .change h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .change p {
width: 100%;
color: #ff0000;
font-size: 12px;
line-height: 26px;
margin-bottom: 15px;
}
main .data {
width: 100%;
}
main .data h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .data p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .notice {
width: 100%;
}
main .notice h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .notice p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .other {
width: 100%;
}
main .other h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .other p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .other p:nth-child(2) {
color: #ff0000;
font-size: 12px;
}
footer {
width: 100%;
background-image: url(../images/home/footer.jpg);
background-size: 100%;
padding-top: 67px;
}
footer a:nth-child(1) {
display: block;
width: 179px;
height: 33px;
margin: 0 auto;
}
footer a:nth-child(1) img {
width: 100%;
height: 100%;
}
footer .shareBox {
width: 100%;
text-align: center;
}
footer .shareBox a:nth-child(1),
footer .shareBox a:nth-child(2),
footer .shareBox a:nth-child(3) {
display: inline-block;
width: 75px;
height: 90px;
margin: 46px 8px;
margin-bottom: 40px;
}
footer .shareBox a:nth-child(1) img,
footer .shareBox a:nth-child(2) img,
footer .shareBox a:nth-child(3) img {
width: 44px;
height: 44px;
}
footer .shareBox a:nth-child(1) span,
footer .shareBox a:nth-child(2) span,
footer .shareBox a:nth-child(3) span {
display: block;
color: #ededed;
font-size: 10px;
line-height: 20px;
margin-top: 10px;
}
footer .emailBox {
width: 100%;
color: #808080;
font-size: 12px;
}
footer .emailBox p {
display: inline-block;
margin-left: 13px;
margin-bottom: 24px;
}
footer .emailBox a {
float: right;
color: #808080;
text-decoration: underline;
margin-right: 14px;
}
footer .qqbox {
width: 100%;
text-align: center;
color: #cacaca;
padding-bottom: 26px;
}
footer .qqbox p {
background-image: url(../images/home/home13.png);
background-size: 100% 6px;
background-position: 0 6px;
background-repeat: no-repeat;
margin: 0 10px;
margin-bottom: 10px;
}
footer .qqbox span {
display: inline-block;
width: 108px;
height: 23px;
color: #bbf5b5;
font-size: 12px;
line-height: 23px;
background: rgba(48, 114, 40, 0.7);
border: 1px solid rgba(58, 167, 45, 0.7);
margin: 5px 3px;
}
footer .qqbox .more {
width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
footer .qqbox .more .well {
min-height: 20px;
padding: 0;
margin-bottom: 0;
background-color: transparent;
border: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
footer .qqbox .more i {
position: relative;
width: 100%;
}
footer .qqbox .more i::before {
content: '';
position: absolute;
left: 12px;
top: 50%;
width: 128px;
height: 1px;
background-color: #3c3c3c;
}
footer .qqbox .more i img {
width: 12px;
height: 8px;
}
footer .qqbox .more i h5 {
display: inline-block;
font-size: 12px;
}
footer .qqbox .more i::after {
content: '';
position: absolute;
right: 12px;
top: 50%;
width: 128px;
height: 1px;
background-color: #3c3c3c;
}
footer .qqbox .more .btn {
display: inline-block;
padding: 0;
font-size: 14px;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
footer .qqbox .more .btn-primary {
color: #cacaca;
background-color: transparent;
}
footer .phonebox {
width: 100%;
background-color: rgba(73, 73, 73, 0.7);
overflow: hidden;
}
footer .phonebox a {
float: left;
display: block;
width: 43px;
height: 44px;
color: #a8a8a8;
font-size: 12px;
text-align: center;
background-image: url(../images/home/home15.png);
background-size: 100%;
padding-top: 4px;
margin: 0;
margin-left: 20px;
margin-top: 12px;
}
footer .phonebox a:nth-child(3) {
line-height: 44px;
padding: 0;
}
footer .phonebox a:nth-child(4) {
line-height: 44px;
padding: 0;
}
footer .phonebox a:nth-child(4) img {
width: 20px;
height: 20px;
}
footer .phonebox span {
float: left;
color: #a8a8a8;
font-size: 10px;
padding: 20px 12px;
}
.bottom {
width: 100%;
color: #6e6e6e;
padding: 20px 16px;
background-color: #050607;
}
.bottom p {
font-size: 13px;
margin-bottom: 2px;
}
.back-to-top {
position: absolute;
bottom: 12px;
display: block;
right: 12px;
width: 50px;
height: 50px;
text-align: center;
border: 1px solid #93979b;
}
.back-to-top span {
display: inline-block;
width: 26px;
height: 26px;
border-right: 4px solid #a7acb0;
border-top: 4px solid #a7acb0;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
margin-top: 18px;
}
/*# sourceMappingURL=agreement.css.map */ | css/agreement.css | body {
position: relative;
}
header {
position: relative;
width: 100%;
height: 48px;
background-image: url(../images/agreement/top-bg.jpg);
}
header a:first-child {
position: absolute;
top: 4px;
left: 20px;
width: 100px;
height: 38px;
}
header a:first-child img {
width: 100%;
height: 100%;
}
header a:last-child {
position: absolute;
top: 0;
right: 0;
width: 160px;
height: 50px;
}
header a:last-child img {
width: 100%;
height: 65px;
z-index: 1;
}
.backbox {
width: 100%;
height: 50px;
background-image: url(../images/agreement/backBg.jpg);
background-size: 100%;
}
.backbox a {
display: block;
float: left;
width: 15px;
height: 25px;
margin-top: 10px;
margin-left: 15px;
}
.backbox a img {
width: 100%;
height: 100%;
}
.backbox .navswrap {
float: left;
height: 100%;
font-size: 12px;
line-height: 50px;
margin-left: 24px;
}
.backbox .navswrap span {
padding: 0 1px;
}
.backbox .navswrap span:nth-child(2n) {
font-weight: 700;
}
.backbox .last1 {
float: right;
width: 30px;
height: 30px;
margin-top: calc((50px / 2) - 15px);
margin-right: 28px;
}
.backbox .last2 {
float: right;
width: 30px;
height: 30px;
margin-top: calc((50px / 2) - 15px);
margin-right: 8px;
}
main {
width: 100%;
padding: 0 13px;
}
main .subject {
width: 100%;
text-align: center;
border-bottom: 1px solid #eaeaea;
margin-top: 28px;
}
main .subject h1 {
color: #249f0b;
font-size: 17px;
font-weight: 700;
margin: 0;
}
main .subject p {
color: #999;
margin-top: 6px;
}
main .preface {
width: 100%;
}
main .preface h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .preface p {
width: 100%;
color: #555;
font-size: 14px;
margin-bottom: 15px;
}
main .preface p:nth-child(2) {
margin: 22px 0;
margin-top: 24px;
}
main .preface p:nth-child(3) {
line-height: 26px;
}
main .important {
width: 100%;
}
main .important h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .important p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .important p:nth-child(3) {
color: #ff0000;
}
main .sign {
width: 100%;
}
main .sign h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .sign p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .sign p:nth-child(2) {
margin: 22px 0;
margin-top: 24px;
}
main .definition {
width: 100%;
}
main .definition h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .definition p {
width: 100%;
color: #555;
font-size: 14px;
margin-bottom: 15px;
}
main .definition p:nth-child(2) {
margin: 22px 0;
margin-top: 24px;
}
main .account {
width: 100%;
}
main .account h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .account p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .account p:nth-child(2), main .account p:nth-child(4) {
margin: 22px 0;
margin-top: 24px;
}
main .account p:nth-child(3) {
color: #ff0000;
font-size: 12px;
}
main .knowledge {
width: 100%;
}
main .knowledge h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
}
main .knowledge p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .knowledge p:nth-child(2), main .knowledge p:nth-child(8) {
margin: 22px 0;
margin-top: 24px;
}
main .restriction {
width: 100%;
}
main .restriction h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 26px;
}
main .restriction p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .restriction p:nth-child(28), main .restriction p:nth-child(30), main .restriction p:nth-child(31) {
color: #ff0000;
font-size: 12px;
}
main .cost {
width: 100%;
}
main .cost h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .cost p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
}
main .cost p:nth-child(10), main .cost p:nth-child(14) {
color: #ff0000;
font-size: 12px;
}
main .protect {
width: 100%;
}
main .protect h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .protect p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .interrupt {
width: 100%;
}
main .interrupt h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .interrupt p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .interrupt p:nth-child(-n+4), main .interrupt p:nth-last-child(-n+8) {
color: #ff0000;
font-size: 12px;
}
main .link {
width: 100%;
}
main .link h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .link p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .change {
width: 100%;
}
main .change h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .change p {
width: 100%;
color: #ff0000;
font-size: 12px;
line-height: 26px;
margin-bottom: 15px;
}
main .data {
width: 100%;
}
main .data h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .data p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .notice {
width: 100%;
}
main .notice h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .notice p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .other {
width: 100%;
}
main .other h3 {
width: 100%;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
main .other p {
width: 100%;
color: #555;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
}
main .other p:nth-child(2) {
color: #ff0000;
font-size: 12px;
}
footer {
width: 100%;
background-image: url(../images/home/footer.jpg);
background-size: 100%;
padding-top: 67px;
}
footer a:nth-child(1) {
display: block;
width: 179px;
height: 33px;
margin: 0 auto;
}
footer a:nth-child(1) img {
width: 100%;
height: 100%;
}
footer .shareBox {
width: 100%;
text-align: center;
}
footer .shareBox a:nth-child(1),
footer .shareBox a:nth-child(2),
footer .shareBox a:nth-child(3) {
display: inline-block;
width: 75px;
height: 90px;
margin: 46px 8px;
margin-bottom: 40px;
}
footer .shareBox a:nth-child(1) img,
footer .shareBox a:nth-child(2) img,
footer .shareBox a:nth-child(3) img {
width: 44px;
height: 44px;
}
footer .shareBox a:nth-child(1) span,
footer .shareBox a:nth-child(2) span,
footer .shareBox a:nth-child(3) span {
display: block;
color: #ededed;
font-size: 10px;
line-height: 20px;
margin-top: 10px;
}
footer .emailBox {
width: 100%;
color: #808080;
font-size: 12px;
}
footer .emailBox p {
display: inline-block;
margin-left: 13px;
margin-bottom: 24px;
}
footer .emailBox a {
float: right;
color: #808080;
text-decoration: underline;
margin-right: 14px;
}
footer .qqbox {
width: 100%;
text-align: center;
color: #cacaca;
padding-bottom: 26px;
}
footer .qqbox p {
background-image: url(../images/home/home13.png);
background-size: 100% 6px;
background-position: 0 6px;
background-repeat: no-repeat;
margin: 0 10px;
margin-bottom: 10px;
}
footer .qqbox span {
display: inline-block;
width: 108px;
height: 23px;
color: #bbf5b5;
font-size: 12px;
line-height: 23px;
background: rgba(48, 114, 40, 0.7);
border: 1px solid rgba(58, 167, 45, 0.7);
margin: 5px 3px;
}
footer .qqbox .more {
width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
footer .qqbox .more .well {
min-height: 20px;
padding: 0;
margin-bottom: 0;
background-color: transparent;
border: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
footer .qqbox .more i {
position: relative;
width: 100%;
}
footer .qqbox .more i::before {
content: '';
position: absolute;
left: 12px;
top: 50%;
width: 128px;
height: 1px;
background-color: #3c3c3c;
}
footer .qqbox .more i img {
width: 12px;
height: 8px;
}
footer .qqbox .more i h5 {
display: inline-block;
font-size: 12px;
}
footer .qqbox .more i::after {
content: '';
position: absolute;
right: 12px;
top: 50%;
width: 128px;
height: 1px;
background-color: #3c3c3c;
}
footer .qqbox .more .btn {
display: inline-block;
padding: 0;
font-size: 14px;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
footer .qqbox .more .btn-primary {
color: #cacaca;
background-color: transparent;
}
footer .phonebox {
width: 100%;
background-color: rgba(73, 73, 73, 0.7);
overflow: hidden;
}
footer .phonebox a {
float: left;
display: block;
width: 43px;
height: 44px;
color: #a8a8a8;
font-size: 12px;
text-align: center;
background-image: url(../images/home/home15.png);
background-size: 100%;
padding-top: 4px;
margin: 0;
margin-left: 20px;
margin-top: 12px;
}
footer .phonebox a:nth-child(3) {
line-height: 44px;
padding: 0;
}
footer .phonebox a:nth-child(4) {
line-height: 44px;
padding: 0;
}
footer .phonebox a:nth-child(4) img {
width: 20px;
height: 20px;
}
footer .phonebox span {
float: left;
color: #a8a8a8;
font-size: 10px;
padding: 20px 12px;
}
.bottom {
width: 100%;
color: #6e6e6e;
padding: 20px 16px;
background-color: #050607;
}
.bottom p {
font-size: 13px;
margin-bottom: 2px;
}
.back-to-top {
position: absolute;
bottom: 12px;
display: block;
right: 12px;
width: 50px;
height: 50px;
text-align: center;
border: 1px solid #93979b;
}
.back-to-top span {
display: inline-block;
width: 26px;
height: 26px;
border-right: 4px solid #a7acb0;
border-top: 4px solid #a7acb0;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
margin-top: 18px;
}
/*# sourceMappingURL=agreement.css.map */ | 0.471953 | 0.074299 |
.kdt-radio {
text-align: center;
}
.kdt-radio,
.kdt-checkbox {
padding: .3em .2em;
}
.kdt-radio [type="radio"],
.kdt-checkbox [type="checkbox"] {
height: 0;
width: 0;
position: relative;
margin-right: 26px;
}
.kdt-radio [type="radio"]::before,
.kdt-radio [type="radio"]::after,
.kdt-checkbox [type="checkbox"]::before,
.kdt-checkbox [type="checkbox"]::after {
content: ' ';
position: absolute;
top: -16px;
left: 0;
height: 20px;
width: 20px;
transition: all .2s ease-in-out;
}
.kdt-radio [type="radio"]::before,
.kdt-checkbox [type="checkbox"]::before {
border: 2px solid grey;
}
.kdt-radio [type="radio"]::after,
.kdt-checkbox [type="checkbox"]::after {
height: 12px;
width: 12px;
left: 4px;
top: -12px;
}
.kdt-radio [type="radio"]::before,
.kdt-radio [type="radio"]::after {
border-radius: 50%;
}
.kdt-radio [type="radio"]:checked::before,
.kdt-checkbox [type="checkbox"]:checked::before {
border: 2px solid dodgerblue;
}
.kdt-radio [type="radio"]:checked::after,
.kdt-checkbox [type="checkbox"]:checked::after {
background-color: dodgerblue;
}
.kdt-radio [type="radio"]:checked ~ label,
.kdt-checkbox [type="checkbox"]:checked ~ label {
color: dodgerblue;
}
/* Etat désactivé */
.kdt-radio [type="radio"]:disabled::before,
.kdt-radio [type="radio"]:disabled::after,
.kdt-checkbox [type="checkbox"]:disabled::before,
.kdt-checkbox [type="checkbox"]:disabled::after {
opacity: .4;
}
/* Etat invalide */
.kdt-radio [type="radio"].error::before,
.kdt-checkbox [type="checkbox"].error::before {
border-color: indianred;
}
/* Radio au dessus */
.kdt-radio-above {
display: flex;
justify-content: center;
}
.kdt-radio-above [type="radio"] {
margin-right: 0;
margin-top: 5px;
left: -5px;
}
.kdt-radio-above [type="radio"] ~ label {
margin-top: 15px
}
.kdt-radio-above [type="radio"]::before {
}
.kdt-radio-above [type="radio"]::after {
}
.responsive-linear-scale {
display: flex;
flex-direction: row;
align-items: stretch;
width: 100%;
height: 2em;
}
.responsive-linear-scale > div {
flex: 1;
} | web/front/assets/css/kdt-inputs.css | .kdt-radio {
text-align: center;
}
.kdt-radio,
.kdt-checkbox {
padding: .3em .2em;
}
.kdt-radio [type="radio"],
.kdt-checkbox [type="checkbox"] {
height: 0;
width: 0;
position: relative;
margin-right: 26px;
}
.kdt-radio [type="radio"]::before,
.kdt-radio [type="radio"]::after,
.kdt-checkbox [type="checkbox"]::before,
.kdt-checkbox [type="checkbox"]::after {
content: ' ';
position: absolute;
top: -16px;
left: 0;
height: 20px;
width: 20px;
transition: all .2s ease-in-out;
}
.kdt-radio [type="radio"]::before,
.kdt-checkbox [type="checkbox"]::before {
border: 2px solid grey;
}
.kdt-radio [type="radio"]::after,
.kdt-checkbox [type="checkbox"]::after {
height: 12px;
width: 12px;
left: 4px;
top: -12px;
}
.kdt-radio [type="radio"]::before,
.kdt-radio [type="radio"]::after {
border-radius: 50%;
}
.kdt-radio [type="radio"]:checked::before,
.kdt-checkbox [type="checkbox"]:checked::before {
border: 2px solid dodgerblue;
}
.kdt-radio [type="radio"]:checked::after,
.kdt-checkbox [type="checkbox"]:checked::after {
background-color: dodgerblue;
}
.kdt-radio [type="radio"]:checked ~ label,
.kdt-checkbox [type="checkbox"]:checked ~ label {
color: dodgerblue;
}
/* Etat désactivé */
.kdt-radio [type="radio"]:disabled::before,
.kdt-radio [type="radio"]:disabled::after,
.kdt-checkbox [type="checkbox"]:disabled::before,
.kdt-checkbox [type="checkbox"]:disabled::after {
opacity: .4;
}
/* Etat invalide */
.kdt-radio [type="radio"].error::before,
.kdt-checkbox [type="checkbox"].error::before {
border-color: indianred;
}
/* Radio au dessus */
.kdt-radio-above {
display: flex;
justify-content: center;
}
.kdt-radio-above [type="radio"] {
margin-right: 0;
margin-top: 5px;
left: -5px;
}
.kdt-radio-above [type="radio"] ~ label {
margin-top: 15px
}
.kdt-radio-above [type="radio"]::before {
}
.kdt-radio-above [type="radio"]::after {
}
.responsive-linear-scale {
display: flex;
flex-direction: row;
align-items: stretch;
width: 100%;
height: 2em;
}
.responsive-linear-scale > div {
flex: 1;
} | 0.603581 | 0.155655 |
body {
background-image: url('bg.png');
color: #000305;
font-size: 87.5%;
line-height: 1.5;
text-align: left;
}
a {
text-decoration: none;
}
a:link,a:visited {
color: #CF5C3F;
}
a:hover , a:active {
background-color: #CF5C3F;
color: #FFF;
}
.body {
margin: 0 auto;
width: 70%;
clear: both;
}
.mainHeader img {
width: 30%;
height: auto;
margin: 2% 0;
}
.mainHeader nav {
background-color: #666;
height: 40px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.mainHeader nav ul {
list-style: none;
margin: 0 auto;
}
.mainHeader nav ul li {
float: left;
display: inline;
}
.mainHeader nav a:link , .mainHeader nav a:visited {
color: #FFF;
display: inline-block;
padding: 10px 25px;
height: 20px;
}
.mainHeader nav a:hover , .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader .active a:hover {
background-color: #CF5C3F;
text-shadow: none;
}
.mainHeader nav ul li a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.mainContent {
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.content {
width: 70%;
float: left;
}
.topcontent {
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
padding: 3% 5%;
margin-top: 2%;
}
.bottomcontent {
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
padding: 3% 5%;
margin-top: 2%;
}
.post-info {
font-style: italic;
color: #999;
font-size: 90%;
}
.top-sidebar {
width: 21%;
float: left;
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
margin: 2% 0 2% 3%;
padding: 2% 3%;
}
.middle-sidebar {
width: 21%;
float: left;
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
margin: 0 0 2% 3%;
padding: 2% 3%;
}
.bottom-sidebar {
width: 21%;
float: right;
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
margin: 0 0 2% 3%;
padding: 2% 3%;
}
.mainFooter {
width: 100%;
height: 40px;
float: left;
border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background-color: #666;
margin-top: 2%;
margin-bottom: 2%;
}
.mainFooter p {
width: 92%;
margin: 1% auto;
color: #FFF;
}
@media only screen and (min-width: 150px) and (max-width: 600px)
{
.body {
width: 90%;
}
.mainHeader img {
width: 100%;
}
.mainHeader nav {
height: 160px;
}
.mainHeader nav ul {
padding-left: 0;
}
.mainHeader nav ul li {
width: 100%;
text-align: center;
}
.mainHeader nav a:link , .mainHeader nav a:visited {
display: block;
padding: 10px 25px;
height: 20px;
}
.mainContent {
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.content {
width: 100%;
float: left;
margin-top: 3%;
margin-bottom: 3%;
}
.topcontent {
padding: 3% 5%;
margin-top: 3%;
}
.bottomcontent {
padding: 3% 5%;
margin-top: 3%;
}
.top-sidebar , .middle-sidebar , .bottom-sidebar {
width: 91%;
margin: 2% 0 2% 3%;
padding: 2% 3%;
}
.mainFooter {
text-align: center;
}
} | style.css | body {
background-image: url('bg.png');
color: #000305;
font-size: 87.5%;
line-height: 1.5;
text-align: left;
}
a {
text-decoration: none;
}
a:link,a:visited {
color: #CF5C3F;
}
a:hover , a:active {
background-color: #CF5C3F;
color: #FFF;
}
.body {
margin: 0 auto;
width: 70%;
clear: both;
}
.mainHeader img {
width: 30%;
height: auto;
margin: 2% 0;
}
.mainHeader nav {
background-color: #666;
height: 40px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.mainHeader nav ul {
list-style: none;
margin: 0 auto;
}
.mainHeader nav ul li {
float: left;
display: inline;
}
.mainHeader nav a:link , .mainHeader nav a:visited {
color: #FFF;
display: inline-block;
padding: 10px 25px;
height: 20px;
}
.mainHeader nav a:hover , .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader .active a:hover {
background-color: #CF5C3F;
text-shadow: none;
}
.mainHeader nav ul li a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.mainContent {
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.content {
width: 70%;
float: left;
}
.topcontent {
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
padding: 3% 5%;
margin-top: 2%;
}
.bottomcontent {
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
padding: 3% 5%;
margin-top: 2%;
}
.post-info {
font-style: italic;
color: #999;
font-size: 90%;
}
.top-sidebar {
width: 21%;
float: left;
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
margin: 2% 0 2% 3%;
padding: 2% 3%;
}
.middle-sidebar {
width: 21%;
float: left;
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
margin: 0 0 2% 3%;
padding: 2% 3%;
}
.bottom-sidebar {
width: 21%;
float: right;
background-color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
margin: 0 0 2% 3%;
padding: 2% 3%;
}
.mainFooter {
width: 100%;
height: 40px;
float: left;
border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background-color: #666;
margin-top: 2%;
margin-bottom: 2%;
}
.mainFooter p {
width: 92%;
margin: 1% auto;
color: #FFF;
}
@media only screen and (min-width: 150px) and (max-width: 600px)
{
.body {
width: 90%;
}
.mainHeader img {
width: 100%;
}
.mainHeader nav {
height: 160px;
}
.mainHeader nav ul {
padding-left: 0;
}
.mainHeader nav ul li {
width: 100%;
text-align: center;
}
.mainHeader nav a:link , .mainHeader nav a:visited {
display: block;
padding: 10px 25px;
height: 20px;
}
.mainContent {
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.content {
width: 100%;
float: left;
margin-top: 3%;
margin-bottom: 3%;
}
.topcontent {
padding: 3% 5%;
margin-top: 3%;
}
.bottomcontent {
padding: 3% 5%;
margin-top: 3%;
}
.top-sidebar , .middle-sidebar , .bottom-sidebar {
width: 91%;
margin: 2% 0 2% 3%;
padding: 2% 3%;
}
.mainFooter {
text-align: center;
}
} | 0.397237 | 0.128088 |
@media (max-width: 767px) {
.favorite_message {
width: 100%;
margin-top: 120px;
display: block;
color: red;
text-align: center;
font-family: aliquamlight;
opacity: 0.8;
font-size: 25px;
}
.favorite_item {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.favorite_message{
width: 100%;
margin-top: 45px;
display: block;
color: red;
text-align: center;
font-family: aliquamlight;
opacity: 0.8;
font-size: 25px;
}
.favorite_item:nth-child(odd) {
float: left;
}
.favorite_item:nth-child(even) {
float: right;
}
.favorite_item {
margin-top: 5px;
}
}
@media (min-width: 992px) {
.logo,
.logo img {
width: 100%;
}
.logo {
margin-bottom: 10px;
}
.favorite_item:nth-child(odd) {
float: left;
}
.favorite_item:nth-child(even) {
float: left;
}
.favorite_item {
margin: 10px 19px 0;
}
#close_menu {
width: 75px;
position: absolute;
margin-left: 251px;
cursor: pointer;
}
}
@media (min-width: 1200px) {
}
.User{
color: red;
}
.Place{
color: blue;
}
.Event{
color: yellow;
}
body{
background: url('/img/background/bg_1.png');
}
.favorite_item{
background-color: black;
border: 1px solid white;
height: 100px;
}
.favorite_search{
width:100%;
height: 30px;
}
.favorite_search input{
width: 80%;
}
.favorite_item{
background-color: #EEEEEE;
}
#favorite_list .fav_image{
width: 65px;
margin: 10px auto;
}
#favorite_list .fav_image img{
margin: 2px auto 0px;
padding: 2px;
}
#favorite_list .fav_text{
font-family: aliquamlight;
height: 30px;
padding: 4px 5px;
color: white;
}
.User .fav_image img{
border: 1px solid #D61622;
}
.User .fav_text{
background-color: #D61622;
}
.Org .fav_image img{
border: 1px solid #2F889C;
}
.Org .fav_text{
background-color: #2F889C;
}
.Event .fav_image img{
border: 1px solid #CE9F14;
}
.Event .fav_text{
background-color: #CE9F14;
}
.Place .fav_image img{
border: 1px solid #8EAA24;
}
.Place .fav_text{
background-color: #8EAA24;
}
.sidebar_button {
cursor: pointer;
position: absolute;
left: 0;
top: 5%;
width: 50px;
}
#sidebar {
position: fixed;
width: 250px;
background-color: #EEE;
z-index: 1;
top: 0;
box-shadow: 2px 2px 2px #666;
}
.sidebar_row {
cursor: pointer;
border-bottom: 1px solid #717071;
height: 50px;
display: block;
z-index: 1000;
}
.home_image {
width: 45px;
margin: 5px 15px 5px 15px;
float: left;
padding: 8px;
}
.search_image {
width: 30px;
margin: 8px 15px 5px 25px;
float: left;
padding: 3px;
}
.submit_search {
cursor: pointer;
width: 25px;
margin-left: 6px;
}
.clear_search{
display:none;
width: 25px;
margin-left: 10px;
}
.categories_image {
width: 35px;
margin: 5px 15px 5px 21px;
float: left;
padding: 6px;
}
.sidebar_dropdown {
padding: 20px 30px;
border-bottom: 1px solid #717071;
float: left;
box-shadow: inset 0px 2px 2px #888888;
}
.text {
float: right;
width: 65%;
padding: 13px 10px 0;
font-size: 17px;
font-family: aliquamlight;
text-align: left;
}
.user,
.place {
padding: 10px 50px 10px 0px;
}
.event {
padding: 10px 10px 10px 0;
}
#categories_dropdown .col-xs-6, #favorite_list .col-xs-6 {
cursor: pointer;
} | app/webroot/css/favorite_list.css | @media (max-width: 767px) {
.favorite_message {
width: 100%;
margin-top: 120px;
display: block;
color: red;
text-align: center;
font-family: aliquamlight;
opacity: 0.8;
font-size: 25px;
}
.favorite_item {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.favorite_message{
width: 100%;
margin-top: 45px;
display: block;
color: red;
text-align: center;
font-family: aliquamlight;
opacity: 0.8;
font-size: 25px;
}
.favorite_item:nth-child(odd) {
float: left;
}
.favorite_item:nth-child(even) {
float: right;
}
.favorite_item {
margin-top: 5px;
}
}
@media (min-width: 992px) {
.logo,
.logo img {
width: 100%;
}
.logo {
margin-bottom: 10px;
}
.favorite_item:nth-child(odd) {
float: left;
}
.favorite_item:nth-child(even) {
float: left;
}
.favorite_item {
margin: 10px 19px 0;
}
#close_menu {
width: 75px;
position: absolute;
margin-left: 251px;
cursor: pointer;
}
}
@media (min-width: 1200px) {
}
.User{
color: red;
}
.Place{
color: blue;
}
.Event{
color: yellow;
}
body{
background: url('/img/background/bg_1.png');
}
.favorite_item{
background-color: black;
border: 1px solid white;
height: 100px;
}
.favorite_search{
width:100%;
height: 30px;
}
.favorite_search input{
width: 80%;
}
.favorite_item{
background-color: #EEEEEE;
}
#favorite_list .fav_image{
width: 65px;
margin: 10px auto;
}
#favorite_list .fav_image img{
margin: 2px auto 0px;
padding: 2px;
}
#favorite_list .fav_text{
font-family: aliquamlight;
height: 30px;
padding: 4px 5px;
color: white;
}
.User .fav_image img{
border: 1px solid #D61622;
}
.User .fav_text{
background-color: #D61622;
}
.Org .fav_image img{
border: 1px solid #2F889C;
}
.Org .fav_text{
background-color: #2F889C;
}
.Event .fav_image img{
border: 1px solid #CE9F14;
}
.Event .fav_text{
background-color: #CE9F14;
}
.Place .fav_image img{
border: 1px solid #8EAA24;
}
.Place .fav_text{
background-color: #8EAA24;
}
.sidebar_button {
cursor: pointer;
position: absolute;
left: 0;
top: 5%;
width: 50px;
}
#sidebar {
position: fixed;
width: 250px;
background-color: #EEE;
z-index: 1;
top: 0;
box-shadow: 2px 2px 2px #666;
}
.sidebar_row {
cursor: pointer;
border-bottom: 1px solid #717071;
height: 50px;
display: block;
z-index: 1000;
}
.home_image {
width: 45px;
margin: 5px 15px 5px 15px;
float: left;
padding: 8px;
}
.search_image {
width: 30px;
margin: 8px 15px 5px 25px;
float: left;
padding: 3px;
}
.submit_search {
cursor: pointer;
width: 25px;
margin-left: 6px;
}
.clear_search{
display:none;
width: 25px;
margin-left: 10px;
}
.categories_image {
width: 35px;
margin: 5px 15px 5px 21px;
float: left;
padding: 6px;
}
.sidebar_dropdown {
padding: 20px 30px;
border-bottom: 1px solid #717071;
float: left;
box-shadow: inset 0px 2px 2px #888888;
}
.text {
float: right;
width: 65%;
padding: 13px 10px 0;
font-size: 17px;
font-family: aliquamlight;
text-align: left;
}
.user,
.place {
padding: 10px 50px 10px 0px;
}
.event {
padding: 10px 10px 10px 0;
}
#categories_dropdown .col-xs-6, #favorite_list .col-xs-6 {
cursor: pointer;
} | 0.236076 | 0.056652 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap');
.quick-start__column {
flex: 1 0;
padding: 8px;
}
.icon-button-5 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-5:hover {
border: none;
}
.container {
display: flex;
flex-direction: column;
align-self: center;
justify-content: center;
align-items: center;
width: 100%;
max-width: 950px;
height: 100vh;
padding: 0px 16px;
}
.quick-start__icon {
color: rgb(246, 246, 246);
}
.button {
margin-top: 16px;
padding: 8px 16px;
background: rgba(59, 130, 246, 1);
border-radius: 100px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
transition: background 0.25s ease-in-out 0s;
font-family: "Poppins", sans-serif;
font-weight: 500;
color: white;
}
.button:hover {
background: rgba(37, 99, 235, 1);
}
.button:active {
background: rgba(29, 78, 216, 1);
}
.button:focus {
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.columns {
display: flex;
align-items: stretch;
width: 90%;
margin-top: 21px;
}
.icon-button-3 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-3:hover {
border: none;
}
.heading {
display: block;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: rgb(240, 240, 240);
text-align: center;
}
.icon-button {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button:hover {
border: none;
}
.icon-button-2 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-2:hover {
border: none;
}
.quick-start {
display: flex;
flex-direction: column;
width: 100%;
min-height: 100%;
}
.icon-button-4 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-4:hover {
border: none;
}
.text {
flex-direction: column;
align-items: stretch;
font-family: "Poppins", sans-serif;
color: rgb(221, 221, 221);
}
@media screen and (min-width: 576px) {
.columns {
width: 55%;
}
.heading {
width: 93%;
}
}
@media screen and (min-width: 768px) {
.container {
padding: 0px 32px;
}
.columns {
width: 45%;
}
.heading {
width: 73%;
}
}
@media screen and (min-width: 992px) {
.container {
padding: 0px 48px;
}
.quick-start__icon {
color: rgb(232, 232, 232);
}
.columns {
align-self: center;
justify-content: center;
align-items: center;
width: 40%;
}
.heading {
width: 53%;
color: rgb(255, 255, 255);
}
.text {
color: rgb(255, 255, 255);
}
} | src/styles/htmlstyles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap');
.quick-start__column {
flex: 1 0;
padding: 8px;
}
.icon-button-5 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-5:hover {
border: none;
}
.container {
display: flex;
flex-direction: column;
align-self: center;
justify-content: center;
align-items: center;
width: 100%;
max-width: 950px;
height: 100vh;
padding: 0px 16px;
}
.quick-start__icon {
color: rgb(246, 246, 246);
}
.button {
margin-top: 16px;
padding: 8px 16px;
background: rgba(59, 130, 246, 1);
border-radius: 100px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
transition: background 0.25s ease-in-out 0s;
font-family: "Poppins", sans-serif;
font-weight: 500;
color: white;
}
.button:hover {
background: rgba(37, 99, 235, 1);
}
.button:active {
background: rgba(29, 78, 216, 1);
}
.button:focus {
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.columns {
display: flex;
align-items: stretch;
width: 90%;
margin-top: 21px;
}
.icon-button-3 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-3:hover {
border: none;
}
.heading {
display: block;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: rgb(240, 240, 240);
text-align: center;
}
.icon-button {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button:hover {
border: none;
}
.icon-button-2 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-2:hover {
border: none;
}
.quick-start {
display: flex;
flex-direction: column;
width: 100%;
min-height: 100%;
}
.icon-button-4 {
padding: 4px;
background: rgba(240, 240, 240, 0);
border: none;
border-radius: 5px;
transition: background 0.25s ease-in-out 0s;
font-weight: 500;
}
.icon-button-4:hover {
border: none;
}
.text {
flex-direction: column;
align-items: stretch;
font-family: "Poppins", sans-serif;
color: rgb(221, 221, 221);
}
@media screen and (min-width: 576px) {
.columns {
width: 55%;
}
.heading {
width: 93%;
}
}
@media screen and (min-width: 768px) {
.container {
padding: 0px 32px;
}
.columns {
width: 45%;
}
.heading {
width: 73%;
}
}
@media screen and (min-width: 992px) {
.container {
padding: 0px 48px;
}
.quick-start__icon {
color: rgb(232, 232, 232);
}
.columns {
align-self: center;
justify-content: center;
align-items: center;
width: 40%;
}
.heading {
width: 53%;
color: rgb(255, 255, 255);
}
.text {
color: rgb(255, 255, 255);
}
} | 0.501221 | 0.071982 |
.form-set{
margin-top: 80px;
}
.bottom-line-bar{
padding-top: 20px;
padding-bottom: 20px;
background: #4f4f4f;
}
@font-face {
font-family: 'allerregular';
src: url('aller_rg-webfont.eot');
src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
url('aller_rg-webfont.woff2') format('woff2'),
url('aller_rg-webfont.woff') format('woff'),
url('aller_rg-webfont.ttf') format('truetype'),
url('aller_rg-webfont.svg#allerregular') format('svg');
font-weight: normal;
font-style: normal;
}
#index-tempat{
font-family: 'allerregular';
}
/*END DEFAULT*/
/*LOGIN FORM*/
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.or-social{
text-align:center;
margin: 10px 0 10px 0;
}
.facebook{
background-color: #4863ae;
border-color: #4863ae;
}
.facebook:hover{
background-color: #2871aa;
border-color: #2871aa;
}
.twitter{
background-color: #46c0fb;
border-color: #46c0fb;
}
.twitter:hover{
background-color: #00c7fb;
border-color: #00c7fb;
}
/*END LOGIN*/
/*RESET FORM*/
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
/*END RESET*/
/*REGISTER FORM*/
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input:not([type="email"]) {
margin-bottom: -1px;
border-radius:0px;
}
.form-signin #inputPasswordConfirm {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.register-btn{
margin-top:10px;
}
.or-social{
text-align:center;
margin: 10px 0 10px 0;
}
.facebook{
background-color: #4863ae;
border-color: #4863ae;
}
.facebook:hover{
background-color: #2871aa;
border-color: #2871aa;
}
.twitter{
background-color: #46c0fb;
border-color: #46c0fb;
}
.twitter:hover{
background-color: #00c7fb;
border-color: #00c7fb;
}
.g-recaptcha{
margin-top:10px;
}
.google{
background-color: #2196F3;
border-color: #2196F3;
}
.google:hover{
background-color: #42A5F5;
border-color:#42A5F5;
}
/*END REGISTER*/
/*LOGIN PAGE*/
.div-welcome{
text-align: center;
}
/*END LOGIN*/
/*TEMPAT*/
#map-canvas {
height: 400px;
width: 100%;
}
.title-tempat{
margin-top: 10px;
margin-bottom: 20px;
}
.wrap-detail-place-box{
margin-top: 50px;
background-color: #28a4c9;
padding: 10px;
color: #fafffb
}
.detail-place-box{
padding: 5px;
font-family: 'allerregular';
font-size: 13pt;
}
.detail-map-box{
margin-top: 40px;
}
.photo-place-box{
margin-top: 40px;
}
.photo-bt-add{
margin-bottom: 50px;
}
/*END TEMPAT*/
/*KATEGORI*/
.title-kategori{
margin-top: 50px;
margin-bottom: 50px;
}
.table-kategori{
text-align: center;
font-family: 'allerregular';
}
/*END KATEGORI*/
/*OWNER */
.owner-photo-box{
margin-top: 30px;
}
.owner-desc-box{
text-align: center;
}
.inline-desc{
margin-top: 10px;
font-family: 'allerregular';
font-size: 13pt;
}
.inline-desc-place{
text-align: center;
font-size: 13pt;
font-family: 'allerregular';
}
.desc-place-box{
margin-top: 20px;
}
.inline-photo-place img{
width: 100%;
}
.inline-photo-place{
height: 250px;
margin-top: 20px;
}
.place-box{
margin-top: 30px;
background-color: #e5e5e5;
padding: 10px;
}
/*END OWNER*/
/*------------------------------------------ADMIN--------------------------------*/
/*CEKEMEBER*/
.UserOption{
cursor: pointer;
margin-top: 20px;
border-radius: 3px;
text-align: center;
padding: 5px;
vertical-align: middle;
font-size: 13pt;
background-color: #f5f5f5;
}
.UserOption a{
text-decoration: none;
}
.UserOption:hover{
background-color: #b9def0;
}
.UserOption:hover .MemberOptionAct{
background-color: #f5f5f5;
}
.UserOptionAct
{
background-color: #bce8f1;
}
.table-User{
margin-top: 50px;
}
/*END CEKMEMBER*/
.forminput{
margin-top: 20px;
}
#addsub{
background-color: #4f4f4f;
padding: 10px;
color: white;
border-radius: 5px;
cursor: pointer;
}
#addsub:hover{
background-color: #0f0f0f;
cursor: pointer;
}
#input-place{
margin:5px;
}
.dyn-input{
margin-top: 10px;
} | public/css/index.css | .form-set{
margin-top: 80px;
}
.bottom-line-bar{
padding-top: 20px;
padding-bottom: 20px;
background: #4f4f4f;
}
@font-face {
font-family: 'allerregular';
src: url('aller_rg-webfont.eot');
src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
url('aller_rg-webfont.woff2') format('woff2'),
url('aller_rg-webfont.woff') format('woff'),
url('aller_rg-webfont.ttf') format('truetype'),
url('aller_rg-webfont.svg#allerregular') format('svg');
font-weight: normal;
font-style: normal;
}
#index-tempat{
font-family: 'allerregular';
}
/*END DEFAULT*/
/*LOGIN FORM*/
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.or-social{
text-align:center;
margin: 10px 0 10px 0;
}
.facebook{
background-color: #4863ae;
border-color: #4863ae;
}
.facebook:hover{
background-color: #2871aa;
border-color: #2871aa;
}
.twitter{
background-color: #46c0fb;
border-color: #46c0fb;
}
.twitter:hover{
background-color: #00c7fb;
border-color: #00c7fb;
}
/*END LOGIN*/
/*RESET FORM*/
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
/*END RESET*/
/*REGISTER FORM*/
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input:not([type="email"]) {
margin-bottom: -1px;
border-radius:0px;
}
.form-signin #inputPasswordConfirm {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.register-btn{
margin-top:10px;
}
.or-social{
text-align:center;
margin: 10px 0 10px 0;
}
.facebook{
background-color: #4863ae;
border-color: #4863ae;
}
.facebook:hover{
background-color: #2871aa;
border-color: #2871aa;
}
.twitter{
background-color: #46c0fb;
border-color: #46c0fb;
}
.twitter:hover{
background-color: #00c7fb;
border-color: #00c7fb;
}
.g-recaptcha{
margin-top:10px;
}
.google{
background-color: #2196F3;
border-color: #2196F3;
}
.google:hover{
background-color: #42A5F5;
border-color:#42A5F5;
}
/*END REGISTER*/
/*LOGIN PAGE*/
.div-welcome{
text-align: center;
}
/*END LOGIN*/
/*TEMPAT*/
#map-canvas {
height: 400px;
width: 100%;
}
.title-tempat{
margin-top: 10px;
margin-bottom: 20px;
}
.wrap-detail-place-box{
margin-top: 50px;
background-color: #28a4c9;
padding: 10px;
color: #fafffb
}
.detail-place-box{
padding: 5px;
font-family: 'allerregular';
font-size: 13pt;
}
.detail-map-box{
margin-top: 40px;
}
.photo-place-box{
margin-top: 40px;
}
.photo-bt-add{
margin-bottom: 50px;
}
/*END TEMPAT*/
/*KATEGORI*/
.title-kategori{
margin-top: 50px;
margin-bottom: 50px;
}
.table-kategori{
text-align: center;
font-family: 'allerregular';
}
/*END KATEGORI*/
/*OWNER */
.owner-photo-box{
margin-top: 30px;
}
.owner-desc-box{
text-align: center;
}
.inline-desc{
margin-top: 10px;
font-family: 'allerregular';
font-size: 13pt;
}
.inline-desc-place{
text-align: center;
font-size: 13pt;
font-family: 'allerregular';
}
.desc-place-box{
margin-top: 20px;
}
.inline-photo-place img{
width: 100%;
}
.inline-photo-place{
height: 250px;
margin-top: 20px;
}
.place-box{
margin-top: 30px;
background-color: #e5e5e5;
padding: 10px;
}
/*END OWNER*/
/*------------------------------------------ADMIN--------------------------------*/
/*CEKEMEBER*/
.UserOption{
cursor: pointer;
margin-top: 20px;
border-radius: 3px;
text-align: center;
padding: 5px;
vertical-align: middle;
font-size: 13pt;
background-color: #f5f5f5;
}
.UserOption a{
text-decoration: none;
}
.UserOption:hover{
background-color: #b9def0;
}
.UserOption:hover .MemberOptionAct{
background-color: #f5f5f5;
}
.UserOptionAct
{
background-color: #bce8f1;
}
.table-User{
margin-top: 50px;
}
/*END CEKMEMBER*/
.forminput{
margin-top: 20px;
}
#addsub{
background-color: #4f4f4f;
padding: 10px;
color: white;
border-radius: 5px;
cursor: pointer;
}
#addsub:hover{
background-color: #0f0f0f;
cursor: pointer;
}
#input-place{
margin:5px;
}
.dyn-input{
margin-top: 10px;
} | 0.250454 | 0.059839 |
.tippy-box[data-animation="fade"][data-state="hidden"] {
opacity: 0;
}
[data-tippy-root] {
max-width: calc(100vw - 10px);
}
.tippy-box {
position: relative;
background-color: var(--m-bg);
color: var(--primary-text);
font-size: 14px;
line-height: 1.4;
outline: 0;
transition-property: transform, visibility, opacity;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
z-index: 10000;
}
.tippy-box[data-theme~='tooltip'] {
font-weight: bold;
padding: 0.25rem 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='tooltip-html'] {
padding: 0.25rem 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='emoji-picker'] {
padding: 0.25rem 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='menu'] {
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='dark'] {
box-shadow: 0 10px 70px rgba(0,0,0,.14);
}
.tippy-box[data-theme~='pop'] {
border-radius: 13px;
box-shadow: 0 0px 50px rgba(0,0,0,.05);
width: 250px;
}
.tippy-box[data-theme~='options'] {
border-radius: 13px;
box-shadow: 0 10px 70px rgba(0,0,0,.14);
}
.tippy-box[data-theme~='popup'] {
border-radius: 13px;
box-shadow: 0 0px 50px rgba(0,0,0,.08);
z-index: 10000;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
bottom: -7px;
left: 0;
border-width: 8px 8px 0;
border-top-color: initial;
transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
top: -7px;
left: 0;
border-width: 0 8px 8px;
border-bottom-color: initial;
transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
border-width: 8px 0 8px 8px;
border-left-color: initial;
right: -7px;
transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
left: -7px;
border-width: 8px 8px 8px 0;
border-right-color: initial;
transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
width: 16px;
height: 16px;
color: var(--m-bg);
}
.tippy-arrow:before {
content: "";
position: absolute;
border-color: transparent;
border-style: solid;
}
.tippy-content {
position: relative;
padding: 0;
z-index: 1;
}
.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
.tippy-popper[x-out-of-boundaries] {
display: none;
} | ui/css/tippy.css | .tippy-box[data-animation="fade"][data-state="hidden"] {
opacity: 0;
}
[data-tippy-root] {
max-width: calc(100vw - 10px);
}
.tippy-box {
position: relative;
background-color: var(--m-bg);
color: var(--primary-text);
font-size: 14px;
line-height: 1.4;
outline: 0;
transition-property: transform, visibility, opacity;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
z-index: 10000;
}
.tippy-box[data-theme~='tooltip'] {
font-weight: bold;
padding: 0.25rem 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='tooltip-html'] {
padding: 0.25rem 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='emoji-picker'] {
padding: 0.25rem 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='menu'] {
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.tippy-box[data-theme~='dark'] {
box-shadow: 0 10px 70px rgba(0,0,0,.14);
}
.tippy-box[data-theme~='pop'] {
border-radius: 13px;
box-shadow: 0 0px 50px rgba(0,0,0,.05);
width: 250px;
}
.tippy-box[data-theme~='options'] {
border-radius: 13px;
box-shadow: 0 10px 70px rgba(0,0,0,.14);
}
.tippy-box[data-theme~='popup'] {
border-radius: 13px;
box-shadow: 0 0px 50px rgba(0,0,0,.08);
z-index: 10000;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
bottom: -7px;
left: 0;
border-width: 8px 8px 0;
border-top-color: initial;
transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
top: -7px;
left: 0;
border-width: 0 8px 8px;
border-bottom-color: initial;
transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
border-width: 8px 0 8px 8px;
border-left-color: initial;
right: -7px;
transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
left: -7px;
border-width: 8px 8px 8px 0;
border-right-color: initial;
transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
width: 16px;
height: 16px;
color: var(--m-bg);
}
.tippy-arrow:before {
content: "";
position: absolute;
border-color: transparent;
border-style: solid;
}
.tippy-content {
position: relative;
padding: 0;
z-index: 1;
}
.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
.tippy-popper[x-out-of-boundaries] {
display: none;
} | 0.496094 | 0.254046 |
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
background: #FFF url(../images/background.jpg) repeat;
}
p
{ padding: 0 0 10px 0;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
color: #00708C;
text-shadow: 1px 1px #FFF;
letter-spacing: -1px;
margin: 0 0 10px 0;}
h2
{ font: normal 165% Arial, Helvetica, sans-serif;}
h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}
h4, h5, h6
{ margin: 0;
padding: 0 0 0px 0;
font: normal 150% Arial, Helvetica, sans-serif;
line-height: 1.5em;}
h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
color: #888;
padding-bottom: 15px;}
a
{ color: #000;
font-weight: bold;
background: transparent;
outline: none;
text-decoration: underline;}
a:hover
{ text-decoration: none;}
ul
{ margin: 2px 0 22px 30px;
line-height: 1.7em;
font-style: normal;
font-size: 100%;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #header, #banner, #menubar, #site_content, #footer, #content_blue
{ margin-left: auto;
margin-right: auto;}
#header
{ height: 400px;
width: 960px;
background: transparent url(../images/header.jpg) no-repeat;}
#menubar
{ width: 960px;
height: 100px;
background: transparent url(../images/transparent.png) repeat;}
#welcome
{ width: 360px;
height: 70px;
padding-top: 30px;
float: left;
text-align: center;
margin: 0 auto;}
#welcome h1 a
{ font: normal 150% Arial, Helvetica, sans-serif;
letter-spacing: -3px;
color: #FFF;
text-decoration: none;
text-shadow: 1px 1px #000;}
#menu_items
{ float: right;
height: 75px;
margin-right: 20px;
padding-top: 25px;
width: 580px;}
ul#menu
{ margin:0;
float: right;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ float: left;
font: bold 120% Arial, Helvetica, sans-serif;
text-align: center;
color: #FFF;
text-decoration: none;
text-shadow: none;
margin: 6px 0 0 10px;
padding: 10px 15px 10px 15px;
background: transparent; }
ul#menu li.current a, ul#menu li:hover a
{ color: #FFF;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px; }
#site_content
{ width: 940px;
overflow: hidden;
margin: 0 auto;
padding: 0 0 20px 20px;
background: transparent url(../images/transparent_light.png) repeat;}
.sidebar_container
{ float: right;
margin: 20px 20px 0 20px;
width: 220px;
padding-left: 15px;
background: #02C7FC;}
.sidebar
{ float: left;
width: 220px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;}
.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
width: 215px;}
.sidebar h2
{ font: normal 140% Arial, Helvetica, sans-serif;
color: #FFF;
text-shadow: 0px 1px 0px #00708C;}
.sidebar h3
{ color: #FFF;
text-shadow: 0px 1px 0px #00708C;}
.sidebar p
{ color: #FFF;}
#content
{ width: 665px;
margin-bottom: 20px;
float: left;}
.content_item
{ width: 665px;
margin-top: 20px;
margin-bottom: 20px;}
.content_container
{ width: 310px;
padding: 5px;
margin-right: 10px;
float: left;}
.content_images_text
{ float: left;
width: 665px;
margin-bottom: 10px;}
.content_image
{ width: 300px;
height: 150px;
margin-right: 10px;
float: left;}
.image_text
{ width: 350px;
float: right;}
#footer
{ width: 960px;
height: 20px;
padding-top: 20px;
text-align: center;
background: transparent;}
#footer a, #footer a:hover
{ text-decoration: none;
padding-bottom: 20px;}
#footer a:hover
{ text-decoration: underline;}
.readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
height: 15px;
margin-left: 95px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.readmore a
{ color: #1D1D1D;}
.button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
height: 15px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small a
{ color: #FFF;
padding-left: 5px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 280px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 2px;
width: 299px;
font: 100% arial;
border: 1px solid #BBB;
background: #FFF;
color: #47433F;}
.form_settings input[type="checkbox"]
{ padding: 2px 0;
width: 15px;
font: 100% arial;
border: 0;
background: #FFF;
color: #47433F;
margin: 28px 0;}
.form_settings .submit
{ font: bold 100% arial;
width: 99px;
margin: 0 0 0 206px;
height: 26px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
color: #FFF;} | A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/6/css/style.css | html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
background: #FFF url(../images/background.jpg) repeat;
}
p
{ padding: 0 0 10px 0;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
color: #00708C;
text-shadow: 1px 1px #FFF;
letter-spacing: -1px;
margin: 0 0 10px 0;}
h2
{ font: normal 165% Arial, Helvetica, sans-serif;}
h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}
h4, h5, h6
{ margin: 0;
padding: 0 0 0px 0;
font: normal 150% Arial, Helvetica, sans-serif;
line-height: 1.5em;}
h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
color: #888;
padding-bottom: 15px;}
a
{ color: #000;
font-weight: bold;
background: transparent;
outline: none;
text-decoration: underline;}
a:hover
{ text-decoration: none;}
ul
{ margin: 2px 0 22px 30px;
line-height: 1.7em;
font-style: normal;
font-size: 100%;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #header, #banner, #menubar, #site_content, #footer, #content_blue
{ margin-left: auto;
margin-right: auto;}
#header
{ height: 400px;
width: 960px;
background: transparent url(../images/header.jpg) no-repeat;}
#menubar
{ width: 960px;
height: 100px;
background: transparent url(../images/transparent.png) repeat;}
#welcome
{ width: 360px;
height: 70px;
padding-top: 30px;
float: left;
text-align: center;
margin: 0 auto;}
#welcome h1 a
{ font: normal 150% Arial, Helvetica, sans-serif;
letter-spacing: -3px;
color: #FFF;
text-decoration: none;
text-shadow: 1px 1px #000;}
#menu_items
{ float: right;
height: 75px;
margin-right: 20px;
padding-top: 25px;
width: 580px;}
ul#menu
{ margin:0;
float: right;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ float: left;
font: bold 120% Arial, Helvetica, sans-serif;
text-align: center;
color: #FFF;
text-decoration: none;
text-shadow: none;
margin: 6px 0 0 10px;
padding: 10px 15px 10px 15px;
background: transparent; }
ul#menu li.current a, ul#menu li:hover a
{ color: #FFF;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px; }
#site_content
{ width: 940px;
overflow: hidden;
margin: 0 auto;
padding: 0 0 20px 20px;
background: transparent url(../images/transparent_light.png) repeat;}
.sidebar_container
{ float: right;
margin: 20px 20px 0 20px;
width: 220px;
padding-left: 15px;
background: #02C7FC;}
.sidebar
{ float: left;
width: 220px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;}
.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
width: 215px;}
.sidebar h2
{ font: normal 140% Arial, Helvetica, sans-serif;
color: #FFF;
text-shadow: 0px 1px 0px #00708C;}
.sidebar h3
{ color: #FFF;
text-shadow: 0px 1px 0px #00708C;}
.sidebar p
{ color: #FFF;}
#content
{ width: 665px;
margin-bottom: 20px;
float: left;}
.content_item
{ width: 665px;
margin-top: 20px;
margin-bottom: 20px;}
.content_container
{ width: 310px;
padding: 5px;
margin-right: 10px;
float: left;}
.content_images_text
{ float: left;
width: 665px;
margin-bottom: 10px;}
.content_image
{ width: 300px;
height: 150px;
margin-right: 10px;
float: left;}
.image_text
{ width: 350px;
float: right;}
#footer
{ width: 960px;
height: 20px;
padding-top: 20px;
text-align: center;
background: transparent;}
#footer a, #footer a:hover
{ text-decoration: none;
padding-bottom: 20px;}
#footer a:hover
{ text-decoration: underline;}
.readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
height: 15px;
margin-left: 95px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.readmore a
{ color: #1D1D1D;}
.button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
height: 15px;
width: 90px;
padding: 5px 5px 10px 7px;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small a
{ color: #FFF;
padding-left: 5px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 280px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 2px;
width: 299px;
font: 100% arial;
border: 1px solid #BBB;
background: #FFF;
color: #47433F;}
.form_settings input[type="checkbox"]
{ padding: 2px 0;
width: 15px;
font: 100% arial;
border: 0;
background: #FFF;
color: #47433F;
margin: 28px 0;}
.form_settings .submit
{ font: bold 100% arial;
width: 99px;
margin: 0 0 0 206px;
height: 26px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #02C7FC;
background: -moz-linear-gradient(#02C7FC, #00708C);
background: -o-linear-gradient(#02C7FC, #00708C);
background: -webkit-linear-gradient(#02C7FC, #00708C);
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
color: #FFF;} | 0.199698 | 0.081849 |
.claro .dijitLeaf {
display: none;
}
.claro .dijitTreeNodeSelected {
font-size: 12px;
}
.claro .dijitTreeLabel {
font-size: 12px;
}
/** Dojo claro style Override : End **/
body
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a:link,
a:visited {
color: #204486;
}
a:hover {
color: #CF820A;
}
.Hidden {
visibility: hidden;
height: 0px;
line-height: 0px;
display: none;
}
.Selection {
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.InputField {
width: 150px;
}
.TableLine {
border-style: solid;
border-width: 1px;
border-color: #c3e2fd;
background-color: #FFFFFF;
}
.DarkTableLine {
border-style: solid;
border-width: 1px;
border-color: #769dc0;
background-color: #FFFFFF;
}
.BlankTableLine {
border: 0px;
padding: 0;
}
.LightBackground
{
background-color: #FFFFFF;
padding: 1px;
color:#000000;
}
.MediumBackground
{
background-color: #F2F2F2;
padding: 1px;
color:#000000;
}
.DarkBackground,
.DarkBackground a:link,
.DarkBackground a:visited,
.DarkBackground a:hover
{
background-image:url("images/table-head-dark-bg_1x24.png");
background-repeat: repeat-x;
padding: 3px;
line-height: 18px;
color: #204486;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.DarkBackground th
{
padding: 3px;
line-height: 18px;
color: #204486;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.ReallyDarkBackground
{
background-image:url("images/table-head-really-dark-bg_1x24.png");
background-repeat: repeat-x;
padding: 3px;
line-height: 18px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.ReallyDarkBackground th
{
padding: 3px;
line-height: 18px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
/** Accessbility : Start **/
.access
{
display: none;
position: absolute;
left: -3000px;
width: 500px;
}
.skip a {
position: absolute;
overflow: hidden;
width: 0px;
height: 0px;
}
.skip a:active, .skip a:focus {
position: absolute;
overflow: visible;
width: 135px;
height: auto;
background-color: #FFFFFF;
color: #000000;
top: 75px;
left: 5px;
z-index:1000;
padding: 5px;
border: 2px solid #000000;
font-weight: bold;
}
/** Accessbility : End **/ | plugins/welcome/geronimo-welcome/src/main/webapp/main.css | .claro .dijitLeaf {
display: none;
}
.claro .dijitTreeNodeSelected {
font-size: 12px;
}
.claro .dijitTreeLabel {
font-size: 12px;
}
/** Dojo claro style Override : End **/
body
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a:link,
a:visited {
color: #204486;
}
a:hover {
color: #CF820A;
}
.Hidden {
visibility: hidden;
height: 0px;
line-height: 0px;
display: none;
}
.Selection {
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.InputField {
width: 150px;
}
.TableLine {
border-style: solid;
border-width: 1px;
border-color: #c3e2fd;
background-color: #FFFFFF;
}
.DarkTableLine {
border-style: solid;
border-width: 1px;
border-color: #769dc0;
background-color: #FFFFFF;
}
.BlankTableLine {
border: 0px;
padding: 0;
}
.LightBackground
{
background-color: #FFFFFF;
padding: 1px;
color:#000000;
}
.MediumBackground
{
background-color: #F2F2F2;
padding: 1px;
color:#000000;
}
.DarkBackground,
.DarkBackground a:link,
.DarkBackground a:visited,
.DarkBackground a:hover
{
background-image:url("images/table-head-dark-bg_1x24.png");
background-repeat: repeat-x;
padding: 3px;
line-height: 18px;
color: #204486;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.DarkBackground th
{
padding: 3px;
line-height: 18px;
color: #204486;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.ReallyDarkBackground
{
background-image:url("images/table-head-really-dark-bg_1x24.png");
background-repeat: repeat-x;
padding: 3px;
line-height: 18px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.ReallyDarkBackground th
{
padding: 3px;
line-height: 18px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
/** Accessbility : Start **/
.access
{
display: none;
position: absolute;
left: -3000px;
width: 500px;
}
.skip a {
position: absolute;
overflow: hidden;
width: 0px;
height: 0px;
}
.skip a:active, .skip a:focus {
position: absolute;
overflow: visible;
width: 135px;
height: auto;
background-color: #FFFFFF;
color: #000000;
top: 75px;
left: 5px;
z-index:1000;
padding: 5px;
border: 2px solid #000000;
font-weight: bold;
}
/** Accessbility : End **/ | 0.522933 | 0.114715 |
table.tablesorter thead tr .easy-table-header {
cursor: pointer;
background-repeat: no-repeat;
background-position: center right;
}
table.tablesorter thead tr .easy-table-header:hover{
background-image: url(../images/bg.gif);
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown:hover{
background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp:hover {
background-image: url(../images/desc.gif);
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
} | wp-content/plugins/easy-table/css/easy-table.css | table.tablesorter thead tr .easy-table-header {
cursor: pointer;
background-repeat: no-repeat;
background-position: center right;
}
table.tablesorter thead tr .easy-table-header:hover{
background-image: url(../images/bg.gif);
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown:hover{
background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp:hover {
background-image: url(../images/desc.gif);
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
} | 0.339499 | 0.212232 |
.mainWrapper {
}
.toolbar {
background: linear-gradient(var(--lightBlue), var(--mainBlue));
display: flex;
justify-content: space-between;
height: 70px;
width: 100%;
}
.logoText {
margin: 0;
padding: 10px;
font-family: 'Lobster';
color: #C1E3CD;
}
.logoWrapper {
background: rgb(63, 3, 75);
margin: 10px 0 10px 10px;
border-radius: 25px;
}
.logoWrapper:hover {
cursor: pointer;
}
.navigationItems {
display: flex;
font-family: 'Rubik';
color: var(--mainWhite);
align-items: center;
}
.navigationItem {
display: inline;
margin: 10px 20px 0 0;
}
.wrapperNavigationItem {
padding: 26px 9px 24px 20px;
}
.wrapperNavigationItem:hover {
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
.link {
text-decoration: none;
color: var(--mainWhite);
}
.button {
font-family: 'Rubik';
border-radius: 10px;
cursor: pointer;
}
.menuButton {
font-size: 16px;
padding: 7px;
background: transparent;
color: var(--mainWhite);
border: 1px solid var(--mainWhite);
margin: 15px 25px;
}
.menuButton:hover {
background: var(--mainWhite);
color: var(--mainBlue);
}
footer {
background: linear-gradient(var(--lightBlue), var(--mainBlue));
font-family: 'Montserrat';
color: var(--mainWhite);
padding: 20px 30px 20px 0;
display: flex;
justify-content: flex-end;
}
.heroImage {
height: 480px;
margin: 0;
background: url('/assets/sell_your_car.jpg') no-repeat center center;
background-size: cover;
}
.listings {
text-align: center;
padding-top: 160px;
font-family: 'Rubik';
}
.listings h1, .listings p {
color: var(--mainWhite);
}
.button {
font-family: 'Rubik';
border-radius: 10px;
cursor: pointer;
}
.loginInListings {
font-size: 16px;
padding: 7px 18px 7px 18px;
color: var(--mainWhite);
border: 1px solid var(--mainWhite);
background-color: transparent;
margin: 15px 25px;
}
.loginInListings:hover {
background-color: var(--mainWhite);
color: var(--mainBlue);
}
.advicesContainer {
font-family: 'Montserrat';
background: #f2f2f2;
width: 1189px;
}
.advicesContainer .content {
padding: 20px 80px;
width: 100%;
background: #f2f2f2;
}
.advicesContainer .content h2 {
color: var(--mainBlack);
text-align: center;
}
.items {
display: flex;
justify-content: space-around;
}
.items a {
text-decoration: none;
color: var(--mainBlack);
}
.viewAllButton {
text-align: center;
padding-top: 30px;
}
.button {
font-family: 'Rubik';
border-radius: 10px;
cursor: pointer;
}
.viewAllAdvices {
border: 1px solid var(--mainBlue);
color: var(--mainBlue);
background: transparent;
padding: 10px 24px;
font-size: 1.2em;
}
.viewAllAdvices:hover {
color: var(--mainWhite);
background: var(--mainBlue);
}
.itemElement p {
padding-top: 15px;
text-align: center;
font-weight: bold;
}
.itemElement:hover {
cursor:pointer;
}
.adviceImage {
height: 250px;
width: 330px;
min-width: 330px;
margin: 0;
} | public/css/sell_car_page.css | .mainWrapper {
}
.toolbar {
background: linear-gradient(var(--lightBlue), var(--mainBlue));
display: flex;
justify-content: space-between;
height: 70px;
width: 100%;
}
.logoText {
margin: 0;
padding: 10px;
font-family: 'Lobster';
color: #C1E3CD;
}
.logoWrapper {
background: rgb(63, 3, 75);
margin: 10px 0 10px 10px;
border-radius: 25px;
}
.logoWrapper:hover {
cursor: pointer;
}
.navigationItems {
display: flex;
font-family: 'Rubik';
color: var(--mainWhite);
align-items: center;
}
.navigationItem {
display: inline;
margin: 10px 20px 0 0;
}
.wrapperNavigationItem {
padding: 26px 9px 24px 20px;
}
.wrapperNavigationItem:hover {
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
.link {
text-decoration: none;
color: var(--mainWhite);
}
.button {
font-family: 'Rubik';
border-radius: 10px;
cursor: pointer;
}
.menuButton {
font-size: 16px;
padding: 7px;
background: transparent;
color: var(--mainWhite);
border: 1px solid var(--mainWhite);
margin: 15px 25px;
}
.menuButton:hover {
background: var(--mainWhite);
color: var(--mainBlue);
}
footer {
background: linear-gradient(var(--lightBlue), var(--mainBlue));
font-family: 'Montserrat';
color: var(--mainWhite);
padding: 20px 30px 20px 0;
display: flex;
justify-content: flex-end;
}
.heroImage {
height: 480px;
margin: 0;
background: url('/assets/sell_your_car.jpg') no-repeat center center;
background-size: cover;
}
.listings {
text-align: center;
padding-top: 160px;
font-family: 'Rubik';
}
.listings h1, .listings p {
color: var(--mainWhite);
}
.button {
font-family: 'Rubik';
border-radius: 10px;
cursor: pointer;
}
.loginInListings {
font-size: 16px;
padding: 7px 18px 7px 18px;
color: var(--mainWhite);
border: 1px solid var(--mainWhite);
background-color: transparent;
margin: 15px 25px;
}
.loginInListings:hover {
background-color: var(--mainWhite);
color: var(--mainBlue);
}
.advicesContainer {
font-family: 'Montserrat';
background: #f2f2f2;
width: 1189px;
}
.advicesContainer .content {
padding: 20px 80px;
width: 100%;
background: #f2f2f2;
}
.advicesContainer .content h2 {
color: var(--mainBlack);
text-align: center;
}
.items {
display: flex;
justify-content: space-around;
}
.items a {
text-decoration: none;
color: var(--mainBlack);
}
.viewAllButton {
text-align: center;
padding-top: 30px;
}
.button {
font-family: 'Rubik';
border-radius: 10px;
cursor: pointer;
}
.viewAllAdvices {
border: 1px solid var(--mainBlue);
color: var(--mainBlue);
background: transparent;
padding: 10px 24px;
font-size: 1.2em;
}
.viewAllAdvices:hover {
color: var(--mainWhite);
background: var(--mainBlue);
}
.itemElement p {
padding-top: 15px;
text-align: center;
font-weight: bold;
}
.itemElement:hover {
cursor:pointer;
}
.adviceImage {
height: 250px;
width: 330px;
min-width: 330px;
margin: 0;
} | 0.551091 | 0.126515 |
.background{
width: 100%;
height: 100vh;
background: url("../../Asset/html/Background.jpg");
background-position: center;
background-size: cover;
display: block;
}
.background h1{
color: #fff;
width: 100%;
padding-top: 250px;
margin: 0;
text-align: center;
font-weight: 500;
font-size: 64px;
cursor: default;
}
.background h2{
color: #fff;
width: 100%;
margin: 0;
text-align: center;
font-weight: 500;
font-size: 20px;
cursor: default;
}
.content{
clear: both;
width: 100%;
height: auto;
}
.content .recent-news{
padding: 0;
margin-left: 80px;
margin-right: 80px;
height: 100%;
}
.content .recent-news .wrapper .category{
font-size: 36px;
font-weight: 900;
text-align: center;
cursor: pointer;
}
.content .recent-news .wrapper .row .news-active{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.content .recent-news .wrapper .row .col-md-4{
height: 480px;
display: block;
background: white;
margin: 10px;
background: white;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.content .recent-news .wrapper .row .col-md-4 a{
text-decoration: none;
}
.content .recent-news .wrapper .row .col-md-4:hover{
opacity: .8;
transition: .3s;
}
.content .recent-news .wrapper .row .col-md-4 .news-img{
position: relative;
}
.content .recent-news .wrapper .row .col-md-4 .news-img img{
width: 100%;
height: 240px;
object-fit: cover;
object-position: center center;
}
.content .recent-news .wrapper .row .col-md-4 .news-img .date{
background: #f89406 none repeat scroll 0 0;
position: absolute;
width: 90px;
height: 30px;
text-align: center;
padding: 10px;
top: 0;
left: 0;
}
.content .recent-news .wrapper .row .col-md-4 .news-img .date span{
display: block;
color: white;
font-weight: 500;
font-size: 16px;
margin: 0 auto;
}
.content .recent-news .wrapper .row .col-md-4 .title h1{
text-align: justify;
margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
color: black;
}
.content .recent-news .wrapper .row .col-md-4 .sub-title p{
text-align: justify;
margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
color: black;
}
.content .timeline-events{
padding: 0;
margin-top: 100px;
width: 100%;
height: auto;
}
.content .timeline-events .category{
font-size: 36px;
font-weight: 900;
text-align: center;
cursor: default;
position: relative;
}
.content .timeline-events .row{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 80%;
height: auto;
margin: 0 auto;
}
.content .timeline-events .row .col-md-3 a{
text-decoration: none;
}
.content .timeline-events .row .col-md-3 .event-wrapper{
background: black;
width: 1/4;
height: auto;
display: block;
position: relative;
margin: 0;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .text-wrapper{
top: 50%;
transition: 0.5s ease;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .text-wrapper .text-wrapper-inside .title-wrapper{
opacity: 1;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .text-wrapper .text-wrapper-inside .year{
color: #f89406;
border-color: #f89406;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .img-wrapper{
background: black;
opacity: 0.05;
transition: 0.5s ease;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper{
position: absolute;
left: 50%;
top: 75%;
transform: translate(-50%, -50%);
display: inline-block;
width: 80%;
height: 60%;
transition: 0.5s ease;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside{
position: relative;
text-align: center;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .year{
color: white;
font-size: 20px;
font-weight: 700;
display: inline-block;
padding: 10px;
text-align: center;
border-top: 4px solid white;
border-bottom: 4px solid white;
transition: 0.5s ease;
width: 50%;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .title-wrapper{
color: white;
transition: 0.5s;
opacity: 0;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .title-wrapper .title{
font-size: 18px;
font-weight: 500;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.content .timeline-events .row .col-md-3 .event-wrapper .img-wrapper{
background: black;
opacity: .25;
padding: 0;
height: 450px;
}
.content .timeline-events .row .col-md-3 .event-wrapper .img-wrapper img{
width: 100%;
height: 450px;
object-fit: cover;
object-position: center center;
}
.content .historical-figures {
width: 100%;
height: auto;
padding: 0;
margin-top: 100px;
}
.content .historical-figures .category{
font-size: 36px;
font-weight: 900;
text-align: center;
cursor: pointer;
padding-top: 20px;
width: 90%;
margin: 0 auto;
border-bottom: 4px solid black;
}
.content .historical-figures .people-list{
display: block;
width: 90%;
margin: 10px auto;
}
.content .historical-figures .people-list .people-ele{
width: 100%;
margin: 20px auto;
height: 180px;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
display: grid;
grid-template-columns: 1fr 4fr;
background: #151515;
}
.content .historical-figures .people-list .people-ele:hover{
opacity: 0.95;
transition: .3s;
}
.content .historical-figures .people-list .people-ele:hover .title-wrapper .title,
.content .historical-figures .people-list .people-ele:hover .title-wrapper .sub-title{
margin-top: 20px;
margin-left: 40px;
color: #f89406;
}
.content .historical-figures .people-list a{
text-decoration: none;
}
.content .historical-figures .people-list .people-ele .img-wrapper{
width: 180px;
height: 180px;
background: white;
}
.content .historical-figures .people-list .people-ele .img-wrapper .figures-img{
width: 180px;
height: 180px;
object-fit: cover;
object-position: center center;
}
.content .historical-figures .people-list .people-ele .title-wrapper .title-div{
width: 100%;
height: 100%;
}
.content .historical-figures .people-list .people-ele .title-wrapper .title,
.content .historical-figures .people-list .people-ele .title-wrapper .sub-title{
margin-top: 20px;
margin-left: 40px;
color: white;
}
.content .historical-figures .people-list .people-ele .title-wrapper .title{
font-size: 20px;
font-weight: 400;
}
.content .historical-figures .people-list .people-ele .title-wrapper .sub-title{
font-size: 14px;
font-weight: 400;
}
.content .historical-figures .people-list .people-ele .title-wrapper{
text-align: left;
width: 100%;
height: 100%;
display: grid;
grid-template-rows: 4fr 1fr;
}
.content .historical-figures .people-list .people-ele .title-wrapper .publish-date{
width: 100%;
padding-left: 40px;
color: white;
font-weight: 400;
font-size: 12px;
}
@media screen and (max-width: 768px){
.content .recent-news{
padding: 0;
margin-left: 20px;
margin-right: 20px;
height: 100%;
}
.content .recent-news .wrapper .row .news-active{
display: grid;
grid-template-columns: 1fr;
}
.content .timeline-events .row{
display: grid;
grid-template-columns: 1fr 1fr;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .year{
color: white;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 10px;
text-align: center;
border-top: 4px solid white;
border-bottom: 4px solid white;
transition: 0.5s ease;
width: 50%;
}
.content .historical-figures .people-list .people-ele{
width: 100%;
margin: 20px auto;
height: 200px;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
display: grid;
grid-template-columns: 2fr 4fr;
background: black;
}
} | public/css/client/homepage.css | .background{
width: 100%;
height: 100vh;
background: url("../../Asset/html/Background.jpg");
background-position: center;
background-size: cover;
display: block;
}
.background h1{
color: #fff;
width: 100%;
padding-top: 250px;
margin: 0;
text-align: center;
font-weight: 500;
font-size: 64px;
cursor: default;
}
.background h2{
color: #fff;
width: 100%;
margin: 0;
text-align: center;
font-weight: 500;
font-size: 20px;
cursor: default;
}
.content{
clear: both;
width: 100%;
height: auto;
}
.content .recent-news{
padding: 0;
margin-left: 80px;
margin-right: 80px;
height: 100%;
}
.content .recent-news .wrapper .category{
font-size: 36px;
font-weight: 900;
text-align: center;
cursor: pointer;
}
.content .recent-news .wrapper .row .news-active{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.content .recent-news .wrapper .row .col-md-4{
height: 480px;
display: block;
background: white;
margin: 10px;
background: white;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.content .recent-news .wrapper .row .col-md-4 a{
text-decoration: none;
}
.content .recent-news .wrapper .row .col-md-4:hover{
opacity: .8;
transition: .3s;
}
.content .recent-news .wrapper .row .col-md-4 .news-img{
position: relative;
}
.content .recent-news .wrapper .row .col-md-4 .news-img img{
width: 100%;
height: 240px;
object-fit: cover;
object-position: center center;
}
.content .recent-news .wrapper .row .col-md-4 .news-img .date{
background: #f89406 none repeat scroll 0 0;
position: absolute;
width: 90px;
height: 30px;
text-align: center;
padding: 10px;
top: 0;
left: 0;
}
.content .recent-news .wrapper .row .col-md-4 .news-img .date span{
display: block;
color: white;
font-weight: 500;
font-size: 16px;
margin: 0 auto;
}
.content .recent-news .wrapper .row .col-md-4 .title h1{
text-align: justify;
margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
color: black;
}
.content .recent-news .wrapper .row .col-md-4 .sub-title p{
text-align: justify;
margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
color: black;
}
.content .timeline-events{
padding: 0;
margin-top: 100px;
width: 100%;
height: auto;
}
.content .timeline-events .category{
font-size: 36px;
font-weight: 900;
text-align: center;
cursor: default;
position: relative;
}
.content .timeline-events .row{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 80%;
height: auto;
margin: 0 auto;
}
.content .timeline-events .row .col-md-3 a{
text-decoration: none;
}
.content .timeline-events .row .col-md-3 .event-wrapper{
background: black;
width: 1/4;
height: auto;
display: block;
position: relative;
margin: 0;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .text-wrapper{
top: 50%;
transition: 0.5s ease;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .text-wrapper .text-wrapper-inside .title-wrapper{
opacity: 1;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .text-wrapper .text-wrapper-inside .year{
color: #f89406;
border-color: #f89406;
}
.content .timeline-events .row .col-md-3 .event-wrapper:hover .img-wrapper{
background: black;
opacity: 0.05;
transition: 0.5s ease;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper{
position: absolute;
left: 50%;
top: 75%;
transform: translate(-50%, -50%);
display: inline-block;
width: 80%;
height: 60%;
transition: 0.5s ease;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside{
position: relative;
text-align: center;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .year{
color: white;
font-size: 20px;
font-weight: 700;
display: inline-block;
padding: 10px;
text-align: center;
border-top: 4px solid white;
border-bottom: 4px solid white;
transition: 0.5s ease;
width: 50%;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .title-wrapper{
color: white;
transition: 0.5s;
opacity: 0;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .title-wrapper .title{
font-size: 18px;
font-weight: 500;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.content .timeline-events .row .col-md-3 .event-wrapper .img-wrapper{
background: black;
opacity: .25;
padding: 0;
height: 450px;
}
.content .timeline-events .row .col-md-3 .event-wrapper .img-wrapper img{
width: 100%;
height: 450px;
object-fit: cover;
object-position: center center;
}
.content .historical-figures {
width: 100%;
height: auto;
padding: 0;
margin-top: 100px;
}
.content .historical-figures .category{
font-size: 36px;
font-weight: 900;
text-align: center;
cursor: pointer;
padding-top: 20px;
width: 90%;
margin: 0 auto;
border-bottom: 4px solid black;
}
.content .historical-figures .people-list{
display: block;
width: 90%;
margin: 10px auto;
}
.content .historical-figures .people-list .people-ele{
width: 100%;
margin: 20px auto;
height: 180px;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
display: grid;
grid-template-columns: 1fr 4fr;
background: #151515;
}
.content .historical-figures .people-list .people-ele:hover{
opacity: 0.95;
transition: .3s;
}
.content .historical-figures .people-list .people-ele:hover .title-wrapper .title,
.content .historical-figures .people-list .people-ele:hover .title-wrapper .sub-title{
margin-top: 20px;
margin-left: 40px;
color: #f89406;
}
.content .historical-figures .people-list a{
text-decoration: none;
}
.content .historical-figures .people-list .people-ele .img-wrapper{
width: 180px;
height: 180px;
background: white;
}
.content .historical-figures .people-list .people-ele .img-wrapper .figures-img{
width: 180px;
height: 180px;
object-fit: cover;
object-position: center center;
}
.content .historical-figures .people-list .people-ele .title-wrapper .title-div{
width: 100%;
height: 100%;
}
.content .historical-figures .people-list .people-ele .title-wrapper .title,
.content .historical-figures .people-list .people-ele .title-wrapper .sub-title{
margin-top: 20px;
margin-left: 40px;
color: white;
}
.content .historical-figures .people-list .people-ele .title-wrapper .title{
font-size: 20px;
font-weight: 400;
}
.content .historical-figures .people-list .people-ele .title-wrapper .sub-title{
font-size: 14px;
font-weight: 400;
}
.content .historical-figures .people-list .people-ele .title-wrapper{
text-align: left;
width: 100%;
height: 100%;
display: grid;
grid-template-rows: 4fr 1fr;
}
.content .historical-figures .people-list .people-ele .title-wrapper .publish-date{
width: 100%;
padding-left: 40px;
color: white;
font-weight: 400;
font-size: 12px;
}
@media screen and (max-width: 768px){
.content .recent-news{
padding: 0;
margin-left: 20px;
margin-right: 20px;
height: 100%;
}
.content .recent-news .wrapper .row .news-active{
display: grid;
grid-template-columns: 1fr;
}
.content .timeline-events .row{
display: grid;
grid-template-columns: 1fr 1fr;
}
.content .timeline-events .row .col-md-3 .event-wrapper .text-wrapper .text-wrapper-inside .year{
color: white;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 10px;
text-align: center;
border-top: 4px solid white;
border-bottom: 4px solid white;
transition: 0.5s ease;
width: 50%;
}
.content .historical-figures .people-list .people-ele{
width: 100%;
margin: 20px auto;
height: 200px;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
display: grid;
grid-template-columns: 2fr 4fr;
background: black;
}
} | 0.382372 | 0.039975 |
@import url('normalize.css');
@import url('colorful.css');
body, div.step {
color: white;
font-family: Verdana, Geneva, sans-serif;
font-size: 20pt;
width: 1100px;
background: #111;
background: radial-gradient(#225, #111);
}
{%- if cookiecutter.global_notice %}
body:before {
content: "{{ cookiecutter.global_notice | replace('"', '\\"') }}";
color: white;
background-color: #911;
font-family: Verdana, Sans;
font-size: 30%;
font-weight: 600;
padding: 5px 10px;
border-radius: 5px;
text-align: center;
display: block;
position: absolute;
bottom: .6em;
left: 50%;
text-align: middle;
min-width: 60em;
transform: translateX(-30em);
}
{%- endif %}
h1, h2, h3, h4, h5 {
font-family: "Times New Roman", Times, serif;
background-color: #149;
padding: 5px;
padding-left: 10px;
border-radius: 4px;
box-shadow: 1px 1px #777;
}
h1 {
background: #149 no-repeat right;
background-image: url('../img/title-logo.png');
padding: 10px;
padding-right: 80px;
font-size: 170%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
}
h4 {
font-size: 95%;
}
h5 {
font-size: 90%;
}
/****************************************************************************
*** Slide Styles
****************************************************************************/
div.step {
min-width: 1024px;
min-height: 720px;
}
img.float-right {
border: none;
padding-left: 1rem;
float: right;
}
/****************************************************************************
*** List / Bullet Styles
****************************************************************************/
li {
margin-top: .2em;
}
div.step > ul > li {
margin-top: .4em;
}
div.step > ul > li > ul {
font-size: 85%;
}
div.step.small-items > ul > li, div.step.compact-items > ul > li, div.step.tiny-items > ul > li {
margin-top: .1em;
}
div.step.small-items ul {
font-size: 70%;
}
div.step.compact-items ul {
font-size: 60%;
}
div.step.tiny-items ul {
font-size: 50%;
}
div.step img.centered {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
div.step img.background {
z-index: -1;
}
div.step.bold {
font-weight: 700;
}
div.step.big {
font-size: 120%;
}
div.step.bigger {
font-size: 150%;
}
div.step.large {
font-size: 180%;
}
div.step.huge {
font-size: 250%;
}
div.step.red {
color: #f00;
}
div.step.green {
color: #0f0;
}
div.step.blue {
color: #00f;
}
div.step.black {
color: #000;
}
div.step.white {
color: #fff;
}
div.step.black-outline {
text-shadow: black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px;
}
div.step.big.black-outline, div.step.bigger.black-outline, div.step.large.black-outline, div.step.huge.black-outline {
text-shadow: black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px;
-webkit-font-smoothing: antialiased;
}
div.step.grey-outline {
text-shadow: #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px;
}
div.step.big.grey-outline, div.step.bigger.grey-outline, div.step.large.grey-outline, div.step.huge.grey-outline {
text-shadow: #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px;
-webkit-font-smoothing: antialiased;
}
div.step.white-outline {
text-shadow: white 0px 0px 1px, #000 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px;
}
div.step.big.white-outline, div.step.bigger.white-outline, div.step.large.white-outline, div.step.huge.white-outline {
text-shadow: white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px;
-webkit-font-smoothing: antialiased;
}
div.step.centered {
display: flex !important;
align-items: center;
justify-content: center;
}
div.step.centered > div.line-block {
text-align: center;
margin: auto;
width: 780px;
max-width: 50%;
}
div.column-2 > ul {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-width: 520p;
-moz-column-width: 520p;
-webkit-column-width: 520p;
}
div.bullet-checkmark > ul > li {
list-style: none;
}
div.bullet-checkmark > ul > li:before {
content: "\2714";
color: #9e9;
margin-right: 1.1rem;
}
div.bullet-arrow > ul > li {
list-style: none;
}
div.bullet-arrow > ul > li:before {
content: "\27a2";
color: #e99;
margin-right: 1.1rem;
}
div.bullet-hand > ul > li {
list-style: none;
}
div.bullet-hand > ul > li:before {
content: "\261b";
color: #99e;
margin-right: 1.1rem;
font-size: 175%;
}
div.bullet-star > ul > li {
list-style: none;
}
div.bullet-star > ul > li:before {
content: "\2605";
color: #88f;
margin-right: 1.1rem;
}
/****************************************************************************
*** Code Blocks
****************************************************************************/
pre.highlight {
color: #111;
background-color: #eee;
box-shadow: .1rem .1rem .5rem .1rem #99f;
padding: .5rem;
border: 1px solid #99f;
}
pre.small {
font-size: 70%;
}
.highlight .c { color: #090 } /* Comment */
.highlight .c1 { color: #090 } /* Comment.Single */
.highlight .s1 { color: #009 } /* Literal.String.Single */
.highlight .s2 { color: #009 } /* Literal.String.Double */
.highlight .sd { color: #900 } /* Literal.String.Doc */
/****************************************************************************
*** Text Styles
****************************************************************************/
a {
color: #aaf;
text-decoration: none;
}
a:visited {
color: #98f;
}
a:hover {
color: #bbf;
}
tt {
background: linear-gradient(to top, #336, #669, #336);
padding-left: .3rem;
padding-right: .3rem;
} | {{cookiecutter.repo_name}}/css/default.css | @import url('normalize.css');
@import url('colorful.css');
body, div.step {
color: white;
font-family: Verdana, Geneva, sans-serif;
font-size: 20pt;
width: 1100px;
background: #111;
background: radial-gradient(#225, #111);
}
{%- if cookiecutter.global_notice %}
body:before {
content: "{{ cookiecutter.global_notice | replace('"', '\\"') }}";
color: white;
background-color: #911;
font-family: Verdana, Sans;
font-size: 30%;
font-weight: 600;
padding: 5px 10px;
border-radius: 5px;
text-align: center;
display: block;
position: absolute;
bottom: .6em;
left: 50%;
text-align: middle;
min-width: 60em;
transform: translateX(-30em);
}
{%- endif %}
h1, h2, h3, h4, h5 {
font-family: "Times New Roman", Times, serif;
background-color: #149;
padding: 5px;
padding-left: 10px;
border-radius: 4px;
box-shadow: 1px 1px #777;
}
h1 {
background: #149 no-repeat right;
background-image: url('../img/title-logo.png');
padding: 10px;
padding-right: 80px;
font-size: 170%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
}
h4 {
font-size: 95%;
}
h5 {
font-size: 90%;
}
/****************************************************************************
*** Slide Styles
****************************************************************************/
div.step {
min-width: 1024px;
min-height: 720px;
}
img.float-right {
border: none;
padding-left: 1rem;
float: right;
}
/****************************************************************************
*** List / Bullet Styles
****************************************************************************/
li {
margin-top: .2em;
}
div.step > ul > li {
margin-top: .4em;
}
div.step > ul > li > ul {
font-size: 85%;
}
div.step.small-items > ul > li, div.step.compact-items > ul > li, div.step.tiny-items > ul > li {
margin-top: .1em;
}
div.step.small-items ul {
font-size: 70%;
}
div.step.compact-items ul {
font-size: 60%;
}
div.step.tiny-items ul {
font-size: 50%;
}
div.step img.centered {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
div.step img.background {
z-index: -1;
}
div.step.bold {
font-weight: 700;
}
div.step.big {
font-size: 120%;
}
div.step.bigger {
font-size: 150%;
}
div.step.large {
font-size: 180%;
}
div.step.huge {
font-size: 250%;
}
div.step.red {
color: #f00;
}
div.step.green {
color: #0f0;
}
div.step.blue {
color: #00f;
}
div.step.black {
color: #000;
}
div.step.white {
color: #fff;
}
div.step.black-outline {
text-shadow: black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px;
}
div.step.big.black-outline, div.step.bigger.black-outline, div.step.large.black-outline, div.step.huge.black-outline {
text-shadow: black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px,
black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px, black 0px 0px 1px;
-webkit-font-smoothing: antialiased;
}
div.step.grey-outline {
text-shadow: #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px;
}
div.step.big.grey-outline, div.step.bigger.grey-outline, div.step.large.grey-outline, div.step.huge.grey-outline {
text-shadow: #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px,
#999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px, #999 0px 0px 1px;
-webkit-font-smoothing: antialiased;
}
div.step.white-outline {
text-shadow: white 0px 0px 1px, #000 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px;
}
div.step.big.white-outline, div.step.bigger.white-outline, div.step.large.white-outline, div.step.huge.white-outline {
text-shadow: white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px,
white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px, white 0px 0px 1px;
-webkit-font-smoothing: antialiased;
}
div.step.centered {
display: flex !important;
align-items: center;
justify-content: center;
}
div.step.centered > div.line-block {
text-align: center;
margin: auto;
width: 780px;
max-width: 50%;
}
div.column-2 > ul {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-width: 520p;
-moz-column-width: 520p;
-webkit-column-width: 520p;
}
div.bullet-checkmark > ul > li {
list-style: none;
}
div.bullet-checkmark > ul > li:before {
content: "\2714";
color: #9e9;
margin-right: 1.1rem;
}
div.bullet-arrow > ul > li {
list-style: none;
}
div.bullet-arrow > ul > li:before {
content: "\27a2";
color: #e99;
margin-right: 1.1rem;
}
div.bullet-hand > ul > li {
list-style: none;
}
div.bullet-hand > ul > li:before {
content: "\261b";
color: #99e;
margin-right: 1.1rem;
font-size: 175%;
}
div.bullet-star > ul > li {
list-style: none;
}
div.bullet-star > ul > li:before {
content: "\2605";
color: #88f;
margin-right: 1.1rem;
}
/****************************************************************************
*** Code Blocks
****************************************************************************/
pre.highlight {
color: #111;
background-color: #eee;
box-shadow: .1rem .1rem .5rem .1rem #99f;
padding: .5rem;
border: 1px solid #99f;
}
pre.small {
font-size: 70%;
}
.highlight .c { color: #090 } /* Comment */
.highlight .c1 { color: #090 } /* Comment.Single */
.highlight .s1 { color: #009 } /* Literal.String.Single */
.highlight .s2 { color: #009 } /* Literal.String.Double */
.highlight .sd { color: #900 } /* Literal.String.Doc */
/****************************************************************************
*** Text Styles
****************************************************************************/
a {
color: #aaf;
text-decoration: none;
}
a:visited {
color: #98f;
}
a:hover {
color: #bbf;
}
tt {
background: linear-gradient(to top, #336, #669, #336);
padding-left: .3rem;
padding-right: .3rem;
} | 0.317215 | 0.1996 |
html {
background-color: black;
}
body {
margin: 0;
padding: 0;
background-color: black !important;
overflow-x: hidden;
}
#fullContainer {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
}
#playerContainer {
position: absolute;
left: 0px;
top: 0px;
margin: 0;
padding: 0;
background-color: black;
overflow-y: hidden;
overflow-x: hidden;
width: 100%;
height: 100%;
z-index: 0;
}
#playerContainer.chat-opened {
width: calc(100% - 23rem);
}
#chatBtn {
position: absolute;
transform: rotate(270deg);
top: 0.5rem;
right: 0.5rem;
width: 2rem;
height: 2rem;
border-radius: 15%;
background-color: rgba(0, 255, 0, 0.2);
border: 3px solid rgba(50, 205, 50, 0.2);
}
#chatBtn.chat-opened {
left: calc(100% - 22.5rem);
transform: rotate(90deg);
}
#chatContainer {
position: absolute;
width: 0px;
top: 0px;
right: 0px;
height: 100%;
overflow: hidden;
z-index: 1;
}
#chatContainer.chat-opened {
width: 23rem;
}
#chat_embed {
width: 100%;
height: 100%;
overflow: hidden;
}
.main-video-container {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 10000;
}
.sub-video-container {
position: absolute;
overflow: hidden;
z-index: 20000;
}
.offset-container {
position: absolute;
width: 100%;
height: 100%;
}
.yt-video-container .offset-container {
background-image: url(img/emp_pattern.png);
background-repeat: repeat;
}
.tw-video-container .offset-container {
background-image: url(img/sombra_pattern.png);
background-repeat: repeat;
}
.sub-video-container.sub-minimized #subMinimizeBtn{
visibility: hidden !important;
}
.sub-video-container.sub-minimized #subSwitchBtn{
visibility: hidden !important;
}
.sub-video-container.sub-minimized #subResizeBtn{
visibility: hidden !important;
}
.sub-video-container.sub-minimized:after{
content: '';
position: absolute;
top: 0; right: 0;
bottom: 0; left: 0;
background-size: cover;
z-index: 20002;
}
.sub-video-container.sub-minimized.tw-video-container:after{
background-image: url(img/twLogo.png);
}
.sub-video-container.sub-minimized.yt-video-container:after{
background-image: url(img/ytLogo.png);
}
.sub-video-container.sub-minimized:after:hover{
background-size: 0px;
}
.mid-screen-controls {
z-index: 15000;
}
.main-controls {
z-index: 40000;
}
#controlsContainer {
position: absolute;
bottom: 0;
width: 100%;
height: 2rem;
background-color: gray;
background-image: url(img/pbg5.png);
background-repeat: repeat;
opacity: 0.95;
}
.main-buttons-group {
position: absolute;
height: 100%;
}
.left-main-buttons {
left: 0.5rem;
}
.center-main-buttons {
left: 50%;
transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
.syncing .center-main-buttons {
top: -1.1rem;
}
.right-main-buttons {
right: 0.5rem;
}
.main-controls-buttons {
display: inline-block;
width: 2rem;
height: 2rem;
}
.middle-controls-buttons-bg {
margin: -7px -11px;
width: calc(100% + 14px);
height: calc(100% + 6px);
border-radius: 15%;
opacity: 1;
background-color: lime;
border: 4px solid limegreen;
}
.main-controls-buttons-bg {
margin: 5%;
width: calc(90% - 6px);
height: calc(90% - 6px);
border-radius: 15%;
opacity: 0.4;
background-color: lime;
border: 3px solid limegreen
}
.yt-button-bg {
background-color: red;
border-color: crimson;
}
.tw-button-bg {
background-color: blueviolet;
border-color: purple;
}
.controls-hidden .main-controls {
display: none !important;
}
.controls-hidden .sub-controls {
display: none !important;
}
#syncDelayDisplay {
position: relative;
display: inline-block;
width: 5rem;
height: 4rem;
top: -1rem;
text-align: center;
background-color: lightgray;
}
.divider-button {
width: 0.5rem;
}
#syncStartMainBtn .main-controls-buttons-bg {
background: linear-gradient(-45deg, #f00, lime, #6441a5, lime, #f00);
background-size: 500% 500%;
opacity: 0.99;
animation: gradient 8s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 250% 50%;
}
100% {
background-position: 0% 50%;
}
}
.sync-icon {
position: absolute;
display: inline-block;
width: 2rem;
height: 2rem;
top: 0;
left: 0;
}
.sync-stop {display: none;}
.syncing .sync-start {display: none;}
.syncing .sync-stop {display: inline-block;}
.syncing .sync-label {display: none;}
.sync-label {
position: absolute;
top: 0;
left: 2rem;
display: inline-block;
width: auto;
height: 100%;
white-space: nowrap;
padding: 0 0.2rem;
line-height: 2rem;
color: white;
font-family: Helvetica;
font-weight: bold;
}
.sync-btns {
display: none;
}
.syncing .sync-btns {
display: inline-block;
}
.syncing .sub-controls {
visibility: hidden !important;
}
.video-16-9-container {
width: 100%;
height: 100%;
position: absolute; /* If you want text inside of it */
overflow: hidden;
}
.video-16-9 {
position: absolute;
}
.centered-block {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
}
#subControlsContainer {
position: relative;
width: 100%;
height: 100%;
z-index: 50000;
}
.container-top-right-buttons {
position: absolute;
top: 0px;
right: 0px;
}
.container-bottom-right-buttons {
position: absolute;
bottom: 0px;
right: 0px;
}
.sub-container-buttons {
margin: 0;
width: 2rem;
height: 2rem;
z-index: 25000;
}
#midScreenControlsContainer {
z-index: 40000;
}
.mid-screen-btns {
width: 12rem;
height: 12rem;
}
#moveBtnContainer:after {
content: "";
display: block;
padding-bottom: 100%;
}
#subMoveBtn {
position: absolute;
width: 100%;
height: 100%;
}
.iframe-container {
width: 100%;
height: 100%;
}
.iframe-container iframe {
width: 100%;
height: 100%;
}
.screen-saver {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0px;
z-index: 20001;
}
.paused .screen-saver {
opacity: 0.99;
}
.tw-video-container .screen-saver {
background-color: #322052;
}
.yt-video-container .screen-saver {
background-color: #500;
}
/* buttons */
.control-buttons {
position: relative;
opacity: 0.9;
background-size: cover;
text-shadow: 1px 1px 2px #1E6900;
color: red;
background-color: transparent;
}
.control-buttons .iconify {
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
}
.sub-controls-buttons {
display: inline-block;
width: 2rem;
height: 2rem;
}
#subResizeBtn {
position: absolute;
top: auto;
left: auto;
bottom: 0px;
right: 0px;
}
#subResizeBtn .iconify {
position: absolute;
top: auto;
left: auto;
bottom: 0px;
right: 0px;
transform: none !important;
}
.loaded .loading-icon {
visibility: hidden;
}
.loader {
animation:spin 1s infinite linear;
border:solid 0.15rem transparent;
border-radius:50%;
border-right-color:#f00;
border-top-color:#fff;
box-sizing:border-box;
height: 90%;
left: 5%;
position: absolute;
top: 5%;
width: 90%;
z-index:1;
}
.loader:before {
animation:spin 3s infinite linear;
border:solid 0.15rem transparent;
border-radius:50%;
border-right-color:#fff;
border-top-color:#6441a5;
box-sizing:border-box;
content:"";
height: 70%;
left:15%;
position:absolute;
top:15%;
width: 70%;
}
.loader:after {
animation:spin 5s infinite linear;
border:solid 0.15rem transparent;
border-radius:50%;
border-right-color: #fff;
border-top-color: limegreen;
box-sizing:border-box;
content:"";
height: 60%;
left: 20%;
position:absolute;
top: 20%;
width: 60%;
}
@keyframes spin {
100% {
transform:rotate(360deg);
}
}
.loading .loaded-icon {
visibility: hidden;
}
.paused .pause-icon {
visibility: hidden;
}
.playing .play-icon {
visibility: hidden;
}
.playing #midScreenControlsContainer {
visibility: hidden;
}
.volume-btn-container {
width: 100%;
height: 100%;
}
.volume-control-block {
position: absolute;
left: 0px;
bottom: 2rem;
width: 100%;
height: 400%;
border-radius: 0.25rem 0.25rem 0 0;
background-image: url(img/pixbg.png);
background-repeat: repeat;
opacity: 0.95;
}
.volume-control-block.hidden {
visibility: hidden;
}
.volume-control-block input {
position: relative;
width: 100%;
top: 25%;
height: 50%;
-webkit-appearance: slider-vertical;
writing-mode: bt-lr;
}
.volume-icon {
visibility: hidden;
}
.muted .vmut-icon {
visibility: visible;
}
.muted .vlow-icon {
visibility: hidden !important;
}
.muted .vhig-icon {
visibility: hidden !important;
}
.vlow .vlow-icon {
visibility: visible;
}
.vhig .vhig-icon {
visibility: visible;
}
.volume-up-btn {
background-color: darkgrey;
position: absolute;
border-radius: 0.25rem;
top: 0.5rem;
left: 0.5rem;
width: 50%;
padding-top: 50%;
}
.volume-dn-btn {
background-color: darkgrey;
position: absolute;
border-radius: 0.25rem;
bottom: 0.5rem;
left: 0.5rem;
width: 50%;
padding-top: 50%;
}
.volume-small-btn-icon {
position: absolute;
text-align: center;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#stats {
position: fixed;
top: 1rem;
left: 1rem;
z-index: 60000;
color: white;
background-color: black;
}
#stats tr {
min-height: 1rem;
}
#stats .iStat {
color: rosybrown;
}
.stats-hidden .stat-line {
display: none;
} | styles.css | html {
background-color: black;
}
body {
margin: 0;
padding: 0;
background-color: black !important;
overflow-x: hidden;
}
#fullContainer {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
}
#playerContainer {
position: absolute;
left: 0px;
top: 0px;
margin: 0;
padding: 0;
background-color: black;
overflow-y: hidden;
overflow-x: hidden;
width: 100%;
height: 100%;
z-index: 0;
}
#playerContainer.chat-opened {
width: calc(100% - 23rem);
}
#chatBtn {
position: absolute;
transform: rotate(270deg);
top: 0.5rem;
right: 0.5rem;
width: 2rem;
height: 2rem;
border-radius: 15%;
background-color: rgba(0, 255, 0, 0.2);
border: 3px solid rgba(50, 205, 50, 0.2);
}
#chatBtn.chat-opened {
left: calc(100% - 22.5rem);
transform: rotate(90deg);
}
#chatContainer {
position: absolute;
width: 0px;
top: 0px;
right: 0px;
height: 100%;
overflow: hidden;
z-index: 1;
}
#chatContainer.chat-opened {
width: 23rem;
}
#chat_embed {
width: 100%;
height: 100%;
overflow: hidden;
}
.main-video-container {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 10000;
}
.sub-video-container {
position: absolute;
overflow: hidden;
z-index: 20000;
}
.offset-container {
position: absolute;
width: 100%;
height: 100%;
}
.yt-video-container .offset-container {
background-image: url(img/emp_pattern.png);
background-repeat: repeat;
}
.tw-video-container .offset-container {
background-image: url(img/sombra_pattern.png);
background-repeat: repeat;
}
.sub-video-container.sub-minimized #subMinimizeBtn{
visibility: hidden !important;
}
.sub-video-container.sub-minimized #subSwitchBtn{
visibility: hidden !important;
}
.sub-video-container.sub-minimized #subResizeBtn{
visibility: hidden !important;
}
.sub-video-container.sub-minimized:after{
content: '';
position: absolute;
top: 0; right: 0;
bottom: 0; left: 0;
background-size: cover;
z-index: 20002;
}
.sub-video-container.sub-minimized.tw-video-container:after{
background-image: url(img/twLogo.png);
}
.sub-video-container.sub-minimized.yt-video-container:after{
background-image: url(img/ytLogo.png);
}
.sub-video-container.sub-minimized:after:hover{
background-size: 0px;
}
.mid-screen-controls {
z-index: 15000;
}
.main-controls {
z-index: 40000;
}
#controlsContainer {
position: absolute;
bottom: 0;
width: 100%;
height: 2rem;
background-color: gray;
background-image: url(img/pbg5.png);
background-repeat: repeat;
opacity: 0.95;
}
.main-buttons-group {
position: absolute;
height: 100%;
}
.left-main-buttons {
left: 0.5rem;
}
.center-main-buttons {
left: 50%;
transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
.syncing .center-main-buttons {
top: -1.1rem;
}
.right-main-buttons {
right: 0.5rem;
}
.main-controls-buttons {
display: inline-block;
width: 2rem;
height: 2rem;
}
.middle-controls-buttons-bg {
margin: -7px -11px;
width: calc(100% + 14px);
height: calc(100% + 6px);
border-radius: 15%;
opacity: 1;
background-color: lime;
border: 4px solid limegreen;
}
.main-controls-buttons-bg {
margin: 5%;
width: calc(90% - 6px);
height: calc(90% - 6px);
border-radius: 15%;
opacity: 0.4;
background-color: lime;
border: 3px solid limegreen
}
.yt-button-bg {
background-color: red;
border-color: crimson;
}
.tw-button-bg {
background-color: blueviolet;
border-color: purple;
}
.controls-hidden .main-controls {
display: none !important;
}
.controls-hidden .sub-controls {
display: none !important;
}
#syncDelayDisplay {
position: relative;
display: inline-block;
width: 5rem;
height: 4rem;
top: -1rem;
text-align: center;
background-color: lightgray;
}
.divider-button {
width: 0.5rem;
}
#syncStartMainBtn .main-controls-buttons-bg {
background: linear-gradient(-45deg, #f00, lime, #6441a5, lime, #f00);
background-size: 500% 500%;
opacity: 0.99;
animation: gradient 8s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 250% 50%;
}
100% {
background-position: 0% 50%;
}
}
.sync-icon {
position: absolute;
display: inline-block;
width: 2rem;
height: 2rem;
top: 0;
left: 0;
}
.sync-stop {display: none;}
.syncing .sync-start {display: none;}
.syncing .sync-stop {display: inline-block;}
.syncing .sync-label {display: none;}
.sync-label {
position: absolute;
top: 0;
left: 2rem;
display: inline-block;
width: auto;
height: 100%;
white-space: nowrap;
padding: 0 0.2rem;
line-height: 2rem;
color: white;
font-family: Helvetica;
font-weight: bold;
}
.sync-btns {
display: none;
}
.syncing .sync-btns {
display: inline-block;
}
.syncing .sub-controls {
visibility: hidden !important;
}
.video-16-9-container {
width: 100%;
height: 100%;
position: absolute; /* If you want text inside of it */
overflow: hidden;
}
.video-16-9 {
position: absolute;
}
.centered-block {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
}
#subControlsContainer {
position: relative;
width: 100%;
height: 100%;
z-index: 50000;
}
.container-top-right-buttons {
position: absolute;
top: 0px;
right: 0px;
}
.container-bottom-right-buttons {
position: absolute;
bottom: 0px;
right: 0px;
}
.sub-container-buttons {
margin: 0;
width: 2rem;
height: 2rem;
z-index: 25000;
}
#midScreenControlsContainer {
z-index: 40000;
}
.mid-screen-btns {
width: 12rem;
height: 12rem;
}
#moveBtnContainer:after {
content: "";
display: block;
padding-bottom: 100%;
}
#subMoveBtn {
position: absolute;
width: 100%;
height: 100%;
}
.iframe-container {
width: 100%;
height: 100%;
}
.iframe-container iframe {
width: 100%;
height: 100%;
}
.screen-saver {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0px;
z-index: 20001;
}
.paused .screen-saver {
opacity: 0.99;
}
.tw-video-container .screen-saver {
background-color: #322052;
}
.yt-video-container .screen-saver {
background-color: #500;
}
/* buttons */
.control-buttons {
position: relative;
opacity: 0.9;
background-size: cover;
text-shadow: 1px 1px 2px #1E6900;
color: red;
background-color: transparent;
}
.control-buttons .iconify {
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
-webkit-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
}
.sub-controls-buttons {
display: inline-block;
width: 2rem;
height: 2rem;
}
#subResizeBtn {
position: absolute;
top: auto;
left: auto;
bottom: 0px;
right: 0px;
}
#subResizeBtn .iconify {
position: absolute;
top: auto;
left: auto;
bottom: 0px;
right: 0px;
transform: none !important;
}
.loaded .loading-icon {
visibility: hidden;
}
.loader {
animation:spin 1s infinite linear;
border:solid 0.15rem transparent;
border-radius:50%;
border-right-color:#f00;
border-top-color:#fff;
box-sizing:border-box;
height: 90%;
left: 5%;
position: absolute;
top: 5%;
width: 90%;
z-index:1;
}
.loader:before {
animation:spin 3s infinite linear;
border:solid 0.15rem transparent;
border-radius:50%;
border-right-color:#fff;
border-top-color:#6441a5;
box-sizing:border-box;
content:"";
height: 70%;
left:15%;
position:absolute;
top:15%;
width: 70%;
}
.loader:after {
animation:spin 5s infinite linear;
border:solid 0.15rem transparent;
border-radius:50%;
border-right-color: #fff;
border-top-color: limegreen;
box-sizing:border-box;
content:"";
height: 60%;
left: 20%;
position:absolute;
top: 20%;
width: 60%;
}
@keyframes spin {
100% {
transform:rotate(360deg);
}
}
.loading .loaded-icon {
visibility: hidden;
}
.paused .pause-icon {
visibility: hidden;
}
.playing .play-icon {
visibility: hidden;
}
.playing #midScreenControlsContainer {
visibility: hidden;
}
.volume-btn-container {
width: 100%;
height: 100%;
}
.volume-control-block {
position: absolute;
left: 0px;
bottom: 2rem;
width: 100%;
height: 400%;
border-radius: 0.25rem 0.25rem 0 0;
background-image: url(img/pixbg.png);
background-repeat: repeat;
opacity: 0.95;
}
.volume-control-block.hidden {
visibility: hidden;
}
.volume-control-block input {
position: relative;
width: 100%;
top: 25%;
height: 50%;
-webkit-appearance: slider-vertical;
writing-mode: bt-lr;
}
.volume-icon {
visibility: hidden;
}
.muted .vmut-icon {
visibility: visible;
}
.muted .vlow-icon {
visibility: hidden !important;
}
.muted .vhig-icon {
visibility: hidden !important;
}
.vlow .vlow-icon {
visibility: visible;
}
.vhig .vhig-icon {
visibility: visible;
}
.volume-up-btn {
background-color: darkgrey;
position: absolute;
border-radius: 0.25rem;
top: 0.5rem;
left: 0.5rem;
width: 50%;
padding-top: 50%;
}
.volume-dn-btn {
background-color: darkgrey;
position: absolute;
border-radius: 0.25rem;
bottom: 0.5rem;
left: 0.5rem;
width: 50%;
padding-top: 50%;
}
.volume-small-btn-icon {
position: absolute;
text-align: center;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#stats {
position: fixed;
top: 1rem;
left: 1rem;
z-index: 60000;
color: white;
background-color: black;
}
#stats tr {
min-height: 1rem;
}
#stats .iStat {
color: rosybrown;
}
.stats-hidden .stat-line {
display: none;
} | 0.514644 | 0.111048 |
BLOGOS ja jp liquid compact 2014/02
url-prefix(http://blogos.com/article/)
========================================================*/
@-moz-document domain("blogos.com") {
/*--- unwanteds --*/
[class$='_ad'], [class^='ad_'],
dummy#dummy.dummy {display: none !important;}
/*--- generic containers ---*/
div {box-sizing: border-box !important;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td, img
{font-family: inherit !important;}
#lite_view {width: auto !important; padding: 0 !important;}
#common-header .common-header-inner,#header,
#common-nav, #nav,
#wrapper,
#footer .footer-inner
{width: auto !important;}
/*--- header ---*/
#common-header a {font-size: inherit !important; line-height: inherit !important;}
#header_profile a.login {
width: auto !important; height: auto !important;
background-size: 100% auto !important;
margin: 0 !important; padding: 0 0.5em !important;
font-size: inherit !important; line-height: inherit !important;
}
#header {padding: 0 !important;}
#header .logo_box {float: left; width: auto !important;}
#header .logo_box a img {height: 2.5em !important; width: auto !important;}
#common-nav {clear: none !important; padding-left: 0.5em;}
#common-nav li a {font-size: inherit !important; line-height: 2.5em !important;}
#header_social {margin: 0 !important;}
/*--- navigation bar ---*/
#navbox {min-width: auto !important;}
/*--- footer ---*/
#footer {min-width: auto !important;}
/*--- topic 2columns layout ---*/
#wrapper {margin-top: 0.5em !important;}
.column-2cell {width: 100% !important; margin: 0 -220pt 0 0 !important;}
.column-2cell>*
{width: auto !important; margin: 0 220pt 0 0 !important; padding: 0 2pt;}
.column {
width: 220pt !important; margin: 0 !important; border-left: 1px solid; padding-left: 2pt;
}
/*--- containers in main column ---*/
#main-column .blogos_article_title .outline-headbox,
#main-column .blogos_article_title .article-headbox
{margin: 0 !important;}
#main-column .blogos_article_title h1
{font-size: 1.5em !important; font-weight: bold !important;}
/*--- pickup of media ---*/
#pickup-article-main-column-simple .sub-entry,
#pickup-article-main-column .sub-entry
{font-size: medium !important; padding: 0 !important;}
#pickup-article-main-column-simple ul, #pickup-article-main-column ul
{width: 100% !important;}
#pickup-article-main-column-simple ul li, #pickup-article-main-column ul li
{margin: 0 !important;}
#main-column .blogos_article_header .more a, #main-column .binding_article_mainbox .more a, #main-article-ranking .more a,
#pickup-article-main-column ol li.more, .pickup_article_main-column ol li.more
{padding: 0 !important;}
/*--- genre tag box ---*/
#genre-tag-box {margin: 0 !important;}
#genre-tag-box .genre-tag {padding: 0 !important;}
#genre-tag-box .genre-tag h3 {margin: 0 !important;}
#genre-tag-box .genre-tag ul li {margin: 0 !important;}
/*--- new articles ---*/
#new-article ol li a, #article-ranking ol li a,
#main-article-ranking ol li a, #main-column .binding_article_mainbox ul li a,
#tag-list ul li a,
#main-column .discussion-box ol li a, #main-column .comment-box ol li a,
#ranking .ranking-box ol li a
{padding: 0 !important;}
#new-article ol li.last-child, #article-ranking ol li.last-child,
#newest-comment ol li.last-child
{padding: 0 !important;}
/*--- 2016/09/28 Delete redundant margin on article ---*/
.blogos_article p br {display: none !important;}
.blogos_article p {margin-bottom: 0 !important; text-indent: 1em;}
} | data/usercss/103027.user.css | BLOGOS ja jp liquid compact 2014/02
url-prefix(http://blogos.com/article/)
========================================================*/
@-moz-document domain("blogos.com") {
/*--- unwanteds --*/
[class$='_ad'], [class^='ad_'],
dummy#dummy.dummy {display: none !important;}
/*--- generic containers ---*/
div {box-sizing: border-box !important;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td, img
{font-family: inherit !important;}
#lite_view {width: auto !important; padding: 0 !important;}
#common-header .common-header-inner,#header,
#common-nav, #nav,
#wrapper,
#footer .footer-inner
{width: auto !important;}
/*--- header ---*/
#common-header a {font-size: inherit !important; line-height: inherit !important;}
#header_profile a.login {
width: auto !important; height: auto !important;
background-size: 100% auto !important;
margin: 0 !important; padding: 0 0.5em !important;
font-size: inherit !important; line-height: inherit !important;
}
#header {padding: 0 !important;}
#header .logo_box {float: left; width: auto !important;}
#header .logo_box a img {height: 2.5em !important; width: auto !important;}
#common-nav {clear: none !important; padding-left: 0.5em;}
#common-nav li a {font-size: inherit !important; line-height: 2.5em !important;}
#header_social {margin: 0 !important;}
/*--- navigation bar ---*/
#navbox {min-width: auto !important;}
/*--- footer ---*/
#footer {min-width: auto !important;}
/*--- topic 2columns layout ---*/
#wrapper {margin-top: 0.5em !important;}
.column-2cell {width: 100% !important; margin: 0 -220pt 0 0 !important;}
.column-2cell>*
{width: auto !important; margin: 0 220pt 0 0 !important; padding: 0 2pt;}
.column {
width: 220pt !important; margin: 0 !important; border-left: 1px solid; padding-left: 2pt;
}
/*--- containers in main column ---*/
#main-column .blogos_article_title .outline-headbox,
#main-column .blogos_article_title .article-headbox
{margin: 0 !important;}
#main-column .blogos_article_title h1
{font-size: 1.5em !important; font-weight: bold !important;}
/*--- pickup of media ---*/
#pickup-article-main-column-simple .sub-entry,
#pickup-article-main-column .sub-entry
{font-size: medium !important; padding: 0 !important;}
#pickup-article-main-column-simple ul, #pickup-article-main-column ul
{width: 100% !important;}
#pickup-article-main-column-simple ul li, #pickup-article-main-column ul li
{margin: 0 !important;}
#main-column .blogos_article_header .more a, #main-column .binding_article_mainbox .more a, #main-article-ranking .more a,
#pickup-article-main-column ol li.more, .pickup_article_main-column ol li.more
{padding: 0 !important;}
/*--- genre tag box ---*/
#genre-tag-box {margin: 0 !important;}
#genre-tag-box .genre-tag {padding: 0 !important;}
#genre-tag-box .genre-tag h3 {margin: 0 !important;}
#genre-tag-box .genre-tag ul li {margin: 0 !important;}
/*--- new articles ---*/
#new-article ol li a, #article-ranking ol li a,
#main-article-ranking ol li a, #main-column .binding_article_mainbox ul li a,
#tag-list ul li a,
#main-column .discussion-box ol li a, #main-column .comment-box ol li a,
#ranking .ranking-box ol li a
{padding: 0 !important;}
#new-article ol li.last-child, #article-ranking ol li.last-child,
#newest-comment ol li.last-child
{padding: 0 !important;}
/*--- 2016/09/28 Delete redundant margin on article ---*/
.blogos_article p br {display: none !important;}
.blogos_article p {margin-bottom: 0 !important; text-indent: 1em;}
} | 0.220091 | 0.071364 |
Global Starter
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, main, summary,
time, mark, audio, video {
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, audio, canvas, progress, video {
display: block; }
a:active,
a:hover {
outline: 0; }
/* Nice Subs & Sups */
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
display: block;
max-width: 100%;
height: auto; }
a img {
border: none; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
::-moz-selection {
background: #d7d7d7;
color: #000;
text-shadow: none; }
::selection {
background: #d7d7d7;
color: #000;
text-shadow: none; }
/* Contain floats: h5bp.com/q */
.group:before, .story:before, .group:after, .story:after {
content: "";
display: table; }
.group:after, .story:after {
clear: both; }
h1,
h1.af, table th, .mainNav a, p.pitt, .button, .buttonB {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* Hide only visually, but have it available for screenreaders: */
/* Hide visually and from screenreaders, but maintain layout */
/* for image replacement */
/* Hide for both screenreaders and browsers */
.animate-fade {
transition: opacity 0.5s ease-out; }
.animate-fade:hover {
opacity: 0; }
.animate-move > .demo-shape, a, .button, .buttonB {
transition: all 0.5s ease-in-out; }
/* Color Variables */
/* Font Sizes */
/* font familes */
/* Site Specific General Styles */
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
body {
background: #000000;
color: #ffffff;
font-family: "Courier New", Courier, monospace;
font-size: 16px; }
i, em {
font-style: italic; }
p {
line-height: 1.2em;
margin: 0 0 1em; }
ul, dl, ol {
margin: 0 0 1em; }
ul ul,
ol ol {
margin: 1em 0 1.5em;
font-size: .9em; }
li {
line-height: 1.2em;
margin: 0 0 .75em; }
dl dt {
margin: 1.2em 0 1em; }
dl dt:first-child {
margin-top: 0; }
dl dd {
line-height: 1.2em; }
a {
color: white;
border-bottom: 1px solid white;
text-decoration: none; }
a:hover, a:active, a:focus {
border-bottom: 1px solid transparent; }
h1,
h1.af {
font-family: "proxima-nova",sans-serif;
font-size: 72px;
text-transform: uppercase;
text-align: center;
line-height: .85em;
margin: 0;
padding: 0; }
@media screen and (min-width: 550px) {
h1,
h1.af {
font-size: 102px; } }
h2 {
font-family: "Courier New", Courier, monospace;
font-size: 27px;
font-weight: normal;
text-transform: uppercase;
margin-top: .5em; }
h3 {
font-family: "Courier New", Courier, monospace;
font-size: 21px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
h4 {
font-family: "Courier New", Courier, monospace;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
h5 {
font-family: "Courier New", Courier, monospace;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
h6 {
font-family: "Courier New", Courier, monospace;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
blockquote {
border-left: 5px solid white;
padding: 10px 20px 5px; }
table {
border-collapse: collapse;
border-spacing: 0; }
table th {
padding: 5px 10px;
vertical-align: top;
text-align: center;
font-weight: normal;
font-family: "proxima-nova", sans-serif;
text-transform: uppercase;
font-size: 13px; }
table td {
padding: 5px 10px;
font-size: 13px;
text-align: center; }
.font-secondary {
font-family: "proxima-nova", sans-serif; }
/* Custom CSS */
/* Pull in what's needed, create stuff */
.wrap {
margin: 0 auto;
width: 100%;
max-width: 1200px; }
.oneUp .block {
width: 100%; }
.twoUp .block {
width: 50%;
float: left; }
.threeUp .block {
width: 33%;
float: left; }
.fourUp .block {
width: 25%;
float: left; }
.afHeader {
margin: 40px 0; }
.afHeader h1 {
margin: 0 0 30px; }
.headIntro {
text-align: center;
font-weight: 400;
text-transform: uppercase;
font-size: 21px;
margin: 0 0 30px; }
.mainNav ul {
margin: 0;
padding: 0;
list-style-type: none; }
.mainNav li {
display: block;
background: white; }
.mainNav a {
text-decoration: none;
border: none;
display: block;
font-family: "proxima-nova", sans-serif;
text-transform: uppercase;
padding: 10px;
font-size: 16px;
line-height: 16px;
text-align: center;
background: none;
color: black; }
@media screen and (min-width: 680px) {
.mainNav ul {
text-align: center; }
.mainNav li {
display: inline-block; }
.mainNav a {
padding: 10px 20px; } }
.story {
margin: 20px auto;
padding: 0 0 20px;
max-width: 620px;
border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 680px) {
.story {
max-width: none; } }
.story .storyImg {
margin: 0 auto;
max-width: 500px; }
@media screen and (min-width: 680px) {
.story .storyImg {
max-width: none;
float: right;
width: 35%; } }
@media screen and (min-width: 680px) {
.story .storyContent {
float: left;
width: 65%;
padding: 0 30px 0 0; } }
.afFooter {
text-align: center; }
p.email {
margin-bottom: 45px; }
p.email a {
font-family: "Courier New", Courier, monospace;
color: #ffffff;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
padding: 0;
border: none; }
p.pitt {
font-family: "proxima-nova",sans-serif;
text-transform: uppercase;
font-size: 12px; }
form ul {
list-style-type: none;
padding-left: 0;
margin-left: 0; }
form ul li {
padding-left: 0;
margin-left: 0; }
.input-text, textarea, select, .button, .buttonB {
opacity: 1;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
border: none; }
fieldset {
display: block; }
fieldset label {
display: block;
font-size: 15px;
margin-bottom: 5px; }
.input-text {
font-size: 14px;
padding: 0 5px;
height: 30px;
margin: 0 0 10px;
font-family: "Courier New", Courier, monospace; }
.input-text.error {
border: 1px solid red; }
textarea {
font-size: 14px;
padding: 10px;
margin: 0 0 10px;
font-family: "Courier New", Courier, monospace; }
abbr[title="Required"] {
color: red; }
select {
font-size: 14px;
padding: 0 20px 0 5px;
height: 30px;
margin: 0 0 10px;
font-family: "Courier New", Courier, monospace;
background: white url(../../../assets/chevron-down.svg) right 5px center no-repeat;
background-size: 20px; }
.button {
font-size: 14px;
font-family: "proxima-nova", sans-serif;
color: black;
background: white;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
cursor: pointer;
margin: 0;
padding: 10px 20px; }
.button:hover, .button:focus {
background: grey;
color: #ffffff; }
.buttonB {
font-size: 12px;
font-family: "proxima-nova", sans-serif;
color: black;
background: white;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
cursor: pointer;
margin: 0;
padding: 5px 10px; }
.buttonB:hover, .buttonB:focus {
background: grey;
color: #ffffff; }
.subForm form {
display: block;
width: 300px;
margin: 35px auto; }
.subForm input[type="email"],
.subForm button {
opacity: 1;
border: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none; }
.subForm input[type="email"] {
width: 150px;
font-size: 14px;
padding: 0 5px;
height: 30px;
margin: 0 10px 0 0;
float: left;
font-family: "Courier New", Courier, monospace; }
.subForm button {
font-size: 14px;
height: 30px;
font-family: "proxima-nova",sans-serif;
background: #ffffff;
text-transform: uppercase;
width: 120px;
margin: 0;
display: inline-block;
float: right;
transition: all 0.5s ease;
cursor: pointer; }
.subForm button:hover {
background: grey;
color: #ffffff; }
/*# sourceMappingURL=screen-pre.css.map */ | source/a/pre-css/screen-pre.css | Global Starter
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, main, summary,
time, mark, audio, video {
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, audio, canvas, progress, video {
display: block; }
a:active,
a:hover {
outline: 0; }
/* Nice Subs & Sups */
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
display: block;
max-width: 100%;
height: auto; }
a img {
border: none; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
::-moz-selection {
background: #d7d7d7;
color: #000;
text-shadow: none; }
::selection {
background: #d7d7d7;
color: #000;
text-shadow: none; }
/* Contain floats: h5bp.com/q */
.group:before, .story:before, .group:after, .story:after {
content: "";
display: table; }
.group:after, .story:after {
clear: both; }
h1,
h1.af, table th, .mainNav a, p.pitt, .button, .buttonB {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* Hide only visually, but have it available for screenreaders: */
/* Hide visually and from screenreaders, but maintain layout */
/* for image replacement */
/* Hide for both screenreaders and browsers */
.animate-fade {
transition: opacity 0.5s ease-out; }
.animate-fade:hover {
opacity: 0; }
.animate-move > .demo-shape, a, .button, .buttonB {
transition: all 0.5s ease-in-out; }
/* Color Variables */
/* Font Sizes */
/* font familes */
/* Site Specific General Styles */
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
body {
background: #000000;
color: #ffffff;
font-family: "Courier New", Courier, monospace;
font-size: 16px; }
i, em {
font-style: italic; }
p {
line-height: 1.2em;
margin: 0 0 1em; }
ul, dl, ol {
margin: 0 0 1em; }
ul ul,
ol ol {
margin: 1em 0 1.5em;
font-size: .9em; }
li {
line-height: 1.2em;
margin: 0 0 .75em; }
dl dt {
margin: 1.2em 0 1em; }
dl dt:first-child {
margin-top: 0; }
dl dd {
line-height: 1.2em; }
a {
color: white;
border-bottom: 1px solid white;
text-decoration: none; }
a:hover, a:active, a:focus {
border-bottom: 1px solid transparent; }
h1,
h1.af {
font-family: "proxima-nova",sans-serif;
font-size: 72px;
text-transform: uppercase;
text-align: center;
line-height: .85em;
margin: 0;
padding: 0; }
@media screen and (min-width: 550px) {
h1,
h1.af {
font-size: 102px; } }
h2 {
font-family: "Courier New", Courier, monospace;
font-size: 27px;
font-weight: normal;
text-transform: uppercase;
margin-top: .5em; }
h3 {
font-family: "Courier New", Courier, monospace;
font-size: 21px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
h4 {
font-family: "Courier New", Courier, monospace;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
h5 {
font-family: "Courier New", Courier, monospace;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
h6 {
font-family: "Courier New", Courier, monospace;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
margin-top: 0; }
blockquote {
border-left: 5px solid white;
padding: 10px 20px 5px; }
table {
border-collapse: collapse;
border-spacing: 0; }
table th {
padding: 5px 10px;
vertical-align: top;
text-align: center;
font-weight: normal;
font-family: "proxima-nova", sans-serif;
text-transform: uppercase;
font-size: 13px; }
table td {
padding: 5px 10px;
font-size: 13px;
text-align: center; }
.font-secondary {
font-family: "proxima-nova", sans-serif; }
/* Custom CSS */
/* Pull in what's needed, create stuff */
.wrap {
margin: 0 auto;
width: 100%;
max-width: 1200px; }
.oneUp .block {
width: 100%; }
.twoUp .block {
width: 50%;
float: left; }
.threeUp .block {
width: 33%;
float: left; }
.fourUp .block {
width: 25%;
float: left; }
.afHeader {
margin: 40px 0; }
.afHeader h1 {
margin: 0 0 30px; }
.headIntro {
text-align: center;
font-weight: 400;
text-transform: uppercase;
font-size: 21px;
margin: 0 0 30px; }
.mainNav ul {
margin: 0;
padding: 0;
list-style-type: none; }
.mainNav li {
display: block;
background: white; }
.mainNav a {
text-decoration: none;
border: none;
display: block;
font-family: "proxima-nova", sans-serif;
text-transform: uppercase;
padding: 10px;
font-size: 16px;
line-height: 16px;
text-align: center;
background: none;
color: black; }
@media screen and (min-width: 680px) {
.mainNav ul {
text-align: center; }
.mainNav li {
display: inline-block; }
.mainNav a {
padding: 10px 20px; } }
.story {
margin: 20px auto;
padding: 0 0 20px;
max-width: 620px;
border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 680px) {
.story {
max-width: none; } }
.story .storyImg {
margin: 0 auto;
max-width: 500px; }
@media screen and (min-width: 680px) {
.story .storyImg {
max-width: none;
float: right;
width: 35%; } }
@media screen and (min-width: 680px) {
.story .storyContent {
float: left;
width: 65%;
padding: 0 30px 0 0; } }
.afFooter {
text-align: center; }
p.email {
margin-bottom: 45px; }
p.email a {
font-family: "Courier New", Courier, monospace;
color: #ffffff;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
padding: 0;
border: none; }
p.pitt {
font-family: "proxima-nova",sans-serif;
text-transform: uppercase;
font-size: 12px; }
form ul {
list-style-type: none;
padding-left: 0;
margin-left: 0; }
form ul li {
padding-left: 0;
margin-left: 0; }
.input-text, textarea, select, .button, .buttonB {
opacity: 1;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
border: none; }
fieldset {
display: block; }
fieldset label {
display: block;
font-size: 15px;
margin-bottom: 5px; }
.input-text {
font-size: 14px;
padding: 0 5px;
height: 30px;
margin: 0 0 10px;
font-family: "Courier New", Courier, monospace; }
.input-text.error {
border: 1px solid red; }
textarea {
font-size: 14px;
padding: 10px;
margin: 0 0 10px;
font-family: "Courier New", Courier, monospace; }
abbr[title="Required"] {
color: red; }
select {
font-size: 14px;
padding: 0 20px 0 5px;
height: 30px;
margin: 0 0 10px;
font-family: "Courier New", Courier, monospace;
background: white url(../../../assets/chevron-down.svg) right 5px center no-repeat;
background-size: 20px; }
.button {
font-size: 14px;
font-family: "proxima-nova", sans-serif;
color: black;
background: white;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
cursor: pointer;
margin: 0;
padding: 10px 20px; }
.button:hover, .button:focus {
background: grey;
color: #ffffff; }
.buttonB {
font-size: 12px;
font-family: "proxima-nova", sans-serif;
color: black;
background: white;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
cursor: pointer;
margin: 0;
padding: 5px 10px; }
.buttonB:hover, .buttonB:focus {
background: grey;
color: #ffffff; }
.subForm form {
display: block;
width: 300px;
margin: 35px auto; }
.subForm input[type="email"],
.subForm button {
opacity: 1;
border: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none; }
.subForm input[type="email"] {
width: 150px;
font-size: 14px;
padding: 0 5px;
height: 30px;
margin: 0 10px 0 0;
float: left;
font-family: "Courier New", Courier, monospace; }
.subForm button {
font-size: 14px;
height: 30px;
font-family: "proxima-nova",sans-serif;
background: #ffffff;
text-transform: uppercase;
width: 120px;
margin: 0;
display: inline-block;
float: right;
transition: all 0.5s ease;
cursor: pointer; }
.subForm button:hover {
background: grey;
color: #ffffff; }
/*# sourceMappingURL=screen-pre.css.map */ | 0.430866 | 0.065815 |
@charset "UTF-8";
/*
* NOTES:
* 1) These styles are specific to the myLT instance of Pattern Lab and should not be modified.
* All project styles should be modified in /source/css/
*
* 2) Any !important declarations are to prevent brand styles from overriding
* style guide styles
*/
/*
* PATTERN LAB VARIABLES
* Fonts.......................
* Colors......................
* Typography..................
* Spacing & Padding...........
* Breakpoints.................
* Animation...................
* Borders.....................
*
* RESET.......................CSS reset
*
* UTILITY CLASSES.............Establish global styles
*
* GLOBAL ELEMENTS.............Establish global styles
* -----Main
* -----Headings
* -----Text-related elements (p, blockquote, lists)
* -----Defaults
* -----Breakpoints
* STYLE GUIDE INTERFACE------------------CSS for the Pattern Lab Container.
* -----Header
* -----Navigation
* -----Controls
* -----Main Container
* -----Viewport
* -----Section Headers
* -----Code View
*/
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.is-vishidden {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
}
#patternlab-html,
#patternlab-body {
background: #999;
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
}
.sg-header {
background-color: #0078aa;
color: #fff;
font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
font-size: 0.813rem;
height: 2.5rem;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 4;
}
.sg-header ul {
padding: 0;
margin: 0;
list-style: none;
}
.sg-header a {
color: #fff;
font-size: 0.813rem;
font-weight: bold;
line-height: 1;
padding: 1em 0.7em;
text-decoration: none;
-webkit-transition: color 0.2s linear, background 0.2s linear;
transition: color 0.2s linear, background 0.2s linear;
}
.sg-header a:focus, .sg-header a:hover, .sg-header a.active {
background-color: #005b81;
color: #fff;
}
.sg-header .sg-nav-home {
padding: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -42%);
-ms-transform: translate(-50%, -42%);
transform: translate(-50%, -42%);
}
@media all and (min-width: 42em) {
.sg-header .sg-nav-home {
display: inline-block;
padding: 2px 0 0 8px;
position: relative;
top: auto;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
vertical-align: middle;
}
}
.sg-header .sg-nav-home:focus, .sg-header .sg-nav-home:hover, .sg-header .sg-nav-home.active {
background-color: transparent;
}
.sg-nav-toggle {
display: inline-block;
position: relative;
z-index: 2;
}
@media all and (min-width: 42em) {
.sg-nav-toggle {
display: none;
}
}
@media all and (max-width: 42em) {
.sg-nav-container {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.1s ease-out;
transition: max-height 0.1s ease-out;
}
.sg-nav-container.active {
max-height: 50em;
}
}
@media all and (min-width: 42em) {
.sg-nav-container {
display: inline-block;
vertical-align: middle;
}
}
.sg-nav {
list-style: none;
margin: 0;
padding: 0;
z-index: 1;
}
.sg-nav > li {
cursor: pointer;
}
@media all and (min-width: 42em) {
.sg-nav > li {
border-bottom: 0;
float: left;
position: relative;
}
.sg-nav > li > ol {
position: absolute;
top: 3em;
left: 0;
}
}
.sg-nav a {
background-color: #005b81;
display: block;
-webkit-transition: none;
transition: none;
}
@media all and (min-width: 42em) {
.sg-nav a {
background-color: transparent;
}
}
.sg-acc-handle::after {
content: url("../images/nav-arrow.svg");
color: rgba(255, 255, 255, 0.25);
display: inline-block;
position: relative;
top: -1px;
right: -3px;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
@media all and (min-width: 42em) {
.sg-acc-handle::after {
float: none;
}
}
.sg-acc-handle:focus:after, .sg-acc-handle:hover:after {
color: #fff;
}
.sg-acc-handle.active {
background: #005b81;
color: #fff;
}
.sg-acc-handle.active:after {
color: #fff;
top: 1px;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.sg-acc-panel {
list-style: none;
margin: 0;
max-height: 0;
min-width: 14em;
overflow: hidden;
padding: 0;
-webkit-transition: max-height 0.1s ease-out;
transition: max-height 0.1s ease-out;
}
.sg-acc-panel li {
background: #005b81;
}
.sg-acc-panel li:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.sg-acc-panel li:last-child a {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.sg-acc-panel a {
display: block;
font-weight: normal;
}
.sg-acc-panel a:focus, .sg-acc-panel a:hover {
background-color: #004d6d;
}
.sg-acc-panel a.sg-acc-handle.active {
background-color: #004d6d;
}
.sg-acc-panel.active {
max-height: 120em;
overflow: auto;
}
.sg-acc-panel.sg-right {
position: absolute;
left: auto;
right: 0;
}
.sg-sub-nav {
list-style: none;
}
.sg-sub-nav a {
text-transform: none;
padding-left: 1rem;
}
.sg-sub-nav a:focus, .sg-sub-nav a:hover {
background-color: #004d6d;
}
.sg-controls {
border: 0;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
.sg-control > li {
float: left;
}
.sg-size {
width: auto;
}
.sg-current-size {
color: #fff;
font-size: 0.813rem;
padding: 0.85em 0.7em;
}
@media all and (min-width: 53em) {
.sg-current-size {
float: left;
}
}
#sg-form {
margin: 0;
border: 0;
padding: 0;
}
.sg-input {
background: #005b81;
border: 0;
border-radius: 3px;
color: #fff;
margin: -2px 0 0 0;
padding: 4px;
text-align: right;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
width: 36px;
}
.sg-input:focus, .sg-input:hover {
background: #003e58;
color: #fff;
}
.sg-input:active {
background: #003e58;
color: #fff;
outline: 0;
}
.sg-size-options {
display: none;
}
.sg-size-options a {
display: block;
}
@media all and (min-width: 53em) {
.sg-size-options {
display: block;
float: left;
position: static;
}
.sg-size-options > li {
float: left;
}
}
.sg-tools-toggle {
background-color: #0078aa;
border: 0;
color: #fff;
cursor: pointer;
height: 40px;
padding: 0 8px;
text-decoration: none;
}
.sg-tools-toggle::after {
content: "";
display: none;
}
.sg-find {
position: relative;
}
.twitter-typeahead {
width: 100%;
}
.typeahead {
background-color: #003e58;
border: 0;
color: #fff;
height: 100%;
padding: 0.8em;
right: 0;
text-transform: lowercase;
width: 100%;
}
.typeahead:focus {
color: #fff;
}
.tt-input {
background-color: #005b81;
color: #fff;
font-size: 0.813rem;
text-transform: capitalize;
}
.tt-input:focus {
text-transform: lowercase;
}
.tt-hint {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.tt-dropdown-menu {
background-color: #005b81;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
text-transform: lowercase;
width: 100%;
}
.tt-suggestion {
color: #fff;
padding: 0.8em;
}
.tt-suggestion.tt-cursor {
background-color: #0078aa;
color: #fff;
}
.tt-suggestion p {
margin: 0;
}
.sg-pattern-state {
text-transform: none !important;
}
.sg-pattern-state::before {
content: "\2022";
display: inline-block;
font-size: 18px;
margin-right: 4px;
text-decoration: none;
vertical-align: bottom;
}
.sg-pattern-lineage .sg-pattern-state::before {
font-size: 12px;
}
#sg-patterns .sg-pattern-state::before {
font-size: 14px;
}
#sg-patterns .sg-pattern-state {
color: #666;
}
.sg-nav .sg-pattern-state::before {
display: block;
float: left;
height: 20px;
margin-top: -4px;
margin-bottom: 0;
margin-left: -4px;
}
.inprogress::before {
color: #FF4136 !important;
}
.inreview::before {
color: #FFCC00 !important;
}
.complete::before {
color: #2ECC40 !important;
}
#sg-vp-wrap {
position: fixed;
top: 2.5rem;
right: 0;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
z-index: 0;
}
#sg-cover {
cursor: col-resize;
display: none;
height: 100%;
position: absolute;
width: 100%;
z-index: 20;
}
#sg-gen-container {
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
height: 100%;
text-align: center;
margin: 0 auto;
overflow-y: auto;
overflow-x: hidden;
position: relative;
-webkit-overflow-scrolling: touch;
}
#sg-gen-container.hay-mode {
-webkit-transition: all 40s linear;
transition: all 40s linear;
}
#sg-viewport {
background-color: #fff;
border: 0;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
}
#sg-viewport.hay-mode {
-webkit-transition: all 40s linear;
transition: all 40s linear;
}
#sg-rightpull-container {
cursor: col-resize;
float: right;
height: 100%;
margin: 0;
width: 14px;
}
#sg-rightpull {
background-color: #c2c2c2;
height: 100%;
margin: 0;
-webkit-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;
width: 100%;
}
#sg-rightpull:hover {
background-color: #ccc;
}
#sg-rightpull:active {
background-color: #333;
cursor: col-resize;
}
.vp-animate {
-webkit-transition: width 0.8s ease-out;
transition: width 0.8s ease-out;
}
.sg-pattern {
clear: both;
margin-bottom: 2em;
position: relative;
}
.sg-pattern-head {
color: #808080;
font-size: 90%;
line-height: 1.3;
padding: 0.5rem 0 0;
position: relative;
}
.sg-pattern-head:empty {
padding: 0;
}
.sg-pattern-category-title,
.sg-pattern-title {
font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
font-size: 0.85rem !important;
font-weight: 600 !important;
line-height: 1 !important;
margin: 0 !important;
padding-bottom: 0.5rem !important;
text-transform: capitalize !important;
}
.sg-pattern-category-title a,
.sg-pattern-title a {
color: #444 !important;
cursor: pointer;
display: inline-block;
font-weight: bold;
padding: 1em 0 0.3rem;
text-decoration: none;
}
.sg-pattern-category-title a:focus, .sg-pattern-category-title a:hover,
.sg-pattern-title a:focus,
.sg-pattern-title a:hover {
color: #004d77 !important;
}
.sg-pattern-category-title .sg-pattern-state,
.sg-pattern-title .sg-pattern-state {
color: #ccc;
font-size: 80%;
font-weight: normal;
}
.sg-pattern-extra-toggle {
border: 1px solid #e8e8e8;
color: #0078aa;
font-size: 9px;
font-weight: normal;
line-height: 1;
padding: 0.65em;
position: absolute;
right: 0;
bottom: -1px;
-webkit-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;
z-index: 1;
}
.sg-pattern-extra-toggle span {
display: inline-block;
}
.sg-pattern-extra-toggle:hover, .sg-pattern-extra-toggle:focus, .sg-pattern-extra-toggle.active {
background-color: #f5f5f5;
color: #000;
}
.sg-pattern-extra-toggle.active {
border-bottom-color: #f5f5f5;
}
.sg-pattern-extra-toggle.active span {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sg-pattern-extra {
background-color: #333;
border-top: 1px solid #e8e8e8;
margin-bottom: 1em;
max-height: 1px;
overflow: hidden;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.sg-pattern-extra a {
color: #00cbed;
}
.sg-pattern-extra a:focus, .sg-pattern-extra a:hover {
text-decoration: underline;
}
.sg-pattern-extra.active {
border: 1px solid #333;
border-radius: 6px;
border-top-right-radius: 0;
max-height: 50em;
}
@media all and (min-width: 42em) {
.sg-pattern-extra-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
}
.sg-pattern-extra-info {
color: #fff;
line-height: 1.4;
overflow: auto;
padding: 0.5rem 0.5rem 0;
-webkit-overflow-scrolling: touch;
}
.sg-pattern-extra-info:empty {
padding: 0;
}
@media all and (min-width: 42em) {
.sg-pattern-extra-info {
padding: 1em;
width: 40%;
}
}
.sg-pattern-desc {
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.sg-pattern-desc h1, .sg-pattern-desc h2, .sg-pattern-desc h3, .sg-pattern-desc h4, .sg-pattern-desc h5, .sg-pattern-desc h6, .sg-pattern-desc a {
color: #00cbed;
}
.sg-pattern-desc h5 {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 0;
}
.sg-pattern-desc a {
text-decoration: none;
}
.sg-pattern-desc a:focus, .sg-pattern-desc a:hover {
color: #00cbed;
text-decoration: underline;
}
.sg-pattern-desc p {
margin-top: 0;
}
.sg-pattern-desc p:last-child {
margin: 0;
}
.sg-pattern-desc table {
border-collapse: collapse;
font-size: 0.875rem;
margin-bottom: 1.5rem;
}
.sg-pattern-desc table th,
.sg-pattern-desc table td {
border: 1px solid #555;
padding: 0.5rem;
text-align: left;
vertical-align: top;
}
.sg-pattern-lineage {
font-size: 90%;
font-style: italic;
}
.sg-pattern-desc pre,
.sg-pattern-extra-code pre {
background-color: #f5f5f5;
border-radius: 3px !important;
color: #444;
display: block;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
font-size: 90%;
line-height: 1.5 !important;
margin: 0 0 1.5rem 0 !important;
margin-bottom: 1.5rem;
overflow: scroll !important;
padding: 1rem !important;
-webkit-overflow-scrolling: touch;
}
.sg-pattern-desc code,
.sg-pattern-extra-code code {
background-color: #f5f5f5;
border-radius: 3px;
color: #aa3a3f;
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
font-size: 90%;
padding: 0.2rem 0.4rem;
-moz-tab-size: 2 !important;
-o-tab-size: 2 !important;
tab-size: 2 !important;
}
.sg-pattern-extra-code {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0.5rem;
}
@media all and (min-width: 42em) {
.sg-pattern-extra-code {
padding: 1em;
width: 60%;
}
}
.sg-pattern-extra-code pre {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sg-pattern-category {
font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
margin-top: 6rem;
}
.sg-pattern-category:first-of-type {
margin-top: 2rem;
}
.sg-pattern-category-title {
color: #333 !important;
font-size: 1.4rem !important;
margin: 0 0 0.2rem;
text-transform: capitalize;
}
.sg-pattern-category-title a {
-webkit-transition: color 0.1s ease-out;
transition: color 0.1s ease-out;
}
.sg-pattern-category-body {
font-size: 80%;
line-height: 1.3;
}
.sg-pattern-category-body:empty {
display: none;
}
.sg-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
width: 100%;
}
.sg-tabs-list {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
bottom: -1px;
}
.sg-tabs-list li {
float: left;
margin-right: 3px;
}
.sg-tabs-list a {
background-color: #333;
border: none;
color: #999;
display: block;
font-size: 90%;
font-weight: bold;
line-height: 1;
padding: 1rem 1.5rem;
text-decoration: none;
text-transform: capitalize;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.sg-tabs-list a:focus, .sg-tabs-list a:hover {
color: #fff;
}
.sg-tab-title-active a {
background-color: #333;
-webkit-box-shadow: inset 0 -6px 0 #00cbed;
box-shadow: inset 0 -6px 0 #00cbed;
color: #fff;
}
.sg-tab-title-active a:focus, .sg-tab-title-active a:hover {
color: #fff;
}
.sg-tabs-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.sg-tabs-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 12em;
position: relative;
}
@media all and (min-width: 42em) {
.sg-tabs-panel {
min-height: 7em;
}
}
.sg-modal {
background-color: #333;
color: #e8e8e8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
height: 50%;
line-height: 1.5;
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
}
.sg-modal.anim-ready {
-webkit-transition: bottom 0.3s ease-out;
transition: bottom 0.3s ease-out;
}
.sg-modal .sg-pattern-breadcrumb {
color: #999;
font-size: 0.813rem;
margin-bottom: 0.5rem;
text-transform: capitalize;
}
.sg-modal .sg-pattern-head {
margin-bottom: 0.5rem;
}
.sg-modal .sg-pattern-title {
color: #00cbed;
font-size: 1.4rem !important;
text-transform: capitalize;
}
.sg-modal .sg-pattern-extra {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-height: none;
padding: 0;
}
.sg-modal .sg-pattern-extra.active {
max-height: none;
}
.sg-modal .sg-pattern-extra-info a {
color: #00cbed;
}
.sg-modal .sg-pattern-extra-info a:focus, .sg-modal .sg-pattern-extra-info a:hover {
text-decoration: underline;
}
.sg-modal .sg-tabs-content {
border: 0;
}
.sg-modal-close-btn {
background-color: #000;
border: 0;
color: #999;
cursor: pointer;
display: inline-block;
font-size: 70%;
height: 24px;
padding: 6px;
position: absolute;
top: 24px;
right: 0;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
width: 24px;
}
.sg-modal.active .sg-modal-close-btn {
top: -24px;
}
.sg-modal-close-btn:focus, .sg-modal-close-btn:hover {
background-color: #333;
color: #fff;
}
.sg-modal-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
}
.sg-modal-content-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.has-annotation {
-webkit-box-shadow: 0 0 10px #808080;
box-shadow: 0 0 10px #808080;
cursor: help !important;
}
.has-annotation a,
.has-annotation input {
cursor: help !important;
}
.has-annotation:hover {
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}
.has-annotation.active {
-webkit-box-shadow: inset 0 0 20px #808080;
box-shadow: inset 0 0 20px #808080;
}
.annotation-tip {
background-color: #444 !important;
border-radius: 13px !important;
color: #fff !important;
display: block;
font-size: 16px !important;
font-weight: bold !important;
height: 25px !important;
margin-top: -10px !important;
margin-left: -10px !important;
position: absolute;
text-align: center !important;
width: 25px !important;
z-index: 100;
}
.sg-annotations {
border-top: 1px solid #e8e8e8;
margin: 1rem 0;
padding-top: 0.5rem;
}
.sg-annotations-title {
font-size: 1rem !important;
margin: 0 0 0.5rem;
}
.sg-annotations-list {
counter-reset: the-count;
list-style: none;
margin: 0;
padding: 0;
}
.sg-annotations-list > li {
border-radius: 6px;
margin-bottom: 1rem;
padding-left: 1.5rem;
position: relative;
-webkit-transition: background 0.1s ease;
transition: background 0.1s ease;
}
.sg-annotations-list > li::before {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ccc;
border-radius: 50%;
color: #333;
content: counter(the-count);
counter-increment: the-count;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 85%;
height: 14px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 2px;
position: absolute;
top: 1px;
left: 0;
text-align: center;
width: 14px;
}
.sg-annotations-list > li.active {
background-color: rgba(255, 255, 255, 0.15);
}
.sg-annotations-list-title {
display: inline;
font-size: 100%;
}
.sg-annotations-list-title::after {
content: "—";
}
#sg-comments-container {
margin: 0 auto;
max-width: 60em;
}
.sg-comment-container {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
margin-bottom: 1em;
padding-bottom: 2em;
}
.sg-comment-container p:last-child {
margin-bottom: 0;
}
.sg-comment-container h2 {
margin-bottom: 0.25em;
}
.sg-btn-copy-code {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
color: #0078aa;
font-size: 0.75rem;
font-weight: bold;
padding: 0.25rem;
position: absolute;
top: 4px;
right: 4px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.sg-btn-copy-code:focus {
outline: none;
}
.sg-btn-copy-code:focus, .sg-btn-copy-code:hover {
background-color: #f5f5f5;
border-color: #999;
color: #005b81;
}
.sg-btn-copy-code:active {
top: 5px;
}
.sg-btn-copy-code::after {
background-color: #000;
border-radius: 3px;
color: #fff;
content: 'Copied!';
display: block;
opacity: 0;
padding: 0.5rem 0;
position: absolute;
top: 120%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
width: 100%;
}
.sg-btn-copy-code.copied::after {
opacity: 1;
}
.sg-btn-copy-code img {
display: inline-block;
position: relative;
top: -1px;
vertical-align: middle;
} | dist/styleguide/css/styleguide.css | @charset "UTF-8";
/*
* NOTES:
* 1) These styles are specific to the myLT instance of Pattern Lab and should not be modified.
* All project styles should be modified in /source/css/
*
* 2) Any !important declarations are to prevent brand styles from overriding
* style guide styles
*/
/*
* PATTERN LAB VARIABLES
* Fonts.......................
* Colors......................
* Typography..................
* Spacing & Padding...........
* Breakpoints.................
* Animation...................
* Borders.....................
*
* RESET.......................CSS reset
*
* UTILITY CLASSES.............Establish global styles
*
* GLOBAL ELEMENTS.............Establish global styles
* -----Main
* -----Headings
* -----Text-related elements (p, blockquote, lists)
* -----Defaults
* -----Breakpoints
* STYLE GUIDE INTERFACE------------------CSS for the Pattern Lab Container.
* -----Header
* -----Navigation
* -----Controls
* -----Main Container
* -----Viewport
* -----Section Headers
* -----Code View
*/
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.is-vishidden {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
}
#patternlab-html,
#patternlab-body {
background: #999;
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
}
.sg-header {
background-color: #0078aa;
color: #fff;
font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
font-size: 0.813rem;
height: 2.5rem;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 4;
}
.sg-header ul {
padding: 0;
margin: 0;
list-style: none;
}
.sg-header a {
color: #fff;
font-size: 0.813rem;
font-weight: bold;
line-height: 1;
padding: 1em 0.7em;
text-decoration: none;
-webkit-transition: color 0.2s linear, background 0.2s linear;
transition: color 0.2s linear, background 0.2s linear;
}
.sg-header a:focus, .sg-header a:hover, .sg-header a.active {
background-color: #005b81;
color: #fff;
}
.sg-header .sg-nav-home {
padding: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -42%);
-ms-transform: translate(-50%, -42%);
transform: translate(-50%, -42%);
}
@media all and (min-width: 42em) {
.sg-header .sg-nav-home {
display: inline-block;
padding: 2px 0 0 8px;
position: relative;
top: auto;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
vertical-align: middle;
}
}
.sg-header .sg-nav-home:focus, .sg-header .sg-nav-home:hover, .sg-header .sg-nav-home.active {
background-color: transparent;
}
.sg-nav-toggle {
display: inline-block;
position: relative;
z-index: 2;
}
@media all and (min-width: 42em) {
.sg-nav-toggle {
display: none;
}
}
@media all and (max-width: 42em) {
.sg-nav-container {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.1s ease-out;
transition: max-height 0.1s ease-out;
}
.sg-nav-container.active {
max-height: 50em;
}
}
@media all and (min-width: 42em) {
.sg-nav-container {
display: inline-block;
vertical-align: middle;
}
}
.sg-nav {
list-style: none;
margin: 0;
padding: 0;
z-index: 1;
}
.sg-nav > li {
cursor: pointer;
}
@media all and (min-width: 42em) {
.sg-nav > li {
border-bottom: 0;
float: left;
position: relative;
}
.sg-nav > li > ol {
position: absolute;
top: 3em;
left: 0;
}
}
.sg-nav a {
background-color: #005b81;
display: block;
-webkit-transition: none;
transition: none;
}
@media all and (min-width: 42em) {
.sg-nav a {
background-color: transparent;
}
}
.sg-acc-handle::after {
content: url("../images/nav-arrow.svg");
color: rgba(255, 255, 255, 0.25);
display: inline-block;
position: relative;
top: -1px;
right: -3px;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
@media all and (min-width: 42em) {
.sg-acc-handle::after {
float: none;
}
}
.sg-acc-handle:focus:after, .sg-acc-handle:hover:after {
color: #fff;
}
.sg-acc-handle.active {
background: #005b81;
color: #fff;
}
.sg-acc-handle.active:after {
color: #fff;
top: 1px;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.sg-acc-panel {
list-style: none;
margin: 0;
max-height: 0;
min-width: 14em;
overflow: hidden;
padding: 0;
-webkit-transition: max-height 0.1s ease-out;
transition: max-height 0.1s ease-out;
}
.sg-acc-panel li {
background: #005b81;
}
.sg-acc-panel li:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.sg-acc-panel li:last-child a {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.sg-acc-panel a {
display: block;
font-weight: normal;
}
.sg-acc-panel a:focus, .sg-acc-panel a:hover {
background-color: #004d6d;
}
.sg-acc-panel a.sg-acc-handle.active {
background-color: #004d6d;
}
.sg-acc-panel.active {
max-height: 120em;
overflow: auto;
}
.sg-acc-panel.sg-right {
position: absolute;
left: auto;
right: 0;
}
.sg-sub-nav {
list-style: none;
}
.sg-sub-nav a {
text-transform: none;
padding-left: 1rem;
}
.sg-sub-nav a:focus, .sg-sub-nav a:hover {
background-color: #004d6d;
}
.sg-controls {
border: 0;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
.sg-control > li {
float: left;
}
.sg-size {
width: auto;
}
.sg-current-size {
color: #fff;
font-size: 0.813rem;
padding: 0.85em 0.7em;
}
@media all and (min-width: 53em) {
.sg-current-size {
float: left;
}
}
#sg-form {
margin: 0;
border: 0;
padding: 0;
}
.sg-input {
background: #005b81;
border: 0;
border-radius: 3px;
color: #fff;
margin: -2px 0 0 0;
padding: 4px;
text-align: right;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
width: 36px;
}
.sg-input:focus, .sg-input:hover {
background: #003e58;
color: #fff;
}
.sg-input:active {
background: #003e58;
color: #fff;
outline: 0;
}
.sg-size-options {
display: none;
}
.sg-size-options a {
display: block;
}
@media all and (min-width: 53em) {
.sg-size-options {
display: block;
float: left;
position: static;
}
.sg-size-options > li {
float: left;
}
}
.sg-tools-toggle {
background-color: #0078aa;
border: 0;
color: #fff;
cursor: pointer;
height: 40px;
padding: 0 8px;
text-decoration: none;
}
.sg-tools-toggle::after {
content: "";
display: none;
}
.sg-find {
position: relative;
}
.twitter-typeahead {
width: 100%;
}
.typeahead {
background-color: #003e58;
border: 0;
color: #fff;
height: 100%;
padding: 0.8em;
right: 0;
text-transform: lowercase;
width: 100%;
}
.typeahead:focus {
color: #fff;
}
.tt-input {
background-color: #005b81;
color: #fff;
font-size: 0.813rem;
text-transform: capitalize;
}
.tt-input:focus {
text-transform: lowercase;
}
.tt-hint {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.tt-dropdown-menu {
background-color: #005b81;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
text-transform: lowercase;
width: 100%;
}
.tt-suggestion {
color: #fff;
padding: 0.8em;
}
.tt-suggestion.tt-cursor {
background-color: #0078aa;
color: #fff;
}
.tt-suggestion p {
margin: 0;
}
.sg-pattern-state {
text-transform: none !important;
}
.sg-pattern-state::before {
content: "\2022";
display: inline-block;
font-size: 18px;
margin-right: 4px;
text-decoration: none;
vertical-align: bottom;
}
.sg-pattern-lineage .sg-pattern-state::before {
font-size: 12px;
}
#sg-patterns .sg-pattern-state::before {
font-size: 14px;
}
#sg-patterns .sg-pattern-state {
color: #666;
}
.sg-nav .sg-pattern-state::before {
display: block;
float: left;
height: 20px;
margin-top: -4px;
margin-bottom: 0;
margin-left: -4px;
}
.inprogress::before {
color: #FF4136 !important;
}
.inreview::before {
color: #FFCC00 !important;
}
.complete::before {
color: #2ECC40 !important;
}
#sg-vp-wrap {
position: fixed;
top: 2.5rem;
right: 0;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
z-index: 0;
}
#sg-cover {
cursor: col-resize;
display: none;
height: 100%;
position: absolute;
width: 100%;
z-index: 20;
}
#sg-gen-container {
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
height: 100%;
text-align: center;
margin: 0 auto;
overflow-y: auto;
overflow-x: hidden;
position: relative;
-webkit-overflow-scrolling: touch;
}
#sg-gen-container.hay-mode {
-webkit-transition: all 40s linear;
transition: all 40s linear;
}
#sg-viewport {
background-color: #fff;
border: 0;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
}
#sg-viewport.hay-mode {
-webkit-transition: all 40s linear;
transition: all 40s linear;
}
#sg-rightpull-container {
cursor: col-resize;
float: right;
height: 100%;
margin: 0;
width: 14px;
}
#sg-rightpull {
background-color: #c2c2c2;
height: 100%;
margin: 0;
-webkit-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;
width: 100%;
}
#sg-rightpull:hover {
background-color: #ccc;
}
#sg-rightpull:active {
background-color: #333;
cursor: col-resize;
}
.vp-animate {
-webkit-transition: width 0.8s ease-out;
transition: width 0.8s ease-out;
}
.sg-pattern {
clear: both;
margin-bottom: 2em;
position: relative;
}
.sg-pattern-head {
color: #808080;
font-size: 90%;
line-height: 1.3;
padding: 0.5rem 0 0;
position: relative;
}
.sg-pattern-head:empty {
padding: 0;
}
.sg-pattern-category-title,
.sg-pattern-title {
font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
font-size: 0.85rem !important;
font-weight: 600 !important;
line-height: 1 !important;
margin: 0 !important;
padding-bottom: 0.5rem !important;
text-transform: capitalize !important;
}
.sg-pattern-category-title a,
.sg-pattern-title a {
color: #444 !important;
cursor: pointer;
display: inline-block;
font-weight: bold;
padding: 1em 0 0.3rem;
text-decoration: none;
}
.sg-pattern-category-title a:focus, .sg-pattern-category-title a:hover,
.sg-pattern-title a:focus,
.sg-pattern-title a:hover {
color: #004d77 !important;
}
.sg-pattern-category-title .sg-pattern-state,
.sg-pattern-title .sg-pattern-state {
color: #ccc;
font-size: 80%;
font-weight: normal;
}
.sg-pattern-extra-toggle {
border: 1px solid #e8e8e8;
color: #0078aa;
font-size: 9px;
font-weight: normal;
line-height: 1;
padding: 0.65em;
position: absolute;
right: 0;
bottom: -1px;
-webkit-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;
z-index: 1;
}
.sg-pattern-extra-toggle span {
display: inline-block;
}
.sg-pattern-extra-toggle:hover, .sg-pattern-extra-toggle:focus, .sg-pattern-extra-toggle.active {
background-color: #f5f5f5;
color: #000;
}
.sg-pattern-extra-toggle.active {
border-bottom-color: #f5f5f5;
}
.sg-pattern-extra-toggle.active span {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sg-pattern-extra {
background-color: #333;
border-top: 1px solid #e8e8e8;
margin-bottom: 1em;
max-height: 1px;
overflow: hidden;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.sg-pattern-extra a {
color: #00cbed;
}
.sg-pattern-extra a:focus, .sg-pattern-extra a:hover {
text-decoration: underline;
}
.sg-pattern-extra.active {
border: 1px solid #333;
border-radius: 6px;
border-top-right-radius: 0;
max-height: 50em;
}
@media all and (min-width: 42em) {
.sg-pattern-extra-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
}
.sg-pattern-extra-info {
color: #fff;
line-height: 1.4;
overflow: auto;
padding: 0.5rem 0.5rem 0;
-webkit-overflow-scrolling: touch;
}
.sg-pattern-extra-info:empty {
padding: 0;
}
@media all and (min-width: 42em) {
.sg-pattern-extra-info {
padding: 1em;
width: 40%;
}
}
.sg-pattern-desc {
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.sg-pattern-desc h1, .sg-pattern-desc h2, .sg-pattern-desc h3, .sg-pattern-desc h4, .sg-pattern-desc h5, .sg-pattern-desc h6, .sg-pattern-desc a {
color: #00cbed;
}
.sg-pattern-desc h5 {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 0;
}
.sg-pattern-desc a {
text-decoration: none;
}
.sg-pattern-desc a:focus, .sg-pattern-desc a:hover {
color: #00cbed;
text-decoration: underline;
}
.sg-pattern-desc p {
margin-top: 0;
}
.sg-pattern-desc p:last-child {
margin: 0;
}
.sg-pattern-desc table {
border-collapse: collapse;
font-size: 0.875rem;
margin-bottom: 1.5rem;
}
.sg-pattern-desc table th,
.sg-pattern-desc table td {
border: 1px solid #555;
padding: 0.5rem;
text-align: left;
vertical-align: top;
}
.sg-pattern-lineage {
font-size: 90%;
font-style: italic;
}
.sg-pattern-desc pre,
.sg-pattern-extra-code pre {
background-color: #f5f5f5;
border-radius: 3px !important;
color: #444;
display: block;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
font-size: 90%;
line-height: 1.5 !important;
margin: 0 0 1.5rem 0 !important;
margin-bottom: 1.5rem;
overflow: scroll !important;
padding: 1rem !important;
-webkit-overflow-scrolling: touch;
}
.sg-pattern-desc code,
.sg-pattern-extra-code code {
background-color: #f5f5f5;
border-radius: 3px;
color: #aa3a3f;
font-family: Menlo,Monaco,Consolas,Courier New,monospace;
font-size: 90%;
padding: 0.2rem 0.4rem;
-moz-tab-size: 2 !important;
-o-tab-size: 2 !important;
tab-size: 2 !important;
}
.sg-pattern-extra-code {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0.5rem;
}
@media all and (min-width: 42em) {
.sg-pattern-extra-code {
padding: 1em;
width: 60%;
}
}
.sg-pattern-extra-code pre {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sg-pattern-category {
font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
margin-top: 6rem;
}
.sg-pattern-category:first-of-type {
margin-top: 2rem;
}
.sg-pattern-category-title {
color: #333 !important;
font-size: 1.4rem !important;
margin: 0 0 0.2rem;
text-transform: capitalize;
}
.sg-pattern-category-title a {
-webkit-transition: color 0.1s ease-out;
transition: color 0.1s ease-out;
}
.sg-pattern-category-body {
font-size: 80%;
line-height: 1.3;
}
.sg-pattern-category-body:empty {
display: none;
}
.sg-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
width: 100%;
}
.sg-tabs-list {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
bottom: -1px;
}
.sg-tabs-list li {
float: left;
margin-right: 3px;
}
.sg-tabs-list a {
background-color: #333;
border: none;
color: #999;
display: block;
font-size: 90%;
font-weight: bold;
line-height: 1;
padding: 1rem 1.5rem;
text-decoration: none;
text-transform: capitalize;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.sg-tabs-list a:focus, .sg-tabs-list a:hover {
color: #fff;
}
.sg-tab-title-active a {
background-color: #333;
-webkit-box-shadow: inset 0 -6px 0 #00cbed;
box-shadow: inset 0 -6px 0 #00cbed;
color: #fff;
}
.sg-tab-title-active a:focus, .sg-tab-title-active a:hover {
color: #fff;
}
.sg-tabs-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.sg-tabs-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 12em;
position: relative;
}
@media all and (min-width: 42em) {
.sg-tabs-panel {
min-height: 7em;
}
}
.sg-modal {
background-color: #333;
color: #e8e8e8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
height: 50%;
line-height: 1.5;
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
}
.sg-modal.anim-ready {
-webkit-transition: bottom 0.3s ease-out;
transition: bottom 0.3s ease-out;
}
.sg-modal .sg-pattern-breadcrumb {
color: #999;
font-size: 0.813rem;
margin-bottom: 0.5rem;
text-transform: capitalize;
}
.sg-modal .sg-pattern-head {
margin-bottom: 0.5rem;
}
.sg-modal .sg-pattern-title {
color: #00cbed;
font-size: 1.4rem !important;
text-transform: capitalize;
}
.sg-modal .sg-pattern-extra {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-height: none;
padding: 0;
}
.sg-modal .sg-pattern-extra.active {
max-height: none;
}
.sg-modal .sg-pattern-extra-info a {
color: #00cbed;
}
.sg-modal .sg-pattern-extra-info a:focus, .sg-modal .sg-pattern-extra-info a:hover {
text-decoration: underline;
}
.sg-modal .sg-tabs-content {
border: 0;
}
.sg-modal-close-btn {
background-color: #000;
border: 0;
color: #999;
cursor: pointer;
display: inline-block;
font-size: 70%;
height: 24px;
padding: 6px;
position: absolute;
top: 24px;
right: 0;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
width: 24px;
}
.sg-modal.active .sg-modal-close-btn {
top: -24px;
}
.sg-modal-close-btn:focus, .sg-modal-close-btn:hover {
background-color: #333;
color: #fff;
}
.sg-modal-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
}
.sg-modal-content-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.has-annotation {
-webkit-box-shadow: 0 0 10px #808080;
box-shadow: 0 0 10px #808080;
cursor: help !important;
}
.has-annotation a,
.has-annotation input {
cursor: help !important;
}
.has-annotation:hover {
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}
.has-annotation.active {
-webkit-box-shadow: inset 0 0 20px #808080;
box-shadow: inset 0 0 20px #808080;
}
.annotation-tip {
background-color: #444 !important;
border-radius: 13px !important;
color: #fff !important;
display: block;
font-size: 16px !important;
font-weight: bold !important;
height: 25px !important;
margin-top: -10px !important;
margin-left: -10px !important;
position: absolute;
text-align: center !important;
width: 25px !important;
z-index: 100;
}
.sg-annotations {
border-top: 1px solid #e8e8e8;
margin: 1rem 0;
padding-top: 0.5rem;
}
.sg-annotations-title {
font-size: 1rem !important;
margin: 0 0 0.5rem;
}
.sg-annotations-list {
counter-reset: the-count;
list-style: none;
margin: 0;
padding: 0;
}
.sg-annotations-list > li {
border-radius: 6px;
margin-bottom: 1rem;
padding-left: 1.5rem;
position: relative;
-webkit-transition: background 0.1s ease;
transition: background 0.1s ease;
}
.sg-annotations-list > li::before {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ccc;
border-radius: 50%;
color: #333;
content: counter(the-count);
counter-increment: the-count;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 85%;
height: 14px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 2px;
position: absolute;
top: 1px;
left: 0;
text-align: center;
width: 14px;
}
.sg-annotations-list > li.active {
background-color: rgba(255, 255, 255, 0.15);
}
.sg-annotations-list-title {
display: inline;
font-size: 100%;
}
.sg-annotations-list-title::after {
content: "—";
}
#sg-comments-container {
margin: 0 auto;
max-width: 60em;
}
.sg-comment-container {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
margin-bottom: 1em;
padding-bottom: 2em;
}
.sg-comment-container p:last-child {
margin-bottom: 0;
}
.sg-comment-container h2 {
margin-bottom: 0.25em;
}
.sg-btn-copy-code {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
color: #0078aa;
font-size: 0.75rem;
font-weight: bold;
padding: 0.25rem;
position: absolute;
top: 4px;
right: 4px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.sg-btn-copy-code:focus {
outline: none;
}
.sg-btn-copy-code:focus, .sg-btn-copy-code:hover {
background-color: #f5f5f5;
border-color: #999;
color: #005b81;
}
.sg-btn-copy-code:active {
top: 5px;
}
.sg-btn-copy-code::after {
background-color: #000;
border-radius: 3px;
color: #fff;
content: 'Copied!';
display: block;
opacity: 0;
padding: 0.5rem 0;
position: absolute;
top: 120%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
width: 100%;
}
.sg-btn-copy-code.copied::after {
opacity: 1;
}
.sg-btn-copy-code img {
display: inline-block;
position: relative;
top: -1px;
vertical-align: middle;
} | 0.4436 | 0.060474 |
@-moz-document url-prefix("https://2sucres.org/") {
/* ==UserStyle==
@name Thème Noel
@version 0.0
@description Theme noel pour 2sucres by Chef aka FoutreAuMiel
@author FoutreAuMiel
==UserStyle== */
/*Principal*/
div.sb-site-container {
background-image: url("https://image.noelshack.com/fichiers/2017/50/5/1513345070-fond-ecran-noel-243.jpg");
background-repeat: no-repeat;
}
#forum-container {
background: none;
}
/*Header*/
header.ms-header.ms-header-primary {
background-color: #941d26;
}
nav.navbar.yamm.ms-navbar.ms-navbar-primary.navbar-static-top {
background-color: #f23942;
}
nav.navbar.yamm.ms-navbar.ms-navbar-primary.shrink.navbar-fixed-top {
background-color: #f23942;
}
li.active a {
background-color: #f23942 !important;
}
#bot-pagi,
.col-xs-12 pl-1 pr-1 {
margin-top: 0 !important;
padding-top: 10px;
background-color: #941d26 !important;
height: 45px;
box-shadow: 0px 0px 7px 1px #941d26;
}
.list-topics-container .md-toolbar-tools,
div.col-xs-12.pl-1.pr-1,
._md,
#top-pagi-navig {
background-color: #941d26 !important;
box-shadow: 0px 0px 7px 1px #941d26;
color: green !important;
}
.list-topics > thead > tr {
background-color: #f23942 !important;
}
.list-topics > tbody > tr {
background-color: #efe;
}
.list-topics > tbody > tr.even {
background-color: #fdd;
}
.topic-message {
border: 1px solid #f66;
}
.toolbar-msg {
background-color: #f23942 !important;
}
/*topic messages*/
article.row.topic-message.mt-2.no-ml.no-mr.odd {
box-shadow: 0px 0px 10px 2px #fdd;
background-color: #fdd;
border: none;
}
article.row.topic-message.mt-2.no-ml.no-mr {
background-color: #dfd;
border: none;
box-shadow: 0px 0px 10px 2px #dfd;
}
.md-toolbar-tools,
div.risibank-menu.col-xs-12.pt-1.pb-1 {
background-color: #f23942 !important;
}
div.forum-aside-content.smoothy-1.pl-1.pr-1.pt-1.pb-1.flex-100 {
background-color: #941d26;
}
#form-send-new-message {
background-color: #942030;
}
a.md-raised.md-accent.md-hue-1.md-button.md-ink-ripple.flex {
background-color: #406c35;
}
a.md-raised.md-accent.md-hue-1.md-button.md-ink-ripple.flex:hover {
background-color: #305c25;
}
.ms-footer {
background-color: #941d26;
}
/*suprime fond et contour blanc sur le avatar et affiche mieux les topic en fav*/
.message-avatar-container,
.message-avatar,
.message-avatar.ng-scope {
border: none;
background: none;
}
md-list-item .md-no-style.md-button {
line-height: 15px;
}
md-list-item div.md-button.md-no-style {
padding-right: 0 !important;
}
div.md-secondary-container button:hover {
background-color: #a55 !important;
}
} | data/usercss/152920.user.css | @-moz-document url-prefix("https://2sucres.org/") {
/* ==UserStyle==
@name Thème Noel
@version 0.0
@description Theme noel pour 2sucres by Chef aka FoutreAuMiel
@author FoutreAuMiel
==UserStyle== */
/*Principal*/
div.sb-site-container {
background-image: url("https://image.noelshack.com/fichiers/2017/50/5/1513345070-fond-ecran-noel-243.jpg");
background-repeat: no-repeat;
}
#forum-container {
background: none;
}
/*Header*/
header.ms-header.ms-header-primary {
background-color: #941d26;
}
nav.navbar.yamm.ms-navbar.ms-navbar-primary.navbar-static-top {
background-color: #f23942;
}
nav.navbar.yamm.ms-navbar.ms-navbar-primary.shrink.navbar-fixed-top {
background-color: #f23942;
}
li.active a {
background-color: #f23942 !important;
}
#bot-pagi,
.col-xs-12 pl-1 pr-1 {
margin-top: 0 !important;
padding-top: 10px;
background-color: #941d26 !important;
height: 45px;
box-shadow: 0px 0px 7px 1px #941d26;
}
.list-topics-container .md-toolbar-tools,
div.col-xs-12.pl-1.pr-1,
._md,
#top-pagi-navig {
background-color: #941d26 !important;
box-shadow: 0px 0px 7px 1px #941d26;
color: green !important;
}
.list-topics > thead > tr {
background-color: #f23942 !important;
}
.list-topics > tbody > tr {
background-color: #efe;
}
.list-topics > tbody > tr.even {
background-color: #fdd;
}
.topic-message {
border: 1px solid #f66;
}
.toolbar-msg {
background-color: #f23942 !important;
}
/*topic messages*/
article.row.topic-message.mt-2.no-ml.no-mr.odd {
box-shadow: 0px 0px 10px 2px #fdd;
background-color: #fdd;
border: none;
}
article.row.topic-message.mt-2.no-ml.no-mr {
background-color: #dfd;
border: none;
box-shadow: 0px 0px 10px 2px #dfd;
}
.md-toolbar-tools,
div.risibank-menu.col-xs-12.pt-1.pb-1 {
background-color: #f23942 !important;
}
div.forum-aside-content.smoothy-1.pl-1.pr-1.pt-1.pb-1.flex-100 {
background-color: #941d26;
}
#form-send-new-message {
background-color: #942030;
}
a.md-raised.md-accent.md-hue-1.md-button.md-ink-ripple.flex {
background-color: #406c35;
}
a.md-raised.md-accent.md-hue-1.md-button.md-ink-ripple.flex:hover {
background-color: #305c25;
}
.ms-footer {
background-color: #941d26;
}
/*suprime fond et contour blanc sur le avatar et affiche mieux les topic en fav*/
.message-avatar-container,
.message-avatar,
.message-avatar.ng-scope {
border: none;
background: none;
}
md-list-item .md-no-style.md-button {
line-height: 15px;
}
md-list-item div.md-button.md-no-style {
padding-right: 0 !important;
}
div.md-secondary-container button:hover {
background-color: #a55 !important;
}
} | 0.17522 | 0.060169 |
body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background: #778176;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #fdfefe;
background-image: url(../images/bg_tile.gif);
}
div,
p,
th,
td,
li,
dd,
dl,
dt {
/* redundant selectors to help NS4 not forget */
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
margin-top: 0;
padding-top: 0;
line-height: 1.5em;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
margin-bottom: 0px;
padding-bottom: 12px;
}
h3 {
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 6px;
}
h4 {
font-size: 12px;
margin-bottom: 0px;
padding-bottom: 4px;
font-style: italic;
}
h5 {
font-size: 10px;
margin-bottom: 0px;
padding-bottom: 4px;
}
h6 {
font-size: 10px;
margin-bottom: 0px;
padding-bottom: 4px;
}
.imagecaption {
font-size: 90%;
}
a:link {
color: #fdfefe;
}
a:visited {
color: #fdfefe;
}
a:hover {
color: #a6a6a6;
}
a:active {
color: #333333;
}
a.f-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.f-tn:hover {
border: thin solid #641339;
border-width: 2px 2px 2px 2px;
}
a.w-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.w-tn:hover {
border: thin solid #3651cb;
border-width: 2px 2px 2px 2px;
}
a.h-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.h-tn:hover {
border: thin solid #c27732;
border-width: 2px 2px 2px 2px;
}
a.s-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.s-tn:hover {
border: thin solid #87bf8a;
border-width: 2px 2px 2px 2px;
}
a.c-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.c-tn:hover {
border: thin solid #59a7df;
border-width: 2px 2px 2px 2px;
}
.photo {
border: thick solid White;
border-width: 12px 12px 12px 12px;
}
.photo-caption {
text-align: left;
line-height: 1.5em;
}
.photo-collection {
text-align: left;
padding: 8px 0px 0px 0px;
font-style: italic;
}
/* Vue.js directive for hiding content until app is fully rendered */
[v-cloak] {
display: none;
} | content/winter/assets/css/style.css | body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background: #778176;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #fdfefe;
background-image: url(../images/bg_tile.gif);
}
div,
p,
th,
td,
li,
dd,
dl,
dt {
/* redundant selectors to help NS4 not forget */
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
margin-top: 0;
padding-top: 0;
line-height: 1.5em;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
margin-bottom: 0px;
padding-bottom: 12px;
}
h3 {
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 6px;
}
h4 {
font-size: 12px;
margin-bottom: 0px;
padding-bottom: 4px;
font-style: italic;
}
h5 {
font-size: 10px;
margin-bottom: 0px;
padding-bottom: 4px;
}
h6 {
font-size: 10px;
margin-bottom: 0px;
padding-bottom: 4px;
}
.imagecaption {
font-size: 90%;
}
a:link {
color: #fdfefe;
}
a:visited {
color: #fdfefe;
}
a:hover {
color: #a6a6a6;
}
a:active {
color: #333333;
}
a.f-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.f-tn:hover {
border: thin solid #641339;
border-width: 2px 2px 2px 2px;
}
a.w-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.w-tn:hover {
border: thin solid #3651cb;
border-width: 2px 2px 2px 2px;
}
a.h-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.h-tn:hover {
border: thin solid #c27732;
border-width: 2px 2px 2px 2px;
}
a.s-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.s-tn:hover {
border: thin solid #87bf8a;
border-width: 2px 2px 2px 2px;
}
a.c-tn {
border: thick solid #778176;
border-width: 2px 2px 2px 2px;
}
a.c-tn:hover {
border: thin solid #59a7df;
border-width: 2px 2px 2px 2px;
}
.photo {
border: thick solid White;
border-width: 12px 12px 12px 12px;
}
.photo-caption {
text-align: left;
line-height: 1.5em;
}
.photo-collection {
text-align: left;
padding: 8px 0px 0px 0px;
font-style: italic;
}
/* Vue.js directive for hiding content until app is fully rendered */
[v-cloak] {
display: none;
} | 0.343562 | 0.134491 |
* {
margin: 0;
padding: 0;
font-family: "微软雅黑";
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
input {
border: 0;
}
body {
background-color: #f3f5f7;
/*height: 3000px;*/
}
.container {
width: 1200px;
margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
a::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
span::selection {
color: pink;
}
/*头部*/
header {
width: 100%;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
float: left;
position: fixed;
}
nav {
width: 1200px;
margin: 0 auto;
font-size: 18px;
font-weight: 800;
}
nav a {
color: #FFF;
}
nav a:hover {
color: #ecefe7;
}
.logo a {
height: 60px;
padding: 0 10px;
float: left;
}
.navbar {
float: right;
}
.navbar li {
float: left;
padding: 0 20px;
}
/*banner部分*/
.banner {
/*width: 100%;*/
height: 700px;
line-height: 520px;
background-color: rgb(182, 194, 154);
}
.banner h1 {
width: 100px;
color: #FFF;
font-size: 50px;
margin: 0 auto;
}
/*main部分*/
.main li{
height: 120px;
background-color: #FFF;
margin-top: 50px;
/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
padding-top: 1px;/*解决嵌套元素外边距合并问题*/
transition: all 0.5s;
}
.main li h2,
.main li p,
.main li span {
width: 1000px;
margin: 14px auto;
margin-bottom: -2px;
}
.main a {
color: black;
}
.main a:hover {
/*color: #758293;*/
color: #3b5166;
}
.main li h2 {
margin-bottom: -4px;
}
.main li p {
margin-top: 16px;
color: #bdbdbd;
}
.main li span {
display: block;
margin-top: 10px;
font-family: arial;
}
.main li:hover {
margin-top: 48px;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
/*底部*/
footer {
height: 200px;
margin-top: 100px;
padding-top: 1px;
}
.foot {
margin: 0 auto;
padding-top: 120px;
padding-bottom: 35px;
}
.foot h3 {
width: 100px;
margin: 0 auto;
font-weight: 600;
}
.foot p {
width: 260px;
margin: 0 auto;
} | css/gongzhuang.css | * {
margin: 0;
padding: 0;
font-family: "微软雅黑";
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
input {
border: 0;
}
body {
background-color: #f3f5f7;
/*height: 3000px;*/
}
.container {
width: 1200px;
margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
a::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
span::selection {
color: pink;
}
/*头部*/
header {
width: 100%;
height: 60px;
line-height: 60px;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
float: left;
position: fixed;
}
nav {
width: 1200px;
margin: 0 auto;
font-size: 18px;
font-weight: 800;
}
nav a {
color: #FFF;
}
nav a:hover {
color: #ecefe7;
}
.logo a {
height: 60px;
padding: 0 10px;
float: left;
}
.navbar {
float: right;
}
.navbar li {
float: left;
padding: 0 20px;
}
/*banner部分*/
.banner {
/*width: 100%;*/
height: 700px;
line-height: 520px;
background-color: rgb(182, 194, 154);
}
.banner h1 {
width: 100px;
color: #FFF;
font-size: 50px;
margin: 0 auto;
}
/*main部分*/
.main li{
height: 120px;
background-color: #FFF;
margin-top: 50px;
/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
padding-top: 1px;/*解决嵌套元素外边距合并问题*/
transition: all 0.5s;
}
.main li h2,
.main li p,
.main li span {
width: 1000px;
margin: 14px auto;
margin-bottom: -2px;
}
.main a {
color: black;
}
.main a:hover {
/*color: #758293;*/
color: #3b5166;
}
.main li h2 {
margin-bottom: -4px;
}
.main li p {
margin-top: 16px;
color: #bdbdbd;
}
.main li span {
display: block;
margin-top: 10px;
font-family: arial;
}
.main li:hover {
margin-top: 48px;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
/*底部*/
footer {
height: 200px;
margin-top: 100px;
padding-top: 1px;
}
.foot {
margin: 0 auto;
padding-top: 120px;
padding-bottom: 35px;
}
.foot h3 {
width: 100px;
margin: 0 auto;
font-weight: 600;
}
.foot p {
width: 260px;
margin: 0 auto;
} | 0.126165 | 0.149687 |
width: inherit;
}
#myc-nav-container {
margin-bottom: 15px;
width: inherit;
}
#myc-current-month-year-container {
display: inline-block;
font-size: 1.5em;
font-weight: lighter;
text-align: center;
text-transform: capitalize;
vertical-align: top;
width: 68%;
}
#myc-prev-week-container {
display: inline-block;
width: 15%;
}
#myc-next-week-container {
display: inline-block;
width: 15%;
}
#myc-prev-week {
border: 1px solid #e0e0e0;
border-radius: 80px;
color: #e0e0e0;
cursor: pointer;
float: left;
font-size: 1.6em;
font-weight: lighter;
height: 40px;
text-align: center;
width: 40px;
}
#myc-next-week {
border: 1px solid #e0e0e0;
border-radius: 80px;
color: #e0e0e0;
cursor: pointer;
float: right;
font-size: 1.6em;
font-weight: lighter;
height: 40px;
text-align: center;
width: 40px;
}
#myc-prev-week:hover, #myc-next-week:hover {
border: 1px solid #bdbdbd;
color: #bdbdbd;
}
#myc-week-container {
border: 1px solid #e0e0e0;
}
.myc-date-header {
border-right: 1px solid #e0e0e0;
display: inline-block;
min-height: 50px;
padding: 15px;
vertical-align: top;
width: 13.77%;
}
.myc-date-header:last-of-type {
border-right: none;
width: 13%;
}
#myc-available-time-container {
border-top: 1px solid #e0e0e0;
min-height: 150px;
}
.myc-day-time-container {
/*border-right: 1px solid #e0e0e0;*/
display: inline-block;
height: 100%;
padding: 15px 15px 15px 15px;
vertical-align: top;
width: 13.77%;
}
.myc-day-time-container:first-of-type {
padding-left: 15px;
}
.myc-day-time-container:last-of-type {
border-right: none;
width: 13%;
}
.myc-date-number {
float: left;
width: 47px;
height: 47px;
font-size: 24px !important;
line-height: 43px !important;
border-width: 1px;
color: #223242 !important;
text-align: center;
border-radius: 100%;
border-style: solid;
border-color: #E2E6E7;
}
.myc-date-display {
float: right;
text-transform: capitalize;
}
.myc-available-time {
border-radius: 20px;
display: block;
margin-bottom: 15px;
padding: 10px 0px 10px 0px;
border-width: 1px;
margin-bottom: 10px;
border-style: solid;
border-radius: 999px;
color: #4a5f73 !important;
border-color: #E2E6E7;
text-align: center;
text-decoration: none;
}
.myc-available-time.selected, .myc-available-time:hover {
background-color: #1ABC9C;
color: white !important;
}
@media only screen and (max-width: 768px) {
.myc-date-header, .myc-day-time-container {
width: 13.5%;
}
/*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
width: 12%;
}*/
} | public/assets/frontend/lib/timeslots/mark-your-calendar.css | width: inherit;
}
#myc-nav-container {
margin-bottom: 15px;
width: inherit;
}
#myc-current-month-year-container {
display: inline-block;
font-size: 1.5em;
font-weight: lighter;
text-align: center;
text-transform: capitalize;
vertical-align: top;
width: 68%;
}
#myc-prev-week-container {
display: inline-block;
width: 15%;
}
#myc-next-week-container {
display: inline-block;
width: 15%;
}
#myc-prev-week {
border: 1px solid #e0e0e0;
border-radius: 80px;
color: #e0e0e0;
cursor: pointer;
float: left;
font-size: 1.6em;
font-weight: lighter;
height: 40px;
text-align: center;
width: 40px;
}
#myc-next-week {
border: 1px solid #e0e0e0;
border-radius: 80px;
color: #e0e0e0;
cursor: pointer;
float: right;
font-size: 1.6em;
font-weight: lighter;
height: 40px;
text-align: center;
width: 40px;
}
#myc-prev-week:hover, #myc-next-week:hover {
border: 1px solid #bdbdbd;
color: #bdbdbd;
}
#myc-week-container {
border: 1px solid #e0e0e0;
}
.myc-date-header {
border-right: 1px solid #e0e0e0;
display: inline-block;
min-height: 50px;
padding: 15px;
vertical-align: top;
width: 13.77%;
}
.myc-date-header:last-of-type {
border-right: none;
width: 13%;
}
#myc-available-time-container {
border-top: 1px solid #e0e0e0;
min-height: 150px;
}
.myc-day-time-container {
/*border-right: 1px solid #e0e0e0;*/
display: inline-block;
height: 100%;
padding: 15px 15px 15px 15px;
vertical-align: top;
width: 13.77%;
}
.myc-day-time-container:first-of-type {
padding-left: 15px;
}
.myc-day-time-container:last-of-type {
border-right: none;
width: 13%;
}
.myc-date-number {
float: left;
width: 47px;
height: 47px;
font-size: 24px !important;
line-height: 43px !important;
border-width: 1px;
color: #223242 !important;
text-align: center;
border-radius: 100%;
border-style: solid;
border-color: #E2E6E7;
}
.myc-date-display {
float: right;
text-transform: capitalize;
}
.myc-available-time {
border-radius: 20px;
display: block;
margin-bottom: 15px;
padding: 10px 0px 10px 0px;
border-width: 1px;
margin-bottom: 10px;
border-style: solid;
border-radius: 999px;
color: #4a5f73 !important;
border-color: #E2E6E7;
text-align: center;
text-decoration: none;
}
.myc-available-time.selected, .myc-available-time:hover {
background-color: #1ABC9C;
color: white !important;
}
@media only screen and (max-width: 768px) {
.myc-date-header, .myc-day-time-container {
width: 13.5%;
}
/*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
width: 12%;
}*/
} | 0.369998 | 0.094093 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,700,700i&display=swap');
:root {
--ifm-color-primary: #3f5efb;
--ifm-color-primary-dark: #2044fa;
--ifm-color-primary-darker: #1137fa;
--ifm-color-primary-darkest: #0427d7;
--ifm-color-primary-light: #5e78fc;
--ifm-color-primary-lighter: #6d85fc;
--ifm-color-primary-lightest: #9babfd;
--ifm-font-base-color: hsl(0, 0%, 20%);
--ifm-heading-color: var(--ifm-font-base-color);
--ifm-font-size-base: 17px;
--ifm-line-height-base: 26px;
--ifm-heading-font-weight: 500;
--ifm-code-font-family: 'IBM Plex Mono', monospace;
--ifm-contents-padding-vertical: 0.75em 0;
--ifm-contents-link-color: var(--ifm-color-primary);
}
html[data-theme='dark'] {
--ifm-font-base-color: #eee;
}
.navbar__title {
font-weight: 500;
font-size: 1.4em;
white-space: nowrap;
text-align: center;
}
.navbar__logo {
/* display: none; */
}
pre.prism-code {
font-family: var(--ifm-code-font-family);
}
body {
-webkit-font-smoothing: antialiased;
font-size: 17px;
}
.markdown > h2 {
--ifm-heading-vertical-rhythm-bottom: 1.25;
--ifm-h2-font-size: 1.75rem;
}
.markdown > h3 {
--ifm-heading-vertical-rhythm-bottom: 1.25;
--ifm-h2-font-size: 1.5rem;
}
article header h1 {
font-size: 40px !important;
letter-spacing: 0.008em;
line-height: 1.05;
margin-bottom: 1.5rem !important;
}
.markdown blockquote:first-child,
#docs + p {
border-left: 0;
font-size: 22px;
letter-spacing: 0.016em;
font-weight: 300;
line-height: 1.45455;
padding: 0;
padding-bottom: 1em;
color: var(--ifm-font-base-color);
margin-bottom: 2em !important;
border-bottom: 1px solid var(--ifm-contents-border-color);
font-style: normal;
}
.markdown a[href*="//"]:after
{
content: ' ↗︎';
font-size: 0.875em;
display: inline-block;
vertical-align: top;
opacity: 0.5;
}
ul.contents {
line-height: 1.2em;
font-size: 1rem !important;
}
div > ul.contents > li:first-child:before {
content: 'On This Page';
display: block;
margin-bottom: 1em;
}
.menu {
font-weight: normal;
margin-top: 1em;
}
.menu .menu__list .menu__list .menu__link {
font-size: 1rem;
}
.navbar .navbar__link {
font-weight: normal;
}
.menu .menu__list-item {
margin-top: 1px;
margin-bottom: 1px;
}
.menu .menu__link.menu__link--sublist:after {
background-size: 1.5rem 1.5rem;
}
.menu .menu__link {
border-radius: 0;
padding: 0.5rem 0.5rem;
}
.docs p {
margin: 1em 0;
}
hr {
border-width: 0;
border-top-width: 1px;
margin: 1em 0;
}
.docs {
/* margin-top: -1em; */
border-bottom: 1px solid var(--ifm-hr-border-color);
margin-bottom: var(--ifm-hr-margin-vertical);
}
.docs .syntax-keyword {
color: tomato;
}
.docs .syntax {
font-size: 0.875em;
font-family: var(--ifm-font-family-monospace);
margin-bottom: var(--ifm-hr-margin-vertical);
}
.docs .syntax-identifier {
font-weight: 600;
}
#docs {
/* used for autogenerated docs in /docs/api */
}
#docs ~ h2 {
font-weight: 600;
/* margin-bottom: 0.875rem; */
}
#docs ~ h3 {
font-weight: 600;
margin-bottom: 0.5rem;
}
#docs ~ h2 + p {
margin-top: 0em;
margin-bottom: 0.875rem;
font-weight: normal;
}
.interface-syntax {
display: block;
/* padding: 0.5em 0; */
}
/* syntax template */
a > code {
color: inherit;
}
.syntax + p {
margin-bottom: 0.5em;
}
.syntax + p code {
background: none;
padding: 0;
/* font-size: 1rem; */
}
.syntax + p > code:first-child {
color: tomato;
}
.syntax + p + p {
margin-top: 0.2 5em;
margin-bottom: 1em;
} | website/src/css/custom.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,700,700i&display=swap');
:root {
--ifm-color-primary: #3f5efb;
--ifm-color-primary-dark: #2044fa;
--ifm-color-primary-darker: #1137fa;
--ifm-color-primary-darkest: #0427d7;
--ifm-color-primary-light: #5e78fc;
--ifm-color-primary-lighter: #6d85fc;
--ifm-color-primary-lightest: #9babfd;
--ifm-font-base-color: hsl(0, 0%, 20%);
--ifm-heading-color: var(--ifm-font-base-color);
--ifm-font-size-base: 17px;
--ifm-line-height-base: 26px;
--ifm-heading-font-weight: 500;
--ifm-code-font-family: 'IBM Plex Mono', monospace;
--ifm-contents-padding-vertical: 0.75em 0;
--ifm-contents-link-color: var(--ifm-color-primary);
}
html[data-theme='dark'] {
--ifm-font-base-color: #eee;
}
.navbar__title {
font-weight: 500;
font-size: 1.4em;
white-space: nowrap;
text-align: center;
}
.navbar__logo {
/* display: none; */
}
pre.prism-code {
font-family: var(--ifm-code-font-family);
}
body {
-webkit-font-smoothing: antialiased;
font-size: 17px;
}
.markdown > h2 {
--ifm-heading-vertical-rhythm-bottom: 1.25;
--ifm-h2-font-size: 1.75rem;
}
.markdown > h3 {
--ifm-heading-vertical-rhythm-bottom: 1.25;
--ifm-h2-font-size: 1.5rem;
}
article header h1 {
font-size: 40px !important;
letter-spacing: 0.008em;
line-height: 1.05;
margin-bottom: 1.5rem !important;
}
.markdown blockquote:first-child,
#docs + p {
border-left: 0;
font-size: 22px;
letter-spacing: 0.016em;
font-weight: 300;
line-height: 1.45455;
padding: 0;
padding-bottom: 1em;
color: var(--ifm-font-base-color);
margin-bottom: 2em !important;
border-bottom: 1px solid var(--ifm-contents-border-color);
font-style: normal;
}
.markdown a[href*="//"]:after
{
content: ' ↗︎';
font-size: 0.875em;
display: inline-block;
vertical-align: top;
opacity: 0.5;
}
ul.contents {
line-height: 1.2em;
font-size: 1rem !important;
}
div > ul.contents > li:first-child:before {
content: 'On This Page';
display: block;
margin-bottom: 1em;
}
.menu {
font-weight: normal;
margin-top: 1em;
}
.menu .menu__list .menu__list .menu__link {
font-size: 1rem;
}
.navbar .navbar__link {
font-weight: normal;
}
.menu .menu__list-item {
margin-top: 1px;
margin-bottom: 1px;
}
.menu .menu__link.menu__link--sublist:after {
background-size: 1.5rem 1.5rem;
}
.menu .menu__link {
border-radius: 0;
padding: 0.5rem 0.5rem;
}
.docs p {
margin: 1em 0;
}
hr {
border-width: 0;
border-top-width: 1px;
margin: 1em 0;
}
.docs {
/* margin-top: -1em; */
border-bottom: 1px solid var(--ifm-hr-border-color);
margin-bottom: var(--ifm-hr-margin-vertical);
}
.docs .syntax-keyword {
color: tomato;
}
.docs .syntax {
font-size: 0.875em;
font-family: var(--ifm-font-family-monospace);
margin-bottom: var(--ifm-hr-margin-vertical);
}
.docs .syntax-identifier {
font-weight: 600;
}
#docs {
/* used for autogenerated docs in /docs/api */
}
#docs ~ h2 {
font-weight: 600;
/* margin-bottom: 0.875rem; */
}
#docs ~ h3 {
font-weight: 600;
margin-bottom: 0.5rem;
}
#docs ~ h2 + p {
margin-top: 0em;
margin-bottom: 0.875rem;
font-weight: normal;
}
.interface-syntax {
display: block;
/* padding: 0.5em 0; */
}
/* syntax template */
a > code {
color: inherit;
}
.syntax + p {
margin-bottom: 0.5em;
}
.syntax + p code {
background: none;
padding: 0;
/* font-size: 1rem; */
}
.syntax + p > code:first-child {
color: tomato;
}
.syntax + p + p {
margin-top: 0.2 5em;
margin-bottom: 1em;
} | 0.208662 | 0.065157 |
@media (min-width: 992px) {
.mlist-sizing {
max-width: 60%;
}
}
#my-brand {
font-size: x-large;
font-family: 'Fugaz One', cursive;
}
.alt-color {
background-color: #F2F2F2;
}
.subtitle1 {
text-align: center;
color: #4D64AE;
font-size: x-large;
font-weight: 600;
}
.subtitle2 {
text-align: center;
color: #CA3C32;
font-size: x-large;
font-weight: 600;
}
footer {
background-color: #2c2f3e;
color: #fff;
padding-top: 2em;
margin-left: auto;
margin-right: auto;
}
#autohide-navbar {
/* Make it stick/fixed */
position: fixed;
/* Stay on top */
top: 0;
width: 100%;
/* Transition effect when sliding down (and up) */
transition: top 0.3s;
z-index: 1200;
}
/* Container max width */
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
/* Timeline and items */
.timeline {
box-sizing: border-box;
max-width: 800px;
}
.timeline-item {
box-sizing: border-box;
/* background-color: white; */
border-left-color: #a1a1a1;
border-left-width: 2px;
border-left-style: solid;
padding-left: 1.5rem;
position: relative;
}
.timeline-title {
font-weight: 600;
}
.timeline-date {
color: #9c9c9c;
}
.timeline-content {
font-weight: 400;
}
.bold-content {
font-weight: 550;
}
.circle-item:before {
content: "";
position: absolute;
top: 0px;
/* reason for left is the padding on .timeline-item */
left: -1.5rem;
transform: translate(140%, -50%);
width: 0.75rem;
height: 0.75rem;
border-radius: 50%;
background:
#838383;
background-repeat: no-repeat;
box-shadow: 0 0 0 .1875rem rgba(145, 145, 145, 0.25);
}
.icon-link {
vertical-align: text-top;
}
/* **** Projects section **** */
.prj-container {
/* grid-template-columns: repeat(3,1fr); */
grid-auto-rows: 1fr;
}
.prj-card {
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.25);
padding: 10px;
height: 100%;
}
.prj-card img {
height: 215px;
/* width: auto; */
}
.prj-card-title {
font-size: 1rem;
font-weight: 400;
text-transform: uppercase;
}
.prj-card-description {
font-size: 0.9rem;
font-weight: 300;
}
.prj-button-container {
display: flex;
justify-content: space-between;
}
.prj-button {
background-color: #2c2f3e;
width: 50px;
height: 20px;
}
.btn-outline-secondary {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.page-item .page-link {
color: #912614 !important;
background: #fff !important;
}
.page-item.active .page-link {
color: #fff !important;
background: #912614 !important;
border: none;
}
.page-link:focus {
box-shadow: 0 0 0 0.25rem #91271436 !important;
}
.page-item.disabled .page-link {
color: #6c757d !important;
}
.prj-card-wrapper {
transition: opacity 300ms ease-in;
opacity: 1;
height: auto;
}
.prj-card-wrapper.hide {
opacity: 0;
height: 0;
padding: 0 !important;
margin: 0 !important;
/* width: 0; */
overflow: hidden;
}
/* ******** Stack tags ********** */
span.prj-tags {
background-color: rgba(0, 0, 0, 0.1);
/* font-size: 0.9rem; */
font-weight: 400;
padding: 1px 5px;
/* border: 1px solid rgba(0, 0, 0, 0.25); */
border-radius: 7px;
}
span.demo-msg {
color: #6c757d;
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
/* text-decoration: underline; */
} | project/static/css/styles.css | @media (min-width: 992px) {
.mlist-sizing {
max-width: 60%;
}
}
#my-brand {
font-size: x-large;
font-family: 'Fugaz One', cursive;
}
.alt-color {
background-color: #F2F2F2;
}
.subtitle1 {
text-align: center;
color: #4D64AE;
font-size: x-large;
font-weight: 600;
}
.subtitle2 {
text-align: center;
color: #CA3C32;
font-size: x-large;
font-weight: 600;
}
footer {
background-color: #2c2f3e;
color: #fff;
padding-top: 2em;
margin-left: auto;
margin-right: auto;
}
#autohide-navbar {
/* Make it stick/fixed */
position: fixed;
/* Stay on top */
top: 0;
width: 100%;
/* Transition effect when sliding down (and up) */
transition: top 0.3s;
z-index: 1200;
}
/* Container max width */
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
/* Timeline and items */
.timeline {
box-sizing: border-box;
max-width: 800px;
}
.timeline-item {
box-sizing: border-box;
/* background-color: white; */
border-left-color: #a1a1a1;
border-left-width: 2px;
border-left-style: solid;
padding-left: 1.5rem;
position: relative;
}
.timeline-title {
font-weight: 600;
}
.timeline-date {
color: #9c9c9c;
}
.timeline-content {
font-weight: 400;
}
.bold-content {
font-weight: 550;
}
.circle-item:before {
content: "";
position: absolute;
top: 0px;
/* reason for left is the padding on .timeline-item */
left: -1.5rem;
transform: translate(140%, -50%);
width: 0.75rem;
height: 0.75rem;
border-radius: 50%;
background:
#838383;
background-repeat: no-repeat;
box-shadow: 0 0 0 .1875rem rgba(145, 145, 145, 0.25);
}
.icon-link {
vertical-align: text-top;
}
/* **** Projects section **** */
.prj-container {
/* grid-template-columns: repeat(3,1fr); */
grid-auto-rows: 1fr;
}
.prj-card {
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.25);
padding: 10px;
height: 100%;
}
.prj-card img {
height: 215px;
/* width: auto; */
}
.prj-card-title {
font-size: 1rem;
font-weight: 400;
text-transform: uppercase;
}
.prj-card-description {
font-size: 0.9rem;
font-weight: 300;
}
.prj-button-container {
display: flex;
justify-content: space-between;
}
.prj-button {
background-color: #2c2f3e;
width: 50px;
height: 20px;
}
.btn-outline-secondary {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.page-item .page-link {
color: #912614 !important;
background: #fff !important;
}
.page-item.active .page-link {
color: #fff !important;
background: #912614 !important;
border: none;
}
.page-link:focus {
box-shadow: 0 0 0 0.25rem #91271436 !important;
}
.page-item.disabled .page-link {
color: #6c757d !important;
}
.prj-card-wrapper {
transition: opacity 300ms ease-in;
opacity: 1;
height: auto;
}
.prj-card-wrapper.hide {
opacity: 0;
height: 0;
padding: 0 !important;
margin: 0 !important;
/* width: 0; */
overflow: hidden;
}
/* ******** Stack tags ********** */
span.prj-tags {
background-color: rgba(0, 0, 0, 0.1);
/* font-size: 0.9rem; */
font-weight: 400;
padding: 1px 5px;
/* border: 1px solid rgba(0, 0, 0, 0.25); */
border-radius: 7px;
}
span.demo-msg {
color: #6c757d;
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
/* text-decoration: underline; */
} | 0.293101 | 0.097777 |
a
{
color: #00008B;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.skilltext
{
min-width:100px;
min-height:55px;
}
.skillimg
{
float:left;
padding: 5px 5px 5px 5px;
}
.skilldesc
{
display:table-cell;
width:158px;
}
.comment
{
margin-top:5px;
font-size:90%;
font-weight:bold;
border: 1px solid black;
padding: 1px 1px 1px 1px;
margin-left: 1px;
margin-right: 1px;
}
.important
{
padding: 4px;
background-color: tomato;
border: 1px solid black;
}
body
{
background-color: #99999e;
font-family: Verdana ,Arial, sans-serif;
font-size: .8em;
line-height: 1.3em;
margin-left: auto;
margin-right: auto;
width: 780px;
}
.content
{
background-color: #E7E7E7;
margin-top: 10px;
padding: 5px 10px 5px 10px;
}
h1
{
margin-top: 5px;
}
h2
{
padding: 50px 20px ;
}
#page1{
background-image:url('pictures/page1.jpg');
background-repeat: no-repeat;
}
#page2{
background-image:url('pictures/page2.jpg');
background-repeat: no-repeat;
}
#page3{
background-image:url('pictures/page3.jpg');
background-repeat: no-repeat;
}
#page4{
background-image:url('pictures/page4.jpg');
background-repeat: no-repeat;
}
#page5{
background-image:url('pictures/page5.jpg');
background-repeat: no-repeat;
}
#page6{
background-image:url('pictures/page6.jpg');
background-repeat: no-repeat;
}
#page7{
background-image:url('pictures/page7.jpg');
background-repeat: no-repeat;
}
#page8{
background-image:url('pictures/page8.jpg');
background-repeat: no-repeat;
}
#page9{
background-image:url('pictures/page9.jpg');
background-repeat: no-repeat;
}
#page10{
background-image:url('pictures/page10.jpg');
background-repeat: no-repeat;
}
#page11{
background-image:url('pictures/page11.jpg');
background-repeat: no-repeat;
}
#page12{
background-image:url('pictures/page12.gif');
background-repeat: no-repeat;
}
#page13{
background-image:url('pictures/page13.jpg');
background-repeat: no-repeat;
}
#page14{
background-image:url('pictures/page14.jpg');
background-repeat: no-repeat;
}
#page15{
background-image:url('pictures/page15.jpg');
background-repeat: no-repeat;
}
#page16{
background-image:url('pictures/page16.jpg');
background-repeat: no-repeat;
}
#page17{
background-image:url('pictures/page17.jpg');
background-repeat: no-repeat;
}
h3
{
margin-top: 40px;
background-color: #99999e;
}
gb { padding: 5px 5px 5px 5px; }
img
{
}
.menu
{
background-color: #E7E7E7;
float: left;
font-weight: bold;
width: 180px;
height: 8em;
}
.no_bullet
{
list-style: none;
}
li img
{
vertical-align: middle;
margin:1px;
}
.no_bullet_c
{
list-style: none;
text-align: center;
}
p
{
text-indent: 2em;
margin-bottom: 20px;
}
.menu-item
{
padding-left: 4px;
margin-bottom: 0px;
padding-bottom: 0px;
}
ul
{
margin-top: 15px;
}
.center
{
margin-left: auto;
margin-right: auto;
}
table p
{
text-align: center;
max-width:640px;
text-indent: 0em;
}
ul li
{
margin-top:0.3em;
margin-bottom:0.3em;
}
.large
{
font-size:200%;
padding:5px 0px 5px 0px;
} | static/docs/stylesheet.css | a
{
color: #00008B;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.skilltext
{
min-width:100px;
min-height:55px;
}
.skillimg
{
float:left;
padding: 5px 5px 5px 5px;
}
.skilldesc
{
display:table-cell;
width:158px;
}
.comment
{
margin-top:5px;
font-size:90%;
font-weight:bold;
border: 1px solid black;
padding: 1px 1px 1px 1px;
margin-left: 1px;
margin-right: 1px;
}
.important
{
padding: 4px;
background-color: tomato;
border: 1px solid black;
}
body
{
background-color: #99999e;
font-family: Verdana ,Arial, sans-serif;
font-size: .8em;
line-height: 1.3em;
margin-left: auto;
margin-right: auto;
width: 780px;
}
.content
{
background-color: #E7E7E7;
margin-top: 10px;
padding: 5px 10px 5px 10px;
}
h1
{
margin-top: 5px;
}
h2
{
padding: 50px 20px ;
}
#page1{
background-image:url('pictures/page1.jpg');
background-repeat: no-repeat;
}
#page2{
background-image:url('pictures/page2.jpg');
background-repeat: no-repeat;
}
#page3{
background-image:url('pictures/page3.jpg');
background-repeat: no-repeat;
}
#page4{
background-image:url('pictures/page4.jpg');
background-repeat: no-repeat;
}
#page5{
background-image:url('pictures/page5.jpg');
background-repeat: no-repeat;
}
#page6{
background-image:url('pictures/page6.jpg');
background-repeat: no-repeat;
}
#page7{
background-image:url('pictures/page7.jpg');
background-repeat: no-repeat;
}
#page8{
background-image:url('pictures/page8.jpg');
background-repeat: no-repeat;
}
#page9{
background-image:url('pictures/page9.jpg');
background-repeat: no-repeat;
}
#page10{
background-image:url('pictures/page10.jpg');
background-repeat: no-repeat;
}
#page11{
background-image:url('pictures/page11.jpg');
background-repeat: no-repeat;
}
#page12{
background-image:url('pictures/page12.gif');
background-repeat: no-repeat;
}
#page13{
background-image:url('pictures/page13.jpg');
background-repeat: no-repeat;
}
#page14{
background-image:url('pictures/page14.jpg');
background-repeat: no-repeat;
}
#page15{
background-image:url('pictures/page15.jpg');
background-repeat: no-repeat;
}
#page16{
background-image:url('pictures/page16.jpg');
background-repeat: no-repeat;
}
#page17{
background-image:url('pictures/page17.jpg');
background-repeat: no-repeat;
}
h3
{
margin-top: 40px;
background-color: #99999e;
}
gb { padding: 5px 5px 5px 5px; }
img
{
}
.menu
{
background-color: #E7E7E7;
float: left;
font-weight: bold;
width: 180px;
height: 8em;
}
.no_bullet
{
list-style: none;
}
li img
{
vertical-align: middle;
margin:1px;
}
.no_bullet_c
{
list-style: none;
text-align: center;
}
p
{
text-indent: 2em;
margin-bottom: 20px;
}
.menu-item
{
padding-left: 4px;
margin-bottom: 0px;
padding-bottom: 0px;
}
ul
{
margin-top: 15px;
}
.center
{
margin-left: auto;
margin-right: auto;
}
table p
{
text-align: center;
max-width:640px;
text-indent: 0em;
}
ul li
{
margin-top:0.3em;
margin-bottom:0.3em;
}
.large
{
font-size:200%;
padding:5px 0px 5px 0px;
} | 0.256646 | 0.0697 |
.ie-warning {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #000;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
font-family: "Courier New", Courier, monospace;
padding: 50px 0; }
.ie-warning p {
font-size: 17px; }
.ie-warning .iew-container {
min-width: 1024px;
width: 100%;
height: 200px;
background: #fff;
margin: 50px 0; }
.ie-warning .iew-download {
list-style: none;
padding: 30px 0;
margin: 0 auto;
width: 720px; }
.ie-warning .iew-download > li {
float: left;
vertical-align: top; }
.ie-warning .iew-download > li > a {
display: block;
color: #000;
width: 140px;
font-size: 15px;
padding: 15px 0; }
.ie-warning .iew-download > li > a > div {
margin-top: 10px; }
.ie-warning .iew-download > li > a:hover {
background-color: #eee; }
/*====== Warning css ends ======= */
/** =====================
Margin-classes start
========================== **/
/*========== All Margin ===========*/
.m-0 {
margin: 0 !important; }
.m-5 {
margin: 5px; }
.m-10 {
margin: 10px; }
.m-15 {
margin: 15px; }
.m-20 {
margin: 20px; }
.m-25 {
margin: 25px; }
.m-30 {
margin: 30px; }
.m-35 {
margin: 35px; }
.m-40 {
margin: 40px; }
.m-45 {
margin: 45px; }
.m-50 {
margin: 50px; }
/*========== Margin top ===========*/
.m-t-0 {
margin-top: 0; }
.m-t-5 {
margin-top: 5px; }
.m-t-10 {
margin-top: 10px; }
.m-t-15 {
margin-top: 15px; }
.m-t-20 {
margin-top: 20px !important; }
.m-t-25 {
margin-top: 25px; }
.m-t-30 {
margin-top: 30px; }
.m-t-35 {
margin-top: 35px; }
.m-t-40 {
margin-top: 40px; }
.m-t-45 {
margin-top: 45px; }
.m-t-50 {
margin-top: 50px; }
.m-t-70 {
margin-top: 70px; }
.m-t-150 {
margin-top: 150px; }
/*========== Margin Bottom ===========*/
.m-b-0 {
margin-bottom: 0; }
.m-b-5 {
margin-bottom: 5px; }
.m-b-10 {
margin-bottom: 10px !important; }
.m-b-15 {
margin-bottom: 15px; }
.m-b-20 {
margin-bottom: 20px !important; }
.m-b-25 {
margin-bottom: 25px; }
.m-b-30 {
margin-bottom: 30px !important; }
.m-b-35 {
margin-bottom: 35px; }
.m-b-40 {
margin-bottom: 40px; }
.m-b-45 {
margin-bottom: 45px; }
.m-b-50 {
margin-bottom: 50px; }
.m-b-70 {
margin-bottom: 70px; }
/*========== Margin left ===========*/
.m-l-0 {
margin-left: 0; }
.m-l-5 {
margin-left: 5px; }
.m-l-10 {
margin-left: 10px; }
.m-l-15 {
margin-left: 15px; }
.m-l-20 {
margin-left: 20px; }
.m-l-25 {
margin-left: 25px; }
.m-l-30 {
margin-left: 30px; }
.m-l-35 {
margin-left: 35px; }
.m-l-40 {
margin-left: 40px; }
.m-l-45 {
margin-left: 45px; }
.m-l-50 {
margin-left: 50px; }
/*========== Margin Right ===========*/
.m-r-0 {
margin-right: 0; }
.m-r-3 {
margin-right: 3px !important; }
.m-r-5 {
margin-right: 5px !important; }
.m-r-10 {
margin-right: 10px !important; }
.m-r-15 {
margin-right: 15px; }
.m-r-20 {
margin-right: 20px; }
.m-r-25 {
margin-right: 25px; }
.m-r-30 {
margin-right: 30px; }
.m-r-35 {
margin-right: 35px; }
.m-r-40 {
margin-right: 40px; }
.m-r-45 {
margin-right: 45px; }
.m-r-50 {
margin-right: 50px; }
/** =====================
Padding-classes start
========================== **/
/*========== All Padding ===========*/
.p-0 {
padding: 0 !important; }
.p-3 {
padding: 3px; }
.p-5 {
padding: 5px !important; }
.p-10 {
padding: 10px !important; }
.p-15 {
padding: 15px; }
.p-20 {
padding: 20px; }
.p-25 {
padding: 25px; }
.p-30 {
padding: 30px; }
.p-35 {
padding: 35px; }
.p-40 {
padding: 40px !important; }
.p-45 {
padding: 45px; }
.p-50 {
padding: 50px; }
/*========== Padding top ===========*/
.p-t-0 {
padding-top: 0; }
.p-t-2 {
padding-top: 2px !important; }
.p-t-5 {
padding-top: 5px; }
.p-t-10 {
padding-top: 10px !important; }
.p-t-15 {
padding-top: 15px; }
.p-t-20 {
padding-top: 20px; }
.p-t-25 {
padding-top: 25px; }
.p-t-30 {
padding-top: 30px; }
.p-t-35 {
padding-top: 35px; }
.p-t-40 {
padding-top: 40px; }
.p-t-45 {
padding-top: 45px; }
.p-t-50 {
padding-top: 50px; }
/*========== Padding Bottom ===========*/
.p-b-0 {
padding-bottom: 0; }
.p-b-2 {
padding-bottom: 2px !important; }
.p-b-5 {
padding-bottom: 5px; }
.p-b-10 {
padding-bottom: 10px; }
.p-b-15 {
padding-bottom: 15px; }
.p-b-20 {
padding-bottom: 20px; }
.p-b-25 {
padding-bottom: 25px; }
.p-b-30 {
padding-bottom: 30px; }
.p-b-35 {
padding-bottom: 35px; }
.p-b-40 {
padding-bottom: 40px; }
.p-b-45 {
padding-bottom: 45px; }
.p-b-50 {
padding-bottom: 50px; }
.p-b-70 {
padding-bottom: 70px; }
.p-b-100 {
padding-bottom: 100px !important; }
/*========== Padding left ===========*/
.p-l-0 {
padding-left: 0; }
.p-l-5 {
padding-left: 5px; }
.p-l-10 {
padding-left: 10px; }
.p-l-15 {
padding-left: 15px; }
.p-l-20 {
padding-left: 20px; }
.p-l-25 {
padding-left: 25px; }
.p-l-30 {
padding-left: 30px; }
.p-l-35 {
padding-left: 35px; }
.p-l-40 {
padding-left: 40px; }
.p-l-45 {
padding-left: 45px; }
.p-l-50 {
padding-left: 50px; }
/*========== Padding Right ===========*/
.p-r-0 {
padding-right: 0; }
.p-r-5 {
padding-right: 5px; }
.p-r-10 {
padding-right: 10px; }
.p-r-15 {
padding-right: 15px; }
.p-r-20 {
padding-right: 20px !important; }
.p-r-25 {
padding-right: 25px; }
.p-r-30 {
padding-right: 30px; }
.p-r-35 {
padding-right: 35px; }
.p-r-40 {
padding-right: 40px; }
.p-r-45 {
padding-right: 45px; }
.p-r-50 {
padding-right: 50px; }
/** =====================
Font-classes start
========================== **/
/*========== Font Size ===========*/
.f-12 {
font-size: 12px; }
.f-13 {
font-size: 13px; }
.f-14 {
font-size: 14px; }
.f-15 {
font-size: 15px !important; }
.f-16 {
font-size: 16px; }
.f-18 {
font-size: 18px; }
.f-20 {
font-size: 20px; }
.f-22 {
font-size: 22px; }
.f-24 {
font-size: 24px; }
.f-26 {
font-size: 26px !important; }
.f-28 {
font-size: 28px; }
.f-30 {
font-size: 30px; }
.f-35 {
font-size: 35px; }
.f-40 {
font-size: 40px; }
.f-45 {
font-size: 45px; }
.f-52 {
font-size: 52px; }
.f-64 {
font-size: 64px; }
.f-90 {
font-size: 90px; }
.f-120 {
font-size: 120px; }
/*========== Font Weight ===========*/
.f-w-100 {
font-weight: 100; }
.f-w-300 {
font-weight: 300; }
.f-w-400 {
font-weight: 400; }
.f-w-600 {
font-weight: 600; }
.f-w-700 {
font-weight: 700; }
.f-w-900 {
font-weight: 900; }
.f-bold {
font-weight: bold; }
.f-thin {
font-weight: lighter; }
/*========== Font Style ===========*/
.f-normal {
font-style: normal; }
.f-italic {
font-style: italic; }
.f-oblique {
font-style: oblique; }
/** =====================
Text-classes start
========================== **/
/*========== Text align ===========*/
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-overline {
text-decoration: overline; }
.text-through {
text-decoration: line-through; }
.text-underline {
text-decoration: underline; }
.text-plain {
text-decoration: none; }
/** =====================
Positions start
========================== **/
.p-relative {
position: relative; }
.p-absolute {
position: absolute; }
.p-static {
position: static; }
.p-fixed {
position: fixed; }
/** =====================
Floating start
========================== **/
.f-left {
float: left; }
.f-right {
float: right !important; }
.f-none {
float: none; }
/** =====================
Overflow css start
========================== **/
.o-hidden {
overflow: hidden; }
.o-auto {
overflow: auto; }
.o-visible {
overflow: visible; }
/** =====================
Background Color css start
========================== **/
.bg-color-box {
text-align: center;
display: inline-block;
color: #fff;
padding: 10px 20px;
-webkit-box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.49);
box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.49);
font-weight: 600;
margin-right: 20px;
margin-bottom: 20px;
cursor: pointer; }
.bg-color-box span {
display: block; }
.bg-primary {
background-color: #2196F3 !important; }
.bg-dark-primary {
background-color: #2f80e7 !important; }
.bg-success {
background-color: #4CAF50 !important; }
.bg-dark-success {
background-color: #4ca250 !important; }
.bg-danger {
background-color: #ff5252 !important; }
.bg-danger {
background-color: #ff5252 !important; }
.bg-info {
background-color: #40c4ff !important; }
.bg-warning {
background-color: #f57c00 !important; }
.bg-dark-warning {
background-color: #de7203 !important; }
.bg-default {
background-color: #757575 !important; }
.bg-white {
background-color: #fff !important; }
.bg-twitter {
background-color: #1da1f2; }
.bg-facebook {
background-color: #3b5998; }
.bg-dark-facebook {
background-color: #334e88 !important; }
.bg-gray {
background-color: #d7d8da; }
.danger-color {
background: #ff4444; }
.warning-color {
background: #ffbb33; }
.success-color {
background: #00C851; }
.info-color {
background: #33b5e5; }
.default-color {
background: #2BBBAD; }
.primary-color {
background: #4285F4; }
.secondary-color {
background: #aa66cc; }
.elegant-color {
background: #2E2E2E; }
.stylish-color {
background: #3F729B; }
.stylish-color {
background: #3F729B; }
.special-color {
background: #37474F; }
/** =====================
Text-color css start
========================== **/
.txt-primary {
color: #2196F3 !important; }
.txt-white {
color: #fff !important; }
.txt-muted {
color: #777 !important; }
.txt-success {
color: #4CAF50 !important; }
.txt-info {
color: #40c4ff !important; }
.txt-warning {
color: #f57c00 !important; }
.txt-danger {
color: #ff5252 !important; }
/** =====================
Display-classes start
========================== **/
.d-flex {
display: flex;
align-items: center; }
.d-block {
display: block; }
.d-none {
display: none; }
/** =====================
vertical-classes start
========================== **/
.v-middle {
vertical-align: middle !important; }
.v-top {
vertical-align: top; }
.v-bottom {
vertical-align: bottom; }
/** =====================
Border-classes start
========================== **/
.b-none {
border: none !important; }
.b-solid {
border: 1px solid #333; }
.b-dotted {
border: 1px dotted #333; }
.b-radius-0 {
border-radius: 1px dotted #333; }
.b-b-muted {
border-bottom: 1px solid #ccc; }
.b-t-muted {
border-top: 1px solid #ccc; }
.b-l-muted {
border-left: 1px solid #ccc; }
.b-r-muted {
border-right: 1px solid #ccc; }
/**====== Generic-class css end ======**/
/*# sourceMappingURL=generic-class.css.map */ | public/theme/ltr-horizontal/assets/css/generic-class.css | .ie-warning {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #000;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
font-family: "Courier New", Courier, monospace;
padding: 50px 0; }
.ie-warning p {
font-size: 17px; }
.ie-warning .iew-container {
min-width: 1024px;
width: 100%;
height: 200px;
background: #fff;
margin: 50px 0; }
.ie-warning .iew-download {
list-style: none;
padding: 30px 0;
margin: 0 auto;
width: 720px; }
.ie-warning .iew-download > li {
float: left;
vertical-align: top; }
.ie-warning .iew-download > li > a {
display: block;
color: #000;
width: 140px;
font-size: 15px;
padding: 15px 0; }
.ie-warning .iew-download > li > a > div {
margin-top: 10px; }
.ie-warning .iew-download > li > a:hover {
background-color: #eee; }
/*====== Warning css ends ======= */
/** =====================
Margin-classes start
========================== **/
/*========== All Margin ===========*/
.m-0 {
margin: 0 !important; }
.m-5 {
margin: 5px; }
.m-10 {
margin: 10px; }
.m-15 {
margin: 15px; }
.m-20 {
margin: 20px; }
.m-25 {
margin: 25px; }
.m-30 {
margin: 30px; }
.m-35 {
margin: 35px; }
.m-40 {
margin: 40px; }
.m-45 {
margin: 45px; }
.m-50 {
margin: 50px; }
/*========== Margin top ===========*/
.m-t-0 {
margin-top: 0; }
.m-t-5 {
margin-top: 5px; }
.m-t-10 {
margin-top: 10px; }
.m-t-15 {
margin-top: 15px; }
.m-t-20 {
margin-top: 20px !important; }
.m-t-25 {
margin-top: 25px; }
.m-t-30 {
margin-top: 30px; }
.m-t-35 {
margin-top: 35px; }
.m-t-40 {
margin-top: 40px; }
.m-t-45 {
margin-top: 45px; }
.m-t-50 {
margin-top: 50px; }
.m-t-70 {
margin-top: 70px; }
.m-t-150 {
margin-top: 150px; }
/*========== Margin Bottom ===========*/
.m-b-0 {
margin-bottom: 0; }
.m-b-5 {
margin-bottom: 5px; }
.m-b-10 {
margin-bottom: 10px !important; }
.m-b-15 {
margin-bottom: 15px; }
.m-b-20 {
margin-bottom: 20px !important; }
.m-b-25 {
margin-bottom: 25px; }
.m-b-30 {
margin-bottom: 30px !important; }
.m-b-35 {
margin-bottom: 35px; }
.m-b-40 {
margin-bottom: 40px; }
.m-b-45 {
margin-bottom: 45px; }
.m-b-50 {
margin-bottom: 50px; }
.m-b-70 {
margin-bottom: 70px; }
/*========== Margin left ===========*/
.m-l-0 {
margin-left: 0; }
.m-l-5 {
margin-left: 5px; }
.m-l-10 {
margin-left: 10px; }
.m-l-15 {
margin-left: 15px; }
.m-l-20 {
margin-left: 20px; }
.m-l-25 {
margin-left: 25px; }
.m-l-30 {
margin-left: 30px; }
.m-l-35 {
margin-left: 35px; }
.m-l-40 {
margin-left: 40px; }
.m-l-45 {
margin-left: 45px; }
.m-l-50 {
margin-left: 50px; }
/*========== Margin Right ===========*/
.m-r-0 {
margin-right: 0; }
.m-r-3 {
margin-right: 3px !important; }
.m-r-5 {
margin-right: 5px !important; }
.m-r-10 {
margin-right: 10px !important; }
.m-r-15 {
margin-right: 15px; }
.m-r-20 {
margin-right: 20px; }
.m-r-25 {
margin-right: 25px; }
.m-r-30 {
margin-right: 30px; }
.m-r-35 {
margin-right: 35px; }
.m-r-40 {
margin-right: 40px; }
.m-r-45 {
margin-right: 45px; }
.m-r-50 {
margin-right: 50px; }
/** =====================
Padding-classes start
========================== **/
/*========== All Padding ===========*/
.p-0 {
padding: 0 !important; }
.p-3 {
padding: 3px; }
.p-5 {
padding: 5px !important; }
.p-10 {
padding: 10px !important; }
.p-15 {
padding: 15px; }
.p-20 {
padding: 20px; }
.p-25 {
padding: 25px; }
.p-30 {
padding: 30px; }
.p-35 {
padding: 35px; }
.p-40 {
padding: 40px !important; }
.p-45 {
padding: 45px; }
.p-50 {
padding: 50px; }
/*========== Padding top ===========*/
.p-t-0 {
padding-top: 0; }
.p-t-2 {
padding-top: 2px !important; }
.p-t-5 {
padding-top: 5px; }
.p-t-10 {
padding-top: 10px !important; }
.p-t-15 {
padding-top: 15px; }
.p-t-20 {
padding-top: 20px; }
.p-t-25 {
padding-top: 25px; }
.p-t-30 {
padding-top: 30px; }
.p-t-35 {
padding-top: 35px; }
.p-t-40 {
padding-top: 40px; }
.p-t-45 {
padding-top: 45px; }
.p-t-50 {
padding-top: 50px; }
/*========== Padding Bottom ===========*/
.p-b-0 {
padding-bottom: 0; }
.p-b-2 {
padding-bottom: 2px !important; }
.p-b-5 {
padding-bottom: 5px; }
.p-b-10 {
padding-bottom: 10px; }
.p-b-15 {
padding-bottom: 15px; }
.p-b-20 {
padding-bottom: 20px; }
.p-b-25 {
padding-bottom: 25px; }
.p-b-30 {
padding-bottom: 30px; }
.p-b-35 {
padding-bottom: 35px; }
.p-b-40 {
padding-bottom: 40px; }
.p-b-45 {
padding-bottom: 45px; }
.p-b-50 {
padding-bottom: 50px; }
.p-b-70 {
padding-bottom: 70px; }
.p-b-100 {
padding-bottom: 100px !important; }
/*========== Padding left ===========*/
.p-l-0 {
padding-left: 0; }
.p-l-5 {
padding-left: 5px; }
.p-l-10 {
padding-left: 10px; }
.p-l-15 {
padding-left: 15px; }
.p-l-20 {
padding-left: 20px; }
.p-l-25 {
padding-left: 25px; }
.p-l-30 {
padding-left: 30px; }
.p-l-35 {
padding-left: 35px; }
.p-l-40 {
padding-left: 40px; }
.p-l-45 {
padding-left: 45px; }
.p-l-50 {
padding-left: 50px; }
/*========== Padding Right ===========*/
.p-r-0 {
padding-right: 0; }
.p-r-5 {
padding-right: 5px; }
.p-r-10 {
padding-right: 10px; }
.p-r-15 {
padding-right: 15px; }
.p-r-20 {
padding-right: 20px !important; }
.p-r-25 {
padding-right: 25px; }
.p-r-30 {
padding-right: 30px; }
.p-r-35 {
padding-right: 35px; }
.p-r-40 {
padding-right: 40px; }
.p-r-45 {
padding-right: 45px; }
.p-r-50 {
padding-right: 50px; }
/** =====================
Font-classes start
========================== **/
/*========== Font Size ===========*/
.f-12 {
font-size: 12px; }
.f-13 {
font-size: 13px; }
.f-14 {
font-size: 14px; }
.f-15 {
font-size: 15px !important; }
.f-16 {
font-size: 16px; }
.f-18 {
font-size: 18px; }
.f-20 {
font-size: 20px; }
.f-22 {
font-size: 22px; }
.f-24 {
font-size: 24px; }
.f-26 {
font-size: 26px !important; }
.f-28 {
font-size: 28px; }
.f-30 {
font-size: 30px; }
.f-35 {
font-size: 35px; }
.f-40 {
font-size: 40px; }
.f-45 {
font-size: 45px; }
.f-52 {
font-size: 52px; }
.f-64 {
font-size: 64px; }
.f-90 {
font-size: 90px; }
.f-120 {
font-size: 120px; }
/*========== Font Weight ===========*/
.f-w-100 {
font-weight: 100; }
.f-w-300 {
font-weight: 300; }
.f-w-400 {
font-weight: 400; }
.f-w-600 {
font-weight: 600; }
.f-w-700 {
font-weight: 700; }
.f-w-900 {
font-weight: 900; }
.f-bold {
font-weight: bold; }
.f-thin {
font-weight: lighter; }
/*========== Font Style ===========*/
.f-normal {
font-style: normal; }
.f-italic {
font-style: italic; }
.f-oblique {
font-style: oblique; }
/** =====================
Text-classes start
========================== **/
/*========== Text align ===========*/
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-overline {
text-decoration: overline; }
.text-through {
text-decoration: line-through; }
.text-underline {
text-decoration: underline; }
.text-plain {
text-decoration: none; }
/** =====================
Positions start
========================== **/
.p-relative {
position: relative; }
.p-absolute {
position: absolute; }
.p-static {
position: static; }
.p-fixed {
position: fixed; }
/** =====================
Floating start
========================== **/
.f-left {
float: left; }
.f-right {
float: right !important; }
.f-none {
float: none; }
/** =====================
Overflow css start
========================== **/
.o-hidden {
overflow: hidden; }
.o-auto {
overflow: auto; }
.o-visible {
overflow: visible; }
/** =====================
Background Color css start
========================== **/
.bg-color-box {
text-align: center;
display: inline-block;
color: #fff;
padding: 10px 20px;
-webkit-box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.49);
box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.49);
font-weight: 600;
margin-right: 20px;
margin-bottom: 20px;
cursor: pointer; }
.bg-color-box span {
display: block; }
.bg-primary {
background-color: #2196F3 !important; }
.bg-dark-primary {
background-color: #2f80e7 !important; }
.bg-success {
background-color: #4CAF50 !important; }
.bg-dark-success {
background-color: #4ca250 !important; }
.bg-danger {
background-color: #ff5252 !important; }
.bg-danger {
background-color: #ff5252 !important; }
.bg-info {
background-color: #40c4ff !important; }
.bg-warning {
background-color: #f57c00 !important; }
.bg-dark-warning {
background-color: #de7203 !important; }
.bg-default {
background-color: #757575 !important; }
.bg-white {
background-color: #fff !important; }
.bg-twitter {
background-color: #1da1f2; }
.bg-facebook {
background-color: #3b5998; }
.bg-dark-facebook {
background-color: #334e88 !important; }
.bg-gray {
background-color: #d7d8da; }
.danger-color {
background: #ff4444; }
.warning-color {
background: #ffbb33; }
.success-color {
background: #00C851; }
.info-color {
background: #33b5e5; }
.default-color {
background: #2BBBAD; }
.primary-color {
background: #4285F4; }
.secondary-color {
background: #aa66cc; }
.elegant-color {
background: #2E2E2E; }
.stylish-color {
background: #3F729B; }
.stylish-color {
background: #3F729B; }
.special-color {
background: #37474F; }
/** =====================
Text-color css start
========================== **/
.txt-primary {
color: #2196F3 !important; }
.txt-white {
color: #fff !important; }
.txt-muted {
color: #777 !important; }
.txt-success {
color: #4CAF50 !important; }
.txt-info {
color: #40c4ff !important; }
.txt-warning {
color: #f57c00 !important; }
.txt-danger {
color: #ff5252 !important; }
/** =====================
Display-classes start
========================== **/
.d-flex {
display: flex;
align-items: center; }
.d-block {
display: block; }
.d-none {
display: none; }
/** =====================
vertical-classes start
========================== **/
.v-middle {
vertical-align: middle !important; }
.v-top {
vertical-align: top; }
.v-bottom {
vertical-align: bottom; }
/** =====================
Border-classes start
========================== **/
.b-none {
border: none !important; }
.b-solid {
border: 1px solid #333; }
.b-dotted {
border: 1px dotted #333; }
.b-radius-0 {
border-radius: 1px dotted #333; }
.b-b-muted {
border-bottom: 1px solid #ccc; }
.b-t-muted {
border-top: 1px solid #ccc; }
.b-l-muted {
border-left: 1px solid #ccc; }
.b-r-muted {
border-right: 1px solid #ccc; }
/**====== Generic-class css end ======**/
/*# sourceMappingURL=generic-class.css.map */ | 0.36977 | 0.097262 |
.email-application .content-header {
margin-bottom: 0 !important; }
.email-application .email-app-menu {
border-right: 1px solid #E4E7ED;
height: 100%; }
.email-application .email-app-menu .form-group-compose {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-menu .list-group-messages {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-menu .list-group-messages a {
padding: 0.85rem 1rem;
font-size: 1.1rem; }
.email-application .email-app-list #users-list {
position: fixed;
height: -webkit-calc(100vh - 3.21rem);
height: -moz-calc(100vh - 3.21rem);
height: calc(100vh - 3.21rem);
overflow: scroll;
width: 291px;
background: #FFFFFF; }
.email-application .email-app-list #users-list .media {
margin-right: 2px; }
.email-application .email-app-list #users-list .media.active, .email-application .email-app-list #users-list .media:hover {
background: rgba(0, 0, 0, 0.05);
border-right: 2px solid #00b5b8 !important;
margin-right: 0; }
.email-application .email-app-details {
overflow: hidden;
overflow-y: scroll;
height: -webkit-calc(100% - 45px);
height: -moz-calc(100% - 45px);
height: calc(100% - 45px);
margin-bottom: 0; }
.email-application .email-app-details .email-app-options, .email-application .email-app-details .email-app-title {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-details .email-app-options .favorite i, .email-application .email-app-details .email-app-title .favorite i {
cursor: pointer; }
.email-application .sidebar {
width: 499px;
display: table;
height: 100%; }
.email-application .sidebar .email-app-sidebar {
display: table;
height: 100%; }
.email-application .content-right {
width: -webkit-calc(100% - 500px);
width: -moz-calc(100% - 500px);
width: calc(100% - 500px); }
.email-application .app-content, .email-application .content-right, .email-application .content-wrapper, .email-application .content-body {
height: 100%; }
.email-application .content-wrapper {
padding: 0 !important; }
.email-application .sidebar-left {
border-right: 1px solid #E4E7ED;
z-index: 1035;
display: table;
height: 100%; }
.email-application .chat-fixed-search {
position: fixed;
z-index: 1;
background: #FFFFFF;
width: 291px;
padding: 1rem; }
.email-application .chat-fixed-search fieldset {
border-bottom: 1px solid #E4E7ED; }
.email-application .users-list-padding {
padding-top: 83px;
padding-bottom: 60px; }
.email-application .app-content .sidebar-toggle {
position: absolute;
margin-top: 4px;
cursor: pointer;
margin-left: 1rem; }
.email-application .app-content .go-back {
cursor: pointer; }
.email-application .app-content .content-overlay {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
display: block;
z-index: 2;
visibility: hidden; }
.email-application .app-content .content-overlay.show {
visibility: visible;
background-color: rgba(0, 0, 0, 0.6); }
.email-application.horizontal-layout .app-content {
height: -webkit-calc(100% - 207px) !important;
height: -moz-calc(100% - 207px) !important;
height: calc(100% - 207px) !important;
min-height: -webkit-calc(100% - 207px) !important;
min-height: -moz-calc(100% - 207px) !important;
min-height: calc(100% - 207px) !important;
margin-top: 0 !important; }
.email-application.horizontal-layout .email-app-details {
height: -webkit-calc(100% - 2px);
height: -moz-calc(100% - 2px);
height: calc(100% - 2px); }
.email-application.horizontal-layout .email-app-menu, .email-application.horizontal-layout .sidebar-left,
.email-application.horizontal-layout .email-app-list #users-list,
.email-application.horizontal-layout .sidebar .email-app-sidebar {
height: -webkit-calc(100vh - 8rem);
height: -moz-calc(100vh - 8rem);
height: calc(100vh - 8rem); }
@media (max-width: 991.98px) {
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list {
width: -webkit-calc(100% - 207px);
width: -moz-calc(100% - 207px);
width: calc(100% - 207px); }
.email-application .app-content .content-right {
right: -125%;
width: -webkit-calc(100% - 60px);
width: -moz-calc(100% - 60px);
width: calc(100% - 60px);
position: fixed;
top: 56px;
z-index: 10;
height: 100%; }
.email-application .app-content .content-right.show {
right: auto;
left: auto; }
.email-application .app-content .content-right.show .content-header {
margin-bottom: 0 !important; }
.email-application[data-menu="vertical-menu-modern"] .app-content .content-right.show, .email-application.vertical-overlay-menu .app-content .content-right.show {
width: 100%; }
.email-application.horizontal-layout .email-app-list #users-list {
height: -webkit-calc(100vh - 7rem);
height: -moz-calc(100vh - 7rem);
height: calc(100vh - 7rem); }
.email-application.horizontal-layout .email-app-details {
height: -webkit-calc(100% - 100px);
height: -moz-calc(100% - 100px);
height: calc(100% - 100px); }
.email-application.horizontal-layout .app-content .content-right.show {
width: 100%;
top: 113px; }
.email-application.horizontal-menu-padding .chat-fixed-search,
.email-application.horizontal-menu-padding .email-app-list #users-list {
width: -webkit-calc(750px - 270px) !important;
width: -moz-calc(750px - 270px) !important;
width: calc(750px - 270px) !important; }
.email-application.horizontal-menu-padding .app-content .content-right.show {
width: -webkit-calc(750px - 40px);
width: -moz-calc(750px - 40px);
width: calc(750px - 40px);
top: 113px; }
.email-application.vertical-compact-menu .chat-fixed-search,
.email-application.vertical-compact-menu .email-app-list #users-list {
width: -webkit-calc(100% - 360px) !important;
width: -moz-calc(100% - 360px) !important;
width: calc(100% - 360px) !important; }
.email-application.vertical-compact-menu .app-content .content-right.show {
width: -webkit-calc(100% - 120px);
width: -moz-calc(100% - 120px);
width: calc(100% - 120px); }
.email-application.vertical-menu .chat-fixed-search,
.email-application.vertical-menu .email-app-list #users-list {
width: -webkit-calc(100% - 267px) !important;
width: -moz-calc(100% - 267px) !important;
width: calc(100% - 267px) !important; } }
@media (max-width: 767.98px) {
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list {
width: 100%; }
.email-application .chat-fixed-search .form-group {
margin-left: 3.5rem !important; }
.email-application .sidebar-left {
float: left; }
.email-application .content-right {
width: -webkit-calc(100% - 300px);
width: -moz-calc(100% - 300px);
width: calc(100% - 300px);
float: right; }
.email-application .app-content .sidebar-left .email-app-menu {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: 300ms ease all;
-o-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
display: none; }
.email-application .app-content .sidebar-left .email-app-menu.show {
display: block;
position: fixed;
width: 300px;
z-index: 1032;
left: 0;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
height: -webkit-calc(100% - 71px);
height: -moz-calc(100% - 71px);
height: calc(100% - 71px);
height: 100%;
-webkit-transition: 300ms ease all;
-o-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all; }
.email-application .app-content .content-right.show {
width: 100%; }
.email-application.horizontal-layout .chat-fixed-search,
.email-application.horizontal-layout .email-app-list #users-list {
width: 100%; }
.email-application.horizontal-layout .email-app-list #users-list {
height: -webkit-calc(100vh - 4rem);
height: -moz-calc(100vh - 4rem);
height: calc(100vh - 4rem); }
.email-application.horizontal-layout .app-content .content-right.show {
width: 100%;
top: 57px; }
.email-application.horizontal-menu-padding .chat-fixed-search,
.email-application.horizontal-menu-padding .email-app-list #users-list {
width: -webkit-calc(750px - 240px) !important;
width: -moz-calc(750px - 240px) !important;
width: calc(750px - 240px) !important; }
.email-application.horizontal-menu-padding .app-content .content-right.show {
width: -webkit-calc(720px - 190px);
width: -moz-calc(720px - 190px);
width: calc(720px - 190px);
top: 57px; } }
@media only screen and (max-width: 529px) {
.email-application.horizontal-menu-padding .chat-fixed-search,
.email-application.horizontal-menu-padding .email-app-list #users-list {
width: -webkit-calc(100% - 30px) !important;
width: -moz-calc(100% - 30px) !important;
width: calc(100% - 30px) !important; }
.email-application.horizontal-menu-padding .app-content .content-right.show {
width: -webkit-calc(100% - 25px);
width: -moz-calc(100% - 25px);
width: calc(100% - 25px); }
.email-application.horizontal-layout .chat-fixed-search,
.email-application.horizontal-layout .email-app-list #users-list {
width: 100%; }
.email-application.horizontal-layout .email-app-list #users-list {
height: -webkit-calc(100vh - 4rem);
height: -moz-calc(100vh - 4rem);
height: calc(100vh - 4rem); }
.email-application.horizontal-layout .app-content .content-right.show {
width: 100%; } }
.material-vertical-layout.email-application .chat-fixed-search fieldset {
padding-bottom: 0.7rem !important; } | assets/app-assets/css/pages/app-email.css | .email-application .content-header {
margin-bottom: 0 !important; }
.email-application .email-app-menu {
border-right: 1px solid #E4E7ED;
height: 100%; }
.email-application .email-app-menu .form-group-compose {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-menu .list-group-messages {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-menu .list-group-messages a {
padding: 0.85rem 1rem;
font-size: 1.1rem; }
.email-application .email-app-list #users-list {
position: fixed;
height: -webkit-calc(100vh - 3.21rem);
height: -moz-calc(100vh - 3.21rem);
height: calc(100vh - 3.21rem);
overflow: scroll;
width: 291px;
background: #FFFFFF; }
.email-application .email-app-list #users-list .media {
margin-right: 2px; }
.email-application .email-app-list #users-list .media.active, .email-application .email-app-list #users-list .media:hover {
background: rgba(0, 0, 0, 0.05);
border-right: 2px solid #00b5b8 !important;
margin-right: 0; }
.email-application .email-app-details {
overflow: hidden;
overflow-y: scroll;
height: -webkit-calc(100% - 45px);
height: -moz-calc(100% - 45px);
height: calc(100% - 45px);
margin-bottom: 0; }
.email-application .email-app-details .email-app-options, .email-application .email-app-details .email-app-title {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-details .email-app-options .favorite i, .email-application .email-app-details .email-app-title .favorite i {
cursor: pointer; }
.email-application .sidebar {
width: 499px;
display: table;
height: 100%; }
.email-application .sidebar .email-app-sidebar {
display: table;
height: 100%; }
.email-application .content-right {
width: -webkit-calc(100% - 500px);
width: -moz-calc(100% - 500px);
width: calc(100% - 500px); }
.email-application .app-content, .email-application .content-right, .email-application .content-wrapper, .email-application .content-body {
height: 100%; }
.email-application .content-wrapper {
padding: 0 !important; }
.email-application .sidebar-left {
border-right: 1px solid #E4E7ED;
z-index: 1035;
display: table;
height: 100%; }
.email-application .chat-fixed-search {
position: fixed;
z-index: 1;
background: #FFFFFF;
width: 291px;
padding: 1rem; }
.email-application .chat-fixed-search fieldset {
border-bottom: 1px solid #E4E7ED; }
.email-application .users-list-padding {
padding-top: 83px;
padding-bottom: 60px; }
.email-application .app-content .sidebar-toggle {
position: absolute;
margin-top: 4px;
cursor: pointer;
margin-left: 1rem; }
.email-application .app-content .go-back {
cursor: pointer; }
.email-application .app-content .content-overlay {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
display: block;
z-index: 2;
visibility: hidden; }
.email-application .app-content .content-overlay.show {
visibility: visible;
background-color: rgba(0, 0, 0, 0.6); }
.email-application.horizontal-layout .app-content {
height: -webkit-calc(100% - 207px) !important;
height: -moz-calc(100% - 207px) !important;
height: calc(100% - 207px) !important;
min-height: -webkit-calc(100% - 207px) !important;
min-height: -moz-calc(100% - 207px) !important;
min-height: calc(100% - 207px) !important;
margin-top: 0 !important; }
.email-application.horizontal-layout .email-app-details {
height: -webkit-calc(100% - 2px);
height: -moz-calc(100% - 2px);
height: calc(100% - 2px); }
.email-application.horizontal-layout .email-app-menu, .email-application.horizontal-layout .sidebar-left,
.email-application.horizontal-layout .email-app-list #users-list,
.email-application.horizontal-layout .sidebar .email-app-sidebar {
height: -webkit-calc(100vh - 8rem);
height: -moz-calc(100vh - 8rem);
height: calc(100vh - 8rem); }
@media (max-width: 991.98px) {
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list {
width: -webkit-calc(100% - 207px);
width: -moz-calc(100% - 207px);
width: calc(100% - 207px); }
.email-application .app-content .content-right {
right: -125%;
width: -webkit-calc(100% - 60px);
width: -moz-calc(100% - 60px);
width: calc(100% - 60px);
position: fixed;
top: 56px;
z-index: 10;
height: 100%; }
.email-application .app-content .content-right.show {
right: auto;
left: auto; }
.email-application .app-content .content-right.show .content-header {
margin-bottom: 0 !important; }
.email-application[data-menu="vertical-menu-modern"] .app-content .content-right.show, .email-application.vertical-overlay-menu .app-content .content-right.show {
width: 100%; }
.email-application.horizontal-layout .email-app-list #users-list {
height: -webkit-calc(100vh - 7rem);
height: -moz-calc(100vh - 7rem);
height: calc(100vh - 7rem); }
.email-application.horizontal-layout .email-app-details {
height: -webkit-calc(100% - 100px);
height: -moz-calc(100% - 100px);
height: calc(100% - 100px); }
.email-application.horizontal-layout .app-content .content-right.show {
width: 100%;
top: 113px; }
.email-application.horizontal-menu-padding .chat-fixed-search,
.email-application.horizontal-menu-padding .email-app-list #users-list {
width: -webkit-calc(750px - 270px) !important;
width: -moz-calc(750px - 270px) !important;
width: calc(750px - 270px) !important; }
.email-application.horizontal-menu-padding .app-content .content-right.show {
width: -webkit-calc(750px - 40px);
width: -moz-calc(750px - 40px);
width: calc(750px - 40px);
top: 113px; }
.email-application.vertical-compact-menu .chat-fixed-search,
.email-application.vertical-compact-menu .email-app-list #users-list {
width: -webkit-calc(100% - 360px) !important;
width: -moz-calc(100% - 360px) !important;
width: calc(100% - 360px) !important; }
.email-application.vertical-compact-menu .app-content .content-right.show {
width: -webkit-calc(100% - 120px);
width: -moz-calc(100% - 120px);
width: calc(100% - 120px); }
.email-application.vertical-menu .chat-fixed-search,
.email-application.vertical-menu .email-app-list #users-list {
width: -webkit-calc(100% - 267px) !important;
width: -moz-calc(100% - 267px) !important;
width: calc(100% - 267px) !important; } }
@media (max-width: 767.98px) {
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list {
width: 100%; }
.email-application .chat-fixed-search .form-group {
margin-left: 3.5rem !important; }
.email-application .sidebar-left {
float: left; }
.email-application .content-right {
width: -webkit-calc(100% - 300px);
width: -moz-calc(100% - 300px);
width: calc(100% - 300px);
float: right; }
.email-application .app-content .sidebar-left .email-app-menu {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: 300ms ease all;
-o-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
display: none; }
.email-application .app-content .sidebar-left .email-app-menu.show {
display: block;
position: fixed;
width: 300px;
z-index: 1032;
left: 0;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
height: -webkit-calc(100% - 71px);
height: -moz-calc(100% - 71px);
height: calc(100% - 71px);
height: 100%;
-webkit-transition: 300ms ease all;
-o-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all; }
.email-application .app-content .content-right.show {
width: 100%; }
.email-application.horizontal-layout .chat-fixed-search,
.email-application.horizontal-layout .email-app-list #users-list {
width: 100%; }
.email-application.horizontal-layout .email-app-list #users-list {
height: -webkit-calc(100vh - 4rem);
height: -moz-calc(100vh - 4rem);
height: calc(100vh - 4rem); }
.email-application.horizontal-layout .app-content .content-right.show {
width: 100%;
top: 57px; }
.email-application.horizontal-menu-padding .chat-fixed-search,
.email-application.horizontal-menu-padding .email-app-list #users-list {
width: -webkit-calc(750px - 240px) !important;
width: -moz-calc(750px - 240px) !important;
width: calc(750px - 240px) !important; }
.email-application.horizontal-menu-padding .app-content .content-right.show {
width: -webkit-calc(720px - 190px);
width: -moz-calc(720px - 190px);
width: calc(720px - 190px);
top: 57px; } }
@media only screen and (max-width: 529px) {
.email-application.horizontal-menu-padding .chat-fixed-search,
.email-application.horizontal-menu-padding .email-app-list #users-list {
width: -webkit-calc(100% - 30px) !important;
width: -moz-calc(100% - 30px) !important;
width: calc(100% - 30px) !important; }
.email-application.horizontal-menu-padding .app-content .content-right.show {
width: -webkit-calc(100% - 25px);
width: -moz-calc(100% - 25px);
width: calc(100% - 25px); }
.email-application.horizontal-layout .chat-fixed-search,
.email-application.horizontal-layout .email-app-list #users-list {
width: 100%; }
.email-application.horizontal-layout .email-app-list #users-list {
height: -webkit-calc(100vh - 4rem);
height: -moz-calc(100vh - 4rem);
height: calc(100vh - 4rem); }
.email-application.horizontal-layout .app-content .content-right.show {
width: 100%; } }
.material-vertical-layout.email-application .chat-fixed-search fieldset {
padding-bottom: 0.7rem !important; } | 0.198103 | 0.039269 |