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
|
---|---|---|---|---|
.app-selection-btn {
display: flex;
flex-direction: column;
justify-content: space-evenly;
text-align: center;
height: 17vw;
width: 17vw;
padding: 1vh 1vw;
margin: 0.9vw;
border-radius: 10%;
background: white;
}
.btn-link {
text-decoration: none;
}
.app-selection-btn:hover {
animation: app-selection-btn-transition linear 100ms forwards;
cursor: pointer;
}
.app-selection-btn:active {
transform: translateY(2px);
}
.app-selection-btn-caption {
padding: 0.8vh 0.8vw;
font-family: Raleway;
font-size: 1.3vw;
font-style: normal;
font-stretch: condensed;
line-height: 0.83;
letter-spacing: normal;
text-align: center;
color: #000000;
line-height: 120%;
text-decoration: none;
}
.app-selection-btn-caption:hover {
text-decoration: none;
}
.app-selection-btn-description {
padding: 8px;
font-family: Roboto;
font-size: 1vw;
font-style: italic;
font-stretch: condensed;
line-height: 0.83;
letter-spacing: normal;
text-align: center;
color: #000000;
line-height: 140%;
text-decoration: none;
}
.app-selection-btn .s3d-icon {
height: 70px;
width: 70px;
margin: 0 auto;
}
.app-selection-btn .s3d-icon[data-category='3Dtransformation'] {
background-image: url('../../images/3DTransformation.svg');
width: 80px;
}
.app-selection-btn .s3d-icon[data-category='bundleAdjustment'] {
background-image: url('../../images/Bundeladjustment.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitCircleChebyshev'] {
background-image: url('../../images/chebyshev-circle.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitCircleL2'] {
background-image: url('../../images/3DCircle.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitCylinder'] {
background-image: url('../../images/Cylinder.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitLineL2'] {
background-image: url('../../images/3DLine.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitLineRansac'] {
background-image: url('../../images/3DLine2.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitPlaneGauss'] {
background-image: url('../../images/Plane.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitPlaneRansac'] {
background-image: url('../../images/RANSACPlane.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitPoint'] {
background-image: url('../../images/Point.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitSphere'] {
background-image: url('../../images/Sphere.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='paramInversion'] {
background-image: url('../../images/InvertTransformationParameters.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='quatCardan'] {
background-image: url('../../images/QuatCardan.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='transform'] {
background-image: url('../../images/Transform.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='translatePointAlongAxis'] {
background-image: url('../../images/TranslatePointAlongAxis.svg');
background-size: 100% 100%;
}
@keyframes app-selection-btn-transition {
0% {
transform: scale(1);
background: white;
}
100% {
transform: scale(1.1);
background: #cad9f7;
}
}
|
client/src/components/AppSelectionBtn/AppSelectionBtn.css
|
.app-selection-btn {
display: flex;
flex-direction: column;
justify-content: space-evenly;
text-align: center;
height: 17vw;
width: 17vw;
padding: 1vh 1vw;
margin: 0.9vw;
border-radius: 10%;
background: white;
}
.btn-link {
text-decoration: none;
}
.app-selection-btn:hover {
animation: app-selection-btn-transition linear 100ms forwards;
cursor: pointer;
}
.app-selection-btn:active {
transform: translateY(2px);
}
.app-selection-btn-caption {
padding: 0.8vh 0.8vw;
font-family: Raleway;
font-size: 1.3vw;
font-style: normal;
font-stretch: condensed;
line-height: 0.83;
letter-spacing: normal;
text-align: center;
color: #000000;
line-height: 120%;
text-decoration: none;
}
.app-selection-btn-caption:hover {
text-decoration: none;
}
.app-selection-btn-description {
padding: 8px;
font-family: Roboto;
font-size: 1vw;
font-style: italic;
font-stretch: condensed;
line-height: 0.83;
letter-spacing: normal;
text-align: center;
color: #000000;
line-height: 140%;
text-decoration: none;
}
.app-selection-btn .s3d-icon {
height: 70px;
width: 70px;
margin: 0 auto;
}
.app-selection-btn .s3d-icon[data-category='3Dtransformation'] {
background-image: url('../../images/3DTransformation.svg');
width: 80px;
}
.app-selection-btn .s3d-icon[data-category='bundleAdjustment'] {
background-image: url('../../images/Bundeladjustment.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitCircleChebyshev'] {
background-image: url('../../images/chebyshev-circle.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitCircleL2'] {
background-image: url('../../images/3DCircle.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitCylinder'] {
background-image: url('../../images/Cylinder.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitLineL2'] {
background-image: url('../../images/3DLine.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitLineRansac'] {
background-image: url('../../images/3DLine2.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitPlaneGauss'] {
background-image: url('../../images/Plane.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitPlaneRansac'] {
background-image: url('../../images/RANSACPlane.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitPoint'] {
background-image: url('../../images/Point.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='fitSphere'] {
background-image: url('../../images/Sphere.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='paramInversion'] {
background-image: url('../../images/InvertTransformationParameters.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='quatCardan'] {
background-image: url('../../images/QuatCardan.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='transform'] {
background-image: url('../../images/Transform.svg');
background-size: 100% 100%;
}
.app-selection-btn .s3d-icon[data-category='translatePointAlongAxis'] {
background-image: url('../../images/TranslatePointAlongAxis.svg');
background-size: 100% 100%;
}
@keyframes app-selection-btn-transition {
0% {
transform: scale(1);
background: white;
}
100% {
transform: scale(1.1);
background: #cad9f7;
}
}
| 0.534612 | 0.065545 |
@font-face {
font-family: "Helvetica";
src: url("fonts/HelveticaRegular/HelveticaRegular.eot");
src: url("fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"),
url("fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
url("fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: "NeoSansProBold";
src: url("fonts/NeoSansProBold/neosanspro-bold.eot");
src: url("fonts/NeoSansProBold/neosanspro-bold.eot?#iefix") format("embedded-opentype"),
url("fonts/NeoSansProBold/neosanspro-bold.woff") format("woff"),
url("fonts/NeoSansProBold/neosanspro-bold.ttf") format("truetype");
font-style: normal;
font-weight: bold;
font-display: swap;
}
@font-face {
font-family: "NeoSansProRegular";
src: url("fonts/NeoSansProRegular/neosanspro-regular.eot");
src: url("fonts/NeoSansProRegular/neosanspro-regular.eot?#iefix") format("embedded-opentype"),
url("fonts/NeoSansProRegular/neosanspro-regular.woff") format("woff"),
url("fonts/NeoSansProRegular/neosanspro-regular.ttf") format("truetype");
font-style: normal;
font-weight: bold;
font-display: swap;
}
.container {
width: 100%;
margin:0;
padding: 0;
}
.row{
margin: 0;
/*padding: 0;*/
}
html {
margin:0;
padding: 0;
min-height: 100%;
font-size:inherit;
}
body {
height: 100%;
}
/* позиционирование*/
.mt10{
margin-top: 10px;
}
.mt20{
margin-top: 20px;
}
.mt30{
margin-top: 30px;
}
.mt50{
margin-top: 50px;
}
.mt100{
margin-top: 100px;
}
.mb10{
margin-bottom: 10px;
}
.mb20{
margin-bottom: 20px;
}
.mb30{
margin-bottom: 30px;
}
.mb50{
margin-bottom: 50px;
}
.mb100{
margin-bottom: 100px;
}
.pt10{
padding-top: 10px;
}
.pt20{
padding-top: 20px;
}
.pt30{
padding-top: 30px;
}
header{
overflow-x: visible;
}
header .b-top__header {
height: 150px;
position: relative;
}
.b-top__logo {
position: relative;
vertical-align: middle;
height: 100%;
line-height: 110px;
background: url(/img/b-header__background.png) 0 0 repeat-x scroll;
}
.b-top__logo img {
max-width: 70%;
}
.logo_v2 {
width: 80%;
}
.b-top__header .b-top__logo .b-top__logo__corner {
position: absolute;
/*width: 57px;*/
width: 42px;
/*height: 149px;*/
height: 109px;
top: 1px;
/*right: -57px;*/
right: -42px;
z-index: 1000;
background: transparent url(/img/b-header__corner.png) 0 0 no-repeat scroll;
}
.b-top__header .b-top__info {
position: relative;
height: 110px;
background: transparent url(/img/b-header__right__background.png) 0 0 repeat-x scroll;
padding-left: 57px;
}
.b-top__info__above {
height: 100%;
margin-top: 42px;
text-align: center;
}
.b-top__info__above .b-top-btn {
height: 40px;
line-height: 40px;
padding: 0 20px;
text-transform: uppercase;
margin-right: 23px;
background-image: -webkit-linear-gradient(top,#0090d7 0,#0e3e74 100%);
background-image: -o-linear-gradient(top,#0090d7 0,#0e3e74 100%);
background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);
background-repeat: repeat-x;
border: 0;
color: #fff;
border-radius: 3px;
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
position: relative;
top:-7px;
}
.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
border-radius:3px;
padding-left: 1em;
padding-right:1em;
}
.b-top__info__above .b-top-btn i {
top: 6px;
margin-right: 3px;
}
.b-icon__phone {
background: transparent url(/img/b-header__icon__phone.png);
height: 22px;
width: 22px;
}
.b-icon {
position: relative;
display: inline-block;
line-height: 1;
}
.b-top__info__above .b-top-btn span {
display: inline-block;
text-transform: uppercase;
font-family: NeoSansProBold,sans-serif;
font-size: 13px;
letter-spacing: 1px;
line-height: 1;
}
.b-top__info__above p {
display: inline-block;
margin-bottom: 0;
height: 40px;
}
.b-top__info__above p .tel {
font-family: NeoSansProBold,sans-serif;
font-size: 28px;
color: #575756;
line-height: 1;
position: relative;
top: 0;
}
header .b-top__header .b-top__info__menu {
position: absolute;
background: transparent url(/img/b-header__menu__background.png) 0 0 repeat-x scroll;
width: 100%;
bottom: 0;
left: 0;
}
header .b-top__header .b-top__info__menu>ul{
font-size: 14px;
padding: 0 5px 0 5px;
width: 100%;
display: table;
table-layout: fixed;
margin-left: 0!important;
margin-bottom: 0!important;
}
header .b-top__header .b-top__info__menu>ul>li {
height: 40px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
header .b-top__header .b-top__info__menu>ul>li.delimiter {
background: transparent url(/img/b-header__menu__divider.png) 0 2px no-repeat scroll;
width: 14px;
}
header .b-top__header .b-top__info__menu>ul>li>a:hover,
header .b-top__header .b-top__info__menu>ul>li>a:visited,
header .b-top__header .b-top__info__menu>ul>li>a:focus {
text-decoration: none;
}
header .b-top__header .b-top__info__menu>ul>li>a:visited {
color: #706f6f;
}
header .b-top__header .b-top__info__menu>ul>li>a {
display: inline-block;
width: 100%;
font-family: NeoSansProRegular,sans-serif;
line-height: 1;
color: #706f6f;
}
/*dropdown-menu*/
header .b-top__header .b-top__info__menu>ul>li .dropdown-menu {
border: 0;
z-index: 1002;
font-size: 13px;
min-width: 100px;
margin-top: 0;
padding: 10px 0;
background-image: -webkit-linear-gradient(top,#fff 0,#c6c6c6 100%);
background-image: -o-linear-gradient(top,#fff 0,#c6c6c6 100%);
background-image: linear-gradient(to bottom,#fff 0,#c6c6c6 100%);
background-repeat: repeat-x;
}
header .b-top__header .b-top__info__menu > ul > li.active > a,
header .b-top__header .b-top__info__menu > ul > li > a.active {
color: #f39200;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
/*border: 1px solid #ccc;*/
border: 1px solid rgba(0,0,0,.15);
border-radius: 8px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #f39200;
text-decoration: none;
outline: 0;
background-color: transparent;
}
.footer.container {
background-color: #154976;
}
.b-footer__sitemap {
line-height: 100px;
height: 100%;
}
.footer {
position: relative;
z-index: 1000;
overflow: hidden;
}
#push, .footer {
height: 100px;
clear: both;
}
.footer.container .row .b-footer__info, .footer.container .row .b-footer__menu, .footer.container .row .b-footer__sitemap {
line-height: 100px;
height: 100%;
}
.footer.container .row .b-footer__info .b-footer__info__content {
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.footer.container .row .b-footer__info p {
margin-bottom: 0;
}
p {
margin: 0 0 10px;
}
.footer.container .row {
height: 100%;
color: #fff;
font-size: 11px;
}
.footer.container .row .b-footer__menu {
text-transform: uppercase;
}
/*.footer.container .row .b-footer__menu>ul, .footer.container .row .b-footer__sitemap>ul {*/
/*margin-bottom: 0;*/
/*}*/
/*.list-inline {*/
/*padding-left: 0;*/
/*list-style: none;*/
/*margin-left: -5px;*/
/*}*/
.footer.container .row .b-footer__menu ul>li:first-child {
padding-left: 0;
}
.footer.container .row .b-footer__menu ul>li {
padding: 0 15px;
}
.footer a:hover, .footer a:visited, .footer a:focus {
text-decoration: none;
}
.footer a:visited {
color: #fff;
}
.footer a {
color: #fff;
}
.footer.container .row .b-footer__info, .footer.container .row .b-footer__menu, .footer.container .row .b-footer__sitemap {
line-height: 100px;
height: 100%;
}
.b-footer__sitemap {
font-size:10px;
}
.b-sidebar.b-sidebar__no_banner {
/*top: 150px;*/
top:0;
height: 100%;
}
.b-sidebar {
/*position: absolute;*/
/*top: 410px;*/
background-image: -webkit-linear-gradient(left,#fff 0,#ededed 100%);
background-image: -o-linear-gradient(left,#fff 0,#ededed 100%);
background-image: linear-gradient(to right,#fff 0,#ededed 100%);
background-repeat: repeat-x;
padding-top: 23px;
padding-left: 0;
padding-right: 0;
font-size: 15px;
}
.b-sidebar {
bottom: 0;
}
#accordion ul {
padding: 4px 0 0 10px;
list-style-type: circle;
list-style-position: inside;
}
#accordion ul .active {
color: #fff;
}
.b-sidebar ul li {
min-height: 29px;
padding: 7px 15px;
line-height: 1;
/*list-style:none;*/
}
.b-sidebar ul li a:hover,
.b-sidebar ul li a:focus,
.b-sidebar ul li a:visited {
text-decoration: none;
}
.b-sidebar ul li a:visited {
color: #706f6f;
}
.b-sidebar ul li a {
color: #706f6f;
}
.b-sidebar ul li.active {
background: #f39200;
}
.b-sidebar ul li.active a {
color: #fff;
}
/*.accordion_toggle{*/
/*position: relative;*/
/*right:10px;*/
/*top:-22px;*/
/*color: #706f6f;*/
/*}*/
.b-content {
min-height: 400px;
/*font-size: 12px;*/
font-size: 13px;
/*color:#5f6973;*/
color:#444;
line-height: 15px;
padding-left: 30px;
padding-right: 30px;
max-width: 876px;
}
.b-content h1 {
font-size: 20px;
margin-top: 25px;
margin-bottom: 12px;
}
.b-content h2 {
font-size: 18px;
}
.table-default td {
padding:5px;
}
.w360static {
width: 360px;
margin: 5px;
float: left;
}
.w810static {
width: 810px;
margin-top: 5px;
margin-bottom:5px;
float: left;
}
.w100{
width: 100%;
}
.absolute {
position: absolute;
}
.h100{
height:100%;
}
.overhide{
overflow: hidden;
}
.row.match-my-cols {
overflow: hidden;
}
.row.match-my-cols .b-sidebar{
margin-bottom: -99999px;
padding-bottom: 99999px;
}
header .b-top__header .b-top__header__shadow {
background-image: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0,transparent 100%);
background-image: -o-linear-gradient(top,rgba(0,0,0,.2) 0,transparent 100%);
background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,transparent 100%);
background-repeat: repeat-x;
height: 15px;
width: 100%;
position: absolute;
z-index: 1001;
bottom: -15px;
left: 0;
}
header .b-top__banner {
height: 260px;
position: relative;
}
header .b-top__banner .b-top__banner__text {
height: 100%;
z-index: 1000;
width: 46%;
background: #0090d7 url(/img/b-banner__background.png) 100% 0 repeat-y scroll;
}
header .b-top__banner .b-top__banner__text .b-top__banner__text_message {
padding-top: 60px;
color: #fff;
}
header .b-top__banner .b-top__banner__text .b-top__banner__text_corner {
position: absolute;
width: 67px;
height: 100%;
top: 0;
right: -67px;
background: transparent url(/img/b-banner__corner.png) 100% 0 no-repeat scroll;
z-index: -1;
}
header .b-top__banner .b-top__banner_picture {
position: relative;
right: 0;
top: 0;
padding: 0;
height: 100%;
width: 54%;
overflow: hidden;
background-image: url(/img/top_face_trucks.jpg);
background-size: cover;
background-position: center;
}
header .b-top__banner .b-top__banner__shadow {
background-image: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.2) 100%);
background-image: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.2) 100%);
background-image: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.2) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
height: 15px;
width: 100%;
position: absolute;
z-index: 1000;
bottom: 0;
left: 0;
}
.top_bigtable{
font-weight:bold;
}
.russia_prices p {
margin: 3px;
}
.b-icon__close {
background: transparent url(/img/b-header__icon__close.png);
height: 16px;
width: 16px;
}
.b-icon {
position: relative;
display: inline-block;
line-height: 1;
}
.sitemap .list-inline > li {
display: block;
}
.sitemap {
padding-top: 20px;
font-size: 16px;
line-height: 20px;
}
.order-btn {
background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);
background-repeat: repeat-x;
text-transform: uppercase;
font-size:12px;
border: 0;
padding: 10px 1em;
color: #fff;
border-radius: 3px;
text-shadow:0px 1px 0px rgba(0,0,0,0.6);
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
}
.order-btn[aria-expanded="true"] {
color: #0e3e74;
background-image: none;
/*background-color: #286090;*/
background-color: rgba(40,90,144,0.5);
border-color: #204d74;
box-shadow:inset 0px 0px 7px 1px #286090;
text-shadow:0px 1px 0px rgba(255,255,255,0.6);
position:relative;
top:1px;
}
.sendorder-btn {
background-image: linear-gradient(to bottom,#F3BB00 0,#f39200 100%);
background-repeat: repeat-x;
text-transform: uppercase;
font-size:12px;
border: 0;
padding: 10px;
color: #fff;
border-radius: 0;
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
width: 100%;
}
.panel-default .russia_prices,
.test_clean_collapse .russia_prices {
width: 100%;
font-size: 16px;
margin-top: 5px;
}
.panel-default .russia_prices td,
.panel-default .russia_prices th,
.test_clean_collapse .russia_prices td,
.test_clean_collapse .russia_prices th{
padding: 7px;
border: 1px solid #0090d7;
text-align: left;
}
.panel-default .panel-heading {
background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);
background-repeat: repeat-x;
text-transform: uppercase;
font-size:12px;
border: 0;
padding: 10px;
color: #fff;
border-radius: 0;
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
}
.panel {
margin-bottom: 5px;
}
.panel-default {
border: none;
}
.test_clean_collapse {
text-align: center;
}
.test_clean_collapse a:active {
box-shadow: none;
}
.test_clean_collapse .panel-heading{
padding: 0px 15px;
}
.alert-success {
color: #f39200;
background-color: rgba(243,187,0,0.15);
border-color: rgba(243,187,0,0.3);
}
.navbar-toggle {
z-index:1000;
margin-top: 30px;
}
.navbar-toggle .icon-bar {
display: block;
width: 32px;
height: 2px;
border-radius: 0;
margin: 5px;
background-color: white;
}
#hamburger.is-active {
border: 1px solid white;
}
/*f39200*/
/*orange #f39200*/
/*yellow #F3BB00 rgba(243,187,0,2) */
/*blue1 #0090d7*/
/*blue2 #0e3e74*/
.b-top__banner .lead {
font-size: 24px;
font-weight:bold;
}
.modal-title{
font-size: 18px;
font-weight:bold;
}
.breadcrumb {
background-color: transparent;
margin-top: 10px;
margin-bottom: 0;
font-size:0.8rem;
}
.breadcrumb li a {
/*color: #706f6f;*/
color: #A5A4A4;
}
@media (min-width: 768px) {
.b-top__info__menu ul.list-inline li.dropdown:hover > ul.dropdown-menu {
display: block;
}
}
.phoneIconSvg{
width: 25px;
height: 25px;
position: relative;
left: 0;
top: 7px;
}
.footer_icons {
margin-top: 21px;
}
.footer_icons .icon{
display: inline-block;
}
.footer_icons svg{
width: 50px;
height: 50px;
}
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/*========== Less than ==========*/
@media only screen and (max-width : 1150px) {
.b-top__info__above p .tel {
font-size: 18px;
line-height: 1.7;
top: 0;
margin-left: 36px;
}
.w810static {
width: 100%;
}
}
@media only screen and (max-width : 991px) {
.b-top__info__above p .tel {
font-size: 24px;
line-height: 1;
top: -21px;
margin: auto;
}
.b-top__info__above .b-top-btn {
top: -25px;
position: relative;
}
.b-top__logo a img {
width: 100%;
}
header .b-top__header .b-top__info .b-top__info__menu>ul {
font-size: 13px;
}
}
@media only screen and (max-width : 820px) {
header .b-top__header .b-top__info__menu>ul {
font-size: 12px;
}
}
@media only screen and (max-width : 767px) {
header .b-top__header .b-top__info__menu > ul {
font-size: 14px;
}
header .b-top__header .b-top__info__menu{
background-color: #ffffff;
top: 0;
padding-top: 10px;
background-image: none;
position: relative;
}
header .b-top__header .b-top__info__menu .delimiter{
display: none;
}
header .b-top__header .b-top__info__menu > ul > li {
height: 30px;
/*display: table-cell;*/
display: block;
text-align: center;
vertical-align: middle;
}
header .b-top__header {
height: auto;
position: relative;
}
.b-top__logo {
line-height: 110px;
}
.b-top__logo a img {
width: 300px;
}
.b-top__header .b-top__info {
height: 62px;
padding-left: 17px;
}
.b-top__info__above p .tel {
font-size: 24px;
line-height: 1;
top: -30px;
margin: auto;
}
.b-top__info__above .b-top-btn {
top: -35px;
position: relative;
}
header .b-top__header .b-top__info .b-top__info__menu > ul {
padding: 0 5px 0 0;
}
.footer.container .row .b-footer__menu{
line-height: 20px;
font-size: 16px;
padding-top: 5px;
}
.footer_icons {
margin-top: 0;
}
.w810static {
width: 100%;
}
}
@media only screen and (max-width : 640px) {
.w360static {
width: 240px;
}
.top_bigtable{
font-size:9px;
/*word-wrap: break-word;*/
/*width:300px;*/
}
}
@media only screen and (max-width : 480px) {
.hidden480{
display: none;
}
.w360static {
width: 200px;
}
.b-content {
padding-left: 15px;
padding-right: 15px;
}
header .b-top__banner .b-top__banner__text .b-top__banner__text_message {
padding-top: 20px;
color: #fff;
}
header .b-top__header .b-top__info .b-top__info__menu>ul {
font-size: 11px;
}
}
@media only screen and (max-width : 360px) {
header .b-top__header .b-top__info .b-top__info__menu>ul {
font-size: 10px;
}
.b-top__header .b-top__info {
padding: 0px;
}
.footer.container .row .b-footer__menu{
font-size: 12px;
}
.w360static {
width: 200px;
}
.footer.container .row .b-footer__info .b-footer__info__content {
font-size: 10px;
}
}
/* ARTICLE */
html,
body {
height: 100%;
/*font-size:inherit;*/
}
img.cover {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center center;
}
.row-eq-height-xs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.pl0{
padding-left: 0;
}
.pr0{
padding-right: 0;
}
.pt0{
padding-top: 0;
}
.pl5{
padding-left: 5px;
}
.pr5 {
padding-right: 5px;
}
.pl10 {
padding-left: 10px;
}
.pl50 {
padding-left: 50px;
}
.pr50 {
padding-right: 50px;
}
.pb20{
padding-bottom: 20px !important;
}
.pb30{
padding-bottom: 30px;
}
.pb80{
padding-bottom: 80px;
}
.mt10{
margin-top: 10px;
}
.mt20{
margin-top: 20px;
}
.mt25{
margin-top: 25px;
}
.mt30{
margin-top: 30px;
}
.mt50{
margin-top: 50px;
}
.mt80{
margin-top: 80px;
}
.mt100{
margin-top: 100px;
}
.mt200{
margin-top: 200px;
}
.mt250{
margin-top: 250px;
}
.mt300{
margin-top: 300px;
}
.mb10 {
margin-bottom: 10px;
}
.mb0 {
margin-bottom: 0;
}
.pb50{
padding-bottom: 50px;
}
@media only screen and (max-width : 767px) {
.mbxs50 {
margin-bottom: 50px;
}
}
.max-w100per{
max-width: 100%;
}
.min-h600{
min-height: 600px;
}
.min-h100{
min-height: 100px;
}
.min-h80{
min-height: 80px;
}
.min-h50{
min-height: 50px;
}
.h100per{
height: 100%;
}
.h500{
height: 500px;
}
.h600{
height: 600px;
}
.w200{
width: 200px;
}
.w100{
width: 100px;
}
.w80{
width: 80px;
}
.w50{
width: 50px;
}
.w100per{
width:100%;
}
.w90per{
width:90%;
}
.w80per{
width:80%;
}
.w50perSm{
width:50%;
}
@media only screen and (max-width : 767px) {
.w50perSm {
width:100%;
}
}
.w50per{
width:50%;
}
.w30per{
width:30%;
}
.w30perCenter{
width:30%;
display: block;
position: relative;
margin-left:35%;
margin-bottom: 5px;
}
.w30perSm{
width:30%;
}
@media only screen and (max-width : 767px) {
.w30perSm {
width:100%;
}
}
.w30per{
width:30%;
}
.w20perSm{
width:20%;
}
@media only screen and (max-width : 767px) {
.w20perSm {
width:100%;
}
}
.w20per{
width:20%;
}
.w10per{
width:10%;
}
.bgr {
background-size: cover;
background-position: center;
}
.dark .shadow {
text-shadow: 1px 1px 1px black;
}
.dark .bigShadow {
text-shadow: 1px 1px 2px black,
2px 2px 5px black,
4px 4px 10px black,
4px 4px 15px black,
4px 4px 20px black,
4px 4px 25px black;
}
.bigShadowWhite {
text-shadow: 1px 1px 2px white,
2px 2px 5px black,
4px 4px 10px black,
4px 4px 15px black,
4px 4px 20px black,
4px 4px 25px black;
}
.ttu{
text-transform: uppercase;
}
.bb{
border-bottom: 1px solid rgba(0,0,0,.3);
}
.dark .bb{
border-bottom: 1px solid white;
}
.bt{
border-top: 1px solid rgba(0,0,0,.3);
}
.dark .bt{
border-top: 1px solid white;
}
.brs5{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.article_front_1 h1{
font-size: 42px;
color: #5f6973;
}
.article_front_1 h3{
font-size: 18px;
}
.text-center {
text-align: center;
display: block;
}
.text-grey {
color: #838e9a;
}
.table{
display: table;
}
.table-cell {
display: table-cell;
}
.table-row {
display: table-row;
}
.table-column {
display: table-column;
}
.vertical-middle{
vertical-align: middle;
}
.white_bgr {
background-color: #FFFFFF;
color: #333;
}
.light_yellow {
background-color: #FFF4D7;
color: #333;
}
.grey {
background-color: #f5f5f5;
color: #333;
}
.blue {
background-color: #154976;
color: white;
}
.blue h1,.blue h2,.blue h3,.blue h4,.blue h5,.blue h6 {
color: white;
}
.blue .text-grey {
color: #5D92C2;
}
/* dark */
.dark .has-error .help-block {
color: #fff;
}
.dark {
/*background-color: #487B97;*/
/*background-color: #1A6F9D;*/
color: white;
background-color: #30353b;
/*color: #838e9a;*/
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
color: white;
}
.yellowH1 h1{
color: #f7941e;
}
.yellowH1.dark .bigShadow{
text-shadow: 0 0 5px #fff, 0 0 5px #fff,
0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff,
0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff,
0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff,
0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff,
0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff,
0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
}
.dark .input-group .form-control {
background-color: transparent;
border-color: white;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-top-left-radius: 50px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 50px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 50px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 50px;
}
.dark .form-control::-moz-placeholder {
color: #fff;
opacity: 1;
}
.dark .form-control:-ms-input-placeholder,
.dark .form-control::-webkit-input-placeholder{
color: #fff;
opacity: 1;
}
.dark .input-group .form-control{
color: #fff;
}
.dark .input-group .btn-submit{
background-color: #F7941E;
text-transform: uppercase;
}
.btn-danger {
background-color: #F7941E;
text-transform: uppercase;
border-radius: 20px;
border:none;
}
.btn-danger:hover {
background-color: #F7941E;
color: #1A6F9D;
}
.trans-black-bgr {
background-color: rgba(0,0,0,0.7);
}
.dark-blue-bgr {
background-color: #154976;
/*background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);*/
/*background-repeat: repeat-x;*/
}
.blue-bgr {
background-color: #0090d7;
}
.yellow-bgr {
background-color: #FFF4D7;
}
/* slick */
.carouselControl {
position: absolute;
cursor: pointer;
display: block;
}
.carouselWrapper {
position: relative;
}
.asb-slick_banner_1 .carouselControl {
top:148px;
margin-top: -40px;
}
@media only screen and (max-width : 991px) {
.asb-slick_banner_1 .carouselControl {
top:118px;
}
}
.asb-slick_1 .carouselControl {
top:148px;
margin-top: -40px;
}
@media only screen and (max-width : 767px) {
.asb-slick_1 .carouselControl {
top:195px;
}
}
.asb-slick_top .carouselControl {
top:50%;
margin-top: -40px;
}
.carouselControl.verticalMiddle {
top:50%;
margin-top: -40px;
}
.carouselControl.whiteSquare svg{
fill:#000000;
background-color: rgba(255,255,255,.8);
transition: background-color .3s, stroke .3s;
stroke:transparent;
}
@media only screen and (max-width : 480px) {
.carouselControl.whiteSquare svg{
background-color: rgba(255,255,255,.6);
width: 50px;
height: 50px;
}
}
.carouselControl.whiteSquare svg:hover{
stroke:#000000;
background-color: rgba(255,255,255,.9);
transition: background-color .3s, stroke .3s;
}
.asb-slick_top .carouselControl svg{
fill:#000000;
background-color: rgba(255,255,255,.8);
width: 80px;
height: 80px;
transition: background-color .3s, stroke .3s;
stroke:transparent;
/*transition: transform .90s;*/
/*transform: scale(1) translateZ(0);*/
}
@media only screen and (max-width : 480px) {
.asb-slick_top .carouselControl svg{
background-color: rgba(255,255,255,.6);
width: 50px;
height: 50px;
}
}
.asb-slick_top .carouselControl svg:hover{
stroke:#000000;
background-color: rgba(255,255,255,.9);
transition: background-color .3s, stroke .3s;
}
/*.carouselControl {*/
/*cursor: alias;*/
/*}*/
.carouselControl svg{
width: 80px;
height: 80px;
}
.asb-slick_3 .carouselControl {
top:50%;
margin-top: -40px;
}
.slickPrev,
.asb-slick_banner_1_slickPrev{
left:10px;
}
.slickNext,
.asb-slick_banner_1_slickNext{
right:10px;
}
.sticky_slick_top_slickPrev,
.sticky_slickPrev {
left: 0;
}
.sticky_slick_top_slickNext,
.sticky_slickNext {
right: 0;
}
.outside.slickPrev{
left:-60px;
}
.outside.slickNext{
right:-60px;
}
@media only screen and (max-width : 991px) {
.outside.slickPrev{
left:-40px;
}
.outside.slickNext{
right:-40px;
}
}
.bright .carouselControl svg{
fill: #ffffff;
}
.carouselControl svg{
fill: #0F63A4;
}
.carouselControl svg:hover{
fill:#838e9a;
}
.bright .carouselControl svg:hover{
fill:#838e9a;
}
.dark .carouselControl svg {
stroke:#838e9a;
}
.dark .carouselControl svg:hover {
stroke:#fff;
}
.carousel_item .abtn{
position: absolute;
left:30px;
top:100px;
z-index:1000;
}
.carousel_item .rbtn{
position: relative;
left: -20vw;
top: -100px;
}
.slick-dots {
position: absolute;
bottom: 50px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
display: inline-block;
margin: 5px;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 1px solid white;
outline: none;
background: transparent;
border-radius: 50px;
}
/*.slick-dots li button:hover {*/
/*border: 1px solid #838e9a;*/
/*}*/
.slick-dots li.slick-active button {
opacity: .75;
background: white;
color: black;
}
.blue_circle {
background-color: #0090d7;
/*background: url(/img/b-header__background.png) 0 0 repeat-x scroll;*/
color: #fff;
text-align: center;
padding: 10px;
border-radius: 50px;
width:auto;
font-size: 26px;
line-height: 1.1;
}
.text_blue_center {
color: #0090d7;
text-align: center;
}
.text_small{
font-size:0.75em;
}
@media only screen and (max-width : 767px) {
.text_small {
font-size:1em;
}
}
@media only screen and (min-width : 768px) {
.display_xs {
display: none;
}
.hidden_xs {
display: block;
}
}
@media only screen and (max-width : 767px) {
.display_xs {
display: block;
}
.hidden_xs {
display: none;
}
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
color: #5f6973;
}
.asb-header_on_img .header {
position: absolute;
background-color: rgba(0,0,0,0.5);
color: #ffffff;
margin-top: 10px;
padding: 5px;
font-size: 13px;
}
.asb-header_on_img .image_box {
}
@media only screen and (max-width : 767px) {
.asb-header_on_img .image_box {
width: 300px;
position: relative;
left: 50%;
margin-left: -150px;
}
}
.box {
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
.bigBox {
padding: 50px;
margin-top: 80px;
margin-bottom: 80px;
}
.float-right{
float:right;
margin-left: 10px;
margin-bottom: 10px;
}
.float-left{
float:left;
margin-right: 10px;
margin-bottom: 10px;
}
/*section {*/
/*padding-top: 30px;*/
/*padding-bottom: 30px;*/
/*}*/
section::after {
content: "";
clear: both;
display: table;
}
img {
max-width: 100%;
}
.article_view {
font-size: 13px;
/*color:#5f6973;*/
color:#444;
}
.price-calculator .box {
/*background-color: #f5f5f5;*/
background-color: #f5f5f5;
border: 1px #ccc solid;
border-radius: 10px;
}
.asbi-v_svg_head_text .svg svg {
width: 80px;
height: 80px;
}
@media only screen and (max-width : 767px) {
.asbi-h_2col-img_text .image {
width: 250px;
position: relative;
left: 50%;
margin-left: -125px;
}
}
.dark .magImg i, .dark a{
color: #ffffff;
}
.asb-bs_horiz_2 .magImg i{
font-size:3em;
}
.arrowDown_ico{
width: 90px;
height: 120px;
position: relative;
}
.arrow_ico{
width: 90px;
height: 74px;
position: absolute;
left:-45px;
top:20px;
}
.city-price-calc .submit {
margin-top: 44px;
}
.city-price-calc #calcResult {
font-size: 1rem;
color: #000000;
/*color: #FF511A;*/
}
.city-price-calc{
border:1px solid #ccc;
border-radius: 10px;
background-color: #FFF4D7;
}
.ul_no_dot ul {
list-style-type:none;
}
.illustration_fw{
overflow: hidden;
}
.alignFullImg {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 1000%;
width: auto;
}
.text-success {
color: #449d44;
}
.text-warning{
color: #F7941E;
}
.text-info{
color: #17a2b8;
}
.text-danger{
color: #dc3545;
}
.dark .bordered{
border:1px solid white;
}
.bordered{
border:1px solid grey;
}
.shortOrderForm label{
text-transform: uppercase;
font-weight:normal;
}
.has-error .control-label,
.has-success .control-label{
color: inherit;
/*text-shadow: 1px 1px 2px white, -1px -1px 2px white;*/
}
.as-top_h1_form h1{
margin-top: 1em;
margin-left: 1em;
}
.as-top_h1_form .advantages{
color: #F3BB00;
/*color: #f39200;*/
/*color: #FFF4D7;*/
font-size:1.7rem;
padding-left:2em;
}
@media only screen and (max-width : 480px) {
.as-top_h1_form .advantages{
font-size:1.2rem;
padding-left:inherit;
}
.as-top_h1_form h1{
font-size:1.4rem;
margin-left: inherit;
}
}
.as-top_h1_form .bordered{
border-color: #F3BB00;
/*font-size:2rem;*/
}
.as-top_h1_form .box{
padding: 20px;
}
.as-top_h2_form.dark .form{
background-color: rgba(0,0,0,.3);
/*padding: 1px 10px ;*/
}
.as-top_h2_form.dark .bordered {
border: 1px solid rgba(0,0,0,.3);
/*border: 1px solid rgba(255,255,255,.5);*/
}
.btn-primary{
border-radius:3px;
padding-left: 1em;
padding-right:1em;
}
label .noBold{
font-weight: normal;
}
.grey_text, .text_grey{
color:rgba(0,0,0,.45);
}
.bt{
border-top: 1px solid rgba(0,0,0,.25);
}
.bb{
border-bottom: 1px solid rgba(0,0,0,.25);
}
.asbi-slick_top_h1_fullback{
min-height: 600px;
padding-top: 100px;
padding-bottom: 50px;
color: #ffffff;
}
@media only screen and (min-width : 768px) {
.asbi-slick_top_h1_fullback{
min-height: 800px;
padding-top: 150px;
}
}
@media only screen and (max-width : 480px) {
.asbi-slick_top_h1_fullback{
min-height: 400px;
padding-top: 50px;
}
}
.asbi-slick_top_h1_fullback h1{
font-size: 4em;
text-transform: uppercase;
color: white;
width: 100%;
padding: 0 10%;
font-weight: bold;
text-align: center;
margin-bottom: 1em;
}
@media only screen and (max-width : 768px) {
.asbi-slick_top_h1_fullback h1{
font-size: 3em;
}
}
@media only screen and (max-width : 480px) {
.asbi-slick_top_h1_fullback h1{
font-size: 2em;
}
}
.asbi-slick_top_h1_fullback .text{
font-size: 1.5em;
background-color: rgba(0,0,0,.5);
padding: 1em;
}
@media only screen and (max-width : 480px) {
.asbi-slick_top_h1_fullback .text{
font-size: 1.1em;
}
}
.asbi-slick_top_h1_fullback .description{
font-size: 1.5em;
padding: 1em;
text-transform: uppercase;
position: relative;
display: inline-block;
/*border-bottom: 1px solid white;*/
/*font-weight: bold;*/
}
.asbi-slick_top_h1_fullback .description:before,
.asbi-slick_top_h1_fullback .description:after{
content: '';
width: 2em;
height: 1px;
background-color: #fff;
position: absolute;
top: 50%;
}
.asbi-slick_top_h1_fullback .description:before{
left: -1.5em;
}
.asbi-slick_top_h1_fullback .description:after{
right: -1.5em;
}
.asbi-slick_top_h1_fullback .textBlock{
width: 100%;
padding: 0 10%;
margin-bottom: 5em;
}
@media only screen and (min-width : 992px) {
.asbi-slick_top_h1_fullback .textBlock{
padding: 0 20%;
}
}
.submit_perspective .asbi-slick_top_h1_fullback{
perspective: 500px;
}
.submit_perspective .asbi-slick_top_h1_fullback .link{
padding: .5em .8em;
font-size: 1.5em;
text-transform: uppercase;
background-color: rgba(0,0,0,.3);
transition: background-color .8s, border .1s, transform .8s;
border: 2px solid white;
position: relative;
display: inline-block;
width: auto;
transform: rotateX(0);
z-index: 100;
}
.submit_perspective .asbi-slick_top_h1_fullback .link:hover{
text-decoration: none;
background-color: rgba(0,0,0,.9);
transition: background-color .3s, border .1s, transform .3s;
border: 3px solid white;
transform: rotateX(50deg);
}
.btn-bordered.white{
color: white;
border: 2px solid white;
}
.asb-slick_top .downMore{
position: absolute;
left: 50%;
margin-left: -40px;
bottom: 0;
}
.asbi-v_text_link_svg_in_comment_on_image .description,
.asbi-v_svg_in_comment_on_image_text_link .description {
margin-top: 2em;
text-transform: uppercase;
font-weight: bold;
color: rgba(0,0,0,.4);
font-family: 'Montserrat', sans-serif;
letter-spacing: .3em;
display: inline-block;
}
.asbi-v_text_link_svg_in_comment_on_image h4,
.asbi-v_svg_in_comment_on_image_text_link h4{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 3em;
}
.asbi-v_text_link_svg_in_comment_on_image .text,
.asbi-v_svg_in_comment_on_image_text_link .text{
font-size: 1.3em;
margin-bottom: 1.2em;
}
.perspective500{
perspective: 500px;
}
.asbi-v_text_link_svg_in_comment_on_image .link,
.asbi-v_svg_in_comment_on_image_text_link .link {
text-transform: uppercase;
text-decoration: none;
color: rgba(0,0,0,.8);
display: inline-block;
font-size: 1.3em;
padding: .3em;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.6);
}
.asbi-v_text_link_svg_in_comment_on_image .link:hover,
.asbi-v_svg_in_comment_on_image_text_link .link:hover {
text-decoration: none;
padding: .3em .5em;
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap {
height: 450px;
width: 100%;
position: relative;
}
@media only screen and (max-width : 991px) {
.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 250px;
}
}
@media only screen and (max-width : 480px) {
.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 150px;
}
}
.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap {
height: 350px;
}
@media only screen and (max-width : 991px) {
.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 200px;
}
}
@media only screen and (max-width : 480px) {
.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 150px;
}
}
.framePadding{
padding: 60px 95px;
}
@media only screen and (max-width : 768px) {
.framePadding{
padding: 30px 55px;
}
}
@media only screen and (max-width : 480px) {
.framePadding{
padding: 10px 10px;
}
}
.asb-bs_1_frame,
.asb-bs_2_frame{
padding-left: 80px;
padding-right: 80px;
}
.asb-bs_1_frame .itemFrame,
.asb-bs_2_frame .itemFrame{
margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
.asb-bs_1_frame,
.asb-bs_2_frame{
padding-top: 50px;
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width : 480px) {
.asb-bs_1_frame,
.asb-bs_2_frame{
padding-left: 0;
padding-right: 0;
}
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap .svg_box,
.asbi-v_sm_svg_in_comment_on_image_text_link .imgWrap .svg_box,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap .svg_box {
position: absolute;
height: 60px;
width: 60px;
left: 50%;
margin-left: -30px;
background-color: #fff;
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap .svg_box{
top: 0;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.asbi-v_svg_in_comment_on_image_text_link .imgWrap .svg_box {
bottom: 0;
border-top-right-radius: 30px;
border-top-left-radius: 30px;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .imgWrap .svg_box {
bottom: -20px;
border-top-right-radius: 30px;
border-top-left-radius: 30px;
}
.asbi-v_text_link_svg_in_comment_on_image.grey .imgWrap .svg_box,
.asbi-v_svg_in_comment_on_image_text_link.grey .imgWrap .svg_box{
background-color: #f5f5f5;
}
.fixedBackground {
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
.as-h_2col-text--fix_image .textBlock{
padding: 6em 1em ;
}
@media only screen and (min-width : 992px) {
.as-h_2col-text--fix_image .textBlock{
font-size: 1.1em;
padding: 12em 2em 12em;
}
}
.as-h_2col-text--fix_image,
.as-h_2col-text--fix_image. .row{
background-repeat: no-repeat;
min-height: 500px;
}
.as-h_2col-text--fix_image .description{
text-transform: uppercase;
letter-spacing: .3em;
}
.as-h_2col-text--fix_image h2{
font-size: 2.2em;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.as-h_2col-text--fix_image .text{
font-size: 1.2em;
}
@media only screen and (min-width : 769px) {
.flex-sm{
display: flex;
}
.as-h_2col-text--fix_image .visible_sm {
display: none;
}
}
@media only screen and (max-width : 768px) {
.as-h_2col-text--fix_image .fixedBackground {
display: none;
}
.as-h_2col-text--fix_image .visible_sm {
display: block;
}
.as-h_2col-text--fix_image .visible_sm img{
height: 300px;
}
}
.as-h_2col-text--fix_image .link{
display: inline-block;
font-size: 1.2em;
}
.link_style1 .link{
text-transform: uppercase;
text-decoration: none;
transition: border-bottom-color .3s;
padding: .3em .5em;
border-style: solid;
border-width: 1px;
border-bottom-color: rgba(0,0,0,.5);
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.link_style1 .link:hover,
.link_style1 .link:focus,
.link_style1 .link:active{
transition: border .3s;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: rgba(0,0,0,.5);
border-right-color: rgba(0,0,0,.5);
}
.link_style1.dark .link{
border-bottom-color: white;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.link_style1.dark .link:hover,
.link_style1.dark .link:focus,
.link_style1.dark .link:active{
transition: border .3s;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: white;
border-right-color: white;
}
.asbi-slick_box_fullback .textBlock{
margin-top: 300px;
padding: 1em 2em 1.5em;
background-color: white;
text-align: left;
}
@media only screen and (max-width : 768px) {
.asbi-slick_box_fullback .textBlock{
margin-top: 200px;
padding: 1em 2em 1.5em;
background-color: white;
}
}
.asb-slick_1_frame .carousel_item .asbi-slick_box_fullback{
min-height: 800px;
}
@media only screen and (max-width : 768px) {
.asb-slick_1_frame .carousel_item .asbi-slick_box_fullback{
min-height: 600px;
}
}
.asbi-slick_box_fullback .textBlock .description{
font-size: 1.3em;
text-align: right;
font-weight: bold;
color: rgba(0,0,0,.5);
}
.asbi-slick_box_fullback .textBlock h4{
font-size: 2.2em;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.asbi-slick_box_fullback .textBlock .text{
font-size: 1.3em;
}
.asbi-slick_box_fullback .link{
/*font-weight: bold;*/
display: inline-block;
color: inherit;
margin-top: 1em;
font-size: 1.3em;
}
.fz1_3{
font-size: 1.3em;
}
.fz1_3 h2{
font-size: 1.7em;
}
.article_topLine_image{
min-height: 300px;
padding: 5em 3em;
color: white;
}
.article_topLine_image h1{
color: white;
font-size: 4em;
}
.mt_auto{
margin-top: auto;
}
.mb_auto{
margin-bottom: auto;
}
.d_flex{
display: flex;
}
.d_flex_column{
display: flex;
flex-direction: column;
}
.flex_grow{
flex-grow: 1;
}
.absolute_right_bottom{
position: absolute;
right: 15px;
bottom: 20px;
}
.fullHeight{
/*padding-bottom: 100%;*/
/*margin-bottom: -100%;*/
}
.asbi-v_sm_svg_in_comment_on_image_text_link{
display: table;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .row{
display: table-row;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .fullHeight{
height: 100%;
position: relative;
}
.asbi-v_svg_in_comment_on_image_centered_square img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.square {
max-width: 100vh;
max-height: 100%;
margin: 0 auto;
overflow: hidden;
}
.square::before {
content: "";
display: block;
margin-top: 100%;
}
.square .contentBox {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
padding: 20px;
text-align: center;
}
|
tszakaz_ru/web/css/home.css
|
@font-face {
font-family: "Helvetica";
src: url("fonts/HelveticaRegular/HelveticaRegular.eot");
src: url("fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"),
url("fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
url("fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: "NeoSansProBold";
src: url("fonts/NeoSansProBold/neosanspro-bold.eot");
src: url("fonts/NeoSansProBold/neosanspro-bold.eot?#iefix") format("embedded-opentype"),
url("fonts/NeoSansProBold/neosanspro-bold.woff") format("woff"),
url("fonts/NeoSansProBold/neosanspro-bold.ttf") format("truetype");
font-style: normal;
font-weight: bold;
font-display: swap;
}
@font-face {
font-family: "NeoSansProRegular";
src: url("fonts/NeoSansProRegular/neosanspro-regular.eot");
src: url("fonts/NeoSansProRegular/neosanspro-regular.eot?#iefix") format("embedded-opentype"),
url("fonts/NeoSansProRegular/neosanspro-regular.woff") format("woff"),
url("fonts/NeoSansProRegular/neosanspro-regular.ttf") format("truetype");
font-style: normal;
font-weight: bold;
font-display: swap;
}
.container {
width: 100%;
margin:0;
padding: 0;
}
.row{
margin: 0;
/*padding: 0;*/
}
html {
margin:0;
padding: 0;
min-height: 100%;
font-size:inherit;
}
body {
height: 100%;
}
/* позиционирование*/
.mt10{
margin-top: 10px;
}
.mt20{
margin-top: 20px;
}
.mt30{
margin-top: 30px;
}
.mt50{
margin-top: 50px;
}
.mt100{
margin-top: 100px;
}
.mb10{
margin-bottom: 10px;
}
.mb20{
margin-bottom: 20px;
}
.mb30{
margin-bottom: 30px;
}
.mb50{
margin-bottom: 50px;
}
.mb100{
margin-bottom: 100px;
}
.pt10{
padding-top: 10px;
}
.pt20{
padding-top: 20px;
}
.pt30{
padding-top: 30px;
}
header{
overflow-x: visible;
}
header .b-top__header {
height: 150px;
position: relative;
}
.b-top__logo {
position: relative;
vertical-align: middle;
height: 100%;
line-height: 110px;
background: url(/img/b-header__background.png) 0 0 repeat-x scroll;
}
.b-top__logo img {
max-width: 70%;
}
.logo_v2 {
width: 80%;
}
.b-top__header .b-top__logo .b-top__logo__corner {
position: absolute;
/*width: 57px;*/
width: 42px;
/*height: 149px;*/
height: 109px;
top: 1px;
/*right: -57px;*/
right: -42px;
z-index: 1000;
background: transparent url(/img/b-header__corner.png) 0 0 no-repeat scroll;
}
.b-top__header .b-top__info {
position: relative;
height: 110px;
background: transparent url(/img/b-header__right__background.png) 0 0 repeat-x scroll;
padding-left: 57px;
}
.b-top__info__above {
height: 100%;
margin-top: 42px;
text-align: center;
}
.b-top__info__above .b-top-btn {
height: 40px;
line-height: 40px;
padding: 0 20px;
text-transform: uppercase;
margin-right: 23px;
background-image: -webkit-linear-gradient(top,#0090d7 0,#0e3e74 100%);
background-image: -o-linear-gradient(top,#0090d7 0,#0e3e74 100%);
background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);
background-repeat: repeat-x;
border: 0;
color: #fff;
border-radius: 3px;
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
position: relative;
top:-7px;
}
.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
border-radius:3px;
padding-left: 1em;
padding-right:1em;
}
.b-top__info__above .b-top-btn i {
top: 6px;
margin-right: 3px;
}
.b-icon__phone {
background: transparent url(/img/b-header__icon__phone.png);
height: 22px;
width: 22px;
}
.b-icon {
position: relative;
display: inline-block;
line-height: 1;
}
.b-top__info__above .b-top-btn span {
display: inline-block;
text-transform: uppercase;
font-family: NeoSansProBold,sans-serif;
font-size: 13px;
letter-spacing: 1px;
line-height: 1;
}
.b-top__info__above p {
display: inline-block;
margin-bottom: 0;
height: 40px;
}
.b-top__info__above p .tel {
font-family: NeoSansProBold,sans-serif;
font-size: 28px;
color: #575756;
line-height: 1;
position: relative;
top: 0;
}
header .b-top__header .b-top__info__menu {
position: absolute;
background: transparent url(/img/b-header__menu__background.png) 0 0 repeat-x scroll;
width: 100%;
bottom: 0;
left: 0;
}
header .b-top__header .b-top__info__menu>ul{
font-size: 14px;
padding: 0 5px 0 5px;
width: 100%;
display: table;
table-layout: fixed;
margin-left: 0!important;
margin-bottom: 0!important;
}
header .b-top__header .b-top__info__menu>ul>li {
height: 40px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
header .b-top__header .b-top__info__menu>ul>li.delimiter {
background: transparent url(/img/b-header__menu__divider.png) 0 2px no-repeat scroll;
width: 14px;
}
header .b-top__header .b-top__info__menu>ul>li>a:hover,
header .b-top__header .b-top__info__menu>ul>li>a:visited,
header .b-top__header .b-top__info__menu>ul>li>a:focus {
text-decoration: none;
}
header .b-top__header .b-top__info__menu>ul>li>a:visited {
color: #706f6f;
}
header .b-top__header .b-top__info__menu>ul>li>a {
display: inline-block;
width: 100%;
font-family: NeoSansProRegular,sans-serif;
line-height: 1;
color: #706f6f;
}
/*dropdown-menu*/
header .b-top__header .b-top__info__menu>ul>li .dropdown-menu {
border: 0;
z-index: 1002;
font-size: 13px;
min-width: 100px;
margin-top: 0;
padding: 10px 0;
background-image: -webkit-linear-gradient(top,#fff 0,#c6c6c6 100%);
background-image: -o-linear-gradient(top,#fff 0,#c6c6c6 100%);
background-image: linear-gradient(to bottom,#fff 0,#c6c6c6 100%);
background-repeat: repeat-x;
}
header .b-top__header .b-top__info__menu > ul > li.active > a,
header .b-top__header .b-top__info__menu > ul > li > a.active {
color: #f39200;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
/*border: 1px solid #ccc;*/
border: 1px solid rgba(0,0,0,.15);
border-radius: 8px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #f39200;
text-decoration: none;
outline: 0;
background-color: transparent;
}
.footer.container {
background-color: #154976;
}
.b-footer__sitemap {
line-height: 100px;
height: 100%;
}
.footer {
position: relative;
z-index: 1000;
overflow: hidden;
}
#push, .footer {
height: 100px;
clear: both;
}
.footer.container .row .b-footer__info, .footer.container .row .b-footer__menu, .footer.container .row .b-footer__sitemap {
line-height: 100px;
height: 100%;
}
.footer.container .row .b-footer__info .b-footer__info__content {
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.footer.container .row .b-footer__info p {
margin-bottom: 0;
}
p {
margin: 0 0 10px;
}
.footer.container .row {
height: 100%;
color: #fff;
font-size: 11px;
}
.footer.container .row .b-footer__menu {
text-transform: uppercase;
}
/*.footer.container .row .b-footer__menu>ul, .footer.container .row .b-footer__sitemap>ul {*/
/*margin-bottom: 0;*/
/*}*/
/*.list-inline {*/
/*padding-left: 0;*/
/*list-style: none;*/
/*margin-left: -5px;*/
/*}*/
.footer.container .row .b-footer__menu ul>li:first-child {
padding-left: 0;
}
.footer.container .row .b-footer__menu ul>li {
padding: 0 15px;
}
.footer a:hover, .footer a:visited, .footer a:focus {
text-decoration: none;
}
.footer a:visited {
color: #fff;
}
.footer a {
color: #fff;
}
.footer.container .row .b-footer__info, .footer.container .row .b-footer__menu, .footer.container .row .b-footer__sitemap {
line-height: 100px;
height: 100%;
}
.b-footer__sitemap {
font-size:10px;
}
.b-sidebar.b-sidebar__no_banner {
/*top: 150px;*/
top:0;
height: 100%;
}
.b-sidebar {
/*position: absolute;*/
/*top: 410px;*/
background-image: -webkit-linear-gradient(left,#fff 0,#ededed 100%);
background-image: -o-linear-gradient(left,#fff 0,#ededed 100%);
background-image: linear-gradient(to right,#fff 0,#ededed 100%);
background-repeat: repeat-x;
padding-top: 23px;
padding-left: 0;
padding-right: 0;
font-size: 15px;
}
.b-sidebar {
bottom: 0;
}
#accordion ul {
padding: 4px 0 0 10px;
list-style-type: circle;
list-style-position: inside;
}
#accordion ul .active {
color: #fff;
}
.b-sidebar ul li {
min-height: 29px;
padding: 7px 15px;
line-height: 1;
/*list-style:none;*/
}
.b-sidebar ul li a:hover,
.b-sidebar ul li a:focus,
.b-sidebar ul li a:visited {
text-decoration: none;
}
.b-sidebar ul li a:visited {
color: #706f6f;
}
.b-sidebar ul li a {
color: #706f6f;
}
.b-sidebar ul li.active {
background: #f39200;
}
.b-sidebar ul li.active a {
color: #fff;
}
/*.accordion_toggle{*/
/*position: relative;*/
/*right:10px;*/
/*top:-22px;*/
/*color: #706f6f;*/
/*}*/
.b-content {
min-height: 400px;
/*font-size: 12px;*/
font-size: 13px;
/*color:#5f6973;*/
color:#444;
line-height: 15px;
padding-left: 30px;
padding-right: 30px;
max-width: 876px;
}
.b-content h1 {
font-size: 20px;
margin-top: 25px;
margin-bottom: 12px;
}
.b-content h2 {
font-size: 18px;
}
.table-default td {
padding:5px;
}
.w360static {
width: 360px;
margin: 5px;
float: left;
}
.w810static {
width: 810px;
margin-top: 5px;
margin-bottom:5px;
float: left;
}
.w100{
width: 100%;
}
.absolute {
position: absolute;
}
.h100{
height:100%;
}
.overhide{
overflow: hidden;
}
.row.match-my-cols {
overflow: hidden;
}
.row.match-my-cols .b-sidebar{
margin-bottom: -99999px;
padding-bottom: 99999px;
}
header .b-top__header .b-top__header__shadow {
background-image: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0,transparent 100%);
background-image: -o-linear-gradient(top,rgba(0,0,0,.2) 0,transparent 100%);
background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,transparent 100%);
background-repeat: repeat-x;
height: 15px;
width: 100%;
position: absolute;
z-index: 1001;
bottom: -15px;
left: 0;
}
header .b-top__banner {
height: 260px;
position: relative;
}
header .b-top__banner .b-top__banner__text {
height: 100%;
z-index: 1000;
width: 46%;
background: #0090d7 url(/img/b-banner__background.png) 100% 0 repeat-y scroll;
}
header .b-top__banner .b-top__banner__text .b-top__banner__text_message {
padding-top: 60px;
color: #fff;
}
header .b-top__banner .b-top__banner__text .b-top__banner__text_corner {
position: absolute;
width: 67px;
height: 100%;
top: 0;
right: -67px;
background: transparent url(/img/b-banner__corner.png) 100% 0 no-repeat scroll;
z-index: -1;
}
header .b-top__banner .b-top__banner_picture {
position: relative;
right: 0;
top: 0;
padding: 0;
height: 100%;
width: 54%;
overflow: hidden;
background-image: url(/img/top_face_trucks.jpg);
background-size: cover;
background-position: center;
}
header .b-top__banner .b-top__banner__shadow {
background-image: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.2) 100%);
background-image: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.2) 100%);
background-image: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.2) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
height: 15px;
width: 100%;
position: absolute;
z-index: 1000;
bottom: 0;
left: 0;
}
.top_bigtable{
font-weight:bold;
}
.russia_prices p {
margin: 3px;
}
.b-icon__close {
background: transparent url(/img/b-header__icon__close.png);
height: 16px;
width: 16px;
}
.b-icon {
position: relative;
display: inline-block;
line-height: 1;
}
.sitemap .list-inline > li {
display: block;
}
.sitemap {
padding-top: 20px;
font-size: 16px;
line-height: 20px;
}
.order-btn {
background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);
background-repeat: repeat-x;
text-transform: uppercase;
font-size:12px;
border: 0;
padding: 10px 1em;
color: #fff;
border-radius: 3px;
text-shadow:0px 1px 0px rgba(0,0,0,0.6);
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
}
.order-btn[aria-expanded="true"] {
color: #0e3e74;
background-image: none;
/*background-color: #286090;*/
background-color: rgba(40,90,144,0.5);
border-color: #204d74;
box-shadow:inset 0px 0px 7px 1px #286090;
text-shadow:0px 1px 0px rgba(255,255,255,0.6);
position:relative;
top:1px;
}
.sendorder-btn {
background-image: linear-gradient(to bottom,#F3BB00 0,#f39200 100%);
background-repeat: repeat-x;
text-transform: uppercase;
font-size:12px;
border: 0;
padding: 10px;
color: #fff;
border-radius: 0;
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
width: 100%;
}
.panel-default .russia_prices,
.test_clean_collapse .russia_prices {
width: 100%;
font-size: 16px;
margin-top: 5px;
}
.panel-default .russia_prices td,
.panel-default .russia_prices th,
.test_clean_collapse .russia_prices td,
.test_clean_collapse .russia_prices th{
padding: 7px;
border: 1px solid #0090d7;
text-align: left;
}
.panel-default .panel-heading {
background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);
background-repeat: repeat-x;
text-transform: uppercase;
font-size:12px;
border: 0;
padding: 10px;
color: #fff;
border-radius: 0;
/*-webkit-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*-moz-box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
/*box-shadow: 0 5.67px 20px 5px rgba(72,154,213,.31);*/
}
.panel {
margin-bottom: 5px;
}
.panel-default {
border: none;
}
.test_clean_collapse {
text-align: center;
}
.test_clean_collapse a:active {
box-shadow: none;
}
.test_clean_collapse .panel-heading{
padding: 0px 15px;
}
.alert-success {
color: #f39200;
background-color: rgba(243,187,0,0.15);
border-color: rgba(243,187,0,0.3);
}
.navbar-toggle {
z-index:1000;
margin-top: 30px;
}
.navbar-toggle .icon-bar {
display: block;
width: 32px;
height: 2px;
border-radius: 0;
margin: 5px;
background-color: white;
}
#hamburger.is-active {
border: 1px solid white;
}
/*f39200*/
/*orange #f39200*/
/*yellow #F3BB00 rgba(243,187,0,2) */
/*blue1 #0090d7*/
/*blue2 #0e3e74*/
.b-top__banner .lead {
font-size: 24px;
font-weight:bold;
}
.modal-title{
font-size: 18px;
font-weight:bold;
}
.breadcrumb {
background-color: transparent;
margin-top: 10px;
margin-bottom: 0;
font-size:0.8rem;
}
.breadcrumb li a {
/*color: #706f6f;*/
color: #A5A4A4;
}
@media (min-width: 768px) {
.b-top__info__menu ul.list-inline li.dropdown:hover > ul.dropdown-menu {
display: block;
}
}
.phoneIconSvg{
width: 25px;
height: 25px;
position: relative;
left: 0;
top: 7px;
}
.footer_icons {
margin-top: 21px;
}
.footer_icons .icon{
display: inline-block;
}
.footer_icons svg{
width: 50px;
height: 50px;
}
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/* MEDIA */
/*========== Less than ==========*/
@media only screen and (max-width : 1150px) {
.b-top__info__above p .tel {
font-size: 18px;
line-height: 1.7;
top: 0;
margin-left: 36px;
}
.w810static {
width: 100%;
}
}
@media only screen and (max-width : 991px) {
.b-top__info__above p .tel {
font-size: 24px;
line-height: 1;
top: -21px;
margin: auto;
}
.b-top__info__above .b-top-btn {
top: -25px;
position: relative;
}
.b-top__logo a img {
width: 100%;
}
header .b-top__header .b-top__info .b-top__info__menu>ul {
font-size: 13px;
}
}
@media only screen and (max-width : 820px) {
header .b-top__header .b-top__info__menu>ul {
font-size: 12px;
}
}
@media only screen and (max-width : 767px) {
header .b-top__header .b-top__info__menu > ul {
font-size: 14px;
}
header .b-top__header .b-top__info__menu{
background-color: #ffffff;
top: 0;
padding-top: 10px;
background-image: none;
position: relative;
}
header .b-top__header .b-top__info__menu .delimiter{
display: none;
}
header .b-top__header .b-top__info__menu > ul > li {
height: 30px;
/*display: table-cell;*/
display: block;
text-align: center;
vertical-align: middle;
}
header .b-top__header {
height: auto;
position: relative;
}
.b-top__logo {
line-height: 110px;
}
.b-top__logo a img {
width: 300px;
}
.b-top__header .b-top__info {
height: 62px;
padding-left: 17px;
}
.b-top__info__above p .tel {
font-size: 24px;
line-height: 1;
top: -30px;
margin: auto;
}
.b-top__info__above .b-top-btn {
top: -35px;
position: relative;
}
header .b-top__header .b-top__info .b-top__info__menu > ul {
padding: 0 5px 0 0;
}
.footer.container .row .b-footer__menu{
line-height: 20px;
font-size: 16px;
padding-top: 5px;
}
.footer_icons {
margin-top: 0;
}
.w810static {
width: 100%;
}
}
@media only screen and (max-width : 640px) {
.w360static {
width: 240px;
}
.top_bigtable{
font-size:9px;
/*word-wrap: break-word;*/
/*width:300px;*/
}
}
@media only screen and (max-width : 480px) {
.hidden480{
display: none;
}
.w360static {
width: 200px;
}
.b-content {
padding-left: 15px;
padding-right: 15px;
}
header .b-top__banner .b-top__banner__text .b-top__banner__text_message {
padding-top: 20px;
color: #fff;
}
header .b-top__header .b-top__info .b-top__info__menu>ul {
font-size: 11px;
}
}
@media only screen and (max-width : 360px) {
header .b-top__header .b-top__info .b-top__info__menu>ul {
font-size: 10px;
}
.b-top__header .b-top__info {
padding: 0px;
}
.footer.container .row .b-footer__menu{
font-size: 12px;
}
.w360static {
width: 200px;
}
.footer.container .row .b-footer__info .b-footer__info__content {
font-size: 10px;
}
}
/* ARTICLE */
html,
body {
height: 100%;
/*font-size:inherit;*/
}
img.cover {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center center;
}
.row-eq-height-xs {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.pl0{
padding-left: 0;
}
.pr0{
padding-right: 0;
}
.pt0{
padding-top: 0;
}
.pl5{
padding-left: 5px;
}
.pr5 {
padding-right: 5px;
}
.pl10 {
padding-left: 10px;
}
.pl50 {
padding-left: 50px;
}
.pr50 {
padding-right: 50px;
}
.pb20{
padding-bottom: 20px !important;
}
.pb30{
padding-bottom: 30px;
}
.pb80{
padding-bottom: 80px;
}
.mt10{
margin-top: 10px;
}
.mt20{
margin-top: 20px;
}
.mt25{
margin-top: 25px;
}
.mt30{
margin-top: 30px;
}
.mt50{
margin-top: 50px;
}
.mt80{
margin-top: 80px;
}
.mt100{
margin-top: 100px;
}
.mt200{
margin-top: 200px;
}
.mt250{
margin-top: 250px;
}
.mt300{
margin-top: 300px;
}
.mb10 {
margin-bottom: 10px;
}
.mb0 {
margin-bottom: 0;
}
.pb50{
padding-bottom: 50px;
}
@media only screen and (max-width : 767px) {
.mbxs50 {
margin-bottom: 50px;
}
}
.max-w100per{
max-width: 100%;
}
.min-h600{
min-height: 600px;
}
.min-h100{
min-height: 100px;
}
.min-h80{
min-height: 80px;
}
.min-h50{
min-height: 50px;
}
.h100per{
height: 100%;
}
.h500{
height: 500px;
}
.h600{
height: 600px;
}
.w200{
width: 200px;
}
.w100{
width: 100px;
}
.w80{
width: 80px;
}
.w50{
width: 50px;
}
.w100per{
width:100%;
}
.w90per{
width:90%;
}
.w80per{
width:80%;
}
.w50perSm{
width:50%;
}
@media only screen and (max-width : 767px) {
.w50perSm {
width:100%;
}
}
.w50per{
width:50%;
}
.w30per{
width:30%;
}
.w30perCenter{
width:30%;
display: block;
position: relative;
margin-left:35%;
margin-bottom: 5px;
}
.w30perSm{
width:30%;
}
@media only screen and (max-width : 767px) {
.w30perSm {
width:100%;
}
}
.w30per{
width:30%;
}
.w20perSm{
width:20%;
}
@media only screen and (max-width : 767px) {
.w20perSm {
width:100%;
}
}
.w20per{
width:20%;
}
.w10per{
width:10%;
}
.bgr {
background-size: cover;
background-position: center;
}
.dark .shadow {
text-shadow: 1px 1px 1px black;
}
.dark .bigShadow {
text-shadow: 1px 1px 2px black,
2px 2px 5px black,
4px 4px 10px black,
4px 4px 15px black,
4px 4px 20px black,
4px 4px 25px black;
}
.bigShadowWhite {
text-shadow: 1px 1px 2px white,
2px 2px 5px black,
4px 4px 10px black,
4px 4px 15px black,
4px 4px 20px black,
4px 4px 25px black;
}
.ttu{
text-transform: uppercase;
}
.bb{
border-bottom: 1px solid rgba(0,0,0,.3);
}
.dark .bb{
border-bottom: 1px solid white;
}
.bt{
border-top: 1px solid rgba(0,0,0,.3);
}
.dark .bt{
border-top: 1px solid white;
}
.brs5{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.article_front_1 h1{
font-size: 42px;
color: #5f6973;
}
.article_front_1 h3{
font-size: 18px;
}
.text-center {
text-align: center;
display: block;
}
.text-grey {
color: #838e9a;
}
.table{
display: table;
}
.table-cell {
display: table-cell;
}
.table-row {
display: table-row;
}
.table-column {
display: table-column;
}
.vertical-middle{
vertical-align: middle;
}
.white_bgr {
background-color: #FFFFFF;
color: #333;
}
.light_yellow {
background-color: #FFF4D7;
color: #333;
}
.grey {
background-color: #f5f5f5;
color: #333;
}
.blue {
background-color: #154976;
color: white;
}
.blue h1,.blue h2,.blue h3,.blue h4,.blue h5,.blue h6 {
color: white;
}
.blue .text-grey {
color: #5D92C2;
}
/* dark */
.dark .has-error .help-block {
color: #fff;
}
.dark {
/*background-color: #487B97;*/
/*background-color: #1A6F9D;*/
color: white;
background-color: #30353b;
/*color: #838e9a;*/
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
color: white;
}
.yellowH1 h1{
color: #f7941e;
}
.yellowH1.dark .bigShadow{
text-shadow: 0 0 5px #fff, 0 0 5px #fff,
0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff,
0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff,
0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff,
0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff,
0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff,
0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
}
.dark .input-group .form-control {
background-color: transparent;
border-color: white;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-top-left-radius: 50px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 50px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 50px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 50px;
}
.dark .form-control::-moz-placeholder {
color: #fff;
opacity: 1;
}
.dark .form-control:-ms-input-placeholder,
.dark .form-control::-webkit-input-placeholder{
color: #fff;
opacity: 1;
}
.dark .input-group .form-control{
color: #fff;
}
.dark .input-group .btn-submit{
background-color: #F7941E;
text-transform: uppercase;
}
.btn-danger {
background-color: #F7941E;
text-transform: uppercase;
border-radius: 20px;
border:none;
}
.btn-danger:hover {
background-color: #F7941E;
color: #1A6F9D;
}
.trans-black-bgr {
background-color: rgba(0,0,0,0.7);
}
.dark-blue-bgr {
background-color: #154976;
/*background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);*/
/*background-repeat: repeat-x;*/
}
.blue-bgr {
background-color: #0090d7;
}
.yellow-bgr {
background-color: #FFF4D7;
}
/* slick */
.carouselControl {
position: absolute;
cursor: pointer;
display: block;
}
.carouselWrapper {
position: relative;
}
.asb-slick_banner_1 .carouselControl {
top:148px;
margin-top: -40px;
}
@media only screen and (max-width : 991px) {
.asb-slick_banner_1 .carouselControl {
top:118px;
}
}
.asb-slick_1 .carouselControl {
top:148px;
margin-top: -40px;
}
@media only screen and (max-width : 767px) {
.asb-slick_1 .carouselControl {
top:195px;
}
}
.asb-slick_top .carouselControl {
top:50%;
margin-top: -40px;
}
.carouselControl.verticalMiddle {
top:50%;
margin-top: -40px;
}
.carouselControl.whiteSquare svg{
fill:#000000;
background-color: rgba(255,255,255,.8);
transition: background-color .3s, stroke .3s;
stroke:transparent;
}
@media only screen and (max-width : 480px) {
.carouselControl.whiteSquare svg{
background-color: rgba(255,255,255,.6);
width: 50px;
height: 50px;
}
}
.carouselControl.whiteSquare svg:hover{
stroke:#000000;
background-color: rgba(255,255,255,.9);
transition: background-color .3s, stroke .3s;
}
.asb-slick_top .carouselControl svg{
fill:#000000;
background-color: rgba(255,255,255,.8);
width: 80px;
height: 80px;
transition: background-color .3s, stroke .3s;
stroke:transparent;
/*transition: transform .90s;*/
/*transform: scale(1) translateZ(0);*/
}
@media only screen and (max-width : 480px) {
.asb-slick_top .carouselControl svg{
background-color: rgba(255,255,255,.6);
width: 50px;
height: 50px;
}
}
.asb-slick_top .carouselControl svg:hover{
stroke:#000000;
background-color: rgba(255,255,255,.9);
transition: background-color .3s, stroke .3s;
}
/*.carouselControl {*/
/*cursor: alias;*/
/*}*/
.carouselControl svg{
width: 80px;
height: 80px;
}
.asb-slick_3 .carouselControl {
top:50%;
margin-top: -40px;
}
.slickPrev,
.asb-slick_banner_1_slickPrev{
left:10px;
}
.slickNext,
.asb-slick_banner_1_slickNext{
right:10px;
}
.sticky_slick_top_slickPrev,
.sticky_slickPrev {
left: 0;
}
.sticky_slick_top_slickNext,
.sticky_slickNext {
right: 0;
}
.outside.slickPrev{
left:-60px;
}
.outside.slickNext{
right:-60px;
}
@media only screen and (max-width : 991px) {
.outside.slickPrev{
left:-40px;
}
.outside.slickNext{
right:-40px;
}
}
.bright .carouselControl svg{
fill: #ffffff;
}
.carouselControl svg{
fill: #0F63A4;
}
.carouselControl svg:hover{
fill:#838e9a;
}
.bright .carouselControl svg:hover{
fill:#838e9a;
}
.dark .carouselControl svg {
stroke:#838e9a;
}
.dark .carouselControl svg:hover {
stroke:#fff;
}
.carousel_item .abtn{
position: absolute;
left:30px;
top:100px;
z-index:1000;
}
.carousel_item .rbtn{
position: relative;
left: -20vw;
top: -100px;
}
.slick-dots {
position: absolute;
bottom: 50px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
display: inline-block;
margin: 5px;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 1px solid white;
outline: none;
background: transparent;
border-radius: 50px;
}
/*.slick-dots li button:hover {*/
/*border: 1px solid #838e9a;*/
/*}*/
.slick-dots li.slick-active button {
opacity: .75;
background: white;
color: black;
}
.blue_circle {
background-color: #0090d7;
/*background: url(/img/b-header__background.png) 0 0 repeat-x scroll;*/
color: #fff;
text-align: center;
padding: 10px;
border-radius: 50px;
width:auto;
font-size: 26px;
line-height: 1.1;
}
.text_blue_center {
color: #0090d7;
text-align: center;
}
.text_small{
font-size:0.75em;
}
@media only screen and (max-width : 767px) {
.text_small {
font-size:1em;
}
}
@media only screen and (min-width : 768px) {
.display_xs {
display: none;
}
.hidden_xs {
display: block;
}
}
@media only screen and (max-width : 767px) {
.display_xs {
display: block;
}
.hidden_xs {
display: none;
}
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
color: #5f6973;
}
.asb-header_on_img .header {
position: absolute;
background-color: rgba(0,0,0,0.5);
color: #ffffff;
margin-top: 10px;
padding: 5px;
font-size: 13px;
}
.asb-header_on_img .image_box {
}
@media only screen and (max-width : 767px) {
.asb-header_on_img .image_box {
width: 300px;
position: relative;
left: 50%;
margin-left: -150px;
}
}
.box {
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
.bigBox {
padding: 50px;
margin-top: 80px;
margin-bottom: 80px;
}
.float-right{
float:right;
margin-left: 10px;
margin-bottom: 10px;
}
.float-left{
float:left;
margin-right: 10px;
margin-bottom: 10px;
}
/*section {*/
/*padding-top: 30px;*/
/*padding-bottom: 30px;*/
/*}*/
section::after {
content: "";
clear: both;
display: table;
}
img {
max-width: 100%;
}
.article_view {
font-size: 13px;
/*color:#5f6973;*/
color:#444;
}
.price-calculator .box {
/*background-color: #f5f5f5;*/
background-color: #f5f5f5;
border: 1px #ccc solid;
border-radius: 10px;
}
.asbi-v_svg_head_text .svg svg {
width: 80px;
height: 80px;
}
@media only screen and (max-width : 767px) {
.asbi-h_2col-img_text .image {
width: 250px;
position: relative;
left: 50%;
margin-left: -125px;
}
}
.dark .magImg i, .dark a{
color: #ffffff;
}
.asb-bs_horiz_2 .magImg i{
font-size:3em;
}
.arrowDown_ico{
width: 90px;
height: 120px;
position: relative;
}
.arrow_ico{
width: 90px;
height: 74px;
position: absolute;
left:-45px;
top:20px;
}
.city-price-calc .submit {
margin-top: 44px;
}
.city-price-calc #calcResult {
font-size: 1rem;
color: #000000;
/*color: #FF511A;*/
}
.city-price-calc{
border:1px solid #ccc;
border-radius: 10px;
background-color: #FFF4D7;
}
.ul_no_dot ul {
list-style-type:none;
}
.illustration_fw{
overflow: hidden;
}
.alignFullImg {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 1000%;
width: auto;
}
.text-success {
color: #449d44;
}
.text-warning{
color: #F7941E;
}
.text-info{
color: #17a2b8;
}
.text-danger{
color: #dc3545;
}
.dark .bordered{
border:1px solid white;
}
.bordered{
border:1px solid grey;
}
.shortOrderForm label{
text-transform: uppercase;
font-weight:normal;
}
.has-error .control-label,
.has-success .control-label{
color: inherit;
/*text-shadow: 1px 1px 2px white, -1px -1px 2px white;*/
}
.as-top_h1_form h1{
margin-top: 1em;
margin-left: 1em;
}
.as-top_h1_form .advantages{
color: #F3BB00;
/*color: #f39200;*/
/*color: #FFF4D7;*/
font-size:1.7rem;
padding-left:2em;
}
@media only screen and (max-width : 480px) {
.as-top_h1_form .advantages{
font-size:1.2rem;
padding-left:inherit;
}
.as-top_h1_form h1{
font-size:1.4rem;
margin-left: inherit;
}
}
.as-top_h1_form .bordered{
border-color: #F3BB00;
/*font-size:2rem;*/
}
.as-top_h1_form .box{
padding: 20px;
}
.as-top_h2_form.dark .form{
background-color: rgba(0,0,0,.3);
/*padding: 1px 10px ;*/
}
.as-top_h2_form.dark .bordered {
border: 1px solid rgba(0,0,0,.3);
/*border: 1px solid rgba(255,255,255,.5);*/
}
.btn-primary{
border-radius:3px;
padding-left: 1em;
padding-right:1em;
}
label .noBold{
font-weight: normal;
}
.grey_text, .text_grey{
color:rgba(0,0,0,.45);
}
.bt{
border-top: 1px solid rgba(0,0,0,.25);
}
.bb{
border-bottom: 1px solid rgba(0,0,0,.25);
}
.asbi-slick_top_h1_fullback{
min-height: 600px;
padding-top: 100px;
padding-bottom: 50px;
color: #ffffff;
}
@media only screen and (min-width : 768px) {
.asbi-slick_top_h1_fullback{
min-height: 800px;
padding-top: 150px;
}
}
@media only screen and (max-width : 480px) {
.asbi-slick_top_h1_fullback{
min-height: 400px;
padding-top: 50px;
}
}
.asbi-slick_top_h1_fullback h1{
font-size: 4em;
text-transform: uppercase;
color: white;
width: 100%;
padding: 0 10%;
font-weight: bold;
text-align: center;
margin-bottom: 1em;
}
@media only screen and (max-width : 768px) {
.asbi-slick_top_h1_fullback h1{
font-size: 3em;
}
}
@media only screen and (max-width : 480px) {
.asbi-slick_top_h1_fullback h1{
font-size: 2em;
}
}
.asbi-slick_top_h1_fullback .text{
font-size: 1.5em;
background-color: rgba(0,0,0,.5);
padding: 1em;
}
@media only screen and (max-width : 480px) {
.asbi-slick_top_h1_fullback .text{
font-size: 1.1em;
}
}
.asbi-slick_top_h1_fullback .description{
font-size: 1.5em;
padding: 1em;
text-transform: uppercase;
position: relative;
display: inline-block;
/*border-bottom: 1px solid white;*/
/*font-weight: bold;*/
}
.asbi-slick_top_h1_fullback .description:before,
.asbi-slick_top_h1_fullback .description:after{
content: '';
width: 2em;
height: 1px;
background-color: #fff;
position: absolute;
top: 50%;
}
.asbi-slick_top_h1_fullback .description:before{
left: -1.5em;
}
.asbi-slick_top_h1_fullback .description:after{
right: -1.5em;
}
.asbi-slick_top_h1_fullback .textBlock{
width: 100%;
padding: 0 10%;
margin-bottom: 5em;
}
@media only screen and (min-width : 992px) {
.asbi-slick_top_h1_fullback .textBlock{
padding: 0 20%;
}
}
.submit_perspective .asbi-slick_top_h1_fullback{
perspective: 500px;
}
.submit_perspective .asbi-slick_top_h1_fullback .link{
padding: .5em .8em;
font-size: 1.5em;
text-transform: uppercase;
background-color: rgba(0,0,0,.3);
transition: background-color .8s, border .1s, transform .8s;
border: 2px solid white;
position: relative;
display: inline-block;
width: auto;
transform: rotateX(0);
z-index: 100;
}
.submit_perspective .asbi-slick_top_h1_fullback .link:hover{
text-decoration: none;
background-color: rgba(0,0,0,.9);
transition: background-color .3s, border .1s, transform .3s;
border: 3px solid white;
transform: rotateX(50deg);
}
.btn-bordered.white{
color: white;
border: 2px solid white;
}
.asb-slick_top .downMore{
position: absolute;
left: 50%;
margin-left: -40px;
bottom: 0;
}
.asbi-v_text_link_svg_in_comment_on_image .description,
.asbi-v_svg_in_comment_on_image_text_link .description {
margin-top: 2em;
text-transform: uppercase;
font-weight: bold;
color: rgba(0,0,0,.4);
font-family: 'Montserrat', sans-serif;
letter-spacing: .3em;
display: inline-block;
}
.asbi-v_text_link_svg_in_comment_on_image h4,
.asbi-v_svg_in_comment_on_image_text_link h4{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 3em;
}
.asbi-v_text_link_svg_in_comment_on_image .text,
.asbi-v_svg_in_comment_on_image_text_link .text{
font-size: 1.3em;
margin-bottom: 1.2em;
}
.perspective500{
perspective: 500px;
}
.asbi-v_text_link_svg_in_comment_on_image .link,
.asbi-v_svg_in_comment_on_image_text_link .link {
text-transform: uppercase;
text-decoration: none;
color: rgba(0,0,0,.8);
display: inline-block;
font-size: 1.3em;
padding: .3em;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.6);
}
.asbi-v_text_link_svg_in_comment_on_image .link:hover,
.asbi-v_svg_in_comment_on_image_text_link .link:hover {
text-decoration: none;
padding: .3em .5em;
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap {
height: 450px;
width: 100%;
position: relative;
}
@media only screen and (max-width : 991px) {
.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 250px;
}
}
@media only screen and (max-width : 480px) {
.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 150px;
}
}
.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap {
height: 350px;
}
@media only screen and (max-width : 991px) {
.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 200px;
}
}
@media only screen and (max-width : 480px) {
.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
height: 150px;
}
}
.framePadding{
padding: 60px 95px;
}
@media only screen and (max-width : 768px) {
.framePadding{
padding: 30px 55px;
}
}
@media only screen and (max-width : 480px) {
.framePadding{
padding: 10px 10px;
}
}
.asb-bs_1_frame,
.asb-bs_2_frame{
padding-left: 80px;
padding-right: 80px;
}
.asb-bs_1_frame .itemFrame,
.asb-bs_2_frame .itemFrame{
margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
.asb-bs_1_frame,
.asb-bs_2_frame{
padding-top: 50px;
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (max-width : 480px) {
.asb-bs_1_frame,
.asb-bs_2_frame{
padding-left: 0;
padding-right: 0;
}
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap .svg_box,
.asbi-v_sm_svg_in_comment_on_image_text_link .imgWrap .svg_box,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap .svg_box {
position: absolute;
height: 60px;
width: 60px;
left: 50%;
margin-left: -30px;
background-color: #fff;
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap .svg_box{
top: 0;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.asbi-v_svg_in_comment_on_image_text_link .imgWrap .svg_box {
bottom: 0;
border-top-right-radius: 30px;
border-top-left-radius: 30px;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .imgWrap .svg_box {
bottom: -20px;
border-top-right-radius: 30px;
border-top-left-radius: 30px;
}
.asbi-v_text_link_svg_in_comment_on_image.grey .imgWrap .svg_box,
.asbi-v_svg_in_comment_on_image_text_link.grey .imgWrap .svg_box{
background-color: #f5f5f5;
}
.fixedBackground {
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
.as-h_2col-text--fix_image .textBlock{
padding: 6em 1em ;
}
@media only screen and (min-width : 992px) {
.as-h_2col-text--fix_image .textBlock{
font-size: 1.1em;
padding: 12em 2em 12em;
}
}
.as-h_2col-text--fix_image,
.as-h_2col-text--fix_image. .row{
background-repeat: no-repeat;
min-height: 500px;
}
.as-h_2col-text--fix_image .description{
text-transform: uppercase;
letter-spacing: .3em;
}
.as-h_2col-text--fix_image h2{
font-size: 2.2em;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.as-h_2col-text--fix_image .text{
font-size: 1.2em;
}
@media only screen and (min-width : 769px) {
.flex-sm{
display: flex;
}
.as-h_2col-text--fix_image .visible_sm {
display: none;
}
}
@media only screen and (max-width : 768px) {
.as-h_2col-text--fix_image .fixedBackground {
display: none;
}
.as-h_2col-text--fix_image .visible_sm {
display: block;
}
.as-h_2col-text--fix_image .visible_sm img{
height: 300px;
}
}
.as-h_2col-text--fix_image .link{
display: inline-block;
font-size: 1.2em;
}
.link_style1 .link{
text-transform: uppercase;
text-decoration: none;
transition: border-bottom-color .3s;
padding: .3em .5em;
border-style: solid;
border-width: 1px;
border-bottom-color: rgba(0,0,0,.5);
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.link_style1 .link:hover,
.link_style1 .link:focus,
.link_style1 .link:active{
transition: border .3s;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: rgba(0,0,0,.5);
border-right-color: rgba(0,0,0,.5);
}
.link_style1.dark .link{
border-bottom-color: white;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.link_style1.dark .link:hover,
.link_style1.dark .link:focus,
.link_style1.dark .link:active{
transition: border .3s;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: white;
border-right-color: white;
}
.asbi-slick_box_fullback .textBlock{
margin-top: 300px;
padding: 1em 2em 1.5em;
background-color: white;
text-align: left;
}
@media only screen and (max-width : 768px) {
.asbi-slick_box_fullback .textBlock{
margin-top: 200px;
padding: 1em 2em 1.5em;
background-color: white;
}
}
.asb-slick_1_frame .carousel_item .asbi-slick_box_fullback{
min-height: 800px;
}
@media only screen and (max-width : 768px) {
.asb-slick_1_frame .carousel_item .asbi-slick_box_fullback{
min-height: 600px;
}
}
.asbi-slick_box_fullback .textBlock .description{
font-size: 1.3em;
text-align: right;
font-weight: bold;
color: rgba(0,0,0,.5);
}
.asbi-slick_box_fullback .textBlock h4{
font-size: 2.2em;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.asbi-slick_box_fullback .textBlock .text{
font-size: 1.3em;
}
.asbi-slick_box_fullback .link{
/*font-weight: bold;*/
display: inline-block;
color: inherit;
margin-top: 1em;
font-size: 1.3em;
}
.fz1_3{
font-size: 1.3em;
}
.fz1_3 h2{
font-size: 1.7em;
}
.article_topLine_image{
min-height: 300px;
padding: 5em 3em;
color: white;
}
.article_topLine_image h1{
color: white;
font-size: 4em;
}
.mt_auto{
margin-top: auto;
}
.mb_auto{
margin-bottom: auto;
}
.d_flex{
display: flex;
}
.d_flex_column{
display: flex;
flex-direction: column;
}
.flex_grow{
flex-grow: 1;
}
.absolute_right_bottom{
position: absolute;
right: 15px;
bottom: 20px;
}
.fullHeight{
/*padding-bottom: 100%;*/
/*margin-bottom: -100%;*/
}
.asbi-v_sm_svg_in_comment_on_image_text_link{
display: table;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .row{
display: table-row;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .fullHeight{
height: 100%;
position: relative;
}
.asbi-v_svg_in_comment_on_image_centered_square img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.square {
max-width: 100vh;
max-height: 100%;
margin: 0 auto;
overflow: hidden;
}
.square::before {
content: "";
display: block;
margin-top: 100%;
}
.square .contentBox {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
padding: 20px;
text-align: center;
}
| 0.323808 | 0.061424 |
.signui-button {
border: none;
color: blue;
/* background-color: rgb(250, 250, 250); */
background-color: inherit;
font-size: 14px;
}
.signui-button:hover {
cursor: pointer;
text-decoration: underline;
}
.contain-login {
padding-top: 15px;
padding-left: 30px;
position: relative;
padding-right: 30px;
margin-top: 50px;
background-color: rgb(255, 255, 255);
width: fit-content;
margin-left: auto;
overflow: hidden;
margin-right: auto;
padding-bottom: 25px;
/* border: 1px solid black; */
box-shadow: 0 2px 6px rgb(104, 104, 104);
}
.socialui-button {
border: none;
background-color: inherit;
margin-top: 10px;
margin-left: 15px;
color: black;
position: relative;
z-index: 100;
font-size: 15px;
padding: 10px;
}
.socialui-button:hover {
cursor: pointer;
/* color: blue; */
/* text-decoration: underline; */
background-color: rgb(171, 247, 247);
border-radius: 5px;
}
.socialui-button:nth-child(1) {
margin-right: 25px;
}
.socialui-button:nth-child(2) {
margin-left: 25px;
}
.design {
height: 160px;
transform: rotateZ(45deg);
transform-origin: center;
width: 100%;
position: absolute;
top: -125px;
left: 100px;
}
.designb {
height: 200px;
position: absolute;
width: 110%;
transform: rotateZ(45deg);
left: -85px;
top: 540px;
}
.designb1 {
height: 200px;
position: absolute;
width: 110%;
transform: rotateZ(45deg);
left: -175px;
top: 450px;
}
.designb2 {
height: 200px;
position: absolute;
width: 110%;
transform: rotateZ(45deg);
left: -185px;
top: 460px;
}
.head {
font-size: 1.8rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
}
#email {
outline: none !important;
border: none !important;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 16px 0px,
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#password {
outline: none !important;
border: none !important;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 16px 0px,
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#tag {
text-align: center;
font-size: 1rem;
font-weight: 600 !important;
font-family: Roboto;
}
#op {
position: relative;
left: 12px;
top: 4px;
}
#ok1 {
position: relative;
left: 16px;
font-size: 0.9rem;
font-weight: 600;
top: 2px;
}
|
src/components/LoginPage/login-page.css
|
.signui-button {
border: none;
color: blue;
/* background-color: rgb(250, 250, 250); */
background-color: inherit;
font-size: 14px;
}
.signui-button:hover {
cursor: pointer;
text-decoration: underline;
}
.contain-login {
padding-top: 15px;
padding-left: 30px;
position: relative;
padding-right: 30px;
margin-top: 50px;
background-color: rgb(255, 255, 255);
width: fit-content;
margin-left: auto;
overflow: hidden;
margin-right: auto;
padding-bottom: 25px;
/* border: 1px solid black; */
box-shadow: 0 2px 6px rgb(104, 104, 104);
}
.socialui-button {
border: none;
background-color: inherit;
margin-top: 10px;
margin-left: 15px;
color: black;
position: relative;
z-index: 100;
font-size: 15px;
padding: 10px;
}
.socialui-button:hover {
cursor: pointer;
/* color: blue; */
/* text-decoration: underline; */
background-color: rgb(171, 247, 247);
border-radius: 5px;
}
.socialui-button:nth-child(1) {
margin-right: 25px;
}
.socialui-button:nth-child(2) {
margin-left: 25px;
}
.design {
height: 160px;
transform: rotateZ(45deg);
transform-origin: center;
width: 100%;
position: absolute;
top: -125px;
left: 100px;
}
.designb {
height: 200px;
position: absolute;
width: 110%;
transform: rotateZ(45deg);
left: -85px;
top: 540px;
}
.designb1 {
height: 200px;
position: absolute;
width: 110%;
transform: rotateZ(45deg);
left: -175px;
top: 450px;
}
.designb2 {
height: 200px;
position: absolute;
width: 110%;
transform: rotateZ(45deg);
left: -185px;
top: 460px;
}
.head {
font-size: 1.8rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
}
#email {
outline: none !important;
border: none !important;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 16px 0px,
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#password {
outline: none !important;
border: none !important;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 16px 0px,
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#tag {
text-align: center;
font-size: 1rem;
font-weight: 600 !important;
font-family: Roboto;
}
#op {
position: relative;
left: 12px;
top: 4px;
}
#ok1 {
position: relative;
left: 16px;
font-size: 0.9rem;
font-weight: 600;
top: 2px;
}
| 0.437343 | 0.077378 |
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 1em;
background-color: #e2e2e2;
}
/***************************
* Application Main Styles
**************************/
#menu--toggle[type="checkbox"]:not(:checked),
#menu--toggle[type="checkbox"]:checked {
display: none;
}
.menu--toggle__trigger,
.menu--toggle__burger,
.menu--toggle__burger:before,
.menu--toggle__burger:after {
position: absolute;
top: 1.6em;
left: 1.6em;
width: 2em;
height: 5px;
background-color: #282828;
border-radius: 2px;
cursor: pointer;
z-index: 100;
-webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu--toggle__trigger {
height: 2em;
background: none;
}
.menu--toggle__burger:before {
content: "";
top: 10px;
left: 0;
}
.menu--toggle__burger:after {
content: "";
top: 20px;
left: 0;
}
.menu__body {
position: absolute;
width: 7em;
height: 7em;
margin: 0;
padding: 0;
background-color: #fcfcfc;
border-bottom-right-radius: 100%;
-webkit-box-shadow: 3px 3px 7px rgba(40, 40, 40, 0.2);
box-shadow: 3px 3px 7px rgba(40, 40, 40, 0.2);
z-index: 10;
-webkit-animation: checkboxUncheckedAnimation 0.35s both;
animation: checkboxUncheckedAnimation 0.35s both;
}
.menu__body-element,
.menu__body-link {
display: none;
margin: 4.4em 0 -3.3em -.1em;
font-weight: normal;
color: #282828;
text-decoration: none;
text-transform: none;
list-style: none;
outline: 0;
}
.menu__body-element {
text-indent: 2em;
}
.menu__body-link:hover {
display: block;
width: 0;
color: #282828;
background-color: #e2e2e2;
-webkit-animation: changeWidthOfElementAnimation 0.35s both;
animation: changeWidthOfElementAnimation 0.35s both;
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger {
top: 35px;
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:before {
top: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:after {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger + .menu__body {
-webkit-animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-element,
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-link {
display: block;
}
.promotion {
width: 100vw;
height: 100vh;
background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Gooseberry-spring.jpg/1280px-Gooseberry-spring.jpg");
background-size: cover;
}
/**
* Animations
*
* @note checkboxCheckedAnimation - added fix for Microsoft Edge
*/
@-webkit-keyframes checkboxCheckedAnimation {
50% {
width: 100vw;
height: 100vh;
}
100% {
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
@keyframes checkboxCheckedAnimation {
50% {
width: 100vw;
height: 100vh;
}
100% {
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
@-webkit-keyframes checkboxUncheckedAnimation {
0% {
width: 100vw;
height: 100vh;
}
}
@keyframes checkboxUncheckedAnimation {
0% {
width: 100vw;
height: 100vh;
}
}
@-webkit-keyframes changeWidthOfElementAnimation {
50% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes changeWidthOfElementAnimation {
50% {
width: 0;
}
100% {
width: 100%;
}
}
/*# sourceMappingURL=navbar-27.css.map */
|
scss/navbar-27.css
|
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 1em;
background-color: #e2e2e2;
}
/***************************
* Application Main Styles
**************************/
#menu--toggle[type="checkbox"]:not(:checked),
#menu--toggle[type="checkbox"]:checked {
display: none;
}
.menu--toggle__trigger,
.menu--toggle__burger,
.menu--toggle__burger:before,
.menu--toggle__burger:after {
position: absolute;
top: 1.6em;
left: 1.6em;
width: 2em;
height: 5px;
background-color: #282828;
border-radius: 2px;
cursor: pointer;
z-index: 100;
-webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu--toggle__trigger {
height: 2em;
background: none;
}
.menu--toggle__burger:before {
content: "";
top: 10px;
left: 0;
}
.menu--toggle__burger:after {
content: "";
top: 20px;
left: 0;
}
.menu__body {
position: absolute;
width: 7em;
height: 7em;
margin: 0;
padding: 0;
background-color: #fcfcfc;
border-bottom-right-radius: 100%;
-webkit-box-shadow: 3px 3px 7px rgba(40, 40, 40, 0.2);
box-shadow: 3px 3px 7px rgba(40, 40, 40, 0.2);
z-index: 10;
-webkit-animation: checkboxUncheckedAnimation 0.35s both;
animation: checkboxUncheckedAnimation 0.35s both;
}
.menu__body-element,
.menu__body-link {
display: none;
margin: 4.4em 0 -3.3em -.1em;
font-weight: normal;
color: #282828;
text-decoration: none;
text-transform: none;
list-style: none;
outline: 0;
}
.menu__body-element {
text-indent: 2em;
}
.menu__body-link:hover {
display: block;
width: 0;
color: #282828;
background-color: #e2e2e2;
-webkit-animation: changeWidthOfElementAnimation 0.35s both;
animation: changeWidthOfElementAnimation 0.35s both;
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger {
top: 35px;
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:before {
top: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:after {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger + .menu__body {
-webkit-animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-element,
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-link {
display: block;
}
.promotion {
width: 100vw;
height: 100vh;
background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Gooseberry-spring.jpg/1280px-Gooseberry-spring.jpg");
background-size: cover;
}
/**
* Animations
*
* @note checkboxCheckedAnimation - added fix for Microsoft Edge
*/
@-webkit-keyframes checkboxCheckedAnimation {
50% {
width: 100vw;
height: 100vh;
}
100% {
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
@keyframes checkboxCheckedAnimation {
50% {
width: 100vw;
height: 100vh;
}
100% {
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
@-webkit-keyframes checkboxUncheckedAnimation {
0% {
width: 100vw;
height: 100vh;
}
}
@keyframes checkboxUncheckedAnimation {
0% {
width: 100vw;
height: 100vh;
}
}
@-webkit-keyframes changeWidthOfElementAnimation {
50% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes changeWidthOfElementAnimation {
50% {
width: 0;
}
100% {
width: 100%;
}
}
/*# sourceMappingURL=navbar-27.css.map */
| 0.365343 | 0.071203 |
.dice-tray {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
padding: 5px;
margin: 3px;
background: url("/systems/VTM5E/assets/images/background-green-marble.jpg"), #153b23;
background-size: cover;
border: 2px solid #1e5e35;
border-radius: 5px 5px 0 0;
}
.dice-tray > * {
margin: 2px;
}
.dice-tray .flexrow {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.dice-tray__character {
display: grid;
grid-template-columns: 1fr 2fr;
}
.dice-tray__custom-rolls {
display: grid;
margin: 0.5em 0;
grid-template-columns: 2fr 15px 2fr 1fr;
grid-template-areas:
"pool1 concat pool2 roll"
"opts1 . opts2 roll";
}
.dice-tray .dice-tray__label {
display: block;
height: 31px;
line-height: 31px;
}
.dice-tray .dice-tray__input,
.dice-tray .dice-tray__select {
display: block;
color: #fff;
font-size: 14px;
height: 31px;
width: 100%;
background-color: rgba(250, 250, 250, 0.15);
border: 1px solid #000;
-webkit-box-shadow: 0 0 6px inset #fff;
box-shadow: 0 0 6px inset #fff;
-webkit-transition: all ease-in-out 0.25s, visibility 0s;
-o-transition: all ease-in-out 0.25s, visibility 0s;
transition: all ease-in-out 0.25s, visibility 0s;
}
.dice-tray .dice-tray__concatenate {
display: block;
height: 25px;
line-height: 25px;
text-align: center;
}
.dice-tray__button.rollButton {
height: 100%;
grid-area: roll;
}
.dice-tray__button .rollImage {
border: 0;
filter: invert();
}
.dice-tray__pool-filters.pool1Filters {
grid-area: opts1;
}
.dice-tray__pool-filters.pool2Filters {
grid-area: opts2;
}
.dice-tray__button.smallButton {
height: 20px;
width: 20px;
}
.dice-tray__pool-filters label,
.dice-tray__pool-filters input {
display: block;
position: absolute;
font-size: 11px;
line-height: 10px;
padding: 1px;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 3px;
}
.dice-tray__pool-filters input[type="radio"] {
opacity: 0.011;
z-index: 2;
}
.dice-tray__pool-filters label {
padding: 5px;
cursor: pointer;
z-index: 1;
}
.dice-tray__filter-spacer {
padding: 6px;
}
#selectedCharacter {
width: 200px;
}
.dice-tray__searchable-select {
height: 31px;
position: relative;
}
.dice-tray__searchable-select-cover {
min-height: 31px;
position: absolute;
bottom: 0;
width: 100%;
}
.dice-tray__searchable-select-hover {
width: 100%;
height: 31px;
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
}
.dice-tray__searchable-select-fields {
border: 1px solid #767676;
border-bottom: 0;
z-index: 3;
position: relative;
display: none;
}
.dice-tray__searchable-select-input {
box-sizing: border-box;
padding-left: 6px;
width: 100%;
}
.dice-tray__searchable-select-options {
max-height: 500px;
list-style: none;
padding-left: 0;
margin: 0;
background: white;
color: black;
overflow-y: scroll;
}
.dice-tray__searchable-select-options li {
padding-left: 5px;
height: 29px;
font-size: 14px;
line-height: 29px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.dice-tray__searchable-select-options li:hover,
.dice-tray__searchable-select-options li:focus {
background: #1e90ff;
cursor: pointer;
color: white;
outline: none;
}
.dice-tray .dice-tray__input:hover,
.dice-tray .dice-tray__input:focus,
.dice-tray .dice-tray__select:hover,
.dice-tray .dice-tray__select:focus,
.dice-tray__searchable-select-hover:hover {
border: 1px solid #ff6400;
-webkit-box-shadow: 0 0 6px inset #ff6400;
box-shadow: 0 0 6px inset #ff6400;
}
.dice-tray__searchable-select-options:hover li:not(:hover) {
background: white;
color: black;
}
.dice-tray button {
background: transparent;
border: 1px solid #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
font-weight: bold;
font-size: 14px;
-webkit-box-shadow: 0 0 6px inset #8d9ea7;
box-shadow: 0 0 6px inset #8d9ea7;
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
position: relative;
}
.dice-tray button:hover,
.dice-tray__pool-filters input[type="radio"]:checked + label {
color: #ff6400;
border-color: #ff6400;
-webkit-box-shadow: 0 0 6px inset #ff6400;
box-shadow: 0 0 6px inset #ff6400;
}
|
css/tray.css
|
.dice-tray {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
padding: 5px;
margin: 3px;
background: url("/systems/VTM5E/assets/images/background-green-marble.jpg"), #153b23;
background-size: cover;
border: 2px solid #1e5e35;
border-radius: 5px 5px 0 0;
}
.dice-tray > * {
margin: 2px;
}
.dice-tray .flexrow {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.dice-tray__character {
display: grid;
grid-template-columns: 1fr 2fr;
}
.dice-tray__custom-rolls {
display: grid;
margin: 0.5em 0;
grid-template-columns: 2fr 15px 2fr 1fr;
grid-template-areas:
"pool1 concat pool2 roll"
"opts1 . opts2 roll";
}
.dice-tray .dice-tray__label {
display: block;
height: 31px;
line-height: 31px;
}
.dice-tray .dice-tray__input,
.dice-tray .dice-tray__select {
display: block;
color: #fff;
font-size: 14px;
height: 31px;
width: 100%;
background-color: rgba(250, 250, 250, 0.15);
border: 1px solid #000;
-webkit-box-shadow: 0 0 6px inset #fff;
box-shadow: 0 0 6px inset #fff;
-webkit-transition: all ease-in-out 0.25s, visibility 0s;
-o-transition: all ease-in-out 0.25s, visibility 0s;
transition: all ease-in-out 0.25s, visibility 0s;
}
.dice-tray .dice-tray__concatenate {
display: block;
height: 25px;
line-height: 25px;
text-align: center;
}
.dice-tray__button.rollButton {
height: 100%;
grid-area: roll;
}
.dice-tray__button .rollImage {
border: 0;
filter: invert();
}
.dice-tray__pool-filters.pool1Filters {
grid-area: opts1;
}
.dice-tray__pool-filters.pool2Filters {
grid-area: opts2;
}
.dice-tray__button.smallButton {
height: 20px;
width: 20px;
}
.dice-tray__pool-filters label,
.dice-tray__pool-filters input {
display: block;
position: absolute;
font-size: 11px;
line-height: 10px;
padding: 1px;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 3px;
}
.dice-tray__pool-filters input[type="radio"] {
opacity: 0.011;
z-index: 2;
}
.dice-tray__pool-filters label {
padding: 5px;
cursor: pointer;
z-index: 1;
}
.dice-tray__filter-spacer {
padding: 6px;
}
#selectedCharacter {
width: 200px;
}
.dice-tray__searchable-select {
height: 31px;
position: relative;
}
.dice-tray__searchable-select-cover {
min-height: 31px;
position: absolute;
bottom: 0;
width: 100%;
}
.dice-tray__searchable-select-hover {
width: 100%;
height: 31px;
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
}
.dice-tray__searchable-select-fields {
border: 1px solid #767676;
border-bottom: 0;
z-index: 3;
position: relative;
display: none;
}
.dice-tray__searchable-select-input {
box-sizing: border-box;
padding-left: 6px;
width: 100%;
}
.dice-tray__searchable-select-options {
max-height: 500px;
list-style: none;
padding-left: 0;
margin: 0;
background: white;
color: black;
overflow-y: scroll;
}
.dice-tray__searchable-select-options li {
padding-left: 5px;
height: 29px;
font-size: 14px;
line-height: 29px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.dice-tray__searchable-select-options li:hover,
.dice-tray__searchable-select-options li:focus {
background: #1e90ff;
cursor: pointer;
color: white;
outline: none;
}
.dice-tray .dice-tray__input:hover,
.dice-tray .dice-tray__input:focus,
.dice-tray .dice-tray__select:hover,
.dice-tray .dice-tray__select:focus,
.dice-tray__searchable-select-hover:hover {
border: 1px solid #ff6400;
-webkit-box-shadow: 0 0 6px inset #ff6400;
box-shadow: 0 0 6px inset #ff6400;
}
.dice-tray__searchable-select-options:hover li:not(:hover) {
background: white;
color: black;
}
.dice-tray button {
background: transparent;
border: 1px solid #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
font-weight: bold;
font-size: 14px;
-webkit-box-shadow: 0 0 6px inset #8d9ea7;
box-shadow: 0 0 6px inset #8d9ea7;
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
position: relative;
}
.dice-tray button:hover,
.dice-tray__pool-filters input[type="radio"]:checked + label {
color: #ff6400;
border-color: #ff6400;
-webkit-box-shadow: 0 0 6px inset #ff6400;
box-shadow: 0 0 6px inset #ff6400;
}
| 0.366363 | 0.075176 |
@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: 'futura';
src: url('futurastd-bold-webfont.eot');
src: url('futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('futurastd-bold-webfont.woff') format('woff'),
url('futurastd-bold-webfont.ttf') format('truetype'),
url('futurastd-bold-webfont.svg#FuturaStdBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'futura';
src: url('futurastd-book-webfont.eot');
src: url('futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
url('futurastd-book-webfont.woff') format('woff'),
url('futurastd-book-webfont.ttf') format('truetype'),
url('futurastd-book-webfont.svg#FuturaStdBook') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'futura';
src: url('futurastd-light-webfont.eot');
src: url('futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
url('futurastd-light-webfont.woff') format('woff'),
url('futurastd-light-webfont.ttf') format('truetype'),
url('futurastd-light-webfont.svg#FuturaStdLight') format('svg');
font-weight: 300;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.2;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
strong,b{font-weight:bold;}
em,i{font-style:italic;}
body{background:url(../../images/bg.png) repeat; font-family:Arial, Helvetica, sans-serif; color:#666;font-size:1.1em;}
.wrapIt{margin:0px auto;}
.header{background:url(../../images/bg-head.gif) repeat-x bottom #2e2e2e; position:fixed;width:100%;-moz-box-shadow:0px 2px 5px 0px #666;box-shadow:0px 2px 5px 0px #666;-webkit-box-shadow:0px 2px 5px 0px #666;z-index:10;}
a.logo{display:block;width:320px;text-indent:-9999px;float:left; background:url(../../images/ooc-cow.png) no-repeat left center;}
.home a.logo{ background:url(../../images/ooc.png) no-repeat left center;}
img{max-width:100%;}
.half{width:48%;float:left;margin-right:2%;}
.half.last{margin-right:0px;}
.title{background:url(../../images/bg-quote.png) repeat-x bottom;padding-bottom:30px;}
.imgleft{float:left;margin-right:20px;max-width:30%;}
.leads{text-align:center;}
.contentPag{padding-top:20px;padding-bottom:50px;}
#home .contentPag{padding-top:50px;}
a.btn1,a.btn2,a.btn3{ background:url(../../images/btn1.png) no-repeat 0px 20px;width:177px;height:175px;margin:0px auto; display:block;margin-bottom:20px;}
a.btn2{background-image:url(../../images/btn2.png);}
a.btn3{background-image:url(../../images/btn3.png);}
a.btn1:hover,a.btn2:hover,a.btn3:hover{background-position:0px -170px;}
.leads h2{ font-family:futura;font-weight:normal;font-size:24px;}
.leads a{color:#000; text-decoration:none;}
.leads a:hover{color:#f58120; text-decoration:none;}
.gray{padding-top:50px;padding-bottom:50px; background:url(../../images/bg-quote.png) repeat-x top;text-align:center;font-size:20px;border-bottom:1px solid #fff;}
.gray h1{ font-size:50px; font-family:futura;font-weight:300;color:#000;margin-bottom:40px;}
.gray strong{color:#f58120;font-weight:bold;}
.footer{background:url(../../images/bg-footer.png) repeat-x top;padding-top:50px;padding-bottom:50px;color:#ccc;font-size:12px;line-height:1.5;}
.footer h2{font-weight:bold;font-family:futura;color:#fff;font-size:24px;}
.footer h2 a{color:#fff; text-decoration:none;}
.footer h2 a:hover{color:#fff; text-decoration:underline;}
.footer li,.footer ul{margin:0px;padding:0px; list-style:none;}
.footer li{border-bottom:1px solid #666;padding:5px 0px 5px;}
.footer a,.copyright a{text-decoration:none;color:#f58120; }
.footer a:hover,.copyright a:hover{color:#fff;}
.adr{background:url(../../images/ic-home.png) no-repeat left center;padding:7px 0px 7px 30px;}
.ph{background:url(../../images/ic-phone.png) no-repeat 3px center;padding:7px 0px 7px 30px;}
.mail{background:url(../../images/ic-mail.png) no-repeat left center;padding:7px 0px 7px 30px;}
.socMedia{margin-top:30px;height:48px;}
.socMedia a{float:left;height:48px;width:48px;text-indent:-9999px;display:block;}
a.fb{background:url(../../images/ic-fb.png) no-repeat;}
a.tw{background:url(../../images/ic-tw.png) no-repeat;}
a.in{background:url(../../images/ic-in.png) no-repeat;}
a.gp{background:url(../../images/ic-gp.png) no-repeat;}
.copyright{background:url(../../images/bg-copyright.png) repeat-x;padding-top:20px;padding-bottom:20px;font-size:11px;color:#ccc;}
.newsBox h3 a{text-decoration:none;margin:0px;}
.date{width:45px;text-align:center;float:left;margin-right:10px;}
.date .day{border:1px solid #ccc;background:#fff;height:40px;line-height:40px;color:#000;font-size:24px;font-weight:bold;margin-bottom:3px;}
.date .month{background:#f58120;color:#fff;font-weight:bold;height:18px;line-height:18px; }
.homeR img{float:left;}
.homeR{position:relative;}
.homeR .arrow{background:url(../../images/bg-testi.png);position:absolute;z-index:5;width:20px;height:25px;}
.testiBox{ background:#fff;border-radius:3px;-moz-box-shadow:0px 2px 5px 0px #aaa;box-shadow:0px 2px 5px 0px #aaa;-webkit-box-shadow:0px 2px 5px 0px #aaa;padding:20px;float:right;font-family:"Times New Roman", Times, serif;font-size:16px; font-style:italic;}
.name{clear:both;color:#000;text-align:right;padding-top:10px;}
.bread{font-size:12px;color:#aaa;font-style:italic;text-align:right;margin-bottom:30px;}
.bread a{text-decoration:none;}
.bread a:hover{color:#000;text-decoration:none;}
h1{font-size:30px;font-family:futura;font-weight:bold;color:#000;}
h2{margin-bottom:20px;font-size:30px; font-family:futura;font-weight:normal;color:#000;}
h3{margin-bottom:20px;font-size:20px; font-family:futura;font-weight:normal;color:#f58120;}
p,ul,ol{margin-bottom:20px;}
a{color:#f58120; text-decoration:underline;}
a:hover{color:#f58120; text-decoration:none;}
.clearAll{clear:both;}
.last{margin-right:0px !important;margin-bottom:0px;}
.col2{width:50%;float:left;}
.req{color:#f58120}
input.cat_textbox,select.cat_dropdown,textarea.cat_listbox{font-family:arial;font-size:1.1em;color:#666;border:1px solid #ccc;width:80%;}
select.cat_dropdown_smaller{font-family:arial;font-size:1.1em;color:#666;border:1px solid #ccc;width:80px;}
input.cat_button{color:#fff;font-weight:bold;font-size:1.1em;text-transform:uppercase;font-family:futura;border:none;background:#000;border-radius:3px;padding:5px 20px 5px 20px}
ul{list-style:url(../../images/dot.png);padding-left:20px;}
li{margin-bottom:10px;}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {list-style:url(../../images/dot.png);padding-left:20px;margin-bottom:30px;}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {font-size: 1.1em;list-style:url(../../images/dot.png);margin-bottom:10px;}
.BlogRecentPost a, .BlogTagList a, .BlogPostArchive a{text-decoration:none;}
.blogDet{height:30px;line-height:30px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:30px;}
.blogDet div{height:30px;line-height:30px;float:left;margin-right:20px;padding-left:20px;font-size:13px;}
.aut{background:url(../../images/ic-aut.png) no-repeat left center;}
.cal{background:url(../../images/ic-cal.png) no-repeat left center;}
table.webform td {line-height:1;}
.blogL{width:70%;float:left;}
.blogR{width:25%;float:right;}
.form label, .webform label {font-size: 1.1em;}
nav{letter-spacing:1px}
.learnBox{padding:10px; -moz-box-shadow: inset 0px 0px 8px #c65a00;
-webkit-box-shadow: inset 0px 0px 8px #c65a00;
box-shadow: inset 0px 0px 8px #c65a00;border-radius:5px;background:#f58120;font-size:14px;text-align:center;color:#fff;}
.learnBox h2{color:#fff;}
.learnBox .form label,.learnBox .webform label{font-size:14px;}
a.nextPuzzle{background:url(../../images/b-next.png) no-repeat 0px 0px;display:block;padding-left:60px;font-family:futura;text-decoration:none;font-size:30px;font-weight:normal;height:61px;line-height:61px;}
a.nextPuzzle:hover{background-position:0px -61px;color:#000;}
.contentR input.cat_textbox,.contentR select.cat_dropdown,.contentR textarea.cat_listbox{width:95%;}
.contentR .req{color:#fff;}
.alert{color: #ff0000; font-size: 12px; font-style: italic;}
.newsBox img,.blog-post img{max-width:100%;}
.btn-orange {
background-color:#f58120; color:#FFFFFF; padding:10px; border-radius:8px; text-decoration:none;
}
.btn-orange:hover{
color:#FFFFFF;
background-color:#F07C1B;
}
|
app/assets/styles/ooc_css/style.css
|
@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: 'futura';
src: url('futurastd-bold-webfont.eot');
src: url('futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('futurastd-bold-webfont.woff') format('woff'),
url('futurastd-bold-webfont.ttf') format('truetype'),
url('futurastd-bold-webfont.svg#FuturaStdBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'futura';
src: url('futurastd-book-webfont.eot');
src: url('futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
url('futurastd-book-webfont.woff') format('woff'),
url('futurastd-book-webfont.ttf') format('truetype'),
url('futurastd-book-webfont.svg#FuturaStdBook') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'futura';
src: url('futurastd-light-webfont.eot');
src: url('futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
url('futurastd-light-webfont.woff') format('woff'),
url('futurastd-light-webfont.ttf') format('truetype'),
url('futurastd-light-webfont.svg#FuturaStdLight') format('svg');
font-weight: 300;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.2;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
strong,b{font-weight:bold;}
em,i{font-style:italic;}
body{background:url(../../images/bg.png) repeat; font-family:Arial, Helvetica, sans-serif; color:#666;font-size:1.1em;}
.wrapIt{margin:0px auto;}
.header{background:url(../../images/bg-head.gif) repeat-x bottom #2e2e2e; position:fixed;width:100%;-moz-box-shadow:0px 2px 5px 0px #666;box-shadow:0px 2px 5px 0px #666;-webkit-box-shadow:0px 2px 5px 0px #666;z-index:10;}
a.logo{display:block;width:320px;text-indent:-9999px;float:left; background:url(../../images/ooc-cow.png) no-repeat left center;}
.home a.logo{ background:url(../../images/ooc.png) no-repeat left center;}
img{max-width:100%;}
.half{width:48%;float:left;margin-right:2%;}
.half.last{margin-right:0px;}
.title{background:url(../../images/bg-quote.png) repeat-x bottom;padding-bottom:30px;}
.imgleft{float:left;margin-right:20px;max-width:30%;}
.leads{text-align:center;}
.contentPag{padding-top:20px;padding-bottom:50px;}
#home .contentPag{padding-top:50px;}
a.btn1,a.btn2,a.btn3{ background:url(../../images/btn1.png) no-repeat 0px 20px;width:177px;height:175px;margin:0px auto; display:block;margin-bottom:20px;}
a.btn2{background-image:url(../../images/btn2.png);}
a.btn3{background-image:url(../../images/btn3.png);}
a.btn1:hover,a.btn2:hover,a.btn3:hover{background-position:0px -170px;}
.leads h2{ font-family:futura;font-weight:normal;font-size:24px;}
.leads a{color:#000; text-decoration:none;}
.leads a:hover{color:#f58120; text-decoration:none;}
.gray{padding-top:50px;padding-bottom:50px; background:url(../../images/bg-quote.png) repeat-x top;text-align:center;font-size:20px;border-bottom:1px solid #fff;}
.gray h1{ font-size:50px; font-family:futura;font-weight:300;color:#000;margin-bottom:40px;}
.gray strong{color:#f58120;font-weight:bold;}
.footer{background:url(../../images/bg-footer.png) repeat-x top;padding-top:50px;padding-bottom:50px;color:#ccc;font-size:12px;line-height:1.5;}
.footer h2{font-weight:bold;font-family:futura;color:#fff;font-size:24px;}
.footer h2 a{color:#fff; text-decoration:none;}
.footer h2 a:hover{color:#fff; text-decoration:underline;}
.footer li,.footer ul{margin:0px;padding:0px; list-style:none;}
.footer li{border-bottom:1px solid #666;padding:5px 0px 5px;}
.footer a,.copyright a{text-decoration:none;color:#f58120; }
.footer a:hover,.copyright a:hover{color:#fff;}
.adr{background:url(../../images/ic-home.png) no-repeat left center;padding:7px 0px 7px 30px;}
.ph{background:url(../../images/ic-phone.png) no-repeat 3px center;padding:7px 0px 7px 30px;}
.mail{background:url(../../images/ic-mail.png) no-repeat left center;padding:7px 0px 7px 30px;}
.socMedia{margin-top:30px;height:48px;}
.socMedia a{float:left;height:48px;width:48px;text-indent:-9999px;display:block;}
a.fb{background:url(../../images/ic-fb.png) no-repeat;}
a.tw{background:url(../../images/ic-tw.png) no-repeat;}
a.in{background:url(../../images/ic-in.png) no-repeat;}
a.gp{background:url(../../images/ic-gp.png) no-repeat;}
.copyright{background:url(../../images/bg-copyright.png) repeat-x;padding-top:20px;padding-bottom:20px;font-size:11px;color:#ccc;}
.newsBox h3 a{text-decoration:none;margin:0px;}
.date{width:45px;text-align:center;float:left;margin-right:10px;}
.date .day{border:1px solid #ccc;background:#fff;height:40px;line-height:40px;color:#000;font-size:24px;font-weight:bold;margin-bottom:3px;}
.date .month{background:#f58120;color:#fff;font-weight:bold;height:18px;line-height:18px; }
.homeR img{float:left;}
.homeR{position:relative;}
.homeR .arrow{background:url(../../images/bg-testi.png);position:absolute;z-index:5;width:20px;height:25px;}
.testiBox{ background:#fff;border-radius:3px;-moz-box-shadow:0px 2px 5px 0px #aaa;box-shadow:0px 2px 5px 0px #aaa;-webkit-box-shadow:0px 2px 5px 0px #aaa;padding:20px;float:right;font-family:"Times New Roman", Times, serif;font-size:16px; font-style:italic;}
.name{clear:both;color:#000;text-align:right;padding-top:10px;}
.bread{font-size:12px;color:#aaa;font-style:italic;text-align:right;margin-bottom:30px;}
.bread a{text-decoration:none;}
.bread a:hover{color:#000;text-decoration:none;}
h1{font-size:30px;font-family:futura;font-weight:bold;color:#000;}
h2{margin-bottom:20px;font-size:30px; font-family:futura;font-weight:normal;color:#000;}
h3{margin-bottom:20px;font-size:20px; font-family:futura;font-weight:normal;color:#f58120;}
p,ul,ol{margin-bottom:20px;}
a{color:#f58120; text-decoration:underline;}
a:hover{color:#f58120; text-decoration:none;}
.clearAll{clear:both;}
.last{margin-right:0px !important;margin-bottom:0px;}
.col2{width:50%;float:left;}
.req{color:#f58120}
input.cat_textbox,select.cat_dropdown,textarea.cat_listbox{font-family:arial;font-size:1.1em;color:#666;border:1px solid #ccc;width:80%;}
select.cat_dropdown_smaller{font-family:arial;font-size:1.1em;color:#666;border:1px solid #ccc;width:80px;}
input.cat_button{color:#fff;font-weight:bold;font-size:1.1em;text-transform:uppercase;font-family:futura;border:none;background:#000;border-radius:3px;padding:5px 20px 5px 20px}
ul{list-style:url(../../images/dot.png);padding-left:20px;}
li{margin-bottom:10px;}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {list-style:url(../../images/dot.png);padding-left:20px;margin-bottom:30px;}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {font-size: 1.1em;list-style:url(../../images/dot.png);margin-bottom:10px;}
.BlogRecentPost a, .BlogTagList a, .BlogPostArchive a{text-decoration:none;}
.blogDet{height:30px;line-height:30px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:30px;}
.blogDet div{height:30px;line-height:30px;float:left;margin-right:20px;padding-left:20px;font-size:13px;}
.aut{background:url(../../images/ic-aut.png) no-repeat left center;}
.cal{background:url(../../images/ic-cal.png) no-repeat left center;}
table.webform td {line-height:1;}
.blogL{width:70%;float:left;}
.blogR{width:25%;float:right;}
.form label, .webform label {font-size: 1.1em;}
nav{letter-spacing:1px}
.learnBox{padding:10px; -moz-box-shadow: inset 0px 0px 8px #c65a00;
-webkit-box-shadow: inset 0px 0px 8px #c65a00;
box-shadow: inset 0px 0px 8px #c65a00;border-radius:5px;background:#f58120;font-size:14px;text-align:center;color:#fff;}
.learnBox h2{color:#fff;}
.learnBox .form label,.learnBox .webform label{font-size:14px;}
a.nextPuzzle{background:url(../../images/b-next.png) no-repeat 0px 0px;display:block;padding-left:60px;font-family:futura;text-decoration:none;font-size:30px;font-weight:normal;height:61px;line-height:61px;}
a.nextPuzzle:hover{background-position:0px -61px;color:#000;}
.contentR input.cat_textbox,.contentR select.cat_dropdown,.contentR textarea.cat_listbox{width:95%;}
.contentR .req{color:#fff;}
.alert{color: #ff0000; font-size: 12px; font-style: italic;}
.newsBox img,.blog-post img{max-width:100%;}
.btn-orange {
background-color:#f58120; color:#FFFFFF; padding:10px; border-radius:8px; text-decoration:none;
}
.btn-orange:hover{
color:#FFFFFF;
background-color:#F07C1B;
}
| 0.202838 | 0.060335 |
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*,
*:after,
*:before{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: rgb(0, 9, 32);
background-image: url('../images/testi-bg-1-1.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: 'Roboto', sans-serif;
}
/* Login box */
.login-box{
padding: 30px;
background: rgba(0, 9, 32, .8);
width: 35%;
margin: 100px auto;
text-align: center;
border-radius: 10px;
border: 4px solid rgb(62, 225, 253);
}
.login-box .img-block{
padding: 5px;
width: 50%;
margin: 0 auto 0 auto;
}
.login-box .img-block img{
width: 100%;
}
.login-box .login-title{
color: #fff;
font-size: 22px;
letter-spacing: 2px;
/* text-transform: uppercase; */
margin-bottom: 40px;
}
.form-group{
width: 70%;
height: 100%;
margin: 20px auto;
padding-left: 10px;
text-align: left;
border: 2px solid rgb(0, 168, 197);
height: 35px;
border-radius: 25px;
background: rgb(0, 9, 32);
}
.form-group > label{
display: block;
font-size: 14px;
margin-bottom: 10px;
}
.form-group > span{
display: inline-block;
height: 100%;
}
.form-group > span > img{
width: 30px;
}
.form-group > i{
color: #fff;
}
.form-group .form-control{
border: none;
height: 100%;
width: 92%;
/* border-radius: 0 25px 25px 0; */
background: none;
text-align: center;
padding-right: 5%;
caret-color: #fff;
color: #fff;
}
.form-group .invalid-feedback{
position: absolute;
text-align: center;
top: 0;
left: 0;
z-index: 200;
width: 100%;
color: #721c24;
font-weight: 500;
font-size: 16px;
background: #f8d7da;
border-color: #f5c6cb;
padding: 10px 15px;
transition: all .4s linear;
animation: tintineo .5s;
height: 40px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-text-fill-color: rgb(0, 195, 255);
-webkit-box-shadow: 0 0 0 1000px rgb(0, 9, 32) inset;
}
.form-group .form-control:focus{
outline: none;
}
.links-group{
margin: 50px auto 20px auto;
display: flex;
flex-direction: column;
align-items: center;
}
.links-group > a{
padding: 5px 0;
text-decoration: none;
margin-bottom: 10px;
transition: all .4s ease-in-out;
color: #fff;
}
.links-group .btn-primary{
width: 150px;
height: 30px;
border: none;
border-radius: 25px;
width: 55%;
height: 35px;
font-size: 16px;
background: rgb(0, 195, 255);
color: #fff;
cursor: pointer;
}
.form-group .success-alert{
position: absolute;
text-align: center;
top: 0;
left: 0;
z-index: 200;
width: 100%;
height: 40px;
color: #155724;
font-weight: 500;
font-size: 16px;
background: #d4edda;
border-color: #c3e6cb;
padding: 10px 15px;
transition: all .4s linear;
animation: tintineo .5s;
animation-direction: alternate;
}
@keyframes tintineo{
0%{
transform: rotateZ(.5deg)
}
20%{
transform: rotateZ(-.5deg)
}
30%{
transform: rotateZ(.5deg)
}
50%{
transform: rotateZ(-.5deg);
}
50%{
transform: rotateZ(.5deg)
}
70%{
transform: rotateZ(-.5deg)
}
80%{
transform: rotateZ(.5deg);
}
100%{
transform: rotateZ(-.5deg);
}
}
/* Responsive login */
@media screen and (max-width: 991px){
.login-box{
width: 50%;
}
}
@media screen and (max-width: 900px){
.form-group .form-control{
width: 90%;
}
}
@media screen and (max-width: 750px){
.form-group .form-control{
width: 89%;
}
}
@media screen and (max-width: 700px){
.form-group .form-control{
width: 80%;
}
}
@media screen and (max-width: 575px){
.login-box{
width: 90%;
margin-top: 50px;
}
}
/* Responsive Admin */
|
public/css/login.css
|
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*,
*:after,
*:before{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: rgb(0, 9, 32);
background-image: url('../images/testi-bg-1-1.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: 'Roboto', sans-serif;
}
/* Login box */
.login-box{
padding: 30px;
background: rgba(0, 9, 32, .8);
width: 35%;
margin: 100px auto;
text-align: center;
border-radius: 10px;
border: 4px solid rgb(62, 225, 253);
}
.login-box .img-block{
padding: 5px;
width: 50%;
margin: 0 auto 0 auto;
}
.login-box .img-block img{
width: 100%;
}
.login-box .login-title{
color: #fff;
font-size: 22px;
letter-spacing: 2px;
/* text-transform: uppercase; */
margin-bottom: 40px;
}
.form-group{
width: 70%;
height: 100%;
margin: 20px auto;
padding-left: 10px;
text-align: left;
border: 2px solid rgb(0, 168, 197);
height: 35px;
border-radius: 25px;
background: rgb(0, 9, 32);
}
.form-group > label{
display: block;
font-size: 14px;
margin-bottom: 10px;
}
.form-group > span{
display: inline-block;
height: 100%;
}
.form-group > span > img{
width: 30px;
}
.form-group > i{
color: #fff;
}
.form-group .form-control{
border: none;
height: 100%;
width: 92%;
/* border-radius: 0 25px 25px 0; */
background: none;
text-align: center;
padding-right: 5%;
caret-color: #fff;
color: #fff;
}
.form-group .invalid-feedback{
position: absolute;
text-align: center;
top: 0;
left: 0;
z-index: 200;
width: 100%;
color: #721c24;
font-weight: 500;
font-size: 16px;
background: #f8d7da;
border-color: #f5c6cb;
padding: 10px 15px;
transition: all .4s linear;
animation: tintineo .5s;
height: 40px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-text-fill-color: rgb(0, 195, 255);
-webkit-box-shadow: 0 0 0 1000px rgb(0, 9, 32) inset;
}
.form-group .form-control:focus{
outline: none;
}
.links-group{
margin: 50px auto 20px auto;
display: flex;
flex-direction: column;
align-items: center;
}
.links-group > a{
padding: 5px 0;
text-decoration: none;
margin-bottom: 10px;
transition: all .4s ease-in-out;
color: #fff;
}
.links-group .btn-primary{
width: 150px;
height: 30px;
border: none;
border-radius: 25px;
width: 55%;
height: 35px;
font-size: 16px;
background: rgb(0, 195, 255);
color: #fff;
cursor: pointer;
}
.form-group .success-alert{
position: absolute;
text-align: center;
top: 0;
left: 0;
z-index: 200;
width: 100%;
height: 40px;
color: #155724;
font-weight: 500;
font-size: 16px;
background: #d4edda;
border-color: #c3e6cb;
padding: 10px 15px;
transition: all .4s linear;
animation: tintineo .5s;
animation-direction: alternate;
}
@keyframes tintineo{
0%{
transform: rotateZ(.5deg)
}
20%{
transform: rotateZ(-.5deg)
}
30%{
transform: rotateZ(.5deg)
}
50%{
transform: rotateZ(-.5deg);
}
50%{
transform: rotateZ(.5deg)
}
70%{
transform: rotateZ(-.5deg)
}
80%{
transform: rotateZ(.5deg);
}
100%{
transform: rotateZ(-.5deg);
}
}
/* Responsive login */
@media screen and (max-width: 991px){
.login-box{
width: 50%;
}
}
@media screen and (max-width: 900px){
.form-group .form-control{
width: 90%;
}
}
@media screen and (max-width: 750px){
.form-group .form-control{
width: 89%;
}
}
@media screen and (max-width: 700px){
.form-group .form-control{
width: 80%;
}
}
@media screen and (max-width: 575px){
.login-box{
width: 90%;
margin-top: 50px;
}
}
/* Responsive Admin */
| 0.332961 | 0.053182 |
body{
margin:0;
font-family:Arial;
}
.header{
align-items:center;
background-color:#F2F2F2;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
height:120px;
}
.logo{
font-size:36px;
font-weight: bold;
}
.menu {
list-style: none;
display:flex;
justify-content: space-around;
padding:0;
}
.menu li {
background-color:#555;
border:1px solid black;
}
.menu li a{
color:white;
display: block;
padding: 10px 20px;
text-decoration:none;
font-weight:lighter;
font-size:14px;
}
.menu li:hover{
background-color:#333333;
}
.container{
align-items:inherit;
display:inherit;
flex-wrap:inherit;
height:inherit;
justify-content: inherit;
margin:0 auto;
max-width:1000px;
flex:1;
}
.menu-pomodoro{
display:flex;
justify-content:center;
list-style:none;
margin:0;
}
.menu-pomodoro li{
border:1px solid #1e728c;
color:white;
font-size:14px;
width: 20%;
text-align: center;
padding:10px 0;
background:#2ba6cb;
cursor:pointer;
}
.menu-pomodoro li:hover{
background-color:#2284A1;
}
.timer{
border:red 1px solid;
padding:1em 0;
}
.timer-pomodoro{
font-size:90px;
font-weight:bold;
text-align:center;
margin:0.5em 0;
/* margin:0 auto; */
}
.timer-operations{
display:flex;
justify-content:center;
}
.timer-operations div{
margin-right:40px;
border:gray solid 1px;
border-radius:5px;
color:white;
padding:15px 40px;
}
.timer-operations div:nth-child(1){
background-color:#5da423;
}
.timer-operations div:nth-child(1):hover{
background-color:#396516;
}
.timer-operations div:nth-child(2){
background-color:#c60f13;
}
.timer-operations div:nth-child(2):hover{
background-color:#7f0a0c;
}
.timer-operations div:nth-child(3){
color:#000;
background-color:#e9e9e9;
}
.timer-operations div:nth-child(3):hover{
background-color:#c3c3c3;
}
@media screen and (max-width:1024px)
{
}
@media screen and (max-width:767px){
.header{
display:block;
height:auto;
padding:30px 30px;
}
.logo{
text-align:center;
}
.menu{
display:block;
}
.menu li{
text-align:center;
}
.menu-pomodoro{
padding:0;
}
.menu-pomodoro li{
width:30%;
}
.timer{
padding:30px 30px;
}
.timer-operations{
display:block;
text-align:center;
}
.timer-operations div{
margin-right:0;
}
}
@media screen and (max-width:480px)
{
}
@media screen and (max-width:360px)
{
}
|
css/index.css
|
body{
margin:0;
font-family:Arial;
}
.header{
align-items:center;
background-color:#F2F2F2;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
height:120px;
}
.logo{
font-size:36px;
font-weight: bold;
}
.menu {
list-style: none;
display:flex;
justify-content: space-around;
padding:0;
}
.menu li {
background-color:#555;
border:1px solid black;
}
.menu li a{
color:white;
display: block;
padding: 10px 20px;
text-decoration:none;
font-weight:lighter;
font-size:14px;
}
.menu li:hover{
background-color:#333333;
}
.container{
align-items:inherit;
display:inherit;
flex-wrap:inherit;
height:inherit;
justify-content: inherit;
margin:0 auto;
max-width:1000px;
flex:1;
}
.menu-pomodoro{
display:flex;
justify-content:center;
list-style:none;
margin:0;
}
.menu-pomodoro li{
border:1px solid #1e728c;
color:white;
font-size:14px;
width: 20%;
text-align: center;
padding:10px 0;
background:#2ba6cb;
cursor:pointer;
}
.menu-pomodoro li:hover{
background-color:#2284A1;
}
.timer{
border:red 1px solid;
padding:1em 0;
}
.timer-pomodoro{
font-size:90px;
font-weight:bold;
text-align:center;
margin:0.5em 0;
/* margin:0 auto; */
}
.timer-operations{
display:flex;
justify-content:center;
}
.timer-operations div{
margin-right:40px;
border:gray solid 1px;
border-radius:5px;
color:white;
padding:15px 40px;
}
.timer-operations div:nth-child(1){
background-color:#5da423;
}
.timer-operations div:nth-child(1):hover{
background-color:#396516;
}
.timer-operations div:nth-child(2){
background-color:#c60f13;
}
.timer-operations div:nth-child(2):hover{
background-color:#7f0a0c;
}
.timer-operations div:nth-child(3){
color:#000;
background-color:#e9e9e9;
}
.timer-operations div:nth-child(3):hover{
background-color:#c3c3c3;
}
@media screen and (max-width:1024px)
{
}
@media screen and (max-width:767px){
.header{
display:block;
height:auto;
padding:30px 30px;
}
.logo{
text-align:center;
}
.menu{
display:block;
}
.menu li{
text-align:center;
}
.menu-pomodoro{
padding:0;
}
.menu-pomodoro li{
width:30%;
}
.timer{
padding:30px 30px;
}
.timer-operations{
display:block;
text-align:center;
}
.timer-operations div{
margin-right:0;
}
}
@media screen and (max-width:480px)
{
}
@media screen and (max-width:360px)
{
}
| 0.272799 | 0.068975 |
.MMM-rdrDrawingBoard .wrapper {
position: absolute;
border:0px solid #62FF00; /*green*/
border-radius:0px;
z-index: 249;
top: 200px;
bottom:0px;
right:0px;
left:60px;
width: 718px;
height: 1000px;
}
.MMM-rdrDrawingBoard .buttons {
border:0px solid #337DFF; /*blue*/
border-radius:0px;
position: absolute;
top: 905px;
bottom:0px;
right:0px;
left:0px;
width: 714px;
height: 50px;
}
.MMM-rdrDrawingBoard .canvas {
border:0px solid #FFFFFF ; /*white*/
transform: rotate(+90deg);
transform-origin: bottom left;
position: absolute;
width: 900px;
height: 630px;
left: 41px;
right: 0px;
top: -630px;
}
.MMM-rdrDrawingBoard .button01 {
position: absolute;
top: 0px;
bottom:0px;
right:0px;
left:40px;
padding:2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:black;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .blackboard_img {
position: absolute;
width: 840px;
height: 1095px;
top: -100px;
left: -62px;
}
.MMM-rdrDrawingBoard .blackboard_img img {
width: inherit;
height: inherit;
}
.MMM-rdrDrawingBoard .color_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 175px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .color_input {
position: absolute;
top: -5px;
bottom: 0px;
right: 0px;
left: 220px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .weight_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 355px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .weight_input {
position: absolute;
top: -5px;
bottom: 0px;
right: 0px;
left: 420px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .mode_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 560px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .mode_input {
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 600px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 60px;
height: 20px;
}
|
MMM-rdrDrawingBoard_portrait.css
|
.MMM-rdrDrawingBoard .wrapper {
position: absolute;
border:0px solid #62FF00; /*green*/
border-radius:0px;
z-index: 249;
top: 200px;
bottom:0px;
right:0px;
left:60px;
width: 718px;
height: 1000px;
}
.MMM-rdrDrawingBoard .buttons {
border:0px solid #337DFF; /*blue*/
border-radius:0px;
position: absolute;
top: 905px;
bottom:0px;
right:0px;
left:0px;
width: 714px;
height: 50px;
}
.MMM-rdrDrawingBoard .canvas {
border:0px solid #FFFFFF ; /*white*/
transform: rotate(+90deg);
transform-origin: bottom left;
position: absolute;
width: 900px;
height: 630px;
left: 41px;
right: 0px;
top: -630px;
}
.MMM-rdrDrawingBoard .button01 {
position: absolute;
top: 0px;
bottom:0px;
right:0px;
left:40px;
padding:2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:black;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .blackboard_img {
position: absolute;
width: 840px;
height: 1095px;
top: -100px;
left: -62px;
}
.MMM-rdrDrawingBoard .blackboard_img img {
width: inherit;
height: inherit;
}
.MMM-rdrDrawingBoard .color_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 175px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .color_input {
position: absolute;
top: -5px;
bottom: 0px;
right: 0px;
left: 220px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .weight_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 355px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .weight_input {
position: absolute;
top: -5px;
bottom: 0px;
right: 0px;
left: 420px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .mode_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 560px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .mode_input {
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 600px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 60px;
height: 20px;
}
| 0.437824 | 0.099383 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
a {
text-decoration: none;
color: inherit; }
li {
color: inherit;
text-decoration: none; }
header {
height: 70px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.7);
position: fixed;
color: rgba(255, 255, 255, 0.9);
z-index: 99; }
.navbar {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px; }
.logo {
display: flex;
align-items: center;
flex-direction: column; }
.logo h1 {
font-size: 1.5em;
letter-spacing: 5px; }
.logo span {
font-size: 1em;
letter-spacing: 8px; }
.nav {
height: 100%;
width: 70px;
display: flex;
align-items: center;
justify-content: flex-end; }
.nav span {
font-size: 2em; }
.dropdown {
height: 0;
position: absolute;
top: 70px;
right: 0;
overflow: hidden;
transition: height .3s ease-in-out;
background: rgba(0, 0, 0, 0.7); }
.dropdown li {
text-align: center;
letter-spacing: 2px; }
.dropdown li:hover, .dropdown li:focus {
cursor: pointer;
background: rgba(255, 255, 255, 0.6); }
.dropdown li a {
display: inline-block;
padding: 20px; }
.dropdown li:first-child a {
border-top: none; }
.nav:hover .dropdown, .nav:focus .dropdown {
height: 280px; }
.hero {
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
transition: height .3s ease-in-out; }
.hero img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: bottom; }
.gallery {
width: 100%;
height: 100vh;
display: flex;
flex-wrap: wrap;
padding: 10px; }
.gallery-image {
flex-basis: 100%;
padding: 10px; }
.gallery-image img {
height: 100%;
width: 100%;
object-fit: cover; }
@media screen and (min-width: 768px) {
.gallery-image {
flex-basis: 50%; } }
@media screen and (min-width: 1024px) {
.gallery-image {
flex-basis: calc(100% / 3); } }
footer {
width: 100%;
position: fixed;
bottom: 0;
color: rgba(255, 255, 255, 0.9);
height: 60px;
z-index: 99; }
.footer-inner {
height: 100%;
display: flex;
align-items: center;
padding: 5px; }
.social-links {
display: flex;
align-items: center; }
.social-links:hover > li:nth-child(1n+2) {
bottom: 0; }
.social-links li {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.7); }
.social-links li:first-child {
font-size: 2em;
height: 50px;
width: 50px;
border-radius: 50%; }
.social-links li:nth-child(1n+2) {
height: 40px;
width: 40px;
border-radius: 50%;
font-size: 1.5em;
margin-left: 5px;
position: relative;
bottom: -100vh; }
.social-links li:nth-child(2) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 1); }
.social-links li:nth-child(3) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 2); }
.social-links li:nth-child(4) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 3); }
.social-links li:nth-child(5) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 4); }
.social-links li:nth-child(6) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 5); }
/*# sourceMappingURL=styles.css.map */
|
stylesheets/css/styles.css
|
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
a {
text-decoration: none;
color: inherit; }
li {
color: inherit;
text-decoration: none; }
header {
height: 70px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.7);
position: fixed;
color: rgba(255, 255, 255, 0.9);
z-index: 99; }
.navbar {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px; }
.logo {
display: flex;
align-items: center;
flex-direction: column; }
.logo h1 {
font-size: 1.5em;
letter-spacing: 5px; }
.logo span {
font-size: 1em;
letter-spacing: 8px; }
.nav {
height: 100%;
width: 70px;
display: flex;
align-items: center;
justify-content: flex-end; }
.nav span {
font-size: 2em; }
.dropdown {
height: 0;
position: absolute;
top: 70px;
right: 0;
overflow: hidden;
transition: height .3s ease-in-out;
background: rgba(0, 0, 0, 0.7); }
.dropdown li {
text-align: center;
letter-spacing: 2px; }
.dropdown li:hover, .dropdown li:focus {
cursor: pointer;
background: rgba(255, 255, 255, 0.6); }
.dropdown li a {
display: inline-block;
padding: 20px; }
.dropdown li:first-child a {
border-top: none; }
.nav:hover .dropdown, .nav:focus .dropdown {
height: 280px; }
.hero {
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
transition: height .3s ease-in-out; }
.hero img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: bottom; }
.gallery {
width: 100%;
height: 100vh;
display: flex;
flex-wrap: wrap;
padding: 10px; }
.gallery-image {
flex-basis: 100%;
padding: 10px; }
.gallery-image img {
height: 100%;
width: 100%;
object-fit: cover; }
@media screen and (min-width: 768px) {
.gallery-image {
flex-basis: 50%; } }
@media screen and (min-width: 1024px) {
.gallery-image {
flex-basis: calc(100% / 3); } }
footer {
width: 100%;
position: fixed;
bottom: 0;
color: rgba(255, 255, 255, 0.9);
height: 60px;
z-index: 99; }
.footer-inner {
height: 100%;
display: flex;
align-items: center;
padding: 5px; }
.social-links {
display: flex;
align-items: center; }
.social-links:hover > li:nth-child(1n+2) {
bottom: 0; }
.social-links li {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.7); }
.social-links li:first-child {
font-size: 2em;
height: 50px;
width: 50px;
border-radius: 50%; }
.social-links li:nth-child(1n+2) {
height: 40px;
width: 40px;
border-radius: 50%;
font-size: 1.5em;
margin-left: 5px;
position: relative;
bottom: -100vh; }
.social-links li:nth-child(2) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 1); }
.social-links li:nth-child(3) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 2); }
.social-links li:nth-child(4) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 3); }
.social-links li:nth-child(5) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 4); }
.social-links li:nth-child(6) {
transition: bottom 0.15s cubic-bezier(0, -0.03, 0, 1.2) calc(0.15s * 5); }
/*# sourceMappingURL=styles.css.map */
| 0.449876 | 0.075619 |
.mishanya-sortable-table__wrapper{
text-align: center;
}
.mishanya-sortable-table__table{
margin-left: auto;
margin-right: auto;
border-spacing: 0;
}
.mishanya-sortable-table__th,
.mishanya-sortable-table__td{
padding: 15px;
border: 1px solid #000;
border-spacing: none;
border-collapse: collapse;
}
.mishanya-sortable-table__tr{
overflow: hidden;
}
.mishanya-sortable-table__tr:nth-of-type(even) {
background-color: #d8d8d8;
color: #fff;
}
.mishanya-sortable-table__sortable{
background-color: #7b7a7a;
color: #fff;
cursor: pointer;
}
.mishanya-sortable-table__sorted{
background-color: #000;
}
.mishanya-sortable-table__arrow_up{
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 10px 5px;
border-color: transparent transparent #ffffff transparent;
display: inline-block;
margin-left: 11px;
margin-bottom: -1px;
}
.mishanya-sortable-table__arrow_down{
width: 0;
height: 0;
border-style: solid;
border-width: 10px 5px 0 5px;
border-color: #ffffff transparent transparent transparent;
display: inline-block;
margin-left: 11px;
margin-bottom: -1px;
}
.mishanya-sortable-table__animatedClass{
animation: mishanyaSortableTable ease-in .5s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
-webkit-animation: mishanyaSortableTable ease-in .5s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-moz-animation: mishanyaSortableTable ease-in .5s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-o-animation: mishanyaSortableTable ease-in .5s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-ms-animation: mishanyaSortableTable ease-in .5s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
}
@keyframes mishanyaSortableTable{
0% {
opacity:0;
transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-moz-keyframes mishanyaSortableTable{
0% {
opacity:0;
-moz-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-moz-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-webkit-keyframes mishanyaSortableTable {
0% {
opacity:0;
-webkit-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-webkit-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-o-keyframes mishanyaSortableTable {
0% {
opacity:0;
-o-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-o-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-ms-keyframes mishanyaSortableTable {
0% {
opacity:0;
-ms-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-ms-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
|
src/style.css
|
.mishanya-sortable-table__wrapper{
text-align: center;
}
.mishanya-sortable-table__table{
margin-left: auto;
margin-right: auto;
border-spacing: 0;
}
.mishanya-sortable-table__th,
.mishanya-sortable-table__td{
padding: 15px;
border: 1px solid #000;
border-spacing: none;
border-collapse: collapse;
}
.mishanya-sortable-table__tr{
overflow: hidden;
}
.mishanya-sortable-table__tr:nth-of-type(even) {
background-color: #d8d8d8;
color: #fff;
}
.mishanya-sortable-table__sortable{
background-color: #7b7a7a;
color: #fff;
cursor: pointer;
}
.mishanya-sortable-table__sorted{
background-color: #000;
}
.mishanya-sortable-table__arrow_up{
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 10px 5px;
border-color: transparent transparent #ffffff transparent;
display: inline-block;
margin-left: 11px;
margin-bottom: -1px;
}
.mishanya-sortable-table__arrow_down{
width: 0;
height: 0;
border-style: solid;
border-width: 10px 5px 0 5px;
border-color: #ffffff transparent transparent transparent;
display: inline-block;
margin-left: 11px;
margin-bottom: -1px;
}
.mishanya-sortable-table__animatedClass{
animation: mishanyaSortableTable ease-in .5s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
-webkit-animation: mishanyaSortableTable ease-in .5s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-moz-animation: mishanyaSortableTable ease-in .5s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-o-animation: mishanyaSortableTable ease-in .5s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-ms-animation: mishanyaSortableTable ease-in .5s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
}
@keyframes mishanyaSortableTable{
0% {
opacity:0;
transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-moz-keyframes mishanyaSortableTable{
0% {
opacity:0;
-moz-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-moz-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-webkit-keyframes mishanyaSortableTable {
0% {
opacity:0;
-webkit-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-webkit-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-o-keyframes mishanyaSortableTable {
0% {
opacity:0;
-o-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-o-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
@-ms-keyframes mishanyaSortableTable {
0% {
opacity:0;
-ms-transform: scaleX(0.00) scaleY(0.00) skewY(0deg) ;
}
100% {
opacity:1;
-ms-transform: scaleX(1.00) scaleY(NaN) skewY(1deg) ;
}
}
| 0.485844 | 0.092115 |
.table > tbody > tr > .no-line {
border-top: none;
}
.table > thead > tr > .no-line {
border-bottom: none;
}
.table > tbody > tr > .thick-line {
border-top: 2px solid;
}
.form-group {margin-bottom: 0px;}
.ch_pp {
text-decoration: underline;
}
.ch_pp.sip {
margin-left: 10px;
}
.check-bc,
.check-bc:hover {
color: #222;
}
.SuccessField {
border-color: #458845 !important;
-webkit-box-shadow: 0 0 7px #9acc9a !important;
-moz-box-shadow: 0 0 7px #9acc9a !important;
box-shadow: 0 0 7px #9acc9a !important;
background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important
}
.btn-xs{
line-height: 28px;
}
.invoice_shiping_wrapper p{
margin-bottom: 0px;
line-height: 30px;
}
/*login form*/
.login-container{
margin-top:30px ;
}
.login-container input[type=submit] {
width: 100%;
display: block;
margin-bottom: 10px;
position: relative;
}
.login-container input[type=text], input[type=password] {
height: 44px;
font-size: 16px;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
/* border-radius: 2px; */
padding: 0 8px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.login-container input[type=text]:hover, input[type=password]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.login-container-submit {
/* border: 1px solid #3079ed; */
border: 0px;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #357ebd;/*#4d90fe;*/
padding: 17px 0px;
font-family: roboto;
font-size: 14px;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}
.login-container-submit:hover {
/* border: 1px solid #2f5bb7; */
border: 0px;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #357ae8;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8)); */
}
.login-help{
font-size: 12px;
}
.asterix{
background:#f9f9f9 url(../images/red_asterisk.png) no-repeat 98% center !important;
}
/*
* BOOTSTRAP
*/
.container{
border: none;
}
.panel-footer{
background:#fff;
}
.btn{
border-radius: 1px;
}
.btn-sm, .btn-group-sm > .btn{
border-radius: 1px;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
border-radius: 1px;
}
.panel-info {
border-color: #999;
}
.panel-heading {
border-top-left-radius: 1px;
border-top-right-radius: 1px;
padding:5px 10px;
}
.panel {
border-radius: 1px;
}
.panel-info > .panel-heading {
color: #eee;
border-color: #999;
}
.panel-info > .panel-heading {
background:#146068;
}
hr {
border-color: #999 -moz-use-text-color -moz-use-text-color;
}
.panel-footer {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
border-top: 1px solid #999;
}
.btn-link {
color: #888;
}
hr{
margin-bottom: 10px;
margin-top: 10px;
}
.order_no{
text-align: right;
display: block;
}
/** MEDIA QUERIES **/
@media only screen and (max-width: 989px){
.span1{
margin-bottom: 15px;
clear:both;
}
}
@media (max-width:767px){
.order_no{
text-align: left;
}
}
@media only screen and (max-width: 764px){
.inverse-1{
float:right;
}
}
@media only screen and (max-width: 586px){
.cart-titles{
display:none;
}
.panel {
margin-bottom: 1px;
}
}
.form-control {
border-radius: 1px;
}
@media only screen and (max-width: 486px){
.col-xss-12{
width:100%;
}
.cart-img-show{
display: none;
}
.btn-submit-fix{
width:100%;
}
}
|
assets/css/invoice.css
|
.table > tbody > tr > .no-line {
border-top: none;
}
.table > thead > tr > .no-line {
border-bottom: none;
}
.table > tbody > tr > .thick-line {
border-top: 2px solid;
}
.form-group {margin-bottom: 0px;}
.ch_pp {
text-decoration: underline;
}
.ch_pp.sip {
margin-left: 10px;
}
.check-bc,
.check-bc:hover {
color: #222;
}
.SuccessField {
border-color: #458845 !important;
-webkit-box-shadow: 0 0 7px #9acc9a !important;
-moz-box-shadow: 0 0 7px #9acc9a !important;
box-shadow: 0 0 7px #9acc9a !important;
background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important
}
.btn-xs{
line-height: 28px;
}
.invoice_shiping_wrapper p{
margin-bottom: 0px;
line-height: 30px;
}
/*login form*/
.login-container{
margin-top:30px ;
}
.login-container input[type=submit] {
width: 100%;
display: block;
margin-bottom: 10px;
position: relative;
}
.login-container input[type=text], input[type=password] {
height: 44px;
font-size: 16px;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
/* border-radius: 2px; */
padding: 0 8px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.login-container input[type=text]:hover, input[type=password]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.login-container-submit {
/* border: 1px solid #3079ed; */
border: 0px;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #357ebd;/*#4d90fe;*/
padding: 17px 0px;
font-family: roboto;
font-size: 14px;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}
.login-container-submit:hover {
/* border: 1px solid #2f5bb7; */
border: 0px;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #357ae8;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8)); */
}
.login-help{
font-size: 12px;
}
.asterix{
background:#f9f9f9 url(../images/red_asterisk.png) no-repeat 98% center !important;
}
/*
* BOOTSTRAP
*/
.container{
border: none;
}
.panel-footer{
background:#fff;
}
.btn{
border-radius: 1px;
}
.btn-sm, .btn-group-sm > .btn{
border-radius: 1px;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
border-radius: 1px;
}
.panel-info {
border-color: #999;
}
.panel-heading {
border-top-left-radius: 1px;
border-top-right-radius: 1px;
padding:5px 10px;
}
.panel {
border-radius: 1px;
}
.panel-info > .panel-heading {
color: #eee;
border-color: #999;
}
.panel-info > .panel-heading {
background:#146068;
}
hr {
border-color: #999 -moz-use-text-color -moz-use-text-color;
}
.panel-footer {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
border-top: 1px solid #999;
}
.btn-link {
color: #888;
}
hr{
margin-bottom: 10px;
margin-top: 10px;
}
.order_no{
text-align: right;
display: block;
}
/** MEDIA QUERIES **/
@media only screen and (max-width: 989px){
.span1{
margin-bottom: 15px;
clear:both;
}
}
@media (max-width:767px){
.order_no{
text-align: left;
}
}
@media only screen and (max-width: 764px){
.inverse-1{
float:right;
}
}
@media only screen and (max-width: 586px){
.cart-titles{
display:none;
}
.panel {
margin-bottom: 1px;
}
}
.form-control {
border-radius: 1px;
}
@media only screen and (max-width: 486px){
.col-xss-12{
width:100%;
}
.cart-img-show{
display: none;
}
.btn-submit-fix{
width:100%;
}
}
| 0.292899 | 0.097476 |
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Light.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-LightItalic.ttf);
font-weight: 300;
font-style: italic
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Regular.ttf);
font-weight: 400;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Italic.ttf);
font-weight: 400;
font-style: italic
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Medium.ttf);
font-weight: 500;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-MediumItalic.ttf);
font-weight: 500;
font-style: italic
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Bold.ttf);
font-weight: 700;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-BoldItalic.ttf);
font-weight: 700;
font-style: italic
}
@font-face {
font-family: BitPotion;
src: url(../fonts/BitPotion/BitPotionExt.ttf);
font-style: normal
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
::-moz-selection {
background: #fc6
}
::selection {
background: #fc6
}
body,
html {
margin: 0;
padding: 0;
background-color: #fff;
color: #444452;
font-family: Raleway, "Source Sans Pro", Helvetica, Arial, sans-serif;
line-height: 1.5
}
body a,
html a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-decoration: none;
font-weight: 700;
color: #36363c
}
body ul,
html ul {
list-style: none;
padding: 0
}
body strong,
html strong {
font-weight: 700;
color: #36363c
}
body.night,
html.night {
background-color: #191e27;
color: #afafbf;
font-family: BitPotion, "Source Sans Pro", Helvetica, Arial, sans-serif;
}
body.night ::-moz-selection,
html.night ::-moz-selection {
color: #36363c;
background: #fc6
}
body.night ::selection,
html.night ::selection {
color: #36363c;
background: #fc6
}
body.night .pixel-switch-wrapper .sun,
html.night .pixel-switch-wrapper .sun {
background: url(../img/switch/sun-white.svg) no-repeat center;
background-size: 100%
}
body.night .pixel-switch-wrapper .moon,
html.night .pixel-switch-wrapper .moon {
background: url(../img/switch/moon-white.svg) no-repeat center;
background-size: 100%
}
body.night .experience .job__time,
body.night .footer__copyright,
body.night .intro,
body.night .skills .skillz__category__label,
body.night .status,
body.night a,
body.night strong,
html.night .experience .job__time,
html.night .footer__copyright,
html.night .intro,
html.night .skills .skillz__category__label,
html.night .status,
html.night a,
html.night strong {
color: #e7e7e7
}
body.night .section__content .underline-link:after,
html.night .section__content .underline-link:after {
background: #e7e7e7
}
body .emoji,
html .emoji {
display: inline-block;
vertical-align: text-top;
background-size: contain;
background-repeat: no-repeat;
background-position: center
}
body .section,
html .section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 100px 170px
}
@media screen and (max-width:1280px) {
body .section,
html .section {
padding: 100px
}
}
@media screen and (max-width:1024px) {
body .section,
html .section {
padding: 50px
}
}
@media screen and (max-width:768px) {
body .section,
html .section {
display: block
}
}
@media screen and (max-width:480px) {
body .section,
html .section {
padding: 50px 35px
}
}
.section__background__portrait {
width: 65px;
height: 100px;
margin-top: 20px;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
}
@media screen and (max-width:768px) {
.section__background__portrait {
display:none;
}
}
body .section__title,
html .section__title {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 200px;
margin-right: 70px;
color: #ac3232;
text-transform: uppercase;
text-align: right;
font-weight: 700;
letter-spacing: 2px
}
@media screen and (max-width:1024px) {
body .section__title,
html .section__title {
margin-right: 50px
}
}
@media screen and (max-width:850px) {
body .section__title,
html .section__title {
width: 150px
}
}
@media screen and (max-width:768px) {
body .section__title,
html .section__title {
text-align: left;
width: auto
}
}
body .section__content,
html .section__content {
font-weight: 300;
font-size: 1rem;
width: 100%;
max-width: 650px
}
.night .section__content {
font-weight: 300;
font-size: 2rem;
width: 100%;
max-width: 650px
}
@media screen and (max-width:768px) {
body .section__content,
html .section__content {
padding-top: 30px;
padding-left: 50px
}
}
@media screen and (max-width:480px) {
body .section__content,
html .section__content {
padding-left: 30px
}
}
body .section__content p,
html .section__content p {
margin-top: 0;
margin-bottom: 25px
}
body .section__content .underline-link,
html .section__content .underline-link {
position: relative;
display: inline-block
}
body .section__content .underline-link:after,
html .section__content .underline-link:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #36363c;
content: '';
opacity: 0;
-webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, transform .3s;
transition: height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
body .section__content .underline-link:focus:after,
body .section__content .underline-link:hover:after,
html .section__content .underline-link:focus:after,
html .section__content .underline-link:hover:after {
height: 2px;
border-radius: 3px;
opacity: 1;
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
body .arrow-link,
html .arrow-link {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-weight: 700;
display: inline-block;
background-color: transparent;
white-space: nowrap
}
body .arrow-link:after,
html .arrow-link:after {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
position: relative;
bottom: 2px;
margin-left: 15px;
content: '';
background: url(../images/Icon_Arrow.png) no-repeat center;
background-size: 100%;
width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle
}
body .arrow-link:hover:after,
html .arrow-link:hover:after {
-webkit-transform: translateX(7px);
transform: translateX(7px)
}
body .small,
html .small {
font-family: Inconsolata, monospace;
font-size: .85rem;
display: inline-block;
margin-top: 15px
}
.night .small {
font-family: Inconsolata, monospace;
font-size: 1.5rem;
display: inline-block;
margin-top: 15px
}
body .small:after,
html .small:after {
display: none
}
body #top-button,
html #top-button {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background: 0 0;
border: none;
outline: 0;
width: 40px;
position: fixed;
bottom: 25px;
right: 10px;
cursor: pointer;
display: none
}
@media screen and (max-width:1024px) {
body #top-button,
html #top-button {
bottom: 20px;
right: 7px;
width: 35px
}
}
@media screen and (max-width:480px) {
body #top-button,
html #top-button {
bottom: 15px;
right: 3px
}
}
body #top-button:focus,
body #top-button:hover,
html #top-button:focus,
html #top-button:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
body #top-button img,
html #top-button img {
width: 100%
}
.waypoint {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity .6s cubic-bezier(.694, 0, .335, 1), -webkit-transform .6s cubic-bezier(.694, 0, .335, 1);
transition: opacity .6s cubic-bezier(.694, 0, .335, 1), -webkit-transform .6s cubic-bezier(.694, 0, .335, 1);
transition: opacity .6s cubic-bezier(.694, 0, .335, 1), transform .6s cubic-bezier(.694, 0, .335, 1);
transition: opacity .6s cubic-bezier(.694, 0, .335, 1), transform .6s cubic-bezier(.694, 0, .335, 1), -webkit-transform .6s cubic-bezier(.694, 0, .335, 1)
}
.in-view {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.pixel-switch-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 20px;
right: 30px
}
@media screen and (max-width:480px) {
.switch-wrapper {
top: 10px;
right: 20px
}
}
.pixel-switch-wrapper .moon,
.pixel-switch-wrapper .sun {
width: 17px;
height: 17px
}
.pixel-switch-wrapper .sun {
background: url(../img/switch/sun.svg) no-repeat center;
background-size: 100%
}
.pixel-switch-wrapper .moon {
background: url(../img/switch/moon.svg) no-repeat center;
background-size: 100%
}
.pixel-switch-wrapper .toggle-wrapper {
margin: 10px
}
.pixel-switch-wrapper .toggle-wrapper #switch {
height: 0;
width: 0;
visibility: hidden;
position: absolute
}
.pixel-switch-wrapper .toggle-wrapper #switch:checked+label {
background: #bae67e
}
.pixel-switch-wrapper .toggle-wrapper #switch:checked+label:after {
left: calc(100% - 3px);
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.pixel-switch-wrapper .toggle-wrapper label {
cursor: pointer;
text-indent: -9999px;
width: 45px;
height: 25px;
background: grey;
display: block;
border-radius: 100px;
position: relative
}
.pixel-switch-wrapper .toggle-wrapper label:after {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 19px;
height: 19px;
background: #fff;
border-radius: 100%
}
.intro {
padding: 120px 100px;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
max-width: 1440px;
margin: 0 auto
}
@media screen and (max-width:630px) {
.intro {
padding: 120px 70px
}
}
@media screen and (max-width:550px) {
.intro {
padding: 120px 50px
}
}
@media screen and (max-width:480px) {
.intro {
padding: 70px 50px
}
}
.intro__hello,
.intro__tagline {
font-size: 2.5rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 4rem
}
@media screen and (max-width:1024px) {
.intro__hello,
.intro__tagline {
font-size: 2.25rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 3.5rem
}
}
@media screen and (max-width:768px) {
.intro__hello,
.intro__tagline {
font-size: 2rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 3rem
}
}
@media screen and (max-width:550px) {
.intro__hello,
.intro__tagline {
font-size: 1.75rem
}
}
@media screen and (max-width:360px) {
.intro__hello,
.intro__tagline {
font-size: 1.5rem
}
}
@media screen and (max-width:330px) {
.intro__hello,
.intro__tagline {
font-size: 1.4rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 2.5rem
}
}
.intro__hello .emoji,
.intro__tagline .emoji {
width: 40px;
height: 40px
}
@media screen and (max-width:1024px) {
.intro__hello .emoji,
.intro__tagline .emoji {
width: 35px;
height: 35px
}
}
@media screen and (max-width:768px) {
.intro__hello .emoji,
.intro__tagline .emoji {
width: 30px;
height: 30px
}
}
@media screen and (max-width:360px) {
.intro__hello .emoji,
.intro__tagline .emoji {
width: 25px;
height: 25px
}
}
.intro__hello {
font-weight: 300
}
.intro__hello .wave-hand {
background-image: url(../img/emojis/wave.png);
margin-left: 10px;
cursor: pointer
}
.intro__hello .wave-hand.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.intro__hello .wave-hand.wave {
-webkit-animation-name: wave;
animation-name: wave
}
@-webkit-keyframes wave {
from {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
30% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg)
}
to {
-webkit-transform: none;
transform: none
}
}
@keyframes wave {
from {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
30% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg)
}
to {
-webkit-transform: none;
transform: none
}
}
.intro__wrap {
max-width: 1000px;
position: relative;
}
.intro__wrap .intro__icon {
float: right;
}
.intro__wrap .intro__tagline {
line-height: 50px;
}
@media screen and (max-width:550px) {
.intro__wrap .intro__icon {
float: none;
display: none;
}
}
.intro__tagline {
font-weight: 300;
max-width: 700px;
position: relative;
}
.intro__tagline .name {
font-weight: 700
}
.intro__tagline .technologist {
background-image: url(../img/emojis/technologist.png)
}
@media screen and (max-width:900px) {
.intro__tagline {
max-width: 500px;
}
}
.intro__icon {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
width:200px;
height:200px;
}
.intro__contact {
font-size: 1.25rem;
font-weight: 400
}
.night .intro__contact {
font-size: 2.25rem;
font-weight: 400
}
@media screen and (max-width:550px) {
.intro__contact {
font-size: 1rem
}
.night .intro__contact {
font-size: 1.75rem;
font-weight: 400
}
}
.intro__contact .emoji.pointer {
background-image: url(../img/emojis/pointright.png);
width: 30px;
height: 30px;
margin: 0 5px;
vertical-align: text-bottom
}
@media screen and (max-width:550px) {
.intro__contact .emoji.pointer {
width: 25px;
height: 25px
}
}
.intro__contact .highlight-link {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-weight: 400;
text-decoration: none;
display: inline-block;
padding: 2px 3px;
text-decoration: none;
-webkit-box-shadow: inset 0 -3px 0 #ac3232;
box-shadow: inset 0 -3px 0 #ac3232
}
.intro__contact .highlight-link:hover {
-webkit-box-shadow: inset 0 -33px 0 0 #ac3232;
box-shadow: inset 0 -33px 0 0 #ac3232;
color: #fff
}
.skills .skillz {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media screen and (max-width:630px) {
.skills .skillz {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
}
@media screen and (max-width:630px) {
.skills .skillz__category {
width: 47%;
margin-right: 5px;
margin-bottom: 25px
}
}
.skills .skillz__category__label {
font-weight: 700;
color: #36363c;
text-transform: uppercase
}
.skills .skillz__category__item {
margin: 3px 0;
font-size: .9rem
}
.night .skills {
margin: 3px 0;
font-size: 1rem
}
.night .skillz__category__item {
margin: 3px 0;
font-size: 1.25rem
}
.experience .jobs {
margin-bottom: 100px
}
.experience .job {
margin-bottom: 25px
}
.experience .job .time-place {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media screen and (max-width:480px) {
.experience .job .time-place {
display: block
}
}
.experience .job__company {
font-weight: 700
}
.experience .job__time {
font-size: .9rem;
font-family: Inconsolata, monospace
}
@media screen and (max-width:480px) {
.experience .job__time {
font-size: .8rem
}
}
.experience .arrow-link {
font-size: 1.25rem
}
.experience .arrow-link:after {
width: 20px;
height: 20px
}
.status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.1rem;
margin-top: 70px
}
.status__light {
width: 30px;
height: 30px;
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
}
.status__light__ring {
position: absolute;
width: 25px;
height: 25px;
-webkit-animation: pulsate 2s ease-out;
animation: pulsate 2s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
border: 3px solid #bae67e;
border-radius: 30px
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(.1, .1);
transform: scale(.1, .1);
opacity: 0
}
50% {
opacity: 1
}
100% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(.1, .1);
transform: scale(.1, .1);
opacity: 0
}
50% {
opacity: 1
}
100% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0
}
}
.status__light__led {
position: absolute;
width: 13px;
height: 13px;
background: #bae67e;
border-radius: 100%
}
.status__message {
margin-left: 15px
}
.featured-projects a:after {
display: none
}
.featured-projects .project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 100px;
margin-left: -5%;
width: 125%
}
@media screen and (max-width:1280px) {
.featured-projects .project {
width: 115%
}
}
@media screen and (max-width:1024px) {
.featured-projects .project {
width: 105%
}
}
@media screen and (max-width:768px) {
.featured-projects .project {
width: 100%;
display: block;
margin-bottom: 70px
}
}
.featured-projects .project.screentime {
margin-bottom: 70px
}
.featured-projects .project:last-of-type {
margin-bottom: 0
}
.featured-projects .project__pic {
max-width: 700px;
overflow: visible;
margin: 0
}
.featured-projects .project__pic a {
display: block
}
.featured-projects .project__pic.phones a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.featured-projects .project__pic.phones .phone {
margin: 0 -7%
}
.featured-projects .project__pic.phones .phone:first-of-type {
margin-left: -5%
}
.featured-projects .project__pic img {
width: 100%;
max-width: 100%;
vertical-align: bottom
}
.featured-projects .project__caption {
width: 125px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 30px
}
@media screen and (max-width:768px) {
.featured-projects .project__caption {
width: 100%;
margin-top: 25px;
margin-left: 0
}
}
.featured-projects .project__name {
margin-bottom: 10px
}
.featured-projects .project__name a {
font-weight: 700
}
.featured-projects .project p {
font-size: .85rem;
line-height: 1.3
}
.night .featured-projects .project p {
font-size: 1.6rem;
line-height: 1.3
}
.other-projects .project {
max-width: 600px;
margin-bottom: 50px
}
.other-projects .project__name {
margin-bottom: 10px
}
.other-projects .project p {
font-size: .9rem;
margin-bottom: 20px
}
.other-projects .project__used__item {
display: inline-block;
margin: 3px 3px 3px 0;
font-family: Inconsolata, monospace;
font-size: .75rem;
font-weight: 700;
padding: 2px 7px;
border-radius: 3px;
color: #ac3232;
border: 1px solid #ac3232;
background: 0 0
}
.other-projects .project__used__item:first-of-type {
margin-left: 0
}
.footer {
padding: 50px 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
@media screen and (max-width:1024px) {
.footer {
padding: 50px
}
}
@media screen and (max-width:630px) {
.footer {
display: block
}
}
@media screen and (max-width:480px) {
.footer {
padding: 50px 30px
}
}
.footer__copyright {
font-weight: 700;
width: 200px
}
@media screen and (max-width:630px) {
.footer__copyright {
width: auto;
text-align: center;
margin-bottom: 25px
}
}
@media screen and (max-width:630px) {
.footer__copyright .bottom,
.footer__copyright .top {
display: inline-block
}
}
@media screen and (max-width:480px) {
.footer__copyright .bottom,
.footer__copyright .top {
display: block
}
}
.footer__copyright .emoji {
width: 20px;
height: 20px;
margin: 0 3px;
vertical-align: text-bottom
}
@media screen and (max-width:630px) {
.footer__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
}
.footer__links a {
position: relative;
display: inline-block;
color: #ac3232 !important;
text-transform: uppercase;
font-weight: 700;
margin: 0 15px;
outline: 0
}
@media screen and (max-width:1024px) {
.footer__links a {
margin: 0 10px
}
}
.footer__links a:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #ac3232;
content: '';
opacity: 0;
-webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, transform .3s;
transition: height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
@media screen and (max-width:850px) {
.footer__links a:after {
display: none
}
}
.footer__links a:focus:after,
.footer__links a:hover:after {
height: 2px;
border-radius: 3px;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.footer__links a .text {
font-size: .9rem;
display: inline;
letter-spacing: 1px
}
@media screen and (max-width:850px) {
.footer__links a .text {
display: none
}
}
.footer__links img {
display: none;
width: 22px
}
.footer__links svg {
display: none;
width: 22px
}
@media screen and (max-width:850px) {
.footer__links svg {
display: inline-block
}
}
.not-found {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 0 20px
}
.not-found .name {
position: absolute;
top: 25px;
left: 30px;
font-weight: 700;
color: #ac3232;
font-size: 1.5rem
}
@media screen and (max-width:480px) {
.not-found .name {
top: 20px;
left: 25px;
font-size: 1.25rem
}
}
.not-found h1 {
font-size: 4rem;
margin: 10px 0
}
.not-found h2 {
font-size: 1.5rem
}
@media screen and (max-width:480px) {
.not-found h2 {
font-size: 1.25rem
}
}
@media screen and (max-width:360px) {
.not-found h2 {
font-size: 1.1rem
}
}
.not-found a {
font-weight: 700;
color: #ac3232 !important;
position: relative;
display: inline-block
}
.not-found a:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 3px;
background: #ac3232;
content: '';
opacity: 0;
-webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, transform .3s;
transition: height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.not-found a:focus:after,
.not-found a:hover:after {
height: 3px;
opacity: 1;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
|
css/main.css
|
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Light.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-LightItalic.ttf);
font-weight: 300;
font-style: italic
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Regular.ttf);
font-weight: 400;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Italic.ttf);
font-weight: 400;
font-style: italic
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Medium.ttf);
font-weight: 500;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-MediumItalic.ttf);
font-weight: 500;
font-style: italic
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-Bold.ttf);
font-weight: 700;
font-style: normal
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway/Raleway-BoldItalic.ttf);
font-weight: 700;
font-style: italic
}
@font-face {
font-family: BitPotion;
src: url(../fonts/BitPotion/BitPotionExt.ttf);
font-style: normal
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
::-moz-selection {
background: #fc6
}
::selection {
background: #fc6
}
body,
html {
margin: 0;
padding: 0;
background-color: #fff;
color: #444452;
font-family: Raleway, "Source Sans Pro", Helvetica, Arial, sans-serif;
line-height: 1.5
}
body a,
html a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-decoration: none;
font-weight: 700;
color: #36363c
}
body ul,
html ul {
list-style: none;
padding: 0
}
body strong,
html strong {
font-weight: 700;
color: #36363c
}
body.night,
html.night {
background-color: #191e27;
color: #afafbf;
font-family: BitPotion, "Source Sans Pro", Helvetica, Arial, sans-serif;
}
body.night ::-moz-selection,
html.night ::-moz-selection {
color: #36363c;
background: #fc6
}
body.night ::selection,
html.night ::selection {
color: #36363c;
background: #fc6
}
body.night .pixel-switch-wrapper .sun,
html.night .pixel-switch-wrapper .sun {
background: url(../img/switch/sun-white.svg) no-repeat center;
background-size: 100%
}
body.night .pixel-switch-wrapper .moon,
html.night .pixel-switch-wrapper .moon {
background: url(../img/switch/moon-white.svg) no-repeat center;
background-size: 100%
}
body.night .experience .job__time,
body.night .footer__copyright,
body.night .intro,
body.night .skills .skillz__category__label,
body.night .status,
body.night a,
body.night strong,
html.night .experience .job__time,
html.night .footer__copyright,
html.night .intro,
html.night .skills .skillz__category__label,
html.night .status,
html.night a,
html.night strong {
color: #e7e7e7
}
body.night .section__content .underline-link:after,
html.night .section__content .underline-link:after {
background: #e7e7e7
}
body .emoji,
html .emoji {
display: inline-block;
vertical-align: text-top;
background-size: contain;
background-repeat: no-repeat;
background-position: center
}
body .section,
html .section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 100px 170px
}
@media screen and (max-width:1280px) {
body .section,
html .section {
padding: 100px
}
}
@media screen and (max-width:1024px) {
body .section,
html .section {
padding: 50px
}
}
@media screen and (max-width:768px) {
body .section,
html .section {
display: block
}
}
@media screen and (max-width:480px) {
body .section,
html .section {
padding: 50px 35px
}
}
.section__background__portrait {
width: 65px;
height: 100px;
margin-top: 20px;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
}
@media screen and (max-width:768px) {
.section__background__portrait {
display:none;
}
}
body .section__title,
html .section__title {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 200px;
margin-right: 70px;
color: #ac3232;
text-transform: uppercase;
text-align: right;
font-weight: 700;
letter-spacing: 2px
}
@media screen and (max-width:1024px) {
body .section__title,
html .section__title {
margin-right: 50px
}
}
@media screen and (max-width:850px) {
body .section__title,
html .section__title {
width: 150px
}
}
@media screen and (max-width:768px) {
body .section__title,
html .section__title {
text-align: left;
width: auto
}
}
body .section__content,
html .section__content {
font-weight: 300;
font-size: 1rem;
width: 100%;
max-width: 650px
}
.night .section__content {
font-weight: 300;
font-size: 2rem;
width: 100%;
max-width: 650px
}
@media screen and (max-width:768px) {
body .section__content,
html .section__content {
padding-top: 30px;
padding-left: 50px
}
}
@media screen and (max-width:480px) {
body .section__content,
html .section__content {
padding-left: 30px
}
}
body .section__content p,
html .section__content p {
margin-top: 0;
margin-bottom: 25px
}
body .section__content .underline-link,
html .section__content .underline-link {
position: relative;
display: inline-block
}
body .section__content .underline-link:after,
html .section__content .underline-link:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #36363c;
content: '';
opacity: 0;
-webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, transform .3s;
transition: height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
body .section__content .underline-link:focus:after,
body .section__content .underline-link:hover:after,
html .section__content .underline-link:focus:after,
html .section__content .underline-link:hover:after {
height: 2px;
border-radius: 3px;
opacity: 1;
-webkit-transform: translateY(-2px);
transform: translateY(-2px)
}
body .arrow-link,
html .arrow-link {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-weight: 700;
display: inline-block;
background-color: transparent;
white-space: nowrap
}
body .arrow-link:after,
html .arrow-link:after {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
position: relative;
bottom: 2px;
margin-left: 15px;
content: '';
background: url(../images/Icon_Arrow.png) no-repeat center;
background-size: 100%;
width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle
}
body .arrow-link:hover:after,
html .arrow-link:hover:after {
-webkit-transform: translateX(7px);
transform: translateX(7px)
}
body .small,
html .small {
font-family: Inconsolata, monospace;
font-size: .85rem;
display: inline-block;
margin-top: 15px
}
.night .small {
font-family: Inconsolata, monospace;
font-size: 1.5rem;
display: inline-block;
margin-top: 15px
}
body .small:after,
html .small:after {
display: none
}
body #top-button,
html #top-button {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background: 0 0;
border: none;
outline: 0;
width: 40px;
position: fixed;
bottom: 25px;
right: 10px;
cursor: pointer;
display: none
}
@media screen and (max-width:1024px) {
body #top-button,
html #top-button {
bottom: 20px;
right: 7px;
width: 35px
}
}
@media screen and (max-width:480px) {
body #top-button,
html #top-button {
bottom: 15px;
right: 3px
}
}
body #top-button:focus,
body #top-button:hover,
html #top-button:focus,
html #top-button:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
body #top-button img,
html #top-button img {
width: 100%
}
.waypoint {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: opacity .6s cubic-bezier(.694, 0, .335, 1), -webkit-transform .6s cubic-bezier(.694, 0, .335, 1);
transition: opacity .6s cubic-bezier(.694, 0, .335, 1), -webkit-transform .6s cubic-bezier(.694, 0, .335, 1);
transition: opacity .6s cubic-bezier(.694, 0, .335, 1), transform .6s cubic-bezier(.694, 0, .335, 1);
transition: opacity .6s cubic-bezier(.694, 0, .335, 1), transform .6s cubic-bezier(.694, 0, .335, 1), -webkit-transform .6s cubic-bezier(.694, 0, .335, 1)
}
.in-view {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.pixel-switch-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 20px;
right: 30px
}
@media screen and (max-width:480px) {
.switch-wrapper {
top: 10px;
right: 20px
}
}
.pixel-switch-wrapper .moon,
.pixel-switch-wrapper .sun {
width: 17px;
height: 17px
}
.pixel-switch-wrapper .sun {
background: url(../img/switch/sun.svg) no-repeat center;
background-size: 100%
}
.pixel-switch-wrapper .moon {
background: url(../img/switch/moon.svg) no-repeat center;
background-size: 100%
}
.pixel-switch-wrapper .toggle-wrapper {
margin: 10px
}
.pixel-switch-wrapper .toggle-wrapper #switch {
height: 0;
width: 0;
visibility: hidden;
position: absolute
}
.pixel-switch-wrapper .toggle-wrapper #switch:checked+label {
background: #bae67e
}
.pixel-switch-wrapper .toggle-wrapper #switch:checked+label:after {
left: calc(100% - 3px);
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.pixel-switch-wrapper .toggle-wrapper label {
cursor: pointer;
text-indent: -9999px;
width: 45px;
height: 25px;
background: grey;
display: block;
border-radius: 100px;
position: relative
}
.pixel-switch-wrapper .toggle-wrapper label:after {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 19px;
height: 19px;
background: #fff;
border-radius: 100%
}
.intro {
padding: 120px 100px;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: distribute;
justify-content: space-around;
max-width: 1440px;
margin: 0 auto
}
@media screen and (max-width:630px) {
.intro {
padding: 120px 70px
}
}
@media screen and (max-width:550px) {
.intro {
padding: 120px 50px
}
}
@media screen and (max-width:480px) {
.intro {
padding: 70px 50px
}
}
.intro__hello,
.intro__tagline {
font-size: 2.5rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 4rem
}
@media screen and (max-width:1024px) {
.intro__hello,
.intro__tagline {
font-size: 2.25rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 3.5rem
}
}
@media screen and (max-width:768px) {
.intro__hello,
.intro__tagline {
font-size: 2rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 3rem
}
}
@media screen and (max-width:550px) {
.intro__hello,
.intro__tagline {
font-size: 1.75rem
}
}
@media screen and (max-width:360px) {
.intro__hello,
.intro__tagline {
font-size: 1.5rem
}
}
@media screen and (max-width:330px) {
.intro__hello,
.intro__tagline {
font-size: 1.4rem
}
.night .intro__hello,
.night .intro__tagline {
font-size: 2.5rem
}
}
.intro__hello .emoji,
.intro__tagline .emoji {
width: 40px;
height: 40px
}
@media screen and (max-width:1024px) {
.intro__hello .emoji,
.intro__tagline .emoji {
width: 35px;
height: 35px
}
}
@media screen and (max-width:768px) {
.intro__hello .emoji,
.intro__tagline .emoji {
width: 30px;
height: 30px
}
}
@media screen and (max-width:360px) {
.intro__hello .emoji,
.intro__tagline .emoji {
width: 25px;
height: 25px
}
}
.intro__hello {
font-weight: 300
}
.intro__hello .wave-hand {
background-image: url(../img/emojis/wave.png);
margin-left: 10px;
cursor: pointer
}
.intro__hello .wave-hand.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.intro__hello .wave-hand.wave {
-webkit-animation-name: wave;
animation-name: wave
}
@-webkit-keyframes wave {
from {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
30% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg)
}
to {
-webkit-transform: none;
transform: none
}
}
@keyframes wave {
from {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
30% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg)
}
to {
-webkit-transform: none;
transform: none
}
}
.intro__wrap {
max-width: 1000px;
position: relative;
}
.intro__wrap .intro__icon {
float: right;
}
.intro__wrap .intro__tagline {
line-height: 50px;
}
@media screen and (max-width:550px) {
.intro__wrap .intro__icon {
float: none;
display: none;
}
}
.intro__tagline {
font-weight: 300;
max-width: 700px;
position: relative;
}
.intro__tagline .name {
font-weight: 700
}
.intro__tagline .technologist {
background-image: url(../img/emojis/technologist.png)
}
@media screen and (max-width:900px) {
.intro__tagline {
max-width: 500px;
}
}
.intro__icon {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
width:200px;
height:200px;
}
.intro__contact {
font-size: 1.25rem;
font-weight: 400
}
.night .intro__contact {
font-size: 2.25rem;
font-weight: 400
}
@media screen and (max-width:550px) {
.intro__contact {
font-size: 1rem
}
.night .intro__contact {
font-size: 1.75rem;
font-weight: 400
}
}
.intro__contact .emoji.pointer {
background-image: url(../img/emojis/pointright.png);
width: 30px;
height: 30px;
margin: 0 5px;
vertical-align: text-bottom
}
@media screen and (max-width:550px) {
.intro__contact .emoji.pointer {
width: 25px;
height: 25px
}
}
.intro__contact .highlight-link {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-weight: 400;
text-decoration: none;
display: inline-block;
padding: 2px 3px;
text-decoration: none;
-webkit-box-shadow: inset 0 -3px 0 #ac3232;
box-shadow: inset 0 -3px 0 #ac3232
}
.intro__contact .highlight-link:hover {
-webkit-box-shadow: inset 0 -33px 0 0 #ac3232;
box-shadow: inset 0 -33px 0 0 #ac3232;
color: #fff
}
.skills .skillz {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media screen and (max-width:630px) {
.skills .skillz {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
}
@media screen and (max-width:630px) {
.skills .skillz__category {
width: 47%;
margin-right: 5px;
margin-bottom: 25px
}
}
.skills .skillz__category__label {
font-weight: 700;
color: #36363c;
text-transform: uppercase
}
.skills .skillz__category__item {
margin: 3px 0;
font-size: .9rem
}
.night .skills {
margin: 3px 0;
font-size: 1rem
}
.night .skillz__category__item {
margin: 3px 0;
font-size: 1.25rem
}
.experience .jobs {
margin-bottom: 100px
}
.experience .job {
margin-bottom: 25px
}
.experience .job .time-place {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media screen and (max-width:480px) {
.experience .job .time-place {
display: block
}
}
.experience .job__company {
font-weight: 700
}
.experience .job__time {
font-size: .9rem;
font-family: Inconsolata, monospace
}
@media screen and (max-width:480px) {
.experience .job__time {
font-size: .8rem
}
}
.experience .arrow-link {
font-size: 1.25rem
}
.experience .arrow-link:after {
width: 20px;
height: 20px
}
.status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.1rem;
margin-top: 70px
}
.status__light {
width: 30px;
height: 30px;
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
}
.status__light__ring {
position: absolute;
width: 25px;
height: 25px;
-webkit-animation: pulsate 2s ease-out;
animation: pulsate 2s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
border: 3px solid #bae67e;
border-radius: 30px
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(.1, .1);
transform: scale(.1, .1);
opacity: 0
}
50% {
opacity: 1
}
100% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(.1, .1);
transform: scale(.1, .1);
opacity: 0
}
50% {
opacity: 1
}
100% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0
}
}
.status__light__led {
position: absolute;
width: 13px;
height: 13px;
background: #bae67e;
border-radius: 100%
}
.status__message {
margin-left: 15px
}
.featured-projects a:after {
display: none
}
.featured-projects .project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 100px;
margin-left: -5%;
width: 125%
}
@media screen and (max-width:1280px) {
.featured-projects .project {
width: 115%
}
}
@media screen and (max-width:1024px) {
.featured-projects .project {
width: 105%
}
}
@media screen and (max-width:768px) {
.featured-projects .project {
width: 100%;
display: block;
margin-bottom: 70px
}
}
.featured-projects .project.screentime {
margin-bottom: 70px
}
.featured-projects .project:last-of-type {
margin-bottom: 0
}
.featured-projects .project__pic {
max-width: 700px;
overflow: visible;
margin: 0
}
.featured-projects .project__pic a {
display: block
}
.featured-projects .project__pic.phones a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.featured-projects .project__pic.phones .phone {
margin: 0 -7%
}
.featured-projects .project__pic.phones .phone:first-of-type {
margin-left: -5%
}
.featured-projects .project__pic img {
width: 100%;
max-width: 100%;
vertical-align: bottom
}
.featured-projects .project__caption {
width: 125px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 30px
}
@media screen and (max-width:768px) {
.featured-projects .project__caption {
width: 100%;
margin-top: 25px;
margin-left: 0
}
}
.featured-projects .project__name {
margin-bottom: 10px
}
.featured-projects .project__name a {
font-weight: 700
}
.featured-projects .project p {
font-size: .85rem;
line-height: 1.3
}
.night .featured-projects .project p {
font-size: 1.6rem;
line-height: 1.3
}
.other-projects .project {
max-width: 600px;
margin-bottom: 50px
}
.other-projects .project__name {
margin-bottom: 10px
}
.other-projects .project p {
font-size: .9rem;
margin-bottom: 20px
}
.other-projects .project__used__item {
display: inline-block;
margin: 3px 3px 3px 0;
font-family: Inconsolata, monospace;
font-size: .75rem;
font-weight: 700;
padding: 2px 7px;
border-radius: 3px;
color: #ac3232;
border: 1px solid #ac3232;
background: 0 0
}
.other-projects .project__used__item:first-of-type {
margin-left: 0
}
.footer {
padding: 50px 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
@media screen and (max-width:1024px) {
.footer {
padding: 50px
}
}
@media screen and (max-width:630px) {
.footer {
display: block
}
}
@media screen and (max-width:480px) {
.footer {
padding: 50px 30px
}
}
.footer__copyright {
font-weight: 700;
width: 200px
}
@media screen and (max-width:630px) {
.footer__copyright {
width: auto;
text-align: center;
margin-bottom: 25px
}
}
@media screen and (max-width:630px) {
.footer__copyright .bottom,
.footer__copyright .top {
display: inline-block
}
}
@media screen and (max-width:480px) {
.footer__copyright .bottom,
.footer__copyright .top {
display: block
}
}
.footer__copyright .emoji {
width: 20px;
height: 20px;
margin: 0 3px;
vertical-align: text-bottom
}
@media screen and (max-width:630px) {
.footer__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
}
.footer__links a {
position: relative;
display: inline-block;
color: #ac3232 !important;
text-transform: uppercase;
font-weight: 700;
margin: 0 15px;
outline: 0
}
@media screen and (max-width:1024px) {
.footer__links a {
margin: 0 10px
}
}
.footer__links a:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #ac3232;
content: '';
opacity: 0;
-webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, transform .3s;
transition: height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
@media screen and (max-width:850px) {
.footer__links a:after {
display: none
}
}
.footer__links a:focus:after,
.footer__links a:hover:after {
height: 2px;
border-radius: 3px;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.footer__links a .text {
font-size: .9rem;
display: inline;
letter-spacing: 1px
}
@media screen and (max-width:850px) {
.footer__links a .text {
display: none
}
}
.footer__links img {
display: none;
width: 22px
}
.footer__links svg {
display: none;
width: 22px
}
@media screen and (max-width:850px) {
.footer__links svg {
display: inline-block
}
}
.not-found {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 0 20px
}
.not-found .name {
position: absolute;
top: 25px;
left: 30px;
font-weight: 700;
color: #ac3232;
font-size: 1.5rem
}
@media screen and (max-width:480px) {
.not-found .name {
top: 20px;
left: 25px;
font-size: 1.25rem
}
}
.not-found h1 {
font-size: 4rem;
margin: 10px 0
}
.not-found h2 {
font-size: 1.5rem
}
@media screen and (max-width:480px) {
.not-found h2 {
font-size: 1.25rem
}
}
@media screen and (max-width:360px) {
.not-found h2 {
font-size: 1.1rem
}
}
.not-found a {
font-weight: 700;
color: #ac3232 !important;
position: relative;
display: inline-block
}
.not-found a:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 3px;
background: #ac3232;
content: '';
opacity: 0;
-webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, -webkit-transform .3s;
transition: height .3s, opacity .3s, transform .3s;
transition: height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.not-found a:focus:after,
.not-found a:hover:after {
height: 3px;
opacity: 1;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
| 0.361841 | 0.060335 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Italic'), local('Roboto-Italic'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local('Roboto Bold'), local('Roboto-Bold'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-mono-regular - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-700 - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-italic - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-700italic - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
|
static/css/fonts.css
|
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Italic'), local('Roboto-Italic'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local('Roboto Bold'), local('Roboto-Bold'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto/roboto-v20-latin-ext_latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-mono-regular - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-700 - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-italic - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-700italic - latin-ext_latin */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 700;
src: url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-mono/roboto-mono-v12-latin-ext_latin-700italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
| 0.138899 | 0.039713 |
* {
margin: 0;
padding: 0;
}
body {
position: relative;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5rem;
background: #f7f7f9;
}
ul,
li {
list-style-type: none;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
/* header section */
header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 3rem;
background: #fff;
}
header .my-logo-container {
margin-left: 1.5rem;
}
header nav {
cursor: pointer;
margin-right: 2.25rem;
}
header .my-logo,
header .menu {
display: block;
width: 100%;
}
.menu-content {
width: 100%;
height: 100%;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #1b31f0a2;
backdrop-filter: blur(4px);
}
.menu-content .x-menu {
display: flex;
align-self: flex-end;
padding: 3.75rem 2.375rem;
}
.menu-content .menu-list-item {
margin-top: 2.5rem;
padding: 0 1.75rem;
}
.menu-content a {
font-size: 2rem;
line-height: 4rem;
font-weight: 600;
color: #fff;
}
.card {
background-color: #fff;
border: 1px solid #dfe1e6;
box-sizing: border-box;
border-radius: 1rem;
padding: 1rem;
}
.card img:not(:last-child) {
width: 100%;
margin-top: 0.75rem;
height: auto;
}
main {
margin-top: 3rem;
}
/* headline section */
.headline {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 7.125rem 1.5rem;
background-image: url(../images/header-shapes-mobile.svg), url(../images/header-background-mobile.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
border-bottom-left-radius: 90px;
}
.header-primary-text {
align-items: center;
font-weight: bold;
font-size: 2.5rem;
line-height: 3.25rem;
color: #172b4d;
margin: 0.5rem 0;
}
.para-primary-text {
color: #344563;
margin: 0.5rem 0;
}
.connect {
font-size: 1.0625rem;
font-weight: 500;
margin: 0.75rem 0;
color: #4b5399;
}
.social-media-icons {
display: flex;
justify-content: space-between;
align-items: center;
width: 10.636rem;
}
.s-m-icon {
display: block;
width: 100%;
}
/* works section */
.works {
display: grid;
row-gap: 5.5rem;
justify-content: center;
padding: 7.125rem 1.5rem;
align-items: center;
}
.project-works,
.modal-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
border: 1px solid #dfe1e6;
border-radius: 16px;
box-sizing: border-box;
background: #fff;
width: 87.2%;
margin: 0 auto;
}
.works .project-works .project-image-container {
width: 100%;
}
.mobile-image {
display: inline-block;
width: 100%;
}
.project-works .project-body-block,
.modal-body-block {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
width: 100%;
margin: 0.75rem 0;
}
.modal-margin {
margin: 0.5rem 0;
}
/* Mobile and Medium screen */
@media screen and (min-width: 400px) and (max-width: 991px) {
.project-works .project-body-block {
width: 15.75rem;
}
}
.project-works .project-title,
.modal-card-title {
font-weight: bold;
font-size: 2rem;
line-height: 2.75rem;
margin: 0.75rem 0;
color: #172b4d;
width: 100%;
}
.project-works .project-info,
.modal-info {
display: flex;
align-items: center;
width: 100%;
gap: 0.75rem;
margin: 0 0 0.75rem 0;
}
.project-works .project-info-items,
.modal-info-items {
font-weight: 600;
font-size: 0.8125rem;
line-height: 1rem;
color: #474e59;
}
.project-works .canopy,
.modal-canopy {
color: #344563;
}
.project-works .project-primary-text,
.modal-primary-text {
color: #344563;
font-size: 0.9375rem;
margin: 0 0 0.75rem 0;
}
.project-works .tags,
.modal-tags {
display: flex;
margin: 0 0 0.75rem 0;
gap: 0.5rem;
width: 100%;
height: 1.5rem;
}
.project-works .tag,
.modal-tag {
font-size: 0.75rem;
font-weight: 500;
line-height: 1rem;
padding: 0.25rem 0.75rem;
border-radius: 8px;
color: #3b4eff;
background: #ebebff;
letter-spacing: 0.03em;
}
.button-container {
margin: 0.75rem 0;
}
.button,
.modal-btn {
font-size: 1.0625rem;
font-weight: 500;
color: #3b4eff;
letter-spacing: 0.03em;
padding: 0.75rem;
border-radius: 8px;
border: 1px solid #5364fc;
background-color: #fff;
box-sizing: border-box;
cursor: pointer;
}
.button:enabled {
background: #fff;
color: #3b4eff;
}
.button:hover {
color: #fff;
background: #3b4eff;
}
.button:active {
background: #2230d2;
color: #fff;
}
.button:disabled {
color: #5e6c84;
}
/* About section */
.about-myself {
border-bottom-left-radius: 0;
border-top-right-radius: 90px;
background-image: url(../images/about-myself-background.svg);
background-repeat: no-repeat;
background-size: cover;
}
.about-myself .top-container {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
margin: 1.5rem 0;
}
.about-myself-header {
width: 1%;
}
.about-myself-sm-icons {
justify-content: space-around;
width: 12.5rem;
height: 2.5rem;
margin: 0.75rem 0;
}
.about-myself-btn {
margin: 0.75rem 0 0 0;
}
.skill-lists {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 0 1.5em 0;
padding: 1.5rem 0.75rem;
width: 100%;
}
.frames-lang-lists-container {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
margin: 0;
width: 100%;
}
.frames-lfs {
display: flex;
align-items: center;
width: 100%;
height: 4.5rem;
gap: 1.625rem;
}
.skill-title {
font-weight: 500;
font-size: 1.25rem;
color: #000;
width: 75%;
}
.language-list {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
width: 92%;
margin: 0;
padding: 0.75rem 0;
}
.language {
display: flex;
align-items: center;
gap: 1rem;
width: 100%;
height: 4.17rem;
border-radius: 8px;
background: #f7f7f9;
}
.lang-name {
font-weight: 500;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #000;
}
.line {
width: 100%;
height: 0.0625rem;
background-image: url(../images/SeparatorBottom.svg);
background-color: #809de6;
background-repeat: no-repeat;
background-size: cover;
}
.contact-sect {
display: flex;
flex-direction: column;
align-items: center;
padding: 6.4375rem 1.5rem 0 1.5rem;
border-top-left-radius: 90px;
background: #3b4eff;
background-image: url(../images/contact-form-shapes-mobile.svg);
background-repeat: no-repeat;
background-position: top right;
background-size: 62% 96%;
}
.contact-sect .header-primary-text {
text-align: center;
color: #fff;
}
.contact-sect .para-primary-text {
font-size: 1.25rem;
line-height: 1.75rem;
text-align: center;
color: #ebebff;
margin-bottom: 2.6875rem;
}
.contact-form {
display: flex;
flex-direction: column;
gap: 1.25rem;
width: 100%;
}
.contact-form label {
display: flex;
width: 100%;
}
.contact-form label input::placeholder {
font-size: 1.0625rem;
color: #172b4d;
line-height: 1.25rem;
font-weight: 400;
}
.contact-form label textarea::placeholder {
font-size: 0.9375rem;
font-weight: 400;
color: #b3bac5;
}
.contact-form label textarea {
height: 10.625rem;
}
.contact-form label input,
.contact-form label textarea {
width: 100%;
padding: 0.9375rem 2.375rem 0.9375rem 1rem;
background: #fff;
color: #172b4d;
border-radius: 8px;
border: 1px solid #cfd8dc;
}
.contact-form div {
margin: 0.625rem 0 2rem 0;
}
.bottom-line {
width: 100%;
height: 0.3125rem;
margin-bottom: 0.3125rem;
background-image: url(../images/bottom-line.svg);
background-repeat: no-repeat;
background-position: center;
}
@media screen and (max-width: 991px) {
header nav .nav-links,
.desktop-image,
.hide-for-mobile {
display: none;
}
}
/* Mobile and Medium */
@media screen and (min-width: 600px) and (max-width: 991px) {
.headline {
padding: 6.5rem 5rem 5.59375rem 5rem;
}
.about-myself {
justify-content: center;
flex-direction: row;
padding: 4.375rem 4.375rem 4.1875rem 4.375rem;
}
.about-myself .top-container {
width: 60.3%;
}
.skill-lists {
width: 40.7%;
}
.contact-sect h2,
.contact-sect p {
max-width: 477px;
}
.contact-form {
max-width: 350px;
}
}
/* BIG SCREENS */
@media screen and (min-width: 992px) {
header {
height: 4.5rem;
}
main {
margin-top: 4.5rem;
}
header .my-logo-container {
margin-left: 8.9375rem;
}
header nav {
margin-right: 8.875rem;
}
header nav .nav-links {
display: flex;
align-items: center;
text-align: center;
padding: 0.625rem 0.75rem;
gap: 1.25rem;
}
header .nav-link {
font-weight: 500;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #344563;
}
.my-logo {
animation: rotate 2.5s ease-in-out 1s;
}
@keyframes rotate {
0% {
transform: perspective(100px) rotateX(0deg);
}
100% {
transform: perspective(100px) rotateX(360deg);
}
}
.nav-link a {
transition: color 1s ease-in-out;
}
.nav-link:hover a {
background: #ebeafc;
font-weight: bold;
text-decoration: underline;
}
header .menu,
.mobile-image,
.hide-for-desktop,
.bottom-line {
display: none;
}
.headline {
padding: 13rem 16.25rem 11.1875rem 17.75rem;
background-color: #fff;
background-image: url(../images/Header-bg.svg);
}
.header-primary-text {
font-size: 3rem;
line-height: 3.75rem;
letter-spacing: 0.023125rem;
margin: 0.75rem 0;
color: #091e42;
width: 45%;
}
.para-primary-text {
font-size: 1.25rem;
line-height: 1.75rem;
color: #344563;
margin: 0.75rem 0;
}
.headline .connect {
font-size: 1rem;
}
.works {
width: auto;
}
.project-works {
width: 80.28%;
flex-direction: row;
justify-content: space-between;
border-radius: 1.5rem;
margin: auto;
gap: 1.357rem;
}
.works .project-works .project-image-container {
width: 50%;
height: 100%;
}
.desktop-image {
display: inline-block;
width: 100%;
}
.project-works .project-body-block {
width: 50%;
padding: 0 1.5rem 3rem 1.5rem;
margin: 0;
}
.modal-body-block {
flex-direction: row;
gap: 1.5rem;
margin: 2.5rem 0;
}
.modal-tags {
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 3.75rem;
}
.dsk-wrap {
width: 70%;
}
.wrap-2 {
width: 25%;
}
.wrap-3 {
width: 100%;
}
.modal-btn-container .modal-btn {
width: 100%;
}
.project-works .project-title {
font-size: 2.5rem;
font-weight: 700;
line-height: 3.25rem;
padding: 0;
}
.project-works .project-info-items {
line-height: 1.5rem;
font-size: 1.125rem;
}
.project-works .canopy {
font-weight: 500;
}
.project-works .dsk-fw {
font-weight: 400;
}
.project-works .project-primary-text {
font-size: 1rem;
margin: 1.5rem 0;
}
.project-works .tags {
margin: 1.5rem 0;
padding: 0;
}
.row-reverse-desktop {
flex-direction: row-reverse;
}
.about-myself {
flex-direction: row;
gap: 1.5625rem;
padding: 8.875rem 8.875rem 8.375rem 8.875rem;
border-top-right-radius: 90px;
background-image: url(../images/about-myself-desktop.svg);
background-repeat: no-repeat;
}
.about-myself .top-container {
width: 55.3%;
}
.skill-lists {
width: 44.7%;
padding: 1.5rem;
margin: 1.5rem 0;
}
.language-list {
flex-direction: row;
}
.language {
flex-direction: column;
width: 32%;
height: 7.5rem;
justify-content: center;
}
.skill-title {
width: 85%;
padding: 0 0 0 0.75rem;
}
.frames-lfs {
margin: 0.125rem 0;
}
.contact-sect {
background-image: url(../images/contact-form-background-shape-desktop.svg);
background-size: 97%;
}
.contact-sect h2,
.contact-sect p {
max-width: 550px;
}
section.headline h1 {
animation: top-bottom 2s ease-in-out 0.5s;
}
@keyframes top-bottom {
0% {
transform: translateY(-500px);
}
100% {
transform: translateY(0);
}
}
section.headline p {
animation: left-right 2s ease-in-out 0.5s;
}
@keyframes left-right {
0% {
transform: translateX(-1000px);
}
100% {
transform: translateX(0);
}
}
.contact-form {
max-width: 450px;
}
.contact-form label input,
.contact-form label textarea {
border-radius: 0;
outline: none;
}
.contact-form div {
align-self: center;
}
}
.modal-container {
width: 100%;
height: auto;
background: #c1c7d0;
display: none;
flex-direction: column;
align-items: center;
justify-self: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
overflow-y: auto;
padding: 3.75rem 0;
}
.modal-header-and-img {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.modal-image-container {
display: inline-block;
width: 100%;
}
.modal-btn-container {
display: flex;
background: #fff;
gap: 8px;
justify-content: flex-start;
width: 100%;
}
.modal-btn {
align-items: center;
justify-content: space-evenly;
}
.modal-btn-container .modal-btn {
display: flex;
}
.modal-cancel-image:hover,
.menu-content .x-menu {
cursor: pointer;
}
|
CSS/main.css
|
* {
margin: 0;
padding: 0;
}
body {
position: relative;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5rem;
background: #f7f7f9;
}
ul,
li {
list-style-type: none;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
/* header section */
header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 3rem;
background: #fff;
}
header .my-logo-container {
margin-left: 1.5rem;
}
header nav {
cursor: pointer;
margin-right: 2.25rem;
}
header .my-logo,
header .menu {
display: block;
width: 100%;
}
.menu-content {
width: 100%;
height: 100%;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #1b31f0a2;
backdrop-filter: blur(4px);
}
.menu-content .x-menu {
display: flex;
align-self: flex-end;
padding: 3.75rem 2.375rem;
}
.menu-content .menu-list-item {
margin-top: 2.5rem;
padding: 0 1.75rem;
}
.menu-content a {
font-size: 2rem;
line-height: 4rem;
font-weight: 600;
color: #fff;
}
.card {
background-color: #fff;
border: 1px solid #dfe1e6;
box-sizing: border-box;
border-radius: 1rem;
padding: 1rem;
}
.card img:not(:last-child) {
width: 100%;
margin-top: 0.75rem;
height: auto;
}
main {
margin-top: 3rem;
}
/* headline section */
.headline {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 7.125rem 1.5rem;
background-image: url(../images/header-shapes-mobile.svg), url(../images/header-background-mobile.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
border-bottom-left-radius: 90px;
}
.header-primary-text {
align-items: center;
font-weight: bold;
font-size: 2.5rem;
line-height: 3.25rem;
color: #172b4d;
margin: 0.5rem 0;
}
.para-primary-text {
color: #344563;
margin: 0.5rem 0;
}
.connect {
font-size: 1.0625rem;
font-weight: 500;
margin: 0.75rem 0;
color: #4b5399;
}
.social-media-icons {
display: flex;
justify-content: space-between;
align-items: center;
width: 10.636rem;
}
.s-m-icon {
display: block;
width: 100%;
}
/* works section */
.works {
display: grid;
row-gap: 5.5rem;
justify-content: center;
padding: 7.125rem 1.5rem;
align-items: center;
}
.project-works,
.modal-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
border: 1px solid #dfe1e6;
border-radius: 16px;
box-sizing: border-box;
background: #fff;
width: 87.2%;
margin: 0 auto;
}
.works .project-works .project-image-container {
width: 100%;
}
.mobile-image {
display: inline-block;
width: 100%;
}
.project-works .project-body-block,
.modal-body-block {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
width: 100%;
margin: 0.75rem 0;
}
.modal-margin {
margin: 0.5rem 0;
}
/* Mobile and Medium screen */
@media screen and (min-width: 400px) and (max-width: 991px) {
.project-works .project-body-block {
width: 15.75rem;
}
}
.project-works .project-title,
.modal-card-title {
font-weight: bold;
font-size: 2rem;
line-height: 2.75rem;
margin: 0.75rem 0;
color: #172b4d;
width: 100%;
}
.project-works .project-info,
.modal-info {
display: flex;
align-items: center;
width: 100%;
gap: 0.75rem;
margin: 0 0 0.75rem 0;
}
.project-works .project-info-items,
.modal-info-items {
font-weight: 600;
font-size: 0.8125rem;
line-height: 1rem;
color: #474e59;
}
.project-works .canopy,
.modal-canopy {
color: #344563;
}
.project-works .project-primary-text,
.modal-primary-text {
color: #344563;
font-size: 0.9375rem;
margin: 0 0 0.75rem 0;
}
.project-works .tags,
.modal-tags {
display: flex;
margin: 0 0 0.75rem 0;
gap: 0.5rem;
width: 100%;
height: 1.5rem;
}
.project-works .tag,
.modal-tag {
font-size: 0.75rem;
font-weight: 500;
line-height: 1rem;
padding: 0.25rem 0.75rem;
border-radius: 8px;
color: #3b4eff;
background: #ebebff;
letter-spacing: 0.03em;
}
.button-container {
margin: 0.75rem 0;
}
.button,
.modal-btn {
font-size: 1.0625rem;
font-weight: 500;
color: #3b4eff;
letter-spacing: 0.03em;
padding: 0.75rem;
border-radius: 8px;
border: 1px solid #5364fc;
background-color: #fff;
box-sizing: border-box;
cursor: pointer;
}
.button:enabled {
background: #fff;
color: #3b4eff;
}
.button:hover {
color: #fff;
background: #3b4eff;
}
.button:active {
background: #2230d2;
color: #fff;
}
.button:disabled {
color: #5e6c84;
}
/* About section */
.about-myself {
border-bottom-left-radius: 0;
border-top-right-radius: 90px;
background-image: url(../images/about-myself-background.svg);
background-repeat: no-repeat;
background-size: cover;
}
.about-myself .top-container {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
margin: 1.5rem 0;
}
.about-myself-header {
width: 1%;
}
.about-myself-sm-icons {
justify-content: space-around;
width: 12.5rem;
height: 2.5rem;
margin: 0.75rem 0;
}
.about-myself-btn {
margin: 0.75rem 0 0 0;
}
.skill-lists {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 0 1.5em 0;
padding: 1.5rem 0.75rem;
width: 100%;
}
.frames-lang-lists-container {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
margin: 0;
width: 100%;
}
.frames-lfs {
display: flex;
align-items: center;
width: 100%;
height: 4.5rem;
gap: 1.625rem;
}
.skill-title {
font-weight: 500;
font-size: 1.25rem;
color: #000;
width: 75%;
}
.language-list {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
width: 92%;
margin: 0;
padding: 0.75rem 0;
}
.language {
display: flex;
align-items: center;
gap: 1rem;
width: 100%;
height: 4.17rem;
border-radius: 8px;
background: #f7f7f9;
}
.lang-name {
font-weight: 500;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #000;
}
.line {
width: 100%;
height: 0.0625rem;
background-image: url(../images/SeparatorBottom.svg);
background-color: #809de6;
background-repeat: no-repeat;
background-size: cover;
}
.contact-sect {
display: flex;
flex-direction: column;
align-items: center;
padding: 6.4375rem 1.5rem 0 1.5rem;
border-top-left-radius: 90px;
background: #3b4eff;
background-image: url(../images/contact-form-shapes-mobile.svg);
background-repeat: no-repeat;
background-position: top right;
background-size: 62% 96%;
}
.contact-sect .header-primary-text {
text-align: center;
color: #fff;
}
.contact-sect .para-primary-text {
font-size: 1.25rem;
line-height: 1.75rem;
text-align: center;
color: #ebebff;
margin-bottom: 2.6875rem;
}
.contact-form {
display: flex;
flex-direction: column;
gap: 1.25rem;
width: 100%;
}
.contact-form label {
display: flex;
width: 100%;
}
.contact-form label input::placeholder {
font-size: 1.0625rem;
color: #172b4d;
line-height: 1.25rem;
font-weight: 400;
}
.contact-form label textarea::placeholder {
font-size: 0.9375rem;
font-weight: 400;
color: #b3bac5;
}
.contact-form label textarea {
height: 10.625rem;
}
.contact-form label input,
.contact-form label textarea {
width: 100%;
padding: 0.9375rem 2.375rem 0.9375rem 1rem;
background: #fff;
color: #172b4d;
border-radius: 8px;
border: 1px solid #cfd8dc;
}
.contact-form div {
margin: 0.625rem 0 2rem 0;
}
.bottom-line {
width: 100%;
height: 0.3125rem;
margin-bottom: 0.3125rem;
background-image: url(../images/bottom-line.svg);
background-repeat: no-repeat;
background-position: center;
}
@media screen and (max-width: 991px) {
header nav .nav-links,
.desktop-image,
.hide-for-mobile {
display: none;
}
}
/* Mobile and Medium */
@media screen and (min-width: 600px) and (max-width: 991px) {
.headline {
padding: 6.5rem 5rem 5.59375rem 5rem;
}
.about-myself {
justify-content: center;
flex-direction: row;
padding: 4.375rem 4.375rem 4.1875rem 4.375rem;
}
.about-myself .top-container {
width: 60.3%;
}
.skill-lists {
width: 40.7%;
}
.contact-sect h2,
.contact-sect p {
max-width: 477px;
}
.contact-form {
max-width: 350px;
}
}
/* BIG SCREENS */
@media screen and (min-width: 992px) {
header {
height: 4.5rem;
}
main {
margin-top: 4.5rem;
}
header .my-logo-container {
margin-left: 8.9375rem;
}
header nav {
margin-right: 8.875rem;
}
header nav .nav-links {
display: flex;
align-items: center;
text-align: center;
padding: 0.625rem 0.75rem;
gap: 1.25rem;
}
header .nav-link {
font-weight: 500;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #344563;
}
.my-logo {
animation: rotate 2.5s ease-in-out 1s;
}
@keyframes rotate {
0% {
transform: perspective(100px) rotateX(0deg);
}
100% {
transform: perspective(100px) rotateX(360deg);
}
}
.nav-link a {
transition: color 1s ease-in-out;
}
.nav-link:hover a {
background: #ebeafc;
font-weight: bold;
text-decoration: underline;
}
header .menu,
.mobile-image,
.hide-for-desktop,
.bottom-line {
display: none;
}
.headline {
padding: 13rem 16.25rem 11.1875rem 17.75rem;
background-color: #fff;
background-image: url(../images/Header-bg.svg);
}
.header-primary-text {
font-size: 3rem;
line-height: 3.75rem;
letter-spacing: 0.023125rem;
margin: 0.75rem 0;
color: #091e42;
width: 45%;
}
.para-primary-text {
font-size: 1.25rem;
line-height: 1.75rem;
color: #344563;
margin: 0.75rem 0;
}
.headline .connect {
font-size: 1rem;
}
.works {
width: auto;
}
.project-works {
width: 80.28%;
flex-direction: row;
justify-content: space-between;
border-radius: 1.5rem;
margin: auto;
gap: 1.357rem;
}
.works .project-works .project-image-container {
width: 50%;
height: 100%;
}
.desktop-image {
display: inline-block;
width: 100%;
}
.project-works .project-body-block {
width: 50%;
padding: 0 1.5rem 3rem 1.5rem;
margin: 0;
}
.modal-body-block {
flex-direction: row;
gap: 1.5rem;
margin: 2.5rem 0;
}
.modal-tags {
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 3.75rem;
}
.dsk-wrap {
width: 70%;
}
.wrap-2 {
width: 25%;
}
.wrap-3 {
width: 100%;
}
.modal-btn-container .modal-btn {
width: 100%;
}
.project-works .project-title {
font-size: 2.5rem;
font-weight: 700;
line-height: 3.25rem;
padding: 0;
}
.project-works .project-info-items {
line-height: 1.5rem;
font-size: 1.125rem;
}
.project-works .canopy {
font-weight: 500;
}
.project-works .dsk-fw {
font-weight: 400;
}
.project-works .project-primary-text {
font-size: 1rem;
margin: 1.5rem 0;
}
.project-works .tags {
margin: 1.5rem 0;
padding: 0;
}
.row-reverse-desktop {
flex-direction: row-reverse;
}
.about-myself {
flex-direction: row;
gap: 1.5625rem;
padding: 8.875rem 8.875rem 8.375rem 8.875rem;
border-top-right-radius: 90px;
background-image: url(../images/about-myself-desktop.svg);
background-repeat: no-repeat;
}
.about-myself .top-container {
width: 55.3%;
}
.skill-lists {
width: 44.7%;
padding: 1.5rem;
margin: 1.5rem 0;
}
.language-list {
flex-direction: row;
}
.language {
flex-direction: column;
width: 32%;
height: 7.5rem;
justify-content: center;
}
.skill-title {
width: 85%;
padding: 0 0 0 0.75rem;
}
.frames-lfs {
margin: 0.125rem 0;
}
.contact-sect {
background-image: url(../images/contact-form-background-shape-desktop.svg);
background-size: 97%;
}
.contact-sect h2,
.contact-sect p {
max-width: 550px;
}
section.headline h1 {
animation: top-bottom 2s ease-in-out 0.5s;
}
@keyframes top-bottom {
0% {
transform: translateY(-500px);
}
100% {
transform: translateY(0);
}
}
section.headline p {
animation: left-right 2s ease-in-out 0.5s;
}
@keyframes left-right {
0% {
transform: translateX(-1000px);
}
100% {
transform: translateX(0);
}
}
.contact-form {
max-width: 450px;
}
.contact-form label input,
.contact-form label textarea {
border-radius: 0;
outline: none;
}
.contact-form div {
align-self: center;
}
}
.modal-container {
width: 100%;
height: auto;
background: #c1c7d0;
display: none;
flex-direction: column;
align-items: center;
justify-self: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
overflow-y: auto;
padding: 3.75rem 0;
}
.modal-header-and-img {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.modal-image-container {
display: inline-block;
width: 100%;
}
.modal-btn-container {
display: flex;
background: #fff;
gap: 8px;
justify-content: flex-start;
width: 100%;
}
.modal-btn {
align-items: center;
justify-content: space-evenly;
}
.modal-btn-container .modal-btn {
display: flex;
}
.modal-cancel-image:hover,
.menu-content .x-menu {
cursor: pointer;
}
| 0.359926 | 0.080394 |
.accordion--item {
display: flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 4px;
font-size: 1rem
}
.accordion--item:not(:last-child) {
margin-bottom: 1.5rem
}
.accordion--item:not(:first-child) .accordion--header {
border-radius: 0
}
.accordion--item:not(:last-child) {
margin-bottom: 1px;
}
.accordion--header {
align-items: center;
background-color: #4a4a4a;
border-radius: 4px 4px 0 0;
color: #fff;
display: flex;
justify-content: space-between;
line-height: 1.25;
padding: .5em .75em;
position: relative
}
.button--toggle {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, .2);
border: none;
border-radius: 290486px;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
margin-left: .75em;
height: 20px;
width: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: 0;
position: relative;
vertical-align: top
}
.button--toggle::before {
color: #fff;
display: block;
left: 0;
position: absolute;
top: .2em;
right: 0;
bottom: 0;
content: '\002B'
}
.button--toggle::after {
display: none
}
.accordion--body {
overflow: hidden;
max-height: 0;
color: #4a4a4a;
border: 1px solid #dbdbdb;
border-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: none;
-webkit-transition: max-height 0.25s ease-out;
-moz-transition: max-height 0.25s ease-out;
transition: max-height 0.25s ease-out;
}
.accordion--content {
padding: 1em 1.25em
}
.accordion--item-is-active .button--toggle::before {
content: '\002D'
}
.accordion--item-is-active .accordion--body {
max-height: 10em;
}
.accordion--item-primary {
background-color: #f5fffd
}
.accordion--item-primary .accordion--header {
background-color: #00d1b2;
color: #fff
}
.accordion--item-primary .accordion--content {
border-color: #00d1b2;
color: #021310
}
|
src/Accordion/Accordion.css
|
.accordion--item {
display: flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 4px;
font-size: 1rem
}
.accordion--item:not(:last-child) {
margin-bottom: 1.5rem
}
.accordion--item:not(:first-child) .accordion--header {
border-radius: 0
}
.accordion--item:not(:last-child) {
margin-bottom: 1px;
}
.accordion--header {
align-items: center;
background-color: #4a4a4a;
border-radius: 4px 4px 0 0;
color: #fff;
display: flex;
justify-content: space-between;
line-height: 1.25;
padding: .5em .75em;
position: relative
}
.button--toggle {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, .2);
border: none;
border-radius: 290486px;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
margin-left: .75em;
height: 20px;
width: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: 0;
position: relative;
vertical-align: top
}
.button--toggle::before {
color: #fff;
display: block;
left: 0;
position: absolute;
top: .2em;
right: 0;
bottom: 0;
content: '\002B'
}
.button--toggle::after {
display: none
}
.accordion--body {
overflow: hidden;
max-height: 0;
color: #4a4a4a;
border: 1px solid #dbdbdb;
border-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: none;
-webkit-transition: max-height 0.25s ease-out;
-moz-transition: max-height 0.25s ease-out;
transition: max-height 0.25s ease-out;
}
.accordion--content {
padding: 1em 1.25em
}
.accordion--item-is-active .button--toggle::before {
content: '\002D'
}
.accordion--item-is-active .accordion--body {
max-height: 10em;
}
.accordion--item-primary {
background-color: #f5fffd
}
.accordion--item-primary .accordion--header {
background-color: #00d1b2;
color: #fff
}
.accordion--item-primary .accordion--content {
border-color: #00d1b2;
color: #021310
}
| 0.444083 | 0.112016 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("revleft.com") {
hr {
border: 1px solid black !important;
}
*.cat-top_x {
background: url(data:image/gif;base64,R0lGODlhAQAaAMQAAAAAAP///z49Pj4+Pzw8PTM0NDIzMjY3NjExMDAwLy4uLTg4N9ra2j8/Pzs7Ozo6Ojk5OTU1NTExMS8vL////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABQALAAAAAABABoAAAUSINWMJDkIhPNAyxEVhoQkkxICADs=) repeat-x scroll left top !important;
}
*.cat-btm_x {
background:transparent url(data:image/gif;base64,R0lGODlhAQAFAKIAAAAAAP////r6+vLy8tjY2Lq6upmZmf///yH5BAEAAAcALAAAAAABAAUAQAMEaEd1CQA7) repeat-x scroll left top !important;
background: #880000 !important;
}
*.cat-btm_lft {
background: transparent url(data:image/gif;base64,R0lGODlhCgAFALMAAAAAAP////r6+vb29vLy8uXl5d7e3tjY2MzMzMLCwr6+vrq6uqioqJmZmf///wAAACH5BAEAAA4ALAAAAAAKAAUAQAQT0DmjWLtX6r3L+aBUIIliLgvHRQA7) no-repeat scroll 0 0 !important;
background: #880000 !important;
}
*.cat-btm_rht {
background: transparent url(data:image/gif;base64,R0lGODlhCgAFALMAAAAAAP////r6+vb29vLy8uXl5d7e3tjY2MzMzMLCwr6+vrq6uqioqJmZmf///wAAACH5BAEAAA4ALAAAAAAKAAUAQAQT0DmjWLtX6r3L+aBUIIliLgvHRQA7) no-repeat scroll 0 0 !important;
background: #880000 !important;
}
*.tborder {
background: #880000 !important;
}
*.alt1, *.alt1Active {
background: #D8D8D8 !important;
}
*.page {
background: #880000 !important;
}
img[src="gfx_v3-BlackRed/misc/_cat-top_lft.gif"], img[src="gfx_v3-BlackRed/misc/_cat-top_lft2.gif"] {
height: 0 !important;
width: 0 !important;
/* these numbers match the new image's dimensions */
padding-left: 10px !important;
padding-top: 26px !important;
background: url(data:image/gif;base64,R0lGODlhCgAaAOYAAAAAAP///zIxMi8uLz49Pj08PTw7PDg3ODc2NzQzNDExMjAwMS8vMC0tLj4+Pz09Pjw8PTs7PDo6OzU1NjMzNDIzMzEyMjAxMS8wMC4vLz0+Pjc4ODY3NzIzMjEyMS8wLy4vLi0uLT4/Pj0+PTo7Ojk6OTY3NjM0MzMzMjExMDAwLy8vLi4uLT8/Pj4+PT09PDw8Ozs7Ojg4NzQ0MzMyMjIxMTEwMDAvLz8+Pj49PT08PDs6Ojo5OTc2Nvr6+vb29vHx8ejo6Obm5uHh4dzc3Nra2ry8vJubm4yMjGVlZVlZWUpKSkhISD8/Pz4+Pj09PTw8PDo6Ojk5OTg4ODc3NzY2NjU1NTQ0NDMzMzIyMjExMTAwMC8vLy4uLv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAF4ALAAAAAAKABoAAAe4gF6Cg4SFhE2FTYqKh4uMgo6LkJGPlJWWk5RelowiDjhNTiItDg5eGgQ5Dy4jT6leBQUvBRBPtjpeBhEwBlBQBr1eUTE7EjExJFFRXlI8UlIlz89eMlPWUwcyGxteVBwIVCY9PVUIXlbo6BPpXidXFDMJM1dXCV4VWBUoHR1ZNDReLCioUUOLBwECPHhJsWCLDRspUlzY4gUDBgYfVGzBcOOGlwwDQGRYwWUAFy5euqhs0CWEShaBAAA7) no-repeat !important;
}
img[src="gfx_v3-BlackRed/misc/_cat-top_rht.gif"],img[src="gfx_v3-BlackRed/misc/_cat-top_rht2.gif"] {
height: 0 !important;
width: 0 !important;
/* these numbers match the new image's dimensions */
padding-left: 10px !important;
padding-top: 26px !important;
background: url(data:image/gif;base64,R<KEY>///<KEY>9Pj08PTw7PDg3ODc2NzQzNDExMjAwMS8vMC0tLj4+Pz09Pjw8PTs7PDo6OzU1NjMzNDIzMzAxMS8wMC4vLzc4ODY3NzIzMjEyMS8wLy4vLi0uLT4/Pj0+PTo7Ojk6OTY3NjMzMjExMDAwLy8vLi4uLT8/Pj4+PT09PDw8Ozs7Ojg4NzQ0MzMyMjIxMTEwMDAvLz8+Pj49PT08PDs6Ojo5OTc2Nj8/Pz4+Pj09PTw8PDo6Ojk5OTg4ODc3NzY2NjU1NTQ0NDMzMzIyMjExMTAwMC8vLy4uLv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAKABoAAAepgEyCg4Q7hIc7iYmIiouDjYqPkI6TlJWClYZMmYIODiogPDs1DoI2BD0hKw+ngjc9sBAFLAWCPgYGPrctEYI/PyIuLhI4LoJAyEAjyDmCGRkvB0HTQYIIQzo6JEIIGoJE4BPg4IIJRUUwCTAURYIxMUcbGyUVRoIcAgIcSDIyCoJJLJgwMWNGkgWCaNC4kOREBwYXBClRMkAJCgweBghKsWTJhyUNOgoKBAA7) no-repeat !important;
}
}
|
data/usercss/22901.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("revleft.com") {
hr {
border: 1px solid black !important;
}
*.cat-top_x {
background: url(data:image/gif;base64,R0lGODlhAQAaAMQAAAAAAP///z49Pj4+Pzw8PTM0NDIzMjY3NjExMDAwLy4uLTg4N9ra2j8/Pzs7Ozo6Ojk5OTU1NTExMS8vL////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABQALAAAAAABABoAAAUSINWMJDkIhPNAyxEVhoQkkxICADs=) repeat-x scroll left top !important;
}
*.cat-btm_x {
background:transparent url(data:image/gif;base64,R0lGODlhAQAFAKIAAAAAAP////r6+vLy8tjY2Lq6upmZmf///yH5BAEAAAcALAAAAAABAAUAQAMEaEd1CQA7) repeat-x scroll left top !important;
background: #880000 !important;
}
*.cat-btm_lft {
background: transparent url(data:image/gif;base64,R0lGODlhCgAFALMAAAAAAP////r6+vb29vLy8uXl5d7e3tjY2MzMzMLCwr6+vrq6uqioqJmZmf///wAAACH5BAEAAA4ALAAAAAAKAAUAQAQT0DmjWLtX6r3L+aBUIIliLgvHRQA7) no-repeat scroll 0 0 !important;
background: #880000 !important;
}
*.cat-btm_rht {
background: transparent url(data:image/gif;base64,R0lGODlhCgAFALMAAAAAAP////r6+vb29vLy8uXl5d7e3tjY2MzMzMLCwr6+vrq6uqioqJmZmf///wAAACH5BAEAAA4ALAAAAAAKAAUAQAQT0DmjWLtX6r3L+aBUIIliLgvHRQA7) no-repeat scroll 0 0 !important;
background: #880000 !important;
}
*.tborder {
background: #880000 !important;
}
*.alt1, *.alt1Active {
background: #D8D8D8 !important;
}
*.page {
background: #880000 !important;
}
img[src="gfx_v3-BlackRed/misc/_cat-top_lft.gif"], img[src="gfx_v3-BlackRed/misc/_cat-top_lft2.gif"] {
height: 0 !important;
width: 0 !important;
/* these numbers match the new image's dimensions */
padding-left: 10px !important;
padding-top: 26px !important;
background: url(data:image/gif;base64,R0lGODlhCgAaAOYAAAAAAP///zIxMi8uLz49Pj08PTw7PDg3ODc2NzQzNDExMjAwMS8vMC0tLj4+Pz09Pjw8PTs7PDo6OzU1NjMzNDIzMzEyMjAxMS8wMC4vLz0+Pjc4ODY3NzIzMjEyMS8wLy4vLi0uLT4/Pj0+PTo7Ojk6OTY3NjM0MzMzMjExMDAwLy8vLi4uLT8/Pj4+PT09PDw8Ozs7Ojg4NzQ0MzMyMjIxMTEwMDAvLz8+Pj49PT08PDs6Ojo5OTc2Nvr6+vb29vHx8ejo6Obm5uHh4dzc3Nra2ry8vJubm4yMjGVlZVlZWUpKSkhISD8/Pz4+Pj09PTw8PDo6Ojk5OTg4ODc3NzY2NjU1NTQ0NDMzMzIyMjExMTAwMC8vLy4uLv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAF4ALAAAAAAKABoAAAe4gF6Cg4SFhE2FTYqKh4uMgo6LkJGPlJWWk5RelowiDjhNTiItDg5eGgQ5Dy4jT6leBQUvBRBPtjpeBhEwBlBQBr1eUTE7EjExJFFRXlI8UlIlz89eMlPWUwcyGxteVBwIVCY9PVUIXlbo6BPpXidXFDMJM1dXCV4VWBUoHR1ZNDReLCioUUOLBwECPHhJsWCLDRspUlzY4gUDBgYfVGzBcOOGlwwDQGRYwWUAFy5euqhs0CWEShaBAAA7) no-repeat !important;
}
img[src="gfx_v3-BlackRed/misc/_cat-top_rht.gif"],img[src="gfx_v3-BlackRed/misc/_cat-top_rht2.gif"] {
height: 0 !important;
width: 0 !important;
/* these numbers match the new image's dimensions */
padding-left: 10px !important;
padding-top: 26px !important;
background: url(data:image/gif;base64,R<KEY>///<KEY>9Pj08PTw7PDg3ODc2NzQzNDExMjAwMS8vMC0tLj4+Pz09Pjw8PTs7PDo6OzU1NjMzNDIzMzAxMS8wMC4vLzc4ODY3NzIzMjEyMS8wLy4vLi0uLT4/Pj0+PTo7Ojk6OTY3NjMzMjExMDAwLy8vLi4uLT8/Pj4+PT09PDw8Ozs7Ojg4NzQ0MzMyMjIxMTEwMDAvLz8+Pj49PT08PDs6Ojo5OTc2Nj8/Pz4+Pj09PTw8PDo6Ojk5OTg4ODc3NzY2NjU1NTQ0NDMzMzIyMjExMTAwMC8vLy4uLv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAKABoAAAepgEyCg4Q7hIc7iYmIiouDjYqPkI6TlJWClYZMmYIODiogPDs1DoI2BD0hKw+ngjc9sBAFLAWCPgYGPrctEYI/PyIuLhI4LoJAyEAjyDmCGRkvB0HTQYIIQzo6JEIIGoJE4BPg4IIJRUUwCTAURYIxMUcbGyUVRoIcAgIcSDIyCoJJLJgwMWNGkgWCaNC4kOREBwYXBClRMkAJCgweBghKsWTJhyUNOgoKBAA7) no-repeat !important;
}
}
| 0.272025 | 0.123868 |
*{
margin: 0;
font-family: 'Poppins', sans-serif;
}
.i{
display: flex;
height: 100vh;
}
.i-left{
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.i-right{
flex: 1;
position: relative;
}
.i-left-wrapper{
padding: 50px;
height: 50%;
height: 50%;
padding-top: 60%;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
}
.i-intro{
font-size: 30px;
font-weight: 300;
}
.i-name{
font-size: 60px;
}
.i-title{
height: 50px;
overflow: hidden;
}
.i-title-item{
height: 50px;
font-size: 30px;
font-weight: bold;
color: #5463FF;
display: flex;
align-items: center;
}
/* .i-title-wrapper{
height: 100%;
animation: move 10s ease-in-out infinite ;
}
@keyframes move {
25%{transform: translateY(-50px);}
50%{transform: translateY(-100px);}
75%{transform: translateY(-150px);}
100%{transform: translateY(-200px);}
} */
.i-title-wrapper{
height: 100%;
}
.i-title-wrapper h1{
font-family: "Montserrat Medium";
max-width: 40ch;
/* text-align: center; */
transform: scale(0.94);
animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1) ;
}
.i-img{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
filter: grayscale(100%);
}
.i-bg{
clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
/* background: red; */
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.i-scroll{
width: 30px;
height: 30px;
position: absolute;
bottom: 20px;
}
@keyframes scale {
100% {
transform: scale(1);
}
}
span {
display: inline-block;
opacity: 0;
filter: blur(4px);
}
span:nth-child(1) {
animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0) ;
}
span:nth-child(2) {
animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(3) {
animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(4) {
animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(5) {
animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(6) {
animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(7) {
animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
100% {
opacity: 1;
filter: blur(0);
}
}
/* ABOUT */
.a{
height: 100vh;
display: flex;
align-items: center;
}
.a-left{
flex:1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 100%;
}
.a-right{
flex: 1;
}
.a-card.bg{
position: absolute;
top: 50px;
left: 50px;
background-color: #333;
}
.a-card{
width: 60%;
height: 70vh;
border-radius: 30px;
position: relative;
overflow: hidden;
}
.a-img{
width: 100%;
height: 100%;
object-fit: cover;
}
.a-sub{
margin: 20px 0px;
}
.a-desc{
font-weight: 300;
}
/* .a-award{
margin-top: 50px;
display: flex;
align-items: center;
justify-content: space-between;
} */
/* ====== product ====== */
.p1{
padding: 50px 100px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.p1-texts{
width: 65%;
}
.p1-title{
font-size: 50px;
font-weight: 600;
}
.p1-desc{
margin: 20px 0px;
}
.p1-list{
display: flex;
flex-wrap: wrap;
justify-content: space-between ;
width: 100%;
}
.p{
width: 30%;
height: 40vh;
margin: 20px 10px;
border: 2px solid rgb(243,242,242);
border-radius: 10px 10px 0px 0px;
overflow: hidden;
}
.p-browser{
height: 20px;
background-color: rgb(243,242,242);
display: flex;
align-items: center;
position: sticky;
z-index: 2;
}
.p-circle{
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
margin: 3px;
}
.p-img{
width: 100%;
transition: all 12s ease;
}
.p:hover .p-img{
transform: translateY(-100%);
}
.c{
height: 100vh;
position: relative;
}
.c-bg{
width: 20px;
height: 100%;
background-color: red;
position: absolute;
}
.c-wrapper{
padding: 50px;
display: flex;
}
.c-left{
flex:1;
}
.c-right{
flex:1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.c-title{
font-size: 60px;
width: 80%;
}
.c-info-item{
display: flex;
align-items: center;
margin: 50px 0px;
font-weight: 300;
width: 70%;
}
.c-icon{
width: 30px;
height: 30px;
margin-right: 20px;
}
.c-desc{
font-weight: 200;
}
.form{
margin-top: 20px;
}
input{
width: 50%;
height: 50px;
border: none;
border-bottom: 1px solid black ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
textarea{
width: 100% ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
button{
border: none;
padding: 15px;
background-color: #59b256;
color: white;
font-size: 500;
cursor: pointer;
}
@media screen and (max-width: 480px){
.i{
flex-direction: column;
}
.c{
height: 100vh;
position: relative;
}
.c-bg{
width: 20px;
height: 100%;
background-color: red;
position: absolute;
}
.c-wrapper{
padding: 50px;
display: flex;
}
.c-left{
flex:1;
}
.c-right{
flex:1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.c-title{
font-size: 60px;
width: 80%;
}
.c-info-item{
display: flex;
align-items: center;
margin: 50px 0px;
font-weight: 300;
width: 70%;
}
.c-icon{
width: 30px;
height: 30px;
margin-right: 20px;
}
.c-desc{
font-weight: 200;
}
.form{
margin-top: 20px;
}
input{
width: 50%;
height: 50px;
border: none;
border-bottom: 1px solid black ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
textarea{
width: 100% ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
button{
border: none;
padding: 15px;
background-color: #59b256;
color: white;
font-size: 500;
cursor: pointer;
}
}
@media screen and (max-width: 480px){
.c-wrapper{
flex-direction: column;
}
}
@media screen and (max-width: 480px){
.i{
flex-direction: column;
}
.i-left-wrapper{
padding:10px;
align-items: center;
text-align: center;
justify-content: center;
height: 100%;
}
.i-des{
display: none;
}
}
@media screen and (max-width: 480px) {
.p {
width: 40%;
height: 20vh;
}
}
@media screen and (max-width: 480px) {
.pl {
padding: 10px;
}
.pl-texts {
width: 100%;
}
.pl-desc {
display: none;
}
}
|
public/css/style2.css
|
*{
margin: 0;
font-family: 'Poppins', sans-serif;
}
.i{
display: flex;
height: 100vh;
}
.i-left{
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.i-right{
flex: 1;
position: relative;
}
.i-left-wrapper{
padding: 50px;
height: 50%;
height: 50%;
padding-top: 60%;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
}
.i-intro{
font-size: 30px;
font-weight: 300;
}
.i-name{
font-size: 60px;
}
.i-title{
height: 50px;
overflow: hidden;
}
.i-title-item{
height: 50px;
font-size: 30px;
font-weight: bold;
color: #5463FF;
display: flex;
align-items: center;
}
/* .i-title-wrapper{
height: 100%;
animation: move 10s ease-in-out infinite ;
}
@keyframes move {
25%{transform: translateY(-50px);}
50%{transform: translateY(-100px);}
75%{transform: translateY(-150px);}
100%{transform: translateY(-200px);}
} */
.i-title-wrapper{
height: 100%;
}
.i-title-wrapper h1{
font-family: "Montserrat Medium";
max-width: 40ch;
/* text-align: center; */
transform: scale(0.94);
animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1) ;
}
.i-img{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
filter: grayscale(100%);
}
.i-bg{
clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
/* background: red; */
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.i-scroll{
width: 30px;
height: 30px;
position: absolute;
bottom: 20px;
}
@keyframes scale {
100% {
transform: scale(1);
}
}
span {
display: inline-block;
opacity: 0;
filter: blur(4px);
}
span:nth-child(1) {
animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0) ;
}
span:nth-child(2) {
animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(3) {
animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(4) {
animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(5) {
animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(6) {
animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(7) {
animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
100% {
opacity: 1;
filter: blur(0);
}
}
/* ABOUT */
.a{
height: 100vh;
display: flex;
align-items: center;
}
.a-left{
flex:1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 100%;
}
.a-right{
flex: 1;
}
.a-card.bg{
position: absolute;
top: 50px;
left: 50px;
background-color: #333;
}
.a-card{
width: 60%;
height: 70vh;
border-radius: 30px;
position: relative;
overflow: hidden;
}
.a-img{
width: 100%;
height: 100%;
object-fit: cover;
}
.a-sub{
margin: 20px 0px;
}
.a-desc{
font-weight: 300;
}
/* .a-award{
margin-top: 50px;
display: flex;
align-items: center;
justify-content: space-between;
} */
/* ====== product ====== */
.p1{
padding: 50px 100px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.p1-texts{
width: 65%;
}
.p1-title{
font-size: 50px;
font-weight: 600;
}
.p1-desc{
margin: 20px 0px;
}
.p1-list{
display: flex;
flex-wrap: wrap;
justify-content: space-between ;
width: 100%;
}
.p{
width: 30%;
height: 40vh;
margin: 20px 10px;
border: 2px solid rgb(243,242,242);
border-radius: 10px 10px 0px 0px;
overflow: hidden;
}
.p-browser{
height: 20px;
background-color: rgb(243,242,242);
display: flex;
align-items: center;
position: sticky;
z-index: 2;
}
.p-circle{
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
margin: 3px;
}
.p-img{
width: 100%;
transition: all 12s ease;
}
.p:hover .p-img{
transform: translateY(-100%);
}
.c{
height: 100vh;
position: relative;
}
.c-bg{
width: 20px;
height: 100%;
background-color: red;
position: absolute;
}
.c-wrapper{
padding: 50px;
display: flex;
}
.c-left{
flex:1;
}
.c-right{
flex:1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.c-title{
font-size: 60px;
width: 80%;
}
.c-info-item{
display: flex;
align-items: center;
margin: 50px 0px;
font-weight: 300;
width: 70%;
}
.c-icon{
width: 30px;
height: 30px;
margin-right: 20px;
}
.c-desc{
font-weight: 200;
}
.form{
margin-top: 20px;
}
input{
width: 50%;
height: 50px;
border: none;
border-bottom: 1px solid black ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
textarea{
width: 100% ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
button{
border: none;
padding: 15px;
background-color: #59b256;
color: white;
font-size: 500;
cursor: pointer;
}
@media screen and (max-width: 480px){
.i{
flex-direction: column;
}
.c{
height: 100vh;
position: relative;
}
.c-bg{
width: 20px;
height: 100%;
background-color: red;
position: absolute;
}
.c-wrapper{
padding: 50px;
display: flex;
}
.c-left{
flex:1;
}
.c-right{
flex:1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.c-title{
font-size: 60px;
width: 80%;
}
.c-info-item{
display: flex;
align-items: center;
margin: 50px 0px;
font-weight: 300;
width: 70%;
}
.c-icon{
width: 30px;
height: 30px;
margin-right: 20px;
}
.c-desc{
font-weight: 200;
}
.form{
margin-top: 20px;
}
input{
width: 50%;
height: 50px;
border: none;
border-bottom: 1px solid black ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
textarea{
width: 100% ;
margin: 10px 0px;
font-size: 14px ;
padding-left: 10px;
}
button{
border: none;
padding: 15px;
background-color: #59b256;
color: white;
font-size: 500;
cursor: pointer;
}
}
@media screen and (max-width: 480px){
.c-wrapper{
flex-direction: column;
}
}
@media screen and (max-width: 480px){
.i{
flex-direction: column;
}
.i-left-wrapper{
padding:10px;
align-items: center;
text-align: center;
justify-content: center;
height: 100%;
}
.i-des{
display: none;
}
}
@media screen and (max-width: 480px) {
.p {
width: 40%;
height: 20vh;
}
}
@media screen and (max-width: 480px) {
.pl {
padding: 10px;
}
.pl-texts {
width: 100%;
}
.pl-desc {
display: none;
}
}
| 0.547464 | 0.068787 |
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
body{
font-size:14px;
line-height:20px;
color:#333;
}
/* three layouts
* ============= */
.pz-dock{
position:relative;
height:100%;
color:#fff;
background:#262b30 url(../img/bg-dock.gif) repeat;
overflow:auto;
border-right:1px solid #000;
width:60px;
float:left;
margin-right:0 !important;
margin-right:-3px;
overflow:auto;
}
.pz-side{
position:relative;
height:100%;
background:#f3f3f3 url(../img/bg-side.gif) repeat;
overflow:auto;
border-right:1px solid #b4b4b4;
width:135px;
float:left;
margin-right:0 !important;
margin-right:-3px;
overflow:auto;
}
.pz-main{
position:relative;
height:100%;
background:#ddd url(../img/bg-main.gif) repeat;
margin-left:197px;
_margin:0;
}
.pz-main iframe{
height:100%;
width:100%;
position:absolute;
left:0;
top:0;
}
/* dock
* ==== */
.pz-dock dl,.pz-dock dd{zoom:1}
.pz-dock dl dd a{
font-size:12px;
color:#fff;
display:block;
text-align:center;
line-height:16px;
/*
border-top:1px solid #262b30;
padding-top:8px;
*/
padding:8px 0;
}
.pz-dock dl dd a:hover{
color:#fff;
text-decoration:none;
}
.pz-dock dl dd a.link-on{
/* border-top:1px solid #ef8483;*/
background-color:#db403d;
background-image:-webkit-gradient(linear,0 0,0 100%,from(#e95855),to(#cb2520));
background-image:-moz-linear-gradient(top,#e95855,#cb2520);
background-image:-ms-linear-gradient(top,#e95855,#cb2520);
background-image:-o-linear-gradient(top,#e95855,#cb2520);
background-image:linear-gradient(top,#e95855,#cb2520);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e95855',endColorstr='#cb2520');
}
.pz-dock-footer-space{
height:68px;
}
.pz-dock-footer{
border-top:1px solid #181c1f;
width:60px;
}
.pz-dock-footer a{
font-size:12px;
color:#fff;
background:#262b30;
display:block;
text-align:center;
line-height:15px;
border-top:1px solid #34393d;
padding:6px 0;
}
.pz-dock-footer a:hover{
color:#fff;
text-decoration:none;
}
/* sidebar
* ======= */
.pz-logo{
padding-left:8px;
border-bottom:1px solid #ccc;
color:#333;
height:41px;
font:bold 20px/40px "Arial";
}
.pz-menu{
padding:3px 0;
border-top:1px solid #f6f6f6;
border-bottom:1px solid #cecece;
font-size:12px;
}
.pz-menu a{
padding-left:8px;
padding-bottom:1px;
display:block;
color:#525252;
line-height:22px;
font-weight:bold;
}
.pz-menu a:hover{
text-decoration:none;
}
.pz-menu a i.icon{
color:#a3a3a3;
font-weight:normal;
margin-left:6px;
}
.pz-menu ul{
zoom:1;
}
.pz-menu ul li{
width:100%;
float:left;
}
.pz-menu ul li a{
padding-left:16px;
color:#333;
font-weight:normal;
}
.pz-menu ul li a:hover{
text-decoration:underline;
}
.pz-menu ul li a.link-on{
color:#fff;
background-color:#8ba7c9;
}
|
dist/assets/css/top.css
|
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
body{
font-size:14px;
line-height:20px;
color:#333;
}
/* three layouts
* ============= */
.pz-dock{
position:relative;
height:100%;
color:#fff;
background:#262b30 url(../img/bg-dock.gif) repeat;
overflow:auto;
border-right:1px solid #000;
width:60px;
float:left;
margin-right:0 !important;
margin-right:-3px;
overflow:auto;
}
.pz-side{
position:relative;
height:100%;
background:#f3f3f3 url(../img/bg-side.gif) repeat;
overflow:auto;
border-right:1px solid #b4b4b4;
width:135px;
float:left;
margin-right:0 !important;
margin-right:-3px;
overflow:auto;
}
.pz-main{
position:relative;
height:100%;
background:#ddd url(../img/bg-main.gif) repeat;
margin-left:197px;
_margin:0;
}
.pz-main iframe{
height:100%;
width:100%;
position:absolute;
left:0;
top:0;
}
/* dock
* ==== */
.pz-dock dl,.pz-dock dd{zoom:1}
.pz-dock dl dd a{
font-size:12px;
color:#fff;
display:block;
text-align:center;
line-height:16px;
/*
border-top:1px solid #262b30;
padding-top:8px;
*/
padding:8px 0;
}
.pz-dock dl dd a:hover{
color:#fff;
text-decoration:none;
}
.pz-dock dl dd a.link-on{
/* border-top:1px solid #ef8483;*/
background-color:#db403d;
background-image:-webkit-gradient(linear,0 0,0 100%,from(#e95855),to(#cb2520));
background-image:-moz-linear-gradient(top,#e95855,#cb2520);
background-image:-ms-linear-gradient(top,#e95855,#cb2520);
background-image:-o-linear-gradient(top,#e95855,#cb2520);
background-image:linear-gradient(top,#e95855,#cb2520);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e95855',endColorstr='#cb2520');
}
.pz-dock-footer-space{
height:68px;
}
.pz-dock-footer{
border-top:1px solid #181c1f;
width:60px;
}
.pz-dock-footer a{
font-size:12px;
color:#fff;
background:#262b30;
display:block;
text-align:center;
line-height:15px;
border-top:1px solid #34393d;
padding:6px 0;
}
.pz-dock-footer a:hover{
color:#fff;
text-decoration:none;
}
/* sidebar
* ======= */
.pz-logo{
padding-left:8px;
border-bottom:1px solid #ccc;
color:#333;
height:41px;
font:bold 20px/40px "Arial";
}
.pz-menu{
padding:3px 0;
border-top:1px solid #f6f6f6;
border-bottom:1px solid #cecece;
font-size:12px;
}
.pz-menu a{
padding-left:8px;
padding-bottom:1px;
display:block;
color:#525252;
line-height:22px;
font-weight:bold;
}
.pz-menu a:hover{
text-decoration:none;
}
.pz-menu a i.icon{
color:#a3a3a3;
font-weight:normal;
margin-left:6px;
}
.pz-menu ul{
zoom:1;
}
.pz-menu ul li{
width:100%;
float:left;
}
.pz-menu ul li a{
padding-left:16px;
color:#333;
font-weight:normal;
}
.pz-menu ul li a:hover{
text-decoration:underline;
}
.pz-menu ul li a.link-on{
color:#fff;
background-color:#8ba7c9;
}
| 0.243732 | 0.071397 |
****************************************/
#nav-menu-level-1-wrap {
position: relative;
z-index: 499;
width: 990px;
}
#nav-menu-level-1-wrap .form-site-search-wrap {
position: absolute;
right: 10px;
top: 13px;
z-index: 21;
}
#nav-menu-level-1-wrap .form-search {
width: 124px;
}
#nav-site,
#nav-site a.nav-link, #site-nav-signup-section-creatives, #site-nav-signup-section-recruiters, #site-nav-signup-wrap {
background: transparent url(/assets/img/nav/level-1.png) no-repeat 0 0;
}
#nav-site {
position: relative;
width: 990px;
height: 48px;
z-index: 20;
}
#nav-site ul,
#nav-site li {
float: left;
}
#nav-site .nav-submenu ul, #nav-site .nav-submenu li {
float: none;
}
#nav-site a.nav-link {
position: relative;
display: block;
height: 48px;
background-position: 0 48px;
line-height: 48px;
text-indent: -9999px; font-size:0; line-height:0;
text-transform: uppercase;
z-index: 21;
}
#nav-site .nav-link.nav-link-2 { background-image: none; position: auto; width: auto; height: auto; line-height: auto; }
#nav-site-gallery a.nav-link { background-position: 0 -48px; width: 90px; }
#nav-site-gallery a.active { background-position: 0 -144px; }
#nav-site-gallery a.nav-link:hover, #nav-site-gallery.hovermenu-hover a.nav-link { background-position: 0 -96px; }
#nav-site-home a.nav-link { background-position: -90px -48px; width: 93px; }
#nav-site-home a.active { background-position: -90px -144px; }
#nav-site-home a.nav-link:hover, #nav-site-home.hovermenu-hover a.nav-link { background-position: -90px -96px; }
#nav-site-portfolio a.nav-link { background-position: -183px -48px; width: 102px; }
#nav-site-portfolio a.active { background-position: -183px -144px; }
#nav-site-portfolio a.nav-link:hover, #nav-site-portfolio.hovermenu-hover a.nav-link { background-position: -183px -96px; }
#nav-site-connections a.nav-link { background-position: -285px -48px; width: 120px; }
#nav-site-connections a.active { background-position: -285px -144px; }
#nav-site-connections a.nav-link:hover, #nav-site-connections.hovermenu-hover a.nav-link { background-position: -285px -96px; }
#nav-site-competitions a.nav-link { background-position: -405px -48px; width: 124px; }
#nav-site-competitions a.active { background-position: -405px -144px; }
#nav-site-competitions a.nav-link:hover, #nav-site-competitions.hovermenu-hover a.nav-link { background-position: -405px -96px; }
#nav-site-jobs a.nav-link { background-position: -529px -48px; width: 69px; }
#nav-site-jobs a.active { background-position: -529px -144px; }
#nav-site-jobs a.nav-link:hover, #nav-site-jobs.hovermenu-hover a.nav-link { background-position: -529px -96px; }
#nav-site-tools a.nav-link { background-position: -598px -48px; width: 77px; }
#nav-site-tools a.active { background-position: -598px -144px; }
#nav-site-tools a.nav-link:hover, #nav-site-tools.hovermenu-hover a.nav-link { background-position: -598px -96px; }
#nav-site-more a.nav-link { background-position: -675px -48px; width: 73px; }
#nav-site-more a.active { background-position: -675px -144px; }
#nav-site-more a.nav-link:hover, #nav-site-more.hovermenu-hover a.nav-link { background-position: -675px -96px; }
#nav-site .nav-red { color: #FF0000; }
#nav-site .fg-menu li:hover .nav-red { color: #FFF; }
#nav-site .nav-submenu .nav-submenu-shortcut a { background-image: none; }
#nav-site .nav-submenu .nav-submenu-shortcut a:hover {
background: #03b7f9;
background: -moz-linear-gradient(top center, #00a4fd, #216dec);
background: -webkit-gradient(linear, left top,left bottom, from(#00a4fd), to(#216dec));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00a4fd, endColorStr=#216dec);
}
#nav-site .nav-submenu-shortcut a{ background-color: #3b3b3b; }
#nav-site .nav-submenu-shortcut-first a { border-top: solid 1px #6d6d6d; }
#nav-site .nav-submenu-shortcut-last a {
margin-bottom: -5px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-o-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
#nav-site .arrow {
position: absolute;
right: 7px;
top: 20px;
width: 9px;
height: 9px;
background-position: 9px -418px;
}
#nav-site .hovermenu-hover .arrow,
#nav-site a:hover .arrow {
background-position: 0 -418px;
}
#nav-signup-creatives {
width: 210px;
}
#nav-signup-recruiters {
width: 223px;
}
#site-nav-signup-wrap {
position: absolute;
right: 3px;
top: 0;
color: #e0e0e0;
z-index: 21;
}
#site-nav-signup-wrap .site-nav-signup-section-background {
background: transparent url(/assets/img/nav/level-1.png) no-repeat 0 0;
background-position: -89px -145px;
color: #e0e0e0;
float: left;
}
#site-nav-signup-section-creatives {
height: 48px;
padding: 0 9px 0 10px;
margin-left:1px;
}
#site-nav-signup-section-recruiters {
height: 48px;
padding: 0 7px 0 10px;
margin-left:1px;
}
#site-nav-signup-wrap .header {
display: block;
height: 16px;
margin-bottom: 6px;
background-color: transparent;
background-position: 100px 100px;
text-indent: -9999px; font-size:0; line-height:0;
}
#site-nav-signup-wrap .header-creatives {
width: 59px;
background-position: -176px -77px;
}
#site-nav-signup-wrap .header-recruiters {
width: 67px;
background-position: -109px -77px;
}
#site-nav-signup-wrap .button-wrap .label,
#site-nav-signup-wrap .button-wrap ul {
float: left;
}
#site-nav-signup-wrap .button-wrap .label {
margin-right: 10px;
}
#site-nav-signup-wrap .button-wrap .form-item {
float: left;
margin: 0 5px 0 0;
padding-right: 5px;
border-right: 1px solid #3d3d3d;
}
#site-nav-signup-wrap .button-wrap .last {
margin: 0;
padding: 0;
border: 0;
}
#signup-create-portfolio {
height:14px;
}
#signup-create-portfolio li {
height:14px;
}
#signup-create-portfolio li div {
margin-top:-2px;
}
/* Navigation Level 1 submenus
****************************************/
#nav-site li div.nav-submenu {
display: none;
position: absolute;
z-index: 10;
width: 180px;
}
#nav-site a .fg-menu-open,
#nav-site a.hover .fg-menu-open {
background-position: -9px -418px;
}
/* Navigation Level 2
****************************************/
.nav-menu-level-2 {
height: 33px;
border-bottom: 1px solid #cdcdcd;
background-color: #f5f5f5;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.nav-menu-level-2 ul {
float: left;
}
.nav-menu-level-2 li {
position: relative;
float: left;
height: 17px;
margin: 9px 0 7px 0;
border-right: 1px solid #cdcdcd;
}
.nav-menu-level-2 li.last {
border-right: 0;
}
.nav-menu-level-2 li a {
display: block;
height: 33px;
margin-top: -9px;
padding: 0 20px 0 20px;
text-decoration: none;
}
.nav-menu-level-2 li a:hover {
text-decoration: none;
}
.nav-menu-level-2 li a .t {
float: left;
display: block;
height: 33px;
line-height: 33px;
background: transparent url(/assets/img/nav/level-2.png) no-repeat 0 33px;
text-indent: -9999px; font-size:0; line-height:0;
}
#nav-connections-11 a .t { background-position: 0 0; width: 73px; }
#nav-connections-11 a:hover .t { background-position: -73px 0; }
#nav-connections-11 a.active .t { background-position: -146px 0; }
#nav-connections-10 a .t { background-position: 0 -33px; width: 74px; }
#nav-connections-10 a:hover .t { background-position: -74px -33px; }
#nav-connections-10 a.active .t { background-position: -148px -33px; }
#nav-connections-2 a .t { background-position: 0 -66px; width: 84px; }
#nav-connections-2 a:hover .t { background-position: -84px -66px; }
#nav-connections-2 a.active .t { background-position: -168px -66px; }
#nav-connections-3 a .t { background-position: 0 -99px; width: 40px; }
#nav-connections-3 a:hover .t { background-position: -40px -99px; }
#nav-connections-3 a.active .t { background-position: -80px -99px; }
#nav-connections-5 a .t { background-position: 0 -132px; width: 52px; }
#nav-connections-5 a:hover .t { background-position: -52px -132px; }
#nav-connections-5 a.active .t { background-position: -104px -132px; }
#nav-portfolio-projects a .t { background-position: 0 -165px; width: 45px; }
#nav-portfolio-projects a:hover .t { background-position: -45px -165px; }
#nav-portfolio-projects a.active .t { background-position: -90px -165px; }
#nav-portfolio-profile a .t { background-position: 0 -198px; width: 35px; }
#nav-portfolio-profile a:hover .t { background-position: -35px -198px; }
#nav-portfolio-profile a.active .t { background-position: -70px -198px; }
#nav-portfolio-experience a .t { background-position: 0 -231px; width: 93px; }
#nav-portfolio-experience a:hover .t { background-position: -93px -231px; }
#nav-portfolio-experience a.active .t { background-position: -186px -231px; }
#nav-portfolio-promote a .t { background-position: 0 -627px; width: 111px; }
#nav-portfolio-promote a:hover .t { background-position: -111px -627px; }
#nav-portfolio-promote a.active .t { background-position: -222px -627px; }
#nav-portfolio-prosite a .t { background-position: 0 -660px; width: 46px; }
#nav-portfolio-prosite a:hover .t { background-position: -46px -660px; }
#nav-portfolio-prosite a.active .t { background-position: -92px -660px; }
#nav-portfolio-career a .t { background-position: 0 -594px; width: 88px; }
#nav-portfolio-career a:hover .t { background-position: -88px -594px; }
#nav-portfolio-career a.active .t { background-position: -176px -594px; }
#nav-home-welcome a .t { background-position: 0 -330px; width: 82px; }
#nav-home-welcome a:hover .t { background-position: -132px -330px; }
#nav-home-welcome a.active .t { background-position: -264px -330px; }
#nav-home-dashboard a .t { background-position: 0 -363px; width: 59px; }
#nav-home-dashboard a:hover .t { background-position: -59px -363px; }
#nav-home-dashboard a.active .t { background-position: -118px -363px; }
#nav-home-activity a .t { background-position: 0 -396px; width: 69px; }
#nav-home-activity a:hover .t { background-position: -69px -396px; }
#nav-home-activity a.active .t { background-position: -138px -396px; }
#nav-home-inbox a .t { background-position: 0 -429px; width: 31px; }
#nav-home-inbox a:hover .t { background-position: -81px -429px; }
#nav-home-inbox a.active .t { background-position: -162px -429px; }
#nav-home-forum a .t { background-position: 0 -462px; width: 67px; }
#nav-home-forum a:hover .t { background-position: -67px -462px; }
#nav-home-forum a.active .t { background-position: -124px -462px; }
#nav-home-list-10 a .t { background-position: 0 -33px; width: 74px; }
#nav-home-list-10 a:hover .t { background-position: -74px -33px; }
#nav-home-list-10 a.active .t { background-position: -148px -33px; }
#nav-home-profile a .t { background-position: 0 -198px; width: 35px; }
#nav-home-profile a:hover .t { background-position: -35px -198px; }
#nav-home-profile a.active .t { background-position: -70px -198px; }
#nav-home-list-4 a .t { background-position: 0 -561px; width: 61px; }
#nav-home-list-4 a:hover .t { background-position: -74px -561px; }
#nav-home-list-4 a.active .t { background-position: -148px -561px; }
/*
#nav-home-promote a .t { background-position: 0 -561px; width: 47px; }
#nav-home-promote a:hover .t { background-position: -47px -561px; }
#nav-home-promote a.active .t { background-position: -94px -561px; }
*/
.nav-menu-level-2 .nav-network-settings a .t { background-position: 0 -495px; width: 95px; }
.nav-menu-level-2 .nav-network-settings a:hover .t { background-position: -95px -495px; }
.nav-menu-level-2 .nav-network-settings a.active .t { background-position: -190px -495px; }
.nav-menu-level-2 .nav-prosite-settings a .t { background-position: 0 -528px; width: 89px; }
.nav-menu-level-2 .nav-prosite-settings a:hover .t { background-position: -89px -528px; }
.nav-menu-level-2 .nav-prosite-settings a.active .t { background-position: -178px -528px; }
/* Navigation Level 3
****************************************/
.nav-menu-level-3 {
height: 33px;
margin-bottom: 20px;
border-bottom: 1px solid #cdcdcd;
background-color: #fff;
}
.nav-menu-level-3.full-bleed {
padding: 0 20px;
}
.nav-menu-level-3.force-bleed {
margin-left: -20px;
margin-right: -20px;
padding: 0 20px;
}
.nav-menu-level-3 ul {
float: left;
}
.nav-menu-level-3 li {
position: relative;
float: left;
height: 34px;
margin-left: -1px;
padding-right: 1px;
background: #121212 url(/assets/img/nav/level-3.png) no-repeat right -528px;
}
.nav-menu-level-3 li:hover,
.na-v-menu-level-3 li a:hover {
background-color: #3d3d3d;
text-decoration: none;
}
.nav-menu-level-3 li.active {
background-color: #fff;
background-position: right -562px;
}
.nav-menu-level-3 li.first {
margin-left: 0;
}
.nav-menu-level-3 li.last {
background-position:-1px -528px;
}
.nav-menu-level-3 li a {
display: block;
height: 11px;
padding: 12px 19px 10px 20px;
background: transparent url(/assets/img/nav/level-3.png) no-repeat 0 -528px;
text-decoration: none;
}
.nav-menu-level-3 li a.active {
height: 12px;
background-position: -1px -34px;
}
.nav-menu-level-3 li.first a.active {
height: 12px;
background-position: 0 -562px;
}
.nav-menu-level-3 li.last a.active {
height: 12px;
background-position: right -562px;
}
.nav-menu-level-3 li a .t {
float: left;
display: block;
height: 11px;
font-size: 11px;
line-height: 11px;
background: transparent url(/assets/img/nav/level-3.png) no-repeat 0 34px;
text-indent: -9999px; font-size:0; line-height:0;
}
.nav-menu-level-3 .nav-view-profile a .t { background-position: 0 -68px; width: 75px; }
.nav-menu-level-3 .nav-view-profile a:hover .t { background-position: -75px -68px; }
.nav-menu-level-3 .nav-view-profile a.active .t { background-position: -150px -68px; }
.nav-menu-level-3 .nav-edit-profile a .t { background-position: 0 -79px; width: 72px; }
.nav-menu-level-3 .nav-edit-profile a:hover .t { background-position: -72px -79px; }
.nav-menu-level-3 .nav-edit-profile a.active .t { background-position: -144px -79px; }
.nav-menu-level-3 .nav-settings a .t { background-position: 0 -90px; width: 53px; }
.nav-menu-level-3 .nav-settings a:hover .t { background-position: -53px -90px; }
.nav-menu-level-3 .nav-settings a.active .t { background-position: -106px -90px; }
.nav-menu-level-3 .nav-notifications a .t { background-position: 0 -101px; width: 83px; }
.nav-menu-level-3 .nav-notifications a:hover .t { background-position: -83px -101px; }
.nav-menu-level-3 .nav-notifications a.active .t { background-position: -166px -101px; }
.nav-menu-level-3 .nav-privacy a .t { background-position: 0 -112px; width: 47px; }
.nav-menu-level-3 .nav-privacy a:hover .t { background-position: -47px -112px; }
.nav-menu-level-3 .nav-privacy a.active .t { background-position: -94px -112px; }
.nav-menu-level-3 .nav-project-promote a .t { background-position: 0 -462px; width: 53px; }
.nav-menu-level-3 .nav-project-promote a:hover .t { background-position: 0 -462px; }
.nav-menu-level-3 .nav-project-promote a.active .t { background-position: -53px -462px; }
.nav-menu-level-3 .nav-project-settings a .t { background-position: 0 -123px; width: 53px; }
.nav-menu-level-3 .nav-project-settings a:hover .t { background-position: -53px -123px; }
.nav-menu-level-3 .nav-project-settings a.active .t { background-position: -106px -123px; }
.nav-menu-level-3 .nav-content-editor a .t { background-position: 0 -134px; width: 51px; }
.nav-menu-level-3 .nav-content-editor a:hover .t { background-position: -51px -134px; }
.nav-menu-level-3 .nav-content-editor a.active .t { background-position: -102px -134px; }
.nav-menu-level-3 .nav-project-cover a .t { background-position: 0 -145px; width: 37px; }
.nav-menu-level-3 .nav-project-cover a:hover .t { background-position: -37px -145px; }
.nav-menu-level-3 .nav-project-cover a.active .t { background-position: -74px -145px; }
.nav-menu-level-3 .nav-upload-image a .t { background-position: 0 -156px; width: 81px; }
.nav-menu-level-3 .nav-upload-image a:hover .t { background-position: -81px -156px; }
.nav-menu-level-3 .nav-upload-image a.active .t { background-position: -162px -156px; }
.nav-menu-level-3 .nav-pattern-gallery a .t { background-position: 0 -167px; width: 100px; }
.nav-menu-level-3 .nav-pattern-gallery a:hover .t { background-position: -100px -167px; }
.nav-menu-level-3 .nav-pattern-gallery a.active .t { background-position: -200px -167px; }
.nav-menu-level-3 .nav-fonts a .t { background-position: -1px -178px; width: 35px; }
.nav-menu-level-3 .nav-fonts a:hover .t { background-position: -36px -178px; }
.nav-menu-level-3 .nav-fonts a.active .t { background-position: -71px -178px; }
.nav-menu-level-3 .nav-background a .t { background-position: 0 -189px; width: 75px; }
.nav-menu-level-3 .nav-background a:hover .t { background-position: -75px -189px; }
.nav-menu-level-3 .nav-background a.active .t { background-position: -150px -189px; }
.nav-menu-level-3 .nav-dividers-spacing a .t { background-position: 0 -506px; width: 112px; }
.nav-menu-level-3 .nav-dividers-spacing a:hover .t { background-position: 0 -506px; }
.nav-menu-level-3 .nav-dividers-spacing a.active .t { background-position: -112px -506px; }
.nav-menu-level-3 .nav-invite-followers a .t { background-position: 0 -473px; width: 102px; }
.nav-menu-level-3 .nav-invite-followers a:hover .t { background-position: 0 -473px; }
.nav-menu-level-3 .nav-invite-followers a.active .t { background-position: -102px -473px;}
.nav-menu-level-3 .nav-badges a .t { background-position: 0 -484px; width: 43px; }
.nav-menu-level-3 .nav-badges a:hover .t { background-position: 0 -484px; }
.nav-menu-level-3 .nav-badges a.active .t { background-position: -43px -484px; }
.nav-menu-level-3 .nav-promote-settings a .t { background-position: 0 -495px; width: 108px; }
.nav-menu-level-3 .nav-promote-settings a:hover .t { background-position: 0 -495px; }
.nav-menu-level-3 .nav-promote-settings a.active .t { background-position: -108px -495px; }
.nav-menu-level-3 .nav-direct-messages a .t { background-position: 0 -200px; width: 101px; }
.nav-menu-level-3 .nav-direct-messages a:hover .t { background-position: -101px -200px; }
.nav-menu-level-3 .nav-direct-messages a.active .t { background-position: -202px -200px; }
.nav-menu-level-3 .nav-group-messages a .t { background-position: 0 -211px; width: 100px; }
.nav-menu-level-3 .nav-group-messages a:hover .t { background-position: -100px -211px; }
.nav-menu-level-3 .nav-group-messages a.active .t { background-position: -200px -211px; }
.nav-menu-level-3 .nav-invites-requests a .t { background-position: 0 -222px; width: 114px; }
.nav-menu-level-3 .nav-invites-requests a:hover .t { background-position: -114px -222px; }
.nav-menu-level-3 .nav-invites-requests a.active .t { background-position: -228px -222px; }
.nav-menu-level-3 .nav-sent-messages a .t { background-position: 0 -233px; width: 90px; }
.nav-menu-level-3 .nav-sent-messages a:hover .t { background-position: -90px -233px; }
.nav-menu-level-3 .nav-sent-messages a.active .t { background-position: -180px -233px; }
.nav-menu-level-3 .nav-members a .t { background-position: 0 -244px; width: 55px; }
.nav-menu-level-3 .nav-members a:hover .t { background-position: -55px -244px; }
.nav-menu-level-3 .nav-members a.active .t { background-position: -110px -244px; }
.nav-menu-level-3 .nav-customize a .t { background-position: 0 -255px; width: 64px; }
.nav-menu-level-3 .nav-customize a:hover .t { background-position: -64px -255px; }
.nav-menu-level-3 .nav-customize a.active .t { background-position: -128px -255px; }
.nav-menu-level-3 .nav-invite a .t { background-position: 0 -266px; width: 35px; }
.nav-menu-level-3 .nav-invite a:hover .t { background-position: -35px -266px; }
.nav-menu-level-3 .nav-invite a.active .t { background-position: -70px -266px; }
.nav-menu-level-3 .nav-banner-image a .t { background-position: 0 -277px; width: 82px; }
.nav-menu-level-3 .nav-banner-image a:hover .t { background-position: -82px -277px; }
.nav-menu-level-3 .nav-banner-image a.active .t { background-position: -164px -277px; }
.nav-menu-level-3 .nav-group-info a .t { background-position: 0 -288px; width: 66px; }
.nav-menu-level-3 .nav-group-info a:hover .t { background-position: -66px -288px; }
.nav-menu-level-3 .nav-group-info a.active .t { background-position: -132px -288px; }
.nav-menu-level-3 .nav-upload-media a .t { background-position: 0 -299px; width: 81px; }
.nav-menu-level-3 .nav-upload-media a:hover .t { background-position: -81px -299px; }
.nav-menu-level-3 .nav-upload-media a.active .t { background-position: -162px -299px; }
.nav-menu-level-3 .nav-edit-media a .t { background-position: 0 -310px; width: 62px; }
.nav-menu-level-3 .nav-edit-media a:hover .t { background-position: -62px -310px; }
.nav-menu-level-3 .nav-edit-media a.active .t { background-position: -124px -310px; }
.nav-menu-level-3 .nav-view-work-experience a .t,
.nav-menu-level-3 .nav-view-work-experience a:hover .t { background-position: 0 -321px; width: 132px; }
.nav-menu-level-3 .nav-view-work-experience a.active .t { background-position: -132px -321px; }
.nav-menu-level-3 .nav-edit-work-experience a .t,
.nav-menu-level-3 .nav-edit-work-experience a:hover .t { background-position: 0 -332px; width: 129px; }
.nav-menu-level-3 .nav-edit-work-experience a.active .t { background-position: -129px -332px; }
.nav-menu-level-3 .nav-listings a .t,
.nav-menu-level-3 .nav-listings a:hover .t { background-position: 0 -387px; width: 45px; }
.nav-menu-level-3 .nav-listings a.active .t { background-position: -45px -387px; }
.nav-menu-level-3 .nav-company-directory a .t,
.nav-menu-level-3 .nav-company-directory a:hover .t { background-position: 0 -420px; width: 118px; }
.nav-menu-level-3 .nav-company-directory a.active .t { background-position: -118px -420px; }
.nav-menu-level-3 .nav-alerts a .t,
.nav-menu-level-3 .nav-alerts a:hover .t { background-position: 0 -398px; width: 61px; }
.nav-menu-level-3 .nav-alerts a.active .t { background-position: -61px -398px; }
.nav-menu-level-3 .nav-applied a .t,
.nav-menu-level-3 .nav-applied a:hover .t { background-position: 0 -409px; width: 45px; }
.nav-menu-level-3 .nav-applied a.active .t { background-position: -45px -409px; }
.nav-menu-level-3 .nav-welcome a .t,
.nav-menu-level-3 .nav-welcome a:hover .t { background-position: 0 -431px; width: 98px; }
.nav-menu-level-3 .nav-welcome a.active .t { background-position: -98px -431px }
.nav-menu-level-3 .nav-my_jobs a .t,
.nav-menu-level-3 .nav-my_jobs a:hover .t { background-position: 0 -343px; width: 49px; }
.nav-menu-level-3 .nav-my_jobs a.active .t { background-position: -49px -343px; }
.nav-menu-level-3 .nav-billing a .t,
.nav-menu-level-3 .nav-billing a:hover .t { background-position: 0 -365px; width: 42px; }
.nav-menu-level-3 .nav-billing a.active .t { background-position: -42px -365px; }
.nav-menu-level-3 .nav-recruiter_settings a .t,
.nav-menu-level-3 .nav-recruiter_settings a:hover .t { background-position: 0 -376px; width: 108px; }
.nav-menu-level-3 .nav-recruiter_settings a.active .t { background-position: -108px -376px; }
.nav-menu-level-3 .nav-recruiter_profile a .t,
.nav-menu-level-3 .nav-recruiter_profile a:hover .t { background-position: 0 -354px; width: 109px; }
.nav-menu-level-3 .nav-recruiter_profile a.active .t { background-position: -109px -354px;; }
.nav-menu-level-3 .nav-my_products a .t,
.nav-menu-level-3 .nav-my_products a:hover .t { background-position: 0 -517px; width: 78px; }
.nav-menu-level-3 .nav-my_products a.active .t { background-position: -86px -517px; }
.nav-menu-level-3.nav-small {
height: 27px;
margin-bottom: 0;
}
.nav-menu-level-3.nav-small li {
height: 27px;
border-bottom: 1px solid #cdcdcd;
}
.nav-menu-level-3.nav-small li.active {
height: 28px;
border-bottom: 0;
}
.nav-menu-level-3.nav-small li.first {
margin-left: 0;
}
.nav-menu-level-3.nav-small li a {
height: 9px;
padding: 11px 19px 7px 20px;
}
.nav-menu-level-3.nav-small li a.active {
height: 10px;
}
.nav-menu-level-3.nav-small li a .t {
height: 9px;
font-size: 9px;
line-height: 9px;
}
.nav-menu-level-3.nav-small .nav-individuals a .t { background-position: -200px -112px; width: 56px; }
.nav-menu-level-3.nav-small .nav-individuals a:hover .t { background-position: -256px -112px; }
.nav-menu-level-3.nav-small .nav-individuals a.active .t { background-position: -312px -112px; }
.nav-menu-level-3.nav-small .nav-groups a .t { background-position: -200px -121px; width: 36px; }
.nav-menu-level-3.nav-small .nav-groups a:hover .t { background-position: -236px -121px; }
.nav-menu-level-3.nav-small .nav-groups a.active .t { background-position: -272px -121px; }
/* Navigation close icon
****************************************/
.nav-menu-level-2 .close,
.nav-menu-level-3 .close {
float: left;
display: block;
width: 14px;
height: 14px;
margin: 10px -10px 0 10px;
text-indent: -9999px; font-size:0; line-height:0;
background-color: transparent;
background-position: -325px -93px;
}
.nav-menu-level-2 .close:hover,
.nav-menu-level-3 .close:hover {
background-position: -339px -93px;
}
/* Navigation info bubbles
****************************************/
.nav-menu-level-2 .info,
.nav-menu-level-3 .info {
float: right;
height: 12px;
margin: 0 -5px 0 10px;
padding: 3px 5px;
font-size: 11px;
line-height: 12px;
background-color: #1bbf00;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.nav-menu-level-2 .info {
margin-top: 7px;
}
.nav-menu-level-3 .info {
margin-top:-4px;
}
.nav-menu-level-2 .info,
.nav-menu-level-3 .info {
background-color: #1bbf00;
}
.nav-menu-level-2 #nav-home-inbox .info,
.nav-menu-level-3#nav-inbox .info {
background: transparent url(/assets/img/inbox/inbox-gradients.png) repeat-x 0 -18px;
color: #3b3b3b;
}
.nav-menu-level-2 #nav-home-inbox .info {
background-position: 0 -36px;
}
.nav-menu-level-2 #nav-home-inbox .info.active {
background-position: 0 0;
color: #FFF;
}
.nav-menu-level-3#nav-inbox .info {
background-position: 0 0;
color: #FFF;
}
.nav-menu-level-3#nav-inbox .info.active {
background-position: 0 -18px;
color: #3b3b3b;
}
.nav-menu-level-2 #nav-home-inbox .info {
border: solid 1px #CDCDCD;
color: #EF1306;
}
/* Navigation Level 4
****************************************/
.nav-menu-level-4 {
height: 29px;
border: 1px solid #cdcdcd;
border-top: 0;
background-color: #fff;
margin: -20px 0 20px;
padding: 20px 30px 20px 18px;
background: #efefef;
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
background:-moz-linear-gradient(center top , #fff, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#E9E9E9');
}
.nav-menu-level-4 ul {
float: left;
margin-top: 15px;
border-top: 1px solid #cdcdcd;
}
.nav-menu-level-4 li {
float: left;
margin: -15px 10px 0 0;
}
.nav-menu-level-4 li.last {
margin-right: -10px;
}
.nav-menu-level-4 li a {
display: block;
height: 29px;
line-height: 29px;
text-indent: -9999px; font-size:0; line-height:0;
background: transparent url(/assets/img/nav/level-4.png) no-repeat 0 29px;
}
#nav-project_editor_settings_steps .nav-details a { background-position: 0 0; width: 80px; }
#nav-project_editor_settings_steps .nav-details a:hover { background-position: -80px 0; }
#nav-project_editor_settings_steps .nav-details a.active { background-position: -160px 0; }
#nav-project_editor_settings_steps .nav-details a.completed { background-position: -240px 0; }
#nav-project_editor_settings_steps .nav-copyright a { background-position: 0 -29px; width: 95px; }
#nav-project_editor_settings_steps .nav-copyright a:hover { background-position: -95px -29px; }
#nav-project_editor_settings_steps .nav-copyright a.active { background-position: -190px -29px; }
#nav-project_editor_settings_steps .nav-copyright a.completed { background-position: -285px -29px; }
#nav-project_editor_settings_steps .nav-extra-info a { background-position: 0 -58px; width: 95px; }
#nav-project_editor_settings_steps .nav-extra-info a:hover { background-position: -95px -58px; }
#nav-project_editor_settings_steps .nav-extra-info a.active { background-position: -190px -58px; }
#nav-project_editor_settings_steps .nav-extra-info a.completed { background-position: -285px -58px; }
#nav-project_editor_settings_steps .nav-ownership a { background-position: 0 -87px; width: 99px; }
#nav-project_editor_settings_steps .nav-ownership a:hover { background-position: -99px -87px; }
#nav-project_editor_settings_steps .nav-ownership a.active { background-position: -198px -87px; }
#nav-project_editor_settings_steps .nav-ownership a.completed { background-position: -297px -87px; }
#nav-project_editor_settings_steps .nav-publish a { background-position: 0 -116px; width: 140px; }
#nav-project_editor_settings_steps .nav-publish a:hover { background-position: -140px -116px; }
#nav-project_editor_settings_steps .nav-publish a.active { background-position: -280px -116px; }
#nav-project_editor_settings_steps .nav-publish a.completed { background-position: -420px -116px; }
#nav-project_editor_settings_steps .nav-publish a.glow { background-position: -560px -113px; }
#nav-project_editor_settings_steps .nav-publish a.glow:hover{ background-position: -708px -113px; }
#nav-project_editor_settings_steps .nav-publish a { background-position: 0 -116px; width: 83px; }
#nav-project_editor_settings_steps .nav-publish a:hover { background-position: -83px -116px; }
#nav-project_editor_settings_steps .nav-publish a.active { background-position: -166px -116px; }
#nav-project_editor_settings_steps .nav-publish a.completed { background-position: -252px -116px; }
#nav-project_editor_settings_steps .nav-publish a.glow { background-position: -403px -113px; }
#nav-project_editor_settings_steps .nav-publish a.glow:hover{ background-position: -494px -113px; }
#nav-profile_editor_steps .nav-basic-info a { background-position: 0 -145px; width: 95px; }
#nav-profile_editor_steps .nav-basic-info a:hover { background-position: -95px -145px; }
#nav-profile_editor_steps .nav-basic-info a.active { background-position: -190px -145px; }
#nav-profile_editor_steps .nav-basic-info a.completed { background-position: -285px -145px; }
#nav-profile_editor_steps .nav-about a { background-position: 0 -174px; width: 94px; }
#nav-profile_editor_steps .nav-about a:hover { background-position: -94px -174px; }
#nav-profile_editor_steps .nav-about a.active { background-position: -188px -174px; }
#nav-profile_editor_steps .nav-about a.completed { background-position: -282px -174px; }
#nav-profile_editor_steps .nav-customize a { background-position: 0 -203px; width: 97px; }
#nav-profile_editor_steps .nav-customize a:hover { background-position: -97px -203px; }
#nav-profile_editor_steps .nav-customize a.active { background-position: -194px -203px; }
#nav-profile_editor_steps .nav-customize a.completed { background-position: -291px -203px; }
#nav-profile_editor_steps .nav-my-networks a { background-position: 0 -232px; width: 111px; }
#nav-profile_editor_steps .nav-my-networks a:hover { background-position: -111px -232px; }
#nav-profile_editor_steps .nav-my-networks a.active { background-position: -222px -232px; }
#nav-profile_editor_steps .nav-my-networks a.completed { background-position: -333px -232px; }
#nav-group_editor_create .nav-basic-info a { background-position: 0 -145px; width: 95px; }
#nav-group_editor_create .nav-basic-info a:hover { background-position: -95px -145px; }
#nav-group_editor_create .nav-basic-info a.active { background-position: -190px -145px; }
#nav-group_editor_create .nav-basic-info a.completed { background-position: -285px -145px; }
#nav-group_editor_create .nav-banner-image a { background-position: 0 -261px; width: 115px; }
#nav-group_editor_create .nav-banner-image a:hover { background-position: -115px -261px; }
#nav-group_editor_create .nav-banner-image a.active { background-position: -230px -261px; }
#nav-group_editor_create .nav-banner-image a.completed { background-position: -345px -261px; }
#nav-group_editor_create .nav-invite-creatives a { background-position: 0 -290px; width: 122px; }
#nav-group_editor_create .nav-invite-creatives a:hover { background-position: -122px -290px; }
#nav-group_editor_create .nav-invite-creatives a.active { background-position: -244px -290px; }
#nav-group_editor_create .nav-invite-creatives a.completed { background-position: -366px -290px; }
#nav-group_editor_create .nav-customize a { background-position: 0 -319px; width: 97px; }
#nav-group_editor_create .nav-customize a:hover { background-position: -97px -319px; }
#nav-group_editor_create .nav-customize a.active { background-position: -194px -319px; }
#nav-group_editor_create .nav-customize a.completed { background-position: -291px -319px; }
#nav-recruiter_jobeditor.nav-menu-level-4 li a {
background-image: url(/assets/img/recruiter/level-4-bg.png);
}
#nav-recruiter_jobeditor .nav-description a { background-position: 0px 0px; width: 102px; }
#nav-recruiter_jobeditor .nav-description a:hover { background-position: -102px -0px; }
#nav-recruiter_jobeditor .nav-description a.active { background-position: -204px -0px; }
#nav-recruiter_jobeditor .nav-description a.completed { background-position: -306px -0px; }
#nav-recruiter_jobeditor .nav-media a { background-position: 0 -29px; width: 76px; }
#nav-recruiter_jobeditor .nav-media a:hover { background-position: -76px -29px; }
#nav-recruiter_jobeditor .nav-media a.active { background-position: -152px -29px; }
#nav-recruiter_jobeditor .nav-media a.completed { background-position: -228px -29px; }
#nav-recruiter_jobeditor .nav-preview a { background-position: 0 -58px; width: 86px; }
#nav-recruiter_jobeditor .nav-preview a:hover { background-position: -86px -58px; }
#nav-recruiter_jobeditor .nav-preview a.active { background-position: -172px -58px; }
#nav-recruiter_jobeditor .nav-preview a.completed { background-position: -158px -58px; }
#nav-recruiter_jobeditor .nav-publish a { background-position: 0 -87px; width: 83px; }
#nav-recruiter_jobeditor .nav-publish a:hover { background-position: -83px -87px; }
#nav-recruiter_jobeditor .nav-publish a.active { background-position: -166px -87px; }
#nav-recruiter_jobeditor .nav-publish a.completed { background-position: -149px -87px; }
/* Signup tunnel breadcrumbs
****************************************/
.portfolio-profile-tunnel #breadcrumbs-tunnel-wrap,
.portfolio-profile-tunnel #breadcrumbs-tunnel {
width: 990px;
height: 41px;
margin: -21px -20px 20px -20px;
background: transparent url(/assets/img/nav/signup.png) no-repeat 0 0;
}
.portfolio-profile-tunnel.portfolio-profile-tunnel-ccn #breadcrumbs-tunnel {
background: transparent url(/assets/img/nav/signup-ccn.png) no-repeat 0 0;
width:492px;
}
.portfolio-profile-tunnel #breadcrumbs-tunnel {
width: 450px;
margin: 0;
}
.portfolio-profile-tunnel-role-1 #info-container #breadcrumbs-tunnel { background-position: 0 -41px; }
.portfolio-profile-tunnel-role-1 #about-container #breadcrumbs-tunnel { background-position: 0 -82px; }
.portfolio-profile-tunnel-role-1 #final-container #breadcrumbs-tunnel { background-position: 0 -123px; }
.portfolio-profile-tunnel-role-2 #info-container #breadcrumbs-tunnel { background-position: -450px -41px; }
.portfolio-profile-tunnel-role-2 #about-container #breadcrumbs-tunnel { background-position: -450px -82px; }
.portfolio-profile-tunnel-role-2 #final-container #breadcrumbs-tunnel { background-position: -450px -123px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #info-container #breadcrumbs-tunnel { background-position: 0 1px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #about-container #breadcrumbs-tunnel { background-position: 0 -41px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #special-container #breadcrumbs-tunnel { background-position: 0 -83px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #final-container #breadcrumbs-tunnel { background-position: 0 -125px; }
|
sandbox/loader/undefundefundef_files/nav.css
|
****************************************/
#nav-menu-level-1-wrap {
position: relative;
z-index: 499;
width: 990px;
}
#nav-menu-level-1-wrap .form-site-search-wrap {
position: absolute;
right: 10px;
top: 13px;
z-index: 21;
}
#nav-menu-level-1-wrap .form-search {
width: 124px;
}
#nav-site,
#nav-site a.nav-link, #site-nav-signup-section-creatives, #site-nav-signup-section-recruiters, #site-nav-signup-wrap {
background: transparent url(/assets/img/nav/level-1.png) no-repeat 0 0;
}
#nav-site {
position: relative;
width: 990px;
height: 48px;
z-index: 20;
}
#nav-site ul,
#nav-site li {
float: left;
}
#nav-site .nav-submenu ul, #nav-site .nav-submenu li {
float: none;
}
#nav-site a.nav-link {
position: relative;
display: block;
height: 48px;
background-position: 0 48px;
line-height: 48px;
text-indent: -9999px; font-size:0; line-height:0;
text-transform: uppercase;
z-index: 21;
}
#nav-site .nav-link.nav-link-2 { background-image: none; position: auto; width: auto; height: auto; line-height: auto; }
#nav-site-gallery a.nav-link { background-position: 0 -48px; width: 90px; }
#nav-site-gallery a.active { background-position: 0 -144px; }
#nav-site-gallery a.nav-link:hover, #nav-site-gallery.hovermenu-hover a.nav-link { background-position: 0 -96px; }
#nav-site-home a.nav-link { background-position: -90px -48px; width: 93px; }
#nav-site-home a.active { background-position: -90px -144px; }
#nav-site-home a.nav-link:hover, #nav-site-home.hovermenu-hover a.nav-link { background-position: -90px -96px; }
#nav-site-portfolio a.nav-link { background-position: -183px -48px; width: 102px; }
#nav-site-portfolio a.active { background-position: -183px -144px; }
#nav-site-portfolio a.nav-link:hover, #nav-site-portfolio.hovermenu-hover a.nav-link { background-position: -183px -96px; }
#nav-site-connections a.nav-link { background-position: -285px -48px; width: 120px; }
#nav-site-connections a.active { background-position: -285px -144px; }
#nav-site-connections a.nav-link:hover, #nav-site-connections.hovermenu-hover a.nav-link { background-position: -285px -96px; }
#nav-site-competitions a.nav-link { background-position: -405px -48px; width: 124px; }
#nav-site-competitions a.active { background-position: -405px -144px; }
#nav-site-competitions a.nav-link:hover, #nav-site-competitions.hovermenu-hover a.nav-link { background-position: -405px -96px; }
#nav-site-jobs a.nav-link { background-position: -529px -48px; width: 69px; }
#nav-site-jobs a.active { background-position: -529px -144px; }
#nav-site-jobs a.nav-link:hover, #nav-site-jobs.hovermenu-hover a.nav-link { background-position: -529px -96px; }
#nav-site-tools a.nav-link { background-position: -598px -48px; width: 77px; }
#nav-site-tools a.active { background-position: -598px -144px; }
#nav-site-tools a.nav-link:hover, #nav-site-tools.hovermenu-hover a.nav-link { background-position: -598px -96px; }
#nav-site-more a.nav-link { background-position: -675px -48px; width: 73px; }
#nav-site-more a.active { background-position: -675px -144px; }
#nav-site-more a.nav-link:hover, #nav-site-more.hovermenu-hover a.nav-link { background-position: -675px -96px; }
#nav-site .nav-red { color: #FF0000; }
#nav-site .fg-menu li:hover .nav-red { color: #FFF; }
#nav-site .nav-submenu .nav-submenu-shortcut a { background-image: none; }
#nav-site .nav-submenu .nav-submenu-shortcut a:hover {
background: #03b7f9;
background: -moz-linear-gradient(top center, #00a4fd, #216dec);
background: -webkit-gradient(linear, left top,left bottom, from(#00a4fd), to(#216dec));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00a4fd, endColorStr=#216dec);
}
#nav-site .nav-submenu-shortcut a{ background-color: #3b3b3b; }
#nav-site .nav-submenu-shortcut-first a { border-top: solid 1px #6d6d6d; }
#nav-site .nav-submenu-shortcut-last a {
margin-bottom: -5px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-o-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
#nav-site .arrow {
position: absolute;
right: 7px;
top: 20px;
width: 9px;
height: 9px;
background-position: 9px -418px;
}
#nav-site .hovermenu-hover .arrow,
#nav-site a:hover .arrow {
background-position: 0 -418px;
}
#nav-signup-creatives {
width: 210px;
}
#nav-signup-recruiters {
width: 223px;
}
#site-nav-signup-wrap {
position: absolute;
right: 3px;
top: 0;
color: #e0e0e0;
z-index: 21;
}
#site-nav-signup-wrap .site-nav-signup-section-background {
background: transparent url(/assets/img/nav/level-1.png) no-repeat 0 0;
background-position: -89px -145px;
color: #e0e0e0;
float: left;
}
#site-nav-signup-section-creatives {
height: 48px;
padding: 0 9px 0 10px;
margin-left:1px;
}
#site-nav-signup-section-recruiters {
height: 48px;
padding: 0 7px 0 10px;
margin-left:1px;
}
#site-nav-signup-wrap .header {
display: block;
height: 16px;
margin-bottom: 6px;
background-color: transparent;
background-position: 100px 100px;
text-indent: -9999px; font-size:0; line-height:0;
}
#site-nav-signup-wrap .header-creatives {
width: 59px;
background-position: -176px -77px;
}
#site-nav-signup-wrap .header-recruiters {
width: 67px;
background-position: -109px -77px;
}
#site-nav-signup-wrap .button-wrap .label,
#site-nav-signup-wrap .button-wrap ul {
float: left;
}
#site-nav-signup-wrap .button-wrap .label {
margin-right: 10px;
}
#site-nav-signup-wrap .button-wrap .form-item {
float: left;
margin: 0 5px 0 0;
padding-right: 5px;
border-right: 1px solid #3d3d3d;
}
#site-nav-signup-wrap .button-wrap .last {
margin: 0;
padding: 0;
border: 0;
}
#signup-create-portfolio {
height:14px;
}
#signup-create-portfolio li {
height:14px;
}
#signup-create-portfolio li div {
margin-top:-2px;
}
/* Navigation Level 1 submenus
****************************************/
#nav-site li div.nav-submenu {
display: none;
position: absolute;
z-index: 10;
width: 180px;
}
#nav-site a .fg-menu-open,
#nav-site a.hover .fg-menu-open {
background-position: -9px -418px;
}
/* Navigation Level 2
****************************************/
.nav-menu-level-2 {
height: 33px;
border-bottom: 1px solid #cdcdcd;
background-color: #f5f5f5;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.nav-menu-level-2 ul {
float: left;
}
.nav-menu-level-2 li {
position: relative;
float: left;
height: 17px;
margin: 9px 0 7px 0;
border-right: 1px solid #cdcdcd;
}
.nav-menu-level-2 li.last {
border-right: 0;
}
.nav-menu-level-2 li a {
display: block;
height: 33px;
margin-top: -9px;
padding: 0 20px 0 20px;
text-decoration: none;
}
.nav-menu-level-2 li a:hover {
text-decoration: none;
}
.nav-menu-level-2 li a .t {
float: left;
display: block;
height: 33px;
line-height: 33px;
background: transparent url(/assets/img/nav/level-2.png) no-repeat 0 33px;
text-indent: -9999px; font-size:0; line-height:0;
}
#nav-connections-11 a .t { background-position: 0 0; width: 73px; }
#nav-connections-11 a:hover .t { background-position: -73px 0; }
#nav-connections-11 a.active .t { background-position: -146px 0; }
#nav-connections-10 a .t { background-position: 0 -33px; width: 74px; }
#nav-connections-10 a:hover .t { background-position: -74px -33px; }
#nav-connections-10 a.active .t { background-position: -148px -33px; }
#nav-connections-2 a .t { background-position: 0 -66px; width: 84px; }
#nav-connections-2 a:hover .t { background-position: -84px -66px; }
#nav-connections-2 a.active .t { background-position: -168px -66px; }
#nav-connections-3 a .t { background-position: 0 -99px; width: 40px; }
#nav-connections-3 a:hover .t { background-position: -40px -99px; }
#nav-connections-3 a.active .t { background-position: -80px -99px; }
#nav-connections-5 a .t { background-position: 0 -132px; width: 52px; }
#nav-connections-5 a:hover .t { background-position: -52px -132px; }
#nav-connections-5 a.active .t { background-position: -104px -132px; }
#nav-portfolio-projects a .t { background-position: 0 -165px; width: 45px; }
#nav-portfolio-projects a:hover .t { background-position: -45px -165px; }
#nav-portfolio-projects a.active .t { background-position: -90px -165px; }
#nav-portfolio-profile a .t { background-position: 0 -198px; width: 35px; }
#nav-portfolio-profile a:hover .t { background-position: -35px -198px; }
#nav-portfolio-profile a.active .t { background-position: -70px -198px; }
#nav-portfolio-experience a .t { background-position: 0 -231px; width: 93px; }
#nav-portfolio-experience a:hover .t { background-position: -93px -231px; }
#nav-portfolio-experience a.active .t { background-position: -186px -231px; }
#nav-portfolio-promote a .t { background-position: 0 -627px; width: 111px; }
#nav-portfolio-promote a:hover .t { background-position: -111px -627px; }
#nav-portfolio-promote a.active .t { background-position: -222px -627px; }
#nav-portfolio-prosite a .t { background-position: 0 -660px; width: 46px; }
#nav-portfolio-prosite a:hover .t { background-position: -46px -660px; }
#nav-portfolio-prosite a.active .t { background-position: -92px -660px; }
#nav-portfolio-career a .t { background-position: 0 -594px; width: 88px; }
#nav-portfolio-career a:hover .t { background-position: -88px -594px; }
#nav-portfolio-career a.active .t { background-position: -176px -594px; }
#nav-home-welcome a .t { background-position: 0 -330px; width: 82px; }
#nav-home-welcome a:hover .t { background-position: -132px -330px; }
#nav-home-welcome a.active .t { background-position: -264px -330px; }
#nav-home-dashboard a .t { background-position: 0 -363px; width: 59px; }
#nav-home-dashboard a:hover .t { background-position: -59px -363px; }
#nav-home-dashboard a.active .t { background-position: -118px -363px; }
#nav-home-activity a .t { background-position: 0 -396px; width: 69px; }
#nav-home-activity a:hover .t { background-position: -69px -396px; }
#nav-home-activity a.active .t { background-position: -138px -396px; }
#nav-home-inbox a .t { background-position: 0 -429px; width: 31px; }
#nav-home-inbox a:hover .t { background-position: -81px -429px; }
#nav-home-inbox a.active .t { background-position: -162px -429px; }
#nav-home-forum a .t { background-position: 0 -462px; width: 67px; }
#nav-home-forum a:hover .t { background-position: -67px -462px; }
#nav-home-forum a.active .t { background-position: -124px -462px; }
#nav-home-list-10 a .t { background-position: 0 -33px; width: 74px; }
#nav-home-list-10 a:hover .t { background-position: -74px -33px; }
#nav-home-list-10 a.active .t { background-position: -148px -33px; }
#nav-home-profile a .t { background-position: 0 -198px; width: 35px; }
#nav-home-profile a:hover .t { background-position: -35px -198px; }
#nav-home-profile a.active .t { background-position: -70px -198px; }
#nav-home-list-4 a .t { background-position: 0 -561px; width: 61px; }
#nav-home-list-4 a:hover .t { background-position: -74px -561px; }
#nav-home-list-4 a.active .t { background-position: -148px -561px; }
/*
#nav-home-promote a .t { background-position: 0 -561px; width: 47px; }
#nav-home-promote a:hover .t { background-position: -47px -561px; }
#nav-home-promote a.active .t { background-position: -94px -561px; }
*/
.nav-menu-level-2 .nav-network-settings a .t { background-position: 0 -495px; width: 95px; }
.nav-menu-level-2 .nav-network-settings a:hover .t { background-position: -95px -495px; }
.nav-menu-level-2 .nav-network-settings a.active .t { background-position: -190px -495px; }
.nav-menu-level-2 .nav-prosite-settings a .t { background-position: 0 -528px; width: 89px; }
.nav-menu-level-2 .nav-prosite-settings a:hover .t { background-position: -89px -528px; }
.nav-menu-level-2 .nav-prosite-settings a.active .t { background-position: -178px -528px; }
/* Navigation Level 3
****************************************/
.nav-menu-level-3 {
height: 33px;
margin-bottom: 20px;
border-bottom: 1px solid #cdcdcd;
background-color: #fff;
}
.nav-menu-level-3.full-bleed {
padding: 0 20px;
}
.nav-menu-level-3.force-bleed {
margin-left: -20px;
margin-right: -20px;
padding: 0 20px;
}
.nav-menu-level-3 ul {
float: left;
}
.nav-menu-level-3 li {
position: relative;
float: left;
height: 34px;
margin-left: -1px;
padding-right: 1px;
background: #121212 url(/assets/img/nav/level-3.png) no-repeat right -528px;
}
.nav-menu-level-3 li:hover,
.na-v-menu-level-3 li a:hover {
background-color: #3d3d3d;
text-decoration: none;
}
.nav-menu-level-3 li.active {
background-color: #fff;
background-position: right -562px;
}
.nav-menu-level-3 li.first {
margin-left: 0;
}
.nav-menu-level-3 li.last {
background-position:-1px -528px;
}
.nav-menu-level-3 li a {
display: block;
height: 11px;
padding: 12px 19px 10px 20px;
background: transparent url(/assets/img/nav/level-3.png) no-repeat 0 -528px;
text-decoration: none;
}
.nav-menu-level-3 li a.active {
height: 12px;
background-position: -1px -34px;
}
.nav-menu-level-3 li.first a.active {
height: 12px;
background-position: 0 -562px;
}
.nav-menu-level-3 li.last a.active {
height: 12px;
background-position: right -562px;
}
.nav-menu-level-3 li a .t {
float: left;
display: block;
height: 11px;
font-size: 11px;
line-height: 11px;
background: transparent url(/assets/img/nav/level-3.png) no-repeat 0 34px;
text-indent: -9999px; font-size:0; line-height:0;
}
.nav-menu-level-3 .nav-view-profile a .t { background-position: 0 -68px; width: 75px; }
.nav-menu-level-3 .nav-view-profile a:hover .t { background-position: -75px -68px; }
.nav-menu-level-3 .nav-view-profile a.active .t { background-position: -150px -68px; }
.nav-menu-level-3 .nav-edit-profile a .t { background-position: 0 -79px; width: 72px; }
.nav-menu-level-3 .nav-edit-profile a:hover .t { background-position: -72px -79px; }
.nav-menu-level-3 .nav-edit-profile a.active .t { background-position: -144px -79px; }
.nav-menu-level-3 .nav-settings a .t { background-position: 0 -90px; width: 53px; }
.nav-menu-level-3 .nav-settings a:hover .t { background-position: -53px -90px; }
.nav-menu-level-3 .nav-settings a.active .t { background-position: -106px -90px; }
.nav-menu-level-3 .nav-notifications a .t { background-position: 0 -101px; width: 83px; }
.nav-menu-level-3 .nav-notifications a:hover .t { background-position: -83px -101px; }
.nav-menu-level-3 .nav-notifications a.active .t { background-position: -166px -101px; }
.nav-menu-level-3 .nav-privacy a .t { background-position: 0 -112px; width: 47px; }
.nav-menu-level-3 .nav-privacy a:hover .t { background-position: -47px -112px; }
.nav-menu-level-3 .nav-privacy a.active .t { background-position: -94px -112px; }
.nav-menu-level-3 .nav-project-promote a .t { background-position: 0 -462px; width: 53px; }
.nav-menu-level-3 .nav-project-promote a:hover .t { background-position: 0 -462px; }
.nav-menu-level-3 .nav-project-promote a.active .t { background-position: -53px -462px; }
.nav-menu-level-3 .nav-project-settings a .t { background-position: 0 -123px; width: 53px; }
.nav-menu-level-3 .nav-project-settings a:hover .t { background-position: -53px -123px; }
.nav-menu-level-3 .nav-project-settings a.active .t { background-position: -106px -123px; }
.nav-menu-level-3 .nav-content-editor a .t { background-position: 0 -134px; width: 51px; }
.nav-menu-level-3 .nav-content-editor a:hover .t { background-position: -51px -134px; }
.nav-menu-level-3 .nav-content-editor a.active .t { background-position: -102px -134px; }
.nav-menu-level-3 .nav-project-cover a .t { background-position: 0 -145px; width: 37px; }
.nav-menu-level-3 .nav-project-cover a:hover .t { background-position: -37px -145px; }
.nav-menu-level-3 .nav-project-cover a.active .t { background-position: -74px -145px; }
.nav-menu-level-3 .nav-upload-image a .t { background-position: 0 -156px; width: 81px; }
.nav-menu-level-3 .nav-upload-image a:hover .t { background-position: -81px -156px; }
.nav-menu-level-3 .nav-upload-image a.active .t { background-position: -162px -156px; }
.nav-menu-level-3 .nav-pattern-gallery a .t { background-position: 0 -167px; width: 100px; }
.nav-menu-level-3 .nav-pattern-gallery a:hover .t { background-position: -100px -167px; }
.nav-menu-level-3 .nav-pattern-gallery a.active .t { background-position: -200px -167px; }
.nav-menu-level-3 .nav-fonts a .t { background-position: -1px -178px; width: 35px; }
.nav-menu-level-3 .nav-fonts a:hover .t { background-position: -36px -178px; }
.nav-menu-level-3 .nav-fonts a.active .t { background-position: -71px -178px; }
.nav-menu-level-3 .nav-background a .t { background-position: 0 -189px; width: 75px; }
.nav-menu-level-3 .nav-background a:hover .t { background-position: -75px -189px; }
.nav-menu-level-3 .nav-background a.active .t { background-position: -150px -189px; }
.nav-menu-level-3 .nav-dividers-spacing a .t { background-position: 0 -506px; width: 112px; }
.nav-menu-level-3 .nav-dividers-spacing a:hover .t { background-position: 0 -506px; }
.nav-menu-level-3 .nav-dividers-spacing a.active .t { background-position: -112px -506px; }
.nav-menu-level-3 .nav-invite-followers a .t { background-position: 0 -473px; width: 102px; }
.nav-menu-level-3 .nav-invite-followers a:hover .t { background-position: 0 -473px; }
.nav-menu-level-3 .nav-invite-followers a.active .t { background-position: -102px -473px;}
.nav-menu-level-3 .nav-badges a .t { background-position: 0 -484px; width: 43px; }
.nav-menu-level-3 .nav-badges a:hover .t { background-position: 0 -484px; }
.nav-menu-level-3 .nav-badges a.active .t { background-position: -43px -484px; }
.nav-menu-level-3 .nav-promote-settings a .t { background-position: 0 -495px; width: 108px; }
.nav-menu-level-3 .nav-promote-settings a:hover .t { background-position: 0 -495px; }
.nav-menu-level-3 .nav-promote-settings a.active .t { background-position: -108px -495px; }
.nav-menu-level-3 .nav-direct-messages a .t { background-position: 0 -200px; width: 101px; }
.nav-menu-level-3 .nav-direct-messages a:hover .t { background-position: -101px -200px; }
.nav-menu-level-3 .nav-direct-messages a.active .t { background-position: -202px -200px; }
.nav-menu-level-3 .nav-group-messages a .t { background-position: 0 -211px; width: 100px; }
.nav-menu-level-3 .nav-group-messages a:hover .t { background-position: -100px -211px; }
.nav-menu-level-3 .nav-group-messages a.active .t { background-position: -200px -211px; }
.nav-menu-level-3 .nav-invites-requests a .t { background-position: 0 -222px; width: 114px; }
.nav-menu-level-3 .nav-invites-requests a:hover .t { background-position: -114px -222px; }
.nav-menu-level-3 .nav-invites-requests a.active .t { background-position: -228px -222px; }
.nav-menu-level-3 .nav-sent-messages a .t { background-position: 0 -233px; width: 90px; }
.nav-menu-level-3 .nav-sent-messages a:hover .t { background-position: -90px -233px; }
.nav-menu-level-3 .nav-sent-messages a.active .t { background-position: -180px -233px; }
.nav-menu-level-3 .nav-members a .t { background-position: 0 -244px; width: 55px; }
.nav-menu-level-3 .nav-members a:hover .t { background-position: -55px -244px; }
.nav-menu-level-3 .nav-members a.active .t { background-position: -110px -244px; }
.nav-menu-level-3 .nav-customize a .t { background-position: 0 -255px; width: 64px; }
.nav-menu-level-3 .nav-customize a:hover .t { background-position: -64px -255px; }
.nav-menu-level-3 .nav-customize a.active .t { background-position: -128px -255px; }
.nav-menu-level-3 .nav-invite a .t { background-position: 0 -266px; width: 35px; }
.nav-menu-level-3 .nav-invite a:hover .t { background-position: -35px -266px; }
.nav-menu-level-3 .nav-invite a.active .t { background-position: -70px -266px; }
.nav-menu-level-3 .nav-banner-image a .t { background-position: 0 -277px; width: 82px; }
.nav-menu-level-3 .nav-banner-image a:hover .t { background-position: -82px -277px; }
.nav-menu-level-3 .nav-banner-image a.active .t { background-position: -164px -277px; }
.nav-menu-level-3 .nav-group-info a .t { background-position: 0 -288px; width: 66px; }
.nav-menu-level-3 .nav-group-info a:hover .t { background-position: -66px -288px; }
.nav-menu-level-3 .nav-group-info a.active .t { background-position: -132px -288px; }
.nav-menu-level-3 .nav-upload-media a .t { background-position: 0 -299px; width: 81px; }
.nav-menu-level-3 .nav-upload-media a:hover .t { background-position: -81px -299px; }
.nav-menu-level-3 .nav-upload-media a.active .t { background-position: -162px -299px; }
.nav-menu-level-3 .nav-edit-media a .t { background-position: 0 -310px; width: 62px; }
.nav-menu-level-3 .nav-edit-media a:hover .t { background-position: -62px -310px; }
.nav-menu-level-3 .nav-edit-media a.active .t { background-position: -124px -310px; }
.nav-menu-level-3 .nav-view-work-experience a .t,
.nav-menu-level-3 .nav-view-work-experience a:hover .t { background-position: 0 -321px; width: 132px; }
.nav-menu-level-3 .nav-view-work-experience a.active .t { background-position: -132px -321px; }
.nav-menu-level-3 .nav-edit-work-experience a .t,
.nav-menu-level-3 .nav-edit-work-experience a:hover .t { background-position: 0 -332px; width: 129px; }
.nav-menu-level-3 .nav-edit-work-experience a.active .t { background-position: -129px -332px; }
.nav-menu-level-3 .nav-listings a .t,
.nav-menu-level-3 .nav-listings a:hover .t { background-position: 0 -387px; width: 45px; }
.nav-menu-level-3 .nav-listings a.active .t { background-position: -45px -387px; }
.nav-menu-level-3 .nav-company-directory a .t,
.nav-menu-level-3 .nav-company-directory a:hover .t { background-position: 0 -420px; width: 118px; }
.nav-menu-level-3 .nav-company-directory a.active .t { background-position: -118px -420px; }
.nav-menu-level-3 .nav-alerts a .t,
.nav-menu-level-3 .nav-alerts a:hover .t { background-position: 0 -398px; width: 61px; }
.nav-menu-level-3 .nav-alerts a.active .t { background-position: -61px -398px; }
.nav-menu-level-3 .nav-applied a .t,
.nav-menu-level-3 .nav-applied a:hover .t { background-position: 0 -409px; width: 45px; }
.nav-menu-level-3 .nav-applied a.active .t { background-position: -45px -409px; }
.nav-menu-level-3 .nav-welcome a .t,
.nav-menu-level-3 .nav-welcome a:hover .t { background-position: 0 -431px; width: 98px; }
.nav-menu-level-3 .nav-welcome a.active .t { background-position: -98px -431px }
.nav-menu-level-3 .nav-my_jobs a .t,
.nav-menu-level-3 .nav-my_jobs a:hover .t { background-position: 0 -343px; width: 49px; }
.nav-menu-level-3 .nav-my_jobs a.active .t { background-position: -49px -343px; }
.nav-menu-level-3 .nav-billing a .t,
.nav-menu-level-3 .nav-billing a:hover .t { background-position: 0 -365px; width: 42px; }
.nav-menu-level-3 .nav-billing a.active .t { background-position: -42px -365px; }
.nav-menu-level-3 .nav-recruiter_settings a .t,
.nav-menu-level-3 .nav-recruiter_settings a:hover .t { background-position: 0 -376px; width: 108px; }
.nav-menu-level-3 .nav-recruiter_settings a.active .t { background-position: -108px -376px; }
.nav-menu-level-3 .nav-recruiter_profile a .t,
.nav-menu-level-3 .nav-recruiter_profile a:hover .t { background-position: 0 -354px; width: 109px; }
.nav-menu-level-3 .nav-recruiter_profile a.active .t { background-position: -109px -354px;; }
.nav-menu-level-3 .nav-my_products a .t,
.nav-menu-level-3 .nav-my_products a:hover .t { background-position: 0 -517px; width: 78px; }
.nav-menu-level-3 .nav-my_products a.active .t { background-position: -86px -517px; }
.nav-menu-level-3.nav-small {
height: 27px;
margin-bottom: 0;
}
.nav-menu-level-3.nav-small li {
height: 27px;
border-bottom: 1px solid #cdcdcd;
}
.nav-menu-level-3.nav-small li.active {
height: 28px;
border-bottom: 0;
}
.nav-menu-level-3.nav-small li.first {
margin-left: 0;
}
.nav-menu-level-3.nav-small li a {
height: 9px;
padding: 11px 19px 7px 20px;
}
.nav-menu-level-3.nav-small li a.active {
height: 10px;
}
.nav-menu-level-3.nav-small li a .t {
height: 9px;
font-size: 9px;
line-height: 9px;
}
.nav-menu-level-3.nav-small .nav-individuals a .t { background-position: -200px -112px; width: 56px; }
.nav-menu-level-3.nav-small .nav-individuals a:hover .t { background-position: -256px -112px; }
.nav-menu-level-3.nav-small .nav-individuals a.active .t { background-position: -312px -112px; }
.nav-menu-level-3.nav-small .nav-groups a .t { background-position: -200px -121px; width: 36px; }
.nav-menu-level-3.nav-small .nav-groups a:hover .t { background-position: -236px -121px; }
.nav-menu-level-3.nav-small .nav-groups a.active .t { background-position: -272px -121px; }
/* Navigation close icon
****************************************/
.nav-menu-level-2 .close,
.nav-menu-level-3 .close {
float: left;
display: block;
width: 14px;
height: 14px;
margin: 10px -10px 0 10px;
text-indent: -9999px; font-size:0; line-height:0;
background-color: transparent;
background-position: -325px -93px;
}
.nav-menu-level-2 .close:hover,
.nav-menu-level-3 .close:hover {
background-position: -339px -93px;
}
/* Navigation info bubbles
****************************************/
.nav-menu-level-2 .info,
.nav-menu-level-3 .info {
float: right;
height: 12px;
margin: 0 -5px 0 10px;
padding: 3px 5px;
font-size: 11px;
line-height: 12px;
background-color: #1bbf00;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.nav-menu-level-2 .info {
margin-top: 7px;
}
.nav-menu-level-3 .info {
margin-top:-4px;
}
.nav-menu-level-2 .info,
.nav-menu-level-3 .info {
background-color: #1bbf00;
}
.nav-menu-level-2 #nav-home-inbox .info,
.nav-menu-level-3#nav-inbox .info {
background: transparent url(/assets/img/inbox/inbox-gradients.png) repeat-x 0 -18px;
color: #3b3b3b;
}
.nav-menu-level-2 #nav-home-inbox .info {
background-position: 0 -36px;
}
.nav-menu-level-2 #nav-home-inbox .info.active {
background-position: 0 0;
color: #FFF;
}
.nav-menu-level-3#nav-inbox .info {
background-position: 0 0;
color: #FFF;
}
.nav-menu-level-3#nav-inbox .info.active {
background-position: 0 -18px;
color: #3b3b3b;
}
.nav-menu-level-2 #nav-home-inbox .info {
border: solid 1px #CDCDCD;
color: #EF1306;
}
/* Navigation Level 4
****************************************/
.nav-menu-level-4 {
height: 29px;
border: 1px solid #cdcdcd;
border-top: 0;
background-color: #fff;
margin: -20px 0 20px;
padding: 20px 30px 20px 18px;
background: #efefef;
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
background:-moz-linear-gradient(center top , #fff, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#E9E9E9');
}
.nav-menu-level-4 ul {
float: left;
margin-top: 15px;
border-top: 1px solid #cdcdcd;
}
.nav-menu-level-4 li {
float: left;
margin: -15px 10px 0 0;
}
.nav-menu-level-4 li.last {
margin-right: -10px;
}
.nav-menu-level-4 li a {
display: block;
height: 29px;
line-height: 29px;
text-indent: -9999px; font-size:0; line-height:0;
background: transparent url(/assets/img/nav/level-4.png) no-repeat 0 29px;
}
#nav-project_editor_settings_steps .nav-details a { background-position: 0 0; width: 80px; }
#nav-project_editor_settings_steps .nav-details a:hover { background-position: -80px 0; }
#nav-project_editor_settings_steps .nav-details a.active { background-position: -160px 0; }
#nav-project_editor_settings_steps .nav-details a.completed { background-position: -240px 0; }
#nav-project_editor_settings_steps .nav-copyright a { background-position: 0 -29px; width: 95px; }
#nav-project_editor_settings_steps .nav-copyright a:hover { background-position: -95px -29px; }
#nav-project_editor_settings_steps .nav-copyright a.active { background-position: -190px -29px; }
#nav-project_editor_settings_steps .nav-copyright a.completed { background-position: -285px -29px; }
#nav-project_editor_settings_steps .nav-extra-info a { background-position: 0 -58px; width: 95px; }
#nav-project_editor_settings_steps .nav-extra-info a:hover { background-position: -95px -58px; }
#nav-project_editor_settings_steps .nav-extra-info a.active { background-position: -190px -58px; }
#nav-project_editor_settings_steps .nav-extra-info a.completed { background-position: -285px -58px; }
#nav-project_editor_settings_steps .nav-ownership a { background-position: 0 -87px; width: 99px; }
#nav-project_editor_settings_steps .nav-ownership a:hover { background-position: -99px -87px; }
#nav-project_editor_settings_steps .nav-ownership a.active { background-position: -198px -87px; }
#nav-project_editor_settings_steps .nav-ownership a.completed { background-position: -297px -87px; }
#nav-project_editor_settings_steps .nav-publish a { background-position: 0 -116px; width: 140px; }
#nav-project_editor_settings_steps .nav-publish a:hover { background-position: -140px -116px; }
#nav-project_editor_settings_steps .nav-publish a.active { background-position: -280px -116px; }
#nav-project_editor_settings_steps .nav-publish a.completed { background-position: -420px -116px; }
#nav-project_editor_settings_steps .nav-publish a.glow { background-position: -560px -113px; }
#nav-project_editor_settings_steps .nav-publish a.glow:hover{ background-position: -708px -113px; }
#nav-project_editor_settings_steps .nav-publish a { background-position: 0 -116px; width: 83px; }
#nav-project_editor_settings_steps .nav-publish a:hover { background-position: -83px -116px; }
#nav-project_editor_settings_steps .nav-publish a.active { background-position: -166px -116px; }
#nav-project_editor_settings_steps .nav-publish a.completed { background-position: -252px -116px; }
#nav-project_editor_settings_steps .nav-publish a.glow { background-position: -403px -113px; }
#nav-project_editor_settings_steps .nav-publish a.glow:hover{ background-position: -494px -113px; }
#nav-profile_editor_steps .nav-basic-info a { background-position: 0 -145px; width: 95px; }
#nav-profile_editor_steps .nav-basic-info a:hover { background-position: -95px -145px; }
#nav-profile_editor_steps .nav-basic-info a.active { background-position: -190px -145px; }
#nav-profile_editor_steps .nav-basic-info a.completed { background-position: -285px -145px; }
#nav-profile_editor_steps .nav-about a { background-position: 0 -174px; width: 94px; }
#nav-profile_editor_steps .nav-about a:hover { background-position: -94px -174px; }
#nav-profile_editor_steps .nav-about a.active { background-position: -188px -174px; }
#nav-profile_editor_steps .nav-about a.completed { background-position: -282px -174px; }
#nav-profile_editor_steps .nav-customize a { background-position: 0 -203px; width: 97px; }
#nav-profile_editor_steps .nav-customize a:hover { background-position: -97px -203px; }
#nav-profile_editor_steps .nav-customize a.active { background-position: -194px -203px; }
#nav-profile_editor_steps .nav-customize a.completed { background-position: -291px -203px; }
#nav-profile_editor_steps .nav-my-networks a { background-position: 0 -232px; width: 111px; }
#nav-profile_editor_steps .nav-my-networks a:hover { background-position: -111px -232px; }
#nav-profile_editor_steps .nav-my-networks a.active { background-position: -222px -232px; }
#nav-profile_editor_steps .nav-my-networks a.completed { background-position: -333px -232px; }
#nav-group_editor_create .nav-basic-info a { background-position: 0 -145px; width: 95px; }
#nav-group_editor_create .nav-basic-info a:hover { background-position: -95px -145px; }
#nav-group_editor_create .nav-basic-info a.active { background-position: -190px -145px; }
#nav-group_editor_create .nav-basic-info a.completed { background-position: -285px -145px; }
#nav-group_editor_create .nav-banner-image a { background-position: 0 -261px; width: 115px; }
#nav-group_editor_create .nav-banner-image a:hover { background-position: -115px -261px; }
#nav-group_editor_create .nav-banner-image a.active { background-position: -230px -261px; }
#nav-group_editor_create .nav-banner-image a.completed { background-position: -345px -261px; }
#nav-group_editor_create .nav-invite-creatives a { background-position: 0 -290px; width: 122px; }
#nav-group_editor_create .nav-invite-creatives a:hover { background-position: -122px -290px; }
#nav-group_editor_create .nav-invite-creatives a.active { background-position: -244px -290px; }
#nav-group_editor_create .nav-invite-creatives a.completed { background-position: -366px -290px; }
#nav-group_editor_create .nav-customize a { background-position: 0 -319px; width: 97px; }
#nav-group_editor_create .nav-customize a:hover { background-position: -97px -319px; }
#nav-group_editor_create .nav-customize a.active { background-position: -194px -319px; }
#nav-group_editor_create .nav-customize a.completed { background-position: -291px -319px; }
#nav-recruiter_jobeditor.nav-menu-level-4 li a {
background-image: url(/assets/img/recruiter/level-4-bg.png);
}
#nav-recruiter_jobeditor .nav-description a { background-position: 0px 0px; width: 102px; }
#nav-recruiter_jobeditor .nav-description a:hover { background-position: -102px -0px; }
#nav-recruiter_jobeditor .nav-description a.active { background-position: -204px -0px; }
#nav-recruiter_jobeditor .nav-description a.completed { background-position: -306px -0px; }
#nav-recruiter_jobeditor .nav-media a { background-position: 0 -29px; width: 76px; }
#nav-recruiter_jobeditor .nav-media a:hover { background-position: -76px -29px; }
#nav-recruiter_jobeditor .nav-media a.active { background-position: -152px -29px; }
#nav-recruiter_jobeditor .nav-media a.completed { background-position: -228px -29px; }
#nav-recruiter_jobeditor .nav-preview a { background-position: 0 -58px; width: 86px; }
#nav-recruiter_jobeditor .nav-preview a:hover { background-position: -86px -58px; }
#nav-recruiter_jobeditor .nav-preview a.active { background-position: -172px -58px; }
#nav-recruiter_jobeditor .nav-preview a.completed { background-position: -158px -58px; }
#nav-recruiter_jobeditor .nav-publish a { background-position: 0 -87px; width: 83px; }
#nav-recruiter_jobeditor .nav-publish a:hover { background-position: -83px -87px; }
#nav-recruiter_jobeditor .nav-publish a.active { background-position: -166px -87px; }
#nav-recruiter_jobeditor .nav-publish a.completed { background-position: -149px -87px; }
/* Signup tunnel breadcrumbs
****************************************/
.portfolio-profile-tunnel #breadcrumbs-tunnel-wrap,
.portfolio-profile-tunnel #breadcrumbs-tunnel {
width: 990px;
height: 41px;
margin: -21px -20px 20px -20px;
background: transparent url(/assets/img/nav/signup.png) no-repeat 0 0;
}
.portfolio-profile-tunnel.portfolio-profile-tunnel-ccn #breadcrumbs-tunnel {
background: transparent url(/assets/img/nav/signup-ccn.png) no-repeat 0 0;
width:492px;
}
.portfolio-profile-tunnel #breadcrumbs-tunnel {
width: 450px;
margin: 0;
}
.portfolio-profile-tunnel-role-1 #info-container #breadcrumbs-tunnel { background-position: 0 -41px; }
.portfolio-profile-tunnel-role-1 #about-container #breadcrumbs-tunnel { background-position: 0 -82px; }
.portfolio-profile-tunnel-role-1 #final-container #breadcrumbs-tunnel { background-position: 0 -123px; }
.portfolio-profile-tunnel-role-2 #info-container #breadcrumbs-tunnel { background-position: -450px -41px; }
.portfolio-profile-tunnel-role-2 #about-container #breadcrumbs-tunnel { background-position: -450px -82px; }
.portfolio-profile-tunnel-role-2 #final-container #breadcrumbs-tunnel { background-position: -450px -123px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #info-container #breadcrumbs-tunnel { background-position: 0 1px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #about-container #breadcrumbs-tunnel { background-position: 0 -41px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #special-container #breadcrumbs-tunnel { background-position: 0 -83px; }
.portfolio-profile-tunnel-role-1.portfolio-profile-tunnel-ccn #final-container #breadcrumbs-tunnel { background-position: 0 -125px; }
| 0.276495 | 0.053206 |
header {
background-color: #ffffff;
flex-direction: row;
border-color: #cccccc;
border-bottom-style: solid;
border-bottom-width: 2px;
}
.headercontainer {
max-width: 960px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.maincontainer {
max-width: 960px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
min-height: 100%;
}
header h1 span{
clear: both;
background: #4aaaa5;
color: #ffffff;
padding: 15px 15px 20px 15px;
text-align: center;
}
nav {
display: flex;
justify-content: space-between;
background: #ffffff;
height: 20px;
font-size: 20px;
color: #777777;
}
body {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/652/confectionary.png);
border-color:#4aaaa5;
display: flex;
flex-direction: column;
}
main {
clear: both;
min-height: 100%;
}
.push {
height: 75px;
}
.mainleft {
border-style: solid;
border-color: #dddddd;
border-width: 2px;
max-width: 650px;
background-color: #ffffff;
margin: 20px 0px 20px 0px;
padding: 20px;
min-height: 100%;
}
.mainleft img {
width: 260px;
height: auto;
}
.mainright {
border-style: solid;
border-color: #dddddd;
border-width: 2px;
max-width: 270px;
background-color: #ffffff;
max-height: 175px;
margin: 20px 0px 0px 0px;
padding: 20px;
color:#4aaaa5;
}
.myphoto {
float: left;
margin: 0px 15px 0px 0px;
}
.socialicons a {
clear: both;
font-size: 60px;
padding: 20px 0 0 0;
overflow: auto;
}
li.border {
border-right: 2px solid #777777;
padding: 5px;
}
li {
list-style: none;
display: inline-block;
}
a {
text-decoration: none;
}
nav a:visited {
color: #777777;
}
/* Footer CSS */
footer {
min-width: 100%;
text-align: center;
background-color: #666666;
color: #ffffff;
border-top-style: solid;
border-top-color: #4aaaa5;
border-top-width: 5px;
height: 75px;
bottom: 0;
}
footer span {
vertical-align: middle;
}
/* Portfolio CSS for pictures with words on top that didn't work. Saving to view later */
/*
.portfolioimages {
position: relative;
padding: 0px 40px 40px 0px;
min-height: 100%;
}
.portfolioheadings {
position: absolute;
color: #ffffff;
background-color: #4aaaa5;
font-family: 'Georgia', Times, 'Times New Roman', serif;
width: 260px;
text-align: center;
margin-top: -85px;
height: 30px;
line-height: 45px;
font-size: 20px;
padding: 0px 0px 40px 0px;
opacity: 0.9;
}
.portfolioheadings1 {
padding: 20px;
}
.portfolioheadings2 {
padding: 20px;
}
.portfolioheadings3 {
padding: 20px;
}
.portfolioheadings4 {
padding: 20px;
}
.portfolioheadings5 {
padding: 20px;
}
*/
/* Working Portfolio code*/
.portfolio-item {
display: inline-block;
position: relative;
width: 270px;
height: 200px;
transition: transform .2s ease-out;
}
.portfolio-item:nth-child(even) {
margin-left: 25px;
}
.item-name {
position: relative;
top: -60px;
text-align: center;
background-color: #4aaaa5;
padding: 3px;
color: #ffffff;
width: 255px;
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
/* CSS settings to format font and colors for words site wide */
h1 {
font-family: 'Georgia', Times, 'Times New Roman', serif;
color:#4aaaa5;
}
h2 {
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
h3 {
font-family: 'Georgia', Times, 'Times New Roman', serif;
color:#4aaaa5;
}
p {
color: #777777;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
/* CSS for Contact Form */
textarea {
width: 600px;
height: 230px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #ffffff;
resize: none;
}
|
assets/css/style.css
|
header {
background-color: #ffffff;
flex-direction: row;
border-color: #cccccc;
border-bottom-style: solid;
border-bottom-width: 2px;
}
.headercontainer {
max-width: 960px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.maincontainer {
max-width: 960px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
min-height: 100%;
}
header h1 span{
clear: both;
background: #4aaaa5;
color: #ffffff;
padding: 15px 15px 20px 15px;
text-align: center;
}
nav {
display: flex;
justify-content: space-between;
background: #ffffff;
height: 20px;
font-size: 20px;
color: #777777;
}
body {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/652/confectionary.png);
border-color:#4aaaa5;
display: flex;
flex-direction: column;
}
main {
clear: both;
min-height: 100%;
}
.push {
height: 75px;
}
.mainleft {
border-style: solid;
border-color: #dddddd;
border-width: 2px;
max-width: 650px;
background-color: #ffffff;
margin: 20px 0px 20px 0px;
padding: 20px;
min-height: 100%;
}
.mainleft img {
width: 260px;
height: auto;
}
.mainright {
border-style: solid;
border-color: #dddddd;
border-width: 2px;
max-width: 270px;
background-color: #ffffff;
max-height: 175px;
margin: 20px 0px 0px 0px;
padding: 20px;
color:#4aaaa5;
}
.myphoto {
float: left;
margin: 0px 15px 0px 0px;
}
.socialicons a {
clear: both;
font-size: 60px;
padding: 20px 0 0 0;
overflow: auto;
}
li.border {
border-right: 2px solid #777777;
padding: 5px;
}
li {
list-style: none;
display: inline-block;
}
a {
text-decoration: none;
}
nav a:visited {
color: #777777;
}
/* Footer CSS */
footer {
min-width: 100%;
text-align: center;
background-color: #666666;
color: #ffffff;
border-top-style: solid;
border-top-color: #4aaaa5;
border-top-width: 5px;
height: 75px;
bottom: 0;
}
footer span {
vertical-align: middle;
}
/* Portfolio CSS for pictures with words on top that didn't work. Saving to view later */
/*
.portfolioimages {
position: relative;
padding: 0px 40px 40px 0px;
min-height: 100%;
}
.portfolioheadings {
position: absolute;
color: #ffffff;
background-color: #4aaaa5;
font-family: 'Georgia', Times, 'Times New Roman', serif;
width: 260px;
text-align: center;
margin-top: -85px;
height: 30px;
line-height: 45px;
font-size: 20px;
padding: 0px 0px 40px 0px;
opacity: 0.9;
}
.portfolioheadings1 {
padding: 20px;
}
.portfolioheadings2 {
padding: 20px;
}
.portfolioheadings3 {
padding: 20px;
}
.portfolioheadings4 {
padding: 20px;
}
.portfolioheadings5 {
padding: 20px;
}
*/
/* Working Portfolio code*/
.portfolio-item {
display: inline-block;
position: relative;
width: 270px;
height: 200px;
transition: transform .2s ease-out;
}
.portfolio-item:nth-child(even) {
margin-left: 25px;
}
.item-name {
position: relative;
top: -60px;
text-align: center;
background-color: #4aaaa5;
padding: 3px;
color: #ffffff;
width: 255px;
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
/* CSS settings to format font and colors for words site wide */
h1 {
font-family: 'Georgia', Times, 'Times New Roman', serif;
color:#4aaaa5;
}
h2 {
font-family: 'Georgia', Times, 'Times New Roman', serif;
}
h3 {
font-family: 'Georgia', Times, 'Times New Roman', serif;
color:#4aaaa5;
}
p {
color: #777777;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
/* CSS for Contact Form */
textarea {
width: 600px;
height: 230px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #ffffff;
resize: none;
}
| 0.436502 | 0.119305 |
@CHARSET "UTF-8";
body {
xbackground:#303030;
font-size:62.5%;
font-family:"Verdana",sans-serif;
}
button::-moz-focus-inner {
border: 0;
}
a, a:link, a:visited {outline:0;text-align:left;}
#map_container {
display:block;position:relative;
width:700px;
height:390px;
padding:3px;
text-align:left;
margin:0 auto;
border:1px solid #ddd;
background:#fafafa;
}
#map_canvas {
display:block;float:left;
width:550px;height:345px;
}
#map_canvas_screen,
#map_canvas_screen_bg {
display:none;position:absolute;left:2px;top:2px;z-index:2;
border:5px solid white;padding:10px;
width:520px;height:315px;
}
#map_canvas_screen_bg { background:#000;opacity:.45;z-index:1; }
div.my_geomap embed
{
display:block;float:left;
width:550px;height:345px;
border-right:0;
}
#butonLists {
display:block;float:left;
width:546px;height:40px;
margin:1px 1px 2px 4px;padding:0;
border-right:1px dotted #ddd;
xbackground:black;
list-style:none;
}
#butonLists li {
display:block;float:left;
width:150px;height:27px;
margin:3px 3px 0 0;padding:6px;
}
#butonLists li.uzun {
width:200px;height:27px;
xbackground:orangered;
}
#linkLists {
display:block;float:left;
width:145px;height:40px;
margin:2px 1px;padding:0;
xbackground:black;
list-style:none;
}
#linkLists li {
display:block;float:left;
width:86px;height:27px;
margin:3px 0 0 4px;padding:5px;
}
#linkLists li._oib {padding:0;width:36px;margin-left:8px;}
#linkLists li._oib a span {
display:block;width:36px;height:36px;margin:0;padding:0;overflow:hidden;text-indent:-900px;background:url(/images/layout/oib_logo_40x40.png) center no-repeat;
}
#multi_box {
display:block;float:right;position:relative;
width:149px;height: 345px;
border-left:1px solid #ddd;
text-align:left;
background:url(BlankMap.png) -340px -180px no-repeat;
}
#multi_box button {
position:absolute;bottom:1px;left:5px;
display:block;
width:142px;height:58px;
padding:0 0 0 52px;
border:0;
color:#ecc;
font:normal 300 11px verdana;text-align:left;text-decoration:none;
background:url(../submit-cities-geomap.png);cursor:pointer;
}
#multi_box button:hover {
color:#fee;
text-decoration:underline;
}
#multi_box ul {
display:block;
height:200px;overflow:auto;overflow-y:auto;overflow-x:hidden;
margin:0;padding-left:20px;
padding-bottom:10px;
list-style-type:square;
xbackground:#ffa;
}
#multi_box ul li {
margin-left:3px;
width:122px;
color:#666;
xbackground-color:steelblue;
text-decoration:none;
cursor:pointer;
list-style-image:url("../plus.png");
}
#multi_box ul li:hover {
color:#999;
list-style-image:url("../minus.png");
}
#multi_box h2 {
display:block;
width:109px;height:25px;
margin:6px auto -6px;padding:1px 13px;
text-indent:-900px;
overflow:hidden;
background:url(../emt-ik-miniHeader.png) no-repeat;
}
#multi_box p {
margin:0 auto 1em 36px;
font-size:9px;
}
#multi_box em.hidden {
display:none;
}
#multi_box ul li em {
font-style:normal;
display:block;float:left;width:95px;overflow:hidden;
xbackground:steelblue;
}
#multi_box ul li:hover em {
text-decoration:line-through;
}
#multi_box ul li span,
#multi_box ul li:hover span {
display:block;float:left;width:18px;
padding:1px;margin-right:7px;
background-color:#a22;color:#fee;
font-size:70%;font-family:tahoma;
text-align:center;text-decoration:none;
}
#multi_box ul li:hover span {
background-color:gray;
color:white;
}
#multi_box strong {
display:block;
width:80%;
margin:0 auto;padding:5px 0;
border-top:1px solid #ddd;
text-align:center;
font-size:9px;
}
#lower_box {
display:block;float:left;position:relative;
width:700px;height:44px;
border-top:1px solid #ddd;
}
.selectBox-dropdown, #ulkeler, #bolgeler {
width:200px;
float:left;margin:4px 8px;width:130px;
}
fieldset ul {
margin:0;
padding:0;
display:block;
background:red;
list-style:none;
}
fieldset ul li {
display:block;
float:left;
padding:7px 16px 3px 14px;
xbackground:blue;
text-align:left;
}
#lower_box label {
display:none;
font:normal 300 10px verdana;
}
#canvas_button
{
display:none;position:absolute;bottom:17px;left:377px;;
width:179px;height:98px;cursor:pointer;
background:url(button-yuksek-kirmizi.png);
}
#canvas_button span {
display:block;width:60px;
margin:23px 0 0 66px;
color:#edd;
font:normal 300 14px arial;text-align:left;
xbackground:red;
}
#canvas_button:hover span {
text-decoration:underline;
}
/*
fg
*/
/* Styles for jQuery menu widget
Author: <NAME>, <EMAIL>
Date: September 2008
*/
body { font-size:67%; }
#menuLog { position:absolute;top:40px;left:0;color:#252525;font-size:14px;font-family:monospace;text-align:left; }
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
.fg-button { width:110px;clear:left; margin:0 4px 40px 0; padding: .4em 10px; text-decoration:none !important; cursor:pointer; position: relative; text-align:left; zoom: 1; }
#_regionMaps { width:160px;xbackground:#333;xborder-color:#222;xcolor:#eee;}
#_neighborNames {background:#fff;border-color:#ccc;color:#459e00;}
#_neighborNames span.ui-icon {color:#459e00;}
#_neighborNames.fg-button-off {background:#fff;border-color:#ddd;color:#fff;xdisplay:none;}
#_cityNames.fg-button-off {background:#fff;border-color:#ddd;color:#fff;xdisplay:none;}
#_cityNames em,
#_neighborNames em {font-style:normal;font-weight:300;}
#_cityNames em span,
#_neighborNames em span {float:right;}
#_helpMenu { width:84px;margin-left:3px;border-color:royalblue;background:skyblue;color:#f0f0ff;text-align:left;}
#_helpMenu span {padding-right:2px;}
#_helpMenu:active { color:#fff;border-color:lightskyblue; }
a._selected, a._selected:visited, a._selected:hover { background:#a22;color:#fdd;border-color:#a22; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left; }
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */
.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }
/* REQUIRED STYLES - the menus will only render correctly with these rules */
.fg-menu-container { position: absolute; top:0; left:-999px; padding: .4em; overflow: hidden;height:300px;overflow-y:auto }
.fg-menu-container.fg-menu-flyout { overflow: visible; }
.fg-menu, .fg-menu ul { list-style-type:none; padding: 0; margin:0; }
.fg-menu { position:relative; }
.fg-menu-flyout .fg-menu { position:static; }
.fg-menu ul { position:absolute; top:0; }
.fg-menu ul ul { top:-1px; }
.fg-menu-container.fg-menu-ipod .fg-menu-content,
.fg-menu-container.fg-menu-ipod .fg-menu-content ul { background: none !important; }
.fg-menu.fg-menu-scroll,
.fg-menu ul.fg-menu-scroll { overflow: scroll; overflow-x: hidden; }
.fg-menu li { clear:both; float:left; width:100%; margin: 0; padding:0; border: 0; }
.fg-menu li li { font-size:1em; } /* inner li font size must be reset so that they don't blow up */
.fg-menu-flyout ul ul { padding: .4em; }
.fg-menu-flyout li { position:relative; }
.fg-menu-scroll { overflow: scroll; overflow-x: hidden; }
.fg-menu-breadcrumb { margin: 0; padding: 0; }
.fg-menu-footer { margin-top: .4em; padding: .4em; }
.fg-menu-header { margin-bottom: .4em; padding: .4em; }
.fg-menu-breadcrumb li { float: left; list-style: none; margin: 0; padding: 0 .2em; font-size: .9em; opacity: .7; }
.fg-menu-breadcrumb li.fg-menu-prev-list,
.fg-menu-breadcrumb li.fg-menu-current-crumb { clear: left; float: none; opacity: 1; }
.fg-menu-breadcrumb li.fg-menu-current-crumb { padding-top: .2em; }
.fg-menu-breadcrumb a,
.fg-menu-breadcrumb span { float: left; }
.fg-menu-footer a:link,
.fg-menu-footer a:visited { float:left; width:100%; text-decoration: none; }
.fg-menu-footer a:hover,
.fg-menu-footer a:active { }
.fg-menu-footer a span { float:left; cursor: pointer; }
.fg-menu-breadcrumb .fg-menu-prev-list a:link,
.fg-menu-breadcrumb .fg-menu-prev-list a:visited,
.fg-menu-breadcrumb .fg-menu-prev-list a:hover,
.fg-menu-breadcrumb .fg-menu-prev-list a:active { background-image: none; text-decoration:none; }
.fg-menu-breadcrumb .fg-menu-prev-list a { float: left; padding-right: .4em; }
.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon { float: left; }
.fg-menu-breadcrumb .fg-menu-current-crumb a:link,
.fg-menu-breadcrumb .fg-menu-current-crumb a:visited,
.fg-menu-breadcrumb .fg-menu-current-crumb a:hover,
.fg-menu-breadcrumb .fg-menu-current-crumb a:active { display:block; background-image:none; font-size:1.3em; text-decoration:none; }
/* REQUIRED LINK STYLES: links are "display:block" by default; if the menu options are split into
selectable node links and 'next' links, the script floats the node links left and floats the 'next' links to the right */
.fg-menu a:link,
.fg-menu a:visited,
.fg-menu a:hover,
.fg-menu a:active { float:left; width:92%; padding:.3em 3%; text-decoration:none; outline: 0 !important; }
.fg-menu a { border: 1px dashed transparent; }
.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:hover,
.fg-menu a.ui-state-hover:active,
.fg-menu a.ui-state-active:link,
.fg-menu a.ui-state-active:visited,
.fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active { border-style: solid; font-weight: normal; }
.fg-menu a span { display:block; cursor:pointer; }
/* SUGGESTED STYLES - for use with jQuery UI Themeroller CSS */
.fg-menu-indicator span { float:left; }
.fg-menu-indicator span.ui-icon { float:right; }
.fg-menu-content.ui-widget-content,
.fg-menu-content ul.ui-widget-content { border:0; }
/* ICONS AND DIVIDERS */
.fg-menu.fg-menu-has-icons a:link,
.fg-menu.fg-menu-has-icons a:visited,
.fg-menu.fg-menu-has-icons a:hover,
.fg-menu.fg-menu-has-icons a:active { padding-left:20px; }
.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span { padding:0; margin:5px .6em; }
.fg-menu .horizontal-divider hr { border:0; height:1px; }
.fg-menu .horizontal-divider span { font-size:.9em; text-transform: uppercase; padding-left:.2em; }
|
web/css/hr-geo.css
|
@CHARSET "UTF-8";
body {
xbackground:#303030;
font-size:62.5%;
font-family:"Verdana",sans-serif;
}
button::-moz-focus-inner {
border: 0;
}
a, a:link, a:visited {outline:0;text-align:left;}
#map_container {
display:block;position:relative;
width:700px;
height:390px;
padding:3px;
text-align:left;
margin:0 auto;
border:1px solid #ddd;
background:#fafafa;
}
#map_canvas {
display:block;float:left;
width:550px;height:345px;
}
#map_canvas_screen,
#map_canvas_screen_bg {
display:none;position:absolute;left:2px;top:2px;z-index:2;
border:5px solid white;padding:10px;
width:520px;height:315px;
}
#map_canvas_screen_bg { background:#000;opacity:.45;z-index:1; }
div.my_geomap embed
{
display:block;float:left;
width:550px;height:345px;
border-right:0;
}
#butonLists {
display:block;float:left;
width:546px;height:40px;
margin:1px 1px 2px 4px;padding:0;
border-right:1px dotted #ddd;
xbackground:black;
list-style:none;
}
#butonLists li {
display:block;float:left;
width:150px;height:27px;
margin:3px 3px 0 0;padding:6px;
}
#butonLists li.uzun {
width:200px;height:27px;
xbackground:orangered;
}
#linkLists {
display:block;float:left;
width:145px;height:40px;
margin:2px 1px;padding:0;
xbackground:black;
list-style:none;
}
#linkLists li {
display:block;float:left;
width:86px;height:27px;
margin:3px 0 0 4px;padding:5px;
}
#linkLists li._oib {padding:0;width:36px;margin-left:8px;}
#linkLists li._oib a span {
display:block;width:36px;height:36px;margin:0;padding:0;overflow:hidden;text-indent:-900px;background:url(/images/layout/oib_logo_40x40.png) center no-repeat;
}
#multi_box {
display:block;float:right;position:relative;
width:149px;height: 345px;
border-left:1px solid #ddd;
text-align:left;
background:url(BlankMap.png) -340px -180px no-repeat;
}
#multi_box button {
position:absolute;bottom:1px;left:5px;
display:block;
width:142px;height:58px;
padding:0 0 0 52px;
border:0;
color:#ecc;
font:normal 300 11px verdana;text-align:left;text-decoration:none;
background:url(../submit-cities-geomap.png);cursor:pointer;
}
#multi_box button:hover {
color:#fee;
text-decoration:underline;
}
#multi_box ul {
display:block;
height:200px;overflow:auto;overflow-y:auto;overflow-x:hidden;
margin:0;padding-left:20px;
padding-bottom:10px;
list-style-type:square;
xbackground:#ffa;
}
#multi_box ul li {
margin-left:3px;
width:122px;
color:#666;
xbackground-color:steelblue;
text-decoration:none;
cursor:pointer;
list-style-image:url("../plus.png");
}
#multi_box ul li:hover {
color:#999;
list-style-image:url("../minus.png");
}
#multi_box h2 {
display:block;
width:109px;height:25px;
margin:6px auto -6px;padding:1px 13px;
text-indent:-900px;
overflow:hidden;
background:url(../emt-ik-miniHeader.png) no-repeat;
}
#multi_box p {
margin:0 auto 1em 36px;
font-size:9px;
}
#multi_box em.hidden {
display:none;
}
#multi_box ul li em {
font-style:normal;
display:block;float:left;width:95px;overflow:hidden;
xbackground:steelblue;
}
#multi_box ul li:hover em {
text-decoration:line-through;
}
#multi_box ul li span,
#multi_box ul li:hover span {
display:block;float:left;width:18px;
padding:1px;margin-right:7px;
background-color:#a22;color:#fee;
font-size:70%;font-family:tahoma;
text-align:center;text-decoration:none;
}
#multi_box ul li:hover span {
background-color:gray;
color:white;
}
#multi_box strong {
display:block;
width:80%;
margin:0 auto;padding:5px 0;
border-top:1px solid #ddd;
text-align:center;
font-size:9px;
}
#lower_box {
display:block;float:left;position:relative;
width:700px;height:44px;
border-top:1px solid #ddd;
}
.selectBox-dropdown, #ulkeler, #bolgeler {
width:200px;
float:left;margin:4px 8px;width:130px;
}
fieldset ul {
margin:0;
padding:0;
display:block;
background:red;
list-style:none;
}
fieldset ul li {
display:block;
float:left;
padding:7px 16px 3px 14px;
xbackground:blue;
text-align:left;
}
#lower_box label {
display:none;
font:normal 300 10px verdana;
}
#canvas_button
{
display:none;position:absolute;bottom:17px;left:377px;;
width:179px;height:98px;cursor:pointer;
background:url(button-yuksek-kirmizi.png);
}
#canvas_button span {
display:block;width:60px;
margin:23px 0 0 66px;
color:#edd;
font:normal 300 14px arial;text-align:left;
xbackground:red;
}
#canvas_button:hover span {
text-decoration:underline;
}
/*
fg
*/
/* Styles for jQuery menu widget
Author: <NAME>, <EMAIL>
Date: September 2008
*/
body { font-size:67%; }
#menuLog { position:absolute;top:40px;left:0;color:#252525;font-size:14px;font-family:monospace;text-align:left; }
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
.fg-button { width:110px;clear:left; margin:0 4px 40px 0; padding: .4em 10px; text-decoration:none !important; cursor:pointer; position: relative; text-align:left; zoom: 1; }
#_regionMaps { width:160px;xbackground:#333;xborder-color:#222;xcolor:#eee;}
#_neighborNames {background:#fff;border-color:#ccc;color:#459e00;}
#_neighborNames span.ui-icon {color:#459e00;}
#_neighborNames.fg-button-off {background:#fff;border-color:#ddd;color:#fff;xdisplay:none;}
#_cityNames.fg-button-off {background:#fff;border-color:#ddd;color:#fff;xdisplay:none;}
#_cityNames em,
#_neighborNames em {font-style:normal;font-weight:300;}
#_cityNames em span,
#_neighborNames em span {float:right;}
#_helpMenu { width:84px;margin-left:3px;border-color:royalblue;background:skyblue;color:#f0f0ff;text-align:left;}
#_helpMenu span {padding-right:2px;}
#_helpMenu:active { color:#fff;border-color:lightskyblue; }
a._selected, a._selected:visited, a._selected:hover { background:#a22;color:#fdd;border-color:#a22; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left; }
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */
.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }
/* REQUIRED STYLES - the menus will only render correctly with these rules */
.fg-menu-container { position: absolute; top:0; left:-999px; padding: .4em; overflow: hidden;height:300px;overflow-y:auto }
.fg-menu-container.fg-menu-flyout { overflow: visible; }
.fg-menu, .fg-menu ul { list-style-type:none; padding: 0; margin:0; }
.fg-menu { position:relative; }
.fg-menu-flyout .fg-menu { position:static; }
.fg-menu ul { position:absolute; top:0; }
.fg-menu ul ul { top:-1px; }
.fg-menu-container.fg-menu-ipod .fg-menu-content,
.fg-menu-container.fg-menu-ipod .fg-menu-content ul { background: none !important; }
.fg-menu.fg-menu-scroll,
.fg-menu ul.fg-menu-scroll { overflow: scroll; overflow-x: hidden; }
.fg-menu li { clear:both; float:left; width:100%; margin: 0; padding:0; border: 0; }
.fg-menu li li { font-size:1em; } /* inner li font size must be reset so that they don't blow up */
.fg-menu-flyout ul ul { padding: .4em; }
.fg-menu-flyout li { position:relative; }
.fg-menu-scroll { overflow: scroll; overflow-x: hidden; }
.fg-menu-breadcrumb { margin: 0; padding: 0; }
.fg-menu-footer { margin-top: .4em; padding: .4em; }
.fg-menu-header { margin-bottom: .4em; padding: .4em; }
.fg-menu-breadcrumb li { float: left; list-style: none; margin: 0; padding: 0 .2em; font-size: .9em; opacity: .7; }
.fg-menu-breadcrumb li.fg-menu-prev-list,
.fg-menu-breadcrumb li.fg-menu-current-crumb { clear: left; float: none; opacity: 1; }
.fg-menu-breadcrumb li.fg-menu-current-crumb { padding-top: .2em; }
.fg-menu-breadcrumb a,
.fg-menu-breadcrumb span { float: left; }
.fg-menu-footer a:link,
.fg-menu-footer a:visited { float:left; width:100%; text-decoration: none; }
.fg-menu-footer a:hover,
.fg-menu-footer a:active { }
.fg-menu-footer a span { float:left; cursor: pointer; }
.fg-menu-breadcrumb .fg-menu-prev-list a:link,
.fg-menu-breadcrumb .fg-menu-prev-list a:visited,
.fg-menu-breadcrumb .fg-menu-prev-list a:hover,
.fg-menu-breadcrumb .fg-menu-prev-list a:active { background-image: none; text-decoration:none; }
.fg-menu-breadcrumb .fg-menu-prev-list a { float: left; padding-right: .4em; }
.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon { float: left; }
.fg-menu-breadcrumb .fg-menu-current-crumb a:link,
.fg-menu-breadcrumb .fg-menu-current-crumb a:visited,
.fg-menu-breadcrumb .fg-menu-current-crumb a:hover,
.fg-menu-breadcrumb .fg-menu-current-crumb a:active { display:block; background-image:none; font-size:1.3em; text-decoration:none; }
/* REQUIRED LINK STYLES: links are "display:block" by default; if the menu options are split into
selectable node links and 'next' links, the script floats the node links left and floats the 'next' links to the right */
.fg-menu a:link,
.fg-menu a:visited,
.fg-menu a:hover,
.fg-menu a:active { float:left; width:92%; padding:.3em 3%; text-decoration:none; outline: 0 !important; }
.fg-menu a { border: 1px dashed transparent; }
.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:hover,
.fg-menu a.ui-state-hover:active,
.fg-menu a.ui-state-active:link,
.fg-menu a.ui-state-active:visited,
.fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active { border-style: solid; font-weight: normal; }
.fg-menu a span { display:block; cursor:pointer; }
/* SUGGESTED STYLES - for use with jQuery UI Themeroller CSS */
.fg-menu-indicator span { float:left; }
.fg-menu-indicator span.ui-icon { float:right; }
.fg-menu-content.ui-widget-content,
.fg-menu-content ul.ui-widget-content { border:0; }
/* ICONS AND DIVIDERS */
.fg-menu.fg-menu-has-icons a:link,
.fg-menu.fg-menu-has-icons a:visited,
.fg-menu.fg-menu-has-icons a:hover,
.fg-menu.fg-menu-has-icons a:active { padding-left:20px; }
.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span { padding:0; margin:5px .6em; }
.fg-menu .horizontal-divider hr { border:0; height:1px; }
.fg-menu .horizontal-divider span { font-size:.9em; text-transform: uppercase; padding-left:.2em; }
| 0.287368 | 0.067886 |
.logo {
height: 85px;
width: 85px; }
.upperlogo {
margin-top: -40px; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #ffffff; }
.navbar {
background-color: white;
min-height: auto;
position: relative;
top: 0px;
font-family: 14px Helvetica Neue;
letter-spacing: 2px;
width: auto;
border-right: none;
border-left: none;
margin-bottom: 0px;
padding: 20px 0px; }
.navbar-brand {
padding: 0 15px;
height: 126px;
margin-left: 33.33%; }
.navbar-header button {
color: white;
border: none; }
.navbar-default .navbar-nav > li > a {
color: black; }
.navbar-default .navbar-nav > li > a:hover {
color: #a4854d; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #ceb98b; }
.dropdown:hover .dropdown-menu {
display: block; }
.formwidth {
max-width: 350px;
margin-left: auto;
margin-right: auto;
text-align: left; }
.container label {
font-family: Helvetica Neue;
letter-spacing: 2px;
font-weight: normal; }
.container h3 {
font-family: Helvetica Neue;
letter-spacing: 2px; }
.container .form-control {
border-radius: 0px; }
.container .submit-button {
background-color: #a4854d;
color: #fff;
border-color: #a4854d; }
.container .submit-button:hover {
background-color: #ceb98b;
border-color: #ceb98b; }
footer {
border-top: 1px solid #eaeaeb;
font: 13px Helvetica Neue;
letter-spacing: 0.04em;
margin-top: 100px; }
html, body {
height: 100%;
margin: 0; }
.fullScreen {
min-height: 100%; }
h1 {
font-family: Courier;
letter-spacing: 1px; }
a {
color: black; }
a:hover {
color: #a4854d; }
.btn:hover {
color: #a4854d; }
.footer-links {
padding-left: 0;
margin-bottom: 20px; }
ul {
list-style: none; }
.modal-body {
line-height: 50px; }
.modal-body p {
margin-left: 2%; }
.editImg Img {
width: 120px;
height: 100px; }
#objectPage .row {
letter-spacing: 1px;
line-height: 2em; }
#objectPage .add-button {
line-height: 30px;
padding-left: 60px;
padding-right: 60px;
background-color: #000000;
color: #ffffff;
border: 1px solid #E4E4E4; }
#objectPage .add-button:hover {
background-color: #a4854d; }
.thumbnail {
border: 0px; }
.thumbnail .caption {
text-align: center; }
.divider {
height: 330px;
border-right: 1px solid #e6e6e6; }
.contactForm form {
width: 600px; }
.frontPage h1 {
font-family: Courier;
letter-spacing: 1px; }
.frontPage .submit-button {
line-height: 30px;
padding-right: 40px;
padding-left: 40px; }
.contactPage {
font-family: Helvetica Neue;
letter-spacing: 2px; }
#catalogueMenu .breadcrumb {
background-color: #ffffff; }
.btn-link {
color: black; }
body {
margin: 0 20px; }
.fade {
opacity: 1; }
.storyBox {
font-family: Courier;
letter-spacing: 1px;
line-height: 250%;
padding: 50px 50px; }
.storyBox img {
width: 500px; }
#map {
height: 350px; }
.carousel-inner {
/*max-height: 650px;*/
max-height: 85vh; }
#backgroundImg {
font-family: Courier;
letter-spacing: 1px;
will-change: transform, filter;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
transition: transform 16s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s ease-out 1s, -webkit-filter 1s ease-out 1s;
overflow: hidden;
/*background-image: url(../img/Brushes.png);
background-size: cover;
height: 550px; */
color: white; }
#backgroundImg:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
#title {
position: absolute;
font-family: Courier;
z-index: 1;
top: 20%;
left: 20%;
right: 20%;
color: #ffffff; }
#title h1 {
font-size: 50px; }
#title p {
font-size: 18px;
margin-bottom: 10%; }
#title input {
margin-top: 5%;
color: #ffffff;
padding: 1% 8%;
background: none;
border: 2px solid #ffffff; }
#title input:hover {
border-style: dotted; }
/*body .flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn { color: #CCCCCC; background-color: #a4854d; } body .flip-clock-dot, body .flip-clock-small-wrapper .flip-clock-dot { background: #323434; } body .flip-clock-wrapper .flip-clock-meridium a, body .flip-clock-small-wrapper .flip-clock-meridium a { color: #323434; }*/
body .flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn {
color: #CCCCCC;
background-color: #a4854d; }
body .flip-clock-dot, body .flip-clock-small-wrapper .flip-clock-dot {
background: #323434; }
body .flip-clock-wrapper .flip-clock-meridium a, body .flip-clock-small-wrapper .flip-clock-meridium a {
color: #323434; }
@media (min-width: 768px) {
.navbar-nav {
position: relative;
right: -5%;
margin-left: 3%; }
.navbar-nav li {
position: relative; }
.navbar-nav li a {
line-height: 105px;
/*vertical-align: middle;*/ }
.navbar-nav ul > li > a {
line-height: 35px; }
.navbar-nav .navbar ul.dropdown-menu, .navbar-nav .navbar li.dropdown b.caret {
display: none; } }
@media (max-width: 768px) {
.clock-builder-output .flip-clock-wrapper {
margin: 0 auto;
display: block;
width: 322px;
height: 116px; }
#title {
top: 0%;
left: 5%;
right: 5%; }
#title h1 {
font-size: 20px; }
#title p {
font-size: 13px;
/*margin-bottom: 5%;*/ }
#title input {
/*margin-top: 5%;*/
color: #ffffff;
padding: 1% 8%;
background: none;
border: 2px solid #ffffff; } }
@media (min-width: 1200px) {
.navbar-nav > li a {
padding: 0 30px; } }
/*# sourceMappingURL=style.css.map */
|
public/css/style.css
|
.logo {
height: 85px;
width: 85px; }
.upperlogo {
margin-top: -40px; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #ffffff; }
.navbar {
background-color: white;
min-height: auto;
position: relative;
top: 0px;
font-family: 14px Helvetica Neue;
letter-spacing: 2px;
width: auto;
border-right: none;
border-left: none;
margin-bottom: 0px;
padding: 20px 0px; }
.navbar-brand {
padding: 0 15px;
height: 126px;
margin-left: 33.33%; }
.navbar-header button {
color: white;
border: none; }
.navbar-default .navbar-nav > li > a {
color: black; }
.navbar-default .navbar-nav > li > a:hover {
color: #a4854d; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #ceb98b; }
.dropdown:hover .dropdown-menu {
display: block; }
.formwidth {
max-width: 350px;
margin-left: auto;
margin-right: auto;
text-align: left; }
.container label {
font-family: Helvetica Neue;
letter-spacing: 2px;
font-weight: normal; }
.container h3 {
font-family: Helvetica Neue;
letter-spacing: 2px; }
.container .form-control {
border-radius: 0px; }
.container .submit-button {
background-color: #a4854d;
color: #fff;
border-color: #a4854d; }
.container .submit-button:hover {
background-color: #ceb98b;
border-color: #ceb98b; }
footer {
border-top: 1px solid #eaeaeb;
font: 13px Helvetica Neue;
letter-spacing: 0.04em;
margin-top: 100px; }
html, body {
height: 100%;
margin: 0; }
.fullScreen {
min-height: 100%; }
h1 {
font-family: Courier;
letter-spacing: 1px; }
a {
color: black; }
a:hover {
color: #a4854d; }
.btn:hover {
color: #a4854d; }
.footer-links {
padding-left: 0;
margin-bottom: 20px; }
ul {
list-style: none; }
.modal-body {
line-height: 50px; }
.modal-body p {
margin-left: 2%; }
.editImg Img {
width: 120px;
height: 100px; }
#objectPage .row {
letter-spacing: 1px;
line-height: 2em; }
#objectPage .add-button {
line-height: 30px;
padding-left: 60px;
padding-right: 60px;
background-color: #000000;
color: #ffffff;
border: 1px solid #E4E4E4; }
#objectPage .add-button:hover {
background-color: #a4854d; }
.thumbnail {
border: 0px; }
.thumbnail .caption {
text-align: center; }
.divider {
height: 330px;
border-right: 1px solid #e6e6e6; }
.contactForm form {
width: 600px; }
.frontPage h1 {
font-family: Courier;
letter-spacing: 1px; }
.frontPage .submit-button {
line-height: 30px;
padding-right: 40px;
padding-left: 40px; }
.contactPage {
font-family: Helvetica Neue;
letter-spacing: 2px; }
#catalogueMenu .breadcrumb {
background-color: #ffffff; }
.btn-link {
color: black; }
body {
margin: 0 20px; }
.fade {
opacity: 1; }
.storyBox {
font-family: Courier;
letter-spacing: 1px;
line-height: 250%;
padding: 50px 50px; }
.storyBox img {
width: 500px; }
#map {
height: 350px; }
.carousel-inner {
/*max-height: 650px;*/
max-height: 85vh; }
#backgroundImg {
font-family: Courier;
letter-spacing: 1px;
will-change: transform, filter;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
transition: transform 16s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s ease-out 1s, -webkit-filter 1s ease-out 1s;
overflow: hidden;
/*background-image: url(../img/Brushes.png);
background-size: cover;
height: 550px; */
color: white; }
#backgroundImg:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
#title {
position: absolute;
font-family: Courier;
z-index: 1;
top: 20%;
left: 20%;
right: 20%;
color: #ffffff; }
#title h1 {
font-size: 50px; }
#title p {
font-size: 18px;
margin-bottom: 10%; }
#title input {
margin-top: 5%;
color: #ffffff;
padding: 1% 8%;
background: none;
border: 2px solid #ffffff; }
#title input:hover {
border-style: dotted; }
/*body .flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn { color: #CCCCCC; background-color: #a4854d; } body .flip-clock-dot, body .flip-clock-small-wrapper .flip-clock-dot { background: #323434; } body .flip-clock-wrapper .flip-clock-meridium a, body .flip-clock-small-wrapper .flip-clock-meridium a { color: #323434; }*/
body .flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn {
color: #CCCCCC;
background-color: #a4854d; }
body .flip-clock-dot, body .flip-clock-small-wrapper .flip-clock-dot {
background: #323434; }
body .flip-clock-wrapper .flip-clock-meridium a, body .flip-clock-small-wrapper .flip-clock-meridium a {
color: #323434; }
@media (min-width: 768px) {
.navbar-nav {
position: relative;
right: -5%;
margin-left: 3%; }
.navbar-nav li {
position: relative; }
.navbar-nav li a {
line-height: 105px;
/*vertical-align: middle;*/ }
.navbar-nav ul > li > a {
line-height: 35px; }
.navbar-nav .navbar ul.dropdown-menu, .navbar-nav .navbar li.dropdown b.caret {
display: none; } }
@media (max-width: 768px) {
.clock-builder-output .flip-clock-wrapper {
margin: 0 auto;
display: block;
width: 322px;
height: 116px; }
#title {
top: 0%;
left: 5%;
right: 5%; }
#title h1 {
font-size: 20px; }
#title p {
font-size: 13px;
/*margin-bottom: 5%;*/ }
#title input {
/*margin-top: 5%;*/
color: #ffffff;
padding: 1% 8%;
background: none;
border: 2px solid #ffffff; } }
@media (min-width: 1200px) {
.navbar-nav > li a {
padding: 0 30px; } }
/*# sourceMappingURL=style.css.map */
| 0.391057 | 0.114443 |
.axis-x,
.axis-y {
font-family: var(--roboto);
.domain {
stroke: none;
}
}
.axis-y {
.tick {
line {
stroke: #888;
stroke-dasharray: 3px 3px;
}
}
}
.area {
fill: var(--area);
}
.area-bgc1 {
fill: var(--wes-bgc1);
}
.bg1 {
background-color: var(--wes-bg1);
}
.area-bgc2 {
fill: var(--wes-bgc2);
}
.bg2 {
background-color: var(--wes-bg2);
}
.bar-bgc3 {
fill: var(--wes-bgc3);
}
.bg3 {
background-color: var(--wes-bg3);
}
.bar-bgc4 {
fill: var(--wes-bgc4);
}
.bg4 {
background-color: var(--wes-bg4);
}
.bar-bgc5 {
fill: var(--wes-bgc5);
}
.bg5 {
background-color: var(--wes-bg5);
}
.scatter-bgc6 {
fill: var(--wes-bgc6);
}
.bg6 {
background-color: var(--wes-bg6);
}
.area-bgc7 {
fill: var(--wes-bgc7);
}
.bg7 {
background-color: var(--wes-bg7);
}
.x-hover-line,
.y-hover-line {
stroke: var(--wes-red);
}
.circle-focus {
fill: var(--wes-red);
}
.text-focus {
font-family: var(--roboto);
font-size: 12px;
}
.overlay {
fill: transparent;
}
.chart-lluvia-tooltip-dos {
position: relative;
}
.tooltip {
position: absolute;
z-index: 2;
width: 70px;
margin-left: 20px;
padding: 10px;
border-radius: 3px;
}
.tooltip-lluvias {
background-color: #8B8379;
height: auto;
width: 300px;
border-color: #8B8379;
margin-left: 0;
top: 150px;
p {
&:empty {
display: none;
}
}
.tooltipYear {
color: var(--white);
font-size: 1.1rem;
font-weight: normal;
max-width: 300px;
.textYear {
display: block;
font-size: 1.3rem;
}
span {
font-weight: bold;
font-family: var(--monospace);
}
}
}
.chart-lluvia-bar-vertical-tooltip {
position: relative;
}
.tooltip-lluvia-mes-container {
position: absolute;
font-family: var(--roboto);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 5px 15px;
border-left: 5px solid #34009c;
background-color: #F3F3F3;
box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
top: 5%;
left: 50%;
transform: translate(-50%, -50%);
}
.tooltip-lluvia-mes {
font-size: 16px;
color: #34009c;
}
.tooltip-lluvia-mes-total {
font-weight: bold;
}
@media only screen and (min-width: 48em) {
.axis-x,
.axis-y {
font-size: 14px;
}
}
.line {
fill: none;
stroke: var(--area);
}
.bar-stack-container {
.tick {
text {
font-family: var(--roboto);
}
}
}
.chart-temperature-max {
.axis-x .domain {
stroke: var(--black);
}
}
.ticks {
font-size: 10px;
}
.track,
.track-inset,
.track-overlay {
stroke-linecap: round;
}
.track {
stroke: #dcdcdc;
stroke-width: 10px;
}
.track-inset {
stroke: #dcdcdc;
stroke-width: 8px;
}
.track-overlay {
pointer-events: stroke;
stroke-width: 50px;
stroke: transparent;
cursor: crosshair;
}
.handle {
fill: #fff;
stroke: #000;
stroke-opacity: .5;
stroke-width: 1.25px;
}
|
src/css/_graficas.css
|
.axis-x,
.axis-y {
font-family: var(--roboto);
.domain {
stroke: none;
}
}
.axis-y {
.tick {
line {
stroke: #888;
stroke-dasharray: 3px 3px;
}
}
}
.area {
fill: var(--area);
}
.area-bgc1 {
fill: var(--wes-bgc1);
}
.bg1 {
background-color: var(--wes-bg1);
}
.area-bgc2 {
fill: var(--wes-bgc2);
}
.bg2 {
background-color: var(--wes-bg2);
}
.bar-bgc3 {
fill: var(--wes-bgc3);
}
.bg3 {
background-color: var(--wes-bg3);
}
.bar-bgc4 {
fill: var(--wes-bgc4);
}
.bg4 {
background-color: var(--wes-bg4);
}
.bar-bgc5 {
fill: var(--wes-bgc5);
}
.bg5 {
background-color: var(--wes-bg5);
}
.scatter-bgc6 {
fill: var(--wes-bgc6);
}
.bg6 {
background-color: var(--wes-bg6);
}
.area-bgc7 {
fill: var(--wes-bgc7);
}
.bg7 {
background-color: var(--wes-bg7);
}
.x-hover-line,
.y-hover-line {
stroke: var(--wes-red);
}
.circle-focus {
fill: var(--wes-red);
}
.text-focus {
font-family: var(--roboto);
font-size: 12px;
}
.overlay {
fill: transparent;
}
.chart-lluvia-tooltip-dos {
position: relative;
}
.tooltip {
position: absolute;
z-index: 2;
width: 70px;
margin-left: 20px;
padding: 10px;
border-radius: 3px;
}
.tooltip-lluvias {
background-color: #8B8379;
height: auto;
width: 300px;
border-color: #8B8379;
margin-left: 0;
top: 150px;
p {
&:empty {
display: none;
}
}
.tooltipYear {
color: var(--white);
font-size: 1.1rem;
font-weight: normal;
max-width: 300px;
.textYear {
display: block;
font-size: 1.3rem;
}
span {
font-weight: bold;
font-family: var(--monospace);
}
}
}
.chart-lluvia-bar-vertical-tooltip {
position: relative;
}
.tooltip-lluvia-mes-container {
position: absolute;
font-family: var(--roboto);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 5px 15px;
border-left: 5px solid #34009c;
background-color: #F3F3F3;
box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
top: 5%;
left: 50%;
transform: translate(-50%, -50%);
}
.tooltip-lluvia-mes {
font-size: 16px;
color: #34009c;
}
.tooltip-lluvia-mes-total {
font-weight: bold;
}
@media only screen and (min-width: 48em) {
.axis-x,
.axis-y {
font-size: 14px;
}
}
.line {
fill: none;
stroke: var(--area);
}
.bar-stack-container {
.tick {
text {
font-family: var(--roboto);
}
}
}
.chart-temperature-max {
.axis-x .domain {
stroke: var(--black);
}
}
.ticks {
font-size: 10px;
}
.track,
.track-inset,
.track-overlay {
stroke-linecap: round;
}
.track {
stroke: #dcdcdc;
stroke-width: 10px;
}
.track-inset {
stroke: #dcdcdc;
stroke-width: 8px;
}
.track-overlay {
pointer-events: stroke;
stroke-width: 50px;
stroke: transparent;
cursor: crosshair;
}
.handle {
fill: #fff;
stroke: #000;
stroke-opacity: .5;
stroke-width: 1.25px;
}
| 0.57523 | 0.185541 |
div:after {
content: "";
display: table;
clear: both;
}
a {
color: #000;
}
a:hover {
color: #0a58ca;
text-decoration: underline;
font-style: italic;
}
hr {
color: #808080;
text-align: center;
}
#titolo {
box-shadow: 1px 3px 5px 1px #777777;
position: sticky;
display: flex;
flex-wrap: wrap;
top: 0;
z-index: 1;
width: 100%;
height: 30px;
margin-bottom: 10px;
border-bottom: 2px solid #000;
background-color: #000;
}
#titolo #nomePagina {
width: 95%;
position: relative;
margin-bottom: 0px;
}
#titolo #nomePagina h2{
color: #ffffcc;
text-align: center;
position: relative;
font-weight: bold;
margin-top: 0%;
}
@media only screen and (min-width: 768px) {
#titolo {
padding-bottom: 10px;
}
#titolo #nomePagina h2{
font-size: 38px;
}
}
#titolo #menuDivButton {
position: relative;
width: 5%;
height: 30px;
margin-top: 0px;
margin-left: 0px;
}
#titolo #menuDivButton span {
width: 35px;
height: 5px;
position: relative;
left: 25%;
display: block;
margin-top: 4px;
background: #ffffcc;
border-radius: 50px;
}
#titolo #menuDivButton:hover {
opacity: 0.7;
transition: opacity 1s;
cursor: pointer;
}
@media only screen and (min-width: 768px) {
#titolo #menuDivButton{
top: 5px;
}
}
@media screen and (max-width: 500px) {
#titolo #menuDivButton{
width: 11%;
}
#titolo #nomePagina {
width: 89%;
}
}
@media screen and (max-width: 400px) {
#titolo #menuDivButton{
width: 15%;
}
#titolo #nomePagina {
width: 85%;
}
}
@media screen and (max-width: 300px) {
#titolo #menuDivButton{
width: 22%;
}
#titolo #nomePagina {
width: 78%;
}
}
#testo {
padding: 0px 5px;
}
#testo h2 {
margin: 2px 0px 1px;
}
#testo p {
font-family: serif;
font-size: 15px;
}
#testo p a img {
vertical-align: middle;
}
@media only screen and (min-width: 768px) {
#testo {
padding: 0.5% 8%;
}
#testo p {
font-size: 18px;
}
}
.foto_sinistra {
float: left;
height: 120px;
margin-right: 10px;
margin-bottom: 1px;
border-radius: 50%;
}
.foto_destra {
float: right;
height: 120px;
margin-right: 10px;
margin-bottom: 1px;
border-radius: 50%;
}
#menu #lista {
width: 100%;
left: 0%;
}
#menu #resto {
width: 0%;
left: 100%;
}
#menu #lista {
display: none;
min-height: 100%;
left: 0%;
top: 0%;
z-index: 3;
background-color: #faf9f9;
position: absolute;
}
#menu #lista ul {
padding-top: 0%;
padding-left: 20%;
list-style: none;
position: sticky;
top: 2%;
}
#menu #lista ul li {
margin-bottom: 20px;
}
#menu #lista ul li a {
text-decoration: none;
font-size: 24px;
margin-bottom: 10px;
color: #000;
}
#menu #lista ul li a img {
width: 20px;
height: auto;
}
#menu #lista ul li a:hover {
color: #0a58ca;
font-style: italic;
}
#menu #lista ul #exit {
width: 20px;
height: auto;
position: sticky;
transform: translateX(-30px);
}
#menu #lista ul #exit:hover {
cursor: pointer;
}
#menu #lista ul #exit img {
width: 15px;
height: auto;
}
#menu #resto {
top: 0%;
min-height: 100%;
position: absolute;
z-index: 3;
display: none;
background-color: #7e7d7dda;
}
@media only screen and (min-width: 330px) and (max-width: 768px) {
#menu #lista {
width: 75%;
left: 0%;
}
#menu #resto {
width: 25%;
left: 75%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
#menu #lista {
width: 35%;
left: 0%;
}
#menu #resto {
width: 65%;
left: 35%;
}
}
@media only screen and (min-width: 1060px) and (max-width: 1300px) {
#menu #lista {
width: 25%;
left: 0%;
}
#menu #resto {
width: 75%;
left: 25%;
}
}
@media only screen and (min-width: 1300px) {
#menu #lista {
width: 20%;
left: 0%;
}
#menu #resto {
width: 80%;
left: 20%;
}
}
body {
min-height: 100%;
top: 0%;
left: 0%;
min-width: 100%;
position: absolute;
margin: 0%;
padding: 0%;
background-color: #E8E8E8;
}
@media only screen and (min-width: 768px) {
body {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background-color: #000;
}
}
@media only screen and (min-width: 768px) {
#tutto {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
min-width: 70%;
margin-left: 15%;
margin-right: 15%;
top: 0%;
background-color: #E8E8E8;
position: absolute;
}
}
footer {
background-image: linear-gradient(to right, #9ba5da, #bbe7c8, #dee7e7);
padding-bottom: 4%;
border-top: 2px solid #000;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
width: 100%;
margin-top: 5%;
position: relative;
}
footer p {
font-size: 18px;
color: #000;
position: relative;
padding: 0.5% 2%;
}
footer #linkContatti {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
text-decoration: none;
position: relative;
}
footer #linkContatti a {
display: inline-block;
margin-left: 35px;
text-align: center;
text-decoration: none;
}
footer #linkContatti a img {
background-color: #00000000;
width: 40px;
height: auto;
}
@media only screen and (min-width:500px) and (max-width: 768px) {
footer {
width: 100%;
}
footer p {
padding-top: 0px;
font-size: 40px;
}
footer #linkContatti a:hover {
opacity: 0.7;
transition: opacity 1s;
transform: scale3d(0.9, 0.9, 0.9);
transition: transform 1s;
}
footer #linkContatti a img {
width: 85px;
height: auto;
}
}
@media screen and (min-width: 768px) {
footer {
width: 100%;
}
footer p {
font-size: 30px;
}
footer #linkContatti a:hover {
opacity: 0.7;
transition: opacity 1s;
transform: scale3d(0.9, 0.9, 0.9);
transition: transform 1s;
}
footer #linkContatti a img {
width: 85px;
height: auto;
}
}
#invito {
text-align: center;
font-family: serif;
padding: 0% 10%;
}
#invito a {
color: #000;
}
#invito a:hover {
font-style: oblique;
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#invito {
font-size: 27px;
}
}
@media only screen and (min-width: 768px) {
#invito {
font-size: 20px;
}
}
#CI, #storia, #competenze {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
min-width: 90%;
margin: 20px 5px 10px;
border-radius: 10px;
}
#CI #dati {
position: relative;
display: grid;
margin: 10px 0px 20px;
left: -40px;
}
#CI #foto_profilo {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-radius: 100%;
min-width: 100%;
margin-top: 10px;
}
#CI #foto_profilo a {
color: #000;
}
#CI #foto_profilo a img{
width: 80px;
height: auto;
border-radius: 50%;
}
@media only screen and (max-width: 500px) {
#CI, #storia, #competenze {
min-width: 90%;
margin: 2.5% 2.5%;
}
#CI #dati {
position: relative;
display: grid;
margin: 0px 0px 20px;
}
#CI #dati #nome span h2,
#CI #dati #nazionalita span h2,
#CI #dati #lingue_conosciute span h2,
#CI #dati #residenza span h2 {
font-size: 28px;
margin-bottom: 2px;
transform: translateX(-7px);
}
#CI #dati #nome span:last-child,
#CI #dati #nazionalita span:last-child,
#CI #dati #lingue_conosciute span:last-child,
#CI #dati #residenza span:last-child {
font-size: 18px;
}
#CI #foto_profilo {
margin-top: 20px;
}
#CI #foto_profilo a img{
width: 120px;
height: auto;
}
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#CI, #storia, #competenze {
min-width: 90%;
margin: 1% 2.5%;
border-radius: 10px;
}
#CI #dati {
position: relative;
display: grid;
left: -100px;
margin: 0px 0px 20px;
padding: 10px;
}
#CI #dati #nome span h2,
#CI #dati #nazionalita span h2,
#CI #dati #lingue_conosciute span h2,
#CI #dati #residenza span h2 {
font-size: 38px;
margin-bottom: 2px;
transform: translateX(-7px);
}
#CI #dati #nome span:last-child,
#CI #dati #nazionalita span:last-child,
#CI #dati #lingue_conosciute span:last-child,
#CI #dati #residenza span:last-child {
font-size: 28px;
}
#CI #foto_profilo {
border-radius: 100%;
min-width: 100%;
margin-top: 50px;
}
#CI #foto_profilo a {
color: #000;
}
#CI #foto_profilo a img{
width: 150px;
height: auto;
border-radius: 50%;
}
}
@media only screen and (min-width: 768px) {
#CI, #storia, #competenze {
position: relative;
display: grid;
min-width: 98%;
margin: 13px;
}
#CI #foto_profilo {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-radius: 100%;
min-width: 100%;
}
#CI #foto_profilo a {
color: #000;
}
#CI #foto_profilo a img {
width: 120px;
height: auto;
border-radius: 100%;
}
#CI #foto_profilo a img:hover {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
}
#CI #dati {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
min-width: 100%;
position: relative;
}
#CI #dati:after {
content: "";
display: table;
clear: both;
}
#CI #dati #nome,
#CI #dati #nazionalita,
#CI #dati #lingue_conosciute,
#CI #dati #residenza {
margin-right: 90px;
}
#CI #dati #nome span h2,
#CI #dati #nazionalita span h2,
#CI #dati #lingue_conosciute span h2,
#CI #dati #residenza span h2 {
margin-bottom: 5px;
transform: translateX(-7px);
}
#CI #dati #nome:last-child {
margin-right: 0%;
}
}
#foto_profilo_div {
width: 100%;
height: 100%;
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 1;
justify-content: center;
overflow: hidden;
background-color: #7e7d7dda;
}
#foto_profilo_div iframe {
z-index: 1;
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
width: 300px;
height: 300px;
border-radius: 10px;
position: relative;
top: 20px;
left: 1%;
}
#foto_profilo_div #foto_profilo_exit {
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border: 0px solid #00000000;
border-radius: 100%;
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
cursor: pointer;
position: relative;
background-color: #fff;
z-index: 1;
top: 20px;
left: 0%;
}
#foto_profilo_div #foto_profilo_exit img {
width: 10px;
height: 10px;
}
@media only screen and (min-width: 768px) {
#foto_profilo_div {
justify-content: center;
background-color: #7e7d7dda;
}
#foto_profilo_div #foto_profilo_exit {
top: 15%;
}
#foto_profilo_div iframe {
top: 15%;
}
}
#competenze {
display: grid;
}
#competenze img {
width: auto;
height: 50px;
}
#competenze p {
text-align: center;
font-family: serif;
padding: 0px 20px;
}
#competenze p a {
color: #000;
}
#competenze p a:hover {
color: #0a58ca;
text-decoration: underline;
font-style: oblique;
}
#competenze #LWQ, #competenze #CPG {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 10px;
}
#competenze #LWQ #Linux,
#competenze #LWQ #webdev,
#competenze #LWQ #qt,
#competenze #LWQ #python,
#competenze #LWQ #C,
#competenze #LWQ #git,
#competenze #CPG #Linux,
#competenze #CPG #webdev,
#competenze #CPG #qt,
#competenze #CPG #python,
#competenze #CPG #C,
#competenze #CPG #git {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
width: 300px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
text-align: center;
padding: 15px;
margin: 20px;
background-color: #f5f5f5;
border-radius: 10px;
}
#competenze #LWQ #Linux img,
#competenze #LWQ #webdev img,
#competenze #LWQ #qt img,
#competenze #LWQ #python img,
#competenze #LWQ #C img,
#competenze #LWQ #git img,
#competenze #CPG #Linux img,
#competenze #CPG #webdev img,
#competenze #CPG #qt img,
#competenze #CPG #python img,
#competenze #CPG #C img,
#competenze #CPG #git img {
margin-bottom: 0%;
}
#competenze #LWQ #Linux h2,
#competenze #LWQ #webdev h2,
#competenze #LWQ #qt h2,
#competenze #LWQ #python h2,
#competenze #LWQ #C h2,
#competenze #LWQ #git h2,
#competenze #CPG #Linux h2,
#competenze #CPG #webdev h2,
#competenze #CPG #qt h2,
#competenze #CPG #python h2,
#competenze #CPG #C h2,
#competenze #CPG #git h2 {
display: block;
margin-top: 0%;
margin-bottom: 3%;
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#competenze {
display: grid;
}
#competenze p {
font-size: 27px;
padding: 2px 50px 0px;
}
#competenze img {
width: auto;
height: 50px;
}
#competenze #LWQ, #competenze #CPG {
margin-bottom: 10px;
}
#competenze #LWQ #Linux,
#competenze #LWQ #webdev,
#competenze #LWQ #qt,
#competenze #LWQ #python,
#competenze #LWQ #C,
#competenze #LWQ #git,
#competenze #CPG #Linux,
#competenze #CPG #webdev,
#competenze #CPG #qt,
#competenze #CPG #python,
#competenze #CPG #C,
#competenze #CPG #git {
width: 300px;
height: 300px;
padding: 15px;
margin: 20px;
}
#competenze #LWQ #Linux img,
#competenze #LWQ #webdev img,
#competenze #LWQ #qt img,
#competenze #LWQ #python img,
#competenze #LWQ #C img,
#competenze #LWQ #git img,
#competenze #CPG #Linux img,
#competenze #CPG #webdev img,
#competenze #CPG #qt img,
#competenze #CPG #python img,
#competenze #CPG #C img,
#competenze #CPG #git img {
margin-bottom: 0%;
}
#competenze #LWQ #Linux h2,
#competenze #LWQ #webdev h2,
#competenze #LWQ #qt h2,
#competenze #LWQ #python h2,
#competenze #LWQ #C h2,
#competenze #LWQ #git h2,
#competenze #CPG #Linux h2,
#competenze #CPG #webdev h2,
#competenze #CPG #qt h2,
#competenze #CPG #python h2,
#competenze #CPG #C h2,
#competenze #CPG #git h2 {
margin-top: 0%;
margin-bottom: 3%;
font-size: 30px;
}
#competenze #LWQ #Linux span,
#competenze #LWQ #webdev span,
#competenze #LWQ #qt span,
#competenze #LWQ #python span,
#competenze #LWQ #C span,
#competenze #LWQ #git span,
#competenze #CPG #Linux span,
#competenze #CPG #webdev span,
#competenze #CPG #qt span,
#competenze #CPG #python span,
#competenze #CPG #C span,
#competenze #CPG #git span{
font-size: 25px;
}
}
@media only screen and (min-width: 768px) {
#competenze {
display: grid;
}
#competenze img {
width: auto;
height: 50px;
}
#competenze #LWQ, #competenze #CPG {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0px 60px 10px;
}
#competenze #LWQ #Linux,
#competenze #LWQ #webdev,
#competenze #LWQ #qt,
#competenze #LWQ #python,
#competenze #LWQ #C,
#competenze #LWQ #git,
#competenze #CPG #Linux,
#competenze #CPG #webdev,
#competenze #CPG #qt,
#competenze #CPG #python,
#competenze #CPG #C,
#competenze #CPG #git {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
width: 300px;
height: 200px;
text-align: center;
padding: 15px;
margin: 20px;
border-radius: 10px;
}
#competenze #LWQ #Linux h2,
#competenze #LWQ #webdev h2,
#competenze #LWQ #qt h2,
#competenze #LWQ #python h2,
#competenze #LWQ #C h2,
#competenze #LWQ #git h2,
#competenze #CPG #Linux h2,
#competenze #CPG #webdev h2,
#competenze #CPG #qt h2,
#competenze #CPG #python h2,
#competenze #CPG #C h2,
#competenze #CPG #git h2 {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#competenze p {
font-size: 20px;
}
#competenze p a {
color: #000;
}
#competenze p a:hover {
color: #0a58ca;
text-decoration: underline;
font-style: oblique;
}
}
#sep_descr {
display: flex;
}
#sep_descr #title_right {
position: relative;
transform: translateX(80%);
}
#sep_descr #title_left {
position: relative;
transform: translateX(-190%);
}
#storia {
position: relative;
display: grid;
min-width: 95%;
height: auto;
padding-bottom: 2%;
}
#timeline {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-top-left-radius: 80px;
border-top-right-radius: 80px;
border-bottom-left-radius: 80px;
border-bottom-right-radius: 80px;
position: absolute;
width: 6px;
height: 96%;
top: 3%;
bottom: 3%;
left: 50%;
background-color: #000;
}
.container_left {
position: relative;
transform: translateX(-85%);
}
.container_left #square {
width: 20px;
height: 6px;
background-color: #000;
transform: translate(675%, 1040%);
}
.container_left #square #point {
width: 10px;
height: 10px;
position: relative;
right: 30%;
background-color: #000;
border-radius: 100%;
transform: translateY(-2px);
}
.container_right {
position: relative;
transform: translateX(60%);
}
.container_right #square {
width: 20px;
height: 6px;
background-color: #000;
transform: translate(-225%, 1040%);
}
.container_right #square:after {
content: "";
display: table;
clear: both;
}
.container_right #square #point {
width: 10px;
height: 10px;
position: relative;
left: 90%;
background-color: #000;
border-radius: 100%;
transform: translateY(-2px);
}
.content {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 1px 3px 5px 1px #1d1d1d;
max-width: 100px;
margin: 5% 0% 1%;
margin-left: 0%;
padding: 0% 5% 0%;
background-color: #f5f5f5;
border-radius: 10px;
}
.content h2 {
margin-bottom: 2%;
font-size: 16px;
text-align: center;
}
.content p {
margin-top: 2%;
font-size: 14px;
padding: 2% 5% 0%;
}
@media only screen and (max-width: 500px) {
#sep_descr #title_right {
left: 0px;
}
#sep_descr #title_left {
left: 55px;
}
.container_left {
left: 40px;
}
.container_left #square {
transform: translate(675%, 1040%);
}
.container_right {
left: 35px;
}
.container_right #square {
transform: translate(-225%, 1040%);
}
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#sep_descr #title_right {
transform: translateX(100%);
}
#sep_descr #title_left {
transform: translateX(-100%);
}
#sep_descr #title_right h2,
#sep_descr #title_left h2 {
font-size: 40px;
}
.content {
max-width: 180px;
}
.content h2 {
font-size: 30px;
}
.content p {
font-size: 25px;
}
.container_left {
transform: translateX(-75%);
}
.container_left #square {
width: 60px;
transform: translate(390%, 1040%);
}
.container_left #square #point {
left: 0px;
}
.container_right {
transform: translateX(85%);
}
.container_right #square {
width: 60px;
transform: translate(-130%, 1040%);
}
}
@media only screen and (min-width: 768px) {
#sep_descr #title_right {
transform: translateX(225%);
}
#sep_descr #title_left {
transform: translateX(-200%);
}
#storia {
min-width: 98%;
}
.content {
max-width: 200px;
}
.content h2 {
font-size: 18px;
}
.content p {
font-size: 16px;
}
.container_left {
transform: translateX(-75%);
}
.container_left #square {
transform: translate(1150%, 1040%);
}
.container_right {
transform: translateX(75%);
}
.container_right #square {
transform: translate(-230%, 1040%);
}
}
|
css/index.css
|
div:after {
content: "";
display: table;
clear: both;
}
a {
color: #000;
}
a:hover {
color: #0a58ca;
text-decoration: underline;
font-style: italic;
}
hr {
color: #808080;
text-align: center;
}
#titolo {
box-shadow: 1px 3px 5px 1px #777777;
position: sticky;
display: flex;
flex-wrap: wrap;
top: 0;
z-index: 1;
width: 100%;
height: 30px;
margin-bottom: 10px;
border-bottom: 2px solid #000;
background-color: #000;
}
#titolo #nomePagina {
width: 95%;
position: relative;
margin-bottom: 0px;
}
#titolo #nomePagina h2{
color: #ffffcc;
text-align: center;
position: relative;
font-weight: bold;
margin-top: 0%;
}
@media only screen and (min-width: 768px) {
#titolo {
padding-bottom: 10px;
}
#titolo #nomePagina h2{
font-size: 38px;
}
}
#titolo #menuDivButton {
position: relative;
width: 5%;
height: 30px;
margin-top: 0px;
margin-left: 0px;
}
#titolo #menuDivButton span {
width: 35px;
height: 5px;
position: relative;
left: 25%;
display: block;
margin-top: 4px;
background: #ffffcc;
border-radius: 50px;
}
#titolo #menuDivButton:hover {
opacity: 0.7;
transition: opacity 1s;
cursor: pointer;
}
@media only screen and (min-width: 768px) {
#titolo #menuDivButton{
top: 5px;
}
}
@media screen and (max-width: 500px) {
#titolo #menuDivButton{
width: 11%;
}
#titolo #nomePagina {
width: 89%;
}
}
@media screen and (max-width: 400px) {
#titolo #menuDivButton{
width: 15%;
}
#titolo #nomePagina {
width: 85%;
}
}
@media screen and (max-width: 300px) {
#titolo #menuDivButton{
width: 22%;
}
#titolo #nomePagina {
width: 78%;
}
}
#testo {
padding: 0px 5px;
}
#testo h2 {
margin: 2px 0px 1px;
}
#testo p {
font-family: serif;
font-size: 15px;
}
#testo p a img {
vertical-align: middle;
}
@media only screen and (min-width: 768px) {
#testo {
padding: 0.5% 8%;
}
#testo p {
font-size: 18px;
}
}
.foto_sinistra {
float: left;
height: 120px;
margin-right: 10px;
margin-bottom: 1px;
border-radius: 50%;
}
.foto_destra {
float: right;
height: 120px;
margin-right: 10px;
margin-bottom: 1px;
border-radius: 50%;
}
#menu #lista {
width: 100%;
left: 0%;
}
#menu #resto {
width: 0%;
left: 100%;
}
#menu #lista {
display: none;
min-height: 100%;
left: 0%;
top: 0%;
z-index: 3;
background-color: #faf9f9;
position: absolute;
}
#menu #lista ul {
padding-top: 0%;
padding-left: 20%;
list-style: none;
position: sticky;
top: 2%;
}
#menu #lista ul li {
margin-bottom: 20px;
}
#menu #lista ul li a {
text-decoration: none;
font-size: 24px;
margin-bottom: 10px;
color: #000;
}
#menu #lista ul li a img {
width: 20px;
height: auto;
}
#menu #lista ul li a:hover {
color: #0a58ca;
font-style: italic;
}
#menu #lista ul #exit {
width: 20px;
height: auto;
position: sticky;
transform: translateX(-30px);
}
#menu #lista ul #exit:hover {
cursor: pointer;
}
#menu #lista ul #exit img {
width: 15px;
height: auto;
}
#menu #resto {
top: 0%;
min-height: 100%;
position: absolute;
z-index: 3;
display: none;
background-color: #7e7d7dda;
}
@media only screen and (min-width: 330px) and (max-width: 768px) {
#menu #lista {
width: 75%;
left: 0%;
}
#menu #resto {
width: 25%;
left: 75%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
#menu #lista {
width: 35%;
left: 0%;
}
#menu #resto {
width: 65%;
left: 35%;
}
}
@media only screen and (min-width: 1060px) and (max-width: 1300px) {
#menu #lista {
width: 25%;
left: 0%;
}
#menu #resto {
width: 75%;
left: 25%;
}
}
@media only screen and (min-width: 1300px) {
#menu #lista {
width: 20%;
left: 0%;
}
#menu #resto {
width: 80%;
left: 20%;
}
}
body {
min-height: 100%;
top: 0%;
left: 0%;
min-width: 100%;
position: absolute;
margin: 0%;
padding: 0%;
background-color: #E8E8E8;
}
@media only screen and (min-width: 768px) {
body {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background-color: #000;
}
}
@media only screen and (min-width: 768px) {
#tutto {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
min-width: 70%;
margin-left: 15%;
margin-right: 15%;
top: 0%;
background-color: #E8E8E8;
position: absolute;
}
}
footer {
background-image: linear-gradient(to right, #9ba5da, #bbe7c8, #dee7e7);
padding-bottom: 4%;
border-top: 2px solid #000;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
width: 100%;
margin-top: 5%;
position: relative;
}
footer p {
font-size: 18px;
color: #000;
position: relative;
padding: 0.5% 2%;
}
footer #linkContatti {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
text-decoration: none;
position: relative;
}
footer #linkContatti a {
display: inline-block;
margin-left: 35px;
text-align: center;
text-decoration: none;
}
footer #linkContatti a img {
background-color: #00000000;
width: 40px;
height: auto;
}
@media only screen and (min-width:500px) and (max-width: 768px) {
footer {
width: 100%;
}
footer p {
padding-top: 0px;
font-size: 40px;
}
footer #linkContatti a:hover {
opacity: 0.7;
transition: opacity 1s;
transform: scale3d(0.9, 0.9, 0.9);
transition: transform 1s;
}
footer #linkContatti a img {
width: 85px;
height: auto;
}
}
@media screen and (min-width: 768px) {
footer {
width: 100%;
}
footer p {
font-size: 30px;
}
footer #linkContatti a:hover {
opacity: 0.7;
transition: opacity 1s;
transform: scale3d(0.9, 0.9, 0.9);
transition: transform 1s;
}
footer #linkContatti a img {
width: 85px;
height: auto;
}
}
#invito {
text-align: center;
font-family: serif;
padding: 0% 10%;
}
#invito a {
color: #000;
}
#invito a:hover {
font-style: oblique;
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#invito {
font-size: 27px;
}
}
@media only screen and (min-width: 768px) {
#invito {
font-size: 20px;
}
}
#CI, #storia, #competenze {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
min-width: 90%;
margin: 20px 5px 10px;
border-radius: 10px;
}
#CI #dati {
position: relative;
display: grid;
margin: 10px 0px 20px;
left: -40px;
}
#CI #foto_profilo {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-radius: 100%;
min-width: 100%;
margin-top: 10px;
}
#CI #foto_profilo a {
color: #000;
}
#CI #foto_profilo a img{
width: 80px;
height: auto;
border-radius: 50%;
}
@media only screen and (max-width: 500px) {
#CI, #storia, #competenze {
min-width: 90%;
margin: 2.5% 2.5%;
}
#CI #dati {
position: relative;
display: grid;
margin: 0px 0px 20px;
}
#CI #dati #nome span h2,
#CI #dati #nazionalita span h2,
#CI #dati #lingue_conosciute span h2,
#CI #dati #residenza span h2 {
font-size: 28px;
margin-bottom: 2px;
transform: translateX(-7px);
}
#CI #dati #nome span:last-child,
#CI #dati #nazionalita span:last-child,
#CI #dati #lingue_conosciute span:last-child,
#CI #dati #residenza span:last-child {
font-size: 18px;
}
#CI #foto_profilo {
margin-top: 20px;
}
#CI #foto_profilo a img{
width: 120px;
height: auto;
}
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#CI, #storia, #competenze {
min-width: 90%;
margin: 1% 2.5%;
border-radius: 10px;
}
#CI #dati {
position: relative;
display: grid;
left: -100px;
margin: 0px 0px 20px;
padding: 10px;
}
#CI #dati #nome span h2,
#CI #dati #nazionalita span h2,
#CI #dati #lingue_conosciute span h2,
#CI #dati #residenza span h2 {
font-size: 38px;
margin-bottom: 2px;
transform: translateX(-7px);
}
#CI #dati #nome span:last-child,
#CI #dati #nazionalita span:last-child,
#CI #dati #lingue_conosciute span:last-child,
#CI #dati #residenza span:last-child {
font-size: 28px;
}
#CI #foto_profilo {
border-radius: 100%;
min-width: 100%;
margin-top: 50px;
}
#CI #foto_profilo a {
color: #000;
}
#CI #foto_profilo a img{
width: 150px;
height: auto;
border-radius: 50%;
}
}
@media only screen and (min-width: 768px) {
#CI, #storia, #competenze {
position: relative;
display: grid;
min-width: 98%;
margin: 13px;
}
#CI #foto_profilo {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-radius: 100%;
min-width: 100%;
}
#CI #foto_profilo a {
color: #000;
}
#CI #foto_profilo a img {
width: 120px;
height: auto;
border-radius: 100%;
}
#CI #foto_profilo a img:hover {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
}
#CI #dati {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
min-width: 100%;
position: relative;
}
#CI #dati:after {
content: "";
display: table;
clear: both;
}
#CI #dati #nome,
#CI #dati #nazionalita,
#CI #dati #lingue_conosciute,
#CI #dati #residenza {
margin-right: 90px;
}
#CI #dati #nome span h2,
#CI #dati #nazionalita span h2,
#CI #dati #lingue_conosciute span h2,
#CI #dati #residenza span h2 {
margin-bottom: 5px;
transform: translateX(-7px);
}
#CI #dati #nome:last-child {
margin-right: 0%;
}
}
#foto_profilo_div {
width: 100%;
height: 100%;
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 1;
justify-content: center;
overflow: hidden;
background-color: #7e7d7dda;
}
#foto_profilo_div iframe {
z-index: 1;
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
width: 300px;
height: 300px;
border-radius: 10px;
position: relative;
top: 20px;
left: 1%;
}
#foto_profilo_div #foto_profilo_exit {
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border: 0px solid #00000000;
border-radius: 100%;
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
cursor: pointer;
position: relative;
background-color: #fff;
z-index: 1;
top: 20px;
left: 0%;
}
#foto_profilo_div #foto_profilo_exit img {
width: 10px;
height: 10px;
}
@media only screen and (min-width: 768px) {
#foto_profilo_div {
justify-content: center;
background-color: #7e7d7dda;
}
#foto_profilo_div #foto_profilo_exit {
top: 15%;
}
#foto_profilo_div iframe {
top: 15%;
}
}
#competenze {
display: grid;
}
#competenze img {
width: auto;
height: 50px;
}
#competenze p {
text-align: center;
font-family: serif;
padding: 0px 20px;
}
#competenze p a {
color: #000;
}
#competenze p a:hover {
color: #0a58ca;
text-decoration: underline;
font-style: oblique;
}
#competenze #LWQ, #competenze #CPG {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 10px;
}
#competenze #LWQ #Linux,
#competenze #LWQ #webdev,
#competenze #LWQ #qt,
#competenze #LWQ #python,
#competenze #LWQ #C,
#competenze #LWQ #git,
#competenze #CPG #Linux,
#competenze #CPG #webdev,
#competenze #CPG #qt,
#competenze #CPG #python,
#competenze #CPG #C,
#competenze #CPG #git {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
width: 300px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
text-align: center;
padding: 15px;
margin: 20px;
background-color: #f5f5f5;
border-radius: 10px;
}
#competenze #LWQ #Linux img,
#competenze #LWQ #webdev img,
#competenze #LWQ #qt img,
#competenze #LWQ #python img,
#competenze #LWQ #C img,
#competenze #LWQ #git img,
#competenze #CPG #Linux img,
#competenze #CPG #webdev img,
#competenze #CPG #qt img,
#competenze #CPG #python img,
#competenze #CPG #C img,
#competenze #CPG #git img {
margin-bottom: 0%;
}
#competenze #LWQ #Linux h2,
#competenze #LWQ #webdev h2,
#competenze #LWQ #qt h2,
#competenze #LWQ #python h2,
#competenze #LWQ #C h2,
#competenze #LWQ #git h2,
#competenze #CPG #Linux h2,
#competenze #CPG #webdev h2,
#competenze #CPG #qt h2,
#competenze #CPG #python h2,
#competenze #CPG #C h2,
#competenze #CPG #git h2 {
display: block;
margin-top: 0%;
margin-bottom: 3%;
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#competenze {
display: grid;
}
#competenze p {
font-size: 27px;
padding: 2px 50px 0px;
}
#competenze img {
width: auto;
height: 50px;
}
#competenze #LWQ, #competenze #CPG {
margin-bottom: 10px;
}
#competenze #LWQ #Linux,
#competenze #LWQ #webdev,
#competenze #LWQ #qt,
#competenze #LWQ #python,
#competenze #LWQ #C,
#competenze #LWQ #git,
#competenze #CPG #Linux,
#competenze #CPG #webdev,
#competenze #CPG #qt,
#competenze #CPG #python,
#competenze #CPG #C,
#competenze #CPG #git {
width: 300px;
height: 300px;
padding: 15px;
margin: 20px;
}
#competenze #LWQ #Linux img,
#competenze #LWQ #webdev img,
#competenze #LWQ #qt img,
#competenze #LWQ #python img,
#competenze #LWQ #C img,
#competenze #LWQ #git img,
#competenze #CPG #Linux img,
#competenze #CPG #webdev img,
#competenze #CPG #qt img,
#competenze #CPG #python img,
#competenze #CPG #C img,
#competenze #CPG #git img {
margin-bottom: 0%;
}
#competenze #LWQ #Linux h2,
#competenze #LWQ #webdev h2,
#competenze #LWQ #qt h2,
#competenze #LWQ #python h2,
#competenze #LWQ #C h2,
#competenze #LWQ #git h2,
#competenze #CPG #Linux h2,
#competenze #CPG #webdev h2,
#competenze #CPG #qt h2,
#competenze #CPG #python h2,
#competenze #CPG #C h2,
#competenze #CPG #git h2 {
margin-top: 0%;
margin-bottom: 3%;
font-size: 30px;
}
#competenze #LWQ #Linux span,
#competenze #LWQ #webdev span,
#competenze #LWQ #qt span,
#competenze #LWQ #python span,
#competenze #LWQ #C span,
#competenze #LWQ #git span,
#competenze #CPG #Linux span,
#competenze #CPG #webdev span,
#competenze #CPG #qt span,
#competenze #CPG #python span,
#competenze #CPG #C span,
#competenze #CPG #git span{
font-size: 25px;
}
}
@media only screen and (min-width: 768px) {
#competenze {
display: grid;
}
#competenze img {
width: auto;
height: 50px;
}
#competenze #LWQ, #competenze #CPG {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0px 60px 10px;
}
#competenze #LWQ #Linux,
#competenze #LWQ #webdev,
#competenze #LWQ #qt,
#competenze #LWQ #python,
#competenze #LWQ #C,
#competenze #LWQ #git,
#competenze #CPG #Linux,
#competenze #CPG #webdev,
#competenze #CPG #qt,
#competenze #CPG #python,
#competenze #CPG #C,
#competenze #CPG #git {
box-shadow: 1px 3px 5px 1px #1d1d1d;
transition: box-shadow 0.5s;
width: 300px;
height: 200px;
text-align: center;
padding: 15px;
margin: 20px;
border-radius: 10px;
}
#competenze #LWQ #Linux h2,
#competenze #LWQ #webdev h2,
#competenze #LWQ #qt h2,
#competenze #LWQ #python h2,
#competenze #LWQ #C h2,
#competenze #LWQ #git h2,
#competenze #CPG #Linux h2,
#competenze #CPG #webdev h2,
#competenze #CPG #qt h2,
#competenze #CPG #python h2,
#competenze #CPG #C h2,
#competenze #CPG #git h2 {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#competenze p {
font-size: 20px;
}
#competenze p a {
color: #000;
}
#competenze p a:hover {
color: #0a58ca;
text-decoration: underline;
font-style: oblique;
}
}
#sep_descr {
display: flex;
}
#sep_descr #title_right {
position: relative;
transform: translateX(80%);
}
#sep_descr #title_left {
position: relative;
transform: translateX(-190%);
}
#storia {
position: relative;
display: grid;
min-width: 95%;
height: auto;
padding-bottom: 2%;
}
#timeline {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-top-left-radius: 80px;
border-top-right-radius: 80px;
border-bottom-left-radius: 80px;
border-bottom-right-radius: 80px;
position: absolute;
width: 6px;
height: 96%;
top: 3%;
bottom: 3%;
left: 50%;
background-color: #000;
}
.container_left {
position: relative;
transform: translateX(-85%);
}
.container_left #square {
width: 20px;
height: 6px;
background-color: #000;
transform: translate(675%, 1040%);
}
.container_left #square #point {
width: 10px;
height: 10px;
position: relative;
right: 30%;
background-color: #000;
border-radius: 100%;
transform: translateY(-2px);
}
.container_right {
position: relative;
transform: translateX(60%);
}
.container_right #square {
width: 20px;
height: 6px;
background-color: #000;
transform: translate(-225%, 1040%);
}
.container_right #square:after {
content: "";
display: table;
clear: both;
}
.container_right #square #point {
width: 10px;
height: 10px;
position: relative;
left: 90%;
background-color: #000;
border-radius: 100%;
transform: translateY(-2px);
}
.content {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 1px 3px 5px 1px #1d1d1d;
max-width: 100px;
margin: 5% 0% 1%;
margin-left: 0%;
padding: 0% 5% 0%;
background-color: #f5f5f5;
border-radius: 10px;
}
.content h2 {
margin-bottom: 2%;
font-size: 16px;
text-align: center;
}
.content p {
margin-top: 2%;
font-size: 14px;
padding: 2% 5% 0%;
}
@media only screen and (max-width: 500px) {
#sep_descr #title_right {
left: 0px;
}
#sep_descr #title_left {
left: 55px;
}
.container_left {
left: 40px;
}
.container_left #square {
transform: translate(675%, 1040%);
}
.container_right {
left: 35px;
}
.container_right #square {
transform: translate(-225%, 1040%);
}
}
@media only screen and (min-width:500px) and (max-width: 768px) {
#sep_descr #title_right {
transform: translateX(100%);
}
#sep_descr #title_left {
transform: translateX(-100%);
}
#sep_descr #title_right h2,
#sep_descr #title_left h2 {
font-size: 40px;
}
.content {
max-width: 180px;
}
.content h2 {
font-size: 30px;
}
.content p {
font-size: 25px;
}
.container_left {
transform: translateX(-75%);
}
.container_left #square {
width: 60px;
transform: translate(390%, 1040%);
}
.container_left #square #point {
left: 0px;
}
.container_right {
transform: translateX(85%);
}
.container_right #square {
width: 60px;
transform: translate(-130%, 1040%);
}
}
@media only screen and (min-width: 768px) {
#sep_descr #title_right {
transform: translateX(225%);
}
#sep_descr #title_left {
transform: translateX(-200%);
}
#storia {
min-width: 98%;
}
.content {
max-width: 200px;
}
.content h2 {
font-size: 18px;
}
.content p {
font-size: 16px;
}
.container_left {
transform: translateX(-75%);
}
.container_left #square {
transform: translate(1150%, 1040%);
}
.container_right {
transform: translateX(75%);
}
.container_right #square {
transform: translate(-230%, 1040%);
}
}
| 0.199542 | 0.069132 |
html {
min-height: 100%;
position: relative;
}
body {
font-family: 'Josefin Sans';
background-color: white;
height: 100%;
margin: 0;
width: 100%;
border: none;
}
.center {
text-align: center;
}
.bg_mime {
background-color: #e8eaf6;
}
.logo_mime {
margin-top: 20px;
height: 120px;
display: inline;
}
.category_bloc_container {
display: block;
text-align: center;
}
.category_bloc {
display: inline-block;
width: 350px;
height: 450px;
background-color: #0d47a1;
color: white;
border-radius: 5px;
margin-left: 30px;
margin-top: 30px;
overflow: hidden;
}
.margin-bottom {
margin-bottom: 30px;
}
h1.mailing, h2.mailing {
color: #1976D2;
}
a:link, a:visited {
color: #6cf;
text-decoration: none;
}
a:hover, a:active {
font-weight: bold;
text-decoration: none;
}
a.link:hover, a.link:active {
text-decoration: none;
font-weight: normal;
}
a.link {
color: rgba(0,51,153,0.8);
text-decoration: underline;
}
td {
font-size: 23px;
}
ol {
text-align: left;
}
p {
margin: 5px;
font-size: 22px;
}
li {
font-size: 25px;
line-height: 40px;
}
.no_margin {
margin: 0 auto;
}
.bold {
font-weight: bold;
}
.underline {
text-decoration: underline;
}
.darkblue {
color : #1976D2;
}
.margin-top {
margin-top : 30px;
}
.margin-left {
margin-left: 30px;
}
.margin-right {
margin-right: 30px;
}
h2.category, h1.category {
text-transform: uppercase;
font-size: 40px;
color : #0d47a1;
}
h2.design, h1.design {
line-height: 70px;
background-color: #white;
width: 100%;
}
.head_category {
background-color: #42a5f5;
color: white;
text-align: center;
height: 190px;
padding-top: 1px;
}
hr.category {
margin-bottom: 30px;
margin-top: 20px;
width: 100%;
}
hr.little {
width: 30%;
margin-top: 15px;
margin-bottom: 15px;
}
table#skill {
margin : 0 auto;
margin-top: 5vh;
}
.skill_logo {
max-width: 120px;
}
.skill_img {
width: 90px;
height: 80px;
margin-left: 15px;
}
.content_container {
margin-left: 350px;
text-align: center;
margin-top: 0;
}
.logo {
vertical-align: middle;
width: 55px;
height: auto;
text-align: left;
margin-right: 20px;
margin-top: 20px;
}
.logo.like {
margin-top: 10px;
}
.container {
margin-top: 30px;
width: 100%;
}
.small_container {
margin-top: 30px;
width: 70%
}
.circle_photo {
border : 3px solid #09f;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.icon_header {
width: 55px;
height: auto;
text-align: left;
margin-right: 20px;
}
.whole_screen {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
}
#logo_bottom {
margin-left: 15%;
}
#title_sendmail {
margin-top: 30vh;
}
#header {
position: absolute;
left: 0;
top: 0;
float: left;
width: 350px;
overflow: hidden;
min-height: 100%;
background-color: #222;
text-align: center;
}
.test_color {
background-color: green;
}
.app_button {
font-size: 100px;
font-weight: bold;
}
#header_li {
list-style-type: none;
}
#div_photo_sarah {
text-align: center;
margin: 0 auto;
width: 100%;
height: auto;
}
#photo_sarah {
max-height: 25vh;
max-width: 90%;
width: auto;
height: auto;
margin: 0 auto;
margin-top: 10px;
}
h1.gold, h2.gold, p.gold, h3.gold, ol.gold, ul.gold, li.gold {
color: #6cf;
}
.darkgreen {
color: #2ddada;
}
h1.white, h2.white, p.white, h3.white {
color: white;
}
hr.gold {
border-color: #6cf;
}
hr#hr1 {
margin-top: 30px;
margin-bottom: 10px;
}
#logo_div {
display: inline-block;
text-align: left;
}
#speech {
text-align: center;
margin: 0 auto;
max-width: 70%;
}
.bloc {
text-align: center;
margin-top: 35vh;
}
#mime_app {
text-align: center;
margin-top: 26vh;
}
#time {
font-size: 40px;
color : #1976D2;
}
.vertical-align {
margin-top: 35vh;
}
#word {
border :none;
box-shadow: none;
color : #1976D2;
font-size: 100px;
font-family: 'Josefin sans';
font-weight: bold;
}
#word_input {
width: 20vw;
height: 45px;
font-size: 40px;
text-align: right;
font-weight: bold;
color : #1976D2;
font-family: 'Josefin sans';
border-radius: 5px;
padding-right: 20px;
}
#mailform {
margin-top: 12vh;
}
#button_mail {
margin-bottom: 25px;
margin-top: 10px;
}
.cursor {
cursor: pointer;
}
button.wegive {
text-decoration: none;
border-radius: 0px 0px 5px 5px;
background: #6cf;
box-shadow: 0px 6px #000055;
border: none;
padding-left: 16px;
padding-right: 16px;
color: white;
font-size: 18px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 6px;
min-width: 150px;
min-height: 40px;
}
button.wegive:hover {
box-shadow: 0 4px #000055;
margin-top: 2px;
margin-bottom: 4px;
}
button.wegive:active {
box-shadow: 0 0 #000055;
margin-top: 6px;
margin-bottom: 0px;
}
button:focus, input:focus {
outline: 0;
}
.mime_button {
margin-top: 20px;
text-align: center;
}
#timer {
position: absolute;
right: 40px;
top: 20px;
font-size: 80px;
color: black;
font-weight: bold;
z-index: 1000;
}
#show_results {
font-size: 40px;
font-weight: bold;
color : #1976D2;
}
.size_50 {
font-size: 50px;
}
#button_results {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
#text_area_mailing {
min-height: 100px;
}
.display-inline {
display: inline-block;
}
.vertical-align-top {
vertical-align: top;
}
.mime_number {
margin-top: 10px;
margin-bottom: 5px;
font-size: 18px;
}
.skill_img_container {
position: relative;
}
div.language_name {
position: absolute;
top: 25%;
text-align: center;
font-size: 25px;
width: 88%;
}
div.language_name.css , div.language_name.ror{
top: 5px;
}
.form-control {
width: 350px;
background-color: #eee;
border-radius: 5px;
border: 2px solid gray;
padding: 10px;
font-family: 'Josefin sans';
font-size: 17px;
margin-bottom: 20px;
outline: none;
}
#audio_mime {
display: hidden;
}
.right_word {
color :green;
}
.wrong_word {
color: red;
}
#close_button {
font-size: 25px;
padding-bottom: 5px;
cursor: pointer;
cursor: hand;
}
#popup {
color: white;
margin: 10px;
width: 40vw;
height: auto;
background-color: #1976D2;
border: 4px solid #000055;
}
#rules_explain {
color: #1976D2;
font-size: 35px;
font-weight: bold;
border: 4px solid #000055;
}
#rules_point {
position: absolute;
top: 50px;
left: 70px;
border: 4px solid #1976D2;
height: 40px;
width: 40px;
border-radius: 50%;
line-height: 50px;
text-align: center;
}
#rules_text {
position: absolute;
top: 60px;
left: 130px;
font-size: 30px;
}
/****************************************************************************/
/* BG COLOR LAP SKILL */
/***************************************************************************/
img.c {
background-color: #f66;
}
img.css {
background-color: #ffb366;
}
img.sql {
background-color: #e5e600;
}
img.ror {
background-color: #5cd65c;
}
img.php {
background-color: #33d6ff;
}
img.cpp {
background-color: #4d79ff;
}
img.asm {
background-color: #e699ff;
}
|
mime/application.css
|
html {
min-height: 100%;
position: relative;
}
body {
font-family: 'Josefin Sans';
background-color: white;
height: 100%;
margin: 0;
width: 100%;
border: none;
}
.center {
text-align: center;
}
.bg_mime {
background-color: #e8eaf6;
}
.logo_mime {
margin-top: 20px;
height: 120px;
display: inline;
}
.category_bloc_container {
display: block;
text-align: center;
}
.category_bloc {
display: inline-block;
width: 350px;
height: 450px;
background-color: #0d47a1;
color: white;
border-radius: 5px;
margin-left: 30px;
margin-top: 30px;
overflow: hidden;
}
.margin-bottom {
margin-bottom: 30px;
}
h1.mailing, h2.mailing {
color: #1976D2;
}
a:link, a:visited {
color: #6cf;
text-decoration: none;
}
a:hover, a:active {
font-weight: bold;
text-decoration: none;
}
a.link:hover, a.link:active {
text-decoration: none;
font-weight: normal;
}
a.link {
color: rgba(0,51,153,0.8);
text-decoration: underline;
}
td {
font-size: 23px;
}
ol {
text-align: left;
}
p {
margin: 5px;
font-size: 22px;
}
li {
font-size: 25px;
line-height: 40px;
}
.no_margin {
margin: 0 auto;
}
.bold {
font-weight: bold;
}
.underline {
text-decoration: underline;
}
.darkblue {
color : #1976D2;
}
.margin-top {
margin-top : 30px;
}
.margin-left {
margin-left: 30px;
}
.margin-right {
margin-right: 30px;
}
h2.category, h1.category {
text-transform: uppercase;
font-size: 40px;
color : #0d47a1;
}
h2.design, h1.design {
line-height: 70px;
background-color: #white;
width: 100%;
}
.head_category {
background-color: #42a5f5;
color: white;
text-align: center;
height: 190px;
padding-top: 1px;
}
hr.category {
margin-bottom: 30px;
margin-top: 20px;
width: 100%;
}
hr.little {
width: 30%;
margin-top: 15px;
margin-bottom: 15px;
}
table#skill {
margin : 0 auto;
margin-top: 5vh;
}
.skill_logo {
max-width: 120px;
}
.skill_img {
width: 90px;
height: 80px;
margin-left: 15px;
}
.content_container {
margin-left: 350px;
text-align: center;
margin-top: 0;
}
.logo {
vertical-align: middle;
width: 55px;
height: auto;
text-align: left;
margin-right: 20px;
margin-top: 20px;
}
.logo.like {
margin-top: 10px;
}
.container {
margin-top: 30px;
width: 100%;
}
.small_container {
margin-top: 30px;
width: 70%
}
.circle_photo {
border : 3px solid #09f;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.icon_header {
width: 55px;
height: auto;
text-align: left;
margin-right: 20px;
}
.whole_screen {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
}
#logo_bottom {
margin-left: 15%;
}
#title_sendmail {
margin-top: 30vh;
}
#header {
position: absolute;
left: 0;
top: 0;
float: left;
width: 350px;
overflow: hidden;
min-height: 100%;
background-color: #222;
text-align: center;
}
.test_color {
background-color: green;
}
.app_button {
font-size: 100px;
font-weight: bold;
}
#header_li {
list-style-type: none;
}
#div_photo_sarah {
text-align: center;
margin: 0 auto;
width: 100%;
height: auto;
}
#photo_sarah {
max-height: 25vh;
max-width: 90%;
width: auto;
height: auto;
margin: 0 auto;
margin-top: 10px;
}
h1.gold, h2.gold, p.gold, h3.gold, ol.gold, ul.gold, li.gold {
color: #6cf;
}
.darkgreen {
color: #2ddada;
}
h1.white, h2.white, p.white, h3.white {
color: white;
}
hr.gold {
border-color: #6cf;
}
hr#hr1 {
margin-top: 30px;
margin-bottom: 10px;
}
#logo_div {
display: inline-block;
text-align: left;
}
#speech {
text-align: center;
margin: 0 auto;
max-width: 70%;
}
.bloc {
text-align: center;
margin-top: 35vh;
}
#mime_app {
text-align: center;
margin-top: 26vh;
}
#time {
font-size: 40px;
color : #1976D2;
}
.vertical-align {
margin-top: 35vh;
}
#word {
border :none;
box-shadow: none;
color : #1976D2;
font-size: 100px;
font-family: 'Josefin sans';
font-weight: bold;
}
#word_input {
width: 20vw;
height: 45px;
font-size: 40px;
text-align: right;
font-weight: bold;
color : #1976D2;
font-family: 'Josefin sans';
border-radius: 5px;
padding-right: 20px;
}
#mailform {
margin-top: 12vh;
}
#button_mail {
margin-bottom: 25px;
margin-top: 10px;
}
.cursor {
cursor: pointer;
}
button.wegive {
text-decoration: none;
border-radius: 0px 0px 5px 5px;
background: #6cf;
box-shadow: 0px 6px #000055;
border: none;
padding-left: 16px;
padding-right: 16px;
color: white;
font-size: 18px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 6px;
min-width: 150px;
min-height: 40px;
}
button.wegive:hover {
box-shadow: 0 4px #000055;
margin-top: 2px;
margin-bottom: 4px;
}
button.wegive:active {
box-shadow: 0 0 #000055;
margin-top: 6px;
margin-bottom: 0px;
}
button:focus, input:focus {
outline: 0;
}
.mime_button {
margin-top: 20px;
text-align: center;
}
#timer {
position: absolute;
right: 40px;
top: 20px;
font-size: 80px;
color: black;
font-weight: bold;
z-index: 1000;
}
#show_results {
font-size: 40px;
font-weight: bold;
color : #1976D2;
}
.size_50 {
font-size: 50px;
}
#button_results {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
#text_area_mailing {
min-height: 100px;
}
.display-inline {
display: inline-block;
}
.vertical-align-top {
vertical-align: top;
}
.mime_number {
margin-top: 10px;
margin-bottom: 5px;
font-size: 18px;
}
.skill_img_container {
position: relative;
}
div.language_name {
position: absolute;
top: 25%;
text-align: center;
font-size: 25px;
width: 88%;
}
div.language_name.css , div.language_name.ror{
top: 5px;
}
.form-control {
width: 350px;
background-color: #eee;
border-radius: 5px;
border: 2px solid gray;
padding: 10px;
font-family: 'Josefin sans';
font-size: 17px;
margin-bottom: 20px;
outline: none;
}
#audio_mime {
display: hidden;
}
.right_word {
color :green;
}
.wrong_word {
color: red;
}
#close_button {
font-size: 25px;
padding-bottom: 5px;
cursor: pointer;
cursor: hand;
}
#popup {
color: white;
margin: 10px;
width: 40vw;
height: auto;
background-color: #1976D2;
border: 4px solid #000055;
}
#rules_explain {
color: #1976D2;
font-size: 35px;
font-weight: bold;
border: 4px solid #000055;
}
#rules_point {
position: absolute;
top: 50px;
left: 70px;
border: 4px solid #1976D2;
height: 40px;
width: 40px;
border-radius: 50%;
line-height: 50px;
text-align: center;
}
#rules_text {
position: absolute;
top: 60px;
left: 130px;
font-size: 30px;
}
/****************************************************************************/
/* BG COLOR LAP SKILL */
/***************************************************************************/
img.c {
background-color: #f66;
}
img.css {
background-color: #ffb366;
}
img.sql {
background-color: #e5e600;
}
img.ror {
background-color: #5cd65c;
}
img.php {
background-color: #33d6ff;
}
img.cpp {
background-color: #4d79ff;
}
img.asm {
background-color: #e699ff;
}
| 0.240685 | 0.068756 |
.text-center{
text-align: center;
}
/* main */
/* .main{
background-size: cover;
font-family: "Open Sans", sans-serif;
} */
.main{
background: url('../img/bg-main.jpg') top center no-repeat;
/* background: url('../img/woman2.png') top right no-repeat; */
background-size: cover;
font-family: "Open Sans", sans-serif;
overflow: hidden;
padding: 140px 0;
position: relative;
}
.main-strong{
font-size:80px;
}
.main-small{
font-size: 48px;
}
.phone-numb{
position: absolute;
right: 40px;
top: 20px;
}
#custom-nav {
overflow: hidden;
width: 100%;
}
a:hover{
text-decoration: none !important;
color: #eee ;
}
.btn-main-call{
border: 3px solid #eee;
color: #eee;
padding: 10px;
margin-left: 10px;
}
.btn-main{
border: 3px solid #eee;
color: #eee;
padding: 15px;
font-size: 25px;
}
.btn-main:hover, .btn-main-call:hover{
border: 3px solid #eeeeee;
color: #2a2a28 !important;
background: #eee;
transition: 300ms;
cursor: pointer;
}
.main div{
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
padding-top: 100px;
}
.custom-nav{
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
.logo{
max-width: 160px;
width: 100%;
}
textarea {
resize: none;
}
.katalog{
padding: 45px 0;
background: #2b2727;
color: #f7f6f6;
}
.katalog h2, .advantage h2{
margin-bottom: 45px;
}
.katalog-img{
max-width: 400px;
width: 100%;
}
.custom-card{
margin: 5px 20px;
}
.advantage{
padding: 45px 0;
background: #eee;
}
.how-order {
position: relative;
overflow: hidden;
background-size: cover;
padding: 30px 0px;
}
.how-order h3 {
color: #000000;
font-family: font-title;
font-size: 24px;
font-weight: 400;
text-align: center;
line-height: 31px;
text-transform: uppercase;
padding-bottom: 70px;
}
.how-order p {
text-align: center;
color: #000000;
font-size: 21px;
font-weight: 400;
line-height: 25px;
padding-top: 20px;
}
.how-order img {
width: 85%}
.how-order .text-after:after {
content: url("../img/icons-how.png");
position: absolute;
right: -1px;
bottom: 179px;
}
.about-bl-1 {
padding: 50px 0px 80px 0px;
background: #f7f7f7;
position: relative;
overflow: hidden;
background-size: cover;
}
.about-bl-1 h3 {
color: #000000;
font-size: 24px;
font-weight: 400;
line-height: 60px;
font-family: font-title;
text-transform: uppercase;
padding-top: 50px;
padding-bottom: 50px;
}
.about-bl-1 p {
color: #000000;
font-size: 16px;
font-weight: 400;
line-height: 21px;
}
/* преимущества */
.adv-list {
counter-reset: li;
}
.adv-list-item:nth-child(odd) {
margin-right: auto;
text-align: right;
padding-right: 70px;
border-right: solid 1px #000;
}
.adv-list-item {
width: 50%;
position: relative;
padding-bottom: 14px;
}
.adv-list-item::before {
font-family: "Marmelad", sans-serif;
font-size: 24px;
font-weight: normal;
font-style: normal;
color: #fff;
}
ul, ol {
list-style: none;
}
.adv-list-item:before {
background-color: #000;
}
.adv-list-item:nth-child(odd)::before {
right: -21px;
}
.adv-list-item:before {
content: counter(li);
counter-increment: li;
position: absolute;
top: -4px;
width: 41px;
height: 41px;
border-radius: 50%;
line-height: 41px;
text-align: center;
}
.adv-list-text {
font-family: "Marmelad", sans-serif;
font-size: 23px;
line-height: 1.85;
font-weight: normal;
font-style: normal;
letter-spacing: 0.0em;
color: #000;
}
.adv-list-item:nth-child(even) {
margin-left: auto;
text-align: left;
padding-left: 70px;
border-left: solid 1px #000;
}
.adv-list-item:nth-child(even)::before {
left: -21px;
}
.adv-list-item:last-child {
border: none !important;
padding-bottom: 0 !important;
}
/* заявка низ */
.main2{
background: url("../img/main2.png") center 30% no-repeat;
background-size: cover;
padding: 100px 0;
}
.main2 .logo {
width: auto;
margin-top: 50px;
}
.main2 h2 {
font-size: 30px;
padding-bottom: 20px;
}
.main2 h5:before {
display: none;
}
.main2 h5 {
font-size: 22px;
line-height: 26px;
}
.main2 h1 {
font-size: 59px;
}
.main2 .sale {
max-width: 362px;
width: 100%;
}
.main2 .forma {
/* margin: 0px 100px; */
margin-top: 30px;
}
.main2 .sale-box{
text-align: center;
}
.main2-form{
margin: 0 0 0 auto;
background: #ffffff6b;
border-radius: 11px;
margin-left: auto;
}
/* feedbacks */
.feedback{
padding: 50px 0;
}
.feedback .name{
font-size: 20px;
font-weight: 600;
padding-left: 25px;
}
.feedback-card{
font-family: "Merriweather", serif;
font-size: 16px;
margin-bottom: 20px;
}
.comment{
border-radius: 78px;
background: #f8f9fa;
padding: 20px;
text-align: center;
border: 1px solid #eee;
}
.feedback-card div{
margin-bottom: 8px;
}
.feedback-card:nth-child(even){
margin-left: auto;
}
.m-auto{
margin: 0 auto;
}
.btn-custom{
border-radius: 50px !important;
}
@media(max-width: 992px) {
.about-bl-1 {
padding: 50px 0px 50px 0px;
text-align: center;
}
.about-bl-1 h3 {
font-size: 30px;
padding-top: 0px;
padding-bottom: 15px;
}
}
/* преимущества */
@media (max-width: 800px){
body:not(.bazium-no-resp) .adv-list {
padding-left: 50px;
}
body:not(.bazium-no-resp) .adv-list-item:nth-child(odd) {
margin: 0;
text-align: left;
padding-right: 0;
padding-left: 40px;
border-right: none;
border-left: solid 1px #000;
}
body:not(.bazium-no-resp) .adv-list-item {
width: 100%;
}
body:not(.bazium-no-resp) .adv-list-item:nth-child(odd)::before {
right: auto;
left: -21px;
}
body:not(.bazium-no-resp) .adv-list-item:nth-child(even) {
margin: 0;
padding-left: 40px;
}
body:not(.bazium-no-resp) .adv-list-item {
width: 100%;
}
}
@media (max-width: 767px) {
.main2 .sale{
margin-left: 15%;
}
.main-strong{
font-size:50px;
}
.main-small{
font-size: 28px;
}
}
@media (max-width: 576px) {
.how-order .text-after:after {
display: none;
}
.how-order h3 {
padding-bottom: 20px;
}
.how-order img {
width: 45%;
margin-left: 26%;
}
}
@media (max-width: 500px) {
.main2 .sale{
margin-left: 6%;
}
}
|
Tenereza/css/style.css
|
.text-center{
text-align: center;
}
/* main */
/* .main{
background-size: cover;
font-family: "Open Sans", sans-serif;
} */
.main{
background: url('../img/bg-main.jpg') top center no-repeat;
/* background: url('../img/woman2.png') top right no-repeat; */
background-size: cover;
font-family: "Open Sans", sans-serif;
overflow: hidden;
padding: 140px 0;
position: relative;
}
.main-strong{
font-size:80px;
}
.main-small{
font-size: 48px;
}
.phone-numb{
position: absolute;
right: 40px;
top: 20px;
}
#custom-nav {
overflow: hidden;
width: 100%;
}
a:hover{
text-decoration: none !important;
color: #eee ;
}
.btn-main-call{
border: 3px solid #eee;
color: #eee;
padding: 10px;
margin-left: 10px;
}
.btn-main{
border: 3px solid #eee;
color: #eee;
padding: 15px;
font-size: 25px;
}
.btn-main:hover, .btn-main-call:hover{
border: 3px solid #eeeeee;
color: #2a2a28 !important;
background: #eee;
transition: 300ms;
cursor: pointer;
}
.main div{
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
padding-top: 100px;
}
.custom-nav{
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
.logo{
max-width: 160px;
width: 100%;
}
textarea {
resize: none;
}
.katalog{
padding: 45px 0;
background: #2b2727;
color: #f7f6f6;
}
.katalog h2, .advantage h2{
margin-bottom: 45px;
}
.katalog-img{
max-width: 400px;
width: 100%;
}
.custom-card{
margin: 5px 20px;
}
.advantage{
padding: 45px 0;
background: #eee;
}
.how-order {
position: relative;
overflow: hidden;
background-size: cover;
padding: 30px 0px;
}
.how-order h3 {
color: #000000;
font-family: font-title;
font-size: 24px;
font-weight: 400;
text-align: center;
line-height: 31px;
text-transform: uppercase;
padding-bottom: 70px;
}
.how-order p {
text-align: center;
color: #000000;
font-size: 21px;
font-weight: 400;
line-height: 25px;
padding-top: 20px;
}
.how-order img {
width: 85%}
.how-order .text-after:after {
content: url("../img/icons-how.png");
position: absolute;
right: -1px;
bottom: 179px;
}
.about-bl-1 {
padding: 50px 0px 80px 0px;
background: #f7f7f7;
position: relative;
overflow: hidden;
background-size: cover;
}
.about-bl-1 h3 {
color: #000000;
font-size: 24px;
font-weight: 400;
line-height: 60px;
font-family: font-title;
text-transform: uppercase;
padding-top: 50px;
padding-bottom: 50px;
}
.about-bl-1 p {
color: #000000;
font-size: 16px;
font-weight: 400;
line-height: 21px;
}
/* преимущества */
.adv-list {
counter-reset: li;
}
.adv-list-item:nth-child(odd) {
margin-right: auto;
text-align: right;
padding-right: 70px;
border-right: solid 1px #000;
}
.adv-list-item {
width: 50%;
position: relative;
padding-bottom: 14px;
}
.adv-list-item::before {
font-family: "Marmelad", sans-serif;
font-size: 24px;
font-weight: normal;
font-style: normal;
color: #fff;
}
ul, ol {
list-style: none;
}
.adv-list-item:before {
background-color: #000;
}
.adv-list-item:nth-child(odd)::before {
right: -21px;
}
.adv-list-item:before {
content: counter(li);
counter-increment: li;
position: absolute;
top: -4px;
width: 41px;
height: 41px;
border-radius: 50%;
line-height: 41px;
text-align: center;
}
.adv-list-text {
font-family: "Marmelad", sans-serif;
font-size: 23px;
line-height: 1.85;
font-weight: normal;
font-style: normal;
letter-spacing: 0.0em;
color: #000;
}
.adv-list-item:nth-child(even) {
margin-left: auto;
text-align: left;
padding-left: 70px;
border-left: solid 1px #000;
}
.adv-list-item:nth-child(even)::before {
left: -21px;
}
.adv-list-item:last-child {
border: none !important;
padding-bottom: 0 !important;
}
/* заявка низ */
.main2{
background: url("../img/main2.png") center 30% no-repeat;
background-size: cover;
padding: 100px 0;
}
.main2 .logo {
width: auto;
margin-top: 50px;
}
.main2 h2 {
font-size: 30px;
padding-bottom: 20px;
}
.main2 h5:before {
display: none;
}
.main2 h5 {
font-size: 22px;
line-height: 26px;
}
.main2 h1 {
font-size: 59px;
}
.main2 .sale {
max-width: 362px;
width: 100%;
}
.main2 .forma {
/* margin: 0px 100px; */
margin-top: 30px;
}
.main2 .sale-box{
text-align: center;
}
.main2-form{
margin: 0 0 0 auto;
background: #ffffff6b;
border-radius: 11px;
margin-left: auto;
}
/* feedbacks */
.feedback{
padding: 50px 0;
}
.feedback .name{
font-size: 20px;
font-weight: 600;
padding-left: 25px;
}
.feedback-card{
font-family: "Merriweather", serif;
font-size: 16px;
margin-bottom: 20px;
}
.comment{
border-radius: 78px;
background: #f8f9fa;
padding: 20px;
text-align: center;
border: 1px solid #eee;
}
.feedback-card div{
margin-bottom: 8px;
}
.feedback-card:nth-child(even){
margin-left: auto;
}
.m-auto{
margin: 0 auto;
}
.btn-custom{
border-radius: 50px !important;
}
@media(max-width: 992px) {
.about-bl-1 {
padding: 50px 0px 50px 0px;
text-align: center;
}
.about-bl-1 h3 {
font-size: 30px;
padding-top: 0px;
padding-bottom: 15px;
}
}
/* преимущества */
@media (max-width: 800px){
body:not(.bazium-no-resp) .adv-list {
padding-left: 50px;
}
body:not(.bazium-no-resp) .adv-list-item:nth-child(odd) {
margin: 0;
text-align: left;
padding-right: 0;
padding-left: 40px;
border-right: none;
border-left: solid 1px #000;
}
body:not(.bazium-no-resp) .adv-list-item {
width: 100%;
}
body:not(.bazium-no-resp) .adv-list-item:nth-child(odd)::before {
right: auto;
left: -21px;
}
body:not(.bazium-no-resp) .adv-list-item:nth-child(even) {
margin: 0;
padding-left: 40px;
}
body:not(.bazium-no-resp) .adv-list-item {
width: 100%;
}
}
@media (max-width: 767px) {
.main2 .sale{
margin-left: 15%;
}
.main-strong{
font-size:50px;
}
.main-small{
font-size: 28px;
}
}
@media (max-width: 576px) {
.how-order .text-after:after {
display: none;
}
.how-order h3 {
padding-bottom: 20px;
}
.how-order img {
width: 45%;
margin-left: 26%;
}
}
@media (max-width: 500px) {
.main2 .sale{
margin-left: 6%;
}
}
| 0.384334 | 0.072178 |
body {
background-color: Pink;
margin: 0;
padding: 0;
}
#cover {
height: 900px;
position: relative;
top: -55px;
width: 100%;
background:url("http://maxcart.bg//sites/apartmentssunnybeach.net/files/uploads/Sunny-Beach-Restaurant[1].jpg") no-repeat center bottom;
background-size: cover;
background-attachment: fixed;
}
.cover-content {
box-sizing: border-box;
margin: 0 auto;
position: relative;
text-align: center;
top: 280px;
width: 70%;
}
h1 {
color:Yellow;
font-family: 'Lobster';
font-size: 100px;
line-height: 60px;
padding: 20px 10px;
text-align: center;
}
h2 {
color: Lime;
font-family: 'Pacifico', sans-serif;
font-size: 65px;
font-weight: 300;
text-align: center;
}
h3 {
color:Black;
font-family: 'Sedgwick Ave Display', sans-serif;
font-size: 50px;
text-align: center;
text-transform: uppercase;
}
p {
color: Blue;
font-family: 'Permanent Marker', sans-serif;
font-size: 25px;
font-weight: 300;
text-align: center;
}
p1 {
color: OrangeRed;
font-family: 'Permanent Marker', sans-serif;
font-size: 25px;
font-weight: 300;
text-align: center;
}
.btn {
background-color: #14213D;
color: #FFF;
font-family: 'Amatic SC', cursive;
font-size: 26px;
padding: 14px;
background-image: -webkit-linear-gradient(#FFD194, #BC1324);
}
.products {
background:Bisque;
box-sizing: border-box;
width: 90%;
margin: 20px auto;
padding: 20px 0px;
text-align: center;
}
.product img {
width:100%;
}
.product {
display: inline-block;
margin: 0px 2% 80px 2%;
text-align: center;
width: 45%;
}
.photo {
content: url(https://lh3.googleusercontent.com/w_Y6iBcQFMv7J27KtxYSpIQ0Jqcv1vOh28SGQRMB3dYdfI3_clOhmvR0LSg0HrYDVFp87LHmLS5pq0gxfO9PjmbKF1QFcH2T5NwR-zwC6qrvRwBea5UoVdprnbW3Yr8XStcHPQAG3qKnn2lsEuRNbXzPAC6fRajVwf8ojt3coXveO8e0bpJOmNuFTDmG301NKhRvdQPkOVJh_E10MVcYmIjh2NJzCTRcQhoomLggjnsm2xpEQiKLsALGRVCPHGK37fEEVL-LuTmJ-fSJ<KEY>BM_pEfyy3Zpd22Ai4k2rXsJkuF096oNmiztd5ThtnDafz1-DkG99phwinaz8lG668eiwomJjYNn479XEXGUoWY0BwMwO0evXNk8SjQXbz_63tZ7Jb7HcdBKE03YIGuj83Ei3GCwga82ijwZd6E7yk1TxzJC1OrhBrT4EG4WFXJ0aaSUe1kdZqR2npi7KP5h4beh0KUC8H0-z23KdEkGt-1eyYxPql0cjpmGhIDY6crN-9brY0qxY0gItUgU=w448-h336-no);
object-fit: cover;
width: 100%;
margin: 0px auto;
}
.notecard {
width: 500px;
height: 400px;
border: 5px solid Crimson;
display: inline-block;
margin: 20px;
font-size: 20px;
font-family: Chewy, sans-serif;
box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
}
.notecard:hover {
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .front, .notecard .back {
width: 100%;
height: 100%;
position: absolute;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
}
.notecard .front {
z-index: 3;
font-size: 40px;
}
.notecard .front .word {
display: block;
text-align: center;
position: relative;
top: 40%;
}
.notecard .front .word:hover {
color: Cyan;
}
.notecard .back {
z-index: 1;
word-wrap: break-word;
line-height: 1.6;
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .back .definitioz {
width: 100%;
height: 100%;
}
.notecard .back .definition .photo {
width: 90%;
margin: 0px auto;
}
.photo1 {
content: url(http://мастерфайбр.рф/d/258700/d/%D0%B1%D0%B0%D1%81%D0%BA%D0%B5%D1%82%D0%B1%D0%BE%D0%BB.jpg);
object-fit: cover;
width: 100%;
margin: 0px auto;
}
.notecard {
width: 500px;
height: 400px;
border: 5px solid Crimson;
display: inline-block;
margin: 20px;
font-size: 20px;
font-family: Chewy, sans-serif;
box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
}
.notecard:hover {
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .front, .notecard .back {
width: 100%;
height: 100%;
position: absolute;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
}
.notecard .front {
z-index: 3;
font-size: 40px;
}
.notecard .front .word {
display: block;
text-align: center;
position: relative;
top: 40%;
}
.notecard .front .word:hover {
color: Cyan;
}
.notecard .back {
z-index: 1;
word-wrap: break-word;
line-height: 1.6;
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .back .definition {
width: 100%;
height: 100%;
}
.notecard .back .definition .photo {
width: 90%;
margin: 0px auto;
}
@media only screen and (max-width: 480px) {
.products{
width:270px;
}
}
@media only screen and (max-width: 480px) {
.product{
width:270px;
}
}
@media only screen and (max-width: 480px) {
.notecards{
width:270px;
}
}
|
css/style.css
|
body {
background-color: Pink;
margin: 0;
padding: 0;
}
#cover {
height: 900px;
position: relative;
top: -55px;
width: 100%;
background:url("http://maxcart.bg//sites/apartmentssunnybeach.net/files/uploads/Sunny-Beach-Restaurant[1].jpg") no-repeat center bottom;
background-size: cover;
background-attachment: fixed;
}
.cover-content {
box-sizing: border-box;
margin: 0 auto;
position: relative;
text-align: center;
top: 280px;
width: 70%;
}
h1 {
color:Yellow;
font-family: 'Lobster';
font-size: 100px;
line-height: 60px;
padding: 20px 10px;
text-align: center;
}
h2 {
color: Lime;
font-family: 'Pacifico', sans-serif;
font-size: 65px;
font-weight: 300;
text-align: center;
}
h3 {
color:Black;
font-family: 'Sedgwick Ave Display', sans-serif;
font-size: 50px;
text-align: center;
text-transform: uppercase;
}
p {
color: Blue;
font-family: 'Permanent Marker', sans-serif;
font-size: 25px;
font-weight: 300;
text-align: center;
}
p1 {
color: OrangeRed;
font-family: 'Permanent Marker', sans-serif;
font-size: 25px;
font-weight: 300;
text-align: center;
}
.btn {
background-color: #14213D;
color: #FFF;
font-family: 'Amatic SC', cursive;
font-size: 26px;
padding: 14px;
background-image: -webkit-linear-gradient(#FFD194, #BC1324);
}
.products {
background:Bisque;
box-sizing: border-box;
width: 90%;
margin: 20px auto;
padding: 20px 0px;
text-align: center;
}
.product img {
width:100%;
}
.product {
display: inline-block;
margin: 0px 2% 80px 2%;
text-align: center;
width: 45%;
}
.photo {
content: url(https://lh3.googleusercontent.com/w_Y6iBcQFMv7J27KtxYSpIQ0Jqcv1vOh28SGQRMB3dYdfI3_clOhmvR0LSg0HrYDVFp87LHmLS5pq0gxfO9PjmbKF1QFcH2T5NwR-zwC6qrvRwBea5UoVdprnbW3Yr8XStcHPQAG3qKnn2lsEuRNbXzPAC6fRajVwf8ojt3coXveO8e0bpJOmNuFTDmG301NKhRvdQPkOVJh_E10MVcYmIjh2NJzCTRcQhoomLggjnsm2xpEQiKLsALGRVCPHGK37fEEVL-LuTmJ-fSJ<KEY>BM_pEfyy3Zpd22Ai4k2rXsJkuF096oNmiztd5ThtnDafz1-DkG99phwinaz8lG668eiwomJjYNn479XEXGUoWY0BwMwO0evXNk8SjQXbz_63tZ7Jb7HcdBKE03YIGuj83Ei3GCwga82ijwZd6E7yk1TxzJC1OrhBrT4EG4WFXJ0aaSUe1kdZqR2npi7KP5h4beh0KUC8H0-z23KdEkGt-1eyYxPql0cjpmGhIDY6crN-9brY0qxY0gItUgU=w448-h336-no);
object-fit: cover;
width: 100%;
margin: 0px auto;
}
.notecard {
width: 500px;
height: 400px;
border: 5px solid Crimson;
display: inline-block;
margin: 20px;
font-size: 20px;
font-family: Chewy, sans-serif;
box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
}
.notecard:hover {
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .front, .notecard .back {
width: 100%;
height: 100%;
position: absolute;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
}
.notecard .front {
z-index: 3;
font-size: 40px;
}
.notecard .front .word {
display: block;
text-align: center;
position: relative;
top: 40%;
}
.notecard .front .word:hover {
color: Cyan;
}
.notecard .back {
z-index: 1;
word-wrap: break-word;
line-height: 1.6;
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .back .definitioz {
width: 100%;
height: 100%;
}
.notecard .back .definition .photo {
width: 90%;
margin: 0px auto;
}
.photo1 {
content: url(http://мастерфайбр.рф/d/258700/d/%D0%B1%D0%B0%D1%81%D0%BA%D0%B5%D1%82%D0%B1%D0%BE%D0%BB.jpg);
object-fit: cover;
width: 100%;
margin: 0px auto;
}
.notecard {
width: 500px;
height: 400px;
border: 5px solid Crimson;
display: inline-block;
margin: 20px;
font-size: 20px;
font-family: Chewy, sans-serif;
box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
}
.notecard:hover {
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .front, .notecard .back {
width: 100%;
height: 100%;
position: absolute;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
}
.notecard .front {
z-index: 3;
font-size: 40px;
}
.notecard .front .word {
display: block;
text-align: center;
position: relative;
top: 40%;
}
.notecard .front .word:hover {
color: Cyan;
}
.notecard .back {
z-index: 1;
word-wrap: break-word;
line-height: 1.6;
transform: rotatey(-180deg);
-webkit-transform: rotatey(-180deg);
-moz-transform: rotatey(-180deg);
-ms-transform: rotatey(-180deg);
-o-transform: rotatey(-180deg);
}
.notecard .back .definition {
width: 100%;
height: 100%;
}
.notecard .back .definition .photo {
width: 90%;
margin: 0px auto;
}
@media only screen and (max-width: 480px) {
.products{
width:270px;
}
}
@media only screen and (max-width: 480px) {
.product{
width:270px;
}
}
@media only screen and (max-width: 480px) {
.notecards{
width:270px;
}
}
| 0.40698 | 0.071591 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'PT Sans', sans-serif;
}
button {
padding: 5px 6px;
background-color: lightgoldenrodyellow;
border: 3px solid #ED5565;
color: #ED5565;
font-size: 1rem;
letter-spacing: 2px;
position: 40px;
top: 80px;
overflow: hidden;
transition: .5s;
display: inline-block;
}
div#fact-container {
box-sizing: content-box;
padding-top: 20px;
background-color: none;
color: black;
justify-content: center;
}
html {
scroll-behavior: smooth;
}
.container {
padding: 0 100px 0 100px;
}
nav ul,
.main-info-section,
.work-category {
display: flex;
justify-content: space-between;
}
body {
background-color: lightgoldenrodyellow;
}
header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px 0;
}
.navbar {
background-color: #252627;
}
header h1,
header a {
color: white;
}
.about h1,
.skills h1,
.work h1,
.contact h1
.text p {
color: black;
}
li {
list-style: none;
margin-left: 30px;
}
a {
text-decoration: none;
font-size: 1.3rem;
text-transform: uppercase;
position: relative;
top: 50%;
bottom: 30%;
transform: translateY(-50%);
}
.main-info-section {
height: calc(75vh - 81.6px);
}
.text {
margin-top: 120px;
}
.text h1 {
color: 181818;
font-size: 3rem;
cursor: context-menu;
}
.text span {
display inline-block;
}
span:hover {
color: #48CFAD;
transition: all .5s;
}
span.name {
color: #ED5565;
}
span.m-left {
margin-left: -10px;
}
.text p {
letter-spacing: 3px;
word-spacing: 10px;
font-size: .9rem;
}
.text a {
padding: 12px 25px;
background-color: none;
border: 3px solid #ED5565;
color: #ED5565;
font-size: .8rem;
letter-spacing: 2px;
position: relative;
top: 80px;
overflow: hidden;
transition: .5s;
display: inline-block;
}
.text a:hover {
color: 181818;
}
.text a::before {
content: '';
background-color: #ED5565;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0%;
z-index: -1;
transition: .5s;
}
.text a:hover::before {
height: 100%;
}
.about {
height: 90vh;
margin-top: 100px;
}
.work {
height: 90vh;
}
.about h1,
.work h1 {
font-size: 10rem;
z-index: 0;
opacity: 0.7;
}
.social-icons {
padding-left: 70px;
}
.social-icons li {
display: inline-block;
list-style-type: none;
-webkit-user-select: none;
-moz-user-select: none;
}
.social-icons li a {
border-bottom: none;
}
.social-icons li img {
width: 40px;
height: 40px;
margin-right: 15px;
}
.about-me-info {
max-width: 900px;
background-color: black;
padding: 30px;
position: relative;
top: -70px;
left: 50%;
right: 50%;
transform: translateX(-50%);
z-index: 1;
}
.about-me-info p {
font-size: 1.3rem;
color: 181818;
}
.about-me-info p:nth-child(2),
.about-me-info p:last-child {
margin-top: 30px;
}
.skills {
height: 90vh;
}
.skills h1,
.contact h1 {
text-align: right;
font-size: 10rem;
opacity: .7;
}
.skills info {
font-size: 1.4rem;
color: #bebebe;
max-width: 800px;
position: relative;
left: 50%;
right: 50%;
transform: translateX(-50%);
text-align: center;
margin-bottom: 50px;
}
.html {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 40px;
}
div[class^='tag-'] {
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
width: 120px;
height: 30px;
background-color: #1785A7;
margin-right: 30px;
}
div[class^='tag-'] p {
color: #fff;
text-align: left;
padding-left: 10px;
font-size: 1.1rem;
padding-top: 3px;
}
.progressbar {
position: relative;
width: 600px;
height: 20px;
border: 2px solid #48CFAD;
border-radius: 20px;
margin-top: 7px;
}
div[class^='bar-'] {
position: absolute;
background-color: #48CFAD;
height: 10px;
border-radius: 20px;
margin: 2.7px;
}
.bar-DSA {
width: calc(85% - 6px);
}
.bar-dbms {
width: calc(90% - 6px);
}
.bar-hci {
width: calc(90% - 6px);
}
.bar-dis {
width: calc(75% - 6px);
}
.contact {
margin-top: 50px;
}
form input,
form textarea {
display: block;
width: 500px;
padding: 20px;
background-color: #252627;
border: 3px solid #707070;
margin: 20px 0;
outline: none;
font-size: 1.2rem;
color: #fff;
position: relative;
left: 50%;
right: 50%;
transform: translateX(-50%);
}
form input:last-child {
width: 150px;
background-color: #ED5565;
border: none;
cursor: pointer;
}
footer hr {
border: 2px solid #707070;
margin-top: 80px;
}
footer p {
text-align: center;
color: #707070;
font-size: 1.2rem;
padding: 30px 0;
}
img {
width: 100px;
height: 100px;
}
.profile-image img {
width: 350px;
height: 350px;
margin-top: 50px;
}
|
portfolio/src/main/webapp/style.css
|
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'PT Sans', sans-serif;
}
button {
padding: 5px 6px;
background-color: lightgoldenrodyellow;
border: 3px solid #ED5565;
color: #ED5565;
font-size: 1rem;
letter-spacing: 2px;
position: 40px;
top: 80px;
overflow: hidden;
transition: .5s;
display: inline-block;
}
div#fact-container {
box-sizing: content-box;
padding-top: 20px;
background-color: none;
color: black;
justify-content: center;
}
html {
scroll-behavior: smooth;
}
.container {
padding: 0 100px 0 100px;
}
nav ul,
.main-info-section,
.work-category {
display: flex;
justify-content: space-between;
}
body {
background-color: lightgoldenrodyellow;
}
header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px 0;
}
.navbar {
background-color: #252627;
}
header h1,
header a {
color: white;
}
.about h1,
.skills h1,
.work h1,
.contact h1
.text p {
color: black;
}
li {
list-style: none;
margin-left: 30px;
}
a {
text-decoration: none;
font-size: 1.3rem;
text-transform: uppercase;
position: relative;
top: 50%;
bottom: 30%;
transform: translateY(-50%);
}
.main-info-section {
height: calc(75vh - 81.6px);
}
.text {
margin-top: 120px;
}
.text h1 {
color: 181818;
font-size: 3rem;
cursor: context-menu;
}
.text span {
display inline-block;
}
span:hover {
color: #48CFAD;
transition: all .5s;
}
span.name {
color: #ED5565;
}
span.m-left {
margin-left: -10px;
}
.text p {
letter-spacing: 3px;
word-spacing: 10px;
font-size: .9rem;
}
.text a {
padding: 12px 25px;
background-color: none;
border: 3px solid #ED5565;
color: #ED5565;
font-size: .8rem;
letter-spacing: 2px;
position: relative;
top: 80px;
overflow: hidden;
transition: .5s;
display: inline-block;
}
.text a:hover {
color: 181818;
}
.text a::before {
content: '';
background-color: #ED5565;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0%;
z-index: -1;
transition: .5s;
}
.text a:hover::before {
height: 100%;
}
.about {
height: 90vh;
margin-top: 100px;
}
.work {
height: 90vh;
}
.about h1,
.work h1 {
font-size: 10rem;
z-index: 0;
opacity: 0.7;
}
.social-icons {
padding-left: 70px;
}
.social-icons li {
display: inline-block;
list-style-type: none;
-webkit-user-select: none;
-moz-user-select: none;
}
.social-icons li a {
border-bottom: none;
}
.social-icons li img {
width: 40px;
height: 40px;
margin-right: 15px;
}
.about-me-info {
max-width: 900px;
background-color: black;
padding: 30px;
position: relative;
top: -70px;
left: 50%;
right: 50%;
transform: translateX(-50%);
z-index: 1;
}
.about-me-info p {
font-size: 1.3rem;
color: 181818;
}
.about-me-info p:nth-child(2),
.about-me-info p:last-child {
margin-top: 30px;
}
.skills {
height: 90vh;
}
.skills h1,
.contact h1 {
text-align: right;
font-size: 10rem;
opacity: .7;
}
.skills info {
font-size: 1.4rem;
color: #bebebe;
max-width: 800px;
position: relative;
left: 50%;
right: 50%;
transform: translateX(-50%);
text-align: center;
margin-bottom: 50px;
}
.html {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 40px;
}
div[class^='tag-'] {
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
width: 120px;
height: 30px;
background-color: #1785A7;
margin-right: 30px;
}
div[class^='tag-'] p {
color: #fff;
text-align: left;
padding-left: 10px;
font-size: 1.1rem;
padding-top: 3px;
}
.progressbar {
position: relative;
width: 600px;
height: 20px;
border: 2px solid #48CFAD;
border-radius: 20px;
margin-top: 7px;
}
div[class^='bar-'] {
position: absolute;
background-color: #48CFAD;
height: 10px;
border-radius: 20px;
margin: 2.7px;
}
.bar-DSA {
width: calc(85% - 6px);
}
.bar-dbms {
width: calc(90% - 6px);
}
.bar-hci {
width: calc(90% - 6px);
}
.bar-dis {
width: calc(75% - 6px);
}
.contact {
margin-top: 50px;
}
form input,
form textarea {
display: block;
width: 500px;
padding: 20px;
background-color: #252627;
border: 3px solid #707070;
margin: 20px 0;
outline: none;
font-size: 1.2rem;
color: #fff;
position: relative;
left: 50%;
right: 50%;
transform: translateX(-50%);
}
form input:last-child {
width: 150px;
background-color: #ED5565;
border: none;
cursor: pointer;
}
footer hr {
border: 2px solid #707070;
margin-top: 80px;
}
footer p {
text-align: center;
color: #707070;
font-size: 1.2rem;
padding: 30px 0;
}
img {
width: 100px;
height: 100px;
}
.profile-image img {
width: 350px;
height: 350px;
margin-top: 50px;
}
| 0.555676 | 0.080394 |
.productDiv {
border-width: 1px;
}
.imgCarrito {
max-width: 70px !important;
/* margin-left: 25px !important; */
/* margin-top: 25px!important; */
max-height: 70px !important;
}
.nav-active {
border-right-width: 1px;
font-size: 20px;
color:#59594E;
font-weight: 600;
width: 225px;
height: 65px;
text-align: center;
line-height: 58px;
}
.nav-inactive-step1 {
border-right-width: 1px;
font-size: 19px;
color: black;
width: 225px;
height: 65px;
text-align: center;
line-height: 58px;
}
.nav-item-inactive-paso1 {
content: "";
position: absolute;
height: 0;
font-size: 0px;
border-left: 20px solid #578fb5;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-inactive2-step3 {
border-right-width: 1px;
font-size: 19px;
background-color:#bab9b6;
color: black;
width: 225px;
height: 65px;
text-align: center;
line-height: 58px;
}
.nav-item-first {
background-color: #578fb5;
}
.nav-item-inactive-first {
background-color: #a6a6a6;
}
.nav-item:before {
content: "";
position: absolute;
height: 0;
border-left: 20px solid #c3e8f7;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-third-active:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
font-size: 20px;
border-left: 20px solid #bab9b6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-second:before {
content: "";
position: absolute;
height: 0;
font-size: 20px;
border-left: 20px solid #578fb5;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-second-active:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
font-size: 20px;
border-left: 20px solid #a6a6a6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-second-inactive:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
font-size: 20px;
border-left: 20px solid #a6a6a6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-third:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
border-left: 20px solid #97cfe6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-inactive2 {
border-right-width: 1px;
/* border-right-style: solid;*/
/* border-right-color: #343a40!important;*/
background-color: #97cfe6;
width: 225px;
height: 65px;
font-size:19px;
text-align: center;
line-height: 58px;
}
.nav-active2 {
border-right-width: 1px;
/* border-right-style: solid;*/
/* border-right-color: #343a40!important;*/
background-color: #97cfe6;
width: 225px;
height: 65px;
color:#59594E;
font-weight: 600;
font-size:20px;
text-align: center;
line-height: 58px;
}
.nav-inactive3 {
border-right-width: 1px;
background-color: #c3e8f7;
width: 225px;
height: 65px;
font-size:19px;
text-align: center;
line-height: 58px;
}
.nav-active3 {
border-right-width: 1px;
background-color: #c3e8f7;
width: 225px;
color:#59594E;
font-weight: 600;
height: 65px;
font-size:20px;
text-align: center;
line-height: 58px;
}
.img-container {
width: 90px;
height: 125px;
line-height: 90px;
vertical-align: top;
/* padding-left: 5px; */
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #CACACA;
}
.btnSeguirComprando {
width: 100%;
height: 30px;
border: 1px solid #000000;
background-color: transparent;
border-radius: 4px;
margin-top: 10px;
font-size: 18px;
color: #000000;
text-align: center;
vertical-align: middle;
padding: 10px 0px;
cursor: pointer;
height: 50px;
outline: none;
}
.btnSiguiente:hover {
color: white;
}
.btnSiguiente {
width: 100%;
line-height: 30px;
color: white;
background-color: #000000;
border: 1px solid #000000;
border-radius: 4px;
margin-top: 10px;
font-size: 18px;
text-align: center;
font-weight: 400;
height: 50px;
vertical-align: middle;
padding: 10px 0px;
cursor: pointer;
outline: none;
}
.botonesEnv {
padding: 20px;
}
/* EStilo PEGADO */
@media (min-width: 1300px) {
.wResolucion {
width: 1300px;
}
.wResolucionCarrito {
width: 1300px;
}
#BotonEnvioDomicilio, #BotonEnvioSucursal, #BotonEnvioOca {
width: 32%;
}
}
.btnchecked {
box-shadow: 0 0 15px #cdcdcd;
transition: box-shadow .3s;
background-color: #f8f8f8;
}
.botonesCiud {
margin: 20px;
padding: 20px;
}
#divSuc {
display: none;
}
#btnsRetiroSuc {
display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] { -moz-appearance:textfield; }
.btnsCarrito1{
margin-top:120px;
margin-left: 60px;
padding: 16px;
}
.btnsFormularios {
justify-content: center;
}
.btnTachito {
margin-left:25px;
height: 25px;
width: 25px;
background: url(../img/tachito.svg) no-repeat;
border: none;;
}
.subirCantidad {
margin-top:5px;
margin-right: 15px;
height: 15px;
width: 15px;
background: url(../img/suma.svg) no-repeat;
border: none;
}
.bajarCantidad {
margin-top:5px;
height: 15px;
width: 15px;
background: url(../img/resta.svg) no-repeat;
border: none;
}
.imgFinCompra{
width: 200px!important;
height: 193px!important;
}
.contenedor-resultado-compra {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.btn_factura {
display: flex;
align-items: center;
justify-content: center;
}
.factura{
background-image: url(../img/fondo_factura.png);
background-size: cover;
min-width: 705px;
min-height: 800px;
display: flex;
justify-content: center;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.contenedor-btn-factura .btn_factura ion-icon, .btn_imprimir ion-icon {
margin-left: 5px;
}
.ocultar {
display: none;
}
.contenedor_datos .tel_local, .contenedor_datos .codigo_area_local {
display: inline-block;
}
.contenedor_datos p {
margin-bottom: 0;
}
.contenedor_datos .estructura {
display: flex;
justify-content: flex-end;
align-items: flex-end;
flex-direction: column;
}
#btn_imprimir {
display: flex;
align-items: center;
}
.table thead th {
background-color: rgb(237, 239, 236);
}
.margen100px {
margin-top: 100px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
font-size: 12px;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr input{
outline: none;
border: 1px solid transparent;
background-color: transparent;
}
.contenedor-total-final {
background-color: #f3f3f3;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 10px;
margin-left: 225px;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.contenedor-descripcion-final {
justify-content: center;
}
.contenedor-qr {
display: flex;
align-items: center;
justify-content: flex-end;
}
/* .contenedor-qr img{
max-width: 80px;
} */
|
client/css/cssCarrito.css
|
.productDiv {
border-width: 1px;
}
.imgCarrito {
max-width: 70px !important;
/* margin-left: 25px !important; */
/* margin-top: 25px!important; */
max-height: 70px !important;
}
.nav-active {
border-right-width: 1px;
font-size: 20px;
color:#59594E;
font-weight: 600;
width: 225px;
height: 65px;
text-align: center;
line-height: 58px;
}
.nav-inactive-step1 {
border-right-width: 1px;
font-size: 19px;
color: black;
width: 225px;
height: 65px;
text-align: center;
line-height: 58px;
}
.nav-item-inactive-paso1 {
content: "";
position: absolute;
height: 0;
font-size: 0px;
border-left: 20px solid #578fb5;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-inactive2-step3 {
border-right-width: 1px;
font-size: 19px;
background-color:#bab9b6;
color: black;
width: 225px;
height: 65px;
text-align: center;
line-height: 58px;
}
.nav-item-first {
background-color: #578fb5;
}
.nav-item-inactive-first {
background-color: #a6a6a6;
}
.nav-item:before {
content: "";
position: absolute;
height: 0;
border-left: 20px solid #c3e8f7;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-third-active:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
font-size: 20px;
border-left: 20px solid #bab9b6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-second:before {
content: "";
position: absolute;
height: 0;
font-size: 20px;
border-left: 20px solid #578fb5;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-second-active:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
font-size: 20px;
border-left: 20px solid #a6a6a6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-second-inactive:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
font-size: 20px;
border-left: 20px solid #a6a6a6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-item-third:before {
content: "";
position: absolute;
/* right: -17px; */
/* bottom: 0; */
/* width: 0; */
height: 0;
border-left: 20px solid #97cfe6;
border-top: 33px solid transparent;
border-bottom: 33px solid transparent;
}
.nav-inactive2 {
border-right-width: 1px;
/* border-right-style: solid;*/
/* border-right-color: #343a40!important;*/
background-color: #97cfe6;
width: 225px;
height: 65px;
font-size:19px;
text-align: center;
line-height: 58px;
}
.nav-active2 {
border-right-width: 1px;
/* border-right-style: solid;*/
/* border-right-color: #343a40!important;*/
background-color: #97cfe6;
width: 225px;
height: 65px;
color:#59594E;
font-weight: 600;
font-size:20px;
text-align: center;
line-height: 58px;
}
.nav-inactive3 {
border-right-width: 1px;
background-color: #c3e8f7;
width: 225px;
height: 65px;
font-size:19px;
text-align: center;
line-height: 58px;
}
.nav-active3 {
border-right-width: 1px;
background-color: #c3e8f7;
width: 225px;
color:#59594E;
font-weight: 600;
height: 65px;
font-size:20px;
text-align: center;
line-height: 58px;
}
.img-container {
width: 90px;
height: 125px;
line-height: 90px;
vertical-align: top;
/* padding-left: 5px; */
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #CACACA;
}
.btnSeguirComprando {
width: 100%;
height: 30px;
border: 1px solid #000000;
background-color: transparent;
border-radius: 4px;
margin-top: 10px;
font-size: 18px;
color: #000000;
text-align: center;
vertical-align: middle;
padding: 10px 0px;
cursor: pointer;
height: 50px;
outline: none;
}
.btnSiguiente:hover {
color: white;
}
.btnSiguiente {
width: 100%;
line-height: 30px;
color: white;
background-color: #000000;
border: 1px solid #000000;
border-radius: 4px;
margin-top: 10px;
font-size: 18px;
text-align: center;
font-weight: 400;
height: 50px;
vertical-align: middle;
padding: 10px 0px;
cursor: pointer;
outline: none;
}
.botonesEnv {
padding: 20px;
}
/* EStilo PEGADO */
@media (min-width: 1300px) {
.wResolucion {
width: 1300px;
}
.wResolucionCarrito {
width: 1300px;
}
#BotonEnvioDomicilio, #BotonEnvioSucursal, #BotonEnvioOca {
width: 32%;
}
}
.btnchecked {
box-shadow: 0 0 15px #cdcdcd;
transition: box-shadow .3s;
background-color: #f8f8f8;
}
.botonesCiud {
margin: 20px;
padding: 20px;
}
#divSuc {
display: none;
}
#btnsRetiroSuc {
display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] { -moz-appearance:textfield; }
.btnsCarrito1{
margin-top:120px;
margin-left: 60px;
padding: 16px;
}
.btnsFormularios {
justify-content: center;
}
.btnTachito {
margin-left:25px;
height: 25px;
width: 25px;
background: url(../img/tachito.svg) no-repeat;
border: none;;
}
.subirCantidad {
margin-top:5px;
margin-right: 15px;
height: 15px;
width: 15px;
background: url(../img/suma.svg) no-repeat;
border: none;
}
.bajarCantidad {
margin-top:5px;
height: 15px;
width: 15px;
background: url(../img/resta.svg) no-repeat;
border: none;
}
.imgFinCompra{
width: 200px!important;
height: 193px!important;
}
.contenedor-resultado-compra {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.btn_factura {
display: flex;
align-items: center;
justify-content: center;
}
.factura{
background-image: url(../img/fondo_factura.png);
background-size: cover;
min-width: 705px;
min-height: 800px;
display: flex;
justify-content: center;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.contenedor-btn-factura .btn_factura ion-icon, .btn_imprimir ion-icon {
margin-left: 5px;
}
.ocultar {
display: none;
}
.contenedor_datos .tel_local, .contenedor_datos .codigo_area_local {
display: inline-block;
}
.contenedor_datos p {
margin-bottom: 0;
}
.contenedor_datos .estructura {
display: flex;
justify-content: flex-end;
align-items: flex-end;
flex-direction: column;
}
#btn_imprimir {
display: flex;
align-items: center;
}
.table thead th {
background-color: rgb(237, 239, 236);
}
.margen100px {
margin-top: 100px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
font-size: 12px;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr input{
outline: none;
border: 1px solid transparent;
background-color: transparent;
}
.contenedor-total-final {
background-color: #f3f3f3;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 10px;
margin-left: 225px;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.contenedor-descripcion-final {
justify-content: center;
}
.contenedor-qr {
display: flex;
align-items: center;
justify-content: flex-end;
}
/* .contenedor-qr img{
max-width: 80px;
} */
| 0.374905 | 0.065306 |
margin-top: 50px;
padding: 20px 0;
}
p, strong, a {
padding: 3px 0;
}
img{
padding: 10px 15px 10px 0;
}
/*
fieldset {
display: block;
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
min-width: -webkit-min-content;
border: 1px groove #999999;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
legend {
display: block;
-webkit-padding-start: 2px;
-webkit-padding-end: 2px;
border: none;
width: inherit;
font-size: 1em;
margin-bottom: 0;
}
.img-background {
border: none;
}
.thumbnail {
padding: 0;
border: 1px solid #999;
}
.product-detail .new {
position: absolute;
right: 10px;
top: -5px;
width: 57px;
height: 53px;
background-image: url('../images/new.png');
background-repeat: no-repeat;
background-size: cover;
}
.product-detail .best-sell {
position: absolute;
right: -18px;
top: 10px;
width: 102px;
height: 125px;
background-image: url('../images/bestsell.png');
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}
.price {
font-size: 1.5em;
font-weight: 700;
line-height: 1em;
}
.product-detail .price-lg {
font-size: 2.5em;
font-weight: 700;
line-height: 1em;
}
.text-decoration {
text-decoration: line-through;
}
#product-feature {
background-color: #e5e5e5;
padding: 20px 0;
}
.table.table-transparent{
background-color: transparent;
}
.table.table-transparent td {
border-top: 0px;
}
.thumbnail .caption h4 {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-size: 1em;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.thumbnail .caption h4 a {
color: #666;
}
.thumbnail .caption .price {
font-size: 1.2em;
font-weight: 700;
color: #bf0000;
}
.thumbnail .img-background {
position: relative;
cursor: pointer;
}
.thumbnail .img-background .left-title {
-webkit-transform: rotate(-90deg); Safari
-moz-transform: rotate(-90deg); Firefox
-ms-transform: rotate(-90deg); IE
-o-transform: rotate(-90deg); Opera
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); Internet Explorer
transform: rotate(-90deg);
color: #fff;
-ms-transform-origin: left top 0; IE 9
-webkit-transform-origin: left top 0; Chrome, Safari, Opera
-moz-transform-origin: left top 0;
transform-origin: left top 0;
margin-top: 456px;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
width: 456px;
padding: 13px 20px;
height: 50px;
text-transform: uppercase;
font-size: 1.2em;
}
.thumbnail .img-background:hover .toolbar {
display: block;
}
.thumbnail .img-background .toolbar {
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
bottom: 0;
width: 100%;
padding: 10px 0px;
text-align: center;
display: none;
}
.thumbnail .img-background .toolbar a {
border-radius: 50%;
background-color: #808080;
color: #e5e5e5;
font-size: 1.5em;
padding: 10px 14px;
}*/
|
public/templates/ecomtemplate/css/article_detail.css
|
margin-top: 50px;
padding: 20px 0;
}
p, strong, a {
padding: 3px 0;
}
img{
padding: 10px 15px 10px 0;
}
/*
fieldset {
display: block;
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
min-width: -webkit-min-content;
border: 1px groove #999999;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
legend {
display: block;
-webkit-padding-start: 2px;
-webkit-padding-end: 2px;
border: none;
width: inherit;
font-size: 1em;
margin-bottom: 0;
}
.img-background {
border: none;
}
.thumbnail {
padding: 0;
border: 1px solid #999;
}
.product-detail .new {
position: absolute;
right: 10px;
top: -5px;
width: 57px;
height: 53px;
background-image: url('../images/new.png');
background-repeat: no-repeat;
background-size: cover;
}
.product-detail .best-sell {
position: absolute;
right: -18px;
top: 10px;
width: 102px;
height: 125px;
background-image: url('../images/bestsell.png');
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}
.price {
font-size: 1.5em;
font-weight: 700;
line-height: 1em;
}
.product-detail .price-lg {
font-size: 2.5em;
font-weight: 700;
line-height: 1em;
}
.text-decoration {
text-decoration: line-through;
}
#product-feature {
background-color: #e5e5e5;
padding: 20px 0;
}
.table.table-transparent{
background-color: transparent;
}
.table.table-transparent td {
border-top: 0px;
}
.thumbnail .caption h4 {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-size: 1em;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.thumbnail .caption h4 a {
color: #666;
}
.thumbnail .caption .price {
font-size: 1.2em;
font-weight: 700;
color: #bf0000;
}
.thumbnail .img-background {
position: relative;
cursor: pointer;
}
.thumbnail .img-background .left-title {
-webkit-transform: rotate(-90deg); Safari
-moz-transform: rotate(-90deg); Firefox
-ms-transform: rotate(-90deg); IE
-o-transform: rotate(-90deg); Opera
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); Internet Explorer
transform: rotate(-90deg);
color: #fff;
-ms-transform-origin: left top 0; IE 9
-webkit-transform-origin: left top 0; Chrome, Safari, Opera
-moz-transform-origin: left top 0;
transform-origin: left top 0;
margin-top: 456px;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
width: 456px;
padding: 13px 20px;
height: 50px;
text-transform: uppercase;
font-size: 1.2em;
}
.thumbnail .img-background:hover .toolbar {
display: block;
}
.thumbnail .img-background .toolbar {
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
bottom: 0;
width: 100%;
padding: 10px 0px;
text-align: center;
display: none;
}
.thumbnail .img-background .toolbar a {
border-radius: 50%;
background-color: #808080;
color: #e5e5e5;
font-size: 1.5em;
padding: 10px 14px;
}*/
| 0.379493 | 0.099034 |
sup {
top: -0.4em;
vertical-align: baseline;
position: relative;
}
sub {
top: 0.4em;
vertical-align: baseline;
position: relative;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
@media screen and (min-device-pixel-ratio:0), (-webkit-min-device-pixel-ratio:0), (min--moz-device-pixel-ratio: 0) {.stl_view{ font-size:10em; transform:scale(0.1); -moz-transform:scale(0.1); -webkit-transform:scale(0.1); -moz-transform-origin:top left; -webkit-transform-origin:top left; } }
.layer { }.ie { font-size: 1pt; }
.ie body { font-size: 12em; }
.stl_01 {
position: absolute;
white-space: nowrap;
}
.stl_02 {
height: 70.08334em;
font-size: 1em;
margin: 0em;
line-height: 0.0em;
display: block;
border-style: none;
width: 49.58333em;
}
.stl_03 {
position: relative;
}
.stl_04 {
left: 0em;
position: absolute;
top: 0em;
}
.stl_05 {
position: relative;
width: 49.58333em;
}
.stl_06 {
height: 7.008333em;
}
.ie .stl_06 {
height: 70.08334em;
}
@font-face {
font-family:"EOPGHI+TimesNewRomanPSMT";
src:url("ce93b0b1-0000-0000-0000-000000000000.woff") format("woff");
}
.stl_07 {
font-size: 0.870833em;
font-family: "EOPGHI+TimesNewRomanPSMT", "Times New Roman";
color: #000000;
}
.stl_08 {
line-height: 1.107422em;
}
.stl_09 {
letter-spacing: 0.0036em;
}
.ie .stl_09 {
letter-spacing: 0.0495px;
}
@font-face {
font-family:"RVKWSE+SimHei";
src:url("196b1ae1-0000-0000-0000-000000000000.woff") format("woff");
}
.stl_10 {
font-size: 1.329167em;
font-family: "RVKWSE+SimHei", "Times New Roman";
color: #000000;
}
.stl_11 {
line-height: 1em;
}
.stl_12 {
letter-spacing: 0.0067em;
}
.ie .stl_12 {
letter-spacing: 0.1418px;
}
@font-face {
font-family:"SERACQ+SimSun";
src:url("9e600b6c-0000-0000-0000-000000000000.woff") format("woff");
}
.stl_13 {
font-size: 0.870833em;
font-family: "SERACQ+SimSun", "Times New Roman";
color: #000000;
}
.stl_14 {
letter-spacing: 0.005em;
}
.ie .stl_14 {
letter-spacing: 0.0697px;
}
.stl_15 {
letter-spacing: 0em;
}
.ie .stl_15 {
letter-spacing: 0px;
}
.stl_16 {
letter-spacing: 0.0033em;
}
.ie .stl_16 {
letter-spacing: 0.0464px;
}
.stl_17 {
letter-spacing: 0.0128em;
}
.ie .stl_17 {
letter-spacing: 0.1777px;
}
.stl_18 {
letter-spacing: 0.014em;
}
.ie .stl_18 {
letter-spacing: 0.1948px;
}
.stl_19 {
letter-spacing: 0.0042em;
}
.ie .stl_19 {
letter-spacing: 0.0579px;
}
.stl_20 {
letter-spacing: 0.0102em;
}
.ie .stl_20 {
letter-spacing: 0.1415px;
}
.stl_21 {
letter-spacing: 0.0039em;
}
.ie .stl_21 {
letter-spacing: 0.0545px;
}
.stl_22 {
letter-spacing: 0.0035em;
}
.ie .stl_22 {
letter-spacing: 0.0494px;
}
.stl_23 {
letter-spacing: -0.001em;
}
.ie .stl_23 {
letter-spacing: -0.0146px;
}
.stl_24 {
letter-spacing: 0.0043em;
}
.ie .stl_24 {
letter-spacing: 0.0604px;
}
.stl_25 {
letter-spacing: 0.0041em;
}
.ie .stl_25 {
letter-spacing: 0.057px;
}
.stl_26 {
letter-spacing: 0.004em;
}
.ie .stl_26 {
letter-spacing: 0.0557px;
}
.stl_27 {
letter-spacing: 0.0044em;
}
.ie .stl_27 {
letter-spacing: 0.0619px;
}
|
Public/manage/Admin/staffChangeForm/style.css
|
sup {
top: -0.4em;
vertical-align: baseline;
position: relative;
}
sub {
top: 0.4em;
vertical-align: baseline;
position: relative;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
@media screen and (min-device-pixel-ratio:0), (-webkit-min-device-pixel-ratio:0), (min--moz-device-pixel-ratio: 0) {.stl_view{ font-size:10em; transform:scale(0.1); -moz-transform:scale(0.1); -webkit-transform:scale(0.1); -moz-transform-origin:top left; -webkit-transform-origin:top left; } }
.layer { }.ie { font-size: 1pt; }
.ie body { font-size: 12em; }
.stl_01 {
position: absolute;
white-space: nowrap;
}
.stl_02 {
height: 70.08334em;
font-size: 1em;
margin: 0em;
line-height: 0.0em;
display: block;
border-style: none;
width: 49.58333em;
}
.stl_03 {
position: relative;
}
.stl_04 {
left: 0em;
position: absolute;
top: 0em;
}
.stl_05 {
position: relative;
width: 49.58333em;
}
.stl_06 {
height: 7.008333em;
}
.ie .stl_06 {
height: 70.08334em;
}
@font-face {
font-family:"EOPGHI+TimesNewRomanPSMT";
src:url("ce93b0b1-0000-0000-0000-000000000000.woff") format("woff");
}
.stl_07 {
font-size: 0.870833em;
font-family: "EOPGHI+TimesNewRomanPSMT", "Times New Roman";
color: #000000;
}
.stl_08 {
line-height: 1.107422em;
}
.stl_09 {
letter-spacing: 0.0036em;
}
.ie .stl_09 {
letter-spacing: 0.0495px;
}
@font-face {
font-family:"RVKWSE+SimHei";
src:url("196b1ae1-0000-0000-0000-000000000000.woff") format("woff");
}
.stl_10 {
font-size: 1.329167em;
font-family: "RVKWSE+SimHei", "Times New Roman";
color: #000000;
}
.stl_11 {
line-height: 1em;
}
.stl_12 {
letter-spacing: 0.0067em;
}
.ie .stl_12 {
letter-spacing: 0.1418px;
}
@font-face {
font-family:"SERACQ+SimSun";
src:url("9e600b6c-0000-0000-0000-000000000000.woff") format("woff");
}
.stl_13 {
font-size: 0.870833em;
font-family: "SERACQ+SimSun", "Times New Roman";
color: #000000;
}
.stl_14 {
letter-spacing: 0.005em;
}
.ie .stl_14 {
letter-spacing: 0.0697px;
}
.stl_15 {
letter-spacing: 0em;
}
.ie .stl_15 {
letter-spacing: 0px;
}
.stl_16 {
letter-spacing: 0.0033em;
}
.ie .stl_16 {
letter-spacing: 0.0464px;
}
.stl_17 {
letter-spacing: 0.0128em;
}
.ie .stl_17 {
letter-spacing: 0.1777px;
}
.stl_18 {
letter-spacing: 0.014em;
}
.ie .stl_18 {
letter-spacing: 0.1948px;
}
.stl_19 {
letter-spacing: 0.0042em;
}
.ie .stl_19 {
letter-spacing: 0.0579px;
}
.stl_20 {
letter-spacing: 0.0102em;
}
.ie .stl_20 {
letter-spacing: 0.1415px;
}
.stl_21 {
letter-spacing: 0.0039em;
}
.ie .stl_21 {
letter-spacing: 0.0545px;
}
.stl_22 {
letter-spacing: 0.0035em;
}
.ie .stl_22 {
letter-spacing: 0.0494px;
}
.stl_23 {
letter-spacing: -0.001em;
}
.ie .stl_23 {
letter-spacing: -0.0146px;
}
.stl_24 {
letter-spacing: 0.0043em;
}
.ie .stl_24 {
letter-spacing: 0.0604px;
}
.stl_25 {
letter-spacing: 0.0041em;
}
.ie .stl_25 {
letter-spacing: 0.057px;
}
.stl_26 {
letter-spacing: 0.004em;
}
.ie .stl_26 {
letter-spacing: 0.0557px;
}
.stl_27 {
letter-spacing: 0.0044em;
}
.ie .stl_27 {
letter-spacing: 0.0619px;
}
| 0.359477 | 0.093885 |
.project-card-div {
color: rgb(88, 96, 105);
background-color: rgb(255, 255, 255);
box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px -15px;
padding: 2rem;
cursor: pointer;
}
/* .project-card-div .project-overlay {
background: rgba(0, 0, 0, 0.7);
position: absolute;
height: 99%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.project-card-div:hover .project-overlay {
opacity: 1;
}
.project-links {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.project-card-div:hover .project-links {
top: 50%;
left: 50%;
opacity: 1;
}
.fadeIn-top {
top: 20%;
}
.project-links h3 {
color: #fff;
font-weight: 500;
font-family: "Google Sans Regular";
letter-spacing: 0.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
} */
.project-stats {
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
font-size: 13px;
color: rgb(106, 115, 125);
}
.project-left-stat {
-webkit-box-flex: 1;
flex-grow: 1;
display: flex;
}
.language-color {
width: 10px;
height: 10px;
background-color: blue;
margin-right: 0.25rem;
border-radius: 100%;
}
.project-left-stat span {
display: flex;
-webkit-box-align: center;
align-items: center;
margin-right: 0.75rem;
}
.project-name-div {
display: flex;
align-items: center;
}
.project-svg {
margin-right: 0.5rem;
min-width: 16px;
}
.project-name {
white-space: nowrap;
text-overflow: ellipsis;
color: rgb(36, 41, 46);
font-family: "Google Sans Regular";
margin-bottom: 0.75rem;
font-size: 25px;
font-weight: 700;
letter-spacing: -0.5px;
overflow: hidden;
line-height: 1.2;
margin: 0px;
}
.project-star-svg {
margin-right: 0.3rem;
}
.project-description {
overflow: hidden;
text-align: left;
display: -webkit-box;
font-family: "Google Sans Regular";
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-top: 0.8rem;
}
.project-details {
display: flex;
flex-direction: row;
}
.project-creation-date {
margin: 0;
font-family: "Google Sans Regular";
font-weight: 400;
margin-left: 0px;
margin-right: auto;
}
.project-languages {
margin-left: auto;
margin-right: 0px;
}
@media (max-width: 768px) {
.project-name {
font-size: 16px;
}
.project-description {
font-size: 14px;
}
.project-details {
flex-direction: column;
}
.project-creation-date {
font-size: 14px;
}
}
|
src/components/projectCard/projectCard.css
|
.project-card-div {
color: rgb(88, 96, 105);
background-color: rgb(255, 255, 255);
box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px -15px;
padding: 2rem;
cursor: pointer;
}
/* .project-card-div .project-overlay {
background: rgba(0, 0, 0, 0.7);
position: absolute;
height: 99%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.project-card-div:hover .project-overlay {
opacity: 1;
}
.project-links {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.project-card-div:hover .project-links {
top: 50%;
left: 50%;
opacity: 1;
}
.fadeIn-top {
top: 20%;
}
.project-links h3 {
color: #fff;
font-weight: 500;
font-family: "Google Sans Regular";
letter-spacing: 0.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
} */
.project-stats {
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
font-size: 13px;
color: rgb(106, 115, 125);
}
.project-left-stat {
-webkit-box-flex: 1;
flex-grow: 1;
display: flex;
}
.language-color {
width: 10px;
height: 10px;
background-color: blue;
margin-right: 0.25rem;
border-radius: 100%;
}
.project-left-stat span {
display: flex;
-webkit-box-align: center;
align-items: center;
margin-right: 0.75rem;
}
.project-name-div {
display: flex;
align-items: center;
}
.project-svg {
margin-right: 0.5rem;
min-width: 16px;
}
.project-name {
white-space: nowrap;
text-overflow: ellipsis;
color: rgb(36, 41, 46);
font-family: "Google Sans Regular";
margin-bottom: 0.75rem;
font-size: 25px;
font-weight: 700;
letter-spacing: -0.5px;
overflow: hidden;
line-height: 1.2;
margin: 0px;
}
.project-star-svg {
margin-right: 0.3rem;
}
.project-description {
overflow: hidden;
text-align: left;
display: -webkit-box;
font-family: "Google Sans Regular";
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-top: 0.8rem;
}
.project-details {
display: flex;
flex-direction: row;
}
.project-creation-date {
margin: 0;
font-family: "Google Sans Regular";
font-weight: 400;
margin-left: 0px;
margin-right: auto;
}
.project-languages {
margin-left: auto;
margin-right: 0px;
}
@media (max-width: 768px) {
.project-name {
font-size: 16px;
}
.project-description {
font-size: 14px;
}
.project-details {
flex-direction: column;
}
.project-creation-date {
font-size: 14px;
}
}
| 0.467089 | 0.061706 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.pandora.com") {
#ad_container, #accountMessageRibbon, #footer, .track_detail_close, .divider.last,
#videoPageInfo, .stationChangeSelectorNoMenu, .logo, .upgradeLink, .user_menu + SPAN, #upgradeOffer {
display:none !important;
height:0px !important;}
#brandingBar .middlecolumn {
display:none !Important;}
.middlecolumn{
margin-left: 19.5% !important;
}
#trackDetail.detail {
background-color:#FFFFFF !important;
}
body {
background-color: #FFFFFF !important;
}
#brandingBar {
background-image:none !important;
background-color:#3a4a6a !important;
color:#FFF !important;
position:absolute !important;
right:0px !important;
height:25px !important;
top:70px !important;
z-index:2 !important;
min-width:0px !important;
max-width:0px !Important;}
.user_activator {
background:none !important;
border:0px !important;}
.homeRightSide {
background-color:#FFFFFF !important;}
#adLayout {
width: 665px !important;}
#stationSortButtons {
border-bottom:1px solid #bbbfc6 !important;}
#topnav {
top:-1px !important;
max-height:10px !important;
min-height:10px !important;}
.contentnav {
position:fixed !important;
top:70px !important;
left:0px !important;
width:100% !Important;
z-index:1 !important;}
.adSupported-layout #adLayout, .adSupported-layout .contentContainer,
div#mainContentContainer.contentContainer div.content div#mainContent div.home div.homeRightSide div.slidesBackground div img {
width: 100% !important;}
.stationContent {
z-index: 0;
}
.contentContainer .top, .view-2, .home .homeRightSide, .stationContent, #mainContent, .home.fxCol-cont-1.view-2,
#mainContentContainer {
border-radius:0px !important;}
#mainContainer {
background-color: #FFF !important;
height:100% !important;
}
.homeRightSide {
height: 386px !important;
}
.panel-top.clearfix {
position:absolute !important;
right:28% !important;}
.gracenote_copyright {
display: none !important;
}
.lyricsText.unselectable {
font-size: 16px !important;
line-height: 22px !important;
}
#promobox, #stationSortButtons.clearfix, .platformPromo.view-3.clearfix {
display:none !important;
}
.notAnonymousUser {
display:none !important;
}
.home.fxCol-cont-1.view-2 {
min-height: 844px !important;
}
.slide{
margin-left: 8px !important;
}
.slidesBackground{
width: 100% !important;
}
.bottom{
width: 100% !important;
}
#main {
top:65px !important;
}
.searchBox {
width: 270px !important;
height: 38px !important;
background: url('http://imageshack.com/a/img842/9341/gwye.png') no-repeat;
background-position: left center!important;
background-size: 30px 38px;
border-radius: 6px !important;
}
#playerBar .leftcolumn {
width: 300px !important;
margin: 3px 0 0 7px !important;
}
#playerBar {
height: 68px !important;
}
#playerBar .rightcolumn .info {
margin: 7px 9px 0 0;
width: 208px !important;
height: 62px !important;
}
#playerBar .rightcolumn .info a {
font-size: 12px !important;
}
#playerBar .rightcolumn .cd_icon {
margin: 6px 5px 0 0 !important;
}
#playerBar .searchInput {
top: 9px !important;
left: 2px !important;
font-size: 15px !important;
color: #A8ABB3 !important;
}
#playerBar .searchSubText {
top: 21px !important;
left: 40px !important;
font-size: 15px !important;
color: #A8ABB3 !important;
}
.rightcolumn {
width: 269px !important;
}
#playerBar .middlecolumn {
margin-left: 21.7% !important;
margin-top: 2px !important;
}
.int-1 {
padding: 0 0 0 30px !important;
width: 100% !important;
}
.backstage .content_right {
margin: none!important;
}
.backstage .header,
.backstage .col-a-2,
.backstage .content_right {
width: 91% !important;
}
.backstage .artist_bio .artist_bio_inner {
font-size: 14px !important;
text-align: justify !important;
}
.col-a-1 {
min-height: 100% !important;
background-color: #FFF !important;
}
.col-a-2 {
position: absolute;
margin-left: 190px;
}
#mainContent,
#mainContent > div.home.fxCol-cont-1.col-prop-1.view-2 {
overflow-y: scroll !important;
overflow-x: hidden !important;
}
#trackDetail > div.item.relatedArtists {
margin-bottom: 12px !important;
}
.searchPopupContainer {
position: fixed;
top: 55px;
left: 14px;
width: 296px;
}
#detailContainer {
margin-left: 2px !important;
}
#mainContainer {
background-image: none !important;
}
}
/*Thank you so much for using my script, guys! I know it's a bit much to ask, but could you maybe donate a dollar or two to my Pledgie campaign? I'd really appreciate it! http://pledgie.com/campaigns/19127*/
|
data/usercss/78818.user.css
|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.pandora.com") {
#ad_container, #accountMessageRibbon, #footer, .track_detail_close, .divider.last,
#videoPageInfo, .stationChangeSelectorNoMenu, .logo, .upgradeLink, .user_menu + SPAN, #upgradeOffer {
display:none !important;
height:0px !important;}
#brandingBar .middlecolumn {
display:none !Important;}
.middlecolumn{
margin-left: 19.5% !important;
}
#trackDetail.detail {
background-color:#FFFFFF !important;
}
body {
background-color: #FFFFFF !important;
}
#brandingBar {
background-image:none !important;
background-color:#3a4a6a !important;
color:#FFF !important;
position:absolute !important;
right:0px !important;
height:25px !important;
top:70px !important;
z-index:2 !important;
min-width:0px !important;
max-width:0px !Important;}
.user_activator {
background:none !important;
border:0px !important;}
.homeRightSide {
background-color:#FFFFFF !important;}
#adLayout {
width: 665px !important;}
#stationSortButtons {
border-bottom:1px solid #bbbfc6 !important;}
#topnav {
top:-1px !important;
max-height:10px !important;
min-height:10px !important;}
.contentnav {
position:fixed !important;
top:70px !important;
left:0px !important;
width:100% !Important;
z-index:1 !important;}
.adSupported-layout #adLayout, .adSupported-layout .contentContainer,
div#mainContentContainer.contentContainer div.content div#mainContent div.home div.homeRightSide div.slidesBackground div img {
width: 100% !important;}
.stationContent {
z-index: 0;
}
.contentContainer .top, .view-2, .home .homeRightSide, .stationContent, #mainContent, .home.fxCol-cont-1.view-2,
#mainContentContainer {
border-radius:0px !important;}
#mainContainer {
background-color: #FFF !important;
height:100% !important;
}
.homeRightSide {
height: 386px !important;
}
.panel-top.clearfix {
position:absolute !important;
right:28% !important;}
.gracenote_copyright {
display: none !important;
}
.lyricsText.unselectable {
font-size: 16px !important;
line-height: 22px !important;
}
#promobox, #stationSortButtons.clearfix, .platformPromo.view-3.clearfix {
display:none !important;
}
.notAnonymousUser {
display:none !important;
}
.home.fxCol-cont-1.view-2 {
min-height: 844px !important;
}
.slide{
margin-left: 8px !important;
}
.slidesBackground{
width: 100% !important;
}
.bottom{
width: 100% !important;
}
#main {
top:65px !important;
}
.searchBox {
width: 270px !important;
height: 38px !important;
background: url('http://imageshack.com/a/img842/9341/gwye.png') no-repeat;
background-position: left center!important;
background-size: 30px 38px;
border-radius: 6px !important;
}
#playerBar .leftcolumn {
width: 300px !important;
margin: 3px 0 0 7px !important;
}
#playerBar {
height: 68px !important;
}
#playerBar .rightcolumn .info {
margin: 7px 9px 0 0;
width: 208px !important;
height: 62px !important;
}
#playerBar .rightcolumn .info a {
font-size: 12px !important;
}
#playerBar .rightcolumn .cd_icon {
margin: 6px 5px 0 0 !important;
}
#playerBar .searchInput {
top: 9px !important;
left: 2px !important;
font-size: 15px !important;
color: #A8ABB3 !important;
}
#playerBar .searchSubText {
top: 21px !important;
left: 40px !important;
font-size: 15px !important;
color: #A8ABB3 !important;
}
.rightcolumn {
width: 269px !important;
}
#playerBar .middlecolumn {
margin-left: 21.7% !important;
margin-top: 2px !important;
}
.int-1 {
padding: 0 0 0 30px !important;
width: 100% !important;
}
.backstage .content_right {
margin: none!important;
}
.backstage .header,
.backstage .col-a-2,
.backstage .content_right {
width: 91% !important;
}
.backstage .artist_bio .artist_bio_inner {
font-size: 14px !important;
text-align: justify !important;
}
.col-a-1 {
min-height: 100% !important;
background-color: #FFF !important;
}
.col-a-2 {
position: absolute;
margin-left: 190px;
}
#mainContent,
#mainContent > div.home.fxCol-cont-1.col-prop-1.view-2 {
overflow-y: scroll !important;
overflow-x: hidden !important;
}
#trackDetail > div.item.relatedArtists {
margin-bottom: 12px !important;
}
.searchPopupContainer {
position: fixed;
top: 55px;
left: 14px;
width: 296px;
}
#detailContainer {
margin-left: 2px !important;
}
#mainContainer {
background-image: none !important;
}
}
/*Thank you so much for using my script, guys! I know it's a bit much to ask, but could you maybe donate a dollar or two to my Pledgie campaign? I'd really appreciate it! http://pledgie.com/campaigns/19127*/
| 0.173919 | 0.059866 |
body {
margin: 0;
padding: 1.0em;
background: #333;
color: #FFF;
font: 2em/1.4em 'Lucida Grande', Verdana, sans-serif;
}
div.timers {
background: #FFF;
color: #333;
border: 0.08em solid #222;
border-top-width: 1px;
border-left-width: 1px;
float: left;
padding: 0.2em;
margin: 0 0 0.5em;
position: relative;
}
div.timers h1 {
text-align: left;
font-size: 0.6em;
line-height: 1.4em;
background-color: #FF9;
padding: 0 0.75em;
margin: 0.25em 0 0;
border: 1px solid #EE8;
}
div.timers div.controls {
position: absolute;
right: 0.25em;
top: 0.1em;
line-height: 1em;
}
div.timers h1 a {
text-decoration: none;
color: #000;
}
div.timers div.controls a {
font-size: 0.5em;
padding: 0;
color: #330;
}
div.timers a.control {
position: absolute;
text-decoration: none;
padding: 0 0.25em;
color: #AAA;
outline: 0;
}
#minus {
left: 0.25em;
}
#plus {
right: 0.25em;
}
.overtime {
background: yellow;
color: red;
border: 3px solid;
padding: 0.1em 0.25em;
font-weight: bold;
}
div.timers h2 {
font-size: 0.6em;
line-height: 1.0em;
font-weight: normal;
margin: 0 0 -0.25em;
padding-top: 0.5em;
color: #666;
}
div.timers p {
margin: 0;
padding: 0 0.5em;
}
div.timers form {
margin: 0;
}
div.timers span.clock {
font-family: monospace;
}
div.timers ul {
margin: 0;
padding: 0;
list-style: none;
}
div.timers li {
float: left;
width: 5em;
margin: 0;
padding: 0 0.5em;
text-align: center;
}
div#elapsed {
width: 12.1em;
}
div#remaining {
clear: left;
width: 12.1em;
}
div#remaining p {
text-align: center;
}
#slide,
#next,
#notes,
#nextnotes {
font-size: 0.75em;
line-height: 1.4em;
clear: left;
/* max-width: 30.0em; */
text-shadow: 0.1em 0.1em 0.1em #111;
}
#next {
margin-top: 2.5em;
}
#next, #nextnotes {
color: #999;
font-size: 0.66em;
}
em.disclaimer {
color: #666;
}
div.collapsed h1 {
display: block;
font-size: 0.33em;
}
div.collapsed h1 a {
display: inline;
}
div.collapsed * {
display: none;
}
|
apache-fop/src/test/resources/docbook-xsl/slides/s5/ui/default/notes.css
|
body {
margin: 0;
padding: 1.0em;
background: #333;
color: #FFF;
font: 2em/1.4em 'Lucida Grande', Verdana, sans-serif;
}
div.timers {
background: #FFF;
color: #333;
border: 0.08em solid #222;
border-top-width: 1px;
border-left-width: 1px;
float: left;
padding: 0.2em;
margin: 0 0 0.5em;
position: relative;
}
div.timers h1 {
text-align: left;
font-size: 0.6em;
line-height: 1.4em;
background-color: #FF9;
padding: 0 0.75em;
margin: 0.25em 0 0;
border: 1px solid #EE8;
}
div.timers div.controls {
position: absolute;
right: 0.25em;
top: 0.1em;
line-height: 1em;
}
div.timers h1 a {
text-decoration: none;
color: #000;
}
div.timers div.controls a {
font-size: 0.5em;
padding: 0;
color: #330;
}
div.timers a.control {
position: absolute;
text-decoration: none;
padding: 0 0.25em;
color: #AAA;
outline: 0;
}
#minus {
left: 0.25em;
}
#plus {
right: 0.25em;
}
.overtime {
background: yellow;
color: red;
border: 3px solid;
padding: 0.1em 0.25em;
font-weight: bold;
}
div.timers h2 {
font-size: 0.6em;
line-height: 1.0em;
font-weight: normal;
margin: 0 0 -0.25em;
padding-top: 0.5em;
color: #666;
}
div.timers p {
margin: 0;
padding: 0 0.5em;
}
div.timers form {
margin: 0;
}
div.timers span.clock {
font-family: monospace;
}
div.timers ul {
margin: 0;
padding: 0;
list-style: none;
}
div.timers li {
float: left;
width: 5em;
margin: 0;
padding: 0 0.5em;
text-align: center;
}
div#elapsed {
width: 12.1em;
}
div#remaining {
clear: left;
width: 12.1em;
}
div#remaining p {
text-align: center;
}
#slide,
#next,
#notes,
#nextnotes {
font-size: 0.75em;
line-height: 1.4em;
clear: left;
/* max-width: 30.0em; */
text-shadow: 0.1em 0.1em 0.1em #111;
}
#next {
margin-top: 2.5em;
}
#next, #nextnotes {
color: #999;
font-size: 0.66em;
}
em.disclaimer {
color: #666;
}
div.collapsed h1 {
display: block;
font-size: 0.33em;
}
div.collapsed h1 a {
display: inline;
}
div.collapsed * {
display: none;
}
| 0.482673 | 0.161485 |
.container {
width: 100%;
height: auto;
background-color: #141518;
}
.topHeader {
width: 100%;
height: 30px;
background-color: #d6d6d6;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1280px auto;
grid-template-columns: auto 1280px auto;
grid-template-areas: ". topContent .";
text-align: right;
}
.topContent {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: topContent;
margin: auto 0;
}
.topContent a {
padding: 0 12px;
color: #757575;
font-size: 12px;
font-weight: 400;
}
.midHeader {
width: 100%;
height: 60px;
background-color: #1d1e22;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1280px auto;
grid-template-columns: auto 1280px auto;
grid-template-areas: ". midContent .";
}
.botHeader {
width: 100%;
height: 40px;
background-color: #00a2ff;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1280px auto;
grid-template-columns: auto 1280px auto;
grid-template-areas: ". botContent .";
}
.botContent {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: botContent;
margin: auto;
}
.botContent a {
color: #ffffff;
font-size: 14px;
font-weight: 600;
}
.midContent {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: midContent;
display: -ms-grid;
display: grid;
-ms-grid-columns: 0.8fr 175px 4fr auto;
grid-template-columns: 0.8fr 175px 4fr auto;
grid-template-areas: "midLeft midNav midSearch midRight";
max-height: 60px;
}
.logoContainer {
-ms-grid-row: 1;
-ms-grid-column: 1;
width: 120px;
height: 60px;
display: inline-block;
vertical-align: top;
padding-top: 18px;
grid-area: midLeft;
z-index: 1;
}
.diagonalSep {
-ms-grid-row: 1;
-ms-grid-column: 1;
display: inline-block;
width: 30px;
height: 60px;
position: relative;
grid-area: midLeft;
padding-left: 130px;
}
.diagonalSep2 {
display: inline-block;
width: 30px;
height: 60px;
margin-left: 10px;
}
.svg {
position: relative;
width: 100%;
height: 100%;
}
.svg line {
stroke: #3e3e41;
stroke-width: 2;
}
.navContainer {
-ms-grid-row: 1;
-ms-grid-column: 2;
display: inline-block;
vertical-align: top;
font-size: 18px;
color: #e2e2e2;
font-weight: 500;
grid-area: midNav;
}
.navBtn {
display: inline-block;
vertical-align: top;
padding-top: 23px;
padding-left: 10px;
text-transform: uppercase;
cursor: pointer;
}
.NavSearch {
-ms-grid-row: 1;
-ms-grid-column: 3;
display: inline-block;
vertical-align: top;
padding-top: 14px;
margin-left: 30px;
margin-right: 30px;
grid-area: midSearch;
}
.NavSearch input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
vertical-align: top;
}
.searchWrapper {
text-align: center;
height: 32px;
font-size: 0;
}
.search {
padding: 0 30px;
font-size: 18px;
height: 32px;
border-radius: 20px 0 0 20px;
border: none;
width: 92%;
}
.search:focus {
border-color: #00a2ff;
border-width: 2px;
border-style: solid;
}
.searchSubmit {
cursor: pointer;
border: none;
border-radius: 0 20px 20px 0;
display: inline-block;
height: 32px;
width: 8%;
background: url("../assets/images/search-icon.png") 0 0 no-repeat;
background-size: 18px 18px;
background-color: white;
background-position: center;
}
.rightContainer {
-ms-grid-row: 1;
-ms-grid-column: 4;
display: inline-block;
color: white;
vertical-align: top;
font-size: 20px;
padding-top: 20px;
padding-right: 30px;
float: right;
width: auto;
grid-area: midRight;
}
.rightContainer div {
cursor: pointer;
}
.rightContainer a {
color: white;
}
.favouritesContainer {
display: inline-block;
margin-right: 1.5em;
}
.cartContainer {
display: inline-block;
position: absolute;
}
.cartContainer img {
}
.userContainer {
display: inline-block;
margin-right: 1.5em;
}
@media only screen and (max-width: 1279px) {
.topHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
}
}
@media only screen and (max-width: 959px) {
.topHeader {
display: none;
}
}
@media only screen and (max-width: 1279px) {
.botHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
}
}
@media only screen and (max-width: 1325px) {
.midHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
padding: 0 24px;
}
.midContent {
width: calc(100% - 24px);
}
}
@media only screen and (max-width: 959px) {
.midHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
text-align: center;
padding: 0 15px;
}
}
|
src/styles/header.module.css
|
.container {
width: 100%;
height: auto;
background-color: #141518;
}
.topHeader {
width: 100%;
height: 30px;
background-color: #d6d6d6;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1280px auto;
grid-template-columns: auto 1280px auto;
grid-template-areas: ". topContent .";
text-align: right;
}
.topContent {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: topContent;
margin: auto 0;
}
.topContent a {
padding: 0 12px;
color: #757575;
font-size: 12px;
font-weight: 400;
}
.midHeader {
width: 100%;
height: 60px;
background-color: #1d1e22;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1280px auto;
grid-template-columns: auto 1280px auto;
grid-template-areas: ". midContent .";
}
.botHeader {
width: 100%;
height: 40px;
background-color: #00a2ff;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1280px auto;
grid-template-columns: auto 1280px auto;
grid-template-areas: ". botContent .";
}
.botContent {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: botContent;
margin: auto;
}
.botContent a {
color: #ffffff;
font-size: 14px;
font-weight: 600;
}
.midContent {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: midContent;
display: -ms-grid;
display: grid;
-ms-grid-columns: 0.8fr 175px 4fr auto;
grid-template-columns: 0.8fr 175px 4fr auto;
grid-template-areas: "midLeft midNav midSearch midRight";
max-height: 60px;
}
.logoContainer {
-ms-grid-row: 1;
-ms-grid-column: 1;
width: 120px;
height: 60px;
display: inline-block;
vertical-align: top;
padding-top: 18px;
grid-area: midLeft;
z-index: 1;
}
.diagonalSep {
-ms-grid-row: 1;
-ms-grid-column: 1;
display: inline-block;
width: 30px;
height: 60px;
position: relative;
grid-area: midLeft;
padding-left: 130px;
}
.diagonalSep2 {
display: inline-block;
width: 30px;
height: 60px;
margin-left: 10px;
}
.svg {
position: relative;
width: 100%;
height: 100%;
}
.svg line {
stroke: #3e3e41;
stroke-width: 2;
}
.navContainer {
-ms-grid-row: 1;
-ms-grid-column: 2;
display: inline-block;
vertical-align: top;
font-size: 18px;
color: #e2e2e2;
font-weight: 500;
grid-area: midNav;
}
.navBtn {
display: inline-block;
vertical-align: top;
padding-top: 23px;
padding-left: 10px;
text-transform: uppercase;
cursor: pointer;
}
.NavSearch {
-ms-grid-row: 1;
-ms-grid-column: 3;
display: inline-block;
vertical-align: top;
padding-top: 14px;
margin-left: 30px;
margin-right: 30px;
grid-area: midSearch;
}
.NavSearch input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
vertical-align: top;
}
.searchWrapper {
text-align: center;
height: 32px;
font-size: 0;
}
.search {
padding: 0 30px;
font-size: 18px;
height: 32px;
border-radius: 20px 0 0 20px;
border: none;
width: 92%;
}
.search:focus {
border-color: #00a2ff;
border-width: 2px;
border-style: solid;
}
.searchSubmit {
cursor: pointer;
border: none;
border-radius: 0 20px 20px 0;
display: inline-block;
height: 32px;
width: 8%;
background: url("../assets/images/search-icon.png") 0 0 no-repeat;
background-size: 18px 18px;
background-color: white;
background-position: center;
}
.rightContainer {
-ms-grid-row: 1;
-ms-grid-column: 4;
display: inline-block;
color: white;
vertical-align: top;
font-size: 20px;
padding-top: 20px;
padding-right: 30px;
float: right;
width: auto;
grid-area: midRight;
}
.rightContainer div {
cursor: pointer;
}
.rightContainer a {
color: white;
}
.favouritesContainer {
display: inline-block;
margin-right: 1.5em;
}
.cartContainer {
display: inline-block;
position: absolute;
}
.cartContainer img {
}
.userContainer {
display: inline-block;
margin-right: 1.5em;
}
@media only screen and (max-width: 1279px) {
.topHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
}
}
@media only screen and (max-width: 959px) {
.topHeader {
display: none;
}
}
@media only screen and (max-width: 1279px) {
.botHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
}
}
@media only screen and (max-width: 1325px) {
.midHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
padding: 0 24px;
}
.midContent {
width: calc(100% - 24px);
}
}
@media only screen and (max-width: 959px) {
.midHeader {
-ms-grid-columns: auto 100% auto;
grid-template-columns: auto 100% auto;
text-align: center;
padding: 0 15px;
}
}
| 0.465387 | 0.112356 |
@import url(https://fonts.googleapis.com/css?family=Lato:300,100);
body {
background: #333;
font-family: 'Lato', sans-serif;
}
#app {
margin-top: 50px;
color: #fff;
}
input[type="text"], input[type="number"] {
background: transparent;
border: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 1.2em;
font-weight: 300;
margin-bottom: 20px;
}
input[type="number"] {
width: 130px;
margin-bottom: 30px;
}
#creator, #progress {
border: 0;
border-radius: 0;
background: #00897b;
outline: none;
color: #fff;
transition: background .15s ease;
}
#creator:hover, #progress:hover {
background: #007064;
}
#progress {
position: absolute;
bottom: 22px;
right: 22px;
border-radius: 50%;
margin: 13px 0 0 0;
padding: 0 14px;
cursor: pointer;
}
.lower div {
float: left;
font-size: 1.4em;
margin: 18px 0 0 3px;
}
.lower span {
position: absolute;
top: 1px;
right: 10px;
font-size: 1.5em;
font-weight: bold;
cursor: pointer;
color: #444;
transition: color .15s ease;
}
.lower span:hover {
color: #ddd;
}
.habit {
margin-top: 20px;
}
.columns {
position: relative;
margin: 20px 20px 0 0;
background: #555;
padding: 35px;
min-width: 300px;
}
.columns h4 {
margin-bottom: 12;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.shell {
height: 20px;
width: 230px;
border-radius: 13px;
background: linear-gradient(to right, #9658b5, #e3505a);
overflow: hidden;
}
.bar {
background: #333;
height: 20px;
float: right;
border-top-right-radius: 9px;
border-bottom-right-radius: 9px;
}
.slide-transition {
opacity: 1;
transition: all .3s ease;
}
.slide-enter, .slide-leave {
opacity: 0;
transform: scale(0.9);
}
@media screen and (max-width: 550px) {
.columns {
text-align: center;
}
.columns .shell {
margin: 0 auto;
}
}
|
Exams/Second Partial Exam/VueJS/Habit Tracker/css/style.css
|
@import url(https://fonts.googleapis.com/css?family=Lato:300,100);
body {
background: #333;
font-family: 'Lato', sans-serif;
}
#app {
margin-top: 50px;
color: #fff;
}
input[type="text"], input[type="number"] {
background: transparent;
border: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 1.2em;
font-weight: 300;
margin-bottom: 20px;
}
input[type="number"] {
width: 130px;
margin-bottom: 30px;
}
#creator, #progress {
border: 0;
border-radius: 0;
background: #00897b;
outline: none;
color: #fff;
transition: background .15s ease;
}
#creator:hover, #progress:hover {
background: #007064;
}
#progress {
position: absolute;
bottom: 22px;
right: 22px;
border-radius: 50%;
margin: 13px 0 0 0;
padding: 0 14px;
cursor: pointer;
}
.lower div {
float: left;
font-size: 1.4em;
margin: 18px 0 0 3px;
}
.lower span {
position: absolute;
top: 1px;
right: 10px;
font-size: 1.5em;
font-weight: bold;
cursor: pointer;
color: #444;
transition: color .15s ease;
}
.lower span:hover {
color: #ddd;
}
.habit {
margin-top: 20px;
}
.columns {
position: relative;
margin: 20px 20px 0 0;
background: #555;
padding: 35px;
min-width: 300px;
}
.columns h4 {
margin-bottom: 12;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.shell {
height: 20px;
width: 230px;
border-radius: 13px;
background: linear-gradient(to right, #9658b5, #e3505a);
overflow: hidden;
}
.bar {
background: #333;
height: 20px;
float: right;
border-top-right-radius: 9px;
border-bottom-right-radius: 9px;
}
.slide-transition {
opacity: 1;
transition: all .3s ease;
}
.slide-enter, .slide-leave {
opacity: 0;
transform: scale(0.9);
}
@media screen and (max-width: 550px) {
.columns {
text-align: center;
}
.columns .shell {
margin: 0 auto;
}
}
| 0.443118 | 0.144209 |
body.rating-scales .all-scales {
margin-bottom: 120px;
box-shadow: 4px 4px 5px #efefef;
}
body.rating-scales main {
max-width:unset;
}
@media (min-width:992px) {
body.rating-scales aside {
width:300px;
}
}
@media (max-width:950px) {
body.rating-scales aside {
margin-top: 0;
}
}
.rating-scales-container {
background: transparent;
max-width: 1000px;
margin: 0 auto;
}
.rate-wrapper {
width: 150px;
display: flex;
height: 100%;
}
.rating-scales-container p {
padding-bottom: 0;
}
.rating-box {
display: flex;
}
.ratings-classification {
width: 225px;
}
.ratings-classification p {
font-weight: bolder;
color: white;
}
.classification-box {
padding: 30px;
position: sticky;
position: -webkit-sticky;
top: 125px;
}
.ratings-name {
display: flex;
padding: 30px;
flex: 1;
}
.ratings-name a {
display:block;
}
.screening-rating {
margin-left: auto;
}
.classified-ratings {
flex: 1;
display: flex;
align-items: center;
}
/* .classified-ratings:nth-child(odd){
background-color: rgba(3, 159, 218, .05);
} */
.classified {
display: flex;
flex-direction: column;
flex: 1;
}
.screening-rating,
.diagnosis-rating,
.tracking-rating {
width: 50px;
border-left: 1px solid #ededed;
box-sizing: border-box;
height: 100%;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
img {
max-width: 100%;
}
.cat-box {
top: 126px;
position: sticky;
box-shadow: none;
background-color: transparent;
display: flex;
}
.cat-title {
width: 50px;
padding: 20px 0;
background-color: white;
}
#classified-header {
text-align: center;
justify-content: flex-end;
flex-direction: row;
padding: 10px 0;
background:white;
border-bottom:1px solid #f7f7f7;
}
.top-ratings {
position: sticky;
top: 93px;
box-shadow: none;
display:flex;
}
@media (max-width:850px) {
.ratings-classification {
width: 200px;
}
}
@media (max-width:768px) {
.classification-box,
.ratings-name {
padding:20px 10px;
}
}
@media (max-width:650px) {
.all-scales {
margin:0 -15px;
}
.classified-ratings {
flex-direction:column;
}
.rate-wrapper {
display:flex;
width:100%;
justify-content: space-between;
}
.screening-rating {
margin-left:0;
}
.screening-rating,
.diagnosis-rating,
.tracking-rating {
width: 100%;
}
.screening-rating img,
.diagnosis-rating img,
.tracking-rating img {
width: 40px;
height:40px;
margin:0 auto;
}
.top-ratings {
display:flex;
}
.cat-title {
width:100%;
}
.ratings-classification {
width:140px;
}
}
|
web/app/themes/project-teach/assets/css/temp/rating-scales.css
|
body.rating-scales .all-scales {
margin-bottom: 120px;
box-shadow: 4px 4px 5px #efefef;
}
body.rating-scales main {
max-width:unset;
}
@media (min-width:992px) {
body.rating-scales aside {
width:300px;
}
}
@media (max-width:950px) {
body.rating-scales aside {
margin-top: 0;
}
}
.rating-scales-container {
background: transparent;
max-width: 1000px;
margin: 0 auto;
}
.rate-wrapper {
width: 150px;
display: flex;
height: 100%;
}
.rating-scales-container p {
padding-bottom: 0;
}
.rating-box {
display: flex;
}
.ratings-classification {
width: 225px;
}
.ratings-classification p {
font-weight: bolder;
color: white;
}
.classification-box {
padding: 30px;
position: sticky;
position: -webkit-sticky;
top: 125px;
}
.ratings-name {
display: flex;
padding: 30px;
flex: 1;
}
.ratings-name a {
display:block;
}
.screening-rating {
margin-left: auto;
}
.classified-ratings {
flex: 1;
display: flex;
align-items: center;
}
/* .classified-ratings:nth-child(odd){
background-color: rgba(3, 159, 218, .05);
} */
.classified {
display: flex;
flex-direction: column;
flex: 1;
}
.screening-rating,
.diagnosis-rating,
.tracking-rating {
width: 50px;
border-left: 1px solid #ededed;
box-sizing: border-box;
height: 100%;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
img {
max-width: 100%;
}
.cat-box {
top: 126px;
position: sticky;
box-shadow: none;
background-color: transparent;
display: flex;
}
.cat-title {
width: 50px;
padding: 20px 0;
background-color: white;
}
#classified-header {
text-align: center;
justify-content: flex-end;
flex-direction: row;
padding: 10px 0;
background:white;
border-bottom:1px solid #f7f7f7;
}
.top-ratings {
position: sticky;
top: 93px;
box-shadow: none;
display:flex;
}
@media (max-width:850px) {
.ratings-classification {
width: 200px;
}
}
@media (max-width:768px) {
.classification-box,
.ratings-name {
padding:20px 10px;
}
}
@media (max-width:650px) {
.all-scales {
margin:0 -15px;
}
.classified-ratings {
flex-direction:column;
}
.rate-wrapper {
display:flex;
width:100%;
justify-content: space-between;
}
.screening-rating {
margin-left:0;
}
.screening-rating,
.diagnosis-rating,
.tracking-rating {
width: 100%;
}
.screening-rating img,
.diagnosis-rating img,
.tracking-rating img {
width: 40px;
height:40px;
margin:0 auto;
}
.top-ratings {
display:flex;
}
.cat-title {
width:100%;
}
.ratings-classification {
width:140px;
}
}
| 0.475849 | 0.099689 |
.navbar {
height: 1.02rem;
color: #fff;
background: #06c1ae;
border-bottom: 1px solid #21897d;
display: -webkit-box;
display: -ms-flexbox;
position: relative;
z-index: 30;
}
.navbar .nav-wrap-left {
height: 1.01rem;
line-height: 1.01rem;
}
.navbar .nav-wrap-left a.back {
display: block;
height: 1rem;
width: 0.45rem;
line-height: 1rem;
padding: 0 0.3rem;
}
.navbar .nav-wrap-left a.back .text-icon {
display: inline-block;
width: 0.45rem;
height: 0.45rem;
vertical-align: middle;
position: relative
}
.navbar .nav-wrap-left a.back .text-icon:before {
content: '';
display: block;
position: absolute;
left: 0.07rem;
top: 0;
width: 0.4rem;
height: 0.4rem;
border-bottom: 0.04rem solid #fff;
border-left: 0.04rem solid #fff;
-webkit-transform: scaleY(0.8) rotateZ(45deg);
-moz-transform: scaleY(0.8) rotateZ(45deg);
-ms-transform: scaleY(0.8) rotateZ(45deg);
}
.navbar .nav-wrap-left a.back .text-icon:after {
content: '';
display: block;
position: absolute;
top: 0.2rem;
left: 0.03rem;
height: 0;
width: 0.45rem;
}
.navbar .nav-wrap-left a.back:active {
background: rgba(0, 0, 0, 0.1);
}
.navbar .nav-header {
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
font-size: 0.36rem;
font-weight: 400;
text-align: center;
line-height: 1rem;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.navbar .nav-btn {
display: inline-block;
font-size: 0.2rem;
line-height: 1;
vertical-align: middle;
text-align: center;
color: #fff;
}
.navbar .nav-btn .text-icon {
display: block;
margin: auto;
margin-bottom: 0.1rem;
}
.navbar .nav-btn .icon-home-lg {
transform: scale(1.35, 1.35);
-ms-transform: scale(1.35, 1.35);
-moz-transform: scale(1.35, 1.35);
-webkit-transform: scale(1.35, 1.35);
-o-transform: scale(1.35, 1.35);
}
.navbar .nav-btn .icon-search {
transform: scale(1.35, 1.35);
-ms-transform: scale(1.35, 1.35);
-moz-transform: scale(1.35, 1.35);
-webkit-transform: scale(1.35, 1.35);
-o-transform: scale(1.35, 1.35);
}
.navbar .nav-btn.collected {
display: none;
}
.navbar .nav-wrap-right {
height: 100%;
}
.navbar .nav-wrap-right a {
display: inline-block;
height: 100%;
line-height: 1rem;
text-align: center;
width: 0.94rem
}
.navbar .nav-wrap-right a:active {
background: rgba(0, 0, 0, 0.1);
}
.navbar .nav-wrap-right a:last-child {
margin-right: 0.04rem;
}
.navbar .nav-dropdown {
position: absolute;
right: 0.04rem;
top: 1.06rem;
width: 2rem;
background: #06c1ae;
opacity: 0.9;
z-index: 100;
height: 0;
overflow: hidden;
-webkit-transition: height 0.1s;
}
.navbar .nav-dropdown li {
height: 0.82rem;
line-height: 0.82rem;
border-bottom: 1px solid #21897d;
text-align: center;
}
.navbar .nav-dropdown li a {
display: block;
height: 100%;
font-size: 0.24rem;
color: #fff;
}
.navbar .nav-dropdown li a .text-icon {
margin-right: 0.1rem;
vertical-align: -10%;
}
.navbar .nav-dropdown.active {
height: 1.66rem;
}
.new-navbar {
height: 0.9rem;
line-height: 0.9rem;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
color: #fff;
display: -webkit-box;
display: flex;
width: 100%;
-webkit-box-align: center;
align-items: center;
z-index: 999;
}
.new-navbar .nav-wrap-left {
height: 0.9rem;
line-height: 0.9rem;
}
.new-navbar .nav-wrap-left a.back {
display: block;
height: 0.9rem;
width: 0.45rem;
line-height: 0.9rem;
padding: 0 0.3rem;
}
.new-navbar .nav-wrap-left a.back .text-icon {
display: inline-block;
width: 0.45rem;
height: 0.45rem;
vertical-align: middle;
position: relative
}
.new-navbar .nav-wrap-left a.back .text-icon:before {
content: '';
display: block;
position: absolute;
left: 0.15rem;
top: 0.1rem;
width: 0.2rem;
height: 0.2rem;
border-bottom: 0.045rem solid #fff;
border-left: 0.045rem solid #fff;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
}
.new-navbar .nav-wrap-left a.back:active {
background: rgba(0, 0, 0, 0.1);
}
.new-navbar .new-nav-header {
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
font-size: 0.26rem;
font-weight: 400;
text-align: center;
height: 0.6rem;
line-height: 0.6rem;
border-radius: 0.5rem;
overflow: hidden;
background: #ffffff;
width: 5.4rem;
-webkit-box-align: center;
align-items: center;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.new-navbar .new-nav-header .nav-search {
font-family: PingFangSC-Regular;
font-size: 0.26rem;
color: #999999;
letter-spacing: 0.22px;
}
.new-navbar .new-nav-header .nav-search .search-icon {
display: inline-block;
position: relative;
height: 0.18rem;
width: 0.18rem;
border: 0.04rem solid #8e8e94;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-right: 0.12rem
}
.new-navbar .new-nav-header .nav-search .search-icon::after {
content: '';
position: absolute;
width: 0.12rem;
height: 0.04rem;
background: #8e8e94;
top: 0.09rem;
right: -0.14rem;
border-radius: 0.1rem;
}
.new-navbar .nav-btn {
display: inline-block;
font-size: 0.2rem;
line-height: 1;
vertical-align: middle;
text-align: center;
color: #fff
}
.new-navbar .nav-btn.collected {
display: none;
}
.new-navbar .nav-wrap-right {
width: 0.45rem;
padding: 0 0.3rem;
text-align: center;
}
.new-navbar .nav-wrap-right .person-icon {
display: inline-block;
position: relative;
top: -0.08rem;
height: 0.18rem;
width: 0.18rem;
border: 0.045rem solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.new-navbar .nav-wrap-right .person-icon::after {
content: '';
position: absolute;
right: -0.21rem;
height: 0.3rem;
width: 0.15rem;
border: 0.045rem solid #ffffff;
border-right: none;
border-radius: 100% 0 0 100%/50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
}
.new-navbar.nonavbar {
padding-top: 0.4rem;
}
.new-navbar.scrolled, body.no-banner .new-navbar {
background: #fafafa;
}
.new-navbar.scrolled .nav-wrap-left a.back .text-icon, body.no-banner .new-navbar .nav-wrap-left a.back .text-icon {
}
.new-navbar.scrolled .nav-wrap-left a.back .text-icon:before, body.no-banner .new-navbar .nav-wrap-left a.back .text-icon:before {
border-bottom: 0.045rem solid #06c1ae;
border-left: 0.045rem solid #06c1ae;
}
.new-navbar.scrolled .new-nav-header, body.no-banner .new-navbar .new-nav-header {
background: #ebeced;
}
.new-navbar.scrolled .nav-wrap-right .person-icon, body.no-banner .new-navbar .nav-wrap-right .person-icon {
border-color: #06c1ae
}
.new-navbar.scrolled .nav-wrap-right .person-icon::after, body.no-banner .new-navbar .nav-wrap-right .person-icon::after {
border-color: #06c1ae;
}
.footer-container {
padding: 0 0.2rem 0.4rem 0.2rem;
background-color: #f0f0f0;
}
.footer-container .footer-bar {
margin-bottom: 0.4rem;
font-size: 0.28rem;
}
.footer-container .footer-bar .pull-right {
float: right;
}
.footer-container .footer-bar .footer-mine-btn {
width: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer-container .footer-bar .footer-city-btn, .footer-container .footer-bar .footer-mine-btn {
width: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer-container .footer-bar .footer-city-btn {
margin-left: 0.2rem;
}
.footer-container .footer-bar .login-container a {
margin-right: 0.2rem;
}
.footer-container .footer-nav {
margin-bottom: 0.18rem;
line-height: 1;
}
.footer-container .footer-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: -moz-box;
padding: 0.18rem 0;
margin: 0;
font-size: 0.24rem;
white-space: nowrap;
}
.footer-container .footer-nav li {
-webkit-box-flex: 1;
-ms-flex: 1;
-moz-box-flex: 1;
border-right: 0.02rem solid #666;
text-align: center;
}
.footer-container .footer-nav li a {
color: #06c1ae;
}
.footer-container .footer-nav li:last-child {
border-right: 0;
}
.footer-container .footer-links {
margin: 0.24rem 0.2rem;
font-size: 0.24rem;
text-align: center;
}
.footer-container .footer-links a {
color: #06c1ae;
}
.footer-container .footer-copy-right {
position: relative;
font-size: 0.22rem;
text-align: center;
color: #999;
}
.footer-container .footer-copy-right .hr {
display: block;
position: absolute;
width: 100%;
top: 50%;
content: '';
border-top: 1px solid #999;
}
.footer-container .footer-copy-right .footer-copy-right-text {
position: relative;
padding: 0 0.3rem;
font-size: 0.22rem;
text-align: center;
background-color: #f0efed;
color: #999;
}
.footer-container .footer-copy-right a {
color: #999;
}
.shade-open .top-btn.top {
display: none;
}
.top-btn {
display: none;
position: fixed;
right: 0.3rem;
bottom: 1.5rem;
width: 0.86rem;
height: 0.86rem;
line-height: 0.86rem;
z-index: 130;
color: #fff;
overflow: hidden;
text-align: center;
font-size: 0.5rem;
}
.top-btn a {
display: block;
height: 100%;
}
.top-btn.top {
display: block;
}
.meishi-msg-toast {
z-index: 1002;
border: 0;
position: fixed;
text-align: center;
top: 40%;
left: 0;
right: 0;
background: transparent;
pointer-events: none;
}
.meishi-msg-toast .meishi-msg-toast-content {
-webkit-animation-name: pop;
animation-name: pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
display: inline-block;
line-height: 1.5;
padding: 0.35rem 0.4rem;
font-size: 0.32rem;
color: #fff;
border-radius: 0.1rem;
background: rgba(0, 0, 0, 0.8);
}
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(1.85);
transform: scale(1.85);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes pop {
0% {
-webkit-transform: scale(1.85);
transform: scale(1.85);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.meishi-msg-bg {
background: rgba(0, 0, 0, 0.4);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-backface-visibility: hidden;
z-index: 1000;
}
.meishi-msg-doc {
position: fixed;
left: 0.3rem;
right: 0.3rem;
border-radius: 0.06rem;
background: #fff;
overflow: hidden;
z-index: 1001;
-webkit-animation-name: popup;
animation-name: popup;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
top: 25%;
}
.meishi-msg-doc .meishi-msg-hd {
background: #f0efed;
color: #333;
text-align: center;
padding: 0.28rem 0;
overflow: hidden;
font-size: 0.32rem;
border-bottom: 1px solid #d8d8d8;
}
.meishi-msg-doc .meishi-msg-bd {
font-size: 0.3rem;
padding: 0.28rem;
border-bottom: 1px solid #d8d8d8;
}
.meishi-msg-doc .meishi-msg-bd .meishi-msg-center {
text-align: center;
}
.meishi-msg-doc .meishi-msg-ft {
display: -webkit-box;
display: flex;
font-size: 0.34rem;
}
.meishi-msg-btn {
display: block;
-webkit-box-flex: 1;
flex: 1;
margin-right: -1px;
border-right: 1px solid #d8d8d8;
height: 0.88rem;
line-height: 0.88rem;
text-align: center;
color: #06c1ae
}
.meishi-msg-btn:active {
background: #eee;
}
@-webkit-keyframes popup {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes popup {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.dp .meishi-msg-btn {
color: #f63;
}
.openordown-dianping-paddingTop {
padding-top: 2.8rem;
}
.pop-wapper {
background: rgba(0, 0, 0, 0.8);
box-sizing: border-box;
position: fixed;
bottom: 0;
width: 100%;
height: 1.4rem;
overflow: hidden;
z-index: 998;
}
.pop-wapper .mt-logo {
position: absolute;
top: 0.2rem;
left: 0.44rem;
width: 1rem;
height: 1rem;
}
.pop-wapper .banner-title {
position: absolute;
top: 0.28rem;
left: 1.64rem;
right: 2rem;
color: #fff;
font-size: 0.28rem;
line-height: 1.5;
height: 0.84rem;
overflow: hidden;
}
.pop-wapper .btn {
position: absolute;
top: 0.35rem;
right: 0.2rem;
width: 1.7rem;
padding: 0;
height: 0.7rem;
line-height: 0.7rem;
overflow: hidden;
}
.openordown-dianping {
width: 100%;
height: 2.4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/opendown_dp.png@3bcf852*/;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
position: fixed;
top: 0;
left: 0;
}
.openordown-dianping .download-guide {
display: -webkit-box;
display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#e1e1e1), color-stop(50%, #e1e1e1), color-stop(0, transparent));
background-image: linear-gradient(0, #e1e1e1, #e1e1e1 50%, transparent 0);
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: 100% 1px;
}
.openordown-dianping .download-guide .title {
display: -webkit-box;
display: flex;
height: 0.6rem;
margin: 0.48rem 0 0.28rem;
-webkit-box-pack: center;
justify-content: center;
}
.openordown-dianping .download-guide .icon {
width: 0.6rem;
height: 0.6rem;
margin-right: 0.16rem;
background-image: url(-f=meis-meishi.mobile-page-order-index-img-dp_logo.png@3bcf852.png)/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:page/order/index/img/dp_logo.png@3bcf852*/;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.openordown-dianping .download-guide .text {
font-size: 0.4rem;
font-weight: bolder;
color: #111;
}
.openordown-dianping .download-guide .btns {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
}
.openordown-dianping .download-guide .btn-open, .openordown-dianping .download-guide .btn-download {
display: -webkit-box;
display: flex;
width: 2.52rem;
height: 0.8rem;
font-size: 0.28rem;
border: 0.02rem solid #f63;
border-radius: 0.04rem;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.openordown-dianping .download-guide .btn-open {
margin-right: 0.3rem;
color: #f63;
}
.openordown-dianping .download-guide .btn-download {
color: #fff;
background-color: #f63;
}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */
display: block;
}
/**
* Add the correct display in IE 9-.
*/
audio, canvas, progress, video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template, [hidden] {
display: none;
}
/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active, a:hover {
outline-width: 0;
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b, strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
font-weight: bolder;
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, pre, samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button, input, select, textarea {
font: inherit; /* 1 */
margin: 0; /* 2 */
}
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"], [type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
.btn-wrapper {
margin: .28rem .2rem;
}
.btn {
display: inline-block;
height: .6rem;
padding: 0 .32rem;
margin: 0;
text-align: center;
border-radius: .06rem;
font-size: .28rem;
vertical-align: middle;
line-height: .6rem;
border: 0;
color: #fff;
background-color: #06c1ae;
box-sizing: border-box;
cursor: pointer;
-webkit-user-select: none
}
.btn:focus {
outline: 0;
}
.btn-strong {
background-color: #f90;
}
.btn-weak {
border: .02rem solid #06c1ae;
padding: 0 .3rem;
background: 0;
color: #06c1ae;
}
.btn-weak:active {
color: #fff;
background: #06c1ae;
}
.btn-tag {
height: .62rem;
padding: 0 .11rem;
margin-bottom: 0.14rem;
margin-right: 0.1rem;
line-height: .62rem;
background: 0;
border: .02rem solid #ACACAC;
color: #999;
}
.btn-tag:active {
background: #dedfe3;
}
.btn-tag-light {
margin-bottom: 0.14rem;
margin-right: 0.1rem;
border: .02rem solid #FDB338;
color: #FDB338;
}
.btn-tag-light:active {
background: #ffd8a6;
}
.btn-tag-promotion {
padding: 0 .06rem;
margin: 0;
height: auto;
border: .02rem solid #f90;
font-size: .22rem;
line-height: 1.5;
color: #f90;
}
.btn-larger {
height: .94rem;
line-height: .94rem;
font-size: .4rem;
}
.btn-footer {
width: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btn-block {
display: block;
width: 100%;
}
.btn:disabled, .btn.btn-disabled {
background-color: #dcdcdc;
color: #999;
border: 0;
}
.btn-warning {
background-color: #fa7251;
}
.btn-orange {
background-color: #f63;
}
.btn-refund {
font-size: .28rem;
padding: 0;
width: 1.6rem;
height: .6rem;
line-height: .6rem;
color: #fff;
background-color: #ff2500;
}
/* icon是所有图标必须要添加的class*/
.icon {
display: inline-block;
vertical-align: middle;
height: .34rem;
width: .34rem;
background-size: 100% 100%;
}
/* 评分 */
.icon-star-orange {
height: .3rem;
width: .3rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/051574ed5484d79a.png@3bcf852*/;
}
.icon-star-orange-half {
height: .3rem;
width: .3rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/9e672a5150bcbb21.png@3bcf852*/;
}
.icon-star-grey {
height: .3rem;
width: .3rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/7c35cf1b3d2ea58f.png@3bcf852*/;
}
/* 大一些星星 */
.icon-star-orange-lg {
width: .36rem;
height: .36rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/cb45534a7d3737c0.png@3bcf852*/;
}
.icon-star-orange-half-lg {
width: .36rem;
height: .36rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/f906908262f9b786.png@3bcf852*/;
}
.icon-star-grey-lg {
width: .36rem;
height: .36rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/e076efca46320452.png@3bcf852*/;
}
/* 红色版的星星*/
.red-star-icon {
display: inline-block;
width: .24rem;
height: .24rem;
background-size: 100% 100%;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/red-star-grey.png@3bcf852*/;
}
.red-star-icon-full {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/red-star-full.png@3bcf852*/;
}
.red-star-icon-half {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/red-star-half.png@3bcf852*/;
}
/* 电话 */
.new-icon-tel {
width: .4rem;
height: .4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/1d4b162df0a30240.png@3bcf852*/
}
.new-icon-tel.dianping {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/ba04cbc584639e52.png@3bcf852*/;
}
/* checkbox */
.icon-checkbox {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/7ee4585b95c109a9.png@3bcf852*/;
}
.icon-checkbox-select {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/5610c3112fa943f5.png@3bcf852*/;
}
.icon-checkbox-select-orange {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/abef09a96d994e05.png@3bcf852*/;
}
/* radio */
.icon-radio {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/fc08954f071b7b68.png@3bcf852*/;
}
.icon-radio-select {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/fec06f8b50c58788.png@3bcf852*/;
}
.icon-radio-select-orange {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/5ef5cf13a3aeac3f.png@3bcf852*/;
}
/*收藏*/
.icon-collect, .icon-collected{
transform:scale(1.21,1.21);
-ms-transform:scale(1.21,1.21);
-moz-transform:scale(1.21,1.21);
-webkit-transform:scale(1.21,1.21);
-o-transform:scale(1.21,1.21);
}
/*分享*/
.icon-share {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/9d9decf2c1833e3c.png@3bcf852*/;
}
/*回到顶部*/
.icon-top {
display: block;
width: .86rem;
height: .86rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/cbcd00b445480e50.png@3bcf852*/;
}
/*对勾*/
.icon-success {
width: .56rem;
height: .56rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/8eb5df1d3d7c4c7f.png@3bcf852*/;
}
.icon-failure {
width: .56rem;
height: .56rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/822f294535a2c556.png@3bcf852*/;
}
/*已售*/
.icon-solds {
width: .4rem;
height: .4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/646373df75ffbdbf.png@3bcf852*/;
}
/*搜索*/
.icon-search {
width: .46rem;
height: .46rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/6e32ed3cc8d076be.png@3bcf852*/;
}
/*随时退*/
.icon-refund-antomatic {
width: .4rem;
height: .4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/1eecd7828f51235f.png@3bcf852*/;
}
/*自动退*/
.icon-refund-antomatic {
width: .4rem;
height: .4rem;
background-image: url(-f=meis-meishi.mobile-page-order-img-refund-antomatic.png@3bcf852.png)/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:page/order/img/refund-antomatic.png@3bcf852*/;
}
.icon-good-hand {
width: .22rem;
height: .22rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/6a403a02a3284f88.png@3bcf852*/;
}
.icon-market {
width: .28rem;
height: .28rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/42efe7c137f1e529.png@3bcf852*/;
}
.icon-nearby {
width: .17rem;
height: .2rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/50ad0dac2793306b.png@3bcf852*/;
}
.icon-album {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem -0.88rem;
width: 0.34rem;
height: 0.34rem;
}
.icon-collect {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.88rem 0rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-collected {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.44rem 0rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-home {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.38rem -0.88rem;
width: 0.34rem;
height: 0.34rem;
}
.icon-location {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.3rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-maidan {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem -0.34rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-menu {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.44rem -0.44rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-nearby {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem -1.02rem;
width: 0.17rem;
height: 0.2rem;
}
.icon-person-34 {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.76rem -0.88rem;
width: 0.34rem;
height: 0.34rem;
}
.icon-person-40 {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem 0rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-quan {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem 0rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-refund-anytime {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.34rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-refund-automatic {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.66rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-search {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem -0.44rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-solds-icon {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.98rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-tel {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.88rem -0.44rem;
width: 0.38rem;
height: 0.38rem;
}
.icon-tuan {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem -0.68rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-waimai {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem -1.26rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-sp {
display: inline-block;
background-repeat: no-repeat;
background-size: 1.62rem 1.56rem;
vertical-align: middle;
}
html {
font-size: 312.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
min-height: 100%;
min-width: 320px;
overflow-x: hidden;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.28rem;
line-height: 1.5;
color: #333;
background-color: #f0f0f0;
min-height: 100%;
overflow: hidden;
}
a {
color: #06c1ae;
outline: none;
text-decoration: none;
}
* {
max-height: 999999px;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.clearfix {
}
.clearfix::before, .clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
// 省略文本
@define-mixin ellipsis $line:3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: $line;
-webkit-box-orient: vertical;
}
.content-title {
margin: 0.6rem 0.2rem 0.2rem;
font-size: 0.34rem;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.deal-pay-form {
display: none;
}
div.meishi-msg-doc {
left: 50%;
right: auto;
width: 5rem;
margin-left: -2.5rem;
}
.captcha-dialog {
display: block;
text-align: center;
}
.captcha-dialog .msg-title {
text-align: center;
font-size: 0.32rem;
}
.captcha-dialog .captcha-wrapper {
display: inline-block;
}
.captcha-dialog .captcha {
width: 2rem;
height: 0.8rem;
margin: 0.2rem 0;
}
.captcha-dialog .input {
display: block;
width: 2.6rem;
padding: 0.1rem 0.2rem;
line-height: 0.5rem;
height: 0.5rem;
border: 1px solid #ccc;
margin: 0 auto;
outline: none
}
.captcha-dialog .input:focus {
background: #fff;
outline: 0;
border-color: #06c1ae;
}
.captcha-dialog.hide {
display: none;
}
.deal-content-wrapper {
margin-bottom: 0.2rem;
border-top: 1px solid #ddd8ce;
border-bottom: 1px solid #ddd8ce;
background: #fff;
}
.deal-content-wrapper .content-info-line {
position: relative;
padding: 0 0.2rem;
line-height: 0.9rem;
height: 0.9rem;
text-align: left;
font-size: 0.3rem;
}
.deal-content-wrapper .content-info-line span {
position: absolute;
top: 0;
right: 0.2rem
}
.deal-content-wrapper .content-info-line span.amount {
font-weight: bold;
color: #ff9712;
}
.deal-content-wrapper .content-info-line .change-mobile {
position: absolute;
top: 0;
right: 0.2rem;
color: #999;
padding-right: 0.3rem
}
.deal-content-wrapper .content-info-line .change-mobile:after {
position: absolute;
right: 0.05rem;
top: 50%;
display: block;
content: '';
width: 0.6em;
height: 0.6em;
border-left: 0.04rem solid #999;
border-bottom: 0.04rem solid #999;
-webkit-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
-moz-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
-ms-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
}
.deal-content-wrapper .content-info-line .operate {
position: absolute;
top: -0.02rem;
right: 0.2rem;
overflow: hidden;
text-align: right;
}
.deal-content-wrapper .content-info-line .operate input, .deal-content-wrapper .content-info-line .operate button {
display: inline-block;
vertical-align: middle;
}
.deal-content-wrapper .content-info-line .operate .btn {
width: 0.6rem;
padding: 0;
outline: 0;
font-size: 0.5rem;
line-height: 0.6rem;
font-weight: lighter;
font-family: CourierNewPSMT, 'Times New Roman';
}
.deal-content-wrapper .content-info-line .operate .minus {
margin-right: 0.1rem;
font-family: CourierNewPSMT, Verdana;
}
.deal-content-wrapper .content-info-line .operate .add {
margin-left: 0.1rem;
font-family: CourierNewPSMT, 'Times New Roman';
}
.deal-content-wrapper .content-info-line .operate .number {
width: 1.2rem;
height: 0.6rem;
vertical-align: middle;
border: 0.02rem solid #ddd8ce;
border-radius: 0.06rem;
box-sizing: border-box;
line-height: 0.6rem;
text-align: center;
outline: 0;
}
.deal-content-wrapper .content-info-line + .content-info-line {
border-top: 1px solid #ddd8ce;
}
.login-wrapper {
padding-left: 0.2rem;
background-color: #fff;
}
.login-wrapper .content-info-line {
position: relative;
padding: 0.28rem 0.2rem 0.28rem 0
}
.login-wrapper .content-info-line + .content-info-line {
border-top: 1px solid #ddd8ce;
}
.login-wrapper .input-wrapper {
display: block;
margin-right: 2.6rem;
}
.login-wrapper .input-weak {
display: block;
width: 100%;
height: 0.6rem;
text-indent: 0.1rem;
font-size: 0.3rem;
margin: -0.15rem 0;
line-height: 1;
border: none
}
.login-wrapper .input-weak:focus {
background: #ececec;
outline: 0;
}
.login-wrapper .btn-weak {
position: absolute;
top: 0.16rem;
right: 0.2rem;
}
.quick-login {
margin: 0.2rem;
}
.quick-login a {
margin-left: 0.1rem;
}
div.agreement {
background-color: transparent;
}
div.agreement li {
text-align: center;
padding: 0;
}
|
target/AppInfo/statics/mobile/bdcss/[email protected]
|
.navbar {
height: 1.02rem;
color: #fff;
background: #06c1ae;
border-bottom: 1px solid #21897d;
display: -webkit-box;
display: -ms-flexbox;
position: relative;
z-index: 30;
}
.navbar .nav-wrap-left {
height: 1.01rem;
line-height: 1.01rem;
}
.navbar .nav-wrap-left a.back {
display: block;
height: 1rem;
width: 0.45rem;
line-height: 1rem;
padding: 0 0.3rem;
}
.navbar .nav-wrap-left a.back .text-icon {
display: inline-block;
width: 0.45rem;
height: 0.45rem;
vertical-align: middle;
position: relative
}
.navbar .nav-wrap-left a.back .text-icon:before {
content: '';
display: block;
position: absolute;
left: 0.07rem;
top: 0;
width: 0.4rem;
height: 0.4rem;
border-bottom: 0.04rem solid #fff;
border-left: 0.04rem solid #fff;
-webkit-transform: scaleY(0.8) rotateZ(45deg);
-moz-transform: scaleY(0.8) rotateZ(45deg);
-ms-transform: scaleY(0.8) rotateZ(45deg);
}
.navbar .nav-wrap-left a.back .text-icon:after {
content: '';
display: block;
position: absolute;
top: 0.2rem;
left: 0.03rem;
height: 0;
width: 0.45rem;
}
.navbar .nav-wrap-left a.back:active {
background: rgba(0, 0, 0, 0.1);
}
.navbar .nav-header {
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
font-size: 0.36rem;
font-weight: 400;
text-align: center;
line-height: 1rem;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.navbar .nav-btn {
display: inline-block;
font-size: 0.2rem;
line-height: 1;
vertical-align: middle;
text-align: center;
color: #fff;
}
.navbar .nav-btn .text-icon {
display: block;
margin: auto;
margin-bottom: 0.1rem;
}
.navbar .nav-btn .icon-home-lg {
transform: scale(1.35, 1.35);
-ms-transform: scale(1.35, 1.35);
-moz-transform: scale(1.35, 1.35);
-webkit-transform: scale(1.35, 1.35);
-o-transform: scale(1.35, 1.35);
}
.navbar .nav-btn .icon-search {
transform: scale(1.35, 1.35);
-ms-transform: scale(1.35, 1.35);
-moz-transform: scale(1.35, 1.35);
-webkit-transform: scale(1.35, 1.35);
-o-transform: scale(1.35, 1.35);
}
.navbar .nav-btn.collected {
display: none;
}
.navbar .nav-wrap-right {
height: 100%;
}
.navbar .nav-wrap-right a {
display: inline-block;
height: 100%;
line-height: 1rem;
text-align: center;
width: 0.94rem
}
.navbar .nav-wrap-right a:active {
background: rgba(0, 0, 0, 0.1);
}
.navbar .nav-wrap-right a:last-child {
margin-right: 0.04rem;
}
.navbar .nav-dropdown {
position: absolute;
right: 0.04rem;
top: 1.06rem;
width: 2rem;
background: #06c1ae;
opacity: 0.9;
z-index: 100;
height: 0;
overflow: hidden;
-webkit-transition: height 0.1s;
}
.navbar .nav-dropdown li {
height: 0.82rem;
line-height: 0.82rem;
border-bottom: 1px solid #21897d;
text-align: center;
}
.navbar .nav-dropdown li a {
display: block;
height: 100%;
font-size: 0.24rem;
color: #fff;
}
.navbar .nav-dropdown li a .text-icon {
margin-right: 0.1rem;
vertical-align: -10%;
}
.navbar .nav-dropdown.active {
height: 1.66rem;
}
.new-navbar {
height: 0.9rem;
line-height: 0.9rem;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
color: #fff;
display: -webkit-box;
display: flex;
width: 100%;
-webkit-box-align: center;
align-items: center;
z-index: 999;
}
.new-navbar .nav-wrap-left {
height: 0.9rem;
line-height: 0.9rem;
}
.new-navbar .nav-wrap-left a.back {
display: block;
height: 0.9rem;
width: 0.45rem;
line-height: 0.9rem;
padding: 0 0.3rem;
}
.new-navbar .nav-wrap-left a.back .text-icon {
display: inline-block;
width: 0.45rem;
height: 0.45rem;
vertical-align: middle;
position: relative
}
.new-navbar .nav-wrap-left a.back .text-icon:before {
content: '';
display: block;
position: absolute;
left: 0.15rem;
top: 0.1rem;
width: 0.2rem;
height: 0.2rem;
border-bottom: 0.045rem solid #fff;
border-left: 0.045rem solid #fff;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
}
.new-navbar .nav-wrap-left a.back:active {
background: rgba(0, 0, 0, 0.1);
}
.new-navbar .new-nav-header {
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
font-size: 0.26rem;
font-weight: 400;
text-align: center;
height: 0.6rem;
line-height: 0.6rem;
border-radius: 0.5rem;
overflow: hidden;
background: #ffffff;
width: 5.4rem;
-webkit-box-align: center;
align-items: center;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.new-navbar .new-nav-header .nav-search {
font-family: PingFangSC-Regular;
font-size: 0.26rem;
color: #999999;
letter-spacing: 0.22px;
}
.new-navbar .new-nav-header .nav-search .search-icon {
display: inline-block;
position: relative;
height: 0.18rem;
width: 0.18rem;
border: 0.04rem solid #8e8e94;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-right: 0.12rem
}
.new-navbar .new-nav-header .nav-search .search-icon::after {
content: '';
position: absolute;
width: 0.12rem;
height: 0.04rem;
background: #8e8e94;
top: 0.09rem;
right: -0.14rem;
border-radius: 0.1rem;
}
.new-navbar .nav-btn {
display: inline-block;
font-size: 0.2rem;
line-height: 1;
vertical-align: middle;
text-align: center;
color: #fff
}
.new-navbar .nav-btn.collected {
display: none;
}
.new-navbar .nav-wrap-right {
width: 0.45rem;
padding: 0 0.3rem;
text-align: center;
}
.new-navbar .nav-wrap-right .person-icon {
display: inline-block;
position: relative;
top: -0.08rem;
height: 0.18rem;
width: 0.18rem;
border: 0.045rem solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.new-navbar .nav-wrap-right .person-icon::after {
content: '';
position: absolute;
right: -0.21rem;
height: 0.3rem;
width: 0.15rem;
border: 0.045rem solid #ffffff;
border-right: none;
border-radius: 100% 0 0 100%/50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
}
.new-navbar.nonavbar {
padding-top: 0.4rem;
}
.new-navbar.scrolled, body.no-banner .new-navbar {
background: #fafafa;
}
.new-navbar.scrolled .nav-wrap-left a.back .text-icon, body.no-banner .new-navbar .nav-wrap-left a.back .text-icon {
}
.new-navbar.scrolled .nav-wrap-left a.back .text-icon:before, body.no-banner .new-navbar .nav-wrap-left a.back .text-icon:before {
border-bottom: 0.045rem solid #06c1ae;
border-left: 0.045rem solid #06c1ae;
}
.new-navbar.scrolled .new-nav-header, body.no-banner .new-navbar .new-nav-header {
background: #ebeced;
}
.new-navbar.scrolled .nav-wrap-right .person-icon, body.no-banner .new-navbar .nav-wrap-right .person-icon {
border-color: #06c1ae
}
.new-navbar.scrolled .nav-wrap-right .person-icon::after, body.no-banner .new-navbar .nav-wrap-right .person-icon::after {
border-color: #06c1ae;
}
.footer-container {
padding: 0 0.2rem 0.4rem 0.2rem;
background-color: #f0f0f0;
}
.footer-container .footer-bar {
margin-bottom: 0.4rem;
font-size: 0.28rem;
}
.footer-container .footer-bar .pull-right {
float: right;
}
.footer-container .footer-bar .footer-mine-btn {
width: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer-container .footer-bar .footer-city-btn, .footer-container .footer-bar .footer-mine-btn {
width: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer-container .footer-bar .footer-city-btn {
margin-left: 0.2rem;
}
.footer-container .footer-bar .login-container a {
margin-right: 0.2rem;
}
.footer-container .footer-nav {
margin-bottom: 0.18rem;
line-height: 1;
}
.footer-container .footer-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: -moz-box;
padding: 0.18rem 0;
margin: 0;
font-size: 0.24rem;
white-space: nowrap;
}
.footer-container .footer-nav li {
-webkit-box-flex: 1;
-ms-flex: 1;
-moz-box-flex: 1;
border-right: 0.02rem solid #666;
text-align: center;
}
.footer-container .footer-nav li a {
color: #06c1ae;
}
.footer-container .footer-nav li:last-child {
border-right: 0;
}
.footer-container .footer-links {
margin: 0.24rem 0.2rem;
font-size: 0.24rem;
text-align: center;
}
.footer-container .footer-links a {
color: #06c1ae;
}
.footer-container .footer-copy-right {
position: relative;
font-size: 0.22rem;
text-align: center;
color: #999;
}
.footer-container .footer-copy-right .hr {
display: block;
position: absolute;
width: 100%;
top: 50%;
content: '';
border-top: 1px solid #999;
}
.footer-container .footer-copy-right .footer-copy-right-text {
position: relative;
padding: 0 0.3rem;
font-size: 0.22rem;
text-align: center;
background-color: #f0efed;
color: #999;
}
.footer-container .footer-copy-right a {
color: #999;
}
.shade-open .top-btn.top {
display: none;
}
.top-btn {
display: none;
position: fixed;
right: 0.3rem;
bottom: 1.5rem;
width: 0.86rem;
height: 0.86rem;
line-height: 0.86rem;
z-index: 130;
color: #fff;
overflow: hidden;
text-align: center;
font-size: 0.5rem;
}
.top-btn a {
display: block;
height: 100%;
}
.top-btn.top {
display: block;
}
.meishi-msg-toast {
z-index: 1002;
border: 0;
position: fixed;
text-align: center;
top: 40%;
left: 0;
right: 0;
background: transparent;
pointer-events: none;
}
.meishi-msg-toast .meishi-msg-toast-content {
-webkit-animation-name: pop;
animation-name: pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
display: inline-block;
line-height: 1.5;
padding: 0.35rem 0.4rem;
font-size: 0.32rem;
color: #fff;
border-radius: 0.1rem;
background: rgba(0, 0, 0, 0.8);
}
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(1.85);
transform: scale(1.85);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes pop {
0% {
-webkit-transform: scale(1.85);
transform: scale(1.85);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.meishi-msg-bg {
background: rgba(0, 0, 0, 0.4);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-backface-visibility: hidden;
z-index: 1000;
}
.meishi-msg-doc {
position: fixed;
left: 0.3rem;
right: 0.3rem;
border-radius: 0.06rem;
background: #fff;
overflow: hidden;
z-index: 1001;
-webkit-animation-name: popup;
animation-name: popup;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
top: 25%;
}
.meishi-msg-doc .meishi-msg-hd {
background: #f0efed;
color: #333;
text-align: center;
padding: 0.28rem 0;
overflow: hidden;
font-size: 0.32rem;
border-bottom: 1px solid #d8d8d8;
}
.meishi-msg-doc .meishi-msg-bd {
font-size: 0.3rem;
padding: 0.28rem;
border-bottom: 1px solid #d8d8d8;
}
.meishi-msg-doc .meishi-msg-bd .meishi-msg-center {
text-align: center;
}
.meishi-msg-doc .meishi-msg-ft {
display: -webkit-box;
display: flex;
font-size: 0.34rem;
}
.meishi-msg-btn {
display: block;
-webkit-box-flex: 1;
flex: 1;
margin-right: -1px;
border-right: 1px solid #d8d8d8;
height: 0.88rem;
line-height: 0.88rem;
text-align: center;
color: #06c1ae
}
.meishi-msg-btn:active {
background: #eee;
}
@-webkit-keyframes popup {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes popup {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.dp .meishi-msg-btn {
color: #f63;
}
.openordown-dianping-paddingTop {
padding-top: 2.8rem;
}
.pop-wapper {
background: rgba(0, 0, 0, 0.8);
box-sizing: border-box;
position: fixed;
bottom: 0;
width: 100%;
height: 1.4rem;
overflow: hidden;
z-index: 998;
}
.pop-wapper .mt-logo {
position: absolute;
top: 0.2rem;
left: 0.44rem;
width: 1rem;
height: 1rem;
}
.pop-wapper .banner-title {
position: absolute;
top: 0.28rem;
left: 1.64rem;
right: 2rem;
color: #fff;
font-size: 0.28rem;
line-height: 1.5;
height: 0.84rem;
overflow: hidden;
}
.pop-wapper .btn {
position: absolute;
top: 0.35rem;
right: 0.2rem;
width: 1.7rem;
padding: 0;
height: 0.7rem;
line-height: 0.7rem;
overflow: hidden;
}
.openordown-dianping {
width: 100%;
height: 2.4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/opendown_dp.png@3bcf852*/;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
position: fixed;
top: 0;
left: 0;
}
.openordown-dianping .download-guide {
display: -webkit-box;
display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#e1e1e1), color-stop(50%, #e1e1e1), color-stop(0, transparent));
background-image: linear-gradient(0, #e1e1e1, #e1e1e1 50%, transparent 0);
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: 100% 1px;
}
.openordown-dianping .download-guide .title {
display: -webkit-box;
display: flex;
height: 0.6rem;
margin: 0.48rem 0 0.28rem;
-webkit-box-pack: center;
justify-content: center;
}
.openordown-dianping .download-guide .icon {
width: 0.6rem;
height: 0.6rem;
margin-right: 0.16rem;
background-image: url(-f=meis-meishi.mobile-page-order-index-img-dp_logo.png@3bcf852.png)/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:page/order/index/img/dp_logo.png@3bcf852*/;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.openordown-dianping .download-guide .text {
font-size: 0.4rem;
font-weight: bolder;
color: #111;
}
.openordown-dianping .download-guide .btns {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
}
.openordown-dianping .download-guide .btn-open, .openordown-dianping .download-guide .btn-download {
display: -webkit-box;
display: flex;
width: 2.52rem;
height: 0.8rem;
font-size: 0.28rem;
border: 0.02rem solid #f63;
border-radius: 0.04rem;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.openordown-dianping .download-guide .btn-open {
margin-right: 0.3rem;
color: #f63;
}
.openordown-dianping .download-guide .btn-download {
color: #fff;
background-color: #f63;
}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */
display: block;
}
/**
* Add the correct display in IE 9-.
*/
audio, canvas, progress, video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template, [hidden] {
display: none;
}
/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active, a:hover {
outline-width: 0;
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b, strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
font-weight: bolder;
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, pre, samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button, input, select, textarea {
font: inherit; /* 1 */
margin: 0; /* 2 */
}
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"], [type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
.btn-wrapper {
margin: .28rem .2rem;
}
.btn {
display: inline-block;
height: .6rem;
padding: 0 .32rem;
margin: 0;
text-align: center;
border-radius: .06rem;
font-size: .28rem;
vertical-align: middle;
line-height: .6rem;
border: 0;
color: #fff;
background-color: #06c1ae;
box-sizing: border-box;
cursor: pointer;
-webkit-user-select: none
}
.btn:focus {
outline: 0;
}
.btn-strong {
background-color: #f90;
}
.btn-weak {
border: .02rem solid #06c1ae;
padding: 0 .3rem;
background: 0;
color: #06c1ae;
}
.btn-weak:active {
color: #fff;
background: #06c1ae;
}
.btn-tag {
height: .62rem;
padding: 0 .11rem;
margin-bottom: 0.14rem;
margin-right: 0.1rem;
line-height: .62rem;
background: 0;
border: .02rem solid #ACACAC;
color: #999;
}
.btn-tag:active {
background: #dedfe3;
}
.btn-tag-light {
margin-bottom: 0.14rem;
margin-right: 0.1rem;
border: .02rem solid #FDB338;
color: #FDB338;
}
.btn-tag-light:active {
background: #ffd8a6;
}
.btn-tag-promotion {
padding: 0 .06rem;
margin: 0;
height: auto;
border: .02rem solid #f90;
font-size: .22rem;
line-height: 1.5;
color: #f90;
}
.btn-larger {
height: .94rem;
line-height: .94rem;
font-size: .4rem;
}
.btn-footer {
width: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btn-block {
display: block;
width: 100%;
}
.btn:disabled, .btn.btn-disabled {
background-color: #dcdcdc;
color: #999;
border: 0;
}
.btn-warning {
background-color: #fa7251;
}
.btn-orange {
background-color: #f63;
}
.btn-refund {
font-size: .28rem;
padding: 0;
width: 1.6rem;
height: .6rem;
line-height: .6rem;
color: #fff;
background-color: #ff2500;
}
/* icon是所有图标必须要添加的class*/
.icon {
display: inline-block;
vertical-align: middle;
height: .34rem;
width: .34rem;
background-size: 100% 100%;
}
/* 评分 */
.icon-star-orange {
height: .3rem;
width: .3rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/051574ed5484d79a.png@3bcf852*/;
}
.icon-star-orange-half {
height: .3rem;
width: .3rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/9e672a5150bcbb21.png@3bcf852*/;
}
.icon-star-grey {
height: .3rem;
width: .3rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/7c35cf1b3d2ea58f.png@3bcf852*/;
}
/* 大一些星星 */
.icon-star-orange-lg {
width: .36rem;
height: .36rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/cb45534a7d3737c0.png@3bcf852*/;
}
.icon-star-orange-half-lg {
width: .36rem;
height: .36rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/f906908262f9b786.png@3bcf852*/;
}
.icon-star-grey-lg {
width: .36rem;
height: .36rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/e076efca46320452.png@3bcf852*/;
}
/* 红色版的星星*/
.red-star-icon {
display: inline-block;
width: .24rem;
height: .24rem;
background-size: 100% 100%;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/red-star-grey.png@3bcf852*/;
}
.red-star-icon-full {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/red-star-full.png@3bcf852*/;
}
.red-star-icon-half {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:/img/red-star-half.png@3bcf852*/;
}
/* 电话 */
.new-icon-tel {
width: .4rem;
height: .4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/1d4b162df0a30240.png@3bcf852*/
}
.new-icon-tel.dianping {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/ba04cbc584639e52.png@3bcf852*/;
}
/* checkbox */
.icon-checkbox {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/7ee4585b95c109a9.png@3bcf852*/;
}
.icon-checkbox-select {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/5610c3112fa943f5.png@3bcf852*/;
}
.icon-checkbox-select-orange {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/abef09a96d994e05.png@3bcf852*/;
}
/* radio */
.icon-radio {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/fc08954f071b7b68.png@3bcf852*/;
}
.icon-radio-select {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/fec06f8b50c58788.png@3bcf852*/;
}
.icon-radio-select-orange {
width: .44rem;
height: .44rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/5ef5cf13a3aeac3f.png@3bcf852*/;
}
/*收藏*/
.icon-collect, .icon-collected{
transform:scale(1.21,1.21);
-ms-transform:scale(1.21,1.21);
-moz-transform:scale(1.21,1.21);
-webkit-transform:scale(1.21,1.21);
-o-transform:scale(1.21,1.21);
}
/*分享*/
.icon-share {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/9d9decf2c1833e3c.png@3bcf852*/;
}
/*回到顶部*/
.icon-top {
display: block;
width: .86rem;
height: .86rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/cbcd00b445480e50.png@3bcf852*/;
}
/*对勾*/
.icon-success {
width: .56rem;
height: .56rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/8eb5df1d3d7c4c7f.png@3bcf852*/;
}
.icon-failure {
width: .56rem;
height: .56rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/822f294535a2c556.png@3bcf852*/;
}
/*已售*/
.icon-solds {
width: .4rem;
height: .4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/646373df75ffbdbf.png@3bcf852*/;
}
/*搜索*/
.icon-search {
width: .46rem;
height: .46rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/6e32ed3cc8d076be.png@3bcf852*/;
}
/*随时退*/
.icon-refund-antomatic {
width: .4rem;
height: .4rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/1eecd7828f51235f.png@3bcf852*/;
}
/*自动退*/
.icon-refund-antomatic {
width: .4rem;
height: .4rem;
background-image: url(-f=meis-meishi.mobile-page-order-img-refund-antomatic.png@3bcf852.png)/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:page/order/img/refund-antomatic.png@3bcf852*/;
}
.icon-good-hand {
width: .22rem;
height: .22rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/6a403a02a3284f88.png@3bcf852*/;
}
.icon-market {
width: .28rem;
height: .28rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/42efe7c137f1e529.png@3bcf852*/;
}
.icon-nearby {
width: .17rem;
height: .2rem;
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/50ad0dac2793306b.png@3bcf852*/;
}
.icon-album {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem -0.88rem;
width: 0.34rem;
height: 0.34rem;
}
.icon-collect {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.88rem 0rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-collected {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.44rem 0rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-home {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.38rem -0.88rem;
width: 0.34rem;
height: 0.34rem;
}
.icon-location {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.3rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-maidan {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem -0.34rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-menu {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.44rem -0.44rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-nearby {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem -1.02rem;
width: 0.17rem;
height: 0.2rem;
}
.icon-person-34 {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.76rem -0.88rem;
width: 0.34rem;
height: 0.34rem;
}
.icon-person-40 {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem 0rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-quan {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem 0rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-refund-anytime {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.34rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-refund-automatic {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.66rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-search {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem -0.44rem;
width: 0.4rem;
height: 0.4rem;
}
.icon-solds-icon {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.98rem -1.26rem;
width: 0.28rem;
height: 0.28rem;
}
.icon-tel {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -0.88rem -0.44rem;
width: 0.38rem;
height: 0.38rem;
}
.icon-tuan {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: -1.32rem -0.68rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-waimai {
background-image: url([email protected])/*tpa=http://s1.meituan.net/bs/file/?f=meis/meishi.mobile:assets/94a35bd5a3c8b11f.png@3bcf852*/;
background-position: 0rem -1.26rem;
width: 0.3rem;
height: 0.3rem;
}
.icon-sp {
display: inline-block;
background-repeat: no-repeat;
background-size: 1.62rem 1.56rem;
vertical-align: middle;
}
html {
font-size: 312.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
min-height: 100%;
min-width: 320px;
overflow-x: hidden;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.28rem;
line-height: 1.5;
color: #333;
background-color: #f0f0f0;
min-height: 100%;
overflow: hidden;
}
a {
color: #06c1ae;
outline: none;
text-decoration: none;
}
* {
max-height: 999999px;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.clearfix {
}
.clearfix::before, .clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
// 省略文本
@define-mixin ellipsis $line:3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: $line;
-webkit-box-orient: vertical;
}
.content-title {
margin: 0.6rem 0.2rem 0.2rem;
font-size: 0.34rem;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.deal-pay-form {
display: none;
}
div.meishi-msg-doc {
left: 50%;
right: auto;
width: 5rem;
margin-left: -2.5rem;
}
.captcha-dialog {
display: block;
text-align: center;
}
.captcha-dialog .msg-title {
text-align: center;
font-size: 0.32rem;
}
.captcha-dialog .captcha-wrapper {
display: inline-block;
}
.captcha-dialog .captcha {
width: 2rem;
height: 0.8rem;
margin: 0.2rem 0;
}
.captcha-dialog .input {
display: block;
width: 2.6rem;
padding: 0.1rem 0.2rem;
line-height: 0.5rem;
height: 0.5rem;
border: 1px solid #ccc;
margin: 0 auto;
outline: none
}
.captcha-dialog .input:focus {
background: #fff;
outline: 0;
border-color: #06c1ae;
}
.captcha-dialog.hide {
display: none;
}
.deal-content-wrapper {
margin-bottom: 0.2rem;
border-top: 1px solid #ddd8ce;
border-bottom: 1px solid #ddd8ce;
background: #fff;
}
.deal-content-wrapper .content-info-line {
position: relative;
padding: 0 0.2rem;
line-height: 0.9rem;
height: 0.9rem;
text-align: left;
font-size: 0.3rem;
}
.deal-content-wrapper .content-info-line span {
position: absolute;
top: 0;
right: 0.2rem
}
.deal-content-wrapper .content-info-line span.amount {
font-weight: bold;
color: #ff9712;
}
.deal-content-wrapper .content-info-line .change-mobile {
position: absolute;
top: 0;
right: 0.2rem;
color: #999;
padding-right: 0.3rem
}
.deal-content-wrapper .content-info-line .change-mobile:after {
position: absolute;
right: 0.05rem;
top: 50%;
display: block;
content: '';
width: 0.6em;
height: 0.6em;
border-left: 0.04rem solid #999;
border-bottom: 0.04rem solid #999;
-webkit-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
-moz-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
-ms-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
}
.deal-content-wrapper .content-info-line .operate {
position: absolute;
top: -0.02rem;
right: 0.2rem;
overflow: hidden;
text-align: right;
}
.deal-content-wrapper .content-info-line .operate input, .deal-content-wrapper .content-info-line .operate button {
display: inline-block;
vertical-align: middle;
}
.deal-content-wrapper .content-info-line .operate .btn {
width: 0.6rem;
padding: 0;
outline: 0;
font-size: 0.5rem;
line-height: 0.6rem;
font-weight: lighter;
font-family: CourierNewPSMT, 'Times New Roman';
}
.deal-content-wrapper .content-info-line .operate .minus {
margin-right: 0.1rem;
font-family: CourierNewPSMT, Verdana;
}
.deal-content-wrapper .content-info-line .operate .add {
margin-left: 0.1rem;
font-family: CourierNewPSMT, 'Times New Roman';
}
.deal-content-wrapper .content-info-line .operate .number {
width: 1.2rem;
height: 0.6rem;
vertical-align: middle;
border: 0.02rem solid #ddd8ce;
border-radius: 0.06rem;
box-sizing: border-box;
line-height: 0.6rem;
text-align: center;
outline: 0;
}
.deal-content-wrapper .content-info-line + .content-info-line {
border-top: 1px solid #ddd8ce;
}
.login-wrapper {
padding-left: 0.2rem;
background-color: #fff;
}
.login-wrapper .content-info-line {
position: relative;
padding: 0.28rem 0.2rem 0.28rem 0
}
.login-wrapper .content-info-line + .content-info-line {
border-top: 1px solid #ddd8ce;
}
.login-wrapper .input-wrapper {
display: block;
margin-right: 2.6rem;
}
.login-wrapper .input-weak {
display: block;
width: 100%;
height: 0.6rem;
text-indent: 0.1rem;
font-size: 0.3rem;
margin: -0.15rem 0;
line-height: 1;
border: none
}
.login-wrapper .input-weak:focus {
background: #ececec;
outline: 0;
}
.login-wrapper .btn-weak {
position: absolute;
top: 0.16rem;
right: 0.2rem;
}
.quick-login {
margin: 0.2rem;
}
.quick-login a {
margin-left: 0.1rem;
}
div.agreement {
background-color: transparent;
}
div.agreement li {
text-align: center;
padding: 0;
}
| 0.42919 | 0.043957 |
:root {
--white: #f3f3f3;
--black: #191919;
--bg-dark: #282828;
--bg-overlay-color: #202020;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
max-height: 100vh;
background-color: var(--bg-dark);
color: var(--white);
font-family: Arial !important;
}
/* navbar */
#nav-container > nav > ul {
list-style-type: none;
}
#nav-background {
position: sticky;
top: 0;
z-index: 9000;
width: 100%;
background-color: var(--bg-overlay-color);
border-bottom: 1px solid var(--bg-overlay-color);
box-shadow: 1px 3px 16px 7px rgba(0,0,0,0.2);
}
#nav-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1000px;
margin: 0 auto;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: Arial, Helvetica, sans-serif;
}
#nav-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#nav-logo {
color: #f3f3f3;
text-decoration: none;
}
#nav-logo:hover {
color: #d1d1d1;
}
.nav-ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 700px;
}
.nav-ul > li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.nav-link {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
color: #f3f3f3;
text-decoration: none;
font-weight: 600;
font-size: 1.2rem;
-webkit-transition: 200ms;
transition: 200ms;
}
.nav-link:hover {
background-color: #232323;
}
.active-link {
background-color: #292929;
}
/* MOBILE MENU */
@media screen and (max-width: 700px) {
#nav-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
#nav-menu-button {
padding: 1rem;
color: #f3f3f3;
background-color: #252525;
cursor: pointer;
}
.nav-ul {
display: block;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: auto;
direction: rtl;
transition: max-height 400ms;
max-height: 80vh;
}
.hide-ul {
max-height: 0;
}
.nav-link {
padding: 1rem 0;
font-size: 1.3rem;
/* border-bottom: 1px solid #f4f4f4; */
}
.error404 {
padding: 200px;
text-align: center;
}
.text-error404 {
color: #b92424;
}
}
/* DESKTOP MENU */
@media screen and (min-width: 701px) {
#nav-menu-button {
display: none;
}
.nav-link {
flex-basis: auto;
padding: 1rem 1.5rem;
}
}
@media screen and (max-width: 1040px) {
#nav-logo {
margin-left: 1rem;
}
}
.error404 {
padding: 200px;
text-align: center;
}
.text-error404 {
color: #e42c2c;
}
/* footer */
footer {
padding: 15px;
color: var(--white);;
background-color: var(--bg-overlay-color);
}
|
client/static/css/styles.css
|
:root {
--white: #f3f3f3;
--black: #191919;
--bg-dark: #282828;
--bg-overlay-color: #202020;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
max-height: 100vh;
background-color: var(--bg-dark);
color: var(--white);
font-family: Arial !important;
}
/* navbar */
#nav-container > nav > ul {
list-style-type: none;
}
#nav-background {
position: sticky;
top: 0;
z-index: 9000;
width: 100%;
background-color: var(--bg-overlay-color);
border-bottom: 1px solid var(--bg-overlay-color);
box-shadow: 1px 3px 16px 7px rgba(0,0,0,0.2);
}
#nav-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1000px;
margin: 0 auto;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: Arial, Helvetica, sans-serif;
}
#nav-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#nav-logo {
color: #f3f3f3;
text-decoration: none;
}
#nav-logo:hover {
color: #d1d1d1;
}
.nav-ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 700px;
}
.nav-ul > li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.nav-link {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
color: #f3f3f3;
text-decoration: none;
font-weight: 600;
font-size: 1.2rem;
-webkit-transition: 200ms;
transition: 200ms;
}
.nav-link:hover {
background-color: #232323;
}
.active-link {
background-color: #292929;
}
/* MOBILE MENU */
@media screen and (max-width: 700px) {
#nav-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
#nav-menu-button {
padding: 1rem;
color: #f3f3f3;
background-color: #252525;
cursor: pointer;
}
.nav-ul {
display: block;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: auto;
direction: rtl;
transition: max-height 400ms;
max-height: 80vh;
}
.hide-ul {
max-height: 0;
}
.nav-link {
padding: 1rem 0;
font-size: 1.3rem;
/* border-bottom: 1px solid #f4f4f4; */
}
.error404 {
padding: 200px;
text-align: center;
}
.text-error404 {
color: #b92424;
}
}
/* DESKTOP MENU */
@media screen and (min-width: 701px) {
#nav-menu-button {
display: none;
}
.nav-link {
flex-basis: auto;
padding: 1rem 1.5rem;
}
}
@media screen and (max-width: 1040px) {
#nav-logo {
margin-left: 1rem;
}
}
.error404 {
padding: 200px;
text-align: center;
}
.text-error404 {
color: #e42c2c;
}
/* footer */
footer {
padding: 15px;
color: var(--white);;
background-color: var(--bg-overlay-color);
}
| 0.314471 | 0.091951 |
:root {
--dark_yellow: #a7852c;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
a {
color: grey;
text-decoration: none;
}
p
{
margin-bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* Checkmark And Radio Button CSS */
.container {
display: block;
position: relative;
padding-left: 25px;
margin: 0.5rem 0 0.2rem;
cursor: pointer;
color: #7b7979;
font-size: 0.8rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 15px;
width: 15px;
background-color: #eee;
}
.radio .checkmark {
border-radius: 50%;
}
.container:hover input ~ .checkmark {
background-color: #ccc;
}
.container input:checked ~ .checkmark {
background-color: var(--dark_yellow);
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.container input:checked ~ .checkmark:after {
display: block;
}
.checkbox.container .checkmark:after {
left: 5px;
top: 0px;
width: 3px;
height: 8px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.radio.container .checkmark:after {
top: 3px;
left: 3px;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--dark_yellow);
}
.radio.container input:checked ~ .checkmark {
background-color: white;
border: 1px solid var(--dark_yellow);
}
.radio .checkmark {
height: 18px;
width: 18px;
}
/* Checkmark And Radio Button CSS ENDS*/
body {
width: 100%;
min-height: 100vh;
background: #eeeeee;
}
body.flex
{
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;
}
.error {
font-size: 0.9rem;
text-align: left;
color: #f44336;
font-weight: 500;
line-height: 1.7;
}
.popup
{
display: flex;
align-items: center;
width: 18rem;
background: #2196f3;
padding: 0.5rem 1rem;
color: white;
border-radius: 0.5rem;
line-height: 1.4;
position: fixed;
top: 4rem;
right: 1rem;
}
.popup.success
{
background: #4caf50;
}
.popup.danger
{
background: #f44336;
}
.popup p
{
overflow: hidden;
}
.popup .main-icon
{
font-size: 2rem;
margin-right: 1rem;
}
.popup .close
{
align-self: baseline;
font-size: 1.2rem;
cursor: pointer;
padding: 0 0.5rem;
}
/* Main Arae SECTION */
nav
{
display: flex;
justify-content: space-between;
padding: 0.5rem 5rem;
background: #464444;
align-items: center;
position: fixed;
width: 100%;
top: 0;
}
nav .logo
{
font-size: 1.5rem;
color: white;
}
nav .links a
{
color: #f1f1f1;
margin: 0 0.5rem;
}
.mainarea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 3px solid #d6d3d3;
padding: 2rem;
margin: 3rem 10rem;
border-radius: 1rem;
background-color: white;
}
.imgbox {
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;
padding: 3rem;
width: 50%;
}
.imgbox img {
width: 100%;
max-width: 25rem;
-webkit-animation: animation 2s ease-in-out infinite;
animation: animation 2s ease-in-out infinite;
}
.formbox {
width: 50%;
min-width: 30rem;
padding: 2rem;
border: 2px solid #cac8c8;
border-radius: 1rem;
}
.eachinputbox {
position: relative;
}
.eachinputbox i {
position: absolute;
top: 0.8rem;
left: 0.7rem;
font-size: 1.2rem;
color: #696868;
}
.formbox h3 {
text-align: center;
font-size: 1.7rem;
margin-bottom: 2rem;
font-weight: 500;
color: var(--dark_yellow);
}
.formbox .eachline {
width: 100%;
margin: 0.7rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.formbox input,
.formbox textarea {
padding: 0.7rem 0.7rem 0.7rem 2rem;
border: 1px solid grey;
border-radius: 0.4rem;
font-size: 1.1rem;
color: #2f2e2e;
width: 100%;
}
.formbox .full_input {
width: 100%;
}
.formbox .half_input {
width: calc(50% - 0.5rem);
}
.formbox .half_input.left {
margin-right: 0.7rem;
}
.formbox textarea {
min-height: 5rem;
resize: vertical;
}
.formbox .primary-btn {
width: 100%;
padding: 0.8rem;
background: var(--dark_yellow);
color: white;
border: none;
font-size: 1.25rem;
border-radius: 0.5rem;
cursor: pointer;
}
@-webkit-keyframes animation {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes animation {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* QUERY SECTION ENDS*/
.topline
{
display: flex;
justify-content: space-between;
margin: 5rem 10rem 0;
align-items: flex-end;
}
.main-title
{
color: var(--dark_yellow);
font-size: 3rem;
text-transform: uppercase;
}
.stats-box
{
width: 15rem;
background: white;
padding: 1rem;
border-radius: 0.5rem;
}
.stats-box h4
{
text-align: center;
font-size: 1.2rem;
color: var(--dark_yellow);
margin-bottom: 0.5rem;
}
.eachline
{
display: flex;
justify-content: space-between;
margin: 0.2rem 0;
}
.eachline p
{
font-weight: 500;
margin-bottom: 0;
}
.eachline p.name
{
color: #a2a0a0;
}
.eachline p.value
{
color: #464545;
}
.eachline p.value i{
color: #ffc107;
}
.task-box
{
border: 3px solid #d6d3d3;
padding: 2rem;
margin: 1rem 10rem 2rem;
border-radius: 1rem;
background-color: white;
}
tr th,tr td
{
white-space: nowrap;
vertical-align: middle;
text-align: center;
}
tr td:nth-child(3) {
white-space: normal;
max-width: 15rem;
text-align: left;
}
td button,td a
{
width: 7rem;
}
.back
{
padding: 0.2rem;
border-radius: 0.3rem;
border: 1px solid #a09f9f;
color: grey;
background: white;
width: 5rem;
margin-bottom: 1rem;
}
.main-btn
{
outline: 0;
padding: 0.7rem;
font-size: 1.2rem;
width: 20rem;
border-radius: 0.5rem;
border: none;
background: var(--dark_yellow);
color: white;
margin-top: 2rem;
}
.reply-main-box
{
display: flex;
justify-content: space-between;
}
.query-box,.reply-box
{
border: 1px solid #9e9d9d;
width: 100%;
padding: 1rem;
border-radius: 0.5rem;
}
.reply-main-box h3
{
font-size: 1.3rem;
margin-bottom: 1rem;
color: var(--dark_yellow);
}
.query-box
{
margin-right: 0.5rem;
}
.reply-box
{
margin-left: 0.5rem;
background: #F3F3F3;
}
.mess-eachline
{
display: flex;
margin: 0.5rem 0;
}
.mess-eachline .name
{
width: 6rem;
color: #2b2b2b;
font-weight: 500;
}
.mess-eachline .value
{
color: #6b6969;
font-weight: 500;
}
.query-mess-box
{
width: calc(100% - 6rem);
height: 15rem;
border: 1px solid grey;
padding: 0.5rem;
border-radius: 0.2rem;
overflow-y: scroll;
resize:none;
}
.reply-box button
{
margin-top: 1rem;
width: 100%;
}
/* Media QUERY*/
@media only screen and (max-width: 1200px) {
.mainarea {
margin: 3rem 5rem;
}
.topline
{
margin: 5rem 5rem 0;
}
.task-box
{
margin: 1rem 5rem 2rem;
}
}
@media only screen and (max-width: 1000px) {
.mainarea {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.imgbox {
width: 100%;
}
.reply-main-box
{
flex-direction: column;
}
.query-box {
margin: 0 0 0.5rem 0;
}
.reply-box {
margin: 0.5rem 0 0 0;
}
}
@media only screen and (max-width: 900px) {
.mainarea {
margin: 3rem 2rem;
}
nav
{
padding: 0.5rem 2rem;
}
.topline
{
margin: 5rem 2rem 0;
flex-direction: column-reverse;
align-items: center;
}
.task-box
{
margin: 1rem 2rem 2rem;
padding: 1rem;
overflow-x: scroll;
}
.task-box.active
{
cursor: grabbing;
cursor: -webkit-grabbing;
}
.query-box, .reply-box {
border: none;
}
.stats-box
{
margin-bottom: 2rem;
}
.formbox {
min-width: 26rem;
max-width: 100%;
}
tr th,tr td
{
white-space:normal;
min-width: 7rem;
}
tr td:nth-child(3) {
min-width: 15rem;
}
}
@media only screen and (max-width: 500px) {
.mainarea {
margin: 3rem 1rem;
padding: 1rem;
}
nav
{
flex-direction: column;
}
nav .logo
{
margin-bottom: 0.3rem;
}
.task-box
{
margin: 1rem 1rem 2rem;
}
.topline
{
margin: 6rem 1rem 0;
padding: 1rem;
}
.main-title {
font-size: 2.2rem;
}
.mess-eachline {
flex-direction: column;
margin: 0.7rem 0;
}
.query-mess-box {
width: 100%;
margin: 0.4rem 0;
}
.formbox {
width: 100%;
min-width: auto;
padding: 0;
border: none;
}
}
|
public/css/executive/styles.css
|
:root {
--dark_yellow: #a7852c;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
a {
color: grey;
text-decoration: none;
}
p
{
margin-bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* Checkmark And Radio Button CSS */
.container {
display: block;
position: relative;
padding-left: 25px;
margin: 0.5rem 0 0.2rem;
cursor: pointer;
color: #7b7979;
font-size: 0.8rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 15px;
width: 15px;
background-color: #eee;
}
.radio .checkmark {
border-radius: 50%;
}
.container:hover input ~ .checkmark {
background-color: #ccc;
}
.container input:checked ~ .checkmark {
background-color: var(--dark_yellow);
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.container input:checked ~ .checkmark:after {
display: block;
}
.checkbox.container .checkmark:after {
left: 5px;
top: 0px;
width: 3px;
height: 8px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.radio.container .checkmark:after {
top: 3px;
left: 3px;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--dark_yellow);
}
.radio.container input:checked ~ .checkmark {
background-color: white;
border: 1px solid var(--dark_yellow);
}
.radio .checkmark {
height: 18px;
width: 18px;
}
/* Checkmark And Radio Button CSS ENDS*/
body {
width: 100%;
min-height: 100vh;
background: #eeeeee;
}
body.flex
{
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;
}
.error {
font-size: 0.9rem;
text-align: left;
color: #f44336;
font-weight: 500;
line-height: 1.7;
}
.popup
{
display: flex;
align-items: center;
width: 18rem;
background: #2196f3;
padding: 0.5rem 1rem;
color: white;
border-radius: 0.5rem;
line-height: 1.4;
position: fixed;
top: 4rem;
right: 1rem;
}
.popup.success
{
background: #4caf50;
}
.popup.danger
{
background: #f44336;
}
.popup p
{
overflow: hidden;
}
.popup .main-icon
{
font-size: 2rem;
margin-right: 1rem;
}
.popup .close
{
align-self: baseline;
font-size: 1.2rem;
cursor: pointer;
padding: 0 0.5rem;
}
/* Main Arae SECTION */
nav
{
display: flex;
justify-content: space-between;
padding: 0.5rem 5rem;
background: #464444;
align-items: center;
position: fixed;
width: 100%;
top: 0;
}
nav .logo
{
font-size: 1.5rem;
color: white;
}
nav .links a
{
color: #f1f1f1;
margin: 0 0.5rem;
}
.mainarea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 3px solid #d6d3d3;
padding: 2rem;
margin: 3rem 10rem;
border-radius: 1rem;
background-color: white;
}
.imgbox {
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;
padding: 3rem;
width: 50%;
}
.imgbox img {
width: 100%;
max-width: 25rem;
-webkit-animation: animation 2s ease-in-out infinite;
animation: animation 2s ease-in-out infinite;
}
.formbox {
width: 50%;
min-width: 30rem;
padding: 2rem;
border: 2px solid #cac8c8;
border-radius: 1rem;
}
.eachinputbox {
position: relative;
}
.eachinputbox i {
position: absolute;
top: 0.8rem;
left: 0.7rem;
font-size: 1.2rem;
color: #696868;
}
.formbox h3 {
text-align: center;
font-size: 1.7rem;
margin-bottom: 2rem;
font-weight: 500;
color: var(--dark_yellow);
}
.formbox .eachline {
width: 100%;
margin: 0.7rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.formbox input,
.formbox textarea {
padding: 0.7rem 0.7rem 0.7rem 2rem;
border: 1px solid grey;
border-radius: 0.4rem;
font-size: 1.1rem;
color: #2f2e2e;
width: 100%;
}
.formbox .full_input {
width: 100%;
}
.formbox .half_input {
width: calc(50% - 0.5rem);
}
.formbox .half_input.left {
margin-right: 0.7rem;
}
.formbox textarea {
min-height: 5rem;
resize: vertical;
}
.formbox .primary-btn {
width: 100%;
padding: 0.8rem;
background: var(--dark_yellow);
color: white;
border: none;
font-size: 1.25rem;
border-radius: 0.5rem;
cursor: pointer;
}
@-webkit-keyframes animation {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes animation {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* QUERY SECTION ENDS*/
.topline
{
display: flex;
justify-content: space-between;
margin: 5rem 10rem 0;
align-items: flex-end;
}
.main-title
{
color: var(--dark_yellow);
font-size: 3rem;
text-transform: uppercase;
}
.stats-box
{
width: 15rem;
background: white;
padding: 1rem;
border-radius: 0.5rem;
}
.stats-box h4
{
text-align: center;
font-size: 1.2rem;
color: var(--dark_yellow);
margin-bottom: 0.5rem;
}
.eachline
{
display: flex;
justify-content: space-between;
margin: 0.2rem 0;
}
.eachline p
{
font-weight: 500;
margin-bottom: 0;
}
.eachline p.name
{
color: #a2a0a0;
}
.eachline p.value
{
color: #464545;
}
.eachline p.value i{
color: #ffc107;
}
.task-box
{
border: 3px solid #d6d3d3;
padding: 2rem;
margin: 1rem 10rem 2rem;
border-radius: 1rem;
background-color: white;
}
tr th,tr td
{
white-space: nowrap;
vertical-align: middle;
text-align: center;
}
tr td:nth-child(3) {
white-space: normal;
max-width: 15rem;
text-align: left;
}
td button,td a
{
width: 7rem;
}
.back
{
padding: 0.2rem;
border-radius: 0.3rem;
border: 1px solid #a09f9f;
color: grey;
background: white;
width: 5rem;
margin-bottom: 1rem;
}
.main-btn
{
outline: 0;
padding: 0.7rem;
font-size: 1.2rem;
width: 20rem;
border-radius: 0.5rem;
border: none;
background: var(--dark_yellow);
color: white;
margin-top: 2rem;
}
.reply-main-box
{
display: flex;
justify-content: space-between;
}
.query-box,.reply-box
{
border: 1px solid #9e9d9d;
width: 100%;
padding: 1rem;
border-radius: 0.5rem;
}
.reply-main-box h3
{
font-size: 1.3rem;
margin-bottom: 1rem;
color: var(--dark_yellow);
}
.query-box
{
margin-right: 0.5rem;
}
.reply-box
{
margin-left: 0.5rem;
background: #F3F3F3;
}
.mess-eachline
{
display: flex;
margin: 0.5rem 0;
}
.mess-eachline .name
{
width: 6rem;
color: #2b2b2b;
font-weight: 500;
}
.mess-eachline .value
{
color: #6b6969;
font-weight: 500;
}
.query-mess-box
{
width: calc(100% - 6rem);
height: 15rem;
border: 1px solid grey;
padding: 0.5rem;
border-radius: 0.2rem;
overflow-y: scroll;
resize:none;
}
.reply-box button
{
margin-top: 1rem;
width: 100%;
}
/* Media QUERY*/
@media only screen and (max-width: 1200px) {
.mainarea {
margin: 3rem 5rem;
}
.topline
{
margin: 5rem 5rem 0;
}
.task-box
{
margin: 1rem 5rem 2rem;
}
}
@media only screen and (max-width: 1000px) {
.mainarea {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.imgbox {
width: 100%;
}
.reply-main-box
{
flex-direction: column;
}
.query-box {
margin: 0 0 0.5rem 0;
}
.reply-box {
margin: 0.5rem 0 0 0;
}
}
@media only screen and (max-width: 900px) {
.mainarea {
margin: 3rem 2rem;
}
nav
{
padding: 0.5rem 2rem;
}
.topline
{
margin: 5rem 2rem 0;
flex-direction: column-reverse;
align-items: center;
}
.task-box
{
margin: 1rem 2rem 2rem;
padding: 1rem;
overflow-x: scroll;
}
.task-box.active
{
cursor: grabbing;
cursor: -webkit-grabbing;
}
.query-box, .reply-box {
border: none;
}
.stats-box
{
margin-bottom: 2rem;
}
.formbox {
min-width: 26rem;
max-width: 100%;
}
tr th,tr td
{
white-space:normal;
min-width: 7rem;
}
tr td:nth-child(3) {
min-width: 15rem;
}
}
@media only screen and (max-width: 500px) {
.mainarea {
margin: 3rem 1rem;
padding: 1rem;
}
nav
{
flex-direction: column;
}
nav .logo
{
margin-bottom: 0.3rem;
}
.task-box
{
margin: 1rem 1rem 2rem;
}
.topline
{
margin: 6rem 1rem 0;
padding: 1rem;
}
.main-title {
font-size: 2.2rem;
}
.mess-eachline {
flex-direction: column;
margin: 0.7rem 0;
}
.query-mess-box {
width: 100%;
margin: 0.4rem 0;
}
.formbox {
width: 100%;
min-width: auto;
padding: 0;
border: none;
}
}
| 0.395718 | 0.098296 |
header {
width: 960px;
margin: 0 auto;
height: 75px;
padding-top: 20px;;
}
#logo {
float: left;
margin-right: 5px;
padding-top: 9px;
}
#title {
float: left;
}
#title>ul>li:first-child {
font-family: 'Pacifico', cursive;
font-size: 3.0rem;
font-weight: bold;
}
#title>ul>li:last-child {
font-size: 0.5rem;
}
#icons {
float: right;
padding-top: 15px;
}
#icons li {
float: left;
}
#endOfIconGroup {
padding-right: 10px;
}
main {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
#titleDiv {
padding-top: 40px;
padding-bottom: 40px;
overflow: hidden;
}
#titleDiv>section>h1 {
font-weight: bold;
font-size: 3rem;
font-family: Arial, Helvetica, sans-serif;
}
#titleDiv>section>h2 {
color: gray;
}
.onTheRight {
float: right;
}
.onTheRight>p {
color: gray;
font-family: Arial, Helvetica, sans-serif;
}
.onTheRight > p {
float: right;
margin-left: 5px;
}
#pizza {
width: 960px;
}
#paragraphs p {
padding-top: 15px;
padding-bottom: 15px;
color: rgb(120, 126, 110);
line-height: 1.3em;
text-indent: 20px;
}
#recipe {
background-image: url("../img/list-bg.png");
height: 300px;
margin-top: 20px;
margin-bottom: 35px;
background-size: cover;
}
.itemList {
width: 45%;
float: left;
padding-top: 40px;
font-family: 'Indie Flower', cursive;
font-size: 1.7rem;
line-height: 1.3em;
color: rgb(120, 126, 110);
}
#recipe>.itemList:first-child {
margin-right: 20px;
margin-left: 40px;
}
.itemList li {
list-style: none;
}
#personPic {
float: left;
padding-top: 20px;
}
#author {
float: left;
padding-left: 20px;
padding-top: 20px;
}
#author>h3{
font-weight: bold;
font-size: 1.8rem;
color: rgb(120, 126, 110);
}
#author>p {
color: rgb(120, 126, 110);
line-height: 1.5em;
padding-top: 10px;
}
button {
width: 150px;
height: 50px;
margin-left: 40px;
margin-top: 30px;
float: right;
background-color: rgb(192, 109, 37);
color: white;
border: 0px;
}
footer {
width: 960px;
margin: 0 auto;
text-align: center;
padding-top: 30px;
color: gray;
}
#bottomDiv {
padding-bottom: 100px;
}
hr {
height: 10px;
background-color: lightgrey;
border: none;
width: 960px;
}
|
css/style.css
|
header {
width: 960px;
margin: 0 auto;
height: 75px;
padding-top: 20px;;
}
#logo {
float: left;
margin-right: 5px;
padding-top: 9px;
}
#title {
float: left;
}
#title>ul>li:first-child {
font-family: 'Pacifico', cursive;
font-size: 3.0rem;
font-weight: bold;
}
#title>ul>li:last-child {
font-size: 0.5rem;
}
#icons {
float: right;
padding-top: 15px;
}
#icons li {
float: left;
}
#endOfIconGroup {
padding-right: 10px;
}
main {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
#titleDiv {
padding-top: 40px;
padding-bottom: 40px;
overflow: hidden;
}
#titleDiv>section>h1 {
font-weight: bold;
font-size: 3rem;
font-family: Arial, Helvetica, sans-serif;
}
#titleDiv>section>h2 {
color: gray;
}
.onTheRight {
float: right;
}
.onTheRight>p {
color: gray;
font-family: Arial, Helvetica, sans-serif;
}
.onTheRight > p {
float: right;
margin-left: 5px;
}
#pizza {
width: 960px;
}
#paragraphs p {
padding-top: 15px;
padding-bottom: 15px;
color: rgb(120, 126, 110);
line-height: 1.3em;
text-indent: 20px;
}
#recipe {
background-image: url("../img/list-bg.png");
height: 300px;
margin-top: 20px;
margin-bottom: 35px;
background-size: cover;
}
.itemList {
width: 45%;
float: left;
padding-top: 40px;
font-family: 'Indie Flower', cursive;
font-size: 1.7rem;
line-height: 1.3em;
color: rgb(120, 126, 110);
}
#recipe>.itemList:first-child {
margin-right: 20px;
margin-left: 40px;
}
.itemList li {
list-style: none;
}
#personPic {
float: left;
padding-top: 20px;
}
#author {
float: left;
padding-left: 20px;
padding-top: 20px;
}
#author>h3{
font-weight: bold;
font-size: 1.8rem;
color: rgb(120, 126, 110);
}
#author>p {
color: rgb(120, 126, 110);
line-height: 1.5em;
padding-top: 10px;
}
button {
width: 150px;
height: 50px;
margin-left: 40px;
margin-top: 30px;
float: right;
background-color: rgb(192, 109, 37);
color: white;
border: 0px;
}
footer {
width: 960px;
margin: 0 auto;
text-align: center;
padding-top: 30px;
color: gray;
}
#bottomDiv {
padding-bottom: 100px;
}
hr {
height: 10px;
background-color: lightgrey;
border: none;
width: 960px;
}
| 0.414899 | 0.118921 |
@media only screen and (max-width: 768px) {
/* For mobile phones: */
/* Style for our header texts
* --------------------------------------- */
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 3em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 1.5em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
.sidebar{visibility: hidden;}
h1{
font-size: 2.5em;
font-family: 'Alfa Slab One', cursive;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 1em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h3{
font-size: 0.6em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h4{
font-size: 0.3em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
/*CALL TO ACTION CLASSES FOR RESPONSIVNESS*/
.content__container{
font-size: 1.5em !important;
}
.overlay nav {
text-align: center;
position: relative;
top: 25%;
height: 60%;
font-size: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
/* Style for our header texts
* --------------------------------------- */
.sidebar{width: 262px; left: 70%; top: 0px; position: fixed;}
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 4em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 2em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
h1{
font-size: 5em;
font-family: 'Alfa Slab One', cursive;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 3em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h3{
font-size: 2em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h4{
font-size: 1.5em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
/*CALL TO ACTION CLASSES FOR RESPONSIVNESS*/
.content__container {
font-size: 2em !important;
}
.overlay nav {
text-align: center;
position: relative;
top: 50%;
height: 60%;
font-size: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/*SCROLL DOWN ICON
------------------------------------------------------------------------*/
/*.intro-scroll-down {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
margin-left: -15px;
}*/
.intro-scroll-down {
position: absolute;
margin-top: 2em;
z-index: 1;
left: 50%;
margin-left: -15px;
}
.intro-scroll-down .mouse {
position: relative;
display: block;
width: 30px;
height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #fff;
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 6px;
height: 6px;
margin: -3px 0 0 -3px;
background: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.rotate{
transform: rotate(90deg);
}
.background--light .intro-scroll-down .mouse {
border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
}
@media only screen and (min-width: 600px) {
/* For tablets: */
/* Style for our header texts
* --------------------------------------- */
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 4em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 2em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
h1{
font-size: 5em;
font-family: 'Alfa Slab One', cursive;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 3em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h3{
font-size: 2em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h4{
font-size: 1.5em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
/*CALL TO ACTION CLASSES FOR RESPONSIVNESS*/
.content__container {
font-size: 2em !important;
}
.overlay nav {
text-align: center;
position: relative;
top: 35%;
height: 60%;
font-size: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/*SCROLL DOWN ICON
------------------------------------------------------------------------*/
/*.intro-scroll-down {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
margin-left: -15px;
}*/
.intro-scroll-down {
position: absolute;
margin-top: 2em;
z-index: 1;
left: 50%;
margin-left: -15px;
}
.intro-scroll-down .mouse {
position: relative;
display: block;
width: 30px;
height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #fff;
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 6px;
height: 6px;
margin: -3px 0 0 -3px;
background: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
}
@media only screen and (orientation: portrait) {
.overlay input { margin: 0 0 0 0 !important; }
.sidebar{width: 272px; left: 60%; top: 20%; position: fixed;}
/*SCROLL DOWN ICON
------------------------------------------------------------------------*/
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 3em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 1.5em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
.sidebar{visibility: hidden;}
/*.intro-scroll-down {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
margin-left: -15px;
}*/
.intro-scroll-down {
position: absolute;
margin-top: 2em;
z-index: 1;
left: 50%;
margin-left: -15px;
}
.intro-scroll-down .mouse {
position: relative;
display: block;
width: 30px;
height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #fff;
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 6px;
height: 6px;
margin: -3px 0 0 -3px;
background: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
.overlay nav {
text-align: center;
position: relative;
top: 35%;
height: 60%;
font-size: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
|
assets/css/custom/mediaquery.css
|
@media only screen and (max-width: 768px) {
/* For mobile phones: */
/* Style for our header texts
* --------------------------------------- */
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 3em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 1.5em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
.sidebar{visibility: hidden;}
h1{
font-size: 2.5em;
font-family: 'Alfa Slab One', cursive;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 1em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h3{
font-size: 0.6em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h4{
font-size: 0.3em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
/*CALL TO ACTION CLASSES FOR RESPONSIVNESS*/
.content__container{
font-size: 1.5em !important;
}
.overlay nav {
text-align: center;
position: relative;
top: 25%;
height: 60%;
font-size: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
/* Style for our header texts
* --------------------------------------- */
.sidebar{width: 262px; left: 70%; top: 0px; position: fixed;}
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 4em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 2em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
h1{
font-size: 5em;
font-family: 'Alfa Slab One', cursive;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 3em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h3{
font-size: 2em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h4{
font-size: 1.5em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
/*CALL TO ACTION CLASSES FOR RESPONSIVNESS*/
.content__container {
font-size: 2em !important;
}
.overlay nav {
text-align: center;
position: relative;
top: 50%;
height: 60%;
font-size: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/*SCROLL DOWN ICON
------------------------------------------------------------------------*/
/*.intro-scroll-down {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
margin-left: -15px;
}*/
.intro-scroll-down {
position: absolute;
margin-top: 2em;
z-index: 1;
left: 50%;
margin-left: -15px;
}
.intro-scroll-down .mouse {
position: relative;
display: block;
width: 30px;
height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #fff;
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 6px;
height: 6px;
margin: -3px 0 0 -3px;
background: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.rotate{
transform: rotate(90deg);
}
.background--light .intro-scroll-down .mouse {
border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
}
@media only screen and (min-width: 600px) {
/* For tablets: */
/* Style for our header texts
* --------------------------------------- */
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 4em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 2em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
h1{
font-size: 5em;
font-family: 'Alfa Slab One', cursive;
color: #fff;
margin:0;
padding:0;
}
h2{
font-size: 3em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h3{
font-size: 2em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
h4{
font-size: 1.5em;
font-family: 'Gentium Book Basic', cursive;
color: #fff;
margin:0;
padding:0;
}
/*CALL TO ACTION CLASSES FOR RESPONSIVNESS*/
.content__container {
font-size: 2em !important;
}
.overlay nav {
text-align: center;
position: relative;
top: 35%;
height: 60%;
font-size: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/*SCROLL DOWN ICON
------------------------------------------------------------------------*/
/*.intro-scroll-down {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
margin-left: -15px;
}*/
.intro-scroll-down {
position: absolute;
margin-top: 2em;
z-index: 1;
left: 50%;
margin-left: -15px;
}
.intro-scroll-down .mouse {
position: relative;
display: block;
width: 30px;
height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #fff;
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 6px;
height: 6px;
margin: -3px 0 0 -3px;
background: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
}
@media only screen and (orientation: portrait) {
.overlay input { margin: 0 0 0 0 !important; }
.sidebar{width: 272px; left: 60%; top: 20%; position: fixed;}
/*SCROLL DOWN ICON
------------------------------------------------------------------------*/
.jumbotronic h1{
font-family: 'Alfa Slab One', cursive;
font-size: 3em;
padding: 1rem 1rem;
color: #ffffff;
}
.jumbotronic h2{
font-family: 'Gentium Book Basic', cursive;
font-size: 1.5em;
padding: 1.5rem 1.5rem;
color: #ffffff;
}
.jumbotronic a{
color: #ffffff;
}
.sidebar{visibility: hidden;}
/*.intro-scroll-down {
position: absolute;
z-index: 1;
bottom: 30px;
left: 50%;
margin-left: -15px;
}*/
.intro-scroll-down {
position: absolute;
margin-top: 2em;
z-index: 1;
left: 50%;
margin-left: -15px;
}
.intro-scroll-down .mouse {
position: relative;
display: block;
width: 30px;
height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #fff;
border-radius: 23px;
-moz-border-radius: 23px;
-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 6px;
height: 6px;
margin: -3px 0 0 -3px;
background: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-animation: ani-mouse 2.5s linear infinite;
-moz-animation: ani-mouse 2.5s linear infinite;
animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
@keyframes ani-mouse {
0% {
opacity: 1;
top: 29%;
}
15% {
opacity: 1;
top: 50%;
}
50% {
opacity: 0;
top: 50%;
}
100% {
opacity: 0;
top: 29%;
}
}
.overlay nav {
text-align: center;
position: relative;
top: 35%;
height: 60%;
font-size: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
| 0.306942 | 0.098729 |
/* ---------------->>> CSS STYLES <<<------------- */
/* ================================================ */
/*
1. GLOBAL STYLES
- Heading
- List Style
- Links
- Positions
- Title
- Layout
- z-index
- Button
- Animation
- Icons Styles
- Icon With Color
- Icons With Size Variations
- Social Icons
- Icon Hover
- Border
- Page Loader
- Accordion
- Tabs
- BG Image
- Overlay
- Forms
- Text Color
- BG Color
- Transition Effects
- Gary Scale Image
- Hover Effects
- Navigation Menu
- Side Navigation Menu
2. SLIDER SECTION
- Slider Revolution
- Bootstrap Carousel
- Carousel Fade
- Home Carousel Slider
- Owl Slider
- Owl Navigations
- Owl Paginations
- Text Slider
3. MAIN SECTION
- Special Features
- Features
- Additional Features
- Progress
- Portfolio / Work
- Work Process
- Pricing
-Ribbon
- Counter
- Pie Chart
- Item-box
- Twiiter Feed
- Blog
- Latest News
- Posts
- Video Post
- Meta
- Reply
- Testimonials
- Get a Quote
- Page Title Variations
- Background Video
- Google Map
- Contact Form
- Sitemap
4. SIDEBAR
- Tags
- Social Feed Widget
- Shop Widgets
- Price Range Filter
- Widget
- Newsletter
- Sticky Sidebar - NEW
5. PAGES
- Service Time-line
- Mail chimp
- Shopping Cart
- Zoom Product
- Masonry Grid
- Hosting Page
6. Footer
- Copyright
- Dark Section
- Bootstrap Elements
7 . Extras
- Space Adjustments
- Custom Height
- 4 Side Padding
- 4 Side Margin
- Top Padding
- Top Margin
- Bottom Padding
- Bottom Margin
- Top & Bottom Padding
- Top & Bottom Margin
- Item Box
- Carousel Custom height
/******************************************************************************
Global Style
*******************************************************************************/
body {
font-family: 'Arimo', sans-serif;
height: 100%;
line-height: 1.5;
font-style:normal;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
font-size: 16px;
color: #333;
}
input,
button,
select,
textarea {
font-family: 'Arimo', sans-serif;
}
/* Heading */
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.4;
font-family: 'Arimo', sans-serif;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 28px;
font-weight: 500;
text-transform:capitalize;
}
h4 {
font-size: 24px;
font-weight: 500;
line-height:1.5;
text-transform:capitalize;
}
h5 {
font-size: 1.3rem;
text-transform:capitalize;
}
h6 {
font-size: 16px;
line-height: 28px;
font-weight: 500;
/* text-transform:capitalize;*/
}
p {
font-family: 'Arimo', sans-serif;
font-size: 16px;
line-height: 1.5;
}
.head-no-margin h6{
margin-bottom:14px;
}
.upper{
text-transform:uppercase;
}
.lower{
text-transform:lowercase;
}
.text-small{
font-size: 12px;
line-height: 18px;
}
.read {
background-image: url('../img/rightarrow.png');
background-repeat: no-repeat;
padding: 0 0 0 7px;
color: #147a84;
}
/*.right {
float: right;
margin: 10px;
}
.left {
float: left;
margin: 10px;
}*/
hr{
border: 0;
border-top: 1px solid #e1e1e1;
border-top: 1px solid rgba(0,0,0,.1);
border-bottom: 0 none;
}
hr.white{
border: 0;
border-top: 1px solid #e1e1e1;
border-top: 1px solid rgba(255,255,255,1);
border-bottom: 0 none;
}
.highlight{
background:#cc0000;
padding:0 5px;
}
.bg-black{
background:#000;
}
/* List Style */
ol li{
list-style:inherit;
}
ul.list-style{
margin: 0 0 18px;
padding: 0 0 0 60px;
}
ul.list-style li{
position:relative;
line-height:1;
list-style: disc;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
}
.arrow-style {
margin: 0 0 22px;
padding: 0 0 0 60px;
}
.arrow-style li{
list-style: outside none none;
padding-bottom: 2px;
padding-left: 20px;
padding-top: 2px;
position: relative;
}
ul.arrow-style li:before{
content: "\f105";
display: block;
font-family: FontAwesome;
left: 0;
position: absolute;
top: 5px;
}
.product-page .description {
color: #7f7f7f;
margin-bottom:20px;
}
/* Links */
a {
color: #171717;
}
a:visited {
color: #171717;
text-decoration:none;
}
a:focus{
color: #171717;
text-decoration:none;
}
a:active {
color: #000;
}
a:hover {
color: #171717;
text-decoration:none;
}
a,
a:hover,
a:visited,
a:focus{
outline: 0 none;
}
.container {
max-width: 1200px;
width: 100%;
}
/* Positions */
.absolute{
position: absolute;
}
.relative{
position: relative;
}
/* Title */
.title{
font-family:'Oswald', sans-serif;
}
.section-title {
border-bottom-width: 0px;
margin-bottom: 40px;
position: relative;
}
.section-title h1{
text-transform:uppercase;
text-align:center;
font-size: 36px;
color: #cc0000;
font-weight: normal;
margin: 0 0 12px;
padding: 14px 0;
}
.section-title h2{
text-transform:uppercase;
text-align:center;
font-size: 28px;
font-weight: normal;
margin: 0 0 12px;
padding: 14px 0;
}
.section-title.text-left h2,
.section-title.text-left h1{
text-align:left;
}
.section-title h1:before ,
.section-title h2:before {
bottom: 0;
content: "";
display: block;
height: 2px;
left: 0;
right:0;
margin:-2px auto;
position: absolute;
width: 40px;
}
.section-title.text-left h2{
text-align:left;
}
.section-title.text-left h1:before ,
.section-title.text-left h2:before{
left: 0;
margin-left: 0;
}
.title-description {
padding-bottom: 50px;
}
.title i{
margin-right:7px;
}
/* Layout */
section,
.footer-widget,
.copyright{
position:relative;
}
.wide .container{
width:100%;
}
.boxed {
background: none repeat scroll 0 0 #fff;
margin: 0 auto;
max-width: 1200px;
padding-top: 20px;
}
.boxed #page{
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
position: relative;
}
.boxed .sticky-wrapper.is-sticky #sticker,
.boxed .sticky-wrapper{
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.page-section{
padding:60px 0;
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
/* Button */
.btn{
line-height: 22px;
outline: none;
padding: 9px 20px;
border:none;
}
.btn:hover{
-webkit-transition: background .2s linear, color .2s linear;
transition: background .2s linear, color .2s linear;
}
.btn-default:hover{
color:#ffffff;
}
.btn .btn-sm{
font-size: 15px;
padding: 16px 45px;
}
.btn.btn-lg { font-size: 15px; padding: 16px 45px; }
.transparent-header.top-bar .sticky-wrapper {
top:45px;
}
.btn-black{
background:#000;
color:#fff!important;
}
.btn-black:hover{
opacity:.8;
}
.btn-danger {
background-color:#cc0000;
}
.btn-blue{
background-color:#084999;
}
.btn-blue:hover{
opacity:.8;
}
.i-unset{
line-height:unset!important;
}
/* Animation */
.animated{
visibility:hidden;
}
.visible{
visibility:visible;
}
/* Border */
* {
border-color: #e1e1e1;
border-style: solid;
border-width: 0;
zoom: 1;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
outline: none !important;
}
.border-color{
border-width:1px;
}
.border2-color{
border-width:2px;
}
.border-white{
border:1px solid #ffffff;
}
.border2-white{
border:1px solid #ffffff;
}
.border-black{
border:1px solid #000000;
}
.border2-black{
border:2px solid #000000;
}
/* Page Loader */
#pageloader {
background-color:#FFFFFF;
height:100%;
position:fixed;
top:0;
width:100%;
z-index:9999;
}
.loader-item {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:3px solid rgba(0,0,0,0) !important;
border-left:3px solid;
border-radius:200px;
-moz-border-radius:200px;
-webkit-border-radius:200px;
border-right:3px solid;
border-top:3px solid;
height:40px;
left:50%;
margin:-20px 0 0 -20px;
position:absolute;
text-align:center;
top:50%;
width:40px;
}
.loader-item h2 {
color:#CCCCCC;
font-size:20px;
margin:0 auto;
}
/* Accordion */
.panel-group .panel .panel-heading > .panel-title > a {
border-bottom: 1px dotted #f2f2f2;
color: #1e1e1e;
font-weight: 600;
line-height: 22px;
transition: background-color 0.2s linear 0s;
}
.panel-group.no-list .panel .panel-heading > .panel-title > a,
.panel-group.no-list .panel .panel-heading > .panel-title > a:hover,
.panel-group.no-list .active.panel .panel-heading > .panel-title > a,
.panel-group.no-list .active.panel .panel-heading > .panel-title > a:hover {
padding: 9px 9px 9px 0;
}
.panel-group .active.panel .panel-heading > .panel-title {
border-bottom: 1px solid #f2f2f2;
}
.panel-group .panel .panel-heading {
background-color: inherit;
padding: 0;
position: relative;
}
.panel-default > .panel-heading {
color: #1e1e1e;
}
.panel-group .panel {
background-color: inherit;
border: 0 none;
border-radius: 0;
box-shadow: none;
}
/* Updated */
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top:1px solid #eee;
}
/* Updated */
.panel-group .panel + .panel{
margin-top: 0px;
}
.panel-group .panel-body {
padding: 10px 0 10px 1px;
}
.panel-title a{
display:block;
}
.panel-title a i{
padding-right:5px;
}
.panel-group.list-style .panel .panel-heading > .panel-title:before {
content: "\f105";
display: block;
font-family: FontAwesome;
left: 7px;
position: absolute;
top: 5px;
}
.panel-group.list-style .panel .panel-heading > .panel-title > a {
padding: 9px 9px 9px 25px;
line-height: 22px;
}
.panel-group .mix{
width:100%;
}
/* Tabs */
.tab-content{
margin-bottom:20px;
margin-top:20px;
}
.left-tabs > .nav-tabs{
border-width: 0;
float: left;
margin: 0 -1px 0 0;
}
.right-tabs > .nav-tabs{
border-width: 0;
float: right;
margin: 0 -1px 0 0;
}
.left-tabs > .nav-tabs li,
.right-tabs > .nav-tabs li{
float:none;
display:block;
}
.left-tabs >.nav-tabs > li.active > a,
.left-tabs >.nav-tabs > li.active > a:focus,
.left-tabs >.nav-tabs > li.active > a:hover{
border-width:1px;
border-style: solid none solid solid;
border-color: #ddd;
}
.right-tabs >.nav-tabs > li.active > a,
.right-tabs >.nav-tabs > li.active > a:focus,
.right-tabs >.nav-tabs > li.active > a:hover{
border-width:1px;
border-style: solid solid solid none;
border-color: #ddd;
}
.left-tabs > .nav-tabs li a{
border-right:1px solid #ddd;
}
.right-tabs > .nav-tabs li a{
border-left:1px solid #ddd;
}
.left-tabs >.nav-tabs{
margin-right:20px;
}
.nav-tabs {
margin-bottom: 0;
margin-left: 0;
}
.nav-tabs > li > a {
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
color: #1e1e1e;
font-size: 12px;
padding: 10px 20px 11px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.nav > li > a:hover,
.nav > li > a:focus{
background-color: #f7f7f7;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
border: 1px solid #e1e1e1;
border-bottom-color: transparent;
color: #1e1e1e;
font-weight: bold;
}
.nav-tabs > .active.dropdown > a {
z-index: 911;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
padding: 36px 0 0;
}
.tab-content.border{
padding:0 20px 20px 20px;
border:1px solid #ddd;
border-top:0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
float: none;
margin: 0;
}
.tabs-bottom .tab-content > .tab-pane,
.tabs-bottom .pill-content > .pill-pane,
.tabs-bottom .tab-content {
padding: 0px 0 0;
margin:0;
}
.tabs-bottom.tab-style.dark .nav-tabs {
text-align:center;
float: none;
border:0;
}
.tabs-bottom > .nav-tabs > li{
float: none;
margin: 0;
display:inline-block;
}
.tabs.border{
border:0;
}
.tabs.border > .nav-tabs > li > a{
border:1px solid #ddd;
}
.tabs.border > .nav-tabs > li.active > a{
border-bottom:1px solid transparent;
}
.tabs-right > .nav-tabs > li > a,
.tabs-bottom > .nav-tabs > li > a {
min-width: 110px;
margin-right: 0;
margin-bottom: 3px;
border:1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
min-width: 110px;
margin-right: 0;
margin-bottom: 3px;
border:1px solid #ddd;
}
.tabs-left > .nav-tabs {
border: 0 none;
border-right: 1px solid #ddd;
float: left;
margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
border-left: 1px solid #ddd;
margin: 0;
overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
border: 0 none;
border-left: 1px solid #ddd;
float: right;
margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
border-right: 1px solid #ddd;
margin: 0;
overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
padding: 0 20px 0 0;
}
.tabs-right.no-pad > .tab-content > .tab-pane,
.tabs-left.no-pad > .tab-content > .tab-pane {
padding: 0 0px 0 0;
}
.tab-style .nav-tabs{
border-left:0;
}
.tabs-bottom.tab-style > .nav-tabs > li{
border-radius: 4px;
}
.tabs-bottom.tab-style > .nav-tabs > li > a {
border-radius: 4px;
margin-left: 0px;
margin-bottom:0px;
color:#ffffff;
border:0;
}
.tab-style > .nav-tabs > li > a {
border-radius: 4px;
margin-left: -1px;
margin-bottom:5px;
color:#ffffff;
}
.tab-style > .nav-tabs > li {
background:rgba(0,0,0,.2);
}
.tab-style.dark > .nav-tabs > li {
background:rgba(0,0,0,.7);
}
.tab-style.dark .nav-tabs{
border-left: inherit;
margin:0 !important;
}
.tab-style > .nav-tabs .active > a,
.tab-style > .nav-tabs .active > a:hover,
.tab-style > .nav-tabs .active > a:focus ,
.tab-style > .nav-tabs > li > a:hover,
.tab-style > .nav-tabs > li > a:focus{
background:rgba(0,0,0,.7);
color:#f7f7f7;
font-weight:normal;
}
.tab-style > .tab-content{
border:0;
}
.tab-style > .nav-tabs .active > a, .tab-style > .nav-tabs .active > a:hover, .tab-style > .nav-tabs .active > a:focus{
border:1px solid rgba(0,0,0,.2);
}
/* Top Up Tab Added */
.top-up{
text-align:center;
}
.top-up .nav-tabs{
display: table;
width: 100%;
}
.top-up .nav-tabs > li{
float:none;
width:33.333%;
display: table-cell;
}
.top-up .nav-tabs > li a {
display: block;
text-align: center;
font-size:15px;
padding-bottom:20px;
padding-top:20px;
margin:0;
border:0;
position:relative;
color:#ffffff;
font-weight:500;
}
.top-up .nav-tabs > li a:hover{
border:0;
margin:0;
}
.top-up .nav-tabs > li.active > a,
.top-up .nav-tabs > li.active > a:focus,
.top-up .nav-tabs > li.active > a:hover{
background:transparent;
border:0;
margin:0;
font-weight:500;
color:#222;
}
.top-up .nav-tabs > li.active > a:before,
.top-up .nav-tabs > li.active > a:focus:before,
.top-up .nav-tabs > li.active > a:hover:before{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e1e1e1 transparent transparent;
border-image: none;
border-style: solid;
border-width: 15px;
bottom: -30px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
left: 0;
margin: 0 auto;
right: 0;
}
.top-up .nav-tabs > li.active > a:after,
.top-up .nav-tabs > li.active > a:focus:after,
.top-up .nav-tabs > li.active > a:hover:after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border-style: solid;
border-width: 15px;
bottom: -28px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
left: 0;
margin: 0 auto;
right: 0;
}
/* BG Image */
.image-bg{
width: 100%;
display: block;
position: relative;
overflow: hidden;
background-attachment:fixed;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 560px;
}
.image-bg.fixed{
background-attachment: fixed;
}
.image-bg.content-in{
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 0;
z-index: 0;
min-height:unset;
}
/* Overlay */
.overlay {
background:#000;
height: 100%;
position:absolute;
top:0;
left:0;
right:0;
opacity: 0.4;
width: 100%;
}
.image-bg .overlay {
background: #9e9e9e;
height: 100%;
opacity: .8;
width: 100%;
}
/* Text Color */
.white{
color:#ffffff;
}
.white a:not(.btn){
color:#ffffff;
}
.black{
color:#000000;
}
/* BG Color */
.light-bg { background: #e2dddd; }
.white-bg{
background: #ffffff;
}
/* Transition Effects */
.item-box:hover i{
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
/* Image */
img {
height: auto;
max-width: 100%;
}
img.pull-right{
padding:0 0 15px 15px;
}
img.pull-left{
padding:15px 15px 0 0;
}
html.opacity img{
padding-bottom:0;
}
body .opacity img{
padding-bottom:10px;
}
html.opacity:hover img{
opacity:1;
}
body .opacity:hover img{
opacity:.8;
}
.img-center{
margin-left:auto;
margin-right:auto;
}
/* Double Image */
.double-img {
position:relative;
}
.image-right {
margin-left:-25%;
position:relative;
}
/* Gary Scale Image */
.grayscale img{
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"); /* Firefox 10+, Firefox on Android */
filter: gray;
-webkit-filter: grayscale(100%);
}
.grayscale img:hover{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
/******************************************************************************
Hover Effects
*******************************************************************************/
.pricing:hover .title a,
.process-content:hover .title,
.portfolio-grid .grids:hover img,
.btn:hover,
.icons-hover-color:hover i,
.get-a-quote:hover a,
.get-a-quote a,
.link-hover-black a:hover,
.icons-hover-black i:hover,
.link-hover-black a,
.icons-hover-black i,
i:hover,
i,
.timeliner li:hover .timeline-heading h4.subheading,
.timeliner li .timeline-heading h4.subheading,
.timeliner li:hover .timeline-image,
.timeliner li .timeline-image,
.opacity:hover img,
.opacity img,
.submit,
.submit:hover,
.icon-6 span,
.icon-6 span:hover,
.blog.timeliner>li:hover .timeline-image,
.blog.timeliner>li:hover .timeline-icon{
transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-o-transition:all 350ms ease-in-out 0s;
}
/* Hover Zoom Effects */
.zoom:hover i{
transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform: scale(1.1);
}
/* Hover Rotate Effects */
.rotate:hover i{
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}
/* Endless Rotating */
@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
/******************************************************************************
Navigation Menu
*******************************************************************************/
.header-wrapper{
border:1px solid rgba(0,0,0,.1);
}
.sticky-wrapper.is-sticky #sticker,
.sticky-wrapper{
z-index:9999;
}
.navbar{
margin-bottom:0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover{
background:none;
}
.sticky-menu{
z-index: inherit;
}
.navbar-nav > li >a {
line-height: 10px;
}
/********side tab navbar***************************************8888*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #fff; cursor: default; background-color: #cc0000; border: 1px solid #ddd; border-bottom-color: transparent; }
.right-box {
background-color:#e8e8e8;
/* width: 45%;*/
padding: 0;
float:right;
margin: 10px 16px;
border:2px solid #ddd;
}
.right-nobox {
/* width: 45%;*/
padding: 0;
float:right;
margin: 10px 16px;
}
.left-box {
float:left;
clear:both;
margin: 10px 16px;
padding: 0;
border:2px solid #CCC;
}
.left-nobox {
float:left;
clear:both;
margin: 10px 16px;
padding: 0;
}
/*--------------- Side Navigation Menu--------------*/
.side-nav #main{
padding:0;
}
.side-nav header nav{
left:0;
right:0;
top:0;
position:absolute;
}
.side-nav header .navbar-default {
background:none;
border:none;
position:absolute;
z-index:99;
top:25px;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
#navigation-menu{
line-height:2;
color:#171717;
}
.side-nav header .navbar-nav{
float: right !important;
margin-right: -15px
}
.side-nav header .navbar-default .navbar-nav > li > a{
font-size:45px;
padding:0;
}
.side-nav header .nav > li > a.active{
color:#cc0000;
}
.side-nav header .nav-fixed {
margin: auto;
position: fixed;
right: 0;
top: 0;
}
.side-nav header .nav-fixed > li {
float: right;
}
.side-nav header #sticky.nav-fixed a {
background:rgba(0, 0, 0, 0.8);
height: 100px;
line-height: 100px;
text-align: center;
width: 100px;
color:#cc0000;
}
/*------------MENU------------*/
.side-nav header #wrapper .toggle-menu{
background:#000;
width:50%;
height:100%;
position: fixed;
overflow-y: auto;
right:-50%;
top:0;
z-index:999;
}
.side-nav header #wrapper .close-menu{
float:right;
font-size:50px;
height:100px;
width:100px;
line-height: 100px;
text-align: center;
display:block;
background: #cc0000;
}
.side-nav header #wrapper .nav{
padding:130px 0 0 77px;
}
.side-nav header .nav > li > .sub{
padding:0 0 0 40px;
}
.side-nav header .nav > li > a,
.side-nav header .nav > li > .sub a{
color:#ccc;
font-size:17px;
text-transform:uppercase;
font-weight:600;
letter-spacing: 2px;
padding: 10px 22px;
text-decoration:none;
}
.side-nav header .nav > li > a:focus{
background:none;
}
.side-nav header .nav > li > .sub a{
line-height:3;
}
.side-nav header #wrapper .close-menu a,
.side-nav header #navigation-close.close-menu:hover{
color:#171717;
}
.side-nav header .nav > li > a:hover, .nav > li > a:focus{
background:transparent;
}
.side-nav header .nav > li.active{
position:relative;
}
.side-nav header .nav > li.active:before{
height:20px;
content:"";
width:77px;
left:-77px;
position:absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
/*---STICKY----*/
.side-nav header .sticky-wrapper.is-sticky .nav {
background: none repeat scroll 0 0 black;
padding: 15px 20px;
right: 15px;
}
/******************************************************************************
SLIDER SECTION
*******************************************************************************/
/*Revolution Slider */
.tp-caption {
white-space: inherit;
}
.tp-caption.bold{
font-size: 65px;
font-weight: bold;
text-transform:uppercase;
margin: 0;
line-height: 75px;
}
.tp-caption.description {
font-size: 15px !important;
line-height: 25px;
font-family: 'Arimo', sans-serif;
}
.tparrows:before {
margin-top: 4px;
font-size: 18px;
}
.tparrows {
-webkit-border-radius: 50%;
border-radius: 50%;
background: rgba(255,196,0,.4) !important;
background:rgba(204, 0, 0, 0.40) !important;
}
.tp-banner{
z-index:0;
}
.slider.rs-slider-full{
float:left;
width:100%;
}
.slider.rs-slider {
background: none;
border: 0 none;
max-height: 700px;
overflow: hidden;
padding: 0;
position: relative;
z-index:0;
}
.slider.rs-slider-full {
height:auto;
background:none;
padding:0;
}
p.tp-caption.button-block{
width:100%;
left:0!important;
}
p.tp-caption.button-block a{
margin:0 5px;
}
.transparent .slider.rs-slider {
max-height: 700px;
}
.slider.load .tp-banner-container {
visibility: hidden;
}
.slider.rs-slider .container {
position: relative;
}
.slider.rs-slider .title {
font-size: 40px;
font-weight: normal;
margin: 0;
}
.slider.rs-slider .title.bold,
.slider .bold {
font-size: 65px;
font-weight: bold;
text-transform:uppercase;
margin: 0;
line-height: 75px;
}
.white .tp-caption,.text-white{
color:#fff;
}
.slider.rs-slider .description {
font-size: 15px !important;
line-height: 25px;
margin: 0;
padding: 0 15px;
}
.slider.rs-slider .btn {
}
.slider.rs-slider .btn.orang {
background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
background: #752033;
}
.slider.rs-slider .phone-text {
font-size: 17px;
}
.tp-caption a {
color: #000;
}
.tp-caption a:hover {
color: #fff;
}
.rs-slider ul {
list-style: none;
margin: 0;
padding: 0;
}
.tp-bannertimer {
background: #777 !important;
background: rgba(0,0,0,0.1) !important;
height: 0px !important;
}
.tp-bullets.simplebullets.navbar {
height: 35px;
padding: 0;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet {
background: #fff;
background: rgba(255,255,255,.5);
-webkit-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0 none !important;
display: inline-block;
height: 14px;
float: none;
margin: 0 3px;
-webkit-transition: all .3s linear;
transition: all .3s linear;
vertical-align: top;
width: 14px;
}
.tp-bullets.simplebullets .bullet.last {
margin-right: 0px
}
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
background: #fff;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
background: rgba(255,255,255,.7);
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.slider.rs-slider .tparrows {
background: #1e1e1e;
background: rgba(30, 30, 30, 0.5);
-webkit-border-radius: 100%;
border-radius:100%;
cursor: pointer;
height: 40px !important;
width: 40px !important;
-webkit-transition: background .3s linear;
transition: background .3s linear;
-webkit-transition: opacity 0.2s ease-out;
-webkit-transform: inherit;
z-index: 50 !important;
}
.slider.rs-slider .tparrows:before {
font-family: 'revicons';
color: #fff;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
margin-right: 0;
margin-top: 3px;
text-align: center;
width: 40px;
font-size: 19px;
}
.tp-leftarrow:before {
content: '\e824';
}
.slider.rs-slider-full .tp-leftarrow:before,.slider.rs-slider-full .tp-rightarrow:before{
content:none;
}
.tp-rightarrow:before {
content: '\e825';
}
.slider.rs-slider .tparrows:hover {
background: #1e1e1e;
-webkit-transition: background .3s linear;
transition: background .3s linear;
}
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
color: #000 !important;
}
.slider4container .tparrows {
background: #fff !important;
background: rgba(255,255,255,0.5) !important;
}
.slider4container .tparrows:hover {
background:#fff !important
}
.slider.rs-slider .tp-loader {
background-image: url("../img/svg/loader.svg"), none;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 40px;
background-color: inherit;
height: 40px;
margin: -20px 0 0 -20px;
width: 40px;
z-index: 700;
}
.layerslider {
margin: 0 auto;
}
.slider.rs-slider.full-width {
max-height: inherit;
}
.slider.rs-slider.full-width .title {
font-size: 60px;
line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
font-size: 14px !important;
font-weight: bold;
line-height: 31px;
letter-spacing: 1px;
padding: 0;
text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
border: 2px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 180%;
height: 36px;
line-height: 32px;
margin-left: 10px;
padding: 0 0 0 3px;
text-align: center;
vertical-align: middle;
width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
opacity: .8;
}
.slider.rs-slider.full-width .tp-rightarrow,
.slider.rs-slider.full-width .tp-leftarrow {
display: none !important;
}
.tp-caption p {
line-height: 25px;
}
.rs-slider-full .tparrows{
background:none!important;
}
.rs-slider-full .tp-rightarrow{
right:-10px!important;
}
/* Bootstrap Carousel */
.carousel-control {
top: 0;
width: 10%;
}
.carousel-control .fa, .carousel-control .icon-prev, .carousel-control .icon-next {
font-size: 25px;
height: 30px;
margin-top: -15px;
width: 30px;
}
.carousel-control .fa-angle-right {
margin-left: -25px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa {
display: inline-block;
position: absolute;
top: 50%;
z-index: 5;
}
.col-md-3.mix .carousel-indicators ,
.col-md-4.mix .carousel-indicators,
.grid-item .carousel-indicators{
bottom: -7px;
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
background-image:none;
}
/* Carousel Fade */
.carousel-fade .carousel-inner .item {
opacity: .8;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel.full-width{
width: 100% !important;
}
.carousel.full-width .item img,
.carousel.full-width .item{
display: block;
width: 100%;
}
.carousel-style .next,
.carousel-style .prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel-style .prev {
left: 0;
z-index:9999;
margin: -7px 0 0 -30px;
}
.carousel-style .next {
right: 0;
z-index:9999;
margin: 0 20px 0 0 !important;
}
.carousel-style .next i,
.carousel-style .prev i{
padding:10px;
background-color:rgba(0,0,0,.2);
}
.carousel-caption {
bottom: auto;
left: 7%;
position: absolute;
right: 7%;
top: 50%;
transform: translateY(-50%);
z-index:0;
}
#main-slider.carousel{
width:100%;
}
/* Home Carousel Slider */
#main-slider.carousel{
width:100%;
clear:both;
}
#main-slider .carousel .item .carousel-caption {
opacity: 0;
}
#main-slider h1 {
font-size: 55px;
font-weight: bold;
text-transform:uppercase;
margin: 0;
line-height: 75px;
}
#main-slider .carousel .item.active .carousel-caption{
opacity: 1;
}
#main-slider .description,
.description.medium{
font-size: 18px !important;
font-weight:300;
line-height: 30px;
margin: 0;
}
.black{
text-shadow:none;
}
.text-shadow{
text-shadow:1px 1px 1px rgba(0,0,0,.4);
}
#main-slider .active .animation.animated-item-1 {
-webkit-animation: fadeInUp 300ms linear 300ms both;
-moz-animation: fadeInUp 300ms linear 300ms both;
-o-animation: fadeInUp 300ms linear 300ms both;
animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
-webkit-animation: fadeInUp 300ms linear 600ms both;
-moz-animation: fadeInUp 300ms linear 600ms both;
-o-animation: fadeInUp 300ms linear 600ms both;
animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
-webkit-animation: fadeInUp 300ms linear 900ms both;
-moz-animation: fadeInUp 300ms linear 900ms both;
-o-animation: fadeInUp 300ms linear 900ms both;
animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
-webkit-animation: fadeInUp 300ms linear 1200ms both;
-moz-animation: fadeInUp 300ms linear 1200ms both;
-o-animation: fadeInUp 300ms linear 1200ms both;
animation: fadeInUp 300ms linear 1200ms both;
}
/******************************************************************************
Text Slider
*******************************************************************************/
.text-slider{
padding:250px 0;
background:url(../img/sections/slider/slider8-bg.jpg) no-repeat;
}
.text-slider h1{
font-size: 55px;
font-weight: bold;
line-height: 75px;
margin: 0;
text-align:center;
text-transform: uppercase;
}
.text-slider p.description{
margin-bottom:20px;
}
.text-slider p{
text-align:center;
}
.text-slider p a.btn{
margin:0 5px;
}
.text-slider .typed-cursor{
animation:fadeIn 0.6s alternate infinite;
-o-animation:fadeIn 0.6s alternate infinite;
-moz-animation:fadeIn 0.6s alternate infinite;
-webkit-animation:fadeIn 0.6s alternate infinite;
}
/******************************************************************************
MAIN SECTION
*******************************************************************************/
/* display grid */
.products-card{
background-color: lightslategrey;
background-color: #a6a5b5;
box-shadow: 3px 3px 2px #2f4f4fbf;
}
.products-card-text {
padding: 7px 0;
background-color:#1f3072;
text-align: center;
color: white;
}
/**********************************************
Portfolio / Work
*************************************************/
.work-section .nav li,
.mixed-grid .nav li{
padding:7px 15px;
margin:0 20px 30px 20px;
border-radius: 3px;
border:1px solid transparent;
color:#ffffff;
text-transform:capitalize;
}
.work-section .nav.black li,
.mixed-grid .nav.black li{
color:#171717;
}
.work-section .nav li.active,
.work-section .nav li:hover,
.mixed-grid .nav li.active,
.mixed-grid .nav li:hover{
border:1px solid #ffffff;
cursor:pointer;
color:#ffffff;
}
.work-section .nav.black li.active,
.work-section .nav.black li:hover,
.mixed-grid .nav.black li.active,
.mixed-grid .nav.black li:hover{
border:1px solid #171717;
cursor:pointer;
color:#171717;
}
.work-section .nav-pills{
text-align:center;
}
.work-section .portfolio-grid .grid{
max-width:400px;
}
.portfolio-grid .grid img{
margin:0px auto;
}
.work-section .nav > li,
.mixed-grid .nav > li{
float:none;
display:inline-block;
}
#mix-container .mix{
display: none;
padding:10px;
}
.figcaption{
width:100%;
}
.figcaption{
position:absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
opacity:0;
text-align:center;
color:#ffffff;
padding:20px;
width:100%;
left:0;
right:0;
}
.figcaption i{
color:#ffffff;
padding:10px;
background:rgba(0,0,0,.8);
border-radius:50%;
}
.portfolio-grid .grids:hover .figcaption{
position:absolute;
opacity:0.8;
opacity:1;
}
.portfolio-grid .grids:hover img{
opacity:.5;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.portfolio-grid .grid {
position:relative;
background-color:rgba(0, 0, 0, 0.01);
background-color: red;
background-color: rgba(0,0,0,.075);
}
.img-overlay{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
opacity: 1;
}
.project-meta{
margin-bottom:20px;
}
.grid-list .grids{
border-bottom:1px solid rgba(0,0,0,.2);
padding-bottom:40px !important;
margin-bottom:30px !important;
}
.grid-list .title{
margin-bottom:8px;
}
.grid-list .description{
margin-bottom:15px;
font-style:italic;
font-size:12px;
}
/****************************************
Work Process
*******************************************/
.work-process-box{
border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius: 100%;
border:1px solid #cccccc;
background-color:#f7f7f7;
width: 250px;
height: 250px;
text-align:center;
display: table;
margin:20px auto;
}
/* Updated */
.work-process-box.square{
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius: 0;
}
.work-process-box .title{
border-bottom:1px solid #ccc;
padding-bottom:10px;
margin-bottom:15px;
}
.work-process-box .process-content{
vertical-align:middle;
display: table-cell;
padding:50px;
position:relative;
}
.work-process-box .item-number{
position:absolute;
color:#333333;
padding:8px 0;
right:20px;
top:10px;
content:"";
width:40px;
height:40px;
border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius: 100%;
}
/* Updated */
.work-process-box .item-number.square{
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius: 0;
}
.work-process-box.square .item-number.square{
right:10px;
}
/* Item-box */
.item-box{
padding-bottom:40px;
}
.item-box i{
color: #1e1e1e;
display: block;
left: 15px;
margin: 0 15px 0 0;
position: absolute;
text-align: center;
text-decoration: none;
transition: opacity 0.2s linear 0s;
}
.white .item-box a:not(.btn){
color: #ffffff;
display: inline-block;
transition: opacity 0.2s linear 0s;
}
.item-box a:not(.btn){
color: #171717;
display: inline-block;
transition: opacity 0.2s linear 0s;
}
.item-box a {
margin-left: 50px;
}
.item-box.icons-circle a,
.item-box.icons-rounded a,
.item-box.icons-square a{
margin-left: 70px;
}
.item-box.inverse a:hover i{
color: #171717;
}
.item-box.icons-color:hover i{
color: #171717;
}
.item-box.icons-color.hover-white:hover i{
color: #ffffff;
}
/* Meta */
.meta,
.post-meta{
font-size: 11px;
font-style:italic;
margin-top:10px;
color:#7f7f7f;
}
.post-meta span,
.meta span{
font-size: 12px;
margin-right:8px;
}
.post-meta span.category{
margin-right:0px;
}
.post-meta i,
.meta i{
margin-right:6px;
margin-top:5px;
}
.name{
font-size: 18px;
margin: 0;
padding: 25px 0 15px;
position: relative;
}
.name:before {
bottom: 0;
content: "";
height: 2px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 40px;
}
.description.text-left .name:before{
right:auto;
left:0;
}
.text-left.i-3x i{
width: auto;
margin-right: 12px;
}
.role{
padding-bottom:12px;
padding-top:8px;
}
/* Reply */
.author-img{
margin-right:15px;
}
.comment-item{
margin-bottom:30px;
padding-bottom:20px;
border-bottom:1px dashed #cccccc;
}
/* Testimonials */
.testimonails blockquote{
font-size:15px;
font-style:italic;
margin-bottom:0;
}
.client-details{
font-size:12px;
margin:8px 0;
}
.client-details strong{
display:block;
font-size:14px;
}
.client-details span{
color:#7f7f7f;
font-style:italic;
}
.client-details span.white{
color:#ffffff;
}
.desc-border blockquote,
.quote blockquote,
.no-border blockquote{
border-left:0;
}
.no-border blockquote{
padding: 0px;
}
.desc-border{
border: 1px solid;
border-radius:5px;
margin-bottom:15px;
}
.desc-border .star-rating{
padding:5px 0 12px 0;
}
.inline strong,
.inline span,
.inline div,
.inline p{
display:inline-block;
}
.item{
position:relative;
}
.testimonails .item > p{
padding:0 15px;
}
/* Add arrow at bottom of section */
.bottom-arrow{
position:relative;
}
.bottom-arrow:before{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e1e1e1 transparent transparent;
border-image: none;
border-right: 10px solid transparent;
border-style: solid;
border-width: 10px;
bottom: -20px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
}
.bottom-arrow:before,
.bottom-arrow:after{
left: 0;
margin: 0 auto;
right: 0;
}
.bottom-arrow:after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #fff transparent transparent;
border-image: none;
border-right: 10px solid transparent;
border-style: solid;
border-width: 10px;
bottom: -18px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
}
.bottom-arrow.light:after{
border-color: #f7f7f7 transparent transparent;
}
/************
Transparent Header
******************/
.transparent-header.dark-header .navbar{
background:none;
margin-top:45px;
/* max-height:50px;*/
background:rgba(255,255,255,0.5);
}
.transparent-header.dark-header .sticky-wrapper.is-sticky .navbar{
background:#222;
background:none;
background:rgba(255,255,255,0.5);
}
.transparent-header .sticky-wrapper{
z-index:999;
}
/******************************************************************************
Page Title Variations
*******************************************************************************/
.page-header{
position:relative;
}
.page-header h5{
font-weight:300;
margin-top:10px;
margin-bottom:10px;
}
.page-header .container::before{
content:none;
}
#page .page-title-left .breadcrumb{
left: auto;
margin: -10px 0 0;
padding: 0;
position: absolute;
right: 15px;
top: 50%;
width: auto;
background:none;
}
.page-title-right{
text-align:right;
}
#page .page-title-right .breadcrumb{
right:auto;
left:15px;
margin: -10px 0 0;
padding: 0;
position: absolute;
top: 50%;
width: auto;
}
.page-title-center{
text-align:center;
}
.page-title-pattern{
background:url(../img/sections/bg/pattern-bg.png) repeat;
}
.page-title-left.mini h1.title{
font-size:15px;
}
.page-title-left.dark,.page-title-left.dark .breadcrumb > li > a{
background:#252525;
color:#fff;
}
.page-header #bg-video,header#my-video{
min-height:130px;
background:transparent;
}
.page-header .mbYTP_wrapper {
z-index: 0 !important;
}
.page-header .image-bg{
min-height:inherit;
}
/******************************************************************************
Pages
*******************************************************************************/
.page-header{
border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
padding: 30px 0;
background-color:#f2f2f2;
margin: 0px;
}
.page-header h1{
margin:0;
font-size:42px;
text-transform:capitalize;
}
/* Shop Widgets
.widget .price{
font-size:18px;
}
.widget .shop h5{
font-size:16px;
font-weight:500;
margin-bottom:10px;
}
.widget .price {
padding-bottom:10px;
}
.widget .price del{
margin-right:10px;
font-size:14px;
}*/
/*Photo Gallery*/
.gallery-list{
list-style:none;
padding-left:0;
}
.gallery-list > li{
position:relative;
}
.gallery-list > li i{
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.gallery-list > li p{
margin-left:30px;
margin-bottom:20px;
}
.header .primary .navbar .nav > li > a.btn.btn-default{
background-color: #cc0000;
border: 0 none;
border-radius: 3px;
box-shadow: none;
color: #333;
filter: none;
line-height: 22px;
outline: medium none;
padding: 9px 20px;
text-shadow: none;
transition: background 0.2s linear 0s, color 0.2s linear 0s;
white-space: normal;
margin-top:15px;
margin-right:10px;
}
/*Charity*/
#about-us blockquote{
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 16px;
font-style: italic;
line-height: 1.625;
margin-bottom: 0;
}
/*Fashion page*/
.portfolio-grid.fashion .grids{
width:20%;
}
.progress-bar.light-bg {
background-color: #ffffff !important;
}
.portfolio-title {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
color: #ffffff;
left: 0;
margin: 0 auto !important;
opacity: 0;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}
.grid-item:hover img{
opacity:0.5;
}
.grid-item:hover .portfolio-title {
opacity: 1;
}
/*spa*/
#get-quote-1{
float:left;
width:100%;
}
/*----------Wedding-----------*/
.red, .icon.red {
color: #ff0000;
}
/*Real Estate*/
.border {
border-width: 1px;
}
.work{
position:relative;
}
.work .work-title {
left: 0;
right:0;
position:absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.work .title {
bottom: 46px;
font-size: 18px;
font-weight: bold;
line-height: 20px;
margin: 7px;
opacity:0;
text-align: center;
}
.work .work-title > .btn{
opacity:0;
}
.work:hover .title{
opacity:1;
color:#fff;
}
.work:hover .work-title > .btn{
opacity:1;
}
.work .bg-hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s ease-out 0s;
}
.work:hover .bg-hover {
opacity: 1;
transition: all 0.2s ease-in 0s;
}
/*Motor Page*/
.carousel{
position: relative;
}
.carousel-inner.no-pad .carousel-caption{
left:0%;
right:0%;
padding-left:20px;
padding-right:20px;
bottom:0;
height:110px;
padding-bottom:0;
}
.motor .carousel-inner.no-pad .carousel-caption{
top:auto;
transform:none;
-ms-transform:none;
-moz-transform:none;
-o-transform:none;
-webkit-transform:none;
}
.right-pagination.carousel-indicators{
width:100%;
right:0;
left:0;
text-align:right;
padding:0 20px 0 0;
margin:0;
}
.caption-bg .carousel-caption{
background:rgba(0,0,0,.5);
}
.carousel-caption.text-left{
text-align:left;
}
.carousel-caption.text-right{
text-align:right;
}
.full-width-slider .carousel-inner > .item > img,
.full-width-slider .carousel-inner > .item > a > img{
width:100%;
}
.full-width-slider .carousel-control.right{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.2) 100%);
}
.full-width-slider .carousel-control.left{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
background-image:none;
}
.carousel-control.left .fa,
.carousel-control.right .fa{
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
height: 37px;
line-height: 33px;
padding-left: 2px;
width: 40px;
}
.carousel-control.left .fa{
padding-left: 0px;
}
.tab-content.border {
border:1px solid #ddd;
border-top:none;
padding: 0 20px 20px;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
padding: 36px 0 0;
}
.motor .form-control {
margin-bottom: 25px;
}
/* Masonry Grid */
.grid-col-2 .grid-item ,
.grid-col-2 .grid-sizer{
margin:0px 0px;
padding:0px 0;
width:50%;
}
.grid-col-2 .grid-item .post {
padding:0 30px 0 0;
}
.grid-col-3 .grid-item,
.grid-col-3 .grid-sizer {
margin:0px 0px;
padding:0px 0;
width:33.3%;
}
.grid-col-4 .grid-item,
.grid-col-4 .grid-sizer {
margin:0px 0px;
width:25%;
}
.grid-col-5 .grid-item,
.grid-col-5 .grid-sizer {
margin:0px 0px;
width:20%;
}
.grid-col-6 .grid-item,
.grid-col-6 .grid-sizer {
margin:0px 0px;
width:16%;
}
.pad.mixed-grid .grid-col-6 .img-overlay{
margin: 14px;
}
.pad.mixed-grid .grid-col-6 .item .img-overlay{
margin: 7px;
}
.pad.mixed-grid .grid-col-6 .figcaption{
padding: 15px 26px;
}
.grid-col-6 .grid-item h4,
.grid-col-6 .grid-sizer h4{
font-size:13px;
margin-bottom:5px;
}
/* Masonry With Gap */
.pad.mixed-grid{
margin:0 -15px;
}
.pad.mixed-grid .grid-item{
padding:8px;
}
.pad.mixed-grid .img-overlay{
margin:25px;
}
.pad.mixed-grid .item .img-overlay{
margin:17px;
}
.pad.mixed-grid .figcaption{
padding:15px 30px;
}
/******************************************************************************
Footer
*******************************************************************************/
#footer{
color:#7f7f7f;
}
.widget{
font-size: 13px;
}
#footer .footer-widget {
background: #f2f2f2;
line-height: 21px;
padding: 30px 0 13px;
}
#footer .footer-widget .widget-title{
padding-top:20px;
}
#footer .copyright {
background: #f7f7f7;
border-top: 1px solid #e1e1e1;
font-size: 11px;
line-height: 17px;
padding: 21px 0 20px;
}
#footer .phone,
#footer .address {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 34px;
position: relative;
}
#footer .footer-icon {
color: #c6c6c6;
left: 16px;
position: absolute;
top: 0;
}
#footer .footer-icon:before {
font-size: 20px;
line-height: 18px;
width: auto;
}
.footer-blog li{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px dashed #c2c0c0;
}
.footer-blog li:last-child{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:0;
}
.footer-count {
font-size:16px;
margin:20px 0 10px 0;
font-family:Oswald,sans-serif;
text-transform:uppercase;
}
.footer-count .count-number .counter{
font-size: 17px;
letter-spacing:1px;
}
.footer-social{
margin-top:20px;
}
.page-sticky-footer{
margin-bottom: 80px;
}
/*Hidden footer*/
.footer-hidden #page{
background: #ffffff none repeat scroll 0 0;
height: 100%;
position: relative;
z-index: 10;
}
.footer-hidden #footer{
bottom: 0;
color: #7f7f7f;
left: 0;
position: fixed;
right: 0;
overflow-y: auto;
}
/******************************************************************************
Dark Section
*******************************************************************************/
#footer .dark-section.footer-widget{
background:#222222;
}
.dark-section .widget .widget-title .title{
color:#f0eded;
}
.dark-section .widget a:hover,
.dark-section .form-control{
color:#ffffff;
}
.dark-section .gray-bg i,
#footer .dark-section.copyright,
.dark-section .form-control{
background: rgba(0, 0, 0, 0.97);
}
#footer .dark-section.copyright{
border-top: 1px solid #000000;
}
.dark-section .widget .widget-title{
border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.dark-section .footer-blog li{
border-bottom:1px dashed rgba(255, 255, 255, 0.2);
}
.dark-section .selectBox,
.dark-section .form-control{
border:1px dashed rgba(255, 255, 255, 0.2);
box-shadow:none;
}
/******************************************************************************
Space Adjustments
*******************************************************************************/
.no-pad{
padding:0;
}
.no-margin {
margin: 0;
}
/* Custom Height */
.height-200{
height:200px;
}
.height-400{
height:400px;
}
.height-500{
height:500px;
}
.height-600{
height:600px;
}
.height-700{
height:700px;
}
/* 4 Side Padding */
.pad-5{
padding:5px;
}
.pad-10{
padding:10px;
}
.pad-20{
padding:20px;
}
.pad-30{
padding:30px;
}
.pad-40{
padding:40px;
}
.pad-50{
padding:50px;
}
.pad-60{
padding:60px;
}
.pad-70{
padding:70px;
}
.pad-80{
padding:80px;
}
/* 4 Side Margin */
.margin-5{
margin:5px;
}
.margin-10{
margin:10px;
}
.margin-20{
margin:20px;
}
.margin-30{
margin:30px;
}
.margin-40{
margin:40px;
}
.margin-50{
margin:50px;
}
.margin-60{
margin:60px;
}
.margin-70{
margin:70px;
}
.margin-80{
margin:80px;
}
/* Top Padding */
.top-pad-0{
padding-top:0px;
}
.top-pad-5{
padding-top:5px;
}
.top-pad-10{
padding-top:10px;
}
.top-pad-20{
padding-top:20px;
}
.top-pad-30{
padding-top:30px;
}
.top-pad-40{
padding-top:40px;
}
.top-pad-50{
padding-top:50px;
}
.top-pad-60{
padding-top:60px;
}
.top-pad-70{
padding-top:70px;
}
.top-pad-80{
padding-top:80px;
}
/* Top Margin */
.top-margin-0{
margin-top:0px;
}
.top-margin-5{
margin-top:5px;
}
.top-margin-10{
margin-top:10px;
}
.top-margin-20{
margin-top:20px;
}
.top-margin-30{
margin-top:30px;
}
.top-margin-40{
margin-top:40px;
}
.top-margin-50{
margin-top:50px;
}
.top-margin-60{
margin-top:60px;
}
.top-margin-70{
margin-top:70px;
}
.top-margin-80{
margin-top:80px;
}
/* Bottom Padding */
.bottom-pad-0{
padding-bottom:0px !important;
}
.bottom-pad-5{
padding-bottom:5px !important;
}
.bottom-pad-10{
padding-bottom:10px !important;
}
.bottom-pad-20{
padding-bottom:20px;
}
.bottom-pad-30{
padding-bottom:30px;
}
.bottom-pad-40{
padding-bottom:40px;
}
.bottom-pad-50{
padding-bottom:50px;
}
.bottom-pad-60{
padding-bottom:60px;
}
.bottom-pad-70{
padding-bottom:70px;
}
.bottom-pad-80{
padding-bottom:80px;
}
/* Bottom Margin */
.bottom-margin-0{
margin-bottom:0px;
}
.bottom-margin-5{
margin-bottom:5px;
}
.bottom-margin-10{
margin-bottom:10px;
}
.bottom-margin-20{
margin-bottom:20px;
}
.bottom-margin-30{
margin-bottom:30px;
}
.bottom-margin-40{
margin-bottom:40px;
}
.bottom-margin-50{
margin-bottom:50px;
}
.bottom-margin-60{
margin-bottom:60px;
}
.bottom-margin-70{
margin-bottom:70px;
}
.bottom-margin-80{
margin-bottom:80px;
}
/* Top & Bottom Padding */
.tb-pad-5{
padding-top:5px;
padding-bottom:5px;
}
.tb-pad-10{
padding-top:10px;
padding-bottom:10px;
}
.tb-pad-20{
padding-top:20px;
padding-bottom:20px;
}
.tb-pad-30{
padding-top:30px;
padding-bottom:30px;
}
.tb-pad-40{
padding-top:40px;
padding-bottom:40px;
}
.tb-pad-50{
padding-top:50px;
padding-bottom:50px;
}
.tb-pad-60{
padding-top:60px;
padding-bottom:60px;
}
.tb-pad-70{
padding-top:70px;
padding-bottom:70px;
}
.tb-pad-80{
padding-top:80px;
padding-bottom:80px;
}
/* Left & Right Padding */
.lr-pad-5{
padding-left:5px;
padding-right:5px;
}
.lr-pad-10{
padding-left:10px;
padding-right:10px;
}
.lr-pad-20{
padding-left:20px;
padding-right:20px;
}
.lr-pad-30{
padding-left:30px;
padding-right:30px;
}
.lr-pad-40{
padding-left:40px;
padding-right:40px;
}
.lr-pad-50{
padding-left:50px;
padding-right:50px;
}
.lr-pad-60{
padding-left:60px;
padding-right:60px;
}
.lr-pad-70{
padding-left:70px;
padding-right:70px;
}
.lr-pad-80{
padding-left:80px;
padding-right:80px;
}
/* Top & Bottom Margin */
.tb-margin-5{
margin-top:5px;
margin-bottom:5px;
}
.tb-margin-10{
margin-top:10px;
margin-bottom:10px;
}
.tb-margin-20{
margin-top:20px;
margin-bottom:20px;
}
.tb-margin-30{
margin-top:30px;
margin-bottom:30px;
}
.tb-margin-40{
margin-top:40px;
margin-bottom:40px;
}
.tb-margin-50{
margin-top:50px;
margin-bottom:50px;
}
.tb-margin-60{
margin-top:60px;
margin-bottom:60px;
}
.tb-margin-70{
margin-top:70px;
margin-bottom:70px;
}
.tb-margin-80{
margin-top:80px;
margin-bottom:80px;
}
/* left & right Margin */
.lr-margin-5{
margin-left:5px;
margin-right:5px;
}
.lr-margin-10{
margin-left:10px;
margin-right:10px;
}
.lr-margin-20{
margin-left:20px;
margin-right:20px;
}
.lr-margin-30{
margin-left:30px;
margin-right:30px;
}
.lr-margin-40{
margin-left:40px;
margin-right:40px;
}
.lr-margin-50{
margin-left:50px;
margin-right:50px;
}
.lr-margin-60{
margin-left:60px;
margin-right:60px;
}
.lr-margin-70{
margin-left:70px;
margin-right:70px;
}
.lr-margin-80{
margin-left:80px;
margin-right:80px;
}
/* Item Box */
.boxed-block{
border: 1px solid #cccccc;
}
.inline-block{
display:inline-block;
vertical-align: middle;
}
.bg-hover-gray:hover{
background-color:rgba(0,0,0,.6);
}
.btn-info {
color: #fff;
background-color: #1f3072;
border-color: #1d1d1d;
}
.btn-info:hover {
color: #fff;
background-color: #1c1c1c;
border-color: #1d1d1d;
}
.btn-red {
color: #fff;
background-color: #cc0000;
border-color: #d43f3a;
}
.btn-red:hover {
color: #fff;
background-color: #af3e19;
border-color: #d43f3a;
}
|
Web/Web/css/style.css
|
/* ---------------->>> CSS STYLES <<<------------- */
/* ================================================ */
/*
1. GLOBAL STYLES
- Heading
- List Style
- Links
- Positions
- Title
- Layout
- z-index
- Button
- Animation
- Icons Styles
- Icon With Color
- Icons With Size Variations
- Social Icons
- Icon Hover
- Border
- Page Loader
- Accordion
- Tabs
- BG Image
- Overlay
- Forms
- Text Color
- BG Color
- Transition Effects
- Gary Scale Image
- Hover Effects
- Navigation Menu
- Side Navigation Menu
2. SLIDER SECTION
- Slider Revolution
- Bootstrap Carousel
- Carousel Fade
- Home Carousel Slider
- Owl Slider
- Owl Navigations
- Owl Paginations
- Text Slider
3. MAIN SECTION
- Special Features
- Features
- Additional Features
- Progress
- Portfolio / Work
- Work Process
- Pricing
-Ribbon
- Counter
- Pie Chart
- Item-box
- Twiiter Feed
- Blog
- Latest News
- Posts
- Video Post
- Meta
- Reply
- Testimonials
- Get a Quote
- Page Title Variations
- Background Video
- Google Map
- Contact Form
- Sitemap
4. SIDEBAR
- Tags
- Social Feed Widget
- Shop Widgets
- Price Range Filter
- Widget
- Newsletter
- Sticky Sidebar - NEW
5. PAGES
- Service Time-line
- Mail chimp
- Shopping Cart
- Zoom Product
- Masonry Grid
- Hosting Page
6. Footer
- Copyright
- Dark Section
- Bootstrap Elements
7 . Extras
- Space Adjustments
- Custom Height
- 4 Side Padding
- 4 Side Margin
- Top Padding
- Top Margin
- Bottom Padding
- Bottom Margin
- Top & Bottom Padding
- Top & Bottom Margin
- Item Box
- Carousel Custom height
/******************************************************************************
Global Style
*******************************************************************************/
body {
font-family: 'Arimo', sans-serif;
height: 100%;
line-height: 1.5;
font-style:normal;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
font-size: 16px;
color: #333;
}
input,
button,
select,
textarea {
font-family: 'Arimo', sans-serif;
}
/* Heading */
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.4;
font-family: 'Arimo', sans-serif;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 28px;
font-weight: 500;
text-transform:capitalize;
}
h4 {
font-size: 24px;
font-weight: 500;
line-height:1.5;
text-transform:capitalize;
}
h5 {
font-size: 1.3rem;
text-transform:capitalize;
}
h6 {
font-size: 16px;
line-height: 28px;
font-weight: 500;
/* text-transform:capitalize;*/
}
p {
font-family: 'Arimo', sans-serif;
font-size: 16px;
line-height: 1.5;
}
.head-no-margin h6{
margin-bottom:14px;
}
.upper{
text-transform:uppercase;
}
.lower{
text-transform:lowercase;
}
.text-small{
font-size: 12px;
line-height: 18px;
}
.read {
background-image: url('../img/rightarrow.png');
background-repeat: no-repeat;
padding: 0 0 0 7px;
color: #147a84;
}
/*.right {
float: right;
margin: 10px;
}
.left {
float: left;
margin: 10px;
}*/
hr{
border: 0;
border-top: 1px solid #e1e1e1;
border-top: 1px solid rgba(0,0,0,.1);
border-bottom: 0 none;
}
hr.white{
border: 0;
border-top: 1px solid #e1e1e1;
border-top: 1px solid rgba(255,255,255,1);
border-bottom: 0 none;
}
.highlight{
background:#cc0000;
padding:0 5px;
}
.bg-black{
background:#000;
}
/* List Style */
ol li{
list-style:inherit;
}
ul.list-style{
margin: 0 0 18px;
padding: 0 0 0 60px;
}
ul.list-style li{
position:relative;
line-height:1;
list-style: disc;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
}
.arrow-style {
margin: 0 0 22px;
padding: 0 0 0 60px;
}
.arrow-style li{
list-style: outside none none;
padding-bottom: 2px;
padding-left: 20px;
padding-top: 2px;
position: relative;
}
ul.arrow-style li:before{
content: "\f105";
display: block;
font-family: FontAwesome;
left: 0;
position: absolute;
top: 5px;
}
.product-page .description {
color: #7f7f7f;
margin-bottom:20px;
}
/* Links */
a {
color: #171717;
}
a:visited {
color: #171717;
text-decoration:none;
}
a:focus{
color: #171717;
text-decoration:none;
}
a:active {
color: #000;
}
a:hover {
color: #171717;
text-decoration:none;
}
a,
a:hover,
a:visited,
a:focus{
outline: 0 none;
}
.container {
max-width: 1200px;
width: 100%;
}
/* Positions */
.absolute{
position: absolute;
}
.relative{
position: relative;
}
/* Title */
.title{
font-family:'Oswald', sans-serif;
}
.section-title {
border-bottom-width: 0px;
margin-bottom: 40px;
position: relative;
}
.section-title h1{
text-transform:uppercase;
text-align:center;
font-size: 36px;
color: #cc0000;
font-weight: normal;
margin: 0 0 12px;
padding: 14px 0;
}
.section-title h2{
text-transform:uppercase;
text-align:center;
font-size: 28px;
font-weight: normal;
margin: 0 0 12px;
padding: 14px 0;
}
.section-title.text-left h2,
.section-title.text-left h1{
text-align:left;
}
.section-title h1:before ,
.section-title h2:before {
bottom: 0;
content: "";
display: block;
height: 2px;
left: 0;
right:0;
margin:-2px auto;
position: absolute;
width: 40px;
}
.section-title.text-left h2{
text-align:left;
}
.section-title.text-left h1:before ,
.section-title.text-left h2:before{
left: 0;
margin-left: 0;
}
.title-description {
padding-bottom: 50px;
}
.title i{
margin-right:7px;
}
/* Layout */
section,
.footer-widget,
.copyright{
position:relative;
}
.wide .container{
width:100%;
}
.boxed {
background: none repeat scroll 0 0 #fff;
margin: 0 auto;
max-width: 1200px;
padding-top: 20px;
}
.boxed #page{
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
position: relative;
}
.boxed .sticky-wrapper.is-sticky #sticker,
.boxed .sticky-wrapper{
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.page-section{
padding:60px 0;
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
/* Button */
.btn{
line-height: 22px;
outline: none;
padding: 9px 20px;
border:none;
}
.btn:hover{
-webkit-transition: background .2s linear, color .2s linear;
transition: background .2s linear, color .2s linear;
}
.btn-default:hover{
color:#ffffff;
}
.btn .btn-sm{
font-size: 15px;
padding: 16px 45px;
}
.btn.btn-lg { font-size: 15px; padding: 16px 45px; }
.transparent-header.top-bar .sticky-wrapper {
top:45px;
}
.btn-black{
background:#000;
color:#fff!important;
}
.btn-black:hover{
opacity:.8;
}
.btn-danger {
background-color:#cc0000;
}
.btn-blue{
background-color:#084999;
}
.btn-blue:hover{
opacity:.8;
}
.i-unset{
line-height:unset!important;
}
/* Animation */
.animated{
visibility:hidden;
}
.visible{
visibility:visible;
}
/* Border */
* {
border-color: #e1e1e1;
border-style: solid;
border-width: 0;
zoom: 1;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
outline: none !important;
}
.border-color{
border-width:1px;
}
.border2-color{
border-width:2px;
}
.border-white{
border:1px solid #ffffff;
}
.border2-white{
border:1px solid #ffffff;
}
.border-black{
border:1px solid #000000;
}
.border2-black{
border:2px solid #000000;
}
/* Page Loader */
#pageloader {
background-color:#FFFFFF;
height:100%;
position:fixed;
top:0;
width:100%;
z-index:9999;
}
.loader-item {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:3px solid rgba(0,0,0,0) !important;
border-left:3px solid;
border-radius:200px;
-moz-border-radius:200px;
-webkit-border-radius:200px;
border-right:3px solid;
border-top:3px solid;
height:40px;
left:50%;
margin:-20px 0 0 -20px;
position:absolute;
text-align:center;
top:50%;
width:40px;
}
.loader-item h2 {
color:#CCCCCC;
font-size:20px;
margin:0 auto;
}
/* Accordion */
.panel-group .panel .panel-heading > .panel-title > a {
border-bottom: 1px dotted #f2f2f2;
color: #1e1e1e;
font-weight: 600;
line-height: 22px;
transition: background-color 0.2s linear 0s;
}
.panel-group.no-list .panel .panel-heading > .panel-title > a,
.panel-group.no-list .panel .panel-heading > .panel-title > a:hover,
.panel-group.no-list .active.panel .panel-heading > .panel-title > a,
.panel-group.no-list .active.panel .panel-heading > .panel-title > a:hover {
padding: 9px 9px 9px 0;
}
.panel-group .active.panel .panel-heading > .panel-title {
border-bottom: 1px solid #f2f2f2;
}
.panel-group .panel .panel-heading {
background-color: inherit;
padding: 0;
position: relative;
}
.panel-default > .panel-heading {
color: #1e1e1e;
}
.panel-group .panel {
background-color: inherit;
border: 0 none;
border-radius: 0;
box-shadow: none;
}
/* Updated */
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top:1px solid #eee;
}
/* Updated */
.panel-group .panel + .panel{
margin-top: 0px;
}
.panel-group .panel-body {
padding: 10px 0 10px 1px;
}
.panel-title a{
display:block;
}
.panel-title a i{
padding-right:5px;
}
.panel-group.list-style .panel .panel-heading > .panel-title:before {
content: "\f105";
display: block;
font-family: FontAwesome;
left: 7px;
position: absolute;
top: 5px;
}
.panel-group.list-style .panel .panel-heading > .panel-title > a {
padding: 9px 9px 9px 25px;
line-height: 22px;
}
.panel-group .mix{
width:100%;
}
/* Tabs */
.tab-content{
margin-bottom:20px;
margin-top:20px;
}
.left-tabs > .nav-tabs{
border-width: 0;
float: left;
margin: 0 -1px 0 0;
}
.right-tabs > .nav-tabs{
border-width: 0;
float: right;
margin: 0 -1px 0 0;
}
.left-tabs > .nav-tabs li,
.right-tabs > .nav-tabs li{
float:none;
display:block;
}
.left-tabs >.nav-tabs > li.active > a,
.left-tabs >.nav-tabs > li.active > a:focus,
.left-tabs >.nav-tabs > li.active > a:hover{
border-width:1px;
border-style: solid none solid solid;
border-color: #ddd;
}
.right-tabs >.nav-tabs > li.active > a,
.right-tabs >.nav-tabs > li.active > a:focus,
.right-tabs >.nav-tabs > li.active > a:hover{
border-width:1px;
border-style: solid solid solid none;
border-color: #ddd;
}
.left-tabs > .nav-tabs li a{
border-right:1px solid #ddd;
}
.right-tabs > .nav-tabs li a{
border-left:1px solid #ddd;
}
.left-tabs >.nav-tabs{
margin-right:20px;
}
.nav-tabs {
margin-bottom: 0;
margin-left: 0;
}
.nav-tabs > li > a {
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
color: #1e1e1e;
font-size: 12px;
padding: 10px 20px 11px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.nav > li > a:hover,
.nav > li > a:focus{
background-color: #f7f7f7;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
border: 1px solid #e1e1e1;
border-bottom-color: transparent;
color: #1e1e1e;
font-weight: bold;
}
.nav-tabs > .active.dropdown > a {
z-index: 911;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
padding: 36px 0 0;
}
.tab-content.border{
padding:0 20px 20px 20px;
border:1px solid #ddd;
border-top:0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
float: none;
margin: 0;
}
.tabs-bottom .tab-content > .tab-pane,
.tabs-bottom .pill-content > .pill-pane,
.tabs-bottom .tab-content {
padding: 0px 0 0;
margin:0;
}
.tabs-bottom.tab-style.dark .nav-tabs {
text-align:center;
float: none;
border:0;
}
.tabs-bottom > .nav-tabs > li{
float: none;
margin: 0;
display:inline-block;
}
.tabs.border{
border:0;
}
.tabs.border > .nav-tabs > li > a{
border:1px solid #ddd;
}
.tabs.border > .nav-tabs > li.active > a{
border-bottom:1px solid transparent;
}
.tabs-right > .nav-tabs > li > a,
.tabs-bottom > .nav-tabs > li > a {
min-width: 110px;
margin-right: 0;
margin-bottom: 3px;
border:1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
min-width: 110px;
margin-right: 0;
margin-bottom: 3px;
border:1px solid #ddd;
}
.tabs-left > .nav-tabs {
border: 0 none;
border-right: 1px solid #ddd;
float: left;
margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
border-left: 1px solid #ddd;
margin: 0;
overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
border: 0 none;
border-left: 1px solid #ddd;
float: right;
margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
border-right: 1px solid #ddd;
margin: 0;
overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
padding: 0 20px 0 0;
}
.tabs-right.no-pad > .tab-content > .tab-pane,
.tabs-left.no-pad > .tab-content > .tab-pane {
padding: 0 0px 0 0;
}
.tab-style .nav-tabs{
border-left:0;
}
.tabs-bottom.tab-style > .nav-tabs > li{
border-radius: 4px;
}
.tabs-bottom.tab-style > .nav-tabs > li > a {
border-radius: 4px;
margin-left: 0px;
margin-bottom:0px;
color:#ffffff;
border:0;
}
.tab-style > .nav-tabs > li > a {
border-radius: 4px;
margin-left: -1px;
margin-bottom:5px;
color:#ffffff;
}
.tab-style > .nav-tabs > li {
background:rgba(0,0,0,.2);
}
.tab-style.dark > .nav-tabs > li {
background:rgba(0,0,0,.7);
}
.tab-style.dark .nav-tabs{
border-left: inherit;
margin:0 !important;
}
.tab-style > .nav-tabs .active > a,
.tab-style > .nav-tabs .active > a:hover,
.tab-style > .nav-tabs .active > a:focus ,
.tab-style > .nav-tabs > li > a:hover,
.tab-style > .nav-tabs > li > a:focus{
background:rgba(0,0,0,.7);
color:#f7f7f7;
font-weight:normal;
}
.tab-style > .tab-content{
border:0;
}
.tab-style > .nav-tabs .active > a, .tab-style > .nav-tabs .active > a:hover, .tab-style > .nav-tabs .active > a:focus{
border:1px solid rgba(0,0,0,.2);
}
/* Top Up Tab Added */
.top-up{
text-align:center;
}
.top-up .nav-tabs{
display: table;
width: 100%;
}
.top-up .nav-tabs > li{
float:none;
width:33.333%;
display: table-cell;
}
.top-up .nav-tabs > li a {
display: block;
text-align: center;
font-size:15px;
padding-bottom:20px;
padding-top:20px;
margin:0;
border:0;
position:relative;
color:#ffffff;
font-weight:500;
}
.top-up .nav-tabs > li a:hover{
border:0;
margin:0;
}
.top-up .nav-tabs > li.active > a,
.top-up .nav-tabs > li.active > a:focus,
.top-up .nav-tabs > li.active > a:hover{
background:transparent;
border:0;
margin:0;
font-weight:500;
color:#222;
}
.top-up .nav-tabs > li.active > a:before,
.top-up .nav-tabs > li.active > a:focus:before,
.top-up .nav-tabs > li.active > a:hover:before{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e1e1e1 transparent transparent;
border-image: none;
border-style: solid;
border-width: 15px;
bottom: -30px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
left: 0;
margin: 0 auto;
right: 0;
}
.top-up .nav-tabs > li.active > a:after,
.top-up .nav-tabs > li.active > a:focus:after,
.top-up .nav-tabs > li.active > a:hover:after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border-style: solid;
border-width: 15px;
bottom: -28px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
left: 0;
margin: 0 auto;
right: 0;
}
/* BG Image */
.image-bg{
width: 100%;
display: block;
position: relative;
overflow: hidden;
background-attachment:fixed;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 560px;
}
.image-bg.fixed{
background-attachment: fixed;
}
.image-bg.content-in{
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 0;
z-index: 0;
min-height:unset;
}
/* Overlay */
.overlay {
background:#000;
height: 100%;
position:absolute;
top:0;
left:0;
right:0;
opacity: 0.4;
width: 100%;
}
.image-bg .overlay {
background: #9e9e9e;
height: 100%;
opacity: .8;
width: 100%;
}
/* Text Color */
.white{
color:#ffffff;
}
.white a:not(.btn){
color:#ffffff;
}
.black{
color:#000000;
}
/* BG Color */
.light-bg { background: #e2dddd; }
.white-bg{
background: #ffffff;
}
/* Transition Effects */
.item-box:hover i{
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
/* Image */
img {
height: auto;
max-width: 100%;
}
img.pull-right{
padding:0 0 15px 15px;
}
img.pull-left{
padding:15px 15px 0 0;
}
html.opacity img{
padding-bottom:0;
}
body .opacity img{
padding-bottom:10px;
}
html.opacity:hover img{
opacity:1;
}
body .opacity:hover img{
opacity:.8;
}
.img-center{
margin-left:auto;
margin-right:auto;
}
/* Double Image */
.double-img {
position:relative;
}
.image-right {
margin-left:-25%;
position:relative;
}
/* Gary Scale Image */
.grayscale img{
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"); /* Firefox 10+, Firefox on Android */
filter: gray;
-webkit-filter: grayscale(100%);
}
.grayscale img:hover{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
/******************************************************************************
Hover Effects
*******************************************************************************/
.pricing:hover .title a,
.process-content:hover .title,
.portfolio-grid .grids:hover img,
.btn:hover,
.icons-hover-color:hover i,
.get-a-quote:hover a,
.get-a-quote a,
.link-hover-black a:hover,
.icons-hover-black i:hover,
.link-hover-black a,
.icons-hover-black i,
i:hover,
i,
.timeliner li:hover .timeline-heading h4.subheading,
.timeliner li .timeline-heading h4.subheading,
.timeliner li:hover .timeline-image,
.timeliner li .timeline-image,
.opacity:hover img,
.opacity img,
.submit,
.submit:hover,
.icon-6 span,
.icon-6 span:hover,
.blog.timeliner>li:hover .timeline-image,
.blog.timeliner>li:hover .timeline-icon{
transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-o-transition:all 350ms ease-in-out 0s;
}
/* Hover Zoom Effects */
.zoom:hover i{
transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform: scale(1.1);
}
/* Hover Rotate Effects */
.rotate:hover i{
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}
/* Endless Rotating */
@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
/******************************************************************************
Navigation Menu
*******************************************************************************/
.header-wrapper{
border:1px solid rgba(0,0,0,.1);
}
.sticky-wrapper.is-sticky #sticker,
.sticky-wrapper{
z-index:9999;
}
.navbar{
margin-bottom:0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover{
background:none;
}
.sticky-menu{
z-index: inherit;
}
.navbar-nav > li >a {
line-height: 10px;
}
/********side tab navbar***************************************8888*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #fff; cursor: default; background-color: #cc0000; border: 1px solid #ddd; border-bottom-color: transparent; }
.right-box {
background-color:#e8e8e8;
/* width: 45%;*/
padding: 0;
float:right;
margin: 10px 16px;
border:2px solid #ddd;
}
.right-nobox {
/* width: 45%;*/
padding: 0;
float:right;
margin: 10px 16px;
}
.left-box {
float:left;
clear:both;
margin: 10px 16px;
padding: 0;
border:2px solid #CCC;
}
.left-nobox {
float:left;
clear:both;
margin: 10px 16px;
padding: 0;
}
/*--------------- Side Navigation Menu--------------*/
.side-nav #main{
padding:0;
}
.side-nav header nav{
left:0;
right:0;
top:0;
position:absolute;
}
.side-nav header .navbar-default {
background:none;
border:none;
position:absolute;
z-index:99;
top:25px;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
#navigation-menu{
line-height:2;
color:#171717;
}
.side-nav header .navbar-nav{
float: right !important;
margin-right: -15px
}
.side-nav header .navbar-default .navbar-nav > li > a{
font-size:45px;
padding:0;
}
.side-nav header .nav > li > a.active{
color:#cc0000;
}
.side-nav header .nav-fixed {
margin: auto;
position: fixed;
right: 0;
top: 0;
}
.side-nav header .nav-fixed > li {
float: right;
}
.side-nav header #sticky.nav-fixed a {
background:rgba(0, 0, 0, 0.8);
height: 100px;
line-height: 100px;
text-align: center;
width: 100px;
color:#cc0000;
}
/*------------MENU------------*/
.side-nav header #wrapper .toggle-menu{
background:#000;
width:50%;
height:100%;
position: fixed;
overflow-y: auto;
right:-50%;
top:0;
z-index:999;
}
.side-nav header #wrapper .close-menu{
float:right;
font-size:50px;
height:100px;
width:100px;
line-height: 100px;
text-align: center;
display:block;
background: #cc0000;
}
.side-nav header #wrapper .nav{
padding:130px 0 0 77px;
}
.side-nav header .nav > li > .sub{
padding:0 0 0 40px;
}
.side-nav header .nav > li > a,
.side-nav header .nav > li > .sub a{
color:#ccc;
font-size:17px;
text-transform:uppercase;
font-weight:600;
letter-spacing: 2px;
padding: 10px 22px;
text-decoration:none;
}
.side-nav header .nav > li > a:focus{
background:none;
}
.side-nav header .nav > li > .sub a{
line-height:3;
}
.side-nav header #wrapper .close-menu a,
.side-nav header #navigation-close.close-menu:hover{
color:#171717;
}
.side-nav header .nav > li > a:hover, .nav > li > a:focus{
background:transparent;
}
.side-nav header .nav > li.active{
position:relative;
}
.side-nav header .nav > li.active:before{
height:20px;
content:"";
width:77px;
left:-77px;
position:absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
/*---STICKY----*/
.side-nav header .sticky-wrapper.is-sticky .nav {
background: none repeat scroll 0 0 black;
padding: 15px 20px;
right: 15px;
}
/******************************************************************************
SLIDER SECTION
*******************************************************************************/
/*Revolution Slider */
.tp-caption {
white-space: inherit;
}
.tp-caption.bold{
font-size: 65px;
font-weight: bold;
text-transform:uppercase;
margin: 0;
line-height: 75px;
}
.tp-caption.description {
font-size: 15px !important;
line-height: 25px;
font-family: 'Arimo', sans-serif;
}
.tparrows:before {
margin-top: 4px;
font-size: 18px;
}
.tparrows {
-webkit-border-radius: 50%;
border-radius: 50%;
background: rgba(255,196,0,.4) !important;
background:rgba(204, 0, 0, 0.40) !important;
}
.tp-banner{
z-index:0;
}
.slider.rs-slider-full{
float:left;
width:100%;
}
.slider.rs-slider {
background: none;
border: 0 none;
max-height: 700px;
overflow: hidden;
padding: 0;
position: relative;
z-index:0;
}
.slider.rs-slider-full {
height:auto;
background:none;
padding:0;
}
p.tp-caption.button-block{
width:100%;
left:0!important;
}
p.tp-caption.button-block a{
margin:0 5px;
}
.transparent .slider.rs-slider {
max-height: 700px;
}
.slider.load .tp-banner-container {
visibility: hidden;
}
.slider.rs-slider .container {
position: relative;
}
.slider.rs-slider .title {
font-size: 40px;
font-weight: normal;
margin: 0;
}
.slider.rs-slider .title.bold,
.slider .bold {
font-size: 65px;
font-weight: bold;
text-transform:uppercase;
margin: 0;
line-height: 75px;
}
.white .tp-caption,.text-white{
color:#fff;
}
.slider.rs-slider .description {
font-size: 15px !important;
line-height: 25px;
margin: 0;
padding: 0 15px;
}
.slider.rs-slider .btn {
}
.slider.rs-slider .btn.orang {
background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
background: #752033;
}
.slider.rs-slider .phone-text {
font-size: 17px;
}
.tp-caption a {
color: #000;
}
.tp-caption a:hover {
color: #fff;
}
.rs-slider ul {
list-style: none;
margin: 0;
padding: 0;
}
.tp-bannertimer {
background: #777 !important;
background: rgba(0,0,0,0.1) !important;
height: 0px !important;
}
.tp-bullets.simplebullets.navbar {
height: 35px;
padding: 0;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet {
background: #fff;
background: rgba(255,255,255,.5);
-webkit-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0 none !important;
display: inline-block;
height: 14px;
float: none;
margin: 0 3px;
-webkit-transition: all .3s linear;
transition: all .3s linear;
vertical-align: top;
width: 14px;
}
.tp-bullets.simplebullets .bullet.last {
margin-right: 0px
}
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
background: #fff;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
background: rgba(255,255,255,.7);
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.slider.rs-slider .tparrows {
background: #1e1e1e;
background: rgba(30, 30, 30, 0.5);
-webkit-border-radius: 100%;
border-radius:100%;
cursor: pointer;
height: 40px !important;
width: 40px !important;
-webkit-transition: background .3s linear;
transition: background .3s linear;
-webkit-transition: opacity 0.2s ease-out;
-webkit-transform: inherit;
z-index: 50 !important;
}
.slider.rs-slider .tparrows:before {
font-family: 'revicons';
color: #fff;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
margin-right: 0;
margin-top: 3px;
text-align: center;
width: 40px;
font-size: 19px;
}
.tp-leftarrow:before {
content: '\e824';
}
.slider.rs-slider-full .tp-leftarrow:before,.slider.rs-slider-full .tp-rightarrow:before{
content:none;
}
.tp-rightarrow:before {
content: '\e825';
}
.slider.rs-slider .tparrows:hover {
background: #1e1e1e;
-webkit-transition: background .3s linear;
transition: background .3s linear;
}
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
color: #000 !important;
}
.slider4container .tparrows {
background: #fff !important;
background: rgba(255,255,255,0.5) !important;
}
.slider4container .tparrows:hover {
background:#fff !important
}
.slider.rs-slider .tp-loader {
background-image: url("../img/svg/loader.svg"), none;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 40px;
background-color: inherit;
height: 40px;
margin: -20px 0 0 -20px;
width: 40px;
z-index: 700;
}
.layerslider {
margin: 0 auto;
}
.slider.rs-slider.full-width {
max-height: inherit;
}
.slider.rs-slider.full-width .title {
font-size: 60px;
line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
font-size: 14px !important;
font-weight: bold;
line-height: 31px;
letter-spacing: 1px;
padding: 0;
text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
border: 2px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
font-size: 180%;
height: 36px;
line-height: 32px;
margin-left: 10px;
padding: 0 0 0 3px;
text-align: center;
vertical-align: middle;
width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
opacity: .8;
}
.slider.rs-slider.full-width .tp-rightarrow,
.slider.rs-slider.full-width .tp-leftarrow {
display: none !important;
}
.tp-caption p {
line-height: 25px;
}
.rs-slider-full .tparrows{
background:none!important;
}
.rs-slider-full .tp-rightarrow{
right:-10px!important;
}
/* Bootstrap Carousel */
.carousel-control {
top: 0;
width: 10%;
}
.carousel-control .fa, .carousel-control .icon-prev, .carousel-control .icon-next {
font-size: 25px;
height: 30px;
margin-top: -15px;
width: 30px;
}
.carousel-control .fa-angle-right {
margin-left: -25px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa {
display: inline-block;
position: absolute;
top: 50%;
z-index: 5;
}
.col-md-3.mix .carousel-indicators ,
.col-md-4.mix .carousel-indicators,
.grid-item .carousel-indicators{
bottom: -7px;
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
background-image:none;
}
/* Carousel Fade */
.carousel-fade .carousel-inner .item {
opacity: .8;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel.full-width{
width: 100% !important;
}
.carousel.full-width .item img,
.carousel.full-width .item{
display: block;
width: 100%;
}
.carousel-style .next,
.carousel-style .prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.carousel-style .prev {
left: 0;
z-index:9999;
margin: -7px 0 0 -30px;
}
.carousel-style .next {
right: 0;
z-index:9999;
margin: 0 20px 0 0 !important;
}
.carousel-style .next i,
.carousel-style .prev i{
padding:10px;
background-color:rgba(0,0,0,.2);
}
.carousel-caption {
bottom: auto;
left: 7%;
position: absolute;
right: 7%;
top: 50%;
transform: translateY(-50%);
z-index:0;
}
#main-slider.carousel{
width:100%;
}
/* Home Carousel Slider */
#main-slider.carousel{
width:100%;
clear:both;
}
#main-slider .carousel .item .carousel-caption {
opacity: 0;
}
#main-slider h1 {
font-size: 55px;
font-weight: bold;
text-transform:uppercase;
margin: 0;
line-height: 75px;
}
#main-slider .carousel .item.active .carousel-caption{
opacity: 1;
}
#main-slider .description,
.description.medium{
font-size: 18px !important;
font-weight:300;
line-height: 30px;
margin: 0;
}
.black{
text-shadow:none;
}
.text-shadow{
text-shadow:1px 1px 1px rgba(0,0,0,.4);
}
#main-slider .active .animation.animated-item-1 {
-webkit-animation: fadeInUp 300ms linear 300ms both;
-moz-animation: fadeInUp 300ms linear 300ms both;
-o-animation: fadeInUp 300ms linear 300ms both;
animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
-webkit-animation: fadeInUp 300ms linear 600ms both;
-moz-animation: fadeInUp 300ms linear 600ms both;
-o-animation: fadeInUp 300ms linear 600ms both;
animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
-webkit-animation: fadeInUp 300ms linear 900ms both;
-moz-animation: fadeInUp 300ms linear 900ms both;
-o-animation: fadeInUp 300ms linear 900ms both;
animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
-webkit-animation: fadeInUp 300ms linear 1200ms both;
-moz-animation: fadeInUp 300ms linear 1200ms both;
-o-animation: fadeInUp 300ms linear 1200ms both;
animation: fadeInUp 300ms linear 1200ms both;
}
/******************************************************************************
Text Slider
*******************************************************************************/
.text-slider{
padding:250px 0;
background:url(../img/sections/slider/slider8-bg.jpg) no-repeat;
}
.text-slider h1{
font-size: 55px;
font-weight: bold;
line-height: 75px;
margin: 0;
text-align:center;
text-transform: uppercase;
}
.text-slider p.description{
margin-bottom:20px;
}
.text-slider p{
text-align:center;
}
.text-slider p a.btn{
margin:0 5px;
}
.text-slider .typed-cursor{
animation:fadeIn 0.6s alternate infinite;
-o-animation:fadeIn 0.6s alternate infinite;
-moz-animation:fadeIn 0.6s alternate infinite;
-webkit-animation:fadeIn 0.6s alternate infinite;
}
/******************************************************************************
MAIN SECTION
*******************************************************************************/
/* display grid */
.products-card{
background-color: lightslategrey;
background-color: #a6a5b5;
box-shadow: 3px 3px 2px #2f4f4fbf;
}
.products-card-text {
padding: 7px 0;
background-color:#1f3072;
text-align: center;
color: white;
}
/**********************************************
Portfolio / Work
*************************************************/
.work-section .nav li,
.mixed-grid .nav li{
padding:7px 15px;
margin:0 20px 30px 20px;
border-radius: 3px;
border:1px solid transparent;
color:#ffffff;
text-transform:capitalize;
}
.work-section .nav.black li,
.mixed-grid .nav.black li{
color:#171717;
}
.work-section .nav li.active,
.work-section .nav li:hover,
.mixed-grid .nav li.active,
.mixed-grid .nav li:hover{
border:1px solid #ffffff;
cursor:pointer;
color:#ffffff;
}
.work-section .nav.black li.active,
.work-section .nav.black li:hover,
.mixed-grid .nav.black li.active,
.mixed-grid .nav.black li:hover{
border:1px solid #171717;
cursor:pointer;
color:#171717;
}
.work-section .nav-pills{
text-align:center;
}
.work-section .portfolio-grid .grid{
max-width:400px;
}
.portfolio-grid .grid img{
margin:0px auto;
}
.work-section .nav > li,
.mixed-grid .nav > li{
float:none;
display:inline-block;
}
#mix-container .mix{
display: none;
padding:10px;
}
.figcaption{
width:100%;
}
.figcaption{
position:absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
opacity:0;
text-align:center;
color:#ffffff;
padding:20px;
width:100%;
left:0;
right:0;
}
.figcaption i{
color:#ffffff;
padding:10px;
background:rgba(0,0,0,.8);
border-radius:50%;
}
.portfolio-grid .grids:hover .figcaption{
position:absolute;
opacity:0.8;
opacity:1;
}
.portfolio-grid .grids:hover img{
opacity:.5;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.portfolio-grid .grid {
position:relative;
background-color:rgba(0, 0, 0, 0.01);
background-color: red;
background-color: rgba(0,0,0,.075);
}
.img-overlay{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
opacity: 1;
}
.project-meta{
margin-bottom:20px;
}
.grid-list .grids{
border-bottom:1px solid rgba(0,0,0,.2);
padding-bottom:40px !important;
margin-bottom:30px !important;
}
.grid-list .title{
margin-bottom:8px;
}
.grid-list .description{
margin-bottom:15px;
font-style:italic;
font-size:12px;
}
/****************************************
Work Process
*******************************************/
.work-process-box{
border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius: 100%;
border:1px solid #cccccc;
background-color:#f7f7f7;
width: 250px;
height: 250px;
text-align:center;
display: table;
margin:20px auto;
}
/* Updated */
.work-process-box.square{
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius: 0;
}
.work-process-box .title{
border-bottom:1px solid #ccc;
padding-bottom:10px;
margin-bottom:15px;
}
.work-process-box .process-content{
vertical-align:middle;
display: table-cell;
padding:50px;
position:relative;
}
.work-process-box .item-number{
position:absolute;
color:#333333;
padding:8px 0;
right:20px;
top:10px;
content:"";
width:40px;
height:40px;
border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius: 100%;
}
/* Updated */
.work-process-box .item-number.square{
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius: 0;
}
.work-process-box.square .item-number.square{
right:10px;
}
/* Item-box */
.item-box{
padding-bottom:40px;
}
.item-box i{
color: #1e1e1e;
display: block;
left: 15px;
margin: 0 15px 0 0;
position: absolute;
text-align: center;
text-decoration: none;
transition: opacity 0.2s linear 0s;
}
.white .item-box a:not(.btn){
color: #ffffff;
display: inline-block;
transition: opacity 0.2s linear 0s;
}
.item-box a:not(.btn){
color: #171717;
display: inline-block;
transition: opacity 0.2s linear 0s;
}
.item-box a {
margin-left: 50px;
}
.item-box.icons-circle a,
.item-box.icons-rounded a,
.item-box.icons-square a{
margin-left: 70px;
}
.item-box.inverse a:hover i{
color: #171717;
}
.item-box.icons-color:hover i{
color: #171717;
}
.item-box.icons-color.hover-white:hover i{
color: #ffffff;
}
/* Meta */
.meta,
.post-meta{
font-size: 11px;
font-style:italic;
margin-top:10px;
color:#7f7f7f;
}
.post-meta span,
.meta span{
font-size: 12px;
margin-right:8px;
}
.post-meta span.category{
margin-right:0px;
}
.post-meta i,
.meta i{
margin-right:6px;
margin-top:5px;
}
.name{
font-size: 18px;
margin: 0;
padding: 25px 0 15px;
position: relative;
}
.name:before {
bottom: 0;
content: "";
height: 2px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 40px;
}
.description.text-left .name:before{
right:auto;
left:0;
}
.text-left.i-3x i{
width: auto;
margin-right: 12px;
}
.role{
padding-bottom:12px;
padding-top:8px;
}
/* Reply */
.author-img{
margin-right:15px;
}
.comment-item{
margin-bottom:30px;
padding-bottom:20px;
border-bottom:1px dashed #cccccc;
}
/* Testimonials */
.testimonails blockquote{
font-size:15px;
font-style:italic;
margin-bottom:0;
}
.client-details{
font-size:12px;
margin:8px 0;
}
.client-details strong{
display:block;
font-size:14px;
}
.client-details span{
color:#7f7f7f;
font-style:italic;
}
.client-details span.white{
color:#ffffff;
}
.desc-border blockquote,
.quote blockquote,
.no-border blockquote{
border-left:0;
}
.no-border blockquote{
padding: 0px;
}
.desc-border{
border: 1px solid;
border-radius:5px;
margin-bottom:15px;
}
.desc-border .star-rating{
padding:5px 0 12px 0;
}
.inline strong,
.inline span,
.inline div,
.inline p{
display:inline-block;
}
.item{
position:relative;
}
.testimonails .item > p{
padding:0 15px;
}
/* Add arrow at bottom of section */
.bottom-arrow{
position:relative;
}
.bottom-arrow:before{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e1e1e1 transparent transparent;
border-image: none;
border-right: 10px solid transparent;
border-style: solid;
border-width: 10px;
bottom: -20px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
}
.bottom-arrow:before,
.bottom-arrow:after{
left: 0;
margin: 0 auto;
right: 0;
}
.bottom-arrow:after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #fff transparent transparent;
border-image: none;
border-right: 10px solid transparent;
border-style: solid;
border-width: 10px;
bottom: -18px;
content: "";
display: block;
height: 0;
position: absolute;
width: 0;
}
.bottom-arrow.light:after{
border-color: #f7f7f7 transparent transparent;
}
/************
Transparent Header
******************/
.transparent-header.dark-header .navbar{
background:none;
margin-top:45px;
/* max-height:50px;*/
background:rgba(255,255,255,0.5);
}
.transparent-header.dark-header .sticky-wrapper.is-sticky .navbar{
background:#222;
background:none;
background:rgba(255,255,255,0.5);
}
.transparent-header .sticky-wrapper{
z-index:999;
}
/******************************************************************************
Page Title Variations
*******************************************************************************/
.page-header{
position:relative;
}
.page-header h5{
font-weight:300;
margin-top:10px;
margin-bottom:10px;
}
.page-header .container::before{
content:none;
}
#page .page-title-left .breadcrumb{
left: auto;
margin: -10px 0 0;
padding: 0;
position: absolute;
right: 15px;
top: 50%;
width: auto;
background:none;
}
.page-title-right{
text-align:right;
}
#page .page-title-right .breadcrumb{
right:auto;
left:15px;
margin: -10px 0 0;
padding: 0;
position: absolute;
top: 50%;
width: auto;
}
.page-title-center{
text-align:center;
}
.page-title-pattern{
background:url(../img/sections/bg/pattern-bg.png) repeat;
}
.page-title-left.mini h1.title{
font-size:15px;
}
.page-title-left.dark,.page-title-left.dark .breadcrumb > li > a{
background:#252525;
color:#fff;
}
.page-header #bg-video,header#my-video{
min-height:130px;
background:transparent;
}
.page-header .mbYTP_wrapper {
z-index: 0 !important;
}
.page-header .image-bg{
min-height:inherit;
}
/******************************************************************************
Pages
*******************************************************************************/
.page-header{
border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
padding: 30px 0;
background-color:#f2f2f2;
margin: 0px;
}
.page-header h1{
margin:0;
font-size:42px;
text-transform:capitalize;
}
/* Shop Widgets
.widget .price{
font-size:18px;
}
.widget .shop h5{
font-size:16px;
font-weight:500;
margin-bottom:10px;
}
.widget .price {
padding-bottom:10px;
}
.widget .price del{
margin-right:10px;
font-size:14px;
}*/
/*Photo Gallery*/
.gallery-list{
list-style:none;
padding-left:0;
}
.gallery-list > li{
position:relative;
}
.gallery-list > li i{
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.gallery-list > li p{
margin-left:30px;
margin-bottom:20px;
}
.header .primary .navbar .nav > li > a.btn.btn-default{
background-color: #cc0000;
border: 0 none;
border-radius: 3px;
box-shadow: none;
color: #333;
filter: none;
line-height: 22px;
outline: medium none;
padding: 9px 20px;
text-shadow: none;
transition: background 0.2s linear 0s, color 0.2s linear 0s;
white-space: normal;
margin-top:15px;
margin-right:10px;
}
/*Charity*/
#about-us blockquote{
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 16px;
font-style: italic;
line-height: 1.625;
margin-bottom: 0;
}
/*Fashion page*/
.portfolio-grid.fashion .grids{
width:20%;
}
.progress-bar.light-bg {
background-color: #ffffff !important;
}
.portfolio-title {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
color: #ffffff;
left: 0;
margin: 0 auto !important;
opacity: 0;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}
.grid-item:hover img{
opacity:0.5;
}
.grid-item:hover .portfolio-title {
opacity: 1;
}
/*spa*/
#get-quote-1{
float:left;
width:100%;
}
/*----------Wedding-----------*/
.red, .icon.red {
color: #ff0000;
}
/*Real Estate*/
.border {
border-width: 1px;
}
.work{
position:relative;
}
.work .work-title {
left: 0;
right:0;
position:absolute;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.work .title {
bottom: 46px;
font-size: 18px;
font-weight: bold;
line-height: 20px;
margin: 7px;
opacity:0;
text-align: center;
}
.work .work-title > .btn{
opacity:0;
}
.work:hover .title{
opacity:1;
color:#fff;
}
.work:hover .work-title > .btn{
opacity:1;
}
.work .bg-hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s ease-out 0s;
}
.work:hover .bg-hover {
opacity: 1;
transition: all 0.2s ease-in 0s;
}
/*Motor Page*/
.carousel{
position: relative;
}
.carousel-inner.no-pad .carousel-caption{
left:0%;
right:0%;
padding-left:20px;
padding-right:20px;
bottom:0;
height:110px;
padding-bottom:0;
}
.motor .carousel-inner.no-pad .carousel-caption{
top:auto;
transform:none;
-ms-transform:none;
-moz-transform:none;
-o-transform:none;
-webkit-transform:none;
}
.right-pagination.carousel-indicators{
width:100%;
right:0;
left:0;
text-align:right;
padding:0 20px 0 0;
margin:0;
}
.caption-bg .carousel-caption{
background:rgba(0,0,0,.5);
}
.carousel-caption.text-left{
text-align:left;
}
.carousel-caption.text-right{
text-align:right;
}
.full-width-slider .carousel-inner > .item > img,
.full-width-slider .carousel-inner > .item > a > img{
width:100%;
}
.full-width-slider .carousel-control.right{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.2) 100%);
}
.full-width-slider .carousel-control.left{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
background-image:none;
}
.carousel-control.left .fa,
.carousel-control.right .fa{
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
height: 37px;
line-height: 33px;
padding-left: 2px;
width: 40px;
}
.carousel-control.left .fa{
padding-left: 0px;
}
.tab-content.border {
border:1px solid #ddd;
border-top:none;
padding: 0 20px 20px;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
padding: 36px 0 0;
}
.motor .form-control {
margin-bottom: 25px;
}
/* Masonry Grid */
.grid-col-2 .grid-item ,
.grid-col-2 .grid-sizer{
margin:0px 0px;
padding:0px 0;
width:50%;
}
.grid-col-2 .grid-item .post {
padding:0 30px 0 0;
}
.grid-col-3 .grid-item,
.grid-col-3 .grid-sizer {
margin:0px 0px;
padding:0px 0;
width:33.3%;
}
.grid-col-4 .grid-item,
.grid-col-4 .grid-sizer {
margin:0px 0px;
width:25%;
}
.grid-col-5 .grid-item,
.grid-col-5 .grid-sizer {
margin:0px 0px;
width:20%;
}
.grid-col-6 .grid-item,
.grid-col-6 .grid-sizer {
margin:0px 0px;
width:16%;
}
.pad.mixed-grid .grid-col-6 .img-overlay{
margin: 14px;
}
.pad.mixed-grid .grid-col-6 .item .img-overlay{
margin: 7px;
}
.pad.mixed-grid .grid-col-6 .figcaption{
padding: 15px 26px;
}
.grid-col-6 .grid-item h4,
.grid-col-6 .grid-sizer h4{
font-size:13px;
margin-bottom:5px;
}
/* Masonry With Gap */
.pad.mixed-grid{
margin:0 -15px;
}
.pad.mixed-grid .grid-item{
padding:8px;
}
.pad.mixed-grid .img-overlay{
margin:25px;
}
.pad.mixed-grid .item .img-overlay{
margin:17px;
}
.pad.mixed-grid .figcaption{
padding:15px 30px;
}
/******************************************************************************
Footer
*******************************************************************************/
#footer{
color:#7f7f7f;
}
.widget{
font-size: 13px;
}
#footer .footer-widget {
background: #f2f2f2;
line-height: 21px;
padding: 30px 0 13px;
}
#footer .footer-widget .widget-title{
padding-top:20px;
}
#footer .copyright {
background: #f7f7f7;
border-top: 1px solid #e1e1e1;
font-size: 11px;
line-height: 17px;
padding: 21px 0 20px;
}
#footer .phone,
#footer .address {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 34px;
position: relative;
}
#footer .footer-icon {
color: #c6c6c6;
left: 16px;
position: absolute;
top: 0;
}
#footer .footer-icon:before {
font-size: 20px;
line-height: 18px;
width: auto;
}
.footer-blog li{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px dashed #c2c0c0;
}
.footer-blog li:last-child{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:0;
}
.footer-count {
font-size:16px;
margin:20px 0 10px 0;
font-family:Oswald,sans-serif;
text-transform:uppercase;
}
.footer-count .count-number .counter{
font-size: 17px;
letter-spacing:1px;
}
.footer-social{
margin-top:20px;
}
.page-sticky-footer{
margin-bottom: 80px;
}
/*Hidden footer*/
.footer-hidden #page{
background: #ffffff none repeat scroll 0 0;
height: 100%;
position: relative;
z-index: 10;
}
.footer-hidden #footer{
bottom: 0;
color: #7f7f7f;
left: 0;
position: fixed;
right: 0;
overflow-y: auto;
}
/******************************************************************************
Dark Section
*******************************************************************************/
#footer .dark-section.footer-widget{
background:#222222;
}
.dark-section .widget .widget-title .title{
color:#f0eded;
}
.dark-section .widget a:hover,
.dark-section .form-control{
color:#ffffff;
}
.dark-section .gray-bg i,
#footer .dark-section.copyright,
.dark-section .form-control{
background: rgba(0, 0, 0, 0.97);
}
#footer .dark-section.copyright{
border-top: 1px solid #000000;
}
.dark-section .widget .widget-title{
border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.dark-section .footer-blog li{
border-bottom:1px dashed rgba(255, 255, 255, 0.2);
}
.dark-section .selectBox,
.dark-section .form-control{
border:1px dashed rgba(255, 255, 255, 0.2);
box-shadow:none;
}
/******************************************************************************
Space Adjustments
*******************************************************************************/
.no-pad{
padding:0;
}
.no-margin {
margin: 0;
}
/* Custom Height */
.height-200{
height:200px;
}
.height-400{
height:400px;
}
.height-500{
height:500px;
}
.height-600{
height:600px;
}
.height-700{
height:700px;
}
/* 4 Side Padding */
.pad-5{
padding:5px;
}
.pad-10{
padding:10px;
}
.pad-20{
padding:20px;
}
.pad-30{
padding:30px;
}
.pad-40{
padding:40px;
}
.pad-50{
padding:50px;
}
.pad-60{
padding:60px;
}
.pad-70{
padding:70px;
}
.pad-80{
padding:80px;
}
/* 4 Side Margin */
.margin-5{
margin:5px;
}
.margin-10{
margin:10px;
}
.margin-20{
margin:20px;
}
.margin-30{
margin:30px;
}
.margin-40{
margin:40px;
}
.margin-50{
margin:50px;
}
.margin-60{
margin:60px;
}
.margin-70{
margin:70px;
}
.margin-80{
margin:80px;
}
/* Top Padding */
.top-pad-0{
padding-top:0px;
}
.top-pad-5{
padding-top:5px;
}
.top-pad-10{
padding-top:10px;
}
.top-pad-20{
padding-top:20px;
}
.top-pad-30{
padding-top:30px;
}
.top-pad-40{
padding-top:40px;
}
.top-pad-50{
padding-top:50px;
}
.top-pad-60{
padding-top:60px;
}
.top-pad-70{
padding-top:70px;
}
.top-pad-80{
padding-top:80px;
}
/* Top Margin */
.top-margin-0{
margin-top:0px;
}
.top-margin-5{
margin-top:5px;
}
.top-margin-10{
margin-top:10px;
}
.top-margin-20{
margin-top:20px;
}
.top-margin-30{
margin-top:30px;
}
.top-margin-40{
margin-top:40px;
}
.top-margin-50{
margin-top:50px;
}
.top-margin-60{
margin-top:60px;
}
.top-margin-70{
margin-top:70px;
}
.top-margin-80{
margin-top:80px;
}
/* Bottom Padding */
.bottom-pad-0{
padding-bottom:0px !important;
}
.bottom-pad-5{
padding-bottom:5px !important;
}
.bottom-pad-10{
padding-bottom:10px !important;
}
.bottom-pad-20{
padding-bottom:20px;
}
.bottom-pad-30{
padding-bottom:30px;
}
.bottom-pad-40{
padding-bottom:40px;
}
.bottom-pad-50{
padding-bottom:50px;
}
.bottom-pad-60{
padding-bottom:60px;
}
.bottom-pad-70{
padding-bottom:70px;
}
.bottom-pad-80{
padding-bottom:80px;
}
/* Bottom Margin */
.bottom-margin-0{
margin-bottom:0px;
}
.bottom-margin-5{
margin-bottom:5px;
}
.bottom-margin-10{
margin-bottom:10px;
}
.bottom-margin-20{
margin-bottom:20px;
}
.bottom-margin-30{
margin-bottom:30px;
}
.bottom-margin-40{
margin-bottom:40px;
}
.bottom-margin-50{
margin-bottom:50px;
}
.bottom-margin-60{
margin-bottom:60px;
}
.bottom-margin-70{
margin-bottom:70px;
}
.bottom-margin-80{
margin-bottom:80px;
}
/* Top & Bottom Padding */
.tb-pad-5{
padding-top:5px;
padding-bottom:5px;
}
.tb-pad-10{
padding-top:10px;
padding-bottom:10px;
}
.tb-pad-20{
padding-top:20px;
padding-bottom:20px;
}
.tb-pad-30{
padding-top:30px;
padding-bottom:30px;
}
.tb-pad-40{
padding-top:40px;
padding-bottom:40px;
}
.tb-pad-50{
padding-top:50px;
padding-bottom:50px;
}
.tb-pad-60{
padding-top:60px;
padding-bottom:60px;
}
.tb-pad-70{
padding-top:70px;
padding-bottom:70px;
}
.tb-pad-80{
padding-top:80px;
padding-bottom:80px;
}
/* Left & Right Padding */
.lr-pad-5{
padding-left:5px;
padding-right:5px;
}
.lr-pad-10{
padding-left:10px;
padding-right:10px;
}
.lr-pad-20{
padding-left:20px;
padding-right:20px;
}
.lr-pad-30{
padding-left:30px;
padding-right:30px;
}
.lr-pad-40{
padding-left:40px;
padding-right:40px;
}
.lr-pad-50{
padding-left:50px;
padding-right:50px;
}
.lr-pad-60{
padding-left:60px;
padding-right:60px;
}
.lr-pad-70{
padding-left:70px;
padding-right:70px;
}
.lr-pad-80{
padding-left:80px;
padding-right:80px;
}
/* Top & Bottom Margin */
.tb-margin-5{
margin-top:5px;
margin-bottom:5px;
}
.tb-margin-10{
margin-top:10px;
margin-bottom:10px;
}
.tb-margin-20{
margin-top:20px;
margin-bottom:20px;
}
.tb-margin-30{
margin-top:30px;
margin-bottom:30px;
}
.tb-margin-40{
margin-top:40px;
margin-bottom:40px;
}
.tb-margin-50{
margin-top:50px;
margin-bottom:50px;
}
.tb-margin-60{
margin-top:60px;
margin-bottom:60px;
}
.tb-margin-70{
margin-top:70px;
margin-bottom:70px;
}
.tb-margin-80{
margin-top:80px;
margin-bottom:80px;
}
/* left & right Margin */
.lr-margin-5{
margin-left:5px;
margin-right:5px;
}
.lr-margin-10{
margin-left:10px;
margin-right:10px;
}
.lr-margin-20{
margin-left:20px;
margin-right:20px;
}
.lr-margin-30{
margin-left:30px;
margin-right:30px;
}
.lr-margin-40{
margin-left:40px;
margin-right:40px;
}
.lr-margin-50{
margin-left:50px;
margin-right:50px;
}
.lr-margin-60{
margin-left:60px;
margin-right:60px;
}
.lr-margin-70{
margin-left:70px;
margin-right:70px;
}
.lr-margin-80{
margin-left:80px;
margin-right:80px;
}
/* Item Box */
.boxed-block{
border: 1px solid #cccccc;
}
.inline-block{
display:inline-block;
vertical-align: middle;
}
.bg-hover-gray:hover{
background-color:rgba(0,0,0,.6);
}
.btn-info {
color: #fff;
background-color: #1f3072;
border-color: #1d1d1d;
}
.btn-info:hover {
color: #fff;
background-color: #1c1c1c;
border-color: #1d1d1d;
}
.btn-red {
color: #fff;
background-color: #cc0000;
border-color: #d43f3a;
}
.btn-red:hover {
color: #fff;
background-color: #af3e19;
border-color: #d43f3a;
}
| 0.323594 | 0.057388 |
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
padding: 0;
margin: 0;
box-sizing: border-box;
background-color: rgb(70, 40, 70);
font-family: "Roboto";
color: white;
}
#app {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
@media (max-width: 600px) {
h2 {
font-size: 1em;
}
h3 {
font-size: 1em;
}
}
a {
color: gold;
text-decoration: none;
}
a:hover {
color: white;
}
label {
display: flex;
flex-direction: column;
margin-bottom: 1em;
}
input {
font-size: 1.2em;
padding: 0.5em;
}
button {
font-size: 1.2em;
margin-top: 0.8em;
border-radius: 4px;
background: linear-gradient(to bottom, #ffff33 5%, #ffb300 100%);
background-color: gold;
color: rgb(70, 40, 70);
border-color: purple;
padding: 0.5em;
cursor: pointer;
}
@media (max-width: 800px) {
button {
font-size: 1em;
margin-top: 0.5em;
padding: 0.25em;
}
}
/* @media (max-width: 430px) {
button {
font-size: 0.8em;
margin-top: 0.25em;
padding: 0.125em;
}
} */
button:hover {
background: linear-gradient(to bottom, #ffb300 5%, #ffff33 100%);
background-color: darkgoldenrod;
}
.homepage-text {
text-align: justify;
}
.link-container {
display: flex;
justify-content: space-between;
width: 50%;
}
@media (max-width: 1024px) {
.link-container {
width: 80%;
}
}
@media (max-width: 500px) {
.link-container {
width: 90%;
}
}
.container {
display: flex;
margin-top: 2em;
}
.regular-page {
width: 50%;
padding: 2em;
background-color: rgba(255, 255, 255, 0.1);
border: 4px solid gold;
flex-direction: column;
align-items: center;
}
@media (max-width: 1024px) {
.regular-page {
width: 80%;
}
}
.game {
width: 90%;
height: 55em;
flex-direction: column;
align-items: center;
background-image: radial-gradient(green, darkgreen, black);
padding: 2em;
border: 4px solid gold;
border-radius: 50%;
margin-bottom: 2em;
}
@media (max-width: 1024px) {
.game {
height: auto;
padding: 1em;
border-radius: 0px;
}
}
/* @media (max-width: 800px) {
.game {
width: 95%;
}
} */
.game-display {
width: 100%;
margin-top: -1em;
flex-direction: column;
align-items: center;
}
.game-buttons {
justify-content: space-around;
}
.active-hand {
display: flex;
width: 85%;
margin-bottom: 1em;
align-items: baseline;
justify-content: space-between;
}
@media (max-width: 800px) {
.active-hand {
width: 99%;
margin-bottom: 1em;
}
}
@media (max-width: 500px) {
.active-hand {
flex-direction: column;
align-items: center;
}
}
.hand {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 0.1em;
}
.chips {
display: flex;
justify-content: space-between;
}
@media (max-width: 500px) {
.chips {
justify-content: center;
flex-wrap: wrap;
}
}
.chip {
display: flex;
justify-content: center;
align-items: center;
width: 4em;
height: 4em;
font-size: 1.5em;
background-color: white;
color: black;
border-style: solid;
border-width: 8px;
border-radius: 50%;
cursor: pointer;
}
@media (max-width: 900px) {
.chip {
width: 3em;
height: 3em;
font-size: 1em;
border-width: 4px;
}
}
.chip:hover {
background-color: rgba(255, 255, 255, 0.4);
}
.deal-button {
background: linear-gradient(to bottom, green 5%, darkgreen 100%);
background-color: green;
border: 1px solid white;
color: white;
}
.deal-button:hover {
background: linear-gradient(to bottom, darkgreen 5%, green 100%);
background-color: darkgreen;
}
.game-buttons {
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 1%;
}
.hit-button {
background: linear-gradient(to bottom, green 5%, darkgreen 100%);
background-color: green;
border: 1px solid white;
color: white;
}
.hit-button:hover {
background: linear-gradient(to bottom, darkgreen 5%, green 100%);
background-color: darkgreen;
}
.stay-button {
background: linear-gradient(to bottom, red 5%, darkred 100%);
background-color: red;
border: 1px solid white;
color: white;
}
.stay-button:hover {
background: linear-gradient(to bottom, darkred 5%, red 100%);
background-color: darkred;
}
.double-down-button {
background: linear-gradient(to bottom, #ffff00 5%, #cccc00 100%);
background-color: #ffff00;
border: 1px solid white;
color: grey;
}
.double-down-button:hover {
background: linear-gradient(to bottom, #cccc00 5%, #ffff00 100%);
background-color: #cccc00;
}
.split-button {
background: linear-gradient(to bottom, blue 5%, darkblue 100%);
background-color: blue;
border: 1px solid white;
color: white;
}
.split-button:hover {
background: linear-gradient(to bottom, darkblue 5%, blue 100%);
background-color: darkblue;
}
img {
width: 10em;
height: 14em;
}
@media (max-width: 1250px) {
img {
width: 8em;
height: 11.2em;
}
}
@media (max-width: 1024px) {
img {
width: 6em;
height: 8.4em;
}
}
@media (max-width: 900px) {
img {
width: 4em;
height: 5.6em;
}
}
@media (max-width: 600px) {
img {
width: 3.5em;
height: 4.9em;
}
}
table {
border-collapse: collapse;
}
.table-cell {
text-align: center;
padding: 0.3em;
border: 2px solid black;
}
.stay {
background-color: green;
}
.hit {
background-color: yellow;
color: black;
}
.double-down {
background-color: red;
}
.split {
background-color: blue;
}
.graph-container {
display: grid;
grid-template-columns: 50% 50%;
}
.individual-graph-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media (max-width: 700px) {
.individual-graph-container {
width: 14em;
}
}
@media (max-width: 500px) {
.individual-graph-container {
width: 12em;
}
}
.center-text {
text-align: center;
}
|
public/style.css
|
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
padding: 0;
margin: 0;
box-sizing: border-box;
background-color: rgb(70, 40, 70);
font-family: "Roboto";
color: white;
}
#app {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
@media (max-width: 600px) {
h2 {
font-size: 1em;
}
h3 {
font-size: 1em;
}
}
a {
color: gold;
text-decoration: none;
}
a:hover {
color: white;
}
label {
display: flex;
flex-direction: column;
margin-bottom: 1em;
}
input {
font-size: 1.2em;
padding: 0.5em;
}
button {
font-size: 1.2em;
margin-top: 0.8em;
border-radius: 4px;
background: linear-gradient(to bottom, #ffff33 5%, #ffb300 100%);
background-color: gold;
color: rgb(70, 40, 70);
border-color: purple;
padding: 0.5em;
cursor: pointer;
}
@media (max-width: 800px) {
button {
font-size: 1em;
margin-top: 0.5em;
padding: 0.25em;
}
}
/* @media (max-width: 430px) {
button {
font-size: 0.8em;
margin-top: 0.25em;
padding: 0.125em;
}
} */
button:hover {
background: linear-gradient(to bottom, #ffb300 5%, #ffff33 100%);
background-color: darkgoldenrod;
}
.homepage-text {
text-align: justify;
}
.link-container {
display: flex;
justify-content: space-between;
width: 50%;
}
@media (max-width: 1024px) {
.link-container {
width: 80%;
}
}
@media (max-width: 500px) {
.link-container {
width: 90%;
}
}
.container {
display: flex;
margin-top: 2em;
}
.regular-page {
width: 50%;
padding: 2em;
background-color: rgba(255, 255, 255, 0.1);
border: 4px solid gold;
flex-direction: column;
align-items: center;
}
@media (max-width: 1024px) {
.regular-page {
width: 80%;
}
}
.game {
width: 90%;
height: 55em;
flex-direction: column;
align-items: center;
background-image: radial-gradient(green, darkgreen, black);
padding: 2em;
border: 4px solid gold;
border-radius: 50%;
margin-bottom: 2em;
}
@media (max-width: 1024px) {
.game {
height: auto;
padding: 1em;
border-radius: 0px;
}
}
/* @media (max-width: 800px) {
.game {
width: 95%;
}
} */
.game-display {
width: 100%;
margin-top: -1em;
flex-direction: column;
align-items: center;
}
.game-buttons {
justify-content: space-around;
}
.active-hand {
display: flex;
width: 85%;
margin-bottom: 1em;
align-items: baseline;
justify-content: space-between;
}
@media (max-width: 800px) {
.active-hand {
width: 99%;
margin-bottom: 1em;
}
}
@media (max-width: 500px) {
.active-hand {
flex-direction: column;
align-items: center;
}
}
.hand {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 0.1em;
}
.chips {
display: flex;
justify-content: space-between;
}
@media (max-width: 500px) {
.chips {
justify-content: center;
flex-wrap: wrap;
}
}
.chip {
display: flex;
justify-content: center;
align-items: center;
width: 4em;
height: 4em;
font-size: 1.5em;
background-color: white;
color: black;
border-style: solid;
border-width: 8px;
border-radius: 50%;
cursor: pointer;
}
@media (max-width: 900px) {
.chip {
width: 3em;
height: 3em;
font-size: 1em;
border-width: 4px;
}
}
.chip:hover {
background-color: rgba(255, 255, 255, 0.4);
}
.deal-button {
background: linear-gradient(to bottom, green 5%, darkgreen 100%);
background-color: green;
border: 1px solid white;
color: white;
}
.deal-button:hover {
background: linear-gradient(to bottom, darkgreen 5%, green 100%);
background-color: darkgreen;
}
.game-buttons {
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 1%;
}
.hit-button {
background: linear-gradient(to bottom, green 5%, darkgreen 100%);
background-color: green;
border: 1px solid white;
color: white;
}
.hit-button:hover {
background: linear-gradient(to bottom, darkgreen 5%, green 100%);
background-color: darkgreen;
}
.stay-button {
background: linear-gradient(to bottom, red 5%, darkred 100%);
background-color: red;
border: 1px solid white;
color: white;
}
.stay-button:hover {
background: linear-gradient(to bottom, darkred 5%, red 100%);
background-color: darkred;
}
.double-down-button {
background: linear-gradient(to bottom, #ffff00 5%, #cccc00 100%);
background-color: #ffff00;
border: 1px solid white;
color: grey;
}
.double-down-button:hover {
background: linear-gradient(to bottom, #cccc00 5%, #ffff00 100%);
background-color: #cccc00;
}
.split-button {
background: linear-gradient(to bottom, blue 5%, darkblue 100%);
background-color: blue;
border: 1px solid white;
color: white;
}
.split-button:hover {
background: linear-gradient(to bottom, darkblue 5%, blue 100%);
background-color: darkblue;
}
img {
width: 10em;
height: 14em;
}
@media (max-width: 1250px) {
img {
width: 8em;
height: 11.2em;
}
}
@media (max-width: 1024px) {
img {
width: 6em;
height: 8.4em;
}
}
@media (max-width: 900px) {
img {
width: 4em;
height: 5.6em;
}
}
@media (max-width: 600px) {
img {
width: 3.5em;
height: 4.9em;
}
}
table {
border-collapse: collapse;
}
.table-cell {
text-align: center;
padding: 0.3em;
border: 2px solid black;
}
.stay {
background-color: green;
}
.hit {
background-color: yellow;
color: black;
}
.double-down {
background-color: red;
}
.split {
background-color: blue;
}
.graph-container {
display: grid;
grid-template-columns: 50% 50%;
}
.individual-graph-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media (max-width: 700px) {
.individual-graph-container {
width: 14em;
}
}
@media (max-width: 500px) {
.individual-graph-container {
width: 12em;
}
}
.center-text {
text-align: center;
}
| 0.515864 | 0.116865 |
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@300&display=swap");
@-webkit-keyframes animationMenu {
from {
height: 0;
opacity: 0;
}
to {
height: 70px;
opacity: 1;
}
}
@keyframes animationMenu {
from {
height: 0;
opacity: 0;
}
to {
height: 70px;
opacity: 1;
}
}
@-webkit-keyframes animationTitreParents {
from {
-webkit-transform: translateX(1200px);
transform: translateX(1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes animationTitreParents {
from {
-webkit-transform: translateX(1200px);
transform: translateX(1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes animationTitreAssMat {
from {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes animationTitreAssMat {
from {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes animationImageParents {
from {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
to {
}
}
@keyframes animationImageParents {
from {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
to {
}
}
@-webkit-keyframes animationToTop {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
75% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes animationToTop {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
75% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.animation-menu {
-webkit-animation-name: animationMenu;
animation-name: animationMenu;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.animation-titre-parents {
-webkit-animation-name: animationTitreParents;
animation-name: animationTitreParents;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-titre-ass-mat {
-webkit-animation-name: animationTitreAssMat;
animation-name: animationTitreAssMat;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-to-top {
-webkit-animation-name: animationToTop;
animation-name: animationToTop;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@media (max-width: 600px) {
main {
padding-top: 35px;
}
main h2 {
font-size: 18px;
}
main .btn {
border-radius: 2rem;
padding: 6px 20px;
font-size: 16px;
text-decoration: none;
font-family: "Indie Flower", cursive;
font-weight: 300;
}
section {
width: 90%;
margin: 0 auto;
}
section figure {
margin: 0;
}
section article {
margin-top: 40px;
font-size: 10px;
text-align: center;
}
section article p {
line-height: 10px;
}
section .lien {
margin: 36px auto;
display: block;
width: 160px;
}
#parents h2 {
margin: 0;
}
#parents img {
width: 194px;
height: 145px;
}
#parents .inscription-btn {
left: 44%;
bottom: -14px;
}
#assistante-maternelle h2 {
padding-top: 10px;
margin: 0;
}
#assistante-maternelle img {
width: 182px;
height: 137px;
}
#assistante-maternelle .inscription-btn {
right: 37%;
bottom: -20px;
}
.description {
margin-top: 30px;
}
.description .contenu {
margin-top: 40px;
font-size: 10px;
}
}
@media (min-width: 600px) {
section {
width: 70%;
margin: 200px auto;
}
section h2 {
font-size: 40px;
}
section article {
font-size: 30px;
margin: 100px 0;
}
section figure {
width: 100%;
}
section img {
max-width: 60%;
height: auto;
}
section .lien {
text-align: center;
}
section .contenu {
font-size: 30px;
}
section .lien {
margin: 70px auto;
display: block;
width: 270px;
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
}
section .lien:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
-webkit-box-shadow: 0px 3px 6px #265d875a;
box-shadow: 0px 3px 6px #265d875a;
}
section .btn {
padding: 10px 40px;
border-radius: 2rem;
font-family: "Indie Flower", cursive;
font-size: 30px;
text-decoration: none;
}
#parents .inscription-btn {
left: 44%;
bottom: -14px;
}
#assistante-maternelle h2 {
padding-top: 20px;
}
#assistante-maternelle .inscription-btn {
right: 37%;
bottom: -20px;
}
}
.inactive {
display: none !important;
}
.active {
display: block !important;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.couleur-de-fond {
background-color: #D7E0FC;
}
section article {
text-align: center;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
/*# sourceMappingURL=app.css.map */
|
public/assets/css/front-office/app.css
|
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@300&display=swap");
@-webkit-keyframes animationMenu {
from {
height: 0;
opacity: 0;
}
to {
height: 70px;
opacity: 1;
}
}
@keyframes animationMenu {
from {
height: 0;
opacity: 0;
}
to {
height: 70px;
opacity: 1;
}
}
@-webkit-keyframes animationTitreParents {
from {
-webkit-transform: translateX(1200px);
transform: translateX(1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes animationTitreParents {
from {
-webkit-transform: translateX(1200px);
transform: translateX(1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes animationTitreAssMat {
from {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes animationTitreAssMat {
from {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes animationImageParents {
from {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
to {
}
}
@keyframes animationImageParents {
from {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
to {
}
}
@-webkit-keyframes animationToTop {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
75% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes animationToTop {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
75% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.animation-menu {
-webkit-animation-name: animationMenu;
animation-name: animationMenu;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.animation-titre-parents {
-webkit-animation-name: animationTitreParents;
animation-name: animationTitreParents;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-titre-ass-mat {
-webkit-animation-name: animationTitreAssMat;
animation-name: animationTitreAssMat;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-to-top {
-webkit-animation-name: animationToTop;
animation-name: animationToTop;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@media (max-width: 600px) {
main {
padding-top: 35px;
}
main h2 {
font-size: 18px;
}
main .btn {
border-radius: 2rem;
padding: 6px 20px;
font-size: 16px;
text-decoration: none;
font-family: "Indie Flower", cursive;
font-weight: 300;
}
section {
width: 90%;
margin: 0 auto;
}
section figure {
margin: 0;
}
section article {
margin-top: 40px;
font-size: 10px;
text-align: center;
}
section article p {
line-height: 10px;
}
section .lien {
margin: 36px auto;
display: block;
width: 160px;
}
#parents h2 {
margin: 0;
}
#parents img {
width: 194px;
height: 145px;
}
#parents .inscription-btn {
left: 44%;
bottom: -14px;
}
#assistante-maternelle h2 {
padding-top: 10px;
margin: 0;
}
#assistante-maternelle img {
width: 182px;
height: 137px;
}
#assistante-maternelle .inscription-btn {
right: 37%;
bottom: -20px;
}
.description {
margin-top: 30px;
}
.description .contenu {
margin-top: 40px;
font-size: 10px;
}
}
@media (min-width: 600px) {
section {
width: 70%;
margin: 200px auto;
}
section h2 {
font-size: 40px;
}
section article {
font-size: 30px;
margin: 100px 0;
}
section figure {
width: 100%;
}
section img {
max-width: 60%;
height: auto;
}
section .lien {
text-align: center;
}
section .contenu {
font-size: 30px;
}
section .lien {
margin: 70px auto;
display: block;
width: 270px;
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
}
section .lien:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
-webkit-box-shadow: 0px 3px 6px #265d875a;
box-shadow: 0px 3px 6px #265d875a;
}
section .btn {
padding: 10px 40px;
border-radius: 2rem;
font-family: "Indie Flower", cursive;
font-size: 30px;
text-decoration: none;
}
#parents .inscription-btn {
left: 44%;
bottom: -14px;
}
#assistante-maternelle h2 {
padding-top: 20px;
}
#assistante-maternelle .inscription-btn {
right: 37%;
bottom: -20px;
}
}
.inactive {
display: none !important;
}
.active {
display: block !important;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.couleur-de-fond {
background-color: #D7E0FC;
}
section article {
text-align: center;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
/*# sourceMappingURL=app.css.map */
| 0.386069 | 0.126138 |
.signature {
height: 1.05em;
border-bottom: 1px black solid;
margin: 0px 4px;
}
.signature.fullline {
display: inline-block;
overflow: hidden;
width: 100%;
}
.signature.inline {
display: block;
overflow: hidden;
}
.label {
padding-top: 3px;
float: left;
}
/* SIMPLE PRESCRIPTION HEADERS */
.simple-prescription-form > div {
border: 0.5px black solid;
padding: 2px;
margin: -1px 0px;
}
.simple-prescription-form div#header-top {
height: 4em;
}
.simple-prescription-form #header-top img {
max-height: 100%;
max-width: 20%;
}
.simple-prescription-form #header-top span {
height: 100%;
width: 60%;
text-align: center;
vertical-align: middle;
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.simple-prescription-form #header-title {
text-align: center;
}
.simple-prescription-form #header-unidade input {
display: block;
width: 50%;
}
.simple-prescription-form #header-medico .medico {
width: 51%;
}
.simple-prescription-form #header-telefones div {
display: flex;
}
.simple-prescription-form #header-telefones span {
text-align: center;
flex: 1;
font-size: 10pt;
}
.simple-prescription-form h2 {
font-size: 1em;
font-weight: bold;
margin: 0;
}
/* SPECIAL PRESCRIPTION HEADERS */
input[name='emitente-name'] {
width: 70%;
}
input[name='emitente-uf'] {
width: 2em;
}
/* Make Usuário and Endereço fields take the remaining width. */
div#header-usuario, div#header-endereco {
display: flex;
flex-direction: row;
}
div#header-usuario input, div#header-endereco input {
flex: 2;
}
.special-prescription-form #header-top {
height: 4em;
}
.special-prescription-form #header-top img {
/*max-height: 100%;*/
max-width: 20%;
}
.special-prescription-form #header-top div {
display: inline-block;
width: 79%;
}
.special-prescription-form #header-top div span {
text-align: center;
display: block;
width: 100%;
}
.special-prescription-form h1 {
text-align: center;
}
.special-prescription-form #header-emitente .gap {
width: 19%;
display: inline-block;
vertical-align: top;
}
.special-prescription-form #header-emitente .gap span {
width: 100%;
display: block;
margin-bottom: 2em;
}
.special-prescription-form #header-emitente #emitente {
display: inline-block;
width: 60%;
border: 1px solid black;
padding-bottom: 3px;
}
#emitente h2 {
margin: 0;
width: 100%;
display: block;
border-bottom: 1px solid black;
text-align: center;
margin-bottom: 1em;
}
#header-usuario, #header-endereco {
padding: 1em 2px 0 2px;
}
#header-prescricao {
min-height: 5em;
}
#header-infos {
display: flex;
flex-direction: row;
justify-content: space-around;
}
#header-infos #info-usuario, #header-infos #info-dispensador {
width: 47%;
margin: 5px 0;
border: 1px solid black;
}
#header-infos h3 {
margin: 0 0 12px 0;
padding: 5px 0;
font-size: 1.07em;
text-align: center;
border-bottom: 1px solid black;
}
#header-infos fieldset {
border: none;
margin: 0;
padding: 0 0 3px 0;
display: flex;
flex-direction: column;
}
#header-infos div.line {
height: 1.3em;
padding: 0 3px;
display: flex;
flex-direction: row;
}
#header-infos div.line span.gap {
flex: 2;
display: inline-block;
border-bottom: 1px solid black;
padding-top: 3px;
}
/* DATE AND SIGNATURE LINE*/
#date-and-signature > div {
display: inline-block;
vertical-align: top;
}
#date-and-signature > span {
margin-left: 70%;
margin-right: 3em;
padding-bottom: 10px;
}
#date-and-signature #prescription-date {
width: 69%;
}
#date-and-signature #signature {
width: 29%
}
#signature > div {
text-align: center;
}
|
static/css/pnz_style.css
|
.signature {
height: 1.05em;
border-bottom: 1px black solid;
margin: 0px 4px;
}
.signature.fullline {
display: inline-block;
overflow: hidden;
width: 100%;
}
.signature.inline {
display: block;
overflow: hidden;
}
.label {
padding-top: 3px;
float: left;
}
/* SIMPLE PRESCRIPTION HEADERS */
.simple-prescription-form > div {
border: 0.5px black solid;
padding: 2px;
margin: -1px 0px;
}
.simple-prescription-form div#header-top {
height: 4em;
}
.simple-prescription-form #header-top img {
max-height: 100%;
max-width: 20%;
}
.simple-prescription-form #header-top span {
height: 100%;
width: 60%;
text-align: center;
vertical-align: middle;
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.simple-prescription-form #header-title {
text-align: center;
}
.simple-prescription-form #header-unidade input {
display: block;
width: 50%;
}
.simple-prescription-form #header-medico .medico {
width: 51%;
}
.simple-prescription-form #header-telefones div {
display: flex;
}
.simple-prescription-form #header-telefones span {
text-align: center;
flex: 1;
font-size: 10pt;
}
.simple-prescription-form h2 {
font-size: 1em;
font-weight: bold;
margin: 0;
}
/* SPECIAL PRESCRIPTION HEADERS */
input[name='emitente-name'] {
width: 70%;
}
input[name='emitente-uf'] {
width: 2em;
}
/* Make Usuário and Endereço fields take the remaining width. */
div#header-usuario, div#header-endereco {
display: flex;
flex-direction: row;
}
div#header-usuario input, div#header-endereco input {
flex: 2;
}
.special-prescription-form #header-top {
height: 4em;
}
.special-prescription-form #header-top img {
/*max-height: 100%;*/
max-width: 20%;
}
.special-prescription-form #header-top div {
display: inline-block;
width: 79%;
}
.special-prescription-form #header-top div span {
text-align: center;
display: block;
width: 100%;
}
.special-prescription-form h1 {
text-align: center;
}
.special-prescription-form #header-emitente .gap {
width: 19%;
display: inline-block;
vertical-align: top;
}
.special-prescription-form #header-emitente .gap span {
width: 100%;
display: block;
margin-bottom: 2em;
}
.special-prescription-form #header-emitente #emitente {
display: inline-block;
width: 60%;
border: 1px solid black;
padding-bottom: 3px;
}
#emitente h2 {
margin: 0;
width: 100%;
display: block;
border-bottom: 1px solid black;
text-align: center;
margin-bottom: 1em;
}
#header-usuario, #header-endereco {
padding: 1em 2px 0 2px;
}
#header-prescricao {
min-height: 5em;
}
#header-infos {
display: flex;
flex-direction: row;
justify-content: space-around;
}
#header-infos #info-usuario, #header-infos #info-dispensador {
width: 47%;
margin: 5px 0;
border: 1px solid black;
}
#header-infos h3 {
margin: 0 0 12px 0;
padding: 5px 0;
font-size: 1.07em;
text-align: center;
border-bottom: 1px solid black;
}
#header-infos fieldset {
border: none;
margin: 0;
padding: 0 0 3px 0;
display: flex;
flex-direction: column;
}
#header-infos div.line {
height: 1.3em;
padding: 0 3px;
display: flex;
flex-direction: row;
}
#header-infos div.line span.gap {
flex: 2;
display: inline-block;
border-bottom: 1px solid black;
padding-top: 3px;
}
/* DATE AND SIGNATURE LINE*/
#date-and-signature > div {
display: inline-block;
vertical-align: top;
}
#date-and-signature > span {
margin-left: 70%;
margin-right: 3em;
padding-bottom: 10px;
}
#date-and-signature #prescription-date {
width: 69%;
}
#date-and-signature #signature {
width: 29%
}
#signature > div {
text-align: center;
}
| 0.427397 | 0.134208 |
body{
margin: 0px;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
#header{
box-shadow: 0px 1px 5px grey;
}
main{
margin-top:6rem;
}
#navBar{
display: flex;
justify-content: space-between;
height: 5rem;
box-shadow: 0px 1px 5px grey;
padding: 0px 8rem;
position: fixed;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
background-color: white;
z-index: 10;
}
#leftNav{
display: flex;
justify-content: start;
align-items: center;
}
#rightNav{
display: flex;
justify-content: end;
align-items: center;
}
.search{
display: flex;
justify-content: center;
align-items: center;
}
#ClothingCards{
display: grid;
grid-template-columns: 19% 19% 19% 19% 19%;
grid-column-gap: 1.25%;
}
#AccessoriesCards{
display: grid;
grid-template-columns: 19% 19% 19% 19% 19%;
grid-column-gap: 1.25%;
}
.card img{
width: 100%;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
#main-container{
padding: 0px 8rem;
}
.card{
box-shadow: 1px 1px 5px #cfbdbd;
border-radius: 5px;
}
.aTag{
text-decoration: unset;
font-size: 15px;
text-transform: uppercase;
padding-right: 3rem;
color: black;
}
.aTag span:first-child{
font-weight: 900;
font-size: 30px;
}
a{
text-decoration: none;
color: black;
}
#addCartCount{
background-color: #009688;
padding: 0rem 0.3rem;
border-radius: 30px;
color: white;
font-size: 14px;
position: relative;
top: -11px;
right: 10px;
}
#productDetails{
padding: 0rem 1rem;
}
#productDetails h4{
/* font-weight: 600;
margin: 0px;
font-size: 16px; */
font-size: 16px;
font-weight: 400;
letter-spacing: 0.5px;
color: rgb(27, 25, 25);
margin-top: 10px;
margin-bottom: 0;
}
#productDetails h5{
/* margin: 12px 0px; */
font-size: 12px;
font-weight: 700;
color: rgb(110, 110, 110);
margin-top: 10px;
margin-bottom: 0;
}
#productDetails p{
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
color: rgb(0, 150, 136);
margin-top: 10px;
}
#Accessories{
margin-top: 4rem;
}
#Clothing{
margin-top: 8rem;
}
#addToCart{
margin-top: 20px;
border-radius: none;
}
/* Main View CSS End */
/* Detail View CSS Start */
#main-detail-container{
display: grid;
/* flex-wrap: wrap; */
grid-template-columns: 30% 50%;
justify-content: center;
height: 100%;
padding: 0px 8rem;
font-family: "Montserrat", sans-serif;
}
#main-image-section{
width: 100%;
/* border: 1px solid red; */
padding: 20px;
box-sizing: border-box;
height: 100%;
}
#product-detail-wrapper{
width: 100%;
/* border: 1px solid red; */
padding: 20px;
box-sizing: border-box;
}
.previewImage{
display: flex;
justify-content: left;
height: 130px;
}
.thumbail{
height: 100%;
margin-right: 20px;
border-radius: 6px;
padding: 3px;
}
#name{
font-weight: 300;
font-size: 44px;
letter-spacing: -2px;
margin-top: 0px;
}
#brand{
margin-top: 20px;
font-weight: 200;
font-size: 20px;
letter-spacing: 1px;
color: rgb(27, 25, 25);
}
#price{
color: #009688;
font-weight: bold;
}
#description{
margin-top: 20px;
font-size: 16px;
font-weight: 300;
color: #86939e;
}
#product-detail-wrapper h3{
margin-top: 20px;
font-weight: 200;
font-size: 20px;
letter-spacing: 1px;
color: rgb(27, 25, 25);
}
#main-image{
/* height:100%; */
width:100%;
}
.active{
border: 2px solid #009688;
}
@media (max-width:500px) {
#main-container{
grid-template-columns: 100%;
justify-content: left;
}
.previewImage{
width: 100%;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
}
}
@media(min-width:500px) and (max-width:850px){
#main-container{
grid-template-columns: 50% 50%;
}
.previewImage{
width: 100%;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
}
}
/* Detail View CSS End */
/* Add To Cart CSS Start */
#main-addToCart-container{
padding: 0px 8rem;
}
#addToCartDiv{
display: grid;
grid-template-columns: 48% 48%;
grid-column-gap: 3.90%;
}
#addToCardItem{
box-shadow: 1px 1px 5px #b1a5a5;
display: flex;
justify-content: start;
box-sizing: border-box;
align-items: center;
margin-bottom: 0.7rem;
border-radius: 5px;
}
#totalAmount{
box-shadow: 1px 1px 5px #b1a5a5;
max-height: 132px;
padding: 2rem;
border-radius: 5px;
}
.checkoutItemImg{
border-radius: 6px;
padding: 0px 1rem;
width: 100px;
}
#profile-pic{
height: 40px;
width: 40px;
text-align: center;
border-radius: 20px;
background-color: antiquewhite;
margin-left: 20px;
}
#profile-pic span{
margin-top: 11px;
display: inline-block;
}
/* Add To Cart CSS End */
/* Order CSS Start */
#main-order-container{
padding: 0px 8rem;
/* height: 100vh; */
display: grid;
justify-content: center;
align-items: center;
}
.orderSuccessMsg{
letter-spacing:2px;
}
small{
letter-spacing: 0.3px;
}
.successIcon{
text-align: center;
color: green;
}
/* Order CSS End */
/* image slider start here */
.slider{
margin-top: 50px !important;
padding-top: 20px;
z-index: -1;
width: 100%;
/* height: 500px; */
border-radius: 10px;
overflow: hidden;
}
.slides{
width: 500%;
/* height: 500px; */
display: flex;
}
.slides input{
display: none;
}
.slide{
width: 20%;
transition: 0.5s;
}
.slide img{
width: 100%;
/* height: 500px; */
}
/*css for manual slide navigation*/
.navigation-manual{
position: absolute;
width: 100%;
margin-top: 0.8vw;
display: flex;
justify-content: center;
display: none;
}
.manual-btn{
border: 2px solid gray;
padding: 5px;
border-radius: 10px;
cursor: pointer;
transition: 0.5s;
opacity: 0.1;
}
.manual-btn:not(:last-child){
margin-right: 40px;
}
.manual-btn:hover{
background: gray;
}
#radio1:checked ~ .first{
margin-left: 0;
}
#radio2:checked ~ .first{
margin-left: -20%;
}
#radio3:checked ~ .first{
margin-left: -40%;
}
#radio4:checked ~ .first{
margin-left: -60%;
}
/*css for automatic navigation*/
.navigation-auto{
position: absolute;
display: flex;
width: 100%;
justify-content: center;
margin-top: 23vw;
left: 20px;
}
.navigation-auto div{
border: 2px solid gray;
padding: 5px;
border-radius: 10px;
transition: 0.5s;
color: red;
font-size: 30px;
cursor: pointer;
}
.navigation-auto div:not(:last-child){
margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
background: gray;
color: blue;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
background: gray;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
background: gray;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
background: gray;
}
.slides input{
height: 20px;
width: 20px;
}
.navigation-auto div{
height: -2px;
}
/* image slider end here */
/* FOOTER STARTS HERE */
footer{
display: flex;
justify-content: space-around;
color: white;
background-color: black;
padding-bottom: 20px;
padding: 30px;
margin-top: 3rem ;
}
footer p{
font-size: 12px;
color: #b8b8b8;
margin: 5px 0;
}
footer h4{
color: #dcdcdc;
margin-bottom: 10px;
}
/* style for product page */
button{
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 10px 20px;
letter-spacing: 2px;
background-color: #009688;
border: none;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
font-family: "Montserrat", sans-serif;
}
|
index.css
|
body{
margin: 0px;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
#header{
box-shadow: 0px 1px 5px grey;
}
main{
margin-top:6rem;
}
#navBar{
display: flex;
justify-content: space-between;
height: 5rem;
box-shadow: 0px 1px 5px grey;
padding: 0px 8rem;
position: fixed;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
background-color: white;
z-index: 10;
}
#leftNav{
display: flex;
justify-content: start;
align-items: center;
}
#rightNav{
display: flex;
justify-content: end;
align-items: center;
}
.search{
display: flex;
justify-content: center;
align-items: center;
}
#ClothingCards{
display: grid;
grid-template-columns: 19% 19% 19% 19% 19%;
grid-column-gap: 1.25%;
}
#AccessoriesCards{
display: grid;
grid-template-columns: 19% 19% 19% 19% 19%;
grid-column-gap: 1.25%;
}
.card img{
width: 100%;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
#main-container{
padding: 0px 8rem;
}
.card{
box-shadow: 1px 1px 5px #cfbdbd;
border-radius: 5px;
}
.aTag{
text-decoration: unset;
font-size: 15px;
text-transform: uppercase;
padding-right: 3rem;
color: black;
}
.aTag span:first-child{
font-weight: 900;
font-size: 30px;
}
a{
text-decoration: none;
color: black;
}
#addCartCount{
background-color: #009688;
padding: 0rem 0.3rem;
border-radius: 30px;
color: white;
font-size: 14px;
position: relative;
top: -11px;
right: 10px;
}
#productDetails{
padding: 0rem 1rem;
}
#productDetails h4{
/* font-weight: 600;
margin: 0px;
font-size: 16px; */
font-size: 16px;
font-weight: 400;
letter-spacing: 0.5px;
color: rgb(27, 25, 25);
margin-top: 10px;
margin-bottom: 0;
}
#productDetails h5{
/* margin: 12px 0px; */
font-size: 12px;
font-weight: 700;
color: rgb(110, 110, 110);
margin-top: 10px;
margin-bottom: 0;
}
#productDetails p{
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
color: rgb(0, 150, 136);
margin-top: 10px;
}
#Accessories{
margin-top: 4rem;
}
#Clothing{
margin-top: 8rem;
}
#addToCart{
margin-top: 20px;
border-radius: none;
}
/* Main View CSS End */
/* Detail View CSS Start */
#main-detail-container{
display: grid;
/* flex-wrap: wrap; */
grid-template-columns: 30% 50%;
justify-content: center;
height: 100%;
padding: 0px 8rem;
font-family: "Montserrat", sans-serif;
}
#main-image-section{
width: 100%;
/* border: 1px solid red; */
padding: 20px;
box-sizing: border-box;
height: 100%;
}
#product-detail-wrapper{
width: 100%;
/* border: 1px solid red; */
padding: 20px;
box-sizing: border-box;
}
.previewImage{
display: flex;
justify-content: left;
height: 130px;
}
.thumbail{
height: 100%;
margin-right: 20px;
border-radius: 6px;
padding: 3px;
}
#name{
font-weight: 300;
font-size: 44px;
letter-spacing: -2px;
margin-top: 0px;
}
#brand{
margin-top: 20px;
font-weight: 200;
font-size: 20px;
letter-spacing: 1px;
color: rgb(27, 25, 25);
}
#price{
color: #009688;
font-weight: bold;
}
#description{
margin-top: 20px;
font-size: 16px;
font-weight: 300;
color: #86939e;
}
#product-detail-wrapper h3{
margin-top: 20px;
font-weight: 200;
font-size: 20px;
letter-spacing: 1px;
color: rgb(27, 25, 25);
}
#main-image{
/* height:100%; */
width:100%;
}
.active{
border: 2px solid #009688;
}
@media (max-width:500px) {
#main-container{
grid-template-columns: 100%;
justify-content: left;
}
.previewImage{
width: 100%;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
}
}
@media(min-width:500px) and (max-width:850px){
#main-container{
grid-template-columns: 50% 50%;
}
.previewImage{
width: 100%;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
}
}
/* Detail View CSS End */
/* Add To Cart CSS Start */
#main-addToCart-container{
padding: 0px 8rem;
}
#addToCartDiv{
display: grid;
grid-template-columns: 48% 48%;
grid-column-gap: 3.90%;
}
#addToCardItem{
box-shadow: 1px 1px 5px #b1a5a5;
display: flex;
justify-content: start;
box-sizing: border-box;
align-items: center;
margin-bottom: 0.7rem;
border-radius: 5px;
}
#totalAmount{
box-shadow: 1px 1px 5px #b1a5a5;
max-height: 132px;
padding: 2rem;
border-radius: 5px;
}
.checkoutItemImg{
border-radius: 6px;
padding: 0px 1rem;
width: 100px;
}
#profile-pic{
height: 40px;
width: 40px;
text-align: center;
border-radius: 20px;
background-color: antiquewhite;
margin-left: 20px;
}
#profile-pic span{
margin-top: 11px;
display: inline-block;
}
/* Add To Cart CSS End */
/* Order CSS Start */
#main-order-container{
padding: 0px 8rem;
/* height: 100vh; */
display: grid;
justify-content: center;
align-items: center;
}
.orderSuccessMsg{
letter-spacing:2px;
}
small{
letter-spacing: 0.3px;
}
.successIcon{
text-align: center;
color: green;
}
/* Order CSS End */
/* image slider start here */
.slider{
margin-top: 50px !important;
padding-top: 20px;
z-index: -1;
width: 100%;
/* height: 500px; */
border-radius: 10px;
overflow: hidden;
}
.slides{
width: 500%;
/* height: 500px; */
display: flex;
}
.slides input{
display: none;
}
.slide{
width: 20%;
transition: 0.5s;
}
.slide img{
width: 100%;
/* height: 500px; */
}
/*css for manual slide navigation*/
.navigation-manual{
position: absolute;
width: 100%;
margin-top: 0.8vw;
display: flex;
justify-content: center;
display: none;
}
.manual-btn{
border: 2px solid gray;
padding: 5px;
border-radius: 10px;
cursor: pointer;
transition: 0.5s;
opacity: 0.1;
}
.manual-btn:not(:last-child){
margin-right: 40px;
}
.manual-btn:hover{
background: gray;
}
#radio1:checked ~ .first{
margin-left: 0;
}
#radio2:checked ~ .first{
margin-left: -20%;
}
#radio3:checked ~ .first{
margin-left: -40%;
}
#radio4:checked ~ .first{
margin-left: -60%;
}
/*css for automatic navigation*/
.navigation-auto{
position: absolute;
display: flex;
width: 100%;
justify-content: center;
margin-top: 23vw;
left: 20px;
}
.navigation-auto div{
border: 2px solid gray;
padding: 5px;
border-radius: 10px;
transition: 0.5s;
color: red;
font-size: 30px;
cursor: pointer;
}
.navigation-auto div:not(:last-child){
margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
background: gray;
color: blue;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
background: gray;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
background: gray;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
background: gray;
}
.slides input{
height: 20px;
width: 20px;
}
.navigation-auto div{
height: -2px;
}
/* image slider end here */
/* FOOTER STARTS HERE */
footer{
display: flex;
justify-content: space-around;
color: white;
background-color: black;
padding-bottom: 20px;
padding: 30px;
margin-top: 3rem ;
}
footer p{
font-size: 12px;
color: #b8b8b8;
margin: 5px 0;
}
footer h4{
color: #dcdcdc;
margin-bottom: 10px;
}
/* style for product page */
button{
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 10px 20px;
letter-spacing: 2px;
background-color: #009688;
border: none;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
font-family: "Montserrat", sans-serif;
}
| 0.309754 | 0.046465 |
.book .book-body .page-wrapper .page-inner .exercise {
display: block !important;
padding: 0px;
margin: 20px 0px;
background: #fff;
color: #333;
font-family: sans-serif;
min-height: 255px;
}
.page-inner .exercise .header {
padding: 16px 28px 8px;
font-family: Roboto, sans-serif;
font-weight: 400;
color: #fff;
background: #193b6c;
font-size: 14px;
line-height: 24px;
}
.page-inner .exercise .message {
background-color: #c1dbf2;
border: 1px solid #e5e5e5;
border-bottom: none;
padding-left: 15px;
}
.page-inner .exercise .editor {
min-height: 102px;
font-size: 14px;
border: 1px solid #e5e5e5;
border-top: none;
}
.page-inner .exercise .buttons {
}
.page-inner .exercise .buttons .action-submit {
border: none;
display: flex;
align-items: center;
justify-content: center;
padding: 12px 21px;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
color: #fff;
border-radius: 2px;
width: 100%;
text-align: center;
position: relative;
z-index: 5;
height: 40px;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
font-weight: 500;
transition: 0.3s;
}
.page-inner .exercise .buttons .action-submit::after {
content: "";
position: absolute;
border-radius: 2px;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
transition: 0.3s;
opacity: 0;
z-index: -1;
}
.page-inner .exercise .alert {
display: none;
margin: 0;
padding: 8px 15px;
}
.page-inner .exercise.return-error .alert-danger {
display: block;
}
.page-inner .exercise.return-success .alert-success {
display: block;
}
.page-inner .exercise.return-loading .alert-loading {
display: block;
margin-top: 5px;
margin-bottom: 5px;
}
.meter {
height: 45px;
position: relative;
margin: 60px 0 20px 0;
background: #ffffff;
padding: 10px;
-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
display: block;
height: 100%;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
background-color: rgb(43, 194, 83);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(43, 194, 83)),
color-stop(1, rgb(84, 240, 84))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(43, 194, 83) 37%,
rgb(84, 240, 84) 69%
);
-webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
position: relative;
overflow: hidden;
}
.meter > span:after,
.animate > span > span {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: -webkit-gradient(
linear,
0 0,
100% 100%,
color-stop(0.25, rgba(255, 255, 255, 0.2)),
color-stop(0.25, transparent),
color-stop(0.5, transparent),
color-stop(0.5, rgba(255, 255, 255, 0.2)),
color-stop(0.75, rgba(255, 255, 255, 0.2)),
color-stop(0.75, transparent),
to(transparent)
);
background-image: -moz-linear-gradient(
-45deg,
rgba(255, 255, 255, 0.2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.2) 50%,
rgba(255, 255, 255, 0.2) 75%,
transparent 75%,
transparent
);
z-index: 1;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
-webkit-animation: move 2s linear infinite;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
}
.animate > span:after {
display: none;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.blue > span {
background-color: #164f86;
background-image: -moz-linear-gradient(top, #164f86, #75addd);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #164f86),
color-stop(1, #75addd)
);
background-image: -webkit-linear-gradient(#164f86, #75addd);
}
.orange > span {
background-color: #f1a165;
background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #f1a165),
color-stop(1, #f36d0a)
);
background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
background-color: #f0a3a3;
background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #f0a3a3),
color-stop(1, #f42323)
);
background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span,
.nostripes > span:after {
-webkit-animation: none;
background-image: none;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(204, 207, 214, 0.45); /* Black w/ opacity */
-webkit-animation-name: fadeIn; /* Fade in the background */
-webkit-animation-duration: 0.4s;
animation-name: fadeIn;
animation-duration: 0.4s;
z-index: 10;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
-webkit-animation-name: slideIn;
-webkit-animation-duration: 0.4s;
animation-name: slideIn;
animation-duration: 0.4s;
box-shadow: 0 2px 15px 0 rgba(140, 144, 155, 0.5);
border: 1px solid #cccfd6;
border-radius: 3px;
color: #333;
max-width: 565px;
}
@media (min-width: 320px) {
.modal-content {
margin: 5px auto;
width: 100%;
}
}
@media (min-width: 941px) {
.modal-content {
margin: 30px auto;
width: 500px;
}
}
@media (min-width: 1281px) {
.modal-content {
margin: 50px auto;
width: 750px;
}
}
.modal-header {
padding: 32px 24px 24px;
}
.modal-header h3 {
font-size: 18px;
line-height: 24px;
font-weight: 500;
margin: 0;
color: #000;
}
.modal-body {
padding: 2px 24px;
}
.modal-footer {
padding: 24px 24px 32px;
overflow: auto;
}
.group-buttons > a > .button {
padding: 6px 12px;
line-height: 1.42857143;
width: auto;
margin-left: 5px;
}
@-webkit-keyframes slideIn {
from {
bottom: -300px;
opacity: 0;
}
to {
bottom: 0;
opacity: 1;
}
}
@keyframes slideIn {
from {
bottom: -300px;
opacity: 0;
}
to {
bottom: 0;
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.metamask-logo-container {
display: inline;
}
.metamask-logo-container > svg {
vertical-align: middle;
margin-right: 5px;
}
.modal-message {
display: inline;
}
.notification {
background-color: #c2f2f1;
padding: 1.25rem 1.5rem;
position: relative;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.no-radius {
border-radius: 0;
}
.button.action-submit {
background-color: #15d057;
color: white;
font-weight: bold;
}
.button.action-submit:hover,
.button.action-submit:focus {
color: white;
font-weight: bolder;
}
.solution-button {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 1;
background-color: #c2f2f1;
border: none;
padding: 0.5rem 0.7rem;
font-family: "Helvetica Neue";
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
font-size: 15px;
}
.solution-button:hover {
background-color: #a7d1d0;
}
.modal .modal-footer button {
position: relative;
height: 40px;
display: inline-flex;
align-items: center;
border-radius: 2px;
border: none;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
font-weight: 500;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
color: #fff;
padding: 0 24px;
transition: 0.3s;
}
.modal .modal-footer button:after {
content: "";
position: absolute;
border-radius: 2px;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
transition: 0.3s;
opacity: 0;
z-index: -1;
}
.modal .modal-footer button:hover {
border: 1px solid transparent;
color: #fff;
}
.modal .modal-footer button:hover::after {
opacity: 1;
}
.modal .modal-footer button.close {
border: 1px solid #193b6c;
background: #fff;
color: #193b6c;
padding: 0 16px;
}
.modal .modal-footer button.close:hover {
opacity: 1;
background: transparent !important;
}
|
assets/exercises.css
|
.book .book-body .page-wrapper .page-inner .exercise {
display: block !important;
padding: 0px;
margin: 20px 0px;
background: #fff;
color: #333;
font-family: sans-serif;
min-height: 255px;
}
.page-inner .exercise .header {
padding: 16px 28px 8px;
font-family: Roboto, sans-serif;
font-weight: 400;
color: #fff;
background: #193b6c;
font-size: 14px;
line-height: 24px;
}
.page-inner .exercise .message {
background-color: #c1dbf2;
border: 1px solid #e5e5e5;
border-bottom: none;
padding-left: 15px;
}
.page-inner .exercise .editor {
min-height: 102px;
font-size: 14px;
border: 1px solid #e5e5e5;
border-top: none;
}
.page-inner .exercise .buttons {
}
.page-inner .exercise .buttons .action-submit {
border: none;
display: flex;
align-items: center;
justify-content: center;
padding: 12px 21px;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
color: #fff;
border-radius: 2px;
width: 100%;
text-align: center;
position: relative;
z-index: 5;
height: 40px;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
font-weight: 500;
transition: 0.3s;
}
.page-inner .exercise .buttons .action-submit::after {
content: "";
position: absolute;
border-radius: 2px;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
transition: 0.3s;
opacity: 0;
z-index: -1;
}
.page-inner .exercise .alert {
display: none;
margin: 0;
padding: 8px 15px;
}
.page-inner .exercise.return-error .alert-danger {
display: block;
}
.page-inner .exercise.return-success .alert-success {
display: block;
}
.page-inner .exercise.return-loading .alert-loading {
display: block;
margin-top: 5px;
margin-bottom: 5px;
}
.meter {
height: 45px;
position: relative;
margin: 60px 0 20px 0;
background: #ffffff;
padding: 10px;
-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
display: block;
height: 100%;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
background-color: rgb(43, 194, 83);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(43, 194, 83)),
color-stop(1, rgb(84, 240, 84))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(43, 194, 83) 37%,
rgb(84, 240, 84) 69%
);
-webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
position: relative;
overflow: hidden;
}
.meter > span:after,
.animate > span > span {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: -webkit-gradient(
linear,
0 0,
100% 100%,
color-stop(0.25, rgba(255, 255, 255, 0.2)),
color-stop(0.25, transparent),
color-stop(0.5, transparent),
color-stop(0.5, rgba(255, 255, 255, 0.2)),
color-stop(0.75, rgba(255, 255, 255, 0.2)),
color-stop(0.75, transparent),
to(transparent)
);
background-image: -moz-linear-gradient(
-45deg,
rgba(255, 255, 255, 0.2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.2) 50%,
rgba(255, 255, 255, 0.2) 75%,
transparent 75%,
transparent
);
z-index: 1;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
-webkit-animation: move 2s linear infinite;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
}
.animate > span:after {
display: none;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.blue > span {
background-color: #164f86;
background-image: -moz-linear-gradient(top, #164f86, #75addd);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #164f86),
color-stop(1, #75addd)
);
background-image: -webkit-linear-gradient(#164f86, #75addd);
}
.orange > span {
background-color: #f1a165;
background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #f1a165),
color-stop(1, #f36d0a)
);
background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
background-color: #f0a3a3;
background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #f0a3a3),
color-stop(1, #f42323)
);
background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span,
.nostripes > span:after {
-webkit-animation: none;
background-image: none;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(204, 207, 214, 0.45); /* Black w/ opacity */
-webkit-animation-name: fadeIn; /* Fade in the background */
-webkit-animation-duration: 0.4s;
animation-name: fadeIn;
animation-duration: 0.4s;
z-index: 10;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
-webkit-animation-name: slideIn;
-webkit-animation-duration: 0.4s;
animation-name: slideIn;
animation-duration: 0.4s;
box-shadow: 0 2px 15px 0 rgba(140, 144, 155, 0.5);
border: 1px solid #cccfd6;
border-radius: 3px;
color: #333;
max-width: 565px;
}
@media (min-width: 320px) {
.modal-content {
margin: 5px auto;
width: 100%;
}
}
@media (min-width: 941px) {
.modal-content {
margin: 30px auto;
width: 500px;
}
}
@media (min-width: 1281px) {
.modal-content {
margin: 50px auto;
width: 750px;
}
}
.modal-header {
padding: 32px 24px 24px;
}
.modal-header h3 {
font-size: 18px;
line-height: 24px;
font-weight: 500;
margin: 0;
color: #000;
}
.modal-body {
padding: 2px 24px;
}
.modal-footer {
padding: 24px 24px 32px;
overflow: auto;
}
.group-buttons > a > .button {
padding: 6px 12px;
line-height: 1.42857143;
width: auto;
margin-left: 5px;
}
@-webkit-keyframes slideIn {
from {
bottom: -300px;
opacity: 0;
}
to {
bottom: 0;
opacity: 1;
}
}
@keyframes slideIn {
from {
bottom: -300px;
opacity: 0;
}
to {
bottom: 0;
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.metamask-logo-container {
display: inline;
}
.metamask-logo-container > svg {
vertical-align: middle;
margin-right: 5px;
}
.modal-message {
display: inline;
}
.notification {
background-color: #c2f2f1;
padding: 1.25rem 1.5rem;
position: relative;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.no-radius {
border-radius: 0;
}
.button.action-submit {
background-color: #15d057;
color: white;
font-weight: bold;
}
.button.action-submit:hover,
.button.action-submit:focus {
color: white;
font-weight: bolder;
}
.solution-button {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 1;
background-color: #c2f2f1;
border: none;
padding: 0.5rem 0.7rem;
font-family: "Helvetica Neue";
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
font-size: 15px;
}
.solution-button:hover {
background-color: #a7d1d0;
}
.modal .modal-footer button {
position: relative;
height: 40px;
display: inline-flex;
align-items: center;
border-radius: 2px;
border: none;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
font-weight: 500;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
color: #fff;
padding: 0 24px;
transition: 0.3s;
}
.modal .modal-footer button:after {
content: "";
position: absolute;
border-radius: 2px;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #203d7c 0, #fbc8d4 100%);
transition: 0.3s;
opacity: 0;
z-index: -1;
}
.modal .modal-footer button:hover {
border: 1px solid transparent;
color: #fff;
}
.modal .modal-footer button:hover::after {
opacity: 1;
}
.modal .modal-footer button.close {
border: 1px solid #193b6c;
background: #fff;
color: #193b6c;
padding: 0 16px;
}
.modal .modal-footer button.close:hover {
opacity: 1;
background: transparent !important;
}
| 0.380414 | 0.115711 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
overflow: hidden;
text-decoration: none;
}
table, th, td{
border: 2px solid #313337;
background: linear-gradient(120deg, #343A4F, #0F1620) ;
color: #D5E1EF;
}
table{
border-collapse: collapse;
margin: 10px;
border-radius: 5px;
}
td, th{
text-align: center;
padding: 5px;
}
#vanta-canvas{
width: 100%;
height: 100vh;
}
.container{
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}
.card{
width: 45%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 5px;
background: linear-gradient(120deg, #343A4F, #0F1620) ;
z-index: 1;
padding: 30px;
color: #D5E1EF;
}
.card-airport, .card-rates, .card-infos, .card-avg-rates, .card-quant-voos{
display: none;
}
.card-list{
width: 60%;
height: 55vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card-header{
font-weight: 800;
margin-bottom: 3rem;
color: #D5E1EF;
text-align: center;
}
.card-body{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 2rem;
text-align: center;
}
.card-extras{
width: 70%;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
}
.btn{
padding: .4rem;
border-radius: 5px;
font-size: 1rem;
font-weight: 500;
overflow: hidden;
border: none;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
color: #D5E1EF;
}
.btn a{
color: #D5E1EF;
}
.primary{
background: linear-gradient(90deg, #489be2, #0f629c);
}
.primary:hover{
background: linear-gradient(90deg, #3b81bf, #0c4c7a);
}
.field{
padding: .6rem 1.5rem;
}
.field-forms{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 2rem;
margin-bottom: 1rem;
}
.voo-field{
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.form-field{
display: flex;
flex-direction: column;
gap: 1rem;
}
.form-field input{
background: linear-gradient(90deg, #489be2, #0f629c);
border-radius: 30px;
color: #D5E1EF;
border: none;
outline: none;
padding: .5rem;
}
.form-field input::placeholder{
color: #d5e1efbf;
}
.button-field{
margin-top: 1rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
gap: 1rem;
}
.airport-field{
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr 1fr;
align-items: center;
}
@media (max-width: 480px) {
.container{
flex-direction: column;
}
.card{
width: 75%;
}
.btn{
width: 4rem;
height: 2rem;
font-size: .60rem;
}
.button-field{
margin-top: 1rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: repeat(2, 1fr);
gap: 1rem;
}
}
|
src/style/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
overflow: hidden;
text-decoration: none;
}
table, th, td{
border: 2px solid #313337;
background: linear-gradient(120deg, #343A4F, #0F1620) ;
color: #D5E1EF;
}
table{
border-collapse: collapse;
margin: 10px;
border-radius: 5px;
}
td, th{
text-align: center;
padding: 5px;
}
#vanta-canvas{
width: 100%;
height: 100vh;
}
.container{
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}
.card{
width: 45%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 5px;
background: linear-gradient(120deg, #343A4F, #0F1620) ;
z-index: 1;
padding: 30px;
color: #D5E1EF;
}
.card-airport, .card-rates, .card-infos, .card-avg-rates, .card-quant-voos{
display: none;
}
.card-list{
width: 60%;
height: 55vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card-header{
font-weight: 800;
margin-bottom: 3rem;
color: #D5E1EF;
text-align: center;
}
.card-body{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 2rem;
text-align: center;
}
.card-extras{
width: 70%;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
}
.btn{
padding: .4rem;
border-radius: 5px;
font-size: 1rem;
font-weight: 500;
overflow: hidden;
border: none;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
color: #D5E1EF;
}
.btn a{
color: #D5E1EF;
}
.primary{
background: linear-gradient(90deg, #489be2, #0f629c);
}
.primary:hover{
background: linear-gradient(90deg, #3b81bf, #0c4c7a);
}
.field{
padding: .6rem 1.5rem;
}
.field-forms{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 2rem;
margin-bottom: 1rem;
}
.voo-field{
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.form-field{
display: flex;
flex-direction: column;
gap: 1rem;
}
.form-field input{
background: linear-gradient(90deg, #489be2, #0f629c);
border-radius: 30px;
color: #D5E1EF;
border: none;
outline: none;
padding: .5rem;
}
.form-field input::placeholder{
color: #d5e1efbf;
}
.button-field{
margin-top: 1rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
gap: 1rem;
}
.airport-field{
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr 1fr;
align-items: center;
}
@media (max-width: 480px) {
.container{
flex-direction: column;
}
.card{
width: 75%;
}
.btn{
width: 4rem;
height: 2rem;
font-size: .60rem;
}
.button-field{
margin-top: 1rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: repeat(2, 1fr);
gap: 1rem;
}
}
| 0.550124 | 0.143968 |
.mtf-container{
width:100%;
height:100%;
overflow: hidden;
font-weight: 500;
}
.mtf-container .mtf-content-container{
padding:0 10%;
width:100%;
height:100%;
position: relative;
background-size: 100% 100%;
}
.mtf-container .mtf-content-container .mtf-header{
width:100%;
height:23.33333vh;
font-size:14px;
line-height:6.7vh;
top:0;
left:0;
position: absolute;
z-index: 1;
color:#283644;
}
/* MTF LHS and RHS container styles */
.mtf-container .mtf-content-container .mtf-options-container-margin{
height:24%;
width:100%;
opacity:0;
display:hidden;
}
.mtf-container .mtf-content-container .mtf-options-container{
height:76%;
width:100%;
padding:2.7% 0%;
font-size:4vh;
display:table;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container{
vertical-align: middle;
display: table-cell;
width:100%;
height:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container{
width:50%;
float:left;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block {
height:14vh;
width:100%;
margin-bottom:0%;
position: relative;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .rhs-block:hover {
cursor: move;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-container{
margin-right:-2.77%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block img.background-image{
width:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block img.audio-image{
top:35%;
z-index: 0;
cursor: pointer;
position: absolute;
height: 25%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-block img.audio-image{
left:2.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .rhs-block img.audio-image{
right:2.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block span.option-text{
position: absolute;
width:83%;
padding:1%;
top:0;
bottom:0;
margin:auto;
display:inline-table;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-block span.option-text{
right:6.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .rhs-block span.option-text{
left:6.5%;
}
/* top to bottom layout implementation */
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container {
width:100%;
margin:auto;
height:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container.options-4{
margin:0% 10%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container.options-3{
margin:0% 20%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container{
height:50%;
width:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block{
height:100%;
float:left;
position: relative;
width:19.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.background-image{
width:100%;
height:92%;
position: absolute;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.option-image{
max-width: 90%;
max-height: 75%;
border-radius: 4px;
/* applies v-align middle and margin:auto */
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
position: absolute;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block span{
position: absolute;
top:0;
bottom: 0;
right:0;
left:0;
justify-content: center;
display: flex;
align-items: center;
font-size: 3.64vh;
height:83%;
padding:2px 5px;
word-break: break-word;
hyphens: manual;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.audio-image{
width:22%;
height: auto;
position: absolute;
opacity: 0.7;
left:39%;
cursor: pointer;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block{
cursor: move;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-block img.background-image{
top:12%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-block img.audio-image{
top:5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block img.background-image{
bottom:12%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block img.audio-image{
bottom:8%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-block img.option-image{
top:6.78%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block img.option-image{
bottom:6%;
}
|
org.ekstep.questionunit.mtf-1.2/renderer/styles/style.css
|
.mtf-container{
width:100%;
height:100%;
overflow: hidden;
font-weight: 500;
}
.mtf-container .mtf-content-container{
padding:0 10%;
width:100%;
height:100%;
position: relative;
background-size: 100% 100%;
}
.mtf-container .mtf-content-container .mtf-header{
width:100%;
height:23.33333vh;
font-size:14px;
line-height:6.7vh;
top:0;
left:0;
position: absolute;
z-index: 1;
color:#283644;
}
/* MTF LHS and RHS container styles */
.mtf-container .mtf-content-container .mtf-options-container-margin{
height:24%;
width:100%;
opacity:0;
display:hidden;
}
.mtf-container .mtf-content-container .mtf-options-container{
height:76%;
width:100%;
padding:2.7% 0%;
font-size:4vh;
display:table;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container{
vertical-align: middle;
display: table-cell;
width:100%;
height:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container{
width:50%;
float:left;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block {
height:14vh;
width:100%;
margin-bottom:0%;
position: relative;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .rhs-block:hover {
cursor: move;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-container{
margin-right:-2.77%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block img.background-image{
width:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block img.audio-image{
top:35%;
z-index: 0;
cursor: pointer;
position: absolute;
height: 25%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-block img.audio-image{
left:2.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .rhs-block img.audio-image{
right:2.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-rhs-block span.option-text{
position: absolute;
width:83%;
padding:1%;
top:0;
bottom:0;
margin:auto;
display:inline-table;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .lhs-block span.option-text{
right:6.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-horizontal-container .lhs-rhs-container .rhs-block span.option-text{
left:6.5%;
}
/* top to bottom layout implementation */
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container {
width:100%;
margin:auto;
height:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container.options-4{
margin:0% 10%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container.options-3{
margin:0% 20%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container{
height:50%;
width:100%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block{
height:100%;
float:left;
position: relative;
width:19.5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.background-image{
width:100%;
height:92%;
position: absolute;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.option-image{
max-width: 90%;
max-height: 75%;
border-radius: 4px;
/* applies v-align middle and margin:auto */
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
position: absolute;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block span{
position: absolute;
top:0;
bottom: 0;
right:0;
left:0;
justify-content: center;
display: flex;
align-items: center;
font-size: 3.64vh;
height:83%;
padding:2px 5px;
word-break: break-word;
hyphens: manual;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.audio-image{
width:22%;
height: auto;
position: absolute;
opacity: 0.7;
left:39%;
cursor: pointer;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block{
cursor: move;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-block img.background-image{
top:12%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-block img.audio-image{
top:5%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block img.background-image{
bottom:12%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block img.audio-image{
bottom:8%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-block img.option-image{
top:6.78%;
}
.mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .rhs-block img.option-image{
bottom:6%;
}
| 0.450118 | 0.039232 |
@import "../../styles/typography.css";
@import "../../styles/colors.css";
@import "../../styles/viewports.css";
@import "../../styles/icons.css";
@import "../../styles/accessibility.css";
@import "../../styles/zindex.css";
.searchContainer {
display: inline-block;
flex-grow: 1;
}
.backdrop {
background-color: rgba(45,45,45,.65);
position: fixed;
top: -40px;
left: 0;
right: 0;
height: calc(100vh + 40px);
z-index: 19000;
display: none;
}
@supports (pointer-events: none) {
.backdrop {
display: block;
opacity: 0;
pointer-events: none;
}
}
.backdrop__active {
display: block;
pointer-events: all;
opacity: 1;
}
.controls {
display: block;
box-sizing: border-box;
height: 64px;
margin: 0 -3px;
padding: 10px 0;
text-align: right;
vertical-align: middle;
}
.container {
background-color: #eee;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
padding: 0 16px;
box-sizing: border-box;
z-index: 20000;
overflow-y: auto;
display: none;
}
.container__active {
display: block;
}
.fieldContainer {
position: relative;
background: #666;
border-radius: 19px/50%;
top: 42px;
}
.field {
font-size: 0.875rem; font-family: futura-pt, sans-serif; letter-spacing: 0.4px;
@apply --standard-font-size;
position: absolute;
top: 0;
left: 0;
width: 100%;
border: 0;
height: 38px;
border-radius: 19px/50%;
padding-left: 16px;
padding-right: 46px;
box-sizing: border-box;
color: #2d2d2d;
-webkit-appearance: none;
}
.field__active {
z-index: 22000;
}
.field::-webkit-search-decoration,
.field::-webkit-search-results-button,
.field::-webkit-search-results-decoration {
display: none;
}
.field:focus {
outline: none; box-shadow: inset 0 0 3px 1px #0770cf;
}
.button {
background-color: transparent;
width: 38px;
height: 38px;
border-radius: 50%;
position: absolute;
top: 0;
right: 0;
transition: background-color 0.3s;
z-index: 22000;
color: #2d2d2d;
padding: 10px;
box-sizing: border-box;
border: 1px solid transparent;
}
.button:focus {
outline: none; box-shadow: inset 0 0 3px 1px #0770cf;
}
.button__active {
color: #fff;
background-color: #2a52be;
}
.results {
position: absolute;
width: 100%;
box-sizing: border-box;
top: 38px;
padding: 16px 0;
z-index: 21000;
overflow-y: auto;
}
.label {
@apply --sr-only;
}
@media (min-width: 768px) {
.backdrop {
transition: opacity 0.3s ease-in;
}
.controls {
display: none;
}
.container {
position: static;
display: inline-block;
vertical-align: top;
height: 100%;
width: 100%;
padding: 0;
background-color: transparent;
overflow-y: initial;
}
.fieldContainer {
top: 0;
}
.searchContainer {
padding: 11px 15px 11px 18px;
}
.results {
top: 19px;
background-color: #eee;
padding: 32px 0 16px;
max-height: 50vh;
display: none;
}
.results__active {
display: block;
}
}
@media (min-width: 1024px) {
.searchContainer {
padding: 11px 15px 11px 30px;
}
}
|
app/template/components/SearchForm/SearchForm.css
|
@import "../../styles/typography.css";
@import "../../styles/colors.css";
@import "../../styles/viewports.css";
@import "../../styles/icons.css";
@import "../../styles/accessibility.css";
@import "../../styles/zindex.css";
.searchContainer {
display: inline-block;
flex-grow: 1;
}
.backdrop {
background-color: rgba(45,45,45,.65);
position: fixed;
top: -40px;
left: 0;
right: 0;
height: calc(100vh + 40px);
z-index: 19000;
display: none;
}
@supports (pointer-events: none) {
.backdrop {
display: block;
opacity: 0;
pointer-events: none;
}
}
.backdrop__active {
display: block;
pointer-events: all;
opacity: 1;
}
.controls {
display: block;
box-sizing: border-box;
height: 64px;
margin: 0 -3px;
padding: 10px 0;
text-align: right;
vertical-align: middle;
}
.container {
background-color: #eee;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
padding: 0 16px;
box-sizing: border-box;
z-index: 20000;
overflow-y: auto;
display: none;
}
.container__active {
display: block;
}
.fieldContainer {
position: relative;
background: #666;
border-radius: 19px/50%;
top: 42px;
}
.field {
font-size: 0.875rem; font-family: futura-pt, sans-serif; letter-spacing: 0.4px;
@apply --standard-font-size;
position: absolute;
top: 0;
left: 0;
width: 100%;
border: 0;
height: 38px;
border-radius: 19px/50%;
padding-left: 16px;
padding-right: 46px;
box-sizing: border-box;
color: #2d2d2d;
-webkit-appearance: none;
}
.field__active {
z-index: 22000;
}
.field::-webkit-search-decoration,
.field::-webkit-search-results-button,
.field::-webkit-search-results-decoration {
display: none;
}
.field:focus {
outline: none; box-shadow: inset 0 0 3px 1px #0770cf;
}
.button {
background-color: transparent;
width: 38px;
height: 38px;
border-radius: 50%;
position: absolute;
top: 0;
right: 0;
transition: background-color 0.3s;
z-index: 22000;
color: #2d2d2d;
padding: 10px;
box-sizing: border-box;
border: 1px solid transparent;
}
.button:focus {
outline: none; box-shadow: inset 0 0 3px 1px #0770cf;
}
.button__active {
color: #fff;
background-color: #2a52be;
}
.results {
position: absolute;
width: 100%;
box-sizing: border-box;
top: 38px;
padding: 16px 0;
z-index: 21000;
overflow-y: auto;
}
.label {
@apply --sr-only;
}
@media (min-width: 768px) {
.backdrop {
transition: opacity 0.3s ease-in;
}
.controls {
display: none;
}
.container {
position: static;
display: inline-block;
vertical-align: top;
height: 100%;
width: 100%;
padding: 0;
background-color: transparent;
overflow-y: initial;
}
.fieldContainer {
top: 0;
}
.searchContainer {
padding: 11px 15px 11px 18px;
}
.results {
top: 19px;
background-color: #eee;
padding: 32px 0 16px;
max-height: 50vh;
display: none;
}
.results__active {
display: block;
}
}
@media (min-width: 1024px) {
.searchContainer {
padding: 11px 15px 11px 30px;
}
}
| 0.428473 | 0.057626 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body {
height: 100%;
width: 100%;
font-family: 'Poppins', sans-serif;
color: #222;
background-color: #e8f5e9;
}
.navbar h1{
color: #1b5e20;
font-weight: bold;
font-size: 4em;
}
.embed-responsive{
position: relative;
overflow: hidden;
}
.navbar-nav li {
padding-right: 20px;
}
.nav-link {
font-size: 1.1em !important;
}
.carousel-inner {
width: 100%;
height: 1000px;
}
.carousel-inner img {
width: 100%;
height: 1000px;
}
.carousel-caption {
position: absolute;
top: 50%;
transform: transalateY(-50)
}
.carousel-caption h1 {
font-size: 500%;
text-transform: uppercase;
text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3 {
font-size: 200%;
font-weight: 500%;
text-shadow: 1px 1px 10px #000;
padding-bottom: 1rem;
}
.btn-primary {
background-color: #1b5e20;
border: 1px solid #1b5e20;
}
.btn-primary:hover {
background-color: #24361d;
border: 1px solid #24361d;
}
.col-12{
overflow-wrap:break-word;
}
.jumbotron {
background-color: #1b5e20;
background-image: url('img/mono11.png');
color:white;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
.jumbotron h1{
font-size: 300%;
}
.display-4 {
padding-top: 50px;
font-weight: bold;
color: #1b5e20
}
.img-fluid {
width: 200%;
height: auto;
}
a{
color: green;
}
#pic {
height: 400px;
}
.px-2 {
padding-left: ($spacer * .15) !important;
padding-right: ($spacer * .5) !important;
}
.ml-1 {
margin-left: ($spacer * .25) !important;
}
/*---Media Queries --*/
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}
/*---Firefox Bug Fix --*/
.carousel-item {
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease,
+++++++++++++++++++++++++++++++++++++++++++++++ -webkit-transform 0.5s ease;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
position: relative;
width: 100%;
height: 60%;
margin: 0!important;
}
.fixed-wrap {
clip: rect(0, auto, auto, 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #563d7c;
}
#fixed {
background-image: url('img/mono12.jpg');
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
padding: 1rem;
}
.embed-responsive {
position: relative;
display: block;
overflow: hidden;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
|
gnomeNeurips/style.css
|
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body {
height: 100%;
width: 100%;
font-family: 'Poppins', sans-serif;
color: #222;
background-color: #e8f5e9;
}
.navbar h1{
color: #1b5e20;
font-weight: bold;
font-size: 4em;
}
.embed-responsive{
position: relative;
overflow: hidden;
}
.navbar-nav li {
padding-right: 20px;
}
.nav-link {
font-size: 1.1em !important;
}
.carousel-inner {
width: 100%;
height: 1000px;
}
.carousel-inner img {
width: 100%;
height: 1000px;
}
.carousel-caption {
position: absolute;
top: 50%;
transform: transalateY(-50)
}
.carousel-caption h1 {
font-size: 500%;
text-transform: uppercase;
text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3 {
font-size: 200%;
font-weight: 500%;
text-shadow: 1px 1px 10px #000;
padding-bottom: 1rem;
}
.btn-primary {
background-color: #1b5e20;
border: 1px solid #1b5e20;
}
.btn-primary:hover {
background-color: #24361d;
border: 1px solid #24361d;
}
.col-12{
overflow-wrap:break-word;
}
.jumbotron {
background-color: #1b5e20;
background-image: url('img/mono11.png');
color:white;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
.jumbotron h1{
font-size: 300%;
}
.display-4 {
padding-top: 50px;
font-weight: bold;
color: #1b5e20
}
.img-fluid {
width: 200%;
height: auto;
}
a{
color: green;
}
#pic {
height: 400px;
}
.px-2 {
padding-left: ($spacer * .15) !important;
padding-right: ($spacer * .5) !important;
}
.ml-1 {
margin-left: ($spacer * .25) !important;
}
/*---Media Queries --*/
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}
/*---Firefox Bug Fix --*/
.carousel-item {
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease,
+++++++++++++++++++++++++++++++++++++++++++++++ -webkit-transform 0.5s ease;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
position: relative;
width: 100%;
height: 60%;
margin: 0!important;
}
.fixed-wrap {
clip: rect(0, auto, auto, 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #563d7c;
}
#fixed {
background-image: url('img/mono12.jpg');
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
padding: 1rem;
}
.embed-responsive {
position: relative;
display: block;
overflow: hidden;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
| 0.338952 | 0.081923 |
* {
margin:0;
padding:0;
}
body {
background:#b1b1b1 none repeat-x scroll top left;
margin:0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
/* wrapper */
div#wrap {
width:90%;
margin:0 auto;
padding:0 10px;
}
/* header & nav */
div.header {
margin:0 auto;
}
div.nav {
padding:0;
margin:0 0 0 15px;
background:#5E008D url('images/nav-bg-right.png') no-repeat scroll bottom right;
}
div.title {
padding:10px 10px;
margin:0 auto;
background:#333 url('images/titlebg.png') repeat-x scroll 50% 50%;
}
div.innernav {
margin:0 15px 0 0;
background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
height:30px;
}
div.outernav {
width:90%;
margin:0 auto;
background:#5E008D url('images/nav-bg-left.png') no-repeat scroll bottom left;
}
div.innertitle {
width:90%;
margin:0 auto;
}
div.nav ul {
list-style:none;
padding:0 0 0 10px;
margin:0;
position:relative;
}
div.nav ul li {
display:inline;
float:left;
}
div.nav ul li a, div.nav ul li a:visited {
float:left;
margin:0 5px;
padding:15px 20px 10px 20px;
height:20px;
text-decoration:none;
color:#ffffff;
font-weight:normal;
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
}
div.nav ul li a:hover {
background-color:#d6d6fe;
}
div.flash {
position: absolute;
float: right;
padding: 10px;
top: 65px;
right: 60px;
opacity: 0.75;
margin: 10px 10px 10px 10px;
text-align: center;
clear: both;
color: #fff;
font-size: 11pt;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: black;
border: 2px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
z-index: 2;
}
div.error {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: red;
color: white;
padding: 3px;
border: 1px solid #666;
}
.warn {
background-color: yellow;
color: black;
padding: 5px;
}
.info {
background-color: #E5FFE5;
color: black;
padding: 5px;
}
.error {
background-color: red;
color: white; padding: 5px;
}
/* headers */
h1, h2 {
text-align:left;
color:#fff;
}
h1 {
font-size:3em;
padding-left:10px;
}
h1 a, h1 a:hover, h1 a:visited {
text-decoration:none;
color:#ffffff;
}
h2 {
padding:0 0 10px 10px;
font-size:0.9em;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size:1.5em;
font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
font-weight:normal;
color:#333333;
}
h4 {
color:#666666;
font-size:1.4em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
font-family:"arial black";
padding:5px 5px 5px 10px;
border-left:10px solid black;
}
h5 {
color:#666666;
padding:0 0 10px 10px;
font-size:1.4em;
font-family:"arial black";
margin-left:5px ;
}
/* element defaults */
p {
-x-system-font:none;
display:block;
font-family:georgia,"times new roman",serif;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:20px;
font-size:0.95em;
color:#333333;
}
ul {
padding:0 0 20px 35px;
}
code {
border:1px solid #51007A;
border-left-width:10px;
display:block;
padding:10px;
margin:10px 0;
}
/* default forms */
form {}
form input, form textarea {
border:2px solid #dddddd;
padding:5px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
}
form input.formbutton {
background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
color:#ffffff;
font-size:0.9em;
border:1px solid #220033;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* list tables */
table.list {
border-spacing: 0;
}
table.list label,
table.list tr {;
}
table.list tr th {
background:white repeat-x scroll bottom left;
}
table.list tr td {
}
/* clear tables */
table.clear {
border-spacing: 0;
border-collapse: collapse;
}
table.clear label,
table.clear tr th {
background:white repeat-x scroll bottom left;
color:black;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
text-align:center;
font-family:"arial black";
text-decoration:none;
font-size:0.8em;
}
table.clear tr td {
text-align: center;
vertical-align: top;
padding-bottom: 0.2em;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
font-family:"arial black";
font-size:0.9em;
}
table.clear thead td,
table.clear tfoot td {
font-weight: bold;
text-align: center;
}
/* default tables */
table {
width:100%;
margin-bottom:10px;
}
table tr th, table tr td {
padding:5px 10px;
}
table tr th {
background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
color:#ffffff;
}
table tr td {
border-bottom:1px solid #dddddd;
}
/* default links */
a {
color:#51007A;
}
a:visited {
color:#51007A;
}
a:hover {
color:#51007A;
}
/* centeral page */
div.pagewrapper {
margin:0 auto;
background:#ffffff url('images/content-bg-right.png') no-repeat scroll top right;
}
div.innerpagewrapper {
background:#ffffff url('images/content-bg-left.png') no-repeat scroll top left;
margin:0 11px 0 0;
}
div.page {
margin:0 0 0 11px;
background-color:#ffffff;
padding:0px 10px 0 10px;
}
div.page ul {
list-style:square;
font-size:0.95em;
}
div.page ul li {
padding:3px 0;
}
/* content */
div.content {
width:65%;
float:left;
}
/* sidebar */
div.sidebar {
width:30%;
float:right;
}
div.sidebar ul {
list-style:none;
padding:10px 10px 25px 10px;
}
div.sidebar ul li {
padding:7px 0;
}
div.sidebar ul li a {
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
font-size:1.1em;
}
/* footer */
div.footer {
clear:both;
margin-top:5px;
border-top:1px solid #c6c6c6;
background:#dddddd url('images/footerbg.png') repeat-x scroll bottom left;
height:30px;
}
div.footer p {
text-align:center;
color:#666666;
padding-top:5px;
font-size:0.9em;
font-family:"Trebuchet MS", Verdana, Arial;
}
div.footer p a {
color:#666666;
}
/* search form */
form.searchform {
padding-top:5px;
}
/* misc classes */
*:focus {
outline:none;
}
.clear {
clear:both;
}
#verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
/* Augmi additional classes added*/
div.tablerow {
z-index: 1;
position: relative;
left: 0px;
top: 0px;
background-color: white;
width: 550px;
height: 80px;
padding: 10px 10px 10px 10px;
}
div.microsite{
z-index: 1;
position: relative;
border: 3px;
left: 0px;
top: 0px;
background-color: #989898 ;
width: 518px;
height: 78px;
padding: 0px 0px 0px 0px;
}
div.mslocation{
float: left;
position: absolute;
left: 2px;
top: 4px;
background-color: black;
color: yellow;
width: 98px;
height: 18px;
padding: 1px
}
div.msmessage{
float: left;
position: absolute;
left: 6px;
top: 4px;
background-color: black;
width: 406px;
height: 18px;
padding: 1px
}
div.msfullmessage{
z-index: 6;
display: none;
float: left;
position: relative;
left: 6px;
top: 4px;
background-color: black;
width: 406px;
height: 68px;
padding: 1px
}
div.msmypic{
float: left;
position: absolute;
left: 2px;
top: 28px;
background-color: white;
border: 1px solid grey;
width: 42px;
height: 42px;
padding: 1px
}
div.msstress{
float: left;
position:absolute;
left: 52px;
top: 28px;
background-color: black;
border: 0px solid grey;
width: 44px;
height: 44px;
padding: 0px
}
div.ttmsmypic{
float: left;
position: relative;
left: 2px;
top: 8px;
background-color: white;
border: 1px solid grey;
width: 42px;
height: 42px;
padding: 1px
}
div.ttmsstress{
float: left;
position: relative;
left: 8px;
top: 8px;
background-color: black;
border: 0px solid grey;
width: 44px;
height: 44px;
padding: 0px
}
div.msmbeats{
z-index: 4;
float: left;
position: relative;
left: 16px;
top: 8px;
background-color: #b2b2b2;
border: 1px solid white;
width: 252px;
height: 42px;
padding: 1px
}
div.mstabs1{
z-index: 3;
float: left;
position: relative;
left: -12px;
top: 8px;
background-color: #4c4c4c;
border: 1px solid white;
width: 60px;
height: 42px;
padding: 1px
}
div.mstabs2{
z-index: 1;
float: left;
position: relative;
left: -12px;
top: 8px;
background-color: #b2b2b2;
border: 0px solid white;
width: 0px;
height: 42px;
padding: 0px;
opacity: 0;
}
div.mstabs3{
z-index: 1;
float: left;
position: relative;
left: -50px;
top: 8px;
background-color: #b2b2b2;
border: 1px solid white;
width: 50px;
height: 42px;
padding: 1px
}
button.mstabsl{
float: left;
position: relative;
left: -8px;
top: 8px;
background-color: #4c4c4c;
border: 1px solid grey;
width: 30px;
height: 44px;
padding: 1px
}
button.mstabsr{
float: left;
position: relative;
left: -6px;
top: 8px;
background-color: #4c4c4c;
border: 1px solid grey;
width: 30px;
height: 44px;
padding: 1px
}
div.msemp{
float: left;
position: relative;
left: -4px;
top: 8px;
background-color: #b2b2b2;
border: 1px solid grey;
width: 42px;
height: 42px;
padding: 1px
}
|
applications/init/static/styles.css
|
* {
margin:0;
padding:0;
}
body {
background:#b1b1b1 none repeat-x scroll top left;
margin:0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
/* wrapper */
div#wrap {
width:90%;
margin:0 auto;
padding:0 10px;
}
/* header & nav */
div.header {
margin:0 auto;
}
div.nav {
padding:0;
margin:0 0 0 15px;
background:#5E008D url('images/nav-bg-right.png') no-repeat scroll bottom right;
}
div.title {
padding:10px 10px;
margin:0 auto;
background:#333 url('images/titlebg.png') repeat-x scroll 50% 50%;
}
div.innernav {
margin:0 15px 0 0;
background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
height:30px;
}
div.outernav {
width:90%;
margin:0 auto;
background:#5E008D url('images/nav-bg-left.png') no-repeat scroll bottom left;
}
div.innertitle {
width:90%;
margin:0 auto;
}
div.nav ul {
list-style:none;
padding:0 0 0 10px;
margin:0;
position:relative;
}
div.nav ul li {
display:inline;
float:left;
}
div.nav ul li a, div.nav ul li a:visited {
float:left;
margin:0 5px;
padding:15px 20px 10px 20px;
height:20px;
text-decoration:none;
color:#ffffff;
font-weight:normal;
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
}
div.nav ul li a:hover {
background-color:#d6d6fe;
}
div.flash {
position: absolute;
float: right;
padding: 10px;
top: 65px;
right: 60px;
opacity: 0.75;
margin: 10px 10px 10px 10px;
text-align: center;
clear: both;
color: #fff;
font-size: 11pt;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: black;
border: 2px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
z-index: 2;
}
div.error {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: red;
color: white;
padding: 3px;
border: 1px solid #666;
}
.warn {
background-color: yellow;
color: black;
padding: 5px;
}
.info {
background-color: #E5FFE5;
color: black;
padding: 5px;
}
.error {
background-color: red;
color: white; padding: 5px;
}
/* headers */
h1, h2 {
text-align:left;
color:#fff;
}
h1 {
font-size:3em;
padding-left:10px;
}
h1 a, h1 a:hover, h1 a:visited {
text-decoration:none;
color:#ffffff;
}
h2 {
padding:0 0 10px 10px;
font-size:0.9em;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size:1.5em;
font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
font-weight:normal;
color:#333333;
}
h4 {
color:#666666;
font-size:1.4em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
font-family:"arial black";
padding:5px 5px 5px 10px;
border-left:10px solid black;
}
h5 {
color:#666666;
padding:0 0 10px 10px;
font-size:1.4em;
font-family:"arial black";
margin-left:5px ;
}
/* element defaults */
p {
-x-system-font:none;
display:block;
font-family:georgia,"times new roman",serif;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:20px;
font-size:0.95em;
color:#333333;
}
ul {
padding:0 0 20px 35px;
}
code {
border:1px solid #51007A;
border-left-width:10px;
display:block;
padding:10px;
margin:10px 0;
}
/* default forms */
form {}
form input, form textarea {
border:2px solid #dddddd;
padding:5px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
}
form input.formbutton {
background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
color:#ffffff;
font-size:0.9em;
border:1px solid #220033;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* list tables */
table.list {
border-spacing: 0;
}
table.list label,
table.list tr {;
}
table.list tr th {
background:white repeat-x scroll bottom left;
}
table.list tr td {
}
/* clear tables */
table.clear {
border-spacing: 0;
border-collapse: collapse;
}
table.clear label,
table.clear tr th {
background:white repeat-x scroll bottom left;
color:black;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
text-align:center;
font-family:"arial black";
text-decoration:none;
font-size:0.8em;
}
table.clear tr td {
text-align: center;
vertical-align: top;
padding-bottom: 0.2em;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
font-family:"arial black";
font-size:0.9em;
}
table.clear thead td,
table.clear tfoot td {
font-weight: bold;
text-align: center;
}
/* default tables */
table {
width:100%;
margin-bottom:10px;
}
table tr th, table tr td {
padding:5px 10px;
}
table tr th {
background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
color:#ffffff;
}
table tr td {
border-bottom:1px solid #dddddd;
}
/* default links */
a {
color:#51007A;
}
a:visited {
color:#51007A;
}
a:hover {
color:#51007A;
}
/* centeral page */
div.pagewrapper {
margin:0 auto;
background:#ffffff url('images/content-bg-right.png') no-repeat scroll top right;
}
div.innerpagewrapper {
background:#ffffff url('images/content-bg-left.png') no-repeat scroll top left;
margin:0 11px 0 0;
}
div.page {
margin:0 0 0 11px;
background-color:#ffffff;
padding:0px 10px 0 10px;
}
div.page ul {
list-style:square;
font-size:0.95em;
}
div.page ul li {
padding:3px 0;
}
/* content */
div.content {
width:65%;
float:left;
}
/* sidebar */
div.sidebar {
width:30%;
float:right;
}
div.sidebar ul {
list-style:none;
padding:10px 10px 25px 10px;
}
div.sidebar ul li {
padding:7px 0;
}
div.sidebar ul li a {
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
font-size:1.1em;
}
/* footer */
div.footer {
clear:both;
margin-top:5px;
border-top:1px solid #c6c6c6;
background:#dddddd url('images/footerbg.png') repeat-x scroll bottom left;
height:30px;
}
div.footer p {
text-align:center;
color:#666666;
padding-top:5px;
font-size:0.9em;
font-family:"Trebuchet MS", Verdana, Arial;
}
div.footer p a {
color:#666666;
}
/* search form */
form.searchform {
padding-top:5px;
}
/* misc classes */
*:focus {
outline:none;
}
.clear {
clear:both;
}
#verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
/* Augmi additional classes added*/
div.tablerow {
z-index: 1;
position: relative;
left: 0px;
top: 0px;
background-color: white;
width: 550px;
height: 80px;
padding: 10px 10px 10px 10px;
}
div.microsite{
z-index: 1;
position: relative;
border: 3px;
left: 0px;
top: 0px;
background-color: #989898 ;
width: 518px;
height: 78px;
padding: 0px 0px 0px 0px;
}
div.mslocation{
float: left;
position: absolute;
left: 2px;
top: 4px;
background-color: black;
color: yellow;
width: 98px;
height: 18px;
padding: 1px
}
div.msmessage{
float: left;
position: absolute;
left: 6px;
top: 4px;
background-color: black;
width: 406px;
height: 18px;
padding: 1px
}
div.msfullmessage{
z-index: 6;
display: none;
float: left;
position: relative;
left: 6px;
top: 4px;
background-color: black;
width: 406px;
height: 68px;
padding: 1px
}
div.msmypic{
float: left;
position: absolute;
left: 2px;
top: 28px;
background-color: white;
border: 1px solid grey;
width: 42px;
height: 42px;
padding: 1px
}
div.msstress{
float: left;
position:absolute;
left: 52px;
top: 28px;
background-color: black;
border: 0px solid grey;
width: 44px;
height: 44px;
padding: 0px
}
div.ttmsmypic{
float: left;
position: relative;
left: 2px;
top: 8px;
background-color: white;
border: 1px solid grey;
width: 42px;
height: 42px;
padding: 1px
}
div.ttmsstress{
float: left;
position: relative;
left: 8px;
top: 8px;
background-color: black;
border: 0px solid grey;
width: 44px;
height: 44px;
padding: 0px
}
div.msmbeats{
z-index: 4;
float: left;
position: relative;
left: 16px;
top: 8px;
background-color: #b2b2b2;
border: 1px solid white;
width: 252px;
height: 42px;
padding: 1px
}
div.mstabs1{
z-index: 3;
float: left;
position: relative;
left: -12px;
top: 8px;
background-color: #4c4c4c;
border: 1px solid white;
width: 60px;
height: 42px;
padding: 1px
}
div.mstabs2{
z-index: 1;
float: left;
position: relative;
left: -12px;
top: 8px;
background-color: #b2b2b2;
border: 0px solid white;
width: 0px;
height: 42px;
padding: 0px;
opacity: 0;
}
div.mstabs3{
z-index: 1;
float: left;
position: relative;
left: -50px;
top: 8px;
background-color: #b2b2b2;
border: 1px solid white;
width: 50px;
height: 42px;
padding: 1px
}
button.mstabsl{
float: left;
position: relative;
left: -8px;
top: 8px;
background-color: #4c4c4c;
border: 1px solid grey;
width: 30px;
height: 44px;
padding: 1px
}
button.mstabsr{
float: left;
position: relative;
left: -6px;
top: 8px;
background-color: #4c4c4c;
border: 1px solid grey;
width: 30px;
height: 44px;
padding: 1px
}
div.msemp{
float: left;
position: relative;
left: -4px;
top: 8px;
background-color: #b2b2b2;
border: 1px solid grey;
width: 42px;
height: 42px;
padding: 1px
}
| 0.21215 | 0.062303 |
* {
/* 初始化 清除元素原有的内外边距 */
padding: 0;
margin: 0;
}
body {
/* 溢出隐藏 */
overflow: hidden;
/* 让页面占浏览器可视区域的高度 */
height: 100vh;
background-color: #e6f1f9;
}
.navbar {
/* 相对定位 */
position: relative;
/* 让元素的宽度占浏览器可视区域的宽度 */
width: 100vm;
height: 100px;
background-color: #e6f1f9;
/* 盒子阴影 */
box-shadow: 0 10px 50px #c6d9ed;
}
.navbar input {
/* 隐藏复选框 */
display: none;
}
.navbar label {
/* 绝对定位 */
position: absolute;
/* clac方法自动计算 */
/* 让元素垂直居中 */
top: calc(50% - 25px);
right: 50px;
width: 50px;
height: 50px;
/* 圆角属性 */
border-radius: 6px;
/* 元素边框 */
border: 1px solid rgba(198, 217, 237, 0.3);
background-color: #e6f1f9;
/* 盒子阴影 多组值用逗号隔开 */
box-shadow: 5px 3px 6px 1px #c6d9ed, -5px -3px 6px 1px #fff;
/* 鼠标移入变小手 */
cursor: pointer;
transition: all 0.5s ease-out;
}
/* 先把label元素内的两条线定义一下 */
.navbar label::before,
.navbar label::after {
content: "";
/* 利用两个伪元素来定义 */
position: absolute;
left: 5px;
width: 40px;
height: 4px;
/* 让两条更佳圆滑 */
border-radius: 4px;
background-color: #042a41;
/* 收回来的动画刚好相反 */
transition: transform 0.3s ease-out, top 0.3s ease-out 0.3s;
}
/* 分别定义两条线的位置 */
.navbar label::before {
top: calc(50% - 10px);
}
.navbar label::after {
top: calc(50% + 6px);
}
/* 定义label元素的动画效果 */
/* checked是判断复选框是否被选中 */
/* + 是相邻兄弟选择器 找最近的下一次label元素 */
.navbar input:checked + label {
/* 加了inset就是内部阴影 啥都不写就是默认的外部阴影(outset) */
box-shadow: 0 0 0 #fff, 0 0 0 #fff, 5px 3px 6px 1px #c6d9ed inset,
-5px -3px 6px 1px #fff inset;
}
.navbar input:checked + label::before {
top: calc(50% - 2px);
/* 逆时针旋转45度 */
transform: rotate(-45deg);
transition: top 0.3s ease-out, transform 0.3s ease-out 0.3s;
}
.navbar input:checked + label::after {
top: calc(50% - 2px);
/* 顺时针旋转45度 */
transform: rotate(45deg);
/* 定义过渡效果 */
/* 先执行top的变化 0.3s后执行transform转换 ease-out是从快速到慢速的过程 */
transition: top 0.3s ease-out, transform 0.3s ease-out 0.3s;
}
/* 先写移动端的导航栏样式 start */
.navbar ul {
position: relative;
top: 100px;
width: 100%;
/* 元素的不透明度 0就是完全透明 */
opacity: 0;
/* 让元素缩放到0 就是直接隐藏 */
transform: scaleY(0);
/* 这个属性设置元素缩放的中心点 设置到了最上面的中间位置 */
transform-origin: 50% 0;
transition: all 0.5s ease-out;
}
.navbar ul li {
list-style: none;
width: 100%;
height: 66px;
}
.navbar ul li a {
/* a标签是行内元素 不设置为块级或者行内块就没法设置宽高 */
display: block;
width: 100%;
height: 100%;
line-height: 66px;
text-align: center;
font-size: 18px;
font-weight: 700;
/* 取消文字下划线 */
text-decoration: none;
color: #042a41;
border: 1px solid rgba(198, 217, 237, 0.3);
box-shadow: 0 15px 20px #c6d9ed;
transition: all 0.3s ease-out;
}
.navbar ul li a:hover {
box-shadow: 0 0 0 #fff, 0 15px 20px #c6d9ed inset;
}
.navbar input:checked ~ ul {
opacity: 1;
transform: scaleY(1);
}
/* 移动端的导航栏样式 end */
/* pc端的样式 start */
/* 媒体查询 如果页面的宽度到了992px之后就执行里面的代码 */
@media (min-width: 992px) {
.navbar label {
/* pc端 lable元素隐藏 */
display: none;
}
.navbar ul {
/* 让元素到原来的默认的定位属性 */
/* 这样上面写的top属性不生效 */
position: static;
/* 弹性布局 */
display: flex;
/* 让元素平均分配宽度 */
justify-content: space-around;
/* 让元素垂直居中 */
align-items: center;
width: 1200px;
height: 100%;
margin: 0 auto;
/* 这里这着两个值是为了避免复选框未选中状态下ul会继承移动端的属性 */
/* 所以这里替换一下 */
opacity: 1;
transform: scaleY(1);
}
.navbar ul li {
text-align: center;
}
.navbar ul li a {
/* 让元素还原到原来的行内属性 这样宽高就不生效 */
display: inline;
padding: 20px 40px;
border-radius: 60px;
box-shadow: 5px 3px 6px 1px #c6d9ed, -5px -3px 6px 1px #fff;
}
.navbar ul li a:hover {
box-shadow: 0 0 0 #fff, 0 0 0 #fff, 5px 3px 6px 1px #c6d9ed inset,
-5px -3px 6px 1px #fff inset;
}
}
/* pc端样式 end */
|
uiStruction/navClickDemo_003/css/navClickDemo_003.css
|
* {
/* 初始化 清除元素原有的内外边距 */
padding: 0;
margin: 0;
}
body {
/* 溢出隐藏 */
overflow: hidden;
/* 让页面占浏览器可视区域的高度 */
height: 100vh;
background-color: #e6f1f9;
}
.navbar {
/* 相对定位 */
position: relative;
/* 让元素的宽度占浏览器可视区域的宽度 */
width: 100vm;
height: 100px;
background-color: #e6f1f9;
/* 盒子阴影 */
box-shadow: 0 10px 50px #c6d9ed;
}
.navbar input {
/* 隐藏复选框 */
display: none;
}
.navbar label {
/* 绝对定位 */
position: absolute;
/* clac方法自动计算 */
/* 让元素垂直居中 */
top: calc(50% - 25px);
right: 50px;
width: 50px;
height: 50px;
/* 圆角属性 */
border-radius: 6px;
/* 元素边框 */
border: 1px solid rgba(198, 217, 237, 0.3);
background-color: #e6f1f9;
/* 盒子阴影 多组值用逗号隔开 */
box-shadow: 5px 3px 6px 1px #c6d9ed, -5px -3px 6px 1px #fff;
/* 鼠标移入变小手 */
cursor: pointer;
transition: all 0.5s ease-out;
}
/* 先把label元素内的两条线定义一下 */
.navbar label::before,
.navbar label::after {
content: "";
/* 利用两个伪元素来定义 */
position: absolute;
left: 5px;
width: 40px;
height: 4px;
/* 让两条更佳圆滑 */
border-radius: 4px;
background-color: #042a41;
/* 收回来的动画刚好相反 */
transition: transform 0.3s ease-out, top 0.3s ease-out 0.3s;
}
/* 分别定义两条线的位置 */
.navbar label::before {
top: calc(50% - 10px);
}
.navbar label::after {
top: calc(50% + 6px);
}
/* 定义label元素的动画效果 */
/* checked是判断复选框是否被选中 */
/* + 是相邻兄弟选择器 找最近的下一次label元素 */
.navbar input:checked + label {
/* 加了inset就是内部阴影 啥都不写就是默认的外部阴影(outset) */
box-shadow: 0 0 0 #fff, 0 0 0 #fff, 5px 3px 6px 1px #c6d9ed inset,
-5px -3px 6px 1px #fff inset;
}
.navbar input:checked + label::before {
top: calc(50% - 2px);
/* 逆时针旋转45度 */
transform: rotate(-45deg);
transition: top 0.3s ease-out, transform 0.3s ease-out 0.3s;
}
.navbar input:checked + label::after {
top: calc(50% - 2px);
/* 顺时针旋转45度 */
transform: rotate(45deg);
/* 定义过渡效果 */
/* 先执行top的变化 0.3s后执行transform转换 ease-out是从快速到慢速的过程 */
transition: top 0.3s ease-out, transform 0.3s ease-out 0.3s;
}
/* 先写移动端的导航栏样式 start */
.navbar ul {
position: relative;
top: 100px;
width: 100%;
/* 元素的不透明度 0就是完全透明 */
opacity: 0;
/* 让元素缩放到0 就是直接隐藏 */
transform: scaleY(0);
/* 这个属性设置元素缩放的中心点 设置到了最上面的中间位置 */
transform-origin: 50% 0;
transition: all 0.5s ease-out;
}
.navbar ul li {
list-style: none;
width: 100%;
height: 66px;
}
.navbar ul li a {
/* a标签是行内元素 不设置为块级或者行内块就没法设置宽高 */
display: block;
width: 100%;
height: 100%;
line-height: 66px;
text-align: center;
font-size: 18px;
font-weight: 700;
/* 取消文字下划线 */
text-decoration: none;
color: #042a41;
border: 1px solid rgba(198, 217, 237, 0.3);
box-shadow: 0 15px 20px #c6d9ed;
transition: all 0.3s ease-out;
}
.navbar ul li a:hover {
box-shadow: 0 0 0 #fff, 0 15px 20px #c6d9ed inset;
}
.navbar input:checked ~ ul {
opacity: 1;
transform: scaleY(1);
}
/* 移动端的导航栏样式 end */
/* pc端的样式 start */
/* 媒体查询 如果页面的宽度到了992px之后就执行里面的代码 */
@media (min-width: 992px) {
.navbar label {
/* pc端 lable元素隐藏 */
display: none;
}
.navbar ul {
/* 让元素到原来的默认的定位属性 */
/* 这样上面写的top属性不生效 */
position: static;
/* 弹性布局 */
display: flex;
/* 让元素平均分配宽度 */
justify-content: space-around;
/* 让元素垂直居中 */
align-items: center;
width: 1200px;
height: 100%;
margin: 0 auto;
/* 这里这着两个值是为了避免复选框未选中状态下ul会继承移动端的属性 */
/* 所以这里替换一下 */
opacity: 1;
transform: scaleY(1);
}
.navbar ul li {
text-align: center;
}
.navbar ul li a {
/* 让元素还原到原来的行内属性 这样宽高就不生效 */
display: inline;
padding: 20px 40px;
border-radius: 60px;
box-shadow: 5px 3px 6px 1px #c6d9ed, -5px -3px 6px 1px #fff;
}
.navbar ul li a:hover {
box-shadow: 0 0 0 #fff, 0 0 0 #fff, 5px 3px 6px 1px #c6d9ed inset,
-5px -3px 6px 1px #fff inset;
}
}
/* pc端样式 end */
| 0.174305 | 0.071235 |
@charset "utf-8";
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,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: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:.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:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;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"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
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:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
div{margin:0;padding:0}
ul,ol{margin:0;padding:0}
th,td{vertical-align:middle;border:solid 1px #000;font-weight:normal;text-align:left}
html,body{font-family:"Avenir Next","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","MS ゴシック",sans-serif;color:#002b36;background-color:#fefefe;height:100%}
html{font-size:62.5%}
body{font-size:1.6px;font-size:1.6rem;text-rendering:optimizeLegibility;text-align:justify;text-justify:distribute;-ms-text-justify:distribute}
div{font-size:1.6px;font-size:1.6rem}
div.content{width:100%;height:auto;min-height:100%;position:relative;margin:0 auto}
h1,h2,h3,h4,h5{font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","MS ゴシック",sans-serif;font-weight:lighter;text-align:left;}
h1 a,h2 a,h3 a,h4 a,h5 a{color:inherit;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited{color:inherit}
h3,h4,h5{margin:15px auto 8px auto;color:#0b691e;border-bottom:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2);box-shadow:0 1px 0 rgba(255,255,255,0.2)}
h1{margin:25px auto 25px auto;font-size:4.1px;font-size:4.1rem;color:#576970;letter-spacing:-.1px;letter-spacing:-.1rem;font-weight:normal;text-align:left}
h2{margin:25px auto 17px auto;font-size:3.2px;font-size:3.2rem;color:#0b6486;letter-spacing:-.08px;letter-spacing:-.08rem;border-bottom:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3);box-shadow:0 1px 0 rgba(255,255,255,0.3);line-height:3.9px;line-height:3.9rem}
h3{margin:15px auto 10px auto;font-size:2.8px;font-size:2.8rem;letter-spacing:-.01px;letter-spacing:-.01rem;line-height:3.5px;line-height:3.5rem}
h4{font-size:2.5px;font-size:2.5rem}
h5{font-size:2px;font-size:2rem;color:#0b6486}
.toc-backref{color:inherit}
ul{padding:0;margin:20px auto 0 15px}
ol{padding:0;margin:20px auto 0 15px;}
ol.upperalpha{list-style-type:upper-alpha}
ol.upperroman{list-style-type:upper-roman}
ol.loweralpha{list-style-type:lower-alpha}
ol.lowerroman{list-style-type:lower-roman}
li ul{margin:5px auto 0 15px}
li{word-wrap:break-word;margin:5px auto;}
li p{margin-top:0;}
li p.first{margin-top:.8em;margin-bottom:.2em}
li dl dd{margin:0}
a{color:#009fc7;text-decoration:none;}
a:hover{color:#427daf;text-decoration:underline}
a:visited{color:#be4a94}
em{font-weight:bold}
cite{margin-left:.2px;margin-left:.2rem;margin-right:.2px;margin-right:.2rem;font-weight:normal;background-color:#f7f7f7}
pre{font-family:"Ricty-Discord","Ricty-Discord","Osaka-等幅","Osaka-Mono",monospace,serif;padding:10px 10px 13px 10px;margin:10px 0;-webkit-border-radius:3px;border-radius:3px}
input[type="text"]{border:1px solid #d5d1e4;font-weight:lighter;max-width:90%;margin:5px auto}
input[type="submit"]{-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:.1px .1px 2px .1px;box-shadow:.1px .1px 2px .1px;display:inline-block;color:#fefefe;padding:6px 10px 2px 10px;background-color:#27b9d4;font-weight:normal;letter-spacing:.09em;border-style:none;text-shadow:1px 1px 0 #6682ca}
input::-webkit-input-placeholder{color:#c4d7da}
input:-moz-placeholder{color:#c4d7da}
input:placeholder{color:#c4d7da}
p.topless{padding:0 auto;margin:0 auto}
header{background-color:#f1f1f1;position:fixed;z-index:10;top:0%;margin:auto;width:100%;height:36px;}
header .right{margin-right:20px}
header .left{margin-left:20px}
header ul{padding:0;margin:auto}
header li{display:inline-block;vertical-align:middle}
header.modest{-webkit-transition:opacity 0.5s linear 0;-moz-transition:opacity 0.5s linear 0;-o-transition:opacity 0.5s linear 0;-ms-transition:opacity 0.5s linear 0;transition:opacity 0.5s linear 0;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);}
header.modest:hover{opacity:1;-ms-filter:none;filter:none}
.breadcrumb li{display:inline-block;list-style:none}
cite{padding-left:.4px;padding-left:.4rem;padding-right:.4px;padding-right:.4rem;font-weight:normal;background-color:#f7f7f7;-webkit-box-shadow:.1px .1px 0 .1px #949494;box-shadow:.1px .1px 0 .1px #949494}
strong.command{padding-left:.4px;padding-left:.4rem;padding-right:.4px;padding-right:.4rem;font-weight:normal;background-color:#f7f7f7;-webkit-box-shadow:.1px .1px 0 .1px #949494;box-shadow:.1px .1px 0 .1px #949494;font-family:"Ricty-Discord","Ricty-Discord","Osaka-等幅","Osaka-Mono",monospace,serif}
.pre{padding-left:.4px;padding-left:.4rem;padding-right:.4px;padding-right:.4rem;font-weight:normal;background-color:#f7f7f7;-webkit-box-shadow:.1px .1px 0 .1px #949494;box-shadow:.1px .1px 0 .1px #949494;background-color:#fdf6e3}
tt.file .pre{background-color:#f7f7f7}
.section{margin:25px auto}
.documentwrapper{background-color:#fefefe;min-width:320px;width:100%;height:auto;min-height:100%;margin:0 auto}
.document{overflow:hidden;background-color:#fefefe;margin:0 auto;padding-top:60px;padding-bottom:100px;min-width:320px;width:60%}
.sidebarwrapper{float:right;margin:0 auto;width:20%;min-width:270px;height:100%}
.sidebar{margin:180px auto 0 auto;width:85%;font-size:1.3px;font-size:1.3rem;}
.sidebar .relative{margin:60px auto}
.sidebar .topless{width:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
ul,ol{margin-left:30px}
nav.localtoc ul{margin-left:0}
nav.localtoc li{padding-left:0;list-style:none;}
nav.localtoc li ul{margin-left:15px;}
nav.localtoc li ul li{list-style:square}
.docutils dt{margin-top:18px;font-weight:bold}
.docutils dd{margin-left:30px;-webkit-margin-start:30px;-moz-margin-start:30px;}
.docutils dd p{margin:.4em auto;margin:.4rem auto}
.field th.field-name{vertical-align:top;border-style:none;font-weight:bold}
.field td.field-body{vertical-align:top;border-style:none;-webkit-box-shadow:none;box-shadow:none;padding-left:10px;}
.field td.field-body p{margin:.4em auto;margin:.4rem auto;}
.field td.field-body p.first{margin-top:.2px;margin-top:.2rem}
#searchbox{margin:50px auto}
.body{width:90%;margin:auto}
.headerlink{text-decoration:none;margin-left:10px;color:#32a1bd;font-size:1.5px;font-size:1.5rem;}
.headerlink:visited{color:#32a1bd}
footer{background-color:rgba(245,245,245,0.7);position:absolute;clear:both;bottom:0;width:100%;margin:auto;height:80px;}
footer .show-copyright,footer .last-updated,footer .show-sphinx{display:inline-block;margin:auto;padding-left:15px;line-height:44px}
footer .theme-info{margin:auto;padding:0 30px;line-height:27px;vertical-align:middle}
footer li{display:inline-block;list-style:none}
.left{float:left}
.right{float:right}
.clearer{clear:both}
table{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;border-radius:3px;margin:20px 0;border:0 solid rgba(243,243,243,0.15);border-right-color:rgba(189,236,255,0.4);-webkit-box-shadow:.1px .1px 0 0 #343434;box-shadow:.1px .1px 0 0 #343434;}
table caption{text-align:center;font-size:1.7000000000000002px;font-size:1.7000000000000002rem;line-height:36px}
table thead{color:#fff;letter-spacing:.25em;text-shadow:.5px .9px 0 #2d86cc;}
table thead th{border:2px solid rgba(243,243,243,0.2);background-color:#52b5ce;text-align:center;font-weight:normal;font-size:1.7000000000000002px;font-size:1.7000000000000002rem;}
table thead th:first-child{border-left:1px solid #52b5ce}
table thead th:last-child{border-right:1px solid #52b5ce}
table tr{height:41px}
table td{border:1px solid #dadce1;padding:0 5px}
table .row-even{background-color:#f7f7f7}
table .row-odd{background-color:#fefefe}
.contents{border-left:ridge 23px #30cdd5;padding:10px 0}
.contents .topic-title.first{color:#0b6486;font-size:2.5px;font-size:2.5rem;padding-left:1.5px;padding-left:1.5rem;margin-top:.1px;margin-top:.1rem;-webkit-margin-before:.1px;-webkit-margin-before:.1rem}
.admonition{margin:30px auto;padding-bottom:5px;-webkit-box-shadow:.1px .15px 1px .5px;box-shadow:.1px .15px 1px .5px;background-color:#f7f7f7;}
.admonition p,.admonition ul{padding-left:20px;padding-right:20px}
.admonition-title{border-bottom:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3);box-shadow:0 1px 0 rgba(255,255,255,0.3);padding-left:15px;font-weight:normal;letter-spacing:.09em;font-size:1.7px;font-size:1.7rem;border-style:none;color:#fefefe;text-shadow:1px 1px 0 #989dd6;background-color:#009fc7}
.attention .admonition-title{background-color:#e97f45}
.caution .admonition-title{background-color:#97649e}
.danger .admonition-title{background-color:#db514f}
.error .admonition-title{background-color:#db514f}
.hint .admonition-title{background-color:#97d452}
.important .admonition-title{background-color:#cf5590}
.note .admonition-title{background-color:#009fc7}
.tip .admonition-title{background-color:#2aa198}
.warning .admonition-title{background-color:#db514f}
.guilabel{font-style:normal;font-weight:inherit;}
.guilabel:before{color:#0b691e;font-weight:bold;display:inline;content:"《";margin-right:2px}
.guilabel:after{color:#0b691e;font-weight:bold;display:inline;content:"》";margin-left:2px}
.menuselection{font-style:normal;font-weight:inherit;}
.menuselection:before{color:#0b691e;font-weight:bold;display:inline}
.menuselection:after{color:#0b691e;font-weight:bold;display:inline}
.menu:before{display:inline;font-weight:bold;content:"[";margin-right:2px}
.menu:after{display:inline;font-weight:bold;content:"]";margin-left:2px}
.menu-separator:before{color:#0b691e;display:inline;font-size:2.2rem !important}
.menuselection .menu-separator:last-child:before{display:none;content:""}
.icon-index:before,.icon-next:before,.icon-previous:before{font-size:3.6px !important;font-size:3.6rem !important}
|
docs/_build/html/_static/main.css
|
@charset "utf-8";
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,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: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:.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:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;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"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
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:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
div{margin:0;padding:0}
ul,ol{margin:0;padding:0}
th,td{vertical-align:middle;border:solid 1px #000;font-weight:normal;text-align:left}
html,body{font-family:"Avenir Next","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","MS ゴシック",sans-serif;color:#002b36;background-color:#fefefe;height:100%}
html{font-size:62.5%}
body{font-size:1.6px;font-size:1.6rem;text-rendering:optimizeLegibility;text-align:justify;text-justify:distribute;-ms-text-justify:distribute}
div{font-size:1.6px;font-size:1.6rem}
div.content{width:100%;height:auto;min-height:100%;position:relative;margin:0 auto}
h1,h2,h3,h4,h5{font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","MS ゴシック",sans-serif;font-weight:lighter;text-align:left;}
h1 a,h2 a,h3 a,h4 a,h5 a{color:inherit;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited{color:inherit}
h3,h4,h5{margin:15px auto 8px auto;color:#0b691e;border-bottom:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2);box-shadow:0 1px 0 rgba(255,255,255,0.2)}
h1{margin:25px auto 25px auto;font-size:4.1px;font-size:4.1rem;color:#576970;letter-spacing:-.1px;letter-spacing:-.1rem;font-weight:normal;text-align:left}
h2{margin:25px auto 17px auto;font-size:3.2px;font-size:3.2rem;color:#0b6486;letter-spacing:-.08px;letter-spacing:-.08rem;border-bottom:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3);box-shadow:0 1px 0 rgba(255,255,255,0.3);line-height:3.9px;line-height:3.9rem}
h3{margin:15px auto 10px auto;font-size:2.8px;font-size:2.8rem;letter-spacing:-.01px;letter-spacing:-.01rem;line-height:3.5px;line-height:3.5rem}
h4{font-size:2.5px;font-size:2.5rem}
h5{font-size:2px;font-size:2rem;color:#0b6486}
.toc-backref{color:inherit}
ul{padding:0;margin:20px auto 0 15px}
ol{padding:0;margin:20px auto 0 15px;}
ol.upperalpha{list-style-type:upper-alpha}
ol.upperroman{list-style-type:upper-roman}
ol.loweralpha{list-style-type:lower-alpha}
ol.lowerroman{list-style-type:lower-roman}
li ul{margin:5px auto 0 15px}
li{word-wrap:break-word;margin:5px auto;}
li p{margin-top:0;}
li p.first{margin-top:.8em;margin-bottom:.2em}
li dl dd{margin:0}
a{color:#009fc7;text-decoration:none;}
a:hover{color:#427daf;text-decoration:underline}
a:visited{color:#be4a94}
em{font-weight:bold}
cite{margin-left:.2px;margin-left:.2rem;margin-right:.2px;margin-right:.2rem;font-weight:normal;background-color:#f7f7f7}
pre{font-family:"Ricty-Discord","Ricty-Discord","Osaka-等幅","Osaka-Mono",monospace,serif;padding:10px 10px 13px 10px;margin:10px 0;-webkit-border-radius:3px;border-radius:3px}
input[type="text"]{border:1px solid #d5d1e4;font-weight:lighter;max-width:90%;margin:5px auto}
input[type="submit"]{-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:.1px .1px 2px .1px;box-shadow:.1px .1px 2px .1px;display:inline-block;color:#fefefe;padding:6px 10px 2px 10px;background-color:#27b9d4;font-weight:normal;letter-spacing:.09em;border-style:none;text-shadow:1px 1px 0 #6682ca}
input::-webkit-input-placeholder{color:#c4d7da}
input:-moz-placeholder{color:#c4d7da}
input:placeholder{color:#c4d7da}
p.topless{padding:0 auto;margin:0 auto}
header{background-color:#f1f1f1;position:fixed;z-index:10;top:0%;margin:auto;width:100%;height:36px;}
header .right{margin-right:20px}
header .left{margin-left:20px}
header ul{padding:0;margin:auto}
header li{display:inline-block;vertical-align:middle}
header.modest{-webkit-transition:opacity 0.5s linear 0;-moz-transition:opacity 0.5s linear 0;-o-transition:opacity 0.5s linear 0;-ms-transition:opacity 0.5s linear 0;transition:opacity 0.5s linear 0;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);}
header.modest:hover{opacity:1;-ms-filter:none;filter:none}
.breadcrumb li{display:inline-block;list-style:none}
cite{padding-left:.4px;padding-left:.4rem;padding-right:.4px;padding-right:.4rem;font-weight:normal;background-color:#f7f7f7;-webkit-box-shadow:.1px .1px 0 .1px #949494;box-shadow:.1px .1px 0 .1px #949494}
strong.command{padding-left:.4px;padding-left:.4rem;padding-right:.4px;padding-right:.4rem;font-weight:normal;background-color:#f7f7f7;-webkit-box-shadow:.1px .1px 0 .1px #949494;box-shadow:.1px .1px 0 .1px #949494;font-family:"Ricty-Discord","Ricty-Discord","Osaka-等幅","Osaka-Mono",monospace,serif}
.pre{padding-left:.4px;padding-left:.4rem;padding-right:.4px;padding-right:.4rem;font-weight:normal;background-color:#f7f7f7;-webkit-box-shadow:.1px .1px 0 .1px #949494;box-shadow:.1px .1px 0 .1px #949494;background-color:#fdf6e3}
tt.file .pre{background-color:#f7f7f7}
.section{margin:25px auto}
.documentwrapper{background-color:#fefefe;min-width:320px;width:100%;height:auto;min-height:100%;margin:0 auto}
.document{overflow:hidden;background-color:#fefefe;margin:0 auto;padding-top:60px;padding-bottom:100px;min-width:320px;width:60%}
.sidebarwrapper{float:right;margin:0 auto;width:20%;min-width:270px;height:100%}
.sidebar{margin:180px auto 0 auto;width:85%;font-size:1.3px;font-size:1.3rem;}
.sidebar .relative{margin:60px auto}
.sidebar .topless{width:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
ul,ol{margin-left:30px}
nav.localtoc ul{margin-left:0}
nav.localtoc li{padding-left:0;list-style:none;}
nav.localtoc li ul{margin-left:15px;}
nav.localtoc li ul li{list-style:square}
.docutils dt{margin-top:18px;font-weight:bold}
.docutils dd{margin-left:30px;-webkit-margin-start:30px;-moz-margin-start:30px;}
.docutils dd p{margin:.4em auto;margin:.4rem auto}
.field th.field-name{vertical-align:top;border-style:none;font-weight:bold}
.field td.field-body{vertical-align:top;border-style:none;-webkit-box-shadow:none;box-shadow:none;padding-left:10px;}
.field td.field-body p{margin:.4em auto;margin:.4rem auto;}
.field td.field-body p.first{margin-top:.2px;margin-top:.2rem}
#searchbox{margin:50px auto}
.body{width:90%;margin:auto}
.headerlink{text-decoration:none;margin-left:10px;color:#32a1bd;font-size:1.5px;font-size:1.5rem;}
.headerlink:visited{color:#32a1bd}
footer{background-color:rgba(245,245,245,0.7);position:absolute;clear:both;bottom:0;width:100%;margin:auto;height:80px;}
footer .show-copyright,footer .last-updated,footer .show-sphinx{display:inline-block;margin:auto;padding-left:15px;line-height:44px}
footer .theme-info{margin:auto;padding:0 30px;line-height:27px;vertical-align:middle}
footer li{display:inline-block;list-style:none}
.left{float:left}
.right{float:right}
.clearer{clear:both}
table{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;border-radius:3px;margin:20px 0;border:0 solid rgba(243,243,243,0.15);border-right-color:rgba(189,236,255,0.4);-webkit-box-shadow:.1px .1px 0 0 #343434;box-shadow:.1px .1px 0 0 #343434;}
table caption{text-align:center;font-size:1.7000000000000002px;font-size:1.7000000000000002rem;line-height:36px}
table thead{color:#fff;letter-spacing:.25em;text-shadow:.5px .9px 0 #2d86cc;}
table thead th{border:2px solid rgba(243,243,243,0.2);background-color:#52b5ce;text-align:center;font-weight:normal;font-size:1.7000000000000002px;font-size:1.7000000000000002rem;}
table thead th:first-child{border-left:1px solid #52b5ce}
table thead th:last-child{border-right:1px solid #52b5ce}
table tr{height:41px}
table td{border:1px solid #dadce1;padding:0 5px}
table .row-even{background-color:#f7f7f7}
table .row-odd{background-color:#fefefe}
.contents{border-left:ridge 23px #30cdd5;padding:10px 0}
.contents .topic-title.first{color:#0b6486;font-size:2.5px;font-size:2.5rem;padding-left:1.5px;padding-left:1.5rem;margin-top:.1px;margin-top:.1rem;-webkit-margin-before:.1px;-webkit-margin-before:.1rem}
.admonition{margin:30px auto;padding-bottom:5px;-webkit-box-shadow:.1px .15px 1px .5px;box-shadow:.1px .15px 1px .5px;background-color:#f7f7f7;}
.admonition p,.admonition ul{padding-left:20px;padding-right:20px}
.admonition-title{border-bottom:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3);box-shadow:0 1px 0 rgba(255,255,255,0.3);padding-left:15px;font-weight:normal;letter-spacing:.09em;font-size:1.7px;font-size:1.7rem;border-style:none;color:#fefefe;text-shadow:1px 1px 0 #989dd6;background-color:#009fc7}
.attention .admonition-title{background-color:#e97f45}
.caution .admonition-title{background-color:#97649e}
.danger .admonition-title{background-color:#db514f}
.error .admonition-title{background-color:#db514f}
.hint .admonition-title{background-color:#97d452}
.important .admonition-title{background-color:#cf5590}
.note .admonition-title{background-color:#009fc7}
.tip .admonition-title{background-color:#2aa198}
.warning .admonition-title{background-color:#db514f}
.guilabel{font-style:normal;font-weight:inherit;}
.guilabel:before{color:#0b691e;font-weight:bold;display:inline;content:"《";margin-right:2px}
.guilabel:after{color:#0b691e;font-weight:bold;display:inline;content:"》";margin-left:2px}
.menuselection{font-style:normal;font-weight:inherit;}
.menuselection:before{color:#0b691e;font-weight:bold;display:inline}
.menuselection:after{color:#0b691e;font-weight:bold;display:inline}
.menu:before{display:inline;font-weight:bold;content:"[";margin-right:2px}
.menu:after{display:inline;font-weight:bold;content:"]";margin-left:2px}
.menu-separator:before{color:#0b691e;display:inline;font-size:2.2rem !important}
.menuselection .menu-separator:last-child:before{display:none;content:""}
.icon-index:before,.icon-next:before,.icon-previous:before{font-size:3.6px !important;font-size:3.6rem !important}
| 0.315103 | 0.065068 |
@import url("./root.css");
@import url("./button.css");
@import url("./call-to-action-buttons.css");
@import url("./article.css");
@import url("./modal.css");
@import url("./form.css");
@import url("./link-button.css");
@import url("./faq.css");
@import url("./blob-shape.css");
/* section 1about adoption */
.about-adoption .adoption-article {
grid-template-areas:
"article image"
"article image";
}
.adoption-article .article {
grid-area: article;
}
.adoption-image img {
grid-area: image;
float: right;
width: 80%;
height: auto;
min-width: 200px;
border-radius: 5px;
z-index: 1;
border: 35px solid var(--secondary1);
border-radius: var(--borderRadius);
box-shadow: var(--shadow);
}
.faq-invite {
font-size: 1.3rem;
font-weight: 700;
}
/* section 2 stories */
.stories-container {
margin: auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(330px, 360px));
grid-column-gap: 32px;
grid-row-gap: 16px;
text-align: center;
}
.happy-stories {
background-color: var(--secondary2);
}
.story-photo {
max-width: 300px;
max-height: 285px;
min-width: 300px;
height: 100%;
margin: auto;
margin-bottom: 1.5rem;
}
.story-text {
padding: 1.5rem;
}
.story.one .story-photo img,
.story.two .story-photo img {
width: 100%;
}
.story.three .story-photo img {
height: 100%;
}
/* FAQ */
.answer {
padding: 1rem;
}
li {
list-style: none;
}
.faq {
text-align: center;
background-color: #fff;
}
.faq-list {
list-style: none;
box-shadow: var(--shadow);
border-radius: 8px;
}
li .question{
cursor: pointer;
}
.nested-list li {
padding: 0.5em;
margin: 0px;
text-align: left;
}
.nested-list p {
padding: 0.5em;
font-size: 1rem;
margin: 0px;
text-align: left;
}
.nested-nested-list {
list-style-type: circle;
padding-left: 1.2em;
}
.question img {
padding-right: 10px;
height: 12px;
}
.question {
background-color: var(--secondary2);
padding: 10px;
margin-bottom: 15px;
margin-top: 15px;
border-radius: 8px;
text-align: left;
}
a {
all: unset;
color: var(--primary2);
font-weight: 500;
}
a:hover {
cursor: pointer;
border-bottom: 3px solid var(--primary2);
}
/* Responsive design start */
@media screen and (max-width: 990px) {
.stories-container {
width: 100%;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
}
|
client/styles/about-adoption.css
|
@import url("./root.css");
@import url("./button.css");
@import url("./call-to-action-buttons.css");
@import url("./article.css");
@import url("./modal.css");
@import url("./form.css");
@import url("./link-button.css");
@import url("./faq.css");
@import url("./blob-shape.css");
/* section 1about adoption */
.about-adoption .adoption-article {
grid-template-areas:
"article image"
"article image";
}
.adoption-article .article {
grid-area: article;
}
.adoption-image img {
grid-area: image;
float: right;
width: 80%;
height: auto;
min-width: 200px;
border-radius: 5px;
z-index: 1;
border: 35px solid var(--secondary1);
border-radius: var(--borderRadius);
box-shadow: var(--shadow);
}
.faq-invite {
font-size: 1.3rem;
font-weight: 700;
}
/* section 2 stories */
.stories-container {
margin: auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(330px, 360px));
grid-column-gap: 32px;
grid-row-gap: 16px;
text-align: center;
}
.happy-stories {
background-color: var(--secondary2);
}
.story-photo {
max-width: 300px;
max-height: 285px;
min-width: 300px;
height: 100%;
margin: auto;
margin-bottom: 1.5rem;
}
.story-text {
padding: 1.5rem;
}
.story.one .story-photo img,
.story.two .story-photo img {
width: 100%;
}
.story.three .story-photo img {
height: 100%;
}
/* FAQ */
.answer {
padding: 1rem;
}
li {
list-style: none;
}
.faq {
text-align: center;
background-color: #fff;
}
.faq-list {
list-style: none;
box-shadow: var(--shadow);
border-radius: 8px;
}
li .question{
cursor: pointer;
}
.nested-list li {
padding: 0.5em;
margin: 0px;
text-align: left;
}
.nested-list p {
padding: 0.5em;
font-size: 1rem;
margin: 0px;
text-align: left;
}
.nested-nested-list {
list-style-type: circle;
padding-left: 1.2em;
}
.question img {
padding-right: 10px;
height: 12px;
}
.question {
background-color: var(--secondary2);
padding: 10px;
margin-bottom: 15px;
margin-top: 15px;
border-radius: 8px;
text-align: left;
}
a {
all: unset;
color: var(--primary2);
font-weight: 500;
}
a:hover {
cursor: pointer;
border-bottom: 3px solid var(--primary2);
}
/* Responsive design start */
@media screen and (max-width: 990px) {
.stories-container {
width: 100%;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
}
| 0.290276 | 0.057652 |
html {
font-size: 62.5%;
}
h1 {
text-transform: uppercase;
}
img {
max-width: 300px;
}
/* Header */
#header {
background-color: #3c455c;
background-attachment: scroll, fixed;
/*background-image: url("images/overlay.png"), url("../../images/bg.jpg");*/
background-position: top left, top left;
background-repeat: repeat, no-repeat;
background-size: auto, auto 100%;
color: rgba(255, 255, 255, 0.5);
height: 100%;
left: 0;
padding: 8em 4em 0 0;
position: fixed;
text-align: right;
top: 0;
width: 25%;
}
#header strong,
#header b {
color: #ffffff;
}
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
color: #ffffff;
}
#header h1 {
color: rgba(255, 255, 255, 0.5);
font-size: 1.35em;
line-height: 1.75em;
margin: 0;
font-family: "Shadows Into Light";
}
#header .image.avatar img {
margin: 0 0 1em 0;
width: 6em;
border-radius: 100%;
}
/* Footer */
#footer {
bottom: 0;
left: 0;
padding: 0 4em 6em 0;
position: fixed;
text-align: right;
width: 25%;
}
#footer .icons {
margin: 1em 0 0 0;
}
#footer .icons li {
float: right;
margin-left: 0.5em;
list-style: none;
}
#footer .icons li i {
color: rgba(255, 255, 255, 0.4);
}
#footer .icons .label {
display: none;
}
#footer .copyright {
color: rgba(255, 255, 255, 0.4);
font-size: 0.8em;
list-style: none;
margin: 1em 0 0 0;
padding: 0;
}
#footer .copyright li {
border-left: solid 1px rgba(255, 255, 255, 0.25);
display: inline-block;
line-height: 1em;
margin-left: 0.75em;
padding-left: 0.75em;
}
#footer .copyright li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
#footer .copyright li a {
color: inherit;
}
/* Main */
#main {
margin-left: calc(25% + 4em);
margin-right: 4em;
}
#main>section {
border-top: solid 2px #efefef;
margin: 4em 0 0 0;
padding: 4em 0 0 0;
}
#main>section:first-child {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
#main section .label-info {
text-transform: capitalize;
}
/* XLarge */
@media screen and (max-width: 1800px) {
/* Basic */
body,
input,
select,
textarea {
font-size: 12pt;
}
}
/* Large */
@media screen and (max-width: 1280px) {
/* Header */
#header {
padding: 6em 3em 3em 3em;
width: 25%;
}
#header h1 {
font-size: 1.25em;
}
#header h1 br {
display: none;
}
/* Footer */
#footer {
padding: 0 3em 5em 3em;
width: 25%;
}
#footer .copyright li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
}
/* Medium */
@media screen and (max-width: 980px) {
/* Basic */
h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
display: none;
}
/* List */
ul.icons li .icon {
font-size: 1.25em;
}
/* Header */
#header {
background-attachment: scroll;
background-position: top left, center center;
background-size: auto, cover;
left: auto;
padding: 1.5em 1em;
position: relative;
text-align: center;
top: auto;
width: 100%;
}
#header h1 {
font-size: 1.75em;
}
#header h1 br {
display: inline;
}
#header .image.avatar {
display: none;
}
/* Footer */
#footer {
background-attachment: scroll;
background-color: #3c455c;
background-position: top left, bottom center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
bottom: 0;
left: auto;
padding: 1em 1em 1.5em 1em;
position: fixed;
text-align: center;
width: 100%;
}
#footer .icons {
margin: 0 0 1em 0;
}
#footer .copyright {
margin: 0 0 1em 0;
}
#footer .copyright li {
border-left-width: 1px;
display: inline-block;
line-height: 1em;
margin-left: 0.75em;
padding-left: 0.75em;
}
/* Main */
#main {
margin: 0;
padding: 1.5em 2em;
width: 100%;
margin-bottom: 60px;
}
}
/* Small */
@media screen and (max-width: 736px) {
/* Basic */
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1em;
}
/* Section/Article */
section.special,
article.special {
text-align: center;
}
header.major h2 {
font-size: 1.35em;
}
/* List */
ul.labeled-icons li {
padding-left: 2em;
}
ul.labeled-icons li h3 {
line-height: 1.75em;
}
/* Header */
#header {
padding: 0.9em 0.6em;
}
#header h1 {
font-size: 1.35em;
}
#header .image.avatar {
display: none;
}
/* Footer */
#footer {
padding: 0.9em 0.6em;
}
/* Main */
#main {
padding: 0.9em 0.6em -1.1em 0.6em;
}
#main>section {
margin: 0.9em 0 0 0;
padding: 0.9em 0 0 0;
}
/* Poptrox */
.poptrox-popup {
border-radius: 0;
}
.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
margin-top: -1em;
}
}
/* XSmall */
@media screen and (max-width: 480px) {
/* List */
ul.actions {
margin: 0 0 2em 0;
}
ul.actions li {
display: block;
padding: 1em 0 0 0;
text-align: center;
width: 100%;
}
ul.actions li:first-child {
padding-top: 0;
}
ul.actions li>* {
margin: 0 !important;
width: 100%;
}
ul.actions li>*.icon:before {
margin-left: -2em;
}
ul.actions.small li {
padding: 0.5em 0 0 0;
}
ul.actions.small li:first-child {
padding-top: 0;
}
/* Header */
#header {
padding: 0.5em 0.5em;
}
#header h1 br {
display: none;
}
#header .image.avatar {
display: none;
}
/* Footer */
#footer .copyright li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
}
|
css/main.css
|
html {
font-size: 62.5%;
}
h1 {
text-transform: uppercase;
}
img {
max-width: 300px;
}
/* Header */
#header {
background-color: #3c455c;
background-attachment: scroll, fixed;
/*background-image: url("images/overlay.png"), url("../../images/bg.jpg");*/
background-position: top left, top left;
background-repeat: repeat, no-repeat;
background-size: auto, auto 100%;
color: rgba(255, 255, 255, 0.5);
height: 100%;
left: 0;
padding: 8em 4em 0 0;
position: fixed;
text-align: right;
top: 0;
width: 25%;
}
#header strong,
#header b {
color: #ffffff;
}
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
color: #ffffff;
}
#header h1 {
color: rgba(255, 255, 255, 0.5);
font-size: 1.35em;
line-height: 1.75em;
margin: 0;
font-family: "Shadows Into Light";
}
#header .image.avatar img {
margin: 0 0 1em 0;
width: 6em;
border-radius: 100%;
}
/* Footer */
#footer {
bottom: 0;
left: 0;
padding: 0 4em 6em 0;
position: fixed;
text-align: right;
width: 25%;
}
#footer .icons {
margin: 1em 0 0 0;
}
#footer .icons li {
float: right;
margin-left: 0.5em;
list-style: none;
}
#footer .icons li i {
color: rgba(255, 255, 255, 0.4);
}
#footer .icons .label {
display: none;
}
#footer .copyright {
color: rgba(255, 255, 255, 0.4);
font-size: 0.8em;
list-style: none;
margin: 1em 0 0 0;
padding: 0;
}
#footer .copyright li {
border-left: solid 1px rgba(255, 255, 255, 0.25);
display: inline-block;
line-height: 1em;
margin-left: 0.75em;
padding-left: 0.75em;
}
#footer .copyright li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
#footer .copyright li a {
color: inherit;
}
/* Main */
#main {
margin-left: calc(25% + 4em);
margin-right: 4em;
}
#main>section {
border-top: solid 2px #efefef;
margin: 4em 0 0 0;
padding: 4em 0 0 0;
}
#main>section:first-child {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
#main section .label-info {
text-transform: capitalize;
}
/* XLarge */
@media screen and (max-width: 1800px) {
/* Basic */
body,
input,
select,
textarea {
font-size: 12pt;
}
}
/* Large */
@media screen and (max-width: 1280px) {
/* Header */
#header {
padding: 6em 3em 3em 3em;
width: 25%;
}
#header h1 {
font-size: 1.25em;
}
#header h1 br {
display: none;
}
/* Footer */
#footer {
padding: 0 3em 5em 3em;
width: 25%;
}
#footer .copyright li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
}
/* Medium */
@media screen and (max-width: 980px) {
/* Basic */
h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
display: none;
}
/* List */
ul.icons li .icon {
font-size: 1.25em;
}
/* Header */
#header {
background-attachment: scroll;
background-position: top left, center center;
background-size: auto, cover;
left: auto;
padding: 1.5em 1em;
position: relative;
text-align: center;
top: auto;
width: 100%;
}
#header h1 {
font-size: 1.75em;
}
#header h1 br {
display: inline;
}
#header .image.avatar {
display: none;
}
/* Footer */
#footer {
background-attachment: scroll;
background-color: #3c455c;
background-position: top left, bottom center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
bottom: 0;
left: auto;
padding: 1em 1em 1.5em 1em;
position: fixed;
text-align: center;
width: 100%;
}
#footer .icons {
margin: 0 0 1em 0;
}
#footer .copyright {
margin: 0 0 1em 0;
}
#footer .copyright li {
border-left-width: 1px;
display: inline-block;
line-height: 1em;
margin-left: 0.75em;
padding-left: 0.75em;
}
/* Main */
#main {
margin: 0;
padding: 1.5em 2em;
width: 100%;
margin-bottom: 60px;
}
}
/* Small */
@media screen and (max-width: 736px) {
/* Basic */
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1em;
}
/* Section/Article */
section.special,
article.special {
text-align: center;
}
header.major h2 {
font-size: 1.35em;
}
/* List */
ul.labeled-icons li {
padding-left: 2em;
}
ul.labeled-icons li h3 {
line-height: 1.75em;
}
/* Header */
#header {
padding: 0.9em 0.6em;
}
#header h1 {
font-size: 1.35em;
}
#header .image.avatar {
display: none;
}
/* Footer */
#footer {
padding: 0.9em 0.6em;
}
/* Main */
#main {
padding: 0.9em 0.6em -1.1em 0.6em;
}
#main>section {
margin: 0.9em 0 0 0;
padding: 0.9em 0 0 0;
}
/* Poptrox */
.poptrox-popup {
border-radius: 0;
}
.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
margin-top: -1em;
}
}
/* XSmall */
@media screen and (max-width: 480px) {
/* List */
ul.actions {
margin: 0 0 2em 0;
}
ul.actions li {
display: block;
padding: 1em 0 0 0;
text-align: center;
width: 100%;
}
ul.actions li:first-child {
padding-top: 0;
}
ul.actions li>* {
margin: 0 !important;
width: 100%;
}
ul.actions li>*.icon:before {
margin-left: -2em;
}
ul.actions.small li {
padding: 0.5em 0 0 0;
}
ul.actions.small li:first-child {
padding-top: 0;
}
/* Header */
#header {
padding: 0.5em 0.5em;
}
#header h1 br {
display: none;
}
#header .image.avatar {
display: none;
}
/* Footer */
#footer .copyright li {
border-left-width: 0;
display: block;
line-height: 2.25em;
margin-left: 0;
padding-left: 0;
}
}
| 0.447219 | 0.114963 |
.App {
text-align: center;
/* display: flex; */
}
/* .App-logo {
height: 40vmin;
pointer-events: none;
} */
/* @media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
} */
/* .App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
} */
/* @keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */
/* Root Styles and Variables */
:root {
/* --main-accent-color: hotpink; */
/* --header-background-color: rgb(53, 53, 53); */
--input-field-background-color: rgb(185, 185, 185);
--background-color: #22201a;
--primary-accent-color: #cdb47d;
--text-accent-color: #cdb47d;
/* Buttons */
--primary-button-color: #cdb47d;
--primary-button-border: #cdb47d;
--primary-button-bg-color: #22201a;
--table-stripe-color: #38352a;
--table-text-accent-color: #f0d292;
--table-hover-bg-color: #5a5544;
--table-text-hover-color: #ffdf9b;
--task-complete-color: #cdb47d55;
}
/* Body & Site Wide Styles */
body {
--bs-body-color: var(--text-accent-color);
--bs-body-bg: var(--background-color);
}
#page-main {
background-color: var(--background-color);
display: flex;
flex-direction: column;
justify-content: center;
max-width: 1400px;
min-width: 800px;
width: 95%;
margin: 0 auto;
}
#page-content {
display: flex;
flex-direction: column;
justify-content: center;
}
#bootstrap-override a {
text-decoration: none;
color: var(--text-accent-color);
font-weight: bold;
}
#bootstrap-override .btn-primary {
margin: 0px 5px 0px 5px;
}
.centered-container {
display: flex;
justify-content: center;
}
.flex-vert {
display: flex;
flex-direction: column;
justify-content: center;
}
.flex-horizontal {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
}
.flex-left {
display: flex;
flex-direction: row;
/* align-items: center; */
width: 100%;
}
/* Headers */
#avatar-img {
height: 40px;
border-radius: 50%;
margin: 0px 10px;
}
#bootstrap-override #page-header {
background-color: var(--background-color);
border-bottom: 1px solid var(--primary-accent-color);
text-decoration: none;
}
#bootstrap-override .index-page-header {
display: flex;
justify-content: center;
align-items: center;
}
.nav-icon {
font-weight: bold;
padding: 0 20px;
}
/* Forms */
#bootstrap-override input[type="text"],
#bootstrap-override input[type="number"],
#bootstrap-override select,
#bootstrap-override input[type="color"],
#bootstrap-override input[type="password"],
#bootstrap-override textarea {
background-color: var(--background-color);
border: 1px solid var(--primary-accent-color);
color: var(--text-accent-color);
}
#bootstrap-override .input-group-text {
background-color: var(--background-color);
color: var(--text-accent-color);
border: 1px solid var(--primary-accent-color);
width: 80px;
}
#bootstrap-override #formCellProgress {
width: 100%;
padding: 0 10px;
}
#bootstrap-override #cell-form-color-input {
display: flex;
flex-direction: column;
justify-content: center;
}
#bootstrap-override #formCellColor {
margin: 0 auto;
}
.col-25 {
width: 25%;
/* padding: 0 5px; */
}
.padded-right {
padding: 0 5px 0 0;
}
.padded-left {
padding: 0 0 0 5px;
}
.input-width-500 {
width: 500px;
}
#bootstrap-override .input-width-200 {
width: 200px;
}
/* Map Grid */
#cell-grid-container {
--grid-width: 1200px;
--grid-height: 1015px;
--aspect-ratio: 0.84583;
/* --aspect-ratio: calc(var(--grid-width) / var(--grid-height)); */
--width: 95%;
--min-width: 1100px;
display: grid;
grid-template: repeat(77, 1fr) / repeat(91, 1fr);
gap: 0px;
/* width: var(--grid-width); */
/* min-width: var(--grid-width); */
/* height: var(--grid-height); */
/* min-height: var(--grid-height); */
aspect-ratio: 1200 / 1015;
/* Aspect ratio: .84583 */
width: var(--width);
/* width: var(--grid-width); */
/* min-width: var(--grid-width); */
/* height: calc(var(--width) * var(--aspect-ratio)); */
/* height: var(--grid-height); */
/* min-height: var(--grid-height); */
min-width: var(--min-width);
/* min-height: calc(var(--min-width) * var(--aspect-ratio)); */
place-self: stretch;
background-image: url("./assets/images/AshTestMap2trans.png");
/* background-size: 1200px 1015px; */
background-size: 100% 100%;
}
.cell-block {
background-color: white;
display: flex;
place-self: stretch;
height: 100%;
width: 100%;
opacity: 1;
z-index: 1;
}
.chunk-block {
background-color: #0088924d;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 0 1px 2px 0;
z-index: 10;
}
.tooltip-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Button */
.btn.btn-primary {
background-color: var(--primary-button-bg-color);
border: 1px solid var(--primary-button-border);
color: var(--primary-button-color);
}
.btn.btn-primary:hover {
background-color: var(--primary-button-border);
border: 1px solid var(--primary-button-border);
color: var(--primary-button-bg-color);
}
.btn.btn-primary:disabled {
background-color: var(--primary-button-bg-color);
border: 1px solid var(--primary-button-border);
color: var(--primary-button-color);
}
/* Dashboard */
.dashboard-tile {
display: flex;
justify-content: center;
flex-direction: column;
}
#map-shortcut-tile {
flex-direction: row;
}
.margin-top-20 {
margin-top: 20px;
}
/* Tables */
#bootstrap-override .table-dark {
--bs-table-bg: var(--background-color);
--bs-table-striped-bg: var(--table-stripe-color);
color: var(--text-accent-color);
--bs-table-striped-color: var(--table-text-accent-color);
--bs-table-hover-bg: var(--table-hover-bg-color);
--bs-table-hover-color: var(--table-text-hover-color);
}
.pagination {
display: flex;
justify-content: center;
align-items: center;
}
#bootstrap-override .table-color-box {
--size: 24px;
width: var(--size);
height: var(--size);
}
/* Cell Details Page */
.details-container {
display: flex;
flex-direction: row;
justify-content: center;
}
/* List Groups */
#bootstrap-override .list-group-item {
background-color: var(--background-color);
color: var(--text-accent-color);
/* border: 1px solid var(--primary-accent-color); */
/* border-top-width: 0; */
border-color: var(--primary-accent-color);
display: flex;
justify-content: space-between;
flex-direction: row;
}
/* #bootstrap-override .list-group .list-group-item:first-child {
border-top-width: 1px;
color: violet;
} */
#bootstrap-override .list-group {
width: 50%;
padding: 5px;
}
#cell-progress {
width: 100%;
}
#new-task-form {
flex-direction: column;
width: 100%;
}
#new-task-submit-btn,
#new-task-submit-btn.btn.btn-primary {
margin: 10px auto 0px auto;
}
#bootstrap-override .task-complete {
color: var(--task-complete-color);
text-decoration: line-through;
}
#bootstrap-override .list-group-item:hover {
background-color: var(--table-hover-bg-color);
color: var(--table-text-hover-color);
}
#bootstrap-override .progress-bar {
color: var(--background-color);
background-color: var(--primary-accent-color);
}
#bootstrap-override .progress {
/* color: var(--background-color); */
background-color: var(--background-color);
border: 1px solid var(--primary-accent-color);
height: 24px;
}
/* User Info */
.width-200 {
width: 150px;
}
#bootstrap-override .width-full {
width: 100%;
}
#user-info-panel {
width: 400px;
}
/* Login Screen */
.cellmate-logo {
width: 400px;
fill: var(--primary-accent-color);
filter: invert(79%) sepia(21%) saturate(590%) hue-rotate(3deg) brightness(90%)
contrast(87%);
}
#bootstrap-override .gateway-password-field {
display: flex;
flex-direction: column;
justify-content: center;
/* width: 300px; */
}
#gateway-password {
justify-content: center;
width: 300px;
}
.width-300 {
width: 300px;
}
/* Header */
.cellmate-logo-header {
width: 200px;
fill: var(--primary-accent-color);
filter: invert(79%) sepia(21%) saturate(590%) hue-rotate(3deg) brightness(90%)
contrast(87%);
margin-left: 20px;
}
|
src/App.css
|
.App {
text-align: center;
/* display: flex; */
}
/* .App-logo {
height: 40vmin;
pointer-events: none;
} */
/* @media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
} */
/* .App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
} */
/* @keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */
/* Root Styles and Variables */
:root {
/* --main-accent-color: hotpink; */
/* --header-background-color: rgb(53, 53, 53); */
--input-field-background-color: rgb(185, 185, 185);
--background-color: #22201a;
--primary-accent-color: #cdb47d;
--text-accent-color: #cdb47d;
/* Buttons */
--primary-button-color: #cdb47d;
--primary-button-border: #cdb47d;
--primary-button-bg-color: #22201a;
--table-stripe-color: #38352a;
--table-text-accent-color: #f0d292;
--table-hover-bg-color: #5a5544;
--table-text-hover-color: #ffdf9b;
--task-complete-color: #cdb47d55;
}
/* Body & Site Wide Styles */
body {
--bs-body-color: var(--text-accent-color);
--bs-body-bg: var(--background-color);
}
#page-main {
background-color: var(--background-color);
display: flex;
flex-direction: column;
justify-content: center;
max-width: 1400px;
min-width: 800px;
width: 95%;
margin: 0 auto;
}
#page-content {
display: flex;
flex-direction: column;
justify-content: center;
}
#bootstrap-override a {
text-decoration: none;
color: var(--text-accent-color);
font-weight: bold;
}
#bootstrap-override .btn-primary {
margin: 0px 5px 0px 5px;
}
.centered-container {
display: flex;
justify-content: center;
}
.flex-vert {
display: flex;
flex-direction: column;
justify-content: center;
}
.flex-horizontal {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
}
.flex-left {
display: flex;
flex-direction: row;
/* align-items: center; */
width: 100%;
}
/* Headers */
#avatar-img {
height: 40px;
border-radius: 50%;
margin: 0px 10px;
}
#bootstrap-override #page-header {
background-color: var(--background-color);
border-bottom: 1px solid var(--primary-accent-color);
text-decoration: none;
}
#bootstrap-override .index-page-header {
display: flex;
justify-content: center;
align-items: center;
}
.nav-icon {
font-weight: bold;
padding: 0 20px;
}
/* Forms */
#bootstrap-override input[type="text"],
#bootstrap-override input[type="number"],
#bootstrap-override select,
#bootstrap-override input[type="color"],
#bootstrap-override input[type="password"],
#bootstrap-override textarea {
background-color: var(--background-color);
border: 1px solid var(--primary-accent-color);
color: var(--text-accent-color);
}
#bootstrap-override .input-group-text {
background-color: var(--background-color);
color: var(--text-accent-color);
border: 1px solid var(--primary-accent-color);
width: 80px;
}
#bootstrap-override #formCellProgress {
width: 100%;
padding: 0 10px;
}
#bootstrap-override #cell-form-color-input {
display: flex;
flex-direction: column;
justify-content: center;
}
#bootstrap-override #formCellColor {
margin: 0 auto;
}
.col-25 {
width: 25%;
/* padding: 0 5px; */
}
.padded-right {
padding: 0 5px 0 0;
}
.padded-left {
padding: 0 0 0 5px;
}
.input-width-500 {
width: 500px;
}
#bootstrap-override .input-width-200 {
width: 200px;
}
/* Map Grid */
#cell-grid-container {
--grid-width: 1200px;
--grid-height: 1015px;
--aspect-ratio: 0.84583;
/* --aspect-ratio: calc(var(--grid-width) / var(--grid-height)); */
--width: 95%;
--min-width: 1100px;
display: grid;
grid-template: repeat(77, 1fr) / repeat(91, 1fr);
gap: 0px;
/* width: var(--grid-width); */
/* min-width: var(--grid-width); */
/* height: var(--grid-height); */
/* min-height: var(--grid-height); */
aspect-ratio: 1200 / 1015;
/* Aspect ratio: .84583 */
width: var(--width);
/* width: var(--grid-width); */
/* min-width: var(--grid-width); */
/* height: calc(var(--width) * var(--aspect-ratio)); */
/* height: var(--grid-height); */
/* min-height: var(--grid-height); */
min-width: var(--min-width);
/* min-height: calc(var(--min-width) * var(--aspect-ratio)); */
place-self: stretch;
background-image: url("./assets/images/AshTestMap2trans.png");
/* background-size: 1200px 1015px; */
background-size: 100% 100%;
}
.cell-block {
background-color: white;
display: flex;
place-self: stretch;
height: 100%;
width: 100%;
opacity: 1;
z-index: 1;
}
.chunk-block {
background-color: #0088924d;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 0 1px 2px 0;
z-index: 10;
}
.tooltip-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Button */
.btn.btn-primary {
background-color: var(--primary-button-bg-color);
border: 1px solid var(--primary-button-border);
color: var(--primary-button-color);
}
.btn.btn-primary:hover {
background-color: var(--primary-button-border);
border: 1px solid var(--primary-button-border);
color: var(--primary-button-bg-color);
}
.btn.btn-primary:disabled {
background-color: var(--primary-button-bg-color);
border: 1px solid var(--primary-button-border);
color: var(--primary-button-color);
}
/* Dashboard */
.dashboard-tile {
display: flex;
justify-content: center;
flex-direction: column;
}
#map-shortcut-tile {
flex-direction: row;
}
.margin-top-20 {
margin-top: 20px;
}
/* Tables */
#bootstrap-override .table-dark {
--bs-table-bg: var(--background-color);
--bs-table-striped-bg: var(--table-stripe-color);
color: var(--text-accent-color);
--bs-table-striped-color: var(--table-text-accent-color);
--bs-table-hover-bg: var(--table-hover-bg-color);
--bs-table-hover-color: var(--table-text-hover-color);
}
.pagination {
display: flex;
justify-content: center;
align-items: center;
}
#bootstrap-override .table-color-box {
--size: 24px;
width: var(--size);
height: var(--size);
}
/* Cell Details Page */
.details-container {
display: flex;
flex-direction: row;
justify-content: center;
}
/* List Groups */
#bootstrap-override .list-group-item {
background-color: var(--background-color);
color: var(--text-accent-color);
/* border: 1px solid var(--primary-accent-color); */
/* border-top-width: 0; */
border-color: var(--primary-accent-color);
display: flex;
justify-content: space-between;
flex-direction: row;
}
/* #bootstrap-override .list-group .list-group-item:first-child {
border-top-width: 1px;
color: violet;
} */
#bootstrap-override .list-group {
width: 50%;
padding: 5px;
}
#cell-progress {
width: 100%;
}
#new-task-form {
flex-direction: column;
width: 100%;
}
#new-task-submit-btn,
#new-task-submit-btn.btn.btn-primary {
margin: 10px auto 0px auto;
}
#bootstrap-override .task-complete {
color: var(--task-complete-color);
text-decoration: line-through;
}
#bootstrap-override .list-group-item:hover {
background-color: var(--table-hover-bg-color);
color: var(--table-text-hover-color);
}
#bootstrap-override .progress-bar {
color: var(--background-color);
background-color: var(--primary-accent-color);
}
#bootstrap-override .progress {
/* color: var(--background-color); */
background-color: var(--background-color);
border: 1px solid var(--primary-accent-color);
height: 24px;
}
/* User Info */
.width-200 {
width: 150px;
}
#bootstrap-override .width-full {
width: 100%;
}
#user-info-panel {
width: 400px;
}
/* Login Screen */
.cellmate-logo {
width: 400px;
fill: var(--primary-accent-color);
filter: invert(79%) sepia(21%) saturate(590%) hue-rotate(3deg) brightness(90%)
contrast(87%);
}
#bootstrap-override .gateway-password-field {
display: flex;
flex-direction: column;
justify-content: center;
/* width: 300px; */
}
#gateway-password {
justify-content: center;
width: 300px;
}
.width-300 {
width: 300px;
}
/* Header */
.cellmate-logo-header {
width: 200px;
fill: var(--primary-accent-color);
filter: invert(79%) sepia(21%) saturate(590%) hue-rotate(3deg) brightness(90%)
contrast(87%);
margin-left: 20px;
}
| 0.410402 | 0.050377 |
:root {
--color-greenLighter: #F7FFF7;
--color-greenDarker: #85ff7f;
}
*::selection {
background: black;
color: white;
}
/*fontawesome icon*/
i{
font-size: 2rem;
}
#nav {
transition: all 0.4s ease 0s;
}
header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
padding: 2rem 9%;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}
header .logo {
font-size: 2.5rem;
font-weight: bolder;
color: #666;
}
header .logo img {
padding-right: .5rem;
height: 4rem;
}
header .navbar a {
font-size: 1.5rem;
margin-left: 2rem;
color: #666;
}
.profile, .notifications{
margin-left: 2rem;
}
header .navbar a:hover {
color: #e02c2b;
}
.badge {
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.label-warning[href],
.badge-warning[href] {
background-color: #c67605;
}
#lblCartCount, #NotiCount {
font-size: 12px;
background: #ff0000;
color: #fff;
padding: 0 5px;
vertical-align: top;
margin-left: -10px;
}
#menu-bar {
font-size: 3rem;
cursor: pointer;
color: #666;
border: .1rem solid #666;
border-radius: .3rem;
padding: .5rem 1.5rem;
display: none;
}
/*NOTIFICATION*/
.notifications{
cursor: pointer;
}
.notification_dd{
position: absolute;
top: 20px;
right: -15px;
user-select: none;
background: #fff;
border: 1px solid #c7d8e2;
width: 350px;
height: auto;
visibility: hidden;
opacity: 0;
border-radius: 3px;
box-shadow: 10px 10px 35px rgba(0,0,0,0.125),
-10px -10px 35px rgba(0,0,0,0.125);
}
.notification_dd li {
border-bottom: 1px solid #f1f2f4;
padding: 10px 10px;
display: flex;
align-items: center;
}
.notification_dd li a{
display: flex;
}
.notification_dd li:last-child{
border-bottom: none;
}
.notification_dd li .notify_data{
margin: 0 0;
width: 290px;
}
.notification_dd li .notify_data .title{
color: #000;
font-weight: 600;
}
.notification_dd.active{
border-radius: 15px;
}
.notification_dd li .notify_data .sub_title{
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 15px;
}
.notification_dd li .notify_status i{
font-size: 12px;
color: blue;
}
.notification_dd li.show_all{
padding-top: 20px;
display: flex;
justify-content: center;
}
.notification_dd li.show_all p{
font-weight: 700;
color: #3b80f9;
cursor: pointer;
}
.notification_dd li.show_all p:hover{
text-decoration: underline;
}
/*profile toggle menu*/
.profile {
position: relative;
height: 3rem;
width: 3rem;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
}
.profile img {
width: 100%;
height: 100%;
object-fit: cover;
}
.menu {
position: absolute;
top: 20px;
right: -80px;
padding: 20px;
background: #fff;
width: 200px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
border-radius: 15px;
transition: 0.5s;
visibility: hidden;
opacity: 0;
}
.menu.active, .notification_dd.active {
top: 40px;
visibility: visible;
opacity: 1;
}
.menu ul{
padding-left: 0!important;
}
.menu ul li {
list-style: none;
cursor: pointer;
margin-bottom: 20px;
}
.menu ul li:last-child{
margin-bottom: 0px!important;
}
.menu ul li a {
display: flex;
margin-left: 10px!important;
}
.menu ul li a i{
margin-right: 10px;
font-size: 2rem;
}
/*4.TO TOP BUTTON*/
#scroll-top {
position: fixed;
top: -120%;
right: 2rem;
padding: .5rem 1.5rem;
font-size: 4rem;
background: #e02c2b;
color: #fff;
border-radius: .5rem;
transition: 1s linear;
z-index: 1000;
}
#scroll-top.active {
top: calc(100% - 15rem)
}
/* Menu duoi 768px */
@media (max-width: 768px) {
#menu-bar {
display: initial !important;
}
header .navbar {
position: absolute;
display: inline;
top: 100%;
left: 0;
right: 0;
background: #f7f7f7;
border-top: .1rem solid rgba(0, 0, 0, .1);
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
header .navbar.active {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.header .logo{
margin-top: 20px;
}
header .navbar a {
margin: 1.5rem;
padding: 1.5rem;
display: block;
border: .2rem solid rgba(0, 0, 0, .1);
border-left: .5rem solid #e02c2b;
background: #fff;
}
.notifications, .user-profile {
margin: 1.5rem;
padding: 1.5rem;
display: block;
border: .2rem solid rgba(0, 0, 0, .1);
border-left: .5rem solid #e02c2b;
background: #fff;
}
.menu.active, .notification_dd.active, .notification_dd, .menu {
top: 0;
left: 0;
margin: 0;
padding: 0;
}
.notification_dd.active, .notification_dd.active{
opacity: 1;
visibility: visible;
}
.notification_ul a {
margin: 0!important;
padding: 10px!important;
border: 0!important;
text-align: center;
}
.menu a{
padding: 0!important;
border: 0!important;
}
.profile{
margin-left: 0;
}
}
|
public/user/css/main.css
|
:root {
--color-greenLighter: #F7FFF7;
--color-greenDarker: #85ff7f;
}
*::selection {
background: black;
color: white;
}
/*fontawesome icon*/
i{
font-size: 2rem;
}
#nav {
transition: all 0.4s ease 0s;
}
header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
padding: 2rem 9%;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}
header .logo {
font-size: 2.5rem;
font-weight: bolder;
color: #666;
}
header .logo img {
padding-right: .5rem;
height: 4rem;
}
header .navbar a {
font-size: 1.5rem;
margin-left: 2rem;
color: #666;
}
.profile, .notifications{
margin-left: 2rem;
}
header .navbar a:hover {
color: #e02c2b;
}
.badge {
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.label-warning[href],
.badge-warning[href] {
background-color: #c67605;
}
#lblCartCount, #NotiCount {
font-size: 12px;
background: #ff0000;
color: #fff;
padding: 0 5px;
vertical-align: top;
margin-left: -10px;
}
#menu-bar {
font-size: 3rem;
cursor: pointer;
color: #666;
border: .1rem solid #666;
border-radius: .3rem;
padding: .5rem 1.5rem;
display: none;
}
/*NOTIFICATION*/
.notifications{
cursor: pointer;
}
.notification_dd{
position: absolute;
top: 20px;
right: -15px;
user-select: none;
background: #fff;
border: 1px solid #c7d8e2;
width: 350px;
height: auto;
visibility: hidden;
opacity: 0;
border-radius: 3px;
box-shadow: 10px 10px 35px rgba(0,0,0,0.125),
-10px -10px 35px rgba(0,0,0,0.125);
}
.notification_dd li {
border-bottom: 1px solid #f1f2f4;
padding: 10px 10px;
display: flex;
align-items: center;
}
.notification_dd li a{
display: flex;
}
.notification_dd li:last-child{
border-bottom: none;
}
.notification_dd li .notify_data{
margin: 0 0;
width: 290px;
}
.notification_dd li .notify_data .title{
color: #000;
font-weight: 600;
}
.notification_dd.active{
border-radius: 15px;
}
.notification_dd li .notify_data .sub_title{
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 15px;
}
.notification_dd li .notify_status i{
font-size: 12px;
color: blue;
}
.notification_dd li.show_all{
padding-top: 20px;
display: flex;
justify-content: center;
}
.notification_dd li.show_all p{
font-weight: 700;
color: #3b80f9;
cursor: pointer;
}
.notification_dd li.show_all p:hover{
text-decoration: underline;
}
/*profile toggle menu*/
.profile {
position: relative;
height: 3rem;
width: 3rem;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
}
.profile img {
width: 100%;
height: 100%;
object-fit: cover;
}
.menu {
position: absolute;
top: 20px;
right: -80px;
padding: 20px;
background: #fff;
width: 200px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
border-radius: 15px;
transition: 0.5s;
visibility: hidden;
opacity: 0;
}
.menu.active, .notification_dd.active {
top: 40px;
visibility: visible;
opacity: 1;
}
.menu ul{
padding-left: 0!important;
}
.menu ul li {
list-style: none;
cursor: pointer;
margin-bottom: 20px;
}
.menu ul li:last-child{
margin-bottom: 0px!important;
}
.menu ul li a {
display: flex;
margin-left: 10px!important;
}
.menu ul li a i{
margin-right: 10px;
font-size: 2rem;
}
/*4.TO TOP BUTTON*/
#scroll-top {
position: fixed;
top: -120%;
right: 2rem;
padding: .5rem 1.5rem;
font-size: 4rem;
background: #e02c2b;
color: #fff;
border-radius: .5rem;
transition: 1s linear;
z-index: 1000;
}
#scroll-top.active {
top: calc(100% - 15rem)
}
/* Menu duoi 768px */
@media (max-width: 768px) {
#menu-bar {
display: initial !important;
}
header .navbar {
position: absolute;
display: inline;
top: 100%;
left: 0;
right: 0;
background: #f7f7f7;
border-top: .1rem solid rgba(0, 0, 0, .1);
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
header .navbar.active {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.header .logo{
margin-top: 20px;
}
header .navbar a {
margin: 1.5rem;
padding: 1.5rem;
display: block;
border: .2rem solid rgba(0, 0, 0, .1);
border-left: .5rem solid #e02c2b;
background: #fff;
}
.notifications, .user-profile {
margin: 1.5rem;
padding: 1.5rem;
display: block;
border: .2rem solid rgba(0, 0, 0, .1);
border-left: .5rem solid #e02c2b;
background: #fff;
}
.menu.active, .notification_dd.active, .notification_dd, .menu {
top: 0;
left: 0;
margin: 0;
padding: 0;
}
.notification_dd.active, .notification_dd.active{
opacity: 1;
visibility: visible;
}
.notification_ul a {
margin: 0!important;
padding: 10px!important;
border: 0!important;
text-align: center;
}
.menu a{
padding: 0!important;
border: 0!important;
}
.profile{
margin-left: 0;
}
}
| 0.501221 | 0.171859 |
@font-face {
font-family: bomberescort;
src: url("font//BomberEscort.otf");
}
@font-face {
font-family: gotham-black;
src: url("font/Gotham-Black.otf");
}
html {
height: 100%;
width: 100%;
}
body {
background: linear-gradient(
to right,
rgba(4, 16, 45, 0.6),
rgba(247, 86, 124, 0.15)
);
background-color: rgba(4, 16, 45, 1);
height: 100%;
}
body .container {
height: 100%;
width: 100%;
}
.body {
height: 100%;
width: 100%;
display: flex;
flex-flow: wrap;
align-items: center;
justify-content: center;
}
svg {
display: block;
margin: auto;
width: 100%;
height: 100%;
transition: 0.8s;
}
img {
display: none;
}
.bomberescort {
font-family: "bomberescort";
}
.gotham {
font-family: "gotham-black";
}
.coming-soon-text {
display: block;
margin: auto;
margin-top: 2%;
opacity: 0;
height: 0;
transition: 1s ease-out;
}
.coming-soon-text-reveal {
height: auto;
opacity: 1;
transition: 1s ease-out;
}
.bodydiv {
width: 100%;
height: 100%;
margin: auto;
}
.logodiv {
width: 100%;
height: 100%;
margin: auto;
transition: 1s;
}
.textdiv {
width: 100%;
height: 0%;
margin: auto;
margin-top: -50%;
}
.logo {
max-width: 400px;
}
#logo {
margin: auto;
height: 100%;
}
.backline {
display: none;
}
.header-left {
position: absolute;
top: 0;
left: 0;
}
.header-right {
position: absolute;
top: 0;
right: 0;
}
.mid-left {
position: absolute;
top: 30%;
left: 0;
}
.mid-right {
display: none;
position: absolute;
top: 30%;
right: 2%;
font-size: 30px;
color: #f7567c;
}
.footer-left {
position: absolute;
bottom: 0;
left: 0;
}
.footer-right {
position: absolute;
bottom: 0;
right: 0;
}
.footer-mid {
display: none;
position: absolute;
/* top: 30%; */
left: 0;
right: 0;
bottom: 2%;
text-align: center;
font-size: 30px;
}
.footer-mid .fab {
color: #ffffff;
}
.footer-left {
position: absolute;
bottom: 0;
left: 0;
}
.footer-right {
position: absolute;
bottom: 0;
right: 0;
}
h1 {
font-size: 3rem;
}
h3 {
font-size: 1.3rem;
}
/* media query */
@media (max-width: 1000px) {
.footer-mid {
bottom: 6%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.3rem;
}
img {
max-width: 35%;
}
.comingsoon {
padding-top: 7%;
}
}
@media (max-width: 800px) {
.footer-mid {
bottom: 8%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.3rem;
}
img {
max-width: 30%;
}
.comingsoon {
padding-top: 15%;
}
}
@media (max-width: 600px) {
.footer-mid {
bottom: 10%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.2rem;
}
img {
max-width: 40%;
max-height: 30%;
}
}
@media (max-width: 500px) {
.footer-mid {
bottom: 8%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.2rem;
}
img {
max-width: 30%;
max-height: 30%;
}
}
@media (max-width: 400px) {
.footer-mid {
bottom: 10%;
}
h1 {
font-size: 1.5rem;
}
h3 {
font-size: 1rem;
}
img {
max-width: 35%;
max-height: 25%;
}
.footer-mid {
font-size: 20px;
}
}
|
public/frontend/landing/styles/index.css
|
@font-face {
font-family: bomberescort;
src: url("font//BomberEscort.otf");
}
@font-face {
font-family: gotham-black;
src: url("font/Gotham-Black.otf");
}
html {
height: 100%;
width: 100%;
}
body {
background: linear-gradient(
to right,
rgba(4, 16, 45, 0.6),
rgba(247, 86, 124, 0.15)
);
background-color: rgba(4, 16, 45, 1);
height: 100%;
}
body .container {
height: 100%;
width: 100%;
}
.body {
height: 100%;
width: 100%;
display: flex;
flex-flow: wrap;
align-items: center;
justify-content: center;
}
svg {
display: block;
margin: auto;
width: 100%;
height: 100%;
transition: 0.8s;
}
img {
display: none;
}
.bomberescort {
font-family: "bomberescort";
}
.gotham {
font-family: "gotham-black";
}
.coming-soon-text {
display: block;
margin: auto;
margin-top: 2%;
opacity: 0;
height: 0;
transition: 1s ease-out;
}
.coming-soon-text-reveal {
height: auto;
opacity: 1;
transition: 1s ease-out;
}
.bodydiv {
width: 100%;
height: 100%;
margin: auto;
}
.logodiv {
width: 100%;
height: 100%;
margin: auto;
transition: 1s;
}
.textdiv {
width: 100%;
height: 0%;
margin: auto;
margin-top: -50%;
}
.logo {
max-width: 400px;
}
#logo {
margin: auto;
height: 100%;
}
.backline {
display: none;
}
.header-left {
position: absolute;
top: 0;
left: 0;
}
.header-right {
position: absolute;
top: 0;
right: 0;
}
.mid-left {
position: absolute;
top: 30%;
left: 0;
}
.mid-right {
display: none;
position: absolute;
top: 30%;
right: 2%;
font-size: 30px;
color: #f7567c;
}
.footer-left {
position: absolute;
bottom: 0;
left: 0;
}
.footer-right {
position: absolute;
bottom: 0;
right: 0;
}
.footer-mid {
display: none;
position: absolute;
/* top: 30%; */
left: 0;
right: 0;
bottom: 2%;
text-align: center;
font-size: 30px;
}
.footer-mid .fab {
color: #ffffff;
}
.footer-left {
position: absolute;
bottom: 0;
left: 0;
}
.footer-right {
position: absolute;
bottom: 0;
right: 0;
}
h1 {
font-size: 3rem;
}
h3 {
font-size: 1.3rem;
}
/* media query */
@media (max-width: 1000px) {
.footer-mid {
bottom: 6%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.3rem;
}
img {
max-width: 35%;
}
.comingsoon {
padding-top: 7%;
}
}
@media (max-width: 800px) {
.footer-mid {
bottom: 8%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.3rem;
}
img {
max-width: 30%;
}
.comingsoon {
padding-top: 15%;
}
}
@media (max-width: 600px) {
.footer-mid {
bottom: 10%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.2rem;
}
img {
max-width: 40%;
max-height: 30%;
}
}
@media (max-width: 500px) {
.footer-mid {
bottom: 8%;
}
h1 {
font-size: 2.4rem;
}
h3 {
font-size: 1.2rem;
}
img {
max-width: 30%;
max-height: 30%;
}
}
@media (max-width: 400px) {
.footer-mid {
bottom: 10%;
}
h1 {
font-size: 1.5rem;
}
h3 {
font-size: 1rem;
}
img {
max-width: 35%;
max-height: 25%;
}
.footer-mid {
font-size: 20px;
}
}
| 0.553988 | 0.096791 |
.icon {
font-size: 10px;
}
.icon:before {
content:' ';
vertical-align:middle;
display: inline-block;
background-image: url("../svg/sprite.svg");
background-repeat: no-repeat;
background-size: 51.2em 1310.7em;
}
.no-svg .icon:before {
background-image: url("../svg/sprite.png");
}
.icon.arrow-down:before {
background-position: 0em 0em;
width: 12.9em;
height: 12.9em;
}
.icon.arrow-left:before {
background-position: 0em -12.9em;
width: 47.7175em;
height: 47.7175em;
}
.icon.arrow-right:before {
background-position: 0em -60.7em;
width: 47.7175em;
height: 47.7175em;
}
.icon.arrow-up:before {
background-position: 0em -108.5em;
width: 6.4em;
height: 6.4em;
}
.icon.cancel:before {
background-position: 0em -114.9em;
width: 47.519999999999996em;
height: 47.519999999999996em;
}
.icon.checked:before {
background-position: 0em -162.5em;
width: 2.6em;
height: 2.6em;
}
.icon.city:before {
background-position: 0em -165.1em;
width: 39.2408em;
height: 39.2408em;
}
.icon.close:before {
background-position: 0em -204.4em;
width: 5.4422em;
height: 5.4422em;
}
.icon.coins:before {
background-position: 0em -209.9em;
width: 6em;
height: 6em;
}
.icon.eye:before {
background-position: 0em -215.9em;
width: 51.2em;
height: 51.2em;
}
.icon.garbage:before {
background-position: 0em -267.1em;
width: 5.9em;
height: 5.9em;
}
.icon.heart:before {
background-position: 0em -273em;
width: 47.170100000000005em;
height: 47.170100000000005em;
}
.icon.hourglass:before {
background-position: 0em -320.2em;
width: 6em;
height: 6em;
}
.icon.house:before {
background-position: 0em -326.2em;
width: 6em;
height: 6em;
}
.icon.house-1:before {
background-position: 0em -332.2em;
width: 51.2em;
height: 51.2em;
}
.icon.insurance:before {
background-position: 0em -383.4em;
width: 51.2em;
height: 51.2em;
}
.icon.interface:before {
background-position: 0em -434.6em;
width: 49.04em;
height: 49.04em;
}
.icon.like:before {
background-position: 0em -483.7em;
width: 49.019999999999996em;
height: 49.019999999999996em;
}
.icon.magnifying-glass:before {
background-position: 0em -532.8em;
width: 45.1em;
height: 45.1em;
}
.icon.mail:before {
background-position: 0em -577.9em;
width: 48.33em;
height: 48.33em;
}
.icon.menu:before {
background-position: 0em -626.3em;
width: 45.9em;
height: 45.9em;
}
.icon.phone-call:before {
background-position: 0em -672.2em;
width: 47.3806em;
height: 47.3806em;
}
.icon.piggy-bank:before {
background-position: 0em -719.6em;
width: 51.2em;
height: 51.2em;
}
.icon.placeholder:before {
background-position: 0em -770.8em;
width: 47.7em;
height: 47.7em;
}
.icon.prize:before {
background-position: 0em -818.5em;
width: 30.2262em;
height: 30.2262em;
}
.icon.settings:before {
background-position: 0em -848.8em;
width: 51.2em;
height: 51.2em;
}
.icon.share:before {
background-position: 0em -900em;
width: 48.160000000000004em;
height: 48.160000000000004em;
}
.icon.sketch:before {
background-position: 0em -948.2em;
width: 51.1999em;
height: 51.1999em;
}
.icon.soc-facebook:before {
background-position: 0em -999.4em;
width: 51.2em;
height: 51.2em;
}
.icon.soc-google:before {
background-position: 0em -1050.6em;
width: 9.6669em;
height: 9.6669em;
}
.icon.soc-in:before {
background-position: 0em -1060.3em;
width: 43.011700000000005em;
height: 43.011700000000005em;
}
.icon.soc-instagram:before {
background-position: 0em -1103.4em;
width: 43.8536em;
height: 43.8536em;
}
.icon.soc-ok:before {
background-position: 0em -1147.3em;
width: 9.5481em;
height: 9.5481em;
}
.icon.soc-twitter:before {
background-position: 0em -1156.9em;
width: 41.015499999999996em;
height: 41.015499999999996em;
}
.icon.soc-vk:before {
background-position: 0em -1198em;
width: 51.2em;
height: 51.2em;
}
.icon.soc-youtube:before {
background-position: 0em -1249.2em;
width: 6.4em;
height: 6.4em;
}
.icon.star:before {
background-position: 0em -1255.6em;
width: 49.0727em;
height: 49.0727em;
}
.icon.stopwatch:before {
background-position: 0em -1304.7em;
width: 6em;
height: 6em;
}
|
dist/img/css/sprite.css
|
.icon {
font-size: 10px;
}
.icon:before {
content:' ';
vertical-align:middle;
display: inline-block;
background-image: url("../svg/sprite.svg");
background-repeat: no-repeat;
background-size: 51.2em 1310.7em;
}
.no-svg .icon:before {
background-image: url("../svg/sprite.png");
}
.icon.arrow-down:before {
background-position: 0em 0em;
width: 12.9em;
height: 12.9em;
}
.icon.arrow-left:before {
background-position: 0em -12.9em;
width: 47.7175em;
height: 47.7175em;
}
.icon.arrow-right:before {
background-position: 0em -60.7em;
width: 47.7175em;
height: 47.7175em;
}
.icon.arrow-up:before {
background-position: 0em -108.5em;
width: 6.4em;
height: 6.4em;
}
.icon.cancel:before {
background-position: 0em -114.9em;
width: 47.519999999999996em;
height: 47.519999999999996em;
}
.icon.checked:before {
background-position: 0em -162.5em;
width: 2.6em;
height: 2.6em;
}
.icon.city:before {
background-position: 0em -165.1em;
width: 39.2408em;
height: 39.2408em;
}
.icon.close:before {
background-position: 0em -204.4em;
width: 5.4422em;
height: 5.4422em;
}
.icon.coins:before {
background-position: 0em -209.9em;
width: 6em;
height: 6em;
}
.icon.eye:before {
background-position: 0em -215.9em;
width: 51.2em;
height: 51.2em;
}
.icon.garbage:before {
background-position: 0em -267.1em;
width: 5.9em;
height: 5.9em;
}
.icon.heart:before {
background-position: 0em -273em;
width: 47.170100000000005em;
height: 47.170100000000005em;
}
.icon.hourglass:before {
background-position: 0em -320.2em;
width: 6em;
height: 6em;
}
.icon.house:before {
background-position: 0em -326.2em;
width: 6em;
height: 6em;
}
.icon.house-1:before {
background-position: 0em -332.2em;
width: 51.2em;
height: 51.2em;
}
.icon.insurance:before {
background-position: 0em -383.4em;
width: 51.2em;
height: 51.2em;
}
.icon.interface:before {
background-position: 0em -434.6em;
width: 49.04em;
height: 49.04em;
}
.icon.like:before {
background-position: 0em -483.7em;
width: 49.019999999999996em;
height: 49.019999999999996em;
}
.icon.magnifying-glass:before {
background-position: 0em -532.8em;
width: 45.1em;
height: 45.1em;
}
.icon.mail:before {
background-position: 0em -577.9em;
width: 48.33em;
height: 48.33em;
}
.icon.menu:before {
background-position: 0em -626.3em;
width: 45.9em;
height: 45.9em;
}
.icon.phone-call:before {
background-position: 0em -672.2em;
width: 47.3806em;
height: 47.3806em;
}
.icon.piggy-bank:before {
background-position: 0em -719.6em;
width: 51.2em;
height: 51.2em;
}
.icon.placeholder:before {
background-position: 0em -770.8em;
width: 47.7em;
height: 47.7em;
}
.icon.prize:before {
background-position: 0em -818.5em;
width: 30.2262em;
height: 30.2262em;
}
.icon.settings:before {
background-position: 0em -848.8em;
width: 51.2em;
height: 51.2em;
}
.icon.share:before {
background-position: 0em -900em;
width: 48.160000000000004em;
height: 48.160000000000004em;
}
.icon.sketch:before {
background-position: 0em -948.2em;
width: 51.1999em;
height: 51.1999em;
}
.icon.soc-facebook:before {
background-position: 0em -999.4em;
width: 51.2em;
height: 51.2em;
}
.icon.soc-google:before {
background-position: 0em -1050.6em;
width: 9.6669em;
height: 9.6669em;
}
.icon.soc-in:before {
background-position: 0em -1060.3em;
width: 43.011700000000005em;
height: 43.011700000000005em;
}
.icon.soc-instagram:before {
background-position: 0em -1103.4em;
width: 43.8536em;
height: 43.8536em;
}
.icon.soc-ok:before {
background-position: 0em -1147.3em;
width: 9.5481em;
height: 9.5481em;
}
.icon.soc-twitter:before {
background-position: 0em -1156.9em;
width: 41.015499999999996em;
height: 41.015499999999996em;
}
.icon.soc-vk:before {
background-position: 0em -1198em;
width: 51.2em;
height: 51.2em;
}
.icon.soc-youtube:before {
background-position: 0em -1249.2em;
width: 6.4em;
height: 6.4em;
}
.icon.star:before {
background-position: 0em -1255.6em;
width: 49.0727em;
height: 49.0727em;
}
.icon.stopwatch:before {
background-position: 0em -1304.7em;
width: 6em;
height: 6em;
}
| 0.304869 | 0.077868 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:wght@300;500;600&family=Roboto:wght@300;400&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* border: 1px red solid; */
}
/* General Styling */
html {
font-size: 62.5%;
height: 100%;
}
body {
font-family: "Montserrat", sans-serif;
font-size: 1.6rem;
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1.5rem;
}
p {
margin-bottom: 1.5rem;
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
.bold{
font-weight: 500;
font-family: 'Poppins', sans-serif;
font-size: 3rem;
}
/* Login */
.login_container{
height: 100vh;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.flex_container{
display: flex;
min-height: 65%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form_wrapper{
padding: 7rem 9rem 4rem 6rem;
}
.signUp_wrapper{
padding: 3rem 9rem 2rem 5.5rem;
}
.signUp_container{
padding: 5rem;
background: rgb(233,103,104);
background: linear-gradient(90deg, rgba(233,103,104,1) 0%, rgba(202,100,127,1) 60%);
color:white;
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.btn-signIn {
display: block;
width: 120%;
padding: 0.75rem;
border: none;
border-radius: 27px;
color: #f5f5f5;
font-weight: 500;
font-family: 'Poppins', sans-serif;
font-size: 1.5rem;
background: rgb(233,103,104);
background: linear-gradient(90deg, rgba(233,103,104,1) 0%, rgba(202,100,127,1) 60%);
margin-top: 2rem;
}
.btn-signIn:hover {
cursor: pointer;
}
.btn-signUp{
color:white;
border: white 1px solid;
display: inline-block;
padding: 1rem 2rem;
border-radius: 27px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.input {
text-align: left;
margin-bottom: 1.5rem;
}
label {
display: block;
margin-bottom: 0.4rem;
font-size: 1.7rem;
font-weight: 500;
font-size: 1.5rem;
font-family:'Poppins', sans-serif ;
}
.input input {
width: 120%;
padding: 1.25rem 1.75rem;
background-color: #e3e3e3;
border: none;
border-radius: 27px;
}
.warning_message{
color:red;
font-weight: 500;
font-size: 1.7rem;
text-align: center;
margin-top: 1.5rem;
}
/* nav */
/* .mainscreen-container{
max-width: 1300px;
margin: auto;
} */
nav{
display:flex;
padding: 2rem;
/* padding-bottom: 0.75rem; */
border-bottom: #e6e6e6 1px solid;
align-items: center;
align-content: center;
width: 100%;
position: sticky;
top:0;
z-index: 2;
background-color: white;
}
.logo_container{
flex-basis: 70%;
}
.logo_container h1{
margin-bottom: 0rem;
}
.logo_link{
color:rgb(233,103,104);
font-size: 3rem;
}
.icon_container{
flex-basis: 30%;
display: flex;
justify-content: end;
}
.icon_container ul{
display: flex;
}
.search-container{
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
flex-basis: 40%;
height:40px;
padding-left: 8px;
}
.search-container input {
padding-top: 14px;
border: none;
width: 80%;
padding-left: 20px;
}
.search-container input::placeholder{
font-size: 1.6rem;
}
.search-container input:focus {
outline: none;
}
.search-icon{
position: relative;
left:12px;
}
.user-icon,.cart-icon{
color:#333;
margin-top: 1rem;
margin-right: 1rem;
font-size: 2.25rem;
}
.user-icon:hover,.cart-icon:hover {
color:rgb(233,103,104);
}
/* showcase */
.showcase {
background: linear-gradient(
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
),
url("https://images.unsplash.com/photo-1449247666642-264389f5f5b1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80");
height: 400px;
background-repeat: none;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.showcase_container{
margin: auto;
max-width: 1300px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
.showcase_content{
color:white;
text-align: center;
}
.showcase_content p{
line-height: 2.5rem;
}
.showcase_header{
font-size: 4rem;
}
.showcase_header span{
color:rgb(233,103,104);
}
.btn_shopNow{
color:white;
font-weight: 500;
border: white 1px solid;
display: inline-block;
padding: 1rem 2rem;
border-radius: 27px;
}
.btn_shopNow:hover {
border:rgb(233,103,104) 1px solid;
color:rgb(233,103,104);
}
/* Products */
.products_container{
margin: auto;
max-width: 1300px;
text-align: center;
padding-top: 4rem;
}
.products_container h2{
font-size: 4rem;
}
.products,.user_products{
padding-top: 3rem;
display:grid;
grid-template-columns: repeat(3,1fr);
grid-gap:5rem
}
.product{
border:1px #e6e6e6 solid;
padding-bottom: 2rem;
}
.product h3{
font-size: 2.75rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
.product h6{
font-size: 1.6rem;
}
.product img{
width:100%;
display: block;
margin: auto;
}
.btn_product{
color:white;
display: inline-block;
background-color: rgb(233,103,104);
padding: 1rem 2rem;
border-radius: 27px;
}
/* user */
.user-container{
max-width: 1300px;
margin: auto;
text-align: center;
padding-top: 5rem;
font-size: 3rem;
}
.sellForm-wrapper{
width:30%;
margin: auto;
}
.file input{
background-color: white;
}
.edit,.delete{
color:white;
display: inline-block;
background-color: rgb(233,103,104);
padding: 1rem 2rem;
border-radius: 27px;
font-size: 1.6rem;
}
|
static/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:wght@300;500;600&family=Roboto:wght@300;400&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* border: 1px red solid; */
}
/* General Styling */
html {
font-size: 62.5%;
height: 100%;
}
body {
font-family: "Montserrat", sans-serif;
font-size: 1.6rem;
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1.5rem;
}
p {
margin-bottom: 1.5rem;
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
.bold{
font-weight: 500;
font-family: 'Poppins', sans-serif;
font-size: 3rem;
}
/* Login */
.login_container{
height: 100vh;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.flex_container{
display: flex;
min-height: 65%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form_wrapper{
padding: 7rem 9rem 4rem 6rem;
}
.signUp_wrapper{
padding: 3rem 9rem 2rem 5.5rem;
}
.signUp_container{
padding: 5rem;
background: rgb(233,103,104);
background: linear-gradient(90deg, rgba(233,103,104,1) 0%, rgba(202,100,127,1) 60%);
color:white;
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.btn-signIn {
display: block;
width: 120%;
padding: 0.75rem;
border: none;
border-radius: 27px;
color: #f5f5f5;
font-weight: 500;
font-family: 'Poppins', sans-serif;
font-size: 1.5rem;
background: rgb(233,103,104);
background: linear-gradient(90deg, rgba(233,103,104,1) 0%, rgba(202,100,127,1) 60%);
margin-top: 2rem;
}
.btn-signIn:hover {
cursor: pointer;
}
.btn-signUp{
color:white;
border: white 1px solid;
display: inline-block;
padding: 1rem 2rem;
border-radius: 27px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.input {
text-align: left;
margin-bottom: 1.5rem;
}
label {
display: block;
margin-bottom: 0.4rem;
font-size: 1.7rem;
font-weight: 500;
font-size: 1.5rem;
font-family:'Poppins', sans-serif ;
}
.input input {
width: 120%;
padding: 1.25rem 1.75rem;
background-color: #e3e3e3;
border: none;
border-radius: 27px;
}
.warning_message{
color:red;
font-weight: 500;
font-size: 1.7rem;
text-align: center;
margin-top: 1.5rem;
}
/* nav */
/* .mainscreen-container{
max-width: 1300px;
margin: auto;
} */
nav{
display:flex;
padding: 2rem;
/* padding-bottom: 0.75rem; */
border-bottom: #e6e6e6 1px solid;
align-items: center;
align-content: center;
width: 100%;
position: sticky;
top:0;
z-index: 2;
background-color: white;
}
.logo_container{
flex-basis: 70%;
}
.logo_container h1{
margin-bottom: 0rem;
}
.logo_link{
color:rgb(233,103,104);
font-size: 3rem;
}
.icon_container{
flex-basis: 30%;
display: flex;
justify-content: end;
}
.icon_container ul{
display: flex;
}
.search-container{
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
flex-basis: 40%;
height:40px;
padding-left: 8px;
}
.search-container input {
padding-top: 14px;
border: none;
width: 80%;
padding-left: 20px;
}
.search-container input::placeholder{
font-size: 1.6rem;
}
.search-container input:focus {
outline: none;
}
.search-icon{
position: relative;
left:12px;
}
.user-icon,.cart-icon{
color:#333;
margin-top: 1rem;
margin-right: 1rem;
font-size: 2.25rem;
}
.user-icon:hover,.cart-icon:hover {
color:rgb(233,103,104);
}
/* showcase */
.showcase {
background: linear-gradient(
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
),
url("https://images.unsplash.com/photo-1449247666642-264389f5f5b1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80");
height: 400px;
background-repeat: none;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.showcase_container{
margin: auto;
max-width: 1300px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
.showcase_content{
color:white;
text-align: center;
}
.showcase_content p{
line-height: 2.5rem;
}
.showcase_header{
font-size: 4rem;
}
.showcase_header span{
color:rgb(233,103,104);
}
.btn_shopNow{
color:white;
font-weight: 500;
border: white 1px solid;
display: inline-block;
padding: 1rem 2rem;
border-radius: 27px;
}
.btn_shopNow:hover {
border:rgb(233,103,104) 1px solid;
color:rgb(233,103,104);
}
/* Products */
.products_container{
margin: auto;
max-width: 1300px;
text-align: center;
padding-top: 4rem;
}
.products_container h2{
font-size: 4rem;
}
.products,.user_products{
padding-top: 3rem;
display:grid;
grid-template-columns: repeat(3,1fr);
grid-gap:5rem
}
.product{
border:1px #e6e6e6 solid;
padding-bottom: 2rem;
}
.product h3{
font-size: 2.75rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
.product h6{
font-size: 1.6rem;
}
.product img{
width:100%;
display: block;
margin: auto;
}
.btn_product{
color:white;
display: inline-block;
background-color: rgb(233,103,104);
padding: 1rem 2rem;
border-radius: 27px;
}
/* user */
.user-container{
max-width: 1300px;
margin: auto;
text-align: center;
padding-top: 5rem;
font-size: 3rem;
}
.sellForm-wrapper{
width:30%;
margin: auto;
}
.file input{
background-color: white;
}
.edit,.delete{
color:white;
display: inline-block;
background-color: rgb(233,103,104);
padding: 1rem 2rem;
border-radius: 27px;
font-size: 1.6rem;
}
| 0.357119 | 0.069763 |
* {
box-sizing: border-box
}
.right {
position: absolute;
right: 0px;
width: 100px;
padding: 10px;
}
.left {
position: absolute;
left: 0px;
width: 100px;
padding: 10px;
}
.bg {
/* The image used */
background-image: url("diamond_head.jpg");
/* Full height */
height: 100%;
width: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.full {
height: 100%;
width: 100%;
}
.top {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.acc_menu {
/* vertical navigation bar */
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
li a.acc_item:hover {
background-color: #111;
width: 160px;
}
.header-title {
text-decoration: underline;
}
.tab {
float: left;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 30%;
height: 300px;
}
/* Style the buttons inside the tab */
.tab button {
display: block;
background-color: inherit;
color: black;
padding: 22px 16px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
float: left;
padding: 0px 12px;
border: 1px solid #ccc;
width: 70%;
border-left: none;
height: 300px;
}
/* general button design*/
/* specific button modifications */
#login:hover {
background-color: white;
font-style: italic;
color: black;
}
#signup:hover {
background-color: white;
font-style: italic;
color: black;
}
#review:hover {
background-color: white;
font-style: italic;
color: black;
}
h1 {
font-family: Georgia, serif;
font-style: italic;
}
body {
background: #add8e6;
background: linear-gradient(90deg, rgba(153, 255, 255, 1) 0%, rgba(153, 255, 153, 1) 35%, rgba(0, 212, 255, 1) 100%);
border-style: dashed;
border-radius: all;
}
.rightt {
position: absolute;
right: 25px;
width: 100px;
padding: 10px;
}
.leftt {
position: absolute;
left: 25px;
width: 100px;
padding: 10px;
}
.top-btn {
position: absolute;
color: white;
background: black;
border: 2px solid black;
border-radius: 5px;
width: 100px;
height: 50px;
}
.navbar {
width: 100%;
background-color: rgb(34, 32, 32);
overflow: auto;
}
.navbar a {
float: left;
padding: 10px;
color: white;
text-decoration: none;
font-size: 17px;
width: 23.4%;
/* Four links of equal widths */
text-align: center;
}
.navbar a:hover {
background-color: black;
}
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
width: 100%;
text-align: left;
}
}
|
public/stylesheets/account.css
|
* {
box-sizing: border-box
}
.right {
position: absolute;
right: 0px;
width: 100px;
padding: 10px;
}
.left {
position: absolute;
left: 0px;
width: 100px;
padding: 10px;
}
.bg {
/* The image used */
background-image: url("diamond_head.jpg");
/* Full height */
height: 100%;
width: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.full {
height: 100%;
width: 100%;
}
.top {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.acc_menu {
/* vertical navigation bar */
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
li a.acc_item:hover {
background-color: #111;
width: 160px;
}
.header-title {
text-decoration: underline;
}
.tab {
float: left;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 30%;
height: 300px;
}
/* Style the buttons inside the tab */
.tab button {
display: block;
background-color: inherit;
color: black;
padding: 22px 16px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
float: left;
padding: 0px 12px;
border: 1px solid #ccc;
width: 70%;
border-left: none;
height: 300px;
}
/* general button design*/
/* specific button modifications */
#login:hover {
background-color: white;
font-style: italic;
color: black;
}
#signup:hover {
background-color: white;
font-style: italic;
color: black;
}
#review:hover {
background-color: white;
font-style: italic;
color: black;
}
h1 {
font-family: Georgia, serif;
font-style: italic;
}
body {
background: #add8e6;
background: linear-gradient(90deg, rgba(153, 255, 255, 1) 0%, rgba(153, 255, 153, 1) 35%, rgba(0, 212, 255, 1) 100%);
border-style: dashed;
border-radius: all;
}
.rightt {
position: absolute;
right: 25px;
width: 100px;
padding: 10px;
}
.leftt {
position: absolute;
left: 25px;
width: 100px;
padding: 10px;
}
.top-btn {
position: absolute;
color: white;
background: black;
border: 2px solid black;
border-radius: 5px;
width: 100px;
height: 50px;
}
.navbar {
width: 100%;
background-color: rgb(34, 32, 32);
overflow: auto;
}
.navbar a {
float: left;
padding: 10px;
color: white;
text-decoration: none;
font-size: 17px;
width: 23.4%;
/* Four links of equal widths */
text-align: center;
}
.navbar a:hover {
background-color: black;
}
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
width: 100%;
text-align: left;
}
}
| 0.537284 | 0.132486 |
body {
font-family: "Helvetica", Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 20px;
color: #ffffff;
background-color: #494d4f;
height: 100%;
}
h1 { font-size: 20px; }
p {
margin-bottom: 1.5em;
}
a, a:visited {
color: #145689;
text-decoration: underline;
}
a:hover {
color: #2270ad;
text-decoration: none;
}
a img {
border: 0;
vertical-align: middle;
}
.clear { clear: both; }
.no-float { float: none !important; }
.guide {
position: relative;
width: 1000px;
margin: 0 auto;
}
/**************************************\
* Feedback Widget
\**************************************/
#feedback-widget-wrapper {
position: fixed;
top: 50%; left: 0;
z-index: 2;
color: #3e4f4a;
margin-left: -35px;
}
#feedback-widget-wrapper a, #feedback-widget-wrapper a, #feedback-wrapper a:visited {
color: #193F66;
top:0px;
text-decoration: none;
display:table-cell;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback-widget-wrapper a:hover {
color: #657F98;
text-decoration: none;
}
#feedback-widget-toggle {
padding: 14px 12px 7px;
border-top: 0;
border-left: 3px solid #193f66;
border-right: 3px solid #193f66;
border-bottom: 3px solid #193f66;
background: #eee;
border-radius-bottomleft: 4px;
border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
text-decoration: none;
font-size: 14px;
line-height: 14px;
}
#feedback-widget {
display: none;
position: absolute;
top: -200px; left: 20px;
z-index: 3;
background: #ffffff;
max-width: 600px;
border: 5px solid #ccc;
background: #fff;
margin-left:50px;
padding:10px;
}
#feedback-widget input[type="text"], #feedback-widget textarea {
min-width: 300px;
width: auto;
}
/**************************************\
* Header
\**************************************/
#logo-wrapper {
float: left;
margin-left: 0;
padding-top:10px;
}
#logo-link img {
height: 67px;
width: 200px;
}
#login-box {
float: right;
margin: 20px 50px 0 0;
font-size: 20px;
line-height: 20px;
text-shadow: 0 1px 0 #222222;
}
#login-box a {
text-decoration: none;
color: #ffffff;
padding: 3px 6px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#login-box a:hover {
background: #999999;
}
#login-box-signup {
font-weight: bold;
background: #777777;
}
#user-box {
float: right;
padding: 8px 5px 8px 15px;
text-align: left;
font-size: 12px;
background: #585b5d;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#user-box-avatar {
float: left;
padding: 0!important;
width: 25px; height: 25px;
border: 2px solid #999999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#user-box-avatar img{
width: 25px; height: 25px;
}
#user-box-avatar:hover {
border: 2px solid #cccccc;
}
#user-box-links {
float: left;
margin: 5px 5px 0;
}
#user-box-links a {
text-decoration: none;
color: #ffffff;
padding: 3px 6px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#user-box-links a:hover, #user-box a:active {
background: #999999;
}
#user-box-name { font-weight: bold; }
#user-box-logout {
font-weight: bold;
color: #9f9f9f!important;
}
#user-box-admin { color: #bda657!important; }
#content-navigation-wrapper {
clear: both;
float: right;
padding: 0 0 3px;
font-size: 12px;
font-weight: bold;
}
#content-navigation li {
float: left;
display: inline;
margin-left: 5px;
}
#content-navigation li a {
text-decoration: none;
color: #ffffff;
padding: 6px 15px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
#content-navigation li a:hover, #content-navigation li a:active,
#content-navigation li.active a, body.hq #tab_hq a, body.issues #tab_issues a,
body.people #tab_researchers a, body.blog #tab_disciplines a,
body.feedback #tab_feedback a, body.contribute #tab_contribute a {
color: #313638;
background: #ABAEB0;
}
#tab_contribute a {
background: #738753;
}
/**************************************\
* Announcements
\**************************************/
ul#messages {
margin: 10px 0; padding: 0;
list-style: none;
color: #3e4f4a;
}
ul#messages li {
padding: 5px 10px;
background: #9CCCA4;
margin: 5px 0;
border: 1px solid #479955;
}
ul#messages li a { color: #693; }
.clear-message { float: right; }
.announcement {
text-align: center;
background: #dadf57!important;
border: #a2a641!important;
}
.announcement a { color: #6a6c34!important; }
.error {
background: #CC9CA6!important;
border: 1px solid #825964!important;
}
.error a { color: #7F4854!important; }
/**************************************\
* Page Content
\**************************************/
#page-content {
clear: both;
color: #3e4f4a;
background-color: #ffffff;
border-top: 8px #ABAEB0 solid;
border-bottom: 8px #ABAEB0 solid;
text-align: left;
}
#subnav-wrapper {
background: #C9CCCE;
list-style: none;
height: 36px;
}
#breadcrumbs {
float: left;
height: 36px;
}
#breadcrumbs li {
float:left;
line-height:36px;
color:#777;
padding-left:15px;
}
#breadcrumbs li a {
background: url(/site_media/static/images/crumbs.gif) no-repeat right center; no-repeat right center;
display: block;
padding: 0 25px 0 0;
}
#breadcrumbs li a, #breadcrumbs li a:visited {
color: #777;
text-decoration:none;
}
#breadcrumbs li a:hover, #breadcrumbs li a:focus {
color: #8ea94a;
}
#subnav {
float: right;
}
#subnav li {
display: inline;
float: left;
margin: 7px 10px;
}
#subnav a, #subnav a:visited {
text-decoration: none;
color: #415157;
padding: 4px 8px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#subnav a:hover, #subnav .active {
background: #A0A5A7;
}
.right { float: right !important; }
.left { float: left !important; }
/**************************************\
* Actions
\**************************************/
#actions {
}
#actions li {
display: inline;
float: left;
}
#actions a, #actions a:visited {
text-decoration: none;
color: #333;
height:25px;
background: #aad052;
border: 0px solid #494D4F;
padding: 4px 8px;
font-weight:bold;
font-size:10px;
text-transform:uppercase;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#actions a:hover, #actions a:active {
color: #aad052;
background: #333;
}
.search-form-wrapper {
float: left;
text-align: left;
padding: 0px !important;
}
#search-input {
width: 250px;
border: 1px solid #999;
margin: 0; padding: 4px;
vertical-align: middle;
display: inline;
}
#search-input, #search-button { font-size: 12px; }
#search-button {
position: relative;
right: 23px; top: 3px;
}
.left-action { float: left !important; margin-right: 10px; }
.right-action { float: right !important; margin-left: 10px;}
.left-action a, .right-action a { padding: 6px 10px; }
/**************************************\
* Body
\**************************************/
#body {
padding: 10px 0 60px;
}
/**************************************\
* Footer
\**************************************/
#footer {
background: #494D4F;
padding: 10px 0;
text-align: center;
}
#footer a, #footer a:hover {
text-decoration: underline;
color: #ffffff;
padding: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#footer a:hover, #footer a:active {
text-decoration: none;
background: #999999;
}
#footer-navigation {
float: left;
width: 380px;
background: #585b5d;
padding: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#footer-navigation li {
float: left;
display: inline;
margin-right: 5px;
}
#footer-navigation a, #footer-navigation a:hover {
text-decoration: none;
padding: 3px 6px;
}
#footer-navigation a:hover, #footer-navigation a:active {
text-decoration: none;
}
/**************************************\
* Forms
\**************************************/
.ctrlHolder {
margin: 3px 20px;
clear: both;
}
input { color: #222222; }
input[type="text"], input[type="password"], textarea {
display: block;
width: 650px;
border: 3px solid #d5dde0;
padding: 5px;
font-size: 14px;
background-color: #fbfbfb;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border-color: #a7cf4c;
}
input[type="submit"], input[type="button"] {
border: 2px solid #d5dde0;
padding: 4px 6px;
font-size: 12px;
background-color: #fbfbfb;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
input[type="submit"]:hover, input[type="submit"]:hover {
border-color: #a7cf4c;
}
.formHint {
color: #999;
margin: 0 0 0 20px;
}
.form_block input {
float: right;
margin: 10px 310px 10px 0;
}
.rich-editor {
margin-top: 20px;
margin-bottom: 20px;
}
.tinymce {
min-height: 350px;
}
.flag-form-wrapper {
display: none;
position: absolute; margin-top: 20px;
z-index: 2;
border: 5px solid #c44;
background: #fff;
max-width: 400px;
padding: 10px;
white-space: normal;
}
/**************************************\
* Lists
\**************************************/
#list-sidebar {
float: left;
margin: 10px 0 0; padding: 10px 10px 10px 0;
width: 160px;
white-space: nowrap;
overflow: hidden;
}
.filter-parent {
margin-left: 5px;
}
.set-filter {
font-weight: bold;
margin-left: 10px;
}
.filter-list, .filter-block {
list-style: none;
margin-left: 20px;
}
.no-filters {
margin-left: 20px;
font-style: italic;
}
#list-block {
margin: 10px 0 0 180px;
border-left: 3px solid #ccc;
padding: 10px 0 10px 20px;
}
.researcher-list {
margin: 0 !important;
list-style: none !important;
}
.researcher-list-avatar, .researcher-list-avatar:visited {
float: left;
width: 80px; height: 80px;
border: 2px solid #ccc;
}
.researcher-list-avatar:hover {
border: 2px solid #eee;
}
.list-title {
text-align: left;
font-size: 26px;
line-height: 32px;
font-weight: bold;
}
.list-count {
font-size: 16px;
font-weight: bold;
color: #ccc;
}
.post-list {
margin: 20px 0 0 0;
list-style: none;
}
.list-item {
border-bottom: 1px dotted #ccc;
padding-bottom: 15px;
margin-bottom: 15px;
}
.list-post-title, .list-post-title:visited {
display: block;
font-size: 16px;
line-height: 16px;
text-align: left;
margin: 0 0 10px;
color: #3e4f4a !important;
text-decoration: none !important;
font-weight: bold;
}
.list-post-title:hover {
text-decoration: underline !important;
}
.list-post-block {
margin: 0 0 0 190px;
min-height: 195px;
}
.list-researcher-block {
margin: 0 0 15px 100px;
min-height: 70px;
}
.list-post-content {
}
.more-link, .more-link:visited {
float: left;
font-weight: bold;
color: #999 !important;
text-decoration: none !important;
}
.more-link:hover {
text-decoration: underline !important;
}
.post-disciplines-list {
float: right;
color: #999;
font-weight: bold;
list-style: none;
margin: 0;
}
.post-disciplines-list a, .post-disciplines-list a:visited {
color: #94ba3c !important;
text-decoration: none !important;
}
.post-disciplines-list a:hover { text-decoration: underline !important; }
.post-tags-list {
clear: right;
padding-top: 5px;
font-weight: bold;
list-style: none;
}
.post-tags-list li {
float: left;
display: inline;
margin-right: 10px;
}
.post-tags-list a, .post-tags a:visited {
background: #333 !important;
color: #999 !important;
padding: 3px 6px;
text-decoration: none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.post-tags-list a:hover {
color: #94ba3c !important;
}
.post-no-tags {
display: block;
margin-bottom: 10px;
}
.post-extras-list li {
display: inline;
}
.post-sticker {
padding: 3px 6px;
font-weight: bold;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.post-sticker a { color: #fff; text-decoration: none; }
.post-sticker a:hover { text-decoration: underline; }
.private-sticker { background: #c44; }
.sandbox-sticker { background: #ada222; }
.sandbox-sticker a { color: #f7f0a7; }
.model-project-sticker { background: #94ba3c; }
.pagination {
clear: both;
}
.dark-item { background-color: #eee; }
/**************************************\
* Detail pages
\**************************************/
#detail-sidebar {
float: left;
margin-top: 20px; padding: 10px 10px 10px 0;
width: 220px;
white-space: nowrap;
overflow: hidden;
position: static;
z-index: 2;
}
.big-button {
font-size: 16px;
margin: 10px 0 10px 0; padding: 5px 10px;
background: #333;
color: #fff !important;
border: 3px solid #ccc;
font-weight: bold;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.big-button a, .big-button a:visited {
color: #fff;
text-decoration: none !important;
}
.big-button a:hover {
color: #94ba3c !important;
}
#detail-sidebar .meta-box {
margin-top: 10px;
}
.post-taxonomy-box {
clear: both;
padding-top: 20px;
font-weight: bold;
color: #999;
}
.post-taxonomy-list li { display: block; margin-bottom: 5px; }
.post-taxonomy-list, .post-taxonomy-list li {
float: none !important;
}
.post-taxonomy-list {
margin: 0 0 0 10px;
list-style: none;
}
.no-disciplines, .no-tags {
margin-left: 10px;
}
#post-content-block {
position: relative;
float: left;
margin: 20px 0 10px 20px;
z-index: 1;
}
.post-title {
font-size: 24px;
line-height: 24px;
margin-bottom: 20px;
font-weight: bold;
}
.post-content { }
.list-post-content ul, .post-content ul {
margin: 0 0 1.5em 20px;
list-style: inside square;
}
.list-post-content ol, .post-content ol {
margin: 0 0 1.5em 20px;
list-style: inside decimal;
}
.page-title {
font-size: 24px;
line-height: 24px;
margin: 20px 0;
font-weight: bold;
}
.private {
padding: 5px 10px;
color: #fff;
background: #c44;
font-weight: bold;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/**************************************\
* Issue paper list
\**************************************/
.issue-papers-block {
margin-top: 20px;
}
.issue-paper-header {
font-size: 20px;
line-height: 20px;
margin-bottom: 10px;
font-weight: bold;
}
.issue-paper-list {
margin: 0;
list-style: none;
}
.issue-paper-list li {
}
.paper-preview .list-post-title {
color: #999 !important;
}
/**************************************\
* Meta
\**************************************/
.preview-meta-box, .meta-box {
float: left;
text-align: left;
padding: 10px 10px; margin-bottom: 10px;
background-color: #eee;
border:3px solid #ccc;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.preview-meta-box { width: 150px; }
.meta-box { width: 180px; }
.preivew-meta-box ul, .meta-box ul {
margin: 0 !important;
list-style: none !important;
}
.stat-box {
float: left;
width: 50%;
text-align:center;
margin: 0 0 5px;
}
.stat-name {
font-size: 12px;
font-weight:bold;
}
.stat-number {
padding: 5px;
font-size: 35px;
line-height: 25px;
font-weight: bold;
}
.stat-button {
border-color: transparent !important;
font-weight: bold !important;
padding: 2px 4px!important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.yeas { color: #94ba3c; }
.nays { color: #c44; }
.nay-button { color: #fff !important; background-color: #c44 !important;}
.nay-button:hover { color: #fff !important; background-color: #c44 !important; border-color: #ff9966 !important; }
.yea-button { color: #fff !important; background-color: #94ba3c !important; }
.yea-button:hover { color: #fff !important; background-color: #94ba3c !important; border-color: #ccff66 !important; }
.stat-clear, .stat-clear:hover {}
.post-status-block {
clear: both;
border-top: 1px solid #ccc;
margin: 5px 0;
}
.post-status {
margin-left: 20px;
font-size: 16px;
font-weight: bold;
}
.post-user-block, .post-date {
font-size: 12px;
}
.post-user-block {
clear: both;
margin: 5px 0px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.post-user-link {
display:block;
text-decoration:none!important;
padding: 5px 10px;
}
.post-user-link:hover {
background-color:#fff;
color:#193F66!important;
}
.post-user-name { margin-left: 10px; }
.anonymous-user { }
.user-avatar {
float: left;
width: 40px;
height: 40px;
border: 3px solid #ccc;
}
.post-date{
clear: both;
padding: 0px 5px;
}
.post-option {
float: left;
font-size: 14px;
color: #999 !important;
margin: 0 10px;
text-decoration: none !important;
}
.post-option:hover { text-decoration: underline !important; }
/**************************************\
* Profiles
\**************************************/
#profile-sidebar {
float: left;
width: 200px;
}
.profile-title {
margin-bottom: 10px;
}
.profile-avatar {
width: 150px; height: 150px;
border: 4px solid #ccc;
margin: 0 0 15px;
border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.profile-sidebar-block {
color: #999;
font-weight: bold;
margin: 10px 0 10px;
}
.profile-sidebar-block a, .profile-sidebar-block a:visited {
color: #94ba3c !important;
text-decoration: none !important;
}
.profile-sidebar-block a:hover { text-decoration: underline !important; }
#profile-followers {
margin-top: 15px;
font-size: 20px;
line-height: 20px;
color: #666;
}
#profile-content-block {
margin-left: 200px;
}
#profile-about-block {
margin-bottom: 10px;
}
.profile-content-header {
font-size: 20px;
line-height: 20px;
margin-bottom: 10px;
font-weight: bold;
}
#profile-activity-block {
float: left;
width: 600px;
min-height: 200px;
}
#profile-contributions-block {
float: left;
margin-left: 10px;
display: none;
}
.interests-header {
float: left;
}
.interests-list {
display: inline;
font-weight: bold;
}
.interests-list li {
float: left;
display: inline;
margin-left: 10px;
}
.interests-list a, .interests a:visited {
background: #333 !important;
color: #999 !important;
padding: 2px 4px;
text-decoration: none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.interests-list a:hover {f
color: #94ba3c !important;
}
/**************************************\
* Follow stuff
\**************************************/
.follow-form-wrapper {
position: absolute;
top: 34px; left: 150px;
margin: 10px; padding: 8px;
z-index: 10;
width: 250px;
background: white;
border: 3px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 5px 5px 10px #666;
-moz-box-shadow: 5px 5px 10px #666;
box-shadow: 5px 5px 10px #666;
}
div.spinner-wrapper { text-align: center; }
/**************************************\
* Dashboard
\**************************************/
#dashboard-feed-block {
float: left;
width: 500px;
margin: 0 0 20px;
min-height: 400px;
}
#dashboard-feed-title {
margin-top: 0px;
}
#dashboard-subscriptions-block {
margin: 20px 0 10px 620px;
min-height: 400px;
}
#dashboard-subscriptions-header {
font-size: 20px; line-height: 20px;
margin-bottom: 10px;
font-weight: bold;
}
#dashboard-subscriptions-list {
list-style: none;
}
#dashboard-subscriptions-list li {
margin: 0;
padding: 5px 10px;
border-top: 1px solid #bababc;
}
#dashboard-subscriptions-list a {
}
.subscription-edit-button {
float: right;
padding: 1px 6px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subscription-edit-button:hover {
}
/**************************************\
* Updates
\**************************************/
.update-item { margin-bottom: 10px; }
.feed-icon {
float: left;
}
.update-content-block {
margin-left: 30px;
}
.update-header { }
.update-user, .update-object {
font-weight: bold;
text-decoration: none !important;
}
.update-user:hover, .update-object:hover { text-decoration: underline !important; }
.update-user { color: #494d4f !important; }
.update-object { color: #657f98 !important; }
.update-time { font-weight: bold; color: #abaeb0 !important; }
.update-content {
margin: 5px 0 0 30px;
}
/**************************************\
* Disciplines
\**************************************/
.discipline-tree-root {
}
.discipline-tree {
margin-left: 40px;
}
/**************************************\
* Feedback
\**************************************/
.feedback-type-wrapper {
float: right;
color: #999;
font-weight: bold;
}
.feedback-type-wrapper a, .feedback-type-wrapper a:visited {
color: #94ba3c !important;
text-decoration: none !important;
}
.feedback-type-wrapper a:hover { text-decoration: underline !important; }
.post-no-tags {
clear: right;
padding-top: 5px;
font-weight: bold;
color: #999;
}
/**************************************\
* Ajax Select
\**************************************/
input.ac_loading {
background: #FFF url('http://staging.colabscience.com/site_media/static/images/loading-indicator.gif') no-repeat;
background-position: right;
}
.iconic {
padding: 2px 4px;
float: left;
background: url('http://staging.colabscience.com/site_media/static/pinax/img/silk/icons/cross.png') no-repeat;
color: transparent;
border: 0;
}
.iconic:hover { background: url('http://staging.colabscience.com/site_media/static/pinax/img/silk/icons/cancel.png') no-repeat; }
.results_on_deck > div { clear: both; }
/**************************************\
* Discussion/Comments
\**************************************/
.discussion-block {
clear: both;
border-top: 2px solid #333;
margin-top: 20px; padding: 0;
}
.discussion-header {
font-weight: bold;
color: #fff !important;
background: #333;
padding: 15px 30px;
width: 170px;
}
.discussion-header-text { font-size: 16px; margin-right: 10px; }
.discussion-header-count {
background-color: #999;
padding: 2px 4px;
border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.discussion-tail {
position: relative;
top: 0; left: 0;
}
.no-comments {
font-size: 20px;
margin-left: 50px;
}
.comment-item {
margin: 0 0 10px;
}
.comment-meta-box {
float: left;
text-align: left;
padding: 5px 5px;
background-color: #eee;
width: 100px;
}
.comment-meta-box ul {
margin: 0 !important;
list-style: none !important;
}
.comment-meta-box .stat-name, .comment-meta-box .stat-button { font-size: 12px !important; }
.comment-meta-box .stat-button { padding: 2px 4px; }
.comment-meta-box .stat-number { font-size: 24px !important; padding: 0px; }
.comment-content-wrapper {
border: 1px solid #ccc;
margin-left: 120px;
padding: 10px;
}
.comment-content-block {
margin-left: 60px;
}
.comment-by-line { font-weight: bold; }
.reply-button, .edit-button, .delete-button {
float: right;
}
.delete-button { color: #C44 !important; }
.level-1 { margin-left: 50px; }
.level-2 { margin-left: 100px; }
.level-3 { margin-left: 140px; }
.level-4 { margin-left: 170px; }
.level-5 { margin-left: 200px; }
.level-6 { margin-left: 225px; }
.level-7 { margin-left: 250px; }
.level-8 { margin-left: 250px; }
.level-9 { margin-left: 250px; }
.level-10 { margin-left: 250px; }
.level-11 { margin-left: 250px; }
.level-12 { margin-left: 250px; }
.level-13 { margin-left: 250px; }
.level-14 { margin-left: 250px; }
.level-15 { margin-left: 250px; }
.level-16 { margin-left: 250px; }
.level-17 { margin-left: 250px; }
.level-18 { margin-left: 250px; }
.level-19 { margin-left: 250px; }
.level-20 { margin-left: 250px; }
.comment-form-wrapper, .reply-form-wrapper {
margin: 40px 0 0 20px;
}
.add-to-discussion {
font-weight: bold;
margin-bottom: 0;
}
/**************************************\
* Homepage
\**************************************/
#tagline {
text-align: left;
font-size: 32px; line-height: 32px;
margin: 10px 0;
font-weight: bold;
letter-spacing:-1px;
}
#sub-tagline {
text-align: left
font-size: 22px; line-height: 16px;
margin-bottom: 20px;
font-weight: bold;
color:#999;
letter-spacing:-1px;
}
#launch-box {
text-align: left;
font-size: 16px; line-height: 16px;
margin-bottom: 20px;
background: #efefef;
border-top: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
padding: 10px;
letter-spacing:0px;
}
#home-content {
margin-top: 10px;
}
#home-cast {
float: left;
width: 600px;
}
#home-promo {
float: right;
width: 400px;
}
#home-promo-header {
text-align: center;
font-size: 32px; line-height: 32px;
margin-bottom: 25px;
font-weight: bold;
}
#home-promo-list {
text-align: left;
font-size: 16px; line-height: 16px;
font-weight: bold;
color: #808080;
margin: 10px 20px 30px 50px;
list-style: none;
}
#home-promo-list li {
background-image: url("http://staging.colabscience.com/site_media/static/images/check.png");
background-repeat:no-repeat;
padding-left:40px;
padding-top:5px;
background-position: left;
vertical-align: middle;
list-style-type:none;
height: 35px;
line-height: 35px;
}
#signup-button, #signup-button:visited {
display: block;
text-align: center;
margin: 20px auto;
font-size: 32px;
font-weight: bold;
color: #333333;
background: #94ba3c;
padding: 20px 10px;
width: 250px;
text-decoration: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#signup-button:hover {
background: #82a630;
}
/**************************************\
* Login
\**************************************/
#login-page-box {
margin: 50px auto;
width: 400px;
border: 10px solid #ccc;
padding: 0px;
background-color:#eee;
padding:20px 30px 0 30px;
}
#login-page-box h1{
font-size:32px;
line-height: 36px;
margin-bottom: 10px;
letter-spacing:-1px;
}
#login-page-box p{
margin-bottom:10px;
}
#login-page-box .ctrlHolder { margin: 0; }
#login-page-box #div_id_email input, #login-page-box #div_id_password input{
background-color:#fff;
padding:10px 5px;
width:380px;
display:block;
}
#login-page-box #div_id_email label, #login-page-box #div_id_password label{
font-weight:bold;
font-size:18px;
margin-top:10px;
color:#333;
}
#login-page-box .form_block input {
background-color:#666;
border:0px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
color:#fff;
font-size:16px;
font-weight:bold;
font-family: "Helvetica", Arial, sans-serif;
cursor:pointer;
margin: 10px 0;
}
#login-page-box .form_block input:hover{
background-color:#333;
}
/**************************************\
* Errors
\**************************************/
.error-page #body { padding: 0; }
#error-page {
height: 600px;
padding: 20px 0 0;
background: url('/site_media/static/images/error.png') no-repeat left bottom;
font-weight: bold;
}
#error-title {
position: absolute;
top: 100px; left: 525px;
font-size: 54px;
color: #c9ccce;
}
#error-description {
position: absolute;
top: 170px; left: 525px;
font-size: 36px;
line-height: 40px;
}
#error-extra {
position:absolute;
top: 400px; left: 525px;
font-size: 36px; line-height: 40px;
}
/**************************************\
* About
\**************************************/
#about {
width: 700px;
font-size: 14px;
line-height: 18px;
margin: 0 auto;
}
.about #footer { width: 680px; }
.about p {
padding: 0;
margin-bottom: 10px;
}
.about-title {
margin: 10px auto;
font-size:28px;
font-weight:bold;
text-align: left;
color:#333;
}
.tagline {
font-size: 16px;
text-align: left;
margin-bottom: 20px;
font-weight: bold;
color: #999;
}
.about-header {
text-align: left;
font-weight: bold;
font-size: 20px;
line-height: 30px;
margin: 20px 0 10px;
color:#333;
}
.question {
font-weight: bold;
color:#333;
}
.answer {
margin: 10px 0 25px 50px;
}
.bullet-leadin {
font-style: italic;
}
.point-list { list-style: square; font-style: none; }
.point-list li { margin-left: 100px; }
.bio-title {
font-size: 16px;
}
.bio-title a.twitter{
font-size:11px;
font-weight:bold;
background-color:#eee;
color:#333;
-moz-border-radius:4px;
-webkit-border-radius:4px;
text-decoration:none;
padding:5px;
}
.bio-title a.twitter:hover{
background-color:#ccc;
}
.bio {
margin-left: 50px;
}
|
colab/media/css/style.css
|
body {
font-family: "Helvetica", Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 20px;
color: #ffffff;
background-color: #494d4f;
height: 100%;
}
h1 { font-size: 20px; }
p {
margin-bottom: 1.5em;
}
a, a:visited {
color: #145689;
text-decoration: underline;
}
a:hover {
color: #2270ad;
text-decoration: none;
}
a img {
border: 0;
vertical-align: middle;
}
.clear { clear: both; }
.no-float { float: none !important; }
.guide {
position: relative;
width: 1000px;
margin: 0 auto;
}
/**************************************\
* Feedback Widget
\**************************************/
#feedback-widget-wrapper {
position: fixed;
top: 50%; left: 0;
z-index: 2;
color: #3e4f4a;
margin-left: -35px;
}
#feedback-widget-wrapper a, #feedback-widget-wrapper a, #feedback-wrapper a:visited {
color: #193F66;
top:0px;
text-decoration: none;
display:table-cell;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback-widget-wrapper a:hover {
color: #657F98;
text-decoration: none;
}
#feedback-widget-toggle {
padding: 14px 12px 7px;
border-top: 0;
border-left: 3px solid #193f66;
border-right: 3px solid #193f66;
border-bottom: 3px solid #193f66;
background: #eee;
border-radius-bottomleft: 4px;
border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
text-decoration: none;
font-size: 14px;
line-height: 14px;
}
#feedback-widget {
display: none;
position: absolute;
top: -200px; left: 20px;
z-index: 3;
background: #ffffff;
max-width: 600px;
border: 5px solid #ccc;
background: #fff;
margin-left:50px;
padding:10px;
}
#feedback-widget input[type="text"], #feedback-widget textarea {
min-width: 300px;
width: auto;
}
/**************************************\
* Header
\**************************************/
#logo-wrapper {
float: left;
margin-left: 0;
padding-top:10px;
}
#logo-link img {
height: 67px;
width: 200px;
}
#login-box {
float: right;
margin: 20px 50px 0 0;
font-size: 20px;
line-height: 20px;
text-shadow: 0 1px 0 #222222;
}
#login-box a {
text-decoration: none;
color: #ffffff;
padding: 3px 6px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#login-box a:hover {
background: #999999;
}
#login-box-signup {
font-weight: bold;
background: #777777;
}
#user-box {
float: right;
padding: 8px 5px 8px 15px;
text-align: left;
font-size: 12px;
background: #585b5d;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#user-box-avatar {
float: left;
padding: 0!important;
width: 25px; height: 25px;
border: 2px solid #999999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#user-box-avatar img{
width: 25px; height: 25px;
}
#user-box-avatar:hover {
border: 2px solid #cccccc;
}
#user-box-links {
float: left;
margin: 5px 5px 0;
}
#user-box-links a {
text-decoration: none;
color: #ffffff;
padding: 3px 6px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#user-box-links a:hover, #user-box a:active {
background: #999999;
}
#user-box-name { font-weight: bold; }
#user-box-logout {
font-weight: bold;
color: #9f9f9f!important;
}
#user-box-admin { color: #bda657!important; }
#content-navigation-wrapper {
clear: both;
float: right;
padding: 0 0 3px;
font-size: 12px;
font-weight: bold;
}
#content-navigation li {
float: left;
display: inline;
margin-left: 5px;
}
#content-navigation li a {
text-decoration: none;
color: #ffffff;
padding: 6px 15px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
#content-navigation li a:hover, #content-navigation li a:active,
#content-navigation li.active a, body.hq #tab_hq a, body.issues #tab_issues a,
body.people #tab_researchers a, body.blog #tab_disciplines a,
body.feedback #tab_feedback a, body.contribute #tab_contribute a {
color: #313638;
background: #ABAEB0;
}
#tab_contribute a {
background: #738753;
}
/**************************************\
* Announcements
\**************************************/
ul#messages {
margin: 10px 0; padding: 0;
list-style: none;
color: #3e4f4a;
}
ul#messages li {
padding: 5px 10px;
background: #9CCCA4;
margin: 5px 0;
border: 1px solid #479955;
}
ul#messages li a { color: #693; }
.clear-message { float: right; }
.announcement {
text-align: center;
background: #dadf57!important;
border: #a2a641!important;
}
.announcement a { color: #6a6c34!important; }
.error {
background: #CC9CA6!important;
border: 1px solid #825964!important;
}
.error a { color: #7F4854!important; }
/**************************************\
* Page Content
\**************************************/
#page-content {
clear: both;
color: #3e4f4a;
background-color: #ffffff;
border-top: 8px #ABAEB0 solid;
border-bottom: 8px #ABAEB0 solid;
text-align: left;
}
#subnav-wrapper {
background: #C9CCCE;
list-style: none;
height: 36px;
}
#breadcrumbs {
float: left;
height: 36px;
}
#breadcrumbs li {
float:left;
line-height:36px;
color:#777;
padding-left:15px;
}
#breadcrumbs li a {
background: url(/site_media/static/images/crumbs.gif) no-repeat right center; no-repeat right center;
display: block;
padding: 0 25px 0 0;
}
#breadcrumbs li a, #breadcrumbs li a:visited {
color: #777;
text-decoration:none;
}
#breadcrumbs li a:hover, #breadcrumbs li a:focus {
color: #8ea94a;
}
#subnav {
float: right;
}
#subnav li {
display: inline;
float: left;
margin: 7px 10px;
}
#subnav a, #subnav a:visited {
text-decoration: none;
color: #415157;
padding: 4px 8px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#subnav a:hover, #subnav .active {
background: #A0A5A7;
}
.right { float: right !important; }
.left { float: left !important; }
/**************************************\
* Actions
\**************************************/
#actions {
}
#actions li {
display: inline;
float: left;
}
#actions a, #actions a:visited {
text-decoration: none;
color: #333;
height:25px;
background: #aad052;
border: 0px solid #494D4F;
padding: 4px 8px;
font-weight:bold;
font-size:10px;
text-transform:uppercase;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#actions a:hover, #actions a:active {
color: #aad052;
background: #333;
}
.search-form-wrapper {
float: left;
text-align: left;
padding: 0px !important;
}
#search-input {
width: 250px;
border: 1px solid #999;
margin: 0; padding: 4px;
vertical-align: middle;
display: inline;
}
#search-input, #search-button { font-size: 12px; }
#search-button {
position: relative;
right: 23px; top: 3px;
}
.left-action { float: left !important; margin-right: 10px; }
.right-action { float: right !important; margin-left: 10px;}
.left-action a, .right-action a { padding: 6px 10px; }
/**************************************\
* Body
\**************************************/
#body {
padding: 10px 0 60px;
}
/**************************************\
* Footer
\**************************************/
#footer {
background: #494D4F;
padding: 10px 0;
text-align: center;
}
#footer a, #footer a:hover {
text-decoration: underline;
color: #ffffff;
padding: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#footer a:hover, #footer a:active {
text-decoration: none;
background: #999999;
}
#footer-navigation {
float: left;
width: 380px;
background: #585b5d;
padding: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#footer-navigation li {
float: left;
display: inline;
margin-right: 5px;
}
#footer-navigation a, #footer-navigation a:hover {
text-decoration: none;
padding: 3px 6px;
}
#footer-navigation a:hover, #footer-navigation a:active {
text-decoration: none;
}
/**************************************\
* Forms
\**************************************/
.ctrlHolder {
margin: 3px 20px;
clear: both;
}
input { color: #222222; }
input[type="text"], input[type="password"], textarea {
display: block;
width: 650px;
border: 3px solid #d5dde0;
padding: 5px;
font-size: 14px;
background-color: #fbfbfb;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border-color: #a7cf4c;
}
input[type="submit"], input[type="button"] {
border: 2px solid #d5dde0;
padding: 4px 6px;
font-size: 12px;
background-color: #fbfbfb;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
input[type="submit"]:hover, input[type="submit"]:hover {
border-color: #a7cf4c;
}
.formHint {
color: #999;
margin: 0 0 0 20px;
}
.form_block input {
float: right;
margin: 10px 310px 10px 0;
}
.rich-editor {
margin-top: 20px;
margin-bottom: 20px;
}
.tinymce {
min-height: 350px;
}
.flag-form-wrapper {
display: none;
position: absolute; margin-top: 20px;
z-index: 2;
border: 5px solid #c44;
background: #fff;
max-width: 400px;
padding: 10px;
white-space: normal;
}
/**************************************\
* Lists
\**************************************/
#list-sidebar {
float: left;
margin: 10px 0 0; padding: 10px 10px 10px 0;
width: 160px;
white-space: nowrap;
overflow: hidden;
}
.filter-parent {
margin-left: 5px;
}
.set-filter {
font-weight: bold;
margin-left: 10px;
}
.filter-list, .filter-block {
list-style: none;
margin-left: 20px;
}
.no-filters {
margin-left: 20px;
font-style: italic;
}
#list-block {
margin: 10px 0 0 180px;
border-left: 3px solid #ccc;
padding: 10px 0 10px 20px;
}
.researcher-list {
margin: 0 !important;
list-style: none !important;
}
.researcher-list-avatar, .researcher-list-avatar:visited {
float: left;
width: 80px; height: 80px;
border: 2px solid #ccc;
}
.researcher-list-avatar:hover {
border: 2px solid #eee;
}
.list-title {
text-align: left;
font-size: 26px;
line-height: 32px;
font-weight: bold;
}
.list-count {
font-size: 16px;
font-weight: bold;
color: #ccc;
}
.post-list {
margin: 20px 0 0 0;
list-style: none;
}
.list-item {
border-bottom: 1px dotted #ccc;
padding-bottom: 15px;
margin-bottom: 15px;
}
.list-post-title, .list-post-title:visited {
display: block;
font-size: 16px;
line-height: 16px;
text-align: left;
margin: 0 0 10px;
color: #3e4f4a !important;
text-decoration: none !important;
font-weight: bold;
}
.list-post-title:hover {
text-decoration: underline !important;
}
.list-post-block {
margin: 0 0 0 190px;
min-height: 195px;
}
.list-researcher-block {
margin: 0 0 15px 100px;
min-height: 70px;
}
.list-post-content {
}
.more-link, .more-link:visited {
float: left;
font-weight: bold;
color: #999 !important;
text-decoration: none !important;
}
.more-link:hover {
text-decoration: underline !important;
}
.post-disciplines-list {
float: right;
color: #999;
font-weight: bold;
list-style: none;
margin: 0;
}
.post-disciplines-list a, .post-disciplines-list a:visited {
color: #94ba3c !important;
text-decoration: none !important;
}
.post-disciplines-list a:hover { text-decoration: underline !important; }
.post-tags-list {
clear: right;
padding-top: 5px;
font-weight: bold;
list-style: none;
}
.post-tags-list li {
float: left;
display: inline;
margin-right: 10px;
}
.post-tags-list a, .post-tags a:visited {
background: #333 !important;
color: #999 !important;
padding: 3px 6px;
text-decoration: none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.post-tags-list a:hover {
color: #94ba3c !important;
}
.post-no-tags {
display: block;
margin-bottom: 10px;
}
.post-extras-list li {
display: inline;
}
.post-sticker {
padding: 3px 6px;
font-weight: bold;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.post-sticker a { color: #fff; text-decoration: none; }
.post-sticker a:hover { text-decoration: underline; }
.private-sticker { background: #c44; }
.sandbox-sticker { background: #ada222; }
.sandbox-sticker a { color: #f7f0a7; }
.model-project-sticker { background: #94ba3c; }
.pagination {
clear: both;
}
.dark-item { background-color: #eee; }
/**************************************\
* Detail pages
\**************************************/
#detail-sidebar {
float: left;
margin-top: 20px; padding: 10px 10px 10px 0;
width: 220px;
white-space: nowrap;
overflow: hidden;
position: static;
z-index: 2;
}
.big-button {
font-size: 16px;
margin: 10px 0 10px 0; padding: 5px 10px;
background: #333;
color: #fff !important;
border: 3px solid #ccc;
font-weight: bold;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.big-button a, .big-button a:visited {
color: #fff;
text-decoration: none !important;
}
.big-button a:hover {
color: #94ba3c !important;
}
#detail-sidebar .meta-box {
margin-top: 10px;
}
.post-taxonomy-box {
clear: both;
padding-top: 20px;
font-weight: bold;
color: #999;
}
.post-taxonomy-list li { display: block; margin-bottom: 5px; }
.post-taxonomy-list, .post-taxonomy-list li {
float: none !important;
}
.post-taxonomy-list {
margin: 0 0 0 10px;
list-style: none;
}
.no-disciplines, .no-tags {
margin-left: 10px;
}
#post-content-block {
position: relative;
float: left;
margin: 20px 0 10px 20px;
z-index: 1;
}
.post-title {
font-size: 24px;
line-height: 24px;
margin-bottom: 20px;
font-weight: bold;
}
.post-content { }
.list-post-content ul, .post-content ul {
margin: 0 0 1.5em 20px;
list-style: inside square;
}
.list-post-content ol, .post-content ol {
margin: 0 0 1.5em 20px;
list-style: inside decimal;
}
.page-title {
font-size: 24px;
line-height: 24px;
margin: 20px 0;
font-weight: bold;
}
.private {
padding: 5px 10px;
color: #fff;
background: #c44;
font-weight: bold;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/**************************************\
* Issue paper list
\**************************************/
.issue-papers-block {
margin-top: 20px;
}
.issue-paper-header {
font-size: 20px;
line-height: 20px;
margin-bottom: 10px;
font-weight: bold;
}
.issue-paper-list {
margin: 0;
list-style: none;
}
.issue-paper-list li {
}
.paper-preview .list-post-title {
color: #999 !important;
}
/**************************************\
* Meta
\**************************************/
.preview-meta-box, .meta-box {
float: left;
text-align: left;
padding: 10px 10px; margin-bottom: 10px;
background-color: #eee;
border:3px solid #ccc;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.preview-meta-box { width: 150px; }
.meta-box { width: 180px; }
.preivew-meta-box ul, .meta-box ul {
margin: 0 !important;
list-style: none !important;
}
.stat-box {
float: left;
width: 50%;
text-align:center;
margin: 0 0 5px;
}
.stat-name {
font-size: 12px;
font-weight:bold;
}
.stat-number {
padding: 5px;
font-size: 35px;
line-height: 25px;
font-weight: bold;
}
.stat-button {
border-color: transparent !important;
font-weight: bold !important;
padding: 2px 4px!important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.yeas { color: #94ba3c; }
.nays { color: #c44; }
.nay-button { color: #fff !important; background-color: #c44 !important;}
.nay-button:hover { color: #fff !important; background-color: #c44 !important; border-color: #ff9966 !important; }
.yea-button { color: #fff !important; background-color: #94ba3c !important; }
.yea-button:hover { color: #fff !important; background-color: #94ba3c !important; border-color: #ccff66 !important; }
.stat-clear, .stat-clear:hover {}
.post-status-block {
clear: both;
border-top: 1px solid #ccc;
margin: 5px 0;
}
.post-status {
margin-left: 20px;
font-size: 16px;
font-weight: bold;
}
.post-user-block, .post-date {
font-size: 12px;
}
.post-user-block {
clear: both;
margin: 5px 0px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.post-user-link {
display:block;
text-decoration:none!important;
padding: 5px 10px;
}
.post-user-link:hover {
background-color:#fff;
color:#193F66!important;
}
.post-user-name { margin-left: 10px; }
.anonymous-user { }
.user-avatar {
float: left;
width: 40px;
height: 40px;
border: 3px solid #ccc;
}
.post-date{
clear: both;
padding: 0px 5px;
}
.post-option {
float: left;
font-size: 14px;
color: #999 !important;
margin: 0 10px;
text-decoration: none !important;
}
.post-option:hover { text-decoration: underline !important; }
/**************************************\
* Profiles
\**************************************/
#profile-sidebar {
float: left;
width: 200px;
}
.profile-title {
margin-bottom: 10px;
}
.profile-avatar {
width: 150px; height: 150px;
border: 4px solid #ccc;
margin: 0 0 15px;
border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.profile-sidebar-block {
color: #999;
font-weight: bold;
margin: 10px 0 10px;
}
.profile-sidebar-block a, .profile-sidebar-block a:visited {
color: #94ba3c !important;
text-decoration: none !important;
}
.profile-sidebar-block a:hover { text-decoration: underline !important; }
#profile-followers {
margin-top: 15px;
font-size: 20px;
line-height: 20px;
color: #666;
}
#profile-content-block {
margin-left: 200px;
}
#profile-about-block {
margin-bottom: 10px;
}
.profile-content-header {
font-size: 20px;
line-height: 20px;
margin-bottom: 10px;
font-weight: bold;
}
#profile-activity-block {
float: left;
width: 600px;
min-height: 200px;
}
#profile-contributions-block {
float: left;
margin-left: 10px;
display: none;
}
.interests-header {
float: left;
}
.interests-list {
display: inline;
font-weight: bold;
}
.interests-list li {
float: left;
display: inline;
margin-left: 10px;
}
.interests-list a, .interests a:visited {
background: #333 !important;
color: #999 !important;
padding: 2px 4px;
text-decoration: none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.interests-list a:hover {f
color: #94ba3c !important;
}
/**************************************\
* Follow stuff
\**************************************/
.follow-form-wrapper {
position: absolute;
top: 34px; left: 150px;
margin: 10px; padding: 8px;
z-index: 10;
width: 250px;
background: white;
border: 3px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 5px 5px 10px #666;
-moz-box-shadow: 5px 5px 10px #666;
box-shadow: 5px 5px 10px #666;
}
div.spinner-wrapper { text-align: center; }
/**************************************\
* Dashboard
\**************************************/
#dashboard-feed-block {
float: left;
width: 500px;
margin: 0 0 20px;
min-height: 400px;
}
#dashboard-feed-title {
margin-top: 0px;
}
#dashboard-subscriptions-block {
margin: 20px 0 10px 620px;
min-height: 400px;
}
#dashboard-subscriptions-header {
font-size: 20px; line-height: 20px;
margin-bottom: 10px;
font-weight: bold;
}
#dashboard-subscriptions-list {
list-style: none;
}
#dashboard-subscriptions-list li {
margin: 0;
padding: 5px 10px;
border-top: 1px solid #bababc;
}
#dashboard-subscriptions-list a {
}
.subscription-edit-button {
float: right;
padding: 1px 6px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subscription-edit-button:hover {
}
/**************************************\
* Updates
\**************************************/
.update-item { margin-bottom: 10px; }
.feed-icon {
float: left;
}
.update-content-block {
margin-left: 30px;
}
.update-header { }
.update-user, .update-object {
font-weight: bold;
text-decoration: none !important;
}
.update-user:hover, .update-object:hover { text-decoration: underline !important; }
.update-user { color: #494d4f !important; }
.update-object { color: #657f98 !important; }
.update-time { font-weight: bold; color: #abaeb0 !important; }
.update-content {
margin: 5px 0 0 30px;
}
/**************************************\
* Disciplines
\**************************************/
.discipline-tree-root {
}
.discipline-tree {
margin-left: 40px;
}
/**************************************\
* Feedback
\**************************************/
.feedback-type-wrapper {
float: right;
color: #999;
font-weight: bold;
}
.feedback-type-wrapper a, .feedback-type-wrapper a:visited {
color: #94ba3c !important;
text-decoration: none !important;
}
.feedback-type-wrapper a:hover { text-decoration: underline !important; }
.post-no-tags {
clear: right;
padding-top: 5px;
font-weight: bold;
color: #999;
}
/**************************************\
* Ajax Select
\**************************************/
input.ac_loading {
background: #FFF url('http://staging.colabscience.com/site_media/static/images/loading-indicator.gif') no-repeat;
background-position: right;
}
.iconic {
padding: 2px 4px;
float: left;
background: url('http://staging.colabscience.com/site_media/static/pinax/img/silk/icons/cross.png') no-repeat;
color: transparent;
border: 0;
}
.iconic:hover { background: url('http://staging.colabscience.com/site_media/static/pinax/img/silk/icons/cancel.png') no-repeat; }
.results_on_deck > div { clear: both; }
/**************************************\
* Discussion/Comments
\**************************************/
.discussion-block {
clear: both;
border-top: 2px solid #333;
margin-top: 20px; padding: 0;
}
.discussion-header {
font-weight: bold;
color: #fff !important;
background: #333;
padding: 15px 30px;
width: 170px;
}
.discussion-header-text { font-size: 16px; margin-right: 10px; }
.discussion-header-count {
background-color: #999;
padding: 2px 4px;
border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.discussion-tail {
position: relative;
top: 0; left: 0;
}
.no-comments {
font-size: 20px;
margin-left: 50px;
}
.comment-item {
margin: 0 0 10px;
}
.comment-meta-box {
float: left;
text-align: left;
padding: 5px 5px;
background-color: #eee;
width: 100px;
}
.comment-meta-box ul {
margin: 0 !important;
list-style: none !important;
}
.comment-meta-box .stat-name, .comment-meta-box .stat-button { font-size: 12px !important; }
.comment-meta-box .stat-button { padding: 2px 4px; }
.comment-meta-box .stat-number { font-size: 24px !important; padding: 0px; }
.comment-content-wrapper {
border: 1px solid #ccc;
margin-left: 120px;
padding: 10px;
}
.comment-content-block {
margin-left: 60px;
}
.comment-by-line { font-weight: bold; }
.reply-button, .edit-button, .delete-button {
float: right;
}
.delete-button { color: #C44 !important; }
.level-1 { margin-left: 50px; }
.level-2 { margin-left: 100px; }
.level-3 { margin-left: 140px; }
.level-4 { margin-left: 170px; }
.level-5 { margin-left: 200px; }
.level-6 { margin-left: 225px; }
.level-7 { margin-left: 250px; }
.level-8 { margin-left: 250px; }
.level-9 { margin-left: 250px; }
.level-10 { margin-left: 250px; }
.level-11 { margin-left: 250px; }
.level-12 { margin-left: 250px; }
.level-13 { margin-left: 250px; }
.level-14 { margin-left: 250px; }
.level-15 { margin-left: 250px; }
.level-16 { margin-left: 250px; }
.level-17 { margin-left: 250px; }
.level-18 { margin-left: 250px; }
.level-19 { margin-left: 250px; }
.level-20 { margin-left: 250px; }
.comment-form-wrapper, .reply-form-wrapper {
margin: 40px 0 0 20px;
}
.add-to-discussion {
font-weight: bold;
margin-bottom: 0;
}
/**************************************\
* Homepage
\**************************************/
#tagline {
text-align: left;
font-size: 32px; line-height: 32px;
margin: 10px 0;
font-weight: bold;
letter-spacing:-1px;
}
#sub-tagline {
text-align: left
font-size: 22px; line-height: 16px;
margin-bottom: 20px;
font-weight: bold;
color:#999;
letter-spacing:-1px;
}
#launch-box {
text-align: left;
font-size: 16px; line-height: 16px;
margin-bottom: 20px;
background: #efefef;
border-top: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
padding: 10px;
letter-spacing:0px;
}
#home-content {
margin-top: 10px;
}
#home-cast {
float: left;
width: 600px;
}
#home-promo {
float: right;
width: 400px;
}
#home-promo-header {
text-align: center;
font-size: 32px; line-height: 32px;
margin-bottom: 25px;
font-weight: bold;
}
#home-promo-list {
text-align: left;
font-size: 16px; line-height: 16px;
font-weight: bold;
color: #808080;
margin: 10px 20px 30px 50px;
list-style: none;
}
#home-promo-list li {
background-image: url("http://staging.colabscience.com/site_media/static/images/check.png");
background-repeat:no-repeat;
padding-left:40px;
padding-top:5px;
background-position: left;
vertical-align: middle;
list-style-type:none;
height: 35px;
line-height: 35px;
}
#signup-button, #signup-button:visited {
display: block;
text-align: center;
margin: 20px auto;
font-size: 32px;
font-weight: bold;
color: #333333;
background: #94ba3c;
padding: 20px 10px;
width: 250px;
text-decoration: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#signup-button:hover {
background: #82a630;
}
/**************************************\
* Login
\**************************************/
#login-page-box {
margin: 50px auto;
width: 400px;
border: 10px solid #ccc;
padding: 0px;
background-color:#eee;
padding:20px 30px 0 30px;
}
#login-page-box h1{
font-size:32px;
line-height: 36px;
margin-bottom: 10px;
letter-spacing:-1px;
}
#login-page-box p{
margin-bottom:10px;
}
#login-page-box .ctrlHolder { margin: 0; }
#login-page-box #div_id_email input, #login-page-box #div_id_password input{
background-color:#fff;
padding:10px 5px;
width:380px;
display:block;
}
#login-page-box #div_id_email label, #login-page-box #div_id_password label{
font-weight:bold;
font-size:18px;
margin-top:10px;
color:#333;
}
#login-page-box .form_block input {
background-color:#666;
border:0px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
color:#fff;
font-size:16px;
font-weight:bold;
font-family: "Helvetica", Arial, sans-serif;
cursor:pointer;
margin: 10px 0;
}
#login-page-box .form_block input:hover{
background-color:#333;
}
/**************************************\
* Errors
\**************************************/
.error-page #body { padding: 0; }
#error-page {
height: 600px;
padding: 20px 0 0;
background: url('/site_media/static/images/error.png') no-repeat left bottom;
font-weight: bold;
}
#error-title {
position: absolute;
top: 100px; left: 525px;
font-size: 54px;
color: #c9ccce;
}
#error-description {
position: absolute;
top: 170px; left: 525px;
font-size: 36px;
line-height: 40px;
}
#error-extra {
position:absolute;
top: 400px; left: 525px;
font-size: 36px; line-height: 40px;
}
/**************************************\
* About
\**************************************/
#about {
width: 700px;
font-size: 14px;
line-height: 18px;
margin: 0 auto;
}
.about #footer { width: 680px; }
.about p {
padding: 0;
margin-bottom: 10px;
}
.about-title {
margin: 10px auto;
font-size:28px;
font-weight:bold;
text-align: left;
color:#333;
}
.tagline {
font-size: 16px;
text-align: left;
margin-bottom: 20px;
font-weight: bold;
color: #999;
}
.about-header {
text-align: left;
font-weight: bold;
font-size: 20px;
line-height: 30px;
margin: 20px 0 10px;
color:#333;
}
.question {
font-weight: bold;
color:#333;
}
.answer {
margin: 10px 0 25px 50px;
}
.bullet-leadin {
font-style: italic;
}
.point-list { list-style: square; font-style: none; }
.point-list li { margin-left: 100px; }
.bio-title {
font-size: 16px;
}
.bio-title a.twitter{
font-size:11px;
font-weight:bold;
background-color:#eee;
color:#333;
-moz-border-radius:4px;
-webkit-border-radius:4px;
text-decoration:none;
padding:5px;
}
.bio-title a.twitter:hover{
background-color:#ccc;
}
.bio {
margin-left: 50px;
}
| 0.433142 | 0.098599 |
body {
background: #EFEFEF;
margin: 10px 0;
padding: 0;
font-family: Helvetica, Meiryo, メイリオ, sans-serif;
line-height: 1.6;
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
#container {
background: #FFF;
margin-left: 200px;
padding: 10px 30px;
max-width: 800px;
border-radius: 10px;
}
#wrapper {
background: #FFF;
padding: 10px 30px;
max-width: 800px;
border-radius: 10px;
}
nav {
overflow: auto;
position: fixed;
left: 0;
top: 10px;
width: 180px;
height: 100%;
font-size: 0.8em;
}
nav h1 { margin-left: 2em; }
nav a { color: #000; }
nav li { margin-bottom: 0.5em; }
section { margin-bottom: 2em; }
section section { margin-left: 3em; font-size: 100%; }
#container > section > section { margin-bottom: 4em; }
p { font-size: 0.8rem; }
.wrap-code {
background: #333;
margin-bottom: 10px;
padding: 10px 20px;
color: #FFF;
border-radius: 10px;
font-size: 1rem;
overflow: auto;
}
.function-name {
margin-left: 1em;
font-size: 1rem;
}
code { white-space: pre; }
section a.button-look {
display: inline-block;
color: white;
background: #499bea;
background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: -o-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: -ms-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
padding: 8px 16px;
text-align: center;
color: #FFF;
border-radius: 6px;
font-size: 0.8rem;
}
.on { border: 1px solid #000; }
.hide { display: none; }
#overlay {
display: none;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
}
#overlay-window {
display: none;
position: absolute;
left: 50%;
top: 50%;
background: #FFF;
margin: 0 0 0 -250px;
width: 500px;
padding: 25px;
}
#overlay-window-inner {
height: 500px;
overflow: auto;
}
#overlay-window .close {
display: block;
position: absolute;
right: 20px;
top: 20px;
background: #FFF;
}
.center {
text-align: center;
}
table { width: 100%; }
th, td { padding: 8px 10px; border: 1px solid #ccc; text-align: left; }
thead th {
text-align: center;
background: #efefef;
}
|
style.css
|
body {
background: #EFEFEF;
margin: 10px 0;
padding: 0;
font-family: Helvetica, Meiryo, メイリオ, sans-serif;
line-height: 1.6;
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
#container {
background: #FFF;
margin-left: 200px;
padding: 10px 30px;
max-width: 800px;
border-radius: 10px;
}
#wrapper {
background: #FFF;
padding: 10px 30px;
max-width: 800px;
border-radius: 10px;
}
nav {
overflow: auto;
position: fixed;
left: 0;
top: 10px;
width: 180px;
height: 100%;
font-size: 0.8em;
}
nav h1 { margin-left: 2em; }
nav a { color: #000; }
nav li { margin-bottom: 0.5em; }
section { margin-bottom: 2em; }
section section { margin-left: 3em; font-size: 100%; }
#container > section > section { margin-bottom: 4em; }
p { font-size: 0.8rem; }
.wrap-code {
background: #333;
margin-bottom: 10px;
padding: 10px 20px;
color: #FFF;
border-radius: 10px;
font-size: 1rem;
overflow: auto;
}
.function-name {
margin-left: 1em;
font-size: 1rem;
}
code { white-space: pre; }
section a.button-look {
display: inline-block;
color: white;
background: #499bea;
background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: -o-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: -ms-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
padding: 8px 16px;
text-align: center;
color: #FFF;
border-radius: 6px;
font-size: 0.8rem;
}
.on { border: 1px solid #000; }
.hide { display: none; }
#overlay {
display: none;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
}
#overlay-window {
display: none;
position: absolute;
left: 50%;
top: 50%;
background: #FFF;
margin: 0 0 0 -250px;
width: 500px;
padding: 25px;
}
#overlay-window-inner {
height: 500px;
overflow: auto;
}
#overlay-window .close {
display: block;
position: absolute;
right: 20px;
top: 20px;
background: #FFF;
}
.center {
text-align: center;
}
table { width: 100%; }
th, td { padding: 8px 10px; border: 1px solid #ccc; text-align: left; }
thead th {
text-align: center;
background: #efefef;
}
| 0.28279 | 0.069352 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(../assets/fonts/Roboto-normal-100.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(../assets/fonts/Roboto-normal-300.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(../assets/fonts/Roboto-normal-400.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(../assets/fonts/Roboto-normal-500.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(../assets/fonts/Roboto-normal-700.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(../assets/fonts/Roboto-normal-900.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url(../assets/fonts/Roboto-italic-100.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(../assets/fonts/Roboto-italic-300.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(../assets/fonts/Roboto-italic-400.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url(../assets/fonts/Roboto-italic-500.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(../assets/fonts/Roboto-italic-700.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url(../assets/fonts/Roboto-italic-900.woff) format('woff');
unicode-range: U+0-10FFFF;
}
|
css/fonts.css
|
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(../assets/fonts/Roboto-normal-100.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(../assets/fonts/Roboto-normal-300.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(../assets/fonts/Roboto-normal-400.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(../assets/fonts/Roboto-normal-500.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(../assets/fonts/Roboto-normal-700.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(../assets/fonts/Roboto-normal-900.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url(../assets/fonts/Roboto-italic-100.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(../assets/fonts/Roboto-italic-300.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(../assets/fonts/Roboto-italic-400.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url(../assets/fonts/Roboto-italic-500.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(../assets/fonts/Roboto-italic-700.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url(../assets/fonts/Roboto-italic-900.woff) format('woff');
unicode-range: U+0-10FFFF;
}
| 0.239438 | 0.057098 |
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap);
.locationTitle {
font-family: 'Dancing Script', cursive;
font-size: 55px;
font-weight: normal;
position: relative;
text-align: center;
margin-bottom: 0px;
color: black;
padding-bottom: 10px;
}
.location{
text-align: center
}
.getDirectionsBtn{
/*margin:0 auto;
display: block;*/
position: relative;
background-color: #B5D1E5;
text-decoration: none;
width: 185px;
margin-top: 15px;
margin-bottom: 50px;
border: none;
border-radius: 50px;
font-size: 16px;
height: 50px;
line-height: 0%;
outline: none;
}
.getDirectionsBtn:hover {
cursor: pointer;
transform: scale(1.1);
}
a:link{
text-decoration: none;
}
/*
.map{
height: 550px;
width: 1200px;
align-content: center;
margin:0 auto;
display: block;
padding-top: 20px;
padding-bottom: 10px;
}
*/
.mapResponsive{
overflow:hidden;
padding-bottom:40%;
position:relative;
height:0;
margin-left: 150px;
margin-right: 150px;
}
.map{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
@media screen and (min-width: 1000px) and (max-width:1200px){
.mapResponsive{
margin-left: 100px;
margin-right: 100px;
}
}
@media screen and (min-width: 750px) and (max-width:1000px){
.mapResponsive{
margin-left: 70px;
margin-right: 70px;
}
.getDirectionsBtn{
height: 40px;
width: 170px;
font-size: 15px;
}
}
@media screen and (min-width:600px) and (max-width:750px)
{
.mapResponsive{
margin-left: 35px;
margin-right: 35px;
padding-bottom:45%;
}
.getDirectionsBtn{
height: 40px;
width: 170px;
font-size: 15px;
}
}
@media screen and (min-width:464px) and (max-width:600px)
{
.mapResponsive{
margin-left: 20px;
margin-right: 20px;
padding-bottom:45%;
}
.getDirectionsBtn{
height: 40px;
width: 170px;
font-size: 15px;
}
}
@media screen and (max-width:464px)
{
.mapResponsive{
margin-left: 10px;
margin-right: 10px;
padding-bottom:50%;
}
.getDirectionsBtn{
height: 30px;
width: 150px;
font-size: 14px;
margin-bottom: 30px;
}
}
@media screen and (min-width: 620px) and (max-width:980px){
.locationTitle{
font-size:50px;
}
}
@media screen and (max-width: 620px){
.locationTitle{
font-size:40px;
margin-top: 16px;
}
}
|
src/components/Location/style.module.css
|
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap);
.locationTitle {
font-family: 'Dancing Script', cursive;
font-size: 55px;
font-weight: normal;
position: relative;
text-align: center;
margin-bottom: 0px;
color: black;
padding-bottom: 10px;
}
.location{
text-align: center
}
.getDirectionsBtn{
/*margin:0 auto;
display: block;*/
position: relative;
background-color: #B5D1E5;
text-decoration: none;
width: 185px;
margin-top: 15px;
margin-bottom: 50px;
border: none;
border-radius: 50px;
font-size: 16px;
height: 50px;
line-height: 0%;
outline: none;
}
.getDirectionsBtn:hover {
cursor: pointer;
transform: scale(1.1);
}
a:link{
text-decoration: none;
}
/*
.map{
height: 550px;
width: 1200px;
align-content: center;
margin:0 auto;
display: block;
padding-top: 20px;
padding-bottom: 10px;
}
*/
.mapResponsive{
overflow:hidden;
padding-bottom:40%;
position:relative;
height:0;
margin-left: 150px;
margin-right: 150px;
}
.map{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
@media screen and (min-width: 1000px) and (max-width:1200px){
.mapResponsive{
margin-left: 100px;
margin-right: 100px;
}
}
@media screen and (min-width: 750px) and (max-width:1000px){
.mapResponsive{
margin-left: 70px;
margin-right: 70px;
}
.getDirectionsBtn{
height: 40px;
width: 170px;
font-size: 15px;
}
}
@media screen and (min-width:600px) and (max-width:750px)
{
.mapResponsive{
margin-left: 35px;
margin-right: 35px;
padding-bottom:45%;
}
.getDirectionsBtn{
height: 40px;
width: 170px;
font-size: 15px;
}
}
@media screen and (min-width:464px) and (max-width:600px)
{
.mapResponsive{
margin-left: 20px;
margin-right: 20px;
padding-bottom:45%;
}
.getDirectionsBtn{
height: 40px;
width: 170px;
font-size: 15px;
}
}
@media screen and (max-width:464px)
{
.mapResponsive{
margin-left: 10px;
margin-right: 10px;
padding-bottom:50%;
}
.getDirectionsBtn{
height: 30px;
width: 150px;
font-size: 14px;
margin-bottom: 30px;
}
}
@media screen and (min-width: 620px) and (max-width:980px){
.locationTitle{
font-size:50px;
}
}
@media screen and (max-width: 620px){
.locationTitle{
font-size:40px;
margin-top: 16px;
}
}
| 0.292797 | 0.114072 |
.details-desc-panel img{
max-width: 100%;
}
.middle{
display: block;
margin: auto;
}
/* ======================= END ITEM DETAILS STYLES ========================== */
img.upload-item{
max-width: 300px;
max-height: 220px;
float: right;
}
.showTable > tbody > tr > td:nth-child(2n-1) {
text-align: right;
border-right: 1px solid #f4f4f4;
width:50%;
}
.showTable > tbody > tr > td:nth-child(2n) {
text-align: left;
}
.variant-list-panel, .ext-desc-list{
background: rgba(0,0,0,0.4);
padding: 10px;
margin: 0 0 32px 0;
border-radius: 3px;
}
.variant-list-panel .btn, .ext-desc-list .btn{
float: left;
}
.variant-list-panel .btn{
display: none;
}
.variant-list-panel:last-child .btn.remove-variant-option,
.variant-list-panel:last-child div:last-child .btn.add-variant-option{
display: block;
}
/* ======================== Start ExtDesc Editor ============================ */
.ext-desc-value{
position: relative;
}
.ext-desc-list-panel:nth-child(n+2){
margin-top: 20px;
}
.ext-desc-panel{
background: #fff;
min-height: 200px;
}
.ext-desc-panel img{
max-width: 100%;
}
.tex-or-display-btn{
position: absolute;
top: -34px;
right: 13px;
}
.ext-desc-list-panel:last-child .btn.remove-variant-option,
.ext-desc-list-panel:last-child div:last-child .btn.add-variant-option{
display: block;
}
/*============= Start Dropzone ============ */
.dropzone-ext-desc{
position: absolute;
bottom: -3px;
right: 30px;
}
#holder { border: 10px dashed #ccc; width: 100px; min-height: 100px; margin: 20px auto;}
#holder.hover { border: 10px dashed #0c0; }
#holder img { display: block; margin: 10px auto; }
#holder p { margin: 10px; font-size: 14px; }
progress { width: 100%; }
progress:after { content: '%'; }
.fail { background: #c00; padding: 2px; color: #fff; }
.hidden { display: none !important;}
/*============= End Dropzone ============ */
/* ========================== END ExtDesc Editor ============================ */
|
public_html/css/main-admin.css
|
.details-desc-panel img{
max-width: 100%;
}
.middle{
display: block;
margin: auto;
}
/* ======================= END ITEM DETAILS STYLES ========================== */
img.upload-item{
max-width: 300px;
max-height: 220px;
float: right;
}
.showTable > tbody > tr > td:nth-child(2n-1) {
text-align: right;
border-right: 1px solid #f4f4f4;
width:50%;
}
.showTable > tbody > tr > td:nth-child(2n) {
text-align: left;
}
.variant-list-panel, .ext-desc-list{
background: rgba(0,0,0,0.4);
padding: 10px;
margin: 0 0 32px 0;
border-radius: 3px;
}
.variant-list-panel .btn, .ext-desc-list .btn{
float: left;
}
.variant-list-panel .btn{
display: none;
}
.variant-list-panel:last-child .btn.remove-variant-option,
.variant-list-panel:last-child div:last-child .btn.add-variant-option{
display: block;
}
/* ======================== Start ExtDesc Editor ============================ */
.ext-desc-value{
position: relative;
}
.ext-desc-list-panel:nth-child(n+2){
margin-top: 20px;
}
.ext-desc-panel{
background: #fff;
min-height: 200px;
}
.ext-desc-panel img{
max-width: 100%;
}
.tex-or-display-btn{
position: absolute;
top: -34px;
right: 13px;
}
.ext-desc-list-panel:last-child .btn.remove-variant-option,
.ext-desc-list-panel:last-child div:last-child .btn.add-variant-option{
display: block;
}
/*============= Start Dropzone ============ */
.dropzone-ext-desc{
position: absolute;
bottom: -3px;
right: 30px;
}
#holder { border: 10px dashed #ccc; width: 100px; min-height: 100px; margin: 20px auto;}
#holder.hover { border: 10px dashed #0c0; }
#holder img { display: block; margin: 10px auto; }
#holder p { margin: 10px; font-size: 14px; }
progress { width: 100%; }
progress:after { content: '%'; }
.fail { background: #c00; padding: 2px; color: #fff; }
.hidden { display: none !important;}
/*============= End Dropzone ============ */
/* ========================== END ExtDesc Editor ============================ */
| 0.272508 | 0.056288 |
.content {
text-align: justify;
padding: 1.5em 8em;
}
/* --- NEWS CSS --- */
.content .header {
font-size: 46px;
font-weight: bold;
}
.content .news-content {
border-bottom: 1px solid #101215;
}
.content .news-content img {
margin-left: auto;
margin-right: auto;
display: block;
border-radius: 10px;
max-width: 100%;
}
/* --- RELATED-NEWS CSS --- */
.content .related-news-container {
min-height: 15px;
max-height: 350px;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.content .related-news-container .related-news {
float: left;
display: flex;
align-items: center;
width: 400px;
height: 100px;
text-align: justify;
position: relative;
padding-right: .5em;
color: #101215;
}
.content .related-news-container .related-news a {
display: block;
z-index: 10;
}
.content .related-news-container .related-news a:hover {
color: brown;
}
.content .related-news-container .related-news img {
min-width: 160px;
min-height: 100px;
width: 160px;
height: 100px;
margin-right: .5em;
}
.content .related-news-container .related-news .news-frame {
width: 370px;
height: 125px;
position: absolute;
top: -10px;
right: 0;
margin: auto;
border: 1px solid green;
pointer-events: none;
}
/* --- COMMENT CSS --- */
.content .comments {
border-top: 1px solid #101215;
}
.content .comments .write-comment-container {
background-color: lightgray;
padding: 1.5em 1em;
border-radius: 10px;
}
textarea {
width: 100%;
height: 5em;
min-width: 100%;
max-width: 100%;
}
.content .comments #comments-container {
background-color: whitesmoke;
border-radius: 10px;
margin-top: 1em;
}
.content .comments .comment {
padding: .5em;
border-bottom: 1px solid #101215;
}
.content .comments .comment .comment-header {
display: inline-block;
font-size: 22px;
}
.content .comments .comment .comment-header>small {
font-size: 14px;
}
|
public/css/front/news.css
|
.content {
text-align: justify;
padding: 1.5em 8em;
}
/* --- NEWS CSS --- */
.content .header {
font-size: 46px;
font-weight: bold;
}
.content .news-content {
border-bottom: 1px solid #101215;
}
.content .news-content img {
margin-left: auto;
margin-right: auto;
display: block;
border-radius: 10px;
max-width: 100%;
}
/* --- RELATED-NEWS CSS --- */
.content .related-news-container {
min-height: 15px;
max-height: 350px;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.content .related-news-container .related-news {
float: left;
display: flex;
align-items: center;
width: 400px;
height: 100px;
text-align: justify;
position: relative;
padding-right: .5em;
color: #101215;
}
.content .related-news-container .related-news a {
display: block;
z-index: 10;
}
.content .related-news-container .related-news a:hover {
color: brown;
}
.content .related-news-container .related-news img {
min-width: 160px;
min-height: 100px;
width: 160px;
height: 100px;
margin-right: .5em;
}
.content .related-news-container .related-news .news-frame {
width: 370px;
height: 125px;
position: absolute;
top: -10px;
right: 0;
margin: auto;
border: 1px solid green;
pointer-events: none;
}
/* --- COMMENT CSS --- */
.content .comments {
border-top: 1px solid #101215;
}
.content .comments .write-comment-container {
background-color: lightgray;
padding: 1.5em 1em;
border-radius: 10px;
}
textarea {
width: 100%;
height: 5em;
min-width: 100%;
max-width: 100%;
}
.content .comments #comments-container {
background-color: whitesmoke;
border-radius: 10px;
margin-top: 1em;
}
.content .comments .comment {
padding: .5em;
border-bottom: 1px solid #101215;
}
.content .comments .comment .comment-header {
display: inline-block;
font-size: 22px;
}
.content .comments .comment .comment-header>small {
font-size: 14px;
}
| 0.416441 | 0.079926 |
body{
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif ;
background:black;
margin:0;
}
a:hover{
color:rgb(218, 189, 137);
}
a{
text-decoration:none;
color:whitesmoke;
}
nav{
color:whitesmoke;
position:relative;
text-align:center;
border-top:solid white;
border-bottom:solid white;
font-size:200%;
width: 100%;
top:100px;
}
.ul1 li{
display:inline-block;
border-left:solid gray;
border-right:solid gray;
margin-left:1%;
margin-right:1%;
text-align: center;
padding-left:3%;
padding-right:3%;
}
#mainbiglogo{
display:block;
width:50%;
position:absolute;
left:25%;
right:25%;
margin:1%;
}
.social{
display:inline-block;
position:absolute;
top:1%;
right:1%;
}
h3{
color:white;
font-size:30px;
}
p{
color:white;
}
div ul{
display:inline-block;
}
.Section{
display: inline-block;
}
.imgap{
padding-left:15%;
padding-top:2%;
}
.B1{
width:50%;
padding-left:3%;
}
.B2{
width: 50%;
padding-left:3%;
}
.B3{
width: 50%;
padding-left:3%;
}
#Rr{
float:left;
}
.container{
display:inline-flex;
}
.container div{
flex:1;
padding-bottom: 5%;
padding-top: 5%;
}
#appfl{
border-left:solid white ;
flex:0;
padding:2%;
}
.ul2 li {
color:white;
font-size: 15px;
list-style-image: url('arrow.PNG');
}
#Lowlogo{
width: 55%;
}
#iframee {
text-align: center;
border-bottom:white solid;
padding-bottom:2%;
}
#wikitxt{
padding:2%;
border-bottom:solid white;
}
#pphoto{
padding:2%;
text-align:center;
}
.container2{
display:flex;
}
#lindemann img{
width:55%;
}
#flake img{
width:40%;
}
#paul img{
width:30%;
}
#ric img{
width:30%;
}
#oli img{
width:40%;
}
#cris img{
width:30%;
}
.container3{
display:flex;
}
.container4{
display:flex;
}
table, th, td {
border: 1px solid white;
color:white;
text-align:center;
margin-left:auto;
margin-right:auto;
}
table a{
color:red;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
#-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
#keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
#media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
|
HTML/slide.css
|
body{
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif ;
background:black;
margin:0;
}
a:hover{
color:rgb(218, 189, 137);
}
a{
text-decoration:none;
color:whitesmoke;
}
nav{
color:whitesmoke;
position:relative;
text-align:center;
border-top:solid white;
border-bottom:solid white;
font-size:200%;
width: 100%;
top:100px;
}
.ul1 li{
display:inline-block;
border-left:solid gray;
border-right:solid gray;
margin-left:1%;
margin-right:1%;
text-align: center;
padding-left:3%;
padding-right:3%;
}
#mainbiglogo{
display:block;
width:50%;
position:absolute;
left:25%;
right:25%;
margin:1%;
}
.social{
display:inline-block;
position:absolute;
top:1%;
right:1%;
}
h3{
color:white;
font-size:30px;
}
p{
color:white;
}
div ul{
display:inline-block;
}
.Section{
display: inline-block;
}
.imgap{
padding-left:15%;
padding-top:2%;
}
.B1{
width:50%;
padding-left:3%;
}
.B2{
width: 50%;
padding-left:3%;
}
.B3{
width: 50%;
padding-left:3%;
}
#Rr{
float:left;
}
.container{
display:inline-flex;
}
.container div{
flex:1;
padding-bottom: 5%;
padding-top: 5%;
}
#appfl{
border-left:solid white ;
flex:0;
padding:2%;
}
.ul2 li {
color:white;
font-size: 15px;
list-style-image: url('arrow.PNG');
}
#Lowlogo{
width: 55%;
}
#iframee {
text-align: center;
border-bottom:white solid;
padding-bottom:2%;
}
#wikitxt{
padding:2%;
border-bottom:solid white;
}
#pphoto{
padding:2%;
text-align:center;
}
.container2{
display:flex;
}
#lindemann img{
width:55%;
}
#flake img{
width:40%;
}
#paul img{
width:30%;
}
#ric img{
width:30%;
}
#oli img{
width:40%;
}
#cris img{
width:30%;
}
.container3{
display:flex;
}
.container4{
display:flex;
}
table, th, td {
border: 1px solid white;
color:white;
text-align:center;
margin-left:auto;
margin-right:auto;
}
table a{
color:red;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
#-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
#keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
#media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
| 0.407333 | 0.061424 |
header ul li:nth-child(2){
font-family: pingfangbold;
font-weight: normal;
}
form{
margin-top:1.888rem;
}
form label{
width: 25%;
color: #666666;
font-size: 0.72rem;
border-radius:0;
padding-left:0.2rem;
font-weight: 100;
display: inline-block;
vertical-align: middle;
text-align: right;
line-height: 1.632rem;
margin: 0;
margin-right: 5%;
}
.form-horizontal .form-group{
margin: 0;
}
.form-group{
margin-left: 0;
margin-right: 0;
margin: 0 0.5rem;
margin-bottom: 0.5rem;
font-size: 0;
}
.form-group .form-control,.form-group p{
display: inline-block;
border: none;
box-shadow: none;
border-bottom: 1px solid #ECECEC;
color: #c3c3c3;
font-size: 0.72rem;
border-radius:0;
padding-left:0.2rem;
height: 1.632rem;
width: 65%;
vertical-align: middle;
}
.nan span{
color: #c3c3c3;
font-size: 0.72rem;
display: inline-block;
vertical-align:middle;
height: 1.632rem;
line-height: 1.632rem;
margin-right: 1rem;
}
.form-group span input{
margin-top: -0.05rem;
font-size: 0;
display: inline-block;
margin-right: 0.5rem;
vertical-align: middle;
}
.form-group p{
line-height: 1.632rem;
position: relative;
}
.form-group p img{
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
width: 0.7rem;
}
.form-group input:focus{
outline: none;
}
.form-group input::-moz-placeholder{
color: #c3c3c3;
font-size: 0.72rem;
}
.form-group input::-ms-input-placeholder{
color: #c3c3c3;
font-size: 0.72rem;
}
.form-group input::-webkit-input-placeholder{
color: #c3c3c3;
font-size: 0.72rem;
}
.form-group:nth-child(4){
margin-bottom: 1.4rem;
}
.form-group:nth-child(5){
margin-bottom: 0.72rem;
}
.form-group button{
font-family: "pingfangbold";
display: block;
width: 90%;
margin: auto;
border: 1px solid #91E1FF;
color: #36c9ff;
font-size: 0.864rem;
letter-spacing: 0.5rem;
}
.form-group button:focus{
background: none;
}
.form-group:nth-child(6) button{
border: 1px solid #9AE4FF;
color: #9AE4FF;
}
.form-group:nth-child(4){
position: relative;
}
.form-group:nth-child(4) .ul{
position: absolute;
left: 30%;
right: 5%;
top: ;
background: white;
border: 1px solid #ECECEC;
border-bottom:none;
border-top:none ;
display: none;
}
.form-group:nth-child(4) .ul.active{
display: block;
}
.form-group:nth-child(4) .ul li{
border-bottom: 1px solid #ECECEC;
color: #c3c3c3;
font-size: 0.72rem;
padding-left: 0.2rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.form-group select{
display: inline-block;
border: none;
box-shadow: none;
border-bottom: 1px solid #ECECEC;
color: #c3c3c3;
font-size: 0.72rem;
border-radius: 0;
padding-left: 0.2rem;
height: 1.632rem;
width: 65%;
vertical-align: middle;
outline: none;
}
.form-group select option{
border: none !important;
}
|
css/index.css
|
header ul li:nth-child(2){
font-family: pingfangbold;
font-weight: normal;
}
form{
margin-top:1.888rem;
}
form label{
width: 25%;
color: #666666;
font-size: 0.72rem;
border-radius:0;
padding-left:0.2rem;
font-weight: 100;
display: inline-block;
vertical-align: middle;
text-align: right;
line-height: 1.632rem;
margin: 0;
margin-right: 5%;
}
.form-horizontal .form-group{
margin: 0;
}
.form-group{
margin-left: 0;
margin-right: 0;
margin: 0 0.5rem;
margin-bottom: 0.5rem;
font-size: 0;
}
.form-group .form-control,.form-group p{
display: inline-block;
border: none;
box-shadow: none;
border-bottom: 1px solid #ECECEC;
color: #c3c3c3;
font-size: 0.72rem;
border-radius:0;
padding-left:0.2rem;
height: 1.632rem;
width: 65%;
vertical-align: middle;
}
.nan span{
color: #c3c3c3;
font-size: 0.72rem;
display: inline-block;
vertical-align:middle;
height: 1.632rem;
line-height: 1.632rem;
margin-right: 1rem;
}
.form-group span input{
margin-top: -0.05rem;
font-size: 0;
display: inline-block;
margin-right: 0.5rem;
vertical-align: middle;
}
.form-group p{
line-height: 1.632rem;
position: relative;
}
.form-group p img{
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
width: 0.7rem;
}
.form-group input:focus{
outline: none;
}
.form-group input::-moz-placeholder{
color: #c3c3c3;
font-size: 0.72rem;
}
.form-group input::-ms-input-placeholder{
color: #c3c3c3;
font-size: 0.72rem;
}
.form-group input::-webkit-input-placeholder{
color: #c3c3c3;
font-size: 0.72rem;
}
.form-group:nth-child(4){
margin-bottom: 1.4rem;
}
.form-group:nth-child(5){
margin-bottom: 0.72rem;
}
.form-group button{
font-family: "pingfangbold";
display: block;
width: 90%;
margin: auto;
border: 1px solid #91E1FF;
color: #36c9ff;
font-size: 0.864rem;
letter-spacing: 0.5rem;
}
.form-group button:focus{
background: none;
}
.form-group:nth-child(6) button{
border: 1px solid #9AE4FF;
color: #9AE4FF;
}
.form-group:nth-child(4){
position: relative;
}
.form-group:nth-child(4) .ul{
position: absolute;
left: 30%;
right: 5%;
top: ;
background: white;
border: 1px solid #ECECEC;
border-bottom:none;
border-top:none ;
display: none;
}
.form-group:nth-child(4) .ul.active{
display: block;
}
.form-group:nth-child(4) .ul li{
border-bottom: 1px solid #ECECEC;
color: #c3c3c3;
font-size: 0.72rem;
padding-left: 0.2rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.form-group select{
display: inline-block;
border: none;
box-shadow: none;
border-bottom: 1px solid #ECECEC;
color: #c3c3c3;
font-size: 0.72rem;
border-radius: 0;
padding-left: 0.2rem;
height: 1.632rem;
width: 65%;
vertical-align: middle;
outline: none;
}
.form-group select option{
border: none !important;
}
| 0.228329 | 0.056444 |
.cart-details .product-cart-details{
display: flex;
justify-content: space-between;
padding-bottom: 1rem;
margin: 1.5rem 0;
}
.cart-details .img-section{
display: flex;
}
.cart-details .img-section img{
width: 150px;
height: 120px;
box-shadow: inset 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
}
.cart-details .img-section>div{
display: flex;
flex-direction: column;
margin: 1.5rem .5rem 1.5rem 1.5rem;
}
.cart-details .img-section a{
color: #f86eac;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
transition: all .3s ease-in-out;
width: 250px;
}
.cart-details .img-section a:hover{
color: #f495be;
text-decoration: none;
}
.product-cart-details .price{
margin: .5rem 0 1.5rem;
display: flex;
align-items: center;
}
.product-cart-details .price .aft-dis{
margin-right: 5px;
color: #70d0e0;
font-weight: bold;
font-size: 20px;
}
.product-cart-details .price .bef-dis{
text-decoration: line-through;
margin-right: 5px;
color: #f86eac;
font-size: 12px;
}
.product-cart-details .price .discount,
.product-cart-details .personalize .discount{
color: #fff;
background-color: #f86eac;
border-radius: 1rem;
padding: .3rem .5rem;
padding-bottom: 6px;
padding-left: 9px;
padding-right: 10px;
font-weight: 500;
font-size: 14px;
}
.product-cart-details .character h5,
.product-cart-details .size h5,
.product-cart-details .quantity h5{
color: #f86eac;
font-weight: 500;
font-size: 20px;
}
.product-cart-details .character h5 span,
.product-cart-details .size h5 span,
.product-cart-details .quantity h5 span{
color: #4eb9cb;
font-size: 16px;
margin-left: .5rem;
}
.product-cart-details .img-section>div a.edit{
color: #4eb9cb;
margin-top: 1rem;
}
.product-cart-details .img-section>div hr{
border-color: #4eb9cb;
width: 100%;
border-width: 1px;
}
.product-cart-details .img-section>div h5{
color: #f86eac;
font-weight: 500;
font-size: 20px;
margin: 1rem 0 .5rem;
}
.product-cart-details .personalize.unchecked{
margin-top: 1.5rem;
}
.product-cart-details .personalize span{
color: #b1b1b1;
}
.product-cart-details .personalize.checked span{
color: #f86eac;
padding-top: 1px;
}
.product-cart-details .personalize .custom-control{
font-weight: bold;
float: right;
color: #b1b1b1;
}
.product-cart-details .personalize.checked .custom-control{
color: #4eb9cb;
}
.product-cart-details .personalize .discount{
display: block;
overflow: hidden;
padding: 3px 10px 1px;
width: 65px;
background-color: #b1b1b1;
}
.product-cart-details .personalize.checked .discount{
background-color: #f86eac;
color: #fff;
}
.product-cart-details .personalize .form-group{
margin-top: 1rem;
font-weight: 500;
color: #b1b1b1;
}
.product-cart-details .personalize.checked .form-group{
color: #4eb9cb;
}
.product-cart-details .personalize .form-control{
border-radius: 1rem;
width: 200px;
height: 30px;
border-width: 2px;
border-color: #b1b1b1;
}
.product-cart-details .personalize.checked .form-control{
border-color: #70d0e0;
}
.product-cart-details .personalize .form-control.age{
width: 100px;
}
.cart-details .qun img{
width: 20px;
height: 20px;
margin-bottom: 4px;
}
.cart-details .qun{
margin-top: 1.5rem;
}
.cart-details .qun .remove{
color: #4eb9cb;
font-size: 14px;
font-weight: bold;
}
.product-cart-details .size h5{
margin-top: 1rem;
}
/*Selectkbox style*/
.product-cart-details .character .custom-select,
.product-cart-details .size .custom-select{
width: 200px;
color: #70d0e0;
border-color: #97e3f0;
border-radius: 2rem;
box-shadow: 0 0.5rem .75rem -0.5rem rgba(151,227,240,0.9);
}
.custom-control-input:checked~.custom-control-label::before{
border-color: #70d0e0;
background-color: #70d0e0;
}
.product-cart-details.bottom .quantity{
padding-top: 15px;
position: relative;
}
.product-cart-details .quantity .qun{
border-radius: 5px;
}
.product-cart-details .quantity .qun label{
margin-right: 5px;
font-weight: bold;
font-size: 20px;
color: #f86eac;
}
.product-cart-details .quantity .qun input{
width: 100px;
border-radius: 1rem;
border: 1px solid #f86eac;
text-align: center;
color: #f86eac;
}
.cart-details .update-cart{
font-size: 15px;
border-color: #f86eac;
color: #f86eac;
transition: all .3s ease-in-out;
padding: 10px 22px;
border-radius: 2rem;
}
.cart-details .update-cart:hover{
background-color: #f86eac;
color: #fff;
}
.cart-details .update-cart .fa-sync-alt{
font-size: 16px;
margin-right: 5px;
}
hr{
border-width: 2px;
border-color: #70d0e0;
}
|
public/css/shopping-cart.css
|
.cart-details .product-cart-details{
display: flex;
justify-content: space-between;
padding-bottom: 1rem;
margin: 1.5rem 0;
}
.cart-details .img-section{
display: flex;
}
.cart-details .img-section img{
width: 150px;
height: 120px;
box-shadow: inset 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
}
.cart-details .img-section>div{
display: flex;
flex-direction: column;
margin: 1.5rem .5rem 1.5rem 1.5rem;
}
.cart-details .img-section a{
color: #f86eac;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
transition: all .3s ease-in-out;
width: 250px;
}
.cart-details .img-section a:hover{
color: #f495be;
text-decoration: none;
}
.product-cart-details .price{
margin: .5rem 0 1.5rem;
display: flex;
align-items: center;
}
.product-cart-details .price .aft-dis{
margin-right: 5px;
color: #70d0e0;
font-weight: bold;
font-size: 20px;
}
.product-cart-details .price .bef-dis{
text-decoration: line-through;
margin-right: 5px;
color: #f86eac;
font-size: 12px;
}
.product-cart-details .price .discount,
.product-cart-details .personalize .discount{
color: #fff;
background-color: #f86eac;
border-radius: 1rem;
padding: .3rem .5rem;
padding-bottom: 6px;
padding-left: 9px;
padding-right: 10px;
font-weight: 500;
font-size: 14px;
}
.product-cart-details .character h5,
.product-cart-details .size h5,
.product-cart-details .quantity h5{
color: #f86eac;
font-weight: 500;
font-size: 20px;
}
.product-cart-details .character h5 span,
.product-cart-details .size h5 span,
.product-cart-details .quantity h5 span{
color: #4eb9cb;
font-size: 16px;
margin-left: .5rem;
}
.product-cart-details .img-section>div a.edit{
color: #4eb9cb;
margin-top: 1rem;
}
.product-cart-details .img-section>div hr{
border-color: #4eb9cb;
width: 100%;
border-width: 1px;
}
.product-cart-details .img-section>div h5{
color: #f86eac;
font-weight: 500;
font-size: 20px;
margin: 1rem 0 .5rem;
}
.product-cart-details .personalize.unchecked{
margin-top: 1.5rem;
}
.product-cart-details .personalize span{
color: #b1b1b1;
}
.product-cart-details .personalize.checked span{
color: #f86eac;
padding-top: 1px;
}
.product-cart-details .personalize .custom-control{
font-weight: bold;
float: right;
color: #b1b1b1;
}
.product-cart-details .personalize.checked .custom-control{
color: #4eb9cb;
}
.product-cart-details .personalize .discount{
display: block;
overflow: hidden;
padding: 3px 10px 1px;
width: 65px;
background-color: #b1b1b1;
}
.product-cart-details .personalize.checked .discount{
background-color: #f86eac;
color: #fff;
}
.product-cart-details .personalize .form-group{
margin-top: 1rem;
font-weight: 500;
color: #b1b1b1;
}
.product-cart-details .personalize.checked .form-group{
color: #4eb9cb;
}
.product-cart-details .personalize .form-control{
border-radius: 1rem;
width: 200px;
height: 30px;
border-width: 2px;
border-color: #b1b1b1;
}
.product-cart-details .personalize.checked .form-control{
border-color: #70d0e0;
}
.product-cart-details .personalize .form-control.age{
width: 100px;
}
.cart-details .qun img{
width: 20px;
height: 20px;
margin-bottom: 4px;
}
.cart-details .qun{
margin-top: 1.5rem;
}
.cart-details .qun .remove{
color: #4eb9cb;
font-size: 14px;
font-weight: bold;
}
.product-cart-details .size h5{
margin-top: 1rem;
}
/*Selectkbox style*/
.product-cart-details .character .custom-select,
.product-cart-details .size .custom-select{
width: 200px;
color: #70d0e0;
border-color: #97e3f0;
border-radius: 2rem;
box-shadow: 0 0.5rem .75rem -0.5rem rgba(151,227,240,0.9);
}
.custom-control-input:checked~.custom-control-label::before{
border-color: #70d0e0;
background-color: #70d0e0;
}
.product-cart-details.bottom .quantity{
padding-top: 15px;
position: relative;
}
.product-cart-details .quantity .qun{
border-radius: 5px;
}
.product-cart-details .quantity .qun label{
margin-right: 5px;
font-weight: bold;
font-size: 20px;
color: #f86eac;
}
.product-cart-details .quantity .qun input{
width: 100px;
border-radius: 1rem;
border: 1px solid #f86eac;
text-align: center;
color: #f86eac;
}
.cart-details .update-cart{
font-size: 15px;
border-color: #f86eac;
color: #f86eac;
transition: all .3s ease-in-out;
padding: 10px 22px;
border-radius: 2rem;
}
.cart-details .update-cart:hover{
background-color: #f86eac;
color: #fff;
}
.cart-details .update-cart .fa-sync-alt{
font-size: 16px;
margin-right: 5px;
}
hr{
border-width: 2px;
border-color: #70d0e0;
}
| 0.433022 | 0.072604 |
body{
padding: 0;
margin: 0;
background-color: #f5f5f5;
}
/* Barra De Navegação */
.menu{
background-color: #3c3c3c;
padding: 30px;
position: fixed;
width: 97%;
height: 8vh;
z-index: 99;
}
.menu ul{
font-size: 15px;
margin: 0;
float: right;
list-style-type: none;
cursor: pointer;
}
.menu ul li{
text-transform: uppercase;
color: white;
display: inline-block;
font-family: century gothic;
padding: 15px;
border: 2px transparent; solid;
border-radius: 20px;
transition: 0.25s;
}
.menu a{
text-decoration: none;
color: white;
}
.menu ul li:hover{
text-transform: uppercase;
background-color: #7ed956;
color: white;
display: inline-block;
font-family: century gothic;
padding: 15px;
border-radius: 20px;
border: 2px #7ed956; solid;
}
.menu img{
width: 150px;
height: auto;
float: left;
margin: -20px 1px;
padding: 0px;
}
/* Corpo do Site */
.infoimg img{
width: 200px;
height: auto;
}
.infoimg{
border-radius: 30px;
margin-top: 12vw;
margin-left: 26vh;
background-color: #3c3c3c;
width: 1000px;
}
.infoempresa{
text-align: justify;
font-family: Century Gothic, sans-serif;
margin-left: 160px;
margin-right: 160px;
}
.infoempresa h2{
color: #7ed956;
font-family: Nowharehouse;
text-align: center;
}
.infoempresa ul{
font-size: 19px;
list-style: circle;
}
.infoempresa cite{
background-color: lightyellow;
margin-right: 2%;
margin-left: 2%;
}
.infoempresa em p{
text-align: center;
font-size: 25px;
}
.patrocinadores img{
padding: 20px;
float: left;
width: 200px;
height: 170px;
transition: 0.25s;
}
.patrocinadores img:hover{
border-radius: 60px;
}
.pessoaimg img{
width: 400px;
margin-left: 46vh;
}
/* Tabela Sem Sentido */
table th{
position: ;
width: 100px;
height: 20px;
}
/* Rodapé */
.final{
margin-top: 50vw;
width: 100%;
}
.rodape{
background-color: #3c3c3c;
color: white;
font-family: Century Gothic,sans-serif;
}
.perguntaRodape{
font-size: 20px;
font-family: Century Gothic,sans-serif;
color: #7ed956;
}
.infodados input{
background-color: transparent;
border: 1px white solid;
border-radius: 5px;
width: 400px;
height: 50px;
}
.envio{
background-color: transparent;
border: 1px white solid;
border-radius: 30px;
color: #7ed956;
cursor: pointer;
width: 80px;
height: 30px;
transition: 0.25s;
}
.envio:hover{
background-color: #7ed956;
color: #3c3c3c;
transition: 0.25s;
transition-timing-function: ease-in-out;
width: 100px;
}
.rodape h2{
align-content: center;
font-family: Century Gothic,sans-serif;
color: #7ed956;
text-transform: uppercase;
padding: 20px 100px;
}
|
CSS/infoStyle.css
|
body{
padding: 0;
margin: 0;
background-color: #f5f5f5;
}
/* Barra De Navegação */
.menu{
background-color: #3c3c3c;
padding: 30px;
position: fixed;
width: 97%;
height: 8vh;
z-index: 99;
}
.menu ul{
font-size: 15px;
margin: 0;
float: right;
list-style-type: none;
cursor: pointer;
}
.menu ul li{
text-transform: uppercase;
color: white;
display: inline-block;
font-family: century gothic;
padding: 15px;
border: 2px transparent; solid;
border-radius: 20px;
transition: 0.25s;
}
.menu a{
text-decoration: none;
color: white;
}
.menu ul li:hover{
text-transform: uppercase;
background-color: #7ed956;
color: white;
display: inline-block;
font-family: century gothic;
padding: 15px;
border-radius: 20px;
border: 2px #7ed956; solid;
}
.menu img{
width: 150px;
height: auto;
float: left;
margin: -20px 1px;
padding: 0px;
}
/* Corpo do Site */
.infoimg img{
width: 200px;
height: auto;
}
.infoimg{
border-radius: 30px;
margin-top: 12vw;
margin-left: 26vh;
background-color: #3c3c3c;
width: 1000px;
}
.infoempresa{
text-align: justify;
font-family: Century Gothic, sans-serif;
margin-left: 160px;
margin-right: 160px;
}
.infoempresa h2{
color: #7ed956;
font-family: Nowharehouse;
text-align: center;
}
.infoempresa ul{
font-size: 19px;
list-style: circle;
}
.infoempresa cite{
background-color: lightyellow;
margin-right: 2%;
margin-left: 2%;
}
.infoempresa em p{
text-align: center;
font-size: 25px;
}
.patrocinadores img{
padding: 20px;
float: left;
width: 200px;
height: 170px;
transition: 0.25s;
}
.patrocinadores img:hover{
border-radius: 60px;
}
.pessoaimg img{
width: 400px;
margin-left: 46vh;
}
/* Tabela Sem Sentido */
table th{
position: ;
width: 100px;
height: 20px;
}
/* Rodapé */
.final{
margin-top: 50vw;
width: 100%;
}
.rodape{
background-color: #3c3c3c;
color: white;
font-family: Century Gothic,sans-serif;
}
.perguntaRodape{
font-size: 20px;
font-family: Century Gothic,sans-serif;
color: #7ed956;
}
.infodados input{
background-color: transparent;
border: 1px white solid;
border-radius: 5px;
width: 400px;
height: 50px;
}
.envio{
background-color: transparent;
border: 1px white solid;
border-radius: 30px;
color: #7ed956;
cursor: pointer;
width: 80px;
height: 30px;
transition: 0.25s;
}
.envio:hover{
background-color: #7ed956;
color: #3c3c3c;
transition: 0.25s;
transition-timing-function: ease-in-out;
width: 100px;
}
.rodape h2{
align-content: center;
font-family: Century Gothic,sans-serif;
color: #7ed956;
text-transform: uppercase;
padding: 20px 100px;
}
| 0.233095 | 0.043488 |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
body {
font-family:'roboto', serif;
background-color: #008e93 !important;
overflow-x: hidden;
}
/* TEXT */
h1 {
font-weight: 300 !important;
font-size: 33px !important;
}
h2{
font-weight: 300 !important;
font-size: 15px !important;
}
h3{
font-weight: 300 !important;
font-size: 20px !important;
line-height: 25px;
}
h4 {
color: #303030;
font-size: 12px;
}
h5 {
color: #303030;
font-size: 38px;
font-weight: 400;
}
strong {
font-weight: 500 !important;
}
p{
font-size: 14px;
font-weight: 300;
}
html {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word; /* old webkit */
}
/* TEXT END */
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.cv {
text-align: center;
}
.centered{
text-align: center;
margin-left: auto;
margin-right: auto;
}
.centered h1{
text-align: center;
}
.centered h3{
text-align: center;
}
.main {
min-height: 800px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 2%;
background-color: white;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), 0 7px 5px rgba(0,0,0,0.22);
}
#anna {
max-width: 70%;
margin: auto 0;
padding: 5%;
text-align: center;
border-bottom: solid 2px #008e93;
}
.boka {
margin-top: 40%;
}
#allergi{
width: 250px;
margin: auto;
text-align: center;
}
.margintop5 {
margin-top: 5% !important;
}
.marginbottom2 {
margin-bottom: 2% !important;
}
/*FOOTER */
.footer {
color: white;
;
}
.footer {
margin-top: 2%;
padding-top: 2%;
background: white;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), 0 7px 5px rgba(0,0,0,0.22);
}
.footer i {
font-size: 30px;
color:#008e93;
margin-bottom: 5%;
}
.footer p {
font-size: 13px;
color:#008e93;
margin-top: 1%;}
.credits a {
color: #003232;
}
.credits p {
color: #003232;
}
.white{
color: white;
}
/* NAVBAR */
.navibar{
font-family: 'Roboto', sans-serif;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), 0 7px 5px rgba(0,0,0,0.22);
}
.nav-tab {
text-align: center;
height: 80px;
color: #008e93;
text-decoration: none;
list-style: none;
transition: all 210ms ease;
background-color: white;
}
.navibar h3 {
text-decoration: none;
list-style: none;
}
.nav-tab:hover {
color: white;
background-color: #008e93 !important;
}
.current {
background-color: #008e93;
color: white !important;
}
.logo {
height: 80px;
background-color: white;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), ;
}
.header {
margin-left: auto;
margin-right: auto;
}
.navibar a:-webkit-any-link{
text-decoration:none !important;
}
/* Mobile */
#mobile {
display: none;
}
@media only screen and (max-width: 991px) {
body {
text-align: center;
}
#mobile {
display: block !important;
margin: auto 0;
text-align: center;
}
.navfx {
display: none !important;
}
.boka {
margin-top: 5% !important;
border-top: solid 2px #008e93;
border-bottom: solid 2px #008e93;
}
.navibar {
margin-top: 0%!important;
margin-bottom: 0%!important;
}
.whitebg {
background-color: white;
}
li {
list-style: none;
}
.footer {
margin-bottom: 0%!important;
margin-top: 0%!important;
box-shadow: none;
border-top: solid 2px #008e93;
}
.logo {
max-height: 50px !important;
}
}
/* Mobile END*/
/* Hamburger */
#mobilenav {
margin: auto 0;
margin-bottom: 40px;
}
#menu-open{
color: white;
display: none;
background: rgba(0, 0, 0, .2);
padding-top: 1px;
padding-bottom: 1px;
}
#menu-open li {
list-style-type: none;
font-size: 35px;
padding: 0px;
margin-left: -20px;
opacity: 1.6;
display: block;
width: 100%;
color: white;
}
#menu-open a {
color: white;
}
#menu-open a:hover {
color: #70C05C !important;
}
.currentmobile {
transform: scale(1.1);
color: #70C05C !important;
text-decoration: none;
}
#menu-open li:hover {
background: white;
transform: scale(1.1);
transition: all .1s ease-in-out;
color: #70C05C !important;
text-decoration: none;
}
li:first-of-type {
margin-top: 10px;
}
.menu-trigger span {
margin-left: auto;
margin-right: auto;
}
.menu-trigger {
text-align: center;
margin-top: 2%;
margin-bottom: 2%;
margin-left: auto;
margin-right: auto;
}
a.menu-trigger {
cursor: pointer;
display: block;
position: relative;
width: 60px;
height: 40px;
text-indent: -9999em;
}
a.menu-trigger span,
a.menu-trigger span:before,
a.menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: white;
display: block;
position: absolute;
width: 60px;
height: 8px;
left: 0;
}
a.menu-trigger span:before,
a.menu-trigger span:after {
content: "";
}
a.menu-trigger span {
top: 16px;
}
a.menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -16px;
z-index: 10;
}
a.menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 16px;
}
a.menu-trigger.active span,
a.menu-trigger.active span:before,
a.menu-trigger.active span:after {
background-color: transparent;
}
a.menu-trigger.active span:before {
-moz-transform: translateY(8px) translateX(1px) rotate(45deg);
-ms-transform: translateY(8px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(8px) translateX(1px) rotate(45deg);
transform: translateY(8px) translateX(1px) rotate(45deg);
background-color: #70C05C;
}
a.menu-trigger.active span:after {
-moz-transform: translateY(-8px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-8px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-8px) translateX(1px) rotate(-45deg);
transform: translateY(-8px) translateX(1px) rotate(-45deg);
background-color: #70C05C;
}
/* HAMBURGER END */
|
doktoranna_v3_php/css/style.css
|
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
body {
font-family:'roboto', serif;
background-color: #008e93 !important;
overflow-x: hidden;
}
/* TEXT */
h1 {
font-weight: 300 !important;
font-size: 33px !important;
}
h2{
font-weight: 300 !important;
font-size: 15px !important;
}
h3{
font-weight: 300 !important;
font-size: 20px !important;
line-height: 25px;
}
h4 {
color: #303030;
font-size: 12px;
}
h5 {
color: #303030;
font-size: 38px;
font-weight: 400;
}
strong {
font-weight: 500 !important;
}
p{
font-size: 14px;
font-weight: 300;
}
html {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word; /* old webkit */
}
/* TEXT END */
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.cv {
text-align: center;
}
.centered{
text-align: center;
margin-left: auto;
margin-right: auto;
}
.centered h1{
text-align: center;
}
.centered h3{
text-align: center;
}
.main {
min-height: 800px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 2%;
background-color: white;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), 0 7px 5px rgba(0,0,0,0.22);
}
#anna {
max-width: 70%;
margin: auto 0;
padding: 5%;
text-align: center;
border-bottom: solid 2px #008e93;
}
.boka {
margin-top: 40%;
}
#allergi{
width: 250px;
margin: auto;
text-align: center;
}
.margintop5 {
margin-top: 5% !important;
}
.marginbottom2 {
margin-bottom: 2% !important;
}
/*FOOTER */
.footer {
color: white;
;
}
.footer {
margin-top: 2%;
padding-top: 2%;
background: white;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), 0 7px 5px rgba(0,0,0,0.22);
}
.footer i {
font-size: 30px;
color:#008e93;
margin-bottom: 5%;
}
.footer p {
font-size: 13px;
color:#008e93;
margin-top: 1%;}
.credits a {
color: #003232;
}
.credits p {
color: #003232;
}
.white{
color: white;
}
/* NAVBAR */
.navibar{
font-family: 'Roboto', sans-serif;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), 0 7px 5px rgba(0,0,0,0.22);
}
.nav-tab {
text-align: center;
height: 80px;
color: #008e93;
text-decoration: none;
list-style: none;
transition: all 210ms ease;
background-color: white;
}
.navibar h3 {
text-decoration: none;
list-style: none;
}
.nav-tab:hover {
color: white;
background-color: #008e93 !important;
}
.current {
background-color: #008e93;
color: white !important;
}
.logo {
height: 80px;
background-color: white;
box-shadow: 0 5px 15px rgba(0,0,0,0.30), ;
}
.header {
margin-left: auto;
margin-right: auto;
}
.navibar a:-webkit-any-link{
text-decoration:none !important;
}
/* Mobile */
#mobile {
display: none;
}
@media only screen and (max-width: 991px) {
body {
text-align: center;
}
#mobile {
display: block !important;
margin: auto 0;
text-align: center;
}
.navfx {
display: none !important;
}
.boka {
margin-top: 5% !important;
border-top: solid 2px #008e93;
border-bottom: solid 2px #008e93;
}
.navibar {
margin-top: 0%!important;
margin-bottom: 0%!important;
}
.whitebg {
background-color: white;
}
li {
list-style: none;
}
.footer {
margin-bottom: 0%!important;
margin-top: 0%!important;
box-shadow: none;
border-top: solid 2px #008e93;
}
.logo {
max-height: 50px !important;
}
}
/* Mobile END*/
/* Hamburger */
#mobilenav {
margin: auto 0;
margin-bottom: 40px;
}
#menu-open{
color: white;
display: none;
background: rgba(0, 0, 0, .2);
padding-top: 1px;
padding-bottom: 1px;
}
#menu-open li {
list-style-type: none;
font-size: 35px;
padding: 0px;
margin-left: -20px;
opacity: 1.6;
display: block;
width: 100%;
color: white;
}
#menu-open a {
color: white;
}
#menu-open a:hover {
color: #70C05C !important;
}
.currentmobile {
transform: scale(1.1);
color: #70C05C !important;
text-decoration: none;
}
#menu-open li:hover {
background: white;
transform: scale(1.1);
transition: all .1s ease-in-out;
color: #70C05C !important;
text-decoration: none;
}
li:first-of-type {
margin-top: 10px;
}
.menu-trigger span {
margin-left: auto;
margin-right: auto;
}
.menu-trigger {
text-align: center;
margin-top: 2%;
margin-bottom: 2%;
margin-left: auto;
margin-right: auto;
}
a.menu-trigger {
cursor: pointer;
display: block;
position: relative;
width: 60px;
height: 40px;
text-indent: -9999em;
}
a.menu-trigger span,
a.menu-trigger span:before,
a.menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: white;
display: block;
position: absolute;
width: 60px;
height: 8px;
left: 0;
}
a.menu-trigger span:before,
a.menu-trigger span:after {
content: "";
}
a.menu-trigger span {
top: 16px;
}
a.menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -16px;
z-index: 10;
}
a.menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 16px;
}
a.menu-trigger.active span,
a.menu-trigger.active span:before,
a.menu-trigger.active span:after {
background-color: transparent;
}
a.menu-trigger.active span:before {
-moz-transform: translateY(8px) translateX(1px) rotate(45deg);
-ms-transform: translateY(8px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(8px) translateX(1px) rotate(45deg);
transform: translateY(8px) translateX(1px) rotate(45deg);
background-color: #70C05C;
}
a.menu-trigger.active span:after {
-moz-transform: translateY(-8px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-8px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-8px) translateX(1px) rotate(-45deg);
transform: translateY(-8px) translateX(1px) rotate(-45deg);
background-color: #70C05C;
}
/* HAMBURGER END */
| 0.172974 | 0.06148 |
body {
font: 90% Times New Roman, Times, serif;
}
.contents {
margin-right: 1em;
margin-left: 1em;
}
.documentation {
margin-right: 1em;
margin-left: 1em;
}
.part-parents {
margin-left: 1em;
}
.part-parents h3 {
display: inline;
margin-right: 0.5em;
}
.package-symbols {
margin-left: 1em;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.license {
margin-right: 1em;
margin-left: 1em;
margin-bottom: 1em;
}
/*<group=table-of-contents>*/
.table-of-contents {
border-collapse: collapse;
vertical-align: top;
text-align: left;
}
.table-of-contents table {
border-collapse: collapse;
padding-right: 1em;
padding-left: 1em;
}
.table-of-contents tr {
}
.table-of-contents th {
font-weight: bold;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.table-of-contents td {
padding-left: 1em;
}
/*</group>*/
/*<group=part-summary>*/
.part-summary {
margin-right: 2em;
margin-left: 2em;
}
.part-summary tr {
text-align: left;
vertical-align: top;
}
.part-summary td {
text-align: left;
padding-bottom: 0.0em;
padding-top: 0.0em;
}
.part-summary th {
text-align: left;
width: 100px;
font-style: italic;
}
/*</group>*/
/*<group=table-summary>*/
#other-file td {
padding-left: 1em;
}
.table-summary {
border-collapse: collapse;
vertical-align: top;
margin-right: 1em;
margin-left: 1em;
text-align: left;
}
.table-summary table {
margin-left: 1em;
}
.table-summary tr {
text-align: left;
vertical-align: top;
}
.table-summary td {
text-align: left;
padding-bottom: 0.5em;
padding-top: 0.2em;
}
.table-summary th {
text-align: left;
font-weight: normal;
width: 200px;
}
/*</group>*/
#header
{
background: #009933;
color: white;
border: 1px solid black;
font-family: sans-serif;
margin-top: 0.5em; padding: 0.5em;
height: 22px;
}
#header a[href] { color: #ffff33; text-decoration: none;
border-bottom-style: none;
}
#header a[href]:hover {
background: transparent;
color: #ffff00;
font-variant: small-caps;
font-style: italic;
}
#contents-link
{
clear: both;
}
#footer
{
background: #009933;
color: white;
border: 1px solid black;
margin-top: 0.5em;
padding: 0.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
clear: both;
}
#footer a[href] { color: #ffff33; text-decoration: none;
border-bottom-style: none;
}
#footer a[href]:hover { background: transparent; color: #ffff00;
font-style: italic;
font-variant: small-caps;
}
#tinaa-logo
{
font-variant: small-caps;
float: right;
font-family: fantasy;
font-size: 150%;
letter-spacing: 0.05em;
}
.date {
margin-right: 2em;
}
.version {
margin-right: 2em;
}
h1, h2, h3, h4
{
color: #333333;
font-family: Arial, Helvetica, sans-serif;
}
h3 {
margin-right: 0;
margin-bottom: 0.5em;
margin-left: 0;
}
a[href] {
text-decoration: none;
}
a[href]:hover {
background: #ff9;
border-bottom: 1px dotted black;
}
.documentation {
text-align: left;
margin-bottom: 0.4em;
}
.property-heading {
margin-right: 3px;
font: italic 90% Arial, Helvetica, sans-serif;
}
.property-value {
}
.oddrow
{
background-color: #ccffcc
}
/*<group=Index>*/
.back-to-top {
float: right;
}
.index-name {
width: 200px;
float: left;
clear: left;
margin-left: 3em;
text-indent: -1em;
margin-top: 0.2em;
}
.index-kind {
float: left;
padding-right: 2.0em;
}
.index-links {
float: right;
}
.index {
float: left;
padding-left: 0.4em;
}
.index-contents {
margin-bottom: 2.0em;
}
.index-contents pre {
clear: both;
}
.index-letters {
margin-left: 2em;
}
.used-letter {
float: left;
margin-right: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dead-letter {
float: left;
margin-right: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #999999;
}
.index-letter {
float: left;
width: 90%;
margin-top: 1.5em;
border: 1px #000000;
border-top: 1px dotted #666666;
padding-top: 0.4em;
}
.the-letter {
text-transform: uppercase;
float: left;
font: 150% Verdana, Arial, Helvetica, sans-serif;
}
/*</group>*/
|
projects/codecs/Lisp/doc/reference/tinaa.css
|
body {
font: 90% Times New Roman, Times, serif;
}
.contents {
margin-right: 1em;
margin-left: 1em;
}
.documentation {
margin-right: 1em;
margin-left: 1em;
}
.part-parents {
margin-left: 1em;
}
.part-parents h3 {
display: inline;
margin-right: 0.5em;
}
.package-symbols {
margin-left: 1em;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.license {
margin-right: 1em;
margin-left: 1em;
margin-bottom: 1em;
}
/*<group=table-of-contents>*/
.table-of-contents {
border-collapse: collapse;
vertical-align: top;
text-align: left;
}
.table-of-contents table {
border-collapse: collapse;
padding-right: 1em;
padding-left: 1em;
}
.table-of-contents tr {
}
.table-of-contents th {
font-weight: bold;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.table-of-contents td {
padding-left: 1em;
}
/*</group>*/
/*<group=part-summary>*/
.part-summary {
margin-right: 2em;
margin-left: 2em;
}
.part-summary tr {
text-align: left;
vertical-align: top;
}
.part-summary td {
text-align: left;
padding-bottom: 0.0em;
padding-top: 0.0em;
}
.part-summary th {
text-align: left;
width: 100px;
font-style: italic;
}
/*</group>*/
/*<group=table-summary>*/
#other-file td {
padding-left: 1em;
}
.table-summary {
border-collapse: collapse;
vertical-align: top;
margin-right: 1em;
margin-left: 1em;
text-align: left;
}
.table-summary table {
margin-left: 1em;
}
.table-summary tr {
text-align: left;
vertical-align: top;
}
.table-summary td {
text-align: left;
padding-bottom: 0.5em;
padding-top: 0.2em;
}
.table-summary th {
text-align: left;
font-weight: normal;
width: 200px;
}
/*</group>*/
#header
{
background: #009933;
color: white;
border: 1px solid black;
font-family: sans-serif;
margin-top: 0.5em; padding: 0.5em;
height: 22px;
}
#header a[href] { color: #ffff33; text-decoration: none;
border-bottom-style: none;
}
#header a[href]:hover {
background: transparent;
color: #ffff00;
font-variant: small-caps;
font-style: italic;
}
#contents-link
{
clear: both;
}
#footer
{
background: #009933;
color: white;
border: 1px solid black;
margin-top: 0.5em;
padding: 0.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
clear: both;
}
#footer a[href] { color: #ffff33; text-decoration: none;
border-bottom-style: none;
}
#footer a[href]:hover { background: transparent; color: #ffff00;
font-style: italic;
font-variant: small-caps;
}
#tinaa-logo
{
font-variant: small-caps;
float: right;
font-family: fantasy;
font-size: 150%;
letter-spacing: 0.05em;
}
.date {
margin-right: 2em;
}
.version {
margin-right: 2em;
}
h1, h2, h3, h4
{
color: #333333;
font-family: Arial, Helvetica, sans-serif;
}
h3 {
margin-right: 0;
margin-bottom: 0.5em;
margin-left: 0;
}
a[href] {
text-decoration: none;
}
a[href]:hover {
background: #ff9;
border-bottom: 1px dotted black;
}
.documentation {
text-align: left;
margin-bottom: 0.4em;
}
.property-heading {
margin-right: 3px;
font: italic 90% Arial, Helvetica, sans-serif;
}
.property-value {
}
.oddrow
{
background-color: #ccffcc
}
/*<group=Index>*/
.back-to-top {
float: right;
}
.index-name {
width: 200px;
float: left;
clear: left;
margin-left: 3em;
text-indent: -1em;
margin-top: 0.2em;
}
.index-kind {
float: left;
padding-right: 2.0em;
}
.index-links {
float: right;
}
.index {
float: left;
padding-left: 0.4em;
}
.index-contents {
margin-bottom: 2.0em;
}
.index-contents pre {
clear: both;
}
.index-letters {
margin-left: 2em;
}
.used-letter {
float: left;
margin-right: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dead-letter {
float: left;
margin-right: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #999999;
}
.index-letter {
float: left;
width: 90%;
margin-top: 1.5em;
border: 1px #000000;
border-top: 1px dotted #666666;
padding-top: 0.4em;
}
.the-letter {
text-transform: uppercase;
float: left;
font: 150% Verdana, Arial, Helvetica, sans-serif;
}
/*</group>*/
| 0.45181 | 0.108048 |
body{
background: url("/images/cloud.webp") no-repeat center fixed;
background-size: cover;
margin: 0;
font-family: "Super Mario 256";
}
/* Super Mario blue color */
.m_blue{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(4, 156, 216);
}
/* Super Mario yellow color */
.m_yellow{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(251, 208, 0);
}
/* Super Mario red color */
.m_red{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(229, 37, 33);
}
/* Super Mario green color */
.m_green{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(67, 176, 71);
}
/* Download Super Mario 256 font */
@font-face{
font-family: "Super Mario 256";
src: url("/fonts/SuperMario256.ttf");
}
/* Super Marion 256 font */
.mario_font{
font-family: "Super Mario 256";
src: url("/fonts/SuperMario256.ttf");
}
/* The header container */
.header {
border-radius: 15px 15px 50px 15px;
background-color: skyblue;
text-align: center;
padding: 20px;
}
/* The navbar container */
.topnav {
border-radius: 15px 15px 50px 15px;
overflow: hidden;
background-color: steelblue;
}
/* Navbar links */
.topnav a {
float: left;
color: #f2f2f2;
padding: 14px 16px;
text-decoration: none;
}
/* Links - change color on hover */
.topnav a:hover {
background-color: cyan;
color: black;
}
/* Create two unequal columns that floats next to each other */
.column {
float: left;
padding: 10px;
}
/* Left column */
.column.left {
width: 75%;
}
/* Right column (22% for fitting) */
.column.right {
width: 22%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Add a card effect for articles */
.card {
border-radius: 25px;
background-color: skyblue;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
/* Footer */
.footer {
background-color: white;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
bottom: -18px;
width: 100%;
}
/* Responsive layout - makes the two columns stack on top of each other instead
of next to each other */
@media screen and (max-width: 600px) {
.column.left, .column.right {
width: 100%;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.topnav a {
float: none;
width: 100%;
}
}
/* Social media buttons */
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
/* Social media buttons - change color on hover */
.fa:hover {
opacity: 0.7;
}
/* LinkedIn button */
.fa-linkedin {
background: url("/images/linkedin-brands.svg") no-repeat;
color: white;
}
/* Instagram button */
.fa-instagram {
background: url("/images/instagram-brands.svg") no-repeat;
color: white;
}
/* Github button */
.fa-github {
background: url("/images/github-brands.svg") no-repeat;
color: white;
}
/* Thumbnail of art */
.image-thumbnails {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* Reize size of image thumbnail and adds border */
.image-thumbnails img {
margin: 10px;
max-height: 200px;
max-width: 200px;
border: 10px solid transparent;
border-image: url("images/border.png") 30 round;
}
/* Image thumbnail - changes color and size on hover */
.image-thumbnails img:hover {
opacity: 0.7;
max-height: 220px;
max-width: 220px;
}
/* Input section of form */
input[type=text], select, textarea {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Number selection selection of form */
input[type=number] {
color: black;
width: 15%;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Submit button */
input[type=submit] {
background-color: rgb(251, 208, 0);
color: black;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Submit button - changes color on hover */
input[type=submit]:hover {
background-color:rgb(245, 217, 77);
}
/* Yellow button container */
.y_button{
background-color: rgb(251, 208, 0);
color: black;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Yellow button container - changes color on hover */
.y_button:hover{
background-color:rgb(245, 217, 77);
}
/* Red button container */
.r_button{
background-color: rgb(229, 37, 33);
color: black;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 80%;
}
/* Red button container - changes color on hover */
.r_button:hover{
background-color:rgb(219, 70, 68);
}
/* The radio button container */
.rb_container {
display: block;
position: relative;
padding-left: 35px;
margin-top: 12px;
margin-bottom: 12px;
cursor: pointer;
font-size: 12px;
}
/* Hide the browser's default radio button */
.rb_container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.rb_checkmark {
position: absolute;
top: 0;
left: 0;
height: 17px;
width: 17px;
background-color: #eee;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.rb_container:hover input ~ .rb_checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.rb_container input:checked ~ .rb_checkmark {
background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.rb_checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.rb_container input:checked ~ .rb_checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.rb_container .rb_checkmark:after {
top: 4.725px;
left: 4.4px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
/* Content takes up to 75% of width space */
#content_75w {
margin-left: auto;
margin-right: auto;
width: 75%;
}
/* Content takes up to 650px of width space */
#content_650px {
margin-left: auto;
margin-right: auto;
width: 650px;
}
/* Quote container */
#quote-container {
margin-top: 20px;
}
/* Comments container */
#comments-container {
margin-top: 20px;
}
/* Login container */
#login-container{
margin: 0px;
}
/* Page container */
#page-container {
position: relative;
min-height: 100vh;
}
/* Content wrapper */
#content-wrap {
padding-bottom: 7.5rem;
}
|
portfolio/src/main/webapp/style.css
|
body{
background: url("/images/cloud.webp") no-repeat center fixed;
background-size: cover;
margin: 0;
font-family: "Super Mario 256";
}
/* Super Mario blue color */
.m_blue{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(4, 156, 216);
}
/* Super Mario yellow color */
.m_yellow{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(251, 208, 0);
}
/* Super Mario red color */
.m_red{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(229, 37, 33);
}
/* Super Mario green color */
.m_green{
-webkit-text-stroke: 3px black;
-webkit-text-fill-color: rgb(67, 176, 71);
}
/* Download Super Mario 256 font */
@font-face{
font-family: "Super Mario 256";
src: url("/fonts/SuperMario256.ttf");
}
/* Super Marion 256 font */
.mario_font{
font-family: "Super Mario 256";
src: url("/fonts/SuperMario256.ttf");
}
/* The header container */
.header {
border-radius: 15px 15px 50px 15px;
background-color: skyblue;
text-align: center;
padding: 20px;
}
/* The navbar container */
.topnav {
border-radius: 15px 15px 50px 15px;
overflow: hidden;
background-color: steelblue;
}
/* Navbar links */
.topnav a {
float: left;
color: #f2f2f2;
padding: 14px 16px;
text-decoration: none;
}
/* Links - change color on hover */
.topnav a:hover {
background-color: cyan;
color: black;
}
/* Create two unequal columns that floats next to each other */
.column {
float: left;
padding: 10px;
}
/* Left column */
.column.left {
width: 75%;
}
/* Right column (22% for fitting) */
.column.right {
width: 22%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Add a card effect for articles */
.card {
border-radius: 25px;
background-color: skyblue;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
/* Footer */
.footer {
background-color: white;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
bottom: -18px;
width: 100%;
}
/* Responsive layout - makes the two columns stack on top of each other instead
of next to each other */
@media screen and (max-width: 600px) {
.column.left, .column.right {
width: 100%;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.topnav a {
float: none;
width: 100%;
}
}
/* Social media buttons */
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
/* Social media buttons - change color on hover */
.fa:hover {
opacity: 0.7;
}
/* LinkedIn button */
.fa-linkedin {
background: url("/images/linkedin-brands.svg") no-repeat;
color: white;
}
/* Instagram button */
.fa-instagram {
background: url("/images/instagram-brands.svg") no-repeat;
color: white;
}
/* Github button */
.fa-github {
background: url("/images/github-brands.svg") no-repeat;
color: white;
}
/* Thumbnail of art */
.image-thumbnails {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* Reize size of image thumbnail and adds border */
.image-thumbnails img {
margin: 10px;
max-height: 200px;
max-width: 200px;
border: 10px solid transparent;
border-image: url("images/border.png") 30 round;
}
/* Image thumbnail - changes color and size on hover */
.image-thumbnails img:hover {
opacity: 0.7;
max-height: 220px;
max-width: 220px;
}
/* Input section of form */
input[type=text], select, textarea {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
/* Number selection selection of form */
input[type=number] {
color: black;
width: 15%;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Submit button */
input[type=submit] {
background-color: rgb(251, 208, 0);
color: black;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Submit button - changes color on hover */
input[type=submit]:hover {
background-color:rgb(245, 217, 77);
}
/* Yellow button container */
.y_button{
background-color: rgb(251, 208, 0);
color: black;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* Yellow button container - changes color on hover */
.y_button:hover{
background-color:rgb(245, 217, 77);
}
/* Red button container */
.r_button{
background-color: rgb(229, 37, 33);
color: black;
font-family: "Super Mario 256";
font-size: 1vw;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 80%;
}
/* Red button container - changes color on hover */
.r_button:hover{
background-color:rgb(219, 70, 68);
}
/* The radio button container */
.rb_container {
display: block;
position: relative;
padding-left: 35px;
margin-top: 12px;
margin-bottom: 12px;
cursor: pointer;
font-size: 12px;
}
/* Hide the browser's default radio button */
.rb_container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.rb_checkmark {
position: absolute;
top: 0;
left: 0;
height: 17px;
width: 17px;
background-color: #eee;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.rb_container:hover input ~ .rb_checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.rb_container input:checked ~ .rb_checkmark {
background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.rb_checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.rb_container input:checked ~ .rb_checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.rb_container .rb_checkmark:after {
top: 4.725px;
left: 4.4px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
/* Content takes up to 75% of width space */
#content_75w {
margin-left: auto;
margin-right: auto;
width: 75%;
}
/* Content takes up to 650px of width space */
#content_650px {
margin-left: auto;
margin-right: auto;
width: 650px;
}
/* Quote container */
#quote-container {
margin-top: 20px;
}
/* Comments container */
#comments-container {
margin-top: 20px;
}
/* Login container */
#login-container{
margin: 0px;
}
/* Page container */
#page-container {
position: relative;
min-height: 100vh;
}
/* Content wrapper */
#content-wrap {
padding-bottom: 7.5rem;
}
| 0.315525 | 0.075619 |
@charset "utf-8";
/*
*Wealth.life landing page template
*Author : <NAME>
*
*/
@import "owl.carousel.css";
@import "owl.theme.css";
/*--------------------
Layout
*Nav / #nav
*Intro / #intro
*About / #about
*Services / #services
*Doctor / #doctor
-testimonals
-client
==================================
*Contact / #contact
-newsletter
==================================
*Footer / #footer
---------------------------------------------*/
/*--------------------------------------------
COLOR
primary : color:#f0f1ec;
body :
h1, h2, h3, h4, h5, h6 : color:#034b81;
p : color:#72736e;
a : color:#9bb649;
a:hover : color:#034b81;
--------------------------------------------------------*/
/*--------------------------------------------------------
FONT
h1, h2, h3, h4, h5, h6 : font-family: 'Asap', sans-serif;
p : font-family: 'Asap', sans-serif;
ul li : font-family: 'Asap', sans-serif;
--------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Asap:400,700);
/*--------------------
general
---------------------*/
body {
width: 100%;
height: 100%;
font-family: 'Asap', sans-serif;
-webkit-font-smoothing: antialiased;
}
html {
width: 100%;
height: 100%;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom:20px;
margin-top:0px;
color:#034b81;
font-family: 'Asap', sans-serif;
letter-spacing:-1px;
}
h1 {
font-size:32px;
}
h2 {
font-size:26px;
}
h3 {
font-size:20px;
}
p {
font-size:16px;
line-height:26px;
color:#72736e;
margin-bottom: 30px;
}
ul {
margin:0px;
padding:0px;
}
ul li {
line-height:26px;
color:#72736e;
}
.green-icon {
color:#9bb649;
}
.green-icon i{
margin-bottom:40px;
}
.green-icon:hover{
margin-bottom:40px;
color:#034b81;
}
.fa-size{
font-size:24px;
}
.block-title {
margin-bottom: 60px;
text-align: center;
}
.block {
margin-bottom:50px;
}
/*--------------------
button
---------------------*/
.btn-orange {
background-color:#f1703d;
color:#fff;
padding:10px 23px;
font-size:18px;
border: none;
font-weight: 700;
letter-spacing: 1px;
-webkit-box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
-moz-box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
}
.btn-orange:hover {
color:#fff;
background-color:#dc5520;
}
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */
/***************
nav
***************/
.navbar-nav {
float: right;
margin: 0;
}
.navbar-default {
background-color: #f0f1ec;
border-bottom:1px solid #dfe1d8;
}
.navbar-brand {
float: left;
padding: 0px 0px 0px 15px;
font-size: 18px;
line-height: 20px;
height: 20px;
}
.navbar-default .navbar-nav>li>a {
color: #72736e;
font-size:17px;
-webkit-font-smoothing: antialiased;
float:left;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #034b81;
background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #034b81;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/**** Mobile menu *****/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #9bb649;
border-color: #9bb649;
}
.navbar-default .navbar-toggle {
border-color: #034b81;
background-color: #034b81;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.social {
}
.social a {
padding: 10px 5px!important;
margin-top:3px;
color: #72736e;
}
.social i:hover {
color:#034b81;
}
.logo {
font-family: 'Pacifico', cursive;
font-weight:400;
text-transform:lowercase;
color:#9bb649;
}
.logo-brand {
font-weight:700;
}
/***************
intro
***************/
.intro-section {
padding-top: 125px;
background: #f0f1ec;
}
.intro-caption {
margin-top:100px;
}
.intro-title {
font-size:48px;
}
.intro-title span {
color:#9bb649;
}
.call-num {
color:#afb0ad;
font-weight:700;
font-size:48px;
}
/***************
about
***************/
.about-section {
padding-top: 120px;
background: #fff;
padding-bottom:120px;
}
.about-section strong{
color:#f1703d;
}
.about-section .lead{
font-size:18px;
margin-bottom:75px;
line-height:27px;
}
.appoinment-form h3 {
margin-bottom:50px;
}
ul.appoinment li {
list-style:none;
font-size:16px;
margin-bottom:35px;
}
ul.appoinment li i {
margin-right:10px;
}
.appoinment strong {
color:#f1703d;
}
.appoinment-form {
padding: 30px 30px 30px 30px;
background-color:#f0f1ec;
border-radius:2px;
box-shadow: 0px 3px 0px 0px rgba(203, 205, 198, 0.9);
}
.appoinment-form form .form-group label {
font-size:16px;
font-weight:normal;
margin-bottom:5px;
color:#4c4d46;
}
.appoinment-form form .form-group input {
padding:15px 15px;
height: 45px;
}
.btn-Submit {
margin-top: 15px;
display: inline-block;
margin-bottom: 20px;
padding-bottom: 10px;
padding-top: 10px;
font-size:16px;
}
/***************
services
***************/
.services-section {
padding-top: 120px;
background: #f9faf6;
padding-bottom:120px;
}
/*.feature-block {
text-align:center;
background-color:#333;
border-radius:100%;
}
*/
/*.feature-block .green-icon:hover {
color:#034b81;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}*/
.box-ct{
margin-top:30px;
}
.box-icon{
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #f0f1ec;
color: #034b81;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin-right: 15px;
}
.box-icon:hover{
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #9bb649;
color:#fff;
text-align: center;
cursor:pointer;
}
.block:hover .box-icon{
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #9bb649;
color:#fff;
text-align: center;
cursor:pointer;
}
/***************
doctor
***************/
.doctor-section {
padding-top:120px;
padding-bottom:120px;
}
.doctor-profile {
margin-top:60px;
}
.doctor-profile img {
margin-top:-60px;
width: 100%;
}
.doctor-profile strong {
color:#9bb649;
margin-bottom:10px;
display:block;
}
.bg-profile{ background:#e8eae3; text-align: center; margin-bottom:20px; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;}
.bg-profile:hover{ background-color:#9bb649; cursor:pointer;}
.testimonials {
background-color:#f9faf6;
padding-top: 80px;
padding-bottom:80px;
margin-top: 120px;
}
.testimonials span {
color:#0e577d;
font-size:20px;
}
.testimonials span a {
color:#9bb649;
font-size:14px;
}
.client {
padding-top:80px;
}
.client-logo {
margin-top:30px;
}
.client-logo .item img {
opacity:0.5
}
.client-logo .item img:hover {
opacity:1;
cursor:pointer;
}
.client-circle {
padding: 8px;
background: #fff;
border: 1px solid #ebece8;
}
/****************
contact
****************/
.contact {
padding-top:120px;
padding-bottom:120px;
background-color:#f9faf6;
}
.ct-block {
padding-top: 80px;
margin-bottom: 80px;
padding-bottom:70px;
border-bottom: 1px solid #e4e6dd;
border-top: #e4e6dd solid 1px;
margin-top: 80px;
}
.ct-info {
text-align:center;
}
.ct-info h3 {
font-size:30px;
color:#72736e;
}
/****************
newsletter
****************/
.newsletter {
padding-top:60px;
padding-bottom:60px;
}
.newsletter .form-control {
height:48px;
border-radius: 0px;
border: 1px solid #c1c3bd;
}
.newsletter .btn-orange {
padding-left:20px;
padding-right:20px;
display: block;
font-weight:600;
}
/***************
footer
***************/
.footer {
background-color:#303335;
}
.social-icon {
font-size:24px;
color:#797c7e;
margin-right: 15px;
}
.social-icon:hover {
color:#9bb649;
}
.ft p {
font-size:17px;
color:#797c7e;
margin-top:45px;
}
@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
/* Customize the look and feel of the collapsed top nav here */
padding: 0;
}
}
@media(max-width:767px) {
/****************
nav
****************/
.navbar-nav {
float: left;
margin: 0;
}
.logo-brand {
font-weight: 700;
font-size: 24px;
margin-top: 12px;
}
/*******************
intro-section
*******************/
.intro-section {
background: #f0f1ec;
padding:0px;
}
.call-num {
color: #afb0ad;
font-weight: 700;
font-size: 34px;
}
/********************
about-section
********************/
.about-section {
padding-top: 60px;
background: #fff;
padding-bottom: 20px
}
.block {
margin-bottom: 0px;
}
.box-ct{
text-align:center;
}
/****************
services
****************/
.services-section {
padding-top: 60px;
background: #f9faf6;
padding-bottom: 20px;
}
.box-icon {
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #f0f1ec;
color: #034b81;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin: 0 auto;
}
/****************
doctor
****************/
.doctor-section {
padding-top: 60px;
padding-bottom: 20px;
}
/*******************
testimonals
*******************/
.testimonials {
background-color: #f9faf6;
padding-top: 50px;
padding-bottom: 20px;
margin-top: 30px;
text-align:center;
}
/****************
contact
****************/
.contact {
padding-top: 60px;
padding-bottom: 20px;
background-color: #f9faf6;
}
/****************
newsletter
****************/
.newsletter {
padding-top: 60px;
padding-bottom: 20px;
}
.newsletter .btn-orange {
padding-left: 20px;
padding-right: 20px;
display: block;
font-weight: 600;
margin-top: 20px;
}
/****************
footer
****************/
.social-icon {
font-size: 24px;
color: #797c7e;
margin-right: 15px;
padding-bottom: 30px;
}
}
|
public/css/style.css
|
@charset "utf-8";
/*
*Wealth.life landing page template
*Author : <NAME>
*
*/
@import "owl.carousel.css";
@import "owl.theme.css";
/*--------------------
Layout
*Nav / #nav
*Intro / #intro
*About / #about
*Services / #services
*Doctor / #doctor
-testimonals
-client
==================================
*Contact / #contact
-newsletter
==================================
*Footer / #footer
---------------------------------------------*/
/*--------------------------------------------
COLOR
primary : color:#f0f1ec;
body :
h1, h2, h3, h4, h5, h6 : color:#034b81;
p : color:#72736e;
a : color:#9bb649;
a:hover : color:#034b81;
--------------------------------------------------------*/
/*--------------------------------------------------------
FONT
h1, h2, h3, h4, h5, h6 : font-family: 'Asap', sans-serif;
p : font-family: 'Asap', sans-serif;
ul li : font-family: 'Asap', sans-serif;
--------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Asap:400,700);
/*--------------------
general
---------------------*/
body {
width: 100%;
height: 100%;
font-family: 'Asap', sans-serif;
-webkit-font-smoothing: antialiased;
}
html {
width: 100%;
height: 100%;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom:20px;
margin-top:0px;
color:#034b81;
font-family: 'Asap', sans-serif;
letter-spacing:-1px;
}
h1 {
font-size:32px;
}
h2 {
font-size:26px;
}
h3 {
font-size:20px;
}
p {
font-size:16px;
line-height:26px;
color:#72736e;
margin-bottom: 30px;
}
ul {
margin:0px;
padding:0px;
}
ul li {
line-height:26px;
color:#72736e;
}
.green-icon {
color:#9bb649;
}
.green-icon i{
margin-bottom:40px;
}
.green-icon:hover{
margin-bottom:40px;
color:#034b81;
}
.fa-size{
font-size:24px;
}
.block-title {
margin-bottom: 60px;
text-align: center;
}
.block {
margin-bottom:50px;
}
/*--------------------
button
---------------------*/
.btn-orange {
background-color:#f1703d;
color:#fff;
padding:10px 23px;
font-size:18px;
border: none;
font-weight: 700;
letter-spacing: 1px;
-webkit-box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
-moz-box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
}
.btn-orange:hover {
color:#fff;
background-color:#dc5520;
}
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */
/***************
nav
***************/
.navbar-nav {
float: right;
margin: 0;
}
.navbar-default {
background-color: #f0f1ec;
border-bottom:1px solid #dfe1d8;
}
.navbar-brand {
float: left;
padding: 0px 0px 0px 15px;
font-size: 18px;
line-height: 20px;
height: 20px;
}
.navbar-default .navbar-nav>li>a {
color: #72736e;
font-size:17px;
-webkit-font-smoothing: antialiased;
float:left;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #034b81;
background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #034b81;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/**** Mobile menu *****/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #9bb649;
border-color: #9bb649;
}
.navbar-default .navbar-toggle {
border-color: #034b81;
background-color: #034b81;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.social {
}
.social a {
padding: 10px 5px!important;
margin-top:3px;
color: #72736e;
}
.social i:hover {
color:#034b81;
}
.logo {
font-family: 'Pacifico', cursive;
font-weight:400;
text-transform:lowercase;
color:#9bb649;
}
.logo-brand {
font-weight:700;
}
/***************
intro
***************/
.intro-section {
padding-top: 125px;
background: #f0f1ec;
}
.intro-caption {
margin-top:100px;
}
.intro-title {
font-size:48px;
}
.intro-title span {
color:#9bb649;
}
.call-num {
color:#afb0ad;
font-weight:700;
font-size:48px;
}
/***************
about
***************/
.about-section {
padding-top: 120px;
background: #fff;
padding-bottom:120px;
}
.about-section strong{
color:#f1703d;
}
.about-section .lead{
font-size:18px;
margin-bottom:75px;
line-height:27px;
}
.appoinment-form h3 {
margin-bottom:50px;
}
ul.appoinment li {
list-style:none;
font-size:16px;
margin-bottom:35px;
}
ul.appoinment li i {
margin-right:10px;
}
.appoinment strong {
color:#f1703d;
}
.appoinment-form {
padding: 30px 30px 30px 30px;
background-color:#f0f1ec;
border-radius:2px;
box-shadow: 0px 3px 0px 0px rgba(203, 205, 198, 0.9);
}
.appoinment-form form .form-group label {
font-size:16px;
font-weight:normal;
margin-bottom:5px;
color:#4c4d46;
}
.appoinment-form form .form-group input {
padding:15px 15px;
height: 45px;
}
.btn-Submit {
margin-top: 15px;
display: inline-block;
margin-bottom: 20px;
padding-bottom: 10px;
padding-top: 10px;
font-size:16px;
}
/***************
services
***************/
.services-section {
padding-top: 120px;
background: #f9faf6;
padding-bottom:120px;
}
/*.feature-block {
text-align:center;
background-color:#333;
border-radius:100%;
}
*/
/*.feature-block .green-icon:hover {
color:#034b81;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}*/
.box-ct{
margin-top:30px;
}
.box-icon{
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #f0f1ec;
color: #034b81;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin-right: 15px;
}
.box-icon:hover{
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #9bb649;
color:#fff;
text-align: center;
cursor:pointer;
}
.block:hover .box-icon{
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #9bb649;
color:#fff;
text-align: center;
cursor:pointer;
}
/***************
doctor
***************/
.doctor-section {
padding-top:120px;
padding-bottom:120px;
}
.doctor-profile {
margin-top:60px;
}
.doctor-profile img {
margin-top:-60px;
width: 100%;
}
.doctor-profile strong {
color:#9bb649;
margin-bottom:10px;
display:block;
}
.bg-profile{ background:#e8eae3; text-align: center; margin-bottom:20px; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;}
.bg-profile:hover{ background-color:#9bb649; cursor:pointer;}
.testimonials {
background-color:#f9faf6;
padding-top: 80px;
padding-bottom:80px;
margin-top: 120px;
}
.testimonials span {
color:#0e577d;
font-size:20px;
}
.testimonials span a {
color:#9bb649;
font-size:14px;
}
.client {
padding-top:80px;
}
.client-logo {
margin-top:30px;
}
.client-logo .item img {
opacity:0.5
}
.client-logo .item img:hover {
opacity:1;
cursor:pointer;
}
.client-circle {
padding: 8px;
background: #fff;
border: 1px solid #ebece8;
}
/****************
contact
****************/
.contact {
padding-top:120px;
padding-bottom:120px;
background-color:#f9faf6;
}
.ct-block {
padding-top: 80px;
margin-bottom: 80px;
padding-bottom:70px;
border-bottom: 1px solid #e4e6dd;
border-top: #e4e6dd solid 1px;
margin-top: 80px;
}
.ct-info {
text-align:center;
}
.ct-info h3 {
font-size:30px;
color:#72736e;
}
/****************
newsletter
****************/
.newsletter {
padding-top:60px;
padding-bottom:60px;
}
.newsletter .form-control {
height:48px;
border-radius: 0px;
border: 1px solid #c1c3bd;
}
.newsletter .btn-orange {
padding-left:20px;
padding-right:20px;
display: block;
font-weight:600;
}
/***************
footer
***************/
.footer {
background-color:#303335;
}
.social-icon {
font-size:24px;
color:#797c7e;
margin-right: 15px;
}
.social-icon:hover {
color:#9bb649;
}
.ft p {
font-size:17px;
color:#797c7e;
margin-top:45px;
}
@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
/* Customize the look and feel of the collapsed top nav here */
padding: 0;
}
}
@media(max-width:767px) {
/****************
nav
****************/
.navbar-nav {
float: left;
margin: 0;
}
.logo-brand {
font-weight: 700;
font-size: 24px;
margin-top: 12px;
}
/*******************
intro-section
*******************/
.intro-section {
background: #f0f1ec;
padding:0px;
}
.call-num {
color: #afb0ad;
font-weight: 700;
font-size: 34px;
}
/********************
about-section
********************/
.about-section {
padding-top: 60px;
background: #fff;
padding-bottom: 20px
}
.block {
margin-bottom: 0px;
}
.box-ct{
text-align:center;
}
/****************
services
****************/
.services-section {
padding-top: 60px;
background: #f9faf6;
padding-bottom: 20px;
}
.box-icon {
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #f0f1ec;
color: #034b81;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin: 0 auto;
}
/****************
doctor
****************/
.doctor-section {
padding-top: 60px;
padding-bottom: 20px;
}
/*******************
testimonals
*******************/
.testimonials {
background-color: #f9faf6;
padding-top: 50px;
padding-bottom: 20px;
margin-top: 30px;
text-align:center;
}
/****************
contact
****************/
.contact {
padding-top: 60px;
padding-bottom: 20px;
background-color: #f9faf6;
}
/****************
newsletter
****************/
.newsletter {
padding-top: 60px;
padding-bottom: 20px;
}
.newsletter .btn-orange {
padding-left: 20px;
padding-right: 20px;
display: block;
font-weight: 600;
margin-top: 20px;
}
/****************
footer
****************/
.social-icon {
font-size: 24px;
color: #797c7e;
margin-right: 15px;
padding-bottom: 30px;
}
}
| 0.133415 | 0.043265 |
.delani-studio-background-1-container{
height: 740px;
width: auto;
background-image: url("Backgrounds/background-image-1.jpg");
background-size:cover;
}
/* Use "position: absolute" to fix the location of an element/div in a container */
.centered {
position: absolute;
top: 60%;
left: 50%;
/* Use "transform: translate (x axis, y axis) to make additional movement changes to your div */
transform: translate(-50%, -50%);
color:white;
text-align: center;
}
.bottom-right{
position: relative;
top:615px;
left: 49%;
transform:translateY(200%);
}
.about-us-container{
height: 300px;
width: auto;
background-color:white;
font-family:'Ubuntu', sans-serif;
}
.about-us-heading{
position: relative;
text-align:center;
}
.about-us-text{
position:relative;
margin-left:50px;
margin-right:50px;
text-align:center;
font-size:18;
}
.newsection{
/*use "position:relative" for divs that have to flow on top of each other, otherwise there will be overlap due to previous divs declared "absolute" */
position:relative;
background-image: url("Backgrounds/background-image-2.jpg");
height: 400px;
width: auto;
text-align: center;
color:white;
}
.center{
position:relative;
top:20%;
padding: 55px;
}
.WhatWeDo{
height:250px;
text-align:center;
width:auto;
}
.design{
font-size: 24;
/*The display:none means that the tag in question will not appear on the page at all (although you can still interact with it through the dom).
There will be no space allocated for it between the other tags.visibility:hidden means that unlike display:none, the tag is not visible,
but space is allocated for it on the page.
The tag is rendered, it just isn't seen on the page. USE DISPLAY: NONE FOR jQuery .show() function to work*/
display:none;
}
.development{
font-size:24;
display:none;
}
.product-management{
font-size:24;
display:none;
}
/*.wwd-design{
/*background-image:url("services_icons/design_icon.png");*/
/*}
/*.wwd-dev{
/* background-image:url("services_icons/dev_icon.png");*/
/*}
/*.wwd-product{
/*background-image:url("services_icons/product_icon.png");*/
/*}*/
.PortfolioText{
text-align:center;
}
.portfolio-image-1{
position:relative;
visibility:visible;
}
.row-section-1{
padding-left: 105px;
padding-right:80px;
}
.row-section-2{
padding-top: 25px;
padding-left:105px;
padding-right:80px;
padding-bottom: 35px;
}
.Contact-Us{
background-image:url("Backgrounds/c_image.jpg");
height: 550px;
width: auto;
}
.CenteredInput{
position: relative;
left: 15%;
}
#UserFeedBack
{
position:relative;
width: 55em;
height: 20em;
}
.submitButton{
position: relative;
left: 42%;
top: 20px;
}
.social-media-links{
padding-top: 45px;
padding-left:20%;
}
.social-media-copyright{
position: absolute;
left: 46%;
text-align: center;
}
input[type="text"]
{ background: transparent;
border: solid white 1px;
color: white;
}
button[type="button"]
{
background:transparent;
color:white;
font-weight: bold;
}
::placeholder{
color:white;
}
@media all and (max-width:1000px) {
.WhatWeDo{
height:450px;
}
.wwd-design{
margin-left:35%;
width:100px;
height:80px;
padding:60px;
}
.wwd-dev{
margin-left:35%;
width:100px;
height:80px;
padding:60px;
}
.wwd-product{
margin-left:35%;
width:100px;
height:80px;
padding:60px;
}
}
|
CustomStyles.css
|
.delani-studio-background-1-container{
height: 740px;
width: auto;
background-image: url("Backgrounds/background-image-1.jpg");
background-size:cover;
}
/* Use "position: absolute" to fix the location of an element/div in a container */
.centered {
position: absolute;
top: 60%;
left: 50%;
/* Use "transform: translate (x axis, y axis) to make additional movement changes to your div */
transform: translate(-50%, -50%);
color:white;
text-align: center;
}
.bottom-right{
position: relative;
top:615px;
left: 49%;
transform:translateY(200%);
}
.about-us-container{
height: 300px;
width: auto;
background-color:white;
font-family:'Ubuntu', sans-serif;
}
.about-us-heading{
position: relative;
text-align:center;
}
.about-us-text{
position:relative;
margin-left:50px;
margin-right:50px;
text-align:center;
font-size:18;
}
.newsection{
/*use "position:relative" for divs that have to flow on top of each other, otherwise there will be overlap due to previous divs declared "absolute" */
position:relative;
background-image: url("Backgrounds/background-image-2.jpg");
height: 400px;
width: auto;
text-align: center;
color:white;
}
.center{
position:relative;
top:20%;
padding: 55px;
}
.WhatWeDo{
height:250px;
text-align:center;
width:auto;
}
.design{
font-size: 24;
/*The display:none means that the tag in question will not appear on the page at all (although you can still interact with it through the dom).
There will be no space allocated for it between the other tags.visibility:hidden means that unlike display:none, the tag is not visible,
but space is allocated for it on the page.
The tag is rendered, it just isn't seen on the page. USE DISPLAY: NONE FOR jQuery .show() function to work*/
display:none;
}
.development{
font-size:24;
display:none;
}
.product-management{
font-size:24;
display:none;
}
/*.wwd-design{
/*background-image:url("services_icons/design_icon.png");*/
/*}
/*.wwd-dev{
/* background-image:url("services_icons/dev_icon.png");*/
/*}
/*.wwd-product{
/*background-image:url("services_icons/product_icon.png");*/
/*}*/
.PortfolioText{
text-align:center;
}
.portfolio-image-1{
position:relative;
visibility:visible;
}
.row-section-1{
padding-left: 105px;
padding-right:80px;
}
.row-section-2{
padding-top: 25px;
padding-left:105px;
padding-right:80px;
padding-bottom: 35px;
}
.Contact-Us{
background-image:url("Backgrounds/c_image.jpg");
height: 550px;
width: auto;
}
.CenteredInput{
position: relative;
left: 15%;
}
#UserFeedBack
{
position:relative;
width: 55em;
height: 20em;
}
.submitButton{
position: relative;
left: 42%;
top: 20px;
}
.social-media-links{
padding-top: 45px;
padding-left:20%;
}
.social-media-copyright{
position: absolute;
left: 46%;
text-align: center;
}
input[type="text"]
{ background: transparent;
border: solid white 1px;
color: white;
}
button[type="button"]
{
background:transparent;
color:white;
font-weight: bold;
}
::placeholder{
color:white;
}
@media all and (max-width:1000px) {
.WhatWeDo{
height:450px;
}
.wwd-design{
margin-left:35%;
width:100px;
height:80px;
padding:60px;
}
.wwd-dev{
margin-left:35%;
width:100px;
height:80px;
padding:60px;
}
.wwd-product{
margin-left:35%;
width:100px;
height:80px;
padding:60px;
}
}
| 0.536556 | 0.081739 |
The window is divided into 3 (4) sections:
- The header has the logo, the view name, and (sometimes) a refresh control.
- The menu
- The main view
- The footer (missing from most files)
*/
/* General Styles */
@import "colors.css";
* {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 14px;
color: var(--pcolor-3);
}
/*:focus {
outline: 1px dashed gray;
background: yellow;
}*/
.license {
font-family: 'Courier New', monospace;
}
#header {
background: transparent url("../img/switch.svg") no-repeat;
background-size: 40px 40px;
background-position: 10px 10px;
background-color: var(--pcolor-0);
height: 60px;
border-radius: 5px;
}
#header h1 {
color: var(--white);
font-size: 24px;
display: inline-block;
margin: 0 50px;
padding: 18px 20px;
}
#header .refresh {
float: right;
margin: 18px 24px 0 0;
padding: 5px 15px;
/*min-width: 90px;*/
background-color: var(--tcolor-2);
border: none;
color: var(--white);
cursor: pointer;
border-radius: 4px;
font-weight: bold;
}
#header .refresh:hover {
background-color: var(--tcolor-0);
}
#header .reficon {
float: right;
margin: 18px 24px 0 0;
padding: 5px 5px;
background-color: var(--tcolor-2);
border: none;
color: var(--white);
cursor: pointer;
border-radius: 4px;
}
#header .reficon:hover {
background-color: var(--tcolor-0);
}
#header i {
color: white;
}
#header i:hover {
cursor: pointer;
}
.frontleft,.frontright {
display: block;
float: left;
margin-left: 10px;
padding: 20px;
/* border: solid black 2px;
border-radius: 5px;*/
}
.frontleft {
background-color: var(--scolor-2);
border-radius: 10px;
}
.frontleft h2 {
font-size: 20px;
font-style: normal;
}
.frontleft * {
font-size: 18px;
color: var(--white);
font-style: italic;
text-align: justify;
}
.frontright {
background: transparent url("../img/logo.svg") no-repeat;
background-size: 300px 300px;
background-position: left top;
position: relative;
border: solid 2px var(--pcolor-0);
border-radius: 10px;
}
.frontright div {
position: absolute;
bottom: 0;
left: 0;
}
.frontright p {
font-size: 20px;
font-style: normal;
}
#footer {
position: fixed;
left: 0;
bottom: 0;
height: 30px;
background-color: var(--pcolor-0);
color: white;
text-align: center;
width: 100%;
}
/******* Grid managment **************/
.container_16 {
margin-left: auto;
margin-right: auto;
width: 1280px;
/*overflow: auto;*/
}
.grid_2 { /*menu*/
float: left;
margin-left: 0px;
margin-right: 10px;
padding-top: 10px;
width: 140px;
}
.grid_14 { /*main*/
margin-left: 150px;
margin-right: 0px;
padding-top: 10px;
width: 1130px;
}
/****************************************************************************/
/* Snack Bar */
/****************************************************************************/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px; /* min-width / 2 */
background-color: var(--pcolor-0);
color: white;
text-align: center;
border-radius: 5px;
padding: 16px;
position: fixed; /* Sit on top of the screen */
z-index: 1;
left: 50%; /* Center the snackbar */
bottom: 30px;
}
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
#snackbar.show {
visibility: visible; /* Show the snackbar */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
|
css/style.css
|
The window is divided into 3 (4) sections:
- The header has the logo, the view name, and (sometimes) a refresh control.
- The menu
- The main view
- The footer (missing from most files)
*/
/* General Styles */
@import "colors.css";
* {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 14px;
color: var(--pcolor-3);
}
/*:focus {
outline: 1px dashed gray;
background: yellow;
}*/
.license {
font-family: 'Courier New', monospace;
}
#header {
background: transparent url("../img/switch.svg") no-repeat;
background-size: 40px 40px;
background-position: 10px 10px;
background-color: var(--pcolor-0);
height: 60px;
border-radius: 5px;
}
#header h1 {
color: var(--white);
font-size: 24px;
display: inline-block;
margin: 0 50px;
padding: 18px 20px;
}
#header .refresh {
float: right;
margin: 18px 24px 0 0;
padding: 5px 15px;
/*min-width: 90px;*/
background-color: var(--tcolor-2);
border: none;
color: var(--white);
cursor: pointer;
border-radius: 4px;
font-weight: bold;
}
#header .refresh:hover {
background-color: var(--tcolor-0);
}
#header .reficon {
float: right;
margin: 18px 24px 0 0;
padding: 5px 5px;
background-color: var(--tcolor-2);
border: none;
color: var(--white);
cursor: pointer;
border-radius: 4px;
}
#header .reficon:hover {
background-color: var(--tcolor-0);
}
#header i {
color: white;
}
#header i:hover {
cursor: pointer;
}
.frontleft,.frontright {
display: block;
float: left;
margin-left: 10px;
padding: 20px;
/* border: solid black 2px;
border-radius: 5px;*/
}
.frontleft {
background-color: var(--scolor-2);
border-radius: 10px;
}
.frontleft h2 {
font-size: 20px;
font-style: normal;
}
.frontleft * {
font-size: 18px;
color: var(--white);
font-style: italic;
text-align: justify;
}
.frontright {
background: transparent url("../img/logo.svg") no-repeat;
background-size: 300px 300px;
background-position: left top;
position: relative;
border: solid 2px var(--pcolor-0);
border-radius: 10px;
}
.frontright div {
position: absolute;
bottom: 0;
left: 0;
}
.frontright p {
font-size: 20px;
font-style: normal;
}
#footer {
position: fixed;
left: 0;
bottom: 0;
height: 30px;
background-color: var(--pcolor-0);
color: white;
text-align: center;
width: 100%;
}
/******* Grid managment **************/
.container_16 {
margin-left: auto;
margin-right: auto;
width: 1280px;
/*overflow: auto;*/
}
.grid_2 { /*menu*/
float: left;
margin-left: 0px;
margin-right: 10px;
padding-top: 10px;
width: 140px;
}
.grid_14 { /*main*/
margin-left: 150px;
margin-right: 0px;
padding-top: 10px;
width: 1130px;
}
/****************************************************************************/
/* Snack Bar */
/****************************************************************************/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px; /* min-width / 2 */
background-color: var(--pcolor-0);
color: white;
text-align: center;
border-radius: 5px;
padding: 16px;
position: fixed; /* Sit on top of the screen */
z-index: 1;
left: 50%; /* Center the snackbar */
bottom: 30px;
}
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
#snackbar.show {
visibility: visible; /* Show the snackbar */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
| 0.400046 | 0.161122 |
body {
font-family: 'Open Sans';
font-size: 15px
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
.bold-text {font-weight: bold; }
.red-text {color: red;}
.purple-text {color: purple;}
.shadow {
background-color: yellow;
color: red;
font-size: 2.5em;
font-weight: bold;
text-shadow: 2px 2px 1px #C0C0C0;
}
.shadow1 {
background-color: yellow;
color: red;
font-size: 2.5em;
font-weight: bold;
text-shadow: 2px 2px #C0C0C0;
}
#top-ad {
background-color: yellow;
color: red;
font-size: 2em;
}
.royal_blue {color: rgb(65,205,225);
letter-spacing: 1px;
font-size: 3em;
font-style: italic;
background-color: black;
}
.greystar {
color: rgb(255,0, 255);
letter-spacing: 2px;
font-size:1.2em;
font-style: roman;
}
.larger-spacing {letter-spacing: 2px;}
#inner-header {
background-color: black;
color: yellow;
font-size: 18px;
}
a:link {color:red; }
a:visited {color:purple;}
a:active {color:black;}
a:hover {color: green;}
article h2 {font-size: 16px;
font-weight:bold;
color:green;
}
article p:first-child {font-weight: bold;}
article p:nth-child(3) {color: grey}
article p:last-child {color: cyan; font-size: 30px;}
article::first-line {font-style:italic;}
h3::first-letter {font-size: 45px; font-style: roman}
h2::selection {
background-color: black;
color: red;
font-size: 50px;
}
p::before {
content: "NOTE: ";
font-weight: bold;
color: red;
}
p::after {
content: "There is AFTER";
font-style: italic;
background-color: black;
color: yellow;
}
.relative-position {
position: relative;
left: 20px;
}
.fixed {
position: fixed;
top: 55px;
right: 0;
width: 500px;
content: "REALLY Fixed PIZDOTA";
font-style: italic;
font-size: 2em;
background-color: rgb(200, 200, 200);
color: orange;
}
div.the-parent
{
position: relative;
background-color: #CCCCCC;
width: 400px;
height: 200px;
border: 1px solid black;
}
div.the-child {
position: absolute;
background-color: #FFF;
top: 80px;
right: 0;
width: 200px;
height: 100px;
border: 1px solid black;
}
.sidebar {
float: right;
height: 100px;
width: 200px;
padding: 5px;
border: 2px solid black;
}
.main-text {border: 1px solid #333333;
clear: right;
}
.carter {
border: 1px solid #000;
padding: 5px;
overflow: auto;
}
.carter::after {
content: "";
clear: both;
display: table;
}
#carter-pic {float: right;}
.box {
float: left;
width: 33.33%;
padding: 50px;
border: 1px solid #000000;
}
.grid::after {
content:"";
clear: both;
display: table;
}
.box, .grid, .grid::after {box-sizing: border-box;}
.inline-paragraph {
display: inline;
}
.block-paragraph {display: block;}
.inline-text {display: inline-block;}
.main-nav {
font-family: 'Open Sans',verdana, sans-serif;
font-size: 2rem;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
}
.main-nav li {float: right;}
.main-nav li a {
display: block;
color: #EEEEEE;
text-align: center;
padding: 10px 12px;
text-decoration: none;
}
.flex-container {
display: flex ;
flex-wrap: wrap;
/* flex-direction: column;*/
background-color: #CCCCCC;
}
.flex-container > div {
background-color: #ffffff;
margin: 10px;
padding: 20px;
font-family: italic;
font-size: 30px;
}
blockquote {border-left: 3px solid black;}
q{background-color: #FFFF33;}
cite {
font-size: 80%;
color:gray;
}
table {border: 1px solid blue;}
th {
background-color: darkblue;
color: white;
font-weight: bold;
}
td {padding: 5px;}
tr:nth-child(even) {background-color:lightgray;}
.center-cell {text-align: center;}
.subject {font-size:3em;}
.lubel {
background-color: darkgrey;
font-family= 'Open Sans';
}
::placeholder {
color: darkgrey;
font-style:italic;
}
|
css/style.css
|
body {
font-family: 'Open Sans';
font-size: 15px
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
.bold-text {font-weight: bold; }
.red-text {color: red;}
.purple-text {color: purple;}
.shadow {
background-color: yellow;
color: red;
font-size: 2.5em;
font-weight: bold;
text-shadow: 2px 2px 1px #C0C0C0;
}
.shadow1 {
background-color: yellow;
color: red;
font-size: 2.5em;
font-weight: bold;
text-shadow: 2px 2px #C0C0C0;
}
#top-ad {
background-color: yellow;
color: red;
font-size: 2em;
}
.royal_blue {color: rgb(65,205,225);
letter-spacing: 1px;
font-size: 3em;
font-style: italic;
background-color: black;
}
.greystar {
color: rgb(255,0, 255);
letter-spacing: 2px;
font-size:1.2em;
font-style: roman;
}
.larger-spacing {letter-spacing: 2px;}
#inner-header {
background-color: black;
color: yellow;
font-size: 18px;
}
a:link {color:red; }
a:visited {color:purple;}
a:active {color:black;}
a:hover {color: green;}
article h2 {font-size: 16px;
font-weight:bold;
color:green;
}
article p:first-child {font-weight: bold;}
article p:nth-child(3) {color: grey}
article p:last-child {color: cyan; font-size: 30px;}
article::first-line {font-style:italic;}
h3::first-letter {font-size: 45px; font-style: roman}
h2::selection {
background-color: black;
color: red;
font-size: 50px;
}
p::before {
content: "NOTE: ";
font-weight: bold;
color: red;
}
p::after {
content: "There is AFTER";
font-style: italic;
background-color: black;
color: yellow;
}
.relative-position {
position: relative;
left: 20px;
}
.fixed {
position: fixed;
top: 55px;
right: 0;
width: 500px;
content: "REALLY Fixed PIZDOTA";
font-style: italic;
font-size: 2em;
background-color: rgb(200, 200, 200);
color: orange;
}
div.the-parent
{
position: relative;
background-color: #CCCCCC;
width: 400px;
height: 200px;
border: 1px solid black;
}
div.the-child {
position: absolute;
background-color: #FFF;
top: 80px;
right: 0;
width: 200px;
height: 100px;
border: 1px solid black;
}
.sidebar {
float: right;
height: 100px;
width: 200px;
padding: 5px;
border: 2px solid black;
}
.main-text {border: 1px solid #333333;
clear: right;
}
.carter {
border: 1px solid #000;
padding: 5px;
overflow: auto;
}
.carter::after {
content: "";
clear: both;
display: table;
}
#carter-pic {float: right;}
.box {
float: left;
width: 33.33%;
padding: 50px;
border: 1px solid #000000;
}
.grid::after {
content:"";
clear: both;
display: table;
}
.box, .grid, .grid::after {box-sizing: border-box;}
.inline-paragraph {
display: inline;
}
.block-paragraph {display: block;}
.inline-text {display: inline-block;}
.main-nav {
font-family: 'Open Sans',verdana, sans-serif;
font-size: 2rem;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
}
.main-nav li {float: right;}
.main-nav li a {
display: block;
color: #EEEEEE;
text-align: center;
padding: 10px 12px;
text-decoration: none;
}
.flex-container {
display: flex ;
flex-wrap: wrap;
/* flex-direction: column;*/
background-color: #CCCCCC;
}
.flex-container > div {
background-color: #ffffff;
margin: 10px;
padding: 20px;
font-family: italic;
font-size: 30px;
}
blockquote {border-left: 3px solid black;}
q{background-color: #FFFF33;}
cite {
font-size: 80%;
color:gray;
}
table {border: 1px solid blue;}
th {
background-color: darkblue;
color: white;
font-weight: bold;
}
td {padding: 5px;}
tr:nth-child(even) {background-color:lightgray;}
.center-cell {text-align: center;}
.subject {font-size:3em;}
.lubel {
background-color: darkgrey;
font-family= 'Open Sans';
}
::placeholder {
color: darkgrey;
font-style:italic;
}
| 0.338405 | 0.131814 |
:root *[class*="avatarContainer"] foreignObject,
:root *[class*="callAvatarMask"] foreignObject,
:root *[class*="avatarMasked"] foreignObject,
:root *[class*="wrapper"] foreignObject,
:root *[class*="avatar"] foreignObject {
mask: none !important;
-webkit-mask: none !important;
}
:root *[class*="wrapperSimple"] {
overflow: visible;
}
/* Avatars */
:root [class*="chat-"] [class*="form-"] [class*="channelTextArea-"] [class*="scrollableContainer-"]::after,
:root [class*="chat-"] [class*="form-"] [class*="wrapper-"]::after {
border-radius: calc(var(--avatar-radius) + 2px);
}
:root .root-8LYsGj [class*="topSection-"] > header [class*="header-"] [class*="mask-"] foreignObject {
mask: none; border-radius: var(--avatar-radius);
}
:root [class*="profileCustomizationSection-"] [class*="baseLayout-"] [class*="avatarUploaderInner-"] {
border-radius: var(--avatar-radius);
}
:root .wrapper-1VLyxH,
:root [class*="avatar-"],
:root [class*="avatarHint-"],
:root [class*="profile-"] [class*="avatarUploaderInner-"],
:root [class*="voiceAvatar-"],
:root .border-2BJQjd,
:root [class*="clickableAvatar-"],
:root [class*="emptyUser-"],
:root .wrapper-3mYmFS.ringingIncoming-fibTw-::after,
:root .wrapper-3mYmFS.ringingOutgoing-1NjfRn::after,
:root [class*="replyAvatar-"],
:root [class*="avatarSpeaking-"],
:root [class*="avatarContainerMasked-"],
:root [class*="appAvatar-"] {
border-radius: var(--avatar-radius);
}
/* Servers */
:root [class*="expandedFolderBackground-"] {
border-radius: var(--server-radius);
}
:root [class*="wrapperSimple-"],
:root .wrapper-28eC3z foreignObject,
:root [class*="folderIconWrapper-"],
:root [class*="expandedFolderBackground-"],
:root [class*="flexChild-"] .avatarUploaderInner-yEhTv5 {
border-radius: var(--server-radius);
}
:root .iconInactive-26M06U {
border-radius: calc(var(--server-radius) - 4px);
}
:root .wrapper-28eC3z foreignObject {
transition: border-radius 200ms;
}
:root .wrapper-28eC3z:hover foreignObject {
border-radius: calc(var(--server-radius) - 3px);
}
|
CSS/Global/masks.css
|
:root *[class*="avatarContainer"] foreignObject,
:root *[class*="callAvatarMask"] foreignObject,
:root *[class*="avatarMasked"] foreignObject,
:root *[class*="wrapper"] foreignObject,
:root *[class*="avatar"] foreignObject {
mask: none !important;
-webkit-mask: none !important;
}
:root *[class*="wrapperSimple"] {
overflow: visible;
}
/* Avatars */
:root [class*="chat-"] [class*="form-"] [class*="channelTextArea-"] [class*="scrollableContainer-"]::after,
:root [class*="chat-"] [class*="form-"] [class*="wrapper-"]::after {
border-radius: calc(var(--avatar-radius) + 2px);
}
:root .root-8LYsGj [class*="topSection-"] > header [class*="header-"] [class*="mask-"] foreignObject {
mask: none; border-radius: var(--avatar-radius);
}
:root [class*="profileCustomizationSection-"] [class*="baseLayout-"] [class*="avatarUploaderInner-"] {
border-radius: var(--avatar-radius);
}
:root .wrapper-1VLyxH,
:root [class*="avatar-"],
:root [class*="avatarHint-"],
:root [class*="profile-"] [class*="avatarUploaderInner-"],
:root [class*="voiceAvatar-"],
:root .border-2BJQjd,
:root [class*="clickableAvatar-"],
:root [class*="emptyUser-"],
:root .wrapper-3mYmFS.ringingIncoming-fibTw-::after,
:root .wrapper-3mYmFS.ringingOutgoing-1NjfRn::after,
:root [class*="replyAvatar-"],
:root [class*="avatarSpeaking-"],
:root [class*="avatarContainerMasked-"],
:root [class*="appAvatar-"] {
border-radius: var(--avatar-radius);
}
/* Servers */
:root [class*="expandedFolderBackground-"] {
border-radius: var(--server-radius);
}
:root [class*="wrapperSimple-"],
:root .wrapper-28eC3z foreignObject,
:root [class*="folderIconWrapper-"],
:root [class*="expandedFolderBackground-"],
:root [class*="flexChild-"] .avatarUploaderInner-yEhTv5 {
border-radius: var(--server-radius);
}
:root .iconInactive-26M06U {
border-radius: calc(var(--server-radius) - 4px);
}
:root .wrapper-28eC3z foreignObject {
transition: border-radius 200ms;
}
:root .wrapper-28eC3z:hover foreignObject {
border-radius: calc(var(--server-radius) - 3px);
}
| 0.397704 | 0.225225 |
div.flash.alert{
background-image: none;
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-width: 1px;
color: rgb(51, 51, 51);
font-weight: normal;
margin: 0 0 20px 0;
min-width: 28px;
opacity: 1;
padding: 15px 35px 15px 15px;
vertical-align: baseline;
right: auto;
}
div.flash.alert:hover {
opacity: 1;
}
.ie-lte8 div.flash {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ie-lte8 div.flash:hover {
filter:alpha(opacity=100);
}
ul.navbar-nav li {
margin-bottom: 0;
}
ul.list-group, .bs3-form ul , ul.nav-tabs, ul.nav-pills {
margin-left: 0;
}
p.lead {
text-align: inherit;
}
form label {
white-space: normal;
}
form.form-inline [type="text"], [type="password"], select {
margin-right: 0;
}
div.error {
display: none;
width: auto;
background: transparent;
border: none;
padding: 0;
padding-left: 5px;
background-image: none;
}
/*
* bootstrap3 adapters
* essential rules
*/
/* flash messages */
div.flash.alert {
display: none;
position: fixed;
top: 70px;
right: 75px;
cursor: pointer;
z-index: 1000;
background-color: #f9edbe;
border-color: #f0c36d; }
div.flash.alert.centered {
right: auto; }
div.flash.alert.leftside {
right: auto;
left: 75px; }
div.flash.alert #closeflash {
display: inline-block;
position: relative;
top: -2px;
right: -21px;
color: inherit;
cursor: pointer;
opacity: 0.5;
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
text-shadow: 0 1px 0 #ffffff;
margin: 0;
padding: 0;
}
/* buttons */
.bs3-form-btn {
margin-top: 3px;
margin-bottom: 3px;
}
/*image preview in update forms*/
.w2p-uploaded-file .btn-group {
vertical-align: top;
margin-top: 0;
}
#file-reset-btn {
vertical-align: top;
}
.w2p-uploaded-file input[type="file"] {
display:inline-block;
padding-top: 7px;
}
.w2p-file-preview img {
max-width: 150px;
}
.w2p-file-preview:hover img {
background-color: #ebebeb;
border-color: #adadad;
}
.w2p-file-preview span {
min-width: 150px;
max-width: 150px;
display: inline-block;
line-height: 40px;
min-height: 40px;
}
#no-file {
display: inline-block;
background-color: #eee;
vertical-align: middle;
text-align: center;
border-radius: 4px;
min-width: 150px;
max-width: 150px;
line-height: 43px;
min-height: 43px;
}
/* form-inline */
.form-inline .form-group {
margin-right: 4px;
}
/* list widget */
.w2p_list li {
margin-bottom: 6px;
}
.w2p_list li input {
display: inline-block;
width: 59%;
margin-right: 4px;
}
/* autocomplete widget */
div[id^=_autocomplete_] {
margin-top: -10px;
z-index: 1;
}
select.autocomplete {
display: block;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-color: #428bca;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* nav-tabs */
.nav-tabs {
margin-bottom: 15px;
}
/* dropdown multilevels in menu*/
/* fix issue when screen height is shorter than bs3 default */
.navbar-collapse.short-screen {
max-height: 200px !important;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
margin-top: 5px;
margin-right: -10px;
border-style: solid;
/* right-arrow */
border-color: transparent #cccccc;
border-width: 4px 0 4px 4px;
}
@media (min-width: 768px) {
/* animation */
.navbar-nav .dropdown-menu {
top: -9999px;
display: block;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out; }
.dropdown-submenu {
position: relative; }
.dropdown-submenu>.dropdown-menu {
position: absolute;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 4px 4px 4px;
/* animation */
left: -9999px;
opacity: 0;
display: block;
-webkit-transition: opacity .4s ease-in-out; }
.navbar ul.nav li[data-w2pmenulevel="l0"]:hover >ul.dropdown-menu {
display: block;
/* animation */
top: 100%;
opacity: 1; }
.dropdown-submenu:hover>.dropdown-menu {
display: block;
/* animation */
left: 100%;
opacity: 1; }
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
color: #fff;
text-decoration: none;
background-color: #357ebd; }
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li:hover>a {
color: #fff;
background-color: black; }
.dropdown-submenu>a:hover:after,
.dropdown-submenu:hover>a:after {
/* left-arrow */
border-color: transparent #fff;
border-width: 4px 4px 4px 0; }
}
@media (max-width: 767px){
.dropdown-menu {
width: 100%;
display: none; }
.dropdown-submenu>.dropdown-menu {
position: static;
float: none;
display: none;
border: none;
margin: 0;
padding: 0;
box-shadow: none;
text-indent: 8px; }
.dropdown-submenu>.dropdown-menu.open {
display: block;
height: 100%; }
.dropdown-submenu>a:after {
/* down-arrow */
border-color: #cccccc transparent;
border-width: 4px 4px 0px 4px; }
.dropdown-submenu>a:hover:after {
border-color: #ffffff transparent; }
.dropdown-submenu>a.active {
font-weight: 700; }
.dropdown-submenu>a.active:after {
/* up-arrow */
border-color: #ffffff transparent;
border-width: 0px 4px 4px 4px; }
}
/*
* application customization
* add custom rules
*/
/* web2py logo */
#web2py-logo {
color: #c6cecc;
}
#web2py-logo b {
display: inline-block;
margin-top: -1px;
}
#web2py-logo b>span {
font-size: 22px;
color: white;
}
#web2py-logo:hover {
color: white;
}
/*footer*/
#footer>div.row {
padding-top: 9px;
margin: 20px 0 40px 0;
border-top: 1px solid #eee;
}
#footer p {
margin-left: -15px;
margin-right: -15px;
}
.dropdown .highlighted {
color: #428bca;
}
form {
max-width: 600px;
}
ul.w2p_list {
margin-left: 0;
padding-left: 0;
}
.background {
background: url(../images/background.jpg) no-repeat center center;
}
html {
background-color: #333;
}
body {
padding-top: 50px
}
header {
-webkit-box-shadow: 0px 0px 8px 2px #000000;
-moz-box-shadow: 0px 0px 8px 2px #000000;
box-shadow: 0px 0px 8px 2px #000000;
}
main {
padding-bottom: 50px;
}
footer {
padding:50px; background: #333; color: #aaa;
}
header h1 {
color: white !important; text-shadow: 0 0 7px black;
}
header .jumbotron {
background-color: transparent;
}
.nav a, .btn, .btn-default {
text-shadow: none; font-weight: bold;
}
.flash {
opacity: 0.9 !important; right: 100px;
}
.dropdown {
z-index: 2000;
}
.help-block {
margin-top: 0;
margin-bottom: 0;
}
#w2padmin-btn {
margin:30px 0 30px 0;
}
.hidden {display:none;visibility:visible}
.right {float:right; text-align:right}
.left {float:left; text-align:left}
.center {width:100%; text-align:center; vertical-align:middle}
/* fix ie problem with menu */
td.w2p_fw {padding-bottom:1px}
td.w2p_fl,td.w2p_fw,td.w2p_fc {vertical-align:top}
td.w2p_fl {text-align:left}
td.w2p_fl, td.w2p_fw {padding-right:7px}
td.w2p_fl,td.w2p_fc {padding-top:4px}
div.w2p_export_menu {margin:5px 0}
div.w2p_export_menu a, div.w2p_wiki_tags a, div.w2p_cloud a {margin-left:5px; padding:2px 5px; background-color:#f1f1f1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
/* tr#submit_record__row {border-top:1px solid #E5E5E5} */
#submit_record__row td {padding-top:.5em}
/* Fix */
#auth_user_remember__row label {display:inline}
#web2py_user_form td {vertical-align:top}
div.error_wrapper {display:block}
div.error {
color:red;
padding:5px;
display:inline-block;
}
.copyright {float:left}
#poweredBy {float:right}
/* #MEDIA QUERIES SECTION */
/*
*Grid
*
* The default style for SQLFORM.grid even using jquery-iu or another ui framework
* will look better with the declarations below
* if needed to remove base.css consider keeping these following lines in some css file.
*/
/* .web2py_table {border:1px solid #ccc} */
.web2py_paginator {}
.web2py_grid {width:100%}
.web2py_grid table {width:100%}
.web2py_grid tbody td {padding:2px 5px 2px 5px; vertical-align: middle;}
.web2py_grid .web2py_form td {vertical-align: top;}
.web2py_grid thead th,.web2py_grid tfoot td {
background-color:#EAEAEA;
padding:10px 5px 10px 5px;
}
.web2py_grid tr.odd {background-color:#F9F9F9}
.web2py_grid tr:hover {background-color:#F5F5F5}
/*
.web2py_breadcrumbs a {
line-height:20px; margin-right:5px; display:inline-block;
padding:3px 5px 3px 5px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
color:#3C3C3D;
text-shadow:1px 1px 0 #FFFFFF;
white-space:nowrap; overflow:visible; cursor:pointer;
background:#ECECEC;
border:1px solid #CACACA;
-webkit-border-radius:2px; -moz-border-radius:2px;
-webkit-background-clip:padding-box; border-radius:2px;
outline:none; position:relative; zoom:1; *display:inline;
}
*/
.web2py_console form {
width: 100%;
display: inline;
vertical-align: middle;
margin: 0 0 0 5px;
}
.web2py_console form select {
margin:0;
}
.web2py_search_actions {
float:left;
text-align:left;
}
.web2py_grid .row_buttons {
min-height:25px;
vertical-align:middle;
}
.web2py_grid .row_buttons a {
margin:3px;
}
.web2py_search_actions {
width:100%;
}
.web2py_grid .row_buttons a,
.web2py_paginator ul li a,
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
line-height:20px;
margin-right:2px; display:inline-block;
padding:3px 5px 3px 5px;
}
.web2py_counter {
margin-top:5px;
margin-right:2px;
width:35%;
float:right;
text-align:right;
}
/*Fix firefox problem*/
.web2py_table {clear:both; display:block}
.web2py_paginator {
padding:5px;
text-align:right;
background-color:#f2f2f2;
}
.web2py_paginator ul {
list-style-type:none;
margin:0px;
padding:0px;
}
.web2py_paginator ul li {
display:inline;
}
.web2py_paginator .current {
font-weight:bold;
}
.web2py_breadcrumbs ul {
list-style:none;
margin-bottom:18px;
}
li.w2p_grid_breadcrumb_elem {
display:inline-block;
}
.web2py_console form { vertical-align: middle; }
.web2py_console input, .web2py_console select,
.web2py_console a { margin: 2px; }
#wiki_page_body {
width: 600px;
height: auto;
min-height: 400px;
}
/* fix some IE problems */
.ie-lte7 .topbar .container {z-index:2}
.ie-lte8 div.flash{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0 ); }
.ie-lte8 div.flash:hover {filter:alpha(opacity=25);}
.ie9 #w2p_query_panel {padding-bottom:2px}
.web2py_console .form-control {width: 20%; display: inline;}
.web2py_console #w2p_keywords {width: 50%;}
.web2py_search_actions a, .web2py_console input[type=submit], .web2py_console input[type=button], .web2py_console button { padding: 6px 12px; }
/*
input.date,input.time,input.datetime,input.double,input.integer {
max-width: 300px;
}
*/
|
static/css/web2py-bootstrap3.css
|
div.flash.alert{
background-image: none;
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-width: 1px;
color: rgb(51, 51, 51);
font-weight: normal;
margin: 0 0 20px 0;
min-width: 28px;
opacity: 1;
padding: 15px 35px 15px 15px;
vertical-align: baseline;
right: auto;
}
div.flash.alert:hover {
opacity: 1;
}
.ie-lte8 div.flash {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ie-lte8 div.flash:hover {
filter:alpha(opacity=100);
}
ul.navbar-nav li {
margin-bottom: 0;
}
ul.list-group, .bs3-form ul , ul.nav-tabs, ul.nav-pills {
margin-left: 0;
}
p.lead {
text-align: inherit;
}
form label {
white-space: normal;
}
form.form-inline [type="text"], [type="password"], select {
margin-right: 0;
}
div.error {
display: none;
width: auto;
background: transparent;
border: none;
padding: 0;
padding-left: 5px;
background-image: none;
}
/*
* bootstrap3 adapters
* essential rules
*/
/* flash messages */
div.flash.alert {
display: none;
position: fixed;
top: 70px;
right: 75px;
cursor: pointer;
z-index: 1000;
background-color: #f9edbe;
border-color: #f0c36d; }
div.flash.alert.centered {
right: auto; }
div.flash.alert.leftside {
right: auto;
left: 75px; }
div.flash.alert #closeflash {
display: inline-block;
position: relative;
top: -2px;
right: -21px;
color: inherit;
cursor: pointer;
opacity: 0.5;
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
text-shadow: 0 1px 0 #ffffff;
margin: 0;
padding: 0;
}
/* buttons */
.bs3-form-btn {
margin-top: 3px;
margin-bottom: 3px;
}
/*image preview in update forms*/
.w2p-uploaded-file .btn-group {
vertical-align: top;
margin-top: 0;
}
#file-reset-btn {
vertical-align: top;
}
.w2p-uploaded-file input[type="file"] {
display:inline-block;
padding-top: 7px;
}
.w2p-file-preview img {
max-width: 150px;
}
.w2p-file-preview:hover img {
background-color: #ebebeb;
border-color: #adadad;
}
.w2p-file-preview span {
min-width: 150px;
max-width: 150px;
display: inline-block;
line-height: 40px;
min-height: 40px;
}
#no-file {
display: inline-block;
background-color: #eee;
vertical-align: middle;
text-align: center;
border-radius: 4px;
min-width: 150px;
max-width: 150px;
line-height: 43px;
min-height: 43px;
}
/* form-inline */
.form-inline .form-group {
margin-right: 4px;
}
/* list widget */
.w2p_list li {
margin-bottom: 6px;
}
.w2p_list li input {
display: inline-block;
width: 59%;
margin-right: 4px;
}
/* autocomplete widget */
div[id^=_autocomplete_] {
margin-top: -10px;
z-index: 1;
}
select.autocomplete {
display: block;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-color: #428bca;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* nav-tabs */
.nav-tabs {
margin-bottom: 15px;
}
/* dropdown multilevels in menu*/
/* fix issue when screen height is shorter than bs3 default */
.navbar-collapse.short-screen {
max-height: 200px !important;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
margin-top: 5px;
margin-right: -10px;
border-style: solid;
/* right-arrow */
border-color: transparent #cccccc;
border-width: 4px 0 4px 4px;
}
@media (min-width: 768px) {
/* animation */
.navbar-nav .dropdown-menu {
top: -9999px;
display: block;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out; }
.dropdown-submenu {
position: relative; }
.dropdown-submenu>.dropdown-menu {
position: absolute;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 4px 4px 4px;
/* animation */
left: -9999px;
opacity: 0;
display: block;
-webkit-transition: opacity .4s ease-in-out; }
.navbar ul.nav li[data-w2pmenulevel="l0"]:hover >ul.dropdown-menu {
display: block;
/* animation */
top: 100%;
opacity: 1; }
.dropdown-submenu:hover>.dropdown-menu {
display: block;
/* animation */
left: 100%;
opacity: 1; }
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
color: #fff;
text-decoration: none;
background-color: #357ebd; }
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li:hover>a {
color: #fff;
background-color: black; }
.dropdown-submenu>a:hover:after,
.dropdown-submenu:hover>a:after {
/* left-arrow */
border-color: transparent #fff;
border-width: 4px 4px 4px 0; }
}
@media (max-width: 767px){
.dropdown-menu {
width: 100%;
display: none; }
.dropdown-submenu>.dropdown-menu {
position: static;
float: none;
display: none;
border: none;
margin: 0;
padding: 0;
box-shadow: none;
text-indent: 8px; }
.dropdown-submenu>.dropdown-menu.open {
display: block;
height: 100%; }
.dropdown-submenu>a:after {
/* down-arrow */
border-color: #cccccc transparent;
border-width: 4px 4px 0px 4px; }
.dropdown-submenu>a:hover:after {
border-color: #ffffff transparent; }
.dropdown-submenu>a.active {
font-weight: 700; }
.dropdown-submenu>a.active:after {
/* up-arrow */
border-color: #ffffff transparent;
border-width: 0px 4px 4px 4px; }
}
/*
* application customization
* add custom rules
*/
/* web2py logo */
#web2py-logo {
color: #c6cecc;
}
#web2py-logo b {
display: inline-block;
margin-top: -1px;
}
#web2py-logo b>span {
font-size: 22px;
color: white;
}
#web2py-logo:hover {
color: white;
}
/*footer*/
#footer>div.row {
padding-top: 9px;
margin: 20px 0 40px 0;
border-top: 1px solid #eee;
}
#footer p {
margin-left: -15px;
margin-right: -15px;
}
.dropdown .highlighted {
color: #428bca;
}
form {
max-width: 600px;
}
ul.w2p_list {
margin-left: 0;
padding-left: 0;
}
.background {
background: url(../images/background.jpg) no-repeat center center;
}
html {
background-color: #333;
}
body {
padding-top: 50px
}
header {
-webkit-box-shadow: 0px 0px 8px 2px #000000;
-moz-box-shadow: 0px 0px 8px 2px #000000;
box-shadow: 0px 0px 8px 2px #000000;
}
main {
padding-bottom: 50px;
}
footer {
padding:50px; background: #333; color: #aaa;
}
header h1 {
color: white !important; text-shadow: 0 0 7px black;
}
header .jumbotron {
background-color: transparent;
}
.nav a, .btn, .btn-default {
text-shadow: none; font-weight: bold;
}
.flash {
opacity: 0.9 !important; right: 100px;
}
.dropdown {
z-index: 2000;
}
.help-block {
margin-top: 0;
margin-bottom: 0;
}
#w2padmin-btn {
margin:30px 0 30px 0;
}
.hidden {display:none;visibility:visible}
.right {float:right; text-align:right}
.left {float:left; text-align:left}
.center {width:100%; text-align:center; vertical-align:middle}
/* fix ie problem with menu */
td.w2p_fw {padding-bottom:1px}
td.w2p_fl,td.w2p_fw,td.w2p_fc {vertical-align:top}
td.w2p_fl {text-align:left}
td.w2p_fl, td.w2p_fw {padding-right:7px}
td.w2p_fl,td.w2p_fc {padding-top:4px}
div.w2p_export_menu {margin:5px 0}
div.w2p_export_menu a, div.w2p_wiki_tags a, div.w2p_cloud a {margin-left:5px; padding:2px 5px; background-color:#f1f1f1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
/* tr#submit_record__row {border-top:1px solid #E5E5E5} */
#submit_record__row td {padding-top:.5em}
/* Fix */
#auth_user_remember__row label {display:inline}
#web2py_user_form td {vertical-align:top}
div.error_wrapper {display:block}
div.error {
color:red;
padding:5px;
display:inline-block;
}
.copyright {float:left}
#poweredBy {float:right}
/* #MEDIA QUERIES SECTION */
/*
*Grid
*
* The default style for SQLFORM.grid even using jquery-iu or another ui framework
* will look better with the declarations below
* if needed to remove base.css consider keeping these following lines in some css file.
*/
/* .web2py_table {border:1px solid #ccc} */
.web2py_paginator {}
.web2py_grid {width:100%}
.web2py_grid table {width:100%}
.web2py_grid tbody td {padding:2px 5px 2px 5px; vertical-align: middle;}
.web2py_grid .web2py_form td {vertical-align: top;}
.web2py_grid thead th,.web2py_grid tfoot td {
background-color:#EAEAEA;
padding:10px 5px 10px 5px;
}
.web2py_grid tr.odd {background-color:#F9F9F9}
.web2py_grid tr:hover {background-color:#F5F5F5}
/*
.web2py_breadcrumbs a {
line-height:20px; margin-right:5px; display:inline-block;
padding:3px 5px 3px 5px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
color:#3C3C3D;
text-shadow:1px 1px 0 #FFFFFF;
white-space:nowrap; overflow:visible; cursor:pointer;
background:#ECECEC;
border:1px solid #CACACA;
-webkit-border-radius:2px; -moz-border-radius:2px;
-webkit-background-clip:padding-box; border-radius:2px;
outline:none; position:relative; zoom:1; *display:inline;
}
*/
.web2py_console form {
width: 100%;
display: inline;
vertical-align: middle;
margin: 0 0 0 5px;
}
.web2py_console form select {
margin:0;
}
.web2py_search_actions {
float:left;
text-align:left;
}
.web2py_grid .row_buttons {
min-height:25px;
vertical-align:middle;
}
.web2py_grid .row_buttons a {
margin:3px;
}
.web2py_search_actions {
width:100%;
}
.web2py_grid .row_buttons a,
.web2py_paginator ul li a,
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
line-height:20px;
margin-right:2px; display:inline-block;
padding:3px 5px 3px 5px;
}
.web2py_counter {
margin-top:5px;
margin-right:2px;
width:35%;
float:right;
text-align:right;
}
/*Fix firefox problem*/
.web2py_table {clear:both; display:block}
.web2py_paginator {
padding:5px;
text-align:right;
background-color:#f2f2f2;
}
.web2py_paginator ul {
list-style-type:none;
margin:0px;
padding:0px;
}
.web2py_paginator ul li {
display:inline;
}
.web2py_paginator .current {
font-weight:bold;
}
.web2py_breadcrumbs ul {
list-style:none;
margin-bottom:18px;
}
li.w2p_grid_breadcrumb_elem {
display:inline-block;
}
.web2py_console form { vertical-align: middle; }
.web2py_console input, .web2py_console select,
.web2py_console a { margin: 2px; }
#wiki_page_body {
width: 600px;
height: auto;
min-height: 400px;
}
/* fix some IE problems */
.ie-lte7 .topbar .container {z-index:2}
.ie-lte8 div.flash{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0 ); }
.ie-lte8 div.flash:hover {filter:alpha(opacity=25);}
.ie9 #w2p_query_panel {padding-bottom:2px}
.web2py_console .form-control {width: 20%; display: inline;}
.web2py_console #w2p_keywords {width: 50%;}
.web2py_search_actions a, .web2py_console input[type=submit], .web2py_console input[type=button], .web2py_console button { padding: 6px 12px; }
/*
input.date,input.time,input.datetime,input.double,input.integer {
max-width: 300px;
}
*/
| 0.190686 | 0.069542 |
@import url("../twentytwelve/style.css");
.cf:before, #footer-feature:before, .widget-area .widget .latest-tweets li:before, .black-wrapper:before, footer[role="contentinfo"]:before,
.cf:after,
#footer-feature:after,
.widget-area .widget .latest-tweets li:after,
.black-wrapper:after,
footer[role="contentinfo"]:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
.cf:after, #footer-feature:after, .widget-area .widget .latest-tweets li:after, .black-wrapper:after, footer[role="contentinfo"]:after {
clear: both; }
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf, #footer-feature, .widget-area .widget .latest-tweets li, .black-wrapper, footer[role="contentinfo"] {
*zoom: 1; }
/*
* Variables
*/
html, body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased; }
@media only screen and (min-width: 110em) {
html {
font-size: 100%; } }
/*
body{
font-family: $lato;
background: #111 url('images/bg.jpg') no-repeat top center;
background-size: cover;
@media only screen and (min-width: 37.5em) { //600px
background: #111 url('images/bg.jpg') no-repeat top center;
background-size: contain;
}
@media only screen and (min-width: 60.0em) { //960px
background-position: center -275px;
background-size: contain;
}
}
*/
body .site {
padding: 0;
background-color: #fff;
margin: 0 auto; }
@media only screen and (min-width: 37.5em) {
body .site {
margin: 0 auto;
padding: 0;
max-width: inherit; } }
.site-content {
margin-top: 0; }
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
max-width: 1600px;
max-width: 100rem;
margin: 0 auto;
position: relative;
clear: both; }
@media only screen and (min-width: 37.5em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
margin: 0 auto; } }
@media only screen and (min-width: 65em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
padding: 0 1em; } }
@media only screen and (min-width: 87.5em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
margin: 0;
padding: 0;
margin: 0 auto; } }
.home #main.wrapper, .home .page-template-page-templatesnya-toc-php .site-content #main.entry-content, .page-template-page-templatesnya-toc-php .site-content .home #main.entry-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
max-width: 1600px;
max-width: 100rem;
margin: 0 auto; }
.home #main.wrapper .site-content, .home .page-template-page-templatesnya-toc-php .site-content #main.entry-content .site-content, .page-template-page-templatesnya-toc-php .site-content .home #main.entry-content .site-content {
margin: 0; }
#masthead hgroup {
float: left; }
#masthead.site-header {
background-color: #1d1d1d;
padding: 0;
min-height: 4.5em;
position: relative;
z-index: 100; }
.widget-area {
margin-left: 1em;
margin-right: 1em; }
@media only screen and (min-width: 37.5em) {
.widget-area {
float: none;
width: -webkit-calc(100% - 2em);
width: calc(100% - 2em); } }
@media only screen and (min-width: 48.125em) {
.widget-area {
margin-left: 0;
margin-right: 0; } }
/*
* Sidebar and Inside Pages
*/
#toc_container {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0 auto 2em;
float: none;
border: 0;
padding: 0; }
@media only screen and (min-width: 48.125em) {
#toc_container .toc_list {
background: #82c83c !important;
padding: 2em;
width: 350px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 300px; }
#toc_container .toc_list.stuck {
position: fixed;
top: 2em;
width: 350px;
z-index: 500; } }
.page-template-page-templatesnya-toc-php .site-content {
margin-top: 0; }
.page-template-page-templatesnya-toc-php .site-content .entry-content {
padding: 1em; }
@media only screen and (min-width: 48.125em) {
.page-template-page-templatesnya-toc-php .site-content .entry-content {
padding-right: 460px; } }
.site-content .entry-header, .site-content .blog-header {
margin: 0 0 2em;
padding: 48px 16px 32px;
padding: 3rem 1rem 2rem;
background-color: #82c83c; }
@media only screen and (min-width: 37.5em) {
.site-content .entry-header, .site-content .blog-header {
padding: 32px 16px 32px;
padding: 2rem 1rem 2rem; } }
.site-content .entry-header h1, .site-content .blog-header h1 {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
text-transform: uppercase; }
.page-template-page-templatesnya-toc-about-php .site-content .entry-header,
.page-template-nya-staff .site-content .entry-header {
background-color: #b755b7; }
.page-template-page-templatesnya-toc-programs-php .site-content .entry-header {
background-color: #ff9933; }
.page-template-page-templatesnya-participants-php .site-content .entry-header,
.page-template-nya-volunteers .site-content .entry-header {
background-color: #3fa7ec; }
.page-template-page-templatesnya-partners-php .site-content .entry-header,
.page-template-page-templatesnya-get-involved-php .site-content .entry-header {
background-color: #f24d76; }
footer[role="contentinfo"] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 1600px;
max-width: 100rem;
margin: 0;
padding: 2em 1em; }
@media only screen and (min-width: 37.5em) {
footer[role="contentinfo"] {
margin: 0;
padding: 0;
padding: 2em 1em;
margin: 0 auto; } }
@media only screen and (min-width: 65em) {
footer[role="contentinfo"] {
padding: 2em 3em; } }
@media only screen and (min-width: 100em) {
footer[role="contentinfo"] {
margin: 0;
padding: 0;
margin: 0 auto; } }
.site-content article {
margin-bottom: 0; }
h1, .alpha, .site-content .entry-header h1, .site-content .blog-header h1, .page .entry-content h2, .list-items h2 {
font-size: 32px;
font-size: 2rem; }
h2, .beta {
font-size: 24px;
font-size: 1.5rem; }
h3, .gamma, .toc-container nav.table-of-contents h5 {
font-size: 18.72px;
font-size: 1.17rem; }
h4, .delta {
font-size: 16px;
font-size: 1rem; }
h5, .epsilon {
font-size: 13.28px;
font-size: 0.83rem; }
h6, .zeta {
font-size: 10.72px;
font-size: 0.67rem;
text-transform: uppercase; }
.entry-content h1, .entry-content .alpha, .entry-content .site-content .entry-header h1, .site-content .entry-header .entry-content h1, .entry-content .site-content .blog-header h1, .site-content .blog-header .entry-content h1, .page .entry-content h2, .entry-content .list-items h2, .list-items .entry-content h2,
.comment-content h1,
.comment-content .alpha,
.comment-content .site-content .entry-header h1,
.site-content .entry-header .comment-content h1,
.comment-content .site-content .blog-header h1,
.site-content .blog-header .comment-content h1,
.comment-content .page .entry-content h2,
.page .entry-content .comment-content h2,
.comment-content .list-items h2,
.list-items .comment-content h2 {
font-size: 32px;
font-size: 2rem; }
.entry-content h2, .entry-content .beta,
.comment-content h2,
.comment-content .beta {
font-size: 24px;
font-size: 1.5rem; }
.entry-content h3, .entry-content .gamma, .entry-content .toc-container nav.table-of-contents h5, .toc-container nav.table-of-contents .entry-content h5,
.comment-content h3,
.comment-content .gamma,
.comment-content .toc-container nav.table-of-contents h5,
.toc-container nav.table-of-contents .comment-content h5 {
font-size: 18.72px;
font-size: 1.17rem; }
.entry-content h4, .entry-content .delta,
.comment-content h4,
.comment-content .delta {
font-size: 16px;
font-size: 1rem; }
.entry-content h5, .entry-content .epsilon,
.comment-content h5,
.comment-content .epsilon {
font-size: 13.28px;
font-size: 0.83rem; }
.entry-content h6, .entry-content .zeta,
.comment-content h6,
.comment-content .zeta {
font-size: 10.72px;
font-size: 0.67rem;
text-transform: uppercase; }
.milli {
font-size: 11px;
font-size: 0.6875rem; }
.mega {
font-size: 64px;
font-size: 4rem; }
.giga, .blog .type-post .entry-header h1 {
font-size: 48px;
font-size: 3rem; }
.entry-content a,
.entry-content a:link,
.entry-content a:visited {
color: #1691e2; }
/*
* Main Navigation Menu
*/
#site-navigation {
margin-top: 0; }
#site-navigation button.menu-toggle {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0;
padding: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #1d1d1d url("images/toggle.png") no-repeat center center;
background-size: 30px;
position: absolute;
top: 10px;
right: 1em;
width: 40px;
height: 40px;
border: 1px solid #444444; }
@media only screen and (min-width: 37.5em) {
#site-navigation button.menu-toggle {
display: inline-block; } }
@media only screen and (min-width: 48.125em) {
#site-navigation button.menu-toggle {
display: none !important; } }
#site-navigation button.menu-toggle.toggled-on {
background: #1d1d1d url("images/close.png") no-repeat center center;
background-size: 30px;
-webkit-box-shadow: none;
box-shadow: none; }
#site-navigation #menu-main-menu {
padding: 0 0 .3em;
width: 100%; }
#site-navigation #menu-main-menu li {
padding: 1em 0;
margin: 0; }
#site-navigation #menu-main-menu li a {
color: #fff;
font-size: 16px;
font-size: 1rem;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
display: block; }
#site-navigation #menu-main-menu li.menu-item-has-children {
padding: 1em 0 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu {
margin-top: 1em;
padding: 0;
display: block;
position: relative; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li {
padding: 0;
background: #fff;
padding: .5em 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a {
display: block;
margin: 0;
color: #444444; }
@media only screen and (min-width: 37.5em) {
#site-navigation #menu-main-menu {
border: 0;
display: none !important;
text-align: center;
width: 100%; }
#site-navigation #menu-main-menu li {
padding: 1em 0;
display: block; }
#site-navigation #menu-main-menu li a {
line-height: 1.42857143; }
#site-navigation #menu-main-menu li.menu-item-has-children {
padding: 1em 0 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu {
margin-top: 1em;
padding: 0;
display: block;
position: relative; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li {
text-align: center; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a {
background: #fff;
border: 0;
padding: 0;
width: auto; } }
@media only screen and (min-width: 48.125em) {
#site-navigation #menu-main-menu {
display: inline-block !important;
width: auto;
margin-right: 10px;
float: right; }
#site-navigation #menu-main-menu li {
float: left;
padding: 0;
margin: 0 0 0 1em; }
#site-navigation #menu-main-menu li a {
padding: 1.25em .5em;
margin-top: 0; }
#site-navigation #menu-main-menu li a:hover {
background: #292929;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
#site-navigation #menu-main-menu li.menu-item-has-children:hover > ul {
display: block; }
#site-navigation #menu-main-menu li.menu-item-has-children {
padding: 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu {
margin: 0;
position: absolute;
display: none; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li {
margin: 0;
padding: 0;
text-align: left; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a {
padding: .5em 1em;
width: 200px;
border-bottom: 1px solid #ccc; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a:hover {
background: #eee;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; } }
@media only screen and (min-width: 60em) {
#site-navigation {
padding-top: 5px; } }
@media only screen and (min-width: 37.5em) {
#site-navigation #menu-main-menu.toggled-on {
display: inline-block !important; } }
#site-navigation #menu-main-menu.toggled-on li {
border-top: 1px solid #444; }
@media only screen and (min-width: 48.125em) {
#site-navigation #menu-main-menu.toggled-on li {
border: 0; } }
.site-title {
float: left;
width: 205px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: inline-block;
float: left;
margin: 0;
padding: 0;
margin-left: 10px;
margin-top: 20px;
background-image: url("./images/nya-logo.png");
background-image: none, url("./images/nya-logo.svg");
background-color: #1d1d1d;
background-repeat: no-repeat;
background-position: top-left;
background-size: 160px; }
@media only screen and (min-width: 20em) {
.site-title {
background-size: 205px;
margin-top: 15px; } }
@media only screen and (min-width: 48.125em) {
.site-title {
background-size: 250px;
width: 250px; } }
@media only screen and (min-width: 87.5em) {
.site-title {
margin-left: 0; } }
/*
* Social Media Menu
*/
.menu-social-menu-container {
position: relative;
z-index: 10; }
.menu-social-menu-container #menu-social-menu {
position: absolute;
right: 0;
margin-right: .2em; }
@media only screen and (min-width: 48.125em) {
.menu-social-menu-container #menu-social-menu {
margin-right: 1em; } }
@media only screen and (min-width: 87.5em) {
.menu-social-menu-container #menu-social-menu {
margin-right: 0; } }
.menu-social-menu-container #menu-social-menu li {
float: right;
margin-right: .5em; }
.menu-social-menu-container #menu-social-menu li a[title="facebook"] {
background: #517cd5;
background-image: url("./images/facebook.png");
background-image: none, url("./images/facebook.svg"); }
.menu-social-menu-container #menu-social-menu li a[title="twitter"] {
background-color: #78d8e2;
background-image: url("./images/twitter.png");
background-image: none, url("./images/twitter.svg"); }
.menu-social-menu-container #menu-social-menu li a[title="donate"] {
background-color: #ff9933;
background-image: url("./images/donate.png");
background-image: none, url("./images/donate.svg"); }
.menu-social-menu-container #menu-social-menu li a[title="facebook"],
.menu-social-menu-container #menu-social-menu li a[title="twitter"],
.menu-social-menu-container #menu-social-menu li a[title="donate"] {
width: 40px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
background-repeat: no-repeat;
background-position: center 1.7em;
background-size: 30px; }
.menu-social-menu-container #menu-social-menu li a {
color: #fff;
font-weight: bold;
display: inline-block;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
padding: 2em 0 1em;
position: relative;
top: -1.3em;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.menu-social-menu-container #menu-social-menu li a:hover {
top: -.4em; }
.menu-social-menu-container #menu-social-menu li a[title="newsletter"] {
display: block;
background-color: #f24d76;
text-decoration: none;
padding: 2.25em 0.5em .75em; }
@media only screen and (min-width: 20em) {
.menu-social-menu-container #menu-social-menu li a[title="donate"] {
display: block;
text-decoration: none;
padding: 2.25em 0.5em .75em;
background-image: none;
text-indent: 0;
white-space: normal;
overflow: visible;
width: inherit; } }
/*
*Footer Navigation
*/
.menu-footer-menu-container {
float: right;
margin-top: 2em; }
.menu-footer-menu-container #menu-footer-menu li {
display: inline-block;
margin: 0 2em 1em 0; }
.menu-footer-menu-container #menu-footer-menu li a {
color: #fff;
text-decoration: none; }
@media only screen and (min-width: 48.125em) {
.menu-footer-menu-container {
margin-top: 0; }
.menu-footer-menu-container #menu-footer-menu li {
display: inline-block;
margin: 0 1em 2em; } }
/*
* Footer Widgets
*/
#footer-feature {
clear: both; }
.four-col a {
padding: 3em 2em;
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
color: #fff;
text-decoration: none;
width: 100%;
height: 10.5em;
text-align: center;
float: left; }
@media only screen and (min-width: 37.5em) {
.four-col a {
width: 50%; } }
@media only screen and (min-width: 60em) {
.four-col a {
width: 25%;
height: 13em; } }
.four-col p {
font-weight: 600;
font-size: 16px;
font-size: 1rem; }
@media only screen and (min-width: 87.5em) {
.four-col p {
font-size: 18.72px;
font-size: 1.17rem; } }
.four-col h3 {
margin: 0;
padding: 0;
line-height: 1;
margin-bottom: .5em;
text-decoration: none;
font-size: 36px;
font-size: 2.25rem;
font-weight: 900;
text-transform: uppercase; }
@media only screen and (min-width: 60em) {
.four-col h3 {
margin-top: .5em; } }
/* Animate the boxes */
#linkabletitlehtmlandphpwidget-2 a {
background: linear-gradient(#ff9933, #ff9933 50%, #ff8c1a 50%, #ff8c1a);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-2 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
#linkabletitlehtmlandphpwidget-3 a {
background: linear-gradient(#f24d76, #f24d76 50%, #f03564 50%, #f03564);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-3 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
#linkabletitlehtmlandphpwidget-4 a {
background: linear-gradient(#b755b7, #b755b7 50%, #aa48aa 50%, #aa48aa);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-4 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
#linkabletitlehtmlandphpwidget-5 a {
background: linear-gradient(#3fa7ec, #3fa7ec 50%, #289cea 50%, #289cea);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-5 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
@-webkit-keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-moz-keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-o-keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-webkit-keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-moz-keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-o-keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
/*
* Flex Sliders
*/
.home-slider.metaslider {
max-width: 1600px;
max-width: 100rem;
background-color: #82c83c;
padding: 2em 0; }
@media only screen and (min-width: 37.5em) {
.home-slider.metaslider {
padding: 0; } }
.home-slider.metaslider .caption-wrap {
top: 20%;
background: transparent !important;
opacity: 1;
padding: 0 3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
@media only screen and (min-width: 48.125em) {
.home-slider.metaslider .caption-wrap {
top: 30%; } }
.home-slider.metaslider .caption-wrap h2 {
text-transform: uppercase;
font-size: 24px;
font-size: 1.5rem;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
margin-bottom: .5em; }
.home-slider.metaslider .caption-wrap p {
display: none;
line-height: 1.2;
font-weight: 600;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
.home-slider.metaslider .caption-wrap a {
text-transform: uppercase;
display: inline-block;
color: #fff;
background-color: #1d1d1d;
padding: .5em 2.5em .5em 1em;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 14px;
font-size: 0.875rem;
background-image: url("./images/arrow-right.png");
background-image: none, url("./images/arrow-right.svg");
background-repeat: no-repeat;
background-position: right .75em top .65em;
background-size: 15px; }
@media only screen and (min-width: 87.5em) {
.home-slider.metaslider .caption-wrap a {
padding: .4em 2.5em .4em 1em; } }
@media only screen and (min-width: 100em) {
.home-slider.metaslider .caption-wrap a {
padding: .5em 2.5em .5em 1em; } }
@media only screen and (min-width: 37.5em) {
.home-slider.metaslider .caption-wrap h2 {
font-size: 48px;
font-size: 3rem;
margin-bottom: 32px;
margin-bottom: 2rem; }
.home-slider.metaslider .caption-wrap p {
width: 500px;
display: block;
line-height: 1.5;
font-size: 18px;
font-size: 1.125rem; }
.home-slider.metaslider .caption-wrap a {
margin-top: 32px;
margin-top: 2rem;
font-size: 16px;
font-size: 1rem; } }
@media only screen and (min-width: 48.125em) {
.home-slider.metaslider .caption-wrap {
padding: 0 5em; }
.home-slider.metaslider .caption-wrap h2 {
margin-bottom: 40px;
margin-bottom: 2.5rem;
font-size: 64px;
font-size: 4rem; }
.home-slider.metaslider .caption-wrap p {
font-size: 18.72px;
font-size: 1.17rem; } }
@media only screen and (min-width: 60em) {
.home-slider.metaslider .caption-wrap p {
font-size: 21.2px;
font-size: 1.325rem; }
.home-slider.metaslider .caption-wrap a {
font-size: 18.72px;
font-size: 1.17rem; } }
@media only screen and (min-width: 87.5em) {
.home-slider.metaslider .caption-wrap h2 {
margin-bottom: 40px;
margin-bottom: 2.5rem;
font-size: 72px;
font-size: 4.5rem; }
.home-slider.metaslider .caption-wrap a {
font-size: 21.2px;
font-size: 1.325rem; }
.home-slider.metaslider .caption-wrap p {
font-size: 24px;
font-size: 1.5rem; } }
.sponsor-slider {
padding: 2em 0; }
.sponsor-slider h2 {
padding: 1em;
color: #fff !important; }
@media only screen and (min-width: 60em) {
.sponsor-slider h2 {
padding: 1em 1.5em 2em; } }
@media only screen and (min-width: 100em) {
.sponsor-slider h2 {
margin: 0;
padding: 0;
margin: 0 auto 2em; } }
.sponsor-slider .metaslider {
background: #1d1d1d; }
.leaflet-container a.leaflet-popup-close-button {
padding: 10px 10px 0 0 !important; }
.leaflet-control-attribution.leaflet-control,
.gmnoprint {
display: none; }
.mapsmarker {
margin-bottom: 2em;
margin-right: 2em;
max-width: 100%; }
@media only screen and (min-width: 48.125em) {
.mapsmarker {
float: left;
margin-bottom: 4em;
width: 100px; } }
.widget-area .widget .latest-tweets li {
border: 1px solid #ededed;
padding: 1em;
border-radius: 3px;
margin-bottom: 1em; }
.widget-area .widget .tweet-text,
.widget-area .widget .tweet-details {
margin-bottom: .5em;
margin-top: .5em; }
.widget-area .widget .tweet-details {
float: right; }
img.emoji {
border-radius: none;
box-shadow: none; }
.left {
float: left; }
.black-wrapper {
border-top: 1px solid #333;
background-color: #1d1d1d;
padding-top: 1em;
position: relative;
z-index: 1000; }
.green-wrapper, .home #page {
background-color: #82c83c; }
.no-padding {
padding: 0; }
#footer-feature {
padding-top: 72px;
padding-top: 4.5em; }
footer[role="contentinfo"] {
color: #fff;
border: 0;
line-height: 1.5; }
footer[role="contentinfo"] .vcard {
float: left; }
footer[role="contentinfo"] .vcard .org {
font-weight: bold; }
footer[role="contentinfo"] .site-info {
clear: both;
padding-top: 2em;
color: #bbb; }
hr {
border-top: 1px solid #f5f5f5;
background: transparent;
height: 1px;
padding: 0;
margin: 1em; }
.comments-title {
font-weight: bold; }
/*
* Visual Form Builder
*/
.visual-form-builder {
padding-bottom: 0;
color: #444444; }
.visual-form-builder label {
color: #444444; }
.visual-form-builder .vfb-legend,
.visual-form-builder .vfb-section-div {
margin-top: 1em;
color: #444444;
border-bottom: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
.visual-form-builder .vfb-legend {
padding: 0 1em 1em;
border-radius: 0; }
.visual-form-builder .vfb-error {
font-weight: normal;
background-color: #FEF7F7;
display: inline-block;
padding: .2em 1em; }
.visual-form-builder fieldset,
.visual-form-builder .vfb-section-div {
background-color: #fff;
border: 1px solid #ddd; }
.visual-form-builder fieldset h3, .visual-form-builder fieldset h4,
.visual-form-builder .vfb-section-div h3,
.visual-form-builder .vfb-section-div h4 {
border-color: #ddd;
font-size: 18px;
font-size: 1.4em; }
.visual-form-builder input.vfb-text,
.visual-form-builder input[type="text"].vfb-text,
.visual-form-builder input[type="tel"].vfb-text,
.visual-form-builder input[type="email"].vfb-text,
.visual-form-builder input[type="url"].vfb-text,
.visual-form-builder textarea.vfb-textarea,
.visual-form-builder select.vfb-select,
.visual-form-builder .visual-form-builder input[type="file"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
padding: .5em .5em .4em;
display: block;
border: 1px solid #ddd;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
width: 100%; }
@media only screen and (min-width: 37.5em) {
.visual-form-builder input.vfb-text,
.visual-form-builder input[type="text"].vfb-text,
.visual-form-builder input[type="tel"].vfb-text,
.visual-form-builder input[type="email"].vfb-text,
.visual-form-builder input[type="url"].vfb-text,
.visual-form-builder textarea.vfb-textarea,
.visual-form-builder select.vfb-select,
.visual-form-builder .visual-form-builder input[type="file"] {
width: 48%; } }
.visual-form-builder .vfb-item.vfb-item-page-break {
position: relative;
bottom: -1em; }
.visual-form-builder .vfb-item.vfb-item-page-break .vfb-page-counter {
margin-top: .5em; }
.visual-form-builder .vfb-item-address .vfb-full {
display: block;
margin-right: 1rem;
width: 48%; }
.visual-form-builder .vfb-item-address .vfb-left,
.visual-form-builder .vfb-item-address .vfb-right,
.visual-form-builder .vfb-item-address .vfb-item-name input {
width: 48%; }
.visual-form-builder .vfb-item-address span {
margin-top: .5em; }
.visual-form-builder .vfb-time label {
margin-left: .5em; }
.visual-form-builder .password-meter {
width: 200px;
padding: .2em .2em .15em; }
.visual-form-builder .password-meter.strong {
border-color: #27ae60;
background-color: #c3f4d8; }
.visual-form-builder .password-meter.good {
background-color: #fff7d1; }
.visual-form-builder table.vfb-table.vfb-likert {
border: 0; }
.visual-form-builder .vfb-likert .vfb-likert-head th {
background-color: #f5f5f5;
border: 0; }
.visual-form-builder .vfb-table.vfb-likert .vfb-likert-row th,
.visual-form-builder .vfb-table.vfb-likert .vfb-likert-row td {
border: 0; }
.visual-form-builder .vfb-table.vfb-likert .vfb-likert-row th {
background-color: #fff; }
.visual-form-builder .vfb-likert-row {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; }
.visual-form-builder .vfb-page-next,
.visual-form-builder .vfb-page-next:link,
.visual-form-builder .vfb-page-next:visited,
.visual-form-builder input[type="submit"] {
background: #82c83c;
border: 0;
color: #fff !important;
text-decoration: none;
padding: .4em 1em .3em;
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.visual-form-builder .vfb-page-next:hover, .visual-form-builder .vfb-page-next:active, .visual-form-builder .vfb-page-next:focus,
.visual-form-builder .vfb-page-next:link:hover,
.visual-form-builder .vfb-page-next:link:active,
.visual-form-builder .vfb-page-next:link:focus,
.visual-form-builder .vfb-page-next:visited:hover,
.visual-form-builder .vfb-page-next:visited:active,
.visual-form-builder .vfb-page-next:visited:focus,
.visual-form-builder input[type="submit"]:hover,
.visual-form-builder input[type="submit"]:active,
.visual-form-builder input[type="submit"]:focus {
text-decoration: none;
background: #5c8f28; }
.page .entry-content {
color: #333;
padding: 1em; }
.page .entry-content h2 {
line-height: 1.2;
color: #69a32e; }
.page .entry-content a,
.page .entry-content a:link,
.page .entry-content a:visited {
color: #000;
font-weight: bold;
-webkit-transition: color 350ms ease-in-out;
-moz-transition: color 350ms ease-in-out;
-ms-transition: color 350ms ease-in-out;
-o-transition: color 350ms ease-in-out;
transition: color 350ms ease-in-out; }
.page .entry-content a:hover,
.page .entry-content a:focus,
.page .entry-content a:active {
color: #5e5e5e; }
.page article {
border-bottom: 0; }
.page.page-template-page-templatesnya-toc-about-php h2, .page.page-template-nya-staff h2 {
color: #984198; }
.page.page-template-page-templatesnya-toc-programs-php h2 {
color: #ff7f00; }
.page.page-template-page-templatesnya-participants-php h2, .page.page-template-nya-volunteers h2 {
color: #1691e2; }
.page.page-template-page-templatesnya-partners-php h2, .page.page-template-page-templatesnya-get-involved-php h2 {
color: #ef1d51; }
.toc-container nav.table-of-contents {
background: #82c83c; }
.toc-container nav.table-of-contents h5 {
text-transform: uppercase;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
color: #fff;
background-color: #75b436;
background-color: rgba(0, 0, 0, 0.1);
padding: .25em 1em .2em;
margin-bottom: .5em; }
.toc-container nav.table-of-contents ul {
padding: 0 1em 1em; }
.toc-container nav.table-of-contents ul li a {
text-decoration: none;
color: #fff;
font-weight: 700; }
.toc-container nav.table-of-contents ul li a:hover {
border-bottom: 1px solid #eee; }
@media only screen and (min-width: 48.125em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
position: relative; }
.toc-content {
width: 65%;
float: left; }
.sticky-wrapper {
margin-right: 1em;
width: 25%;
float: right; }
.toc-container {
width: 100%; }
.toc-container.stuck {
position: fixed;
width: 25%;
top: 32px;
margin-right: 1em; }
.toc-container.stuck.sticky-bottom {
position: absolute;
bottom: -4em;
top: inherit; } }
@media only screen and (min-width: 60em) {
.sticky-wrapper {
margin-right: 0;
width: 18.75em; }
.toc-container.stuck {
float: none;
width: 18.75em;
margin-right: 0; } }
@media only screen and (min-width: 62.5em) {
.sticky-wrapper {
width: 21.25em; }
.toc-container.stuck {
width: 21.25em; } }
@media only screen and (min-width: 87.5em) {
.page .entry-content {
padding: 0; } }
@media only screen and (min-width: 37.5em) {
.site-content {
margin: 0;
padding: 0;
float: none;
width: 100%; } }
.page-template-page-templatesnya-toc-about-php .toc-container nav.table-of-contents,
.page-template-nya-staff .toc-container nav.table-of-contents {
background: #b755b7; }
.page-template-page-templatesnya-toc-about-php .toc-container nav.table-of-contents h5,
.page-template-nya-staff .toc-container nav.table-of-contents h5 {
background-color: #a44ca4;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-toc-programs-php .toc-container nav.table-of-contents {
background: #ff9933; }
.page-template-page-templatesnya-toc-programs-php .toc-container nav.table-of-contents h5 {
background-color: #e5892d;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-toc-programs-php a[title="donate"] {
border: 1px solid #fff;
margin-top: -2px; }
.page-template-page-templatesnya-participants-php .toc-container nav.table-of-contents {
background: #3fa7ec; }
.page-template-page-templatesnya-participants-php .toc-container nav.table-of-contents h5 {
background-color: #3896d4;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-partners-php .toc-container nav.table-of-contents,
.page-template-page-templatesnya-get-involved-php .toc-container nav.table-of-contents {
background: #f24d76; }
.page-template-page-templatesnya-partners-php .toc-container nav.table-of-contents h5,
.page-template-page-templatesnya-get-involved-php .toc-container nav.table-of-contents h5 {
background-color: #d9456a;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-partners-php a[title="newsletter"],
.page-template-page-templatesnya-get-involved-php a[title="newsletter"] {
border: 1px solid #fff;
margin-top: -2px; }
/*
* Page Templates
*/
.page-template-page-templatesnya-partners-php .entry-content, .page-template-page-templatesnya-partners-php .entry-meta {
padding: 1em 0; }
.blog .type-post {
border-bottom: 1px solid #f5f5f5; }
.blog .type-post .entry-header {
background: transparent;
margin: 0;
padding: 0;
padding: 0 1em; }
.blog .type-post .entry-header h1 {
text-shadow: none;
text-transform: none;
margin-bottom: .3em; }
.blog .type-post .entry-header h1 a {
color: #69a32e; }
.blog .type-post .entry-header h1 a:hover {
color: #5c8f28; }
.blog .type-post .entry-header date {
color: #999;
font-weight: bold;
font-style: italic;
margin-left: 2px;
margin-bottom: .5em;
display: block; }
.blog .type-post .entry-content {
padding: 1em; }
@media only screen and (min-width: 62.5em) {
.blog .widget-area {
width: 21.25em;
float: right; }
.blog .post {
margin-top: 2em;
margin-bottom: 2em;
width: 65%;
float: left; } }
/*
* Single Post Type
*/
.single-post date {
padding: 0 1em;
color: #999;
font-weight: bold;
font-style: italic;
margin-left: 2px;
margin-bottom: .5em;
display: block; }
.single-post .entry-content, .single-post .comments-area {
padding: 1em;
max-width: 60em; }
.static-sidebar {
display: none; }
@media only screen and (min-width: 62.5em) {
.static-sidebar {
display: block; }
.static-sidebar .widget-area {
width: 21.25em;
float: right; } }
.widget-area {
display: none; }
@media only screen and (min-width: 62.5em) {
.widget-area {
display: block;
width: 21.25em;
float: right; } }
/* Listing for Special Custom Post Types */
.list-items {
padding: 1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.list-items h2 {
margin-bottom: .5em; }
.list-items img {
width: 75%;
max-width: 150px;
display: inline-block;
float: left;
margin: 0 2em 2em 0; }
@media only screen and (min-width: 37.5em) {
.list-items img {
margin: 0 2em 4em 0; } }
.list-items .item {
clear: both;
padding-bottom: 0;
margin-bottom: 4em;
border-bottom: 1px solid #f5f5f5; }
@media only screen and (min-width: 37.5em) {
.list-items .item {
min-height: 200px;
padding-bottom: 2em;
margin-bottom: 2em;
max-width: 60em; } }
.list-items .item .entry-content {
padding: 0; }
@media only screen and (min-width: 37.5em) {
.list-items h2, .list-items .entry-content {
clear: none;
display: inline; }
.list-items h2 p, .list-items h2 a, .list-items .entry-content p, .list-items .entry-content a {
display: block; }
.list-items h2 p, .list-items .entry-content p {
padding-left: 13em; } }
@media only screen and (min-width: 62.5em) {
.list-items {
margin-top: 2em;
margin-bottom: 2em;
width: 65%;
float: left;
clear: none; } }
/* Blog and Single Post */
.entry-meta {
padding: 1em;
margin-top: 0; }
.entry-meta span.tag {
display: block;
padding: .2em 2em;
background: url("images/tag.png") no-repeat center left;
background-size: 15px;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5; }
|
style.css
|
@import url("../twentytwelve/style.css");
.cf:before, #footer-feature:before, .widget-area .widget .latest-tweets li:before, .black-wrapper:before, footer[role="contentinfo"]:before,
.cf:after,
#footer-feature:after,
.widget-area .widget .latest-tweets li:after,
.black-wrapper:after,
footer[role="contentinfo"]:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
.cf:after, #footer-feature:after, .widget-area .widget .latest-tweets li:after, .black-wrapper:after, footer[role="contentinfo"]:after {
clear: both; }
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf, #footer-feature, .widget-area .widget .latest-tweets li, .black-wrapper, footer[role="contentinfo"] {
*zoom: 1; }
/*
* Variables
*/
html, body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased; }
@media only screen and (min-width: 110em) {
html {
font-size: 100%; } }
/*
body{
font-family: $lato;
background: #111 url('images/bg.jpg') no-repeat top center;
background-size: cover;
@media only screen and (min-width: 37.5em) { //600px
background: #111 url('images/bg.jpg') no-repeat top center;
background-size: contain;
}
@media only screen and (min-width: 60.0em) { //960px
background-position: center -275px;
background-size: contain;
}
}
*/
body .site {
padding: 0;
background-color: #fff;
margin: 0 auto; }
@media only screen and (min-width: 37.5em) {
body .site {
margin: 0 auto;
padding: 0;
max-width: inherit; } }
.site-content {
margin-top: 0; }
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
max-width: 1600px;
max-width: 100rem;
margin: 0 auto;
position: relative;
clear: both; }
@media only screen and (min-width: 37.5em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
margin: 0 auto; } }
@media only screen and (min-width: 65em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
padding: 0 1em; } }
@media only screen and (min-width: 87.5em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
margin: 0;
padding: 0;
margin: 0 auto; } }
.home #main.wrapper, .home .page-template-page-templatesnya-toc-php .site-content #main.entry-content, .page-template-page-templatesnya-toc-php .site-content .home #main.entry-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
max-width: 1600px;
max-width: 100rem;
margin: 0 auto; }
.home #main.wrapper .site-content, .home .page-template-page-templatesnya-toc-php .site-content #main.entry-content .site-content, .page-template-page-templatesnya-toc-php .site-content .home #main.entry-content .site-content {
margin: 0; }
#masthead hgroup {
float: left; }
#masthead.site-header {
background-color: #1d1d1d;
padding: 0;
min-height: 4.5em;
position: relative;
z-index: 100; }
.widget-area {
margin-left: 1em;
margin-right: 1em; }
@media only screen and (min-width: 37.5em) {
.widget-area {
float: none;
width: -webkit-calc(100% - 2em);
width: calc(100% - 2em); } }
@media only screen and (min-width: 48.125em) {
.widget-area {
margin-left: 0;
margin-right: 0; } }
/*
* Sidebar and Inside Pages
*/
#toc_container {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0 auto 2em;
float: none;
border: 0;
padding: 0; }
@media only screen and (min-width: 48.125em) {
#toc_container .toc_list {
background: #82c83c !important;
padding: 2em;
width: 350px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 300px; }
#toc_container .toc_list.stuck {
position: fixed;
top: 2em;
width: 350px;
z-index: 500; } }
.page-template-page-templatesnya-toc-php .site-content {
margin-top: 0; }
.page-template-page-templatesnya-toc-php .site-content .entry-content {
padding: 1em; }
@media only screen and (min-width: 48.125em) {
.page-template-page-templatesnya-toc-php .site-content .entry-content {
padding-right: 460px; } }
.site-content .entry-header, .site-content .blog-header {
margin: 0 0 2em;
padding: 48px 16px 32px;
padding: 3rem 1rem 2rem;
background-color: #82c83c; }
@media only screen and (min-width: 37.5em) {
.site-content .entry-header, .site-content .blog-header {
padding: 32px 16px 32px;
padding: 2rem 1rem 2rem; } }
.site-content .entry-header h1, .site-content .blog-header h1 {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
text-transform: uppercase; }
.page-template-page-templatesnya-toc-about-php .site-content .entry-header,
.page-template-nya-staff .site-content .entry-header {
background-color: #b755b7; }
.page-template-page-templatesnya-toc-programs-php .site-content .entry-header {
background-color: #ff9933; }
.page-template-page-templatesnya-participants-php .site-content .entry-header,
.page-template-nya-volunteers .site-content .entry-header {
background-color: #3fa7ec; }
.page-template-page-templatesnya-partners-php .site-content .entry-header,
.page-template-page-templatesnya-get-involved-php .site-content .entry-header {
background-color: #f24d76; }
footer[role="contentinfo"] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 1600px;
max-width: 100rem;
margin: 0;
padding: 2em 1em; }
@media only screen and (min-width: 37.5em) {
footer[role="contentinfo"] {
margin: 0;
padding: 0;
padding: 2em 1em;
margin: 0 auto; } }
@media only screen and (min-width: 65em) {
footer[role="contentinfo"] {
padding: 2em 3em; } }
@media only screen and (min-width: 100em) {
footer[role="contentinfo"] {
margin: 0;
padding: 0;
margin: 0 auto; } }
.site-content article {
margin-bottom: 0; }
h1, .alpha, .site-content .entry-header h1, .site-content .blog-header h1, .page .entry-content h2, .list-items h2 {
font-size: 32px;
font-size: 2rem; }
h2, .beta {
font-size: 24px;
font-size: 1.5rem; }
h3, .gamma, .toc-container nav.table-of-contents h5 {
font-size: 18.72px;
font-size: 1.17rem; }
h4, .delta {
font-size: 16px;
font-size: 1rem; }
h5, .epsilon {
font-size: 13.28px;
font-size: 0.83rem; }
h6, .zeta {
font-size: 10.72px;
font-size: 0.67rem;
text-transform: uppercase; }
.entry-content h1, .entry-content .alpha, .entry-content .site-content .entry-header h1, .site-content .entry-header .entry-content h1, .entry-content .site-content .blog-header h1, .site-content .blog-header .entry-content h1, .page .entry-content h2, .entry-content .list-items h2, .list-items .entry-content h2,
.comment-content h1,
.comment-content .alpha,
.comment-content .site-content .entry-header h1,
.site-content .entry-header .comment-content h1,
.comment-content .site-content .blog-header h1,
.site-content .blog-header .comment-content h1,
.comment-content .page .entry-content h2,
.page .entry-content .comment-content h2,
.comment-content .list-items h2,
.list-items .comment-content h2 {
font-size: 32px;
font-size: 2rem; }
.entry-content h2, .entry-content .beta,
.comment-content h2,
.comment-content .beta {
font-size: 24px;
font-size: 1.5rem; }
.entry-content h3, .entry-content .gamma, .entry-content .toc-container nav.table-of-contents h5, .toc-container nav.table-of-contents .entry-content h5,
.comment-content h3,
.comment-content .gamma,
.comment-content .toc-container nav.table-of-contents h5,
.toc-container nav.table-of-contents .comment-content h5 {
font-size: 18.72px;
font-size: 1.17rem; }
.entry-content h4, .entry-content .delta,
.comment-content h4,
.comment-content .delta {
font-size: 16px;
font-size: 1rem; }
.entry-content h5, .entry-content .epsilon,
.comment-content h5,
.comment-content .epsilon {
font-size: 13.28px;
font-size: 0.83rem; }
.entry-content h6, .entry-content .zeta,
.comment-content h6,
.comment-content .zeta {
font-size: 10.72px;
font-size: 0.67rem;
text-transform: uppercase; }
.milli {
font-size: 11px;
font-size: 0.6875rem; }
.mega {
font-size: 64px;
font-size: 4rem; }
.giga, .blog .type-post .entry-header h1 {
font-size: 48px;
font-size: 3rem; }
.entry-content a,
.entry-content a:link,
.entry-content a:visited {
color: #1691e2; }
/*
* Main Navigation Menu
*/
#site-navigation {
margin-top: 0; }
#site-navigation button.menu-toggle {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0;
padding: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #1d1d1d url("images/toggle.png") no-repeat center center;
background-size: 30px;
position: absolute;
top: 10px;
right: 1em;
width: 40px;
height: 40px;
border: 1px solid #444444; }
@media only screen and (min-width: 37.5em) {
#site-navigation button.menu-toggle {
display: inline-block; } }
@media only screen and (min-width: 48.125em) {
#site-navigation button.menu-toggle {
display: none !important; } }
#site-navigation button.menu-toggle.toggled-on {
background: #1d1d1d url("images/close.png") no-repeat center center;
background-size: 30px;
-webkit-box-shadow: none;
box-shadow: none; }
#site-navigation #menu-main-menu {
padding: 0 0 .3em;
width: 100%; }
#site-navigation #menu-main-menu li {
padding: 1em 0;
margin: 0; }
#site-navigation #menu-main-menu li a {
color: #fff;
font-size: 16px;
font-size: 1rem;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
display: block; }
#site-navigation #menu-main-menu li.menu-item-has-children {
padding: 1em 0 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu {
margin-top: 1em;
padding: 0;
display: block;
position: relative; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li {
padding: 0;
background: #fff;
padding: .5em 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a {
display: block;
margin: 0;
color: #444444; }
@media only screen and (min-width: 37.5em) {
#site-navigation #menu-main-menu {
border: 0;
display: none !important;
text-align: center;
width: 100%; }
#site-navigation #menu-main-menu li {
padding: 1em 0;
display: block; }
#site-navigation #menu-main-menu li a {
line-height: 1.42857143; }
#site-navigation #menu-main-menu li.menu-item-has-children {
padding: 1em 0 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu {
margin-top: 1em;
padding: 0;
display: block;
position: relative; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li {
text-align: center; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a {
background: #fff;
border: 0;
padding: 0;
width: auto; } }
@media only screen and (min-width: 48.125em) {
#site-navigation #menu-main-menu {
display: inline-block !important;
width: auto;
margin-right: 10px;
float: right; }
#site-navigation #menu-main-menu li {
float: left;
padding: 0;
margin: 0 0 0 1em; }
#site-navigation #menu-main-menu li a {
padding: 1.25em .5em;
margin-top: 0; }
#site-navigation #menu-main-menu li a:hover {
background: #292929;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
#site-navigation #menu-main-menu li.menu-item-has-children:hover > ul {
display: block; }
#site-navigation #menu-main-menu li.menu-item-has-children {
padding: 0; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu {
margin: 0;
position: absolute;
display: none; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li {
margin: 0;
padding: 0;
text-align: left; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a {
padding: .5em 1em;
width: 200px;
border-bottom: 1px solid #ccc; }
#site-navigation #menu-main-menu li.menu-item-has-children .sub-menu li a:hover {
background: #eee;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; } }
@media only screen and (min-width: 60em) {
#site-navigation {
padding-top: 5px; } }
@media only screen and (min-width: 37.5em) {
#site-navigation #menu-main-menu.toggled-on {
display: inline-block !important; } }
#site-navigation #menu-main-menu.toggled-on li {
border-top: 1px solid #444; }
@media only screen and (min-width: 48.125em) {
#site-navigation #menu-main-menu.toggled-on li {
border: 0; } }
.site-title {
float: left;
width: 205px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: inline-block;
float: left;
margin: 0;
padding: 0;
margin-left: 10px;
margin-top: 20px;
background-image: url("./images/nya-logo.png");
background-image: none, url("./images/nya-logo.svg");
background-color: #1d1d1d;
background-repeat: no-repeat;
background-position: top-left;
background-size: 160px; }
@media only screen and (min-width: 20em) {
.site-title {
background-size: 205px;
margin-top: 15px; } }
@media only screen and (min-width: 48.125em) {
.site-title {
background-size: 250px;
width: 250px; } }
@media only screen and (min-width: 87.5em) {
.site-title {
margin-left: 0; } }
/*
* Social Media Menu
*/
.menu-social-menu-container {
position: relative;
z-index: 10; }
.menu-social-menu-container #menu-social-menu {
position: absolute;
right: 0;
margin-right: .2em; }
@media only screen and (min-width: 48.125em) {
.menu-social-menu-container #menu-social-menu {
margin-right: 1em; } }
@media only screen and (min-width: 87.5em) {
.menu-social-menu-container #menu-social-menu {
margin-right: 0; } }
.menu-social-menu-container #menu-social-menu li {
float: right;
margin-right: .5em; }
.menu-social-menu-container #menu-social-menu li a[title="facebook"] {
background: #517cd5;
background-image: url("./images/facebook.png");
background-image: none, url("./images/facebook.svg"); }
.menu-social-menu-container #menu-social-menu li a[title="twitter"] {
background-color: #78d8e2;
background-image: url("./images/twitter.png");
background-image: none, url("./images/twitter.svg"); }
.menu-social-menu-container #menu-social-menu li a[title="donate"] {
background-color: #ff9933;
background-image: url("./images/donate.png");
background-image: none, url("./images/donate.svg"); }
.menu-social-menu-container #menu-social-menu li a[title="facebook"],
.menu-social-menu-container #menu-social-menu li a[title="twitter"],
.menu-social-menu-container #menu-social-menu li a[title="donate"] {
width: 40px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
background-repeat: no-repeat;
background-position: center 1.7em;
background-size: 30px; }
.menu-social-menu-container #menu-social-menu li a {
color: #fff;
font-weight: bold;
display: inline-block;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
padding: 2em 0 1em;
position: relative;
top: -1.3em;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.menu-social-menu-container #menu-social-menu li a:hover {
top: -.4em; }
.menu-social-menu-container #menu-social-menu li a[title="newsletter"] {
display: block;
background-color: #f24d76;
text-decoration: none;
padding: 2.25em 0.5em .75em; }
@media only screen and (min-width: 20em) {
.menu-social-menu-container #menu-social-menu li a[title="donate"] {
display: block;
text-decoration: none;
padding: 2.25em 0.5em .75em;
background-image: none;
text-indent: 0;
white-space: normal;
overflow: visible;
width: inherit; } }
/*
*Footer Navigation
*/
.menu-footer-menu-container {
float: right;
margin-top: 2em; }
.menu-footer-menu-container #menu-footer-menu li {
display: inline-block;
margin: 0 2em 1em 0; }
.menu-footer-menu-container #menu-footer-menu li a {
color: #fff;
text-decoration: none; }
@media only screen and (min-width: 48.125em) {
.menu-footer-menu-container {
margin-top: 0; }
.menu-footer-menu-container #menu-footer-menu li {
display: inline-block;
margin: 0 1em 2em; } }
/*
* Footer Widgets
*/
#footer-feature {
clear: both; }
.four-col a {
padding: 3em 2em;
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
color: #fff;
text-decoration: none;
width: 100%;
height: 10.5em;
text-align: center;
float: left; }
@media only screen and (min-width: 37.5em) {
.four-col a {
width: 50%; } }
@media only screen and (min-width: 60em) {
.four-col a {
width: 25%;
height: 13em; } }
.four-col p {
font-weight: 600;
font-size: 16px;
font-size: 1rem; }
@media only screen and (min-width: 87.5em) {
.four-col p {
font-size: 18.72px;
font-size: 1.17rem; } }
.four-col h3 {
margin: 0;
padding: 0;
line-height: 1;
margin-bottom: .5em;
text-decoration: none;
font-size: 36px;
font-size: 2.25rem;
font-weight: 900;
text-transform: uppercase; }
@media only screen and (min-width: 60em) {
.four-col h3 {
margin-top: .5em; } }
/* Animate the boxes */
#linkabletitlehtmlandphpwidget-2 a {
background: linear-gradient(#ff9933, #ff9933 50%, #ff8c1a 50%, #ff8c1a);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-2 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
#linkabletitlehtmlandphpwidget-3 a {
background: linear-gradient(#f24d76, #f24d76 50%, #f03564 50%, #f03564);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-3 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
#linkabletitlehtmlandphpwidget-4 a {
background: linear-gradient(#b755b7, #b755b7 50%, #aa48aa 50%, #aa48aa);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-4 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
#linkabletitlehtmlandphpwidget-5 a {
background: linear-gradient(#3fa7ec, #3fa7ec 50%, #289cea 50%, #289cea);
background-size: 100% 202%;
transition: all 0.2s ease;
-webkit-animation: down-bump 0.4s ease;
animation: down-bump 0.4s ease; }
#linkabletitlehtmlandphpwidget-5 a:hover {
background-position: 100% 100%;
-webkit-animation: up-bump 0.4s ease;
animation: up-bump 0.4s ease;
text-shadow: none; }
@-webkit-keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-moz-keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-o-keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@keyframes up-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-webkit-keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-moz-keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@-o-keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
@keyframes down-bump {
0% {
padding-top: 3em; }
50% {
padding-top: 3.5em; }
100% {
padding-top: 3em; } }
/*
* Flex Sliders
*/
.home-slider.metaslider {
max-width: 1600px;
max-width: 100rem;
background-color: #82c83c;
padding: 2em 0; }
@media only screen and (min-width: 37.5em) {
.home-slider.metaslider {
padding: 0; } }
.home-slider.metaslider .caption-wrap {
top: 20%;
background: transparent !important;
opacity: 1;
padding: 0 3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
@media only screen and (min-width: 48.125em) {
.home-slider.metaslider .caption-wrap {
top: 30%; } }
.home-slider.metaslider .caption-wrap h2 {
text-transform: uppercase;
font-size: 24px;
font-size: 1.5rem;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
margin-bottom: .5em; }
.home-slider.metaslider .caption-wrap p {
display: none;
line-height: 1.2;
font-weight: 600;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
.home-slider.metaslider .caption-wrap a {
text-transform: uppercase;
display: inline-block;
color: #fff;
background-color: #1d1d1d;
padding: .5em 2.5em .5em 1em;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 14px;
font-size: 0.875rem;
background-image: url("./images/arrow-right.png");
background-image: none, url("./images/arrow-right.svg");
background-repeat: no-repeat;
background-position: right .75em top .65em;
background-size: 15px; }
@media only screen and (min-width: 87.5em) {
.home-slider.metaslider .caption-wrap a {
padding: .4em 2.5em .4em 1em; } }
@media only screen and (min-width: 100em) {
.home-slider.metaslider .caption-wrap a {
padding: .5em 2.5em .5em 1em; } }
@media only screen and (min-width: 37.5em) {
.home-slider.metaslider .caption-wrap h2 {
font-size: 48px;
font-size: 3rem;
margin-bottom: 32px;
margin-bottom: 2rem; }
.home-slider.metaslider .caption-wrap p {
width: 500px;
display: block;
line-height: 1.5;
font-size: 18px;
font-size: 1.125rem; }
.home-slider.metaslider .caption-wrap a {
margin-top: 32px;
margin-top: 2rem;
font-size: 16px;
font-size: 1rem; } }
@media only screen and (min-width: 48.125em) {
.home-slider.metaslider .caption-wrap {
padding: 0 5em; }
.home-slider.metaslider .caption-wrap h2 {
margin-bottom: 40px;
margin-bottom: 2.5rem;
font-size: 64px;
font-size: 4rem; }
.home-slider.metaslider .caption-wrap p {
font-size: 18.72px;
font-size: 1.17rem; } }
@media only screen and (min-width: 60em) {
.home-slider.metaslider .caption-wrap p {
font-size: 21.2px;
font-size: 1.325rem; }
.home-slider.metaslider .caption-wrap a {
font-size: 18.72px;
font-size: 1.17rem; } }
@media only screen and (min-width: 87.5em) {
.home-slider.metaslider .caption-wrap h2 {
margin-bottom: 40px;
margin-bottom: 2.5rem;
font-size: 72px;
font-size: 4.5rem; }
.home-slider.metaslider .caption-wrap a {
font-size: 21.2px;
font-size: 1.325rem; }
.home-slider.metaslider .caption-wrap p {
font-size: 24px;
font-size: 1.5rem; } }
.sponsor-slider {
padding: 2em 0; }
.sponsor-slider h2 {
padding: 1em;
color: #fff !important; }
@media only screen and (min-width: 60em) {
.sponsor-slider h2 {
padding: 1em 1.5em 2em; } }
@media only screen and (min-width: 100em) {
.sponsor-slider h2 {
margin: 0;
padding: 0;
margin: 0 auto 2em; } }
.sponsor-slider .metaslider {
background: #1d1d1d; }
.leaflet-container a.leaflet-popup-close-button {
padding: 10px 10px 0 0 !important; }
.leaflet-control-attribution.leaflet-control,
.gmnoprint {
display: none; }
.mapsmarker {
margin-bottom: 2em;
margin-right: 2em;
max-width: 100%; }
@media only screen and (min-width: 48.125em) {
.mapsmarker {
float: left;
margin-bottom: 4em;
width: 100px; } }
.widget-area .widget .latest-tweets li {
border: 1px solid #ededed;
padding: 1em;
border-radius: 3px;
margin-bottom: 1em; }
.widget-area .widget .tweet-text,
.widget-area .widget .tweet-details {
margin-bottom: .5em;
margin-top: .5em; }
.widget-area .widget .tweet-details {
float: right; }
img.emoji {
border-radius: none;
box-shadow: none; }
.left {
float: left; }
.black-wrapper {
border-top: 1px solid #333;
background-color: #1d1d1d;
padding-top: 1em;
position: relative;
z-index: 1000; }
.green-wrapper, .home #page {
background-color: #82c83c; }
.no-padding {
padding: 0; }
#footer-feature {
padding-top: 72px;
padding-top: 4.5em; }
footer[role="contentinfo"] {
color: #fff;
border: 0;
line-height: 1.5; }
footer[role="contentinfo"] .vcard {
float: left; }
footer[role="contentinfo"] .vcard .org {
font-weight: bold; }
footer[role="contentinfo"] .site-info {
clear: both;
padding-top: 2em;
color: #bbb; }
hr {
border-top: 1px solid #f5f5f5;
background: transparent;
height: 1px;
padding: 0;
margin: 1em; }
.comments-title {
font-weight: bold; }
/*
* Visual Form Builder
*/
.visual-form-builder {
padding-bottom: 0;
color: #444444; }
.visual-form-builder label {
color: #444444; }
.visual-form-builder .vfb-legend,
.visual-form-builder .vfb-section-div {
margin-top: 1em;
color: #444444;
border-bottom: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
.visual-form-builder .vfb-legend {
padding: 0 1em 1em;
border-radius: 0; }
.visual-form-builder .vfb-error {
font-weight: normal;
background-color: #FEF7F7;
display: inline-block;
padding: .2em 1em; }
.visual-form-builder fieldset,
.visual-form-builder .vfb-section-div {
background-color: #fff;
border: 1px solid #ddd; }
.visual-form-builder fieldset h3, .visual-form-builder fieldset h4,
.visual-form-builder .vfb-section-div h3,
.visual-form-builder .vfb-section-div h4 {
border-color: #ddd;
font-size: 18px;
font-size: 1.4em; }
.visual-form-builder input.vfb-text,
.visual-form-builder input[type="text"].vfb-text,
.visual-form-builder input[type="tel"].vfb-text,
.visual-form-builder input[type="email"].vfb-text,
.visual-form-builder input[type="url"].vfb-text,
.visual-form-builder textarea.vfb-textarea,
.visual-form-builder select.vfb-select,
.visual-form-builder .visual-form-builder input[type="file"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
padding: .5em .5em .4em;
display: block;
border: 1px solid #ddd;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
width: 100%; }
@media only screen and (min-width: 37.5em) {
.visual-form-builder input.vfb-text,
.visual-form-builder input[type="text"].vfb-text,
.visual-form-builder input[type="tel"].vfb-text,
.visual-form-builder input[type="email"].vfb-text,
.visual-form-builder input[type="url"].vfb-text,
.visual-form-builder textarea.vfb-textarea,
.visual-form-builder select.vfb-select,
.visual-form-builder .visual-form-builder input[type="file"] {
width: 48%; } }
.visual-form-builder .vfb-item.vfb-item-page-break {
position: relative;
bottom: -1em; }
.visual-form-builder .vfb-item.vfb-item-page-break .vfb-page-counter {
margin-top: .5em; }
.visual-form-builder .vfb-item-address .vfb-full {
display: block;
margin-right: 1rem;
width: 48%; }
.visual-form-builder .vfb-item-address .vfb-left,
.visual-form-builder .vfb-item-address .vfb-right,
.visual-form-builder .vfb-item-address .vfb-item-name input {
width: 48%; }
.visual-form-builder .vfb-item-address span {
margin-top: .5em; }
.visual-form-builder .vfb-time label {
margin-left: .5em; }
.visual-form-builder .password-meter {
width: 200px;
padding: .2em .2em .15em; }
.visual-form-builder .password-meter.strong {
border-color: #27ae60;
background-color: #c3f4d8; }
.visual-form-builder .password-meter.good {
background-color: #fff7d1; }
.visual-form-builder table.vfb-table.vfb-likert {
border: 0; }
.visual-form-builder .vfb-likert .vfb-likert-head th {
background-color: #f5f5f5;
border: 0; }
.visual-form-builder .vfb-table.vfb-likert .vfb-likert-row th,
.visual-form-builder .vfb-table.vfb-likert .vfb-likert-row td {
border: 0; }
.visual-form-builder .vfb-table.vfb-likert .vfb-likert-row th {
background-color: #fff; }
.visual-form-builder .vfb-likert-row {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; }
.visual-form-builder .vfb-page-next,
.visual-form-builder .vfb-page-next:link,
.visual-form-builder .vfb-page-next:visited,
.visual-form-builder input[type="submit"] {
background: #82c83c;
border: 0;
color: #fff !important;
text-decoration: none;
padding: .4em 1em .3em;
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.visual-form-builder .vfb-page-next:hover, .visual-form-builder .vfb-page-next:active, .visual-form-builder .vfb-page-next:focus,
.visual-form-builder .vfb-page-next:link:hover,
.visual-form-builder .vfb-page-next:link:active,
.visual-form-builder .vfb-page-next:link:focus,
.visual-form-builder .vfb-page-next:visited:hover,
.visual-form-builder .vfb-page-next:visited:active,
.visual-form-builder .vfb-page-next:visited:focus,
.visual-form-builder input[type="submit"]:hover,
.visual-form-builder input[type="submit"]:active,
.visual-form-builder input[type="submit"]:focus {
text-decoration: none;
background: #5c8f28; }
.page .entry-content {
color: #333;
padding: 1em; }
.page .entry-content h2 {
line-height: 1.2;
color: #69a32e; }
.page .entry-content a,
.page .entry-content a:link,
.page .entry-content a:visited {
color: #000;
font-weight: bold;
-webkit-transition: color 350ms ease-in-out;
-moz-transition: color 350ms ease-in-out;
-ms-transition: color 350ms ease-in-out;
-o-transition: color 350ms ease-in-out;
transition: color 350ms ease-in-out; }
.page .entry-content a:hover,
.page .entry-content a:focus,
.page .entry-content a:active {
color: #5e5e5e; }
.page article {
border-bottom: 0; }
.page.page-template-page-templatesnya-toc-about-php h2, .page.page-template-nya-staff h2 {
color: #984198; }
.page.page-template-page-templatesnya-toc-programs-php h2 {
color: #ff7f00; }
.page.page-template-page-templatesnya-participants-php h2, .page.page-template-nya-volunteers h2 {
color: #1691e2; }
.page.page-template-page-templatesnya-partners-php h2, .page.page-template-page-templatesnya-get-involved-php h2 {
color: #ef1d51; }
.toc-container nav.table-of-contents {
background: #82c83c; }
.toc-container nav.table-of-contents h5 {
text-transform: uppercase;
text-shadow: 0 1px 1px #333;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
color: #fff;
background-color: #75b436;
background-color: rgba(0, 0, 0, 0.1);
padding: .25em 1em .2em;
margin-bottom: .5em; }
.toc-container nav.table-of-contents ul {
padding: 0 1em 1em; }
.toc-container nav.table-of-contents ul li a {
text-decoration: none;
color: #fff;
font-weight: 700; }
.toc-container nav.table-of-contents ul li a:hover {
border-bottom: 1px solid #eee; }
@media only screen and (min-width: 48.125em) {
.wrapper, .page-template-page-templatesnya-toc-php .site-content .entry-content {
position: relative; }
.toc-content {
width: 65%;
float: left; }
.sticky-wrapper {
margin-right: 1em;
width: 25%;
float: right; }
.toc-container {
width: 100%; }
.toc-container.stuck {
position: fixed;
width: 25%;
top: 32px;
margin-right: 1em; }
.toc-container.stuck.sticky-bottom {
position: absolute;
bottom: -4em;
top: inherit; } }
@media only screen and (min-width: 60em) {
.sticky-wrapper {
margin-right: 0;
width: 18.75em; }
.toc-container.stuck {
float: none;
width: 18.75em;
margin-right: 0; } }
@media only screen and (min-width: 62.5em) {
.sticky-wrapper {
width: 21.25em; }
.toc-container.stuck {
width: 21.25em; } }
@media only screen and (min-width: 87.5em) {
.page .entry-content {
padding: 0; } }
@media only screen and (min-width: 37.5em) {
.site-content {
margin: 0;
padding: 0;
float: none;
width: 100%; } }
.page-template-page-templatesnya-toc-about-php .toc-container nav.table-of-contents,
.page-template-nya-staff .toc-container nav.table-of-contents {
background: #b755b7; }
.page-template-page-templatesnya-toc-about-php .toc-container nav.table-of-contents h5,
.page-template-nya-staff .toc-container nav.table-of-contents h5 {
background-color: #a44ca4;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-toc-programs-php .toc-container nav.table-of-contents {
background: #ff9933; }
.page-template-page-templatesnya-toc-programs-php .toc-container nav.table-of-contents h5 {
background-color: #e5892d;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-toc-programs-php a[title="donate"] {
border: 1px solid #fff;
margin-top: -2px; }
.page-template-page-templatesnya-participants-php .toc-container nav.table-of-contents {
background: #3fa7ec; }
.page-template-page-templatesnya-participants-php .toc-container nav.table-of-contents h5 {
background-color: #3896d4;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-partners-php .toc-container nav.table-of-contents,
.page-template-page-templatesnya-get-involved-php .toc-container nav.table-of-contents {
background: #f24d76; }
.page-template-page-templatesnya-partners-php .toc-container nav.table-of-contents h5,
.page-template-page-templatesnya-get-involved-php .toc-container nav.table-of-contents h5 {
background-color: #d9456a;
background-color: rgba(0, 0, 0, 0.1); }
.page-template-page-templatesnya-partners-php a[title="newsletter"],
.page-template-page-templatesnya-get-involved-php a[title="newsletter"] {
border: 1px solid #fff;
margin-top: -2px; }
/*
* Page Templates
*/
.page-template-page-templatesnya-partners-php .entry-content, .page-template-page-templatesnya-partners-php .entry-meta {
padding: 1em 0; }
.blog .type-post {
border-bottom: 1px solid #f5f5f5; }
.blog .type-post .entry-header {
background: transparent;
margin: 0;
padding: 0;
padding: 0 1em; }
.blog .type-post .entry-header h1 {
text-shadow: none;
text-transform: none;
margin-bottom: .3em; }
.blog .type-post .entry-header h1 a {
color: #69a32e; }
.blog .type-post .entry-header h1 a:hover {
color: #5c8f28; }
.blog .type-post .entry-header date {
color: #999;
font-weight: bold;
font-style: italic;
margin-left: 2px;
margin-bottom: .5em;
display: block; }
.blog .type-post .entry-content {
padding: 1em; }
@media only screen and (min-width: 62.5em) {
.blog .widget-area {
width: 21.25em;
float: right; }
.blog .post {
margin-top: 2em;
margin-bottom: 2em;
width: 65%;
float: left; } }
/*
* Single Post Type
*/
.single-post date {
padding: 0 1em;
color: #999;
font-weight: bold;
font-style: italic;
margin-left: 2px;
margin-bottom: .5em;
display: block; }
.single-post .entry-content, .single-post .comments-area {
padding: 1em;
max-width: 60em; }
.static-sidebar {
display: none; }
@media only screen and (min-width: 62.5em) {
.static-sidebar {
display: block; }
.static-sidebar .widget-area {
width: 21.25em;
float: right; } }
.widget-area {
display: none; }
@media only screen and (min-width: 62.5em) {
.widget-area {
display: block;
width: 21.25em;
float: right; } }
/* Listing for Special Custom Post Types */
.list-items {
padding: 1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.list-items h2 {
margin-bottom: .5em; }
.list-items img {
width: 75%;
max-width: 150px;
display: inline-block;
float: left;
margin: 0 2em 2em 0; }
@media only screen and (min-width: 37.5em) {
.list-items img {
margin: 0 2em 4em 0; } }
.list-items .item {
clear: both;
padding-bottom: 0;
margin-bottom: 4em;
border-bottom: 1px solid #f5f5f5; }
@media only screen and (min-width: 37.5em) {
.list-items .item {
min-height: 200px;
padding-bottom: 2em;
margin-bottom: 2em;
max-width: 60em; } }
.list-items .item .entry-content {
padding: 0; }
@media only screen and (min-width: 37.5em) {
.list-items h2, .list-items .entry-content {
clear: none;
display: inline; }
.list-items h2 p, .list-items h2 a, .list-items .entry-content p, .list-items .entry-content a {
display: block; }
.list-items h2 p, .list-items .entry-content p {
padding-left: 13em; } }
@media only screen and (min-width: 62.5em) {
.list-items {
margin-top: 2em;
margin-bottom: 2em;
width: 65%;
float: left;
clear: none; } }
/* Blog and Single Post */
.entry-meta {
padding: 1em;
margin-top: 0; }
.entry-meta span.tag {
display: block;
padding: .2em 2em;
background: url("images/tag.png") no-repeat center left;
background-size: 15px;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5; }
| 0.192009 | 0.063077 |
*{
font-family: "Times New Roman";
border-radius: 10px;
}
html
{
scroll-behavior: smooth;
}
/* CSS for Body */
body
{
background-color: rgb(235, 235, 235);
width:60%;
margin: auto;
padding-top: 5px;
}
/* CSS for Heading */
.head
{
background-color: white;
padding: 5px;
}
/* CSS for Internal Navigation Bar */
.nav-bar
{
display: flex;
background-color:white;
justify-content: space-between;
margin-bottom: 10px;
padding: 7px;
text-decoration: none;
text-align: center;
/* position: sticky;
top: 0px; */
}
/* CSS for Elements Inside Internal Navigation Bar */
.nav-bar a
{
font-weight: bold;
padding: 2px 10px;
color: black;
margin: auto;
}
/* Hover Effect for Elements Inside Internal Navigation Bar */
.nav-bar a:hover
{
transform: scale(1.1);
border: 5px;
border-radius: 10px;
border-color: #004AAD;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.151);
transition: all 0.2s;
}
/* CSS for Contacts */
.contact
{
background-color:white;
padding: 1px;
padding-bottom: 10px;
}
/* CSS for Personal Contacts */
.personal-contact
{
justify-content: space-evenly;
display: flex;
width: 42%;
margin-left: 29%;
}
/* CSS for Elememts Inside Personal Contacs */
.personal-contact a
{
padding: 2px 3px;
color: black;
/* margin: auto; */
}
/* Hover Effect for Elements Inside Personal Contact */
.personal-contact a:hover
{
transform: scale(1.1);
border: 5px;
border-radius: 10px;
border-color: black;
/* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.151); */
transition: all 0.1s;
}
/* CSS for Social Contacts */
.social-contact
{
justify-content:space-evenly;
display: flex;
width: 70%;
margin-left: 15%;
}
/* CSS for Elememts Inside Social Contacs */
.social-contact a
{
padding: 2px 3px;
color: black;
margin: auto;
}
/* Hover Effect for Elements Inside Social Contact */
.social-contact a:hover
{
transform: scale(1.1);
border: 5px;
border-radius: 10px;
border-color: black;
/* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.151); */
transition: all 0.1s;
}
/* CSS for Horizontal Lines */
hr
{
color: blue;
}
/* CSS for 2nd Headings */
h2
{
color: #004AAD;
}
/* CSS for Main Heading (Name) */
h1
{
color: #004AAD;
}
/* CSS for Responsive Website */
@media (max-width:1200px)
{
/* Responsive Main Body */
.main
{
width: auto;
}
/* Responsive Navigation Bar */
.nav-bar
{
flex-direction: column;
align-items: center;
}
/* Responsive Personal Contacts */
.personal-contact
{
flex-direction: column;
align-items: center;
}
/* Responsive Social Contacts */
.social-contact
{
flex-direction: column;
align-items: center;
}
}
@media (max-width:700px)
{
/* Responsive Main Body */
body
{
width: auto;
}
}
|
CSS/style.css
|
*{
font-family: "Times New Roman";
border-radius: 10px;
}
html
{
scroll-behavior: smooth;
}
/* CSS for Body */
body
{
background-color: rgb(235, 235, 235);
width:60%;
margin: auto;
padding-top: 5px;
}
/* CSS for Heading */
.head
{
background-color: white;
padding: 5px;
}
/* CSS for Internal Navigation Bar */
.nav-bar
{
display: flex;
background-color:white;
justify-content: space-between;
margin-bottom: 10px;
padding: 7px;
text-decoration: none;
text-align: center;
/* position: sticky;
top: 0px; */
}
/* CSS for Elements Inside Internal Navigation Bar */
.nav-bar a
{
font-weight: bold;
padding: 2px 10px;
color: black;
margin: auto;
}
/* Hover Effect for Elements Inside Internal Navigation Bar */
.nav-bar a:hover
{
transform: scale(1.1);
border: 5px;
border-radius: 10px;
border-color: #004AAD;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.151);
transition: all 0.2s;
}
/* CSS for Contacts */
.contact
{
background-color:white;
padding: 1px;
padding-bottom: 10px;
}
/* CSS for Personal Contacts */
.personal-contact
{
justify-content: space-evenly;
display: flex;
width: 42%;
margin-left: 29%;
}
/* CSS for Elememts Inside Personal Contacs */
.personal-contact a
{
padding: 2px 3px;
color: black;
/* margin: auto; */
}
/* Hover Effect for Elements Inside Personal Contact */
.personal-contact a:hover
{
transform: scale(1.1);
border: 5px;
border-radius: 10px;
border-color: black;
/* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.151); */
transition: all 0.1s;
}
/* CSS for Social Contacts */
.social-contact
{
justify-content:space-evenly;
display: flex;
width: 70%;
margin-left: 15%;
}
/* CSS for Elememts Inside Social Contacs */
.social-contact a
{
padding: 2px 3px;
color: black;
margin: auto;
}
/* Hover Effect for Elements Inside Social Contact */
.social-contact a:hover
{
transform: scale(1.1);
border: 5px;
border-radius: 10px;
border-color: black;
/* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.151); */
transition: all 0.1s;
}
/* CSS for Horizontal Lines */
hr
{
color: blue;
}
/* CSS for 2nd Headings */
h2
{
color: #004AAD;
}
/* CSS for Main Heading (Name) */
h1
{
color: #004AAD;
}
/* CSS for Responsive Website */
@media (max-width:1200px)
{
/* Responsive Main Body */
.main
{
width: auto;
}
/* Responsive Navigation Bar */
.nav-bar
{
flex-direction: column;
align-items: center;
}
/* Responsive Personal Contacts */
.personal-contact
{
flex-direction: column;
align-items: center;
}
/* Responsive Social Contacts */
.social-contact
{
flex-direction: column;
align-items: center;
}
}
@media (max-width:700px)
{
/* Responsive Main Body */
body
{
width: auto;
}
}
| 0.540681 | 0.066025 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600|Source+Code+Pro");
html {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
body {
padding-bottom: 0;
background-color: #2f274a;
}
article {
padding: 1em;
margin: 0.25em;
border-radius: 0.25em;
background-color: #564787;
}
article.quote {
background-color: #2f274a;
border:none;
}
article .row {
display: flex;
}
article .column {
flex: 50%;
}
.quote {
padding: 1em;
margin: 0.25em;
border-radius: 0.25em;
background-color: #C2948A;
border-left: 25px solid #9B5647;
}
.quote .text p {
color: #F8F0FB;
font-weight: 700;
font-size: 3.50rem;
}
.quote .source p {
color: #DBCBD8;
font-weight: 400;
font-size: 3.50rem;
font-style: oblique;
}
nav {
}
.title h1 {
color: #F8F0FB;
font-weight: 600;
font-size: 3.50rem;
}
.title h2 {
color: #C2948A;
/* color: #DBCBD8; */
font-weight: 500;
font-size: 2.50rem;
}
.title h3 {
color: #DBCBD8;
font-weight: 300;
font-size: 2.50rem;
line-height: 450%;
font-style: oblique;
}
h3 {
color: #DBCBD8;
font-weight: 300;
font-size: 2.50rem;
line-height: 450%;
font-style: oblique;
text-align: center;
}
.right {
float: right;
width: 300px;
padding: 10px;
}
article h1{
color: #C2948A;
font-weight: 500;
font-size: 3.50rem;
}
article h2 {
color: #C2948A;
font-weight: 400;
font-size: 3.50rem;
}
article p,li {
color: #F8F0FB;
font-weight: 400;
font-size: 3.0rem
}
.seen {
color: #3f2f75;
}
article ul {
list-style-type: none;
}
svg {
font-family: "Source Code Pro"
}
button {
position: relative;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 5px;
margin: 0;
box-shadow: none;
line-height: 40px;
cursor: pointer;
background-color: #FDFDFD;
flex-basis: auto;
width: auto;
padding-right: 30px;
padding-left: 30px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.9rem;
font-weight: 400;
transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
min-width: 140px
}
button:focus {
outline: none
}
button+button {
margin-left: 0.8em
}
button h1 {
display: inline;
margin-right: .5em
}
button[disabled],
button[disabled]:hover {
opacity: .65;
cursor: not-allowed
}
button.primary {
background-color: #2f274a;
border-color: #564787;
color: #FDFDFD
}
button.primary:hover {
background-color: #2D3D7D
}
button.primary.active,
button.primary:active,
button.primary:focus {
background-color: #2D3D7D
}
button.primary[disabled],
button.primary[disabled]:hover {
background-color: #B8C1C1;
border-color: #B8C1C1
}
button.secondary {
background-color: #FDFDFD;
color: #3F55AF;
border-color: #E3ECEC
}
button.secondary:hover {
background-color: #5068C2;
border-color: #5068C2;
color: #FDFDFD
}
button.secondary.active,
button.secondary:active,
button.secondary:focus {
background-color: #5068C2;
border-color: #5068C2;
color: #FDFDFD
}
button.secondary[disabled],
button.secondary[disabled]:hover {
border-color: #B8C1C1;
color: #B8C1C1
}
button.expand {
background-color: #FDFDFD;
border: 1px solid #F1F3F7;
border-radius: 25px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
padding: 0;
font-size: 0.75em;
line-height: 25px;
color: #8C9696
}
button.action {
border: none;
border-bottom: 2px solid transparent;
background-color: transparent;
color: #19273C;
min-width: 0;
padding: 0;
border-radius: 0px
}
button.action:hover {
color: #3F55AF;
background-color: transparent;
border-bottom: 2px solid #3F55AF
}
button.action:hover svg.ibm-icon {
fill: #3F55AF
}
button.action:focus,
button.action.active,
button.action:active {
color: #3F55AF;
background-color: transparent;
border-bottom: 2px solid #3F55AF
}
button.action:focus svg.ibm-icon,
button.action.active svg.ibm-icon,
button.action:active svg.ibm-icon {
fill: #3F55AF
}
button.action[disabled],
button.action[disabled]:hover {
background-color: transparent;
color: #F1F3F7;
border-bottom: 2px solid #F1F3F7
}
button.action[disabled] svg.ibm-icon,
button.action[disabled]:hover svg.ibm-icon {
fill: #F1F3F7
}
button.icon {
background-color: transparent;
min-width: 0;
padding: 0
}
button.icon:hover {
color: #3F55AF;
background-color: transparent
}
button.icon:hover svg.ibm-icon {
fill: #3F55AF
}
button.basic {
background-color: #FDFDFD;
border: 1px solid #F1F3F7;
border-radius: 0.25em
}
.hero_container {
width: 70vw;
margin: auto;
margin-top: 17vh;
display: flex;
position: relative;
flex-direction: row;
z-index: 10;
box-sizing: border-box
}
.hero_container .leftcontent {
flex-basis: 40%;
display: flex;
flex-direction: column;
padding-right: 2rem;
padding-bottom: 8rem
}
.hero_container .hero_illustration {
flex-basis: 55%;
padding-bottom: 5rem;
box-sizing: border-box
}
.hero_container .hero_illustration img {
max-height: 30rem
}
.hero_container button {
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2)
}
.hero_container h1 {
color: #FDFDFD;
line-height: 50px
}
.hero_container .social-container {
display: flex
}
.hero_container .social-container ul {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
height: 100%
}
.hero_container .social-container li {
margin-right: 1.5rem;
flex-direction: column;
justify-content: center;
height: 100%;
display: flex
}
.hero_container .social-container .icon2 {
font-size: 1.2rem;
height: 100%;
width: 100%;
transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
color: #FDFDFD
}
.hero_container .social-container .icon2:hover {
color: #2D3D7D
}
.buttoncontainer {
margin-top: 3.5rem;
margin-bottom: 1rem;
display: flex
}
.homepage-callout {
display: flex;
background-color: #FFD640;
box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2)
}
.homepage-callout .callout-copy {
margin: auto;
margin-top: 1rem;
margin-bottom: 0.5rem
}
.homepage-callout .callout-copy a {
text-decoration: none;
border-bottom: 1px solid #19273C;
color: #19273C;
transition: all 0.2s ease-in-out
}
.homepage-callout .callout-copy a:hover {
border-bottom: 1px solid #19273C;
padding-bottom: 3px
}
.trio {
margin-top: 9rem;
margin-bottom: 7rem;
margin-left: auto;
margin-right: auto;
width: 70vw;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap
}
.trio p {
text-align: center
}
.trio h2 {
text-align: center;
padding-bottom: 1rem
}
.trio .trio-left {
justify-content: center;
flex-grow: 0;
flex-basis: 20%;
flex-shrink: 1;
flex-wrap: wrap
}
.trio .trio-left img {
display: flex;
height: 60px;
width: auto;
margin: auto
}
.trio .trio-center {
justify-content: center;
flex-grow: 0;
flex-basis: 20%;
flex-shrink: 1;
flex-wrap: wrap
}
.trio .trio-center img {
display: flex;
height: 60px;
width: auto;
margin: auto
}
.trio .trio-right {
justify-content: center;
flex-grow: 0;
flex-basis: 20%;
flex-shrink: 1;
flex-wrap: wrap
}
.trio .trio-right img {
display: flex;
height: 60px;
width: auto;
margin: auto
}
@media only screen and (max-width: 1200px) {
.hero_container {
flex-direction: column-reverse;
-webkit-flex-direction: row
}
.hero_container .hero_illustration {
padding-bottom: 2rem
}
.contact-bg .contact-us .contact-content .social-icons>div {
flex-basis: calc(50% - 30px);
flex-direction: column
}
.contact-bg .contact-us .contact-illustration {
margin-right: 2rem
}
}
@media only screen and (max-width: 900px) {
.hero_container {
-webkit-flex-direction: row
}
.homepage-callout .callout-copy {
padding-left: 2rem;
padding-right: 2rem
}
.trio {
flex-direction: column;
max-width: 30rem;
margin-top: 4rem;
margin-bottom: 4rem
}
.trio .trio-left {
margin-bottom: 3rem
}
.trio .trio-center {
margin-bottom: 3rem
}
.trio .trio-right {
margin-bottom: 3rem
}
.contact-bg .contact-us {
flex-direction: column
}
.contact-bg .contact-us .contact-illustration {
padding-bottom: 2rem
}
}
@media only screen and (max-width: 750px) {
.hero_container {
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons>div {
flex-basis: calc(50% - 30px);
flex-direction: column
}
.contact-bg .contact-us .contact-content .social-icons>div>div {
flex-direction: row
}
}
@media only screen and (max-width: 500px) {
.indexnav {
overflow: hidden;
height: auto
}
.indexnav .navcontent {
flex-direction: column;
-webkit-flex-direction: row
}
.indexnav .navcontent .navlogo {
margin-bottom: 0.5rem
}
.indexnav .navcontent .menuitems {
justify-content: flex-start
}
.indexnav .navcontent .menuitems ul {
margin-top: 0.5rem
}
.indexnav .navcontent .menuitems ul li {
margin-left: 0;
margin-right: 2rem
}
.hero_container {
-webkit-flex-direction: row
}
.trio {
-webkit-flex-direction: row
}
.contact-bg .contact-us {
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons {
flex-direction: column;
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons>div {
flex-basis: calc(50% - 30px);
flex-direction: column;
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons>div>div {
flex-direction: row;
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-illustration img {
height: auto
}
.hero_container .leftcontent .textcontent .buttoncontainer {
display: flex
}
.footer-bg .footer-container {
flex-wrap: wrap;
flex-direction: column;
-webkit-flex-direction: row
}
.footer-bg .footer-container .footer-right ul {
flex-direction: column;
-webkit-flex-direction: row
}
.footer-bg .footer-container .footer-right li {
margin-left: 0
}
.footer-bg .footer-container .footer-right li a {
padding-top: 0.6rem
}
.footer-bg .footer-container .footer-right li a:hover {
border-bottom: none
}
}
.spinner {
width: 80px;
height: 80px;
background-color: #564787;
margin: 100px auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
|
page.css
|
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600|Source+Code+Pro");
html {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
body {
padding-bottom: 0;
background-color: #2f274a;
}
article {
padding: 1em;
margin: 0.25em;
border-radius: 0.25em;
background-color: #564787;
}
article.quote {
background-color: #2f274a;
border:none;
}
article .row {
display: flex;
}
article .column {
flex: 50%;
}
.quote {
padding: 1em;
margin: 0.25em;
border-radius: 0.25em;
background-color: #C2948A;
border-left: 25px solid #9B5647;
}
.quote .text p {
color: #F8F0FB;
font-weight: 700;
font-size: 3.50rem;
}
.quote .source p {
color: #DBCBD8;
font-weight: 400;
font-size: 3.50rem;
font-style: oblique;
}
nav {
}
.title h1 {
color: #F8F0FB;
font-weight: 600;
font-size: 3.50rem;
}
.title h2 {
color: #C2948A;
/* color: #DBCBD8; */
font-weight: 500;
font-size: 2.50rem;
}
.title h3 {
color: #DBCBD8;
font-weight: 300;
font-size: 2.50rem;
line-height: 450%;
font-style: oblique;
}
h3 {
color: #DBCBD8;
font-weight: 300;
font-size: 2.50rem;
line-height: 450%;
font-style: oblique;
text-align: center;
}
.right {
float: right;
width: 300px;
padding: 10px;
}
article h1{
color: #C2948A;
font-weight: 500;
font-size: 3.50rem;
}
article h2 {
color: #C2948A;
font-weight: 400;
font-size: 3.50rem;
}
article p,li {
color: #F8F0FB;
font-weight: 400;
font-size: 3.0rem
}
.seen {
color: #3f2f75;
}
article ul {
list-style-type: none;
}
svg {
font-family: "Source Code Pro"
}
button {
position: relative;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 5px;
margin: 0;
box-shadow: none;
line-height: 40px;
cursor: pointer;
background-color: #FDFDFD;
flex-basis: auto;
width: auto;
padding-right: 30px;
padding-left: 30px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.9rem;
font-weight: 400;
transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
min-width: 140px
}
button:focus {
outline: none
}
button+button {
margin-left: 0.8em
}
button h1 {
display: inline;
margin-right: .5em
}
button[disabled],
button[disabled]:hover {
opacity: .65;
cursor: not-allowed
}
button.primary {
background-color: #2f274a;
border-color: #564787;
color: #FDFDFD
}
button.primary:hover {
background-color: #2D3D7D
}
button.primary.active,
button.primary:active,
button.primary:focus {
background-color: #2D3D7D
}
button.primary[disabled],
button.primary[disabled]:hover {
background-color: #B8C1C1;
border-color: #B8C1C1
}
button.secondary {
background-color: #FDFDFD;
color: #3F55AF;
border-color: #E3ECEC
}
button.secondary:hover {
background-color: #5068C2;
border-color: #5068C2;
color: #FDFDFD
}
button.secondary.active,
button.secondary:active,
button.secondary:focus {
background-color: #5068C2;
border-color: #5068C2;
color: #FDFDFD
}
button.secondary[disabled],
button.secondary[disabled]:hover {
border-color: #B8C1C1;
color: #B8C1C1
}
button.expand {
background-color: #FDFDFD;
border: 1px solid #F1F3F7;
border-radius: 25px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
padding: 0;
font-size: 0.75em;
line-height: 25px;
color: #8C9696
}
button.action {
border: none;
border-bottom: 2px solid transparent;
background-color: transparent;
color: #19273C;
min-width: 0;
padding: 0;
border-radius: 0px
}
button.action:hover {
color: #3F55AF;
background-color: transparent;
border-bottom: 2px solid #3F55AF
}
button.action:hover svg.ibm-icon {
fill: #3F55AF
}
button.action:focus,
button.action.active,
button.action:active {
color: #3F55AF;
background-color: transparent;
border-bottom: 2px solid #3F55AF
}
button.action:focus svg.ibm-icon,
button.action.active svg.ibm-icon,
button.action:active svg.ibm-icon {
fill: #3F55AF
}
button.action[disabled],
button.action[disabled]:hover {
background-color: transparent;
color: #F1F3F7;
border-bottom: 2px solid #F1F3F7
}
button.action[disabled] svg.ibm-icon,
button.action[disabled]:hover svg.ibm-icon {
fill: #F1F3F7
}
button.icon {
background-color: transparent;
min-width: 0;
padding: 0
}
button.icon:hover {
color: #3F55AF;
background-color: transparent
}
button.icon:hover svg.ibm-icon {
fill: #3F55AF
}
button.basic {
background-color: #FDFDFD;
border: 1px solid #F1F3F7;
border-radius: 0.25em
}
.hero_container {
width: 70vw;
margin: auto;
margin-top: 17vh;
display: flex;
position: relative;
flex-direction: row;
z-index: 10;
box-sizing: border-box
}
.hero_container .leftcontent {
flex-basis: 40%;
display: flex;
flex-direction: column;
padding-right: 2rem;
padding-bottom: 8rem
}
.hero_container .hero_illustration {
flex-basis: 55%;
padding-bottom: 5rem;
box-sizing: border-box
}
.hero_container .hero_illustration img {
max-height: 30rem
}
.hero_container button {
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2)
}
.hero_container h1 {
color: #FDFDFD;
line-height: 50px
}
.hero_container .social-container {
display: flex
}
.hero_container .social-container ul {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
height: 100%
}
.hero_container .social-container li {
margin-right: 1.5rem;
flex-direction: column;
justify-content: center;
height: 100%;
display: flex
}
.hero_container .social-container .icon2 {
font-size: 1.2rem;
height: 100%;
width: 100%;
transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
color: #FDFDFD
}
.hero_container .social-container .icon2:hover {
color: #2D3D7D
}
.buttoncontainer {
margin-top: 3.5rem;
margin-bottom: 1rem;
display: flex
}
.homepage-callout {
display: flex;
background-color: #FFD640;
box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2)
}
.homepage-callout .callout-copy {
margin: auto;
margin-top: 1rem;
margin-bottom: 0.5rem
}
.homepage-callout .callout-copy a {
text-decoration: none;
border-bottom: 1px solid #19273C;
color: #19273C;
transition: all 0.2s ease-in-out
}
.homepage-callout .callout-copy a:hover {
border-bottom: 1px solid #19273C;
padding-bottom: 3px
}
.trio {
margin-top: 9rem;
margin-bottom: 7rem;
margin-left: auto;
margin-right: auto;
width: 70vw;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap
}
.trio p {
text-align: center
}
.trio h2 {
text-align: center;
padding-bottom: 1rem
}
.trio .trio-left {
justify-content: center;
flex-grow: 0;
flex-basis: 20%;
flex-shrink: 1;
flex-wrap: wrap
}
.trio .trio-left img {
display: flex;
height: 60px;
width: auto;
margin: auto
}
.trio .trio-center {
justify-content: center;
flex-grow: 0;
flex-basis: 20%;
flex-shrink: 1;
flex-wrap: wrap
}
.trio .trio-center img {
display: flex;
height: 60px;
width: auto;
margin: auto
}
.trio .trio-right {
justify-content: center;
flex-grow: 0;
flex-basis: 20%;
flex-shrink: 1;
flex-wrap: wrap
}
.trio .trio-right img {
display: flex;
height: 60px;
width: auto;
margin: auto
}
@media only screen and (max-width: 1200px) {
.hero_container {
flex-direction: column-reverse;
-webkit-flex-direction: row
}
.hero_container .hero_illustration {
padding-bottom: 2rem
}
.contact-bg .contact-us .contact-content .social-icons>div {
flex-basis: calc(50% - 30px);
flex-direction: column
}
.contact-bg .contact-us .contact-illustration {
margin-right: 2rem
}
}
@media only screen and (max-width: 900px) {
.hero_container {
-webkit-flex-direction: row
}
.homepage-callout .callout-copy {
padding-left: 2rem;
padding-right: 2rem
}
.trio {
flex-direction: column;
max-width: 30rem;
margin-top: 4rem;
margin-bottom: 4rem
}
.trio .trio-left {
margin-bottom: 3rem
}
.trio .trio-center {
margin-bottom: 3rem
}
.trio .trio-right {
margin-bottom: 3rem
}
.contact-bg .contact-us {
flex-direction: column
}
.contact-bg .contact-us .contact-illustration {
padding-bottom: 2rem
}
}
@media only screen and (max-width: 750px) {
.hero_container {
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons>div {
flex-basis: calc(50% - 30px);
flex-direction: column
}
.contact-bg .contact-us .contact-content .social-icons>div>div {
flex-direction: row
}
}
@media only screen and (max-width: 500px) {
.indexnav {
overflow: hidden;
height: auto
}
.indexnav .navcontent {
flex-direction: column;
-webkit-flex-direction: row
}
.indexnav .navcontent .navlogo {
margin-bottom: 0.5rem
}
.indexnav .navcontent .menuitems {
justify-content: flex-start
}
.indexnav .navcontent .menuitems ul {
margin-top: 0.5rem
}
.indexnav .navcontent .menuitems ul li {
margin-left: 0;
margin-right: 2rem
}
.hero_container {
-webkit-flex-direction: row
}
.trio {
-webkit-flex-direction: row
}
.contact-bg .contact-us {
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons {
flex-direction: column;
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons>div {
flex-basis: calc(50% - 30px);
flex-direction: column;
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-content .social-icons>div>div {
flex-direction: row;
-webkit-flex-direction: row
}
.contact-bg .contact-us .contact-illustration img {
height: auto
}
.hero_container .leftcontent .textcontent .buttoncontainer {
display: flex
}
.footer-bg .footer-container {
flex-wrap: wrap;
flex-direction: column;
-webkit-flex-direction: row
}
.footer-bg .footer-container .footer-right ul {
flex-direction: column;
-webkit-flex-direction: row
}
.footer-bg .footer-container .footer-right li {
margin-left: 0
}
.footer-bg .footer-container .footer-right li a {
padding-top: 0.6rem
}
.footer-bg .footer-container .footer-right li a:hover {
border-bottom: none
}
}
.spinner {
width: 80px;
height: 80px;
background-color: #564787;
margin: 100px auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
| 0.404625 | 0.098296 |
.head {
width: 100%;
height: 40px;
border-bottom: 1px solid lightskyblue;
background-color: lightskyblue;
}
.head .head-cont {
width: 1200px;
margin: 0 auto;
color: #fff;
font-size: 14px;
height: 40px;
opacity:1.0
}
.head .head-cont a{
color: #fff;
}
.head .head-cont .con-l {
display: inline-block;
}
.head .head-cont .con-l .left .index-username {
display: inline-block;
width: 70px;
line-height: 40px;
}
.head .head-cont .con-l .left .vim {
display: none;
}
.head .head-cont .con-l .left,.head .head-cont .con-r ul li {
cursor: pointer;
display: inline-block;
line-height: 40px;
border: 1px solid transparent;
border-bottom: none;
}
.head .head-cont .con-l .headLeft-right {
display: inline-block;
margin-left: 20px;
}
.head .head-cont .con-r {
float:right;
line-height: 40px;
right: 10px;
}
.head .head-cont .con-r ul li {
float: left;
padding: 0 15px 0 15px;
cursor: pointer;
}
.head a:hover {
color: #dd4f50;
}
/*search*/
.search {
width: 1080px;
height: 85px;
margin: 20px auto;
clear: both;
}
.search img{
float: left;
}
.search-r {
float: left;
width: 460px;
border: 2px lightskyblue solid;
border-right: 0;
background: #fff;
position: relative;
height: 36px;
line-height: 36px;
margin: 25px 155px;
position: relative;
}
.search-r .search-text {
width: 256px;
height: 34px;
line-height: 34px;
border: 0;
outline: none;
padding-left: 10px;
color: #bbb;
position: absolute;
left: 0px;
top: 0px;
}
.search-r .search-btn {
position: absolute;
right: 0px;
top: 0px;
border: none;
outline: none;
border-radius: 0;
background: lightskyblue;
color: #fff;
width: 90px;
height: 38px;
font-size: 16px;
cursor: pointer;
}
/*nav*/
.nav {
width: 100%;
margin: 0 auto;
height: 33px;
padding: 0 auto;
background-color: black;
clear: both;
}
.nav .fen {
float: left;
width: 10%;
height: 33px;
background: black;
color: white;
line-height: 33px;
text-align: center;
cursor:pointer;
}
.nav .fen .white{
color:white;
}
.nav .fen:hover{
background-color: lightskyblue;
}
/*goods*/
.goods {
width: 1180px;
height: 602px;
background: #ddd;
margin: 0 auto;
position: relative;
overflow: hidden;
clear: both;
}
.goods .goodsImg {
width:19%;
height: 300px;
float: left;
position: relative;
/*border:1px solid #ddd;*/
border-top: none;
margin-left: 9px;
}
.goods .goodsImg .hrefImg{
display: block;
width: 100%;
height: 270px;
}
.goods .goodsImg .hrefImg img {
width: 224px;
height: 224px;
position: absolute;
left: 50%;
margin-left: -112px;
}
.goods .goodsName {
display: inline-block;
width: 220px;
height: 20px;
position: absolute;
line-height: 20px;
left: 0;
top: 235px;
font-size: 14px;
color: black;
text-align: center;
}
.goods .goodsName:hover {
color: #dd4f50;
}
.goods .page {
width: 300px;
height: 30px;
background-color: blue;
position: absolute;
line-height: 30px;
right: 0;
bottom: 0;
}
.goods .page a {
color: black;
}
/*footer*/
.footer {
width: 100%;
clear: both;
height: 283px;
background: #fafafa;
border-top: 2px solid lightskyblue;
margin-top: 40px;
}
.footer .footer-top {
width: 1190px;
height: 194px;
margin: 0 auto;
padding: 20px 0px 0 0;
}
.footer .footer-top .footer-logo {
float: left;
width: 290px;
}
.footer .footer-top .footer-logo img {
display: block;
margin-bottom: 10px;
}
.footer .footer-top dl {
width: 130px;
float: left;
}
.footer .footer-top dl dt {
height: 30px;
font-size: 14px;
}
.footer .footer-top dl dd a {
color: black;
line-height: 26px;
font-size: 14px;
}
.footer .footer-top .footer-code {
float: left;
width: 240px;
/*padding-left: 40px;*/
}
.footer .footer-top .footer-code ul li {
width: 130px;
float: left;
}
.footer .footer-top .footer-code ul li h1 {
font-weight: normal;
font-size: 14px;
color: #999;
margin-bottom: 8px;
margin-left: 20px;
}
.footer .footer-top .footer-code ul li img {
max-width: 130px;
}
.footer .footer-bottom {
width: 100%;
height: 87px;
background-color: #f5f5f5;
font-size: 14px;
clear: both;
}
.footer .bottomNav {
line-height: 30px;
text-align: center;
padding-top: 20px;
}
.footer .bottomNav ul {
display: inline-block;
}
.footer .bottomNav li {
float: left;
color: #d7d7d7;
}
.footer .bottomNav li a {
margin: 0px 10px;
}
.footer .info {
text-align: center;
}
.footer .bottomNav li a,.footer-bottom {
color: #666;
}
/*detail*/
.detail {
width: 1349px;
height: 500px;
margin: 0 auto;
padding-top: 3px;
position: relative;
clear: both;
border-top:2px solid lightskyblue;
}
.detail-left {
width: 452px;
height: 452px;
margin-left: 50px;
position: relative;
float: left;
}
.detail-left .detail-wrap {
position: absolute;
top: 0;
left: 0;
width: 452px;
height: 452px;
border: 1px solid #efefef;
}
.detail-right {
float: right;
width: 600px;
height: 400px;
margin-right:180px;
position: relative;
}
.detail-right .add-cart {
position: absolute;
left: 20px;
top:240px;
}
.detail-right .detailName {
margin-top: 50px;
margin-left: 30px;
font-size: 20px;
}
.detail-right .detailDesc {
margin-left: 30px;
margin-top: 30px;
font-size: 16px;
}
.detail-right .detailPrice {
display: block;
height: 40px;
line-height: 40px;
margin-left: 30px;
margin-top: 30px;
font-size: 20px;
color: #dd4f50;
background: lightskyblue;
}
/*cart*/
.cart {
width: 80%;
margin: 0 auto;
clear:both;
margin-top: 30px;
}
.cart table {
width: 100%;
}
.cart table tr td {
text-align: center;
vertical-align: middle;
font-size: 14px;
}
.cart table tr:first-child {
border-bottom: 1px solid #ccc;
height: 35px;
}
.cart table tr td img {
width: 98px;
height: 98px;
float: left;
}
.cart table tr td .goods_number{
width: 30px;
height: 15px;
margin:0 4px;
}
.cart table tr td .ad{
float: left;
width: 30px;
margin-left: 5px;
}
.cart table tr td .ad span{
display: inline-block;
width: 100%;
height: 10px;
border:1px solid #ccc;
line-height:10px;
}
/*register*/
.form {
width: 600px;
height: 200px;
margin: 0 auto;
/*background: red;*/
border:1px solid lightskyblue;
}
|
20170703/beijing_haoliuqing/style/style.css
|
.head {
width: 100%;
height: 40px;
border-bottom: 1px solid lightskyblue;
background-color: lightskyblue;
}
.head .head-cont {
width: 1200px;
margin: 0 auto;
color: #fff;
font-size: 14px;
height: 40px;
opacity:1.0
}
.head .head-cont a{
color: #fff;
}
.head .head-cont .con-l {
display: inline-block;
}
.head .head-cont .con-l .left .index-username {
display: inline-block;
width: 70px;
line-height: 40px;
}
.head .head-cont .con-l .left .vim {
display: none;
}
.head .head-cont .con-l .left,.head .head-cont .con-r ul li {
cursor: pointer;
display: inline-block;
line-height: 40px;
border: 1px solid transparent;
border-bottom: none;
}
.head .head-cont .con-l .headLeft-right {
display: inline-block;
margin-left: 20px;
}
.head .head-cont .con-r {
float:right;
line-height: 40px;
right: 10px;
}
.head .head-cont .con-r ul li {
float: left;
padding: 0 15px 0 15px;
cursor: pointer;
}
.head a:hover {
color: #dd4f50;
}
/*search*/
.search {
width: 1080px;
height: 85px;
margin: 20px auto;
clear: both;
}
.search img{
float: left;
}
.search-r {
float: left;
width: 460px;
border: 2px lightskyblue solid;
border-right: 0;
background: #fff;
position: relative;
height: 36px;
line-height: 36px;
margin: 25px 155px;
position: relative;
}
.search-r .search-text {
width: 256px;
height: 34px;
line-height: 34px;
border: 0;
outline: none;
padding-left: 10px;
color: #bbb;
position: absolute;
left: 0px;
top: 0px;
}
.search-r .search-btn {
position: absolute;
right: 0px;
top: 0px;
border: none;
outline: none;
border-radius: 0;
background: lightskyblue;
color: #fff;
width: 90px;
height: 38px;
font-size: 16px;
cursor: pointer;
}
/*nav*/
.nav {
width: 100%;
margin: 0 auto;
height: 33px;
padding: 0 auto;
background-color: black;
clear: both;
}
.nav .fen {
float: left;
width: 10%;
height: 33px;
background: black;
color: white;
line-height: 33px;
text-align: center;
cursor:pointer;
}
.nav .fen .white{
color:white;
}
.nav .fen:hover{
background-color: lightskyblue;
}
/*goods*/
.goods {
width: 1180px;
height: 602px;
background: #ddd;
margin: 0 auto;
position: relative;
overflow: hidden;
clear: both;
}
.goods .goodsImg {
width:19%;
height: 300px;
float: left;
position: relative;
/*border:1px solid #ddd;*/
border-top: none;
margin-left: 9px;
}
.goods .goodsImg .hrefImg{
display: block;
width: 100%;
height: 270px;
}
.goods .goodsImg .hrefImg img {
width: 224px;
height: 224px;
position: absolute;
left: 50%;
margin-left: -112px;
}
.goods .goodsName {
display: inline-block;
width: 220px;
height: 20px;
position: absolute;
line-height: 20px;
left: 0;
top: 235px;
font-size: 14px;
color: black;
text-align: center;
}
.goods .goodsName:hover {
color: #dd4f50;
}
.goods .page {
width: 300px;
height: 30px;
background-color: blue;
position: absolute;
line-height: 30px;
right: 0;
bottom: 0;
}
.goods .page a {
color: black;
}
/*footer*/
.footer {
width: 100%;
clear: both;
height: 283px;
background: #fafafa;
border-top: 2px solid lightskyblue;
margin-top: 40px;
}
.footer .footer-top {
width: 1190px;
height: 194px;
margin: 0 auto;
padding: 20px 0px 0 0;
}
.footer .footer-top .footer-logo {
float: left;
width: 290px;
}
.footer .footer-top .footer-logo img {
display: block;
margin-bottom: 10px;
}
.footer .footer-top dl {
width: 130px;
float: left;
}
.footer .footer-top dl dt {
height: 30px;
font-size: 14px;
}
.footer .footer-top dl dd a {
color: black;
line-height: 26px;
font-size: 14px;
}
.footer .footer-top .footer-code {
float: left;
width: 240px;
/*padding-left: 40px;*/
}
.footer .footer-top .footer-code ul li {
width: 130px;
float: left;
}
.footer .footer-top .footer-code ul li h1 {
font-weight: normal;
font-size: 14px;
color: #999;
margin-bottom: 8px;
margin-left: 20px;
}
.footer .footer-top .footer-code ul li img {
max-width: 130px;
}
.footer .footer-bottom {
width: 100%;
height: 87px;
background-color: #f5f5f5;
font-size: 14px;
clear: both;
}
.footer .bottomNav {
line-height: 30px;
text-align: center;
padding-top: 20px;
}
.footer .bottomNav ul {
display: inline-block;
}
.footer .bottomNav li {
float: left;
color: #d7d7d7;
}
.footer .bottomNav li a {
margin: 0px 10px;
}
.footer .info {
text-align: center;
}
.footer .bottomNav li a,.footer-bottom {
color: #666;
}
/*detail*/
.detail {
width: 1349px;
height: 500px;
margin: 0 auto;
padding-top: 3px;
position: relative;
clear: both;
border-top:2px solid lightskyblue;
}
.detail-left {
width: 452px;
height: 452px;
margin-left: 50px;
position: relative;
float: left;
}
.detail-left .detail-wrap {
position: absolute;
top: 0;
left: 0;
width: 452px;
height: 452px;
border: 1px solid #efefef;
}
.detail-right {
float: right;
width: 600px;
height: 400px;
margin-right:180px;
position: relative;
}
.detail-right .add-cart {
position: absolute;
left: 20px;
top:240px;
}
.detail-right .detailName {
margin-top: 50px;
margin-left: 30px;
font-size: 20px;
}
.detail-right .detailDesc {
margin-left: 30px;
margin-top: 30px;
font-size: 16px;
}
.detail-right .detailPrice {
display: block;
height: 40px;
line-height: 40px;
margin-left: 30px;
margin-top: 30px;
font-size: 20px;
color: #dd4f50;
background: lightskyblue;
}
/*cart*/
.cart {
width: 80%;
margin: 0 auto;
clear:both;
margin-top: 30px;
}
.cart table {
width: 100%;
}
.cart table tr td {
text-align: center;
vertical-align: middle;
font-size: 14px;
}
.cart table tr:first-child {
border-bottom: 1px solid #ccc;
height: 35px;
}
.cart table tr td img {
width: 98px;
height: 98px;
float: left;
}
.cart table tr td .goods_number{
width: 30px;
height: 15px;
margin:0 4px;
}
.cart table tr td .ad{
float: left;
width: 30px;
margin-left: 5px;
}
.cart table tr td .ad span{
display: inline-block;
width: 100%;
height: 10px;
border:1px solid #ccc;
line-height:10px;
}
/*register*/
.form {
width: 600px;
height: 200px;
margin: 0 auto;
/*background: red;*/
border:1px solid lightskyblue;
}
| 0.554229 | 0.049428 |
@charset "utf-8";
/** hack for reset.css **/
body,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: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: inherit;
}
fieldset,img {
border: none;
}
address,caption,cite,code,dfn,em,th,var {
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: none;
font-variant: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input,button,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,button,textarea,select {
*font-size: 100%;
}
select,input,button,textarea {
font: 100% Tahoma,Arial,sans-serif;
}
pre,code,kbd,samp,tt {
font-family: 'Courier New',Courier,monospace;
}
small {
font-size: 100%;
}
abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
hr {
color: #D1D7DC;
background-color: #D1D7DC;
border: none;
height: 1px;
}
html {
overflow-y: scroll;
height: 100%;
}
body {
font: 12px/1.5 Tahoma,Arial,"宋体",sans-serif;
color: #555;
height: 100%;
background-color: #FFF;
}
a {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.disable {
color: #999;
}
a.disable:hover {
text-decoration: none;
cursor: default;
}
a.link-expired {
color: #f00
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
overflow: hidden;
}
.clearfix {
*zoom: 1;
}
/** grid **/
.g_1,.g_2,.g_3,.g_4,.g_5,.g_6,.g_7,.g_8,.g_9,.g_10,.g_11,.g_12,.g_13,.g_14,.g_15,.g_16,.g_17,.g_18,.g_19,.g_20,.g_21,.g_22,.g_23,.g_24,.g_25,.g_26,.g_27,.g_28,.g_29,.g_30,.g_31,.g_32 {
display: inline;
float: left;
margin-right: 10px
}
.g_1 {
width: 20px
}
.g_2 {
width: 50px
}
.g_3 {
width: 80px
}
.g_4 {
width: 110px
}
.g_5 {
width: 140px
}
.g_6 {
width: 170px
}
.g_7 {
width: 200px
}
.g_8 {
width: 230px
}
.g_9 {
width: 260px
}
.g_10 {
width: 290px
}
.g_11 {
width: 320px
}
.g_12 {
width: 350px
}
.g_13 {
width: 380px
}
.g_14 {
width: 410px
}
.g_15 {
width: 440px
}
.g_16 {
width: 470px
}
.g_17 {
width: 500px
}
.g_18 {
width: 530px
}
.g_19 {
width: 560px
}
.g_20 {
width: 590px
}
.g_21 {
width: 620px
}
.g_22 {
width: 650px
}
.g_23 {
width: 680px
}
.g_24 {
width: 710px
}
.g_25 {
width: 740px
}
.g_26 {
width: 770px
}
.g_27 {
width: 800px
}
.g_28 {
width: 830px
}
.g_29 {
width: 860px
}
.g_30 {
width: 890px
}
.g_31 {
width: 920px
}
.g_32 {
width: 950px
}
.g_33 {
margin-left: auto;
margin-right: auto;
clear: both;
}
.g_33:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both
}
.g_last {
margin-right: 0
}
/* price */
.price dfn {
padding-right: 2px;
font-family: Arial,verdana;
}
/* input */
.input {
display: inline-block;
width: 268px;
height: 18px;
padding: 7px 4px;
border: 1px solid #CECECE;
line-height: 18px;
vertical-align: middle;
font-size: 12px;
color: #BDBDBD;
box-shadow: 0 1px 3px rgba(206,206,206,0.2) inset;
-moz-box-sizing: inherit;
-webkit-box-sizing: inherit;
}
.input:hover {
border-color: #999;
}
.input-focus,.input-focus:hover {
border-color: #78C674;
background-color: #F2FEF2;
color: #555;
box-shadow: 0 1px 3px rgba(120,198,116,0.2) inset;
}
.input-detect,.input-detect:hover {
border-color: #EDC7AE;
background-color: #FFFCF6;
color: #555;
box-shadow: 0 1px 3px rgba(237,199,174,0.2) inset;
}
.input-error,.input-error:hover {
border-color: #FF819C;
background-color: #FFF7F9;
box-shadow: 0 1px 3px rgba(255,129,156,0.2) inset;
}
.input-success,.input-success:hover {
color: #555;
background-color: FBFBFB;
box-shadow: 0 1px 3px rgba(206,206,206,0.2) inset;
}
.input:focus,.input-detect:focus,.input-error:focus,.input-success:focus {
border-color: #78C674;
background-color: #F2FEF2;
color: #555;
box-shadow: 0 1px 3px rgba(120,198,116,0.2) inset;
outline: none;
}
.input-disable,.input-disable:focus,.input-disable:hover {
background-color: #EBEBEB;
border-color: #CECECE;
color: #BDBDBD;
cursor: default;
}
/* btn */
.btn {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
height: 32px;
border: 1px solid #CACACA;
padding: 0 15px;
line-height: 32px;
text-align: center;
vertical-align: middle;
background-color: #F6F6F6;
font-size: 14px;
font-weight: 700;
color: #555;
cursor: pointer;
border-radius: 3px;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-color: #FFF;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
height: 34px\9;
line-height: 34px\9;
border: 0 none\9;
background: url(ui-btn.png) no-repeat 0 0\9;
}
.pop .confirm,
.pop .cancel,
.pop .closeTip {
margin: 0 8px;
}
.btn-inner {
position: absolute;
right: 0;
top: 0;
height: 34px\9;
width: 15px\9;
background: url(ui-btn.png) right 0\9;
_right: -1px;
}
.btn:focus {
outline: none;
}
.btn:hover {
border-color: #86CCBE;
color: #25A38A;
background: url(ui-btn.png) 0 -80px\9;
text-decoration: none;
}
.btn:hover .btn-inner {
background: url(ui-btn.png) right -80px\9;
}
.btn:active {
color: #25A38A;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background-image: -moz-linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background-image: -o-linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background-image: linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background: url(ui-btn.png) 0 -120px\9;
}
.btn:active .btn-inner {
background: url(ui-btn.png) right -120px\9;
}
/* btn-small */
.btn-small {
height: 28px;
line-height: 28px;
font-size: 12px;
height: 30px\9;
line-height: 30px\9;
border: 0 none\9;
background: url(ui-btn.png) 0 -40px\9;
}
.btn-small .btn-inner {
height: 30px\9;
background: url(ui-btn.png) right -40px\9;
_right: -1px;
}
.btn-small:hover {
background: url(ui-btn.png) 0 -160px\9;
}
.btn-small:hover .btn-inner {
background: url(ui-btn.png) right -160px\9;
}
.btn-small:active {
background: url(ui-btn.png) 0 -200px\9;
}
.btn-small:active .btn-inner {
background: url(ui-btn.png) right -200px\9;
}
/* btn-primary */
.btn-primary {
color: #FFF;
border-color: #D94241;
box-shadow: 0 1px 0 #FE7D7B inset;
box-shadow: none\9;
background-color: #FC4F4E;
background: url(ui-btn.png) 0 -280px\9;
}
.btn-primary .btn-inner {
height: 34px\9;
width: 15px\9;
background: url(ui-btn.png) right -280px\9;
}
.btn-primary:hover,.btn-primary:active {
border-color: #D94241;
color: #FFF;
background: url(ui-btn.png) 0 -280px\9;
}
.btn-primary:hover .btn-inner,.btn-primary:active .btn-inner {
background: url(ui-btn.png) right -280px\9;
}
/* btn-important */
.btn-important,
.pop .confirm {
color: #FFF;
border-color: #019679;
box-shadow: none\9;
background-color: #0AB191;
background: url(ui-btn.png) 0 -240px\9;
}
.btn-important .btn-inner,
.pop .confirm .btn-inner {
height: 34px\9;
width: 15px\9;
background: url(ui-btn.png) right -240px\9;
}
.btn-important:hover,
.btn-important:active,
.pop .confirm:hover,
.pop .confirm:active {
border-color: #019679;
color: #FFF;
background: url(ui-btn.png) 0 -240px\9;
}
.btn-important:hover .btn-inner,
.btn-important:active .btn-inner,
.pop .confirm:hover .btn-inner,
.pop .confirm:active .btn-inner {
background: url(ui-btn.png) right -240px\9;
}
/* btn-disable */
.btn-disable,.btn-disable:hover,.btn-disable:active {
border-color: #CACACA;
color: #BEBEBE;
background: #F5F5F5;
background: url(ui-btn.png) 0 -320px\9;
text-decoration: none;
cursor: default;
}
.btn-disable .btn-inner {
height: 34px;
width: 15px;
background: url(ui-btn.png) right -320px\9;
}
.btn-disable:hover .btn-inner,.btn-disable:active .btn-inner {
background: url(ui-btn.png) right -320px\9;
}
/* btn-link */
.btn-link {
border: 0 none;
background-color: transparent;
background-image: none;
box-shadow: none;
color: #009B7D;
font-size: 12px;
font-weight: 100;
}
.btn-link:hover {
background-color: transparent;
background-image: none;
text-decoration: underline;
}
.btn-link:active {
background-color: transparent;
background-image: none;
}
/* btn-submit */
.btn-submit {
display: inline-block;
*display: inline;
*zoom: 1;
width: 68px;
height: 34px;
border: 0 none;
line-height: 32px;
text-align: center;
vertical-align: middle;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background: url(btn-submit.png) no-repeat 0 0;
font-size: 14px;
font-weight: 700;
color: #FFF;
cursor: pointer;
}
/* ui-public */
.logo a,
.link-service,
.link-help,
.nav-side .title,
.nav-side dd a {
background-image: url(ui-public.png);
background-repeat: no-repeat;
}
/* un-toolbar */
.toolbar .game-menu-inner,
.toolbar .game-menu-list a i,
.dropdown-menu-btn {
background-image: url(un-toolbar.png);
background-repeat: no-repeat;
}
/* toolbar */
.bg-toolbar {
position: relative;
z-index: 2;
height: 40px;
background-color: rgba(0,0,0,0.2);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33000000', endColorstr='#33000000');
}
:root .bg-toolbar {
filter: none\0;
/*IE9 hack*/
}
.toolbar {
position: relative;
z-index: 100;
height: 40px;
margin-top: -40px;
color: #FFF;
}
.toolbar .menu {
float: right;
padding-top: 10px;
}
.toolbar .menu li {
line-height: 20px;
height: 20px;
float: left;
_display: inline;
margin-left: 15px;
vertical-align: top;
}
.toolbar .user {
position: relative;
}
.toolbar .user a {
display: inline-block;
*display: inline;
*zoom: 1;
color: #FFF;
vertical-align: top;
line-height: 20px;
}
.toolbar .user a:hover {
_zoom: 1;
text-decoration: none;
}
.toolbar .ucenter {
position: relative;
padding-right: 14px;
}
.toolbar .ucenter a {
display: inline-block;
color: #FFF;
}
.toolbar .ucenter a:hover {
_zoom: 1;
text-decoration: none;
}
.toolbar .ucenter .tri {
position: absolute;
top: 7px;
right: 1px;
width: 7px;
height: 4px;
background-position: -100px -150px;
font-style: normal;
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.toolbar .ucenter a:hover .tri {
background-position: -90px -150px\9;
-webkit-transform: rotate(180deg) translateZ(0);
-moz-transform: rotate(180deg) translateZ(0);
transform: rotate(180deg);
}
.toolbar .msg {
position: relative;
}
.toolbar .msg .msg-title {
display: block;
line-height: 12px;
margin-top: 1px;
background: #ff9600;
padding: 3px;
min-width: 12px;
_width: auto;
border-radius: 3px;
color: #fff;
font-size: 11px;
font-family: "Tahoma";
text-align: center;
overflow: hidden;
text-decoration: none;
}
.toolbar .msg-box {
width: 260px;
position: absolute;
top: 30px;
left: -56px;
padding: 6px 10px;
background-color: #FFF;
border: 1px solid #BFBFBF;
line-height: 22px;
color: #555;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
display: none;
}
.toolbar .msg-trigger .msg-box {
display: block;
}
.toolbar .msg-box a {
color: #555;
}
.toolbar .msg-box a:hover {
color: #ff9600;
text-decoration: underline;
}
.toolbar .msg-box .more {
float: right;
}
.toolbar .msg-box .more:hover {
color: #555;
}
.toolbar .msg-hd {
border-bottom: 1px solid #F4F4F4;
padding-bottom: 4px;
margin-bottom: 2px;
}
.toolbar .msg-bd a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.toolbar .msg-box .tri {
position: absolute;
top: -6px;
left: 58px;
width: 12px;
height: 6px;
background-position: -70px -150px;
overflow: hidden;
}
.toolbar .menu .balance {
line-height: 14px;
height: 14px;
padding: 2px 6px;
border: 1px dotted rgba(255,255,255,.2);
border: 1px dotted #AAA\9;
}
.toolbar .balance span {
height: 14px;
line-height: 14px;
}
.toolbar .balance .refreshBall {
display: inline-block;
*display: inline;
*zoom: 1;
width: 14px;
height: 14px;
background: url(ui-refresh.png) no-repeat;
cursor: pointer;
vertical-align: top;
margin-left: 7px;
}
.toolbar .balance a {
text-decoration: underline;
color: #fff;
}
.toolbar .menu .withdrawals, .toolbar .menu .quit {
margin-left: 0px;
border-left: 1px solid rgba(255,255,255,.2);
border-left: 1px solid #AAA\9;
padding-left: 4px;
}
.toolbar .menu .recharge, .toolbar .menu .withdrawals, .toolbar .menu .quit {
line-height: 18px;
height: 18px;
margin-top: 1px;
padding-right: 4px;
}
.toolbar .menu .quit {
padding-right: 0;
}
.toolbar .recharge a,.toolbar .withdrawals a, .toolbar .quit a {
background: transparent;
display: block;
padding: 0 4px;
line-height: 18px;
color: #fff;
text-align: center;
text-decoration: none;
}
.toolbar .recharge a:hover,.toolbar .withdrawals a:hover, .toolbar .quit a:hover {
color: #fff110;
}
.toolbar .menu-nav {
position: absolute;
top: 30px;
right: -16px;
width: 48px;
padding: 6px 15px;
background-color: #FFF;
border: 1px solid #BFBFBF;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
display: none;
}
.toolbar .menu-trigger .menu-nav {
display: block;
}
.toolbar .menu-nav a {
line-height: 22px;
color: #555;
}
.toolbar .menu-nav a:hover {
text-decoration: underline;
color: #ff9600;
}
.toolbar .menu-nav .tri {
position: absolute;
top: -6px;
left: 30px;
width: 12px;
height: 6px;
background-position: -70px -150px;
}
.toolbar .menu-nav .tri,.toolbar .msg-box .tri {
position: absolute;
top: -6px;
left: 30px;
width: 0;
height: 0;
overflow: hidden;
border-width: 7px;
border-color: transparent transparent #FFF;
border-style: none dotted solid;
border-style: none solid solid\9
}
.toolbar .msg-box .tri {
left: 58px
}
.toolbar .quit a {
display: inline-block;
background-position: -110px -150px;
}
/* triangle */
.triangle {
position: absolute;
top: -14px;
left: 50%;
margin-left: -3px;
border-left: 7px solid transparent;
border-top: 7px solid transparent;
border-bottom: 7px solid #d8d8d8;
border-right: 7px solid transparent;
}
.triangle span {
position: absolute;
top: -5px;
left: -6px;
border-left: 6px solid transparent;
border-top: 6px solid transparent;
border-bottom: 6px solid #f5f5f5;
border-right: 6px solid transparent;
}
/* dropdown-menu-btn */
.dropdown-menu-btn {
background-position: right -392px;
padding-right: 16px;
white-space: nowrap;
}
/** 游戏下拉菜单 **/
.toolbar .game-menu {
width: auto;
_width: 64px;
height: 40px;
float: left;
margin-left: 20px;
position: relative;
color: #666;
}
.toolbar .game-menu-text {
position: relative;
z-index: 1;
display: block;
width: auto;
height: 40px;
background-position: right -382px;
line-height: 40px;
font-size: 12px;
color: #fff;
cursor: pointer;
}
.toolbar .game-menu-current .game-menu-text {
/*background-image:url(dropdown-menu-icon.png)*/
;
}
.toolbar .game-menu-panel {
display: none;
position: absolute;
top: 39px;
left: 0;
background: #F5F5F5;
border: 1px solid #D8D8D8;
padding: 4px;
-moz-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
-webkit-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
}
.toolbar .panel-current {
display: block;
}
.toolbar .game-menu-triangle {
left: 16px;
margin-left: 0;
_display: none;
}
.toolbar .game-menu-inner {
border: 1px solid #DFDFDF;
background-color: #FFF;
background-position: 0 0;
}
.toolbar .game-menu-box {
position: relative;
border-top: 1px solid #e7e7e7;
margin-top: -1px;
}
.toolbar .game-menu-title {
line-height: 26px;
font-size: 14px;
color: #009a87;
position: absolute;
left: 10px;
top: 8px;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft Yahei",sans-serif,arial;
}
.toolbar .game-menu-list {
width: 200px;
padding: 8px 0 4px 105px;
*padding-bottom: 8px;
overflow: hidden;
*zoom: 1;
}
.toolbar .game-menu-list a {
position: relative;
display: block;
width: 90px;
float: left;
font-size: 12px;
text-indent: 8px;
line-height: 24px;
border: 1px solid #ececec;
border-radius: 3px;
margin: 0 8px 4px 0;
color: #666;
}
.toolbar .game-menu-list a:hover {
color: #fff;
background-color: #009a87;
text-decoration: none;
}
.toolbar .game-menu-list a i {
position: absolute;
width: 11px;
height: 11px;
background-repeat: no-repeat;
right: 3px;
top: 50%;
margin-top: -5px;
}
.toolbar .game-menu-list .new-game i {
background-position: 0 -450px;
}
.toolbar .game-menu-list .hot-game i {
background-position: 0 -470px;
}
.toolbar .game-menu-list .new-game:hover i {
background-position: -20px -420px;
}
.toolbar .game-menu-list .hot-game:hover i {
background-position: -20px -440px;
}
/* back-top-home */
.back-top-home {
float: left;
display: inline;
// margin-left: 30px;
line-height: 30px;
margin-top: 5px;
color: #fff;
}
.back-top-home:hover {
color: #fff110;
text-decoration: none;
}
/* header */
.header {
height: 100px;
padding-top: 40px;
margin-top: -40px;
background: url(bg-header.jpg) repeat #006657;
}
.logo {
float: left;
margin-top: 24px;
}
.logo a {
display: block;
width: 230px;
height: 0;
padding-top: 48px;
background-position: 0 0;
overflow: hidden;
background: none;
}
.service {
float: right;
margin-top: 37px;
}
.link-service {
float: left;
width: 108px;
height: 0;
padding-top: 27px;
background-position: 0 -180px;
overflow: hidden;
}
.link-help {
float: left;
width: 98px;
height: 0;
padding-top: 27px;
background-position: -110px -180px;
overflow: hidden;
}
.link-service:hover {
background-position: 0 -210px;
}
.link-service:active {
background-position: 0 -240px;
}
.link-help:hover {
background-position: -110px -210px;
}
.link-help:active {
background-position: -110px -240px;
}
/* footer */
.footer {
width: 100%;
height: 50px;
line-height: 50px;
background: url(bg-header.jpg) repeat;
color: #FFF;
font-family: Tahoma,Arial;
}
.footer .copy {
float: right;
color: #FFF;
}
.footer a {
display: inline-block;
margin: 0 8px;
color: #FFF;
}
.footer-important,.footer-important .copy,.footer-important a {
color: #999;
}
.footer-important {
background: #F7F7F7;
border-top: 1px solid #E9E9E9;
}
.footer-bottom {
position: absolute;
bottom: 0;
}
/** 右侧内容主外容器 **/
.common-main {
margin-top: 10px;
margin-bottom: 10px;
}
/** 左侧固定菜单 **/
.common-side {
padding: 0 14px;
border: 1px solid #E3E3E3;
background-color: #FAFAFA;
overflow: hidden;
}
.nav-side {
overflow: hidden;
}
.nav-side dl {
padding: 15px 0 8px;
margin-top: -2px;
border-top: 1px solid #ECECEC;
border-bottom: 1px solid #FFF;
}
.nav-side dd a {
display: block;
height: 30px;
line-height: 30px;
margin-left: 17px;
padding-left: 8px;
background-position: -390px -145px;
color: #555;
}
.nav-side dd a:hover {
color: #269F8D;
}
.nav-side .title {
width: 100px;
height: 0px;
padding-top: 18px;
overflow: hidden;
}
.nav-side .side-bet .title {
background-position: 0 -130px;
}
.nav-side .side-safe .title {
background-position: -100px -130px;
}
.nav-side .side-service .title {
background-position: -200px -130px;
}
.nav-side .side-proxy .title {
background-position: -300px -130px;
}
.nav-side .side-funds .title {
background-position: -200px -150px;
}
.nav-side .side-message-num {
display: none;
width: 35px;
border: 1px solid #EE4645;
background: #EE4645;
color: #FFF;
height: 10px;
font-size: 11px;
border-radius: 5px;
}
/** 右侧内容主体 **/
.common-content {
position: relative;
border: 1px solid #E3E3E3;
min-height: 715px;
_height: 715px;
}
.common-content .title {
height: 38px;
line-height: 38px;
padding: 0 15px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.common-content .content {
padding: 20px 50px;
}
.common-article .title {
height: 38px;
line-height: 38px;
margin-bottom: 10px;
padding: 0 15px;
font-size: 14px;
font-weight: 700;
border: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.common-article .title .more {
float: right;
}
.common-article .content {
border: 1px solid #E3E3E3;
min-height: 548px;
_height: 548px;
}
.common-article .title .more a {
display: inline-block;
height: 38px;
line-height: 38px;
padding: 0 10px;
font-size: 14px;
font-weight: 100;
color: #555;
}
.common-article .title .more a:hover,.common-article .title .more .current {
color: #009A87;
}
.ui-tab-title .more .current {
font-weight: 700;
color: #009B7D;
}
.common-article .content {
border: 1px solid #E3E3E3;
min-height: 548px;
_height: 548px;
}
.common-sub {
margin-bottom: 10px;
border: 1px solid #E3E3E3;
background-color: #FFF;
}
.common-sub .title {
height: 38px;
line-height: 38px;
padding: 0 15px;
font-size: 14px;
font-weight: 700;
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.common-sub .content {
padding: 20px;
}
/* alert */
.alert {
padding: 100px 10px;
text-align: center;
}
.alert i {
display: inline-block;
*display: inline;
*zoom: 1;
width: 77px;
height: 77px;
margin-right: 15px;
vertical-align: middle;
}
.alert .txt {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 360px;
_width: 360px;
vertical-align: middle;
text-align: left;
line-height: 24px;
overflow: hidden;
}
.alert h4 {
padding-bottom: 4px;
font-size: 16px;
}
.alert p {
padding-top: 8px;
line-height: 24px;
}
.alert a {
color: #0DA08A
}
.alert .btn {
color: #555;
}
.alert .btn:hover {
color: #25A38A;
}
.alert-error i {
background-position: -80px 0;
}
.alert-success i {
background-position: 0 0;
}
.alert-waring i {
background-position: -160px 0;
}
.alert-error h4 {
color: #EB0D41;
}
.alert-success h4 {
color: #269F8D;
}
.alert-waring h4 {
color: #FF8400;
}
.alert-mini {
padding: 30px 10px;
text-align: center;
}
.alert-mini i {
display: inline-block;
*display: inline;
*zoom: 1;
width: 24px;
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
.alert-mini .ico-success {
background-position: -120px -80px;
}
.alert-mini .txt {
max-width: 378px;
_width: 378px;
}
/* pop */
.pop {
width: 488px;
padding: 10px;
border: 1px solid #CACACA;
background-color: #FFF;
text-align: center;
word-wrap: break-word;
}
.pop .hd {
height: 28px;
line-height: 18px;
border-bottom: 1px solid #EFEFEF;
font-size: 14px;
font-weight: 700;
text-align: left;
}
.pop .hd-info {
margin-left: 10px;
font-size: 12px;
font-weight: 100;
}
.pop .close {
float: right;
width: 15px;
height: 14px;
background-position: -240px -20px;
cursor: pointer;
}
.pop .close:hover {
height: 15px;
background-position: -240px 0;
}
.pop .bd {
padding: 10px;
text-align: left;
}
.pop-title {
padding: 5px;
text-align: center;
font-size: 14px;
}
.pop-btn {
padding-top: 20px;
text-align: center;
}
.pop-btn .btn {
margin: 0 10px;
}
.pop .input {
width: 160px;
}
.pop .ui-select {
width: 170px;
}
.pop-error,.pop-success {
text-align: center;
}
.pop .ico-success,.pop .ico-error {
display: inline-block;
*display: inline;
*zoom: 1;
width: 24px;
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
.pop .ico-success {
background-position: -120px -80px;
}
.pop .ico-error {
background-position: -150px -80px;
}
.pop-text {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
text-align: left;
line-height: 24px;
font-size: 14px;
overflow: hidden;
}
.pop .bd .ico-success,.pop .bd .ico-error,.pop .bd .ico-waring {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
width: 30px;
height: 30px;
margin-right: 10px;
}
.pop .bd .ico-success {
background-position: 0 -80px;
}
.pop .bd .ico-error {
background-position: -40px -80px;
}
.pop .bd .ico-waring {
background-position: -80px -80px;
}
/* jump */
.jump {
padding: 10px;
border: 1px solid #CACACA;
background-color: #FFF;
text-align: left;
}
/* notice */
.notice {
padding: 8px 10px;
margin-bottom: 10px;
border: 1px solid #F8E2B9;
background-color: #FFFDEB;
color: #FB911F;
}
.notice a {
text-decoration: underline;
}
.notice p {
line-height: 30px;
}
.notice .close {
float: right;
width: 15px;
height: 15px;
background-position: -240px 0;
cursor: pointer;
}
.notice .ico-warning {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
vertical-align: middle;
background-position: -210px -80px;
}
.public-notice {
height: 0px;
padding: 0 10px;
line-height: 28px;
background-color: #FDEDA0;
color: #CC2727;
overflow: hidden
}
.public-notice .inner {
width: 960px;
margin: 0 auto;
}
.public-notice .innerproxy {
width: 810px;
margin: 0 auto;
}
.public-notice .ico-close {
width: 15px;
height: 15px;
float: right;
margin-top: 6px;
background: url("un-notice.png") 0 0 no-repeat;
cursor: pointer;
}
.public-notice .ico-volume {
width: 15px;
height: 15px;
float: left;
margin-top: 7px;
margin-right: 6px;
background: url("un-notice.png") -16px 0 no-repeat;
}
.public-notice ul {
height: 28px;
overflow: hidden;
}
.public-notice a {
display: block;
height: 28px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.gameMessageNotice {
width: 960px;
margin: 0 auto;
}
.proxyMessageNotice {
width: 810px;
margin: 0 auto;
}
/* prompt */
.prompt {
border: 1px solid #F8E2B9;
padding: 10px;
background-color: #FFFDEB;
color: #F46E00;
_zoom: 1;
}
.prompt dt {
height: 24px;
line-height: 24px;
font-weight: 700;
}
.prompt dd {
padding-left: 12px;
line-height: 24px;
background: url(ui-safe.png) no-repeat -156px -468px;
}
/* ui-form */
.ui-title {
height: 36px;
line-height: 36px;
border-bottom: 1px dotted #B9B9B9;
font-weight: 700;
}
.ui-title span {
font-weight: 100;
font-size: 12px;
margin-left: 10px;
}
.ui-form {
width: 100%;
overflow: hidden;
}
.ui-form li {
*zoom: 1;
margin-top: 20px;
margin-bottom: 20px;
}
.ui-form-small li {
margin-top: 5px;
margin-bottom: 5px;
}
.ui-form .verify-code {
display: inline-block;
width: 100px;
height: 34px;
margin-left: 14px;
vertical-align: middle;
cursor: pointer;
}
.ui-label {
display: inline-block;
width: 140px;
height: 34px;
padding-right: 10px;
margin-right: -4px;
*margin-right: -6px;
text-align: right;
line-height: 34px;
vertical-align: middle;
}
.ui-select {
width: 200px;
height: 34px;
padding: 7px 4px;
border: 1px solid #CECECE;
vertical-align: middle;
*height: auto;
*padding: 0;
}
.ui-text {
margin-left: 150px;
line-height: 2;
}
.ui-singleline {
display: inline-block;
height: 34px;
line-height: 34px;
vertical-align: middle;
}
.ui-multiline {
display: inline-block;
max-width: 50em;
line-height: 34px;
vertical-align: top;
}
.ui-btn {
margin-left: 150px;
}
.ui-other {
margin-left: 150px;
}
.ui-check {
display: inline-block;
*display: inline;
height: 34px;
padding-left: 10px;
line-height: 34px;
vertical-align: middle;
color: #E20000;
display: none;
}
.ui-check-loading {
background: url(ui-check-loading.gif) no-repeat;
}
.ui-check-right {
background: url(ui-check-right.gif) no-repeat;
padding-left: 24px;
color: green;
display: none;
*zoom: 1;
}
.ui-check i {
display: inline-block;
width: 14px;
height: 14px;
margin-right: 5px;
background-position: -240px -40px;
overflow: hidden;
vertical-align: middle;
}
.ui-info,.ui-prompt,.ui-text-info,.ui-text-prompt {
display: inline-block;
*display: inline;
*zoom: 1;
height: 34px;
line-height: 34px;
vertical-align: middle;
}
.ui-text-info {
padding-left: 10px
}
.ui-prompt {
color: #999;
}
.ui-text-prompt {
padding-left: 10px;
color: #999;
}
.checkbox,.radio {
vertical-align: middle;
margin-right: 3px;
}
.file {
vertical-align: middle;
}
.checkbox-list .label {
margin-right: 10px
}
.radio-list .label {
margin-right: 10px
}
.label {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.textarea {
padding: 7px 4px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
box-shadow: 0 1px 3px rgba(206,206,206,0.2) inset;
}
.textarea textarea {
border: 0 none;
width: 100%;
height: 100%;
line-height: 18px;
color: #BDBDBD;
resize: none;
}
.textarea textarea:hover {
color: #555;
}
.textarea:hover {
border-color: #999;
}
.ui-form .textarea {
vertical-align: top;
display: inline-block;
*display: inline;
*zoom: 1;
}
.textarea-mark,.textarea-mark:hover {
background-color: #FFFFFF;
border-color: #FF0000;
border-style: dotted;
color: #555555;
}
.ui-form .ico-tab {
display: inline-block;
margin-right: 6px;
*margin-right: 4px;
padding: 7px 12px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
}
.ui-form .ico-tab-current {
padding: 6px 11px;
border: 2px solid #009A87;
}
.ui-form-long {
padding-left: 110px;
}
.ui-form-long .ui-label {
margin-left: -110px;
}
.ui-form-long .ico-tab {
margin-left: -110px;
margin: 4px 4px 4px 0;
}
/* ui-tab */
.ui-tab-title ul {
float: left;
}
.ui-tab-title {
padding: 10px 10px 0;
height: 38px;
border-bottom: 1px solid #DEDEDE;
*overflow: hidden;
}
.ui-tab-title li {
float: left;
padding: 8px 25px;
font-size: 14px;
border: 1px solid #DEDEDE;
border-bottom: 0 none;
background-color: #F6F6F6;
margin: 0 10px 0 0;
cursor: pointer;
}
.ui-tab-title li.current {
position: relative;
height: 22px;
font-weight: 700;
color: #009B7D;
border-color: #DEDEDE;
background-color: #FFF;
cursor: default;
}
.ui-tab-title .more {
float: right;
height: 22px;
padding: 8px 25px;
line-height: 22px;
border: 0 none;
background-color: transparent;
font-size: 14px;
}
.tab-border {
border: 1px solid #E3E3E3;
}
.tab-title-bg {
background-color: #FAFAFA;
}
.tab-title-from {
padding-left: 150px;
}
.tab-title-center {
text-align: center;
}
.tab-left .ui-tab-title {
float: left;
height: auto;
padding: 10px 0 10px 10px;
margin-right: 10px;
border-bottom: 0 none;
border-right: 1px solid #DEDEDE;
}
.tab-left .ui-tab-title li {
float: none;
border: 1px solid #DEDEDE;
margin: 0 -1px 10px 0;
}
.tab-left .ui-tab-title li.current {
border-right-color: #FFF;
}
.tab-left .table-info {
border-left: 1px solid #E3E3E3;
}
/* ui-search */
.ui-search {
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.ui-search .ui-label {
width: auto;
padding-right: 0;
font-weight: 700;
vertical-align: middle;
}
.ui-search .search-more {
position: relative;
float: right;
height: 42px;
width: 12px;
padding: 10px 6px;
border-left: 1px solid #E3E3E3;
color: #979797;
cursor: pointer;
}
.ui-search .search-more i {
position: absolute;
bottom: 8px;
left: 6px;
width: 11px;
height: 6px;
overflow: hidden;
background-image: url(ui-proxy.png);
background-repeat: no-repeat;
}
.ui-search .search-more .ico-up {
background-position: -80px -30px;
}
.ui-search .search-more .ico-down {
background-position: -100px -30px;
}
.ui-search .ico-tab {
display: inline-block;
margin-right: 6px;
*margin-right: 4px;
padding: 7px 12px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
}
.ui-search .ico-tab-current {
padding: 6px 11px;
border: 2px solid #009A87;
}
.ui-search li {
float: left;
height: 34px;
padding: 14px;
*padding: 13px 14px;
overflow: hidden;
}
.ui-search .state {
padding-right: 0px;
}
.ui-search .ui-select {
width: 120px;
}
.ui-search .date .input,.ui-search .name .input,.ui-search .funds .input {
width: 104px;
}
.ui-search .number .input {
width: 92px;
}
.ui-search .btn-search {
clear: both;
float: none;
padding-top: 0;
text-align: center;
}
/* step */
.step {
border: 1px solid #E3E3E3;
margin-bottom: 20px;
}
.step-table {
width: 100%;
}
.step-table .con {
height: 47px;
padding-right: 25px;
line-height: 47px;
text-align: center;
font-size: 14px;
background-color: #FFF;
}
.step-table .tri {
position: relative;
height: 47px;
padding-left: 25px;
margin-left: -25px;
background: url(ui-step.png) no-repeat left -50px;
}
.step-table .current .con {
background-color: #FAFAFA;
font-weight: bold;
color: #009B7D;
}
.step-table .clicked .con {
background-color: #FAFAFA;
}
.step-table .current .tri,.step-table .clicked .tri {
background-position: left 0;
}
.step-num {
border-bottom: 1px solid #ECECEC;
background: url(bg-step-num.png);
}
.step-num ul {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
.step-num li {
float: left;
width: 240px;
margin-left: -1px;
height: 65px;
line-height: 66px;
border-left: 1px solid #F0F0F0;
font-family: Microsoft Yahei;
font-size: 16px;
color: #AAA;
overflow: hidden;
}
.step-num i {
float: left;
margin: 15px 30px 0 15px;
width: 44px;
height: 0;
padding-top: 50px;
background-image: url(ui-safe.png);
background-repeat: no-repeat;
overflow: hidden;
}
.step-num-1 {
background-position: -120px -240px;
}
.step-num-2 {
background-position: -120px -300px;
}
.step-num-3 {
background-position: -120px -360px;
}
.step-num-4 {
background-position: -120px -420px;
}
.step-num .current .step-num-1 {
background-position: -120px 0;
}
.step-num .current .step-num-2 {
background-position: -120px -60px;
}
.step-num .current .step-num-3 {
background-position: -120px -120px;
}
.step-num .current .step-num-4 {
background-position: -120px -180px;
}
.step-num .current {
color: #009D7F;
}
/* ui-alert */
.alert i,
.alert-mini i,
.pop i,
.pop .close,
.notice .close,
.notice .ico-warning,
.ui-check i,
.prompt dt i {
background-image: url(ui-alert.png);
background-repeat: no-repeat;
}
/* table */
.table {
width: 100%;
}
.table th,.table td {
padding: 6px 12px;
border-bottom: 1px solid #E3E3E3;
text-align: left;
}
.table-border th,.table-border td {
border: 1px solid #E3E3E3;
}
.table-border th {
background-color: #FAFAFA;
}
.table-border td {
background-color: #FFF;
}
.table-info thead {
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.table-info th,.table-info td {
text-align: center;
}
.table-info th {
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.table-info td {
border-bottom-style: dotted;
padding-top: 8px;
padding-bottom: 8px;
}
.table-info .text-break {
border-bottom-style: dotted;
padding-top: 8px;
padding-bottom: 8px;
word-break: break-all;
}
.table-info .highlight-cell td {
color: #f00;
}
.table-border-none th,.table-border-none td {
border: 0 none;
}
.table-info .text-left {
text-align: left;
}
.table-info .text-right {
text-align: right;
}
.table-info .text-center {
text-align: center;
}
/* page */
.page-wrapper {
padding: 20px
}
.page {
text-align: center;
}
.page a {
display: inline-block;
width: 23px;
height: 23px;
line-height: 24px;
border: 1px solid #E2E2E2;
background-color: #FAFAFA;
font-size: 14px;
color: #999;
text-align: center;
vertical-align: middle;
}
.page a:hover {
border-color: #C4C4C4;
background-color: #F5F5F5;
text-decoration: none;
}
.page a.current {
border-color: #009B7D;
color: #009B7D;
}
.page .prev,.page .next {
border: none;
width: 13px;
height: 0px;
padding-top: 25px;
background-image: url(ui-page.png);
background-repeat: no-repeat;
background-color: transparent;
overflow: hidden;
}
.page .prev {
background-position: 0 0;
}
.page .next {
background-position: -20px 0;
}
.page .prev:hover {
background-position: -40px 0;
background-color: transparent;
}
.page .next:hover {
background-position: -60px 0;
background-color: transparent;
}
.page-few {
display: inline-block;
vertical-align: middle;
color: #999;
}
.page .input {
width: 24px;
height: 23px;
padding: 0 4px;
}
.page-btn {
display: inline-block;
vertical-align: middle;
width: 48px;
height: 25px;
padding-bottom: 3px;
line-height: 24px;
border: 1px solid #E2E2E2;
background-color: #FAFAFA;
color: #999;
cursor: pointer;
}
.page-btn:hover {
border-color: #C4C4C4;
background-color: #F5F5F5;
}
.page-short {
line-height: 18px;
font-size: 14px;
font-weight: 700;
color: #999;
}
.page-short a {
display: inlin-block;
vertical-align: middle;
color: #999;
}
.page-short a:hover {
color: #009A87;
text-decoration: underline;
}
.page-short span {
display: inline-block;
vertical-align: middle;
}
.page-short .prev,.page-short .next {
display: inline-block;
width: 9px;
padding-top: 17px;
margin: 0 2px;
vertical-align: bottom;
background-image: url(ui-page.png);
background-repeat: no-repeat;
background-color: transparent;
overflow: hidden
}
.page-short .prev,.page-short .prev:hover {
background-position: -80px 0;
}
.page-short .next,.page-short .next:hover {
background-position: -90px 0;
}
.page-short span {
padding: 0 10px;
}
.page-right {
float: right;
}
.page-text {
display: inline-block;
*display: inline;
*zoom: 1;
height: 25px;
line-height: 24px;
}
.page-text .label {
margin-right: 10px;
}
.page-text .lower {
vertical-align: middle;
margin-left: 10px;
}
.page-text .btn {
font-weight: 100;
}
/* crumbs */
.crumbs {
padding: 10px 15px;
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
/* rebate-list */
/*.rebate-list .item{position:relative;padding-left:180px;border-bottom:1px solid #E3E3E3;_zoom:1;}
.rebate-list .item dt{position:absolute;top:20px;margin-left:-180px;font-size:24px;font-family:Microsoft Yahei;font-weight:700;color:#009B7D;}
.rebate-list .item dd{margin-bottom:-1px;padding:10px 0;border-bottom:1px dotted #E3E3E3;}
.rebate-list .item td{text-align:center;border:0 none;}
.rebate-list .item .input{margin:0 10px;}
.rebate-list-setup{border-bottom:1px solid #E3E3E3;}
.rebate-list-setup li{padding-bottom:20px;}
.rebate-list-setup .text{display:inline-block;width:72px;vertical-align:middle;}
.rebate-list-setup .input{width:64px;margin-right:6px;*margin-right:4px;}
.rebate-list-setup .more-link{float:right;}
.rebate-list-setup .more-link a{display:inline-block;height:34px;line-height:34px;padding:0 10px;}
.rebate-list-setup .ico-tab{display:inline-block;width:72px;height:32px;line-height:32px;margin-right:6px;*margin-right:4px;border:1px solid #CECECE;background-color:#FFF;vertical-align:middle;text-align:center;cursor:pointer;white-space:nowrap;}
.rebate-list-setup .ico-tab-current{width:70px;height:30px;line-height:30px;border:2px solid #009A87;}
.rebate-list-ico{padding:20px;}
.rebate-btn {padding-top:20px;text-align:center;}*/
.rebate-list .item {
position: relative;
padding-left: 160px;
border-bottom: 1px solid #E3E3E3;
_zoom: 1;
padding-top: 2px;
padding-bottom: 2px;
}
.rebate-list .item dt {
position: absolute;
top: 50%;
margin-top: -18px;
line-height: 36px;
margin-left: -160px;
font-size: 24px;
font-family: Microsoft Yahei;
font-weight: 700;
color: #009B7D;
}
.rebate-list .item dd {
margin-bottom: -3px\9;
padding: 10px 0;
border-bottom: 1px dotted #E3E3E3;
}
.rebate-list .item dd:last-child {
border-bottom-color: transparent;
}
.rebate-list .item .bet-selected {
background: #f8f8f8 url(ui-bet-selected-bg.png) 40px bottom no-repeat;
}
.rebate-list .item td {
border: 0 none;
}
.rebate-list .item .label-like {
width: 100px;
display: inline-block;
*display: inline;
*zoom: 1;
text-align: right;
vertical-align: middle;
}
.rebate-list .item a.label-like {
cursor: pointer;
text-decoration: underline;
}
.rebate-list .item .input {
margin: 0 10px;
}
.rebate-list .lottery-tabs {
border-bottom: 1px solid #e3e3e3;
background-color: #f8f8f8;
height: 40px;
}
.rebate-list .lottery-tabs a {
display: inline-block;
*display: inline;
*zoom: 1;
line-height: 40px;
height: 39px;
border: 1px solid transparent;
text-align: center;
min-width: 70px;
padding: 0 15px;
}
.rebate-list .lottery-tabs .current {
background-color: #fff;
border-color: #e8e8e8;
border-bottom-color: #fff;
text-decoration: none;
cursor: default;
}
.rebate-list .lottery-switch {
display: none;
}
.rebate-list .lottery-switch-current {
display: block;
}
.rebate-list-setup {
}
.rebate-list-setup li {
padding-bottom: 20px;
}
.rebate-list-setup .text {
display: inline-block;
width: 72px;
vertical-align: middle;
}
.rebate-list-setup .input {
width: 64px;
margin-right: 6px;
*margin-right: 4px;
}
.rebate-list-setup .more-link {
float: right;
}
.rebate-list-setup .more-link a {
display: inline-block;
height: 34px;
line-height: 34px;
padding: 0 10px;
}
.rebate-list-setup .ico-tab {
display: inline-block;
width: 72px;
height: 32px;
line-height: 32px;
margin-right: 6px;
*margin-right: 4px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
text-align: center;
cursor: pointer;
white-space: nowrap;
}
.rebate-list-setup .ico-tab-current {
width: 70px;
height: 30px;
line-height: 30px;
border: 2px solid #009A87;
}
.rebate-list-ico {
padding: 20px;
padding-bottom: 0;
}
.rebate-btn {
padding-top: 20px;
text-align: center;
}
/* wanfa-pop */
.wanfa-pop {
position: absolute;
display: none;
}
.wanfa-pop .close {
text-indent: -9999em;
}
.wanfa-pop .wanfa_caret {
position: absolute;
top: -22px;
left: 50%;
margin-left: -5px;
border-left: 11px solid transparent;
border-top: 11px solid transparent;
border-bottom: 11px solid #cacaca;
border-right: 11px solid transparent;
}
.wanfa-pop .wanfa_caret span {
position: absolute;
top: -9px;
left: -10px;
border-left: 10px solid transparent;
border-top: 10px solid transparent;
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
}
.wanfa-pop .bd {
position: relative;
margin-bottom: 10px;
}
.wanfa-pop .wanfa-replace {
width: 100%;
min-height: 200px;
_height: 200px;
/*height:300px;overflow:auto;*/
}
.wanfa-pop .wanfa-loading {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.wanfa-pop .wanfa-loading span {
position: absolute;
left: 50%;
top: 50%;
width: 80px;
margin-left: -40px;
margin-top: -16px;
background-color: #e3e3e3;
border: 1px solid #ccc;
font-size: 12px;
text-align: center;
line-height: 30px;
}
/* text-modify */
.text-modify {
padding-left: 20px;
color: #555;
}
.text-modify .ico-change {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 4px;
vertical-align: middle;
background: url(ui-table-group.png) no-repeat -80px 0;
}
.text-modify:hover {
zoom: 1;
}
.text-modify:hover .ico-change {
background-position: -80px -20px;
}
/* line */
.line-dotted {
height: 0;
margin: 0;
border-bottom: 1px dotted #B9B9B9;
overflow: hidden;
}
.line-solid {
height: 0;
margin: 0;
border-bottom: 1px solid #E3E3E3;
overflow: hidden;
}
/* announcement */
.announcement {
position: relative;
padding: 10px;
white-space: normal;
word-wrap: break-word;
}
.announcement .back {
height: 24px;
position: absolute;
bottom: 10px;
right: 10px;
padding: 0 10px;
line-height: 24px;
background-color: #CACACA;
color: #FFF;
border-radius: 3px;
}
.announcement .back:hover {
background-color: #269F8D;
text-decoration: none;
}
.announcement .back i {
display: inline-block;
width: 0;
height: 0;
margin-left: 4px;
overflow: hidden;
line-height: 0;
font-size: 0;
vertical-align: middle;
border-bottom: 6px solid #FFFFFF;
border-top: 0 none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
_color: #FF3FFF;
_filter: chroma(color=#FF3FFF);
}
.announcement h3 {
padding: 10px 0 5px;
text-align: center;
}
.announcement .time {
border-bottom: 1px solid #E3E3E3;
line-height: 3;
text-align: center;
color: #999;
}
.announcement-bd {
padding: 20px;
}
.announcement-bd .text {
line-height: 2;
}
/* highbig */
.highbiglight {
font-size: 14px;
font-weight: 700;
color: #009B7D;
}
.highbig {
font-size: 14px;
font-weight: 700;
}
.biglight {
font-weight: 700;
color: #009B7D;
}
.highlight {
font-size: 14px;
color: #009B7D;
}
.high {
font-size: 14px;
}
.big {
font-weight: 700;
}
.light {
color: #009B7D;
}
/* color */
.color-red {
color: #EE4443!important;
}
.color-green {
color: #009A87!important;
}
.color-orange {
color: #EE6701!important;
}
.color-gray {
color: #999!important;
}
.color-pink {
color: #FE4D6C!important;
}
.color-blue {
color: #1C8CFF!important;
}
.color-cyan {
color: #50BA22!important;
}
/* text */
.text-left {
text-align: left!important;
}
.text-right {
text-align: right!important;
}
.text-center {
text-align: center!important;
}
.vertical-top {
vertical-align: top!important;
}
.vertical-middle {
vertical-align: middle!important;
}
.vertical-bottom {
vertical-align: bottom!important;
}
.text-center th,.text-center td {
text-align: center!important;
}
.text-left th,.text-left td {
text-align: left!important;
}
/** width **/
.w-1 {
width: 50px!important;
}
.w-2 {
width: 100px!important;
}
.w-3 {
width: 150px!important;
}
.w-4 {
width: 200px!important;
}
.w-5 {
width: 250px!important;
}
.w-6 {
width: 300px!important;
}
.w-7 {
width: 350px!important;
}
.w-8 {
width: 400px!important;
}
.w-9 {
width: 450px!important;
}
.w-10 {
width: 500px!important;
}
.w-11 {
width: 550px!important;
}
.w-12 {
width: 600px!important;
}
.w-13 {
width: 650px!important;
}
.w-auto {
width: auto!important;
}
.h-1{
height:40px;
}
/** ico **/
.ico-help-small {
display: inline-block;
width: 20px;
height: 14px;
padding: 0 0 0 30px;
background: url(ui-alert.png) no-repeat -230px -60px;
}
/** ad **/
.slider {
overflow: hidden;
position: relative;
}
.slider .slider-pic {
width: 100000px;
overflow: hidden;
}
.slider .slider-pic li {
float: left;
}
.slider .slider-num {
text-align: center;
}
.slider .slider-num li {
display: inline-block;
*display: inline;
*zoom: 1;
background: url(ui-login.png) no-repeat -100px -100px;
width: 7px;
height: 0;
padding-top: 7px;
overflow: hidden;
margin: 5px 4px;
cursor: pointer;
}
.slider .slider-num li.current {
background-position: -90px -100px;
}
/* notice */
.close_btn {
background: url(../game/closeTipBtn.png) no-repeat 0 0;
}
.logo-tips-99101 {
background: url(../game/tips/cqssc.jpg) no-repeat 0 0;
}
.logo-tips-99104 {
background: url(../game/tips/tjssc.jpg) no-repeat 0 0;
}
.logo-tips-99103 {
background: url(../game/tips/xjssc.jpg) no-repeat 0 0;
}
.logo-tips-99105 {
background: url(../game/tips/hljssc.jpg) no-repeat 0 0;
}
.logo-tips-99102 {
background: url(../game/tips/jxssc.jpg) no-repeat 0 0;
}
.logo-tips-99106 {
background: url(../game/tips/llssc.jpg) no-repeat 0 0;
}
.logo-tips-99111 {
background: url(../game/tips/jlffc.jpg) no-repeat 0 0;
}
.logo-tips-99112 {
background: url(../game/tips/slmmc.jpg) no-repeat 0 0;
}
.logo-tips-99304 {
background: url(../game/tips/cq115.jpg) no-repeat 0 0;
}
.logo-tips-99302 {
background: url(../game/tips/jx115.jpg) no-repeat 0 0;
}
.logo-tips-99303 {
background: url(../game/tips/gd115.jpg) no-repeat 0 0;
}
.logo-tips-99305 {
background: url(../game/tips/ll115.jpg) no-repeat 0 0;
}
.logo-tips-99301 {
background: url(../game/tips/sd115.jpg) no-repeat 0 0;
}
.logo-tips-99201 {
background: url(../game/tips/bjkl8.jpg) no-repeat 0 0;
}
.logo-tips-99107 {
background: url(../game/tips/shssl.jpg) no-repeat 0 0;
}
.logo-tips-99108 {
background: url(../game/tips/3d.jpg) no-repeat 0 0;
}
.logo-tips-99109 {
background: url(../game/tips/p5.jpg) no-repeat 0 0;
}
.logo-tips-99401 {
background: url(../game/tips/ssq.jpg) no-repeat 0 0;
}
.load-miniwindow {
background: url(../admin/ui-admin-loading1.gif) no-repeat 0 0;
width: 43px;
height: 11px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
.bd-load {
padding: 10px;
}
/* sort table */
.header-sort {
display: block;
color: #555;
text-decoration: none!important;
cursor: pointer;
line-height: 20px;
}
.header-sort .tablesort-icon {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
margin-left: 4px;
width: 10px;
height: 20px;
position: relative;
}
.header-sort .tablesort-icon span {
position: absolute;
left: 0;
border: 5px solid transparent;
content: '';
height: 0;
width: 0;
}
.header-sort .tablesort-icon .caret-up {
border-bottom-color: #00a786;
top: -2px;
}
.header-sort .tablesort-icon .caret-down {
border-top-color: #00a786;
bottom: -2px;
}
.header-sort-desc .caret-up {
opacity: .25;
filter: alpha(opacity=25);
}
.header-sort-asc .caret-down {
opacity: .25;
filter: alpha(opacity=25);
}
/*顶部topbar v2*/
.icon-user,
.help,
.client-service,
.logo-out a,
.link-sub,
.icon-hot,
.icon-new,
.refreshBall,
.game-menu-text{
display: inline-block;
background-image: url(../indexv2/icon-sprite.png);
_background-image: url(../indexv2/icon-sprite-8.png);
background-repeat: no-repeat;
}
.topbar .game-menu-inner,
.topbar .game-menu-list a i {
background-image: url(un-toolbar.png);
background-repeat: no-repeat;
}
.topbar {
width: 100%;
position: relative;
z-index: 140;
height: 40px;
color: #fff;
}
.topbar-bg {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
top: 0;
height: 40px;
background-color: rgba(0,0,0,.2);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000');
}
.topbar .g_34 {
position: relative;
z-index: 100;
}
.domain-validate {
line-height: 38px;
}
.domain-validate a {
display: inline-block;
padding-left: 30px;
background: url(../indexv2/domain.png) no-repeat left 9px;
_background: url(../indexv2/domain-8.png) no-repeat left 9px;
}
.bar-menu {
float: right;
padding-top: 5px;
}
.bar-menu li {
line-height: 30px;
height: 30px;
float: left;
_display: inline;
padding: 0px 10px;
vertical-align: top;
}
.recharge a:hover,
.withdrawals a:hover {
color: #fff110;
}
.topbar .user,
.topbar .msg,
.topbar .client-service {
position: relative;
}
.topbar .balance-box {
margin-top: 4px;
height: 20px;
line-height: 23px;
padding: 0px 4px;
border: 1px dotted rgba(255,255,255,.2);
border: 1px dotted #AAA\9;
}
.refreshBall {
width: 18px;
height: 14px;
background-position: 0 -358px;
margin-left: 5px;
cursor: pointer;
}
.topbar .icon-user {
padding-right: 23px;
background-position: right 13px;
}
.topbar .help {
padding-left: 18px;
background-position: 10px -32px;
}
.topbar .client-service {
padding-left: 18px;
background-position: 10px -72px;
}
.topbar .service-box{
display: none;
position: absolute;
top: 30px;
right: 0;
width: 150px;
padding: 0 10px;
background-color: #e9f0fa;
border: 1px solid #BFBFBF;
line-height: 28px;
color: #555;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
.topbar .service-box .tri{
position: absolute;
top: -6px;
right: 10px;
width: 0;
height: 0;
overflow: hidden;
border-width: 7px;
border-color: transparent transparent #E9F0FA;
border-style: none dotted solid;
}
.topbar .service-box a{
color: #6375EB;
}
.topbar a {
color: #fff ;
text-decoration: none;
margin-left: 10px;
}
.topbar .user,
.topbar .balance,
.topbar .help{
border-left: 1px solid rgba(255,255,255,.1);
}
.topbar .user {
padding-right: 0px;
}
.topbar .msg {
padding-left: 0px;
}
.topbar .recharge {
padding-right: 0px;
}
.topbar .menu-nav {
position: absolute;
top: 30px;
right: -8px;
padding: 6px 0px;
background-color: #e9f0fa;
border: 1px solid #BFBFBF;
box-shadow: 0 0 12px rgba(0, 0, 0, .3);
display: none;
}
.topbar .panel-current {
display: block;
}
.topbar .menu-nav p {
padding: 0px 20px 5px;
}
.topbar .menu-nav p a {
display: block;
margin: 4px 0px;
line-height: 22px;
color: #555;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.topbar .menu-nav p a:hover {
color: #333;
}
.topbar .menu-nav .logo-out {
padding-top: 5px;
border-top: 1px solid #d3d9e2;
text-align: center;
}
.logo-out a {
display: inline-block;
padding-left: 16px;
background-position: 0 -312px;
color: #dd4444;
font-size: 12px;
margin-left: 0px;
}
.topbar .msg-trigger .msg-box {
display: block;
}
.topbar .msg-box a {
color: #555;
}
.topbar .msg-box a:hover {
color: #ff9600;
text-decoration: underline;
}
.topbar .msg-box .more {
float: right;
}
.topbar .msg-box .more:hover {
color: #555;
}
.topbar .msg-box {
width: 260px;
position: absolute;
top: 30px;
left: 50%;
margin-left: -145px;
padding: 6px 10px;
background-color: #e9f0fa;
border: 1px solid #BFBFBF;
line-height: 22px;
color: #555;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
display: none;
}
.topbar .panel-current {
display: block;
}
.topbar .msg-hd{
border-bottom:1px solid #F4F4F4;
padding-bottom:4px;
margin-bottom:2px;
}
.topbar .msg-bd a{
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.topbar .menu-nav .tri,
.topbar .msg-box .tri{
position: absolute;
top: -6px;
left: 50%;
margin-left: -3px;
width: 0;
height: 0;
overflow: hidden;
border-width: 7px;
border-color: transparent transparent #E9F0FA;
border-style: none dotted solid;
}
.topbar .msg .msg-title {
display: block;
line-height: 12px;
margin-top: 6px;
background: #ff9600;
padding: 3px;
min-width: 12px;
border-radius: 3px;
color: #fff;
font-size: 12px;
font-family: Tahoma;
text-align: center;
overflow: hidden;
text-decoration: none;
}
/** 游戏下拉菜单 **/
.topbar .game-menu {
width: auto;
_width: 64px;
height: 40px;
float: left;
margin-left: 20px;
position: relative;
color: #666;
}
.topbar .game-menu-text {
position: relative;
z-index: 1;
display: block;
width: auto;
height: 40px;
padding-right: 23px;
background-position: right 18px;
line-height: 40px;
font-size: 12px;
color: #fff;
cursor: pointer;
}
.topbar .game-menu-panel {
display: none;
position: absolute;
top: 39px;
left: 0;
background: #F5F5F5;
border: 1px solid #D8D8D8;
padding: 4px;
-moz-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
-webkit-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
}
.topbar .panel-current {
display: block;
}
.topbar .game-menu-triangle {
left: 16px;
margin-left: 0;
_display: none;
}
.topbar .game-menu-inner {
border: 1px solid #DFDFDF;
background-color: #FFF;
background-position: 0 0;
}
.topbar .game-menu-box {
position: relative;
border-top: 1px solid #e7e7e7;
margin-top: -1px;
}
.topbar .game-menu-title {
line-height: 26px;
font-size: 14px;
color: #009a87;
position: absolute;
left: 10px;
top: 8px;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft Yahei",sans-serif,arial;
}
.topbar .game-menu-list {
width: 200px;
padding: 8px 0 4px 105px;
*padding-bottom: 8px;
overflow: hidden;
*zoom: 1;
}
.topbar .game-menu-list a {
position: relative;
display: block;
width: 90px;
float: left;
font-size: 12px;
text-indent: 8px;
line-height: 24px;
border: 1px solid #ececec;
border-radius: 3px;
margin: 0 8px 4px 0;
color: #666;
}
.topbar .game-menu-list a:hover {
color: #fff;
background-color: #009a87;
text-decoration: none;
}
.topbar .game-menu-list a i {
position: absolute;
width: 11px;
height: 11px;
background-repeat: no-repeat;
right: 3px;
top: 50%;
margin-top: -5px;
}
.topbar .game-menu-list .new-game i {
background-position: 0 -450px;
}
.topbar .game-menu-list .hot-game i {
background-position: 0 -470px;
}
.topbar .game-menu-list .new-game:hover i {
background-position: -20px -450px;
}
.topbar .game-menu-list .hot-game:hover i {
background-position: -20px -470px;
}
.header .logo {
display: inline-block;
background-image: url(../indexv2/png-sprite.png);
_background-image: url(../indexv2/png-sprite-8.png);
background-repeat: no-repeat;
background-position: left top;
width: 230px;
height: 53px;
margin-top: 15px;
}
/*header*/
.header .main-menu {
float: right;
padding-top: 24px;
z-index: 130;
position: relative;
}
.header .main-menu li {
float: left;
font-size: 16px;
line-height: 20px;
color: #fff;
margin-left: 50px;
}
.header .main-menu li a {
color: #fff;
text-decoration: none;
}
.container-top {
margin-bottom: 20px;
}
.link-sub {
padding-right: 25px;
background-position: right 8px;
margin-right: -10px;
position: relative;
}
.main-menu .lottery-link {
width: 600px;
height: 189px;
padding: 5px 0 5px 6px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: url(../indexv2/bg-sprite.jpg) no-repeat 0 -771px;
color: #616b7e;
display: none;
}
.main-menu .lottery-link2 {
width: 600px;
height: 189px;
padding: 5px 0 5px 6px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: url(../indexv2/bg-sprite.jpg) no-repeat 0 -771px;
color: #616b7e;
display: none;
}
.lottery-link .lottery-type {
float: left;
border-right: 1px solid #cdd4df;
height: 100%;
}
.lottery-link2 .lottery-type {
float: left;
border-right: 1px solid #cdd4df;
height: 100%;
}
.lottery-type .type-title {
border-bottom: 1px solid #cdd4df;
height: 35px;
line-height: 35px;
text-indent: 6px;
}
.lottery-type .type-list {
overflow: hidden;
padding: 6px 0 0;
}
.lottery-type .type-list ul {
float: left;
padding: 0 5px;
}
.lottery-type .two-line ul {
padding-left: 0px;
}
.lottery-type .type-list li {
float: none;
text-align: center;
min-width: 88px;
_width: 88px;
padding: 0px;
line-height: 24px;
margin: 0 0 3px 0;
border: 1px solid #b5bbc7;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 12px;
position: relative;
}
.lottery-type .type-list li:hover {
border: 1px solid #64718b;
}
.lottery-type .type-list li:hover a {
color: #64718b;
}
.lottery-type .type-list li a {
color: #768194;
}
.type-list .icon-hot,
.type-list .icon-new{
height: 11px;
width: 11px;
position: absolute;
right: 2px;
top: 6px;
}
.type-list .icon-hot {
background-position: 0 -200px;
}
.type-list .icon-new {
background-position: 0 -240px;
}
.main-menu .tri{
position: absolute;
top: -10px;
left: 50%;
margin-left: -17px;
width: 0;
height: 0;
overflow: hidden;
border-width: 10px;
border-color: transparent transparent #d8dce8;
border-style: none dotted solid;
}
.app-download .tri {
left: auto;
right: 30px;
}
.lottery-link .tri {
left: 240px;
}
.lottery-link2 .tri {
left: 340px;
}
.main-menu .app-download {
width: 748px;
height: 150px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: url(../indexv2/bg-sprite.jpg) no-repeat 0 -560px;
color: #616b7e;
display: none;
padding: 0px;
}
.download-btn a {
width: 124px;
height: 30px;
background-color: #727bf6;
background-image: -webkit-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -moz-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -o-linear-gradient(top,#7c7efc,#5e73e7);
background-image: linear-gradient(top,#7c7efc,#5e73e7);
display: inline-block;
border-radius: 15px;
-webkit-border-radius: 15px;
font-size: 14px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 4px rgba(0,0,0,.5);
-webkit-transition: background-color 0.2s linear 0s;
-moz-transition: background-color 0.2s linear 0s;
-o-transition: background-color 0.2s linear 0s;
transition: background-color 0.2s linear 0s;
}
.download-btn a:active {
background: #4157c9;
text-shadow: none;
}
.download-app,
.download-safe,
.download-fhx,
.download-exe ,
.download-login{
height: 100%;
float: left;
padding-top: 100px;
text-align: center;
width: 137px;
}
.download-btn .download-app {
width: 200px;
}
.download-btn .download-app a {
margin-left: 60px;
}
.download-btn .download-app:hover a,
.download-btn .download-safe:hover a,
.download-btn .download-fhx:hover a ,
.download-btn .download-exe:hover a ,
.download-btn .download-login:hover a ,
.download-btn a:hover {
background: #4157c9;
}
.main-menu .panel-current {
display: block;
}
/*自定义可变宽度*/
.g_34 {
width: 980px;
margin-left: auto;
margin-right: auto;
clear: both
}
.g_34:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both
}
/*头部菜单--电子游艺*/
.ele-game {
width: 601px;
height: 165px;
padding: 10px;
padding: 5px 0 0 6px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: #d6dce5 url(bg-ele-menu.jpg) no-repeat;
color: #616b7e;
display: none;
}
.header .ele-game .tri {
left: 330px;
}
.ele-game .ele-link {
width: 197px;
border-right: 1px solid #cbd2dd;
float: left;
}
.ele-game .ele-noborder {
border: none;
}
.ele-link .ele-title {
border-bottom: 1px solid #cdd4df;
height: 30px;
line-height: 30px;
text-indent: 6px;
text-align: left;
}
.header .ele-game .ele-link li {
text-align: center;
min-width: 88px;
_width: 88px;
padding: 0px;
line-height: 24px;
margin: 0 0 3px 0;
border: 1px solid #b5bbc7;
border-radius: 3px;
-webkit-border-radius: 3px;
margin-left: 5px;
position: relative;
}
.ele-game .ele-link ul {
padding: 5px 0px;
}
.ele-game .ele-link ul li a {
color: #768194;
font-size: 12px;
}
.ele-game .ele-link li:hover {
border: 1px solid #64718b;
}
.ele-game .ele-link li:hover a {
color: #64718b;
}
.ele-btn {
text-align: center;
}
.ele-btn a {
width: 130px;
height: 30px;
background-color: #727bf6;
background-image: -webkit-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -moz-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -o-linear-gradient(top,#7c7efc,#5e73e7);
background-image: linear-gradient(top,#7c7efc,#5e73e7);
display: inline-block;
border-radius: 15px;
-webkit-border-radius: 15px;
font-size: 14px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 4px rgba(0,0,0,.5);
-webkit-transition: background-color 0.2s linear 0s;
-moz-transition: background-color 0.2s linear 0s;
-o-transition: background-color 0.2s linear 0s;
transition: background-color 0.2s linear 0s;
margin-top: 80px;
}
.ele-btn:hover a,
.download-btn a:hover {
background: #4157c9;
}
.cover-menu-cgame {
position: absolute;
background: url(cover-menu.jpg) no-repeat;
width: 204px;
height: 171px;
left: 204px;
top: 0px;
}
.cover-menu-fhx {
position: absolute;
background: url(cover-menu.jpg) -205px 0px no-repeat;
width: 198px;
height: 171px;
left: 408px;
top: 0px;
}
/*密碼修改*/
.pwd-new-strength{
position:absolute;
width: 270px;
}
.pwd-new-bar{
display:inline-block;
width:168px;
height:12px;
margin:0 4px;
border:1px solid #CECECE;
background-color:#FFF;
vertical-align:-3px;
}
.pwd-new-weak{
position:absolute;margin:-1px 0 0 -1px;
width:55px;
height:12px;
border:1px solid #D9285E;
background-color:#EB3851;
}
.pwd-new-middle{
position:absolute;
margin:-1px 0 0 -1px;
width:112px;
height:12px;
border:1px solid #E59017;
background-color:#F6A10D;
}
.pwd-new-strong{
position:absolute;
margin:-1px 0 0 -1px;
width:168px;
height:12px;
border:1px solid #80C20E;
background-color:#8ED611;
}
|
YtgProject/Ytg.Server/obj/Release/Package/PackageTmp/Helper/css/base.css
|
@charset "utf-8";
/** hack for reset.css **/
body,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: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: inherit;
}
fieldset,img {
border: none;
}
address,caption,cite,code,dfn,em,th,var {
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
q:before,q:after {
content: '';
}
abbr,acronym {
border: none;
font-variant: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input,button,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,button,textarea,select {
*font-size: 100%;
}
select,input,button,textarea {
font: 100% Tahoma,Arial,sans-serif;
}
pre,code,kbd,samp,tt {
font-family: 'Courier New',Courier,monospace;
}
small {
font-size: 100%;
}
abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
hr {
color: #D1D7DC;
background-color: #D1D7DC;
border: none;
height: 1px;
}
html {
overflow-y: scroll;
height: 100%;
}
body {
font: 12px/1.5 Tahoma,Arial,"宋体",sans-serif;
color: #555;
height: 100%;
background-color: #FFF;
}
a {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a.disable {
color: #999;
}
a.disable:hover {
text-decoration: none;
cursor: default;
}
a.link-expired {
color: #f00
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
overflow: hidden;
}
.clearfix {
*zoom: 1;
}
/** grid **/
.g_1,.g_2,.g_3,.g_4,.g_5,.g_6,.g_7,.g_8,.g_9,.g_10,.g_11,.g_12,.g_13,.g_14,.g_15,.g_16,.g_17,.g_18,.g_19,.g_20,.g_21,.g_22,.g_23,.g_24,.g_25,.g_26,.g_27,.g_28,.g_29,.g_30,.g_31,.g_32 {
display: inline;
float: left;
margin-right: 10px
}
.g_1 {
width: 20px
}
.g_2 {
width: 50px
}
.g_3 {
width: 80px
}
.g_4 {
width: 110px
}
.g_5 {
width: 140px
}
.g_6 {
width: 170px
}
.g_7 {
width: 200px
}
.g_8 {
width: 230px
}
.g_9 {
width: 260px
}
.g_10 {
width: 290px
}
.g_11 {
width: 320px
}
.g_12 {
width: 350px
}
.g_13 {
width: 380px
}
.g_14 {
width: 410px
}
.g_15 {
width: 440px
}
.g_16 {
width: 470px
}
.g_17 {
width: 500px
}
.g_18 {
width: 530px
}
.g_19 {
width: 560px
}
.g_20 {
width: 590px
}
.g_21 {
width: 620px
}
.g_22 {
width: 650px
}
.g_23 {
width: 680px
}
.g_24 {
width: 710px
}
.g_25 {
width: 740px
}
.g_26 {
width: 770px
}
.g_27 {
width: 800px
}
.g_28 {
width: 830px
}
.g_29 {
width: 860px
}
.g_30 {
width: 890px
}
.g_31 {
width: 920px
}
.g_32 {
width: 950px
}
.g_33 {
margin-left: auto;
margin-right: auto;
clear: both;
}
.g_33:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both
}
.g_last {
margin-right: 0
}
/* price */
.price dfn {
padding-right: 2px;
font-family: Arial,verdana;
}
/* input */
.input {
display: inline-block;
width: 268px;
height: 18px;
padding: 7px 4px;
border: 1px solid #CECECE;
line-height: 18px;
vertical-align: middle;
font-size: 12px;
color: #BDBDBD;
box-shadow: 0 1px 3px rgba(206,206,206,0.2) inset;
-moz-box-sizing: inherit;
-webkit-box-sizing: inherit;
}
.input:hover {
border-color: #999;
}
.input-focus,.input-focus:hover {
border-color: #78C674;
background-color: #F2FEF2;
color: #555;
box-shadow: 0 1px 3px rgba(120,198,116,0.2) inset;
}
.input-detect,.input-detect:hover {
border-color: #EDC7AE;
background-color: #FFFCF6;
color: #555;
box-shadow: 0 1px 3px rgba(237,199,174,0.2) inset;
}
.input-error,.input-error:hover {
border-color: #FF819C;
background-color: #FFF7F9;
box-shadow: 0 1px 3px rgba(255,129,156,0.2) inset;
}
.input-success,.input-success:hover {
color: #555;
background-color: FBFBFB;
box-shadow: 0 1px 3px rgba(206,206,206,0.2) inset;
}
.input:focus,.input-detect:focus,.input-error:focus,.input-success:focus {
border-color: #78C674;
background-color: #F2FEF2;
color: #555;
box-shadow: 0 1px 3px rgba(120,198,116,0.2) inset;
outline: none;
}
.input-disable,.input-disable:focus,.input-disable:hover {
background-color: #EBEBEB;
border-color: #CECECE;
color: #BDBDBD;
cursor: default;
}
/* btn */
.btn {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
height: 32px;
border: 1px solid #CACACA;
padding: 0 15px;
line-height: 32px;
text-align: center;
vertical-align: middle;
background-color: #F6F6F6;
font-size: 14px;
font-weight: 700;
color: #555;
cursor: pointer;
border-radius: 3px;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.06));
background-color: #FFF;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
height: 34px\9;
line-height: 34px\9;
border: 0 none\9;
background: url(ui-btn.png) no-repeat 0 0\9;
}
.pop .confirm,
.pop .cancel,
.pop .closeTip {
margin: 0 8px;
}
.btn-inner {
position: absolute;
right: 0;
top: 0;
height: 34px\9;
width: 15px\9;
background: url(ui-btn.png) right 0\9;
_right: -1px;
}
.btn:focus {
outline: none;
}
.btn:hover {
border-color: #86CCBE;
color: #25A38A;
background: url(ui-btn.png) 0 -80px\9;
text-decoration: none;
}
.btn:hover .btn-inner {
background: url(ui-btn.png) right -80px\9;
}
.btn:active {
color: #25A38A;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background-image: -moz-linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background-image: -o-linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background-image: linear-gradient(top,rgba(0,0,0,0.06),rgba(0,0,0,0));
background: url(ui-btn.png) 0 -120px\9;
}
.btn:active .btn-inner {
background: url(ui-btn.png) right -120px\9;
}
/* btn-small */
.btn-small {
height: 28px;
line-height: 28px;
font-size: 12px;
height: 30px\9;
line-height: 30px\9;
border: 0 none\9;
background: url(ui-btn.png) 0 -40px\9;
}
.btn-small .btn-inner {
height: 30px\9;
background: url(ui-btn.png) right -40px\9;
_right: -1px;
}
.btn-small:hover {
background: url(ui-btn.png) 0 -160px\9;
}
.btn-small:hover .btn-inner {
background: url(ui-btn.png) right -160px\9;
}
.btn-small:active {
background: url(ui-btn.png) 0 -200px\9;
}
.btn-small:active .btn-inner {
background: url(ui-btn.png) right -200px\9;
}
/* btn-primary */
.btn-primary {
color: #FFF;
border-color: #D94241;
box-shadow: 0 1px 0 #FE7D7B inset;
box-shadow: none\9;
background-color: #FC4F4E;
background: url(ui-btn.png) 0 -280px\9;
}
.btn-primary .btn-inner {
height: 34px\9;
width: 15px\9;
background: url(ui-btn.png) right -280px\9;
}
.btn-primary:hover,.btn-primary:active {
border-color: #D94241;
color: #FFF;
background: url(ui-btn.png) 0 -280px\9;
}
.btn-primary:hover .btn-inner,.btn-primary:active .btn-inner {
background: url(ui-btn.png) right -280px\9;
}
/* btn-important */
.btn-important,
.pop .confirm {
color: #FFF;
border-color: #019679;
box-shadow: none\9;
background-color: #0AB191;
background: url(ui-btn.png) 0 -240px\9;
}
.btn-important .btn-inner,
.pop .confirm .btn-inner {
height: 34px\9;
width: 15px\9;
background: url(ui-btn.png) right -240px\9;
}
.btn-important:hover,
.btn-important:active,
.pop .confirm:hover,
.pop .confirm:active {
border-color: #019679;
color: #FFF;
background: url(ui-btn.png) 0 -240px\9;
}
.btn-important:hover .btn-inner,
.btn-important:active .btn-inner,
.pop .confirm:hover .btn-inner,
.pop .confirm:active .btn-inner {
background: url(ui-btn.png) right -240px\9;
}
/* btn-disable */
.btn-disable,.btn-disable:hover,.btn-disable:active {
border-color: #CACACA;
color: #BEBEBE;
background: #F5F5F5;
background: url(ui-btn.png) 0 -320px\9;
text-decoration: none;
cursor: default;
}
.btn-disable .btn-inner {
height: 34px;
width: 15px;
background: url(ui-btn.png) right -320px\9;
}
.btn-disable:hover .btn-inner,.btn-disable:active .btn-inner {
background: url(ui-btn.png) right -320px\9;
}
/* btn-link */
.btn-link {
border: 0 none;
background-color: transparent;
background-image: none;
box-shadow: none;
color: #009B7D;
font-size: 12px;
font-weight: 100;
}
.btn-link:hover {
background-color: transparent;
background-image: none;
text-decoration: underline;
}
.btn-link:active {
background-color: transparent;
background-image: none;
}
/* btn-submit */
.btn-submit {
display: inline-block;
*display: inline;
*zoom: 1;
width: 68px;
height: 34px;
border: 0 none;
line-height: 32px;
text-align: center;
vertical-align: middle;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background: url(btn-submit.png) no-repeat 0 0;
font-size: 14px;
font-weight: 700;
color: #FFF;
cursor: pointer;
}
/* ui-public */
.logo a,
.link-service,
.link-help,
.nav-side .title,
.nav-side dd a {
background-image: url(ui-public.png);
background-repeat: no-repeat;
}
/* un-toolbar */
.toolbar .game-menu-inner,
.toolbar .game-menu-list a i,
.dropdown-menu-btn {
background-image: url(un-toolbar.png);
background-repeat: no-repeat;
}
/* toolbar */
.bg-toolbar {
position: relative;
z-index: 2;
height: 40px;
background-color: rgba(0,0,0,0.2);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33000000', endColorstr='#33000000');
}
:root .bg-toolbar {
filter: none\0;
/*IE9 hack*/
}
.toolbar {
position: relative;
z-index: 100;
height: 40px;
margin-top: -40px;
color: #FFF;
}
.toolbar .menu {
float: right;
padding-top: 10px;
}
.toolbar .menu li {
line-height: 20px;
height: 20px;
float: left;
_display: inline;
margin-left: 15px;
vertical-align: top;
}
.toolbar .user {
position: relative;
}
.toolbar .user a {
display: inline-block;
*display: inline;
*zoom: 1;
color: #FFF;
vertical-align: top;
line-height: 20px;
}
.toolbar .user a:hover {
_zoom: 1;
text-decoration: none;
}
.toolbar .ucenter {
position: relative;
padding-right: 14px;
}
.toolbar .ucenter a {
display: inline-block;
color: #FFF;
}
.toolbar .ucenter a:hover {
_zoom: 1;
text-decoration: none;
}
.toolbar .ucenter .tri {
position: absolute;
top: 7px;
right: 1px;
width: 7px;
height: 4px;
background-position: -100px -150px;
font-style: normal;
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.toolbar .ucenter a:hover .tri {
background-position: -90px -150px\9;
-webkit-transform: rotate(180deg) translateZ(0);
-moz-transform: rotate(180deg) translateZ(0);
transform: rotate(180deg);
}
.toolbar .msg {
position: relative;
}
.toolbar .msg .msg-title {
display: block;
line-height: 12px;
margin-top: 1px;
background: #ff9600;
padding: 3px;
min-width: 12px;
_width: auto;
border-radius: 3px;
color: #fff;
font-size: 11px;
font-family: "Tahoma";
text-align: center;
overflow: hidden;
text-decoration: none;
}
.toolbar .msg-box {
width: 260px;
position: absolute;
top: 30px;
left: -56px;
padding: 6px 10px;
background-color: #FFF;
border: 1px solid #BFBFBF;
line-height: 22px;
color: #555;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
display: none;
}
.toolbar .msg-trigger .msg-box {
display: block;
}
.toolbar .msg-box a {
color: #555;
}
.toolbar .msg-box a:hover {
color: #ff9600;
text-decoration: underline;
}
.toolbar .msg-box .more {
float: right;
}
.toolbar .msg-box .more:hover {
color: #555;
}
.toolbar .msg-hd {
border-bottom: 1px solid #F4F4F4;
padding-bottom: 4px;
margin-bottom: 2px;
}
.toolbar .msg-bd a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.toolbar .msg-box .tri {
position: absolute;
top: -6px;
left: 58px;
width: 12px;
height: 6px;
background-position: -70px -150px;
overflow: hidden;
}
.toolbar .menu .balance {
line-height: 14px;
height: 14px;
padding: 2px 6px;
border: 1px dotted rgba(255,255,255,.2);
border: 1px dotted #AAA\9;
}
.toolbar .balance span {
height: 14px;
line-height: 14px;
}
.toolbar .balance .refreshBall {
display: inline-block;
*display: inline;
*zoom: 1;
width: 14px;
height: 14px;
background: url(ui-refresh.png) no-repeat;
cursor: pointer;
vertical-align: top;
margin-left: 7px;
}
.toolbar .balance a {
text-decoration: underline;
color: #fff;
}
.toolbar .menu .withdrawals, .toolbar .menu .quit {
margin-left: 0px;
border-left: 1px solid rgba(255,255,255,.2);
border-left: 1px solid #AAA\9;
padding-left: 4px;
}
.toolbar .menu .recharge, .toolbar .menu .withdrawals, .toolbar .menu .quit {
line-height: 18px;
height: 18px;
margin-top: 1px;
padding-right: 4px;
}
.toolbar .menu .quit {
padding-right: 0;
}
.toolbar .recharge a,.toolbar .withdrawals a, .toolbar .quit a {
background: transparent;
display: block;
padding: 0 4px;
line-height: 18px;
color: #fff;
text-align: center;
text-decoration: none;
}
.toolbar .recharge a:hover,.toolbar .withdrawals a:hover, .toolbar .quit a:hover {
color: #fff110;
}
.toolbar .menu-nav {
position: absolute;
top: 30px;
right: -16px;
width: 48px;
padding: 6px 15px;
background-color: #FFF;
border: 1px solid #BFBFBF;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
display: none;
}
.toolbar .menu-trigger .menu-nav {
display: block;
}
.toolbar .menu-nav a {
line-height: 22px;
color: #555;
}
.toolbar .menu-nav a:hover {
text-decoration: underline;
color: #ff9600;
}
.toolbar .menu-nav .tri {
position: absolute;
top: -6px;
left: 30px;
width: 12px;
height: 6px;
background-position: -70px -150px;
}
.toolbar .menu-nav .tri,.toolbar .msg-box .tri {
position: absolute;
top: -6px;
left: 30px;
width: 0;
height: 0;
overflow: hidden;
border-width: 7px;
border-color: transparent transparent #FFF;
border-style: none dotted solid;
border-style: none solid solid\9
}
.toolbar .msg-box .tri {
left: 58px
}
.toolbar .quit a {
display: inline-block;
background-position: -110px -150px;
}
/* triangle */
.triangle {
position: absolute;
top: -14px;
left: 50%;
margin-left: -3px;
border-left: 7px solid transparent;
border-top: 7px solid transparent;
border-bottom: 7px solid #d8d8d8;
border-right: 7px solid transparent;
}
.triangle span {
position: absolute;
top: -5px;
left: -6px;
border-left: 6px solid transparent;
border-top: 6px solid transparent;
border-bottom: 6px solid #f5f5f5;
border-right: 6px solid transparent;
}
/* dropdown-menu-btn */
.dropdown-menu-btn {
background-position: right -392px;
padding-right: 16px;
white-space: nowrap;
}
/** 游戏下拉菜单 **/
.toolbar .game-menu {
width: auto;
_width: 64px;
height: 40px;
float: left;
margin-left: 20px;
position: relative;
color: #666;
}
.toolbar .game-menu-text {
position: relative;
z-index: 1;
display: block;
width: auto;
height: 40px;
background-position: right -382px;
line-height: 40px;
font-size: 12px;
color: #fff;
cursor: pointer;
}
.toolbar .game-menu-current .game-menu-text {
/*background-image:url(dropdown-menu-icon.png)*/
;
}
.toolbar .game-menu-panel {
display: none;
position: absolute;
top: 39px;
left: 0;
background: #F5F5F5;
border: 1px solid #D8D8D8;
padding: 4px;
-moz-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
-webkit-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
}
.toolbar .panel-current {
display: block;
}
.toolbar .game-menu-triangle {
left: 16px;
margin-left: 0;
_display: none;
}
.toolbar .game-menu-inner {
border: 1px solid #DFDFDF;
background-color: #FFF;
background-position: 0 0;
}
.toolbar .game-menu-box {
position: relative;
border-top: 1px solid #e7e7e7;
margin-top: -1px;
}
.toolbar .game-menu-title {
line-height: 26px;
font-size: 14px;
color: #009a87;
position: absolute;
left: 10px;
top: 8px;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft Yahei",sans-serif,arial;
}
.toolbar .game-menu-list {
width: 200px;
padding: 8px 0 4px 105px;
*padding-bottom: 8px;
overflow: hidden;
*zoom: 1;
}
.toolbar .game-menu-list a {
position: relative;
display: block;
width: 90px;
float: left;
font-size: 12px;
text-indent: 8px;
line-height: 24px;
border: 1px solid #ececec;
border-radius: 3px;
margin: 0 8px 4px 0;
color: #666;
}
.toolbar .game-menu-list a:hover {
color: #fff;
background-color: #009a87;
text-decoration: none;
}
.toolbar .game-menu-list a i {
position: absolute;
width: 11px;
height: 11px;
background-repeat: no-repeat;
right: 3px;
top: 50%;
margin-top: -5px;
}
.toolbar .game-menu-list .new-game i {
background-position: 0 -450px;
}
.toolbar .game-menu-list .hot-game i {
background-position: 0 -470px;
}
.toolbar .game-menu-list .new-game:hover i {
background-position: -20px -420px;
}
.toolbar .game-menu-list .hot-game:hover i {
background-position: -20px -440px;
}
/* back-top-home */
.back-top-home {
float: left;
display: inline;
// margin-left: 30px;
line-height: 30px;
margin-top: 5px;
color: #fff;
}
.back-top-home:hover {
color: #fff110;
text-decoration: none;
}
/* header */
.header {
height: 100px;
padding-top: 40px;
margin-top: -40px;
background: url(bg-header.jpg) repeat #006657;
}
.logo {
float: left;
margin-top: 24px;
}
.logo a {
display: block;
width: 230px;
height: 0;
padding-top: 48px;
background-position: 0 0;
overflow: hidden;
background: none;
}
.service {
float: right;
margin-top: 37px;
}
.link-service {
float: left;
width: 108px;
height: 0;
padding-top: 27px;
background-position: 0 -180px;
overflow: hidden;
}
.link-help {
float: left;
width: 98px;
height: 0;
padding-top: 27px;
background-position: -110px -180px;
overflow: hidden;
}
.link-service:hover {
background-position: 0 -210px;
}
.link-service:active {
background-position: 0 -240px;
}
.link-help:hover {
background-position: -110px -210px;
}
.link-help:active {
background-position: -110px -240px;
}
/* footer */
.footer {
width: 100%;
height: 50px;
line-height: 50px;
background: url(bg-header.jpg) repeat;
color: #FFF;
font-family: Tahoma,Arial;
}
.footer .copy {
float: right;
color: #FFF;
}
.footer a {
display: inline-block;
margin: 0 8px;
color: #FFF;
}
.footer-important,.footer-important .copy,.footer-important a {
color: #999;
}
.footer-important {
background: #F7F7F7;
border-top: 1px solid #E9E9E9;
}
.footer-bottom {
position: absolute;
bottom: 0;
}
/** 右侧内容主外容器 **/
.common-main {
margin-top: 10px;
margin-bottom: 10px;
}
/** 左侧固定菜单 **/
.common-side {
padding: 0 14px;
border: 1px solid #E3E3E3;
background-color: #FAFAFA;
overflow: hidden;
}
.nav-side {
overflow: hidden;
}
.nav-side dl {
padding: 15px 0 8px;
margin-top: -2px;
border-top: 1px solid #ECECEC;
border-bottom: 1px solid #FFF;
}
.nav-side dd a {
display: block;
height: 30px;
line-height: 30px;
margin-left: 17px;
padding-left: 8px;
background-position: -390px -145px;
color: #555;
}
.nav-side dd a:hover {
color: #269F8D;
}
.nav-side .title {
width: 100px;
height: 0px;
padding-top: 18px;
overflow: hidden;
}
.nav-side .side-bet .title {
background-position: 0 -130px;
}
.nav-side .side-safe .title {
background-position: -100px -130px;
}
.nav-side .side-service .title {
background-position: -200px -130px;
}
.nav-side .side-proxy .title {
background-position: -300px -130px;
}
.nav-side .side-funds .title {
background-position: -200px -150px;
}
.nav-side .side-message-num {
display: none;
width: 35px;
border: 1px solid #EE4645;
background: #EE4645;
color: #FFF;
height: 10px;
font-size: 11px;
border-radius: 5px;
}
/** 右侧内容主体 **/
.common-content {
position: relative;
border: 1px solid #E3E3E3;
min-height: 715px;
_height: 715px;
}
.common-content .title {
height: 38px;
line-height: 38px;
padding: 0 15px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.common-content .content {
padding: 20px 50px;
}
.common-article .title {
height: 38px;
line-height: 38px;
margin-bottom: 10px;
padding: 0 15px;
font-size: 14px;
font-weight: 700;
border: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.common-article .title .more {
float: right;
}
.common-article .content {
border: 1px solid #E3E3E3;
min-height: 548px;
_height: 548px;
}
.common-article .title .more a {
display: inline-block;
height: 38px;
line-height: 38px;
padding: 0 10px;
font-size: 14px;
font-weight: 100;
color: #555;
}
.common-article .title .more a:hover,.common-article .title .more .current {
color: #009A87;
}
.ui-tab-title .more .current {
font-weight: 700;
color: #009B7D;
}
.common-article .content {
border: 1px solid #E3E3E3;
min-height: 548px;
_height: 548px;
}
.common-sub {
margin-bottom: 10px;
border: 1px solid #E3E3E3;
background-color: #FFF;
}
.common-sub .title {
height: 38px;
line-height: 38px;
padding: 0 15px;
font-size: 14px;
font-weight: 700;
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.common-sub .content {
padding: 20px;
}
/* alert */
.alert {
padding: 100px 10px;
text-align: center;
}
.alert i {
display: inline-block;
*display: inline;
*zoom: 1;
width: 77px;
height: 77px;
margin-right: 15px;
vertical-align: middle;
}
.alert .txt {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 360px;
_width: 360px;
vertical-align: middle;
text-align: left;
line-height: 24px;
overflow: hidden;
}
.alert h4 {
padding-bottom: 4px;
font-size: 16px;
}
.alert p {
padding-top: 8px;
line-height: 24px;
}
.alert a {
color: #0DA08A
}
.alert .btn {
color: #555;
}
.alert .btn:hover {
color: #25A38A;
}
.alert-error i {
background-position: -80px 0;
}
.alert-success i {
background-position: 0 0;
}
.alert-waring i {
background-position: -160px 0;
}
.alert-error h4 {
color: #EB0D41;
}
.alert-success h4 {
color: #269F8D;
}
.alert-waring h4 {
color: #FF8400;
}
.alert-mini {
padding: 30px 10px;
text-align: center;
}
.alert-mini i {
display: inline-block;
*display: inline;
*zoom: 1;
width: 24px;
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
.alert-mini .ico-success {
background-position: -120px -80px;
}
.alert-mini .txt {
max-width: 378px;
_width: 378px;
}
/* pop */
.pop {
width: 488px;
padding: 10px;
border: 1px solid #CACACA;
background-color: #FFF;
text-align: center;
word-wrap: break-word;
}
.pop .hd {
height: 28px;
line-height: 18px;
border-bottom: 1px solid #EFEFEF;
font-size: 14px;
font-weight: 700;
text-align: left;
}
.pop .hd-info {
margin-left: 10px;
font-size: 12px;
font-weight: 100;
}
.pop .close {
float: right;
width: 15px;
height: 14px;
background-position: -240px -20px;
cursor: pointer;
}
.pop .close:hover {
height: 15px;
background-position: -240px 0;
}
.pop .bd {
padding: 10px;
text-align: left;
}
.pop-title {
padding: 5px;
text-align: center;
font-size: 14px;
}
.pop-btn {
padding-top: 20px;
text-align: center;
}
.pop-btn .btn {
margin: 0 10px;
}
.pop .input {
width: 160px;
}
.pop .ui-select {
width: 170px;
}
.pop-error,.pop-success {
text-align: center;
}
.pop .ico-success,.pop .ico-error {
display: inline-block;
*display: inline;
*zoom: 1;
width: 24px;
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
.pop .ico-success {
background-position: -120px -80px;
}
.pop .ico-error {
background-position: -150px -80px;
}
.pop-text {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
text-align: left;
line-height: 24px;
font-size: 14px;
overflow: hidden;
}
.pop .bd .ico-success,.pop .bd .ico-error,.pop .bd .ico-waring {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
width: 30px;
height: 30px;
margin-right: 10px;
}
.pop .bd .ico-success {
background-position: 0 -80px;
}
.pop .bd .ico-error {
background-position: -40px -80px;
}
.pop .bd .ico-waring {
background-position: -80px -80px;
}
/* jump */
.jump {
padding: 10px;
border: 1px solid #CACACA;
background-color: #FFF;
text-align: left;
}
/* notice */
.notice {
padding: 8px 10px;
margin-bottom: 10px;
border: 1px solid #F8E2B9;
background-color: #FFFDEB;
color: #FB911F;
}
.notice a {
text-decoration: underline;
}
.notice p {
line-height: 30px;
}
.notice .close {
float: right;
width: 15px;
height: 15px;
background-position: -240px 0;
cursor: pointer;
}
.notice .ico-warning {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
vertical-align: middle;
background-position: -210px -80px;
}
.public-notice {
height: 0px;
padding: 0 10px;
line-height: 28px;
background-color: #FDEDA0;
color: #CC2727;
overflow: hidden
}
.public-notice .inner {
width: 960px;
margin: 0 auto;
}
.public-notice .innerproxy {
width: 810px;
margin: 0 auto;
}
.public-notice .ico-close {
width: 15px;
height: 15px;
float: right;
margin-top: 6px;
background: url("un-notice.png") 0 0 no-repeat;
cursor: pointer;
}
.public-notice .ico-volume {
width: 15px;
height: 15px;
float: left;
margin-top: 7px;
margin-right: 6px;
background: url("un-notice.png") -16px 0 no-repeat;
}
.public-notice ul {
height: 28px;
overflow: hidden;
}
.public-notice a {
display: block;
height: 28px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.gameMessageNotice {
width: 960px;
margin: 0 auto;
}
.proxyMessageNotice {
width: 810px;
margin: 0 auto;
}
/* prompt */
.prompt {
border: 1px solid #F8E2B9;
padding: 10px;
background-color: #FFFDEB;
color: #F46E00;
_zoom: 1;
}
.prompt dt {
height: 24px;
line-height: 24px;
font-weight: 700;
}
.prompt dd {
padding-left: 12px;
line-height: 24px;
background: url(ui-safe.png) no-repeat -156px -468px;
}
/* ui-form */
.ui-title {
height: 36px;
line-height: 36px;
border-bottom: 1px dotted #B9B9B9;
font-weight: 700;
}
.ui-title span {
font-weight: 100;
font-size: 12px;
margin-left: 10px;
}
.ui-form {
width: 100%;
overflow: hidden;
}
.ui-form li {
*zoom: 1;
margin-top: 20px;
margin-bottom: 20px;
}
.ui-form-small li {
margin-top: 5px;
margin-bottom: 5px;
}
.ui-form .verify-code {
display: inline-block;
width: 100px;
height: 34px;
margin-left: 14px;
vertical-align: middle;
cursor: pointer;
}
.ui-label {
display: inline-block;
width: 140px;
height: 34px;
padding-right: 10px;
margin-right: -4px;
*margin-right: -6px;
text-align: right;
line-height: 34px;
vertical-align: middle;
}
.ui-select {
width: 200px;
height: 34px;
padding: 7px 4px;
border: 1px solid #CECECE;
vertical-align: middle;
*height: auto;
*padding: 0;
}
.ui-text {
margin-left: 150px;
line-height: 2;
}
.ui-singleline {
display: inline-block;
height: 34px;
line-height: 34px;
vertical-align: middle;
}
.ui-multiline {
display: inline-block;
max-width: 50em;
line-height: 34px;
vertical-align: top;
}
.ui-btn {
margin-left: 150px;
}
.ui-other {
margin-left: 150px;
}
.ui-check {
display: inline-block;
*display: inline;
height: 34px;
padding-left: 10px;
line-height: 34px;
vertical-align: middle;
color: #E20000;
display: none;
}
.ui-check-loading {
background: url(ui-check-loading.gif) no-repeat;
}
.ui-check-right {
background: url(ui-check-right.gif) no-repeat;
padding-left: 24px;
color: green;
display: none;
*zoom: 1;
}
.ui-check i {
display: inline-block;
width: 14px;
height: 14px;
margin-right: 5px;
background-position: -240px -40px;
overflow: hidden;
vertical-align: middle;
}
.ui-info,.ui-prompt,.ui-text-info,.ui-text-prompt {
display: inline-block;
*display: inline;
*zoom: 1;
height: 34px;
line-height: 34px;
vertical-align: middle;
}
.ui-text-info {
padding-left: 10px
}
.ui-prompt {
color: #999;
}
.ui-text-prompt {
padding-left: 10px;
color: #999;
}
.checkbox,.radio {
vertical-align: middle;
margin-right: 3px;
}
.file {
vertical-align: middle;
}
.checkbox-list .label {
margin-right: 10px
}
.radio-list .label {
margin-right: 10px
}
.label {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.textarea {
padding: 7px 4px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
box-shadow: 0 1px 3px rgba(206,206,206,0.2) inset;
}
.textarea textarea {
border: 0 none;
width: 100%;
height: 100%;
line-height: 18px;
color: #BDBDBD;
resize: none;
}
.textarea textarea:hover {
color: #555;
}
.textarea:hover {
border-color: #999;
}
.ui-form .textarea {
vertical-align: top;
display: inline-block;
*display: inline;
*zoom: 1;
}
.textarea-mark,.textarea-mark:hover {
background-color: #FFFFFF;
border-color: #FF0000;
border-style: dotted;
color: #555555;
}
.ui-form .ico-tab {
display: inline-block;
margin-right: 6px;
*margin-right: 4px;
padding: 7px 12px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
}
.ui-form .ico-tab-current {
padding: 6px 11px;
border: 2px solid #009A87;
}
.ui-form-long {
padding-left: 110px;
}
.ui-form-long .ui-label {
margin-left: -110px;
}
.ui-form-long .ico-tab {
margin-left: -110px;
margin: 4px 4px 4px 0;
}
/* ui-tab */
.ui-tab-title ul {
float: left;
}
.ui-tab-title {
padding: 10px 10px 0;
height: 38px;
border-bottom: 1px solid #DEDEDE;
*overflow: hidden;
}
.ui-tab-title li {
float: left;
padding: 8px 25px;
font-size: 14px;
border: 1px solid #DEDEDE;
border-bottom: 0 none;
background-color: #F6F6F6;
margin: 0 10px 0 0;
cursor: pointer;
}
.ui-tab-title li.current {
position: relative;
height: 22px;
font-weight: 700;
color: #009B7D;
border-color: #DEDEDE;
background-color: #FFF;
cursor: default;
}
.ui-tab-title .more {
float: right;
height: 22px;
padding: 8px 25px;
line-height: 22px;
border: 0 none;
background-color: transparent;
font-size: 14px;
}
.tab-border {
border: 1px solid #E3E3E3;
}
.tab-title-bg {
background-color: #FAFAFA;
}
.tab-title-from {
padding-left: 150px;
}
.tab-title-center {
text-align: center;
}
.tab-left .ui-tab-title {
float: left;
height: auto;
padding: 10px 0 10px 10px;
margin-right: 10px;
border-bottom: 0 none;
border-right: 1px solid #DEDEDE;
}
.tab-left .ui-tab-title li {
float: none;
border: 1px solid #DEDEDE;
margin: 0 -1px 10px 0;
}
.tab-left .ui-tab-title li.current {
border-right-color: #FFF;
}
.tab-left .table-info {
border-left: 1px solid #E3E3E3;
}
/* ui-search */
.ui-search {
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
.ui-search .ui-label {
width: auto;
padding-right: 0;
font-weight: 700;
vertical-align: middle;
}
.ui-search .search-more {
position: relative;
float: right;
height: 42px;
width: 12px;
padding: 10px 6px;
border-left: 1px solid #E3E3E3;
color: #979797;
cursor: pointer;
}
.ui-search .search-more i {
position: absolute;
bottom: 8px;
left: 6px;
width: 11px;
height: 6px;
overflow: hidden;
background-image: url(ui-proxy.png);
background-repeat: no-repeat;
}
.ui-search .search-more .ico-up {
background-position: -80px -30px;
}
.ui-search .search-more .ico-down {
background-position: -100px -30px;
}
.ui-search .ico-tab {
display: inline-block;
margin-right: 6px;
*margin-right: 4px;
padding: 7px 12px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
}
.ui-search .ico-tab-current {
padding: 6px 11px;
border: 2px solid #009A87;
}
.ui-search li {
float: left;
height: 34px;
padding: 14px;
*padding: 13px 14px;
overflow: hidden;
}
.ui-search .state {
padding-right: 0px;
}
.ui-search .ui-select {
width: 120px;
}
.ui-search .date .input,.ui-search .name .input,.ui-search .funds .input {
width: 104px;
}
.ui-search .number .input {
width: 92px;
}
.ui-search .btn-search {
clear: both;
float: none;
padding-top: 0;
text-align: center;
}
/* step */
.step {
border: 1px solid #E3E3E3;
margin-bottom: 20px;
}
.step-table {
width: 100%;
}
.step-table .con {
height: 47px;
padding-right: 25px;
line-height: 47px;
text-align: center;
font-size: 14px;
background-color: #FFF;
}
.step-table .tri {
position: relative;
height: 47px;
padding-left: 25px;
margin-left: -25px;
background: url(ui-step.png) no-repeat left -50px;
}
.step-table .current .con {
background-color: #FAFAFA;
font-weight: bold;
color: #009B7D;
}
.step-table .clicked .con {
background-color: #FAFAFA;
}
.step-table .current .tri,.step-table .clicked .tri {
background-position: left 0;
}
.step-num {
border-bottom: 1px solid #ECECEC;
background: url(bg-step-num.png);
}
.step-num ul {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
.step-num li {
float: left;
width: 240px;
margin-left: -1px;
height: 65px;
line-height: 66px;
border-left: 1px solid #F0F0F0;
font-family: Microsoft Yahei;
font-size: 16px;
color: #AAA;
overflow: hidden;
}
.step-num i {
float: left;
margin: 15px 30px 0 15px;
width: 44px;
height: 0;
padding-top: 50px;
background-image: url(ui-safe.png);
background-repeat: no-repeat;
overflow: hidden;
}
.step-num-1 {
background-position: -120px -240px;
}
.step-num-2 {
background-position: -120px -300px;
}
.step-num-3 {
background-position: -120px -360px;
}
.step-num-4 {
background-position: -120px -420px;
}
.step-num .current .step-num-1 {
background-position: -120px 0;
}
.step-num .current .step-num-2 {
background-position: -120px -60px;
}
.step-num .current .step-num-3 {
background-position: -120px -120px;
}
.step-num .current .step-num-4 {
background-position: -120px -180px;
}
.step-num .current {
color: #009D7F;
}
/* ui-alert */
.alert i,
.alert-mini i,
.pop i,
.pop .close,
.notice .close,
.notice .ico-warning,
.ui-check i,
.prompt dt i {
background-image: url(ui-alert.png);
background-repeat: no-repeat;
}
/* table */
.table {
width: 100%;
}
.table th,.table td {
padding: 6px 12px;
border-bottom: 1px solid #E3E3E3;
text-align: left;
}
.table-border th,.table-border td {
border: 1px solid #E3E3E3;
}
.table-border th {
background-color: #FAFAFA;
}
.table-border td {
background-color: #FFF;
}
.table-info thead {
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.table-info th,.table-info td {
text-align: center;
}
.table-info th {
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.table-info td {
border-bottom-style: dotted;
padding-top: 8px;
padding-bottom: 8px;
}
.table-info .text-break {
border-bottom-style: dotted;
padding-top: 8px;
padding-bottom: 8px;
word-break: break-all;
}
.table-info .highlight-cell td {
color: #f00;
}
.table-border-none th,.table-border-none td {
border: 0 none;
}
.table-info .text-left {
text-align: left;
}
.table-info .text-right {
text-align: right;
}
.table-info .text-center {
text-align: center;
}
/* page */
.page-wrapper {
padding: 20px
}
.page {
text-align: center;
}
.page a {
display: inline-block;
width: 23px;
height: 23px;
line-height: 24px;
border: 1px solid #E2E2E2;
background-color: #FAFAFA;
font-size: 14px;
color: #999;
text-align: center;
vertical-align: middle;
}
.page a:hover {
border-color: #C4C4C4;
background-color: #F5F5F5;
text-decoration: none;
}
.page a.current {
border-color: #009B7D;
color: #009B7D;
}
.page .prev,.page .next {
border: none;
width: 13px;
height: 0px;
padding-top: 25px;
background-image: url(ui-page.png);
background-repeat: no-repeat;
background-color: transparent;
overflow: hidden;
}
.page .prev {
background-position: 0 0;
}
.page .next {
background-position: -20px 0;
}
.page .prev:hover {
background-position: -40px 0;
background-color: transparent;
}
.page .next:hover {
background-position: -60px 0;
background-color: transparent;
}
.page-few {
display: inline-block;
vertical-align: middle;
color: #999;
}
.page .input {
width: 24px;
height: 23px;
padding: 0 4px;
}
.page-btn {
display: inline-block;
vertical-align: middle;
width: 48px;
height: 25px;
padding-bottom: 3px;
line-height: 24px;
border: 1px solid #E2E2E2;
background-color: #FAFAFA;
color: #999;
cursor: pointer;
}
.page-btn:hover {
border-color: #C4C4C4;
background-color: #F5F5F5;
}
.page-short {
line-height: 18px;
font-size: 14px;
font-weight: 700;
color: #999;
}
.page-short a {
display: inlin-block;
vertical-align: middle;
color: #999;
}
.page-short a:hover {
color: #009A87;
text-decoration: underline;
}
.page-short span {
display: inline-block;
vertical-align: middle;
}
.page-short .prev,.page-short .next {
display: inline-block;
width: 9px;
padding-top: 17px;
margin: 0 2px;
vertical-align: bottom;
background-image: url(ui-page.png);
background-repeat: no-repeat;
background-color: transparent;
overflow: hidden
}
.page-short .prev,.page-short .prev:hover {
background-position: -80px 0;
}
.page-short .next,.page-short .next:hover {
background-position: -90px 0;
}
.page-short span {
padding: 0 10px;
}
.page-right {
float: right;
}
.page-text {
display: inline-block;
*display: inline;
*zoom: 1;
height: 25px;
line-height: 24px;
}
.page-text .label {
margin-right: 10px;
}
.page-text .lower {
vertical-align: middle;
margin-left: 10px;
}
.page-text .btn {
font-weight: 100;
}
/* crumbs */
.crumbs {
padding: 10px 15px;
border-bottom: 1px solid #E3E3E3;
background-color: #FAFAFA;
}
/* rebate-list */
/*.rebate-list .item{position:relative;padding-left:180px;border-bottom:1px solid #E3E3E3;_zoom:1;}
.rebate-list .item dt{position:absolute;top:20px;margin-left:-180px;font-size:24px;font-family:Microsoft Yahei;font-weight:700;color:#009B7D;}
.rebate-list .item dd{margin-bottom:-1px;padding:10px 0;border-bottom:1px dotted #E3E3E3;}
.rebate-list .item td{text-align:center;border:0 none;}
.rebate-list .item .input{margin:0 10px;}
.rebate-list-setup{border-bottom:1px solid #E3E3E3;}
.rebate-list-setup li{padding-bottom:20px;}
.rebate-list-setup .text{display:inline-block;width:72px;vertical-align:middle;}
.rebate-list-setup .input{width:64px;margin-right:6px;*margin-right:4px;}
.rebate-list-setup .more-link{float:right;}
.rebate-list-setup .more-link a{display:inline-block;height:34px;line-height:34px;padding:0 10px;}
.rebate-list-setup .ico-tab{display:inline-block;width:72px;height:32px;line-height:32px;margin-right:6px;*margin-right:4px;border:1px solid #CECECE;background-color:#FFF;vertical-align:middle;text-align:center;cursor:pointer;white-space:nowrap;}
.rebate-list-setup .ico-tab-current{width:70px;height:30px;line-height:30px;border:2px solid #009A87;}
.rebate-list-ico{padding:20px;}
.rebate-btn {padding-top:20px;text-align:center;}*/
.rebate-list .item {
position: relative;
padding-left: 160px;
border-bottom: 1px solid #E3E3E3;
_zoom: 1;
padding-top: 2px;
padding-bottom: 2px;
}
.rebate-list .item dt {
position: absolute;
top: 50%;
margin-top: -18px;
line-height: 36px;
margin-left: -160px;
font-size: 24px;
font-family: Microsoft Yahei;
font-weight: 700;
color: #009B7D;
}
.rebate-list .item dd {
margin-bottom: -3px\9;
padding: 10px 0;
border-bottom: 1px dotted #E3E3E3;
}
.rebate-list .item dd:last-child {
border-bottom-color: transparent;
}
.rebate-list .item .bet-selected {
background: #f8f8f8 url(ui-bet-selected-bg.png) 40px bottom no-repeat;
}
.rebate-list .item td {
border: 0 none;
}
.rebate-list .item .label-like {
width: 100px;
display: inline-block;
*display: inline;
*zoom: 1;
text-align: right;
vertical-align: middle;
}
.rebate-list .item a.label-like {
cursor: pointer;
text-decoration: underline;
}
.rebate-list .item .input {
margin: 0 10px;
}
.rebate-list .lottery-tabs {
border-bottom: 1px solid #e3e3e3;
background-color: #f8f8f8;
height: 40px;
}
.rebate-list .lottery-tabs a {
display: inline-block;
*display: inline;
*zoom: 1;
line-height: 40px;
height: 39px;
border: 1px solid transparent;
text-align: center;
min-width: 70px;
padding: 0 15px;
}
.rebate-list .lottery-tabs .current {
background-color: #fff;
border-color: #e8e8e8;
border-bottom-color: #fff;
text-decoration: none;
cursor: default;
}
.rebate-list .lottery-switch {
display: none;
}
.rebate-list .lottery-switch-current {
display: block;
}
.rebate-list-setup {
}
.rebate-list-setup li {
padding-bottom: 20px;
}
.rebate-list-setup .text {
display: inline-block;
width: 72px;
vertical-align: middle;
}
.rebate-list-setup .input {
width: 64px;
margin-right: 6px;
*margin-right: 4px;
}
.rebate-list-setup .more-link {
float: right;
}
.rebate-list-setup .more-link a {
display: inline-block;
height: 34px;
line-height: 34px;
padding: 0 10px;
}
.rebate-list-setup .ico-tab {
display: inline-block;
width: 72px;
height: 32px;
line-height: 32px;
margin-right: 6px;
*margin-right: 4px;
border: 1px solid #CECECE;
background-color: #FFF;
vertical-align: middle;
text-align: center;
cursor: pointer;
white-space: nowrap;
}
.rebate-list-setup .ico-tab-current {
width: 70px;
height: 30px;
line-height: 30px;
border: 2px solid #009A87;
}
.rebate-list-ico {
padding: 20px;
padding-bottom: 0;
}
.rebate-btn {
padding-top: 20px;
text-align: center;
}
/* wanfa-pop */
.wanfa-pop {
position: absolute;
display: none;
}
.wanfa-pop .close {
text-indent: -9999em;
}
.wanfa-pop .wanfa_caret {
position: absolute;
top: -22px;
left: 50%;
margin-left: -5px;
border-left: 11px solid transparent;
border-top: 11px solid transparent;
border-bottom: 11px solid #cacaca;
border-right: 11px solid transparent;
}
.wanfa-pop .wanfa_caret span {
position: absolute;
top: -9px;
left: -10px;
border-left: 10px solid transparent;
border-top: 10px solid transparent;
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
}
.wanfa-pop .bd {
position: relative;
margin-bottom: 10px;
}
.wanfa-pop .wanfa-replace {
width: 100%;
min-height: 200px;
_height: 200px;
/*height:300px;overflow:auto;*/
}
.wanfa-pop .wanfa-loading {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.wanfa-pop .wanfa-loading span {
position: absolute;
left: 50%;
top: 50%;
width: 80px;
margin-left: -40px;
margin-top: -16px;
background-color: #e3e3e3;
border: 1px solid #ccc;
font-size: 12px;
text-align: center;
line-height: 30px;
}
/* text-modify */
.text-modify {
padding-left: 20px;
color: #555;
}
.text-modify .ico-change {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 4px;
vertical-align: middle;
background: url(ui-table-group.png) no-repeat -80px 0;
}
.text-modify:hover {
zoom: 1;
}
.text-modify:hover .ico-change {
background-position: -80px -20px;
}
/* line */
.line-dotted {
height: 0;
margin: 0;
border-bottom: 1px dotted #B9B9B9;
overflow: hidden;
}
.line-solid {
height: 0;
margin: 0;
border-bottom: 1px solid #E3E3E3;
overflow: hidden;
}
/* announcement */
.announcement {
position: relative;
padding: 10px;
white-space: normal;
word-wrap: break-word;
}
.announcement .back {
height: 24px;
position: absolute;
bottom: 10px;
right: 10px;
padding: 0 10px;
line-height: 24px;
background-color: #CACACA;
color: #FFF;
border-radius: 3px;
}
.announcement .back:hover {
background-color: #269F8D;
text-decoration: none;
}
.announcement .back i {
display: inline-block;
width: 0;
height: 0;
margin-left: 4px;
overflow: hidden;
line-height: 0;
font-size: 0;
vertical-align: middle;
border-bottom: 6px solid #FFFFFF;
border-top: 0 none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
_color: #FF3FFF;
_filter: chroma(color=#FF3FFF);
}
.announcement h3 {
padding: 10px 0 5px;
text-align: center;
}
.announcement .time {
border-bottom: 1px solid #E3E3E3;
line-height: 3;
text-align: center;
color: #999;
}
.announcement-bd {
padding: 20px;
}
.announcement-bd .text {
line-height: 2;
}
/* highbig */
.highbiglight {
font-size: 14px;
font-weight: 700;
color: #009B7D;
}
.highbig {
font-size: 14px;
font-weight: 700;
}
.biglight {
font-weight: 700;
color: #009B7D;
}
.highlight {
font-size: 14px;
color: #009B7D;
}
.high {
font-size: 14px;
}
.big {
font-weight: 700;
}
.light {
color: #009B7D;
}
/* color */
.color-red {
color: #EE4443!important;
}
.color-green {
color: #009A87!important;
}
.color-orange {
color: #EE6701!important;
}
.color-gray {
color: #999!important;
}
.color-pink {
color: #FE4D6C!important;
}
.color-blue {
color: #1C8CFF!important;
}
.color-cyan {
color: #50BA22!important;
}
/* text */
.text-left {
text-align: left!important;
}
.text-right {
text-align: right!important;
}
.text-center {
text-align: center!important;
}
.vertical-top {
vertical-align: top!important;
}
.vertical-middle {
vertical-align: middle!important;
}
.vertical-bottom {
vertical-align: bottom!important;
}
.text-center th,.text-center td {
text-align: center!important;
}
.text-left th,.text-left td {
text-align: left!important;
}
/** width **/
.w-1 {
width: 50px!important;
}
.w-2 {
width: 100px!important;
}
.w-3 {
width: 150px!important;
}
.w-4 {
width: 200px!important;
}
.w-5 {
width: 250px!important;
}
.w-6 {
width: 300px!important;
}
.w-7 {
width: 350px!important;
}
.w-8 {
width: 400px!important;
}
.w-9 {
width: 450px!important;
}
.w-10 {
width: 500px!important;
}
.w-11 {
width: 550px!important;
}
.w-12 {
width: 600px!important;
}
.w-13 {
width: 650px!important;
}
.w-auto {
width: auto!important;
}
.h-1{
height:40px;
}
/** ico **/
.ico-help-small {
display: inline-block;
width: 20px;
height: 14px;
padding: 0 0 0 30px;
background: url(ui-alert.png) no-repeat -230px -60px;
}
/** ad **/
.slider {
overflow: hidden;
position: relative;
}
.slider .slider-pic {
width: 100000px;
overflow: hidden;
}
.slider .slider-pic li {
float: left;
}
.slider .slider-num {
text-align: center;
}
.slider .slider-num li {
display: inline-block;
*display: inline;
*zoom: 1;
background: url(ui-login.png) no-repeat -100px -100px;
width: 7px;
height: 0;
padding-top: 7px;
overflow: hidden;
margin: 5px 4px;
cursor: pointer;
}
.slider .slider-num li.current {
background-position: -90px -100px;
}
/* notice */
.close_btn {
background: url(../game/closeTipBtn.png) no-repeat 0 0;
}
.logo-tips-99101 {
background: url(../game/tips/cqssc.jpg) no-repeat 0 0;
}
.logo-tips-99104 {
background: url(../game/tips/tjssc.jpg) no-repeat 0 0;
}
.logo-tips-99103 {
background: url(../game/tips/xjssc.jpg) no-repeat 0 0;
}
.logo-tips-99105 {
background: url(../game/tips/hljssc.jpg) no-repeat 0 0;
}
.logo-tips-99102 {
background: url(../game/tips/jxssc.jpg) no-repeat 0 0;
}
.logo-tips-99106 {
background: url(../game/tips/llssc.jpg) no-repeat 0 0;
}
.logo-tips-99111 {
background: url(../game/tips/jlffc.jpg) no-repeat 0 0;
}
.logo-tips-99112 {
background: url(../game/tips/slmmc.jpg) no-repeat 0 0;
}
.logo-tips-99304 {
background: url(../game/tips/cq115.jpg) no-repeat 0 0;
}
.logo-tips-99302 {
background: url(../game/tips/jx115.jpg) no-repeat 0 0;
}
.logo-tips-99303 {
background: url(../game/tips/gd115.jpg) no-repeat 0 0;
}
.logo-tips-99305 {
background: url(../game/tips/ll115.jpg) no-repeat 0 0;
}
.logo-tips-99301 {
background: url(../game/tips/sd115.jpg) no-repeat 0 0;
}
.logo-tips-99201 {
background: url(../game/tips/bjkl8.jpg) no-repeat 0 0;
}
.logo-tips-99107 {
background: url(../game/tips/shssl.jpg) no-repeat 0 0;
}
.logo-tips-99108 {
background: url(../game/tips/3d.jpg) no-repeat 0 0;
}
.logo-tips-99109 {
background: url(../game/tips/p5.jpg) no-repeat 0 0;
}
.logo-tips-99401 {
background: url(../game/tips/ssq.jpg) no-repeat 0 0;
}
.load-miniwindow {
background: url(../admin/ui-admin-loading1.gif) no-repeat 0 0;
width: 43px;
height: 11px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
.bd-load {
padding: 10px;
}
/* sort table */
.header-sort {
display: block;
color: #555;
text-decoration: none!important;
cursor: pointer;
line-height: 20px;
}
.header-sort .tablesort-icon {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
margin-left: 4px;
width: 10px;
height: 20px;
position: relative;
}
.header-sort .tablesort-icon span {
position: absolute;
left: 0;
border: 5px solid transparent;
content: '';
height: 0;
width: 0;
}
.header-sort .tablesort-icon .caret-up {
border-bottom-color: #00a786;
top: -2px;
}
.header-sort .tablesort-icon .caret-down {
border-top-color: #00a786;
bottom: -2px;
}
.header-sort-desc .caret-up {
opacity: .25;
filter: alpha(opacity=25);
}
.header-sort-asc .caret-down {
opacity: .25;
filter: alpha(opacity=25);
}
/*顶部topbar v2*/
.icon-user,
.help,
.client-service,
.logo-out a,
.link-sub,
.icon-hot,
.icon-new,
.refreshBall,
.game-menu-text{
display: inline-block;
background-image: url(../indexv2/icon-sprite.png);
_background-image: url(../indexv2/icon-sprite-8.png);
background-repeat: no-repeat;
}
.topbar .game-menu-inner,
.topbar .game-menu-list a i {
background-image: url(un-toolbar.png);
background-repeat: no-repeat;
}
.topbar {
width: 100%;
position: relative;
z-index: 140;
height: 40px;
color: #fff;
}
.topbar-bg {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
top: 0;
height: 40px;
background-color: rgba(0,0,0,.2);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000');
}
.topbar .g_34 {
position: relative;
z-index: 100;
}
.domain-validate {
line-height: 38px;
}
.domain-validate a {
display: inline-block;
padding-left: 30px;
background: url(../indexv2/domain.png) no-repeat left 9px;
_background: url(../indexv2/domain-8.png) no-repeat left 9px;
}
.bar-menu {
float: right;
padding-top: 5px;
}
.bar-menu li {
line-height: 30px;
height: 30px;
float: left;
_display: inline;
padding: 0px 10px;
vertical-align: top;
}
.recharge a:hover,
.withdrawals a:hover {
color: #fff110;
}
.topbar .user,
.topbar .msg,
.topbar .client-service {
position: relative;
}
.topbar .balance-box {
margin-top: 4px;
height: 20px;
line-height: 23px;
padding: 0px 4px;
border: 1px dotted rgba(255,255,255,.2);
border: 1px dotted #AAA\9;
}
.refreshBall {
width: 18px;
height: 14px;
background-position: 0 -358px;
margin-left: 5px;
cursor: pointer;
}
.topbar .icon-user {
padding-right: 23px;
background-position: right 13px;
}
.topbar .help {
padding-left: 18px;
background-position: 10px -32px;
}
.topbar .client-service {
padding-left: 18px;
background-position: 10px -72px;
}
.topbar .service-box{
display: none;
position: absolute;
top: 30px;
right: 0;
width: 150px;
padding: 0 10px;
background-color: #e9f0fa;
border: 1px solid #BFBFBF;
line-height: 28px;
color: #555;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
.topbar .service-box .tri{
position: absolute;
top: -6px;
right: 10px;
width: 0;
height: 0;
overflow: hidden;
border-width: 7px;
border-color: transparent transparent #E9F0FA;
border-style: none dotted solid;
}
.topbar .service-box a{
color: #6375EB;
}
.topbar a {
color: #fff ;
text-decoration: none;
margin-left: 10px;
}
.topbar .user,
.topbar .balance,
.topbar .help{
border-left: 1px solid rgba(255,255,255,.1);
}
.topbar .user {
padding-right: 0px;
}
.topbar .msg {
padding-left: 0px;
}
.topbar .recharge {
padding-right: 0px;
}
.topbar .menu-nav {
position: absolute;
top: 30px;
right: -8px;
padding: 6px 0px;
background-color: #e9f0fa;
border: 1px solid #BFBFBF;
box-shadow: 0 0 12px rgba(0, 0, 0, .3);
display: none;
}
.topbar .panel-current {
display: block;
}
.topbar .menu-nav p {
padding: 0px 20px 5px;
}
.topbar .menu-nav p a {
display: block;
margin: 4px 0px;
line-height: 22px;
color: #555;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.topbar .menu-nav p a:hover {
color: #333;
}
.topbar .menu-nav .logo-out {
padding-top: 5px;
border-top: 1px solid #d3d9e2;
text-align: center;
}
.logo-out a {
display: inline-block;
padding-left: 16px;
background-position: 0 -312px;
color: #dd4444;
font-size: 12px;
margin-left: 0px;
}
.topbar .msg-trigger .msg-box {
display: block;
}
.topbar .msg-box a {
color: #555;
}
.topbar .msg-box a:hover {
color: #ff9600;
text-decoration: underline;
}
.topbar .msg-box .more {
float: right;
}
.topbar .msg-box .more:hover {
color: #555;
}
.topbar .msg-box {
width: 260px;
position: absolute;
top: 30px;
left: 50%;
margin-left: -145px;
padding: 6px 10px;
background-color: #e9f0fa;
border: 1px solid #BFBFBF;
line-height: 22px;
color: #555;
box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
display: none;
}
.topbar .panel-current {
display: block;
}
.topbar .msg-hd{
border-bottom:1px solid #F4F4F4;
padding-bottom:4px;
margin-bottom:2px;
}
.topbar .msg-bd a{
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.topbar .menu-nav .tri,
.topbar .msg-box .tri{
position: absolute;
top: -6px;
left: 50%;
margin-left: -3px;
width: 0;
height: 0;
overflow: hidden;
border-width: 7px;
border-color: transparent transparent #E9F0FA;
border-style: none dotted solid;
}
.topbar .msg .msg-title {
display: block;
line-height: 12px;
margin-top: 6px;
background: #ff9600;
padding: 3px;
min-width: 12px;
border-radius: 3px;
color: #fff;
font-size: 12px;
font-family: Tahoma;
text-align: center;
overflow: hidden;
text-decoration: none;
}
/** 游戏下拉菜单 **/
.topbar .game-menu {
width: auto;
_width: 64px;
height: 40px;
float: left;
margin-left: 20px;
position: relative;
color: #666;
}
.topbar .game-menu-text {
position: relative;
z-index: 1;
display: block;
width: auto;
height: 40px;
padding-right: 23px;
background-position: right 18px;
line-height: 40px;
font-size: 12px;
color: #fff;
cursor: pointer;
}
.topbar .game-menu-panel {
display: none;
position: absolute;
top: 39px;
left: 0;
background: #F5F5F5;
border: 1px solid #D8D8D8;
padding: 4px;
-moz-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
-webkit-box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
box-shadow: 0px 0px 12px rgba(153, 153, 153, 0.6);
}
.topbar .panel-current {
display: block;
}
.topbar .game-menu-triangle {
left: 16px;
margin-left: 0;
_display: none;
}
.topbar .game-menu-inner {
border: 1px solid #DFDFDF;
background-color: #FFF;
background-position: 0 0;
}
.topbar .game-menu-box {
position: relative;
border-top: 1px solid #e7e7e7;
margin-top: -1px;
}
.topbar .game-menu-title {
line-height: 26px;
font-size: 14px;
color: #009a87;
position: absolute;
left: 10px;
top: 8px;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft Yahei",sans-serif,arial;
}
.topbar .game-menu-list {
width: 200px;
padding: 8px 0 4px 105px;
*padding-bottom: 8px;
overflow: hidden;
*zoom: 1;
}
.topbar .game-menu-list a {
position: relative;
display: block;
width: 90px;
float: left;
font-size: 12px;
text-indent: 8px;
line-height: 24px;
border: 1px solid #ececec;
border-radius: 3px;
margin: 0 8px 4px 0;
color: #666;
}
.topbar .game-menu-list a:hover {
color: #fff;
background-color: #009a87;
text-decoration: none;
}
.topbar .game-menu-list a i {
position: absolute;
width: 11px;
height: 11px;
background-repeat: no-repeat;
right: 3px;
top: 50%;
margin-top: -5px;
}
.topbar .game-menu-list .new-game i {
background-position: 0 -450px;
}
.topbar .game-menu-list .hot-game i {
background-position: 0 -470px;
}
.topbar .game-menu-list .new-game:hover i {
background-position: -20px -450px;
}
.topbar .game-menu-list .hot-game:hover i {
background-position: -20px -470px;
}
.header .logo {
display: inline-block;
background-image: url(../indexv2/png-sprite.png);
_background-image: url(../indexv2/png-sprite-8.png);
background-repeat: no-repeat;
background-position: left top;
width: 230px;
height: 53px;
margin-top: 15px;
}
/*header*/
.header .main-menu {
float: right;
padding-top: 24px;
z-index: 130;
position: relative;
}
.header .main-menu li {
float: left;
font-size: 16px;
line-height: 20px;
color: #fff;
margin-left: 50px;
}
.header .main-menu li a {
color: #fff;
text-decoration: none;
}
.container-top {
margin-bottom: 20px;
}
.link-sub {
padding-right: 25px;
background-position: right 8px;
margin-right: -10px;
position: relative;
}
.main-menu .lottery-link {
width: 600px;
height: 189px;
padding: 5px 0 5px 6px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: url(../indexv2/bg-sprite.jpg) no-repeat 0 -771px;
color: #616b7e;
display: none;
}
.main-menu .lottery-link2 {
width: 600px;
height: 189px;
padding: 5px 0 5px 6px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: url(../indexv2/bg-sprite.jpg) no-repeat 0 -771px;
color: #616b7e;
display: none;
}
.lottery-link .lottery-type {
float: left;
border-right: 1px solid #cdd4df;
height: 100%;
}
.lottery-link2 .lottery-type {
float: left;
border-right: 1px solid #cdd4df;
height: 100%;
}
.lottery-type .type-title {
border-bottom: 1px solid #cdd4df;
height: 35px;
line-height: 35px;
text-indent: 6px;
}
.lottery-type .type-list {
overflow: hidden;
padding: 6px 0 0;
}
.lottery-type .type-list ul {
float: left;
padding: 0 5px;
}
.lottery-type .two-line ul {
padding-left: 0px;
}
.lottery-type .type-list li {
float: none;
text-align: center;
min-width: 88px;
_width: 88px;
padding: 0px;
line-height: 24px;
margin: 0 0 3px 0;
border: 1px solid #b5bbc7;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 12px;
position: relative;
}
.lottery-type .type-list li:hover {
border: 1px solid #64718b;
}
.lottery-type .type-list li:hover a {
color: #64718b;
}
.lottery-type .type-list li a {
color: #768194;
}
.type-list .icon-hot,
.type-list .icon-new{
height: 11px;
width: 11px;
position: absolute;
right: 2px;
top: 6px;
}
.type-list .icon-hot {
background-position: 0 -200px;
}
.type-list .icon-new {
background-position: 0 -240px;
}
.main-menu .tri{
position: absolute;
top: -10px;
left: 50%;
margin-left: -17px;
width: 0;
height: 0;
overflow: hidden;
border-width: 10px;
border-color: transparent transparent #d8dce8;
border-style: none dotted solid;
}
.app-download .tri {
left: auto;
right: 30px;
}
.lottery-link .tri {
left: 240px;
}
.lottery-link2 .tri {
left: 340px;
}
.main-menu .app-download {
width: 748px;
height: 150px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: url(../indexv2/bg-sprite.jpg) no-repeat 0 -560px;
color: #616b7e;
display: none;
padding: 0px;
}
.download-btn a {
width: 124px;
height: 30px;
background-color: #727bf6;
background-image: -webkit-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -moz-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -o-linear-gradient(top,#7c7efc,#5e73e7);
background-image: linear-gradient(top,#7c7efc,#5e73e7);
display: inline-block;
border-radius: 15px;
-webkit-border-radius: 15px;
font-size: 14px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 4px rgba(0,0,0,.5);
-webkit-transition: background-color 0.2s linear 0s;
-moz-transition: background-color 0.2s linear 0s;
-o-transition: background-color 0.2s linear 0s;
transition: background-color 0.2s linear 0s;
}
.download-btn a:active {
background: #4157c9;
text-shadow: none;
}
.download-app,
.download-safe,
.download-fhx,
.download-exe ,
.download-login{
height: 100%;
float: left;
padding-top: 100px;
text-align: center;
width: 137px;
}
.download-btn .download-app {
width: 200px;
}
.download-btn .download-app a {
margin-left: 60px;
}
.download-btn .download-app:hover a,
.download-btn .download-safe:hover a,
.download-btn .download-fhx:hover a ,
.download-btn .download-exe:hover a ,
.download-btn .download-login:hover a ,
.download-btn a:hover {
background: #4157c9;
}
.main-menu .panel-current {
display: block;
}
/*自定义可变宽度*/
.g_34 {
width: 980px;
margin-left: auto;
margin-right: auto;
clear: both
}
.g_34:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both
}
/*头部菜单--电子游艺*/
.ele-game {
width: 601px;
height: 165px;
padding: 10px;
padding: 5px 0 0 6px;
position: absolute;
right: 0px;
top: 54px;
z-index: 131;
background: #d6dce5 url(bg-ele-menu.jpg) no-repeat;
color: #616b7e;
display: none;
}
.header .ele-game .tri {
left: 330px;
}
.ele-game .ele-link {
width: 197px;
border-right: 1px solid #cbd2dd;
float: left;
}
.ele-game .ele-noborder {
border: none;
}
.ele-link .ele-title {
border-bottom: 1px solid #cdd4df;
height: 30px;
line-height: 30px;
text-indent: 6px;
text-align: left;
}
.header .ele-game .ele-link li {
text-align: center;
min-width: 88px;
_width: 88px;
padding: 0px;
line-height: 24px;
margin: 0 0 3px 0;
border: 1px solid #b5bbc7;
border-radius: 3px;
-webkit-border-radius: 3px;
margin-left: 5px;
position: relative;
}
.ele-game .ele-link ul {
padding: 5px 0px;
}
.ele-game .ele-link ul li a {
color: #768194;
font-size: 12px;
}
.ele-game .ele-link li:hover {
border: 1px solid #64718b;
}
.ele-game .ele-link li:hover a {
color: #64718b;
}
.ele-btn {
text-align: center;
}
.ele-btn a {
width: 130px;
height: 30px;
background-color: #727bf6;
background-image: -webkit-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -moz-linear-gradient(top,#7c7efc,#5e73e7);
background-image: -o-linear-gradient(top,#7c7efc,#5e73e7);
background-image: linear-gradient(top,#7c7efc,#5e73e7);
display: inline-block;
border-radius: 15px;
-webkit-border-radius: 15px;
font-size: 14px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 4px rgba(0,0,0,.5);
-webkit-transition: background-color 0.2s linear 0s;
-moz-transition: background-color 0.2s linear 0s;
-o-transition: background-color 0.2s linear 0s;
transition: background-color 0.2s linear 0s;
margin-top: 80px;
}
.ele-btn:hover a,
.download-btn a:hover {
background: #4157c9;
}
.cover-menu-cgame {
position: absolute;
background: url(cover-menu.jpg) no-repeat;
width: 204px;
height: 171px;
left: 204px;
top: 0px;
}
.cover-menu-fhx {
position: absolute;
background: url(cover-menu.jpg) -205px 0px no-repeat;
width: 198px;
height: 171px;
left: 408px;
top: 0px;
}
/*密碼修改*/
.pwd-new-strength{
position:absolute;
width: 270px;
}
.pwd-new-bar{
display:inline-block;
width:168px;
height:12px;
margin:0 4px;
border:1px solid #CECECE;
background-color:#FFF;
vertical-align:-3px;
}
.pwd-new-weak{
position:absolute;margin:-1px 0 0 -1px;
width:55px;
height:12px;
border:1px solid #D9285E;
background-color:#EB3851;
}
.pwd-new-middle{
position:absolute;
margin:-1px 0 0 -1px;
width:112px;
height:12px;
border:1px solid #E59017;
background-color:#F6A10D;
}
.pwd-new-strong{
position:absolute;
margin:-1px 0 0 -1px;
width:168px;
height:12px;
border:1px solid #80C20E;
background-color:#8ED611;
}
| 0.421909 | 0.075041 |
md-card {
cursor: pointer;
margin: 5px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/* line 10, seller.thumbnail.styles.scss */
md-card:focus {
outline: none;
}
/* line 13, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container {
display: flex;
justify-content: flex-start;
align-items: center;
width: 90%;
}
/* line 19, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container h2 {
margin-right: 10px;
}
/* line 23, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container h3 img {
height: 25px;
}
/* line 27, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container .not-verified {
color: red;
}
/* line 31, seller.thumbnail.styles.scss */
md-card .logo-and-details-container {
width: 90%;
display: flex;
justify-content: space-between;
align-items: center;
}
/* line 37, seller.thumbnail.styles.scss */
md-card .logo-and-details-container img {
width: 150px;
}
/* line 40, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container {
margin-left: 15px;
margin-right: 15px;
height: 150px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
/* line 50, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container h4 {
display: flex;
margin-right: 15px;
justify-content: space-between;
align-items: center;
padding-bottom: 5px;
border-radius: 5px;
border-bottom: 2px solid #455C7E;
}
/* line 60, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container h4 img {
width: 25px;
}
/* line 63, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container h4:last-child {
margin-right: 0;
}
/* line 68, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .contacts-container {
min-width: 200px;
display: flex;
flex-direction: column;
}
/* line 76, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .contacts-container h3 img {
background-color: #8A6D67;
border-radius: 20px;
padding: 3px;
width: 25px;
margin-right: 5px;
}
/*******************/
/*Responsive styles*/
/*******************/
@media screen and (max-width: 1024px) {
/* line 102, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container {
display: none;
}
}
@media screen and (max-width: 425px) {
/* line 111, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container {
justify-content: center;
}
/* line 114, seller.thumbnail.styles.scss */
md-card .logo-and-details-container {
flex-direction: column;
}
/* line 116, seller.thumbnail.styles.scss */
md-card .logo-and-details-container > img {
margin: 15px 0;
}
}
|
src/app/seller/seller-thumbnail/seller.thumbnail.styles.css
|
md-card {
cursor: pointer;
margin: 5px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/* line 10, seller.thumbnail.styles.scss */
md-card:focus {
outline: none;
}
/* line 13, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container {
display: flex;
justify-content: flex-start;
align-items: center;
width: 90%;
}
/* line 19, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container h2 {
margin-right: 10px;
}
/* line 23, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container h3 img {
height: 25px;
}
/* line 27, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container .not-verified {
color: red;
}
/* line 31, seller.thumbnail.styles.scss */
md-card .logo-and-details-container {
width: 90%;
display: flex;
justify-content: space-between;
align-items: center;
}
/* line 37, seller.thumbnail.styles.scss */
md-card .logo-and-details-container img {
width: 150px;
}
/* line 40, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container {
margin-left: 15px;
margin-right: 15px;
height: 150px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
/* line 50, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container h4 {
display: flex;
margin-right: 15px;
justify-content: space-between;
align-items: center;
padding-bottom: 5px;
border-radius: 5px;
border-bottom: 2px solid #455C7E;
}
/* line 60, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container h4 img {
width: 25px;
}
/* line 63, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container h4:last-child {
margin-right: 0;
}
/* line 68, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .contacts-container {
min-width: 200px;
display: flex;
flex-direction: column;
}
/* line 76, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .contacts-container h3 img {
background-color: #8A6D67;
border-radius: 20px;
padding: 3px;
width: 25px;
margin-right: 5px;
}
/*******************/
/*Responsive styles*/
/*******************/
@media screen and (max-width: 1024px) {
/* line 102, seller.thumbnail.styles.scss */
md-card .logo-and-details-container .products-count-container {
display: none;
}
}
@media screen and (max-width: 425px) {
/* line 111, seller.thumbnail.styles.scss */
md-card .seller-name-verification-container {
justify-content: center;
}
/* line 114, seller.thumbnail.styles.scss */
md-card .logo-and-details-container {
flex-direction: column;
}
/* line 116, seller.thumbnail.styles.scss */
md-card .logo-and-details-container > img {
margin: 15px 0;
}
}
| 0.260766 | 0.057891 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
.font-title {
font-family: Lora;
font-size: 48px;
line-height: 132%; }
h1 {
font-family: Lora;
font-size: 40px;
line-height: 116.48%; }
h2 {
font-family: Lora;
font-size: 32px;
line-height: 41px;
letter-spacing: 0.5px; }
h3 {
font-family: Lora;
font-size: 24px;
line-height: 31px; }
h4 {
font-family: Lora;
font-size: 20px;
line-height: 26px; }
h5 {
font-family: Lora;
font-size: 18px;
line-height: 23px; }
h6 {
font-family: Lora;
font-weight: bold;
font-size: 16px;
line-height: 144%;
letter-spacing: 0.5px; }
.font-subtitle1, header .nav-link, .search-overlay-input {
font-family: Open Sans;
font-size: 18px;
line-height: 25px; }
.font-subtitle2 {
font-family: Open Sans;
font-size: 18px;
line-height: 25px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text::-webkit-input-placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text:-ms-input-placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text::-ms-input-placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text::placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body2 {
font-family: Open Sans;
font-size: 14px;
line-height: 21px; }
.font-btn, .tag {
font-family: Open Sans;
font-weight: bold;
font-size: 14px;
line-height: 21px;
letter-spacing: 0.5px;
text-transform: uppercase; }
.font-overline {
font-family: Open Sans;
font-size: 14px;
line-height: 148.44%;
letter-spacing: 0.5px;
text-transform: uppercase; }
.font-caption, .newsletter .errorTxt span, .newsletter .successTxt span, .newsletter .successTxt, .field-text:placeholder-shown ~ label {
font-family: Open Sans;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.4px; }
@media (max-width: 762px) {
.font-title {
font-size: 24px;
line-height: 31px; }
h1 {
font-size: 32px;
line-height: 41px; }
h2 {
font-size: 28px;
line-height: 36px; }
.font-subtitle1, header .nav-link, .search-overlay-input {
font-size: 12px;
line-height: 120%; } }
.social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -.3rem; }
.social a {
padding: 0 .3rem; }
.social a:hover i {
-webkit-filter: brightness(0%);
filter: brightness(0%); }
.button, .deal-btn {
position: relative;
padding: 1rem 1.5rem;
text-transform: uppercase;
font-size: .8rem;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
border: 0;
outline: 0;
height: 3rem; }
.button:focus, .deal-btn:focus, .button:active, .deal-btn:active {
outline: none; }
.button-disabled {
opacity: 0.35; }
.btn-full {
border: 1px solid #70BF04;
background: #70BF04;
color: #ffffff; }
.btn-full:hover {
background: #ffffff;
color: #70BF04; }
.btn-full:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-full:active {
background: #5A9903;
border-color: #5A9903;
color: #FAFAFA; }
.btn-empty, .deal-btn {
border: 1px solid #70BF04;
background: #ffffff;
color: #70BF04; }
.btn-empty:hover, .deal-btn:hover {
background: #70BF04;
color: #ffffff; }
.btn-empty:focus, .deal-btn:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-empty:active, .deal-btn:active {
color: #5A9903;
border-color: #5A9903; }
.btn-clear {
background: #ffffff;
color: #70BF04;
top: 0px; }
.btn-clear:hover {
top: -4px; }
.btn-clear:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-clear:active {
color: #5A9903; }
.btn-download-left {
background: #ffffff;
color: #70BF04;
top: 0px; }
.btn-download-left::before {
content: url("../img/icons/download.svg");
width: 24px;
height: 24px;
margin-right: 8px;
display: inline-block;
vertical-align: middle;
font-style: normal; }
.btn-download-left:hover {
top: -4px; }
.btn-download-left:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-download-left:active {
color: #5A9903; }
.btn-download-right {
background: #ffffff;
color: #70BF04;
top: 0px; }
.btn-download-right::after {
content: url("../img/icons/download.svg");
width: 24px;
height: 24px;
margin-left: 8px;
display: inline-block;
vertical-align: middle;
font-style: normal; }
.btn-download-right:hover {
top: -4px; }
.btn-download-right:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-download-right:active {
color: #5A9903; }
.btn-plus {
background: #70BF04;
color: #ffffff;
padding: 0;
width: 3rem;
height: 3rem;
border-radius: 3rem; }
.btn-plus::after {
content: url("../img/icons/add_white.svg");
display: inline-block;
vertical-align: middle;
height: 18px;
width: 18px; }
.btn-plus:hover {
background: #ffffff;
color: #70BF04;
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04); }
.btn-plus:hover::after {
content: url("../img/icons/add_green.svg"); }
.btn-plus:active, .btn-plus:focus {
background: #70BF04;
color: #ffffff; }
.navbuttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
left: calc(100% - 32px);
width: 32px;
position: relative; }
.navbuttons-wrapper {
display: none;
position: -webkit-sticky;
position: sticky;
right: 0;
bottom: 1rem; }
.navbuttons-base {
border-radius: 48px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 12px rgba(13, 64, 89, 0.1);
box-shadow: 0px 4px 12px rgba(13, 64, 89, 0.1);
width: 32px;
height: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.navbuttons-base:first-child {
margin-bottom: .8rem; }
.navbuttons-up::after {
content: url("../img/icons/ic_arrow-top.svg");
position: absolute;
top: 4px; }
.navbuttons-back::after {
content: url("../img/icons/ic_arrow-left.svg");
position: absolute;
top: 4px;
left: 4px; }
.tag {
margin: 2rem 0; }
.tag-active {
color: #FAFAFA;
background: #70BF04;
border-radius: 48px;
padding: 2px 16px; }
.tag-item:not(:last-child) {
margin-right: 2.5rem; }
.ctrlbuttons {
width: 32px;
height: 32px;
color: #455A64;
cursor: pointer; }
.ctrlbuttons.prev {
opacity: .75; }
.card-wrapper {
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
border-radius: 8px;
overflow: hidden;
margin-bottom: 2rem;
cursor: pointer; }
.card-wrapper:hover {
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04); }
.card-wrapper:hover .card-img img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.card-wrapper:active {
-webkit-box-shadow: 0px 8px 8px rgba(13, 64, 89, 0.08);
box-shadow: 0px 8px 8px rgba(13, 64, 89, 0.08); }
.card-info {
padding: 1rem 1.5rem; }
.card-img {
width: 100%;
position: relative;
overflow: hidden; }
.card-img::after {
content: "";
padding-top: 100%;
display: block; }
.card-img img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 100%; }
.card-desc {
background: #607D8B;
opacity: 0.75;
border-radius: 8px 0px;
padding: .5rem 1rem;
display: inline-block; }
.card-btn {
display: block;
text-align: center;
padding: .5rem;
margin-top: 2rem; }
.card-btn:hover {
text-decoration: none; }
footer {
font-size: 1rem;
line-height: 1.5rem; }
footer .footer-info {
margin: 2rem -15px; }
footer span {
font-size: 1.1rem;
letter-spacing: 0.25px;
display: inline-block;
color: #455A64; }
footer ul {
list-style: none;
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 10%;
column-gap: 10%;
padding: 0;
width: 100%; }
footer a {
display: block;
margin: 2px 0;
font-size: 1rem;
line-height: 1.5rem; }
footer .indent {
margin-bottom: 2rem; }
footer .footer-title {
margin-bottom: 2rem; }
footer .contact:not(:last-child) {
margin-bottom: 2rem; }
footer .footer-nav {
display: none;
-webkit-box-flex: .5;
-ms-flex-positive: .5;
flex-grow: .5; }
footer .footer-contacts {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
footer .contact-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%; }
footer .contact-block {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 2rem; }
footer .contact-block span {
font-size: 1rem; }
footer .footer-address {
-webkit-box-flex: .5;
-ms-flex-positive: .5;
flex-grow: .5; }
footer .footer-address li {
margin-bottom: 2rem; }
footer .footer-address a:nth-child(even) {
color: #455A64; }
footer .footer-address a:nth-child(even):hover {
color: #70BF04; }
footer .footer-address a:not(:last-child) {
margin-bottom: 2rem; }
footer .footer-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
footer .footer-copyright {
padding-bottom: 1rem; }
footer .footer-copyright span {
font-size: .9rem;
line-height: 1.25rem;
color: #455A64; }
footer .footer-copyright img {
width: 1.5rem;
height: 1.5rem; }
@media (max-width: 992px) {
footer .footer-contacts {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
footer .footer-contacts > span {
display: block;
width: 100%; }
footer .contact-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
header {
margin: 0 -1.5rem;
padding: 1.2rem 1.5rem 0;
position: relative; }
header.front {
min-height: 47vw; }
header.front:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: url(../img/main-header-bg.png);
background-size: cover;
background-position: center;
min-height: 47vw;
height: 100%;
width: 100%;
opacity: 1;
z-index: -1; }
header.front .header-text, header.front .social-wrapper {
display: block; }
header button {
z-index: 10000;
outline: none !important; }
header .header-info {
display: none;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
font-size: .9rem;
line-height: 1.2rem;
margin-bottom: 1.5rem;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s; }
header .header-info .header-contacts {
display: none;
margin-right: 3rem; }
header .header-info a:not(:last-child) {
margin-right: .8rem; }
header .navbar {
padding: .5rem 15px; }
header .navbar .dropdown-menu {
background: rgba(255, 255, 255, 0.85);
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px);
border-radius: 0px 0px 4px 4px;
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
border: none; }
header .navbar .dropdown-item:active, header .navbar .dropdown-item:hover {
background: #70BF04;
color: #ffffff; }
header .header-menu {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%; }
header .nav-link {
color: #455A64;
letter-spacing: 0.25px; }
header .nav-link.dropdown-toggle::after {
display: none; }
header .header-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
header .header-panel-profile {
display: none;
margin-left: 2.5rem; }
.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn; }
.icon-bar {
width: 22px;
height: 2px;
background-color: #B6B6B6;
display: block;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
margin-top: 4px; }
.header-text {
display: none;
margin-top: 4rem; }
.header-text p {
width: 65%;
color: #829299; }
.social-wrapper {
display: none;
position: absolute;
bottom: 3.5rem; }
.social i {
width: 32px; }
.navbar-toggler {
border: none;
background: transparent !important; }
.navbar-toggler .top-bar {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%; }
.navbar-toggler .middle-bar {
opacity: 0; }
.navbar-toggler .bottom-bar {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%; }
.navbar-toggler.collapsed .top-bar {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
.navbar-toggler.collapsed .middle-bar {
opacity: 1; }
.navbar-toggler.collapsed .bottom-bar {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
@-webkit-keyframes slideTop {
0% {
display: block;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0; }
100% {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1; } }
@keyframes slideTop {
0% {
display: block;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0; }
100% {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1; } }
@-webkit-keyframes slideIn {
0% {
-webkit-transform: translateY(1rem);
transform: translateY(1rem);
opacity: 0; }
100% {
transform:translateY(0rem) { }
opacity: 1; } }
@keyframes slideIn {
0% {
-webkit-transform: translateY(1rem);
transform: translateY(1rem);
opacity: 0; }
100% {
transform:translateY(0rem) { }
opacity: 1; } }
@-webkit-keyframes collapse-in {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@keyframes collapse-in {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@-webkit-keyframes collapse-out {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; } }
@keyframes collapse-out {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; } }
@media (min-width: 992px) {
.animate {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; } }
@media (max-width: 992px) {
.no-scroll .header-info {
display: block;
position: absolute;
width: 100%;
height: 40px; }
.no-scroll .header-lang {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 6rem;
z-index: 9999;
opacity: 0; }
.no-scroll .header-panel-profile {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
display: block;
opacity: 0;
z-index: 9999; }
.no-scroll .header-lang, .no-scroll .header-panel-profile {
-webkit-animation: slideTop .5s ease .8s forwards;
animation: slideTop .5s ease .8s forwards; }
header {
position: -webkit-sticky;
position: sticky; }
header.front {
min-height: 76vw; }
header .collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none;
display: none; }
.header-nav {
position: absolute;
overflow: auto;
background: white;
left: 0;
top: 0;
bottom: 0;
right: 0;
height: 100vh;
width: 100vw;
z-index: 999;
display: block !important;
padding: 5rem 1rem 2rem;
-webkit-animation: collapse-out .5s ease forwards;
animation: collapse-out .5s ease forwards; }
.header-nav.show {
-webkit-animation: collapse-in .5s ease forwards;
animation: collapse-in .5s ease forwards; } }
@media (max-width: 576px) {
header.front:before {
opacity: .8;
background-position: top left; } }
@media (max-width: 400px) {
header.front {
min-height: 110vw; }
header.front:before {
opacity: .8;
background-position: 12% 50%; }
.header-text p {
width: 90%; }
.social img {
width: 16px; } }
.latest-news-wrapper {
margin: 2rem -18px 4rem; }
.latest-news-item {
padding: 18px; }
.latest-news-item:not(:last-child) {
border-right: 1px solid #DDDDDD; }
.latest-news-date {
margin-bottom: .5rem; }
.courses-wrapper {
margin: 3rem -15px 1rem; }
.courses-wrapper .slick-list {
margin: 0 0px; }
.courses-wrapper .slick-slide {
padding: 0 16px; }
.courses-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.courses-link > a {
color: #70BF04; }
.newsletter {
width: 45%;
min-width: 280px;
margin: 7rem auto;
text-align: center; }
.newsletter h2 {
margin-bottom: 2rem; }
.newsletter-form {
postition: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.newsletter-field {
padding-right: 1rem;
width: 40%; }
.newsletter-email {
background: #ffffff;
opacity: 0.75;
border: 1px solid #DDDDDD;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
padding: 1rem;
margin-bottom: .5rem;
width: 100%;
height: 3rem; }
.newsletter-email:focus, .newsletter-email:active {
outline-color: #c4c4c4; }
.newsletter .errorTxt, .newsletter .successTxt {
padding: 0 1rem;
text-align: left; }
.newsletter .errorTxt .error, .newsletter .successTxt .error {
color: #D9213F; }
.newsletter .successTxt {
color: #8BD921; }
@media (max-width: 1440px) {
.newsletter {
width: 60%; } }
@media (max-width: 1440px) {
.newsletter-field {
width: 55%; } }
@media (max-width: 768px) {
.newsletter {
width: 85%; } }
@media (max-width: 500px) {
.newsletter {
width: 100%; }
.newsletter .button, .newsletter .deal-btn {
width: 100%;
border-radius: 0;
height: 4rem; }
.newsletter-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.newsletter-email {
border-radius: 0;
height: 4rem; }
.newsletter-field {
width: 100%;
padding: 0; } }
.start-section {
margin: 100px auto;
width: 60%; }
.start-section h2 {
position: relative;
margin-bottom: 3rem;
text-align: center; }
.start-section h2:after {
content: "";
position: absolute;
height: 2px;
width: 12%;
background: #70BF04;
border-radius: 2px;
bottom: -1.5rem;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.start-section div {
color: #829299; }
@media (max-width: 768px) {
.start-section {
width: 100%; } }
@media (max-width: 500px) {
.start-section h2 {
text-align: left; }
.start-section h2:after {
left: 0px;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); } }
.deal-section {
margin: 1rem 0; }
.deal-section .row {
margin: 4rem 0; }
.deal-img > img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
border-radius: 4px;
-webkit-box-shadow: 0px 12px 24px rgba(13, 64, 89, 0.15);
box-shadow: 0px 12px 24px rgba(13, 64, 89, 0.15); }
.deal-info {
width: 50%;
margin: 4rem; }
.deal-title {
color: #455A64;
margin-bottom: 1.5rem; }
.deal-text {
color: #829299;
margin-bottom: 3rem; }
.search-overlay {
-webkit-animation: searchOverlay .3s ease-in forwards;
animation: searchOverlay .3s ease-in forwards;
display: none;
z-index: 9999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(255, 255, 255, 0.85); }
.search-overlay form {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.search-overlay-input {
-webkit-animation: searchInput .5s ease-in .3s forwards;
animation: searchInput .5s ease-in .3s forwards;
margin: auto;
position: relative;
border: 0;
border-bottom: 1px solid #DDDDDD;
padding: 11px 4px;
width: 60%;
caret-color: #70BF04;
color: #829299;
text-indent: 1rem;
opacity: 0; }
.search-overlay-input:focus {
outline: none; }
.search-overlay-icon {
-webkit-animation: searchIcon .5s ease-in .5s forwards;
animation: searchIcon .5s ease-in .5s forwards; }
@-webkit-keyframes searchIcon {
0% {
z-index: 10000;
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
100% {
position: absolute;
right: calc(20% + 20px);
top: 54px;
z-index: 10000;
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@keyframes searchIcon {
0% {
z-index: 10000;
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
100% {
position: absolute;
right: calc(20% + 20px);
top: 54px;
z-index: 10000;
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@-webkit-keyframes searchOverlay {
0% {
display: block;
opacity: 0;
-webkit-backdrop-filter: blur(0px);
backdrop-filter: blur(0px); }
25% {
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px); }
50% {
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px); }
75% {
-webkit-backdrop-filter: blur(37px);
backdrop-filter: blur(37px); }
100% {
opacity: 1;
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px); } }
@keyframes searchOverlay {
0% {
display: block;
opacity: 0;
-webkit-backdrop-filter: blur(0px);
backdrop-filter: blur(0px); }
25% {
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px); }
50% {
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px); }
75% {
-webkit-backdrop-filter: blur(37px);
backdrop-filter: blur(37px); }
100% {
opacity: 1;
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px); } }
@-webkit-keyframes searchInput {
0% {
display: block;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0; }
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
opacity: 1; } }
@keyframes searchInput {
0% {
display: block;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0; }
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
opacity: 1; } }
.field-text {
border-bottom: 2px solid #DDDDDD;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.field-text::-webkit-input-placeholder {
color: #829299; }
.field-text:-ms-input-placeholder {
color: #829299; }
.field-text::-ms-input-placeholder {
color: #829299; }
.field-text::placeholder {
color: #829299; }
.field-text:placeholder-shown ~ label {
color: #829299;
opacity: .54; }
.field-text:focus {
border-bottom: 2px solid #70BF04; }
.field-text:focus ~ label {
color: #70BF04; }
.field-text-error {
border-bottom: 2px solid #D9213F; }
.field-text-error ~ label {
color: #D9213F; }
.field-textarea {
border: 2px solid #DDDDDD;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.field-textarea:focus {
border-bottom: 2px solid #70BF04; }
.field-textarea-error {
border-bottom: 2px solid #D9213F; }
.accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start; }
.accordion-id {
color: #70BF04;
border-radius: 2rem;
border: 1px solid #70BF04;
width: 2rem;
height: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 1rem; }
.accordion-info {
width: 100%; }
.accordion-link {
background: none;
border: none;
color: #455A64;
line-height: 32px;
padding: 0;
color: #455A64;
width: 100%;
text-align: left; }
.accordion-link:focus {
outline: none; }
.accordion-link[aria-expanded="true"]:after {
font-family: Fontawesome;
content: '\f077';
float: right;
font-size: 16px;
color: #829299; }
.accordion-link[aria-expanded="false"]:after {
font-family: Fontawesome;
content: '\f078';
float: right;
font-size: 16px;
color: #829299; }
.accordion-text {
color: #829299; }
html {
font-size: 16px;
scroll-behavior: smooth; }
@media screen and (max-width: 769px) {
html {
font-size: 12px; } }
body {
font-family: 'Open Sans', sans-serif;
line-height: 1.5rem;
letter-spacing: 0.25px;
color: #455A64;
padding: 0 1.5rem;
position: relative; }
body.no-scroll {
overflow: hidden;
position: fixed;
width: 100%; }
hr {
border-color: #DDDDDD; }
a {
color: #829299;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
font-size: 16px;
line-height: 24px; }
a:hover {
color: #70BF04; }
a:active {
color: #5A9903; }
img {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.active {
color: #70BF04; }
.slick-slide:focus {
outline: none; }
.quote {
color: #829299;
border-left: 2px solid #70BF04;
padding-left: 2rem; }
input, textarea {
outline-color: transparent;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
input:focus, input:active, textarea:focus, textarea:active {
outline-color: #70BF04; }
.calendar-header {
width: 100%;
height: 120px;
background: -webkit-gradient(linear, left bottom, left top, from(#2c3e50), to(#4ca1af));
background: -webkit-linear-gradient(bottom, #2c3e50, #4ca1af);
background: -o-linear-gradient(bottom, #2c3e50, #4ca1af);
background: linear-gradient(to top, #2c3e50, #4ca1af);
text-align: center;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.9);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.9); }
.calendar-header h1, .calendar-header h2 {
width: 100%;
margin: 0 0 0 0;
padding: 0;
height: 40%; }
.calendar-header h1 {
line-height: 65px;
margin-top: 18px;
margin-bottom: 0;
font-size: 1.2rem; }
.calendar-header h2 {
line-height: 10px;
margin-top: 0;
text-transform: uppercase;
font-size: 1rem;
font-weight: 100;
color: #8eefff;
letter-spacing: 2px;
text-shadow: -1px -1px 0 #1a3242; }
#headings ul {
list-style-type: none;
padding-left: 0;
width: 100%;
height: 20px;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4); }
#headings ul li {
display: inline-block;
font-size: 10px;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
font-weight: bold;
background-color: #315671;
height: 22px;
line-height: 22px;
color: #fff;
border-left: 1px solid rgba(255, 255, 255, 0.4); }
section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 380px;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background: -webkit-gradient(linear, left bottom, left top, from(#c9ebff), to(#f3fdff));
background: -webkit-linear-gradient(bottom, #c9ebff, #f3fdff);
background: -o-linear-gradient(bottom, #c9ebff, #f3fdff);
background: linear-gradient(to top, #c9ebff, #f3fdff); }
section div {
display: inline-block;
height: 12%;
width: calc(100% * 1/7);
text-align: center;
line-height: 76px;
font-size: 18px;
font-weight: 300 !important;
-webkit-box-shadow: 1px 1px 0 0 rgba(60, 112, 128, 0.26);
box-shadow: 1px 1px 0 0 rgba(60, 112, 128, 0.26);
margin: 0;
height: 76px;
background-color: rgba(0, 0, 0, 0.05);
border-collapse: collapse; }
section div:first-child {
margin-left: calc(12.5% * 1 + 0.4088em); }
section div.today {
background: -webkit-gradient(linear, left bottom, left top, from(#2c3e50), to(#4ca1af));
background: -webkit-linear-gradient(bottom, #2c3e50, #4ca1af);
background: -o-linear-gradient(bottom, #2c3e50, #4ca1af);
background: linear-gradient(to top, #2c3e50, #4ca1af);
color: #FFF;
font-weight: bold; }
|
works/skillsup/css/main.css
|
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
.font-title {
font-family: Lora;
font-size: 48px;
line-height: 132%; }
h1 {
font-family: Lora;
font-size: 40px;
line-height: 116.48%; }
h2 {
font-family: Lora;
font-size: 32px;
line-height: 41px;
letter-spacing: 0.5px; }
h3 {
font-family: Lora;
font-size: 24px;
line-height: 31px; }
h4 {
font-family: Lora;
font-size: 20px;
line-height: 26px; }
h5 {
font-family: Lora;
font-size: 18px;
line-height: 23px; }
h6 {
font-family: Lora;
font-weight: bold;
font-size: 16px;
line-height: 144%;
letter-spacing: 0.5px; }
.font-subtitle1, header .nav-link, .search-overlay-input {
font-family: Open Sans;
font-size: 18px;
line-height: 25px; }
.font-subtitle2 {
font-family: Open Sans;
font-size: 18px;
line-height: 25px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text::-webkit-input-placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text:-ms-input-placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text::-ms-input-placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body1, header .navbar .dropdown-menu, .newsletter-email, .deal-text, .field-text::placeholder, .accordion-id, .accordion-link, .accordion-text {
font-family: Open Sans;
font-size: 16px;
line-height: 24px; }
.font-body2 {
font-family: Open Sans;
font-size: 14px;
line-height: 21px; }
.font-btn, .tag {
font-family: Open Sans;
font-weight: bold;
font-size: 14px;
line-height: 21px;
letter-spacing: 0.5px;
text-transform: uppercase; }
.font-overline {
font-family: Open Sans;
font-size: 14px;
line-height: 148.44%;
letter-spacing: 0.5px;
text-transform: uppercase; }
.font-caption, .newsletter .errorTxt span, .newsletter .successTxt span, .newsletter .successTxt, .field-text:placeholder-shown ~ label {
font-family: Open Sans;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.4px; }
@media (max-width: 762px) {
.font-title {
font-size: 24px;
line-height: 31px; }
h1 {
font-size: 32px;
line-height: 41px; }
h2 {
font-size: 28px;
line-height: 36px; }
.font-subtitle1, header .nav-link, .search-overlay-input {
font-size: 12px;
line-height: 120%; } }
.social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -.3rem; }
.social a {
padding: 0 .3rem; }
.social a:hover i {
-webkit-filter: brightness(0%);
filter: brightness(0%); }
.button, .deal-btn {
position: relative;
padding: 1rem 1.5rem;
text-transform: uppercase;
font-size: .8rem;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
border: 0;
outline: 0;
height: 3rem; }
.button:focus, .deal-btn:focus, .button:active, .deal-btn:active {
outline: none; }
.button-disabled {
opacity: 0.35; }
.btn-full {
border: 1px solid #70BF04;
background: #70BF04;
color: #ffffff; }
.btn-full:hover {
background: #ffffff;
color: #70BF04; }
.btn-full:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-full:active {
background: #5A9903;
border-color: #5A9903;
color: #FAFAFA; }
.btn-empty, .deal-btn {
border: 1px solid #70BF04;
background: #ffffff;
color: #70BF04; }
.btn-empty:hover, .deal-btn:hover {
background: #70BF04;
color: #ffffff; }
.btn-empty:focus, .deal-btn:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-empty:active, .deal-btn:active {
color: #5A9903;
border-color: #5A9903; }
.btn-clear {
background: #ffffff;
color: #70BF04;
top: 0px; }
.btn-clear:hover {
top: -4px; }
.btn-clear:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-clear:active {
color: #5A9903; }
.btn-download-left {
background: #ffffff;
color: #70BF04;
top: 0px; }
.btn-download-left::before {
content: url("../img/icons/download.svg");
width: 24px;
height: 24px;
margin-right: 8px;
display: inline-block;
vertical-align: middle;
font-style: normal; }
.btn-download-left:hover {
top: -4px; }
.btn-download-left:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-download-left:active {
color: #5A9903; }
.btn-download-right {
background: #ffffff;
color: #70BF04;
top: 0px; }
.btn-download-right::after {
content: url("../img/icons/download.svg");
width: 24px;
height: 24px;
margin-left: 8px;
display: inline-block;
vertical-align: middle;
font-style: normal; }
.btn-download-right:hover {
top: -4px; }
.btn-download-right:focus {
background: #EFFAE1;
color: #70BF04; }
.btn-download-right:active {
color: #5A9903; }
.btn-plus {
background: #70BF04;
color: #ffffff;
padding: 0;
width: 3rem;
height: 3rem;
border-radius: 3rem; }
.btn-plus::after {
content: url("../img/icons/add_white.svg");
display: inline-block;
vertical-align: middle;
height: 18px;
width: 18px; }
.btn-plus:hover {
background: #ffffff;
color: #70BF04;
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04); }
.btn-plus:hover::after {
content: url("../img/icons/add_green.svg"); }
.btn-plus:active, .btn-plus:focus {
background: #70BF04;
color: #ffffff; }
.navbuttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
left: calc(100% - 32px);
width: 32px;
position: relative; }
.navbuttons-wrapper {
display: none;
position: -webkit-sticky;
position: sticky;
right: 0;
bottom: 1rem; }
.navbuttons-base {
border-radius: 48px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 12px rgba(13, 64, 89, 0.1);
box-shadow: 0px 4px 12px rgba(13, 64, 89, 0.1);
width: 32px;
height: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.navbuttons-base:first-child {
margin-bottom: .8rem; }
.navbuttons-up::after {
content: url("../img/icons/ic_arrow-top.svg");
position: absolute;
top: 4px; }
.navbuttons-back::after {
content: url("../img/icons/ic_arrow-left.svg");
position: absolute;
top: 4px;
left: 4px; }
.tag {
margin: 2rem 0; }
.tag-active {
color: #FAFAFA;
background: #70BF04;
border-radius: 48px;
padding: 2px 16px; }
.tag-item:not(:last-child) {
margin-right: 2.5rem; }
.ctrlbuttons {
width: 32px;
height: 32px;
color: #455A64;
cursor: pointer; }
.ctrlbuttons.prev {
opacity: .75; }
.card-wrapper {
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
border-radius: 8px;
overflow: hidden;
margin-bottom: 2rem;
cursor: pointer; }
.card-wrapper:hover {
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.04); }
.card-wrapper:hover .card-img img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.card-wrapper:active {
-webkit-box-shadow: 0px 8px 8px rgba(13, 64, 89, 0.08);
box-shadow: 0px 8px 8px rgba(13, 64, 89, 0.08); }
.card-info {
padding: 1rem 1.5rem; }
.card-img {
width: 100%;
position: relative;
overflow: hidden; }
.card-img::after {
content: "";
padding-top: 100%;
display: block; }
.card-img img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 100%; }
.card-desc {
background: #607D8B;
opacity: 0.75;
border-radius: 8px 0px;
padding: .5rem 1rem;
display: inline-block; }
.card-btn {
display: block;
text-align: center;
padding: .5rem;
margin-top: 2rem; }
.card-btn:hover {
text-decoration: none; }
footer {
font-size: 1rem;
line-height: 1.5rem; }
footer .footer-info {
margin: 2rem -15px; }
footer span {
font-size: 1.1rem;
letter-spacing: 0.25px;
display: inline-block;
color: #455A64; }
footer ul {
list-style: none;
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 10%;
column-gap: 10%;
padding: 0;
width: 100%; }
footer a {
display: block;
margin: 2px 0;
font-size: 1rem;
line-height: 1.5rem; }
footer .indent {
margin-bottom: 2rem; }
footer .footer-title {
margin-bottom: 2rem; }
footer .contact:not(:last-child) {
margin-bottom: 2rem; }
footer .footer-nav {
display: none;
-webkit-box-flex: .5;
-ms-flex-positive: .5;
flex-grow: .5; }
footer .footer-contacts {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
footer .contact-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%; }
footer .contact-block {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 2rem; }
footer .contact-block span {
font-size: 1rem; }
footer .footer-address {
-webkit-box-flex: .5;
-ms-flex-positive: .5;
flex-grow: .5; }
footer .footer-address li {
margin-bottom: 2rem; }
footer .footer-address a:nth-child(even) {
color: #455A64; }
footer .footer-address a:nth-child(even):hover {
color: #70BF04; }
footer .footer-address a:not(:last-child) {
margin-bottom: 2rem; }
footer .footer-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
footer .footer-copyright {
padding-bottom: 1rem; }
footer .footer-copyright span {
font-size: .9rem;
line-height: 1.25rem;
color: #455A64; }
footer .footer-copyright img {
width: 1.5rem;
height: 1.5rem; }
@media (max-width: 992px) {
footer .footer-contacts {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
footer .footer-contacts > span {
display: block;
width: 100%; }
footer .contact-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
header {
margin: 0 -1.5rem;
padding: 1.2rem 1.5rem 0;
position: relative; }
header.front {
min-height: 47vw; }
header.front:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: url(../img/main-header-bg.png);
background-size: cover;
background-position: center;
min-height: 47vw;
height: 100%;
width: 100%;
opacity: 1;
z-index: -1; }
header.front .header-text, header.front .social-wrapper {
display: block; }
header button {
z-index: 10000;
outline: none !important; }
header .header-info {
display: none;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
font-size: .9rem;
line-height: 1.2rem;
margin-bottom: 1.5rem;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s; }
header .header-info .header-contacts {
display: none;
margin-right: 3rem; }
header .header-info a:not(:last-child) {
margin-right: .8rem; }
header .navbar {
padding: .5rem 15px; }
header .navbar .dropdown-menu {
background: rgba(255, 255, 255, 0.85);
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px);
border-radius: 0px 0px 4px 4px;
-webkit-box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
box-shadow: 0px 8px 24px rgba(13, 64, 89, 0.08);
border: none; }
header .navbar .dropdown-item:active, header .navbar .dropdown-item:hover {
background: #70BF04;
color: #ffffff; }
header .header-menu {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%; }
header .nav-link {
color: #455A64;
letter-spacing: 0.25px; }
header .nav-link.dropdown-toggle::after {
display: none; }
header .header-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
header .header-panel-profile {
display: none;
margin-left: 2.5rem; }
.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn; }
.icon-bar {
width: 22px;
height: 2px;
background-color: #B6B6B6;
display: block;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
margin-top: 4px; }
.header-text {
display: none;
margin-top: 4rem; }
.header-text p {
width: 65%;
color: #829299; }
.social-wrapper {
display: none;
position: absolute;
bottom: 3.5rem; }
.social i {
width: 32px; }
.navbar-toggler {
border: none;
background: transparent !important; }
.navbar-toggler .top-bar {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%; }
.navbar-toggler .middle-bar {
opacity: 0; }
.navbar-toggler .bottom-bar {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%; }
.navbar-toggler.collapsed .top-bar {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
.navbar-toggler.collapsed .middle-bar {
opacity: 1; }
.navbar-toggler.collapsed .bottom-bar {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
@-webkit-keyframes slideTop {
0% {
display: block;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0; }
100% {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1; } }
@keyframes slideTop {
0% {
display: block;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0; }
100% {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1; } }
@-webkit-keyframes slideIn {
0% {
-webkit-transform: translateY(1rem);
transform: translateY(1rem);
opacity: 0; }
100% {
transform:translateY(0rem) { }
opacity: 1; } }
@keyframes slideIn {
0% {
-webkit-transform: translateY(1rem);
transform: translateY(1rem);
opacity: 0; }
100% {
transform:translateY(0rem) { }
opacity: 1; } }
@-webkit-keyframes collapse-in {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@keyframes collapse-in {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; }
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@-webkit-keyframes collapse-out {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; } }
@keyframes collapse-out {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; }
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0; } }
@media (min-width: 992px) {
.animate {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; } }
@media (max-width: 992px) {
.no-scroll .header-info {
display: block;
position: absolute;
width: 100%;
height: 40px; }
.no-scroll .header-lang {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 6rem;
z-index: 9999;
opacity: 0; }
.no-scroll .header-panel-profile {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
display: block;
opacity: 0;
z-index: 9999; }
.no-scroll .header-lang, .no-scroll .header-panel-profile {
-webkit-animation: slideTop .5s ease .8s forwards;
animation: slideTop .5s ease .8s forwards; }
header {
position: -webkit-sticky;
position: sticky; }
header.front {
min-height: 76vw; }
header .collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none;
display: none; }
.header-nav {
position: absolute;
overflow: auto;
background: white;
left: 0;
top: 0;
bottom: 0;
right: 0;
height: 100vh;
width: 100vw;
z-index: 999;
display: block !important;
padding: 5rem 1rem 2rem;
-webkit-animation: collapse-out .5s ease forwards;
animation: collapse-out .5s ease forwards; }
.header-nav.show {
-webkit-animation: collapse-in .5s ease forwards;
animation: collapse-in .5s ease forwards; } }
@media (max-width: 576px) {
header.front:before {
opacity: .8;
background-position: top left; } }
@media (max-width: 400px) {
header.front {
min-height: 110vw; }
header.front:before {
opacity: .8;
background-position: 12% 50%; }
.header-text p {
width: 90%; }
.social img {
width: 16px; } }
.latest-news-wrapper {
margin: 2rem -18px 4rem; }
.latest-news-item {
padding: 18px; }
.latest-news-item:not(:last-child) {
border-right: 1px solid #DDDDDD; }
.latest-news-date {
margin-bottom: .5rem; }
.courses-wrapper {
margin: 3rem -15px 1rem; }
.courses-wrapper .slick-list {
margin: 0 0px; }
.courses-wrapper .slick-slide {
padding: 0 16px; }
.courses-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.courses-link > a {
color: #70BF04; }
.newsletter {
width: 45%;
min-width: 280px;
margin: 7rem auto;
text-align: center; }
.newsletter h2 {
margin-bottom: 2rem; }
.newsletter-form {
postition: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.newsletter-field {
padding-right: 1rem;
width: 40%; }
.newsletter-email {
background: #ffffff;
opacity: 0.75;
border: 1px solid #DDDDDD;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
padding: 1rem;
margin-bottom: .5rem;
width: 100%;
height: 3rem; }
.newsletter-email:focus, .newsletter-email:active {
outline-color: #c4c4c4; }
.newsletter .errorTxt, .newsletter .successTxt {
padding: 0 1rem;
text-align: left; }
.newsletter .errorTxt .error, .newsletter .successTxt .error {
color: #D9213F; }
.newsletter .successTxt {
color: #8BD921; }
@media (max-width: 1440px) {
.newsletter {
width: 60%; } }
@media (max-width: 1440px) {
.newsletter-field {
width: 55%; } }
@media (max-width: 768px) {
.newsletter {
width: 85%; } }
@media (max-width: 500px) {
.newsletter {
width: 100%; }
.newsletter .button, .newsletter .deal-btn {
width: 100%;
border-radius: 0;
height: 4rem; }
.newsletter-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.newsletter-email {
border-radius: 0;
height: 4rem; }
.newsletter-field {
width: 100%;
padding: 0; } }
.start-section {
margin: 100px auto;
width: 60%; }
.start-section h2 {
position: relative;
margin-bottom: 3rem;
text-align: center; }
.start-section h2:after {
content: "";
position: absolute;
height: 2px;
width: 12%;
background: #70BF04;
border-radius: 2px;
bottom: -1.5rem;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.start-section div {
color: #829299; }
@media (max-width: 768px) {
.start-section {
width: 100%; } }
@media (max-width: 500px) {
.start-section h2 {
text-align: left; }
.start-section h2:after {
left: 0px;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); } }
.deal-section {
margin: 1rem 0; }
.deal-section .row {
margin: 4rem 0; }
.deal-img > img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
border-radius: 4px;
-webkit-box-shadow: 0px 12px 24px rgba(13, 64, 89, 0.15);
box-shadow: 0px 12px 24px rgba(13, 64, 89, 0.15); }
.deal-info {
width: 50%;
margin: 4rem; }
.deal-title {
color: #455A64;
margin-bottom: 1.5rem; }
.deal-text {
color: #829299;
margin-bottom: 3rem; }
.search-overlay {
-webkit-animation: searchOverlay .3s ease-in forwards;
animation: searchOverlay .3s ease-in forwards;
display: none;
z-index: 9999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(255, 255, 255, 0.85); }
.search-overlay form {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.search-overlay-input {
-webkit-animation: searchInput .5s ease-in .3s forwards;
animation: searchInput .5s ease-in .3s forwards;
margin: auto;
position: relative;
border: 0;
border-bottom: 1px solid #DDDDDD;
padding: 11px 4px;
width: 60%;
caret-color: #70BF04;
color: #829299;
text-indent: 1rem;
opacity: 0; }
.search-overlay-input:focus {
outline: none; }
.search-overlay-icon {
-webkit-animation: searchIcon .5s ease-in .5s forwards;
animation: searchIcon .5s ease-in .5s forwards; }
@-webkit-keyframes searchIcon {
0% {
z-index: 10000;
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
100% {
position: absolute;
right: calc(20% + 20px);
top: 54px;
z-index: 10000;
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@keyframes searchIcon {
0% {
z-index: 10000;
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%); }
100% {
position: absolute;
right: calc(20% + 20px);
top: 54px;
z-index: 10000;
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1; } }
@-webkit-keyframes searchOverlay {
0% {
display: block;
opacity: 0;
-webkit-backdrop-filter: blur(0px);
backdrop-filter: blur(0px); }
25% {
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px); }
50% {
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px); }
75% {
-webkit-backdrop-filter: blur(37px);
backdrop-filter: blur(37px); }
100% {
opacity: 1;
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px); } }
@keyframes searchOverlay {
0% {
display: block;
opacity: 0;
-webkit-backdrop-filter: blur(0px);
backdrop-filter: blur(0px); }
25% {
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px); }
50% {
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px); }
75% {
-webkit-backdrop-filter: blur(37px);
backdrop-filter: blur(37px); }
100% {
opacity: 1;
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px); } }
@-webkit-keyframes searchInput {
0% {
display: block;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0; }
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
opacity: 1; } }
@keyframes searchInput {
0% {
display: block;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0; }
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
opacity: 1; } }
.field-text {
border-bottom: 2px solid #DDDDDD;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.field-text::-webkit-input-placeholder {
color: #829299; }
.field-text:-ms-input-placeholder {
color: #829299; }
.field-text::-ms-input-placeholder {
color: #829299; }
.field-text::placeholder {
color: #829299; }
.field-text:placeholder-shown ~ label {
color: #829299;
opacity: .54; }
.field-text:focus {
border-bottom: 2px solid #70BF04; }
.field-text:focus ~ label {
color: #70BF04; }
.field-text-error {
border-bottom: 2px solid #D9213F; }
.field-text-error ~ label {
color: #D9213F; }
.field-textarea {
border: 2px solid #DDDDDD;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.field-textarea:focus {
border-bottom: 2px solid #70BF04; }
.field-textarea-error {
border-bottom: 2px solid #D9213F; }
.accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start; }
.accordion-id {
color: #70BF04;
border-radius: 2rem;
border: 1px solid #70BF04;
width: 2rem;
height: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 1rem; }
.accordion-info {
width: 100%; }
.accordion-link {
background: none;
border: none;
color: #455A64;
line-height: 32px;
padding: 0;
color: #455A64;
width: 100%;
text-align: left; }
.accordion-link:focus {
outline: none; }
.accordion-link[aria-expanded="true"]:after {
font-family: Fontawesome;
content: '\f077';
float: right;
font-size: 16px;
color: #829299; }
.accordion-link[aria-expanded="false"]:after {
font-family: Fontawesome;
content: '\f078';
float: right;
font-size: 16px;
color: #829299; }
.accordion-text {
color: #829299; }
html {
font-size: 16px;
scroll-behavior: smooth; }
@media screen and (max-width: 769px) {
html {
font-size: 12px; } }
body {
font-family: 'Open Sans', sans-serif;
line-height: 1.5rem;
letter-spacing: 0.25px;
color: #455A64;
padding: 0 1.5rem;
position: relative; }
body.no-scroll {
overflow: hidden;
position: fixed;
width: 100%; }
hr {
border-color: #DDDDDD; }
a {
color: #829299;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
font-size: 16px;
line-height: 24px; }
a:hover {
color: #70BF04; }
a:active {
color: #5A9903; }
img {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
.active {
color: #70BF04; }
.slick-slide:focus {
outline: none; }
.quote {
color: #829299;
border-left: 2px solid #70BF04;
padding-left: 2rem; }
input, textarea {
outline-color: transparent;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s; }
input:focus, input:active, textarea:focus, textarea:active {
outline-color: #70BF04; }
.calendar-header {
width: 100%;
height: 120px;
background: -webkit-gradient(linear, left bottom, left top, from(#2c3e50), to(#4ca1af));
background: -webkit-linear-gradient(bottom, #2c3e50, #4ca1af);
background: -o-linear-gradient(bottom, #2c3e50, #4ca1af);
background: linear-gradient(to top, #2c3e50, #4ca1af);
text-align: center;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.9);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.9); }
.calendar-header h1, .calendar-header h2 {
width: 100%;
margin: 0 0 0 0;
padding: 0;
height: 40%; }
.calendar-header h1 {
line-height: 65px;
margin-top: 18px;
margin-bottom: 0;
font-size: 1.2rem; }
.calendar-header h2 {
line-height: 10px;
margin-top: 0;
text-transform: uppercase;
font-size: 1rem;
font-weight: 100;
color: #8eefff;
letter-spacing: 2px;
text-shadow: -1px -1px 0 #1a3242; }
#headings ul {
list-style-type: none;
padding-left: 0;
width: 100%;
height: 20px;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4); }
#headings ul li {
display: inline-block;
font-size: 10px;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
font-weight: bold;
background-color: #315671;
height: 22px;
line-height: 22px;
color: #fff;
border-left: 1px solid rgba(255, 255, 255, 0.4); }
section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 380px;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background: -webkit-gradient(linear, left bottom, left top, from(#c9ebff), to(#f3fdff));
background: -webkit-linear-gradient(bottom, #c9ebff, #f3fdff);
background: -o-linear-gradient(bottom, #c9ebff, #f3fdff);
background: linear-gradient(to top, #c9ebff, #f3fdff); }
section div {
display: inline-block;
height: 12%;
width: calc(100% * 1/7);
text-align: center;
line-height: 76px;
font-size: 18px;
font-weight: 300 !important;
-webkit-box-shadow: 1px 1px 0 0 rgba(60, 112, 128, 0.26);
box-shadow: 1px 1px 0 0 rgba(60, 112, 128, 0.26);
margin: 0;
height: 76px;
background-color: rgba(0, 0, 0, 0.05);
border-collapse: collapse; }
section div:first-child {
margin-left: calc(12.5% * 1 + 0.4088em); }
section div.today {
background: -webkit-gradient(linear, left bottom, left top, from(#2c3e50), to(#4ca1af));
background: -webkit-linear-gradient(bottom, #2c3e50, #4ca1af);
background: -o-linear-gradient(bottom, #2c3e50, #4ca1af);
background: linear-gradient(to top, #2c3e50, #4ca1af);
color: #FFF;
font-weight: bold; }
| 0.654564 | 0.096663 |
@import url("bootstrap.min-ar.css");
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body,.qoute p,input,.button,label,.more,blockquote,.widget ul li,textarea,h1, h2, h3, h4, h5, h6,select {
font-family: "Droid Arabic Kufi","Open Sans", Arial, sans-serif;
}
.question-favorite,.question-category,.question-date,.question-comment,.question-view,.question-category a,.question-comment a,.question-answered,.widget_social li span,.widget.widget_stats li span,.widget_highest_points .comment,.related-item span,.copyrights,.error_404 h2,.registe-user span,.user-profile-widget .ul_list li span span,.pagination a,.pagination span,.question-reply,.block-stats-2,.block-stats-3,.block-stats-4,.question-vote-result,.single-question-vote-result,.main-content .page-content .boxedtitle.page-title h2 span.color,.commentlist li .date,.question-type-poll .progressbar-title,.post .post-meta .meta-author,.post .post-meta .meta-date,.post .post-meta .meta-categories a,.post .post-meta .meta-comment a {
font-family: Tahoma,"Droid Arabic Kufi","Open Sans", Arial, sans-serif;
}
blockquote,.qoute {
font-weight: normal !important;
}
.button {
margin: 5px 0 5px 5px;
}
.button i {
margin-left: 10px;
margin-right: 0;
}
.f_left {
float: right !important;
}
.f_right {
float: left !important;
}
/* margin */
.margin_r_0_l_10 {
margin-left: 0 !important;
margin-right: 10px !important;
}
.margin_r_10_l_0 {
margin-right: 0 !important;
margin-left: 10px !important;
}
.margin_r_5 {
margin-left: 5px;
margin-right: 0;
}
.margin_r_7 {
margin-left: 7px;
margin-right: 0;
}
.margin_r_10 {
margin-left: 10px;
margin-right: 0;
}
.margin_r_15 {
margin-left: 15px;
margin-right: 0;
}
.margin_r_20 {
margin-left: 20px;
margin-right: 0;
}
.margin_l_5 {
margin-right: 5px;
margin-left: 0;
}
.margin_l_7 {
margin-right: 7px;
margin-left: 0;
}
.margin_l_10 {
margin-right: 10px;
margin-left: 0;
}
.margin_l_15 {
margin-right: 15px;
margin-left: 0;
}
.margin_l_20 {
margin-right: 20px;
margin-left: 0;
}
/* blockquote */
blockquote {
border-left: none;
border-right-width: 4px;
border-right-style: solid;
}
/* Aligns */
.t_left {
text-align: right;
}
.t_right {
text-align: left;
}
.table-style-1 table,.table-style-2 table {
text-align: right;
}
/* Column */
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
margin-left: 4%;
margin-right: 0;
float: right;
}
.one_fourth {
margin-right: 0;
margin-left: 2%;
}
.two_fourth {
margin-right: 0;
margin-left: 2%;
}
.three_fourth {
margin-right: 0;
margin-left: 2%;
}
.last {
margin-left: 0 !important;
margin-right: inherit;
clear: left;
}
/* RTL */
body {
direction: rtl;
}
h1, h2, h3, h4, h5, h6, p, blockquote, input, ul, ol, li {
direction: rtl;
}
.loader {
right: 0;
left: inherit;
}
/* Login panel */
.login-panel input[type="text"],.login-panel input[type="password"] {
padding-right: 37px;
padding-left: 0;
}
/* Panel pop */
.panel-pop {
right: 50%;
margin-right: -290px;
left: inherit;
margin-left: 0;
}
.panel-pop h2 i {
float: left;
}
/* header-top */
.header-top-nav li {
float: right;
margin-left: 5px;
margin-right: 0;
}
.header-top-nav li::after {
float: right;
margin-right: 10px;
margin-left: 0;
}
.header-top-nav li a {
float: right;
}
.header-top-nav li i {
margin-left: 5px;
margin-right: 0;
}
.header-search {
float: left;
}
.header-search input {
padding-left: 0;
padding-right: 30px;
}
.header-search button {
right: 0;
left: inherit;
}
/* header */
#header .logo {
float: right;
}
/* navigation */
.navigation {
float: left;
}
.navigation > ul li {
float: right;
margin-left: 5px;
margin-right: 0;
}
.navigation > ul li:last-child {
margin-left: 0;
}
.navigation > ul > li > a {
float: right;
}
.navigation li ul li ul {
right: 201px;
left: inherit;
}
.navigation ul > li ul {
right: 0;
left: inherit;
}
.navigation li ul li a {
text-align: right;
}
.menu-nav-arrow {
margin-right: 5px;
margin-left: 0;
}
.navigation ul > li ul li .menu-nav-arrow {
float: left;
}
/* fixed-nav */
#header.fixed-nav {
right: 0;
left: inherit;
}
.boxed #header.fixed-nav,.boxed2 #header.fixed-nav {
right: inherit;
left: inherit;
}
/* Navigation mobile */
.navigation_mobile {
float: left;
}
.navigation_mobile > ul {
right: 0;
left: inherit;
-moz-border-radius: 0 2px 2px 0;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.navigation_mobile_click:before {
left: 0;
right: inherit;
}
.navigation_mobile > ul li {
text-align: right;
}
.navigation_mobile > ul a i {
margin-left: 5px;
margin-right: 0;
}
.navigation_mobile > ul li ul li {
margin-right: 10px;
margin-left: 0;
}
.navigation_mobile > ul li ul li:before {
margin-left: 8px;
margin-right: 0;
}
/* social_icons */
.social_icons ul {
float: left;
}
.social_icons ul li {
float: right;
margin-right: 20px;
margin-left: 0;
}
.social_icons.f_left ul li {
margin-left: 20px;
margin-right: 0;
}
/* ask-me */
.ask-me .col-md-9 form {
float: left;
}
.ask-me .col-md-9 p i,.ask-me .col-md-12 p i {
right: 10px;
left: inherit;
}
.ask-me .publish-question {
left: 10px;
right: inherit;
}
.ask-me .col-md-12 a {
margin-left: 30px;
margin-right: 0;
}
.ask-me .col-md-12 .publish-question {
left: 6px;
right: inherit;
}
/* page-content */
.page-content .boxedtitle,.main-content .boxedtitle {
padding-right: 20px;
padding-left: 0;
}
.main-content .page-content .boxedtitle.page-title h2 {
margin-right: 0;
margin-left: 20px;
}
/* question */
.question-inner {
margin-right: 101px;
margin-left: 0;
}
.single-question .question-inner {
margin-right: 0;
margin-left: 0;
}
.question-author {
right: 20px;
left: inherit;
float: right;
}
.question-author-img span {
right: 0;
left: inherit;
}
.question-type {
margin-left: 10px;
margin-right: 0;
}
.question-type-main {
left: 77px;
right: inherit;
}
.question-type-main i {
margin-right: 0;
margin-left: 5px;
}
.single-question .question-type {
right: 0;
left: inherit;
}
.single-question.question h2 {
margin-right: 20px;
margin-left: 0;
}
.question h2 {
margin-right: 101px;
margin-left: 0;
padding-left: 161px;
padding-right: 0;
}
.post .boxedtitle i,.single-question-title i {
margin-left: 10px;
margin-right: 0;
}
.question-vote {
float: right;
margin-right: 0;
margin-left: 10px;
}
.question-user-vote {
margin-left: 10px;
margin-right: 0;
}
.user-question h3 {
padding-left: 89px;
padding-right: 0;
}
.user-question .question-type-main {
left: 20px;
right: inherit;
}
.single-question .question-vote {
margin-right: 0;
margin-left: 0;
}
.question-vote li {
float: right;
}
.question-vote-up,.comment-vote-up,.question-vote-down,.comment-vote-down {
float: right;
}
.question-vote-up:before,.comment-vote-up:before,.question-vote-down:before,.comment-vote-down:before {
float: right;
}
.question-vote-up i,.comment-vote-up i,.question-vote-down i,.comment-vote-down i,.question-vote-up i:before,.comment-vote-up i:before,.question-vote-down i:before,.comment-vote-down i:before {
float: left;
}
.question-vote-result,.single-question-vote-result {
float: right;
}
.single-question-vote-result {
float: left;
}
.single-question-vote > li:first-child a {
margin-left: 10px;
margin-right: 0;
}
.single-question-vote-up,.single-question-vote-down {
float: left;
margin-left: 5px;
margin-right: 0;
}
.question-details {
float: right;
}
.single-question .question-details {
margin-left: 0;
margin-right: 0;
}
.question-reply {
margin-left: 10px;
margin-right: 0;
}
.question-reply,.question-date,.question-view,.question-comment,.question-category,.question-tags,.post-tags,.question-favorite,.question-answered {
float: right;
margin-left: 20px;
margin-right: 0;
}
.question-view {
margin-left: 0;
margin-right: 0;
}
.question-date i,.question-view i,.question-comment i,.question-category i,.question-tags i,.post-tags i,.question-reply i,.question-answered i,.question-favorite i,.share-inside i {
margin-left: 5px;
margin-right: 0;
}
.question-tags,.post-tags {
float: right;
}
.share-inside {
float: right;
}
.share-inside-warp {
right: 20px;
left: inherit;
}
.single-post .share-inside {
margin-left: 0;
margin-right: 0;
}
.single-post .share-inside-warp {
right: 20px;
left: inherit;
}
.share-inside-l-arrow:before {
right: 21px;
left: inherit;
}
.share-inside-f-arrow:before {
right: 20px;
left: inherit;
}
.share-inside-warp ul li a {
margin-left: 10px;
margin-right: 0;
}
.question-report {
float: left;
left: 20px;
right: inherit;
}
.question-answered {
float: right;
}
.question-remove {
margin-left: 10px;
margin-right: 0;
}
.question-tags,.post-tags {
float: left;
margin-left: 0;
margin-right: 0;
}
.question-favorite,.question-category,.question-date,.question-comment,.question-view,.question-category a,.question-comment a {
float: right;
}
.load-questions i {
margin-left: 10px;
margin-right: 0;
}
/* user profile */
.user-profile-widget .ul_list li {
float: right;
}
.user-profile-widget .ul_list li:nth-child(2n+1) {
margin-left: 2%;
margin-right: 0;
}
.user-follow-me {
margin-left: 15px;
margin-right: 0;
}
.user-profile-img {
float: right;
margin-left: 15px;
margin-right: 0;
}
.user-points h3 {
float: right;
margin-left: 0;
margin-right: 0;
padding-left: 20px;
padding-right: 0;
}
.user-points .question-user-vote,.user-points .question-vote-result {
margin-left: 20px;
margin-right: 0;
}
.user-points .question-user-vote {
margin-left: 5px;
margin-right: 0;
float: right;
}
/* block-stats */
.stats-head,.block-stats-1,.block-stats-2,.block-stats-3,.block-stats-4 {
float: right;
}
.block-stats-4 {
margin-left: 0;
border-left: none !important;
margin-right: 0;
border-right: none !important;
}
/* User stats */
.user-stats-head {
}
.stats-head {
border-left: 1px solid #dedede;
border-right: none;
}
.user-stats-item div {
border-left: 1px solid #e0e6ed;
border-right: none;
}
/* Pagination */
.pagination {
float: left;
}
.pagination a,.pagination span {
margin-right: 0;
margin-left: 5px;
float: right;
}
.pagination a.next-button,.pagination a.prev-button {
padding: 3px 11px 3px 10px;
}
.pagination a.next-button {
margin-left: 0;
margin-right: 0;
}
.pagination a.prev-button i::before {
content: "\f105";
}
.pagination a.next-button i::before {
content: "\f104";
}
/* single */
.social_icon ul li {
margin-left: 5px;
margin-right: 0;
float: right;
}
.social_icon.f_right ul li {
margin-left: 0;
margin-right: 5px;
}
.post-next-prev .prev-post {
float: right;
}
.post-next-prev .next-post {
float: left;
}
.post-next-prev .prev-post a i::before {
content: "\f101";
}
.post-next-prev .next-post a i::before {
content: "\f100";
}
.author-image {
float: right;
margin-left: 20px;
margin-right: 0;
}
.about-author .author-image img {
float: right;
}
.about-author .author-image a:before {
right: 2px;
left: inherit;
}
#related-posts h2 {
margin-right: 0;
margin-left: 0;
}
#related-posts li i {
margin-right: 0;
margin-left: 5px;
}
#related-posts li i::before {
content: "\f100";
}
.related-posts li {
margin-bottom: 10px;
}
.related-posts li i {
margin-right: 0;
margin-left: 5px;
}
.related-posts .post-type {
float: right;
margin-left: 10px;
margin-right: 0;
}
.related-item .question-type {
float: right;
}
.related-item .question-comments {
float: right;
margin-left: 10px;
margin-right: 0;
}
/* Comments */
.children {
padding-right: 80px;
padding-left: 0;
}
.comment-reply {
float: left;
}
.comment-reply i {
margin-left: 5px;
margin-right: 0;
}
.commentlist li .avatar {
float: right;
margin-left: 10px;
margin-right: 0;
}
.commentlist li .avatar img {
float: right;
}
.comment-vote {
float: right;
margin-right: 0;
margin-left: 0;
}
.comment .question-vote-result {
margin-left: 20px;
margin-right: 0;
}
.commentlist li .comment-meta {
float: right;
}
.commentlist li .date {
float: right;
margin-left: 10px;
margin-right: 0;
}
.commentlist li .date i {
margin-left: 5px;
margin-right: 0;
}
/* Respond */
#respond-inputs p {
margin-left: 2%;
margin-right: 0;
float: right;
}
#respond-inputs p.last {
margin: 0;
clear: none;
}
#respond input#submit {
float: left;
}
#respond label.required span {
margin-right: 3px;
margin-left: 0;
}
/* Widgets */
/* Widget Social */
.widget_social li {
float: right;
}
.widget_social li span {
margin-right: 10px;
margin-left: 0;
}
.widget_social li a small {
padding-right: 10px;
padding-left: 0;
}
.widget_social li i {
float: left;
}
/* Widget Menu */
.widget_menu li a {
border-right: 2px solid rgba(0,0,0,0);
border-left: none;
}
.widget_menu li.current_page_item a {
border-right-color: #2f3239;
position: relative;
}
.widget_menu li.current_page_item a:before {
right: 0;
border-right: 4px solid #2f3239;
border-left: none;
}
.widget_menu li a i {
margin-left: 10px;
margin-right: 0;
}
/* Widget Stats */
.sidebar_box ul li a:before {
margin-left: 5px;
margin-right: 0;
}
/* Highest points Widget */
.author-img {
float: right;
margin-left: 20px;
margin-right: 0;
}
.author-img img {
float: right;
}
/* Search Widget */
.widget_search input[type="text"] {
padding-right: 35px;
padding-left: 0;
}
.widget_search .search-submit {
right: 0;
left: inherit;
}
/* Flickr Widget */
.widget_flickr a {
float: right;
margin-left: 5px;
margin-right: 0;
}
.widget_flickr a:nth-child(3n) {
margin-left: 0;
margin-right: 0;
}
/* Twitter Widget */
.widget_twitter ul li:before {
margin-left: 5px !important;
margin-right: 0 !important;
float: right;
}
/* Portfolio Widget */
.widget_portfolio .portfolio-widget-item {
float: right;
margin-left: 10px;
margin-right: 0;
}
.col-sm-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-left: 10px;
margin-right: 0;
}
.col-sm-3 .widget_portfolio .portfolio-widget-item:nth-child(3n),.col-sm-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-left: 0;
margin-right: 0;
}
.widget_portfolio .portfolio-widget-item .portfolio_img {
float: right;
}
.widget_portfolio .portfolio-widget-item .portfolio_img:before,.popular_posts .popular_img a:before,.widget_flickr a:before {
right: 0;
left: inherit;
}
/* Popular Posts Widget */
.popular_img {
float: right;
margin-left: 10px;
margin-right: 0;
}
span.date i,span.comment i {
margin-left: 5px;
margin-right: 0;
}
/* Contact Widget */
.widget_contact ul li p {
margin-left: 0;
margin-right: 25px;
}
.widget_contact ul li .icon_i span {
float: right;
margin-left: 10px;
margin-right: 0;
}
.widget_contact ul li .icon_i i {
margin-left: 0;
margin-right: 0;
}
/* Login Widget */
.widget_login input[type="text"],.widget_login input[type="password"] {
padding-right: 37px;
padding-left: 0;
}
/* sidebar position */
.sidebar {
float: right;
}
.main-content > .row > .col-md-9 {
float: left;
}
.page-left-sidebar .sidebar {
float: left;
}
.page-left-sidebar > .row > .col-md-9 {
float: right;
}
/* footer */
#footer .widget li::before {
margin-left: 5px;
margin-right: 0;
}
#footer .widget_twitter li::before, #footer .related-posts li::before, #footer .widget_contact li::before {
margin: 0;
}
#footer-bottom .social_icons ul li {
margin-left: 0;
margin-right: 5px;
}
/* Tipsy */
.tipsy-arrow-e {
border-right-color: #000;
}
.tipsy-arrow-w {
border-left-color: #000;
}
.tipsy-n .tipsy-arrow {
right: 50%;
margin-right: -5px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-nw .tipsy-arrow {
right: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-ne .tipsy-arrow {
left: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-s .tipsy-arrow {
right: 50%;
margin-right: -5px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-sw .tipsy-arrow {
right: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-se .tipsy-arrow {
left: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-e .tipsy-arrow {
left: 0;
border-right-style: solid;
border-left: none;
}
.tipsy-w .tipsy-arrow {
right: 0;
border-left-style: solid;
border-right: none;
}
/* breadcrumbs */
.breadcrumbs .col-md-12 {
overflow: hidden;
height: 100%;
}
.breadcrumbs h1 {
float: right;
}
.breadcrumbs h1 i {
margin-left: 10px;
margin-right: 0;
}
.crumbs {
float: right;
}
.crumbs i {
margin-left: 10px;
margin-right: 0;
}
/* Forms */
.form-inputs p {
margin-left: 2%;
margin-right: 0;
float: right;
}
.form-inputs p:last-child {
margin-left: 0;
margin-right: 0;
}
.form-style input[type="checkbox"],.form-style input[type="radio"] {
float: right;
margin-left: 10px;
margin-right: 1px;
}
.form-style input[type="checkbox"] {
margin-left: 10px;
margin-right: 1px;
}
.form-style label.required span {
margin-right: 3px;
margin-left: 0;
}
.form-style input.submit {
float: left;
}
.form-style-2 .form-inputs p {
margin-left: 0;
margin-right: 0;
}
.form-style-3 .form-inputs p {
margin-left: 0;
margin-right: 0;
}
.form-style-4 .form-inputs p:nth-child(2n) {
margin-left: 0;
margin-right: 0;
}
.form-style-5.form-style label {
float: right;
margin-left: 1%;
margin-right: 0;
}
.form-style-5.form-style input[type="text"],.form-style-5.form-style input[type="email"],.form-style-5.form-style input[type="password"],.form-style-5.form-style textarea {
float: right;
}
.form-description {
margin-right: 18%;
margin-left: 0;
}
/* Checkboxes and Radio inputs */
input[type="radio"]:checked::before {
right: 1px;
left: inherit;
}
/* Ask Question */
.ask-question .form-style label {
float: right;
margin-left: 1%;
margin-right: 0;
}
#question-title,#question-details,.taglist .input input {
float: right;
}
.del-poll-li {
left: 6px;
right: inherit;
}
.move-poll-li {
right: 15px;
left: inherit;
}
.taglist .tag {
margin-left: 5px;
margin-right: 0;
float: right;
}
.taglist .tag a.delete:before {
margin-right: 5px;
margin-left: 0;
}
.fileinputs {
float: right;
}
.fakefile {
right: 0;
left: inherit;
}
.fakefile button {
text-align: right;
}
.fileinputs span {
left: 7px;
right: initial;
}
.fileinputs span i {
margin-left: 5px;
margin-right: 0;
}
.styled-select {
clear: left;
}
.styled-select::before {
left: 5px;
right: inherit;
}
.question_poll {
margin-left: 10px !important;
margin-right: 0 !important;
float: right;
}
.poll-description {
float: right;
}
.form-style-3 .form-inputs p.add_poll {
float: left;
left: 42px;
right: inherit;
}
.form-style-3 .form-inputs p #add_poll i {
margin-left: 5px;
margin-right: 0;
}
#question_poll_item {
float: right;
margin-right: 18%;
margin-left: 0;
}
/* login */
.login-submit {
float: right;
}
.rememberme {
float: right;
}
ul.login-links {
float: right;
}
.login-links i {
margin-left: 10px;
margin-right: 0;
}
.login-text i,.login-password i {
right: 10px;
left: inherit;
}
.login-text input,.login-password input {
padding-right: 37px;
padding-left: 0;
}
.login-password a {
left: 9px;
right: inherit;
}
/* Box icons and icons */
.icon_i.f_left {
margin-left: 15px;
margin-right: 0;
}
.icon_i.f_right {
margin-right: 15px;
margin-left: 0;
}
.box_text .icon_circle,.box_text .icon_square,.box_text .icon_soft_r {
margin-left: 10px;
margin-right: 0;
}
.ul_icons li [class^="icon-"],.ul_icons li [class*=" icon-"],.ul_icons li [class^="social_icon-"],.ul_icons li [class*=" social_icon-"],.ul_icons li [class^="icons-"],.ul_icons li [class*=" icons-"] {
float: right;
margin-left: 10px;
margin-right: 0;
}
h1 [class^="icons-"], h1 [class*=" icons-"],
h2 [class^="icons-"], h2 [class*=" icons-"],
h3 [class^="icons-"], h3 [class*=" icons-"],
h4 [class^="icons-"], h4 [class*=" icons-"],
h5 [class^="icons-"], h5 [class*=" icons-"],
h6 [class^="icons-"], h6 [class*=" icons-"] {
margin-left: 12px;
margin-right: 0;
}
.icons [class^="icons-"], .icons [class*=" icons-"] {
float: right;
margin-left: 15px;
margin-right: 0;
}
.icons p {
margin-left: 0;
margin-right: 47px;
}
.icons h3 {
margin-left: 0;
margin-right: 47px;
}
/* Lists */
.ul_list li:before,.ul_list li i,.ul_list[class^="ul_list-icon-"] li:before,.ul_list li i[class^="icon-"],.ul_list[class*="ul_list-icon-"] li:before,.ul_list li i[class*="ul_list-icon-"],.ul_list[class^="ul_list-social_icon-"] li:before,.ul_list li i[class^="social_icon-"],.ul_list[class*="ul_list-social_icon-"] li:before,.ul_list li i[class*="social_icon-"] {
margin-left: 9px;
margin-right: 0;
}
.ul_list[class^="ul_list-icon-"] li:before,.ul_list[class*=" ul_list-icon-"] li:before,.ul_list[class^="ul_list-social_icon-"] li:before,.ul_list[class*=" ul_list-social_icon-"] li:before {
margin-right: 0;
margin-left: 0;
}
.ul_list_square ul li i,.ul_list_circle ul li i,i.ul_l_square,i.ul_l_circle {
margin-left: 10px;
margin-right: 0;
}
.ul_list li ul {
margin-left: 0;
margin-right: 30px;
}
.ul_icons li [class^="icons-"], .ul_icons li [class*=" icons-"] {
float: none;
}
/* Accordion & Toggle */
.accordion .accordion-title a:before,.accordion .accordion-title.active a:before {
float: left;
left: 10px;
right: inherit;
}
.accordion .accordion-title a i {
margin-left: 8px;
margin-right: 0;
}
.accordion.acc-style-2 .accordion-title a:before {
left: 0;
right: inherit;
}
/* Tabs */
.tab a {
float: right;
margin-left: 5px;
margin-right: 0;
}
.tabs-vertical .tab a {
border-right: 2px solid rgba(0,0,0,0);
border-left: none;
}
.tabs-vertical .tab a.current {
border-left: none;
border-right: none;
}
.tab a i,.tab a [class^="icons-"],.tab a [class*=" icons-"] {
margin-left: 5px;
margin-right: 0;
}
.tabs-style-2 .tab a,.tabs-style-3 .tab a {
margin-left: -1px;
margin-right: 0;
}
.tabs-vertical .tabs {
float: right;
}
.tabs-vertical .tab a {
margin-left: 0;
margin-right: 0;
}
.tabs-vertical.tabs-style-2 .tab a.current,.tabs-vertical.tabs-style-3 .tab a.current {
border-left-color: #FFF;
}
.tabs-vertical.tabs-style-2 .tabs,.tabs-vertical.tabs-style-3 .tabs {
right: 1px;
left: inherit;
}
.tabs-vertical.tabs-style-2 .tab a,.tabs-vertical.tabs-style-3 .tab a {
margin-left: 0;
margin-right: 0;
}
.tabs-vertical .tab-inner-warp {
margin-right: 160px;
margin-left: 0;
}
.tabs-vertical.tabs-long .tab-inner-warp {
margin-right: 235px;
margin-left: 0;
}
.tabs-style-2.tabs-vertical .tab-inner-warp,.tabs-style-3.tabs-vertical .tab-inner-warp {
margin-right: 160px;
margin-left: 0;
}
.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp,.tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
margin-right: 235px;
margin-left: 0;
}
/* Alerts */
.alert-message i {
float: right;
margin-right: 0;
margin-left: 15px;
}
/* Buttons */
.button .icons {
margin-left: 5px;
margin-right: 0;
}
/* Dropcaps */
.dropcap {
float: right;
margin-left: 10px;
margin-right: 0;
}
.dropcap.dropcap_square,.dropcap.dropcap_soft_r {
margin-top: 5px 10px 0 0;
}
.dropcap.dropcap_circle {
margin-top: 5px 10px 0 0;
}
/* Divider */
.divider span {
float: right;
}
.divider-4:after {
right: 0;
left: inherit;
}
/* Quote */
.quote-left {
float: right;
margin-left: 20px;
margin-right: 0;
}
.quote-right {
float: left;
margin-left: 0;
margin-right: 20px;
border-right: none;
border-left: 4px solid #888;
}
/* Callout */
.button_right {
position: absolute;
left: 30px;
right: inherit;
}
.box_no_border.box_no_background.callout_warp .button_right {
left: 0;
right: inherit;
}
/* Carousel */
.images-warp ul li {
margin-left: 30px !important;
margin-right: 0 !important;
}
.images-warp .carousel-arrow {
left: 20px;
right: inherit;
}
/* Lightbox */
.light-box-images {
right: 0;
left: inherit;
}
.light-box-images i {
right: 0;
left: inherit;
}
/* Carousel */
.carousel-all ul {
right: 0;
left: inherit;
}
.carousel-all li {
float: right;
}
.carousel-all ul li img {
float: right;
}
.carousel-all.responsive {
margin-right: 0;
margin-left: 0;
}
.carousel-arrow {
left: 4px;
right: inherit;
}
a.carousel-prev {
float: right;
margin-left: 5px;
margin-right: 0;
}
a.carousel-next {
float: left;
}
.with-title .carousel-prev {
float: right;
margin-left: 5px;
margin-right: 0;
}
.with-title .carousel-next {
float: left;
}
/* Testimonial */
.testimonial-f-arrow,.testimonial-l-arrow {
border-right: 0;
}
.testimonial-f-arrow {
right: 19px;
left: inherit;
}
.testimonial-l-arrow {
right: 20px;
left: inherit;
}
.testimonial-client img {
float: right;
margin-left: 10px;
margin-right: 0;
}
.testimonial-carousel .testimonial-warp {
float: right;
margin-left: 20px;
margin-right: 0;
}
.carousel-pagination {
left: 0;
right: inherit;
}
.carousel-pagination a {
margin-left: 5px;
margin-right: 0;
}
.testimonial-warp-2 .carousel-pagination {
left: 20px;
right: inherit;
}
.testimonial-warp-2 .slides,.testimonial-carousel .slides {
left: inherit !important;
right: 0 !important;
text-align: right !important;
}
/* Blog */
.single-post {
padding-right: 0;
padding-left: 0;
}
.post-type {
right: 20px;
left: inherit;
float: right;
}
.post .post-type {
margin-left: 10px;
margin-right: 0;
}
.post .boxedtitle i {
padding-left: 15px;
padding-right: 0;
}
.post .post-meta .meta-author,.post .post-meta .meta-date,.post .post-meta .meta-categories a,.post .post-meta .meta-comment a {
margin-left: 20px;
margin-right: 0;
}
.post .post-meta .meta-author,.post .post-meta .meta-date,.post .post-meta .meta-categories,.post .post-meta .meta-comment {
float: right;
}
.post .post-meta .meta-author i,.post .post-meta .meta-date i,.post .post-meta .meta-categories i,.post .post-meta .meta-comment i {
margin-left: 5px;
margin-right: 0;
}
.blog_2.post .post-img {
float: right;
margin-left: 20px;
margin-right: 0;
}
.post-read-more {
float: left;
}
.post-read-more:before {
margin-left: 5px;
margin-right: 0;
}
/* Flex Slider */
.flex-direction-nav li a {
border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
}
.flex-direction-nav li .flex-next {
left: -50px;
right: inherit;
}
.flex-direction-nav li .flex-prev {
right: -50px;
left: inherit;
border-radius: 0 0 2px 2px;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
}
.flexslider:hover .flex-direction-nav li .flex-next {
left: 0;
right: inherit;
}
.flexslider:hover .flex-direction-nav li .flex-prev {
right: 0;
left: inherit;
}
.flex-caption h2 {
float: right;
}
.flex-caption h3 {
float: right;
}
.flex-caption .text {
right: 0;
left: inherit;
}
.flex-caption .text .flex_title {
float: right;
}
.flex-caption .text .flex_subtitle {
float: right;
}
/* control nav */
.flex-control-nav li {
margin-left: 0;
margin-right: 5px;
}
/* Bxslider */
.bxslider-overlay {
right: 0;
left: inherit;
}
.bxslider-overlay:before {
right: 0;
left: inherit;
}
.bxslider-title {
right: 0;
left: inherit;
}
.overlay-lightbox {
right: 50%;
left: inherit;
margin-right: -35px;
margin-left: 0;
}
.overlay-link {
left: 50%;
right: inherit;
margin-left: -35px;
margin-right: 0;
}
.bx-prev {
right: -30px;
left: inherit;
cursor: pointer;
}
.bx-next {
left: -30px;
right: inherit;
cursor: pointer;
}
.bx-wrapper {
direction: ltr;
}
.bx-wrapper:hover .bx-prev {
right: 0;
left: inherit;
}
.bx-wrapper:hover .bx-next {
left: 0;
right: inherit;
}
.grid-bxslider {
direction: rtl;
}
.bx-prev:before {
content: "\f105";
}
.bx-next:before {
content: "\f104";
}
/* responsive */
/*------------------------------------------------------------------------------*/
/* Width : 1200
/*------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
.grid_1200 .ask-me .col-md-3 {
text-align: right;
}
.grid_1200 .ask-me .col-md-9 {
float: right;
}
.grid_1200 .col-md-3.sidebar {
float: left;
}
.grid_1200 .col-md-3.sidebar .widget_flickr a:nth-child(4n),.grid_1200 #footer .col-md-3 .widget_flickr a:nth-child(3n),.grid_1200 #footer .col-md-3 .widget_portfolio .portfolio-widget-item:nth-child(3n),.grid_1200 .col-md-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0;
margin-left: 5px;
}
.grid_1200 #footer .col-md-3 .widget_flickr a:nth-child(4n),.grid_1200 .col-md-3.sidebar .widget_flickr a:nth-child(3n) {
margin-right: 0;
margin-left: 0;
}
.grid_1200 .col-md-3 .widget_portfolio .portfolio-widget-item:nth-child(4n),.grid_1200 .col-md-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* user-profile */
.grid_1200 .form-description,.grid_1200 #question_poll_item {
margin-left: 0;
margin-right: 18%;
}
.grid_1200 ul.login-links {
float: left;
}
}
/*------------------------------------------------------------------------------*/
/* Width : 960
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 960px) {
.crumbs {
float: right;
}
.breadcrumbs h1 {
margin-right: 0;
margin-left: 10px;
}
/* Widgets */
.widget_flickr a:nth-child(3n),.widget_flickr a:nth-child(4n),.widget_portfolio .portfolio-widget-item:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
.widget_flickr a:nth-child(10n),.widget_portfolio .portfolio-widget-item:nth-child(10n) {
margin-right: 0 !important;
margin-left: 0 !important;
}
#footer .widget_flickr a:nth-child(3n),#footer .widget_flickr a:nth-child(4n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
#footer .widget_flickr a:nth-child(10n),#footer .widget_portfolio .portfolio-widget-item:nth-child(10n) {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
/*------------------------------------------------------------------------------*/
/* width : 991px
/*------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
.crumbs {
float: right;
}
.widget_flickr a:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_flickr a:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
}
/*------------------------------------------------------------------------------*/
/* width : 767px
/*------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* Widgets */
.widget_flickr a:nth-child(9n),.widget_portfolio .portfolio-widget-item:nth-child(9n),#footer .widget_flickr a:nth-child(9n),#footer .widget_portfolio .portfolio-widget-item:nth-child(9n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
.user-profile-widget .ul_list li {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
/*------------------------------------------------------------------------------*/
/* Width : 480
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 452px) and (max-width: 767px) {
.ask-me .col-md-9 .publish-question {
left: 10px;
right: inherit;
}
/* Columns */
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Header */
#footer-bottom .social_icons ul li {
margin-left:0 !important;
margin-right:10px !important;
}
#footer-bottom .social_icons li:first-child {
margin-left:0 !important;
margin-right:0 !important;
}
/* Footer */
#footer-bottom_nav.f_right > ul > li:first-child {
margin-left:0;
margin-right:0;
}
/* Widgets */
.widget_flickr a:nth-child(3n),.widget_flickr a:nth-child(4n),.widget_portfolio .portfolio-widget-item:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
#footer .widget_flickr a:nth-child(3n),#footer .widget_flickr a:nth-child(4n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(4n),#footer .widget_flickr a:nth-child(5n),#footer .widget_portfolio .portfolio-widget-item:nth-child(5n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
/* Respond */
#respond-inputs p,.full_width #respond-inputs p {
margin-right:0;
margin-left:0;
}
/* Blog 2 */
.blog_2.post .post-img {
margin-right:0;
margin-left:0;
}
/* Shortcodes */
/* Tabs */
.tabs-vertical.tabs-long .tab-inner-warp {
margin-left:0 !important;
margin-right:204px !important;
}
.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp,.tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
margin-left:0 !important;
margin-right:200px !important;
}
/* Callout */
.button_right {
left: inherit !important;
}
.callout_inner {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Forms */
.form-description,#question_poll_item {
margin-left: 0;
margin-right: 0;
}
.user-profile .user-profile-img {
float: right;
}
/* Questions */
.question-type-normal .question-type-main,.question-type-poll .question-type-main {
right: 121px;
left: inherit;
}
.question-type-normal .question-report {
right: 213px;
left: inherit;
}
.question-type-poll .question-report {
right: 187px;
left: inherit;
}
.question-type-normal.question h2,.question-type-poll.question h2 {
padding-right: 0;
padding-left: 0;
}
.single-question.question-type-normal .question-type-main,.single-question.question-type-poll .question-type-main {
right: 20px;
left: inherit;
}
.single-question.question-type-normal .question-report {
right: 104px;
left: inherit;
}
.single-question.question-type-poll .question-report {
right: 78px;
left: inherit;
}
.user-points h3 {
padding-right: 0;
padding-left: 0;
}
}
/*------------------------------------------------------------------------------*/
/* width : 479px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
.ask-me .col-md-9 .publish-question {
right: inherit;
left: 10px;
}
/* Columns */
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Header */
.header-search {
float: right;
}
#footer-bottom .social_icons ul li {
margin-left:0 !important;
margin-right:10px !important;
}
#footer-bottom .social_icons.f_left ul li {
margin-right:0 !important;
margin-left:10px !important;
}
#footer-bottom .social_icons li:first-child {
margin-left:0 !important;
margin-right:0 !important;
}
/* Footer */
#footer-bottom_nav.f_right > ul > li,#footer-bottom_nav > ul > li {
margin-right:0;
margin-left:15px;
}
/* Widgets */
.widget_flickr a:nth-child(9n),.widget_portfolio .portfolio-widget-item:nth-child(9n),#footer .widget_flickr a:nth-child(9n),#footer .widget_portfolio .portfolio-widget-item:nth-child(9n),.widget_flickr a:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_flickr a:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
/* Blog */
.blog_2.post .post-img {
margin-right:0;
margin-left:0;
}
/* Respond */
#respond-inputs p,.full_width #respond-inputs p {
margin-right:0;
margin-left:0;
}
/* Comments */
.children {
padding-left: 0;
padding-right: 40px;
}
/* Shortcodes */
/* Tabs */
.tab a {
margin-right:0;
margin-left:0;
}
.tabs {
border-right: none;
border-left: none;
}
.tabs-vertical.tabs-style-2 .tabs, .tabs-vertical.tabs-style-3 .tabs {
left:inherit;
right:0;
}
.tabs-vertical.tabs-style-2 .tab a.current, .tabs-vertical.tabs-style-3 .tab a.current {
border-left-color:#d3d3d3;
}
.tabs-vertical .tab-inner-warp,.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp, .tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
margin-left:0 !important;
margin-right:0 !important;
}
.tabs-style-2 .tab a, .tabs-style-3 .tab a {
margin-right:0;
margin-left:0;
}
/* Callout */
.button_right {
right: inherit !important;
left: inherit !important;
}
.callout_inner {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Forms */
.form-description,#question_poll_item {
margin-left: 0;
margin-right: 0;
}
.user-profile .user-profile-img {
float: right;
}
.user-question .question-type-main {
right: 20px;
left: inherit;
}
/* Questions */
.question-type-normal .question-type-main,.question-type-poll .question-type-main {
right: 121px;
left: inherit;
}
.question-type-normal .question-report,.question-type-poll .question-report {
right: 121px;
left: inherit;
}
.question-type-normal.question h2,.question-type-poll.question h2 {
padding-right: 0;
padding-left: 0;
}
.single-question.question-type-normal .question-type-main,.single-question.question-type-poll .question-type-main {
right: 20px;
left: inherit;
}
.single-question.question-type-normal .question-report {
right: 104px;
left: inherit;
}
.single-question.question-type-poll .question-report {
right: 78px;
left: inherit;
}
.question h2,.question-inner {
margin-left: 0;
margin-right: 0;
}
.question-author {
left: inherit;
right: 20px;
}
.user-points h3 {
padding-right: 0;
padding-left: 0;
}
/* user-profile */
.user-profile .user-profile-img {
float: right;
margin: 0 0 10px 15px;
}
}
|
public/css/rtl.css
|
@import url("bootstrap.min-ar.css");
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body,.qoute p,input,.button,label,.more,blockquote,.widget ul li,textarea,h1, h2, h3, h4, h5, h6,select {
font-family: "Droid Arabic Kufi","Open Sans", Arial, sans-serif;
}
.question-favorite,.question-category,.question-date,.question-comment,.question-view,.question-category a,.question-comment a,.question-answered,.widget_social li span,.widget.widget_stats li span,.widget_highest_points .comment,.related-item span,.copyrights,.error_404 h2,.registe-user span,.user-profile-widget .ul_list li span span,.pagination a,.pagination span,.question-reply,.block-stats-2,.block-stats-3,.block-stats-4,.question-vote-result,.single-question-vote-result,.main-content .page-content .boxedtitle.page-title h2 span.color,.commentlist li .date,.question-type-poll .progressbar-title,.post .post-meta .meta-author,.post .post-meta .meta-date,.post .post-meta .meta-categories a,.post .post-meta .meta-comment a {
font-family: Tahoma,"Droid Arabic Kufi","Open Sans", Arial, sans-serif;
}
blockquote,.qoute {
font-weight: normal !important;
}
.button {
margin: 5px 0 5px 5px;
}
.button i {
margin-left: 10px;
margin-right: 0;
}
.f_left {
float: right !important;
}
.f_right {
float: left !important;
}
/* margin */
.margin_r_0_l_10 {
margin-left: 0 !important;
margin-right: 10px !important;
}
.margin_r_10_l_0 {
margin-right: 0 !important;
margin-left: 10px !important;
}
.margin_r_5 {
margin-left: 5px;
margin-right: 0;
}
.margin_r_7 {
margin-left: 7px;
margin-right: 0;
}
.margin_r_10 {
margin-left: 10px;
margin-right: 0;
}
.margin_r_15 {
margin-left: 15px;
margin-right: 0;
}
.margin_r_20 {
margin-left: 20px;
margin-right: 0;
}
.margin_l_5 {
margin-right: 5px;
margin-left: 0;
}
.margin_l_7 {
margin-right: 7px;
margin-left: 0;
}
.margin_l_10 {
margin-right: 10px;
margin-left: 0;
}
.margin_l_15 {
margin-right: 15px;
margin-left: 0;
}
.margin_l_20 {
margin-right: 20px;
margin-left: 0;
}
/* blockquote */
blockquote {
border-left: none;
border-right-width: 4px;
border-right-style: solid;
}
/* Aligns */
.t_left {
text-align: right;
}
.t_right {
text-align: left;
}
.table-style-1 table,.table-style-2 table {
text-align: right;
}
/* Column */
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
margin-left: 4%;
margin-right: 0;
float: right;
}
.one_fourth {
margin-right: 0;
margin-left: 2%;
}
.two_fourth {
margin-right: 0;
margin-left: 2%;
}
.three_fourth {
margin-right: 0;
margin-left: 2%;
}
.last {
margin-left: 0 !important;
margin-right: inherit;
clear: left;
}
/* RTL */
body {
direction: rtl;
}
h1, h2, h3, h4, h5, h6, p, blockquote, input, ul, ol, li {
direction: rtl;
}
.loader {
right: 0;
left: inherit;
}
/* Login panel */
.login-panel input[type="text"],.login-panel input[type="password"] {
padding-right: 37px;
padding-left: 0;
}
/* Panel pop */
.panel-pop {
right: 50%;
margin-right: -290px;
left: inherit;
margin-left: 0;
}
.panel-pop h2 i {
float: left;
}
/* header-top */
.header-top-nav li {
float: right;
margin-left: 5px;
margin-right: 0;
}
.header-top-nav li::after {
float: right;
margin-right: 10px;
margin-left: 0;
}
.header-top-nav li a {
float: right;
}
.header-top-nav li i {
margin-left: 5px;
margin-right: 0;
}
.header-search {
float: left;
}
.header-search input {
padding-left: 0;
padding-right: 30px;
}
.header-search button {
right: 0;
left: inherit;
}
/* header */
#header .logo {
float: right;
}
/* navigation */
.navigation {
float: left;
}
.navigation > ul li {
float: right;
margin-left: 5px;
margin-right: 0;
}
.navigation > ul li:last-child {
margin-left: 0;
}
.navigation > ul > li > a {
float: right;
}
.navigation li ul li ul {
right: 201px;
left: inherit;
}
.navigation ul > li ul {
right: 0;
left: inherit;
}
.navigation li ul li a {
text-align: right;
}
.menu-nav-arrow {
margin-right: 5px;
margin-left: 0;
}
.navigation ul > li ul li .menu-nav-arrow {
float: left;
}
/* fixed-nav */
#header.fixed-nav {
right: 0;
left: inherit;
}
.boxed #header.fixed-nav,.boxed2 #header.fixed-nav {
right: inherit;
left: inherit;
}
/* Navigation mobile */
.navigation_mobile {
float: left;
}
.navigation_mobile > ul {
right: 0;
left: inherit;
-moz-border-radius: 0 2px 2px 0;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.navigation_mobile_click:before {
left: 0;
right: inherit;
}
.navigation_mobile > ul li {
text-align: right;
}
.navigation_mobile > ul a i {
margin-left: 5px;
margin-right: 0;
}
.navigation_mobile > ul li ul li {
margin-right: 10px;
margin-left: 0;
}
.navigation_mobile > ul li ul li:before {
margin-left: 8px;
margin-right: 0;
}
/* social_icons */
.social_icons ul {
float: left;
}
.social_icons ul li {
float: right;
margin-right: 20px;
margin-left: 0;
}
.social_icons.f_left ul li {
margin-left: 20px;
margin-right: 0;
}
/* ask-me */
.ask-me .col-md-9 form {
float: left;
}
.ask-me .col-md-9 p i,.ask-me .col-md-12 p i {
right: 10px;
left: inherit;
}
.ask-me .publish-question {
left: 10px;
right: inherit;
}
.ask-me .col-md-12 a {
margin-left: 30px;
margin-right: 0;
}
.ask-me .col-md-12 .publish-question {
left: 6px;
right: inherit;
}
/* page-content */
.page-content .boxedtitle,.main-content .boxedtitle {
padding-right: 20px;
padding-left: 0;
}
.main-content .page-content .boxedtitle.page-title h2 {
margin-right: 0;
margin-left: 20px;
}
/* question */
.question-inner {
margin-right: 101px;
margin-left: 0;
}
.single-question .question-inner {
margin-right: 0;
margin-left: 0;
}
.question-author {
right: 20px;
left: inherit;
float: right;
}
.question-author-img span {
right: 0;
left: inherit;
}
.question-type {
margin-left: 10px;
margin-right: 0;
}
.question-type-main {
left: 77px;
right: inherit;
}
.question-type-main i {
margin-right: 0;
margin-left: 5px;
}
.single-question .question-type {
right: 0;
left: inherit;
}
.single-question.question h2 {
margin-right: 20px;
margin-left: 0;
}
.question h2 {
margin-right: 101px;
margin-left: 0;
padding-left: 161px;
padding-right: 0;
}
.post .boxedtitle i,.single-question-title i {
margin-left: 10px;
margin-right: 0;
}
.question-vote {
float: right;
margin-right: 0;
margin-left: 10px;
}
.question-user-vote {
margin-left: 10px;
margin-right: 0;
}
.user-question h3 {
padding-left: 89px;
padding-right: 0;
}
.user-question .question-type-main {
left: 20px;
right: inherit;
}
.single-question .question-vote {
margin-right: 0;
margin-left: 0;
}
.question-vote li {
float: right;
}
.question-vote-up,.comment-vote-up,.question-vote-down,.comment-vote-down {
float: right;
}
.question-vote-up:before,.comment-vote-up:before,.question-vote-down:before,.comment-vote-down:before {
float: right;
}
.question-vote-up i,.comment-vote-up i,.question-vote-down i,.comment-vote-down i,.question-vote-up i:before,.comment-vote-up i:before,.question-vote-down i:before,.comment-vote-down i:before {
float: left;
}
.question-vote-result,.single-question-vote-result {
float: right;
}
.single-question-vote-result {
float: left;
}
.single-question-vote > li:first-child a {
margin-left: 10px;
margin-right: 0;
}
.single-question-vote-up,.single-question-vote-down {
float: left;
margin-left: 5px;
margin-right: 0;
}
.question-details {
float: right;
}
.single-question .question-details {
margin-left: 0;
margin-right: 0;
}
.question-reply {
margin-left: 10px;
margin-right: 0;
}
.question-reply,.question-date,.question-view,.question-comment,.question-category,.question-tags,.post-tags,.question-favorite,.question-answered {
float: right;
margin-left: 20px;
margin-right: 0;
}
.question-view {
margin-left: 0;
margin-right: 0;
}
.question-date i,.question-view i,.question-comment i,.question-category i,.question-tags i,.post-tags i,.question-reply i,.question-answered i,.question-favorite i,.share-inside i {
margin-left: 5px;
margin-right: 0;
}
.question-tags,.post-tags {
float: right;
}
.share-inside {
float: right;
}
.share-inside-warp {
right: 20px;
left: inherit;
}
.single-post .share-inside {
margin-left: 0;
margin-right: 0;
}
.single-post .share-inside-warp {
right: 20px;
left: inherit;
}
.share-inside-l-arrow:before {
right: 21px;
left: inherit;
}
.share-inside-f-arrow:before {
right: 20px;
left: inherit;
}
.share-inside-warp ul li a {
margin-left: 10px;
margin-right: 0;
}
.question-report {
float: left;
left: 20px;
right: inherit;
}
.question-answered {
float: right;
}
.question-remove {
margin-left: 10px;
margin-right: 0;
}
.question-tags,.post-tags {
float: left;
margin-left: 0;
margin-right: 0;
}
.question-favorite,.question-category,.question-date,.question-comment,.question-view,.question-category a,.question-comment a {
float: right;
}
.load-questions i {
margin-left: 10px;
margin-right: 0;
}
/* user profile */
.user-profile-widget .ul_list li {
float: right;
}
.user-profile-widget .ul_list li:nth-child(2n+1) {
margin-left: 2%;
margin-right: 0;
}
.user-follow-me {
margin-left: 15px;
margin-right: 0;
}
.user-profile-img {
float: right;
margin-left: 15px;
margin-right: 0;
}
.user-points h3 {
float: right;
margin-left: 0;
margin-right: 0;
padding-left: 20px;
padding-right: 0;
}
.user-points .question-user-vote,.user-points .question-vote-result {
margin-left: 20px;
margin-right: 0;
}
.user-points .question-user-vote {
margin-left: 5px;
margin-right: 0;
float: right;
}
/* block-stats */
.stats-head,.block-stats-1,.block-stats-2,.block-stats-3,.block-stats-4 {
float: right;
}
.block-stats-4 {
margin-left: 0;
border-left: none !important;
margin-right: 0;
border-right: none !important;
}
/* User stats */
.user-stats-head {
}
.stats-head {
border-left: 1px solid #dedede;
border-right: none;
}
.user-stats-item div {
border-left: 1px solid #e0e6ed;
border-right: none;
}
/* Pagination */
.pagination {
float: left;
}
.pagination a,.pagination span {
margin-right: 0;
margin-left: 5px;
float: right;
}
.pagination a.next-button,.pagination a.prev-button {
padding: 3px 11px 3px 10px;
}
.pagination a.next-button {
margin-left: 0;
margin-right: 0;
}
.pagination a.prev-button i::before {
content: "\f105";
}
.pagination a.next-button i::before {
content: "\f104";
}
/* single */
.social_icon ul li {
margin-left: 5px;
margin-right: 0;
float: right;
}
.social_icon.f_right ul li {
margin-left: 0;
margin-right: 5px;
}
.post-next-prev .prev-post {
float: right;
}
.post-next-prev .next-post {
float: left;
}
.post-next-prev .prev-post a i::before {
content: "\f101";
}
.post-next-prev .next-post a i::before {
content: "\f100";
}
.author-image {
float: right;
margin-left: 20px;
margin-right: 0;
}
.about-author .author-image img {
float: right;
}
.about-author .author-image a:before {
right: 2px;
left: inherit;
}
#related-posts h2 {
margin-right: 0;
margin-left: 0;
}
#related-posts li i {
margin-right: 0;
margin-left: 5px;
}
#related-posts li i::before {
content: "\f100";
}
.related-posts li {
margin-bottom: 10px;
}
.related-posts li i {
margin-right: 0;
margin-left: 5px;
}
.related-posts .post-type {
float: right;
margin-left: 10px;
margin-right: 0;
}
.related-item .question-type {
float: right;
}
.related-item .question-comments {
float: right;
margin-left: 10px;
margin-right: 0;
}
/* Comments */
.children {
padding-right: 80px;
padding-left: 0;
}
.comment-reply {
float: left;
}
.comment-reply i {
margin-left: 5px;
margin-right: 0;
}
.commentlist li .avatar {
float: right;
margin-left: 10px;
margin-right: 0;
}
.commentlist li .avatar img {
float: right;
}
.comment-vote {
float: right;
margin-right: 0;
margin-left: 0;
}
.comment .question-vote-result {
margin-left: 20px;
margin-right: 0;
}
.commentlist li .comment-meta {
float: right;
}
.commentlist li .date {
float: right;
margin-left: 10px;
margin-right: 0;
}
.commentlist li .date i {
margin-left: 5px;
margin-right: 0;
}
/* Respond */
#respond-inputs p {
margin-left: 2%;
margin-right: 0;
float: right;
}
#respond-inputs p.last {
margin: 0;
clear: none;
}
#respond input#submit {
float: left;
}
#respond label.required span {
margin-right: 3px;
margin-left: 0;
}
/* Widgets */
/* Widget Social */
.widget_social li {
float: right;
}
.widget_social li span {
margin-right: 10px;
margin-left: 0;
}
.widget_social li a small {
padding-right: 10px;
padding-left: 0;
}
.widget_social li i {
float: left;
}
/* Widget Menu */
.widget_menu li a {
border-right: 2px solid rgba(0,0,0,0);
border-left: none;
}
.widget_menu li.current_page_item a {
border-right-color: #2f3239;
position: relative;
}
.widget_menu li.current_page_item a:before {
right: 0;
border-right: 4px solid #2f3239;
border-left: none;
}
.widget_menu li a i {
margin-left: 10px;
margin-right: 0;
}
/* Widget Stats */
.sidebar_box ul li a:before {
margin-left: 5px;
margin-right: 0;
}
/* Highest points Widget */
.author-img {
float: right;
margin-left: 20px;
margin-right: 0;
}
.author-img img {
float: right;
}
/* Search Widget */
.widget_search input[type="text"] {
padding-right: 35px;
padding-left: 0;
}
.widget_search .search-submit {
right: 0;
left: inherit;
}
/* Flickr Widget */
.widget_flickr a {
float: right;
margin-left: 5px;
margin-right: 0;
}
.widget_flickr a:nth-child(3n) {
margin-left: 0;
margin-right: 0;
}
/* Twitter Widget */
.widget_twitter ul li:before {
margin-left: 5px !important;
margin-right: 0 !important;
float: right;
}
/* Portfolio Widget */
.widget_portfolio .portfolio-widget-item {
float: right;
margin-left: 10px;
margin-right: 0;
}
.col-sm-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-left: 10px;
margin-right: 0;
}
.col-sm-3 .widget_portfolio .portfolio-widget-item:nth-child(3n),.col-sm-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-left: 0;
margin-right: 0;
}
.widget_portfolio .portfolio-widget-item .portfolio_img {
float: right;
}
.widget_portfolio .portfolio-widget-item .portfolio_img:before,.popular_posts .popular_img a:before,.widget_flickr a:before {
right: 0;
left: inherit;
}
/* Popular Posts Widget */
.popular_img {
float: right;
margin-left: 10px;
margin-right: 0;
}
span.date i,span.comment i {
margin-left: 5px;
margin-right: 0;
}
/* Contact Widget */
.widget_contact ul li p {
margin-left: 0;
margin-right: 25px;
}
.widget_contact ul li .icon_i span {
float: right;
margin-left: 10px;
margin-right: 0;
}
.widget_contact ul li .icon_i i {
margin-left: 0;
margin-right: 0;
}
/* Login Widget */
.widget_login input[type="text"],.widget_login input[type="password"] {
padding-right: 37px;
padding-left: 0;
}
/* sidebar position */
.sidebar {
float: right;
}
.main-content > .row > .col-md-9 {
float: left;
}
.page-left-sidebar .sidebar {
float: left;
}
.page-left-sidebar > .row > .col-md-9 {
float: right;
}
/* footer */
#footer .widget li::before {
margin-left: 5px;
margin-right: 0;
}
#footer .widget_twitter li::before, #footer .related-posts li::before, #footer .widget_contact li::before {
margin: 0;
}
#footer-bottom .social_icons ul li {
margin-left: 0;
margin-right: 5px;
}
/* Tipsy */
.tipsy-arrow-e {
border-right-color: #000;
}
.tipsy-arrow-w {
border-left-color: #000;
}
.tipsy-n .tipsy-arrow {
right: 50%;
margin-right: -5px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-nw .tipsy-arrow {
right: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-ne .tipsy-arrow {
left: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-s .tipsy-arrow {
right: 50%;
margin-right: -5px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-sw .tipsy-arrow {
right: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-se .tipsy-arrow {
left: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.tipsy-e .tipsy-arrow {
left: 0;
border-right-style: solid;
border-left: none;
}
.tipsy-w .tipsy-arrow {
right: 0;
border-left-style: solid;
border-right: none;
}
/* breadcrumbs */
.breadcrumbs .col-md-12 {
overflow: hidden;
height: 100%;
}
.breadcrumbs h1 {
float: right;
}
.breadcrumbs h1 i {
margin-left: 10px;
margin-right: 0;
}
.crumbs {
float: right;
}
.crumbs i {
margin-left: 10px;
margin-right: 0;
}
/* Forms */
.form-inputs p {
margin-left: 2%;
margin-right: 0;
float: right;
}
.form-inputs p:last-child {
margin-left: 0;
margin-right: 0;
}
.form-style input[type="checkbox"],.form-style input[type="radio"] {
float: right;
margin-left: 10px;
margin-right: 1px;
}
.form-style input[type="checkbox"] {
margin-left: 10px;
margin-right: 1px;
}
.form-style label.required span {
margin-right: 3px;
margin-left: 0;
}
.form-style input.submit {
float: left;
}
.form-style-2 .form-inputs p {
margin-left: 0;
margin-right: 0;
}
.form-style-3 .form-inputs p {
margin-left: 0;
margin-right: 0;
}
.form-style-4 .form-inputs p:nth-child(2n) {
margin-left: 0;
margin-right: 0;
}
.form-style-5.form-style label {
float: right;
margin-left: 1%;
margin-right: 0;
}
.form-style-5.form-style input[type="text"],.form-style-5.form-style input[type="email"],.form-style-5.form-style input[type="password"],.form-style-5.form-style textarea {
float: right;
}
.form-description {
margin-right: 18%;
margin-left: 0;
}
/* Checkboxes and Radio inputs */
input[type="radio"]:checked::before {
right: 1px;
left: inherit;
}
/* Ask Question */
.ask-question .form-style label {
float: right;
margin-left: 1%;
margin-right: 0;
}
#question-title,#question-details,.taglist .input input {
float: right;
}
.del-poll-li {
left: 6px;
right: inherit;
}
.move-poll-li {
right: 15px;
left: inherit;
}
.taglist .tag {
margin-left: 5px;
margin-right: 0;
float: right;
}
.taglist .tag a.delete:before {
margin-right: 5px;
margin-left: 0;
}
.fileinputs {
float: right;
}
.fakefile {
right: 0;
left: inherit;
}
.fakefile button {
text-align: right;
}
.fileinputs span {
left: 7px;
right: initial;
}
.fileinputs span i {
margin-left: 5px;
margin-right: 0;
}
.styled-select {
clear: left;
}
.styled-select::before {
left: 5px;
right: inherit;
}
.question_poll {
margin-left: 10px !important;
margin-right: 0 !important;
float: right;
}
.poll-description {
float: right;
}
.form-style-3 .form-inputs p.add_poll {
float: left;
left: 42px;
right: inherit;
}
.form-style-3 .form-inputs p #add_poll i {
margin-left: 5px;
margin-right: 0;
}
#question_poll_item {
float: right;
margin-right: 18%;
margin-left: 0;
}
/* login */
.login-submit {
float: right;
}
.rememberme {
float: right;
}
ul.login-links {
float: right;
}
.login-links i {
margin-left: 10px;
margin-right: 0;
}
.login-text i,.login-password i {
right: 10px;
left: inherit;
}
.login-text input,.login-password input {
padding-right: 37px;
padding-left: 0;
}
.login-password a {
left: 9px;
right: inherit;
}
/* Box icons and icons */
.icon_i.f_left {
margin-left: 15px;
margin-right: 0;
}
.icon_i.f_right {
margin-right: 15px;
margin-left: 0;
}
.box_text .icon_circle,.box_text .icon_square,.box_text .icon_soft_r {
margin-left: 10px;
margin-right: 0;
}
.ul_icons li [class^="icon-"],.ul_icons li [class*=" icon-"],.ul_icons li [class^="social_icon-"],.ul_icons li [class*=" social_icon-"],.ul_icons li [class^="icons-"],.ul_icons li [class*=" icons-"] {
float: right;
margin-left: 10px;
margin-right: 0;
}
h1 [class^="icons-"], h1 [class*=" icons-"],
h2 [class^="icons-"], h2 [class*=" icons-"],
h3 [class^="icons-"], h3 [class*=" icons-"],
h4 [class^="icons-"], h4 [class*=" icons-"],
h5 [class^="icons-"], h5 [class*=" icons-"],
h6 [class^="icons-"], h6 [class*=" icons-"] {
margin-left: 12px;
margin-right: 0;
}
.icons [class^="icons-"], .icons [class*=" icons-"] {
float: right;
margin-left: 15px;
margin-right: 0;
}
.icons p {
margin-left: 0;
margin-right: 47px;
}
.icons h3 {
margin-left: 0;
margin-right: 47px;
}
/* Lists */
.ul_list li:before,.ul_list li i,.ul_list[class^="ul_list-icon-"] li:before,.ul_list li i[class^="icon-"],.ul_list[class*="ul_list-icon-"] li:before,.ul_list li i[class*="ul_list-icon-"],.ul_list[class^="ul_list-social_icon-"] li:before,.ul_list li i[class^="social_icon-"],.ul_list[class*="ul_list-social_icon-"] li:before,.ul_list li i[class*="social_icon-"] {
margin-left: 9px;
margin-right: 0;
}
.ul_list[class^="ul_list-icon-"] li:before,.ul_list[class*=" ul_list-icon-"] li:before,.ul_list[class^="ul_list-social_icon-"] li:before,.ul_list[class*=" ul_list-social_icon-"] li:before {
margin-right: 0;
margin-left: 0;
}
.ul_list_square ul li i,.ul_list_circle ul li i,i.ul_l_square,i.ul_l_circle {
margin-left: 10px;
margin-right: 0;
}
.ul_list li ul {
margin-left: 0;
margin-right: 30px;
}
.ul_icons li [class^="icons-"], .ul_icons li [class*=" icons-"] {
float: none;
}
/* Accordion & Toggle */
.accordion .accordion-title a:before,.accordion .accordion-title.active a:before {
float: left;
left: 10px;
right: inherit;
}
.accordion .accordion-title a i {
margin-left: 8px;
margin-right: 0;
}
.accordion.acc-style-2 .accordion-title a:before {
left: 0;
right: inherit;
}
/* Tabs */
.tab a {
float: right;
margin-left: 5px;
margin-right: 0;
}
.tabs-vertical .tab a {
border-right: 2px solid rgba(0,0,0,0);
border-left: none;
}
.tabs-vertical .tab a.current {
border-left: none;
border-right: none;
}
.tab a i,.tab a [class^="icons-"],.tab a [class*=" icons-"] {
margin-left: 5px;
margin-right: 0;
}
.tabs-style-2 .tab a,.tabs-style-3 .tab a {
margin-left: -1px;
margin-right: 0;
}
.tabs-vertical .tabs {
float: right;
}
.tabs-vertical .tab a {
margin-left: 0;
margin-right: 0;
}
.tabs-vertical.tabs-style-2 .tab a.current,.tabs-vertical.tabs-style-3 .tab a.current {
border-left-color: #FFF;
}
.tabs-vertical.tabs-style-2 .tabs,.tabs-vertical.tabs-style-3 .tabs {
right: 1px;
left: inherit;
}
.tabs-vertical.tabs-style-2 .tab a,.tabs-vertical.tabs-style-3 .tab a {
margin-left: 0;
margin-right: 0;
}
.tabs-vertical .tab-inner-warp {
margin-right: 160px;
margin-left: 0;
}
.tabs-vertical.tabs-long .tab-inner-warp {
margin-right: 235px;
margin-left: 0;
}
.tabs-style-2.tabs-vertical .tab-inner-warp,.tabs-style-3.tabs-vertical .tab-inner-warp {
margin-right: 160px;
margin-left: 0;
}
.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp,.tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
margin-right: 235px;
margin-left: 0;
}
/* Alerts */
.alert-message i {
float: right;
margin-right: 0;
margin-left: 15px;
}
/* Buttons */
.button .icons {
margin-left: 5px;
margin-right: 0;
}
/* Dropcaps */
.dropcap {
float: right;
margin-left: 10px;
margin-right: 0;
}
.dropcap.dropcap_square,.dropcap.dropcap_soft_r {
margin-top: 5px 10px 0 0;
}
.dropcap.dropcap_circle {
margin-top: 5px 10px 0 0;
}
/* Divider */
.divider span {
float: right;
}
.divider-4:after {
right: 0;
left: inherit;
}
/* Quote */
.quote-left {
float: right;
margin-left: 20px;
margin-right: 0;
}
.quote-right {
float: left;
margin-left: 0;
margin-right: 20px;
border-right: none;
border-left: 4px solid #888;
}
/* Callout */
.button_right {
position: absolute;
left: 30px;
right: inherit;
}
.box_no_border.box_no_background.callout_warp .button_right {
left: 0;
right: inherit;
}
/* Carousel */
.images-warp ul li {
margin-left: 30px !important;
margin-right: 0 !important;
}
.images-warp .carousel-arrow {
left: 20px;
right: inherit;
}
/* Lightbox */
.light-box-images {
right: 0;
left: inherit;
}
.light-box-images i {
right: 0;
left: inherit;
}
/* Carousel */
.carousel-all ul {
right: 0;
left: inherit;
}
.carousel-all li {
float: right;
}
.carousel-all ul li img {
float: right;
}
.carousel-all.responsive {
margin-right: 0;
margin-left: 0;
}
.carousel-arrow {
left: 4px;
right: inherit;
}
a.carousel-prev {
float: right;
margin-left: 5px;
margin-right: 0;
}
a.carousel-next {
float: left;
}
.with-title .carousel-prev {
float: right;
margin-left: 5px;
margin-right: 0;
}
.with-title .carousel-next {
float: left;
}
/* Testimonial */
.testimonial-f-arrow,.testimonial-l-arrow {
border-right: 0;
}
.testimonial-f-arrow {
right: 19px;
left: inherit;
}
.testimonial-l-arrow {
right: 20px;
left: inherit;
}
.testimonial-client img {
float: right;
margin-left: 10px;
margin-right: 0;
}
.testimonial-carousel .testimonial-warp {
float: right;
margin-left: 20px;
margin-right: 0;
}
.carousel-pagination {
left: 0;
right: inherit;
}
.carousel-pagination a {
margin-left: 5px;
margin-right: 0;
}
.testimonial-warp-2 .carousel-pagination {
left: 20px;
right: inherit;
}
.testimonial-warp-2 .slides,.testimonial-carousel .slides {
left: inherit !important;
right: 0 !important;
text-align: right !important;
}
/* Blog */
.single-post {
padding-right: 0;
padding-left: 0;
}
.post-type {
right: 20px;
left: inherit;
float: right;
}
.post .post-type {
margin-left: 10px;
margin-right: 0;
}
.post .boxedtitle i {
padding-left: 15px;
padding-right: 0;
}
.post .post-meta .meta-author,.post .post-meta .meta-date,.post .post-meta .meta-categories a,.post .post-meta .meta-comment a {
margin-left: 20px;
margin-right: 0;
}
.post .post-meta .meta-author,.post .post-meta .meta-date,.post .post-meta .meta-categories,.post .post-meta .meta-comment {
float: right;
}
.post .post-meta .meta-author i,.post .post-meta .meta-date i,.post .post-meta .meta-categories i,.post .post-meta .meta-comment i {
margin-left: 5px;
margin-right: 0;
}
.blog_2.post .post-img {
float: right;
margin-left: 20px;
margin-right: 0;
}
.post-read-more {
float: left;
}
.post-read-more:before {
margin-left: 5px;
margin-right: 0;
}
/* Flex Slider */
.flex-direction-nav li a {
border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
}
.flex-direction-nav li .flex-next {
left: -50px;
right: inherit;
}
.flex-direction-nav li .flex-prev {
right: -50px;
left: inherit;
border-radius: 0 0 2px 2px;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
}
.flexslider:hover .flex-direction-nav li .flex-next {
left: 0;
right: inherit;
}
.flexslider:hover .flex-direction-nav li .flex-prev {
right: 0;
left: inherit;
}
.flex-caption h2 {
float: right;
}
.flex-caption h3 {
float: right;
}
.flex-caption .text {
right: 0;
left: inherit;
}
.flex-caption .text .flex_title {
float: right;
}
.flex-caption .text .flex_subtitle {
float: right;
}
/* control nav */
.flex-control-nav li {
margin-left: 0;
margin-right: 5px;
}
/* Bxslider */
.bxslider-overlay {
right: 0;
left: inherit;
}
.bxslider-overlay:before {
right: 0;
left: inherit;
}
.bxslider-title {
right: 0;
left: inherit;
}
.overlay-lightbox {
right: 50%;
left: inherit;
margin-right: -35px;
margin-left: 0;
}
.overlay-link {
left: 50%;
right: inherit;
margin-left: -35px;
margin-right: 0;
}
.bx-prev {
right: -30px;
left: inherit;
cursor: pointer;
}
.bx-next {
left: -30px;
right: inherit;
cursor: pointer;
}
.bx-wrapper {
direction: ltr;
}
.bx-wrapper:hover .bx-prev {
right: 0;
left: inherit;
}
.bx-wrapper:hover .bx-next {
left: 0;
right: inherit;
}
.grid-bxslider {
direction: rtl;
}
.bx-prev:before {
content: "\f105";
}
.bx-next:before {
content: "\f104";
}
/* responsive */
/*------------------------------------------------------------------------------*/
/* Width : 1200
/*------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
.grid_1200 .ask-me .col-md-3 {
text-align: right;
}
.grid_1200 .ask-me .col-md-9 {
float: right;
}
.grid_1200 .col-md-3.sidebar {
float: left;
}
.grid_1200 .col-md-3.sidebar .widget_flickr a:nth-child(4n),.grid_1200 #footer .col-md-3 .widget_flickr a:nth-child(3n),.grid_1200 #footer .col-md-3 .widget_portfolio .portfolio-widget-item:nth-child(3n),.grid_1200 .col-md-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0;
margin-left: 5px;
}
.grid_1200 #footer .col-md-3 .widget_flickr a:nth-child(4n),.grid_1200 .col-md-3.sidebar .widget_flickr a:nth-child(3n) {
margin-right: 0;
margin-left: 0;
}
.grid_1200 .col-md-3 .widget_portfolio .portfolio-widget-item:nth-child(4n),.grid_1200 .col-md-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* user-profile */
.grid_1200 .form-description,.grid_1200 #question_poll_item {
margin-left: 0;
margin-right: 18%;
}
.grid_1200 ul.login-links {
float: left;
}
}
/*------------------------------------------------------------------------------*/
/* Width : 960
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 960px) {
.crumbs {
float: right;
}
.breadcrumbs h1 {
margin-right: 0;
margin-left: 10px;
}
/* Widgets */
.widget_flickr a:nth-child(3n),.widget_flickr a:nth-child(4n),.widget_portfolio .portfolio-widget-item:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
.widget_flickr a:nth-child(10n),.widget_portfolio .portfolio-widget-item:nth-child(10n) {
margin-right: 0 !important;
margin-left: 0 !important;
}
#footer .widget_flickr a:nth-child(3n),#footer .widget_flickr a:nth-child(4n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
#footer .widget_flickr a:nth-child(10n),#footer .widget_portfolio .portfolio-widget-item:nth-child(10n) {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
/*------------------------------------------------------------------------------*/
/* width : 991px
/*------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
.crumbs {
float: right;
}
.widget_flickr a:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_flickr a:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
}
/*------------------------------------------------------------------------------*/
/* width : 767px
/*------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* Widgets */
.widget_flickr a:nth-child(9n),.widget_portfolio .portfolio-widget-item:nth-child(9n),#footer .widget_flickr a:nth-child(9n),#footer .widget_portfolio .portfolio-widget-item:nth-child(9n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
.user-profile-widget .ul_list li {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
/*------------------------------------------------------------------------------*/
/* Width : 480
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 452px) and (max-width: 767px) {
.ask-me .col-md-9 .publish-question {
left: 10px;
right: inherit;
}
/* Columns */
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Header */
#footer-bottom .social_icons ul li {
margin-left:0 !important;
margin-right:10px !important;
}
#footer-bottom .social_icons li:first-child {
margin-left:0 !important;
margin-right:0 !important;
}
/* Footer */
#footer-bottom_nav.f_right > ul > li:first-child {
margin-left:0;
margin-right:0;
}
/* Widgets */
.widget_flickr a:nth-child(3n),.widget_flickr a:nth-child(4n),.widget_portfolio .portfolio-widget-item:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(4n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
#footer .widget_flickr a:nth-child(3n),#footer .widget_flickr a:nth-child(4n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(4n),#footer .widget_flickr a:nth-child(5n),#footer .widget_portfolio .portfolio-widget-item:nth-child(5n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
/* Respond */
#respond-inputs p,.full_width #respond-inputs p {
margin-right:0;
margin-left:0;
}
/* Blog 2 */
.blog_2.post .post-img {
margin-right:0;
margin-left:0;
}
/* Shortcodes */
/* Tabs */
.tabs-vertical.tabs-long .tab-inner-warp {
margin-left:0 !important;
margin-right:204px !important;
}
.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp,.tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
margin-left:0 !important;
margin-right:200px !important;
}
/* Callout */
.button_right {
left: inherit !important;
}
.callout_inner {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Forms */
.form-description,#question_poll_item {
margin-left: 0;
margin-right: 0;
}
.user-profile .user-profile-img {
float: right;
}
/* Questions */
.question-type-normal .question-type-main,.question-type-poll .question-type-main {
right: 121px;
left: inherit;
}
.question-type-normal .question-report {
right: 213px;
left: inherit;
}
.question-type-poll .question-report {
right: 187px;
left: inherit;
}
.question-type-normal.question h2,.question-type-poll.question h2 {
padding-right: 0;
padding-left: 0;
}
.single-question.question-type-normal .question-type-main,.single-question.question-type-poll .question-type-main {
right: 20px;
left: inherit;
}
.single-question.question-type-normal .question-report {
right: 104px;
left: inherit;
}
.single-question.question-type-poll .question-report {
right: 78px;
left: inherit;
}
.user-points h3 {
padding-right: 0;
padding-left: 0;
}
}
/*------------------------------------------------------------------------------*/
/* width : 479px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
.ask-me .col-md-9 .publish-question {
right: inherit;
left: 10px;
}
/* Columns */
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Header */
.header-search {
float: right;
}
#footer-bottom .social_icons ul li {
margin-left:0 !important;
margin-right:10px !important;
}
#footer-bottom .social_icons.f_left ul li {
margin-right:0 !important;
margin-left:10px !important;
}
#footer-bottom .social_icons li:first-child {
margin-left:0 !important;
margin-right:0 !important;
}
/* Footer */
#footer-bottom_nav.f_right > ul > li,#footer-bottom_nav > ul > li {
margin-right:0;
margin-left:15px;
}
/* Widgets */
.widget_flickr a:nth-child(9n),.widget_portfolio .portfolio-widget-item:nth-child(9n),#footer .widget_flickr a:nth-child(9n),#footer .widget_portfolio .portfolio-widget-item:nth-child(9n),.widget_flickr a:nth-child(3n),.widget_portfolio .portfolio-widget-item:nth-child(3n),#footer .widget_flickr a:nth-child(3n),#footer .widget_portfolio .portfolio-widget-item:nth-child(3n) {
margin-right: 0 !important;
margin-left: 5px !important;
}
/* Blog */
.blog_2.post .post-img {
margin-right:0;
margin-left:0;
}
/* Respond */
#respond-inputs p,.full_width #respond-inputs p {
margin-right:0;
margin-left:0;
}
/* Comments */
.children {
padding-left: 0;
padding-right: 40px;
}
/* Shortcodes */
/* Tabs */
.tab a {
margin-right:0;
margin-left:0;
}
.tabs {
border-right: none;
border-left: none;
}
.tabs-vertical.tabs-style-2 .tabs, .tabs-vertical.tabs-style-3 .tabs {
left:inherit;
right:0;
}
.tabs-vertical.tabs-style-2 .tab a.current, .tabs-vertical.tabs-style-3 .tab a.current {
border-left-color:#d3d3d3;
}
.tabs-vertical .tab-inner-warp,.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp, .tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
margin-left:0 !important;
margin-right:0 !important;
}
.tabs-style-2 .tab a, .tabs-style-3 .tab a {
margin-right:0;
margin-left:0;
}
/* Callout */
.button_right {
right: inherit !important;
left: inherit !important;
}
.callout_inner {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* Forms */
.form-description,#question_poll_item {
margin-left: 0;
margin-right: 0;
}
.user-profile .user-profile-img {
float: right;
}
.user-question .question-type-main {
right: 20px;
left: inherit;
}
/* Questions */
.question-type-normal .question-type-main,.question-type-poll .question-type-main {
right: 121px;
left: inherit;
}
.question-type-normal .question-report,.question-type-poll .question-report {
right: 121px;
left: inherit;
}
.question-type-normal.question h2,.question-type-poll.question h2 {
padding-right: 0;
padding-left: 0;
}
.single-question.question-type-normal .question-type-main,.single-question.question-type-poll .question-type-main {
right: 20px;
left: inherit;
}
.single-question.question-type-normal .question-report {
right: 104px;
left: inherit;
}
.single-question.question-type-poll .question-report {
right: 78px;
left: inherit;
}
.question h2,.question-inner {
margin-left: 0;
margin-right: 0;
}
.question-author {
left: inherit;
right: 20px;
}
.user-points h3 {
padding-right: 0;
padding-left: 0;
}
/* user-profile */
.user-profile .user-profile-img {
float: right;
margin: 0 0 10px 15px;
}
}
| 0.279632 | 0.074164 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
}
/* ----------------- CUSTOM STYLES ---------------------------*/
body { background: url(../images/person.jpg) no-repeat center center fixed; -webkit-background-size: cover; background-size: cover; }
main { margin: 0; color: #444; font-family: 'Oswald', sans-serif; display: flex; justify-content: center; align-items: center; }
body > header > nav > div > div > ul > li > a { border-bottom: 2px solid white; transition: all 0.5s; }
body > header > nav > div > div > ul > li > a:hover { border-bottom: 2px solid red; }
#taskView.taskPanel { border: 1px solid #ccc; box-shadow: 0 0 10px #444; background-color: white; padding: 10px; min-width: 350px; height: 500px; text-align:center; }
#taskView ul { list-style: none; margin: 0; padding: 0; }
#taskView li { padding: 5px 0px; border-bottom: 1px solid #ccc; }
#taskView li:hover { background-color: rgba(179, 179, 179, 0.5); text-decoration: line-through; }
#taskView #taskContainer { height:200px; overflow-y: auto; border:1px solid #ccc; margin: 20px; margin-top: 20px; box-shadow: 1px 1px 10px inset; }
#taskView #taskContainer::-webkit-scrollbar { width: 0px; background: transparent; }
|
wwwroot/css/site.css
|
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
}
/* ----------------- CUSTOM STYLES ---------------------------*/
body { background: url(../images/person.jpg) no-repeat center center fixed; -webkit-background-size: cover; background-size: cover; }
main { margin: 0; color: #444; font-family: 'Oswald', sans-serif; display: flex; justify-content: center; align-items: center; }
body > header > nav > div > div > ul > li > a { border-bottom: 2px solid white; transition: all 0.5s; }
body > header > nav > div > div > ul > li > a:hover { border-bottom: 2px solid red; }
#taskView.taskPanel { border: 1px solid #ccc; box-shadow: 0 0 10px #444; background-color: white; padding: 10px; min-width: 350px; height: 500px; text-align:center; }
#taskView ul { list-style: none; margin: 0; padding: 0; }
#taskView li { padding: 5px 0px; border-bottom: 1px solid #ccc; }
#taskView li:hover { background-color: rgba(179, 179, 179, 0.5); text-decoration: line-through; }
#taskView #taskContainer { height:200px; overflow-y: auto; border:1px solid #ccc; margin: 20px; margin-top: 20px; box-shadow: 1px 1px 10px inset; }
#taskView #taskContainer::-webkit-scrollbar { width: 0px; background: transparent; }
| 0.37605 | 0.072538 |
.App {
text-align: center;
background-color: #144c73;
height: 100vh;
}
.App-logo {
margin-top: 7%;
}
.App-header {
/* color: #f9f7f7; */
color: #f9f7f7e0;
letter-spacing: 1px;
font-size: 25px;
margin-top: 90px;
}
.App-link {
color: #f9f7f7;
}
/* @keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */
.App-userName {
margin-top: -25px;
margin-bottom: 10px;
margin-left: -10px;
}
.userIcon {
margin-left: -7px;
}
.userText {
padding-left: 10px;
}
.App-password {
margin-top: -40px;
}
/* .MuiInput-underline-27:before {
content: none !important;
} */
.App-userName .MuiFormControl-fullWidth-4 {
width: 17%;
}
/* #0374ad */
.loginBtnDiv {
margin-left: 20%;
margin-top: -20px;
}
.loginBtnDiv .MuiButton-containedPrimary-88 {
background-color: #0374ad !important;
}
.App-footer {
margin-top: 7%;
color: #dde2e3;
}
.ftrSpn2 {
color: #dde2e3;
}
.ftrSpn3 {
color: #0374ad;
}
.imgBgDesign {
-webkit-filter: drop-shadow(0.3pt 0em 0px white) drop-shadow(1.2px -1px 0px white);
z-index: 0;
opacity: 10;
}
.MuiFormLabel-root-16 .MuiFormLabel-focused-17{
color: #fff !important;
}
.MuiInputBase-root-46{
color: #fff !important;
}
.MuiFormLabel-root-26 {
color: #fff !important;
}
.MuiInput-underline-37:before{
color: #fff !important;
}
/* .MuiInput-underline-37:before {
border-bottom: #fff !important;
} */
/*Login Button */
.MuiButton-containedPrimary-75 {
color: #fff;
background-color: #15a06d !important;
}
.MuiButton-containedPrimary-75:hover {
background-color: #144c73 !important;
}
.MuiButton-containedPrimary-147 {
color: #fff;
background-color: #15a06d !important;
}
.MuiButton-containedPrimary-147:hover {
background-color: #144c73 !important;
}
/*Login Button Ends*/
/* Checkbox starts*/
.MuiCheckbox-colorSecondary-76.MuiCheckbox-checked-72 {
color: #15a06d !important;
}
/* Checkbox ends */
.userField{
margin-left: 41%;
width: 20%;
}
|
src/LoginComponent/LoginPage.css
|
.App {
text-align: center;
background-color: #144c73;
height: 100vh;
}
.App-logo {
margin-top: 7%;
}
.App-header {
/* color: #f9f7f7; */
color: #f9f7f7e0;
letter-spacing: 1px;
font-size: 25px;
margin-top: 90px;
}
.App-link {
color: #f9f7f7;
}
/* @keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */
.App-userName {
margin-top: -25px;
margin-bottom: 10px;
margin-left: -10px;
}
.userIcon {
margin-left: -7px;
}
.userText {
padding-left: 10px;
}
.App-password {
margin-top: -40px;
}
/* .MuiInput-underline-27:before {
content: none !important;
} */
.App-userName .MuiFormControl-fullWidth-4 {
width: 17%;
}
/* #0374ad */
.loginBtnDiv {
margin-left: 20%;
margin-top: -20px;
}
.loginBtnDiv .MuiButton-containedPrimary-88 {
background-color: #0374ad !important;
}
.App-footer {
margin-top: 7%;
color: #dde2e3;
}
.ftrSpn2 {
color: #dde2e3;
}
.ftrSpn3 {
color: #0374ad;
}
.imgBgDesign {
-webkit-filter: drop-shadow(0.3pt 0em 0px white) drop-shadow(1.2px -1px 0px white);
z-index: 0;
opacity: 10;
}
.MuiFormLabel-root-16 .MuiFormLabel-focused-17{
color: #fff !important;
}
.MuiInputBase-root-46{
color: #fff !important;
}
.MuiFormLabel-root-26 {
color: #fff !important;
}
.MuiInput-underline-37:before{
color: #fff !important;
}
/* .MuiInput-underline-37:before {
border-bottom: #fff !important;
} */
/*Login Button */
.MuiButton-containedPrimary-75 {
color: #fff;
background-color: #15a06d !important;
}
.MuiButton-containedPrimary-75:hover {
background-color: #144c73 !important;
}
.MuiButton-containedPrimary-147 {
color: #fff;
background-color: #15a06d !important;
}
.MuiButton-containedPrimary-147:hover {
background-color: #144c73 !important;
}
/*Login Button Ends*/
/* Checkbox starts*/
.MuiCheckbox-colorSecondary-76.MuiCheckbox-checked-72 {
color: #15a06d !important;
}
/* Checkbox ends */
.userField{
margin-left: 41%;
width: 20%;
}
| 0.351645 | 0.064418 |
*{
margin: 0;
padding: 0;
}
body{
line-height: 1.5;
background: white;
overflow-x: hidden;
font-family: "微软雅黑";
background: #FBFBFB;
}
a:link{
text-decoration: none;
}
i, cite, em {
font-style: normal;
}
ul li{
list-style: none;
}
/**/
.ClearFix:after { clear: both; content: '.'; display: block; font-size: 0; line-height: 0; visibility: hidden; height: 0; }
/*头部开始*/
.header{
background: #FFFFFF;
}
.header_top{
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
height: 36px;
line-height: 36px;
color: #8C8C8C;
font-size: 12px;
background: #FAFAFA;
}
.w1200{
width: 1200px;
margin: auto;
}
.w1000{
margin: 0 auto;
width: 1051px;
}
.header_top a{
text-decoration: none;
}
.header_top a:hover{
color: #C41F3A;
text-decoration: underline;
}
.h_t_l{
float: left;
}
.h_t_l a, .h_t_l span, .sp_tel {
font-family: "宋体";
display: inline-block;
vertical-align: middle;
color: #8c8c8c;
}
.line {
background: #dfdfdf none repeat scroll 0 0;
height: 14px;
overflow: hidden;
padding: 0;
width: 1px;
display: inline-block;
vertical-align: middle;
}
.a_login {
padding: 0 10px 0 20px;
}
.a_reg {
padding-left: 8px;
}
.h_t_r{
float: right;
}
.h_t_r ul li{
list-style: none;
}
.h_t_r ul li {
float: left;
height: 36px;
line-height: 36px;
position: relative;
}
.h_t_r ul li:hover .down_load{
display: block;
}
.down_load {
position: absolute;
top: 36px;
left: -10px;
z-index: 15;
background-color: #fff;
border-top: 1px solid #dfdfdf;
display: none;
}
.down_load{
position: absolute;
top: 36px;
left: -10px;
z-index: 15;
background-color: #fff;
border-top: 1px solid #dfdfdf;
}
.down_border {
border: 1px solid #f6f6f6;
box-shadow: 0 0 1px #f6f6f6;
padding: 5px;
margin-top: 5px;
}
.icon_top {
position: absolute;
top: -2px;
width: 12px;
height: 8px;
background: url(./../image/icon_list.png) no-repeat -234px -592px;
left: 50%;
margin-left: -6px;
}
.down_load p {
height: 1.2em;
line-height: 1.2em;
text-align: center;
color: #3b3b3b;
}
.h_t_r a {
padding: 0 10px;
line-height: 36px;
display: inline-block;
vertical-align: middle;
color: #8c8c8c;
}
.tel_icon {
width: 14px;
height: 13px;
line-height: 36px;
margin: 13px 4px 0 10px;;
float: left;
background: url(./../image/icon_list.png) no-repeat 0 -38px;
}
.h_t_r ul li:hover .cus_center{
display: block;
}
.h_t_r ul .cus_c_box{
border: 1px solid transparent;
}
.h_t_r ul .cus_c_box:hover{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #fff;
}
.cus_c_border {
}
.cus_center {
position: absolute;
top: 35px;
left: -1px;
z-index: 5;
border: 1px solid #ccc;
border-top: none;
width: 100%;
background-color: #fff;
text-align: left;
display: none;
}
.cus_center a {
height: 25px;
line-height: 25px;
}
/*头部结束*/
/*搜索开始*/
.full_sc{
width: 100%;
}
.header_conter{
margin-top: 30px;
margin-bottom: 19px;
height: 89px;
}
.h_c_logo {
float: left;
width: 74px;
margin-right: 7px;
}
.h_c_bz {
float: left;
width: 457px;
margin-right: 15px;
padding-top: 24px;
}
.h_c_search {
float: left;
width: 500px;
}
.h_c_right {
float: right;
}
.search_input {
width: 494px;
height: 35px;
margin-top: 19px;
border: 3px solid #94193f;
z-index: 6;
position: relative;
}
.search_key {
float: left;
margin-top: 4px;
width: 513px;
height: 25px;
overflow: hidden;
line-height: 25px;
}
.text_search{
border: none;
outline: none;
float: left;
width: 397px;
height:100%;
font-size: 12px;
padding: 8px 0;
text-indent: 1em;
}
.btn_search{
cursor: pointer;
background-color: #94193f;
border: medium none;
color: #fff;
float: left;
height: 35px;
width: 97px;
font-size: 16px;
font-family: 'Microsoft YaHei';
line-height: 33px;
outline: none;
}
.search_key ul li{
list-style: none;
float: left;
}
.search_key a {
padding: 0 5px 0 0;
color: #8c8c8c;
font-size: 12px;
font-family: "宋体";
}
.search_key a:hover{
color: #94193f;
text-decoration: none;
}
.h_c_r_car {
display: block;
margin-top: 19px;
border: 1px solid #d8d8d8;
width: 129px;
height: 38px;
text-align: center;
line-height: 38px;
background-color: #f9f9f9;
position: relative;
z-index: 1;
cursor: pointer;
}
.h_c_right a{
color: #434343;
}
.h_c_right a:hover{
color: #434343;
text-decoration: none;
}
.h_c_right span{
font-size: 12px;
color: #666;
position: relative;
}
.b_car1 {
float: left;
display: block;
background: url(./../image/icon_list.png) no-repeat -184px -736px;
width: 21px;
height: 15px;
margin-left: 16px;
margin-top: 12px;
}
.b_car2 {
float: right;
display: block;
background: url(./../image/icon_list.png) no-repeat -270px -737px;
height: 11px;
margin-right: 7px;
margin-top: 14px;
width: 13px;
}
/*二级菜单*/
.nav_type_list {
display: none;
position: absolute;
left: 215px;
width: 750px;
background: #F7F7F7;
z-index: 5;
padding: 10px 15px 10px 15px;
top: 0;
}
.nav_type_list dl {
width: 100%;
height: 50px;
line-height: 50px;
overflow: hidden;
border-bottom: 1px dashed #ccc;
}
.nav_type_list dl dt {
float: left;
padding: 0;
margin: 0;
text-align: left;
padding-right: 20px;
height: 25px;
line-height: 25px;
white-space: nowrap;
}
.nav_type_list dl dd {
height: 25px;
line-height: 25px;
}
.nav_type_list dl dd a {
color: #333;
font-size: 14px;
padding: 0 10px;
}
.nav_type_list dl dt a {
color: red;
font-size: 14px;
font-weight: 700;
}
.nav_type_list dl dd a:hover{
color: #C81623;
}
/*购物车*/
.h_c_right span .ci-count {
position: absolute;
top: -18px;
left: 50px;
display: inline-block;
padding: 1px 2px;
font-size: 12px;
line-height: 12px;
color: #fff;
background-color: #c81623;
border-radius: 7px 7px 7px 0;
min-width: 12px;
text-align: center;
}
/*搜需结束*/
/*导航开始*/
.full_nav {
border-bottom: 2px solid #B1191A;
height: 39px;
line-height: 39px;
}
.full_nav ul li{
list-style: none;
}
.nav {
height: 39px;
float: left;
}
.nav li a{
color: #303030;
font-weight: 700;
font-family: "微软雅黑";
}
.nav .li_all_type {
width: 215px;
padding: 0;
text-align: center;
background-color: #B1191A;
}
.nav .li_all_type a{
color: #fff;
font-size: 16px;
float: left;
padding-left: 55px;
letter-spacing: 2px;
}
.nav li .b_down {
background: url(./../image/icon_list.png) no-repeat -36px -128px;
height: 8px;
width: 16px;
position: absolute;
right: 16px;
top: 19px;
}
.nav li {
float: left;
padding: 0 30px;
position: relative;
height: 39px;
line-height: 39px;
z-index: 5;
}
.nav .home {
padding: 0 30px 0 60px;
}
/**
* 精品推荐分类
*/
.j_l_nav{
position: absolute;
top: 0px;
width: 215px;
height: 380px;
background: #C81623;
}
.j_l_nav .hsai{
width: 100%;
height: 31.6px;
display: block;
color: #FFF;
font-family: "微软雅黑";
text-indent: 1em;
position: relative;
}
.j_l_nav .hsai:hover{
color: #C81623;
background: #F7F7F7;
}
.j_l_nav .hsai:hover b{
color: #F7F7F7;
}
.j_l_nav .hsai b{
font-family: simsun;
text-align: center;
float: right;
margin-right: 10px;
}
.j_l_nav .hsai h2{
line-height: 30px;
font-size: 14px;
}
.j_l_nav .hsai:hover .nav_type_list{
display: block
}
/*header结束*/
/**
* 分类导航
*/
.top_nv{
width: 100%;
height: 57px;
line-height: 57px;
margin-bottom: 20px;
overflow: hidden;
border-bottom: 1px solid #ccc;
}
.top_nv span {
color: #666666;
font-size: 14px;
padding: 0 8px;
}
.top_nv span a{
color: #666666;
}
.top_nv span:hover{
color: #B1191A;
}
.top_nv span a:hover{
color: #B1191A;
}
.box_list{
width: 100%;
margin-right: 18px;
}
/*分类dh*/
/**
* page分页
*/
.page_list{
width: 100%;
overflow: hidden;
}
.page_r{
margin-left: 35%;
display: inline-block;
}
.page_list ul li {
float: left;
cursor: pointer;
margin-left: 10px;
}
.a_btn {
background-color: #fff;
color: #fff;
display: block;
float: left;
font-size: 12px;
height: 40px;
line-height: 40px;
margin-left: 10px;
text-align: center;
width: 80px;
}
.a_p_num {
color: #93193e;
display: block;
float: left;
margin-left: 10px;
}
.page_list ul .un span {
color: #787878;
}
.page_list ul li span {
display: block;
height: 40px;
width: 82px;
line-height: 40px;
text-align: center;
border: 1px solid #cccccc;
background-color: #fbfbfb;
}
.page_list ul li a{
display: inline-block;
}
.page_list ul li span b{
width: 8px;
height: 40px;
color: #6d6d6d;
font-family: simsun;
margin: 0 5px;
}
.page_list ul .a_p_num span {
border: 1px solid #fbfbfb;
color: #94193f;
height: 42px;
line-height: 42px;
text-align: center;
width: 40px;
}
.page_list ul li a span {
border: 1px solid #ccc;
color: #262626;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.page_list ul .a_btn a span {
color: #999;
display: block;
font-family: 宋体;
font-size: 13px;
height: 40px;
line-height: 40px;
width: 80px;
}
.page_list ul li .more{
border: 1px solid #FFF;
width: auto;
}
.page_list ul li span:hover{
border: 1px solid #94193F;
}
/*分页*/
|
Public/Home/css/head.css
|
*{
margin: 0;
padding: 0;
}
body{
line-height: 1.5;
background: white;
overflow-x: hidden;
font-family: "微软雅黑";
background: #FBFBFB;
}
a:link{
text-decoration: none;
}
i, cite, em {
font-style: normal;
}
ul li{
list-style: none;
}
/**/
.ClearFix:after { clear: both; content: '.'; display: block; font-size: 0; line-height: 0; visibility: hidden; height: 0; }
/*头部开始*/
.header{
background: #FFFFFF;
}
.header_top{
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
height: 36px;
line-height: 36px;
color: #8C8C8C;
font-size: 12px;
background: #FAFAFA;
}
.w1200{
width: 1200px;
margin: auto;
}
.w1000{
margin: 0 auto;
width: 1051px;
}
.header_top a{
text-decoration: none;
}
.header_top a:hover{
color: #C41F3A;
text-decoration: underline;
}
.h_t_l{
float: left;
}
.h_t_l a, .h_t_l span, .sp_tel {
font-family: "宋体";
display: inline-block;
vertical-align: middle;
color: #8c8c8c;
}
.line {
background: #dfdfdf none repeat scroll 0 0;
height: 14px;
overflow: hidden;
padding: 0;
width: 1px;
display: inline-block;
vertical-align: middle;
}
.a_login {
padding: 0 10px 0 20px;
}
.a_reg {
padding-left: 8px;
}
.h_t_r{
float: right;
}
.h_t_r ul li{
list-style: none;
}
.h_t_r ul li {
float: left;
height: 36px;
line-height: 36px;
position: relative;
}
.h_t_r ul li:hover .down_load{
display: block;
}
.down_load {
position: absolute;
top: 36px;
left: -10px;
z-index: 15;
background-color: #fff;
border-top: 1px solid #dfdfdf;
display: none;
}
.down_load{
position: absolute;
top: 36px;
left: -10px;
z-index: 15;
background-color: #fff;
border-top: 1px solid #dfdfdf;
}
.down_border {
border: 1px solid #f6f6f6;
box-shadow: 0 0 1px #f6f6f6;
padding: 5px;
margin-top: 5px;
}
.icon_top {
position: absolute;
top: -2px;
width: 12px;
height: 8px;
background: url(./../image/icon_list.png) no-repeat -234px -592px;
left: 50%;
margin-left: -6px;
}
.down_load p {
height: 1.2em;
line-height: 1.2em;
text-align: center;
color: #3b3b3b;
}
.h_t_r a {
padding: 0 10px;
line-height: 36px;
display: inline-block;
vertical-align: middle;
color: #8c8c8c;
}
.tel_icon {
width: 14px;
height: 13px;
line-height: 36px;
margin: 13px 4px 0 10px;;
float: left;
background: url(./../image/icon_list.png) no-repeat 0 -38px;
}
.h_t_r ul li:hover .cus_center{
display: block;
}
.h_t_r ul .cus_c_box{
border: 1px solid transparent;
}
.h_t_r ul .cus_c_box:hover{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #fff;
}
.cus_c_border {
}
.cus_center {
position: absolute;
top: 35px;
left: -1px;
z-index: 5;
border: 1px solid #ccc;
border-top: none;
width: 100%;
background-color: #fff;
text-align: left;
display: none;
}
.cus_center a {
height: 25px;
line-height: 25px;
}
/*头部结束*/
/*搜索开始*/
.full_sc{
width: 100%;
}
.header_conter{
margin-top: 30px;
margin-bottom: 19px;
height: 89px;
}
.h_c_logo {
float: left;
width: 74px;
margin-right: 7px;
}
.h_c_bz {
float: left;
width: 457px;
margin-right: 15px;
padding-top: 24px;
}
.h_c_search {
float: left;
width: 500px;
}
.h_c_right {
float: right;
}
.search_input {
width: 494px;
height: 35px;
margin-top: 19px;
border: 3px solid #94193f;
z-index: 6;
position: relative;
}
.search_key {
float: left;
margin-top: 4px;
width: 513px;
height: 25px;
overflow: hidden;
line-height: 25px;
}
.text_search{
border: none;
outline: none;
float: left;
width: 397px;
height:100%;
font-size: 12px;
padding: 8px 0;
text-indent: 1em;
}
.btn_search{
cursor: pointer;
background-color: #94193f;
border: medium none;
color: #fff;
float: left;
height: 35px;
width: 97px;
font-size: 16px;
font-family: 'Microsoft YaHei';
line-height: 33px;
outline: none;
}
.search_key ul li{
list-style: none;
float: left;
}
.search_key a {
padding: 0 5px 0 0;
color: #8c8c8c;
font-size: 12px;
font-family: "宋体";
}
.search_key a:hover{
color: #94193f;
text-decoration: none;
}
.h_c_r_car {
display: block;
margin-top: 19px;
border: 1px solid #d8d8d8;
width: 129px;
height: 38px;
text-align: center;
line-height: 38px;
background-color: #f9f9f9;
position: relative;
z-index: 1;
cursor: pointer;
}
.h_c_right a{
color: #434343;
}
.h_c_right a:hover{
color: #434343;
text-decoration: none;
}
.h_c_right span{
font-size: 12px;
color: #666;
position: relative;
}
.b_car1 {
float: left;
display: block;
background: url(./../image/icon_list.png) no-repeat -184px -736px;
width: 21px;
height: 15px;
margin-left: 16px;
margin-top: 12px;
}
.b_car2 {
float: right;
display: block;
background: url(./../image/icon_list.png) no-repeat -270px -737px;
height: 11px;
margin-right: 7px;
margin-top: 14px;
width: 13px;
}
/*二级菜单*/
.nav_type_list {
display: none;
position: absolute;
left: 215px;
width: 750px;
background: #F7F7F7;
z-index: 5;
padding: 10px 15px 10px 15px;
top: 0;
}
.nav_type_list dl {
width: 100%;
height: 50px;
line-height: 50px;
overflow: hidden;
border-bottom: 1px dashed #ccc;
}
.nav_type_list dl dt {
float: left;
padding: 0;
margin: 0;
text-align: left;
padding-right: 20px;
height: 25px;
line-height: 25px;
white-space: nowrap;
}
.nav_type_list dl dd {
height: 25px;
line-height: 25px;
}
.nav_type_list dl dd a {
color: #333;
font-size: 14px;
padding: 0 10px;
}
.nav_type_list dl dt a {
color: red;
font-size: 14px;
font-weight: 700;
}
.nav_type_list dl dd a:hover{
color: #C81623;
}
/*购物车*/
.h_c_right span .ci-count {
position: absolute;
top: -18px;
left: 50px;
display: inline-block;
padding: 1px 2px;
font-size: 12px;
line-height: 12px;
color: #fff;
background-color: #c81623;
border-radius: 7px 7px 7px 0;
min-width: 12px;
text-align: center;
}
/*搜需结束*/
/*导航开始*/
.full_nav {
border-bottom: 2px solid #B1191A;
height: 39px;
line-height: 39px;
}
.full_nav ul li{
list-style: none;
}
.nav {
height: 39px;
float: left;
}
.nav li a{
color: #303030;
font-weight: 700;
font-family: "微软雅黑";
}
.nav .li_all_type {
width: 215px;
padding: 0;
text-align: center;
background-color: #B1191A;
}
.nav .li_all_type a{
color: #fff;
font-size: 16px;
float: left;
padding-left: 55px;
letter-spacing: 2px;
}
.nav li .b_down {
background: url(./../image/icon_list.png) no-repeat -36px -128px;
height: 8px;
width: 16px;
position: absolute;
right: 16px;
top: 19px;
}
.nav li {
float: left;
padding: 0 30px;
position: relative;
height: 39px;
line-height: 39px;
z-index: 5;
}
.nav .home {
padding: 0 30px 0 60px;
}
/**
* 精品推荐分类
*/
.j_l_nav{
position: absolute;
top: 0px;
width: 215px;
height: 380px;
background: #C81623;
}
.j_l_nav .hsai{
width: 100%;
height: 31.6px;
display: block;
color: #FFF;
font-family: "微软雅黑";
text-indent: 1em;
position: relative;
}
.j_l_nav .hsai:hover{
color: #C81623;
background: #F7F7F7;
}
.j_l_nav .hsai:hover b{
color: #F7F7F7;
}
.j_l_nav .hsai b{
font-family: simsun;
text-align: center;
float: right;
margin-right: 10px;
}
.j_l_nav .hsai h2{
line-height: 30px;
font-size: 14px;
}
.j_l_nav .hsai:hover .nav_type_list{
display: block
}
/*header结束*/
/**
* 分类导航
*/
.top_nv{
width: 100%;
height: 57px;
line-height: 57px;
margin-bottom: 20px;
overflow: hidden;
border-bottom: 1px solid #ccc;
}
.top_nv span {
color: #666666;
font-size: 14px;
padding: 0 8px;
}
.top_nv span a{
color: #666666;
}
.top_nv span:hover{
color: #B1191A;
}
.top_nv span a:hover{
color: #B1191A;
}
.box_list{
width: 100%;
margin-right: 18px;
}
/*分类dh*/
/**
* page分页
*/
.page_list{
width: 100%;
overflow: hidden;
}
.page_r{
margin-left: 35%;
display: inline-block;
}
.page_list ul li {
float: left;
cursor: pointer;
margin-left: 10px;
}
.a_btn {
background-color: #fff;
color: #fff;
display: block;
float: left;
font-size: 12px;
height: 40px;
line-height: 40px;
margin-left: 10px;
text-align: center;
width: 80px;
}
.a_p_num {
color: #93193e;
display: block;
float: left;
margin-left: 10px;
}
.page_list ul .un span {
color: #787878;
}
.page_list ul li span {
display: block;
height: 40px;
width: 82px;
line-height: 40px;
text-align: center;
border: 1px solid #cccccc;
background-color: #fbfbfb;
}
.page_list ul li a{
display: inline-block;
}
.page_list ul li span b{
width: 8px;
height: 40px;
color: #6d6d6d;
font-family: simsun;
margin: 0 5px;
}
.page_list ul .a_p_num span {
border: 1px solid #fbfbfb;
color: #94193f;
height: 42px;
line-height: 42px;
text-align: center;
width: 40px;
}
.page_list ul li a span {
border: 1px solid #ccc;
color: #262626;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.page_list ul .a_btn a span {
color: #999;
display: block;
font-family: 宋体;
font-size: 13px;
height: 40px;
line-height: 40px;
width: 80px;
}
.page_list ul li .more{
border: 1px solid #FFF;
width: auto;
}
.page_list ul li span:hover{
border: 1px solid #94193F;
}
/*分页*/
| 0.3863 | 0.064036 |
:root {
--color: #db8d02;
--gray: #f5f5f5;
--black: #494947;
}
@font-face {
font-family: 'Avenir Next LT Pro';
font-display: fallback;
src: url('/fonts/AvenirNextLTPro-Regular.eot');
src: url('/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
url('/fonts/AvenirNextLTPro-Regular.woff') format('woff'),
url('/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
url('/fonts/AvenirNextLTPro-Regular.svg#Avenir Next LT Pro') format('svg');
font-weight: 400;
}
@font-face {
font-family: 'Avenir Next LT Pro';
font-display: fallback;
src: url('/fonts/AvenirNextLTPro-Demi.eot');
src: url('/fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
url('/fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
url('/fonts/AvenirNextLTPro-Demi.woff') format('woff'),
url('/fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
url('/fonts/AvenirNextLTPro-Demi.svg#Avenir Next LT Pro') format('svg');
font-weight: 500;
}
@font-face {
font-family: 'Avenir Next LT Pro';
font-display: fallback;
src: url('/fonts/AvenirNextLTPro-Bold.eot');
src: url('/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
url('/fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
url('/fonts/AvenirNextLTPro-Bold.woff') format('woff'),
url('/fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
url('/fonts/AvenirNextLTPro-Bold.svg#Avenir Next LT Pro') format('svg');
font-weight: bold;
}
body{
font-family: 'Avenir Next LT Pro';
}
/* ul{
margin: 0;
padding: 0;
} */
.container{
max-width: 1200px;
}
.header{
background-color: var(--black);
}
.header .logo{
padding: 2px 0;
text-align: left;
}
.header .logo a{
display: inline-block;
}
.header .logo a img{
max-width: 74px;
}
#content-video{
text-align: center;
}
.t-bg{
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
padding-bottom: 20em;
}
.featured {
position: relative;
}
.h2-text{
font-weight: 700;
margin-left: 2%;
}
#content-text-box{
margin-top: 3%
}
.featured .cover{
padding: 0;
}
.featured .cover img{
width: 100%;
height: 575px;
object-fit: cover;
}
.featured .cover .price{
background-color: var(--black);
}
.featured .cover .price p{
margin: 0;
color: #fff;
font-size: 17.1px;
text-align: right;
font-weight: bold;
}
.featured .cover .price p span{
background-color: var(--color);
display: inline-block;
font-size: 27.9px;
padding: 3.5px 0;
width: 100%;
margin-left: 1em;
max-width: 313px;
text-align: left;
padding-left: 2em;
vertical-align: sub;
}
.featured .detail{
padding: 2em;
}
.featured.nopad .detail{
padding-bottom: 0;
background-color: white;
}
.featured .detail .titl h2{
color: #212121;
}
.featured .detail div > p{
margin: 0;
font-size: 18px;
color: #767676;
line-height: 1.83;
}
.featured .detail > p span{
background-color: #f0af3b;
display: inline-block;
color: #3e3e3e;
padding: 0 5px;
font-weight: bold;
}
.featured .detail .charact ul{
text-align: center;
display: flex;
padding: 2em 0;
justify-content: space-between;
}
.featured .detail .charact ul li{
list-style: none;
}
.featured .detail .charact ul li img, .featured .detail .charact ul li p{
display: inline-block;
}
.featured .detail .charact ul li img{
width: 100%;
max-width: 26px;
vertical-align: top;
}
.featured .detail .charact ul li p{
color: #6d6d6d;
margin: 0;
font-size: 16px;
}
.featured .detail .charact ul li p span{
font-weight: 600;
color: #3f3a3a;
}
.featured .detail .ubication{
background-image: url('/img/i-location.png');
background-repeat: no-repeat;
border-radius: 15px;
background-position: 16px;
background-size: 30px;
background-color: #dcdcdc;
color: #494947;
padding: .4689em;
padding-left: 4em;
margin-bottom: 20px;
}
.featured .detail .ubication p{
font-weight: bold;
margin: 0;
}
.featured .detail .ubication span{
font-size: 17.1px;
}
.featured.bg-gray-50::after{
content: '';
position: absolute;
left: 0;
top: 0;
width:100%;
height: 100%;
background-color: var(--black);
z-index: -2;
}
.p-home{
font-weight: 600;
color: #212121
}
.titl{
position: relative;
}
.titl h2{
position: relative;
color: #727272;
font-size: 30px;
font-weight: bold;
margin-bottom: .5em;
padding-bottom: .5em;
margin-left: 2%;
}
.titl h2:after{
background-color: var(--color);
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 4px;
max-width: 290px;
}
.titl .par{
font-size: 16px;
color: #767676;
width: 100%;
padding: 0px 25px;
max-width: 750px;
text-align: justify;
}
.titl .g360{
background-color: #eeeeee;
position: absolute;
width: 100%;
right: 0;
top: 5%;
display: block;
padding: 10.5px 0;
font-size: 18px;
max-width: 153px;
color: #494947;
font-weight: 600;
text-align: center;
border-radius: 35px;
text-decoration: none;
}
.yourspace{
padding-top: 2em;
margin-bottom: 1em;
}
.yourspace .spaces{
padding-top: 2em;
}
.yourspace .spaces .item{
margin-bottom: 1.5em;
}
.yourspace .spaces .item a{
display: block;
}
.yourspace .spaces .item .cover{
position: relative;
}
.yourspace .spaces .item .cover img{
width: 100%;
}
.yourspace .spaces .item .cover h4{
position: absolute;
font-size: 22px;
color: #fff;
bottom: 3%;
left: 10%;
font-weight: 500;
}
.conoc{
margin-top: -15em;
}
.conoc .cover{
position: relative;
padding: 0;
margin: 0 1em;
margin-bottom: 1.5em;
}
.conoc .cover img{
width: 100%;
}
.conoc .cover h4{
position: absolute;
bottom: 3%;
left: 3%;
z-index: 2;
color: #fff;
font-size: 32px;
font-weight: 600;
}
.conoc .cover:before{
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(1, 1, 1, 0.8));
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.conoc p, .blog {
padding: 0 1em;
font-size: 18px;
color: #767676;
line-height: 1.67;
}
.conoc p span{
font-weight: 600;
}
ul.list{
padding-left: 2em;
width: 82%;
}
ul.list li{
position: relative;
font-size: 15px;
font-weight: 500;
color: #484848;
display: block;
list-style: none;
margin-bottom: 1em;
}
ul.list li:before{
background-color: #db8d02;
position: absolute;
content: "";
left: -22px;
top: 4px;
width: 15px;
height: 15px;
border-radius: 35px;
}
.interes{
margin-bottom: 2em;
}
.interes .titl h2:after{
max-width: 399px;
}
.interes .item{
margin-bottom: 1.5em;
}
.interes .item a{
text-decoration: none;
}
.interes .item img{
width: 100%;
margin-bottom: .5em;
}
.interes .item h4{
font-size: 17px;
font-weight: 600;
color: #080808;
}
.notice{
}
.notice .cover{
margin-bottom: 1em;
}
.notice .cover img{
width: 100%;
}
.notice h1{
font-size: 35px;
font-weight: 600;
margin-bottom: .8em;
}
.notice .contain p{
font-size: 17px;
color: #767676;
line-height: 1.82;
}
.notice .contain p span{
color: #3e3e3e;
}
.notice .author{
min-height: 214px;
padding: 1.5em;
border-radius: 48px;
margin-bottom: 1.5em;
background-color: rgba(216, 216, 216, .2);
}
.notice .author a{
display: inline-block;
}
.notice .author a img{
width: 100%;
height: 71px;
max-width: 71px;
}
.notice .list li a{
font-weight: 600;
color: #080808;
text-decoration: none;
text-transform: uppercase;
}
.apartament{
background-color: var(--black);
padding: 1em;
margin: 2em 0;
padding-bottom: 0;
}
.apartament > div > div{
margin-bottom: 1em;
}
.apartament a{
position: relative;
display: block;
}
.apartament a img{
width: 100%;
}
.apartament a p{
position: absolute;
color: #fff !important;
margin: 0;
bottom: 5%;
left: 5%;
font-size: 18px;
font-weight: 500;
}
.apartament .botm{
display: flex;
align-items: center;
justify-content: space-between;
}
.apartament .botm p.price{
font-size: 17px;
color: #fff;
margin: 0;
font-weight: 600;
}
.apartament .botm p.price span{
background-color: var(--color);
display: inline-block;
padding: 0 10px;
font-size: 27px;
color: #fff;
margin-left: 1em;
}
.modl.modal .modal-dialog{
max-width: 1047px;
}
.modl.modal .modal-content{
background-color: transparent;
border: 0;
}
#article{
text-align: justify;
}
#money{
color: #767676;
margin-bottom: 7%;
text-align: justify;
}
#money ul{
margin-left: 30px;
}
#money li{
margin-bottom: 10px;
}
#chapinero{
color: #767676;
margin-bottom: 7%;
text-align: justify;
}
.modl.modal .cover{
position: relative;
}
.modl.modal .cover img{
width: 100%;
}
.modl.modal .cover h4{
position: absolute;
bottom: 5%;
left: 5%;
font-size: 42px;
color: #fff;
font-weight: 600;
}
.modl.modal .m-contain{
background-color: #fff;
padding: 1.5em;
}
.modl.modal .m-contain p{
font-size: 18px;
color: #767676;
line-height: 1.83;
}
.modl.modal .m-contain a{
margin: 1em 0;
color: white;
cursor: pointer;
}
.modl.modal .m-contain img{
width: 100%;
display: block;
margin-bottom: 1em;
}
.owl-carousel .owl-nav{
text-align: center;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
background-color: #fff;
font-size: 36px;
color: #8e8e8e;
outline: none;
line-height: normal;
margin: 0 .2em;
border-radius: 6px;
display: inline-block;
padding: 2px 18px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{
background-color: var(--color);
color: #fff;
}
.owl-carousel .owl-nav button span{
display: block;
line-height: normal;
}
.footer{
background-color: var(--black);
padding: 4em 0;
}
.footer .f-logo{
text-align: center;
margin-bottom: 1.5em;
}
.footer .titl h2{
font-size: 25px;
color: #494947;
}
.footer .titl h2:after{
max-width: 378px;
}
.footer .titl p{
padding: 0;
}
.footer .frmo{
padding: 0;
}
.footer .frmo .box{
background-color: #fff;
border-radius: 20px;
padding: 2em;
}
.footer .frmo form input{
padding: 10.6px 10px;
color: #6d6d6d;
width: 100%;
outline: none;
font-size: 16px;
border-radius: 4px;
border: solid 1px #dcdcdc;
background-color: #f6f6f6;
}
.footer .frmo form .frm-send{
text-align: center;
}
.footer .big-launch{
text-align: center;
}
.footer .big-launch h2, .footer .big-launch p{
margin: 0;
color: #fff;
text-transform: uppercase;
}
.footer .big-launch h2{
font-weight: 600;
font-size: 38px;
}
.footer .big-launch p{
margin: 0;
font-size: 40px;
}
.botn{
font-size: 21px;
color: #fff;
outline: none;
border: 0;
display: inline-block;
padding: 14.5px 35px;
border-radius: 8px;
font-weight: 600;
text-transform: uppercase;
}
.botn.orange{
background-color: #f49000;
}
@media only screen and (max-width: 1096px) {
.featured .cover .price p{
text-align: center;
}
.featured .cover .price p span{
display: block;
margin: auto;
}
}
@media only screen and (max-width: 800px) {
.featured .cover img{
height: 81%;
}
}
.video-link{
width: 100%;
}
.p {
color: var(--black);
}
@media only screen and (min-width: 960px) {
.video-link{
width: 50%;
}
.featured .cover {
height: 395px;
}
.p {
color: var(--black);
}
}
@media (min-width: 320px) and (max-width:525px){
.video-link {
height: 157px;
}
.urban-960{
width: 76%;
}
#text-p{
font-size: 12px;
}
.modl.modal .m-contain p {
font-size: 12px;
}
.modl.modal .m-contain a {
font-size: 14px;
text-align: center;
}
.apartament .botm p.price span{
margin-left: 0;
font-size: 18px;
}
.featured .detail .titl h2 {
text-align: center;
font-size: 21px
}
.h2-text {
font-size: 1rem;
}
}
#content-image-noticia {
margin-bottom: 3%;
text-align: center;
}
#online{
text-decoration: none;
}
.title-carousel{
font-size: 13px;
margin-left: 4%;
position: relative;
bottom: 25px;
color: white
}
.title-carousel-box{
font-size: 13px;
margin-left: 4%;
position: relative;
bottom: 25px;
height: 205px;
color: white
}
#content-carousel{
margin-left: -20px
}
/* #chapinero{
text-align: justify;
text-justify: inter-word;
line-height: 22px;
}
#money{
text-align: justify;
text-justify: inter-word;
line-height: 22px;
} */
|
src/components/Layout2.css
|
:root {
--color: #db8d02;
--gray: #f5f5f5;
--black: #494947;
}
@font-face {
font-family: 'Avenir Next LT Pro';
font-display: fallback;
src: url('/fonts/AvenirNextLTPro-Regular.eot');
src: url('/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
url('/fonts/AvenirNextLTPro-Regular.woff') format('woff'),
url('/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
url('/fonts/AvenirNextLTPro-Regular.svg#Avenir Next LT Pro') format('svg');
font-weight: 400;
}
@font-face {
font-family: 'Avenir Next LT Pro';
font-display: fallback;
src: url('/fonts/AvenirNextLTPro-Demi.eot');
src: url('/fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
url('/fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
url('/fonts/AvenirNextLTPro-Demi.woff') format('woff'),
url('/fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
url('/fonts/AvenirNextLTPro-Demi.svg#Avenir Next LT Pro') format('svg');
font-weight: 500;
}
@font-face {
font-family: 'Avenir Next LT Pro';
font-display: fallback;
src: url('/fonts/AvenirNextLTPro-Bold.eot');
src: url('/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
url('/fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
url('/fonts/AvenirNextLTPro-Bold.woff') format('woff'),
url('/fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
url('/fonts/AvenirNextLTPro-Bold.svg#Avenir Next LT Pro') format('svg');
font-weight: bold;
}
body{
font-family: 'Avenir Next LT Pro';
}
/* ul{
margin: 0;
padding: 0;
} */
.container{
max-width: 1200px;
}
.header{
background-color: var(--black);
}
.header .logo{
padding: 2px 0;
text-align: left;
}
.header .logo a{
display: inline-block;
}
.header .logo a img{
max-width: 74px;
}
#content-video{
text-align: center;
}
.t-bg{
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
padding-bottom: 20em;
}
.featured {
position: relative;
}
.h2-text{
font-weight: 700;
margin-left: 2%;
}
#content-text-box{
margin-top: 3%
}
.featured .cover{
padding: 0;
}
.featured .cover img{
width: 100%;
height: 575px;
object-fit: cover;
}
.featured .cover .price{
background-color: var(--black);
}
.featured .cover .price p{
margin: 0;
color: #fff;
font-size: 17.1px;
text-align: right;
font-weight: bold;
}
.featured .cover .price p span{
background-color: var(--color);
display: inline-block;
font-size: 27.9px;
padding: 3.5px 0;
width: 100%;
margin-left: 1em;
max-width: 313px;
text-align: left;
padding-left: 2em;
vertical-align: sub;
}
.featured .detail{
padding: 2em;
}
.featured.nopad .detail{
padding-bottom: 0;
background-color: white;
}
.featured .detail .titl h2{
color: #212121;
}
.featured .detail div > p{
margin: 0;
font-size: 18px;
color: #767676;
line-height: 1.83;
}
.featured .detail > p span{
background-color: #f0af3b;
display: inline-block;
color: #3e3e3e;
padding: 0 5px;
font-weight: bold;
}
.featured .detail .charact ul{
text-align: center;
display: flex;
padding: 2em 0;
justify-content: space-between;
}
.featured .detail .charact ul li{
list-style: none;
}
.featured .detail .charact ul li img, .featured .detail .charact ul li p{
display: inline-block;
}
.featured .detail .charact ul li img{
width: 100%;
max-width: 26px;
vertical-align: top;
}
.featured .detail .charact ul li p{
color: #6d6d6d;
margin: 0;
font-size: 16px;
}
.featured .detail .charact ul li p span{
font-weight: 600;
color: #3f3a3a;
}
.featured .detail .ubication{
background-image: url('/img/i-location.png');
background-repeat: no-repeat;
border-radius: 15px;
background-position: 16px;
background-size: 30px;
background-color: #dcdcdc;
color: #494947;
padding: .4689em;
padding-left: 4em;
margin-bottom: 20px;
}
.featured .detail .ubication p{
font-weight: bold;
margin: 0;
}
.featured .detail .ubication span{
font-size: 17.1px;
}
.featured.bg-gray-50::after{
content: '';
position: absolute;
left: 0;
top: 0;
width:100%;
height: 100%;
background-color: var(--black);
z-index: -2;
}
.p-home{
font-weight: 600;
color: #212121
}
.titl{
position: relative;
}
.titl h2{
position: relative;
color: #727272;
font-size: 30px;
font-weight: bold;
margin-bottom: .5em;
padding-bottom: .5em;
margin-left: 2%;
}
.titl h2:after{
background-color: var(--color);
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 4px;
max-width: 290px;
}
.titl .par{
font-size: 16px;
color: #767676;
width: 100%;
padding: 0px 25px;
max-width: 750px;
text-align: justify;
}
.titl .g360{
background-color: #eeeeee;
position: absolute;
width: 100%;
right: 0;
top: 5%;
display: block;
padding: 10.5px 0;
font-size: 18px;
max-width: 153px;
color: #494947;
font-weight: 600;
text-align: center;
border-radius: 35px;
text-decoration: none;
}
.yourspace{
padding-top: 2em;
margin-bottom: 1em;
}
.yourspace .spaces{
padding-top: 2em;
}
.yourspace .spaces .item{
margin-bottom: 1.5em;
}
.yourspace .spaces .item a{
display: block;
}
.yourspace .spaces .item .cover{
position: relative;
}
.yourspace .spaces .item .cover img{
width: 100%;
}
.yourspace .spaces .item .cover h4{
position: absolute;
font-size: 22px;
color: #fff;
bottom: 3%;
left: 10%;
font-weight: 500;
}
.conoc{
margin-top: -15em;
}
.conoc .cover{
position: relative;
padding: 0;
margin: 0 1em;
margin-bottom: 1.5em;
}
.conoc .cover img{
width: 100%;
}
.conoc .cover h4{
position: absolute;
bottom: 3%;
left: 3%;
z-index: 2;
color: #fff;
font-size: 32px;
font-weight: 600;
}
.conoc .cover:before{
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(1, 1, 1, 0.8));
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.conoc p, .blog {
padding: 0 1em;
font-size: 18px;
color: #767676;
line-height: 1.67;
}
.conoc p span{
font-weight: 600;
}
ul.list{
padding-left: 2em;
width: 82%;
}
ul.list li{
position: relative;
font-size: 15px;
font-weight: 500;
color: #484848;
display: block;
list-style: none;
margin-bottom: 1em;
}
ul.list li:before{
background-color: #db8d02;
position: absolute;
content: "";
left: -22px;
top: 4px;
width: 15px;
height: 15px;
border-radius: 35px;
}
.interes{
margin-bottom: 2em;
}
.interes .titl h2:after{
max-width: 399px;
}
.interes .item{
margin-bottom: 1.5em;
}
.interes .item a{
text-decoration: none;
}
.interes .item img{
width: 100%;
margin-bottom: .5em;
}
.interes .item h4{
font-size: 17px;
font-weight: 600;
color: #080808;
}
.notice{
}
.notice .cover{
margin-bottom: 1em;
}
.notice .cover img{
width: 100%;
}
.notice h1{
font-size: 35px;
font-weight: 600;
margin-bottom: .8em;
}
.notice .contain p{
font-size: 17px;
color: #767676;
line-height: 1.82;
}
.notice .contain p span{
color: #3e3e3e;
}
.notice .author{
min-height: 214px;
padding: 1.5em;
border-radius: 48px;
margin-bottom: 1.5em;
background-color: rgba(216, 216, 216, .2);
}
.notice .author a{
display: inline-block;
}
.notice .author a img{
width: 100%;
height: 71px;
max-width: 71px;
}
.notice .list li a{
font-weight: 600;
color: #080808;
text-decoration: none;
text-transform: uppercase;
}
.apartament{
background-color: var(--black);
padding: 1em;
margin: 2em 0;
padding-bottom: 0;
}
.apartament > div > div{
margin-bottom: 1em;
}
.apartament a{
position: relative;
display: block;
}
.apartament a img{
width: 100%;
}
.apartament a p{
position: absolute;
color: #fff !important;
margin: 0;
bottom: 5%;
left: 5%;
font-size: 18px;
font-weight: 500;
}
.apartament .botm{
display: flex;
align-items: center;
justify-content: space-between;
}
.apartament .botm p.price{
font-size: 17px;
color: #fff;
margin: 0;
font-weight: 600;
}
.apartament .botm p.price span{
background-color: var(--color);
display: inline-block;
padding: 0 10px;
font-size: 27px;
color: #fff;
margin-left: 1em;
}
.modl.modal .modal-dialog{
max-width: 1047px;
}
.modl.modal .modal-content{
background-color: transparent;
border: 0;
}
#article{
text-align: justify;
}
#money{
color: #767676;
margin-bottom: 7%;
text-align: justify;
}
#money ul{
margin-left: 30px;
}
#money li{
margin-bottom: 10px;
}
#chapinero{
color: #767676;
margin-bottom: 7%;
text-align: justify;
}
.modl.modal .cover{
position: relative;
}
.modl.modal .cover img{
width: 100%;
}
.modl.modal .cover h4{
position: absolute;
bottom: 5%;
left: 5%;
font-size: 42px;
color: #fff;
font-weight: 600;
}
.modl.modal .m-contain{
background-color: #fff;
padding: 1.5em;
}
.modl.modal .m-contain p{
font-size: 18px;
color: #767676;
line-height: 1.83;
}
.modl.modal .m-contain a{
margin: 1em 0;
color: white;
cursor: pointer;
}
.modl.modal .m-contain img{
width: 100%;
display: block;
margin-bottom: 1em;
}
.owl-carousel .owl-nav{
text-align: center;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
background-color: #fff;
font-size: 36px;
color: #8e8e8e;
outline: none;
line-height: normal;
margin: 0 .2em;
border-radius: 6px;
display: inline-block;
padding: 2px 18px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{
background-color: var(--color);
color: #fff;
}
.owl-carousel .owl-nav button span{
display: block;
line-height: normal;
}
.footer{
background-color: var(--black);
padding: 4em 0;
}
.footer .f-logo{
text-align: center;
margin-bottom: 1.5em;
}
.footer .titl h2{
font-size: 25px;
color: #494947;
}
.footer .titl h2:after{
max-width: 378px;
}
.footer .titl p{
padding: 0;
}
.footer .frmo{
padding: 0;
}
.footer .frmo .box{
background-color: #fff;
border-radius: 20px;
padding: 2em;
}
.footer .frmo form input{
padding: 10.6px 10px;
color: #6d6d6d;
width: 100%;
outline: none;
font-size: 16px;
border-radius: 4px;
border: solid 1px #dcdcdc;
background-color: #f6f6f6;
}
.footer .frmo form .frm-send{
text-align: center;
}
.footer .big-launch{
text-align: center;
}
.footer .big-launch h2, .footer .big-launch p{
margin: 0;
color: #fff;
text-transform: uppercase;
}
.footer .big-launch h2{
font-weight: 600;
font-size: 38px;
}
.footer .big-launch p{
margin: 0;
font-size: 40px;
}
.botn{
font-size: 21px;
color: #fff;
outline: none;
border: 0;
display: inline-block;
padding: 14.5px 35px;
border-radius: 8px;
font-weight: 600;
text-transform: uppercase;
}
.botn.orange{
background-color: #f49000;
}
@media only screen and (max-width: 1096px) {
.featured .cover .price p{
text-align: center;
}
.featured .cover .price p span{
display: block;
margin: auto;
}
}
@media only screen and (max-width: 800px) {
.featured .cover img{
height: 81%;
}
}
.video-link{
width: 100%;
}
.p {
color: var(--black);
}
@media only screen and (min-width: 960px) {
.video-link{
width: 50%;
}
.featured .cover {
height: 395px;
}
.p {
color: var(--black);
}
}
@media (min-width: 320px) and (max-width:525px){
.video-link {
height: 157px;
}
.urban-960{
width: 76%;
}
#text-p{
font-size: 12px;
}
.modl.modal .m-contain p {
font-size: 12px;
}
.modl.modal .m-contain a {
font-size: 14px;
text-align: center;
}
.apartament .botm p.price span{
margin-left: 0;
font-size: 18px;
}
.featured .detail .titl h2 {
text-align: center;
font-size: 21px
}
.h2-text {
font-size: 1rem;
}
}
#content-image-noticia {
margin-bottom: 3%;
text-align: center;
}
#online{
text-decoration: none;
}
.title-carousel{
font-size: 13px;
margin-left: 4%;
position: relative;
bottom: 25px;
color: white
}
.title-carousel-box{
font-size: 13px;
margin-left: 4%;
position: relative;
bottom: 25px;
height: 205px;
color: white
}
#content-carousel{
margin-left: -20px
}
/* #chapinero{
text-align: justify;
text-justify: inter-word;
line-height: 22px;
}
#money{
text-align: justify;
text-justify: inter-word;
line-height: 22px;
} */
| 0.429908 | 0.136292 |
body {
background-color: var(--weui-BG-1);
}
.main {
margin: 50px auto 0;
/*margin-top: 50px;*/
color: #333;
}
.main .header {
text-align: center;
}
.main .header h1 {
font-size: 26px;
}
.main form {
padding: 20px;
margin-bottom: 15px;
border: 1px solid #d8dee2;
border-radius: 5px;
background-color: #fff;
}
.main .message {
padding: 10px;
padding-bottom: 0;
border: 1px solid #d8dee2;
border-radius: 5px;
}
.header .logo {
width: 160px;
}
.loginContainer {
width: 400px;
/*height: 420px;*/
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
transition: display 1s;
}
.loginTitle {
height: 50px;
line-height: 50px;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.nicknameInput {
width: 100%;
height: 30px;
border: 1px solid gray;
margin-top: 5px;
padding-left: 10px;
box-sizing: border-box;
}
.loginBtn {
width: 100%;
background-color: green;
color: white;
border: none;
margin-top: 10px;
border-radius: 3px;
padding: 10px;
font-size: 18px;
letter-spacing: 2px;
}
/*聊天框样式*/
/*聊天框*/
.chatContainer {
background-color: var(--weui-BG-0);
margin: auto;
width: 1000px;
display: flex;
}
/*左侧用户列表*/
.user-list {
width: 300px;
height: 645px;
background-color: rgb(46, 52, 58);
color: white;
padding: 0 20px;
overflow: auto;
}
.header-title {
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
}
.loginOut {
color: #2e6da4;
padding: 5px;
border-radius: 5px;
font-size: 12px;
background-color: #fff;
cursor: pointer;
}
.current-user-info {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
cursor: pointer;
}
.user-info {
display: flex;
align-items: center;
padding: 10px 0;
cursor: pointer;
}
.avatarImg {
width: 40px;
height: 40px;
border-radius: 5px;
margin-right: 10px;
}
.changeAvatar {
color: #2e6da4;
text-decoration: none;
padding: 5px;
border-radius: 3px;
font-size: 12px;
background-color: #fff;
}
/*预览图片*/
.black_overlay {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
}
.enlargeContainer {
display: none;
color: white;
}
.enlargePreviewImg {
/*预览后放大的图片是相对于整个页面定位*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*宽度设置为页面宽度的50%,高度自适应*/
width: 50%;
z-index: 200;
}
.enlargeContainer .iconfont {
position: absolute;
font-size: 25px !important;
cursor: pointer;
z-index: 300;
}
.enlarge {
top: 20px;
right: 100px;
}
.smaller {
top: 20px;
right: 60px;
}
.close {
top: 20px;
right: 20px;
}
/*聊天室*/
.chat-room {
position: relative;
width: 700px;
height: 645px;
background-color: var(--weui-BG-0);
color: var(--weui-FG-0);
}
.title {
position: absolute;
top: 0;
left: 3%;
width: 94%;
height: 50px;
line-height: 50px;
text-align: center;
/*padding: 0 20px;*/
border-bottom: 1px solid #ccc;
font-weight: 400;
}
.chat-container {
margin-top: 50px;
padding: 10px 20px 0;
overflow: auto;
height: 400px;
max-width: 620px;
}
.tip {
text-align: center;
font-size: 13px;
margin: 15px 0;
}
/*发送消息*/
/*文本消息*/
.sendMsg {
display: flex;
justify-content: flex-end;
align-items: baseline;
margin-top: 15px;
}
/*图片消息*/
.sendImgMsg {
display: flex;
justify-content: flex-end;
align-items: flex-start;
margin-top: 15px;
}
.sendMsg .avatarImg {
position: relative;
top: -15px;
}
.sendMsg .avatarImg,
.sendImgMsg .avatarImg {
margin-right: 0;
margin-left: 8px;
}
.sendContent {
position: relative;
top: -10px;
padding: 5px 10px;
border-radius: 2px;
background-color: var(--weui-LIGHTGREEN);
display: inline-block;
max-width: 200px;
text-align: left;
font-size: 15px;
word-break: break-all;
color: black;
}
.sendContent:after {
position: absolute;
top: 10px;
right: -10px;
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px;
border-color: transparent transparent transparent rgb(179, 224, 129);
}
/* 复制粘贴其他地方的文字时,重新设置样式 */
.sendContent span,
.receiveContent span {
color: black !important;
background-color: transparent !important;
}
.sendContent img,
.receiveContent img {
width: 150px;
}
.sendContent .emoji_icon,
.receiveContent .emoji_icon {
width: 25px;
}
/*图片消息中图片的大小*/
.sendImg,
.receiveImgMsg {
width: 150px;
cursor: pointer;
}
/*接收消息*/
.receiveMsg {
display: flex;
margin-top: 15px;
}
.nickname {
font-size: 13px;
margin-bottom: 5px;
}
.receiveContent {
position: relative;
padding: 5px 10px;
background-color: var(--weui-BG-3);
border-radius: 2px;
font-size: 15px;
max-width: 200px;
word-break: break-all;
}
.receiveContent:after {
position: absolute;
top: 10px;
left: -10px;
content: "";
display: block;
width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent #fff transparent transparent;
}
.rightStyle {
display: flex;
flex-direction: column;
align-items: flex-start;
}
/*底部发送消息*/
.menus {
border-top: 1px solid #ccc;
padding: 0 20px 10px;
margin-top: 15px;
}
.btns {
display: flex;
align-items: center;
margin-top: 5px;
}
.btns .iconfont {
cursor: pointer;
margin-right: 5px;
}
.btns .cut {
font-size: 24px;
}
.chooseFile {
position: relative;
}
.fileInput {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
opacity: 0;
cursor: pointer;
}
.inputContainer .contentEdit {
background-color: var (--weui-BG-0);
border: none;
outline: none;
margin-top: 10px;
font-size: 15px;
height: 115px;
overflow: auto;
}
.contentEdit span,
.contentEdit img {
color: black !important;
background-color: transparent !important;
}
.sendContainer {
text-align: right;
margin-top: 10px;
}
.sendTip {
color: gray;
font-size: 12px;
}
.sendBtn {
padding: 2px 15px;
background-color: green;
border-radius: 2px;
color: white;
border: none;
cursor: pointer;
outline: none;
}
.btn_mine {
color: #333;
padding: 3px 5px;
font-size: 13px;
margin-right: 8px;
margin-top: 0px;
}
.btn_send {
padding: 0px 5px;
font-size: 12px;
margin-right: 10px;
margin-top: 0px;
}
.btn_logout {
color: var(--weui-FG-0);
font-size: large;
float: right;
margin: auto;
}
|
public/css/index.css
|
body {
background-color: var(--weui-BG-1);
}
.main {
margin: 50px auto 0;
/*margin-top: 50px;*/
color: #333;
}
.main .header {
text-align: center;
}
.main .header h1 {
font-size: 26px;
}
.main form {
padding: 20px;
margin-bottom: 15px;
border: 1px solid #d8dee2;
border-radius: 5px;
background-color: #fff;
}
.main .message {
padding: 10px;
padding-bottom: 0;
border: 1px solid #d8dee2;
border-radius: 5px;
}
.header .logo {
width: 160px;
}
.loginContainer {
width: 400px;
/*height: 420px;*/
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
transition: display 1s;
}
.loginTitle {
height: 50px;
line-height: 50px;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.nicknameInput {
width: 100%;
height: 30px;
border: 1px solid gray;
margin-top: 5px;
padding-left: 10px;
box-sizing: border-box;
}
.loginBtn {
width: 100%;
background-color: green;
color: white;
border: none;
margin-top: 10px;
border-radius: 3px;
padding: 10px;
font-size: 18px;
letter-spacing: 2px;
}
/*聊天框样式*/
/*聊天框*/
.chatContainer {
background-color: var(--weui-BG-0);
margin: auto;
width: 1000px;
display: flex;
}
/*左侧用户列表*/
.user-list {
width: 300px;
height: 645px;
background-color: rgb(46, 52, 58);
color: white;
padding: 0 20px;
overflow: auto;
}
.header-title {
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
}
.loginOut {
color: #2e6da4;
padding: 5px;
border-radius: 5px;
font-size: 12px;
background-color: #fff;
cursor: pointer;
}
.current-user-info {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
cursor: pointer;
}
.user-info {
display: flex;
align-items: center;
padding: 10px 0;
cursor: pointer;
}
.avatarImg {
width: 40px;
height: 40px;
border-radius: 5px;
margin-right: 10px;
}
.changeAvatar {
color: #2e6da4;
text-decoration: none;
padding: 5px;
border-radius: 3px;
font-size: 12px;
background-color: #fff;
}
/*预览图片*/
.black_overlay {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
}
.enlargeContainer {
display: none;
color: white;
}
.enlargePreviewImg {
/*预览后放大的图片是相对于整个页面定位*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*宽度设置为页面宽度的50%,高度自适应*/
width: 50%;
z-index: 200;
}
.enlargeContainer .iconfont {
position: absolute;
font-size: 25px !important;
cursor: pointer;
z-index: 300;
}
.enlarge {
top: 20px;
right: 100px;
}
.smaller {
top: 20px;
right: 60px;
}
.close {
top: 20px;
right: 20px;
}
/*聊天室*/
.chat-room {
position: relative;
width: 700px;
height: 645px;
background-color: var(--weui-BG-0);
color: var(--weui-FG-0);
}
.title {
position: absolute;
top: 0;
left: 3%;
width: 94%;
height: 50px;
line-height: 50px;
text-align: center;
/*padding: 0 20px;*/
border-bottom: 1px solid #ccc;
font-weight: 400;
}
.chat-container {
margin-top: 50px;
padding: 10px 20px 0;
overflow: auto;
height: 400px;
max-width: 620px;
}
.tip {
text-align: center;
font-size: 13px;
margin: 15px 0;
}
/*发送消息*/
/*文本消息*/
.sendMsg {
display: flex;
justify-content: flex-end;
align-items: baseline;
margin-top: 15px;
}
/*图片消息*/
.sendImgMsg {
display: flex;
justify-content: flex-end;
align-items: flex-start;
margin-top: 15px;
}
.sendMsg .avatarImg {
position: relative;
top: -15px;
}
.sendMsg .avatarImg,
.sendImgMsg .avatarImg {
margin-right: 0;
margin-left: 8px;
}
.sendContent {
position: relative;
top: -10px;
padding: 5px 10px;
border-radius: 2px;
background-color: var(--weui-LIGHTGREEN);
display: inline-block;
max-width: 200px;
text-align: left;
font-size: 15px;
word-break: break-all;
color: black;
}
.sendContent:after {
position: absolute;
top: 10px;
right: -10px;
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px;
border-color: transparent transparent transparent rgb(179, 224, 129);
}
/* 复制粘贴其他地方的文字时,重新设置样式 */
.sendContent span,
.receiveContent span {
color: black !important;
background-color: transparent !important;
}
.sendContent img,
.receiveContent img {
width: 150px;
}
.sendContent .emoji_icon,
.receiveContent .emoji_icon {
width: 25px;
}
/*图片消息中图片的大小*/
.sendImg,
.receiveImgMsg {
width: 150px;
cursor: pointer;
}
/*接收消息*/
.receiveMsg {
display: flex;
margin-top: 15px;
}
.nickname {
font-size: 13px;
margin-bottom: 5px;
}
.receiveContent {
position: relative;
padding: 5px 10px;
background-color: var(--weui-BG-3);
border-radius: 2px;
font-size: 15px;
max-width: 200px;
word-break: break-all;
}
.receiveContent:after {
position: absolute;
top: 10px;
left: -10px;
content: "";
display: block;
width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent #fff transparent transparent;
}
.rightStyle {
display: flex;
flex-direction: column;
align-items: flex-start;
}
/*底部发送消息*/
.menus {
border-top: 1px solid #ccc;
padding: 0 20px 10px;
margin-top: 15px;
}
.btns {
display: flex;
align-items: center;
margin-top: 5px;
}
.btns .iconfont {
cursor: pointer;
margin-right: 5px;
}
.btns .cut {
font-size: 24px;
}
.chooseFile {
position: relative;
}
.fileInput {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
opacity: 0;
cursor: pointer;
}
.inputContainer .contentEdit {
background-color: var (--weui-BG-0);
border: none;
outline: none;
margin-top: 10px;
font-size: 15px;
height: 115px;
overflow: auto;
}
.contentEdit span,
.contentEdit img {
color: black !important;
background-color: transparent !important;
}
.sendContainer {
text-align: right;
margin-top: 10px;
}
.sendTip {
color: gray;
font-size: 12px;
}
.sendBtn {
padding: 2px 15px;
background-color: green;
border-radius: 2px;
color: white;
border: none;
cursor: pointer;
outline: none;
}
.btn_mine {
color: #333;
padding: 3px 5px;
font-size: 13px;
margin-right: 8px;
margin-top: 0px;
}
.btn_send {
padding: 0px 5px;
font-size: 12px;
margin-right: 10px;
margin-top: 0px;
}
.btn_logout {
color: var(--weui-FG-0);
font-size: large;
float: right;
margin: auto;
}
| 0.347426 | 0.069069 |
.hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 20px;
height: 2px;
background-color: #fff;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -5px; }
.hamburger-inner::after {
bottom: -5px; }
/*
* Arrow
*/
.hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
* Arrow Right
*/
.hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
navbar
*/
.page-header.navbar .menu-toggler.sidebar-toggler {
float: right;
margin: 10px 0 0; }
.page-header.navbar .menu-toggler {
display: block;
cursor: pointer;
opacity: .6;
filter: alpha(opacity=60);
width: 36px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: none; }
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
margin-right: 16px; }
|
public/css/user/custom.css
|
.hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 20px;
height: 2px;
background-color: #fff;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -5px; }
.hamburger-inner::after {
bottom: -5px; }
/*
* Arrow
*/
.hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
* Arrow Right
*/
.hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
navbar
*/
.page-header.navbar .menu-toggler.sidebar-toggler {
float: right;
margin: 10px 0 0; }
.page-header.navbar .menu-toggler {
display: block;
cursor: pointer;
opacity: .6;
filter: alpha(opacity=60);
width: 36px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: none; }
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
margin-right: 16px; }
| 0.48438 | 0.072735 |
@font-face {
font-family: 'LM-Site';
src:url('../LM-Site.eot?-nuu8nf');
src:url('../LM-Site.eot?#iefix-nuu8nf') format('embedded-opentype'),
url('../LM-Site.ttf?-nuu8nf') format('truetype'),
url('../LM-Site.woff?-nuu8nf') format('woff'),
url('../LM-Site.svg?-nuu8nf#LM-Site') format('svg');
font-weight: normal;
font-style: normal;
}
[class*="icon-"] {
font-family: 'LM-Site';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-chevron-sign-down:before {
content: "\e600";
}
.icon-chevron-sign-up:before {
content: "\e601";
}
.icon-chevron-sign-right:before {
content: "\e602";
}
.icon-chevron-sign-left:before {
content: "\e603";
}
.icon-chevron-right:before {
content: "\e604";
}
.icon-chevron-left:before {
content: "\e605";
}
.icon-ok:before {
content: "\e606";
}
.icon-remove:before {
content: "\e607";
}
.icon-heart:before {
content: "\e608";
}
.icon-user:before {
content: "\e609";
}
.icon-cog:before {
content: "\e60a";
}
.icon-pencil:before {
content: "\e60b";
}
.icon-camera:before {
content: "\e60c";
}
.icon-print:before {
content: "\e60d";
}
.icon-time:before {
content: "\e60e";
}
.icon-remove-sign:before {
content: "\e60f";
}
.icon-ok-sign:before {
content: "\e610";
}
.icon-minus-sign:before {
content: "\e611";
}
.icon-plus-sign:before {
content: "\e612";
}
.icon-question-sign:before {
content: "\e613";
}
.icon-info-sign:before {
content: "\e614";
}
.icon-comment:before {
content: "\e615";
}
.icon-chevron-up:before {
content: "\e616";
}
.icon-chevron-down:before {
content: "\e617";
}
.icon-cogs:before {
content: "\e618";
}
.icon-heart-empty:before {
content: "\e619";
}
.icon-twitter:before {
content: "\e61a";
}
.icon-facebook:before {
content: "\e61b";
}
.icon-github:before {
content: "\e61c";
}
.icon-globe:before {
content: "\e61d";
}
.icon-wrench:before {
content: "\e61e";
}
.icon-tasks:before {
content: "\e61f";
}
.icon-briefcase:before {
content: "\e620";
}
.icon-link:before {
content: "\e621";
}
.icon-magic:before {
content: "\e622";
}
.icon-google-plus:before {
content: "\e623";
}
.icon-linkedin:before {
content: "\e624";
}
.icon-envelope-alt:before {
content: "\e625";
}
.icon-dashboard:before {
content: "\e626";
}
.icon-lightbulb:before {
content: "\e627";
}
.icon-suitcase:before {
content: "\e628";
}
.icon-angle-right:before {
content: "\e629";
}
.icon-angle-left:before {
content: "\e62a";
}
.icon-angle-up:before {
content: "\e62b";
}
.icon-angle-down:before {
content: "\e62c";
}
.icon-desktop:before {
content: "\e62d";
}
.icon-laptop:before {
content: "\e62e";
}
.icon-tablet:before {
content: "\e62f";
}
.icon-mobile:before {
content: "\e630";
}
.icon-spinner:before {
content: "\e631";
}
.icon-github-alt:before {
content: "\e632";
}
.icon-circle:before {
content: "\e633";
}
.icon-quote-left:before {
content: "\e634";
}
.icon-quote-right:before {
content: "\e635";
}
.icon-code:before {
content: "\e636";
}
.icon-terminal:before {
content: "\e637";
}
.icon-meh:before {
content: "\e638";
}
.icon-frown:before {
content: "\e639";
}
.icon-html5:before {
content: "\e63a";
}
.icon-css3:before {
content: "\e63b";
}
.icon-bitbucket:before {
content: "\e63c";
}
.icon-stackexchange:before {
content: "\e63d";
}
.icon-eye-open:before {
content: "\e63e";
}
.icon-music:before {
content: "\e63f";
}
.icon-align-left:before {
content: "\e640";
}
.icon-star:before {
content: "\e641";
}
.icon-star-empty:before {
content: "\e642";
}
.icon-search:before {
content: "\e643";
}
.icon-book:before {
content: "\e644";
}
.icon-facetime-video:before {
content: "\e645";
}
.icon-paper-clip:before {
content: "\e646";
}
.icon-thumbs-up:before {
content: "\e647";
}
.icon-thumbs-down:before {
content: "\e648";
}
.icon-thumbs-up2:before {
content: "\e649";
}
.icon-thumbs-down2:before {
content: "\e64a";
}
.icon-rss:before {
content: "\e64b";
}
.icon-phone:before {
content: "\e64c";
}
|
content/themes/lm/assets/font/LM-Site/demo-files/style.css
|
@font-face {
font-family: 'LM-Site';
src:url('../LM-Site.eot?-nuu8nf');
src:url('../LM-Site.eot?#iefix-nuu8nf') format('embedded-opentype'),
url('../LM-Site.ttf?-nuu8nf') format('truetype'),
url('../LM-Site.woff?-nuu8nf') format('woff'),
url('../LM-Site.svg?-nuu8nf#LM-Site') format('svg');
font-weight: normal;
font-style: normal;
}
[class*="icon-"] {
font-family: 'LM-Site';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-chevron-sign-down:before {
content: "\e600";
}
.icon-chevron-sign-up:before {
content: "\e601";
}
.icon-chevron-sign-right:before {
content: "\e602";
}
.icon-chevron-sign-left:before {
content: "\e603";
}
.icon-chevron-right:before {
content: "\e604";
}
.icon-chevron-left:before {
content: "\e605";
}
.icon-ok:before {
content: "\e606";
}
.icon-remove:before {
content: "\e607";
}
.icon-heart:before {
content: "\e608";
}
.icon-user:before {
content: "\e609";
}
.icon-cog:before {
content: "\e60a";
}
.icon-pencil:before {
content: "\e60b";
}
.icon-camera:before {
content: "\e60c";
}
.icon-print:before {
content: "\e60d";
}
.icon-time:before {
content: "\e60e";
}
.icon-remove-sign:before {
content: "\e60f";
}
.icon-ok-sign:before {
content: "\e610";
}
.icon-minus-sign:before {
content: "\e611";
}
.icon-plus-sign:before {
content: "\e612";
}
.icon-question-sign:before {
content: "\e613";
}
.icon-info-sign:before {
content: "\e614";
}
.icon-comment:before {
content: "\e615";
}
.icon-chevron-up:before {
content: "\e616";
}
.icon-chevron-down:before {
content: "\e617";
}
.icon-cogs:before {
content: "\e618";
}
.icon-heart-empty:before {
content: "\e619";
}
.icon-twitter:before {
content: "\e61a";
}
.icon-facebook:before {
content: "\e61b";
}
.icon-github:before {
content: "\e61c";
}
.icon-globe:before {
content: "\e61d";
}
.icon-wrench:before {
content: "\e61e";
}
.icon-tasks:before {
content: "\e61f";
}
.icon-briefcase:before {
content: "\e620";
}
.icon-link:before {
content: "\e621";
}
.icon-magic:before {
content: "\e622";
}
.icon-google-plus:before {
content: "\e623";
}
.icon-linkedin:before {
content: "\e624";
}
.icon-envelope-alt:before {
content: "\e625";
}
.icon-dashboard:before {
content: "\e626";
}
.icon-lightbulb:before {
content: "\e627";
}
.icon-suitcase:before {
content: "\e628";
}
.icon-angle-right:before {
content: "\e629";
}
.icon-angle-left:before {
content: "\e62a";
}
.icon-angle-up:before {
content: "\e62b";
}
.icon-angle-down:before {
content: "\e62c";
}
.icon-desktop:before {
content: "\e62d";
}
.icon-laptop:before {
content: "\e62e";
}
.icon-tablet:before {
content: "\e62f";
}
.icon-mobile:before {
content: "\e630";
}
.icon-spinner:before {
content: "\e631";
}
.icon-github-alt:before {
content: "\e632";
}
.icon-circle:before {
content: "\e633";
}
.icon-quote-left:before {
content: "\e634";
}
.icon-quote-right:before {
content: "\e635";
}
.icon-code:before {
content: "\e636";
}
.icon-terminal:before {
content: "\e637";
}
.icon-meh:before {
content: "\e638";
}
.icon-frown:before {
content: "\e639";
}
.icon-html5:before {
content: "\e63a";
}
.icon-css3:before {
content: "\e63b";
}
.icon-bitbucket:before {
content: "\e63c";
}
.icon-stackexchange:before {
content: "\e63d";
}
.icon-eye-open:before {
content: "\e63e";
}
.icon-music:before {
content: "\e63f";
}
.icon-align-left:before {
content: "\e640";
}
.icon-star:before {
content: "\e641";
}
.icon-star-empty:before {
content: "\e642";
}
.icon-search:before {
content: "\e643";
}
.icon-book:before {
content: "\e644";
}
.icon-facetime-video:before {
content: "\e645";
}
.icon-paper-clip:before {
content: "\e646";
}
.icon-thumbs-up:before {
content: "\e647";
}
.icon-thumbs-down:before {
content: "\e648";
}
.icon-thumbs-up2:before {
content: "\e649";
}
.icon-thumbs-down2:before {
content: "\e64a";
}
.icon-rss:before {
content: "\e64b";
}
.icon-phone:before {
content: "\e64c";
}
| 0.244453 | 0.109277 |
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');
*{
font-family: 'Lato', sans-serif;
}
.RequestRematch__container{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 1000 !important;
background-color: rgba(0, 0, 0, 0.7);
}
.RequestRematch__modal{
margin: 16vh auto;
height: 400px;
width: 456px;
z-index: 2;
background: #FFFFFF;
box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
0px 49px 35px rgba(0, 0, 0, 0.0460133),
0px 24.8165px 16.4998px rgba(0, 0, 0, 0.034856),
0px 13.729px 8.167px rgba(0, 0, 0, 0.0269394),
0px 7.56423px 3.94388px rgba(0, 0, 0, 0.0201337),
0px 3.35772px 1.53069px rgba(0, 0, 0, 0.0128302);
display: flex;
flex-direction: column;
align-items: center;
}
.profile{
margin-top: 5em;
}
.RequestRematch__content{
font-size: 20px;
margin: 0 auto;
width: 70%;
text-align: center;
}
p{
margin: 0;
}
.RequestRematch__footer{
display: flex;
flex-direction: row;
justify-content: center;
gap: 5%;
margin-top: 2.5rem;
}
.RequestRematch__button{
display: inline-block;
background-color: transparent;
border: 1px solid;
border-radius: 3px;
padding: 0;
padding: 1.2rem 5rem;
font-size: 1.4rem;
letter-spacing: 1px;
}
.RequestRematch__button:hover{
opacity: 0.8;
}
.RequestRematch__button--Accept{
background: rgba(39, 174, 96, 1);
border-color: rgba(39, 174, 96, 1);
color: #ffffff;
}
.RequestRematch__button--Accept:hover,
.RequestRematch__button--Accept:focus{
background: transparent;
color: rgba(39, 174, 96, 1);
}
.RequestRematch__button--Decline{
color: rgba(184, 0, 60, 1);
border-color: rgba(184, 0, 60, 1);
}
.RequestRematch__button--Decline:hover{
background: rgba(184, 0, 60, 1);
color: #fff;
}
.RequestRematch__button--Decline,
.RequestRematch__button--Decline:focus{
background: #fff;
color: rgba(184, 0, 60, 1);
}
|
frontend/src/components/Modals/RequestRematchModal/RequestRematch.css
|
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');
*{
font-family: 'Lato', sans-serif;
}
.RequestRematch__container{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 1000 !important;
background-color: rgba(0, 0, 0, 0.7);
}
.RequestRematch__modal{
margin: 16vh auto;
height: 400px;
width: 456px;
z-index: 2;
background: #FFFFFF;
box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
0px 49px 35px rgba(0, 0, 0, 0.0460133),
0px 24.8165px 16.4998px rgba(0, 0, 0, 0.034856),
0px 13.729px 8.167px rgba(0, 0, 0, 0.0269394),
0px 7.56423px 3.94388px rgba(0, 0, 0, 0.0201337),
0px 3.35772px 1.53069px rgba(0, 0, 0, 0.0128302);
display: flex;
flex-direction: column;
align-items: center;
}
.profile{
margin-top: 5em;
}
.RequestRematch__content{
font-size: 20px;
margin: 0 auto;
width: 70%;
text-align: center;
}
p{
margin: 0;
}
.RequestRematch__footer{
display: flex;
flex-direction: row;
justify-content: center;
gap: 5%;
margin-top: 2.5rem;
}
.RequestRematch__button{
display: inline-block;
background-color: transparent;
border: 1px solid;
border-radius: 3px;
padding: 0;
padding: 1.2rem 5rem;
font-size: 1.4rem;
letter-spacing: 1px;
}
.RequestRematch__button:hover{
opacity: 0.8;
}
.RequestRematch__button--Accept{
background: rgba(39, 174, 96, 1);
border-color: rgba(39, 174, 96, 1);
color: #ffffff;
}
.RequestRematch__button--Accept:hover,
.RequestRematch__button--Accept:focus{
background: transparent;
color: rgba(39, 174, 96, 1);
}
.RequestRematch__button--Decline{
color: rgba(184, 0, 60, 1);
border-color: rgba(184, 0, 60, 1);
}
.RequestRematch__button--Decline:hover{
background: rgba(184, 0, 60, 1);
color: #fff;
}
.RequestRematch__button--Decline,
.RequestRematch__button--Decline:focus{
background: #fff;
color: rgba(184, 0, 60, 1);
}
| 0.496094 | 0.093512 |
body, html {
margin: 0;
padding: 0;
font-size: 16px
}
body.overflow-hidden {
width: 100%;
z-index: 0
}
@media only screen and (min-width:992px) {
body.overflow-hidden {
height: auto;
position: inherit
}
}
@font-face {
font-family: agudaregular;
src: url("../fonts/SVN-Aguda Regular.otf");
font-weight: normal;
font-style: normal;
}
a, img {
border: none;
outline: 0
}
.page-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #282828;
width: 100%
}
.content-container {
transition: all 500ms ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width: 100%
}
.content-container.loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
overflow: auto
}
.content-container.loading.animating {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.content-container.loading-back {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.content-container.loading-back.animating-back {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.content-container.animating {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.content-container.animating-back {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.content-wrapper {
position: relative;
transition: all 300ms ease-in-out;
padding: 0
}
.content-wrapper .content-wrapper-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
background: #282828;
transition: opacity 300ms ease-in-out
}
.content-wrapper.show-menu {
-webkit-transform: translate(-300px, 0);
transform: translate(-300px, 0)
}
.content-wrapper.show-menu .content-wrapper-mask {
z-index: 99;
opacity: .5
}
.container-zindex-one, .popular-container {
z-index: 1;
position: relative
}
.overflow-hidden {
overflow: hidden
}
.header-underline {
width: 100%;
height: 5px
}
.header-underline .header-underline-content {
background-color: #facd20;
width: 100px;
height: 5px;
display: inline-block;
vertical-align: top
}
.orange-divider, .yellow-divider {
display: inline-block;
width: 100px;
height: 3px
}
.yellow-divider {
background: #facd20
}
.orange-divider {
background: #ff9f47;
margin: 10px auto 0!important
}
.popular-container {
padding: 110px 0;
background: #fff
}
.header-title-section {
font-family: robotobold;
color: #fff;
margin: 0
}
@media only screen and (min-width:768px) {
.orange-divider, .yellow-divider {
height: 5px
}
.header-title-section {
font-size: 2.1875rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.header-title-section {
font-size: 2.1875rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.content-wrapper.show-menu {
-webkit-transform: translate(-25%, 0);
transform: translate(-25%, 0)
}
.header-title-section {
font-size: 3.5rem;
line-height: 3.75rem
}
}
@keyframes rotate-loading {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes rotate-loading {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loading-text-opacity {
0%, 100%, 20% {
opacity: 0
}
50% {
opacity: 1
}
}
@-webkit-keyframes loading-text-opacity {
0%, 100%, 20% {
opacity: 0
}
50% {
opacity: 1
}
}
.ajax-content-container .loading, .ajax-content-container .loading-container-2 {
height: 100px;
position: relative;
width: 100px;
border-radius: 100%
}
.ajax-content-container .loading-container-2 {
margin: 40px auto
}
.ajax-content-container .loading {
border: 2px solid transparent;
border-color: transparent #000;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
animation: rotate-loading 1.5s linear 0s infinite normal;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
.ajax-content-container .loading-container-2:hover .loading {
border-color: transparent #E45635
}
.ajax-content-container .loading-container-2 .loading, .ajax-content-container .loading-container-2:hover .loading {
transition: all .5s ease-in-out
}
.ajax-content-container #loading-text {
-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
animation: loading-text-opacity 2s linear 0s infinite normal;
color: #000;
font-family: "Helvetica Neue, " Helvetica ", " arial;
font-size: 10px;
font-weight: 700;
margin-top: 45px;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 0;
width: 100px
}
div.dark_rounded .pp_details, div.dark_square .pp_details, div.facebook .pp_details, div.light_rounded .pp_details, div.light_square .pp_details {
position: relative
}
.btn-black, .btn-white-round, .btn-white-square, .button-blue, .button-orange, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-family: robotolight;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
transition: all 300ms ease-in-out;
font-size: .8rem;
padding: .5rem 2.5rem
}
.button-blue, .button-blue-border {
font-family: robotobold;
}
.button-orange {
font-family: robotomedium;
}
@media only screen and (min-width:768px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1rem
}
}
@media only screen and (min-width:992px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.1rem
}
}
@media only screen and (min-width:1200px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.2rem
}
}
@media only screen and (min-width:1900px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.2rem
}
}
.btn-black:focus, .btn-black:hover, .btn-black:visited, .btn-white-square:focus, .btn-white-square:hover, .btn-white-square:visited, .btn-white-round:focus, .btn-white-round:hover, .btn-white-round:visited, .button-blue-border:focus, .button-blue-border:hover, .button-blue-border:visited, .button-blue:focus, .button-blue:hover, .button-blue:visited, .home-column-left .home-video-container:hover .button-blue-border:focus, .home-column-left .home-video-container:hover .button-blue-border:hover, .home-column-left .home-video-container:hover .button-blue-border:visited {
text-decoration: none
}
.button-blue {
background-color: #6dcff6;
color: #1d2e42
}
.button-blue:hover {
color: #1d2e42
}
.button-orange {
background-color: #fe8e22;
color: #1d2e42;
cursor: pointer;
}
.button-orange:hover {
color: #1d2e42;
background-color: #ec7401;
}
.button-blue-border {
color: #fff;
background: #6dcff6;
border: 2px solid #6dcff9;
font-size: 1.125rem
}
.button-blue-border:focus, .button-blue-border:visited {
color: #fff
}
.button-blue-border:hover {
background: #6dcff6;
border: 2px solid #facd20;
color: #282828
}
.btn-white-square {
font-family: robotoregular;
color: #fff;
cursor: pointer;
margin-left: 25px;
border: 3px solid #fff;
padding: 1.25rem 2rem;
outline: 0 none;
width: 22%;
height: 100px;
display: inline-flex;
flex-grow: 1;
align-items: stretch;
}
.btn-white-square:hover {
color: #1d2e42;
background: #fe8e22;
border: 3px solid transparent;
}
.niteco-fat-button {
display: block;
width: 200px;
height: 60px;
text-align: center;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
font: 16px robotoregular;
text-transform: uppercase;
transition: all .5s;
line-height: 60px
}
.niteco-fat-button:hover {
text-decoration: none
}
@media only screen and (min-width:768px) {
.niteco-fat-button {
width: 130px;
height: 40px;
font: .75rem/40px robotoregular
}
}
@media only screen and (min-width:992px) {
.niteco-fat-button {
width: 160px;
height: 45px;
font: .9rem/43px robotoregular
}
}
@media only screen and (min-width:1200px) {
.niteco-fat-button {
width: 200px;
height: 60px;
font: .9375rem/60px robotoregular
}
}
.btn-red {
background: #cf3348;
color: #fafafa;
vertical-align: middle
}
.btn-red:hover {
color: #fff;
background: #000;
text-decoration: none
}
.btn-white-round {
font-family: robotoregular;
color: #fff;
border-radius: 5px;
border: 1px solid #fff;
padding: .5rem 2rem;
display: inline-block
}
.btn-white-round:hover {
color: #fff
}
.btn-black {
background: #3f474e;
color: #fff;
border: 2px solid #6d7177;
border-radius: 5px;
padding: 15px 50px;
font-size: .9375rem;
float: right
}
@media only screen and (min-width:992px) {
.fade-in, .slide-in-from-bottom, .slide-in-from-left, .slide-in-from-right, .slide-in-from-top {
transition: all .5s ease-in-out
}
.fade-in {
opacity: 1
}
.fade-in.inactive {
opacity: 0
}
.slide-in-from-left {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.slide-in-from-left.inactive {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
.slide-in-from-right {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.slide-in-from-right.inactive {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
.slide-in-from-top {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.slide-in-from-top.inactive {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
.slide-in-from-bottom {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.slide-in-from-bottom.inactive {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
.expand-from-center {
transition: all 1s ease-in-out
}
.expand-from-center.inactive {
-webkit-transform: scale(0);
transform: scale(0)
}
.rotate-zooming {
transition-duration: 1s;
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1)
}
.rotate-zooming.inactive {
-webkit-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0)
}
.shaken-animate {
-webkit-animation: linkQuake .8s;
animation: linkQuake .8s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes linkQuake {
0%, 50%, 70% {
-webkit-transform: translate(0, 1px);
transform: translate(0, 1px)
}
10%, 100%, 60%, 80% {
-webkit-transform: translate(0, -2px);
transform: translate(0, -2px)
}
20% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(0, 2px);
transform: translate(0, 2px)
}
40%, 90% {
-webkit-transform: translate(0, -1px);
transform: translate(0, -1px)
}
}
@keyframes linkQuake {
0%, 50%, 70% {
-webkit-transform: translate(0, 1px);
transform: translate(0, 1px)
}
10%, 100%, 60%, 80% {
-webkit-transform: translate(0, -2px);
transform: translate(0, -2px)
}
20% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(0, 2px);
transform: translate(0, 2px)
}
40%, 90% {
-webkit-transform: translate(0, -1px);
transform: translate(0, -1px)
}
}
.zoom-in-out {
-webkit-animation: zoomInOut 2s;
animation: zoomInOut 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes zoomInOut {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 90% {
-webkit-transform: scale(1.02);
transform: scale(1.02)
}
20%, 80% {
-webkit-transform: scale(1.04);
transform: scale(1.04)
}
30%, 70% {
-webkit-transform: scale(1.06);
transform: scale(1.06)
}
40%, 60% {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
@keyframes zoomInOut {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 90% {
-webkit-transform: scale(1.02);
transform: scale(1.02)
}
20%, 80% {
-webkit-transform: scale(1.04);
transform: scale(1.04)
}
30%, 70% {
-webkit-transform: scale(1.06);
transform: scale(1.06)
}
40%, 60% {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
.rocket-fly {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .5s ease-in-out
}
.rocket-fly.inactive {
-webkit-transform: translateY(140px);
transform: translateY(140px)
}
@-webkit-keyframes arrowMove {
0%, 50% {
-webkit-transform: translate(10px, -50%);
transform: translate(10px, -50%)
}
25%, 75% {
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%)
}
100% {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%)
}
}
@keyframes arrowMove {
0%, 50% {
-webkit-transform: translate(10px, -50%);
transform: translate(10px, -50%)
}
25%, 75% {
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%)
}
100% {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%)
}
}
}
div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
height: 13px
}
div.pp_default .pp_content .ppt {
color: #f8f8f8
}
div.light_rounded #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt {
color: #000
}
div.pp_default .pp_close {
width: 40px;
height: 40px;
background: url(/web/20160602234155/http://www.niteco.com/img/close.png) center center no-repeat #000;
cursor: pointer;
margin: -5px 0 0 -5px
}
div.dark_rounded .pp_description, div.light_rounded .pp_description {
margin-right: 85px
}
div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.light_rounded .pp_gallery a.pp_arrow_previous {
margin-top: 12px!important
}
@media only screen and (max-width:768px) {
div.pp_default .pp_close {
width: 20px;
height: 20px
}
}
div.pp_default .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/default/loader.gif) center center no-repeat #fff;
padding: 20px
}
div.light_rounded .pp_top .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_middle {
background: #fff
}
div.light_rounded .pp_top .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
background: #fff
}
div.light_rounded .pp_content {
background-color: #fff
}
div.light_rounded .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
cursor: pointer
}
div.light_rounded .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_rounded .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.light_rounded .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.light_rounded .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.light_rounded .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.light_rounded .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_rounded .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_rounded .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.light_rounded .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.light_rounded .pp_bottom .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_middle {
background: #fff
}
div.light_rounded .pp_bottom .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.light_rounded .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .pp_top .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_content {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
cursor: pointer
}
div.dark_rounded .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.dark_rounded .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.dark_rounded .currentTextHolder {
color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_rounded .pp_description {
color: #fff
}
div.dark_rounded .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_rounded .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.dark_rounded .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.dark_rounded .pp_bottom .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .pp_bottom .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_content, div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right {
background: #000
}
div.dark_square .currentTextHolder {
color: #c4c4c4
}
div.dark_square .pp_description {
color: #fff;
margin: 0 85px 0 0
}
div.dark_square .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous {
margin-top: 12px!important
}
div.dark_square .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.dark_square .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.dark_square .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.dark_square .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.dark_square .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.dark_square #pp_full_res .pp_inline {
color: #fff
}
div.facebook #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.light_square .pp_content .ppt {
color: #000
}
div.dark_square .pp_nav {
clear: none
}
div.dark_square .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_square .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_square .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.dark_square .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.dark_square .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
cursor: pointer
}
div.dark_square .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_square .pp_content, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right {
background: #fff
}
div.light_square .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.light_square .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.light_square .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.light_square .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.light_square .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.light_square .pp_description {
margin-right: 85px
}
div.light_square .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_square .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_square .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.light_square .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.light_square .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
cursor: pointer
}
div.light_square .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_square .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.facebook .pp_top .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_content {
background: #fff
}
div.facebook .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.facebook .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.facebook .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.facebook .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.facebook .pp_close {
width: 22px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.facebook .pp_description {
margin: 0 37px 0 0
}
.sticky a, div.ppt {
color: #fff
}
div.facebook .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
height: 22px;
margin-top: 0;
width: 22px
}
div.facebook .pp_arrow_previous.disabled {
background-position: 0 -96px;
cursor: default
}
div.facebook .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
height: 22px;
margin-top: 0;
width: 22px
}
div.facebook .pp_arrow_next.disabled {
background-position: -32px -96px;
cursor: default
}
div.facebook .pp_nav {
margin-top: 0
}
div.facebook .pp_nav p {
font-size: 15px;
padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
height: 22px;
width: 22px
}
div.facebook .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
height: 22px;
width: 22px
}
div.facebook .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
cursor: pointer
}
div.facebook .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.facebook .pp_bottom .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
outline: 0
}
div.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99999
}
div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 999999
}
.pp_top {
height: 20px;
position: relative
}
* html .pp_top {
padding: 0 20px
}
.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px
}
.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px
}
* html .pp_top .pp_middle {
left: 0;
position: static
}
.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px
}
.pp_content {
height: 40px;
min-width: 40px
}
* html .pp_content {
width: 40px
}
.pp_fade {
display: none
}
.pp_content_container {
position: relative;
text-align: left;
width: 100%
}
.pp_content_container .pp_left {
padding-left: 20px
}
.pp_content_container .pp_right {
padding-right: 20px
}
.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px
}
.pp_description {
display: none;
margin: 0
}
.pp_social {
float: left;
margin: 0
}
.pp_social .facebook {
float: left;
margin-left: 5px;
width: 55px;
overflow: hidden
}
.pp_social .twitter {
float: left
}
.pp_nav {
clear: right;
float: left;
margin: 3px 10px 0 0
}
.pp_nav p {
float: left;
margin: 2px 4px;
white-space: nowrap
}
.pp_nav .pp_pause, .pp_nav .pp_play {
float: left;
margin-right: 4px;
text-indent: -10000px
}
a.pp_arrow_next, a.pp_arrow_previous {
display: block;
float: left;
height: 15px;
margin-top: 3px;
overflow: hidden;
text-indent: -10000px;
width: 14px
}
.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000
}
.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000
}
.pp_gallery div {
float: left;
overflow: hidden;
position: relative
}
.pp_gallery ul {
float: left;
height: 35px;
margin: 0 0 0 5px;
padding: 0;
position: relative;
white-space: nowrap
}
.pp_gallery ul a {
border: 1px solid #000;
border: 1px solid rgba(0, 0, 0, .5);
display: block;
float: left;
height: 33px;
overflow: hidden
}
.pp_gallery li.selected a, .pp_gallery ul a:hover {
border-color: #fff
}
.pp_gallery ul a img {
border: 0
}
.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0
}
.pp_gallery li.default a {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
display: block;
height: 33px;
width: 50px
}
.pp_gallery li.default a img {
display: none
}
a.pp_next, a.pp_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
height: 100%;
width: 49%;
text-indent: -10000px
}
.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
margin-top: 7px!important
}
a.pp_next {
float: right
}
a.pp_previous {
float: left
}
a.pp_contract, a.pp_expand {
cursor: pointer;
display: none;
height: 20px;
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000
}
a.pp_close {
position: absolute;
right: 2%;
top: 1.3%;
display: block;
line-height: 22px;
text-indent: -10000px
}
.pp_bottom {
height: 20px;
position: relative
}
* html .pp_bottom {
padding: 0 20px
}
.pp_bottom .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px
}
.pp_bottom .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px
}
* html .pp_bottom .pp_middle {
left: 0;
position: static
}
.pp_bottom .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px
}
.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px
}
#pp_full_res {
line-height: 1!important
}
#pp_full_res .pp_inline {
text-align: left
}
#pp_full_res .pp_inline p {
margin: 0 0 15px
}
div.ppt {
display: none;
font-size: 17px;
margin: 0 0 5px 15px;
z-index: 9999
}
.sticky-container {
padding: 0;
margin: 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 999;
opacity: 0;
transition: all .7s ease
}
.sticky {
padding: 0;
margin: 0;
text-align: center;
width: 100%;
font-size: 0
}
.sticky li {
display: inline-block;
color: #efefef;
height: auto;
width: 25%;
transition: all .25s ease-in-out;
cursor: pointer;
text-align: center
}
.sticky li img {
width: 50px;
height: auto;
z-index: 999
}
.sticky li p {
padding: 0;
margin: 0;
font-size: 15px;
text-transform: uppercase;
line-height: 40px
}
.sticky li:hover {
-webkit-transform: translatey(-5px);
transform: translatey(-5px)
}
.no-translate .sticky li:hover {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.sticky li:nth-child(1) {
background-color: #3b5998
}
.sticky li:nth-child(2) {
background-color: #29c5f6
}
.sticky li:nth-child(3) {
background-color: #006dc0
}
.sticky li:nth-child(4) {
background-color: #2c3e50
}
@media only screen and (min-width:768px) {
.sticky li, .sticky li p {
display: block;
padding: 0
}
.sticky-container {
padding: 0;
margin: 0;
position: fixed;
left: auto;
right: -154px;
top: 30%;
width: 200px;
z-index: 999;
opacity: 0;
transition: all .7s ease
}
.sticky {
padding: 0;
margin: 0 0 25px;
text-align: center;
height: 30px;
width: 100%
}
.sticky li {
list-style-type: none;
background-color: #BDBDBD;
color: #efefef;
height: 47px;
width: 200px;
margin: 0 0 1px;
transition: all .15s ease-in-out;
cursor: pointer
}
.sticky li img {
float: left;
margin: 5px;
width: 36px;
height: 36px;
z-index: 99999
}
.sticky li p {
margin: 0 60px 0 0;
font-size: 18px;
text-transform: capitalize;
vertical-align: middle;
line-height: 47px;
font-family: latobold;
letter-spacing: 1px
}
.sticky li:hover {
-webkit-transform: translatex(-110px);
transform: translatex(-110px)
}
.sticky li:hover img {
-webkit-transform: translatex(0);
transform: translatex(0)
}
.no-translate .sticky li:hover {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.top-navigator-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
height: 60px
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(1), .top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(4) {
width: 0
}
@media only screen and (min-width:1200px) {
.top-navigator-container {
height: 85px
}
}
.top-navigator-container.is-active, .top-navigator-container.scroll-menu {
background: #282828
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span {
background: #fff
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button .hamburger-menu__text {
color: #3e3e3e
}
.top-navigator-container.is-active .top-navigator__overlay-mask {
display: block;
opacity: .5;
z-index: 100
}
.top-navigator-container.is-active .top-navigator__menu-container {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0)
}
.top-navigator-container .top-navigotar__link, .top-navigator-container .top-navigotar__link:hover {
text-decoration: none
}
.top-navigator-container .top-navigator__logo {
float: left;
position: relative;
top: 50%;
width: 17%;
margin: 0 0 0 30px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
opacity: .8;
cursor: pointer
}
.top-navigator-container .top-navigator__logo:hover {
opacity: 1
}
@media only screen and (max-width:639px) {
.top-navigator-container .top-navigator__logo {
-webkit-transform: translate(0, -50%) scale(.8);
transform: translate(0, -50%) scale(.8);
margin: 0 0 0 10px
}
}
.top-navigator-container .hamburger-menu__container {
position: absolute;
top: 0;
right: 0;
height: 100%
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button {
margin: -14px 0 0;
padding: 0;
font-size: 0;
width: 25px;
height: 28px;
position: absolute;
top: 50%;
right: 30px;
cursor: pointer;
display: inline-block
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button:focus {
outline: 0
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button .hamburger-menu__text {
font-family: robotomedium;
font-size: 1rem;
text-transform: uppercase;
color: #fff;
position: absolute;
top: 50%;
right: 35px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span {
display: block;
position: absolute;
height: 3px;
background: #ffffff;
border-radius: 5px;
left: 0;
right: 0;
-webkit-transform: rotate(0);
transform: rotate(0);
transition: .2s ease-in-out
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(1) {
top: 5px
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(2), .top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(3) {
top: 13px
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(4) {
top: 21px
}
.top-navigator-container .top-navigator__overlay-mask {
position: fixed;
z-index: -1;
top: 0;
left: 0;
bottom: 0;
right: 300px;
background: #282828;
opacity: 0;
display: none
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__overlay-mask {
right: 25%
}
}
.top-navigator-container .top-navigator__menu-container {
padding: 0;
margin: 0;
position: fixed;
bottom: 0;
right: -300px;
z-index: 999;
width: 300px;
background: #fff;
top: 60px;
transition: all 300ms ease-in-out
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__menu-container {
top: 85px;
width: 25%;
right: -25%
}
}
.top-navigator-container .top-navigator__menu-container__wrapper {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
overflow-x: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-overflow-scrolling: touch
}
.top-navigator-container .top-navigator__menu-container ul {
width: 300px;
list-style: none;
font-family: robotobold;
font-size: 1rem;
margin: 10px auto 0;
padding: 5px
}
@media only screen and (min-width:768px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.25rem;
margin: 30px auto 0;
padding: 15px
}
}
@media only screen and (min-width:992px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.25rem;
margin: 40px auto 0;
padding: 15px
}
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.25rem;
margin: 40px auto 0;
padding: 0
}
}
@media only screen and (min-width:1900px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.375rem;
margin: 70px auto 0;
padding: 0
}
}
.top-navigator-container .top-navigator__menu-container ul li {
transition: .25s ease;
}
.top-navigator-container .top-navigator__menu-container ul li:hover {
padding-left: 20px;
padding-right: 20px
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__menu-container ul li:hover {
padding-left: 10px
}
}
@media only screen and (min-width:1900px) {
.top-navigator-container .top-navigator__menu-container ul li:hover {
padding-left: 20px
}
}
.top-navigator-container .top-navigator__menu-container ul li a {
display: block;
color: #282828;
text-decoration: none;
border-bottom: 1px solid #959595;
padding: 7px 5px
}
.top-navigator-container .top-navigator__menu-container ul li a:hover {
background-color: #00aeef;
color: #ffffff;
}
@media only screen and (min-width:1900px) {
.top-navigator-container .top-navigator__menu-container ul li a {
padding: 14px 5px
}
}
.top-navigator-container .top-navigator__menu-container ul li a.selected-item {
color: #d3d4d5
}
.top-navigator-container .top-navigator__menu-container ul li a.selected-item:hover {
color: #282828
}
.page-introduction-container {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
height: 565px
}
@media only screen and (min-width:768px) {
.page-introduction-container {
height: 921px
}
}
@media only screen and (min-width:1200px) {
.page-introduction-container {
height: 700px
}
}
@media only screen and (min-width:1650px) {
.page-introduction-container {
height: 800px
}
}
@media only screen and (min-width:1900px) {
.page-introduction-container {
height: 855px
}
}
.page-introduction-container .page-introduction-top-block {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #282828
}
.page-introduction-container .page-introduction-top-block__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover
}
.page-introduction-container .page-introduction-top-block__background img {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
.page-introduction-container .page-introduction-top-block__content {
position: absolute;
font-family: robotoblack;
text-align: center;
font-size: 0;
top: 47%;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
width: 95%
}
@media only screen and (min-width:768px) {
.page-introduction-container .page-introduction-top-block__content {
top: 45%
}
}
.page-introduction-container .page-introduction-top-block__content h1 {
font-family: agudaregular;
font-size: 3rem;
padding: 0;
margin: 0;
color: #fe8e22;
font-weight: 500
}
@media only screen and (min-width:768px) {
.page-introduction-container .page-introduction-top-block__content h1 {
font-size: 3rem;
padding: 0
}
}
@media only screen and (min-width:1200px) {
.page-introduction-container .page-introduction-top-block__content {
top: 45%
}
.page-introduction-container .page-introduction-top-block__content h1 {
font-size: 3.625rem;
padding: 0
}
}
@media only screen and (max-width:639px) and (orientation:landscape) {
.page-introduction-container .page-introduction-top-block__content h1 {
font-size: 2.4rem;
padding: 20px 0 0
}
}
.page-introduction-container .page-introduction-top-block__content__sub-title {
display: block;
color: #fff;
margin-top: 30px;
font-size: 1.3rem;
line-height: 1.8rem;
font-family: robotolight;
opacity: .8
}
@media only screen and (min-width:768px) {
.page-introduction-container .page-introduction-top-block__content__sub-title {
margin-top: 50px;
font-size: 1.8rem;
line-height: 40px
}
}
@media only screen and (min-width:1200px) {
.page-introduction-container .page-introduction-top-block__content__sub-title {
font-size: 2.0rem;
line-height: 50px;
margin-top: 0
}
.page-introduction-container .page-introduction-top-block__content__sub-title p {
margin-top: 25px
}
}
@media only screen and (max-width:639px) and (orientation:landscape) {
.page-introduction-container .page-introduction-top-block__content__sub-title {
margin-top: 0
}
.page-introduction-container .page-introduction-top-block__content__sub-title p {
margin-top: 10px
}
}
.page-introduction-container .page-introduction-top-block__arrow-down {
width: 46px;
height: 16px;
text-align: center;
color: #fff;
position: absolute;
bottom: 80px;
left: 50%;
margin-left: -23px;
cursor: pointer;
font-size: 4.5rem
}
.page-introduction-container .page-introduction-top-block__arrow-down:hover {
color: #fe8e22
}
.page-description__title-container {
text-align: center;
padding: 60px 0;
position: relative;
z-index: 1;
background: #f5f6f8;
font-size: 0
}
@media only screen and (min-width:768px) {
.page-description__title-container {
padding: 110px 0
}
}
.page-description__title {
font-family: agudaregular;
text-align: center;
color: #fe8e22;
font-size: 2rem;
padding: 1rem 0 .5rem;
margin: 0;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 500
}
.page-description__description, .page-description__sub-title {
font-family: robotolight;
text-align: center
}
@media only screen and (min-width:768px) {
.page-description__title {
font-size: 2.25rem;
line-height: 1.25;
padding: 1rem 0
}
}
@media only screen and (min-width:992px) {
.page-description__title {
font-size: 2.5rem;
padding: .9375rem 0
}
}
@media only screen and (min-width:1200px) {
.page-description__title {
font-size: 3.0rem;
padding: 0px 0
}
}
.page-description__sub-title {
text-transform: capitalize;
color: #595a5a;
font-size: 1.375rem;
margin: 0;
line-height: 1.3
}
@media only screen and (min-width:768px) {
.page-description__sub-title {
font-size: 1.875rem
}
}
@media only screen and (min-width:992px) {
.page-description__sub-title {
font-size: 1.875rem;
line-height: 1.1875rem
}
}
@media only screen and (min-width:1200px) {
.page-description__sub-title {
font-size: 1.875rem;
line-height: 1.1875rem
}
}
.page-description__yellow-underline {
margin: 1.75rem 0
}
.page-description__description {
color: #6a7885;
width: 100%;
margin: 0 auto;
font-size: 1.2rem;
letter-spacing: 1px
}
@media only screen and (min-width:768px) {
.page-description__description {
font-size: 1.5rem;
line-height: 2.1875rem
}
}
.page-description__big-title .page-description__title {
font-family: robotoblack;
text-transform: none;
color: #2f2933;
letter-spacing: 1px;
padding: 0
}
.page-description__big-title .page-description__description {
color: #595a5a
}
@media only screen and (min-width:992px) {
.page-description__description {
line-height: 2.5rem
}
.page-description__big-title .page-description__title {
font-size: 3.5rem;
padding: 1.125rem 0 0
}
.page-description__big-title .page-description__description {
font-size: 1.5rem;
line-height: 30px
}
}
@media only screen and (min-width:768px) {
.page-description__big-title .page-description__description {
font-size: 1.5rem
}
.view-jobs-opening .col-sm-3 {
padding-left: 0
}
}
.view-jobs-opening p {
margin: 30px 0;
text-align: center;
font-family: robotolight;
color: #fff;
font-size: 1rem
}
.view-jobs-opening p strong {
font-family: robotobold;
display: block;
color: #facd20
}
@media only screen and (max-width:767px) {
.view-jobs-opening p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.view-jobs-opening p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (max-width:479px) {
.view-jobs-opening p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.view-jobs-opening p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (min-width:768px) {
.view-jobs-opening p {
line-height: 1.875rem;
margin: 0;
text-align: left;
letter-spacing: .5px;
font-size: 1.45rem
}
.view-jobs-opening p strong {
display: block
}
}
@media only screen and (min-width:992px) {
.view-jobs-opening .col-sm-3 {
padding-left: 0
}
.view-jobs-opening p {
height: 55px;
line-height: 3.4375rem;
margin: 0;
text-align: left;
font-size: 1.45rem
}
.view-jobs-opening p strong {
display: inline-block
}
}
@media only screen and (min-width:1200px) {
.view-jobs-opening .col-sm-3 {
padding-left: 0
}
.view-jobs-opening p {
height: 55px;
font: 1.875rem/55px robotolight;
margin: 0;
text-align: left
}
}
.sharing-block h4, a.view-more-jobs {
font-family: robotolight
}
a.view-more-jobs {
padding: 18px 15px;
display: block;
width: auto;
max-width: 300px;
vertical-align: middle;
color: #1d2e42;
margin-left: auto;
margin-right: auto;
float: none!important;
text-align: center;
border-radius: 15px;
position: relative;
text-transform: uppercase;
background-color: #fe8e22;
transition: all 200ms ease
}
a.view-more-jobs .mask {
width: 100%;
height: 100%;
background: #000;
opacity: .1;
position: absolute;
left: 0;
top: 0;
content: '';
display: block;
z-index: 0
}
a.view-more-jobs:active, a.view-more-jobs:focus, a.view-more-jobs:hover {
text-decoration: none;
outline: 0;
color: #1d2e42;
background-color: #ec7401;
border-color: #1d2e42
}
a.view-more-jobs.clear, a.view-more-jobs.clear::after {
clear: both
}
@media only screen and (min-width:768px) {
a.view-more-jobs {
float: none
}
}
@media only screen and (min-width:992px) {
a.view-more-jobs {
font-family: robotoblack;
float: right!important;
display: inline-block;
width: auto;
font-size: 1rem;
min-width: 200px
}
}
@media only screen and (min-width:1200px) {
a.view-more-jobs {
float: right!important;
display: inline-block;
width: auto;
font-size: 1.2rem
}
}
.sharing-block h4 {
font-size: 1.125rem;
color: #282828;
margin-bottom: 25px
}
.sharing-block .social_button {
display: block;
height: 59px;
max-width: 280px;
margin: 15px;
background-size: contain
}
.sharing-block .social_button:hover {
opacity: .8
}
.sharing-block .social_button.fa-button {
background: url(/web/20160602234155/http://www.niteco.com/img/fb-icon-mobile.png) center center no-repeat
}
.sharing-block .social_button.tw-button {
background: url(/web/20160602234155/http://www.niteco.com/img/tw-icon-mobile.png) center center no-repeat
}
.sharing-block .social_button.linkedin-button {
background: url(/web/20160602234155/http://www.niteco.com/img/linkedin-icon-mobile.png) center center no-repeat
}
.sharing-block .social_button.email-button {
background: url(/web/20160602234155/http://www.niteco.com/img/email-icon-mobile.png) center center no-repeat
}
@media only screen and (min-width:768px) {
.sharing-block .social_button {
background-size: cover
}
.sharing-block .social_button.fa-button {
background: url(/web/20160602234155/http://www.niteco.com/img/fb-button.png) center center no-repeat
}
.sharing-block .social_button.tw-button {
background: url(/web/20160602234155/http://www.niteco.com/img/tw-button.png) center center no-repeat
}
.sharing-block .social_button.linkedin-button {
background: url(/web/20160602234155/http://www.niteco.com/img/linkedin-button.png) center center no-repeat
}
.sharing-block .social_button.email-button {
background: url(/web/20160602234155/http://www.niteco.com/img/email-button.png) center center no-repeat
}
}
@media only screen and (min-width:992px) {
.sharing-block .social_button {
background-size: cover
}
.sharing-block .social_button.fa-button {
background: url(/web/20160602234155/http://www.niteco.com/img/fb-button.png) center center no-repeat
}
.sharing-block .social_button.tw-button {
background: url(/web/20160602234155/http://www.niteco.com/img/tw-button.png) center center no-repeat
}
.sharing-block .social_button.linkedin-button {
background: url(/web/20160602234155/http://www.niteco.com/img/linkedin-button.png) center center no-repeat
}
.sharing-block .social_button.email-button {
background: url(/web/20160602234155/http://www.niteco.com/img/email-button.png) center center no-repeat
}
}
@media only screen and (min-width:768px) {
.sharing-block .social_button {
max-width: 280px;
background-size: 100%
}
}
@media only screen and (min-width:992px) {
.sharing-block .haft-gutter {
padding-left: 7px;
padding-right: 7px
}
.sharing-block .social_button {
max-width: 280px;
background-size: 100%!important
}
.sharing-block h4 {
font-size: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.sharing-block .haft-gutter {
padding-left: 7px;
padding-right: 7px
}
.sharing-block .social_button {
width: 280px
}
.sharing-block h4 {
font-size: 1.875rem
}
}
@media only screen and (max-width:479px) {
.job-details-sections .sharing-block .col-xs-12.col-sm-6.col-md-3.haft-gutter {
width: 25%;
padding: 0
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.job-details-sections .sharing-block .col-xs-12.col-sm-6.col-md-3.haft-gutter {
width: 15%;
padding: 0
}
.job-details-sections .sharing-block .col-xs-12.col-sm-6.col-md-3.haft-gutter:nth-child(4n+2) {
margin-left: 20%
}
}
.home-container {
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 0;
background: #282828
}
.home-container .home-content-wrapper {
width: 100%;
position: absolute;
top: 85px;
left: 0;
bottom: 0;
background: #000;
height: auto
}
@media only screen and (max-width:991px) {
.home-container .home-content-wrapper {
top: 60px
}
}
.home-block-item {
display: block;
position: relative;
width: 100%;
height: 100%;
float: left;
overflow: hidden
}
@media only screen and (min-width:480px) {
.home-block-item {
width: 50%
}
}
.home-block-item:hover .home-block-item__background {
opacity: 0
}
.home-block-item .home-block-item__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background-size: cover;
background-position: center center;
transition: all 500ms ease-in-out;
opacity: 1
}
.home-block-item .home-block-item__background img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
.home-block-item .home-block-item__content-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
font-size: 0
}
.home-block-item .home-block-item__content-container .home-block-item__content {
display: inline-block;
width: 100%;
text-align: center;
position: relative;
vertical-align: middle;
margin-top: 15px;
transition: all 300ms ease-in-out
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-family: robotothin;
font-size: 1.2rem;
line-height: 1rem;
text-transform: uppercase;
display: block
}
@media only screen and (min-width:768px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.2rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.home-block-item .home-block-item__background {
opacity: 1
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.2rem;
line-height: 1rem
}
}
@media only screen and (min-width:1200px) {
.home-block-item .home-block-item__background {
opacity: 1
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.5rem;
line-height: 1rem
}
}
@media only screen and (min-width:1900px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.5rem;
line-height: 1rem
}
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-family: robotobold;
text-transform: uppercase;
display: block;
opacity: .8;
font-size: 2rem;
line-height: 2.4rem
}
@media only screen and (min-width:768px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2rem;
line-height: 2.4rem
}
}
@media only screen and (min-width:992px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.2rem;
line-height: 2.4rem
}
}
@media only screen and (min-width:1200px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.2rem;
line-height: 2.6rem
}
}
@media only screen and (min-width:1900px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.8rem;
line-height: 3.2rem
}
}
.home-block-item .home-block-item__content-container .home-block-item__content-second {
color: grey;
font-family: robotolight;
font-size: 1rem;
line-height: 1.2rem;
padding: 0 10px;
text-align: center;
position: absolute;
top: 50%;
display: block;
width: 100%;
opacity: 0;
-webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
transition: all .27s cubic-bezier(0, 0, .58, 1)
}
@media only screen and (min-width:768px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1rem;
line-height: 1.2rem;
padding: 0 10px
}
}
@media only screen and (min-width:992px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1.1rem;
line-height: 1.3rem;
padding: 0 10px
}
}
@media only screen and (min-width:1200px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1.2rem;
line-height: 1.5rem;
padding: 0 50px;
margin-top: 20px
}
}
@media only screen and (min-width:1900px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1.2rem;
line-height: 1.5rem;
padding: 0;
margin-top: 0
}
}
.home-block-item:hover .home-block-item__content {
margin-top: -50px
}
.home-block-item:hover .home-block-item__content-second {
opacity: 1;
-webkit-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}
.home-block-item a {
display: block;
position: relative;
width: 100%;
height: 100%;
text-decoration: none
}
.home-block-item a:hover {
outline: 0
}
.home-block-item__bright-bg {
background: url("../images/engagement-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.home-block-item__bright-bg .home-block-item__big-text {
color: #fe8e22
}
.home-block-item__dark-bg {
background: url("../images/our-work-hover.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.home-block-item__dark-bg .home-block-item__small-text {
color: #fff
}
.home-block-item__dark-bg .home-block-item__big-text {
color: #fff
}
.home-block-row {
position: relative;
display: block;
padding: 0;
height: 200px
}
.home-column-left {
position: relative;
width: 100%;
font-size: 0
}
.home-block {
background-color: #1d2e42;
font-family: robotoregular;
color: #ffffff;
width: 100%;
font-style: italic;
text-align: center;
padding: 26px 60px;
}
.footer {
background-color: #6dcff6;
font-family: robotoregular;
color: #1d2e42;
width: 100%;
text-align: center;
padding: 2%
}
@media only screen and (min-width:768px) {
.home-block-item:hover .home-block-item__content {
margin-top: -70px
}
.home-block-row {
height: 33.3333333333%
}
.home-column-left {
height: 100%
}
}
@media only screen and (min-width:992px) {
.home-column-left {
/*position: absolute;*/
top: 0;
left: 0;
height: 100%;
width: 50%
}
.fullscreen-page {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%
}
}
.home-column-left .home-video-container {
display: block;
background-color: #323232;
position: relative;
height: 100%
}
.home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.125rem;
background: #6dcff6;
border: 2px solid #6dcff6;
color: #282828;
transition: all 200ms ease-in-out
}
.home-column-left .home-video-container::before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle
}
.home-column-left .home-video-container .home-video-wrapper {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center center;
overflow: hidden;
opacity: .5
}
.home-column-left .home-video-container .home-video-wrapper img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
.home-column-left .home-video-container .home-video-wrapper .vjs-playing {
position: relative;
z-index: 1
}
.home-column-left .home-video-container video {
opacity: 0
}
.home-column-left .home-video-container .vjs-big-play-button, .home-column-left .home-video-container .vjs-control-bar, .home-column-left .home-video-container .vjs-error-display {
display: none!important
}
.home-column-left .home-video-container .vjs-controls-disabled .vjs-big-play-button, .home-column-left .home-video-container .vjs-loading-spinner, .home-column-left .home-video-container .vjs-poster, .home-column-left .home-video-container .vjs-using-native-controls .vjs-big-play-button {
display: none
}
.home-column-left .home-video-container .home-video__image-overlay {
position: absolute;
z-index: 5;
top: 32%;
left: 9%;
width: 80%;
height: 40%;
background-size: cover;
background-position: center center;
opacity: 1;
overflow: hidden;
}
.home-column-left .home-video-container .home-video__image-overlay img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
@media only screen and (max-width:479px) and (orientation:portrait) {
.home-column-left .home-video-container .home-video__image-overlay img {
width: auto;
height: 100%
}
}
.home-column-left .home-video-container .home-video__content-text {
position: relative;
z-index: 10;
display: inline-block;
vertical-align: middle;
width: 100%;
text-align: center;
margin-top: 2rem;
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%)
}
.home-column-left .home-video-container .home-video__content-text h3 {
padding: 0;
margin: 0;
font-weight: 400;
font-size: 1px
}
.home-column-left .home-video-container .home-video__content-text img {
max-width: 100%;
display: block;
margin: 0 auto
}
.home-column-left .home-video-container .home-video__content-text span {
font-family: robotothin;
font-size: .8rem;
padding: .5rem;
display: inline-block;
color: #fff
}
@media only screen and (min-width:768px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.3rem
}
}
@media only screen and (min-width:992px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.3rem
}
}
@media only screen and (min-width:1200px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.76rem
}
}
.home-column-left .home-video-container .home-video__content-text .button-container {
margin-top: 3.8rem
}
.home-column-left .home-video-container .home-billboard__image-background {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
opacity: 1;
overflow: hidden
}
.home-column-left .home-video-container .home-billboard__content {
position: absolute;
top: 0;
left: -5%;
width: 50%;
height: 100%;
text-align: center
}
.home-column-left .home-video-container .home-billboard__image {
display: block;
max-width: 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -62%);
transform: translate(-50%, -62%)
}
@media only screen and (min-width:500px) {
.home-column-left .home-video-container .home-billboard__image {
max-width: 40%
}
}
.home-column-left .home-video-container .home-billboard__link {
font-family: robotolight;
font-size: .875rem;
line-height: 1rem;
display: inline-block;
color: #bbbdaf;
padding: 0 1.25rem 0 0;
transition: color 300ms ease-in-out;
position: absolute;
top: 75%;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
.home-column-left .home-video-container .home-billboard__link:after {
content: '';
width: 18px;
height: 20px;
background: url(/web/20160602234155/http://www.niteco.com/img/home_arrow_icon.png) right center no-repeat;
background-size: 12px auto;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%)
}
@media only screen and (min-width:360px) {
.home-column-left .home-video-container .home-billboard__link {
top: 78%
}
}
@media only screen and (min-width:640px) {
.home-column-left .home-video-container .home-billboard__image {
max-width: 35%
}
.home-column-left .home-video-container .home-billboard__link {
top: 82%
}
}
@media only screen and (min-width:768px) {
.home-column-left .home-video-container .home-video__content-text .button-container {
margin-top: 6.5rem
}
.home-column-left .home-video-container .home-billboard__image {
max-width: 50%
}
.home-column-left .home-video-container .home-billboard__link {
font-size: 1.125rem;
line-height: 1.125rem
}
}
@media only screen and (min-width:992px) {
.home-column-left .home-video-container .home-billboard__link {
top: 78%;
padding: 0 1.5625rem 0 0
}
.home-column-left .home-video-container .home-billboard__link:after {
width: 14px;
background-size: 14px auto
}
}
@media only screen and (min-width:1200px) {
.home-column-left .home-video-container .home-billboard__link {
padding: 0 1.875rem 0 0
}
.home-column-left .home-video-container .home-billboard__link:after {
width: 16px;
background-size: 16px auto
}
}
@media only screen and (min-width:1900px) {
.home-column-left .home-video-container .home-billboard__link {
font-size: 1.25rem
}
.home-column-left .home-video-container .home-billboard__link:after {
width: 18px;
background-size: 18px auto
}
}
.home-column-left .home-video-container .home-billboard__link:hover {
color: #fdcb08
}
.home-column-left .home-block-row .home-block-item {
width: 100%
}
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 1.4rem;
line-height: 1.8rem
}
@media only screen and (min-width:768px) {
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2rem;
line-height: 2.4rem
}
}
@media only screen and (min-width:992px) {
.home-column-left .home-video-container .home-billboard__link:hover:after {
-webkit-animation: arrowMove .75s linear 0s forwards normal;
animation: arrowMove .75s linear 0s forwards normal
}
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.4rem;
line-height: 2.6rem
}
}
@media only screen and (min-width:1200px) {
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.8rem;
line-height: 3.2rem
}
}
@media only screen and (min-width:1900px) {
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 3.8rem;
line-height: 4rem
}
}
.home-column-left .home-block-row:nth-child(1) {
height: 250px
}
@media only screen and (min-width:768px) {
.home-column-left .home-block-row:nth-child(1) {
height: 100%
}
}
.home-column-right {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%
}
@media only screen and (min-width:480px) and (max-width:767px) {
.home-column-right {
height: auto
}
}
@media only screen and (max-width:991px) {
.home-column-right {
width: 100%;
position: relative
}
}
.scroll-top {
background: 0 0;
border: 0;
bottom: 5.75rem;
color: #fff;
position: fixed;
right: 3rem;
will-change: opacity;
z-index: 10;
cursor: pointer;
opacity: .5;
display: none;
transition: opacity .5s ease-in
}
.scroll-top:after:hover, .scroll-top:hover {
opacity: 1;
transition: 1s
}
.scroll-top .icon-arrow-up {
height: 40px;
width: 40px;
color: #fff;
font-size: 20px;
text-align: center;
vertical-align: middle;
padding-top: 9px
}
.scroll-top:after {
background-color: #facd20;
content: '';
position: absolute;
left: -30%;
top: -15%;
border-radius: 50px;
height: 2.5rem;
width: 2.5rem;
z-index: -1
}
.all-page__header {
position: absolute;
top: -9999px;
left: -9999px
}
.home-content-wrapper.content-wrapper {
padding: 0
}
.home-color-block-item__background, .home-color-block-item__content-container {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center top
}
.home-color-block-item__background {
overflow: hidden
}
.home-color-block-item__background img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
.home-color-block-item__background-hover {
opacity: 0;
transition: opacity 300ms ease-in-out
}
.home-color-block-item__content-container {
z-index: 1;
font-size: 0
}
.home-color-block-item__content-container::before {
content: '';
display: inline-block;
height: 100%;
position: relative;
vertical-align: middle
}
.home-color-block-item__content-career {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-left: 15px
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career {
margin-left: 63px
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career {
margin-left: 30px
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career {
margin-left: 63px
}
}
.home-color-block-item__content-career__text {
text-align: left;
display: block
}
.home-color-block-item__content-career__text__small-text {
font-family: robotolight;
color: #fff;
opacity: .8;
text-transform: capitalize;
display: block;
margin: 0 0 5px;
padding: 0 0 0 5px;
font-size: .75rem;
line-height: .875rem
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career__text__small-text {
margin: 0 0 9px;
padding: 0 0 0 12px;
font-size: 1.25rem;
line-height: 1.25rem
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career__text__small-text {
margin: 0;
padding: 0 0 0 9px;
font-size: 1rem;
line-height: 1.375rem
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career__text__small-text {
font-size: 1.25rem;
line-height: 1.375rem
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content-career__text__small-text {
margin: 0 0 15px;
padding: 0 0 0 12px;
font-size: 1.625rem;
line-height: 1.375rem
}
}
.home-color-block-item__content-career__text__big-text {
font-family: robotoblack;
color: #c5c3b4;
opacity: .8;
display: block;
text-transform: uppercase;
transition: color 300ms ease-in-out;
font-size: 1.125rem;
line-height: 1.25rem;
margin: 0
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career__text__big-text {
font-size: 2.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career__text__big-text {
font-size: 1.625rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career__text__big-text {
font-size: 1.875rem;
line-height: 2.1875rem
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content-career__text__big-text {
font-size: 3.5rem;
line-height: 2.5rem
}
}
.home-color-block-item__content-career .career-animation {
position: absolute;
width: 107px;
height: 142px;
top: 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: translate(0, -50%) scale(.6);
transform: translate(0, -50%) scale(.6);
left: -90px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career .career-animation {
left: -127px;
-webkit-transform: translate(0, -50%) scale(1);
transform: translate(0, -50%) scale(1)
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career .career-animation {
left: -127px;
-webkit-transform: translate(0, -50%) scale(1);
transform: translate(0, -50%) scale(1)
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career .career-animation {
left: -127px;
-webkit-transform: translate(0, -50%) scale(1);
transform: translate(0, -50%) scale(1)
}
}
.home-color-block-item__content-career .career-animation__spins {
width: 65px;
height: 74px;
position: absolute;
left: 52%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: -17px;
overflow: hidden
}
.home-color-block-item__content-career .career-animation__spins img {
position: absolute;
top: 50px;
left: 0;
transition: top 500ms ease-in-out
}
.home-color-block-item__content-career .career-animation__head {
position: absolute;
width: 107px;
height: 34px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-careers-icon.png) center top no-repeat;
top: 0;
left: 0;
transition: -webkit-transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
-webkit-transform-origin: 22px 100%;
transform-origin: 22px 100%
}
.home-color-block-item__content-career .career-animation__body {
position: absolute;
width: 107px;
height: 108px;
top: 34px;
left: 0;
background: url(/web/20160602234155/http://www.niteco.com/img/home-careers-icon.png) center -34px no-repeat
}
.home-color-block-item__content {
text-align: center;
display: inline-block;
width: 100%;
vertical-align: middle;
position: relative;
font-size: 0
}
.home-color-block-item__content .home-block-animation-container {
display: inline-block;
position: relative;
margin: 0;
-webkit-transform-origin: 50% 20%;
transform-origin: 50% 20%;
-webkit-transform: scale(.6);
transform: scale(.6);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
@media only screen and (min-width:768px) {
.home-color-block-item__content .home-block-animation-container {
margin: 0 0 30px;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content .home-block-animation-container {
margin: 0;
-webkit-transform: scale(.7);
transform: scale(.7)
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content .home-block-animation-container {
margin: 0 0 30px;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@media screen and (device-width:960px) and (device-height:600px) {
.home-color-block-item__content {
-webkit-transform: scale(.7);
transform: scale(.7)
}
}
.home-color-block-item__content__text {
display: block;
text-align: center;
color: #e0decd;
font-family: robotobold;
text-transform: uppercase;
opacity: .8;
transition: color 300ms ease-in-out;
font-size: 1rem;
line-height: 1.25rem;
margin: 0
}
.home-color-block-item:hover .home-color-block-item__content-career__text__big-text, .home-color-block-item:hover .home-color-block-item__service-text {
color: #ff9f47
}
@media only screen and (min-width:768px) {
.home-color-block-item__content__text {
margin-top: 0;
font-size: 1.5rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content__text {
font-size: 1.125rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content__text {
font-size: 1.5rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content__text {
font-size: 2rem;
line-height: 1.5rem
}
}
.home-block__icon {
width: 43px;
height: 72px;
display: inline-block;
position: absolute;
bottom: -11px;
right: -11px
}
.home-color-block-item__content .home-block__icon-computer {
width: 170px;
height: 125px;
background: url(../images/home-services-icon-2.png) no-repeat;
display: inline-block
}
.home-color-block-item__content .home-block__icon-puzzle-white {
width: 62px;
height: 52px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) no-repeat;
display: inline-block;
position: relative;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(-10px, -10px) rotate(20deg);
transform: translate(-10px, -10px) rotate(20deg)
}
.home-color-block-item__content .home-block__icon-puzzle-blue {
width: 52px;
height: 62px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) -75px 0 no-repeat;
display: inline-block;
position: relative;
margin: 0 0 -10px -10px;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px)
}
.home-color-block-item__content .home-block__line-separate {
display: block;
width: 100%;
height: 1px;
margin-top: -1px
}
.home-color-block-item__content .home-block__icon-puzzle-yellow {
width: 52px;
height: 62px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) 0 -65px no-repeat;
display: inline-block;
position: relative;
margin: -15px -10px 0 0;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(-10px, 10px) rotate(-10deg);
transform: translate(-10px, 10px) rotate(-10deg)
}
.home-color-block-item__content .home-block__icon-puzzle-orange {
width: 62px;
height: 52px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) -65px -75px no-repeat;
display: inline-block;
position: relative;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(10px, 10px) rotate(10deg);
transform: translate(10px, 10px) rotate(10deg)
}
.home-color-block-item__content .home-block__icon-our-work-board {
width: 128px;
height: 112px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-work-icon.png) no-repeat;
display: inline-block;
margin: 0 0 20px
}
.home-color-block-item__content .home-block__icon-our-work-mobile {
width: 48px;
height: 88px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-work-icon.png) -149px -12px no-repeat;
display: inline-block;
position: absolute;
left: -15px;
bottom: -5px
}
.home-color-block-item__content .home-block__icon-our-work-pencil {
width: 89px;
height: 17px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-work-icon.png) -218px -50px no-repeat;
display: inline-block;
position: absolute;
right: -10px;
bottom: -5px
}
.home-color-block-item__content .home-block__icon-engage-paper {
width: 95px;
height: 131px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-engagement-models-icon.png) no-repeat;
display: inline-block
}
.home-color-block-item__content .home-block__icon-envelope-behind {
width: 120px;
height: 121px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-contact-icon.png) no-repeat;
display: inline-block;
position: relative
}
.home-color-block-item__content .home-block__icon-envelope-paper-container {
width: 106px;
height: 81px;
display: inline-block;
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -53px;
overflow: hidden
}
.home-color-block-item__content .home-block__icon-envelope-paper {
width: 106px;
height: 81px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-contact-icon.png) -137px -40px no-repeat;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out
}
.home-color-block-item__content .home-block__icon-envelope-in-front-of {
width: 120px;
height: 80px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-contact-icon.png) -254px -41px no-repeat;
display: inline-block;
position: absolute;
bottom: 0;
left: 0
}
.home-color-block-item__content .home-block__icon-charity {
width: 185px;
height: 85px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-nicef-icon.png) no-repeat;
position: relative;
display: inline-block;
margin-bottom: 20px
}
.home-color-block-item:hover .home-color-block-item__background-hover {
opacity: 1
}
.home-color-block-item:hover .career-animation__head {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.home-color-block-item:hover .career-animation__spins img {
top: 0
}
.home-color-block-item:hover .home-block__icon-spin-big, .home-color-block-item:hover .home-block__icon-spin-small {
-webkit-animation: spin-animation 2s linear 0s infinite normal;
animation: spin-animation 2s linear 0s infinite normal
}
.home-color-block-item:hover .home-block__icon-puzzle-white {
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0)
}
.home-color-block-item:hover .home-block__icon-puzzle-blue {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.home-color-block-item:hover .home-block__icon-puzzle-orange, .home-color-block-item:hover .home-block__icon-puzzle-yellow {
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0)
}
.home-color-block-item:hover .home-color-block-item__our-team-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-color-block-item__our-work-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-our-work-board {
-webkit-animation: shake-hand .5s ease-in-out 0s forwards;
animation: shake-hand .5s ease-in-out 0s forwards
}
.home-color-block-item:hover .home-block__icon-our-work-mobile {
opacity: 0;
-webkit-animation: slide-from-left-in .5s ease-in-out .25s forwards;
animation: slide-from-left-in .5s ease-in-out .25s forwards
}
.home-color-block-item:hover .home-block__icon-our-work-pencil {
opacity: 0;
-webkit-animation: slide-from-right-in .5s ease-in-out .5s forwards;
animation: slide-from-right-in .5s ease-in-out .5s forwards
}
.home-color-block-item:hover .home-color-block-item__engagement-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-engage-paper {
-webkit-animation: shake-hand 1s ease-in-out 0s forwards;
animation: shake-hand 1s ease-in-out 0s forwards
}
.home-color-block-item:hover .home-color-block-item__contact-us-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-envelope-paper {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.home-color-block-item:hover .home-color-block-item__charity-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-charity {
-webkit-animation: boat-animation 1s ease-in-out 0s forwards;
animation: boat-animation 1s ease-in-out 0s forwards
}
@-webkit-keyframes spin-animation {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin-animation {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes slide-from-left-in {
0% {
-webkit-transform: translate(-1000%, 0);
transform: translate(-1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(10%, 0);
transform: translate(10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@keyframes slide-from-left-in {
0% {
-webkit-transform: translate(-1000%, 0);
transform: translate(-1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(10%, 0);
transform: translate(10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@-webkit-keyframes slide-from-right-in {
0% {
-webkit-transform: translate(1000%, 0);
transform: translate(1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@keyframes slide-from-right-in {
0% {
-webkit-transform: translate(1000%, 0);
transform: translate(1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@-webkit-keyframes slide-from-right-to-left {
0% {
-webkit-transform: translate(300%, 0);
transform: translate(300%, 0)
}
70% {
-webkit-transform: translate(-300%, 0);
transform: translate(-300%, 0)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes slide-from-right-to-left {
0% {
-webkit-transform: translate(300%, 0);
transform: translate(300%, 0)
}
70% {
-webkit-transform: translate(-300%, 0);
transform: translate(-300%, 0)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes boat-animation {
0% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes boat-animation {
0% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes shake-hand {
0% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg)
}
25% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg)
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
@keyframes shake-hand {
0% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg)
}
25% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg)
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
.our-services-block {
overflow: hidden;
z-index: 0
}
.our-services-block .home-block-item__background {
display: block;
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-repeat: no-repeat!important;
z-index: 1
}
.our-services-block .home-block-item__content {
font-family: robotothin;
font-size: 34px;
line-height: 43px;
text-transform: uppercase;
position: absolute;
z-index: 3;
text-align: center;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
pointer-events: none
}
.home-block-item__background-transparent {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
opacity: .9;
transition: opacity .5s ease-in-out
}
.bgDark .bgzoom {
-webkit-animation: bgzoom 10s .5s linear infinite alternate;
animation: bgzoom 10s .5s linear infinite alternate;
-webkit-animation-play-state: running;
animation-play-state: running;
-o-animation-play-state: running
}
.bgDark .home-block-item__background-transparent {
background-color: #000
}
.bgDark .home-block-item__content {
color: #fff
}
.bgDark .home-block-item__content span.home-block-item__big-text {
font-size: 56px!important;
font-family: robotobold;
color: #facd1f!important
}
.bgLight .bgzoom {
-webkit-animation: bgzoom 10s .5s linear infinite alternate;
animation: bgzoom 10s .5s linear infinite alternate;
-webkit-animation-play-state: running;
animation-play-state: running;
-o-animation-play-state: running
}
@keyframes bgzoom {
from {
-webkit-transform: scale(1);
transform: scale(1)
}
to {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
}
@-webkit-keyframes bgzoom {
from {
-webkit-transform: scale(1)
}
to {
-webkit-transform: scale(1.2)
}
}
.bgLight .home-block-item__background-transparent {
background-color: #fff
}
.bgLight .home-block-item__content {
color: #282828
}
.bgLight .home-block-item__content span.home-block-item__big-text {
font-size: 56px!important;
font-family: robotobold;
color: #282828!important
}
.record-number .container {
position: relative;
z-index: 1
}
.record-number__bg {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
.about-group__content-container {
background-color: #fff;
background-size: cover;
padding: 60px 0;
position: relative;
z-index: 1;
transition-delay: .5s
}
.about-group__content-container.record-number {
background-size: cover
}
@media only screen and (min-width:768px) {
.about-group__content-container.record-number {
padding-top: 30px;
padding-bottom: 10px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container.record-number {
padding: 110px 0 142px
}
}
.about-group__content-container.record-number .col-xs-12:last-child .about-us-info {
margin: 0
}
.about-group__content-container .about-us-info {
background: #fff;
text-align: center;
padding: 47px 0 51px;
margin: 0 0 20px
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-info {
margin: 0
}
}
.about-group__content-container .about-us-info .about-us-icon {
width: 78px;
height: 78px;
background-size: cover;
margin: 0 auto 30px
}
.about-group__content-container .about-us-info .statistic-number {
font-size: 3.5rem;
line-height: 2.5rem;
font-family: robotoblack;
color: #34495e;
letter-spacing: 2px;
margin: 0 auto 10px;
display: inline-block
}
.about-group__content-container .about-us-info p {
font-size: 1.125rem;
line-height: 1.375rem;
font-family: robotoblack;
color: #333;
letter-spacing: 1px;
margin: 0
}
.about-group__content-container .about-us-certified__infor {
width: 100%;
padding: 0 15px;
float: left
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__infor {
width: 60%;
padding: 60px 0
}
}
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-family: RobotoLight;
color: #282828;
padding: 0;
margin: 0 0 20px;
font-size: 1.25rem;
text-align: center
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-size: 1.25rem;
line-height: 30px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-size: 1.625rem;
line-height: 35px;
text-align: left
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-size: 2.1875rem;
line-height: 40px;
margin: 0 0 50px
}
}
.about-group__content-container .about-us-certified__infor .about-certified__header span {
font-family: RobotoBlack
}
.about-group__content-container .about-us-certified__infor .about-certified__description {
color: #6a7885;
letter-spacing: 1px;
font-weight: 400;
font-family: robotolight;
margin: 0;
font-size: 1rem;
text-align: center
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__infor .about-certified__description {
font-size: 1rem;
line-height: 25px;
text-align: left;
padding-left: 30px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__infor .about-certified__description {
font-size: 1.125rem;
line-height: 30px;
text-align: left;
width: 90%;
padding-left: 0
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__infor .about-certified__description {
font-size: 1.5rem;
line-height: 35px
}
}
.about-group__content-container .about-us-certified__number {
width: 100%;
padding: 0 15px;
float: left;
text-align: center
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__number {
width: 40%;
padding: 36px 0 0;
text-align: center
}
}
.about-group__content-container .about-us-certified__number .number__certified {
font-family: robotoblack;
padding: 0;
margin: 0;
color: #34495e;
font-size: 7.5rem;
line-height: 140px;
display: block;
opacity: .2
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__number .number__certified {
font-size: 10rem;
line-height: 100px;
padding: 0 0 50px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__number .number__certified {
font-size: 12.5rem;
line-height: 140px;
margin: 0 0 20px
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__number .number__certified {
font-size: 15rem;
padding: 0 0 30px;
line-height: 180px
}
}
.about-group__content-container .about-us-certified__number p {
color: #2c3e50;
font-weight: 700;
font-family: latoregular;
font-size: .875rem;
line-height: 20px;
margin: 0;
padding: 16px 0 0;
opacity: .5;
letter-spacing: 1px;
word-spacing: 2px
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__number p {
line-height: 30px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__number p {
line-height: 35px
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__number p {
font-size: 1.25rem;
line-height: 40px
}
}
.about-group__content-container.about-offices-block__container {
background-color: #282828;
text-align: center
}
.about-group__content-container .yellow-divider {
margin: 30px 0
}
.about-group__content-container .about-offices-block__content {
text-align: center
}
.about-group__content-container .about-offices-block__content h3 {
font-family: robotothin;
font-weight: 400;
color: #fff;
text-align: center;
line-height: 35px;
font-size: 1.5rem;
width: 95%;
margin: 0 auto
}
.about-group__content-container .about-offices-block__content h3 span {
color: #f9cd1f;
font-family: robotoblack;
font-weight: 700
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-offices-block__content h3 {
font-size: 2.1875rem;
line-height: 40px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-offices-block__content h3 {
font-size: 2.5rem;
line-height: 45px
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-offices-block__content h3 {
font-size: 3.125rem;
line-height: 60px
}
}
.about-group__content-container .about-offices-block__content .yellow-divider {
margin-top: 20px
}
.about-group__content-container .about-offices-block__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
display: none
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-offices-block__bg {
width: 120%
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-offices-block__bg {
display: block;
background-repeat: no-repeat;
width: 100%
}
}
.about-group__content-container .about-offices-block__bg img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
@media only screen and (min-width:992px) and (max-width:1024px) {
.about-group__content-container .about-offices-block__bg {
background-position: 0 bottom!important;
top: 127px;
left: -205px
}
}
.about-group__content-container .about-offices-block__image {
display: inline-block;
max-width: 80%
}
.about-group__content-container .about-offices-block__description {
width: 100%;
position: relative;
font-family: robotothin;
color: #fff;
margin: 0;
line-height: 28px;
font-size: 1.25rem;
padding: 20px 0;
transition-delay: .5s;
font-weight: 400
}
@media only screen and (min-width:480px) {
.about-group__content-container .about-offices-block__description {
width: 100%
}
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-offices-block__description {
line-height: 40px;
font-size: 1.75rem
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-offices-block__image {
display: none
}
.about-group__content-container .about-offices-block__description {
width: 50%;
left: 50%;
margin-left: 30px;
padding: 150px 0 320px;
line-height: 34px;
font-size: 1.625rem;
text-align: left
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-offices-block__description {
width: 60%;
margin-left: 85px;
padding: 30px 20px 300px;
line-height: 60px;
font-size: 2.1875rem
}
}
@media only screen and (min-width:992px) and (max-width:1024px) {
.about-group__content-container .about-offices-block__description {
padding: 100px 0
}
}
.about-group__content-container .about-offices-block__description b, .about-group__content-container .about-offices-block__description span, .about-group__content-container .about-offices-block__description strong {
color: #facd20;
font-family: robotothin
}
@media only screen and (min-width:992px) {
.about-group__content-container {
padding: 110px 0
}
}
.our-mission-container {
width: 100%;
float: left
}
@media only screen and (min-width:1200px) {
.our-mission-container {
padding: 60px 0
}
}
.our-mission-container:nth-child(2n) {
margin-top: 50px
}
.our-mission-container:nth-child(2n) .content-holder {
float: right
}
.our-mission-container:nth-child(2n) .big-image {
float: left;
text-align: left
}
.our-mission-container .content-holder {
float: left;
color: #6a7885;
font-family: robotolight;
width: 100%;
padding: 0;
font-size: 1rem;
line-height: 1.5rem
}
@media only screen and (min-width:768px) {
.our-mission-container:nth-child(2n) {
margin-top: 0
}
.our-mission-container .content-holder {
font-size: 1.5rem;
line-height: 2.125rem;
padding: 40px 0 0;
width: 65%
}
}
@media only screen and (min-width:992px) {
.our-mission-container .content-holder {
padding: 40px 0 0;
font-size: 1.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.our-mission-container .content-holder {
width: 800px;
padding: 80px 0 0
}
}
.our-mission-container .content-holder h2 {
font-family: robotoblack;
color: #282828;
padding: 0;
margin: 0;
font-size: 2rem;
line-height: 1.5rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.our-mission-container .content-holder h2 {
font-size: 2.25rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:992px) {
.our-mission-container .content-holder h2 {
font-size: 2.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1200px) {
.our-mission-container .content-holder h2 {
font-size: 3.5rem;
line-height: 3.5rem
}
}
.our-mission-container .content-holder .description {
text-align: left
}
.our-mission-container .big-image {
float: right;
text-align: right;
position: relative;
display: none
}
.our-mission-container .big-image img {
max-width: 100%;
max-height: 100%
}
@media only screen and (min-width:768px) {
.our-mission-container .big-image {
display: inline-block;
width: 30%;
text-align: right
}
}
@media only screen and (min-width:992px) {
.our-mission-container .big-image {
width: 265px
}
}
.section-job-opening, .section-our-values {
text-align: center;
position: relative;
background: url(/web/20160602234155/http://www.niteco.com/img/bgOurValues.jpg) center center;
background-size: cover
}
.section-job-opening .section-our-values__bg, .section-our-values .section-our-values__bg {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
.section-job-opening .container, .section-our-values .container {
position: relative;
z-index: 1
}
.section-job-opening .our-values-container, .section-our-values .our-values-container {
margin: 0 auto;
text-align: left
}
.section-job-opening .our-values-container .our-value-header, .section-our-values .our-values-container .our-value-header {
text-align: center
}
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-family: robotoblack;
color: #fff;
margin: 0;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.25rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.25rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media only screen and (device-height:768px) and (device-width:1024px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.5rem;
line-height: 3rem
}
}
@media (-webkit-min-device-pixel-ratio:2) and (min-device-width:760px) and (max-device-width:778px) and (orientation:portrait) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.25rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:560px) and (max-device-width:678px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:310px) and (max-device-width:380px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:410px) and (max-device-width:430px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:730px) and (max-device-width:740px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
.section-job-opening .our-values-container .our-value-item, .section-our-values .our-values-container .our-value-item {
width: 100%;
min-height: 210px;
background: #fff;
padding: 35px 40px;
margin-bottom: 40px
}
@media only screen and (max-width:767px) {
.section-job-opening .our-values-container .our-value-item, .section-our-values .our-values-container .our-value-item {
padding: 35px 15px
}
}
.section-job-opening .our-values-container .our-value-item:nth-child(2), .section-our-values .our-values-container .our-value-item:nth-child(2) {
transition-delay: 0ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(3), .section-our-values .our-values-container .our-value-item:nth-child(3) {
transition-delay: 200ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(4), .section-our-values .our-values-container .our-value-item:nth-child(4) {
transition-delay: 400ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(5), .section-our-values .our-values-container .our-value-item:nth-child(5) {
transition-delay: 600ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(6), .section-our-values .our-values-container .our-value-item:nth-child(6) {
transition-delay: 800ms
}
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-family: robotoblack;
color: #2c3e50;
font-size: 4.5rem;
line-height: 1;
margin: 0 0 20px;
padding: 0 0 0 20px;
text-align: center;
opacity: .2
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .row, .section-our-values .our-values-container .our-value-item .row {
display: table
}
.section-job-opening .our-values-container .our-value-item .row .col-sm-10, .section-job-opening .our-values-container .our-value-item .row .col-sm-2, .section-our-values .our-values-container .our-value-item .row .col-sm-10, .section-our-values .our-values-container .our-value-item .row .col-sm-2 {
display: table-cell;
vertical-align: middle;
float: none
}
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
padding: 0 0 25px;
font-size: 5rem;
line-height: 5rem;
text-align: center
}
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 7rem;
line-height: 7rem;
text-align: left;
margin: 0
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 11rem;
line-height: 6rem;
vertical-align: bottom!important
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 11rem;
line-height: 6rem;
vertical-align: bottom!important
}
}
@media only screen and (max-width:639px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 4.5rem;
line-height: 1;
padding: 0
}
}
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
color: #6a7885;
font-family: robotolight;
text-align: justify
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
font-size: 1.5rem;
line-height: 1.875rem;
text-align: left
}
}
@media only screen and (max-width:767px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
text-align: center
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
padding: 0 0 0 25px;
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
color: #2c3e50;
font-family: robotoregular;
margin: 0;
padding: 0 0 15px;
text-align: center;
font-weight: 400
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem;
text-align: left
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (max-width:639px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.5rem
}
}
.section-job-opening .our-values-container .our-value-item:last-child, .section-our-values .our-values-container .our-value-item:last-child {
margin-bottom: 0
}
.about-socially-container {
padding: 0 0 100px;
background: #fff
}
.about-socially-container a {
color: #2c3e50;
font-weight: 700
}
.about-socially-container a:hover {
opacity: .8
}
.about-socially-container .page-description__title-container {
padding-bottom: 30px
}
@media only screen and (max-width:767px) {
.about-socially-container .page-description__title-container {
font-size: 1rem
}
}
.about-socially-container .container:nth-child(2n+1) .page-description__description {
word-spacing: 2px
}
.about-socially-container .page-description__description {
width: 100%;
text-align: left;
letter-spacing: .9px
}
@media only screen and (max-width:639px) {
.about-socially-container .page-description__description {
font-size: 1rem
}
}
.about-socially-container .about-socially-image-container {
margin: 0 0 55px
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container {
margin: 0 0 55px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container {
margin: 0 0 55px
}
}
.about-socially-container .about-socially-image-container::after {
content: '';
height: 1px;
display: block;
clear: both
}
.about-socially-container .about-socially-image-container .about-socially-image {
background-size: cover;
position: relative;
overflow: hidden
}
.about-socially-container .about-socially-image-container .about-socially-image img {
max-width: 100%;
margin: auto;
display: block
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image img {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left {
width: 100%;
float: left
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-left {
width: 69.3%
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
width: 100%;
height: 270px;
position: relative;
transition-delay: 1s
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
height: 250px
}
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
height: 230px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
height: 260px
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: auto;
width: 100%;
margin: 0 0 5px;
transition-delay: 1s
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: 240px
}
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: 217px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: 260px
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(1) {
float: left
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(2) {
float: right
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(1) {
float: left
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(2) {
float: right
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(1) {
width: 33%
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(2), .about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(1) {
width: 66%
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(2) {
width: 33%
}
}
.about-socially-container .about-socially-image-container .about-socially-image-right {
width: 100%;
height: auto;
float: right
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-right {
height: 540px
}
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-right {
height: 510px;
width: 30%
}
}
.about-community-container {
background: url(/web/20160602234155/http://www.niteco.com/img/about-us-community-background.png);
text-align: center
}
.about-community-container h2 {
color: #000;
opacity: .4
}
.about-community-container .yellow-divider {
background-color: #000;
opacity: .05
}
.about-community-container .about-community__item {
padding: 20px 0;
width: 70%;
margin: 0 auto
}
@media only screen and (min-width:992px) {
.about-community-container .about-community__item {
width: 55%
}
}
.about-community-container .about-community__item img {
margin: 0 auto 30px;
display: block;
width: auto
}
.about-community-container .about-community__item h3 {
color: #2c3e50;
opacity: .5;
font-family: robotomedium;
font-size: 1.5rem;
line-height: 1.5625rem;
margin: 0 0 20px
}
@media only screen and (min-width:768px) {
.about-community-container .about-community__item h3 {
font-size: 1.5rem;
line-height: 1.875rem;
margin: 0 0 30px
}
}
@media only screen and (min-width:992px) {
.about-community-container .about-community__item h3 {
font-size: 1.875rem;
line-height: 2.1875rem;
margin: 0 0 50px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container .about-socially-image-right {
height: 530px
}
.about-community-container .about-community__item h3 {
font-size: 1.875rem;
line-height: 2.5rem;
margin: 0 0 70px
}
}
.about-community-container .about-community__item p {
color: #2c3e50;
font-family: robotoregular;
font-size: 1rem;
line-height: 1.7;
margin: 0;
padding: 0
}
@media only screen and (min-width:768px) {
.about-community-container .about-community__item p {
font-size: 1.25rem;
line-height: 1.5625rem
}
}
@media only screen and (min-width:992px) {
.about-community-container .about-community__item p {
font-size: 1.25rem;
line-height: 1.5625rem
}
}
@media only screen and (min-width:1200px) {
.about-community-container .about-community__item p {
font-size: 1rem;
line-height: 1.875rem
}
}
.about-community-container .owl-prev {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
left: 10px;
margin-top: -18px;
cursor: pointer;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel.png) center center no-repeat;
background-size: auto 100%
}
@media only screen and (min-width:768px) {
.about-community-container .owl-prev {
left: 30px
}
}
@media only screen and (min-width:992px) {
.about-community-container .owl-prev {
left: 70px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.about-community-container .owl-prev:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel_active.png) center center no-repeat;
background-size: auto 100%
}
.about-community-container .owl-next {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
margin-top: -18px;
right: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel.png) center center no-repeat;
background-size: auto 100%
}
@media only screen and (min-width:768px) {
.about-community-container .owl-next {
right: 30px
}
}
@media only screen and (min-width:992px) {
.about-community-container .owl-next {
right: 80px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.about-community-container .owl-next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel_active.png) center center no-repeat;
background-size: auto 100%
}
.community-column-container {
background-size: cover
}
.group-image-header, .group-image-header__image {
background: #fff;
border-radius: 100%;
position: absolute
}
.community-column-container .col-xs-12 {
margin-bottom: 20px
}
.community-header {
text-align: center
}
.community-header h2 {
font-family: robotoblack;
color: #fff;
margin: 0;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.community-column-container .col-xs-12 {
margin-bottom: 0
}
.community-header h2 {
font-size: 2.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.community-header h2 {
font-size: 2.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.community-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1900px) {
.community-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
.community-header .yellow-divider {
margin: 20px 0 98px
}
@media only screen and (min-width:768px) {
.community-header .yellow-divider {
margin: 30px 0 108px
}
}
.group-image-header {
top: -48px;
left: 50%;
margin-left: -68px;
width: 136px;
height: 136px;
overflow: hidden
}
.group-image-header__image {
width: 120px;
height: 120px;
z-index: 1;
top: 8px;
left: 8px
}
.group-image-header::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background: #596571;
width: 100%;
height: 0;
border: 48px solid #596571;
border-bottom: 0
}
.loading-container {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: #facd20;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
opacity: 1
}
.loading-container.loading {
transition: -webkit-transform 5s ease-in 0s;
transition: transform 5s ease-in 0s;
-webkit-transform: translate(-20%, 0);
transform: translate(-20%, 0)
}
.loading-container.loading .loading-mask {
display: block
}
.loading-container.animating {
transition: -webkit-transform 1000ms ease-in 0s;
transition: transform 1000ms ease-in 0s;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.loading-container.animating .loading-mask {
display: block
}
.loading-container::after {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100%;
background: #facd20;
box-shadow: 0 0 15px #facd20, 0 0 5px #facd20;
content: "";
-webkit-transform: rotate(2deg) translateY(-2px);
transform: rotate(2deg) translateY(-2px)
}
.loading-container .loading-mask {
position: absolute;
width: 200%;
height: 200px;
top: 0;
left: 0;
display: none
}
.list-projects {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0
}
.list-projects li.project-item {
float: left;
width: 100%;
position: relative;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-white.png), auto
}
@media only screen and (min-width:768px) {
.list-projects li.project-item {
width: 50%
}
}
.list-projects li.project-item img {
width: 100%;
max-width: 100%;
height: auto;
z-index: 1
}
.list-projects li.project-item .project-holder-content {
top: 0;
left: 0;
z-index: 2;
position: absolute;
text-align: left;
padding: 5px;
width: 100%;
height: 100%;
opacity: .8;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-white.png) 23 22, auto;
transition: all .5s ease-in-out
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content {
padding: 15px;
opacity: 0
}
}
.list-projects li.project-item .project-holder-content .project-holder {
width: 100%;
background-color: rgba(40, 40, 40, .95);
height: 100%;
position: relative
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .button-blue-border {
font-size: .8rem;
padding: .5rem 1.5rem
}
}
.list-projects li.project-item .project-holder-content .project-holder .text {
position: absolute;
font-size: 11px;
letter-spacing: 1px;
text-align: center;
width: 90%;
transition-delay: 1s;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%)
}
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
font-size: 1rem;
letter-spacing: 3px;
line-height: 1;
color: #fff;
font-family: latoblack;
text-transform: uppercase;
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px);
transition: all .3s ease-out
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
line-height: 1;
font-size: .75rem
}
}
@media only screen and (min-width:768px) {
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
font-size: .75rem
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover {
padding: 5px 0
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
font-size: 1rem
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover {
padding: 20px 0 25px
}
}
@media only screen and (min-width:1200px) {
.list-projects li.project-item .project-holder-content .project-holder .text {
width: 60%
}
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
font-size: 1rem
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover {
padding: 20px 0 25px
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover .yellow-divider {
width: 0;
transition: width .5s ease-in-out
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover .yellow-divider {
width: 100px;
transition: none
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .title {
font-family: robotobold;
letter-spacing: -.03em;
color: #efefef;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px);
transition: all .3s ease-out;
transition-delay: .05s;
font-size: 1.5rem;
line-height: 1.5rem
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .title {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
font-size: 1.5rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .title {
font-size: 3rem;
line-height: 3rem
}
}
@media only screen and (min-width:1200px) {
.list-projects li.project-item .project-holder-content .project-holder .text .title {
font-size: 4rem;
line-height: 4rem
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
color: #fff;
font-size: 1rem;
line-height: 1.3rem;
margin: 15px 0 20px;
letter-spacing: 1px;
font-family: robotolight;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px);
transition: all .3s ease-out;
transition-delay: .05s
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: .8rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: 1.2rem;
line-height: 1.7rem;
margin: 20px 0 40px;
letter-spacing: 1px
}
}
@media only screen and (min-width:1200px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: 20px;
line-height: 1.5rem;
margin: 20px 0 50px;
letter-spacing: 1px
}
}
@media only screen and (min-width:1900px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: 22px;
line-height: 1.7rem;
margin: 20px 0 50px;
letter-spacing: 1px
}
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .button-blue-border {
font-size: 1rem;
padding: 1rem 2.5rem
}
}
.list-projects li.project-item .project-holder-content:hover {
opacity: 1;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-white.png), auto
}
.list-projects li.project-item .project-holder-content:hover .text .wave_hover .yellow-divider {
width: 70px
}
.list-projects li.project-item .project-holder-content:hover .text .h_main {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
transition: all .3s ease-in
}
.list-projects li.project-item .project-holder-content:hover .text .subtitle, .list-projects li.project-item .project-holder-content:hover .text .title {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.project-modal {
position: absolute;
z-index: 3;
display: none;
top: 0;
left: 0;
width: 50%;
height: 50px;
background: #fff;
overflow: auto!important;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-out-yellow.png) 23 22, auto;
-webkit-overflow-scrolling: touch
}
.project-modal .project-preview {
height: 80%;
overflow: hidden
}
.project-modal .rb-close {
position: absolute;
top: 1.3em;
right: 1em;
width: 2em;
height: 2em;
text-indent: -9000px;
cursor: pointer;
z-index: 1000;
opacity: 0;
color: #fff
}
.project-modal .rb-close::before {
content: 'x';
font-weight: 400;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 2em;
line-height: .6;
text-align: center;
text-indent: 0
}
.project-modal img {
width: 100%;
max-width: 100%
}
.project-modal .project-holder-content {
top: 0;
left: 0;
z-index: 2;
position: absolute;
text-align: left;
padding: 0;
width: 100%;
height: 80%;
opacity: 1;
transition: none
}
.project-modal .project-holder-content .project-holder {
width: 100%;
background-color: rgba(40, 40, 40, .95);
height: 100%;
position: relative;
transition: none
}
.project-modal .project-holder-content .project-holder .text {
position: absolute;
font-size: 11px;
letter-spacing: 1px;
text-align: center;
transition: none;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%)
}
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: 1rem;
letter-spacing: 5px;
color: #fff;
font-family: latoblack;
text-transform: uppercase;
transition: none;
line-height: 1
}
@media only screen and (max-width:639px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: .75rem
}
}
@media only screen and (min-width:768px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: .75rem
}
}
@media only screen and (min-width:992px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: .875rem
}
}
@media only screen and (min-width:1200px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: 1rem
}
}
.project-modal .project-holder-content .project-holder .text .wave_hover {
padding: 30px 0 35px
}
.project-modal .project-holder-content .project-holder .text .wave_hover .yellow-divider {
width: 100px
}
.project-modal .project-holder-content .project-holder .text .title {
font-size: 3rem;
font-family: robotoblack;
letter-spacing: -.03em;
color: #efefef;
transition: none;
line-height: 1.2
}
@media only screen and (max-width:639px) {
.project-modal .project-holder-content .project-holder .text .wave_hover {
padding: 15px 0
}
.project-modal .project-holder-content .project-holder .text .title {
font-size: 3rem
}
}
@media only screen and (min-width:768px) {
.project-modal .project-holder-content .project-holder .text .title {
font-size: 3rem
}
}
@media only screen and (min-width:992px) {
.project-modal .project-holder-content .project-holder .text .title {
font-size: 4rem
}
}
@media only screen and (min-width:1200px) {
.project-modal .project-holder-content .project-holder .text .title {
font-size: 5.625rem
}
}
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
color: #fff;
font-size: 1rem;
line-height: 1.2;
font-family: robotothin;
letter-spacing: 1px;
margin-bottom: 50px;
margin-top: 20px;
transition: none
}
@media only screen and (min-width:768px) {
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
font-size: 1.125rem
}
}
@media only screen and (min-width:1200px) {
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
font-size: 2rem
}
}
@media only screen and (min-width:992px) {
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
font-size: 2rem
}
.project-modal .project-holder-content .project-holder .text {
width: 60%
}
}
.project-modal .project-holder-content .project-holder .button-blue-border {
display: none
}
.project-modal .project-loading-content {
background: #fff
}
.project-modal .project-loading-content .loading-container-2 {
height: auto
}
.section-case-study-detail {
width: 100%;
height: auto;
background: #fff
}
.section-case-study-detail .case-study-item {
margin: 30px;
overflow: hidden;
padding-right: 49%
}
.section-case-study-detail .case-study-item .case-study-content, .section-case-study-detail .case-study-item .case-study-image {
width: 100%;
background: 0 0;
padding-bottom: 99999px;
margin-bottom: -99999px
}
.section-case-study-detail .case-study-item .case-study-image {
float: left
}
.section-case-study-detail .case-study-item .case-study-image img {
max-width: 100%;
width: 100%
}
.section-case-study-detail .case-study-item .case-study-content {
float: right;
margin-right: -104%;
vertical-align: middle
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item .case-study-content {
display: block;
width: 100%
}
}
.section-case-study-detail .case-study-item .case-study-content__container {
display: table-cell;
vertical-align: middle;
padding: 5%
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-family: robotoblack;
color: #282828;
padding: 0 0 1rem;
font-size: 3.5rem;
line-height: 3.5rem
}
@media only screen and (min-width:768px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 1.5rem;
line-height: 1
}
}
@media only screen and (min-width:992px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 2.5rem;
line-height: 1
}
}
@media only screen and (min-width:1200px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 3.5rem;
line-height: 1
}
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 1.5rem;
line-height: 1;
padding: 0
}
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
padding-top: 1rem;
font-family: robotolight;
color: #6a7885;
font-size: 1.375rem;
line-height: 1.5
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description li {
list-style: none;
padding-left: 35px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 10px 10px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 2rem;
color: #7d8995;
letter-spacing: .5px
}
@media only screen and (min-width:768px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1rem;
line-height: 1.7
}
}
@media only screen and (min-width:992px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1rem;
line-height: 1.7
}
}
@media only screen and (min-width:1200px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1.375rem;
line-height: 1.5
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description ul {
font-size: 1.125rem
}
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1rem;
line-height: 1.7;
padding: 0
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description ul {
padding-left: 0
}
}
.section-case-study-detail .case-study-item:last-child {
margin-bottom: 0
}
.section-case-study-detail .case-study-item:first-child {
padding-top: 30px;
margin-top: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-image {
float: right;
margin-right: -104%
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-content {
float: left;
margin-right: initial;
background-color: #f0f1f3
}
@media only screen and (min-width:768px) and (max-width:1900px) {
.section-case-study-detail .case-study-item {
padding-right: 0
}
.section-case-study-detail .case-study-item .case-study-content {
margin-right: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-image {
float: left;
margin-right: 0
}
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item {
padding-right: 0
}
.section-case-study-detail .case-study-item .case-study-content, .section-case-study-detail .case-study-item .case-study-image {
display: block;
width: 100%;
float: left;
margin: 0;
padding: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-image {
float: left;
margin: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-content {
float: left;
margin-right: initial;
background-color: #f0f1f3
}
}
@media only screen and (min-width:992px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image, .service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
display: block;
bottom: 0
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: 50%;
display: block;
bottom: 0
}
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: 50%;
display: block;
bottom: 0
}
.service-item-detail__container .service-item-detail__image {
bottom: 0;
display: block
}
}
@media only screen and (min-width:768px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 50%
}
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
max-width: 50%
}
.service-item-detail__container .service-item-detail__content {
width: 50%;
padding: 0
}
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 1.5rem
}
}
.our-work-footer .home-block-item .home-block-item__content-container .home-block-item__content {
margin-top: 89px
}
.our-work-footer .home-block-item:hover .home-block-item__content-container .home-block-item__content {
margin-top: 80px
}
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) {
.section-case-study-detail .case-study-item .case-study-content {
width: 98%
}
}
.safari_only .section-case-study-detail .case-study-item .case-study-content, _:-webkit-full-screen:not(:root:root) .section-case-study-detail .case-study-item .case-study-content {
width: 98%
}
.owl-carousel .owl-item .testimonial-panel img {
width: auto;
display: inline-block;
max-width: 150px
}
.testimonial-container__header {
text-align: center;
position: relative;
z-index: 1
}
.testimonial-container__header .header-title-section {
color: #282828;
font-size: 3.5rem
}
@media only screen and (max-width:767px) {
.testimonial-container__header .header-title-section {
font-size: 2rem
}
}
@media only screen and (min-width:768px) {
.testimonial-container__header .header-title-section {
font-size: 2.25rem
}
}
@media only screen and (min-width:992px) {
.testimonial-container__header .header-title-section {
font-size: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.testimonial-container__header .header-title-section {
font-size: 3.5rem
}
}
.testimonial-container__header .yellow-divider {
margin: 30px 0
}
.testimonial-container__header .img__quote {
background: url(/web/20160602234155/http://www.niteco.com/img/quote.jpg) center center no-repeat;
background-size: auto 100%;
margin: 10px auto 20px;
width: 39px;
height: 30px
}
@media only screen and (min-width:768px) {
.testimonial-container__header .img__quote {
margin: 20px auto 40px;
width: 78px;
height: 59px
}
}
@media only screen and (min-width:1900px) {
.testimonial-container__header .img__quote {
margin: 20px auto 40px
}
}
.testimonial-container {
background-size: cover;
position: relative;
overflow: hidden
}
.testimonial-container .testimonial-image-background {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
.testimonial-container .testimonial-carousel-container {
position: relative
}
.testimonial-container .testimonial-carousel-container .owl-prev {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
left: 10px;
margin-top: -18px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel.png) center center no-repeat;
background-size: auto 100%;
opacity: .6
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .owl-prev {
left: 30px
}
}
@media only screen and (min-width:992px) {
.testimonial-container .testimonial-carousel-container .owl-prev {
left: 70px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.testimonial-container .testimonial-carousel-container .owl-prev:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel.png) center center no-repeat;
opacity: 1;
background-size: auto 100%
}
.testimonial-container .testimonial-carousel-container .owl-next {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
margin-top: -18px;
right: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel.png) center center no-repeat;
background-size: auto 100%;
opacity: .6
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .owl-next {
right: 30px
}
}
@media only screen and (min-width:992px) {
.testimonial-container .testimonial-carousel-container .owl-next {
right: 80px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.testimonial-container .testimonial-carousel-container .owl-next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel.png) center center no-repeat;
background-size: auto 100%;
opacity: 1
}
.testimonial-container .testimonial-carousel-container .testimonial-panel {
overflow: hidden;
text-align: center
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
margin: 0 15%;
font-family: robotolight;
font-style: italic;
font-size: 1rem;
text-align: justify
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
text-align: center;
margin: 0 10%
}
}
@media only screen and (min-width:992px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
margin: 0 20% 85px;
font-size: 1.25rem
}
}
@media only screen and (min-width:1200px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
margin: 0 25% 85px;
font-size: 1.5rem
}
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about {
font-family: robotoregular
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about span {
color: #a1b1bc;
font-size: .875rem
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about>p {
font-size: 1rem;
padding: 0;
margin-bottom: 1px
}
.home-block-row.our-work-footer {
height: auto
}
.home-block-row.our-work-footer .home-block-item {
height: 250px
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about span {
font-size: 1rem
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about>p {
font-size: 1.5rem
}
.home-block-row.our-work-footer .home-block-item {
height: 100%
}
.home-block-row.our-work-footer {
height: 250px
}
}
@media only screen and (min-width:992px) {
.home-block-row.our-work-footer {
height: 250px
}
}
@media only screen and (min-width:1200px) {
.home-block-row.our-work-footer {
height: 250px
}
}
.home-block-row.our-work-footer::after {
display: block;
width: 100%;
content: '';
clear: both
}
.our-works-footer__item {
width: 100%;
height: 100%;
position: relative;
float: left
}
@media only screen and (min-width:768px) {
.our-works-footer__item {
width: 50%
}
}
.search-container {
position: fixed;
width: 0;
height: 0;
z-index: 9999;
cursor: text;
right: -100%;
background-color: #f0f2f3;
overflow-y: hidden;
overflow-x: hidden;
display: none;
opacity: 0
}
.search-container.expanding {
background: #2c3e50
}
.search-container .seach-box__placeholder {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 0 10px;
color: #4c525c;
font-family: robotolight;
opacity: .4;
font-size: 1.25rem;
line-height: 60px
}
.search-container.active {
cursor: default;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.search-container.active .close-button {
pointer-events: auto;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-duration: .3s, .3s;
transition-timing-function: ease, ease
}
.search-container.active .search-form {
margin: 60px auto 30px;
opacity: 1;
transition-property: opacity;
transition-duration: .3s;
transition-timing-function: ease;
width: 95%
}
@media only screen and (min-width:768px) {
.search-container.active .search-form {
width: 80%
}
}
.search-container .close-button {
opacity: 0;
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1);
pointer-events: none;
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
width: 36px;
height: 36px
}
.search-container .close-button::after, .search-container .close-button::before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
border-radius: 3px;
opacity: .2;
background: #000
}
.search-container .close-button::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.search-container .close-button::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.search-container .close-button:hover::after, .search-container .close-button:hover::before {
opacity: 1
}
.search-container .search-form {
opacity: 0;
margin: 0 auto;
position: relative;
z-index: 1;
width: 100%;
height: 35px
}
@media only screen and (min-width:768px) {
.search-container .search-form {
height: 100px
}
}
.search-container .search-form .search-box {
border: none;
width: 97%;
height: 60px;
font-family: robotobold;
color: #9ea6af;
background: url(/web/20160602234155/http://www.niteco.com/img/search-big-icon.png) 100% center no-repeat;
background-size: auto 50%;
padding: 0 35px 0 10px;
font-size: 1.5rem
}
@media only screen and (min-width:768px) {
.search-container .search-form .search-box {
width: 100%;
height: 105%;
padding: 0 100px 0 10px;
font-size: 2rem;
background-size: auto 50%
}
}
@media only screen and (min-width:992px) {
.search-container .search-form .search-box {
width: 100%;
height: 105%;
background-size: auto 80%;
font-size: 5rem
}
}
.search-container .search-form .img-loading {
position: absolute;
right: 16px;
top: 50%;
margin-top: -5px;
width: 32px;
z-index: 1;
display: none
}
.search-container .search-form.searching .img-loading, .search-container .search-result .search-result__item a span {
display: block
}
.search-container .search-form.searching .search-box {
background: 0 0
}
.search-container .search-result {
margin: 30px auto 0
}
@media only screen and (min-width:768px) {
.search-container .search-result {
width: 80%
}
}
.search-container .search-result .search-result__item {
opacity: 0
}
.search-container .search-result .search-result__item a {
background-color: rgba(118, 117, 128, .1);
padding: 20px;
min-height: 90px;
margin: 0 0 5px;
text-decoration: none;
color: #fff;
display: block
}
.search-container .search-result .search-result__item a .search-result__title {
font-family: robotomedium;
font-size: 1rem
}
.search-container .search-result .search-result__item a .search-result__description {
font-family: robotothin;
font-size: 1rem
}
.search-container .search-result .search-result__item a:hover {
background-color: rgba(118, 117, 128, .5)
}
.search-container .search-result__message {
color: #fff;
text-align: center;
font-size: 1.5rem;
font-family: robotomedium;
padding-top: 70px
}
.search-container .search-default {
display: none;
margin: 0 auto
}
@media only screen and (min-width:992px) {
.search-container .search-result {
width: 80%
}
.search-container .search-default {
width: 90%
}
}
@media only screen and (min-width:768px) {
.search-container .search-default {
width: 80%
}
}
.search-container .search-default .search-default__column h3 {
font-family: robotobold;
font-size: 1.5rem;
color: #e6b94c
}
.search-container .search-default .search-default__column .search-default__item {
font-family: robotolight;
font-size: 1.125rem;
background-color: rgba(118, 117, 128, .1);
padding: 10px 20px;
margin: 0 0 5px;
text-decoration: none;
color: #fff;
display: block;
transition: .25s ease
}
.search-container .search-default .search-default__column .search-default__item.search-default__location {
background: url(/web/20160602234155/http://www.niteco.com/img/search_item_search.png) 95% center no-repeat;
background-color: rgba(118, 117, 128, .1);
padding: 20px 40px
}
@media only screen and (min-width:992px) {
.search-container .search-default .search-default__column .search-default__item.search-default__location {
padding: 40px
}
}
.search-container .search-default .search-default__column .search-default__item:hover {
background-color: rgba(118, 117, 128, .5)
}
.search-container .search-showmore-container {
text-align: center;
display: none
}
.search-container .search-showmore-container span {
cursor: pointer;
display: inline-block;
font-family: robotomedium;
padding: 5px 10px;
margin: 30px 0;
color: #fff
}
.awards-section::after {
content: '';
display: block;
height: 0;
clear: both
}
.awards {
width: 100%;
float: left;
background: #fff;
position: relative;
z-index: 1
}
.awards .__award-logo-container {
height: 100%;
width: 100%
}
.award, .award .__award-logo {
position: relative;
height: auto;
overflow: hidden
}
.award-group, .award-subgroup {
max-width: 100%;
margin-left: auto;
margin-right: auto
}
.award-group:after, .award-subgroup:after {
content: " ";
display: block;
clear: both
}
.__group {
width: 100%;
margin-left: auto;
margin-right: auto
}
.__group .__subgroup {
float: left;
width: 100%
}
@media only screen and (min-width:992px) {
.__group .__subgroup {
width: 50%
}
}
.__group .__subgroup .__award {
width: 100%;
float: left
}
@media only screen and (min-width:768px) {
.__group .__subgroup .__award {
width: 50%
}
.award-subgroup .__award {
width: 50%;
float: left
}
}
@media only screen and (max-width:767px) {
.award-list--bottom .__award, .award-list--top .__group--active~.__group .award, .award-list--top .__subgroup--active .__award--selected+.__award, .award-list--top .__subgroup--active+.__subgroup .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award, .award-list--bottom .__subgroup--active .__award--selected+.__award, .award-list--bottom .__subgroup--active+.__subgroup .__award {
display: table
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.award-list--bottom .__award, .award-list--top .__group--active~.__group .__award, .award-list--top .__subgroup--active+.__subgroup .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award, .award-list--bottom .__subgroup--active+.__subgroup .__award {
display: table
}
}
@media only screen and (min-width:992px) {
.award-group .__subgroup {
width: 50%;
float: left
}
.award-list--bottom .__award, .award-list--top .__group--active~.__group .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award {
display: table
}
}
.award {
border-bottom: solid 15px #f0f1f3;
cursor: pointer
}
.award.__award--selected, .award:hover {
border-bottom-color: #facd20
}
.award .__award-logo {
background-size: cover;
background-position: center top;
opacity: .8;
width: 100%
}
.award .__award-logo img {
position: static;
width: 100%;
top: 0;
left: 0;
-webkit-transform: none;
transform: none
}
.award .__award-category {
font-family: robotothin;
position: relative;
bottom: 0;
width: 100%;
right: 0;
height: 82px;
font-weight: 700;
color: #a1b1bc;
text-align: left;
padding-left: 25px;
border-right: solid 1px #f0f1f3;
display: block
}
@media only screen and (min-width:768px) {
.award .__award-category {
font-size: .875rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.award .__award-category {
font-size: .875rem;
line-height: 1rem
}
}
@media only screen and (min-width:1200px) {
.award .__award-category {
font-size: 1rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.award .__award-category {
font-size: 1rem;
line-height: 1.5rem
}
}
.award .__award-category b {
padding-top: 18px;
color: #2c3e50;
display: inline-block;
font-family: robotomedium;
font-size: 1.25rem;
font-weight: 500;
padding-bottom: 1px
}
@media only screen and (min-width:768px) {
.award .__award-category b {
font-size: 1.125rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.award .__award-category b {
font-size: 1.25rem;
line-height: 1rem
}
}
@media only screen and (min-width:1200px) {
.award .__award-category b {
font-size: 1.25rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.award .__award-category b {
font-size: 1.25rem;
line-height: 1.5rem
}
}
.award .__award-category span {
display: block;
font-size: 1rem;
font-family: robotoregular;
color: #a1b1bc;
font-weight: 400
}
.award .__award-category i.arrow-icon {
width: 17px;
height: 19px;
background: url(/web/20160602234155/http://www.niteco.com/img/right-arrow.png) no-repeat;
position: absolute;
top: 32px;
right: 23px;
display: block
}
.award .__award-btn {
height: 16px;
position: absolute;
top: 32px;
right: 23px;
width: 16px;
transition: all .2s;
opacity: .3
}
#cd-google-map, #google-container {
position: relative
}
.award .__award-btn path {
transition: all .2s
}
.award-details--active, ward-info {
transition: all .5s ease
}
.award.__award--selected .__award-logo, .award.__award--selected .__award-logo img {
opacity: 1
}
.award.__award--selected .__award-btn {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: .8;
font-size: 19px
}
.award.__award--selected .__award-btn #Rectangle-51, .award.__award--selected:hover .__award-btn #Rectangle-51 {
fill: #D8262C
}
.award:hover .__award-logo, .award:hover .__award-logo img {
opacity: 1
}
.award:hover .__award-btn #Rectangle-51 {
fill: #2c3e50
}
.award:hover i.arrow-icon {
background-position: 0 -19px
}
ward-info {
border-bottom: 1px solid #E9E9E9;
border-top: 1px solid #E9E9E9;
width: 100%
}
.award-details {
display: none
}
.award-details .__desc {
font-family: robotolight;
color: #6a7885;
margin-top: 10px;
font-size: 20px;
line-height: 1.5
}
.award-details .__title {
font-size: 1.5rem;
margin: 10px 0
}
.award .__award-btn, .award .__award-logo, .award-details .__container {
margin-left: auto;
margin-right: auto
}
.award-details .__container {
max-width: 820px;
padding: 60px 15px
}
.award-details .__container:after {
content: " ";
display: block;
clear: both
}
@media only screen and (max-width:767px) {
.award-details .__container {
padding: 20px 15px
}
.award-details .__container:after {
content: " ";
display: block;
clear: both
}
}
.award-list--bottom .__award, .award-list--top .__group--active~.__group .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award {
display: block
}
@media (max-width:767px) {
.award .__award-btn {
bottom: 15px;
width: 18px
}
}
.contact-us-page {
height: 100%
}
.contact-us-page .service-listing__yellow-underline {
margin: 20px auto 0
}
@media only screen and (min-width:992px) {
.contact-us-page .page-description__title {
padding: .9375rem 0 40px
}
}
@media only screen and (min-width:768px) {
.contact-us-page .page-description__title {
padding: 15px 0;
font-size: 2.5rem
}
.contact-us-page .page-description__sub-title {
font-size: 1.875rem
}
}
@media only screen and (min-width:992px) {
.contact-us-page .page-description__sub-title {
font-size: 1.75rem
}
}
@media only screen and (min-width:1200px) {
.contact-us-page .page-description__sub-title {
font-size: 1.875rem
}
}
.no-gutter {
padding-left: 0;
padding-right: 0
}
.map-office-section {
padding-top: 85px
}
@media only screen and (max-width:991px) {
.map-office-section {
padding-top: 60px
}
}
#google-container {
width: 100%;
height: 600px;
background-color: #e7eaf0
}
@media only screen and (max-width:767px) {
#google-container {
height: 400px
}
}
@media only screen and (max-width:479px) {
#google-container {
height: 300px
}
}
#cd-google-map address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 1em;
background-color: rgba(211, 104, 104, .9);
color: #fff;
font-size: 13px;
font-size: .8125rem
}
#cd-zoom-in, #cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: rgba(51, 51, 51, .9);
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url(/web/20160602234155/http://www.niteco.com/img/cd-icon-controller-yellow.svg)
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
background-color: #d36868
}
#cd-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px
}
#cd-zoom-out {
background-position: 50% -32px
}
.section-our-locations .location-item {
background: #fff;
display: block
}
.section-our-locations .location-item .location-image, .section-our-locations .location-item .location-info {
position: relative;
display: block;
min-height: 220px
}
.section-our-locations .location-item .location-image.social-links, .section-our-locations .location-item .location-info.social-links {
min-height: 280px
}
.section-our-locations .location-item .location-image {
overflow: hidden;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-color: #f5f5f5
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.section-our-locations .location-item .location-image, .section-our-locations .location-item .location-image.social-links, .section-our-locations .location-item .location-info.social-links {
width: 50%
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
.section-our-locations .location-item {
margin-bottom: -1px
}
.section-our-locations .location-item .location-image, .section-our-locations .location-item .location-image.social-links, .section-our-locations .location-item .location-info.social-links {
width: 50%
}
}
.section-our-locations .location-item .location-image img {
position: static;
width: 100%;
top: 0;
left: 0;
-webkit-transform: none;
transform: none
}
@media only screen and (min-width:768px) {
#cd-google-map address {
font-size: 15px;
font-size: .9375rem;
text-align: center
}
#cd-zoom-in, #cd-zoom-out {
margin-left: 50px
}
#cd-zoom-in {
margin-top: 50px
}
.section-our-locations .location-item .location-image img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-image img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
}
.section-our-locations .location-item .location-info {
background: #f5f5f5;
padding: 2.5rem 1.5rem
}
@media only screen and (min-width:768px) {
.section-our-locations .location-item .location-info {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-info.social-links {
min-height: 315px
}
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-info {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-info.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info {
position: relative;
display: table-cell;
min-height: 315px;
margin-bottom: 0;
padding: 1.5rem
}
.section-our-locations .location-item .location-info.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info {
padding: 2.5rem 1.5rem
}
}
@media only screen and (device-width:1280px) and (device-height:800px) {
.section-our-locations .location-item .location-info {
-webkit-transform: scaleY(.68);
transform: scaleY(.68);
margin-top: 1px
}
}
.section-our-locations .location-item .location-info .location-title {
font-family: robotoblack;
color: #2c3e50;
display: block;
text-transform: uppercase;
padding-bottom: 20px;
letter-spacing: 2px;
font-size: 1.375rem
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-info .location-title {
font-size: 1.5625rem;
line-height: 1
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .location-title {
font-size: 1.25rem;
line-height: 1
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .location-title {
font-size: 1.5625rem;
line-height: 1
}
}
.section-our-locations .location-item .location-info .location-address {
color: #a1b1bc;
font-family: robotoregular;
display: block
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-info .location-address {
font-size: .9375rem;
line-height: 1.5625rem
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .location-address {
font-size: .8125rem;
line-height: 1.3125rem
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .location-address {
font-size: .9375rem;
line-height: 1.5625rem
}
}
.section-our-locations .location-item .location-info .contact-info {
font-size: 1.25rem;
line-height: 1.75rem;
font-family: robotolight;
margin-top: 30px
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .contact-info {
position: absolute;
font-size: 1rem;
bottom: 5px
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .contact-info {
font-size: 1.25rem;
bottom: 30px
}
}
@media only screen and (device-width:1280px) and (device-height:800px) {
.section-our-locations .location-item .location-info .contact-info {
-webkit-transform: scaleX(.9);
transform: scaleX(.9);
margin-left: -15px
}
}
.section-our-locations .location-item .location-info .contact-info a:nth-child(2) {
color: #000
}
.section-our-locations .location-item .location-info .contact-info a {
text-decoration: none;
margin-bottom: 5px;
display: block;
font-size: 1.125rem;
color: #a1b1bc;
font-family: robotobold;
letter-spacing: 1px
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .contact-info a {
font-size: .8125rem
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .contact-info a {
font-size: 1.125rem
}
}
.section-our-locations .location-item .location-info .contact-info a i {
color: #a1b1bc;
margin-right: 20px;
width: 25px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-top: -5px
}
.section-our-locations .location-item .location-info .contact-info a.iconTel:hover, .section-our-locations .location-item .location-info .contact-info a:hover, .section-our-locations .location-item .location-info .contact-info a:hover i {
color: #2c3e50
}
.section-our-locations .location-item .location-info .contact-info a i.fa-facebook, .section-our-locations .location-item .location-info .contact-info a i.fa-linkedin {
margin-right: 15px
}
@media only screen and (min-width:1200px) and (max-width:1650px) {
.section-our-locations .location-item .location-info .contact-info {
bottom: 20px
}
.section-our-locations .location-item .location-info .contact-info a i {
width: 10px
}
}
.section-our-locations .location-item .location-info .contact-info a.iconMail {
font-family: robotobold;
display: inline-block;
vertical-align: middle;
font-weight: 400
}
.section-our-locations .location-item .location-info .contact-info a.iconMail i {
font-size: 1.1875rem
}
.section-our-locations .location-item .location-info .contact-info a.iconTel {
font-family: robotolight;
color: #2c3e50
}
.section-our-locations .location-item .location-info .contact-info a.iconTel i {
font-size: 1.375rem
}
.section-our-locations .location-item .location-info .contact-info a.iconTel:hover i, .section-our-locations .location-item .location-info.social-links .contact-info a b {
color: #a1b1bc
}
.section-our-locations .location-item .location-info .contact-info a.icon-map i {
font-size: 1.625rem
}
.section-our-locations .location-item .location-info .contact-info a.social-button i {
font-size: 1.375rem
}
.section-our-locations .location-item .location-info.social-links .contact-info a {
margin-top: 10px;
display: block;
color: #a1b1bc
}
.section-our-locations .location-item .location-info.social-links .contact-info a:focus, .section-our-locations .location-item .location-info.social-links .contact-info a:hover {
text-decoration: none
}
.section-our-locations .location-item .location-info.social-links .contact-info a:focus b, .section-our-locations .location-item .location-info.social-links .contact-info a:hover b {
color: #2c3e50
}
@media only screen and (min-width:768px) {
.section-our-locations .location-item {
font-size: 1rem;
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item {
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item {
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px;
margin-bottom: 0
}
.section-our-locations .location-item .location-image img {
position: absolute;
top: 20%;
left: 50%;
bottom: auto;
right: auto;
width: auto
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item {
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px;
margin-bottom: 0
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
.section-our-locations .location-item .location-image img {
max-height: 315px;
-webkit-transform: none;
transform: none;
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
}
.input {
position: relative;
z-index: 1;
display: block;
vertical-align: top
}
.selectize-dropdown .active {
color: #fff;
background-color: #56616e
}
.selectize-input>* {
display: -moz-inline-stack;
display: inline-block;
vertical-align: baseline;
zoom: 1
}
.selectize-input>input:focus {
outline: 0!important
}
.selectize-dropdown, .selectize-input, .selectize-input input {
font-family: inherit;
font-size: 22px;
-webkit-font-smoothing: inherit;
line-height: 12px
}
.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
padding: 15px
}
@media only screen and (max-width:480px) {
.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
padding: 0 15px;
line-height: 34px
}
}
.selectize-input input {
font-family: robotomedium;
font-size: 1.375rem
}
.selectize-input input::-webkit-input-placeholder {
color: #989fa9
}
.selectize-input input:-moz-placeholder {
color: #989fa9
}
.selectize-input input::-moz-placeholder {
color: #989fa9
}
.selectize-input input:-ms-input-placeholder {
color: #989fa9
}
.selectize-input.dropdown-active::before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 1px;
background: #f0f0f0;
content: ' '
}
.selectize-dropdown-content {
pointer-events: auto;
background: #fff;
max-height: 210px;
overflow-y: auto;
width: 100%
}
.selectize-dropdown {
width: 106%!important;
top: 0!important;
left: -30px!important;
position: relative!important;
border-bottom: 0!important
}
@media only screen and (max-width:519px) {
.selectize-dropdown {
width: 108%!important
}
}
.selectize-input>input {
max-width: 100%!important;
max-height: none!important;
min-height: 0!important;
padding: 0!important;
margin: 0 1px!important;
line-height: 34px;
text-indent: 0!important;
background: 0 0!important;
border: 0!important;
box-shadow: none!important;
-webkit-user-select: auto!important
}
.selectize-input {
line-height: 34px;
z-index: 1;
display: inline-block;
width: 100%;
padding: 0;
overflow: hidden
}
.selectize-input:after {
font-family: FontAwesome;
content: '\f067';
right: .25em;
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
transition: -webkit-transform .5s;
transition: transform .5s;
position: absolute;
top: 50%
}
.selectize-input::after {
display: block;
clear: left
}
.input-active:after {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg)
}
.input__field {
position: relative;
display: block;
float: right;
border: none;
height: 50px;
line-height: 50px;
padding: 0 1.25rem;
border-radius: 0;
font-size: 1.375rem;
-webkit-appearance: none
}
textarea.input__field {
line-height: 1rem
}
@media only screen and (min-width:768px) {
textarea.input__field {
line-height: 1.125rem
}
}
textarea[name=message] {
height: 150px;
padding: 10px 15px 15px;
margin-bottom: 25px
}
textarea[name=message]::-webkit-input-placeholder {
color: #fff
}
textarea[name=message]:-moz-placeholder {
color: #fff
}
textarea[name=message]::-moz-placeholder {
color: #fff
}
textarea[name=message]:-ms-input-placeholder {
color: #fff
}
.input__field:focus, textarea:focus {
outline: 0
}
.input__label {
display: inline-block;
float: right;
padding: 0 1em;
width: 40%;
color: #fff;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.input__label-content {
position: relative;
display: block;
width: 100%
}
.graphic {
position: absolute;
top: 0;
left: 0;
fill: none
}
.icon {
color: #989fa9;
font-size: 150%
}
.input__label--top {
display: block;
color: #2c3e50;
font-family: robotomedium;
font-size: .75rem;
line-height: .75rem;
padding: .75rem 0
}
@media only screen and (min-width:768px) {
.input__label--top {
font-size: .875rem;
line-height: .875rem
}
}
@media only screen and (min-width:992px) {
.input__label--top {
font-size: 1rem;
line-height: 1rem
}
}
.input__field--contact {
z-index: 10;
width: 100%;
border: 1px solid #d0d0d0;
color: #2c3e50;
font-size: .75rem;
margin: 0 0 .75rem
}
.input__field--contact:focus {
border: 1px solid #596876
}
.input__label--contact {
position: relative;
width: 100%;
color: #989fa9;
text-align: left
}
.cs-select {
display: block;
width: 100%;
height: 3.125rem;
padding: 0 .9375rem;
border: 1px solid #d0d0d0
}
.cs-select:focus {
border: 1px solid #596876;
outline: 0
}
.section-our-contact-form {
background: url(/web/20160602234155/http://www.niteco.com/img/contact-form-bg.jpg) top center/cover no-repeat;
padding: 30px 5px
}
@media only screen and (min-width:768px) {
.input__field--contact {
font-size: .875rem
}
.section-our-contact-form {
padding: 30px 0
}
}
.section-our-contact-form h3 {
font-family: robotomedium;
font-size: 1.5rem;
color: #2c3e50;
margin-bottom: 10px;
font-weight: lighter
}
@media only screen and (min-width:768px) {
.section-our-contact-form h3 {
margin-bottom: 20px
}
}
@media only screen and (min-width:992px) {
.section-our-contact-form h3 {
font-size: 2rem;
margin-bottom: 60px
}
}
@media only screen and (min-width:1650px) {
.section-our-contact-form h3 {
font-size: 2.5rem;
margin-bottom: 60px
}
}
.section-our-contact-form .thank-message {
font-family: robotomedium;
font-size: 2rem;
color: #2c3e50;
margin: 0
}
@media only screen and (min-width:992px) {
.section-our-contact-form .thank-message {
font-size: 2.5rem;
margin-bottom: 60px
}
}
@media only screen and (min-width:1650px) {
.section-our-contact-form .thank-message {
font-size: 2.5rem;
margin-bottom: 60px
}
}
.section-our-contact-form .submit-field {
position: relative
}
.section-our-contact-form .submit-field input[type=submit] {
height: 76px;
line-height: 76px;
text-align: center;
border: 0;
background: #facc23;
display: block;
width: 100%;
color: #282828;
font-family: robotoblack;
font-size: 1.125rem;
margin: 20px 0 0
}
@media only screen and (min-width:768px) {
.section-our-contact-form .submit-field input[type=submit] {
margin: 0
}
}
.section-our-contact-form .contactform-submit {
height: 76px;
text-align: center;
border: 0;
background: #facc23;
display: block;
width: 100%;
color: #282828;
font-family: robotomedium;
font-size: 1.125rem;
transition: all .5s ease;
margin-left: auto;
border-radius: .125rem
}
.section-our-contact-form .contactform-submit:hover {
background: #2c3e50;
color: #facd20
}
.section-our-contact-form .recaptra {
margin-bottom: 15px
}
.section-our-contact-form .error-message {
color: red;
font-family: robotomedium;
font-size: .75rem
}
@media only screen and (min-width:992px) {
.section-our-contact-form {
padding: 110px 0
}
}
#contact-box {
border: 1px solid #f0f1f3;
}
#contact-box .contact-column {
padding-left: 10px;
padding-right: 10px
}
@media only screen and (min-width:768px) {
.section-our-contact-form .error-message {
font-size: .875rem
}
#contact-box .contact-column {
padding-left: 28px;
padding-right: 28px
}
}
.service-listing__yellow-underline {
margin: 30px auto 0
}
.service-wrapper {
background: #fff
}
.service-listing {
position: relative;
z-index: 1;
background: #fff;
padding: 0 0 6rem;
overflow: hidden
}
.service-listing .col-xs-12:nth-child(1) {
transition-delay: 0ms
}
.service-listing .col-xs-12:nth-child(2) {
transition-delay: 150ms
}
.service-listing .col-xs-12:nth-child(3) {
transition-delay: 300ms
}
.service-listing .col-xs-12:nth-child(4) {
transition-delay: 450ms
}
.service-listing .col-xs-12:nth-child(5) {
transition-delay: 0ms
}
.service-listing .col-xs-12:nth-child(6) {
transition-delay: 150ms
}
.service-listing .col-xs-12:nth-child(7) {
transition-delay: 300ms
}
.service-listing .col-xs-12:nth-child(8) {
transition-delay: 450ms
}
.service-listing .col-xs-12:nth-child(1):hover .service-item__image {
background-color: #43b6de
}
.service-listing .col-xs-12:nth-child(2):hover .service-item__image {
background-color: #f37055
}
.service-listing .col-xs-12:nth-child(3):hover .service-item__image {
background-color: #ff9f47
}
.service-listing .col-xs-12:nth-child(4):hover .service-item__image {
background-color: #facd20
}
.service-listing .col-xs-12:nth-child(5):hover .service-item__image {
background-color: #ff9f47
}
.service-listing .col-xs-12:nth-child(6):hover .service-item__image {
background-color: #43b6de
}
.service-listing .col-xs-12:nth-child(7):hover .service-item__image {
background-color: #f37055
}
.service-listing .col-xs-12:nth-child(8):hover .service-item__image {
background-color: #33434f
}
.service-listing .service-item__container {
margin: 0 auto 1.8rem;
border: 1px solid #f0f1f3;
padding: 0 0 1.8rem;
position: relative;
text-align: center;
cursor: pointer
}
.service-listing .service-item__container::after {
content: '';
height: 10px;
background-color: #33434f;
position: absolute;
bottom: 0;
left: -1px;
right: -1px
}
.service-listing .service-item__container .service-item__image {
height: 270px;
background-color: #34495e;
background-size: 100% auto;
background-position: 0 28px;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
transition: background-color .2s ease-in-out
}
.service-listing .service-item__container .service-item__image img {
position: absolute;
width: auto;
height: 95%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.service-listing .service-item__container .service-item__text {
padding: 0 .5rem
}
.service-listing .service-item__container .service-item__text .service-item__title {
font-family: robotomedium;
color: #2c3e50;
text-transform: capitalize;
font-size: 1.25rem;
padding: 1.5rem 0 10px
}
@media only screen and (max-width:639px) {
.service-listing .service-item__container .service-item__text .service-item__title {
font-size: 1.45rem
}
}
.service-listing .service-item__container .service-item__text .service-item__description, .service-listing .service-item__container .service-item__text .service-item__description p {
font-family: latoregular;
color: #a1b1bc;
font-size: 1rem;
line-height: 1.5rem;
min-height: 75px;
max-width: 98%;
margin: auto
}
@media only screen and (max-width:639px) {
.service-listing .service-item__container .service-item__text .service-item__description, .service-listing .service-item__container .service-item__text .service-item__description p {
font-size: 1.15rem
}
}
.service-contact__container {
position: relative;
z-index: 1;
background: #1d2e42;
background-size: 100% 100%;
padding: 50px 0
}
.service-contact__container a.view-more-jobs {
text-transform: uppercase
}
.service-contact__container .service-contact__question {
font-family: robotobold;
color: #fff;
display: inline-block;
margin: 0;
font-size: 1.3rem
}
@media only screen and (min-width:768px) {
.service-contact__container .service-contact__question {
font-size: 2rem
}
}
.service-contact__container .service-contact__help {
font-family: robotolight;
color: #fff;
text-transform: capitalize;
font-size: 1.2rem;
display: block
}
@media only screen and (min-width:768px) {
.service-contact__container .service-contact__help {
font-size: 2rem;
margin: 0
}
}
@media only screen and (min-width:992px) {
.service-listing .service-item__container .service-item__text .service-item__description, .service-listing .service-item__container .service-item__text .service-item__description p {
min-height: 0
}
.service-contact__container .service-contact__help {
display: inline-block;
margin: 0 0 0 5px
}
}
.service-contact__container .service-contact__white-button {
float: left;
margin: 1rem 0 0;
font-size: .9375rem;
border-width: 2px;
padding: 12px 14px
}
@media only screen and (min-width:1200px) {
.service-listing .service-item__container .service-item__image img {
height: auto;
width: 95%
}
.service-listing .service-item__container, .service-listing .service-item__container .service-item__image {
width: 270px
}
.service-contact__container .service-contact__white-button {
float: right;
margin: 0
}
}
.list-service-detail {
position: relative;
z-index: 1
}
.service-item-detail__container {
position: relative;
overflow: hidden
}
.service-item-detail__container:nth-child(2n+1) {
background-color: #fff
}
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
margin-right: 110px
}
@media only screen and (min-width:992px) {
.service-item-detail__container {
height: 600px
}
.service-item-detail__container .container {
position: relative;
top: 50%;
-webkit-transform: translate(0, -55%);
transform: translate(0, -55%)
}
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
display: block;
bottom: 0;
-webkit-transform: none;
transform: none;
padding-bottom: 60px
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: 45%;
display: block;
padding-bottom: 0
}
}
@media only screen and (min-width:1900px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: 50%;
display: block
}
}
@media only screen and (min-width:768px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
max-width: 50%
}
.service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 0
}
}
@media only screen and (min-width:992px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 50%
}
}
.service-item-detail__container:nth-child(2n) {
background-color: #f0f1f3
}
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
margin-left: 110px
}
@media only screen and (min-width:768px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
display: block;
right: 0;
max-width: 50%
}
}
@media only screen and (min-width:992px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
display: block;
bottom: 0;
padding-bottom: 60px
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: 45%;
padding-bottom: 0
}
}
@media only screen and (min-width:1900px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: 50%;
display: block;
bottom: 0
}
}
.service-item-detail__container .service-item-detail__image {
position: absolute;
max-height: 100%;
display: none;
bottom: 0
}
.service-item-detail__container .service-item-detail__image-mobile {
width: 100%;
height: auto;
margin-bottom: 20px
}
.service-item-detail__container .service-item-detail__content {
text-align: left;
position: relative;
width: 100%;
padding: 50px 0
}
@media only screen and (min-width:992px) {
.service-item-detail__container .service-item-detail__image {
display: block;
bottom: 0
}
.service-item-detail__container .service-item-detail__content {
width: 52%;
padding: 0
}
}
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-family: robotoblack;
color: #282828;
font-size: 1.2rem;
padding: .5rem 0 0
}
@media only screen and (max-width:767px) {
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 2rem;
padding: .3rem 0 0
}
}
@media only screen and (min-width:768px) {
.service-item-detail__container .service-item-detail__image {
display: block;
max-width: 50%
}
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 2.5rem
}
}
.service-item-detail__container .service-item-detail__content .service-item-detail__description {
font-family: robotolight;
color: #6a7885;
font-size: 1.125rem;
line-height: 2rem;
letter-spacing: .65px
}
.service-item-detail__container .service-item-detail__content .description__bellow {
margin-top: 30px
}
.service-technology__container {
position: relative;
z-index: 1;
background-size: cover;
background-color: #333;
padding: 110px 0;
overflow: hidden
}
@media only screen and (max-width:991px) {
.service-technology__container {
padding: 60px 0 110px
}
}
.service-technology__container .service-technology__bg {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
.service-technology__container .container {
position: relative;
z-index: 1;
text-align: center
}
.service-technology__container .col-sm-4:nth-child(1) {
transition-delay: 150ms
}
.service-technology__container .col-sm-4:nth-child(2) {
transition-delay: 300ms
}
.service-technology__container .col-sm-4:nth-child(3) {
transition-delay: 450ms
}
.service-technology__container .col-sm-4:nth-child(4) {
transition-delay: 600ms
}
.service-technology__container .col-sm-4:nth-child(5) {
transition-delay: 750ms
}
.service-technology__container .col-sm-4:nth-child(6) {
transition-delay: 900ms
}
@media only screen and (min-width:1200px) {
.service-technology__container .col-sm-4.double-gutter {
padding-left: 65px;
padding-right: 65px
}
}
@media only screen and (min-width:640px) {
.service-technology__container .col-xs-12.col-sm-4 {
width: 33.33333%;
padding: 30px
}
}
.service-technology__container .container .row {
text-align: left
}
.service-technology__container .service-technology__title {
font-family: robotoblack;
padding: 0;
margin: 0;
text-transform: capitalize;
color: #fff;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:640px) {
.service-technology__container .service-technology__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
.service-technology__container .service-technology__title {
font-size: 3.5rem
}
}
.service-technology__container .service-technology-column__title {
font-family: robotoregular;
color: #fff;
display: inline-block;
width: 100%;
text-align: left;
font-size: 1.125rem;
padding: 20px 0 10px;
border-bottom: 2px solid rgba(236, 240, 241, .1)
}
@media only screen and (min-width:768px) {
.service-technology__container .service-technology-column__title {
padding: 40px 0 10px
}
}
@media only screen and (min-width:992px) {
.service-technology__container .service-technology-column__title {
width: 100%
}
}
.service-technology__container .service-technology-column__title__level2 {
border-bottom: 0
}
.service-technology__container ul {
list-style: none;
width: 100%;
display: block;
margin: 0;
padding: 0
}
.service-technology__container ul li {
color: #a1b1bc;
font-family: robotoregular;
display: inline-block;
width: 100%;
text-align: left;
border-bottom: 1px solid rgba(236, 240, 241, .1);
padding: 10px 0 10px 20px;
background: url(/web/20160602234155/http://www.niteco.com/img/service_check_icon.png) 0 center no-repeat;
font-size: .875rem
}
.careers-block, .careers-page-container {
background: #fff
}
.careers-block {
position: relative;
z-index: 1
}
.careers-page-container .page-description__sub-title {
letter-spacing: 2px
}
.careers-page-container .view-jobs-opening {
margin-top: 75px;
color: #fff
}
.careers-page-container .view-jobs-opening p {
font-size: 1.875rem
}
@media only screen and (max-width:767px) {
.careers-page-container .view-jobs-opening p {
font-size: 1.25rem
}
}
@media only screen and (min-width:768px) and (max-width:1200px) {
.careers-page-container .view-jobs-opening p {
font-size: 1.45rem
}
}
@media only screen and (min-width:737px) and (max-width:769px) {
.careers-page-container .view-jobs-opening .col-sm-9 {
width: 71%
}
.careers-page-container .view-jobs-opening .col-sm-3 {
width: 29%
}
}
@media only screen and (min-width:1200px) {
.careers-page-container .view-jobs-opening a.view-more-jobs {
font-size: .9375rem
}
}
@media only screen and (min-width:992px) {
.careers-page-container .view-jobs-opening a.view-more-jobs {
font-size: .9375rem
}
.careers-page-container .page-description__title-container {
padding-top: 88px;
padding-bottom: 60px
}
.careers-page-container .page-description__title-container .page-description__title {
font-size: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.careers-page-container .page-description__title-container {
padding-top: 88px;
padding-bottom: 60px
}
.careers-page-container .page-description__title-container .page-description__title {
font-size: 3.5rem
}
}
.careers-middle-block {
padding: 125px 0 175px;
background-size: cover
}
#contact .careers-middle-block {
padding: 80px 0 0px;
background-size: cover
}
@media only screen and (max-width:767px) {
.careers-page-container .view-jobs-opening {
margin-top: 25px
}
.careers-middle-block {
padding-bottom: 25px
}
}
.careers-middle-block .careers-step-detail {
position: relative;
text-align: center;
padding: 70px 15px;
background: #fff;
margin-bottom: 20px
}
#contact .careers-middle-block .careers-step-detail {
position: relative;
text-align: center;
padding: 0 0;
background: #fff;
margin-bottom: 20px
}
@media only screen and (min-width:768px) {
.careers-middle-block .careers-step-detail {
margin-bottom: 0;
padding-bottom: 60px
}
#team .careers-middle-block .careers-step-detail {
margin-bottom: 0;
padding-bottom: 0px
}
}
.careers-middle-block .careers-step-detail .step-number {
position: absolute;
left: 50%;
top: 0;
width: 115px;
height: 115px;
margin-left: -57px;
background: url("../images/home-services-icon-2.png");
line-height: 5.9375rem;
font-size: 3.75rem;
font-family: latoblack;
}
.careers-benefit-row .careers-benefit .benefit-content:nth-child(2n), .careers-benefit-row .careers-benefit.no-border-left {
border-left: 0
}
.careers-middle-block .careers-step-detail .step-content {
padding: 0
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail {
margin-bottom: 0
}
.careers-middle-block .careers-step-detail .step-content {
padding: 0 30px
}
}
@media only screen and (min-width:768px) {
.careers-middle-block .careers-step-detail .step-content {
height: 200px;
padding-top: 50px
}
#contact .careers-middle-block .careers-step-detail .step-content {
padding-top: 0
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 25px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 25px
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 35px
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 35px
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 60px
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 35px
}
}
.careers-middle-block .careers-step-detail .step-content h3 {
color: #2c3e50;
padding: 10px 0;
margin: 0;
font: 1.5rem/1 robotomedium
}
@media only screen and (min-width:992px) {
.careers-middle-block .careers-step-detail {
margin-bottom: 0
}
.careers-middle-block .careers-step-detail .step-content {
height: 200px
}
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 25px 0
}
}
@media only screen and (min-width:768px) {
.careers-middle-block .careers-step-detail .step-content h3 {
font: 1.5rem/1 robotomedium
}
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 25px 0;
font-size: 1.5rem
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 30px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 30px
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.6rem
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.5rem
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.5rem
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.5rem
}
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail .step-content.community-content {
padding: 0 20px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content.community-content {
padding: 0
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content.community-content {
padding: 0
}
}
.careers-middle-block .careers-step-detail .step-content.community-content p {
color: #2c3e50
}
.careers-middle-block .careers-step-detail .step-content.community-content h3 {
padding: 20px 0;
font-size: 1.5rem
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail .step-content.community-content h3 {
font-size: 1.875rem
}
}
.careers-middle-block .careers-step-detail .step-content p {
font: 1rem/1.5rem robotoregular;
color: #2c3e50;
margin: 0
}
@media only screen and (min-width:992px) {
.careers-middle-block .careers-step-detail .step-content p {
font: 1rem/1.5rem robotoregular
}
}
.careers-middle-block .careers-apply-step>div.col-sm-4:last-child .careers-step-detail {
margin-bottom: 0
}
.careers-middle-block .careers-apply-step .col-xs-12:nth-child(1) {
transition-delay: 0ms
}
.careers-middle-block .careers-apply-step .col-xs-12:nth-child(2) {
transition-delay: 200ms
}
.careers-middle-block .careers-apply-step .col-xs-12:nth-child(3) {
transition-delay: 400ms
}
.careers-benefit-row .no-gutter {
padding-left: 0;
padding-right: 0
}
.careers-benefit-row .careers-benefit {
border-bottom: 1px solid #f0f1f3;
margin-bottom: 60px
}
.careers-benefit-row .careers-benefit .benefit-thumbnail {
height: auto;
overflow: hidden
}
.careers-benefit-row .careers-benefit .benefit-thumbnail img {
width: 100%;
height: auto
}
.careers-benefit-row .careers-benefit .benefit-name {
font: 1.25rem robotomedium;
color: #2c3e50;
margin: 0
}
.careers-benefit-row .careers-benefit .benefit-content {
padding: 25px 30px;
height: 120px
}
.careers-benefit-row .careers-benefit .benefit-content p {
font-size: 1rem;
line-height: 1.5rem;
font-family: robotolight;
color: #595a5a;
margin: 0
}
@media only screen and (max-width:479px) and (orientation:portrait) {
.careers-benefit-row .careers-benefit .benefit-content {
height: auto
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 135px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 135px
}
}
@media only screen and (min-width:768px) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 130px
}
.careers-benefit-row .careers-benefit .benefit-content:nth-child(2n) {
border-left: 1px solid #f0f1f3
}
}
@media only screen and (min-width:992px) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 120px
}
.careers-benefit-row .careers-benefit .benefit-content, .careers-benefit-row .careers-benefit .benefit-content:nth-child(3n) {
border-left: 1px solid #f0f1f3
}
}
@media only screen and (min-width:1200px) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 120px
}
.careers-benefit-row .careers-benefit .benefit-content:nth-child(4n) {
border-left: 1px solid #f0f1f3
}
}
.section-job-opening {
padding: 100px 0 115px
}
.section-job-opening .section-our-values__bg {
height: 100%
}
.section-job-opening p strong {
letter-spacing: 0
}
.section-job-opening .our-values-container .view-jobs-opening a.view-more-jobs {
text-transform: uppercase!important;
font-size: 1rem;
padding: 18px 25px
}
.section-job-opening .our-values-container .our-value-header h2 {
padding-bottom: 20px;
text-transform: capitalize
}
.section-job-opening .our-values-container .our-value-item {
position: relative;
overflow: hidden;
padding: 5px;
min-height: 0;
cursor: pointer;
margin-bottom: 20px
}
.section-job-opening .our-values-container .our-value-item:last-child {
margin-bottom: 20px
}
.section-job-opening .our-values-container .our-value-item .job-details {
min-height: 155px;
position: relative;
border-left: 10px solid #e1e4e7;
padding: 25px 15px
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
float: none;
padding: 30px;
overflow: hidden;
opacity: 1
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail img {
display: block;
margin: auto;
max-width: 135px;
height: auto
}
.section-job-opening .our-values-container .our-value-item .job-details .value-description {
font-size: 1.125rem;
line-height: 1.5625rem;
color: #595a5a;
font-family: robotolight
}
.section-job-opening .our-values-container .our-value-item .job-details .value-description h3 {
font-family: robotobold;
font-size: 1.5rem;
padding: 0;
margin-bottom: 10px
}
.section-job-opening .our-values-container .our-value-item .job-details .value-description h3 span {
font-family: robotothin
}
.section-job-opening .our-values-container .our-value-item .arrowGoToDetail {
position: absolute;
width: 25px;
height: 27px;
margin-top: -13px;
top: 50%;
right: 40px
}
.section-job-opening .our-values-container .our-value-item .arrowGoToDetail a {
height: 100%;
display: block;
background: url(/web/20160602234155/http://www.niteco.com/img/iconArrowJobOpening_.png) no-repeat
}
.section-job-opening .our-values-container .our-value-item .arrowGoToDetail a:hover, .section-job-opening .our-values-container .our-value-item:hover .arrowGoToDetail a {
background-position: 0 -27px
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-item .job-descriptions {
padding: 0 40px 0 20px
}
.section-job-opening .our-values-container .our-value-item .job-details {
padding: 25px 40px 25px 0
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
width: 135px;
float: left;
padding: 0 0 0 20px
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .job-descriptions {
padding: 0 40px 0 155px
}
.section-job-opening .our-values-container .our-value-item .job-details {
padding: 25px 40px 25px 0
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
width: 135px;
float: left;
padding: 0
}
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .job-descriptions {
padding: 0 40px 0 155px
}
.section-job-opening .our-values-container .our-value-item .job-details {
padding: 25px 40px 25px 0
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
width: 135px;
float: left;
padding: 0 0 0 20px
}
}
.section-job-opening .our-values-container .our-value-item:hover .job-details {
border-left: 10px solid #facd20
}
.section-job-opening .job-description {
font-family: robotolight;
color: #d8dadc;
padding: 30px 0 60px;
letter-spacing: 1.5px;
font-size: 1.25rem
}
@media only screen and (min-width:768px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:992px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
.career-up-to-date__wrapper.page-description__title-container {
padding-top: 145px;
padding-bottom: 7.625rem
}
}
.career-up-to-date__top-image {
display: block;
max-width: 95%;
margin: 0 auto .625rem
}
.career-up-to-date__title {
text-transform: none
}
.career-up-to-date__sub-title {
line-height: 1.5rem;
text-transform: none
}
.career-up-to-date__sub-title p {
margin-bottom: 0
}
.career-up-to-date__description {
margin: 0 0 3.125rem
}
.career-up-to-date__description p {
margin: 0
}
.career-up-to-date__success-dialog__container {
position: fixed;
z-index: 9999;
background-color: rgba(0, 0, 0, .5);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
opacity: 0
}
.career-up-to-date__success-dialog__content {
position: absolute;
background-color: #fff;
border-radius: .3125rem;
max-width: 61.25rem;
min-width: 18.75rem;
width: 90%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 1.875rem 1.25rem;
text-align: center
}
@media only screen and (min-width:768px) {
.career-up-to-date__sub-title {
line-height: 2.25rem
}
.career-up-to-date__success-dialog__content {
padding: 2.5rem 1.875rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__content {
padding: 3.125rem 2.25rem
}
}
.career-up-to-date__success-dialog__icon {
display: block;
margin: 0 auto;
max-width: 95%
}
.career-up-to-date__success-dialog__title {
color: #595a5a;
margin: 0;
font-family: robotoregular;
font-size: 1.5rem;
line-height: 1.75rem;
padding: 1.25rem 0 .9375rem
}
@media only screen and (min-width:768px) {
.career-up-to-date__success-dialog__title {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__title {
font-size: 2.25rem;
line-height: 2.5rem
}
}
.career-up-to-date__success-dialog__description {
text-align: left;
color: #595a5a;
font-family: robotolight;
font-size: .875rem;
line-height: 1.375rem;
margin: 0 0 1.5625rem
}
@media only screen and (min-width:768px) {
.career-up-to-date__success-dialog__description {
font-size: 1rem;
line-height: 1.5rem;
margin: 0 0 1.875rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__description {
font-size: 1.125rem;
line-height: 1.625rem;
margin: 0 0 2.1875rem
}
}
.career-up-to-date__success-dialog__description p {
margin: 0
}
.career-up-to-date__success-dialog__description a {
font-family: robotobold;
text-decoration: none
}
.career-up-to-date__success-dialog__description-duplicated-email {
text-align: center
}
.career-up-to-date__success-dialog__button-close {
width: 11.25rem;
height: 2.9375rem;
line-height: 2.9375rem;
display: inline-block;
text-align: center;
color: #fff;
background-color: #56616e;
font-family: robotoregular;
font-size: .75rem;
cursor: pointer;
text-transform: uppercase;
transition: all .5s ease
}
.career-button, .career-input {
height: 3.75rem;
display: block;
width: 100%
}
.career-up-to-date__success-dialog__button-close:hover {
background-color: #facc23;
color: #282828
}
@media only screen and (min-width:768px) {
.career-up-to-date__success-dialog__button-close {
font-size: 1rem;
width: 13.4375rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__button-close {
font-size: 1.125rem
}
}
.career-input {
border: 1px solid #e8e6e6;
background-color: #f4f6f7;
color: #2c3e50;
font-family: robotoblack;
line-height: 3.75rem;
font-size: .875rem;
padding: 0 .625rem;
margin: 0 0 .9375rem
}
.career-input.input-error {
border: 1px solid red
}
@media only screen and (min-width:768px) {
.career-input {
font-size: 1rem;
padding: 0 20px
}
}
@media only screen and (min-width:992px) {
.career-input {
padding: 0 20px;
margin: 0
}
}
@media only screen and (min-width:1200px) {
.career-input {
padding: 0 30px
}
}
.career-input::-webkit-input-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-input:-moz-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-input::-moz-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-input:-ms-input-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-button, .job-details-sections .job-details h2 {
font-family: robotoblack;
text-transform: uppercase
}
.career-input:focus {
border: 1px solid #5a6876;
background-color: #fff;
outline: 0
}
.career-button {
background-color: #facc23;
color: #282828;
font-size: .875rem;
border: none;
outline: 0;
transition: all .5s ease
}
.career-button:hover {
background: #2c3e50;
color: #facd20
}
@media only screen and (min-width:768px) {
.career-button {
font-size: 1rem
}
}
@media only screen and (min-width:992px) {
.career-button {
font-size: 1.25rem
}
}
.career-steps__container {
background-repeat: no-repeat!important;
background-size: cover!important;
background: #ffffff
}
.career-steps__container .careers-block, .career-steps__container .page-description__title-container {
background: 0 0
}
.career-steps__container .page-description__description, .career-steps__container .page-description__sub-title, .career-steps__container .page-description__title {
color: #fff
}
.job-details-sections {
padding: 50px 0;
background: #f9fafb
}
@media only screen and (max-width:639px) {
.job-details-sections {
padding: 0
}
}
.job-details-sections .job-details {
margin-bottom: 45px
}
.job-details-sections .job-details:first-of-type p {
word-spacing: 2px;
letter-spacing: .5px
}
.job-details-sections .job-details h2 {
padding-top: 30px;
font-size: 2.25rem;
color: #282828;
margin: 0 0 10px;
font-weight: 500
}
@media only screen and (max-width:767px) {
.job-details-sections .job-details h2 {
font-size: 1.6rem
}
}
.job-details-sections .job-details p {
font-family: robotolight;
font-size: 1.125rem;
line-height: 1.875rem;
color: #7d8995
}
.job-details-sections .job-details p a, .job-details-sections .job-details p strong {
font-family: robotobold;
color: #2f2933
}
.job-details-sections .job-details h4 {
font-family: robotolight;
font-size: 1.5rem;
color: #282828;
font-weight: 400;
margin-bottom: 0
}
.job-details-sections .job-details h4 span {
font-family: robotoregular
}
.job-details-sections .job-details .job-requires_list {
padding: 0
}
.job-details-sections .job-details .job-requires_list li {
list-style: none;
padding-left: 35px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 10px 10px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 2rem;
color: #7d8995;
letter-spacing: .5px
}
@media only screen and (min-width:480px) {
.job-details-sections .job-details h2 {
font-size: 2.25rem
}
.job-details-sections .job-details h4 {
font-size: 1.875rem
}
}
@media only screen and (min-width:992px) {
.job-details-sections .job-details h2 {
font-size: 2.25rem
}
.job-details-sections .job-details h4 {
font-size: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.job-details-sections .job-details h2 {
font-size: 2.25rem
}
.job-details-sections .job-details h4 {
font-size: 1.875rem
}
}
.job-details-description {
font-size: 1.125rem;
color: #000;
text-indent: 40px
}
.job-details-container .page-description__sub-title {
text-transform: lowercase
}
.section-our-process {
background-color: #fff;
padding: 30px 0 0;
border-bottom: 1px solid #ECE5E5
}
.section-our-process .our-process-introduce {
margin: 0;
text-align: center
}
.section-our-process .our-process-introduce h2 {
font-size: 2.75rem;
font-family: robotoblack;
color: #282828;
line-height: 3rem;
text-transform: capitalize;
margin: 0;
padding: 20px 0;
font-weight: 500
}
.section-our-process .our-process-introduce .our-process-sample {
color: #2c3e50;
font-family: robotolight;
padding: 45px 0 60px;
font-size: 1.125rem
}
@media only screen and (min-width:768px) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.6rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:992px) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.875rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.875rem;
line-height: 1.875rem
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.6rem
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
.section-our-process .our-processes-container .process {
margin-bottom: 30px
}
.section-our-process .our-processes-container .process:nth-child(1) {
transition-delay: 0ms
}
.section-our-process .our-processes-container .process:nth-child(2) {
transition-delay: 200ms
}
.section-our-process .our-processes-container .process:nth-child(3) {
transition-delay: 400ms
}
.section-our-process .our-processes-container .process:nth-child(4) {
transition-delay: 0ms
}
.section-our-process .our-processes-container .process:nth-child(5) {
transition-delay: 200ms
}
.section-our-process .our-processes-container .process:nth-child(6) {
transition-delay: 400ms
}
.section-our-process .our-processes-container .process:nth-child(3n) {
margin-right: 0
}
.section-our-process .our-processes-container .process .process-contents {
background: #2c3e50;
transition: background .2s ease-in-out;
height: 283px;
border: 1px solid #ecf0f1;
text-align: center;
cursor: pointer;
padding-bottom: 11px;
position: relative
}
.section-our-process .our-processes-container .process .process-contents .yeallow-border {
height: 10px;
border-top: 1px solid transparent;
background: 0 0;
position: absolute;
bottom: 0;
width: 100%;
z-index: 999
}
.section-our-process .our-processes-container .process .circle-white {
display: block;
width: 122px;
height: 122px;
background: rgba(0, 0, 0, .25);
margin: 55px auto 0;
border-radius: 50%;
position: relative
}
.section-our-process .our-processes-container .process .circle-white img {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%)
}
.section-our-process .our-processes-container .process .process-title {
text-align: center;
font-family: robotolight;
letter-spacing: 1px;
color: #fff;
padding-top: 30px;
font-size: 1.25rem
}
.section-our-process .our-processes-container .process:hover .process-contents {
border-color: #ecf0f1;
background: #fff!important
}
.section-our-process .our-processes-container .process:hover .process-contents .yeallow-border {
border-color: #ecf0f1;
background: #facd20
}
.section-our-process .our-processes-container .process:hover .process-contents .process-detail {
opacity: 1
}
.section-our-process .our-processes-container .process:hover .process-contents .circle-white {
opacity: 0
}
.section-our-process .our-processes-container .process .process-detail {
width: 80%;
position: absolute;
z-index: 1;
opacity: 0;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
top: 45%
}
.section-our-process .our-processes-container .process .process-detail h4 {
font-family: robotolight;
color: #2c3e50;
margin-bottom: 30px;
font-size: 1.5rem;
font-weight: 400
}
.section-our-process .our-processes-container .process .process-detail span {
font-size: 1.125rem;
font-family: robotolight;
color: #849098;
word-spacing: 1px;
line-height: 1.7rem
}
.section-our-process .our-processes-container .process .process-detail .process-info {
font-family: latoregular;
color: #a1b1bc
}
@media only screen and (min-width:768px) {
.section-our-process .our-processes-container .process .process-detail .process-info {
font-size: 1.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1200px) {
.section-our-process .our-processes-container .process .process-detail .process-info {
font-size: .875rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:992px) {
.section-our-process .our-processes-container .process .process-detail .process-info {
font-size: .875rem;
line-height: 1.5rem
}
.section-our-process {
padding: 105px 0
}
.section-our-process .our-process-introduce h2 {
font-size: 2.5rem
}
}
@media only screen and (max-width:767px) {
.section-our-process .our-process-introduce h2 {
font-size: 2.5rem
}
}
@media only screen and (min-width:768px) {
.section-our-process .our-process-introduce h2 {
font-size: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.section-our-process .our-process-introduce h2 {
font-size: 3.5rem
}
}
.how-we-work-partnership {
margin: 0;
text-align: center;
background: url(/web/20160602234155/http://www.niteco.com/img/how-we-work-partnership-background.jpg);
background-size: cover;
padding: 60px 0
}
.how-we-work-partnership .view-jobs-opening p {
font-size: 1.25rem
}
@media only screen and (min-device-width:560px) and (max-device-width:668px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.how-we-work-partnership .view-jobs-opening p {
width: 80%;
margin: 0 auto 30px
}
}
@media only screen and (min-width:1200px) {
.how-we-work-partnership .view-jobs-opening p {
font-size: 1.875rem
}
}
.how-we-work-partnership .view-jobs-opening p strong {
display: inline-block;
font-size: 1.25rem;
color: #facd20
}
@media only screen and (min-width:1200px) {
.how-we-work-partnership .view-jobs-opening p strong {
font-size: 1.875rem
}
}
.how-we-work-partnership h1 {
font-family: robotobold;
color: #fff;
padding: 0;
margin: 0;
font-size: 2rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.how-we-work-partnership h1 {
font-size: 2.25rem
}
}
.how-we-work-partnership .how-we-work-partnership_list {
padding: 0 10px
}
.how-we-work-partnership .how-we-work-partnership_list li {
list-style: none;
text-align: left;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 45px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 20px 22px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 1.5rem;
border-top: 1px solid #e9edee
}
.how-we-work-partnership .how-we-work-partnership_text {
font-family: robotolight;
text-align: left;
color: #fff;
margin-bottom: 50px;
font-size: 1.125rem
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi), (device-width:375px), (orientation:portrait) {
.how-we-work-partnership .how-we-work-partnership_text {
font-size: 1.09375rem
}
}
@media only screen and (max-width:767px) {
.how-we-work-partnership .how-we-work-partnership_text {
margin-bottom: 30px
}
}
.how-we-work-partnership .content-models {
padding: 0;
margin-top: 75px;
position: relative
}
.how-we-work-partnership .content-models .col-xs-12:nth-child(2) {
transition-delay: .2s
}
.how-we-work-partnership .content-models .partnership-models {
background: #fff;
margin-bottom: 75px
}
@media only screen and (max-width:768px) {
.how-we-work-partnership .view-jobs-opening p strong {
display: block
}
.how-we-work-partnership .content-models .partnership-models {
margin-bottom: 50px
}
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__title {
background-color: #2c3e50;
color: #fff;
padding: 20px 0;
font-family: robotoblack;
font-size: 1.875rem;
letter-spacing: 2px
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__description {
text-align: left;
font-family: robotolight;
font-size: 1.125rem;
padding: 27px;
letter-spacing: 1px;
line-height: 30px
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__info {
text-align: left;
border-top: 2px solid #f2f4f5;
position: relative;
padding: 15px 0;
margin-left: 15px;
width: 95%
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__info .icon-tick {
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) no-repeat;
width: 14px;
height: 11px;
margin: 5px 15px;
float: left
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__info span {
font-family: robotolight;
font-size: 1rem;
line-height: 20px;
padding: 0;
margin: 0;
position: relative;
display: block
}
@media only screen and (min-width:992px) {
.how-we-work-partnership {
padding: 110px 0
}
.how-we-work-partnership .partnership-models {
height: 600px
}
.how-we-work-partnership h1 {
font-size: 2.5rem
}
.how-we-work-partnership .how-we-work-partnership_text {
font-size: 1.275rem
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__title {
font-size: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.how-we-work-partnership .partnership-models {
height: 500px
}
.how-we-work-partnership .how-we-work-partnership_text {
font-size: 1.5rem;
letter-spacing: 1px
}
.how-we-work-partnership h1 {
font-size: 3.5rem
}
.nis-infor .col-sm-3 {
padding-left: 0
}
}
.nis-infor p {
margin: 30px 0;
text-align: center;
font-family: robotolight;
color: #fff;
font-size: 1rem
}
.nis-infor p strong {
font-family: robotobold;
display: block;
color: #facd20
}
@media only screen and (max-width:767px) {
.nis-infor p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.nis-infor p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (max-width:479px) {
.nis-infor p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.nis-infor p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (min-width:768px) {
.nis-infor .col-sm-3 {
padding-left: 0
}
.nis-infor p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: left;
letter-spacing: .5px;
font-size: 1.45rem
}
.nis-infor p strong {
display: block
}
}
@media only screen and (min-width:992px) {
.nis-infor .col-sm-3 {
padding-left: 0
}
.nis-infor p {
height: 55px;
line-height: 3.4375rem;
margin: 0;
text-align: left;
font-size: 1.45rem
}
.nis-infor p strong {
display: inline-block
}
}
@media only screen and (min-width:1200px) {
.nis-infor p {
height: 55px;
font: 1.875rem/55px robotolight;
margin: 0;
text-align: left
}
}
.nis-infor .info {
width: 62%;
padding-right: 0;
padding-left: 15px
}
.nis-infor .button-list {
width: 38%
}
a.download-brochure, a.take-video-tour {
padding: 18px 15px;
display: block;
width: 197px;
font-family: robotolight;
vertical-align: middle;
text-align: center;
border-radius: 3px;
position: relative;
text-transform: uppercase;
font-size: .9375rem;
transition: all 200ms ease
}
a.download-brochure span, a.take-video-tour span {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
content: '';
display: block;
z-index: 0
}
a.download-brochure:active, a.download-brochure:focus, a.download-brochure:hover, a.take-video-tour:active, a.take-video-tour:focus, a.take-video-tour:hover {
text-decoration: none;
outline: 0;
color: #facd20;
background-color: #2c3e50;
border-color: #2c3e50
}
a.download-brochure.clear, a.download-brochure.clear::after, a.take-video-tour.clear, a.take-video-tour.clear::after {
clear: both
}
a.download-brochure {
border: 1px solid #fff;
color: #fff
}
a.take-video-tour {
background: #facd20;
border: 1px solid #facd20;
color: #000;
margin-left: 25px
}
@media only screen and (max-width:1199px) {
.nis-infor .button-list, .nis-infor p {
text-align: center
}
.nis-infor .button-list, .nis-infor .info {
width: 100%
}
.nis-infor a.download-brochure, .nis-infor a.take-video-tour {
display: inline-block
}
}
@media only screen and (max-width:479px) {
a.take-video-tour {
margin: 20px 0 0
}
}
@media only screen and (max-width:768px) {
.nis-container .page-description__title-container {
padding: 60px 0 20px
}
}
@media only screen and (max-width:1200px) {
.nis-container .page-description__title-container {
padding: 80px 0 60px
}
}
.nis-container .nis-item-detail {
margin-top: -55px
}
@media only screen and (min-width:768px) {
a.download-brochure, a.take-video-tour {
float: none
}
.nis-container .nis-item-detail {
margin-top: -60px
}
}
@media only screen and (max-width:1024px) {
.nis-container .nis-item-detail__content {
-webkit-transform: translateY(-60px);
transform: translateY(-60px)
}
.nis-container .nis-item-detail__content .nis-item-detail__title {
margin-top: 50px
}
}
.nis-container .nis-item-detail__content {
text-align: left;
position: relative;
width: 100%;
padding: 70px 0
}
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-family: robotoblack;
color: #282828;
font-size: 1.2rem;
padding: .5rem 0 0
}
@media only screen and (max-width:767px) {
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-size: 2rem;
padding: .3rem 0 0
}
}
@media only screen and (min-width:768px) {
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
a.download-brochure, a.take-video-tour {
display: inline-block
}
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-size: 2.5rem
}
}
.nis-container .nis-item-detail__content .nis-item-detail__description {
font-family: robotolight;
color: #6a7885;
font-size: 1.125rem;
line-height: 2rem;
letter-spacing: .65px
}
.nis-container .nis-item-detail__content .description__bellow {
margin-top: 30px
}
@media only screen and (min-width:768px) {
.nis-container .nis-item-detail__content {
margin-left: 0
}
}
.nis-container .nis-item-detail__image {
position: absolute;
display: none;
bottom: 0;
margin-right: 110px
}
@media only screen and (min-width:768px) {
.nis-container .nis-item-detail__image {
max-width: 60%
}
}
@media only screen and (min-width:992px) {
.nis-container .nis-item-detail__content {
width: 52%;
margin-left: 67%
}
.nis-container .nis-item-detail__image {
display: block;
bottom: 0;
-webkit-transform: none;
transform: none;
padding-bottom: 60px
}
}
@media only screen and (min-width:1200px) {
.nis-container .nis-item-detail__image {
right: 45%;
display: block;
padding-bottom: 0
}
}
@media only screen and (min-width:1900px) {
.nis-container .nis-item-detail__image {
right: 33%;
display: block
}
}
.nis-container .page-description__title {
font-family: robotoblack
}
.nis-container .page-description__description b {
font-family: robotobold
}
.nis-container .page-description__description b a {
color: #282828
}
.nis-container .page-description__description b a:hover {
text-decoration: underline
}
.footer-page a, .footer-page a:hover {
text-decoration: none
}
.nis-container .product-features {
padding-bottom: 50px
}
.nis-container .product-features .yellow-divider {
margin-top: 10px
}
.nis-container .product-features .service-item-detail__image-mobile {
margin-top: 30px
}
.nis-container .product-features .service-item-detail__content {
padding: 0
}
@media only screen and (min-width:992px) {
.nis-container .product-features {
height: 430px;
padding-bottom: 60px
}
.nis-container .product-features .container {
margin-top: 20px;
top: 55%
}
.nis-container .product-features .service-item-detail__content {
margin-left: 53%
}
.nis-container .product-features .service-item-detail__image {
max-height: initial;
right: 38%;
top: 7%
}
}
@media only screen and (min-width:1200px) {
.nis-container .product-features .service-item-detail__title {
font-size: 2.5rem
}
.nis-container .product-features {
height: 530px;
padding-bottom: 60px
}
.nis-container .product-features .container {
margin-top: 20px;
top: 50%
}
.nis-container .product-features .service-item-detail__content {
margin-left: 60%
}
.nis-container .product-features .service-item-detail__image {
max-height: initial;
max-width: initial;
right: 38%;
top: -3%
}
}
.nis-container .job-details-sections {
background: #fff;
padding-bottom: 0
}
.nis-container .job-details-sections .job-details {
margin-bottom: 15px
}
@media only screen and (min-width:768px) {
.nis-container .job-details-sections .job-details {
margin-bottom: 30px
}
}
@media only screen and (min-width:1200px) {
.nis-container .job-details-sections .job-details {
margin-bottom: 45px
}
}
.nis-container .job-details-sections .job-details h2 {
text-transform: capitalize;
margin-bottom: 10px;
text-align: left
}
@media only screen and (max-width:767px) {
.nis-container .job-details-sections .job-details h2 {
font-size: 2rem;
padding-top: 60px
}
}
.nis-container .job-details-sections .job-details-description {
text-indent: 0;
letter-spacing: .75px;
color: #6a7885
}
.nis-container .job-details-sections .job-details-description span {
font-family: robotoblack
}
@media only screen and (min-width:1200px) {
.nis-container .job-details-sections .job-details h2 {
font-size: 3.5rem
}
.nis-container .job-details-sections .job-details-description {
font-size: 1.5rem
}
}
.nis-container .product-features_list {
padding: 0
}
.nis-container .product-features_list li {
list-style: none;
padding-left: 35px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 10px 10px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 2rem;
color: #6a7885;
letter-spacing: 1.5px
}
@media only screen and (min-width:1900px) {
.nis-container .nis-image__item {
right: 50%;
width: 45%;
display: block
}
}
.nis-container .list-service-detail .service-item-detail__description {
padding-top: 10px
}
.nis-container .list-service-detail .description__bellow {
margin-top: 0
}
.nis-container .list-service-detail .service-item-detail__container:first-child {
display: none
}
@media only screen and (min-width:992px) {
.nis-container .list-service-detail .service-item-detail__container {
height: 503px
}
}
@media only screen and (min-width:1650px) {
.nis-container .list-service-detail .service-item-detail__container {
height: 644px
}
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n) {
background-color: #fff
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: initial;
right: 0
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) {
background-color: #f0f1f3;
margin-top: -1px
}
@media only screen and (min-width:992px) {
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 52%
}
}
@media only screen and (min-width:1900px) {
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 50%
}
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: initial;
left: 0
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.nis-container .list-service-detail .service-item-detail__container .service-item-detail__content {
width: 47%
}
}
@media only screen and (min-width:1200px) {
.nis-container .list-service-detail .service-item-detail__container .service-item-detail__title {
font-size: 3.5rem
}
.nis-container .list-service-detail .service-item-detail__container .service-item-detail__content {
width: 50%
}
}
.nis-container .product-list {
list-style: none;
margin: 0;
padding: 30px 0 0
}
.nis-container .product-list li {
font-family: robotobold;
font-size: 15px
}
.nis-container .product-list:nth-child(1) {
float: left
}
.nis-container .product-list:nth-child(2) {
float: right
}
@media only screen and (min-width:768px) {
.nis-container .product-list {
padding: 30px 0 50px
}
.nis-container .product-list li {
font-size: 18px
}
.nis-container .product-list:nth-child(1) {
margin-left: 20%
}
.nis-container .product-list:nth-child(2) {
margin-right: 20%
}
}
@media only screen and (min-width:992px) {
.nis-container .product-list {
padding: 0
}
.nis-container .product-list li {
font-size: 20px
}
.nis-container .product-list:nth-child(1), .nis-container .product-list:nth-child(2) {
float: none;
margin: 0
}
}
.nis-container .nis-video__container {
position: relative;
z-index: 1;
background-size: cover;
padding: 30px 0 185px;
overflow: hidden
}
.nis-container .nis-video__container .nis-video__frame {
width: 250px;
height: 170px
}
.nis-container .nis-video__container .nis-video__frame img {
margin-left: -15px;
max-width: none;
width: 250px;
height: 170px
}
.nis-container .nis-video__container .nis-video__frame .player-video {
position: absolute;
width: 102%;
height: 100%;
z-index: 99;
top: 0;
left: 0
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
background-image: url(/web/20160602234155/http://www.niteco.com/img/youtube-button.png);
background-size: cover;
position: absolute;
opacity: .8;
top: 43%;
left: 43%;
width: 20px;
height: 20px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button:hover {
opacity: 1
}
@media only screen and (min-width:320px) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container .nis-video__frame img {
width: 250px;
height: 170px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
width: 32px;
height: 32px
}
}
@media only screen and (min-width:768px) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container .nis-video__frame img {
width: 550px;
height: 380px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
width: 48px;
height: 48px;
left: 45%
}
}
@media only screen and (min-width:1200px) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container .nis-video__frame img {
width: 900px;
height: 515px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
width: 72px;
height: 72px;
left: 46%
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container img {
width: 400px;
height: 230px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button, .nis-container .nis-video__container img .nis-detail-video-play-button {
width: 32px;
height: 32px;
top: 21%
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container img {
width: 400px;
height: 230px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button, .nis-container .nis-video__container img .nis-detail-video-play-button {
width: 44px;
height: 44px;
top: 28%
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container img {
width: 600px;
height: 300px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button, .nis-container .nis-video__container img .nis-detail-video-play-button {
width: 44px;
height: 44px;
top: 21%;
left: 45%
}
}
@media only screen and (max-width:991px) {
.nis-container .nis-video__container {
padding: 60px 0 110px
}
}
.nis-container .nis-video__container .container {
position: relative;
z-index: 1;
text-align: center
}
.nis-container .nis-video__container .col-sm-4:nth-child(1) {
transition-delay: 150ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(2) {
transition-delay: 300ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(3) {
transition-delay: 450ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(4) {
transition-delay: 600ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(5) {
transition-delay: 750ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(6) {
transition-delay: 900ms
}
@media only screen and (min-width:1200px) {
.nis-container .nis-video__container .col-sm-4.double-gutter {
padding-left: 65px;
padding-right: 65px
}
}
@media only screen and (min-width:640px) {
.nis-container .nis-video__container .col-xs-12.col-sm-4 {
width: 33.33333%;
padding: 30px
}
}
.nis-container .nis-video__container .container .row {
text-align: left
}
.nis-container .nis__container {
position: relative;
z-index: 1;
text-align: center
}
.nis-container .nis__container .row {
text-align: left
}
.nis-container .nis__container .nis-video__title {
font-family: robotoblack;
padding: 75px 0 0;
margin: 0;
text-transform: capitalize;
color: #fff;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:640px) {
.nis-container .nis__container .nis-video__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
.nis-container .nis__container .nis-video__title {
font-size: 3.5rem
}
}
.nis-container .nis-intro {
background: #fff
}
.nis-container .nis-intro img {
max-width: 100%;
display: block;
margin: auto;
width: 100%
}
.nis-container .orange-divider {
margin: 10px auto!important
}
.nis-container .about-group__content-container {
padding: 85px 0 60px
}
@media only screen and (min-width:1200px) and (max-width:1650px) {
.nis-container .about-group__content-container {
padding: 85px 0 230px
}
}
.nis-container .about-group__content-container .container {
padding: 30px 0 200px
}
@media only screen and (max-width:1649px) {
.nis-container .about-group__content-container .container {
padding: 30px 0 0
}
}
@media only screen and (max-width:1199px) {
.nis-container .about-group__content-container .container {
padding: 0
}
}
.nis-container .about-group__content-container .about-offices-block__bg {
left: 0
}
.nis-container .about-group__content-container .about-offices-block__img {
width: 33%;
float: left
}
@media only screen and (max-width:991px) {
.nis-container .orange-divider {
margin: 10px auto 30px!important
}
.nis-container .about-group__content-container .about-offices-block__img {
display: none
}
}
@media only screen and (min-width:993px) and (max-width:1200px) {
.nis-container .about-group__content-container .about-offices-block__img img {
width: 140%
}
}
.nis-container .about-group__content-container .about-offices-block__description {
float: left;
position: relative;
left: 25%;
margin: 0;
padding: 30px 0 0;
line-height: 44px;
width: 66%
}
@media only screen and (max-width:991px) {
.nis-container .about-group__content-container .about-offices-block__description {
line-height: 35px;
width: 100%;
left: 0
}
}
@media only screen and (min-width:993px) and (max-width:1200px) {
.nis-container .about-group__content-container .about-offices-block__description {
line-height: 40px;
left: 15%;
width: 54%;
font-size: 1.425rem
}
}
@media only screen and (min-width:1201px) and (max-width:1900px) {
.nis-container .about-group__content-container .about-offices-block__description {
font-size: 1.785rem;
left: 23%;
width: 50%
}
}
.nis-container .about-group__content-container h3 {
width: 100%;
color: #ecf0f1
}
@media only screen and (min-width:768px) {
.nis-container .about-group__content-container h3 {
font-size: 2rem;
line-height: 40px
}
}
@media only screen and (min-width:992px) {
.nis-container .about-group__content-container h3 {
font-size: 2rem;
line-height: 45px
}
}
@media only screen and (min-width:1200px) {
.nis-container .about-group__content-container h3 {
font-size: 3.125rem;
line-height: 60px
}
}
.nis-container .about-group__content-container h3 span {
color: #facd20
}
.nis-container .about-group__content-container h3 p {
margin: 0 0 30px
}
@media only screen and (min-width:1900px) {
.nis-container .about-group__content-container h3 {
width: 60%
}
}
.nis-container .about-group__content-container .yellow-divider {
margin-bottom: 60px
}
.testimonial-carousel__video .testimonial-carousel-container .owl-next, .testimonial-carousel__video .testimonial-carousel-container .owl-prev {
background-size: auto 100%;
position: absolute;
color: transparent;
width: 31px;
height: 35px;
top: 42%;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
@media only screen and (min-width:768px) {
.testimonial-carousel__video .testimonial-carousel-container .owl-next, .testimonial-carousel__video .testimonial-carousel-container .owl-prev {
width: 31px;
height: 57px
}
}
.testimonial-carousel__video .testimonial-carousel-container .owl-prev {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_video_carousel_active.png) center center no-repeat;
opacity: .6
}
.testimonial-carousel__video .testimonial-carousel-container .owl-prev:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_video_carousel_active.png) center center no-repeat;
opacity: 1
}
.testimonial-carousel__video .testimonial-carousel-container .owl-next {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_video_carousel_active.png) center center no-repeat;
opacity: .6
}
.testimonial-carousel__video .testimonial-carousel-container .owl-next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_video_carousel_active.png) center center no-repeat;
opacity: 1
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots {
text-align: center;
-webkit-transform: translateY(-100px);
transform: translateY(-100px)
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .owl-dot {
display: inline-block
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .owl-dot:hover span {
opacity: 1;
cursor: pointer
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .owl-dot span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: .5;
border-radius: 20px;
background: #869791
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .active span {
opacity: 1;
background-color: #fff
}
.partner-technology-container {
position: relative;
z-index: 1;
background-size: cover;
background-color: #fff
}
.partner-technology-container .partner-technology__bg {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
.partner-technology-container .partner-technology__bg__tablet {
display: none
}
@media only screen and (min-width:768px) {
.partner-technology-container .partner-technology__bg__mobile {
display: none
}
.partner-technology-container .partner-technology__bg__tablet {
display: block
}
}
.partner-technology-container .partner-technology__bg__desktop {
display: none
}
.partner-technology-container .page-description__title-container {
background: 0 0;
padding-bottom: 30px
}
@media only screen and (min-width:768px) {
.partner-technology-container .page-description__title-container {
padding-bottom: 50px
}
}
@media only screen and (min-width:992px) {
.partner-technology-container .partner-technology__bg__tablet {
display: none
}
.partner-technology-container .partner-technology__bg__desktop {
display: block
}
.partner-technology-container .page-description__title-container {
padding-bottom: 70px
}
}
.partner-technology-container .page-description__title-container .container {
padding-left: 35px;
padding-right: 35px
}
.partner-technology-container .partner-listing-container {
padding-bottom: 60px
}
@media only screen and (min-width:992px) {
.partner-technology-container .partner-listing-container {
padding-bottom: 120px
}
}
.partner-technology-container .partner-item__column {
padding: 0 10px
}
.partner-technology-container .partner-item__logo {
border: 3px solid #f0f1f5;
height: 180px;
text-align: center;
margin: 0 0 20px;
display: block;
font-size: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__logo::before {
content: '';
height: 100%;
display: inline-block;
width: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__logo img {
max-width: 90%;
display: inline-block;
vertical-align: middle
}
.partner-technology-container .partner-item__text {
height: 180px;
text-align: center;
margin: 0 0 20px;
background-color: #334350;
display: block;
font-size: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__text::before {
content: '';
height: 100%;
display: inline-block;
width: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__text span {
display: inline-block;
font-size: 18px;
font-family: robotobold;
color: #fff;
text-transform: uppercase;
vertical-align: middle
}
.footer-page {
width: 100%;
background-color: #fff;
text-align: center;
font-size: 0;
z-index: 0;
padding: 40px 0
}
.footer-page::after {
content: '';
width: 100%;
display: block;
float: left;
clear: both
}
.footer-page.normal-footer {
position: relative;
padding: 30px 0 10px
}
.footer-page a {
display: inline-block
}
.footer-page__copyright {
float: left;
color: #2c3e50;
font-family: robotobold;
font-size: 1.125rem;
line-height: 40px
}
.footer-page__social {
float: right;
margin-bottom: 10px
}
.footer-page__social a:hover {
opacity: .8
}
.footer-page__social__facebook {
width: 40px;
height: 40px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon_facebook.png)
}
.footer-page__social__linkin {
width: 40px;
height: 40px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon_linkin.png);
margin: 0 0 0 10px
}
@media only screen and (min-width:992px) {
.footer-page.normal-footer {
position: relative;
padding: 30px 0 10px
}
.footer-page__social {
margin-bottom: 0
}
}
.footer-page__partner-container {
display: block;
text-align: center;
margin-bottom: 20px
}
@media only screen and (min-width:768px) {
.footer-page__partner-container {
display: inline-block;
margin-bottom: 20px
}
}
@media only screen and (min-width:992px) {
.footer-page__partner-container {
display: inline-block;
margin-bottom: 0
}
}
.footer-page__partner-container span {
display: inline-block;
margin: 10px
}
@media only screen and (min-width:768px) {
.footer-page__partner-container span {
margin: 0 10px
}
}
|
app/styles/main.css
|
body, html {
margin: 0;
padding: 0;
font-size: 16px
}
body.overflow-hidden {
width: 100%;
z-index: 0
}
@media only screen and (min-width:992px) {
body.overflow-hidden {
height: auto;
position: inherit
}
}
@font-face {
font-family: agudaregular;
src: url("../fonts/SVN-Aguda Regular.otf");
font-weight: normal;
font-style: normal;
}
a, img {
border: none;
outline: 0
}
.page-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #282828;
width: 100%
}
.content-container {
transition: all 500ms ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width: 100%
}
.content-container.loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
overflow: auto
}
.content-container.loading.animating {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.content-container.loading-back {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.content-container.loading-back.animating-back {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.content-container.animating {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.content-container.animating-back {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.content-wrapper {
position: relative;
transition: all 300ms ease-in-out;
padding: 0
}
.content-wrapper .content-wrapper-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
background: #282828;
transition: opacity 300ms ease-in-out
}
.content-wrapper.show-menu {
-webkit-transform: translate(-300px, 0);
transform: translate(-300px, 0)
}
.content-wrapper.show-menu .content-wrapper-mask {
z-index: 99;
opacity: .5
}
.container-zindex-one, .popular-container {
z-index: 1;
position: relative
}
.overflow-hidden {
overflow: hidden
}
.header-underline {
width: 100%;
height: 5px
}
.header-underline .header-underline-content {
background-color: #facd20;
width: 100px;
height: 5px;
display: inline-block;
vertical-align: top
}
.orange-divider, .yellow-divider {
display: inline-block;
width: 100px;
height: 3px
}
.yellow-divider {
background: #facd20
}
.orange-divider {
background: #ff9f47;
margin: 10px auto 0!important
}
.popular-container {
padding: 110px 0;
background: #fff
}
.header-title-section {
font-family: robotobold;
color: #fff;
margin: 0
}
@media only screen and (min-width:768px) {
.orange-divider, .yellow-divider {
height: 5px
}
.header-title-section {
font-size: 2.1875rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.header-title-section {
font-size: 2.1875rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.content-wrapper.show-menu {
-webkit-transform: translate(-25%, 0);
transform: translate(-25%, 0)
}
.header-title-section {
font-size: 3.5rem;
line-height: 3.75rem
}
}
@keyframes rotate-loading {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes rotate-loading {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loading-text-opacity {
0%, 100%, 20% {
opacity: 0
}
50% {
opacity: 1
}
}
@-webkit-keyframes loading-text-opacity {
0%, 100%, 20% {
opacity: 0
}
50% {
opacity: 1
}
}
.ajax-content-container .loading, .ajax-content-container .loading-container-2 {
height: 100px;
position: relative;
width: 100px;
border-radius: 100%
}
.ajax-content-container .loading-container-2 {
margin: 40px auto
}
.ajax-content-container .loading {
border: 2px solid transparent;
border-color: transparent #000;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
animation: rotate-loading 1.5s linear 0s infinite normal;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
.ajax-content-container .loading-container-2:hover .loading {
border-color: transparent #E45635
}
.ajax-content-container .loading-container-2 .loading, .ajax-content-container .loading-container-2:hover .loading {
transition: all .5s ease-in-out
}
.ajax-content-container #loading-text {
-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
animation: loading-text-opacity 2s linear 0s infinite normal;
color: #000;
font-family: "Helvetica Neue, " Helvetica ", " arial;
font-size: 10px;
font-weight: 700;
margin-top: 45px;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 0;
width: 100px
}
div.dark_rounded .pp_details, div.dark_square .pp_details, div.facebook .pp_details, div.light_rounded .pp_details, div.light_square .pp_details {
position: relative
}
.btn-black, .btn-white-round, .btn-white-square, .button-blue, .button-orange, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-family: robotolight;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
transition: all 300ms ease-in-out;
font-size: .8rem;
padding: .5rem 2.5rem
}
.button-blue, .button-blue-border {
font-family: robotobold;
}
.button-orange {
font-family: robotomedium;
}
@media only screen and (min-width:768px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1rem
}
}
@media only screen and (min-width:992px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.1rem
}
}
@media only screen and (min-width:1200px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.2rem
}
}
@media only screen and (min-width:1900px) {
.btn-black, .button-orange, .btn-white-square, .btn-white-round, .button-blue, .button-blue-border, .home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.2rem
}
}
.btn-black:focus, .btn-black:hover, .btn-black:visited, .btn-white-square:focus, .btn-white-square:hover, .btn-white-square:visited, .btn-white-round:focus, .btn-white-round:hover, .btn-white-round:visited, .button-blue-border:focus, .button-blue-border:hover, .button-blue-border:visited, .button-blue:focus, .button-blue:hover, .button-blue:visited, .home-column-left .home-video-container:hover .button-blue-border:focus, .home-column-left .home-video-container:hover .button-blue-border:hover, .home-column-left .home-video-container:hover .button-blue-border:visited {
text-decoration: none
}
.button-blue {
background-color: #6dcff6;
color: #1d2e42
}
.button-blue:hover {
color: #1d2e42
}
.button-orange {
background-color: #fe8e22;
color: #1d2e42;
cursor: pointer;
}
.button-orange:hover {
color: #1d2e42;
background-color: #ec7401;
}
.button-blue-border {
color: #fff;
background: #6dcff6;
border: 2px solid #6dcff9;
font-size: 1.125rem
}
.button-blue-border:focus, .button-blue-border:visited {
color: #fff
}
.button-blue-border:hover {
background: #6dcff6;
border: 2px solid #facd20;
color: #282828
}
.btn-white-square {
font-family: robotoregular;
color: #fff;
cursor: pointer;
margin-left: 25px;
border: 3px solid #fff;
padding: 1.25rem 2rem;
outline: 0 none;
width: 22%;
height: 100px;
display: inline-flex;
flex-grow: 1;
align-items: stretch;
}
.btn-white-square:hover {
color: #1d2e42;
background: #fe8e22;
border: 3px solid transparent;
}
.niteco-fat-button {
display: block;
width: 200px;
height: 60px;
text-align: center;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
font: 16px robotoregular;
text-transform: uppercase;
transition: all .5s;
line-height: 60px
}
.niteco-fat-button:hover {
text-decoration: none
}
@media only screen and (min-width:768px) {
.niteco-fat-button {
width: 130px;
height: 40px;
font: .75rem/40px robotoregular
}
}
@media only screen and (min-width:992px) {
.niteco-fat-button {
width: 160px;
height: 45px;
font: .9rem/43px robotoregular
}
}
@media only screen and (min-width:1200px) {
.niteco-fat-button {
width: 200px;
height: 60px;
font: .9375rem/60px robotoregular
}
}
.btn-red {
background: #cf3348;
color: #fafafa;
vertical-align: middle
}
.btn-red:hover {
color: #fff;
background: #000;
text-decoration: none
}
.btn-white-round {
font-family: robotoregular;
color: #fff;
border-radius: 5px;
border: 1px solid #fff;
padding: .5rem 2rem;
display: inline-block
}
.btn-white-round:hover {
color: #fff
}
.btn-black {
background: #3f474e;
color: #fff;
border: 2px solid #6d7177;
border-radius: 5px;
padding: 15px 50px;
font-size: .9375rem;
float: right
}
@media only screen and (min-width:992px) {
.fade-in, .slide-in-from-bottom, .slide-in-from-left, .slide-in-from-right, .slide-in-from-top {
transition: all .5s ease-in-out
}
.fade-in {
opacity: 1
}
.fade-in.inactive {
opacity: 0
}
.slide-in-from-left {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.slide-in-from-left.inactive {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
.slide-in-from-right {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.slide-in-from-right.inactive {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
.slide-in-from-top {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.slide-in-from-top.inactive {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
.slide-in-from-bottom {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.slide-in-from-bottom.inactive {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
.expand-from-center {
transition: all 1s ease-in-out
}
.expand-from-center.inactive {
-webkit-transform: scale(0);
transform: scale(0)
}
.rotate-zooming {
transition-duration: 1s;
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1)
}
.rotate-zooming.inactive {
-webkit-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0)
}
.shaken-animate {
-webkit-animation: linkQuake .8s;
animation: linkQuake .8s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes linkQuake {
0%, 50%, 70% {
-webkit-transform: translate(0, 1px);
transform: translate(0, 1px)
}
10%, 100%, 60%, 80% {
-webkit-transform: translate(0, -2px);
transform: translate(0, -2px)
}
20% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(0, 2px);
transform: translate(0, 2px)
}
40%, 90% {
-webkit-transform: translate(0, -1px);
transform: translate(0, -1px)
}
}
@keyframes linkQuake {
0%, 50%, 70% {
-webkit-transform: translate(0, 1px);
transform: translate(0, 1px)
}
10%, 100%, 60%, 80% {
-webkit-transform: translate(0, -2px);
transform: translate(0, -2px)
}
20% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(0, 2px);
transform: translate(0, 2px)
}
40%, 90% {
-webkit-transform: translate(0, -1px);
transform: translate(0, -1px)
}
}
.zoom-in-out {
-webkit-animation: zoomInOut 2s;
animation: zoomInOut 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
@-webkit-keyframes zoomInOut {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 90% {
-webkit-transform: scale(1.02);
transform: scale(1.02)
}
20%, 80% {
-webkit-transform: scale(1.04);
transform: scale(1.04)
}
30%, 70% {
-webkit-transform: scale(1.06);
transform: scale(1.06)
}
40%, 60% {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
@keyframes zoomInOut {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 90% {
-webkit-transform: scale(1.02);
transform: scale(1.02)
}
20%, 80% {
-webkit-transform: scale(1.04);
transform: scale(1.04)
}
30%, 70% {
-webkit-transform: scale(1.06);
transform: scale(1.06)
}
40%, 60% {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
.rocket-fly {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .5s ease-in-out
}
.rocket-fly.inactive {
-webkit-transform: translateY(140px);
transform: translateY(140px)
}
@-webkit-keyframes arrowMove {
0%, 50% {
-webkit-transform: translate(10px, -50%);
transform: translate(10px, -50%)
}
25%, 75% {
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%)
}
100% {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%)
}
}
@keyframes arrowMove {
0%, 50% {
-webkit-transform: translate(10px, -50%);
transform: translate(10px, -50%)
}
25%, 75% {
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%)
}
100% {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%)
}
}
}
div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
height: 13px
}
div.pp_default .pp_content .ppt {
color: #f8f8f8
}
div.light_rounded #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt {
color: #000
}
div.pp_default .pp_close {
width: 40px;
height: 40px;
background: url(/web/20160602234155/http://www.niteco.com/img/close.png) center center no-repeat #000;
cursor: pointer;
margin: -5px 0 0 -5px
}
div.dark_rounded .pp_description, div.light_rounded .pp_description {
margin-right: 85px
}
div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.light_rounded .pp_gallery a.pp_arrow_previous {
margin-top: 12px!important
}
@media only screen and (max-width:768px) {
div.pp_default .pp_close {
width: 20px;
height: 20px
}
}
div.pp_default .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/default/loader.gif) center center no-repeat #fff;
padding: 20px
}
div.light_rounded .pp_top .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_middle {
background: #fff
}
div.light_rounded .pp_top .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
background: #fff
}
div.light_rounded .pp_content {
background-color: #fff
}
div.light_rounded .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
cursor: pointer
}
div.light_rounded .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_rounded .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.light_rounded .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.light_rounded .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.light_rounded .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.light_rounded .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_rounded .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_rounded .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.light_rounded .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.light_rounded .pp_bottom .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_middle {
background: #fff
}
div.light_rounded .pp_bottom .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.light_rounded .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .pp_top .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_content {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
cursor: pointer
}
div.dark_rounded .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.dark_rounded .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.dark_rounded .currentTextHolder {
color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_rounded .pp_description {
color: #fff
}
div.dark_rounded .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_rounded .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.dark_rounded .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.dark_rounded .pp_bottom .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .pp_bottom .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_content, div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right {
background: #000
}
div.dark_square .currentTextHolder {
color: #c4c4c4
}
div.dark_square .pp_description {
color: #fff;
margin: 0 85px 0 0
}
div.dark_square .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous {
margin-top: 12px!important
}
div.dark_square .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.dark_square .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.dark_square .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.dark_square .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.dark_square .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.dark_square #pp_full_res .pp_inline {
color: #fff
}
div.facebook #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.light_square .pp_content .ppt {
color: #000
}
div.dark_square .pp_nav {
clear: none
}
div.dark_square .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_square .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_square .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.dark_square .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.dark_square .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
cursor: pointer
}
div.dark_square .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_square .pp_content, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right {
background: #fff
}
div.light_square .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.light_square .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.light_square .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.light_square .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.light_square .pp_close {
width: 75px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.light_square .pp_description {
margin-right: 85px
}
div.light_square .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_square .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_square .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.light_square .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.light_square .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
cursor: pointer
}
div.light_square .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_square .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.facebook .pp_top .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_content {
background: #fff
}
div.facebook .pp_expand {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.facebook .pp_expand:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.facebook .pp_contract {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.facebook .pp_contract:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.facebook .pp_close {
width: 22px;
height: 22px;
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.facebook .pp_description {
margin: 0 37px 0 0
}
.sticky a, div.ppt {
color: #fff
}
div.facebook .pp_loaderIcon {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
height: 22px;
margin-top: 0;
width: 22px
}
div.facebook .pp_arrow_previous.disabled {
background-position: 0 -96px;
cursor: default
}
div.facebook .pp_arrow_next {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
height: 22px;
margin-top: 0;
width: 22px
}
div.facebook .pp_arrow_next.disabled {
background-position: -32px -96px;
cursor: default
}
div.facebook .pp_nav {
margin-top: 0
}
div.facebook .pp_nav p {
font-size: 15px;
padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
height: 22px;
width: 22px
}
div.facebook .pp_nav .pp_pause {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
height: 22px;
width: 22px
}
div.facebook .pp_next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
cursor: pointer
}
div.facebook .pp_previous:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.facebook .pp_bottom .pp_left {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
outline: 0
}
div.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99999
}
div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 999999
}
.pp_top {
height: 20px;
position: relative
}
* html .pp_top {
padding: 0 20px
}
.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px
}
.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px
}
* html .pp_top .pp_middle {
left: 0;
position: static
}
.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px
}
.pp_content {
height: 40px;
min-width: 40px
}
* html .pp_content {
width: 40px
}
.pp_fade {
display: none
}
.pp_content_container {
position: relative;
text-align: left;
width: 100%
}
.pp_content_container .pp_left {
padding-left: 20px
}
.pp_content_container .pp_right {
padding-right: 20px
}
.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px
}
.pp_description {
display: none;
margin: 0
}
.pp_social {
float: left;
margin: 0
}
.pp_social .facebook {
float: left;
margin-left: 5px;
width: 55px;
overflow: hidden
}
.pp_social .twitter {
float: left
}
.pp_nav {
clear: right;
float: left;
margin: 3px 10px 0 0
}
.pp_nav p {
float: left;
margin: 2px 4px;
white-space: nowrap
}
.pp_nav .pp_pause, .pp_nav .pp_play {
float: left;
margin-right: 4px;
text-indent: -10000px
}
a.pp_arrow_next, a.pp_arrow_previous {
display: block;
float: left;
height: 15px;
margin-top: 3px;
overflow: hidden;
text-indent: -10000px;
width: 14px
}
.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000
}
.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000
}
.pp_gallery div {
float: left;
overflow: hidden;
position: relative
}
.pp_gallery ul {
float: left;
height: 35px;
margin: 0 0 0 5px;
padding: 0;
position: relative;
white-space: nowrap
}
.pp_gallery ul a {
border: 1px solid #000;
border: 1px solid rgba(0, 0, 0, .5);
display: block;
float: left;
height: 33px;
overflow: hidden
}
.pp_gallery li.selected a, .pp_gallery ul a:hover {
border-color: #fff
}
.pp_gallery ul a img {
border: 0
}
.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0
}
.pp_gallery li.default a {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
display: block;
height: 33px;
width: 50px
}
.pp_gallery li.default a img {
display: none
}
a.pp_next, a.pp_previous {
background: url(/web/20160602234155/http://www.niteco.com/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
height: 100%;
width: 49%;
text-indent: -10000px
}
.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
margin-top: 7px!important
}
a.pp_next {
float: right
}
a.pp_previous {
float: left
}
a.pp_contract, a.pp_expand {
cursor: pointer;
display: none;
height: 20px;
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000
}
a.pp_close {
position: absolute;
right: 2%;
top: 1.3%;
display: block;
line-height: 22px;
text-indent: -10000px
}
.pp_bottom {
height: 20px;
position: relative
}
* html .pp_bottom {
padding: 0 20px
}
.pp_bottom .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px
}
.pp_bottom .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px
}
* html .pp_bottom .pp_middle {
left: 0;
position: static
}
.pp_bottom .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px
}
.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px
}
#pp_full_res {
line-height: 1!important
}
#pp_full_res .pp_inline {
text-align: left
}
#pp_full_res .pp_inline p {
margin: 0 0 15px
}
div.ppt {
display: none;
font-size: 17px;
margin: 0 0 5px 15px;
z-index: 9999
}
.sticky-container {
padding: 0;
margin: 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 999;
opacity: 0;
transition: all .7s ease
}
.sticky {
padding: 0;
margin: 0;
text-align: center;
width: 100%;
font-size: 0
}
.sticky li {
display: inline-block;
color: #efefef;
height: auto;
width: 25%;
transition: all .25s ease-in-out;
cursor: pointer;
text-align: center
}
.sticky li img {
width: 50px;
height: auto;
z-index: 999
}
.sticky li p {
padding: 0;
margin: 0;
font-size: 15px;
text-transform: uppercase;
line-height: 40px
}
.sticky li:hover {
-webkit-transform: translatey(-5px);
transform: translatey(-5px)
}
.no-translate .sticky li:hover {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.sticky li:nth-child(1) {
background-color: #3b5998
}
.sticky li:nth-child(2) {
background-color: #29c5f6
}
.sticky li:nth-child(3) {
background-color: #006dc0
}
.sticky li:nth-child(4) {
background-color: #2c3e50
}
@media only screen and (min-width:768px) {
.sticky li, .sticky li p {
display: block;
padding: 0
}
.sticky-container {
padding: 0;
margin: 0;
position: fixed;
left: auto;
right: -154px;
top: 30%;
width: 200px;
z-index: 999;
opacity: 0;
transition: all .7s ease
}
.sticky {
padding: 0;
margin: 0 0 25px;
text-align: center;
height: 30px;
width: 100%
}
.sticky li {
list-style-type: none;
background-color: #BDBDBD;
color: #efefef;
height: 47px;
width: 200px;
margin: 0 0 1px;
transition: all .15s ease-in-out;
cursor: pointer
}
.sticky li img {
float: left;
margin: 5px;
width: 36px;
height: 36px;
z-index: 99999
}
.sticky li p {
margin: 0 60px 0 0;
font-size: 18px;
text-transform: capitalize;
vertical-align: middle;
line-height: 47px;
font-family: latobold;
letter-spacing: 1px
}
.sticky li:hover {
-webkit-transform: translatex(-110px);
transform: translatex(-110px)
}
.sticky li:hover img {
-webkit-transform: translatex(0);
transform: translatex(0)
}
.no-translate .sticky li:hover {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.top-navigator-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
height: 60px
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(1), .top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(4) {
width: 0
}
@media only screen and (min-width:1200px) {
.top-navigator-container {
height: 85px
}
}
.top-navigator-container.is-active, .top-navigator-container.scroll-menu {
background: #282828
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button span {
background: #fff
}
.top-navigator-container.is-active .hamburger-menu__container .hamburger-menu__button .hamburger-menu__text {
color: #3e3e3e
}
.top-navigator-container.is-active .top-navigator__overlay-mask {
display: block;
opacity: .5;
z-index: 100
}
.top-navigator-container.is-active .top-navigator__menu-container {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0)
}
.top-navigator-container .top-navigotar__link, .top-navigator-container .top-navigotar__link:hover {
text-decoration: none
}
.top-navigator-container .top-navigator__logo {
float: left;
position: relative;
top: 50%;
width: 17%;
margin: 0 0 0 30px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
opacity: .8;
cursor: pointer
}
.top-navigator-container .top-navigator__logo:hover {
opacity: 1
}
@media only screen and (max-width:639px) {
.top-navigator-container .top-navigator__logo {
-webkit-transform: translate(0, -50%) scale(.8);
transform: translate(0, -50%) scale(.8);
margin: 0 0 0 10px
}
}
.top-navigator-container .hamburger-menu__container {
position: absolute;
top: 0;
right: 0;
height: 100%
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button {
margin: -14px 0 0;
padding: 0;
font-size: 0;
width: 25px;
height: 28px;
position: absolute;
top: 50%;
right: 30px;
cursor: pointer;
display: inline-block
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button:focus {
outline: 0
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button .hamburger-menu__text {
font-family: robotomedium;
font-size: 1rem;
text-transform: uppercase;
color: #fff;
position: absolute;
top: 50%;
right: 35px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span {
display: block;
position: absolute;
height: 3px;
background: #ffffff;
border-radius: 5px;
left: 0;
right: 0;
-webkit-transform: rotate(0);
transform: rotate(0);
transition: .2s ease-in-out
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(1) {
top: 5px
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(2), .top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(3) {
top: 13px
}
.top-navigator-container .hamburger-menu__container .hamburger-menu__button span:nth-child(4) {
top: 21px
}
.top-navigator-container .top-navigator__overlay-mask {
position: fixed;
z-index: -1;
top: 0;
left: 0;
bottom: 0;
right: 300px;
background: #282828;
opacity: 0;
display: none
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__overlay-mask {
right: 25%
}
}
.top-navigator-container .top-navigator__menu-container {
padding: 0;
margin: 0;
position: fixed;
bottom: 0;
right: -300px;
z-index: 999;
width: 300px;
background: #fff;
top: 60px;
transition: all 300ms ease-in-out
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__menu-container {
top: 85px;
width: 25%;
right: -25%
}
}
.top-navigator-container .top-navigator__menu-container__wrapper {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
overflow-x: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-overflow-scrolling: touch
}
.top-navigator-container .top-navigator__menu-container ul {
width: 300px;
list-style: none;
font-family: robotobold;
font-size: 1rem;
margin: 10px auto 0;
padding: 5px
}
@media only screen and (min-width:768px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.25rem;
margin: 30px auto 0;
padding: 15px
}
}
@media only screen and (min-width:992px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.25rem;
margin: 40px auto 0;
padding: 15px
}
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.25rem;
margin: 40px auto 0;
padding: 0
}
}
@media only screen and (min-width:1900px) {
.top-navigator-container .top-navigator__menu-container ul {
font-size: 1.375rem;
margin: 70px auto 0;
padding: 0
}
}
.top-navigator-container .top-navigator__menu-container ul li {
transition: .25s ease;
}
.top-navigator-container .top-navigator__menu-container ul li:hover {
padding-left: 20px;
padding-right: 20px
}
@media only screen and (min-width:1200px) {
.top-navigator-container .top-navigator__menu-container ul li:hover {
padding-left: 10px
}
}
@media only screen and (min-width:1900px) {
.top-navigator-container .top-navigator__menu-container ul li:hover {
padding-left: 20px
}
}
.top-navigator-container .top-navigator__menu-container ul li a {
display: block;
color: #282828;
text-decoration: none;
border-bottom: 1px solid #959595;
padding: 7px 5px
}
.top-navigator-container .top-navigator__menu-container ul li a:hover {
background-color: #00aeef;
color: #ffffff;
}
@media only screen and (min-width:1900px) {
.top-navigator-container .top-navigator__menu-container ul li a {
padding: 14px 5px
}
}
.top-navigator-container .top-navigator__menu-container ul li a.selected-item {
color: #d3d4d5
}
.top-navigator-container .top-navigator__menu-container ul li a.selected-item:hover {
color: #282828
}
.page-introduction-container {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
height: 565px
}
@media only screen and (min-width:768px) {
.page-introduction-container {
height: 921px
}
}
@media only screen and (min-width:1200px) {
.page-introduction-container {
height: 700px
}
}
@media only screen and (min-width:1650px) {
.page-introduction-container {
height: 800px
}
}
@media only screen and (min-width:1900px) {
.page-introduction-container {
height: 855px
}
}
.page-introduction-container .page-introduction-top-block {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #282828
}
.page-introduction-container .page-introduction-top-block__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover
}
.page-introduction-container .page-introduction-top-block__background img {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
.page-introduction-container .page-introduction-top-block__content {
position: absolute;
font-family: robotoblack;
text-align: center;
font-size: 0;
top: 47%;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
width: 95%
}
@media only screen and (min-width:768px) {
.page-introduction-container .page-introduction-top-block__content {
top: 45%
}
}
.page-introduction-container .page-introduction-top-block__content h1 {
font-family: agudaregular;
font-size: 3rem;
padding: 0;
margin: 0;
color: #fe8e22;
font-weight: 500
}
@media only screen and (min-width:768px) {
.page-introduction-container .page-introduction-top-block__content h1 {
font-size: 3rem;
padding: 0
}
}
@media only screen and (min-width:1200px) {
.page-introduction-container .page-introduction-top-block__content {
top: 45%
}
.page-introduction-container .page-introduction-top-block__content h1 {
font-size: 3.625rem;
padding: 0
}
}
@media only screen and (max-width:639px) and (orientation:landscape) {
.page-introduction-container .page-introduction-top-block__content h1 {
font-size: 2.4rem;
padding: 20px 0 0
}
}
.page-introduction-container .page-introduction-top-block__content__sub-title {
display: block;
color: #fff;
margin-top: 30px;
font-size: 1.3rem;
line-height: 1.8rem;
font-family: robotolight;
opacity: .8
}
@media only screen and (min-width:768px) {
.page-introduction-container .page-introduction-top-block__content__sub-title {
margin-top: 50px;
font-size: 1.8rem;
line-height: 40px
}
}
@media only screen and (min-width:1200px) {
.page-introduction-container .page-introduction-top-block__content__sub-title {
font-size: 2.0rem;
line-height: 50px;
margin-top: 0
}
.page-introduction-container .page-introduction-top-block__content__sub-title p {
margin-top: 25px
}
}
@media only screen and (max-width:639px) and (orientation:landscape) {
.page-introduction-container .page-introduction-top-block__content__sub-title {
margin-top: 0
}
.page-introduction-container .page-introduction-top-block__content__sub-title p {
margin-top: 10px
}
}
.page-introduction-container .page-introduction-top-block__arrow-down {
width: 46px;
height: 16px;
text-align: center;
color: #fff;
position: absolute;
bottom: 80px;
left: 50%;
margin-left: -23px;
cursor: pointer;
font-size: 4.5rem
}
.page-introduction-container .page-introduction-top-block__arrow-down:hover {
color: #fe8e22
}
.page-description__title-container {
text-align: center;
padding: 60px 0;
position: relative;
z-index: 1;
background: #f5f6f8;
font-size: 0
}
@media only screen and (min-width:768px) {
.page-description__title-container {
padding: 110px 0
}
}
.page-description__title {
font-family: agudaregular;
text-align: center;
color: #fe8e22;
font-size: 2rem;
padding: 1rem 0 .5rem;
margin: 0;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 500
}
.page-description__description, .page-description__sub-title {
font-family: robotolight;
text-align: center
}
@media only screen and (min-width:768px) {
.page-description__title {
font-size: 2.25rem;
line-height: 1.25;
padding: 1rem 0
}
}
@media only screen and (min-width:992px) {
.page-description__title {
font-size: 2.5rem;
padding: .9375rem 0
}
}
@media only screen and (min-width:1200px) {
.page-description__title {
font-size: 3.0rem;
padding: 0px 0
}
}
.page-description__sub-title {
text-transform: capitalize;
color: #595a5a;
font-size: 1.375rem;
margin: 0;
line-height: 1.3
}
@media only screen and (min-width:768px) {
.page-description__sub-title {
font-size: 1.875rem
}
}
@media only screen and (min-width:992px) {
.page-description__sub-title {
font-size: 1.875rem;
line-height: 1.1875rem
}
}
@media only screen and (min-width:1200px) {
.page-description__sub-title {
font-size: 1.875rem;
line-height: 1.1875rem
}
}
.page-description__yellow-underline {
margin: 1.75rem 0
}
.page-description__description {
color: #6a7885;
width: 100%;
margin: 0 auto;
font-size: 1.2rem;
letter-spacing: 1px
}
@media only screen and (min-width:768px) {
.page-description__description {
font-size: 1.5rem;
line-height: 2.1875rem
}
}
.page-description__big-title .page-description__title {
font-family: robotoblack;
text-transform: none;
color: #2f2933;
letter-spacing: 1px;
padding: 0
}
.page-description__big-title .page-description__description {
color: #595a5a
}
@media only screen and (min-width:992px) {
.page-description__description {
line-height: 2.5rem
}
.page-description__big-title .page-description__title {
font-size: 3.5rem;
padding: 1.125rem 0 0
}
.page-description__big-title .page-description__description {
font-size: 1.5rem;
line-height: 30px
}
}
@media only screen and (min-width:768px) {
.page-description__big-title .page-description__description {
font-size: 1.5rem
}
.view-jobs-opening .col-sm-3 {
padding-left: 0
}
}
.view-jobs-opening p {
margin: 30px 0;
text-align: center;
font-family: robotolight;
color: #fff;
font-size: 1rem
}
.view-jobs-opening p strong {
font-family: robotobold;
display: block;
color: #facd20
}
@media only screen and (max-width:767px) {
.view-jobs-opening p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.view-jobs-opening p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (max-width:479px) {
.view-jobs-opening p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.view-jobs-opening p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (min-width:768px) {
.view-jobs-opening p {
line-height: 1.875rem;
margin: 0;
text-align: left;
letter-spacing: .5px;
font-size: 1.45rem
}
.view-jobs-opening p strong {
display: block
}
}
@media only screen and (min-width:992px) {
.view-jobs-opening .col-sm-3 {
padding-left: 0
}
.view-jobs-opening p {
height: 55px;
line-height: 3.4375rem;
margin: 0;
text-align: left;
font-size: 1.45rem
}
.view-jobs-opening p strong {
display: inline-block
}
}
@media only screen and (min-width:1200px) {
.view-jobs-opening .col-sm-3 {
padding-left: 0
}
.view-jobs-opening p {
height: 55px;
font: 1.875rem/55px robotolight;
margin: 0;
text-align: left
}
}
.sharing-block h4, a.view-more-jobs {
font-family: robotolight
}
a.view-more-jobs {
padding: 18px 15px;
display: block;
width: auto;
max-width: 300px;
vertical-align: middle;
color: #1d2e42;
margin-left: auto;
margin-right: auto;
float: none!important;
text-align: center;
border-radius: 15px;
position: relative;
text-transform: uppercase;
background-color: #fe8e22;
transition: all 200ms ease
}
a.view-more-jobs .mask {
width: 100%;
height: 100%;
background: #000;
opacity: .1;
position: absolute;
left: 0;
top: 0;
content: '';
display: block;
z-index: 0
}
a.view-more-jobs:active, a.view-more-jobs:focus, a.view-more-jobs:hover {
text-decoration: none;
outline: 0;
color: #1d2e42;
background-color: #ec7401;
border-color: #1d2e42
}
a.view-more-jobs.clear, a.view-more-jobs.clear::after {
clear: both
}
@media only screen and (min-width:768px) {
a.view-more-jobs {
float: none
}
}
@media only screen and (min-width:992px) {
a.view-more-jobs {
font-family: robotoblack;
float: right!important;
display: inline-block;
width: auto;
font-size: 1rem;
min-width: 200px
}
}
@media only screen and (min-width:1200px) {
a.view-more-jobs {
float: right!important;
display: inline-block;
width: auto;
font-size: 1.2rem
}
}
.sharing-block h4 {
font-size: 1.125rem;
color: #282828;
margin-bottom: 25px
}
.sharing-block .social_button {
display: block;
height: 59px;
max-width: 280px;
margin: 15px;
background-size: contain
}
.sharing-block .social_button:hover {
opacity: .8
}
.sharing-block .social_button.fa-button {
background: url(/web/20160602234155/http://www.niteco.com/img/fb-icon-mobile.png) center center no-repeat
}
.sharing-block .social_button.tw-button {
background: url(/web/20160602234155/http://www.niteco.com/img/tw-icon-mobile.png) center center no-repeat
}
.sharing-block .social_button.linkedin-button {
background: url(/web/20160602234155/http://www.niteco.com/img/linkedin-icon-mobile.png) center center no-repeat
}
.sharing-block .social_button.email-button {
background: url(/web/20160602234155/http://www.niteco.com/img/email-icon-mobile.png) center center no-repeat
}
@media only screen and (min-width:768px) {
.sharing-block .social_button {
background-size: cover
}
.sharing-block .social_button.fa-button {
background: url(/web/20160602234155/http://www.niteco.com/img/fb-button.png) center center no-repeat
}
.sharing-block .social_button.tw-button {
background: url(/web/20160602234155/http://www.niteco.com/img/tw-button.png) center center no-repeat
}
.sharing-block .social_button.linkedin-button {
background: url(/web/20160602234155/http://www.niteco.com/img/linkedin-button.png) center center no-repeat
}
.sharing-block .social_button.email-button {
background: url(/web/20160602234155/http://www.niteco.com/img/email-button.png) center center no-repeat
}
}
@media only screen and (min-width:992px) {
.sharing-block .social_button {
background-size: cover
}
.sharing-block .social_button.fa-button {
background: url(/web/20160602234155/http://www.niteco.com/img/fb-button.png) center center no-repeat
}
.sharing-block .social_button.tw-button {
background: url(/web/20160602234155/http://www.niteco.com/img/tw-button.png) center center no-repeat
}
.sharing-block .social_button.linkedin-button {
background: url(/web/20160602234155/http://www.niteco.com/img/linkedin-button.png) center center no-repeat
}
.sharing-block .social_button.email-button {
background: url(/web/20160602234155/http://www.niteco.com/img/email-button.png) center center no-repeat
}
}
@media only screen and (min-width:768px) {
.sharing-block .social_button {
max-width: 280px;
background-size: 100%
}
}
@media only screen and (min-width:992px) {
.sharing-block .haft-gutter {
padding-left: 7px;
padding-right: 7px
}
.sharing-block .social_button {
max-width: 280px;
background-size: 100%!important
}
.sharing-block h4 {
font-size: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.sharing-block .haft-gutter {
padding-left: 7px;
padding-right: 7px
}
.sharing-block .social_button {
width: 280px
}
.sharing-block h4 {
font-size: 1.875rem
}
}
@media only screen and (max-width:479px) {
.job-details-sections .sharing-block .col-xs-12.col-sm-6.col-md-3.haft-gutter {
width: 25%;
padding: 0
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.job-details-sections .sharing-block .col-xs-12.col-sm-6.col-md-3.haft-gutter {
width: 15%;
padding: 0
}
.job-details-sections .sharing-block .col-xs-12.col-sm-6.col-md-3.haft-gutter:nth-child(4n+2) {
margin-left: 20%
}
}
.home-container {
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 0;
background: #282828
}
.home-container .home-content-wrapper {
width: 100%;
position: absolute;
top: 85px;
left: 0;
bottom: 0;
background: #000;
height: auto
}
@media only screen and (max-width:991px) {
.home-container .home-content-wrapper {
top: 60px
}
}
.home-block-item {
display: block;
position: relative;
width: 100%;
height: 100%;
float: left;
overflow: hidden
}
@media only screen and (min-width:480px) {
.home-block-item {
width: 50%
}
}
.home-block-item:hover .home-block-item__background {
opacity: 0
}
.home-block-item .home-block-item__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background-size: cover;
background-position: center center;
transition: all 500ms ease-in-out;
opacity: 1
}
.home-block-item .home-block-item__background img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
.home-block-item .home-block-item__content-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
font-size: 0
}
.home-block-item .home-block-item__content-container .home-block-item__content {
display: inline-block;
width: 100%;
text-align: center;
position: relative;
vertical-align: middle;
margin-top: 15px;
transition: all 300ms ease-in-out
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-family: robotothin;
font-size: 1.2rem;
line-height: 1rem;
text-transform: uppercase;
display: block
}
@media only screen and (min-width:768px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.2rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.home-block-item .home-block-item__background {
opacity: 1
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.2rem;
line-height: 1rem
}
}
@media only screen and (min-width:1200px) {
.home-block-item .home-block-item__background {
opacity: 1
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.5rem;
line-height: 1rem
}
}
@media only screen and (min-width:1900px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__small-text {
font-size: 1.5rem;
line-height: 1rem
}
}
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-family: robotobold;
text-transform: uppercase;
display: block;
opacity: .8;
font-size: 2rem;
line-height: 2.4rem
}
@media only screen and (min-width:768px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2rem;
line-height: 2.4rem
}
}
@media only screen and (min-width:992px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.2rem;
line-height: 2.4rem
}
}
@media only screen and (min-width:1200px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.2rem;
line-height: 2.6rem
}
}
@media only screen and (min-width:1900px) {
.home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.8rem;
line-height: 3.2rem
}
}
.home-block-item .home-block-item__content-container .home-block-item__content-second {
color: grey;
font-family: robotolight;
font-size: 1rem;
line-height: 1.2rem;
padding: 0 10px;
text-align: center;
position: absolute;
top: 50%;
display: block;
width: 100%;
opacity: 0;
-webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
transition: all .27s cubic-bezier(0, 0, .58, 1)
}
@media only screen and (min-width:768px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1rem;
line-height: 1.2rem;
padding: 0 10px
}
}
@media only screen and (min-width:992px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1.1rem;
line-height: 1.3rem;
padding: 0 10px
}
}
@media only screen and (min-width:1200px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1.2rem;
line-height: 1.5rem;
padding: 0 50px;
margin-top: 20px
}
}
@media only screen and (min-width:1900px) {
.home-block-item .home-block-item__content-container .home-block-item__content-second {
font-size: 1.2rem;
line-height: 1.5rem;
padding: 0;
margin-top: 0
}
}
.home-block-item:hover .home-block-item__content {
margin-top: -50px
}
.home-block-item:hover .home-block-item__content-second {
opacity: 1;
-webkit-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}
.home-block-item a {
display: block;
position: relative;
width: 100%;
height: 100%;
text-decoration: none
}
.home-block-item a:hover {
outline: 0
}
.home-block-item__bright-bg {
background: url("../images/engagement-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.home-block-item__bright-bg .home-block-item__big-text {
color: #fe8e22
}
.home-block-item__dark-bg {
background: url("../images/our-work-hover.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.home-block-item__dark-bg .home-block-item__small-text {
color: #fff
}
.home-block-item__dark-bg .home-block-item__big-text {
color: #fff
}
.home-block-row {
position: relative;
display: block;
padding: 0;
height: 200px
}
.home-column-left {
position: relative;
width: 100%;
font-size: 0
}
.home-block {
background-color: #1d2e42;
font-family: robotoregular;
color: #ffffff;
width: 100%;
font-style: italic;
text-align: center;
padding: 26px 60px;
}
.footer {
background-color: #6dcff6;
font-family: robotoregular;
color: #1d2e42;
width: 100%;
text-align: center;
padding: 2%
}
@media only screen and (min-width:768px) {
.home-block-item:hover .home-block-item__content {
margin-top: -70px
}
.home-block-row {
height: 33.3333333333%
}
.home-column-left {
height: 100%
}
}
@media only screen and (min-width:992px) {
.home-column-left {
/*position: absolute;*/
top: 0;
left: 0;
height: 100%;
width: 50%
}
.fullscreen-page {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%
}
}
.home-column-left .home-video-container {
display: block;
background-color: #323232;
position: relative;
height: 100%
}
.home-column-left .home-video-container:hover .button-blue-border {
font-size: 1.125rem;
background: #6dcff6;
border: 2px solid #6dcff6;
color: #282828;
transition: all 200ms ease-in-out
}
.home-column-left .home-video-container::before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle
}
.home-column-left .home-video-container .home-video-wrapper {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center center;
overflow: hidden;
opacity: .5
}
.home-column-left .home-video-container .home-video-wrapper img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
.home-column-left .home-video-container .home-video-wrapper .vjs-playing {
position: relative;
z-index: 1
}
.home-column-left .home-video-container video {
opacity: 0
}
.home-column-left .home-video-container .vjs-big-play-button, .home-column-left .home-video-container .vjs-control-bar, .home-column-left .home-video-container .vjs-error-display {
display: none!important
}
.home-column-left .home-video-container .vjs-controls-disabled .vjs-big-play-button, .home-column-left .home-video-container .vjs-loading-spinner, .home-column-left .home-video-container .vjs-poster, .home-column-left .home-video-container .vjs-using-native-controls .vjs-big-play-button {
display: none
}
.home-column-left .home-video-container .home-video__image-overlay {
position: absolute;
z-index: 5;
top: 32%;
left: 9%;
width: 80%;
height: 40%;
background-size: cover;
background-position: center center;
opacity: 1;
overflow: hidden;
}
.home-column-left .home-video-container .home-video__image-overlay img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
@media only screen and (max-width:479px) and (orientation:portrait) {
.home-column-left .home-video-container .home-video__image-overlay img {
width: auto;
height: 100%
}
}
.home-column-left .home-video-container .home-video__content-text {
position: relative;
z-index: 10;
display: inline-block;
vertical-align: middle;
width: 100%;
text-align: center;
margin-top: 2rem;
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%)
}
.home-column-left .home-video-container .home-video__content-text h3 {
padding: 0;
margin: 0;
font-weight: 400;
font-size: 1px
}
.home-column-left .home-video-container .home-video__content-text img {
max-width: 100%;
display: block;
margin: 0 auto
}
.home-column-left .home-video-container .home-video__content-text span {
font-family: robotothin;
font-size: .8rem;
padding: .5rem;
display: inline-block;
color: #fff
}
@media only screen and (min-width:768px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.3rem
}
}
@media only screen and (min-width:992px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.3rem
}
}
@media only screen and (min-width:1200px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.home-column-left .home-video-container .home-video__content-text span {
font-size: 1.76rem
}
}
.home-column-left .home-video-container .home-video__content-text .button-container {
margin-top: 3.8rem
}
.home-column-left .home-video-container .home-billboard__image-background {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
opacity: 1;
overflow: hidden
}
.home-column-left .home-video-container .home-billboard__content {
position: absolute;
top: 0;
left: -5%;
width: 50%;
height: 100%;
text-align: center
}
.home-column-left .home-video-container .home-billboard__image {
display: block;
max-width: 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -62%);
transform: translate(-50%, -62%)
}
@media only screen and (min-width:500px) {
.home-column-left .home-video-container .home-billboard__image {
max-width: 40%
}
}
.home-column-left .home-video-container .home-billboard__link {
font-family: robotolight;
font-size: .875rem;
line-height: 1rem;
display: inline-block;
color: #bbbdaf;
padding: 0 1.25rem 0 0;
transition: color 300ms ease-in-out;
position: absolute;
top: 75%;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
.home-column-left .home-video-container .home-billboard__link:after {
content: '';
width: 18px;
height: 20px;
background: url(/web/20160602234155/http://www.niteco.com/img/home_arrow_icon.png) right center no-repeat;
background-size: 12px auto;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%)
}
@media only screen and (min-width:360px) {
.home-column-left .home-video-container .home-billboard__link {
top: 78%
}
}
@media only screen and (min-width:640px) {
.home-column-left .home-video-container .home-billboard__image {
max-width: 35%
}
.home-column-left .home-video-container .home-billboard__link {
top: 82%
}
}
@media only screen and (min-width:768px) {
.home-column-left .home-video-container .home-video__content-text .button-container {
margin-top: 6.5rem
}
.home-column-left .home-video-container .home-billboard__image {
max-width: 50%
}
.home-column-left .home-video-container .home-billboard__link {
font-size: 1.125rem;
line-height: 1.125rem
}
}
@media only screen and (min-width:992px) {
.home-column-left .home-video-container .home-billboard__link {
top: 78%;
padding: 0 1.5625rem 0 0
}
.home-column-left .home-video-container .home-billboard__link:after {
width: 14px;
background-size: 14px auto
}
}
@media only screen and (min-width:1200px) {
.home-column-left .home-video-container .home-billboard__link {
padding: 0 1.875rem 0 0
}
.home-column-left .home-video-container .home-billboard__link:after {
width: 16px;
background-size: 16px auto
}
}
@media only screen and (min-width:1900px) {
.home-column-left .home-video-container .home-billboard__link {
font-size: 1.25rem
}
.home-column-left .home-video-container .home-billboard__link:after {
width: 18px;
background-size: 18px auto
}
}
.home-column-left .home-video-container .home-billboard__link:hover {
color: #fdcb08
}
.home-column-left .home-block-row .home-block-item {
width: 100%
}
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 1.4rem;
line-height: 1.8rem
}
@media only screen and (min-width:768px) {
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2rem;
line-height: 2.4rem
}
}
@media only screen and (min-width:992px) {
.home-column-left .home-video-container .home-billboard__link:hover:after {
-webkit-animation: arrowMove .75s linear 0s forwards normal;
animation: arrowMove .75s linear 0s forwards normal
}
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.4rem;
line-height: 2.6rem
}
}
@media only screen and (min-width:1200px) {
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 2.8rem;
line-height: 3.2rem
}
}
@media only screen and (min-width:1900px) {
.home-column-left .home-block-row .home-block-item .home-block-item__content-container .home-block-item__content .home-block-item__big-text {
font-size: 3.8rem;
line-height: 4rem
}
}
.home-column-left .home-block-row:nth-child(1) {
height: 250px
}
@media only screen and (min-width:768px) {
.home-column-left .home-block-row:nth-child(1) {
height: 100%
}
}
.home-column-right {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%
}
@media only screen and (min-width:480px) and (max-width:767px) {
.home-column-right {
height: auto
}
}
@media only screen and (max-width:991px) {
.home-column-right {
width: 100%;
position: relative
}
}
.scroll-top {
background: 0 0;
border: 0;
bottom: 5.75rem;
color: #fff;
position: fixed;
right: 3rem;
will-change: opacity;
z-index: 10;
cursor: pointer;
opacity: .5;
display: none;
transition: opacity .5s ease-in
}
.scroll-top:after:hover, .scroll-top:hover {
opacity: 1;
transition: 1s
}
.scroll-top .icon-arrow-up {
height: 40px;
width: 40px;
color: #fff;
font-size: 20px;
text-align: center;
vertical-align: middle;
padding-top: 9px
}
.scroll-top:after {
background-color: #facd20;
content: '';
position: absolute;
left: -30%;
top: -15%;
border-radius: 50px;
height: 2.5rem;
width: 2.5rem;
z-index: -1
}
.all-page__header {
position: absolute;
top: -9999px;
left: -9999px
}
.home-content-wrapper.content-wrapper {
padding: 0
}
.home-color-block-item__background, .home-color-block-item__content-container {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center top
}
.home-color-block-item__background {
overflow: hidden
}
.home-color-block-item__background img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
.home-color-block-item__background-hover {
opacity: 0;
transition: opacity 300ms ease-in-out
}
.home-color-block-item__content-container {
z-index: 1;
font-size: 0
}
.home-color-block-item__content-container::before {
content: '';
display: inline-block;
height: 100%;
position: relative;
vertical-align: middle
}
.home-color-block-item__content-career {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-left: 15px
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career {
margin-left: 63px
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career {
margin-left: 30px
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career {
margin-left: 63px
}
}
.home-color-block-item__content-career__text {
text-align: left;
display: block
}
.home-color-block-item__content-career__text__small-text {
font-family: robotolight;
color: #fff;
opacity: .8;
text-transform: capitalize;
display: block;
margin: 0 0 5px;
padding: 0 0 0 5px;
font-size: .75rem;
line-height: .875rem
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career__text__small-text {
margin: 0 0 9px;
padding: 0 0 0 12px;
font-size: 1.25rem;
line-height: 1.25rem
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career__text__small-text {
margin: 0;
padding: 0 0 0 9px;
font-size: 1rem;
line-height: 1.375rem
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career__text__small-text {
font-size: 1.25rem;
line-height: 1.375rem
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content-career__text__small-text {
margin: 0 0 15px;
padding: 0 0 0 12px;
font-size: 1.625rem;
line-height: 1.375rem
}
}
.home-color-block-item__content-career__text__big-text {
font-family: robotoblack;
color: #c5c3b4;
opacity: .8;
display: block;
text-transform: uppercase;
transition: color 300ms ease-in-out;
font-size: 1.125rem;
line-height: 1.25rem;
margin: 0
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career__text__big-text {
font-size: 2.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career__text__big-text {
font-size: 1.625rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career__text__big-text {
font-size: 1.875rem;
line-height: 2.1875rem
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content-career__text__big-text {
font-size: 3.5rem;
line-height: 2.5rem
}
}
.home-color-block-item__content-career .career-animation {
position: absolute;
width: 107px;
height: 142px;
top: 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: translate(0, -50%) scale(.6);
transform: translate(0, -50%) scale(.6);
left: -90px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
@media only screen and (min-width:768px) {
.home-color-block-item__content-career .career-animation {
left: -127px;
-webkit-transform: translate(0, -50%) scale(1);
transform: translate(0, -50%) scale(1)
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content-career .career-animation {
left: -127px;
-webkit-transform: translate(0, -50%) scale(1);
transform: translate(0, -50%) scale(1)
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content-career .career-animation {
left: -127px;
-webkit-transform: translate(0, -50%) scale(1);
transform: translate(0, -50%) scale(1)
}
}
.home-color-block-item__content-career .career-animation__spins {
width: 65px;
height: 74px;
position: absolute;
left: 52%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: -17px;
overflow: hidden
}
.home-color-block-item__content-career .career-animation__spins img {
position: absolute;
top: 50px;
left: 0;
transition: top 500ms ease-in-out
}
.home-color-block-item__content-career .career-animation__head {
position: absolute;
width: 107px;
height: 34px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-careers-icon.png) center top no-repeat;
top: 0;
left: 0;
transition: -webkit-transform 500ms ease-in-out;
transition: transform 500ms ease-in-out;
-webkit-transform-origin: 22px 100%;
transform-origin: 22px 100%
}
.home-color-block-item__content-career .career-animation__body {
position: absolute;
width: 107px;
height: 108px;
top: 34px;
left: 0;
background: url(/web/20160602234155/http://www.niteco.com/img/home-careers-icon.png) center -34px no-repeat
}
.home-color-block-item__content {
text-align: center;
display: inline-block;
width: 100%;
vertical-align: middle;
position: relative;
font-size: 0
}
.home-color-block-item__content .home-block-animation-container {
display: inline-block;
position: relative;
margin: 0;
-webkit-transform-origin: 50% 20%;
transform-origin: 50% 20%;
-webkit-transform: scale(.6);
transform: scale(.6);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
@media only screen and (min-width:768px) {
.home-color-block-item__content .home-block-animation-container {
margin: 0 0 30px;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content .home-block-animation-container {
margin: 0;
-webkit-transform: scale(.7);
transform: scale(.7)
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content .home-block-animation-container {
margin: 0 0 30px;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@media screen and (device-width:960px) and (device-height:600px) {
.home-color-block-item__content {
-webkit-transform: scale(.7);
transform: scale(.7)
}
}
.home-color-block-item__content__text {
display: block;
text-align: center;
color: #e0decd;
font-family: robotobold;
text-transform: uppercase;
opacity: .8;
transition: color 300ms ease-in-out;
font-size: 1rem;
line-height: 1.25rem;
margin: 0
}
.home-color-block-item:hover .home-color-block-item__content-career__text__big-text, .home-color-block-item:hover .home-color-block-item__service-text {
color: #ff9f47
}
@media only screen and (min-width:768px) {
.home-color-block-item__content__text {
margin-top: 0;
font-size: 1.5rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:992px) {
.home-color-block-item__content__text {
font-size: 1.125rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1200px) {
.home-color-block-item__content__text {
font-size: 1.5rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.home-color-block-item__content__text {
font-size: 2rem;
line-height: 1.5rem
}
}
.home-block__icon {
width: 43px;
height: 72px;
display: inline-block;
position: absolute;
bottom: -11px;
right: -11px
}
.home-color-block-item__content .home-block__icon-computer {
width: 170px;
height: 125px;
background: url(../images/home-services-icon-2.png) no-repeat;
display: inline-block
}
.home-color-block-item__content .home-block__icon-puzzle-white {
width: 62px;
height: 52px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) no-repeat;
display: inline-block;
position: relative;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(-10px, -10px) rotate(20deg);
transform: translate(-10px, -10px) rotate(20deg)
}
.home-color-block-item__content .home-block__icon-puzzle-blue {
width: 52px;
height: 62px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) -75px 0 no-repeat;
display: inline-block;
position: relative;
margin: 0 0 -10px -10px;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px)
}
.home-color-block-item__content .home-block__line-separate {
display: block;
width: 100%;
height: 1px;
margin-top: -1px
}
.home-color-block-item__content .home-block__icon-puzzle-yellow {
width: 52px;
height: 62px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) 0 -65px no-repeat;
display: inline-block;
position: relative;
margin: -15px -10px 0 0;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(-10px, 10px) rotate(-10deg);
transform: translate(-10px, 10px) rotate(-10deg)
}
.home-color-block-item__content .home-block__icon-puzzle-orange {
width: 62px;
height: 52px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-team-icon.png) -65px -75px no-repeat;
display: inline-block;
position: relative;
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out;
-webkit-transform: translate(10px, 10px) rotate(10deg);
transform: translate(10px, 10px) rotate(10deg)
}
.home-color-block-item__content .home-block__icon-our-work-board {
width: 128px;
height: 112px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-work-icon.png) no-repeat;
display: inline-block;
margin: 0 0 20px
}
.home-color-block-item__content .home-block__icon-our-work-mobile {
width: 48px;
height: 88px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-work-icon.png) -149px -12px no-repeat;
display: inline-block;
position: absolute;
left: -15px;
bottom: -5px
}
.home-color-block-item__content .home-block__icon-our-work-pencil {
width: 89px;
height: 17px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-our-work-icon.png) -218px -50px no-repeat;
display: inline-block;
position: absolute;
right: -10px;
bottom: -5px
}
.home-color-block-item__content .home-block__icon-engage-paper {
width: 95px;
height: 131px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-engagement-models-icon.png) no-repeat;
display: inline-block
}
.home-color-block-item__content .home-block__icon-envelope-behind {
width: 120px;
height: 121px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-contact-icon.png) no-repeat;
display: inline-block;
position: relative
}
.home-color-block-item__content .home-block__icon-envelope-paper-container {
width: 106px;
height: 81px;
display: inline-block;
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -53px;
overflow: hidden
}
.home-color-block-item__content .home-block__icon-envelope-paper {
width: 106px;
height: 81px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-contact-icon.png) -137px -40px no-repeat;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
transition: -webkit-transform 300ms ease-in-out;
transition: transform 300ms ease-in-out
}
.home-color-block-item__content .home-block__icon-envelope-in-front-of {
width: 120px;
height: 80px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-contact-icon.png) -254px -41px no-repeat;
display: inline-block;
position: absolute;
bottom: 0;
left: 0
}
.home-color-block-item__content .home-block__icon-charity {
width: 185px;
height: 85px;
background: url(/web/20160602234155/http://www.niteco.com/img/home-nicef-icon.png) no-repeat;
position: relative;
display: inline-block;
margin-bottom: 20px
}
.home-color-block-item:hover .home-color-block-item__background-hover {
opacity: 1
}
.home-color-block-item:hover .career-animation__head {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.home-color-block-item:hover .career-animation__spins img {
top: 0
}
.home-color-block-item:hover .home-block__icon-spin-big, .home-color-block-item:hover .home-block__icon-spin-small {
-webkit-animation: spin-animation 2s linear 0s infinite normal;
animation: spin-animation 2s linear 0s infinite normal
}
.home-color-block-item:hover .home-block__icon-puzzle-white {
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0)
}
.home-color-block-item:hover .home-block__icon-puzzle-blue {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.home-color-block-item:hover .home-block__icon-puzzle-orange, .home-color-block-item:hover .home-block__icon-puzzle-yellow {
-webkit-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0)
}
.home-color-block-item:hover .home-color-block-item__our-team-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-color-block-item__our-work-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-our-work-board {
-webkit-animation: shake-hand .5s ease-in-out 0s forwards;
animation: shake-hand .5s ease-in-out 0s forwards
}
.home-color-block-item:hover .home-block__icon-our-work-mobile {
opacity: 0;
-webkit-animation: slide-from-left-in .5s ease-in-out .25s forwards;
animation: slide-from-left-in .5s ease-in-out .25s forwards
}
.home-color-block-item:hover .home-block__icon-our-work-pencil {
opacity: 0;
-webkit-animation: slide-from-right-in .5s ease-in-out .5s forwards;
animation: slide-from-right-in .5s ease-in-out .5s forwards
}
.home-color-block-item:hover .home-color-block-item__engagement-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-engage-paper {
-webkit-animation: shake-hand 1s ease-in-out 0s forwards;
animation: shake-hand 1s ease-in-out 0s forwards
}
.home-color-block-item:hover .home-color-block-item__contact-us-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-envelope-paper {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.home-color-block-item:hover .home-color-block-item__charity-text {
color: rgb(255, 159, 71)
}
.home-color-block-item:hover .home-block__icon-charity {
-webkit-animation: boat-animation 1s ease-in-out 0s forwards;
animation: boat-animation 1s ease-in-out 0s forwards
}
@-webkit-keyframes spin-animation {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin-animation {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes slide-from-left-in {
0% {
-webkit-transform: translate(-1000%, 0);
transform: translate(-1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(10%, 0);
transform: translate(10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@keyframes slide-from-left-in {
0% {
-webkit-transform: translate(-1000%, 0);
transform: translate(-1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(10%, 0);
transform: translate(10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@-webkit-keyframes slide-from-right-in {
0% {
-webkit-transform: translate(1000%, 0);
transform: translate(1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@keyframes slide-from-right-in {
0% {
-webkit-transform: translate(1000%, 0);
transform: translate(1000%, 0);
opacity: 0
}
95% {
-webkit-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: .95
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1
}
}
@-webkit-keyframes slide-from-right-to-left {
0% {
-webkit-transform: translate(300%, 0);
transform: translate(300%, 0)
}
70% {
-webkit-transform: translate(-300%, 0);
transform: translate(-300%, 0)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes slide-from-right-to-left {
0% {
-webkit-transform: translate(300%, 0);
transform: translate(300%, 0)
}
70% {
-webkit-transform: translate(-300%, 0);
transform: translate(-300%, 0)
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes boat-animation {
0% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes boat-animation {
0% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes shake-hand {
0% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg)
}
25% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg)
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
@keyframes shake-hand {
0% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg)
}
25% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg)
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
.our-services-block {
overflow: hidden;
z-index: 0
}
.our-services-block .home-block-item__background {
display: block;
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-repeat: no-repeat!important;
z-index: 1
}
.our-services-block .home-block-item__content {
font-family: robotothin;
font-size: 34px;
line-height: 43px;
text-transform: uppercase;
position: absolute;
z-index: 3;
text-align: center;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
pointer-events: none
}
.home-block-item__background-transparent {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
opacity: .9;
transition: opacity .5s ease-in-out
}
.bgDark .bgzoom {
-webkit-animation: bgzoom 10s .5s linear infinite alternate;
animation: bgzoom 10s .5s linear infinite alternate;
-webkit-animation-play-state: running;
animation-play-state: running;
-o-animation-play-state: running
}
.bgDark .home-block-item__background-transparent {
background-color: #000
}
.bgDark .home-block-item__content {
color: #fff
}
.bgDark .home-block-item__content span.home-block-item__big-text {
font-size: 56px!important;
font-family: robotobold;
color: #facd1f!important
}
.bgLight .bgzoom {
-webkit-animation: bgzoom 10s .5s linear infinite alternate;
animation: bgzoom 10s .5s linear infinite alternate;
-webkit-animation-play-state: running;
animation-play-state: running;
-o-animation-play-state: running
}
@keyframes bgzoom {
from {
-webkit-transform: scale(1);
transform: scale(1)
}
to {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
}
@-webkit-keyframes bgzoom {
from {
-webkit-transform: scale(1)
}
to {
-webkit-transform: scale(1.2)
}
}
.bgLight .home-block-item__background-transparent {
background-color: #fff
}
.bgLight .home-block-item__content {
color: #282828
}
.bgLight .home-block-item__content span.home-block-item__big-text {
font-size: 56px!important;
font-family: robotobold;
color: #282828!important
}
.record-number .container {
position: relative;
z-index: 1
}
.record-number__bg {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
.about-group__content-container {
background-color: #fff;
background-size: cover;
padding: 60px 0;
position: relative;
z-index: 1;
transition-delay: .5s
}
.about-group__content-container.record-number {
background-size: cover
}
@media only screen and (min-width:768px) {
.about-group__content-container.record-number {
padding-top: 30px;
padding-bottom: 10px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container.record-number {
padding: 110px 0 142px
}
}
.about-group__content-container.record-number .col-xs-12:last-child .about-us-info {
margin: 0
}
.about-group__content-container .about-us-info {
background: #fff;
text-align: center;
padding: 47px 0 51px;
margin: 0 0 20px
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-info {
margin: 0
}
}
.about-group__content-container .about-us-info .about-us-icon {
width: 78px;
height: 78px;
background-size: cover;
margin: 0 auto 30px
}
.about-group__content-container .about-us-info .statistic-number {
font-size: 3.5rem;
line-height: 2.5rem;
font-family: robotoblack;
color: #34495e;
letter-spacing: 2px;
margin: 0 auto 10px;
display: inline-block
}
.about-group__content-container .about-us-info p {
font-size: 1.125rem;
line-height: 1.375rem;
font-family: robotoblack;
color: #333;
letter-spacing: 1px;
margin: 0
}
.about-group__content-container .about-us-certified__infor {
width: 100%;
padding: 0 15px;
float: left
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__infor {
width: 60%;
padding: 60px 0
}
}
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-family: RobotoLight;
color: #282828;
padding: 0;
margin: 0 0 20px;
font-size: 1.25rem;
text-align: center
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-size: 1.25rem;
line-height: 30px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-size: 1.625rem;
line-height: 35px;
text-align: left
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__infor .about-certified__header {
font-size: 2.1875rem;
line-height: 40px;
margin: 0 0 50px
}
}
.about-group__content-container .about-us-certified__infor .about-certified__header span {
font-family: RobotoBlack
}
.about-group__content-container .about-us-certified__infor .about-certified__description {
color: #6a7885;
letter-spacing: 1px;
font-weight: 400;
font-family: robotolight;
margin: 0;
font-size: 1rem;
text-align: center
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__infor .about-certified__description {
font-size: 1rem;
line-height: 25px;
text-align: left;
padding-left: 30px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__infor .about-certified__description {
font-size: 1.125rem;
line-height: 30px;
text-align: left;
width: 90%;
padding-left: 0
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__infor .about-certified__description {
font-size: 1.5rem;
line-height: 35px
}
}
.about-group__content-container .about-us-certified__number {
width: 100%;
padding: 0 15px;
float: left;
text-align: center
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__number {
width: 40%;
padding: 36px 0 0;
text-align: center
}
}
.about-group__content-container .about-us-certified__number .number__certified {
font-family: robotoblack;
padding: 0;
margin: 0;
color: #34495e;
font-size: 7.5rem;
line-height: 140px;
display: block;
opacity: .2
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__number .number__certified {
font-size: 10rem;
line-height: 100px;
padding: 0 0 50px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__number .number__certified {
font-size: 12.5rem;
line-height: 140px;
margin: 0 0 20px
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__number .number__certified {
font-size: 15rem;
padding: 0 0 30px;
line-height: 180px
}
}
.about-group__content-container .about-us-certified__number p {
color: #2c3e50;
font-weight: 700;
font-family: latoregular;
font-size: .875rem;
line-height: 20px;
margin: 0;
padding: 16px 0 0;
opacity: .5;
letter-spacing: 1px;
word-spacing: 2px
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-us-certified__number p {
line-height: 30px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-us-certified__number p {
line-height: 35px
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-us-certified__number p {
font-size: 1.25rem;
line-height: 40px
}
}
.about-group__content-container.about-offices-block__container {
background-color: #282828;
text-align: center
}
.about-group__content-container .yellow-divider {
margin: 30px 0
}
.about-group__content-container .about-offices-block__content {
text-align: center
}
.about-group__content-container .about-offices-block__content h3 {
font-family: robotothin;
font-weight: 400;
color: #fff;
text-align: center;
line-height: 35px;
font-size: 1.5rem;
width: 95%;
margin: 0 auto
}
.about-group__content-container .about-offices-block__content h3 span {
color: #f9cd1f;
font-family: robotoblack;
font-weight: 700
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-offices-block__content h3 {
font-size: 2.1875rem;
line-height: 40px
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-offices-block__content h3 {
font-size: 2.5rem;
line-height: 45px
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-offices-block__content h3 {
font-size: 3.125rem;
line-height: 60px
}
}
.about-group__content-container .about-offices-block__content .yellow-divider {
margin-top: 20px
}
.about-group__content-container .about-offices-block__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
display: none
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-offices-block__bg {
width: 120%
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-offices-block__bg {
display: block;
background-repeat: no-repeat;
width: 100%
}
}
.about-group__content-container .about-offices-block__bg img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
@media only screen and (min-width:992px) and (max-width:1024px) {
.about-group__content-container .about-offices-block__bg {
background-position: 0 bottom!important;
top: 127px;
left: -205px
}
}
.about-group__content-container .about-offices-block__image {
display: inline-block;
max-width: 80%
}
.about-group__content-container .about-offices-block__description {
width: 100%;
position: relative;
font-family: robotothin;
color: #fff;
margin: 0;
line-height: 28px;
font-size: 1.25rem;
padding: 20px 0;
transition-delay: .5s;
font-weight: 400
}
@media only screen and (min-width:480px) {
.about-group__content-container .about-offices-block__description {
width: 100%
}
}
@media only screen and (min-width:768px) {
.about-group__content-container .about-offices-block__description {
line-height: 40px;
font-size: 1.75rem
}
}
@media only screen and (min-width:992px) {
.about-group__content-container .about-offices-block__image {
display: none
}
.about-group__content-container .about-offices-block__description {
width: 50%;
left: 50%;
margin-left: 30px;
padding: 150px 0 320px;
line-height: 34px;
font-size: 1.625rem;
text-align: left
}
}
@media only screen and (min-width:1200px) {
.about-group__content-container .about-offices-block__description {
width: 60%;
margin-left: 85px;
padding: 30px 20px 300px;
line-height: 60px;
font-size: 2.1875rem
}
}
@media only screen and (min-width:992px) and (max-width:1024px) {
.about-group__content-container .about-offices-block__description {
padding: 100px 0
}
}
.about-group__content-container .about-offices-block__description b, .about-group__content-container .about-offices-block__description span, .about-group__content-container .about-offices-block__description strong {
color: #facd20;
font-family: robotothin
}
@media only screen and (min-width:992px) {
.about-group__content-container {
padding: 110px 0
}
}
.our-mission-container {
width: 100%;
float: left
}
@media only screen and (min-width:1200px) {
.our-mission-container {
padding: 60px 0
}
}
.our-mission-container:nth-child(2n) {
margin-top: 50px
}
.our-mission-container:nth-child(2n) .content-holder {
float: right
}
.our-mission-container:nth-child(2n) .big-image {
float: left;
text-align: left
}
.our-mission-container .content-holder {
float: left;
color: #6a7885;
font-family: robotolight;
width: 100%;
padding: 0;
font-size: 1rem;
line-height: 1.5rem
}
@media only screen and (min-width:768px) {
.our-mission-container:nth-child(2n) {
margin-top: 0
}
.our-mission-container .content-holder {
font-size: 1.5rem;
line-height: 2.125rem;
padding: 40px 0 0;
width: 65%
}
}
@media only screen and (min-width:992px) {
.our-mission-container .content-holder {
padding: 40px 0 0;
font-size: 1.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.our-mission-container .content-holder {
width: 800px;
padding: 80px 0 0
}
}
.our-mission-container .content-holder h2 {
font-family: robotoblack;
color: #282828;
padding: 0;
margin: 0;
font-size: 2rem;
line-height: 1.5rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.our-mission-container .content-holder h2 {
font-size: 2.25rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:992px) {
.our-mission-container .content-holder h2 {
font-size: 2.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1200px) {
.our-mission-container .content-holder h2 {
font-size: 3.5rem;
line-height: 3.5rem
}
}
.our-mission-container .content-holder .description {
text-align: left
}
.our-mission-container .big-image {
float: right;
text-align: right;
position: relative;
display: none
}
.our-mission-container .big-image img {
max-width: 100%;
max-height: 100%
}
@media only screen and (min-width:768px) {
.our-mission-container .big-image {
display: inline-block;
width: 30%;
text-align: right
}
}
@media only screen and (min-width:992px) {
.our-mission-container .big-image {
width: 265px
}
}
.section-job-opening, .section-our-values {
text-align: center;
position: relative;
background: url(/web/20160602234155/http://www.niteco.com/img/bgOurValues.jpg) center center;
background-size: cover
}
.section-job-opening .section-our-values__bg, .section-our-values .section-our-values__bg {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
.section-job-opening .container, .section-our-values .container {
position: relative;
z-index: 1
}
.section-job-opening .our-values-container, .section-our-values .our-values-container {
margin: 0 auto;
text-align: left
}
.section-job-opening .our-values-container .our-value-header, .section-our-values .our-values-container .our-value-header {
text-align: center
}
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-family: robotoblack;
color: #fff;
margin: 0;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.25rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.25rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media only screen and (device-height:768px) and (device-width:1024px) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.5rem;
line-height: 3rem
}
}
@media (-webkit-min-device-pixel-ratio:2) and (min-device-width:760px) and (max-device-width:778px) and (orientation:portrait) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2.25rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:560px) and (max-device-width:678px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:310px) and (max-device-width:380px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:410px) and (max-device-width:430px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
@media only screen and (min-device-width:730px) and (max-device-width:740px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
.section-job-opening .our-values-container .our-value-header h2, .section-our-values .our-values-container .our-value-header h2 {
font-size: 2rem;
line-height: 3rem
}
}
.section-job-opening .our-values-container .our-value-item, .section-our-values .our-values-container .our-value-item {
width: 100%;
min-height: 210px;
background: #fff;
padding: 35px 40px;
margin-bottom: 40px
}
@media only screen and (max-width:767px) {
.section-job-opening .our-values-container .our-value-item, .section-our-values .our-values-container .our-value-item {
padding: 35px 15px
}
}
.section-job-opening .our-values-container .our-value-item:nth-child(2), .section-our-values .our-values-container .our-value-item:nth-child(2) {
transition-delay: 0ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(3), .section-our-values .our-values-container .our-value-item:nth-child(3) {
transition-delay: 200ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(4), .section-our-values .our-values-container .our-value-item:nth-child(4) {
transition-delay: 400ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(5), .section-our-values .our-values-container .our-value-item:nth-child(5) {
transition-delay: 600ms
}
.section-job-opening .our-values-container .our-value-item:nth-child(6), .section-our-values .our-values-container .our-value-item:nth-child(6) {
transition-delay: 800ms
}
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-family: robotoblack;
color: #2c3e50;
font-size: 4.5rem;
line-height: 1;
margin: 0 0 20px;
padding: 0 0 0 20px;
text-align: center;
opacity: .2
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .row, .section-our-values .our-values-container .our-value-item .row {
display: table
}
.section-job-opening .our-values-container .our-value-item .row .col-sm-10, .section-job-opening .our-values-container .our-value-item .row .col-sm-2, .section-our-values .our-values-container .our-value-item .row .col-sm-10, .section-our-values .our-values-container .our-value-item .row .col-sm-2 {
display: table-cell;
vertical-align: middle;
float: none
}
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
padding: 0 0 25px;
font-size: 5rem;
line-height: 5rem;
text-align: center
}
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 7rem;
line-height: 7rem;
text-align: left;
margin: 0
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 11rem;
line-height: 6rem;
vertical-align: bottom!important
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 11rem;
line-height: 6rem;
vertical-align: bottom!important
}
}
@media only screen and (max-width:639px) {
.section-job-opening .our-values-container .our-value-item .value-index, .section-our-values .our-values-container .our-value-item .value-index {
font-size: 4.5rem;
line-height: 1;
padding: 0
}
}
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
color: #6a7885;
font-family: robotolight;
text-align: justify
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
font-size: 1.5rem;
line-height: 1.875rem;
text-align: left
}
}
@media only screen and (max-width:767px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
text-align: center
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
padding: 0 0 0 25px;
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-item .value-description, .section-our-values .our-values-container .our-value-item .value-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
color: #2c3e50;
font-family: robotoregular;
margin: 0;
padding: 0 0 15px;
text-align: center;
font-weight: 400
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem;
text-align: left
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (max-width:639px) {
.section-job-opening .our-values-container .our-value-item .value-description h3, .section-our-values .our-values-container .our-value-item .value-description h3 {
font-size: 1.5rem
}
}
.section-job-opening .our-values-container .our-value-item:last-child, .section-our-values .our-values-container .our-value-item:last-child {
margin-bottom: 0
}
.about-socially-container {
padding: 0 0 100px;
background: #fff
}
.about-socially-container a {
color: #2c3e50;
font-weight: 700
}
.about-socially-container a:hover {
opacity: .8
}
.about-socially-container .page-description__title-container {
padding-bottom: 30px
}
@media only screen and (max-width:767px) {
.about-socially-container .page-description__title-container {
font-size: 1rem
}
}
.about-socially-container .container:nth-child(2n+1) .page-description__description {
word-spacing: 2px
}
.about-socially-container .page-description__description {
width: 100%;
text-align: left;
letter-spacing: .9px
}
@media only screen and (max-width:639px) {
.about-socially-container .page-description__description {
font-size: 1rem
}
}
.about-socially-container .about-socially-image-container {
margin: 0 0 55px
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container {
margin: 0 0 55px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container {
margin: 0 0 55px
}
}
.about-socially-container .about-socially-image-container::after {
content: '';
height: 1px;
display: block;
clear: both
}
.about-socially-container .about-socially-image-container .about-socially-image {
background-size: cover;
position: relative;
overflow: hidden
}
.about-socially-container .about-socially-image-container .about-socially-image img {
max-width: 100%;
margin: auto;
display: block
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image img {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left {
width: 100%;
float: left
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-left {
width: 69.3%
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
width: 100%;
height: 270px;
position: relative;
transition-delay: 1s
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
height: 250px
}
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
height: 230px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row {
height: 260px
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: auto;
width: 100%;
margin: 0 0 5px;
transition-delay: 1s
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: 240px
}
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: 217px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row .about-socially-image {
height: 260px
}
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(1) {
float: left
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(2) {
float: right
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(1) {
float: left
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(2) {
float: right
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(1) {
width: 33%
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(1) .about-socially-image:nth-child(2), .about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(1) {
width: 66%
}
.about-socially-container .about-socially-image-container .about-socially-image-left .about-socially-row:nth-child(2) .about-socially-image:nth-child(2) {
width: 33%
}
}
.about-socially-container .about-socially-image-container .about-socially-image-right {
width: 100%;
height: auto;
float: right
}
@media only screen and (min-width:768px) {
.about-socially-container .about-socially-image-container .about-socially-image-right {
height: 540px
}
}
@media only screen and (min-width:992px) {
.about-socially-container .about-socially-image-container .about-socially-image-right {
height: 510px;
width: 30%
}
}
.about-community-container {
background: url(/web/20160602234155/http://www.niteco.com/img/about-us-community-background.png);
text-align: center
}
.about-community-container h2 {
color: #000;
opacity: .4
}
.about-community-container .yellow-divider {
background-color: #000;
opacity: .05
}
.about-community-container .about-community__item {
padding: 20px 0;
width: 70%;
margin: 0 auto
}
@media only screen and (min-width:992px) {
.about-community-container .about-community__item {
width: 55%
}
}
.about-community-container .about-community__item img {
margin: 0 auto 30px;
display: block;
width: auto
}
.about-community-container .about-community__item h3 {
color: #2c3e50;
opacity: .5;
font-family: robotomedium;
font-size: 1.5rem;
line-height: 1.5625rem;
margin: 0 0 20px
}
@media only screen and (min-width:768px) {
.about-community-container .about-community__item h3 {
font-size: 1.5rem;
line-height: 1.875rem;
margin: 0 0 30px
}
}
@media only screen and (min-width:992px) {
.about-community-container .about-community__item h3 {
font-size: 1.875rem;
line-height: 2.1875rem;
margin: 0 0 50px
}
}
@media only screen and (min-width:1200px) {
.about-socially-container .about-socially-image-container .about-socially-image-right {
height: 530px
}
.about-community-container .about-community__item h3 {
font-size: 1.875rem;
line-height: 2.5rem;
margin: 0 0 70px
}
}
.about-community-container .about-community__item p {
color: #2c3e50;
font-family: robotoregular;
font-size: 1rem;
line-height: 1.7;
margin: 0;
padding: 0
}
@media only screen and (min-width:768px) {
.about-community-container .about-community__item p {
font-size: 1.25rem;
line-height: 1.5625rem
}
}
@media only screen and (min-width:992px) {
.about-community-container .about-community__item p {
font-size: 1.25rem;
line-height: 1.5625rem
}
}
@media only screen and (min-width:1200px) {
.about-community-container .about-community__item p {
font-size: 1rem;
line-height: 1.875rem
}
}
.about-community-container .owl-prev {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
left: 10px;
margin-top: -18px;
cursor: pointer;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel.png) center center no-repeat;
background-size: auto 100%
}
@media only screen and (min-width:768px) {
.about-community-container .owl-prev {
left: 30px
}
}
@media only screen and (min-width:992px) {
.about-community-container .owl-prev {
left: 70px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.about-community-container .owl-prev:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel_active.png) center center no-repeat;
background-size: auto 100%
}
.about-community-container .owl-next {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
margin-top: -18px;
right: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel.png) center center no-repeat;
background-size: auto 100%
}
@media only screen and (min-width:768px) {
.about-community-container .owl-next {
right: 30px
}
}
@media only screen and (min-width:992px) {
.about-community-container .owl-next {
right: 80px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.about-community-container .owl-next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel_active.png) center center no-repeat;
background-size: auto 100%
}
.community-column-container {
background-size: cover
}
.group-image-header, .group-image-header__image {
background: #fff;
border-radius: 100%;
position: absolute
}
.community-column-container .col-xs-12 {
margin-bottom: 20px
}
.community-header {
text-align: center
}
.community-header h2 {
font-family: robotoblack;
color: #fff;
margin: 0;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.community-column-container .col-xs-12 {
margin-bottom: 0
}
.community-header h2 {
font-size: 2.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:992px) {
.community-header h2 {
font-size: 2.5rem;
line-height: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.community-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1900px) {
.community-header h2 {
font-size: 3.5rem;
line-height: 3rem
}
}
.community-header .yellow-divider {
margin: 20px 0 98px
}
@media only screen and (min-width:768px) {
.community-header .yellow-divider {
margin: 30px 0 108px
}
}
.group-image-header {
top: -48px;
left: 50%;
margin-left: -68px;
width: 136px;
height: 136px;
overflow: hidden
}
.group-image-header__image {
width: 120px;
height: 120px;
z-index: 1;
top: 8px;
left: 8px
}
.group-image-header::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background: #596571;
width: 100%;
height: 0;
border: 48px solid #596571;
border-bottom: 0
}
.loading-container {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: #facd20;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
opacity: 1
}
.loading-container.loading {
transition: -webkit-transform 5s ease-in 0s;
transition: transform 5s ease-in 0s;
-webkit-transform: translate(-20%, 0);
transform: translate(-20%, 0)
}
.loading-container.loading .loading-mask {
display: block
}
.loading-container.animating {
transition: -webkit-transform 1000ms ease-in 0s;
transition: transform 1000ms ease-in 0s;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.loading-container.animating .loading-mask {
display: block
}
.loading-container::after {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100%;
background: #facd20;
box-shadow: 0 0 15px #facd20, 0 0 5px #facd20;
content: "";
-webkit-transform: rotate(2deg) translateY(-2px);
transform: rotate(2deg) translateY(-2px)
}
.loading-container .loading-mask {
position: absolute;
width: 200%;
height: 200px;
top: 0;
left: 0;
display: none
}
.list-projects {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0
}
.list-projects li.project-item {
float: left;
width: 100%;
position: relative;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-white.png), auto
}
@media only screen and (min-width:768px) {
.list-projects li.project-item {
width: 50%
}
}
.list-projects li.project-item img {
width: 100%;
max-width: 100%;
height: auto;
z-index: 1
}
.list-projects li.project-item .project-holder-content {
top: 0;
left: 0;
z-index: 2;
position: absolute;
text-align: left;
padding: 5px;
width: 100%;
height: 100%;
opacity: .8;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-white.png) 23 22, auto;
transition: all .5s ease-in-out
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content {
padding: 15px;
opacity: 0
}
}
.list-projects li.project-item .project-holder-content .project-holder {
width: 100%;
background-color: rgba(40, 40, 40, .95);
height: 100%;
position: relative
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .button-blue-border {
font-size: .8rem;
padding: .5rem 1.5rem
}
}
.list-projects li.project-item .project-holder-content .project-holder .text {
position: absolute;
font-size: 11px;
letter-spacing: 1px;
text-align: center;
width: 90%;
transition-delay: 1s;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%)
}
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
font-size: 1rem;
letter-spacing: 3px;
line-height: 1;
color: #fff;
font-family: latoblack;
text-transform: uppercase;
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px);
transition: all .3s ease-out
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
line-height: 1;
font-size: .75rem
}
}
@media only screen and (min-width:768px) {
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
font-size: .75rem
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover {
padding: 5px 0
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
font-size: 1rem
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover {
padding: 20px 0 25px
}
}
@media only screen and (min-width:1200px) {
.list-projects li.project-item .project-holder-content .project-holder .text {
width: 60%
}
.list-projects li.project-item .project-holder-content .project-holder .text .h_main {
font-size: 1rem
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover {
padding: 20px 0 25px
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover .yellow-divider {
width: 0;
transition: width .5s ease-in-out
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .wave_hover .yellow-divider {
width: 100px;
transition: none
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .title {
font-family: robotobold;
letter-spacing: -.03em;
color: #efefef;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px);
transition: all .3s ease-out;
transition-delay: .05s;
font-size: 1.5rem;
line-height: 1.5rem
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .title {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
font-size: 1.5rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .title {
font-size: 3rem;
line-height: 3rem
}
}
@media only screen and (min-width:1200px) {
.list-projects li.project-item .project-holder-content .project-holder .text .title {
font-size: 4rem;
line-height: 4rem
}
}
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
color: #fff;
font-size: 1rem;
line-height: 1.3rem;
margin: 15px 0 20px;
letter-spacing: 1px;
font-family: robotolight;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px);
transition: all .3s ease-out;
transition-delay: .05s
}
@media only screen and (max-width:639px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: .8rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: 1.2rem;
line-height: 1.7rem;
margin: 20px 0 40px;
letter-spacing: 1px
}
}
@media only screen and (min-width:1200px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: 20px;
line-height: 1.5rem;
margin: 20px 0 50px;
letter-spacing: 1px
}
}
@media only screen and (min-width:1900px) {
.list-projects li.project-item .project-holder-content .project-holder .text .subtitle {
font-size: 22px;
line-height: 1.7rem;
margin: 20px 0 50px;
letter-spacing: 1px
}
}
@media only screen and (min-width:992px) {
.list-projects li.project-item .project-holder-content .project-holder .text .button-blue-border {
font-size: 1rem;
padding: 1rem 2.5rem
}
}
.list-projects li.project-item .project-holder-content:hover {
opacity: 1;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-white.png), auto
}
.list-projects li.project-item .project-holder-content:hover .text .wave_hover .yellow-divider {
width: 70px
}
.list-projects li.project-item .project-holder-content:hover .text .h_main {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
transition: all .3s ease-in
}
.list-projects li.project-item .project-holder-content:hover .text .subtitle, .list-projects li.project-item .project-holder-content:hover .text .title {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.project-modal {
position: absolute;
z-index: 3;
display: none;
top: 0;
left: 0;
width: 50%;
height: 50px;
background: #fff;
overflow: auto!important;
cursor: url(/web/20160602234155/http://www.niteco.com/img/icon-zoom-out-yellow.png) 23 22, auto;
-webkit-overflow-scrolling: touch
}
.project-modal .project-preview {
height: 80%;
overflow: hidden
}
.project-modal .rb-close {
position: absolute;
top: 1.3em;
right: 1em;
width: 2em;
height: 2em;
text-indent: -9000px;
cursor: pointer;
z-index: 1000;
opacity: 0;
color: #fff
}
.project-modal .rb-close::before {
content: 'x';
font-weight: 400;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 2em;
line-height: .6;
text-align: center;
text-indent: 0
}
.project-modal img {
width: 100%;
max-width: 100%
}
.project-modal .project-holder-content {
top: 0;
left: 0;
z-index: 2;
position: absolute;
text-align: left;
padding: 0;
width: 100%;
height: 80%;
opacity: 1;
transition: none
}
.project-modal .project-holder-content .project-holder {
width: 100%;
background-color: rgba(40, 40, 40, .95);
height: 100%;
position: relative;
transition: none
}
.project-modal .project-holder-content .project-holder .text {
position: absolute;
font-size: 11px;
letter-spacing: 1px;
text-align: center;
transition: none;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%)
}
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: 1rem;
letter-spacing: 5px;
color: #fff;
font-family: latoblack;
text-transform: uppercase;
transition: none;
line-height: 1
}
@media only screen and (max-width:639px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: .75rem
}
}
@media only screen and (min-width:768px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: .75rem
}
}
@media only screen and (min-width:992px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: .875rem
}
}
@media only screen and (min-width:1200px) {
.project-modal .project-holder-content .project-holder .text .h_main {
font-size: 1rem
}
}
.project-modal .project-holder-content .project-holder .text .wave_hover {
padding: 30px 0 35px
}
.project-modal .project-holder-content .project-holder .text .wave_hover .yellow-divider {
width: 100px
}
.project-modal .project-holder-content .project-holder .text .title {
font-size: 3rem;
font-family: robotoblack;
letter-spacing: -.03em;
color: #efefef;
transition: none;
line-height: 1.2
}
@media only screen and (max-width:639px) {
.project-modal .project-holder-content .project-holder .text .wave_hover {
padding: 15px 0
}
.project-modal .project-holder-content .project-holder .text .title {
font-size: 3rem
}
}
@media only screen and (min-width:768px) {
.project-modal .project-holder-content .project-holder .text .title {
font-size: 3rem
}
}
@media only screen and (min-width:992px) {
.project-modal .project-holder-content .project-holder .text .title {
font-size: 4rem
}
}
@media only screen and (min-width:1200px) {
.project-modal .project-holder-content .project-holder .text .title {
font-size: 5.625rem
}
}
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
color: #fff;
font-size: 1rem;
line-height: 1.2;
font-family: robotothin;
letter-spacing: 1px;
margin-bottom: 50px;
margin-top: 20px;
transition: none
}
@media only screen and (min-width:768px) {
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
font-size: 1.125rem
}
}
@media only screen and (min-width:1200px) {
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
font-size: 2rem
}
}
@media only screen and (min-width:992px) {
.project-modal .project-holder-content .project-holder .text .subtitle, .project-modal .project-holder-content .project-holder .text .subtitle p {
font-size: 2rem
}
.project-modal .project-holder-content .project-holder .text {
width: 60%
}
}
.project-modal .project-holder-content .project-holder .button-blue-border {
display: none
}
.project-modal .project-loading-content {
background: #fff
}
.project-modal .project-loading-content .loading-container-2 {
height: auto
}
.section-case-study-detail {
width: 100%;
height: auto;
background: #fff
}
.section-case-study-detail .case-study-item {
margin: 30px;
overflow: hidden;
padding-right: 49%
}
.section-case-study-detail .case-study-item .case-study-content, .section-case-study-detail .case-study-item .case-study-image {
width: 100%;
background: 0 0;
padding-bottom: 99999px;
margin-bottom: -99999px
}
.section-case-study-detail .case-study-item .case-study-image {
float: left
}
.section-case-study-detail .case-study-item .case-study-image img {
max-width: 100%;
width: 100%
}
.section-case-study-detail .case-study-item .case-study-content {
float: right;
margin-right: -104%;
vertical-align: middle
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item .case-study-content {
display: block;
width: 100%
}
}
.section-case-study-detail .case-study-item .case-study-content__container {
display: table-cell;
vertical-align: middle;
padding: 5%
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-family: robotoblack;
color: #282828;
padding: 0 0 1rem;
font-size: 3.5rem;
line-height: 3.5rem
}
@media only screen and (min-width:768px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 1.5rem;
line-height: 1
}
}
@media only screen and (min-width:992px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 2.5rem;
line-height: 1
}
}
@media only screen and (min-width:1200px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 3.5rem;
line-height: 1
}
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__title {
font-size: 1.5rem;
line-height: 1;
padding: 0
}
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
padding-top: 1rem;
font-family: robotolight;
color: #6a7885;
font-size: 1.375rem;
line-height: 1.5
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description li {
list-style: none;
padding-left: 35px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 10px 10px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 2rem;
color: #7d8995;
letter-spacing: .5px
}
@media only screen and (min-width:768px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1rem;
line-height: 1.7
}
}
@media only screen and (min-width:992px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1rem;
line-height: 1.7
}
}
@media only screen and (min-width:1200px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1.375rem;
line-height: 1.5
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description ul {
font-size: 1.125rem
}
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description {
font-size: 1rem;
line-height: 1.7;
padding: 0
}
.section-case-study-detail .case-study-item .case-study-content .case-study-content__description ul {
padding-left: 0
}
}
.section-case-study-detail .case-study-item:last-child {
margin-bottom: 0
}
.section-case-study-detail .case-study-item:first-child {
padding-top: 30px;
margin-top: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-image {
float: right;
margin-right: -104%
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-content {
float: left;
margin-right: initial;
background-color: #f0f1f3
}
@media only screen and (min-width:768px) and (max-width:1900px) {
.section-case-study-detail .case-study-item {
padding-right: 0
}
.section-case-study-detail .case-study-item .case-study-content {
margin-right: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-image {
float: left;
margin-right: 0
}
}
@media only screen and (max-width:767px) {
.section-case-study-detail .case-study-item {
padding-right: 0
}
.section-case-study-detail .case-study-item .case-study-content, .section-case-study-detail .case-study-item .case-study-image {
display: block;
width: 100%;
float: left;
margin: 0;
padding: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-image {
float: left;
margin: 0
}
.section-case-study-detail .case-study-item:nth-child(2n) .case-study-content {
float: left;
margin-right: initial;
background-color: #f0f1f3
}
}
@media only screen and (min-width:992px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image, .service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
display: block;
bottom: 0
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: 50%;
display: block;
bottom: 0
}
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: 50%;
display: block;
bottom: 0
}
.service-item-detail__container .service-item-detail__image {
bottom: 0;
display: block
}
}
@media only screen and (min-width:768px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 50%
}
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
max-width: 50%
}
.service-item-detail__container .service-item-detail__content {
width: 50%;
padding: 0
}
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 1.5rem
}
}
.our-work-footer .home-block-item .home-block-item__content-container .home-block-item__content {
margin-top: 89px
}
.our-work-footer .home-block-item:hover .home-block-item__content-container .home-block-item__content {
margin-top: 80px
}
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) {
.section-case-study-detail .case-study-item .case-study-content {
width: 98%
}
}
.safari_only .section-case-study-detail .case-study-item .case-study-content, _:-webkit-full-screen:not(:root:root) .section-case-study-detail .case-study-item .case-study-content {
width: 98%
}
.owl-carousel .owl-item .testimonial-panel img {
width: auto;
display: inline-block;
max-width: 150px
}
.testimonial-container__header {
text-align: center;
position: relative;
z-index: 1
}
.testimonial-container__header .header-title-section {
color: #282828;
font-size: 3.5rem
}
@media only screen and (max-width:767px) {
.testimonial-container__header .header-title-section {
font-size: 2rem
}
}
@media only screen and (min-width:768px) {
.testimonial-container__header .header-title-section {
font-size: 2.25rem
}
}
@media only screen and (min-width:992px) {
.testimonial-container__header .header-title-section {
font-size: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.testimonial-container__header .header-title-section {
font-size: 3.5rem
}
}
.testimonial-container__header .yellow-divider {
margin: 30px 0
}
.testimonial-container__header .img__quote {
background: url(/web/20160602234155/http://www.niteco.com/img/quote.jpg) center center no-repeat;
background-size: auto 100%;
margin: 10px auto 20px;
width: 39px;
height: 30px
}
@media only screen and (min-width:768px) {
.testimonial-container__header .img__quote {
margin: 20px auto 40px;
width: 78px;
height: 59px
}
}
@media only screen and (min-width:1900px) {
.testimonial-container__header .img__quote {
margin: 20px auto 40px
}
}
.testimonial-container {
background-size: cover;
position: relative;
overflow: hidden
}
.testimonial-container .testimonial-image-background {
position: absolute;
width: 101%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 0
}
.testimonial-container .testimonial-carousel-container {
position: relative
}
.testimonial-container .testimonial-carousel-container .owl-prev {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
left: 10px;
margin-top: -18px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel.png) center center no-repeat;
background-size: auto 100%;
opacity: .6
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .owl-prev {
left: 30px
}
}
@media only screen and (min-width:992px) {
.testimonial-container .testimonial-carousel-container .owl-prev {
left: 70px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.testimonial-container .testimonial-carousel-container .owl-prev:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_carousel.png) center center no-repeat;
opacity: 1;
background-size: auto 100%
}
.testimonial-container .testimonial-carousel-container .owl-next {
position: absolute;
color: transparent;
width: 20px;
height: 36px;
top: 50%;
margin-top: -18px;
right: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel.png) center center no-repeat;
background-size: auto 100%;
opacity: .6
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .owl-next {
right: 30px
}
}
@media only screen and (min-width:992px) {
.testimonial-container .testimonial-carousel-container .owl-next {
right: 80px;
width: 31px;
height: 57px;
margin-top: -28px
}
}
.testimonial-container .testimonial-carousel-container .owl-next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_carousel.png) center center no-repeat;
background-size: auto 100%;
opacity: 1
}
.testimonial-container .testimonial-carousel-container .testimonial-panel {
overflow: hidden;
text-align: center
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
margin: 0 15%;
font-family: robotolight;
font-style: italic;
font-size: 1rem;
text-align: justify
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
text-align: center;
margin: 0 10%
}
}
@media only screen and (min-width:992px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
margin: 0 20% 85px;
font-size: 1.25rem
}
}
@media only screen and (min-width:1200px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__text {
margin: 0 25% 85px;
font-size: 1.5rem
}
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about {
font-family: robotoregular
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about span {
color: #a1b1bc;
font-size: .875rem
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about>p {
font-size: 1rem;
padding: 0;
margin-bottom: 1px
}
.home-block-row.our-work-footer {
height: auto
}
.home-block-row.our-work-footer .home-block-item {
height: 250px
}
@media only screen and (min-width:768px) {
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about span {
font-size: 1rem
}
.testimonial-container .testimonial-carousel-container .testimonial-panel .quote__about>p {
font-size: 1.5rem
}
.home-block-row.our-work-footer .home-block-item {
height: 100%
}
.home-block-row.our-work-footer {
height: 250px
}
}
@media only screen and (min-width:992px) {
.home-block-row.our-work-footer {
height: 250px
}
}
@media only screen and (min-width:1200px) {
.home-block-row.our-work-footer {
height: 250px
}
}
.home-block-row.our-work-footer::after {
display: block;
width: 100%;
content: '';
clear: both
}
.our-works-footer__item {
width: 100%;
height: 100%;
position: relative;
float: left
}
@media only screen and (min-width:768px) {
.our-works-footer__item {
width: 50%
}
}
.search-container {
position: fixed;
width: 0;
height: 0;
z-index: 9999;
cursor: text;
right: -100%;
background-color: #f0f2f3;
overflow-y: hidden;
overflow-x: hidden;
display: none;
opacity: 0
}
.search-container.expanding {
background: #2c3e50
}
.search-container .seach-box__placeholder {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 0 10px;
color: #4c525c;
font-family: robotolight;
opacity: .4;
font-size: 1.25rem;
line-height: 60px
}
.search-container.active {
cursor: default;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.search-container.active .close-button {
pointer-events: auto;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-duration: .3s, .3s;
transition-timing-function: ease, ease
}
.search-container.active .search-form {
margin: 60px auto 30px;
opacity: 1;
transition-property: opacity;
transition-duration: .3s;
transition-timing-function: ease;
width: 95%
}
@media only screen and (min-width:768px) {
.search-container.active .search-form {
width: 80%
}
}
.search-container .close-button {
opacity: 0;
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1);
pointer-events: none;
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
width: 36px;
height: 36px
}
.search-container .close-button::after, .search-container .close-button::before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
border-radius: 3px;
opacity: .2;
background: #000
}
.search-container .close-button::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.search-container .close-button::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.search-container .close-button:hover::after, .search-container .close-button:hover::before {
opacity: 1
}
.search-container .search-form {
opacity: 0;
margin: 0 auto;
position: relative;
z-index: 1;
width: 100%;
height: 35px
}
@media only screen and (min-width:768px) {
.search-container .search-form {
height: 100px
}
}
.search-container .search-form .search-box {
border: none;
width: 97%;
height: 60px;
font-family: robotobold;
color: #9ea6af;
background: url(/web/20160602234155/http://www.niteco.com/img/search-big-icon.png) 100% center no-repeat;
background-size: auto 50%;
padding: 0 35px 0 10px;
font-size: 1.5rem
}
@media only screen and (min-width:768px) {
.search-container .search-form .search-box {
width: 100%;
height: 105%;
padding: 0 100px 0 10px;
font-size: 2rem;
background-size: auto 50%
}
}
@media only screen and (min-width:992px) {
.search-container .search-form .search-box {
width: 100%;
height: 105%;
background-size: auto 80%;
font-size: 5rem
}
}
.search-container .search-form .img-loading {
position: absolute;
right: 16px;
top: 50%;
margin-top: -5px;
width: 32px;
z-index: 1;
display: none
}
.search-container .search-form.searching .img-loading, .search-container .search-result .search-result__item a span {
display: block
}
.search-container .search-form.searching .search-box {
background: 0 0
}
.search-container .search-result {
margin: 30px auto 0
}
@media only screen and (min-width:768px) {
.search-container .search-result {
width: 80%
}
}
.search-container .search-result .search-result__item {
opacity: 0
}
.search-container .search-result .search-result__item a {
background-color: rgba(118, 117, 128, .1);
padding: 20px;
min-height: 90px;
margin: 0 0 5px;
text-decoration: none;
color: #fff;
display: block
}
.search-container .search-result .search-result__item a .search-result__title {
font-family: robotomedium;
font-size: 1rem
}
.search-container .search-result .search-result__item a .search-result__description {
font-family: robotothin;
font-size: 1rem
}
.search-container .search-result .search-result__item a:hover {
background-color: rgba(118, 117, 128, .5)
}
.search-container .search-result__message {
color: #fff;
text-align: center;
font-size: 1.5rem;
font-family: robotomedium;
padding-top: 70px
}
.search-container .search-default {
display: none;
margin: 0 auto
}
@media only screen and (min-width:992px) {
.search-container .search-result {
width: 80%
}
.search-container .search-default {
width: 90%
}
}
@media only screen and (min-width:768px) {
.search-container .search-default {
width: 80%
}
}
.search-container .search-default .search-default__column h3 {
font-family: robotobold;
font-size: 1.5rem;
color: #e6b94c
}
.search-container .search-default .search-default__column .search-default__item {
font-family: robotolight;
font-size: 1.125rem;
background-color: rgba(118, 117, 128, .1);
padding: 10px 20px;
margin: 0 0 5px;
text-decoration: none;
color: #fff;
display: block;
transition: .25s ease
}
.search-container .search-default .search-default__column .search-default__item.search-default__location {
background: url(/web/20160602234155/http://www.niteco.com/img/search_item_search.png) 95% center no-repeat;
background-color: rgba(118, 117, 128, .1);
padding: 20px 40px
}
@media only screen and (min-width:992px) {
.search-container .search-default .search-default__column .search-default__item.search-default__location {
padding: 40px
}
}
.search-container .search-default .search-default__column .search-default__item:hover {
background-color: rgba(118, 117, 128, .5)
}
.search-container .search-showmore-container {
text-align: center;
display: none
}
.search-container .search-showmore-container span {
cursor: pointer;
display: inline-block;
font-family: robotomedium;
padding: 5px 10px;
margin: 30px 0;
color: #fff
}
.awards-section::after {
content: '';
display: block;
height: 0;
clear: both
}
.awards {
width: 100%;
float: left;
background: #fff;
position: relative;
z-index: 1
}
.awards .__award-logo-container {
height: 100%;
width: 100%
}
.award, .award .__award-logo {
position: relative;
height: auto;
overflow: hidden
}
.award-group, .award-subgroup {
max-width: 100%;
margin-left: auto;
margin-right: auto
}
.award-group:after, .award-subgroup:after {
content: " ";
display: block;
clear: both
}
.__group {
width: 100%;
margin-left: auto;
margin-right: auto
}
.__group .__subgroup {
float: left;
width: 100%
}
@media only screen and (min-width:992px) {
.__group .__subgroup {
width: 50%
}
}
.__group .__subgroup .__award {
width: 100%;
float: left
}
@media only screen and (min-width:768px) {
.__group .__subgroup .__award {
width: 50%
}
.award-subgroup .__award {
width: 50%;
float: left
}
}
@media only screen and (max-width:767px) {
.award-list--bottom .__award, .award-list--top .__group--active~.__group .award, .award-list--top .__subgroup--active .__award--selected+.__award, .award-list--top .__subgroup--active+.__subgroup .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award, .award-list--bottom .__subgroup--active .__award--selected+.__award, .award-list--bottom .__subgroup--active+.__subgroup .__award {
display: table
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.award-list--bottom .__award, .award-list--top .__group--active~.__group .__award, .award-list--top .__subgroup--active+.__subgroup .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award, .award-list--bottom .__subgroup--active+.__subgroup .__award {
display: table
}
}
@media only screen and (min-width:992px) {
.award-group .__subgroup {
width: 50%;
float: left
}
.award-list--bottom .__award, .award-list--top .__group--active~.__group .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award {
display: table
}
}
.award {
border-bottom: solid 15px #f0f1f3;
cursor: pointer
}
.award.__award--selected, .award:hover {
border-bottom-color: #facd20
}
.award .__award-logo {
background-size: cover;
background-position: center top;
opacity: .8;
width: 100%
}
.award .__award-logo img {
position: static;
width: 100%;
top: 0;
left: 0;
-webkit-transform: none;
transform: none
}
.award .__award-category {
font-family: robotothin;
position: relative;
bottom: 0;
width: 100%;
right: 0;
height: 82px;
font-weight: 700;
color: #a1b1bc;
text-align: left;
padding-left: 25px;
border-right: solid 1px #f0f1f3;
display: block
}
@media only screen and (min-width:768px) {
.award .__award-category {
font-size: .875rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.award .__award-category {
font-size: .875rem;
line-height: 1rem
}
}
@media only screen and (min-width:1200px) {
.award .__award-category {
font-size: 1rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.award .__award-category {
font-size: 1rem;
line-height: 1.5rem
}
}
.award .__award-category b {
padding-top: 18px;
color: #2c3e50;
display: inline-block;
font-family: robotomedium;
font-size: 1.25rem;
font-weight: 500;
padding-bottom: 1px
}
@media only screen and (min-width:768px) {
.award .__award-category b {
font-size: 1.125rem;
line-height: 1rem
}
}
@media only screen and (min-width:992px) {
.award .__award-category b {
font-size: 1.25rem;
line-height: 1rem
}
}
@media only screen and (min-width:1200px) {
.award .__award-category b {
font-size: 1.25rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:1900px) {
.award .__award-category b {
font-size: 1.25rem;
line-height: 1.5rem
}
}
.award .__award-category span {
display: block;
font-size: 1rem;
font-family: robotoregular;
color: #a1b1bc;
font-weight: 400
}
.award .__award-category i.arrow-icon {
width: 17px;
height: 19px;
background: url(/web/20160602234155/http://www.niteco.com/img/right-arrow.png) no-repeat;
position: absolute;
top: 32px;
right: 23px;
display: block
}
.award .__award-btn {
height: 16px;
position: absolute;
top: 32px;
right: 23px;
width: 16px;
transition: all .2s;
opacity: .3
}
#cd-google-map, #google-container {
position: relative
}
.award .__award-btn path {
transition: all .2s
}
.award-details--active, ward-info {
transition: all .5s ease
}
.award.__award--selected .__award-logo, .award.__award--selected .__award-logo img {
opacity: 1
}
.award.__award--selected .__award-btn {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: .8;
font-size: 19px
}
.award.__award--selected .__award-btn #Rectangle-51, .award.__award--selected:hover .__award-btn #Rectangle-51 {
fill: #D8262C
}
.award:hover .__award-logo, .award:hover .__award-logo img {
opacity: 1
}
.award:hover .__award-btn #Rectangle-51 {
fill: #2c3e50
}
.award:hover i.arrow-icon {
background-position: 0 -19px
}
ward-info {
border-bottom: 1px solid #E9E9E9;
border-top: 1px solid #E9E9E9;
width: 100%
}
.award-details {
display: none
}
.award-details .__desc {
font-family: robotolight;
color: #6a7885;
margin-top: 10px;
font-size: 20px;
line-height: 1.5
}
.award-details .__title {
font-size: 1.5rem;
margin: 10px 0
}
.award .__award-btn, .award .__award-logo, .award-details .__container {
margin-left: auto;
margin-right: auto
}
.award-details .__container {
max-width: 820px;
padding: 60px 15px
}
.award-details .__container:after {
content: " ";
display: block;
clear: both
}
@media only screen and (max-width:767px) {
.award-details .__container {
padding: 20px 15px
}
.award-details .__container:after {
content: " ";
display: block;
clear: both
}
}
.award-list--bottom .__award, .award-list--top .__group--active~.__group .__award {
display: none
}
.award-list--bottom .__group--active~.__group .award {
display: block
}
@media (max-width:767px) {
.award .__award-btn {
bottom: 15px;
width: 18px
}
}
.contact-us-page {
height: 100%
}
.contact-us-page .service-listing__yellow-underline {
margin: 20px auto 0
}
@media only screen and (min-width:992px) {
.contact-us-page .page-description__title {
padding: .9375rem 0 40px
}
}
@media only screen and (min-width:768px) {
.contact-us-page .page-description__title {
padding: 15px 0;
font-size: 2.5rem
}
.contact-us-page .page-description__sub-title {
font-size: 1.875rem
}
}
@media only screen and (min-width:992px) {
.contact-us-page .page-description__sub-title {
font-size: 1.75rem
}
}
@media only screen and (min-width:1200px) {
.contact-us-page .page-description__sub-title {
font-size: 1.875rem
}
}
.no-gutter {
padding-left: 0;
padding-right: 0
}
.map-office-section {
padding-top: 85px
}
@media only screen and (max-width:991px) {
.map-office-section {
padding-top: 60px
}
}
#google-container {
width: 100%;
height: 600px;
background-color: #e7eaf0
}
@media only screen and (max-width:767px) {
#google-container {
height: 400px
}
}
@media only screen and (max-width:479px) {
#google-container {
height: 300px
}
}
#cd-google-map address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 1em;
background-color: rgba(211, 104, 104, .9);
color: #fff;
font-size: 13px;
font-size: .8125rem
}
#cd-zoom-in, #cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: rgba(51, 51, 51, .9);
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url(/web/20160602234155/http://www.niteco.com/img/cd-icon-controller-yellow.svg)
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
background-color: #d36868
}
#cd-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px
}
#cd-zoom-out {
background-position: 50% -32px
}
.section-our-locations .location-item {
background: #fff;
display: block
}
.section-our-locations .location-item .location-image, .section-our-locations .location-item .location-info {
position: relative;
display: block;
min-height: 220px
}
.section-our-locations .location-item .location-image.social-links, .section-our-locations .location-item .location-info.social-links {
min-height: 280px
}
.section-our-locations .location-item .location-image {
overflow: hidden;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-color: #f5f5f5
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.section-our-locations .location-item .location-image, .section-our-locations .location-item .location-image.social-links, .section-our-locations .location-item .location-info.social-links {
width: 50%
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
.section-our-locations .location-item {
margin-bottom: -1px
}
.section-our-locations .location-item .location-image, .section-our-locations .location-item .location-image.social-links, .section-our-locations .location-item .location-info.social-links {
width: 50%
}
}
.section-our-locations .location-item .location-image img {
position: static;
width: 100%;
top: 0;
left: 0;
-webkit-transform: none;
transform: none
}
@media only screen and (min-width:768px) {
#cd-google-map address {
font-size: 15px;
font-size: .9375rem;
text-align: center
}
#cd-zoom-in, #cd-zoom-out {
margin-left: 50px
}
#cd-zoom-in {
margin-top: 50px
}
.section-our-locations .location-item .location-image img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-image img {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
}
.section-our-locations .location-item .location-info {
background: #f5f5f5;
padding: 2.5rem 1.5rem
}
@media only screen and (min-width:768px) {
.section-our-locations .location-item .location-info {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-info.social-links {
min-height: 315px
}
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-info {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-info.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info {
position: relative;
display: table-cell;
min-height: 315px;
margin-bottom: 0;
padding: 1.5rem
}
.section-our-locations .location-item .location-info.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info {
padding: 2.5rem 1.5rem
}
}
@media only screen and (device-width:1280px) and (device-height:800px) {
.section-our-locations .location-item .location-info {
-webkit-transform: scaleY(.68);
transform: scaleY(.68);
margin-top: 1px
}
}
.section-our-locations .location-item .location-info .location-title {
font-family: robotoblack;
color: #2c3e50;
display: block;
text-transform: uppercase;
padding-bottom: 20px;
letter-spacing: 2px;
font-size: 1.375rem
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-info .location-title {
font-size: 1.5625rem;
line-height: 1
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .location-title {
font-size: 1.25rem;
line-height: 1
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .location-title {
font-size: 1.5625rem;
line-height: 1
}
}
.section-our-locations .location-item .location-info .location-address {
color: #a1b1bc;
font-family: robotoregular;
display: block
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item .location-info .location-address {
font-size: .9375rem;
line-height: 1.5625rem
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .location-address {
font-size: .8125rem;
line-height: 1.3125rem
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .location-address {
font-size: .9375rem;
line-height: 1.5625rem
}
}
.section-our-locations .location-item .location-info .contact-info {
font-size: 1.25rem;
line-height: 1.75rem;
font-family: robotolight;
margin-top: 30px
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .contact-info {
position: absolute;
font-size: 1rem;
bottom: 5px
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .contact-info {
font-size: 1.25rem;
bottom: 30px
}
}
@media only screen and (device-width:1280px) and (device-height:800px) {
.section-our-locations .location-item .location-info .contact-info {
-webkit-transform: scaleX(.9);
transform: scaleX(.9);
margin-left: -15px
}
}
.section-our-locations .location-item .location-info .contact-info a:nth-child(2) {
color: #000
}
.section-our-locations .location-item .location-info .contact-info a {
text-decoration: none;
margin-bottom: 5px;
display: block;
font-size: 1.125rem;
color: #a1b1bc;
font-family: robotobold;
letter-spacing: 1px
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item .location-info .contact-info a {
font-size: .8125rem
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item .location-info .contact-info a {
font-size: 1.125rem
}
}
.section-our-locations .location-item .location-info .contact-info a i {
color: #a1b1bc;
margin-right: 20px;
width: 25px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-top: -5px
}
.section-our-locations .location-item .location-info .contact-info a.iconTel:hover, .section-our-locations .location-item .location-info .contact-info a:hover, .section-our-locations .location-item .location-info .contact-info a:hover i {
color: #2c3e50
}
.section-our-locations .location-item .location-info .contact-info a i.fa-facebook, .section-our-locations .location-item .location-info .contact-info a i.fa-linkedin {
margin-right: 15px
}
@media only screen and (min-width:1200px) and (max-width:1650px) {
.section-our-locations .location-item .location-info .contact-info {
bottom: 20px
}
.section-our-locations .location-item .location-info .contact-info a i {
width: 10px
}
}
.section-our-locations .location-item .location-info .contact-info a.iconMail {
font-family: robotobold;
display: inline-block;
vertical-align: middle;
font-weight: 400
}
.section-our-locations .location-item .location-info .contact-info a.iconMail i {
font-size: 1.1875rem
}
.section-our-locations .location-item .location-info .contact-info a.iconTel {
font-family: robotolight;
color: #2c3e50
}
.section-our-locations .location-item .location-info .contact-info a.iconTel i {
font-size: 1.375rem
}
.section-our-locations .location-item .location-info .contact-info a.iconTel:hover i, .section-our-locations .location-item .location-info.social-links .contact-info a b {
color: #a1b1bc
}
.section-our-locations .location-item .location-info .contact-info a.icon-map i {
font-size: 1.625rem
}
.section-our-locations .location-item .location-info .contact-info a.social-button i {
font-size: 1.375rem
}
.section-our-locations .location-item .location-info.social-links .contact-info a {
margin-top: 10px;
display: block;
color: #a1b1bc
}
.section-our-locations .location-item .location-info.social-links .contact-info a:focus, .section-our-locations .location-item .location-info.social-links .contact-info a:hover {
text-decoration: none
}
.section-our-locations .location-item .location-info.social-links .contact-info a:focus b, .section-our-locations .location-item .location-info.social-links .contact-info a:hover b {
color: #2c3e50
}
@media only screen and (min-width:768px) {
.section-our-locations .location-item {
font-size: 1rem;
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
}
@media only screen and (min-width:992px) {
.section-our-locations .location-item {
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1200px) {
.section-our-locations .location-item {
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px;
margin-bottom: 0
}
.section-our-locations .location-item .location-image img {
position: absolute;
top: 20%;
left: 50%;
bottom: auto;
right: auto;
width: auto
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
}
@media only screen and (min-width:1900px) {
.section-our-locations .location-item {
display: table
}
.section-our-locations .location-item .location-image {
position: relative;
display: table-cell;
min-height: 315px;
margin-bottom: 0
}
.section-our-locations .location-item .location-image.social-links {
min-height: 315px
}
.section-our-locations .location-item .location-image img {
max-height: 315px;
-webkit-transform: none;
transform: none;
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0
}
}
.input {
position: relative;
z-index: 1;
display: block;
vertical-align: top
}
.selectize-dropdown .active {
color: #fff;
background-color: #56616e
}
.selectize-input>* {
display: -moz-inline-stack;
display: inline-block;
vertical-align: baseline;
zoom: 1
}
.selectize-input>input:focus {
outline: 0!important
}
.selectize-dropdown, .selectize-input, .selectize-input input {
font-family: inherit;
font-size: 22px;
-webkit-font-smoothing: inherit;
line-height: 12px
}
.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
padding: 15px
}
@media only screen and (max-width:480px) {
.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
padding: 0 15px;
line-height: 34px
}
}
.selectize-input input {
font-family: robotomedium;
font-size: 1.375rem
}
.selectize-input input::-webkit-input-placeholder {
color: #989fa9
}
.selectize-input input:-moz-placeholder {
color: #989fa9
}
.selectize-input input::-moz-placeholder {
color: #989fa9
}
.selectize-input input:-ms-input-placeholder {
color: #989fa9
}
.selectize-input.dropdown-active::before {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 1px;
background: #f0f0f0;
content: ' '
}
.selectize-dropdown-content {
pointer-events: auto;
background: #fff;
max-height: 210px;
overflow-y: auto;
width: 100%
}
.selectize-dropdown {
width: 106%!important;
top: 0!important;
left: -30px!important;
position: relative!important;
border-bottom: 0!important
}
@media only screen and (max-width:519px) {
.selectize-dropdown {
width: 108%!important
}
}
.selectize-input>input {
max-width: 100%!important;
max-height: none!important;
min-height: 0!important;
padding: 0!important;
margin: 0 1px!important;
line-height: 34px;
text-indent: 0!important;
background: 0 0!important;
border: 0!important;
box-shadow: none!important;
-webkit-user-select: auto!important
}
.selectize-input {
line-height: 34px;
z-index: 1;
display: inline-block;
width: 100%;
padding: 0;
overflow: hidden
}
.selectize-input:after {
font-family: FontAwesome;
content: '\f067';
right: .25em;
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
transition: -webkit-transform .5s;
transition: transform .5s;
position: absolute;
top: 50%
}
.selectize-input::after {
display: block;
clear: left
}
.input-active:after {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg)
}
.input__field {
position: relative;
display: block;
float: right;
border: none;
height: 50px;
line-height: 50px;
padding: 0 1.25rem;
border-radius: 0;
font-size: 1.375rem;
-webkit-appearance: none
}
textarea.input__field {
line-height: 1rem
}
@media only screen and (min-width:768px) {
textarea.input__field {
line-height: 1.125rem
}
}
textarea[name=message] {
height: 150px;
padding: 10px 15px 15px;
margin-bottom: 25px
}
textarea[name=message]::-webkit-input-placeholder {
color: #fff
}
textarea[name=message]:-moz-placeholder {
color: #fff
}
textarea[name=message]::-moz-placeholder {
color: #fff
}
textarea[name=message]:-ms-input-placeholder {
color: #fff
}
.input__field:focus, textarea:focus {
outline: 0
}
.input__label {
display: inline-block;
float: right;
padding: 0 1em;
width: 40%;
color: #fff;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.input__label-content {
position: relative;
display: block;
width: 100%
}
.graphic {
position: absolute;
top: 0;
left: 0;
fill: none
}
.icon {
color: #989fa9;
font-size: 150%
}
.input__label--top {
display: block;
color: #2c3e50;
font-family: robotomedium;
font-size: .75rem;
line-height: .75rem;
padding: .75rem 0
}
@media only screen and (min-width:768px) {
.input__label--top {
font-size: .875rem;
line-height: .875rem
}
}
@media only screen and (min-width:992px) {
.input__label--top {
font-size: 1rem;
line-height: 1rem
}
}
.input__field--contact {
z-index: 10;
width: 100%;
border: 1px solid #d0d0d0;
color: #2c3e50;
font-size: .75rem;
margin: 0 0 .75rem
}
.input__field--contact:focus {
border: 1px solid #596876
}
.input__label--contact {
position: relative;
width: 100%;
color: #989fa9;
text-align: left
}
.cs-select {
display: block;
width: 100%;
height: 3.125rem;
padding: 0 .9375rem;
border: 1px solid #d0d0d0
}
.cs-select:focus {
border: 1px solid #596876;
outline: 0
}
.section-our-contact-form {
background: url(/web/20160602234155/http://www.niteco.com/img/contact-form-bg.jpg) top center/cover no-repeat;
padding: 30px 5px
}
@media only screen and (min-width:768px) {
.input__field--contact {
font-size: .875rem
}
.section-our-contact-form {
padding: 30px 0
}
}
.section-our-contact-form h3 {
font-family: robotomedium;
font-size: 1.5rem;
color: #2c3e50;
margin-bottom: 10px;
font-weight: lighter
}
@media only screen and (min-width:768px) {
.section-our-contact-form h3 {
margin-bottom: 20px
}
}
@media only screen and (min-width:992px) {
.section-our-contact-form h3 {
font-size: 2rem;
margin-bottom: 60px
}
}
@media only screen and (min-width:1650px) {
.section-our-contact-form h3 {
font-size: 2.5rem;
margin-bottom: 60px
}
}
.section-our-contact-form .thank-message {
font-family: robotomedium;
font-size: 2rem;
color: #2c3e50;
margin: 0
}
@media only screen and (min-width:992px) {
.section-our-contact-form .thank-message {
font-size: 2.5rem;
margin-bottom: 60px
}
}
@media only screen and (min-width:1650px) {
.section-our-contact-form .thank-message {
font-size: 2.5rem;
margin-bottom: 60px
}
}
.section-our-contact-form .submit-field {
position: relative
}
.section-our-contact-form .submit-field input[type=submit] {
height: 76px;
line-height: 76px;
text-align: center;
border: 0;
background: #facc23;
display: block;
width: 100%;
color: #282828;
font-family: robotoblack;
font-size: 1.125rem;
margin: 20px 0 0
}
@media only screen and (min-width:768px) {
.section-our-contact-form .submit-field input[type=submit] {
margin: 0
}
}
.section-our-contact-form .contactform-submit {
height: 76px;
text-align: center;
border: 0;
background: #facc23;
display: block;
width: 100%;
color: #282828;
font-family: robotomedium;
font-size: 1.125rem;
transition: all .5s ease;
margin-left: auto;
border-radius: .125rem
}
.section-our-contact-form .contactform-submit:hover {
background: #2c3e50;
color: #facd20
}
.section-our-contact-form .recaptra {
margin-bottom: 15px
}
.section-our-contact-form .error-message {
color: red;
font-family: robotomedium;
font-size: .75rem
}
@media only screen and (min-width:992px) {
.section-our-contact-form {
padding: 110px 0
}
}
#contact-box {
border: 1px solid #f0f1f3;
}
#contact-box .contact-column {
padding-left: 10px;
padding-right: 10px
}
@media only screen and (min-width:768px) {
.section-our-contact-form .error-message {
font-size: .875rem
}
#contact-box .contact-column {
padding-left: 28px;
padding-right: 28px
}
}
.service-listing__yellow-underline {
margin: 30px auto 0
}
.service-wrapper {
background: #fff
}
.service-listing {
position: relative;
z-index: 1;
background: #fff;
padding: 0 0 6rem;
overflow: hidden
}
.service-listing .col-xs-12:nth-child(1) {
transition-delay: 0ms
}
.service-listing .col-xs-12:nth-child(2) {
transition-delay: 150ms
}
.service-listing .col-xs-12:nth-child(3) {
transition-delay: 300ms
}
.service-listing .col-xs-12:nth-child(4) {
transition-delay: 450ms
}
.service-listing .col-xs-12:nth-child(5) {
transition-delay: 0ms
}
.service-listing .col-xs-12:nth-child(6) {
transition-delay: 150ms
}
.service-listing .col-xs-12:nth-child(7) {
transition-delay: 300ms
}
.service-listing .col-xs-12:nth-child(8) {
transition-delay: 450ms
}
.service-listing .col-xs-12:nth-child(1):hover .service-item__image {
background-color: #43b6de
}
.service-listing .col-xs-12:nth-child(2):hover .service-item__image {
background-color: #f37055
}
.service-listing .col-xs-12:nth-child(3):hover .service-item__image {
background-color: #ff9f47
}
.service-listing .col-xs-12:nth-child(4):hover .service-item__image {
background-color: #facd20
}
.service-listing .col-xs-12:nth-child(5):hover .service-item__image {
background-color: #ff9f47
}
.service-listing .col-xs-12:nth-child(6):hover .service-item__image {
background-color: #43b6de
}
.service-listing .col-xs-12:nth-child(7):hover .service-item__image {
background-color: #f37055
}
.service-listing .col-xs-12:nth-child(8):hover .service-item__image {
background-color: #33434f
}
.service-listing .service-item__container {
margin: 0 auto 1.8rem;
border: 1px solid #f0f1f3;
padding: 0 0 1.8rem;
position: relative;
text-align: center;
cursor: pointer
}
.service-listing .service-item__container::after {
content: '';
height: 10px;
background-color: #33434f;
position: absolute;
bottom: 0;
left: -1px;
right: -1px
}
.service-listing .service-item__container .service-item__image {
height: 270px;
background-color: #34495e;
background-size: 100% auto;
background-position: 0 28px;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
transition: background-color .2s ease-in-out
}
.service-listing .service-item__container .service-item__image img {
position: absolute;
width: auto;
height: 95%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.service-listing .service-item__container .service-item__text {
padding: 0 .5rem
}
.service-listing .service-item__container .service-item__text .service-item__title {
font-family: robotomedium;
color: #2c3e50;
text-transform: capitalize;
font-size: 1.25rem;
padding: 1.5rem 0 10px
}
@media only screen and (max-width:639px) {
.service-listing .service-item__container .service-item__text .service-item__title {
font-size: 1.45rem
}
}
.service-listing .service-item__container .service-item__text .service-item__description, .service-listing .service-item__container .service-item__text .service-item__description p {
font-family: latoregular;
color: #a1b1bc;
font-size: 1rem;
line-height: 1.5rem;
min-height: 75px;
max-width: 98%;
margin: auto
}
@media only screen and (max-width:639px) {
.service-listing .service-item__container .service-item__text .service-item__description, .service-listing .service-item__container .service-item__text .service-item__description p {
font-size: 1.15rem
}
}
.service-contact__container {
position: relative;
z-index: 1;
background: #1d2e42;
background-size: 100% 100%;
padding: 50px 0
}
.service-contact__container a.view-more-jobs {
text-transform: uppercase
}
.service-contact__container .service-contact__question {
font-family: robotobold;
color: #fff;
display: inline-block;
margin: 0;
font-size: 1.3rem
}
@media only screen and (min-width:768px) {
.service-contact__container .service-contact__question {
font-size: 2rem
}
}
.service-contact__container .service-contact__help {
font-family: robotolight;
color: #fff;
text-transform: capitalize;
font-size: 1.2rem;
display: block
}
@media only screen and (min-width:768px) {
.service-contact__container .service-contact__help {
font-size: 2rem;
margin: 0
}
}
@media only screen and (min-width:992px) {
.service-listing .service-item__container .service-item__text .service-item__description, .service-listing .service-item__container .service-item__text .service-item__description p {
min-height: 0
}
.service-contact__container .service-contact__help {
display: inline-block;
margin: 0 0 0 5px
}
}
.service-contact__container .service-contact__white-button {
float: left;
margin: 1rem 0 0;
font-size: .9375rem;
border-width: 2px;
padding: 12px 14px
}
@media only screen and (min-width:1200px) {
.service-listing .service-item__container .service-item__image img {
height: auto;
width: 95%
}
.service-listing .service-item__container, .service-listing .service-item__container .service-item__image {
width: 270px
}
.service-contact__container .service-contact__white-button {
float: right;
margin: 0
}
}
.list-service-detail {
position: relative;
z-index: 1
}
.service-item-detail__container {
position: relative;
overflow: hidden
}
.service-item-detail__container:nth-child(2n+1) {
background-color: #fff
}
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
margin-right: 110px
}
@media only screen and (min-width:992px) {
.service-item-detail__container {
height: 600px
}
.service-item-detail__container .container {
position: relative;
top: 50%;
-webkit-transform: translate(0, -55%);
transform: translate(0, -55%)
}
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
display: block;
bottom: 0;
-webkit-transform: none;
transform: none;
padding-bottom: 60px
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: 45%;
display: block;
padding-bottom: 0
}
}
@media only screen and (min-width:1900px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: 50%;
display: block
}
}
@media only screen and (min-width:768px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
max-width: 50%
}
.service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 0
}
}
@media only screen and (min-width:992px) {
.service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 50%
}
}
.service-item-detail__container:nth-child(2n) {
background-color: #f0f1f3
}
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
margin-left: 110px
}
@media only screen and (min-width:768px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
display: block;
right: 0;
max-width: 50%
}
}
@media only screen and (min-width:992px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
display: block;
bottom: 0;
padding-bottom: 60px
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: 45%;
padding-bottom: 0
}
}
@media only screen and (min-width:1900px) {
.service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: 50%;
display: block;
bottom: 0
}
}
.service-item-detail__container .service-item-detail__image {
position: absolute;
max-height: 100%;
display: none;
bottom: 0
}
.service-item-detail__container .service-item-detail__image-mobile {
width: 100%;
height: auto;
margin-bottom: 20px
}
.service-item-detail__container .service-item-detail__content {
text-align: left;
position: relative;
width: 100%;
padding: 50px 0
}
@media only screen and (min-width:992px) {
.service-item-detail__container .service-item-detail__image {
display: block;
bottom: 0
}
.service-item-detail__container .service-item-detail__content {
width: 52%;
padding: 0
}
}
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-family: robotoblack;
color: #282828;
font-size: 1.2rem;
padding: .5rem 0 0
}
@media only screen and (max-width:767px) {
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 2rem;
padding: .3rem 0 0
}
}
@media only screen and (min-width:768px) {
.service-item-detail__container .service-item-detail__image {
display: block;
max-width: 50%
}
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
.service-item-detail__container .service-item-detail__content .service-item-detail__title {
font-size: 2.5rem
}
}
.service-item-detail__container .service-item-detail__content .service-item-detail__description {
font-family: robotolight;
color: #6a7885;
font-size: 1.125rem;
line-height: 2rem;
letter-spacing: .65px
}
.service-item-detail__container .service-item-detail__content .description__bellow {
margin-top: 30px
}
.service-technology__container {
position: relative;
z-index: 1;
background-size: cover;
background-color: #333;
padding: 110px 0;
overflow: hidden
}
@media only screen and (max-width:991px) {
.service-technology__container {
padding: 60px 0 110px
}
}
.service-technology__container .service-technology__bg {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
.service-technology__container .container {
position: relative;
z-index: 1;
text-align: center
}
.service-technology__container .col-sm-4:nth-child(1) {
transition-delay: 150ms
}
.service-technology__container .col-sm-4:nth-child(2) {
transition-delay: 300ms
}
.service-technology__container .col-sm-4:nth-child(3) {
transition-delay: 450ms
}
.service-technology__container .col-sm-4:nth-child(4) {
transition-delay: 600ms
}
.service-technology__container .col-sm-4:nth-child(5) {
transition-delay: 750ms
}
.service-technology__container .col-sm-4:nth-child(6) {
transition-delay: 900ms
}
@media only screen and (min-width:1200px) {
.service-technology__container .col-sm-4.double-gutter {
padding-left: 65px;
padding-right: 65px
}
}
@media only screen and (min-width:640px) {
.service-technology__container .col-xs-12.col-sm-4 {
width: 33.33333%;
padding: 30px
}
}
.service-technology__container .container .row {
text-align: left
}
.service-technology__container .service-technology__title {
font-family: robotoblack;
padding: 0;
margin: 0;
text-transform: capitalize;
color: #fff;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:640px) {
.service-technology__container .service-technology__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
.service-technology__container .service-technology__title {
font-size: 3.5rem
}
}
.service-technology__container .service-technology-column__title {
font-family: robotoregular;
color: #fff;
display: inline-block;
width: 100%;
text-align: left;
font-size: 1.125rem;
padding: 20px 0 10px;
border-bottom: 2px solid rgba(236, 240, 241, .1)
}
@media only screen and (min-width:768px) {
.service-technology__container .service-technology-column__title {
padding: 40px 0 10px
}
}
@media only screen and (min-width:992px) {
.service-technology__container .service-technology-column__title {
width: 100%
}
}
.service-technology__container .service-technology-column__title__level2 {
border-bottom: 0
}
.service-technology__container ul {
list-style: none;
width: 100%;
display: block;
margin: 0;
padding: 0
}
.service-technology__container ul li {
color: #a1b1bc;
font-family: robotoregular;
display: inline-block;
width: 100%;
text-align: left;
border-bottom: 1px solid rgba(236, 240, 241, .1);
padding: 10px 0 10px 20px;
background: url(/web/20160602234155/http://www.niteco.com/img/service_check_icon.png) 0 center no-repeat;
font-size: .875rem
}
.careers-block, .careers-page-container {
background: #fff
}
.careers-block {
position: relative;
z-index: 1
}
.careers-page-container .page-description__sub-title {
letter-spacing: 2px
}
.careers-page-container .view-jobs-opening {
margin-top: 75px;
color: #fff
}
.careers-page-container .view-jobs-opening p {
font-size: 1.875rem
}
@media only screen and (max-width:767px) {
.careers-page-container .view-jobs-opening p {
font-size: 1.25rem
}
}
@media only screen and (min-width:768px) and (max-width:1200px) {
.careers-page-container .view-jobs-opening p {
font-size: 1.45rem
}
}
@media only screen and (min-width:737px) and (max-width:769px) {
.careers-page-container .view-jobs-opening .col-sm-9 {
width: 71%
}
.careers-page-container .view-jobs-opening .col-sm-3 {
width: 29%
}
}
@media only screen and (min-width:1200px) {
.careers-page-container .view-jobs-opening a.view-more-jobs {
font-size: .9375rem
}
}
@media only screen and (min-width:992px) {
.careers-page-container .view-jobs-opening a.view-more-jobs {
font-size: .9375rem
}
.careers-page-container .page-description__title-container {
padding-top: 88px;
padding-bottom: 60px
}
.careers-page-container .page-description__title-container .page-description__title {
font-size: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.careers-page-container .page-description__title-container {
padding-top: 88px;
padding-bottom: 60px
}
.careers-page-container .page-description__title-container .page-description__title {
font-size: 3.5rem
}
}
.careers-middle-block {
padding: 125px 0 175px;
background-size: cover
}
#contact .careers-middle-block {
padding: 80px 0 0px;
background-size: cover
}
@media only screen and (max-width:767px) {
.careers-page-container .view-jobs-opening {
margin-top: 25px
}
.careers-middle-block {
padding-bottom: 25px
}
}
.careers-middle-block .careers-step-detail {
position: relative;
text-align: center;
padding: 70px 15px;
background: #fff;
margin-bottom: 20px
}
#contact .careers-middle-block .careers-step-detail {
position: relative;
text-align: center;
padding: 0 0;
background: #fff;
margin-bottom: 20px
}
@media only screen and (min-width:768px) {
.careers-middle-block .careers-step-detail {
margin-bottom: 0;
padding-bottom: 60px
}
#team .careers-middle-block .careers-step-detail {
margin-bottom: 0;
padding-bottom: 0px
}
}
.careers-middle-block .careers-step-detail .step-number {
position: absolute;
left: 50%;
top: 0;
width: 115px;
height: 115px;
margin-left: -57px;
background: url("../images/home-services-icon-2.png");
line-height: 5.9375rem;
font-size: 3.75rem;
font-family: latoblack;
}
.careers-benefit-row .careers-benefit .benefit-content:nth-child(2n), .careers-benefit-row .careers-benefit.no-border-left {
border-left: 0
}
.careers-middle-block .careers-step-detail .step-content {
padding: 0
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail {
margin-bottom: 0
}
.careers-middle-block .careers-step-detail .step-content {
padding: 0 30px
}
}
@media only screen and (min-width:768px) {
.careers-middle-block .careers-step-detail .step-content {
height: 200px;
padding-top: 50px
}
#contact .careers-middle-block .careers-step-detail .step-content {
padding-top: 0
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 25px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 25px
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 35px
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 35px
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 60px
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
.careers-middle-block .careers-step-detail .step-content {
padding-top: 35px
}
}
.careers-middle-block .careers-step-detail .step-content h3 {
color: #2c3e50;
padding: 10px 0;
margin: 0;
font: 1.5rem/1 robotomedium
}
@media only screen and (min-width:992px) {
.careers-middle-block .careers-step-detail {
margin-bottom: 0
}
.careers-middle-block .careers-step-detail .step-content {
height: 200px
}
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 25px 0
}
}
@media only screen and (min-width:768px) {
.careers-middle-block .careers-step-detail .step-content h3 {
font: 1.5rem/1 robotomedium
}
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 25px 0;
font-size: 1.5rem
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 30px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 30px
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.6rem
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.5rem
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.5rem
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
.careers-middle-block .careers-step-detail .step-content h3 {
padding: 0 0 20px;
font-size: 1.5rem
}
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail .step-content.community-content {
padding: 0 20px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content.community-content {
padding: 0
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
.careers-middle-block .careers-step-detail .step-content.community-content {
padding: 0
}
}
.careers-middle-block .careers-step-detail .step-content.community-content p {
color: #2c3e50
}
.careers-middle-block .careers-step-detail .step-content.community-content h3 {
padding: 20px 0;
font-size: 1.5rem
}
@media only screen and (min-width:1200px) {
.careers-middle-block .careers-step-detail .step-content.community-content h3 {
font-size: 1.875rem
}
}
.careers-middle-block .careers-step-detail .step-content p {
font: 1rem/1.5rem robotoregular;
color: #2c3e50;
margin: 0
}
@media only screen and (min-width:992px) {
.careers-middle-block .careers-step-detail .step-content p {
font: 1rem/1.5rem robotoregular
}
}
.careers-middle-block .careers-apply-step>div.col-sm-4:last-child .careers-step-detail {
margin-bottom: 0
}
.careers-middle-block .careers-apply-step .col-xs-12:nth-child(1) {
transition-delay: 0ms
}
.careers-middle-block .careers-apply-step .col-xs-12:nth-child(2) {
transition-delay: 200ms
}
.careers-middle-block .careers-apply-step .col-xs-12:nth-child(3) {
transition-delay: 400ms
}
.careers-benefit-row .no-gutter {
padding-left: 0;
padding-right: 0
}
.careers-benefit-row .careers-benefit {
border-bottom: 1px solid #f0f1f3;
margin-bottom: 60px
}
.careers-benefit-row .careers-benefit .benefit-thumbnail {
height: auto;
overflow: hidden
}
.careers-benefit-row .careers-benefit .benefit-thumbnail img {
width: 100%;
height: auto
}
.careers-benefit-row .careers-benefit .benefit-name {
font: 1.25rem robotomedium;
color: #2c3e50;
margin: 0
}
.careers-benefit-row .careers-benefit .benefit-content {
padding: 25px 30px;
height: 120px
}
.careers-benefit-row .careers-benefit .benefit-content p {
font-size: 1rem;
line-height: 1.5rem;
font-family: robotolight;
color: #595a5a;
margin: 0
}
@media only screen and (max-width:479px) and (orientation:portrait) {
.careers-benefit-row .careers-benefit .benefit-content {
height: auto
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 135px
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 135px
}
}
@media only screen and (min-width:768px) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 130px
}
.careers-benefit-row .careers-benefit .benefit-content:nth-child(2n) {
border-left: 1px solid #f0f1f3
}
}
@media only screen and (min-width:992px) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 120px
}
.careers-benefit-row .careers-benefit .benefit-content, .careers-benefit-row .careers-benefit .benefit-content:nth-child(3n) {
border-left: 1px solid #f0f1f3
}
}
@media only screen and (min-width:1200px) {
.careers-benefit-row .careers-benefit .benefit-content {
height: 120px
}
.careers-benefit-row .careers-benefit .benefit-content:nth-child(4n) {
border-left: 1px solid #f0f1f3
}
}
.section-job-opening {
padding: 100px 0 115px
}
.section-job-opening .section-our-values__bg {
height: 100%
}
.section-job-opening p strong {
letter-spacing: 0
}
.section-job-opening .our-values-container .view-jobs-opening a.view-more-jobs {
text-transform: uppercase!important;
font-size: 1rem;
padding: 18px 25px
}
.section-job-opening .our-values-container .our-value-header h2 {
padding-bottom: 20px;
text-transform: capitalize
}
.section-job-opening .our-values-container .our-value-item {
position: relative;
overflow: hidden;
padding: 5px;
min-height: 0;
cursor: pointer;
margin-bottom: 20px
}
.section-job-opening .our-values-container .our-value-item:last-child {
margin-bottom: 20px
}
.section-job-opening .our-values-container .our-value-item .job-details {
min-height: 155px;
position: relative;
border-left: 10px solid #e1e4e7;
padding: 25px 15px
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
float: none;
padding: 30px;
overflow: hidden;
opacity: 1
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail img {
display: block;
margin: auto;
max-width: 135px;
height: auto
}
.section-job-opening .our-values-container .our-value-item .job-details .value-description {
font-size: 1.125rem;
line-height: 1.5625rem;
color: #595a5a;
font-family: robotolight
}
.section-job-opening .our-values-container .our-value-item .job-details .value-description h3 {
font-family: robotobold;
font-size: 1.5rem;
padding: 0;
margin-bottom: 10px
}
.section-job-opening .our-values-container .our-value-item .job-details .value-description h3 span {
font-family: robotothin
}
.section-job-opening .our-values-container .our-value-item .arrowGoToDetail {
position: absolute;
width: 25px;
height: 27px;
margin-top: -13px;
top: 50%;
right: 40px
}
.section-job-opening .our-values-container .our-value-item .arrowGoToDetail a {
height: 100%;
display: block;
background: url(/web/20160602234155/http://www.niteco.com/img/iconArrowJobOpening_.png) no-repeat
}
.section-job-opening .our-values-container .our-value-item .arrowGoToDetail a:hover, .section-job-opening .our-values-container .our-value-item:hover .arrowGoToDetail a {
background-position: 0 -27px
}
@media only screen and (min-width:992px) {
.section-job-opening .our-values-container .our-value-item .job-descriptions {
padding: 0 40px 0 20px
}
.section-job-opening .our-values-container .our-value-item .job-details {
padding: 25px 40px 25px 0
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
width: 135px;
float: left;
padding: 0 0 0 20px
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .our-values-container .our-value-item .job-descriptions {
padding: 0 40px 0 155px
}
.section-job-opening .our-values-container .our-value-item .job-details {
padding: 25px 40px 25px 0
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
width: 135px;
float: left;
padding: 0
}
}
@media only screen and (min-width:768px) {
.section-job-opening .our-values-container .our-value-item .job-descriptions {
padding: 0 40px 0 155px
}
.section-job-opening .our-values-container .our-value-item .job-details {
padding: 25px 40px 25px 0
}
.section-job-opening .our-values-container .our-value-item .job-details .job-thumbnail {
width: 135px;
float: left;
padding: 0 0 0 20px
}
}
.section-job-opening .our-values-container .our-value-item:hover .job-details {
border-left: 10px solid #facd20
}
.section-job-opening .job-description {
font-family: robotolight;
color: #d8dadc;
padding: 30px 0 60px;
letter-spacing: 1.5px;
font-size: 1.25rem
}
@media only screen and (min-width:768px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:992px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1900px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.section-job-opening .job-description {
font-size: 1.5rem;
line-height: 1.875rem
}
.career-up-to-date__wrapper.page-description__title-container {
padding-top: 145px;
padding-bottom: 7.625rem
}
}
.career-up-to-date__top-image {
display: block;
max-width: 95%;
margin: 0 auto .625rem
}
.career-up-to-date__title {
text-transform: none
}
.career-up-to-date__sub-title {
line-height: 1.5rem;
text-transform: none
}
.career-up-to-date__sub-title p {
margin-bottom: 0
}
.career-up-to-date__description {
margin: 0 0 3.125rem
}
.career-up-to-date__description p {
margin: 0
}
.career-up-to-date__success-dialog__container {
position: fixed;
z-index: 9999;
background-color: rgba(0, 0, 0, .5);
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
opacity: 0
}
.career-up-to-date__success-dialog__content {
position: absolute;
background-color: #fff;
border-radius: .3125rem;
max-width: 61.25rem;
min-width: 18.75rem;
width: 90%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 1.875rem 1.25rem;
text-align: center
}
@media only screen and (min-width:768px) {
.career-up-to-date__sub-title {
line-height: 2.25rem
}
.career-up-to-date__success-dialog__content {
padding: 2.5rem 1.875rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__content {
padding: 3.125rem 2.25rem
}
}
.career-up-to-date__success-dialog__icon {
display: block;
margin: 0 auto;
max-width: 95%
}
.career-up-to-date__success-dialog__title {
color: #595a5a;
margin: 0;
font-family: robotoregular;
font-size: 1.5rem;
line-height: 1.75rem;
padding: 1.25rem 0 .9375rem
}
@media only screen and (min-width:768px) {
.career-up-to-date__success-dialog__title {
font-size: 1.875rem;
line-height: 2.125rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__title {
font-size: 2.25rem;
line-height: 2.5rem
}
}
.career-up-to-date__success-dialog__description {
text-align: left;
color: #595a5a;
font-family: robotolight;
font-size: .875rem;
line-height: 1.375rem;
margin: 0 0 1.5625rem
}
@media only screen and (min-width:768px) {
.career-up-to-date__success-dialog__description {
font-size: 1rem;
line-height: 1.5rem;
margin: 0 0 1.875rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__description {
font-size: 1.125rem;
line-height: 1.625rem;
margin: 0 0 2.1875rem
}
}
.career-up-to-date__success-dialog__description p {
margin: 0
}
.career-up-to-date__success-dialog__description a {
font-family: robotobold;
text-decoration: none
}
.career-up-to-date__success-dialog__description-duplicated-email {
text-align: center
}
.career-up-to-date__success-dialog__button-close {
width: 11.25rem;
height: 2.9375rem;
line-height: 2.9375rem;
display: inline-block;
text-align: center;
color: #fff;
background-color: #56616e;
font-family: robotoregular;
font-size: .75rem;
cursor: pointer;
text-transform: uppercase;
transition: all .5s ease
}
.career-button, .career-input {
height: 3.75rem;
display: block;
width: 100%
}
.career-up-to-date__success-dialog__button-close:hover {
background-color: #facc23;
color: #282828
}
@media only screen and (min-width:768px) {
.career-up-to-date__success-dialog__button-close {
font-size: 1rem;
width: 13.4375rem
}
}
@media only screen and (min-width:992px) {
.career-up-to-date__success-dialog__button-close {
font-size: 1.125rem
}
}
.career-input {
border: 1px solid #e8e6e6;
background-color: #f4f6f7;
color: #2c3e50;
font-family: robotoblack;
line-height: 3.75rem;
font-size: .875rem;
padding: 0 .625rem;
margin: 0 0 .9375rem
}
.career-input.input-error {
border: 1px solid red
}
@media only screen and (min-width:768px) {
.career-input {
font-size: 1rem;
padding: 0 20px
}
}
@media only screen and (min-width:992px) {
.career-input {
padding: 0 20px;
margin: 0
}
}
@media only screen and (min-width:1200px) {
.career-input {
padding: 0 30px
}
}
.career-input::-webkit-input-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-input:-moz-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-input::-moz-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-input:-ms-input-placeholder {
color: #9fa9b1;
font-family: robotobold
}
.career-button, .job-details-sections .job-details h2 {
font-family: robotoblack;
text-transform: uppercase
}
.career-input:focus {
border: 1px solid #5a6876;
background-color: #fff;
outline: 0
}
.career-button {
background-color: #facc23;
color: #282828;
font-size: .875rem;
border: none;
outline: 0;
transition: all .5s ease
}
.career-button:hover {
background: #2c3e50;
color: #facd20
}
@media only screen and (min-width:768px) {
.career-button {
font-size: 1rem
}
}
@media only screen and (min-width:992px) {
.career-button {
font-size: 1.25rem
}
}
.career-steps__container {
background-repeat: no-repeat!important;
background-size: cover!important;
background: #ffffff
}
.career-steps__container .careers-block, .career-steps__container .page-description__title-container {
background: 0 0
}
.career-steps__container .page-description__description, .career-steps__container .page-description__sub-title, .career-steps__container .page-description__title {
color: #fff
}
.job-details-sections {
padding: 50px 0;
background: #f9fafb
}
@media only screen and (max-width:639px) {
.job-details-sections {
padding: 0
}
}
.job-details-sections .job-details {
margin-bottom: 45px
}
.job-details-sections .job-details:first-of-type p {
word-spacing: 2px;
letter-spacing: .5px
}
.job-details-sections .job-details h2 {
padding-top: 30px;
font-size: 2.25rem;
color: #282828;
margin: 0 0 10px;
font-weight: 500
}
@media only screen and (max-width:767px) {
.job-details-sections .job-details h2 {
font-size: 1.6rem
}
}
.job-details-sections .job-details p {
font-family: robotolight;
font-size: 1.125rem;
line-height: 1.875rem;
color: #7d8995
}
.job-details-sections .job-details p a, .job-details-sections .job-details p strong {
font-family: robotobold;
color: #2f2933
}
.job-details-sections .job-details h4 {
font-family: robotolight;
font-size: 1.5rem;
color: #282828;
font-weight: 400;
margin-bottom: 0
}
.job-details-sections .job-details h4 span {
font-family: robotoregular
}
.job-details-sections .job-details .job-requires_list {
padding: 0
}
.job-details-sections .job-details .job-requires_list li {
list-style: none;
padding-left: 35px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 10px 10px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 2rem;
color: #7d8995;
letter-spacing: .5px
}
@media only screen and (min-width:480px) {
.job-details-sections .job-details h2 {
font-size: 2.25rem
}
.job-details-sections .job-details h4 {
font-size: 1.875rem
}
}
@media only screen and (min-width:992px) {
.job-details-sections .job-details h2 {
font-size: 2.25rem
}
.job-details-sections .job-details h4 {
font-size: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.job-details-sections .job-details h2 {
font-size: 2.25rem
}
.job-details-sections .job-details h4 {
font-size: 1.875rem
}
}
.job-details-description {
font-size: 1.125rem;
color: #000;
text-indent: 40px
}
.job-details-container .page-description__sub-title {
text-transform: lowercase
}
.section-our-process {
background-color: #fff;
padding: 30px 0 0;
border-bottom: 1px solid #ECE5E5
}
.section-our-process .our-process-introduce {
margin: 0;
text-align: center
}
.section-our-process .our-process-introduce h2 {
font-size: 2.75rem;
font-family: robotoblack;
color: #282828;
line-height: 3rem;
text-transform: capitalize;
margin: 0;
padding: 20px 0;
font-weight: 500
}
.section-our-process .our-process-introduce .our-process-sample {
color: #2c3e50;
font-family: robotolight;
padding: 45px 0 60px;
font-size: 1.125rem
}
@media only screen and (min-width:768px) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.6rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:992px) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.875rem;
line-height: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.875rem;
line-height: 1.875rem
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.6rem
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
.section-our-process .our-process-introduce .our-process-sample {
font-size: 1.25rem
}
}
.section-our-process .our-processes-container .process {
margin-bottom: 30px
}
.section-our-process .our-processes-container .process:nth-child(1) {
transition-delay: 0ms
}
.section-our-process .our-processes-container .process:nth-child(2) {
transition-delay: 200ms
}
.section-our-process .our-processes-container .process:nth-child(3) {
transition-delay: 400ms
}
.section-our-process .our-processes-container .process:nth-child(4) {
transition-delay: 0ms
}
.section-our-process .our-processes-container .process:nth-child(5) {
transition-delay: 200ms
}
.section-our-process .our-processes-container .process:nth-child(6) {
transition-delay: 400ms
}
.section-our-process .our-processes-container .process:nth-child(3n) {
margin-right: 0
}
.section-our-process .our-processes-container .process .process-contents {
background: #2c3e50;
transition: background .2s ease-in-out;
height: 283px;
border: 1px solid #ecf0f1;
text-align: center;
cursor: pointer;
padding-bottom: 11px;
position: relative
}
.section-our-process .our-processes-container .process .process-contents .yeallow-border {
height: 10px;
border-top: 1px solid transparent;
background: 0 0;
position: absolute;
bottom: 0;
width: 100%;
z-index: 999
}
.section-our-process .our-processes-container .process .circle-white {
display: block;
width: 122px;
height: 122px;
background: rgba(0, 0, 0, .25);
margin: 55px auto 0;
border-radius: 50%;
position: relative
}
.section-our-process .our-processes-container .process .circle-white img {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%)
}
.section-our-process .our-processes-container .process .process-title {
text-align: center;
font-family: robotolight;
letter-spacing: 1px;
color: #fff;
padding-top: 30px;
font-size: 1.25rem
}
.section-our-process .our-processes-container .process:hover .process-contents {
border-color: #ecf0f1;
background: #fff!important
}
.section-our-process .our-processes-container .process:hover .process-contents .yeallow-border {
border-color: #ecf0f1;
background: #facd20
}
.section-our-process .our-processes-container .process:hover .process-contents .process-detail {
opacity: 1
}
.section-our-process .our-processes-container .process:hover .process-contents .circle-white {
opacity: 0
}
.section-our-process .our-processes-container .process .process-detail {
width: 80%;
position: absolute;
z-index: 1;
opacity: 0;
left: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
top: 45%
}
.section-our-process .our-processes-container .process .process-detail h4 {
font-family: robotolight;
color: #2c3e50;
margin-bottom: 30px;
font-size: 1.5rem;
font-weight: 400
}
.section-our-process .our-processes-container .process .process-detail span {
font-size: 1.125rem;
font-family: robotolight;
color: #849098;
word-spacing: 1px;
line-height: 1.7rem
}
.section-our-process .our-processes-container .process .process-detail .process-info {
font-family: latoregular;
color: #a1b1bc
}
@media only screen and (min-width:768px) {
.section-our-process .our-processes-container .process .process-detail .process-info {
font-size: 1.5rem;
line-height: 3rem
}
}
@media only screen and (min-width:1200px) {
.section-our-process .our-processes-container .process .process-detail .process-info {
font-size: .875rem;
line-height: 1.5rem
}
}
@media only screen and (min-width:992px) {
.section-our-process .our-processes-container .process .process-detail .process-info {
font-size: .875rem;
line-height: 1.5rem
}
.section-our-process {
padding: 105px 0
}
.section-our-process .our-process-introduce h2 {
font-size: 2.5rem
}
}
@media only screen and (max-width:767px) {
.section-our-process .our-process-introduce h2 {
font-size: 2.5rem
}
}
@media only screen and (min-width:768px) {
.section-our-process .our-process-introduce h2 {
font-size: 2.5rem
}
}
@media only screen and (min-width:1200px) {
.section-our-process .our-process-introduce h2 {
font-size: 3.5rem
}
}
.how-we-work-partnership {
margin: 0;
text-align: center;
background: url(/web/20160602234155/http://www.niteco.com/img/how-we-work-partnership-background.jpg);
background-size: cover;
padding: 60px 0
}
.how-we-work-partnership .view-jobs-opening p {
font-size: 1.25rem
}
@media only screen and (min-device-width:560px) and (max-device-width:668px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.how-we-work-partnership .view-jobs-opening p {
width: 80%;
margin: 0 auto 30px
}
}
@media only screen and (min-width:1200px) {
.how-we-work-partnership .view-jobs-opening p {
font-size: 1.875rem
}
}
.how-we-work-partnership .view-jobs-opening p strong {
display: inline-block;
font-size: 1.25rem;
color: #facd20
}
@media only screen and (min-width:1200px) {
.how-we-work-partnership .view-jobs-opening p strong {
font-size: 1.875rem
}
}
.how-we-work-partnership h1 {
font-family: robotobold;
color: #fff;
padding: 0;
margin: 0;
font-size: 2rem;
font-weight: 500
}
@media only screen and (min-width:768px) {
.how-we-work-partnership h1 {
font-size: 2.25rem
}
}
.how-we-work-partnership .how-we-work-partnership_list {
padding: 0 10px
}
.how-we-work-partnership .how-we-work-partnership_list li {
list-style: none;
text-align: left;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 45px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 20px 22px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 1.5rem;
border-top: 1px solid #e9edee
}
.how-we-work-partnership .how-we-work-partnership_text {
font-family: robotolight;
text-align: left;
color: #fff;
margin-bottom: 50px;
font-size: 1.125rem
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi), (device-width:375px), (orientation:portrait) {
.how-we-work-partnership .how-we-work-partnership_text {
font-size: 1.09375rem
}
}
@media only screen and (max-width:767px) {
.how-we-work-partnership .how-we-work-partnership_text {
margin-bottom: 30px
}
}
.how-we-work-partnership .content-models {
padding: 0;
margin-top: 75px;
position: relative
}
.how-we-work-partnership .content-models .col-xs-12:nth-child(2) {
transition-delay: .2s
}
.how-we-work-partnership .content-models .partnership-models {
background: #fff;
margin-bottom: 75px
}
@media only screen and (max-width:768px) {
.how-we-work-partnership .view-jobs-opening p strong {
display: block
}
.how-we-work-partnership .content-models .partnership-models {
margin-bottom: 50px
}
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__title {
background-color: #2c3e50;
color: #fff;
padding: 20px 0;
font-family: robotoblack;
font-size: 1.875rem;
letter-spacing: 2px
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__description {
text-align: left;
font-family: robotolight;
font-size: 1.125rem;
padding: 27px;
letter-spacing: 1px;
line-height: 30px
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__info {
text-align: left;
border-top: 2px solid #f2f4f5;
position: relative;
padding: 15px 0;
margin-left: 15px;
width: 95%
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__info .icon-tick {
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) no-repeat;
width: 14px;
height: 11px;
margin: 5px 15px;
float: left
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__info span {
font-family: robotolight;
font-size: 1rem;
line-height: 20px;
padding: 0;
margin: 0;
position: relative;
display: block
}
@media only screen and (min-width:992px) {
.how-we-work-partnership {
padding: 110px 0
}
.how-we-work-partnership .partnership-models {
height: 600px
}
.how-we-work-partnership h1 {
font-size: 2.5rem
}
.how-we-work-partnership .how-we-work-partnership_text {
font-size: 1.275rem
}
.how-we-work-partnership .content-models .partnership-models .partnership-models__title {
font-size: 1.875rem
}
}
@media only screen and (min-width:1200px) {
.how-we-work-partnership .partnership-models {
height: 500px
}
.how-we-work-partnership .how-we-work-partnership_text {
font-size: 1.5rem;
letter-spacing: 1px
}
.how-we-work-partnership h1 {
font-size: 3.5rem
}
.nis-infor .col-sm-3 {
padding-left: 0
}
}
.nis-infor p {
margin: 30px 0;
text-align: center;
font-family: robotolight;
color: #fff;
font-size: 1rem
}
.nis-infor p strong {
font-family: robotobold;
display: block;
color: #facd20
}
@media only screen and (max-width:767px) {
.nis-infor p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.nis-infor p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (max-width:479px) {
.nis-infor p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: center;
letter-spacing: .5px;
font-size: 1.25rem
}
.nis-infor p strong {
display: block;
font-size: 1.25rem
}
}
@media only screen and (min-width:768px) {
.nis-infor .col-sm-3 {
padding-left: 0
}
.nis-infor p {
line-height: 1.875rem;
margin: 0 0 15px;
text-align: left;
letter-spacing: .5px;
font-size: 1.45rem
}
.nis-infor p strong {
display: block
}
}
@media only screen and (min-width:992px) {
.nis-infor .col-sm-3 {
padding-left: 0
}
.nis-infor p {
height: 55px;
line-height: 3.4375rem;
margin: 0;
text-align: left;
font-size: 1.45rem
}
.nis-infor p strong {
display: inline-block
}
}
@media only screen and (min-width:1200px) {
.nis-infor p {
height: 55px;
font: 1.875rem/55px robotolight;
margin: 0;
text-align: left
}
}
.nis-infor .info {
width: 62%;
padding-right: 0;
padding-left: 15px
}
.nis-infor .button-list {
width: 38%
}
a.download-brochure, a.take-video-tour {
padding: 18px 15px;
display: block;
width: 197px;
font-family: robotolight;
vertical-align: middle;
text-align: center;
border-radius: 3px;
position: relative;
text-transform: uppercase;
font-size: .9375rem;
transition: all 200ms ease
}
a.download-brochure span, a.take-video-tour span {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
content: '';
display: block;
z-index: 0
}
a.download-brochure:active, a.download-brochure:focus, a.download-brochure:hover, a.take-video-tour:active, a.take-video-tour:focus, a.take-video-tour:hover {
text-decoration: none;
outline: 0;
color: #facd20;
background-color: #2c3e50;
border-color: #2c3e50
}
a.download-brochure.clear, a.download-brochure.clear::after, a.take-video-tour.clear, a.take-video-tour.clear::after {
clear: both
}
a.download-brochure {
border: 1px solid #fff;
color: #fff
}
a.take-video-tour {
background: #facd20;
border: 1px solid #facd20;
color: #000;
margin-left: 25px
}
@media only screen and (max-width:1199px) {
.nis-infor .button-list, .nis-infor p {
text-align: center
}
.nis-infor .button-list, .nis-infor .info {
width: 100%
}
.nis-infor a.download-brochure, .nis-infor a.take-video-tour {
display: inline-block
}
}
@media only screen and (max-width:479px) {
a.take-video-tour {
margin: 20px 0 0
}
}
@media only screen and (max-width:768px) {
.nis-container .page-description__title-container {
padding: 60px 0 20px
}
}
@media only screen and (max-width:1200px) {
.nis-container .page-description__title-container {
padding: 80px 0 60px
}
}
.nis-container .nis-item-detail {
margin-top: -55px
}
@media only screen and (min-width:768px) {
a.download-brochure, a.take-video-tour {
float: none
}
.nis-container .nis-item-detail {
margin-top: -60px
}
}
@media only screen and (max-width:1024px) {
.nis-container .nis-item-detail__content {
-webkit-transform: translateY(-60px);
transform: translateY(-60px)
}
.nis-container .nis-item-detail__content .nis-item-detail__title {
margin-top: 50px
}
}
.nis-container .nis-item-detail__content {
text-align: left;
position: relative;
width: 100%;
padding: 70px 0
}
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-family: robotoblack;
color: #282828;
font-size: 1.2rem;
padding: .5rem 0 0
}
@media only screen and (max-width:767px) {
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-size: 2rem;
padding: .3rem 0 0
}
}
@media only screen and (min-width:768px) {
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
a.download-brochure, a.take-video-tour {
display: inline-block
}
.nis-container .nis-item-detail__content .nis-item-detail__title {
font-size: 2.5rem
}
}
.nis-container .nis-item-detail__content .nis-item-detail__description {
font-family: robotolight;
color: #6a7885;
font-size: 1.125rem;
line-height: 2rem;
letter-spacing: .65px
}
.nis-container .nis-item-detail__content .description__bellow {
margin-top: 30px
}
@media only screen and (min-width:768px) {
.nis-container .nis-item-detail__content {
margin-left: 0
}
}
.nis-container .nis-item-detail__image {
position: absolute;
display: none;
bottom: 0;
margin-right: 110px
}
@media only screen and (min-width:768px) {
.nis-container .nis-item-detail__image {
max-width: 60%
}
}
@media only screen and (min-width:992px) {
.nis-container .nis-item-detail__content {
width: 52%;
margin-left: 67%
}
.nis-container .nis-item-detail__image {
display: block;
bottom: 0;
-webkit-transform: none;
transform: none;
padding-bottom: 60px
}
}
@media only screen and (min-width:1200px) {
.nis-container .nis-item-detail__image {
right: 45%;
display: block;
padding-bottom: 0
}
}
@media only screen and (min-width:1900px) {
.nis-container .nis-item-detail__image {
right: 33%;
display: block
}
}
.nis-container .page-description__title {
font-family: robotoblack
}
.nis-container .page-description__description b {
font-family: robotobold
}
.nis-container .page-description__description b a {
color: #282828
}
.nis-container .page-description__description b a:hover {
text-decoration: underline
}
.footer-page a, .footer-page a:hover {
text-decoration: none
}
.nis-container .product-features {
padding-bottom: 50px
}
.nis-container .product-features .yellow-divider {
margin-top: 10px
}
.nis-container .product-features .service-item-detail__image-mobile {
margin-top: 30px
}
.nis-container .product-features .service-item-detail__content {
padding: 0
}
@media only screen and (min-width:992px) {
.nis-container .product-features {
height: 430px;
padding-bottom: 60px
}
.nis-container .product-features .container {
margin-top: 20px;
top: 55%
}
.nis-container .product-features .service-item-detail__content {
margin-left: 53%
}
.nis-container .product-features .service-item-detail__image {
max-height: initial;
right: 38%;
top: 7%
}
}
@media only screen and (min-width:1200px) {
.nis-container .product-features .service-item-detail__title {
font-size: 2.5rem
}
.nis-container .product-features {
height: 530px;
padding-bottom: 60px
}
.nis-container .product-features .container {
margin-top: 20px;
top: 50%
}
.nis-container .product-features .service-item-detail__content {
margin-left: 60%
}
.nis-container .product-features .service-item-detail__image {
max-height: initial;
max-width: initial;
right: 38%;
top: -3%
}
}
.nis-container .job-details-sections {
background: #fff;
padding-bottom: 0
}
.nis-container .job-details-sections .job-details {
margin-bottom: 15px
}
@media only screen and (min-width:768px) {
.nis-container .job-details-sections .job-details {
margin-bottom: 30px
}
}
@media only screen and (min-width:1200px) {
.nis-container .job-details-sections .job-details {
margin-bottom: 45px
}
}
.nis-container .job-details-sections .job-details h2 {
text-transform: capitalize;
margin-bottom: 10px;
text-align: left
}
@media only screen and (max-width:767px) {
.nis-container .job-details-sections .job-details h2 {
font-size: 2rem;
padding-top: 60px
}
}
.nis-container .job-details-sections .job-details-description {
text-indent: 0;
letter-spacing: .75px;
color: #6a7885
}
.nis-container .job-details-sections .job-details-description span {
font-family: robotoblack
}
@media only screen and (min-width:1200px) {
.nis-container .job-details-sections .job-details h2 {
font-size: 3.5rem
}
.nis-container .job-details-sections .job-details-description {
font-size: 1.5rem
}
}
.nis-container .product-features_list {
padding: 0
}
.nis-container .product-features_list li {
list-style: none;
padding-left: 35px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon-tick.png) 10px 10px no-repeat;
font-family: robotolight;
font-size: 1rem;
line-height: 2rem;
color: #6a7885;
letter-spacing: 1.5px
}
@media only screen and (min-width:1900px) {
.nis-container .nis-image__item {
right: 50%;
width: 45%;
display: block
}
}
.nis-container .list-service-detail .service-item-detail__description {
padding-top: 10px
}
.nis-container .list-service-detail .description__bellow {
margin-top: 0
}
.nis-container .list-service-detail .service-item-detail__container:first-child {
display: none
}
@media only screen and (min-width:992px) {
.nis-container .list-service-detail .service-item-detail__container {
height: 503px
}
}
@media only screen and (min-width:1650px) {
.nis-container .list-service-detail .service-item-detail__container {
height: 644px
}
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n) {
background-color: #fff
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n) .service-item-detail__image {
left: initial;
right: 0
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) {
background-color: #f0f1f3;
margin-top: -1px
}
@media only screen and (min-width:992px) {
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 52%
}
}
@media only screen and (min-width:1900px) {
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) .service-item-detail__content {
margin-left: 50%
}
}
.nis-container .list-service-detail .service-item-detail__container:nth-child(2n+1) .service-item-detail__image {
right: initial;
left: 0
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.nis-container .list-service-detail .service-item-detail__container .service-item-detail__content {
width: 47%
}
}
@media only screen and (min-width:1200px) {
.nis-container .list-service-detail .service-item-detail__container .service-item-detail__title {
font-size: 3.5rem
}
.nis-container .list-service-detail .service-item-detail__container .service-item-detail__content {
width: 50%
}
}
.nis-container .product-list {
list-style: none;
margin: 0;
padding: 30px 0 0
}
.nis-container .product-list li {
font-family: robotobold;
font-size: 15px
}
.nis-container .product-list:nth-child(1) {
float: left
}
.nis-container .product-list:nth-child(2) {
float: right
}
@media only screen and (min-width:768px) {
.nis-container .product-list {
padding: 30px 0 50px
}
.nis-container .product-list li {
font-size: 18px
}
.nis-container .product-list:nth-child(1) {
margin-left: 20%
}
.nis-container .product-list:nth-child(2) {
margin-right: 20%
}
}
@media only screen and (min-width:992px) {
.nis-container .product-list {
padding: 0
}
.nis-container .product-list li {
font-size: 20px
}
.nis-container .product-list:nth-child(1), .nis-container .product-list:nth-child(2) {
float: none;
margin: 0
}
}
.nis-container .nis-video__container {
position: relative;
z-index: 1;
background-size: cover;
padding: 30px 0 185px;
overflow: hidden
}
.nis-container .nis-video__container .nis-video__frame {
width: 250px;
height: 170px
}
.nis-container .nis-video__container .nis-video__frame img {
margin-left: -15px;
max-width: none;
width: 250px;
height: 170px
}
.nis-container .nis-video__container .nis-video__frame .player-video {
position: absolute;
width: 102%;
height: 100%;
z-index: 99;
top: 0;
left: 0
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
background-image: url(/web/20160602234155/http://www.niteco.com/img/youtube-button.png);
background-size: cover;
position: absolute;
opacity: .8;
top: 43%;
left: 43%;
width: 20px;
height: 20px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button:hover {
opacity: 1
}
@media only screen and (min-width:320px) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container .nis-video__frame img {
width: 250px;
height: 170px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
width: 32px;
height: 32px
}
}
@media only screen and (min-width:768px) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container .nis-video__frame img {
width: 550px;
height: 380px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
width: 48px;
height: 48px;
left: 45%
}
}
@media only screen and (min-width:1200px) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container .nis-video__frame img {
width: 900px;
height: 515px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button {
width: 72px;
height: 72px;
left: 46%
}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container img {
width: 400px;
height: 230px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button, .nis-container .nis-video__container img .nis-detail-video-play-button {
width: 32px;
height: 32px;
top: 21%
}
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container img {
width: 400px;
height: 230px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button, .nis-container .nis-video__container img .nis-detail-video-play-button {
width: 44px;
height: 44px;
top: 28%
}
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
.nis-container .nis-video__container .nis-video__frame, .nis-container .nis-video__container img {
width: 600px;
height: 300px
}
.nis-container .nis-video__container .nis-video__frame .nis-detail-video-play-button, .nis-container .nis-video__container img .nis-detail-video-play-button {
width: 44px;
height: 44px;
top: 21%;
left: 45%
}
}
@media only screen and (max-width:991px) {
.nis-container .nis-video__container {
padding: 60px 0 110px
}
}
.nis-container .nis-video__container .container {
position: relative;
z-index: 1;
text-align: center
}
.nis-container .nis-video__container .col-sm-4:nth-child(1) {
transition-delay: 150ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(2) {
transition-delay: 300ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(3) {
transition-delay: 450ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(4) {
transition-delay: 600ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(5) {
transition-delay: 750ms
}
.nis-container .nis-video__container .col-sm-4:nth-child(6) {
transition-delay: 900ms
}
@media only screen and (min-width:1200px) {
.nis-container .nis-video__container .col-sm-4.double-gutter {
padding-left: 65px;
padding-right: 65px
}
}
@media only screen and (min-width:640px) {
.nis-container .nis-video__container .col-xs-12.col-sm-4 {
width: 33.33333%;
padding: 30px
}
}
.nis-container .nis-video__container .container .row {
text-align: left
}
.nis-container .nis__container {
position: relative;
z-index: 1;
text-align: center
}
.nis-container .nis__container .row {
text-align: left
}
.nis-container .nis__container .nis-video__title {
font-family: robotoblack;
padding: 75px 0 0;
margin: 0;
text-transform: capitalize;
color: #fff;
font-size: 1.875rem;
font-weight: 500
}
@media only screen and (min-width:640px) {
.nis-container .nis__container .nis-video__title {
font-size: 2.25rem
}
}
@media only screen and (min-width:1200px) {
.nis-container .nis__container .nis-video__title {
font-size: 3.5rem
}
}
.nis-container .nis-intro {
background: #fff
}
.nis-container .nis-intro img {
max-width: 100%;
display: block;
margin: auto;
width: 100%
}
.nis-container .orange-divider {
margin: 10px auto!important
}
.nis-container .about-group__content-container {
padding: 85px 0 60px
}
@media only screen and (min-width:1200px) and (max-width:1650px) {
.nis-container .about-group__content-container {
padding: 85px 0 230px
}
}
.nis-container .about-group__content-container .container {
padding: 30px 0 200px
}
@media only screen and (max-width:1649px) {
.nis-container .about-group__content-container .container {
padding: 30px 0 0
}
}
@media only screen and (max-width:1199px) {
.nis-container .about-group__content-container .container {
padding: 0
}
}
.nis-container .about-group__content-container .about-offices-block__bg {
left: 0
}
.nis-container .about-group__content-container .about-offices-block__img {
width: 33%;
float: left
}
@media only screen and (max-width:991px) {
.nis-container .orange-divider {
margin: 10px auto 30px!important
}
.nis-container .about-group__content-container .about-offices-block__img {
display: none
}
}
@media only screen and (min-width:993px) and (max-width:1200px) {
.nis-container .about-group__content-container .about-offices-block__img img {
width: 140%
}
}
.nis-container .about-group__content-container .about-offices-block__description {
float: left;
position: relative;
left: 25%;
margin: 0;
padding: 30px 0 0;
line-height: 44px;
width: 66%
}
@media only screen and (max-width:991px) {
.nis-container .about-group__content-container .about-offices-block__description {
line-height: 35px;
width: 100%;
left: 0
}
}
@media only screen and (min-width:993px) and (max-width:1200px) {
.nis-container .about-group__content-container .about-offices-block__description {
line-height: 40px;
left: 15%;
width: 54%;
font-size: 1.425rem
}
}
@media only screen and (min-width:1201px) and (max-width:1900px) {
.nis-container .about-group__content-container .about-offices-block__description {
font-size: 1.785rem;
left: 23%;
width: 50%
}
}
.nis-container .about-group__content-container h3 {
width: 100%;
color: #ecf0f1
}
@media only screen and (min-width:768px) {
.nis-container .about-group__content-container h3 {
font-size: 2rem;
line-height: 40px
}
}
@media only screen and (min-width:992px) {
.nis-container .about-group__content-container h3 {
font-size: 2rem;
line-height: 45px
}
}
@media only screen and (min-width:1200px) {
.nis-container .about-group__content-container h3 {
font-size: 3.125rem;
line-height: 60px
}
}
.nis-container .about-group__content-container h3 span {
color: #facd20
}
.nis-container .about-group__content-container h3 p {
margin: 0 0 30px
}
@media only screen and (min-width:1900px) {
.nis-container .about-group__content-container h3 {
width: 60%
}
}
.nis-container .about-group__content-container .yellow-divider {
margin-bottom: 60px
}
.testimonial-carousel__video .testimonial-carousel-container .owl-next, .testimonial-carousel__video .testimonial-carousel-container .owl-prev {
background-size: auto 100%;
position: absolute;
color: transparent;
width: 31px;
height: 35px;
top: 42%;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
@media only screen and (min-width:768px) {
.testimonial-carousel__video .testimonial-carousel-container .owl-next, .testimonial-carousel__video .testimonial-carousel-container .owl-prev {
width: 31px;
height: 57px
}
}
.testimonial-carousel__video .testimonial-carousel-container .owl-prev {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_video_carousel_active.png) center center no-repeat;
opacity: .6
}
.testimonial-carousel__video .testimonial-carousel-container .owl-prev:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_left_video_carousel_active.png) center center no-repeat;
opacity: 1
}
.testimonial-carousel__video .testimonial-carousel-container .owl-next {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_video_carousel_active.png) center center no-repeat;
opacity: .6
}
.testimonial-carousel__video .testimonial-carousel-container .owl-next:hover {
background: url(/web/20160602234155/http://www.niteco.com/img/arrow_right_video_carousel_active.png) center center no-repeat;
opacity: 1
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots {
text-align: center;
-webkit-transform: translateY(-100px);
transform: translateY(-100px)
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .owl-dot {
display: inline-block
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .owl-dot:hover span {
opacity: 1;
cursor: pointer
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .owl-dot span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: .5;
border-radius: 20px;
background: #869791
}
.testimonial-carousel__video .testimonial-carousel-container .owl-dots .active span {
opacity: 1;
background-color: #fff
}
.partner-technology-container {
position: relative;
z-index: 1;
background-size: cover;
background-color: #fff
}
.partner-technology-container .partner-technology__bg {
position: absolute;
width: 101%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
height: 100%
}
.partner-technology-container .partner-technology__bg__tablet {
display: none
}
@media only screen and (min-width:768px) {
.partner-technology-container .partner-technology__bg__mobile {
display: none
}
.partner-technology-container .partner-technology__bg__tablet {
display: block
}
}
.partner-technology-container .partner-technology__bg__desktop {
display: none
}
.partner-technology-container .page-description__title-container {
background: 0 0;
padding-bottom: 30px
}
@media only screen and (min-width:768px) {
.partner-technology-container .page-description__title-container {
padding-bottom: 50px
}
}
@media only screen and (min-width:992px) {
.partner-technology-container .partner-technology__bg__tablet {
display: none
}
.partner-technology-container .partner-technology__bg__desktop {
display: block
}
.partner-technology-container .page-description__title-container {
padding-bottom: 70px
}
}
.partner-technology-container .page-description__title-container .container {
padding-left: 35px;
padding-right: 35px
}
.partner-technology-container .partner-listing-container {
padding-bottom: 60px
}
@media only screen and (min-width:992px) {
.partner-technology-container .partner-listing-container {
padding-bottom: 120px
}
}
.partner-technology-container .partner-item__column {
padding: 0 10px
}
.partner-technology-container .partner-item__logo {
border: 3px solid #f0f1f5;
height: 180px;
text-align: center;
margin: 0 0 20px;
display: block;
font-size: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__logo::before {
content: '';
height: 100%;
display: inline-block;
width: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__logo img {
max-width: 90%;
display: inline-block;
vertical-align: middle
}
.partner-technology-container .partner-item__text {
height: 180px;
text-align: center;
margin: 0 0 20px;
background-color: #334350;
display: block;
font-size: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__text::before {
content: '';
height: 100%;
display: inline-block;
width: 0;
vertical-align: middle
}
.partner-technology-container .partner-item__text span {
display: inline-block;
font-size: 18px;
font-family: robotobold;
color: #fff;
text-transform: uppercase;
vertical-align: middle
}
.footer-page {
width: 100%;
background-color: #fff;
text-align: center;
font-size: 0;
z-index: 0;
padding: 40px 0
}
.footer-page::after {
content: '';
width: 100%;
display: block;
float: left;
clear: both
}
.footer-page.normal-footer {
position: relative;
padding: 30px 0 10px
}
.footer-page a {
display: inline-block
}
.footer-page__copyright {
float: left;
color: #2c3e50;
font-family: robotobold;
font-size: 1.125rem;
line-height: 40px
}
.footer-page__social {
float: right;
margin-bottom: 10px
}
.footer-page__social a:hover {
opacity: .8
}
.footer-page__social__facebook {
width: 40px;
height: 40px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon_facebook.png)
}
.footer-page__social__linkin {
width: 40px;
height: 40px;
background: url(/web/20160602234155/http://www.niteco.com/img/icon_linkin.png);
margin: 0 0 0 10px
}
@media only screen and (min-width:992px) {
.footer-page.normal-footer {
position: relative;
padding: 30px 0 10px
}
.footer-page__social {
margin-bottom: 0
}
}
.footer-page__partner-container {
display: block;
text-align: center;
margin-bottom: 20px
}
@media only screen and (min-width:768px) {
.footer-page__partner-container {
display: inline-block;
margin-bottom: 20px
}
}
@media only screen and (min-width:992px) {
.footer-page__partner-container {
display: inline-block;
margin-bottom: 0
}
}
.footer-page__partner-container span {
display: inline-block;
margin: 10px
}
@media only screen and (min-width:768px) {
.footer-page__partner-container span {
margin: 0 10px
}
}
| 0.46223 | 0.071041 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.